@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/cwtexyen.css");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&display=swap");
body {
  font-family: ‘cwTeXYen’, sans-serif;
  background-image: url(../../images/bg.jpg?v=20250822);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.wrapper {
  width: 100%;
  position: relative;
}
.wrapper > .content {
  width: 100%;
  margin: 0 auto;
}
.wrapper > .content > .container {
  width: 80%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 2% 0;
}
@media only screen and (max-width: 885px) {
  .wrapper > .content > .container {
    width: 100%;
  }
}
.wrapper > .content .headset {
  position: fixed;
  right: 1%;
  bottom: 1%;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  Box-shadow: 0 -2px 0px 1px rgba(0, 0, 0, 0.4) inset;
  cursor: pointer;
}
@media only screen and (max-width: 885px) {
  .wrapper > .content .headset {
    width: 50px;
    height: 50px;
  }
}

.language-selector {
  width: 100%;
  height: 70px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.language-selector-content {
  width: 100%;
  max-width: 1024px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.language-selector-content .language-selector-container {
  outline: none;
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-selector-content .language-selector-container .language-button {
  vertical-align: middle;
  cursor: pointer;
  float: right;
  display: inline-block;
  font-size: 1em;
  width: 70px;
  text-align: center;
  color: rgb(234.6, 234.6, 234.6);
  background: rgba(229.5, 229.5, 229.5, 0.5);
  border-radius: 50px;
  padding: 5px;
}
@media only screen and (max-width: 885px) {
  .language-selector-content .language-selector-container .language-button {
    font-size: 0.8em;
    width: 50px;
  }
}
.language-selector-content .language-selector-container.action .language-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.language-selector-content .language-selector-container .language-list {
  position: absolute;
  width: 70px;
  top: 35px;
  right: 5px;
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: rgba(229.5, 229.5, 229.5, 0.5);
  padding: 10px 0;
  border-radius: 6px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.language-selector-content .language-selector-container .language-list:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent rgba(229.5, 229.5, 229.5, 0.5) transparent;
}
.language-selector-content .language-selector-container .language-list__item {
  display: block;
  height: 30px;
  padding: 2px 3px;
  color: fff;
  white-space: nowrap;
}
.language-selector-content .language-selector-container .language-list__item span img {
  width: 1.5em;
  border: 1px solid #000;
}
.language-selector-content .language-selector-container .language-list__title {
  display: block;
  color: #fff;
  text-align: left;
}

/* ================= 內容 ================= */
.item_box {
  width: 100%;
}
.item_box > .container {
  position: relative;
  width: 100%;
  padding-bottom: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item_box > .container.fooderLine {
  border-bottom: 3px rgba(242.25, 242.25, 242.25, 0.5) dashed;
  margin-bottom: 5%;
}
@media only screen and (max-width: 885px) {
  .item_box > .container.fooderLine {
    border-bottom: 2px rgba(242.25, 242.25, 242.25, 0.5) dashed;
  }
}
.item_box > .container.report {
  width: 100%;
}
.item_box > .container.report > p {
  width: 90%;
  font-size: 1.5em;
  color: #fff;
}
@media only screen and (max-width: 885px) {
  .item_box > .container.report > p {
    font-size: 1em;
  }
}
.item_box > .container > div {
  padding: 1% 0;
}
.item_box > .container .title, .item_box > .container .txt, .item_box > .container .icon {
  position: absolute;
}
.item_box > .container .center_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_box > .container .center_box img {
  width: 100%;
  max-width: 500px;
}
@media only screen and (max-width: 885px) {
  .item_box > .container .center_box img {
    max-width: 300px;
  }
}
.item_box > .container .left_box {
  width: 100%;
  text-align: center;
}
.item_box > .container .left_box .title {
  letter-spacing: 0.1em;
  font-size: 6em;
  color: rgb(234.6, 234.6, 234.6);
  display: contents;
}
@media only screen and (max-width: 885px) {
  .item_box > .container .left_box .title {
    font-size: 4em;
  }
}
@media only screen and (max-width: 415px) {
  .item_box > .container .left_box .title {
    letter-spacing: 0;
  }
}
.item_box > .container .left_box .txt {
  font-size: 3em;
  color: #fff;
  display: contents;
}
@media only screen and (max-width: 885px) {
  .item_box > .container .left_box .txt {
    font-size: 2.5em;
  }
}
.item_box > .container .right_box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 415px) {
  .item_box > .container .right_box {
    width: 100%;
  }
}
.item_box > .container .right_box .icon {
  font-size: 9em;
  color: rgba(229.5, 229.5, 229.5, 0.5);
}
@media only screen and (max-width: 885px) {
  .item_box > .container .right_box .icon {
    font-size: 5em;
  }
}
@media only screen and (max-width: 415px) {
  .item_box > .container .right_box .icon {
    display: contents;
  }
}
.item_box > .container .bottom_box {
  width: 100%;
  text-align: center;
  color: #ff0000;
  word-break: break-all;
  overflow-wrap: break-word;
  white-space: normal;
}

.btn {
  width: 60%;
  max-width: 480px;
  padding: 20px 0px;
  margin-top: 20%;
  border-radius: 99px;
  background: -webkit-gradient(linear, left top, left bottom, from(#85f500), color-stop(10%, #66bd00), color-stop(35%, #1e9d00), color-stop(80%, #1e8c03), to(#1e9d00));
  background: linear-gradient(180deg, #85f500 0%, #66bd00 10%, #1e9d00 35%, #1e8c03 80%, #1e9d00 100%);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3), inset 0px 4px 6px rgba(255, 255, 255, 0.2), inset 0px -7px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3), inset 0px 4px 6px rgba(255, 255, 255, 0.2), inset 0px -7px 6px rgba(0, 0, 0, 0.3);
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 5px auto;
  font-size: 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 885px) {
  .btn {
    width: 50%;
    max-width: 200px;
    padding: 10px;
    font-size: 1em;
  }
}

textarea {
  width: 90%;
  height: 200px;
  font-size: 18px;
  padding: 1%;
  border: 1px #fff solid;
  background-color: #F7F3F7;
}