@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* ---------- RESET ---------- */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+TC:wght@100..900&display=swap");
html {
  font-family: "Noto Sans TC", sans-serif;
  background: white;
  color: #111;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
* ::-moz-selection {
  background: #FDCF00;
  color: white;
  -webkit-text-fill-color: white;
}
* ::selection {
  background: #FDCF00;
  color: white;
  -webkit-text-fill-color: white;
}
* ::-moz-selection {
  background: #FDCF00;
  color: white;
}
* :focus-visible {
  outline-color: #FDCF00;
}

ul,
li,
figure {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
p,
a,
li {
  font: inherit;
  padding: 0;
  margin: 0;
}

img {
  display: block;
  height: auto;
  border: none;
  max-width: 100% !important;
  margin: 0 auto;
}
img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
img.lazyload.lazyloaded {
  height: auto;
  opacity: 1;
}

video {
  max-width: 100%;
}

button {
  background: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

/* ---------- SCREEN READER ---------- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rotateContent {
  0%, 25% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
  }
}
@keyframes rotateContent {
  0%, 25% {
    opacity: 1;
  }
  26%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes health-step {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes health-step {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes health-heart {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@keyframes health-heart {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  75% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
@-webkit-keyframes health-spo2 {
  0% {
    background-color: #f6c7d1;
  }
  50% {
    background-color: #f1f19e;
  }
  100% {
    background-color: #b3f19e;
  }
}
@keyframes health-spo2 {
  0% {
    background-color: #f6c7d1;
  }
  50% {
    background-color: #f1f19e;
  }
  100% {
    background-color: #b3f19e;
  }
}
@-webkit-keyframes finger-1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
@keyframes finger-1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
}
@-webkit-keyframes finger-2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes finger-2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes finger-3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes finger-3 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FDCF00;
  color: #333 !important;
  font-size: 1.1em;
  font-weight: 500;
  padding: 0 1em;
  line-height: 2;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.btn-dark {
  background-color: #111;
  color: white !important;
}
.btn-dark.btn-arrow:after {
  background-image: url("../img/icon/icon-arrow-white.svg");
}

.btn-arrow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-arrow:after {
  content: "";
  width: 0.4em;
  height: 0.8em;
  background-image: url("../img/icon/icon-arrow.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.3em;
}

html {
  font-size: 18px;
  font-stretch: normal;
}

h2,
.h2 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 2.3em;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.125;
  margin-bottom: 0.8em;
  word-break: normal;
  word-wrap: normal;
}

h3,
.h3 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 1.3;
  margin-bottom: 0.25em;
}

h4,
.h4 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  letter-spacing: 0.018em;
  line-height: 1.3;
  margin-bottom: 0.75em;
}

h5 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

p,
small,
strong,
a,
li,
label,
input,
legend {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  color: inherit;
}

p.p-small {
  font-size: 0.8em;
  line-height: 1.6;
}

strong {
  font-weight: 400;
}

b {
  font-weight: bold;
}

small {
  font-size: 0.8em;
  letter-spacing: 0;
}

.font-en {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0;
}

.hashtag {
  display: inline-block;
  color: #003F92;
  font-size: 0.8em;
  font-weight: 500;
  margin-right: 0.5em;
}

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

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

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

.align-italic {
  font-style: italic;
}

a.txt-link {
  font: inherit;
  font-weight: 400;
  text-decoration: underline;
}

.txt-uppercase {
  text-transform: uppercase;
}

.txt-underline {
  text-decoration: underline;
}

.txt-nobr {
  white-space: nowrap;
}

.color-primary {
  color: #FDCF00 !important;
}

.color-grey {
  color: #525252 !important;
}

.color-white {
  color: white !important;
}

.color-dark-grey {
  color: #393839 !important;
}

.color-light-grey {
  color: #d6d6d6 !important;
}

.txt-en-decoration {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3em;
  -webkit-text-stroke: 1px #FDCF00;
  text-stroke: 1px #FDCF00;
  color: transparent !important;
  letter-spacing: 0;
}

@media screen and (min-width: 2560px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  html {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  p.p-small, .hashtag {
    font-size: 0.86em;
  }
  small {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 2em;
  }
}
.w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.w900,
.w1000,
.w1100,
.w1200,
.w1300,
.w1400 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.w900 {
  max-width: 920px;
}

.w1000 {
  max-width: 1000px;
}

.w1100 {
  max-width: 1100px;
}

.w1300 {
  max-width: 1300px;
}

.w1400 {
  max-width: 1460px;
}

.mw1000 {
  max-width: 1000px;
}

.col20 {
  width: 20%;
}

.col25 {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col33 {
  width: 33.3333%;
}

.col35 {
  width: 35%;
}

.col40 {
  width: 40%;
}

.col45 {
  width: 45%;
}

.col50 {
  width: 50%;
}

.col55 {
  width: 55%;
}

.col60 {
  width: 60%;
}

.col65 {
  width: 65%;
}

.col66 {
  width: 66.6666%;
}

.col70 {
  width: 70%;
}

.col75 {
  width: 75%;
}

.col80 {
  width: 80%;
}

.col100 {
  width: 100%;
}

.ib-top {
  display: inline-block;
  vertical-align: top;
}

.ib-bottom {
  display: inline-block;
  vertical-align: bottom;
}

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

.flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 2560px) {
  .mw1000 {
    max-width: 1380px;
  }
  .w900 {
    max-width: 1200px;
  }
  .w1000 {
    max-width: 1380px;
  }
  .w1100 {
    max-width: 1400px;
  }
  .w1200 {
    max-width: 1400px;
  }
  .w1300 {
    max-width: 1550px;
  }
  .w1400 {
    max-width: 2000px;
  }
}
@media screen and (min-width: 3000px) {
  .mw1000 {
    max-width: 1800px;
  }
  .w900 {
    max-width: 1500px;
  }
  .w1000 {
    max-width: 1800px;
  }
  .w1100 {
    max-width: 2300px;
  }
  .w1200 {
    max-width: 2000px;
  }
  .w1300 {
    max-width: 2500px;
  }
  .w1400 {
    max-width: 2700px;
  }
}
@media screen and (max-width: 1440px) {
  .hd-w1400 {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  .d-1280-none {
    display: none !important;
  }
  .d-1280-block {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .w900,
  .w1000,
  .w1100,
  .w1200,
  .w1300,
  .w1400 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  .d-mobile-none {
    display: none !important;
  }
  .d-mobile-block {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .d-1023-none {
    display: none !important;
  }
  .d-1023-block {
    display: block !important;
  }
  .d-1023-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .d-768-none {
    display: none !important;
  }
  .d-768-block {
    display: block !important;
  }
  .d-768-inline-block {
    display: inline-block !important;
  }
  .d-768-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 620px) {
  .d-620-none {
    display: none !important;
  }
  .d-620-block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .d-480-none {
    display: none !important;
  }
  .d-480-block {
    display: block !important;
  }
}
.lightbox {
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  display: none;
}
.lightbox.is-expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.lightbox .swiper-pagination-wrapper {
  margin-top: 0;
  margin-bottom: 40px;
}
.lightbox > .container {
  margin: auto;
}
.lightbox .lightbox-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.lightbox .lightbox-container > .hd-lightbox-s {
  pointer-events: all;
}
.lightbox .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}

.trigger-lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
}
.trigger-lightbox-close img {
  width: 34px;
  margin: auto;
}

.gif-container {
  position: relative;
}
.gif-container img.hd-d-none {
  position: absolute !important;
  top: 0;
  left: 0;
}
.gif-container .vid-control img {
  margin: auto !important;
}
.gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}

.vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.vid-container video,
.vid-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
}
.vid-control svg,
.vid-control img {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.vid-control .play {
  display: none;
}
.vid-control.hd-active .play {
  display: block;
}
.vid-control.hd-active .pause {
  display: none;
}

@media screen and (min-width: 2560px) {
  .vid-control svg,
  .vid-control img {
    max-width: 42px !important;
    max-height: 42px !important;
  }
}
@media screen and (max-width: 1280px) {
  .vid-control {
    width: 44px;
    height: 44px;
  }
}
@media screen and (max-width: 768px) {
  #hd .vid-control {
    bottom: 10px;
    right: 0;
  }
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #333;
  font-size: 1em;
  font-weight: 500;
}

.filter-tab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 57em;
  text-align: center;
  margin: 1em auto 1em;
  z-index: 2;
}
.filter-tab li {
  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;
  font-size: 1.125em;
  padding: 0.4em 0.5em;
  border: 1px solid #333;
  position: relative;
  cursor: pointer;
  margin: 0 0.2em 0.4em;
  min-width: 150px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.filter-tab li:hover {
  background-color: #111;
  color: white;
}
.filter-tab li.active {
  color: #FDCF00;
  cursor: default;
  background-color: #111;
}
.filter-tab li.active:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.filter-tab h3 {
  position: relative;
  font-size: 1em;
  margin-bottom: 0;
}

.tab-content > div {
  display: none;
}
.tab-content > div.active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.8s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.8s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.8s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 2560px) {
  .filter-tab li {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1024px) {
  .filter-tab li {
    min-width: 100px;
  }
}
@media screen and (max-width: 620px) {
  .filter-tab li {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  .filter-tab li {
    font-size: 0.875em;
    min-width: 70px;
  }
  .filter-tab h3 {
    font-size: 1.1em;
  }
}
body.no-scroll {
  position: relative;
  overflow: hidden;
}

.bg-dark {
  background-color: #111;
  color: white;
}
.bg-dark p {
  color: white;
}
.bg-dark a {
  color: white;
}

.bg-white {
  background-color: white;
  color: #333;
}

.editor-content hr {
  margin: 1em 0;
  border: 1px solid #eee;
}
.editor-content ul {
  padding-left: 0.5em;
}
.editor-content li {
  list-style-type: disc;
  list-style-position: inside;
}
.editor-content li::marker {
  margin-right: 0.2em;
}

input[type=text],
input[type=email],
input[type=number],
select,
textarea {
  border: 1px solid #ddd;
  color: #555;
  border-radius: 0;
  width: 100%;
  padding: 0 0.5em;
  font-size: 1em;
  font-weight: 400;
}

input[type=checkbox],
input[type=radio] {
  line-height: 1.8;
}

fieldset {
  border: 0;
  border-bottom: 1px solid #ddd;
}

legend {
  font-weight: 400;
  font-size: 1.1em;
  color: #333;
}

label {
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.8;
}

textarea {
  min-height: 100px;
  padding: 0.5em;
}

#navbar {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #111;
  padding: 12px 0;
}
#navbar .w1400 {
  position: relative;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
#navbar .navbar-logo {
  height: 28px;
}
#navbar .navbar-logo img {
  height: 100%;
  width: auto;
}
#navbar .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#navbar .navbar-menu li {
  margin: 0 0.5em;
}
#navbar .navbar-menu a {
  color: white;
  font-size: 1em;
  padding: 0.4em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#navbar .navbar-menu a:hover {
  color: #FDCF00;
}
#navbar .hamburger {
  display: none;
}

@media (max-width: 1024px) {
  #navbar .w1400 {
    width: 94%;
  }
  #navbar .navbar-menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 46px;
    border-top: 1px solid #555;
    left: 0;
    padding: 4% 0;
    background-color: #111;
  }
  #navbar .navbar-menu li {
    width: 100%;
    text-align: center;
  }
  #navbar .navbar-menu a {
    display: block;
  }
  #navbar .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
  }
  #navbar .hamburger span {
    background: white;
    height: 2px;
    width: 25px;
    margin: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #navbar .hamburger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(7px, 7px);
            transform: rotate(45deg) translate(7px, 7px);
  }
  #navbar .hamburger.active span:nth-child(2) {
    -webkit-transform: translate(12px, 0);
            transform: translate(12px, 0);
    width: 0;
  }
  #navbar .hamburger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, -7px);
            transform: rotate(-45deg) translate(7px, -7px);
  }
}
@media (max-width: 768px) {
  #navbar {
    padding: 8px 0;
  }
  #navbar .navbar-logo {
    height: 24px;
  }
}
#footer {
  padding: 2.8% 0 3.5%;
}
#footer .txt-en-decoration {
  font-size: 4.6em;
  margin-bottom: 0.3em;
  line-height: 1.1;
}
#footer .footer-nav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #444;
  padding: 1.3em 0;
}
#footer .footer-nav .logo {
  margin-left: 0;
  width: 240px;
}
#footer .footer-nav .link a {
  display: inline-block;
  margin-left: 1em;
  color: white;
  font-size: 0.9em;
  font-weight: 300;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .footer-nav .link a:hover {
  color: #FDCF00;
}
#footer .bottom {
  position: relative;
  padding-top: 2em;
}
#footer .bottom .map-link p {
  margin-bottom: 0.1em;
  font-size: 0.88em;
  font-weight: 400;
}
#footer .bottom .map-link a {
  font-weight: 300;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .bottom .map-link a:hover {
  color: #FDCF00;
}
#footer .bottom .map-link .map {
  position: relative;
}
#footer .bottom .map-link .map:before {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  vertical-align: middle;
  background-image: url("../img/icon/icon-map.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .bottom .map-link .cooperate:before {
  background-image: url("../img/icon/icon-handshake.svg");
}
#footer .bottom .social a {
  display: inline-block;
  width: 2.5em;
  margin-left: 0.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .bottom .social a:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
#footer .bottom .social a img {
  width: 100%;
}
#footer .bottom .copyright {
  position: absolute;
  font-size: 0.88em;
  bottom: 0;
  right: 0;
}
#footer .bottom .copyright a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#footer .bottom .copyright a:hover {
  color: #FDCF00;
}

@media screen and (min-width: 3000px) {
  #footer .footer-nav .logo {
    width: 350px;
  }
}
@media screen and (max-width: 1440px) {
  #footer .footer-nav .logo {
    width: 200px;
  }
}
@media screen and (max-width: 1280px) {
  #footer .footer-nav .logo {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 3.5% 0 5%;
  }
  #footer .footer-nav .logo {
    width: 170px;
    margin-bottom: 1em;
  }
  #footer .footer-nav .link a {
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
  #footer .txt-en-decoration {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  #footer .social {
    width: 100%;
    margin-top: 3%;
  }
  #footer .bottom .copyright {
    position: relative;
    bottom: auto;
    margin-top: 6%;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    padding: 5% 0 7%;
  }
  #footer .txt-en-decoration {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 375px) {
  #footer .txt-en-decoration {
    font-size: 2.4em;
  }
}
.contact {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 11;
}
.contact.active .frame {
  right: 0;
}
.contact.active .bg {
  display: block;
}
.contact.active .contact-close {
  opacity: 1;
}
.contact .frame {
  position: absolute;
  top: 0;
  width: 900px;
  height: 100%;
  right: -900px;
  background-color: white;
  border-left: 1px solid #aaa;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 3em 3em;
  height: 100%;
  overflow-y: scroll;
}
.contact .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact .title h2 {
  font-size: 1.8em;
  margin-bottom: 0;
  margin-right: 0.7em;
}
.contact .title a {
  width: 2em;
  margin: 0;
  margin-right: 0.3em;
}
.contact .title small {
  color: #23b53b;
  font-weight: 400;
}
.contact .icon {
  position: absolute;
  right: 100%;
  bottom: 5%;
}
.contact .icon .social {
  display: block;
  margin-bottom: 0.5em;
  width: 50px;
  margin-left: auto;
  margin-right: 0.5em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact .icon .social:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.contact .icon .contact-btn {
  background-color: #111;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.2em 0.5em;
  min-width: 110px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: left;
  padding: 1.2em 1.4em 3em;
  cursor: pointer;
}
.contact .icon .contact-btn:hover .muscle {
  -webkit-transform: translateY(-12%);
          transform: translateY(-12%);
}
.contact .icon p {
  display: block;
  color: #FDCF00;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2;
}
.contact .icon .muscle {
  position: absolute;
  right: 0;
  bottom: -1em;
  width: 45%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.contact .contact-close {
  opacity: 0;
  position: absolute;
  top: 1%;
  left: -20px;
  width: 44px;
  height: 44px;
  z-index: 3;
  cursor: pointer;
  background-image: url("../img/icon/icon-arrow-circle.svg");
  background-size: cover;
}
.contact .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  display: none;
}
.contact form {
  margin-top: 1em;
}
.contact form small {
  font-weight: 300;
  margin-left: 0.5em;
  color: #777;
}
.contact form fieldset {
  padding-bottom: 0.8em;
  margin-top: 0.8em;
}
.contact form .location li {
  padding-right: 0.6em;
}
.contact form .location a {
  font-size: 0.85em;
  font-weight: 300;
  margin-left: 0.5em;
  color: #777;
}
.contact form .time label {
  margin-right: 0.5em;
}
.contact form .info .mark {
  display: block;
}
.contact form .info label {
  min-width: 85px;
}
.contact form .info li {
  padding: 0.2em 0;
}
.contact form .info input {
  width: calc(100% - 85px);
}
.contact form .info .left {
  margin-top: 5px;
}
.contact form .info .left li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact form .info .right {
  padding-left: 1em;
}
.contact form .btn-box {
  margin-top: 1em;
}
.contact form .btn-box button {
  min-width: 140px;
  text-align: center;
}

@media screen and (min-width: 2560px) {
  .contact .frame {
    width: 1100px;
    right: -1100px;
  }
}
@media screen and (min-width: 3000px) {
  .contact .frame {
    width: 1400px;
    right: -1400px;
  }
}
@media screen and (max-width: 1280px) {
  .contact .frame {
    width: 700px;
    right: -700px;
  }
  .contact .icon p {
    font-size: 1.4em;
  }
  .contact .icon .contact-btn {
    min-width: 80px;
    padding: 1em 1.2em 2em;
  }
  .contact .icon .social {
    width: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .contact .frame {
    width: 600px;
    right: -600px;
  }
  .contact .location li {
    margin-bottom: 0.3em;
  }
  .contact .location a {
    display: block;
    line-height: 1.2;
    padding-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .contact .frame {
    width: 530px;
    right: -530px;
  }
}
@media screen and (max-width: 620px) {
  .contact .frame {
    width: 95vw;
    right: -95vw;
  }
  .contact .contact-close {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .contact .title h2 {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .contact .content {
    padding: 3em 2em;
  }
  .contact .contact-close {
    left: -16px;
  }
  .contact .icon p {
    font-size: 1.2em;
  }
  .contact .icon .contact-btn {
    min-width: 70px;
    padding: 0.8em 0.8em 1.3em;
  }
  .contact .icon .social {
    width: 32px;
  }
  .contact .col50 {
    width: 100%;
  }
  .contact form .info .right {
    padding-left: 0;
    margin-top: 0.5em;
  }
  .contact form .location a {
    font-size: 0.9em;
  }
}
/*---------kv-----------------*/
.sec-kv {
  position: relative;
  overflow: hidden;
}
.sec-kv .vid-container {
  padding-bottom: 109vh;
}
.sec-kv .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.sec-kv .container > div {
  width: 100%;
}
.sec-kv .container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(17, 17, 17)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(to top, rgb(17, 17, 17), rgba(17, 17, 17, 0));
}
.sec-kv .logo {
  width: 10vw;
  min-width: 100px;
}
.sec-kv h1 {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 7%;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0 5%;
  word-break: normal;
  word-wrap: normal;
}
.sec-kv .kv-swiper {
  position: absolute;
  width: 100%;
  bottom: 3%;
  left: 0;
}
.sec-kv .kv-swiper p {
  font-family: "Bebas Neue", sans-serif;
  font-size: 7.6vw;
  letter-spacing: 0;
}
.sec-kv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (max-width: 1440px) {
  .sec-kv .kv-swiper p {
    font-size: 7.67vw;
  }
}
@media screen and (max-width: 768px) {
  .sec-kv .kv-swiper p {
    font-size: 11vw;
  }
  .sec-kv .vid-container {
    padding-bottom: 80vh;
  }
}
@media screen and (max-width: 620px) {
  .sec-kv .kv-swiper p {
    font-size: 13.2vw;
  }
}
@media screen and (max-width: 480px) {
  .sec-kv .kv-swiper p {
    font-size: 22.7vw;
  }
  .sec-kv .vid-container {
    padding-bottom: 92vh;
  }
}
/*---------intro--------------*/
.sec-intro {
  min-height: 0;
  padding-bottom: 6%;
  margin-top: -1px;
}
.sec-intro h2 {
  font-size: 1.4em;
}

@media screen and (max-width: 768px) {
  .sec-intro {
    padding: 5% 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-intro {
    padding: 5% 0 12%;
  }
}
/*---------space--------------*/
.sec-space {
  padding: 4% 0 8%;
  overflow: hidden;
  margin-top: -1px;
}
.sec-space figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.sec-space figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-space figure img.active {
  opacity: 1;
}
.sec-space .content {
  padding-right: 5%;
}
.sec-space .content li {
  border-bottom: 1px solid #444;
  padding: 2%;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-space .content li:hover {
  background-color: #1b1b1b;
}
.sec-space .content li[aria-expanded=true]:hover {
  background-color: transparent;
}
.sec-space .content .detail {
  padding-bottom: 3%;
}
.sec-space .content h3 {
  font-size: 1.3em;
}
.sec-space .content .map {
  display: block;
  font-size: 1.1em;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 0;
}
.sec-space .content .map:hover {
  color: #FDCF00;
}
.sec-space .content .map img {
  display: inline-block;
  margin-right: 0.4em;
  width: 0.8em;
}
.sec-space .content p {
  margin-bottom: 2em;
  margin-top: 0.8em;
}

@media screen and (max-width: 768px) {
  .sec-space .col50 {
    width: 100%;
  }
  .sec-space .content {
    padding-right: 0;
    margin-bottom: 5%;
  }
}
/*---------partner------------*/
.sec-partner {
  background-color: #efefef;
  padding: 2% 0;
  min-height: 0;
}
.sec-partner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-partner .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sec-partner a {
  opacity: 0.3;
  display: block;
  width: 80%;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray;
}
.sec-partner a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.sec-partner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .sec-partner {
    padding: 4% 0;
  }
}
/*---------service------------*/
.sec-service {
  padding: 5% 0;
}
.sec-service .tab-content li {
  padding: 1.2%;
}
.sec-service .tab-content .box {
  position: relative;
  display: block;
  border: 1px solid #eee;
  padding-bottom: 2.5em;
  min-height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-service .tab-content .box:hover {
  border: 1px solid #ccc;
}
.sec-service .tab-content .box:hover figure img {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
.sec-service .tab-content figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}
.sec-service .tab-content figure img {
  position: absolute;
  width: 100%;
  height: 105%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-service .tab-content .txt {
  padding: 1em 1.2em;
}
.sec-service .tab-content h3 {
  font-size: 1.2em;
}
.sec-service .tab-content .hashtag {
  margin-top: 0.4em;
}
.sec-service .tab-content .prize {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #111;
  color: white;
  padding: 0 1em 0.2em;
}
.sec-service .tab-content .prize p {
  font-size: 0.9em;
}
.sec-service .tab-content .prize strong {
  display: inline-block;
  color: #FDCF00;
  font-size: 1.4em;
  padding-right: 0.5em;
}
.sec-service .tab-content .tag {
  position: absolute;
  background-color: #FDCF00;
  top: 0.5em;
  left: -0.5em;
  z-index: 3;
  font-weight: 500;
  padding: 0 0.5em;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.sec-service .btn-box {
  margin-top: 4%;
}
.sec-service .btn-box .btn {
  min-width: 200px;
}

@media screen and (max-width: 1280px) {
  .sec-service {
    padding: 7% 0 10%;
  }
}
@media screen and (max-width: 768px) {
  .sec-service .tab-content li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .sec-service {
    padding: 12% 0 14%;
  }
  .sec-service .tab-content li {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .sec-service .btn-box {
    margin-top: 4%;
  }
  .sec-service .btn-box .btn {
    min-width: 140px;
  }
}
/*---------class--------------*/
.sec-class {
  padding: 5% 0;
  background-color: #efefef;
  overflow: hidden;
}
.sec-class .swiper-slide {
  padding: 0 1%;
}
.sec-class figure {
  border: 1px solid #aaa;
}
.sec-class figure img {
  width: 100%;
}
.sec-class p {
  font-size: 1.2em;
  margin-top: 0.3em;
  font-weight: 500;
}
.sec-class .swiper-button-prev {
  left: -50px;
}
.sec-class .swiper-button-next {
  right: -50px;
}

#class-lightbox .class-photo {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .sec-class .tab-content {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-class {
    padding: 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-class {
    padding: 10% 0;
  }
}
/*---------trainer------------*/
.sec-trainer {
  position: relative;
  padding: 5% 0;
}
.sec-trainer figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 150%;
}
.sec-trainer figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-trainer .intro {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5%;
  opacity: 0;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-trainer .intro hr {
  opacity: 0.3;
  margin: 1em 0;
}
.sec-trainer .name {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.1em 1em;
  font-size: 1.2em;
  font-weight: 500;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-trainer .swiper-slide {
  padding: 0 0.2%;
}
.sec-trainer .swiper-slide:hover .name {
  opacity: 0;
}
.sec-trainer .swiper-slide:hover .intro {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.sec-trainer .trainer-swiper-pagination {
  position: relative;
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .sec-trainer {
    padding: 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .sec-trainer {
    padding: 10% 0;
  }
}
/*---------news---------------*/
.sec-news {
  overflow: hidden;
  padding: 6% 0 10%;
}
.sec-news .news-txt {
  padding-right: 3%;
}
.sec-news .news-txt .tag {
  background-color: #FDCF00;
  color: #333;
  padding: 0.1em 1.6em 0.2em 0.6em;
  clip-path: polygon(0 0, calc(100% - 1.1em) 0, 100% 100%, 0% 100%);
}
.sec-news .news-txt h3 {
  font-size: 1.4em;
  margin: 0.6em 0 1em;
  color: #FDCF00;
}
.sec-news .news-photo img {
  width: 100%;
}
.sec-news .news-photo-swiper-button-next {
  right: -3.5em;
}
.sec-news .news-photo-swiper-button-prev {
  left: -3.5em;
}
.sec-news .news-photo-swiper {
  overflow: visible;
}
.sec-news .news-photo-swiper .swiper-slide {
  padding-right: 5%;
}
.sec-news .news-photo-swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-news .news-photo-swiper .swiper-slide-active,
.sec-news .news-photo-swiper .swiper-slide-next {
  opacity: 1;
}
.sec-news .news-photo-swiper .swiper-slide-next {
  opacity: 0.3;
}
.sec-news .news-txt-swiper .swiper-slide {
  opacity: 0;
}
.sec-news .news-txt-swiper .swiper-slide-active {
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec-news .swiper-pagination {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sec-news {
    padding: 10% 0 14%;
  }
  .sec-news .swiper-pagination {
    display: block;
    position: relative;
    margin-top: 5%;
  }
  .sec-news .swiper-button-next,
  .sec-news .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sec-news .col50 {
    width: 90%;
    margin: 0 auto;
  }
  .sec-news .news-photo {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 480px) {
  .sec-news {
    padding: 14% 0 18%;
  }
  .sec-news .col50 {
    width: 100%;
  }
}
/*---------product------------*/
.sec-product figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.sec-product figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-product figure .cover {
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sec-product figure:hover .cover {
  opacity: 1;
}

.sec-faq {
  padding: 8% 0;
  background-color: #efefef;
}
.sec-faq li {
  background-color: white;
  margin-bottom: 0.6em;
  padding: 0.8em 1em;
  cursor: pointer;
}
.sec-faq .faq-a {
  margin-top: 0.6em;
  display: none;
}
.sec-faq .faq-a strong {
  background-color: #FDCF00;
}
.sec-faq h3 {
  display: inline-block;
  font-size: 1.05em;
  margin-bottom: 0;
  width: calc(100% - 60px);
}
.sec-faq p {
  display: inline-block;
  width: calc(100% - 60px);
  color: #777777;
  font-weight: 400;
}
.sec-faq strong {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #111;
  border-radius: 50px;
  color: white;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding: 0.2em 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
}

@media screen and (max-width: 1440px) {
  .sec-faq strong {
    padding: 0.3em 0.2em;
  }
}
@media screen and (max-width: 1280px) {
  .sec-faq {
    padding: 10% 0 8%;
  }
}
@media screen and (max-width: 768px) {
  .sec-faq {
    padding: 12% 0 8%;
  }
  .sec-faq strong {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 620px) {
  .sec-faq {
    padding: 14% 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .sec-faq {
    padding: 18% 0 12%;
  }
}
@media screen and (max-width: 375px) {
  .sec-faq {
    padding: 22% 0 12%;
  }
}
.page-service {
  padding: 0;
}
.page-service .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-service .left {
  position: sticky;
  top: 0;
  width: 38%;
  height: 100vh;
  background-color: #efefef;
}
.page-service .left .content {
  width: 100%;
  max-width: 420px;
  margin-right: 0;
  margin-left: auto;
  padding: 8em 2em;
}
.page-service .left h2 {
  font-size: 1.9em;
  margin: 0.5em 0 0.7em;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.3;
}
.page-service .left strong {
  display: block;
  background-color: #111;
  font-size: 1.8em;
  color: #FDCF00;
  padding: 0.2em 0.6em 0.3em;
  line-height: 1.1;
}
.page-service .left strong span {
  font-size: 0.6em;
  color: white;
  font-weight: 300;
  margin-left: 0.5em;
}
.page-service .left .location img {
  display: inline-block;
  vertical-align: middle;
  width: 0.6em;
  margin-right: 0.4em;
}
.page-service .left .location small {
  background-color: #FDCF00;
  font-weight: 400;
  padding: 0.1em 0.5em;
}
.page-service .left .hashtag-row {
  margin-top: 10vh;
}
.page-service .left .analyze {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 7% 9%;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.page-service .left .analyze p {
  font-weight: 400;
  font-size: 0.9em;
}
.page-service .left .analyze ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.7em;
}
.page-service .left .analyze li {
  width: 18.22%;
  height: 7px;
  background-color: #bbb;
}
.page-service .left .analyze li.active {
  background-color: #fd983e;
}
.page-service .right {
  position: relative;
  width: 62%;
}
.page-service .right .content {
  width: 86%;
  max-width: 870px;
  padding: 8em 2.5em;
}
.page-service .right .content img {
  width: 100%;
}
.page-service .right .content .cover {
  margin-bottom: 1em;
}

@media screen and (min-width: 2560px) {
  .page-service .left .content {
    max-width: 600px;
  }
  .page-service .right .content {
    max-width: 1200px;
  }
}
@media screen and (min-width: 3000px) {
  .page-service .left .content {
    max-width: 800px;
  }
  .page-service .right .content {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1024px) {
  .page-service .left .content {
    padding-top: 6em;
  }
  .page-service .right .content {
    padding-top: 6em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-service .left {
    position: relative;
    width: 100%;
    height: auto;
  }
  .page-service .left .content {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    padding: 5em 0 2em;
  }
  .page-service .left .hashtag-row {
    margin-top: 2em;
  }
  .page-service .left .analyze {
    max-width: 340px;
    padding: 3% 5%;
  }
  .page-service .right {
    position: relative;
    width: 100%;
  }
  .page-service .right .content {
    width: 90%;
    margin: 0 auto;
    max-width: none;
    padding: 3em 0 5em;
  }
}
/*# sourceMappingURL=style.css.map */