@charset "UTF-8";
@import url(../reset.css);
@import url(../textEditor.css);
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .imh_opacity img, .tagBox a::after, .tagBox .tagTitle, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .bookingArea .bookingCountDropDown .countBox .btnCount i, .bookingArea .bookingCountDropDown .countBox .btnCount, .privacyArea, .sideBtnBox .goTop, .sideBtnBox .inquiryBtn .icon-side-inquiry, .sideBtnBox .inquiryBtn, .sideBtnBox, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuArea .funcBox .languageBox .languageList, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .controlBox .languageBox .languageList, header .controlBox .languageBox .languageCurrent .icon-language, header .controlBox .languageBox .languageCurrent, header .controlBox a .icon-inquiry, header .menu .submenu.fullSubmenu .right .item a, .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.btnInquiry, .btnBox .btn.btnInner, .btnBox .btn.color::after, .btnBox .btn.animation::after, .btnBox .btn .icon-btnArrow, .btnBox .btn .btnText, .btnBox .btn, button, a, body:not(#WebSiteHome) .bannerArea .Txt .titleBox, body:not(#WebSiteHome) .bannerArea .Img img, body:not(#WebSiteHome) .bannerArea .Img, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  transition: all 0.5s ease-in-out;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  align-items: flex-start;
  color: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: flex;
  flex-wrap: wrap;
}
.formBox .formColumn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  pointer-events: none;
  position: absolute;
  bottom: 35px;
  right: 20px;
  z-index: 1;
  transform: rotate(45deg);
}
.formBox .formColumn.pt0 {
  padding-top: 0;
}
.formBox .formColumn.pb0 {
  padding-bottom: 0;
}
@media (max-width: 1180px) {
  .formBox .formColumn {
    padding: 10px;
  }
}
.formBox .columnTitle {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
}
.formBox .columnTitle.withCheckBox {
  width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
  margin-left: 10px;
  margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle {
  padding-left: 10px;
}
.formBox .columnTitle.requireStyle::before {
  content: "*";
  color: #f00;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}
.formBox .columnCheckBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.formBox .columnCheckBox .columnCheckLabel {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #333;
  border-radius: 50%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
  opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
  background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
  background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
  color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.styleCheck::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%232f2f2f' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #f00 !important;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-moz-placeholder {
  color: #a6a6a6;
}
.formBox .columnInput::placeholder {
  color: #a6a6a6;
}
.formBox .columnInput:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnArea {
  height: 200px;
  padding: 10px;
}
@media (max-width: 1180px) {
  .formBox .columnArea {
    height: 120px;
    padding: 5px 10px;
  }
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #737373;
  font-weight: 500;
}
.formBox .columnInput,
.formBox .columnSelect {
  height: 45px;
}
.formBox .btnBox {
  width: 100%;
}
.formBox .noteTxt {
  width: 100%;
  color: #999;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02rem;
  margin-top: 10px;
}
.formBox .noteTxt.red {
  color: #f00;
}
@media (max-width: 1180px) {
  .formBox .noteTxt {
    font-size: 14px;
  }
}
.formBox .error {
  border-color: #f00 !important;
}

@keyframes btnAni {
  20% {
    background-color: rgba(0, 168, 77, 0.3);
  }
  100% {
    transform: scale(1.3);
    background-color: transparent;
  }
}
@keyframes imgLoading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideLeftAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes reverse-rotate {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollHorizontal {
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes textSlideRightAnimation {
  0% {
    opacity: 0;
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes textSlideDownAnimation {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lytoneWaveFlow {
  0%, 100% {
    transform: translate(0, 0) scaleX(1);
  }
  50% {
    transform: translate(6px, 2px) scaleX(1.01);
  }
}
@keyframes lytonePulseHeight {
  0%, 100% {
    transform: scaleY(1);
    opacity: 0.8;
  }
  50% {
    transform: scaleY(1.3);
    opacity: 1;
  }
}
@keyframes advantagesDecoRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes resultsTabDashRotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes letterReveal {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.92);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes loadingGridPulse {
  0%, 100% {
    opacity: 0.28;
  }
  50% {
    opacity: 0.42;
  }
}
@keyframes loadingGlowDrift {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 0.75;
  }
}
@keyframes loadingGlowFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.38;
  }
  50% {
    transform: translate(10px, -14px) scale(1.1);
    opacity: 0.62;
  }
}
@keyframes loadingGlowFloatB {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.32;
  }
  50% {
    transform: translate(-12px, 8px) scale(1.08);
    opacity: 0.55;
  }
}
@keyframes loadingGlowFloatC {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translate(8px, 12px) scale(1.06);
    opacity: 0.58;
  }
}
@keyframes loadingLogoOut {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.08));
  }
  35% {
    opacity: 1;
    transform: scale(1.04);
    filter: drop-shadow(0 0 28px rgba(0, 178, 179, 0.45)) drop-shadow(0 0 48px rgba(0, 168, 77, 0.25));
  }
  100% {
    opacity: 0;
    transform: scale(0.94);
    filter: drop-shadow(0 0 8px rgba(0, 178, 179, 0));
  }
}
@keyframes loadingRingPulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.15);
  }
  18% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.8);
  }
}
@keyframes loadingPortalReveal {
  0% {
    clip-path: circle(120% at 50% 50%);
    opacity: 1;
  }
  100% {
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
  }
}
@keyframes loadingGridFade {
  to {
    opacity: 0;
  }
}
html {
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #fff;
  font-size: 18px;
  font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
body.overflow, body.disableScroll, body.loadingOverflow {
  overflow: hidden;
}
body:not(#WebSiteHome) {
  background-color: #fafafa;
}
body:not(#WebSiteHome) .mainArea {
  padding-bottom: 20px;
}
body:not(#WebSiteHome) .bannerArea .bannerItem {
  position: relative;
}
body:not(#WebSiteHome) .bannerArea .ins-banner-brush {
  pointer-events: none;
  position: absolute;
  width: 1448px;
  height: auto;
  aspect-ratio: 1448/633;
  z-index: 1;
  --brush-height: 633px;
  top: calc(50% - var(--brush-height) / 2);
  --txt-left: max(0px, calc((100vw - 1490px) / 2));
}
@media (prefers-reduced-motion: no-preference) {
  body:not(#WebSiteHome) .bannerArea .ins-banner-brush {
    clip-path: inset(0 100% 0 0);
  }
}
@media (max-width: 480px) {
  body:not(#WebSiteHome) .bannerArea .ins-banner-brush {
    display: none;
  }
}
body:not(#WebSiteHome) .bannerArea .ins-banner-brush.green {
  color: #00a84d;
  left: calc(var(--txt-left) - 860px);
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 50%, rgba(0, 0, 0, 0.3) 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 50%, rgba(0, 0, 0, 0.3) 100%);
}
body:not(#WebSiteHome) .bannerArea .ins-banner-brush.blue {
  color: #00b2b3;
  left: calc(var(--txt-left) - 92px);
  -webkit-mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 70%);
  mask-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 70%);
}
body:not(#WebSiteHome) .bannerArea .Img {
  background-color: transparent;
}
@media (max-width: 768px) {
  body:not(#WebSiteHome) .bannerArea .Img {
    background-color: #000;
  }
}
body:not(#WebSiteHome) .bannerArea .Img img {
  min-height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  body:not(#WebSiteHome) .bannerArea .Img img {
    opacity: 0.8;
  }
}
@media (max-width: 640px) {
  body:not(#WebSiteHome) .bannerArea .Img img {
    position: static;
  }
}
body:not(#WebSiteHome) .bannerArea .Txt {
  max-width: 1490px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1180px) {
  body:not(#WebSiteHome) .bannerArea .Txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  body:not(#WebSiteHome) .bannerArea .Txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body:not(#WebSiteHome) .bannerArea .Txt .titleBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  body:not(#WebSiteHome) .bannerArea .Txt .titleBox {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
@media (prefers-reduced-motion: no-preference) {
  body:not(#WebSiteHome) .bannerArea .Txt .titleBox > * {
    clip-path: inset(0 100% 0 0);
  }
}
body:not(#WebSiteHome) .bannerArea .Txt .subtitle {
  color: #fff;
  font-size: clamp(32px, 3.4vw, 60px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3.8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 13px;
  margin-bottom: 5px;
}
body:not(#WebSiteHome) .bannerArea .Txt .title {
  color: #fff;
  font-size: clamp(32px, 3.4vw, 60px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 3.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
body:not(#WebSiteHome) .bannerArea .Txt .text {
  color: #fff;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.85px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 14px;
  max-width: 480px;
}

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

address {
  font-style: normal;
}

a {
  color: #000000;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #00A84D;
  }
}

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: 18px;
  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;
}

/* 共用的樣式 */
.titleBox {
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
.titleBox.textLeft {
  text-align: left;
}
.titleBox .icon-title-top {
  width: 64px;
  height: 18px;
}
.titleBox .decoTitle {
  color: #000000;
  font-size: 18px;
  line-height: normal;
  padding-bottom: 4px;
}
@media (max-width: 1180px) {
  .titleBox .decoTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .titleBox .decoTitle {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.titleBox .title {
  color: #00A84D;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1180px) {
  .titleBox .title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .titleBox .title {
    font-size: 26px;
  }
}
.titleBox .subtitle {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding-top: 4px;
}
@media (max-width: 1180px) {
  .titleBox .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .titleBox .subtitle {
    font-size: 22px;
    padding-top: 0;
  }
}
.titleBox .text {
  color: #666666;
  font-size: 18px;
  line-height: normal;
  padding-top: 30px;
}
@media (max-width: 1180px) {
  .titleBox .text {
    font-size: 17px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .titleBox .text {
    font-size: 16px;
    padding-top: 15px;
  }
}

.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
}
@media (max-width: 768px) {
  .btnBox.flex {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  min-width: auto;
  max-width: 197px;
  flex: 1;
  margin: 0 4px;
}
@media (max-width: 768px) {
  .btnBox.flex .btn {
    margin: 0 3px;
  }
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 480px) {
  .btnBox.single .btn {
    max-width: 100%;
  }
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(14px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 1.35;
  padding: 11px 17px 10px 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1180px) {
  .btnBox .btn {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .btnBox .btn {
    padding: 10px;
  }
}
.btnBox .btn .btnText {
  display: inline-block;
}
.btnBox .btn .icon-btnArrow {
  width: 14px;
  height: 10.5px;
  margin-top: 1px;
}
.btnBox .btn.small {
  font-size: 13px;
  padding: 10px 15px;
}
.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: #00A84D;
  border: 1px solid #00A84D;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    color: #00A84D;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.bgSecond {
  background-color: #000000;
  border: 1px solid #000000;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover {
    color: #000000;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) {
    background-color: #fff;
  }
}
.btnBox .btn.colorMain {
  background-color: #fff;
  border: 1px solid #00A84D;
  color: #00A84D;
}
.btnBox .btn.colorMain.animation::after {
  background-color: #00A84D;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorMain:hover {
    color: #fff;
  }
  .btnBox .btn.colorMain:hover:not(.animation) {
    background-color: #00A84D;
  }
}
.btnBox .btn.colorSecond {
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000;
}
.btnBox .btn.colorSecond.animation::after {
  background-color: #000000;
}
@media (min-width: 1181px) {
  .btnBox .btn.colorSecond:hover {
    color: #fff;
  }
  .btnBox .btn.colorSecond:hover:not(.animation) {
    background-color: #000000;
  }
}
.btnBox .btn.rounded {
  border-radius: 24.5px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}
.btnBox .btn.white {
  min-width: 197px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btnBox .btn.white .icon-btnArrow {
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.white:hover {
    color: #fff;
    background-color: #00A84D;
    border-color: #00A84D;
  }
  .btnBox .btn.white:hover .icon-btnArrow {
    color: #00A84D;
  }
}
.btnBox .btn.color {
  min-width: 197px;
  border-top: 2px solid #00b2b3;
  border-right: 2px solid #00a84d;
  border-bottom: 2px solid #00a84d;
  border-left: 2px solid #00b2b3;
  background-color: transparent;
  color: #000;
  overflow: hidden;
}
.btnBox .btn.color::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: linear-gradient(to bottom right, #00b2b3, #00a84d);
}
.btnBox .btn.color .icon-btnArrow {
  color: #000;
}
@media (min-width: 1181px) {
  .btnBox .btn.color:hover {
    color: #fff;
  }
  .btnBox .btn.color:hover::after {
    width: 100%;
  }
  .btnBox .btn.color:hover .icon-btnArrow {
    color: #fff;
  }
}
.btnBox .btn.btnInner {
  border: 1px solid #00624f;
  background-color: #fff;
  color: #00624f;
}
@media (min-width: 1181px) {
  .btnBox .btn.btnInner:hover {
    background-color: #00624f;
    color: #fff;
  }
}
.btnBox .btn.btnInquiry {
  border: 1px solid #00624f;
  background-color: #00624f;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.btnInquiry:hover {
    background-color: #fff;
    color: #00624f;
  }
}
.btnBox .btn.btnInquiry.bgSecond {
  background-color: #323232;
}
@media (min-width: 1181px) {
  .btnBox .btn.btnInquiry.bgSecond:hover {
    background-color: #fff;
    color: #00624f;
  }
}
.btnBox .btn.savePrivacySetting {
  justify-content: center;
}

@media (max-width: 768px) {
  .newscenterArea .btnBox {
    margin-top: 0;
  }
}

.titleIconBox {
  width: 20px;
  height: 20px;
}
.titleIconBox .icon-title-deco {
  width: 100%;
  height: 100%;
}

.lytoneLogoText {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lytoneLogoText svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}
.lytoneLogoText .lytone-wave-group path {
  transform-box: fill-box;
  transform-origin: center;
  animation: lytoneWaveFlow 4.5s ease-in-out infinite;
}
.lytoneLogoText .lytone-wave-teal {
  animation-duration: 5.5s !important;
}
.lytoneLogoText .lytone-wave-green {
  animation-duration: 4.5s !important;
  animation-delay: -1.2s !important;
}
.lytoneLogoText .lytone-energy-bar {
  transform-box: fill-box;
  transform-origin: bottom;
  animation: lytonePulseHeight 1.8s ease-in-out infinite;
  opacity: 0.85;
}
.lytoneLogoText .lytone-energy-bar:nth-of-type(odd) {
  animation-delay: 0.3s;
}
.lytoneLogoText .lytone-energy-bar:nth-of-type(even) {
  animation-delay: 0.7s;
}

/* 共用的樣式 END */
.WebSiteHomePage {
  overflow-x: hidden;
  overflow-y: visible;
}

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

.wrap {
  width: 100%;
  max-width: 1490px;
  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;
  }
}

/*cellBox 裝飾細胞容器*/
.cellBox {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .cellBox {
    opacity: 0.4;
  }
}

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

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

/*loading*/
.loadingArea {
  width: 100%;
  height: 100vh;
  /*以防有不支援dvh的瀏覽器*/
  height: 100dvh;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.15s ease-in-out;
}
.loadingArea .loadBackdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(165deg, #f4faf7 0%, #eef8f8 48%, #f0f7f4 100%);
}
.loadingArea .loadGrid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image: linear-gradient(rgba(0, 178, 179, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 178, 179, 0.1) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 18%, transparent 72%);
          mask-image: radial-gradient(circle at 50% 50%, #000 18%, transparent 72%);
}
.loadingArea .loadGrid::before, .loadingArea .loadGrid::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 168, 77, 0.35), transparent);
  opacity: 0.5;
}
.loadingArea .loadGrid::before {
  left: 22%;
}
.loadingArea .loadGrid::after {
  right: 22%;
}
.loadingArea .loadMist {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.loadingArea .loadGlow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(44px);
  will-change: transform, opacity;
}
.loadingArea .loadGlow:nth-child(1) {
  left: 50%;
  top: 50%;
  width: min(68vw, 560px);
  height: min(68vw, 560px);
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 178, 179, 0.16) 0%, rgba(0, 168, 77, 0.1) 42%, transparent 68%);
}
.loadingArea .loadGlow:nth-child(2) {
  left: 4%;
  top: 8%;
  width: min(36vw, 280px);
  height: min(30vw, 240px);
  background: radial-gradient(circle, rgba(0, 168, 77, 0.15) 0%, rgba(0, 168, 77, 0.05) 45%, transparent 72%);
}
.loadingArea .loadGlow:nth-child(3) {
  right: 6%;
  top: 12%;
  width: min(34vw, 260px);
  height: min(28vw, 220px);
  background: radial-gradient(circle, rgba(0, 178, 179, 0.14) 0%, rgba(0, 178, 179, 0.04) 48%, transparent 74%);
}
.loadingArea .loadGlow:nth-child(4) {
  left: 10%;
  bottom: 14%;
  width: min(32vw, 240px);
  height: min(26vw, 200px);
  background: radial-gradient(circle, rgba(0, 168, 77, 0.12) 0%, transparent 70%);
}
.loadingArea .loadGlow:nth-child(5) {
  right: 8%;
  bottom: 10%;
  width: min(40vw, 300px);
  height: min(34vw, 260px);
  background: radial-gradient(circle, rgba(0, 178, 179, 0.13) 0%, rgba(0, 168, 77, 0.06) 50%, transparent 72%);
}
.loadingArea .loadGlow:nth-child(6) {
  left: 2%;
  top: 42%;
  width: min(24vw, 180px);
  height: min(22vw, 160px);
  background: radial-gradient(circle, rgba(0, 178, 179, 0.11) 0%, transparent 68%);
}
.loadingArea .loadGlow:nth-child(7) {
  right: 4%;
  top: 36%;
  width: min(28vw, 210px);
  height: min(24vw, 190px);
  background: radial-gradient(circle, rgba(0, 168, 77, 0.13) 0%, transparent 70%);
}
.loadingArea .loadGlow:nth-child(8) {
  left: 28%;
  top: 4%;
  width: min(22vw, 170px);
  height: min(20vw, 150px);
  background: radial-gradient(circle, rgba(0, 178, 179, 0.1) 0%, rgba(0, 168, 77, 0.05) 55%, transparent 75%);
}
.loadingArea .loadFx {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.loadingArea .loadScanRing {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  opacity: 0;
  border: 1px solid rgba(0, 178, 179, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 168, 77, 0.15), inset 0 0 24px rgba(0, 178, 179, 0.12);
}
.loadingArea .loadScanRing:nth-child(2) {
  border-color: rgba(0, 168, 77, 0.5);
}
.loadingArea .loadScanRing:nth-child(3) {
  border-color: rgba(0, 178, 179, 0.35);
}
.loadingArea .loadLogo {
  position: relative;
  z-index: 1;
  opacity: 0;
  width: 85%;
  max-width: 520px;
  padding: 40px;
  box-sizing: border-box;
}
.loadingArea .loadLogo svg {
  width: 100%;
  height: auto;
  overflow: visible !important;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.08));
}
.loadingArea.show {
  pointer-events: auto;
}
.loadingArea.show .loadGrid {
  animation: loadingGridPulse 4s ease-in-out infinite;
}
.loadingArea.show .loadGlow:nth-child(1) {
  animation: loadingGlowDrift 5s ease-in-out infinite;
}
.loadingArea.show .loadGlow:nth-child(2) {
  animation: loadingGlowFloat 6.4s ease-in-out infinite;
  animation-delay: -1.6s;
}
.loadingArea.show .loadGlow:nth-child(3) {
  animation: loadingGlowFloatB 7.2s ease-in-out infinite;
  animation-delay: -2.8s;
}
.loadingArea.show .loadGlow:nth-child(4) {
  animation: loadingGlowFloatC 5.8s ease-in-out infinite;
  animation-delay: -0.9s;
}
.loadingArea.show .loadGlow:nth-child(5) {
  animation: loadingGlowFloat 6.8s ease-in-out infinite;
  animation-delay: -3.5s;
}
.loadingArea.show .loadGlow:nth-child(6) {
  animation: loadingGlowFloatB 7.6s ease-in-out infinite;
  animation-delay: -4.2s;
}
.loadingArea.show .loadGlow:nth-child(7) {
  animation: loadingGlowFloatC 6.1s ease-in-out infinite;
  animation-delay: -1.2s;
}
.loadingArea.show .loadGlow:nth-child(8) {
  animation: loadingGlowFloat 5.5s ease-in-out infinite;
  animation-delay: -2.3s;
}
.loadingArea.show .loadLogo {
  opacity: 1;
}
.loadingArea.show .letter {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: letterReveal 0.85s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.loadingArea.show .letter:nth-child(1) {
  animation-delay: 0.14s;
}
.loadingArea.show .letter:nth-child(2) {
  animation-delay: 0.28s;
}
.loadingArea.show .letter:nth-child(3) {
  animation-delay: 0.42s;
}
.loadingArea.show .letter:nth-child(4) {
  animation-delay: 0.56s;
}
.loadingArea.show .letter:nth-child(5) {
  animation-delay: 0.7s;
}
.loadingArea.show .letter:nth-child(6) {
  animation-delay: 0.84s;
}
.loadingArea.show .letter:nth-child(7) {
  animation-delay: 0.98s;
}
.loadingArea.show .letter:nth-child(8) {
  animation-delay: 1.12s;
}
.loadingArea.show .letter:nth-child(9) {
  animation-delay: 1.26s;
}
.loadingArea.show .wave-group path {
  animation: lytoneWaveFlow 4.5s ease-in-out infinite;
  transform-origin: center;
}
.loadingArea.show .wave-teal {
  animation-duration: 5.5s !important;
}
.loadingArea.show .wave-green {
  animation-duration: 4.5s !important;
  animation-delay: -1.2s !important;
}
.loadingArea.show .energy-bar {
  transform-origin: bottom;
  animation: lytonePulseHeight 1.8s ease-in-out infinite;
  opacity: 0.85;
}
.loadingArea.show .energy-bar:nth-of-type(odd) {
  animation-delay: 0.3s;
}
.loadingArea.show .energy-bar:nth-of-type(even) {
  animation-delay: 0.7s;
}
.loadingArea.hide {
  pointer-events: none;
}
.loadingArea.hide .loadLogo {
  animation: loadingLogoOut 0.55s ease forwards;
}
.loadingArea.hide .loadScanRing {
  animation: loadingRingPulse 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.loadingArea.hide .loadScanRing:nth-child(2) {
  animation-delay: 0.12s;
}
.loadingArea.hide .loadScanRing:nth-child(3) {
  animation-delay: 0.24s;
}
.loadingArea.hide .loadGrid {
  animation: loadingGridFade 0.45s ease forwards;
}
.loadingArea.hide .loadMist .loadGlow {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.loadingArea.hide {
  animation: loadingPortalReveal 0.95s cubic-bezier(0.65, 0, 0.35, 1) 0.18s forwards;
}

/* 彈窗 & 其他功能 */
.topFunctionBox {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-color: #f7f7f7;
}
@media (max-width: 1180px) {
  .topFunctionBox {
    display: none;
  }
}
.topFunctionBox .wrap {
  width: 100%;
  display: flex;
  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;
  transition: all 0.5s;
}
.topFunctionBox .loginBox .submenu a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.topFunctionBox .loginBox .submenu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}
@media (min-width: 1181px) {
  .topFunctionBox .loginBox:hover .submenu {
    top: 100%;
    opacity: 1;
    pointer-events: auto;
  }
}
.topFunctionBox .searchBox {
  display: flex;
}
.topFunctionBox .searchBox input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: none;
  background-color: #fafafa;
}
.topFunctionBox .searchBox button {
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: #00A84D;
}

/*header*/
body.siteLoadingPending header {
  clip-path: inset(0 0% 0 100%);
  opacity: 0;
  visibility: hidden;
}

body.siteLoadingPending header .logo {
  opacity: 0;
  transform: translateY(-24px);
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1845px;
  height: 100px;
}
@media (max-width: 1180px) {
  header .wrap {
    height: 80px;
  }
}
header .logo {
  padding: 10px 0;
}
header .logo a {
  display: block;
  width: 127px;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1180px) {
  header .logo {
    width: 120px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 100px;
  }
}
header .menuBox {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 8.2vw;
}
@media (max-width: 1680px) {
  header .menuBox {
    padding-left: 0;
  }
}
@media (max-width: 1180px) {
  header .menuBox {
    display: none;
  }
}
header {
  /*menu*/
}
header .menu > .menuItem {
  position: relative;
  display: inline-block;
}
header .menu > .menuItem a {
  color: #000000;
  display: block;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.2;
  letter-spacing: 0.7px;
  padding: 30px 27px;
}
@media (max-width: 1440px) {
  header .menu > .menuItem a {
    padding: 40px 20px;
  }
}
@media (max-width: 1280px) {
  header .menu > .menuItem a {
    padding: 40px 10px;
  }
}
header .menu > .menuItem a.current {
  color: #00A84D;
}
@media (min-width: 1181px) {
  header .menu > .menuItem a:hover {
    color: #00A84D;
  }
}
header .menu .submenu {
  width: 150px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
}
header .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
header .menu .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  color: #666;
  display: block;
  padding: 10px;
}
header .menu .submenu a.current {
  color: #fff;
  background-color: #00A84D;
}
@media (min-width: 1181px) {
  header .menu .submenu a:hover {
    color: #fff;
    background-color: #00A84D;
  }
}
header .menu .submenu .thirdMenuItem a {
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
header .menu .submenu.fullSubmenu {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 100px;
  transform: translateX(0);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
header .menu .submenu.fullSubmenu .wrap {
  height: auto;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 50px 28px;
  max-width: 1845px;
}
header .menu .submenu.fullSubmenu ul {
  display: block;
}
header .menu .submenu.fullSubmenu a {
  background-color: transparent;
}
header .menu .submenu.fullSubmenu a.current {
  color: #00A84D;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu a:hover {
    color: #00A84D;
  }
}
header .menu .submenu.fullSubmenu .submenuItem {
  width: 100%;
  max-width: 220px;
  padding: 0 20px;
  text-align: left;
}
header .menu .submenu.fullSubmenu .submenuItemTitle {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
header .menu .submenu.fullSubmenu .left {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 15%;
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu .left {
    width: 20%;
  }
}
header .menu .submenu.fullSubmenu .left .enTitle {
  color: #000;
  font-size: clamp(22px, 1.5vw, 24px);
  font-weight: 700;
  letter-spacing: 1.2px;
}
header .menu .submenu.fullSubmenu .left .twTitle {
  color: #00a84d;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 0.8px;
}
header .menu .submenu.fullSubmenu .right {
  display: flex;
  width: 85%;
  max-width: 1390px;
  gap: 40px;
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu .right {
    width: 80%;
  }
}
header .menu .submenu.fullSubmenu .right .fullItem {
  width: 25%;
}
header .menu .submenu.fullSubmenu .right .fullItem.onlyArticle {
  display: flex;
  flex-wrap: wrap;
}
header .menu .submenu.fullSubmenu .right .fullItem.onlyArticle .item:first-child {
  width: 100%;
}
header .menu .submenu.fullSubmenu .right .fullItem.onlyArticle .item {
  width: 25%;
}
header .menu .submenu.fullSubmenu .right .item:first-child a {
  color: #000000;
  padding: 8px 40px 10px;
  border-bottom: 1px solid #e1eedd;
}
header .menu .submenu.fullSubmenu .right .item:first-child .thirdmenuTitle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 40px 10px;
  border-bottom: 1px solid #e1eedd;
}
header .menu .submenu.fullSubmenu .right .item:first-child .thirdmenuTitle .thirdmenuTitleText {
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #000000;
  line-height: 1.25;
}
header .menu .submenu.fullSubmenu .right .item:first-child {
  margin-bottom: 8px;
}
header .menu .submenu.fullSubmenu .right .item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 40px;
  line-height: 1.25;
  letter-spacing: 1.2px;
  font-size: clamp(16px, 1.18vw, 18px);
  color: #666666;
  border-bottom: none;
}
header .menu .submenu.fullSubmenu .right .item a.current {
  color: #00A84D;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu .right .item a:hover {
    color: #00A84D;
  }
}
header .menu .submenu.fullSubmenu .right .item .titleIconBox {
  position: absolute;
  left: 0px;
}
header .menu .submenu.fullSubmenu.thirdmenu .wrap {
  flex-wrap: nowrap;
  align-items: flex-start;
}
header .menu .submenu.fullSubmenu.thirdmenu .left {
  max-width: 15%;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu.thirdmenu .left {
    max-width: 20%;
  }
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuRight {
  flex: 1 1 0%;
  width: auto;
  min-width: 0;
  max-width: 1390px;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 28px;
  box-sizing: border-box;
  text-align: left;
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuRight {
    width: 80%;
  }
}
header .menu .submenu.fullSubmenu.thirdmenu .fullItem {
  width: 100%;
  max-width: none;
  flex: none;
  align-self: stretch;
  text-align: left;
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuTitle {
  position: relative;
  margin-bottom: 12px;
  padding: 8px 40px 10px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e1eedd;
  display: flex;
  align-items: center;
  text-align: left;
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuTitle .titleIconBox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuTitle .thirdmenuTitleText {
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #000000;
  line-height: 1.25;
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuTitle.is-current .thirdmenuTitleText {
  color: #00A84D;
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuGrid {
  padding-left: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px 20px;
  align-items: start;
  justify-items: start;
  width: 100%;
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuLink {
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1.2px;
  color: #666666;
  padding: 8px 0;
  border-bottom: none !important;
  word-break: break-word;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuLink:hover {
    color: #00A84D;
  }
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuLink.current {
  color: #00A84D;
  font-weight: 400;
}
header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuLink.thirdmenuLinkMore {
  font-weight: 500;
  color: #00b2b3;
}
@media (min-width: 1181px) {
  header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuLink.thirdmenuLinkMore:hover {
    color: #00A84D;
  }
}
@media (max-width: 1440px) {
  header .menu .submenu.fullSubmenu.thirdmenu .thirdmenuGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
header .menu .submenu.twoLayers .submenuItem {
  position: relative;
}
header .menu .submenu.twoLayers .thirdMenu {
  width: 150px;
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}
header .menu .submenu.twoLayers .thirdMenuItem {
  width: 100%;
}
header .controlBox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 25px;
}
@media (max-width: 1440px) {
  header .controlBox {
    gap: 10px;
  }
}
@media (max-width: 1180px) {
  header .controlBox {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  header .controlBox {
    display: none;
  }
}
header .controlBox a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: clamp(16px, 1.18vw, 18px);
}
@media (min-width: 1181px) {
  header .controlBox a:hover {
    color: #00A84D;
  }
  header .controlBox a:hover .icon-inquiry {
    color: #00A84D;
  }
}
header .controlBox a .icon-inquiry {
  width: 14px;
  height: 18px;
  color: #1c1b1f;
  margin-right: 10px;
}
header .controlBox .languageBox {
  position: relative;
  color: #000;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 1680px) {
  header .controlBox .languageBox {
    letter-spacing: 0.2px;
  }
}
header .controlBox .languageBox .languageCurrent {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (min-width: 1181px) {
  header .controlBox .languageBox .languageCurrent:hover {
    color: #00A84D;
  }
  header .controlBox .languageBox .languageCurrent:hover .icon-language {
    color: #00A84D;
  }
}
header .controlBox .languageBox .languageCurrent .icon-language {
  width: 18px;
  height: 18px;
  color: #1c1b1f;
  margin-right: 10px;
}
header .controlBox .languageBox .languageList {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
header .controlBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(10px);
}
header .controlBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .controlBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1181px) {
  header .controlBox .languageBox .languageList li a:hover {
    background-color: #00A84D;
    color: #fff;
  }
}
header .controlBox .languageBox .languageList li a.current {
  background-color: #00A84D;
  color: #fff;
}

/*slideMenu*/
.slideMenuTrigger {
  width: 50px;
  height: 50px;
  align-items: center;
  background-color: #00A84D;
  border: 1px solid #00A84D;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 20px;
  position: relative;
}
@media (min-width: 1181px) {
  .slideMenuTrigger {
    display: none;
  }
}
.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;
  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;
  transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
  top: 0;
  left: 0;
  transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(8px);
}
.slideMenuTrigger.close {
  margin-left: 0;
}
.slideMenuTrigger.close .line {
  background-color: transparent;
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before, .slideMenuTrigger.close .line::after {
  transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.close .line::before {
  top: 0;
  left: 0;
  transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.close .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1181px) {
  .slideMenuTrigger.close:hover span {
    transform: rotate(180deg);
  }
}
@media (min-width: 1181px) {
  .slideMenuTrigger:hover {
    background-color: #fff;
  }
  .slideMenuTrigger:hover span {
    background-color: transparent;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
  }
  .slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
    background-color: #00A84D;
    transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
  }
  .slideMenuTrigger:hover span::before {
    transform: translateY(0) rotate(45deg);
  }
  .slideMenuTrigger:hover span::after {
    transform: translateY(0) rotate(-45deg);
  }
}

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

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

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

/*footer*/
footer {
  background-color: #fafafa;
}
footer .wrap {
  max-width: 1490px;
}
footer .footerContactBox {
  background-color: #005b3e;
  max-width: 1585px;
  margin: 0 auto;
}
footer .footerContactBox .wrap {
  padding-top: 52px;
  padding-bottom: 98px;
}
@media (max-width: 1440px) {
  footer .footerContactBox .wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  footer .footerContactBox .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .footerContactBox .footerContactHead {
  display: flex;
  align-items: flex-end;
  margin-bottom: 60px;
  color: #fff;
  gap: 47px;
}
@media (max-width: 1440px) {
  footer .footerContactBox .footerContactHead {
    margin-bottom: 40px;
  }
}
@media (max-width: 1180px) {
  footer .footerContactBox .footerContactHead {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  footer .footerContactBox .footerContactHead {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
footer .footerContactBox .footerContactTitle {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
footer .footerContactBox .footerContactTitle .titleBox {
  margin-bottom: 0;
}
footer .footerContactBox .footerContactTitle .title {
  display: flex;
  align-items: flex-end;
  gap: 13px;
}
footer .footerContactBox .footerContactTitle .title .twTitle {
  color: #fff;
  font-size: clamp(24px, 2.1vw, 36px);
}
footer .footerContactBox .footerContactTitle .title .enTitle {
  color: #fff;
  font-size: clamp(16px, 1.18vw, 20px);
  letter-spacing: 1.6px;
  line-height: clamp(16px, 1.18vw, 20px);
  font-weight: 400;
  padding-bottom: 4px;
}
footer .footerContactBox .footerLineBtn {
  background-color: #00a84d;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 0.8px;
  gap: 25px;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  footer .footerContactBox .footerLineBtn {
    gap: 15px;
    padding: 10px 15px;
  }
}
footer .footerContactBox .footerLineBtn img {
  width: 24px;
  height: 24px;
}
@media (prefers-reduced-motion: no-preference) {
  footer .footerContactBox .footerLineBtn {
    opacity: 0;
    visibility: hidden;
    transition: none;
  }
}
footer .footerContactBox .footerContactForm .formList {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
}
@media (max-width: 1180px) {
  footer .footerContactBox .footerContactForm .formList {
    gap: 30px;
    margin-right: -10px;
  }
}
footer .footerContactBox .footerContactForm .formLeft,
footer .footerContactBox .footerContactForm .formRight {
  display: flex;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnInput,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnSelect,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnArea,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnInput,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnSelect,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnArea {
  font-weight: 400;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnInput::-moz-placeholder, footer .footerContactBox .footerContactForm .formLeft .formColumn .columnSelect::-moz-placeholder, footer .footerContactBox .footerContactForm .formLeft .formColumn .columnArea::-moz-placeholder, footer .footerContactBox .footerContactForm .formRight .formColumn .columnInput::-moz-placeholder, footer .footerContactBox .footerContactForm .formRight .formColumn .columnSelect::-moz-placeholder, footer .footerContactBox .footerContactForm .formRight .formColumn .columnArea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnInput::placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnSelect::placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnArea::placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnInput::placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnSelect::placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnArea::placeholder {
  color: #fff;
  opacity: 1;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnInput::-webkit-input-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnSelect::-webkit-input-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnArea::-webkit-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnInput::-webkit-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnSelect::-webkit-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnArea::-webkit-input-placeholder {
  color: #fff;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnInput::-moz-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnSelect::-moz-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnArea::-moz-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnInput::-moz-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnSelect::-moz-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnArea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnInput:-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnSelect:-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnArea:-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnInput:-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnSelect:-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnArea:-ms-input-placeholder {
  color: #fff;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnInput::-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnSelect::-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formLeft .formColumn .columnArea::-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnInput::-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnSelect::-ms-input-placeholder,
footer .footerContactBox .footerContactForm .formRight .formColumn .columnArea::-ms-input-placeholder {
  color: #fff;
}
footer .footerContactBox .footerContactForm .formLeft {
  width: 56.5%;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 12px;
  margin-top: -2px;
}
@media (max-width: 1180px) {
  footer .footerContactBox .footerContactForm .formLeft {
    width: 100%;
  }
}
footer .footerContactBox .footerContactForm .formLeft .formColumn {
  padding: 0 10px;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.class, footer .footerContactBox .footerContactForm .formLeft .formColumn.name, footer .footerContactBox .footerContactForm .formLeft .formColumn.telephone, footer .footerContactBox .footerContactForm .formLeft .formColumn.email {
  width: 50%;
}
@media (max-width: 640px) {
  footer .footerContactBox .footerContactForm .formLeft .formColumn.class, footer .footerContactBox .footerContactForm .formLeft .formColumn.name, footer .footerContactBox .footerContactForm .formLeft .formColumn.telephone, footer .footerContactBox .footerContactForm .formLeft .formColumn.email {
    width: 100%;
  }
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnInput {
  width: 100%;
  padding: 8px 45% 12px 19px;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox {
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  gap: 30px;
}
@media (max-width: 1440px) {
  footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox {
    gap: 10px;
    right: 10px;
  }
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox .columnCheckLabel {
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: clamp(15px, 1.18vw, 18px);
  font-weight: 400;
  gap: 8px;
}
@media (max-width: 1440px) {
  footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox .columnCheckLabel {
    gap: 5px;
  }
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox .columnCheckLabel input {
  accent-color: #fff;
  width: 12px;
  height: 12px;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox .columnCheckLabel input::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox .columnCheckLabel input::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00a84d;
  border: 1px solid #00a84d;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.name .columnCheckBox .columnCheckLabel input:checked::after {
  opacity: 1;
}
footer .footerContactBox .footerContactForm .formLeft .formColumn.select::before {
  bottom: 25px;
  right: 30px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .footerContactBox .footerContactForm .formRight {
  width: 43.5%;
}
@media (max-width: 1180px) {
  footer .footerContactBox .footerContactForm .formRight {
    width: 100%;
    padding-right: 10px;
  }
}
footer .footerContactBox .footerContactForm .formRight .formColumn {
  padding: 0 15px;
}
footer .footerContactBox .footerContactForm .formRight .formColumn.exp {
  padding: 0 11px;
  width: calc(100% - 120px);
}
footer .footerContactBox .footerContactForm .formRight .formColumn.submit {
  padding: 0;
  width: 120px;
}
footer .footerContactBox .footerContactForm .formRight .columnArea {
  background-color: #007760;
  color: #fff;
  font-size: clamp(16px, 1.18vw, 18px);
  padding: 10px 22px;
  width: 100%;
  height: 100%;
  resize: none;
}
footer .footerContactBox .footerContactForm .formRight .columnArea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .footerContactBox .footerContactForm .formRight .columnArea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .footerContactBox .footerContactForm .formRight .btnBox {
  margin: 0;
  width: 100%;
}
footer .footerContactBox .footerContactForm .formRight .btnBox .btn {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 20px;
  min-width: unset;
}
footer .footerContactBox .footerContactForm .formRight .btnBox .btn .submitText {
  font-size: clamp(16px, 1.18vw, 16px);
  letter-spacing: 0.6px;
  font-weight: 400;
}
@media (min-width: 1181px) {
  footer .footerContactBox .footerContactForm .formRight .btnBox .btn:hover {
    background-color: #fff;
    color: #005b3e;
  }
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree {
  width: 100%;
  padding: 16px 10px 0;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .columnCheckBox {
  width: 100%;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .columnCheckLabel {
  align-items: flex-start;
  color: #fff;
  cursor: pointer;
  display: flex;
  gap: 8px;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .columnCheck {
  flex: 0 0 16px;
  margin-top: 3px;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .columnCheck.styleCheck::before {
  border-color: #fff;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .columnCheck.styleCheck::after {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 16 16'><path d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .privacyAgreeExp {
  clear: none;
  color: #fff;
  display: block;
  font-size: clamp(14px, 0.9375vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: none;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .privacyAgreeExp p {
  margin: 0;
}
footer .footerContactBox .footerContactForm .formColumn.privacyAgree .privacyAgreeExp a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  footer .footerContactBox .footerContactForm .formColumn.privacyAgree .privacyAgreeExp a:hover {
    opacity: 0.85;
  }
}
footer .footerContactBox .footerContactForm .columnInput,
footer .footerContactBox .footerContactForm .columnSelect {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: clamp(16px, 1.18vw, 18px);
  padding: 8px 19px 12px;
  width: 100%;
  height: 54px;
  letter-spacing: 0.8px;
}
footer .footerContactBox .footerContactForm .columnInput::-moz-placeholder, footer .footerContactBox .footerContactForm .columnSelect::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .footerContactBox .footerContactForm .columnInput::placeholder,
footer .footerContactBox .footerContactForm .columnSelect::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
footer .footerContactBox .footerContactForm .columnSelect {
  background-color: #005b3e;
}
footer .footerInfoBox {
  padding: 58px 0;
}
@media (max-width: 768px) {
  footer .footerInfoBox {
    padding: 40px 0;
  }
}
footer .footerInfoBox .topBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  footer .footerInfoBox .topBox {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
footer .footerInfoBox .companyName {
  color: #000000;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 2.2px;
  line-height: 1.25;
}
footer .footerInfoBox .socialBox {
  display: flex;
  gap: 40px;
}
footer .footerInfoBox .socialBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #666666;
  transition: color 0.4s;
}
footer .footerInfoBox .socialBox a svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1181px) {
  footer .footerInfoBox .socialBox a:hover {
    color: #00a84d;
  }
}
footer .footerInfoBox .bottomBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1280px) {
  footer .footerInfoBox .bottomBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
footer .footerInfoBox .infoList {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 58px;
}
@media (max-width: 1440px) {
  footer .footerInfoBox .infoList {
    gap: 10px 30px;
  }
}
@media (max-width: 768px) {
  footer .footerInfoBox .infoList {
    grid-template-columns: auto;
  }
}
footer .footerInfoBox .infoList li {
  color: #666;
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}
footer .footerInfoBox .infoList li.addr a {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
footer .footerInfoBox .infoList li .label {
  color: #00624f;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 500;
  letter-spacing: 1.2px;
}
@media (max-width: 768px) {
  footer .footerInfoBox .infoList li .label {
    min-width: 63.5px;
  }
}
footer .footerInfoBox .infoList li a,
footer .footerInfoBox .infoList li span {
  color: #212121;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 1181px) {
  footer .footerInfoBox .infoList li a:hover {
    color: #00A84D;
  }
}
footer .footerInfoBox .copyrightBox {
  text-align: right;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.72px;
}
@media (max-width: 1280px) {
  footer .footerInfoBox .copyrightBox {
    text-align: left;
  }
}
footer .footerInfoBox .copyrightBox .copyright {
  margin-bottom: 15px;
}
footer .footerInfoBox .copyrightBox .ibestLink a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.72px;
}
@media (min-width: 1181px) {
  footer .footerInfoBox .copyrightBox .ibestLink a:hover {
    color: #00A84D;
  }
}
footer .footerInfoBox .copyrightBox .ibestLink span {
  margin-left: 5px;
}
footer .footerTextBox {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 18px 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  footer .footerTextBox {
    padding: 30px 0 18px;
  }
}
footer .footerTextBox .footerTextContent p {
  margin-bottom: 9px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
footer .footerTextBox .footerTextContent p.en {
  letter-spacing: 0.78px;
  font-family: "Montserrat", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}

.sideBtnBox {
  position: fixed;
  top: 85%;
  right: 0.5vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px;
  gap: 7px;
  transform: translateY(-50%);
  z-index: 50;
}
.sideBtnBox.show {
  top: 50%;
  right: 2vw;
}
@media (max-width: 1536px) {
  .sideBtnBox {
    right: 0px;
  }
}
@media (max-width: 1180px) {
  .sideBtnBox {
    display: none;
  }
}
.sideBtnBox .inquiryBtn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 60px;
  min-height: 140px;
  padding: 14px 8px 14px;
  border: 1px solid #00a84d;
  background-color: #00a84d;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1536px) {
  .sideBtnBox .inquiryBtn {
    width: 50px;
  }
}
@media (min-width: 1181px) {
  .sideBtnBox .inquiryBtn:hover {
    background-color: #fff;
    color: #00a84d;
  }
  .sideBtnBox .inquiryBtn:hover .icon-side-inquiry {
    color: #00a84d;
  }
}
.sideBtnBox .inquiryBtn .icon-side-inquiry {
  width: 32px;
  height: 30px;
  flex-shrink: 0;
  margin-bottom: 17px;
  color: #fff;
}
.sideBtnBox .inquiryBtn .inquiryBtnText {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 3;
  white-space: nowrap;
  margin-right: 2px;
}
.sideBtnBox .goTop {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 1px solid #00a84d;
  background-color: #fff;
  color: #000000;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1536px) {
  .sideBtnBox .goTop {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 1181px) {
  .sideBtnBox .goTop:hover {
    color: #00a84d;
  }
}
.sideBtnBox .goTop .icon-goTop {
  width: 38px;
  height: 38px;
  display: block;
}

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

/*手機快捷選單*/
.fixedQuickLink {
  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: flex;
}
.fixedQuickLink li {
  flex: 1;
}
.fixedQuickLink li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 13px;
  color: #fff;
}
.fixedQuickLink i {
  margin-bottom: 5px;
}
.fixedQuickLink svg {
  width: 13px;
  height: 19px;
  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: 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: 18px;
  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: #00A84D;
  }
}

/*booking*/
.bookingArea {
  margin-top: -85px;
  position: relative;
  z-index: 2;
}
@media (max-width: 960px) {
  .bookingArea {
    margin-top: 0;
  }
}
.bookingArea .wrap {
  display: flex;
  padding: 0;
  background-color: #fff;
}
@media (max-width: 960px) {
  .bookingArea .wrap {
    flex-direction: column;
    padding: 15px 20px;
  }
}
.bookingArea .title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  font-size: 15px;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 1440px) {
  .bookingArea .title {
    flex: 2;
  }
}
@media (max-width: 960px) {
  .bookingArea .title {
    display: none;
  }
}
.bookingArea .title i {
  margin-right: 15px;
  font-size: 20px;
}
.bookingArea .bookingList {
  align-items: center;
  display: flex;
  flex: 6;
  padding: 20px;
  gap: 12px;
}
@media (max-width: 768px) {
  .bookingArea .bookingList {
    padding: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 640px) {
  .bookingArea .bookingList {
    flex: 1;
    flex-direction: column;
    margin-bottom: 12px;
  }
}
@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 .dateRange,
.bookingArea .bookingCount {
  align-items: center;
  display: flex;
  gap: 24px;
}
@media (max-width: 640px) {
  .bookingArea .dateRange,
  .bookingArea .bookingCount {
    width: 100%;
  }
}
.bookingArea .bookingDate {
  text-align: center;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .bookingArea .bookingDate {
    flex: 1;
  }
}
.bookingArea .bookingCount {
  position: relative;
  height: 45px;
  min-height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: center;
  cursor: pointer;
}
.bookingArea .bookingCount::after {
  content: "";
  position: absolute;
  content: "\f229";
  font-family: "bootstrap-icons";
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.bookingArea .bookingCountDropDown {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  z-index: 5;
}
.bookingArea .bookingCountDropDown .bookingCountItems {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bookingArea .bookingCountDropDown .bookingCountItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bookingArea .bookingCountDropDown .countBox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bookingArea .bookingCountDropDown .countBox .countNum {
  padding: 0 24px;
}
.bookingArea .bookingCountDropDown .countBox .btnCount {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bookingArea .bookingCountDropDown .countBox .btnCount i {
  color: currentColor;
}
@media (min-width: 1181px) {
  .bookingArea .bookingCountDropDown .countBox .btnCount:hover {
    color: #fff;
    background-color: #00A84D;
  }
}
.bookingArea .btnBox {
  flex: 3;
  margin: 0;
}
@media (max-width: 1440px) {
  .bookingArea .btnBox {
    flex: 2;
  }
}
.bookingArea .btnBox .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #00A84D;
  color: #fff;
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 0.2rem;
}
@media (min-width: 1181px) {
  .bookingArea .btnBox .btn:hover {
    background-color: #00A84D;
  }
}
@media (max-width: 960px) {
  .bookingArea .btnBox {
    flex: 1;
  }
  .bookingArea .btnBox button {
    padding: 12px;
  }
}
.bookingArea input,
.bookingArea select {
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #e6e6e6;
  font-size: clamp(16px, 0.9375vw, 18px);
}

/*********內頁**********/
.mainArea {
  padding-bottom: 100px;
  min-height: 80dvh;
  min-height: 80vh;
}
@media (max-width: 1180px) {
  .mainArea {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mainArea .contentBox {
  clear: both;
  padding-bottom: clamp(30px, 2.6042vw, 50px);
}
@media (max-width: 768px) {
  .mainArea .contentBox {
    padding-bottom: clamp(20px, 2.0833vw, 40px);
  }
}

/*bread*/
.bread {
  margin-bottom: 60px;
  padding: 41px 0;
}
@media (max-width: 1180px) {
  .bread {
    margin-bottom: 0px;
    padding: 30px 0;
  }
}
.bread .wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bread .wrap a,
.bread .wrap span {
  display: inline-block;
  font-size: clamp(16px, 1.18vw, 16px);
  line-height: 1;
  letter-spacing: 0.5px;
}
.bread .wrap a {
  color: #666666;
}
@media (min-width: 1181px) {
  .bread .wrap a:hover {
    color: #000000;
  }
}
.bread .wrap span {
  color: #666666;
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
  position: relative;
}
.bread a.homeLink {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 10px;
}
.bread a.homeLink .icon-home {
  width: 15px;
  height: 16.5px;
}
.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 #666666;
  border-bottom: 1px solid #666666;
  position: absolute;
  top: 50%;
  left: 7px;
  z-index: 1;
  transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
  padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
  content: "";
  width: 1px;
  height: 80%;
  background-color: #666666;
  position: absolute;
  top: 10%;
  left: 10px;
  z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
  padding-left: 22px;
}
.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: 4px;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
}
@media (max-width: 768px) {
  .bread {
    display: none;
  }
}

/*文章標題*/
.articleTitle {
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
  position: relative;
}
.articleTitle::before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, transparent 50%, transparent 100%);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}

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

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

.classNote {
  padding: 20px 0;
}
.classNote.thankInfo {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.classNote img {
  max-width: 100%;
}

/*類別*/
.classBox {
  position: relative;
  z-index: 4;
}
@media (max-width: 1180px) {
  .classBox {
    margin: 0px auto 20px;
  }
}
.classBox .classCurrent {
  background-color: #00A84D;
  color: #fff;
  cursor: pointer;
  font-size: clamp(16px, 0.9375vw, 18px);
  letter-spacing: 1px;
  padding: 10px 30px 10px 10px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f229";
  color: #fff;
  font-size: 15px;
  font-family: bootstrap-icons;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .classBoxRow {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
  }
  .classBoxRow .classLink li,
  .classBoxRow .classLink .classItem {
    margin-bottom: 10px;
    margin-right: 7.5px;
    margin-left: 7.5px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    background-color: #f0f0f0;
    color: #000;
    display: block;
    padding: 10px 15px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: center;
    transition: all 0.4s ease-in-out;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #00A84D;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #00A84D;
    color: #fff;
  }
}

.classBoxColumn .classLink > .classItem:has(.open) {
  margin-bottom: 16px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #00624f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
  transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
  transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
  background-color: #00A84D;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
  background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
  transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span {
  padding-left: 20px;
  background-color: #ffffff;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current {
  background-color: #00a84d;
  color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open {
  background-color: #00a84d;
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover,
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span:hover {
    background-color: #00a84d;
  }
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a {
  padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a.current {
  background-color: rgba(0, 168, 77, 0.5);
  color: #fff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a:hover {
    background-color: rgba(0, 168, 77, 0.5);
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
    animation: aniSlideLeft 0.5s 0.3s ease-out both;
  }
}
.classBoxColumn .classLink .dataItem a {
  background-color: #ffffff;
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink > .classItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxColumn .classLink .dataList {
    display: none;
  }
  .classBoxColumn .classLink .linkHasItems {
    border-top: 2px solid #00624f;
    font-size: clamp(16px, 1.18vw, 20px);
    padding: 20px 8px;
    color: #000000;
  }
  .classBoxColumn .classLink .linkHasItems.open {
    background-color: transparent;
    color: #000000;
  }
  .classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
    background-color: #00624f;
  }
  .classBoxColumn .classLink .linkHasItems.current {
    background-color: transparent;
    color: #000000;
  }
  .classBoxColumn .classLink .linkHasItems.current::before, .classBoxColumn .classLink .linkHasItems.current::after {
    background-color: #00624f;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classLink .linkHasItems:hover {
    background-color: #00624f;
    color: #ffffff;
  }
  .classBoxColumn .classLink .linkHasItems:hover::before, .classBoxColumn .classLink .linkHasItems:hover::after {
    background-color: #ffffff;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #666666;
    display: block;
    font-size: clamp(14px, 1.18vw, 18px);
    line-height: 1.23;
    letter-spacing: 0.55px;
    padding: 18px 15px;
    position: relative;
    transition: all 0.4s ease-in-out;
  }
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #00A84D;
    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: #00A84D;
    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 {
    width: 100%;
    max-height: 65dvh;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink::-webkit-scrollbar-track,
  .classBoxColumn .classLink::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #f0f0f0;
  }
  .classBoxRow .classLink::-webkit-scrollbar,
  .classBoxColumn .classLink::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #f0f0f0;
  }
  .classBoxRow .classLink::-webkit-scrollbar-thumb,
  .classBoxColumn .classLink::-webkit-scrollbar-thumb {
    background: #00A84D;
  }
  .classBoxRow .classLink.open,
  .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > li:not(:first-child),
  .classBoxRow .classLink .classItem:not(:first-child),
  .classBoxColumn .classLink > li:not(:first-child),
  .classBoxColumn .classLink .classItem:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxRow .classLink > li > a.current,
  .classBoxRow .classLink > li span.current,
  .classBoxRow .classLink .classItem > a.current,
  .classBoxRow .classLink .classItem span.current,
  .classBoxColumn .classLink > li > a.current,
  .classBoxColumn .classLink > li span.current,
  .classBoxColumn .classLink .classItem > a.current,
  .classBoxColumn .classLink .classItem span.current {
    color: #fff;
  }
  .classBoxRow .classLink > li ul,
  .classBoxRow .classLink > li .dataList,
  .classBoxRow .classLink .classItem ul,
  .classBoxRow .classLink .classItem .dataList,
  .classBoxColumn .classLink > li ul,
  .classBoxColumn .classLink > li .dataList,
  .classBoxColumn .classLink .classItem ul,
  .classBoxColumn .classLink .classItem .dataList {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span,
  .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #000000;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
    color: #666666;
    font-size: clamp(14px, 1.18vw, 18px);
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current,
  .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #00A84D;
    color: #fff;
  }
  .classBoxRow .classLink .linkHasItems.current::before, .classBoxRow .classLink .linkHasItems.current::after,
  .classBoxColumn .classLink .linkHasItems.current::before,
  .classBoxColumn .classLink .linkHasItems.current::after {
    background-color: #fff;
  }
}

/*頁碼*/
.pageBox .pageList {
  align-items: center;
  border-top: 1px solid #cecece;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  .pageBox .pageList {
    padding: 30px 0;
  }
}
.pageBox .pageList a {
  border: 1px solid #c2c2c2;
  color: #666;
  display: block;
  font-size: clamp(14px, 1.18vw, 16px);
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
  content: "";
  width: 14px;
  height: 14px;
  border-left: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  display: block;
  position: absolute;
}
.pageBox .pageList a.prevBtn::before {
  transform: translateY(-50%) rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
  transform: translateY(-50%) rotate(-135deg);
}
@media (min-width: 1181px) {
  .pageBox .pageList a:hover {
    border: 1px solid #00A84D;
    background-color: #00A84D;
    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 {
  justify-content: flex-end;
  border-top: none;
  padding: 0 0 40px 0;
  margin-right: -15px;
}
@media (max-width: 1180px) {
  .pageBox .pageList.number {
    justify-content: center;
    padding: 0 0 20px 0;
    margin-right: 0px;
  }
}
.pageBox .pageList.number.oval a {
  width: 50px;
}
.pageBox .pageList.number a,
.pageBox .pageList.number span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  border: 1px solid transparent;
  margin: 0 6.5px;
  color: #000000;
}
@media (max-width: 480px) {
  .pageBox .pageList.number a,
  .pageBox .pageList.number span {
    margin: 0;
  }
}
.pageBox .pageList.number a.disabled,
.pageBox .pageList.number span.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before,
.pageBox .pageList.number span.prevBtn::before,
.pageBox .pageList.number span.nextBtn::before {
  margin: auto;
  top: 50%;
  bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before,
.pageBox .pageList.number span.prevBtn::before {
  left: 5px;
  right: 0;
}
.pageBox .pageList.number a.nextBtn::before,
.pageBox .pageList.number span.nextBtn::before {
  left: 0;
  right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn,
.pageBox .pageList.number span.firstBtn,
.pageBox .pageList.number span.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,
  .pageBox .pageList.number span.firstBtn:hover,
  .pageBox .pageList.number span.lastBtn:hover {
    background-color: transparent;
    color: #00A84D;
  }
}
.pageBox .pageList.number a.current,
.pageBox .pageList.number span.current {
  border: 1px solid #00a84d;
  background-color: #fff;
  color: #00a84d;
}
@media (min-width: 1181px) {
  .pageBox .pageList.number a:hover,
  .pageBox .pageList.number span:hover {
    border: 1px solid #00a84d;
    background-color: #fff;
    color: #00a84d;
  }
  .pageBox .pageList.number a:hover::before, .pageBox .pageList.number a:hover::after,
  .pageBox .pageList.number span:hover::before,
  .pageBox .pageList.number span:hover::after {
    border-left: 1px solid #00a84d;
    border-bottom: 1px solid #00a84d;
  }
  .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,
  .pageBox .pageList.number span:hover.firstBtn::before,
  .pageBox .pageList.number span:hover.firstBtn::after,
  .pageBox .pageList.number span:hover.lastBtn::before,
  .pageBox .pageList.number span:hover.lastBtn::after {
    border-left: 1px solid #00a84d;
    border-bottom: 1px solid #00a84d;
  }
}
.pageBox .pageList.number span {
  pointer-events: none;
}
.pageBox .pageList.number .pageNumberSelect {
  width: 30px;
  height: 30px;
  font-weight: 400;
  line-height: 28px;
  position: relative;
  text-align: center;
  margin: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #000;
  display: block;
  font-size: 15px;
}
@media (min-width: 1180px) {
  .pageBox .pageList.number .pageNumberSelect {
    display: none;
  }
}
.pageBox .pageList.prevnext {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext {
    gap: 5px;
  }
}
.pageBox .pageList.prevnext li.prev {
  margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
  margin-left: auto;
}
.pageBox .pageList.prevnext a {
  width: 180px;
  height: 45px;
  font-weight: 300;
  line-height: 43px;
  padding: 0 20px;
  position: relative;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
  top: 50%;
}
.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;
}
.pageBox .pageList.prevnext a.backListBtn {
  text-align: center;
}
@media (max-width: 768px) {
  .pageBox .pageList.prevnext {
    margin-top: 40px;
  }
  .pageBox .pageList.prevnext a {
    width: 125px;
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .pageBox .pageList.prevnext li {
    flex: 1;
  }
  .pageBox .pageList.prevnext a {
    width: 100%;
  }
}
.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 {
  cursor: pointer;
  border-top: 2px solid #00624f;
  display: flex;
  flex-direction: column;
}
.tagBox .tagTitle {
  position: relative;
  color: #000000;
  display: block;
  padding: 20px 8px;
  font-size: clamp(16px, 1.18vw, 20px);
  line-height: 1.23;
  letter-spacing: 0.55px;
}
@media (max-width: 1180px) {
  .tagBox .tagTitle {
    padding: 12px 8px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #00a84d;
  }
}
.tagBox .tagTitle::before, .tagBox .tagTitle::after {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #00624f;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  transition: all 0.5s;
}
@media (max-width: 1180px) {
  .tagBox .tagTitle::before, .tagBox .tagTitle::after {
    background-color: #ffffff;
  }
}
.tagBox .tagTitle::before {
  transform: translateY(-50%);
}
.tagBox .tagTitle::after {
  transform: translateY(-50%) rotate(90deg);
}
.tagBox .tagTitle.open {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 1180px) {
  .tagBox .tagTitle.open {
    color: #ffffff;
    background-color: #00a84d;
  }
}
.tagBox .tagTitle.open::before, .tagBox .tagTitle.open::after {
  background-color: #00624f;
}
@media (max-width: 1180px) {
  .tagBox .tagTitle.open::before, .tagBox .tagTitle.open::after {
    background-color: #ffffff;
  }
}
.tagBox .tagTitle.open::after {
  transform: translateY(-50%) rotate(0);
}
@media (min-width: 1181px) {
  .tagBox .tagTitle:hover {
    background-color: #00624f;
    color: #ffffff;
  }
  .tagBox .tagTitle:hover::before, .tagBox .tagTitle:hover::after {
    background-color: #ffffff;
  }
}
.tagBox a {
  position: relative;
  color: #666666;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 1.18vw, 16px);
  line-height: 1.23;
  letter-spacing: 0.55px;
  padding: 18px 15px 18px 44px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
@media (min-width: 1181px) {
  .tagBox a:hover::after {
    opacity: 1;
  }
}
.tagBox a::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 12px;
  height: 12px;
  border: 1px solid #00a84d;
}
.tagBox a::after {
  content: "";
  position: absolute;
  left: 22px;
  width: 8px;
  height: 8px;
  background-color: #00a84d;
  opacity: 0;
}
.tagBox a.current::after {
  opacity: 1;
}

/*頁籤*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1180px) {
  .tab {
    margin-top: 20px;
  }
}
.tab .tabItem {
  flex: 1;
}
.tab a {
  height: 100%;
  align-items: center;
  color: #000000;
  display: flex;
  justify-content: center;
  padding: 15px 10px;
  position: relative;
  text-align: center;
  word-break: break-word;
  z-index: 2;
}
.tab a.current {
  background-color: #00A84D;
  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%;
  height: auto;
  display: block;
  backface-visibility: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.albumBox .albumListMain .albumItem {
  height: 400px;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  aspect-ratio: 4/3;
  padding: 0 5px;
}

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

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

/* contact / inquiry 成功頁預設文案 */
.mainArea.successPage .successTxt {
  color: #00A84D;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1180px) {
  .mainArea.successPage .successTxt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .mainArea.successPage .successTxt {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .mainArea.successPage .successTxt {
    font-size: 18px;
  }
}

/*側邊_聯絡資訊 (contact / inquiry 內頁，與 footer 同風格、垂直排列) */
.mainArea .sideContactInfo {
  margin-top: 20px;
}
.mainArea .sideContactInfo .infoList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.mainArea .sideContactInfo .infoList li {
  color: #666;
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}
.mainArea .sideContactInfo .infoList li.addr a {
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
.mainArea .sideContactInfo .infoList li .label {
  color: #00624f;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 500;
  letter-spacing: 1.2px;
  flex-shrink: 0;
}
.mainArea .sideContactInfo .infoList li a,
.mainArea .sideContactInfo .infoList li span {
  color: #212121;
  font-size: clamp(16px, 1.18vw, 18px);
  font-weight: 400;
  letter-spacing: 1px;
}
@media (min-width: 1181px) {
  .mainArea .sideContactInfo .infoList li a:hover {
    color: #00A84D;
  }
}

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

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

/*社群分享*/
.sideShare {
  align-items: center;
  display: flex;
  margin: 20px 0;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #666666;
  display: inline-block;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 1181px) {
  .sideShare .shareList .shareItem a:hover,
  .sideShare .shareList .shareItem button:hover {
    opacity: 0.8;
  }
}
.sideShare .shareList .shareItem a svg,
.sideShare .shareList .shareItem button svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: -3px;
  vertical-align: middle;
  fill: #666666;
}
.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 {
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff !important;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  margin: 10px 5px;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  content: "";
  border-style: solid;
  display: block;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #00A84D transparent transparent;
  transform: translateX(-2px);
}
.slick-slider .slick-arrow.slick-next::before,
.controlBox .slick-arrow.slick-next::before {
  border-width: 5px 0 5px 9px;
  border-color: transparent transparent transparent #00A84D;
  transform: translateX(2px);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover,
  .controlBox .slick-arrow:hover {
    background-color: #00A84D !important;
  }
  .slick-slider .slick-arrow:hover.slick-prev::before,
  .controlBox .slick-arrow:hover.slick-prev::before {
    border-color: transparent #fff transparent transparent;
  }
  .slick-slider .slick-arrow:hover.slick-next::before,
  .controlBox .slick-arrow:hover.slick-next::before {
    border-color: transparent transparent transparent #fff;
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 16px;
  align-items: center;
  flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.vertical li,
.controlBox .slick-dots.vertical li {
  margin: 10px 0;
}
.slick-slider .slick-dots:not(.vertical) li,
.controlBox .slick-dots:not(.vertical) li {
  margin: 0 8px;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 8px;
  height: 8px;
}
.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: 8px;
  height: 8px;
  overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  width: 100%;
  height: 100%;
  background-color: #00A84D;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #00A84D;
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

#customScrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #dbdbdb;
  z-index: 9999;
  pointer-events: none;
}
#customScrollbar #customScrollbarThumb {
  position: absolute;
  width: 100%;
  background-color: #00A84D;
}