@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
.scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow .arrowText,
.controlBox .slick-arrow .arrowText, .slick-slider .slick-arrow .icon,
.controlBox .slick-arrow .icon, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, .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, .moduleMask, .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, button, a, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before, .btnBox .btn.animation::after, .btnBox .btn .btnText, .btnBox .btn {
  transition: all 0.5s ease-in-out;
}

/* ========================================
   共用元件 (Components)
   - 按鈕元件 (Buttons)
   - 產品卡片元件 (Product Card)
   - 優勢卡片元件 (Feature Card)  
   - 分類標籤元件 (Category Tabs)
   - 標題區塊元件 (Title Box)
======================================== */
.btnBox {
  margin-top: 20px;
}
.btnBox.flex {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btnBox.flex.left {
  justify-content: flex-start;
}
.btnBox.flex.right {
  justify-content: flex-end;
}
.btnBox.flex .btn {
  width: 100%;
  min-width: auto;
  max-width: 200px;
  flex: 1;
}
.btnBox.single.center {
  text-align: center;
}
.btnBox.single .btn {
  width: 100%;
  max-width: 200px;
}
.btnBox.full .btn {
  width: 100%;
}
.btnBox .btn {
  min-width: 204px;
  display: inline-block;
  background: linear-gradient(90deg, #219862, #D8E698, #D8E698, #219862);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1.8px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.btnBox .btn .btnText {
  display: inline-block;
  color: #fff;
}
@media (max-width: 1180px) {
  .btnBox .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .btnBox .btn {
    min-width: 112px;
    max-width: 200px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 20px;
  }
}
@media (min-width: 1181px) {
  .btnBox .btn:hover {
    background-position: right center;
  }
}
.btnBox .btn.small {
  font-size: 15px;
  line-height: 20px;
  padding: 10px 15px;
}
.btnBox .btn.small.bgSecond .btnText {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 15px;
}
@media (max-width: 768px) {
  .btnBox .btn.small {
    min-width: 112px;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 15px;
  }
  .btnBox .btn.small.bgSecond .btnText {
    font-size: 13px;
  }
}
.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: #006E3C;
}
@media (min-width: 1181px) {
  .btnBox .btn.animation:hover::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.btnBox .btn.bgMain {
  background: linear-gradient(90deg, #219862, #D8E698, #D8E698, #219862);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
  color: #fff;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgMain:hover {
    background-position: right center;
  }
  .btnBox .btn.bgMain:hover:not(.animation) {
    background-position: right center;
  }
}
.btnBox .btn.bgSecond {
  background: #fff;
  padding: 2px;
  position: relative;
  z-index: 1;
}
.btnBox .btn.bgSecond::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 99px;
  background: linear-gradient(90deg, #219862 0%, #D8E698 100%);
  z-index: -1;
}
.btnBox .btn.bgSecond .btnText {
  width: 100%;
  height: 100%;
  border-radius: 99px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006E3C;
  background-color: #fff;
  padding: 13px 20px;
}
@media (min-width: 1181px) {
  .btnBox .btn.bgSecond:hover .btnText {
    background-color: #006E3C;
    color: #fff;
  }
  .btnBox .btn.bgSecond:hover:not(.animation) .btnText {
    background-color: transparent;
  }
}
.btnBox .btn.rounded {
  border-radius: 99px;
}
.btnBox .btn.roundedSlightly {
  border-radius: 4px;
}

.sectionTitleBox {
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .sectionTitleBox {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .sectionTitleBox {
    margin-bottom: 15px;
  }
}
.sectionTitleBox.unitStyle .decoTitle {
  margin-bottom: 10px;
}
.sectionTitleBox.unitStyle .title {
  font-size: 44px;
}
@media (max-width: 1180px) {
  .sectionTitleBox.unitStyle .title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox.unitStyle .title {
    font-size: 30px;
  }
}
.sectionTitleBox.center {
  text-align: center;
}
.sectionTitleBox .decoTitle {
  display: inline-block;
  color: #006E3C;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.18px;
  margin-bottom: 24px;
  padding-left: 134px;
  position: relative;
  z-index: 1;
}
.sectionTitleBox .decoTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6.5px);
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: #006E3C;
  z-index: -1;
}
.sectionTitleBox .decoTitle::after {
  content: "";
  position: absolute;
  left: 21px;
  top: calc(50% - 1.1px);
  width: 103px;
  height: 1px;
  border-radius: 0px;
  background: #006E3C;
  z-index: -1;
}
@media (max-width: 1180px) {
  .sectionTitleBox .decoTitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .decoTitle {
    font-size: 14px;
  }
}
.sectionTitleBox .title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media (max-width: 1180px) {
  .sectionTitleBox .title {
    font-size: 40px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .title {
    font-size: 32px;
  }
}
.sectionTitleBox .subtitle {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-top: 18px;
}
@media (max-width: 1180px) {
  .sectionTitleBox .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .subtitle {
    font-size: 20px;
  }
}
.sectionTitleBox .text {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
}
.titleBox:not(.textLeft) .sectionTitleBox .text {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .sectionTitleBox .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .sectionTitleBox .text {
    font-size: 14px;
  }
}
.sectionTitleBox.colorWhite .decoTitle {
  color: #fff;
}
.sectionTitleBox.colorWhite .decoTitle::before, .sectionTitleBox.colorWhite .decoTitle::after {
  background-color: #fff;
}
.sectionTitleBox.colorWhite .title {
  color: #fff;
}
.sectionTitleBox.colorWhite .subtitle {
  color: #fff;
}
.sectionTitleBox.colorWhite .text {
  color: rgba(255, 255, 255, 0.9);
}

.dataTitle {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  line-height: 1.4;
  margin-bottom: 8px;
}
.dataTitle a {
  color: inherit;
}
@media (min-width: 1181px) {
  .dataTitle a:hover {
    color: #006E3C;
  }
}
@media (max-width: 1180px) {
  .dataTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .dataTitle {
    font-size: 16px;
  }
}

.dataText {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 8px;
}
@media (max-width: 1180px) {
  .dataText {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .dataText {
    font-size: 14px;
  }
}

.bgDecoText {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  font-family: "Poppins", sans-serif;
  font-size: 250px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(0, 110, 60, 0.33);
  color: transparent;
  background-size: 200% 100%;
  background-position: 200% 0;
  -webkit-background-clip: text;
  background-clip: text;
}
@media (max-width: 1180px) {
  .bgDecoText {
    font-size: 150px;
  }
}
@media (max-width: 768px) {
  .bgDecoText {
    display: none;
  }
}
.bgDecoText.colorWhite {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

@keyframes decoTextShine {
  0% {
    background-position: 200% 0;
  }
  30% {
    background-position: -100% 0;
  }
  50%, 100% {
    background-position: -200% 0;
  }
}
@keyframes decoTextShineWhite {
  0% {
    background-position: 200% 0;
  }
  30% {
    background-position: -100% 0;
  }
  50%, 100% {
    background-position: -200% 0;
  }
}
.categoryTabs {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .categoryTabs {
    margin-bottom: 24px;
  }
}
.categoryTabs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
@media (max-width: 768px) {
  .categoryTabs-list {
    gap: 8px;
  }
}

.categoryTab {
  padding: 10px 24px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 16px;
  color: #606060;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .categoryTab {
    padding: 8px 16px;
    font-size: 14px;
  }
}
@media (min-width: 1181px) {
  .categoryTab:hover {
    background-color: rgb(84.5, 255, 177.5);
    border-color: rgb(33.5, 255, 154.3181818182);
    color: #006E3C;
  }
}
.categoryTab.current {
  background-color: #006E3C;
  border-color: #006E3C;
  color: #fff;
}
@media (min-width: 1181px) {
  .categoryTab.current:hover {
    background-color: rgb(0, 84.5, 46.0909090909);
  }
}
.categoryTab:disabled, .categoryTab.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.formBox.changePassword {
  max-width: 640px;
  margin: 0 auto;
}
.formBox .formList {
  align-items: flex-start;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
.formBox .formRow {
  display: flex;
  flex-wrap: wrap;
}
.formBox .formColumn {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
  position: relative;
}
.formBox .formColumn.select {
  position: relative;
}
.formBox .formColumn.select::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #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.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
  border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
  border-color: #006E3C;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.02rem;
  margin-left: 4px;
}
.formBox .columnSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  outline: none;
  padding: 5px 25px 5px 10px;
  margin: 0;
}
.formBox .columnSelect:disabled {
  background-color: #e5e5e5 !important;
  color: #737373 !important;
}
.formBox .columnInput {
  padding: 5px 10px;
}
.formBox .columnInput::-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: 10px;
  color: #000;
  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, 110, 60, 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 aniSlideLeft {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes aniSlideDown {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bannerScrollAnimation {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes scrollHorizontal {
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
@keyframes scrollVertical {
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes loadingAni {
  0% {
    opacity: 0;
    transform: translateY(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.revealTarget {
  position: relative;
  overflow: hidden;
}
.revealTarget .revealOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--reveal-color, #D8E698);
  transform: translateX(0);
  z-index: 2;
  pointer-events: none;
  will-change: transform;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Poppins", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 1180px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
  overflow: hidden;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt {
  align-items: center;
}
@media (max-width: 640px) {
  body:not(.WebSiteHome) .bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
}

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: #006E3C;
  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;
    min-height: 50dvh;
  }
  body.errorPage .mainArea .top {
    font-size: 24px;
  }
}

address {
  font-style: normal;
}

a {
  color: #D8E698;
  cursor: pointer;
}
@media (min-width: 1181px) {
  a:hover {
    color: #006E3C;
  }
}

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

button {
  cursor: pointer;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

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

.Img a {
  display: block;
  width: 100%;
}
.Img img {
  display: block;
  height: auto;
}

div.titan {
  display: none;
}

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

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

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

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

/*module*/
.moduleBox {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1005;
  display: 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: #006E3C;
}
.moduleBox .moduleClose {
  width: 50px;
  height: 50px;
  background: none;
  background-color: #006E3C;
  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;
}
@media (max-width: 768px) {
  .moduleBox.privacy .btnBox {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    text-align: center;
  }
}
.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: #006E3C;
  position: absolute;
  bottom: -3px;
  left: 50%;
}
@media (min-width: 1181px) {
  .moduleBox.privacy .btnBox .btn.textLink:hover::before {
    width: 100%;
    left: 0;
  }
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
  padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.moduleBox.privacy .customList .topBox::before {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
  transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
  color: #006E3C;
  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(0, 201.8, 110.0727272727);
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
  background-color: rgb(0, 135.5, 73.9090909091);
  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: #006E3C;
  }
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .topBox {
    margin-bottom: 5px;
  }
}
.moduleBox.privacy .customList .text {
  background-color: #e1e1e1;
  padding: 18px 15px;
}
@media (max-width: 640px) {
  .moduleBox.privacy .customList .text {
    padding: 15px 12px;
  }
}
.moduleBox {
  /*瘣質岷頠?鞈潛頠?/
  &.cart {
  	.moduleWrap {
  		max-width: 480px;
  	}

  	.text {
  		color: #373737;
  		font-size: 14px;
  		letter-spacing: .05em;
  		text-align: center;

  		b {
  			padding-left: 4px;
  			padding-right: 4px;
  			font-weight: 400;
  			font-size: 18px;
  			color: $mainColor;
  		}
  	}

  	.cartBox {
  		max-height: 50vh;
  		border-top: 2px solid $mainColor;
  		border-bottom: 2px solid $lineColor;
  		margin-top: 20px;
  		margin-bottom: 20px;
  		overflow-y: auto;
  		padding-top: 15px;
  		padding-bottom: 15px;
  	}

  	.cartList {

  		.cartItem {
  			width: 100%;
  			display: flex;

  			&:not(:first-child) {
  				border-top: 1px solid $lineColor;
  				margin-top: 12px;
  				padding-top: 12px;
  			}
  		}

  		.Img {
  			width: 100px;
  			padding-right: 10px;

  			img {
  				@include img100;
  			}
  		}

  		.Txt {
  			min-width: 0;
  			flex: 1;
  			padding-right: 10px;
  			position: relative;
  		}

  		.title {
  			min-width: 0;
  			flex: 1;
  			padding-right: 5px;

  			a {
  				color: #000;
  				display: block;
  				font-size: 15px;
  				font-weight: 400;
  				@include oneLine;

  				@include hover {
  					color: $mainColor;
  				}
  			}
  		}

  		.spec {
  			color: #6a6a6a;
  			font-size: 14px;
  			margin-bottom: 3px;
  		}

  		.num {
  			color: #6a6a6a;
  			font-size: 14px;
  			line-height: 1;
  		}

  		.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;
  			@extend %ts;

  			@include hover {
  				background-color: $mainColor;
  				color: #fff;
  			}

  			svg {
  				width: 15px;
  				height: 18px;
  				display: inline-block;
  				vertical-align: middle;
  			}
  		}

  		@include media(400) {
  			.Img {
  				width: 85px;
  			}
  		}
  	}
  }

  /*閮?亥岷*/
}
.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: #006E3C;
  color: #fff;
  display: block;
  font-size: 16px;
  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;
  height: 100dvh;
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loadingArea:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #006E3C;
  z-index: 10;
  pointer-events: none;
}
.loadingArea .loadLogo {
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 0 40px;
}
.loadingArea .loadLogo svg {
  width: 100%;
  height: auto;
}
.loadingArea .loadLogo svg path {
  fill: transparent;
  stroke: #006E3C;
  stroke-width: 1px;
  stroke-dasharray: var(--length);
  stroke-dashoffset: var(--length);
  transition: stroke-dashoffset 2s ease-in-out, fill 0.5s ease 2s;
}
.loadingArea.show .loadLogo {
  opacity: 1;
}
.loadingArea.show .loadLogo svg path {
  stroke-dashoffset: 0;
  fill: #006E3C;
}
.loadingArea.hide .loadLogo {
  opacity: 0;
  transition-delay: 0.5s;
}
.loadingArea.hide {
  background-color: transparent;
  transition: background-color 0s linear 0.6s;
}
.loadingArea.hide:before {
  animation: curtainSwipe 1.2s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@keyframes curtainSwipe {
  0% {
    width: 0;
    left: 0;
  }
  45% {
    width: 100%;
    left: 0;
  }
  55% {
    width: 100%;
    left: 0;
    right: auto;
  }
  56% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0;
    left: auto;
    right: 0;
  }
}
/*header*/
.ib_header_000 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 51;
  background-color: #fff;
}
.ib_header_000 .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 1780px;
}
@media (min-width: 1181px) {
  .ib_header_000 .wrap {
    padding: 17px 50px 15px;
  }
}
@media (max-width: 1180px) {
  .ib_header_000 .wrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.ib_header_000 .logo {
  flex-shrink: 0;
}
.ib_header_000 .logo a {
  display: block;
  width: 280px;
}
.ib_header_000 .logo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 1440px) {
  .ib_header_000 .logo a {
    width: 240px;
  }
}
@media (max-width: 1180px) {
  .ib_header_000 .logo a {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .ib_header_000 .logo a {
    width: 160px;
  }
}
@media (max-width: 400px) {
  .ib_header_000 .logo a {
    width: 140px;
  }
}
.ib_header_000 .menuBox {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
@media (max-width: 1180px) {
  .ib_header_000 .menuBox {
    display: none;
  }
}
.ib_header_000 .btnBox {
  flex-shrink: 0;
  margin-top: 0;
}
@media (max-width: 1180px) {
  .ib_header_000 .btnBox {
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .ib_header_000 .btnBox {
    display: none;
  }
}
.ib_header_000 {
  /*menu*/
}
.ib_header_000 .menu > .menuItem {
  position: relative;
  display: inline-block;
}
.ib_header_000 .menu > .menuItem a {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 20px 27px;
}
.ib_header_000 .menu > .menuItem a.current {
  color: #006E3C;
}
@media (min-width: 1181px) {
  .ib_header_000 .menu > .menuItem a:hover {
    color: #006E3C;
  }
}
.ib_header_000 .menu .submenu {
  width: 150px;
  max-height: 50vh;
  overflow: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  text-align: center;
  transform: translateX(-50%);
}
.ib_header_000 .menu .submenu .submenuItem {
  width: 100%;
  display: block;
  position: relative;
  padding: 0;
}
.ib_header_000 .menu .submenu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #F7F7F7;
  color: #666;
  display: block;
  padding: 10px;
  font-weight: 400;
}
.ib_header_000 .menu .submenu a.current {
  color: #fff;
  background-color: #006E3C;
}
@media (min-width: 1181px) {
  .ib_header_000 .menu .submenu a:hover {
    color: #fff;
    background-color: #006E3C;
  }
}

/*slideMenu*/
.slideMenuTrigger {
  width: 36px;
  height: 36px;
  align-items: center;
  border: 1px solid #006E3C;
  border-radius: 50%;
  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: transparent;
  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: #006E3C;
  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(-2px);
}
.slideMenuTrigger .line::after {
  bottom: 0;
  right: 0;
  transform: translateY(2px);
}
.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: #006E3C;
    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;
  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: #006E3C;
}
.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 .socialBox {
  animation: slideLeftAnimation 0.5s 1.5s ease-in-out both;
}
.slideMenuArea .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 30px 0 15px;
}
.slideMenuArea .topBox .slideMenuLogo {
  width: 155px;
}
.slideMenuArea .topBox .slideMenuLogo img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
.slideMenuArea .funcBox {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: 0 -10px;
}
.slideMenuArea .funcBox .languageBox {
  flex: 1;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 400px) {
  .slideMenuArea .funcBox .languageBox {
    margin-bottom: 10px;
  }
}
.slideMenuArea .funcBox .languageBox .languageCurrent {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #232323;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 14px;
  padding-right: 15px;
  position: relative;
}
.slideMenuArea .funcBox .languageBox .languageCurrent::before {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #232323;
  border-bottom: 1px solid #232323;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translate(100%, -100%) rotate(45deg);
}
.slideMenuArea .funcBox .languageBox .languageList {
  width: calc(100% - 20px);
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -5px);
}
.slideMenuArea .funcBox .languageBox .languageList.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.slideMenuArea .funcBox .languageBox .languageList li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.slideMenuArea .funcBox .languageBox .languageList li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 1181px) {
  .slideMenuArea .funcBox .languageBox .languageList li a:hover {
    background-color: #006E3C;
    color: #fff;
  }
}
.slideMenuArea .funcBox .languageBox .languageList li a.current {
  background-color: #006E3C;
  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 #006E3C;
  background-color: #006E3C;
  color: #fff;
  display: block;
  line-height: 38px;
  text-align: center;
}
@media (min-width: 1181px) {
  .slideMenuArea .funcBox .searchBox button:hover {
    background-color: #fff;
    color: #006E3C;
  }
  .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: #006E3C;
  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: #006E3C;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
  transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
  animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  padding: 10px 30px 10px 0;
  position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
  color: #006E3C;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav > .menuItem a:hover {
    color: #006E3C;
  }
}
.slideMenuArea .menuBox .nav .submenu {
  width: 100%;
  background-color: rgba(238, 238, 238, 0.5);
  display: none;
  padding: 0 0px 10px 10px;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
  padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
  color: #606060;
  font-size: 15px;
  font-weight: 500;
  padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
  color: #006E3C;
}
@media (min-width: 1181px) {
  .slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
    color: #006E3C;
  }
}

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

/*banner*/
.bannerArea {
  clear: both;
  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 .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*/
.footerArea {
  background-color: #FFFFFF;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.footerArea .wrap {
  display: flex;
  flex-direction: column;
}
.footerArea .topBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1180px) {
  .footerArea .topBox {
    flex-direction: column;
  }
}
.footerArea .leftBox {
  flex: 1;
  max-width: 520px;
  position: relative;
}
@media (max-width: 1180px) {
  .footerArea .leftBox {
    flex: auto;
    min-width: 100%;
  }
}
.footerArea .leftBox .footerContentArea {
  padding: 60px 0px 32px;
}
@media (max-width: 1180px) {
  .footerArea .leftBox .footerContentArea {
    padding: 20px 0px;
  }
}
@media (max-width: 1180px) {
  .footerArea .leftBox .sectionTitleBox {
    margin-bottom: 0;
  }
}
.footerArea .leftBox .sectionTitleBox .decoTitle {
  margin-bottom: 19px;
}
.footerArea .leftBox .sectionTitleBox .subtitle {
  margin-top: 0;
  padding-top: 0;
}
.footerArea .leftBox .btnBox {
  margin-top: 36px;
}
@media (max-width: 1180px) {
  .footerArea .leftBox .btnBox {
    margin-top: 15px;
  }
}
.footerArea .rightBox {
  max-width: 692px;
  flex: 1;
  padding: 94px 0px 86px;
}
@media (max-width: 1180px) {
  .footerArea .rightBox {
    max-width: 100%;
    flex: auto;
    padding: 20px 0px;
  }
}
.footerArea .infoBox {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.footerArea .infoBox .top {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1180px) {
  .footerArea .infoBox .top {
    align-items: flex-start;
    gap: 20px;
    margin: 10px 0 20px;
  }
}
@media (max-width: 768px) {
  .footerArea .infoBox .top {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .footerArea .infoBox .top {
    flex-direction: column;
  }
}
.footerArea .footerLogo {
  flex-shrink: 0;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 1180px) {
  .footerArea .footerLogo {
    max-width: 200px;
  }
}
.footerArea .footerLogo a {
  display: block;
}
.footerArea .footerLogo img {
  display: block;
  height: auto;
  width: 100%;
}
.footerArea .socialBox {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  gap: 10px;
}
@media (max-width: 1180px) {
  .footerArea .socialBox {
    flex: auto;
  }
}
.footerArea .socialBox .socialList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.footerArea .socialBox .socialItem a {
  height: 45px;
  width: 45px;
  background-color: #000000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footerArea .socialBox .socialItem a {
    font-size: 16px;
    height: 32px;
    width: 32px;
  }
}
.footerArea .socialBox .socialItem a svg {
  display: inline-block;
  fill: #fff;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
@media (max-width: 768px) {
  .footerArea .socialBox .socialItem a svg {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 1181px) {
  .footerArea .socialBox .socialItem a:hover {
    background-color: #006E3C;
    transform: scale(1.1);
  }
}
.footerArea .infoList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin: auto 0 0;
}
@media (max-width: 1180px) {
  .footerArea .infoList {
    gap: 16px 20px;
  }
}
.footerArea .infoList li {
  width: calc(50% - 15px);
  align-items: center;
  color: #606060;
  display: flex;
  font-size: 16px;
  gap: 8px;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footerArea .infoList li {
    width: 100%;
    font-size: 15px;
  }
}
.footerArea .infoList li .infoLable {
  color: #000;
  font-weight: 700;
  flex-shrink: 0;
}
.footerArea .infoList li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 1181px) {
  .footerArea .infoList li a:hover {
    color: #006E3C;
  }
}
.footerArea .bottomBox {
  background-color: #272727;
  padding: 34px 60px;
}
@media (max-width: 1180px) {
  .footerArea .bottomBox {
    padding: 20px 40px;
  }
}
@media (max-width: 768px) {
  .footerArea .bottomBox {
    padding: 15px 0px;
  }
}
.footerArea .copyrightBox {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 15px;
  justify-content: space-between;
  margin: 0;
  position: relative;
}
@media (max-width: 1180px) {
  .footerArea .copyrightBox {
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footerArea .copyrightBox {
    gap: 3px;
  }
}
.footerArea .copyrightBox .copyright {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  gap: 8px;
  padding: 0;
}
@media (max-width: 768px) {
  .footerArea .copyrightBox .copyright {
    font-size: 12px;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.footerArea .copyrightBox .copyright .privacyLink::before {
  content: "|";
  margin-right: 4px;
}
.footerArea .copyrightBox .copyright .privacyLink a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 1181px) {
  .footerArea .copyrightBox .copyright .privacyLink a:hover {
    color: #006E3C;
  }
}
.footerArea .copyrightBox .ibestLink {
  padding: 0;
}
.footerArea .copyrightBox .ibestLink a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .footerArea .copyrightBox .ibestLink a {
    font-size: 12px;
  }
}
@media (min-width: 1181px) {
  .footerArea .copyrightBox .ibestLink a:hover {
    color: #006E3C;
  }
}

.socialBox {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  flex: 1;
  gap: 10px;
}
@media (max-width: 1180px) {
  .socialBox {
    flex: auto;
  }
}
.socialBox .socialList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}
.socialBox .socialItem a {
  height: 45px;
  width: 45px;
  background-color: #000000;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .socialBox .socialItem a {
    font-size: 16px;
    height: 32px;
    width: 32px;
  }
}
.socialBox .socialItem a svg {
  display: inline-block;
  fill: #fff;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}
@media (max-width: 768px) {
  .socialBox .socialItem a svg {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 1181px) {
  .socialBox .socialItem a:hover {
    background-color: #006E3C;
    transform: scale(1.1);
  }
}

.privacyArea {
  width: calc(100% - 40px);
  max-width: 960px;
  background-color: #006E3C;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 20px 0;
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 50;
  transform: translateX(-50%) translateY(100%);
}
.privacyArea.show {
  transform: translateX(-50%) translateY(0%);
}
.privacyArea.check {
  opacity: 0;
  transform: translateX(-50%) translateY(100%);
}
.privacyArea .wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.privacyArea .text {
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
}
.privacyArea .text a {
  color: #006E3C;
  display: inline-block;
  margin-top: 8px;
  text-decoration: underline;
}
@media (min-width: 1181px) {
  .privacyArea .text a:hover {
    color: #006E3C;
  }
}
.privacyArea .btnBox {
  width: 100%;
  max-width: 360px;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@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;
}

/*敺?汗璅∪? 蝟餌絞?身嚗?敹?隢?芷*/
.adminPreviewArea {
  max-width: 320px;
  border: 4px solid #ffe2e2;
  border-radius: 5px;
  background: #fdc9c9;
  color: #000;
  padding: 20px;
  position: fixed;
  top: 15px;
  right: 0;
  z-index: 99999;
}
.adminPreviewArea button {
  text-decoration: underline;
}

/*敺?餃璅∪? 蝟餌絞?身嚗?敹?隢?芷*/
.adminLoginArea {
  width: 100%;
  background-color: rgba(180, 0, 0, 0.85);
  color: #fff;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.5px;
  padding-bottom: env(safe-area-inset-bottom);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  text-align: center;
}
.adminLoginArea p {
  padding: 20px 15px;
}

/*********內頁**********/
.mainArea {
  padding-bottom: 60px;
  background-color: #F8F8F8;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.mainArea .contentBox {
  clear: both;
  padding-top: 30px;
}
@media (max-width: 768px) {
  .mainArea .contentBox {
    padding-top: 20px;
  }
}
.mainArea .contentBox.twoRowContent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mainArea .contentBox.twoRowContent .contentLeftBox {
  width: 25%;
  padding-right: 40px;
}
.mainArea .contentBox.twoRowContent .contentRightBox {
  width: 75%;
}
@media (max-width: 1180px) {
  .mainArea .contentBox.twoRowContent .contentLeftBox {
    width: 100%;
    padding-right: 0;
    padding: 0 0 20px;
  }
  .mainArea .contentBox.twoRowContent .contentRightBox {
    width: 100%;
  }
}

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

.articleTitle {
  color: #006E3C;
  font-size: 40px;
  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;
}
@media (max-width: 1180px) {
  .articleTitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .articleTitle {
    font-size: 32px;
  }
}

.sectionTitle {
  border-bottom: 1px solid #d6d6d6;
  color: #000;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 12px 0;
}
.sectionTitle strong {
  display: block;
  position: relative;
  font-weight: 400;
}
.sectionTitle a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.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 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.classBox .classCurrent {
  background-color: #006E3C;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  border-radius: 12px;
  letter-spacing: 1px;
  padding: 10px 30px 10px 20px;
  position: relative;
}
.classBox .classCurrent::before {
  content: "\f107";
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  line-height: 1;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 1181px) {
  .classBox .classCurrent {
    display: none;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
.classBox a,
.classBox span {
  cursor: pointer;
}

.classBoxRow {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1181px) {
  .classBoxRow .classLink {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
    gap: 7px;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span {
    border-radius: 12px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    display: block;
    padding: 10px 24px;
    letter-spacing: 0.02rem;
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current {
    background-color: #006E3C;
    color: #fff;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxRow .classLink a:hover,
  .classBoxRow .classLink span:hover {
    background-color: #006E3C;
    color: #fff;
  }
}

.classBoxColumn .classLink {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 1181px) {
  .classBoxColumn .classItem a {
    color: #606060;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 12px 0 12px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .classBoxColumn .classItem a::before, .classBoxColumn .classItem a::after {
    background-color: #006E3C;
    content: "";
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .classBoxColumn .classItem a::before {
    border-radius: 2px;
    height: 11px;
    left: 0;
    width: 11px;
  }
  .classBoxColumn .classItem a::after {
    height: 1px;
    left: 18px;
    width: 15px;
  }
}
@media (min-width: 1181px) and (min-width: 1181px) {
  .classBoxColumn .classItem a:hover {
    color: #006E3C;
    padding-left: 42px;
  }
  .classBoxColumn .classItem a:hover::before, .classBoxColumn .classItem a:hover::after {
    opacity: 1;
  }
}
@media (min-width: 1181px) {
  .classBoxColumn .classItem a.current {
    color: #006E3C;
    font-weight: 700;
    padding-left: 42px;
  }
  .classBoxColumn .classItem a.current::before, .classBoxColumn .classItem a.current::after {
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .classBoxRow .classLink, .classBoxColumn .classLink {
    width: 100%;
    max-height: 60vh;
    max-height: 60dvh;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    overflow-y: auto;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 1;
  }
  .classBoxRow .classLink.open, .classBoxColumn .classLink.open {
    display: block;
  }
  .classBoxRow .classLink > .classLink:not(:first-child), .classBoxRow .classLink li:not(:first-child), .classBoxColumn .classLink > .classLink:not(:first-child), .classBoxColumn .classLink li:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .classBoxRow .classLink > .classLink > a.current,
  .classBoxRow .classLink > .classLink span.current, .classBoxRow .classLink li > a.current,
  .classBoxRow .classLink li span.current, .classBoxColumn .classLink > .classLink > a.current,
  .classBoxColumn .classLink > .classLink span.current, .classBoxColumn .classLink li > a.current,
  .classBoxColumn .classLink li span.current {
    color: #fff;
  }
  .classBoxRow .classLink > .classLink ul, .classBoxRow .classLink li ul, .classBoxColumn .classLink > .classLink ul, .classBoxColumn .classLink li ul {
    display: none;
  }
  .classBoxRow .classLink a,
  .classBoxRow .classLink span, .classBoxColumn .classLink a,
  .classBoxColumn .classLink span {
    color: #000;
    background-color: #fff;
    display: block;
    padding: 14px 15px;
    position: relative;
  }
  .classBoxRow .classLink a.current,
  .classBoxRow .classLink span.current, .classBoxColumn .classLink a.current,
  .classBoxColumn .classLink span.current {
    background-color: #006E3C;
    color: #fff;
  }
}

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

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

/*?惜*/
.tab {
  border-top: 1px solid #d6d6d6;
  display: flex;
  margin-top: 40px;
}
.tab .tabItem {
  flex: 1;
}
.tab a {
  height: 100%;
  align-items: center;
  color: #D8E698;
  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: #006E3C;
  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;
}
.albumBox .albumListMain .albumItem {
  height: 320px;
}
.albumBox .albumListMain .albumItem img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.albumBox .albumListNav {
  margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
  padding: 0 5px;
}

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

/*?湧?_?貊倏*/
.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}
.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}
.side_album a {
  display: block;
  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;
  }
}

/*?湧?_?舐窗鞈?*/
.side_contactInfo li {
  margin-bottom: 20px;
}
.side_contactInfo a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #414141;
}
.side_contactInfo i {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 8px;
  border: 2px solid #a5a5a5;
  border-radius: 50%;
  font-size: 20px;
  color: #a5a5a5;
  text-align: center;
}
.side_contactInfo b {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}

/*?湧?_?踹?*/
.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: #858383;
  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: #006E3C;
  border: 1px solid #006E3C;
}
.sideDataArea.catalog .Img.statusHot::before {
  content: "HOT";
  background-color: #006E3C;
  border: 1px solid #006E3C;
}
.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: #606060;
  display: flex;
  font-size: 16px;
  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: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideDataArea .Txt .text {
  max-height: 60px;
  color: #606060;
  font-size: 16px;
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .sideDataArea .Txt .text {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  .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-top: 15px;
}
.sideShare .shareList {
  align-items: center;
  display: flex;
}
.sideShare .shareList .shareTitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.sideShare .shareList .shareItem a,
.sideShare .shareList .shareItem button {
  color: #666;
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  padding: 5px 6px;
  text-align: center;
}
@media (min-width: 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: #666;
}
.sideShare .shareList .shareItem a.twitter svg,
.sideShare .shareList .shareItem button.twitter svg {
  width: 14px;
  height: 14px;
}

/*??Hover??1: ?曉之瘛∪*/
.imh_opacity {
  background-color: #000;
  overflow: hidden;
}
.imh_opacity img {
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
}
@media (min-width: 1181px) {
  .imh_opacity:hover img {
    opacity: 0.8;
    transform: scale(1.05);
  }
}

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

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

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
  width: 65px;
  height: 28px;
  background-color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
  content: "";
  display: none;
}
.slick-slider .slick-arrow .icon,
.controlBox .slick-arrow .icon {
  display: block;
  width: 14px;
  height: 28px;
}
.slick-slider .slick-arrow .arrowText,
.controlBox .slick-arrow .arrowText {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.slick-slider .slick-arrow.next .icon,
.controlBox .slick-arrow.next .icon {
  transform: scaleX(-1);
}
@media (min-width: 1181px) {
  .slick-slider .slick-arrow:hover .icon,
  .controlBox .slick-arrow:hover .icon {
    color: #006E3C;
    transform: translateX(-5px);
  }
  .slick-slider .slick-arrow:hover .arrowText,
  .controlBox .slick-arrow:hover .arrowText {
    color: #006E3C;
  }
  .slick-slider .slick-arrow:hover.next .icon,
  .controlBox .slick-arrow:hover.next .icon {
    transform: scaleX(-1) translateX(-5px);
  }
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin: 0;
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
  justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
  width: 13px;
  flex-direction: column;
  position: absolute;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
  width: 16px;
  height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
  background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
  width: 100%;
  height: 100%;
  border: none;
  color: transparent;
  display: block;
  padding: 0;
  position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  border: none;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
  background-color: #006E3C;
  opacity: 1;
}
@media (min-width: 1181px) {
  .slick-slider .slick-dots li:hover button::before,
  .controlBox .slick-dots li:hover button::before {
    background-color: #006E3C;
    opacity: 1;
  }
}

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

.Img {
  position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
  background-color: #006E3C;
  background-image: linear-gradient(90deg, #219862 0%, #D8E698 100%);
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
  opacity: 0 !important;
  transition: all 1.2s ease !important;
}

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

.scrollHint {
  width: 120px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: 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;
}

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

/* ins_banner(ib_ins_banner_000) */
#ib_ins_banner_000.bannerArea {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#ib_ins_banner_000.bannerArea .wrap {
  max-width: 100%;
  padding: 0;
}
#ib_ins_banner_000.bannerArea .bannerItem {
  position: relative;
}
#ib_ins_banner_000.bannerArea .bannerItem .Txt {
  align-items: center;
  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;
}
#ib_ins_banner_000.bannerArea .bannerItem .Img {
  position: relative;
  z-index: 1;
}
#ib_ins_banner_000.bannerArea .bannerItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  backface-visibility: hidden;
}
@media (max-width: 640px) {
  #ib_ins_banner_000.bannerArea .bannerItem .Img {
    padding-bottom: 56.25%;
  }
  #ib_ins_banner_000.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;
  }
}
#ib_ins_banner_000.bannerArea .bannerLink {
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}