/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
  white-space: nowrap;
}
.icw .text-light {
  color: var(--cr-light) !important;
}
.icw .text-dark {
  color: var(--cr-dark) !important;
}
.icw .text-green {
  color: var(--cr-green) !important;
}
.icw .text-gray {
  color: var(--cr-gray) !important;
}
.icw .text-lightgray {
  color: var(--cr-lightgray) !important;
}
.icw .text-red {
  color: var(--cr-red) !important;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: kurious-looped;
}
.icw .main strong {
  font-weight: 700;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6 {
  margin: 0 0 0.6em;
}

.icw h1,
.icw h2,
.icw h3,
.icw h4,
.icw h5,
.icw h6,
.icw .h1,
.icw .h2,
.icw .h3,
.icw .h4,
.icw .h5,
.icw .h6,
.icw h1 strong,
.icw h2 strong,
.icw h3 strong,
.icw h4 strong,
.icw h5 strong,
.icw h6 strong,
.icw .h1 strong,
.icw .h2 strong,
.icw .h3 strong,
.icw .h4 strong,
.icw .h5 strong,
.icw .h6 strong {
  font-family: kurious-looped;
  margin: 0;
}

.icw h1,
.icw .h1 {
  font-weight: 500;
  line-height: 1.3em;
}
.icw h1 strong,
.icw .h1 strong {
  font-weight: 700;
}
.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.4em;
}
.icw h2 strong,
.icw .h2 strong {
  font-weight: 700;
}
.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.3em;
}
.icw h3 strong,
.icw .h3 strong {
  font-weight: 700;
}
.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.4em;
}
.icw h4 strong,
.icw .h4 strong {
  font-weight: 700;
}
.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h5 strong,
.icw .h5 strong {
  font-weight: 700;
}
.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h6 strong,
.icw .h6 strong {
  font-weight: 700;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.5em;
}
.icw p {
  font-family: "kurious-looped";
  font-size: 16px;
}
.icw p strong {
  font-weight: 700;
}

.icw p.desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
}
.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}
.icw .caption strong {
  font-weight: 600;
}
.icw p.remark {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
}

.icw a.link {
  font-family: kurious-looped;
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}
.icw a.link.link-location{
  position: relative;
  padding-left: 30px;
}
.icw a.link.link-location:before{
  content: "";
  background: url("../img/minibooth/icon-location.svg");
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0px;
  left: 0;
  bottom: 0;
  margin: auto;
}


@media screen and (min-width: 200px) {
  .icw h1,
  .icw .h1 {
    font-size: 28px;
    line-height: 1.4em;
  }
  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.4em;
  }
  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.4em;
  }
  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5em;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.3em;
  }
  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.4em;
  }
  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.3em;
  }
  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.4em;
  }
  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5em;
  }
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
  display: none;
}
.show-w991 {
  display: none;
}
.show-w767 {
  display: none !important;
}
.show-inlineflex-w767{
  display: none !important;
}
.show-w414 {
  display: none;
}
.show-w375 {
  display: none;
}
.show-w360 {
  display: none;
}
.hide{
  display: none;
}

@media (max-width: 1199px) {
  .show-w1199 {
    display: block;
  }
  .hide-w1199 {
    display: none;
  }
}
@media (max-width: 991px) {
  .show-w991 {
    display: block;
  }
  .hide-w991 {
    display: none;
  }
}
@media (max-width: 767px) {
  .show-w767 {
    display: block !important;
  }
  .show-inlineflex-w767{
    display: inline-flex !important;
  }
  .hide-w767 {
    display: none !important;
  }
}
@media (max-width: 414px) {
  .show-w414 {
    display: block;
  }
  .hide-w414 {
    display: none;
  }
}
@media (max-width: 375px) {
  .show-w375 {
    display: block;
  }
  .hide-w375 {
    display: none;
  }
}
@media (max-width: 360px) {
  .show-w360 {
    display: block;
  }
  .hide-w360 {
    display: none;
  }
}

/*============================== LAYOUT ===============================*/
.icw button,
.icw input,
.icw select,
.icw textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  min-width: inherit;
  font: inherit;
  text-transform: none;
  text-align: left;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icw .container:before,
.icw .container:after {
  content: "";
  display: table;
  clear: both;
}
.icw .container,
.icw .container-xs,
.icw .container-sm,
.icw .container-md {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.icw .container {
  max-width: 1172px;
}
.icw .container-xs {
  max-width: 830px;
}
.icw .container-sm {
  max-width: 930px;
}
.icw .container-md {
  max-width: 1030px;
}

.icw .a-left {
  text-align: left;
}
.icw .a-center {
  text-align: center;
}
.icw .a-right {
  text-align: right;
}

.icw .row-0 {
  margin: 0px;
}
.icw .row-0 > div {
  padding: 0px;
}

.icw .row-20 {
  margin: 0 -10px;
}
.icw .row-20 > div {
  padding: 0 10px;
}

.icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.icw .row-flex.align-items-center {
  align-items: center;
}
.icw .row-flex > div {
  float: none;
}
.icw .row-flex > .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.icw .row-flex > .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.icw .row-flex > .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.icw .row-flex > .col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.icw .item-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.icw .item-list:after {
  content: "";
  display: table;
  clear: both;
}
.icw .item-list > li {
  float: left;
}
.icw .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.icw .pt-8{
  padding-top: 8px;
}
.icw .pb-24{
  padding-bottom: 24px;
}
.icw .mb-4{
  margin-bottom: 4px;
}
.icw .mt-8{
  margin-top: 8px;
}
.icw .mb-8{
  margin-bottom: 8px;
}
.icw .mb-16{
  margin-bottom: 16px;
}
.icw .mb-24{
  margin-bottom: 24px;
}
.icw .mb-32{
  margin-bottom: 32px;
}

.icw .section {
  position: relative;
}
.icw .section .sc-inner {
  position: relative;
}

.icw .w-fit{
  width: fit-content !important;
  margin: 0 auto;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }
}
@media screen and (min-width: 768px) {
  .section .sc-inner {
    padding: 64px 0;
  }
}

/*============================== button ===============================*/
.icw .btn {
  padding: 0 32px;
  width: auto;
  min-width: 120px;
  font-family: kurious-looped;
  font-weight: 600;
  border: 0;
  font-size: 16px;
  height: 48px;
  background: transparent;
  color: var(--cr-gray);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 8px;
  transition: var(--tsition);
  line-height: 1.5em;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  z-index: +1; /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25); */
  text-wrap: nowrap;
}
.icw .btn:hover,
.icw .btn:active:hover,
.icw .btn.active:hover,
.icw .btn:active:focus,
.icw .btn.actitve:focus,
.icw .btn:active.focus,
.icw .btn.active.focus,
.icw .btn:focus,
.icw .btn:focus:hover,
.icw .btn.focus:hover {
  color: var(--cr-gray);
  background-color: transparent;
  outline: 0;
  outline-offset: 0;
}

.icw .btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: var(--tsition);
  opacity: 0;
}
.icw .btn:hover:before {
  left: 0;
  opacity: 1;
}

.icw .btn.disabled,
.icw .btn.disabled:hover {
  color: var(--cr-gray);
  background-color: transparent;
  border-color: var(--cr-border);
  opacity: 0.5;
}

.icw .btn.fluid {
  width: 100%;
  min-width: inherit;
}

.icw .btn.btn-primary{
  height: 48px;
  padding: 9px 32px;
}

.icw .btn.btn-secondary {
  padding: 8px 24px;
  height:40px;
}
.icw .btn.btn--state-light {
  background: var(--cr-green);
  color: var(--cr-light);
  transition: all 0.8s, color 0.3s 0.3s;
}

.icw .btn.btn-btn--state-light:hover {
  background: var(--cr-light);
  color: var(--cr-light);
}
.icw .btn.btn-btn--state-light:before {
  background-color: var(--cr-green);
}

/*============================== swiper ===============================*/
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 1;
  font-size: 0;
  background-color: var(--cr-light);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}
.swiper-button-next {
  right: 0px;
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  top: 0;
  border-top: 2px solid #256d47;
  border-left: 2px solid #256d47;
  visibility: visible;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 2px;
}
.swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction,
.swiper-pagination {
  text-align: center;
  margin: 0;
  padding-top: 32px;
  position: relative;
  bottom: 0;
}
.swiper-pagination-bullet {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  border: 1px solid #dddddd;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: var(--cr-light);
  opacity: 1;
  transition: var(--tsition);
}
.swiper-pagination-bullet-active {
  background: #00a94f;
  border-color: #00a94f;
  opacity: 1;
  width: 24px;
}
.pagination--dark .swiper-pagination-bullet-active{
  background: #fff;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}

/*============================== tab ===============================*/
.tab-control {
  position: relative;
  height: 35px;
  position: relative;
  margin-bottom: 0px;
}
.tab-control:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0px;
  right: 0;
  background-color: #dbdbdb;
  border-radius: 50px;
  z-index: 4;
}
.tab-control:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 70px;
  background: linear-gradient(
    135deg,
    rgba(244, 244, 244, 0) 50%,
    rgba(244, 244, 244, 1) 90%
  );
  pointer-events: none;
}
.tab-control .timebar {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #bcbcbc;
  transition: 0ms ease-in-out;
  border-radius: 50px;
}
.tab {
  position: relative;
  z-index: 3;
  overflow: auto;
  margin-right: 25px;
  border-bottom: 0px solid var(--cr-border);
}
.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 560px;
  padding-right: 30px;
}
.tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: 2px;
}
.tab .control a.active {
  color: var(--cr-dark);
  font-weight: 600;
  pointer-events: none;
  border-bottom-color: var(--cr-green);
}
.tab .selector {
  display: none;
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab.active {
  overflow: visible;
}
.tab.active .control {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -16px;
  margin-right: -41px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 5px;
  background-color: #f4f4f4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 8px 32px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: #999;
}
.tab.active .control a.active {
  border-color: var(--cr-green);
  color: var(--cr-green);
}

.action-dropdown {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 25px;
  height: 32px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-end;
}
.action-dropdown .link {
  display: block;
  position: relative;
  width: 25px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
}
.action-dropdown .link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transition: var(--tsition);
  transform: rotate(135deg);
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid var(--cr-green);
  border-right: 1px solid var(--cr-green);
}
.action-dropdown .link.active:before {
  transform: rotate(-45deg);
  top: 5px;
}

.tab-dropdown {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--tsition);
}
.tab-dropdown.active {
  opacity: 1;
  visibility: visible;
}
.tab-dropdown .txt {
  font-weight: 700;
  font-size: 16px;
  color: var(--cr-dark);
  line-height: 32px;
}

.tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}
.tab-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab-control {
    height: auto;
  }
  .tab-control:before {
    display: none;
  }
  .tab-control:after {
    display: none;
  }
  .tab {
    overflow: visible;
    margin-right: 0;
    border-bottom: 1px solid var(--cr-border);
  }
  .tab .control {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    padding-right: 0;
    width: 730px;
  }
  .tab .control a {
    white-space: normal;
    border-bottom: 0;
  }
  .tab .control a {
    color: var(--cr-lightgray);
    height: 42px;
    padding: 0 24px;
  }
  .tab .control a span {
    display: block;
    border-bottom: 3px solid transparent;
    line-height: 42px;
    transition: var(--tsition);
  }
  .tab .control a.active {
    color: var(--cr-dark);
  }
  .tab .control a.active span {
    border-block-color: var(--cr-green);
  }

  .action-dropdown {
    display: none;
  }
  .tab-dropdown {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .tab .control {
    width: 800px;
  }
  .tab .control a {
    padding: 0 32px;
  }
}

/*############################ tab2 ###################################*/
.tab-control2 {
  position: relative;
  height: 35px;
  position: relative;
  margin-bottom: 0px;
}
.tab-control2:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 2px;
  right: 0;
  background-color: #dbdbdb;
  border-radius: 50px;
  z-index: 4;
}
.tab-control2:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 70px;
  background: linear-gradient(
    135deg,
    rgba(240, 253, 248, 0) 50%,
    rgba(240, 253, 248, 1) 90%
  );
  pointer-events: none;
}
.tab-control2 .timebar {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #bcbcbc;
  transition: 0ms ease-in-out;
  border-radius: 50px;
}
.tab2 {
  position: relative;
  z-index: 3;
  overflow: auto;
  margin-right: 25px;
  border-bottom: 0px solid var(--cr-border);
}
.tab2 .control2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 410px;
  padding-right: 30px;
}
.tab2 .control2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-gray);
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: 2px;
}
.tab2 .control2 a.active {
  color: var(--cr-dark);
  font-weight: 600;
  pointer-events: none;
  border-bottom-color: var(--cr-green);
}
.tab2 .selector2 {
  display: none;
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab2.active {
  overflow: visible;
}
.tab2.active .control2 {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -16px;
  margin-right: -41px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 5px;
  background-color: #f0fdf8;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 a {
  display: inline-flex;
  height: auto;
  padding: 8px 32px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: #999;
}
.tab2.active .control2 a.active {
  border-color: var(--cr-green);
  color: var(--cr-green);
}

.action-dropdown2 {
  display: flex;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  width: 25px;
  height: 32px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-end;
}
.action-dropdown2 .link {
  display: block;
  position: relative;
  width: 25px;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  text-align: right;
}
.action-dropdown2 .link:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  transition: var(--tsition);
  transform: rotate(135deg);
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid var(--cr-green);
  border-right: 1px solid var(--cr-green);
}
.action-dropdown2 .link.active:before {
  transform: rotate(-45deg);
  top: 5px;
}

.tab-dropdown2 {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--tsition);
}
.tab-dropdown2.active {
  opacity: 1;
  visibility: visible;
}
.tab-dropdown2 .txt {
  font-weight: 700;
  font-size: 16px;
  color: var(--cr-dark);
  line-height: 32px;
}

.tab-content2 {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}
.tab-content2.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .tab-control2 {
    height: auto;
  }
  .tab-control2:before {
    display: none;
  }
  .tab-control2:after {
    display: none;
  }
  .tab2 {
    overflow: visible;
    margin-right: 0;
    border-bottom: 1px solid var(--cr-border);
  }
  .tab2 .control2 {
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    padding-right: 0;
    width: 730px;
  }
  .tab2 .control2 a {
    white-space: normal;
    border-bottom: 0;
  }
  .tab2 .control2 a {
    color: var(--cr-lightgray);
    height: 42px;
  }
  .tab2 .control2 a span {
    display: block;
    border-bottom: 3px solid transparent;
    line-height: 42px;
    transition: var(--tsition);
  }
  .tab2 .control2 a.active {
    color: var(--cr-dark);
  }
  .tab2 .control2 a.active span {
    border-block-color: var(--cr-green);
  }

  .action-dropdown2 {
    display: none;
  }
  .tab-dropdown2 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .tab2 .control2 {
    width: 800px;
  }
}

/*############################ popup ###################################*/
@media screen and (min-width: 200px) {
  .mfp-bg,
  .mfp-wrap .mfp-content,
  .mfp-wrap .mfp-container {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .mfp-wrap.mfp-ready .mfp-container {
    opacity: 1;
  }
  .mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    visibility: visible;
  }

  .mfp-close-btn-in .mfp-close {
    width: 30px;
    height: 30px;
    background-color: var(--cr-green);
    color: var(--cr-light);
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    font-size: 0px;
    transition: var(--tsition);
  }
  .mfp-close-btn-in .mfp-close:before,
  .mfp-close-btn-in .mfp-close:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: var(--cr-light);
    margin: auto;
    transition: var(--tsition);
  }
  .mfp-close-btn-in .mfp-close:before {
    transform: rotate(45deg);
  }
  .mfp-close-btn-in .mfp-close:after {
    transform: rotate(-45deg);
  }
  .mfp-close-btn-in .mfp-close:active {
    top: -15px;
  }
}
@media screen and (min-width: 768px) {
  .mfp-close-btn-in .mfp-close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: -10px;
  }
  .mfp-close-btn-in .mfp-close:active {
    top: -20px;
  }
  .mfp-close-btn-in .mfp-close:before,
  .mfp-close-btn-in .mfp-close:after {
    width: 24px;
  }
}
@media screen and (min-width: 992px) {
  .mfp-close-btn-in .mfp-close {
    right: -10px;
  }
}

/*############################ select2 ###################################*/
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.select2-container {
  position: relative;
  display: block;
  margin: 0;
}
.select2-dropdown {
  background: var(--cr-light);
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1051;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
}
.select2-dropdown {
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}
.select2-container--default.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-selection--single,
.select2-container--default.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-dropdown,
.select2-container--default.select2-container--focus:not(
    .select2-container--disabled
  )
  .select2-selection--single {
  background-color: var(--cr-light);
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single,
.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown {
  left: 0;
  overflow: hidden;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-container .select2-results {
  display: block;
}
.select2-container .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 25vh;
  overflow-y: auto;
  background-color: var(--cr-light);
  color: #aaa;
}
.select2-container .select2-results__option {
  margin: 0;
  font-size: 16px;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-results__option {
  padding: 13px 8px 13px 16px;
  border: 0;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--cr-green);
  color: var(--cr-light);
}
.select2-selection__rendered {
  border-radius: 25px;
  border: none;
  margin: 0;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  padding-top: 0;
  padding-right: 36px;
  background-color: var(--cr-light);
  color: var(--cr-green);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #d7d7d7;
  line-height: 46px;
  text-align: left;
  display: block;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #aaa;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}
.select2-container--open .select2-selection__rendered {
  border-radius: 25px 25px 0 0;
  border-bottom-color: transparent;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 12px;
  width: 12px;
  right: 24px;
  top: 15px;
  margin: 0;
  pointer-events: none;
  border-top: 1px solid var(--cr-dark);
  border-right: 1px solid var(--cr-dark);
  display: block;
  position: absolute;
  transition: transform 0.3s ease-out;
  transform: rotate(135deg);
}
.select2-container.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  transform: rotate(-45deg);
  top: 22px;
}
.select-field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

/*############################ icw list-mark ###################################*/
.icw .list-mark {
  padding: 0;
  margin: 0;
  list-style: none;
}
.icw .list-mark > li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  list-style: none;
}
.icw .list-mark > li:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../img/icon-verify.svg) no-repeat center;
  background-size: cover;
}
.icw .list-mark > li + li {
  margin-top: 16px;
}
.icw .list-mark p.desc {
  color: var(--cr-gray);
  margin: 0;
  line-height: 1.5em;
}

/*============================== PAGE ===============================*/
@media screen and (min-width: 200px) {
  .icw .sc-heading .title {
    margin-bottom: 24px;
  }
  
  
  /*############################ sc-intro ###################################*/
  .sc-intro {
    background-repeat: no-repeat;
    background-color: #F4FEF8;
    /* background-image: url(../img/bg_into.png); */
    background-size: cover;
    background-position: center;
  }
  .sc-intro .sc-heading {
    margin: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .sc-intro .sc-heading .title {
    line-height: 1.5em;
  }
  .sc-intro .sc-heading .desc {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  /*############################ sc-booking ###################################*/
  .sc-booking {
    background-repeat: no-repeat;
    background: #008661;

    /* background-image: url(../img/bg_into.png); */
    background-size: cover;
    background-position: center;
  }
  .sc-booking-heading{
    /* background: #fff; */
    background-image: url(../img/minibooth/bg-gray.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

  }
  /*############################ sc-conditions ###################################*/
.sc-conditions{
  background:#F4FEF8;
}

.kbxa-textbox__content{
  padding: 48px 32px;
}
.kbxa-textbox__content:first-of-type{
  border-top: 5px solid #00A94F;
}
.kbxa-textbox__content:last-of-type{
  box-shadow: 0px 1px 3px 0px #0000001A;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.kbxa-textbox__white{
  background: #fff;
}
.kbxa-textbox__gray{
  background: #fafafa;

}
  /*############################ sc-location ###################################*/
  .sc-location{
    /* background: #fff; */
    background-image: url(../img/minibooth/bg-Section3-mb.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  @media screen and (min-width: 767px) {
    .sc-location{
      background-image: url(../img/minibooth/bg-Section3-pc.jpg);
    }
  }

  /*############################ sc-highlight ###################################*/
  .sc-highlight {
    background: var(--cr-light);
  }
  .sc-highlight .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }
  .sc-highlight .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }
  .sc-highlight .item-list {
    margin: -8px;
  }
  .sc-highlight .item-list > li {
    width: calc(100% / 2);
    padding: 56px 8px 8px 8px;
    list-style: none;
  }

  .sc-highlight .item-list > li:nth-child(5) {
    padding-top:24px;
    padding-bottom:24px;
    width: calc(100%);
  }

  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }
  .sc-highlight .wrapper.bgI {
    background: #006B4E;
  }
  .sc-highlight .wrapper.bgII {
    background: #559544;
  }
  .sc-highlight .wrapper.bgIII {
    background: #008661;
  }
  .sc-highlight .wrapper.bgIV {
    background: #66CAAE;
  }
  .sc-highlight .wrapper.bgV{
    background: #8EC8DB;
  }
  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
  }
  .sc-highlight .wrapper.thumb-full .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 236px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-highlight .wrapper.bgIII .content,
  .sc-highlight .wrapper.bgIV .content {
    height: 284px;
  }

  .sc-highlight .wrapper.thumb-full .content {
    padding: 16px 16px 16px 16px;
    height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sc-highlight .wrapper .content .txt {
    color: var(--cr-light);
  }
  .sc-highlight .wrapper .content .txt .show-w767 {
    display: inline;
  }
  .sc-highlight .wrapper .content .desc {
    color: var(--cr-light);
    text-decoration: underline;
    font-weight: 600;
    font-family: kurious-looped;
  }
  .sc-highlight .note{
    margin-top: 32px;
  }

  @media screen and (min-width: 1200px) {
    .sc-highlight .item-list > li:nth-child(3),
    .sc-highlight .item-list > li:nth-child(4),
    .sc-highlight .item-list > li:nth-child(5) {
      padding-top:12px;
      padding-bottom:12px;
      width: calc(100% / 3);
    }
  }


  /*############################ sc-apply ###################################*/
  .sc-apply{
    background-color: #fff;
  }
  .sc-apply .sc-heading {
    margin-bottom: 24px;
    text-align: center;
  }
  .sc-apply .sc-heading .h1 {
    margin-bottom: 0;
  }
  .sc-apply .nav-mobile {
    position: relative;
  }
  .sc-apply .nav-mobile ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sc-apply .nav-mobile ul > li {
    width: 100%;
    padding: 24px 0;
  }
  .sc-apply .nav-mobile ul > li + li {
    border-top: 1px solid #dbdbdb;
  }
  .sc-apply .nav-mobile ul > li:last-child {
    padding-bottom: 0;
  }
  .sc-apply .nav-mobile .link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--cr-dark);
    position: relative;
  }
  .sc-apply .nav-mobile .link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid var(--cr-green);
    border-right: 2px solid var(--cr-green);
  }
  .sc-apply .nav-mobile .icon {
    margin-right: 16px;
  }
  .sc-apply .nav-mobile .icon > img {
    width: 24px;
    height: 24px;
  }
  .sc-apply .tab-container {
    position: fixed;
    z-index: 1901;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    transition: var(--tsition);
    background: rgba(243, 253, 248, 0);
    padding: 16px 16px 48px 16px;
  }
  .sc-apply .tab-container.apply-active {
    left: 0%;
    background: rgba(243, 253, 248, 1);
  }
  .sc-apply .back-mobile {
    width: 40px;
    height: 40px;
    margin-bottom: 48px;
  }

  body.apply-active {
    overflow: hidden;
  }
  .icw .main.apply-active {
    position: static;
  }

  .sc-apply .tab .control {
    width: 700px;
  }
  .sc-apply .tab-control:after {
    background: linear-gradient(
      135deg,
      rgba(243, 253, 248, 0) 50%,
      rgba(243, 253, 248, 1) 90%
    );
  }
  .sc-apply .tab .control {
    width: 430px;
  }
  .sc-apply .tab.active .control {
    width: auto;
    background-color: #f3faf3;
  }
  .sc-apply .head-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .sc-apply .head-title .txt {
    margin-bottom: 0;
    display: none;
  }
  .sc-apply .head-title .m-txt {
    margin-bottom: 0;
    font-size: 28px;
  }
  .sc-apply .details-container {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    background-color: #F0FAF7;
    border-radius: 8px;
  }
  .sc-apply .action {
    padding: 40px 0;
    text-align: center;
  }
  .sc-apply .action:last-child {
    padding-bottom: 0;
  }
  .sc-apply .action a + a {
    margin-left: 16px;
  }
  .sc-apply .action .btn {
    min-width: 150px;
    height: 40px;
  }
  .sc-apply .action .btn.show-w1199 {
    display: inline-flex;
  }
  .sc-apply .action .btn.hide-w1199 {
    display: none;
  }
  .sc-apply .action .txt {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--cr-gray);
    padding-top: 6px;
  }
  .sc-apply .action .txt .text-color {
    color: #009861;
  }
  .sc-apply .action .txt .link {
    color: #009861;
    font-size: 18px;
    font-weight: 500;
  }
  .sc-apply .end {
    padding-top: 40px;
    border-top: 1px solid #eee;
    text-align: center;
  }
  .sc-apply .end .txt {
    color: var(--cr-gray);
    margin: 0;
    line-height: 1.5em;
  }
  .sc-apply .wrapper-banner {
    position: relative;
  }
  .sc-apply .wrapper-banner:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: -16px;
    right: -16px;
    opacity: 0;
    background: linear-gradient(0deg, var(--cr-light) 0%, #f5f5f5 100%);
    height: 150px;
    top: 185px;
  }
  .sc-apply .wrapper-banner .thumb {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sc-apply .wrapper-banner .thumb img {
    max-height: 250px;
  }
  .sc-apply .wrapper-banner .content {
    position: relative;
    z-index: 1;
    padding-top: 24px;
    text-align: center;
  }
  .sc-apply .wrapper-banner .content .txt {
    font-size: 16px;
    color: var(--cr-gray);
    margin: 0;
    padding: 8px 0 0;
    font-family: "kurious-looped";
    font-weight: 500;
    line-height: 1.5em;
  }
  .sc-apply .wrapper-banner .content .txt .link {
    font-size: 16px;
    font-weight: 600;
  }

  .sc-apply-slide {
    position: relative;
    max-width: 708px;
    margin: 0 auto;
    
  }
  .sc-apply-slide .swiper-slide {
    width: fit-content;
  }
  .sc-apply-slide .wrapper {
    position: relative;
  }
  .sc-apply-slide .thumb {
    width: 220px;
    margin: 0 auto 24px;
  }
  .sc-apply-slide .content {
    text-align: center;
  }
  .sc-apply-slide .content .title {
    margin-bottom: 4px;
    color: var(--cr-dark);
  }
  .sc-apply-slide .content .desc {
    margin-bottom: 8px;
    color: var(--cr-dark);
    line-height: 1.4em;
  }
  .sc-apply-slide .content .link {
    text-decoration: underline;
    color: var(--cr-green);
  }
@media screen and (min-width: 768px) {
  .sc-apply{
    background-color: #fff;
  }
  .sc-apply .sc-heading {
    margin-bottom: 40px;
  }
  .sc-apply .nav-mobile {
    display: none;
  }
  .sc-apply .head-title {
    margin-bottom: 32px;
  }
  .sc-apply .head-title .txt {
    margin-bottom: 0;
    display: block;
  }
  .sc-apply .head-title .m-txt {
    margin-bottom: 0;
    display: none;
  }
  .sc-apply .tab-container {
    position: static;
    z-index: 9;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    overflow: visible;
    padding: 0;
  }
  .sc-apply .back-mobile {
    display: none;
  }
  .sc-apply .tab .control {
    width: 700px;
  }
  .sc-apply .details-container {
    margin-top: 0px;
    padding: 40px 56px;
    /* background: transparent; */
    border-radius: 8px;
  }
  .sc-apply .action a + a {
    margin-left: 50px;
  }
  .sc-apply .wrapper-banner:before {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {  
  .sc-apply .tab-control {
    height: auto;
    margin: 0;
  }
  .sc-apply .tab {
    overflow: visible;
    margin-right: 0;
  }
  .sc-apply .tab .control {
    justify-content: center;
    width: auto;
    padding-right: 0;
  }
  .sc-apply .action-dropdown {
    display: none;
  }
  .sc-apply .tab-dropdown {
    display: none;
  }
}
@media screen and (min-width: 1200px) {

  .sc-apply .action .btn.show-w1199 {
    display: none;
  }
  .sc-apply .action .btn.hide-w1199 {
    display: inline-flex;
  }
  .sc-apply .wrapper-banner:before {
    left: -40px;
    right: -40px;
  }

  .sc-apply-slide .content .link:hover {
    color: #00873f;
  }

}


/*############################ sc-application ###################################*/
@media screen and (min-width: 200px) {
  .sc-application{background: #F4FEF8;}
  .sc-application .sc-inner{padding: 48px 0px;}
  .sc-application.section .sc-heading{margin-bottom: 24px;}

  .sc-application .tab-container2{display: block; margin-bottom: 24px;}
  .sc-application .tab-row2{padding-left: 0;}
  .sc-application .tab-control2:before{display: none;}
  .sc-application .tab-control2:after{background: linear-gradient(135deg, rgba(230,247,238,0) 50%, rgba(230,247,238,1) 90%); display: none;}
  .sc-application .tab2{width: auto; margin-right: 0;}
  .sc-application .tab2 .selector2{display: none;}
  .sc-application .tab2 .control2{flex-direction: row; margin-bottom: 24px;justify-content: center; gap: 24px; width: auto; padding-right: 0;}
  .sc-application .tab2 .control2 a{height: 36px; padding: 0; align-items: flex-start;}
  .sc-application .tab2 .control2 li{display: block;}
  .sc-application .tab2 .control2 li + li { border-top: 0; padding-top: 0; margin-top: 0;}
  .sc-application .tab2 .control2 a.active:before{opacity: 0;}
  .sc-application .tab2.active .control2{margin-left: -16px; margin-right: -54px; background: #E6F7EE;}
  .sc-application .tab2.active .control2 a{margin: 5px; padding: 10px 15px; align-items: center;}

  .sc-application .action-dropdown{display: none;}
}
@media screen and (min-width: 768px) { 
  .sc-application .sc-inner{padding: 64px 0;}
  .sc-application.section .sc-heading{margin-bottom: 32px;}

  .sc-application .tab-container2{background: transparent;}
  .sc-application .tab-control2:after{display: none;}
  .sc-application .tab2 .selector2{display: block;}
  .sc-application .tab2 .control2{justify-content: center;}
}
@media screen and (min-width: 992px) {
  .sc-application .tab-container2,
  .sc-application.content-slide .tab-container2{display: flex;}
  .sc-application .tab-control2:before{display: none;}
  .sc-application .tab-row2{padding-left: 24px;}
  .sc-application .tab2{width: 266px;}
  .sc-application .tab2 .selector2{display: none;}
  .sc-application .tab2 .control2{flex-direction: column; margin-bottom: 0; border-bottom: 0; justify-content: space-between; gap: 0;}
  .sc-application .tab2 .control2 a{height: auto; padding: 0 16px; align-items: center;}
  .sc-application .tab2 .control2 li + li { border-top: 1px solid #DBDBDB; padding-top: 18px; margin-top: 18px;}
  .sc-application .tab2 .control2 a.active:before{opacity: 1;}
}
@media screen and (min-width: 1200px) {

}


/*############################ box-info  ###################################*/
@media screen and (min-width: 200px) {
  .box-info { border-top: 5px solid var(--cr-green); background: #fff; border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
      display: flex; flex-direction: column; justify-content: space-between;
  }
  .box-info .inner{padding: 24px 16px 40px; position: relative;}
  .box-info .row-flex{margin: 0 -8px; display: block;}
  .box-info .row-flex > div{padding: 0 8px;}
  .box-info .row-flex > div + div{margin-top: 16px;}
  .box-info .row-flex + .row-flex > div + div{margin-top: 24px;}
  .box-info .row-flex + .row-flex {margin-top: 24px;}
  .box-info .row-flex + .s-title{margin-top: 24px;}
  .box-info .h-title{font-size: 20px; line-height: 1.7em; color: var(--cr-black); text-align: center; margin-bottom: 16px; display: none;}
  .box-info .h-title strong{font-weight: 600;}
  .box-info .s-title{font-size: 16px; line-height: 1.5em; color: var(--cr-black); margin-bottom: 8px;}
  .box-info .s-title strong{font-weight: 600;}
  .box-info .title-txt{margin-bottom: 16px;}
  .box-info .title-txt small{font-size: 13px;}
  .box-info p.desc{color: var(--cr-gray); margin-bottom: 0; line-height: 1.9em;}
  .box-info p.desc .link{text-decoration: none}
  .box-info p.desc .link .icon{position: relative; margin-right: 0px;}
  .box-info p.desc .link .txt{text-decoration: underline;}
  .box-info ul{position: static; padding-left: 1.3em; margin: 0;}
  .box-info ul > li{color: var(--cr-dark); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
  .box-info ul > li strong{color: var(--cr-gray); font-weight: 600;}
  .box-info ul > li .link{font-weight: 600; font-family: 'kurious-looped';}
  .box-info ul > li > ul{list-style: disc;}
  .box-info ul.check-list{padding-left: 0;}
  .box-info ul.check-list > li{position: relative; padding-left: 32px; list-style: none; color: var(--cr-gray);}
  .box-info ul.check-list > li:before{content: "\e909"; position: absolute;top: 0; left: 0; font-size: 24px; font-family: 'iconxpc'; color: var(--cr-green);}
  .box-info ul + .txt-note-ul{margin-top: 16px;}
  .box-info .ol-list{position: static; padding-left: 1.3em; margin: 0;}
  .box-info .ol-list > li{color: var(--cr-gray); line-height: 1.9em; font-size: 16px; font-weight: 500; font-family: 'kurious-looped';}
  .box-info .ol-list > li > ul{list-style: disc;}
  .box-info .ol-list > li > ul > li{color: var(--cr-gray);}
  .box-info .ol-list.-num-strong{counter-reset:item; padding: 0;}
  .box-info .ol-list.-num-strong > li{list-style-type:none; counter-increment:item; position: relative; padding-left: 1.2em;}
  .box-info .ol-list.-num-strong > li:before{font-weight:700;content:counter(item) "."; position: absolute; top: 0; left: 0;}
  .box-info .ol-list + .txt-note-ul{margin-top: 16px;}
  .box-info a.link.-pdf{padding-left: 0px; display: inline; text-decoration: none; font-weight: 500; font-family: 'kurious-looped';}
  .box-info a.link.-pdf .icon{color: var(--cr-green); font-size: 18px; display: inline-block; vertical-align: middle;}
  .box-info a.link.-pdf .txt{text-decoration: underline; font-size: 16px; font-weight: 600;}
  .box-info .txt-note{margin: 16px 0 0; color: var(--cr-dark); line-height: 1.5em; font-size: 13px; }
  .box-info .txt-note + ul{margin-top: 16px;}
  .box-info .txt-note + .txt-note-ol{margin-top: 8px; padding-left: 20px;}
  .box-info .txt-note-ol > li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
  .box-info .txt-note-ul > li{font-size: 16px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped';}
  .box-info .txt-note-remark{font-size: 13px;color: var(--cr-gray); line-height: 1.5em; font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; margin: 0 0 24px;}
  .box-info .warning{text-align: center; padding: 12px 16px; background: #F8F8F8; border-radius: 8px; display: inline-flex;}
  .box-info .warning p{margin: 0; font-size: 13px; font-weight: 500; line-height: 1.8em; font-family: 'kurious-looped';}
  .box-info .warning .txt{font-weight: 600; display: inline-block; vertical-align: middle; margin-right: 8px; 
      border-radius: 4px; padding: 2px 10px 0; background: var(--cr-red); color: var(--cr-light); line-height: 1.5em;
  }
  
  .box-info img.icon{width: 26px; margin-right: 4px;}
  .box-info .note{padding: 16px; background: rgba(255,255,255,0.6);}
  .box-info .note p.desc{font-size: 13px; color: var(--cr-gray);}
  .box-info .note p.desc strong{color: var(--cr-black);}
  .box-info .note small{font-size: 13px; font-weight: 500; font-family: 'kurious-looped'; color: var(--cr-gray); line-height: 1.5em;position: relative; padding-left: 1em;}
  .box-info .note small:before{content: '*'; position: absolute; top: 0; left: 0;}
  .box-info .note ul > li{font-size: 13px; color: var(--cr-gray); line-height: 1.5em;}
  .box-info .note ul.remark{padding: 0;}
  .box-info .note ul.remark > li{padding-left: 32px; position: relative; list-style: none;}
  .box-info .note ul.remark > li:before {min-width: 32px;background: transparent;position: absolute;top: 0; left: 0;}
  .box-info .note ul.remark > li:nth-child(1):before {content: "*";}
  .box-info .note ul.remark > li:nth-child(2):before {content: "**";}
  .box-info .note ul.remark > li:nth-child(3):before {content: "***";}
  .box-info .note ul.remark > li:nth-child(4):before {content: "****";}
}
@media screen and (min-width: 768px) { 
  .box-info + .box-info{margin-top: 16px;}
  .box-info .row-flex{margin: 0 -24px; display: flex;}
  .box-info .row-flex + .row-flex{margin-top: 16px;}
  .box-info .row-flex > div{padding: 0 24px;}
  .box-info .row-flex > div + div{margin-top: 0;}
  .box-info .row-flex + .row-flex > div + div{margin-top: 0;}
  .box-info .inner{padding: 40px 32px 32px; background: var(--cr-light);}
  .box-info .note{padding: 16px 32px; background: #FAFAFA; border-radius: 0 0 8px 8px;}
  .box-info .h-title{font-size: 20px; text-align: left; margin-bottom: 24px; display: block;}
  .box-info .h-title.a-center{text-align: center;}
  .box-info .h-title + .s-title{margin-top: 32px;}
  .box-info .s-title{font-size: 18px; margin-bottom: 16px;}
  .box-info ul > li{color: var(--cr-gray);}
}



/*############################ content-slide ###################################*/
@media screen and (min-width: 200px) {
  .content-slide .box-info{ border-radius: 0px; box-shadow: none; display: none;min-height: calc(100dvh - 150px);}
  .content-slide .box-info.active{display: flex; justify-content: flex-start;}
  .content-slide .box-info .inner{padding-bottom: 0px;}
  .content-slide .box-info .inner:last-child{padding-bottom: 16px;}
  /* .content-slide .box-info .note{margin: 24px -16px -16px;} */

  .content-slide .content-slide-nav{position: relative;}
  .content-slide .content-slide-nav ul{padding: 0; margin: 0; list-style: none;}
  .content-slide .content-slide-nav ul>li{width: 100%; padding:8px 0 24px ; border-bottom: 1px solid #DBDBDB;}
  .content-slide .content-slide-nav ul>li+li{border-top: 1px solid #DBDBDB;}
  .content-slide .content-slide-nav .nav-mobile-link{display: flex; align-items: center; text-decoration: none; position: relative; }
  .content-slide .content-slide-nav .nav-mobile-link:before { content: ""; position: absolute; width: 12px; height: 12px; transform: rotate(45deg); top: 0px; right: 0; bottom: 0;
      margin: auto; border-top: 2px solid var(--cr-green); border-right: 2px solid var(--cr-green);
  }
  .content-slide .content-slide-nav .nav-mobile-link .icon{margin-right: 16px; display: flex; justify-content: center; align-items: center; 
      width: 24px; height: 24px; font-size: 24px; color: var(--cr-green);
  }
  .content-slide .content-slide-nav .nav-mobile-link .icon > img{width: 24px; height: 24px;}
  .content-slide .content-slide-nav .nav-mobile-link .txt{font-weight: 600; font-family: 'kurious-looped'; font-size: 16px; line-height: 1.5em; color: var(--cr-black);}

  .content-slide .content-slide-tab .back-mobile { width: 40px; height: 40px; position: absolute; z-index: 9; top: 16px; left: 16px; transform: rotate(180deg); text-align: center;
      background: var(--cr-green); border-radius: 50%; color: var(--cr-light); font-size: 20px; display: flex; align-items: center; justify-content: center;
  }
  .content-slide .content-slide-tab .back-mobile > span{position: relative; left: 1px;}
  .content-slide .content-slide-tab .nav-info-head{display: block; text-align: center;}
  .content-slide .content-slide-tab .nav-info-head .txt{font-size: 20px; line-height: 1.5em; color: var(--cr-dark); text-align: center; margin-bottom: 24px; display: none;}
  .content-slide .content-slide-tab .nav-info-head .txt strong{font-weight: 600;}
  .content-slide .content-slide-tab .nav-info-head .txt.active{display: block;}

  .content-slide .content-slide-tab{position: fixed; top: 0; left: 100%; height: calc(100dvh); width: 100vw; overflow: auto; z-index: 10001; 
      transition: var(--tsition); padding: 0px 16px 0; pointer-events: none; background: #E6F7EE;
  }
  .content-slide .content-slide-tab.content-active{left: 0; pointer-events: visible; outline: none !important; -webkit-backface-visibility: hidden;}

  .content-slide .content-slide-head{position: sticky; z-index: 111; top: 0; background: #E6F7EE; margin-left: -16px; margin-right: -16px; padding: 21px 16px 0}

  /*############################ content-active ###################################*/
  html.content-active,
  body.content-active,
  body.content-active .icw{overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/ height: 100%;}
  .icw .main.content-active{overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/ position: static;}

}
@media screen and (min-width: 768px) { 

  .content-slide .box-info{border-top: 5px solid var(--cr-green); background: #FAFAFA; min-height: inherit; overflow: hidden;
      border-radius: 0px 0px 8px 8px; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10); display: flex;
  }
  .content-slide .box-info .inner{padding: 40px 32px 32px;}
  .content-slide .box-info .inner:last-child{padding-bottom:32px;}
  .content-slide .box-info .note{margin: 0;}


  .content-slide .content-slide-nav{display: none;}
  .content-slide .content-slide-nav .nav-mobile-link{display: none;}
  .content-slide .content-slide-tab .back-mobile {display: none;}
  .content-slide .content-slide-tab .nav-info-head{display: none;}

  .content-slide .content-slide-tab,
  .content-slide .content-slide-tab.content-active{left: 0%; overflow: visible; display: block; position: static; width: auto; height: auto; padding: 0; background: transparent;pointer-events: inherit;}

  .content-slide .content-slide-head{position: static; z-index: 100; top: 0; background: transparent; margin-left: 0;margin-right: 0; padding: 0;}

  html.content-active,
  body.content-active,
  body.content-active .icw{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ height: auto;}
  .icw .main.content-active{overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/ position: relative;}



}


  /*############################ sc-faqs ###################################*/
  .sc-faqs {
    background: #fafafa;
  }
  .sc-faqs{background-color: #F4F9F9;}
  .sc-faqs .bg{background-repeat: no-repeat; background-position:left bottom; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%;}
  .sc-faqs .bg.-mb{background-image: url(../img/bg-faq-m2.png); background-size: 100%;}
  .sc-faqs .bg.-dt{background-image: url(../img/bg-faq.png); background-attachment: fixed; display: none;}
  .sc-faqs .sc-heading {
    text-align: center;
    margin-bottom: 36px;
  }
  .sc-faqs .sc-heading .title {
    margin-bottom: 0;
    line-height: 1.5em;
  }
  .sc-faqs .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5em;
  }
  .sc-faqs .accordion-group .accordion-block + .s-title {
    margin-top: 40px;
  }
  .sc-faqs .accordion-group .accordion-block {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }
  .sc-faqs .accordion-group .accordion-block + .accordion-block {
    margin-top: 16px;
  }

  .sc-faqs .accordion-block {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .sc-faqs .accordion-title {
    position: relative;
    padding: 16px 50px 16px 16px;
    cursor: pointer;
    color: var(--cr-dark);
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    font-family: kurious-looped;
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
  }
  .sc-faqs .accordion-title:after {
    font-family: "icongarage";
    content: "\e90f";
    font-size: 14px;
    line-height: 1;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .sc-faqs .accordion-title.active:after {
    content: "\e910";
  }
  .sc-faqs .accordion-title:after,
  .sc-faqs .accordion-title:hover {
    color: var(--cr-green);
  }
  .sc-faqs .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }
  .sc-faqs .accordion-title.active:after {
    color: var(--cr-light);
  }
  .sc-faqs .accordion-content {
    padding: 16px;
    color: var(--cr-dark);
  }
  /* .sc-faqs .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
    line-height: 1.5em;
  } */
  .sc-faqs .accordion-content p {
    line-height: 1.5em;
  }
  .sc-faqs .accordion-content p strong {
    font-weight: 600;
    color: var(--cr-dark);
  }
  .sc-faqs .accordion-content p:last-child {
    margin-bottom: 0;
  }
  .sc-faqs .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
  }
  .sc-faqs .accordion-content ul:last-child {
    margin-bottom: 0;
  }
  .sc-faqs .accordion-content ul > li {
    position: relative;
    list-style-type: disc;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }
  .sc-faqs .accordion-content ul > li + li {
    margin-top: 5px;
  }
  .sc-faqs .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
  }
  .sc-faqs .accordion-content ol:last-child {
    margin-bottom: 0;
  }
  .sc-faqs .accordion-content ol > li {
    position: relative;
    list-style-type: decimal;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }
  .sc-faqs .accordion-content ol > li + li {
    margin-top: 5px;
  }
  .sc-faqs .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }
  .sc-faqs .accordion-content .link-tel {
    color: var(--cr-light);
    white-space: nowrap;
    text-decoration: none;
    background-color: var(--cr-green);
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    font-family: kurious-looped;
    margin: 8px 0;
    margin-right: 16px;
  }
  .sc-faqs .accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }
  .sc-faqs .accordion-content .link-tel + .link-tel {
    margin-right: 0;
  }
  .sc-faqs .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }
  .sc-faqs .accordion-content a[x-apple-data-detectors].no-phone {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: 1.5;
  }
  @media screen and (min-width: 768px) { 
    .sc-faqs .bg.-mb{display: none;}
    .sc-faqs .bg.-dt{display: block; background-size: 920px;}
    .sc-faqs .accordion-title {font-size: 18px;}
  }
  @media screen and (min-width: 992px) {
      .sc-faqs .bg.-dt{background-size: 1260px;}
  }
  @media only screen and (min-width: 1024px) and (orientation: portrait){
      .sc-faqs .bg.-dt{background-image: url(../img/bg-faq2.png);}
  }
  @media only screen and (min-width: 1024px) and (orientation: landscape){
      .sc-faqs .bg.-dt{background-image: url(../img/bg-faq.png);}
  }
  @media screen and (min-width: 1200px) {
      .sc-faqs .bg.-dt{background-size: 1440px;}
      .sc-faqs .accordion-title{padding: 16px 50px 16px 24px;}
      .sc-faqs .accordion-content .content-wrapper,
      .sc-faqs .accordion-note{padding: 16px 24px;}
  }

  /*############################ sc-swiper-blog ###################################*/
  .sc-swiper-blog {
    overflow: hidden;
  }
  .sc-swiper-blog .sc-heading {
    margin-bottom: 40px;
    text-align: center;
  }
  .sc-swiper-blog .sc-heading .title {
    margin-bottom: 16px;
    line-height: 1.5em;
  }
  .sc-swiper-blog .sc-heading .desc {
    margin-bottom: 0;
    line-height: 1.5em;
    color: var(--cr-gray);
  }

  .sc-swiper-slide {
    position: relative;
  }
  .sc-swiper-slide .swiper-slide {
    width: auto;
  }
  .sc-swiper-slide .wrapper {
    width: 328px;
    display: block;
    border-radius: var(--radius);
    background-color: var(--cr-light);
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .sc-swiper-slide .thumb {
    position: relative;
    overflow: hidden;
  }
  .sc-swiper-slide .thumb > img {
    transition: var(--tsition);
    transform: scale(1);
  }
  .sc-swiper-slide .content {
    padding: 24px;
  }
  .sc-swiper-slide .content .title {
    height: 3em;
  }
  .sc-swiper-slide .content .desc {
    margin: 0;
    color: var(--cr-gray);
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }
  .sc-swiper-slide .content .action {
    padding-top: 16px;
  }
  .sc-swiper-slide .content .link {
    font-family: kurious-looped;
    color: var(--cr-green);
    font-weight: 600;
    text-decoration: underline;
  }

  .sc-grids{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }

  .sc-grids .swiper-slide .thumb img{
    margin-bottom: 16px;
    border-radius: 8px;
  }

  .sc-grids .sc-swiper-slide .content .title {
    margin: 0 0 8px;
    color: var(--cr-dark);
    height: fit-content;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }

  .sc-swiper-slide-grid .swiper-pagination{
    display: none;
  }


  @media (min-width: 768px) {
    .sc-swiper-slide-grid .swiper-pagination{
      display: block;
    }
    .sc-grids .swiper-slide .thumb img{
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .sc-swiper-slide-grid{
      overflow: hidden;

    }
    .sc-grids{
      display:flex;
      /* overflow: hidden; */
      grid-gap: 0;
    }
    .sc-swiper-slide-grid {
      position: relative;
    }
    .sc-swiper-slide-grid .swiper-slide {
      width: auto !important;
    }
    .sc-swiper-slide-grid .wrapper {
      width: 328px;
      display: block;
      border-radius: var(--radius);
      background-color: var(--cr-light);
      overflow: hidden;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    }
    .sc-swiper-slide-grid .thumb {
      position: relative;
      overflow: hidden;
    }
    .sc-swiper-slide-grid .thumb > img {
      transition: var(--tsition);
      transform: scale(1);
    }
    .sc-swiper-slide-grid .content {
      padding: 24px;
    }
    .sc-swiper-slide-grid .content .title {
      height: 3em;
    }
    .sc-swiper-slide-grid .content .desc {
      margin: 0;
      color: var(--cr-gray);
      height: 3em;
      line-height: 1.5em;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
    }
    .sc-swiper-slide-grid .content .action {
      padding-top: 16px;
    }
    .sc-swiper-slide-grid .content .link {
      font-family: kurious-looped;
      color: var(--cr-green);
      font-weight: 600;
      text-decoration: underline;
    }
  }

  /*############################ sc-notification ###################################*/
  .sc-notification {
    background: linear-gradient(0deg, #f0fdf8 0%, #f0fdf8 100%), #fff;
  }
  .sc-notification .sc-heading .title {
    color: var(--cr-dark);
  }

  /*############################ sc-interesting ###################################*/
  .sc-interesting {
    background: url(../img/minibooth/bg-Section6-mb.jpg) no-repeat center;
    background-size: cover;
  }
  .sc-interesting .sc-heading .title {
    color: var(--cr-light);
  }
  @media (min-width: 767px) {
    .sc-interesting {
      background: url(../img/minibooth/bg-Section6-pc.jpg) no-repeat center;
      background-size: cover;
    }
    .sc-interesting .swiper-wrapper {
      justify-content: center;
    }
  }

  /*############################ sc-related ###################################*/
  .sc-related {
    background: #F0FAF7;
  }
  .sc-related .sc-heading .title {
    color: var(--cr-dark);
  }


  /*############################ sc-followup ###################################*/
  .sc-followup{
    background:#33424A;
  }


  /*############################ sc-remark ###################################*/
  .icw .section.sc-remark .sc-inner{
    padding:48px 12px;
  }


  /*############################ icw-popup-function ###################################*/
  .icw-popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
  }
  .icw-popup-function.mfp-bg.mfp-ready {
    opacity: 1;
    z-index: 1901;
  }
  .icw-popup-function.mfp-wrap {
    z-index: 1902;
  }
  .icw-popup-function .mfp-container {
    width: 100%;
    padding: 0;
  }
  .icw-popup-function .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
  }
  .icw-popup-function .mfp-content {
    overflow: auto;
    min-height: 100vh;
    height: auto;
    display: flex;
    justify-content: center;
  }
  .icw-popup-function .main-container {
    margin: 0;
    padding: 0 32px;
  }
  .icw-popup-function .inner {
    overflow: hidden;
    padding: 72px 16px 16px 16px;
  }

  #navigation-header.fx-fixbarcc-footer .footer-slogan,
  #navigation-footer .footer-slogan {
    margin-bottom: 0px;
    padding-bottom: 0;
    height: 64px;
  }
}

@media screen and (min-width: 768px) {
  .sc-highlight .item-list {
    margin: -12px;
  }
  .sc-highlight .item-list > li {
    padding: 12px;
  }
  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }


  .sc-highlight .wrapper .content {
    padding: 16px;
    height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  
  .sc-highlight .wrapper.bgIII .content, 
  .sc-highlight .wrapper.bgIV .content,
  .sc-highlight .wrapper.bgV .content{
    height: 163px;

  }
  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-faqs .sc-heading {
    margin-bottom: 40px;
  }
  .sc-faqs .accordion-content .link-tel {
    display: none;
  }

  .sc-swiper-slide .wrapper {
    width: auto;
  }
  .sc-swiper-slide .content {
    padding: 24px 22px;
  }
  .sc-swiper-slide .content .action {
    padding-top: 24px;
  }
}

@media screen and (min-width: 992px) {
  .sc-intro {
    background-size: contain;
    background-position: 340px 20px;
  }

  .sc-swiper-slide {
    overflow: hidden;
    padding: 8px 16px;
    margin: -8px -16px;
  }
  .sc-swiper-slide .wrapper {
    width: auto;
  }

  .sc-notification .swiper-wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 1200px) {


  .sc-swiper-slide .content .link {
    transition: var(--transition);
  }
  .sc-swiper-slide a:hover .thumb > img {
    transform: scale(1.1);
  }
  .sc-swiper-slide a:hover .content .link {
    color: #00873f;
  }
}

/*############################ custom bar3 ###################################*/

#navigation-page-sticky.stickyNav{
  font-family: 'kurious-looped';
}



/*############################ kbxa-bannerb ###################################*/

.kbxa-bannerb{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: transparent;
  padding:0px 0px 48px 0px ;
  max-width:1140px;
  margin:0 auto;
}
.kbxa-bannerb .title{
  margin-bottom: 16px;
}

.kbxa-bannerb .kbxa-bannerb-img{
  width: 248px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .kbxa-bannerb{
  flex-direction: row;

    /* grid-template-columns: 365px 1fr; */
    width: 100%;
    padding:0 32px;
    margin:0 auto;
    justify-content: flex-start;
  }
  .kbxa-bannerb .kbxa-bannerb-img{
    width: 365px;
    height: 100%;
  }
}

/*############################ compn-overflow ###################################*/


.compn-overflow .compn-overflow-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.compn-overflow .compn-overflow-wrapper::-webkit-scrollbar {
  display: none;
}

.compn-overflow .compn-overflow-wrapper .compn {
  min-width: 1140px;
}

.compn-overflow .compn-overflow-scroll-wrapper {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  margin-top: 16px;
  display: block;
}

.compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll {
  width: 10%;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  background: #00A950;
}
@media screen and (max-width: 991px) {
  .compn-overflow .text-scroll{
    color: #00A950;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  
  .compn-overflow .text-scroll i{
    font-size: 24px;
    margin-bottom: 8px;
  }
}



.point-table {
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 !important;
  border-spacing: 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15) !important;
  width: 100%;
}

.point-table thead th{
  background-color: #00A950;
  color: #fff;
  font-weight: 600;
  text-align: left;
  padding:24px;
}
.point-table thead th:first-child {
  border-top-left-radius: 8px;
}
.point-table thead th:last-child {
  border-top-right-radius: 8px;
}
.point-table th:first-child ,
.point-table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  overflow: hidden;
  /* border-top-left-radius: 8px; */
}

.icw .point-table tr.w-td td,
.icw .point-table td {
  padding: 16px !important;
  text-align: left;
  vertical-align: middle;
}
.icw .point-table tr th:not(:last-child){
  border-right: 1px solid #E8E8E8;
}
.icw .point-table tr td:not(:last-child) {
  border-right: 1px solid #E8E8E8;
}
.icw .point-table tr:not(:last-child) td {
  /* border-right: 1px solid #E8E8E8; */
  border-bottom: 1px solid #E8E8E8;
}

.icw .point-table tr:not(.w-td) td:first-child {
  padding: 16px 24px !important;
}

.icw .point-table tr.w-td td, 
.icw .point-table td {
  font-size: 16px;
  /* border-right: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8; */
}

.point-table tbody td.none:first-child {
  width: 12%;
}

.icw .point-table tbody td p{
 padding: 0;
 margin: 0;
}
.icw .point-table tbody td p:last-of-type{
  margin-bottom: 8px;
 }

.point-table tbody tr.w-td td:last-child {
  overflow: hidden;
  border-top-right-radius: 8px;
}

.point-table tbody  td:last-child{
  text-align: center;
}

.point-table tbody tr:last-child td:first-child {
  overflow: hidden;
  border-bottom-left-radius: 8px;
}

.point-table tbody tr:last-child td:last-child {
  overflow: hidden;
  border-bottom-right-radius: 8px;
}

.table2 .point-table {
  overflow-x: auto;
}
.point-table tbody tr:nth-child(odd) td {
  background: #F5FBFA;
}
.point-table tbody tr:nth-child(even) td {
  background: #fff;
}

@media screen and (min-width: 1170px) {
  .compn-overflow .compn-overflow-scroll-wrapper {
    display: none;
  }
}