@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;
}
html,
body {
  min-height: 100%;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

a {
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
a:not(.logo):hover {
  opacity: 0.8;
}

body {
  font-family: "RedHatDisplay", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 100%;
  color: #343434;
  background-color: #fbfbfb;
  line-height: 140%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-top: 168px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 110px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row:before {
  display: none;
}

.row .col {
  float: none;
}

.fluid-container,
.container {
  width: 100%;
}

a {
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

.fluid-container,
.container {
  padding: 0 70px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .fluid-container,
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .fluid-container,
  .container {
    padding: 0 20px;
  }
}

.container {
  max-width: 1226px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 1166px;
  }
}

body.sty-dark header {
  color: #343434;
}
body.sty-dark header .logo-dark {
  opacity: 1;
}
body.sty-dark header .logo-light {
  opacity: 0;
}
body.sty-dark header .col-r .btn-menu .dot {
  background-color: #343434;
}
body.sty-dark .top-menu .group a:after {
  background-color: #343434;
  height: 0px;
  border-bottom: 1px solid #343434;
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding: 35px 0;
  color: #ffffff;
  z-index: 1002;
  transition: background 0.3s ease-in-out;
  transition: opacity 0.3s linear;
}
@media screen and (max-width: 991px) {
  header {
    padding-top: 80px;
  }
}
header.no-padding {
  padding: 0px 0;
  transition: all 0.3s ease-in-out;
}
header .wrapper {
  opacity: 1;
  max-height: 100px;
  transition: all 0.3s ease-in-out;
}
header > .wrapper.hide {
  opacity: 0;
  max-height: 0px;
  transition: all 0.3s ease-in-out;
}
header .container > .row {
  flex-wrap: nowrap;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  header .wrapper {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
header .logo-container {
  position: relative;
  flex-shrink: 0;
}
header .logo-container a {
  display: block;
}
header .logo-container .logo {
  transition: none;
  transition: all 0.3s ease-in-out;
}
header .logo-container .logo-dark {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
header .logo-container img {
  width: 280px;
}
@media screen and (max-width: 991px) {
  header .logo-container img {
    width: 152px;
  }
}
header .col-r {
  text-transform: capitalize;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
header .col-r .btn-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  header .col-r .btn-menu {
    opacity: 1 !important;
    pointer-events: all;
  }
}
header .col-r .btn-menu.active {
  opacity: 1;
  pointer-events: all;
}
header .col-r .btn-menu.active .dot {
  transform: translateY(0);
}
header .col-r .btn-menu.active .txt {
  transform: translateY(0);
}
header .col-r .btn-menu .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  margin-bottom: 3px;
  transform: translateY(-15px);
}
@media screen and (max-width: 991px) {
  header .col-r .btn-menu .dot {
    transform: translateY(0);
  }
}
header .col-r .btn-menu .txt {
  font-size: 0.9375em;
  line-height: 1.5;
  letter-spacing: 0.06em;
  transform: translateY(15px);
}
@media screen and (max-width: 991px) {
  header .col-r .btn-menu .txt {
    transform: translateY(0);
  }
}

.top-menu {
  position: absolute;
  top: 35px;
  right: 70px;
  z-index: 1002;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .top-menu {
    right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .top-menu {
    display: none;
  }
}
.top-menu.mobile-menu-opened {
  display: none;
}
.top-menu .subpage {
  display: flex;
  margin-right: 100px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .top-menu .subpage {
    margin-right: 40px;
  }
}
.top-menu .group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 180px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .top-menu .group {
    width: 150px;
  }
}
.top-menu .group a {
  position: relative;
  text-transform: capitalize;
}
.top-menu .group a:after {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 0px;
  width: 0;
  border-bottom: 1px solid #ffffff;
  transition: width 0.3s ease-in-out;
}
.top-menu .group a:not(:last-child) {
  margin-bottom: 10px;
}
.top-menu .group a.active {
  color: #CEB175;
}
.top-menu .group a:hover {
  opacity: 1;
}
.top-menu .group a:hover:not(.active):after {
  width: 100%;
}
.top-menu .group:not(:last-child) {
  margin-right: 40px;
}
.top-menu .language {
  flex-shrink: 0;
}
.top-menu .language a {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.top-menu .language a:hover span {
  opacity: 1;
}
.top-menu .language a span {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.top-menu .language a.active span {
  opacity: 1;
}
.top-menu .language a:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}

footer {
  background-color: #2C2C2C;
}
footer .wrapper {
  /*
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  */
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.03);
  padding-top: 65px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  footer .wrapper {
    /*
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    */
    padding-bottom: 47px;
  }
}
footer .top-bar {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.5);
}
@media screen and (max-width: 991px) {
  footer .top-bar {
    padding-bottom: 28px;
  }
}
footer .top-bar .row {
  justify-content: space-between;
}
footer .top-bar .row .social-link {
  display: flex;
}
@media screen and (max-width: 991px) {
  footer .top-bar .row .social-link {
    margin-bottom: 42px;
    width: 100%;
  }
}
footer .top-bar .row .social-link a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid;
  border: 1.11px solid rgba(44, 44, 44, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media screen and (max-width: 1199px) {
  footer .top-bar .row .social-link a {
    margin-right: 18px;
  }
}
footer .top-bar .row .navigation {
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
}
@media screen and (min-width: 1200px) {
  footer .top-bar .row .navigation {
    margin-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  footer .top-bar .row .navigation {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer .top-bar .row .navigation .subtitle {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  footer .top-bar .row .navigation .subtitle {
    margin-bottom: 10px;
  }
}
footer .top-bar .row .navigation .group {
  margin-right: 160px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  footer .top-bar .row .navigation .group {
    margin-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer .top-bar .row .navigation .group {
    margin-right: 0;
    width: 100%;
  }
  footer .top-bar .row .navigation .group:not(:last-child) {
    margin-bottom: 22px;
  }
}
footer .top-bar .row .navigation .group li {
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  footer .top-bar .row .navigation .group li {
    margin-bottom: 12px;
  }
}
footer .top-bar .row .navigation .group a {
  color: #5C5C5C;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
footer .bottom .deco-txt {
  position: relative;
  padding-top: 36px;
  padding-bottom: 42px;
  overflow: clip;
}
@media screen and (max-width: 991px) {
  footer .bottom .deco-txt {
    height: 277px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 991px) {
  footer .bottom .deco-txt .deco-wrap {
    height: 100%;
  }
}
footer .bottom .deco-txt img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer .bottom .deco-txt img {
    width: 1312px;
    height: 199px;
    position: absolute;
    left: -60px;
    top: 0;
  }
}
footer .bottom .disclaimer-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.75em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #A1A1A1;
}
@media screen and (max-width: 767px) {
  footer .bottom .disclaimer-row {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  footer .bottom .disclaimer-row .navigation {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  footer .bottom .disclaimer-row .navigation {
    display: flex;
    justify-content: space-between;
  }
}
footer .bottom .disclaimer-row .navigation a:not(:last-child) {
  margin-right: 32px;
}

.mobile-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(44, 44, 44, 0.85);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  z-index: 1003;
  padding-top: 36px;
  padding-bottom: 130px;
  color: #ffffff;
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-menu {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.mobile-menu .top-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .mobile-menu .top-row {
    align-items: center;
    margin-top: -28px;
  }
}
.mobile-menu .top-row .logo {
  width: 279px;
}
@media screen and (max-width: 991px) {
  .mobile-menu .top-row .logo {
    width: 152px;
  }
}
.mobile-menu .top-row .logo img {
  width: 100%;
}
.mobile-menu .top-row .btn-close {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.mobile-menu .top-row .btn-close .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/icon/close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .mobile-menu .top-row .btn-close .icon {
    width: 24px;
    height: 24px;
  }
}
.mobile-menu .top-row .btn-close .txt {
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 991px) {
  .mobile-menu .top-row .btn-close .txt {
    font-size: 0.9375em;
  }
}
.mobile-menu .menu .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 82px;
}
@media screen and (max-width: 991px) {
  .mobile-menu .menu .group {
    margin-top: 123px;
  }
}
.mobile-menu .menu .group a {
  display: inline-block;
  text-transform: capitalize;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .mobile-menu .menu .group a {
    font-size: 1.375em;
    margin-bottom: 18px;
  }
}
.mobile-menu .menu .group a.active {
  color: #CEB175;
}
.mobile-menu .menu .group a:after {
  content: "";
  display: block;
  background-color: #ffffff;
  height: 0px;
  border-bottom: 1px solid #ffffff;
  width: 0;
  transition: width 0.3s ease-in-out;
}
.mobile-menu .menu .group a:hover {
  opacity: 1;
}
.mobile-menu .menu .group a:hover:not(.active):after {
  width: 100%;
}
.mobile-menu .language {
  flex-shrink: 0;
  margin-top: 48px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mobile-menu .language {
    margin-top: 52px;
  }
}
.mobile-menu .language a {
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.mobile-menu .language a:hover span {
  opacity: 1;
}
.mobile-menu .language a span {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.mobile-menu .language a.active span {
  opacity: 1;
}
.mobile-menu .language a:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.mobile-menu .social-share {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .mobile-menu .social-share {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin-top: 135px;
  }
}
.mobile-menu .social-share .wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .mobile-menu .social-share .wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.mobile-menu .social-share a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid;
  border: 1.11px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .mobile-menu .social-share a:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .mobile-menu .social-share a:not(:last-child) {
    margin-right: 12px;
  }
}

.popup-policy {
  position: relative;
  max-width: 1114px;
  color: #5C5C5C;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 75px;
}
@media screen and (max-width: 991px) {
  .popup-policy {
    padding-bottom: 67px;
  }
}
.popup-policy .wrapper {
  /*
  border-top-left-radius: 40px;
  */
  background-color: #fbfbfb;
  padding: 60px 60px 44px;
}
@media screen and (max-width: 991px) {
  .popup-policy .wrapper {
    padding: 32px 32px 16px;
    /*
    border-top-left-radius: 20px;
    */
    font-size: 0.8125em;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.popup-policy .highlight-head {
  font-family: "NewsreaderNumber", "CormorantGaramond", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-size: 2em;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-bottom: 80px;
  color: #343434;
}
@media screen and (max-width: 991px) {
  .popup-policy .highlight-head {
    font-size: 1.375em;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .popup-policy .highlight-head:after {
    bottom: -16px;
    left: 0;
    transform: none;
  }
}
.popup-policy h2 {
  font-size: 1.25em;
  line-height: 1.25;
  color: #343434;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .popup-policy h2 {
    font-size: 1.23;
    letter-spacing: 0.04em;
  }
}
.popup-policy .btn-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=layout.css.map */