@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);
.informationTableClass .classCurrent::before, .informationTableClass .classCurrent, .ib_carousel_008_linkArea .item > .Img img, .scrollHint, .slick-slider .slick-arrow svg,
.slick-slider .arrow svg,
.controlBox .slick-arrow svg,
.controlBox .arrow svg, .slick-slider .slick-arrow,
.slick-slider .arrow,
.controlBox .slick-arrow,
.controlBox .arrow, .sideDataArea .Txt .title, .sideDataArea .Img img, .socialBox .socialList a i, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBoxCarousel .item .text, .classBoxCarousel .item::before, .classBox a,
.classBox span, .privacyArea, footer .languageBox .languageList, footer .languageBox::before, footer .footerMenuList .menuTitle a::after, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuArea .languageBox .languageList, .slideMenuArea .languageBox::before, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .languageBox .languageList, header .languageBox .languageCurrent .text, header .languageBox .languageCurrent svg, header .languageBox::before, header .menu .submenu.fullSubmenu .submenuItemTitle span, header .menu > .menuItem .mainLink::before, header .logo img, header.bgColor, .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.animation::after, .btnBox .btn.noBg svg, .btnBox .btn .icon svg, .btnBox .btn .icon, .btnBox .btn .btnText, .btnBox .btn, button, a, body:not(.WebSiteHome) header, .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 {
  position: relative;
}
.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2.25rem 2.25rem;
}
@media (max-width: 768px) {
  .formBox .formList {
    row-gap: 0.625rem;
  }
}
@media (max-width: 480px) {
  .formBox .formList {
    row-gap: 1rem;
  }
}
.formBox .formRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.formBox .formColumn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.625rem;
}
@media (max-width: 480px) {
  .formBox .formColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
}
.formBox .formColumn.half {
  width: calc(50% - 1.125rem);
}
@media (max-width: 768px) {
  .formBox .formColumn.half {
    width: 100%;
  }
}
.formBox .formColumn.full {
  width: 100%;
}
.formBox .formColumn.noBorder {
  border-bottom: none;
  padding-bottom: 0;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select .innerBox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .formBox .formColumn.select .innerBox {
    -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;
    row-gap: 0.625rem;
  }
}
.formBox .formColumn.select .innerBox::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #494949;
  border-bottom: 2px solid #494949;
  pointer-events: none;
  top: 14px;
  right: 14px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1180px) {
  .formBox .formColumn.select .innerBox::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 480px) {
  .formBox .formColumn.select .innerBox::before {
    width: 8px;
    height: 8px;
    top: unset;
    right: 10px;
    bottom: 26px;
  }
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
.formBox .columnTitle {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #343434;
  width: 80px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1180px) {
  .formBox .columnTitle {
    font-size: 16px;
    width: 70px;
  }
}
@media (max-width: 480px) {
  .formBox .columnTitle {
    font-size: 15px;
    width: auto;
  }
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle::before {
  position: absolute;
  content: "*";
  font-size: 16px;
  font-weight: 600;
  color: #d88138;
  top: 0;
  left: 100%;
  z-index: 1;
}
@media (max-width: 1180px) {
  .formBox .columnTitle.requireStyle::before {
    font-size: 15px;
  }
}
.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: #d88138;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  position: relative;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
  padding-left: 12px;
  padding-right: 36px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  margin: 0;
}
@media (max-width: 1180px) {
  .formBox .columnSelect {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .formBox .columnSelect {
    font-size: 15px;
    padding-left: 0;
    padding-right: 24px;
  }
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
}
@media (max-width: 1180px) {
  .formBox .columnInput {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .formBox .columnInput {
    font-size: 15px;
  }
}
.formBox .columnInput::-webkit-input-placeholder {
  color: #b3b3b3;
}
.formBox .columnInput::-moz-placeholder {
  color: #b3b3b3;
}
.formBox .columnInput:-ms-input-placeholder {
  color: #b3b3b3;
}
.formBox .columnInput::-ms-input-placeholder {
  color: #b3b3b3;
}
.formBox .columnInput::placeholder {
  color: #b3b3b3;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
  height: 140px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .formBox .columnArea {
    font-size: 15px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: calc(100% - 80px - 1.25rem);
}
@media (max-width: 1180px) {
  .formBox .columnInput,
  .formBox .columnSelect,
  .formBox .columnArea {
    width: calc(100% - 70px - 1.25rem);
  }
}
@media (max-width: 480px) {
  .formBox .columnInput,
  .formBox .columnSelect,
  .formBox .columnArea {
    width: 100%;
  }
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
@media (max-width: 1180px) {
  .formBox .columnInput,
  .formBox .columnSelect {
    height: 40px;
  }
}
.formBox .btnBox {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .formBox .btnBox {
    margin-top: 1.5rem;
  }
}
.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(216, 129, 56, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}

@keyframes btnAni {
  20% {
    background-color: rgba(216, 129, 56, 0.3);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    background-color: transparent;
  }
}
@-webkit-keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideLeft {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes 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 breathing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes breathing {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes breathingBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes breathingBig {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes aniTranslateY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes aniTranslateY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes moveYFull {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveYFull {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bannerLine {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes bannerLine {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes aniTranslateYBig {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes aniTranslateYBig {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes aniHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes aniHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes aniWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes aniWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
body {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  color: #383838;
  background-color: #fff;
}
@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.errorPage .mainArea {
  width: 100%;
  height: calc(100vh - 300px);
  min-height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.errorPage .mainArea .top {
  max-width: 380px;
  color: #d88138;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.errorPage .mainArea {
    height: 50vh;
    min-height: 350px;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}
body:not(.WebSiteHome) .outerWrap {
  padding-top: 82px;
}
@media (max-width: 1499px) {
  body:not(.WebSiteHome) .outerWrap {
    padding-top: 80px;
  }
}
@media (max-width: 1366px) {
  body:not(.WebSiteHome) .outerWrap {
    padding-top: 73px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .outerWrap {
    padding-top: 58px;
  }
}
body:not(.WebSiteHome) .mainArea {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .mainArea {
    padding-bottom: 60px;
  }
}
body:not(.WebSiteHome) header {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
}
body:not(.WebSiteHome) header .logo img.color {
  opacity: 1;
  visibility: visible;
}
body:not(.WebSiteHome) header .logo img:not(.color) {
  opacity: 0;
  visibility: hidden;
}
body:not(.WebSiteHome) header .menu > .menuItem .mainLink {
  color: #404040;
}
@media (min-width: 1181px) {
  body:not(.WebSiteHome) header .menu > .menuItem .mainLink:hover {
    color: #d88138;
  }
}
body:not(.WebSiteHome) header .menu > .menuItem .mainLink::before {
  background-color: #d88138;
}
body:not(.WebSiteHome) header .menu > .menuItem .mainLink.current {
  color: #d88138;
}
body:not(.WebSiteHome) header .customLink {
  background-color: #244acf;
}
@media (min-width: 1181px) {
  body:not(.WebSiteHome) header .customLink:hover {
    background-color: #d88138;
  }
}
body:not(.WebSiteHome) header .searchBox {
  border-bottom: 1px solid #404040;
}
body:not(.WebSiteHome) header .searchBox input[type=text] {
  color: #404040;
}
body:not(.WebSiteHome) header .searchBox input[type=text]::-webkit-input-placeholder {
  color: #404040;
}
body:not(.WebSiteHome) header .searchBox input[type=text]::-moz-placeholder {
  color: #404040;
}
body:not(.WebSiteHome) header .searchBox input[type=text]:-ms-input-placeholder {
  color: #404040;
}
body:not(.WebSiteHome) header .searchBox input[type=text]::-ms-input-placeholder {
  color: #404040;
}
body:not(.WebSiteHome) header .searchBox input[type=text]::placeholder {
  color: #404040;
}
body:not(.WebSiteHome) header .searchBox button {
  color: #404040;
}
@media (min-width: 1181px) {
  body:not(.WebSiteHome) header .searchBox button:hover {
    color: #d88138;
  }
}
body:not(.WebSiteHome) header .languageBox {
  border-bottom: 1px solid #404040;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) header .languageBox {
    border-bottom: 0;
  }
}
body:not(.WebSiteHome) header .languageBox::before {
  background-color: #404040;
}
@media (min-width: 1181px) {
  body:not(.WebSiteHome) header .languageBox .languageCurrent:hover svg {
    color: #d88138;
  }
  body:not(.WebSiteHome) header .languageBox .languageCurrent:hover .text {
    color: #d88138;
  }
}
body:not(.WebSiteHome) header .languageBox .languageCurrent svg {
  color: #404040;
}
body:not(.WebSiteHome) header .languageBox .languageCurrent::before {
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
body:not(.WebSiteHome) header .languageBox .languageCurrent .text {
  color: #404040;
}
body:not(.WebSiteHome) header .mobileSearh svg {
  color: #404040;
}
body:not(.WebSiteHome) header .slideMenuTrigger .dot {
  background-color: #404040;
}
body:not(.WebSiteHome) .bannerArea {
  z-index: 9;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
  height: 520px;
}
@media (max-width: 1499px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    height: 450px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    height: 250px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.WebSiteHome) .bannerArea .bannerItem:not(.txtRight) .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  padding: 70px 50px 30px;
}
@media (max-width: 1499px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem:not(.txtRight) .Txt {
    padding: 30px 50px 20px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem:not(.txtRight) .Txt {
    padding: 20px 30px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem:not(.txtRight) .Txt {
    padding: 20px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem:not(.txtRight) .Txt .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem:not(.txtRight) .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem:not(.txtRight) .Txt .title {
    font-size: 40px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .bread {
  width: 45%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  padding: 14px 94px;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1499px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .bread {
    padding: 14px 30px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .bread {
    padding: 14px 20px;
  }
}
@media (max-width: 991px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .bread {
    width: 50%;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .bread {
    width: 100%;
  }
}
@media (max-width: 1366px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Img img {
    -o-object-position: 40%;
       object-position: 40%;
  }
}
@media (max-width: 991px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Img img {
    -o-object-position: 20%;
       object-position: 20%;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Img img {
    -o-object-position: center;
       object-position: center;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 95px 70px;
  margin: 0;
}
@media (max-width: 1499px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt {
    padding: 40px 30px;
  }
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt {
    padding: 40px 20px;
  }
}
@media (max-width: 991px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt {
    width: 50%;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt {
    width: 100%;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .txtBox {
  position: relative;
  width: 100%;
  max-width: 355px;
  margin: 0 auto;
}
@media (max-width: 1499px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .txtBox {
    margin-left: 0;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .title {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .title {
    font-size: 40px;
  }
}
body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .textEditor {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  color: #fff;
  margin-top: 0.75rem;
}
@media (max-width: 1180px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .textEditor {
    margin-top: 0.5rem;
  }
}
@media (max-width: 768px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem.txtRight .Txt .textEditor {
    display: none;
  }
}

address {
  font-style: normal;
}

a {
  color: #d88138;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #2f4388;
  }
}

input[type=text],
input[type=password],
textarea,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 0;
  margin: 0;
}

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

.Img img {
  height: auto;
}

div.titan {
  display: none;
}

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

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

/* 共用的樣式 */
.titleBox {
  position: relative;
  margin-bottom: 40px;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox.textCenter {
  text-align: center;
}
.titleBox.colorWhite .decoTitle,
.titleBox.colorWhite .title {
  color: #fff;
}
.titleBox .decoTitle {
  position: relative;
  display: inline-block;
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #2f2f2f;
  padding-right: 16px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 36px;
  }
}
.titleBox .decoTitle::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #d88138;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 10px;
  left: auto;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle::before {
    width: 8px;
    height: 8px;
    bottom: 8px;
  }
}
.titleBox .decoTitle.noDot {
  display: block;
}
.titleBox .decoTitle.noDot::before {
  display: none;
}
.titleBox .decoTitle .mainColor {
  color: #d88138;
}
.titleBox .title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: normal;
  color: #292929;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 20px;
  }
}
.titleBox .subtitle {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: normal;
  color: #292929;
  padding-top: 4px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 20px;
    padding-top: 0;
  }
}
.titleBox .text {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #2f2f2f;
  margin-top: 1.25rem;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 16px;
    margin-top: 0.625rem;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 15px;
  }
}

.btnBox {
  margin-top: 2rem;
}
@media (max-width: 1180px) {
  .btnBox {
    margin-top: 1.5rem;
  }
}
.btnBox.textRight {
  text-align: right;
}
.btnBox.flex {
  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;
  gap: 16px;
}
@media (max-width: 768px) {
  .btnBox.flex {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.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: 245px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  position: relative;
  display: inline-block;
  min-width: 245px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  padding: 21.5px 50px;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1180px) {
  .btnBox .btn {
    min-width: 220px;
    font-size: 14px;
    padding: 16px 35px;
  }
}
@media (max-width: 768px) {
  .btnBox .btn {
    min-width: 200px;
    padding: 16px 24px;
  }
}
.btnBox .btn .btnText {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .btnBox .btn .btnText {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  .btnBox .btn:has(.icon) {
    padding: 16px 45px 16px 35px;
  }
}
@media (max-width: 768px) {
  .btnBox .btn:has(.icon) {
    padding: 16px 36px 16px 24px;
  }
}
.btnBox .btn.smallTxt {
  font-size: 14px;
}
@media (max-width: 1180px) {
  .btnBox .btn.smallTxt {
    font-size: 13px;
  }
}
.btnBox .btn.smallTxt .btnText {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1180px) {
  .btnBox .btn.smallTxt .btnText {
    font-size: 13px;
  }
}
.btnBox .btn .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23px;
  height: 23px;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 768px) {
  .btnBox .btn .icon {
    width: 20px;
    height: 20px;
    padding: 5px;
    right: 10px;
  }
}
.btnBox .btn .icon svg {
  width: 100%;
  height: 100%;
  color: #d88138;
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background-color: #fff;
    border-color: #d88138;
    color: #d88138;
  }
}
.btnBox .btn.small {
  font-size: 13px;
  padding: 12px 16px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .btnBox .btn.small {
    font-size: 12px;
    max-width: 180px;
    padding: 10px 12px;
  }
}
.btnBox .btn.noBg {
  min-width: auto;
  color: #fff;
  text-align: left;
  padding: 0;
  border-radius: 0;
}
.btnBox .btn.noBg .btnText {
  margin-right: 0.5rem;
}
@media (max-width: 1180px) {
  .btnBox .btn.noBg .btnText {
    margin-right: 0.25rem;
  }
}
.btnBox .btn.noBg svg {
  width: 10px;
  height: 10px;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.noBg:hover {
    background-color: transparent;
    color: #d88138;
  }
  .btnBox .btn.noBg:hover svg {
    color: #d88138;
  }
}
.btnBox .btn.animation {
  overflow: hidden;
}
.btnBox .btn.animation::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background-color: #d88138;
  border: 1px solid #d88138;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #d88138;
  }
  .btnBox .btn.bgMain:hover .btnText {
    color: #d88138;
  }
  .btnBox .btn.bgMain:hover .icon {
    background-color: #d88138;
  }
  .btnBox .btn.bgMain:hover .icon svg {
    color: #fff;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
  .btnBox .btn.bgMain:hover:not(.animation) .btnText {
    color: #d88138;
  }
}
.btnBox .btn.bgMain .icon {
  background-color: #fff;
}
.btnBox .btn.bgMain .icon svg {
  color: #d88138;
}
.btnBox .btn.bgSecond {
  background-color: #2f4388;
  border: 1px solid #2f4388;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #2f4388;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgGray {
  background-color: #a1a1a1;
  border: 1px solid #a1a1a1;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgGray:hover {
    color: #a1a1a1;
  }
  .btnBox .btn.bgGray:hover .btnText {
    color: #a1a1a1;
  }
  .btnBox .btn.bgGray:hover .icon {
    background-color: #a1a1a1;
  }
  .btnBox .btn.bgGray:hover .icon svg {
    color: #fff;
  }
  .btnBox .btn.bgGray:hover:not(.animation) {
    background-color: #fff;
  }
  .btnBox .btn.bgGray:hover:not(.animation) .btnText {
    color: #a1a1a1;
  }
}
.btnBox .btn.bgGray .icon {
  background-color: #fff;
}
.btnBox .btn.bgGray .icon svg {
  color: #a1a1a1;
}
.btnBox .btn.bgThird {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgThird:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #d88138;
  color: #d88138;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #d88138;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #d88138;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #2f4388;
  color: #2f4388;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #2f4388;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #2f4388;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

/* 共用的樣式 END */
.outerWrap {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-property: top, opacity, visibility;
  transition-property: top, opacity, visibility;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*洽詢車&購物車*/
  /*訂單查詢*/
  /*搜尋*/
  /*提醒使用cookie彈窗*/
}
.moduleBox.show {
  opacity: 1;
  visibility: visible;
}
.moduleBox.show .moduleWrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.moduleBox .moduleWrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  background-color: #fff;
  pointer-events: none;
  padding-top: 60px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.moduleBox .moduleTitle {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #d88138;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 1180px) {
  .moduleBox .moduleTitle {
    font-size: 20px;
  }
}
.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: #d88138;
}
@media (max-width: 575px) {
  .moduleBox .moduleContent {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #d88138;
  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 {
  text-align: left;
}
.moduleBox.privacy .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
  margin-top: 2rem;
}
.moduleBox.privacy .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #383838;
}
@media (max-width: 1180px) {
  .moduleBox.privacy .text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .moduleBox.privacy .text {
    font-size: 13px;
  }
}
.moduleBox.privacy .btnBox {
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .moduleBox.privacy .btnBox {
    margin-top: 1rem;
  }
}
.moduleBox.privacy .btnBox.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .moduleBox.privacy .btnBox.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .moduleBox.privacy .btnBox.flex .btn {
    width: 100%;
  }
}
.moduleBox.privacy .btnBox .btn:not(.textLink) {
  padding: 10px 15px;
}
.moduleBox.privacy .btnBox .btn.textLink {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #d88138;
  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: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) 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;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #383838;
  padding: 10px 20px 10px 0;
}
@media (max-width: 1180px) {
  .moduleBox.privacy .customList .topBox .subtitle {
    font-size: 15px;
    padding: 5px 20px 5px 0;
  }
}
@media (max-width: 575px) {
  .moduleBox.privacy .customList .topBox .subtitle {
    font-size: 14px;
  }
}
.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 {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #d88138;
  padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
  cursor: pointer;
  display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
  cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
  background-color: #e7b285;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: #dc8f4d;
  -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: #d88138;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #f7f7f7;
  padding: 16px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox.cart .moduleWrap {
  max-width: 480px;
}
.moduleBox.cart .text {
  color: #373737;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
}
.moduleBox.cart .text b {
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
  font-size: 18px;
  color: #d88138;
}
.moduleBox.cart .cartBox {
  max-height: 50vh;
  border-top: 2px solid #d88138;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  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 rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
  width: 100px;
  padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
  width: 100%;
  max-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: #d88138;
  }
}
.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: #d88138;
    color: #fff;
  }
}
.moduleBox.cart .cartList .del svg {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 400px) {
  .moduleBox.cart .cartList .Img {
    width: 85px;
  }
}
.moduleBox.orderCheck .moduleWrap {
  max-width: 480px;
}
.moduleBox.orderCheck .formBox {
  max-height: 50vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.moduleBox.search .moduleWrap {
  max-width: 480px;
}
.moduleBox.search .moduleContent {
  max-height: calc(90vh - 50px);
  overflow-y: auto;
}
.moduleBox.search .searchBox {
  position: relative;
  margin-top: 1.5rem;
}
.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: #d88138;
  color: #fff;
  display: block;
  font-size: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
@media (min-width: 1181px) {
  .moduleBox.search .searchBox button:hover {
    background-color: #000;
  }
}
.moduleBox.cookie .moduleWrap {
  max-width: 480px;
}
.moduleBox.cookie .text {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
}

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  -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 {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  z-index: -1;
}
.loadingArea:before {
  background-color: #EFEFEF;
}
.loadingArea:after {
  background-color: #2f4388;
  z-index: -2;
}
.loadingArea .loadLogo {
  width: 200px;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 480px) {
  .loadingArea .loadLogo {
    width: 160px;
  }
}
.loadingArea .loadLogo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadLogo {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.loadingArea.hide .loadLogo {
  opacity: 0;
}
.loadingArea.hide:before {
  height: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.loadingArea.hide:after {
  height: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 5px;
}
.topFunctionBox .wrap > a {
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .wrap > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox {
  position: relative;
  z-index: 1;
}
.topFunctionBox .loginBox > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.topFunctionBox .loginBox > a:before {
  content: "‧";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.topFunctionBox .loginBox .submenu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 130%;
  width: 160px;
  padding-top: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 1181px) {
  .topFunctionBox .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}

/*header*/
header {
  position: fixed;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
  padding: 1rem 0;
  top: 0;
  left: 0;
  z-index: 51;
  opacity: 0;
  /*menu*/
}
header.bgColor {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.18);
}
header.bgColor .logo img.color {
  opacity: 1;
  visibility: visible;
}
header.bgColor .logo img:not(.color) {
  opacity: 0;
  visibility: hidden;
}
header.bgColor .menu > .menuItem .mainLink {
  color: #404040;
}
header.bgColor .menu > .menuItem .mainLink::before {
  background-color: #d88138;
}
header.bgColor .customLink {
  background-color: #244acf;
}
header.bgColor .searchBox {
  border-bottom: 1px solid #404040;
}
header.bgColor .searchBox input[type=text] {
  color: #404040;
}
header.bgColor .searchBox input[type=text]::-webkit-input-placeholder {
  color: #404040;
}
header.bgColor .searchBox input[type=text]::-moz-placeholder {
  color: #404040;
}
header.bgColor .searchBox input[type=text]:-ms-input-placeholder {
  color: #404040;
}
header.bgColor .searchBox input[type=text]::-ms-input-placeholder {
  color: #404040;
}
header.bgColor .searchBox input[type=text]::placeholder {
  color: #404040;
}
header.bgColor .searchBox button {
  color: #404040;
}
header.bgColor .languageBox::before {
  background-color: #404040;
}
header.bgColor .languageBox .languageCurrent svg {
  color: #404040;
}
header.bgColor .languageBox .languageCurrent::before {
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
header.bgColor .languageBox .languageCurrent .text {
  color: #404040;
}
header.bgColor .mobileSearh svg {
  color: #404040;
}
header.bgColor .slideMenuTrigger .dot {
  background-color: #404040;
}
header > .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  max-width: 100%;
  padding: 0 95px;
}
@media (max-width: 1699px) {
  header > .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 1499px) {
  header > .wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1280px) {
  header > .wrap {
    padding: 0 20px;
  }
}
header .logo {
  position: relative;
}
header .logo a {
  display: block;
  width: 120px;
}
header .logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .logo img.color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
header .menuBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3.375rem;
     -moz-column-gap: 3.375rem;
          column-gap: 3.375rem;
}
@media (max-width: 1699px) {
  header .menu {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1366px) {
  header .menu {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
header .menu > .menuItem {
  position: relative;
  display: inline-block;
}
header .menu > .menuItem .mainLink {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
  padding-bottom: 5px;
}
@media (max-width: 1366px) {
  header .menu > .menuItem .mainLink {
    font-size: 15px;
  }
}
header .menu > .menuItem .mainLink::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}
header .menu > .menuItem .mainLink.current::before {
  width: 100%;
}
@media (min-width: 1181px) {
  header .menu > .menuItem .mainLink:hover::before {
    width: 100%;
  }
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  position: fixed;
  left: 0;
  top: 82px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #f7f7f7;
  padding: 65px 0 85px;
}
@media (max-width: 1499px) {
  header .menu .submenu.fullSubmenu {
    top: 80px;
  }
}
@media (max-width: 1366px) {
  header .menu .submenu.fullSubmenu {
    top: 73px;
    padding: 50px 0 70px;
  }
}
@media (max-width: 1280px) {
  header .menu .submenu.fullSubmenu {
    padding: 40px 0;
  }
}
header .menu .submenu.fullSubmenu .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  max-width: 1710px;
}
@media (max-width: 1799px) {
  header .menu .submenu.fullSubmenu .wrap {
    max-width: 100%;
    padding: 0 80px;
  }
}
@media (max-width: 1699px) {
  header .menu .submenu.fullSubmenu .wrap {
    padding: 0 60px;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}
@media (max-width: 1499px) {
  header .menu .submenu.fullSubmenu .wrap {
    padding: 0 30px;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1280px) {
  header .menu .submenu.fullSubmenu .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
header .menu .submenu.fullSubmenu .leftBox {
  position: relative;
  width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1699px) {
  header .menu .submenu.fullSubmenu .leftBox {
    width: 180px;
  }
}
@media (max-width: 1366px) {
  header .menu .submenu.fullSubmenu .leftBox {
    width: 160px;
  }
}
header .menu .submenu.fullSubmenu .Txt {
  position: relative;
}
header .menu .submenu.fullSubmenu .Txt .title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #404040;
}
@media (max-width: 1366px) {
  header .menu .submenu.fullSubmenu .Txt .title {
    font-size: 28px;
  }
}
header .menu .submenu.fullSubmenu .Txt .subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #404040;
  text-transform: uppercase;
  margin-top: 0.5rem;
}
@media (max-width: 1366px) {
  header .menu .submenu.fullSubmenu .Txt .subtitle {
    font-size: 18px;
  }
}
header .menu .submenu.fullSubmenu .rightBox {
  position: relative;
  width: calc(100% - 200px);
  padding-left: 100px;
}
@media (max-width: 1799px) {
  header .menu .submenu.fullSubmenu .rightBox {
    padding-left: 40px;
  }
}
@media (max-width: 1699px) {
  header .menu .submenu.fullSubmenu .rightBox {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
  }
}
header .menu .submenu.fullSubmenu ul {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 1.875rem;
}
@media (max-width: 1699px) {
  header .menu .submenu.fullSubmenu ul {
    gap: 1.5rem;
  }
}
@media (max-width: 1366px) {
  header .menu .submenu.fullSubmenu ul {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  max-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1699px) {
  header .menu .submenu.fullSubmenu .submenuItem {
    width: calc(25% - 1.125rem);
    max-width: none;
  }
}
@media (max-width: 1366px) {
  header .menu .submenu.fullSubmenu .submenuItem {
    width: calc(25% - 0.75rem);
  }
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  position: relative;
  display: block;
}
header .menu .submenu.fullSubmenu .submenuItemTitle.current span {
  color: #d88138;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu .submenuItemTitle:hover span {
    color: #d88138;
  }
}
header .menu .submenu.fullSubmenu .submenuItemTitle img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
header .menu .submenu.fullSubmenu .submenuItemTitle span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #3e3e3e;
  padding: 0;
  margin-top: 1rem;
}
@media (max-width: 1366px) {
  header .menu .submenu.fullSubmenu .submenuItemTitle span {
    font-size: 18px;
    margin-top: 0.625rem;
  }
}
header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}
header .rightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  width: 540px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1699px) {
  header .rightBox {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}
@media (max-width: 1499px) {
  header .rightBox {
    width: 450px;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1280px) {
  header .rightBox {
    width: 400px;
  }
}
@media (max-width: 1180px) {
  header .rightBox {
    width: auto;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 375px) {
  header .rightBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
header .customLink {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 176px;
  background-color: rgba(36, 74, 207, 0.3);
  border-radius: 50px;
  padding: 0.8125rem 1rem;
}
@media (max-width: 1499px) {
  header .customLink {
    max-width: 140px;
    font-size: 15px;
    padding: 0.8125rem 0.875rem;
  }
}
@media (max-width: 1366px) {
  header .customLink {
    max-width: 120px;
    padding: 0.625rem 0.875rem;
  }
}
@media (max-width: 1366px) {
  header .customLink {
    max-width: 100px;
    font-size: 14px;
    padding: 0.625rem 0.75rem;
  }
}
@media (max-width: 1180px) {
  header .customLink {
    display: none;
  }
}
@media (min-width: 1181px) {
  header .customLink:hover {
    background-color: #d88138;
  }
}
header .searchBox {
  position: relative;
  width: 100%;
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.75rem;
     -moz-column-gap: 1.75rem;
          column-gap: 1.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 1499px) {
  header .searchBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1280px) {
  header .searchBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    padding-bottom: 0.3125rem;
  }
}
@media (max-width: 1180px) {
  header .searchBox {
    display: none;
  }
}
header .searchBox input[type=text] {
  width: 100%;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
  border: none;
}
@media (max-width: 1499px) {
  header .searchBox input[type=text] {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  header .searchBox input[type=text] {
    font-size: 13px;
  }
}
header .searchBox input[type=text]::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
header .searchBox input[type=text]::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
header .searchBox input[type=text]:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
header .searchBox input[type=text]::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
header .searchBox input[type=text]::placeholder {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1499px) {
  header .searchBox input[type=text]::-webkit-input-placeholder {
    font-size: 14px;
  }
  header .searchBox input[type=text]::-moz-placeholder {
    font-size: 14px;
  }
  header .searchBox input[type=text]:-ms-input-placeholder {
    font-size: 14px;
  }
  header .searchBox input[type=text]::-ms-input-placeholder {
    font-size: 14px;
  }
  header .searchBox input[type=text]::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  header .searchBox input[type=text]::-webkit-input-placeholder {
    font-size: 13px;
  }
  header .searchBox input[type=text]::-moz-placeholder {
    font-size: 13px;
  }
  header .searchBox input[type=text]:-ms-input-placeholder {
    font-size: 13px;
  }
  header .searchBox input[type=text]::-ms-input-placeholder {
    font-size: 13px;
  }
  header .searchBox input[type=text]::placeholder {
    font-size: 13px;
  }
}
header .searchBox button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1499px) {
  header .searchBox button {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  header .searchBox button {
    font-size: 12px;
  }
}
@media (min-width: 1181px) {
  header .searchBox button:hover {
    color: #d88138;
  }
}
header .mobileSearh {
  position: relative;
}
@media (min-width: 1181px) {
  header .mobileSearh {
    display: none;
  }
}
header .mobileSearh svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
header .languageBox {
  position: relative;
  width: 100%;
  max-width: 150px;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
  z-index: 2;
}
@media (max-width: 1280px) {
  header .languageBox {
    padding-bottom: 0.3125rem;
  }
}
@media (max-width: 1180px) {
  header .languageBox {
    width: auto;
    max-width: none;
    padding-bottom: 0;
    border: 0;
  }
}
header .languageBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -16px;
  translate: 0 -50%;
}
@media (min-width: 1181px) {
  header .languageBox::before {
    display: none;
  }
}
@media (max-width: 375px) {
  header .languageBox::before {
    left: -12px;
  }
}
header .languageBox .languageCurrent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  cursor: pointer;
}
@media (max-width: 1499px) {
  header .languageBox .languageCurrent {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 1280px) {
  header .languageBox .languageCurrent {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (min-width: 1181px) {
  header .languageBox .languageCurrent:hover svg {
    color: #d88138;
  }
  header .languageBox .languageCurrent:hover .text {
    color: #d88138;
  }
}
header .languageBox .languageCurrent svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
@media (max-width: 1499px) {
  header .languageBox .languageCurrent svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 1280px) {
  header .languageBox .languageCurrent svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 1180px) {
  header .languageBox .languageCurrent svg {
    width: 18px;
    height: 18px;
  }
}
header .languageBox .languageCurrent::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 1280px) {
  header .languageBox .languageCurrent::before {
    width: 5px;
    height: 5px;
  }
}
@media (max-width: 1180px) {
  header .languageBox .languageCurrent::before {
    display: none;
  }
}
header .languageBox .languageCurrent .text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1499px) {
  header .languageBox .languageCurrent .text {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  header .languageBox .languageCurrent .text {
    font-size: 13px;
  }
}
@media (max-width: 1180px) {
  header .languageBox .languageCurrent .text {
    display: none;
  }
}
header .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  translate: 0 -10px;
  z-index: 1;
}
@media (max-width: 1180px) {
  header .languageBox .languageList {
    width: 50px;
    top: calc(100% + 10px);
    left: 50%;
    translate: -50% -10px;
  }
}
header .languageBox .languageList.show {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  header .languageBox .languageList.show {
    translate: -50% 0;
  }
}
header .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .languageBox .languageList li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #383838;
  padding: 10px 10px;
  text-align: center;
}
@media (max-width: 1180px) {
  header .languageBox .languageList li a {
    font-size: 14px;
    padding: 4px 8px;
  }
}
@media (min-width: 1181px) {
  header .languageBox .languageList li a:hover {
    background-color: #d88138;
    color: #fff;
  }
}
header .languageBox .languageList li a.current {
  background-color: #d88138;
  color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  width: 20px;
  height: 20px;
  gap: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .slideMenuTrigger {
    display: none;
  }
}
.slideMenuTrigger .dot {
  position: relative;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.slideMenuTrigger .line {
  width: 50%;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.slideMenuTrigger.close .dot:nth-child(even) {
  opacity: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  -webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.slideMenuArea {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #232323;
  opacity: 0;
  overflow-x: hidden;
  padding: 20px 0 80px;
  pointer-events: none;
  top: 0;
  right: 0;
  z-index: 99;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-overflow-scrolling: touch;
}
.slideMenuArea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #fff;
}
.slideMenuArea::-webkit-scrollbar-thumb {
  background: #d88138;
}
.slideMenuArea .wrap {
  padding: 0 20px;
}
.slideMenuArea.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.slideMenuArea .topBox {
  position: relative;
  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;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 120px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slideMenuArea .topBox .right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 375px) {
  .slideMenuArea .topBox .right {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.slideMenuArea .mobileSearh {
  position: relative;
}
.slideMenuArea .mobileSearh svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.slideMenuArea .languageBox {
  position: relative;
}
.slideMenuArea .languageBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -16px;
  translate: 0 -50%;
}
@media (max-width: 375px) {
  .slideMenuArea .languageBox::before {
    left: -12px;
  }
}
.slideMenuArea .languageBox .languageCurrent {
  position: relative;
  cursor: pointer;
}
.slideMenuArea .languageBox .languageCurrent svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.slideMenuArea .languageBox .languageList {
  position: absolute;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  top: 100%;
  left: 0;
  translate: 0 -10px;
  z-index: 1;
}
@media (max-width: 1180px) {
  .slideMenuArea .languageBox .languageList {
    width: 50px;
    top: calc(100% + 10px);
    left: 50%;
    translate: -50% -10px;
  }
}
.slideMenuArea .languageBox .languageList.show {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
@media (max-width: 1180px) {
  .slideMenuArea .languageBox .languageList.show {
    translate: -50% 0;
  }
}
.slideMenuArea .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .languageBox .languageList li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #383838;
  padding: 10px 10px;
  text-align: center;
}
@media (max-width: 1180px) {
  .slideMenuArea .languageBox .languageList li a {
    font-size: 14px;
    padding: 4px 8px;
  }
}
@media (min-width: 1181px) {
  .slideMenuArea .languageBox .languageList li a:hover {
    background-color: #d88138;
    color: #fff;
  }
}
.slideMenuArea .languageBox .languageList li a.current {
  background-color: #d88138;
  color: #fff;
}
.slideMenuArea .menuBox {
  width: 100%;
  margin: 3rem 0 1.875rem;
}
@media (max-width: 375px) {
  .slideMenuArea .menuBox {
    margin: 2rem 0 1.5rem;
  }
}
.slideMenuArea .menuBox .nav > .menuItem {
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem + .menuItem {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
  cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (max-width: 375px) {
  .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
    right: 10px;
  }
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
  background-color: #d88138;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  -webkit-transform: translate(-50%, 0) rotate(0);
          transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  -webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
          animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
  padding: 1rem 3rem 1rem 0;
}
@media (max-width: 375px) {
  .slideMenuArea .menuBox .nav > .menuItem a {
    font-size: 15px;
    padding: 0.625rem 2rem 0.625rem 0;
  }
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #d88138;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #d88138;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .leftBox {
  display: none;
}
.slideMenuArea .menuBox .nav .submenu .rightBox {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem + .submenuItem {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.slideMenuArea .menuBox .nav .submenu .submenuItem .submenuItemTitle img {
  display: none;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
  padding: 16px 0 16px 16px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #d88138;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #d88138;
  }
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(0deg);
          transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
  position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  content: "";
  width: 12px;
  height: 1px;
  background-color: #d88138;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
  background-color: #d88138;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
  padding: 5px 0px 5px 15px;
  display: none;
}
.slideMenuArea .bottomBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideMenuArea .bottomBox .customLink {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 176px;
  background-color: #244acf;
  border-radius: 50px;
  padding: 0.75rem 1rem;
}
@media (max-width: 375px) {
  .slideMenuArea .bottomBox .customLink {
    font-size: 15px;
    max-width: 130px;
    padding: 0.625rem 1rem;
  }
}
.slideMenuArea .bottomBox .privacyLink {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 375px) {
  .slideMenuArea .bottomBox .privacyLink {
    font-size: 15px;
  }
}

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

/*banner*/
.bannerArea {
  position: relative;
  overflow: hidden;
}
.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
.bannerArea .bannerItem {
  position: relative;
}
.bannerArea .bannerItem .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*footer*/
footer {
  position: relative;
  background-color: #232323;
  padding: 75px 0 48px;
}
@media (max-width: 1180px) {
  footer {
    padding: 60px 0 36px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 40px 0 24px;
  }
}
footer .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 991px) {
  footer .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
@media (max-width: 768px) {
  footer .topBox {
    row-gap: 1.5rem;
  }
}
footer .topBox .left {
  position: relative;
  width: 280px;
}
@media (max-width: 1180px) {
  footer .topBox .left {
    width: 260px;
  }
}
@media (max-width: 991px) {
  footer .topBox .left {
    width: 100%;
  }
}
footer .topBox .socialBox {
  margin-top: 2.5rem;
}
@media (max-width: 1180px) {
  footer .topBox .socialBox {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  footer .topBox .socialBox {
    margin-top: 1.25rem;
  }
}
footer .topBox .right {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10.25rem;
  margin-left: 9.625rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1499px) {
  footer .topBox .right {
    padding-left: 6.25rem;
    margin-left: 6.25rem;
  }
}
@media (max-width: 1366px) {
  footer .topBox .right {
    padding-left: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1180px) {
  footer .topBox .right {
    padding-left: 2.25rem;
    margin-left: 2.25rem;
  }
}
@media (max-width: 991px) {
  footer .topBox .right {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}
footer .topBox .textEditor {
  color: #fff;
}
footer .footerMenuList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 2rem;
}
@media (max-width: 1180px) {
  footer .footerMenuList {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  footer .footerMenuList {
    display: block;
  }
}
footer .footerMenuList .footerMenuItem {
  position: relative;
}
@media (max-width: 768px) {
  footer .footerMenuList .footerMenuItem {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 768px) {
  footer .footerMenuList .footerMenuItem:has(.submenu) .menuTitle a {
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  footer .footerMenuList .footerMenuItem:has(.submenu) .menuTitle a::before, footer .footerMenuList .footerMenuItem:has(.submenu) .menuTitle a::after {
    display: block;
  }
}
footer .footerMenuList .menuTitle {
  position: relative;
}
footer .footerMenuList .menuTitle.open a::after {
  rotate: 0deg;
}
footer .footerMenuList .menuTitle a {
  position: relative;
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .footerMenuList .menuTitle a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  footer .footerMenuList .menuTitle a {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  footer .footerMenuList .menuTitle a {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media (min-width: 1181px) {
  footer .footerMenuList .menuTitle a:hover {
    color: #d88138;
  }
}
footer .footerMenuList .menuTitle a::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (min-width: 769px) {
  footer .footerMenuList .menuTitle a::before {
    display: none;
  }
}
footer .footerMenuList .menuTitle a::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
  rotate: 90deg;
}
@media (min-width: 769px) {
  footer .footerMenuList .menuTitle a::after {
    display: none;
  }
}
footer .footerMenuList .submenu {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  footer .footerMenuList .submenu {
    display: none;
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .footerMenuList .submenu li {
  position: relative;
}
footer .footerMenuList .submenu li + li {
  margin-top: 0.25rem;
}
@media (max-width: 768px) {
  footer .footerMenuList .submenu li + li {
    margin-top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .footerMenuList .submenu a {
  position: relative;
  display: block;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #b2b2b2;
}
@media (max-width: 1180px) {
  footer .footerMenuList .submenu a {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  footer .footerMenuList .submenu a {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  footer .footerMenuList .submenu a {
    font-size: 14px;
    padding: 12px 0;
  }
}
@media (min-width: 1181px) {
  footer .footerMenuList .submenu a:hover {
    color: #d88138;
  }
}
footer .infoList {
  position: relative;
}
footer .infoList li .block span {
  color: #fff;
}
footer .infoList a {
  color: #fff;
}
@media (min-width: 1181px) {
  footer .infoList a:hover {
    color: #d88138;
  }
}
footer .infoList .icon svg {
  color: #fff;
}
footer .infoList .icon .text {
  color: #fff;
}
footer .bottomBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 2.25rem;
  margin-top: 3rem;
}
@media (max-width: 1180px) {
  footer .bottomBox {
    padding-top: 1.5rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  footer .bottomBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 0;
    padding-top: 0;
    margin-top: 1.5rem;
  }
}
footer .bottomBox .left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 1180px) {
  footer .bottomBox .left {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
footer .bottomBox .privacyLink {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .bottomBox .privacyLink {
    font-size: 15px;
  }
}
@media (max-width: 1180px) and (max-width: 480px) {
  footer .bottomBox .privacyLink {
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  footer .bottomBox .privacyLink:hover {
    color: #d88138;
  }
}
footer .languageBox {
  position: relative;
}
footer .languageBox::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  right: -24px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1180px) {
  footer .languageBox::before {
    right: -16px;
  }
}
footer .languageBox .languageCurrent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding-right: 1rem;
  cursor: pointer;
}
footer .languageBox .languageCurrent svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .languageBox .languageCurrent svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  footer .languageBox .languageCurrent svg {
    width: 12px;
    height: 12px;
  }
}
footer .languageBox .languageCurrent::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 1180px) {
  footer .languageBox .languageCurrent::before {
    width: 5px;
    height: 5px;
  }
}
footer .languageBox .languageCurrent .text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .languageBox .languageCurrent .text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  footer .languageBox .languageCurrent .text {
    font-size: 13px;
  }
}
footer .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
  translate: 0 10px;
  z-index: 1;
}
footer .languageBox .languageList.show {
  opacity: 1;
  translate: 0 0;
  pointer-events: auto;
}
footer .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .languageBox .languageList li a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: normal;
  color: #383838;
  padding: 10px 10px;
  text-align: center;
}
@media (max-width: 1180px) {
  footer .languageBox .languageList li a {
    font-size: 14px;
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  footer .languageBox .languageList li a {
    font-size: 13px;
  }
}
@media (min-width: 1181px) {
  footer .languageBox .languageList li a:hover {
    background-color: #d88138;
    color: #fff;
  }
}
footer .languageBox .languageList li a.current {
  background-color: #d88138;
  color: #fff;
}
footer .copyrightBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 5px;
}
footer .copyrightBox .copyright {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .copyrightBox .copyright {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  footer .copyrightBox .copyright {
    font-size: 13px;
  }
}
footer .copyrightBox .ibestLink a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1180px) {
  footer .copyrightBox .ibestLink a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  footer .copyrightBox .ibestLink a {
    font-size: 13px;
  }
}
@media (min-width: 1181px) {
  footer .copyrightBox .ibestLink a:hover {
    color: #d88138;
  }
}
footer .copyrightBox .ibestLink span {
  margin: 0 5px;
}

.privacyArea {
  position: fixed;
  width: 100%;
  max-width: 800px;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media (max-width: 768px) {
  .privacyArea {
    padding: 16px 0;
  }
}
.privacyArea.show {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.privacyArea .text {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #383838;
  text-align: center;
}
@media (max-width: 768px) {
  .privacyArea .text {
    font-size: 13px;
  }
}
.privacyArea .text a {
  color: #d88138;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #d88138;
  }
}
.privacyArea .btnBox {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .privacyArea .btnBox {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .privacyArea .btnBox.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.5rem;
  }
  .privacyArea .btnBox.flex .btn {
    max-width: none;
    width: 100%;
  }
}

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

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

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

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

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

/*********內頁**********/
.mainArea .contentBox {
  clear: both;
}

/*bread*/
.bread {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 1180px) {
  .bread {
    margin-top: 0.625rem;
  }
}
@media (max-width: 768px) {
  .bread {
    margin-top: 0.5rem;
  }
}
.bread .wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 0.5rem;
}
.bread .wrap a,
.bread .wrap span {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1180px) {
  .bread .wrap a,
  .bread .wrap span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .bread .wrap a,
  .bread .wrap span {
    font-size: 14px;
  }
}
.bread .wrap a {
  color: #fff;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #d88138;
  }
}
.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 #383838;
  border-bottom: 1px solid #383838;
  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: 8px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  position: absolute;
  display: block;
  content: "/";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
  top: 50%;
  left: -2px;
  translate: 0 -50%;
}
.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: #383838;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
.bread.colorBlack .wrap a,
.bread.colorBlack .wrap span {
  color: #2f2f2f;
}
.bread.colorBlack .wrap a {
  color: #2f2f2f;
}
@media (min-width: 1181px) {
  .bread.colorBlack .wrap a:hover {
    color: #d88138;
  }
}
.bread.colorBlack .wrap a + a::before,
.bread.colorBlack .wrap span + span::before,
.bread.colorBlack .wrap span + a::before,
.bread.colorBlack .wrap a + span::before {
  color: #2f2f2f;
}

/*文章標題*/
.articleTitle {
  position: relative;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #d88138;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 1180px) {
  .articleTitle {
    font-size: 23px;
    padding-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .articleTitle {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
.articleTitle::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0.2)), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}

/*側邊標題字*/
.sectionTitle {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #404040;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
@media (max-width: 1180px) {
  .sectionTitle {
    font-size: 23px;
    padding-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .sectionTitle {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
.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 rgba(0, 0, 0, 0.2);
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
.classBox .classCurrent {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #404040;
  cursor: pointer;
  padding: 16px 54px 16px 30px;
}
@media (max-width: 768px) {
  .classBox .classCurrent {
    font-size: 16px;
    padding: 12px 42px 12px 20px;
  }
}
.classBox .classCurrent::before {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 1;
  color: #404040;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .classBox .classCurrent::before {
    font-size: 16px;
    right: 22px;
  }
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  position: relative;
  background-color: #f5f5f5;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .classBoxRow .classLink li {
    position: relative;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: normal;
    color: #404040;
    text-align: center;
    padding: 16px 20px;
    min-width: 300px;
  }
}
@media (min-width: 1181px) and (max-width: 1366px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    font-size: 17px;
    min-width: 230px;
    padding: 14px 20px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #1e3881;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #1e3881;
    color: #fff;
  }
}

.classBoxColumn {
  margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #2f2f2f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #d88138;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + ul > li {
  -webkit-animation: aniSlideDown 0.5s 0.3s ease-out both;
          animation: aniSlideDown 0.5s 0.3s ease-out both;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a,
.classBoxColumn .classLink .linkHasItems.open + ul > li span {
  padding-left: 25px;
  background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.current,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.current {
  background-color: rgba(216, 129, 56, 0.75);
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li a.open,
.classBoxColumn .classLink .linkHasItems.open + ul > li span.open {
  background-color: rgba(216, 129, 56, 0.75);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li a:hover,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span:hover {
    background-color: rgba(216, 129, 56, 0.75);
  }
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + ul > li ul a.current {
  background-color: rgba(216, 129, 56, 0.5);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a:hover {
    background-color: rgba(216, 129, 56, 0.5);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + ul > li {
    -webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
            animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li a,
  .classBoxColumn .classLink .linkHasItems.open + ul > li span {
    padding-left: 25px;
  }
  .classBoxColumn .classLink .linkHasItems.open + ul > li ul a {
    padding-left: 35px;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classBoxColumn .classLink ul {
    display: none;
  }
  .classBoxColumn .classLink ul li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #d88138;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    padding: 18px 15px;
    position: relative;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #d88138;
    color: #fff;
  }
  .classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
  .classBoxColumn .classLink span.current::before,
  .classBoxColumn .classLink span.current::after {
    background-color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink a:hover,
  .classBoxColumn .classLink span:hover {
    background-color: #d88138;
    color: #fff;
  }
  .classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
  .classBoxColumn .classLink span:hover::before,
  .classBoxColumn .classLink span:hover::after {
    background-color: #fff;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink,
  .classBoxColumn .classLink {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 90vh;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    top: 100%;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open,
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child),
  .classBoxColumn .classLink > li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current,
  .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul,
  .classBoxColumn .classLink > li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: normal;
    color: #404040;
    padding: 16px 30px;
    background-color: #f5f5f5;
  }
}
@media (max-width: 1180px) and (max-width: 768px) {
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 1180px) {
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current,
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    color: #fff;
    background-color: #2f4388;
  }
}

.classBoxCarousel {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.classBoxCarousel .classListBox {
  position: relative;
  padding: 0 30px;
}
.classBoxCarousel .classList {
  position: relative;
}
.classBoxCarousel .classLinkItem {
  position: relative;
  padding: 0 10px;
}
.classBoxCarousel .classLinkItem.current .item::before {
  width: 100%;
  opacity: 1;
}
.classBoxCarousel .item {
  position: relative;
  max-width: 245px;
  margin: 0 auto;
  padding: 20px 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .classBoxCarousel .item {
    padding: 16px 10px;
    max-width: none;
  }
}
@media (min-width: 1181px) {
  .classBoxCarousel .item:hover .text {
    color: #d88138;
  }
}
.classBoxCarousel .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 5px;
  background-color: #d88138;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  border-radius: 5px;
  translate: -50% 0;
  opacity: 0;
}
.classBoxCarousel .item .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3a3a3a;
  text-align: center;
}
@media (max-width: 768px) {
  .classBoxCarousel .item .text {
    font-size: 16px;
  }
}
.classBoxCarousel .controlBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.classBoxCarousel .controlBox .arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  pointer-events: auto;
}
.classBoxCarousel .controlBox .prev {
  left: 0;
}
.classBoxCarousel .controlBox .next {
  right: 0;
}

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

/*標籤*/
.tagBox {
  padding: 20px 0;
}
.tagBox b {
  display: inline-block;
  margin-right: 10px;
}
.tagBox ul {
  display: inline-block;
}
.tagBox li {
  display: inline-block;
  margin-bottom: 5px;
}
.tagBox a {
  position: relative;
  display: block;
  margin: 0 3px;
  padding: 5px 10px;
  border: 1px solid #d88138;
  font-size: 13px;
  color: #d88138;
}
@media (min-width: 1181px) {
  .tagBox a:hover {
    color: #fff;
    background-color: #d88138;
  }
}
.tagBox a.current {
  color: #fff;
  background-color: #d88138;
}
.tagBox a.current:before {
  content: "\f00d";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 12px;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab a {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d88138;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #2f4388;
  color: #fff;
}

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

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

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

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

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

/*側邊_聯絡資訊*/
.side_contactInfo {
  position: relative;
}
.side_contactInfo li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.side_contactInfo li + li {
  margin-top: 0.25rem;
}
.side_contactInfo li .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.side_contactInfo li .block span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
}
@media (max-width: 1180px) {
  .side_contactInfo li .block span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .side_contactInfo li .block span {
    font-size: 14px;
  }
}
.side_contactInfo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
}
@media (min-width: 1181px) {
  .side_contactInfo a:hover {
    color: #d88138;
  }
}
@media (max-width: 1180px) {
  .side_contactInfo a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .side_contactInfo a {
    font-size: 14px;
  }
}
.side_contactInfo .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.side_contactInfo .icon .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
}
@media (max-width: 1180px) {
  .side_contactInfo .icon .text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .side_contactInfo .icon .text {
    font-size: 14px;
  }
}
.side_contactInfo .icon svg {
  width: 18px;
  height: 18px;
  color: #383838;
  text-align: center;
}
@media (max-width: 1180px) {
  .side_contactInfo .icon svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 480px) {
  .side_contactInfo .icon svg {
    width: 14px;
    height: 14px;
  }
}

/*側邊_社群分享*/
.socialBox {
  position: relative;
}
.socialBox .socialList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.socialBox .socialList li {
  position: relative;
}
.socialBox .socialList a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (min-width: 1181px) {
  .socialBox .socialList a:hover {
    background-color: #d88138;
  }
  .socialBox .socialList a:hover i {
    color: #fff;
  }
}
.socialBox .socialList a i {
  font-size: 15px;
  color: #232323;
}

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

/*對應&相關*/
.sideDataArea {
  position: relative;
  margin-top: 64px;
}
.sideDataArea.fac .Txt, .sideDataArea.catalog .Txt, .sideDataArea.room .Txt {
  text-align: center;
}
.sideDataArea.catalog .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.sideDataArea.catalog .Img.statusNew::before {
  content: "NEW";
  background-color: #d88138;
  border: 1px solid #d88138;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #d88138;
  border: 1px solid #d88138;
}
.sideDataArea .sideDataList {
  margin: 0 -15px;
}
@media (max-width: 768px) {
  .sideDataArea .sideDataList {
    margin: 0 -10px;
  }
}
.sideDataArea .sideDataItem {
  padding: 0 15px;
}
@media (max-width: 768px) {
  .sideDataArea .sideDataItem {
    padding: 0 10px;
  }
}
.sideDataArea .item {
  position: relative;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 575px) {
  .sideDataArea .item {
    padding: 0.625rem;
  }
}
.sideDataArea .Img {
  overflow: clip;
  margin-bottom: 1rem;
}
@media (min-width: 1181px) {
  .sideDataArea .Img a:hover img {
    scale: 1.1;
  }
}
.sideDataArea .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sideDataArea .newsInfoBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.sideDataArea .newsInfoBox .dateBox {
  position: relative;
  text-align: center;
}
.sideDataArea .newsInfoBox .dateBox .date {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  color: #494848;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .sideDataArea .newsInfoBox .dateBox .date {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .newsInfoBox .dateBox .date {
    font-size: 16px;
  }
}
.sideDataArea .newsInfoBox .classTitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #767676;
  background-color: #e9e9e9;
  border-radius: 30px;
  padding: 4px 16px;
}
@media (max-width: 1366px) {
  .sideDataArea .newsInfoBox .classTitle {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .sideDataArea .newsInfoBox .classTitle {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .newsInfoBox .classTitle {
    font-size: 13px;
    padding: 2px 10px;
  }
}
.sideDataArea .Txt {
  position: relative;
}
.sideDataArea .Txt .title {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #d88138;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .sideDataArea .Txt .title:hover {
    color: #2f4388;
  }
  .sideDataArea .Txt .title:hover a {
    color: #2f4388;
  }
}
@media (max-width: 1366px) {
  .sideDataArea .Txt .title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .Txt .title {
    font-size: 16px;
  }
}
.sideDataArea .Txt .title.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.sideDataArea .Txt .title a {
  color: #d88138;
}
.sideDataArea .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #383838;
  margin-top: 0.625rem;
}
@media (max-width: 1366px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .Txt .text {
    font-size: 14px;
    margin-top: 0.25rem;
  }
}
.sideDataArea .Txt .text.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 58px;
}
@media (max-width: 1366px) {
  .sideDataArea .Txt .text.ellipsis {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .sideDataArea .Txt .text.ellipsis {
    height: 53px;
  }
}

/*社群分享*/
.sideShare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.625rem 0 2rem;
}
.sideShare .shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #383838;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #383838;
  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: #383838;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

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

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

.slick-slider .slick-arrow,
.slick-slider .arrow,
.controlBox .slick-arrow,
.controlBox .arrow {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1180px) {
  .slick-slider .slick-arrow,
  .slick-slider .arrow,
  .controlBox .slick-arrow,
  .controlBox .arrow {
    width: 16px;
    height: 16px;
  }
}
.slick-slider .slick-arrow svg,
.slick-slider .arrow svg,
.controlBox .slick-arrow svg,
.controlBox .arrow svg {
  width: 100%;
  height: 100%;
  color: #494949;
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover svg,
  .slick-slider .arrow:hover svg,
  .controlBox .slick-arrow:hover svg,
  .controlBox .arrow:hover svg {
    color: #d88138;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  position: relative;
  bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
}
@media (max-width: 1180px) {
  .slick-slider .slick-dots,
  .controlBox .slick-dots {
    gap: 1rem;
  }
}
.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.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: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0;
}
@media (max-width: 1180px) {
  .slick-slider .slick-dots li,
  .controlBox .slick-dots li {
    width: 36px;
    height: 36px;
  }
}
.slick-slider .slick-dots li::before,
.controlBox .slick-dots li::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  scale: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 3px;
  height: 3px;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  display: none;
}
.slick-slider .slick-dots li.slick-active::before,
.controlBox .slick-dots li.slick-active::before {
  scale: 1;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover::before,
  .controlBox .slick-dots li:hover::before {
    scale: 1;
    opacity: 1;
  }
}

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

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

.lg-outer.lg-thumb-open .lg .lg-img-wrap {
  padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
  padding-top: 47px;
  padding-bottom: 38px;
}

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

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

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

/* header(ib_header_000) */
#ib_header_000.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  /*menu*/
}
#ib_header_000.header .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1180px) {
  #ib_header_000.header .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#ib_header_000.header .logo {
  padding: 10px 0;
}
#ib_header_000.header .logo a {
  display: block;
  width: 120px;
}
#ib_header_000.header .logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  #ib_header_000.header .logo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  #ib_header_000.header .logo {
    width: 100px;
  }
}
#ib_header_000.header .menuBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1180px) {
  #ib_header_000.header .menuBox {
    display: none;
  }
}
#ib_header_000.header .menu > .menuItem {
  position: relative;
  display: inline-block;
}
#ib_header_000.header .menu > .menuItem a {
  color: #d88138;
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 35px 10px;
}
#ib_header_000.header .menu > .menuItem a.current {
  color: #d88138;
}
@media (min-width: 1181px) {
  #ib_header_000.header .menu > .menuItem a:hover {
    color: #d88138;
  }
}
#ib_header_000.header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#ib_header_000.header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
#ib_header_000.header .menu .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  color: #666;
  display: block;
  padding: 10px;
}
#ib_header_000.header .menu .submenu a.current {
  color: #fff;
  background-color: #d88138;
}
@media (min-width: 1181px) {
  #ib_header_000.header .menu .submenu a:hover {
    color: #fff;
    background-color: #d88138;
  }
}
#ib_header_000.header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
}
#ib_header_000.header .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #f7f7f7;
  position: fixed;
  left: 0;
  top: 120px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#ib_header_000.header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px 0px;
}
#ib_header_000.header .menu .submenu.fullSubmenu ul {
  display: block;
}
#ib_header_000.header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
#ib_header_000.header .menu .submenu.fullSubmenu a.current {
  color: #2f4388;
}
@media (min-width: 1181px) {
  #ib_header_000.header .menu .submenu.fullSubmenu a:hover {
    color: #2f4388;
  }
}
#ib_header_000.header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
#ib_header_000.header .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #d88138;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#ib_header_000.header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
#ib_header_000.header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#ib_header_000.header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}

.ib_carousel_008_linkArea {
  position: relative;
  border-bottom: 3px solid #fff;
}
.ib_carousel_008_linkArea .dataList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .dataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ib_carousel_008_linkArea .dataItem {
  position: relative;
  width: 33.3333333333%;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .dataItem {
    width: 100%;
    border: 0;
  }
}
.ib_carousel_008_linkArea .dataItem:first-child {
  border-left: 0;
}
.ib_carousel_008_linkArea .dataItem:last-child {
  border-right: 0;
}
.ib_carousel_008_linkArea .item {
  position: relative;
}
.ib_carousel_008_linkArea .item > .Img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .item > .Img {
    height: 260px;
  }
}
@media (max-width: 575px) {
  .ib_carousel_008_linkArea .item > .Img {
    height: 200px;
  }
}
.ib_carousel_008_linkArea .item > .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
  -webkit-transition: width 0.6s ease-in-out 0.3s, height 0.6s ease-in-out 0s, opacity 0.6s ease-in-out;
  transition: width 0.6s ease-in-out 0.3s, height 0.6s ease-in-out 0s, opacity 0.6s ease-in-out;
}
.ib_carousel_008_linkArea .item > .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .item > .Img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1181px) {
  .ib_carousel_008_linkArea .item:has(.linkWrap):hover > .Img img {
    scale: 1.1;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .ib_carousel_008_linkArea .item:has(.linkWrap):hover > .Img::before {
    width: 100%;
    height: 100%;
    -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out 0.3s, opacity 0.6s ease-in-out;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out 0.3s, opacity 0.6s ease-in-out;
  }
  .ib_carousel_008_linkArea .item:has(.linkWrap):hover .Txt .btnBox .noBg {
    color: #d88138;
  }
  .ib_carousel_008_linkArea .item:has(.linkWrap):hover .Txt .btnBox .noBg svg {
    color: #d88138;
  }
}
.ib_carousel_008_linkArea .Txt {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  z-index: 1;
}
@media (max-width: 1280px) {
  .ib_carousel_008_linkArea .Txt {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .Txt {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 575px) {
  .ib_carousel_008_linkArea .Txt {
    padding: 1rem 1rem;
  }
}
.ib_carousel_008_linkArea .Txt .innerBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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;
  max-width: 420px;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .Txt .innerBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: none;
    margin: 0;
  }
}
.ib_carousel_008_linkArea .Txt .topBox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .Txt .topBox {
    width: auto;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .ib_carousel_008_linkArea .Txt .topBox {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
.ib_carousel_008_linkArea .Txt .textBox {
  position: relative;
}
.ib_carousel_008_linkArea .Txt .decoTitle {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1499px) {
  .ib_carousel_008_linkArea .Txt .decoTitle {
    font-size: 26px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_008_linkArea .Txt .decoTitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .Txt .decoTitle {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .ib_carousel_008_linkArea .Txt .decoTitle {
    font-size: 22px;
  }
}
.ib_carousel_008_linkArea .Txt .title {
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1499px) {
  .ib_carousel_008_linkArea .Txt .title {
    font-size: 23px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_008_linkArea .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .Txt .title {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .ib_carousel_008_linkArea .Txt .title {
    font-size: 20px;
  }
}
.ib_carousel_008_linkArea .Txt .iconBox {
  position: relative;
  width: 60px;
  height: 60px;
}
@media (max-width: 1499px) {
  .ib_carousel_008_linkArea .Txt .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1180px) {
  .ib_carousel_008_linkArea .Txt .iconBox {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .ib_carousel_008_linkArea .Txt .iconBox {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .ib_carousel_008_linkArea .Txt .iconBox {
    width: 40px;
    height: 40px;
  }
}
.ib_carousel_008_linkArea .Txt .iconBox .Img {
  width: 100%;
}
.ib_carousel_008_linkArea .Txt .iconBox .Img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ib_carousel_008_linkArea .Txt .btnBox {
  position: relative;
  width: 100%;
  margin-top: 1.875rem;
}
@media (max-width: 1499px) {
  .ib_carousel_008_linkArea .Txt .btnBox {
    margin-top: 1rem;
  }
}
.ib_carousel_008_linkArea .linkWrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.informationTableArea {
  position: relative;
  max-width: 840px;
  padding: 40px 0;
}
.informationTableArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
@media (max-width: 1180px) {
  .informationTableArea .topBox {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .informationTableArea .topBox {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px) {
  .informationTableArea .topBox {
    -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;
    row-gap: 1rem;
  }
}
.informationTableArea .noteTxt {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #3a3a3a;
}
@media (max-width: 991px) {
  .informationTableArea .noteTxt {
    font-size: 16px;
  }
}

.informationTableClass {
  position: relative;
  z-index: initial;
}
@media (max-width: 575px) {
  .informationTableClass {
    width: 100%;
  }
}
.informationTableClass .classTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 0.625rem;
}
@media (max-width: 991px) {
  .informationTableClass .classTitleBox {
    padding-bottom: 0.5rem;
  }
}
.informationTableClass .classTitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #3a3a3a !important;
}
@media (max-width: 991px) {
  .informationTableClass .classTitle {
    font-size: 16px;
  }
}
.informationTableClass .classCurrent {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  padding: 0 2rem 0 0;
  min-width: 100px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #3a3a3a;
  text-align: center;
}
@media (max-width: 991px) {
  .informationTableClass .classCurrent {
    font-size: 16px;
    min-width: 80px;
  }
}
@media (max-width: 575px) {
  .informationTableClass .classCurrent {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: left;
  }
}
@media (min-width: 1181px) {
  .informationTableClass .classCurrent:hover {
    color: #d88138;
  }
  .informationTableClass .classCurrent:hover::before {
    color: #d88138;
  }
}
.informationTableClass .classCurrent::before {
  right: 10px;
  z-index: initial;
}
.informationTableClass .classLink {
  display: none;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  list-style: none !important;
  padding-left: 0 !important;
  z-index: 1;
}
.informationTableClass .classLink.open {
  display: block;
}
.informationTableClass .classLink li + li {
  border-top: 1px solid #cdcdcd;
}
.informationTableClass .classLink .text {
  position: relative;
  width: 100%;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
  text-align: center;
  background-color: #f4f4f4;
  padding: 10px 8px;
}
@media (max-width: 991px) {
  .informationTableClass .classLink .text {
    font-size: 16px;
    padding: 8px;
  }
}
@media (min-width: 1181px) {
  .informationTableClass .classLink .text:hover {
    color: #fff;
    background-color: #d88138;
  }
}
.informationTableClass .classLink .text.current {
  color: #fff;
  background-color: #d88138;
}

.informationTableOuterBox {
  position: relative;
}

.informationTableBox {
  position: relative;
  display: none;
}
.informationTableBox.show {
  display: block;
}
.informationTableBox .informationTable {
  position: relative;
  width: 100%;
  min-width: auto !important;
  -webkit-border-vertical-spacing: 0;
  -webkit-border-horizontal-spacing: 0;
}
@media (max-width: 480px) {
  .informationTableBox .informationTable {
    min-width: 400px !important;
  }
}
.informationTableBox thead th {
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
  background-color: #d88138;
  border: 0;
  vertical-align: middle;
  padding: 13px;
}
@media (max-width: 1180px) {
  .informationTableBox thead th {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .informationTableBox thead th {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .informationTableBox thead th {
    font-size: 15px;
  }
}
@media (max-width: 1180px) {
  .informationTableBox thead th {
    padding: 10px 8px;
  }
}
@media (max-width: 480px) {
  .informationTableBox thead th {
    padding: 8px;
  }
}
.informationTableBox thead .year {
  width: 10%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1366px) {
  .informationTableBox thead .year {
    width: 15%;
  }
}
.informationTableBox thead .link {
  width: 30%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1366px) {
  .informationTableBox thead .link {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .informationTableBox thead .link {
    width: 20%;
  }
}
.informationTableBox thead .revenue {
  width: 90%;
}
.informationTableBox thead .half {
  width: 20%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1366px) {
  .informationTableBox thead .half {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .informationTableBox thead .half {
    width: 30%;
  }
}
.informationTableBox thead .half + .half {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.informationTableBox tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.informationTableBox tbody tr:nth-child(even) {
  background-color: #fff;
}
.informationTableBox tbody tr:last-child td {
  border-bottom: 0;
}
.informationTableBox tbody td {
  padding: 16px 10px;
  font-family: "Oswald", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #383838;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
@media (max-width: 1180px) {
  .informationTableBox tbody td {
    font-size: 18px;
    padding: 12px 8px;
  }
}
@media (max-width: 991px) {
  .informationTableBox tbody td {
    font-size: 16px;
    padding: 10px 8px;
  }
}
@media (max-width: 480px) {
  .informationTableBox tbody td {
    font-size: 15px;
    padding: 8px;
  }
}
.informationTableBox tbody td:first-child {
  border-left: 0;
}
.informationTableBox tbody td:last-child {
  border-right: 0;
}
.informationTableBox tbody td + td {
  border-left: 1px solid #cdcdcd;
}

.afterLoading header {
  opacity: 1;
  -webkit-animation: moveYFull 0.6s ease-in-out 0.2s both;
          animation: moveYFull 0.6s ease-in-out 0.2s both;
}
.afterLoading:not(.WebSiteHome) .bannerArea .bannerItem .Img::before {
  opacity: 0;
}
.afterLoading:not(.WebSiteHome) .bannerArea .bannerItem .Img img {
  -webkit-animation: zoomIn 0.8s ease-in-out 0.2s both;
          animation: zoomIn 0.8s ease-in-out 0.2s both;
}
.afterLoading:not(.WebSiteHome) .bannerArea .bannerItem .Txt .title {
  -webkit-animation: slideDownAnimation 0.6s ease-in-out 0.2s both;
          animation: slideDownAnimation 0.6s ease-in-out 0.2s both;
}
.afterLoading:not(.WebSiteHome) .bannerArea .bannerItem .Txt .bread {
  -webkit-animation: slideDownAnimation 0.6s ease-in-out 0.4s both;
          animation: slideDownAnimation 0.6s ease-in-out 0.4s both;
}
.afterLoading:not(.WebSiteHome) .classBoxRow {
  -webkit-animation: slideDownAnimation 0.6s ease-in-out 0.6s both;
          animation: slideDownAnimation 0.6s ease-in-out 0.6s both;
}
/*# sourceMappingURL=master.css.map */