/*================ default ==================*/
:root {
  --cr-light: #ffffff;
  --cr-dark: #333333;
  --cr-black: #111111;
  --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;
}

body {
    font-family: "kurious-looped";
}
/*============================== TEXT ===============================*/
.icw .nowrap {
  white-space: nowrap;
}

.icw .text-black {
    color: var(--cr-black);
}

.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.2em;
}

.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 a.link {
  font-family: "kurious-looped";
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

@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;
  }
}

img.width-mb {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

/*============================== Hidden & Visible ===============================*/
.show-w1199 {
  display: none;
}

.show-w991 {
  display: none;
}

.show-w767 {
  display: none;
}

.show-w414 {
  display: none;
}

.show-w375 {
  display: none;
}

.show-w360 {
  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;
  }

  .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;
  }
}

/*============================== 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 .section {
  position: relative;
}

.icw .section .sc-inner {
  position: relative;
}

@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); */
}

.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;
}

.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);
}

/*============================== 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: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}

.swiper-button-next {
  right: -50px;
}

.swiper-button-prev {
  left: -50px;
}

.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 var(--cr-light);
  border-left: 2px solid var(--cr-light);
  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;
}

@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 35px;
    height: 35px;
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}

/*############################ popup ###################################*/
.mfp-bg,
.mfp-wrap .mfp-content,
.mfp-wrap .mfp-container {
  opacity: 0;
  -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;
  padding: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  visibility: visible;
  padding: 5vh 0;
}

.mfp-close-btn-in .mfp-close {
  width: 30px;
  height: 30px;
  background-color: #00a950;
  color: var(--cr-light);
  top: -15px;
  right: -15px;
  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:hover:before {
  background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:hover:after {
  background-color: var(--cr-light);
}

.mfp-close-btn-in .mfp-close:active {
  top: 0px;
}

@media screen and (max-width: 1199px) {
  .mfp-close-btn-in .mfp-close {
    top: 16px;
    right: 16px;
  }
}

/*============================== tab ===============================*/
.tab-control {
  position: relative;
  height: 35px;
  position: relative;
  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.4;
  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 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: -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;
  }
}

@media screen and (min-width: 768px) {
  .tab-control {
    height: 35px;
  }

  .tab-control:before {
    display: block;
  }

  .tab-control:after {
    display: block;
  }

  .tab {
    overflow: auto;
    margin-right: 25px;
    border-bottom: 2px solid var(--cr-border);
    padding-right: 30px;
  }

  .tab .control {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    padding-right: 24px;
    gap: 16px;
    width: 100vw;
  }

  .tab .control a {
    white-space: nowrap;
    border-bottom: 0;
  }

  .tab .control a {
    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: 992px) {
}

@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: 56px;
  }

  .tab .control a span {
    padding-bottom: 8px;
  }

  .tab .control a:last-child {
    padding-right: 0px;
  }
}

/*############################ 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;
  }
}

/*============================== PAGE ===============================*/
@media screen and (min-width: 200px) {
  /*############################ sc-into ###################################*/
  .sc-into {
    background: var(--cr-light);
  }

  .sc-into .sc-inner {
    padding: 0 0 48px;
  }

  .sc-into .item-list {
    margin: 0;
  }

  .sc-into .item-list > li {
    width: calc(100%);
    padding: 0;
    list-style: none;
  }

  .sc-into .wrapper {
    position: relative;
    display: block;
  }

  .sc-into .wrapper .thumb {
    position: relative;
    max-width: 248px;
    margin: 0 auto;
  }

  .sc-into .wrapper .content {
    text-align: center;
  }

  .sc-into .wrapper .content .txt {
    color: var(--cr-dark);
    line-height: 1.5em;
    margin-bottom: 8px;
  }

  .sc-into .wrapper .content .txt .show-w767 {
    display: inline;
  }

  .sc-into .wrapper .content .desc {
    color: var(--cr-gray);
    font-weight: 500;
    font-family: "kurious-looped";
    font-size: 16px;
    line-height: 1.5em;
  }

  .sc-into .wrapper .content ul.desc {
    padding: 0;
    margin: 0 0 0 1.5em;
  }

  .sc-into .wrapper .content ul.desc > li {
    width: 100%;
    list-style: disc;
    text-align: left;
  }

  .sc-into .wrapper .content ul.desc + p.desc {
    margin-top: 8px;
  }

  .sc-into .wrapper .action {
    padding-top: 16px;
    text-align: center;
  }

  .sc-into .wrapper .action .btn {
    width: 220px;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
  }

  .sc-into .wrapper .action .link {
    margin-top: 16px;
    display: inline-block;
  }

  /*############################ sc-highlight ###################################*/
  .sc-highlight {
    background: #fafafa;
  }

  .sc-highlight .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .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 .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:last-child {
    width: calc(100%);
    padding-top: 24px;
  }

  .sc-highlight .item-list > li:last-child .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .item-list > li:last-child .wrapper .content {
    padding: 16px;
    height: 163px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
  }

  .sc-highlight .wrapper.bgI {
    background: #52a28b;
  }

  .sc-highlight .wrapper.bgII {
    background: #008661;
  }

  .sc-highlight .wrapper.bgIII {
    background: #0a6a60;
  }

  .sc-highlight .wrapper.bgIV {
    background: #33ba72;
  }

  .sc-highlight .wrapper.bgV {
    background: #00873f;
  }

  .sc-highlight .wrapper.bgVI {
    background: #006b4e;
  }

  .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);
  }

  .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 {
    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 > li {
    position: relative;
    padding-left: 1.2em;
    list-style: none;
  }

  .sc-highlight .note ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 2px;
  }

  /*############################ sc-paytour ###################################*/
  .sc-paytour {
    background: #fefefe;
  }

  .sc-paytour .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .sc-paytour .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-paytour .sc-content {
    position: static;
    overflow: hidden;
    padding: 40px 56px;
    border-radius: 8px;
    background: #f0faf7;
  }

  .sc-paytour-slide {
    position: relative;
  }

  .sc-paytour-slide .swiper-slide {
    width: auto;
  }

  .sc-paytour-slide .wrapper {
    position: relative;
    max-width: 220px;
  }

  .sc-paytour-slide .thumb {
    width: 220px;
    margin: 0 auto 16px;
  }

  .sc-paytour-slide .content {
    text-align: center;
  }

  .sc-paytour-slide .content .title {
    margin-bottom: 8px;
    color: var(--cr-dark);
    line-height: 1.5em;
    font-size: 13px;
  }

  .sc-paytour-slide .content .desc {
    margin-bottom: 0;
    color: var(--cr-dark);
    line-height: 1.5em;
  }

  .sc-paytour-slide .content .link {
    text-decoration: underline;
    color: var(--cr-green);
    font-family: "kurious-looped";
  }

  /*############################ sc-protection ###################################*/
  .sc-feature {
    border-top: 4px solid #e53e51;
    background: #2b8d80;
  }

  .sc-feature .sc-heading {
    text-align: center;
    margin-bottom: 24px;
  }

  .sc-feature .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-feature .sc-content {
    position: static;
  }

  .sc-feature .details-container {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    margin-top: 40px;
  }

  .sc-feature .wrapper {
    position: relative;
    padding: 40px 24px;
  }

  .sc-feature .info-content {
    position: relative;
    text-align: center;
  }

  .sc-feature .info-content .title {
    color: var(--cr-light);
    line-height: 1.5em;
    margin-bottom: 16px;
  }

  .sc-feature .info-content .desc {
    color: var(--cr-light);
    font-weight: 500;
    font-family: "kurious-looped";
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 16px;
  }

  .sc-feature .info-content .desc .link {
    color: var(--cr-light);
    white-space: nowrap;
  }

  .sc-feature .info-content .desc:last-child {
    margin-bottom: 0;
  }

  .sc-feature .info-content .note {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
    font-family: "kurious-looped";
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 0;
  }

  .sc-feature .info-thumb {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 24px;
    max-width: 350px;
  }

  .sc-feature .info-thumb > img {
    display: block;
    margin: 0 auto;
  }

  /*############################ sc-tagthai ###################################*/
  /*.sc-tagthai{border-top: 4px solid #E53E51; background: #F4F4F4;}*/
  .sc-tagthai .sc-content {
    border-radius: 8px;
    background: #f4f4f4;
  }

  .sc-tagthai .wrapper {
    position: relative;
    padding: 42px 16px 0px 16px;
  }

  .sc-tagthai .info-content {
    padding-bottom: 32px;
  }

  .sc-tagthai .info-content .title {
    color: var(--cr-dark);
    line-height: 1.5em;
    margin-bottom: 16px;
    text-align: center;
  }

  .sc-tagthai .info-content .title .icon {
    max-width: 40px;
    position: relative;
    top: -2px;
  }

  .sc-tagthai .info-content .desc {
    color: var(--cr-gray);
    font-weight: 500;
    font-family: "kurious-looped";
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0px;
    text-align: center;
  }

  .sc-tagthai .info-content .desc.mt-30 {
    margin-top: 30px;
  }

  .sc-tagthai .info-thumb {
    position: relative;
    z-index: 1;
    max-width: 260px;
    margin: 0 auto;
  }

  .sc-tagthai .info-thumb > img.hide-w767 {
    display: none;
    margin: 0 auto;
  }

  .sc-tagthai .info-thumb > img.show-w767 {
    display: block;
    margin: 0 auto;
  }

  .sc-tagthai .application {
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sc-tagthai .application .qr {
    max-width: 130px;
    margin-right: 16px;
  }

  .sc-tagthai .application .app {
    max-width: 162px;
  }

  .sc-tagthai .application .app > img {
    display: block;
  }

  .sc-tagthai .application .app > img + img {
    margin-top: 16px;
  }

  /*############################ sc-protection ###################################*/
  .sc-protection {
    background: #fafafa;
  }

  .sc-protection .sc-heading {
    text-align: center;
    margin-bottom: 32px;
  }

  .sc-protection .sc-heading .title {
    margin-bottom: 0px;
    line-height: 1.5em;
  }

  .sc-protection .sc-content {
    position: static;
  }

  .sc-protection.show-w767 .box-info {
    background: #fafafa;
  }

  .sc-protection.show-w767 .box-info + .box-info {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #dbdbdb;
  }

  .sc-protection .wrapper {
    position: fixed;
    z-index: 1901;
    top: 0;
    left: 100%;
    height: calc(100vh);
    width: 100vw;
    transition: var(--tsition);
    background: #fafafa;
  }

  .sc-protection .wrapper.protection-active {
    left: 0%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: visible;
    padding: 72px 16px 16px;
  }

  .sc-protection .back-mobile {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    top: 16px;
    left: 16px;
  }

  .sc-protection .inner {
    padding: 0;
    position: relative;
  }

  .sc-protection .row-flex {
    margin: -8px;
    display: block;
  }

  .sc-protection .row-flex > div {
    padding: 8px;
  }

  .sc-protection .h-title {
    font-size: 28px;
    line-height: 1.5em;
    color: var(--cr-dark);
    text-align: center;
    margin-bottom: 24px;
  }

  .sc-protection .h-title strong {
    font-weight: 700;
  }

  .sc-protection .s-title {
    font-size: 16px;
    line-height: 1.5em;
    color: var(--cr-dark);
    margin-bottom: 16px;
  }

  .sc-protection .s-title strong {
    font-weight: 700;
  }

  .sc-protection p.desc {
    color: var(--cr-gray);
    margin-bottom: 0;
    line-height: 1.9em;
  }

  .sc-protection p.desc .link {
    text-decoration: none;
  }

  .sc-protection p.desc .link .icon {
    position: relative;
    margin-right: 0px;
  }

  .sc-protection p.desc .link .txt {
    text-decoration: underline;
  }

  .sc-protection .ol-list {
    position: static;
    padding-left: 1.3em;
    margin: 0;
  }

  .sc-protection .ol-list > li {
    color: var(--cr-gray);
    line-height: 1.9em;
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
  }

  .sc-protection .ul-list {
    position: static;
    padding-left: 1.3em;
    margin: 0;
  }

  .sc-protection .ul-list > li {
    color: var(--cr-gray);
    line-height: 1.9em;
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
  }

  .sc-protection .note {
    padding: 16px;
    background: #fafafa;
  }

  .sc-protection .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;
  }

  .sc-protection .note small:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
  }

  .sc-protection .nav-mobile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--cr-dark);
    position: relative;
    font-weight: 600;
  }

  .sc-protection .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-protection .nav-mobile-link .icon {
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
  }

  .sc-protection .nav-mobile-link .icon > img {
    width: 24px;
    height: 24px;
  }

  .sc-protection .box-action {
    margin-top: 40px;
    text-align: left;
    background-color: #fff;
    padding: 40px 16px;
  }

  .sc-protection .box-action .link {
    text-decoration: none;
    font-family: "kurious-looped";
    display: inline-block;
    position: relative;
    text-align: left;
    padding-left: 32px;
    padding-bottom: 16px;
    max-width: 270px;
    border-bottom: 1px solid #dbdbdb;
    /* color: #000; */
  }

  .sc-protection .box-action .link .icon {
    position: absolute;
    top: 0px;
    left: 0;
    margin-right: 0;
  }

  .sc-protection .box-action .link .txt {
    text-decoration: none;
    color: #000;
  }

  .sc-protection .box-action .link + .link {
    margin-top: 24px;
  }

  .sc-protection .sc-heading {
    text-align: center;
    margin-bottom: 36px;
  }

  .sc-protection .sc-heading .title {
    margin-bottom: 0;
    line-height: 1.5em;
  }

  .sc-protection .accordion-group .s-title {
    margin-bottom: 8px;
    text-align: left;
    line-height: 1.5em;
  }

  .sc-protection .accordion-group .accordion + .s-title {
    margin-top: 40px;
  }

  .sc-protection .accordion-group .accordion {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-protection .accordion-group .accordion + .accordion {
    margin-top: 16px;
  }

  .sc-protection .accordion {
    position: relative;
    border-radius: var(--radius);
    background: var(--cr-light);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  }

  .sc-protection .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(--tsition);
  }

  .sc-protection .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;
  }

  .sc-protection .accordion-title.active:after {
    content: "\e910";
  }

  .sc-protection .accordion-title:after,
  .sc-protection .accordion-title:hover {
    color: var(--cr-green);
  }

  .sc-protection .accordion-title.active {
    color: var(--cr-light);
    background-color: var(--cr-green);
  }

  .sc-protection .accordion-title.active:after {
    color: var(--cr-light);
  }

  .sc-protection .accordion-content {
    padding: 0 16px;
  }

  .sc-protection .accordion-content a {
    color: var(--cr-green);
    text-decoration: none;
    font-weight: 600;
    word-break: break-all;
  }

  .sc-protection .accordion-content p {
    line-height: 1.5em;
    font-family: "kurious-looped";
    color: var(--cr-gray);
  }

  .sc-protection .accordion-content p strong {
    font-weight: 600;
  }

  .sc-protection .accordion-content p .link {
    font-weight: 600;
  }

  .sc-protection .accordion-content p:last-child {
    margin-bottom: 0;
  }

  .sc-protection .accordion-content ul {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
  }

  .sc-protection .accordion-content ul:last-child {
    margin-bottom: 0;
  }

  .sc-protection .accordion-content ul > li {
    position: relative;
    list-style-type: none;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
  }

  /* .sc-protection .accordion-content ul>li+li {
        margin-top: 5px;
    } */

  .sc-protection .accordion-content ol {
    margin: 0 0 0.6em 1.2em;
    padding: 0;
  }

  .sc-protection .accordion-content ol:last-child {
    margin-bottom: 0;
  }

  .sc-protection .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-protection .accordion-content ol > li + li {
    margin-top: 5px;
  }

  .sc-protection .accordion-content .icon {
    margin-right: 5px;
    position: relative;
    top: -2px;
  }

  .sc-protection .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-protection .accordion-content .link-tel .icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
  }

  .sc-protection .accordion-content .link-tel + .link-tel {
    margin-right: 0;
  }

  .sc-protection .accordion-content .no-phone {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
  }

  .sc-protection .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;
  }

  /*############################ protection-active ###################################*/
  html.protection-active {
    overflow: hidden;
    touch-action: none;
    pointer-events: none;
  }

  body.protection-active {
    overflow: hidden;
    touch-action: none;
    pointer-events: none;
  }

  .icw .main.protection-active {
    position: static;
    touch-action: none;
    pointer-events: none;
  }

  /*############################ sc-register ###################################*/
  .sc-register {
    background: #fefefe;
    overflow: hidden;
  }

  .sc-register .sc-heading {
    text-align: center;
    margin-bottom: 36px;
  }

  .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 {
    padding: 48px 0;
    border-radius: 8px;
    background: #f4f4f4;
    overflow: hidden;
  }

  .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;
    font-family: "kurious-looped";
    color: var(--cr-green);
    margin: 0;
  }

  .sc-register .zoom .txt .icon {
    position: relative;
    top: 0px;
    margin-right: 5px;
  }

  .sc-register .body {
    position: relative;
    max-width: 296px;
    margin: 0 auto;
  }

  .sc-register .body .swiper-slide {
    width: auto;
  }

  .sc-register .body .wrapper {
    display: block;
    max-width: 220px;
  }

  .sc-register .body .thumb {
    margin-bottom: 16px;
    pointer-events: none;
  }

  .sc-register .body .content {
    text-align: center;
  }

  .sc-register .body .content .title {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    font-family: "kurious-looped";
    color: var(--cr-dark);
  }

  .sc-register .body .content .desc {
    font-family: "kurious-looped";
    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 > li {
    width: 100%;
  }

  .sc-register .body .content ul.desc > li > ul {
    padding: 0;
    margin-left: 20px;
  }

  .sc-register .body .content ul.desc > li > ul > li {
    position: relative;
    list-style: none;
  }

  .sc-register .body .content ul.desc > li > ul > li:before {
    content: "-";
    position: absolute;
    top: 0;
    left: -18px;
  }

  .sc-register .body .content .link {
    color: var(--cr-green);
    font-weight: 600;
    font-family: "kurious-looped";
    text-decoration: underline;
  }

  .sc-register .swiper-button-next,
  .sc-register .swiper-button-prev {
    display: none;
  }

  /*############################ 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: 10002;
  }

  .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 .inner {
    overflow: hidden;
    padding: 72px 16px 16px 16px;
  }

  /*############################ icw-popup-function sc-thumb-box ###################################*/
  .sc-thumb-box {
    max-width: 1140px;
    width: 100%;
    position: relative;
  }

  .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;
    max-width: 750px;
    margin: 0 auto;
  }

  .sc-thumb-box .swiper-slide {
    width: auto;
  }

  .sc-thumb-box .wrapper {
    display: block;
    max-width: 750px;
  }

  .sc-thumb-box .thumb {
    margin-bottom: 16px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-thumb-box .thumb > 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: 700;
    font-family: "kurious-looped";
    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 > li {
    width: 100%;
  }

  .sc-thumb-box .content ul.desc > li > ul {
    padding: 0;
    margin-left: 20px;
  }

  .sc-thumb-box .content ul.desc > li > ul > li {
    position: relative;
    list-style: none;
  }

  .sc-thumb-box .content ul.desc > li > ul > 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;
  }

  /*############################ icw-popup-function hightlight-box ###################################*/
  .hightlight-box {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    min-height: 100vh;
  }

  .hightlight-box {
    position: relative;
    background-color: var(--cr-light);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);
  }

  .hightlight-box .inner {
    position: relative;
  }

  .hightlight-box .inner.sc-feature {
    background-color: var(--cr-light);
    padding: 48px 16px;
    border: 0;
  }

  .hightlight-box .sc-feature .wrapper {
    padding: 0;
  }

  .hightlight-box .sc-feature .info-thumb {
    max-width: 252px;
    margin-bottom: 24px;
    margin-top: 0;
  }

  .hightlight-box .sc-feature .info-content {
    max-width: inherit;
    padding: 0;
  }

  .hightlight-box .sc-feature .info-content .title {
    color: var(--cr-dark);
  }

  .hightlight-box .sc-feature .info-content .desc {
    color: var(--cr-gray);
    font-size: 16px;
  }

  .hightlight-box .sc-feature .info-content .desc .link {
    color: var(--cr-green);
  }

  .hightlight-box .sc-feature .info-content .note {
    color: #aaa;
  }

  .hightlight-box .sc-feature .info-content .action {
    padding-top: 8px;
  }

  .hightlight-box .sc-feature .info-content .action .link {
    color: var(--cr-green);
  }

  /*############################ sc-faqs ###################################*/
  .sc-faqs {
    background: #fafafa;
    overflow: hidden;
  }

  .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 + .s-title {
    margin-top: 40px;
  }

  .sc-faqs .accordion-group .accordion {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-faqs .accordion-group .accordion + .accordion {
    margin-top: 16px;
  }

  .sc-faqs .accordion {
    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(--tsition);
  }

  .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;
  }

  .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;
  }

  .sc-faqs .accordion-content a {
    color: var(--cr-green);
    text-decoration: underline;
    font-weight: 600;
    word-break: break-all;
  }

  .sc-faqs .accordion-content p {
    line-height: 1.5em;
    font-family: "kurious-looped";
    color: var(--cr-dark);
  }

  .sc-faqs .accordion-content p strong {
    font-weight: 600;
  }

  .sc-faqs .accordion-content p .link {
    font-weight: 600;
  }

  .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: inherit !important;
  }

  #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-into .sc-inner {
    padding: 0 0 64px;
  }

  .sc-into .item-list {
    margin: 0 -11px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sc-into .item-list > li {
    padding: 0 11px;
    width: calc(100% / 2);
  }

  .sc-into .item-list > li:nth-child(1) {
    width: calc(100% / 1);
  }

  .sc-into .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-highlight .sc-heading {
    margin-bottom: 40px;
  }

  .sc-highlight .item-list {
    margin: -12px;
  }

  .sc-highlight .item-list > li {
    padding: 12px;
  }

  .sc-highlight .item-list > 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: 163px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-highlight .note {
    margin-top: 40px;
  }

  .sc-feature .info-content .desc {
    font-size: 18px;
  }

  .sc-tagthai .info-content .desc {
    font-size: 18px;
  }

  .sc-tagthai .info-thumb {
    max-width: 340px;
    right: -36px;
  }

  .sc-tagthai .info-thumb > img.hide-w767 {
    display: block;
  }

  .sc-tagthai .info-thumb > img.show-w767 {
    display: none;
  }

  .sc-paytour .sc-heading {
    margin-bottom: 40px;
  }

  .sc-protection .sc-heading {
    margin-bottom: 40px;
  }

  .sc-protection .wrapper {
    position: relative;
    z-index: 0;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    background: none;
  }

  .sc-protection .wrapper.protection-active {
    left: 0%;
    overflow: auto;
    display: block;
  }

  .sc-protection .row-flex {
    display: flex;
  }

  .sc-protection .inner {
    padding: 16px 0;
    background: transparent;
    border-bottom: 1px solid #ededed;
  }

  .sc-protection .inner.border-n {
    border-bottom: none;
  }

  .sc-protection .note {
    padding: 16px 32px;
    background: transparent;
  }

  .sc-protection .h-title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 16px;
  }

  .sc-protection .box-action .link {
    padding-left: 0;
    max-width: inherit;
  }

  .sc-protection .box-action .link .icon {
    position: relative;
    top: 6px;
    margin-right: 0;
  }

  .sc-protection .box-action .link .txt {
    text-decoration: none;
    color: #333;
  }

  .sc-protection .box-action .link + .link {
    margin-left: 40px;
    margin-top: 0;
  }

  /* .sc-protection .box-action .box{
        border-radius: 8px;
        border: 1px solid #EDEDED;
        background: #FFF;
    } */

  .sc-protection .nav-mobile-link {
    display: none;
  }

  .sc-protection .back-mobile {
    display: none;
  }

  html.protection-active {
    overflow: inherit;
    touch-action: inherit;
    pointer-events: inherit;
  }

  body.protection-active {
    overflow: inherit;
    touch-action: inherit;
    pointer-events: inherit;
  }

  .icw .main.protection-active {
    position: relative;
    touch-action: inherit;
    pointer-events: inherit;
  }

  .sc-register .details-container {
    padding: 48px 70px;
  }

  .sc-register .zoom .txt .icon {
    top: 6px;
    margin-right: 0;
  }

  .sc-register .body {
    max-width: 640px;
  }

  .sc-register .body .thumb {
    pointer-events: visible;
  }

  .icw-popup-function .inner {
    padding: 40px 48px 48px;
  }

  .sc-thumb-box {
    width: 95.24%;
    margin: 80px auto;
    border-radius: var(--radius);
  }

  .hightlight-box {
    min-height: auto;
    border-radius: 8px;
  }

  .hightlight-box .inner.sc-feature {
    padding: 48px;
    border-radius: 8px;
  }

  .sc-faqs .sc-heading {
    margin-bottom: 40px;
  }

  .sc-faqs .tab-control {
    margin-bottom: 40px;
  }

  .sc-faqs .accordion-title {
    font-size: 18px;
  }

  .sc-faqs .accordion-content .link-tel {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .sc-into .item-list > li {
    width: calc(100% / 3);
  }

  .sc-into .item-list > li:nth-child(1) {
    width: calc(100% / 3);
  }

  .sc-into .wrapper .thumb {
    max-width: 100%;
  }

  .sc-highlight .item-list > li {
    width: calc(100% / 3);
  }

  .sc-highlight .item-list > li:nth-child(4) {
    width: calc(100% / 2);
  }

  .sc-highlight .item-list > li:last-child {
    width: calc(100% / 2);
  }

  .sc-feature .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }

  .sc-feature .info-content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 790px;
    padding: 56px 50px 50px 56px;
    text-align: left;
  }

  .sc-feature .info-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    margin-top: 0;
  }

  .sc-feature .wrapper.-I .info-thumb {
    margin-top: 17px;
    margin-bottom: 17px;
    margin-right: 0;
    max-width: 350px;
  }

  .sc-feature .wrapper.-II .info-thumb {
    margin-top: -23px;
    margin-bottom: -24px;
    margin-right: 0;
    max-width: 350px;
  }

  .sc-feature .wrapper.-III .info-thumb {
    margin-top: -16px;
    margin-bottom: -16px;
    margin-right: 32px;
    max-width: 330px;
  }

  .sc-feature .wrapper.-IV .info-thumb {
    margin-top: -34px;
    margin-bottom: -36px;
    margin-right: 0;
    max-width: 350px;
  }

  .sc-tagthai .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 32px 40px 40px;
  }

  .sc-tagthai .info-content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 699px;
    margin-right: 32px;
    padding: 0;
  }

  .sc-tagthai .info-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    max-width: 340px;
    margin: 8px 0 -40px 0;
    bottom: -55px;
    right: 0;
  }

  .sc-protection .row-flex {
    display: flex;
  }

  .sc-protection .row-flex + .row-flex {
    margin-top: 16px;
  }

  .sc-register .body {
    max-width: 1018px;
  }

  .sc-register .body .wrapper {
    max-width: 336px;
  }

  .sc-register .body.sc-nav-gallery3 .swiper-button-next,
  .sc-register .body.sc-nav-gallery3 .swiper-button-prev,
  .sc-register .body.sc-nav-gallery3 .swiper-pagination {
    display: none;
  }

  .hightlight-box .sc-feature .info-content {
    margin-left: 32px;
  }
}

@media screen and (min-width: 1200px) {
  .sc-paytour-slide .content .link:hover {
    color: #00873f;
  }

  .sc-tagthai .info-thumb {
    bottom: 0;
  }

  .sc-register .swiper-button-next,
  .sc-register .swiper-button-prev {
    display: flex;
  }

  .sc-faqs .accordion-title {
    padding: 16px 50px 16px 24px;
  }

  .sc-faqs .accordion-content {
    padding: 16px 24px;
  }

  .hightlight-box .sc-feature .info-thumb {
    margin-bottom: 0px;
  }
}

/*######################### promotion #########################*/
.icw .sc-promotion {
  background-color: #f0faf7;
  overflow: hidden;
}

.icw .sc-promotion .bg {
  pointer-events: none;
}

.icw .sc-promotion .bg > img {
  position: absolute;
  width: 100%;
  max-width: 1405px;
  top: -291px;
  right: -35%;
}

.icw .sc-promotion .sc-inner {
  padding: 64px 0;
}

.icw .sc-promotion .sc-heading {
  text-align: center;
  margin-bottom: 40px;
}

.icw .sc-promotion .sc-heading .title {
  line-height: 1.5em;
  margin-bottom: 0;
  font-family: "kurious-looped";
}

.icw .promotion-list {
  position: relative;
  margin: 0 -16px;
  padding: 0 16px;
  overflow: hidden;
}

.icw .promotion-list .swiper-pagination {
  display: none;
}

.icw .promotion-list .wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.icw .promotion-list .thumb {
  max-width: 700px;
  position: relative;
  border-radius: 8px 0 0 8px;
  z-index: 20;
}

.icw .promotion-list .content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  height: 420px;
  padding: 48px 56px 56px;
  background-color: #ffffff;
  border-radius: 0px 8px 8px 0px;
  backdrop-filter: blur(20px);
  justify-content: space-between;
}

.icw .promotion-list .content h3 {
  color: #333;
  font-family: "kurious-looped";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.5em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.icw .promotion-list .content small {
  font-size: 13px;
  font-family: "kurious-looped";
  font-weight: 500;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.5em;
  min-height: 1.5em;
}

.icw .promotion-list .content .c-g {
  font-size: 16px;
  font-family: "kurious-looped";
  font-weight: 500;
  color: #666;
  height: 4.2em;
  overflow: hidden;
  display: -webkit-box;
  line-height: 1.4em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.icw .promotion-list .content .action {
  margin-top: 32px;
  text-align: left;
}

.icw .promotion-list .content .action .btn.btn-pay {
  border-radius: 8px;
  background-color: #00a94f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cr-light);
  font-family: "kurious-looped";
  font-size: 16px;
  font-weight: 600;
  padding: 0 32px;
  height: 45px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  width: auto;
  max-width: inherit;
  transition: var(--tsition);
}

.icw .promotion-list .content .action .btn.btn-pay:hover {
  background-color: #0bc160;
}

.icw .promotion-thumb {
  position: relative;
  display: flex;
  margin: 0 -16px;
  padding: 40px 0 0;
}

.icw .promotion-thumb .swiper-wrapper {
  width: auto;
  margin: 0 auto;
}

.icw .promotion-thumb .thumb {
  border-radius: 8px;
  overflow: hidden;
  transition: var(--tsition);
  transform: scale(1);
  background-color: var(--cr-light);
  cursor: pointer;
}

.icw .promotion-thumb .thumb > img {
  width: 100%;
  transition: var(--tsition);
}

.icw .promotion-thumb .swiper-slide .thumb > img {
  opacity: 0.5;
}

.icw .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
  transform: scale(1.05);
}

.icw .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb > img {
  opacity: 1;
}

.icw .promotion-thumb .swiper-slide:hover .thumb {
  transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
  .icw .promotion-list .thumb {
    max-width: 580px;
  }

  .icw .promotion-list .content {
    height: 348px;
    padding: 40px 48px 48px;
  }

  .icw .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
    transform: scale(1);
  }

  .icw .promotion-thumb .swiper-slide:hover .thumb {
    transform: scale(1);
  }
}

@media screen and (max-width: 991px) {
  .icw .promotion-list {
    padding: 0;
    margin: 0;
    overflow: visible;
  }

  .icw .promotion-list.swiper-free-mode > .swiper-wrapper {
    justify-content: center;
  }

  .icw .promotion-list .swiper-pagination {
    display: block;
    padding-top: 0;
  }

  .icw .promotion-list .swiper-slide {
    width: auto;
  }

  .icw .promotion-list .wrapper {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .icw .promotion-list .thumb {
    border-radius: 8px 8px 0 0;
    max-width: 100%;
  }

  .icw .promotion-list .content {
    padding: 24px;
    border-radius: 0 0 8px 8px;
    height: auto;
  }

  .icw .promotion-thumb {
    display: none;
  }

  .sc-paytour .swiper-button-next,
  .sc-paytour .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .icw .sc-promotion .sc-heading {
    margin-bottom: 32px;
  }

  .icw .sc-promotion .sc-inner {
    padding: 40px 0;
  }

  .icw .promotion-list.swiper-free-mode > .swiper-wrapper {
    justify-content: inherit;
  }

  .icw .promotion-list .swiper-pagination {
    padding-top: 16px;
  }

  .icw .promotion-list .swiper-slide {
    width: auto;
  }

  .icw .promotion-list .wrapper {
    max-width: 300px;
  }

  .icw .promotion-list .content {
    padding: 16px 24px 24px;
  }

  .icw .promotion-list .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .icw .promotion-list .content .c-g {
    height: 5.4em;
    -webkit-line-clamp: 4;
  }

  .icw .promotion-list .content .action {
    display: flex;
    justify-content: center;
  }

  .icw .promotion-list .content .action .btn.btn-pay {
    width: 100%;
  }

  .sc-paytour .swiper-button-next,
  .sc-paytour .swiper-button-prev {
    display: none;
  }
}

/*######################### section-language #########################*/
.section-language {
  padding: 32px 0;
}
.section-language .sc-heading {
  text-align: center;
  margin-top: 40px;
}
.section-language .sc-heading .title {
  margin-bottom: 8px;
  line-height: 1.5em;
}

.section-language .sc-heading .desc {
  margin-bottom: 0px;
  line-height: 1.5em;
}

.section-language .choose {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.section-language .choose .bg-choose {
  border-radius: 8px;
  background: #fafafa;
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.section-language .choose .txt-choose {
  color: #333;
  text-align: center;
  font-family: "kurious-looped";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 0;
}

/* .section-language .choose ul>li img{
    width: 100%;
    max-width: 48px;
} */
.section-language .choose ul {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 0;
  margin: 0;
}

.section-language .choose ul > li {
  list-style: none;
}

.section-language .choose li a {
  opacity: 0.4;
  width: 28px;
  display: block;
  border-radius: 25px;
  border: 1px solid #ddd;
}

.section-language .choose li.active a {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  border: 2px solid #00a94f;
  opacity: 1;
  width: 36px;
}

@media screen and (max-width: 767px) {
  .section-language .choose {
    display: block;
  }
}

/*######################### section-language #########################*/

@media screen and (min-width: 768px) {
  .sc-protection .sc-heading {
    margin-bottom: 40px;
  }

  .sc-protection .tab-control {
    margin-bottom: 40px;
  }

  .sc-protection .accordion-title {
    font-size: 18px;
  }

  .sc-protection .accordion-content .link-tel {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .sc-protection .accordion-title {
    padding: 16px 50px 16px 24px;
  }

  .sc-protection .accordion-content {
    padding: 16px 24px;
  }
}

/*############################ sc-shortcut ###################################*/
.sc-shortcut {
  background-color: var(--cr-light);
  overflow: hidden;
}

.sc-shortcut.sc-top .sc-inner {
  padding-top: 90px;
}

.sc-shortcut .sc-inner {
  padding: 40px 0;
}

.sc-shortcut .item-list {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sc-shortcut .item-list > li {
  width: 100%;
  border-bottom: 1px solid var(--cr-border);
}

.sc-shortcut .item-list > li + li {
  margin-top: 8px;
}

.sc-shortcut .wrapper {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  position: relative;
  padding: 8px 0;
}

.sc-shortcut .icon {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.sc-shortcut .icon img {
  height: 20px;
  display: block;
  margin: 0 auto;
}

.sc-shortcut .content {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 16px;
}

.sc-shortcut .txt {
  font-size: 16px;
  color: var(--cr-green);
  margin: 0;
  line-height: 1.5em;
}

.sc-shortcut .txt strong {
  font-weight: 600;
  color: var(--cr-dark);
}

.sc-shortcut .txt .a-link {
  font-weight: 600;
  color: var(--cr-green);
  text-decoration: underline;
}

/* @media screen and (min-width: 200px) {
    .sc-protection .sc-shortcut .accordion-content ul>li{
        list-style-type: none !important;
    }
} */

@media screen and (min-width: 768px) {
  .sc-shortcut .item-list {
    margin: -9px;
    display: flex;
    justify-content: center;
  }

  .sc-shortcut .item-list > li {
    width: calc(100% / 3);
    border: 0;
    padding: 9px;
  }

  .sc-shortcut .item-list > li + li {
    margin-top: 0;
  }

  .sc-shortcut .wrapper {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sc-shortcut .wrapper:before {
    display: none;
  }

  .sc-shortcut .content {
    padding-left: 0;
    padding-top: 0;
  }

  .sc-shortcut .icon img {
    height: 25px;
  }

  .sc-shortcut .txt {
    line-height: 1.4em;
    min-height: 4.8em;
    color: var(--cr-dark);
    text-decoration: none;
  }
}

@media screen and (min-width: 992px) {
  .sc-shortcut .item-list > li {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 1200px) {
  .sc-shortcut .icon img {
    height: 27px;
  }

  .sc-shortcut .wrapper {
    transition: var(--transition);
    transform: scale(1);
  }

  .sc-shortcut .wrapper:hover {
    transform: scale(1.05);
  }
}

.sc-protection .box-info {
  background: #fafafa;
}

.sc-protection .box-info + .box-info {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dbdbdb;
}

/*############################ background logo ###################################*/
.section-logo .background {
  background: #fafafa;
  padding: 24px;
  text-align: center;
}

.section-logo .background img {
  width: 100%;
  max-width: 136px;
}
/*############################ background logo ###################################*/

/* ########################### popup-service-point ########################### */

#popup-service-point .info-content {
  text-align: start;
}
#popup-service-point .info-content h3 {
  text-align: center;
  margin: 0;
}

#popup-service-point .info-content p {
  font-family: "kurious-looped";
  font-size: 16px;
  line-height: 2;
  margin: 24px 0 8px;
}
#popup-service-point .info-content a {
  color: #00a94f;
  text-decoration: underline;
  font-size: 16px;
  line-height: 2;
  font-family: "kurious-looped";
}

#popup-service-point .info-content .content-list {
  display: flex;
  flex-direction: column;
  align-items: start;
}

#popup-service-point .info-content .content-list .column {
  width: 100%;
}

#popup-service-point ul li::marker {
  color: #00a94f;
}
#popup-service-point ul {
  margin: 0;
}
#popup-service-point {
  border-radius: 8px;
}
#popup-service-point .sc-feature {
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  #popup-service-point .info-content .content-list {
    display: flex;
    flex-direction: row;
  }
}

/* ########################### popup-service-point ########################### */

/* ########################### promotion-popup ########################### */
.promotion-popup .popup-inner {
    padding: 0;
}
.promotion-popup .sc-header {
    display: flex;
    gap: 24px;
    background-color: #F0FAF7;
    padding: 48px;
    border-radius: 8px 8px 0 0;
}
.promotion-popup .sc-header .date {
   font-size: 13px;
   margin: 8px 0 0;
}
.promotion-popup .sc-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px;
    background-color: #FFFFFF;
    border-radius: 0 0 8px 8px;
}
.promotion-popup .popup-content {
    display: flex;
    gap: 16px;
    padding: 40px;
    background-color: #F0FAF7;
}
.promotion-popup .popup-content.bg-white {
    background-color: #FAFAFA;
}
.promotion-popup .popup-content .step-icon {
    max-width: 50px;
    width: 100%;
}
.promotion-popup .popup-content .step-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;    
}
.promotion-popup .popup-content-text .mt-4 {
    margin-top: 4px !important;
}
.promotion-popup .popup-content-text .mb-4 {
    margin-bottom: 4px !important;
}
.promotion-popup .popup-content-text .mb-8 {
    margin-bottom: 8px !important;
}
.promotion-popup .popup-content-text .mb-16 {
    margin-bottom: 16px !important;
}
.promotion-popup .popup-content-text .mb-24 {
    margin-bottom: 24px !important;
}
.promotion-popup .popup-content-text .action {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.promotion-popup .popup-content-text .action::after {
    content: "";
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    border-top: 2px solid var(--cr-green);
    border-right: 2px solid var(--cr-green);
    margin-bottom: 5px;
    transition: var(--tsition);
}
.promotion-popup .popup-content-text .accordion-title.active .action::after {
    transform: rotate(315deg);
    margin-bottom: -5px;
}
.promotion-popup .popup-content-text .action a {
    text-decoration: underline;
    font-weight: 600;
    color: var(--cr-green);
}
.promotion-popup .popup-content-text ul,
.promotion-popup .popup-content-text ol {
    padding: 0 0 0 24px;    
    margin: 4px 0;
}
.promotion-popup .popup-content-text ul {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.promotion-popup .popup-content-text .accordion-content ul,
.promotion-popup .popup-content-text .accordion-content ol {
    font-size: 13px;
}
.promotion-popup .popup-content-text ol li ul li {
    list-style: disc;   
}
.promotion-popup .popup-content-text .accordion-content .fs13 {
    font-size: 13px;
}
@media screen and (max-width:767px) {
  .mfp-wrap.mfp-ready .mfp-content {
    padding: 0;
  }
  .promotion-popup .sc-header {
    padding: 80px 16px 24px;
  }
  .promotion-popup .sc-header {
    flex-direction: column;
  }
  .promotion-popup .sc-header .text h4 {
    font-size: 20px;
  }
  .promotion-popup .sc-content {
    padding: 48px 0 0;
  }
  .promotion-popup .sc-content h3 {
    padding: 48px 16px;
    font-size: 24px;
  }
  .promotion-popup .popup-content {
    flex-direction: column;
    align-items: center;
    padding: 48px 16px;
  }
  .promotion-popup .popup-content-text .action {
    justify-content: center;
  }
  .promotion-popup .popup-content .step-icon {
    max-width: 90px;
  }
}
/* ########################### End promotion-popup ####################### */
