@charset "UTF-8";
@import "../font/icomoon/style.css";
@import "../js/plugins/swiper-5.3.7/css/swiper.min.css";
@import "../js/plugins/jquery-scrollbar/css/jquery.scrollbar.css";
@import "../js/plugins/body-scroll-lock/css/body-scroll-lock.css";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

b {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

/* Myself 新的放後面
 * ========================================================================== */
img {
  display: block;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}
@font-face {
  font-family: Microsoft JhengHei Bold;
  font-style: normal;
  font-weight: normal;
  src: local("Microsoft JhengHei UI Bold"), local("Microsoft JhengHei Bold");
}
@font-face {
  font-family: "QUESTION";
  unicode-range: U+0003F;
  src: local("Microsoft JhengHei");
}
@-webkit-keyframes btnArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnArrow {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes btnArrow2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnArrow2 {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-12px);
            transform: translateX(-12px);
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes scrollText {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes homeNewTit {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes homeNewTit {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes scrollArrow {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes arrowPrev {
  0% {
    left: 0;
  }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -5%;
  }
  100% {
    left: 0;
  }
}
@keyframes arrowPrev {
  0% {
    left: 0;
  }
  50% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -5%;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes arrowNext {
  0% {
    right: 0;
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -5%;
  }
  100% {
    right: 0;
  }
}
@keyframes arrowNext {
  0% {
    right: 0;
  }
  50% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -5%;
  }
  100% {
    right: 0;
  }
}
@-webkit-keyframes loadBall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadBall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loadrotate {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@keyframes loadrotate {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@-webkit-keyframes imgOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes imgOut {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes imgOver {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes imgOver {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes coverIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes coverIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes coverOut {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes coverOut {
  0% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes numAni {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1354px 736px;
  }
}
@keyframes numAni {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1354px 736px;
  }
}
@-webkit-keyframes textOut {
  100% {
    opacity: 0;
    font-size: 1000px;
  }
}
@keyframes textOut {
  100% {
    opacity: 0;
    font-size: 1000px;
  }
}
@-webkit-keyframes textOut2 {
  100% {
    opacity: 0;
    width: 300vw;
  }
}
@keyframes textOut2 {
  100% {
    opacity: 0;
    width: 300vw;
  }
}
@-webkit-keyframes circleIn2 {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 5000px;
    height: 5000px;
  }
}
@keyframes circleIn2 {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 5000px;
    height: 5000px;
  }
}
@-webkit-keyframes circleOut2 {
  0% {
    width: 5000px;
    height: 5000px;
  }
  100% {
    width: 0px;
    height: 0px;
  }
}
@keyframes circleOut2 {
  0% {
    width: 5000px;
    height: 5000px;
  }
  100% {
    width: 0px;
    height: 0px;
  }
}
@-webkit-keyframes cover {
  100% {
    width: 0;
  }
}
@keyframes cover {
  100% {
    width: 0;
  }
}
/* ._articleBlock */
._articleBlock {
  width: 100%;
}
._articleBlock * {
  outline: none;
}

/* article */
._articleBlock article {
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: 0 0 90px 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article {
    display: block;
    margin: 0 0 60px 0;
  }
}
._articleBlock article:last-child {
  margin: 0;
}

/* typeFull 相鄰 article 間距*/
._articleBlock .typeF + .basic {
  margin-top: 90px !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock .typeF + .basic {
    margin-top: 60px !important;
  }
}

/* _contentWrap */
._articleBlock article ._contentWrap {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}

._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap {
  width: 90%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap {
    position: static;
    width: 100% !important;
    padding: 0;
    background-color: transparent !important;
  }
}

._articleBlock article._article.-typeFull-Box ._contentWrap, ._articleBlock article._article.-typeFull-Box-L ._contentWrap, ._articleBlock article._article.-typeFull-Box-R ._contentWrap {
  width: 100%;
  padding: 60px 70px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-Box ._contentWrap, ._articleBlock article._article.-typeFull-Box-L ._contentWrap, ._articleBlock article._article.-typeFull-Box-R ._contentWrap {
    padding: 0 !important;
    border: none !important;
    background-color: transparent !important;
  }
}

._articleBlock article._article.-typeFull-BoxSlice ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap {
  width: 50% !important;
  padding: 80px;
}

._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
  width: 60% !important;
}

._articleBlock article._article.-typeFull[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=s] ._contentWrap {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=s] ._contentWrap {
    width: 100% !important;
  }
}

._articleBlock article._article.-typeFull[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=m] ._contentWrap {
  width: 65%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=m] ._contentWrap {
    width: 100% !important;
    padding: 0;
  }
}

._articleBlock article._article.-typeFull[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=l] ._contentWrap {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=l] ._contentWrap {
    width: 100% !important;
    padding: 0;
  }
}

/* ._wordWrap */
._articleBlock article ._contentWrap ._wordWrap {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap {
    width: 100% !important;
  }
}

._articleBlock ._articleL ._contentWrap ._wordWrap {
  width: 50%;
}

._articleBlock ._articleR ._contentWrap ._wordWrap {
  width: 50%;
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
  width: 50%;
  padding-left: 0;
  padding-right: 20px;
}

._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
  padding-left: 20px;
  padding-right: 0;
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 360px;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 360px;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
    padding-right: 33%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

._articleBlock article._article.-typeOverlap-RU ._contentWrap ._wordWrap {
  padding-top: 50px;
  padding-left: 360px;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

._articleBlock article._article.-typeOverlap-RD ._contentWrap ._wordWrap {
  padding-bottom: 50px;
  padding-left: 360px;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._wordWrap {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ._H */
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article ._contentWrap ._wordWrap ._H {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 28px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 35px;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article ._contentWrap ._wordWrap ._H {
    font-weight: bold;
  }
}

@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._H {
    color: #000;
    width: 100% !important;
    margin: 0 0 15px 0 !important;
  }
}

._articleBlock ._articleLR ._contentWrap ._wordWrap ._H, ._articleBlock ._articleRR ._contentWrap ._wordWrap ._H {
  width: calc(50% + 20px);
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleLR ._contentWrap ._wordWrap ._H, ._articleBlock ._articleRR ._contentWrap ._wordWrap ._H {
    width: 50%;
  }
}

._articleBlock ._articleUL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._H {
  width: 35%;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H {
    width: auto !important;
    min-height: 180px;
    padding: 40px 30px;
    margin: 40px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H {
    min-height: 150px;
    padding: 30px 30px;
  }
}

/* ._subH */
._articleBlock article ._contentWrap ._wordWrap ._subH {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #333;
  font-size: 1.25rem;
  line-height: 28px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._subH {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  ._articleBlock article ._contentWrap ._wordWrap ._subH {
    font-weight: bold;
  }
}

._articleBlock ._articleLR ._contentWrap ._wordWrap ._subH, ._articleBlock ._articleRR ._contentWrap ._wordWrap ._subH {
  width: calc(50% + 20px);
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleLR ._contentWrap ._wordWrap ._subH, ._articleBlock ._articleRR ._contentWrap ._wordWrap ._subH {
    width: 50%;
  }
}

._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH, ._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH {
  width: 35%;
}

._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH {
  width: 60%;
}

._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover, ._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH {
  margin-left: 5%;
}

._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover, ._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH {
  margin-right: 5%;
}

._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._subH {
  width: auto !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._subH, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._subH {
    color: #000 !important;
  }
}

/* ._P */
._articleBlock article ._contentWrap ._wordWrap ._P {
  font-family: "CenturyGothic";
  font-size: 0.875rem;
  line-height: 26px;
  letter-spacing: 0.7px;
  color: #666;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._P {
    color: #666;
    margin: 0 !important;
    width: 100% !important;
  }
}

._articleBlock ._articleSR ._contentWrap ._wordWrap ._P, ._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  width: 60%;
}

._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  margin-left: 5%;
}

._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  margin-right: 5%;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._P, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._P {
    color: #000 !important;
  }
}

/* ._buttonCover */
._articleBlock article ._contentWrap ._wordWrap ._buttonCover {
  display: block;
  width: 100%;
}

/* ._button */
._articleBlock article ._contentWrap ._wordWrap ._button {
  font-family: "CenturyGothic";
  font-size: 0.875rem;
  color: #fff;
  background-color: #000;
  min-width: 200px;
  min-height: 65px;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
._articleBlock article ._contentWrap ._wordWrap ._button::after {
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.75rem;
  padding-left: 15px;
}
._articleBlock article ._contentWrap ._wordWrap ._button:hover {
  color: #fff;
  background-color: rgb(97, 97, 97);
}
._articleBlock article ._contentWrap ._wordWrap ._button:hover::after {
  -webkit-animation: btnArrow 1s ease infinite;
          animation: btnArrow 1s ease infinite;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._wordWrap ._button {
    margin-top: 20px;
  }
}

/* ._imgCover */
._articleBlock article ._contentWrap ._imgCover {
  margin: 0 -10px;
  padding: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._imgCover {
    margin: 0 -5px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 20px;
    float: none !important;
  }
}

._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleR ._contentWrap > ._imgCover, ._articleBlock ._articleL ._contentWrap > ._imgCover {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover, ._articleBlock ._articleR ._contentWrap > ._imgCover, ._articleBlock ._articleL ._contentWrap > ._imgCover {
    width: auto;
  }
}

._articleBlock ._articleL ._contentWrap > ._imgCover {
  padding-left: 45px;
}

._articleBlock ._articleR ._contentWrap > ._imgCover {
  padding-right: 45px;
}

._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover {
  padding-left: 45px;
  padding-bottom: 30px;
}

._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
  padding-right: 45px;
  padding-bottom: 30px;
}

._articleBlock ._articleU ._contentWrap > ._imgCover,
._articleBlock ._articleUL ._contentWrap > ._imgCover,
._articleBlock ._articleUR ._contentWrap > ._imgCover {
  padding-top: 40px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleU ._contentWrap > ._imgCover,
  ._articleBlock ._articleUL ._contentWrap > ._imgCover,
  ._articleBlock ._articleUR ._contentWrap > ._imgCover {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

._articleBlock ._articleD ._contentWrap > ._imgCover,
._articleBlock ._articleDL ._contentWrap > ._imgCover,
._articleBlock ._articleDR ._contentWrap > ._imgCover {
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleD ._contentWrap > ._imgCover,
  ._articleBlock ._articleDL ._contentWrap > ._imgCover,
  ._articleBlock ._articleDR ._contentWrap > ._imgCover {
    padding-bottom: 15px;
  }
}

._articleBlock article[articleSwiper=on] ._imgCover {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article[articleSwiper=on] ._imgCover {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ._cover */
._articleBlock article ._contentWrap ._imgCover ._cover {
  width: 100%;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article ._contentWrap ._imgCover ._cover {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px !important;
  }
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover {
  padding: 0 !important;
  margin: 0 !important;
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
  width: 100% !important;
  margin: 0 !important;
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
  min-width: 120px;
  max-width: 300px;
  width: 50% !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    width: 100% !important;
    max-width: 250px;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    width: 80% !important;
    max-width: 200px;
  }
}
@media only screen and (max-width: 650px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    width: 100% !important;
    max-width: 100px;
  }
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 130px !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child {
    padding-right: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2) {
  bottom: -35%;
  right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2) {
    bottom: -8%;
  }
}

._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 130px !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child {
    padding-right: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2) {
  top: -35%;
  right: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2) {
    top: -20%;
  }
}

._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 130px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child {
    padding-left: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2) {
  bottom: -35%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2) {
    bottom: -8%;
  }
}

._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
  padding-top: 0 !important;
  padding-left: 130px !important;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1330px) {
  ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
    padding-left: 50px !important;
  }
}

._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
  top: -35%;
  left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
    top: -20%;
  }
}

/* ._photo */
._articleBlock article ._contentWrap ._imgCover ._cover ._photo {
  width: 100%;
  background-color: rgb(240, 240, 240);
  padding: 0;
}

._articleBlock article[img-size=x11] ._cover ._photo, ._articleBlock article[img-size=x34] ._cover ._photo, ._articleBlock article[img-size=x43] ._cover ._photo, ._articleBlock article[img-size=x169] ._cover ._photo {
  width: 100% !important;
  height: 0 !important;
  overflow: hidden;
}

._articleBlock article[img-size=x11] ._cover ._photo {
  padding-bottom: 100% !important;
}

._articleBlock article[img-size=x34] ._cover ._photo {
  padding-bottom: 133.3% !important;
}

._articleBlock article[img-size=x43] ._cover ._photo {
  padding-bottom: 75% !important;
}

._articleBlock article[img-size=x169] ._cover ._photo {
  padding-bottom: 56.25% !important;
}

/* ._photo > img */
._articleBlock article ._contentWrap ._imgCover ._cover ._photo img {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: none;
  transition: none;
}

._articleBlock article[img-size=x11] ._cover ._photo img, ._articleBlock article[img-size=x34] ._cover ._photo img, ._articleBlock article[img-size=x43] ._cover ._photo img, ._articleBlock article[img-size=x169] ._cover ._photo img {
  width: 100%;
  height: auto !important;
  padding: 0;
  margin-top: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ._cover > _description */
._articleBlock article ._contentWrap ._imgCover ._cover ._description {
  font-family: "CenturyGothicBold";
  font-size: 0.875rem;
  color: #666;
  width: 100%;
  padding: 6px 0 0 0;
  line-height: 22px;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._description, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._description {
    color: #000 !important;
  }
}

/* img-row */
._articleBlock article:not([articleSwiper=on])[img-row=x2] ._imgCover ._cover {
  width: 50%;
}

._articleBlock article:not([articleSwiper=on])[img-row=x3] ._imgCover ._cover {
  width: 33.3%;
}

._articleBlock article:not([articleSwiper=on])[img-row=x4] ._imgCover ._cover {
  width: 25%;
}

._articleBlock article:not([articleSwiper=on])[img-row=x5] ._imgCover ._cover {
  width: 20%;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article:not([articleSwiper=on])[img-row=x2] ._imgCover ._cover, ._articleBlock article:not([articleSwiper=on])[img-row=x3] ._imgCover ._cover, ._articleBlock article:not([articleSwiper=on])[img-row=x4] ._imgCover ._cover, ._articleBlock article:not([articleSwiper=on])[img-row=x5] ._imgCover ._cover {
    width: 50%;
  }
}

/* -typeFull */
._articleBlock article._article.-typeFull, ._articleBlock article._article.-typeFull-L, ._articleBlock article._article.-typeFull-R, ._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R, ._articleBlock article._article.-typeFull-Box, ._articleBlock article._article.-typeFull-Box-L, ._articleBlock article._article.-typeFull-Box-R {
  padding: 80px !important;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull, ._articleBlock article._article.-typeFull-L, ._articleBlock article._article.-typeFull-R, ._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R, ._articleBlock article._article.-typeFull-Box, ._articleBlock article._article.-typeFull-Box-L, ._articleBlock article._article.-typeFull-Box-R {
    padding: 40px !important;
    background-image: none !important;
  }
}

@media only screen and (max-width: 900px) {
  ._articleBlock .typeF + .typeF {
    margin-top: 60px !important;
  }
}

._articleBlock article._article.-typeFull[typeFull-img], ._articleBlock article._article.-typeFull-L[typeFull-img], ._articleBlock article._article.-typeFull-R[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img], ._articleBlock article._article.-typeFull-Box[typeFull-img], ._articleBlock article._article.-typeFull-Box-L[typeFull-img], ._articleBlock article._article.-typeFull-Box-R[typeFull-img] {
  width: 100%;
  height: 100%;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img], ._articleBlock article._article.-typeFull-L[typeFull-img], ._articleBlock article._article.-typeFull-R[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img], ._articleBlock article._article.-typeFull-Box[typeFull-img], ._articleBlock article._article.-typeFull-Box-L[typeFull-img], ._articleBlock article._article.-typeFull-Box-R[typeFull-img] {
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock article._article.-typeFull[typeFull-img], ._articleBlock article._article.-typeFull-L[typeFull-img], ._articleBlock article._article.-typeFull-R[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img], ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img], ._articleBlock article._article.-typeFull-Box[typeFull-img], ._articleBlock article._article.-typeFull-Box-L[typeFull-img], ._articleBlock article._article.-typeFull-Box-R[typeFull-img] {
    min-height: 200px;
  }
}

._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
    padding: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (max-width: 500px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
    min-height: 225px;
  }
}
@media only screen and (max-width: 380px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
    min-height: 200px;
  }
}

/* -typeSwiper */
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container {
  width: 100%;
  padding: 80px 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container {
    padding: 25px 0 90px;
  }
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
  padding: 0 80px;
}

@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
    padding: 0 25px;
  }
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap {
  padding-left: 20px;
  padding-right: 0;
  width: 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;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 30px !important;
  }
}

._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap {
  padding-left: 0;
  padding-right: 20px;
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
}

/* Swiper Basic Setting */
._articleBlock article .swiper-container .swiper-pagination, ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-pagination, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-pagination {
  width: 100%;
  padding: 0;
  bottom: 10px;
  left: 0;
}

._articleBlock article .swiper-container .swiper-pagination .swiper-pagination-bullet, ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

._articleBlock article .swiper-container .swiper-pagination .swiper-pagination-bullet-active, ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

._articleBlock article .swiper-container .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  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;
  position: absolute;
  top: calc(50% - 63px);
  bottom: auto;
  left: 10px;
  right: auto;
  z-index: 10;
}
._articleBlock article .swiper-container .swiper-button-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
._articleBlock article .swiper-container .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  ._articleBlock article .swiper-container .swiper-button-prev {
    display: none;
  }
}

._articleBlock article .swiper-container .swiper-button-next {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  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;
  position: absolute;
  top: calc(50% - 63px);
  bottom: auto;
  right: 10px;
  left: auto;
  z-index: 10;
}
._articleBlock article .swiper-container .swiper-button-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
._articleBlock article .swiper-container .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  ._articleBlock article .swiper-container .swiper-button-next {
    display: none;
  }
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-button-prev, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-button-prev {
  top: calc(50% - 25px);
}

._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-button-next, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-button-next {
  top: calc(50% - 25px);
}

._articleBlock article .swiper-container .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

._articleBlock article .swiper-container.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 50;
  height: 5px;
  width: 100%;
}

/* Swiper Basic Setting for swiper4-outside */
.swiper4-outside ._articleBlock .swiper-pagination {
  width: 100%;
  padding: 0;
  bottom: 35px;
  left: 0;
}

.swiper4-outside ._articleBlock .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper4-outside ._articleBlock .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

.swiper4-outside ._articleBlock .swiper-button-prev {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  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;
  position: absolute;
  top: calc(50% - 69px);
  bottom: auto;
  left: 0;
  right: auto;
  z-index: 10;
}
.swiper4-outside ._articleBlock .swiper-button-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
.swiper4-outside ._articleBlock .swiper-button-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #000 transparent transparent;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .swiper4-outside ._articleBlock .swiper-button-prev {
    display: none;
  }
}

.swiper4-outside ._articleBlock ._articleL .swiper-button-prev,
.swiper4-outside ._articleBlock ._articleLR .swiper-button-prev {
  left: 45px;
}

.swiper4-outside ._articleBlock .swiper-button-next {
  width: 50px;
  height: 50px;
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  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;
  position: absolute;
  top: calc(50% - 69px);
  bottom: auto;
  right: 0;
  left: auto;
  z-index: 10;
}
.swiper4-outside ._articleBlock .swiper-button-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 3px solid #000;
  border-radius: 50%;
}
.swiper4-outside ._articleBlock .swiper-button-next:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .swiper4-outside ._articleBlock .swiper-button-next {
    display: none;
  }
}

.swiper4-outside ._articleBlock ._articleR .swiper-button-next,
.swiper4-outside ._articleBlock ._articleRR .swiper-button-next {
  right: 45px;
}

.swiper4-outside ._articleBlock .-typeSwiper-L .swiper-button-prev,
.swiper4-outside ._articleBlock .-typeSwiper-R .swiper-button-prev {
  top: calc(50% - 25px);
}

.swiper4-outside ._articleBlock .-typeSwiper-L .swiper-button-next,
.swiper4-outside ._articleBlock .-typeSwiper-R .swiper-button-next {
  top: calc(50% - 25px);
}

._articleBlock {
  /* typeFull 相鄰 article 間距*/
}
._articleBlock article {
  position: relative;
}
._articleBlock article ._contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
._articleBlock article ._contentWrap::before, ._articleBlock article ._contentWrap::after {
  content: "";
  display: block;
  clear: both;
}
._articleBlock article ._contentWrap ._wordWrap {
  display: block;
  clear: both;
  height: 100%;
}
._articleBlock article ._contentWrap ._wordWrap ._H {
  width: auto;
  z-index: 2;
  outline: none;
}
._articleBlock article ._contentWrap ._wordWrap ._subH {
  width: auto;
  z-index: 2;
  outline: none;
}
._articleBlock article ._contentWrap ._wordWrap ._P {
  outline: none;
  width: auto;
  z-index: 1;
}
._articleBlock article ._contentWrap ._wordWrap ._box {
  display: none;
}
._articleBlock article ._contentWrap ._wordWrap ._button {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article ._contentWrap ._imgCover {
  max-height: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
._articleBlock article ._contentWrap ._imgCover ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
._articleBlock article ._contentWrap ._imgCover ._cover ._photo {
  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;
  overflow: hidden;
  position: relative;
}
._articleBlock article ._contentWrap ._imgCover ._cover ._description {
  display: block;
}
._articleBlock ._article ._contentWrap,
._articleBlock ._articleSL ._contentWrap,
._articleBlock ._articleSR ._contentWrap,
._articleBlock ._articleD ._contentWrap,
._articleBlock ._articleDL ._contentWrap,
._articleBlock ._articleDR ._contentWrap,
._articleBlock ._articleU ._contentWrap,
._articleBlock ._articleUL ._contentWrap,
._articleBlock ._articleUR ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._article ._wordWrap ._imgCover,
  ._articleBlock ._articleSL ._wordWrap ._imgCover,
  ._articleBlock ._articleSR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  text-align: left;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._subH {
  float: left;
}
._articleBlock ._articleSL ._contentWrap ._wordWrap ._P {
  float: right;
}
._articleBlock ._articleSR ._contentWrap ._wordWrap ._subH {
  float: right;
}
._articleBlock ._articleSR ._contentWrap ._wordWrap ._P {
  float: left;
}
._articleBlock ._articleD ._contentWrap > ._imgCover,
._articleBlock ._articleDL ._contentWrap > ._imgCover,
._articleBlock ._articleDR ._contentWrap > ._imgCover {
  height: 100%;
}
._articleBlock ._articleU ._contentWrap,
._articleBlock ._articleUL ._contentWrap,
._articleBlock ._articleUR ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleU ._contentWrap,
  ._articleBlock ._articleUL ._contentWrap,
  ._articleBlock ._articleUR ._contentWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
._articleBlock ._articleU ._contentWrap > ._imgCover,
._articleBlock ._articleUL ._contentWrap > ._imgCover,
._articleBlock ._articleUR ._contentWrap > ._imgCover {
  height: 100%;
}
._articleBlock ._articleUL ._contentWrap ._wordWrap,
._articleBlock ._articleDL ._contentWrap ._wordWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articleBlock ._articleUL ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._H {
  float: left;
}
._articleBlock ._articleUL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUL ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDL ._contentWrap ._wordWrap ._subH {
  float: right;
  margin-right: 0;
}
._articleBlock ._articleUR ._contentWrap ._wordWrap,
._articleBlock ._articleDR ._contentWrap ._wordWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articleBlock ._articleUR ._contentWrap ._wordWrap ._H,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._H {
  float: right;
}
._articleBlock ._articleUR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleUR ._contentWrap ._wordWrap ._buttonCover,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._P,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._subH,
._articleBlock ._articleDR ._contentWrap ._wordWrap ._buttonCover {
  float: left;
  margin-left: 0;
}
._articleBlock ._articleD ._contentWrap ._wordWrap ._H {
  width: 100%;
}
._articleBlock ._articleU ._contentWrap ._wordWrap ._H {
  width: 100%;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._H {
  display: block;
  float: right;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._subH {
  display: block;
  float: right;
}
._articleBlock ._articleRR ._contentWrap ._wordWrap ._imgCover {
  float: left;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleRR {
    width: 100% !important;
  }
  ._articleBlock ._articleRR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._H {
  display: block;
  float: left;
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._subH {
  display: block;
  float: left;
}
._articleBlock ._articleLR ._contentWrap ._wordWrap ._imgCover {
  float: right;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleLR {
    width: 100% !important;
  }
  ._articleBlock ._articleLR ._wordWrap ._imgCover {
    float: none;
  }
}
._articleBlock ._articleL ._contentWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
._articleBlock ._articleL ._contentWrap ._wordWrap {
  float: left;
  clear: none;
}
._articleBlock ._articleL ._contentWrap > ._imgCover {
  float: right;
  clear: both;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleL ._contentWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  ._articleBlock ._articleL ._contentWrap > ._imgCover {
    float: none;
  }
  ._articleBlock ._articleL ._wordWrap {
    width: 100% !important;
  }
}
._articleBlock ._articleR ._contentWrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
._articleBlock ._articleR ._contentWrap ._wordWrap {
  float: right;
  clear: none;
}
._articleBlock ._articleR ._contentWrap > ._imgCover {
  float: left;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  ._articleBlock ._articleR ._contentWrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  ._articleBlock ._articleR ._contentWrap > ._imgCover {
    float: none;
  }
  ._articleBlock ._articleR ._wordWrap {
    width: 100% !important;
  }
}
._articleBlock article._articleR[article-flex=up] ._contentWrap,
._articleBlock article ._articleL[article-flex=up] ._contentWrap {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
._articleBlock article._articleR[article-flex=center] ._contentWrap,
._articleBlock article ._articleL[article-flex=center] ._contentWrap {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
._articleBlock article._articleR[article-flex=down] ._contentWrap,
._articleBlock article ._articleL[article-flex=down] ._contentWrap {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
._articleBlock article[h-align=center] ._H {
  text-align: center !important;
}
._articleBlock article[h-align=left] ._H {
  text-align: left !important;
}
._articleBlock article[h-align=right] ._H {
  text-align: right !important;
}
._articleBlock article[subh-align=center] ._subH {
  text-align: center !important;
}
._articleBlock article[subh-align=left] ._subH {
  text-align: left !important;
}
._articleBlock article[subh-align=right] ._subH {
  text-align: right !important;
}
._articleBlock article[p-align=center] ._P {
  text-align: center !important;
}
._articleBlock article[p-align=left] ._P {
  text-align: left !important;
}
._articleBlock article[p-align=right] ._P {
  text-align: right !important;
}
._articleBlock article[description-align=center] ._description {
  text-align: center !important;
}
._articleBlock article[description-align=left] ._description {
  text-align: left !important;
}
._articleBlock article[description-align=right] ._description {
  text-align: right !important;
}
._articleBlock article[button-align=center] ._buttonCover {
  text-align: center;
}
._articleBlock article[button-align=center] ._buttonCover ._button {
  margin-left: auto !important;
  margin-right: auto !important;
}
._articleBlock article[button-align=left] ._buttonCover {
  text-align: left;
}
._articleBlock article[button-align=left] ._buttonCover ._button {
  margin-left: 0 !important;
  margin-right: auto !important;
}
._articleBlock article[button-align=right] ._buttonCover {
  text-align: right;
}
._articleBlock article[button-align=right] ._buttonCover ._button {
  margin-left: auto !important;
  margin-right: 0 !important;
}
._articleBlock article[button-textalign=center] ._button {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
._articleBlock article[button-textalign=left] ._button {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
._articleBlock article[button-textalign=right] ._button {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
._articleBlock article:not([articleSwiper=on])[img-row=x2] ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3] ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4] ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5] ._imgCover {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x2].-typeFull-Box-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x3].-typeFull-Box-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x4].-typeFull-Box-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-BoxSlice ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-BoxSlice-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-BoxSlice-R ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-Box ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-Box-L ._imgCover, ._articleBlock article:not([articleSwiper=on])[img-row=x5].-typeFull-Box-R ._imgCover {
  min-height: 100%;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._imgCover {
  width: 100%;
  margin: 0 !important;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._imgCover ._cover {
  padding: 0 !important;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._imgCover ._cover ._description {
  display: none !important;
}
._articleBlock article:not([articleSwiper=on])[img-merge=on] ._typeFullImgCover_RWD {
  margin: 0 !important;
}
._articleBlock article._articleL:not([articleSwiper=on])[img-merge=on] ._imgCover, ._articleBlock article._articleLR:not([articleSwiper=on])[img-merge=on] ._imgCover, ._articleBlock article._articleR:not([articleSwiper=on])[img-merge=on] ._imgCover, ._articleBlock article._articleRR:not([articleSwiper=on])[img-merge=on] ._imgCover {
  width: 50%;
}
._articleBlock article:not([articleSwiper=on])[img-firstbig=on] ._imgCover ._cover:first-child {
  width: 100% !important;
}
._articleBlock article._articleL:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover, ._articleBlock article._articleLR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover, ._articleBlock article._articleR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover, ._articleBlock article._articleRR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover {
  padding: 0 !important;
}
._articleBlock article._articleL:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child, ._articleBlock article._articleLR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child, ._articleBlock article._articleR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child, ._articleBlock article._articleRR:not([articleSwiper=on])[img-firstbig=on][img-merge=on] ._imgCover ._cover:first-child {
  padding: 0 !important;
}
._articleBlock article[img-size=x11] ._cover, ._articleBlock article[img-size=x34] ._cover, ._articleBlock article[img-size=x43] ._cover, ._articleBlock article[img-size=x169] ._cover {
  position: relative;
}
._articleBlock article[img-flex=center] ._imgCover ._cover {
  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;
}
._articleBlock article[img-flex=up] ._imgCover ._cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article[img-flex=down] ._imgCover ._cover {
  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;
}
._articleBlock article._article.-typeFull, ._articleBlock article._article.-typeFull-L, ._articleBlock article._article.-typeFull-R, ._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R, ._articleBlock article._article.-typeFull-Box, ._articleBlock article._article.-typeFull-Box-L, ._articleBlock article._article.-typeFull-Box-R {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeFull ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-L ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-R ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-BoxSlice ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-Box ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-Box-L ._contentWrap ._imgCover, ._articleBlock article._article.-typeFull-Box-R ._contentWrap ._imgCover {
  min-height: 100%;
}
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeFull[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._typeFullImgCover_Rwd ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._typeFullImgCover_Rwd ._H {
  display: none;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-L[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-R[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-Box[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-Box-L[typeFull-img] ._contentWrap ._wordWrap ._H, ._articleBlock article._article.-typeFull-Box-R[typeFull-img] ._contentWrap ._wordWrap ._H {
    display: none;
  }
}
._articleBlock article._article.-typeFull[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=s] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=s] ._contentWrap {
  min-height: 100%;
}
._articleBlock article._article.-typeFull[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=m] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=m] ._contentWrap {
  min-height: 100%;
}
._articleBlock article._article.-typeFull[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-L[typeFull-size=l] ._contentWrap, ._articleBlock article._article.-typeFull-Box-R[typeFull-size=l] ._contentWrap {
  min-height: 100%;
}
._articleBlock article._article.-typeFull ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-L {
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._articleBlock article._article.-typeFull-L ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-R {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._articleBlock article._article.-typeFull-R ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull ._contentWrap, ._articleBlock article._article.-typeFull-L ._contentWrap, ._articleBlock article._article.-typeFull-R ._contentWrap {
  background-color: transparent !important;
}
._articleBlock article._article.-typeFull-Box ._contentWrap, ._articleBlock article._article.-typeFull-Box-L ._contentWrap, ._articleBlock article._article.-typeFull-Box-R ._contentWrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._articleBlock article._article.-typeFull-Box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeFull-Box-L {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._articleBlock article._article.-typeFull-Box-R {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._articleBlock article._article.-typeFull-BoxSlice, ._articleBlock article._article.-typeFull-BoxSlice-L, ._articleBlock article._article.-typeFull-BoxSlice-R {
  padding: 0 !important;
}
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._articleBlock article._article.-typeFull-BoxSlice ._contentWrap ._wordWrap ._button, ._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap ._wordWrap ._button, ._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeFull-BoxSlice ._contentWrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
._articleBlock article._article.-typeFull-BoxSlice-L {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap {
  left: 0;
  right: auto;
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice-L ._contentWrap ._wordWrap ._button {
  margin-left: 0;
}
._articleBlock article._article.-typeFull-BoxSlice-R {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
._articleBlock article._article.-typeFull-BoxSlice-R ._contentWrap {
  left: auto;
  right: 0;
  margin-right: 0;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap {
  width: 100%;
  overflow: hidden;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo {
  position: relative;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo img, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._photoWrap ._photo img {
  width: 100%;
  -webkit-transition: none;
  transition: none;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._H,
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._subH,
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._P, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._H,
._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._subH,
._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._P {
  width: 100%;
  margin-left: 0 !important;
  margin-left: 0 !important;
}
._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._button, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap ._button {
  margin-left: 0;
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide ._wordWrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock article._article.-typeSwiper-L ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide, ._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
._articleBlock article._article.-typeSwiper-R ._contentWrap .swiper-container .swiper-wrapper ._cover.swiper-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover {
  margin: 0;
  height: 100%;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover {
  display: none !important;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:first-child, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:first-child {
  display: block !important;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover:nth-child(2), ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover:nth-child(2) {
  display: block !important;
  position: absolute;
  z-index: 1;
}
._articleBlock article._article.-typeOverlap-LU ._contentWrap ._imgCover ._cover ._description, ._articleBlock article._article.-typeOverlap-LD ._contentWrap ._imgCover ._cover ._description, ._articleBlock article._article.-typeOverlap-RU ._contentWrap ._imgCover ._cover ._description, ._articleBlock article._article.-typeOverlap-RD ._contentWrap ._imgCover ._cover ._description {
  display: none !important;
}
._articleBlock article._article.-typeOverlap-LD ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
._articleBlock article._article.-typeOverlap-RD ._contentWrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
._articleBlock article .swiper-container-android .swiper-slide,
._articleBlock article .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}
._articleBlock article .swiper-container {
  width: 100%;
  padding-bottom: 30px;
}
._articleBlock article .swiper-container[data-swiper-nav=off] {
  padding-bottom: 10px;
}
._articleBlock article .swiper-container .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
._articleBlock article .swiper-container .swiper-wrapper .swiper-slide._cover {
  padding: 0;
}
._articleBlock article .swiper-container .swiper-wrapper .swiper-slide ._description {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  display: block;
  word-break: break-all;
}
.video4-cover.onPage {
  padding-bottom: 56.25% !important;
  width: 100% !important;
  height: 0 !important;
}
.video4-cover.onPage img {
  height: auto !important;
  padding: 0;
  margin-top: 0.05rem;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover ._videoPlayButton,
.video4-cover .playButton {
  content: "";
  font-size: 0;
  line-height: 0;
  color: transparent;
  min-width: auto !important;
  min-height: auto !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 50%;
  background-color: #a0a0a0;
  opacity: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video4-cover ._videoPlayButton:before,
.video4-cover .playButton:before {
  content: "";
  width: 0;
  height: 0;
  margin-right: -3px;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
}
.video4-cover ._videoOverlay,
.video4-cover .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-cover:hover ._videoPlayButton,
.video4-cover:hover .playButton {
  background-color: rgb(190, 190, 190);
}
.video4-cover:hover ._videoOverlay,
.video4-cover:hover .overlay {
  opacity: 0.8;
}
.video4-cover.onPage iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.video4-player {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video4-player .video4-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.video4-player .playerCover {
  width: 80%;
  max-width: 1280px;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  position: relative;
}
.video4-player .playerCover .player {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.video4-player .playerCover .player iframe {
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 10;
}
.video4-player .playerCover .closeButton {
  width: 30px;
  height: 30px;
  background-image: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  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;
  position: absolute;
  top: -30px;
  bottom: auto;
  right: -30px;
  left: auto;
  z-index: 10;
}
.video4-player .playerCover .closeButton:before {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}
.video4-player .playerCover .closeButton:after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}
.video4-player.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video4-player.open {
  opacity: 1;
}

.video4FixedBody {
  overflow: hidden;
}

* {
  outline: none;
}

html, body {
  width: 100vw;
}

html {
  font-size: 100%;
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 93.75%;
  }
}

body {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-weight: normal;
  word-break: break-word;
  overflow-y: auto;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}
body::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgb(108, 110, 113);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.hidden-tit {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

main {
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  width: 100vw;
  overflow: hidden;
  opacity: 0;
}
.main-wrapper .all-wrapper {
  position: relative;
}

input {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
input::-webkit-input-placeholder {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
input::-moz-placeholder {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
input:-ms-input-placeholder {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
input::-ms-input-placeholder {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
input::placeholder {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.overH {
  height: 120%;
}

.letter-wrap span {
  display: inline-block;
}

.notice-wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 99999999;
}
.notice-wrapper .text {
  position: relative;
  font-size: 0.875rem;
  padding: 10px;
  color: #fff;
  background-color: #006fcc;
  border-radius: 10px;
  white-space: nowrap;
  -webkit-box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2.5px 4.3px 20px 0 rgba(0, 0, 0, 0.1);
}
.notice-wrapper .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 9px 7px;
  border-color: transparent transparent #006fcc transparent;
}
.notice-wrapper #clipboard {
  position: absolute;
  width: 100%;
  min-width: 200px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -10;
  opacity: 0;
  cursor: default;
}

.swiper-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}

.swiper-slide {
  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;
}

.swiper-box .swiper-pagination {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1400px) {
  .swiper-box .swiper-pagination {
    left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .swiper-box .swiper-pagination {
    width: 60%;
  }
}
.swiper-box .swiper-pagination.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: 90%;
}
.swiper-box .swiper-pagination .swiper-pagination-bullet {
  margin: 15px;
  background: #666;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .swiper-box .swiper-pagination .swiper-pagination-bullet {
    margin: 10px;
  }
}
.swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.swiper-box .swiper-pagination.white .swiper-pagination-bullet-active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.swiper-button {
  width: 135px;
  height: 40px;
  position: absolute;
  right: 6.5%;
  bottom: 22%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.swiper-button span {
  display: block;
  font-size: 0.9375rem;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .swiper-button span {
    font-size: 0.8125rem;
  }
}
.swiper-button .prev,
.swiper-button .next {
  width: 70px;
  height: 40px;
  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;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .swiper-button .prev,
  .swiper-button .next {
    width: 50px;
    height: 30px;
  }
}
.swiper-button .prev.swiper-button-disabled,
.swiper-button .next.swiper-button-disabled {
  opacity: 0.4;
  z-index: -10;
}
@media only screen and (max-width: 1200px) {
  .swiper-button {
    right: 50%;
    bottom: 17%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media only screen and (max-width: 900px) {
  .swiper-button {
    bottom: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .swiper-button {
    width: 115px;
  }
}
.swiper-button.between {
  width: 90%;
  right: auto;
  bottom: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.swiper-lazy {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.hasbg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.bg-desk {
  display: block;
}
@media only screen and (max-width: 768px) {
  .bg-desk {
    display: none;
  }
}

.bg-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .bg-mobile {
    display: block;
  }
}

.por {
  position: relative;
}

.position-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.tool-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  z-index: 10;
}
@media only screen and (max-width: 1400px) {
  .tool-box {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .tool-box {
    display: none !important;
  }
}
.tool-box .ball {
  width: 50px;
  height: 50px;
  background-color: #535353;
  color: #fff;
  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;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tool-box .ball:hover {
  background-color: #000;
}
.tool-box.white .menu-ball span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.tool-box.white .ball:hover {
  background-color: #fff;
  color: #000;
}
.tool-box.white .ball:hover .wrap div {
  background-color: #000;
}
.tool-box .menu-ball span {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(calc(-50% + 0.5px));
      -ms-transform: translateX(calc(-50% + 0.5px));
          transform: translateX(calc(-50% + 0.5px));
  top: -25px;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  color: #212121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tool-box .menu-ball span {
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .tool-box .menu-ball span {
    font-weight: bold;
  }
}
.tool-box .menu-ball .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 20px;
}
.tool-box .menu-ball .wrap div {
  width: 4px;
  height: 4px;
  margin: 3px;
  border-radius: 50%;
  background-color: #fff;
}
.tool-box .lang-ball {
  font-weight: bold;
}

.fork {
  width: 16px;
  height: 16px;
  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;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.fork:hover {
  opacity: 0.6;
}
.fork .control {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fork .control div {
  background-color: #202121;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
      -ms-transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
          transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
}
.fork .control div:nth-child(1) {
  width: 1px;
  height: 100%;
}
.fork .control div:nth-child(2) {
  width: 100%;
  height: 1px;
}

.arrow-wrap .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #000;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.arrow-wrap .arrow.up {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow-wrap .arrow.down {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arrow-wrap .arrow.right {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.arrow-wrap .arrow.left {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.top-scroll {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top-scroll .arrow-wrap .arrow {
  width: 9px;
  height: 9px;
}
.top-scroll .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
}
.top-scroll .text span {
  display: block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  .top-scroll .text span {
    font-weight: bold;
  }
}
.top-scroll:hover {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn-scroll {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  right: 45px;
  bottom: 60px;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .btn-scroll {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-scroll {
    right: 20px;
  }
}
.btn-scroll .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.btn-scroll .text span {
  display: block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-scroll .text span {
    font-weight: bold;
  }
}
.btn-scroll .arrow-wrap {
  -webkit-animation: scrollArrow 1.5s 0.8s infinite;
          animation: scrollArrow 1.5s 0.8s infinite;
}
.btn-scroll .line {
  position: absolute;
  left: 50%;
  bottom: 55px;
  width: 1px;
  height: 175px;
}
.btn-scroll .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 175px;
  background-color: inherit;
}
.btn-scroll.white .arrow {
  border-color: #fff;
}
.btn-scroll.white .text span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.btn-scroll:hover .text span {
  -webkit-animation: scrollText 0.6s forwards;
          animation: scrollText 0.6s forwards;
}
.btn-scroll:hover .text span:nth-child(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.btn-scroll:hover .text span:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.btn-scroll:hover .text span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.btn-scroll:hover .text span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.btn-scroll:hover .text span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.btn-scroll:hover .text span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.btn-scroll:hover .text span:nth-child(6) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.btn-learn-wrap {
  width: 100%;
}
.btn-learn-wrap.center {
  text-align: center;
}
.btn-learn-wrap.right {
  text-align: right;
}
.btn-learn-wrap.left {
  text-align: left;
}

.btn-learn {
  background: transparent;
  cursor: pointer;
  display: inline-block;
  padding: 18px 30px;
  position: relative;
  background: transparent;
  backdrop-filter: blur(2px);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.btn-learn .border {
  border: 1px solid;
  border-color: #000;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-learn:hover {
  backdrop-filter: blur(5px);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.btn-learn:hover .border {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn-learn:hover .arrow {
  -webkit-animation: btnArrow 1.3s 0.1s infinite;
          animation: btnArrow 1.3s 0.1s infinite;
}
.btn-learn .wrap {
  width: 100%;
  height: 100%;
  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;
}
.btn-learn .obj-icon {
  font-size: 15px;
}
.btn-learn .word {
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 0.5px;
  margin-right: 20px;
}
.btn-learn .arrow {
  font-size: 1.5625rem;
}
.btn-learn.white {
  border-color: #fff;
  color: #fff;
}
.btn-learn.white .border {
  border-color: #fff;
}
.btn-learn.whiteVer2 {
  border-color: #fff;
  color: #171920;
  background: #fff;
}
.btn-learn.whiteVer2 .border {
  border-color: #fff;
}
.btn-learn.normal .word {
  font-weight: normal;
}
.btn-learn.reverse .word {
  margin-right: 0;
  margin-left: 15px;
}
.btn-learn.reverse:hover .arrow {
  -webkit-animation: btnArrow2 1.3s 0.1s infinite;
          animation: btnArrow2 1.3s 0.1s infinite;
}

.title-type {
  padding-bottom: 45px;
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
}
.title-type .title {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.6875rem;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .title-type .title {
    font-weight: bold;
  }
}
.title-type .content {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  font-size: 0.84375rem;
  line-height: 1.5;
  letter-spacing: 0.45px;
}
.title-type .other .tag {
  margin-left: 18px;
}
.title-type.left {
  text-align: left;
}
.title-type.right {
  text-align: right;
}
.title-type.center {
  text-align: center;
}
.title-type.waypoint .title {
  opacity: 0;
  -webkit-transform: translate(15px, 10px) skew(1deg, 10deg);
      -ms-transform: translate(15px, 10px) skew(1deg, 10deg);
          transform: translate(15px, 10px) skew(1deg, 10deg);
  -webkit-transition: 0s;
  transition: 0s;
}
.title-type.waypoint .title {
  opacity: 0;
  -webkit-transform: translate(15px, 0);
      -ms-transform: translate(15px, 0);
          transform: translate(15px, 0);
}
.title-type.waypoint .content, .title-type.waypoint .other {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.title-type.show .title {
  opacity: 1;
  -webkit-transform: translate(0, 0) skew(0);
      -ms-transform: translate(0, 0) skew(0);
          transform: translate(0, 0) skew(0);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}
.title-type.show .content, .title-type.show .other {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media only screen and (max-width: 1100px) {
  .title-type .title {
    font-size: 2.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .title-type {
    max-width: none;
    width: 80%;
  }
  .title-type .title {
    font-size: 1.875rem;
  }
}
@media only screen and (max-width: 350px) {
  .title-type {
    max-width: none;
    width: 90%;
  }
  .title-type .title {
    font-size: 1.625rem;
  }
}

.title-type2 {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .title-type2 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .title-type2 {
    max-width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .title-type2 {
    max-width: 95%;
  }
}
.title-type2 .title {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 2.5625rem;
  line-height: 1.1;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .title-type2 .title {
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .title-type2 .title {
    font-size: 2.0625rem;
  }
}
@media only screen and (max-width: 350px) {
  .title-type2 .title {
    font-size: 1.625rem;
  }
}
.title-type2 .content {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .title-type2 .content {
    width: 90%;
    margin: 0 auto;
  }
}
.title-type2.small {
  font-size: 1.3125rem;
  line-height: 1.1;
}
.title-type2.left {
  text-align: left;
}
.title-type2.right {
  text-align: right;
}
.title-type2.center {
  text-align: center;
}

.title-type3 {
  width: 100%;
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .title-type3 {
    max-width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  .title-type3 {
    max-width: 90%;
  }
}
.title-type3 .title {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.875rem;
  line-height: 1.3;
  color: #202121;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .title-type3 .title {
    font-weight: bold;
  }
}
.title-type3 .content {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.55px;
  color: #202121;
}

.input-group {
  width: 410px;
  height: 70px;
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 575px) {
  .input-group {
    width: 100%;
  }
}
.input-group .text {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.625rem;
  letter-spacing: 0.5px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.input-group .text.focus {
  -webkit-transform: translate(0, -50%) scale(1.1);
      -ms-transform: translate(0, -50%) scale(1.1);
          transform: translate(0, -50%) scale(1.1);
  opacity: 0;
  -webkit-transition: 0.7s !important;
  transition: 0.7s !important;
}
@media only screen and (max-width: 1024px) {
  .input-group .text {
    left: 20px;
  }
}
.input-group .line {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 100%;
  pointer-events: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.input-group .line.focus {
  height: 20%;
  opacity: 0;
  left: 40px;
  -webkit-transition: 0.7s !important;
  transition: 0.7s !important;
}
@media only screen and (max-width: 1024px) {
  .input-group .line.focus {
    left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .input-group .line {
    height: 80%;
  }
}
.input-group input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border: none;
  background: transparent;
  font-size: 1.625rem;
  line-height: 1.1;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
@media only screen and (max-width: 1024px) {
  .input-group input {
    padding-left: 20px;
    font-size: 1rem;
  }
}

.decor-line-wrap {
  width: 100%;
  height: 100px;
  margin: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .decor-line-wrap {
    margin: 30px 0;
  }
}
.decor-line-wrap.waypoint .line {
  height: 0;
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.decor-line-wrap.show .line {
  height: 100%;
}
.decor-line-wrap .line {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background-color: #999;
}

.item-cart {
  width: 50px;
  text-align: center;
  position: fixed;
  right: 25px;
  bottom: 50px;
  cursor: pointer;
  z-index: 50;
}
.item-cart.white .inner {
  color: #fff;
}
.item-cart.white::before {
  background-color: #fff;
}
.item-cart::before {
  content: "";
  width: 10px;
  height: 160%;
  background-color: #202121;
  position: absolute;
  left: calc(100% + 15px);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1300px) {
  .item-cart {
    right: 2vw;
  }
  .item-cart::before {
    height: 150%;
    left: calc(100% + 1.2vw);
  }
}
@media only screen and (max-width: 1024px) {
  .item-cart {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    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;
    right: 15px;
    bottom: 15px;
  }
  .item-cart::before {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .item-cart {
    width: 45px;
    height: 45px;
  }
}
.item-cart:hover .icon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.item-cart:hover .text {
  margin-bottom: 12px;
}
.item-cart .inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .item-cart .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.item-cart .icon {
  font-size: 22px;
  margin-bottom: 11px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1024px) {
  .item-cart .icon {
    font-size: 27px;
    margin-bottom: 0;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 400px) {
  .item-cart .icon {
    font-size: 20px;
  }
}
.item-cart .text {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.45px;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .item-cart .text {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .item-cart .text {
    font-weight: bold;
  }
}
.item-cart .number {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.6875rem;
  line-height: 1.2;
  letter-spacing: 0.9px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .item-cart .number {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 400px) {
  .item-cart .number {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .item-cart .number {
    font-weight: bold;
  }
}

.paths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paths .path {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.paths .path::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #212020;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.paths .path:hover::after {
  width: 100%;
}
.paths .path + .path:before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #202121;
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 0.5px));
      -ms-transform: translateY(calc(-50% + 0.5px));
          transform: translateY(calc(-50% + 0.5px));
}
.paths .path .icon {
  margin-right: 8px;
  font-size: 18px;
}
.paths .path .text {
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #202121;
}
@media only screen and (max-width: 767px) {
  .paths .path .text {
    font-weight: bold;
  }
}

.bar {
  width: 100%;
  height: 80px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .bar {
    height: 60px;
  }
}
.bar .scrollbar-inner {
  width: 80%;
  margin: 0 auto;
}
.bar .scroll-content {
  padding: 0 120px;
}
.bar .scroll-y {
  display: none !important;
}
.bar .scroll-x {
  height: 4px !important;
}
.bar .container {
  width: 90%;
  height: 100%;
  margin: 0 auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.bar .bar-list-group {
  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;
}
.bar .bar-list-group.first-path .bar-list:not(:first-child) .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #212020;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bar .bar-list-group.first-path .bar-list:not(:first-child) .wrap:hover::after {
  width: 100%;
}
.bar .bar-list-group.first-path .bar-list:first-child {
  margin: 0;
}
.bar .bar-list-group .bar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 14px;
  padding: 0 45px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
@media only screen and (max-width: 1200px) {
  .bar .bar-list-group .bar-list {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .bar .bar-list-group .bar-list {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 350px) {
  .bar .bar-list-group .bar-list {
    padding: 0 10px;
  }
}
.bar .bar-list-group .bar-list.target .text {
  color: red;
}
.bar .bar-list-group .bar-list .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #212020;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bar .bar-list-group .bar-list .wrap:hover::after {
  width: 100%;
}
.bar .bar-list-group .bar-list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.bar .bar-list-group .bar-list .icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}
.bar .bar-list-group .bar-list .text {
  display: inline-block;
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.5px;
  white-space: nowrap;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width: 767px) {
  .bar .bar-list-group .bar-list .text {
    font-weight: bold;
  }
}
.bar .bar-list-group .bar-list + .bar-list::before {
  content: "";
  width: 1px;
  height: 170%;
  background-color: #bababa;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 0.5px));
      -ms-transform: translateY(calc(-50% + 0.5px));
          transform: translateY(calc(-50% + 0.5px));
}

.card-mask {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  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;
  cursor: pointer;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-mask .wrap span {
  display: inline-block;
}
.card-mask .wrap .text {
  width: 100%;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card-mask .wrap .text span {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .card-mask .wrap .text span {
    font-weight: bold;
  }
}
.card-mask .wrap .cirs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-mask .wrap .cir {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-mask .wrap .cir:nth-child(2) {
  margin: 0 8px;
}

.filter {
  position: relative;
  width: 400px;
  text-align: center;
}
.filter.active {
  z-index: 1;
  -webkit-box-shadow: 5.4px 8.4px 35.6px 3.4px rgba(0, 0, 0, 0.25);
          box-shadow: 5.4px 8.4px 35.6px 3.4px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.filter.active .filter-tit {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.filter.active .icon-angle {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.filter-tit {
  height: 45px;
  margin: 0 20px;
  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;
  cursor: pointer;
}
.filter-tit .icon-date, .filter-tit .icon-list {
  padding-right: 14px;
  font-size: 1.125rem;
}
.filter-tit > p {
  letter-spacing: 0.54px;
  font-size: 1.03125rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
.filter-tit .icon-angle {
  padding-left: 15px;
  opacity: 0.5;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.filter-dropdown {
  display: none;
  width: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 5.4px 17.4px 17.6px 3.4px rgba(0, 0, 0, 0.25);
          box-shadow: 5.4px 17.4px 17.6px 3.4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  z-index: 5;
}
.filter-dropdown .scrollbar-inner {
  max-height: 190px !important;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.filter-dropdown .scrollbar-inner > .scroll-element.scroll-y {
  right: 10px;
  width: 4px;
}
.filter-dropdown .scrollbar-outer > .scroll-element {
  background-color: #fff;
}
.filter-dropdown .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #eee;
  opacity: 0.5;
}
.filter-dropdown .scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #e0e0e0;
}
.filter-dropdown .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left 1%, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  width: 100%;
  height: 25%;
  z-index: 1;
  pointer-events: none;
}
.filter-dropdown ul {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}
.filter-dropdown li {
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter-dropdown li:hover {
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 1500px) {
  .filter {
    width: 350px;
  }
}
@media only screen and (max-width: 1300px) {
  .filter {
    width: 250px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .filter.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (max-width: 767px) {
  .filter {
    width: 280px;
  }
}

.other .date, .other .tag {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  font-size: 0.9375rem;
}
.other .tag {
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.other .tag::before {
  content: "# ";
}
.other .tag:hover {
  opacity: 0.5;
}

.page-change {
  width: 100%;
}
.page-change .wrap, .page-change .too-start, .page-change .prev, .page-change .page, .page-change .next, .page-change .too-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 7px;
}
.page-change .wrap {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-change .too-start, .page-change .prev, .page-change .next, .page-change .too-end, .page-change .no {
  cursor: pointer;
}
.page-change .too-start:hover, .page-change .prev:hover, .page-change .next:hover, .page-change .too-end:hover, .page-change .no:hover {
  opacity: 0.7;
}
.page-change .page .no {
  margin: 0 10px;
  font-size: 1.125rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-change .page .no span {
  display: inline-block;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.page-change .page .no:first-child {
  margin-left: 3px;
}
.page-change .page .no:last-child {
  margin-right: 3px;
}
.page-change .page .no.now span {
  color: #000;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media only screen and (max-width: 767px) {
  .page-change .page .no.now span {
    font-weight: bold;
  }
}
.page-change .too-start .arrow-wrap:nth-child(2) {
  margin-left: -5px;
}
.page-change .too-end .arrow-wrap:nth-child(1) {
  margin-right: -5px;
}

.tag-active {
  display: none;
  width: 100%;
  color: #fff;
  background-color: #0c1f1f;
  z-index: 1;
}
.tag-active .text {
  text-align: center;
  padding: 30px 0;
}
.tag-active .text span {
  font-size: 1.125rem;
}
.tag-active .text span:first-child {
  padding-right: 20px;
  position: relative;
}
.tag-active .text span:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
}
.tag-active .text span:last-child {
  padding-left: 25px;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  .tag-active .text span:last-child {
    font-weight: bold;
  }
}
.tag-active .tag-close {
  position: relative;
}
.tag-active .tag-close span {
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: 3%;
  display: block;
  width: 20px;
  height: 20px;
}
.tag-active .tag-close span::after, .tag-active .tag-close span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.tag-active .tag-close span::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tag-active .tag-close span::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.news-content {
  width: 100%;
  margin: 0 auto;
}
.news-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.news-content li {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-bottom: 90px;
  margin-right: 95px;
}
.news-content li.waypoint {
  opacity: 0;
  -webkit-transform: skewX(5deg);
      -ms-transform: skewX(5deg);
          transform: skewX(5deg);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.news-content li.show {
  opacity: 1;
  -webkit-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
          transform: skewX(0deg);
}
@media only screen and (min-width: 1025px) {
  .news-content li:hover .img-blazy .img {
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
        -ms-transform: rotate(2deg) scale(1.1, 1.1);
            transform: rotate(2deg) scale(1.1, 1.1);
  }
  .news-content li:hover .img-blazy .img::after {
    opacity: 1 !important;
  }
}
.news-content li:nth-child(3n) {
  margin-right: 0;
}
.news-content .img-blazy {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-content .img-blazy .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news-content .img-blazy .img {
  padding-bottom: 59.95%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.news-content .img-blazy .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}
.news-content .text {
  padding-top: 30px;
  color: #202121;
}
.news-content .text h2 {
  padding-bottom: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 1.5rem;
  line-height: 1.3;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
.news-content .text p {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25rem;
  max-height: 2.5rem;
}
.news-content .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.news-content .other a {
  margin-left: 20px;
}
@media only screen and (max-width: 1500px) {
  .news-content ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .news-content li {
    margin-bottom: 50px;
    margin-right: 10px;
  }
  .news-content li:nth-child(3n) {
    margin-right: 10px;
  }
  .news-content li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .news-content li {
    max-width: calc(50% - 10px);
  }
  .news-content .text h2 {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 900px) {
  .news-content .other {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .news-content .text {
    padding-top: 15px;
  }
  .news-content .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 15px;
  }
  .news-content .other .date, .news-content .other .tag {
    font-size: 0.8125rem;
    margin: 0;
  }
  .news-content .other .date {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 500px) {
  .news-content .text h2 {
    font-size: 1.125rem;
  }
}

.products-wrap {
  width: 100%;
}
.products-wrap .product-cards {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards {
    max-width: 990px;
  }
}
@media only screen and (max-width: 1024px) {
  .products-wrap .product-cards {
    max-width: 660px;
  }
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards {
    max-width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  .products-wrap .product-cards {
    max-width: 100%;
  }
}
.products-wrap .product-cards .card.single {
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards .card.single {
    max-width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .products-wrap .product-cards .card.single {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .products-wrap .product-cards .card.single:hover .card-mask {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
  }
  .products-wrap .product-cards .card.single:hover .card-mask .text {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .products-wrap .product-cards .card.single:hover .card-mask .cir {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.products-wrap .product-cards .card.single .inner-txt {
  margin-top: 20px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards .card.single .inner-txt {
    padding: 0 8px;
  }
}
.products-wrap .product-cards .card.single .image-box img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.products-wrap .product-cards .card.single .image-box img.active {
  z-index: 2;
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .products-wrap .product-cards .card.single .image-box.hover .card-mask {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
  }
  .products-wrap .product-cards .card.single .image-box.hover .card-mask .text {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .products-wrap .product-cards .card.single .image-box.hover .card-mask .cir {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.products-wrap .product-cards .card.single .image-box .image-control {
  padding-bottom: 100%;
}
.products-wrap .product-cards .card.ad {
  max-width: 610px;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards .card.ad {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards .card.ad {
    max-width: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .products-wrap .product-cards .card.ad {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .products-wrap .product-cards .card.ad:hover .image-box .image-control {
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
        -ms-transform: rotate(2deg) scale(1.1, 1.1);
            transform: rotate(2deg) scale(1.1, 1.1);
  }
  .products-wrap .product-cards .card.ad:hover .image-box .image-control::after {
    opacity: 1 !important;
  }
}
.products-wrap .product-cards .card.ad .image-box {
  overflow: hidden;
}
.products-wrap .product-cards .card.ad .image-control {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.products-wrap .product-cards .card.ad .image-control::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}
.products-wrap .product-cards .card.ad .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards .card.ad .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products-wrap .product-cards .card.ad .image-box {
  width: 49.59%;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards .card.ad .image-box {
    width: 100%;
  }
}
.products-wrap .product-cards .card.ad .image-box .image-control {
  padding-bottom: 125.9%;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards .card.ad .image-box .image-control {
    padding-bottom: 100%;
  }
}
.products-wrap .product-cards .card.ad .image-box img {
  width: 100%;
  height: 100%;
}
.products-wrap .product-cards .card.ad .inner-txt {
  width: 51.41%;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards .card.ad .inner-txt {
    width: 100%;
    min-height: 140px;
  }
}
.products-wrap .product-cards .card.ad .inner-txt .box {
  width: 100%;
  height: 100%;
  padding: 20px;
  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 only screen and (max-width: 1350px) {
  .products-wrap .product-cards .card.ad .inner-txt .box {
    width: 100%;
    min-height: 140px;
  }
}
@media only screen and (max-width: 350px) {
  .products-wrap .product-cards .card.ad .inner-txt .box {
    min-height: 80px;
  }
}
.products-wrap .product-cards .card {
  width: 100%;
  margin: 0 25px 85px;
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards .card {
    margin: 0 25px 60px;
  }
}
@media only screen and (max-width: 500px) {
  .products-wrap .product-cards .card {
    margin: 0;
    padding: 0 3.9% 40px;
  }
}
.products-wrap .product-cards .card.waypoint {
  opacity: 0;
  -webkit-transform: skewX(5deg);
      -ms-transform: skewX(5deg);
          transform: skewX(5deg);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.products-wrap .product-cards .card.show {
  opacity: 1;
  -webkit-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
          transform: skewX(0deg);
}
.products-wrap .product-cards .inner {
  width: 100%;
}
.products-wrap .product-cards .inner .label-control {
  width: 100%;
  height: 5px;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}
.products-wrap .product-cards .inner .label-control .wrap {
  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;
}
.products-wrap .product-cards .inner .label-control .dot {
  width: 10px;
  height: 10px;
  background-color: #aaa;
  margin: 0 10px;
  cursor: pointer;
}
.products-wrap .product-cards .inner .label-control .dot.active {
  background-color: #000;
}
.products-wrap .product-cards .inner .image-box {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
}
.products-wrap .product-cards .inner .image-box .image-control {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.products-wrap .product-cards .inner .image-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.products-wrap .product-cards .inner .image-box img.desk {
  display: block;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards .inner .image-box img.desk {
    display: none;
  }
}
.products-wrap .product-cards .inner .image-box img.mob {
  display: none;
}
@media only screen and (max-width: 1350px) {
  .products-wrap .product-cards .inner .image-box img.mob {
    display: block;
  }
}
.products-wrap .product-cards .inner .label {
  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: auto;
  height: 40px;
  padding: 0 23px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
@media only screen and (max-width: 500px) {
  .products-wrap .product-cards .inner .label {
    height: 30px;
    padding: 0 15px;
  }
}
.products-wrap .product-cards .inner .label span {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards .inner .label span {
    font-weight: bold;
  }
}
.products-wrap .product-cards .inner .title-box {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media only screen and (max-width: 500px) {
  .products-wrap .product-cards .inner .title-box {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 350px) {
  .products-wrap .product-cards .inner .title-box {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards .inner .title-box {
    font-weight: bold;
  }
}
.products-wrap .product-cards .inner .text-box {
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .products-wrap .product-cards .inner .text-box {
    font-weight: bold;
  }
}
@media only screen and (max-width: 350px) {
  .products-wrap .product-cards .inner .text-box {
    display: none;
  }
}

.no-result {
  max-width: 400px;
  min-height: 50vh;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}
.no-result .text {
  padding: 60px 90px;
  background-color: #202121;
}
.no-result .text span {
  display: block;
  color: #fff;
  text-align: center;
}
.no-result .text span:first-child {
  letter-spacing: 0.73px;
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
.no-result .text span:last-child {
  font-size: 1.03125rem;
  letter-spacing: 0.54px;
  line-height: 2;
}

.header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 50px;
  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;
  background-color: #fcfbfb;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.27);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.27);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header-scroll.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 15;
}
.header-scroll.hide {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  z-index: 0;
}
.header-scroll .scroll-y {
  display: none !important;
}
.header-scroll .scroll-x {
  height: 4px !important;
}
.header-scroll .btn-learn {
  height: 45px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-scroll .btn-learn .arrow {
  margin-top: 4px;
}
.header-scroll .center {
  white-space: nowrap;
  overflow-x: auto;
  margin: 15px 25px;
}
.header-scroll h2 {
  color: #202121;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  font-size: 1.28125rem;
  line-height: 1.5;
  padding: 10px 0;
}
.header-scroll .other {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-scroll .date, .header-scroll .tag {
  font-size: 0.875rem;
}
@media only screen and (max-width: 900px) {
  .header-scroll {
    height: 58px;
    padding: 0;
  }
  .header-scroll .center {
    width: 100%;
    text-align: center;
  }
  .header-scroll .other {
    display: none;
  }
  .header-scroll .btn-learn {
    width: 70px;
    height: 100%;
  }
  .header-scroll .btn-learn .border {
    border: 0;
    border-right: solid 1px rgba(0, 0, 0, 0.3);
  }
  .header-scroll .btn-learn .word {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-scroll .btn-learn {
    width: 50px;
  }
  .header-scroll .center {
    margin: 15px;
  }
  .header-scroll h2 {
    padding: 8px 0;
    font-size: 1rem;
  }
}

.header-detail {
  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%;
  padding: 40px 50px 40px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.header-detail.none {
  top: -50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header-detail.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
  padding: 10px 30px 10px 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width: 767px) {
  .header-detail.active {
    padding: 10px 20px 10px;
  }
}
.header-detail.white .btn-learn .border {
  border-color: #fff;
}
.header-detail.white .btn-learn .icon, .header-detail.white .btn-learn .word, .header-detail.white .btn-learn .arrow {
  color: #fff;
}
.header-detail.white .middle-btn .icon {
  color: #fff;
}
.header-detail.white .logo-group .icon {
  color: #fff;
}
.header-detail.white .logo-group img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.header-detail.hide {
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
}
.header-detail .btn-learn {
  width: 183px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-detail .btn-learn .arrow {
  margin-top: 3px;
}
.header-detail .middle-btn {
  width: 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;
  margin-left: 20px;
}
.header-detail .middle-btn .icon {
  cursor: pointer;
  margin: 0 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1024px) {
  .header-detail .middle-btn .icon {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 350px) {
  .header-detail .middle-btn .icon {
    margin: 0 5px;
  }
}
.header-detail .middle-btn .icon span {
  font-size: 16px;
}
.header-detail .middle-btn .icon .icon-lang {
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .header-detail .middle-btn .icon:hover {
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.header-detail .logo-group {
  width: auto;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.header-detail .logo-group .wrap {
  display: inline-block;
}
.header-detail .logo-group .icon {
  font-size: 29px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.header-detail .logo-group img {
  width: auto;
  height: 60px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 1200px) {
  .header-detail {
    padding-top: 20px;
  }
  .header-detail .btn-learn {
    width: 125px;
    height: 60px;
    padding: 0;
  }
  .header-detail .logo-group {
    width: auto;
  }
  .header-detail .logo-group .icon {
    font-size: 20px;
  }
  .header-detail .logo-group img {
    height: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-detail .btn-learn {
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .header-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 18px;
  }
  .header-detail .logo-group {
    margin-left: 0;
    margin-right: auto;
  }
  .header-detail .middle-btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .header-detail .btn-learn {
    width: 90px;
    height: 55px;
  }
  .header-detail .btn-learn .border {
    border: 0;
  }
}
@media only screen and (max-width: 400px) {
  .header-detail .btn-learn {
    width: auto;
    text-align: center;
  }
  .header-detail .btn-learn .word {
    margin: 0;
  }
  .header-detail .btn-learn .arrow {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .header-detail {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.show-case-swiper {
  width: 100%;
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .show-case-swiper {
    padding: 20px 0;
  }
}
.show-case-swiper .control {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 50px;
}
.show-case-swiper .control.waypoint {
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.8s 0.2s;
  transition: 0.8s 0.2s;
}
.show-case-swiper .control.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.show-case-swiper .title-wrap {
  margin-bottom: 40px;
}
.show-case-swiper .content-wrap .inner {
  width: 100%;
  max-width: 280px;
  text-align: center;
  position: relative;
}
.show-case-swiper .content-wrap .inner .image-wrap {
  width: 100%;
  background-color: #eaeaea;
  position: relative;
}
.show-case-swiper .content-wrap .inner .image-wrap .image-control {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.show-case-swiper .content-wrap .inner .image-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.show-case-swiper .content-wrap .inner .txt-wrap {
  padding-top: 20px;
}
.show-case-swiper .content-wrap .inner .title {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3;
  color: #202121;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .show-case-swiper .content-wrap .inner .title {
    font-weight: bold;
  }
}
.show-case-swiper .content-wrap .inner .text {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .show-case-swiper .content-wrap .inner .text {
    font-weight: bold;
  }
}
.show-case-swiper .content-wrap .swiper-box {
  max-width: 1380px;
  margin: 0 auto;
}
@media only screen and (max-width: 1650px) {
  .show-case-swiper .content-wrap .swiper-box {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1400px) {
  .show-case-swiper .content-wrap .swiper-box {
    max-width: 820px;
  }
}
@media only screen and (max-width: 1100px) {
  .show-case-swiper .content-wrap .swiper-box {
    max-width: 280px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .show-case-swiper .content-wrap .swiper-slide:hover .image-wrap .card-mask {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 3;
  }
  .show-case-swiper .content-wrap .swiper-slide:hover .image-wrap .card-mask .text {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .show-case-swiper .content-wrap .swiper-slide:hover .image-wrap .card-mask .cir {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.show-case-swiper .content-wrap .swiper-button {
  width: auto;
  height: auto;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.show-case-swiper .content-wrap .swiper-button .prev {
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (max-width: 575px) {
  .show-case-swiper .content-wrap .swiper-button .prev {
    left: -40px;
  }
}
.show-case-swiper .content-wrap .swiper-button .next {
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media only screen and (max-width: 575px) {
  .show-case-swiper .content-wrap .swiper-button .next {
    right: -40px;
  }
}

.info {
  position: relative;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 80px;
}
.info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-block {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 95px;
}
.info-block .img {
  width: 420px;
}
@media only screen and (min-width: 1201px) {
  .info-block .img {
    opacity: 0;
    position: fixed;
    -webkit-transform: translate(-50%, -40%);
        -ms-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    z-index: 0;
  }
  .info-block .img.active {
    opacity: 1;
  }
}
.info-block .text {
  max-width: 400px;
  width: 100%;
  z-index: 1;
  color: #202121;
}
.info-block .text h2 {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
.info-block .text p {
  font-family: "QUESTION", "CenturyGothic";
  font-size: 0.875rem;
  line-height: 1.4;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25rem;
  max-height: 2.5rem;
}
.info-block:hover .text h2 {
  opacity: 0.8;
}
@media only screen and (max-width: 1200px) {
  .info-block.waypoint {
    opacity: 0;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
  }
}
@media only screen and (max-width: 1200px) {
  .info-block.show {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.info-block.mark1 {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 6%;
}
.info-block.mark2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 6%;
}
.info .other {
  padding-top: 20px;
}
.info .fakeline {
  width: 1px;
  background-color: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.info .fakeline.waypoint {
  height: 0;
}
@media only screen and (max-width: 1200px) {
  .info .fakeline.waypoint {
    width: 0;
  }
}
.info .fakeline.show {
  height: 190px;
}
@media only screen and (max-width: 1200px) {
  .info .fakeline.show {
    height: 1px;
    width: 90%;
  }
}
.info.row1 {
  padding: 0 0 30px 0 !important;
}
.info.row1 .info-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info.row1 .info-block {
  width: 35%;
}
@media only screen and (max-width: 1200px) {
  .info.row1 .info-block {
    width: 70%;
  }
}
@media only screen and (max-width: 900px) {
  .info.row1 .info-block {
    width: 90%;
  }
}
@media only screen and (max-width: 575px) {
  .info.row1 .info-block {
    width: 95%;
  }
}
.info.row1 .swiper-button.between {
  width: 50%;
}
.info.row1 .fakeline {
  display: none;
}
.info.row2 {
  padding: 0 0 30px 0 !important;
}
.info.row2 .block-text::before {
  opacity: 0;
}
.info.row2 .swiper-button {
  width: 100% !important;
}
@media only screen and (max-width: 1800px) {
  .info.row2 .swiper-button {
    width: 75% !important;
  }
}
@media only screen and (max-width: 1500px) {
  .info.row2 .swiper-button {
    width: 50% !important;
  }
  .info.row2 .fakeline {
    display: none !important;
  }
}
@media only screen and (max-width: 1200px) {
  .info {
    padding: 30px 0;
  }
  .info-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .info-block {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 70px;
    border-bottom: 1px solid #e5e5e5;
  }
  .info-block .img {
    margin-bottom: 30px;
    position: relative;
    display: none;
  }
  .info-block .text {
    position: relative;
  }
  .info-block .text h2 {
    padding-bottom: 12px;
  }
  .info-block .other {
    padding-top: 20px;
  }
  .info-block:last-child {
    border-bottom: none;
  }
  .info .fakeline {
    width: 90%;
    height: 1px;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .info-block .img {
    width: 85%;
  }
  .info-block.mark1 .img {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-left: auto;
  }
  .info-block.mark2 .img {
    margin-right: auto;
  }
}
@media only screen and (max-width: 650px) {
  .info-block.mark1 .img {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    margin-left: auto;
  }
  .info-block.mark2 .img {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .info .swiper-button {
    display: none;
  }
}
.info .mobile-btn {
  display: none;
}
.info .mobile-btn span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 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;
  font-size: 0.875rem;
}
.info .mobile-btn.left span {
  left: 5vw;
}
.info .mobile-btn.right span {
  right: 5vw;
}
@media only screen and (max-width: 1200px) {
  .info .mobile-btn {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .info .mobile-btn.left span {
    left: 5px;
  }
  .info .mobile-btn.right span {
    right: 5px;
  }
}
@media only screen and (max-width: 650px) {
  .info .mobile-btn span {
    top: calc(100% - 55px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.info .fakeContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 30px 0;
}
.social a {
  padding: 0 20px;
  font-size: 1.25rem;
}
.social a:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 1100px) {
  .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.social.waypoint li {
  opacity: 0;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.social.waypoint li:nth-child(0) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.social.waypoint li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.social.waypoint li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.social.waypoint li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.social.waypoint li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.social.waypoint li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.social.waypoint li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.social.show li {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.blur {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

.banner-mask.active {
  opacity: 1;
}
.banner-mask::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.no-break {
  white-space: nowrap;
}

.trans-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.trans-box .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
  overflow: hidden;
}
.trans-box .logo span {
  color: #fff;
  font-size: 5.625rem;
  -webkit-animation: textOut 0.7s 0.8s linear forwards;
          animation: textOut 0.7s 0.8s linear forwards;
}
@media only screen and (max-width: 1100px) {
  .trans-box .logo span {
    font-size: 4.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .trans-box .logo span {
    font-size: 2.75rem;
  }
}
.trans-box .logo img {
  width: 910px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-animation: textOut2 0.7s 0.8s linear forwards;
          animation: textOut2 0.7s 0.8s linear forwards;
}
@media only screen and (max-width: 1100px) {
  .trans-box .logo img {
    width: 685px;
  }
}
@media only screen and (max-width: 767px) {
  .trans-box .logo img {
    width: 320px;
  }
}
.trans-box .logo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #202121;
  visibility: hidden;
  -webkit-animation: cover 0.8s ease forwards;
          animation: cover 0.8s ease forwards;
}
.trans-box .right {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.trans-box .right .cir {
  position: absolute;
  border-radius: 100%;
}
.trans-box .right .cir2 {
  top: 8.3%;
  left: 90%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #202121;
}
@media only screen and (max-width: 1100px) {
  .trans-box .right .cir2 {
    top: 6%;
    left: 95%;
  }
}
.trans-box.hide {
  z-index: -1000;
  pointer-events: none;
}
.trans-box.in {
  z-index: 1000;
}
.trans-box.in .logo:after {
  visibility: visible;
  -webkit-animation: cover 0.8s ease forwards;
          animation: cover 0.8s ease forwards;
}
.trans-box.in .right .cir2 {
  width: 5000px;
  height: 5000px;
  -webkit-animation: circleOut2 0.7s 1s ease forwards;
          animation: circleOut2 0.7s 1s ease forwards;
}
.trans-box.out .right .cir2 {
  width: 0;
  height: 0;
  -webkit-animation: circleIn2 0.6s 0.2s ease-in-out forwards;
          animation: circleIn2 0.6s 0.2s ease-in-out forwards;
}
.trans-box.out .right .cir2::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  top: 8%;
  left: 90%;
  width: 0;
  height: 0;
  opacity: 0.8;
  background-color: #e67da6;
  -webkit-animation: circleIn2 0.6s ease-in-out forwards;
          animation: circleIn2 0.6s ease-in-out forwards;
}

._articleBlock {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px 120px;
}
@media only screen and (max-width: 1200px) {
  ._articleBlock {
    width: 80%;
  }
}
@media only screen and (max-width: 900px) {
  ._articleBlock {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  ._articleBlock {
    padding: 30px 30px 85px;
  }
}
._articleBlock ._imgCover.waypoint, ._articleBlock ._wordWrap.waypoint {
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
._articleBlock ._imgCover.show, ._articleBlock ._wordWrap.show {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.img-blazy .img {
  position: relative;
}
.img-blazy .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.b-lazy {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.b-loaded {
  opacity: 1;
}

.main-wrapper {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.libox-container {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.libox-container.active {
  opacity: 1;
}

.libox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s 0.2s ease-in-out;
  transition: 0.3s 0.2s ease-in-out;
  opacity: 0;
}
.libox .all-wrap {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: table-cell;
  vertical-align: middle;
}
.libox-wrap {
  opacity: 0;
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);
  max-width: 790px;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 120px 40px 140px;
  color: #fff;
  background-color: #171920;
  position: relative;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.libox-wrap.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.libox .scrollbar-inner {
  height: calc(100% - 62px);
}
.libox .scrollbar-inner > .scroll-element.scroll-y {
  width: 2px;
}
.libox .scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: rgba(255, 255, 255, 0.4);
}
.libox .scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #fff;
}
.libox .scrollbar-inner::-webkit-scrollbar {
  display: none !important;
}

.cookie-block {
  padding: 26px 85px 20px 85px;
  position: fixed;
  width: 100vw;
  left: 0;
  bottom: 0;
  background: #171920;
  z-index: 10;
  -webkit-transform: translate(0, calc(100% + 30px));
      -ms-transform: translate(0, calc(100% + 30px));
          transform: translate(0, calc(100% + 30px));
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.cookie-block.show {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.5s 0.3s;
  transition: -webkit-transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s;
  transition: transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}
.cookie-block .cookie-container {
  width: 100%;
  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;
  gap: 88px;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
.cookie-block .cookie-container .inner-L {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  position: relative;
}
.cookie-block .cookie-container .inner-L::after {
  content: "";
  width: 110px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: -26px;
  left: 0;
}
@media only screen and (max-width: 1600px) {
  .cookie-block .cookie-container .inner-L::after {
    top: -28px;
  }
}
@media only screen and (max-width: 1481px) {
  .cookie-block .cookie-container .inner-L::after {
    top: -26px;
  }
}
.cookie-block .cookie-container .inner-L .inner-title {
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.4;
  margin-right: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 160px;
  font-size: 1.25rem;
}
.cookie-block .cookie-container .inner-L .inner-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
.cookie-block .cookie-container .inner-R {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cookie-block .cookie-container .inner-R .btn-learn {
  padding: 15px 30px;
  min-width: 167px;
}
.cookie-block .cookie-container .inner-R .btn-learn:hover .arrow {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cookie-block .cookie-container .inner-R .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cookie-block .cookie-container .inner-R .wrap .word {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.cookie-block .cookie-container .inner-R .wrap .arrow {
  font-size: 0.875rem;
  opacity: 0.3;
}
@media only screen and (max-width: 1200px) {
  .cookie-block {
    padding: 26px 60px 20px 60px;
  }
  .cookie-block .cookie-container {
    gap: 50px;
  }
  .cookie-block .cookie-container .inner-L {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cookie-block .cookie-container .inner-L::after {
    width: 79px;
    top: -26px;
  }
  .cookie-block .cookie-container .inner-L .inner-text {
    margin-top: 0px;
  }
  .cookie-block .cookie-container .inner-L .inner-title {
    margin-right: 0;
    max-width: none;
    display: none;
  }
  .cookie-block .cookie-container .inner-R .btn-learn {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .cookie-block {
    padding: 26px 40px 20px 40px;
  }
}
@media only screen and (max-width: 900px) {
  .cookie-block {
    padding: 26px 30px 20px 30px;
  }
  .cookie-block .cookie-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .cookie-block {
    padding: 26px 20px 20px 20px;
  }
  .cookie-block .cookie-container .inner-R .btn-learn {
    min-width: 160px;
  }
}

nav {
  width: 100vw;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 998;
  background-color: transparent;
  -webkit-transition: top 0.6s, background-color 1.8s, opacity 0.8s;
  transition: top 0.6s, background-color 1.8s, opacity 0.8s;
  opacity: 0;
  pointer-events: all;
}
nav.show {
  opacity: 1;
}
nav.none {
  top: -50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
nav.active {
  top: 0;
  opacity: 1;
  pointer-events: all;
  background-color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
nav.active:before {
  display: none;
}
nav.active .container {
  height: 94px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width: 1400px) {
  nav.active .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 575px) {
  nav.active .container {
    height: 63px;
  }
}
nav.active .logo-group {
  width: 100%;
}
nav.active .middle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
nav.active .middle-btn .search {
  margin: 0 35px;
}
@media only screen and (max-width: 767px) {
  nav.active .middle-btn .search {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 350px) {
  nav.active .middle-btn .search {
    margin: 0 10px;
  }
}
nav.active .mobile-btn {
  display: none;
}
nav:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 8px;
  height: 100%;
  background-color: #000;
  display: none;
}
@media only screen and (max-width: 1400px) {
  nav:before {
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  nav:before {
    display: none;
  }
}
nav .container {
  width: 100%;
  max-width: 1740px;
  height: 154px;
  margin: 0 auto;
  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;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (min-width: 1921px) {
  nav .container {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1900px) {
  nav .container {
    max-width: 100%;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1024px) {
  nav .container {
    height: 94px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 370px) {
  nav .container {
    padding: 0 8px;
  }
}
nav .list-group {
  width: 100%;
  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;
}
@media only screen and (max-width: 1400px) {
  nav .list-group {
    display: none;
  }
}
nav .list-group .list {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 15px;
}
nav .list-group .list a {
  font-size: 1rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  nav .list-group .list a {
    font-weight: bold;
  }
}
nav .list-group .list a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  opacity: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 1025px) {
  nav .list-group .list a:hover::after {
    width: 80%;
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
nav .logo-group {
  width: 100%;
  text-align: right;
}
@media only screen and (max-width: 1400px) {
  nav .logo-group {
    width: auto;
    text-align: left;
  }
}
nav .logo-group .wrap {
  display: inline-block;
}
nav .logo-group .white {
  display: none;
}
nav .logo-group .black {
  display: block;
}
nav .logo-group .logo.white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
nav .logo-group .logo.black {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
nav .logo-group .icon {
  font-size: 29px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media only screen and (max-width: 575px) {
  nav .logo-group .icon {
    font-size: 22px;
  }
}
nav .logo-group img {
  width: 240px;
}
@media only screen and (max-width: 575px) {
  nav .logo-group img {
    width: 180px;
  }
}
nav .middle-btn {
  width: 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;
  display: none;
}
@media only screen and (max-width: 1400px) {
  nav .middle-btn {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
nav .middle-btn .wrap {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  nav .middle-btn .wrap:hover div {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #999;
  }
}
nav .middle-btn .wrap div {
  width: 4px;
  height: 4px;
  margin: 2px;
  border-radius: 50%;
  background-color: #000;
}
nav .middle-btn .icon {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav .middle-btn .icon span {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  nav .middle-btn .icon.lang {
    display: none;
  }
}
nav .middle-btn .icon.lang.mob {
  display: none;
}
@media only screen and (max-width: 1024px) {
  nav .middle-btn .icon.lang.mob {
    display: block;
  }
}
nav .middle-btn .icon .icon-lang {
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  nav .middle-btn .icon:hover {
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
nav .mobile-btn {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}
@media only screen and (max-width: 1400px) {
  nav .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
nav .mobile-btn .wrap {
  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;
  min-width: 38px;
  min-height: 38px;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
}
nav .mobile-btn .wrap.search {
  margin: 0 10px;
}
@media only screen and (max-width: 500px) {
  nav .mobile-btn .wrap.search {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 350px) {
  nav .mobile-btn .wrap.lang {
    display: none;
  }
}
nav .mobile-btn .wrap .icon-lang {
  font-weight: bold;
}
nav .mobile-btn .wrap .control {
  width: 20px;
  height: 15px;
  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-wrap: wrap;
      flex-wrap: wrap;
}
nav .mobile-btn .wrap .control div {
  width: 4px;
  height: 4px;
  margin: 1px 2px;
  border-radius: 50%;
  background-color: #fff;
}
nav.white:before {
  background-color: #fff;
}
nav.white .list-group .list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
nav.white .list-group .list a::after {
  background-color: #fff;
}
nav.white .logo-group .white {
  display: block;
}
nav.white .logo-group .black {
  display: none;
}
nav.white .logo-group .icon {
  color: #fff;
}
nav.white .mobile-btn .wrap {
  background-color: #fff;
  color: #000;
}
nav.white .mobile-btn .wrap .control div {
  background-color: #000;
}

.libox-menu, .libox-lang {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  z-index: -99;
}
.libox-menu.active, .libox-lang.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.libox-menu .libox-wrap, .libox-lang .libox-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.libox-menu .libox-close, .libox-lang .libox-close {
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
.libox-menu .libox-close div, .libox-lang .libox-close div {
  position: relative;
}
.libox-menu .libox-close div::after, .libox-menu .libox-close div::before, .libox-lang .libox-close div::after, .libox-lang .libox-close div::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 14px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.libox-menu .libox-close div::after, .libox-lang .libox-close div::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.libox-menu .libox-close div::before, .libox-lang .libox-close div::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.libox-menu .libox-close span, .libox-lang .libox-close span {
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (min-width: 1025px) {
  .libox-menu .libox-close:hover div::after, .libox-menu .libox-close:hover div::before, .libox-lang .libox-close:hover div::after, .libox-lang .libox-close:hover div::before {
    width: 25px;
  }
}

.libox-menu .scrollbar-inner {
  width: 100vw;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .libox-menu {
    height: auto;
  }
}
.libox-menu .libox-wrap {
  background-color: unset;
}
@media only screen and (max-width: 900px) {
  .libox-menu .libox-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .libox-menu .libox-wrap {
    height: auto;
  }
}
.libox-menu .left {
  position: relative;
  width: 70%;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-size: cover;
}
.libox-menu .left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.libox-menu .left .text {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .libox-menu .left .text {
    font-weight: bold;
  }
}
.libox-menu .left .text.pc-hide {
  display: none;
}
@media only screen and (max-width: 900px) {
  .libox-menu .left .text.pc-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.libox-menu .left .text:not(:first-child) {
  margin-top: 80px;
  max-width: 930px;
}
.libox-menu .left .text:not(:first-child) ul {
  gap: 20px 10px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.libox-menu .left .text:not(:first-child) ul li {
  width: 33.3333333333%;
}
.libox-menu .left .text:not(:first-child) ul li.logo-box {
  width: 280px;
}
.libox-menu .left .text:not(:first-child) ul li.logo-box:last-child {
  width: 200px;
}
.libox-menu .left .text:not(:first-child) ul li.logo-box:last-child img {
  width: 200px;
}
@media only screen and (max-width: 900px) {
  .libox-menu .left .text:not(:first-child) {
    margin-top: 50px;
  }
  .libox-menu .left .text:not(:first-child) ul {
    gap: 0;
  }
  .libox-menu .left .text:not(:first-child) ul li.logo-box {
    width: 100%;
  }
  .libox-menu .left .text:not(:first-child).pc-hide {
    margin-top: 20px;
  }
}
.libox-menu .left .text span {
  display: block;
  padding-bottom: 50px;
  color: #fefefe;
  letter-spacing: 0.28px;
  font-size: 0.875rem;
}
.libox-menu .left .text a {
  text-transform: uppercase;
  padding: 20px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 2.25rem;
}
@media only screen and (min-width: 1025px) {
  .libox-menu .left .text a:hover {
    opacity: 0.7;
  }
}
.libox-menu .left .lang-list {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: 65px;
  background-color: #fff;
  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;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.libox-menu .left .lang-list.act {
  opacity: 1;
  pointer-events: all;
  z-index: 5;
}
.libox-menu .left .lang-list > .bar-wrap {
  width: 100%;
  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;
  padding: 20px 0;
}
.libox-menu .left .lang-list .close {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.libox-menu .left .lang-list .close div {
  position: relative;
}
.libox-menu .left .lang-list .close div::before, .libox-menu .left .lang-list .close div::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.libox-menu .left .lang-list .close div::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.libox-menu .left .lang-list .close div::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.libox-menu .left .lang-list .txt {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.1;
  letter-spacing: 0.6px;
  color: #000;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .libox-menu .left .lang-list .txt {
    font-weight: bold;
  }
}
.libox-menu .left .lang-list .txt:hover {
  opacity: 0.7;
}
.libox-menu .left .lang-list .txt:last-child {
  border-right: none;
}
.libox-menu .left ul {
  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;
}
.libox-menu .left ul li {
  width: 50%;
}
.libox-menu .left ul li:only-child {
  width: 100%;
}
.libox-menu .left ul li.logo-box {
  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;
  height: 75px;
}
.libox-menu .left ul li.logo-box a {
  padding: 0;
}
.libox-menu .left ul li.logo-box img {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .libox-menu .left {
    width: 65%;
  }
  .libox-menu .left ul li {
    width: 100%;
  }
  .libox-menu .left ul li.logo-box {
    height: auto;
  }
  .libox-menu .left ul li.logo-box a {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 900px) {
  .libox-menu .left {
    width: 100%;
    height: 100%;
    padding: 80px 0 85px;
  }
  .libox-menu .left .text span {
    padding-bottom: 15px;
  }
  .libox-menu .left .text a {
    font-size: 1.5rem;
    padding: 10px;
  }
  .libox-menu .left ul li.logo-box a {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .libox-menu .left {
    padding-bottom: 60px;
  }
}
.libox-menu .left.libox-waypoint:after {
  background-color: rgb(0, 0, 0);
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.libox-menu .left.libox-waypoint span {
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}
.libox-menu .left.libox-waypoint li {
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}
.libox-menu .left.show:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.libox-menu .left.show span, .libox-menu .left.show li {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.libox-menu .right {
  width: 30%;
  background-color: #171920;
  padding: 50px 0;
}
@media only screen and (max-width: 1100px) {
  .libox-menu .right {
    width: 35%;
  }
}
@media only screen and (max-width: 900px) {
  .libox-menu .right {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 767px) {
  .libox-menu .right {
    overflow-y: initial;
    padding-bottom: 205px;
  }
}
.libox-menu .right .p-45 {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 767px) {
  .libox-menu .right .p-45 {
    padding-left: 30px;
    padding-right: 20px;
  }
}
.libox-menu .right .tit {
  padding-left: 45px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.libox-menu .right .tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 40px;
  background-color: #fff;
}
.libox-menu .right .tit h6 {
  padding-bottom: 40px;
  letter-spacing: 1.19px;
  font-size: 2.25rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (max-width: 767px) {
  .libox-menu .right .tit h6 {
    font-weight: bold;
  }
}
@media only screen and (max-width: 900px) {
  .libox-menu .right .tit {
    position: static;
    padding-left: 0;
  }
  .libox-menu .right .tit::after {
    width: 0;
    height: 0;
  }
  .libox-menu .right .tit h6 {
    position: relative;
    padding-left: 30px;
  }
  .libox-menu .right .tit h6::after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 6px;
    height: 40px;
    background-color: #fff;
  }
}
.libox-menu .right .icon-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: 8px;
}
@media only screen and (max-width: 900px) {
  .libox-menu .right .icon-wrap {
    height: auto;
    position: absolute;
    right: 50px;
    top: 30px;
  }
}
.libox-menu .right .icon-wrap .icon {
  font-size: 0.9375rem;
  color: #fff;
}
.libox-menu .right .icon-wrap .icon.search {
  margin: 0 10px 0 15px;
}
@media only screen and (max-width: 900px) {
  .libox-menu .right .icon-wrap .icon.search {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  .libox-menu .right .icon-wrap .icon.lang {
    display: none;
  }
}
.libox-menu .right .icon-wrap .icon.lang.mob {
  display: none;
}
@media only screen and (max-width: 900px) {
  .libox-menu .right .icon-wrap .icon.lang.mob {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .libox-menu .right .libox-close {
    position: absolute;
    right: 30px;
    top: 30px;
  }
}
.libox-menu .right .first-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 0.66px;
  font-size: 1.25rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .libox-menu .right .first-li {
    font-weight: bold;
  }
}
.libox-menu .right .first-li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.libox-menu .right .first-li .icon-btn {
  width: 20px;
  height: 20px;
  padding: 20px;
  position: absolute;
  right: 3%;
  top: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 0.625rem;
}
@media only screen and (min-width: 1025px) {
  .libox-menu .right .first-li .icon-btn:hover {
    opacity: 0.5;
  }
}
.libox-menu .right .first-li .icon-btn span {
  display: block;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.libox-menu .right .first-li.active .icon-btn span {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.libox-menu .right .main-catelog {
  line-height: 1.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .libox-menu .right .main-catelog:hover {
    opacity: 0.6;
  }
}
.libox-menu .right ul.sec {
  display: none;
  padding-top: 10px;
}
.libox-menu .right ul.sec a {
  text-align: left;
  padding: 9px 0;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 0.5px;
  font-size: 0.9375rem;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
@media only screen and (min-width: 1025px) {
  .libox-menu .right ul.sec a:hover {
    opacity: 1;
  }
}
.libox-menu .right.libox-waypoint .tit, .libox-menu .right.libox-waypoint .libox-close {
  opacity: 0;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  -webkit-transition: 1s 0.3s ease-in-out;
  transition: 1s 0.3s ease-in-out;
}
.libox-menu .right.libox-waypoint li {
  opacity: 0;
  -webkit-transform: translateX(-8px);
      -ms-transform: translateX(-8px);
          transform: translateX(-8px);
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.7s 0.6s;
  transition: 0.7s 0.6s;
}
.libox-menu .right.show .tit, .libox-menu .right.show .libox-close {
  opacity: 1;
}
.libox-menu .right.show li {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.libox-lang {
  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;
}
.libox-lang .libox-close {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 20;
}
.libox-lang .fork {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.libox-lang .control div {
  background-color: #fff;
}
.libox-lang .control div:nth-child(1) {
  width: 2px;
}
.libox-lang .control div:nth-child(2) {
  height: 2px;
}
.libox-lang .control:hover .fork {
  width: 22px;
  height: 22px;
}
.libox-lang .all-wrap {
  height: auto;
}
.libox-lang .libox-wrap {
  max-width: 900px;
  height: 420px;
  z-index: 1;
  color: #fff;
  background-color: #202121;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .libox-lang .libox-wrap {
    height: auto;
    padding: 80px 20px 100px;
  }
}
.libox-lang .libox-wrap .content {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  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;
}
.libox-lang .libox-wrap .content .lang-box {
  width: 100%;
  opacity: 1;
}
.libox-lang .libox-wrap .content .txt-wrap p:nth-child(1) {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .libox-lang .libox-wrap .content .txt-wrap p:nth-child(1) {
    font-weight: bold;
  }
}
.libox-lang .libox-wrap .content .txt-wrap p:nth-child(2) {
  font-size: 0.875rem;
  line-height: 1.1;
  margin-bottom: 35px;
}
.libox-lang .libox-wrap .content .btn-wrap .btn-learn {
  margin: 5px;
  width: 190px;
}
.libox-lang .libox-wrap .content .btn-wrap .btn-learn .word {
  margin: 0;
}

body.sheroindex nav .logo-group img {
  width: 180px;
}
@media only screen and (max-width: 575px) {
  body.sheroindex nav .logo-group img {
    width: 140px;
  }
}

footer {
  width: 100%;
  height: auto;
  padding: 60px 0 35px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 45px 0;
  }
}
footer span {
  display: inline-block;
}
footer .container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
  footer .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .container {
    max-width: 94%;
  }
}
footer .top-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1024px) {
  footer .top-sect {
    display: none;
  }
}
footer .top-sect .wrap {
  padding: 0 30px;
  width: auto;
}
footer .top-sect .title {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
footer .top-sect .title span {
  font-size: 1.25rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  footer .top-sect .title span {
    font-weight: bold;
  }
}
footer .top-sect .lists .list a, footer .top-sect .lists .more a {
  display: inline-block;
  font-size: 0.9375rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  footer .top-sect .lists .list a, footer .top-sect .lists .more a {
    font-weight: bold;
  }
}
footer .top-sect .lists .list a {
  position: relative;
}
footer .top-sect .lists .list a .line {
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 2px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .top-sect .lists .list a:hover .line {
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .top-sect .lists .more > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .top-sect .lists .more > a span {
  margin-right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .top-sect .lists .more > a .icon {
  font-size: 1.375rem;
}
footer .top-sect .lists .more > a:hover span {
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .bottom-sect {
  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;
  padding: 0 30px;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-sect {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
footer .bottom-sect .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-sect .text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .bottom-sect .text-wrap .privacy {
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-sect .text-wrap .privacy {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
footer .bottom-sect .text-wrap .privacy .line {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .bottom-sect .text-wrap .privacy span {
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  footer .bottom-sect .text-wrap .privacy span {
    font-weight: bold;
  }
}
footer .bottom-sect .text-wrap .privacy:hover span {
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .bottom-sect .text-wrap .privacy:hover .line {
  width: 95%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .bottom-sect .text-wrap .copyright {
  cursor: default;
}
footer .bottom-sect .text-wrap .copyright span {
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width: 350px) {
  footer .bottom-sect .text-wrap .copyright span {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom-sect .text-wrap .copyright span {
    font-weight: bold;
  }
}
footer .bottom-sect .icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-sect .icon-wrap {
    margin-bottom: 50px;
  }
}
footer .bottom-sect .icon-wrap .icon {
  margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
  footer .bottom-sect .icon-wrap .icon {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 350px) {
  footer .bottom-sect .icon-wrap .icon {
    margin: 0 8px;
  }
}
footer .bottom-sect .icon-wrap .icon a {
  font-size: 18px;
  color: #737373;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
footer .bottom-sect .icon-wrap .icon a:hover {
  color: #202121;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .top-scroll {
  position: absolute;
  right: 1vw;
  top: 90px;
}
@media only screen and (max-width: 1024px) {
  footer .top-scroll {
    position: static;
    margin: 0 auto 50px;
  }
}

.libox-privacy {
  opacity: 1;
}
.libox-privacy .modal-scroll ~ .scroll-element {
  display: none !important;
}
.libox-privacy .libox-close {
  position: absolute;
  right: 35px;
  top: 40px;
  cursor: pointer;
}
.libox-privacy .libox-close .fork {
  width: 15px;
  height: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.libox-privacy .libox-close .fork .control div {
  background-color: #fff;
}
.libox-privacy .libox-close .fork .control div:nth-child(1) {
  width: 2px;
}
.libox-privacy .libox-close .fork .control div:nth-child(2) {
  height: 2px;
}
.libox-privacy .libox-close:hover .fork {
  width: 20px;
  height: 20px;
}
.libox-privacy .libox-wrap {
  opacity: 0;
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);
  z-index: 1;
  max-width: 790px;
  width: 100%;
  height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 120px 40px 140px;
  color: #fff;
  background-color: #171920;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .libox-privacy .libox-wrap {
    padding: 80px 25px 100px;
  }
}
.libox-privacy .libox-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 115px;
  width: 12px;
  height: 36.5%;
  background-color: #fff;
}
.libox-privacy .libox-wrap.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 900px) {
  .libox-privacy .libox-wrap {
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
.libox-privacy .libox-wrap h3 {
  font-size: 3.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  padding: 30px 60px;
  line-height: 1.1;
}
@media only screen and (max-width: 900px) {
  .libox-privacy .libox-wrap h3 {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .libox-privacy .libox-wrap h3 {
    font-size: 2.75rem;
    padding: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .libox-privacy .libox-wrap h3 {
    font-size: 2.1875rem;
    white-space: nowrap;
  }
}
.libox-privacy .libox-wrap .content {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .libox-privacy .libox-wrap .content {
    padding: 0 30px;
  }
}
.libox-privacy .libox-wrap .content div {
  padding: 20px 0;
}
.libox-privacy .libox-wrap .content h6 {
  font-size: 1.3125rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  line-height: 1.5;
  padding-bottom: 10px;
}
.libox-privacy .libox-wrap .content p, .libox-privacy .libox-wrap .content li {
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothic";
  line-height: 1.6;
  letter-spacing: 0.46px;
}
.libox-privacy .libox-wrap .content li {
  padding-bottom: 15px;
}
.libox-privacy .libox-wrap .pb {
  padding-bottom: 50px;
}

.libox-productList {
  opacity: 1;
}
.libox-productList .libox-close {
  position: absolute;
  right: 35px;
  top: 40px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .libox-productList .libox-close {
    right: 20px;
    top: 20px;
  }
}
.libox-productList .libox-close .fork {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.libox-productList .libox-close .fork .control div {
  background-color: #fff;
}
.libox-productList .libox-close .fork .control div:nth-child(1) {
  width: 2px;
}
.libox-productList .libox-close .fork .control div:nth-child(2) {
  height: 2px;
}
.libox-productList .libox-close:hover .fork {
  width: 25px;
  height: 25px;
}
.libox-productList .all-wrap {
  display: block;
  vertical-align: baseline;
}
.libox-productList .libox-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 0 0 auto;
  padding: 0;
  padding-top: 45px;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 1024px) {
  .libox-productList .libox-wrap {
    max-width: 100%;
  }
}
.libox-productList .libox-wrap.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.libox-productList .libox-wrap .scrollbar-inner {
  height: calc(100% - 210px);
}
.libox-productList .libox-wrap .content {
  width: 100%;
  height: 100%;
  padding: 0 55px;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 374px) {
  .libox-productList .libox-wrap .content {
    padding: 0 15px;
  }
}
.libox-productList .libox-wrap .header-wrap {
  width: 100%;
  margin-bottom: 60px;
}
.libox-productList .libox-wrap .header-wrap .header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 350px) {
  .libox-productList .libox-wrap .header-wrap .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .libox-productList .libox-wrap .header-wrap .header::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    background-color: #fff;
    width: 100%;
    height: 6px;
  }
}
.libox-productList .libox-wrap .header-wrap .head-info {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 65px;
}
@media only screen and (max-width: 350px) {
  .libox-productList .libox-wrap .header-wrap .head-info {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.libox-productList .libox-wrap .header-wrap .head-info span {
  display: inline-block;
  margin-right: 20px;
  font-size: 22px;
}
.libox-productList .libox-wrap .header-wrap .head-info p {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .header-wrap .head-info p {
    font-weight: bold;
  }
}
.libox-productList .libox-wrap .header-wrap .now-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .header-wrap .now-count {
    font-weight: bold;
  }
}
.libox-productList .libox-wrap .header-wrap .now-count::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  width: 6px;
  height: 120%;
}
@media only screen and (max-width: 350px) {
  .libox-productList .libox-wrap .header-wrap .now-count::before {
    display: none;
  }
}
.libox-productList .libox-wrap .header-wrap .now-count span {
  margin-right: 10px;
}
.libox-productList .libox-wrap .header-wrap .now-count span, .libox-productList .libox-wrap .header-wrap .now-count p {
  display: inline-block;
  font-size: 2.25rem;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .header-wrap .now-count span, .libox-productList .libox-wrap .header-wrap .now-count p {
    font-size: 1.5625rem;
  }
}
.libox-productList .libox-wrap .lists {
  width: 100%;
  padding-right: 15px;
}
.libox-productList .libox-wrap .lists .lists-wrap {
  width: 100%;
  margin-bottom: 30px;
}
.libox-productList .libox-wrap .lists .list {
  width: calc(100% - 56px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.libox-productList .libox-wrap .lists .control-wrap {
  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;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .libox-productList .libox-wrap .lists .control-wrap:hover .image-control {
    -webkit-transform: rotate(2deg) scale(1.1, 1.1);
        -ms-transform: rotate(2deg) scale(1.1, 1.1);
            transform: rotate(2deg) scale(1.1, 1.1);
  }
  .libox-productList .libox-wrap .lists .control-wrap:hover .image-control::after {
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .libox-productList .libox-wrap .lists .control-wrap:hover .text-wrap .title {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .libox-productList .libox-wrap .lists .control-wrap:hover .btn-wrap {
    opacity: 0.8;
  }
  .libox-productList .libox-wrap .lists .control-wrap:hover .btn-wrap .inner div {
    width: 18px;
  }
}
.libox-productList .libox-wrap .lists .image-wrap {
  width: 100%;
  max-width: 140px;
  margin-right: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .lists .image-wrap {
    max-width: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .libox-productList .libox-wrap .lists .image-wrap {
    margin-right: 25px;
  }
}
.libox-productList .libox-wrap .lists .image-wrap .image-control {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.libox-productList .libox-wrap .lists .image-wrap .image-control::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 3;
}
.libox-productList .libox-wrap .lists .image-wrap .image-control img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.libox-productList .libox-wrap .lists .text-wrap .title {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .lists .text-wrap .title {
    font-weight: bold;
  }
}
.libox-productList .libox-wrap .lists .text-wrap .type {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .lists .text-wrap .type {
    font-weight: bold;
  }
}
.libox-productList .libox-wrap .lists .btn-wrap {
  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;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.libox-productList .libox-wrap .lists .btn-wrap .inner {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #dbdbdb;
  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 only screen and (max-width: 575px) {
  .libox-productList .libox-wrap .lists .btn-wrap .inner {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 350px) {
  .libox-productList .libox-wrap .lists .btn-wrap .inner {
    width: 30px;
    height: 30px;
  }
}
.libox-productList .libox-wrap .lists .btn-wrap .inner div {
  width: 15px;
  height: 2px;
  background-color: #585858;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.libox-productList .libox-wrap .bottom-wrap {
  width: 100%;
  background-color: #000;
  padding: 35px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  .libox-productList .libox-wrap .bottom-wrap:hover {
    opacity: 0.7;
  }
}
.libox-productList .libox-wrap .bottom-wrap .box {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .libox-productList .libox-wrap .bottom-wrap .box {
    max-width: 80%;
  }
}
.libox-productList .libox-wrap .bottom-wrap .box::before, .libox-productList .libox-wrap .bottom-wrap .box:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 205%;
  background-color: #161920;
}
.libox-productList .libox-wrap .bottom-wrap .box::before {
  left: 0;
}
.libox-productList .libox-wrap .bottom-wrap .box:after {
  right: 0;
}
.libox-productList .libox-wrap .bottom-wrap .box p {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .bottom-wrap .box p {
    font-weight: bold;
  }
}
.libox-productList .libox-wrap .no-item {
  width: 100%;
  text-align: center;
  margin-top: 30vh;
  display: none;
}
.libox-productList .libox-wrap .no-item h5 {
  font-size: 1.375rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .libox-productList .libox-wrap .no-item h5 {
    font-weight: bold;
  }
}
.libox-productList .libox-wrap .no-item p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}

.libox-productFilter {
  opacity: 1;
}
.libox-productFilter .libox-close {
  position: absolute;
  right: 35px;
  top: 40px;
  cursor: pointer;
  z-index: 50;
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-close {
    right: 20px;
    top: 20px;
  }
}
.libox-productFilter .libox-close .fork {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.libox-productFilter .libox-close .fork .control div {
  background-color: #fff;
}
.libox-productFilter .libox-close .fork .control div:nth-child(1) {
  width: 2px;
}
.libox-productFilter .libox-close .fork .control div:nth-child(2) {
  height: 2px;
}
.libox-productFilter .libox-close:hover .fork {
  width: 25px;
  height: 25px;
}
.libox-productFilter .all-wrap {
  display: block;
  vertical-align: baseline;
}
.libox-productFilter .libox-wrap {
  width: 100%;
  max-width: 825px;
  margin: 0 0 0 auto;
  padding: 0;
  padding: 70px 0;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap {
    padding: 30px 0;
    max-width: 100%;
  }
}
.libox-productFilter .libox-wrap.active {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.libox-productFilter .libox-wrap .content {
  width: 100%;
  height: 100%;
}
.libox-productFilter .libox-wrap .content .header-wrap {
  width: 100%;
  margin-bottom: 30px;
}
.libox-productFilter .libox-wrap .content .header-wrap .box {
  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 only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap .content .header-wrap .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .libox-productFilter .libox-wrap .content .header-wrap .box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: calc(100% + 60px);
    background-color: #fff;
  }
}
.libox-productFilter .libox-wrap .content .header-wrap .type {
  position: relative;
  padding-right: 35px;
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap .content .header-wrap .type {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.libox-productFilter .libox-wrap .content .header-wrap .type span {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.6px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .header-wrap .type span {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .header-wrap .type span {
    font-weight: bold;
  }
}
.libox-productFilter .libox-wrap .content .header-wrap .tit {
  padding-left: 35px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap .content .header-wrap .tit {
    padding-left: 0;
  }
}
.libox-productFilter .libox-wrap .content .header-wrap .tit::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 105%;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap .content .header-wrap .tit::after {
    display: none;
  }
}
.libox-productFilter .libox-wrap .content .header-wrap .tit span {
  display: inline-block;
  font-size: 2.25rem;
  letter-spacing: 1.2px;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .header-wrap .tit span {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .header-wrap .tit span {
    font-weight: bold;
  }
}
.libox-productFilter .libox-wrap .content .mid-wrap {
  width: 100%;
  height: 100%;
}
.libox-productFilter .libox-wrap .content .mid-wrap .scrollbar-inner {
  height: calc(100% - 125px);
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box.sub {
  border-top: 1px solid #3f3f3f;
  border-bottom: 6px solid #3f3f3f;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box.other {
  border-bottom: 1px solid #3f3f3f;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect {
  width: 100%;
  max-width: 57%;
  margin: 0 auto;
  padding-left: 63px;
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect {
    max-width: 100%;
  }
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect.sub-sect {
  padding: 25px 12px 12px 63px;
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect.sub-sect {
    padding: 25px 12px 12px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect.sub-sect {
    padding: 25px 40px 12px;
  }
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect.sub-sect .select-content {
  display: block;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect.other-sect {
  padding: 25px 12px 12px 63px;
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect.other-sect {
    padding: 25px 12px 12px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .mid-wrap .select-box .sect.other-sect {
    padding: 25px 40px 12px;
  }
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  cursor: pointer;
  position: relative;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-inner .check-box {
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 35px;
  position: relative;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-inner .check-box.active {
  background-color: #828282;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-inner .check-box.active div {
  border: 1px solid #fff;
  opacity: 1;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-inner .check-box div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-inner .text {
  width: 100%;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-inner .text span {
  font-size: 0.9375rem;
  letter-spacing: 0.5px;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-head {
  width: 100%;
  position: relative;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-head .arrow-wrap {
  position: absolute;
  right: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-head .arrow-wrap.reverse {
  -webkit-transform: translateY(-50%) rotateX(180deg) !important;
          transform: translateY(-50%) rotateX(180deg) !important;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-head .arrow-wrap .arrow {
  border-color: #fff;
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-head .select-inner .text span {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.65px;
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-head .select-inner .text span {
    font-weight: bold;
  }
}
.libox-productFilter .libox-wrap .content .mid-wrap .select-box .select-content {
  width: 100%;
  display: none;
}
.libox-productFilter .libox-wrap .content .bottom-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 35px 55px;
  background-color: #000;
  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 only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap {
    padding: 35px 25px;
  }
}
.libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear {
  position: absolute;
  top: 50%;
  left: 55px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 600px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear {
    left: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear:hover {
    opacity: 0.7;
  }
}
.libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear .fork {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear .fork .control div {
  background-color: #fff;
}
.libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear .fork .control div:nth-child(1) {
  width: 2px;
}
.libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear .fork .control div:nth-child(2) {
  height: 2px;
}
.libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear .text {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.45px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .libox-clear .text {
    font-weight: bold;
  }
}
.libox-productFilter .libox-wrap .content .bottom-wrap .check-again {
  padding: 0 150px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .check-again {
    padding: 0 90px;
  }
}
@media only screen and (max-width: 575px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .check-again {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media only screen and (max-width: 350px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .check-again {
    padding: 0 45px;
  }
}
.libox-productFilter .libox-wrap .content .bottom-wrap .check-again::before, .libox-productFilter .libox-wrap .content .bottom-wrap .check-again:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #171920;
  width: 6px;
  height: 105%;
}
@media only screen and (max-width: 1024px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .check-again::before, .libox-productFilter .libox-wrap .content .bottom-wrap .check-again:after {
    height: 200%;
  }
}
.libox-productFilter .libox-wrap .content .bottom-wrap .check-again::before {
  left: 0;
}
.libox-productFilter .libox-wrap .content .bottom-wrap .check-again:after {
  right: 0;
}
@media only screen and (max-width: 575px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .check-again:after {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .check-again:hover span {
    opacity: 0.7;
  }
}
.libox-productFilter .libox-wrap .content .bottom-wrap .check-again span {
  display: inline-block;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold", "微軟正黑體修正", "Microsoft JhengHei Bold", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.65px;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .libox-productFilter .libox-wrap .content .bottom-wrap .check-again span {
    font-weight: bold;
  }
}

.libox-magnifier {
  opacity: 1;
}
.libox-magnifier .libox-close {
  position: absolute;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 20;
}
@media only screen and (max-width: 991px) {
  .libox-magnifier .libox-close {
    top: -45px;
  }
}
.libox-magnifier .libox-close .fork {
  width: 35px;
  height: 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.libox-magnifier .libox-close .fork .control div {
  background-color: #fff;
}
.libox-magnifier .libox-close .fork .control div:nth-child(1) {
  width: 2px;
}
.libox-magnifier .libox-close .fork .control div:nth-child(2) {
  height: 2px;
}
.libox-magnifier .libox-close:hover .fork {
  width: 40px;
  height: 40px;
}
.libox-magnifier .libox-wrap {
  opacity: 0;
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);
  z-index: 1;
  width: calc(100% - 160px);
  max-width: 95vw;
  max-height: 80vh;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  background-color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .libox-magnifier .libox-wrap {
    width: 90%;
  }
}
.libox-magnifier .libox-wrap.active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.libox-magnifier .libox-wrap .content {
  width: 100%;
  height: 100%;
  position: relative;
}
.libox-magnifier .libox-wrap .content .image-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.libox-magnifier .libox-wrap .content .image-wrap .image-control {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: url(../img/mouse-3-b.cur), auto !important;
}
.libox-magnifier .libox-wrap .content .image-wrap img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.libox-magnifier .libox-wrap .swiper-button {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (max-width: 991px) {
  .libox-magnifier .libox-wrap .swiper-button {
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.libox-magnifier .libox-wrap .swiper-button .prev, .libox-magnifier .libox-wrap .swiper-button .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
}
@media only screen and (max-width: 991px) {
  .libox-magnifier .libox-wrap .swiper-button .prev, .libox-magnifier .libox-wrap .swiper-button .next {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.libox-magnifier .libox-wrap .swiper-button .prev span, .libox-magnifier .libox-wrap .swiper-button .next span {
  color: #fff;
}
.libox-magnifier .libox-wrap .swiper-button .prev {
  left: -80px;
}
.libox-magnifier .libox-wrap .swiper-button .next {
  right: -80px;
}
.libox-magnifier .libox-wrap .control-button {
  position: absolute;
  left: 1vw;
  bottom: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 50;
}
.libox-magnifier .libox-wrap .control-button .add, .libox-magnifier .libox-wrap .control-button .minus {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #202121;
  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;
  margin: 0 8px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.libox-magnifier .libox-wrap .control-button .add:hover, .libox-magnifier .libox-wrap .control-button .minus:hover {
  background-color: #666;
}
.libox-magnifier .libox-wrap .control-button .wrap {
  width: 100%;
  height: 100%;
  position: relative;
  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;
}
.libox-magnifier .libox-wrap .control-button .wrap span {
  display: inline-block;
  background-color: #fff;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.libox-magnifier .libox-wrap .control-button .wrap span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.libox-magnifier .libox-wrap .control-button .minus .wrap span:nth-child(2) {
  display: none;
}
/*# sourceMappingURL=style.css.map */