@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-color: #F7F3F7;
}

.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: #50871f;
  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(55.421686747, 93.5240963855, 21.4759036145, 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(55.421686747, 93.5240963855, 21.4759036145, 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(55.421686747, 93.5240963855, 21.4759036145, 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(67.7108433735, 114.2620481928, 26.2379518072, 0.5) dashed;
  margin-bottom: 5%;
}
@media only screen and (max-width: 885px) {
  .item_box > .container.fooderLine {
    border-bottom: 2px rgba(67.7108433735, 114.2620481928, 26.2379518072, 0.5) dashed;
  }
}
.item_box > .container.report {
  width: 100%;
}
.item_box > .container.report > p {
  width: 90%;
  font-size: 1.5em;
  color: #50871f;
}
@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: 569px) {
  .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(60.3373493976, 101.8192771084, 23.3807228916);
  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: #50871f;
  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(55.421686747, 93.5240963855, 21.4759036145, 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: #e70000;
}

.btn {
  width: 60%;
  max-width: 480px;
  padding: 10px 5px;
  margin-top: 20%;
  border-radius: 10px;
  background-color: #50871f;
  -webkit-box-shadow: rgb(55.421686747, 93.5240963855, 21.4759036145) 1px 1px 0px 2px;
          box-shadow: rgb(55.421686747, 93.5240963855, 21.4759036145) 1px 1px 0px 2px;
  color: #ffffff;
  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%;
    padding: 5px;
    font-size: 1em;
  }
}

textarea {
  width: 90%;
  height: 200px;
  font-size: 18px;
  padding: 1%;
  border: 1px #50871f solid;
  background-color: #F7F3F7;
}