<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-black: #111111;
  --cr-dark: #333333;
  --cr-gray: #666666;
  --cr-lightgray: #999999;
  --cr-green: #00a94f;
  --cr-green2: #007938;
  --cr-border: #e7e7e7;
  --cr-red: #f00;
  --cr-warning: #ec4546;
  --cr-warning2: #b91213;
  --tsition: 0.3s ease-in-out;
  --radius: 8px;
}

/*============================== TEXT ===============================*/
.icw .nowrap {
  white-space: nowrap;
}
.icw .text-light {
  color: var(--cr-light) !important;
}
.icw .text-black {
  color: var(--cr-black) !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 .text-warning {
  color: var(--cr-warning) !important;
}

.icw .main {
  font-style: normal;
  font-weight: 500;
  color: var(--cr-gray);
  font-family: "kurious-looped";
  z-index: inherit;
}
.icw .main strong {
  font-weight: 600;
}

.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.5em;
}
.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}
.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}
.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}
.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}
.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}
.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5em;
}
.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 2em;
}
.icw p {
  font-family: "kurious-looped";
  font-size: 16px;
}
.icw p strong {
  font-weight: 600;
}

.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 a.link {
  font-family: "kurious-looped";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

.icw ul {
  padding: 0;
  margin: 0;
}
.icw .mb-0 {
  margin-bottom: 0 !important;
}
@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 &amp; Visible ===============================*/
.show-w1199 {
  display: none;
}
.show-w991 {
  display: none;
}
.show-w767 {
  display: none !important;
}
.show-w414 {
  display: none;
}
.show-w375 {
  display: none;
}
.show-w360 {
  display: none;
}
.show-w280 {
  display: none;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}

@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;
  }
  .hide-w767 {
    display: none;
  }
}
@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;
  }
}
@media (max-width: 280px) {
  .show-w280 {
    display: block;
  }
  .hide-w280 {
    display: none;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    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 input::placeholder {
  color: #999;
}

.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 &gt; div {
  padding: 0px;
}

.icw .row-20 {
  margin: 0 -10px;
}
.icw .row-20 &gt; div {
  padding: 0 10px;
}

.icw .row-flex {
  display: flex;
  flex-wrap: wrap;
}
.icw .row-flex.align-items-center {
  align-items: center;
}
.icw .row-flex &gt; div {
  float: none;
}
.icw .row-flex &gt; .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.icw .row-flex &gt; .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.icw .row-flex &gt; .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.icw .row-flex &gt; .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 &gt; li {
  float: left;
}

.icw .section {
  position: relative;
}
.icw .section .sc-inner {
  position: relative;
}
.icw .section .sc-heading {
  text-align: center;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }
  .section .sc-heading {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .section .sc-inner {
    padding: 64px 0;
  }
  .section .sc-heading {
    margin-bottom: 32px;
  }
}

/*============================== 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: var(--radius);
  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); */
}
.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 {
  background: var(--cr-green);
  color: var(--cr-light);
  transition: all 0.8s, color 0.3s 0.3s;
  gap: 8px;
  padding: 12px 24px;
}
.icw .btn.btn-primary:hover {
  background: var(--cr-green);
  color: var(--cr-light);
  border-color: var(--cr-green);
}
.icw .btn.btn-primary:before {
  background-color: #0bc160;
}

.icw .btn.btn-secondary {
  background: var(--cr-light);
  color: var(--cr-green);
}
.icw .btn.btn-secondary:hover {
  background: var(--cr-light);
  color: var(--cr-light);
}
.icw .btn.btn-secondary:before {
  background-color: var(--cr-green);
}

.icw .btn.tab-btn-item,
.icw .btn.tab-btn-item:hover,
.icw .btn.tab-btn-item:focus {
  color: var(--cr-dark);
  background-color: var(--cr-light);
  border: 1px solid var(--cr-lightgray);
  height: 40px;
  padding: 0 24px;
}

.icw .btn.tab-btn-item::before {
  content: none;
}

.icw .btn.tab-btn-item.active,
.icw .btn.tab-btn-item.active:hover,
.icw .btn.tab-btn-item.active:focus {
  color: var(--cr-light);
  background-color: var(--cr-green);
  border: 1px solid var(--cr-green);
}

/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next,
.swiper-initialized .swiper-button-prev,
.swiper-initialized .swiper-button-next:before,
.swiper-initialized .swiper-button-prev:before {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.swiper-initialized:hover .swiper-button-next,
.swiper-initialized:hover .swiper-button-prev,
.swiper-initialized:hover .swiper-button-next:before,
.swiper-initialized:hover .swiper-button-prev:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 1;
}
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled,
.swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before,
.swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
  pointer-events: visible;
  visibility: visible;
  opacity: 0.35;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 48%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.26);
  z-index: 5;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  transition: var(--tsition);
}
.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;
  left: 2px;
  border-top: 2px solid var(--cr-light);
  border-left: 2px solid var(--cr-light);
  visibility: visible;
  transition: var(--tsition);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swiper-button-next:before {
  left: -2px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.swiper-horizontal &gt; .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;
  padding: 0;
  cursor: pointer;
  margin: 0 4px;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: var(--radius);
  background: #ddd;
  opacity: 1;
  transition: var(--tsition);
}
.swiper-pagination-bullet-active {
  background: var(--cr-green);
  border-color: var(--cr-green);
  opacity: 1;
  width: 24px;
}
.swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-horizontal
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0;
}

.swiper-horizontal
  &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: var(--tsition);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(1);
}

@media screen and (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 12px;
  }
  .swiper-horizontal
    &gt; .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 4px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-horizontal &gt; .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 16px;
  }
}

/*============================== tab ===============================*/
.tab-control {
  position: relative;
  height: 35px;
  margin-bottom: 24px;
}
.tab-control:before {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  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(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 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: 40px;
  border-bottom: 0px solid var(--cr-border);
}
.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-right: 30px;
  gap: 16px;
  width: 100vw;
}
.tab .control a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  line-height: 1.5;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid transparent;
  margin-bottom: 0px;
  text-decoration: none;
}
.tab .control .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  border-bottom: 3px solid transparent;
}
.tab .control a.active {
  font-weight: 600;
  pointer-events: none;
  border-bottom-color: var(--cr-green);
}
.tab .control .active .nav-link {
  color: var(--cr-dark);
}
.tab .selector {
  display: none;
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 0;
  transition-duration: 0.5s;
  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: -15px;
  margin-right: -70px;
  position: relative;
  z-index: 1;
  top: 40px;
  padding: 15px 5px;
  background-color: var(--cr-light);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 5px;
  color: var(--cr-gray);
}
.tab.active .control a span {
  border: 0;
  line-height: 1.5em;
}
.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-dark);
  border-right: 1px solid var(--cr-dark);
}
.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: 500;
  font-size: 16px;
  color: var(--cr-gray);
  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;
  }
  .tab .control {
    width: auto;
    justify-content: center;
    padding: 0;
  }
  .tab {
    margin: 0;
  }
  .tab-control:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .tab-control {
    height: 35px;
  }
  .tab-control:before {
    display: none;
  }
  .tab-control:after {
    display: none;
  }
  .tab {
    overflow: auto;
    margin-right: 0;
    border-bottom: 2px solid var(--cr-border);
    padding-right: 0;
  }
  .tab .control {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    padding-right: 24px;
    gap: 16px;
    width: 100vw;
  }
  .tab .control {
    justify-content: center;
    width: auto;
    padding-right: 0;
    gap: 48px;
  }
  .tab .control a {
    white-space: nowrap;
    border-bottom: 0;
    color: var(--cr-lightgray);
  }
  .tab .control a span {
    display: block;
    border-bottom: 3px solid transparent;
    line-height: 1.5em;
    padding-bottom: 7px;
  }
  .tab .control a.active {
    color: var(--cr-dark);
  }
  .tab .control a.active span {
    border-block-color: var(--cr-green);
  }
  .tab .control a:last-child {
    padding-right: 20px;
  }
  .tab.active .control a span {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .tab-control {
    height: auto;
    margin: 0;
  }
  .tab-control:before {
    display: none;
  }
  .tab-control:after {
    display: none;
  }
  .tab {
    overflow: visible;
    margin-right: 0;
  }
  .tab .selector {
    display: block;
  }
  .tab .control {
    justify-content: center;
    width: auto;
    padding-right: 0;
    gap: 48px;
  }
  .tab .control a.active span {
    border-block-color: transparent;
  }
  .action-dropdown {
    display: none;
  }
  .tab-dropdown {
    display: none;
  }
  .tab-control {
    margin-bottom: 40px;
  }
  .tab .control a {
    height: 35px;
  }
  .tab .control a span {
    padding-bottom: 8px;
  }
  .tab .control a:last-child {
    padding-right: 0px;
  }
}

/* tab btn */
.tab-btn-container .control {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.tab-btn-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
  transition: var(--tsition);
}
.tab-btn-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
}

/*############################ tab2 ###################################*/
.tab2 {
  display: block;
  position: relative;
  z-index: 2;
}
.tab2 .control2 {
  display: block;
}
.tab2 .control2 a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  white-space: nowrap;
  border-radius: 8px;
  inset: 1px solid #ddd;
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-gray);
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  background: var(--cr-light);
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.tab2 .control2 a + a {
  margin-top: 16px;
}
.tab2 .control2 a.active {
  color: var(--cr-green);
  font-weight: 600;
  pointer-events: none;
  border-color: var(--cr-green);
}
.tab2 .selector2 {
  height: 100%;
  border: 1px solid var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 8px;
  display: none;
  -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-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 (min-width: 768px) {
  .tab2 .control2 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
  .tab2 .control2 a + a {
    margin-top: 0;
  }
  .tab2 .control2 a.active {
    border-color: transparent;
  }
  .tab2 .selector2 {
    display: block;
  }
}

/*############################ preload ###################################*/
.dim-page {
  opacity: 0 !important;
}
.g-load-div {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  background: var(--cr-light);
}
.g-loader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g-loader {
  border: 5px solid var(--cr-green);
  border-radius: 100%;
  border-top: 5px solid #d7d7d7;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*############################ whatAlipay ###################################*/
.alipay-logo {
  height: 1.5em;
  vertical-align: middle;
}
.paypay-logo { 
  height: 1em;
  vertical-align: middle;
}
.sc-about .sc-inner {
  padding: 64px 0;
}
.sc-about .whatalipay-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.sc-about .sc-heading {margin-bottom: 0;}
.sc-about .sc-heading h1 {
  line-height: 63px;
}
.sc-about .logo-container {max-width: 150px; margin: 0 auto 48px auto;}

@media screen and (max-width: 767px) {
  .sc-about .sc-heading h1 {line-height: 1.5;}
  .sc-about .sc-inner {
    padding: 48px 0;
  }
  .sc-about .logo-container {width: 100px; margin-bottom: 0;}
}

/*############################ sc-highlight ###################################*/
.sc-highlight {
  background-color: #fafafa;
  overflow: hidden;
}

.sc-highlight .sc-inner {
  padding: 64px 0;
  position: relative;
  z-index: +1;
}

.sc-highlight .sc-inner.sc-inner-pd {
  padding: 0;
}

.sc-highlight .sc-heading {
  text-align: center;
  margin-bottom: 50px;
}

.sc-highlight .sc-heading .heading-h3 {
  line-height: 1.5;
  color: #10c158;
  margin-bottom: 0;
}

.sc-heading .heading-h3.c-black-title {
  color: #333;
}

.sc-highlight .sc-heading .heading-h3 .logo {
  width: 150px;
  margin-left: 0;
  margin-right: 12px;
  vertical-align: top;
  position: relative;
  top: 14px;
}

.sc-highlight .sc-heading .heading-h4 {
  line-height: 1.5;
  color: #333333;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
}

.sc-highlight .sc-heading .desc {
  line-height: 1.5;
  color: #333;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  font-family: "kurious-looped";
}

.sc-highlight .slick-dots {
  padding-top: 60px;
}

.sc-highlight .slick-dots li.slick-active button {
  background: #00a94f;
}

.sc-highlight .slick-list {
  overflow: visible;
}

.sc-highlight .slick-slider .slick-prev {
  left: 50%;
  margin-left: -572px;
}

.sc-highlight .slick-slider .slick-next {
  right: 50%;
  margin-right: -572px;
}

.sc-highlight .swiper-button-next {
  top: 53%;
  right: 50%;
  margin-right: -572px;
}

.sc-highlight .swiper-button-prev {
  top: 53%;
  left: 50%;
  margin-left: -572px;
}

.sc-highlight .item.slick-slide {
  transition: 0.3s ease-in-out;
  transform: scale(0.82);
}

.sc-highlight .item.slick-slide.slick-active.slick-center {
  transform: scale(1);
}

.sc-highlight .item.swiper-slide {
  transition: 0.3s ease-in-out;
  transform: scale(0.82);
  width: auto;
}

.sc-highlight .item.swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.sc-highlight .item .wrapper {
  min-height: 265px;
  margin-top: 100px;
  position: relative;
  width: 370px;
  border-radius: 20px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}

.sc-highlight .item .image {
  position: relative;
}

.sc-highlight .item .image {
  height: 150px;
  margin: 0 auto -80px;
  top: -100px;
  width: 100%;
  max-width: 250px;
}

.sc-highlight .item .image img {
  transition: 0.3s ease-in-out;
}

.sc-highlight .item .content-area {
  padding: 0 20px;
  padding-bottom: 20px;
  text-align: center;
}

.sc-highlight .item .content-area .title {
  font-family: "kurious-looped";
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.sc-highlight .item .content-area .title small {
  font-size: 18px;
}

.sc-highlight .item .content-area .desc {
  font-family: "kurious-looped";
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.sc-highlight .item .content-area .desc strong {
  font-size: 18px;
  font-family: "kurious-looped";
}

.sc-highlight .item .content-area .link {
  color: #fff;
}

.sc-highlight .item .content-area .link:after {
  color: #fff;
}

.sc-highlight .item:hover .image img {
  transform: scale(1.06);
}

.icw .item-list &gt; li {
  float: left;
}

@media screen and (min-width: 768px) {
  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media screen and (min-width: 200px) {
  .sc-highlight .sc-heading {
    text-align: center;
    margin-bottom: 32px;
  }

  .sc-highlight .sc-heading .title {
    margin-bottom: 8px;
    line-height: 1.5em;
  }

  .sc-highlight .sc-heading .desc {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-highlight .sc-heading .sub-text {
    color: #333;
    font-family: "kurious-looped";
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 8px;
  }

  .sc-highlight .item-list {
    margin: -8px;
  }

  .sc-highlight .item-list &gt; li {
    width: calc(100% / 2);
    padding: 56px 8px 8px 8px;
    list-style: none;
  }

  .sc-highlight .item-list &gt; li:nth-child(5) {
    width: calc(100% / 1);
    padding-top: 8px;
  }

  .sc-highlight .item-list &gt; li:nth-child(5) .wrapper .content {
    padding: 16px;
    height: 172px;
  }

  .sc-highlight .item-list &gt; li:nth-child(5) .wrapper .thumb {
    right: 0;
    bottom: 0;
    left: unset;
    top: unset;
  }

  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }

  .sc-highlight .wrapper.bgI {
    background: #52a28b;
  }

  .sc-highlight .wrapper.bgII {
    background: #3e8b70;
  }

  .sc-highlight .wrapper.bgIII {
    background: #339e81;
  }

  .sc-highlight .wrapper.bgIV {
    background: #3b8880;
  }

  .sc-highlight .wrapper.bgV {
    background: #52a28b;
  }

  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 236px;
    /* display: flex; */
    /* flex-direction: column;
        justify-content: space-between; */
  }

  .sc-highlight .wrapper .content .txt {
    color: var(--cr-light);
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  .sc-highlight .item-list li:last-child .content .txt {
    color: var(--cr-light);
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
  }
  .sc-highlight .wrapper .content .txt span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    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";
  }

  .sc-highlight .note {
    border-radius: 8px;
    background: var(--cr-light);
    padding: 24px;
    margin-top: 32px;
  }

  .sc-highlight .note p {
    font-family: "kurious-looped";
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
  }

  .sc-highlight .note ul {
    font-family: "kurious-looped";
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.54em;
    margin: 0;
    padding: 0;
  }

  .sc-highlight .note ul &gt; li {
    position: relative;
    padding-left: 1.2em;
    list-style: none;
  }

  .sc-highlight .note ul &gt; li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 2px;
  }
}

@media screen and (min-width: 768px) {
  .sc-highlight .sc-heading {
    margin-bottom: 40px;
  }

  .sc-highlight .item-list {
    margin: -12px;
  }

  .sc-highlight .item-list &gt; li {
    padding: 12px;
  }

  .sc-highlight .wrapper .content .txt span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: var(--cr-light);
  }

  /*.sc-highlight .item-list &gt; li:last-child{padding-top: 12px;}*/
  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .wrapper .content {
    padding: 16px;
    height: 174px;
    /* display: flex;
        flex-direction: column;
        justify-content: space-between; */
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-highlight .note {
    margin-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .sc-highlight .item-list &gt; li {
    width: calc(100% / 3);
  }
  .sc-highlight .item-list &gt; li:nth-child(4) {
    width: calc(100% / 2);
  }
  .sc-highlight .item-list &gt; li:nth-child(5) {
    width: calc(100% / 2);
    padding-top: 12px;
  }

  /*.sc-highlight .item-list &gt; li:last-child{width: calc(100%/3);}
    .sc-highlight .item-list &gt; li:nth-child(1){width: calc(100%/2);}
    .sc-highlight .item-list &gt; li:nth-child(2){width: calc(100%/2);}*/
}

@media screen and (max-width: 767px) {
  .sc-highlight .sc-inner {
    padding: 48px 0;
  }
}

/* ############################ sc-promotion ############################ */
.sc-promotion {
  background: linear-gradient(90deg, #37a987 0%, #23736d 100%);
}
.sc-promotion .sc-inner {
  padding: 48px 0;
}
.sc-promotion .sc-heading {
  margin-bottom: 32px;
}
.sc-promotion .benefit-content {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
  min-height: auto;
}
.sc-promotion .benefit-content .benefit-content-details {
  padding: 48px 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.sc-promotion .benefit-content .benefit-content-details .title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.sc-promotion .benefit-content .benefit-content-details .timeline {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.sc-promotion .benefit-content .benefit-content-details .desc {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sc-promotion .benefit-content .desc .logo-wrapper {
  display: flex;
  gap: 10px;
}

.sc-promotion .benefit-content .desc .logo-wrapper img {
  height: 40px;
  width: auto;
}

.sc-promotion .benefit-content-details .btn {
  height: auto;
  padding: 8px 0;
  max-width: 275px;
}

@media screen and (min-width: 768px) {
  .sc-promotion .sc-inner {
    padding: 64px 0;
  }

  .sc-promotion .benefit-content {
    display: flex;
  }

  .sc-promotion .benefit-content .benefit-content-image img {
    height: 100%;
  }

  .sc-promotion .benefit-content .benefit-content-image {
    max-width: 700px;
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  .sc-promotion .benefit-content {
    min-height: 420px;
  }

  .sc-promotion .benefit-content .image {
    min-width: 700px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sc-promotion .benefit-content .benefit-content-details {
    padding: 30px 36px;
  }

  .sc-promotion .benefit-content .benefit-content-details .desc {
    margin-bottom: 8px;
  }

  .sc-promotion .benefit-content .benefit-content-details .timeline {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .sc-promotion .benefit-content .benefit-content-details .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .sc-promotion .section-benefit .btn {
    width: 100%;
  }

  .sc-promotion .section-benefit .sc-inner {
    padding: 48px 0;
  }

  .sc-promotion .benefit-content .benefit-content-details {
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .sc-promotion .benefit-content .benefit-content-details .btn {
    flex: 0 0 auto;
   max-width: 100%;
   width: 100%;
  }
  .popup-function .mfp-container {
    padding: 0;
  }
}

/* popup-promotion */
.popup-promo-wrapper .sc-heading {
  padding: 48px;
  padding-bottom: 32px;
  /* background-color: #e7f9eb; */
  border-radius: 8px 8px 0 0;
}
.popup-promo-wrapper .promo-popup-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup-promo-wrapper .promo-popup-content:last-child {
 margin-bottom: 0;
}
.popup-promo-wrapper .promo-popup-content .heading-content {display: grid; grid-template-columns: 60px 1fr; gap: 16px;}
.popup-promo-wrapper .promo-popup-content .step { background-color: #E5F3EF; font-size: 16px; font-weight: 600; display: flex; justify-content: center; align-items: center; color: #008661; width: fit-content; border-radius: 50%; border-color: #D7F5DF; margin-bottom: 8px; height: 60px; width: 60px; }
.popup-promo-wrapper .promo-popup-content .step .remark {

}
.popup-promo-wrapper .promo-popup-content-image {
  max-width: 400px;
  border-radius: 8px;
  overflow: hidden;
  height: fit-content;
}
.popup-promo-wrapper .promo-popup-content-details {
  border-radius: 16px;
  border: 1px solid #F4F4F4;
  overflow: hidden;
}
.popup-promo-wrapper .promo-popup-content-details .heading{ display: flex; flex-direction: column; gap: 2px;}
.popup-promo-wrapper .promo-popup-content-details .date {
  margin: 0;
  font-size: 13px;
  color: #666666;
}
.promotion-takeya-img {border-radius: 8px;}
.popup-promo-wrapper .promo-popup-content-details .step-content.step-1 {
  display: grid;
  grid-template-columns: 1fr 245.36575317382812px;
  gap: 32px;
}
.popup-promo-wrapper .promo-popup-content-details .step-content{padding: 32px 48px;}
.popup-promo-wrapper .promo-popup-content-details .condition {background-color: #FAFAFA; padding: 8px 48px; border-top: 1px solid #F4F4F4; font-size: 13px; color: #333333;}
.popup-promo-wrapper .promo-popup-content-details .step-content .step-wrapper{ display: flex; flex-direction: column; gap: 16px;}
.popup-promo-wrapper .promo-popup-content-details .check-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  padding-left: 30px;
}

.popup-promo-wrapper .promo-popup-content-details .check-list li {
  position: relative;
  line-height: 1.8;
  font-size: 16px;
  color: #333333;
}
.popup-promo-wrapper .promo-popup-content-details .check-list li::marker {
  color: #00a950;
}

.popup-promo-wrapper .promo-popup-content-details .cusotm-alipay-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.popup-promo-wrapper .promo-popup-content-details .info {
  margin-left: 16px;
}
.popup-promo-wrapper .promo-popup-content-details .info p {
  margin-bottom: 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.5;
}
.popup-promo-wrapper .promo-popup-content-details .custom-alipy-step-img {
  max-width: 80px;
}
.popup-promo-wrapper .promo-popup-content-details .cusotm-alipay-step .link {
  font-size: 13px;

}

.popup-promo-wrapper .promo-popup-content-details .logo-wrapper {
  display: flex;
  gap: 10px;
}
.popup-promo-wrapper .promo-popup-content-details .logo-wrapper img {
  height: 40px;
}
.popup-promo-wrapper .promo-popup-content-details ul {
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 16px;
  color: #333333;
}
.popup-promo-wrapper .promo-popup-content-details ul li {
  list-style: disc;
}
.popup-promo-wrapper .sc-content {
  padding: 0px;
}
.popup-promo-wrapper .sc-content .details {
  padding: 48px 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup-promo-wrapper .feature-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  max-width: 350px;
}
.popup-promo-wrapper .feature-wrapper .feature {
  display: flex;
  gap: 10px;
  align-items: center;
}
.popup-promo-wrapper .feature-wrapper .feature i {
  color: #00a94f;
}
.popup-promo-wrapper .require-camp {
  padding: 32px 0;
  background-color: #FAFAFA;
  border-radius: 0 0 8px 8px;
}
.popup-promo-wrapper .accordion-group {
  max-width: 850px;
  margin: 0 auto;
  
}
.popup-promo-wrapper .accordion-group .accordion-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 16px 64px 16px 24px;
  border-radius: 8px;
  margin-top: 24px;
  background-color: #FFFFFF;
  color: #333333;
  box-shadow: 0px 1px 3px 0px #00000033;
}

.popup-promo-wrapper .accordion-group .accordion-title.active {
  background-color: #00A94F;
  color: #FFFFFF;
}

.popup-promo-wrapper .accordion-group .accordion-title:first-child {
  margin-top: 0;
}
.popup-promo-wrapper .accordion-group .accordion-title::after {
  content: "\e915";
  color: #00A94F;
  font-size: 18px;
  right: 24px;
}
.popup-promo-wrapper .accordion-group .accordion-title.active::after {
  color: #FFFFFF;
}
.popup-promo-wrapper .accordion-group .accordion-title.active {
  border-radius: 8px 8px 0 0;
}
.popup-promo-wrapper .accordion-group .accordion-title.active::after {
  content: "\e91e";
}
.popup-promo-wrapper .accordion-group .accordion-content {
  padding: 16px 24px;
  margin: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 5px 0px #0000001A;
}
.popup-promo-wrapper .accordion-group .accordion-content ul {
  color: #333333;
  font-size: 16px;
  padding-left: 24px;
}
.popup-promo-wrapper .accordion-group .accordion-content ul li {
  list-style: disc;
  line-height: 1.5;
}
.popup-promo-wrapper .accordion-group .accordion-content ul li.step {
  line-height: 2;
  padding-bottom: 16px;
}
.popup-promo-wrapper .accordion-group .accordion-content ul li::marker {
  font-size: 13px;
}
.popup-promo-wrapper table {
  border-collapse: separate;
  box-shadow: 0px 1px 3px 0px #0000001A;
  border-radius: 8px;
  margin-bottom: 24px;
}

.popup-promo-wrapper table thead { background-color: #00A94F;}
.popup-promo-wrapper table thead th {
 border-right: 1px solid #E8E8E8;
 text-align: center;
 padding: 8px 16px;

 color: #FFFFFF;
}



.popup-promo-wrapper table thead th:first-child {
 border-top-left-radius: 8px;
}

.popup-promo-wrapper table thead th:last-child {
  border-top-right-radius: 8px;
}

.popup-promo-wrapper table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.popup-promo-wrapper table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}


.popup-promo-wrapper table thead th:last-child {
  border-right-width: 0;
}
.popup-promo-wrapper table tbody tr td {
  padding: 8px 16px;
  border: 1px solid #E8E8E8;

}
.popup-promo-wrapper table tbody tr td:first-child {
  text-align: center;
  vertical-align: middle;
  border-right: 0;
} 
.icw .popup-promo-wrapper a.link {
  display: inline;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
} 

.popup-promo-wrapper .accordion-group .table-container {
  margin-top: 16px;
}
.popup-promo-wrapper .accordion-group .table-container table {
  margin-top: 4px;
}



@media screen and (max-width:767px) {
  .popup-promo-wrapper .promo-popup-content-details .step-content{ padding: 32px 0 16px 0 ; }
  .popup-promo-wrapper .promo-popup-content-details .condition {padding: 8px; border: 1px solid #F4F4F4; border-radius: 8px; text-align: center;}
  .popup-promo-wrapper .promo-popup-content {margin-left: -16px; margin-right: -16px;}
  .popup-promo-wrapper .promo-popup-content-details {padding-left: 16px; padding-right: 16px; border-left-width: 0; border-right-width: 0; border-radius: 0;}
  .popup-promo-wrapper .promo-popup-content-details .step-content.step-1 {grid-template-columns: 1fr; gap: 16px; padding-top: 24px;}
  .popup-promo-wrapper .promo-popup-content-details .step-content.step-1 .info {margin-left: 8px;}
  .popup-promo-wrapper .accordion-group .table-container table {
    margin-top: 4px;
  }
  .popup-promo-wrapper .promo-popup-content-details .cusotm-alipay-step .link {
    font-size: 16px;
  }
  .popup-promo-wrapper .promo-popup-content-details {
    gap: 16px;
  }
  .popup-promo-wrapper .promo-popup-content-details .info{
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .popup-promo-wrapper .promo-popup-content-details .custom-alipy-step-img {
    max-width: max-content;
  }
  .popup-promo-wrapper .accordion-group .accordion-content {
    padding: 16px;
  }
  .popup-promo-wrapper .sc-heading {
    padding: 80px 16px 32px 16px;
  }
  .popup-promo-wrapper .promo-popup-content {
   gap: 32px;
  }
  .popup-promo-wrapper .promo-popup-content:last-child {
    padding-top: 0;
  }
  #popup-promotion .mfp-close {
    right: 36px;
    top: 36px;
  }
  .popup-promo-wrapper .promo-popup-content-details .title h4 {
    font-size: 20px;
  }
  .popup-promo-wrapper .sc-content .details {
    padding: 32px 16px 16px;
  }
  .popup-promo-wrapper .require-camp {
    padding: 16px;
  }
}
/* ############################ End sc-promotion ######################## */

/*############################ sc-countries ###################################*/
.sc-countries {
  background: url("../img/country-bg-pc.jpg") no-repeat top center;
  background-size: cover;
}
.sc-countries .sc-inner {
  padding: 64px 0;
}
.sc-countries .countries-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
.sc-countries .sc-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc-countries .sc-heading h2 {
  line-height: 1.5;
}
.sc-countries .sc-heading h4 {
  line-height: 1.5;
}
.sc-countries .sc-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 832px;
}
.sc-countries .sc-content .country-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sc-countries .sc-content .country-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.sc-countries .sc-content .country-item .nation-flag {
  max-width: 24px;
}
.sc-countries .sc-content .country-item .nation-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #666666;
}

@media screen and (max-width: 767px) {
  .sc-countries {
    background: url("../img/country-bg-mb.jpg") no-repeat top center;
    background-size: cover;
  }
  .sc-countries .sc-inner {
    padding: 48px 0;
  }
  .sc-countries .sc-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 0;
    grid-auto-rows: auto;
  }
  .sc-countries .sc-content .country-col:first-child {
    grid-column: 1;
    grid-row: 1;
  }
  .sc-countries .sc-content .country-col:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .sc-countries .sc-content .country-col:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
  }
  .sc-countries .sc-content .country-col:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .sc-countries .sc-content .country-item {
    align-items: flex-start;
  }
}

/*############################ sc-countries ###################################*/
.sc-example {
  background: url("../img/exam-bg.png") no-repeat top center,
    linear-gradient(360deg, #ffffff 0%, #dddddd 100%);
  background-size: cover;
}
.sc-example .sc-inner {
  padding: 64px 0;
}
.sc-example .example-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* table style */
.sc-example .example-wrapper .tab-control {
  margin-bottom: 32px;
}
.sc-example .example-table-wrapper {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 1px 3px 0px #0000001a;
}
.sc-example .example-table table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.sc-example .example-table table thead th {
  background: #0a6a60;
  border: 1px solid #e8e8e8;
  padding: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  width: calc(100% / 6);
}
.sc-example .example-table table tbody td {
  padding: 16px 8px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  color: #666666;
  font-size: 13px;
}
.sc-example .example-table ul {
  padding-left: 16px;
}
.sc-example .example-table ul li {
  list-style: disc;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .sc-example .sc-inner {
    padding: 48px 0;
  }
  .sc-example .example-wrapper {
    gap: 10px;
  }

  /* accordion style */
  .sc-example .example-accordion .accordion-title {
    padding: 16px 56px 16px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  .sc-example .example-accordion .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;
    transform: translate(0);
  }
  .sc-example .example-accordion .accordion-title.active {
    color: #ffffff;
    background: #00a94f;
  }
  .sc-example .example-accordion .accordion-content {
    background-color: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    color: var(--cr-dark);
    margin-left: 0;
    padding: 16px;
    font-size: 16px;
  }
  .sc-example .example-accordion .accordion-content ul li {
    list-style: disc;
    margin-left: 20px;
  }
}

/*############################ sc-register ###################################*/
.sc-register {
  background: #e6f0ef;
  overflow: hidden;
}
.sc-register .sc-inner {
  padding: 64px 0;
}
.sc-register .sc-heading {
  text-align: center;
  margin-bottom: 32px;
}
.sc-register .sc-heading .title {
  margin-bottom: 0;
  line-height: 1.5em;
}
.sc-register .sc-heading .desc {
  margin: 16px 0 0;
  line-height: 1.5em;
}
.sc-register .tab-control {
  margin-bottom: 32px;
}
.sc-register .details-container {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 32px;
}
.sc-register .link-container {
  text-align: center;
}
.sc-register .details-container.-npd {
  padding: 0;
}
.sc-register .head {
  text-align: center;
  margin-bottom: 24px;
}
.sc-register .head .title {
  margin-bottom: 8px;
  line-height: 1.5em;
}
.sc-register .head .desc {
  margin-bottom: 0px;
  line-height: 1.5em;
}
.sc-register .zoom {
  margin-bottom: 24px;
  text-align: center;
}
.sc-register .zoom .txt {
  font-weight: 600;
  color: var(--cr-green);
  margin: 0;
}
.sc-register .zoom .txt .icon {
  position: relative;
  top: 0px;
  margin-right: 5px;
}
.sc-register .body {
  max-width: 296px;
  margin: 0 auto;
}
.sc-register .body .swiper-slide {
  width: auto;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-right: 8px;
  padding-left: 8px;
}
.sc-register .body .swiper-slide-visible {
  opacity: 1;
}
.sc-register .body .wrapper {
  display: block;
  max-width: 220px;
}
.sc-register .body .thumb {
  margin-bottom: 16px;
  pointer-events: none;
  max-width: 220px;
  margin: 0 auto;
}
.sc-register .body .content {
  text-align: center;
}
.sc-register .body .content .title {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--cr-dark);
}
.sc-register .body .content .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  color: var(--cr-dark);
}
.sc-register .body .content .desc small {
  font-size: 13px;
  color: var(--cr-gray);
}
.sc-register .body .content ul.desc {
  padding: 0;
  margin-left: 20px;
  text-align: left;
}
.sc-register .body .content ul.desc &gt; li {
  width: 100%;
}
.sc-register .body .content ul.desc &gt; li &gt; ul {
  padding: 0;
  margin-left: 20px;
}
.sc-register .body .content ul.desc &gt; li &gt; ul &gt; li {
  position: relative;
  list-style: none;
}
.sc-register .body .content ul.desc &gt; li &gt; ul &gt; li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -18px;
}
.sc-register .body .content .link {
  color: var(--cr-green);
  font-weight: 600;
  text-decoration: underline;
}
.sc-register .swiper-button-next,
.sc-register .swiper-button-prev {
  display: none;
}
.sc-register .tab-btn {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .sc-register .zoom .txt .icon {
    top: 6px;
    margin-right: 0;
  }
  .sc-register .body {
    max-width: 640px;
  }
  .sc-register .body .thumb {
    pointer-events: visible;
  }
}

@media screen and (min-width: 992px) {
  .sc-register .body {
    max-width: 1000px;
  }
  .sc-register .body .wrapper {
    max-width: 336px;
  }
}

@media screen and (min-width: 1200px) {
  .sc-register .swiper-button-next,
  .sc-register .swiper-button-prev {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .sc-register .sc-heading {
    margin-bottom: 24px;
  }
  .sc-register .sc-inner {
    padding: 48px 0;
  }
}

/*############################ popup ###################################*/
@media screen and (min-width: 200px) {
  .icw-popup-function {
    z-index: 10001;
    height: 100%;
  }
  .icw-popup-function.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
  }
  .icw-popup-function.mfp-bg.mfp-ready {
    opacity: 1;
  }
  .icw-popup-function .mfp-container {
    width: 100%;
  }
  .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;
    align-items: center;
  }
  .icw-popup-function .main-container {
    margin: 0;
  }
  .icw-popup-function .sc-content {
    padding: 48px;
    /* height: 470px; */
    height: 100%;
  }

  .icw-popup-function .data-box {
    max-width: 1000px;
    width: 100%;
    position: relative;
    margin: 80px auto;
    height: 474px;
  }
  .icw-popup-function .data-box {
    position: relative;
    background-color: var(--cr-light);
  }
  .icw-popup-function .data-box {
    position: relative;
    background-color: var(--cr-light);
  }
  .icw-popup-function .data-box .thumb {
    margin: 0 auto 48px;
    max-width: 364px;
    width: 100%;
  }
  .icw-popup-function .data-box .thumb &gt; img {
    border-radius: 8px;
    overflow: hidden;
  }
  .icw-popup-function .data-box .content {
    color: var(--cr-dark);
  }
  .icw-popup-function .data-box .content .title {
    margin-bottom: 16px;
  }
  .icw-popup-function .data-box .content .txt {
    font-family: "kurious-looped";
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
  }
  .icw-popup-function .data-box .content .list + .list {
    margin-top: 32px;
  }
  .icw-popup-function .data-box .link-tel {
    color: var(--cr-light);
    white-space: nowrap;
    text-decoration: none;
    color: var(--cr-light);
    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;
  }
  .icw-popup-function .data-box .link-tel {
    display: none;
  }
  .icw-popup-function .data-box .link-tel .icon {
    position: relative;
    top: 2px;
    margin-right: 8px;
  }
  .scan-content2 {
    display: flex;
    align-items: center;
    padding: 100px 0px;
    height: 100%;
  }
  .scan-content2 .content-text {
    width: 50.2%;
    position: relative;
  }
  .scan-content2 .content-qr {
    width: 49.8%;
    position: relative;
  }

  .w-50 {
    width: 50%;
    position: relative;
  }

  .qrcode {
    position: absolute;
    width: 282px;
    top: 50%;
    left: calc(50% + 36px);
    margin: auto;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  .qrcode canvas {
    width: 100%;
    border-radius: 9.02px;
    border-width: 16px;
  }

  .scan-content2:after {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: 0px 8px 8px 0px;
    background: rgb(46, 170, 153);
    background: -moz-linear-gradient(
      48deg,
      rgba(46, 170, 153, 1) 0%,
      rgba(42, 148, 137, 1) 100%
    );
    background: -webkit-linear-gradient(
      48deg,
      rgba(46, 170, 153, 1) 0%,
      rgba(42, 148, 137, 1) 100%
    );
    background: linear-gradient(
      48deg,
      rgba(46, 170, 153, 1) 0%,
      rgba(42, 148, 137, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2eaa99",endColorstr="#2a9489",GradientType=1);
  }

  .mfp-close-btn-in .mfp-close {
    font-size: 0;
    padding: 0;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    text-align: center;
    color: inherit;
    background-color: #00a94f;
    width: 40px;
    height: 40px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
  }

  .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: 25px;
    height: 4px;
    border-radius: 8px;
    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);
  }
  .scan-content .title {
    color: #00a94f;
    font-family: kurious-looped;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    margin: 0;
  }
  .scan-content .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--cr-dark);
    margin-bottom: 16px;
  }
  .scan-content .desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--cr-gray);
  }
  .scan-content .text-sub {
    font-size: 18px;
    font-weight: 600;
    color: var(--cr-light);
    margin: 0;
    text-align: center;
  }

  .popup-event {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
  }

  .w-50 {
    width: 50%;
  }
}

/*############################ icw-popup-function ###################################*/
.popup-function.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
}
.popup-function.mfp-bg.mfp-ready {
  opacity: 1;
  z-index: 10002;
}
.popup-function.mfp-wrap {
  z-index: 10002;
}
.popup-function .mfp-container {
  width: 100%;
}
.popup-function .mfp-content {
  background-color: transparent;
  max-width: 100%;
  height: 100%;
}
.popup-function .mfp-content {
  overflow: auto;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
}
.popup-function .main-container {
  margin: 0;
}
.popup-function .inner {
  overflow: hidden;
  padding: 72px 16px 16px 16px;
}

@media screen and (min-width: 992px) {
  .popup-function .inner {
    padding: 48px;
  }
  .popup-function .swiper-button-prev {
    left: 48px;
  }
  .popup-function .swiper-button-next {
    right: 48px;
  }
}

/*############################ icw-popup-function sc-thumb-box ###################################*/
.sc-thumb-box {
  max-width: 1140px;
  width: 100%;
  position: relative;
}

.sc-thumb-promotion {
  max-width: 1000px;
}
.sc-thumb-box {
  position: relative;
  background-color: var(--cr-light);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
}
.sc-thumb-box .inner {
  position: relative;
  margin: 0 auto;
}
.sc-thumb-box .swiper-slide {
  width: auto;
}
.sc-thumb-box .wrapper {
  display: block;
}
.sc-thumb-box .thumb {
  margin-bottom: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.sc-thumb-box .thumb &gt; img {
  display: block;
  margin: 0 auto;
}
.sc-thumb-box .content {
  text-align: center;
}
.sc-thumb-box .content .title {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cr-dark);
}
.sc-thumb-box .content .desc {
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0;
  color: var(--cr-dark);
}
.sc-thumb-box .content ul.desc {
  padding: 0;
  margin-left: 20px;
  text-align: left;
}
.sc-thumb-box .content ul.desc &gt; li {
  width: 100%;
}
.sc-thumb-box .content ul.desc &gt; li &gt; ul {
  padding: 0;
  margin-left: 20px;
}
.sc-thumb-box .content ul.desc &gt; li &gt; ul &gt; li {
  position: relative;
  list-style: none;
}
.sc-thumb-box .content ul.desc &gt; li &gt; ul &gt; li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -18px;
}
.sc-thumb-box .content .link {
  color: var(--cr-green);
  font-weight: 600;
  font-family: "kurious-looped";
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sc-thumb-box {
    width: 95.24%;
    margin: 80px auto;
    border-radius: var(--radius);
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

/*############################ sc-faq ###################################*/
@media screen and (min-width: 200px) {
  /*############################ sc-faqs ###################################*/
  .sc-faqs {
    background: #fafafa;
    overflow: hidden;
  }
  .sc-faqs .sc-inner {
    padding: 48px 0;
  }
  .sc-faqs .title-container {
    display: flex;
    flex-direction: column;
    line-height: 0;
  }
  .sc-faqs .container {
    position: relative;
  }
  .sc-faqs .container::before {
    background-image: url(../img/bg-faq.png);
    width: 100%;
    padding-top: 53%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -71px;
  }
  .sc-faqs .sc-heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
  }
  .sc-faqs .sc-heading .title {
    font-size: 28px;
    line-height: 1.5em;
  }
  .sc-faqs .sc-heading .desc {
    font-size: 16px;
    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: 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-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    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;
    transform: translate(0);
  }
  .sc-faqs .accordion-title.active:after {
    content: "\e910";
  }
  .sc-faqs .accordion-title:after {
    color: var(--cr-green);
  }
  .sc-faqs .accordion-title:hover:after {
    color: var(--cr-light);
  }
  .sc-faqs .accordion-title:hover {
    color: var(--cr-light);
    background-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;
    font-family: "kurious-looped";
    margin: 0;
  }
  .sc-faqs .accordion-content .hr {
    border-top: 1px solid #eee;
    width: 100%;
    margin: 16px 0;
  }
  .sc-faqs .accordion-content .remark .remark-title {
    margin-bottom: 8px;
  }
  .sc-faqs .accordion-content .remark .remark-desc {
    font-size: 13px;
  }
  .sc-faqs .accordion-content .remark .list-remark {
    margin-right: 16px;
  }
  .sc-faqs .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
  }
  .sc-faqs .accordion-content p,
  .sc-faqs .accordion-content dd {
    line-height: 1.5em;
    margin: 0;
    color: var(--cr-black);
  }
  .sc-faqs .accordion-content p strong,
  .sc-faqs .accordion-content dd strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .sc-faqs .accordion-content p:last-child,
  .sc-faqs .accordion-content dd:last-child {
    margin-bottom: 0;
  }
  .sc-faqs .accordion-content ul {
    margin: 0 0 16px 1.2em;
    padding: 0;
  }
  .sc-faqs .accordion-content ul:last-child {
    margin-bottom: 0;
  }
  .sc-faqs .accordion-content ul li::marker {
    font-size: 13px;
  }
  .sc-faqs .accordion-content ul strong {
    color: var(--cr-black);
  }
  .sc-faqs .accordion-content ul &gt; li {
    color: var(--cr-dark);
    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 &gt; li + li {margin-top: 5px;} */
  .sc-faqs .accordion-content ol {
    margin: 0 0 16px 1.2em;
    padding: 0;
  }
  .sc-faqs .accordion-content ol:last-child {
    margin-bottom: 0;
  }
  .sc-faqs .accordion-content ol &gt; 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 &gt; 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-gray);
  }
  .sc-faqs .ic-telephone {
    display: inline-block;
  }
  .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: inherit !important;
  }

  /* newversion */
  .accordion-group-new-version .accordion-title {
    background-color: var(--cr-light);
    border-radius: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    position: relative;
    z-index: 1;
  }
  .accordion-group-new-version .accordion-title:first-child {
    margin-top: 0;
  }
  .accordion-group-new-version .accordion-title.active {
    border-radius: 8px 8px 0 0;
    box-shadow: unset;
  }
  .accordion-group-new-version .accordion-content {
    background-color: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
    color: var(--cr-dark);
  }
}

@media screen and (max-width: 767px) {
  .sc-faqs .container::before {
    background-image: url(../img/bg-faq-mobile.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .sc-faqs .accordion-title {
    font-size: 18px;
  }
  .sc-faqs .sc-inner {
    padding: 64px 0;
  }
  .sc-faqs .sc-heading {
    margin-bottom: 40px;
  }
  .sc-faqs .sc-heading .title {
    font-size: 33px;
  }
}
</pre></body></html>