@charset "UTF-8";
/* CSS Document */
@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);
@import url(texteditor.css);
@import url(contentbuilder.css);
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;family=Inter:wght@200;400;500&amp;display=swap");
footer .socialBox .socialList li a svg, footer .socialBox .socialList li, footer .downLogo img, footer .sitemap .sitemapItem .titleLink::before, footer .mailSubscriptBox .inputArea .buttonBox, .bottomFixedBox .goTop, .bottomFixedBox .sideCompareBox svg, .m_menu .hideBox, header .menu .submenu .leftBox .submenuList ul li a::after, header .menu .submenu .leftBox .submenuList ul li a::before, .subheader .funBox .funItem .text, .subheader .funBox .funItem i, .loadingArea, .privacyArea, .moduleBox.mailSubscribeArea.show .mediumTitle, .moduleBox.mailSubscribeArea.show form, .moduleBox.searchArea.show .Txt, .moduleBox.searchArea.show .searchBox, .moduleBox.langArea.show .mediumTitle, .moduleBox.langArea.show .langBox, .moduleBox.cartArea.show .mediumTitle, .moduleBox.cartArea.show .cart, .moduleBox.cartArea.show .btnArea, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .settingBox, .moduleBox .moduleClose::before, .moduleBox .moduleClose::after, .moduleBox .moduleClose, .moduleBox .moduleContent, .moduleBox .moduleWrap, .moduleBox, .tabColumn a::before, .tabRow a::before, .side_news .sideNewsList .item, .side_news .sideNewsList .sideNewsItem, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .imgHoverOpacity img, .imgHoverText img, .imgHoverDarken .buttonBox, .imgHoverDarken > img, .imgHoverDarken > a img, .videoPlayBtn .trangle svg, .videoPlayBtn .trangle, .videoPlayBtn::before, ul.slick-dots li button::before, .closeBtn::after, .closeBtn::before, .arrowBox.arrowPrev, .arrowBox.arrowNext, .buttonBox.solidColor svg, .buttonBox.bgGradient.cutCorner svg, .buttonBox .text {
  transition: all 0.5s;
}

header .menu .submenu.catalog .funcList, header .menu .submenu .closeBtn, header .menu .submenu .rightPicArea .title, header .menu .submenu .rightPicArea .Img, header .menu .submenu .leftBox .submenuList ul li, header .menu .submenu .leftBox .submenuList .listTitle, header .logo img, header, .sideShare .shareList, .sideShare .sideShareBtn, .classBox .classCurrent .classText, .classBox .classCurrent::before, .imgHoverText .title::before, .imgHoverText .title, .buttonBox.cutCorner.svg.largeSize .text {
  transition: all 0.35s;
}

.loadingArea .loadLogo {
  transition: all 0.75s;
}

/******background******/
.bgLight {
  background-color: #f5f8fa;
  position: relative;
}
.bgLight.verticalLine {
  background-image: url(../jpg/bglightvertical.jpg);
  background-position: center;
  background-size: contain;
  background-size: cover;
}
.bgLight.verticalLine::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #f5f8fa;
  position: absolute;
  top: 0;
  left: 0%;
  bottom: auto;
  right: auto;
  animation: verticalLineAni 10s infinite;
  pointer-events: none;
}
.bgLight.slash {
  background-image: none;
  z-index: 1;
}
.bgLight.slash::before {
  animation: verticalOpacity 10s infinite;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f5f7;
  background-image: url(../jpg/bglightslash.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: -1;
  pointer-events: none;
}
.bgLight.slash::after {
  animation: verticalLineAni 10s infinite;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: #f3f5f7;
  position: absolute;
  top: 0;
  left: 0%;
  bottom: auto;
  right: auto;
  z-index: -1;
  pointer-events: none;
}

.bgWhiteBlue {
  background-color: #f3f5f7;
}
.bgWhiteBlue.starLine {
  background-image: url(../png/bgstarline.png);
}

@keyframes verticalLineAni {
  0% {
    width: 0%;
    left: 0;
    right: auto;
  }
  50% {
    width: 100%;
    left: 0;
    right: auto;
  }
  51% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@keyframes verticalOpacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.bgHexagon {
  background-color: #5ebfcc;
  position: relative;
}
.bgHexagon::before {
  content: "";
  background-image: url(../png/bgstarlinewhite.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  opacity: 0.5;
  z-index: 1;
  animation: bgHexagonWhite 2s infinite;
  overflow: hidden;
  pointer-events: none;
}
.bgHexagon::after {
  content: "";
  background-image: url(../png/bgstarlineblue.png);
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 1;
  filter: saturate(1.5);
  animation: bgHexagonBlue 5s infinite;
  overflow: hidden;
  pointer-events: none;
}
.bgHexagon > * {
  position: relative;
  z-index: 2;
}
.bgHexagon.bgBlack {
  background-color: #000;
  background-image: url(../jpg/bghexagonblackbg.jpg);
  background-position: 0 -20px;
}
.bgHexagon.bgBlack::before {
  animation: bgHexagonWhite2 3s infinite;
  background-image: url(../png/bghexagonblack.png);
  background-position: 0 -20px;
}
.bgHexagon.bgBlack::after {
  display: none;
}

@keyframes bgHexagon {
  0% {
    transform: translate3d(-60%, -50%, 0);
  }
  25% {
    transform: translate3d(-70%, -40%, 0);
  }
  50% {
    transform: translate3d(-30%, -60%, 0);
  }
  75% {
    transform: translate3d(-70%, -40%, 0);
  }
  100% {
    transform: translate3d(-60%, -50%, 0);
  }
}
@keyframes bgHexagonBlack {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes bgHexagonBlue {
  0% {
    width: 100%;
  }
  33% {
    width: 100%;
  }
  66% {
    width: 0%;
  }
  70% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes bgHexagonWhite {
  0% {
    opacity: 0.5;
  }
  20% {
    opacity: 0.85;
  }
  40% {
    opacity: 0.5;
  }
}
@keyframes bgHexagonWhite2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
/******text******/
.white {
  color: #fff;
}

.largeTitle {
  color: #222;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 1;
}
.largeTitle.white {
  color: #fff;
}
@media (max-width: 1480px) {
  .largeTitle {
    font-size: 64px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1180px) {
  .largeTitle {
    font-size: 60px;
    letter-spacing: 0px;
  }
}
@media (max-width: 640px) {
  .largeTitle {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .largeTitle {
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  .largeTitle {
    font-size: 36px;
  }
}

.mediumTitle {
  color: #222;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 2.6px;
  line-height: 1.13;
}
.mediumTitle.white {
  color: #fff;
}
@media (max-width: 1480px) {
  .mediumTitle {
    font-size: 42px;
  }
}
@media (max-width: 1180px) {
  .mediumTitle {
    font-size: 38px;
    letter-spacing: 1.5px;
  }
}
@media (max-width: 640px) {
  .mediumTitle {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  .mediumTitle {
    font-size: 34px;
  }
}
@media (max-width: 350px) {
  .mediumTitle {
    font-size: 32px;
  }
}

.smallTitle {
  color: #222;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1.56px;
  line-height: 1.538;
}
.smallTitle.white {
  color: #fff;
}

.listTitleStyle {
  color: #222;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.17;
}
.listTitleStyle a {
  display: block;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.17;
}
.listTitleStyle.blue {
  color: #0070e6;
}
@media (max-width: 1180px) {
  .listTitleStyle {
    font-size: 30px;
  }
  .listTitleStyle a {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .listTitleStyle {
    font-size: 26px;
  }
  .listTitleStyle a {
    font-size: 26px;
  }
}

.listTitleStyleSmall {
  color: #222;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1.17;
}
.listTitleStyleSmall a {
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  display: block;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1.17;
}
@media (max-width: 1180px) {
  .listTitleStyleSmall {
    font-size: 26px;
  }
  .listTitleStyleSmall a {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .listTitleStyleSmall {
    font-size: 22px;
  }
  .listTitleStyleSmall a {
    font-size: 22px;
  }
}

.contentText {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
}
@media (max-width: 960px) {
  .contentText {
    font-size: 17px;
  }
}
.contentText.white {
  color: #fff;
}

.smallContentText {
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .smallContentText {
    font-size: 15px;
  }
}
.smallContentText.white {
  color: #fff;
}

/*文章標題*/
.articleTitle {
  padding: 20px 0 30px;
  border-bottom: 1px solid #ccc;
}

.titleBox {
  position: relative;
}
.titleBox.center {
  text-align: center;
}
.titleBox.bottomLine {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 60px;
  padding-bottom: 35px;
}

/****** text effect *****/
.textShadow {
  text-shadow: 0 0 10px rgba(34, 237, 253, 0.85);
}

.textBorder {
  -webkit-text-stroke: 1px #a8f8ff;
  text-stroke: 1px #a8f8ff;
}
.textBorderWhite {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.textBorderWhite.transparentFill {
  color: transparent;
}
.textBorder.transparentFill {
  color: transparent;
}

.textStrokeBg {
  text-shadow: -5px -5px 0px #000;
}

.outerHalo {
  filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5));
}

/******btn******/
.btn_color1 {
  color: #fff;
  background-color: #0070e6;
}
.btn_color1:hover {
  background-color: #22edfd;
}
.btn_color2 {
  color: #fff;
  background-color: #A0A0A0;
}
.btn_color2:hover {
  background-color: #999;
}
.btn a {
  background-color: #222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  width: 100%;
  max-width: 300px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1;
  padding: 8px 10px 5px;
  text-align: center;
}
@media (min-width: 1181px) {
  .btn a:hover {
    background-color: #0070e6;
    color: #fff;
  }
}

.btn1.center {
  text-align: center;
}
.btn1.full a {
  width: 100%;
  margin: 0;
}
.btn1 a {
  min-width: 190px;
  background-color: #0e0e0e;
  border: 1px solid #0e0e0e;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin: 5px;
  padding: 13px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.btn1 a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #0070e6;
  transition: all 0.4s ease-in-out;
}
.btn1 a:hover {
  border-color: #0070e6;
}
.btn1 a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.btn1 a.white {
  background-color: #fff;
  border: 1px solid #68a9b1;
  color: #68a9b1;
}
.btn1 a.white::after {
  background-color: #68a9b1;
}
.btn1 a.white:hover {
  color: #fff;
}

.buttonBox .btnLink {
  display: block;
}
.buttonBox .text {
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
.buttonBox.cutCorner {
  position: relative;
  filter: drop-shadow(0 0 7px #22edfd);
}
.buttonBox.cutCorner .btnLink {
  position: relative;
  padding: 8px 8px 9px;
}
@media (max-width: 640px) {
  .buttonBox.cutCorner .btnLink {
    min-width: 100px;
    text-align: center;
  }
}
.buttonBox.cutCorner .border {
  display: block;
  height: 50%;
  position: absolute;
  pointer-events: none;
}
.buttonBox.cutCorner .borderTop, .buttonBox.cutCorner .borderBottom {
  width: calc(100% - 18px);
}
.buttonBox.cutCorner .borderTop::before, .buttonBox.cutCorner .borderBottom::before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #22edfd;
  position: absolute;
  width: 0;
  transition: 0.2s all;
}
.buttonBox.cutCorner .borderTop::after, .buttonBox.cutCorner .borderBottom::after {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 4px);
  background-color: #22edfd;
  position: absolute;
  height: 0;
  transition: 0.025s all;
}
.buttonBox.cutCorner .borderRight, .buttonBox.cutCorner .borderLeft {
  width: 18px;
}
.buttonBox.cutCorner .borderRight::before, .buttonBox.cutCorner .borderLeft::before {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-48deg);
}
.buttonBox.cutCorner .borderRight::after, .buttonBox.cutCorner .borderLeft::after {
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  background-color: #22edfd;
  transform: rotate(-48deg);
  width: 0px;
  transition: 0.1s all;
}
.buttonBox.cutCorner .borderTop {
  top: 0;
  right: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.buttonBox.cutCorner .borderTop::before {
  top: -3px;
  left: 0px;
  transition-delay: 0.3s;
}
.buttonBox.cutCorner .borderTop::after {
  top: -2px;
  right: -3px;
  transition-delay: 0.275s;
}
.buttonBox.cutCorner .borderRight {
  bottom: 0;
  right: 0;
}
.buttonBox.cutCorner .borderRight::before {
  position: absolute;
  top: 8px;
  left: auto;
  bottom: auto;
  right: -3px;
}
.buttonBox.cutCorner .borderRight::after {
  transform-origin: top right;
  position: absolute;
  top: -3px;
  left: auto;
  bottom: auto;
  right: 1px;
  transition-delay: 0.25s;
}
.buttonBox.cutCorner .borderBottom {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.buttonBox.cutCorner .borderBottom::before {
  bottom: -3px;
  right: 0px;
  transition-delay: 0.05s;
}
.buttonBox.cutCorner .borderBottom::after {
  bottom: -2px;
  left: -3px;
  transition-delay: 0.025s;
}
.buttonBox.cutCorner .borderLeft {
  top: 0;
  left: 0;
}
.buttonBox.cutCorner .borderLeft::before {
  position: absolute;
  top: auto;
  left: -3px;
  bottom: 8px;
  right: auto;
}
.buttonBox.cutCorner .borderLeft::after {
  transform-origin: bottom left;
  position: absolute;
  top: auto;
  left: 2px;
  bottom: -2px;
  right: auto;
  transition-delay: 0s;
}
.buttonBox.cutCorner .text {
  padding-top: 3px;
  color: #fff;
}
.buttonBox.cutCorner.blackBorder {
  filter: none;
}
.buttonBox.cutCorner.blackBorder .borderTop::before, .buttonBox.cutCorner.blackBorder .borderTop::after, .buttonBox.cutCorner.blackBorder .borderBottom::before, .buttonBox.cutCorner.blackBorder .borderBottom::after {
  background-color: #0070e6;
}
.buttonBox.cutCorner.blackBorder .borderRight::before, .buttonBox.cutCorner.blackBorder .borderLeft::before {
  background-color: #222;
}
.buttonBox.cutCorner.blackBorder .borderRight::after, .buttonBox.cutCorner.blackBorder .borderLeft::after {
  background-color: #0070e6;
}
.buttonBox.cutCorner.blackBorder .borderTop {
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
.buttonBox.cutCorner.blackBorder .borderBottom {
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
}
.buttonBox.cutCorner.blackBorder.svg svg {
  stroke: #222;
}
.buttonBox.cutCorner.blackBorder.svg svg.hoverLine {
  stroke: #0070e6;
}
.buttonBox.cutCorner.blackBorder .text {
  color: #222;
}
.buttonBox.cutCorner.largeSize .btnLink {
  padding: 15px 35px;
}
.buttonBox.cutCorner.largeSize .border {
  height: calc(100% - 18px);
}
.buttonBox.cutCorner.largeSize .borderRight::before {
  top: 31px;
}
.buttonBox.cutCorner.largeSize .borderRight::after {
  top: 21px;
}
.buttonBox.cutCorner.largeSize .borderLeft::before {
  bottom: 31px;
}
.buttonBox.cutCorner.largeSize .borderLeft::after {
  bottom: 21px;
}
.buttonBox.cutCorner.largeSize .text {
  padding-top: 5px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 25px;
}
.buttonBox.cutCorner.svg {
  width: 114px;
  height: 40px;
}
.buttonBox.cutCorner.svg svg {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.buttonBox.cutCorner.svg svg.hoverLine {
  stroke: #22edfd;
  animation: svgAniBefore 1s forwards;
}
.buttonBox.cutCorner.svg .btnLink {
  padding: 8px 10px 9px;
}
.buttonBox.cutCorner.svg .text {
  width: 100%;
  text-align: center;
}
.buttonBox.cutCorner.svg .icon {
  display: block;
  width: 24px;
  height: 24px;
}
.buttonBox.cutCorner.svg .icon + .text {
  text-align: right;
}
.buttonBox.cutCorner.svg.largeSize {
  width: 100%;
  max-width: 244px;
  height: 64px;
}
.buttonBox.cutCorner.svg.largeSize a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonBox.cutCorner.svg.largeSize svg {
  stroke-dasharray: 590;
}
.buttonBox.cutCorner.noShadow {
  filter: none;
}
@media (min-width: 1181px) {
  .buttonBox.cutCorner:hover .borderTop::before {
    width: calc(100% + 2px);
    transition-delay: 0s;
  }
  .buttonBox.cutCorner:hover .borderTop::after {
    height: calc(100% + 2px);
    transition-delay: 0.2s;
  }
  .buttonBox.cutCorner:hover .borderRight::after {
    width: 28px;
    transition-delay: 0.225s;
  }
  .buttonBox.cutCorner:hover .borderBottom::before {
    width: calc(100% + 2px);
    transition-delay: 0.25s;
  }
  .buttonBox.cutCorner:hover .borderBottom::after {
    height: calc(100% + 2px);
    transition-delay: 0.45s;
  }
  .buttonBox.cutCorner:hover .borderLeft::after {
    width: 28px;
    transition-delay: 0.475s;
  }
  .buttonBox.cutCorner:hover.svg svg.hoverLine {
    animation: svgAniAfter 1s forwards;
  }
  .buttonBox.cutCorner:hover.svg.largeSize svg {
    animation: svgAniTwice 0.8s forwards;
  }
  .buttonBox.cutCorner:hover.svg.largeSize .text {
    transition-delay: 0s;
    color: #0070e6;
  }
  .buttonBox.cutCorner:hover .text {
    color: #22edfd;
    transition-delay: 0.8s;
  }
  .buttonBox.cutCorner:hover.blackBorder .text {
    color: #0070e6;
  }
}
.buttonBox.bgGradient.cutCorner {
  filter: none;
  width: 200px;
  position: relative;
}
.buttonBox.bgGradient.cutCorner svg {
  display: block;
  width: 100%;
  height: 60px;
}
.buttonBox.bgGradient.cutCorner .btnLink {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
}
.buttonBox.bgGradient.cutCorner .btnLink .text {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 30px;
  padding-top: 3px;
}
@media (min-width: 1181px) {
  .buttonBox.bgGradient.cutCorner:hover svg {
    filter: brightness(0.6);
  }
}
@media (max-width: 1180px) {
  .buttonBox.bgGradient.cutCorner .text {
    font-size: 20px;
  }
}
@media (max-width: 840px) {
  .buttonBox.bgGradient.cutCorner .text {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .buttonBox.bgGradient.cutCorner {
    width: 150px;
  }
  .buttonBox.bgGradient.cutCorner svg {
    height: 44px;
  }
  .buttonBox.bgGradient.cutCorner .text {
    font-size: 16px;
  }
}
.buttonBox.solidColor {
  width: 166px;
  height: 54px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.buttonBox.solidColor.center {
  margin-left: auto;
  margin-right: auto;
}
.buttonBox.solidColor svg {
  width: 100%;
  height: 100%;
  fill: #0070e6;
}
.buttonBox.solidColor a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 25px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
@media (min-width: 1181px) {
  .buttonBox.solidColor:hover svg {
    fill: #22edfd;
  }
}

.arrowBox.arrowPrev, .arrowBox.arrowNext {
  background-color: #222;
  width: 60px;
  height: 60px;
  position: relative;
  cursor: pointer;
}
.arrowBox.arrowPrev .arrow, .arrowBox.arrowNext .arrow {
  display: block;
  width: 12px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 6px);
  bottom: auto;
  right: auto;
}
.arrowBox.arrowPrev .arrow::before, .arrowBox.arrowNext .arrow::before {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: auto;
  right: auto;
}
.arrowBox.arrowPrev .arrow::after, .arrowBox.arrowNext .arrow::after {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  left: 5px;
  bottom: auto;
  right: auto;
}
.arrowBox.arrowPrev.small, .arrowBox.arrowNext.small {
  width: 50px;
  height: 50px;
}
.arrowBox.arrowPrev.small .arrow, .arrowBox.arrowNext.small .arrow {
  height: 16px;
  top: calc(50% - 8px);
}
.arrowBox.arrowPrev.small .arrow::before, .arrowBox.arrowPrev.small .arrow::after, .arrowBox.arrowNext.small .arrow::before, .arrowBox.arrowNext.small .arrow::after {
  width: 2px;
  height: 10px;
}
.arrowBox.arrowPrev.small .arrow::after, .arrowBox.arrowNext.small .arrow::after {
  top: 7px;
}
@media (min-width: 1181px) {
  .arrowBox.arrowPrev:hover, .arrowBox.arrowNext:hover {
    background-color: #0070e6;
  }
  .arrowBox.arrowPrev:hover .arrow, .arrowBox.arrowNext:hover .arrow {
    animation: arrowLeft 0.6s infinite ease-in-out;
  }
}
.arrowBox.arrowNext {
  transform: scaleX(-1);
}
.arrowBox.vertical {
  height: 34px;
  width: 100%;
  max-width: 90px;
  position: relative;
}
.arrowBox.vertical.arrowPrev, .arrowBox.vertical.arrowNext {
  cursor: pointer;
  background-color: transparent;
}
.arrowBox.vertical.arrowPrev .arrow, .arrowBox.vertical.arrowNext .arrow {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.arrowBox.vertical.arrowPrev .arrow::before, .arrowBox.vertical.arrowNext .arrow::before {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background-color: #222;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 11px);
  bottom: auto;
  right: auto;
}
.arrowBox.vertical.arrowPrev .arrow::after, .arrowBox.vertical.arrowNext .arrow::after {
  content: "";
  display: block;
  width: 15px;
  height: 4px;
  background-color: #222;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  bottom: auto;
  right: auto;
}
@media (min-width: 1181px) {
  .arrowBox.vertical.arrowPrev:hover .arrow, .arrowBox.vertical.arrowNext:hover .arrow {
    animation: arrowTop 0.6s infinite ease-in-out;
  }
}
.arrowBox.vertical.arrowNext {
  transform: scaleY(-1);
}

.closeBtn {
  width: 30px;
  height: 30px;
  position: relative;
}
.closeBtn::before {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: #222;
  transform: rotate(45deg);
  position: absolute;
  top: -5px;
  left: 15px;
  bottom: auto;
  right: auto;
}
.closeBtn::after {
  content: "";
  display: block;
  width: 3px;
  height: 40px;
  background-color: #222;
  transform: rotate(-45deg);
  position: absolute;
  top: -5px;
  left: 15px;
  bottom: auto;
  right: auto;
}
@media (min-width: 1181px) {
  .closeBtn:hover::before {
    background-color: #0070e6;
    transform: rotate(60deg);
  }
  .closeBtn:hover::after {
    background-color: #0070e6;
    transform: rotate(-60deg);
  }
}

ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  bottom: -25px;
}
ul.slick-dots li {
  display: block;
  margin: 0;
}
ul.slick-dots li button {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}
ul.slick-dots li button::before {
  content: "";
  background-color: #c9cccf;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  opacity: 1;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  bottom: auto;
  right: auto;
}
ul.slick-dots li.slick-active button::before {
  background-color: #0070e6;
}

/**** YT 影片相關 ****/
.videoAreaBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  overflow: hidden;
}

.bgVideoArea {
  width: 100%;
  height: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}

.videoPlayBtn {
  border-radius: 50%;
  cursor: pointer;
  display: block;
  width: 158px;
  height: 158px;
  position: relative;
}
.videoPlayBtn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #22edfd;
  background: #22edfd;
  background: linear-gradient(to right, #22edfd 0%, #036de4 100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  opacity: 0.3;
  pointer-events: none;
}
.videoPlayBtn::after {
  content: "";
  animation: decoRingRotate 30s infinite linear;
  background-image: url(../png/decoring.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 110%;
  height: 110%;
  display: block;
  filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5));
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  margin-top: -55%;
  margin-left: -55%;
}
.videoPlayBtn .trangle {
  width: 24px;
  height: 27px;
  position: absolute;
  top: calc(50% - 13.5px);
  left: calc(50% - 12px);
  bottom: auto;
  right: auto;
  pointer-events: none;
}
.videoPlayBtn .trangle svg {
  display: block;
  width: 24px;
  height: 27px;
  fill: none;
  stroke: #fff;
  stroke-width: 0.15;
  stroke-miterlimit: 10;
  stroke-linejoin: round;
}
@media (min-width: 1181px) {
  .videoPlayBtn:hover::before {
    opacity: 0.7;
  }
  .videoPlayBtn:hover::after {
    animation: decoRingRotate 15s infinite linear;
  }
  .videoPlayBtn:hover .trangle svg {
    transform: scale(1.2);
    fill: #fff;
  }
}
@media (max-width: 1180px) {
  .videoPlayBtn {
    width: 130px;
    height: 130px;
  }
  .videoPlayBtn::before {
    opacity: 0.7;
  }
  .videoPlayBtn::after {
    animation: decoRingRotate 15s infinite linear;
    filter: drop-shadow(0 0 10px rgba(34, 237, 253, 0.5)) brightness(3);
  }
  .videoPlayBtn .trangle {
    width: 24px;
    height: 24px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
  }
  .videoPlayBtn .trangle svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .videoPlayBtn {
    width: 100px;
    height: 100px;
  }
  .videoPlayBtn .trangle {
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
  }
}
.videoPlayBtn.onlyTrangle {
  width: 60px;
  height: 66px;
}
.videoPlayBtn.onlyTrangle::before, .videoPlayBtn.onlyTrangle::after {
  display: none;
}
.videoPlayBtn.onlyTrangle .trangle {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoPlayBtn.onlyTrangle .trangle svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .videoPlayBtn.onlyTrangle {
    width: 50px;
    height: 56px;
  }
}
@media (max-width: 840px) {
  .videoPlayBtn.onlyTrangle {
    width: 37px;
    height: 42px;
  }
}
@media (max-width: 440px) {
  .videoPlayBtn.onlyTrangle {
    width: 26px;
    height: 30px;
  }
}

.controllerList {
  position: absolute;
  top: auto;
  left: 10px;
  bottom: 0;
  right: auto;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.controllerList > a {
  display: block;
  cursor: pointer;
  width: 100px;
  height: 30px;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}

/**** hover效果 ****/
.imgHoverDarken {
  position: relative;
}
.imgHoverDarken > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  font-size: 0;
}
.imgHoverDarken > a img {
  display: block;
  width: 100%;
}
.imgHoverDarken > img {
  display: block;
  width: 100%;
}
.imgHoverDarken .buttonBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate3d(-50%, -40%, 0);
  opacity: 0;
  z-index: 2;
}
@media (min-width: 1181px) {
  .imgHoverDarken:hover img {
    filter: brightness(0.4);
  }
  .imgHoverDarken:hover .buttonBox {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
  }
}

.imgHoverText {
  position: relative;
}
.imgHoverText a {
  display: block;
  width: 100%;
  height: 100%;
}
.imgHoverText img {
  display: block;
  width: 100%;
}
.imgHoverText .title {
  color: #0070e6;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  transform: translateY(10px);
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  text-align: center;
}
.imgHoverText .title::before {
  content: "";
  background-image: url(../png/icon_link.png);
  display: block;
  width: 40px;
  height: 20px;
  margin-bottom: 15px;
  transform: translateY(10px);
  opacity: 0;
}
@media (min-width: 1181px) {
  .imgHoverText:hover img {
    opacity: 0.1;
  }
  .imgHoverText:hover .title {
    transform: translateY(0px);
    opacity: 1;
  }
  .imgHoverText:hover .title::before {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.25s;
  }
}

.imgHoverOpacity {
  position: relative;
}
.imgHoverOpacity a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}
.imgHoverOpacity img {
  display: block;
  width: 100%;
}
@media (min-width: 1181px) {
  .imgHoverOpacity:hover img {
    opacity: 0.5;
  }
}

/***** 動畫 *****/
@keyframes decoRingRotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes arrowLeft {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrowTop {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes svgAniBefore {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 300;
  }
}
@keyframes svgAniAfter {
  0% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes svgAniTwice {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: -590;
  }
  51% {
    stroke-dashoffset: 590;
    stroke: #0070e6;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #0070e6;
  }
}
@keyframes svgAniTwiceLarge {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: -664;
  }
  51% {
    stroke-dashoffset: 664;
    stroke: #0070e6;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #0070e6;
  }
}
/*************** 單元頁相關 *****************/
/**** 類別選單 ****/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  color: #222;
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  position: relative;
  width: 240px;
  height: 64px;
  margin: 0 auto;
}
.classBox .classCurrent::before {
  content: "";
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 6px);
  left: auto;
  bottom: auto;
  right: 20px;
  transform: rotate(135deg);
  z-index: 1;
}
.classBox .classCurrent.mobileBorder {
  width: 100%;
  max-width: 480px;
  height: 64px;
}
.classBox .classCurrent.mobileBorder .pc {
  pointer-events: none;
}
@media (max-width: 1180px) {
  .classBox .classCurrent.mobileBorder .pc {
    display: none;
  }
}
.classBox .classCurrent.mobileBorder .mobile {
  pointer-events: none;
}
@media (min-width: 1181px) {
  .classBox .classCurrent.mobileBorder .mobile {
    display: none;
  }
}
.classBox .classCurrent.mobileBorder .border {
  display: block;
  height: 46px;
  position: absolute;
  pointer-events: none;
}
.classBox .classCurrent.mobileBorder .borderTop, .classBox .classCurrent.mobileBorder .borderBottom {
  width: calc(100% - 18px);
}
.classBox .classCurrent.mobileBorder .borderTop::before, .classBox .classCurrent.mobileBorder .borderTop::after, .classBox .classCurrent.mobileBorder .borderBottom::before, .classBox .classCurrent.mobileBorder .borderBottom::after {
  display: none;
}
.classBox .classCurrent.mobileBorder .borderRight, .classBox .classCurrent.mobileBorder .borderLeft {
  width: 18px;
  height: 18px;
}
.classBox .classCurrent.mobileBorder .borderRight::before, .classBox .classCurrent.mobileBorder .borderLeft::before {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #222;
  transform: rotate(-45deg);
}
.classBox .classCurrent.mobileBorder .borderTop {
  top: 0;
  right: 0;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
}
.classBox .classCurrent.mobileBorder .borderRight {
  bottom: 0;
  right: 0;
}
.classBox .classCurrent.mobileBorder .borderRight::before {
  position: absolute;
  top: 7px;
  left: auto;
  bottom: auto;
  right: -3px;
}
.classBox .classCurrent.mobileBorder .borderRight::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #0070e6 transparent transparent transparent;
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: auto;
  right: auto;
  opacity: 0;
}
.classBox .classCurrent.mobileBorder .borderBottom {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #222;
  border-left: 2px solid #222;
}
.classBox .classCurrent.mobileBorder .borderLeft {
  top: 0;
  left: 0;
}
.classBox .classCurrent.mobileBorder .borderLeft::before {
  position: absolute;
  top: auto;
  left: -3px;
  bottom: 7px;
  right: auto;
}
.classBox .classCurrent.mobileBorder .borderLeft::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #0070e6 transparent;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: auto;
  right: auto;
  opacity: 0;
}
.classBox .classCurrent svg {
  color: transparent;
  fill: transparent;
  stroke: #222;
  stroke-width: 2px;
  stroke-dasharray: 590;
  stroke-dashoffset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  pointer-events: none;
}
.classBox .classCurrent .classText {
  height: 64px;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 24px;
  padding: 4px 34px 0px 22px;
  position: relative;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .classBox .classCurrent:hover::before {
    border-top: 2px solid #0070e6;
    border-right: 2px solid #0070e6;
  }
  .classBox .classCurrent:hover svg {
    animation: svgAniTwice 0.8s forwards;
  }
  .classBox .classCurrent:hover .classText {
    color: #0070e6;
  }
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }
  .classBoxRow .classLink .classLinkItem {
    margin: 10px;
    position: relative;
    width: 244px;
    height: 64px;
  }
  .classBoxRow .classLink .classItemSvg {
    width: 100%;
    height: 100%;
    color: transparent;
    fill: none;
    stroke: #222;
    stroke-width: 2px;
    stroke-dasharray: 590;
    stroke-dashoffset: 0;
    pointer-events: none;
  }
  .classBoxRow .classLink a {
    box-sizing: border-box;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 1;
    padding: 8px 15px 5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    z-index: 2;
    margin-top: 1px;
    max-height: 62px;
    overflow: hidden;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover {
    color: #0070e6;
  }
  .classBoxRow .classLink a:hover + .classItemSvg {
    animation: svgAniTwice 0.8s forwards;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink a.current {
    color: #fff;
  }
  .classBoxRow .classLink a.current + .classItemSvg {
    color: #0070e6;
    fill: #0070e6;
    stroke: #0070e6;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a.current:hover + .classItemSvg {
    animation: svgAniTwice 0s forwards;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #0070e6;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul {
  display: block;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  animation: aniSlideLeft 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a {
  background-color: #f8f8f8;
  color: #2f2f2f;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current, .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover {
  background-color: #e5e5e5;
  color: #0070e6;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > .classLinkItem {
    border-bottom: 1px solid #ccc;
  }
  .classBoxColumn .classLink > .classLinkItem:first-child {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxColumn .classLink a {
    color: #222;
    display: block;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 20px 20px;
    position: relative;
  }
  .classBoxColumn .classLink a.current {
    color: #0070e6;
  }
}
@media (max-width: 1180px) {
  .classBoxColumn {
    width: 100%;
  }
}
.classBoxDropDown {
  width: 100%;
  max-width: 244px;
}
@media (max-width: 1180px) {
  .classBoxDropDown {
    max-width: 480px;
  }
}
.classBoxDropDown .classCurrent {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.classBoxDropDown .classLink {
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.classBoxDropDown .classLink > .classLinkItem:not(:first-child) {
  border-top: 1px solid #ccc;
}
.classBoxDropDown .classLink > .classLinkItem > a.current {
  color: #0070e6;
}
.classBoxDropDown .classLink > .classLinkItem ul {
  display: none;
}
.classBoxDropDown .classLink a {
  background-color: #fff;
  color: #222;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.3;
  padding: 14px 20px;
  position: relative;
}
@media (min-width: 1181px) {
  .classBoxDropDown .classLink a:hover {
    color: #0070e6;
  }
}
.classBox.longBtn {
  max-width: 284px;
}
.classBox.longBtn .classCurrent {
  width: 284px;
}
.classBox.longBtn .classCurrent svg {
  stroke-dasharray: 664;
}
@media (min-width: 1181px) {
  .classBox.longBtn .classCurrent:hover svg {
    animation: svgAniTwice 0.8s forwards;
  }
}
.classBox.longBtn .classLink {
  width: 284px;
  left: calc(50% - 142px);
}
@media (max-width: 1180px) {
  .classBox.longBtn {
    width: 100%;
    max-width: 480px;
  }
  .classBox.longBtn .classCurrent {
    width: 100%;
  }
  .classBox.longBtn .classLink {
    width: 100%;
    left: 50%;
  }
}
.classBoxRow .classLink, .classBoxColumn .classLink, .classBoxDropDown .classLink, .classBoxTab .classLink {
  max-height: 60vh;
  overflow: auto;
}
@media (max-width: 1180px) {
  .classBoxRow .classLink, .classBoxColumn .classLink, .classBoxDropDown .classLink, .classBoxTab .classLink {
    width: 100%;
    max-width: 480px;
    background-color: #f3f5f7;
    box-shadow: 0 5px 15px rgba(0, 112, 230, 0.1);
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open, .classBoxDropDown .classLink.open, .classBoxTab .classLink.open {
    display: block;
  }
  .classBoxRow .classLink.open ~ .classCurrent::before, .classBoxColumn .classLink.open ~ .classCurrent::before, .classBoxDropDown .classLink.open ~ .classCurrent::before, .classBoxTab .classLink.open ~ .classCurrent::before {
    transform: rotate(-45deg);
  }
  .classBoxRow .classLink a, .classBoxColumn .classLink a, .classBoxDropDown .classLink a, .classBoxTab .classLink a {
    background-color: #fff;
    color: #222;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.3;
    padding: 14px 20px;
    position: relative;
  }
}
@media (max-width: 1180px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover, .classBoxColumn .classLink a:hover, .classBoxDropDown .classLink a:hover, .classBoxTab .classLink a:hover {
    color: #22edfd;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink > .classLinkItem:not(:first-child), .classBoxColumn .classLink > .classLinkItem:not(:first-child), .classBoxDropDown .classLink > .classLinkItem:not(:first-child), .classBoxTab .classLink > .classLinkItem:not(:first-child) {
    border-top: 1px solid #ccc;
  }
  .classBoxRow .classLink > .classLinkItem > a, .classBoxColumn .classLink > .classLinkItem > a, .classBoxDropDown .classLink > .classLinkItem > a, .classBoxTab .classLink > .classLinkItem > a {
    min-height: 46px;
  }
  .classBoxRow .classLink > .classLinkItem > a.current, .classBoxColumn .classLink > .classLinkItem > a.current, .classBoxDropDown .classLink > .classLinkItem > a.current, .classBoxTab .classLink > .classLinkItem > a.current {
    color: #0070e6;
  }
  .classBoxRow .classLink > .classLinkItem > a.ellipsis, .classBoxColumn .classLink > .classLinkItem > a.ellipsis, .classBoxDropDown .classLink > .classLinkItem > a.ellipsis, .classBoxTab .classLink > .classLinkItem > a.ellipsis {
    max-height: none;
  }
  .classBoxRow .classLink > .classLinkItem ul, .classBoxColumn .classLink > .classLinkItem ul, .classBoxDropDown .classLink > .classLinkItem ul, .classBoxTab .classLink > .classLinkItem ul {
    display: none;
  }
  .classBoxRow .classLink .classItemSvg, .classBoxColumn .classLink .classItemSvg, .classBoxDropDown .classLink .classItemSvg, .classBoxTab .classLink .classItemSvg {
    display: none;
  }
}
.classBoxRow .classLink.open, .classBoxColumn .classLink.open, .classBoxDropDown .classLink.open, .classBoxTab .classLink.open {
  display: block;
}
.classBoxRow .classLink.open + .classCurrent::before, .classBoxColumn .classLink.open + .classCurrent::before, .classBoxDropDown .classLink.open + .classCurrent::before, .classBoxTab .classLink.open + .classCurrent::before {
  transform: rotate(135deg) scale(-1);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition-delay: 0s;
}
.classBoxRow .classLink.open + .classCurrent .borderTop, .classBoxColumn .classLink.open + .classCurrent .borderTop, .classBoxDropDown .classLink.open + .classCurrent .borderTop, .classBoxTab .classLink.open + .classCurrent .borderTop {
  border-top: 2px solid #0070e6;
  border-right: 2px solid #0070e6;
  background-color: #0070e6;
}
.classBoxRow .classLink.open + .classCurrent .borderRight::before, .classBoxRow .classLink.open + .classCurrent .borderLeft::before, .classBoxColumn .classLink.open + .classCurrent .borderRight::before, .classBoxColumn .classLink.open + .classCurrent .borderLeft::before, .classBoxDropDown .classLink.open + .classCurrent .borderRight::before, .classBoxDropDown .classLink.open + .classCurrent .borderLeft::before, .classBoxTab .classLink.open + .classCurrent .borderRight::before, .classBoxTab .classLink.open + .classCurrent .borderLeft::before {
  background-color: #0070e6;
}
.classBoxRow .classLink.open + .classCurrent .borderRight::after, .classBoxColumn .classLink.open + .classCurrent .borderRight::after, .classBoxDropDown .classLink.open + .classCurrent .borderRight::after, .classBoxTab .classLink.open + .classCurrent .borderRight::after {
  opacity: 1;
}
.classBoxRow .classLink.open + .classCurrent .borderBottom, .classBoxColumn .classLink.open + .classCurrent .borderBottom, .classBoxDropDown .classLink.open + .classCurrent .borderBottom, .classBoxTab .classLink.open + .classCurrent .borderBottom {
  border-bottom: 2px solid #0070e6;
  border-left: 2px solid #0070e6;
  background-color: #0070e6;
}
.classBoxRow .classLink.open + .classCurrent .borderLeft::after, .classBoxColumn .classLink.open + .classCurrent .borderLeft::after, .classBoxDropDown .classLink.open + .classCurrent .borderLeft::after, .classBoxTab .classLink.open + .classCurrent .borderLeft::after {
  opacity: 1;
}
.classBoxRow .classLink.open + .classCurrent svg, .classBoxColumn .classLink.open + .classCurrent svg, .classBoxDropDown .classLink.open + .classCurrent svg, .classBoxTab .classLink.open + .classCurrent svg {
  color: #0070e6;
  fill: #0070e6;
  stroke: #0070e6;
  animation: svgAniTwice 0s forwards;
}
.classBoxRow .classLink.open + .classCurrent .classText, .classBoxColumn .classLink.open + .classCurrent .classText, .classBoxDropDown .classLink.open + .classCurrent .classText, .classBoxTab .classLink.open + .classCurrent .classText {
  color: #fff;
  transition-delay: 0s;
}
.classBoxColumn .classLink {
  max-height: none;
}
@media (max-width: 1180px) {
  .classBoxColumn .classLink {
    max-height: 60vh;
  }
}
@media (max-width: 1180px) {
  .classBoxTab {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .classBoxTab .classLink.tab {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .classBoxTab .classLink.tab a {
    line-height: 30px;
  }
  .classBoxTab .classLink.tab.open + .classCurrent {
    color: #0070e6;
  }
  .classBoxTab .classLink.tab.open + .classCurrent::before {
    border-top: 2px solid #0070e6;
    border-right: 2px solid #0070e6;
  }
  .classBoxTab .classCurrent {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1.32px;
    line-height: 30px;
    height: 60px;
    width: 100%;
  }
}

/**** 類別說明 ****/
.classNote {
  padding: 20px 0;
}

/**** 頁碼 ****/
@media (max-width: 1180px) {
  .pageBox {
    position: relative;
    z-index: 3;
  }
}
.pageBox .pageList {
  align-items: center;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
}
.pageBox .pageList a {
  color: #ccc;
  background-color: #222;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    background-color: #0070e6;
    color: #fff;
    transform: translateY(-2px);
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
.pageBox .pageList.number {
  justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number .pageLi {
  margin: 5px 1px;
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .mPageBox {
    position: relative;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .pageBox .pageList.number .mPageBox {
    height: 40px;
  }
}
.pageBox .pageList.number .mPageBox .m_page {
  background-color: #0070e6;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 47px;
  padding-top: 3px;
  width: 50px;
  text-align: center;
  display: none;
}
.pageBox .pageList.number .mPageSelect {
  width: 50px;
  height: 50px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0070e6;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 47px;
  padding-top: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  margin: 0 auto;
  text-align-last: center;
  -moz-text-align-last: center;
}
.pageBox .pageList.number .mPageSelect option {
  background-color: #fff;
  color: #222;
  text-align: center;
  padding: 0;
}
.pageBox .pageList.number .mPageSelect option:selected {
  color: #0070e6;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number .mPageSelect {
    display: none;
  }
}
@media (max-width: 400px) {
  .pageBox .pageList.number .mPageSelect {
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
  }
}
.pageBox .pageList.number .numWrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .numWrap {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    bottom: auto;
    right: auto;
  }
  .pageBox .pageList.number .numWrap .pageLi {
    margin: 0;
  }
  .pageBox .pageList.number .numWrap .pageLi a {
    height: 30px;
    line-height: 30px;
    padding-top: 0;
  }
}
.pageBox .pageList.number a {
  width: 50px;
  height: 50px;
  font-weight: 400;
  line-height: 47px;
  padding-top: 3px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn, .pageBox .pageList.number a.nextBtn {
  background-color: transparent;
  color: #ccc;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
@media (max-width: 640px) {
  .pageBox .pageList.number a.prevBtn, .pageBox .pageList.number a.nextBtn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .pageBox .pageList.number a.prevBtn, .pageBox .pageList.number a.nextBtn {
    width: 30px;
    height: 30px;
  }
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  width: auto;
  display: inline-block;
  background-color: transparent;
  color: #ccc;
  padding: 3px 10px 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  display: none;
}
@media (max-width: 640px) {
  .pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
    font-size: 18px;
    padding: 3px 5px 0;
  }
}
@media (max-width: 400px) {
  .pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
    font-size: 17px;
    letter-spacing: 0;
    padding: 3px 0 0;
  }
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  background-color: #0070e6;
  color: #fff;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover.prevBtn::before, .pageBox .pageList.number a:hover.nextBtn::before {
    border-left: 2px solid #0070e6;
    border-bottom: 2px solid #0070e6;
  }
  .pageBox .pageList.number a:hover.firstBtn, .pageBox .pageList.number a:hover.lastBtn {
    color: #0070e6;
  }
}
.pageBox .pageList.prevnext {
  justify-content: space-between;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/* 單元列表頁 */
.mainArea.indexPage .infoBox {
  padding-top: 10px;
}
.mainArea.indexPage .filterBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.mainArea.indexPage .filterBox .classBox {
  margin: 10px;
  position: relative;
  z-index: 2;
}
.mainArea.indexPage .filterBox .classBox + .classBox {
  z-index: 1;
}
@media (max-width: 1180px) {
  .mainArea.indexPage .filterBox {
    flex-direction: column;
    padding-top: 30px;
  }
  .mainArea.indexPage .filterBox .classBox {
    margin: 10px 0;
  }
}
@media (max-width: 640px) {
  .mainArea.indexPage .filterBox {
    padding-top: 20px;
  }
}

/* 圖文內頁(news article...) */
.mainArea.articleIns .contentBox {
  padding-top: 76px;
}
@media (max-width: 1180px) {
  .mainArea.articleIns .contentBox {
    padding-top: 60px;
  }
}
@media (max-width: 840px) {
  .mainArea.articleIns .contentBox {
    padding-top: 45px;
  }
}
@media (max-width: 640px) {
  .mainArea.articleIns .contentBox {
    padding-top: 30px;
  }
}
.mainArea.articleIns .contentBox > .decoBg {
  width: 100%;
  height: 40%;
  max-height: 960px;
  position: absolute;
  top: 0px;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 1;
}
.mainArea.articleIns .contentBox > .decoBg + .wrap {
  z-index: 1;
}
.mainArea.articleIns .topBox {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 40px;
  z-index: 2;
}
@media (max-width: 1180px) {
  .mainArea.articleIns .topBox {
    flex-wrap: wrap;
    padding-bottom: 30px;
    display: none;
  }
}
@media (max-width: 640px) {
  .mainArea.articleIns .topBox {
    padding-bottom: 20px;
  }
}
.mainArea.articleIns .topBox ~ .buttonBox {
  margin: 20px auto;
}
.mainArea.articleIns .topBox + .articleTitle {
  padding: 20px 0;
  border-bottom: none;
}
@media (max-width: 1180px) {
  .mainArea.articleIns .topBox.hasDate {
    display: flex;
  }
}
.mainArea.articleIns .topBox .newsDate {
  margin-left: auto;
  padding-right: 40px;
  position: relative;
}
.mainArea.articleIns .topBox .newsDate::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #ccc;
  position: absolute;
  top: calc(50% - 10px);
  left: auto;
  bottom: auto;
  right: 20px;
}
.mainArea.articleIns .topBox .newsDate .date {
  font-size: 20px;
  font-weight: 400.1 0.2px;
  letter-spacing: 1.5;
  line-height: 1.4;
}
@media (max-width: 1180px) {
  .mainArea.articleIns .topBox .newsDate {
    padding-right: 0;
  }
  .mainArea.articleIns .topBox .newsDate::before {
    display: none;
  }
}
.mainArea.articleIns .topBox .side_news {
  margin-top: 80px;
}
.mainArea.articleIns .topBox .sideShare {
  margin-left: auto;
}
.mainArea.articleIns .bread {
  width: calc(100% - 180px);
  padding-top: 0px;
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .mainArea.articleIns .bread {
    width: 100%;
    padding-bottom: 10px;
  }
}
.mainArea.articleIns .bread .wrap {
  padding: 0;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 480px) {
  .mainArea.articleIns .bread .wrap {
    flex-wrap: wrap;
  }
}
.mainArea.articleIns .bread .wrap a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 481px) {
  .mainArea.articleIns .bread .wrap a {
    flex-shrink: 0;
  }
}
.mainArea.articleIns .bread .wrap a:last-child {
  flex-shrink: 1;
}

/*側邊_其他相關訊息*/
.side_news {
  border-top: 1px solid #ccc;
  margin: 30px 0 0;
  padding: 30px 0;
  position: relative;
  width: 100%;
}
.side_news > .listTitleStyle {
  position: absolute;
  top: 80px;
  left: 0;
  bottom: auto;
  right: auto;
}
.side_news .slickNumBox {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 80px;
  left: auto;
  bottom: auto;
  right: 0;
}
.side_news .slickNumBox .num {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
.side_news .slickNumBox .num.all {
  padding-left: 58px;
  position: relative;
}
.side_news .slickNumBox .num.all::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 12px;
  bottom: auto;
  right: auto;
}
.side_news .sideNewsList {
  margin: 20px -12px 0;
  padding-bottom: 30px;
}
.side_news .sideNewsList:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  max-height: 540px;
  overflow: hidden;
}
.side_news .sideNewsList:not(.slick-slider) .sideNewsItem {
  width: 33.33%;
}
.side_news .sideNewsList .sideNewsItem {
  padding: 90px 12px 30px;
}
.side_news .sideNewsList .sideNewsItem.slick-center {
  padding: 30px 12px 30px;
}
.side_news .sideNewsList .sideNewsItem:first-of-type.slick-current {
  padding: 90px 12px 30px;
}
.side_news .sideNewsList .item {
  background-color: #f3f5f7;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1181px) {
  .side_news .sideNewsList .item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
}
.side_news .sideNewsList .Img {
  width: 100%;
}
.side_news .sideNewsList .Img a {
  display: block;
  width: 100%;
}
.side_news .sideNewsList .Img img {
  display: block;
  width: 100%;
}
.side_news .sideNewsList .Txt {
  padding: 26px 40px 35px;
}
@media (max-width: 1180px) {
  .side_news .sideNewsList .Txt {
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .side_news .sideNewsList .Txt {
    padding: 20px;
  }
}
.side_news .sideNewsList .Txt .date {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.5;
  padding: 5px 0;
}
.side_news .sideNewsList .Txt .title a {
  display: block;
}
.side_news .sideNewsList .Txt .title.ellipsis {
  height: 106px;
}
@media (max-width: 1180px) {
  .side_news .sideNewsList .Txt .title.ellipsis {
    max-height: 92px;
  }
}
@media (max-width: 640px) {
  .side_news .sideNewsList .Txt .title.ellipsis {
    max-height: 78px;
  }
}
.side_news .arrowBox.small {
  position: absolute;
  bottom: 70px;
}
.side_news .arrowBox.small.arrowPrev {
  left: calc(50% - 51px);
}
.side_news .arrowBox.small.arrowNext {
  right: calc(50% - 51px);
}
@media (max-width: 960px) {
  .side_news .arrowBox.small {
    bottom: 20px;
  }
}

/*社群分享*/
.sideShare {
  position: relative;
  z-index: 2;
}
.sideShare .sideShareBtn {
  background-color: #0070e6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.sideShare .sideShareBtn svg {
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
@media (min-width: 1181px) {
  .sideShare .sideShareBtn:hover {
    background-color: #22edfd;
  }
}
.sideShare .shareList {
  position: absolute;
  top: 100%;
  left: auto;
  bottom: auto;
  right: 0;
  padding: 5px 0px;
  margin-top: 8px;
  opacity: 0;
  pointer-events: none;
  width: 40px;
  background-color: #0070e6;
}
.sideShare .shareList.open {
  opacity: 1;
  pointer-events: auto;
}
.sideShare .shareList .shareItem {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 2;
  margin: 5px auto;
}
.sideShare .shareList .shareItem a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a i {
  font-size: 20px;
}
.sideShare .shareList .shareItem a svg {
  fill: #fff;
  width: 15px;
  height: 15px;
  display: block;
  margin-top: -2px;
}
.sideShare .shareList .twitterX {
  display: block;
  --size: 16px;
  width: var(--size);
  height: var(--size);
  container-type: size;
}
.sideShare .shareList .twitterX span {
  border-style: solid;
  display: block;
  position: absolute;
}
.sideShare .shareList .twitterX .thickpart {
  border-block-width: 6.2cqw;
  border-inline-width: 6.9cqw;
  left: calc(50% - 14cqw);
  width: 28cqw;
  transform: skew(35deg);
  height: 100cqh;
}
.sideShare .shareList .twitterX .xTop,
.sideShare .shareList .twitterX .xBottom {
  border-width: 4.2cqw;
  height: 45cqh;
  transform: skew(-41deg);
}
.sideShare .shareList .twitterX .xTop {
  left: calc(50% + 18.4cqw);
  border-bottom-left-radius: 21px;
  border-block-width: 22.6cqw;
}
.sideShare .shareList .twitterX .xBottom {
  left: calc(50% - 30.1cqw);
  bottom: 0;
  border-top-right-radius: 9px;
}
@media (max-width: 1180px) {
  .sideShare {
    display: none;
  }
}

/*頁籤*/
@media (max-width: 480px) {
  .tabSec > .wrap {
    padding: 0;
  }
}

.tab {
  display: flex;
}
.tabRow .tabItem {
  border-right: 1px solid #ccc;
  flex: 1;
  height: 60px;
  position: relative;
}
.tabRow .tabItem:first-of-type {
  border-left: 1px solid #ccc;
}
@media (max-width: 1180px) {
  .tabRow .tabItem {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
  .tabRow .tabItem:first-of-type {
    border-left: none;
  }
}
.tabRow a {
  color: #222;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px 3px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.tabRow a::before {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #0070e6;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0px;
  right: auto;
}
.tabRow a.current {
  color: #0070e6;
}
.tabRow a.current::before {
  width: 100%;
}
@media (max-width: 1180px) {
  .tabRow a::before {
    display: none;
  }
}
.tabColumn {
  flex-direction: column;
  text-align: left;
  margin-top: 40px;
}
.tabColumn .tabItem {
  border-bottom: 1px solid #ccc;
  flex: 1;
  height: auto;
}
.tabColumn .tabItem:first-of-type {
  border-top: 1px solid #ccc;
}
.tabColumn a {
  color: #222;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.1;
  height: 122px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px 10px 0px;
  position: relative;
}
.tabColumn a::before {
  border-radius: 50%;
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-color: #222222;
  position: absolute;
  top: calc(50% - 14px);
  left: auto;
  bottom: auto;
  right: 0;
}
.tabColumn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: auto;
  bottom: auto;
  right: 11px;
}
.tabColumn a.current::before {
  background-color: #0070e6;
}
@media (min-width: 1181px) {
  .tabColumn a:hover::before {
    transform: scale(1.1);
  }
}
@media (max-width: 1480px) {
  .tabColumn a {
    font-size: 32px;
  }
}
@media (max-width: 1180px) {
  .tabColumn a {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 960px) {
  .tabColumn a {
    height: auto;
    padding: 20px 30px 20px 0px;
  }
}
@media (max-width: 840px) {
  .tabColumn a {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .tabColumn a {
    font-size: 26px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 400px) {
  .tabColumn a {
    font-size: 24px;
  }
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 20px 5px;
  border-top: 1px solid #d6d6d6;
}
.tabContent .tabContentItem {
  display: none;
}

body {
  background-color: #fff;
  box-sizing: border-box;
  font-size: 17px;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body * {
  box-sizing: border-box;
}
body .dragscroll {
  cursor: grab;
}
body .revealTop {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: 0.4s opacity, 0.5s transform;
}
body .revealDown {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: 0.4s opacity, 0.5s transform;
}
body .revealLeft {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: 0.4s opacity, 0.5s transform;
}
body .revealRight {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: 0.4s opacity, 0.5s transform;
}
body .revealScale {
  opacity: 0;
  transform: translate3d(0px, 0, 0) scale(1.05);
  transition: 0.4s opacity, 0.4s transform;
}
body .revealScaleLarge {
  opacity: 0;
  transform: translate3d(0px, 0, 0) scale(0.95);
  transition: 0.4s opacity, 0.4s transform;
}
body .scrollRevealShow {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

address {
  font-style: normal;
}

a {
  color: #222;
  cursor: pointer;
  transition: all 0.4s ease;
}
a:hover {
  color: #0070e6;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  outline: none;
  padding: 0;
  margin: 0;
}

textarea {
  resize: vertical;
}

body {
  background-color: #000;
}

.outerWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #000;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 480px) {
  .outerWrap {
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
.wrap.large {
  max-width: 1860px;
}
.wrap.small {
  max-width: 1260px;
}

.item.hasVideo, .item.hasAlbum {
  cursor: pointer;
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: auto;
  padding-top: 60px;
  opacity: 0;
  transform: translateY(30px);
}
.moduleBox .moduleContent {
  width: 100%;
  max-height: calc(90vh - 50px);
  overflow-y: auto;
  padding: 40px 60px;
}
@media (max-width: 840px) {
  .moduleBox .moduleContent {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .moduleBox .moduleContent {
    padding: 20px 20px;
  }
}
.moduleBox .moduleTitle {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.8px;
  line-height: 1.17;
  padding-bottom: 10px;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1;
  opacity: 0;
  transform: translateY(10px);
}
@media (max-width: 640px) {
  .moduleBox .moduleClose {
    top: 20px;
    right: 20px;
  }
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -2px;
  width: 40px;
  height: 3px;
  background-color: #444;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover::before {
    transform: rotate(30deg);
  }
  .moduleBox .moduleClose:hover::after {
    transform: rotate(-30deg);
  }
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
}
.moduleBox.show .moduleClose {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.moduleBox.sideModule {
  padding-left: 0;
  padding-right: 0;
  justify-content: flex-end;
}
.moduleBox.sideModule .moduleWrap {
  height: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  transform: translateX(50%);
  pointer-events: none;
}
.moduleBox.sideModule .moduleContent {
  max-height: 100%;
}
.moduleBox.sideModule .moduleClose {
  top: 30px;
  right: 30px;
}
.moduleBox.sideModule.show .moduleWrap {
  transform: translateX(0px);
  pointer-events: auto;
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .settingBox {
  opacity: 0;
  transform: translateY(20px);
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .exp a {
  color: #0070e6;
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .exp a:hover {
    color: #22edfd;
  }
}
.moduleBox.privacy .buttonBox {
  margin-left: auto;
  margin-top: 10px;
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 400px) {
  .moduleBox.privacy .customList .topBox {
    padding-bottom: 20px;
  }
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-80%) rotate(-45deg);
}
@media (max-width: 400px) {
  .moduleBox.privacy .customList .topBox::before {
    top: auto;
    bottom: 16px;
    transform: translateY(0%) rotate(-45deg);
  }
}
.moduleBox.privacy .customList .topBox.open::before {
  transform: translateY(-100%) rotate(45deg);
}
@media (max-width: 400px) {
  .moduleBox.privacy .customList .topBox.open::before {
    transform: translateY(-40%) rotate(45deg);
  }
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 10px 20px 10px 0;
}
@media (max-width: 480px) {
  .moduleBox.privacy .customList .topBox .subtitle {
    font-size: 22px;
    letter-spacing: 0.5px;
  }
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 400px) {
  .moduleBox.privacy .customList .topBox .trigger {
    top: auto;
    bottom: 10px;
    transform: translateY(0%);
  }
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #0070e6;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (max-width: 400px) {
  .moduleBox.privacy .customList .topBox .trigger .alwaysOn {
    transform: translateY(3px);
  }
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: rgb(66.8, 158.4452173913, 255);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(0.5, 124.4304347826, 255);
  transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #0070e6;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .exp {
  background-color: #f3f5f7;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .exp {
    padding: 15px 12px;
  }
}
.moduleBox.privacy.show .settingBox {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.4s;
}
.moduleBox.privacy.show .settingBox + .settingBox {
  transition-delay: 0.6s;
}
.moduleBox.cartArea .moduleWrap {
  max-width: 540px;
  padding-top: 40px;
}
.moduleBox.cartArea .moduleContent {
  margin-top: -8px;
  padding: 0 40px 40px;
}
.moduleBox.cartArea .mediumTitle, .moduleBox.cartArea .cart, .moduleBox.cartArea .btnArea {
  opacity: 0;
  transform: translateY(20px);
}
.moduleBox.cartArea.show .mediumTitle, .moduleBox.cartArea.show .cart, .moduleBox.cartArea.show .btnArea {
  opacity: 1;
  transform: translateY(0px);
}
.moduleBox.cartArea.show .mediumTitle {
  transition-delay: 0.3s;
}
.moduleBox.cartArea.show .cart {
  transition-delay: 0.4s;
}
.moduleBox.cartArea.show .btnArea {
  transition-delay: 0.5s;
}
.moduleBox.cartArea.show .moduleClose {
  transition-delay: 0.6s;
}
.moduleBox.langArea .moduleWrap.bgWhiteBlue {
  background-color: #f3f5f7;
}
.moduleBox.langArea .moduleWrap.bgWhiteBlue.starLine {
  background-image: url(../png/bgstarline.png);
}
.moduleBox.langArea .moduleContent {
  padding-bottom: 60px;
}
@media (max-width: 640px) {
  .moduleBox.langArea .moduleContent {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .moduleBox.langArea .moduleContent {
    padding-bottom: 20px;
  }
}
.moduleBox.langArea .moduleContent .mediumTitle {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 1180px) {
  .moduleBox.langArea .moduleContent .mediumTitle {
    padding-bottom: 30px;
  }
}
.moduleBox.langArea .moduleContent .langBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 960px) {
  .moduleBox.langArea .moduleContent .langBox {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}
.moduleBox.langArea .moduleContent .langBox .langItem {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .moduleBox.langArea .moduleContent .langBox .langItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .moduleBox.langArea .moduleContent .langBox .langItem {
    width: 100%;
  }
}
.moduleBox.langArea .moduleContent .langBox .buttonBox {
  margin: 8px;
}
@media (max-width: 640px) {
  .moduleBox.langArea .moduleContent .langBox .buttonBox {
    margin: 5px 0;
  }
}
@media (max-width: 400px) {
  .moduleBox.langArea .moduleContent .langBox .buttonBox .text {
    font-size: 20px;
  }
}
@media (min-width: 1181px) {
  .moduleBox.langArea .moduleContent .langBox .buttonBox:hover svg {
    color: #0070e6;
    transition-delay: 0.7s;
  }
  .moduleBox.langArea .moduleContent .langBox .buttonBox:hover .text {
    color: #fff;
    z-index: 2;
    transition-delay: 0.7s;
  }
}
.moduleBox.langArea .mediumTitle, .moduleBox.langArea .langBox {
  opacity: 0;
  transform: translateY(20px);
}
.moduleBox.langArea.show .mediumTitle, .moduleBox.langArea.show .langBox {
  opacity: 1;
  transform: translateY(0px);
}
.moduleBox.langArea.show .mediumTitle {
  transition-delay: 0.4s;
}
.moduleBox.langArea.show .langBox {
  transition-delay: 0.6s;
}
.moduleBox.langArea.show .moduleClose {
  transition-delay: 0.8s;
}
.moduleBox {
  /*搜尋*/
}
.moduleBox.searchArea {
  justify-content: flex-end;
  padding: 0;
}
.moduleBox.searchArea .moduleWrap {
  background-color: #222;
  max-width: 960px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  transform: translateX(50px);
}
.moduleBox.searchArea .moduleClose::before, .moduleBox.searchArea .moduleClose::after {
  background-color: #fff;
}
.moduleBox.searchArea .moduleContent {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.moduleBox.searchArea .moduleContent .note {
  color: #fff;
  padding-top: 10px;
}
.moduleBox.searchArea .moduleContent .searchBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.moduleBox.searchArea .moduleContent .searchBox i {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: auto;
  right: auto;
  line-height: 40px;
}
.moduleBox.searchArea .moduleContent .searchBox input {
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 0 10px 40px;
}
@media (max-width: 960px) {
  .moduleBox.searchArea .moduleContent .searchBox input {
    font-size: 15px;
  }
}
.moduleBox.searchArea .moduleContent .searchBox .trendBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% - 200px);
}
@media (max-width: 840px) {
  .moduleBox.searchArea .moduleContent .searchBox .trendBox {
    width: 100%;
  }
}
.moduleBox.searchArea .moduleContent .searchBox .trendBox .title {
  color: #fff;
  padding-right: 10px;
}
.moduleBox.searchArea .moduleContent .searchBox .trendBox .trendItem {
  display: block;
  color: #22edfd;
  padding: 2px 5px;
}
.moduleBox.searchArea .moduleContent .searchBox .buttonBox.bgGradient {
  margin-left: auto;
}
.moduleBox.searchArea .Txt, .moduleBox.searchArea .searchBox {
  opacity: 0;
  transform: translateY(20px);
}
.moduleBox.searchArea.show .moduleWrap {
  transform: translateX(0px);
}
.moduleBox.searchArea.show .Txt, .moduleBox.searchArea.show .searchBox {
  opacity: 1;
  transform: translateX(0);
}
.moduleBox.searchArea.show .Txt {
  transition-delay: 0.4s;
}
.moduleBox.searchArea.show .searchBox {
  transition-delay: 0.6s;
}
.moduleBox.mailSubscribeArea .moduleContent .mediumTitle {
  text-align: center;
}
.moduleBox.mailSubscribeArea .mediumTitle, .moduleBox.mailSubscribeArea form {
  opacity: 0;
  transform: translateY(20px);
}
.moduleBox.mailSubscribeArea.show .mediumTitle, .moduleBox.mailSubscribeArea.show form {
  opacity: 1;
  transform: translateY(0px);
}
.moduleBox.mailSubscribeArea.show .mediumTitle {
  transition-delay: 0.4s;
}
.moduleBox.mailSubscribeArea.show form {
  transition-delay: 0.6s;
}
.moduleBox.mailSubscribeArea.show .moduleClose {
  transition-delay: 0.8s;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 複雜版COOKIE */
.privacyArea {
  width: 100%;
  max-width: 760px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  transform: translateY(100%);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .exp {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
}
.privacyArea .exp a {
  color: #0070e6;
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .exp a:hover {
    color: #22edfd;
  }
}
@media (max-width: 768px) {
  .privacyArea .exp {
    max-height: 20vh;
    overflow-y: auto;
  }
}
.privacyArea .btnWrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}
.privacyArea .btnWrap .buttonBox {
  width: 50%;
}
@media (max-width: 640px) {
  .privacyArea .btnWrap .buttonBox {
    padding: 0 5px;
  }
}
.privacyArea .btnWrap .buttonBox .text {
  font-size: 16px;
}
@media (max-width: 540px) {
  .privacyArea .btnWrap .buttonBox .text {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
@media (max-width: 400px) {
  .privacyArea .btnWrap {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }
  .privacyArea .btnWrap .buttonBox {
    width: 100%;
    padding: 5px 0;
  }
}

/*洽詢車&購物車*/
.cartArea .cart {
  padding: 35px 0 20px;
}
.cartArea .buyList .buyItem {
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.cartArea .buyList .Img {
  width: 110px;
  height: 110px;
}
.cartArea .buyList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cartArea .buyList .Txt {
  position: relative;
  width: calc(100% - 110px);
}
.cartArea .buyList h3 {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.cartArea .buyList h3 a {
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 1.16;
}
.cartArea .buyList .del {
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  color: #444444;
  fill: #444444;
  cursor: pointer;
  transition: all 0.5s;
}
.cartArea .buyList .del:hover {
  background-color: #0070e6;
  color: #fff;
  fill: #fff;
}
.cartArea .buyList .del svg {
  width: 19px;
  height: 18px;
}
.cartArea .btnArea {
  display: flex;
  justify-content: space-around;
  margin: 0 -10px;
  padding: 20px 0 0;
}
.cartArea .btnArea .buttonBox.cutCorner {
  margin: 0 10px;
}
.cartArea .btnArea .buttonBox.cutCorner svg {
  stroke: #222;
}
.cartArea .btnArea .buttonBox.cutCorner .text {
  color: #222;
  position: relative;
  z-index: 2;
}
@media (min-width: 1181px) {
  .cartArea .btnArea .buttonBox.cutCorner:hover svg {
    color: #0070e6;
  }
  .cartArea .btnArea .buttonBox.cutCorner:hover .text {
    color: #fff;
  }
}

/*訂閱電子報*/
.mailSubscribeArea .moduleWrap {
  background-color: #f3f5f7;
}
.mailSubscribeArea #mail_form .box {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 10px;
}
.mailSubscribeArea #mail_form .box.select {
  position: relative;
}
.mailSubscribeArea #mail_form .box.select::after {
  content: "";
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  top: auto;
  left: auto;
  bottom: 30px;
  right: 30px;
  pointer-events: none;
  z-index: 2;
}
.mailSubscribeArea #mail_form .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.4;
}
.mailSubscribeArea #mail_form .title em {
  color: #C80003;
}
.mailSubscribeArea #mail_form select.inputStyle {
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.mailSubscribeArea #mail_form .inputStyle {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #888;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 44px;
}
.mailSubscribeArea #mail_form .inputStyle.error {
  border: 1px solid #C80003;
}
.mailSubscribeArea #mail_form .buttonBox {
  text-align: center;
  margin: 20px auto 10px;
}

/*提醒使用cookie彈窗*/
.cookieArea .moduleWrap {
  max-width: 480px;
}
.cookieArea .exp {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

#closeCart,
#closePrice,
#closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}
@media (max-width: 480px) {
  #closeCart,
  #closePrice,
  #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  align-items: center;
  background-color: #000;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea .loadLogo {
  width: 600px;
  height: 150px;
}
@media (max-width: 1180px) {
  .loadingArea .loadLogo {
    width: 500px;
  }
}
@media (max-width: 840px) {
  .loadingArea .loadLogo {
    width: 400px;
  }
}
@media (max-width: 640px) {
  .loadingArea .loadLogo {
    width: 300px;
  }
}
@media (max-width: 400px) {
  .loadingArea .loadLogo {
    width: 240px;
  }
}
.loadingArea .loadLogo img {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
.loadingArea .loadLogo svg {
  display: block;
  width: 100%;
  height: 100%;
}
.loadingArea .loadLogo svg * {
  fill: #fff;
  fill-opacity: 0;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 100;
  stroke-dashoffset: 150;
  stroke-opacity: 0;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  transform: translateY(0);
}
.loadingArea.show .loadLogo svg #logoGroup * {
  animation-name: dash;
  animation-duration: 2.6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.loadingArea.hide {
  opacity: 0;
}
.loadingArea.hide .loadLogo {
  transform: translateY(-20px);
}

@keyframes dash {
  0% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
    stroke-opacity: 0;
  }
  30% {
    stroke-dashoffset: 150;
    fill-opacity: 0;
    stroke-opacity: 1;
  }
  55% {
    stroke-dashoffset: 0;
    stroke-opacity: 1;
    fill-opacity: 0;
    stroke-width: 1px;
  }
  65% {
    fill-opacity: 1;
    stroke-dashoffset: 0;
  }
  80% {
    fill-opacity: 1;
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    stroke-width: 0px;
  }
  100% {
    fill-opacity: 1;
    stroke-dashoffset: 0;
    stroke-opacity: 0;
    stroke-width: 0px;
  }
}
/*header*/
.subheader {
  background-color: #000;
}
@media (max-width: 1180px) {
  .subheader {
    display: none;
  }
}
.subheader .wrap {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.subheader .logoArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: -20px;
}
.subheader .logoArea .logoBox {
  padding: 0 20px;
  position: relative;
}
.subheader .logoArea .logoBox:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #565656;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  bottom: auto;
  right: auto;
}
.subheader .logoArea img {
  display: block;
}
.subheader .funBox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: -20px;
}
.subheader .funBox .funItem {
  padding: 0 20px;
  position: relative;
}
.subheader .funBox .funItem:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #565656;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  bottom: auto;
  right: auto;
}
.subheader .funBox .funItem a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subheader .funBox .funItem i {
  color: #fff;
  font-size: 17px;
  height: 22px;
}
.subheader .funBox .funItem .text {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0 8px;
}
@media (min-width: 1181px) {
  .subheader .funBox .funItem:hover i {
    color: #22edfd;
  }
  .subheader .funBox .funItem:hover .text {
    color: #22edfd;
  }
}
@media (min-width: 1181px) {
  .subheader .funBox .funItem.search:hover i::before {
    content: "\f00e";
  }
}
.subheader .funBox .funItem.lang {
  position: relative;
}
.subheader .funBox .funItem.lang a {
  position: relative;
}
.subheader .funBox .funItem.lang .langSubmenu {
  background-color: #000;
  display: block;
  display: none;
  width: 100%;
  padding: 10px 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  bottom: auto;
  right: auto;
  z-index: 51;
}
.subheader .funBox .funItem.lang .langSubmenu a {
  border-bottom: 1px solid #666;
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
  padding: 5px 10px;
  text-align: center;
}
.subheader .funBox .funItem.lang .langSubmenu a:last-child {
  border-bottom: none;
}
.subheader .funBox .funItem.lang .langSubmenu a.current {
  color: #22edfd;
}
@media (min-width: 1181px) {
  .subheader .funBox .funItem.lang .langSubmenu a:hover {
    color: #22edfd;
  }
}

header {
  backdrop-filter: blur(4px) invert(10%) hue-rotate(12deg);
  box-shadow: inset 0px 10px 10px -12px #fff, inset 0px -10px 10px -12px #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0px;
  transform: translateY(40px);
  z-index: 50;
}
header.downStyle {
  background-color: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(6px) invert(15%) hue-rotate(12deg);
  box-shadow: none;
  transform: translateY(0px);
}
header.downStyle .menu .submenu {
  top: 80px;
}
@media (max-width: 1180px) {
  header {
    display: none;
  }
}
header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .logo {
  width: 250px;
}
header .logo a {
  display: block;
  width: 100%;
}
header .logo img {
  display: block;
  width: 100%;
  filter: brightness(0) invert(1);
}
@media (min-width: 1181px) {
  header .logo:hover img {
    transform: scale(1);
    filter: brightness(0) invert(1);
  }
}
header {
  /*menu*/
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .menu > div {
  position: relative;
}
header .menu > div > span {
  display: block;
  padding: 0 19px;
}
header .menu > div > span > a {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 30px;
  padding: 25px 20px;
}
header .menu > div > span > a.current {
  color: #0070e6;
}
@media (min-width: 1181px) {
  header .menu > div > span > a:hover {
    color: #0070e6;
  }
}
header .menu > div .submenu {
  box-shadow: 1.6px 4.5px 20px 0px rgba(0, 0, 0, 0.1);
}
header .menu > div.dropDown.open > span > a {
  color: #0070e6;
}
header .menu > div.dropDown.open .submenuList .listTitle, header .menu > div.dropDown.open .submenuList ul > li {
  opacity: 1;
  transform: translateY(0);
}
header .menu > div.dropDown.open .rightPicArea .Img, header .menu > div.dropDown.open .rightPicArea .title {
  opacity: 1;
  transform: translateY(0);
}
header .menu > div.dropDown.open .submenu.catalog .funcList {
  opacity: 1;
  transform: translateY(0);
}
header .menu > div.dropDown.open .submenu .closeBtn {
  opacity: 1;
  transform: translateY(0);
}
header .menu .submenu {
  background-color: #f3f5f7;
  width: 1800px;
  display: none;
  position: fixed;
  top: 80px;
  left: calc(50% - 900px);
  z-index: 99;
  padding: 0 40px;
  pointer-events: none;
}
@media (max-width: 1780px) {
  header .menu .submenu {
    width: 100%;
    left: 0;
    padding: 60px 0 20px;
  }
}
header .menu .submenu .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  pointer-events: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}
header .menu .submenu .leftBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -60px;
  margin-top: -8px;
  width: calc(100% - 450px);
}
@media (max-width: 1480px) {
  header .menu .submenu .leftBox {
    margin-left: -30px;
  }
}
header .menu .submenu .leftBox .submenuList {
  padding-left: 60px;
  padding-bottom: 20px;
  min-width: 260px;
}
@media (max-width: 1480px) {
  header .menu .submenu .leftBox .submenuList {
    padding-left: 30px;
    min-width: 200px;
  }
}
header .menu .submenu .leftBox .submenuList .listTitle {
  border-bottom: 1px solid #ccc;
  color: #222;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.68px;
  line-height: 40px;
  padding-bottom: 8px;
  opacity: 0;
  transform: translateY(-20px);
}
header .menu .submenu .leftBox .submenuList ul {
  display: block;
  padding-top: 25px;
}
header .menu .submenu .leftBox .submenuList ul li {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateY(-20px);
}
header .menu .submenu .leftBox .submenuList ul li a {
  color: #666;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  padding: 8px 25px 8px 0;
  position: relative;
}
header .menu .submenu .leftBox .submenuList ul li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #0070e6;
  transform: rotate(22deg);
  position: absolute;
  top: calc(50% - 2px);
  left: auto;
  bottom: auto;
  right: 13px;
  opacity: 0;
}
header .menu .submenu .leftBox .submenuList ul li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #0070e6;
  transform: rotate(-22deg);
  position: absolute;
  top: calc(50% + 2px);
  left: auto;
  bottom: auto;
  right: 13px;
  opacity: 0;
}
@media (min-width: 1181px) {
  header .menu .submenu .leftBox .submenuList ul li a:hover {
    color: #0070e6;
  }
  header .menu .submenu .leftBox .submenuList ul li a:hover::before, header .menu .submenu .leftBox .submenuList ul li a:hover::after {
    opacity: 1;
    right: 5px;
  }
}
header .menu .submenu .leftBox .submenuList.m1Box ul {
  padding-top: 0;
}
header .menu .submenu .leftBox .submenuList.m1Box ul li {
  border-bottom: 1px solid #ccc;
}
header .menu .submenu .leftBox .submenuList.m1Box ul li a {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.4;
  padding: 15px 25px 15px 0;
}
header .menu .submenu .leftBox .submenuList.m1Box ul li.current {
  background-color: #0070e6;
}
header .menu .submenu .leftBox .submenuList.m1Box ul li.current a {
  color: #fff;
  transform: translateX(12px);
}
header .menu .submenu .leftBox .submenuList.m1Box ul li.current a::before, header .menu .submenu .leftBox .submenuList.m1Box ul li.current a::after {
  background-color: #fff;
  opacity: 1;
  right: 20px;
}
@media (min-width: 1181px) {
  header .menu .submenu .leftBox .submenuList.m1Box ul li:hover {
    background-color: #0070e6;
  }
  header .menu .submenu .leftBox .submenuList.m1Box ul li:hover a {
    color: #fff;
    transform: translateX(12px);
  }
  header .menu .submenu .leftBox .submenuList.m1Box ul li:hover a::before, header .menu .submenu .leftBox .submenuList.m1Box ul li:hover a::after {
    background-color: #fff;
    opacity: 1;
    right: 20px;
  }
}
header .menu .submenu .rightPicArea {
  width: 450px;
  padding-bottom: 20px;
}
header .menu .submenu .rightPicArea .rightPicBox {
  display: none;
  transform: translateY(10px);
  opacity: 0;
  position: relative;
}
header .menu .submenu .rightPicArea .rightPicBox.current {
  display: block;
  transform: translateY(0px);
  opacity: 1;
}
header .menu .submenu .rightPicArea .Img {
  width: 100%;
  opacity: 0;
  transform: translateY(-20px);
}
header .menu .submenu .rightPicArea .title {
  padding-top: 10px;
  opacity: 0;
  transform: translateY(-20px);
}
header .menu .submenu .rightPicArea .title a {
  display: block;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.68px;
  line-height: 1.28;
}
header .menu .submenu .rightPicArea .title a.ellipsis {
  height: 72px;
}
@media (min-width: 1181px) {
  header .menu .submenu .rightPicArea .title a:hover {
    color: #0070e6;
  }
}
header .menu .submenu .closeBtn {
  opacity: 0;
  transform: translateY(-20px);
  position: absolute;
  top: 40px;
  left: auto;
  bottom: auto;
  right: 40px;
  pointer-events: auto;
}
@media (max-width: 1780px) {
  header .menu .submenu .closeBtn {
    top: 10px;
    right: 30px;
  }
}
header .menu .submenu.catalog .leftBox {
  width: calc(100% - 450px);
}
header .menu .submenu.catalog .rightPicArea {
  padding-bottom: 0;
}
header .menu .submenu.catalog .funcList {
  border-top: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 20px;
  padding: 40px 0 0;
  opacity: 0;
  transform: translateY(-20px);
}
header .menu .submenu.catalog .funcList .buttonBox {
  width: 243px;
  margin-right: 20px;
  text-align: center;
}
@media (max-width: 1480px) {
  header .menu .submenu.catalog .funcList {
    padding-top: 20px;
  }
}

/*手機menu*/
.m_menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
@media (min-width: 1181px) {
  .m_menu {
    display: none;
  }
}
.m_menu .mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}
.m_menu .controlBox {
  background-color: #000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
  z-index: 99;
}
.m_menu .controlBox .m_logo img {
  display: block;
  width: 157px;
  filter: brightness(0) invert(1);
}
.m_menu .controlBox a.main {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: -10px;
}
.m_menu .controlBox a.main span {
  width: 40px;
  height: 3px;
  background-color: #111;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5px;
  padding-left: 2px;
  transform: translate3d(-50%, calc(-50% - 6px), 0);
  transition: all 0.5s;
  text-align: center;
}
.m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.5s;
}
.m_menu .controlBox a.main span:before {
  top: -6px;
}
.m_menu .controlBox a.main span:after {
  bottom: -2px;
}
.m_menu .controlBox a.main.show span {
  background-color: transparent;
  color: transparent;
  transform: translate3d(-50%, calc(-50% - 0px), 0);
}
.m_menu .controlBox a.main.show span:before {
  top: 0px;
  transform: rotate(45deg);
}
.m_menu .controlBox a.main.show span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
.m_menu {
  /*手機menu內容*/
}
.m_menu .hideBox {
  background-color: #222;
  display: block;
  width: 100%;
  max-width: 480px;
  height: calc(100% - 60px);
  overflow-y: visible;
  opacity: 1;
  padding: 0px 0 60px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0px;
  margin-top: 60px;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  z-index: 100;
}
.m_menu .hideBox.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.m_menu .funItemWrap {
  border-top: 1px solid rgba(173, 173, 173, 0.3);
  display: flex;
}
.m_menu .funItemWrap:first-of-type {
  border-top: none;
}
.m_menu .funItemWrap .funItem {
  color: #fff;
  position: relative;
  width: 100%;
}
.m_menu .funItemWrap .funItem.center {
  text-align: center;
}
.m_menu .funItemWrap .funItem + .funItem::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  bottom: auto;
  right: auto;
}
.m_menu .funItemWrap .funItem > a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.m_menu .funItemWrap .funItem > a.center {
  text-align: center;
  justify-content: center;
}
.m_menu .funItemWrap .funItem > a i {
  font-size: 15px;
  width: 20px;
  line-height: 20px;
  color: #fff;
  padding-bottom: 2px;
}
.m_menu .funItemWrap .funItem > a .text {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 25px;
}
.m_menu .funItemWrap .funItem.logo a {
  height: 45px;
}
.m_menu .funItemWrap .funItem.logo img {
  display: block;
  height: 23px;
}
.m_menu .funItemWrap .funItem.logo2 img {
  height: 13px;
}
.m_menu .funItemWrap .funItem.lang .text {
  color: #fff;
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 30px;
}
.m_menu .funItemWrap .funItem.lang .text::after {
  content: ">";
  padding-left: 6px;
  padding-top: 3px;
  font-size: 22px;
  line-height: 27px;
}
.m_menu .funItemWrap.blueBg {
  background-color: #0070e6;
  background-color: #505050;
}
.m_menu .funItemWrap.btn {
  padding: 13px 15px;
  align-items: center;
  margin: 0 -10px;
}
@media (max-width: 480px) {
  .m_menu .funItemWrap.btn {
    margin: 0 -5px;
  }
}
.m_menu .funItemWrap.btn .buttonBox {
  margin: 7px 0;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .m_menu .funItemWrap.btn .buttonBox {
    padding: 0 5px;
  }
}
@media (max-width: 375px) {
  .m_menu .funItemWrap.btn .buttonBox {
    padding: 0 2px;
  }
}
@media (max-width: 480px) {
  .m_menu .funItemWrap.btn .buttonBox .text {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 400px) {
  .m_menu .funItemWrap.btn .buttonBox .text {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.m_menu .submenu {
  animation: fadeOutAni 0.5s forwards ease-out;
  background-color: #1c1c1c;
  color: #ccc;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% + 60px);
  opacity: 0;
  padding: 20px 0;
  position: fixed;
  top: -60px;
  right: 0;
  pointer-events: none;
  transform: translateX(100%);
  z-index: 200;
}
.m_menu .submenu.openNextLevel {
  display: block;
  pointer-events: auto;
  animation: fadeInAni 0.5s forwards ease-out;
}
.m_menu .topTitle {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 30px;
  padding: 0 0px 10px 40px;
  position: relative;
  border-bottom: 2px solid #fff;
  margin-bottom: 15px;
}
.m_menu .topTitle::before {
  content: "";
  cursor: pointer;
  display: block;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: auto;
  right: auto;
}
.m_menu .closeBtn {
  position: absolute;
  top: 20px;
  left: auto;
  bottom: auto;
  right: 20px;
  padding: 0;
}
.m_menu .closeBtn::before, .m_menu .closeBtn::after {
  background-color: #fff;
  width: 2px;
  height: 25px;
  top: 3px;
  left: 14px;
}
.m_menu .closeBtn::after {
  content: "";
  padding: 0;
}
.m_menu .searchSubmenu .note {
  color: #fff;
}
.m_menu .searchSubmenu .searchBox {
  position: relative;
}
.m_menu .searchSubmenu .searchBox i {
  color: #fff;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  bottom: auto;
  right: auto;
  line-height: 40px;
}
.m_menu .searchSubmenu .searchBox input {
  border-bottom: 1px solid rgba(204, 204, 204, 0.1);
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 0 10px 40px;
}
@media (max-width: 960px) {
  .m_menu .searchSubmenu .searchBox input {
    font-size: 15px;
  }
}
.m_menu .searchSubmenu .searchBox .trendBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
  padding-bottom: 15px;
}
.m_menu .searchSubmenu .searchBox .trendBox .title {
  width: 100%;
  color: #fff;
  font-family: "Bebas Neue", "微軟正黑體", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.56px;
  line-height: 1.538;
  padding: 0 5px;
}
@media (max-width: 840px) {
  .m_menu .searchSubmenu .searchBox .trendBox .title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .m_menu .searchSubmenu .searchBox .trendBox .title {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}
.m_menu .searchSubmenu .searchBox .trendBox .trendItem {
  display: block;
  color: #22edfd;
  padding: 5px;
}
@media (max-width: 640px) {
  .m_menu .searchSubmenu .searchBox .trendBox .trendItem {
    font-size: 14px;
  }
}
.m_menu .searchSubmenu .searchBox .buttonBox.bgGradient {
  width: 144px;
  margin-left: auto;
}
.m_menu .searchSubmenu .searchBox .buttonBox.bgGradient svg {
  height: 44px;
}
.m_menu .searchSubmenu .searchBox .buttonBox.bgGradient .btnLink .text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 40px;
  padding-top: 4px;
}
.m_menu .nav {
  padding: 5px 0;
}
.m_menu .nav .dropDown > span > a {
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 30px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
}
.m_menu .nav .dropDown > span > a::after {
  content: ">";
  padding-left: 6px;
  padding-top: 3px;
  font-size: 22px;
  line-height: 27px;
}
.m_menu .nav .submenu.thirdLevelMenu {
  background-color: #121212;
  height: 100%;
  top: 0;
  z-index: 2;
}
.m_menu .nav .secondLevelMenu .secondLevelItem {
  border-bottom: 1px solid rgba(173, 173, 173, 0.3);
  color: #ccc;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 20px;
  padding: 10px 18px 10px 0;
  position: relative;
}
.m_menu .nav .secondLevelMenu .secondLevelItem::after {
  content: ">";
  padding-left: 0px;
  padding-top: 3px;
  font-size: 17px;
  line-height: 17px;
  position: absolute;
  top: 10px;
  left: auto;
  bottom: auto;
  right: 0;
}
.m_menu .nav .thirdLevelMenu ul {
  display: block;
}
.m_menu .nav .thirdLevelMenu li {
  display: block;
  border-bottom: 1px solid rgba(173, 173, 173, 0.3);
}
.m_menu .nav .thirdLevelMenu li a {
  color: #ccc;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  line-height: 20px;
  padding: 10px 0px;
}
.m_menu .nav .thirdLevelMenu .m2Box {
  padding: 5px 0 15px;
}
.m_menu .nav .thirdLevelMenu .m2Box .m2Title {
  border-bottom: 1px solid rgba(173, 173, 173, 0.3);
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
  padding-bottom: 10px;
}
.m_menu .nav .thirdLevelMenu .m2Box ul {
  padding: 10px 0;
}
.m_menu .nav .thirdLevelMenu .m2Box li {
  border-bottom: none;
}
.m_menu .nav .toggleNextLevel {
  cursor: pointer;
}
.m_menu .nav .toggleNextLevel > * {
  pointer-events: none;
}
.m_menu .langSubmenu .langList a {
  color: #fff;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 30px;
  margin: 5px 0;
}
@media (min-width: 1181px) {
  .m_menu .langSubmenu .langList a:hover {
    color: #0070e6;
  }
}

@keyframes fadeOutAni {
  0% {
    opacity: 1;
    transform: translateX(0%);
    display: block;
  }
  80% {
    opacity: 1;
    transform: translateX(100%);
    display: block;
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
    display: none;
  }
}
@keyframes fadeInAni {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
.bottomFixedBox {
  width: 60px;
  position: fixed;
  bottom: 20%;
  right: 0;
  transform: translateX(0);
  z-index: 5;
  transition: 0.5s color, 0.5s background-color;
}
@media (max-width: 1180px) {
  .bottomFixedBox {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    bottom: 0;
  }
}
@media (max-width: 480px) {
  .bottomFixedBox {
    height: 50px;
  }
}
@media (min-width: 1181px) {
  .bottomFixedBox.hide .goTop {
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
  }
}
.bottomFixedBox .sideCompareBox {
  margin-bottom: 10px;
  width: 100%;
  height: 200px;
  position: relative;
}
@media (max-width: 1180px) {
  .bottomFixedBox .sideCompareBox {
    background-color: #0070e6;
    height: 100%;
    width: calc(100% - 80px);
    margin: 0;
  }
}
@media (max-width: 480px) {
  .bottomFixedBox .sideCompareBox {
    width: calc(100% - 60px);
  }
}
.bottomFixedBox .sideCompareBox svg {
  width: 100%;
  height: 100%;
  color: #0070e6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.bottomFixedBox .sideCompareBox a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  padding-top: 10px;
  padding-left: 3px;
}
@media (max-width: 1180px) {
  .bottomFixedBox .sideCompareBox a {
    flex-wrap: nowrap;
    padding: 0;
    line-height: 35px;
  }
}
.bottomFixedBox .sideCompareBox .text {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.32px;
  line-height: 54px;
  padding-bottom: 8px;
  text-align: center;
  width: 100%;
  writing-mode: vertical-lr;
}
@media (max-width: 1180px) {
  .bottomFixedBox .sideCompareBox .text {
    line-height: 60px;
    width: auto;
    writing-mode: initial;
    padding: 0 3px 0 0;
  }
}
@media (max-width: 480px) {
  .bottomFixedBox .sideCompareBox .text {
    line-height: 35px;
    font-size: 21px;
  }
}
.bottomFixedBox .sideCompareBox .num {
  padding: 0 3px;
}
@media (max-width: 480px) {
  .bottomFixedBox .sideCompareBox .num {
    line-height: 35px;
  }
}
@media (min-width: 1181px) {
  .bottomFixedBox .sideCompareBox:hover svg {
    color: #22edfd;
  }
}
.bottomFixedBox .sideShare {
  display: none;
}
@media (max-width: 1180px) {
  .bottomFixedBox .sideShare {
    display: block;
    flex-grow: 1;
    width: 80px;
  }
  .bottomFixedBox .sideShare .sideShareBtn {
    width: 100%;
    height: 60px;
    background-color: #22edfd;
  }
}
@media (max-width: 480px) {
  .bottomFixedBox .sideShare {
    width: 60px;
  }
  .bottomFixedBox .sideShare .sideShareBtn {
    height: 50px;
  }
}
.bottomFixedBox .goTop {
  backdrop-filter: invert(1) opacity(0.3);
  display: block;
  width: 100%;
  height: 60px;
  aspect-ratio: 1/1;
  position: relative;
}
@media (max-width: 1180px) {
  .bottomFixedBox .goTop {
    backdrop-filter: none;
    background-color: rgba(102, 102, 102, 0.3);
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .bottomFixedBox .goTop {
    width: 60px;
    height: 50px;
  }
}
.bottomFixedBox .goTop .arrow {
  width: 100%;
  height: 100%;
  position: relative;
}
.bottomFixedBox .goTop .arrow::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 7px);
  bottom: auto;
  right: auto;
  transform: rotate(-45deg);
}
.bottomFixedBox .goTop .arrow::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 1px);
  bottom: auto;
  right: auto;
  transform: rotate(45deg);
}
@media (min-width: 1181px) {
  .bottomFixedBox .goTop:hover {
    background-color: #22edfd;
  }
  .bottomFixedBox .goTop:hover .arrow {
    animation: gotopAni 0.8s infinite ease-out;
  }
}

@keyframes gotopAni {
  0% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Img > img {
  display: block;
  width: 100%;
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  background-color: #222;
  position: relative;
}
footer .mailSubscriptBox {
  background-color: #000;
  width: 100%;
  height: 140px;
  margin-bottom: -10px;
  position: relative;
  top: -70px;
  z-index: 2;
}
@media (max-width: 1180px) {
  footer .mailSubscriptBox {
    height: 180px;
  }
}
@media (max-width: 640px) {
  footer .mailSubscriptBox {
    height: auto;
  }
}
@media (max-width: 400px) {
  footer .mailSubscriptBox {
    width: auto;
    margin: 0 -20px;
  }
}
footer .mailSubscriptBox .mailForm {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1180px) {
  footer .mailSubscriptBox .mailForm {
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 640px) {
  footer .mailSubscriptBox .mailForm {
    height: auto;
  }
}
footer .mailSubscriptBox .titleBox {
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 50%;
}
@media (max-width: 1180px) {
  footer .mailSubscriptBox .titleBox {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 640px) {
  footer .mailSubscriptBox .titleBox {
    padding-bottom: 10px;
  }
}
footer .mailSubscriptBox .titleBox .icon {
  height: 80px;
}
footer .mailSubscriptBox .titleBox .icon i {
  display: block;
  font-size: 50px;
  line-height: 76px;
}
@media (max-width: 1480px) {
  footer .mailSubscriptBox .titleBox .icon {
    height: 74px;
  }
  footer .mailSubscriptBox .titleBox .icon i {
    font-size: 46px;
  }
}
@media (max-width: 1180px) {
  footer .mailSubscriptBox .titleBox .icon {
    height: auto;
  }
  footer .mailSubscriptBox .titleBox .icon i {
    font-size: 36px;
    line-height: 1;
    padding-bottom: 5px;
  }
}
@media (max-width: 640px) {
  footer .mailSubscriptBox .titleBox .icon i {
    font-size: 28px;
  }
}
footer .mailSubscriptBox .titleBox .title {
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 2.88px;
  line-height: 1.5;
  padding-left: 20px;
}
@media (max-width: 1480px) {
  footer .mailSubscriptBox .titleBox .title {
    font-size: 44px;
  }
}
@media (max-width: 1180px) {
  footer .mailSubscriptBox .titleBox .title {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
@media (max-width: 640px) {
  footer .mailSubscriptBox .titleBox .title {
    font-size: 30px;
    letter-spacing: 1.5px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  footer .mailSubscriptBox .titleBox .title {
    font-size: 26px;
    letter-spacing: 1px;
  }
}
@media (max-width: 400px) {
  footer .mailSubscriptBox .titleBox .title {
    font-size: 20px;
  }
}
footer .mailSubscriptBox .inputArea {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
@media (max-width: 1180px) {
  footer .mailSubscriptBox .inputArea {
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 640px) {
  footer .mailSubscriptBox .inputArea {
    flex-direction: column;
  }
}
footer .mailSubscriptBox .inputArea .inputBox {
  background-color: #272a2e;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.5;
  width: calc(100% - 180px);
  margin-right: -20px;
  padding: 15px 30px;
}
footer .mailSubscriptBox .inputArea .inputBox::-moz-placeholder {
  color: #888;
}
footer .mailSubscriptBox .inputArea .inputBox::placeholder {
  color: #888;
}
@media (max-width: 1180px) {
  footer .mailSubscriptBox .inputArea .inputBox {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    padding: 15px 25px;
  }
}
@media (max-width: 640px) {
  footer .mailSubscriptBox .inputArea .inputBox {
    padding: 7px 15px;
    font-size: 16px;
    width: calc(100% - 130px);
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  footer .mailSubscriptBox .inputArea .inputBox {
    font-size: 15px;
  }
}
@media (min-width: 1181px) {
  footer .mailSubscriptBox .inputArea .buttonBox:hover {
    filter: brightness(1.2);
    transform: translateX(-5px);
  }
}
@media (min-width: 1181px) {
  footer .mailSubscriptBox:hover .titleBox .icon i {
    line-height: 70px;
  }
  footer .mailSubscriptBox:hover .titleBox .icon i::before {
    content: "\f2b7";
  }
}
footer .sitemapBox {
  overflow: hidden;
}
footer .sitemap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -50px;
  padding-top: 0px;
  position: relative;
}
footer .sitemap::before {
  content: "";
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #505050;
  position: absolute;
  top: auto;
  left: 50%;
  bottom: -1px;
  right: auto;
  transform: translate(-50%);
}
@media (max-width: 1480px) {
  footer .sitemap::before {
    width: calc(100% - 60px);
  }
}
@media (max-width: 1280px) {
  footer .sitemap::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 1180px) {
  footer .sitemap::before {
    display: none;
  }
}
@media (max-width: 1480px) {
  footer .sitemap {
    margin: 0 -30px;
  }
}
@media (max-width: 1280px) {
  footer .sitemap {
    margin: 0 -20px;
  }
}
@media (max-width: 1180px) {
  footer .sitemap {
    margin: 0;
    align-items: flex-start;
  }
}
footer .sitemap .sitemapItem {
  width: 20%;
  padding: 0px 50px 40px;
}
@media (max-width: 1480px) {
  footer .sitemap .sitemapItem {
    padding: 0 30px 30px;
  }
}
@media (max-width: 1280px) {
  footer .sitemap .sitemapItem {
    padding: 0 20px 30px;
  }
}
@media (max-width: 1180px) {
  footer .sitemap .sitemapItem {
    border-bottom: 1px solid #505050;
    padding: 5px 0px;
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  footer .sitemap .sitemapItem::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 28px;
    left: auto;
    bottom: auto;
    right: 0px;
  }
  footer .sitemap .sitemapItem::after {
    content: "";
    display: block;
    width: 2px;
    height: 14px;
    background-color: #fff;
    position: absolute;
    top: 22px;
    left: auto;
    bottom: auto;
    right: 6px;
    transition: 0.5s all;
  }
  footer .sitemap .sitemapItem.open::after {
    background-color: #525252;
    transform: rotate(90deg);
  }
}
footer .sitemap .sitemapItem .titleLink {
  border-bottom: 1px solid #505050;
  color: #fff;
  display: block;
  position: relative;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 1.25;
  padding-bottom: 15px;
}
footer .sitemap .sitemapItem .titleLink::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #22edfd;
  position: absolute;
  top: auto;
  left: 0;
  bottom: -1px;
  right: auto;
}
@media (min-width: 1181px) {
  footer .sitemap .sitemapItem .titleLink:hover {
    color: #22edfd;
  }
  footer .sitemap .sitemapItem .titleLink:hover::before {
    width: 100%;
  }
}
@media (max-width: 1180px) {
  footer .sitemap .sitemapItem .titleLink {
    border-bottom: none;
    display: inline-block;
    padding: 10px 0;
  }
  footer .sitemap .sitemapItem .titleLink::before {
    display: none;
  }
}
footer .sitemap .sitemapItem .exp {
  padding-top: 20px;
}
footer .sitemap .sitemapItem .exp ul {
  display: block;
}
footer .sitemap .sitemapItem .exp li {
  display: block;
  padding: 2px 0;
}
footer .sitemap .sitemapItem .exp a {
  color: #888;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  padding: 3px 0;
}
@media (min-width: 1181px) {
  footer .sitemap .sitemapItem .exp a:hover {
    color: #22edfd;
    transform: translateX(4px);
  }
}
@media (max-width: 1180px) {
  footer .sitemap .sitemapItem .exp {
    padding-top: 0;
    display: none;
  }
}
footer .bottomBox {
  overflow-x: hidden;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 840px) {
  footer .bottomBox {
    padding: 20px 0;
  }
}
footer .downLogo {
  width: 100%;
  max-width: 287px;
}
footer .downLogo a {
  display: block;
  width: 100%;
}
footer .downLogo img {
  filter: brightness(0) invert(1);
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  footer .downLogo:hover img {
    transform: translateX(5px);
    filter: brightness(0) invert(1);
  }
}
@media (max-width: 840px) {
  footer .downLogo {
    display: none;
  }
}
footer .socialBox {
  display: block;
  position: relative;
}
footer .socialBox .socialList {
  align-items: center;
  display: flex;
  margin-right: -6px;
}
@media (max-width: 840px) {
  footer .socialBox .socialList {
    flex-wrap: wrap;
    margin: 0 -6px;
  }
}
footer .socialBox .socialList li {
  background-color: #272a2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 6px;
}
footer .socialBox .socialList li a {
  border-radius: 50%;
  color: #535353;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
footer .socialBox .socialList li a svg {
  width: 20px;
  height: 22px;
  display: inline-block;
  fill: #535353;
  vertical-align: middle;
}
footer .socialBox .socialList li a .twitterX {
  --size: 20px;
  width: var(--size);
  height: var(--size);
  container-type: size;
}
footer .socialBox .socialList li a .twitterX span {
  border-style: solid;
  display: block;
  position: absolute;
}
footer .socialBox .socialList li a .twitterX .thickpart {
  border-block-width: 6.2cqw;
  border-inline-width: 6.9cqw;
  left: calc(50% - 14cqw);
  width: 28cqw;
  transform: skew(35deg);
  height: 100cqh;
}
footer .socialBox .socialList li a .twitterX .xTop,
footer .socialBox .socialList li a .twitterX .xBottom {
  border-width: 4.2cqw;
  height: 45cqh;
  transform: skew(-41deg);
}
footer .socialBox .socialList li a .twitterX .xTop {
  left: calc(50% + 18.4cqw);
  border-bottom-left-radius: 21px;
  border-block-width: 22.6cqw;
}
footer .socialBox .socialList li a .twitterX .xBottom {
  left: calc(50% - 30.1cqw);
  bottom: 0;
  border-top-right-radius: 9px;
}
footer .socialBox .socialList li a:hover {
  background-color: #22edfd;
  color: #fff;
}
footer .socialBox .socialList li a:hover svg {
  fill: #fff;
}
footer .copyrightBox {
  background-color: #111;
}
footer .copyrightBox .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
@media (max-width: 1180px) {
  footer .copyrightBox .wrap {
    flex-wrap: wrap;
    height: auto;
  }
}
@media (max-width: 1180px) {
  footer .copyrightBox {
    padding: 20px 0 0;
  }
}
footer .footerInfo {
  color: #888;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media (max-width: 1180px) {
  footer .footerInfo {
    border-bottom: 1px solid #3b3b3b;
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 0 30px 20px;
  }
}
footer .rightBox {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  footer .rightBox {
    width: 100%;
  }
}
@media (max-width: 480px) {
  footer .rightBox {
    padding: 10px 0;
    flex-wrap: wrap;
  }
}
footer .marqueeLinkBox {
  padding-right: 10px;
}
@media (max-width: 1180px) {
  footer .marqueeLinkBox {
    padding-right: 0;
    width: 50%;
  }
}
@media (max-width: 480px) {
  footer .marqueeLinkBox {
    width: 100%;
  }
}
footer .marqueeLinkList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  footer .marqueeLinkList {
    justify-content: flex-start;
  }
}
footer .marqueeLinkList .marqueeLinkItem:last-child .item::before {
  opacity: 0;
}
footer .marqueeLinkList .item {
  position: relative;
  padding-right: 30px;
}
footer .marqueeLinkList .item::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #888;
  position: absolute;
  top: 3px;
  left: auto;
  bottom: auto;
  right: 15px;
  transform: rotate(20deg);
}
@media (max-width: 840px) {
  footer .marqueeLinkList .item {
    padding-right: 20px;
  }
  footer .marqueeLinkList .item::before {
    height: 12px;
    top: 4px;
    right: 12px;
  }
}
footer .marqueeLinkList .title a {
  color: #888;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 20px;
}
@media (min-width: 1181px) {
  footer .marqueeLinkList .title a:hover {
    color: #0070e6;
  }
}
@media (max-width: 840px) {
  footer .marqueeLinkList .title a {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media (max-width: 640px) {
  footer .marqueeLinkList .title a {
    font-size: 13px;
  }
}
footer .areaBox {
  width: 245px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1180px) {
  footer .areaBox {
    width: 50%;
    width: calc(50% + 30px);
    margin-right: -30px;
  }
}
@media (max-width: 480px) {
  footer .areaBox {
    width: 100%;
    margin-right: 0;
  }
}
footer .areaBox::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #565656;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  bottom: auto;
  right: auto;
}
@media (max-width: 480px) {
  footer .areaBox::before {
    display: none;
  }
}
footer .areaBox .text {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 30px;
  width: calc(100% - 140px);
  padding-right: 5px;
  text-align: right;
}
footer .areaBox .text a {
  display: block;
  color: #fff;
}
@media (min-width: 1181px) {
  footer .areaBox .text a:hover {
    color: #0070e6;
  }
}
footer .areaBox .selectBox {
  position: relative;
}
footer .areaBox .areaSelect {
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background-color: #1c1c1c;
  color: #fff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "微軟正黑體", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.44px;
  line-height: 30px;
  width: 140px;
  height: 60px;
  padding: 10px 20px;
  position: relative;
}

/*share*/
.social {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin-right: -4px;
}
@media (max-width: 480px) {
  .social {
    width: 100%;
  }
}
.social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 5px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}
.social a:hover {
  opacity: 0.8;
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
.translateIbest .design a:hover {
  text-decoration: underline;
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #000;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: flex;
}
.fixedQuickLink li {
  flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea a {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea.noBanner {
  padding-top: 80px;
}
@media (max-width: 1180px) {
  .mainArea.noBanner {
    padding-top: 60px;
  }
}
.mainArea > .wrap {
  background-color: #fff;
}
.mainArea404 {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.mainArea404 > .wrap {
  background-color: transparent;
}
.mainArea404 .top {
  margin: 0 auto;
  text-align: center;
}
.mainArea404 .top a {
  color: #0070e6;
}
@media (min-width: 1181px) {
  .mainArea404 .top a:hover {
    color: #22edfd;
  }
}
.mainArea404 .largeTitle {
  color: #0070e6;
}
.mainArea404 .buttonBox {
  margin: 10px auto;
}
@media (max-width: 768px) {
  .mainArea404 {
    height: 50vh;
    min-height: 350px;
  }
  .mainArea404 .top {
    font-size: 24px;
  }
}
.mainArea .contentBox {
  background-color: #fff;
  clear: both;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}
.mainArea .contentBox.bgLight {
  background-color: #f5f8fa;
}
.mainArea .contentBox.bgWhiteBlue {
  background-color: #f3f5f7;
}

/*bread*/
.bread {
  padding: 0px 0 20px;
}
@media (max-width: 1180px) {
  .bread {
    display: none;
  }
}
.bread .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bread .wrap a, .bread .wrap span {
  display: block;
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 20px;
}
@media (max-width: 480px) {
  .bread .wrap a, .bread .wrap span {
    letter-spacing: 0;
    line-height: 16px;
  }
}
@media (max-width: 400px) {
  .bread .wrap a, .bread .wrap span {
    font-size: 12px;
  }
}
.bread .wrap a {
  color: #aaaaaa;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #0070e6;
  }
}
.bread .wrap span {
  color: #aaaaaa;
}
.bread .wrap span + a,
.bread .wrap a + span,
.bread .wrap a + a,
.bread .wrap span + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span, .bread.arrow .wrap a + a, .bread.arrow .wrap span + span {
  padding-left: 25px;
  position: relative;
}
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before, .bread.arrow .wrap a + a::before, .bread.arrow .wrap span + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 1;
  transform: rotate(-45deg);
}
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
  position: relative;
}
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #a9a9a9;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
  position: relative;
}
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

table.breakpoint > tbody > tr > td.expand {
  background: url("../png/plus.png") no-repeat 5px center;
  cursor: pointer;
  padding-left: 40px;
}

@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #0070e6;
  font-size: 13px;
  color: #0070e6;
}
.tagBox a:hover {
  color: #fff;
  background-color: #0070e6;
}
.tagBox a.current {
  color: #fff;
  background-color: #0070e6;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8d2121;
  font-weight: bold;
  font-size: 25px;
  color: #fff;
  background-color: #f05b8f;
}
.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #d33434;
  box-shadow: 1px 0 #f38a8a;
}
.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8d2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  display: block;
  backface-visibility: hidden;
}
.side_room .Txt {
  margin-top: 5px;
}
.side_room .Txt .title a {
  font-size: 16px;
  font-weight: 400;
}
.side_room .Txt .text {
  max-height: 100px;
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  overflow: hidden;
}

/*滑動解鎖*/
.captchaArea {
  position: relative;
  width: 200px;
  height: 50px;
  background-color: #ddd;
}
.captchaArea.unlocking .sliderBtn {
  transition: none;
}
.captchaArea .note {
  position: absolute;
  top: 17px;
  right: 30px;
  z-index: 1;
  font-size: 15px;
  text-align: center;
  font-family: "微軟正黑體";
  color: #777;
  letter-spacing: 1px;
  pointer-events: none;
}

.sliderBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50px;
  height: 50px;
  border: none;
  outline: none;
  background-color: RoyalBlue;
  cursor: pointer;
  transition: all 0.3s linear;
}
.sliderBtn::before {
  content: "\f105";
  position: absolute;
  top: 13px;
  left: 23px;
  color: #fff;
  font-size: 24px;
  font-family: FontAwesome;
  pointer-events: none;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
}
.imh_opacity:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  transition: all 0.3s ease;
}
.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}
.imh_detail:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  transition: all 0.4s ease;
}
.imh_zoom:hover a:before {
  top: 50%;
}
.imh_zoom:hover img {
  opacity: 0.3;
  transform: scale(1.05);
}