@charset "UTF-8";
@import url(../reset.css);
@import url(../font-awesome-4.7.0/font-awesome.min.css);
@import url(../rwdgrid.css);
@import url(../textEditor.css);
.slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-dots li,
.controlBox .slick-dots li, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .imh_opacity img, .imh_opacity::before, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .fixedQuickLink, .privacyArea, footer .goTop svg, footer .goTopBox, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, .languageBox .languageList, .languageBox .languageCurrent .text::after, .languageBox .languageCurrent .text, .languageBox .languageCurrent .icon .iconLanguage, .languageBox .languageCurrent .icon, header .searchBox .iconSearchArrow, header .menu .submenu.fullSubmenu a::before, .loadingArea.show, .moduleMask, .moduleBox.search .searchBox .iconSearchArrow, .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, .arrowBox .arrow .icon, .arrowBox .arrow, .btnBox .btn.animation::after, .btnBox .btn, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  align-items: flex-start;
  color: #414141;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: flex;
  flex-wrap: wrap;
}
.formBox .formColumn {
  align-items: center;
  display: flex;
  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 #7C7C7C;
  border-bottom: 2px solid #7C7C7C;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 30px;
  z-index: 1;
  transform: rotate(45deg);
}
.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 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  align-items: center;
  cursor: pointer;
  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 #A2A2A2;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #414141;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  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: #6A2D98;
}
.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: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 35px 5px 20px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 20px;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #7C7C7C !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 15px 20px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 10px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #C1BCCF;
  border-radius: 22.5px;
  color: #7C7C7C;
  font-weight: 400;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #A2A2A2;
  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: #7D6EA9 !important;
  background-color: rgba(125, 110, 169, 0.2);
}

@keyframes btnAni {
  20% {
    background-color: rgba(106, 45, 152, 0.3);
  }
  100% {
    transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  to {
    rotate: 360deg;
  }
}
@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollHorizontal {
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes marqueeOpacity {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes decoCircleAni {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loadingLogoBlur {
  0% {
    filter: blur(15px);
  }
  70% {
    filter: blur(0px);
  }
  100% {
    filter: blur(15px);
  }
}
body {
  background-color: #fff;
  font-size: 18px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}

body.errorPage .mainArea {
  width: 100%;
  min-height: calc(100vh - 300px);
  min-height: calc(100dvh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vh 0;
}
body.errorPage .mainArea .top {
  color: #6A2D98;
  margin: 0 auto;
  text-align: center;
}
body.errorPage .mainArea .errorTitle {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorTitle {
    font-size: 26px;
  }
}
body.errorPage .mainArea .errorCode {
  font-size: 50px;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorCode {
    font-size: 40px;
    display: block;
  }
}
body.errorPage .mainArea .errorText {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
body.errorPage .mainArea .errorText a {
  padding: 0 5px;
}
@media (max-width: 1180px) {
  body.errorPage .mainArea .errorText {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body.errorPage .mainArea .errorText {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    min-height: 50vh;
    /*以防有不支援dvh的瀏覽器*/
    min-height: 50dvh;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}

address {
  font-style: normal;
}

a {
  color: #7D6EA9;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #6A2D98;
  }
}

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: "Oswald", "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 {
  max-width: 100%;
  display: block;
  height: auto;
}

div.titan {
  display: none;
}

/* 共用的樣式 */
.titleBox {
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}
@media (max-width: 1180px) {
  .titleBox {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .titleBox {
    margin-bottom: 20px;
  }
}
.titleBox.textCenter {
  text-align: center;
}
.titleBox.white {
  color: #fff;
}
.titleBox.white .title, .titleBox.white .subtitle, .titleBox.white .text {
  color: #fff;
}
.titleBox .title {
  color: #523965;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -2.04px;
}
.titleBox .title::first-letter {
  color: #7D6EA9;
}
@media (max-width: 1440px) {
  .titleBox .title {
    font-size: 60px;
    line-height: 1.35;
  }
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 54px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 40px;
  }
}
.titleBox .subtitle {
  color: #414141;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.9px;
  padding: 5px 0 31px;
  position: relative;
}
.titleBox .subtitle::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 1.5px;
  background-color: #C271FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1440px) {
  .titleBox .subtitle {
    padding: 5px 0 25px;
  }
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 26px;
    padding: 0px 0 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 24px;
    padding-top: 0;
  }
}

.titleBox .text,
.textStyle {
  color: #7C7C7C;
  font-size: 18px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.54px;
  padding-top: 33px;
}
@media (max-width: 1440px) {
  .titleBox .text,
  .textStyle {
    padding-top: 30px;
  }
}
@media (max-width: 1180px) {
  .titleBox .text,
  .textStyle {
    font-size: 16px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text,
  .textStyle {
    font-size: 15px;
    padding-top: 15px;
  }
}

.btnBox {
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .btnBox {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .btnBox {
    margin-top: 6px;
  }
}
.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 6px 10px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 200px;
  flex: 1;
}
@media (max-width: 480px) {
  .btnBox.flex {
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 10px;
  }
  .btnBox.flex .btn {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 168px;
  background: #6A2D98;
  border-radius: 80px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 26px;
  position: relative;
  z-index: 1;
}
.btnBox .btn .btnText {
  display: inline-block;
}
.btnBox .btn .btnArrow {
  display: inline-block;
  width: 26px;
  height: 8px;
}
@media (max-width: 1180px) {
  .btnBox .btn {
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .btnBox .btn {
    padding: 10px 18px;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background-color: #fff;
    border-color: #6A2D98;
    color: #6A2D98;
  }
  .btnBox .btn:hover .btnArrow {
    animation: arrowMove 0.8s ease-in-out infinite;
  }
}
.btnBox .btn.small {
  font-size: 13px;
  padding: 10px 15px;
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
  transform: skew(-25deg);
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover::after {
    width: 120%;
    left: -10%;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #6A2D98;
  border: 1px solid #6A2D98;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #6A2D98;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #9DA862;
  border: 1px solid #9DA862;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #9DA862;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #6A2D98;
  color: #6A2D98;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #6A2D98;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #6A2D98;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #9DA862;
  color: #9DA862;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #9DA862;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #9DA862;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px !important;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px !important;
}

.arrowBox {
  display: flex;
  gap: 18px;
}
.arrowBox .arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #DBD8E3;
  background: #FFF;
  position: relative;
}
.arrowBox .arrow.nextArrow {
  transform: scaleX(-1);
}
.arrowBox .arrow .icon {
  width: 8px;
  height: 17px;
  color: #6A2D98;
  position: absolute;
  top: calc(50% - 8.5px);
  left: calc(50% - 4px);
}
@media (min-width: 1181px) {
  .arrowBox .arrow:hover {
    background-color: #9DA862;
    border: 1px solid #9DA862;
  }
  .arrowBox .arrow:hover .icon {
    color: #fff;
    animation: arrowMove 0.8s ease-in-out infinite;
  }
}

.decoWave {
  width: 100%;
  max-width: 1920px;
  pointer-events: none;
  position: absolute;
  left: 0;
  z-index: 3;
}
.decoWave svg {
  width: 100%;
  display: block;
}
.decoWave svg.contentWave {
  aspect-ratio: 1920/349;
  max-height: 349px;
}
.decoWave svg.contentWave2 {
  aspect-ratio: 1920/322;
  max-height: 322px;
  color: rgba(0, 0, 0, 0);
}
.decoWave img {
  display: block;
  width: 100%;
}

.decoMarquee {
  font-size: 200px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6px;
  background: linear-gradient(90deg, #FBF5FF 7.69%, rgba(251, 245, 255, 0.5) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: marqueeOpacity 4s ease-in-out infinite;
}

.decoBgCircle {
  width: 520px;
  height: 520px;
  animation: decoCircleAni 4s ease-in-out infinite;
  background-image: url(../../images/tw/deco_bg_circle_dots.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
}

.decoBg {
  width: 708px;
  height: 624px;
  background-image: url(../../images/tw/deco_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
}

.decoBg2 {
  width: 881px;
  height: 1007px;
  background-image: url(../../images/tw/deco_bg2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
}

.outerWrap {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 60px;
    padding-bottom: calc(0px + env(safe-area-inset-bottom));
  }
}

.mainArea {
  position: relative;
  z-index: 10;
}
.mainArea canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.38;
  z-index: 1;
}

.wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) and (max-width: 1536px) {
  .wrap {
    max-width: 90vw;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: top, opacity, visibility;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  border-radius: 30px;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #414141;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 1180px) {
  .moduleBox .moduleTitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .moduleBox .moduleTitle {
    font-size: 20px;
  }
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  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: #6A2D98;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  background-color: #6A2D98;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  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: #fff;
}
.moduleBox .moduleClose::before {
  transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.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;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  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: #6A2D98;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  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;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #6A2D98;
  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: rgb(152.821319797, 84.3279187817, 204.4720812183);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(119.7208121827, 50.8248730964, 171.6751269036);
  transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #6A2D98;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*洽詢車&購物車*/
}
.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: #6A2D98;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #6A2D98;
  border-bottom: 2px solid #C1BCCF;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #C1BCCF;
  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;
  backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  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: #6A2D98;
  }
}
.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: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #6A2D98;
    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 {
  /*訂單查詢*/
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox {
  /*搜尋*/
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.moduleBox.search .searchBox.pc {
  height: 60px;
  background-color: #6A2D98;
  color: #fff;
  padding: 0 20px;
  border-radius: 30px;
}
.moduleBox.search .searchBox.mobile {
  display: none;
}
.moduleBox.search .searchBox .iconSearch {
  flex-shrink: 0;
  display: block;
  width: 17px;
  height: 17px;
  color: #fff;
}
.moduleBox.search .searchBox .searchInput {
  width: 100%;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 24px;
  letter-spacing: 0;
  padding: 10px 5px;
  margin: 0 10px;
}
.moduleBox.search .searchBox .searchInput:focus {
  background-color: rgba(125, 110, 169, 0.8);
}
.moduleBox.search .searchBox .searchBtn {
  width: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.search .searchBox .searchBtn:hover .iconSearchArrow {
    transform: scale(1.2);
  }
}
.moduleBox.search .searchBox .iconSearchArrow {
  width: 17px;
  height: 15px;
  display: block;
  color: #fff;
}
.moduleBox {
  /*提醒使用cookie彈窗*/
}
.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(34, 23, 43, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.loadingArea:before, .loadingArea:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  background-color: #FFFFFF;
  transition: 0.6s all ease-in-out;
}
.loadingArea:before {
  left: 0;
}
.loadingArea:after {
  right: 0;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 200px;
  transition: all 0.4s 0s ease-in-out;
}
@media (max-width: 768px) {
  .loadingArea .loadLogo {
    width: 180px;
  }
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  transition: all 0.25s 0s ease-out;
  opacity: 1;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  animation: loadingAni 0.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo img {
  transition: all 0.4s 1.2s ease-in-out;
  opacity: 0;
}
.loadingArea.hide:before, .loadingArea.hide:after {
  width: 0;
}

@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1440px) {
  header .wrap {
    max-width: 100%;
  }
}
@media (max-width: 1180px) {
  header .wrap {
    height: 60px;
    justify-content: space-between;
    padding: 0;
  }
}
header .logo {
  padding: 10px 0;
}
header .logo a {
  display: block;
  width: 145px;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  header .logo {
    width: 153px;
    padding-left: 23px;
  }
  header .logo a {
    width: 100%;
  }
}
header .menuBox {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header {
  /*menu*/
}
header .menu {
  display: flex;
  align-items: center;
  position: relative;
  gap: 9px;
  padding-right: 20px;
}
header .menu > .menuItem {
  display: block;
  position: relative;
}
header .menu > .menuItem + .menuItem::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14.6px;
  background-color: #C1BCCF;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
header .menu > .menuItem a {
  display: block;
  text-align: center;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
  padding: 26px 15px;
}
header .menu > .menuItem a.current {
  color: #6A2D98;
}
@media (min-width: 1181px) {
  header .menu > .menuItem a:hover {
    color: #9DA862;
  }
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: #7C7C7C;
  display: block;
  padding: 10px;
}
header .menu .submenu a.current {
  color: #fff;
  background-color: #6A2D98;
}
@media (min-width: 1181px) {
  header .menu .submenu a:hover {
    color: #fff;
    background-color: #6A2D98;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
header .menu .submenu.fullSubmenu {
  width: 100vw;
  background-color: #F7F7F7;
  border-radius: 0px;
  position: fixed;
  left: 0;
  top: 80px;
  transform: translateX(0);
  text-align: left;
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}
header .menu .submenu.fullSubmenu .submenuTitleBox {
  width: 400px;
  text-align: left;
  padding-right: 40px;
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu .submenuTitleBox {
    width: 300px;
  }
}
header .menu .submenu.fullSubmenu .submenuTitleBox .title {
  color: #523965;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.4;
}
header .menu .submenu.fullSubmenu .submenuTitleBox .title::first-letter {
  color: #7D6EA9;
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu .submenuTitleBox .title {
    font-size: 40px;
  }
}
header .menu .submenu.fullSubmenu .submenuTitleBox .subtitle {
  color: #414141;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.66; /* 166.667% */
  letter-spacing: 0.81px;
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu .submenuTitleBox .subtitle {
    font-size: 24px;
  }
}
header .menu .submenu.fullSubmenu .rightMenuBox {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 0 0 40px;
}
header .menu .submenu.fullSubmenu a {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  padding: 12px 57px 12px 10px;
  background-color: transparent;
  color: #523965;
  text-align: left;
}
header .menu .submenu.fullSubmenu a.current {
  background-color: #6A2D98;
  color: #fff;
}
header .menu .submenu.fullSubmenu a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  display: block;
  background-color: #6A2D98;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu a:hover {
    background-color: #EEEDF3;
  }
  header .menu .submenu.fullSubmenu a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
header .menu .submenu.fullSubmenu .thirdMenu {
  width: calc((100% - 60px) / 3);
  max-width: 280px;
  padding: 0 0px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .thirdMenuItem {
  position: relative;
}
header .menu .submenu.fullSubmenu .thirdMenuItem.hide {
  display: none;
}
header .menu .submenu.fullSubmenu .thirdMenuItem.open::after {
  width: 30px;
  height: 1px;
  border: none;
  background-color: #fff;
  transform: translateY(-50%) rotate(0deg);
  right: 0;
}
header .menu .submenu.fullSubmenu .thirdMenuItem.open a {
  background-color: #6A2D98;
  color: #fff;
}
header .menu .submenu.fullSubmenu .thirdMenuItem::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #C1BCCF;
  border-right: 1px solid #C1BCCF;
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 1;
  transition: all 0.5s;
  transform: translateY(-50%) rotate(45deg);
}
header .menu .submenu.fullSubmenu .m3List .thirdMenuItem {
  position: relative;
}
header .menu .submenu.fullSubmenu .m3List .thirdMenuItem::after {
  display: none;
}
header .menu .submenu.fullSubmenu .m3List .thirdMenuItem .icon {
  width: 17px;
  height: 17px;
  position: absolute;
  top: calc(50% - 8.5px);
  right: 0px;
  color: #C1BCCF;
  transform: rotate(-45deg);
}
header .funcBox {
  display: flex;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1440px) {
  header .funcBox {
    gap: 20px;
  }
}
@media (max-width: 1180px) {
  header .funcBox {
    gap: 10px;
    margin-left: auto;
  }
}
header .searchBox {
  width: 100%;
  max-width: 144px;
  display: flex;
  align-items: center;
}
header .searchBox.pc {
  height: 32px;
  background-color: #6A2D98;
  color: #fff;
  padding: 0 9px 0 14px;
  border-radius: 20px;
}
@media (max-width: 1180px) {
  header .searchBox.pc {
    display: none;
  }
}
header .searchBox.mobile {
  display: none;
}
@media (max-width: 1180px) {
  header .searchBox.mobile {
    display: block;
    width: 40px;
    height: 60px;
  }
}
header .searchBox.mobile a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6A2D98;
}
header .searchBox.mobile .iconSearch {
  width: 20px;
  height: 20px;
  color: #6A2D98;
}
header .searchBox .iconSearch {
  flex-shrink: 0;
  display: block;
  width: 17px;
  height: 17px;
  color: #fff;
}
header .searchBox .searchInput {
  width: 100%;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 18px;
  letter-spacing: 0;
  padding: 0 3px;
  margin: 0 2px;
}
header .searchBox .searchInput:focus {
  background-color: rgba(125, 110, 169, 0.8);
}
header .searchBox .searchBtn {
  width: 17px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1181px) {
  header .searchBox .searchBtn:hover .iconSearchArrow {
    transform: scale(1.2);
  }
}
header .searchBox .iconSearchArrow {
  width: 10px;
  height: 9px;
  display: block;
  color: #fff;
}

.languageBox {
  position: relative;
}
.languageBox .languageCurrent {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
@media (min-width: 1181px) {
  .languageBox .languageCurrent:hover .icon .iconLanguage {
    transform: rotateX(180deg);
  }
  .languageBox .languageCurrent:hover .text {
    color: #6A2D98;
  }
}
.languageBox .languageCurrent.show .icon {
  background-color: #9DA862;
}
@media (max-width: 1180px) {
  .languageBox .languageCurrent.show .icon .iconLanguage {
    color: #fff;
  }
}
.languageBox .languageCurrent.show .text {
  color: #9DA862;
}
.languageBox .languageCurrent.show .text::after {
  border-color: #9DA862 transparent transparent;
  transform: scaleY(-1);
}
.languageBox .languageCurrent .icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #6A2D98;
  display: flex;
  align-items: center;
  justify-content: center;
}
.languageBox .languageCurrent .icon .iconLanguage {
  width: 17px;
  height: 17px;
  color: #fff;
  margin-right: -1px;
}
@media (max-width: 1180px) {
  .languageBox .languageCurrent .icon {
    width: 40px;
    height: 60px;
    border-radius: 0;
    background-color: transparent;
  }
  .languageBox .languageCurrent .icon .iconLanguage {
    width: 20px;
    height: 20px;
    color: #6A2D98;
  }
}
.languageBox .languageCurrent .text {
  color: #7D6EA9;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  padding-right: 20px;
}
.languageBox .languageCurrent .text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0;
  border-color: #6A2D98 transparent transparent;
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
}
@media (max-width: 1180px) {
  .languageBox .languageCurrent .text {
    display: none;
  }
}
.languageBox .languageList {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #6A2D98;
  opacity: 0;
}
.languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(10px);
}
.languageBox .languageList .languageItem {
  text-align: center;
  color: #7D6EA9;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.languageBox .languageList .languageItem + .languageItem {
  border-top: 1px solid #C1BCCF;
}
.languageBox .languageList .languageItem a {
  width: 100%;
  display: block;
  padding: 5px 10px;
}
@media (min-width: 1181px) {
  .languageBox .languageList .languageItem a:hover {
    background-color: #9DA862;
    color: #fff;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 60px;
  height: 60px;
  align-items: center;
  background-color: #6A2D98;
  border: 1px solid #6A2D98;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: 22px;
  padding-bottom: 2px;
  position: relative;
}
@media (min-width: 1181px) {
  .slideMenuTrigger {
    display: none;
  }
}
@media (max-width: 375px) {
  .slideMenuTrigger {
    margin-left: 10px;
  }
}
.slideMenuTrigger .line {
  width: 34px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 13px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 6px;
  left: 0;
}
.slideMenuTrigger .line::after {
  top: 12px;
  left: 0;
}
.slideMenuTrigger .text {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 215.385% */
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  top: 29px;
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  width: 100%;
  top: 0px;
  left: 0;
  transform: rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  width: 100%;
  top: 0px;
  left: 0;
  transform: rotate(-45deg);
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #6A2D98;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    transform: translateY(0) rotate(-45deg);
  }
}

.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  background-color: #fff;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  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: #6A2D98;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.slideMenuArea.show .topBox {
  animation: slideLeftAnimation 0.3s 0.25s ease-in-out both;
}
.slideMenuArea.show .funcBox {
  animation: slideLeftAnimation 0.3s 0.25s ease-in-out both;
}
.slideMenuArea.show .menuBox {
  animation: slideLeftAnimation 0.3s 0.25s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  animation: slideLeftAnimation 0.3s 0.25s ease-in-out both;
}
.slideMenuArea .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 135px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.slideMenuArea .funcBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: 0 -10px;
}
.slideMenuArea .funcBox .languageBox {
  flex: 1;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 400px) {
  .slideMenuArea .funcBox .languageBox {
    margin-bottom: 10px;
  }
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
  border-bottom: 1px solid #C1BCCF;
  color: #232323;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 14px;
  padding-right: 15px;
  position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
  width: calc(100% - 20px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .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) {
  .slideMenuArea .funcBox .languageBox .languageList li a:hover {
    background-color: #6A2D98;
    color: #fff;
  }
}
.slideMenuArea .funcBox .languageBox .languageList li a.current {
  background-color: #6A2D98;
  color: #fff;
}
.slideMenuArea .funcBox .searchBox {
  align-items: center;
  display: flex;
  flex: 1;
  padding: 0 10px;
}
.slideMenuArea .funcBox .searchBox input[type=text] {
  height: 40px;
  border-bottom: 1px solid #C1BCCF;
  flex: 1;
  line-height: 40px;
}
.slideMenuArea .funcBox .searchBox button {
  width: 40px;
  height: 40px;
  border: 1px solid #6A2D98;
  background-color: #6A2D98;
  color: #fff;
  display: block;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 1181px) {
  .slideMenuArea .funcBox .searchBox button:hover {
    background-color: #fff;
    color: #6A2D98;
  }
  .slideMenuArea .funcBox .searchBox button:hover::before {
    content: "\f00e";
  }
}
.slideMenuArea .menuBox {
  width: 100%;
  padding: 15px 0;
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #6A2D98;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
  background-color: #6A2D98;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  color: #7D6EA9;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #6A2D98;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #6A2D98;
  }
}
.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: #6A2D98;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #6A2D98;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
  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: #6A2D98;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #6A2D98;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenuItem.hide {
  display: none;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenuItem.open a {
  color: #6A2D98;
}
.slideMenuArea .menuBox .nav .submenu .m3List .thirdMenuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .m3List .thirdMenuItem::after {
  display: none;
}
.slideMenuArea .menuBox .nav .submenu .m3List .thirdMenuItem .icon {
  display: none;
}
.slideMenuArea .socialBox {
  padding: 15px 0;
}
.slideMenuArea .socialBox .socialList {
  align-items: center;
  display: flex;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
  margin-right: 7px;
}
.slideMenuArea .socialBox .socialList li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-color: #6A2D98;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #6A2D98;
  vertical-align: middle;
}
@media (min-width: 1181px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #6A2D98;
  }
  .slideMenuArea .socialBox .socialList li a:hover svg {
    fill: #fff;
  }
}

.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;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*banner*/
.bannerArea {
  clear: both;
  position: relative;
  z-index: 6;
}
.bannerArea.notHome {
  opacity: 0;
  filter: blur(5px);
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerBox {
  overflow: hidden;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .Img {
  aspect-ratio: 1920/480;
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .bannerArea .bannerItem .Img {
    height: 320px;
  }
  .bannerArea .bannerItem .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  background-color: #1D1D1D;
  background-image: url(../../images/tw/footerArea.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 40px 0 15px;
  position: relative;
}
footer a {
  color: #BCBCBC;
}
@media (min-width: 1181px) {
  footer a:hover {
    color: #7D6EA9;
  }
}
footer .wrap {
  position: relative;
}
footer .goTopBox {
  position: absolute;
  top: -9px;
  right: 51px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #C1BCCF;
}
@media (min-width: 1181px) {
  footer .goTopBox:hover {
    background-color: #7D6EA9;
    border-color: #7D6EA9;
  }
  footer .goTopBox:hover svg {
    color: #fff;
    transform: scaleX(-1) rotate(90deg) translateY(3px);
  }
}
@media (max-width: 1180px) {
  footer .goTopBox {
    right: 30px;
  }
}
footer .goTop {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
footer .goTop svg {
  width: 11px;
  height: 20px;
  color: #fff;
  position: relative;
  margin-left: -3px;
  transform: rotate(90deg);
}
footer .topBox, footer .bottomBox {
  display: flex;
  flex-wrap: wrap;
}
footer .topBox .leftBox, footer .bottomBox .leftBox {
  width: 348px;
}
@media (max-width: 1180px) {
  footer .topBox .leftBox, footer .bottomBox .leftBox {
    width: 100%;
  }
}
footer .topBox {
  padding-bottom: 35px;
}
@media (max-width: 1180px) {
  footer .topBox {
    padding-bottom: 20px;
  }
}
footer .footerLogo {
  width: 100%;
  max-width: 151px;
}
@media (max-width: 1180px) {
  footer .footerLogo {
    height: 60px;
  }
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
footer .menuBox {
  width: calc(100% - 348px);
  max-width: 825px;
  padding-right: 60px;
}
@media (max-width: 1180px) {
  footer .menuBox {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 0;
  }
}
footer .footerMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footerMenu .menuItem {
  padding: 5px;
}
footer .footerMenu .menuItem a {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: 1px;
}
@media (min-width: 1181px) {
  footer .footerMenu .menuItem a:hover {
    color: #9DA862;
  }
}
@media (max-width: 768px) {
  footer .footerMenu .menuItem a {
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  footer .footerMenu .menuItem a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  footer .footerMenu {
    justify-content: flex-start;
    gap: 10px;
    margin: 0 -5px;
  }
}
footer .bottomBox {
  width: 100%;
  border-top: 1px solid #595959;
  justify-content: space-between;
  padding: 22px 0;
}
@media (max-width: 1600px) {
  footer .bottomBox {
    gap: 10px;
  }
}
@media (max-width: 768px) {
  footer .bottomBox {
    display: flex;
    flex-direction: column;
  }
}
footer .socialBox {
  width: 100%;
  max-width: 237px;
}
@media (max-width: 768px) {
  footer .socialBox {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    order: 2;
  }
}
footer .socialBox .boxTitle {
  width: 100%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.48px;
  position: relative;
}
footer .socialBox .boxTitle::after {
  content: "";
  position: absolute;
  flex-grow: 1;
  height: 1px;
  background-color: #fff;
  position: relative;
  margin-left: 23px;
}
@media (max-width: 768px) {
  footer .socialBox .boxTitle {
    width: auto;
    justify-content: flex-start;
  }
  footer .socialBox .boxTitle::after {
    width: 73px;
    flex-grow: unset;
  }
}
footer .socialBox .socialList {
  align-items: center;
  display: flex;
  gap: 13px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  footer .socialBox .socialList {
    padding-top: 5px;
  }
}
footer .socialBox .socialItem {
  display: block;
}
footer .socialBox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 46px;
}
footer .socialBox a svg {
  width: 15px;
  height: 18px;
  fill: #fff;
}
footer .socialBox a svg.line {
  width: 23px;
  height: 23px;
}
footer .socialBox a svg.tiktok {
  width: 15px;
  height: 18px;
}
@media (min-width: 1181px) {
  footer .socialBox a:hover {
    background-color: #7D6EA9;
  }
}
footer .sideContactInfo {
  width: 785px;
  flex-shrink: 0;
  padding-left: 110px;
}
@media (max-width: 1600px) {
  footer .sideContactInfo {
    padding-left: 40px;
  }
}
@media (max-width: 1440px) {
  footer .sideContactInfo {
    width: 700px;
  }
}
@media (max-width: 1180px) {
  footer .sideContactInfo {
    width: 100%;
    max-width: 100%;
    flex-shrink: unset;
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  footer .sideContactInfo {
    order: 1;
  }
}
footer .infoList {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media (max-width: 1180px) {
  footer .infoList {
    padding-top: 10px;
    margin: 0 -20px;
  }
}
footer .infoList .infoItem {
  display: flex;
  align-items: flex-start;
  width: 50%;
  margin: 0;
  padding: 0px 40px 5px 10px;
  border-right: 1px solid #595959;
}
@media (min-width: 1181px) {
  footer .infoList .infoItem:nth-child(2n) {
    padding-left: 60px;
  }
  footer .infoList .infoItem:nth-child(2n) .infoText {
    width: 60px;
  }
}
@media (max-width: 1440px) {
  footer .infoList .infoItem:nth-child(2n) {
    padding: 0 10px 5px 20px;
  }
}
@media (max-width: 1440px) {
  footer .infoList .infoItem {
    padding: 0 20px 5px 10px;
  }
}
@media (max-width: 1180px) {
  footer .infoList .infoItem {
    border: none;
    padding: 0 20px 5px;
  }
}
@media (max-width: 768px) {
  footer .infoList .infoItem {
    width: 100%;
  }
}
footer .infoList .infoItem a,
footer .infoList .infoItem span {
  color: #BCBCBC;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
footer .infoList .infoItem .infoText {
  width: 50px;
  flex-shrink: 0;
  color: #FFF;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.48px;
  padding-right: 10px;
}
@media (min-width: 1181px) {
  footer .infoList .infoItem a:hover {
    color: #9DA862;
  }
}
footer .rightBox {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 20px;
}
@media (max-width: 1180px) {
  footer .rightBox {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  footer .rightBox {
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
    order: 3;
  }
}
footer .openTimeBox {
  width: 100%;
  text-align: right;
  color: #BCBCBC;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: -0.15px;
}
@media (max-width: 768px) {
  footer .openTimeBox {
    text-align: center;
  }
}
footer .copyrightBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .copyrightBox a, footer .copyrightBox span {
  display: inline-block;
  color: #BCBCBC;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: -0.15px;
}
@media (max-width: 768px) {
  footer .copyrightBox a, footer .copyrightBox span {
    display: inline;
  }
}
@media (min-width: 1181px) {
  footer .copyrightBox a:hover {
    color: #7D6EA9;
  }
}
@media (max-width: 768px) {
  footer .copyrightBox {
    justify-content: center;
    text-align: center;
    display: inline;
  }
  footer .copyrightBox .copyright, footer .copyrightBox .ibestLink {
    display: inline;
  }
}

.privacyArea {
  width: 100%;
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0px 10px rgba(82, 57, 101, 0.5);
  border: 1px solid #6A2D98;
  border-radius: 30px;
  padding: 20px 0;
  position: fixed;
  bottom: 10px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%) translateY(100%);
}
.privacyArea.show {
  transform: translateX(-50%) translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #6A2D98;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #6A2D98;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  position: fixed;
  right: 55px;
  bottom: 35%;
  z-index: 15;
}
.fixedQuickLink.hide {
  opacity: 0;
  pointer-events: none;
  transform: translateX(100px) rotateY(90deg);
}
@media (max-width: 1440px) {
  .fixedQuickLink {
    right: 20px;
  }
}
@media (max-width: 1180px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink .fixedQuickList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fixedQuickLink .fixedQuickItem {
  display: block;
}
@media (min-width: 1181px) {
  .fixedQuickLink .fixedQuickItem:hover a {
    transform: scale(1.1);
    background-color: #9DA862;
    color: #fff;
    transform: rotateY(360deg);
  }
  .fixedQuickLink .fixedQuickItem:hover a i {
    color: #fff;
  }
}
.fixedQuickLink a {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 58px;
  font-size: 13px;
  color: #6A2D98;
}
.fixedQuickLink svg {
  width: 30px;
  height: 29px;
}
.fixedQuickLink svg.fb {
  width: 28px;
  height: 28px;
}
.fixedQuickLink i {
  color: #6A2D98;
  font-size: 28px;
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.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;
}

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

/*bread*/
.bread {
  border-bottom: 1px solid #C1BCCF;
  margin-bottom: 50px;
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1180px) {
  .bread {
    margin-bottom: 30px;
  }
}
.bread .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.bread .wrap a,
.bread .wrap span {
  color: #6A2D98;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #6A2D98;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #9DA862;
  }
}
.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 #7C7C7C;
  border-bottom: 1px solid #7C7C7C;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  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: 20px;
}
.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: 80%;
  background-color: #7C7C7C;
  position: absolute;
  top: 10%;
  left: 10px;
  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: #7C7C7C;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

.unitSectionAnimate {
  opacity: 0;
}

.unitTwoColumn {
  display: flex;
  position: relative;
  z-index: 2;
}
.unitTwoColumn > * {
  opacity: 0;
}
@media (max-width: 1180px) {
  .unitTwoColumn {
    flex-direction: column;
  }
}
.unitTwoColumn .unitSmallBox {
  width: 300px;
  flex-shrink: 0;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
.unitTwoColumn .unitSmallBox + .unitLargeBox {
  width: calc(100% - 300px);
}
@media (max-width: 1180px) {
  .unitTwoColumn .unitSmallBox {
    width: 100%;
    padding: 0;
  }
  .unitTwoColumn .unitSmallBox + .unitLargeBox {
    width: 100%;
  }
}
.unitTwoColumn .unitLargeBox {
  width: 100%;
  flex-grow: 1;
  position: relative;
}

/*文章標題*/
.articleTitle {
  border-bottom: 1px solid #C1BCCF;
  color: #523965;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 12px 0;
  position: relative;
}
@media (max-width: 1180px) {
  .articleTitle {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .articleTitle {
    font-size: 30px;
    padding: 8px 0;
  }
}
@media (max-width: 640px) {
  .articleTitle {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .articleTitle {
    font-size: 26px;
  }
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #C1BCCF;
  color: #523965;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 15px 0;
}
.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 > tbody > tr > 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 #C1BCCF;
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
@media (max-width: 1180px) {
  .classBox {
    max-width: 300px;
    margin: 20px auto;
  }
}
.classBox .classCurrent {
  background-color: #6A2D98;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 23px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 20px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  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 {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }
  .classBoxRow .classLink li,
  .classBoxRow .classLink .classItem {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    background-color: #f0f0f0;
    color: #000;
    display: block;
    padding: 10px 15px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    transition: all 0.4s ease-in-out;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #6A2D98;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #6A2D98;
    color: #fff;
  }
}

.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #9DA862;
  border-right: 1px solid #9DA862;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
  transform: translateY(-50%) rotate(45deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: rgba(106, 45, 152, 0.8);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  transform: translateY(-50%) rotate(135deg);
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current {
  background-color: rgba(106, 45, 152, 0.65);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open {
  background-color: rgba(106, 45, 152, 0.65);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover,
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span:hover {
    background-color: rgba(106, 45, 152, 0.65);
  }
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a {
  padding-left: 40px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a.current {
  background-color: rgba(106, 45, 152, 0.4);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a:hover {
    background-color: rgba(106, 45, 152, 0.4);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
    animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .dataList {
    display: none;
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #A2A2A2;
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    padding: 14px 15px;
    position: relative;
    transition: all 0.4s ease-in-out;
  }
  .classBoxColumn .classLink a::before,
  .classBoxColumn .classLink span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #C1BCCF;
    position: absolute;
    left: 0;
    top: 0;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    color: #414141;
    font-size: 20px;
    font-weight: 500;
  }
  .classBoxColumn .classLink a.current::before,
  .classBoxColumn .classLink span.current::before {
    background-color: #C271FF;
    width: 3px;
    left: -1px;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    color: #6A2D98;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink, .classBoxMobile .classLink {
    width: 100%;
    max-height: 65dvh;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxMobile .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child),
  .classBoxRow .classLink .classItem:not(:first-child), .classBoxMobile .classLink > li:not(:first-child),
  .classBoxMobile .classLink .classItem:not(:first-child) {
    border-top: 1px solid #C1BCCF;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current,
  .classBoxRow .classLink .classItem > a.current,
  .classBoxRow .classLink .classItem span.current, .classBoxMobile .classLink > li > a.current,
  .classBoxMobile .classLink > li span.current,
  .classBoxMobile .classLink .classItem > a.current,
  .classBoxMobile .classLink .classItem span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul,
  .classBoxRow .classLink > li .dataList,
  .classBoxRow .classLink .classItem ul,
  .classBoxRow .classLink .classItem .dataList, .classBoxMobile .classLink > li ul,
  .classBoxMobile .classLink > li .dataList,
  .classBoxMobile .classLink .classItem ul,
  .classBoxMobile .classLink .classItem .dataList {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxMobile .classLink a,
  .classBoxMobile .classLink span {
    color: #7D6EA9;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current, .classBoxMobile .classLink a.current,
  .classBoxMobile .classLink span.current {
    background-color: #6A2D98;
    color: #fff;
  }
  .classBoxRow .classLink a.current.linkHasItems,
  .classBoxRow .classLink span.current.linkHasItems, .classBoxMobile .classLink a.current.linkHasItems,
  .classBoxMobile .classLink span.current.linkHasItems {
    background-color: rgba(125, 110, 169, 0.5);
  }
}

@media (max-width: 1180px) {
  .classBoxColumn:not(.classBoxMobile) {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
  .classBoxColumn:not(.classBoxMobile)::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #dbdbdb;
  }
  .classBoxColumn:not(.classBoxMobile)::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .classBoxColumn:not(.classBoxMobile)::-webkit-scrollbar-thumb {
    background: #6A2D98;
  }
  .classBoxColumn:not(.classBoxMobile) .classLink {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #C1BCCF;
    gap: 20px;
  }
  .classBoxColumn:not(.classBoxMobile) .classItem {
    padding: 0 0px;
  }
  .classBoxColumn:not(.classBoxMobile) .classTrigger {
    display: block;
    color: #A2A2A2;
    text-align: center;
    font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; /* 322.222% */
    letter-spacing: 1px;
    padding: 10px 0;
    position: relative;
  }
  .classBoxColumn:not(.classBoxMobile) .classTrigger::before {
    content: "";
    display: block;
    background-color: #C271FF;
    width: 0;
    height: 3px;
    position: absolute;
    left: auto;
    right: 0px;
    bottom: 0;
    transition: all 0.5s;
  }
  .classBoxColumn:not(.classBoxMobile) .classTrigger.current {
    color: #414141;
    font-weight: 500;
    font-size: 20px;
  }
  .classBoxColumn:not(.classBoxMobile) .classTrigger.current::before {
    width: 40px;
    left: 0px;
    right: auto;
  }
}

/*頁碼*/
.pageBox .pageList {
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  border: 1px solid #C1BCCF;
  color: #7D6EA9;
  display: block;
  font-size: 15px;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #6A2D98;
    background-color: #6A2D98;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  margin-top: 40px;
  justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
}
.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: #6A2D98;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #6A2D98;
  background-color: #6A2D98;
  color: #fff;
}
@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 #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
@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;
  border-radius: 25px;
}
.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 #6A2D98;
  font-size: 13px;
  color: #6A2D98;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #6A2D98;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #6A2D98;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #C1BCCF;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  flex: 1;
}
.tab a {
  height: 100%;
  align-items: center;
  color: #7D6EA9;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #6A2D98;
  color: #fff;
}

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

/*相簿*/
.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumListMain .Img {
  height: 400px;
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem .Img {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.albumBox .albumList .albumItem img {
  display: block;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}
.albumBox .albumListNav img {
  width: 100%;
}

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

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

/*對應&相關*/
.sideDataArea {
  width: 100%;
  margin: 30px 0;
}
.sideDataArea.article .Txt {
  padding: 15px 0;
}
.sideDataArea.article .newsInfoBox {
  width: 88px;
  flex-shrink: 0;
}
.sideDataArea.article .Txt {
  flex-grow: 1;
  flex-shrink: 1;
}
.sideDataArea.catalog .Img::before {
  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;
  transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #6A2D98;
  border: 1px solid #6A2D98;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #6A2D98;
  border: 1px solid #6A2D98;
}
.sideDataArea.fac .Txt {
  padding: 15px 0;
}
.sideDataArea.fac .Txt .date {
  display: inline-block;
  width: auto;
  color: #523965;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.36px;
  position: relative;
  padding: 0 10px;
  margin-bottom: 5px;
}
@media (max-width: 1180px) {
  .sideDataArea.fac .Txt .date {
    font-size: 14px;
  }
}
.sideDataArea.fac .Txt .date::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  border: 2px solid #6A2D98;
  border-right: none;
  position: absolute;
  left: 0;
  top: 0;
}
.sideDataArea.fac .Txt .date::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  border: 2px solid #6A2D98;
  border-left: none;
  position: absolute;
  right: 0;
  top: 0;
}
.sideDataArea.fac .Txt .title {
  color: #414141;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.72px;
}
.sideDataArea.fac .Txt .title a {
  color: #414141;
}
@media (min-width: 1181px) {
  .sideDataArea.fac .Txt .title a:hover {
    color: #9DA862;
  }
}
@media (max-width: 1180px) {
  .sideDataArea.fac .Txt .title {
    font-size: 22px;
  }
}
.sideDataArea.fac .Txt .productTitle {
  color: #6A2D98;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: 0.48px;
  padding: 15px 0 10px;
  position: relative;
}
.sideDataArea.fac .Txt .productTitle::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #7D6EA9;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1180px) {
  .sideDataArea.fac .Txt .productTitle {
    padding: 10px 0;
  }
}
.sideDataArea.fac .Txt .text {
  color: #7C7C7C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.54px;
  padding-top: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .sideDataArea.fac .Txt .text {
    padding-top: 10px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sideDataArea.fac .Txt .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
.sideDataArea .sideDataList:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
  width: 33.3333333333%;
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .sideDataArea .sideDataList:not(.slick-slider) .sideDataItem {
    width: 100%;
  }
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
.sideDataArea .item {
  position: relative;
  width: 100%;
}
@media (max-width: 1180px) {
  .sideDataArea .item {
    max-width: 480px;
    margin: 0 auto;
  }
}
.sideDataArea .Img {
  border-radius: 16px;
  overflow: hidden;
}
.sideDataArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.sideDataArea .Txt {
  width: 100%;
  padding: 15px;
}
.sideDataArea .Txt .title {
  font-size: 18px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .title {
    font-size: 17px;
  }
}
.sideDataArea .Txt .title a {
  display: inline-block;
  word-break: break-all;
}
.sideDataArea .Txt .textBox {
  width: 100%;
}
.sideDataArea .Txt .text {
  color: #7C7C7C;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .sideDataList {
    margin: 0;
  }
  .sideDataArea .sideDataItem {
    padding: 0;
  }
}

/*社群分享*/
.sideShare {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #7C7C7C;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #7C7C7C;
  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: #7C7C7C;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.imh_opacity::before {
  content: "";
  width: 10%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #6A2D98;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}
.imh_opacity img {
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover::before {
    opacity: 1;
    width: 100%;
  }
  .imh_opacity:hover img {
    transform: scale(1.05);
  }
}

.slick-slider .slick-arrow,
.controlBox .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,
.controlBox .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,
.controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #6A2D98 transparent transparent;
  transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #6A2D98;
  transform: translateX(2px);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #6A2D98 !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 6px;
  flex-direction: column;
  position: absolute;
  left: 60px;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 2px 0;
}
.slick-slider .slick-dots.vertical li.slick-active,
.controlBox .slick-dots.vertical li.slick-active {
  width: 10px;
  height: 28px;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 6px;
  margin: 2px 0;
  overflow: hidden;
  padding: 2px;
}
.slick-slider .slick-dots li.slick-active,
.controlBox .slick-dots li.slick-active {
  width: 28px;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #6A2D98;
  opacity: 1;
}
.slick-slider .slick-dots li button,
.controlBox .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,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #C1BCCF;
  border: none;
  border-radius: 6px;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #6A2D98;
    opacity: 1;
  }
}

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

.classLink.slick-vertical .slick-slide {
  border: none;
}

/*img lazy load */
.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  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;
  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: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.scrollHint.hide {
  opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
  animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
  animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
  position: relative;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><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"/></svg>');
  width: 32px;
  height: 32px;
  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;
  transform: translateY(-20px);
  transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
  opacity: 1;
  transform: translateY(0);
}
.toastMessageBox .toastMessageText {
  align-items: center;
  display: flex;
}
.toastMessageBox .toastMessageText i {
  font-size: 24px;
  margin-right: 10px;
}

.slideModuleBox.moduleBox {
  justify-content: flex-end;
  padding: 0;
  top: 0;
  background-color: rgba(209, 209, 209, 0.8);
}
@keyframes modlueSildeLeftAnimation {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes modlueSildeTopAnimation {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slideModuleBox.moduleBox.show .moduleWrap {
  animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox.show .moduleWrap {
    animation: modlueSildeTopAnimation 0.8s ease-in-out;
  }
}
@media (max-width: 1200px) {
  .slideModuleBox.moduleBox {
    padding: 68px 20px 0;
    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;
    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%;
  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: #9DA862;
  padding-bottom: 13px;
}
