@charset "UTF-8";
@font-face {
  font-family: "Newsreader";
  src: url("../fonts/Newsreader-Regular.eot");
  src: url("../fonts/Newsreader-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Newsreader-Regular.woff") format("woff"), url("../fonts/Newsreader-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NewsreaderNumber";
  src: url("../fonts/Newsreader-300.ttf");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+30-39;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Light.ttf") format("truetype");
  font-style: normal;
  /*font-weight: 300;*/
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url("../fonts/CormorantGaramond-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
*/
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Light.eot");
  src: url("../fonts/RedHatDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Light.woff") format("woff"), url("../fonts/RedHatDisplay-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Regular.eot");
  src: url("../fonts/RedHatDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Regular.woff") format("woff"), url("../fonts/RedHatDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-Medium.eot");
  src: url("../fonts/RedHatDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-Medium.woff") format("woff"), url("../fonts/RedHatDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-SemiBold.eot");
  src: url("../fonts/RedHatDisplay-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-SemiBold.woff") format("woff"), url("../fonts/RedHatDisplay-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "RedHatDisplay";
  src: url("../fonts/RedHatDisplay-ExtraBold.eot");
  src: url("../fonts/RedHatDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RedHatDisplay-ExtraBold.woff") format("woff"), url("../fonts/RedHatDisplay-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
footer {
  background-color: transparent;
}

body {
  padding-top: 0;
}
body.sty-dark header .wrapper.hide {
  opacity: 1 !important;
  padding: 0px 0 !important;
}
@media screen and (max-width: 991px) {
  body.sty-dark header .wrapper.hide {
    max-height: 100px;
  }
}
@media screen and (max-width: 991px) {
  body.sty-dark header {
    background-color: #ffffff;
  }
}

.top-menu {
  color: #ffffff;
}

.page .intro {
  position: relative;
  color: #ffffff;
  background-image: url("../img/customer-care/bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding-top: 290px;
  padding-bottom: 172px;
  /*
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  */
}
@media screen and (max-width: 991px) {
  .page .intro {
    padding-top: 195px;
    padding-bottom: 135px;
    /*
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    */
  }
}
.page .intro:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  */
  background: linear-gradient(161.06deg, rgba(44, 44, 44, 0.6) 5.84%, rgba(23, 23, 23, 0.6) 85.21%);
}
.page .intro .com-intro {
  position: relative;
}
.page .intro .com-intro .desc {
  color: #ffffff;
}
.page .intro .com-intro .highlight-head {
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .page .intro .com-intro .highlight-head {
    margin-bottom: 50px;
  }
}
.page .intro .more {
  cursor: pointer;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .page .intro .more {
    bottom: 43px;
  }
}
.page .intro .more:hover {
  opacity: 0.8;
}
.page .intro .more:hover:after {
  transform: translateY(5px);
}
.page .intro .more:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/icon/down.svg");
  width: 32px;
  height: 32px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .page .intro .more:after {
    width: 24px;
    height: 24px;
  }
}
.page .intro .more .txt {
  font-size: 1.375em;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .page .intro .more .txt {
    font-size: 1em;
    margin-bottom: 8px;
  }
}
.page .terms-container {
  padding-bottom: 100px;
}
.page .terms-container .fluid-container {
  max-width: 1196px;
  margin-left: auto;
  margin-right: auto;
}
.page .terms-container .row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .page .terms-container .row {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .page .terms-container .scrollmagic-pin-spacer {
    min-width: 300px !important;
    width: 300px !important;
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .page .terms-container .scrollmagic-pin-spacer {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
  }
}
.page .terms-container .col-l {
  width: 300px;
  flex-shrink: 0;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .page .terms-container .col-l {
    display: none;
  }
}
.page .terms-container .col-r {
  flex-grow: 1;
  padding-top: 120px;
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .page .terms-container .col-r {
    padding-left: 0;
    padding-top: 60px;
  }
}
.page .terms-container .col-r .section-option {
  position: fixed;
  top: 145px;
  left: 0;
  width: 100%;
  display: none;
}
.page .terms-container .col-r .section-option select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #A1A1A1;
  background-color: #ffffff;
  color: #302F2C;
  padding: 23px 20px;
  font-size: 0.9375em;
  text-transform: capitalize;
  line-height: 1.25;
  letter-spacing: 0.04em;
  box-shadow: 2.29px 4.58px 45.8px 0px rgba(255, 255, 255, 0.25);
  font-family: "RedHatDisplay", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  background-image: url("../img/icon/dropdown.svg");
  background-size: 15px 7px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.page .terms-container .col-r .group:not(:last-child) {
  margin-bottom: 60px;
}
.page .terms-container .col-r .group .title {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: #343434;
}
@media screen and (max-width: 991px) {
  .page .terms-container .col-r .group .title {
    font-size: 1em;
    letter-spacing: 0.04em;
    margin-bottom: -4px;
  }
}
.page .terms-container .col-r .rte-wrap {
  color: #5C5C5C;
}
@media screen and (max-width: 991px) {
  .page .terms-container .col-r .rte-wrap {
    font-size: 0.8125em;
  }
}
.page .terms-container .category {
  text-transform: capitalize;
}
.page .terms-container .category a {
  margin-bottom: 35px;
  display: inline-block;
  font-size: 1.25em;
  line-height: 1.25;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #C5C5C5;
}
.page .terms-container .category a.active {
  color: #343434;
}/*# sourceMappingURL=customer-care.css.map */