font-face {
  font-family: "Noto Sans TC";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansTC-Regular.woff2) format("woff2"),
    url(../fonts/NotoSansTC-Regular.woff) format("woff"),
    url(../fonts/NotoSansTC-Regular.otf) format("opentype");
}
body {
  font-family: "Noto Sans TC", "Microsoft JhengHei", "Microsoft Yahei", Arial,
    sans-serif;
  background-color: #eef1f8;
  margin: 0;
  padding: 0;
  color: #26445a;
  font-size: 2em;
}
a:focus,
a:hover {
  text-decoration: none;
}
#wrapper {
  display: block;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  max-width: 1920px;
}
.content {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
.img-m {
  display: none;
}
.map {
  display: block;
  width: 100%;
  padding: 0;
}
.footer {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 150px;
  font-size: 0.8em;
}
.footer.h1 {
  font-size: 1em;
  font-weight: bold;
  color: #1f8a76;
}
input {
  outline: none;
  border: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  appearance: none;
  -webkit-appearance: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea {
  outline: none;
  border: none;
}
textarea:focus,
input:focus {
  border-color: transparent !important;
}
input::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
textarea::-webkit-input-placeholder {
  color: #999;
}
textarea:-moz-placeholder {
  color: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
/*---------------------------------------------*/
button {
  outline: none !important;
  border: none;
  background: transparent;
}
button:hover {
  cursor: pointer;
}
iframe {
  border: none !important;
}
/*---------------------------------------------*/
.container {
  max-width: 1920px;
}
/*//////////////////////////////////////////////////////////////////
[ Contact ]*/
.container-contact100 {
  width: 100%;
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
}
.wrap-contact100 {
  width: 40%;
  background: transparent;
}
@media (max-width: 1500px) {
  .wrap-contact100 {
    width: 50%;
  }
}
@media (max-width: 1400px) {
  .wrap-contact100 {
    width: 55%;
  }
}
@media (max-width: 1000px) {
  .wrap-contact100 {
    width: 60%;
  }
}
@media (max-width: 900px) {
  .wrap-contact100 {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .wrap-contact100 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .wrap-contact100 {
    width: 70%;
  }
}
.wrap-contact150 {
  width: 45%;
  background: transparent;
}
/*==================================================================
[ Form ]*/
.contact100-form {
  width: 100%;
}
.contact100-form-title {
  display: block;
  font-size: 30px;
  color: #9c7c56;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
  width: 100%;
  background-color: #fee101;
  border-radius: 31px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.input100 {
  position: relative;
  display: block;
  width: 100%;
  background: #F5F5F5;
  border-radius: 3px;
  font-family: 'Noto Sans TC';
  font-size: 18px;
  color: #333;
  line-height: 1.2;
}
/*---------------------------------------------*/
input.input100 {
  height: 50px;
  padding: 0 35px 0 35px;
}
textarea.input100 {
  min-height: 120px;
  padding: 19px 35px 0 35px;
}
/*------------------------------------------------------------------
[ Focus Input ]*/
.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 3px;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}
/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.contact100-form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 250px;
  height: 45px;
  background-color: transparent;
  border-radius: 0px;
  font-family: 'Noto Sans TC';
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.contact100-form-btn2 {
  display: inline-block;
  width: 100%;
  height: 45px;
  background-color: transparent;
  border-radius: 0px;
  font-family: 'Noto Sans TC';
  font-size: 18px;
  color: #404040;
  line-height: 1.2;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
  background-color: #7B7B7B;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0px;
  background-color: #ffffff;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover:before {
  background-color: #c9982c;
  width: calc(100% + 20px);
}
.contact100-form-btn:hover {
  color: #ffffff;
}
.contact100-form-btn2:hover {
  color: #ffffff;
}
.contact100-form-btn2:hover:before {
  background-color: #c9982c;
}
/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  font-family: 'Noto Sans TC';
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  /*  visibility: hidden;
  opacity: 0;*/
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

.footerbtn {
  /*background-image: linear-gradient(transparent 10%, #178cb4 90%);*/
  background-color: #255067;
  /* position: fixed; */
  /* left: 0; */
  /* bottom: 0; */
  width: 100%;
  text-align: center;
  /* z-index: 0; */
}
.footerbtn ul {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.footerbtn ul li {
  position: relative;
  display: inline-block;
  width: 170px;
  margin: 0 2px;
}
@media (max-width: 767px) {
  .footerbtn ul li a button {
    display: flex;
    flex-direction: column;
  }
  .footerbtn ul li a button img {
    height: 35px;
    margin-bottom: 5px;
  }
}

i.fa {
  font-size: 20px;
  margin: 0 5px 0 0;
}
@media (max-width: 990px) {
  .footerbtn ul li {
    width: 24%;
  }
  .footerbtn ul {
    padding: 10px 0;
  }
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  input.input100 {
    height: 40px;
  }
  .input100 {
    font-size: 16px;
  }
  .contact100-form-btn,
  .contact100-form-btn2 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  input.input100 {
    height: 40px;
  }
  .input100 {
    font-size: 14px;
  }
  .contact100-form-btn {
    font-size: 14px;
  }
  .contact100-form-btn2 {
    font-size: 13px;
    height: 50px;
  }
  .footerbtn ul {
    display: flex;
    justify-content: space-between;
  }
  .footerbtn ul li {
    margin: 0 2px;
  }
  i.fa {
    font-size: 23px;
    margin: 0 0 2px 0;
  }
}

.flex {display: flex;}

.flex-row {flex-direction: row;}
.flex-col {flex-direction: column;}

.justify-start {justify-content: flex-start;}
.justify-end {justify-content: flex-end;}
.justify-center {justify-content: center;}
.justify-between {justify-content: space-between;}
.justify-around {justify-content: space-around;}

.shrink {flex-shrink: 1;}
.shrink-0 {flex-shrink: 0;}

.grow {flex-grow: 1;}
.grow-0 {flex-grow: 0;}
.flex-1 {flex: 1 1 0%;}

.self-auto {align-self: auto;}
.self-start {align-self: flex-start;}
.self-end {align-self: flex-end;}
.self-center {align-self: center;}
.self-stretch {align-self: stretch;}
.self-baseline {align-self: baseline;}

.gap1 {gap: 1px;}
.gap2 {gap: 2px;}
.gap3 {gap: 3px;}
.gap4 {gap: 4px;}
.gap5 {gap: 5px;}
.gap6 {gap: 6px;}
.gap7 {gap: 7px;}
.gap8 {gap: 8px;}
.gap9 {gap: 9px;}
.gap10 {gap: 10px;}
.gap20 {gap: 20px;}
.gap30 {gap: 30px;}

.flo_left {float: left;}
.flo_right {float: right;}
.flo_center {float: center;}
.flo_clear {clear: both;}
.mar_left20 {margin-left: 20px;}
.mar_left15 {margin-left: 15px;}
.mar_top5 {margin-top: 5px;}
.mar_top10 {margin-top: 10px;}
.mar_top20 {margin-top: 20px;}
.mar_top150 {margin-top: 150px;}
.mar_bom5 {margin-bottom: 5px;}
.mar_bom10 {margin-bottom: 10px;}
.mar_bom20 {margin-bottom: 20px;}
.mar_right10 {margin-right: 10px;}
.mar_right15 {margin-right: 15px;}
.mar_right20 {margin-right: 20px;}

.line_red {border: 1px solid red;}
.line_blue {border: 1px solid blue;}
.line_green {border: 1px solid green;}
.line_black {border: 1px solid black;}
.line_yellow {border: 1px solid yellow;}
.line_khaki {border: 1px solid khaki;}
.line_indigo {border: 1px solid indigo;}
.line_cornsilk {border: 1px solid cornsilk;}
.line_cornflowerblue {border: 1px solid cornflowerblue;}
.line_darkcyan {border: 1px solid darkcyan;}
.line_darkslateblue {border: 1px solid darkslateblue;}
.line_deepskyblue {border: 1px solid deepskyblue;}
.line_dodgerblue {border: 1px solid dodgerblue;}
.line_gainsboro {border: 1px solid gainsboro;}

.pos_static {position: static;}
.pos_rel {position: relative;}
.pos_fixed {position: fixed;}
.pos_abs {position: absolute;}
.pos_clear {position: static;}

.width50c {width: 50%;}
.width66c {width: 66%;}
.width65c {width: 66%;}
.width100c {width: 100%;}
.height45 {height: 45px;}
.pl-0 {padding-left: 0 !important;}
.pr-0 {padding-right: 0 !important;}
.ml-0 {margin-left: 0 !important;}
.mr-0 {margin-right: 0 !important;}
.top-0 {top: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}
.margin-top5c {margin-top: 5%;}
.z-0 {z-index: 0;}
.z-1 {z-index: 1;}
.z-99 {z-index: 99;}

.txt_cpw {
  color: #333;
  padding-top: 10px !important;
  font-size: 16px !important;
  border: 1px solid #26445a !important;
  background: #fff;
  font-family: Noto Sans TC;
  height: 270px;
}
.vwe {
  -webkit-box-pack: start;
  justify-content: flex-start;
  opacity: 1;
  transform: none;
  transition-delay: 0.1s;
  transition-property: opacity, transform, -webkit-transform;
  display: flex;
  align-items: center;
  transition-duration: 1.2s;
}
#box_fill > .vwe  {
  margin-bottom: 10px;
}
#box_fill > .vwe:last-child {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .vwe select, .vwe textarea {
    border-radius: 0px;
  }
  .txt_box {
    border-radius: 0px;
  }
}
@media (max-width: 1200px) {
  .vwe {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .vwe {
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
  }
}

.vwe label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6.8em;
  flex: 0 0 6.8em;
  display: block;
  text-align: left;
  font-size: 16px;
  opacity: 1;
  font-weight: 900;
  color: white;
  @media (max-width: 500px) {
    font-size: 13px;
  }
}

.vwe label img{
  vertical-align: super;
}

.txt_box {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  line-height: 48px !important;
  font-size: 16px !important;
  border: 1px solid #26445a !important;
  background: #fff !important;
  color: #1a1a1a !important;
  font-family: Noto Sans TC;
}
@media (max-width: 1200px) {
  .vwe .txt_box {
    height: 30px;
    line-height: 24px !important;
  }
  .vwe select {
    height: 30px;
    line-height: 24px !important;
  }
}
@media (max-width: 1100px) {
  #box_fill > .vwe {
    margin-bottom: 4px;
  }
  #box_fill > .vwe:last-child {
    margin-bottom: 0px;
  }
  .vwe .txt_box {
    height: 25px;
    line-height: 22px !important;
  }
  .vwe select {
    height: 25px;
    line-height: 22px !important;
  }
}
@media (max-width: 1000px) {
  .vwe label {
    margin-bottom: 0px;
  }
  .vwe .txt_box {
    height: 25px;
    line-height: 22px !important;
  }
  .vwe select {
    font-size: 13px;
    padding: 3px 8px;
  }
}
@media (max-width: 900px) {
  .vwe {
    min-height: 28px;
    margin-bottom: 5px;
  }
  .vwe .txt_box {
    height: 25px;
    line-height: 22px !important;
  }
  .vwe select {
    height: 25px;
    line-height: 22px !important;
  }
  .vwe label img {
    width: 7px;
  }
}
@media (max-width: 800px) {
  .vwe {
    margin-bottom: 2px;
  }
}
@media (max-width: 767px) {
  #box_fill > .vwe  {
    margin-bottom: 4px;
  }
  #box_fill > .vwe:last-child {
    margin-bottom: 0px;
  }
  .vwe .txt_box {
    height: 25px;
    line-height: 40px !important;
  }
  .vwe select {
    height: 25px;
    line-height: 40px !important;
  }
  .vwe label {
    -ms-flex: 0 0 4.8em;
    flex: 0 0 4.8em;
    gap: 5px;
  }
}

.policy {
  font-size: 0.8em;
}
#popup {
  z-index: 2003;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  background: white;
}
.close {
  opacity: 1;
}
.close span {
  font-size: 40px;
  color: #222;
  opacity: 1;
}
#popup {
  color: rgba(0, 0, 0, 0.6);
  display: none;
}
#popup .d_title {
  font-size: 32px !important;
  line-height: 2 !important;
  color: #303133;
}
#popup .policy-content {
  width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  font-size: 14px;
}
#popup .subtitle {
  margin-top: 90px;
  font-size: 16px;
}
#popup h3 {
  color: #1f8a76;
  font-size: 24px;
  line-height: 1.8;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: left;
}
#popup ul {
  margin: 0;
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
#popup ul li {
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: left;
}
#popup p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 990px) {
  #popup .policy-content {
    width: 100%;
    padding: 10px;
  }
  .policy {
    font-size: 0.7em;
  }
  .txt_cpw {
    padding: 8px !important;
    font-size: 13px !important;
  }
}
@media (max-width: 767px) {
  #popup .policy-content {
    width: 100%;
    padding: 10px;
  }
  .txt_cpw {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px;
    height: 80px !important;
    border-radius: 0px;
  }
  .toast-top-right {
    top: 12px;
    right: 0px !important;
  }
}
.fixed-header,
.fixed-footer {
  width: 100%;
  position: fixed;
  padding: 10px 0;
  color: #fff;
}
.fixed-header {
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.mg-bt150 {
  margin: 0 0 500px;
}
.mg-bt300 {
  margin: 0 0 800px;
}
