@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);
.carouselArrowBox .arrow svg, .scrollHint, .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, .imh_opacity img, .sideDataArea .item .emptyImg, .sideDataArea .item .Img, .sideDataArea .item, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, footer .contactBtn svg, footer .contactBtn, .slideMenuMask, .slideMenuArea .topBox .rightBox .functionBox svg, .slideMenuArea .topBox .rightBox .functionBox .languageBox .languageList, .slideMenuArea, .slideMenuTrigger, header .rightBox .functionBox svg, header .rightBox .functionBox .contactBtn, header .rightBox .functionBox .languageBox .languageList, header .rightBox .functionBox .languageBox, header .rightBox .menuBox, header, .loadingArea.show, .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.bgSecond .arrowBox, .btnBox .btn, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #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 #626262;
  border-bottom: 2px solid #626262;
  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 #cecece;
  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: #333;
  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: #0e66a7;
}
.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: "Open Sans", "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 #5794c2;
  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(14, 102, 167, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(14, 102, 167, 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(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  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 scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollHorizontal {
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes dashMove {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 10;
  }
}
@keyframes dashMove {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 10;
  }
}
@-webkit-keyframes moveBall {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@keyframes moveBall {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
@-webkit-keyframes circleDash {
  0% {
    stroke-dashoffset: 126;
  }
  100% {
    stroke-dashoffset: -126;
  }
}
@keyframes circleDash {
  0% {
    stroke-dashoffset: 126;
  }
  100% {
    stroke-dashoffset: -126;
  }
}
@-webkit-keyframes capabilitiesRadarSweep {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes capabilitiesRadarSweep {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes centerRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes centerRotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHome) .outerWrap {
  padding-top: 130px;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .outerWrap {
    padding-top: 65px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textEditor .title {
  color: #ffffff;
  font-size: 54px;
  font-weight: 700;
  line-height: calc(54 / 54 * 1.5);
  letter-spacing: calc(54 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textEditor .title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textEditor .title {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}

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

address {
  font-style: normal;
}

a {
  color: currentColor;
  cursor: pointer;
}

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: "Open Sans", "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 .title {
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  line-height: calc(50 / 50 * 1.5);
  letter-spacing: calc(50 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  line-height: 1.15;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 36px;
  }
}
.titleBox .title span {
  display: inline-block;
}
.titleBox .title span.hasBall {
  font-style: normal;
  position: relative;
}
.titleBox .title span.hasBall::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 10px;
  height: 10px;
  background: #e27531;
  border-radius: 50%;
  right: -15px;
  bottom: 12px;
}
.titleBox .title span.color {
  color: #0e66a7;
}
.titleBox .text {
  color: #1f1f1f;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(20 / 20 * 1.5);
  letter-spacing: calc(20 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 16px;
  }
}

.btnBox.flex {
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 480px) {
  .btnBox.flex {
    max-width: 180px;
  }
}
.btnBox.flex.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btnBox.flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 260px;
  -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: 260px;
}
@media (max-width: 1180px) {
  .btnBox.single .btn {
    max-width: 220px;
  }
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 180px;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 260px;
  height: 65px;
  background: #0e66a7;
  border: 1px solid #0e66a7;
  border-radius: 99px;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background: #e27531;
    border-color: #e27531;
  }
}
@media (max-width: 1180px) {
  .btnBox .btn {
    min-width: 220px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .btnBox .btn {
    min-width: 180px;
    height: 45px;
    padding: 0 15px;
  }
}
.btnBox .btn .btnText {
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  .btnBox .btn .btnText {
    font-size: 13px;
  }
}
.btnBox .btn.bgMain {
  color: #ffffff;
  background-color: #0e66a7;
  border: 1px solid #0e66a7;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    background: #ffffff;
  }
  .btnBox .btn.bgMain:hover .btnText {
    color: #0e66a7;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover .arrowBox {
    border-color: #ffffff;
  }
}
.btnBox .btn.bgSecond.white {
  background: transparent;
  border-color: #ffffff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond.white:hover {
    background: #e27531;
    border-color: #e27531;
  }
}
.btnBox .btn.bgSecond.white .arrowBox {
  border-color: #ffffff;
}
.btnBox .btn.bgSecond .btnText {
  width: 100%;
}
.btnBox .btn.bgSecond .arrowBox {
  border-left: solid 1px #5794c2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 20px;
}
@media (max-width: 480px) {
  .btnBox .btn.bgSecond .arrowBox {
    padding-left: 15px;
  }
}
.btnBox .btn.bgSecond .arrowBox svg {
  width: 16px;
  height: 12px;
  color: #ffffff;
  -webkit-transform: scaleX(-1) rotate(45deg);
          transform: scaleX(-1) rotate(45deg);
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  max-width: 1920px;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  margin: 0 auto;
}
.outerWrap .beforeReveal {
  visibility: hidden;
}

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -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;
}
.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: #0e66a7;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #0e66a7;
  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: 1181px) {
  .moduleBox .moduleClose:hover {
    background-color: #000;
  }
}
.moduleBox.privacy .moduleWrap {
  max-width: 700px;
  padding-top: 50px;
  position: relative;
  z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 15px;
  text-align: left;
}
@media (max-width: 640px) {
  .moduleBox.privacy .moduleTitle {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 25px;
}
.moduleBox.privacy .text {
  font-size: 15px;
  line-height: 1.35;
}
@media (max-width: 640px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
.moduleBox.privacy .btnBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .btnBox {
    -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;
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .btnBox .btn {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox .btn {
    margin: 0;
  }
}
.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: #0e66a7;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  -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: #0e66a7;
  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;
  z-index: 1;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: rgb(36.146961326, 151.470718232, 236.653038674);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(15.9723756906, 116.3701657459, 190.5276243094);
  -webkit-transform: translate(75%, -50%);
          transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
  width: 38px;
  height: 14px;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: block;
  margin-left: auto;
  position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #b5b5b5;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1181px) {
  .moduleBox.privacy .customList .topBox:hover .subtitle {
    color: #0e66a7;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*洽詢車&購物車*/
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #0e66a7;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #0e66a7;
  border-bottom: 2px solid #5794c2;
  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 #5794c2;
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 10px;
  position: relative;
}
.moduleBox.cart .cartList .title {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .title a:hover {
    color: #0e66a7;
  }
}
.moduleBox.cart .cartList .spec {
  color: #6a6a6a;
  font-size: 14px;
  margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 1;
}
.moduleBox.cart .cartList .del {
  width: 35px;
  height: 35px;
  border: none;
  background-color: #eee;
  border-radius: 50%;
  color: #5f5f5f;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1181px) {
  .moduleBox.cart .cartList .del:hover {
    background-color: #0e66a7;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox {
  /*訂單查詢*/
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox {
  /*搜尋*/
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  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: #0e66a7;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1181px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox {
  /*提醒使用cookie彈窗*/
}
.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;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  -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;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.loadingArea:before, .loadingArea:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(50% + 1px);
  background-color: #EFEFEF;
  -webkit-transition: 0.6s all ease-in-out;
  transition: 0.6s all ease-in-out;
}
.loadingArea:before {
  left: 0;
}
.loadingArea:after {
  right: 0;
}
.loadingArea .loadLogo {
  opacity: 0;
  width: 260px;
}
.loadingArea .loadLogo img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
  opacity: 1;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  -webkit-animation: loadingAni 0.5s forwards ease-in-out;
          animation: loadingAni 0.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo img {
  -webkit-transition: all 0.4s 1.2s ease-in-out;
  transition: all 0.4s 1.2s ease-in-out;
  opacity: 0;
}
.loadingArea.hide:before, .loadingArea.hide:after {
  width: 0;
}

/*header*/
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 51;
  padding: 30px 0;
}
@media (max-width: 1180px) {
  header {
    background: #ffffff;
    padding: 10px 0;
  }
}
header.mouseEnter, header.innerPage, header.scroll {
  background: #ffffff;
}
header.mouseEnter .rightBox .menuBox::before, header.innerPage .rightBox .menuBox::before, header.scroll .rightBox .menuBox::before {
  opacity: 0;
}
header.mouseEnter .rightBox .menuBox .menu .menuItem .mainLink, header.innerPage .rightBox .menuBox .menu .menuItem .mainLink, header.scroll .rightBox .menuBox .menu .menuItem .mainLink {
  color: #000000;
}
header > .wrap {
  max-width: 100%;
  padding: 0 40px 0 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1660px) {
  header > .wrap {
    padding: 0 50px;
  }
}
@media (max-width: 1180px) {
  header > .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  header > .wrap {
    padding: 0 20px;
  }
}
header .logo a {
  display: block;
  width: 220px;
}
@media (max-width: 1360px) {
  header .logo a {
    width: 180px;
  }
}
@media (max-width: 1180px) {
  header .logo a {
    width: 120px;
  }
}
@media (max-width: 480px) {
  header .logo a {
    width: 100px;
  }
}
header .logo a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
}
@media (max-width: 1180px) {
  header .rightBox {
    gap: 15px;
  }
}
header .rightBox .menuBox {
  background: #ffffff;
  border: solid 1px #5794c2;
  border-radius: 99px;
  position: relative;
  overflow: hidden;
  padding: 0 60px;
}
header .rightBox .menuBox::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#1f648e), to(#023059));
  background: linear-gradient(to right, #1f648e 0%, #023059 100%);
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  header .rightBox .menuBox {
    padding: 0 40px;
  }
}
@media (max-width: 1180px) {
  header .rightBox .menuBox {
    display: none;
  }
}
header .rightBox .menuBox .menu {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 40px;
}
@media (max-width: 1500px) {
  header .rightBox .menuBox .menu {
    gap: 20px;
  }
}
@media (max-width: 1360px) {
  header .rightBox .menuBox .menu {
    gap: 0;
  }
}
header .rightBox .menuBox .menu > .menuItem {
  position: relative;
}
@media (min-width: 1181px) {
  header .rightBox .menuBox .menu > .menuItem:hover .mainLink {
    color: #e27531;
  }
  header .rightBox .menuBox .menu > .menuItem:hover .mainLink::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
header .rightBox .menuBox .menu > .menuItem .mainLink {
  height: 68px;
  position: relative;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 50 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
header .rightBox .menuBox .menu > .menuItem .mainLink::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 6px;
  height: 6px;
  background: #e27531;
  border-radius: 50%;
  top: 55%;
  right: 10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
@media (max-width: 1360px) {
  header .rightBox .menuBox .menu > .menuItem .mainLink::before {
    right: 0;
  }
}
@media (max-width: 1500px) {
  header .rightBox .menuBox .menu > .menuItem .mainLink {
    font-size: 16px;
  }
}
@media (max-width: 1360px) {
  header .rightBox .menuBox .menu > .menuItem .mainLink {
    font-size: 15px;
    padding: 0 10px;
  }
}
header .rightBox .menuBox .menu > .menuItem .mainLink.current {
  color: #e27531;
}
header .rightBox .menuBox .menu > .menuItem .mainLink.current::before {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
header .rightBox .menuBox .menu .submenu {
  display: none;
  width: 100%;
  background: #ffffff;
  position: fixed;
  left: 0;
  top: 100px;
  padding: 30px 0;
}
header .rightBox .menuBox .menu .submenu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 80px;
}
header .rightBox .menuBox .menu .submenu ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #898989;
  font-size: 17px;
  font-weight: 700;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
header .rightBox .menuBox .menu .submenu ul li a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 2px;
  background: #0e66a7;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media (min-width: 1181px) {
  header .rightBox .menuBox .menu .submenu ul li a:hover {
    color: #0e66a7;
  }
  header .rightBox .menuBox .menu .submenu ul li a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
header .rightBox .menuBox .menu .submenu ul li a.current {
  color: #0e66a7;
}
header .rightBox .menuBox .menu .submenu ul li a.current::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
header .rightBox .functionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
@media (max-width: 1180px) {
  header .rightBox .functionBox {
    gap: 0;
  }
}
header .rightBox .functionBox .languageBox {
  width: 100%;
  max-width: 120px;
  height: 70px;
  background: #0e66a7;
  border: solid 1px #5794c2;
  border-radius: 99px;
  position: relative;
  padding: 0 45px 0 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
header .rightBox .functionBox .languageBox::before {
  content: "\f107";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(12 / 12 * 1.5);
  letter-spacing: calc(12 * 20 / 1000 * 1px);
  font-family: FontAwesome;
}
@media (max-width: 1180px) {
  header .rightBox .functionBox .languageBox::before {
    display: none;
  }
}
@media (min-width: 1181px) {
  header .rightBox .functionBox .languageBox:hover {
    background: #e27531;
  }
  header .rightBox .functionBox .languageBox:hover svg {
    color: #ffffff;
  }
}
@media (max-width: 1180px) {
  header .rightBox .functionBox .languageBox {
    width: auto;
    height: auto;
    background: none;
    border: none;
    padding: 0 15px;
  }
}
header .rightBox .functionBox .languageBox .languageCurrent {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
}
header .rightBox .functionBox .languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 1180px) {
  header .rightBox .functionBox .languageBox .languageCurrent span {
    display: none;
  }
}
header .rightBox .functionBox .languageBox .languageList {
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
}
@media (max-width: 1180px) {
  header .rightBox .functionBox .languageBox .languageList {
    width: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-10px);
            transform: translateX(-50%) translateY(-10px);
  }
}
header .rightBox .functionBox .languageBox .languageList.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 1180px) {
  header .rightBox .functionBox .languageBox .languageList.show {
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}
header .rightBox .functionBox .languageBox .languageList li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header .rightBox .functionBox .languageBox .languageList li a {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  header .rightBox .functionBox .languageBox .languageList li a:hover {
    background: #e27531;
    color: #ffffff;
  }
}
header .rightBox .functionBox .languageBox .languageList li a.current {
  background: #e27531;
  color: #ffffff;
}
header .rightBox .functionBox .contactBtn {
  width: 200px;
  height: 70px;
  background: #0e66a7;
  border: solid 1px #5794c2;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  header .rightBox .functionBox .contactBtn:hover {
    background: #e27531;
  }
  header .rightBox .functionBox .contactBtn:hover svg {
    color: #ffffff;
  }
}
@media (max-width: 1180px) {
  header .rightBox .functionBox .contactBtn {
    width: auto;
    height: auto;
    background: none;
    border: none;
    padding: 0 15px;
  }
}
@media (max-width: 1180px) {
  header .rightBox .functionBox .contactBtn span {
    display: none;
  }
}
header .rightBox .functionBox svg {
  width: 20px;
  height: 20px;
  color: #e27531;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 45px;
  height: 45px;
  background: #0e66a7;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1180px) {
  .slideMenuTrigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slideMenuTrigger .line {
  width: 15px;
  height: 1px;
  background: #ffffff;
  position: relative;
}
.slideMenuTrigger .line::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  top: -4px;
}
.slideMenuTrigger .line::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background: #ffffff;
  left: 0;
  bottom: -4px;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slideMenuArea {
  width: 100%;
  max-width: 480px;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  background: #0e66a7;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-x: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
.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: #ffffff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #e27531;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1181px) {
  .slideMenuArea.show {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.slideMenuArea .wrap {
  padding: 0;
}
.slideMenuArea .topBox {
  background: #ffffff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.slideMenuArea .topBox .slideMenuLogo a {
  display: block;
  width: 100px;
}
.slideMenuArea .topBox .slideMenuLogo a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .topBox .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
.slideMenuArea .topBox .rightBox .functionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox {
  position: relative;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageCurrent {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageCurrent::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageCurrent span {
  display: none;
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageList {
  width: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  pointer-events: none;
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageList.show {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageList li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageList li a {
  display: block;
  text-align: center;
  padding: 5px 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16 * 1.5);
  letter-spacing: calc(16 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .slideMenuArea .topBox .rightBox .functionBox .languageBox .languageList li a:hover {
    background: #e27531;
    color: #ffffff;
  }
}
.slideMenuArea .topBox .rightBox .functionBox .languageBox .languageList li a.current {
  background: #e27531;
  color: #ffffff;
}
.slideMenuArea .topBox .rightBox .functionBox .contactBtn {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  .slideMenuArea .topBox .rightBox .functionBox .contactBtn:hover {
    background: #e27531;
  }
  .slideMenuArea .topBox .rightBox .functionBox .contactBtn:hover svg {
    color: #ffffff;
  }
}
@media (max-width: 1180px) {
  .slideMenuArea .topBox .rightBox .functionBox .contactBtn span {
    display: none;
  }
}
.slideMenuArea .topBox .rightBox .functionBox svg {
  width: 20px;
  height: 20px;
  color: #e27531;
}
.slideMenuArea .menuBox {
  width: 100%;
  padding-top: 40px;
}
.slideMenuArea .menuBox .nav > .menuItem {
  text-align: center;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.open .mainLink {
  color: #e27531;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink {
  display: inline-block;
  padding: 20px 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(22 / 22 * 1.5);
  letter-spacing: calc(22 * 50 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 6px;
  height: 6px;
  background: #e27531;
  border-radius: 50%;
  top: 40px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink.current {
  color: #e27531;
}
.slideMenuArea .menuBox .nav > .menuItem .mainLink.current::after {
  opacity: 1;
}
.slideMenuArea .menuBox .nav > .menuItem .submenu {
  display: none;
  position: relative;
  z-index: 2;
}
.slideMenuArea .menuBox .nav > .menuItem .submenu .submenuItem {
  margin-bottom: 15px;
}
.slideMenuArea .menuBox .nav > .menuItem .submenu .submenuItem:last-child {
  margin: 0;
}
.slideMenuArea .menuBox .nav > .menuItem .submenu a {
  display: inline-block;
  border-bottom: solid 1px transparent;
  padding: 5px;
  color: #a1b9d4;
  font-size: 18px;
  font-weight: 500;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.slideMenuArea .menuBox .nav > .menuItem .submenu a.current {
  border-color: #ffffff;
  color: #ffffff;
}
.slideMenuArea .socialBox {
  margin-top: 40px;
}
.slideMenuArea .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
.slideMenuArea .socialBox .socialList li a {
  width: 50px;
  height: 50px;
  border: solid 1px #5794c2;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.slideMenuArea .socialBox .socialList li a svg {
  width: 20px;
  height: 20px;
}
.slideMenuArea .copyrightBox {
  text-align: center;
  margin-top: 40px;
}
.slideMenuArea .copyrightBox .copyright {
  opacity: 0.3;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(12 / 12 * 1.5);
  letter-spacing: calc(12 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.slideMenuArea .copyrightBox .ibestLink {
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(12 / 12 * 1.5);
  letter-spacing: calc(12 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.slideMenuArea .copyrightBox .ibestLink a,
.slideMenuArea .copyrightBox .ibestLink span {
  opacity: 0.3;
}

.slideMenuMask {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
}
.slideMenuMask.show {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 1181px) {
  .slideMenuMask.show {
    opacity: 0;
    pointer-events: none;
  }
}

/*banner*/
.bannerArea {
  clear: both;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 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;
    z-index: 1;
  }
}
.bannerArea .bannerLink {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

/*footer*/
footer {
  background: #0e324c;
  position: relative;
  overflow: hidden;
  padding: 70px 0;
}
footer::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 390px;
  height: 350px;
  background: url("../images/footerBG.png") no-repeat bottom center;
  right: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  footer {
    padding: 40px 0;
  }
}
footer .topBox {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
footer .topBox .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1023px) {
  footer .topBox .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
footer .topBox .box .footerLogo {
  margin-right: 40px;
}
footer .topBox .box .footerLogo a {
  display: block;
  width: 225px;
}
footer .topBox .box .footerLogo a img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
footer .topBox .box .footerMenu {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 40px;
}
@media (max-width: 1400px) {
  footer .topBox .box .footerMenu {
    gap: 10px 20px;
  }
}
@media (max-width: 1023px) {
  footer .topBox .box .footerMenu {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  footer .topBox .box .footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .topBox .box .footerMenu li a {
  position: relative;
  padding: 0 20px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
footer .topBox .box .footerMenu li a::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 6px;
  height: 6px;
  background: #e27531;
  border-radius: 50%;
  top: 55%;
  right: 10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
@media (max-width: 1400px) {
  footer .topBox .box .footerMenu li a::before {
    right: 0;
  }
}
@media (min-width: 1181px) {
  footer .topBox .box .footerMenu li a:hover {
    color: #e27531;
  }
  footer .topBox .box .footerMenu li a:hover::before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 1400px) {
  footer .topBox .box .footerMenu li a {
    padding: 0 10px;
  }
}
footer .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1023px) {
  footer .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 1023px) {
  footer .bottomBox .sideContactInfo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .bottomBox .sideContactInfo ul li {
  margin-bottom: 5px;
}
footer .bottomBox .sideContactInfo ul li:last-child {
  margin: 0;
}
footer .bottomBox .sideContactInfo ul li a,
footer .bottomBox .sideContactInfo ul li span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  footer .bottomBox .sideContactInfo ul li a:hover {
    color: #e27531;
  }
}
footer .bottomBox .copyrightBox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (max-width: 1023px) {
  footer .bottomBox .copyrightBox {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 0;
  }
}
@media (max-width: 640px) {
  footer .bottomBox .copyrightBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
  }
}
footer .bottomBox .copyrightBox .copyright {
  opacity: 0.3;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 100 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  footer .bottomBox .copyrightBox .copyright {
    font-size: 12px;
  }
}
footer .bottomBox .copyrightBox .ibestLink {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 100 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 480px) {
  footer .bottomBox .copyrightBox .ibestLink {
    font-size: 12px;
  }
}
footer .bottomBox .copyrightBox .ibestLink a,
footer .bottomBox .copyrightBox .ibestLink span {
  opacity: 0.3;
}
@media (min-width: 1181px) {
  footer .bottomBox .copyrightBox .ibestLink a:hover {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  footer .bottomBox .socialBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
footer .bottomBox .socialBox .socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 15px;
}
footer .bottomBox .socialBox .socialList li a {
  width: 50px;
  height: 50px;
  background: #0e4267;
  border: solid 1px #5794c2;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (min-width: 1181px) {
  footer .bottomBox .socialBox .socialList li a:hover {
    background: #577082;
    border-color: #577082;
  }
}
footer .bottomBox .socialBox .socialList li a svg {
  width: 20px;
  height: 20px;
}
footer .contactBtn {
  width: 200px;
  height: 70px;
  background: #0e66a7;
  border: solid 1px #5794c2;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: calc(17 / 17 * 1.5);
  letter-spacing: calc(17 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
@media (min-width: 1181px) {
  footer .contactBtn:hover {
    background: #e27531;
  }
  footer .contactBtn:hover svg {
    color: #ffffff;
  }
}
@media (max-width: 1023px) {
  footer .contactBtn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
footer .contactBtn svg {
  width: 20px;
  height: 20px;
  color: #e27531;
}

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

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

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

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

/*bread*/
.bread {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px 0;
}
.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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #0e66a7;
  }
}
.bread .wrap span {
  color: #1f1f1f;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
  padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 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: #1f1f1f;
  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: #1f1f1f;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(24 / 24 * 1.5);
  letter-spacing: calc(24 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.articleTitle::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#5794c2), color-stop(50%, #5794c2), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, #5794c2 0%, #5794c2 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}

/*側邊標題字*/
.sectionTitle {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  line-height: calc(22 / 22 * 1.5);
  letter-spacing: calc(22 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.sectionTitle strong {
  display: block;
  position: relative;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
@media (max-width: 1180px) {
  .classBox {
    max-width: 300px;
    margin: 0 auto;
  }
}
.classBox .classCurrent {
  background: #0e66a7;
  position: relative;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
}
.classBox .classCurrent::before {
  content: "\f107";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: calc(15 / 15 * 1.5);
  letter-spacing: calc(15 * 20 / 1000 * 1px);
  font-family: FontAwesome;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  margin-bottom: 50px;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 40px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    display: block;
    position: relative;
    padding: 10px 0;
    color: #898989;
    font-size: 17px;
    font-weight: 700;
    line-height: calc(17 / 17 * 1.5);
    letter-spacing: calc(17 * 20 / 1000 * 1px);
    font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  }
  .classBoxRow .classLink a::before,
  .classBoxRow .classLink span::before {
    content: "";
    position: absolute;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 2px;
    background: #0e66a7;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    color: #0e66a7;
  }
  .classBoxRow .classLink a:hover::before,
  .classBoxRow .classLink span:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    color: #0e66a7;
  }
  .classBoxRow .classLink a.current::before,
  .classBoxRow .classLink span.current::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.classBoxColumn .classLink .linkHasItems::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 13px;
  height: 1px;
  background-color: #1f1f1f;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 13px;
  height: 1px;
  background-color: #1f1f1f;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.current::before, .classBoxColumn .classLink .linkHasItems.current::after {
  background-color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open {
  background: #0e66a7;
  color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span {
  background: none;
  padding-left: 25px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a::before,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span::before {
  content: "";
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 4px;
  height: 60%;
  background: #0e66a7;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current {
  color: #0e66a7;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current::before,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current::before {
  opacity: 1;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open {
  color: #0e66a7;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open::before,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open::before {
  opacity: 1;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover,
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span:hover {
    color: #0e66a7;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > .classItem:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }
  .classBoxColumn .classLink .dataList {
    display: none;
  }
  .classBoxColumn .classLink .dataList .dataItem:not(:first-child) {
    border-top: 1px solid #dcdcdc;
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    display: block;
    position: relative;
    padding: 15px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16 * 1.5);
    letter-spacing: calc(16 * 20 / 1000 * 1px);
    font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #0e66a7;
    color: #ffffff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    background-color: #0e66a7;
    color: #ffffff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #ffffff;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    display: none;
    width: 100%;
    max-height: 65dvh;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    overflow-y: auto;
  }
  .classBoxRow .classLink.open,
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child),
  .classBoxRow .classLink .classItem:not(:first-child),
  .classBoxColumn .classLink > li:not(:first-child),
  .classBoxColumn .classLink .classItem:not(:first-child) {
    border-top: 1px solid #dcdcdc;
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current,
  .classBoxRow .classLink .classItem > a.current,
  .classBoxRow .classLink .classItem span.current,
  .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current,
  .classBoxColumn .classLink .classItem > a.current,
  .classBoxColumn .classLink .classItem span.current {
    color: #ffffff;
  }
  .classBoxRow .classLink > li ul,
  .classBoxRow .classLink > li .dataList,
  .classBoxRow .classLink .classItem ul,
  .classBoxRow .classLink .classItem .dataList,
  .classBoxColumn .classLink > li ul,
  .classBoxColumn .classLink > li .dataList,
  .classBoxColumn .classLink .classItem ul,
  .classBoxColumn .classLink .classItem .dataList {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 10px 15px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    line-height: calc(16 / 16 * 1.5);
    letter-spacing: calc(16 * 20 / 1000 * 1px);
    font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current,
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #0e66a7;
    color: #ffffff;
  }
}

/*頁碼*/
.pageBox .pageList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  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: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #0e66a7;
    background-color: #0e66a7;
    color: #fff;
  }
  .pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.pageBox .pageList.number {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
  margin: auto;
  top: 0;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
  width: auto;
  height: auto;
  border: none;
  padding: 5px 10px;
  margin: 0;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
    background-color: transparent;
    color: #0e66a7;
  }
}
.pageBox .pageList.number a.current {
  border: 1px solid #0e66a7;
  background-color: #0e66a7;
  color: #fff;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1180px) {
  .pageBox .pageList.number .pageNumberBtnBox {
    display: none;
  }
}
.pageBox .pageList.number .pageNumberSelect {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: 15px;
}
@media (min-width: 1180px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
@media (max-width: 768px) {
  .pageBox .pageList.number {
    margin-top: 30px;
  }
}
.pageBox .pageList.prevnext {
  margin-top: 60px;
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
  text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
  left: 15px;
}
.pageBox .pageList.prevnext a.nextBtn {
  margin-left: auto;
  text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
  right: 15px;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext {
    margin-top: 40px;
  }
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 15px);
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .pageBox .pageList.prevnext li {
    width: calc(50% - 10px);
  }
}
.pageBox .pageList.prevnext.circle a {
  width: 45px;
  padding: 0;
}
.pageBox .pageList.prevnext.circle a span {
  display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before {
  left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before {
  right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
  border-radius: 50%;
  overflow: hidden;
}
.pageBox .pageList.oval a {
  border-radius: 30px;
  overflow: hidden;
}

/*對應&相關*/
.sideDataArea {
  width: 100%;
  margin-top: 80px;
}
.sideDataArea .sideDataList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  margin: 0 -10px;
}
.sideDataArea .sideDataList::-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: #ffffff;
}
.sideDataArea .sideDataList::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}
.sideDataArea .sideDataList::-webkit-scrollbar-thumb {
  background: #0e66a7;
}
.sideDataArea .sideDataItem {
  padding: 20px 10px;
}
.sideDataArea .item {
  width: 360px;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#feffff));
  background: linear-gradient(to bottom, #bbbbbb 0%, #feffff 100%);
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  padding: 20px;
  margin: 0 auto;
}
@media (min-width: 1181px) {
  .sideDataArea .item:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .sideDataArea .item:hover .Img,
  .sideDataArea .item:hover .emptyImg {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .sideDataArea .item:hover .Txt .title {
    color: #e27531;
  }
}
@media (max-width: 1180px) {
  .sideDataArea .item {
    width: 280px;
  }
}
@media (max-width: 640px) {
  .sideDataArea .item {
    width: 240px;
  }
}
.sideDataArea .item .Img {
  width: 100%;
}
.sideDataArea .item .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .item .emptyImg {
  width: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
.sideDataArea .item .emptyImg img {
  width: 100%;
  max-width: 150px;
}
.sideDataArea .item .Txt {
  max-width: 150px;
  text-align: center;
  margin: 20px auto 0;
}
.sideDataArea .item .Txt .title {
  height: 48px;
  color: #0e66a7;
  font-size: 18px;
  font-weight: 700;
  line-height: calc(18 / 18 * 1.5);
  letter-spacing: calc(18 * 20 / 1000 * 1px);
  font-family: "Raleway", "Microsoft JhengHei", sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sideDataArea .item .Txt .title a::before {
  content: "";
  position: absolute;
  pointer-events: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/*社群分享*/
.sideShare {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #1f1f1f;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #1f1f1f;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover,
  .sideShare .shareList .shareItem button:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #1f1f1f;
}
.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-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    -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;
  z-index: 1;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #0e66a7 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 #0e66a7;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #0e66a7 !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: #0e66a7;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #0e66a7;
    opacity: 1;
  }
}

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

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

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

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

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

.carouselArrowBox {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.carouselArrowBox .arrow {
  width: 45px;
  height: 45px;
  background: #0e66a7;
  border-radius: 50%;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0;
}
@media (min-width: 1181px) {
  .carouselArrowBox .arrow:hover {
    background: #e27531;
  }
}
.carouselArrowBox .arrow.arrowNext {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.carouselArrowBox .arrow.white {
  background: rgba(255, 255, 255, 0.2);
  border: solid 1px #ffffff;
}
@media (min-width: 1181px) {
  .carouselArrowBox .arrow.white:hover {
    background: #e27531;
    border-color: #e27531;
  }
}
.carouselArrowBox .arrow.noBG {
  background: transparent;
}
@media (min-width: 1181px) {
  .carouselArrowBox .arrow.noBG:hover svg {
    color: #0e66a7;
  }
}
.carouselArrowBox .arrow.noBG svg {
  color: #1f1f1f;
}
.carouselArrowBox .arrow svg {
  width: 16px;
  height: 12px;
  color: #ffffff;
}

.textEditor .customCurtain {
  display: block;
  width: 100%;
  max-width: 1400px;
  border-radius: 0;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  --curtainPos: 50%;
  will-change: --curtainPos;
}
.textEditor .customCurtain .Img {
  width: 100%;
  max-width: none;
  border-radius: 0;
  margin: 0;
}
.textEditor .customCurtain .Img img {
  display: block;
  width: 100%;
  height: auto;
}
.textEditor .customCurtain > .Img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: none !important;
  transition: none !important;
  clip-path: inset(0 0 0 var(--curtainPos));
  -webkit-clip-path: inset(0 0 0 var(--curtainPos));
}
.textEditor .customCurtain > .Img:nth-of-type(2) img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textEditor .customCurtain .curtainDivider {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: var(--curtainPos);
  top: 0;
  bottom: 0;
  z-index: 3;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  pointer-events: none;
  -webkit-transition: none !important;
  transition: none !important;
  will-change: left, transform;
}
.textEditor .customCurtain .curtainHandle {
  width: 52px;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  left: var(--curtainPos);
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: none !important;
  transition: none !important;
  will-change: left, transform;
  cursor: ew-resize;
  padding: 0;
}
.textEditor .customCurtain .curtainHandle:focus-visible {
  outline: 2px solid rgba(14, 102, 167, 0.6);
  outline-offset: 2px;
}
.textEditor .customCurtain .curtainHandle::before, .textEditor .customCurtain .curtainHandle::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(0, 0, 0, 0.35);
  border-right: 2px solid rgba(0, 0, 0, 0.35);
  top: 50%;
}
.textEditor .customCurtain .curtainHandle::before {
  left: 17px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.textEditor .customCurtain .curtainHandle::after {
  right: 17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}