

.section {
  width: 100%;
  position: relative;
}

.section1 {
  margin-top: 30px;
  z-index: 999;
}

@media (max-width: 1023.98px) {
  .section1 {
    margin-top: 70px;
  }
}

.lock {
  overflow: hidden;
}

@media screen and (max-width: 576px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
  }
}

.light {
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.light.gray:hover {
  border-color: #898989;
  -webkit-box-shadow: 0 0 20px rgba(137, 137, 137, 0.4), 0 0 10px rgba(137, 137, 137, 0.4), 0 0 10px rgba(137, 137, 137, 0.4);
          box-shadow: 0 0 20px rgba(137, 137, 137, 0.4), 0 0 10px rgba(137, 137, 137, 0.4), 0 0 10px rgba(137, 137, 137, 0.4);
}

.light:hover {
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 20px rgba(204, 171, 94, 0.5), 0 0 10px rgba(204, 171, 94, 0.5), 0 0 10px rgba(204, 171, 94, 0.5);
          box-shadow: 0 0 20px rgba(204, 171, 94, 0.5), 0 0 10px rgba(204, 171, 94, 0.5), 0 0 10px rgba(204, 171, 94, 0.5);
}

@media (max-width: 575.98px) {
  .wp.index .more a {
    max-width: 96px;
    height: 29px;
    font-size: 0.625rem;
  }
}

.more a {
  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;
  width: 100%;
  max-width: 160px;
  height: 46px;
  border-radius: 35px;
  border: 1px solid #1eb3a7;
  color: #1eb3a7;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .more a {
    max-width: 140px;
    height: 40px;
    font-size: 0.938rem;
  }
}

.more a:hover {
  color: #FFFFFF;
  background-color: #1eb3a7;
}

.u-flyer {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: fixed;
  z-index: 9999;
}

.breadcrumbs {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: auto;
  padding: 25px 0 0 0;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs ul li + li {
  margin-left: 45px;
  position: relative;
}

@media (max-width: 575.98px) {
  .breadcrumbs ul li + li {
    margin-left: 20px;
  }
}

.breadcrumbs ul li + li::before {
  position: absolute;
  display: block;
  content: "";
  content: url("images/common/breadcrumb-arrow.svg");
  width: 7px;
  left: -26px;
  top: 2px;
}

@media (max-width: 575.98px) {
  .breadcrumbs ul li + li::before {
    left: -12px;
    top: 0;
  }
}

.wp.team .breadcrumbs ul li + li::before, .wp.search .breadcrumbs ul li + li::before, .wp.contact .breadcrumbs ul li + li::before, .wp.terms .breadcrumbs ul li + li::before, .wp.privacy .breadcrumbs ul li + li::before {
  content: url("images/common/breadcrumb-arrowW.svg");
}

.breadcrumbs ul li.current a {
  color: #FFFFFF;
  cursor: unset;
}

.wp.team .breadcrumbs ul li.current a, .wp.search .breadcrumbs ul li.current a, .wp.contact .breadcrumbs ul li.current a, .wp.terms .breadcrumbs ul li.current a, .wp.privacy .breadcrumbs ul li.current a {
  color: #FFFFFF;
}

.breadcrumbs ul li a {
  font-size: 1.125rem;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .breadcrumbs ul li a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .breadcrumbs ul li a {
    font-size: 0.938rem;
  }
}

.wp.team .breadcrumbs ul li a, .wp.search .breadcrumbs ul li a, .wp.contact .breadcrumbs ul li a, .wp.terms .breadcrumbs ul li a, .wp.privacy .breadcrumbs ul li a {
  color: #FFFFFF;
}

.pagenumBox {
  padding-bottom: 103px;
}

.wp.orders .pagenumBox {
  padding-bottom: 81px;
}

@media (max-width: 1023.98px) {
  .pagenumBox {
    padding-bottom: 60px;
  }
  .wp.orders .pagenumBox {
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .pagenumBox {
    padding-bottom: 50px;
  }
  .wp.orders .pagenumBox {
    padding-bottom: 50px;
  }
}

.pagenumBox .pagenums {
  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;
}

.pagenumBox .pagenums a {
  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;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  color: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .pagenumBox .pagenums a {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 350px) {
  .pagenumBox .pagenums a {
    width: 30px;
    height: 30px;
  }
}

.pagenumBox .pagenums a + a {
  margin-left: 15px;
}

@media (max-width: 575.98px) {
  .pagenumBox .pagenums a + a {
    margin-left: 4px;
  }
}

@media (max-width: 350px) {
  .pagenumBox .pagenums a + a {
    margin-left: 2px;
  }
}

.pagenumBox .pagenums a:hover {
  border: 1px solid #17a2b8;
  color: #17a2b8;
}

.pagenumBox .pagenums a:hover .svg path, .pagenumBox .pagenums a:hover .svg rect {
  stroke: #17a2b8 !important;
  fill: #17a2b8 !important;
}

.pagenumBox .pagenums a.pp .svg, .pagenumBox .pagenums a.nn .svg {
  width: 15px;
}

.pagenumBox .pagenums a.p .svg, .pagenumBox .pagenums a.n .svg {
  width: 7px;
}

.pagenumBox .pagenums a.p {
  margin-left: 5px;
}

@media (max-width: 575.98px) {
  .pagenumBox .pagenums a.p {
    margin-left: 4px;
  }
}

@media (max-width: 350px) {
  .pagenumBox .pagenums a.p {
    margin-left: 2px;
  }
}

.pagenumBox .pagenums a.nn {
  margin-left: 5px;
}

@media (max-width: 575.98px) {
  .pagenumBox .pagenums a.nn {
    margin-left: 4px;
  }
}

@media (max-width: 350px) {
  .pagenumBox .pagenums a.nn {
    margin-left: 2px;
  }
}

.pagenumBox .pagenums a.active {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #FFFFFF;
}

.pagenumBox .pagenums a .svg path, .pagenumBox .pagenums a .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.bannerBox-common {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.bannerBox-common .container {
  padding-bottom: 130px;
}

@media (max-width: 1023.98px) {
  .bannerBox-common .container {
    padding-bottom: 70px;
  }
}

.bannerBox-common .container .line {
  width: 1px;
  height: 50px;
  margin: auto;
  margin-bottom: 15px;
  margin-top: 38px;
}

@media (max-width: 767.98px) {
  .bannerBox-common .container .line {
    height: 30px;
    margin-bottom: 17px;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .bannerBox-common .container .line {
    opacity: 0;
    pointer-events: none;
  }
}

.bannerBox-common .container .titleBox {
  text-align: center;
  
}

.bannerBox-common .container .titleBox .title-en {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  margin-bottom: 3px;
  color: #FFFFFF;
}

@media (max-width: 1440px) {
  .bannerBox-common .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .bannerBox-common .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .bannerBox-common .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .bannerBox-common .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.bannerBox-common .container .titleBox .title-zh {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .bannerBox-common .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

.wp.login .bannerBox, .wp.notice .bannerBox, .wp.register .bannerBox, .wp.register-success .bannerBox, .wp.sitemap .bannerBox, .wp.forget .bannerBox {
  overflow: hidden;
}

.wp.login .bannerBox .container .line, .wp.notice .bannerBox .container .line, .wp.register .bannerBox .container .line, .wp.register-success .bannerBox .container .line, .wp.sitemap .bannerBox .container .line, .wp.forget .bannerBox .container .line {
  width: 1px;
  height: 50px;
  background-color: #DFB249;
  margin: auto;
  margin-bottom: 22px;
}

@media (max-width: 767.98px) {
  .wp.login .bannerBox .container .line, .wp.notice .bannerBox .container .line, .wp.register .bannerBox .container .line, .wp.register-success .bannerBox .container .line, .wp.sitemap .bannerBox .container .line, .wp.forget .bannerBox .container .line {
    height: 30px;
    margin-bottom: 17px;
  }
}

@media (max-width: 575.98px) {
  .wp.login .bannerBox .container .line, .wp.notice .bannerBox .container .line, .wp.register .bannerBox .container .line, .wp.register-success .bannerBox .container .line, .wp.sitemap .bannerBox .container .line, .wp.forget .bannerBox .container .line {
    opacity: 0;
    pointer-events: none;
  }
}

.wp.login .bannerBox .container .titleBox, .wp.notice .bannerBox .container .titleBox, .wp.register .bannerBox .container .titleBox, .wp.register-success .bannerBox .container .titleBox, .wp.sitemap .bannerBox .container .titleBox, .wp.forget .bannerBox .container .titleBox {
  text-align: center;
}

.wp.login .bannerBox .container .titleBox .title-en, .wp.notice .bannerBox .container .titleBox .title-en, .wp.register .bannerBox .container .titleBox .title-en, .wp.register-success .bannerBox .container .titleBox .title-en, .wp.sitemap .bannerBox .container .titleBox .title-en, .wp.forget .bannerBox .container .titleBox .title-en {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .wp.login .bannerBox .container .titleBox .title-en, .wp.notice .bannerBox .container .titleBox .title-en, .wp.register .bannerBox .container .titleBox .title-en, .wp.register-success .bannerBox .container .titleBox .title-en, .wp.sitemap .bannerBox .container .titleBox .title-en, .wp.forget .bannerBox .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.login .bannerBox .container .titleBox .title-en, .wp.notice .bannerBox .container .titleBox .title-en, .wp.register .bannerBox .container .titleBox .title-en, .wp.register-success .bannerBox .container .titleBox .title-en, .wp.sitemap .bannerBox .container .titleBox .title-en, .wp.forget .bannerBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.login .bannerBox .container .titleBox .title-en, .wp.notice .bannerBox .container .titleBox .title-en, .wp.register .bannerBox .container .titleBox .title-en, .wp.register-success .bannerBox .container .titleBox .title-en, .wp.sitemap .bannerBox .container .titleBox .title-en, .wp.forget .bannerBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.login .bannerBox .container .titleBox .title-en, .wp.notice .bannerBox .container .titleBox .title-en, .wp.register .bannerBox .container .titleBox .title-en, .wp.register-success .bannerBox .container .titleBox .title-en, .wp.sitemap .bannerBox .container .titleBox .title-en, .wp.forget .bannerBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.login .bannerBox .container .titleBox .title-en .gold, .wp.notice .bannerBox .container .titleBox .title-en .gold, .wp.register .bannerBox .container .titleBox .title-en .gold, .wp.register-success .bannerBox .container .titleBox .title-en .gold, .wp.sitemap .bannerBox .container .titleBox .title-en .gold, .wp.forget .bannerBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.login .bannerBox .container .titleBox .title-zh, .wp.notice .bannerBox .container .titleBox .title-zh, .wp.register .bannerBox .container .titleBox .title-zh, .wp.register-success .bannerBox .container .titleBox .title-zh, .wp.sitemap .bannerBox .container .titleBox .title-zh, .wp.forget .bannerBox .container .titleBox .title-zh {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .wp.login .bannerBox .container .titleBox .title-zh, .wp.notice .bannerBox .container .titleBox .title-zh, .wp.register .bannerBox .container .titleBox .title-zh, .wp.register-success .bannerBox .container .titleBox .title-zh, .wp.sitemap .bannerBox .container .titleBox .title-zh, .wp.forget .bannerBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.login .bannerBox .container .titleBox .title-zh, .wp.notice .bannerBox .container .titleBox .title-zh, .wp.register .bannerBox .container .titleBox .title-zh, .wp.register-success .bannerBox .container .titleBox .title-zh, .wp.sitemap .bannerBox .container .titleBox .title-zh, .wp.forget .bannerBox .container .titleBox .title-zh {
    margin-bottom: 15px;
  }
}

#orders{
  margin-top: -30px;
}

.wp.orders .bannerBox, .wp.order .bannerBox, .wp.order-cancel .bannerBox, .wp.profile .bannerBox, .wp.password .bannerBox {
  /*  overflow: hidden;*/
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox, .wp.order .bannerBox, .wp.order-cancel .bannerBox, .wp.profile .bannerBox, .wp.password .bannerBox {
    overflow: visible;
    margin-top: 0px;
  }
}

.wp.orders .bannerBox .container, .wp.order .bannerBox .container, .wp.order-cancel .bannerBox .container, .wp.profile .bannerBox .container, .wp.password .bannerBox .container {
  position: relative;
  padding-bottom: 119px;
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .container, .wp.order .bannerBox .container, .wp.order-cancel .bannerBox .container, .wp.profile .bannerBox .container, .wp.password .bannerBox .container {
    padding-bottom: 85px;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .container, .wp.order .bannerBox .container, .wp.order-cancel .bannerBox .container, .wp.profile .bannerBox .container, .wp.password .bannerBox .container {
    padding-bottom: 45px;
  }
}

.wp.orders .bannerBox .container .line, .wp.order .bannerBox .container .line, .wp.order-cancel .bannerBox .container .line, .wp.profile .bannerBox .container .line, .wp.password .bannerBox .container .line {
  width: 1px;
  height: 50px;
  margin: auto;
  margin-bottom: 22px;
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .container .line, .wp.order .bannerBox .container .line, .wp.order-cancel .bannerBox .container .line, .wp.profile .bannerBox .container .line, .wp.password .bannerBox .container .line {
    height: 30px;
    margin-bottom: 17px;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .container .line, .wp.order .bannerBox .container .line, .wp.order-cancel .bannerBox .container .line, .wp.profile .bannerBox .container .line, .wp.password .bannerBox .container .line {
    opacity: 0;
    pointer-events: none;
  }
}

.wp.orders .bannerBox .container .titleBox, .wp.order .bannerBox .container .titleBox, .wp.order-cancel .bannerBox .container .titleBox, .wp.profile .bannerBox .container .titleBox, .wp.password .bannerBox .container .titleBox {
  text-align: center;
}

.wp.orders .bannerBox .container .titleBox .title-en, .wp.order .bannerBox .container .titleBox .title-en, .wp.order-cancel .bannerBox .container .titleBox .title-en, .wp.profile .bannerBox .container .titleBox .title-en, .wp.password .bannerBox .container .titleBox .title-en {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .wp.orders .bannerBox .container .titleBox .title-en, .wp.order .bannerBox .container .titleBox .title-en, .wp.order-cancel .bannerBox .container .titleBox .title-en, .wp.profile .bannerBox .container .titleBox .title-en, .wp.password .bannerBox .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.orders .bannerBox .container .titleBox .title-en, .wp.order .bannerBox .container .titleBox .title-en, .wp.order-cancel .bannerBox .container .titleBox .title-en, .wp.profile .bannerBox .container .titleBox .title-en, .wp.password .bannerBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .container .titleBox .title-en, .wp.order .bannerBox .container .titleBox .title-en, .wp.order-cancel .bannerBox .container .titleBox .title-en, .wp.profile .bannerBox .container .titleBox .title-en, .wp.password .bannerBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .container .titleBox .title-en, .wp.order .bannerBox .container .titleBox .title-en, .wp.order-cancel .bannerBox .container .titleBox .title-en, .wp.profile .bannerBox .container .titleBox .title-en, .wp.password .bannerBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.orders .bannerBox .container .titleBox .title-en .gold, .wp.order .bannerBox .container .titleBox .title-en .gold, .wp.order-cancel .bannerBox .container .titleBox .title-en .gold, .wp.profile .bannerBox .container .titleBox .title-en .gold, .wp.password .bannerBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.orders .bannerBox .container .titleBox .title-zh, .wp.order .bannerBox .container .titleBox .title-zh, .wp.order-cancel .bannerBox .container .titleBox .title-zh, .wp.profile .bannerBox .container .titleBox .title-zh, .wp.password .bannerBox .container .titleBox .title-zh {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .container .titleBox .title-zh, .wp.order .bannerBox .container .titleBox .title-zh, .wp.order-cancel .bannerBox .container .titleBox .title-zh, .wp.profile .bannerBox .container .titleBox .title-zh, .wp.password .bannerBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

.wp.orders .bannerBox .linkBox, .wp.order .bannerBox .linkBox, .wp.order-cancel .bannerBox .linkBox, .wp.profile .bannerBox .linkBox, .wp.password .bannerBox .linkBox {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  border-bottom: 3px solid #EBDFC6;
  padding: 0 20px;
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox, .wp.order .bannerBox .linkBox, .wp.order-cancel .bannerBox .linkBox, .wp.profile .bannerBox .linkBox, .wp.password .bannerBox .linkBox {
    position: relative;
    padding: 0;
    z-index: 1;
  }
  .wp.orders .bannerBox .linkBox{
    margin-top: 0px;
  }
}

.wp.orders .bannerBox .linkBox .memberToggle, .wp.order .bannerBox .linkBox .memberToggle, .wp.order-cancel .bannerBox .linkBox .memberToggle, .wp.profile .bannerBox .linkBox .memberToggle, .wp.password .bannerBox .linkBox .memberToggle {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  background-color: #17a2b8;
  color: #FFFFFF;
  font-size: 1rem;
  text-align: left;
}

.wp.orders .bannerBox .linkBox .memberToggle .svg, .wp.order .bannerBox .linkBox .memberToggle .svg, .wp.order-cancel .bannerBox .linkBox .memberToggle .svg, .wp.profile .bannerBox .linkBox .memberToggle .svg, .wp.password .bannerBox .linkBox .memberToggle .svg {
  position: absolute;
  width: 18px;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.wp.orders .bannerBox .linkBox .memberToggle .svg path, .wp.orders .bannerBox .linkBox .memberToggle .svg rect, .wp.order .bannerBox .linkBox .memberToggle .svg path, .wp.order .bannerBox .linkBox .memberToggle .svg rect, .wp.order-cancel .bannerBox .linkBox .memberToggle .svg path, .wp.order-cancel .bannerBox .linkBox .memberToggle .svg rect, .wp.profile .bannerBox .linkBox .memberToggle .svg path, .wp.profile .bannerBox .linkBox .memberToggle .svg rect, .wp.password .bannerBox .linkBox .memberToggle .svg path, .wp.password .bannerBox .linkBox .memberToggle .svg rect {
  fill: #FFFFFF !important;
}

@media (min-width: 577px) {
  .wp.orders .bannerBox .linkBox .memberToggle, .wp.order .bannerBox .linkBox .memberToggle, .wp.order-cancel .bannerBox .linkBox .memberToggle, .wp.profile .bannerBox .linkBox .memberToggle, .wp.password .bannerBox .linkBox .memberToggle {
    display: none;
  }
}

.wp.orders .bannerBox .linkBox ul, .wp.order .bannerBox .linkBox ul, .wp.order-cancel .bannerBox .linkBox ul, .wp.profile .bannerBox .linkBox ul, .wp.password .bannerBox .linkBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox ul, .wp.order .bannerBox .linkBox ul, .wp.order-cancel .bannerBox .linkBox ul, .wp.profile .bannerBox .linkBox ul, .wp.password .bannerBox .linkBox ul {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 2;
    -webkit-box-shadow: 0 5px 3px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 3px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}

.wp.orders .bannerBox .linkBox ul li, .wp.order .bannerBox .linkBox ul li, .wp.order-cancel .bannerBox .linkBox ul li, .wp.profile .bannerBox .linkBox ul li, .wp.password .bannerBox .linkBox ul li {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .linkBox ul li, .wp.order .bannerBox .linkBox ul li, .wp.order-cancel .bannerBox .linkBox ul li, .wp.profile .bannerBox .linkBox ul li, .wp.password .bannerBox .linkBox ul li {
    -ms-flex-preferred-size: calc((100% - 20px)/3);
        flex-basis: calc((100% - 20px)/3);
  }
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox ul li, .wp.order .bannerBox .linkBox ul li, .wp.order-cancel .bannerBox .linkBox ul li, .wp.profile .bannerBox .linkBox ul li, .wp.password .bannerBox .linkBox ul li {
    width: 100%;
  }
}

.wp.orders .bannerBox .linkBox ul li + li, .wp.order .bannerBox .linkBox ul li + li, .wp.order-cancel .bannerBox .linkBox ul li + li, .wp.profile .bannerBox .linkBox ul li + li, .wp.password .bannerBox .linkBox ul li + li {
  margin-left: 10px;
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox ul li + li, .wp.order .bannerBox .linkBox ul li + li, .wp.order-cancel .bannerBox .linkBox ul li + li, .wp.profile .bannerBox .linkBox ul li + li, .wp.password .bannerBox .linkBox ul li + li {
    margin-left: 0px;
  }
}

.wp.orders .bannerBox .linkBox ul li:hover a, .wp.order .bannerBox .linkBox ul li:hover a, .wp.order-cancel .bannerBox .linkBox ul li:hover a, .wp.profile .bannerBox .linkBox ul li:hover a, .wp.password .bannerBox .linkBox ul li:hover a {
  background-color: #17a2b8;
  color: #FFFFFF;
}

.wp.orders .bannerBox .linkBox ul li.active, .wp.order .bannerBox .linkBox ul li.active, .wp.order-cancel .bannerBox .linkBox ul li.active, .wp.profile .bannerBox .linkBox ul li.active, .wp.password .bannerBox .linkBox ul li.active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox ul li.active, .wp.order .bannerBox .linkBox ul li.active, .wp.order-cancel .bannerBox .linkBox ul li.active, .wp.profile .bannerBox .linkBox ul li.active, .wp.password .bannerBox .linkBox ul li.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.wp.orders .bannerBox .linkBox ul li.active a, .wp.order .bannerBox .linkBox ul li.active a, .wp.order-cancel .bannerBox .linkBox ul li.active a, .wp.profile .bannerBox .linkBox ul li.active a, .wp.password .bannerBox .linkBox ul li.active a {
  height: 62px;
  background-color: #17a2b8;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .linkBox ul li.active a, .wp.order .bannerBox .linkBox ul li.active a, .wp.order-cancel .bannerBox .linkBox ul li.active a, .wp.profile .bannerBox .linkBox ul li.active a, .wp.password .bannerBox .linkBox ul li.active a {
    height: 56px;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox ul li.active a, .wp.order .bannerBox .linkBox ul li.active a, .wp.order-cancel .bannerBox .linkBox ul li.active a, .wp.profile .bannerBox .linkBox ul li.active a, .wp.password .bannerBox .linkBox ul li.active a {
    height: auto;
  }
}

.wp.orders .bannerBox .linkBox ul li a, .wp.order .bannerBox .linkBox ul li a, .wp.order-cancel .bannerBox .linkBox ul li a, .wp.profile .bannerBox .linkBox ul li a, .wp.password .bannerBox .linkBox ul li a {
  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;
  width: 100%;
  height: 54px;
  background-color: #F4EDDF;
  color: #17a2b8;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 1.125rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .linkBox ul li a, .wp.order .bannerBox .linkBox ul li a, .wp.order-cancel .bannerBox .linkBox ul li a, .wp.profile .bannerBox .linkBox ul li a, .wp.password .bannerBox .linkBox ul li a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox ul li a, .wp.order .bannerBox .linkBox ul li a, .wp.order-cancel .bannerBox .linkBox ul li a, .wp.profile .bannerBox .linkBox ul li a, .wp.password .bannerBox .linkBox ul li a {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.orders .bannerBox .linkBox ul li a, .wp.order .bannerBox .linkBox ul li a, .wp.order-cancel .bannerBox .linkBox ul li a, .wp.profile .bannerBox .linkBox ul li a, .wp.password .bannerBox .linkBox ul li a {
    height: 48px;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .bannerBox .linkBox ul li a, .wp.order .bannerBox .linkBox ul li a, .wp.order-cancel .bannerBox .linkBox ul li a, .wp.profile .bannerBox .linkBox ul li a, .wp.password .bannerBox .linkBox ul li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 10px 20px;
    border-radius: 0;
  }
}

.wp.cart .bg, .wp.cart2 .bg, .wp.cart3 .bg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1023.98px) {
  .wp.cart .bg, .wp.cart2 .bg, .wp.cart3 .bg {
    top: 70px;
  }
}

.wp.cart .bg img, .wp.cart2 .bg img, .wp.cart3 .bg img {
  width: 100%;
}

.wp.cart .bannerBox .container, .wp.cart2 .bannerBox .container, .wp.cart3 .bannerBox .container {
  padding-top: 51px;
}

.wp.cart .bannerBox .container .titleBox, .wp.cart2 .bannerBox .container .titleBox, .wp.cart3 .bannerBox .container .titleBox {
  text-align: center;
}

.wp.cart .bannerBox .container .titleBox .title-zh, .wp.cart2 .bannerBox .container .titleBox .title-zh, .wp.cart3 .bannerBox .container .titleBox .title-zh {
  font-size: 2.25rem;
  font-weight: 600;
}

@media (max-width: 1023.98px) {
  .wp.cart .bannerBox .container .titleBox .title-zh, .wp.cart2 .bannerBox .container .titleBox .title-zh, .wp.cart3 .bannerBox .container .titleBox .title-zh {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .bannerBox .container .titleBox .title-zh, .wp.cart2 .bannerBox .container .titleBox .title-zh, .wp.cart3 .bannerBox .container .titleBox .title-zh {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .bannerBox .container .titleBox .title-zh, .wp.cart2 .bannerBox .container .titleBox .title-zh, .wp.cart3 .bannerBox .container .titleBox .title-zh {
    font-size: 1.125rem;
  }
}

.wp.cart .bannerBox .container .steps, .wp.cart2 .bannerBox .container .steps, .wp.cart3 .bannerBox .container .steps {
  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-top: 45px;
}

@media (max-width: 1023.98px) {
  .wp.cart .bannerBox .container .steps, .wp.cart2 .bannerBox .container .steps, .wp.cart3 .bannerBox .container .steps {
    padding-top: 30px;
  }
}

.wp.cart .bannerBox .container .steps .step, .wp.cart2 .bannerBox .container .steps .step, .wp.cart3 .bannerBox .container .steps .step {
  position: relative;
}

.wp.cart .bannerBox .container .steps .step + .step, .wp.cart2 .bannerBox .container .steps .step + .step, .wp.cart3 .bannerBox .container .steps .step + .step {
  margin-left: 110px;
}

@media (max-width: 767.98px) {
  .wp.cart .bannerBox .container .steps .step + .step, .wp.cart2 .bannerBox .container .steps .step + .step, .wp.cart3 .bannerBox .container .steps .step + .step {
    margin-left: 40px;
  }
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step + .step, .wp.cart2 .bannerBox .container .steps .step + .step, .wp.cart3 .bannerBox .container .steps .step + .step {
    margin-left: 30px;
  }
}

.wp.cart .bannerBox .container .steps .step::after, .wp.cart2 .bannerBox .container .steps .step::after, .wp.cart3 .bannerBox .container .steps .step::after {
  content: url("images/cart/n.svg");
  display: block;
  width: 8px;
  position: absolute;
  right: -65px;
  top: 38.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767.98px) {
  .wp.cart .bannerBox .container .steps .step::after, .wp.cart2 .bannerBox .container .steps .step::after, .wp.cart3 .bannerBox .container .steps .step::after {
    width: 6px;
    right: -27px;
  }
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step::after, .wp.cart2 .bannerBox .container .steps .step::after, .wp.cart3 .bannerBox .container .steps .step::after {
    top: 33.5px;
    right: -22px;
  }
}

.wp.cart .bannerBox .container .steps .step:last-child::after, .wp.cart2 .bannerBox .container .steps .step:last-child::after, .wp.cart3 .bannerBox .container .steps .step:last-child::after {
  display: none !important;
}

.wp.cart .bannerBox .container .steps .step.active::after, .wp.cart2 .bannerBox .container .steps .step.active::after, .wp.cart3 .bannerBox .container .steps .step.active::after {
  content: url("images/cart/nn.svg");
  width: 15px;
}

@media (max-width: 767.98px) {
  .wp.cart .bannerBox .container .steps .step.active::after, .wp.cart2 .bannerBox .container .steps .step.active::after, .wp.cart3 .bannerBox .container .steps .step.active::after {
    width: 10px;
    right: -32px;
  }
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step.active::after, .wp.cart2 .bannerBox .container .steps .step.active::after, .wp.cart3 .bannerBox .container .steps .step.active::after {
    right: -26px;
  }
}

.wp.cart .bannerBox .container .steps .step.active .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon {
  background-color: #1eb3a7;
  width: 77px;
  height: 77px;
  font-size: 1.375rem;
}

@media (max-width: 767.98px) {
  .wp.cart .bannerBox .container .steps .step.active .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon {
    font-size: 1.25rem;
  }
}

.wp.cart .bannerBox .container .steps .step.active .position-relative .icon::after, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon::after, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon::after {
  -webkit-transform: translate(10px, 5px);
          transform: translate(10px, 5px);
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step.active .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon {
    width: 55px;
    height: 55px;
  }
}

.wp.cart .bannerBox .container .steps .step.active .position-relative .icon .svg, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon .svg, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon .svg {
  max-width: 30px;
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step.active .position-relative .icon .svg, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon .svg, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon .svg {
    max-width: 24px;
  }
}

.wp.cart .bannerBox .container .steps .step.active .position-relative .icon .svg path, .wp.cart .bannerBox .container .steps .step.active .position-relative .icon .svg rect, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon .svg path, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon .svg rect, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon .svg path, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon .svg rect {
  fill: #FFFFFF !important;
}

.wp.cart .bannerBox .container .steps .step.active .position-relative .icon .svg.doc, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon .svg.doc, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon .svg.doc {
  max-width: 26px;
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step.active .position-relative .icon .svg.doc, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .icon .svg.doc, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .icon .svg.doc {
    max-width: 20px;
  }
}

.wp.cart .bannerBox .container .steps .step.active .position-relative .shadow, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .shadow, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .shadow {
  width: 90px;
  height: 90px;
  background-color: rgba(204, 171, 94, 0.2);
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step.active .position-relative .shadow, .wp.cart2 .bannerBox .container .steps .step.active .position-relative .shadow, .wp.cart3 .bannerBox .container .steps .step.active .position-relative .shadow {
    width: 65px;
    height: 65px;
  }
}

.wp.cart .bannerBox .container .steps .step:hover .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step:hover .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step:hover .position-relative .icon {
  background-color: #1eb3a7;
}

.wp.cart .bannerBox .container .steps .step:hover .position-relative .icon::after, .wp.cart2 .bannerBox .container .steps .step:hover .position-relative .icon::after, .wp.cart3 .bannerBox .container .steps .step:hover .position-relative .icon::after {
  -webkit-transform: translate(10px, 5px);
          transform: translate(10px, 5px);
}

.wp.cart .bannerBox .container .steps .step:hover .position-relative .icon .svg path, .wp.cart .bannerBox .container .steps .step:hover .position-relative .icon .svg rect, .wp.cart2 .bannerBox .container .steps .step:hover .position-relative .icon .svg path, .wp.cart2 .bannerBox .container .steps .step:hover .position-relative .icon .svg rect, .wp.cart3 .bannerBox .container .steps .step:hover .position-relative .icon .svg path, .wp.cart3 .bannerBox .container .steps .step:hover .position-relative .icon .svg rect {
  fill: #FFFFFF !important;
}

.wp.cart .bannerBox .container .steps .step:hover .position-relative .shadow, .wp.cart2 .bannerBox .container .steps .step:hover .position-relative .shadow, .wp.cart3 .bannerBox .container .steps .step:hover .position-relative .shadow {
  background-color: rgba(204, 171, 94, 0.2);
}

.wp.cart .bannerBox .container .steps .step .position-relative, .wp.cart2 .bannerBox .container .steps .step .position-relative, .wp.cart3 .bannerBox .container .steps .step .position-relative {
  height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step .position-relative, .wp.cart2 .bannerBox .container .steps .step .position-relative, .wp.cart3 .bannerBox .container .steps .step .position-relative {
    height: 65px;
  }
}

.wp.cart .bannerBox .container .steps .step .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon {
  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;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4D4D4D;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.cart .bannerBox .container .steps .step .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .bannerBox .container .steps .step .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon {
    font-size: 0.938rem;
  }
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step .position-relative .icon, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon {
    width: 40px;
    height: 40px;
  }
}

.wp.cart .bannerBox .container .steps .step .position-relative .icon::after, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon::after, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wp.cart .bannerBox .container .steps .step .position-relative .icon .svg, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon .svg, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon .svg {
  width: 100%;
  max-width: 24px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step .position-relative .icon .svg, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon .svg, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon .svg {
    max-width: 18px;
  }
}

.wp.cart .bannerBox .container .steps .step .position-relative .icon .svg path, .wp.cart .bannerBox .container .steps .step .position-relative .icon .svg rect, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon .svg path, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon .svg rect, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon .svg path, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.cart .bannerBox .container .steps .step .position-relative .icon .svg.doc, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon .svg.doc, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon .svg.doc {
  max-width: 20px;
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step .position-relative .icon .svg.doc, .wp.cart2 .bannerBox .container .steps .step .position-relative .icon .svg.doc, .wp.cart3 .bannerBox .container .steps .step .position-relative .icon .svg.doc {
    max-width: 14px;
  }
}

.wp.cart .bannerBox .container .steps .step .position-relative .shadow, .wp.cart2 .bannerBox .container .steps .step .position-relative .shadow, .wp.cart3 .bannerBox .container .steps .step .position-relative .shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #F6F6F6;
  z-index: -1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step .position-relative .shadow, .wp.cart2 .bannerBox .container .steps .step .position-relative .shadow, .wp.cart3 .bannerBox .container .steps .step .position-relative .shadow {
    width: 50px;
    height: 50px;
  }
}

.wp.cart .bannerBox .container .steps .step .text, .wp.cart2 .bannerBox .container .steps .step .text, .wp.cart3 .bannerBox .container .steps .step .text {
  display: block;
  text-align: center;
  margin-top: 11px;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.cart .bannerBox .container .steps .step .text, .wp.cart2 .bannerBox .container .steps .step .text, .wp.cart3 .bannerBox .container .steps .step .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .bannerBox .container .steps .step .text, .wp.cart2 .bannerBox .container .steps .step .text, .wp.cart3 .bannerBox .container .steps .step .text {
    font-size: 0.938rem;
  }
}

@media (max-width: 350px) {
  .wp.cart .bannerBox .container .steps .step .text, .wp.cart2 .bannerBox .container .steps .step .text, .wp.cart3 .bannerBox .container .steps .step .text {
    margin-top: 5px;
  }
}

.footer-contact {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-contact a:hover .container .boxL .pic {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.footer-contact a .container {
  padding: 75px 0 60px 0;
  position: relative;
}

@media (max-width: 1023.98px) {
  .footer-contact a .container {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 575.98px) {
  .footer-contact a .container {
    padding: 50px 0 0 0;
  }
}

.footer-contact a .container .boxL {
  width: 63%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1700px) {
  .footer-contact a .container .boxL {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1540px) {
  .footer-contact a .container .boxL {
    width: 53%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 1279.98px) {
  .footer-contact a .container .boxL {
    width: 65%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1023.98px) {
  .footer-contact a .container .boxL {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-contact a .container .boxL {
    margin-bottom: 10px;
  }
}

.footer-contact a .container .boxL .texts .main {
  display: block;
  float: left;
  font-size: 2.25rem;
  font-weight: 600;
  color: #996B00;
  position: relative;
  line-height: 1;
  letter-spacing: 4px;
}

@media (max-width: 1023.98px) {
  .footer-contact a .container .boxL .texts .main {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .footer-contact a .container .boxL .texts .main {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .footer-contact a .container .boxL .texts .main {
    font-size: 1.125rem;
  }
}

@media (max-width: 1540px) {
  .footer-contact a .container .boxL .texts .main {
    clear: both;
  }
}

@media (max-width: 575.98px) {
  .footer-contact a .container .boxL .texts .main {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}

.footer-contact a .container .boxL .texts .main::after {
  position: absolute;
  display: block;
  content: "";
  right: -31px;
  top: 8px;
  content: url("images/common/slash.svg");
  width: 37px;
}

@media (max-width: 1540px) {
  .footer-contact a .container .boxL .texts .main::after {
    display: none;
  }
}

.footer-contact a .container .boxL .texts .sub {
  float: right;
  display: block;
  font-size: 1.375rem;
  color: #A87500;
  margin-top: 35px;
  margin-left: 27px;
}

@media (max-width: 767.98px) {
  .footer-contact a .container .boxL .texts .sub {
    font-size: 1.25rem;
  }
}

@media (max-width: 1540px) {
  .footer-contact a .container .boxL .texts .sub {
    clear: both;
    margin-top: 5px;
    margin-left: 27px;
  }
}

@media (max-width: 1279.98px) {
  .footer-contact a .container .boxL .texts .sub {
    margin-left: 0;
  }
}

@media (max-width: 575.98px) {
  .footer-contact a .container .boxL .texts .sub {
    font-size: 1rem;
  }
}

.footer-contact a .container .boxL .pic {
  width: 100%;
  max-width: 100px;
  margin-left: 35px;
  margin-top: -15px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1279.98px) {
  .footer-contact a .container .boxL .pic {
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .footer-contact a .container .boxL .pic {
    max-width: 75px;
    margin-top: -5px;
  }
}

.footer-contact a .container .boxL .pic img {
  width: 100%;
}

.footer-contact a .container .boxR {
  width: 100%;
  max-width: 580px;
  position: absolute;
  right: 4%;
  bottom: 0;
  pointer-events: none;
}

@media (max-width: 1600px) {
  .footer-contact a .container .boxR {
    right: -45px;
  }
}

@media (max-width: 1540px) {
  .footer-contact a .container .boxR {
    right: 0;
  }
}

@media (max-width: 1279.98px) {
  .footer-contact a .container .boxR {
    max-width: 450px;
    right: -30px;
  }
}

@media (max-width: 1023.98px) {
  .footer-contact a .container .boxR {
    max-width: 580px;
    position: static;
    margin: auto;
  }
}

.edit .caseEdit .titleBox {
  text-align: center;
}

.edit .caseEdit .titleBox .container {
  padding-top: 50px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .titleBox .container {
    padding-top: 40px;
  }
}

.edit .caseEdit .titleBox .container .logo div {
  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;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #1eb3a7;
  margin: auto;
}

@media (max-width: 575.98px) {
  .edit .caseEdit .titleBox .container .logo div {
    width: 75px;
    height: 75px;
  }
}

.edit .caseEdit .titleBox .container .logo div img {
  width: 56px;
}

@media (max-width: 575.98px) {
  .edit .caseEdit .titleBox .container .logo div img {
    width: 45px;
  }
}

.edit .caseEdit .titleBox .container .title {
  font-size: 2.625rem;
  font-weight: 600;
  padding-top: 35px;
}

@media (max-width: 1023.98px) {
  .edit .caseEdit .titleBox .container .title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .titleBox .container .title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .titleBox .container .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .titleBox .container .title {
    padding-top: 20px;
  }
}

.edit .caseEdit .titleBox .container .breadcrumbs {
  padding: 21px 0 0 0;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .titleBox .container .breadcrumbs {
    padding: 15px 0 0 0;
  }
}

.edit .caseEdit .titleBox .container .breadcrumbs ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.edit .caseEdit .titleBox .share-link {
  font-size: 1.25rem;
  color: #959595;
}
.edit .caseEdit .titleBox .share-link ul {
  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;
}
.edit .caseEdit .titleBox .share-link li + li {
  margin-left: 1rem;
}
.edit .caseEdit .titleBox .share-link .fb-link {
  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;
  width: 35px;
  height: 35px;
  background-color: #3B5999;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.125rem;
  -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.edit .caseEdit .titleBox .share-link .fb-link:hover {
  background-color: #273a63;
}

.edit .caseEdit .box1 .container {
  padding-top: 60px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box1 .container {
    padding-top: 40px;
  }
}

.edit .caseEdit .box1 .container .pic {
  width: 100%;
  position: relative;
  border-radius: 2%;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 20px -1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box1 .container .pic {
    -webkit-box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.1);
  }
}

.edit .caseEdit .box1 .container .pic img {
  width: 100%;
}

.edit .caseEdit .box1 .container .pic .logo {
  position: absolute;
  top: 57px;
  right: 54px;
  width: 100%;
  max-width: 164px;
}

@media (max-width: 1240px) {
  .edit .caseEdit .box1 .container .pic .logo {
    max-width: 13.226vw;
    top: 4.597vw;
    right: 4.355vw;
    max-width: 13.226vw;
  }
}

.edit .caseEdit .box1 .container .pic .logo img {
  width: 100%;
}

.edit .caseEdit .box1 .container .texts {
  margin-top: 55px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box1 .container .texts {
    margin-top: 20px;
  }
}

.edit .caseEdit .box1 .container .texts .title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #9B7B31;
  margin-bottom: 17px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box1 .container .texts .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box1 .container .texts .title {
    margin-bottom: 10px;
  }
}

.edit .caseEdit .box1 .container .texts .text {
  display: block;
  line-height: 1.85;
}

.edit .caseEdit .box1 .container .texts .text + .text {
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box1 .container .texts .text + .text {
    margin-top: 7px;
  }
}

.edit .caseEdit .box2 {
  padding-top: 81px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box2 {
    padding-top: 40px;
  }
}

.edit .caseEdit .box2 .container .pics {
  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;
}

.edit .caseEdit .box2 .container .pics .pic {
  -ms-flex-preferred-size: 444px;
      flex-basis: 444px;
  height: 600px;
  position: relative;
}

@media (max-width: 940px) {
  .edit .caseEdit .box2 .container .pics .pic {
    height: 63.83vw;
  }
}

.edit .caseEdit .box2 .container .pics .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit .caseEdit .box2 .container .pics .pic .name {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(178, 178, 178, 0.9);
  color: #FFFFFF;
  font-size: 22.5px;
  font-weight: 400;
  padding: 11.5px 0;
  text-align: center;
}

.edit .caseEdit .box2 .container .pics .pic:nth-child(2) {
  margin-left: 12.4px;
}

.edit .caseEdit .box2 .container .pics .pic:nth-child(2) .name {
  background-color: rgba(204, 171, 94, 0.9);
}

.edit .caseEdit .box2 .container .texts {
  margin-top: 55px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box2 .container .texts {
    margin-top: 20px;
  }
}

.edit .caseEdit .box2 .container .texts .title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #9B7B31;
  margin-bottom: 17px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box2 .container .texts .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box2 .container .texts .title {
    margin-bottom: 10px;
  }
}

.edit .caseEdit .box2 .container .texts .text {
  display: block;
  line-height: 1.85;
}

.edit .caseEdit .box2 .container .texts .text + .text {
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box2 .container .texts .text + .text {
    margin-top: 7px;
  }
}

.edit .caseEdit .box3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 113px;
}

@media (max-width: 1023.98px) {
  .edit .caseEdit .box3 {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box3 {
    margin-top: 60px;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .box3 {
    margin-top: 40px;
  }
}

.edit .caseEdit .box3 .container {
  padding-top: 75px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box3 .container {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .box3 .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.edit .caseEdit .box3 .container .titleBox .title {
  font-size: 2.625rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .edit .caseEdit .box3 .container .titleBox .title {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box3 .container .titleBox .title {
    font-size: 2rem;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .box3 .container .titleBox .title {
    font-size: 1.75rem;
  }
}

.edit .caseEdit .box3 .container .videoBox {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 506px;
  overflow: hidden;
  margin: auto;
  margin-top: 55px;
}

@media (max-width: 940px) {
  .edit .caseEdit .box3 .container .videoBox {
    max-width: 100%;
    height: 53.83vw;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box3 .container .videoBox {
    margin-top: 30px;
  }
}

.edit .caseEdit .box3 .container .videoBox::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.edit .caseEdit .box3 .container .videoBox .video-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.edit .caseEdit .box3 .container .videoBox iframe, .edit .caseEdit .box3 .container .videoBox object, .edit .caseEdit .box3 .container .videoBox embed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.edit .caseEdit .box3 .container .videoBox .play {
  position: absolute;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 67px;
  height: 67px;
}

@media (max-width: 575.98px) {
  .edit .caseEdit .box3 .container .videoBox .play {
    width: 47px;
    height: 47px;
  }
}

.edit .caseEdit .box3 .container .videoBox .play::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
  border-radius: 50%;
  border: 2px solid rgba(204, 171, 94, 0.7);
}

.edit .caseEdit .box3 .container .videoBox .play::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 50%;
  border: 2px solid rgba(204, 171, 94, 0.3);
}

.edit .caseEdit .box3 .container .videoBox .play img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.edit .caseEdit .box3 .container .btnBox {
  padding-top: 64px;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box3 .container .btnBox {
    padding-top: 40px;
  }
}

.edit .caseEdit .box3 .container .btnBox a {
  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;
  width: 100%;
  max-width: 240px;
  height: 60px;
  font-size: 1.25rem;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #1eb3a7;
  border-radius: 30px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .box3 .container .btnBox a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .box3 .container .btnBox a {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .box3 .container .btnBox a {
    max-width: 180px;
    height: 50px;
  }
}

.edit .caseEdit .pages {
  border-top: 1px solid #E5E5E5;
}

.edit .caseEdit .pages .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.edit .caseEdit .pages .container a {
  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;
  font-size: 1.125rem;
  color: #808080;
  padding: 40px 0 56px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .edit .caseEdit .pages .container a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .pages .container a {
    font-size: 0.938rem;
  }
}

@media (max-width: 1279.98px) {
  .edit .caseEdit .pages .container a {
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .edit .caseEdit .pages .container a {
    padding: 30px 0;
  }
}

@media (max-width: 575.98px) {
  .edit .caseEdit .pages .container a {
    padding: 20px 0;
  }
}

.edit .caseEdit .pages .container a:hover {
  color: #1eb3a7;
}

.edit .caseEdit .pages .container a:hover:first-child .svg path, .edit .caseEdit .pages .container a:hover:first-child .svg rect, .edit .caseEdit .pages .container a:hover:last-child .svg path, .edit .caseEdit .pages .container a:hover:last-child .svg rect {
  stroke: #1eb3a7 !important;
}

.edit .caseEdit .pages .container a:first-child .svg {
  width: 13px;
  margin-right: 28px;
}

@media (max-width: 575.98px) {
  .edit .caseEdit .pages .container a:first-child .svg {
    width: 10px;
    margin-right: 10px;
  }
}

.edit .caseEdit .pages .container a:first-child .svg path, .edit .caseEdit .pages .container a:first-child .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edit .caseEdit .pages .container a:nth-child(2) {
  min-width: 50px;
}

.edit .caseEdit .pages .container a:nth-child(2) .svg {
  width: 25px;
}

@media (max-width: 575.98px) {
  .edit .caseEdit .pages .container a:nth-child(2) .svg {
    width: 20px;
  }
}

.edit .caseEdit .pages .container a:last-child .svg {
  width: 13px;
  margin-left: 28px;
}

@media (max-width: 575.98px) {
  .edit .caseEdit .pages .container a:last-child .svg {
    width: 10px;
    margin-left: 10px;
  }
}

.edit .caseEdit .pages .container a:last-child .svg path, .edit .caseEdit .pages .container a:last-child .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.edit .termsEdit, .edit .privacyEdit {
  position: relative;
}

.edit .termsEdit .bg, .edit .privacyEdit .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.edit .termsEdit .bg img, .edit .privacyEdit .bg img {
  width: 100%;
}

.edit .termsEdit .container, .edit .privacyEdit .container {
  padding-top: 78px;
  padding-bottom: 123px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container, .edit .privacyEdit .container {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .edit .termsEdit .container, .edit .privacyEdit .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.edit .termsEdit .container .titleBox .titleText, .edit .privacyEdit .container .titleBox .titleText {
  display: block;
  color: #4D4D4D;
}

.edit .termsEdit .container .line, .edit .privacyEdit .container .line {
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 32px auto 35px auto;
}

@media (max-width: 767.98px) {
  .edit .termsEdit .container .line, .edit .privacyEdit .container .line {
    margin: 20px auto;
  }
}

@media (max-width: 575.98px) {
  .edit .termsEdit .container .line, .edit .privacyEdit .container .line {
    margin: 15px auto;
  }
}

.edit .termsEdit .container .title, .edit .privacyEdit .container .title {
  font-size: 1.375rem;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767.98px) {
  .edit .termsEdit .container .title, .edit .privacyEdit .container .title {
    font-size: 1.25rem;
  }
}

.edit .termsEdit .container .title::before, .edit .privacyEdit .container .title::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 1em;
  background-color: #1eb3a7;
}

.edit .termsEdit .container .title + .text, .edit .privacyEdit .container .title + .text {
  margin-top: 18px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container .title + .text, .edit .privacyEdit .container .title + .text {
    margin-top: 10px;
  }
}

.edit .termsEdit .container .title + ul, .edit .privacyEdit .container .title + ul {
  margin-top: 18px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container .title + ul, .edit .privacyEdit .container .title + ul {
    margin-top: 10px;
  }
}

.edit .termsEdit .container .text, .edit .privacyEdit .container .text {
  color: #808080;
  line-height: 1.8;
}

.edit .termsEdit .container .text + .text, .edit .privacyEdit .container .text + .text {
  margin-top: 29px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container .text + .text, .edit .privacyEdit .container .text + .text {
    margin-top: 10px;
  }
}

.edit .termsEdit .container .text + .title, .edit .privacyEdit .container .text + .title {
  margin-top: 53px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container .text + .title, .edit .privacyEdit .container .text + .title {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .edit .termsEdit .container .text + .title, .edit .privacyEdit .container .text + .title {
    margin-top: 20px;
  }
}

.edit .termsEdit .container .text + ul, .edit .privacyEdit .container .text + ul {
  margin-top: 18px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container .text + ul, .edit .privacyEdit .container .text + ul {
    margin-top: 10px;
  }
}

.edit .termsEdit .container .text a, .edit .privacyEdit .container .text a {
  text-decoration: underline;
  color: #1eb3a7;
  font-weight: 400;
}

.edit .termsEdit .container ul + .title, .edit .privacyEdit .container ul + .title {
  margin-top: 53px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container ul + .title, .edit .privacyEdit .container ul + .title {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .edit .termsEdit .container ul + .title, .edit .privacyEdit .container ul + .title {
    margin-top: 20px;
  }
}

.edit .termsEdit .container ul + .text, .edit .privacyEdit .container ul + .text {
  margin-top: 13px;
}

@media (max-width: 1023.98px) {
  .edit .termsEdit .container ul + .text, .edit .privacyEdit .container ul + .text {
    margin-top: 10px;
  }
}

.edit .termsEdit .container ul li, .edit .privacyEdit .container ul li {
  padding-left: 2.5em;
  line-height: 1.8;
  color: #808080;
  position: relative;
}

@media (max-width: 575.98px) {
  .edit .termsEdit .container ul li, .edit .privacyEdit .container ul li {
    padding-left: 1em;
  }
}

.edit .termsEdit .container ul li::before, .edit .privacyEdit .container ul li::before {
  position: absolute;
  display: block;
  content: "";
  left: 1.4em;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: #1eb3a7;
}

@media (max-width: 575.98px) {
  .edit .termsEdit .container ul li::before, .edit .privacyEdit .container ul li::before {
    left: 0.25em;
  }
}

.edit .termsEdit .container ul li a, .edit .privacyEdit .container ul li a {
  display: inline-block;
  text-decoration: underline;
  color: #1eb3a7;
  font-weight: 400;
}

.edit .productEdit .tabContent {
  padding: 78px 100px 105px 100px;
  display: none;
}

@media (max-width: 1279.98px) {
  .edit .productEdit .tabContent {
    padding: 70px 0;
  }
}

@media (max-width: 1023.98px) {
  .edit .productEdit .tabContent {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent {
    padding: 30px 0 50px 0;
  }
}

.edit .productEdit .tabContent.active {
  display: block;
}

.edit .productEdit .tabContent .picBox {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}

.edit .productEdit .tabContent .picBox + .content {
  margin-top: 58px;
}

@media (max-width: 1023.98px) {
  .edit .productEdit .tabContent .picBox + .content {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .picBox + .content {
    margin-top: 20px;
  }
}

.edit .productEdit .tabContent .picBox img {
  width: 100%;
}

.edit .productEdit .tabContent .content + .content {
  margin-top: 53px;
}

@media (max-width: 1023.98px) {
  .edit .productEdit .tabContent .content + .content {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content + .content {
    margin-top: 20px;
  }
}

.edit .productEdit .tabContent .content .title {
  line-height: 1.5;
  font-size: 1.375rem;
  font-weight: 400;
  color: #9B7B31;
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content .title {
    font-size: 1.25rem;
  }
}

.edit .productEdit .tabContent .content .title + ul {
  margin-top: 19px;
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content .title + ul {
    margin-top: 10px;
  }
}

.edit .productEdit .tabContent .content .title + .text {
  margin-top: 13px;
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content .title + .text {
    margin-top: 5px;
  }
}

.edit .productEdit .tabContent .content ul + .text {
  margin-top: 31px;
}

@media (max-width: 1023.98px) {
  .edit .productEdit .tabContent .content ul + .text {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content ul + .text {
    margin-top: 10px;
  }
}

.edit .productEdit .tabContent .content ul li + li {
  margin-top: 8px;
}

.edit .productEdit .tabContent .content ul li ul {
  margin-top: 13px;
}

.edit .productEdit .tabContent .content ul li ul li {
  padding-left: 0 !important;
}

.edit .productEdit .tabContent .content ul li ul li::before {
  display: none !important;
}

.edit .productEdit .tabContent .content ul.list-style li {
  padding-left: 1em;
  position: relative;
}

.edit .productEdit .tabContent .content ul.list-style li::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1eb3a7;
  left: 0;
  top: 0.7em;
}

.edit .productEdit .tabContent .content ul.list-style li + li {
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content ul.list-style li + li {
    margin-top: 5px;
  }
}

.edit .productEdit .tabContent .content ul.list-style2 {
  padding-left: 1em;
}

.edit .productEdit .tabContent .content .text {
  line-height: 1.7;
  display: block;
}

.edit .productEdit .tabContent .content .text + ul {
  margin-top: 13px;
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content .text + ul {
    margin-top: 5px;
  }
}

.edit .productEdit .tabContent .content .text + .text {
  margin-top: 13px;
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .content .text + .text {
    margin-top: 5px;
  }
}

.edit .productEdit .tabContent .note {
  margin-top: 45px;
}

@media (max-width: 767.98px) {
  .edit .productEdit .tabContent .note {
    margin-top: 30px;
  }
}

.edit .productEdit .tabContent .note .text {
  display: block;
}

.edit .noticeEdit .container .dataBox {
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
  padding: 57px 60px 46px 60px;
  background-color: #fff;
  margin-top: 13px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .edit .noticeEdit .container .dataBox {
    padding: 30px 20px;
  }
}

.edit .noticeEdit .container .dataBox .boxT {
  color: #4D4D4D;
}

.edit .noticeEdit .container .dataBox .boxT .text {
  line-height: 1.8;
}

.edit .noticeEdit .container .dataBox .boxT .text + .text {
  margin-top: 21px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox .boxT .text + .text {
    margin-top: 10px;
  }
}

.edit .noticeEdit .container .dataBox .line {
  height: 1px;
  width: 100%;
  background-color: #E5E5E5;
  margin: 29px 0 34px 0;
}

@media (max-width: 767.98px) {
  .edit .noticeEdit .container .dataBox .line {
    margin: 20px 0;
  }
}

.edit .noticeEdit .container .dataBox .boxB .title {
  font-size: 1.375rem;
  font-weight: 400;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767.98px) {
  .edit .noticeEdit .container .dataBox .boxB .title {
    font-size: 1.25rem;
  }
}

.edit .noticeEdit .container .dataBox .boxB .title::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 4px;
  height: 1em;
  background-color: #1eb3a7;
}

.edit .noticeEdit .container .dataBox .boxB .title + .text {
  margin-top: 18px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox .boxB .title + .text {
    margin-top: 10px;
  }
}

.edit .noticeEdit .container .dataBox .boxB .title + ul {
  margin-top: 18px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox .boxB .title + ul {
    margin-top: 10px;
  }
}

.edit .noticeEdit .container .dataBox .boxB .text {
  color: #808080;
  line-height: 1.8;
}

.edit .noticeEdit .container .dataBox .boxB .text + .text {
  margin-top: 29px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox .boxB .text + .text {
    margin-top: 10px;
  }
}

.edit .noticeEdit .container .dataBox .boxB .text + .title {
  margin-top: 34px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox .boxB .text + .title {
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .edit .noticeEdit .container .dataBox .boxB .text + .title {
    margin-top: 20px;
  }
}

.edit .noticeEdit .container .dataBox .boxB ul + .title {
  margin-top: 34px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox .boxB ul + .title {
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .edit .noticeEdit .container .dataBox .boxB ul + .title {
    margin-top: 20px;
  }
}

.edit .noticeEdit .container .dataBox .boxB ul + .text {
  margin-top: 13px;
}

@media (max-width: 1023.98px) {
  .edit .noticeEdit .container .dataBox .boxB ul + .text {
    margin-top: 10px;
  }
}

.edit .noticeEdit .container .dataBox .boxB ul li {
  padding-left: 2.5em;
  line-height: 1.8;
  color: #808080;
  position: relative;
}

@media (max-width: 575.98px) {
  .edit .noticeEdit .container .dataBox .boxB ul li {
    padding-left: 1em;
  }
}

.edit .noticeEdit .container .dataBox .boxB ul li::before {
  position: absolute;
  display: block;
  content: "";
  left: 1.4em;
  top: 0.8em;
  width: 5px;
  height: 5px;
  background-color: #1eb3a7;
}

@media (max-width: 575.98px) {
  .edit .noticeEdit .container .dataBox .boxB ul li::before {
    left: 0.25em;
  }
}

.edit .noticeEdit .container .dataBox .boxB ul li ul li {
  padding-left: 1em;
}

.edit .noticeEdit .container .dataBox .boxB ul li ul li::before {
  display: none;
}

.edit .cartEdit {
  padding: 34px 20px 43px 40px;
  border-top: 1px solid rgba(204, 171, 94, 0.98);
  border-bottom: 1px solid rgba(204, 171, 94, 0.98);
  background-color: rgba(253, 251, 247, 0.98);
}

@media (max-width: 1023.98px) {
  .edit .cartEdit {
    padding: 30px 20px;
  }
}

@media (max-width: 575.98px) {
  .edit .cartEdit {
    padding: 20px 10px;
  }
}

.edit .cartEdit .note + .note {
  margin-top: 34px;
}

@media (max-width: 1023.98px) {
  .edit .cartEdit .note + .note {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .edit .cartEdit .note + .note {
    margin-top: 20px;
  }
}

.edit .cartEdit .note .title {
  display: block;
  font-weight: 700;
}

.edit .cartEdit .note ul {
  margin-top: 16px;
  padding-left: 1.2em;
}

@media (max-width: 1023.98px) {
  .edit .cartEdit .note ul {
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .edit .cartEdit .note ul {
    margin-top: 5px;
    padding-left: 0.3em;
  }
}

.edit .cartEdit .note ul li {
  padding-left: 1em;
  position: relative;
  line-height: 1.7;
}

.edit .cartEdit .note ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1eb3a7;
  left: 2px;
  top: 0.7em;
}

.edit .cartEdit .note ul li a {
  color: rgba(205, 173, 98, 0.98);
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header.nottop .navbar {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

#header .totop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

#header .totop.show {
  display: block;
}

@media (max-width: 767.98px) {
  #header .totop {
    right: 20px;
    bottom: 50px;
  }
}

#header .totop button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  #header .totop button {
    width: 40px;
    height: 40px;
  }
}

#header .totop button:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#header .totop button img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar {
  padding: 0;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.1);
}

#header .navbar .container {
  height: 90px;
  padding: 5px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1023.98px) {
  #header .navbar .container {
    height: 70px;
    padding: 7px 0;
  }
}

#header .navbar .container .logo {
  display: inline-block;
  height: 80px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
}

@media (max-width: 1440px) {
  #header .navbar .container .logo {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 1023.98px) {
  #header .navbar .container .logo {
    height: 56px;
  }
}

@media (max-width: 575.98px) {
  #header .navbar .container .logo {
    left: 46%;
  }
}

@media (max-width: 350px) {
  #header .navbar .container .logo {
    height: 45px;
    left: 44%;
  }
}

#header .navbar .container .logo img {
  height: 100%;
}

#header .navbar .container .burger {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  width: 100%;
  max-width: 50px;
  height: 100%;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 1440px) {
  #header .navbar .container .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1023.98px) {
  #header .navbar .container .burger {
    right: -1px;
  }
}

#header .navbar .container .burger img {
  width: 100%;
  max-width: 45px;
}

@media (max-width: 1023.98px) {
  #header .navbar .container .burger img {
    max-width: 36px;
  }
}

#header .navbar .container .cartBtn-mobile {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 60px;
}

@media (min-width: 1441px) {
  #header .navbar .container .cartBtn-mobile {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  #header .navbar .container .cartBtn-mobile {
    width: 36px;
    height: 36px;
    right: 37px;
  }
}

#header .navbar .container .cartBtn-mobile .number {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #CC5E5E;
  border-radius: 50%;
  color: #FFFFFF;
  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;
  top: -6px;
  right: -4px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
}

@media (max-width: 1023.98px) {
  #header .navbar .container .cartBtn-mobile .number {
    width: 17px;
    height: 17px;
    padding-bottom: 2px;
  }
}

#header .navbar .container .cartBtn-mobile a {
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar .container .cartBtn-mobile a img {
  width: 100%;
}

#header .navbar .container .memberBtn-mobile {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0px;
}

@media (min-width: 1441px) {
  #header .navbar .container .memberBtn-mobile {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  #header .navbar .container .memberBtn-mobile {
    width: 36px;
    height: 36px;
    right: -7px;
  }
}

#header .navbar .container .memberBtn-mobile .toggle {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar .container .memberBtn-mobile .toggle img {
  width: 100%;
}

#header .navbar .container .memberBtn-mobile .memberBox {
  display: none;
  position: absolute;
  top: 25px;
  right: -10px;
  width: 210px;
}

@media (max-width: 1023.98px) {
  #header .navbar .container .memberBtn-mobile .memberBox {
    top: 19px;
  }
}

#header .navbar .container .memberBtn-mobile .memberBox .triangle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-left: auto;
  margin-right: 13px;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1023.98px) {
  #header .navbar .container .memberBtn-mobile .memberBox .triangle {
    margin-right: 9px;
  }
}

#header .navbar .container .memberBtn-mobile .memberBox .triangle::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
  left: 10px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
}

#header .navbar .container .memberBtn-mobile .memberBox .box {
  position: relative;
  padding: 15px 15px 7px 15px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border-radius: 10px;
  border-top-right-radius: 5px;
  margin: 0 10px 10px 10px;
}

#header .navbar .container .memberBtn-mobile .memberBox .box .name {
  letter-spacing: 0;
  display: block;
  padding: 0px 13px 18px 13px;
  text-align: center;
}

#header .navbar .container .memberBtn-mobile .memberBox .box .name .gold {
  color: #17a2b8;
  font-weight: 400;
}

#header .navbar .container .memberBtn-mobile .memberBox .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 13px;
  border-top: 1px solid rgba(229, 229, 229, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar .container .memberBtn-mobile .memberBox .box a:hover {
  color: #1eb3a7;
}

#header .navbar .container .memberBtn-mobile .memberBox .box .login img {
  width: 16px;
  margin-right: 9px;
}

#header .navbar .container .memberBtn-mobile .memberBox .box .member img {
  width: 16px;
  margin-right: 9px;
}

#header .navbar .container .memberBtn-mobile .memberBox .box .logout img {
  width: 18px;
  margin-right: 7px;
}

#header .navbar .container .nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 375px;
    height: 100%;
    overflow-y: auto;
    padding: 0px 0 0px 0;
    background-color: #1eb3a7;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 100;
  }
}

@media (max-width: 450px) {
  #header .navbar .container .nav {
    max-width: 100%;
  }
}

#header .navbar .container .nav.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#header .navbar .container .nav .logo-mobile {
  display: none;
  padding-top: 26px;
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 114px;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .logo-mobile {
    display: block;
  }
}

#header .navbar .container .nav .logo-mobile img {
  width: 100%;
}

#header .navbar .container .nav .nav-close {
  position: absolute;
  top: 35px;
  left: 28px;
  width: 20px;
  cursor: pointer;
  display: none;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-close {
    display: block;
  }
}

@media (max-width: 1023.98px) {
  #header .navbar .container .nav .nav-close {
    top: 26px;
  }
}

#header .navbar .container .nav .nav-close img {
  width: 100%;
}

#header .navbar .container .nav .nav-items {
  margin-right: 39px;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

#header .navbar .container .nav .nav-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items ul {
    display: block;
  }
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

#header .navbar .container .nav .nav-items ul li:last-child {
  border: none;
}

#header .navbar .container .nav .nav-items ul li.active a {
  color: #1eb3a7;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items ul li.active a {
    color: #FFFFFF;
  }
}

#header .navbar .container .nav .nav-items ul li + li {
  margin-left: 49px;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items ul li + li {
    margin-left: 0;
  }
}

#header .navbar .container .nav .nav-items ul li + li a {
  position: relative;
}

#header .navbar .container .nav .nav-items ul li + li a::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: -24.5px;
  width: 1px;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
  pointer-events: none;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items ul li + li a::before {
    display: none;
  }
}

#header .navbar .container .nav .nav-items ul li a {
  font-size: 1.125rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  #header .navbar .container .nav .nav-items ul li a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  #header .navbar .container .nav .nav-items ul li a {
    font-size: 0.938rem;
  }
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.25rem;
    padding: 15px 0 14.5px 0;
    font-weight: 300;
  }
}

#header .navbar .container .nav .nav-items ul li a:hover {
  color: #1eb3a7;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .nav-items ul li a:hover {
    background-color: #FFFFFF;
    color: #1eb3a7;
  }
}

#header .navbar .container .nav .icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .icons ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 60px;
  }
}

#header .navbar .container .nav .icons ul li {
  position: relative;
  height: 42px;
}

#header .navbar .container .nav .icons ul li + li {
  margin-left: 7px;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .icons ul li.pc-only {
    display: none;
  }
}

@media (min-width: 1441px) {
  #header .navbar .container .nav .icons ul li.mobile-only {
    display: none;
  }
}

#header .navbar .container .nav .icons ul li .number {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #CC5E5E;
  border-radius: 50%;
  color: #FFFFFF;
  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;
  top: -6px;
  right: -4px;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
}

#header .navbar .container .nav .icons ul li .icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .icons ul li .icon {
    opacity: 0.5;
  }
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .icons ul li .icon:hover {
    opacity: 1;
  }
}

#header .navbar .container .nav .icons ul li .icon img {
  width: 42px;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .icons ul li .icon img.is-color {
    display: none;
  }
}

#header .navbar .container .nav .icons ul li .icon img.is-white {
  display: none;
}

@media (max-width: 1440px) {
  #header .navbar .container .nav .icons ul li .icon img.is-white {
    display: block;
  }
}

#header .navbar .container .nav .icons ul li .memberBox {
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 210px;
}

#header .navbar .container .nav .icons ul li .memberBox .triangle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

#header .navbar .container .nav .icons ul li .memberBox .triangle::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
  left: 10px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
}

#header .navbar .container .nav .icons ul li .memberBox .box {
  position: relative;
  padding: 15px 15px 7px 15px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border-radius: 10px;
  margin: 0 10px 10px 10px;
}

#header .navbar .container .nav .icons ul li .memberBox .box .name {
  letter-spacing: 0;
  display: block;
  padding: 0px 13px 18px 13px;
  text-align: center;
}

#header .navbar .container .nav .icons ul li .memberBox .box .name .gold {
  color: #17a2b8;
  font-weight: 400;
}

#header .navbar .container .nav .icons ul li .memberBox .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 13px;
  border-top: 1px solid rgba(229, 229, 229, 0.5);
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar .container .nav .icons ul li .memberBox .box a:hover {
  color: #1eb3a7;
}

#header .navbar .container .nav .icons ul li .memberBox .box .login img {
  width: 16px;
  margin-right: 9px;
}

#header .navbar .container .nav .icons ul li .memberBox .box .member img {
  width: 16px;
  margin-right: 9px;
}

#header .navbar .container .nav .icons ul li .memberBox .box .logout img {
  width: 18px;
  margin-right: 7px;
}

#header .navbar .container .nav .icons ul li .cartBox {
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 380px;
}

#header .navbar .container .nav .icons ul li .cartBox .triangle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

#header .navbar .container .nav .icons ul li .cartBox .triangle::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 30px;
  left: 10px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
}

#header .navbar .container .nav .icons ul li .cartBox .carts {
  position: relative;
  padding: 15px 15px 31px 15px;
  -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.08);
  background-color: #FFFFFF;
  border-radius: 10px;
  margin: 0 10px 10px 10px;
  pointer-events: all;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .title {
  display: block;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .title .gold {
  color: #17a2b8;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists {
  width: 100%;
  margin-top: 12px;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  border-top: 1px solid rgba(229, 229, 229, 0.5);
  padding: 9px 0;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list:last-child {
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list a {
  -ms-flex-preferred-size: calc( 100% - 49px);
      flex-basis: calc( 100% - 49px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list a:hover .texts .name {
  color: #17a2b8;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list a .pic {
  width: 80px;
  height: 80px;
  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;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list a .pic .img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80%;
  height: 80%;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list a .texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list a .texts .name {
  display: block;
  color: #4D4D4D;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list a .texts .price {
  display: block;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  color: #DF4949;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list .remove {
  -ms-flex-preferred-size: 49px;
      flex-basis: 49px;
  height: 49px;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list .remove button {
  width: 49px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 11px;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list .remove button:hover .svg path, #header .navbar .container .nav .icons ul li .cartBox .carts .lists .list .remove button:hover .svg rect {
  fill: #DF4949 !important;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list .remove button .svg {
  width: 13px;
  height: auto !important;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .lists .list .remove button .svg path, #header .navbar .container .nav .icons ul li .cartBox .carts .lists .list .remove button .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .linkBox {
  width: 100%;
  margin-top: 20px;
}

#header .navbar .container .nav .icons ul li .cartBox .carts .linkBox a {
  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;
  width: 100%;
  height: 46px;
  border-radius: 25px;
  background-color: #17a2b8;
  color: #FFFFFF;
  font-weight: 400;
}

#footer .footerT {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#footer .footerT .container {
  width: calc(100% - 30px);
  padding: 50px 0 60px 0;
}

@media (max-width: 767.98px) {
  #footer .footerT .container {
    padding: 20px 0 35px 0;
  }
}

#footer .footerT .container .logo {
  width: 100%;
}

#footer .footerT .container .logo a {
  display: block;
  max-width: 180px;
  height: 180px;
  margin: auto;
}

@media (max-width: 767.98px) {
  #footer .footerT .container .logo a {
    max-width: 150px;
    height: 150px;
  }
}

#footer .footerT .container .logo a .pic {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#footer .footerT .container .links {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  #footer .footerT .container .links {
    margin-top: 20px;
  }
}

#footer .footerT .container .links ul {
  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;
}

#footer .footerT .container .links ul li + li {
  margin-left: 2em;
  position: relative;
}

@media (max-width: 767.98px) {
  #footer .footerT .container .links ul li + li {
    margin-left: 1em;
  }
}

#footer .footerT .container .links ul li + li:before {
  position: absolute;
  display: block;
  content: "";
  top: 6px;
  left: calc(-1em + 1px);
  width: 1px;
  height: 0.9em;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 767.98px) {
  #footer .footerT .container .links ul li + li:before {
    left: -0.5em;
    top: 4px;
  }
}

#footer .footerT .container .links ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footerT .container .links ul li a:hover {
  color: #1eb3a7;
}

#footer .footerT .container .infos {
  width: 100%;
  max-width: 645px;
  margin: 20px auto 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;
  letter-spacing: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.938rem;
  text-align: center;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
}

@media (max-width: 767.98px) {
  #footer .footerT .container .infos {
    font-size: 0.813rem;
  }
}

@media (max-width: 575.98px) {
  #footer .footerT .container .infos {
    letter-spacing: 0;
  }
}

#footer .footerT .container .infos a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footerT .container .infos a:hover {
  color: #1eb3a7;
}

#footer .footerT .container .infos .fb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62%;
          flex: 0 0 62%;
}

@media (max-width: 767.98px) {
  #footer .footerT .container .infos .fb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#footer .footerT .container .infos .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 767.98px) {
  #footer .footerT .container .infos .line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5px;
  }
}

#footer .footerT .container .infos .mail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  #footer .footerT .container .infos .mail {
    margin-top: 5px;
  }
}

#footer .footerB {
  background-color: #1eb3a7;
}

#footer .footerB .container {
  padding: 24px 0;
}

@media (max-width: 767.98px) {
  #footer .footerB .container {
    padding: 21.5px 0;
  }
}

#footer .footerB .container .copyright {
  color: #FFFFFF;
  font-size: 0.938rem;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  text-align: center;
  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 (max-width: 767.98px) {
  #footer .footerB .container .copyright {
    font-size: 0.813rem;
  }
}

@media (max-width: 1023.98px) {
  #footer .footerB .container .copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#footer .footerB .container .copyright .text {
  display: block;
}

@media (max-width: 1023.98px) {
  #footer .footerB .container .copyright .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#footer .footerB .container .copyright .text + .text {
  margin-left: 13px;
}

@media (max-width: 1023.98px) {
  #footer .footerB .container .copyright .text + .text {
    margin-top: 10px;
  }
}

#footer .footerB .container .copyright .text a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#footer .footerB .container .copyright .text a:hover {
  color: #1eb3a7;
}

.wp.index .bannerBox .banners {
  width: 100%;
  position: relative;
}

.wp.index .bannerBox .banners::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .wp.index .bannerBox .banners::before {
    height: 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .banners::before {
    display: none;
  }
}

.wp.index .bannerBox .banners .banner {
  width: 100%;
  height: 850px;
  position: relative;
}

@media (max-width: 1023.98px) {
  .wp.index .bannerBox .banners .banner {
    height: 640px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .banners .banner {
    height: 512px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .banners .banner {
    height: 400px;
  }
}

.wp.index .bannerBox .banners .banner .pic {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .banners .banner .pic {
    display: none;
  }
}

.wp.index .bannerBox .banners .banner .mb {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .banners .banner .mb {
    display: block;
  }
}

.wp.index .bannerBox .banners .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 87px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1023.98px) {
  .wp.index .bannerBox .banners .slick-dots {
    bottom: 65px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .banners .slick-dots {
    bottom: 35px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .banners .slick-dots {
    display: none;
  }
}

.wp.index .bannerBox .banners .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 15px;
}

.wp.index .bannerBox .banners .slick-dots li.slick-active button::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid white;
}

.wp.index .bannerBox .banners .slick-dots li button {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  padding: 0;
}

.wp.index .bannerBox .banners .slick-dots li button::before {
  display: none;
}

.wp.index .bannerBox .arrows {
  position: absolute;
  width: 100%;
  top: 370px;
}

@media (max-width: 1023.98px) {
  .wp.index .bannerBox .arrows {
    top: 315px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .arrows {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.wp.index .bannerBox .arrows .arrow {
  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;
  width: 90px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1023.98px) {
  .wp.index .bannerBox .arrows .arrow {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .arrows .arrow {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .arrows .arrow {
    width: auto;
    height: auto;
    background-color: unset;
  }
}

.wp.index .bannerBox .arrows .arrow:hover {
  background-color: #1eb3a7;
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .arrows .arrow:hover {
    background-color: unset;
  }
}

.wp.index .bannerBox .arrows .arrow .svg {
  width: 20px;
}

@media (max-width: 1023.98px) {
  .wp.index .bannerBox .arrows .arrow .svg {
    width: 15px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .bannerBox .arrows .arrow .svg {
    width: 11px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .arrows .arrow .svg {
    display: none;
  }
}

.wp.index .bannerBox .arrows .arrow .svg.mobile {
  display: none;
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .arrows .arrow .svg.mobile {
    display: block;
  }
}

.wp.index .bannerBox .arrows .arrow.prev {
  float: left;
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .arrows .arrow.prev {
    margin-left: 17px;
  }
}

.wp.index .bannerBox .arrows .arrow.next {
  float: right;
}

@media (max-width: 575.98px) {
  .wp.index .bannerBox .arrows .arrow.next {
    margin-right: 17px;
  }
}

.wp.index .serviceBox::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #DFB249;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox::before {
    height: 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox::before {
    display: none;
  }
}

.wp.index .serviceBox .bgT {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .bgT {
    display: none;
  }
}

.wp.index .serviceBox .bgT img {
  width: 100%;
}

.wp.index .serviceBox .bgB {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .bgB {
    display: none;
  }
}

.wp.index .serviceBox .bgB img {
  width: 100%;
}

.wp.index .serviceBox .container {
  width: 100%;
  padding-top: 105px;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .container {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .container {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container {
    padding-top: 45px;
    background-color: #FAF7F2;
  }
}

.wp.index .serviceBox .container .titleBox {
  text-align: center;
  margin-bottom: 80px;
  padding: 0 36px;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .container .titleBox {
    margin-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container .titleBox {
    margin-bottom: 35px;
  }
}

.wp.index .serviceBox .container .titleBox .title-en {
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 3px;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.index .serviceBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.index .serviceBox .container .titleBox .title-zh {
  font-size: 1.375rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

.wp.index .serviceBox .container .titleBox .line {
  width: 30px;
  height: 1px;
  background-color: #1eb3a7;
  margin: 22px auto 24px auto;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .container .titleBox .line {
    margin: 18px auto 18px auto;
  }
}

.wp.index .serviceBox .container .titleBox .text {
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .container .titleBox .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container .titleBox .text {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container .titleBox .text {
    line-height: 1.7;
  }
}

.wp.index .serviceBox .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-bottom: 50px;
}

@media (max-width: 1279.98px) {
  .wp.index .serviceBox .container ul {
    width: 100%;
    max-width: 950px;
    margin: 0 auto 84px auto;
    padding: 0 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .container ul {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul {
    max-width: 375px;
  }
}

.wp.index .serviceBox .container ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 10%;
  position: relative;
}

@media (max-width: 1279.98px) {
  .wp.index .serviceBox .container ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.wp.index .serviceBox .container ul li + li a {
  border-left: 1px solid #E5E5E5;
}

@media (max-width: 1279.98px) {
  .wp.index .serviceBox .container ul li:nth-child(5n) a {
    border-left: unset;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul li:nth-child(5n) a {
    border-left: 1px solid #E5E5E5;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul li:nth-child(odd) a {
    border-left: unset;
  }
}

@media (max-width: 1279.98px) {
  .wp.index .serviceBox .container ul li:nth-child(n+5) a {
    border-top: 1px solid #E5E5E5;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul li:nth-child(n+3) a {
    border-top: 1px solid #E5E5E5;
  }
}

.wp.index .serviceBox .container ul li:hover {
  z-index: 1;
  background-color: #45d8cb;
}

.wp.index .serviceBox .container ul li:hover a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  border-radius: 5%;
  border: none;
}

.wp.index .serviceBox .container ul li:hover a .hover {
  -webkit-transform: translate(-50%, -50%) scale(1.09);
          transform: translate(-50%, -50%) scale(1.09);
  opacity: 1;
}

.wp.index .serviceBox .container ul li:hover a .pic {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}

.wp.index .serviceBox .container ul li:hover a .pic img.is-white {
  opacity: 1;
}

.wp.index .serviceBox .container ul li:hover a .pic img.is-color {
  opacity: 0;
}

.wp.index .serviceBox .container ul li:hover a .name {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  color: #000000;
}

.wp.index .serviceBox .container ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px 10px 15px 10px;
  text-align: center;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul li a {
    padding-bottom: 20px;
  }
}

.wp.index .serviceBox .container ul li a .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc( 100% + 45px);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5%;
  overflow: hidden;
}

@media (max-width: 1780px) {
  .wp.index .serviceBox .container ul li a .hover {
    height: 100%;
  }
}

.wp.index .serviceBox .container ul li a .pic {
  width: 85px;
  height: 90px;
  margin: 0 auto 20px auto;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul li a .pic {
    height: 75px;
    margin-bottom: 5px;
  }
}

.wp.index .serviceBox .container ul li a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wp.index .serviceBox .container ul li a .pic img.is-white {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.wp.index .serviceBox .container ul li a .name {
  /*font-size: 1.25rem;*/
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .container ul li a .name {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container ul li a .name {
    font-size: 0.938rem;
  }
}

.wp.index .serviceBox .container .more {
  margin-bottom: 145px;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .container .more {
    margin-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .container .more {
    display: none;
  }
}

.wp.index .serviceBox .container .more a {
  margin: auto;
}

.wp.index .serviceBox .Box1 {
  padding-left: 6.55vw;
  padding-right: 6.927vw;
  padding-bottom: 3.75vw;
  position: relative;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 {
    padding: 0 26px 3.75vw 26px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 {
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 {
    padding-top: 49px;
  }
}

.wp.index .serviceBox .Box1 .boxR {
  width: calc( 100% - 19.531vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 .boxR {
    width: calc( 100% - 17.531vw);
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: unset;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.4%;
          flex: 0 0 33.4%;
  padding-top: 5.729vw;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    position: relative;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .person {
  position: absolute;
  bottom: 0;
  left: 6.8vw;
  width: 19.531vw;
  height: 35.156vw;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .person {
    left: 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .person {
    width: unset;
    height: unset;
    bottom: -1px;
    left: 4vw;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .person {
    left: -20px;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .person .pic {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .person .pic {
    width: 200px;
    height: 370px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .person .pic {
    width: 170px;
    height: 325px;
  }
}

@media (max-width: 375px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .person .pic {
    width: 45.33vw;
    height: 86.667vw;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts {
  text-align: right;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts {
    margin-left: auto;
    width: 60%;
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 450px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts {
    width: 100%;
    max-width: 230px;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts .title {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .title {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .title {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .title {
    font-size: 2rem;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts .title .gold {
  color: #1eb3a7;
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts .subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .subtitle {
    font-size: 16px;
    margin-top: 5px;
  }
}

@media (max-width: 450px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .subtitle {
    width: 68%;
    max-width: 168px;
    margin-left: auto;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts .line {
  width: 30px;
  height: 1px;
  background-color: #1eb3a7;
  margin: 20px 4px 25px auto;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .line {
    margin: 15px 2px 13px auto;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts .text {
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .text {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .text {
    line-height: 1.7;
  }
}

@media (max-width: 450px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .text {
    width: 68%;
    max-width: 168px;
    margin-left: auto;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts .more {
  margin-top: 35px;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .more {
    margin-bottom: 46px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .d-flex .texts .more {
    margin-top: 15px;
  }
}

.wp.index .serviceBox .Box1 .boxR .d-flex .texts .more a {
  margin-left: auto;
}

.wp.index .serviceBox .Box1 .boxR .pics {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 4.167vw;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics {
    padding-left: 26px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
    position: relative;
  }
}

.wp.index .serviceBox .Box1 .boxR .pics .picL {
  width: 22.135vw;
  height: 22.135vw;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics .picL {
    width: 27vw;
    height: 27vw;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics .picL {
    width: 50vw;
    height: 50vw;
    margin-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics .picL {
    width: 47.2vw;
    height: 47.2vw;
    margin-bottom: 63px;
  }
}

.wp.index .serviceBox .Box1 .boxR .pics .picL::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  right: -17px;
  bottom: -17px;
  background-color: #fff;
  z-index: -1;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics .picL::after {
    right: -6px;
    bottom: -6px;
  }
}

.wp.index .serviceBox .Box1 .boxR .pics .picL .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.index .serviceBox .Box1 .boxR .pics .picR {
  width: 19.271vw;
  height: 19.271vw;
  margin-left: auto;
  margin-top: -15.36vw;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics .picR {
    width: 24vw;
    height: 24vw;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics .picR {
    position: absolute;
    right: 0;
    top: 13vw;
    margin-top: 0;
    width: 43vw;
    height: 43vw;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box1 .boxR .pics .picR {
    top: 54px;
    width: 41vw;
    height: 41vw;
  }
}

.wp.index .serviceBox .Box1 .boxR .pics .picR .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.index .serviceBox .Box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 8.177vw;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 70px;
  }
}

.wp.index .serviceBox .Box2 .boxL {
  position: relative;
  -ms-flex-preferred-size: 52.083vw;
      flex-basis: 52.083vw;
  height: 29.367vw;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box2 .boxL {
    -ms-flex-preferred-size: 55vw;
        flex-basis: 55vw;
    height: 500px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .boxL {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 56vw;
  }
}

.wp.index .serviceBox .Box2 .boxL .video-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp.index .serviceBox .Box2 .boxL iframe, .wp.index .serviceBox .Box2 .boxL object, .wp.index .serviceBox .Box2 .boxL embed {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp.index .serviceBox .Box2 .boxL .play {
  position: absolute;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .boxL .play {
    width: 47px;
    height: 47px;
  }
}

.wp.index .serviceBox .Box2 .boxL .play::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 125%;
  height: 125%;
  border-radius: 50%;
  border: 2px solid rgba(204, 171, 94, 0.7);
}

.wp.index .serviceBox .Box2 .boxL .play::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
  border-radius: 50%;
  border: 2px solid rgba(204, 171, 94, 0.3);
}

.wp.index .serviceBox .Box2 .boxL .play img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wp.index .serviceBox .Box2 .boxR {
  margin-left: 4.167vw;
  padding-top: 7.188vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21%;
          flex: 0 0 21%;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box2 .boxR {
    padding-top: 15px;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box2 .boxR {
    margin-left: 26px;
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .boxR {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 50px;
    margin-left: 0;
    padding-left: 35px;
  }
}

.wp.index .serviceBox .Box2 .boxR .texts {
  text-align: left;
  width: 20.885vw;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts {
    width: 30vw;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts {
    width: 60%;
  }
}

.wp.index .serviceBox .Box2 .boxR .texts .title {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box2 .boxR .texts .title {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .title {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .title {
    font-size: 2rem;
  }
}

.wp.index .serviceBox .Box2 .boxR .texts .title .gold {
  color: #1eb3a7;
}

.wp.index .serviceBox .Box2 .boxR .texts .subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .subtitle {
    font-size: 1rem;
    margin-top: 5px;
  }
}

.wp.index .serviceBox .Box2 .boxR .texts .line {
  width: 30px;
  height: 1px;
  background-color: #1eb3a7;
  margin: 20px auto 25px 4px;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .line {
    margin: 10px auto 13px 2px;
  }
}

.wp.index .serviceBox .Box2 .boxR .texts .text {
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .text {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .text {
    line-height: 1.7;
  }
}

@media (max-width: 450px) {
  .wp.index .serviceBox .Box2 .boxR .texts .text {
    width: 68%;
    max-width: 168px;
  }
}

.wp.index .serviceBox .Box2 .boxR .texts .more {
  margin-top: 31px;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .boxR .texts .more {
    margin-top: 15px;
  }
}

.wp.index .serviceBox .Box2 .person {
  position: absolute;
  bottom: 0;
  right: 4vw;
  width: 19.531vw;
  height: 35.156vw;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box2 .person {
    right: 2vw;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .person {
    width: unset;
    height: unset;
    bottom: -1px;
    right: 4vw;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .person {
    right: 3px;
  }
}

.wp.index .serviceBox .Box2 .person .pic {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box2 .person .pic {
    width: 200px;
    height: 370px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box2 .person .pic {
    width: 170px;
    height: 325px;
  }
}

@media (max-width: 375px) {
  .wp.index .serviceBox .Box2 .person .pic {
    width: 45.33vw;
    height: 86.667vw;
  }
}

.wp.index .serviceBox .Box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 178px;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box3 {
    padding-left: 37px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #F2F2F2;
    padding: 45px 37px 0 37px;
  }
}

.wp.index .serviceBox .Box3 .boxL {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(31% - 30px);
          flex: 0 0 calc(31% - 30px);
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.wp.index .serviceBox .Box3 .boxL .texts {
  text-align: left;
  width: 100%;
  max-width: 325px;
  margin-left: auto;
  margin-right: 22px;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts {
    margin: 0;
    max-width: unset;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts {
    text-align: center;
  }
}

.wp.index .serviceBox .Box3 .boxL .texts .title {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box3 .boxL .texts .title {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .title {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .title {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .title {
    font-size: 2rem;
  }
}

@media (max-width: 350px) {
  .wp.index .serviceBox .Box3 .boxL .texts .title {
    font-size: 1.8rem;
  }
}

.wp.index .serviceBox .Box3 .boxL .texts .title .gold {
  color: #1eb3a7;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .title br {
    display: none;
  }
}

.wp.index .serviceBox .Box3 .boxL .texts .subtitle {
  font-size: 1.375rem;
  font-weight: 600;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .subtitle {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .subtitle {
    position: relative;
  }
}

@media (max-width: 350px) {
  .wp.index .serviceBox .Box3 .boxL .texts .subtitle {
    margin-top: 5px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .subtitle::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 1px;
    background-color: #1eb3a7;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.wp.index .serviceBox .Box3 .boxL .texts .text {
  font-size: 1.125rem;
  margin-top: 19px;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .text {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts .text {
    display: none;
  }
}

.wp.index .serviceBox .Box3 .boxL .texts a {
  display: block;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-size: 0.938rem;
  font-weight: 600;
  margin-top: 35px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts a {
    font-size: 0.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .texts a {
    display: none;
  }
}

.wp.index .serviceBox .Box3 .boxL .texts a:hover {
  color: #1eb3a7;
}

.wp.index .serviceBox .Box3 .boxL .texts a:hover .svg {
  margin-left: 13px;
}

.wp.index .serviceBox .Box3 .boxL .texts a:hover .svg path, .wp.index .serviceBox .Box3 .boxL .texts a:hover .svg rect {
  stroke: #1eb3a7 !important;
}

.wp.index .serviceBox .Box3 .boxL .texts a .svg {
  display: inline-block;
  width: 30px;
  margin-bottom: 2px;
  margin-left: 7px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.index .serviceBox .Box3 .boxL .texts a .svg path, .wp.index .serviceBox .Box3 .boxL .texts a .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.index .serviceBox .Box3 .boxL .toggles {
  position: relative;
  width: 100%;
  max-width: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles {
    max-width: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp.index .serviceBox .Box3 .boxL .toggles::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles::after {
    display: none;
  }
}

.wp.index .serviceBox .Box3 .boxL .toggles .toggle {
  position: relative;
  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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFFFFF;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transform-origin: center;
          transform-origin: center;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  text-align: center;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle {
    width: 75px;
    height: 75px;
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle {
    font-size: 0.875rem;
  }
}

@media (max-width: 350px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle {
    width: 60px;
    height: 60px;
    padding: 0 10px;
  }
}

.wp.index .serviceBox .Box3 .boxL .toggles .toggle + .toggle {
  margin-left: 40px;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle + .toggle {
    margin-left: 20px;
  }
}

.wp.index .serviceBox .Box3 .boxL .toggles .toggle::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110%;
  height: 110%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle::after {
    width: 118%;
    height: 118%;
  }
}

@media (max-width: 350px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle::after {
    width: 70px;
    height: 70px;
  }
}

.wp.index .serviceBox .Box3 .boxL .toggles .toggle.active {
  width: 110px;
  height: 110px;
  background-color: #1eb3a7;
  color: #FFFFFF;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle.active {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle.active {
    font-size: 0.938rem;
  }
}

@media (max-width: 350px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle.active {
    width: 60px;
    height: 60px;
    font-size: 0.875rem;
  }
}

.wp.index .serviceBox .Box3 .boxL .toggles .toggle.active::after {
  width: 130px;
  height: 130px;
  background-color: #1eb3a747;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle.active::after {
    width: 118%;
    height: 118%;
  }
}

@media (max-width: 350px) {
  .wp.index .serviceBox .Box3 .boxL .toggles .toggle.active::after {
    width: 70px;
    height: 70px;
  }
}

.wp.index .serviceBox .Box3 .boxL .toggles .toggle:hover {
  background-color: #1eb3a7;
  color: #FFFFFF;
}

.wp.index .serviceBox .Box3 .boxL .toggles .toggle:hover::after {
  background-color: rgba(204, 171, 94, 0.2);
}

.wp.index .serviceBox .Box3 .boxR {
  width: calc(69% + 30px);
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR {
    width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxR {
    margin-top: 35px;
  }
}

.wp.index .serviceBox .Box3 .boxR .group {
  display: none;
}

.wp.index .serviceBox .Box3 .boxR .group.active {
  display: block;
  -webkit-animation: active 1s;
          animation: active 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group {
    padding-bottom: 125px;
    position: relative;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxR .group {
    padding-bottom: 105px;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .arrows {
  display: none;
  position: absolute;
  bottom: 48px;
  right: 0;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .arrows .arrow:hover .svg path, .wp.index .serviceBox .Box3 .boxR .group .arrows .arrow:hover .svg rect {
  fill: rgba(204, 171, 94, 0.72) !important;
  stroke: rgba(204, 171, 94, 0.72) !important;
}

.wp.index .serviceBox .Box3 .boxR .group .arrows .arrow + .arrow {
  margin-left: 30px;
}

.wp.index .serviceBox .Box3 .boxR .group .arrows .arrow .svg {
  width: 13px;
}

.wp.index .serviceBox .Box3 .boxR .group .arrows .arrow .svg path, .wp.index .serviceBox .Box3 .boxR .group .arrows .arrow .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes-counter {
  display: none;
  position: absolute;
  left: 0;
  bottom: 45px;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes-counter .current_slide {
  font-size: 1.75rem;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes-counter .total_slides {
  font-size: 1.094;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes-counter {
    display: block;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .boxes {
  margin: 0 -10px;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes {
    margin: 0;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box {
  padding-left: 30px;
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box {
    padding-left: 25px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box {
    padding-left: 0px;
    margin: 0 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box {
    margin: 0;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a {
  display: inline-block;
  width: 440px;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a {
    width: 396px;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a {
    width: 352px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a {
    width: 100%;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a:hover .pic .rep {
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
  background-color: #1eb3a7;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a:hover .texts .read {
  color: #1eb3a7;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic {
  position: relative;
  width: 100%;
  height: 330px;
  margin-bottom: 25px;
}

@media (max-width: 1440px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic {
    height: 297px;
  }
}

@media (max-width: 1023.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic {
    height: 264px;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic {
    height: 33vw;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic {
    height: 60vw;
    margin-bottom: 12px;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic .rep {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16%;
  padding-bottom: 16%;
  border-radius: 50%;
  background-color: #B3B3B3;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic .rep {
    right: 13px;
    top: 13px;
    -webkit-transform: scale(1.34) !important;
            transform: scale(1.34) !important;
    background-color: #1eb3a7 !important;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a .pic .rep img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .title {
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .title {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .title {
    font-size: 1.063rem;
    margin-bottom: 12px;
  }
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .text {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
}

.wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .read {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 0.938rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .read {
    font-size: 0.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .serviceBox .Box3 .boxR .group .boxes .box a .texts .read {
    display: none;
  }
}

.wp.index .teamBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767.98px) {
  .wp.index .teamBox {
    background-image: none !important;
  }
}

.wp.index .teamBox::before {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 60px;
  width: 1px;
  background-color: #DFB249;
}

@media (max-width: 767.98px) {
  .wp.index .teamBox::before {
    height: 29.2px;
  }
}

.wp.index .teamBox .container {
  padding-top: 93px;
}

@media (max-width: 767.98px) {
  .wp.index .teamBox .container {
    padding-bottom: 35px;
    padding-top: 47px;
  }
}

.wp.index .teamBox .container .titleBox {
  margin: auto;
  text-align: center;
  position: sticky;
  z-index: 2;
}

.wp.index .teamBox .container .titleBox .title-zh {
  font-size: 1.375rem;
  margin-bottom: 18px;
}

@media (max-width: 767.98px) {
  .wp.index .teamBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .teamBox .container .titleBox .title-zh {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .teamBox .container .titleBox .title-zh {
    font-size: 0.85rem;
    margin-bottom: 8px;
  }
}

.wp.index .teamBox .container .titleBox .subtitle {
  font-size: 1.625rem;
  font-weight: 600;
  color: #1eb3a7;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .wp.index .teamBox .container .titleBox .subtitle {
    font-size: 1.375rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .teamBox .container .titleBox .subtitle {
    font-size: 0.975rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .teamBox .container .titleBox .subtitle {
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.index .teamBox .container .titleBox .subtitle {
    font-size: 0.975rem;
    font-weight: 400;
    margin-bottom: 13px;
  }
}

.wp.index .teamBox .container .titleBox .title-en {
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-size: 10rem;
  line-height: 1;
  color: #1eb3a7;
  padding-right: 30px;
}

@media (max-width: 1279.98px) {
  .wp.index .teamBox .container .titleBox .title-en {
    font-size: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .teamBox .container .titleBox .title-en {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .teamBox .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1440px) {
  .wp.index .teamBox .container .titleBox .title-en {
    padding-right: 0;
  }
}

.wp.index .teamBox .container .picBox {
  width: 100%;
  max-width: 1580px;
  margin: auto;
  margin-top: -3.9vw;
  position: sticky;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .wp.index .teamBox .container .picBox {
    margin-top: -2vw;
  }
}

.wp.index .teamBox .container .picBox img {
  width: 100%;
}

.wp.index .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -6.45vw;
}

@media (max-width: 1023.98px) {
  .wp.index .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}

.wp.index .footer-links .link {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  min-height: 420px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: right center;
  position: relative;
}

@media (max-width: 1023.98px) {
  .wp.index .footer-links .link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: 43.76vw;
  }
}

.wp.index .footer-links .link:nth-child(2) {
  background-position: 60% center;
}

@media (max-width: 1023.98px) {
  .wp.index .footer-links .link:nth-child(2) {
    background-position: right center;
  }
}

.wp.index .footer-links .link:hover .mask {
  background-color: rgba(0, 0, 0, 0);
}

.wp.index .footer-links .link:hover .texts {
  top: 50%;
}

.wp.index .footer-links .link:hover .texts .title-en {
  color: #1eb3a7;
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link:hover .texts .title-en {
    color: #DFA349;
  }
}

.wp.index .footer-links .link:hover .texts .title-zh {
  color: #000;
}

.wp.index .footer-links .link:hover .texts .text {
  color: #000;
}

.wp.index .footer-links .link:hover .texts .go {
  opacity: 1;
}

.wp.index .footer-links .link .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wp.index .footer-links .link .texts {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 63%;
  left: 16%;
  width: 100%;
  max-width: 290px;
  color: #FFFFFF;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1440px) {
  .wp.index .footer-links .link .texts {
    left: 35px;
  }
}

.wp.index .footer-links .link .texts .title-en {
  font-size: 2.875rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 700;
  -webkit-transition: all .5s;
  transition: all .5s;
  line-height: 1;
}

@media (max-width: 1023.98px) {
  .wp.index .footer-links .link .texts .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link .texts .title-en {
    font-size: 2.188rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .footer-links .link .texts .title-en {
    font-size: 1.75rem;
  }
}

.wp.index .footer-links .link .texts .title-zh {
  font-size: 2rem;
  font-weight: 600;
  -webkit-transition: all .5s;
  transition: all .5s;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 22px;
}

@media (max-width: 1023.98px) {
  .wp.index .footer-links .link .texts .title-zh {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link .texts .title-zh {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .footer-links .link .texts .title-zh {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link .texts .title-zh {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
  }
}

.wp.index .footer-links .link .texts .text {
  font-size: 1.125rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link .texts .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.index .footer-links .link .texts .text {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link .texts .text {
    display: none;
  }
}

.wp.index .footer-links .link .texts .go {
  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;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #1eb3a7;
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 33px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link .texts .go {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .wp.index .footer-links .link .texts .go {
    width: 36px;
    height: 36px;
    font-size: 0.831rem;
    background-color: #DFA349;
    margin-top: 13px;
  }
}

.wp.about .bannerBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: right center;
  overflow: hidden;
}

.wp.about .bannerBox .container {
  position: relative;
  padding-top: 118px;
  padding-bottom: 248px;
  z-index: 1;
}

@media (max-width: 1500px) {
  .wp.about .bannerBox .container {
    padding: 60px 0;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .container {
    padding-top: 50px;
    padding-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .wp.about .bannerBox .container {
    padding-top: 30px;
  }
}

.wp.about .bannerBox .container .texts {
  width: 59.2%;
}

@media (max-width: 1440px) {
  .wp.about .bannerBox .container .texts {
    width: 64.5%;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .container .texts {
    width: 100%;
  }
}

.wp.about .bannerBox .container .texts .title-en {
  font-size: 4rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .container .texts .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.about .bannerBox .container .texts .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.about .bannerBox .container .texts .title-en {
    font-size: 2rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .container .texts .title-en {
    margin-bottom: 5px;
  }
}

.wp.about .bannerBox .container .texts .title-en .gold {
  color: #1eb3a7;
  display: block;
  margin-bottom: 5px;
}

.wp.about .bannerBox .container .texts .title-zh {
  font-size: 2.25rem;
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .container .texts .title-zh {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.about .bannerBox .container .texts .title-zh {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.about .bannerBox .container .texts .title-zh {
    font-size: 1.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .container .texts .title-zh {
    margin-bottom: 10px;
  }
}

.wp.about .bannerBox .container .texts .text {
  display: block;
  letter-spacing: 0.7px;
  line-height: 1.9;
}

.wp.about .bannerBox .container .texts .text + .text {
  margin-top: 12px;
}

@media (max-width: 575.98px) {
  .wp.about .bannerBox .container .texts .text + .text {
    margin-top: 5px;
  }
}

.wp.about .bannerBox .container .pic {
  position: absolute;
  right: -8.8%;
  bottom: 0;
  width: 48%;
  max-width: 722px;
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .container .pic {
    position: static;
    width: 100%;
    margin: auto;
  }
}

.wp.about .bannerBox .container .pic img {
  width: 100%;
}

.wp.about .bannerBox .dec1 {
  position: absolute;
  left: 0;
  bottom: 11%;
  width: 15%;
  max-width: 130px;
}

@media (max-width: 1750px) {
  .wp.about .bannerBox .dec1 {
    opacity: 0.25;
  }
}

.wp.about .bannerBox .dec1 img {
  width: 100%;
}

.wp.about .bannerBox .dec2 {
  position: absolute;
  left: 8.7%;
  bottom: 0;
  width: 15%;
  max-width: 201px;
}

@media (max-width: 1750px) {
  .wp.about .bannerBox .dec2 {
    opacity: 0.25;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .bannerBox .dec2 {
    width: 20%;
    left: auto;
    right: 0;
  }
}

.wp.about .bannerBox .dec2 img {
  width: 100%;
}

.wp.about .ptBox .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.about .ptBox .box1 .boxL {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: auto;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box1 .boxL {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.wp.about .ptBox .box1 .boxL img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-animation: 10s imgScale alternate infinite;
          animation: 10s imgScale alternate infinite;
}

@-webkit-keyframes imgScale {
  0% {
    transfom: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes imgScale {
  0% {
    transfom: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.wp.about .ptBox .box1 .boxR {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  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-right: 3.646vw;
  background-color: #F8F8F8;
}

@media (max-width: 1440px) {
  .wp.about .ptBox .box1 .boxR {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box1 .boxR {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.wp.about .ptBox .box1 .boxR .texts {
  width: 100%;
  max-width: 615px;
}

@media (max-width: 1440px) {
  .wp.about .ptBox .box1 .boxR .texts {
    max-width: 100%;
  }
}

.wp.about .ptBox .box1 .boxR .texts .title {
  font-size: 1.375rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box1 .boxR .texts .title {
    font-size: 1.25rem;
  }
}

.wp.about .ptBox .box1 .boxR .texts .line {
  width: 30px;
  height: 1px;
  background-color: #1eb3a7;
  margin: 22px 0 25px 0;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box1 .boxR .texts .line {
    margin: 13px 0 10px 0;
  }
}

.wp.about .ptBox .box1 .boxR .texts .text {
  display: block;
  line-height: 1.9;
  letter-spacing: 0.7px;
}

.wp.about .ptBox .box1 .boxR .texts .text + .text {
  margin-top: 13px;
}

.wp.about .ptBox .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.about .ptBox .box2 .boxL {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  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-left: 3.646vw;
  background-color: #F3F3F3;
}

@media (max-width: 1440px) {
  .wp.about .ptBox .box2 .boxL {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box2 .boxL {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wp.about .ptBox .box2 .boxL .texts {
  width: 100%;
  max-width: 615px;
}

@media (max-width: 1440px) {
  .wp.about .ptBox .box2 .boxL .texts {
    max-width: 100%;
  }
}

.wp.about .ptBox .box2 .boxL .texts .title {
  font-size: 1.375rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box2 .boxL .texts .title {
    font-size: 1.25rem;
  }
}

.wp.about .ptBox .box2 .boxL .texts .line {
  width: 30px;
  height: 1px;
  background-color: #1eb3a7;
  margin: 22px 0 25px 0;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box2 .boxL .texts .line {
    margin: 13px 0 10px 0;
  }
}

.wp.about .ptBox .box2 .boxL .texts .text {
  display: block;
  line-height: 1.9;
  letter-spacing: 0.7px;
}

.wp.about .ptBox .box2 .boxL .texts .text + .text {
  margin-top: 13px;
}

.wp.about .ptBox .box2 .boxR {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: auto;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .wp.about .ptBox .box2 .boxR {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wp.about .ptBox .box2 .boxR img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-animation: 10s imgScale alternate infinite;
          animation: 10s imgScale alternate infinite;
}

@keyframes imgScale {
  0% {
    transfom: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.wp.about .purposeBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.about .purposeBox .container {
  position: relative;
  padding-top: 60px;
  padding-bottom: 35px;
}

@media (max-width: 1023.98px) {
  .wp.about .purposeBox .container {
    padding-top: 40px;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .purposeBox .container {
    padding-bottom: 240px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container {
    padding-top: 35px;
    padding-bottom: 0;
  }
}

.wp.about .purposeBox .container .logo {
  width: 100%;
  max-width: 270px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .logo {
    max-width: 150px;
  }
}

.wp.about .purposeBox .container .logo img {
  width: 100%;
}

.wp.about .purposeBox .container .titleBox {
  text-align: center;
  padding-top: 35px;
}

@media (max-width: 1023.98px) {
  .wp.about .purposeBox .container .titleBox {
    padding-top: 10px;
  }
}

.wp.about .purposeBox .container .titleBox .title-en {
  font-size: 3rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .wp.about .purposeBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.about .purposeBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.about .purposeBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.about .purposeBox .container .titleBox .title-zh {
  display: block;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.5;
  padding-top: 10px;
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .purposeBox .container .titleBox .title-zh {
    padding-top: 0;
  }
}

.wp.about .purposeBox .container .titleBox .line {
  width: 30px;
  height: 1px;
  background-color: #1eb3a7;
  margin: 22px auto 45px auto;
}

@media (max-width: 1023.98px) {
  .wp.about .purposeBox .container .titleBox .line {
    margin: 15px auto 20px auto;
  }
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .titleBox .line {
    margin: 10px auto;
  }
}

.wp.about .purposeBox .container .texts {
  width: 100%;
  max-width: 1150px;
  text-align: center;
  margin: auto;
}

.wp.about .purposeBox .container .texts .text {
  display: block;
  font-weight: 400;
}

.wp.about .purposeBox .container .texts .text + .text {
  margin-top: 18px;
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .texts .text + .text {
    margin-top: 10px;
  }
}

.wp.about .purposeBox .container .purposes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -80px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .purposes {
    position: static;
    padding-top: 40px;
    margin: 0 -20px;
  }
}

@media (max-width: 575.98px) {
  .wp.about .purposeBox .container .purposes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.about .purposeBox .container .purposes .purpose {
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
  padding-top: 125px;
  padding-bottom: 110px;
  padding: 125px 5.6vw 110px 5.6vw;
  text-align: center;
}

@media (max-width: 1440px) {
  .wp.about .purposeBox .container .purposes .purpose {
    padding: 125px 20px 110px 20px;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .purposeBox .container .purposes .purpose {
    padding: 70px 20px 70px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.about .purposeBox .container .purposes .purpose {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 40px 20px;
    min-height: 150px;
    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;
  }
}

.wp.about .purposeBox .container .purposes .purpose:first-child {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  padding-left: 3vw;
  padding-right: 3vw;
}

@media (max-width: 1440px) {
  .wp.about .purposeBox .container .purposes .purpose:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .purposes .purpose:first-child {
    border-radius: 0;
  }
}

.wp.about .purposeBox .container .purposes .purpose:last-child {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding-left: 3vw;
  padding-right: 3vw;
}

@media (max-width: 1440px) {
  .wp.about .purposeBox .container .purposes .purpose:last-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .purposes .purpose:last-child {
    border-radius: 0;
  }
}

.wp.about .purposeBox .container .purposes .purpose .text {
  display: block;
  color: #FFFFFF;
  font-size: 1.375rem;
}

@media (max-width: 767.98px) {
  .wp.about .purposeBox .container .purposes .purpose .text {
    font-size: 1.25rem;
  }
}

.wp.about .missionBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.about .missionBox .container {
  padding-top: 178px;
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container {
    padding-top: 150px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container {
    padding-top: 40px;
  }
}

.wp.about .missionBox .container .titleBox {
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.wp.about .missionBox .container .titleBox::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: rgba(223, 185, 73, 0.6);
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container .titleBox::after {
    bottom: -15px;
  }
}

.wp.about .missionBox .container .titleBox .title-en {
  font-size: 3rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 3px;
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.about .missionBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.about .missionBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.about .missionBox .container .titleBox .title-zh {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

.wp.about .missionBox .container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.about .missionBox .container .box .boxL {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 3.438vw;
  padding-bottom: 100px;
}

@media (max-width: 1440px) {
  .wp.about .missionBox .container .box .boxL {
    padding-right: 20px;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .box .boxL {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .wp.about .missionBox .container .box .boxL {
    padding-bottom: 40px;
    margin-top: 10px;
  }
}

.wp.about .missionBox .container .box .boxL .c1 {
  float: left;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .wp.about .missionBox .container .box .boxL .c1 {
    width: 25vw;
    height: 25vw;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .box .boxL .c1 {
    clear: both;
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container .box .boxL .c1 {
    width: 46.875vw;
    height: 46.875vw;
  }
}

.wp.about .missionBox .container .box .boxL .c1 .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.about .missionBox .container .box .boxL .c2 {
  float: right;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 185px;
}

@media (max-width: 1440px) {
  .wp.about .missionBox .container .box .boxL .c2 {
    width: 20.139vw;
    height: 20.139vw;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .box .boxL .c2 {
    clear: both;
    width: 290px;
    height: 290px;
    margin-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container .box .boxL .c2 {
    width: 37.76vw;
    height: 37.76vw;
  }
}

@media (max-width: 575.98px) {
  .wp.about .missionBox .container .box .boxL .c2 {
    margin-left: 10px;
    margin-top: 120px;
  }
}

@media (max-width: 414px) {
  .wp.about .missionBox .container .box .boxL .c2 {
    margin-top: 90px;
  }
}

@media (max-width: 350px) {
  .wp.about .missionBox .container .box .boxL .c2 {
    margin-left: 0;
  }
}

.wp.about .missionBox .container .box .boxL .c2 .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.about .missionBox .container .box .boxR {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 118px;
  padding-left: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1279.98px) {
  .wp.about .missionBox .container .box .boxR {
    padding-top: 60px;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .box .boxR {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container .box .boxR {
    padding-top: 30px;
    padding-left: 0px;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .box .boxR ul {
    width: 100%;
    text-align: center;
  }
}

.wp.about .missionBox .container .box .boxR ul li {
  position: relative;
  color: #FFFFFF;
}

.wp.about .missionBox .container .box .boxR ul li + li {
  margin-top: 17.5px;
}

@media (max-width: 767.98px) {
  .wp.about .missionBox .container .box .boxR ul li + li {
    margin-top: 10px;
  }
}

.wp.about .missionBox .container .box .boxR ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #1eb3a7;
  left: -20px;
  top: 10.5px;
}

@media (max-width: 1023.98px) {
  .wp.about .missionBox .container .box .boxR ul li::before {
    position: static;
    display: inline-block;
    margin-right: 10px;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

.wp.about .serviceBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.about .serviceBox .container {
  max-width: 1504px;
  padding-top: 108px;
}

@media (max-width: 1560px) {
  .wp.about .serviceBox .container {
    padding-top: 70px;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .serviceBox .container {
    padding-top: 50px;
  }
}

.wp.about .serviceBox .container .titleBox {
  text-align: center;
  color: #000000;
  position: relative;
}

.wp.about .serviceBox .container .titleBox::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: rgba(223, 185, 73, 0.6);
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.wp.about .serviceBox .container .titleBox .title-en {
  font-size: 3rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  margin-bottom: 3px;
}

@media (max-width: 1023.98px) {
  .wp.about .serviceBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.about .serviceBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.about .serviceBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.about .serviceBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.about .serviceBox .container .titleBox .title-zh {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .wp.about .serviceBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

.wp.about .serviceBox .container .box {
  padding-top: 105px;
  padding-bottom: 134px;
}

@media (max-width: 1023.98px) {
  .wp.about .serviceBox .container .box {
    padding-top: 55px;
    padding-bottom: 60px;
  }
}

@media (max-width: 414px) {
  .wp.about .serviceBox .container .box {
    margin: 0 -20px;
  }
}

.wp.about .serviceBox .container .box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 100px;
}

@media (max-width: 1560px) {
  .wp.about .serviceBox .container .box .links {
    width: 100%;
    max-width: 800px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .serviceBox .container .box .links {
    padding-bottom: 60px;
  }
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links {
    max-width: 380px;
    padding-bottom: 20px;
  }
}

.wp.about .serviceBox .container .box .links .link {
  width: 188px;
  margin-right: -1px;
}

@media (max-width: 414px) {
  .wp.about .serviceBox .container .box .links .link {
    width: 140px;
  }
}

.wp.about .serviceBox .container .box .links .link:nth-child(odd) a .position-relative::after {
  top: -6px;
  content: url("images/about/curveT.svg");
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(odd) a .position-relative::after {
    display: none;
  }
}

.wp.about .serviceBox .container .box .links .link:nth-child(even) {
  margin-top: 47px;
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 414px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(even) {
    margin-left: 10px;
  }
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(even) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(even) a .name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(even) a .position-relative {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.wp.about .serviceBox .container .box .links .link:nth-child(even) a .position-relative::after {
  top: auto;
  bottom: -8px;
  content: url("images/about/curveB.svg");
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(even) a .position-relative::after {
    display: none;
  }
}

.wp.about .serviceBox .container .box .links .link:first-child a .position-relative::after {
  top: 0px;
  content: url("images/about/curve-first.svg");
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:first-child a .position-relative::after {
    display: none;
  }
}

.wp.about .serviceBox .container .box .links .link:last-child a .position-relative::after {
  top: 0px;
  content: url("images/about/curve-last.svg");
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:last-child a .position-relative::after {
    display: none;
  }
}

@media (max-width: 1560px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(n+5) {
    padding-top: 50px;
  }
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(n+5) {
    padding-top: 0;
  }
}

@media (max-width: 1560px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(4n) a .position-relative::after {
    top: 0px;
    content: url("images/about/curve-last.svg");
  }
}

@media (max-width: 1560px) and (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(4n) a .position-relative::after {
    display: none;
  }
}

@media (max-width: 1560px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(4n+1) a .position-relative::after {
    top: 0px;
    content: url("images/about/curve-first.svg");
  }
}

@media (max-width: 1560px) and (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link:nth-child(4n+1) a .position-relative::after {
    display: none;
  }
}

.wp.about .serviceBox .container .box .links .link a {
  text-align: center;
}

.wp.about .serviceBox .container .box .links .link a:hover .name {
  color: #1eb3a7;
}

.wp.about .serviceBox .container .box .links .link a:hover .pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wp.about .serviceBox .container .box .links .link a .name {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.about .serviceBox .container .box .links .link a .name {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.about .serviceBox .container .box .links .link a .name {
    font-size: 0.938rem;
  }
}

.wp.about .serviceBox .container .box .links .link a .name + .position-relative {
  margin-top: 24px;
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link a .name + .position-relative {
    margin-top: 0;
  }
}

.wp.about .serviceBox .container .box .links .link a .position-relative {
  width: 100%;
  padding: 19px 0;
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link a .position-relative {
    padding: 10px 0 30px 0;
  }
}

.wp.about .serviceBox .container .box .links .link a .position-relative + .name {
  margin-top: 24px;
}

@media (max-width: 850px) {
  .wp.about .serviceBox .container .box .links .link a .position-relative + .name {
    margin-top: 0;
  }
}

.wp.about .serviceBox .container .box .links .link a .position-relative::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 102%;
  content: url("images/about/curve-first.svg");
}

.wp.about .serviceBox .container .box .links .link a .position-relative .pic {
  width: 150px;
  height: 150px;
  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;
  border-radius: 50%;
  border: 10px solid #DAC28B;
  overflow: hidden;
  margin: auto;
  -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 414px) {
  .wp.about .serviceBox .container .box .links .link a .position-relative .pic {
    width: 130px;
    height: 130px;
  }
}

.wp.about .serviceBox .container .box .links .link a .position-relative .pic .d-block {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 65px;
  height: 70px;
}

.wp.about .serviceBox .container .box .more a {
  margin: auto;
}

.wp.about .insBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.about .insBox .container {
  padding: 115px 0;
  position: relative;
}

@media (max-width: 575.98px) {
  .wp.about .insBox .container {
    padding: 80px 0;
  }
}

.wp.about .insBox .container .line {
  position: absolute;
  height: 180px;
  width: 1px;
  background-color: #FFFFFF;
  top: 0%;
  left: calc(50% - 0.5px);
}

@media (max-width: 575.98px) {
  .wp.about .insBox .container .line {
    height: 120px;
  }
}

.wp.about .insBox .container .circle {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  width: 530px;
  height: 530px;
  margin: auto;
  position: relative;
}

@media (max-width: 575.98px) {
  .wp.about .insBox .container .circle {
    border: none;
    width: 100%;
    height: auto;
  }
}

.wp.about .insBox .container .circle .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 455px;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 10px;
}

@media (max-width: 575.98px) {
  .wp.about .insBox .container .circle .texts {
    position: static;
    -webkit-transform: unset;
            transform: unset;
    padding: 80px 0px;
    max-width: 100%;
  }
}

.wp.about .insBox .container .circle .texts .title-en {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  color: #1eb3a7;
  display: block;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (max-width: 1440px) {
  .wp.about .insBox .container .circle .texts .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.about .insBox .container .circle .texts .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.about .insBox .container .circle .texts .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.about .insBox .container .circle .texts .title-en {
    font-size: 2rem;
  }
}

.wp.about .insBox .container .circle .texts .title-zh {
  display: block;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 23px;
}

@media (max-width: 767.98px) {
  .wp.about .insBox .container .circle .texts .title-zh {
    font-size: 1.25rem;
  }
}

.wp.about .insBox .container .circle .texts .text {
  line-height: 1.8;
}

.wp.team .bannerBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.wp.team .bannerBox .container .line {
  width: 1px;
  height: 50px;
  background-color: #FFFFFF;
  margin: auto;
  margin-bottom: 34px;
}

@media (max-width: 767.98px) {
  .wp.team .bannerBox .container .line {
    height: 30px;
    margin-bottom: 17px;
  }
}

@media (max-width: 575.98px) {
  .wp.team .bannerBox .container .line {
    opacity: 0;
    pointer-events: none;
  }
}

.wp.team .bannerBox .container .titleBox {
  color: #FFFFFF;
  text-align: center;
}

.wp.team .bannerBox .container .titleBox .title-zh {
  display: block;
  font-weight: 600;
  font-size: 1.625rem;
  margin-bottom: 13px;
}

@media (max-width: 767.98px) {
  .wp.team .bannerBox .container .titleBox .title-zh {
    font-size: 1.375rem;
  }
}

@media (max-width: 575.98px) {
  .wp.team .bannerBox .container .titleBox .title-zh {
    font-size: 0.975rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .bannerBox .container .titleBox .title-zh {
    margin-bottom: 10px;
  }
}

.wp.team .bannerBox .container .titleBox .title-en {
  font-size: 10rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  line-height: 1;
  padding-right: 30px;
}

@media (max-width: 1279.98px) {
  .wp.team .bannerBox .container .titleBox .title-en {
    font-size: 7.5rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .bannerBox .container .titleBox .title-en {
    font-size: 5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.team .bannerBox .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1440px) {
  .wp.team .bannerBox .container .titleBox .title-en {
    padding-right: 0;
  }
}

.wp.team .bannerBox .pic {
  width: 100%;
  max-width: 1804px;
  margin: auto;
  margin-top: -3.125vw;
  margin-bottom: -14.3vw;
}

@media (max-width: 1023.98px) {
  .wp.team .bannerBox .pic {
    margin-top: -3.9vw;
    margin-bottom: 0;
    padding: 0 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.team .bannerBox .pic {
    padding-bottom: 35px;
    margin-top: 0;
  }
}

.wp.team .bannerBox .pic img {
  width: 100%;
}

.wp.team .box2 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.team .box2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 86px;
  padding-bottom: 72px;
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container {
    display: block;
    position: relative;
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box2 .container {
    padding-top: 40px;
  }
}

.wp.team .box2 .container .boxL {
  -ms-flex-preferred-size: 628px;
      flex-basis: 628px;
  margin-right: 20px;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxL {
    width: 100%;
    margin-bottom: 15px;
  }
}

.wp.team .box2 .container .boxL .texts {
  width: 100%;
  max-width: 588px;
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxL .texts {
    max-width: 100%;
  }
}

.wp.team .box2 .container .boxL .texts .title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.5;
  width: 100%;
  max-width: 442px;
  margin-bottom: 24px;
}

@media (max-width: 1023.98px) {
  .wp.team .box2 .container .boxL .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxL .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box2 .container .boxL .texts .title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxL .texts .title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.wp.team .box2 .container .boxL .texts .text {
  display: block;
  line-height: 1.9;
}

.wp.team .box2 .container .boxL .texts .text + .text {
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxL .texts .text + .text {
    margin-top: 5px;
  }
}

.wp.team .box2 .container .boxR {
  -ms-flex-preferred-size: 726px;
      flex-basis: 726px;
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxR {
    width: calc(100% + 40px);
    position: static;
    margin-left: -20px;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box2 .container .boxR {
    margin-top: -8vw;
  }
}

.wp.team .box2 .container .boxR img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxR img {
    display: none;
  }
}

.wp.team .box2 .container .boxR img.mb {
  display: none;
}

@media (max-width: 767.98px) {
  .wp.team .box2 .container .boxR img.mb {
    display: block;
  }
}

.wp.team .box3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.team .box3 .box {
  display: block;
  width: 100%;
  position: relative;
  height: 500px;
}

@media (max-width: 767.98px) {
  .wp.team .box3 .box {
    height: 340px;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box3 .box {
    height: 280px;
  }
}

.wp.team .box3 .box:hover .mask {
  width: 93.6%;
  height: 79.2%;
}

.wp.team .box3 .box .mask {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(16, 36, 16, 0.5);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wp.team .box3 .box .mask img {
  display: block;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: auto;
}

.wp.team .box3 .box .texts {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 52%;
  z-index: 1;
  width: calc(100% - 40px);
  text-align: center;
}

.wp.team .box3 .box .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 46px;
}

@media (max-width: 1023.98px) {
  .wp.team .box3 .box .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box3 .box .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box3 .box .texts .title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box3 .box .texts .title {
    margin-bottom: 35px;
  }
}

.wp.team .box3 .box .texts a {
  width: 100%;
  max-width: 190px;
  height: 46px;
  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;
  font-size: 1.125rem;
  border-radius: 35px;
  border: 1px solid #FFFFFF;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.team .box3 .box .texts a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box3 .box .texts a {
    font-size: 0.938rem;
  }
}

.wp.team .box3 .box .texts a:hover {
  background-color: #1eb3a7;
  border-color: #1eb3a7;
}

@media (max-width: 767.98px) {
  .wp.team .box4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.team .box4 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 767.98px) {
  .wp.team .box4 .bg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: auto;
  }
}

.wp.team .box4 .bg.bg-mb {
  display: none;
}

@media (max-width: 767.98px) {
  .wp.team .box4 .bg.bg-mb {
    display: block;
  }
}

.wp.team .box4 .bg img {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1279.98px) {
  .wp.team .box4 .bg img {
    -o-object-position: 40% center;
       object-position: 40% center;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box4 .bg img {
    -o-object-position: 35% center;
       object-position: 35% center;
    -o-object-fit: unset;
       object-fit: unset;
    -o-object-position: unset;
       object-position: unset;
    height: auto;
  }
}

.wp.team .box4 .container {
  min-height: 645px;
  position: relative;
}

@media (max-width: 767.98px) {
  .wp.team .box4 .container {
    min-height: auto;
    padding: 70px 0 0;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box4 .container {
    padding-top: 40px;
  }
}

.wp.team .box4 .container .boxR {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding-left: 50px;
}

@media (max-width: 1279.98px) {
  .wp.team .box4 .container .boxR {
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box4 .container .boxR {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.wp.team .box4 .container .boxR .texts {
  width: 100%;
  max-width: 660px;
}

@media (max-width: 767.98px) {
  .wp.team .box4 .container .boxR .texts {
    max-width: 100%;
  }
}

.wp.team .box4 .container .boxR .texts .title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1.7px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .wp.team .box4 .container .boxR .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box4 .container .boxR .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.team .box4 .container .boxR .texts .title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .wp.team .box4 .container .boxR .texts .title {
    margin-bottom: 15px;
  }
}

.wp.team .box4 .container .boxR .texts .text {
  display: block;
  line-height: 1.9;
}

.wp.team .box4 .container .boxR .texts .text + .text {
  margin-top: 12px;
}

@media (max-width: 767.98px) {
  .wp.team .box4 .container .boxR .texts .text + .text {
    margin-top: 5px;
  }
}

.wp.team .box5 .pics {
  width: 100%;
}

.wp.team .box5 .pics .pic {
  width: 384px;
  height: 284px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .wp.team .box5 .pics .pic {
    width: 50vw;
    height: 37vw;
  }
}

.wp.team .box5 .pics .pic:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wp.team .box5 .pics .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wp.cases .bg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1023.98px) {
  .wp.cases .bg {
    top: 70px;
  }
}

.wp.cases .bg img {
  width: 100%;
}

.wp.cases .bannerBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.wp.cases .bannerBox .container .line {
  width: 1px;
  height: 50px;
  background-color: #DFB249;
  margin: auto;
  margin-bottom: 22px;
}

@media (max-width: 767.98px) {
  .wp.cases .bannerBox .container .line {
    height: 30px;
    margin-bottom: 17px;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .bannerBox .container .line {
    opacity: 0;
    pointer-events: none;
  }
}

.wp.cases .bannerBox .container .titleBox {
  text-align: center;
}

.wp.cases .bannerBox .container .titleBox .title-en {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .wp.cases .bannerBox .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cases .bannerBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cases .bannerBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .bannerBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.cases .bannerBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.cases .bannerBox .container .titleBox .title-zh {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .wp.cases .bannerBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cases .bannerBox .container .titleBox .title-zh {
    margin-bottom: 15px;
  }
}

.wp.cases .bannerBox .container .titleBox .text {
  display: block;
  font-size: 1.125rem;
  color: #777777;
}

@media (max-width: 767.98px) {
  .wp.cases .bannerBox .container .titleBox .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .bannerBox .container .titleBox .text {
    font-size: 0.938rem;
  }
}

.wp.cases .btnBox {
  padding-top: 35px;
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .wp.cases .btnBox {
    padding: 25px 0 35px 0;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .btnBox {
    padding: 20px 0 30px 0;
  }
}

.wp.cases .btnBox .container {
  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;
}

.wp.cases .btnBox .container .btn {
  position: relative;
}

.wp.cases .btnBox .container .btn + .btn {
  margin-left: 14px;
}

@media (max-width: 767.98px) {
  .wp.cases .btnBox .container .btn + .btn {
    margin-left: 0px;
  }
}

.wp.cases .btnBox .container .btn.now a {
  background-color: #1eb3a7;
  width: 120px;
  height: 120px;
  color: #FFFFFF;
  font-size: 1.375rem;
}

@media (max-width: 767.98px) {
  .wp.cases .btnBox .container .btn.now a {
    font-size: 1.25rem;
  }
}

.wp.cases .btnBox .container .btn.now a::after {
  -webkit-transform: translate(16px, 5px);
          transform: translate(16px, 5px);
}

@media (max-width: 1023.98px) {
  .wp.cases .btnBox .container .btn.now a {
    width: 110px;
    height: 110px;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .btnBox .container .btn.now a {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 350px) {
  .wp.cases .btnBox .container .btn.now a {
    width: 90px;
    height: 90px;
  }
}

.wp.cases .btnBox .container .btn.now .shadow {
  width: 140px;
  height: 140px;
  background-color: rgba(204, 171, 94, 0.2);
}

@media (max-width: 1023.98px) {
  .wp.cases .btnBox .container .btn.now .shadow {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .btnBox .container .btn.now .shadow {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 350px) {
  .wp.cases .btnBox .container .btn.now .shadow {
    width: 110px;
    height: 110px;
  }
}

.wp.cases .btnBox .container .btn:hover a {
  color: #FFFFFF;
  background-color: #1eb3a7;
}

.wp.cases .btnBox .container .btn:hover a::after {
  -webkit-transform: translate(16px, 5px);
          transform: translate(16px, 5px);
}

.wp.cases .btnBox .container .btn:hover .shadow {
  background-color: rgba(204, 171, 94, 0.2);
}

.wp.cases .btnBox .container .btn a {
  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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4D4D4D;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.cases .btnBox .container .btn a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .btnBox .container .btn a {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cases .btnBox .container .btn a {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .btnBox .container .btn a {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 350px) {
  .wp.cases .btnBox .container .btn a {
    width: 70px;
    height: 70px;
  }
}

.wp.cases .btnBox .container .btn a::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.wp.cases .btnBox .container .btn .shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #F6F6F6;
  z-index: -1;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1023.98px) {
  .wp.cases .btnBox .container .btn .shadow {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .btnBox .container .btn .shadow {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 350px) {
  .wp.cases .btnBox .container .btn .shadow {
    width: 80px;
    height: 80px;
  }
}

.wp.cases .boxes {
  padding-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .wp.cases .boxes {
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .boxes {
    padding-bottom: 20px;
  }
}

.wp.cases .boxes .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp.cases .boxes .container .box {
  -ms-flex-preferred-size: calc( (100% - 80px) / 3);
      flex-basis: calc( (100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 64px;
}

@media (max-width: 1023.98px) {
  .wp.cases .boxes .container .box {
    -ms-flex-preferred-size: calc( (100% - 20px) / 2);
        flex-basis: calc( (100% - 20px) / 2);
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.cases .boxes .container .box {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .boxes .container .box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.wp.cases .boxes .container .box:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1023.98px) {
  .wp.cases .boxes .container .box:nth-child(3n) {
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .boxes .container .box:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 1023.98px) {
  .wp.cases .boxes .container .box:nth-child(2n) {
    margin-right: 0;
  }
}

.wp.cases .boxes .container .box a {
  display: inline-block;
  width: 100%;
}

.wp.cases .boxes .container .box a:hover .pic .rep {
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
  background-color: #1eb3a7;
}

.wp.cases .boxes .container .box a:hover .texts .read {
  color: #1eb3a7;
}

.wp.cases .boxes .container .box a .pic {
  position: relative;
  width: 100%;
  height: 330px;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 3%;
  -webkit-box-shadow: 0 7px 7px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 7px 3px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1440px) {
  .wp.cases .boxes .container .box a .pic {
    height: 20.625vw;
  }
}

@media (max-width: 1023.98px) {
  .wp.cases .boxes .container .box a .pic {
    height: 34.781vw;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .boxes .container .box a .pic {
    height: 69vw;
    margin-bottom: 12px;
  }
}

.wp.cases .boxes .container .box a .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp.cases .boxes .container .box a .pic .rep {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16%;
  padding-bottom: 16%;
  border-radius: 50%;
  background-color: #B3B3B3;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.cases .boxes .container .box a .pic .rep {
    right: 13px;
    top: 13px;
    -webkit-transform: scale(1.34) !important;
            transform: scale(1.34) !important;
    background-color: #1eb3a7 !important;
  }
}

.wp.cases .boxes .container .box a .pic .rep img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
}

.wp.cases .boxes .container .box a .texts .title {
  font-weight: 600;
  font-size: 1.25rem;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
}

@media (max-width: 767.98px) {
  .wp.cases .boxes .container .box a .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cases .boxes .container .box a .texts .title {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cases .boxes .container .box a .texts .title {
    font-size: 1.063rem;
    margin-bottom: 12px;
  }
}

.wp.cases .boxes .container .box a .texts .text {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
}

.wp.cases .boxes .container .box a .texts .read {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 0.938rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.cases .boxes .container .box a .texts .read {
    font-size: 0.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cases .boxes .container .box a .texts .read {
    display: none;
  }
}

.wp.case .bg {
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1023.98px) {
  .wp.case .bg {
    top: 70px;
  }
}

.wp.case .bg img {
  width: 100%;
}

.wp.plans .bannerBox, .wp.plan .bannerBox {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.wp.plans .bannerBox .container, .wp.plan .bannerBox .container {
  padding-bottom: 93px;
}

@media (max-width: 1023.98px) {
  .wp.plans .bannerBox .container, .wp.plan .bannerBox .container {
    padding-bottom: 70px;
  }
}

.wp.plans .bannerBox .container .line, .wp.plan .bannerBox .container .line {
  width: 1px;
  height: 50px;
  background-color: #DFB249;
  margin: auto;
  margin-bottom: 22px;
}

@media (max-width: 767.98px) {
  .wp.plans .bannerBox .container .line, .wp.plan .bannerBox .container .line {
    height: 30px;
    margin-bottom: 17px;
  }
}

@media (max-width: 575.98px) {
  .wp.plans .bannerBox .container .line, .wp.plan .bannerBox .container .line {
    opacity: 0;
    pointer-events: none;
  }
}

.wp.plans .bannerBox .container .titleBox, .wp.plan .bannerBox .container .titleBox {
  text-align: center;
}

.wp.plans .bannerBox .container .titleBox .title-en, .wp.plan .bannerBox .container .titleBox .title-en {
  font-size: 3.5rem;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  margin-bottom: 3px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .wp.plans .bannerBox .container .titleBox .title-en, .wp.plan .bannerBox .container .titleBox .title-en {
    font-size: 3.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.plans .bannerBox .container .titleBox .title-en, .wp.plan .bannerBox .container .titleBox .title-en {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.plans .bannerBox .container .titleBox .title-en, .wp.plan .bannerBox .container .titleBox .title-en {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.plans .bannerBox .container .titleBox .title-en, .wp.plan .bannerBox .container .titleBox .title-en {
    font-size: 2rem;
  }
}

.wp.plans .bannerBox .container .titleBox .title-en .gold, .wp.plan .bannerBox .container .titleBox .title-en .gold {
  color: #1eb3a7;
}

.wp.plans .bannerBox .container .titleBox .title-zh, .wp.plan .bannerBox .container .titleBox .title-zh {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.plans .bannerBox .container .titleBox .title-zh, .wp.plan .bannerBox .container .titleBox .title-zh {
    font-size: 1.25rem;
  }
}

.wp.plans .planBox .plan, .wp.plan .planBox .plan {
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  position: relative;
}

@media (max-width: 1023.98px) {
  .wp.plans .planBox .plan, .wp.plan .planBox .plan {
    min-height: 350px;
  }
}

@media (max-width: 767.98px) {
  .wp.plans .planBox .plan, .wp.plan .planBox .plan {
    min-height: 275px;
  }
}

.wp.plans .planBox .plan:hover .bg::before, .wp.plan .planBox .plan:hover .bg::before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.wp.plans .planBox .plan .bg, .wp.plan .planBox .plan .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .bg, .wp.plan .planBox .plan .bg {
    background-position: 0% center;
  }
}

.wp.plans .planBox .plan .bg::before, .wp.plan .planBox .plan .bg::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: calc(100% + 1px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .bg::before, .wp.plan .planBox .plan .bg::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.wp.plans .planBox .plan .container, .wp.plan .planBox .plan .container {
  position: relative;
  z-index: 1;
  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;
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .container, .wp.plan .planBox .plan .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp.plans .planBox .plan .container .texts, .wp.plan .planBox .plan .container .texts {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-left: 5vw;
}

@media (max-width: 767.98px) {
  .wp.plans .planBox .plan .container .texts, .wp.plan .planBox .plan .container .texts {
    padding-left: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .container .texts, .wp.plan .planBox .plan .container .texts {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: calc( 100% - 50px);
    text-align: center;
  }
}

.wp.plans .planBox .plan .container .texts .title, .wp.plan .planBox .plan .container .texts .title {
  font-size: 2.25rem;
  font-weight: 600;
  width: 100%;
  max-width: 497px;
}

@media (max-width: 1023.98px) {
  .wp.plans .planBox .plan .container .texts .title, .wp.plan .planBox .plan .container .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.plans .planBox .plan .container .texts .title, .wp.plan .planBox .plan .container .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .container .texts .title, .wp.plan .planBox .plan .container .texts .title {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .wp.plans .planBox .plan .container .texts .title, .wp.plan .planBox .plan .container .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .container .texts .title, .wp.plan .planBox .plan .container .texts .title {
    font-size: 1.6rem;
    color: #FFFFFF;
  }
}

.wp.plans .planBox .plan .container .texts .text, .wp.plan .planBox .plan .container .texts .text {
  display: block;
  width: 100%;
  max-width: 497px;
  margin-top: 28px;
}

@media (max-width: 1023.98px) {
  .wp.plans .planBox .plan .container .texts .text, .wp.plan .planBox .plan .container .texts .text {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .container .texts .text, .wp.plan .planBox .plan .container .texts .text {
    color: #FFFFFF;
    font-size: 0.75rem;
  }
}

.wp.plans .planBox .plan .container .texts .more, .wp.plan .planBox .plan .container .texts .more {
  margin-top: 55px;
}

@media (max-width: 1023.98px) {
  .wp.plans .planBox .plan .container .texts .more, .wp.plan .planBox .plan .container .texts .more {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.plans .planBox .plan .container .texts .more, .wp.plan .planBox .plan .container .texts .more {
    margin-top: 25px;
  }
}

@media (max-width: 575.98px) {
  .wp.plans .planBox .plan .container .texts .more a, .wp.plan .planBox .plan .container .texts .more a {
    font-size: 0.8rem;
    max-width: 100px;
    color: #FFFFFF;
    margin: auto;
    height: 35px;
  }
}

.wp.plan .planBox .plan .container .texts .more a {
  border-color: #949494;
  color: #949494;
  max-width: 105px;
}

@media (max-width: 575.98px) {
  .wp.plan .planBox .plan .container .texts .more a {
    color: #FFFFFF;
  }
}

.wp.plan .planBox .plan .container .texts .more a:hover {
  background-color: #949494;
  color: #FFFFFF;
}

.wp.plan .productBox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 105px;
  padding-bottom: 32px;
}

@media (max-width: 1340px) {
  .wp.plan .productBox .container {
    max-width: 960px;
  }
}

@media (max-width: 1023.98px) {
  .wp.plan .productBox .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .wp.plan .productBox .container {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.wp.plan .productBox .container .product {
  -ms-flex-preferred-size: calc((100% - 180px)/4);
      flex-basis: calc((100% - 180px)/4);
  position: relative;
  margin-right: 60px;
  margin-bottom: 90px;
  overflow: visible;
}

@media (max-width: 1340px) {
  .wp.plan .productBox .container .product {
    -ms-flex-preferred-size: calc((100% - 120px)/3);
        flex-basis: calc((100% - 120px)/3);
  }
}

@media (max-width: 1023.98px) {
  .wp.plan .productBox .container .product {
    -ms-flex-preferred-size: calc((100% - 90px)/3);
        flex-basis: calc((100% - 90px)/3);
    margin-right: 45px;
    margin-bottom: 55px;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product {
    -ms-flex-preferred-size: calc((100% - 45px)/2);
        flex-basis: calc((100% - 45px)/2);
  }
}

@media (max-width: 350px) {
  .wp.plan .productBox .container .product {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0px;
  }
}

.wp.plan .productBox .container .product:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 1340px) {
  .wp.plan .productBox .container .product:nth-child(4n) {
    margin-right: 60px;
  }
}

@media (max-width: 1023.98px) {
  .wp.plan .productBox .container .product:nth-child(4n) {
    margin-right: 45px;
  }
}

@media (max-width: 350px) {
  .wp.plan .productBox .container .product:nth-child(4n) {
    margin-right: 0px;
  }
}

@media (max-width: 1340px) {
  .wp.plan .productBox .container .product:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product:nth-child(3n) {
    margin-right: 45px;
  }
}

@media (max-width: 350px) {
  .wp.plan .productBox .container .product:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product:nth-child(even) {
    margin-right: 0;
  }
}

.wp.plan .productBox .container .product:hover::after {
  opacity: 1;
}

.wp.plan .productBox .container .product:hover .links {
  opacity: 1;
  pointer-events: all;
}

.wp.plan .productBox .container .product::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #17a2b8;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

@media (max-width: 1023.98px) {
  .wp.plan .productBox .container .product::after {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    opacity: 1;
  }
}

.wp.plan .productBox .container .product .box .pic {
  width: 100%;
  height: 280px;
  background-color: #F7F7F7;
  padding: 20px;
}

@media (max-width: 1023.98px) {
  .wp.plan .productBox .container .product .box .pic {
    height: 27.344vw;
  }
}

@media (max-width: 767.98px) {
  .wp.plan .productBox .container .product .box .pic {
    padding: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product .box .pic {
    height: 39vw;
    padding: 5px;
  }
}

@media (max-width: 420px) {
  .wp.plan .productBox .container .product .box .pic {
    height: 37vw;
  }
}

@media (max-width: 350px) {
  .wp.plan .productBox .container .product .box .pic {
    height: 79vw;
  }
}

.wp.plan .productBox .container .product .box .pic a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.wp.plan .productBox .container .product .box .pic a .img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp.plan .productBox .container .product .box .texts {
  padding-top: 16px;
  padding-bottom: 11px;
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product .box .texts {
    padding: 10px 0;
    text-align: center;
  }
}

.wp.plan .productBox .container .product .box .texts .name {
  font-weight: 600;
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .wp.plan .productBox .container .product .box .texts .name {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product .box .texts .name {
    font-size: 0.938rem;
  }
}

.wp.plan .productBox .container .product .box .texts .price {
  display: block;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #DF4949;
  margin-top: 9px;
}

@media (max-width: 767.98px) {
  .wp.plan .productBox .container .product .box .texts .price {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product .box .texts .price {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product .box .texts .price {
    margin-top: 5px;
  }
}

.wp.plan .productBox .container .product .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(182, 145, 58, 0.8);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1366px) {
  .wp.plan .productBox .container .product .links {
    pointer-events: all;
    position: static;
    width: auto;
    height: auto;
    opacity: 1;
    background-color: transparent;
  }
}

.wp.plan .productBox .container .product .links a {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1023.98px) {
  .wp.plan .productBox .container .product .links a {
    width: 40px;
    height: 40px;
  }
}

.wp.plan .productBox .container .product .links a:hover {
  background-color: #fff;
}

.wp.plan .productBox .container .product .links a:hover .svg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.wp.plan .productBox .container .product .links a + a {
  margin-left: 14px;
}

@media (max-width: 1023.98px) {
  .wp.plan .productBox .container .product .links a + a {
    margin-left: 30px;
  }
}

@media (max-width: 575.98px) {
  .wp.plan .productBox .container .product .links a + a {
    margin-left: 20px;
  }
}

.wp.plan .productBox .container .product .links a.cart .svg {
  width: 28px;
  margin-right: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.plan .productBox .container .product .links a.go .svg {
  width: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.product {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .wp.product .dataBox .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .wp.product .dataBox .container {
    padding: 0px 90px 95px 90px;
  }
}

@media (max-width: 1279.98px) and (min-width: 1024px) {
  .wp.product .dataBox .container {
    padding: 80px 0 95px 0;
  }
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container {
    padding: 50px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 25px;
  }
}

.wp.product .dataBox .container .picBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp.product .dataBox .container .picBox .slick-list,
.wp.product .dataBox .container .picBox .slick-track {
  height: 100%;
}

@media (min-width: 1024px) {
  .wp.product .dataBox .container .picBox {
    width: 50%;
  }
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container .picBox {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.product .dataBox .container .picBox .pics .pics-slider.slick-fix .slick-track {
  -webkit-transform: none !important;
  transform: none !important;
}

@media (min-width: 1024px) {
  .wp.product .dataBox .container .picBox .pics {
    flex-shrink: 0;
    width: 120px;
    margin-right: 15px;
    padding: 37.5px 0;
  }
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container .picBox .pics {
    width: 100%;
    margin-top: 10px;
    padding: 0 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .picBox .pics {
    margin-top: 5px;
    padding: 0 32.5px;
  }
}

.wp.product .dataBox .container .picBox .pics .slick-slide {
  opacity: 0.5;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.wp.product .dataBox .container .picBox .pics .slick-slide.slick-current {
  opacity: 1;
}
.wp.product .dataBox .container .picBox .pics .slick-slide button {
  display: block;
  width: 120px;
  height: 120px;
  padding: 10px;
  border: 1px solid #F6F6F6;
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container .picBox .pics .slick-slide {
    padding: 0 5px;
  }
  .wp.product .dataBox .container .picBox .pics .slick-slide button {
    padding: 5px;
    width: 100%;
    height: 11.035vw;
  }
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .picBox .pics .slick-slide button {
    height: 17vw;
  }
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .picBox .pics .slick-slide {
    padding: 0 2.5px;
  }
}

@media (min-width: 1024px) {
  .wp.product .dataBox .container .picBox .pics .slick-slide {
    margin: 7.5px 0;
  }
}

.wp.product .dataBox .container .picBox .pics .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.wp.product .dataBox .container .picBox .pics .slick-arrow {
  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;
  border: 1px solid #F6F6F6;
  font-size: 1rem;
  color: rgba(0,0,0,.5);
  -webkit-transform: none;
  transform: none;
}
.wp.product .dataBox .container .picBox .pics .slick-arrow::before {
  display: none;
}

@media (min-width: 1024px) {
  .wp.product .dataBox .container .picBox .pics .slick-arrow {
    width: 100%;
    height: 30px;
    left: 0;
    right: 0;
  }
  .wp.product .dataBox .container .picBox .pics .slick-prev {
    top: 0;
  }
  .wp.product .dataBox .container .picBox .pics .slick-next {
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container .picBox .pics .slick-arrow {
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
  }
  .wp.product .dataBox .container .picBox .pics .slick-arrow .fas {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .wp.product .dataBox .container .picBox .pics .slick-prev {
    left: 0;
  }
  .wp.product .dataBox .container .picBox .pics .slick-next {
    right: 0;
  }
}

.wp.product .dataBox .container .picBox .bigPic {
  flex-shrink: 0;
  border: 1px solid #F6F6F6;
}

@media (min-width: 1024px) {
  .wp.product .dataBox .container .picBox .bigPic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 135px);
    height: 525px;
    padding: 3.229vw;
  }
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container .picBox .bigPic {
    /* -ms-flex-preferred-size: 100%;
        flex-basis: 100%; */
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px;
    width: 100%;
    height: 47.07vw;
  }
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .picBox .bigPic {
    padding: 10px;
    height: 50vw;
  }
}

.wp.product .dataBox .container .picBox .bigPic .pic {
  width: 100%;
  height: 100%;
}

.wp.product .dataBox .container .picBox .bigPic .pic img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .wp.product .dataBox .container .detailBox {
    width: calc(50% - 70px);
    margin-left: 70px;
  }
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container .detailBox {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}

.wp.product .dataBox .container .detailBox .texts {
  border-bottom: 2px solid #808080;
  padding-bottom: 28px;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .texts {
    padding-bottom: 15px;
  }
}

.wp.product .dataBox .container .detailBox .texts .share {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp.product .dataBox .container .detailBox .texts .share .tag {
  font-size: 1.25rem;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .texts .share .tag {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .detailBox .texts .share .tag {
    font-size: 0.938rem;
  }
}

.wp.product .dataBox .container .detailBox .texts .share .share-link {
  font-size: 1.25rem;
}
.wp.product .dataBox .container .detailBox .texts .share .share-link ul {
  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;
}
.wp.product .dataBox .container .detailBox .texts .share .share-link li + li {
  margin-left: 1rem;
}
.wp.product .dataBox .container .detailBox .texts .share .share-link .fb-link {
  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;
  width: 35px;
  height: 35px;
  background-color: #3B5999;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.125rem;
  -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.wp.product .dataBox .container .detailBox .texts .share .share-link .fb-link:hover {
  background-color: #273a63;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .texts .share .share-link {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .detailBox .texts .share .share-link {
    font-size: 0.938rem;
  }
  .wp.product .dataBox .container .detailBox .texts .share .share-link li + li {
    margin-left: .5rem;
  }
  .wp.product .dataBox .container .detailBox .texts .share .share-link .fb-link {
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
}

.wp.product .dataBox .container .detailBox .texts .share .share-link .fa-share-alt {
  color: #959595;
}

.wp.product .dataBox .container .detailBox .texts .name {
  font-weight: 600;
  font-size: 2.25rem;
  margin-top: 5px;
}

@media (max-width: 1023.98px) {
  .wp.product .dataBox .container .detailBox .texts .name {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .texts .name {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .detailBox .texts .name {
    font-size: 1.125rem;
  }
}

.wp.product .dataBox .container .detailBox .texts .intro {
  color: #808080;
  display: block;
  margin-top: 15px;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .texts .intro {
    margin-top: 10px;
  }
}

.wp.product .dataBox .container .detailBox .ways {
  border-bottom: 1px dashed #808080;
  padding: 26px 0;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .ways {
    padding: 15px 0;
  }
}

.wp.product .dataBox .container .detailBox .ways li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp.product .dataBox .container .detailBox .ways li + li {
  margin-top: 8px;
}

.wp.product .dataBox .container .detailBox .ways li .way {
  color: #808080;
  display: block;
  min-width: 90px;
}

.wp.product .dataBox .container .detailBox .ways li .black {
  display: block;
}

.wp.product .dataBox .container .detailBox .choose {
  border-bottom: 1px solid #808080;
  padding: 20px 0 24px 0;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .choose {
    padding: 20px 0;
  }
}

.wp.product .dataBox .container .detailBox .choose .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wp.product .dataBox .container .detailBox .choose .num label {
  color: #808080;
  min-width: 90px;
}

.wp.product .dataBox .container .detailBox .choose .num .bootstrap-select {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
}

.wp.product .dataBox .container .detailBox .choose .num .bootstrap-select .dropdown-toggle {
  background-color: #fff;
  color: #000000;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.wp.product .dataBox .container .detailBox .choose .num .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp.product .dataBox .container .detailBox .choose .num .bootstrap-select .dropdown-menu li a {
  padding: .375rem .75rem;
}

.wp.product .dataBox .container .detailBox .choose .num .bootstrap-select .dropdown-menu li a.active {
  background-color: #17a2b8;
}

.wp.product .dataBox .container .detailBox .choose .num .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.product .dataBox .container .detailBox .choose .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.wp.product .dataBox .container .detailBox .choose .price .label {
  color: #808080;
  min-width: 90px;
  display: block;
}

.wp.product .dataBox .container .detailBox .choose .price .total {
  color: #DF4949;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .choose .price .total {
    font-size: 1.25rem;
  }
}

.wp.product .dataBox .container .detailBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .btnBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp.product .dataBox .container .detailBox .btnBox button {
  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;
  -ms-flex-preferred-size: 252px;
      flex-basis: 252px;
  height: 50px;
  background-color: #17a2b8;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 34px;
}

@media (max-width: 767.98px) {
  .wp.product .dataBox .container .detailBox .btnBox button {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .detailBox .btnBox button {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .detailBox .btnBox button {
    margin-top: 20px;
    height: 46px;
    -ms-flex-preferred-size: calc((100% - 15px)/2);
        flex-basis: calc((100% - 15px)/2);
  }
}

.wp.product .dataBox .container .detailBox .btnBox button + button {
  background-color: #808080;
  margin-left: 21px;
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .detailBox .btnBox button + button {
    margin-left: 15px;
  }
}

.wp.product .dataBox .container .detailBox .btnBox button:hover {
  background-color: #17a2b8;
}

.wp.product .dataBox .container .detailBox .btnBox button img {
  width: 25px;
  margin-right: 16px;
}

@media (max-width: 575.98px) {
  .wp.product .dataBox .container .detailBox .btnBox button img {
    width: 20px;
    margin-right: 10px;
  }
}

.wp.product .tabBox .container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;

}

.wp.product .tabBox .container .tabs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9%;
          flex: 0 0 9%;
  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;
  background-color: #F7F7F7;
  font-size: 1.125rem;
  padding: 17px 2px 13px 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 4px solid #E3E3E3;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .wp.product .tabBox .container .tabs li {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .tabBox .container .tabs li {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .tabBox .container .tabs li {
    padding: 14px 10px 10px 10px;
  }
}

@media (max-width: 374px) {
  .wp.product .tabBox .container .tabs li {
    padding: 14px 5px 10px 5px;
    font-size: 0.8rem;
  }
}

.wp.product .tabBox .container .tabs li h2 {
  line-height: 1.5;
}

.wp.product .tabBox .container .tabs li.active {
  border-bottom: 4px solid #17a2b8;
  color: #17a2b8;
  font-weight: 400;
}

.wp.product .tabBox .container .tabs li:hover {
  color: #17a2b8;
  border-bottom: 4px solid #17a2b8;
}

.wp.product .tabBox .pages {
  border-top: 1px solid #E5E5E5;
}

.wp.product .tabBox .pages .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
}

.wp.product .tabBox .pages .container a {
  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;
  font-size: 1.125rem;
  color: #808080;
  padding: 40px 0 56px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.product .tabBox .pages .container a {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.product .tabBox .pages .container a {
    font-size: 0.938rem;
  }
}

@media (max-width: 1279.98px) {
  .wp.product .tabBox .pages .container a {
    padding: 40px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.product .tabBox .pages .container a {
    padding: 30px 0;
  }
}

@media (max-width: 575.98px) {
  .wp.product .tabBox .pages .container a {
    padding: 20px 0;
  }
}

.wp.product .tabBox .pages .container a:hover {
  color: #1eb3a7;
}

.wp.product .tabBox .pages .container a:hover:first-child .svg path, .wp.product .tabBox .pages .container a:hover:first-child .svg rect, .wp.product .tabBox .pages .container a:hover:last-child .svg path, .wp.product .tabBox .pages .container a:hover:last-child .svg rect {
  stroke: #1eb3a7 !important;
}

.wp.product .tabBox .pages .container a:first-child .svg {
  width: 13px;
  margin-right: 28px;
}

@media (max-width: 575.98px) {
  .wp.product .tabBox .pages .container a:first-child .svg {
    width: 10px;
    margin-right: 10px;
  }
}

.wp.product .tabBox .pages .container a:first-child .svg path, .wp.product .tabBox .pages .container a:first-child .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.product .tabBox .pages .container a:nth-child(2) {
  min-width: 50px;
}

.wp.product .tabBox .pages .container a:nth-child(2) .svg {
  width: 25px;
}

@media (max-width: 575.98px) {
  .wp.product .tabBox .pages .container a:nth-child(2) .svg {
    width: 20px;
  }
}

.wp.product .tabBox .pages .container a:last-child .svg {
  width: 13px;
  margin-left: 28px;
}

@media (max-width: 575.98px) {
  .wp.product .tabBox .pages .container a:last-child .svg {
    width: 10px;
    margin-left: 10px;
  }
}

.wp.product .tabBox .pages .container a:last-child .svg path, .wp.product .tabBox .pages .container a:last-child .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.search .dataBox {
  padding-top: 0px;
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox {
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox {
    padding-top: 0px;
  }
}

.wp.search .dataBox .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.wp.search .dataBox .bg img {
  width: 100%;
}

.wp.search .dataBox .searchBox {
  padding-bottom: 10px;
}

.wp.search .dataBox .searchBox .container {
  padding-right: 80px;
  padding: 43.5px 80px 43.5px 60px;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #fff;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .searchBox .container {
    padding: 30px 40px;
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .searchBox .container {
    padding: 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .searchBox .container {
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container {
    max-width: 466px;
  }
}

.wp.search .dataBox .searchBox .container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp.search .dataBox .searchBox .container form .icon {
  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;
  position: relative;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background-color: #1eb3a7;
  margin-right: 25px;
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .searchBox .container form .icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container form .icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.wp.search .dataBox .searchBox .container form .icon::before {
  position: absolute;
  display: block;
  content: "";
  left: 10px;
  top: 3px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.wp.search .dataBox .searchBox .container form .icon::after {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 116%;
  height: 116%;
  border-radius: 50%;
  background-color: rgba(204, 171, 94, 0.2);
}

.wp.search .dataBox .searchBox .container form .icon img {
  width: 32px;
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .searchBox .container form .icon img {
    width: 22px;
  }
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container form .icon img {
    width: 18px;
  }
}

.wp.search .dataBox .searchBox .container form label {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  margin-right: 50px;
  position: relative;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .searchBox .container form label {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 200px;
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .searchBox .container form label {
    margin-right: 25px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .searchBox .container form label {
    width: 165px;
    margin-right: 20px;
  }
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container form label {
    width: 155px;
  }
}

.wp.search .dataBox .searchBox .container form label::after {
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 80px;
  background-color: #E5E5E5;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .searchBox .container form label::after {
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .searchBox .container form label::after {
    height: 60px;
  }
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container form label::after {
    display: none;
  }
}

.wp.search .dataBox .searchBox .container form label .d-block:first-child {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 1.5px;
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .searchBox .container form label .d-block:first-child {
    font-size: 1.25rem;
  }
}

.wp.search .dataBox .searchBox .container form label .d-block:last-child {
  color: #808080;
}

.wp.search .dataBox .searchBox .container form input {
  -ms-flex-preferred-size: 700px;
      flex-basis: 700px;
  background-color: #F9F9F9;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 10px 30px;
  margin-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .searchBox .container form input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .searchBox .container form input {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .searchBox .container form input {
    padding: 7px 10px;
  }
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container form input {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    margin-right: 0;
  }
}

.wp.search .dataBox .searchBox .container form input::-webkit-input-placeholder {
  color: #B2B2B2;
}

.wp.search .dataBox .searchBox .container form input:-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.search .dataBox .searchBox .container form input::-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.search .dataBox .searchBox .container form input::placeholder {
  color: #B2B2B2;
}

.wp.search .dataBox .searchBox .container form button {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  height: 46px;
  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;
  color: #FFFFFF;
  background-color: #17a2b8;
  border-radius: 35px;
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .searchBox .container form button {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .searchBox .container form button {
    -ms-flex-preferred-size: 75px;
        flex-basis: 75px;
    height: 40px;
  }
}

@media (max-width: 650px) {
  .wp.search .dataBox .searchBox .container form button {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    margin-top: 15px;
  }
}

.wp.search .dataBox .cardBox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      /*justify-content: center;*/
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container {
    max-width: 709px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container {
    max-width: 466px;
  }
}

@media (max-width: 520px) {
  .wp.search .dataBox .cardBox .container {
    /*max-width: 280px;*/
  }
}

@media (min-width: 1920px) {
  .wp.search .dataBox .cardBox .container .card {
    height: 530px !important;
  }
}

.wp.search .dataBox .cardBox .container .card {
  display: block;
  position: relative;
  -ms-flex-preferred-size: calc((100% - 81px)/3);
      flex-basis: calc((100% - 81px)/3);
  height: 440px;
  border: none;
  background-color: transparent;
  /*  margin-top: 60px;*/
  cursor: pointer;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card {
    /*    height: 30.556vw;*/
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card {
    -ms-flex-preferred-size: 223px;
        flex-basis: 223px;
    height: 320px;
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container .card {
    margin-top: 20px;
  }
}

@media (max-width: 520px) {
  .wp.search .dataBox .cardBox .container .card {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    height: 405px;
    /*margin-right: 0 !important;*/
  }
}

@media (max-width: 414px) {
  .wp.search .dataBox .cardBox .container .card {
    height: 360px;
  }
}

@media (max-width: 350px) {
  .wp.search .dataBox .cardBox .container .card {
    height: 340px;
  }
}

.wp.search .dataBox .cardBox .container .card + .card {
  /*margin-right: 13px;
  margin-left: 13px;*/
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card + .card {
    /*margin-right: 20px;*/
  }
}

.wp.search .dataBox .cardBox .container .card.active .infos {
  /*opacity: 0 !important;*/
}

.wp.search .dataBox .cardBox .container .card.active .infos-hover {
  opacity: 1 !important;
}

@media (min-width: 1025px) {
  .wp.search .dataBox .cardBox .container .card:hover .infos .pic img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.wp.search .dataBox .cardBox .container .card {
  margin: auto;
}

.wp.search .dataBox .cardBox .container .card:first-child {
  /*margin-right: 13px;
  margin-left: 13px;*/
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card:first-child {
    /*margin-right: 20px;*/
  }
}

.wp.search .dataBox .cardBox .container .card:nth-child(4n) {
  /*margin-right: 0;*/
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card:nth-child(4n) {
    /*margin-right: 20px;*/
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card:nth-child(3n) {
    /*margin-right: 0px;*/
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container .card:nth-child(3n) {
    /*margin-right: 20px;*/
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container .card:nth-child(even) {
    /*margin-right: 0px;*/
  }
}

.wp.search .dataBox .cardBox .container .card .infos {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom center;
  position: relative;
  padding: 42px 52px 0 52px;
  border-radius: 10px;
  border-top-left-radius: 40px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card .infos {
    padding: 2.917vw;
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card .infos {
    padding: 30px;
  }
}

.wp.search .dataBox .cardBox .container .card .infos .info {
*/
}

.wp.search .dataBox .cardBox .container .card .infos .info .num {
  font-size: 1.5rem;
  font-weight: 600;
  color: #17a2b8;
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container .card .infos .info .num {
    font-size: 1.25rem;
  }
}

.wp.search .dataBox .cardBox .container .card .infos .info .name {
  font-size: 1.125rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container .card .infos .info .name {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.search .dataBox .cardBox .container .card .infos .info .name {
    font-size: 0.938rem;
  }
}

.wp.search .dataBox .cardBox .container .card .infos .arrow {
  width: 100%;
  max-width: 50px;
  position: absolute;
  right: 30px;
  top: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card .infos .arrow {
    top: 2.917vw;
    right: 2.083vw;
  }
}

@media (max-width: 1279.98px) {
  .wp.search .dataBox .cardBox .container .card .infos .arrow {
    max-width: 40px;
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card .infos .arrow {
    top: 35px;
    right: 20px;
  }
}

.wp.search .dataBox .cardBox .container .card .infos .arrow img {
  width: 100%;
}

.wp.search .dataBox .cardBox .container .card .infos .pic {
  width: 100%;
  /*height: 335px;*/
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card .infos .pic {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container .card .infos .pic img {
    max-height: 270px !important;
  }
}

.wp.search .dataBox .cardBox .container .card .infos .pic img {
  width: 100%;
  /*height: 100%;
  max-height: 335px;*/
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}

.wp.search .dataBox .cardBox .container .card .infos-hover {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom center;
  padding: 20px 5px 0 5px;
  color: #FFFFFF;
  border-radius: 10px;
  border-top-left-radius: 40px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover {
    padding: 60px 10px 10px 10px;
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover {
    padding: 30px 10px 10px 10px;
  }
}

.wp.search .dataBox .cardBox .container .card .infos-hover .info {
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover .info {
    font-size: 1.25rem;
  }
}

.wp.search .dataBox .cardBox .container .card .infos-hover .arrow {
  width: 100%;
  max-width: 50px;
  position: absolute;
  right: 30px;
  top: 50px;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover .arrow {
    top: 2.917vw;
    right: 2.083vw;
  }
}

@media (max-width: 1279.98px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover .arrow {
    max-width: 40px;
  }
}

@media (max-width: 1023.98px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover .arrow {
    top: 35px;
    right: 20px;
  }
}

.wp.search .dataBox .cardBox .container .card .infos-hover .arrow img {
  width: 100%;
}

.wp.search .dataBox .cardBox .container .card .infos-hover ul {
  margin-top: 38px;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover ul {
    margin-top: 20px;
  }
}

.wp.search .dataBox .cardBox .container .card .infos-hover ul li {
  position: relative;
  padding-left: 13px;
}

.wp.search .dataBox .cardBox .container .card .infos-hover ul li:before {
  content: "–";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.wp.search .dataBox .cardBox .container .card .infos-hover ul li + li {
  margin-top: 8px;
}

@media (max-width: 1440px) {
  .wp.search .dataBox .cardBox .container .card .infos-hover ul li + li {
    margin-top: 5px;
  }
}

.wp.search .dataBox .cardBox .container .card .card-shadow {
  width: 132%;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 0;
  pointer-events: none;
}

.wp.search .dataBox .cardBox .container .card .card-shadow img {
  width: 100%;
}

.wp.search .pagenumBox {
  margin-top: 100px;
}

@media (max-width: 1023.98px) {
  .wp.search .pagenumBox {
    margin-top: 70px;
  }
}

@media (max-width: 575.98px) {
  .wp.search .pagenumBox {
    margin-top: 50px;
  }
}

.wp.search-result .dataBox .searchBox {
  padding-bottom: 0;
}

.wp.search-result .dataBox .resultBox .container {
  padding-top: 63px;
}

@media (max-width: 1023.98px) {
  .wp.search-result .dataBox .resultBox .container {
    text-align: center;
    padding-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .wp.search-result .dataBox .resultBox .container {
    padding-top: 30px;
  }
}

.wp.search-result .dataBox .resultBox .container .text {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.search-result .dataBox .resultBox .container .text {
    font-size: 1.25rem;
  }
}

@media (min-width: 415px) {
  .wp.search-result .dataBox .resultBox .container .text .for-mobile {
    display: none;
  }
}

.wp.search-result .dataBox .resultBox .container .text .gold {
  color: #17a2b8;
}

.wp.search-result .dataBox .cardBox {
  margin-top: -20px;
  padding-bottom: 110px;
}

@media (max-width: 1023.98px) {
  .wp.search-result .dataBox .cardBox {
    margin-top: 0;
    padding-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .wp.search-result .dataBox .cardBox {
    padding-bottom: 50px;
  }
}

.wp.contact .dataBox {
  padding-top: 75px;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox {
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox {
    padding-top: 40px;
  }
}

.wp.contact .dataBox .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.wp.contact .dataBox .bg img {
  width: 100%;
}

.wp.contact .dataBox .container .titleBox {
  text-align: center;
  width: 100%;
  max-width: 910px;
  margin: auto;
}

.wp.contact .dataBox .container .titleBox .title {
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container .titleBox .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .titleBox .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .titleBox .title {
    font-size: 1.125rem;
  }
}

.wp.contact .dataBox .container .titleBox .text {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.9px;
  line-height: 1.7;
  margin-top: 25px;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .titleBox .text {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .titleBox .text {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container .titleBox .text {
    margin-top: 15px;
  }
}

.wp.contact .dataBox .container .links {
  padding-top: 33px;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .links {
    padding-top: 20px;
  }
}

.wp.contact .dataBox .container .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 87px;
}

@media (max-width: 1440px) {
  .wp.contact .dataBox .container .links ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container .links ul {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .links ul {
    padding-bottom: 20px;
  }
}

.wp.contact .dataBox .container .links ul li {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .links ul li {
    width: 40px;
    height: 40px;
  }
}

.wp.contact .dataBox .container .links ul li + li {
  margin-left: 12.5px;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .links ul li + li {
    margin-left: 10px;
  }
}

.wp.contact .dataBox .container .links ul li a {
  display: inline-block;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.contact .dataBox .container .links ul li a:hover {
  -webkit-animation: jump .25s infinite alternate;
          animation: jump .25s infinite alternate;
}

@-webkit-keyframes jump {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

@keyframes jump {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
}

.wp.contact .dataBox .container .links ul li a img {
  width: 100%;
}

.wp.contact .dataBox .container form .note {
  color: #808080;
}

.wp.contact .dataBox .container form .note .red {
  color: #CC5E5E;
}

.wp.contact .dataBox .container form .line {
  width: 100%;
  height: 3px;
  background-color: #1eb3a7;
  margin-top: 15px;
  margin-bottom: 2px;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .line {
    margin-top: 7.5px;
  }
}

.wp.contact .dataBox .container form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 32px 16px 0;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container form .group {
    padding: 10px 20px 10px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group {
    padding: 7.5px 0px;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.contact .dataBox .container form .group.upload-group {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wp.contact .dataBox .container form .group.upload-group .input-title {
  margin-top: 10px;
}

.wp.contact .dataBox .container form .group .input-title {
  display: block;
  min-width: 180px;
  padding-left: 35px;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container form .group .input-title {
    padding-left: 20px;
    min-width: 130px;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group .input-title {
    padding-left: 0;
    min-width: 85px;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .input-title {
    width: 100%;
    margin-bottom: 5px;
  }
}

.wp.contact .dataBox .container form .group .input-title .red {
  color: #CC5E5E;
}

.wp.contact .dataBox .container form .group input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E5E5E5;
  background-color: #F9F9F9;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group input[type="text"] {
    padding: 7.5px 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group input[type="text"] {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.wp.contact .dataBox .container form .group input[type="text"]::-webkit-input-placeholder {
  color: #B2B2B2;
}

.wp.contact .dataBox .container form .group input[type="text"]:-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.contact .dataBox .container form .group input[type="text"]::-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.contact .dataBox .container form .group input[type="text"]::placeholder {
  color: #B2B2B2;
}

.wp.contact .dataBox .container form .group .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .radios {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 7.5px;
  }
}

.wp.contact .dataBox .container form .group .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .radios .radio {
    margin-left: 0;
  }
}

.wp.contact .dataBox .container form .group .radios .radio + .radio {
  margin-left: 37px;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group .radios .radio + .radio {
    margin-left: 20px;
  }
}

.wp.contact .dataBox .container form .group .radios .radio input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp.contact .dataBox .container form .group .radios .radio input[type="radio"]:checked + .radioMark {
  border-color: #1eb3a7;
}

.wp.contact .dataBox .container form .group .radios .radio input[type="radio"]:checked + .radioMark::before {
  opacity: 1;
}

.wp.contact .dataBox .container form .group .radios .radio .radioMark {
  pointer-events: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F9F9F9;
  border: 1px solid #E5E5E5;
  position: relative;
}

.wp.contact .dataBox .container form .group .radios .radio .radioMark::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1eb3a7;
  opacity: 0;
}

.wp.contact .dataBox .container form .group .radios .radio label {
  cursor: pointer;
  padding-left: 10px;
}

.wp.contact .dataBox .container form .group .bootstrap-select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .bootstrap-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.wp.contact .dataBox .container form .group .bootstrap-select .dropdown-toggle {
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  background-color: #F9F9F9;
  border-radius: 5px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group .bootstrap-select .dropdown-toggle {
    padding: 7.5px 10px;
  }
}

.wp.contact .dataBox .container form .group .bootstrap-select .dropdown-toggle::after {
  border-top: 0.4em solid #1eb3a7;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group .bootstrap-select .dropdown-toggle::after {
    border-top: 0.35em solid #1eb3a7;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
  }
}

.wp.contact .dataBox .container form .group .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.wp.contact .dataBox .container form .group .bootstrap-select > .dropdown-toggle[title="請選擇"] {
  color: #B2B2B2;
}

.wp.contact .dataBox .container form .group .bootstrap-select > .dropdown-toggle[title="請選擇"]:focus, .wp.contact .dataBox .container form .group .bootstrap-select > .dropdown-toggle[title="請選擇"]:hover, .wp.contact .dataBox .container form .group .bootstrap-select > .dropdown-toggle[title="請選擇"]:active {
  color: #B2B2B2;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group .bootstrap-select .dropdown-menu .dropdown-item {
    padding: .25rem 10px;
  }
}

.wp.contact .dataBox .container form .group .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #1eb3a7;
}

.wp.contact .dataBox .container form .group .bootstrap-select .dropdown-menu .dropdown-item:active {
  background-color: #1eb3a7;
}

.wp.contact .dataBox .container form .group .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.contact .dataBox .container form .group textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  height: 210px;
  border: 1px solid #E5E5E5;
  background-color: #F9F9F9;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group textarea {
    padding: 7.5px 10px;
  }
}

.wp.contact .dataBox .container form .group .uploads {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .uploads {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.wp.contact .dataBox .container form .group .uploads .upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden;
}

.wp.contact .dataBox .container form .group .uploads .upload + .upload {
  margin-top: 10px;
}

.wp.contact .dataBox .container form .group .uploads .upload .icon {
  width: 46px;
  height: 46px;
  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;
  background-color: #E5E5E5;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group .uploads .upload .icon {
    width: 41px;
    height: 41px;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .uploads .upload .icon {
    display: none;
  }
}

.wp.contact .dataBox .container form .group .uploads .upload .icon img {
  width: 16px;
}

.wp.contact .dataBox .container form .group .uploads .upload input[type="file"] {
  width: 100%;
  color: transparent;
  padding: 8px 20px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .group .uploads .upload input[type="file"] {
    padding: 5.5px 10px;
  }
}

.wp.contact .dataBox .container form .group .code {
  height: 43px;
  margin-left: 25px;
  margin-right: 58px;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container form .group .code {
    margin-right: 0;
    margin-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .code {
    height: 36px;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container form .group .code {
    top: auto;
    bottom: 8px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.wp.contact .dataBox .container form .group .code img {
  height: 100%;
  width:200px;
}

.wp.contact .dataBox .container form .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 58px;
  padding-bottom: 94px;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container form .btnBox {
    padding-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .btnBox {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

.wp.contact .dataBox .container form .btnBox button {
  width: 100%;
  max-width: 160px;
  height: 46px;
  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;
  border-radius: 30px;
  border: 1px solid #17a2b8;
  background-color: #17a2b8;
  color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container form .btnBox button {
    height: 40px;
    max-width: 130px;
  }
}

.wp.contact .dataBox .container form .btnBox button + button {
  margin-left: 20px;
  background-color: transparent;
  color: #17a2b8;
}

.wp.contact .dataBox .container form .btnBox button:hover {
  background-color: #17a2b8;
  color: #FFFFFF;
}

.wp.contact .dataBox .container .successBox {
  padding-top: 67px;
  padding-bottom: 174px;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container .successBox {
    padding-top: 15px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .successBox {
    padding-top: 0;
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .successBox {
    padding-bottom: 50px;
  }
}

.wp.contact .dataBox .container .successBox .icon {
  width: 86px;
  height: 86px;
  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;
  margin: auto;
  background-color: #17a2b8;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .successBox .icon {
    width: 70px;
    height: 70px;
  }
}

.wp.contact .dataBox .container .successBox .icon img {
  width: 36px;
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .successBox .icon img {
    width: 30px;
  }
}

.wp.contact .dataBox .container .successBox .texts {
  width: 100%;
  max-width: 505px;
  margin: auto;
  text-align: center;
  padding: 25px 0 50px 0;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container .successBox .texts {
    padding: 20px 0 30px 0;
  }
}

.wp.contact .dataBox .container .successBox .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
  color: #1eb3a7;
  padding-bottom: 33px;
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container .successBox .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .successBox .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .successBox .texts .title {
    font-size: 1.125rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.contact .dataBox .container .successBox .texts .title {
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.contact .dataBox .container .successBox .texts .title {
    padding-bottom: 10px;
  }
}

.wp.contact .dataBox .container .successBox .texts .text {
  color: #808080;
}

.wp.contact .dataBox .container .successBox .line {
  width: 100%;
  max-width: 710px;
  height: 1px;
  margin: auto;
  background-color: #E5E5E5;
}

.wp.contact .dataBox .container .successBox .link {
  width: 100%;
  padding-top: 49px;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .successBox .link {
    padding-top: 35px;
  }
}

.wp.contact .dataBox .container .successBox .link a {
  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;
  width: 100%;
  max-width: 230px;
  height: 46px;
  background-color: #17a2b8;
  color: #FFFFFF;
  margin: auto;
  border-radius: 30px;
}

@media (max-width: 575.98px) {
  .wp.contact .dataBox .container .successBox .link a {
    max-width: 110px;
    height: 40px;
  }
}

.wp.sitemap .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.wp.sitemap .bg .dataBox {
  width: 100%;
  padding-bottom: 110px;
}

@media (max-width: 1023.98px) {
  .wp.sitemap .bg .dataBox {
    padding-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .wp.sitemap .bg .dataBox {
    padding-bottom: 50px;
  }
}

.wp.sitemap .bg .dataBox .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 70px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 70px 100px 0 100px;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.07);
}

@media (max-width: 1279.98px) {
  .wp.sitemap .bg .dataBox .container {
    padding: 70px 20px 0 20px;
  }
}

@media (max-width: 1023.98px) {
  .wp.sitemap .bg .dataBox .container {
    padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .wp.sitemap .bg .dataBox .container {
    max-width: 600px;
    padding-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container {
    max-width: 374px;
  }
}

.wp.sitemap .bg .dataBox .container .links {
  -ms-flex-preferred-size: calc((100% - 195px)/4);
      flex-basis: calc((100% - 195px)/4);
  margin-right: 65px;
  margin-bottom: 75px;
}

@media (max-width: 1023.98px) {
  .wp.sitemap .bg .dataBox .container .links {
    -ms-flex-preferred-size: calc((100% - 60px)/4);
        flex-basis: calc((100% - 60px)/4);
    margin-right: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .wp.sitemap .bg .dataBox .container .links {
    -ms-flex-preferred-size: calc((100% - 40px)/3);
        flex-basis: calc((100% - 40px)/3);
  }
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container .links {
    -ms-flex-preferred-size: calc((100% - 40px)/2);
        flex-basis: calc((100% - 40px)/2);
    margin-bottom: 50px;
  }
}

@media (max-width: 400px) {
  .wp.sitemap .bg .dataBox .container .links {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}

.wp.sitemap .bg .dataBox .container .links:nth-child(4n) {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .wp.sitemap .bg .dataBox .container .links:nth-child(4n) {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.sitemap .bg .dataBox .container .links:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container .links:nth-child(3n) {
    margin-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container .links:nth-child(even) {
    margin-right: 0;
  }
}

.wp.sitemap .bg .dataBox .container .links .name {
  width: 100%;
  text-align: center;
  padding: 14px 10px;
  font-size: 1.25rem;
  background: -webkit-gradient(linear, left top, right top, from(#DFC14B), color-stop(77%, #D0B05A), to(#1eb3a7));
  background: linear-gradient(0.25turn, #DFC14B, #D0B05A 77%, #1eb3a7);
  color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@media (max-width: 767.98px) {
  .wp.sitemap .bg .dataBox .container .links .name {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container .links .name {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container .links .name {
    padding: 10px;
  }
}

.wp.sitemap .bg .dataBox .container .links ul {
  margin-top: 6px;
}

.wp.sitemap .bg .dataBox .container .links ul li a {
  display: block;
  color: #4D4D4D;
  position: relative;
  padding: 12px 10px 12px 14px;
  padding-left: 14px;
  border-bottom: 1px dashed #CCCCCC;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container .links ul li a {
    padding: 8px 10px 8px 14px;
  }
}

.wp.sitemap .bg .dataBox .container .links ul li a:hover {
  color: #1eb3a7;
}

.wp.sitemap .bg .dataBox .container .links ul li a:hover::before {
  background-color: #1eb3a7;
}

.wp.sitemap .bg .dataBox .container .links ul li a::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #959595;
  width: 5px;
  height: 5px;
  left: 0;
  top: 1.4em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.sitemap .bg .dataBox .container .links ul li a::before {
    top: 1.1em;
  }
}

.wp.login main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.login main {
    margin-top: 70px;
  }
}

.wp.login main .dataBox .container {
  padding-bottom: 150px;
}

@media (max-width: 1023.98px) {
  .wp.login main .dataBox .container {
    padding-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container {
    padding-bottom: 50px;
  }
}

.wp.login main .dataBox .container form {
  width: 100%;
  max-width: 600px;
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
  background-color: #FFFFFF;
  margin: auto;
  margin-top: 14px;
  padding: 50px 60px 50px 60px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form {
    padding: 30px 20px 30px 20px;
  }
}

.wp.login main .dataBox .container form .input {
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.wp.login main .dataBox .container form .input + .input, .wp.login main .dataBox .container form .input + .verify {
  margin-top: 14px;
}

.wp.login main .dataBox .container form .input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}

.wp.login main .dataBox .container form .input label .account-img {
  width: 16px;
  margin-right: 13px;
}

.wp.login main .dataBox .container form .input label .password-img {
  width: 15px;
  margin-right: 14px;
}

.wp.login main .dataBox .container form .input label input[type="text"], .wp.login main .dataBox .container form .input label input[type="password"] {
  border-left: 1px solid #E5E5E5;
  padding-left: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.wp.login main .dataBox .container form .input label input[type="text"]::-webkit-input-placeholder, .wp.login main .dataBox .container form .input label input[type="password"]::-webkit-input-placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .input label input[type="text"]:-ms-input-placeholder, .wp.login main .dataBox .container form .input label input[type="password"]:-ms-input-placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .input label input[type="text"]::-ms-input-placeholder, .wp.login main .dataBox .container form .input label input[type="password"]::-ms-input-placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .input label input[type="text"]::placeholder, .wp.login main .dataBox .container form .input label input[type="password"]::placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .verify {
    position: relative;
  }
}

.wp.login main .dataBox .container form .verify input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 10px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .verify input[type="text"] {
    width: 100%;
  }
}

.wp.login main .dataBox .container form .verify input[type="text"]::-webkit-input-placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .verify input[type="text"]:-ms-input-placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .verify input[type="text"]::-ms-input-placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .verify input[type="text"]::placeholder {
  color: #808080;
}

.wp.login main .dataBox .container form .verify a {
  width: 110px;
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .verify a {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90px;
  }
}

.wp.login main .dataBox .container form .verify a img {
  width: 100%;
}

.wp.login main .dataBox .container form .btnBox {
  width: 100%;
  margin-top: 29px;
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .btnBox {
    margin-top: 20px;
  }
}

.wp.login main .dataBox .container form .btnBox button[type="submit"] {
  width: 100%;
  height: 46px;
  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;
  background-color: #17a2b8;
  border-radius: 25px;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .btnBox button[type="submit"] {
    height: 40px;
  }
}

.wp.login main .dataBox .container form .linkBox {
  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;
  margin-top: 15px;
}

.wp.login main .dataBox .container form .linkBox a {
  color: #808080;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.login main .dataBox .container form .linkBox a:hover {
  color: #1eb3a7;
}

.wp.login main .dataBox .container form .linkBox a:first-child {
  padding-right: 20px;
  border-right: 1px solid #E5E5E5;
}

.wp.login main .dataBox .container form .linkBox a:last-child {
  padding-left: 20px;
}

.wp.login main .dataBox .container form .other {
  margin-top: 36px;
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .other {
    margin-top: 20px;
  }
}

.wp.login main .dataBox .container form .other .title {
  width: 100%;
  text-align: center;
  position: relative;
}

.wp.login main .dataBox .container form .other .title::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #BB9259;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp.login main .dataBox .container form .other .title .d-inline-block {
  font-size: 1.5rem;
  color: #BB9259;
  font-weight: 400;
  background-color: #fff;
  padding: 0 33px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .wp.login main .dataBox .container form .other .title .d-inline-block {
    font-size: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .other .title .d-inline-block {
    padding: 0 1em;
  }
}

.wp.login main .dataBox .container form .other a {
  display: block;
  width: 100%;
  max-width: 46px;
  margin: auto;
  margin-top: 24px;
}

.wp.login main .dataBox .container form .other a:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media (max-width: 575.98px) {
  .wp.login main .dataBox .container form .other a {
    max-width: 40px;
    margin-top: 15px;
  }
}

.wp.login main .dataBox .container form .other a img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.notice main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.notice main {
    margin-top: 70px;
  }
}

.wp.notice main .btnBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  padding-bottom: 195px;
}

@media (max-width: 1023.98px) {
  .wp.notice main .btnBox {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .wp.notice main .btnBox {
    padding-bottom: 60px;
    padding: 0 20px 60px 20px;
  }
}

.wp.notice main .btnBox a {
  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;
  width: 100%;
  max-width: 230px;
  height: 46px;
  padding: 0 10px;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  color: #FFFFFF;
  background-color: #17a2b8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.notice main .btnBox a {
    height: 40px;
  }
}

.wp.notice main .btnBox a + a {
  margin-left: 20px;
  color: #17a2b8;
  background-color: transparent;
}

.wp.register main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.register main {
    margin-top: 70px;
  }
}

.wp.register main .dataBox .container {
  padding-bottom: 149px;
}

@media (max-width: 1023.98px) {
  .wp.register main .dataBox .container {
    padding-bottom: 100px;
  }
}

.wp.register main .dataBox .container form {
  width: 100%;
  max-width: 820px;
  margin: auto;
}

.wp.register main .dataBox .container form .boxT, .wp.register main .dataBox .container form .boxB {
  padding: 30px 55px 47px 55px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxT, .wp.register main .dataBox .container form .boxB {
    padding: 30px 20px 35px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT, .wp.register main .dataBox .container form .boxB {
    padding: 20px 20px 30px 20px;
  }
}

.wp.register main .dataBox .container form .boxT .titleBox, .wp.register main .dataBox .container form .boxB .titleBox {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 29px;
  padding-bottom: 13px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .titleBox, .wp.register main .dataBox .container form .boxB .titleBox {
    margin-bottom: 13px;
  }
}

.wp.register main .dataBox .container form .boxT .titleBox .title, .wp.register main .dataBox .container form .boxB .titleBox .title {
  color: #808080;
}

.wp.register main .dataBox .container form .boxT .titleBox .title .gold, .wp.register main .dataBox .container form .boxB .titleBox .title .gold {
  font-size: 1.125rem;
  font-weight: 400;
  color: #1eb3a7;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxT .titleBox .title .gold, .wp.register main .dataBox .container form .boxB .titleBox .title .gold {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .titleBox .title .gold, .wp.register main .dataBox .container form .boxB .titleBox .title .gold {
    font-size: 0.938rem;
  }
}

.wp.register main .dataBox .container form .boxT .titleBox .title .red, .wp.register main .dataBox .container form .boxB .titleBox .title .red {
  color: #CC5E5E;
  margin-left: 1.3em;
}

.wp.register main .dataBox .container form .boxT .input, .wp.register main .dataBox .container form .boxB .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input, .wp.register main .dataBox .container form .boxB .input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

.wp.register main .dataBox .container form .boxT .input + .input, .wp.register main .dataBox .container form .boxB .input + .input {
  margin-top: 14px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input + .input, .wp.register main .dataBox .container form .boxB .input + .input {
    margin-top: 10px;
  }
}

.wp.register main .dataBox .container form .boxT .input.birth label, .wp.register main .dataBox .container form .boxB .input.birth label {
  position: relative;
}

.wp.register main .dataBox .container form .boxT .input.birth label::after, .wp.register main .dataBox .container form .boxB .input.birth label::after {
  position: absolute;
  display: block;
  content: "";
  content: url("images/member/calendar.svg");
  width: 17px;
  right: -38px;
  top: 2px;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxT .input.birth label::after, .wp.register main .dataBox .container form .boxB .input.birth label::after {
    right: -33px;
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input.birth label::after, .wp.register main .dataBox .container form .boxB .input.birth label::after {
    right: auto;
    left: 10px;
    top: 37px;
  }
}

.wp.register main .dataBox .container form .boxT .input.birth .datepicker, .wp.register main .dataBox .container form .boxB .input.birth .datepicker {
  text-indent: 1.8em;
}

.wp.register main .dataBox .container form .boxT .input label, .wp.register main .dataBox .container form .boxT .input .label, .wp.register main .dataBox .container form .boxB .input label, .wp.register main .dataBox .container form .boxB .input .label {
  display: inline-block;
  min-width: 115px;
  margin-top: .6em;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxT .input label, .wp.register main .dataBox .container form .boxT .input .label, .wp.register main .dataBox .container form .boxB .input label, .wp.register main .dataBox .container form .boxB .input .label {
    min-width: 100px;
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input label, .wp.register main .dataBox .container form .boxT .input .label, .wp.register main .dataBox .container form .boxB .input label, .wp.register main .dataBox .container form .boxB .input .label {
    min-width: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.wp.register main .dataBox .container form .boxT .input label .red, .wp.register main .dataBox .container form .boxT .input .label .red, .wp.register main .dataBox .container form .boxB .input label .red, .wp.register main .dataBox .container form .boxB .input .label .red {
  color: #CC5E5E;
}

.wp.register main .dataBox .container form .boxT .input input[type="text"], .wp.register main .dataBox .container form .boxB .input input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxT .input input[type="text"], .wp.register main .dataBox .container form .boxB .input input[type="text"] {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input input[type="text"], .wp.register main .dataBox .container form .boxB .input input[type="text"] {
    width: 100%;
    padding: 8px 10px;
  }
}

.wp.register main .dataBox .container form .boxT .input input[type="text"]#verify, .wp.register main .dataBox .container form .boxB .input input[type="text"]#verify {
  width: 100%;
  max-width: 390px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input input[type="text"]#verify, .wp.register main .dataBox .container form .boxB .input input[type="text"]#verify {
    max-width: 100%;
  }
}

.wp.register main .dataBox .container form .boxT .input input[type="text"]::-webkit-input-placeholder, .wp.register main .dataBox .container form .boxB .input input[type="text"]::-webkit-input-placeholder {
  color: #B2B2B2;
}

.wp.register main .dataBox .container form .boxT .input input[type="text"]:-ms-input-placeholder, .wp.register main .dataBox .container form .boxB .input input[type="text"]:-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.register main .dataBox .container form .boxT .input input[type="text"]::-ms-input-placeholder, .wp.register main .dataBox .container form .boxB .input input[type="text"]::-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.register main .dataBox .container form .boxT .input input[type="text"]::placeholder, .wp.register main .dataBox .container form .boxB .input input[type="text"]::placeholder {
  color: #B2B2B2;
}

.wp.register main .dataBox .container form .boxT .input .radios, .wp.register main .dataBox .container form .boxB .input .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input .radios, .wp.register main .dataBox .container form .boxB .input .radios {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-top: 7.5px;
  }
}

.wp.register main .dataBox .container form .boxT .input .radios .radio, .wp.register main .dataBox .container form .boxB .input .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input .radios .radio, .wp.register main .dataBox .container form .boxB .input .radios .radio {
    margin-left: 0;
  }
}

.wp.register main .dataBox .container form .boxT .input .radios .radio + .radio, .wp.register main .dataBox .container form .boxB .input .radios .radio + .radio {
  margin-left: 37px;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxT .input .radios .radio + .radio, .wp.register main .dataBox .container form .boxB .input .radios .radio + .radio {
    margin-left: 20px;
  }
}

.wp.register main .dataBox .container form .boxT .input .radios .radio input[type="radio"], .wp.register main .dataBox .container form .boxB .input .radios .radio input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp.register main .dataBox .container form .boxT .input .radios .radio input[type="radio"]:checked + .radioMark, .wp.register main .dataBox .container form .boxB .input .radios .radio input[type="radio"]:checked + .radioMark {
  border-color: #1eb3a7;
}

.wp.register main .dataBox .container form .boxT .input .radios .radio input[type="radio"]:checked + .radioMark::before, .wp.register main .dataBox .container form .boxB .input .radios .radio input[type="radio"]:checked + .radioMark::before {
  opacity: 1;
}

.wp.register main .dataBox .container form .boxT .input .radios .radio .radioMark, .wp.register main .dataBox .container form .boxB .input .radios .radio .radioMark {
  pointer-events: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F9F9F9;
  border: 1px solid #E5E5E5;
  position: relative;
}

.wp.register main .dataBox .container form .boxT .input .radios .radio .radioMark::before, .wp.register main .dataBox .container form .boxB .input .radios .radio .radioMark::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1eb3a7;
  opacity: 0;
}

.wp.register main .dataBox .container form .boxT .input .radios .radio label, .wp.register main .dataBox .container form .boxB .input .radios .radio label {
  cursor: pointer;
  min-width: 30px;
  padding-left: 10px;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input .radios .radio label, .wp.register main .dataBox .container form .boxB .input .radios .radio label {
    min-width: unset;
    width: auto;
    margin-bottom: 0;
  }
}

.wp.register main .dataBox .container form .boxT .input .reload-img, .wp.register main .dataBox .container form .boxB .input .reload-img {
  height: 46px;
  display: inline-block;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .input .reload-img, .wp.register main .dataBox .container form .boxB .input .reload-img {
    position: absolute;
    height: 37px;
    bottom: 1px;
    right: 5px;
  }
}

.wp.register main .dataBox .container form .boxT .input .reload-img img, .wp.register main .dataBox .container form .boxB .input .reload-img img {
  height: 100%;
}

.wp.register main .dataBox .container form .boxT .check, .wp.register main .dataBox .container form .boxB .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 115px;
  position: relative;
  margin-top: 27px;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxT .check, .wp.register main .dataBox .container form .boxB .check {
    margin-left: 90px;
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxT .check, .wp.register main .dataBox .container form .boxB .check {
    margin-left: 0;
  }
}

.wp.register main .dataBox .container form .boxT .check input[type="checkbox"], .wp.register main .dataBox .container form .boxB .check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}

.wp.register main .dataBox .container form .boxT .check input[type="checkbox"]:hover + label:before, .wp.register main .dataBox .container form .boxB .check input[type="checkbox"]:hover + label:before {
  border-color: #CC5E5E;
}

.wp.register main .dataBox .container form .boxT .check input[type="checkbox"]:checked + label:before, .wp.register main .dataBox .container form .boxB .check input[type="checkbox"]:checked + label:before {
  left: 5px;
  width: 8px;
  height: 16px;
  border-top: transparent;
  border-left: transparent;
  border-color: #CC5E5E;
  border-width: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wp.register main .dataBox .container form .boxT .check label, .wp.register main .dataBox .container form .boxB .check label {
  padding-left: 10px;
}

.wp.register main .dataBox .container form .boxT .check label:hover::before, .wp.register main .dataBox .container form .boxB .check label:hover::before {
  border-color: #CC5E5E;
}

.wp.register main .dataBox .container form .boxT .check label::before, .wp.register main .dataBox .container form .boxB .check label::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  left: 0;
  top: 3px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  pointer-events: none;
}

.wp.register main .dataBox .container form .boxT .check label a, .wp.register main .dataBox .container form .boxB .check label a {
  color: #CC5E5E;
  text-decoration: underline;
}

.wp.register main .dataBox .container form .boxB {
  margin-top: 30px;
}

.wp.register main .dataBox .container form .boxB .input .inputs {
  width: calc(100% - 115px);
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs {
    width: calc(100% - 90px);
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs {
    width: 100%;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px)/3);
          flex: 0 0 calc((100% - 40px)/3);
  -ms-flex-preferred-size: calc((100% - 40px)/3);
      flex-basis: calc((100% - 40px)/3);
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px)/2);
            flex: 0 0 calc((100% - 10px)/2);
    -ms-flex-preferred-size: calc((100% - 10px)/2);
        flex-basis: calc((100% - 10px)/2);
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select + .bootstrap-select {
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select + .bootstrap-select {
    margin-left: 10px;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
  color: #000000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #E5E5E5 !important;
  outline: none !important;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
    padding: 8px 10px;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle::after {
  border-top: 0.45em solid #1eb3a7;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle::after {
    border-top: 0.35em solid #1eb3a7;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"], .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"] {
  color: #B2B2B2;
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"]:focus, .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"]:hover, .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"]:active, .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:focus, .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:hover, .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:active {
  color: #B2B2B2;
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item {
  padding: .25rem 20px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item {
    padding: 8px 10px;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) and (max-width: 768px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item {
    font-size: 0.938rem;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item.active {
  background-color: #1eb3a7;
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item:active {
  background-color: #1eb3a7;
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputT input[type="text"] {
  width: calc((100% - 40px)/3);
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px)/3);
          flex: 0 0 calc((100% - 40px)/3);
  -ms-flex-preferred-size: calc((100% - 40px)/3);
      flex-basis: calc((100% - 40px)/3);
  margin-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputT input[type="text"] {
    margin-left: 10px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputB {
  width: 100%;
  margin-top: 14px;
}

@media (max-width: 575.98px) {
  .wp.register main .dataBox .container form .boxB .input .inputs .inputB {
    margin-top: 8px;
  }
}

.wp.register main .dataBox .container form .boxB .input .inputs .inputB input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
}

.wp.register main .dataBox .container form .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.wp.register main .dataBox .container form .btnBox button {
  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;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  background-color: #17a2b8;
  color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.register main .dataBox .container form .btnBox button + button {
  margin-left: 20px;
  background-color: transparent;
  color: #17a2b8;
}

.wp.register-success main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.register-success main {
    margin-top: 70px;
  }
}

.wp.register-success main .dataBox .container {
  padding-top: 97px;
  padding-bottom: 145px;
}

@media (max-width: 1023.98px) {
  .wp.register-success main .dataBox .container {
    padding: 60px 0 120px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.register-success main .dataBox .container {
    padding: 50px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  .wp.register-success main .dataBox .container {
    padding: 30px 0 60px 0;
  }
}

.wp.register-success main .dataBox .container .box {
  width: 100%;
  max-width: 820px;
  margin: auto;
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
  background-color: #fff;
  padding: 57px 55px 57px 55px;
}

@media (max-width: 1023.98px) {
  .wp.register-success main .dataBox .container .box {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .wp.register-success main .dataBox .container .box {
    padding: 40px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.register-success main .dataBox .container .box {
    padding: 30px 20px;
  }
}

.wp.register-success main .dataBox .container .box .pic {
  margin: auto;
  width: 86px;
}

@media (max-width: 767.98px) {
  .wp.register-success main .dataBox .container .box .pic {
    width: 70px;
  }
}

.wp.register-success main .dataBox .container .box .pic img {
  width: 100%;
}

.wp.register-success main .dataBox .container .box .texts {
  text-align: center;
  width: 100%;
  max-width: 490px;
  margin: auto;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .wp.register-success main .dataBox .container .box .texts {
    padding-top: 15px;
  }
}

.wp.register-success main .dataBox .container .box .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
  color: #1eb3a7;
}

@media (max-width: 1023.98px) {
  .wp.register-success main .dataBox .container .box .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.register-success main .dataBox .container .box .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.register-success main .dataBox .container .box .texts .title {
    font-size: 1.125rem;
  }
}

.wp.register-success main .dataBox .container .box .texts .text {
  display: block;
  margin-top: 33px;
  line-height: 1.7;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.register-success main .dataBox .container .box .texts .text {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.register-success main .dataBox .container .box .texts .text {
    margin-top: 10px;
  }
}

.wp.register-success main .dataBox .container .box .line {
  margin: 49px 0;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}

@media (max-width: 767.98px) {
  .wp.register-success main .dataBox .container .box .line {
    margin: 30px 0;
  }
}

.wp.register-success main .dataBox .container .box .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp.register-success main .dataBox .container .box .btnBox a {
  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;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.register-success main .dataBox .container .box .btnBox a {
    height: 40px;
  }
}

.wp.register-success main .dataBox .container .box .btnBox a + a {
  background-color: #17a2b8;
  color: #FFFFFF;
  margin-left: 20px;
}

.wp.forget main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.forget main {
    margin-top: 70px;
  }
}

.wp.forget main .dataBox .container {
  padding-top: 15px;
  padding-bottom: 150px;
}

@media (max-width: 1023.98px) {
  .wp.forget main .dataBox .container {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .wp.forget main .dataBox .container {
    padding-bottom: 60px;
  }
}

.wp.forget main .dataBox .container form {
  width: 100%;
  max-width: 600px;
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
  padding: 42px 60px 74px 60px;
  background-color: #fff;
  margin: auto;
}

@media (max-width: 575.98px) {
  .wp.forget main .dataBox .container form {
    padding: 30px 20px 40px 20px;
  }
}

.wp.forget main .dataBox .container form .titleBox {
  text-align: center;
  padding-bottom: 32px;
}

@media (max-width: 575.98px) {
  .wp.forget main .dataBox .container form .titleBox {
    padding-bottom: 20px;
  }
}

.wp.forget main .dataBox .container form .titleBox .text {
  color: #808080;
  display: block;
  line-height: 1.7;
}

.wp.forget main .dataBox .container form .input-email label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .wp.forget main .dataBox .container form .input-email label {
    padding: 8px 10px;
  }
}

.wp.forget main .dataBox .container form .input-email label img {
  width: 18px;
  margin-right: 11px;
}

.wp.forget main .dataBox .container form .input-email label input {
  padding-left: 13px;
  border-left: 1px solid #E5E5E5;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

.wp.forget main .dataBox .container form .input-email label input::-webkit-input-placeholder {
  color: #808080;
}

.wp.forget main .dataBox .container form .input-email label input:-ms-input-placeholder {
  color: #808080;
}

.wp.forget main .dataBox .container form .input-email label input::-ms-input-placeholder {
  color: #808080;
}

.wp.forget main .dataBox .container form .input-email label input::placeholder {
  color: #808080;
}

.wp.forget main .dataBox .container form .input-verify {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wp.forget main .dataBox .container form .input-verify input {
  width: calc(100% - 122px);
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 575.98px) {
  .wp.forget main .dataBox .container form .input-verify input {
    padding: 8px 10px;
    width: 100%;
  }
}

.wp.forget main .dataBox .container form .input-verify a {
  height: 43px;
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 575.98px) {
  .wp.forget main .dataBox .container form .input-verify a {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 37px;
    margin-left: 0;
  }
}

.wp.forget main .dataBox .container form .input-verify a img {
  height: 100%;
}

.wp.forget main .dataBox .container form .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
  width: 100%;
}

.wp.forget main .dataBox .container form .btnBox button, .wp.forget main .dataBox .container form .btnBox a {
  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;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  border-radius: 25px;
  border: 1px solid #17a2b8;
  background-color: #17a2b8;
  color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.forget main .dataBox .container form .btnBox button, .wp.forget main .dataBox .container form .btnBox a {
    height: 40px;
  }
}

.wp.forget main .dataBox .container form .btnBox a {
  margin-left: 20px;
  border: 1px solid #17a2b8;
  background-color: #FFFFFF;
  color: #17a2b8;
}

@media (max-width: 575.98px) {
  .wp.forget main .dataBox .container form .btnBox a {
    margin-left: 10px;
  }
}

.wp.forget-success main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.forget-success main {
    margin-top: 70px;
  }
}

.wp.forget-success main .dataBox .container {
  padding-top: 97px;
  padding-bottom: 145px;
}

@media (max-width: 1023.98px) {
  .wp.forget-success main .dataBox .container {
    padding: 60px 0 120px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.forget-success main .dataBox .container {
    padding: 50px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  .wp.forget-success main .dataBox .container {
    padding: 30px 0 60px 0;
  }
}

.wp.forget-success main .dataBox .container .box {
  width: 100%;
  max-width: 820px;
  margin: auto;
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
  background-color: #fff;
  padding: 57px 55px 57px 55px;
}

@media (max-width: 1023.98px) {
  .wp.forget-success main .dataBox .container .box {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .wp.forget-success main .dataBox .container .box {
    padding: 40px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.forget-success main .dataBox .container .box {
    padding: 30px 20px;
  }
}

.wp.forget-success main .dataBox .container .box .pic {
  margin: auto;
  width: 86px;
}

@media (max-width: 767.98px) {
  .wp.forget-success main .dataBox .container .box .pic {
    width: 70px;
  }
}

.wp.forget-success main .dataBox .container .box .pic img {
  width: 100%;
}

.wp.forget-success main .dataBox .container .box .texts {
  text-align: center;
  width: 100%;
  max-width: 515px;
  margin: auto;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .wp.forget-success main .dataBox .container .box .texts {
    padding-top: 15px;
  }
}

.wp.forget-success main .dataBox .container .box .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
  color: #1eb3a7;
}

@media (max-width: 1023.98px) {
  .wp.forget-success main .dataBox .container .box .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.forget-success main .dataBox .container .box .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.forget-success main .dataBox .container .box .texts .title {
    font-size: 1.125rem;
  }
}

.wp.forget-success main .dataBox .container .box .texts .text {
  display: block;
  margin-top: 33px;
  line-height: 1.7;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.forget-success main .dataBox .container .box .texts .text {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.forget-success main .dataBox .container .box .texts .text {
    margin-top: 10px;
  }
}

.wp.forget-success main .dataBox .container .box .line {
  margin: 75px 0 49px 0;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}

@media (max-width: 1023.98px) {
  .wp.forget-success main .dataBox .container .box .line {
    margin: 49px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.forget-success main .dataBox .container .box .line {
    margin: 30px 0;
  }
}

.wp.forget-success main .dataBox .container .box .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp.forget-success main .dataBox .container .box .btnBox a {
  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;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.forget-success main .dataBox .container .box .btnBox a {
    height: 40px;
  }
}

.wp.forget-success main .dataBox .container .box .btnBox a + a {
  margin-left: 20px;
  background-color: #17a2b8;
  color: #FFFFFF;
}

.wp.orders .dataBox .container {
  padding-top: 0px;
}

@media (max-width: 767.98px) {
  .wp.orders .dataBox .container {
    padding-top: 0px;
  }
}

.wp.orders .dataBox .container .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
}

@media (max-width: 575.98px) {
  .wp.orders .dataBox .container .titleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

.wp.orders .dataBox .container .titleBox .boxL .title {
  position: relative;
  font-size: 1.5rem;
  padding-left: 15px;
  margin-top: 6px;
}

@media (max-width: 767.98px) {
  .wp.orders .dataBox .container .titleBox .boxL .title {
    font-size: 1.25rem;
  }
}

.wp.orders .dataBox .container .titleBox .boxL .title::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 4px;
  width: 4px;
  height: 0.9em;
  background-color: #1eb3a7;
}

.wp.orders .dataBox .container .titleBox .boxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .wp.orders .dataBox .container .titleBox .boxR {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
}

.wp.orders .dataBox .container .titleBox .boxR label {
  font-family: 'Noto Sans TC', Arial, serif;
  color: #808080;
  margin-right: 18px;
}

@media (max-width: 575.98px) {
  .wp.orders .dataBox .container .titleBox .boxR label {
    margin-right: 10px;
  }
}

.wp.orders .dataBox .container .titleBox .boxR select {
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  max-width: 200px;
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle {
  color: #000000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #E5E5E5 !important;
  outline: none !important;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle {
    padding: 8px 10px;
  }
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle::after {
  border-top: 0.45em solid #1eb3a7;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle::after {
    border-top: 0.35em solid #1eb3a7;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: none;
  }
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="縣市"], .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="鄉鎮區"] {
  color: #B2B2B2;
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="縣市"]:focus, .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="縣市"]:hover, .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="縣市"]:active, .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:focus, .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:hover, .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:active {
  color: #B2B2B2;
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select .dropdown-menu li .dropdown-item {
  padding: .25rem 20px;
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select .dropdown-menu li .dropdown-item.active, .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select .dropdown-menu li .dropdown-item:active {
  background-color: #17a2b8;
}

@media (max-width: 575.98px) {
  .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select .dropdown-menu li .dropdown-item {
    padding: 8px 10px;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) and (max-width: 768px) {
  .wp.orders .dataBox .container .titleBox .boxR .bootstrap-select .dropdown-menu li .dropdown-item {
    font-size: 0.938rem;
  }
}

.wp.orders .dataBox .container .titleBox .boxR .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.orders .dataBox .container .tableBox {
  width: 100%;
  padding-bottom: 73px;
}

@media (max-width: 767px) {
  .wp.orders .dataBox .container .tableBox {
    padding-bottom: 50px;
  }
}

.wp.orders .dataBox .container .tableBox table {
  width: 100%;
  border-bottom: 1px solid #17a2b8;
}

@media (max-width: 900px) {
  .wp.orders .dataBox .container .tableBox table thead {
    display: none;
  }
}

.wp.orders .dataBox .container .tableBox table thead tr th {
  color: #FFFFFF;
  padding: 16.5px 5px;
  background-color: #D0B169;
  text-align: center;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.orders .dataBox .container .tableBox table thead tr th {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .dataBox .container .tableBox table thead tr th {
    font-size: 0.938rem;
  }
}

.wp.orders .dataBox .container .tableBox table thead tr th:first-child {
  width: 13.5%;
  border-top-left-radius: 5px;
}

.wp.orders .dataBox .container .tableBox table thead tr th:nth-child(2) {
  width: 12%;
}

.wp.orders .dataBox .container .tableBox table thead tr th:nth-child(3) {
  width: 10%;
}

.wp.orders .dataBox .container .tableBox table thead tr th:nth-child(4) {
  width: 11.5%;
}

.wp.orders .dataBox .container .tableBox table thead tr th:nth-child(5) {
  width: 10%;
}

.wp.orders .dataBox .container .tableBox table thead tr th:nth-child(6) {
  width: 10.7%;
}

.wp.orders .dataBox .container .tableBox table thead tr th:nth-child(7) {
  text-align: left;
  width: 22%;
  padding-left: 36px;
}

.wp.orders .dataBox .container .tableBox table thead tr th:last-child {
  border-top-right-radius: 5px;
}

.wp.orders .dataBox .container .tableBox table tbody::before {
  content: '';
  display: block;
  width: 1px;
  height: 3px;
}

@media (max-width: 900px) {
  .wp.orders .dataBox .container .tableBox table tbody::before {
    display: none;
  }
}

@media (max-width: 900px) {
  .wp.orders .dataBox .container .tableBox table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 7px 0;
    border-top: 1px solid #17a2b8;
  }
}

.wp.orders .dataBox .container .tableBox table tbody tr:first-child td {
  border-top: 1px solid #17a2b8;
}

@media (max-width: 900px) {
  .wp.orders .dataBox .container .tableBox table tbody tr:first-child td {
    border: none;
  }
}

.wp.orders .dataBox .container .tableBox table tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}

.wp.orders .dataBox .container .tableBox table tbody tr td {
  padding: 13px 5px;
  text-align: center;
}

@media (max-width: 900px) {
  .wp.orders .dataBox .container .tableBox table tbody tr td {
    text-align: left;
    padding: 3px 5px;
    color: #808080;
  }
  .wp.orders .dataBox .container .tableBox table tbody tr td::before {
    content: attr(data-th) "：";
    display: inline-block;
    width: 5.2em;
    font-weight: 400;
    color: #000000;
  }
}

.wp.orders .dataBox .container .tableBox table tbody tr td:first-child a {
  color: #17a2b8;
  text-decoration: underline;
}

.wp.orders .dataBox .container .tableBox table tbody tr td:nth-child(7) {
  text-align: left;
  padding-left: 36px;
}

@media (max-width: 900px) {
  .wp.orders .dataBox .container .tableBox table tbody tr td:nth-child(7) {
    width: 50%;
    padding-left: 5px;
  }
}

@media (max-width: 767px) {
  .wp.orders .dataBox .container .tableBox table tbody tr td:nth-child(7) {
    width: 100%;
  }
}

.wp.orders .dataBox .container .tableBox table tbody tr td:last-child a {
  color: #DF4949;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .wp.orders .dataBox .container .tableBox table tbody tr td:not(:nth-child(7)) {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .wp.orders .dataBox .container .tableBox table tbody tr td:not(:nth-child(7)) {
    width: 50%;
  }
}

@media (max-width: 374px) {
  .wp.orders .dataBox .container .tableBox table tbody tr td:not(:nth-child(7)) {
    width: 100%;
  }
}

.wp.orders .alert {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 150;
  display: none;
}

.wp.orders .alert.show {
  display: block;
}

.wp.orders .alert.show .cancel {
  -webkit-animation: fadeUp 1 0.3s forwards ease-in-out;
          animation: fadeUp 1 0.3s forwards ease-in-out;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wp.orders .alert .cancel {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  max-width: 620px;
  border-top: 5px solid #17a2b8;
  border-bottom-left-radius: 3%;
  border-bottom-right-radius: 3%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  padding: 45px 70px 54px 70px;
  opacity: 0;
}

@media (max-width: 767.98px) {
  .wp.orders .alert .cancel {
    top: 50%;
    padding: 30px 20px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 575.98px) {
  .wp.orders .alert .cancel {
    padding: 20px;
  }
}

.wp.orders .alert .cancel .pic {
  width: 86px;
  margin: auto;
}

@media (max-width: 767.98px) {
  .wp.orders .alert .cancel .pic {
    width: 70px;
  }
}

.wp.orders .alert .cancel .pic img {
  width: 100%;
}

.wp.orders .alert .cancel .texts {
  text-align: center;
  padding-top: 22px;
}

@media (max-width: 767.98px) {
  .wp.orders .alert .cancel .texts {
    padding-top: 10px;
  }
}

.wp.orders .alert .cancel .texts .title {
  display: block;
  font-size: 2rem;
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .wp.orders .alert .cancel .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.orders .alert .cancel .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .alert .cancel .texts .title {
    font-size: 1.125rem;
  }
}

.wp.orders .alert .cancel .texts .text {
  display: block;
  line-height: 1.7;
  margin-top: 27px;
}

@media (max-width: 767.98px) {
  .wp.orders .alert .cancel .texts .text {
    margin-top: 15px;
  }
}

.wp.orders .alert .cancel .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}

@media (max-width: 767.98px) {
  .wp.orders .alert .cancel .btnBox {
    margin-top: 30px;
  }
}

@media (max-width: 575.98px) {
  .wp.orders .alert .cancel .btnBox {
    margin-top: 20px;
  }
}

.wp.orders .alert .cancel .btnBox a {
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  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;
  background-color: #17a2b8;
  color: #FFFFFF;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.orders .alert .cancel .btnBox a {
    height: 40px;
  }
}

.wp.orders .alert .cancel .btnBox a + a {
  margin-left: 20px;
  color: #17a2b8;
  background-color: transparent;
  border: 1px solid #17a2b8;
}

@media (max-width: 767.98px) {
  .wp.orders .alert .cancel .btnBox a + a {
    margin-left: 10px;
  }
}

.wp.order .dataBox .container {
  padding-top: 53px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container {
    padding-top: 30px;
  }
}

.wp.order .dataBox .container .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .titleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .titleBox .boxL, .wp.order .dataBox .container .titleBox .boxM, .wp.order .dataBox .container .titleBox .boxR {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .titleBox .boxL, .wp.order .dataBox .container .titleBox .boxM, .wp.order .dataBox .container .titleBox .boxR {
    width: 100%;
  }
}

.wp.order .dataBox .container .titleBox .boxL .d-block, .wp.order .dataBox .container .titleBox .boxM .d-block, .wp.order .dataBox .container .titleBox .boxR .d-block {
  font-weight: 400;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .titleBox .boxL .d-block, .wp.order .dataBox .container .titleBox .boxM .d-block, .wp.order .dataBox .container .titleBox .boxR .d-block {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .titleBox .boxL .d-block, .wp.order .dataBox .container .titleBox .boxM .d-block, .wp.order .dataBox .container .titleBox .boxR .d-block {
    font-size: 0.938rem;
  }
}

.wp.order .dataBox .container .titleBox .boxL .d-block .red, .wp.order .dataBox .container .titleBox .boxM .d-block .red, .wp.order .dataBox .container .titleBox .boxR .d-block .red {
  font-weight: 700;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #DF4949;
}

.wp.order .dataBox .container .titleBox .boxL .d-block .red2, .wp.order .dataBox .container .titleBox .boxM .d-block .red2, .wp.order .dataBox .container .titleBox .boxR .d-block .red2 {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #DF4949;
}

.wp.order .dataBox .container .titleBox .boxL .d-block .mont, .wp.order .dataBox .container .titleBox .boxM .d-block .mont, .wp.order .dataBox .container .titleBox .boxR .d-block .mont {
  font-weight: 700;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
}

.wp.order .dataBox .container .titleBox .boxM {
  margin-left: auto;
  margin-right: 46px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .titleBox .boxM {
    margin: 0;
  }
}

.wp.order .dataBox .container .tableBox {
  width: 100%;
}

.wp.order .dataBox .container .tableBox table {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table thead {
    display: none;
  }
}

.wp.order .dataBox .container .tableBox table thead tr {
  background-color: #F2F2F2;
}

.wp.order .dataBox .container .tableBox table thead tr th {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 16px 5px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table thead tr th {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox table thead tr th {
    font-size: 0.938rem;
  }
}

.wp.order .dataBox .container .tableBox table thead tr th:first-child {
  text-align: left;
  width: 63%;
  padding-left: 2.6em;
}

.wp.order .dataBox .container .tableBox table thead tr th:nth-child(2) {
  width: 8.5%;
}

@media (max-width: 1440px) {
  .wp.order .dataBox .container .tableBox table thead tr th:nth-child(2) {
    min-width: 150px;
  }
}

.wp.order .dataBox .container .tableBox table thead tr th:nth-child(3) {
  width: 20%;
}

@media (max-width: 1440px) {
  .wp.order .dataBox .container .tableBox table thead tr th:nth-child(3) {
    width: 10%;
  }
}

@media (max-width: 1440px) {
  .wp.order .dataBox .container .tableBox table thead tr th:last-child {
    min-width: 150px;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr {
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0px 20px 120px;
  }
}

@media (max-width: 350px) {
  .wp.order .dataBox .container .tableBox table tbody tr {
    padding: 20px 0px 20px 90px;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td {
  padding: 15px 20px;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td {
    padding: 0;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td {
    padding: 5px 0;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:first-child .pic {
  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;
  width: 120px;
  min-width: 120px;
  height: 120px;
  border: 1px solid #E5E5E5;
  margin-right: 3em;
}

@media (max-width: 1023.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .pic {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .pic {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

@media (max-width: 350px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .pic {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:first-child .pic .img {
  width: 80%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .pic .img {
    width: 85%;
    height: 85%;
  }
}

@media (max-width: 350px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .pic .img {
    width: 90%;
    height: 90%;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts {
  width: 100%;
  max-width: 480px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts {
    max-width: 100%;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4D4D4D;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts .title {
    font-size: 0.938rem;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts .title:hover {
  color: #17a2b8;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts .title::before {
    content: attr(data-th) "：";
    display: inline-block;
    width: 3.3em;
    font-weight: 600;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:first-child .texts .text {
  display: block;
  color: #808080;
  font-size: 0.875rem;
}

.wp.order .dataBox .container .tableBox table tbody tr td:nth-child(2) {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5px;
  }
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(2)::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:nth-child(3) {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #808080;
}

@media (max-width: 1023.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(3) {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(3) {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 5px;
  }
  .wp.order .dataBox .container .tableBox table tbody tr td:nth-child(3)::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.order .dataBox .container .tableBox table tbody tr td:last-child {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #DF4949;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:last-child {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:last-child {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:last-child {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox table tbody tr td:last-child {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 5px;
  }
  .wp.order .dataBox .container .tableBox table tbody tr td:last-child::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.order .dataBox .container .tableBox .total {
  padding-top: 13px;
}

.wp.order .dataBox .container .tableBox .total .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 12px 15px;
}

.wp.order .dataBox .container .tableBox .total .price + .price {
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox .total .price {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.order .dataBox .container .tableBox .total .price .title {
  display: block;
  min-width: 115px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox .total .price .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox .total .price .title {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox .total .price .title {
    width: 100%;
  }
}

.wp.order .dataBox .container .tableBox .total .price .text {
  display: block;
  color: #808080;
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox .total .price .text {
    width: 100%;
  }
}

.wp.order .dataBox .container .tableBox .total .price .num {
  display: block;
  margin-left: auto;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #4D4D4D;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .tableBox .total .price .num {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox .total .price .num {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .tableBox .total .price .num {
    width: 100%;
  }
}

.wp.order .dataBox .container .tableBox .total .price .num.red {
  color: #DF4949;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.75rem;
}

.wp.order .dataBox .container .listBox {
  padding-top: 77px;
}

@media (max-width: 1023.98px) {
  .wp.order .dataBox .container .listBox {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .listBox {
    padding-top: 40px;
  }
}

.wp.order .dataBox .container .listBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #1eb3a7;
  padding: 34px 15px 70px 15px;
}

@media (max-width: 1023.98px) {
  .wp.order .dataBox .container .listBox .list {
    padding: 20px 15px 30px 15px;
  }
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .listBox .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .wp.order .dataBox .container .listBox .list {
    padding: 15px 0;
  }
}

.wp.order .dataBox .container .listBox .list:first-child {
  border-top: 1px solid #1eb3a7;
}

.wp.order .dataBox .container .listBox .list .title {
  display: block;
  font-size: 1.375rem;
  min-width: 207px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .listBox .list .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .listBox .list .title {
    min-width: 0;
    width: 100%;
    margin-bottom: 5px;
  }
}

.wp.order .dataBox .container .listBox .list ul li {
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .listBox .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp.order .dataBox .container .listBox .list ul li + li {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .listBox .list ul li + li {
    margin-top: 5px;
  }
}

.wp.order .dataBox .container .listBox .list ul li .name {
  display: inline-block;
  min-width: 135px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .listBox .list ul li .name {
    min-width: 110px;
    display: block;
  }
}

.wp.order .dataBox .container .btnBox {
  padding-top: 67px;
  padding-bottom: 90px;
}

@media (max-width: 767.98px) {
  .wp.order .dataBox .container .btnBox {
    padding: 50px 0 60px 0;
  }
}

.wp.order .dataBox .container .btnBox a {
  width: 230px;
  height: 46px;
  background-color: #17a2b8;
  color: #ffffff;
  border-radius: 25px;
  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;
  margin: auto;
}

.wp.order-cancel .dataBox .container {
  max-width: 820px;
  padding-top: 49px;
  padding-bottom: 170px;
}

@media (max-width: 1023.98px) {
  .wp.order-cancel .dataBox .container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.wp.order-cancel .dataBox .container .titleBox .title {
  position: relative;
  font-size: 1.5rem;
  padding-left: 15px;
  margin-top: 6px;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container .titleBox .title {
    font-size: 1.25rem;
  }
}

.wp.order-cancel .dataBox .container .titleBox .title::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 4px;
  width: 4px;
  height: 0.9em;
  background-color: #1eb3a7;
}

.wp.order-cancel .dataBox .container .titleBox .text {
  display: block;
  color: #808080;
  line-height: 1.7;
  margin-top: 25px;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container .titleBox .text {
    margin-top: 10px;
  }
}

.wp.order-cancel .dataBox .container form {
  margin-top: 27px;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form {
    margin-top: 15px;
  }
}

.wp.order-cancel .dataBox .container form .texts {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #FFFFFF;
  padding: 11.5px 62px 11.5px 40px;
  background-color: #D0B169;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 1023.98px) {
  .wp.order-cancel .dataBox .container form .texts {
    padding: 11.5px 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .texts {
    padding: 6.5px 20px;
  }
}

.wp.order-cancel .dataBox .container form .texts .title {
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .texts .title {
    font-size: 0.938rem;
  }
}

.wp.order-cancel .dataBox .container form .texts .must .red {
  color: #CC5E5E;
}

.wp.order-cancel .dataBox .container form .inputBox {
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.wp.order-cancel .dataBox .container form .inputBox .boxT {
  background-color: #fff;
  padding: 13px 57px 37px 60px;
}

@media (max-width: 1023.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT {
    padding: 13px 30px 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT {
    padding: 10px 20px 30px 20px;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input + .input {
  margin-top: 26px;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input + .input {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input + .input label {
  margin-bottom: 5px;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input.detail {
  margin-top: 10px;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .label, .wp.order-cancel .dataBox .container form .inputBox .boxT .input label {
  display: block;
  min-width: 105px;
  padding-top: 0.7em;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .label, .wp.order-cancel .dataBox .container form .inputBox .boxT .input label {
    min-width: 85px;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .label, .wp.order-cancel .dataBox .container form .inputBox .boxT .input label {
    padding-top: 0;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .label .red, .wp.order-cancel .dataBox .container form .inputBox .boxT .input label .red {
  color: #CC5E5E;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.7em;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .text {
    padding-top: 0;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select {
  display: inline-block;
  -ms-flex-preferred-size: 305px;
      flex-basis: 305px;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle {
  color: #000000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #CCCCCC !important;
  outline: none !important;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle {
    padding: 8px 10px;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle::after {
  border-top: 0.45em solid #1eb3a7;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle::after {
    border-top: 0.35em solid #1eb3a7;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle[title="請選擇"] {
  color: #B2B2B2;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle[title="請選擇"]:focus, .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle[title="請選擇"]:hover, .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select > .dropdown-toggle[title="請選擇"]:active {
  color: #B2B2B2;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select .dropdown-menu li .dropdown-item {
  padding: .25rem 20px;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select .dropdown-menu li .dropdown-item {
    padding: 8px 10px;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) and (max-width: 768px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select .dropdown-menu li .dropdown-item {
    font-size: 0.938rem;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select .dropdown-menu li .dropdown-item.active, .wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select .dropdown-menu li .dropdown-item:active {
  background-color: #17a2b8;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select .dropdown-menu li .dropdown-item .text {
  padding: 0;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.order-cancel .dataBox .container form .inputBox .boxT .input textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 138px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input textarea {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input textarea {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxT .input textarea {
    padding: 8px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 39px 0 45px 0;
  background-color: #FAFAFA;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxB {
    padding: 30px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxB {
    padding: 20px;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxB button, .wp.order-cancel .dataBox .container form .inputBox .boxB a {
  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;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  color: #FFFFFF;
  background-color: #17a2b8;
  border-radius: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxB button, .wp.order-cancel .dataBox .container form .inputBox .boxB a {
    height: 40px;
  }
}

.wp.order-cancel .dataBox .container form .inputBox .boxB a {
  background-color: #898989;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container form .inputBox .boxB a {
    margin-left: 10px;
  }
}

.wp.order-cancel .dataBox .container .box {
  width: 100%;
  padding-top: 49px;
}

@media (max-width: 1023.98px) {
  .wp.order-cancel .dataBox .container .box {
    padding-top: 0;
  }
}

.wp.order-cancel .dataBox .container .box .pic {
  margin: auto;
  width: 86px;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container .box .pic {
    width: 70px;
  }
}

.wp.order-cancel .dataBox .container .box .pic img {
  width: 100%;
}

.wp.order-cancel .dataBox .container .box .texts {
  text-align: center;
  width: 100%;
  max-width: 490px;
  margin: auto;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container .box .texts {
    padding-top: 15px;
  }
}

.wp.order-cancel .dataBox .container .box .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .wp.order-cancel .dataBox .container .box .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container .box .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container .box .texts .title {
    font-size: 1.125rem;
  }
}

.wp.order-cancel .dataBox .container .box .texts .text {
  display: block;
  margin-top: 28px;
  line-height: 1.7;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.order-cancel .dataBox .container .box .texts .text {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container .box .texts .text {
    margin-top: 10px;
  }
}

.wp.order-cancel .dataBox .container .box .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 14px;
}

@media (max-width: 1023.98px) {
  .wp.order-cancel .dataBox .container .box .btnBox {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.wp.order-cancel .dataBox .container .box .btnBox a {
  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;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #17a2b8;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .wp.order-cancel .dataBox .container .box .btnBox a {
    height: 40px;
  }
}

.wp.profile .dataBox .container {
  padding-top: 48px;
  padding-bottom: 140px;
  max-width: 820px;
}

@media (max-width: 1023.98px) {
  .wp.profile .dataBox .container {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.wp.profile .dataBox .container .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp.profile .dataBox .container .titleBox .title {
  position: relative;
  font-size: 1.5rem;
  padding-left: 15px;
  margin-top: 6px;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container .titleBox .title {
    font-size: 1.25rem;
  }
}

.wp.profile .dataBox .container .titleBox .title::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 4px;
  width: 4px;
  height: 0.9em;
  background-color: #1eb3a7;
}

.wp.profile .dataBox .container .titleBox .must {
  color: #808080;
  display: block;
  margin-left: 20px;
}

.wp.profile .dataBox .container .titleBox .must .red {
  color: #CC5E5E;
}

.wp.profile .dataBox .container form {
  margin-top: 27px;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form {
    margin-top: 15px;
  }
}

.wp.profile .dataBox .container form .texts {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  padding: 11.5px 62px 11.5px 40px;
  background-color: #D0B169;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 1023.98px) {
  .wp.profile .dataBox .container form .texts {
    padding: 11.5px 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .texts {
    padding: 6.5px 20px;
  }
}

.wp.profile .dataBox .container form .texts .title {
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .texts .title {
    font-size: 0.938rem;
  }
}

.wp.profile .dataBox .container form .inputBox {
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.wp.profile .dataBox .container form .inputBox .boxT {
  background-color: #fff;
  padding: 30px 57px 37px 60px;
}

@media (max-width: 1023.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT {
    padding: 30px 30px 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT {
    padding: 20px 20px 30px 20px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input + .input {
  margin-top: 14px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input + .input {
    margin-top: 10px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input.birth {
  position: relative;
}

.wp.profile .dataBox .container form .inputBox .boxT .input.birth::after {
  position: absolute;
  display: block;
  content: "";
  content: url("images/member/calendar2.svg");
  width: 18px;
  right: 20px;
  top: 12px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input.birth::after {
    top: 37px;
    right: 10px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input label, .wp.profile .dataBox .container form .inputBox .boxT .input .label {
  display: inline-block;
  min-width: 115px;
  margin-top: .6em;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input label, .wp.profile .dataBox .container form .inputBox .boxT .input .label {
    min-width: 90px;
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input label, .wp.profile .dataBox .container form .inputBox .boxT .input .label {
    min-width: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input label .red, .wp.profile .dataBox .container form .inputBox .boxT .input .label .red {
  color: #CC5E5E;
}

.wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"] {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"] {
    width: 100%;
    padding: 8px 10px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"]#verify {
  width: 100%;
  max-width: 390px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"]#verify {
    max-width: 100%;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"]::-webkit-input-placeholder {
  color: #B2B2B2;
}

.wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"]:-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"]::-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.profile .dataBox .container form .inputBox .boxT .input input[type="text"]::placeholder {
  color: #B2B2B2;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .radios {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-top: 7.5px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 35px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio {
    margin-left: 0;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio + .radio {
  margin-left: 37px;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio + .radio {
    margin-left: 20px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio input[type="radio"]:checked + .radioMark {
  border-color: #1eb3a7;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio input[type="radio"]:checked + .radioMark::before {
  opacity: 1;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio .radioMark {
  pointer-events: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F9F9F9;
  border: 1px solid #E5E5E5;
  position: relative;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio .radioMark::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1eb3a7;
  opacity: 0;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio label {
  cursor: pointer;
  min-width: 30px;
  padding-left: 10px;
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .radios .radio label {
    min-width: unset;
    width: auto;
    margin-bottom: 0;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs {
  width: calc(100% - 115px);
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs {
    width: calc(100% - 90px);
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs {
    width: 100%;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px)/3);
          flex: 0 0 calc((100% - 40px)/3);
  -ms-flex-preferred-size: calc((100% - 40px)/3);
      flex-basis: calc((100% - 40px)/3);
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px)/2);
            flex: 0 0 calc((100% - 10px)/2);
    -ms-flex-preferred-size: calc((100% - 10px)/2);
        flex-basis: calc((100% - 10px)/2);
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select + .bootstrap-select {
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select + .bootstrap-select {
    margin-left: 10px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
  color: #000000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #E5E5E5 !important;
  outline: none !important;
  background-color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle {
    padding: 8px 10px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle::after {
  border-top: 0.45em solid #1eb3a7;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle::after {
    border-top: 0.35em solid #1eb3a7;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"], .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"] {
  color: #B2B2B2;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"]:focus, .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"]:hover, .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="縣市"]:active, .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:focus, .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:hover, .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select > .dropdown-toggle[title="鄉鎮區"]:active {
  color: #B2B2B2;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item {
  padding: .25rem 20px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item {
    padding: 8px 10px;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) and (max-width: 768px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item {
    font-size: 0.938rem;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item:active, .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select .dropdown-menu li .dropdown-item.active {
  background-color: #17a2b8;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT input[type="text"] {
  width: calc((100% - 40px)/3);
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px)/3);
          flex: 0 0 calc((100% - 40px)/3);
  -ms-flex-preferred-size: calc((100% - 40px)/3);
      flex-basis: calc((100% - 40px)/3);
  margin-left: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputT input[type="text"] {
    margin-left: 10px;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-left: 0;
    margin-top: 8px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputB {
  width: 100%;
  margin-top: 14px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputB {
    margin-top: 8px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxT .input .inputs .inputB input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
}

.wp.profile .dataBox .container form .inputBox .boxB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 39px 0 45px 0;
  background-color: #FAFAFA;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container form .inputBox .boxB {
    padding: 30px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxB {
    padding: 20px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxB button, .wp.profile .dataBox .container form .inputBox .boxB a {
  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;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  color: #FFFFFF;
  background-color: #17a2b8;
  border-radius: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxB button, .wp.profile .dataBox .container form .inputBox .boxB a {
    height: 40px;
  }
}

.wp.profile .dataBox .container form .inputBox .boxB a {
  background-color: #898989;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container form .inputBox .boxB a {
    margin-left: 10px;
  }
}

.wp.profile .dataBox .container .box {
  width: 100%;
  padding-top: 49px;
}

@media (max-width: 1023.98px) {
  .wp.profile .dataBox .container .box {
    padding-top: 0;
  }
}

.wp.profile .dataBox .container .box .pic {
  margin: auto;
  width: 86px;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container .box .pic {
    width: 70px;
  }
}

.wp.profile .dataBox .container .box .pic img {
  width: 100%;
}

.wp.profile .dataBox .container .box .texts {
  text-align: center;
  width: 100%;
  max-width: 490px;
  margin: auto;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container .box .texts {
    padding-top: 15px;
  }
}

.wp.profile .dataBox .container .box .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .wp.profile .dataBox .container .box .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container .box .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container .box .texts .title {
    font-size: 1.125rem;
  }
}

.wp.profile .dataBox .container .box .texts .text {
  display: block;
  margin-top: 28px;
  line-height: 1.7;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.profile .dataBox .container .box .texts .text {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container .box .texts .text {
    margin-top: 10px;
  }
}

.wp.profile .dataBox .container .box .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 14px;
}

@media (max-width: 1023.98px) {
  .wp.profile .dataBox .container .box .btnBox {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.wp.profile .dataBox .container .box .btnBox a {
  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;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #17a2b8;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .wp.profile .dataBox .container .box .btnBox a {
    height: 40px;
  }
}

.wp.password .dataBox .container {
  padding-top: 48px;
  padding-bottom: 135px;
  max-width: 820px;
}

@media (max-width: 1023.98px) {
  .wp.password .dataBox .container {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.wp.password .dataBox .container .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wp.password .dataBox .container .titleBox .title {
  position: relative;
  font-size: 1.5rem;
  padding-left: 15px;
  margin-top: 6px;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container .titleBox .title {
    font-size: 1.25rem;
  }
}

.wp.password .dataBox .container .titleBox .title::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 4px;
  width: 4px;
  height: 0.9em;
  background-color: #1eb3a7;
}

.wp.password .dataBox .container .titleBox .must {
  color: #808080;
  display: block;
  margin-left: 20px;
}

.wp.password .dataBox .container .titleBox .must .red {
  color: #CC5E5E;
}

.wp.password .dataBox .container form {
  margin-top: 27px;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form {
    margin-top: 15px;
  }
}

.wp.password .dataBox .container form .texts {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  padding: 11.5px 62px 11.5px 40px;
  background-color: #D0B169;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 1023.98px) {
  .wp.password .dataBox .container form .texts {
    padding: 11.5px 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form .texts {
    padding: 6.5px 20px;
  }
}

.wp.password .dataBox .container form .texts .title {
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .texts .title {
    font-size: 0.938rem;
  }
}

.wp.password .dataBox .container form .inputBox {
  -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.1);
}

.wp.password .dataBox .container form .inputBox .boxT {
  background-color: #fff;
  padding: 19px 57px 37px 60px;
}

@media (max-width: 1023.98px) {
  .wp.password .dataBox .container form .inputBox .boxT {
    padding: 19px 30px 30px 30px;
  }
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form .inputBox .boxT {
    padding: 19px 20px 30px 20px;
  }
}

.wp.password .dataBox .container form .inputBox .boxT .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
}

.wp.password .dataBox .container form .inputBox .boxT .input + .input {
  margin-top: 14px;
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input + .input {
    margin-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input.account {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input.account .label {
    width: auto;
    min-width: 50px;
    margin-top: 1px;
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input.account .content {
    padding: 0;
  }
}

.wp.password .dataBox .container form .inputBox .boxT .input label, .wp.password .dataBox .container form .inputBox .boxT .input .label {
  display: inline-block;
  min-width: 115px;
  margin-top: .6em;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input label, .wp.password .dataBox .container form .inputBox .boxT .input .label {
    min-width: 100px;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input label, .wp.password .dataBox .container form .inputBox .boxT .input .label {
    min-width: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
  }
}

.wp.password .dataBox .container form .inputBox .boxT .input label .red, .wp.password .dataBox .container form .inputBox .boxT .input .label .red {
  color: #CC5E5E;
}

.wp.password .dataBox .container form .inputBox .boxT .input .content {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px 10px 0;
  color: #17a2b8;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input .content {
    padding: 8px 15px 10px 0;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input .content {
    width: 100%;
    padding: 8px 10px 8px 0;
  }
}

.wp.password .dataBox .container form .inputBox .boxT .input input[type="password"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 20px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input input[type="password"] {
    padding: 10px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxT .input input[type="password"] {
    width: 100%;
    padding: 8px 10px;
  }
}

.wp.password .dataBox .container form .inputBox .boxT .input input[type="password"]::-webkit-input-placeholder {
  color: #B2B2B2;
}

.wp.password .dataBox .container form .inputBox .boxT .input input[type="password"]:-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.password .dataBox .container form .inputBox .boxT .input input[type="password"]::-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.password .dataBox .container form .inputBox .boxT .input input[type="password"]::placeholder {
  color: #B2B2B2;
}

.wp.password .dataBox .container form .inputBox .boxB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 39px 0 45px 0;
  background-color: #FAFAFA;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container form .inputBox .boxB {
    padding: 30px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxB {
    padding: 20px;
  }
}

.wp.password .dataBox .container form .inputBox .boxB button, .wp.password .dataBox .container form .inputBox .boxB a {
  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;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  color: #FFFFFF;
  background-color: #17a2b8;
  border-radius: 25px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxB button, .wp.password .dataBox .container form .inputBox .boxB a {
    height: 40px;
  }
}

.wp.password .dataBox .container form .inputBox .boxB a {
  background-color: #898989;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container form .inputBox .boxB a {
    margin-left: 10px;
  }
}

.wp.password .dataBox .container .box {
  width: 100%;
  padding-top: 49px;
}

@media (max-width: 1023.98px) {
  .wp.password .dataBox .container .box {
    padding-top: 0;
  }
}

.wp.password .dataBox .container .box .pic {
  margin: auto;
  width: 86px;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container .box .pic {
    width: 70px;
  }
}

.wp.password .dataBox .container .box .pic img {
  width: 100%;
}

.wp.password .dataBox .container .box .texts {
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container .box .texts {
    padding-top: 15px;
  }
}

.wp.password .dataBox .container .box .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .wp.password .dataBox .container .box .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container .box .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container .box .texts .title {
    font-size: 1.125rem;
  }
}

.wp.password .dataBox .container .box .texts .text {
  display: block;
  margin-top: 28px;
  line-height: 1.7;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.password .dataBox .container .box .texts .text {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container .box .texts .text {
    margin-top: 10px;
  }
}

.wp.password .dataBox .container .box .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 14px;
}

@media (max-width: 1023.98px) {
  .wp.password .dataBox .container .box .btnBox {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.wp.password .dataBox .container .box .btnBox a {
  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;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #17a2b8;
  color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .wp.password .dataBox .container .box .btnBox a {
    height: 40px;
  }
}

.wp.cart .dataBox .container {
  padding-top: 70px;
  padding-bottom: 98px;
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.wp.cart .dataBox .container .tableBox {
  width: 100%;
}

.wp.cart .dataBox .container .tableBox table {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table thead {
    display: none;
  }
}

.wp.cart .dataBox .container .tableBox table thead tr {
  background-color: #F2F2F2;
}

.wp.cart .dataBox .container .tableBox table thead tr th {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 16px 5px;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table thead tr th {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox table thead tr th {
    font-size: 0.938rem;
  }
}

.wp.cart .dataBox .container .tableBox table thead tr th:first-child {
  text-align: left;
  width: 50.5%;
  padding-left: 2.6em;
}

.wp.cart .dataBox .container .tableBox table thead tr th:nth-child(2) {
  width: 8.5%;
}

@media (max-width: 1440px) {
  .wp.cart .dataBox .container .tableBox table thead tr th:nth-child(2) {
    min-width: 150px;
  }
}

.wp.cart .dataBox .container .tableBox table thead tr th:nth-child(3) {
  width: 20%;
}

@media (max-width: 1440px) {
  .wp.cart .dataBox .container .tableBox table thead tr th:nth-child(3) {
    width: 10%;
  }
}

.wp.cart .dataBox .container .tableBox table thead tr th:nth-child(4) {
  width: 10%;
}

@media (max-width: 1440px) {
  .wp.cart .dataBox .container .tableBox table thead tr th:nth-child(4) {
    min-width: 150px;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr {
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 50px 20px 120px;
  }
}

@media (max-width: 350px) {
  .wp.cart .dataBox .container .tableBox table tbody tr {
    padding: 20px 35px 20px 90px;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td {
  padding: 15px 20px;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td {
    padding: 0px;
    text-align: left;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:first-child .pic {
  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;
  width: 120px;
  min-width: 120px;
  height: 120px;
  border: 1px solid #E5E5E5;
  margin-right: 3em;
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child .pic {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child .pic {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

@media (max-width: 350px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child .pic {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:first-child .pic .img {
  width: 80%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child .pic .img {
    width: 85%;
    height: 85%;
  }
}

@media (max-width: 350px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child .pic .img {
    width: 90%;
    height: 90%;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:first-child .texts {
  width: 100%;
  max-width: 430px;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:first-child .texts .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4D4D4D;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:first-child .texts .title {
    font-size: 0.938rem;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:first-child .texts .title:hover {
  color: #17a2b8;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:first-child .texts .text {
  display: block;
  color: #808080;
  font-size: 0.875rem;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(2) {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(2) {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 10px;
  }
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(2)::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #808080;
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 10px;
  }
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3)::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle {
  color: #000000;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #CCCCCC !important;
  outline: none !important;
  background-color: #fff;
  padding: 5px 13px 5px 15px;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle {
    padding: 3px 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle {
    padding: 3px 10px;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle::after {
  border-top: 0.45em solid #808080;
  border-right: 0.45em solid transparent;
  border-left: 0.45em solid transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle::after {
    border-top: 0.35em solid #808080;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle[title="請選擇"] {
  color: #B2B2B2;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle[title="請選擇"]:focus, .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle[title="請選擇"]:hover, .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select > .dropdown-toggle[title="請選擇"]:active {
  color: #B2B2B2;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select .dropdown-menu li .dropdown-item {
  padding: .25rem 13px .25rem 15px;
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select .dropdown-menu li .dropdown-item {
    padding: 3px 10px;
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) and (max-width: 768px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select .dropdown-menu li .dropdown-item {
    font-size: 0.938rem;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select .dropdown-menu li .dropdown-item.active, .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select .dropdown-menu li .dropdown-item:active {
  background-color: #17a2b8;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(3) .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(4) {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #DF4949;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(4) {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(4) {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(4) {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(4) {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 5px;
  }
  .wp.cart .dataBox .container .tableBox table tbody tr td:nth-child(4)::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: absolute;
    right: 0;
    top: 30px;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:last-child button {
  width: 50px;
  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;
  margin: auto;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:last-child button {
    width: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:last-child button:hover .svg path, .wp.cart .dataBox .container .tableBox table tbody tr td:last-child button:hover .svg rect {
  fill: #DF4949 !important;
}

.wp.cart .dataBox .container .tableBox table tbody tr td:last-child button .svg {
  width: 22px;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:last-child button .svg {
    height: auto !important;
  }
}

@media (max-width: 350px) {
  .wp.cart .dataBox .container .tableBox table tbody tr td:last-child button .svg {
    width: 20px;
  }
}

.wp.cart .dataBox .container .tableBox table tbody tr td:last-child button .svg path, .wp.cart .dataBox .container .tableBox table tbody tr td:last-child button .svg rect {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp.cart .dataBox .container .tableBox table tbody .qtt-spinner {
  width: 8rem;
  margin: 0 auto;
}

.wp.cart .dataBox .container .tableBox table tbody .qtt-spinner .qtt {
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}

.wp.cart .dataBox .container .tableBox table tbody .qtt-spinner .btn {
  border-radius: 0;
}

.wp.cart .dataBox .container .tableBox .ways .way {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 9px 20px 22px 15px;
  border-bottom: 1px solid #808080;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way {
    padding: 15px 10px 20px 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way {
    padding: 15px 0 20px 0;
  }
}

.wp.cart .dataBox .container .tableBox .ways .way .text {
  display: block;
  min-width: 134px;
  margin-top: 1.4em;
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way .text {
    min-width: 115px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way .text {
    margin-top: 18px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way .text {
    min-width: 75px;
    margin-top: 15px;
  }
}

.wp.cart .dataBox .container .tableBox .ways .way ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wp.cart .dataBox .container .tableBox .ways .way ul li {
  margin-top: 10px;
  margin-right: 15px;
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way ul li {
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way ul li {
    margin-top: 5px;
    margin-right: 5px;
  }
}

.wp.cart .dataBox .container .tableBox .ways .way ul li.active button {
  background-color: #959595;
  color: #FFFFFF;
}

.wp.cart .dataBox .container .tableBox .ways .way ul li button {
  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;
  min-width: 150px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #959595;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way ul li button {
    min-width: 110px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .ways .way ul li button {
    height: 40px;
  }
}

.wp.cart .dataBox .container .tableBox .ways .way ul li button:hover {
  background-color: #959595;
  color: #FFFFFF;
}

.wp.cart .dataBox .container .tableBox .total {
  padding-top: 12px;
}

.wp.cart .dataBox .container .tableBox .total .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 12px 15px;
}

.wp.cart .dataBox .container .tableBox .total .price + .price {
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .total .price {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.cart .dataBox .container .tableBox .total .price .title {
  display: block;
  min-width: 115px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox .total .price .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .total .price .title {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .total .price .title {
    width: 100%;
  }
}

.wp.cart .dataBox .container .tableBox .total .price .text {
  display: block;
  color: #808080;
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .total .price .text {
    width: 100%;
  }
}

.wp.cart .dataBox .container .tableBox .total .price .num {
  display: block;
  margin-left: auto;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #4D4D4D;
}

@media (max-width: 767.98px) {
  .wp.cart .dataBox .container .tableBox .total .price .num {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .total .price .num {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .total .price .num {
    width: 100%;
  }
}

.wp.cart .dataBox .container .tableBox .total .price .num.red {
  color: #DF4949;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.75rem;
}

.wp.cart .dataBox .container .tableBox .btnBox {
  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-top: 46px;
  padding-bottom: 70px;
}

@media (max-width: 1023.98px) {
  .wp.cart .dataBox .container .tableBox .btnBox {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .btnBox {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.wp.cart .dataBox .container .tableBox .btnBox a, .wp.cart .dataBox .container .tableBox .btnBox button {
  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;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  height: 50px;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 25px;
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .btnBox a, .wp.cart .dataBox .container .tableBox .btnBox button {
    height: 40px;
  }
}

.wp.cart .dataBox .container .tableBox .btnBox button {
  background-color: #17a2b8;
  color: #FFFFFF;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.cart .dataBox .container .tableBox .btnBox button {
    margin-left: 10px;
  }
}

.wp.cart2 .dataBox {
  overflow: hidden;
}

.wp.cart2 .dataBox .container {
  padding-top: 70px;
  padding-bottom: 140px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container {
    padding-bottom: 60px;
  }
}

.wp.cart2 .dataBox .container form .inputBox {
  border-top: 1px solid #1eb3a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .inputBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.cart2 .dataBox .container form .inputBox + .inputBox {
  margin-top: 69px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .inputBox + .inputBox {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox + .inputBox {
    margin-top: 30px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxL {
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  padding-top: 41px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxL {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxL .title {
  font-size: 1.375rem;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxL .title {
    font-size: 1.25rem;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxL .title::before {
  position: absolute;
  display: block;
  content: "";
  width: 4px;
  height: 1em;
  background-color: #1eb3a7;
  left: 0;
  top: 3px;
}

.wp.cart2 .dataBox .container form .inputBox .boxL .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 27px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxL .check {
    margin-top: 0;
    margin-left: 20px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxL .check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
}

.wp.cart2 .dataBox .container form .inputBox .boxL .check input[type="checkbox"]:checked + label:before {
  left: 5px;
  width: 8px;
  height: 16px;
  border-top: transparent;
  border-left: transparent;
  border-color: #CC5E5E;
  border-width: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.wp.cart2 .dataBox .container form .inputBox .boxL .check label {
  padding-left: 10px;
}

.wp.cart2 .dataBox .container form .inputBox .boxL .check label:hover::before {
  border-color: #CC5E5E;
}

.wp.cart2 .dataBox .container form .inputBox .boxL .check label::before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #1eb3a7;
  border-radius: 5px;
  left: 0;
  top: 3px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  pointer-events: none;
}

.wp.cart2 .dataBox .container form .inputBox .boxR {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 34px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR {
    padding-top: 15px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box + .box {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box + .box {
    margin-top: 10px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box label, .wp.cart2 .dataBox .container form .inputBox .boxR .box .label {
  display: block;
  min-width: 140px;
  padding-top: 12px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box label, .wp.cart2 .dataBox .container form .inputBox .boxR .box .label {
    min-width: 120px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box label, .wp.cart2 .dataBox .container form .inputBox .boxR .box .label {
    padding-top: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box label, .wp.cart2 .dataBox .container form .inputBox .boxR .box .label {
    min-width: 0;
    width: 100%;
    padding-top: 0;
    margin-bottom: 5px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box label .red, .wp.cart2 .dataBox .container form .inputBox .boxR .box .label .red {
  color: #CC5E5E;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input input[type="text"] {
  width: 100%;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input input[type="text"] {
    padding: 7.5px 10px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input input[type="text"]::-webkit-input-placeholder {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input input[type="text"]:-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input input[type="text"]::-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input input[type="text"]::placeholder {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .text {
  display: block;
  width: 100%;
  padding: 10px 20px;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .text {
    padding: 7.5px 10px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select {
  width: 100%;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select {
  width: 100%;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-toggle {
  padding: 10px 20px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-toggle {
    padding: 7.5px 10px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-toggle::after {
  border-top: 0.4em solid #1eb3a7;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-toggle::after {
    border-top: 0.35em solid #1eb3a7;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇縣市"],
.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇區域"] {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇縣市"]:focus, .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇縣市"]:hover, .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇縣市"]:active,
.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇區域"]:focus,
.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇區域"]:hover,
.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select > .dropdown-toggle[title="請選擇區域"]:active {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-menu .dropdown-item {
  padding: 0;
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) and (max-width: 768px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 0.938rem;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-menu .dropdown-item.active {
  background-color: #1eb3a7;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-menu .dropdown-item:active {
  background-color: #1eb3a7;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .select .bootstrap-select .dropdown-menu .inner {
  max-height: 100px;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .select {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.5%;
          flex: 0 0 35.5%;
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .select + .select {
  margin-left: 17px;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .select + .select {
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .select + .select {
    margin-left: 0;
    margin-top: 10px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .input {
  margin-left: 17px;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .input {
    margin-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputT .input {
    margin-left: 0;
    margin-top: 10px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputB {
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .input .inputB {
    margin-top: 10px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .radios {
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .radios {
    -ms-flex-preferred-size: 170px;
        flex-basis: 170px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .radios {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label {
  min-width: 0;
  position: relative;
  margin-left: 40px;
  padding-top: 0;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label {
    margin-left: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 5px;
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label + label {
    margin-left: 40px;
  }
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label input[type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  opacity: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label input[type="radio"]:checked + .radioMark {
  border-color: #1eb3a7;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label input[type="radio"]:checked + .radioMark::before {
  opacity: 1;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label .radioMark {
  pointer-events: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #F9F9F9;
  border: 1px solid #CCCCCC;
  position: relative;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  margin-right: 10px;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box .radios label .radioMark::before {
  position: absolute;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1eb3a7;
  opacity: 0;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box textarea {
  width: 100%;
  padding: 10px 20px;
  height: 138px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 5px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box textarea::-webkit-input-placeholder {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box textarea:-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box textarea::-ms-input-placeholder {
  color: #B2B2B2;
}

.wp.cart2 .dataBox .container form .inputBox .boxR .box textarea::placeholder {
  color: #B2B2B2;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .inputBox .boxR .box textarea {
    padding: 7.5px 10px;
  }
}

.wp.cart2 .dataBox .container form .noteBox {
  padding: 30px 20px 28px 40px;
  border-top: 1px solid rgba(204, 171, 94, 0.98);
  border-bottom: 1px solid rgba(204, 171, 94, 0.98);
  background-color: rgba(253, 251, 247, 0.98);
  font-size: 1.125rem;
  margin-top: 82px;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .noteBox {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .noteBox {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .noteBox {
    margin-top: 60px;
    padding: 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .noteBox {
    margin-top: 40px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .noteBox {
    padding: 20px 10px;
  }
}

.wp.cart2 .dataBox .container form .noteBox .title {
  display: block;
}

.wp.cart2 .dataBox .container form .noteBox ul {
  margin-top: 5px;
}

.wp.cart2 .dataBox .container form .noteBox ul li {
  padding-left: 1em;
  position: relative;
  line-height: 2;
}

.wp.cart2 .dataBox .container form .noteBox ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #1eb3a7;
  left: 2px;
  top: 0.95em;
}

.wp.cart2 .dataBox .container form .noteBox ul li .red {
  color: #DF4949;
}

.wp.cart2 .dataBox .container form .noteBox ul li a {
  color: #DF4949;
  text-decoration: underline;
}

.wp.cart2 .dataBox .container form .priceBox {
  text-align: center;
  margin-top: 93px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .priceBox {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .priceBox {
    margin-top: 40px;
  }
}

.wp.cart2 .dataBox .container form .priceBox .text1 {
  display: block;
  font-weight: 400;
  font-size: 1.25rem;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .priceBox .text1 {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .priceBox .text1 {
    font-size: 0.938rem;
  }
}

.wp.cart2 .dataBox .container form .priceBox .text2 {
  display: block;
  font-size: 1.125rem;
  color: #808080;
  margin-top: 11px;
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .priceBox .text2 {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .priceBox .text2 {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .priceBox .text2 {
    margin-top: 5px;
  }
}

.wp.cart2 .dataBox .container form .priceBox .price {
  display: block;
  font-size: 2.25rem;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  color: #DF4949;
  margin-top: 15px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .priceBox .price {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .priceBox .price {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .priceBox .price {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .priceBox .price {
    font-size: 1.75rem;
    margin-top: 5px;
  }
}

.wp.cart2 .dataBox .container form .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 93px;
}

@media (max-width: 1023.98px) {
  .wp.cart2 .dataBox .container form .btnBox {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart2 .dataBox .container form .btnBox {
    margin-top: 40px;
  }
}

.wp.cart2 .dataBox .container form .btnBox a, .wp.cart2 .dataBox .container form .btnBox button {
  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;
  -ms-flex-preferred-size: 240px;
      flex-basis: 240px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #17a2b8;
  color: #17a2b8;
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .btnBox a, .wp.cart2 .dataBox .container form .btnBox button {
    height: 40px;
  }
}

.wp.cart2 .dataBox .container form .btnBox button {
  background-color: #17a2b8;
  color: #FFFFFF;
  margin-left: 20px;
}

@media (max-width: 575.98px) {
  .wp.cart2 .dataBox .container form .btnBox button {
    margin-left: 10px;
  }
}

.wp.cart3 .dataBox .container {
  padding-top: 48px;
  padding-bottom: 124px;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container {
    padding-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.wp.cart3 .dataBox .container .boxT {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 49px 30px 44px 30px;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxT {
    padding: 30px 20px 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT {
    padding: 20px 0 30px 0;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox .boxL {
  -ms-flex-preferred-size: 1000px;
      flex-basis: 1000px;
  border-right: 1px #808080 dashed;
  padding: 59px 87px 62px 0;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxL {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxL {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxL {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 30px 20px 30px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxL {
    padding: 10px 20px 10px 0;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxL {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border: none;
    padding: 0 0 15px 0;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox .boxL .text1 {
  display: block;
  font-weight: 400;
}

.wp.cart3 .dataBox .container .boxT .textBox .boxL .text2 {
  display: block;
  color: #808080;
  margin-top: 26px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxL .text2 {
    margin-top: 15px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxL .text2 {
    margin-top: 5px;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox .boxR {
  -ms-flex-preferred-size: 400px;
      flex-basis: 400px;
  padding-left: 59px;
  padding: 23px 0 10px 59px;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 30px 20px 30px 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR {
    padding: 10px 0 10px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox .boxR .text {
  font-size: 1.5rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR .text {
    font-size: 1.25rem;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox .boxR ul {
  margin-top: 15px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR ul {
    margin-top: 5px;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox .boxR ul li {
  font-size: 1.125rem;
  color: #808080;
  line-height: 2;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR ul li {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR ul li {
    font-size: 0.938rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .textBox .boxR ul li {
    line-height: 1.7;
  }
}

.wp.cart3 .dataBox .container .boxT .textBox .boxR ul li .title {
  color: #000000;
}

.wp.cart3 .dataBox .container .boxT .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .btnBox {
    margin-top: 20px;
  }
}

.wp.cart3 .dataBox .container .boxT .btnBox a {
  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;
  border: 1px solid #17a2b8;
  color: #17a2b8;
  border-radius: 25px;
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  height: 46px;
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxT .btnBox a {
    -ms-flex-preferred-size: calc((100% - 20px)/3);
        flex-basis: calc((100% - 20px)/3);
    height: 40px;
  }
}

.wp.cart3 .dataBox .container .boxT .btnBox a + a {
  margin-left: 14px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxT .btnBox a + a {
    margin-left: 10px;
  }
}

.wp.cart3 .dataBox .container .boxB {
  padding-top: 22px;
}

.wp.cart3 .dataBox .container .boxB .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .titleBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .titleBox .boxL, .wp.cart3 .dataBox .container .boxB .titleBox .boxM, .wp.cart3 .dataBox .container .boxB .titleBox .boxR {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .titleBox .boxL, .wp.cart3 .dataBox .container .boxB .titleBox .boxM, .wp.cart3 .dataBox .container .boxB .titleBox .boxR {
    width: 100%;
  }
}

.wp.cart3 .dataBox .container .boxB .titleBox .boxL .d-block, .wp.cart3 .dataBox .container .boxB .titleBox .boxM .d-block, .wp.cart3 .dataBox .container .boxB .titleBox .boxR .d-block {
  font-weight: 400;
  font-size: 1.125rem;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .titleBox .boxL .d-block, .wp.cart3 .dataBox .container .boxB .titleBox .boxM .d-block, .wp.cart3 .dataBox .container .boxB .titleBox .boxR .d-block {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .titleBox .boxL .d-block, .wp.cart3 .dataBox .container .boxB .titleBox .boxM .d-block, .wp.cart3 .dataBox .container .boxB .titleBox .boxR .d-block {
    font-size: 0.938rem;
  }
}

.wp.cart3 .dataBox .container .boxB .titleBox .boxL .d-block .red, .wp.cart3 .dataBox .container .boxB .titleBox .boxM .d-block .red, .wp.cart3 .dataBox .container .boxB .titleBox .boxR .d-block .red {
  font-weight: 700;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #DF4949;
}

.wp.cart3 .dataBox .container .boxB .titleBox .boxL .d-block .red2, .wp.cart3 .dataBox .container .boxB .titleBox .boxM .d-block .red2, .wp.cart3 .dataBox .container .boxB .titleBox .boxR .d-block .red2 {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #DF4949;
}

.wp.cart3 .dataBox .container .boxB .titleBox .boxL .d-block .mont, .wp.cart3 .dataBox .container .boxB .titleBox .boxM .d-block .mont, .wp.cart3 .dataBox .container .boxB .titleBox .boxR .d-block .mont {
  font-weight: 700;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
}

.wp.cart3 .dataBox .container .boxB .titleBox .boxM {
  margin-left: auto;
  margin-right: 46px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .titleBox .boxM {
    margin: 0;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox {
  width: 100%;
}

.wp.cart3 .dataBox .container .boxB .tableBox table {
  width: 100%;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table thead {
    display: none;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table thead tr {
  background-color: #F2F2F2;
}

.wp.cart3 .dataBox .container .boxB .tableBox table thead tr th {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  padding: 16px 5px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table thead tr th {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table thead tr th {
    font-size: 0.938rem;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table thead tr th:first-child {
  text-align: left;
  width: 63%;
  padding-left: 2.6em;
}

.wp.cart3 .dataBox .container .boxB .tableBox table thead tr th:nth-child(2) {
  width: 8.5%;
}

@media (max-width: 1440px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table thead tr th:nth-child(2) {
    min-width: 150px;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table thead tr th:nth-child(3) {
  width: 20%;
}

@media (max-width: 1440px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table thead tr th:nth-child(3) {
    width: 10%;
  }
}

@media (max-width: 1440px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table thead tr th:last-child {
    min-width: 150px;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr {
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0px 20px 120px;
  }
}

@media (max-width: 350px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr {
    padding: 20px 0px 20px 90px;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td {
  padding: 15px 20px;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td {
    padding: 0;
    text-align: left;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .pic {
  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;
  width: 120px;
  min-width: 120px;
  height: 120px;
  border: 1px solid #E5E5E5;
  margin-right: 3em;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .pic {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .pic {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
}

@media (max-width: 350px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .pic {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 10px;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .pic .img {
  width: 80%;
  height: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .pic .img {
    width: 85%;
    height: 85%;
  }
}

@media (max-width: 350px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .pic .img {
    width: 90%;
    height: 90%;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts {
  width: 100%;
  max-width: 480px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts {
    max-width: 100%;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts .title {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4D4D4D;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts .title {
    font-size: 0.938rem;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts .title:hover {
  color: #17a2b8;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts .title::before {
    content: attr(data-th) "：";
    display: inline-block;
    width: 3.3em;
    font-weight: 600;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:first-child .texts .text {
  display: block;
  color: #808080;
  font-size: 0.875rem;
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(2) {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(2) {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(2) {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(2) {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(2) {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 5px;
  }
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(2)::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(3) {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #808080;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(3) {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(3) {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 5px;
  }
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:nth-child(3)::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:last-child {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #DF4949;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:last-child {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:last-child {
    font-size: 0.938rem;
  }
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:last-child {
    padding: 15px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:last-child {
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 5px;
  }
  .wp.cart3 .dataBox .container .boxB .tableBox table tbody tr td:last-child::before {
    content: attr(data-th) "：";
    width: 3.3em;
    display: inline-block;
    color: #000000;
    font-weight: 600;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox .total {
  padding-top: 13px;
}

.wp.cart3 .dataBox .container .boxB .tableBox .total .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px 12px 15px;
}

.wp.cart3 .dataBox .container .boxB .tableBox .total .price + .price {
  border-top: 1px solid #E5E5E5;
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price {
    padding: 10px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox .total .price .title {
  display: block;
  min-width: 115px;
  font-size: 1.125rem;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price .title {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price .title {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price .title {
    width: 100%;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox .total .price .text {
  display: block;
  color: #808080;
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price .text {
    width: 100%;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox .total .price .num {
  display: block;
  margin-left: auto;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  color: #4D4D4D;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price .num {
    font-size: 1rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price .num {
    font-size: 0.938rem;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .tableBox .total .price .num {
    width: 100%;
  }
}

.wp.cart3 .dataBox .container .boxB .tableBox .total .price .num.red {
  color: #DF4949;
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  font-size: 1.75rem;
}

.wp.cart3 .dataBox .container .boxB .listBox {
  padding-top: 77px;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox {
    padding-top: 50px;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox {
    padding-top: 40px;
  }
}

.wp.cart3 .dataBox .container .boxB .listBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #1eb3a7;
  padding: 34px 15px 70px 15px;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list {
    padding: 20px 15px 30px 15px;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list {
    padding: 15px 0;
  }
}

.wp.cart3 .dataBox .container .boxB .listBox .list:first-child {
  border-top: 1px solid #1eb3a7;
}

.wp.cart3 .dataBox .container .boxB .listBox .list .title {
  display: block;
  font-size: 1.375rem;
  min-width: 207px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list .title {
    font-size: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list .title {
    min-width: 0;
    width: 100%;
    margin-bottom: 5px;
  }
}

.wp.cart3 .dataBox .container .boxB .listBox .list ul li {
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wp.cart3 .dataBox .container .boxB .listBox .list ul li + li {
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list ul li + li {
    margin-top: 5px;
  }
}

.wp.cart3 .dataBox .container .boxB .listBox .list ul li .name {
  display: inline-block;
  min-width: 135px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .listBox .list ul li .name {
    min-width: 110px;
    display: block;
  }
}

.wp.cart3 .dataBox .container .boxB .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 89px;
}

@media (max-width: 1023.98px) {
  .wp.cart3 .dataBox .container .boxB .btnBox {
    margin-top: 60px;
  }
}

.wp.cart3 .dataBox .container .boxB .btnBox a {
  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;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  color: #17a2b8;
}

@media (max-width: 575.98px) {
  .wp.cart3 .dataBox .container .boxB .btnBox a {
    height: 40px;
  }
}

.wp.cart3 .dataBox .container .boxB .btnBox a + a {
  margin-left: 20px;
  background-color: #17a2b8;
  color: #FFFFFF;
}

@media (max-width: 767.98px) {
  .wp.cart3 .dataBox .container .boxB .btnBox a + a {
    margin-left: 10px;
  }
}

.wp.activate main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.activate main {
    margin-top: 70px;
  }
}

.wp.activate main .container {
  text-align: center;
}

.wp.activate main .container .line {
  width: 1px;
  height: 50px;
  background-color: #DFB249;
  margin: auto;
}

@media (max-width: 767.98px) {
  .wp.activate main .container .line {
    height: 30px;
  }
}

@media (max-width: 575.98px) {
  .wp.activate main .container .line {
    opacity: 0;
    pointer-events: none;
  }
}

.wp.activate main .container .gold {
  font-size: 3.5rem;
  color: #1eb3a7;
  font-family: 'Cormorant Garamond', 'Noto Sans TC', Arial, serif;
  font-weight: 600;
  margin-top: 22px;
  margin-bottom: 3px;
  display: block;
  line-height: 1.2;
}

@media (max-width: 1023.98px) {
  .wp.activate main .container .gold {
    font-size: 2.813rem;
  }
}

@media (max-width: 767.98px) {
  .wp.activate main .container .gold {
    font-size: 2.5rem;
    margin-top: 17px;
  }
}

@media (max-width: 575.98px) {
  .wp.activate main .container .gold {
    font-size: 2rem;
  }
}

.wp.activate main .container .title-zh {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .wp.activate main .container .title-zh {
    font-size: 1.25rem;
  }
}

.wp.activate main .dataBox .container {
  padding-top: 15px;
  padding-bottom: 150px;
}

@media (max-width: 1023.98px) {
  .wp.activate main .dataBox .container {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .wp.activate main .dataBox .container {
    padding-bottom: 60px;
  }
}

.wp.activate main .dataBox .container form {
  width: 100%;
  max-width: 600px;
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
  padding: 42px 60px 74px 60px;
  background-color: #fff;
  margin: auto;
}

@media (max-width: 575.98px) {
  .wp.activate main .dataBox .container form {
    padding: 30px 20px 40px 20px;
  }
}

.wp.activate main .dataBox .container form .titleBox {
  text-align: center;
  padding-bottom: 32px;
}

@media (max-width: 575.98px) {
  .wp.activate main .dataBox .container form .titleBox {
    padding-bottom: 20px;
  }
}

.wp.activate main .dataBox .container form .titleBox .text {
  color: #808080;
  display: block;
  line-height: 1.7;
}

.wp.activate main .dataBox .container form .input-email label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

@media (max-width: 575.98px) {
  .wp.activate main .dataBox .container form .input-email label {
    padding: 8px 10px;
  }
}

.wp.activate main .dataBox .container form .input-email label img {
  width: 18px;
  margin-right: 11px;
}

.wp.activate main .dataBox .container form .input-email label input {
  padding-left: 13px;
  border-left: 1px solid #E5E5E5;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
}

.wp.activate main .dataBox .container form .input-email label input::-webkit-input-placeholder {
  color: #808080;
}

.wp.activate main .dataBox .container form .input-email label input:-ms-input-placeholder {
  color: #808080;
}

.wp.activate main .dataBox .container form .input-email label input::-ms-input-placeholder {
  color: #808080;
}

.wp.activate main .dataBox .container form .input-email label input::placeholder {
  color: #808080;
}

.wp.activate main .dataBox .container form .input-verify {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wp.activate main .dataBox .container form .input-verify input {
  width: calc(100% - 122px);
  padding: 10px 15px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 575.98px) {
  .wp.activate main .dataBox .container form .input-verify input {
    padding: 8px 10px;
    width: 100%;
  }
}

.wp.activate main .dataBox .container form .input-verify a {
  height: 43px;
  display: inline-block;
  margin-left: 12px;
}

@media (max-width: 575.98px) {
  .wp.activate main .dataBox .container form .input-verify a {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 37px;
    margin-left: 0;
  }
}

.wp.activate main .dataBox .container form .input-verify a img {
  height: 100%;
}

.wp.activate main .dataBox .container form .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 34px;
  width: 100%;
}

.wp.activate main .dataBox .container form .btnBox button, .wp.activate main .dataBox .container form .btnBox a {
  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;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  border-radius: 25px;
  border: 1px solid #17a2b8;
  background-color: #17a2b8;
  color: #FFFFFF;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.activate main .dataBox .container form .btnBox button, .wp.activate main .dataBox .container form .btnBox a {
    height: 40px;
  }
}

.wp.activate main .dataBox .container form .btnBox a {
  margin-left: 20px;
  border: 1px solid #17a2b8;
  background-color: #FFFFFF;
  color: #17a2b8;
}

@media (max-width: 575.98px) {
  .wp.activate main .dataBox .container form .btnBox a {
    margin-left: 10px;
  }
}

.wp.activate-success main {
  margin-top: 90px;
}

@media (max-width: 1023.98px) {
  .wp.activate-success main {
    margin-top: 70px;
  }
}




    .all_main * {
        box-sizing: border-box;
        max-width: 100%;
        font-family: "Noto Sans TC", sans-serif;
    }

    .all_main {
        max-width: 2000px;
        width: 100%;
        margin: auto;
        border: 0;
        text-decoration: none;
        overflow: hidden;
    }

    .all_main img {
        width: auto;
        max-width: 100%;
        vertical-align: bottom;
    }

    .banner.banB {
        background: url(https://pic03.eapple.com.tw/maisonah/ban_cont.jpg) center top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #menuTop ul:before {
        content: '';
        border-top: 0px solid #fff;
        position: absolute;
        right: 0;
        top: 0;
        max-width: 880px;
        width: 100%;
    }

    .for_no_padding_css * {
        box-sizing: border-box;
        max-width: 100%;
    }

    .main_part {
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    .show_content {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    .edit {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .edit_part {
        max-width: 100%;
        margin: auto;
        padding: 0;
    }

    .all_main ul {
        padding: 0 0;
        margin: 0;
    }


    .all_main li {
        list-style: none;
    }

    .all_main h6,
    .all_main h5,
    .all_main h4,
    .all_main h3,
    .all_main h2 {
        margin: 0;
    }

    .all_main u {
        text-decoration: none;
    }

    /*Animations*/
    [data-animate-in] {
        opacity: 0;
        transition: transform 0.8s ease, opacity 0.8s ease;
    }

    [data-animate-in="up"] {
        transform: translate3d(0, 10%, 0);
    }

    /*由下往上*/
    [data-animate-in="left"] {
        transform: translate3d(-50%, 0, 0);
    }

    /*由左往右*/
    [data-animate-in="right"] {
        transform: translate3d(50%, 0, 0);
    }

    /*由右往左*/
    [data-animate-in="down"] {
        transform: translate3d(0, -10%, 0);
    }

    /*由上往下*/
    [data-animate-in="fadeIn"] {
        transform: translate3d(0, 0, 0);
    }

    /*淡入*/
    [data-animate-in="scaleIn"] {
        transform: scale(.3);
    }

    /*放大淡入*/
    [data-animate-in].in-view {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transition: transform 1.4s ease, opacity 1.4s ease;
    }

    .fade-in {
        opacity: 0;
        transition: opacity 1.4s ease;
    }

    .all_main p {
        margin: 0;
    }

    .all_main em,
    .all_main i {
        font-style: normal;
    }

    .all_main a {
        text-decoration: none;
    }

    .all_main dd,
    .all_main dt {
        margin: 0 0;
    }

    .all_main_key_word {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .animated15 {
        animation: none;
    }

    /* 內容 除了首頁記得把其他keyword刪掉 */
    /* 記得刪掉/jquery-1.11.3.min.js/上面那串 */
    .con01 {
        padding: 65px 20px 110px 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .con01 h5 {
        margin-bottom: 90px;
    }

    .con01 h5 b {
        display: block;
        color: #475752;
        font-size: 80px;
        font-weight: 100;
        font-family: "Cormorant Infant", serif;
        line-height: 120%;
        letter-spacing: 0.05em;
        text-indent: 0.05em;
        text-align: center;
    }

    .con01 h5 i {
        display: block;
        max-width: 820px;
        width: 100%;
        color: #1fb2a7;
        font-size: 23px;
        font-weight: 600;
        font-family: "Noto Serif TC", serif;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-indent: 0.05em;
        padding-bottom: 10px;
        margin: auto;
        border-bottom: 1px #D6C6B1 solid;
        text-align: center;
    }

    .con02 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con03 {
        max-width: 700px;
        width: 100%;
        margin-left: 110px;
    }

    .con03 p b {
        display: block;
        color: #1fb2a7;
        font-size: 25px;
        font-weight: 600;
        font-family: "Noto Serif TC", serif;
        line-height: 160%;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }

    .con03 p a {
        display: block;
        color: #1F1F1F;
        font-size: 16px;
        font-weight: 400;

        line-height: 160%;
        letter-spacing: 0.05em;
        text-align: justify;
        word-break: break-all;
    }

    .con03 h6 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 35px 0 50px 0;
    }

    .con03 h6 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        background-color: #1fb2a7;
        border-radius: 30px;
        transition: 0.5s;
    }

    .con03 h6 a:hover {
        transition: 0.5s;
        background-color: #B3997B;
    }

    .con03 h6 a+a {
        margin-left: 20px;
    }

    .con04 b {
        display: block;
        color: #1fb2a7;
        font-size: 25px;
        font-weight: 600;
        font-family: "Noto Serif TC", serif;
        line-height: 160%;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }

    .con04 ul {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .con04 li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 48.5%;
    }

    .con04 li i {
        display: block;
        color: #1F1F1F;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-align: justify;
        white-space: nowrap;
        margin-right: 10px;
    }

    .con04 li h4 u {
        display: block;
        color: #1F1F1F;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-align: justify;
        word-break: break-all;
        text-decoration: none;
    }

    .all_main iframe {
        display: block;
        vertical-align: bottom;
    }

    .con_if {
        padding: 80px 20px;
        background-image: url('https://pic03.eapple.com.tw/maisonah/mua_bg002.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @media (max-width:1200px) {
        .con01 {
            padding: 80px 20px;
        }

        .con03 {
            margin-left: 35px;
        }

        .con01 h5 b {
            font-size: 70px;
        }
    }

    @media (max-width:980px) {

        .con04 b,
        .con03 p b {
            font-size: 22px;
        }

        .con03 p a,
        .con04 li h4 i,
        .con04 li h4 u {
            font-size: 15px;
        }
    }

    @media(max-width:800px) {
        .con04 ul {
            flex-direction: column;
            align-items: flex-start;
        }

        .con04 li {
            width: 100%;
        }

        .con04 li+li {
            margin-top: 20px;
        }

        .con01 h5 b {
            font-size: 55px;
        }

        .con04 b,
        .con03 p b {
            font-size: 20px;
        }

        .con01 h5 {
            margin-bottom: 50px;
        }
    }

    @media (max-width:670px) {
        .con02 {
            flex-direction: column-reverse;
        }

        .con03 {
            max-width: unset;
            width: fit-content;
            margin: 0;
            margin-bottom: 40px;
        }
    }

    @media (max-width:400px) {
        .con01 {
            padding: 50px 20px;
        }

        .con01 h5 b {
            font-size: 40px;
        }

        .con04 b,
        .con03 p b {
            font-size: 19px;
        }

    }
</style>


  .ft_all {
    border-top:1px solid #92A7A1;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 15px;
  }
  .footer_time div {
    color: #fff;
    font-size: 16px;
  }
  .ft_all h3{
    font-size: 19px;
    display: block;
    color: #D6C6B1;
    margin-bottom: 15px;
    font-weight: 500;
  }
  .footer_time div h5 {
      font-size: 16px;
      letter-spacing: 2px;
      font-weight: 500;
      margin: 0;
  }
  .box_1 {
      display: flex;
      align-items: flex-start;
      flex-direction: row;
  }
  .time_d p {
      margin: 0;
      line-height: 180%;
      letter-spacing: 3px;
  }

  .time_d {
      display: flex;
      flex-direction: column;
      margin-left: 30px;
  }
  .footer_time {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 15px;
  }
  .fbu_icon a {
      margin: 0 8px;
      display: inline-block;
  }
  .fbu_icon a img {
    filter: brightness(100);
  }
  .fbu_icon a:hover img {
    filter: brightness(1);
  }

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
  .footer_time {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }
  .ft_all h3 {margin-bottom: 0;}
  .box_1 {margin-block: 15px;}
  .fbu_icon {
        margin: auto;
        margin-top: 15px;
    }
  .ft_all {margin-bottom: 35px;}

}


.wp.activate-success main .dataBox .container {
  padding-top: 97px;
  padding-bottom: 145px;
}

@media (max-width: 1023.98px) {
  .wp.activate-success main .dataBox .container {
    padding: 60px 0 120px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.activate-success main .dataBox .container {
    padding: 50px 0 100px 0;
  }
}

@media (max-width: 575.98px) {
  .wp.activate-success main .dataBox .container {
    padding: 30px 0 60px 0;
  }
}

.wp.activate-success main .dataBox .container .box {
  width: 100%;
  max-width: 820px;
  margin: auto;
  border: 1px solid #E5E5E5;
  border-top: 5px solid #17a2b8;
  background-color: #fff;
  padding: 57px 55px 57px 55px;
}

@media (max-width: 1023.98px) {
  .wp.activate-success main .dataBox .container .box {
    padding: 40px;
  }
}

@media (max-width: 767.98px) {
  .wp.activate-success main .dataBox .container .box {
    padding: 40px 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.activate-success main .dataBox .container .box {
    padding: 30px 20px;
  }
}

.wp.activate-success main .dataBox .container .box .pic {
  margin: auto;
  width: 86px;
}

@media (max-width: 767.98px) {
  .wp.activate-success main .dataBox .container .box .pic {
    width: 70px;
  }
}

.wp.activate-success main .dataBox .container .box .pic img {
  width: 100%;
}

.wp.activate-success main .dataBox .container .box .texts {
  text-align: center;
  width: 100%;
  max-width: 515px;
  margin: auto;
  padding-top: 24px;
}

@media (max-width: 767.98px) {
  .wp.activate-success main .dataBox .container .box .texts {
    padding-top: 15px;
  }
}

.wp.activate-success main .dataBox .container .box .texts .title {
  font-size: 2.25rem;
  font-weight: 400;
  color: #1eb3a7;
}

@media (max-width: 1023.98px) {
  .wp.activate-success main .dataBox .container .box .texts .title {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .wp.activate-success main .dataBox .container .box .texts .title {
    font-size: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .wp.activate-success main .dataBox .container .box .texts .title {
    font-size: 1.125rem;
  }
}

.wp.activate-success main .dataBox .container .box .texts .text {
  display: block;
  margin-top: 33px;
  line-height: 1.7;
  color: #808080;
}

@media (max-width: 767.98px) {
  .wp.activate-success main .dataBox .container .box .texts .text {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {
  .wp.activate-success main .dataBox .container .box .texts .text {
    margin-top: 10px;
  }
}

.wp.activate-success main .dataBox .container .box .line {
  margin: 75px 0 49px 0;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}

@media (max-width: 1023.98px) {
  .wp.activate-success main .dataBox .container .box .line {
    margin: 49px 0;
  }
}

@media (max-width: 767.98px) {
  .wp.activate-success main .dataBox .container .box .line {
    margin: 30px 0;
  }
}

.wp.activate-success main .dataBox .container .box .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp.activate-success main .dataBox .container .box .btnBox a {
  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;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  border-radius: 25px;
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  height: 46px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .wp.activate-success main .dataBox .container .box .btnBox a {
    height: 40px;
  }
}

.wp.activate-success main .dataBox .container .box .btnBox a + a {
  margin-left: 20px;
  background-color: #17a2b8;
  color: #FFFFFF;
}
/*# sourceMappingURL=style.css.map */

/** main-footer **/

.main-footer{
  position: relative;
  background:#0dc0ce;
}

.main-footer .footer-top{
  position: relative;
  padding: 30px 0px 30px 0px;
}

.main-footer .footer-top .subscribe-form{
  position: relative;
  max-width: 650px;
  width: 100%;
}

.main-footer .footer-top .subscribe-form .form-group{
  position: relative;
  margin: 0px;
}

.main-footer .footer-top .subscribe-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  font-size: 18px;
  font-family:sans-serif;
  border: 3px solid #fff;
  padding: 10px 200px 10px 40px;
  border-radius: 30px;
  transition: all 500ms ease;
}

.main-footer .footer-top .subscribe-form .form-group input:focus{
  
}

.main-footer .footer-top .subscribe-form .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
}

.main-footer .footer-top .subscribe-form .form-group .theme-btn.style-two{
  padding: 17px 50px;
}

.main-footer .footer-top .footer-social{
  position: relative;
  margin-top: 12px;
}

.main-footer .footer-top .footer-social .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.main-footer .footer-top .footer-social .social-links li:last-child{
  margin-right: 0px;
}

.main-footer .footer-top .footer-social .social-links li a{
    padding-top: 5px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 35px;
    font-size: 36px;
    background: #213d5e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.main-footer .footer-top .footer-social .social-links li a:hover{
  
}

.main-footer .footer-upper{
  position: relative;
  padding: 0px 0px 75px 0px;
}

.main-footer .footer-upper .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 17px;
}

.main-footer .footer-upper .logo-widget .text{
  position: relative;
  color: #fff;
}

.main-footer .footer-upper .footer-widget .widget-title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  padding-top: 22px;

}

.main-footer .footer-upper .footer-widget .widget-title:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.main-footer .footer-upper .links-widget .widget-content .list li{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.main-footer .footer-upper .links-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-upper .links-widget .widget-content .list li a{
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.main-footer .footer-upper .links-widget .widget-content .list li a:hover{
  
}

.main-footer .footer-upper .footer-widget{
  position: relative;
}

.main-footer .footer-upper .links-widget{
  margin-left: 100px;
}

.main-footer .footer-upper .logo-widget{
  margin-right: 0px;
  margin-top: -13px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li{
  position: relative;
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.main-footer .footer-upper .shediul-widget .widget-content .list li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-upper .shediul-widget,
.main-footer .footer-upper .contact-widget{
  margin-left: 10px;
}

.main-footer .footer-upper .contact-widget .widget-content .list li{
  position: relative;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a{
  color: #fff;
}

.main-footer .footer-upper .contact-widget .widget-content .list li a:hover{
  
}

.main-footer .footer-bottom{
  position: relative;
  background: #30d9e6;
  padding: 32px 0px;
  text-align: center;
}

.main-footer .footer-bottom .copyright{
  position: relative;
  font-size: 14px;
  color: #fff;
}

.main-footer .footer-bottom .copyright a{
  color: #a5a9b0;
}

.main-footer .footer-bottom .copyright a:hover{
  
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** header-style-two **/

.main-header.style-two{
  position: relative;
}

.main-header.style-two .header-top{
  position: relative;
  background: #f3f9ff;
  padding: 17px 0px 16px 0px;
}

.main-header.style-two .outer-container{
  position: relative;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.main-header.style-two .header-top .top-left .info-box li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #333333;
  margin-right: 30px;
}

.main-header.style-two .header-top .top-left .info-box li:last-child{
  margin-right: 0px;
}

.main-header.style-two .header-top .top-left .info-box li a{
  color: #333;
}

.main-header.style-two .header-top .top-left .info-box li a:hover{
  
}

.main-header.style-two .header-top .top-left .info-box li i{
  margin-right: 8px;
}

.main-header.style-two .header-top .top-left .info-box li a.phone{
  font-weight: 700;
}

.main-header.style-two .header-top .top-right .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.main-header.style-two .header-top .top-right .social-links li:last-child{
  margin-right: 0px;
}

.main-header.style-two .header-top .top-right .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #2f3753;
}

.main-header.style-two .header-top .top-right .social-links li a:hover{
  
}

.main-header.style-two .outer-container .header-upper .upper-left .logo-box {
  padding: 25px 0px;
}

.main-header.style-two .main-menu .navigation > li{
  padding-top: 46px;
}

.main-header.style-two .outer-container .header-upper .upper-right .menu-right-content{
  margin-top: 36px;
}

.main-header.style-two .search-box-btn{
  border: 1px solid #e6eef8;
}

.main-header.style-two .search-box-btn:hover{
  
}


/** slider-style-two **/

.main-slider.style-two{
  position: relative;
}

.main-slider.style-two .content-box{
  max-width: 560px;
  padding-top: 0px;
}

.main-slider.style-two h1{
  margin-bottom: 53px;
}

.main-slider.style-two .content-box .btn-box .video-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 17px 30px 17px 67px;
  z-index: 1;
}

.main-slider.style-two .content-box .btn-box .video-btn:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  transition: all 500ms ease;
}

.main-slider.style-two .content-box .btn-box .video-btn:hover::before{
  width: 100%;
  left: 0px;
}

.main-slider.style-two .content-box .btn-box .video-btn i{
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 18px;
  border: 2px solid #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

.main-slider.style-two .content-box .btn-box .theme-btn.style-two{
  margin-right: 10px;
}

.main-slider.style-two .slide{
  padding: 133px 0px 270px 0px;
}

/** select-box **/

.select-box .ui-state-default {
  position: relative;
  display: block;
  background: #f8f8f8;
  border: none !important;
  border-radius: 0;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  height: 55px;
  outline: medium none;
  width: 100%;
  cursor: pointer;
  border-radius: 30px;
}

.select-box .ui-selectmenu-button span.ui-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 55px;
  height: 55px;
  text-indent: 0;
  margin: 0;
}

.select-box .ui-selectmenu-button span.ui-icon::before {
  color: #666;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 15px;
  overflow: visible;
  position: absolute;
  right: 21px;
  top: 16px;
}

.select-box .ui-state-default {
  width: 100% !important;
}

.ui-selectmenu-open .ui-widget-content {
  border: none;
  background: #ffffff;
  color: #222222;
  border-radius: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.10);
}

.ui-selectmenu-open .ui-widget-content .ui-state-focus {
  border: none;
  font-weight: normal;
  color: #ffffff;
}

.ui-selectmenu-open .ui-menu .ui-menu-item {
  border-bottom: 1px solid #efebea;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  transition: all 500ms ease;
}

.ui-selectmenu-open .ui-menu .ui-menu-item:last-child{
  border-bottom: none;
}

.select-box .ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  padding: 20px 25px;
  text-align: left;
  margin-right: 0px;
}

.ui-selectmenu-menu .ui-menu{
  transform: scaleY(0);
  transform-origin: top center;
  transition: .4s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.ui-selectmenu-open .ui-menu{
  transform: scaleY(1);
  top: 100%;
}

.ui-selectmenu-menu{
  transform: scaleY(0);
  transform-origin: top center;
  display: block;
}

.ui-selectmenu-open{
  transform: scaleY(1);
}


/** about-section **/

.about-section{
  position: relative;
  padding-bottom: 130px;
}

.about-section #content_block_two .content-box{
  margin-top: 85px;
  margin-right: 10px;
}

#content_block_two .content-box{
  position: relative;
  padding-left: 30px;
}

#content_block_two .content-box:before{
  position: absolute;
  content: '';
  background: #346bae;
  width: 3px;
  height: 95px;
  left: 0px;
  top: 11px;
}

#content_block_two .content-box .sec-title h1:before{
  right: inherit;
  left: 0px;
}

#content_block_two .content-box .sec-title{
  margin-bottom: 27px;
}

#content_block_two .content-box .sec-title h1{
  padding-bottom: 24px;
}

#content_block_two .content-box .text{
  position: relative;
  margin-bottom: 23px;
}

#content_block_two .content-box .bold-text{
  position: relative;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}

#content_block_two .content-box .phone{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
  color: #346bae;
  margin-bottom: 33px;
}

#content_block_two .content-box .phone a{
  display: inline-block;
}

#content_block_two .content-box .phone a:hover{
  
}

#content_block_two .content-box .phone i{
  font-weight: 400;
  font-size: 24px;
  color: #222;
  margin-right: 6px;
}

#content_block_two .content-box .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

#content_block_two .content-box .link a:hover{
  
}

.about-section #content_block_three .inner-box{
  margin-left: 60px;
  margin-top: -140px;
  z-index: 2;
}

#content_block_three .inner-box{
  position: relative;
  background: #fff;
  padding: 50px 50px 60px 50px;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

#content_block_three .inner-box h2{
  position: relative;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #222;
  padding-bottom: 17px;
  margin-bottom: 42px;
}

#content_block_three .inner-box .form-inner .form-group{
  position: relative;
  margin-bottom: 18px;
}

#content_block_three .inner-box .form-inner .form-group input[type='text'],
#content_block_three .inner-box .form-inner .form-group input[type='email'],
#content_block_three .inner-box .form-inner .form-group select{
  position: relative;
  width: 100%;
  height: 55px;
  background: #f8f8f8;
  border: 3px solid #f8f8f8;
  border-radius: 30px;
  padding: 10px 25px;
  transition: all 500ms ease;
}

#content_block_three .inner-box .form-inner .form-group input:focus{
  
}

#content_block_three .inner-box .form-inner .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  background: transparent;
  border-radius: 30px;
  text-align: center;
  padding: 13px 30px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 500ms ease;
}

#content_block_three .inner-box .form-inner .form-group .btn-box button:hover{
  color: #fff;
}

#content_block_three .inner-box .form-inner .form-group .btn-box{
  position: relative;
  margin-top: 17px;
}

#content_block_three .inner-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}


/** fact-counter **/

.fact-counter{
  position: relative;
  padding: 80px 0px;
}

.fact-counter .counter-block{
  position: relative;
  display: block;
  text-align: center;
}

.fact-counter .counter-column:last-child .counter-block:before{
  display: none;
}

.fact-counter .counter-block .count-outer{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-family: sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}

.fact-counter .counter-block .text{
  position: relative;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
}


/** filtration-process **/

.filtration-process{
  position: relative;
  padding: 120px 0px 105px 0px;
}

.filtration-process .bg-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.filtration-process .border-shap .border-1{
  top: -45px;
}

.filtration-process .sec-title h1,
.filtration-process .top-title .text-inner .text{
  color: #fff;
}

.filtration-process .top-title{
  margin-bottom: 60px;
}

.filtration-process .top-title .title-inner .sec-title:before{
  background: #fff;
}

.filtration-process .single-item{
  position: relative;
  max-width: 280px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.filtration-process .single-item .icon-box{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 105px;
  line-height: 105px;
  text-align: center;
  font-size: 60px;
  color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 43px;
  transition: all 500ms ease;
}

.filtration-process .single-item:hover .icon-box{
  transform: rotateY(180deg);
}

.filtration-process .single-item h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 27px;
  margin-bottom: 17px;
}

.filtration-process .single-item h3 a{
  display: inline-block;
  color: #fff;
}

.filtration-process .single-item h3 a:hover{
  
}

.filtration-process .single-item .text{
  position: relative;
  color: #fff;
}

.filtration-process .single-column{
  position: relative;
}

.filtration-process .single-column:before{
  position: absolute;
  content: '';
  background: url(../images/icons/arrow-1.png);
  width: 84px;
  height: 26px;
  top: 40px;
  right: -30px;
  background-repeat: no-repeat;
}

.filtration-process .single-column:last-child::before{
  display: none;
}


/** video-style-two **/

.video-style-two{
  position: relative;
  padding-bottom: 175px;
}

.video-style-two .image-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.video-style-two .inner-box{
  position: relative;
}

.video-style-two #content_block_four .content-box{
  position: absolute;
  top: 65px;
  right: 0px;
}

.video-style-two #video_block_one .video-inner{
  max-width: 850px;
}

.video-style-two #video_block_one .video-inner .video-box{
  padding: 220px 0px;
}

#content_block_four .content-box{
  position: relative;
  max-width: 500px;
  width: 100%;
}

#content_block_four .content-box .inner{
  position: relative;
  display: block;
  padding: 49px 60px 53px 60px;
  border-radius: 5px;
}

#content_block_four .content-box .inner .sec-title h1{
  color: #fff;
  font-weight: 700;
  padding-bottom: 24px;
}

#content_block_four .content-box .inner .sec-title{
  margin-bottom: 27px;
}

#content_block_four .content-box .inner .sec-title h1:before{
  right: inherit;
  left: 0px;
}

#content_block_four .content-box .inner .text{
  position: relative;
  color: #fff;
  margin-bottom: 25px;
}

#content_block_four .content-box .inner .list-item li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 9px;
  padding-left: 25px;
}

#content_block_four .content-box .inner .list-item li:before {
  position: absolute;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  left: 0px;
  top: 1px;
}

#content_block_four .content-box .inner .list-item li:last-child{
  margin-bottom: 0px;
}

#content_block_four .content-box .inner .list-item{
  position: relative;
  margin-bottom: 32px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 100px 0px 120px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-style-two:before{
  position: absolute;
  content: '';
  background: rgba(14, 44, 80, 0.6);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 25px;
}

.testimonial-style-two .sec-title h1{
  color: #fff;
  padding-bottom: 24px;
}

.testimonial-style-two .sec-title h1:before{
  right: inherit;
  left: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .text{
  position: relative;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  font-style: italic;
  margin-bottom: 33px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .name{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-family:sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .content-inner{
  position: relative;
  margin-left: 50px;
}

.testimonial-style-two .owl-dots{
  position: absolute;
  right: -125px;
  top: 50%;
  transform: translateY(-50%);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot{
  display: block;
  margin: 15px 0px;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  background: #666666;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover{
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span:before{
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  width: 28px;
  height: 28px;
  left: -9px;
  top: -9px;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span:before,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover::before{
  transform: scale(1,1);
}


/** team-section **/

.team-section{
  position: relative;
  padding: 100px 0px;
}

.team-section .top-title{
  margin-bottom: 60px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.team-block-one .inner-box .image-holder{
  position: relative;
  display: block;
  background: #000000;
  overflow: hidden;
}

.team-block-one .inner-box .image-holder img{
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.team-block-one:hover .inner-box .image-holder img{
  opacity: 0.2;
  transform: scale(1.05);
}

.team-block-one .inner-box .image-holder .content-box{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  padding: 30px 50px;
}

.team-block-one .inner-box .image-holder .content-box .text{
  position: relative;
  color: #fff;
  opacity: 0;
  transition: all 500ms ease;
  transform: translateY(-20px);
  margin-bottom: 25px;
}

.team-block-one:hover .inner-box .image-holder .content-box .text,
.team-block-one:hover .inner-box .image-holder .content-box .social-links{
  transform: translateY(0px);
  opacity: 1;
}

.team-block-one .inner-box .image-holder .content-box .social-links{
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 500ms ease;
}

.team-block-one .inner-box .image-holder .content-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.team-block-one .inner-box .image-holder .content-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
}

.team-block-one .inner-box .image-holder .content-box .social-links li a:hover{
  
}

.team-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  margin: 0px 30px;
  margin-top: -56px;
}

.team-block-one .inner-box .lower-content .inner{
  position: relative;
  background: #fff;
  padding: 27px 30px 32px 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.team-block-one .inner-box .lower-content .inner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

.team-block-one:hover .inner-box .lower-content .inner:before{
  height: 100%;
  top: 0px;
}

.team-block-one .inner-box .lower-content .inner h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  transition: all 500ms ease;
}

.team-block-one .inner-box .lower-content .inner h3 a{
  display: inline-block;
  color: #222;
}

.team-block-one .inner-box .lower-content .inner .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.team-block-one:hover .inner-box .lower-content .inner h3,
.team-block-one:hover .inner-box .lower-content .inner h3 a,
.team-block-one:hover .inner-box .lower-content .inner .designation{
  color: #fff;
}

.team-section .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}

.team-section .owl-nav .owl-prev,
.team-section .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  margin: 0px 10px;
  transition: all 500ms ease;
  box-shadow: 0 10px 30px #eef1f2;
}

.team-section .owl-nav .owl-prev:hover,
.team-section .owl-nav .owl-next:hover{
  color: #fff;
}


/** map-section **/

.map-section{
  position: relative;
  width: 100%;
}

#contact-google-map{
  position: relative;
  width: 100%;
  height: 630px;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/

.page-title{
  position: relative;
  width: 100%;
  padding: 170px 0px 160px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .content-box h1{
  position: relative;
  font-size: 74px;
  line-height: 80px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
}

.page-title .content-box .text{
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: #222;
}

.feature-section.about-page{
  padding: 80px 0px 0px 0px;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/

.fact-counter .sec-title{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 44px;
}

.fact-counter .sec-title h1{
  margin-bottom: 38px;
}



/** service-section **/

.service-section{
  position: relative;
  padding: 100px 0px 70px 0px;
}

.service-section .top-title{
  margin-bottom: 60px;
}

.service-block-one{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}

.service-section .service-block-one{
  margin-bottom: 30px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.service-block-one .inner-box .image-box a{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: -100%;
  transition: all 500ms ease-in-out;
  z-index: 1;
}

.service-block-one:hover .inner-box .image-box a:before{
  top: 0%;
  height: 100%;
}

.service-block-one .inner-box .image-box img{
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
}

.service-block-one:hover .inner-box .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  position: relative;
  padding: 38px 30px 45px 30px;
}

.service-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: #222;
}

.service-block-one .inner-box .lower-content h3 a:hover{
  
}

.service-block-one .inner-box .lower-content .text{
  position: relative;
  margin-bottom: 27px;
}

.service-block-one .inner-box .lower-content .price{
  position: relative;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 22px;
}

.service-block-one .inner-box .lower-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family:sans-serif;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center;
  padding: 10px 35px;
}

.service-block-one .inner-box .lower-content .btn-box a:hover{
  color: #fff;
}


/** request-section **/

.request-section{
  position: relative;
  padding-top: 100px;
}

.request-section .sec-title{
  margin-bottom: 60px;
}

.request-section .bg-pattern {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.request-section .sec-title h1{
  font-weight: 700;
  color: #fff;
}

.request-section .inner-box{
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 53px 50px;
  border-radius: 5px;
  margin-bottom: -60px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.request-section .inner-box .form-group .submit-box .checkbox{
  position: relative;
  margin-top: 13px;
}

.request-section .inner-box .form-group .submit-box .checkbox label{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #2b3c6b;
}

.request-section .inner-box .form-group .submit-box .checkbox label span {
  position: relative;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  cursor: pointer;
  margin-left: 4px;
  z-index: 1;
}

.request-section .inner-box .form-group .submit-box .checkbox a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
}

.request-section .inner-box .form-group .submit-box .checkbox a:hover{
 
}

.request-section .inner-box .form-group .submit-box .checkbox label input {
  position: relative;
  top: 2px;
}

.request-section .inner-box .request-form .form-group{
  position: relative;
  margin-bottom: 28px;
}

.request-section .inner-box .request-form .form-group:last-child{
  margin-bottom: 0px;
}

.request-section .inner-box .request-form .form-group input[type='text'],
.request-section .inner-box .request-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 55px;
  background: #f8f8f8;
  border: 3px solid #f8f8f8;
  color: #666;
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px;
  transition: all 500ms ease;
}

.request-section .inner-box .request-form .form-group input:focus{
  
}

.request-section .inner-box .select-box .ui-state-default{
  color: #666;
}

.request-section .inner-box .request-form .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.request-section .inner-box .form-group .submit-box{
  position: relative;
  margin-top: 7px;
}

.request-section .inner-box .form-group .submit-box .theme-btn{
  padding: 15px 90px;
}

.clients-section.service-page{
  padding-top: 160px;
}



/*** 

====================================================================
                        Faq-Page
====================================================================

***/

.faq-section{
  position: relative;
  padding: 80px 0px 110px 0px;
}

.faq-section .accordion-box .block{
  position: relative;
}

.faq-section .accordion-box .block .acc-content.current {
  display: block;
}

.faq-section .accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 20px;
  color: #222;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer{
  
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer i:before{
  position: relative;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  margin: 0px;
  content: "\f107";
}

.faq-section .accordion-box .block .acc-btn h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding: 28px 30px 33px 0px;
  color: #222;
  cursor: pointer;
  border-bottom: 1px solid #dedede;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h3{
  
}

.faq-section .accordion-box .block .acc-content .text{
  position: relative;
  font-size: 16px;
  padding: 27px 10px 21px 0px;
}

.faq-section .faq-title{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 25px;
}



/*** 

====================================================================
                        Error-Page
====================================================================

***/


.error-section{
  position: relative;
  padding: 150px 0px 200px 0px;
}

.error-section .content-box h1{
  position: relative;
  display: block;
  font-size: 200px;
  line-height: 250px;
  font-weight: 700;
  margin-bottom: 30px;
}

.error-section .content-box h2{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 52px;
  color: #222;
  font-weight: 600;
  margin-bottom: 21px;
}

.error-section .text a{
  
}

.error-section .text a:hover{
  
}

.error-section .image-layer {
  position: absolute;
  right: 0px;
  bottom: 0px;
}



/*** 

====================================================================
                        Shop-Page
====================================================================

***/

.shop-page-section{
  position: relative;
  padding: 100px 0px 110px 0px;
}

.default-sidebar{
  position: relative;
}

.default-sidebar .widget-title{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #222;
  padding-bottom: 21px;
  margin-bottom: 30px;
}

.shop-page-section .shop-sidebar{
  position: relative;
  padding-right: 50px;
}

.shop-page-section .shop-sidebar .sidebar-post .post{
  position: relative;
  padding: 0px 0px 22px 100px;
  min-height: 80px;
  margin-bottom: 15px;
}

.shop-page-section .shop-sidebar .sidebar-post .post:last-child{
  margin-bottom: 0px;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box .cross-btn{
  position: absolute;
  top: 0px;
  right: 8px;
  font-size: 18px;
  z-index: 1;
}

.shop-page-section .shop-sidebar .sidebar-post .post .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.shop-page-section .shop-sidebar .sidebar-post .post:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.shop-page-section .shop-sidebar .sidebar-post .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  margin-bottom: 4px;
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 a{
  display: inline-block;
  color: #222;
}

.shop-page-section .shop-sidebar .sidebar-post .post h5 a:hover{
  
}

.shop-page-section .shop-sidebar .sidebar-post .post .text{
  position: relative;
  font-size: 18px;
  color: #222;
}

.shop-page-section .shop-sidebar .sidebar-post .post .text span{
  
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total{
  position: relative;
  display: block;
  padding: 21px 0px 19px 0px;
  border-top: 1px solid #cdddef;
  border-bottom: 1px solid #cdddef;
  margin-bottom: 35px;
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total .price{
  position: relative;
  text-align: right;
  font-size: 18px;
  color: #222;
}

.shop-page-section .shop-sidebar .sidebar-post .sub-total .price span{
  font-weight: 700;
}

.shop-page-section .shop-sidebar .sidebar-post .widget-content{
  margin-bottom: 30px;
}

.shop-page-section .shop-sidebar .sidebar-post .btn-box .theme-btn{
  display: block;
  width: 100%;
  padding: 12px 30px;
}

.shop-page-section .shop-sidebar .sidebar-post .btn-box .theme-btn.style-one{
  margin-bottom: 5px;
}

.shop-page-section .shop-sidebar .sidebar-post{
  margin-bottom: 63px;
}

.default-sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
}

.default-sidebar .sidebar-categories .categories-list li:last-child{
  margin-bottom: 0px;
}

.default-sidebar .sidebar-categories .categories-list li a{
  color: #f7b33b;
}



.default-sidebar .sidebar-categories .categories-list li a:hover{

}

.default-sidebar .sidebar-categories .categories-list li a:hover:before{

}

.shop-page-section .shop-sidebar .sidebar-categories{
  margin-bottom: 60px;
}

.shop-page-section .shop-sidebar .range-slider{
  position:relative;
  min-height:48px;
}

.shop-page-section .shop-sidebar .range-slider .title {
  position: relative;
  display: inline-block;
}

.shop-page-section .shop-sidebar .range-slider p{
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #222;
  font-family: sans-serif;
  font-weight: 400;
  margin-right: 18px;
  top: 3px;
}

.shop-page-section .shop-sidebar .range-slider .title:before {
  position: absolute;
  content: '$';
  left: -14px;
  top: -19px;
  font-size: 24px;
  color: #222;
  font-family: sans-serif;
}

.shop-page-section .shop-sidebar .range-slider .input{
  float:right;
  color:#222222;
  max-width: 75px;
  font-size:15px;
  font-weight: 600;
  position: relative;
}

.shop-page-section .shop-sidebar .range-slider .input input{
  position: relative;
  display: block;
  background:none;
  font-size: 24px;
  color: #222;
  font-family: sans-serif;
  text-align:left;
}

.shop-page-section .shop-sidebar .range-slider .ui-widget.ui-widget-content{
  height:6px;
  border:none;
  margin-bottom:30px;
  background:#f3f9ff; 
}

.shop-page-section .shop-sidebar .range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:6px; 
}

.shop-page-section .shop-sidebar .range-slider .ui-state-default,
.shop-page-section .shop-sidebar .range-slider .ui-widget-content .ui-state-default{
  top:-7px;
  width:20px;
  height:20px;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
  border: 0px;
  box-shadow: none;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 11px 45px;
  border-radius: 30px;
  text-align: center;
  transition: all 500ms ease;
}

.shop-page-section .shop-sidebar .range-slider .filter-btn:hover{
  
}

.shop-page-section .shop-sidebar .range-slider .value-box{
  position: relative;
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
}

.shop-page-section .shop-sidebar .range-slider .btn-box{
  position: relative;
  text-align: center;
}

.shop-page-section .shop-sidebar .price-filter .widget-title{
  margin-bottom: 42px;
}

.shop-page-section .shop-sidebar .price-filter{
  margin-bottom: 63px;
}

.default-sidebar .sidebar-tags .tags-list li{
  position: relative;
  display: inline-block;
}

.default-sidebar .sidebar-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #999;
  padding: 10px 25px;
  border-radius: 30px;
  margin: 0px 7px 10px 0px;
}

.default-sidebar .sidebar-tags .tags-list li a:hover{
  color: #fff;
}

.default-sidebar .sidebar-tags .widget-title{
  margin-bottom: 34px;
}

.shop-page-section .single-shop-block .inner-box{
  border: 1px solid #eeeeee;
  border-radius: 5px;
  margin: 0px 0px 30px 0px;
}

.shop-page-section .pagination-wrapper{
  position: relative;
  display: block;
  margin-top: 50px;
}


/** shop-details **/

.shop-details{
  position: relative;
  padding: 100px 0px 80px 0px;
}

.shop-details .product-details-content .image-box{
  position: relative;
  display: block;
  text-align: center;
  margin: 0px 20px;
  padding: 0px 0px;
  border-radius: 5px;
}

.shop-details .product-details-content .select-box{
  margin-bottom: 15px;
}

.shop-details .product-details-content .image-box img{
  transition: all 500ms ease;
}

.shop-details .product-details-content .image-box:hover img{
  transform: scale(1.05);
}

.shop-details .item-quantity {
  position: relative;
  float: left;
  margin-right: 15px;
}

.item-quantity .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  background: #f8f8f8;
  width: 125px;
  border-radius: 30px;
  height: 55px;
}

.shop-details .item-quantity input.quantity-spinner {
  padding: 10px 15px !important;
  height: 55px;
}

.item-quantity input.quantity-spinner {
  line-height: 28px;
  width: 60px;
  padding: 5px 0px !important;
  box-shadow: none !important;
  background: transparent;
  border: none;
  text-align: center;
  font-size: 16px;
  font-family:sans-serif;
  color: #222;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  left: -40px;
  top: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
  position: absolute;
  padding: 0px 0px;
  right: 40px;
  top: 25px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f106";
  font-size: 16px;
  font-style: normal;
  color: #666666;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f107";
  font-size: 16px;
  font-style: normal;
  color: #666666;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

.shop-details .product-details-content .addto-cart-box .cart-btn button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  background: transparent;
  text-transform: uppercase;
  border-radius: 30px;
  text-align: center;
  padding: 13px 50px;
  cursor: pointer;
  transition: all 500ms ease;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button i{
  margin-right: 10px;
}

.shop-details .product-details-content .addto-cart-box .cart-btn button:hover {
  color: #fff;
}

.shop-details .product-details-content .content-box h2{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: 700;
  margin-bottom: 11px;
}

.shop-details .product-details-content .content-box .size {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  background: #eeeeee;
  padding: 1px 21px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 27px;
}

.shop-details .product-details-content .addto-cart-box{
  margin-bottom: 27px;
}

.shop-details .product-details-content .content-box .text{
  position: relative;
  margin-bottom: 25px;
}

.shop-details .product-details-content .content-box .price {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-family: sans-serif;
  margin-bottom: 33px;
}

.shop-details .product-details-content .content-box .price del {
  color: #cccccc;
}

.shop-details .product-details-content .content-box .list-item li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.shop-details .product-details-content .content-box .list-item li:first-child{
  color: #222;
}

.shop-details .product-details-content .content-box .list-item li a{
  color: #666;
}

.shop-details .product-details-content .content-box .list-item li a:hover{
  
}

.shop-details .product-details-content .content-box{
  margin-left: 30px;
}

.shop-details .product-details-content{
  margin-bottom: 100px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.shop-details .product-info-tabs .tab-btns{
  position: relative;
  margin-bottom: 28px;
}

.shop-details .product-info-tabs .tab-btns li{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #666;
  font-family: sans-serif;
  cursor: pointer;
  margin: 0px 10px;
  padding-bottom: 20px;
  transition: all 500ms ease;
}

.shop-details .product-info-tabs .tab-btns li.active-btn,
.shop-details .product-info-tabs .tab-btns li:hover{
  
}

.shop-details .product-info-tabs .tab-btns li.active-btn:before,
.shop-details .product-info-tabs .tab-btns li:hover::before{
  width: 33px;
}

.shop-details .product-info-tabs .tabs-content .text p{
  position: relative;
  margin-bottom: 26px;
}

.shop-details .product-info-tabs .tabs-content .text p:last-child{
  margin-bottom: 0px;
}

.shop-details .product-info-tabs{
  position: relative;
  padding-bottom: 0px;
}

.shop-details .related-product .top-title{
  margin-bottom: 30px;
}

.shop-details .related-product .single-shop-block .inner-box{
  border: 1px solid #eeeeee;
}

.shop-details .related-product{
  position: relative;
  padding-top: 100px;
}




/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.blog-grid{
  position: relative;
}

.blog-grid .news-block-one,
.blog-classic .news-block-one{
  margin-bottom: 30px;
  padding: 20px;
}

.blog-grid .pagination-wrapper{
  position: relative;
  display: block;
  margin-top: 30px;
}

.sidebar-page-container .blog-sidebar{
  padding-left: 30px;
}

.sidebar-page-container .blog-sidebar .sidebar-search{
  position: relative;
  margin-bottom: 53px;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 55px;
  border: 1px solid #d8e5f1;
  background: #fff;
  border-radius: 30px;
  padding: 10px 20px 10px 30px;
  font-size: 16px;
  color: #666;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 14px;
  right: 25px;
  background: transparent;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  cursor: pointer;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus + button,
.sidebar-page-container .blog-sidebar .sidebar-search .form-group button:hover{
  
}

.sidebar-page-container .blog-sidebar .sidebar-search .form-group input:focus{
  
}

.sidebar-page-container .blog-sidebar .sidebar-post .post{
  position: relative;
  padding: 0px 0px 0px 105px;
  margin-bottom: 33px;
  min-height: 82px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .image-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .image-box img{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  margin-bottom: 2px;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 a{
  display: inline-block;
  color: #222;
}

.sidebar-page-container .blog-sidebar .sidebar-post .post h5 a:hover{
  
}

.sidebar-page-container .blog-sidebar .sidebar-post .post .post-date{
  position: relative;
  font-size: 14px;
  line-height: 24px;
}

.sidebar-page-container .blog-sidebar .sidebar-categories{
  margin-bottom: 50px;
}

.sidebar-page-container .blog-sidebar .sidebar-post{
  margin-bottom: 55px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 8px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li:last-child{
  margin-bottom: 0px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #666;
  padding-left: 18px;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:before{
  position: absolute;
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  font-size: 16px;
  font-weight: 700;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover::before{
  
}

.sidebar-page-container .blog-sidebar .sidebar-archives .archives-list li a:hover{
  
}

.sidebar-page-container .blog-sidebar .sidebar-archives{
  margin-bottom: 45px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list .image-box{
  position: relative;
  float: left;
  margin: 0px 5px 10px 5px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list{
  position: relative;
  margin: 0px -5px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list li img{
  width: 100%;
  position: relative;
  display: block;
  border-radius: 5px;
  transition: all 500ms ease;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .image-list li:hover img{
  opacity: 0.5;
  transform: scale(1.05);
}

.sidebar-page-container .blog-sidebar .sidebar-instagram .widget-title{
  margin-bottom: 35px;
}

.sidebar-page-container .blog-sidebar .sidebar-instagram{
  margin-bottom: 43px;
}


/** blog-details **/

.blog-details-content .inner-box .upper-box img{
  position: relative;
  display: block;
  width: 100%;
}

.blog-details-content .inner-box .upper-box .post-info{
  position: relative;
  display: block;
  margin: 0px 30px;
  text-align: center;
}

.blog-details-content .inner-box .upper-box .post-info .info-box{
  position: relative;
  background: #fff;
  padding: 33px 30px;
  border-radius: 5px;
  margin-top: -17px;
  box-shadow: 0 10px 20px #edf1f2;
  margin-bottom: 51px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0px 20px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li:before{
  position: absolute;
  content: '';
  background: #b7b7b7;
  width: 1px;
  height: 15px;
  top: 7px;
  right: -20px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li:last-child::before{
  display: none;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li a{
  color: #222;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li i {
  font-weight: 600;
  margin-right: 6px;
}

.blog-details-content .inner-box .upper-box .post-info .info-box li a:hover{
  color: #f5a93f;
}

.blog-details-content .inner-box .lower-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}

.blog-details-content .inner-box .lower-box .text p{
  position: relative;
  margin-bottom: 26px;
}

.blog-details-content .inner-box .lower-box .text p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .inner-box .lower-box .text blockquote{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-family: sans-serif;
  color: #222;
  font-weight: 500;
  font-style: italic;
  padding: 27px 0px 76px 0px;
  margin: 76px 0px 26px 0px;
  text-align: center;
}

.blog-details-content .inner-box .lower-box .text blockquote:before {
  position: absolute;
  content: "\f111";
  font-size: 170px;
  line-height: 150px;
  font-family: 'Flaticon';
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: -1;
}

.blog-details-content .inner-box .lower-box .text blockquote h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-family:sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  margin-top: 23px;
}

.blog-details-content .inner-box .lower-box .text blockquote .border-shap .border-1,
.blog-details-content .inner-box .lower-box .text blockquote .border-shap .border-2{
  animation: none !important;
}

.blog-details-content .post-share-option .share-box .share-link{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}

.blog-details-content .post-share-option .share-box{
  position: relative;
  margin-top: 2px;
}

.blog-details-content .post-share-option .share-box .share-link i{
  margin-right: 8px;
}

.blog-details-content .post-share-option .share-box .share-link:hover{
  
}

.blog-details-content .post-share-option .share-box:hover .social-links {
  opacity: 1;
  left: 0%;
  visibility: visible;
  transform: translateY(0px);
}

.blog-details-content .post-share-option .share-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.blog-details-content .post-share-option .share-box .share{
  position: relative;
}

.blog-details-content .post-share-option .share-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #222;
}

.blog-details-content .post-share-option .share-box .social-links li a:hover{
  
}

.blog-details-content .post-share-option .share-box .social-links {
  position: absolute;
  left: 0%;
  bottom: -30px;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 500ms ease;
}

.blog-details-content .post-share-option{
  position: relative;
  padding: 35px 0px 68px 0px;
}

.blog-details-content .post-share-option .tags-list li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
}

.blog-details-content .post-share-option .tags-list li a{
  
}

.blog-details-content .post-share-option .tags-list li a:hover{
  
}

.blog-details-content .post-share-option .tags-list li h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family:sans-serif;
  color: #222;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  font-weight: 700;
  margin-bottom: 32px;
  padding-bottom: 20px;
}

.blog-details-content .comments-area .comment{
  position: relative;
  padding-left: 90px;
  margin-bottom: 32px;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area{
  position: relative;
  margin-bottom: 35px;
}

.blog-details-content .comments-area .comment .image-box{
  position: absolute;
  left: 0px;
  top: 3px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .image-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-inner{
  position: relative;
  padding-bottom: 31px;
  border-bottom: 1px solid #dedede;
}

.blog-details-content .comments-area .comment .comment-inner h4{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-family:sans-serif;
  font-weight: 700;
  color: #222;
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info{
  position: relative;
  display: block;
  margin-bottom: 13px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .post-date{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-right: 20px;
  margin-right: 10px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .post-date:before{
  position: absolute;
  content: '';
  background: #b7b7b7;
  width: 1px;
  height: 15px;
  top: 5px;
  right: 0px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .replay-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}

.blog-details-content .comments-area .comment .comment-inner .post-info .replay-btn:hover{
  
}

.blog-details-content .comments-form-area .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  margin-bottom: 23px;
}

.blog-details-content .comments-form-area .form-group{
  position: relative;
  margin-bottom: 27px;
}

.blog-details-content .comments-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group label{
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea{
  position: relative;
  width: 100%;
  height: 55px;
  background: #f8f8f8;
  font-size: 16px;
  color: #666;
  border-radius: 30px;
  padding: 10px 25px;
  border: 3px solid #f8f8f8;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus{
  
}

.blog-details-content .comments-form-area .form-group textarea{
  height: 100px;
  resize: none;
}

.blog-details-content .comments-form-area .group-title{
  margin-bottom: 18px;
}

.blog-details-content .comments-form-area .form-group .theme-btn{
  
}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section{
  position: relative;
}

.contact-section .title-text{
  position: relative;
  display: block;
  font-size: 30px;
  color: #222;
  line-height: 40px;
  padding-bottom: 25px;
  margin-bottom: 40px
}

.contact-section .info-box .info-list li{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #222;
  margin-bottom: 28px;
  padding-left: 60px;
}

.contact-section .info-box .info-list li a{
  color: #222;
}

.contact-section .info-box .info-list li a:hover{
  
}

.contact-section .info-box .info-list li:last-child{
  margin-bottom: 0px;
}

.contact-section .info-box .info-list li i{
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
}

.contact-section .info-box .info-list li:hover i{
  color: #fff;
}

.contact-section .inner-box .form-inner .form-group{
  position: relative;
  margin-bottom: 17px;
}

.contact-section .inner-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .inner-box .form-inner .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  margin-bottom: 8px;
}

.contact-section .inner-box .form-inner .form-group input[type='text'],
.contact-section .inner-box .form-inner .form-group input[type='email'],
.contact-section .inner-box .form-inner .form-group textarea{
  position: relative;
  width: 100%;
  height: 55px;
  background: #f8f8f8;
  font-size: 16px;
  color: #666;
  border-radius: 30px;
  padding: 10px 25px;
  border: 3px solid #f8f8f8;
  transition: all 500ms ease;
}

.contact-section .inner-box .form-inner .form-group textarea{
  height: 100px;
  resize: none;
}

.contact-section .inner-box .form-inner .form-group input:focus,
.contact-section .inner-box .form-inner .form-group textarea:focus{
  
}

.contact-section .inner-box .form-inner .form-group button{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 13px 42px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
  background: transparent;
}

.contact-section .inner-box .form-inner .form-group button:hover{
  color: #fff;
}


/** map-section **/

.map-section{
  position: relative;
  width: 100%;
}

#contact-google-map{
  position: relative;
  width: 100%;
  height: 630px;
}


/** shine-animation **/

 
 #starshine {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
 }

  #starshine1 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
 }

  #starshine2 {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   overflow: hidden;
 }
 
 .shine {
   display: block;
   position: absolute;
   background-image: url(../images/icons/glitter.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: 100% 100%;
   overflow: hidden;
   z-index: 2;
   opacity: 0;
   width: 130px;
   height: 130px;
   -webkit-animation: glitter 6s linear 0s infinite normal;
   animation: glitter 6s linear 0s infinite normal;
   text-indent: -9999px;
 }

 .shine-two{
   background-image: url(../images/icons/glitter-2.png) !important;
 } 
 
 .shine.shine-1 {
   top: 50%;
   left: 5%;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
 }
 
 .shine.shine-2 {
   top: 65%;
   left: 40%;
   -webkit-animation-delay: 2s;
   animation-delay: 2s;
 }
 
 .shine.shine-3 {
   top: 26%;
   left: 83%;
   -webkit-animation-delay: 4s;
   animation-delay: 4s;
 }
 
 @-webkit-keyframes glitter {
     0% {
         -webkit-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -webkit-transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -webkit-transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -webkit-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }
 
 @keyframes glitter {
     0% {
         -webkit-transform: scale(0.3) rotate(0deg);
         transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -webkit-transform: scale(1) rotate(360deg);
         transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -webkit-transform: scale(0.3) rotate(720deg);
         transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -webkit-transform: scale(0.3) rotate(0deg);
         transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }
 
 @-moz-keyframes glitter {
     0% {
         -moz-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
     25% {
         -moz-transform: scale(1) rotate(360deg);
         opacity: 1;
     }
     50% {
         -moz-transform: scale(0.3) rotate(720deg);
         opacity: 0;
     }
     100% {
         -moz-transform: scale(0.3) rotate(0deg);
         opacity: 0;
     }
 }

footer .widget-content p{
  position: relative;
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 6px;
}






.square-icon2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 137px;
    padding: 15px;
    transition: all .3s;
    margin: 0px 50px 0px 50px;
    display: table;
    float: none;
}




.square-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 137px;
    padding: 15px;
    transition: all .3s;
    margin: 0px 50px 0px 50px;
    display: table;
    float: none;
}


}

.large-container{
  max-width: 1570px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1670px;
  padding:0px 15px;
  margin:0 auto;
}

.auto-container2 {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}






        @charset "utf-8";
/* CSS Document */
.rotate_360 {text-decoration:none; -moz-transform:rotate(0deg); -webkit-transform:rotate(0deg); -o-transform:rotate(0deg); -ms-transform:rotate(0deg); transform:rotate(0deg); cursor: pointer; transition: all 0.5s ease 0s;}
.rotate_360:hover {text-decoration:none; -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg); -ms-transform:rotate(360deg); transform:rotate(360deg); transition: all 0.5s ease 0s;}

.alpha_60 {text-decoration:none; filter:alpha(opacity=100); Opacity:1.0; cursor: pointer; transition: all 0.5s ease 0s;}
.alpha_60:hover {text-decoration:none; filter:alpha(opacity=60); Opacity:0.6; transition: all 0.5s ease 0s;}

.scale_3 {transform: scale(1.0, 1.0); cursor: pointer; transition: all 0.5s ease 0s;}.scale_3:hover {transform: scale(1.3, 1.3); transition: all 0.5s ease 0s;}
.scale_05 {transform: scale(1.0, 1.0); cursor: pointer; transition: all 0.5s ease 0s;}.scale_05:hover{transform: scale(1.05, 1.05); transition: all 0.5s ease 0s;}

.translateY_t075 {-moz-transform:translateY(0); -webkit-transform:translateY(0); -o-transform:translateY(0); -ms-transform:translateY(0); transform:translateY(0); cursor: pointer; transition: all 0.5s ease 0s;}
.translateY_t075:hover {-moz-transform:translateY(-0.75em); -webkit-transform:translateY(-0.75em); -o-transform:translateY(-0.75em); -ms-transform:translateY(-0.75em); transform:translateY(-0.75em); transition: all 0.5s ease 0s;}

@keyframes zoom-in{0%{opacity:0;transform:scale(1.4,1.4)}30%{opacity:.5}100%{opacity:1;transform:scale(1,1)}}
.zoom_in {-webkit-animation-name: zoom-in; -webkit-animation-duration: 3.5s; -webkit-animation-timing-function: ease-out; -webkit-animation-fill-mode: forwards; animation-name: zoom-in; animation-duration: 3.5s; animation-timing-function: ease-out; animation-fill-mode: forwards;}

@keyframes zoom-in-out {0%{opacity:0;transform:scale(1.4,1.4)}25%{opacity:.5}50%{opacity:1;transform:scale(1,1)}51%{opacity:1;transform:scale(1,1)}75%{opacity:.5}100%{opacity:0;transform:scale(1.4,1.4)}}
.zoom_in-out {-webkit-animation-name: zoom-in-out; -webkit-animation-duration: 3.5s; -webkit-animation-timing-function: ease-out; -webkit-animation-fill-mode: forwards; animation-name: zoom-in-out; animation-duration: 3.5s; animation-timing-function: ease-out; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}

@keyframes zoom-out-in {0%{opacity:1;transform:scale(1,1)}25%{opacity:.5}50%{opacity:0;transform:scale(1.4,1.4)}51%{opacity:0;transform:scale(1.4,1.4)}75%{opacity:.5}100%{opacity:1;transform:scale(1,1)}}
.zoom_out-in {-webkit-animation-name: zoom-out-in; -webkit-animation-duration: 3.5s; -webkit-animation-timing-function: ease-out; -webkit-animation-fill-mode: forwards; animation-name: zoom-out-in; animation-duration: 3.5s; animation-timing-function: ease-in; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}

@keyframes fade {from{transform:scaleX(1);}50%{transform:scaleX(-1);}to{transform:scaleX(1);}}
@-webkit-keyframes fade {from{transform:scaleX(1);}50%{transform:scaleX(-1);}to{transform:scaleX(1);}}
.rotate {-webkit-animation: fade 4000ms infinite; animation: fade 4000ms infinite;}

@keyframes blink {from{filter:alpha(opacity=100); Opacity:1;}50%{filter:alpha(opacity=40); Opacity:0.4;}to{filter:alpha(opacity=100); Opacity:1;}}
@-webkit-keyframes blink {from{filter:alpha(opacity=100); Opacity:1;}50%{filter:alpha(opacity=40); Opacity:0.4;}to{filter:alpha(opacity=100); Opacity:1;}}
.blink {-webkit-animation: blink 2000ms infinite; animation: blink 2000ms infinite;}

@keyframes topmoveBottom {from{transform:translateY(5px);}55%{transform:translateY(0px);}60%{transform:translateY(2px);}70%{transform:translateY(0px);}to{transform:translateY(5px);}}
@-webkit-keyframes topmoveBottom {from{transform:translateY(5px);}55%{transform:translateY(0px);}60%{transform:translateY(2px);}70%{transform:translateY(0px);}to{transform:translateY(5px);}}
.topmoveBottom {-webkit-animation: topmoveBottom 3000ms infinite; animation: topmoveBottom 3000ms infinite;}

@keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
@-webkit-keyframes topmoveTop {from{transform:translateY(20px);}55%{transform:translateY(0px);}60%{transform:translateY(10px);}70%{transform:translateY(0px);}to{transform:translateY(20px);}}
.topmoveTop {-webkit-animation: topmoveTop 3000ms infinite; animation: topmoveTop 3000ms infinite;}

@keyframes topmove_t10 {from{transform:translateY(-10px);}50%{transform:translateY(10px);}to{transform:translateY(-10px);}}
@-webkit-keyframes topmove_t10 {from{transform:translateY(-10px);}50%{transform:translateY(10px);}to{transform:translateY(-10px);}}
.topmove_t10 {-webkit-animation: topmove_t10 3000ms infinite; animation: topmove_t10 3000ms infinite;}

@keyframes topmove_b5 {from{transform:translateY(5px);}50%{transform:translateY(-5px);}to{transform:translateY(5px);}}
@-webkit-keyframes topmove_b5 {from{transform:translateY(5px);}50%{transform:translateY(-5px);}to{transform:translateY(5px);}}
.topmove_b5 {-webkit-animation: topmove_b5 3000ms infinite; animation: topmove_b5 3000ms infinite;}

/* Flash line */
@-webkit-keyframes flash-line {
  0% {right: -50%;} 30% {filter:alpha(opacity=100) ;Opacity:1.0; right: 200%;} 41% {filter:alpha(opacity=0) ;Opacity:0; right: 200%;} 42% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 43% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 50% {filter:alpha(opacity=100) ;Opacity:1.0; right: 200%;} 51% {filter:alpha(opacity=0) ;Opacity:0; right: 200%;} 52% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 53% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 60% {filter:alpha(opacity=100) ;Opacity:1.0; right: 200%;} 100% {right: 200%;}
}

@keyframes flash-line {
  0% {right: -50%;} 30% {filter:alpha(opacity=100) ;Opacity:1.0; right: 200%;} 41% {filter:alpha(opacity=0) ;Opacity:0; right: 200%;} 42% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 43% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 50% {filter:alpha(opacity=100) ;Opacity:1.0; right: 200%;} 51% {filter:alpha(opacity=0) ;Opacity:0; right: 200%;} 52% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 53% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 60% {filter:alpha(opacity=100) ;Opacity:1.0; right: 200%;} 100% {right: 200%;}
}

.flash-line {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
}
.flash-line::before {content: ''; width: 100px; height: 400px; position: absolute; top: -200px; right: -50%; -moz-transform:rotate(-35deg); -webkit-transform:rotate(-35deg); -o-transform:rotate(-35deg); -ms-transform:rotate(-35deg); transform:rotate(-35deg); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);  -webkit-animation-name: flash-line; animation-name: flash-line; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}

/* Flash line hover */
@-webkit-keyframes flash-line-hover {
  0% {right: -50%;} 30% {filter:alpha(opacity=100) ;Opacity:1.0; right: 130%;} 41% {filter:alpha(opacity=0) ;Opacity:0; right: 130%;} 42% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 43% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 50% {filter:alpha(opacity=100) ;Opacity:1.0; right: 130%;} 51% {filter:alpha(opacity=0) ;Opacity:0; right: 130%;} 52% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 53% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 60% {filter:alpha(opacity=100) ;Opacity:1.0; right: 130%;} 100% {right: 130%;}
}

@keyframes flash-line-hover {
  0% {right: -50%;} 30% {filter:alpha(opacity=100) ;Opacity:1.0; right: 130%;} 41% {filter:alpha(opacity=0) ;Opacity:0; right: 130%;} 42% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 43% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 50% {filter:alpha(opacity=100) ;Opacity:1.0; right: 130%;} 51% {filter:alpha(opacity=0) ;Opacity:0; right: 130%;} 52% {filter:alpha(opacity=0) ;Opacity:0; right: -50%;} 53% {filter:alpha(opacity=100) ;Opacity:1.0; right: -50%;} 60% {filter:alpha(opacity=100) ;Opacity:1.0; right: 130%;} 100% {right: 130%;}
}

.flash-line-hover { cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  position: relative;
}
.flash-line-hover:hover, .flash-line-hover:focus, .flash-line-hover:active {}
.flash-line-hover::before {content: ''; width: 100px; height: 400px; position: absolute; top: -200px; right: -50%; -moz-transform:rotate(-35deg); -webkit-transform:rotate(-35deg); -o-transform:rotate(-35deg); -ms-transform:rotate(-35deg); transform:rotate(-35deg); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);}
.flash-line-hover:hover::before {content: ''; width: 100px; height: 400px; position: absolute; top: -200px; right: 130%; -moz-transform:rotate(-35deg); -webkit-transform:rotate(-35deg); -o-transform:rotate(-35deg); -ms-transform:rotate(-35deg); transform:rotate(-35deg); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%); -webkit-animation-name: flash-line-hover; animation-name: flash-line-hover; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;}

/* Brush */
@-webkit-keyframes brush {
  0% {Opacity:0; left: 0%; height: 100%; top: 0%; width: 0px;} 10% {Opacity:1.0; left: 0%; height: 140%; top: -20%; width: 3px;} 15% {Opacity:1.0; left: 0%; height: 140%; top: -20%; width: 3px;} 20% {Opacity:1.0; left: 100%;} 25% {Opacity:0.3; left: 10%; height: 140%; top: -20%;} 35% {Opacity:0; left: 0%; height: 100%; top: 0%;} 100% {Opacity:0; left: 0%;}
}
@keyframes brush {
  0% {Opacity:0; left: 0%; height: 100%; top: 0%; width: 0px;} 10% {Opacity:1.0; left: 0%; height: 140%; top: -20%; width: 3px;} 15% {Opacity:1.0; left: 0%; height: 140%; top: -20%; width: 3px;} 20% {Opacity:1.0; left: 100%;} 25% {Opacity:0.3; left: 10%; height: 140%; top: -20%;} 35% {Opacity:0; left: 0%; height: 100%; top: 0%;} 100% {Opacity:0; left: 0%;}
}

@-webkit-keyframes vanish-bg {
  0% {background-color: #7e4100;} 10% {background-color: #fff;} 100% {background-color: #fff;}
}
@keyframes vanish-bg {
  0% {background-color: #7e4100;} 10% {background-color: #fff;} 100% {background-color: #fff;}
}

@-webkit-keyframes vanish {
  0% {left: 0; Opacity:1;} 10% {left: 0; Opacity:1;} 15% {left: 0; Opacity:1;} 20% {left: 100%; Opacity:1;} 25% {left: 100%; Opacity:0;} 35% {left: 100%; Opacity:0;} 40% {left: -100%; Opacity:0;} 41% {left: -100%; Opacity:1;} 45% {left: -10%; Opacity:1;} 55% {left: 0%; Opacity:1;} 100% {left: 0%; Opacity:1;}
}
@keyframes vanish {
  0% {left: 0; Opacity:1;} 10% {left: 0; Opacity:1;} 15% {left: 0; Opacity:1;} 20% {left: 100%; Opacity:1;} 25% {left: 100%; Opacity:0;} 35% {left: 100%; Opacity:0;} 40% {left: -100%; Opacity:0;} 41% {left: -100%; Opacity:1;} 45% {left: -10%; Opacity:1;} 55% {left: 0%; Opacity:1;} 100% {left: 0%; Opacity:1;}
}

.brush {
  display: inline-block; vertical-align: middle; box-shadow: 0 0 1px rgba(0, 0, 0, 0); position: relative; /*background-color: #7e4100;*/ -webkit-animation-name: vanish-bg; animation-name: vanish-bg; -webkit-animation-duration: 7s; animation-duration: 7s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
}
.brush > div {position: relative; overflow: hidden; width: 100%; height: 100%;}
.brush > div > div {
  background-color: #bb1b21; text-align: center; overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-animation-name: vanish; animation-name: vanish; -webkit-animation-duration: 7s; animation-duration: 7s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
}
.brush::before {
  content: ''; width: 0px; height: 100%; position: absolute; top: 0%; left: 0%; background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(255, 255, 255, 0) 100%); border-radius: 100%; z-index: 10;-webkit-animation-name: brush; animation-name: brush; -webkit-animation-duration: 7s; animation-duration: 7s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite;
}

/* Float Shadow */
.hvr-float-shadow { cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px); transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1; -webkit-transform: translateY(5px); transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}


@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px; top: 0;
  }
  50% {
    width: 10px;
    height: 10px;
  border-radius: 50%;
  }
  100% {
    left: 50%; top: 50%;
  border-radius: 0px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px; top: 0;
  }
  50% {
    width: 10px;
    height: 10px;
  border-radius: 50%;
  }
  100% {
    left: 50%; top: 50%;
  border-radius: 0px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px; bottom: 0;
  }
  50% {
    width: 10px;
    height: 10px;
  border-radius: 50%;
    background: #ffb57e;
  }
  100% {
    right: 50%; bottom: 50%;
    width: 103%;
    height: 103%;
  border-radius: 0px;
    background: #68a861;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px; bottom: 0;
  }
  50% {
    width: 10px;
    height: 10px;
  border-radius: 50%;
    background: #ffb57e;
  }
  100% {
    right: 50%; bottom: 50%;
    width: 103%;
    height: 103%;
  border-radius: 0px;
    background: #68a861;
  }
}
.circle_01 {
  position: relative; z-index: 1; border-radius: 15px; overflow: hidden;
}
.circle_01::before, .circle_01::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #90d0ce;
  z-index: -1;
}
.circle_01::after {background: #ffb57e;}
.circle_01::before {
  left: -20px; top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.circle_01::after {
  right: -20px; bottom: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}


/* Icon Drop */
@-webkit-keyframes hvr-drop {
  0% {opacity: 0;} 50% {opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%);} 51%, 100% {opacity: 1;}
}

@keyframes hvr-drop {
  0% {opacity: 0;} 50% {opacity: 0; -webkit-transform: translateY(-100%); transform: translateY(-100%);} 51%, 100% {opacity: 1;}
}

/* Icon Drop */
.hvr-drop {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@keyframes change_color {0%{color: #292f29;}35%{color: #68a861;}65%{color: #68a861;}100%{color: #292f29;}}
@-webkit-keyframes change_color {0%{color: #292f29;}35%{color: #68a861;}65%{color: #68a861;}100%{color: #292f29;}}
.change_color {-webkit-animation: change_color 5000ms infinite; animation: change_color 5000ms infinite;}

@keyframes change_color2 {0%{color: #f58f3b;}50%{color: #68a861;}100%{color: #f58f3b;}}
@-webkit-keyframes change_color2 {0%{color: #f58f3b;}50%{color: #68a861;}100%{color: #f58f3b;}}
.change_color2 {-webkit-animation: change_color2 5000ms infinite; animation: change_color2 5000ms infinite;}


@keyframes flap {
    0%{transform: rotateX(0deg);}
    57%{transform: rotateX(0deg);}
    60%{transform: rotateX(40deg);}
    63%{transform: rotateX(0deg);}
    66%{transform: rotateX(50deg);}
    69%{transform: rotateX(0deg);}
}
@-webkit-keyframes flap {
    0%{transform: rotateX(0deg);}
    57%{transform: rotateX(0deg);}
    60%{transform: rotateX(40deg);}
    63%{transform: rotateX(0deg);}
    66%{transform: rotateX(50deg);}
    69%{transform: rotateX(0deg);}
}

@keyframes flap_light {
    0%{filter:alpha(opacity=0); Opacity:0;}
    60%{filter:alpha(opacity=0); Opacity:0;}
    61%{filter:alpha(opacity=100); Opacity:1;}
    62%{filter:alpha(opacity=0); Opacity:0;}
    66%{filter:alpha(opacity=0); Opacity:0;}
    67%{filter:alpha(opacity=100); Opacity:1;}
    100%{filter:alpha(opacity=0); Opacity:0;}
}
@-webkit-keyframes flap_light {
    0%{filter:alpha(opacity=0); Opacity:0;}
    60%{filter:alpha(opacity=0); Opacity:0;}
    61%{filter:alpha(opacity=100); Opacity:1;}
    62%{filter:alpha(opacity=0); Opacity:0;}
    66%{filter:alpha(opacity=0); Opacity:0;}
    67%{filter:alpha(opacity=100); Opacity:1;}
    100%{filter:alpha(opacity=0); Opacity:0;}
}

@keyframes stepA1 {
    0%{background-color: #f4904c; color: #fff;}
    24%{background-color: #f4904c; color: #fff;}
    25%{background-color: #fff5ef; color: #4a514a;}
    100%{background-color: #fff5ef; color: #4a514a;}
}
@-webkit-keyframes stepA1 {
    0%{background-color: #f4904c; color: #fff;}
    24%{background-color: #f4904c; color: #fff;}
    25%{background-color: #fff5ef; color: #4a514a;}
    100%{background-color: #fff5ef; color: #4a514a;}
}

@keyframes stepA2 {
    0%{background-color: #fff5ef; color: #4a514a;}
    24%{background-color: #fff5ef; color: #4a514a;}
    25%{background-color: #f4904c; color: #fff;}
    49%{background-color: #f4904c; color: #fff;}
    50%{background-color: #fff5ef; color: #4a514a;}
    100%{background-color: #fff5ef; color: #4a514a;}
}
@-webkit-keyframes stepA2 {
    0%{background-color: #fff5ef; color: #4a514a;}
    24%{background-color: #fff5ef; color: #4a514a;}
    25%{background-color: #f4904c; color: #fff;}
    49%{background-color: #f4904c; color: #fff;}
    50%{background-color: #fff5ef; color: #4a514a;}
    100%{background-color: #fff5ef; color: #4a514a;}
}

@keyframes stepA3 {
    0%{background-color: #fff5ef; color: #4a514a;}
    49%{background-color: #fff5ef; color: #4a514a;}
    50%{background-color: #f4904c; color: #fff;}
    74%{background-color: #f4904c; color: #fff;}
    75%{background-color: #fff5ef; color: #4a514a;}
    100%{background-color: #fff5ef; color: #4a514a;}
}
@-webkit-keyframes stepA3 {
    0%{background-color: #fff5ef; color: #4a514a;}
    49%{background-color: #fff5ef; color: #4a514a;}
    50%{background-color: #f4904c; color: #fff;}
    74%{background-color: #f4904c; color: #fff;}
    75%{background-color: #fff5ef; color: #4a514a;}
    100%{background-color: #fff5ef; color: #4a514a;}
}

@keyframes stepA4 {
    0%{background-color: #fff5ef; color: #4a514a;}
    74%{background-color: #fff5ef; color: #4a514a;}
    75%{background-color: #f4904c; color: #fff;}
    100%{background-color: #f4904c; color: #fff;}
}
@-webkit-keyframes stepA4 {
    0%{background-color: #fff5ef; color: #4a514a;}
    74%{background-color: #fff5ef; color: #4a514a;}
    75%{background-color: #f4904c; color: #fff;}
    100%{background-color: #f4904c; color: #fff;}
}

.pages_dots ul li a,.page-item:first-child .page-link,.page-item:last-child .page-link{
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.logo img {
  max-height: 80px;
}

#productEdit > div > div.tabContent.active > div > div.cardBox > div > div > a{
  color: #000;
}

body {
  font-family: 'Montserrat', 'Noto Sans TC', Arial, serif;
}