@import url("vendor/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --font168:8.75vw;
  --font128:6.6667vw;
  --font96:5vw;
  --font74:3.855vw;
  --font69:3.5938vw;
  --font64:3.33335vw;
  --font60:3.125vw;
  --font48:2.5vw;
  --font40:2.0835vw;
  --font34:1.77085vw;
  --font32:1.66671vw;
  --font28:1.4584vw;
  --font24:1.25vw;
  --font22:1.14585vw;
  --font20:1.0417vw;
  --font18:0.9375vw;
  --font16:0.83334vw;
  --font14:0.72917vw;
  --font10:0.5209vw;
}

@media all and (max-width: 1660px) {
  :root {
    --font168:calc(0.1vw + 8.75vw);
    --font128:calc(0.1vw + 6.6667vw);
    --font96:calc(0.1vw + 5vw);
    --font74:calc(0.1vw + 3.855vw);
    --font69:calc(0.1vw + 3.5938vw);
    --font64:calc(0.1vw + 3.33335vw);
    --font60:calc(0.1vw + 3.125vw);
    --font48:calc(0.1vw + 2.5vw);
    --font40:calc(0.1vw + 2.0835vw);
    --font34:calc(0.1vw + 1.77085vw);
    --font32:calc(0.1vw + 1.66671vw);
    --font28:calc(0.1vw + 1.4584vw);
    --font24:calc(0.1vw + 1.25vw);
    --font22:calc(0.1vw + 1.14585vw);
    --font20:calc(0.1vw + 1.0417vw);
    --font18:calc(0.1vw + 0.9375vw);
    --font16:calc(0.1vw + 0.83334vw);
    --font14:calc(0.1vw + 0.72917vw);
    --font10:calc(0.1vw + 0.5209vw);
  }
}
@media all and (max-width: 1440px) {
  :root {
    --font168:calc(0.2vw + 8.75vw);
    --font128:calc(0.2vw + 6.6667vw);
    --font96:calc(0.2vw + 5vw);
    --font74:calc(0.2vw + 3.855vw);
    --font69:calc(0.2vw + 3.5938vw);
    --font64:calc(0.2vw + 3.33335vw);
    --font60:calc(0.2vw + 3.125vw);
    --font48:calc(0.2vw + 2.5vw);
    --font40:calc(0.2vw + 2.0835vw);
    --font34:calc(0.2vw + 1.77085vw);
    --font32:calc(0.2vw + 1.66671vw);
    --font28:calc(0.2vw + 1.4584vw);
    --font24:calc(0.2vw + 1.25vw);
    --font22:calc(0.2vw + 1.14585vw);
    --font20:calc(0.2vw + 1.0417vw);
    --font18:calc(0.2vw + 0.9375vw);
    --font16:calc(0.2vw + 0.83334vw);
    --font14:calc(0.2vw + 0.72917vw);
    --font10:calc(0.2vw + 0.5209vw);
  }
}
@media all and (max-width: 1024px) {
  :root {
    --font168:calc(0.6vw + 8.75vw);
    --font128:calc(0.6vw + 6.6667vw);
    --font96:calc(0.6vw + 5vw);
    --font74:calc(0.6vw + 3.855vw);
    --font69:calc(0.6vw + 3.5938vw);
    --font64:calc(0.6vw + 3.33335vw);
    --font60:calc(0.6vw + 3.125vw);
    --font48:calc(0.6vw + 2.5vw);
    --font40:calc(0.6vw + 2.0835vw);
    --font34:calc(0.6vw + 1.77085vw);
    --font32:calc(0.6vw + 1.66671vw);
    --font28:calc(0.6vw + 1.4584vw);
    --font24:calc(0.6vw + 1.25vw);
    --font22:calc(0.6vw + 1.14585vw);
    --font20:calc(0.6vw + 1.0417vw);
    --font18:calc(0.6vw + 0.9375vw);
    --font16:calc(0.6vw + 0.83334vw);
    --font14:calc(0.6vw + 0.72917vw);
    --font10:calc(0.6vw + 0.5209vw);
  }
}
body, html {
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  color: #404040;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    overflow: 1;
  }
}
/* Safari */
@keyframes prloader {
  0% {
    background-image: url(../images/loading/loading_00.svg);
  }
  30% {
    background-image: url(../images/loading/loading_01.svg);
  }
  40% {
    background-image: url(../images/loading/loading_02.svg);
  }
  60% {
    background-image: url(../images/loading/loading_03.svg);
  }
  80% {
    background-image: url(../images/loading/loading_04.svg);
  }
  90% {
    background-image: url(../images/loading/loading_05.svg);
  }
  100% {
    background-image: url(../images/loading/loading_06.svg);
  }
}
#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
#preloder .loader .img { /* Safari */
  animation: prloader 1s linear;
  width: 210px;
  height: 96px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/loading/loading_06.svg);
}
#preloder .loader .deco {
  border-top: 1px solid #000;
  margin-top: 15px;
  padding-top: 15px;
}
#preloder .loader .desc {
  font-size: 14px;
  text-align: center; /* Safari */
  animation: flash 0.5s linear infinite;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

button {
  transition: 0.5s ease;
}

textarea, select, input, button {
  outline: none;
}

:focus {
  outline-color: transparent;
  outline-style: none;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

h3, p {
  /*text-align: justify;*/
  text-justify: inter-word;
  word-break: break-all;
}

.clear-fix {
  clear: both;
}

::-moz-placeholder {
  color: #C0C0C0;
}

::placeholder {
  color: #C0C0C0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
  background: #E8E8E8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #7A7A7A;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #343339;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
header .header-div {
  position: relative;
  padding: 20px 0;
}
header .header-div .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
}
header .header-div .shadow img {
  width: 100%;
}
header .header-div .block-outer {
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
header .header-div .block-outer .two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .header-div .block-outer .brand {
  position: relative;
}
header .header-div .block-outer .brand a {
  display: flex;
  justify-content: center;
}
header .header-div .block-outer .brand a img {
  height: 59px;
}
header .header-div .block-outer .navi {
  position: relative;
  z-index: 3;
}
header .header-div .block-outer .navi ul {
  display: flex;
  flex-wrap: wrap;
}
header .header-div .block-outer .navi ul li {
  display: inline-block;
  position: relative;
}
header .header-div .block-outer .navi ul li a {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  padding: 8px 25px;
  text-align: center;
}
header .header-div .block-outer .navi ul li a:hover {
  color: #935900;
}
header .header-div .block-outer .navi ul li.respond a {
  background-color: #32A997;
  color: #fff;
  border-radius: 8px;
  padding: 8px 16px;
}
header .header-div .block-outer .navi ul li.respond a:hover {
  background-color: rgba(50, 169, 151, 0.3);
}
header .header-div .block-outer .navi ul li.had-sub-menu .sub-menu {
  position: absolute;
  padding-top: 30px;
  display: none;
  min-width: 150px;
}
header .header-div .block-outer .navi ul li.had-sub-menu .sub-menu .box {
  background-color: #fff;
  border-radius: 8px;
}
header .header-div .block-outer .navi ul li.had-sub-menu .sub-menu .box a {
  display: block;
  padding: 8px 10px;
}
header .header-div .block-outer .navi ul li.had-sub-menu .sub-menu .box a:hover {
  background-color: #32A997;
  color: #fff;
}
header .header-div .block-outer .navi ul li.had-sub-menu:hover .sub-menu {
  display: block;
}
header .header-div .block-outer .search {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  height: 38px;
  width: 264px;
  padding: 0 10px;
  margin: 0 10px;
}
header .header-div .block-outer .search button {
  background-image: url(./../images/icon_search_white.svg);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
header .header-div .block-outer .search button a {
  display: flex;
  width: 24px;
  height: 24px;
}
header .header-div .block-outer .search input {
  background-color: transparent;
  border: none;
  padding: 0 10px;
  width: calc(100% - 24px - 20px);
  font-size: 16px;
  color: #fff;
}
header .header-div .block-outer .language {
  position: relative;
  padding: 0 10px;
}
header .header-div .block-outer .language.active .dropdown-menu {
  display: block;
}
header .header-div .block-outer .language .global {
  width: 24px;
  height: 24px;
  display: inline-flex;
  background-image: url(./../images/icon_language_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
header .header-div .block-outer .language .dropdown-menu {
  position: absolute;
  display: none;
  background-color: #2B3238;
  border-radius: 0 0 8px 8px;
  min-width: 80px;
  top: 55px;
  left: -24px;
  box-shadow: rgba(17, 19, 25, 0.2) 0px 5px 5px;
}
header .header-div .block-outer .language .dropdown-menu a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 5px 0;
}
header .header-div .block-outer .language .dropdown-menu a:hover {
  color: #fff;
}
header .header-div .block-outer .language .dropdown-menu a:last-child {
  border-bottom: none;
}
header .header-div .block-outer .member {
  padding: 0 10px;
}
header .header-div .block-outer .member .user {
  width: 24px;
  height: 24px;
  display: inline-flex;
  background-image: url(./../images/icon_member_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: -5px;
}
header .header-div .block-outer .switch-day-night {
  position: relative;
  /*shared*/
  /*'un':checked state*/
  /*
  label::after {
      content: '';
      height: 5px;
      width: 60px;
      position: absolute;
      top: calc(50% - 2.5px);
      left: calc(50% - 30px);
      transform: rotate(45deg);
  }
  */
  /*
  label::before,
  label::after {
      background: rgba(43, 43, 43, 1);
      border-radius: 5px;
  }
  */
  /* pesduo class on toggle */
  /*
  input[type="checkbox"]:checked~div label::after {
      width: 20px;
      top: calc(95% - 25px);
      left: calc(22.5% - 2.5px);
      background: rgba(73, 168, 68, 1);
  }
      */
}
header .header-div .block-outer .switch-day-night *,
header .header-div .block-outer .switch-day-night *::before,
header .header-div .block-outer .switch-day-night *::after {
  transition: 400ms all ease-in-out 50ms;
  box-sizing: border-box;
  backface-visibility: hidden;
}
header .header-div .block-outer .switch-day-night input[type=checkbox] {
  display: none;
}
header .header-div .block-outer .switch-day-night input[type=checkbox]:checked ~ div {
  background: #2B3238;
}
header .header-div .block-outer .switch-day-night input[type=checkbox]:checked ~ div label {
  left: 28px;
  transform: rotate(360deg);
}
header .header-div .block-outer .switch-day-night div,
header .header-div .block-outer .switch-day-night label {
  border-radius: 50px;
}
header .header-div .block-outer .switch-day-night div {
  height: 24px;
  width: 52px;
  background: rgb(43, 43, 43);
  position: relative;
  /*top: calc(50vh - 50px);
  left: calc(50vw - 100px);*/
  top: 0;
  left: 0;
  box-shadow: 0 0 2px rgb(43, 43, 43);
}
header .header-div .block-outer .switch-day-night label {
  height: 24px;
  width: 24px;
  background: rgb(255, 255, 255);
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}
header .header-div .block-outer .switch-day-night label::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  background-image: url(./../images/icon_moon.svg);
  background-position: center;
  background-repeat: no-repeat;
}
header .header-div .block-outer .switch-day-night input[type=checkbox]:checked ~ div label::before {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-image: url(./../images/icon_sun.svg);
  background-position: center;
  background-repeat: no-repeat;
}

main {
  position: relative;
  z-index: 1;
}

.scroll header {
  /*background: linear-gradient(180deg, #FFFFFF 0%, rgba(138, 169, 50, 1) 100%);*/
}
.scroll main {
  /*margin-top: 99px;*/
}

@media all and (max-width: 1920px) {
  header .header-div .outer-div {
    max-width: calc(100% - 40px);
  }
}
@media all and (max-width: 1024px) {
  header .header-div .block-outer {
    padding: 0 20px;
  }
  header .header-div .block-outer .navi {
    display: none;
  }
}
@media all and (max-width: 750px) {
  header .header-div {
    padding: 10px 0;
  }
  header .header-div .block-outer {
    padding: 0 20px;
  }
  header .header-div .block-outer .brand a img {
    height: 40px;
  }
  .scroll main {
    /*margin-top: 60px;*/
  }
}
footer {
  position: relative;
  z-index: 2;
  padding: 100px 0 80px 0;
  background-image: url(./../images/footer_bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .block-outer {
  max-width: 1460px;
  padding: 0 40px;
}
footer .section-footer .footer-top .company-society {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .section-footer .footer-top .company-list {
  display: flex;
  flex-wrap: wrap;
}
footer .section-footer .footer-top .company-list .item {
  margin-right: 100px;
}
footer .section-footer .footer-top .company-list .item:last-child {
  margin-right: 0;
}
footer .section-footer .footer-top .company-list .item .img img {
  height: 59px;
}
footer .section-footer .footer-top .company-list .item .info {
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
footer .section-footer .footer-top .company-list .item .info a {
  color: #2D2D2D;
}
footer .section-footer .footer-top .society {
  display: flex;
  flex-wrap: wrap;
}
footer .section-footer .footer-top .society a {
  margin-left: 20px;
  display: inline-flex;
}
footer .section-footer .footer-top .society a:hover {
  opacity: 0.5;
}
footer .section-footer .footer-top .society a img {
  width: 48px;
}
footer .section-footer .footer-top .society a:first-child {
  margin-left: 0;
}
footer .section-footer .footer-bottom {
  color: #2D2D2D;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
}
footer .section-footer .footer-bottom a {
  color: #2D2D2D;
}
footer .section-footer .footer-bottom a:hover {
  color: #32A997;
}
footer .section-footer .footer-bottom .copyright {
  text-align: left;
}

.toggle-btn {
  position: fixed;
  right: 20px;
  top: 25px;
  z-index: 100;
  background-color: transparent;
  display: none;
  width: 24px;
  height: 30px;
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100px;
}
.toggle-btn span {
  display: block;
  background: #fff;
  height: 2px;
  width: 24px;
  margin: 5px 0;
}

.body_popup_active .toggle-btn {
  display: none;
}

.body-toggle-open .toggle-btn span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -7px;
}
.body-toggle-open .toggle-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.body-toggle-open .toggle-btn span:nth-child(3) {
  display: none;
}

.overlap {
  display: none;
  position: fixed;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.6);
  z-index: 98;
  cursor: pointer;
}

#mobile-nav {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  background-color: #32A997;
  z-index: 99;
  height: 100%;
  transition: 0.5s ease;
  display: none;
}
#mobile-nav .block-outer {
  padding: 0;
  height: 100%;
}
#mobile-nav .brand {
  padding: 20px;
}
#mobile-nav .brand a {
  display: flex;
}
#mobile-nav .brand img {
  height: 59px;
}
#mobile-nav .navi {
  margin: 10px 0 20px 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
#mobile-nav .navi ul li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#mobile-nav .navi ul li a {
  display: flex;
  align-items: center;
  width: calc(100% - 50px);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 5px 0px;
}
#mobile-nav .navi ul li a i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#mobile-nav .navi ul li a:hover {
  opacity: 0.3;
}
#mobile-nav .navi ul li .sub-menu {
  padding-left: 30px;
}

.body-toggle-open {
  position: relative;
  overflow: hidden;
}
.body-toggle-open #mobile-nav {
  display: block;
  left: 0;
}
.body-toggle-open .overlap {
  /*display: block;*/
}

.body_popup_active {
  overflow: hidden;
}
.body_popup_active .overlap {
  display: flex;
  background-color: rgba(255, 255, 255, 0.4);
}
.body_popup_active header {
  filter: blur(10px);
}
.body_popup_active main {
  filter: blur(10px);
}
.body_popup_active footer {
  filter: blur(10px);
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media all and (max-width: 1024px) {
  .toggle-btn {
    display: block;
  }
  footer .block-outer {
    padding: 0 20px;
  }
}
@media all and (max-width: 992px) {
  footer .section-footer .footer-top .company-society {
    display: block;
  }
  footer .section-footer .footer-top .society {
    margin-top: 20px;
  }
}
@media all and (max-width: 750px) {
  .toggle-btn {
    top: 15px;
  }
  footer {
    padding: 40px 0;
  }
  footer .section-footer .footer-top .company-list {
    display: block;
  }
  footer .section-footer .footer-top .company-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  footer .section-footer .footer-top .company-list .item .info {
    font-size: 13px;
  }
  footer .section-footer .footer-bottom .copyright {
    font-size: 13px;
  }
  #mobile-nav .brand img {
    height: 40px;
  }
}
@media all and (max-width: 480px) {
  footer .section-footer .footer-bottom .copyright {
    font-size: 12px;
  }
}
.checkbox-container {
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-top: -24px;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container input:checked ~ .checkmark:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background-color: #2CC0E2;
}

.checkbox-container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-select {
  display: flex;
  align-items: center;
}
.checkbox-select .checkbox-container {
  display: inline-flex;
}
.checkbox-select .desc {
  font-size: 16px;
}
.checkbox-select .desc a {
  color: #fff;
  text-decoration: underline;
  /*margin: 0 10px;*/
  color: #2CC0E2;
}
.checkbox-select .desc a:hover {
  color: #fff;
}

.radio-container {
  position: relative;
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}

.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #2CC0E2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: white;
}

@media all and (max-width: 750px) {
  .checkbox-select .desc {
    font-size: 14px;
  }
  .checkbox-container {
    padding-left: 25px;
  }
  .checkbox-container .checkmark {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  .checkbox-container input:checked ~ .checkmark:before {
    width: 16px;
    height: 16px;
  }
  .checkbox-container .checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
  }
  .radio-container {
    padding-left: 25px;
    font-size: 14px;
  }
  .radio-container .checkmark {
    height: 16px;
    width: 16px;
    top: 3px;
  }
  .radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
  }
}
.form-div .item {
  margin: 10px 0;
}
.form-div .item .label {
  font-size: 12px;
  color: #686868;
  font-weight: 700;
}
.form-div .item .label.wid-label {
  width: -moz-max-content;
  width: max-content;
}
.form-div .item .label sup {
  color: #00A7E1;
}
.form-div .item .controller {
  margin-top: 5px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.form-div .item .controller input {
  width: calc(100% - 22px);
  padding: 0 10px;
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
}
.form-div .item .controller input::-webkit-outer-spin-button,
.form-div .item .controller input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-div .item .controller input[type=number] {
  -moz-appearance: textfield;
}
.form-div .item .controller .checkbox-container input {
  width: auto;
}
.form-div .item .controller .checked-container input {
  width: auto;
}
.form-div .item .controller select {
  border: 1px solid #B1B1B1;
  line-height: 43px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  height: 45px;
  background-color: #fff;
  color: #686868;
}
.form-div .item .controller textarea {
  resize: none;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 10px;
  width: calc(100% - 22px);
  height: 184px;
}
.form-div .item .controller .desc p {
  color: #B1B1B1;
  font-size: 10px;
  margin-bottom: 15px;
}
.form-div .item .controller .desc p:last-child {
  margin-bottom: 0;
}
.form-div .item .controller .file-container {
  position: relative;
}
.form-div .item .controller .file-container label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .controller .file-container label input {
  width: calc(100% - 22px - 132px - 10px);
}
.form-div .item .controller .file-container label input:disabled {
  background-color: #fff;
}
.form-div .item .controller .file-container label button {
  min-width: 132px;
  background-color: #00A7E1;
  border: 1px solid #00A7E1;
  border-radius: 5px;
  font-size: 12px;
  line-height: 43px;
  text-align: center;
  color: #fff;
}
.form-div .item .controller .file-container label button:hover {
  background-color: #cbe49f;
}
.form-div .item .controller .file-container .file-upload {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.form-div .item .two-col {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
}
.form-div .item .two-col .col {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.form-div .item .three-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .three-col .col {
  width: calc(33.3333333333% - 7.5px);
}
.form-div .item .keyin-item:hover .label {
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller input {
  border-color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller select {
  border-color: #00A7E1;
  color: #00A7E1;
}
.form-div .item .keyin-item:hover .controller textarea {
  border-color: #00A7E1;
}
.form-div .item .city-State {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .city-State .keyin-item:nth-child(1) {
  width: 196px;
}
.form-div .item .city-State .keyin-item:nth-child(2) {
  width: 108px;
}
.form-div .item .city-State .keyin-item:nth-child(2) select {
  width: 100%;
}
.form-div .item .col-2-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-2-3 .keyin-item:nth-child(1) {
  width: 110px;
}
.form-div .item .col-2-3 .keyin-item:nth-child(2) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-div .item .col-3-2 .keyin-item:nth-child(1) {
  width: calc(100% - 110px - 10px);
}
.form-div .item .col-3-2 .keyin-item:nth-child(2) {
  width: 110px;
}
.form-div .item .qty {
  width: 196px;
}
.form-div .item .qty .controller select {
  width: 100%;
}
.form-div .item .ups-ffdex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-div .item .ups-ffdex .col01 {
  width: calc(100% - 540px);
}
.form-div .item .ups-ffdex .col01 .radio-container {
  margin-top: 15px;
}
.form-div .item .ups-ffdex .col02 {
  width: 540px;
}
.form-div .item .keep-forgot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-div .item .keep-forgot .col01 {
  width: 50%;
}
.form-div .item .keep-forgot .col02 {
  width: 50%;
  text-align: right;
  font-size: 12px;
  color: #B1B1B1;
}
.form-div .item .keep-forgot .col02 a {
  color: #00A7E1;
}
.form-div .item.or {
  margin: 20px 0;
}
.form-div .item.or .or-div {
  color: #686868;
  font-size: 12px;
  position: relative;
  text-align: center;
}
.form-div .item.or .or-div span {
  background-color: #fff;
  padding: 0 10px;
}
.form-div .item.or .or-div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #F5F5F7;
}
.form-div .item.remark {
  margin: 20px 0;
}
.form-div .item.action {
  margin-top: 20px;
  margin-bottom: 0;
}
.form-div .item.action button {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #00A7E1;
  font-size: 12px;
  line-height: 45px;
  color: #fff;
  margin: 0 auto;
}
.form-div .item.action button:hover {
  opacity: 0.3;
}
.form-div .item.action button a {
  color: #fff;
  display: block;
}
.form-div .item .apply-account {
  text-align: center;
  color: #B1B1B1;
  font-size: 12px;
}
.form-div .item .apply-account span {
  display: block;
}
.form-div .item .apply-account .green {
  color: #00A7E1;
}

.form-item .box-div {
  background-color: #fff;
  padding: 20px 55px 50px 55px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.form-item .desc h3 {
  font-size: 14px;
  color: #00A7E1;
  font-weight: 700;
  margin-left: -30px;
}
.form-item .item-desc p {
  font-size: 10px;
  color: #B1B1B1;
}

@media all and (max-width: 640px) {
  .form-div .item .two-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .form-div .item .two-col .col {
    margin: 0;
    width: 100%;
  }
  .form-div .item .two-col .col:nth-child(2) {
    margin-top: 10px;
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(1) {
    width: calc(65% - 10px);
  }
  .form-div .item .col-3-2 .keyin-item:nth-child(2) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(1) {
    width: 35%;
  }
  .form-div .item .col-2-3 .keyin-item:nth-child(2) {
    width: calc(65% - 10px);
  }
  .form-div .item .keep-forgot {
    display: block;
  }
  .form-div .item .keep-forgot .col01 {
    width: 100%;
  }
  .form-div .item .keep-forgot .col02 {
    margin-top: 5px;
    width: 100%;
    text-align: left;
  }
  .form-div .item .three-col {
    display: block;
  }
  .form-div .item .three-col .col {
    width: 100%;
    margin: 10px 0;
  }
}
.block-outer {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

.body-event-detail {
  background-image: url(./../images/detail_bg_01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.section-home {
  overflow: hidden;
}
.section-home .home-banner {
  position: relative;
}
.section-home .home-banner .img {
  position: relative;
  display: flex;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-home .home-banner .img img {
  width: 100%;
}
.section-home .home-banner .info {
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-home .home-banner .info h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  /*max-width: 920px;*/
}
.section-home .block-div {
  position: relative;
  z-index: 2;
}
.section-home .block-01 {
  background-image: url(./../images/home_bg_01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-home .block-01 .two-cols {
  display: flex;
  flex-wrap: wrap;
}
.section-home .block-01 .two-cols .col01 {
  width: 75%;
}
.section-home .block-01 .two-cols .col01 .milestone {
  background-image: url(./../images/milestone_arrow_white.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin-bottom: 80px;
}
.section-home .block-01 .two-cols .col01 .milestone .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
.section-home .block-01 .two-cols .col01 .milestone .item:before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 100px;
}
.section-home .block-01 .two-cols .col01 .milestone .item .sub-col {
  width: 50%;
}
.section-home .block-01 .two-cols .col01 .milestone .item .sub-col h3 {
  margin-right: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: right;
}
.section-home .block-01 .two-cols .col01 .milestone .item .sub-col p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 50px;
  color: #fff;
}
.section-home .block-01 .two-cols .col02 {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-home .block-02 {
  padding: 100px 0;
}
.section-home .block-02 .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-home .block-02 .two-cols .col01 {
  width: 40%;
  margin-left: 60%;
  margin-right: -100%;
}
.section-home .block-02 .two-cols .col01 .info {
  margin-left: 50px;
}
.section-home .block-02 .two-cols .col01 .info .desc h2 {
  font-size: 32px;
  color: #32A997;
  padding-bottom: 10px;
  border-bottom: 1px solid #935900;
}
.section-home .block-02 .two-cols .col01 .info .desc p {
  font-size: 20px;
  color: #404040;
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-word;
  word-break: auto-phrase;
}
.section-home .block-02 .two-cols .col01 .info .more {
  margin-top: 20px;
}
.section-home .block-02 .two-cols .col01 .info .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #935900;
  padding: 0px 10px;
  min-width: 170px;
  min-height: 42px;
  color: #545D5C;
}
.section-home .block-02 .two-cols .col01 .info .more a i {
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url(./../images/icon_more_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.section-home .block-02 .two-cols .col01 .info .more a:hover {
  background-color: #32A997;
  border: 1px solid #32A997;
  color: #fff;
}
.section-home .block-02 .two-cols .col01 .info .more a:hover i {
  background-image: url(./../images/icon_more_white.svg);
}
.section-home .block-02 .two-cols .col02 {
  width: 60%;
}
.section-home .block-02 .two-cols .col02 img {
  width: 100%;
}
.section-home .block-03 {
  background-color: #32A997;
  padding: 50px 0;
}
.section-home .block-03 .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-home .block-03 .two-cols .col01 {
  width: calc(25% - 0px);
}
.section-home .block-03 .two-cols .col01 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
.section-home .block-03 .two-cols .col01 h2 span {
  display: block;
}
.section-home .block-03 .two-cols .col02 {
  border-left: 3px solid #fff;
  width: calc(75% - 3px);
}
.section-home .block-03 .three-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10%;
}
.section-home .block-03 .three-items .item {
  width: 33.3333333333%;
  color: #fff;
}
.section-home .block-03 .three-items .item .sub-top {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.section-home .block-03 .three-items .item .sub-top b {
  font-size: 64px;
  line-height: 1.2;
}
.section-home .block-03 .three-items .item .sub-bottom {
  text-align: center;
  font-size: 24px;
}
.section-home .block-04 {
  padding: 50px 0;
}
.section-home .block-04 .clean-taiwan {
  margin-right: 5%;
  padding-bottom: 5%;
  margin-bottom: 100px;
}
.section-home .block-04 .clean-taiwan .img {
  display: flex;
}
.section-home .block-04 .clean-taiwan .img img {
  width: 100%;
}
.section-home .block-04 .clean-taiwan .info {
  position: absolute;
  right: -5%;
  bottom: -5%;
  width: 65%;
}
.section-home .block-04 .clean-taiwan .info .box {
  background-color: #32A997;
  border-radius: 16px;
  padding: 30px 50px;
}
.section-home .block-04 .clean-taiwan .info .box .desc h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
.section-home .block-04 .clean-taiwan .info .box .desc p {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.section-home .block-04 .clean-taiwan .info .box .more {
  margin-top: 30px;
}
.section-home .block-04 .clean-taiwan .info .box .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #32A997;
  padding: 0px 10px;
  min-width: 170px;
  min-height: 42px;
  color: #545D5C;
  background-color: #fff;
}
.section-home .block-04 .clean-taiwan .info .box .more a i {
  display: inline-block;
  width: 14px;
  height: 16px;
  background-image: url(./../images/icon_more_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}
.section-home .block-04 .clean-taiwan .info .box .more a:hover {
  background-color: #32A997;
  border: 1px solid #32A997;
  color: #fff;
}
.section-home .block-04 .clean-taiwan .info .box .more a:hover i {
  background-image: url(./../images/icon_more_white.svg);
}
.section-home .block-05 {
  padding-bottom: 100px;
}
.section-home .block-05 .info .desc h2 {
  font-size: 32px;
  color: #32A997;
  padding-bottom: 10px;
  border-bottom: 1px solid #935900;
  max-width: 330px;
}
.section-home .block-05 .logo-list {
  margin-top: 50px;
}
.section-home .block-05 .logo-list img {
  max-width: 100%;
}

.detail-banner {
  position: relative;
}
.detail-banner .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
}
.detail-banner .shadow img {
  width: 100%;
}
.detail-banner .img {
  position: relative;
  display: flex;
}
.detail-banner .img img {
  width: 100%;
}
.detail-banner .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50%;
}
.detail-banner .info h1 {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 10px;
}

.list-banner {
  position: relative;
}
.list-banner .img {
  position: relative;
  display: flex;
}
.list-banner .img img {
  width: 100%;
}
.list-banner .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.list-banner .info h1 {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  letter-spacing: 10px;
}
.list-banner .info .block-outer {
  width: 1460px;
  text-align: left;
}

.section-respond {
  overflow: hidden;
}
.section-respond .two-cols {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-respond .two-cols .col01 {
  width: 60%;
}
.section-respond .two-cols .col02 {
  width: 40%;
}
.section-respond .two-cols .col02 img {
  width: 100%;
}
.section-respond .two-cols .info {
  position: relative;
  padding: 120px;
}
.section-respond .two-cols .info .number {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  font-size: 200px;
  line-height: 1;
  color: rgba(147, 89, 0, 0.3);
  z-index: 1;
}
.section-respond .two-cols .info .desc {
  position: relative;
}
.section-respond .two-cols .info .desc h2 {
  font-size: 64px;
  font-weight: 700;
  color: #404040;
  position: relative;
  z-index: 2;
}
.section-respond .two-cols .info .desc h3 {
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 700;
  color: #32A997;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.section-respond .two-cols .info .desc h3 i {
  display: inline-block;
  width: 72px;
  height: 2px;
  background-color: #32A997;
  margin-right: 10px;
}
.section-respond .two-cols .info .desc p {
  font-size: 20px;
  color: #404040;
  position: relative;
  z-index: 2;
}
.section-respond .two-cols .info .more {
  margin-top: 30px;
}
.section-respond .two-cols .info .more a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #32A997;
  display: inline-flex;
  align-items: center;
}
.section-respond .two-cols .info .more a i {
  display: inline-block;
  width: 24px;
  height: 16px;
  background-image: url(./../images/icon_more_green.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  transition: 0.5s ease;
}
.section-respond .two-cols .info .more a:hover i {
  margin-left: 20px;
}
.section-respond .block-01 {
  margin-bottom: 30px;
  margin-top: -30%;
}
.section-respond .block-02 {
  margin-bottom: 30px;
}
.section-respond .block-02 .two-cols .col01 {
  margin-left: 40%;
  margin-right: -100%;
}
.section-respond .block-02 .two-cols .col01 .info {
  padding-right: 0;
  margin-left: 120px;
}
.section-respond .block-03 {
  margin-bottom: 100px;
}

.section-list .block-outer {
  max-width: 1594px;
}
.section-list .block-01 {
  padding: 50px 0 100px 0;
  background-color: #F8FFFE;
}
.section-list .event-list-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.section-list .event-list-items .item {
  width: calc(25% - 20px);
  margin: 50px 10px;
}
.section-list .event-list-items .item .box {
  background-color: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  padding: 15px 10px;
  border: 1px solid transparent;
}
.section-list .event-list-items .item:hover .box {
  border: 1px solid #935900;
}
.section-list .event-list-items .item a {
  display: block;
}
.section-list .event-list-items .item a .img {
  overflow: hidden;
  border-radius: 12px;
}
.section-list .event-list-items .item a .img img {
  width: 100%;
}
.section-list .event-list-items .item a .info {
  margin-top: 15px;
}
.section-list .event-list-items .item a .info h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #32A997;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
.section-list .event-list-items .item a .info h4 {
  font-size: 12px;
  color: #935900;
  padding: 10px 0;
}
.section-list .event-list-items .item a .info p {
  font-size: 14px;
  line-height: 1.3;
  color: #545D5C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 92px;
}
.section-list .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}
.section-list .pagination .links {
  display: inline-flex;
  position: relative;
}
.section-list .pagination .links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(50, 169, 151, 0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  border: 1px solid transparent;
  border-radius: 8px;
}
.section-list .pagination .links a:hover, .section-list .pagination .links a.active {
  border: 1px solid #32A997;
  background-color: rgba(50, 169, 151, 0.06);
}
.section-list .pagination .links .btn-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #32A997;
  background-color: #fff;
  border-radius: 8px;
  min-width: 60px;
  min-height: 36px;
  border: 1px solid #32A997;
  padding: 0 15px;
  position: absolute;
  left: -300px;
}
.section-list .pagination .links .btn-prev i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_pagination_arrow_left.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.section-list .pagination .links .btn-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #32A997;
  background-color: #fff;
  border-radius: 8px;
  min-width: 60px;
  min-height: 36px;
  border: 1px solid #32A997;
  padding: 0 15px;
  position: absolute;
  right: -300px;
}
.section-list .pagination .links .btn-next i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(./../images/icon_pagination_arrow_right.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.section-event-detail {
  padding-bottom: 100px;
}
.section-event-detail .detail-content {
  margin-top: 25vw;
}
.section-event-detail .detail-content .content-box {
  max-width: 1338px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #935900;
  padding: 80px;
}
.section-event-detail .detail-content .content-box .back {
  margin-bottom: 20px;
}
.section-event-detail .detail-content .content-box .back a {
  display: inline-block;
}
.section-event-detail .detail-content .content-box .back a:hover {
  opacity: 0.5;
}
.section-event-detail .detail-content .content-box .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #935900;
}
.section-event-detail .detail-content .content-box .title h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #32A997;
}
.section-event-detail .detail-content .content-box .datetime {
  padding: 30px 0 15px 0;
  font-size: 12px;
  color: #935900;
}
.section-event-detail .detail-content .content-box .detail img {
  max-width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.section-event-detail .detail-content .content-box .detail big {
  font-size: larger;
}
.section-event-detail .detail-content .content-box .detail strong {
  font-weight: 700;
}
.section-event-detail .detail-content .content-box .detail em {
  font-style: italic;
}
.section-event-detail .detail-content .content-box .detail h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.section-event-detail .detail-content .content-box .detail h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-event-detail .detail-content .content-box .detail h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-event-detail .detail-content .content-box .detail h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-event-detail .detail-content .content-box .detail h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-event-detail .detail-content .content-box .detail h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-event-detail .detail-content .content-box .detail p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.section-event-detail .detail-content .content-box .detail ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-event-detail .detail-content .content-box .detail ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.section-about {
  background-color: #F8FFFE;
}
.section-about .about-two-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.section-about .about-two-cols .col01 {
  width: 320px;
}
.section-about .about-two-cols .col01 .sub-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-about .about-two-cols .col01 .sub-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #101211;
}
.section-about .about-two-cols .col01 .sub-navi {
  margin-top: 20px;
}
.section-about .about-two-cols .col01 .sub-navi ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #101211;
  padding: 8px 30px;
  display: flex;
}
.section-about .about-two-cols .col01 .sub-navi ul li.active a, .section-about .about-two-cols .col01 .sub-navi ul li:hover a {
  background-color: #32A997;
  color: #fff;
  border-radius: 100px 0 0 100px;
}
.section-about .about-two-cols .col01 .sub-title-navi {
  position: sticky;
  top: 10rem;
}
.section-about .about-two-cols .col02 {
  padding-left: 100px;
  width: calc(100% - 100px - 320px);
}
.section-about .about-two-cols .col02 .list-items {
  display: block;
}
.section-about .about-two-cols .col02 .list-items .item {
  margin-bottom: 50px;
}
.section-about .about-two-cols .col02 .list-items .item .anchor {
  position: relative;
  overflow: hidden;
  height: 1px;
}
.section-about .about-two-cols .col02 .list-items .item .anchor .position {
  display: block;
  height: 10px;
  position: absolute;
  top: -100px;
}
.section-about .about-two-cols .col02 .list-items .item:last-child {
  margin-bottom: 0;
}
.section-about .about-two-cols .col02 .list-items .item.faq-item h3 {
  border-radius: 0 100px 0 0;
}
.section-about .about-two-cols .col02 .list-items .item h3 {
  color: #fff;
  background-color: #32A997;
  font-size: 48px;
  font-weight: 700;
  padding: 5px 25px;
  border-radius: 0 100px 100px 0;
}
.section-about .about-two-cols .col02 .list-items .item p {
  font-size: 20px;
  color: #101211;
  margin-top: 30px;
}
.section-about .about-two-cols .col02 .list-items .item img {
  max-width: 100%;
}
.section-about .about-two-cols .col02 .list-items .item ol {
  font-size: 20px;
  line-height: 1.5;
  color: #101211;
  margin-top: 30px;
}
.section-about .about-two-cols .col02 .list-items .item ol.chinese-ol {
  list-style: trad-chinese-informal;
  padding-left: 2em;
}
.section-about .about-two-cols .col02 .list-items .item ol.chinese-ol li {
  margin-bottom: 30px;
}
.section-about .about-two-cols .col02 .list-items .item ol.chinese-ol li:last-child {
  margin-bottom: 0;
}
.section-about .about-two-cols .col02 .list-items .item ol ul {
  list-style: disc;
  padding-left: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #101211;
  margin-top: 10px;
}
.section-about .about-two-cols .col02 .list-items .item ol ul li {
  margin-bottom: 0 !important;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-tile {
  margin-top: 25px;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-tile h4 {
  color: #101211;
  font-size: 32px;
  font-weight: 500;
  background-color: rgba(50, 169, 151, 0.5);
  padding: 5px 20px;
  border-radius: 20px 20px 0 0;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer {
  margin: 30px 0;
  padding: 20px 30px;
  border-radius: 15px;
  background-color: #fff;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer.open .question i {
  transform: rotate(180deg);
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer.open .answer {
  display: block;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question b {
  display: inline-block;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question b span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  min-height: 32px;
  font-size: 20px;
  font-weight: 500;
  background-color: #32A997;
  border-radius: 100px;
  color: #fff;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question h5 {
  padding-left: 10px;
  display: inline-block;
  width: calc(100% - 32px - 10px - 34px);
  font-size: 28px;
  font-weight: 700;
  color: #101211;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question i {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(./../images/icon_question_arrow_up.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s ease;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer {
  display: none;
  /*
  p{
      margin-top: 0;
      font-size: 20px;
      color: #101211;
  }
  */
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer img {
  max-width: 100%;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer big {
  font-size: larger;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer strong {
  font-weight: 700;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer em {
  font-style: italic;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer h5 {
  display: block;
  font-size: 0.83em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer h6 {
  display: block;
  font-size: 0.67em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  color: initial;
  margin-top: initial;
  font-size: x-large;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

@media all and (max-width: 1240px) {
  .section-about .about-two-cols {
    display: block;
  }
  .section-about .about-two-cols .col01 {
    width: 100%;
  }
  .section-about .about-two-cols .col01 .sub-navi ul li.active a, .section-about .about-two-cols .col01 .sub-navi ul li:hover a {
    border-radius: 100px;
  }
  .section-about .about-two-cols .col02 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 1100px) {
  .section-respond .two-cols {
    display: block;
  }
  .section-respond .two-cols .col01 {
    width: 100%;
  }
  .section-respond .two-cols .col02 {
    width: 100%;
  }
  .section-respond .two-cols .info {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .section-respond .block-02 .two-cols .col01 {
    margin-left: 0;
    margin-right: 0;
  }
  .section-respond .block-02 .two-cols .col01 .info {
    margin-left: 0;
  }
}
@media all and (max-width: 1024px) {
  .block-outer {
    padding: 0 20px;
  }
  .detail-banner .info h1 {
    font-size: 48px;
  }
  .list-banner .info h1 {
    font-size: 48px;
  }
  .section-home .home-banner .info {
    left: 40px;
    width: calc(100% - 80px);
  }
  .section-home .home-banner .info h1 {
    font-size: 48px;
  }
  .section-home .block-01 {
    padding-bottom: 80px;
  }
  .section-home .block-01 .two-cols {
    display: block;
  }
  .section-home .block-01 .two-cols .col01 {
    width: 100%;
  }
  .section-home .block-01 .two-cols .col02 {
    width: 100%;
  }
  .section-about .about-two-cols {
    margin-top: 50px;
  }
  .section-about .about-two-cols .col01 .sub-title h2 {
    font-size: 26px;
  }
  .section-about .about-two-cols .col01 .sub-navi ul li a {
    font-size: 16px;
    padding: 4px 20px;
  }
  .section-about .about-two-cols .col02 .list-items .item h3 {
    font-size: 30px;
    padding: 0px 20px;
  }
  .section-about .about-two-cols .col02 .list-items .item P {
    font-size: 16px;
    margin-top: 20px;
  }
  .section-about .about-two-cols .col02 .list-items .item ol {
    font-size: 16px;
    margin-top: 20px;
  }
  .section-about .about-two-cols .col02 .list-items .item ol ul {
    font-size: 16px;
    margin-top: 5px;
  }
  .section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-tile h4 {
    font-size: 24px;
    padding: 0px 20px;
  }
  .section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer {
    margin: 15px 0;
    padding: 10px 20px;
  }
  .section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question b span {
    min-width: 28px;
    min-height: 28px;
    font-size: 16px;
  }
  .section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question h5 {
    font-size: 18px;
    line-height: 1.4;
  }
  .section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .question i {
    background-size: 14px auto;
  }
  .section-about .about-two-cols .col02 .list-items .item .faq-list .sub-item .sub-question-answer .answer p {
    font-size: 16px;
  }
  .section-event-detail .detail-content .content-box {
    padding: 35px;
  }
  .section-event-detail .detail-content .content-box .back {
    margin-bottom: 10px;
  }
  .section-event-detail .detail-content .content-box .title h2 {
    font-size: 26px;
  }
}
@media all and (max-width: 992px) {
  .section-respond .two-cols .info {
    padding-top: 50px;
    padding-left: 50px;
  }
  .section-respond .two-cols .info .number {
    font-size: 180px;
  }
  .section-respond .two-cols .info .desc h3 {
    padding: 20px 0;
    font-size: 16px;
  }
  .section-respond .two-cols .info .desc h3 i {
    width: 48px;
  }
  .section-respond .two-cols .info .desc h2 {
    font-size: 48px;
  }
  .section-respond .two-cols .info .desc p {
    font-size: 16px;
  }
  .section-respond .two-cols .info .more a {
    font-size: 16px;
  }
  .section-respond .two-cols .info .more a i {
    background-size: auto 12px;
  }
  .section-respond .block-01, .section-respond .block-02, .section-respond .block-03 {
    margin-bottom: 50px;
  }
  .section-home .block-01 .two-cols .col01 .milestone .item .sub-col h3 {
    font-size: 16px;
  }
  .section-home .block-01 .two-cols .col01 .milestone .item .sub-col p {
    font-size: 16px;
  }
  .section-home .block-02 {
    padding: 50px 0;
  }
  .section-home .block-02 .two-cols {
    display: block;
  }
  .section-home .block-02 .two-cols .col01 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .section-home .block-02 .two-cols .col01 .info {
    margin-left: 0;
  }
  .section-home .block-02 .two-cols .col01 .info .desc h2 {
    font-size: 28px;
  }
  .section-home .block-02 .two-cols .col01 .info .desc p {
    font-size: 16px;
  }
  .section-home .block-02 .two-cols .col02 {
    width: 100%;
    margin-top: 30px;
  }
  .section-home .block-03 .two-cols .col01 h2 {
    font-size: 36px;
  }
  .section-home .block-03 .three-items {
    margin-left: 5%;
  }
  .section-home .block-03 .three-items .item .sub-top {
    font-size: 20px;
  }
  .section-home .block-03 .three-items .item .sub-top b {
    font-size: 48px;
  }
  .section-home .block-03 .three-items .item .sub-bottom {
    font-size: 20px;
  }
  .section-home .block-04 .clean-taiwan {
    margin-right: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .section-home .block-04 .clean-taiwan .info {
    position: relative;
    width: 100%;
    right: 0px;
    margin-top: -50px;
  }
  .section-home .block-04 .clean-taiwan .info .box {
    margin: 0 20px;
    padding: 30px;
  }
  .section-home .block-04 .clean-taiwan .info .box .desc h3 {
    font-size: 24px;
  }
  .section-home .block-05 .info .desc h2 {
    font-size: 28px;
    max-width: 100%;
  }
  .section-list .block-01 {
    overflow: hidden;
    padding: 50px 0;
  }
  .section-list .event-list-items .item {
    width: calc(50% - 20px);
    margin: 30px 10px;
  }
  .section-list .pagination {
    padding-bottom: 50px;
  }
  .section-list .pagination .links {
    display: flex;
  }
  .section-list .pagination .links .btn-prev {
    bottom: -50px;
    left: 0;
  }
  .section-list .pagination .links .btn-next {
    bottom: -50px;
    right: 0;
  }
}
@media all and (max-width: 820px) {
  .list-banner .info {
    align-items: flex-end;
  }
  .list-banner .info h1 {
    margin-bottom: 5vw;
  }
}
@media all and (max-width: 750px) {
  .list-banner .img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vw;
  }
  .list-banner .img img {
    display: none;
  }
  .list-banner .info {
    align-items: flex-end;
  }
  .list-banner .info h1 {
    font-size: 33px;
    text-align: center;
    margin-bottom: 30px;
  }
  .detail-banner .info {
    height: 100%;
  }
  .detail-banner .info h1 {
    font-size: 33px;
    letter-spacing: 2px;
  }
  .section-respond .two-cols .info {
    padding-top: 30px;
    padding-left: 0px;
  }
  .section-respond .two-cols .info .number {
    font-size: 150px;
    font-weight: 700;
  }
  .section-respond .two-cols .info .desc {
    padding-top: 50px;
  }
  .section-home .home-banner .info {
    left: 20px;
    width: calc(100% - 40px);
  }
  .section-home .home-banner .info h1 {
    font-size: 33px;
  }
  .section-event-detail .detail-content .content-box {
    padding: 15px;
  }
  .section-event-detail .detail-content .content-box .title h2 {
    font-size: 20px;
  }
  .section-event-detail .detail-content .content-box .datetime {
    padding-top: 20px;
  }
  .section-about .about-two-cols .col02 .list-items .item h3 {
    font-size: 24px;
  }
  .section-about .about-two-cols .col02 .list-items .item .anchor .position {
    top: -60px;
  }
}
@media all and (max-width: 700px) {
  .section-home .home-banner .img {
    height: 80vh;
  }
  .section-home .home-banner .img img {
    opacity: 0;
  }
  .section-home .block-01 .two-cols .col01 .milestone {
    padding: 30px 0;
  }
  .section-home .block-01 .two-cols .col01 .milestone .item .sub-col h3 {
    margin-right: 15px;
  }
  .section-home .block-01 .two-cols .col01 .milestone .item .sub-col p {
    margin-left: 15px;
  }
  .section-home .block-03 .two-cols {
    display: block;
  }
  .section-home .block-03 .two-cols .col01 {
    width: 100%;
  }
  .section-home .block-03 .two-cols .col01 h2 {
    text-align: center;
  }
  .section-home .block-03 .two-cols .col01 h2 span {
    display: inline-block;
  }
  .section-home .block-03 .two-cols .col02 {
    border-left: none;
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .section-home .block-03 .three-items {
    margin-left: 0;
    justify-content: center;
  }
  .section-home .block-03 .three-items .item {
    width: 50%;
    margin: 15px 0;
  }
}
@media all and (max-width: 640px) {
  .section-list .event-list-items .item {
    width: calc(100% - 20px);
    margin: 20px 10px;
  }
  .section-list .event-list-items .item:first-child {
    margin-top: 0;
  }
  .section-list .event-list-items .item a .info h3 {
    height: auto;
  }
  .section-list .event-list-items .item a .info p {
    height: auto;
  }
}
@media all and (max-width: 480px) {
  .list-banner .info h1 {
    font-size: 28px;
  }
}/*# sourceMappingURL=main.css.map */