@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.page404 .footerMenu li a, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bread, .privacyArea, footer .menuItem .mainLink, footer .footerLink, footer .socialList a, footer .footerContactList .label + a, .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, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .languageBox .languageList li a, header .languageBox .languageList li, header .menu .submenu a, header .menu > .menuItem a, header .menu > .menuItem a.mainLink .line1,
header .menu > .menuItem a.mainLink .line2, header .menu > .menuItem a.mainLink, .loadingArea, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose, .btnBox .btn.animation::after, .btnBox .btn, .iconWifi path, .titleBox .decoTitle, button, a, body, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #2f2f2f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #3b5998;
  border-bottom: 2px solid #3b5998;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #3b5998;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #3b5998;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #3b5998;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
  20% {
    background-color: rgba(59, 89, 152, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(59, 89, 152, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes wifi {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes wifi {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes dots {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes dots {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes btnArrow {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes btnArrow {
  0% {
    opacity: 0.1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@-webkit-keyframes svgBtnLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 506;
  }
}
@keyframes svgBtnLine {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 506;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes glowing-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.2);
            box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(59, 89, 152, 0.25);
            box-shadow: 0 0 0 10px rgba(59, 89, 152, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px transparent;
            box-shadow: 0 0 0 16px transparent;
  }
}
@keyframes glowing-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.2);
            box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(59, 89, 152, 0.25);
            box-shadow: 0 0 0 10px rgba(59, 89, 152, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px transparent;
            box-shadow: 0 0 0 16px transparent;
  }
}
@-webkit-keyframes glowing-pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 170, 9, 0.2);
            box-shadow: 0 0 0 0 rgba(233, 170, 9, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(233, 170, 9, 0.25);
            box-shadow: 0 0 0 10px rgba(233, 170, 9, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px transparent;
            box-shadow: 0 0 0 16px transparent;
  }
}
@keyframes glowing-pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(233, 170, 9, 0.2);
            box-shadow: 0 0 0 0 rgba(233, 170, 9, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(233, 170, 9, 0.25);
            box-shadow: 0 0 0 10px rgba(233, 170, 9, 0.25);
  }
  100% {
    -webkit-box-shadow: 0 0 0 16px transparent;
            box-shadow: 0 0 0 16px transparent;
  }
}
:root {
  --swiper-pagination-color: #3b5998;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}

::-moz-selection {
  background-color: #e9aa09;
  color: #fff;
}

::selection {
  background-color: #e9aa09;
  color: #fff;
}

body {
  background-color: #fff;
  font-size: 15px;
  font-family: "Maven Pro", Noto Sans TC, Microsoft JhengHei, sans-serif;
  position: relative;
}
@media (max-width: 1180px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #3b5998;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}

address {
  font-style: normal;
}

a {
  color: #5a5a5a;
  cursor: pointer;
}
@media (min-width: 1201px) {
  a:hover {
    color: #e9aa09;
  }
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.Img img {
  height: auto;
}

div.titan {
  display: none;
}

[class*=col-] {
  float: left;
}

.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.33%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
@media (max-width: 480px) {
  .col-1, .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
}

/* 共用的樣式 */
.titleBox {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.titleBox.center {
  margin-left: auto;
  margin-right: auto;
}
.titleBox.center .decoBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox .decoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.titleBox .decoBox svg {
  width: 36px;
  height: 25px;
}
.titleBox .decoTitle {
  color: #999999;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 2.34px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 16px;
    padding-bottom: 0;
  }
}
.titleBox .title {
  color: #3b5998;
  font-size: 40px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 5px;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 30px;
  }
}
.titleBox .subtitle {
  color: #e9aa09;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-top: 4px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 20px;
    padding-top: 0;
  }
}
.titleBox .text {
  color: #999999;
  font-size: 15px;
  padding-top: 30px;
  line-height: 1.875;
  letter-spacing: 1.6px;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 14px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 14px;
    padding-top: 15px;
  }
}

.iconWifi path {
  fill: #3b5998;
}
.iconWifi path:nth-child(1) {
  -webkit-animation: wifi 1.6s infinite ease;
          animation: wifi 1.6s infinite ease;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.iconWifi path:nth-child(2) {
  -webkit-animation: wifi 1.6s infinite ease;
          animation: wifi 1.6s infinite ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.iconWifi path:nth-child(3) {
  -webkit-animation: wifi 1.6s infinite ease;
          animation: wifi 1.6s infinite ease;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

section:has(.iconWifi):hover .iconWifi path {
  opacity: 1;
}
section:has(.iconWifi):hover .iconWifi path:nth-child(1) {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
section:has(.iconWifi):hover .iconWifi path:nth-child(2) {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
section:has(.iconWifi):hover .iconWifi path:nth-child(3) {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}
section:has(.iconWifi):hover .iconWifi + .decoTitle {
  color: #e9aa09;
}

.typeEffect {
  position: relative;
  width: 0;
}
.typeEffect.show::after {
  content: "";
  position: absolute;
  opacity: 0;
}
.typeEffect::after {
  content: "";
  position: absolute;
  width: 2px;
  height: max(58px, 100%);
  background-color: #e9aa09;
  right: -20px;
  top: 0;
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -6px;
}
.btnBox.flex .btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 6px;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 200px;
  display: inline-block;
  font-size: 15px;
  padding: 13px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn .btnText {
  display: inline-block;
}
@media (min-width: 1201px) {
  .btnBox .btn:hover {
    background-color: #fff;
    border-color: #3b5998;
    color: #3b5998;
  }
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgMain:hover {
    color: #3b5998;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #e9aa09;
  border: 1px solid #e9aa09;
  color: #fff;
}
@media (min-width: 1201px) {
  .btnBox .btn.bgSecond:hover {
    color: #e9aa09;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #3b5998;
  color: #3b5998;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #3b5998;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #3b5998;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #e9aa09;
  color: #e9aa09;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #e9aa09;
}
@media (min-width: 1201px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #e9aa09;
  }
}
.btnBox .btn.rounded {
  border-radius: 22.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}
.btnBox .btn.svgBtn {
  position: relative;
  width: 220px;
  height: 60px;
  max-width: 220px;
  margin: 0 auto;
  border-radius: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  padding: 0;
  outline: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 640px) {
  .btnBox .btn.svgBtn {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1201px) {
  .btnBox .btn.svgBtn:hover:not(.shadow) .btnLink {
    background-color: transparent;
  }
  .btnBox .btn.svgBtn:hover .btnLine {
    stroke-dashoffset: 0;
  }
  .btnBox .btn.svgBtn:hover .arrows i:nth-child(1) {
    -webkit-animation: btnArrow 1s infinite linear;
            animation: btnArrow 1s infinite linear;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
  .btnBox .btn.svgBtn:hover .arrows i:nth-child(2) {
    -webkit-animation: btnArrow 1s infinite linear;
            animation: btnArrow 1s infinite linear;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .btnBox .btn.svgBtn:hover .arrows i:nth-child(3) {
    -webkit-animation: btnArrow 1s infinite linear;
            animation: btnArrow 1s infinite linear;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}
.btnBox .btn.svgBtn.shadow {
  width: 210px;
  height: 50px;
  -webkit-box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.65);
          box-shadow: 0 0 0 0 rgba(59, 89, 152, 0.65);
}
@media (min-width: 1201px) {
  .btnBox .btn.svgBtn.shadow:hover {
    background-color: #3b5998;
    -webkit-animation: glowing-pulse 1.2s infinite linear;
            animation: glowing-pulse 1.2s infinite linear;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
.btnBox .btn.svgBtn.shadow .btnLink {
  font-size: 16px;
  color: #fff;
}
.btnBox .btn.svgBtn.shadow svg {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btnBox .btn.svgBtn .btnLink {
  color: #3b5998;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 30px;
  border: 1px solid transparent;
  z-index: 1;
  padding: 5px 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .btnBox .btn.svgBtn .btnLink {
    font-size: 14px;
  }
}
.btnBox .btn.svgBtn svg {
  cursor: pointer;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
}
.btnBox .btn.svgBtn svg .btnShadow {
  fill: none;
  stroke: #3b5998;
  stroke-width: 1px;
  stroke-miterlimit: 10;
}
.btnBox .btn.svgBtn svg .btnLine {
  stroke-dasharray: 505 507;
  stroke-dashoffset: 506;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.btnBox .btn.svgBtn .arrows {
  margin-left: 25px;
  font-size: 15px;
}
.btnBox .btn.svgBtn .arrows i {
  opacity: 1;
}

/* 共用的樣式 END */
.outerWrap {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 107px;
  position: relative;
  opacity: 0;
}
@media (max-width: 1180px) {
  .outerWrap {
    padding-top: 90px;
    padding-bottom: calc(55px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 640px) {
  .outerWrap {
    padding-top: 70px;
  }
}

.wrap {
  width: 100%;
  max-width: 1540px;
  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;
  }
}

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: center;
}
.moduleBox .moduleContent {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
  background: #3b5998;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #3b5998;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -0.5px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}
.moduleBox .moduleClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 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: #3b5998;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1201px) {
  .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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-80%) rotate(-45deg);
          transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  -webkit-transform: translateY(-100%) rotate(45deg);
          transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #3b5998;
  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: #6a87c5;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #4264aa;
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1201px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #3b5998;
  }
}
@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.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: #3b5998;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #3b5998;
  border-bottom: 2px solid #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow-y: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
  border-top: 1px solid #e0e0e0;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #3b5998;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1201px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #3b5998;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  margin: 30px 0;
  position: relative;
}
.moduleBox.search .searchBox input[type=text] {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
  width: 50px;
  height: 50px;
  background-color: #3b5998;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1201px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

.moduleMask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.moduleMask.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  position: relative;
}
.loadingArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #f8f7f7), color-stop(50%, #e9aa09), to(#3b5998)) 0% 50%/600% auto no-repeat;
  background: linear-gradient(to right, #f8f7f7 20%, #e9aa09 50%, #3b5998 100%) 0% 50%/600% auto no-repeat;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
.loadingArea .loadLogo {
  width: min(500px, 90vw);
  height: auto;
  position: relative;
  z-index: 6;
}
.loadingArea .loadLogo img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 1s ease, -webkit-filter 1.85s ease-in-out;
  transition: -webkit-transform 1s ease, -webkit-filter 1.85s ease-in-out;
  transition: transform 1s ease, filter 1.85s ease-in-out;
  transition: transform 1s ease, filter 1.85s ease-in-out, -webkit-transform 1s ease, -webkit-filter 1.85s ease-in-out;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  opacity: 1;
  pointer-events: auto;
}
.loadingArea.show::before {
  content: "";
  position: absolute;
  background-position: 100%;
}
.loadingArea.show .loadLogo img {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.loadingArea.hide {
  opacity: 0;
}

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  height: 107px;
}
@media (max-width: 1024px) {
  header {
    height: 90px;
  }
}
@media (max-width: 640px) {
  header {
    height: 70px;
  }
}
header .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  header .wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  header .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1300px) {
  header .wrap {
    padding: 0 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header .logo a {
  display: block;
  width: 450px;
}
@media (max-width: 1860px) {
  header .logo a {
    width: 400px;
  }
}
@media (max-width: 1800px) {
  header .logo a {
    width: 320px;
  }
}
@media (max-width: 1750px) {
  header .logo a {
    width: 250px;
  }
}
@media (max-width: 1680px) {
  header .logo a {
    width: 280px;
  }
}
@media (max-width: 1460px) {
  header .logo a {
    width: 250px;
  }
}
@media (max-width: 1440px) {
  header .logo a {
    width: 200px;
  }
}
@media (max-width: 640px) {
  header .logo a {
    width: 180px;
  }
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .menuBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menu > .menuItem {
  position: relative;
  display: inline-block;
}
header .menu > .menuItem:has(:hover) a.mainLink {
  outline: 1px solid rgba(233, 170, 9, 0.25);
}
header .menu > .menuItem:has(:hover) a.mainLink .line1,
header .menu > .menuItem:has(:hover) a.mainLink .line2 {
  opacity: 1;
}
header .menu > .menuItem a {
  color: #5a5a5a;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 10px 15px;
  position: relative;
  letter-spacing: 1.8px;
}
header .menu > .menuItem a.mainLink {
  outline: none;
  overflow: hidden;
  -webkit-transition: borderWidth 0.5s linear;
  transition: borderWidth 0.5s linear;
}
header .menu > .menuItem a.mainLink.current {
  outline: 1px solid rgba(233, 170, 9, 0.25);
}
header .menu > .menuItem a.mainLink.current .line1,
header .menu > .menuItem a.mainLink.current .line2 {
  opacity: 1;
}
@media (min-width: 1201px) {
  header .menu > .menuItem a.mainLink:hover {
    outline: 1px solid rgba(233, 170, 9, 0.25);
  }
  header .menu > .menuItem a.mainLink:hover .line1,
  header .menu > .menuItem a.mainLink:hover .line2 {
    opacity: 1;
  }
}
header .menu > .menuItem a.mainLink .line1,
header .menu > .menuItem a.mainLink .line2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
}
header .menu > .menuItem a.mainLink .line1::before,
header .menu > .menuItem a.mainLink .line2::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
header .menu > .menuItem a.mainLink .line1::after,
header .menu > .menuItem a.mainLink .line2::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
}
header .menu > .menuItem a.mainLink .line1::before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(233, 170, 9, 0.85);
  border-left: 1px solid rgba(233, 170, 9, 0.85);
  left: 0;
  top: 0;
}
header .menu > .menuItem a.mainLink .line1::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(233, 170, 9, 0.85);
  border-left: 1px solid rgba(233, 170, 9, 0.85);
  left: 0;
  bottom: 0;
}
header .menu > .menuItem a.mainLink .line2::before {
  content: "";
  position: absolute;
  border-top: 1px solid rgba(233, 170, 9, 0.85);
  border-right: 1px solid rgba(233, 170, 9, 0.85);
  right: 0;
  top: 0;
}
header .menu > .menuItem a.mainLink .line2::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(233, 170, 9, 0.85);
  border-right: 1px solid rgba(233, 170, 9, 0.85);
  right: 0;
  bottom: 0;
}
@media (max-width: 1680px) {
  header .menu > .menuItem a {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding: 35px 12px;
  }
}
@media (max-width: 1536px) {
  header .menu > .menuItem a {
    padding: 35px 8px;
  }
}
@media (max-width: 1440px) {
  header .menu > .menuItem a {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 1240px) {
  header .menu > .menuItem a {
    padding: 35px 5px;
  }
}
header .menu > .menuItem a.current {
  color: #e9aa09;
}
@media (min-width: 1201px) {
  header .menu > .menuItem a:hover {
    color: #e9aa09;
  }
}
header .menu .submenu {
  width: 200px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(10px);
          transform: translateX(-50%) translateY(10px);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu .submenuItem:has(:hover) .submenuItemTitle {
  color: #e9aa09;
}
header .menu .submenu a {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  color: #5a5a5a;
  display: block;
  padding: 15px 10px;
  font-size: 16px;
}
header .menu .submenu a.current {
  color: #e9aa09;
}
@media (min-width: 1201px) {
  header .menu .submenu a:hover {
    color: #e9aa09;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #F7F7F7;
  position: fixed;
  left: 0;
  top: 120px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0px;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
  color: #e9aa09;
}
@media (min-width: 1201px) {
  header .menu .submenu.fullSubmenu a:hover {
    color: #e9aa09;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}
header .languageBox {
  background-color: rgba(233, 170, 9, 0.2);
  padding: 5px;
  border-radius: 22px;
  margin-left: 50px;
}
@media (max-width: 1440px) {
  header .languageBox {
    margin-left: 20px;
  }
}
@media (max-width: 1240px) {
  header .languageBox {
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  header .languageBox {
    margin-left: 0;
    margin-right: -10px;
  }
}
header .languageBox .languageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .languageBox .languageList:has(a:hover:not(.current)) li:has(.current) {
  background-color: transparent;
}
header .languageBox .languageList:has(a:hover:not(.current)) li:has(.current) .current {
  color: #e9aa09;
}
header .languageBox .languageList li {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
header .languageBox .languageList li:has(a.current) {
  background-color: #e9aa09;
}
header .languageBox .languageList li:has(a.current) a {
  color: #fff;
}
header .languageBox .languageList li:hover {
  background-color: #e9aa09;
}
header .languageBox .languageList li:hover a {
  color: #fff;
}
header .languageBox .languageList li a {
  color: #e9aa09;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 90px;
  height: 90px;
  border-left: 1px solid #e0e0e0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -20px;
  position: relative;
}
@media (min-width: 1181px) {
  .slideMenuTrigger {
    display: none;
  }
}
@media (max-width: 640px) {
  .slideMenuTrigger {
    width: 70px;
    height: 70px;
  }
}
.slideMenuTrigger .line {
  width: 35%;
  height: 1px;
  background-color: transparent;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #3b5998;
  position: absolute;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.slideMenuTrigger.close {
  background-color: #e9aa09;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  background-color: #fff;
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1201px) {
  .slideMenuTrigger.close:hover span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 1201px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #3b5998;
    -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.slideMenuArea {
  width: 100%;
  max-width: 480px;
  background-color: #3b5998;
  opacity: 0;
  overflow-x: hidden;
  height: calc(100dvh - 107px);
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
  pointer-events: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #3b5998;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #3b5998;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #fff;
}
@media (max-width: 1024px) {
  .slideMenuArea {
    height: calc(100dvh - 90px);
  }
}
@media (max-width: 640px) {
  .slideMenuArea {
    height: calc(100dvh - 70px);
  }
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slideMenuArea.show .menuBox {
  -webkit-animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
          animation: slideLeftAnimation 0.5s 0.6s ease-in-out both;
}
.slideMenuArea.show .socialBox {
  -webkit-animation: slideLeftAnimation 0.5s 1s ease-in-out both;
          animation: slideLeftAnimation 0.5s 1s ease-in-out both;
}
.slideMenuArea .menuBox {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  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: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          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: #e9aa09;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px;
  padding: 20px 10px;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #e9aa09;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #e9aa09;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.25);
  display: none;
  padding: 0 0 0 15px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem:last-child a {
  border-bottom: none;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #e9aa09;
}
@media (min-width: 1201px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #e9aa09;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.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: #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #e9aa09;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .socialBox {
  margin-top: 20px;
  padding: 15px 0;
}
.slideMenuArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.slideMenuArea .socialBox .socialList li {
  display: inline-block;
}
.slideMenuArea .socialBox .socialList li:not(:last-child) {
  margin-right: 30px;
}
.slideMenuArea .socialBox .socialList li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  background-color: #3b5998;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.36px;
}
.slideMenuArea .socialBox .socialList li a i {
  font-size: 24px;
  margin-bottom: 15px;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  fill: #3b5998;
  vertical-align: baseline;
}
@media (min-width: 1201px) {
  .slideMenuArea .socialBox .socialList li a:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #3b5998;
  }
  .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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}

/*banner*/
.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  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 {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.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: #3b5998;
  color: #fff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
footer .bgLargeText {
  color: #37538f;
  position: absolute;
  right: -20px;
  top: 0;
  font-size: 275px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
  text-wrap: nowrap;
  letter-spacing: 13.75px;
}
footer .wrap {
  position: relative;
  z-index: 2;
}
footer .wrap > .middleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  footer .wrap > .middleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .wrap > .middleBox .leftBox {
  padding-top: 30px;
  width: 740px;
}
@media (max-width: 1280px) {
  footer .wrap > .middleBox .leftBox {
    width: 55%;
  }
}
@media (max-width: 1024px) {
  footer .wrap > .middleBox .leftBox {
    width: auto;
  }
}
footer .wrap > .middleBox .rightBox {
  padding-left: 50px;
  width: calc(100% - 740px);
}
@media (max-width: 1280px) {
  footer .wrap > .middleBox .rightBox {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  footer .wrap > .middleBox .rightBox {
    padding-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 640px) {
  footer .wrap > .middleBox .footerLink {
    width: 33%;
  }
}
@media (max-width: 640px) {
  footer .wrap > .middleBox .footerLink:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
}
footer .wrap > .bottomBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  footer .wrap > .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .wrap > .bottomBox .footerLink:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 640px) {
  footer .wrap > .bottomBox .footerLink:not(:last-child) {
    border-right: none;
  }
}
footer .footerContactList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30px auto;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 16px;
}
@media (max-width: 640px) {
  footer .footerContactList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  footer .footerContactList li {
    text-align: center;
  }
}
footer .footerContactList .label {
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  letter-spacing: 1.6px;
}
@media (max-width: 640px) {
  footer .footerContactList .label {
    font-size: 15px;
    margin-right: 5px;
  }
}
footer .footerContactList .label + * {
  color: #fff;
  font-size: 16px;
  opacity: 0.6;
  letter-spacing: 1.6px;
}
@media (max-width: 640px) {
  footer .footerContactList .label + * {
    font-size: 14px;
    letter-spacing: 1.12px;
  }
}
@media (min-width: 1201px) {
  footer .footerContactList .label + a:hover {
    opacity: 1;
    color: #e9aa09;
  }
}
footer .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  margin-top: 35px;
}
footer .socialList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .socialList li:not(:last-child) {
  margin-right: 60px;
}
footer .socialList a {
  color: #fff;
}
@media (max-width: 640px) {
  footer .socialList a {
    text-align: center;
  }
}
@media (min-width: 1201px) {
  footer .socialList a:hover {
    color: #e9aa09;
  }
}
footer .socialList i {
  font-size: 24px;
  margin-right: 12px;
}
@media (max-width: 640px) {
  footer .socialList i {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer .socialList span {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.38px;
}
@media (max-width: 640px) {
  footer .socialList span {
    font-size: 14px;
    letter-spacing: 1.28px;
  }
}
footer .footerLinkBox {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  footer .footerLinkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
footer .footerLink {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  position: relative;
  letter-spacing: 1.4px;
}
@media (min-width: 1201px) {
  footer .footerLink:hover {
    opacity: 1;
    color: #e9aa09;
  }
}
footer .footerLink:not(:last-child) {
  padding-right: 30px;
  margin-right: 30px;
}
@media (max-width: 640px) {
  footer .footerLink:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  footer .footerLink:not(:last-child) {
    padding-right: 0;
    margin-right: 0;
  }
}
footer .footerLinkTitle {
  font-size: 19px;
  letter-spacing: 1.9px;
}
@media (max-width: 640px) {
  footer .footerLinkTitle {
    text-align: center;
  }
}
footer .footerLinkTitle + .footerLinkBox {
  margin-top: 20px;
}
footer .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 60px;
}
@media (max-width: 1024px) {
  footer .footerMenu {
    margin: 20px 0 40px;
  }
}
@media (max-width: 640px) {
  footer .footerMenu {
    margin: 10px 0 40px;
  }
}
footer .menuItem {
  margin-top: 10px;
  width: 33.3333%;
}
@media (min-width: 1025px) and (max-width: 1180px) {
  footer .menuItem {
    width: 50%;
  }
}
@media (max-width: 537px) {
  footer .menuItem {
    width: 50%;
  }
}
@media (max-width: 375px) {
  footer .menuItem {
    width: 100%;
    text-align: center;
  }
}
footer .menuItem .mainLink {
  color: #fff;
  font-size: 14px;
  opacity: 0.8;
  position: relative;
  letter-spacing: 1.4px;
}
@media (min-width: 1201px) {
  footer .menuItem .mainLink:hover {
    color: #e9aa09;
    opacity: 1;
  }
}
footer .footerLogo {
  width: 100%;
  max-width: 420px;
}
footer .footerLogo a {
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
footer .copyrightBox {
  font-size: 12px;
  opacity: 0.8;
  margin-top: 40px;
  letter-spacing: 1.62px;
}

.privacyArea {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 50;
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #e9aa09;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1201px) {
  .privacyArea .text a:hover {
    color: #3b5998;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .privacyArea .btnBox {
    max-width: 100%;
  }
}

.translateIbest {
  display: inline-block;
  vertical-align: middle;
}
.translateIbest .design {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #000;
}
.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #000;
  text-decoration: none;
}
@media (min-width: 1201px) {
  .translateIbest .design a:hover {
    text-decoration: underline;
  }
}

/*手機快捷選單*/
.fixedQuickLink {
  width: 100%;
  background-color: #e9aa09;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (min-width: 1181px) {
  .fixedQuickLink {
    display: none;
  }
}
.fixedQuickLink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedQuickLink li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}

/*後台預覽模式*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*後台登入模式*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
  padding-bottom: 30px;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
  }
}
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  background-color: #f8f7f7;
  margin-bottom: 50px;
  padding: 30px 0;
  position: relative;
  clip-path: inset(0 100% 0 0);
}
.bread::before {
  content: "";
  position: absolute;
  width: var(--contentW);
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #fff;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}
.bread .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #a9a9a9;
}
@media (min-width: 1201px) {
  .bread .wrap a:hover {
    color: #3b5998;
  }
}
.bread .wrap span {
  color: #666;
}
.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;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
}
.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: #a9a9a9;
  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: #a9a9a9;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  color: #232323;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #232323;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 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;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  color: #5a5a5a;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px 15px 10px;
  position: relative;
  width: 70%;
  margin: auto;
  letter-spacing: 1.2px;
}
.classBox .classCurrent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #5a5a5a;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
@media (max-width: 640px) {
  .classBox .classCurrent {
    width: 90%;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}
.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .classBoxRow {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .classBoxRow .classLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .classBoxRow .classLink li {
    margin-bottom: 10px;
    margin-right: 15px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    border: 1px solid #3b5998;
    color: #3b5998;
    display: block;
    padding: 10px 15px;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #3b5998;
    color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #3b5998;
    color: #fff;
  }
}
@media (max-width: 640px) {
  .classBoxRow .classLink {
    width: 70%;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .classBoxRow .classLink.svg {
    display: none;
  }
}
@media (min-width: 641px) {
  .classBoxRow .classLink.notSvg {
    display: none;
  }
}
.classBoxRow .btnBox {
  margin-top: 0;
}
.classBoxRow .btn.svgBtn {
  aspect-ratio: 220/60;
  width: 220px;
  height: 60px;
  outline: 1px solid #e0e0e0;
}
@media (max-width: 640px) {
  .classBoxRow .btn.svgBtn {
    aspect-ratio: inherit;
    outline: none;
    width: 100%;
    border-radius: 0;
  }
}
.classBoxRow .btn.svgBtn.current {
  background-color: #3b5998;
}
.classBoxRow .btn.svgBtn.current .btnLink {
  color: #fff;
}
@media (max-width: 640px) {
  .classBoxRow .btn.svgBtn.current .btnLink {
    background-color: transparent;
  }
}
.classBoxRow .btn.svgBtn .btnLink {
  color: #5a5a5a;
  font-size: 16px;
}
.classBoxRow .btn.svgBtn svg {
  width: inherit;
  height: inherit;
}
@media (max-width: 640px) {
  .classBoxRow .btn.svgBtn svg {
    display: none;
  }
}
.classBoxColumn {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .classBoxColumn {
    margin-bottom: 0;
  }
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #3b5998;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
@media (min-width: 641px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
            animation: aniSlideDown 0.5s 0.3s ease-out both;
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(59, 89, 152, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(59, 89, 152, 0.75);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(59, 89, 152, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(59, 89, 152, 0.5);
  color: #fff;
}
@media (min-width: 1201px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(59, 89, 152, 0.5);
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
            animation: aniSlideDown 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    border-radius: 22px;
    color: #5a5a5a;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    margin-bottom: 5px;
    position: relative;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #3b5998;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    background-color: #3b5998;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 1023px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 90%;
    margin: auto;
    max-height: 50vh;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child), .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid #e0e0e0;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current, .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul, .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #5a5a5a;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #3b5998;
    color: #fff;
  }
}

.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .pageBox .pageList {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (min-width: 1201px) {
  .pageBox .pageList a:hover {
    border: 1px solid #3b5998;
    background-color: #3b5998;
    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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number li {
  margin: 5px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after, .pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.firstBtn::before, .pageBox .pageList.number a.firstBtn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pageBox .pageList.number a.firstBtn::before {
  left: -2px;
  right: 0;
}
.pageBox .pageList.number a.firstBtn::after {
  left: 12px;
  right: 0;
}
.pageBox .pageList.number a.lastBtn::before, .pageBox .pageList.number a.lastBtn::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.pageBox .pageList.number a.lastBtn::before {
  left: 0;
  right: -2px;
}
.pageBox .pageList.number a.lastBtn::after {
  left: 0;
  right: 12px;
}
.pageBox .pageList.number a.current {
  border: 1px solid #3b5998;
  background-color: #3b5998;
  color: #fff;
}
@media (min-width: 1201px) {
  .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;
  }
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li.prev {
    margin-right: 0;
  }
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li.next {
    margin-left: 0;
  }
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*標籤*/
.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 #3b5998;
  font-size: 13px;
  color: #3b5998;
}
@media (min-width: 1201px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #3b5998;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #3b5998;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5a5a5a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #e9aa09;
  color: #fff;
}

/*頁籤內容*/
.tabContent {
  margin-top: -1px;
  padding: 10px 5px;
}
.tabContent .tabContentItem {
  display: none;
}

.albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.albumBox .albumList .albumItem {
  cursor: pointer;
}
.albumBox .albumList .albumItem img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu li {
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.side_menu li > a {
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.side_menu li > a.current {
  background-color: #8c8c8c;
  color: #fff;
}
.side_menu li > a b {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}
.side_menu dl {
  padding-left: 25px;
}
.side_menu dl a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
}
.side_menu dl a.current {
  color: #000;
  text-decoration: underline;
}

/*側邊_聯絡資訊*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1201px) {
  .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: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1201px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*Hover效果1: 放大淡出Detail*/
.imh_detail {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_detail img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.imh_detail a:before {
  content: "Details+";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  margin-left: -45px;
  margin-top: -80px;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #fff;
  border: 2px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1201px) {
  .imh_detail:hover a:before {
    opacity: 1;
    margin-top: -20px;
  }
  .imh_detail:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*Hover效果1: 放大淡出zoom*/
.imh_zoom {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.imh_zoom img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.imh_zoom a:before {
  content: "\f002";
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  font-family: FontAwesome;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 1201px) {
  .imh_zoom:hover a:before {
    top: 50%;
  }
  .imh_zoom:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.05);
            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 #3b5998 transparent transparent;
  -webkit-transform: translateX(-2px);
          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 #3b5998;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1201px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #3b5998 !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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 8px 0;
}
.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: 50%;
  overflow: hidden;
}
.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: #f0f0f0;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #3b5998;
  opacity: 1;
}
@media (min-width: 1201px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #3b5998;
    opacity: 1;
  }
}

.slickClsList:not(.slick-slider) {
  overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
  display: none;
}

.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  -webkit-animation: imgLoading 0.9s ease infinite;
          animation: imgLoading 0.9s ease infinite;
  background-size: 400% 100%;
  background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
  background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  -webkit-transition: all 1.2s ease !important;
  transition: all 1.2s ease !important;
}

.canvas-container {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 640px) {
  .canvas-container {
    display: none;
  }
}
.canvas-container canvas {
  position: relative;
  z-index: -1;
}

.noPicBox {
  background-color: #f8f7f7;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.noPicBox .noPic {
  width: 55%;
  height: auto;
}

.page404 .top a {
  color: #e9aa09;
}
.page404 .footerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.page404 .footerMenu li a {
  color: #3b5998;
  display: block;
  font-size: 18px;
  line-height: 1;
  padding: 35px 15px;
  letter-spacing: 1.8px;
}
@media (max-width: 640px) {
  .page404 .footerMenu li a {
    padding: 10px;
  }
}
@media (min-width: 1201px) {
  .page404 .footerMenu li a:hover {
    color: #e9aa09;
  }
}

.leftBox:has(.classBox) ~ .rightBox .classBox {
  z-index: 3;
}

@media (max-width: 640px) {
  .classLink .btnBox .btn.svgBtn {
    max-width: 100%;
    height: auto;
    padding: 14px 5px;
  }
}