<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before, .slick-slider .slick-arrow::before, .slick-slider .slick-arrow, .imh_opacity img, .imh_opacity::after, .imh_opacity, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, footer .bottomBox .socialBox .socialList li, .fixedModuleArea .closeBox svg, .fixedModuleArea .closeBox::before, .fixedModuleArea .closeBox::after, .fixedModuleArea .socialBox .socialList li, .fixedModuleArea .fixedModuleBox, .fixedArea .socialBox .socialList li, .fixedArea .newsBtn, .slideMenuArea .socialBox .socialList li, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::before, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .topFunctionBox .languageBox .languageList, .moduleMask, .moduleBox.cart .cartList .del, .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 .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnStrokeBox .buttonStroke, .btnStrokeBox .btn::before, .btnBox .btn.animation::before, .btnBox .btn.animation::after, .btnBox .btn, button, a, .decoLine::after, .arrowBox .arrow svg, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #e6b4c0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 25px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1180px) {
  .formBox .formColumn.select::before {
    bottom: 30px;
  }
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #f4f194;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnSelect option {
  color: #232a50;
}
.formBox .columnInput {
  padding: 5px 15px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: white;
}
.formBox .columnInput::-moz-placeholder {
  color: white;
}
.formBox .columnInput:-ms-input-placeholder {
  color: white;
}
.formBox .columnInput::-ms-input-placeholder {
  color: white;
}
.formBox .columnInput::placeholder {
  color: white;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #fff !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #e6b4c0;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #f4f194;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(244, 241, 148, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(244, 241, 148, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerSlideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bannerSlideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes bannerSlideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bannerSlideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bannerSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bannerSlideRightAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes decoCircleAnimation {
  0% {
    background: #232a50;
  }
  100% {
    background: #e6b4c0;
  }
}
@keyframes decoCircleAnimation {
  0% {
    background: #232a50;
  }
  100% {
    background: #e6b4c0;
  }
}
@-webkit-keyframes decoStarAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes decoStarAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes decoBigStarAnimation {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes decoBigStarAnimation {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes decoBigStarAnimationY {
  0% {
    -webkit-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
@keyframes decoBigStarAnimationY {
  0% {
    -webkit-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes decoBigStarAnimationX {
  0% {
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@keyframes decoBigStarAnimationX {
  0% {
    -webkit-transform: translateX(-50%) scale(0.6);
            transform: translateX(-50%) scale(0.6);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
  }
}
@-webkit-keyframes productsMarqueeAnimation {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes productsMarqueeAnimation {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes swingAnimation {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
@keyframes swingAnimation {
  0% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
}
.arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.arrowBox .arrow {
  position: relative;
  margin: 0 5px;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover svg {
    fill: #e6b4c0;
  }
}
.arrowBox .arrow::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  display: block;
  width: 16px;
  aspect-ratio: 16/7;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.arrowBox .arrowPrev::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.arrowBox .arrowPrev svg {
  animation: rotate 10s linear infinite reverse;
}
.arrowBox .arrowNext::before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
.arrowBox .arrowNext svg {
  -webkit-animation: rotate 10s linear infinite;
          animation: rotate 10s linear infinite;
}
.arrowBox .arrow svg {
  width: 100%;
  aspect-ratio: 1/1;
  fill: #f4f194;
}

.decoBox {
  pointer-events: none;
}

.decoLine::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: #e6b4c0;
}
.decoLine.verticalLine::after {
  width: 1px;
  height: 100%;
}
.decoLine.horizontalLine::after {
  height: 1px;
  width: 100%;
}

.decoCircle {
  display: block;
  width: 9px;
  height: 9px;
  background: #e6b4c0;
  border: 1px solid #e6b4c0;
  border-radius: 100%;
}

.decoStar::before, .decoStar::after {
  display: block;
  color: #e6b4c0;
  font-size: 24px;
  line-height: 1;
}
.decoStar::before {
  content: "✦";
  position: relative;
}
.decoStar::after {
  content: "✧";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body {
  background-color: #232a50;
  font-size: 16px;
  font-family: "Noto Serif Display", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #f4f194;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea {
  padding: 45px 0 90px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea {
    padding-bottom: 40px;
  }
}
body:not(.WebSiteHome) .bannerArea &gt; .wrap {
  position: relative;
  padding: 0 20px;
  padding-top: 90px;
  max-width: 1540px;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea &gt; .wrap {
    padding-top: 70px;
  }
}
body:not(.WebSiteHome) .bannerArea &gt; .wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 28px;
  width: 1710px;
  aspect-ratio: 1722/550;
  background-image: url("../images/ins_banner_deco_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea &gt; .wrap::before {
    top: 60px;
    right: 20px;
    width: 1500px;
  }
}
@media (max-width: 375px) {
  body:not(.WebSiteHome) .bannerArea &gt; .wrap::before {
    display: none;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .ImgBox {
  position: relative;
  margin-right: 25px;
  width: 47.6%;
  aspect-ratio: 720/462;
  background-image: url("../images/ins_banner_deco.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .ImgBox {
    margin-right: 0;
    max-width: 745px;
    width: 100%;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .ImgBox .Img {
  position: absolute;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0 300px 300px 0;
  overflow: hidden;
  width: calc(100% - 25px);
}
@media (max-width: 480px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .ImgBox .Img {
    width: calc(100% - 15px);
  }
}
@media (max-width: 375px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .ImgBox .Img {
    width: calc(100% - 10px);
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .ImgBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  padding: 50px 50px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    padding: 0;
    padding-top: 50px;
    max-width: 745px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
    padding-top: 30px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .Img {
  max-width: 370px;
  width: 100%;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .subtitle {
  padding-top: 15px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #e6b4c0;
}
@media (max-width: 375px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .subtitle {
    padding-top: 10px;
    font-size: 14px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .subtitle .star {
  padding: 0 15px;
}
@media (max-width: 375px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .subtitle .star {
    padding: 0 5px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .title {
  margin-left: -10px;
  padding-top: 5px;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 4px;
  color: #e6b4c0;
}
@media (max-width: 375px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .title {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .title .inner {
  padding: 0 10px;
}
@media (max-width: 375px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .title .inner {
    position: 0 5px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .title span + span {
  position: relative;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .title span + span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 1px;
  height: 30px;
  background: #e6b4c0;
}
@media (max-width: 375px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .cusBox .title span + span::before {
    height: 20px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .bread {
  padding-top: 45px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .bread {
    padding-top: 30px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .bread .wrap {
  padding: 0;
}

address {
  font-style: normal;
}

a {
  color: #e6b4c0;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #f4f194;
  }
}

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;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.Img img {
  height: auto;
}

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%;
  }
}

/* 共用的樣式 */
.titleBox {
  position: relative;
  margin-bottom: 40px;
}
.titleBox.center {
  text-align: center;
}
.titleBox .decoTitle {
  color: #e6b4c0;
  font-size: 16px;
  line-height: normal;
  padding-bottom: 4px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 12px;
    padding-bottom: 0;
  }
}
.titleBox .title {
  font-size: 54px;
  line-height: normal;
  letter-spacing: 1px;
  color: #f4f194;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 36px;
  }
}
.titleBox .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  color: #e6b4c0;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 22px;
  }
}
.titleBox .intro {
  padding-top: 35px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 2px;
  color: #f4dce2;
}
@media (max-width: 1180px) {
  .titleBox .intro {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .intro {
    font-size: 16px;
    padding-top: 15px;
  }
}
.titleBox .text {
  color: #f4dce2;
  font-size: 16px;
  line-height: normal;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 16px;
    padding-top: 15px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
.btnBox.flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnBox.flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 375px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  position: relative;
  z-index: 1;
  padding: 17px 20px;
  display: inline-block;
  min-width: 220px;
  border-radius: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #232a50;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (max-width: 768px) {
  .btnBox .btn {
    padding: 13px;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background-color: #232a50;
  }
}
.btnBox .btn.small {
  font-size: 13px;
  padding: 10px 15px;
}
.btnBox .btn.animation::before, .btnBox .btn.animation::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.btnBox .btn.animation::before {
  z-index: -1;
  background-color: #fff;
}
.btnBox .btn.animation::after {
  z-index: -2;
  background-color: #e6b4c0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media (max-width: 1180px) {
  .btnBox .btn.animation::after {
    -webkit-transform: translate(5px, 6px);
            transform: translate(5px, 6px);
  }
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover::before {
    background-color: #f4f194;
  }
  .btnBox .btn.animation:hover::after {
    -webkit-transform: translate(5px, 6px);
            transform: translate(5px, 6px);
  }
}
.btnBox .btn.bgMain {
  background-color: #fff;
  color: #232a50;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    background-color: #f4f194;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #f4f194;
  }
}
.btnBox .btn.bgSecond {
  background-color: #e6b4c0;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #e6b4c0;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  color: #232a50;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #e6b4c0;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #e6b4c0;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  color: #e6b4c0;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #e6b4c0;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #e6b4c0;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

.btnStrokeBox {
  position: relative;
}
.btnStrokeBox.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}
.btnStrokeBox.center .btn {
  margin: 10px;
}
.btnStrokeBox.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
}
.btnStrokeBox.between .btn {
  margin: 10px;
}
.btnStrokeBox .btn {
  position: relative;
  display: block;
  max-width: 220px;
  width: 100%;
}
@media (max-width: 375px) {
  .btnStrokeBox .btn {
    max-width: 100%;
  }
}
@media (min-width: 1181px) {
  .btnStrokeBox .btn:hover::before {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
  }
}
.btnStrokeBox .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  display: block;
  width: 100%;
  height: 100%;
  background: #e6b4c0;
  border-radius: 50px;
}
@media (max-width: 1180px) {
  .btnStrokeBox .btn::before {
    -webkit-transform: translate(5px, 6px);
            transform: translate(5px, 6px);
  }
}
.btnStrokeBox .buttonStroke {
  position: relative;
  z-index: 1;
  padding: 17px 20px;
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #232a50;
  overflow: hidden;
}
.btnStrokeBox .buttonFlair {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  will-change: transform;
  pointer-events: none;
}
.btnStrokeBox .buttonFlair::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 170%;
  aspect-ratio: 1/1;
  background-color: #f4f194;
  border-radius: 50%;
  pointer-events: none;
}
.btnStrokeBox .buttonLabel {
  position: relative;
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-bottom: calc(env(safe-area-inset-bottom));
  }
}

.wrap {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1536px) {
  .wrap {
    padding-left: 20px;
  }
}
@media (max-width: 1180px) {
  .wrap {
    padding-right: 20px;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&amp;購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #232a50;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 25px;
  overflow: hidden;
}
.moduleBox .moduleTitle {
  color: #e6b4c0;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #f4f194;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #f4f194;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #232a50;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover {
    background-color: #e6b4c0;
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
  color: #f4dce2;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #f4f194;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .btnStrokeBox {
  padding-top: 20px;
}
.moduleBox.privacy .btnStrokeBox .btn {
  max-width: 150px;
}
@media (max-width: 375px) {
  .moduleBox.privacy .btnStrokeBox .btn {
    max-width: 100%;
  }
}
.moduleBox.privacy .btnStrokeBox .buttonStroke {
  padding: 10px;
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #e6b4c0;
  border-bottom: 1px solid #e6b4c0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
  color: #e6b4c0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #e6b4c0;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.35;
  padding-bottom: 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;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: #fdfce7;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #f6f4ab;
  -webkit-transform: translate(75%, -50%);
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #f4f194;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  padding: 18px 15px;
  background-color: #e6b4c0;
  color: #232a50;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #f4f194;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #f4f194;
  border-bottom: 2px solid #e6b4c0;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #e6b4c0;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #f4f194;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #f4f194;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #f4f194;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1181px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.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;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: #232a50;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.loadingArea .bannerDecoBox {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .loadingArea .bannerDecoBox {
    width: 1536px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.loadingArea .bannerDecoBox .leftBox {
  max-width: 450px;
  width: 100%;
}
.loadingArea .bannerDecoBox .leftBox .decoBox {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 45/104;
}
.loadingArea .bannerDecoBox .leftBox .top {
  position: absolute;
  top: 150px;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 450/565;
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine {
  position: absolute;
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine.verticalLine {
  bottom: 0;
  left: 50px;
  display: block;
  height: calc(100% - 60px);
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine.horizontalLine {
  top: 40px;
  right: 80px;
  max-width: 150px;
  width: 100%;
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine.horizontalLine .decoStar {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine.horizontalLine .decoStar1 {
  right: -70px;
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine.horizontalLine .decoStar1::before {
  -webkit-animation: decoStarAnimation 1.5s ease-in-out infinite alternate;
          animation: decoStarAnimation 1.5s ease-in-out infinite alternate;
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine.horizontalLine .decoStar2 {
  right: -40px;
}
.loadingArea .bannerDecoBox .leftBox .top .decoLine.horizontalLine .decoStar2::before {
  animation: decoStarAnimation 1.5s ease-in-out infinite alternate-reverse;
}
.loadingArea .bannerDecoBox .leftBox .top .decoCircle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.loadingArea .bannerDecoBox .leftBox .top .decoCircle1 {
  top: -45px;
  -webkit-animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
          animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
}
.loadingArea .bannerDecoBox .leftBox .top .decoCircle2 {
  top: -25px;
  animation: decoCircleAnimation 1.5s ease-in-out infinite alternate-reverse;
}
.loadingArea .bannerDecoBox .leftBox .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  max-width: 300px;
  width: 100%;
  aspect-ratio: 30/68;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoText {
  position: absolute;
  top: 35px;
  right: 40px;
  font-size: 18px;
  letter-spacing: 3px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  color: #e6b4c0;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoLine {
  position: absolute;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoLine.verticalLine {
  top: 0;
  right: 80px;
  display: block;
  height: 100%;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoLine.horizontalLine {
  bottom: 50%;
  left: 0;
  -webkit-transform: translateY(calc(50% + 65px));
          transform: translateY(calc(50% + 65px));
  width: 100%;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoLine.horizontalLine::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("../images/star1.png");
  background-size: cover;
  -webkit-animation: decoBigStarAnimationY 1.5s ease-in-out infinite alternate;
          animation: decoBigStarAnimationY 1.5s ease-in-out infinite alternate;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoCircle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoCircle1 {
  top: 25px;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoCircle2 {
  bottom: calc(21% + 20px);
  -webkit-animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
          animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
}
.loadingArea .bannerDecoBox .leftBox .bottom .decoCircle3 {
  bottom: 21%;
  animation: decoCircleAnimation 1.5s ease-in-out infinite alternate-reverse;
}
.loadingArea .bannerDecoBox .rightBox {
  max-width: 330px;
  width: 100%;
}
.loadingArea .bannerDecoBox .rightBox .decoBox {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 33/96;
}
.loadingArea .bannerDecoBox .rightBox .top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 33/56;
}
.loadingArea .bannerDecoBox .rightBox .top .decoText {
  position: absolute;
  bottom: 20px;
  left: 90px;
  font-size: 18px;
  letter-spacing: 2.5px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #e6b4c0;
}
.loadingArea .bannerDecoBox .rightBox .top .decoLine {
  position: absolute;
}
.loadingArea .bannerDecoBox .rightBox .top .decoLine.verticalLine {
  top: 0;
  left: 70px;
  display: block;
  height: 100%;
}
.loadingArea .bannerDecoBox .rightBox .top .decoLine.horizontalLine {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 90px));
          transform: translateY(calc(-50% - 90px));
  width: 100%;
}
.loadingArea .bannerDecoBox .rightBox .top .decoLine.horizontalLine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("../images/star1.png");
  background-size: cover;
  animation: decoBigStarAnimationY 1.5s ease-in-out infinite alternate-reverse;
}
.loadingArea .bannerDecoBox .rightBox .top .decoCircle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.loadingArea .bannerDecoBox .rightBox .top .decoCircle1 {
  bottom: 35px;
}
.loadingArea .bannerDecoBox .rightBox .top .decoCircle2 {
  top: calc(10% + 20px);
  -webkit-animation: decoCircleAnimation 2s ease-in-out infinite alternate;
          animation: decoCircleAnimation 2s ease-in-out infinite alternate;
}
.loadingArea .bannerDecoBox .rightBox .top .decoCircle3 {
  top: 10%;
  animation: decoCircleAnimation 2s ease-in-out infinite alternate-reverse;
}
.loadingArea .bannerDecoBox .rightBox .bottom {
  position: absolute;
  bottom: 0;
  left: 70px;
  display: block;
}
.loadingArea .bannerDecoBox .rightBox .bottom .decoLine.verticalLine {
  display: block;
  height: 150px;
}
.loadingArea .bannerDecoBox .rightBox .bottom .decoLine.verticalLine .decoStar {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.loadingArea .bannerDecoBox .rightBox .bottom .decoLine.verticalLine .decoStar1 {
  top: -70px;
}
.loadingArea .bannerDecoBox .rightBox .bottom .decoLine.verticalLine .decoStar1::before {
  -webkit-animation: decoStarAnimation 1.5s ease-in-out infinite alternate;
          animation: decoStarAnimation 1.5s ease-in-out infinite alternate;
}
.loadingArea .bannerDecoBox .rightBox .bottom .decoLine.verticalLine .decoStar2 {
  top: -40px;
}
.loadingArea .bannerDecoBox .rightBox .bottom .decoLine.verticalLine .decoStar2::before {
  animation: decoStarAnimation 1.5s ease-in-out infinite alternate-reverse;
}
.loadingArea .decoMarquee {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.loadingArea .decoMarquee .decoText {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 120px;
  white-space: nowrap;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px #4a486d;
  text-stroke: 1px #4a486d;
  overflow: hidden;
}
@media (max-width: 768px) {
  .loadingArea .decoMarquee .decoText {
    line-height: 1;
    font-size: 80px;
  }
}
.loadingArea .decoMarquee .decoText::before, .loadingArea .decoMarquee .decoText::after {
  position: absolute;
  content: " E.More E.More E.More E.More ";
}
.loadingArea .decoMarquee .decoText1 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.loadingArea .decoMarquee .decoText1::before, .loadingArea .decoMarquee .decoText1::after {
  -webkit-animation: productsMarqueeAnimation 30s linear infinite;
          animation: productsMarqueeAnimation 30s linear infinite;
  left: 0;
}
.loadingArea .decoMarquee .decoText1::after {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
.loadingArea .decoMarquee .decoText2 {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
.loadingArea .decoMarquee .decoText2::before, .loadingArea .decoMarquee .decoText2::after {
  animation: productsMarqueeAnimation 30s linear infinite reverse;
  right: 0;
}
.loadingArea .decoMarquee .decoText2::after {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
.loadingArea .loadLogo {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
  scale: 1 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: 2s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 2s cubic-bezier(0.43, 0.05, 0.17, 1);
}
.loadingArea.hide {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.43, 0.05, 0.17, 1);
  transition: 1s cubic-bezier(0.43, 0.05, 0.17, 1);
}

/* 彈窗 &amp; 其他功能 */
.topFunctionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  background-color: #F7F7F7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 5px;
}
.topFunctionBox .wrap &gt; a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .wrap &gt; a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox {
  position: relative;
  z-index: 1;
}
.topFunctionBox .loginBox &gt; a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .loginBox &gt; a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 1181px) {
  .topFunctionBox .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
.topFunctionBox .searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topFunctionBox .searchBox input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  background-color: #fafafa;
}
.topFunctionBox .searchBox button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #f4f194;
}
.topFunctionBox .languageBox {
  margin: 0 15px 0 10px;
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.topFunctionBox .languageBox .languageCurrent {
  cursor: pointer;
  padding-right: 10px;
  position: relative;
}
.topFunctionBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
          transform: translate(100%, -50%) rotate(45deg);
}
.topFunctionBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.topFunctionBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.topFunctionBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.topFunctionBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1181px) {
  .topFunctionBox .languageBox .languageList li a:hover {
    background-color: #f4f194;
    color: #fff;
  }
}
.topFunctionBox .languageBox .languageList li a.current {
  background-color: #f4f194;
  color: #fff;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  padding-top: 10px;
  pointer-events: none;
}
header .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  padding: 0 40px;
}
@media (max-width: 1536px) {
  header .wrap {
    padding-left: 20px;
  }
}
@media (max-width: 1180px) {
  header .wrap {
    padding-right: 20px;
  }
}
header .logo {
  padding: 10px 0;
  pointer-events: all;
}
header .logo a {
  display: block;
  width: 50px;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*slideMenu*/
.slideMenuTrigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover .line::before {
    width: 100%;
  }
}
.slideMenuTrigger .line {
  position: relative;
  width: 70px;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 1px;
  background: #e6b4c0;
}
.slideMenuTrigger .line::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  width: 60%;
}
.slideMenuTrigger .line::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 100%;
}
.slideMenuTrigger .menu {
  padding: 10px 0;
  padding-left: 15px;
  color: #e6b4c0;
}
.slideMenuTrigger.close {
  position: fixed;
  top: 23px;
  right: 40px;
  z-index: 2;
}
@media (max-width: 768px) {
  .slideMenuTrigger.close {
    right: 20px;
    top: 20px;
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger.close:hover .line::before, .slideMenuTrigger.close:hover .line::after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.slideMenuTrigger.close .line {
  width: 45px;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  content: "";
  position: absolute;
  width: 100%;
}
.slideMenuTrigger.close .line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slideMenuTrigger.close .menu {
  padding-left: 7px;
  letter-spacing: 0.5px;
}

.slideMenuArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding-top: 65px;
  padding-bottom: calc(env(safe-area-inset-bottom));
  width: 100%;
  height: 100vh;
  background-color: #232a50;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-clip-path: circle(0% at 50% 0);
          clip-path: circle(0% at 50% 0);
  pointer-events: none;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #f4f194;
}
.slideMenuArea.show {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-clip-path: circle(120% at 50% 0);
          clip-path: circle(120% at 50% 0);
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .slideMenuArea.show {
    -webkit-clip-path: circle(130% at 50% 0);
            clip-path: circle(130% at 50% 0);
  }
}
@media (max-width: 480px) {
  .slideMenuArea.show {
    -webkit-clip-path: circle(140% at 50% 0);
            clip-path: circle(140% at 50% 0);
  }
}
.slideMenuArea.show .topBox .slideMenuLogo {
  -webkit-animation: slideLeftAnimation 0.5s 1s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  -webkit-animation: slideLeftAnimation 0.5s 1.3s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1.3s ease-in-out both;
}
.slideMenuArea.show .bottomBox .socialBox,
.slideMenuArea.show .bottomBox .serviceTimeBox {
  -webkit-animation: slideUpAnimation 0.5s 1.6s ease-in-out both;
          animation: slideUpAnimation 0.5s 1.6s ease-in-out both;
}
.slideMenuArea .decoMarquee {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.slideMenuArea .decoMarquee .decoText {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 120px;
  white-space: nowrap;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 1px #4a486d;
  text-stroke: 1px #4a486d;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slideMenuArea .decoMarquee .decoText {
    line-height: 1;
    font-size: 80px;
  }
}
.slideMenuArea .decoMarquee .decoText::before, .slideMenuArea .decoMarquee .decoText::after {
  position: absolute;
  content: " E.More E.More E.More E.More ";
}
.slideMenuArea .decoMarquee .decoText1 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.slideMenuArea .decoMarquee .decoText1::before, .slideMenuArea .decoMarquee .decoText1::after {
  -webkit-animation: productsMarqueeAnimation 30s linear infinite;
          animation: productsMarqueeAnimation 30s linear infinite;
  left: 0;
}
.slideMenuArea .decoMarquee .decoText1::after {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
.slideMenuArea .decoMarquee .decoText2 {
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
.slideMenuArea .decoMarquee .decoText2::before, .slideMenuArea .decoMarquee .decoText2::after {
  animation: productsMarqueeAnimation 30s linear infinite reverse;
  right: 0;
}
.slideMenuArea .decoMarquee .decoText2::after {
  -webkit-animation-delay: -15s;
          animation-delay: -15s;
}
.slideMenuArea .wrap {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1540px;
  height: 100%;
}
.slideMenuArea .topBox {
  position: relative;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .slideMenuArea .topBox {
    padding: 0;
  }
}
.slideMenuArea .topBox .decoBox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.slideMenuArea .topBox .decoBox .decoCurvedLine {
  position: absolute;
  display: block;
  max-width: 260px;
  width: 100%;
  aspect-ratio: 260/549;
  background-image: url("../images/menu_deco_line.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1180px) {
  .slideMenuArea .topBox .decoBox .decoCurvedLine {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .slideMenuArea .topBox .decoBox .decoCurvedLine {
    max-width: 170px;
  }
}
.slideMenuArea .topBox .decoBox .decoCurvedLine.topLeft {
  left: 0;
  bottom: 40px;
  margin-left: 10px;
}
.slideMenuArea .topBox .decoBox .decoCurvedLine.bottomRight {
  bottom: 0;
  right: 0;
  margin-top: 43px;
  margin-right: 10px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.slideMenuArea .topBox .decoBox .decoCurvedLine::before {
  content: "";
  position: absolute;
  top: 25%;
  left: -30px;
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url("../images/star1.png");
  background-size: cover;
  -webkit-animation: decoBigStarAnimation 1.5s ease-in-out infinite alternate;
          animation: decoBigStarAnimation 1.5s ease-in-out infinite alternate;
}
.slideMenuArea .topBox .decoBox .decoCurvedLine::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -10px;
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("../images/dots_deco.png");
  background-size: cover;
  -webkit-animation: rotate 10s ease-in-out infinite alternate;
          animation: rotate 10s ease-in-out infinite alternate;
}
.slideMenuArea .topBox .decoBox .decoCurvedLine .decoStar {
  position: absolute;
  top: -12px;
}
.slideMenuArea .topBox .decoBox .decoCurvedLine .decoStar1 {
  left: calc(100% + 30px);
}
@media (max-width: 768px) {
  .slideMenuArea .topBox .decoBox .decoCurvedLine .decoStar1 {
    left: calc(100% + 10px);
  }
}
.slideMenuArea .topBox .decoBox .decoCurvedLine .decoStar1::before {
  -webkit-animation: decoStarAnimation 1.5s ease-in-out infinite alternate;
          animation: decoStarAnimation 1.5s ease-in-out infinite alternate;
}
.slideMenuArea .topBox .decoBox .decoCurvedLine .decoStar2 {
  left: calc(100% + 60px);
}
@media (max-width: 768px) {
  .slideMenuArea .topBox .decoBox .decoCurvedLine .decoStar2 {
    left: calc(100% + 40px);
  }
}
.slideMenuArea .topBox .decoBox .decoCurvedLine .decoStar2::before {
  animation: decoStarAnimation 1.5s ease-in-out infinite alternate-reverse;
}
.slideMenuArea .slideMenuLogo {
  margin: 0 auto;
  max-width: 62px;
  width: 100%;
}
.slideMenuArea .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 40px 0;
}
.slideMenuArea .menuBox .nav &gt; .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::before, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #f4f194;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a.current::before, .slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu &gt; span &gt; a.current::after {
  background-color: #f4f194;
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu.open &gt; span &gt; a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav &gt; .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav &gt; .menuItem a {
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 2.917;
  letter-spacing: 3px;
  color: #e6b4c0;
}
@media (max-width: 768px) {
  .slideMenuArea .menuBox .nav &gt; .menuItem a {
    line-height: 2.4;
  }
}
.slideMenuArea .menuBox .nav &gt; .menuItem a.current {
  color: #f4f194;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav &gt; .menuItem a:hover {
    color: #f4f194;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.5);
  display: none;
  padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #3a3a3a;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #f4f194;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #f4f194;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #f4f194;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #f4f194;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .bottomBox {
  position: relative;
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .slideMenuArea .bottomBox {
    padding-top: 40px;
  }
}
.slideMenuArea .bottomBox .decoBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slideMenuArea .bottomBox .decoBox .decoLine {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #e6b4c0;
}
.slideMenuArea .bottomBox .decoBox .decoLine::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24.2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background-image: url("../images/star1.png");
  background-size: cover;
  -webkit-animation: decoBigStarAnimationY 1.5s ease-in-out infinite alternate;
          animation: decoBigStarAnimationY 1.5s ease-in-out infinite alternate;
}
@media (max-width: 480px) {
  .slideMenuArea .bottomBox .decoBox .decoLine::before {
    width: 60px;
  }
}
.slideMenuArea .bottomBox .decoBox .decoLine::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  right: 39%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  aspect-ratio: 1/1;
  background-image: url("../images/star1.png");
  background-size: cover;
  animation: decoBigStarAnimationY 1.5s ease-in-out infinite alternate-reverse;
}
@media (max-width: 480px) {
  .slideMenuArea .bottomBox .decoBox .decoLine::after {
    right: 30%;
  }
}
.slideMenuArea .bottomBox .decoBox .decoLine .decoCircle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slideMenuArea .bottomBox .decoBox .decoLine .decoCircle1 {
  left: 2.5%;
  -webkit-animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
          animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
}
.slideMenuArea .bottomBox .decoBox .decoLine .decoCircle2 {
  left: calc(2.5% + 25px);
  -webkit-animation: decoCircleAnimation 1.5s -0.5s ease-in-out infinite alternate;
          animation: decoCircleAnimation 1.5s -0.5s ease-in-out infinite alternate;
}
.slideMenuArea .bottomBox .decoBox .decoLine .decoCircle3 {
  left: calc(2.5% + 25px + 25px);
  -webkit-animation: decoCircleAnimation 1.5s -1s ease-in-out infinite alternate;
          animation: decoCircleAnimation 1.5s -1s ease-in-out infinite alternate;
}
.slideMenuArea .bottomBox .decoBox .decoLine .decoCircle4 {
  right: 30%;
  -webkit-animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
          animation: decoCircleAnimation 1.5s ease-in-out infinite alternate;
}
@media (max-width: 480px) {
  .slideMenuArea .bottomBox .decoBox .decoLine .decoCircle4 {
    right: 15%;
  }
}
.slideMenuArea .bottomBox .decoBox .decoLine .decoCircle5 {
  right: calc(30% + 25px);
  animation: decoCircleAnimation 1.5s ease-in-out infinite alternate-reverse;
}
@media (max-width: 480px) {
  .slideMenuArea .bottomBox .decoBox .decoLine .decoCircle5 {
    right: calc(15% + 25px);
  }
}
.slideMenuArea .socialBox {
  padding: 5px 0;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideMenuArea .socialBox .socialText {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e6b4c0;
}
.slideMenuArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideMenuArea .socialBox .socialList li + li {
  position: relative;
}
.slideMenuArea .socialBox .socialList li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 10px;
  background: #e6b4c0;
}
.slideMenuArea .socialBox .socialList li {
  padding: 0 15px;
}
.slideMenuArea .socialBox .socialList li a {
  color: #e6b4c0;
  display: block;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: #fff;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    color: #f4f194;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    fill: #f4f194;
  }
}
.slideMenuArea .serviceTimeBox {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #e6b4c0;
}
@media (max-width: 375px) {
  .slideMenuArea .serviceTimeBox .serviceTitle {
    padding-bottom: 10px;
    width: 100%;
  }
}
.slideMenuArea .serviceTimeBox .clock {
  margin: 0 10px;
  padding: 0 9px;
  border: 1px solid #e6b4c0;
}

.slideMenuMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

.fixedArea {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  padding: 90px 0 45px;
  max-width: 100px;
  width: 100%;
  height: 100vh;
}
@media (max-width: 1180px) {
  .fixedArea {
    display: none;
  }
}
.fixedArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  max-width: unset;
  width: auto;
  height: 100%;
}
.fixedArea .fixedBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedArea .newsBtn {
  position: relative;
  padding: 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e6b4c0;
  border-radius: 50px;
  font-weight: 500;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #232a50;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .fixedArea .newsBtn:hover {
    background: #f4f194;
  }
}
.fixedArea .newsBtn::before {
  content: "";
  margin-bottom: 18px;
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  background-image: url("../images/fix_news_deco.png");
  -webkit-animation: rotate 10s infinite linear;
          animation: rotate 10s infinite linear;
}
.fixedArea .newsBtn::after {
  content: "open";
  margin-top: 10px;
  font-size: 12px;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
}
.fixedArea .socialBox {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedArea .socialBox::after {
  content: "";
  position: relative;
  display: block;
  width: 1px;
  height: 90px;
  background: #e6b4c0;
}
.fixedArea .socialBox .socialText {
  font-size: 12px;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #e6b4c0;
}
.fixedArea .socialBox .socialList {
  padding: 10px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedArea .socialBox .socialList li + li {
  position: relative;
}
.fixedArea .socialBox .socialList li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 10px;
  height: 1px;
  background: #e6b4c0;
}
.fixedArea .socialBox .socialList li {
  padding: 11px 0;
}
.fixedArea .socialBox .socialList li a {
  color: #e6b4c0;
  display: block;
  font-size: 18px;
  text-align: center;
}
.fixedArea .socialBox .socialList li a svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: #fff;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .fixedArea .socialBox .socialList li a:hover {
    color: #f4f194;
  }
  .fixedArea .socialBox .socialList li a:hover svg {
    fill: #f4f194;
  }
}

.fixedModuleArea {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: 6;
  padding: 90px 0 70px;
  max-width: 400px;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .fixedModuleArea {
    display: none;
  }
}
.fixedModuleArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  max-width: unset;
  width: auto;
  height: 100%;
}
.fixedModuleArea .fixedModuleBox {
  padding: 35px 50px;
  width: 100%;
  background: #e6b4c0;
  border-radius: 30px 0 0 30px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
}
.fixedModuleArea .fixedModuleBox.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
.fixedModuleArea .moduleSubtitle {
  display: block;
  max-width: 228px;
  width: 100%;
  aspect-ratio: 228/44;
  margin: 0 auto;
  background-image: url("../images/fix_news_subtitle.png");
  background-size: cover;
}
.fixedModuleArea .moduleTitle {
  position: relative;
  margin-top: 5px;
  display: block;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #232a50;
}
.fixedModuleArea .moduleTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #232a50;
}
.fixedModuleArea .moduleTitle span {
  position: relative;
  z-index: 1;
  padding: 0 25px;
  background: #e6b4c0;
}
.fixedModuleArea .fixedNewsItem {
  padding: 30px 0 25px;
  border-bottom: 1px solid #232a50;
}
.fixedModuleArea .Txt .fixedNewsInfoBox {
  padding: 7px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  background: #f4f194;
  border: 1px solid #232a50;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #232a50;
}
.fixedModuleArea .Txt .fixedNewsInfoBox .hasClassTitle {
  position: relative;
  padding-right: 30px;
}
.fixedModuleArea .Txt .fixedNewsInfoBox .hasClassTitle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 15px;
  background: #232a50;
}
.fixedModuleArea .Txt .fixedNewsInfoBox .classTitle {
  color: #545769;
}
.fixedModuleArea .Txt .textBox {
  padding-top: 15px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.fixedModuleArea .Txt .textBox .title {
  font-weight: 500;
  letter-spacing: 2px;
  color: #232a50;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixedModuleArea .Txt .textBox .title a {
  color: #232a50;
}
@media (min-width: 1181px) {
  .fixedModuleArea .Txt .textBox .title a:hover {
    color: #f4f194;
  }
}
.fixedModuleArea .Txt .textBox .text {
  padding-top: 5px;
  font-size: 15px;
  line-height: 1.667;
  letter-spacing: 1.7px;
  color: #545769;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fixedModuleArea .socialBox {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedModuleArea .socialBox .socialText {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #232a50;
}
.fixedModuleArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -15px;
}
.fixedModuleArea .socialBox .socialList li + li {
  position: relative;
}
.fixedModuleArea .socialBox .socialList li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 10px;
  background: #232a50;
}
.fixedModuleArea .socialBox .socialList li {
  padding: 0 15px;
}
.fixedModuleArea .socialBox .socialList li a {
  color: #232a50;
  display: block;
  font-size: 18px;
  text-align: center;
}
.fixedModuleArea .socialBox .socialList li a svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: #fff;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .fixedModuleArea .socialBox .socialList li a:hover {
    color: #f4f194;
  }
  .fixedModuleArea .socialBox .socialList li a:hover svg {
    fill: #f4f194;
  }
}
.fixedModuleArea .closeBox {
  position: relative;
  margin: 30px auto 0;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .fixedModuleArea .closeBox:hover::before, .fixedModuleArea .closeBox:hover::after {
    background: #f4f194;
  }
  .fixedModuleArea .closeBox:hover svg {
    fill: #232a50;
  }
}
.fixedModuleArea .closeBox::before, .fixedModuleArea .closeBox::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  display: block;
  width: 20px;
  height: 1px;
  background: #232a50;
  pointer-events: none;
}
.fixedModuleArea .closeBox::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.fixedModuleArea .closeBox::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.fixedModuleArea .closeBox svg {
  fill: #f4f194;
  width: 100%;
  height: 100%;
  -webkit-animation: rotate 5s infinite linear;
          animation: rotate 5s infinite linear;
}

/*footer*/
footer {
  padding: 30px 0 29px;
}
footer .topBox {
  padding: 30px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #e6b4c0;
  border-bottom: 1px solid #e6b4c0;
}
@media (max-width: 1180px) {
  footer .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .topBox .leftBox {
  padding-right: 30px;
}
@media (max-width: 1180px) {
  footer .topBox .leftBox {
    padding: 0;
    padding-bottom: 30px;
  }
}
footer .topBox .leftBox .titleBox {
  margin: 0;
}
@media (max-width: 1180px) {
  footer .topBox .leftBox .titleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
footer .topBox .leftBox .titleBox .title {
  font-size: 32px;
  line-height: 1.25;
  color: #e6b4c0;
}
@media (max-width: 1180px) {
  footer .topBox .leftBox .titleBox .title {
    padding-right: 20px;
  }
}
@media (max-width: 375px) {
  footer .topBox .leftBox .titleBox .title {
    padding-right: 10px;
  }
}
footer .topBox .leftBox .titleBox .subtitle {
  font-size: 22px;
  color: #e6b4c0;
}
footer .topBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1180px) {
  footer .topBox .rightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .topBox .rightBox .sideContactBox {
  padding-top: 5px;
  padding-right: 40px;
}
@media (max-width: 1180px) {
  footer .topBox .rightBox .sideContactBox {
    padding: 0;
    padding-bottom: 30px;
  }
}
footer .topBox .rightBox .sideContactInfo .infoList {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 375px) {
  footer .topBox .rightBox .sideContactInfo .infoList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .topBox .rightBox .sideContactInfo .infoList li + li {
  position: relative;
}
footer .topBox .rightBox .sideContactInfo .infoList li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 20px;
  background: #e6b4c0;
}
@media (max-width: 375px) {
  footer .topBox .rightBox .sideContactInfo .infoList li + li::before {
    display: none;
  }
}
footer .topBox .rightBox .sideContactInfo .infoList li {
  margin-bottom: 0;
  padding: 5px 35px;
}
@media (max-width: 1180px) {
  footer .topBox .rightBox .sideContactInfo .infoList li {
    padding: 5px 20px;
  }
}
@media (max-width: 375px) {
  footer .topBox .rightBox .sideContactInfo .infoList li {
    padding: 5px 0;
  }
}
footer .topBox .rightBox .sideContactInfo .infoList li:first-child {
  padding-left: 0;
}
footer .topBox .rightBox .sideContactInfo .infoList li i {
  display: none;
}
footer .topBox .rightBox .sideContactInfo .infoList li a,
footer .topBox .rightBox .sideContactInfo .infoList li span {
  position: relative;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  color: #e6b4c0;
}
@media (max-width: 768px) {
  footer .topBox .rightBox .sideContactInfo .infoList li a,
footer .topBox .rightBox .sideContactInfo .infoList li span {
    font-size: 16px;
  }
}
@media (min-width: 1181px) {
  footer .topBox .rightBox .sideContactInfo .infoList li a:hover {
    color: #f4f194;
  }
}
footer .topBox .rightBox .sideContactInfo .infoList li .infoText {
  padding-right: 5px;
}
footer .topBox .rightBox .sideContactInfo .infoList li .info {
  letter-spacing: 0.5px;
}
footer .topBox .rightBox .sideContactInfo .infoList li.address .info {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
}
footer .topBox .rightBox .serviceTimeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #e6b4c0;
}
@media (max-width: 768px) {
  footer .topBox .rightBox .serviceTimeBox {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  footer .topBox .rightBox .serviceTimeBox .serviceTitle {
    padding-bottom: 10px;
    width: 100%;
  }
}
footer .topBox .rightBox .serviceTimeBox .clock {
  margin: 0 10px;
  padding: 0 9px;
  border: 1px solid #e6b4c0;
}
footer .topBox .rightBox .btnStrokeBox {
  padding-top: 10px;
  max-width: 220px;
  width: 100%;
}
@media (max-width: 375px) {
  footer .topBox .rightBox .btnStrokeBox {
    max-width: 100%;
  }
}
footer .topBox .rightBox .btnStrokeBox .buttonStroke {
  padding: 20px;
}
footer .bottomBox {
  padding-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  footer .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .bottomBox .footerLogo {
  max-width: 310px;
  width: 100%;
}
@media (max-width: 1180px) {
  footer .bottomBox .footerLogo {
    max-width: unset;
    width: auto;
  }
}
@media (max-width: 768px) {
  footer .bottomBox .footerLogo {
    padding-bottom: 20px;
  }
}
footer .bottomBox .footerLogo a {
  display: block;
  max-width: 105px;
  width: 100%;
}
@media (max-width: 768px) {
  footer .bottomBox .footerLogo a {
    max-width: 110px;
  }
}
footer .bottomBox .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .bottomBox .copyrightBox {
  position: relative;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #e6b4c0;
}
@media (max-width: 768px) {
  footer .bottomBox .copyrightBox {
    padding: 0 0 20px;
  }
}
@media (max-width: 375px) {
  footer .bottomBox .copyrightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
footer .bottomBox .copyrightBox .copyright {
  position: relative;
  padding: 5px 0;
  padding-right: 30px;
}
@media (max-width: 768px) {
  footer .bottomBox .copyrightBox .copyright {
    padding-right: 15px;
  }
}
@media (max-width: 375px) {
  footer .bottomBox .copyrightBox .copyright {
    padding: 2.5px 0;
  }
}
footer .bottomBox .copyrightBox .copyright::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 13px;
  background: #e6b4c0;
}
@media (max-width: 768px) {
  footer .bottomBox .copyrightBox .copyright::before {
    right: 7.5px;
  }
}
@media (max-width: 375px) {
  footer .bottomBox .copyrightBox .copyright::before {
    display: none;
  }
}
footer .bottomBox .copyrightBox .ibestLink {
  padding: 5px 0;
}
@media (max-width: 375px) {
  footer .bottomBox .copyrightBox .ibestLink {
    padding: 2.5px 0;
  }
}
footer .bottomBox .copyrightBox .ibestLink a {
  font-size: 12px;
  color: #e6b4c0;
}
@media (min-width: 1181px) {
  footer .bottomBox .copyrightBox .ibestLink a:hover {
    color: #f4f194;
  }
}
footer .bottomBox .socialBox {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 310px;
  width: 100%;
}
@media (max-width: 1180px) {
  footer .bottomBox .socialBox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: unset;
    width: auto;
  }
}
footer .bottomBox .socialBox .socialText {
  padding-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #e6b4c0;
}
footer .bottomBox .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .bottomBox .socialBox .socialList li + li {
  position: relative;
}
footer .bottomBox .socialBox .socialList li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  width: 1px;
  height: 10px;
  background: #e6b4c0;
}
footer .bottomBox .socialBox .socialList li {
  padding: 0 20px;
}
@media (max-width: 1180px) {
  footer .bottomBox .socialBox .socialList li {
    padding: 0 15px;
  }
}
@media (max-width: 375px) {
  footer .bottomBox .socialBox .socialList li {
    padding: 0 10px;
  }
}
footer .bottomBox .socialBox .socialList li a {
  color: #e6b4c0;
  display: block;
  font-size: 20px;
  text-align: center;
}
footer .bottomBox .socialBox .socialList li a svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #fff;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  footer .bottomBox .socialBox .socialList li a:hover {
    color: #f4f194;
  }
  footer .bottomBox .socialBox .socialList li a:hover svg {
    fill: #f4f194;
  }
}

.privacyArea {
  width: 100%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #f4f194;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #f4f194;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
@media (max-width: 375px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}
.privacyArea .btnStrokeBox {
  padding-top: 15px;
  width: 100%;
}
.privacyArea .btnStrokeBox .btn {
  max-width: 150px;
}
@media (max-width: 375px) {
  .privacyArea .btnStrokeBox .btn {
    max-width: 100%;
  }
}
.privacyArea .btnStrokeBox .buttonStroke {
  padding: 10px;
}

/*手機快捷選單*/
.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: 1201px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 button {
  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;
}

/*文字跑馬燈*/
.marqueeArea {
  padding: 15px 0;
  background-color: rgb(6, 21, 64);
}
.marqueeArea .title {
  float: left;
  margin-right: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 640px) {
  .marqueeArea .title {
    display: none;
  }
}
.marqueeArea .title em {
  margin-left: 5px;
}
.marqueeArea .marqueeBox {
  max-height: 30px;
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
  overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
  line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #dbdbdb;
}
@media (max-width: 640px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .date {
    display: none;
  }
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
    color: #f4f194;
  }
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 20px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 960px) {
  .bookingArea .bookingList li {
    margin-bottom: 15px;
  }
}
.bookingArea .bookingList li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 960px) {
  .bookingArea .bookingList li:not(:first-child) {
    margin-left: 0;
  }
}
.bookingArea .btnBox {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin: 0;
}
.bookingArea .btnBox .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f4f194;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
  .bookingArea .btnBox .btn:hover {
    background-color: #f4f194;
  }
}
@media (max-width: 960px) {
  .bookingArea .btnBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bookingArea .btnBox button {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  font-family: "微軟正黑體";
}
@media (max-width: 960px) {
  .bookingArea input,
.bookingArea select {
    width: 100%;
  }
}

/*********內頁**********/
.mainArea {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  padding-top: 150px;
}
.bread .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.bread .wrap a {
  color: #f4dce2;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #f4f194;
  }
}
.bread .wrap span {
  color: #f4dce2;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #f4dce2;
  border-bottom: 1px solid #f4dce2;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 15px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #f4dce2;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #f4dce2;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}

/*文章標題*/
.articleTitle {
  border-bottom: 2px solid #e6b4c0;
  color: #e6b4c0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 15px 0;
  position: relative;
}
.articleTitle::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#e6b4c0), color-stop(50%, #e6b4c0), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, #e6b4c0 0%, #e6b4c0 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
  display: none;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #e6b4c0;
  color: #e6b4c0;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 15px 0;
}
@media (max-width: 1180px) {
  .sectionTitle {
    display: none;
  }
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid #e6b4c0;
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
@media (max-width: 1180px) {
  .classBox {
    max-width: 745px;
    width: calc(100% - 40px);
  }
}
.classBox .classCurrent {
  position: relative;
  padding: 15px 30px 15px 15px;
  background-color: #f4f194;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #232a50;
  cursor: pointer;
}
.classBox .classCurrent.open {
  border-radius: 25px 25px 0 0;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #232a50;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  position: relative;
  padding: 0 100px;
  margin: 50px auto;
}
@media (max-width: 1536px) {
  .classBoxRow {
    padding-left: 20px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow {
    overflow: hidden;
  }
}
@media (max-width: 1180px) {
  .classBoxRow {
    margin: 10px auto 30px;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .classBoxRow {
    margin: 0 auto;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .classBoxRow .classLink li {
    margin: 10px 7px;
    max-width: 200px;
    width: 100%;
  }
  .classBoxRow .classLink a,
.classBoxRow .classLink span {
    position: relative;
    padding: 17px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    background: #232a50;
    border: 1px solid #e6b4c0;
    border-radius: 100px;
    text-align: center;
    color: #e6b4c0;
  }
  .classBoxRow .classLink a::before,
.classBoxRow .classLink span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 1920px;
    height: 1px;
    background: #e6b4c0;
  }
  .classBoxRow .classLink a.current,
.classBoxRow .classLink span.current {
    border-color: #f4f194;
    background-color: #f4f194;
    color: #232a50;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
.classBoxRow .classLink span:hover {
    border-color: #e6b4c0;
    background-color: #e6b4c0;
    color: #232a50;
  }
}

.classBoxColumn {
  margin-bottom: 30px;
}
@media (max-width: 1180px) {
  .classBoxColumn {
    margin: 10px auto 30px;
  }
}
.classBoxColumn .classLink {
  border: 1px solid #e6b4c0;
  border-radius: 25px;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems:hover::before, .classBoxColumn .classLink .linkHasItems:hover::after {
    background-color: #232a50;
  }
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #e6b4c0;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #f4f194;
  color: #232a50;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #232a50;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li {
  -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
  border-color: #232a50;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span {
  padding-left: 25px;
  background-color: #e6b4c0;
  color: #232a50;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span.current {
  background-color: rgba(230, 180, 192, 0.75);
  color: #232a50;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span.open {
  background-color: rgba(230, 180, 192, 0.75);
  color: #232a50;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul &gt; li a:hover,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span:hover {
    background-color: rgba(230, 180, 192, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a.current {
  background-color: rgba(244, 241, 148, 0.5);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a:hover {
    background-color: rgba(244, 241, 148, 0.5);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul &gt; li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul &gt; li a,
.classBoxColumn .classLink .linkHasItems.open + ul &gt; li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul &gt; li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink &gt; li:not(:first-child) {
    border-top: 1px solid #e6b4c0;
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid #e6b4c0;
  }
  .classBoxColumn .classLink a,
.classBoxColumn .classLink span {
    position: relative;
    padding: 18px 15px;
    display: block;
    letter-spacing: 0.2rem;
    line-height: 1.2;
    color: #e6b4c0;
  }
  .classBoxColumn .classLink a.current,
.classBoxColumn .classLink span.current {
    background-color: #f4f194;
    color: #232a50;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
.classBoxColumn .classLink span.current::before,
.classBoxColumn .classLink span.current::after {
    background-color: #232a50;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
.classBoxColumn .classLink span:hover {
    background-color: #f4f194;
    color: #232a50;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
.classBoxColumn .classLink span:hover::before,
.classBoxColumn .classLink span:hover::after {
    color: #232a50;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
    border: 1px solid #f4f194;
    border-radius: 0 0 25px 25px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink &gt; li:not(:first-child), .classBoxColumn .classLink &gt; li:not(:first-child) {
    border-top: 1px solid #e6b4c0;
  }
  .classBoxRow .classLink &gt; li &gt; a.current,
.classBoxRow .classLink &gt; li span.current, .classBoxColumn .classLink &gt; li &gt; a.current,
.classBoxColumn .classLink &gt; li span.current {
    color: #232a50;
  }
  .classBoxRow .classLink &gt; li ul, .classBoxColumn .classLink &gt; li ul {
    display: none;
  }
  .classBoxRow .classLink a,
.classBoxRow .classLink span, .classBoxColumn .classLink a,
.classBoxColumn .classLink span {
    position: relative;
    padding: 14px 15px;
    display: block;
    background-color: #232a50;
    color: #f4f194;
  }
  .classBoxRow .classLink a.current,
.classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
.classBoxColumn .classLink span.current {
    background-color: #e6b4c0;
    color: #232a50;
  }
}

/*頁碼*/
.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e6b4c0;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  display: block;
  border-radius: 30px;
  border: 1px solid #e6b4c0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #e6b4c0;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #e6b4c0;
  border-bottom: 1px solid #e6b4c0;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #f4f194;
    background-color: #f4f194;
    color: #232a50;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #232a50;
    border-bottom: 1px solid #232a50;
  }
}
.pageBox .pageList.number {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  font-weight: 400;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.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;
  height: auto;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
    background-color: transparent;
    color: #f4f194;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #f4f194;
  background-color: #f4f194;
  color: #232a50;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 1px solid #232a50;
    border-bottom: 1px solid #232a50;
  }
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  position: relative;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #f4f194;
  border: 1px solid #f4f194;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #232a50;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1180px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
@media (max-width: 768px) {
  .pageBox .pageList.number {
    margin-top: 30px;
  }
}
.pageBox .pageList.prevnext {
  margin-top: 60px;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.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 {
    margin-top: 40px;
  }
  .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;
}

/*標籤*/
.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 #f4f194;
  font-size: 13px;
  color: #f4f194;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #f4f194;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #f4f194;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6b4c0;
  border-radius: 30px;
  overflow: hidden;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  position: relative;
  z-index: 2;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center;
  word-break: break-word;
  color: #e6b4c0;
}
.tab a.current {
  background-color: #f4f194;
  color: #232a50;
}
@media (min-width: 1181px) {
  .tab a:hover {
    background-color: #e6b4c0;
    color: #232a50;
  }
}

/*頁籤內容*/
.tabContent {
  padding: 30px 0;
}
.tabContent .tabContentItem {
  display: none;
}

/*相簿*/
.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .albumListMain .albumItem {
  height: 400px;
}
.albumBox .albumListMain .albumItem img {
  border-radius: 20px;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  aspect-ratio: 4/3;
  padding: 0 5px;
}
.albumBox .albumListNav .albumItem img {
  border-radius: 20px;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li &gt; a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li &gt; a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li &gt; 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;
  -webkit-box-shadow: 2px 2px 5px #c3c3c3;
          box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}
.side_booking a {
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px #8d2121;
          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;
  -webkit-box-shadow: 1px 0 #f38a8a;
          box-shadow: 1px 0 #f38a8a;
}
@media (min-width: 1181px) {
  .side_booking a:hover {
    -webkit-box-shadow: inset 0 3px 3px #8d2121;
            box-shadow: inset 0 3px 3px #8d2121;
  }
}

/*側邊_聯絡資訊*/
.sideContactInfo li {
  margin-bottom: 20px;
}
.sideContactInfo .infoText {
  color: #f4dce2;
  letter-spacing: 0.5px;
}
.sideContactInfo a, .sideContactInfo span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #f4dce2;
}
.sideContactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #f4dce2;
  border-radius: 50%;
  font-size: 20px;
  color: #f4dce2;
  text-align: center;
}
.sideContactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}
.side_room .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          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: #f4dce2;
  line-height: 1.8;
  overflow: hidden;
}

/*對應&amp;相關*/
.sideDataArea {
  margin: 30px 0;
}
.sideDataArea.news .Txt {
  padding: 15px 0;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #f4f194;
  border: 1px solid #f4f194;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #f4f194;
  border: 1px solid #f4f194;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .Txt {
  padding: 15px;
}
.sideDataArea .Txt .newsInfoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f4dce2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-bottom: 13px;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date {
  margin-left: 11px;
  padding-left: 11px;
  position: relative;
}
.sideDataArea .Txt .newsInfoBox .classTitle + .date::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e6b4c0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sideDataArea .Txt .title {
  max-height: 65px;
  font-size: 24px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #f4dce2;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
  .sideDataArea .Txt .newsInfoBox .classTitle + .date {
    margin-left: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #f4dce2;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #f4dce2;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover,
.sideShare .shareList .shareItem button:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #f4dce2;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.imh_opacity::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}
.imh_opacity img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover::after {
    opacity: 0.2;
  }
  .imh_opacity:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.slick-slider .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #f4f194 transparent transparent;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #f4f194;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover {
    background-color: #f4f194 !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li {
  margin: 8px 0;
}
.slick-slider .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before {
  background-color: #f4f194;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before {
    background-color: #f4f194;
    opacity: 1;
  }
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

/*img lazy load */
.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

/* lightgallery 圖片不被標題、選單遮擋 */
.lg-outer.lg-thumb-open .lg .lg-img-wrap {
  padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
  padding-top: 47px;
  padding-bottom: 38px;
}

/* scroll hint */
.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  -webkit-animation: scrollHorizontal 1.25s ease-out infinite;
          animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  -webkit-animation: scrollVertical 1.25s ease-out infinite;
          animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, &lt;svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"&gt;&lt;path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/&gt;&lt;/svg&gt;');
  width: 32px;
  height: 32px;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 2;
}
.scrollHint .scrollText {
  margin-top: 10px;
  color: #fff;
}

/* toast */
.toastMessageBox {
  position: fixed;
  z-index: 1005;
}
.toastMessageBox.top {
  top: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.top {
    top: 10px;
  }
}
.toastMessageBox.right {
  right: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.right {
    right: 10px;
  }
}
.toastMessageBox.bottom {
  bottom: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.bottom {
    bottom: 10px;
  }
}
.toastMessageBox.left {
  left: 40px;
}
@media (max-width: 640px) {
  .toastMessageBox.left {
    left: 10px;
  }
}
.toastMessageBox .toastMessage {
  cursor: pointer;
  color: #fff;
  display: block;
  margin: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.slideModuleBox.moduleBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  top: 0;
  background-color: rgba(209, 209, 209, 0.8);
}
@-webkit-keyframes modlueSildeLeftAnimation {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modlueSildeLeftAnimation {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes modlueSildeTopAnimation {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes modlueSildeTopAnimation {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.slideModuleBox.moduleBox.show .moduleWrap {
  -webkit-animation: modlueSildeLeftAnimation 0.8s ease-in-out;
          animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox.show .moduleWrap {
    -webkit-animation: modlueSildeTopAnimation 0.8s ease-in-out;
            animation: modlueSildeTopAnimation 0.8s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox {
    padding: 68px 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slideModuleBox.moduleBox .moduleClose {
  background: transparent;
  border-radius: 99px;
  width: 50px;
  height: 50px;
  border: 1px solid #414141;
  right: 60px;
  top: 47px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleClose {
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.slideModuleBox.moduleBox .moduleClose::before, .slideModuleBox.moduleBox .moduleClose::after {
  background-color: #666666;
  width: 26px;
  margin-left: -12px;
}
.slideModuleBox.moduleBox .moduleClose:hover {
  background-color: #666666;
}
.slideModuleBox.moduleBox .moduleClose:hover::before, .slideModuleBox.moduleBox .moduleClose:hover::after {
  background-color: #fff;
}
.slideModuleBox.moduleBox .moduleWrap {
  max-width: 860px;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  padding-top: 153px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleWrap {
    padding-top: 100px;
  }
}
.slideModuleBox.moduleBox .moduleContent {
  padding: 0 60px;
  padding-left: 77px;
}
@media (max-width: 960px) {
  .slideModuleBox.moduleBox .moduleContent {
    padding: 0 20px;
  }
}
.slideModuleBox.moduleBox .moduleContent .text {
  font-size: 17px;
  color: #888888;
  letter-spacing: 2.5px;
}
@media (max-width: 720px) {
  .slideModuleBox.moduleBox .moduleContent .text {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.slideModuleBox.moduleBox .moduleTitle {
  text-align: left;
  font-size: 34px;
  font-weight: 500;
  color: #e6b4c0;
  padding-bottom: 13px;
}

#SDGsModule .moduleWrap {
  max-width: 960px;
  height: 100%;
  padding-right: 150px;
  padding-top: 152px;
}
@media (max-width: 1400px) {
  #SDGsModule .moduleWrap {
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  #SDGsModule .moduleWrap {
    padding-top: 110px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleWrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#SDGsModule .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#SDGsModule .topBox::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #f4f194;
  bottom: 0;
  left: auto;
}
#SDGsModule .topBox .line {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #e5e5e5;
  background-clip: content-box;
  padding: 0 36px;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 8px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .line {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .topBox .line {
    padding: 0 20px;
  }
}
#SDGsModule .topBox .classTitle {
  font-size: 15px;
  color: #f4f194;
  padding-top: 23px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .classTitle {
    padding-top: 0;
  }
}
#SDGsModule .topBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#SDGsModule .topBox .dateBox .date {
  font-size: 34px;
  font-weight: 500;
  color: #555555;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox .date {
    font-size: 24px;
  }
}
#SDGsModule .topBox .dateBox .year {
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 10px;
  padding-right: 30px;
  letter-spacing: 1.1px;
  position: relative;
}
@media (max-width: 1200px) {
  #SDGsModule .topBox .dateBox .year {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#SDGsModule .topBox .dateBox .year::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background-color: #c9c9c9;
  right: 10px;
  top: 6px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleClose {
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#SDGsModule .moduleContent {
  padding-left: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent {
    padding-bottom: 80px;
    padding-right: 0px;
  }
  #SDGsModule .moduleContent::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent {
    padding-left: 0px;
  }
}
#SDGsModule .moduleContent .moduleTitle {
  line-height: 1.5;
  padding-bottom: 70px;
}
@media (max-width: 1200px) {
  #SDGsModule .moduleContent .moduleTitle {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 50px;
  }
}
@media (max-width: 540px) {
  #SDGsModule .moduleContent .moduleTitle {
    padding-bottom: 40px;
  }
}
#SDGsModule .moduleContent .Img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 18px;
}
#SDGsModule .moduleContent .Img img {
  width: 100%;
}
#SDGsModule .moduleContent .textEditor {
  font-size: 17px;
  color: #666666;
  letter-spacing: 1.1px;
}

.esg_slideMenuTrigger {
  width: 50px;
  height: 50px;
  border: solid 1px #000000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
}
@media (max-width: 1700px) {
  .esg_slideMenuTrigger {
    margin-left: 10px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuTrigger {
    width: 42px;
    height: 42px;
  }
}
.esg_slideMenuTrigger:hover {
  background-color: #000000;
}
.esg_slideMenuTrigger:hover .line::before, .esg_slideMenuTrigger:hover .line::after {
  background-color: #fff;
}
.esg_slideMenuTrigger .line {
  width: 50%;
  height: 2px;
  position: relative;
}
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  left: 0;
}
.esg_slideMenuTrigger .line::before {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.esg_slideMenuTrigger .line::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.esg_slideMenuArea {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
.esg_slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar-thumb {
  background: #f4f194;
}
.esg_slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.esg_slideMenuArea.show .slideMenuLogo {
  -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.esg_slideMenuArea.show .menuBox {
  -webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
          animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea.show .menuBox {
    padding-bottom: 0px;
  }
}
.esg_slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
  -webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
          animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.esg_slideMenuArea .wrap {
  max-width: 1540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0 20px;
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.esg_slideMenuArea .headBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0 15px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox {
    padding-top: 20px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.esg_slideMenuArea .headBox .slideMenuLogo img {
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo img {
    width: 150px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox .slideMenuLogo img {
    width: 120px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title {
  color: #e6b4c0;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title {
    font-size: 14px;
  }
}
.esg_slideMenuArea .headBox .slideMenuLogo .title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #e6b4c0;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .esg_slideMenuArea .headBox .slideMenuLogo .title::before {
    left: 10px;
  }
}
.esg_slideMenuArea .contentBox {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 10px;
  overflow: auto;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-thumb {
  background: #f4f194;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .contentBox {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding-bottom: 20px;
    overflow: visible;
  }
}
.esg_slideMenuArea .menuBox {
  width: auto;
  position: relative;
  padding: 40px 280px 40px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox {
    padding: 0 0 25px;
  }
}
.esg_slideMenuArea .menuBox .slideMenu {
  width: 260px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 40px;
  margin-right: 20px;
  overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-thumb {
  background: #f4f194;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu {
    width: 100%;
    height: auto;
    padding-right: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: #e6b4c0;
  right: 280px;
  top: 80px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu::before {
    content: normal;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu {
  display: block;
  width: 280px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  padding: 60px 20px 60px 60px;
  pointer-events: none;
  overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-thumb {
  background: #f4f194;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu {
    display: none;
    width: 100%;
    position: static;
    padding: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::before {
  content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .wrap {
  padding: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li {
  border-bottom: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li a {
  display: block;
  color: #f4dce2;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu li a {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu li a:hover {
    color: #f4f194;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
  display: block;
  color: #f4dce2;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
    font-size: 15px;
    padding: 5px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle:hover {
    color: #f4f194;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem.open::after {
  content: "-";
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem::after {
  content: "+";
  position: absolute;
  right: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu {
  display: none;
  padding: 0 20px;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu .thirdMenuItem a {
  font-size: 13px;
  opacity: 0.8;
}
.esg_slideMenuArea .menuBox .slideMenu .slide {
  border-bottom: solid 1px #e6b4c0;
  position: static;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide.active {
    padding-bottom: 20px;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide.active .submenu {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: textSlideRightAnimation 0.5s ease-in-out;
          animation: textSlideRightAnimation 0.5s ease-in-out;
}
.esg_slideMenuArea .menuBox .slideMenu .slide.noSubmenu .mainLink::after {
  content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .slide &gt; span .mainLink {
  display: block;
  color: #e6b4c0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 30px 20px 24px 0;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide &gt; span .mainLink {
    font-size: 16px;
    position: relative;
    padding: 10px 0;
  }
}
@media (min-width: 1181px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide &gt; span .mainLink:hover {
    color: #f4f194;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide &gt; span .mainLink::before, .esg_slideMenuArea .menuBox .slideMenu .slide &gt; span .mainLink::after {
  content: normal;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .menuBox .slideMenu .slide &gt; span .mainLink::after {
    content: "+";
    position: absolute;
    right: 0;
  }
}
.esg_slideMenuArea .menuBox .slideMenu .slide &gt; span .mainLink.open::after {
  content: "-";
}
.esg_slideMenuArea .imgBox {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .esg_slideMenuArea .imgBox {
    display: none;
  }
}
.esg_slideMenuArea .imgBox img {
  display: none;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* google 搜尋相關 */
/* google 搜尋 輸入欄彈窗 */
.moduleBox.googleSearch .moduleWrap {
  max-width: 960px;
}
.moduleBox.googleSearch .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.googleSearch .gsc-input-box {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.moduleBox.googleSearch .gsc-search-button {
  height: 40px;
}

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
  width: 60vw;
  height: 70vh;
  top: calc(50% - 35dvh);
  left: calc(50% - 30dvw);
}
@media (max-width: 1180px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 80dvw;
    height: 90dvh;
    top: calc(50% - 45dvh);
    left: calc(50% - 40dvw);
  }
}
@media (max-width: 768px) {
  .moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
    width: 100dvw;
    height: 100dvh;
    top: calc(50% - 50dvh);
    left: calc(50% - 50dvw);
  }
}

.afterLoadingMask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #232a50;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 999;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.afterLoading .afterLoadingMask {
  opacity: 0;
  background-color: rgba(35, 42, 80, 0);
  pointer-events: none;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
/*# sourceMappingURL=master.css.map */</pre></body></html>