/*================ 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 ===============================*/
.nowrap {
  white-space: nowrap !important;
}
.icw .text-light {
  color: var(--cr-light) !important;
}
.icw .text-black,
.text-black {
  color: var(--cr-black) !important;
}
.icw .text-dark {
  color: var(--cr-dark) !important;
}
.icw .text-green,
.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.5;
}
.icw h1 strong,
.icw .h1 strong {
  font-weight: 600;
}
.icw h2,
.icw .h2 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h2 strong,
.icw .h2 strong {
  font-weight: 600;
}
.icw h3,
.icw .h3 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h3 strong,
.icw .h3 strong {
  font-weight: 600;
}
.icw h4,
.icw .h4 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h4 strong,
.icw .h4 strong {
  font-weight: 600;
}
.icw h5,
.icw .h5 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h5 strong,
.icw .h5 strong {
  font-weight: 600;
}
.icw h6,
.icw .h6 {
  font-weight: 500;
  line-height: 1.5;
}
.icw h6 strong,
.icw .h6 strong {
  font-weight: 600;
}

.icw p {
  margin: 0 0 0.6em;
  line-height: 1.5;
}
.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.5;
  margin: 0;
}
.icw p.desc strong {
  font-weight: 600;
}

.icw .caption {
  font-family: "kurious-looped";
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.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;
}

@media screen and (min-width: 200px) {
  .icw h1,
  .icw .h1 {
    font-size: 28px;
    line-height: 1.5;
  }
  .icw h2,
  .icw .h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .icw h3,
  .icw .h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .icw h4,
  .icw .h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .icw h5,
  .icw .h5 {
    font-size: 16px;
    line-height: 1.5;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .icw h1,
  .icw .h1 {
    font-size: 42px;
    line-height: 1.5;
  }
  .icw h2,
  .icw .h2 {
    font-size: 33px;
    line-height: 1.5;
  }
  .icw h3,
  .icw .h3 {
    font-size: 26px;
    line-height: 1.5;
  }
  .icw h4,
  .icw .h4 {
    font-size: 20px;
    line-height: 1.5;
  }
  .icw h5,
  .icw .h5 {
    font-size: 18px;
    line-height: 1.5;
  }
  .icw h6,
  .icw .h6 {
    font-size: 16px;
    line-height: 1.5;
  }
}

/*============================== 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;
}
.show-w320 {
  display: none;
}
.show-w280 {
  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;
  }
}
@media (max-width: 320px) {
  .show-w320 {
    display: block;
  }
  .hide-w320 {
    display: none;
  }
}
@media (max-width: 280px) {
  .show-w280 {
    display: block;
  }
  .hide-w280 {
    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;
  font-family: "kurious-looped";
}

.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;
}
.icw .section .sc-heading {
  text-align: center;
}

@media screen and (min-width: 200px) {
  .section .sc-inner {
    padding: 48px 0;
  }
  .section .sc-heading {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .section .sc-inner {
    padding: 64px 0;
  }
  .section .sc-heading {
    margin-bottom: 24px;
  }
}

/*============================== 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.5;
  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,
.swiper-button-next:before,
.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-initialized:hover
  .swiper-button-next.swiper-button-disabled.swiper-button-lock,
.swiper-initialized:hover
  .swiper-button-prev.swiper-button-disabled.swiper-button-lock {
  display: none;
}

.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;
  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 > .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: 8px;
  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 > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
.swiper-horizontal
  > .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
  > .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 > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 12px;
  }
  .swiper-horizontal
    > .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 > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction,
  .swiper-pagination {
    padding-top: 24px;
  }
}

/*############################ select2 ###################################*/
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.select2-container {
  position: relative;
  display: block;
  margin: 0;
}
.select2-dropdown {
  background: var(--cr-light);
  display: block;
  position: absolute;
  width: 100%;
  z-index: 1051;
  -webkit-transition: border-color 250ms ease-in-out;
  -o-transition: border-color 250ms ease-in-out;
  transition: border-color 250ms ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: fadeIn 400ms;
  animation: fadeIn 400ms;
}
.select2-dropdown {
  border: 1px solid #d7d7d7;
  border-top: 0;
  border-radius: 0 0 25px 25px;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}
.select2-dropdown.select2-dropdown--above {
  border-bottom: 0;
  border-top: 1px solid var(--cr-green);
  border-radius: 25px 25px 0 0;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
}
.select2-container--default.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-selection--single,
.select2-container--default.select2-container--open:not(
    .select2-container--disabled
  )
  .select2-dropdown,
.select2-container--default.select2-container--focus:not(
    .select2-container--disabled
  )
  .select2-selection--single {
  /* background-color: var(--cr-light); */
  border-color: var(--cr-green);
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown {
  left: 0;
  overflow: hidden;
  z-index: 1000;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-container .select2-results {
  display: block;
}
.select2-container .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 170px;
  overflow-y: scroll;
  background-color: var(--cr-light);
  color: #aaa;
  z-index: 1200;
  position: relative;
}
.select2-container--default
  .select2-results
  > .select2-results__options.custom-dropdown-time {
  max-height: 200px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  display: none;
}
.select2-container .select2-results__option {
  margin: 0;
  font-size: 16px;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-results__option {
  padding: 13px 8px 13px 16px;
  border: 0;
  font-weight: 600;
  font-family: "kurious-looped";
}
.select2-container .select2-results__option[role="group"] {
  padding: 0;
  border: 0;
}
.select2-container
  .select2-results__option[role="group"]
  .select2-results__group {
  display: block;
  padding: 13px 8px 13px 16px;
  font-weight: 600;
  color: var(--cr-gray);
  font-size: 13px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--cr-green);
  color: var(--cr-light);
}
.select2-selection__rendered {
  border-radius: 25px;
  border: none;
  margin: 0;
  width: 100%;
  min-height: 48px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 64px;
  background-color: var(--cr-light);
  color: var(--cr-green);
  border: 1px solid #d7d7d7;
  line-height: 1.5;
  text-align: left;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /* max-width: calc(100vw - 36px); */
}
.select2-selection__rendered:after {
  /* content: ''; */
  display: table;
  clear: both;
}
.select2-selection__rendered .select2-selection__clear {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 26px;
  color: var(--cr-gray);
  background: #f2f2f2;
  cursor: pointer;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: var(--cr-lightgray);
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
}
.select2-container--open .select2-selection__rendered {
  border-radius: 25px 25px 0 0;
  border-color: var(--cr-green);
  border-bottom-color: transparent;
}
.select2-container--above.select2-container--open .select2-selection__rendered {
  border-radius: 0 0 25px 25px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 24px;
  top: 16px;
  margin: auto;
  height: 16px;
  width: 16px;
  pointer-events: none;
  position: absolute;
  display: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: var(--cr-gray);
  transition: var(--tsition);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:before {
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
  left: -1px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow:after {
  position: absolute;
  transform: rotate(-45deg);
  top: 5px;
  left: 6px;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:before {
  transform: rotate(-45deg);
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow:after {
  transform: rotate(45deg);
}

.select2-container--default
  .select2-search--hide
  + .select2-results
  .select2-results__option[role="treeitem"] {
  padding-left: 16px;
}
.select2-container--default
  .select2-search--hide
  + .select2-results
  .select2-results__option[role="treeitem"]:before {
  display: none;
}
.select2-container--default .select2-results__option[role="treeitem"] {
  position: relative;
  padding-left: 24px;
}
.select2-container--default .select2-results__option[role="treeitem"]:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 16px;
  display: block;
  height: 24px;
  width: 24px;
  border: 1px solid var(--cr-lightgray);
  border-radius: 4px;
  background-color: var(--cr-light);
}
.select2-container--default
  .select2-results__option[aria-selected="true"]:before {
  content: "\e972";
  font-family: "iconavigation";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.select2-container--default
  .select2-results__option.select2-results__option--highlighted[aria-selected="true"] {
  color: var(--cr-light);
}
.select2-container--default
  .select2-results__option.select2-results__option--highlighted[aria-selected="true"]:before {
  color: var(--cr-green);
  border-color: var(--cr-light);
  background: var(--cr-light);
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: var(--cr-green);
}
.select2-container--default
  .select2-results__option[aria-selected="true"]:before {
  color: var(--cr-light);
  border-color: var(--cr-green);
  background: var(--cr-green);
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: var(--cr-light);
  font-size: 16px;
  line-height: 1.5;
  border: 1px solid #cceedc;
  border-radius: 8px;
  cursor: default;
  float: left;
  padding: 4px 8px;
  color: var(--cr-dark);
  margin: 3px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  margin-right: 4px;
  font-size: 18px;
  color: var(--cr-red);
  position: relative;
  top: 1px;
  display: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search.select2-search--inline {
  pointer-events: none;
  margin: 4px 3px;
}
/*.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__rendered{display: flex; flex-wrap: nowrap; overflow: auto;}*/
/*.select2-container--default.select2-container--open .select2-selection__rendered .select2-selection__clear{display: none;}*/
.select2-selection.select2-selection--multiple .select2-selection__rendered {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 13px;
  padding-right: 13px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li
  .select2-search__field {
  max-width: 100%;
  pointer-events: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li
  .select2-search__field:focus-visible {
  outline-offset: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
}
.select2-selection--multiple:focus-visible {
  outline-offset: 0;
  border: 0;
  box-shadow: none;
  outline: 0;
}
.select2-container--default .dropdown-wrapper {
  right: 24px;
  top: 18px;
  margin: auto;
  height: 16px;
  width: 16px;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 1000;
}
.select2-container--default .dropdown-wrapper:before,
.select2-container--default .dropdown-wrapper:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: var(--cr-dark);
  transition: var(--tsition);
}
.select2-container--default .dropdown-wrapper:before {
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
  left: -1px;
}
.select2-container--default .dropdown-wrapper:after {
  position: absolute;
  transform: rotate(-45deg);
  top: 5px;
  left: 6px;
}
.select2-container--default.select2-container--open .dropdown-wrapper:before {
  transform: rotate(-45deg);
}
.select2-container--default.select2-container--open .dropdown-wrapper:after {
  transform: rotate(45deg);
}

/* ===================== Custom select2 ===================== */

.select2-search--dropdown {
  /* border-top-right-radius: 24px; */
  /* border-top-left-radius: 24px; */
  padding: 10px;
  background-color: #ecf4f3;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: solid 1px var(--cr-green);
  /* z-index: 100; */
  /* border: 0; */
  /* overflow: visible; */
  /* background: tan; */
  /* height: 46px; */
}
/* 
.select2-search--dropdown:before,
.select2-search--dropdown:after { position: absolute;content: "";display: inline-block;width: 12px; height: 2px;
  background-color: var(--cr-dark); transition: var(--tsition);
}
.select2-search--dropdown:before{position: absolute;transform: rotate(45deg);top: 20px;right: 16px;z-index: 2;}
.select2-search--dropdown:after {position: absolute;transform: rotate(-45deg);top: 20px;right: 24px;z-index: 2;} */

/* .select2-container--open .select2-dropdown:not(:has(.select2-search--hide)){ */
/* top:-48px; */
/* border-radius: 24px; */
/* background-color:transparent; */
/* width: 80vw !important; */
/* z-index: 1100; */
/* border-bottom-left-radius: 24px; */
/* border-bottom-right-radius: 24px; */
/* max-height: 82px; */
/* } */

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-search--dropdown .select2-search__field {
  height: 24px;
  border-radius: 0px;
  padding: 2px 5px;
  margin-left: 10px;
}
.select2-search--dropdown .select2-search__field::placeholder {
  color: #999999;
  font-weight: 600;
  font-family: "kurious-looped";
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  /* border: 1px solid #aaa; */
  border: 0;
  font-size: 16px;
  background: transparent;
  /* width: 90%; */
  /* z-index: 1000; */
  /* position: absolute; */
  z-index: 1000;
  top: -38px;
  font-family: "kurious-looped";
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  box-shadow: 0 0 1px 1px var(--green-color-3);
  -webkit-box-shadow: 0 0 1px 1px var(--green-color-3);
  -moz-box-shadow: 0 0 1px 1px var(--green-color-3);
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
  box-shadow: 0 0 1px 1px var(--green-color-3);
  -webkit-box-shadow: 0 0 1px 1px var(--green-color-3);
  -moz-box-shadow: 0 0 1px 1px var(--green-color-3);
}

.select2-container--default .select2-results__option[role="treeitem"]:before,
.select2-container--default
  .select2-results__option[aria-selected="true"]:before {
  content: "";
  display: none;
}
.select2-dropdown.select2-dropdown--below .select2-results {
  /* background:#fff; */
  z-index: 1100;
  position: relative;
  /* border-bottom-left-radius: 24px; */
  overflow: hidden;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.select2-results__option.select2-results__message {
  color: var(--cr-green);
  text-align: center;
  padding-top: 56px;
  padding-bottom: 56px;
}
.select2-results .mCSB_scrollTools_vertical {
  width: 0;
}
/* .select2-results::-webkit-scrollbar{
  display:none;
} */
.select2-selection__rendered:has(:not(.select2-selection__placeholder)) {
  border: solid 1px var(--cr-green) !important;
}
/* .select2-container--open .select2-dropdown.select2-dropdown--above .select2-results__options{
   border-top-left-radius:24px;
  border-top-right-radius:24px;
} */
/* .select2-container--open .select2-dropdown.select2-dropdown--above li:first-of-type.select2-results__option--highlighted {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--open .select2-dropdown.select2-dropdown--above:has(.select2-search--dropdown.select2-search--hide) li:first-of-type.select2-results__option--highlighted {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
} */

/* To make sure it doesn't apply when the search dropdown is hidden */

/* .select2-container--open .select2-dropdown.select2-dropdown--above{
  top: 48px;
}

.select2-container--open .select2-dropdown.select2-dropdown--above:not(:has(.select2-search--hide)) {
  top: 48px;
  display: flex;
  flex-direction: column;
}

.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search{
  order: 1;
} */

/*############################ tab-content  ###################################*/
.tab-content > .tab-pane {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: var(--tsition);
}
.tab-content > .active {
  height: auto;
  opacity: 1;
}

/*############################ u-range-slider  ###################################*/
.irs {
  height: 4.5rem;
}
.irs-line {
  top: 0.5rem;
  height: 4px;
  background-color: #dddddd;
}
.irs-line-left {
  left: 0;
  height: 4px;
  background-color: #00906c;
}
.irs-line-mid {
  height: 4px;
  background-color: #dddddd;
  left: 3%;
  width: 86%;
}
.irs-line-right {
  right: 0;
  height: 4x;
  background-color: #e7eaf3;
  border-top-right-radius: 6.1875rem;
  border-bottom-right-radius: 6.1875rem;
}
.irs-bar {
  top: 0.5rem;
  height: 4px;
  background-color: #00906c;
}
.irs-bar-edge {
  top: 0.5rem;
  left: 0.0625rem;
  height: 4px;
  width: 1.5rem;
  border-top-left-radius: 6.1875rem;
  border-bottom-left-radius: 6.1875rem;
  background-color: #00906c;
}
.irs-slider {
  top: -8px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  background-image: url("../img/cal-scroll.png");
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
  box-shadow: 0 0.1875rem 0.75rem rgba(140, 152, 164, 0.3125);
}
.irs-from,
.irs-to,
.irs-single {
  display: inline-block;
  min-width: 2.5rem;
  background-color: #fff;
  color: #1e2022;
  font-size: 0.875rem;
  text-shadow: none;
  text-align: center;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.125);
  padding: 0.5rem;
}
.irs-single {
  display: none;
}
.irs-min,
.irs-max {
  display: none;
}

.irs-grid {
  height: 26px;
  top: 16px;
}
.irs-grid-text {
  display: inline-block;
  min-width: 2.5rem;
  line-height: 1.5;
  font-size: 11px;
  line-height: 18px;
  color: #666;
  border-radius: 6.1875rem;
  bottom: -1px;
  padding: 0;
}
.irs-grid-text.current {
  background: rgba(55, 125, 255, 0.1);
  color: #377dff;
}
.irs-grid-pol {
  height: 5px;
  background-color: #666;
  top: 0;
}
.irs-grid-pol.small {
  display: none;
}

@media screen and (min-width: 768px) {
  .irs-grid-text {
    font-size: 13px;
  }
}

/*############################ mCustomScrollbar ###################################*/
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCustomScrollbar.select2-results {
  height: 145px;
  overflow: auto;
}
.mCustomScrollbar.select2-results::-webkit-scrollbar {
  display: none;
}
.mCSB_container .select2-results__options {
  background-color: var(--cr-light);
  color: #aaa;
}
.mCSB_scrollTools {
  width: 11px;
  background: #fff;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 0;
  opacity: 1;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  width: 3px;
  margin: auto;
  background: #d7d7d7;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: var(--cr-green);
  border-radius: 8px;
  width: 3px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: var(--cr-green);
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background: var(--cr-green);
}
.mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}

/*############################ tab  ###################################*/
.tab-control {
  position: relative;
  height: 36px;
  margin-bottom: 0px;
}
.tab-control:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -1px;
  right: 0;
  background-color: #dbdbdb;
  border-radius: 50px;
  z-index: 4;
}
.tab {
  position: relative;
  z-index: 3;
}
.tab .control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tab .control li {
  display: inline-flex;
}
.tab .control a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 36px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-decoration: none;
  transition: var(--tsition);
}
.tab .control a.active {
  pointer-events: none;
}
.tab .control a .txt {
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  transition: var(--tsition);
  line-height: 1.5;
  white-space: nowrap;
}
.tab .control a.active .txt {
  color: var(--cr-black);
  font-weight: 600;
}
.tab .selector {
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 8px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab.active {
  overflow: visible;
}
.tab.active .control {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -16px;
  margin-right: -41px;
  position: relative;
  z-index: 1;
  top: 35px;
  padding: 16px 11px;
  background-color: #f4f4f4;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab.active .control a {
  display: inline-flex;
  height: auto;
  padding: 8px 32px;
  border: 1px solid #ddd;
  border-radius: var(--radius);
  background-color: var(--cr-light);
  margin: 4px;
  color: #999;
}
.tab.active .control a.active {
  border-color: var(--cr-green);
  color: var(--cr-green);
}

.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 2 ###################################*/
.tab-control2 {
  position: relative;
  height: 36px;
  margin-bottom: 24px;
}
.tab-control2:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: -1px;
  right: 0;
  background-color: #dbdbdb;
  border-radius: 50px;
  z-index: 4;
}
.tab-control2:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 24px;
  bottom: 0;
  width: 70px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 1) 90%
  );
  pointer-events: none;
}
.tab-control2 .timebar {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0px;
  height: 2px;
  background-color: #bcbcbc;
  transition: 0ms ease-in-out;
  border-radius: 50px;
}
.tab2 {
  position: relative;
  z-index: 3;
  overflow: auto;
  margin-right: 24px;
  border-bottom: 0px solid var(--cr-border);
}
.tab2 .control2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 30px 0 0;
  gap: 16px;
  width: 100vw;
  margin: 0;
  list-style: none;
}
.tab2 .control2 li {
  display: inline-flex;
}
.tab2 .control2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid transparent;
  margin-bottom: 0px;
  text-decoration: none;
}
.tab2 .control2 a .txt {
  font-weight: 600;
  font-size: 16px;
  color: var(--cr-lightgray);
  line-height: 1.5;
  white-space: nowrap;
}
.tab2.active .control2 a .txt {
  color: var(--cr-dark);
}
.tab2 .control2 a.active {
  pointer-events: none;
  border-bottom-color: var(--cr-green);
}
.tab2 .control2 a.active .txt {
  color: var(--cr-dark);
  font-weight: 600;
}
.tab2.active .control2 a.active .txt {
  color: var(--cr-light);
}
.tab2.active .control2 a:hover .txt {
  color: var(--cr-green);
}
.tab2 .selector2 {
  display: none;
  height: 3px;
  background-color: var(--cr-green);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 8px;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab2.active {
  overflow: visible;
}
.tab2.active .control2 {
  display: block;
  flex-wrap: inherit;
  width: auto;
  margin-left: -15px;
  margin-right: -70px;
  position: relative;
  z-index: 1;
  top: 35px;
  padding: 16px 11px;
  background-color: #f0faf7;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.tab2.active .control2 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);
}
.tab2.active .control2 a .txt {
  border: 0;
  line-height: 1.5;
}
.tab2.active .control2 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: 22px;
  border-left: 1px solid #e5e5e5;
  align-items: center;
  justify-content: flex-end;
}
.action-dropdown .link {
  display: block;
  position: relative;
  width: 16px;
  height: 12px;
}
.action-dropdown .link:before,
.action-dropdown .link:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: var(--cr-green);
  transition: var(--tsition);
}
.action-dropdown .link:before {
  position: absolute;
  transform: rotate(45deg);
  top: 5px;
  left: -1px;
}
.action-dropdown .link:after {
  position: absolute;
  transform: rotate(-45deg);
  top: 5px;
  left: 6px;
}
.action-dropdown .link.active:before {
  transform: rotate(-45deg);
}
.action-dropdown .link.active:after {
  transform: rotate(45deg);
}

.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: 1.5;
}

.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;
}

.tab-row2 {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .tab-container2 {
    display: flex;
  }
  .tab-control2 {
    height: fit-content !important;
    margin: 0;
    flex: 0 0 auto;
    position: sticky;
    top: 74px;
  }
  .tab-control2:before {
    display: none;
  }
  .tab-control2:after {
    display: none;
  }

  .tab2 {
    overflow: visible;
    margin-right: 0;
    border-bottom: 0px solid var(--cr-border);
    padding-right: 0px;
    width: 266px;
  }
  .tab2 .selector2 {
    display: none;
  }
  .tab2 .control2 {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    padding-right: 0px;
    gap: 0px;
    width: auto;
    flex-direction: column;
  }
  .tab2 .control2 a {
    white-space: nowrap;
    border-bottom: 0;
    height: auto;
    padding: 0 16px;
    justify-content: flex-start;
    color: var(--cr-lightgray);
  }
  .tab2 .control2 a + a {
    border-top: 1px solid #dbdbdb;
    padding-top: 18px;
    margin-top: 18px;
  }
  .tab2 .control2 a .txt {
    display: block;
    border-bottom: 0px solid transparent;
    line-height: 1.5;
  }
  .tab2 .control2 a {
    position: relative;
  }
  .tab2 .control2 a:before {
    content: "\e900";
    font-family: "iconavigation";
    font-size: 8px;
    opacity: 0;
    position: absolute;
    bottom: 6px;
    right: 16px;
    color: var(--cr-green);
    transition: var(--tsition);
  }
  .tab2 .control2 a.active:before {
    opacity: 1;
  }
  .tab2 .control2 a:last-child {
    padding-right: 20px;
  }
  .tab2 .control2 a:last-child:before {
    bottom: 6px;
  }
  .tab2 .control2 a.-mark:before {
    bottom: 19px;
  }
  .tab2.active .control2 a .txt {
    padding-bottom: 0px;
  }

  .action-dropdown {
    display: none;
  }
  .tab-dropdown {
    display: none;
  }

  ul.tab-row2,
  .tab-row2 {
    padding-left: 24px;
    flex: 1 0 0%;
  }
}

/*############################ 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);
  }
}

/*############################ popup-image-style  ###################################*/
.mfp-bg {
  z-index: 10042;
}
.mfp-wrap {
  z-index: 10043;
  pointer-events: visible;
}
.mfp-title {
  display: none;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

.popup-image-style.mfp-bg {
  background: var(--cr-light);
  opacity: 1;
}
.popup-image-style .mfp-container {
  padding-left: 16px;
  padding-right: 16px;
}
.popup-image-style .mfp-image-holder .mfp-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  border-radius: 50%;
  padding-right: 0;
  opacity: 1;
  background: var(--cr-green);
  color: var(--cr-light);
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 30px;
  cursor: pointer;
  right: 0;
}
.popup-image-style .mfp-image-holder img.mfp-img {
  padding: 0;
  border-radius: 8px;
  border: 1px solid #eaeaea;
}
.popup-image-style .mfp-image-holder .mfp-content {
  background-color: var(--cr-light);
  border-radius: 8px;
  height: 100dvh;
  padding: 16px 0;
  text-align: right;
}
.popup-image-style .mfp-image-holder .mfp-figure:after {
  display: none;
}
.popup-image-style .mfp-image-holder .mfp-figure figure {
  margin-top: 16px;
  text-align: center;
}
.popup-image-style .mfp-image-holder .mfp-figure figure:before {
  content: "à¸¥à¸²à¸à¸—à¸µà¹ˆà¸£à¸¹à¸›à¹€à¸žà¸·à¹ˆà¸­à¸‚à¸¢à¸²à¸¢";
  line-height: 1em;
  margin-bottom: 16px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--cr-green);
  background-image: url(../img/zoom.svg);
  padding-left: 24px;
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .popup-image-style .mfp-image-holder .mfp-close {
    position: absolute;
    top: -15px;
    right: -15px;
  }
  .popup-image-style.mfp-bg {
    background: #0b0b0b;
    opacity: 0.8;
  }
  .popup-image-style .mfp-image-holder img.mfp-img {
    max-height: calc(100dvh - 150px) !important;
  }
  .popup-image-style .mfp-image-holder .mfp-content {
    padding: 48px;
    height: auto;
    height: auto;
  }
  .popup-image-style .mfp-image-holder .mfp-figure figure {
    margin-top: 0;
  }
  .popup-image-style .mfp-image-holder .mfp-figure figure:before {
    display: none;
  }
}

/*############################ box-info  ###################################*/
@media screen and (min-width: 200px) {
  .box-info {
    border-top: 5px solid var(--cr-green);
    background: #fafafa;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .box-info .inner {
    padding: 24px 16px 40px;
    position: relative;
  }
  .box-info .row-flex {
    margin: 0 -8px;
    display: block;
  }
  .box-info .row-flex > div {
    padding: 0 8px;
  }
  .box-info .row-flex > div + div {
    margin-top: 0;
  }
  .box-info .row-flex + .row-flex > div + div {
    margin-top: 24px;
  }
  .box-info .row-flex + .row-flex {
    margin-top: 24px;
  }
  .box-info .row-flex + .s-title {
    margin-top: 24px;
  }
  .box-info .h-title {
    font-size: 20px;
    line-height: 1.5;
    color: var(--cr-black);
    text-align: center;
    margin-bottom: 16px;
    display: none;
  }
  .box-info .h-title strong {
    font-weight: 600;
  }
  .box-info .s-title {
    font-size: 16px;
    line-height: 1.5;
    color: var(--cr-black);
    margin-bottom: 8px;
  }
  .box-info .s-title strong {
    font-weight: 600;
  }
  .box-info .title-txt {
    margin-bottom: 16px;
  }
  .box-info .title-txt small {
    font-size: 13px;
  }
  .box-info p.desc {
    color: var(--cr-gray);
    margin-bottom: 0;
    line-height: 1.5;
  }
  .box-info p.desc .link {
    text-decoration: none;
  }
  .box-info p.desc .link .icon {
    position: relative;
    margin-right: 0px;
  }
  .box-info p.desc .link .txt {
    text-decoration: underline;
  }
  .box-info ul {
    position: static;
    padding-left: 1.3em;
    margin: 0;
  }
  .box-info ul > li {
    color: var(--cr-dark);
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .box-info ul > li strong {
    color: var(--cr-gray);
    font-weight: 600;
  }
  .box-info ul > li .link {
    font-weight: 600;
    font-family: "kurious-looped";
  }
  .box-info ul > li > ul {
    list-style: disc;
  }
  .box-info ul.check-list {
    padding-left: 0;
  }
  .box-info ul.check-list > li {
    position: relative;
    padding-left: 32px;
    list-style: none;
    color: var(--cr-gray);
  }
  .box-info ul.check-list > li:before {
    content: "\e909";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-family: "iconxpc";
    color: var(--cr-green);
  }
  .box-info ul + .txt-note-ul {
    margin-top: 16px;
  }
  .box-info .ol-list {
    position: static;
    padding-left: 1.3em;
    margin: 0;
  }
  .box-info .ol-list > li {
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .box-info .ol-list > li > ul {
    list-style: disc;
  }
  .box-info .ol-list > li > ul > li {
    color: var(--cr-gray);
  }
  .box-info .ol-list.-num-strong {
    counter-reset: item;
    padding: 0;
  }
  .box-info .ol-list.-num-strong > li {
    list-style-type: none;
    counter-increment: item;
    position: relative;
    padding-left: 1.2em;
  }
  .box-info .ol-list.-num-strong > li:before {
    font-weight: 700;
    content: counter(item) ".";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-info .ol-list + .txt-note-ul {
    margin-top: 16px;
  }
  .box-info a.link.-pdf {
    padding-left: 0px;
    display: inline;
    text-decoration: none;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .box-info a.link.-pdf .icon {
    color: var(--cr-green);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .box-info a.link.-pdf .txt {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
  }
  .box-info .txt-note {
    margin: 16px 0 0;
    color: var(--cr-dark);
    line-height: 1.5;
    font-size: 13px;
  }
  .box-info .txt-note + ul {
    margin-top: 16px;
  }
  .box-info .txt-note + .txt-note-ol {
    margin-top: 8px;
    padding-left: 20px;
  }
  .box-info .txt-note-ol > li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .box-info .txt-note-ul > li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .box-info .txt-note-remark {
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
    margin: 0 0 24px;
  }
  .box-info .warning {
    text-align: center;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    display: inline-flex;
  }
  .box-info .warning p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "kurious-looped";
  }
  .box-info .warning .txt {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    padding: 2px 10px 0;
    background: var(--cr-red);
    color: var(--cr-light);
    line-height: 1.5;
  }

  .box-info img.icon {
    width: 26px;
    margin-right: 4px;
  }
  .box-info .note {
    padding: 16px;
    background: rgba(255, 255, 255, 0.6);
  }
  .box-info .note p.desc {
    font-size: 13px;
    color: var(--cr-gray);
  }
  .box-info .note p.desc strong {
    color: var(--cr-black);
  }
  .box-info .note small {
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
    color: var(--cr-gray);
    line-height: 1.5;
    position: relative;
    padding-left: 1em;
  }
  .box-info .note small:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-info .note ul > li {
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.5;
  }
  .box-info .note ul.remark {
    padding: 0;
  }
  .box-info .note ul.remark > li {
    padding-left: 32px;
    position: relative;
    list-style: none;
  }
  .box-info .note ul.remark > li:before {
    min-width: 32px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
  }
  .box-info .note ul.remark > li:nth-child(1):before {
    content: "*";
  }
  .box-info .note ul.remark > li:nth-child(2):before {
    content: "**";
  }
  .box-info .note ul.remark > li:nth-child(3):before {
    content: "***";
  }
  .box-info .note ul.remark > li:nth-child(4):before {
    content: "****";
  }
}
@media screen and (min-width: 768px) {
  .box-info + .box-info {
    margin-top: 16px;
  }
  .box-info .row-flex {
    margin: 0 -24px;
    display: flex;
  }
  .box-info .row-flex + .row-flex {
    margin-top: 16px;
  }
  .box-info .row-flex > div {
    padding: 0 24px;
  }
  .box-info .row-flex > div + div {
    margin-top: 0;
  }
  .box-info .row-flex + .row-flex > div + div {
    margin-top: 0;
  }
  .box-info .inner {
    padding: 40px 32px 32px;
    background: var(--cr-light);
  }
  .box-info .note {
    padding: 16px 32px;
    background: #fafafa;
    border-radius: 0 0 8px 8px;
  }
  .box-info .h-title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 24px;
    display: block;
  }
  .box-info .h-title.a-center {
    text-align: center;
  }
  .box-info .h-title + .s-title {
    margin-top: 32px;
  }
  .box-info .s-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .box-info ul > li {
    color: var(--cr-gray);
  }
}

/*############################ step-slide ###################################*/
@media screen and (min-width: 200px) {
  .step-slide {
    position: relative;
  }
  .step-slide .swiper-slide {
    width: auto;
  }
  .step-slide .swiper-pagination {
    padding-top: 24px;
  }
  .step-slide .swiper-button-next,
  .step-slide .swiper-button-prev {
    top: 130px;
  }
  .step-slide .wrapper {
    position: relative;
    max-width: 220px;
  }
  .step-slide .thumb {
    width: 182px;
    margin: 0 auto 16px;
    border-radius: 8px;
    overflow: hidden;
  }
  .step-slide .content {
    text-align: center;
  }
  .step-slide .content .title {
    margin-bottom: 8px;
    color: var(--cr-dark);
    line-height: 1.5;
    font-size: 13px;
  }
  .step-slide .content .desc {
    margin-bottom: 0;
    color: var(--cr-dark);
    line-height: 1.5;
  }
  .step-slide .content .link {
    text-decoration: underline;
    color: var(--cr-green);
    font-family: "kurious-looped";
  }
}

/*############################ content-slide ###################################*/
@media screen and (min-width: 200px) {
  .content-slide .box-info {
    border-top: none;
    background: transparent;
    border-radius: 0px;
    box-shadow: none;
    display: none;
    min-height: calc(100dvh - 150px);
  }
  .content-slide .box-info.active {
    display: flex;
  }
  .content-slide .box-info .inner {
    padding: 0px;
  }
  .content-slide .box-info .inner:last-child {
    padding-bottom: 16px;
  }
  .content-slide .box-info .note {
    margin: 24px -16px -16px;
  }

  .content-slide .content-slide-nav {
    position: relative;
  }
  .content-slide .content-slide-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .content-slide .content-slide-nav ul > li {
    width: 100%;
    padding: 24px 0;
  }
  .content-slide .content-slide-nav ul > li + li {
    border-top: 1px solid #dbdbdb;
  }
  .content-slide .content-slide-nav .nav-mobile-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
  }
  .content-slide .content-slide-nav .nav-mobile-link:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid var(--cr-green);
    border-right: 2px solid var(--cr-green);
  }
  .content-slide .content-slide-nav .nav-mobile-link .icon {
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: var(--cr-green);
  }
  .content-slide .content-slide-nav .nav-mobile-link .icon > img {
    width: 24px;
    height: 24px;
  }
  .content-slide .content-slide-nav .nav-mobile-link .txt {
    font-weight: 600;
    font-family: "kurious-looped";
    font-size: 16px;
    line-height: 1.5;
    color: var(--cr-black);
  }

  .content-slide .content-slide-tab .back-mobile {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 9;
    top: 16px;
    left: 16px;
    transform: rotate(180deg);
    text-align: center;
    background: var(--cr-green);
    border-radius: 50%;
    color: var(--cr-light);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-slide .content-slide-tab .back-mobile > span {
    position: relative;
    left: 1px;
  }
  .content-slide .content-slide-tab .nav-info-head {
    display: block;
    text-align: center;
    padding-left: 40px;
  }
  .content-slide .content-slide-tab .nav-info-head .txt {
    font-size: 20px;
    line-height: 1.5;
    color: var(--cr-dark);
    text-align: center;
    margin-bottom: 24px;
    display: none;
  }
  .content-slide .content-slide-tab .nav-info-head .txt strong {
    font-weight: 600;
  }
  .content-slide .content-slide-tab .nav-info-head .txt.active {
    display: block;
  }

  .content-slide .content-slide-tab {
    position: fixed;
    top: 0;
    height: calc(100dvh);
    width: 101dvw;
    overflow: auto;
    z-index: 10001;
    transition: transform 300ms;
    padding: 0px 16px 0;
    pointer-events: none;
    background: #e6f7ee;
    transform: translateX(100%); /* Slide offscreen */
  }

  .content-slide .content-slide-tab.content-active {
    transform: translateX(-4.5%); /* Slide into view */
    pointer-events: visible;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }

  .content-slide .content-slide-head {
    position: sticky;
    z-index: 111;
    top: 0;
    background: #e6f7ee;
    margin-left: -16px;
    margin-right: -16px;
    padding: 21px 16px 0;
  }
  @media screen and (min-width: 768px) {
    .content-slide .content-slide-tab {
      transform: translateX(0%); /* Slide offscreen */
    }
  }

  /*############################ content-active ###################################*/
  html.content-active,
  body.content-active,
  body.content-active .icw {
    overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
    height: 100%;
  }
  .icw .main.content-active {
    overflow: hidden; /*touch-action: none; pointer-events: none; -ms-touch-action: none;*/
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .content-slide .box-info {
    border-top: 5px solid var(--cr-green);
    background: #fafafa;
    min-height: inherit;
    overflow: hidden;
    border-radius: 0px 0px 8px 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
  }
  .content-slide .box-info .inner {
    padding: 40px 32px 32px;
  }
  .content-slide .box-info .inner:last-child {
    padding-bottom: 32px;
  }
  .content-slide .box-info .note {
    margin: 0;
  }

  .content-slide .content-slide-nav {
    display: none;
  }
  .content-slide .content-slide-nav .nav-mobile-link {
    display: none;
  }
  .content-slide .content-slide-tab .back-mobile {
    display: none;
  }
  .content-slide .content-slide-tab .nav-info-head {
    display: none;
  }

  .content-slide .content-slide-tab,
  .content-slide .content-slide-tab.content-active {
    left: 0%;
    overflow: visible;
    display: block;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    pointer-events: inherit;
  }

  .content-slide .content-slide-head {
    position: static;
    z-index: 100;
    top: 0;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  html.content-active,
  body.content-active,
  body.content-active .icw {
    overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/
    height: auto;
  }
  .icw .main.content-active {
    overflow: inherit; /*touch-action: inherit; pointer-events: inherit;*/
    position: relative;
  }
}

/*############################ section-highlight-banner  ###################################*/
@media screen and (min-width: 200px) {
  .section-highlight-banner {
    position: relative;
    overflow: hidden;
  }
  .section-highlight-banner .swiper-pagination {
    position: absolute;
    padding: 0;
    bottom: 10%;
    right: 0;
    left: 0;
    width: 100%;
  }
  .section-highlight-banner .swiper-slide {
    position: relative;
  }
  .section-highlight-banner .image {
    position: relative;
    z-index: 1;
  }
  .section-highlight-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
  }
  .section-highlight-banner .action {
    padding-bottom: 56px;
    text-align: center;
  }
  .section-highlight-banner .action .btn {
    height: 40px;
    padding: 0 30px;
  }
  .section-highlight-banner .action .btn.hide-w767 {
    display: none;
  }
  .section-highlight-banner .action .btn.show-w767 {
    display: inline-flex;
  }
}
@media screen and (min-width: 300px) {
  .section-highlight-banner .action {
    padding-bottom: 80px;
  }
  .section-highlight-banner .swiper-pagination {
    bottom: 12%;
  }
}
@media screen and (min-width: 361px) {
  .section-highlight-banner .action {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 768px) {
  .section-highlight-banner .swiper-pagination {
    bottom: 5.5%;
    right: 16px;
    left: auto;
    width: auto;
  }
  .section-highlight-banner .action {
    padding-bottom: 40px;
    text-align: left;
  }
  .section-highlight-banner .action .btn.hide-w767 {
    display: inline-flex;
  }
  .section-highlight-banner .action .btn.show-w767 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .section-highlight-banner .swiper-pagination {
    bottom: 6%;
  }
  .section-highlight-banner .action {
    padding-bottom: 56px;
  }
  .section-highlight-banner .action .btn {
    height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .section-highlight-banner .action {
    padding-bottom: 64px;
  }
  .section-highlight-banner .swiper-pagination {
    bottom: 7.5%;
    right: 11%;
  }
}

/*############################ sc-highlight ###################################*/
@media screen and (min-width: 200px) {
  .sc-highlight {
    background: #fff;
  }
  .sc-highlight .sc-inner {
    padding: 40px 0;
  }
  .sc-highlight .sc-heading .title {
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .sc-highlight .sc-heading .desc {
    margin-bottom: 0px;
    line-height: 1.5;
  }
  .sc-highlight .sc-heading .sub-text {
    color: var(--cr-dark);
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 8px;
  }
  .sc-highlight .item-list {
    margin: -8px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .sc-highlight .item-list > li {
    width: calc(100% / 2);
    padding: 56px 8px 8px 8px;
    list-style: none;
    width: 100%;
  }
  .sc-highlight .wrapper {
    position: relative;
    display: block;
    border-radius: var(--radius);
    height: 100%;
  }
  .sc-highlight .wrapper.bgI {
    background: #184056;
  }
  .sc-highlight .wrapper.bgII {
    background: #008990;
  }
  .sc-highlight .wrapper.bgIII {
    background: #f4b15a;
  }
  .sc-highlight .wrapper.bgIV {
    background: #01845e;
  }
  .sc-highlight .wrapper.bgV {
    background: #1ead92;
  }
  .sc-highlight .wrapper.bgVI {
    background: #ea998a;
  }
  .sc-highlight .wrapper.bgVII {
    background: #008990;
  }
  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    left: 0;
    width: 156px;
    top: -56px;
    margin: auto;
    z-index: 0;
  }
  .sc-highlight .wrapper .content {
    padding: 56px 16px 16px 16px;
    height: 200px;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 200px;
  }
  .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";
    margin-top: 16px;
  }
  .sc-highlight .wrapper .action {
    display: flex;
    flex-direction: column;
  }
  .sc-highlight .wrapper .action .desc.show-w767 {
    display: inline-block;
  }
  .sc-highlight .wrapper .action .desc.hide-w767 {
    display: none;
  }
  .sc-highlight .wrapper .action .desc + .desc {
    margin-top: 8px;
  }
  .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.5;
    margin: 0;
  }
  .sc-highlight .note ul {
    font-family: "kurious-looped";
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.5;
    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;
  }
}
@media screen and (min-width:300px) {
  .sc-highlight .item-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .sc-highlight .sc-inner {
    padding: 64px 0;
  }
  .sc-highlight .sc-heading .sub-text {
    font-size: 20px;
  }
  .sc-highlight .item-list {
    margin: -12px;
  }
  .sc-highlight .item-list > li {
    padding: 12px;
  }
  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 135px;
    top: auto;
    left: auto;
  }
  .sc-highlight .wrapper .content {
    padding: 16px;
    height: 163px;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }
  .sc-highlight .wrapper .action .desc.show-w767 {
    display: none;
  }
  .sc-highlight .wrapper .action .desc.hide-w767 {
    display: inline-flex;
  }
  .sc-highlight .note {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  .sc-highlight .item-list > li {
    /* width: calc(100% / 3); */
  }
}
@media screen and (min-width: 1200px) {
  .sc-highlight .wrapper .thumb {
    width: 156px;
  }
  .sc-highlight .item-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/*############################ promotion /*############################*/
@media screen and (min-width: 200px) {
  .sc-promotion {
    background: #f4f4f4;
    overflow: hidden;
  }
  .sc-promotion .sc-inner {
    padding: 40px 0 48px;
  }
  .sc-promotion .sc-heading .title {
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--cr-black);
  }

  .promotion-list {
    position: relative;
    overflow: visible;
  }
  .promotion-list.-center {
    justify-content: center;
  }
  .promotion-list.-center .swiper-slide {
    margin-right: 0 !important;
  }
  .promotion-list.swiper-free-mode > .swiper-wrapper {
    justify-content: inherit;
  }
  .promotion-list .swiper-pagination {
    padding-top: 16px;
  }
  .promotion-list .swiper-slide {
    width: 100%;
  }
  .promotion-list .wrapper {
    max-width: unset;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .promotion-list .thumb {
    max-width: unset;
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    z-index: 20;
    overflow: hidden;
  }
  .promotion-list.swiper-initialized .swiper-slide {
    width: auto;
  }
  .promotion-list.swiper-initialized .wrapper {
    max-width: 300px;
  }
  .promotion-list.swiper-initialized .thumb {
    max-width: 300px;
  }
  .promotion-list .content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 24px 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px 0px 8px 8px;
    backdrop-filter: blur(20px);
    justify-content: space-between;
    gap: 16px;
  }
  .promotion-list .content h3 {
    color: var(--cr-black);
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    height: 4.5em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content .thumb-date {
    height: 1.2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content small {
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.5;
    min-height: 1.5em;
  }
  .promotion-list .content .c-g,
  .promotion-list .content .c-g .wrap {
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin: 0;
    height: 86px;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .promotion-list .content .action {
    margin-top: 32px;
    text-align: left;
  }
  .promotion-list .content .action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
  }

  .promotion-list.-center + .promotion-thumb {
    display: none;
  }

  .promotion-thumb {
    position: relative;
    display: none;
    margin: 0 -16px;
    padding: 40px 0 0;
  }
  .promotion-thumb .swiper-wrapper {
    width: auto;
    margin: 0 auto;
  }
  .promotion-thumb .thumb {
    border-radius: 8px;
    overflow: hidden;
    transition: var(--tsition);
    transform: scale(1);
    background-color: var(--cr-light);
    cursor: pointer;
  }
  .promotion-thumb .thumb > img {
    width: 100%;
    transition: var(--tsition);
  }
  .promotion-thumb .swiper-slide .thumb > img {
    opacity: 0.5;
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb {
    transform: scale(1.05);
  }
  .promotion-thumb .swiper-slide.swiper-slide-thumb-active .thumb > img {
    opacity: 1;
  }

  .promotion-popup.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
  }
  .promotion-popup.mfp-bg.mfp-ready {
    opacity: 1;
  }
  .promotion-popup .mfp-container {
    width: 100%;
    height: auto;
    max-width: 1000px;
    position: relative;
    padding: 0;
  }
  .promotion-popup .mfp-container:before {
    display: none;
  }
  .promotion-popup .mfp-content {
    background-color: transparent;
    max-width: 100%;
    height: 100%;
    min-height: 100dvh;
    height: auto;
    display: flex;
    align-items: center;
  }
  .promotion-popup .mfp-content > .promotion-popup {
    position: relative;
    width: 100%;
    min-height: 100dvh;
    background: var(--cr-light);
  }
  .promotion-popup .main-container {
    margin: 0;
  }
  .promotion-popup .modal-dismiss {
    width: 40px;
    height: 40px;
    line-height: 1.5;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .promotion-popup .modal-dismiss .ic {
    font-size: 12px;
    font-weight: bold;
  }
  .promotion-popup .modal-dismiss .ic {
    position: relative;
    top: -2px;
    right: -1px;
  }
  .promotion-popup .promotion-header {
    background: #e7f9eb;
    padding: 16px;
    border-radius: 0;
  }
  .promotion-popup .promotion-header .title {
    margin: 0;
    min-height: 85px;
    text-align: center;
    color: var(--cr-dark);
    font-family: "kurious-looped";
    padding: 21px 16px 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #e7f9eb;
    z-index: 8;
  }
  .promotion-popup .promotion-header .title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-header .thumb {
    width: auto;
    max-width: none;
    margin-top: 69px;
  }
  .promotion-popup .promotion-header .thumb > img {
    width: 470px;
    border-radius: 8px;
    margin: 0 auto;
  }
  .promotion-popup .promotion-header .content {
    padding-top: 24px;
  }
  .promotion-popup .promotion-header .h-title {
    color: var(--cr-black);
    line-height: 1.5;
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-header .h-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-header .date {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    margin-bottom: 24px;
  }
  .promotion-popup .promotion-header .desc {
    color: var(--cr-dark);
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
  }
  .promotion-popup .promotion-header .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-header .action .btn {
    border-radius: 8px;
    background: var(--cr-green);
    padding: 8px 24px;
    text-align: center;
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-light);
    display: block;
  }

  .promotion-popup .promotion-content {
    background-color: var(--cr-light);
    border-top: 5px solid #266b6b;
    padding: 32px 16px 16px;
    overflow: hidden;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 72px;
    border-top: 0;
  }
  .promotion-popup .promotion-content .nowrap {
    white-space: nowrap;
  }
  .promotion-popup .promotion-content .pro-title {
    margin: 0 0 16px;
    color: var(--cr-black);
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .pro-title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .pro-subtitle {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .title {
    margin: 0 0 8px;
    color: var(--cr-dark);
    line-height: 1.5;
    font-size: 20px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .promotion-content .title strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .title.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .title .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .hint-scroll {
    display: none;
  }
  .promotion-popup .promotion-content .table {
    width: 100%;
    border-spacing: 0;
    min-width: 880px;
  }
  .promotion-popup .promotion-content .table {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0.5px solid #e8e8e8;
    border-radius: 8px;
  }
  .promotion-popup .promotion-content .table th,
  .promotion-popup .promotion-content .table td {
    padding: 24px 8px;
    border: 0.5px solid #e8e8e8;
    color: var(--cr-gray);
    text-align: center;
    line-height: 1.5;
  }
  .promotion-popup .promotion-content .table tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .promotion-popup .promotion-content .table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .promotion-popup .promotion-content .table th {
    background-color: var(--cr-green);
    font-family: "kurious-looped";
    font-size: 18px;
    font-weight: 600;
    color: var(--cr-light);
  }
  .promotion-popup .promotion-content .table td {
    font-size: 16px;
    font-weight: 500;
    font-family: "kurious-looped";
    line-height: 1.5;
    color: var(--cr-gray);
  }
  .promotion-popup .promotion-content .table td.a-left {
    text-align: left;
  }
  .promotion-popup .promotion-content .table td strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .table tr:nth-child(odd) td {
    background: #fafafa;
  }
  .promotion-popup .promotion-content .table tr:nth-child(even) td {
    background: #fff;
  }
  .promotion-popup .promotion-content .mcscroll + .title {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .list {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .mcscroll + .desc {
    margin-top: 32px;
  }
  .promotion-popup .promotion-content .list {
    padding: 0 0 0 1.2em;
    margin: 0 0 16px;
  }
  .promotion-popup .promotion-content .list > li {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5;
  }
  .promotion-popup .promotion-content .desc {
    color: var(--cr-gray);
    line-height: 1.5;
    margin: 0;
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-content .desc strong {
    font-weight: 600;
  }
  .promotion-popup .promotion-content .desc.a-center {
    text-align: center;
  }
  .promotion-popup .promotion-content .desc .text-green {
    color: var(--cr-green);
  }
  .promotion-popup .promotion-content .desc + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .image-icon {
    margin: 32px auto;
    width: 140px;
  }
  .promotion-popup .promotion-content .image-icon + .desc {
    margin-top: 16px;
  }
  .promotion-popup .promotion-content .action {
    padding-top: 32px;
  }
  .promotion-popup .promotion-content .action .btn {
    height: 40px;
    width: 100%;
    background: var(--cr-green);
    color: var(--cr-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }
  .promotion-popup #popup-ot .promotion-content .action .btn {
    font-size: 20px;
    height: 48px;
  }

  .promotion-popup .promotion-content .sc-faqs {
    background: #fafafa;
    padding: 16px;
    margin: 0 -16px -16px;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group {
    padding: 0;
    display: block;
  }
  .promotion-popup .promotion-content .sc-faqs .accordion-group .accordion {
    max-width: 100%;
  }

  .promotion-popup .promotion-content .step-slide {
    position: relative;
    margin-bottom: 32px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .promotion-popup .promotion-content .step-slide .content .desc {
    margin-bottom: 0;
    color: var(--cr-dark);
    line-height: 1.5;
  }

  .promotion-popup .promotion-content .hr {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background: #e2e2e2;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 0 0;
    background: #fafafa;
    padding: 16px;
  }
  .promotion-popup .promotion-end .note {
    color: var(--cr-gray);
    line-height: 1.5;
    margin: 0 0 8px;
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .promotion-end .note strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .promotion-popup .promotion-end .note:last-child {
    margin-bottom: 0;
  }
  .promotion-popup .promotion-end .sub-list {
    padding: 0 0 0 1.2em;
    margin: 0;
  }
  .promotion-popup .promotion-end .sub-list > li {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5;
  }
  .promotion-popup .promotion-end .sub-list > li strong {
    font-weight: 600;
  }
  /*.promotion-popup .promotion-end .sub-list > li .link{color: var(--cr-green);}*/

  .promotion-popup .promotion-end .sub-list.sub-list-note {
    padding-left: 0;
  }
  .promotion-popup ul.sub-list-note li::marker {
    content: "";
  }
  .promotion-popup ul.sub-list-note li:nth-child(1):before {
    content: "*";
  }
  .promotion-popup ul.sub-list-note li:nth-child(2):before {
    content: "**";
  }
  .promotion-popup ul.sub-list-note li:nth-child(3):before {
    content: "***";
  }
  .promotion-popup ul.sub-list-note li:nth-child(4):before {
    content: "****";
  }
  .promotion-popup ul.sub-list-note li {
    display: flex;
    gap: 4px;
  }
  .promotion-popup ul.sub-list-note li:before {
    display: inline-block;
    min-width: 2em;
  }

  .promotion-popup .txt-note {
    margin: 16px 0 0;
    color: var(--cr-dark);
    line-height: 1.5;
    font-size: 13px;
  }
  .promotion-popup .txt-note + ul {
    margin-top: 16px;
  }
  .promotion-popup .txt-note + .txt-note-ol {
    margin-top: 8px;
  }
  .promotion-popup .txt-note-ol > li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .txt-note-ul > li {
    font-size: 16px;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
  }
  .promotion-popup .txt-note-remark {
    font-size: 13px;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
    font-weight: 500;
    font-family: "kurious-looped";
    margin: 0 0 24px;
  }
  .promotion-popup .warning {
    text-align: center;
    padding: 12px 16px;
    background: #f8f8f8;
    border-radius: 8px;
    display: inline-flex;
  }
  .promotion-popup .warning p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "kurious-looped";
  }
  .promotion-popup .warning .txt {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    padding: 2px 10px 0;
    background: var(--cr-red);
    color: var(--cr-light);
    line-height: 1.5;
  }
  .icw .sc-promotion .promotion-list .show-w767 {
    display: inline-flex;
  }
  .icw .sc-promotion .promotion-list .hide-w767 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sc-promotion .sc-inner {
    padding: 64px 0;
  }

  .promotion-list .content h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .promotion-popup .mfp-container {
    width: 96%;
    margin: 120px auto;
  }
  .promotion-popup .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .promotion-popup .modal-dismiss {
    top: -15px;
    right: -15px;
    position: absolute;
  }
  .promotion-popup .mfp-content > .promotion-popup {
    min-height: inherit;
    background: transparent;
  }

  .promotion-popup .promotion-header {
    padding: 48px;
    border-radius: 8px 8px 0 0;
  }
  .promotion-popup .promotion-header .title {
    display: none;
  }
  .promotion-popup .promotion-header .thumb {
    margin-top: 0;
  }
  .promotion-popup .promotion-header .action .btn {
    display: inline-block;
  }

  .promotion-popup .promotion-content {
    padding: 48px 48px 24px 48px;
  }
  .promotion-popup .promotion-content.-head {
    padding-top: 48px;
  }
  .promotion-popup .promotion-content .pro-title {
    font-size: 26px;
  }
  .promotion-popup .promotion-content ul.pro-subtitle {
    margin: 0 0 32px;
  }
  .promotion-popup .promotion-content .sc-faqs {
    background: none;
    padding: 0;
    margin: 0;
  }
  .promotion-popup .promotion-content .step-slide {
    max-width: inherit;
    overflow: hidden;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 8px 8px;
    background: #fafafa;
    padding: 16px 48px;
  }
  /* .promotion-popup .promotion-end .note{font-size: 16px;} */
  .promotion-list .wrapper {
    max-width: 328px;
  }
  .promotion-list.swiper-initialized .wrapper {
    max-width: 300px;
  }
  .promotion-list.swiper-initialized .thumb {
    max-width: 300px;
  }

  .icw .sc-promotion .promotion-list .show-w767 {
    display: none;
  }
  .icw .sc-promotion .promotion-list .hide-w767 {
    display: inline-flex;
  }
}

@media screen and (min-width: 1024px) {
  .promotion-popup .promotion-header {
    display: flex;
  }
  .promotion-popup .promotion-header .thumb {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .promotion-popup .promotion-header .thumb > img {
    width: 470px;
    border-radius: 8px;
  }
  .promotion-popup .promotion-header .content {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 24px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1140px) {
  .promotion-list {
    position: relative;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
  }
  .promotion-list .wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: calc(100vw - 32px);
    box-shadow: none;
    border-radius: 0;
  }
  .promotion-list .thumb {
    width: 200%;
    max-width: 580px;
    border-radius: 8px 0 0 8px;
  }
  .promotion-list .content {
    padding: 40px 48px 48px;
    border-radius: 0 8px 8px 0;
    height: 348px;
  }
  .promotion-list .content .c-g,
  .promotion-list .content .c-g .wrap {
    height: 4.05em;
    -webkit-line-clamp: 3;
  }
  .promotion-list .content .action .btn {
    width: auto;
  }
  .promotion-list .swiper-pagination {
    display: none;
  }
  .promotion-list .swiper-button-next,
  .promotion-list .swiper-button-prev {
    top: 55%;
  }
  .promotion-list .swiper-button-next {
    right: 8px;
  }
  .promotion-list .swiper-button-prev {
    left: 8px;
  }

  .promotion-thumb {
    display: flex;
    position: relative;
    max-width: 887px;
    margin: 0 auto;
  }
  .promotion-thumb .swiper-button-next,
  .promotion-thumb .swiper-button-prev {
    top: 85%;
  }
  .promotion-thumb .swiper-button-next {
    right: 50%;
    margin-right: -503px;
  }
  .promotion-thumb .swiper-button-prev {
    left: 50%;
    margin-left: -503px;
  }
  .promotion-thumb .swiper-slide {
    opacity: 0;
    pointer-events: none;
  }
  .promotion-thumb .swiper-slide.swiper-slide-visible {
    opacity: 1;
    pointer-events: visible;
  }
}
@media screen and (min-width: 1140px) {
  .promotion-list .wrapper,
  .promotion-list.swiper-initialized .wrapper {
    max-width: 1140px;
  }
  .promotion-list .thumb,
  .promotion-list.swiper-initialized .thumb {
    max-width: 700px;
  }
  .promotion-list .content {
    padding: 48px 56px 48px;
    height: 420px;
  }

  .promotion-thumb .swiper-slide:hover .thumb {
    transform: scale(1.05);
  }
}

/*############################ sc-calculate ###################################*/
@media screen and (min-width: 200px) {
  .sc-calculate {
    background: #f2faf6;
  }
  .sc-calculate .sc-inner {
    padding: 40px 0 0;
  }
  .sc-calculate .sc-heading {
    margin-bottom: 24px;
  }
  .sc-calculate .sc-heading .title {
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .sc-calculate .sc-heading .desc {
    margin-bottom: 0px;
    line-height: 1.5;
    color: var(--cr-dark);
  }

  .sc-calculate-box {
    display: block;
  }
  .sc-calculate-box .droplead-form {
    margin-top: 0;
  }
  .sc-calculate-box .calculate-box {
    display: block;
    position: relative;
  }
  .sc-calculate-box .table-box {
    width: auto;
    padding: 30px 16px;
    background: #0f4944;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 -16px;
  }
  .sc-calculate-box .table-box.active {
    display: flex;
  }

  .calculate-box-form {
    background: #f2faf6;
  }

  .fx-anim-01 {
    display: none;
  }

  .calculate-box-total {
    display: none;
    position: sticky;
    padding: 16px;
    margin: 0 -16px;
    z-index: 1000;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/calculate-box-total-mb.png),
      linear-gradient(88deg, #184056 0%, #01845e 100%),
      linear-gradient(94deg, #0bdc91 0%, #055158 195.62%);
    background-position: top right;
    background-size: cover;
  }
  .calculate-box-total.active {
    display: block;
  }
  .calculate-box-total .box {
    display: block;
  }
  .calculate-box-total .box + .box {
    margin-top: 4px;
  }
  .calculate-box-total .title {
    text-align: left;
  }
  .calculate-box-total .desc {
    text-align: right;
  }
  .calculate-box-total strong.txt,
  .calculate-box-total span.txt {
    font-size: 16px;
    color: var(--cr-light);
    line-height: 1.5;
  }
  .calculate-box-total strong.txt {
    font-weight: 600;
  }
  .calculate-box-total span.txt {
    font-weight: 500;
  }
  .calculate-box-total .num {
    color: var(--cr-light);
    line-height: 1.5;
    margin-right: 10px;
  }
  .calculate-box-total .action {
    padding-top: 0;
    text-align: center;
  }
  .calculate-box-total .action .btn {
    height: 40px;
    width: 100%;
  }
  .calculate-box-total.-mb {
    position: sticky;
    z-index: 8;
    bottom: 0;
    display: none;
  }
  .calculate-box-total.-mb.active {
    display: block;
    min-height: 150px;
  }
  /* .calculate-box-total.-mb .box{display: flex; align-items: center; justify-content: space-between;} */
  .fx-anim-01 {
    transition-duration: 220ms;
    transition-property: transform, opacity;
    transform: translateY(8px);
    opacity: 0;
  }
  .calculate-box-total:not(.active) + .calculate-box-total.-mb .fx-anim-01 {
    transform: translateY(0px);
    opacity: 1;
  }

  .table-box-calculate {
    position: relative;
    padding-bottom: 24px;
  }
  .table-box-calculate .title {
    text-align: center;
    color: var(--cr-light);
    margin-bottom: 28px;
  }
  .table-box-calculate .table-row {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
  }
  .table-box-calculate .table-row table {
    border-spacing: 0;
    width: 100%;
  }
  .table-box-calculate .table-row th,
  .table-box-calculate .table-row td {
    text-align: center;
    color: var(--cr-light);
    line-height: 1.5;
    width: 33.33%;
  }
  .table-box-calculate .table-row th {
    font-family: "kurious-looped";
    font-size: 13px;
    font-weight: 600;
    padding: 0 4px 10px;
  }
  .table-box-calculate .table-row td {
    font-family: "kurious-looped";
    font-size: 16px;
    font-weight: 500;
    padding: 14px 8px 16px;
  }
  .table-box-calculate .table-row td:last-child {
    text-align: right;
  }
  .table-box-calculate .table-row tbody tr + tr td {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .table-box-calculate .table-row tbody tr:last-child td {
    padding-bottom: 0;
  }
  .table-box-calculate .note {
    padding-top: 24px;
  }
  .table-box-calculate .note ul {
    margin: 0;
    padding: 0 0 0 1.2em;
  }
  .table-box-calculate .note ul > li {
    font-family: "kurious-looped";
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    color: var(--cr-light);
  }

  .table-box-action {
    position: relative;
  }
  .table-box-action .btn {
    width: 100%;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sc-calculate {
    background: var(--cr-light);
  }
  .sc-calculate .sc-inner {
    padding: 64px 0;
  }
  .sc-calculate .sc-heading .desc {
    color: var(--cr-gray);
  }
  .sc-calculate-box {
    display: block;
  }
  .sc-calculate-box .table-box {
    border-radius: 0px 0 8px 8px;
    padding: 48px 32px;
    margin: 0;
  }

  .calculate-box-form {
    border-radius: 8px 8px 0px 0px;
    padding: 32px 40px;
    background: #f0f8f6;
  }
  .calculate-box-total {
    margin: 0;
  }
  .calculate-box-total.-mb.active {
    min-height: 172.5px;
  }

  /* .table-box-calculate .table-row{padding: 0; background: unset;} */
  .table-box-calculate .table-row th {
    font-size: 16px;
  }
  .wrapper-table {
    padding: 24px;
    background: #11494d;
    border-radius: 8px;
  }
}

@media screen and (min-width: 992px) {
  .table-box-calculate .table-row td {
    padding: 14px 8px 8px;
    width: 35.33% !important;
  }
}
@media screen and (max-width: 991px) {
  .fx-anim-01 {
    display: block;
    width: calc(100% - 32px);
    position: absolute;
    bottom: 16px;
    transition-duration: 220ms;
    transition-property: transform, opacity, visibility;
    transform: translateY(0px);
    opacity: 1;
  }
  .fx-anim-01-int {
    opacity: 0;
    visibility: hidden;
  }

  .show-interest .fx-anim-01 {
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
  }
  .show-interest .fx-anim-01-int {
    opacity: 1;
    visibility: visible;
  }
  .calculate-box-total {
    padding-bottom: 32px;
  }
  .calculate-box-total .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .calculate-box-total.show-interest {
    padding-bottom: 16px;
  }
  .calculate-box-total.show-interest .box {
    /* display: block; */
  }
}
@media screen and (min-width: 992px) {
  /* .table-box-calculate .table-row{min-height: 347px;} */
  .sc-calculate-box {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: stretch;
  }
  .sc-calculate-box .calculate-box {
    flex: 1 0 0%;
  }
  .sc-calculate-box .table-box {
    flex: 0 0 auto;
    padding: 32px;
    border-radius: 0px 8px 8px 0px;
    width: 380px;
    display: flex;
  }

  .calculate-box-form {
    min-height: calc(100% - 140.5px);
    border-radius: 8px 0px 0px 0px;
    display: flex;
    align-items: center;
  }
  .sc-calculate-box .droplead-form {
    width: 100%;
  }
  .calculate-box-total {
    border-radius: 0 0 0 8px;
    padding: 24px 40px;
    margin: 0;
    position: relative;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 1;
    display: block;
    background-image: url(../img/calculate-box-total.png),
      linear-gradient(88deg, #184056 0%, #01845e 100%),
      linear-gradient(94deg, #0bdc91 0%, #055158 195.62%);
    opacity: 1;
    pointer-events: visible;
  }
  .calculate-box-total .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .calculate-box-total.-mb {
    display: none;
  }
  .calculate-box-total.-mb.active {
    display: none;
  }

  .table-box-calculate .table-row th,
  .table-box-calculate .table-row td {
    width: auto;
  }

  .table-box-calculate .table-row th {
    padding: 0 8px;
  }
}
@media screen and (min-width: 1200px) {
  .sc-calculate-box .table-box {
    width: 400px;
  }
}

/*############################ droplead-form  ###################################*/
@media screen and (min-width: 200px) {
  .droplead-form {
    margin: 0 auto;
    position: relative;
  }
  .droplead-form .client-radio {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 36px;
  }
  .droplead-form .form-check {
    display: flex;
    align-items: center;
  }
  .droplead-form .form-check + .form-check {
    margin-left: 48px;
  }
  .droplead-form .form-radio {
    width: 24px;
    height: 24px;
    margin: 0;
    margin-right: 16px;
  }
  .droplead-form .form-radio[type="radio"] {
    width: 24px;
    height: 24px;
    padding: 0;
    cursor: pointer;
    background-color: var(--cr-light);
    border-radius: 50%;
    position: relative;
    border: 1px solid var(--cr-lightgray);
  }
  .droplead-form .form-radio:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border-radius: 50%;
    transition: var(--transition);
  }
  .droplead-form .form-radio-label {
    color: var(--cr-dark);
    margin-top: 1px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }
  .droplead-form .form-radio:checked[type="radio"] {
    border-color: var(--cr-green);
  }
  .droplead-form .form-radio:checked[type="radio"]:before {
    background-color: var(--cr-green);
  }
  .droplead-form .form-radio:checked[type="radio"] ~ .form-radio-label {
    color: var(--cr-green);
  }
  .droplead-form .form-field {
    position: relative;
    transition: var(--transition);
    max-width: 400px;
  }
  .droplead-form .form-field:after {
    /* content: "\e93a"; */
    font-size: 24px;
    font-family: "iconavigation";
    position: absolute;
    right: 16px;
    bottom: 0px;
    color: var(--cr-warning2);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
  }
  .droplead-form .form-field.-select:after {
    right: 56px;
  }
  .droplead-form .form-field {
    height: 0;
    opacity: 0; /* pointer-events: none; */
    visibility: hidden;
    margin: 0;
    transition: var(--transition);
  }
  .droplead-form .form-field.show {
    height: auto;
    opacity: 1; /* pointer-events: visible; */
    visibility: visible;
    margin-left: auto;
    margin-right: auto;
  }
  .droplead-form .form-field.show + .form-field.show {
    margin-top: 36px;
  }
  .droplead-form label.txt {
    font-family: "kurious-looped";
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 4px 16px;
    color: var(--cr-black);
    display: block;
  }
  .droplead-form label.txt small {
    font-family: "kurious-looped";
    font-weight: 500;
    font-size: 10px;
    margin: 0;
    color: var(--cr-dark);
    margin-left: 4px;
  }
  .droplead-form input.form-control {
    border-radius: 100px;
    min-height: 48px;
    padding: 12px 16px;
    color: var(--cr-dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--cr-light);
    margin: 0;
    width: 100%;
    height: 48px;
    font-family: "kurious-looped";
    border: 1px solid #d7d7d7;
    outline: none;
    transition: var(--transition);
  }
  .droplead-form input.form-control:focus {
    border-color: var(--cr-green);
    box-shadow: none;
  }
  .droplead-form input.form-control::placeholder {
    color: var(--cr-lightgray);
  }
  .droplead-form input.form-control::-webkit-outer-spin-button,
  .droplead-form input.form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .droplead-form input.form-control[type="number"] {
    -moz-appearance: textfield;
  }
  .droplead-form .txt-note-box {
    display: block;
    background-color: rgba(0, 169, 79, 0.05);
    padding: 12px;
    border-radius: 8px;
    margin: 32px 0 40px;
    text-align: center;
  }
  .droplead-form .txt-note-box p {
    font-family: "kurious-looped";
    font-size: 13px;
    font-weight: 500;
    color: var(--cr-gray);
    line-height: 1.5;
    margin: 0;
  }
  .droplead-form .txt-note-box p strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .droplead-form p.txt-note {
    font-family: "kurious-looped";
    font-size: 13px;
    font-weight: 500;
    color: var(--cr-gray);
    width: auto;
    padding-left: 16px;
    line-height: 1.5;
    margin: 8px 0 0;
  }
  .droplead-form p.txt-note strong {
    font-weight: 600;
  }
  .droplead-form small.invalid-feedback {
    font-family: "kurious-looped";
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    z-index: +1;
    opacity: 0;
    color: var(--cr-light);
    background-color: var(--cr-warning);
    width: auto;
    padding: 0px 16px;
    left: 0;
    right: 0px;
    bottom: 0px;
    pointer-events: none;
    border-radius: 100px;
    transition: var(--transition);
    line-height: 1.5;
    display: block;
  }
  .droplead-form .form-field.inactive,
  .txt-note-box.inactive {
    opacity: 0.3;
    pointer-events: none;
  }
  .droplead-form .form-field.required {
    padding-bottom: 0;
  }
  .droplead-form .form-field.required:after {
    bottom: 8px;
    opacity: 1;
  }
  .droplead-form .form-field.required input.form-control {
    border-color: var(--cr-warning);
  }
  .droplead-form .form-field.required small.invalid-feedback {
    bottom: -32px;
    opacity: 1;
  }
  .droplead-form .form-field-radio {
    display: flex;
    min-height: 48px;
    padding-left: 16px;
  }
  .droplead-form .form-field-radio.show {
    display: flex !important;
  }
  .droplead-form .form-field-radio .form-check + .form-check {
    margin-left: 24px;
  }
  .droplead-form .form-field.-radio.required:after {
    display: none;
  }
  .droplead-form
    .form-field.-radio.required
    .form-field-radio
    .form-radio[type="radio"] {
    border-color: var(--cr-warning);
  }

  .droplead-form .form-field.-range.required:after {
    display: none;
  }

  .droplead-form .form-row {
    display: block;
    flex-wrap: nowrap;
    margin: 0 auto;
    max-width: 864px;
  }
  .droplead-form .form-row > .form-field.show {
    width: 100%;
  }
  .droplead-form .form-row + .form-row {
    margin-top: 24px;
  }

  .droplead-form .form-row.-flex-mb {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
  }
  .droplead-form .form-row.-flex-mb > .form-field.show {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .droplead-form .form-row.-flex-mb > .form-field.show + .form-field.show {
    margin-top: 0;
  }

  .droplead-form .form-spacial {
    display: block;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #14cb8e;
    background: #f0f8f6;
    padding: 14px 24px;
    text-align: center;
  }
  .droplead-form .form-spacial .txt {
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-black);
    line-height: 1.5;
    white-space: nowrap;
  }
  .droplead-form .form-spacial .number {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: var(--cr-black);
    margin-top: 8px;
    display: block;
  }

  .droplead-form p.remark {
    padding: 40px 0px 0;
    font-family: "kurious-looped";
    line-height: 1.5;
    font-size: 13px;
    color: var(--cr-gray);
    font-weight: 500;
    max-width: 430px;
    margin: 0 auto;
  }
  .droplead-form p.remark a {
    text-decoration: underline;
  }
  .droplead-form p.remark-note {
    font-family: "kurious-looped";
    padding: 40px 0px 0;
    line-height: 1.5;
    font-size: 16px;
    color: var(--cr-gray);
    font-weight: 500;
    max-width: 430px;
    margin: 0 auto;
    text-align: center;
  }

  .droplead-form .action {
    padding-top: 16px;
    max-width: 430px;
    margin: 0 auto;
  }
  .droplead-form .action .btn {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: var(--cr-light);
    font-size: 20px;
    font-weight: 600;
    height: 48px;
    border: none;
    border-radius: var(--radius);
    background-color: var(--cr-green);
    font-family: "kurious-looped";
    transition: all 0.8s, color 0.3s 0.3s;
    overflow: hidden;
    position: relative;
    z-index: +1;
    cursor: pointer;
  }
  .droplead-form .action .btn.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: var(--transition);
    opacity: 0;
    background-color: #0bc160;
    margin: -1px;
  }
  .droplead-form .action .btn:hover:before {
    left: 0;
    opacity: 1;
  }
  .droplead-form .action .btn.disable {
    background: #ccc;
    color: var(--cr-lightgray);
    pointer-events: none;
  }
  .droplead-form .action-back {
    text-align: center;
    padding-top: 16px;
  }
  .droplead-form .action-back .btn-clear {
    display: inline-block;
    width: inherit;
    min-width: inherit;
    color: var(--cr-green);
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    height: inherit;
    border: none;
    border-radius: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    font-family: "kurious-looped";
  }
  .droplead-form .action-back .btn-clear .ic {
    margin-right: 6px;
    position: relative;
    top: -2px;
  }

  .droplead-form .captcha {
    margin: 16px 0 0;
    line-height: 1.5;
    text-align: center;
    color: var(--cr-gray);
    font-family: "kurious-looped";
    font-size: 10px;
  }
  .droplead-form .captcha .link {
    line-height: 1.5;
    color: var(--cr-gray);
    font-family: "kurious-looped";
    font-weight: 500;
  }

  .droplead-form .form-title {
    margin-top: 40px;
  }
  .droplead-form .form-title .title {
    text-align: center;
    line-height: 1.5;
    color: var(--cr-gray);
  }
  .droplead-form .form-title + .form-row {
    margin-top: 36px;
  }

  .droplead-form .select2-selection__rendered {
    border-color: #d7d7d7;
  }
  .droplead-form .select2-container--open .select2-selection__rendered {
    border-color: var(--cr-green);
    border-bottom-color: var(--cr-light);
    background: #ecf4f3;
  }
  .droplead-form
    .select2-container--above.select2-container--open
    .select2-selection__rendered {
    border-color: var(--cr-green);
    border-top-color: var(--cr-light);
  }
  .droplead-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: var(--cr-black);
  }
  .droplead-form
    .select2-container
    .select2-selection--single
    [title].select2-selection__rendered {
    color: var(--cr-dark); /* z-index: 1000; */
  }
  .droplead-form .form-field.required .select2-selection__rendered {
    border-color: var(--cr-warning);
  }

  .droplead-form .default-form {
    position: relative;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    padding: 0;
    border: none;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
  }
  .droplead-form .default-form.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
    pointer-events: visible;
  }
}
@media screen and (min-width: 768px) {
  .droplead-form .form-row {
    display: flex;
    margin: 0 -10px;
  }
  .droplead-form .form-row > .form-field.show {
    margin-left: 10px;
    margin-right: 10px;
    width: 50%;
    max-width: 400px;
  }
  .droplead-form .form-row > .form-field.show.fulid {
    width: 100%;
    max-width: inherit;
  }
  .droplead-form .form-row > .form-field.show + .form-field.show {
    margin-top: 0;
  }
  .droplead-form .form-row.-flex-mb {
    margin-left: -10px;
    margin-right: -10px;
  }
  .droplead-form .form-row.-flex-mb > .form-field.show {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .droplead-form .form-spacial {
    display: flex;
  }
  .droplead-form .form-spacial .txt {
    font-size: 20px;
  }
  .droplead-form .form-spacial .number {
    font-size: 33px;
    text-align: right;
    margin-top: 0;
    display: inline;
  }
  .droplead-form .txt-note-box {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .droplead-form .form-row > .form-field.show {
    max-width: 256px;
  }
  .table-box-calculate .title {
    margin-bottom: 16px;
  }

  .table-box-calculate .note {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .droplead-form .form-row {
    max-width: inherit;
  }
  .droplead-form .form-row > .form-field.show {
    max-width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .droplead-form .form-row > .form-field.show {
    max-width: 400px;
  }
}

/*############################ sc-interest ###################################*/
@media screen and (min-width: 200px) {
  .sc-interest {
    background: #f4f3f9;
  }
  .sc-interest .sc-inner {
    padding: 40px 0 0;
  }
  .sc-interest.section .sc-heading {
    margin-bottom: 16px;
  }
  .sc-interest .sc-heading .title {
    margin: 0;
  }
  .sc-interest .tab .control {
    gap: 24px;
  }
  .sc-interest .tab-inner {
    padding: 32px 0 0;
  }
  .sc-interest .tab-inner .h-title {
    color: var(--cr-black);
    margin: 0 0 16px;
    text-align: center;
    font-size: 18px;
  }
  .sc-interest .tab-inner p.desc {
    margin-bottom: 8px;
    color: var(--cr-dark);
  }
  .sc-interest .tab-inner p.desc + .table-row {
    margin-top: 16px;
  }
  .sc-interest .table-row {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0;
    border-radius: 8px;
  }
  .sc-interest .table-row th + th {
    border-left: 1px solid #e6e6e6;
  }
  .sc-interest .table-row .bl-left {
    border-left: 1px solid #e6e6e6;
  }
  .sc-interest .table-row .bl-left0 {
    border-left: 0;
  }
  .sc-interest .table-row .bl-right {
    border-right: 1px solid #e6e6e6;
  }
  .sc-interest .table-row th,
  .sc-interest .table-row td {
    padding: 16px;
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid #e6e6e6;
  }
  .sc-interest .table-row td {
    background-color: var(--cr-light);
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .sc-interest .text-black td {
    color: var(--cr-black);
  }
  .sc-interest .table-row td + td {
    border-left: 1px solid #e6e6e6;
  }
  .sc-interest .table-row tr + tr {
    border-top: 1px solid #e6e6e6;
  }
  .sc-interest .table-row tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .sc-interest .table-row tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .sc-interest .table-row tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .sc-interest .table-row tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .sc-interest .table-row tr:last-child td {
    border-bottom: 0;
  }
  .sc-interest .table-row .bg,
  .sc-interest .table-row.tb-stickyHead td:nth-child(1) {
    background-color: var(--cr-green);
    color: var(--cr-light);
    font-weight: 600;
    font-size: 13px;
  }
  .sc-interest .table-row tbody .bg {
    font-size: 13px;
  }
  .sc-interest .note {
    margin: 40px -16px 0;
    background: #fafafa;
    padding: 16px;
  }
  .sc-interest .note p {
    line-height: 1.5;
    font-family: kurious-looped;
    font-weight: 500;
    color: var(--cr-dark);
    font-size: 13px;
  }
  .sc-interest .note p strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .sc-interest .note ul {
    padding: 0 0 0 1.6em;
    margin: 0;
  }
  .sc-interest .note ul > li {
    font-family: kurious-looped;
    font-weight: 500;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
  }
  .sc-interest .action {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .sc-interest .action .link {
    padding-left: 0px;
    display: inline;
    text-decoration: none;
  }
  .sc-interest .action .link .icon {
    color: var(--cr-green);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .sc-interest .action .link .txt {
    text-decoration: underline;
  }

  .sc-interest .table-row.-typeI th:last-child {
    min-width: 128px;
  }
  /* .sc-interest .table-row.-typeI td:last-child{font-size: 16px;} */
  .sc-interest .table-row.-typeI td {
    padding: 8px 16px;
  }

  .sc-interest .table-row.-typeII th:first-child {
    min-width: 103px;
  }
  .sc-interest .table-row.-typeII th:last-child {
    min-width: 78px;
  }
  /* .sc-interest .table-row.-typeII tr:first-child td{padding: 16px;} */
  .sc-interest .table-row.-typeII td {
    padding: 8px 16px;
  }
  /* .sc-interest .table-row.-typeII .bg{font-size: 13px; padding: 8px 10px;} */

  .sc-interest .table-row.tb-stickyHead tbody tr:first-child td {
    font-weight: 500;
    white-space: nowrap;
  }

  .sc-interest .table-responsive {
    overflow-x: auto;
  }
  .sc-interest #table-res01.table-responsive {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .sc-interest #table-res01 .table-row tr:first-child th:first-child,
  .sc-interest .table-responsive td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
  }

  .sc-interest #interest-detail-2 .table-responsive {
    border-radius: 8px;
  }
  .sc-interest #interest-detail-2 .table-responsive th {
    text-align: left;
  }
  .sc-interest #interest-detail-2 .table-responsive th span {
    left: calc(50% - 130px);
    position: sticky;
  }

  .sc-interest .table-responsive::-webkit-scrollbar {
    display: none;
  }
  .sc-interest .responsive-scroll {
    background-color: rgb(0, 0, 0, 0.15);
    margin-top: 16px;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 8px;
  }
  .sc-interest .responsive-scroll .scroll {
    background-color: #00a94f;
    position: absolute;
    border-radius: 8px;
    display: block;
    height: 3px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sc-interest .sc-inner {
    padding: 64px 0;
  }
  .sc-interest .tab .control {
    gap: 48px;
  }
  .sc-interest .table-row td {
    font-size: 16px;
    padding: 16px;
  }
  .sc-interest .table-row.tb-stickyHead td:nth-child(1) {
    font-size: 16px;
  }
  .sc-interest .table-row .bg {
    font-size: 18px;
  }
  .sc-interest .table-row tbody .bg {
    font-size: 16px;
  }
  .sc-interest .note {
    margin: 16px 0 0;
    border-radius: 8px;
  }
  .sc-interest .action {
    padding-bottom: 0;
  }

  .sc-interest .tab-inner .h-title {
    font-size: 16px;
  }

  .sc-interest .table-row.-typeI th:last-child {
    min-width: inherit;
  }
  .sc-interest .table-row.-typeI td:last-child {
    font-size: 16px;
  }
  .sc-interest .table-row.-typeI td {
    padding: 16px 24px;
  }

  .sc-interest .table-row.-typeII th:first-child {
    min-width: inherit;
  }
  .sc-interest .table-row.-typeII th:last-child {
    min-width: inherit;
  }
  .sc-interest .table-row.-typeII .bg,
  .sc-interest .table-row.tb-stickyHead tbody tr:first-child td {
    font-size: 18px;
    padding: 16px;
  }
  /* .sc-interest .table-row.-typeII .bg, */
  .sc-interest .table-row.-typeII td {
    padding: 8px;
  }
  .sc-interest .table-row.-typeII .bg {
    padding: 24px;
  }

  .sc-interest .table-row td {
    padding: 16px 24px;
  }
  .sc-interest .table-row th,
  .sc-interest .table-row.tb-stickyHead tbody tr:first-child td {
    padding: 24px;
  }

  /* .sc-interest #interest-detail-1 .table-row {min-width: 950px; width: 100%;} */
}
@media screen and (min-width: 992px) {
  .sc-interest #interest-detail-1 .table-row {
    min-width: unset;
    width: 100%;
  }
  .sc-interest .responsive-scroll {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
}

/*############################ sc-application ###################################*/
@media screen and (min-width: 200px) {
  .sc-application {
    background: #f4f9f9;
  }
  .sc-application .sc-inner {
    padding: 40px 0 24px;
  }
  .sc-application.section .sc-heading {
    margin-bottom: 24px;
  }

  .sc-application .tab-container2 {
    display: block;
    margin-bottom: 24px;
  }
  .sc-application .tab-row2 {
    padding-left: 0;
  }
  .sc-application .tab-control2:before {
    display: block;
    bottom: 0;
    top: 36px;
  }
  .sc-application .tab-control2:after {
    background: linear-gradient(
      135deg,
      rgba(230, 247, 238, 0) 50%,
      rgba(230, 247, 238, 1) 90%
    );
    display: none;
  }
  .sc-application .tab2 {
    width: auto;
    margin-right: 0;
  }
  .sc-application .tab2 .selector2 {
    display: none;
  }
  .sc-application .tab2 .control2 {
    flex-direction: row;
    margin-bottom: 24px;
    justify-content: center;
    gap: 24px;
    width: auto;
    padding-right: 0;
  }
  .sc-application .tab2 .control2 a {
    height: 36px;
    padding: 0;
    align-items: flex-start;
  }
  .sc-application .tab2 .control2 li {
    display: block;
  }
  .sc-application .tab2 .control2 li + li {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .sc-application .tab2 .control2 a.active:before {
    opacity: 0;
  }
  .sc-application .tab2.active .control2 {
    margin-left: -16px;
    margin-right: -54px;
    background: #e6f7ee;
  }
  .sc-application .tab2.active .control2 a {
    margin: 5px;
    padding: 10px 15px;
    align-items: center;
  }

  .sc-application .action-dropdown {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sc-application .sc-inner {
    padding: 64px 0;
  }
  .sc-application.section .sc-heading {
    margin-bottom: 32px;
  }

  .sc-application .tab-container2 {
    background: transparent;
  }
  .sc-application .tab-control2:after {
    display: none;
  }
  .sc-application .tab2 .selector2 {
    display: block;
  }
  .sc-application .tab2 .control2 {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .sc-application .tab-container2,
  .sc-application.content-slide .tab-container2 {
    display: flex;
  }
  .sc-application .tab-control2:before {
    display: none;
  }
  .sc-application .tab-row2 {
    padding-left: 24px;
  }
  .sc-application .tab2 {
    width: 266px;
  }
  .sc-application .tab2 .selector2 {
    display: none;
  }
  .sc-application .tab2 .control2 {
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: 0;
    justify-content: space-between;
    gap: 0;
  }
  .sc-application .tab2 .control2 a {
    height: auto;
    padding: 0 16px;
    align-items: center;
  }
  .sc-application .tab2 .control2 li + li {
    border-top: 1px solid #dbdbdb;
    padding-top: 18px;
    margin-top: 18px;
  }
  .sc-application .tab2 .control2 a.active:before {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
}

/*############################ sc-how-to-apply ###################################*/
@media screen and (min-width: 200px) {
  .sc-how-to-apply {
    background: #f4f3f9;
  }
  .sc-how-to-apply .sc-inner {
    padding: 40px 0 30px;
  }
  .sc-how-to-apply.section .sc-heading {
    margin-bottom: 24px;
  }
  .sc-how-to-apply .box-info {
    overflow: hidden;
    display: flex;
    margin: 0 -16px;
    padding: 0 16px 16px;
  }
  .sc-how-to-apply .box-info .inner {
    text-align: center;
  }
  .sc-how-to-apply .box-info .h-title {
    margin-bottom: 32px;
    display: block;
  }
  .sc-how-to-apply .box-info img.unionpay {
    width: 44px;
    margin-top: -3px;
  }
  .sc-how-to-apply .box-info img.new-icon {
    width: 26px;
    margin-top: -2px;
  }
  .video-wrapper {
    max-width: 88%;
    margin: 0 auto 24px;
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
  }
  .video-wrapper .play-btn {
    position: absolute;
    z-index: 110;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .video-wrapper .play-btn button {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.9);
    transform: translate(-50%, -50%);
    transition: background 400ms;
  }
  .play-btn button:before {
    content: "";
    height: 0;
    width: 0;
    top: 50%;
    left: 54%;
    position: absolute;
    z-index: 120;
    border-left: solid rgba(0, 0, 0, 0.5) 10px;
    border-top: solid transparent 5px;
    border-bottom: solid transparent 5px;
    transform: translate(-50%, -50%);
  }
  .video-wrapper .img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
  }
  .video-wrapper .img > img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
  }
  .video-wrapper .video {
    height: 0;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 90;
    padding-bottom: 56.25%;
  }
  .video-wrapper .video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
  }
  .video-wrapper.play .video > iframe {
    opacity: 1;
  }
  .video-wrapper.play .play-btn {
    display: none;
  }
  .video-wrapper.play .img {
    display: none;
  }
  .sc-how-to-apply .box-info .txt-note {
    text-align: center;
    font-family: "kurious-looped";
  }
  .sc-how-to-apply .box-info .note {
    background: #fafafa;
  }
  .sc-how-to-apply .box-info .row-flex {
    text-align: left;
  }
  .sc-how-to-apply .step-slide {
    margin-bottom: 32px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .sc-how-to-apply .tab-container2 {
    display: block;
  }
  .sc-how-to-apply .tab-row2 {
    padding-left: 0;
  }
  .sc-how-to-apply .tab-control2 {
    margin-bottom: 24px;
    z-index: 1;
  }
  .sc-how-to-apply .tab-control2.active:after {
    display: none;
  }
  .sc-how-to-apply .tab-control2:before {
    display: block;
    bottom: 0;
    top: 36px;
  }
  .sc-how-to-apply .tab2 {
    width: auto;
    overflow: auto;
    margin-right: 24px;
  }
  .sc-how-to-apply .tab2 .selector2 {
    display: none;
  }
  .sc-how-to-apply .tab2 .control2 {
    justify-content: space-between;
    padding-right: 30px;
    gap: 16px;
    width: 100vw;
    flex-direction: row;
  }
  .sc-how-to-apply .tab2 .control2:after {
    content: "";
    width: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    margin-left: -8px;
  }
  .sc-how-to-apply .tab2 .control2 a {
    height: 36px;
    padding: 0;
    align-items: flex-start;
  }
  .sc-how-to-apply .tab2 .control2 li + li {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
  .sc-how-to-apply .tab2 .control2 a.active {
    border-bottom: 3px solid var(--cr-green);
  }
  .sc-how-to-apply .tab2 .control2 a.active:before {
    opacity: 0;
  }
  .sc-how-to-apply .tab2 .control2 a > .txt > .nowrap {
    display: inline;
  }
  .sc-how-to-apply .tab2.active {
    overflow: visible;
  }
  .sc-how-to-apply .tab2.active .control2 {
    width: auto;
    margin-left: -16px;
    margin-right: -40px;
    padding: 16px 11px;
    background: var(--cr-light);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .sc-how-to-apply .tab2.active .control2 a {
    padding: 8px 24px;
    align-items: center;
    margin: 6px;
    border-top: 1px solid #ddd;
    height: auto;
  }
  .sc-how-to-apply .tab2.active .control2 a.active {
    border: 1px solid var(--cr-green);
    color: var(--cr-green);
    background-color: var(--cr-green);
  }
  .sc-how-to-apply .tab2.active .control2 a:hover {
    border: 1px solid var(--cr-green);
    color: var(--cr-green);
    background-color: #eafcf1;
  }
  .sc-how-to-apply .action-dropdown {
    display: flex;
  }
  .sc-how-to-apply .tab-dropdown {
    display: block;
  }

  .sc-how-to-apply.content-slide .content-slide-tab {
    background: var(--cr-light);
  }

  .sc-how-to-apply.content-slide .content-slide-head {
    background: var(--cr-light);
  }

  .sc-how-to-apply .tab-control2,
  .sc-how-to-apply .tab2 .control2 a {
    height: 57px;
  }
  .sc-how-to-apply .tab-control2:before {
    top: 57px;
  }
  .sc-how-to-apply .tab2 .control2 a .txt {
    line-height: 1.5;
  }
  .sc-how-to-apply .tab2 .control2 a {
    align-items: center;
  }

  .sc-how-to-apply .self-apply-working a {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .sc-how-to-apply .tab2::-webkit-scrollbar {
    display: none;
  }
}

@media screen and (min-width: 320px) {
  /* .sc-how-to-apply .action-dropdown{display: none;}
  .sc-how-to-apply .tab2 .control2:after,
  .tab-control2:after{display: none;}
  .sc-how-to-apply.content-slide .content-slide-tab.content-active{flex-direction: row;}
  .sc-how-to-apply .tab-dropdown{display: none;}

  .sc-how-to-apply .tab2 .control2 {
      padding-right: 0;
      width: auto;
  }
  .sc-how-to-apply .tab2 {
      margin-right: 0;
  } */
}
@media screen and (min-width: 360px) {
  .sc-how-to-apply .tab-control2,
  .sc-how-to-apply .tab2 .control2 a {
    height: 36px;
  }
  .sc-how-to-apply .tab-control2:before {
    top: 36px;
  }
  .sc-how-to-apply .tab2 .control2 a .txt {
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .sc-how-to-apply .sc-inner {
    padding: 64px 0;
  }
  .sc-how-to-apply.section .sc-heading {
    margin-bottom: 32px;
  }
  .sc-how-to-apply .box-info {
    margin: 0;
    padding: 0;
  }
  .sc-how-to-apply .box-info .h-title {
    text-align: center;
  }
  .sc-how-to-apply .box-info .note {
    background: #fafafa;
  }
  .video-wrapper {
    max-width: 640px;
  }
  .video-wrapper .play-btn button {
    width: 72px;
    height: 72px;
  }
  .play-btn button:before {
    border-left: solid rgba(0, 0, 0, 0.5) 20px;
    border-top: solid transparent 15px;
    border-bottom: solid transparent 15px;
  }
  .sc-how-to-apply .step-slide {
    max-width: inherit;
  }

  .sc-how-to-apply .tab-container2 {
    display: block;
  }
  .sc-how-to-apply .tab2.active .control2 {
    background: #f4f4f4;
  }
  .sc-how-to-apply .tab2.active .control2 a.active .txt {
    color: var(--cr-green);
  }

  .sc-how-to-apply.content-slide .content-slide-tab {
    background: transparent;
  }
  .sc-how-to-apply.content-slide .content-slide-tab.content-active {
    display: flex;
    flex-direction: column;
  }
  .sc-how-to-apply.content-slide .content-slide-head {
    background: transparent;
  }
}
@media screen and (min-width: 992px) {
  .sc-how-to-apply .box-info {
    max-width: calc(100vw - 339px);
  }
  .sc-how-to-apply .tab-container2 {
    display: flex;
  }
  .sc-how-to-apply .tab-row2 {
    padding-left: 24px;
  }
  .sc-how-to-apply .tab-control2:before {
    display: none;
  }
  .sc-how-to-apply .tab2 {
    width: 266px;
    margin-right: 0;
  }
  .sc-how-to-apply .tab2 .selector2 {
    display: none;
  }
  .sc-how-to-apply .tab2 .control2 {
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: 0;
    justify-content: space-between;
    gap: 0;
    width: auto;
    padding-right: 0;
    margin-right: 0;
  }
  .sc-how-to-apply .tab2 .control2 a {
    height: auto;
    padding: 0 16px;
    align-items: center;
    text-align: left;
    display: block;
  }
  .sc-how-to-apply .tab2 .control2 li {
    display: block;
  }
  .sc-how-to-apply .tab2 .control2 li + li {
    border-top: 1px solid #dbdbdb;
    padding-top: 18px;
    margin-top: 18px;
  }
  .sc-how-to-apply .tab2 .control2 li:last-child {
    padding-bottom: 0;
  }
  .sc-how-to-apply .tab2 .control2 a.active {
    border-bottom: 0;
  }
  .sc-how-to-apply .tab2 .control2 a.active:before {
    opacity: 1;
  }
  .sc-how-to-apply .tab2 .control2 li.-line2 a:before {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 8px;
  }
  .sc-how-to-apply .tab2 .control2 a > .txt {
    white-space: normal;
  }
  .sc-how-to-apply .action-dropdown {
    display: none;
  }

  .sc-how-to-apply.content-slide .content-slide-tab.content-active {
    flex-direction: row;
  }
  .sc-how-to-apply .tab-dropdown {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .sc-how-to-apply .box-info {
    max-width: 850px;
  }
}

/*############################ sc-apply ###################################*/
@media screen and (min-width: 200px) {
  .sc-apply {
    position: relative;
    overflow: visible;
  }
  .sc-apply.section .sc-inner {
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(
      to right bottom,
      #445866,
      #3b4f5c,
      #334652,
      #2a3d48,
      #22343e
    );
  }
  .sc-apply.section .sc-heading {
    margin-bottom: 16px;
  }
  .sc-apply .sc-heading .title {
    line-height: 1.5;
  }
  .sc-apply .sc-heading .title img {
    width: 40px;
    margin-top: -12px;
  }
  .sc-apply .sc-heading .title.-droplead {
    margin-bottom: 8px;
  }
  .sc-apply .sc-heading .desc {
    margin: 0;
    line-height: 1.5;
    color: var(--cr-light);
  }
  .sc-apply .sc-heading .desc .icon {
    position: relative;
    top: 4px;
    margin-right: 3px;
    font-size: 20px;
  }

  .sc-apply .bg.-mb {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/bg-droplead-m.jpg);
    background-position: bottom;
    /* background-attachment: fixed; */
  }
  .sc-apply .bg.-dt {
    display: none;
  }

  .sc-apply .container {
    position: relative;
    z-index: 1;
  }
  .sc-apply .container > .row-flex {
    position: relative;
    display: block;
  }
  .sc-apply .container > .row-flex > div {
    display: block;
    max-width: inherit;
  }
  .sc-apply .container > .row-flex > div:first-child {
    padding: 24px 16px 42px;
    margin: -48px -16px 0;
    background-image: linear-gradient(
      to right bottom,
      #445866,
      #3b4f5c,
      #334652,
      #2a3d48,
      #22343e
    );
  }
  .sc-apply .container > .row-flex > div:last-child {
    padding: 42px 16px 24px;
    margin: 0 -16px -48px;
  }

  .sc-apply .apply-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 366px;
    margin: -8px auto 16px;
    justify-content: center;
  }
  .sc-apply .apply-list > div {
    width: 46%;
    display: flex;
    align-items: center;
    padding: 8px 0;
  }
  /* .sc-apply .apply-list > div:nth-child(even){justify-content: flex-end;} */
  .sc-apply .apply-list > div:nth-child(odd) {
    justify-content: flex-start;
  }
  .sc-apply .apply-list span {
    color: var(--cr-light);
    line-height: 1.5;
    font-weight: 500;
    width: auto;
    font-size: 16px;
  }
  .sc-apply .apply-list i {
    margin-right: 8px;
    min-width: 32px;
  }
  .sc-apply .apply-sub-text {
    text-align: center;
    color: #4cd6c3;
    line-height: 1.5;
    margin: 0 0 24px;
    font-size: 13px;
  }
  .sc-apply .apply-sub-text .icon {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 4px;
  }

  .sc-apply .apply-qr {
    margin: 0 auto 32px;
    max-width: 400px;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #46c2b1;
    background: url(../img/bg-apply-qr.png) no-repeat center;
    background-size: cover;
    display: none !important;
    align-items: center;
  }
  .sc-apply .apply-qr .thumb {
    border-radius: 8px;
    background: #46c2b1;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 8px;
    font-weight: 182px;
  }
  .sc-apply .apply-qr .thumb > img {
    border-radius: 6px;
  }
  .sc-apply .apply-qr .content {
    padding-left: 32px;
    text-align: center;
  }
  .sc-apply .apply-qr .content .h-title {
    color: var(--cr-light);
  }
  .sc-apply .apply-qr .content .s-title {
    color: var(--cr-green);
  }
  .sc-apply .apply-qr .content .app-logo {
    max-width: 80px;
    margin: 0 auto;
  }

  .sc-apply .apply-action {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
  .sc-apply .apply-action .link {
    color: var(--cr-light);
  }
  .sc-apply .apply-action .link.show-w767 {
    display: inline-block;
  }
  .sc-apply .apply-action .link.hide-w767 {
    display: none;
  }
  .sc-apply .apply-action .btn {
    margin-left: 0;
    display: none;
    padding: 0 24px;
  }
  .sc-apply .apply-action .btn.disable {
    background: #ccc;
    color: var(--cr-lightgray);
  }
  .sc-apply .apply-action .btn.active {
    display: inline-flex;
  }

  .sc-apply .container > .row-flex > .or-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -20px auto;
    font-size: 18px;
    font-weight: 600;
    color: var(--cr-green);
    line-height: 1.5;
    text-align: center;
    padding: 0;
    transition: var(--tsition);
    position: relative;
    top: auto;
    bottom: auto;
    right: 0;
    left: 0;
    background: var(--cr-light);
    opacity: 1;
  }

  .sc-apply .droplead-form {
    max-width: 864px;
  }
  .sc-apply .droplead-form .form-field {
    max-width: calc(100vw - 32px);
  }
  .sc-apply .droplead-form .form-row {
    margin: 0 auto;
    max-width: 864px;
  }
  .sc-apply .droplead-form .form-row + .form-row {
    margin-top: 36px;
  }
  .sc-apply .droplead-form .form-row > .form-field.show {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .sc-apply .droplead-form label.txt {
    color: var(--cr-light);
  }
  .sc-apply .droplead-form .form-field + .form-field.show {
    margin-top: 36px;
  }
  .sc-apply .droplead-form p.remark {
    color: var(--cr-light);
  }
  .sc-apply .droplead-form .captcha {
    color: var(--cr-light);
  }
  .sc-apply .droplead-form .captcha .link {
    color: var(--cr-light);
  }
  .sc-apply .droplead-form .personal-form.p1.active {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .sc-apply .droplead-form .action-back .btn-clear {
    color: var(--cr-light);
  }
  .sc-apply .droplead-form .form-row + .action {
    padding-top: 40px;
  }
  .sc-apply.-full .sc-inner:before {
    left: 100%;
    opacity: 0;
  }
  .sc-apply.-full .bg.-dt {
    width: 100%;
  }
  .sc-apply.-full .container > .row-flex > div:first-child {
    padding-right: 0px;
    display: none;
  }
  .sc-apply.-full .container > .row-flex > div:last-child {
    padding-left: 16px;
    margin-top: -68px;
  }
  .sc-apply.-full .container > .row-flex > .or-box {
    pointer-events: none;
    opacity: 0;
  }
  .sc-apply .warning {
    text-align: center;
    padding: 12px 16px;
    background: var(--cr-light);
    position: sticky;
    bottom: 0;
    z-index: 100;
  }
  .sc-apply .warning.active {
    position: relative;
    bottom: 0px;
  }
  .sc-apply .warning p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "kurious-looped";
  }
  .sc-apply .warning .txt {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    padding: 2px 10px 0;
    background: var(--cr-red);
    color: var(--cr-light);
    line-height: 1.5;
  }

  /* #navigation-header {
      z-index: 999999;
  } */
}
@media screen and (min-width: 768px) {
  .sc-apply.section .sc-inner {
    padding: 48px 0;
  }
  .sc-apply.section .sc-heading {
    margin-bottom: 16px;
  }
  .sc-apply .sc-heading .title {
    font-size: 26px;
  }
  .sc-apply .sc-heading .title img {
    width: 48px;
    margin-top: -12px;
  }

  .sc-apply .apply-list {
    max-width: 520px;
  }
  .sc-apply .apply-list i {
    margin-right: 16px;
    min-width: 42px;
  }
  .sc-apply .apply-list > div {
    width: 50%;
  }
  .sc-apply .apply-list > div:nth-child(even) {
    justify-content: flex-start;
  }
  .sc-apply .apply-list span {
    width: auto;
  }
  .sc-apply .apply-qr {
    display: flex;
    max-width: 500px;
  }
  .sc-apply .apply-action .btn {
    display: none;
  }
  .sc-apply .apply-action .btn.active {
    display: none;
  }
  .sc-apply .apply-action .link.show-w767 {
    display: none;
  }
  .sc-apply .apply-action .link.hide-w767 {
    display: inline-block;
  }
  .sc-apply .apply-sub-text {
    font-size: 16px;
  }
  .sc-apply .apply-sub-text .icon {
    font-size: 20px;
    top: 3px;
    margin-right: 0;
  }

  .sc-apply .container > .row-flex > div:first-child {
    padding: 48px 16px 42px;
  }
  .sc-apply .container > .row-flex > div:last-child {
    padding: 42px 16px 48px;
    margin: 0 -16px -48px;
  }
  .sc-apply .container > .row-flex > .or-box {
    width: 60px;
    height: 60px;
    margin: -30px auto;
  }

  .sc-apply.-full .container > .row-flex > div:last-child {
    margin-top: -78px;
  }

  .sc-apply .droplead-form.-I {
    padding-top: 0px;
  }
  .sc-apply .droplead-form.-II,
  .sc-apply .droplead-form.-I.-II {
    padding-top: 16px;
  }
  .sc-apply .droplead-form .form-row > .form-field.show {
    width: 46%;
    margin-left: 16px;
    margin-right: 16px;
  }
  .sc-apply .apply-list {
    display: block;
    max-width: unset;
    margin-bottom: 24px !important;
    margin-top: 24px !important;
  }

  .sc-apply .apply-list > div {
    width: 100%;
  }
  .sc-apply .apply-list > div {
    justify-content: center !important;
  }

  .sc-apply .apply-list span {
    width: 190px !important;
  }
  .sc-apply .apply-list span br {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .sc-apply .sc-inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    width: 50%;
    height: 100%;
    left: 0;
    transition: var(--tsition);
    background-image: linear-gradient(
      to right bottom,
      #445866,
      #3b4f5c,
      #334652,
      #2a3d48,
      #22343e
    );
    opacity: 1;
  }
  .sc-apply .bg.-mb {
    background: none;
  }
  .sc-apply .bg.-dt {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    transition: var(--tsition);
    background-image: url(../img/bg-droplead.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed;*/
  }
  .sc-apply .bg.-dt {
    display: block;
  }
  .sc-apply .container > .row-flex {
    width: auto;
    display: flex;
  }
  .sc-apply .container > .row-flex > div {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sc-apply .container > .row-flex > div:first-child {
    padding: 0 24px 0 0;
    padding-bottom: 0;
    margin: 0;
    background: none;
  }
  .sc-apply .container > .row-flex > div:last-child {
    padding: 0 0 0 44px;
    padding-top: 0;
    margin: 0;
  }
  .sc-apply .container > .row-flex > .or-box {
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
  }

  .sc-apply .apply-list {
    max-width: 348px; /*padding: 35px 32px;*/
  }
  .sc-apply .apply-list > div:nth-child(even) {
    justify-content: flex-end;
  }
  .sc-apply .apply-list span {
    width: 98px;
  }
  .sc-apply .apply-qr {
    max-width: 400px;
  }

  .sc-apply .droplead-form .personal-form.p1.active {
    min-height: 400px;
  }

  .sc-apply.-full .container > .row-flex > div:last-child {
    margin-top: 0px;
    -webkit-box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sc-apply.-full .sc-heading .title.-droplead br {
    display: none;
  }

  .sc-apply .apply-list {
    margin-bottom: 16px !important;
    margin-top: 16px !important;
  }
  .sc-apply .apply-sub-text {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1140px) {
  .sc-apply .warning {
    bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sc-apply .container > .row-flex > div:first-child {
    padding: 0 96px 0 0;
  }
  .sc-apply .container > .row-flex > div:last-child {
    padding: 0 0 0 96px;
  }
}

/*############################ sc-thankyou ###################################*/
@media screen and (min-width: 200px) {
  .sc-thankyou {
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg-droplead.jpg);
    padding-top: 60px;
  }
  .sc-thankyou:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-blend-mode: soft-light, normal;
    background-image: url(../img/bg-droplead.jpg);
    transition: var(--tsition);
  }
  .sc-thankyou .sc-inner {
    position: relative;
    z-index: 1;
  }
  .sc-thankyou .sc-heading {
    text-align: center;
  }
  .sc-thankyou .sc-heading .title {
    margin: 0 0 16px;
    line-height: 1.5;
  }
  .sc-thankyou .sc-heading .desc {
    margin: 0;
    line-height: 1.5;
    color: var(--cr-light);
  }
  .sc-thankyou .sc-heading .line {
    max-width: 260px;
    height: 1px;
    background: #cccccc;
    margin: 32px auto;
  }
  .sc-thankyou .sc-content {
    text-align: center;
  }
  .sc-thankyou .sc-content .title {
    color: var(--cr-light);
    line-height: 1.5;
    margin: 0 0 32px;
  }
  .sc-thankyou .sc-content .desc {
    color: var(--cr-light);
    line-height: 1.5;
    margin: 0 0 32px;
    font-size: 13px;
  }
  .sc-thankyou .image {
    margin: 0 auto 32px auto;
    position: relative;
  }
  .sc-thankyou .image svg {
    width: 96px;
    margin: auto;
    display: block;
    color: var(--cr-light);
  }
  .sc-thankyou .note {
    text-align: center;
    padding: 12px 16px;
    background: var(--cr-light);
    border-radius: 8px;
    display: inline-flex;
  }
  .sc-thankyou .note p {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    font-family: "kurious-looped";
  }
  .sc-thankyou .note .txt {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    border-radius: 4px;
    padding: 2px 10px 0;
    background: var(--cr-red);
    color: var(--cr-light);
    line-height: 1.5;
  }
  .sc-thankyou .backhome {
    background: #ecf4f3;
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .sc-thankyou .backhome .desc {
    margin: 24px 0 0;
    text-align: center;
    color: var(--cr-gray);
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .sc-thankyou .image {
    margin: 0 auto 40px auto;
  }
  .sc-thankyou .sc-heading .title {
    margin: 0 0 24px;
  }
  .sc-thankyou .sc-heading .line {
    max-width: 320px;
    margin: 40px auto;
  }
  .sc-thankyou .sc-content .title {
    margin: 0 0 40px;
  }
  .sc-thankyou .sc-content .desc {
    margin: 0 0 40px;
  }
  .sc-thankyou .backhome {
    padding: 64px 0;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
  .sc-thankyou {
    padding-top: 130px;
  }
}

/*############################ sc-faqs ###################################*/
@media screen and (min-width: 200px) {
  .sc-faqs {
    background-color: #f4f9f9;
  }
  .sc-faqs .bg {
    background-repeat: no-repeat;
    background-position: left bottom;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sc-faqs .bg.-mb {
    background-image: url(../img/bg-faq-m2.png);
    background-size: 100%;
  }
  .sc-faqs .bg.-dt {
    background-image: url(../img/bg-faq.png);
    background-attachment: fixed;
    display: none;
  }
  .sc-faqs .container {
    position: relative;
  }
  .sc-faqs .sc-inner {
    position: relative;
    z-index: 1;
  }

  .sc-faqs.section .sc-heading {
    margin-bottom: 16px;
  }
  .sc-faqs .sc-heading .title {
    margin-bottom: 0;
    line-height: 1.5;
  }

  .sc-faqs .tab-control {
    margin-bottom: 24px;
  }
  .sc-faqs .tab .control {
    gap: 16px;
  }

  .sc-faqs .tab-control2 {
    display: none;
  }
  .sc-faqs .tab2 .control2 a span.ic-nvg {
    font-size: 28px;
    margin-right: 16px;
  }
  .sc-faqs .tab2 .control2 a:before {
    bottom: 8px;
  }
  .sc-faqs .tab2 .control2 a.active span.ic-nvg {
    color: var(--cr-green);
  }
  .sc-faqs .tab2 .control2 li + li {
    margin-top: 16px;
    padding-top: 16px;
  }
  .sc-faqs .tab-content2 {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
  }
  .sc-faqs .tab-content2 + .tab-content2 {
    margin-top: 1px;
  }
  .sc-faqs .tab-content2:last-child .accordion-group {
    padding-bottom: 0;
  }

  .sc-faqs .accordion-action {
    position: relative;
    margin: 0 -16px;
  }
  .sc-faqs .accordion-action .link {
    height: 64px;
    display: flex;
    align-items: center;
    background: var(--cr-light);
    padding: 16px;
    position: relative;
    text-decoration: none;
  }
  .sc-faqs .accordion-action .link > .txt {
    font-size: 16px;
    font-weight: 600;
    color: var(--cr-dark);
  }
  .sc-faqs .accordion-action .link > .ic-nvg {
    font-size: 32px;
    color: var(--cr-green);
    margin-right: 8px;
  }
  /*.sc-faqs .accordion-action .link:before {content: "";position: absolute;width: 12px;height: 12px; transform:rotate(135deg); transition: var(--tsition);
      top: 0px;right: 16px;bottom: 0;margin: auto;border-top: 2px solid var(--cr-green);border-right: 2px solid var(--cr-green);
  }
  .sc-faqs .accordion-action.active .link:before{transform:rotate(-45deg);}*/
  .sc-faqs .accordion-action .link:before,
  .sc-faqs .accordion-action .link:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: var(--cr-green);
    transition: var(--tsition);
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sc-faqs .accordion-action .link:before {
    position: absolute;
    transform: rotate(45deg);
    right: 23px;
  }
  .sc-faqs .accordion-action .link:after {
    position: absolute;
    transform: rotate(-45deg);
    right: 16px;
  }
  .sc-faqs .accordion-action.active .link:before {
    transform: rotate(-45deg);
  }
  .sc-faqs .accordion-action.active .link:after {
    transform: rotate(45deg);
  }

  .sc-faqs .accordion-group {
    padding: 16px 0 24px;
    list-style: none;
    margin: 0;
    display: none;
  }
  .sc-faqs .accordion-group.active {
    display: block;
  }
  .sc-faqs .accordion-group + .accordion-group {
    margin-top: 16px;
  }
  .sc-faqs .accordion-group .s-title {
    margin-bottom: 24px;
    text-align: center;
    line-height: 1.5;
  }
  .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-black);
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 600;
    font-family: "kurious-looped";
    border-radius: 8px 8px 0 0;
    background-color: transparent;
    transition: var(--transition);
  }
  .sc-faqs .accordion-title:after {
    font-family: "iconavigation";
    content: "\e906";
    font-size: 16px;
    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: "\e907";
  }
  .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 .content-wrapper {
    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 a.show-w767 {
    display: inline;
  }
  .sc-faqs .accordion-content a.hide-w767 {
    display: none;
  }
  .sc-faqs .accordion-content p {
    line-height: 1.5;
    font-family: "kurious-looped";
    color: var(--cr-gray);
  }
  .sc-faqs .accordion-content p strong {
    font-weight: 600;
  }
  .sc-faqs .accordion-content p .link {
    font-weight: 600;
    font-family: "kurious-looped";
  }
  .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.5;
    color: var(--cr-gray);
  }
  .sc-faqs .accordion-content ul > li + li {
    margin-top: 5px;
  }
  .sc-faqs .accordion-content ol {
    margin: 0 0 0.6em 1.8em;
    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.5;
    color: var(--cr-gray);
  }
  .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;
  }

  .sc-faqs .action {
    padding-top: 40px;
    text-align: center;
  }
  .sc-faqs .action .more {
    color: #009861;
  }
  .sc-faqs .action .link.more.down,
  .sc-faqs .action.active .link.more.up {
    display: inline-block;
  }
  .sc-faqs .action .link.more.up,
  .sc-faqs .action.active .link.more.down {
    display: none;
  }

  .sc-faqs .accordion-note {
    background: #fafafa;
    padding: 16px;
  }
  .sc-faqs .accordion-note p,
  .sc-faqs .accordion-note li {
    font-size: 13px;
    color: var(--cr-gray);
  }
  .sc-faqs .accordion-note strong {
    color: var(--cr-dark);
  }
}
@media screen and (min-width: 768px) {
  .sc-faqs .bg.-mb {
    display: none;
  }
  .sc-faqs .bg.-dt {
    display: block;
    background-size: 920px;
  }

  .sc-faqs .tab .control {
    gap: 48px;
  }

  .sc-faqs .tab-control2 {
    display: block;
  }
  .sc-faqs .tab-content2 {
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .sc-faqs .tab-content2.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
  }
  .sc-faqs .tab-content2 + .tab-content2 {
    margin-top: 0px;
  }
  .sc-faqs .tab2 .control2 li {
    display: block;
  }
  .sc-faqs .tab2 .control2 li + li {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dbdbdb;
  }

  .sc-faqs .accordion-action {
    display: none;
  }

  .sc-faqs .accordion-group {
    padding-top: 0;
    padding-bottom: 32px;
    display: block !important;
  }
  .sc-faqs .accordion-title {
    font-size: 18px;
  }
  .sc-faqs .accordion-content .link-tel {
    display: none;
  }
  .sc-faqs .accordion-content a {
    word-break: keep-all;
  }
  .sc-faqs .accordion-content a.show-w767 {
    display: none;
  }
  .sc-faqs .accordion-content a.hide-w767 {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .sc-faqs .bg.-dt {
    background-size: 1260px;
  }
}
@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .sc-faqs .bg.-dt {
    background-image: url(../img/bg-faq2.png);
  }
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .sc-faqs .bg.-dt {
    background-image: url(../img/bg-faq.png);
  }
}
@media screen and (min-width: 1200px) {
  .sc-faqs .bg.-dt {
    background-size: 1440px;
  }
  .sc-faqs .accordion-title {
    padding: 16px 50px 16px 24px;
  }
  .sc-faqs .accordion-content .content-wrapper,
  .sc-faqs .accordion-note {
    padding: 16px 24px;
  }
}

/*############################ sc-shortcut ###################################*/
@media screen and (min-width: 200px) {
  .sc-shortcut {
    background: var(--cr-light);
    overflow: hidden;
    position: relative;
  }
  .sc-shortcut .sc-inner {
    padding: 24px 0;
  }
  .sc-shortcut .item-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .sc-shortcut .item-list > li {
    width: 100%;
  }
  .sc-shortcut .item-list > li + li {
    border-top: 1px solid var(--cr-border);
  }
  .sc-shortcut .wrapper {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    position: relative;
    padding: 16px 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.5;
  }
  .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: 768px) {
  .sc-shortcut .sc-inner {
    padding: 64px 0;
  }
  .sc-shortcut .item-list {
    margin: -9px;
    display: flex;
    flex-wrap: wrap;
    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;
    border-top: 0;
  }
  .sc-shortcut .wrapper {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    min-height: 120px;
    background: var(--cr-light);
  }
  .sc-shortcut .wrapper:before {
    display: none;
  }
  .sc-shortcut .content {
    padding-left: 0;
    padding-top: 15px;
  }
  .sc-shortcut .icon img {
    height: 25px;
  }
  .sc-shortcut .txt {
    line-height: 1.5;
    min-height: 2.8em;
    color: var(--cr-dark);
    text-decoration: none;
  }
}
@media screen and (min-width: 992px) {
  .sc-shortcut .item-list > li {
    width: calc(100% / 5);
  }
}
@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);
  }
}

/*############################ for 280px ###################################*/
@media screen and (max-width: 280px) {
  .tab .control a {
    font-size: 13px;
  }

  .content-slide .content-slide-tab .back-mobile {
    width: 30px;
    height: 30px;
    font-size: 16px;
    left: 8px;
  }

  .sc-highlight .sc-heading .sub-text br {
    display: none;
  }
  .sc-highlight .item-list > li {
    width: 100%;
  }
  .sc-highlight .show-w767 {
    display: none;
  }
  .sc-highlight .show-w767 {
    display: none;
  }
  .sc-highlight .show-w375 {
    display: none;
  }
  .sc-highlight .wrapper .content .txt br,
  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }

  .sc-promotion .sc-heading .title br {
    display: none;
  }

  .promotion-list .wrapper {
    max-width: 248px;
  }
  .promotion-list .content .action .btn {
    padding: 0 24px;
  }

  .promotion-popup .promotion-header .title {
    font-size: 20px;
    padding: 16px;
    min-height: 65px;
  }
  .promotion-popup .modal-dismiss {
    width: 30px;
    height: 30px;
    line-height: 1.5;
    right: 8px;
  }

  .sc-calculate .sc-heading .desc br {
    display: none;
  }

  .droplead-form .form-row.-flex-mb {
    display: block;
  }
  .droplead-form .form-row.-flex-mb > .form-field.show {
    width: 100%;
  }
  .droplead-form .form-row.-flex-mb > .form-field.show + .form-field.show {
    margin-top: 36px;
  }

  .calculate-box-total .box {
    display: block;
  }
  .calculate-box-total .box + .box {
    margin-top: 8px;
  }

  .sc-interest .tab-control,
  .sc-interest .tab .control a {
    height: 48px;
  }
  .sc-interest .tab-inner .h-title br {
    display: none;
  }

  .sc-application .sc-heading .title br {
    display: none;
  }
  .sc-application .tab2 .control2 {
    justify-content: flex-start;
    gap: 20px;
  }

  .sc-how-to-apply .sc-heading .title br {
    display: none;
  }
  .sc-how-to-apply .box-info .h-title br {
    display: none;
  }
  .sc-how-to-apply .tab2.active .control2 a .txt {
    white-space: normal;
    text-align: left;
  }

  .sc-apply .sc-heading .title br {
    display: none;
  }
  .sc-apply .apply-list > div {
    width: 100%;
  }
  .sc-apply .apply-list > div:nth-child(even) {
    justify-content: flex-start;
  }
  .sc-apply .apply-list > div:nth-child(odd) {
    justify-content: flex-start;
  }
  .sc-apply .apply-list span br {
    display: none;
  }
  .sc-apply .apply-sub-text {
    font-size: 13px;
  }
  .sc-apply .apply-action {
    display: flex;
    flex-direction: column;
  }
  .sc-apply .apply-action .btn {
    margin-left: 0;
    margin-top: 16px;
  }
  .sc-apply .warning p br {
    display: none;
  }
}

/*############################ has-sticky ###################################*/
#navigation-page-sticky a.sticky-anchor {
  font-family: "kurious-looped";
}
#navigation-page-sticky a.sticky-anchor i {
  font-size: 24px;
  position: relative;
  top: 5px;
}
#navigation-page-sticky.stickyNav.hide-cta .stickyNav-panelWidgets {
  grid-template-columns: 40px auto;
}

body.has-sticky.mq-200 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-375 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-768 #navigation-page-sticky.stickyNav,
body.has-sticky.mq-992 #navigation-page-sticky.stickyNav {
  transform: translateY(0%);
  transition: transform 180ms ease-in-out;
}
body.has-sticky.mq-200.sticky-anim-hide #navigation-page-sticky.stickyNav,
body.has-sticky.mq-375.sticky-anim-hide #navigation-page-sticky.stickyNav,
body.has-sticky.mq-768.sticky-anim-hide #navigation-page-sticky.stickyNav,
body.has-sticky.mq-992.sticky-anim-hide #navigation-page-sticky.stickyNav {
  transform: translateY(100%);
}

.navigation-height {
  height: 74px;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  z-index: -99;
}

/*############################ hint-scroll ###################################*/
.hint-scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  color: var(--cr-dark);
  margin-bottom: 16px;
}
.hint-scroll .icon-swipe {
  font-size: 32px;
  color: var(--cr-green);
}
.hint-scroll .txt {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--cr-dark);
}
@media screen and (min-width: 991px) {
  .mfp-content .promotion-popup .promotion-content .hint-scroll {
    display: none;
  }
}

/*============================== margin ===============================*/
.icw .mb-8 {
  margin-bottom: 8px !important;
}
.icw .mb-16 {
  margin-bottom: 16px !important;
}
.mb-16-32 {
  margin-bottom: 16px !important;
}
.mt-32-40 {
  margin-top: 32px !important;
}
.a-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .mb-16-32 {
    margin-bottom: 32px !important;
  }
  .mt-32-40 {
    margin-top: 40px !important;
  }
}

/**/
.droplead-form input.form-control:disabled {
  color: #999;
  background-color: #ddd;
  border-color: #d7d7d7;
}
.table-box-calculate .table-row tr.fx-trcolr td {
  font-weight: 600;
  color: #47dc9a;
}

.apply-qr .qrcode canvas {
  width: 166px;
  border-radius: 8px;
}

.apply-qr .thumb .txt {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  margin-top: 4px;
}

.apply-qr .thumb .txt span {
  position: relative;
  top: -4px;
}

.apply-qr .thumb .txt i {
  font-size: 18px;
}

.promotion-popup .promotion-content .title.h3 {
  font-size: 26px;
}

#popup-qr {
  max-width: 596px;
  width: 100%;
  margin: auto;
  border-radius: 8px;
}

#popup-qr .promotion-content {
  border-radius: 8px;
}

.promotion-content .qrcode canvas {
  width: 100%;
  image-rendering: pixelated;
}

@media screen and (min-width: 768px) {
  .sc-how-to-apply .content-slide-tab .action-dropdown,
  .sc-how-to-apply .content-slide-tab .tab-dropdown {
    /* display: none; */
  }
  .sc-how-to-apply .tab2 .control2 {
    /* justify-content: center; */
  }
}

/* footer seo */
/* .footer-seo .sc-inner {
  padding: 40px 0;
} */
.footer-seo h2 {
  color: #333;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}

.footer-seo h3 {
  color: #666;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}

.footer-seo p,
.footer-seo li {
  color: #666;
  font-family: kurious-looped;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-seo p strong,
.footer-seo li strong {
  font-weight: 600;
}

.footer-seo p {
  margin-bottom: 8px;
}

.footer-seo ul,
.footer-seo ol {
  padding-left: 16px;
  margin-bottom: 8px;
}

.footer-seo ul > li {
  list-style: disc;
}

.footer-seo ol > li {
  list-style: decimal;
}

.footer-seo ol > li:has(h3)::marker {
  font-weight: 700;
}

.footer-seo .footer-link {
  color: #00a94f;
  text-decoration: underline;
  font-weight: 600;
}

.footer-seo .footer-link:hover {
  color: #00873f;
  text-decoration: underline;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.hidden-w1024 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hidden-w1024 {
    display: block;
  }

  .sc-shortcut .sc-inner {
    padding-top: 0px;
  }
}
/* end footer seo */

.mt-16 {
  margin-top: 16px !important;
}
#promotions-slide .thumb img {
  width: inherit;
}
#hightlight-banner .image img {
  width: 100%;
}

@media screen and (min-width: 1441px) {
  .section-highlight-banner .action {
    padding-bottom: 0;
    margin-bottom: 10%;
  }
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  padding: 16px;
}

.popup-content {
  position: relative;
  width: 100%;
  height: 80%;
  background: #fff;
  border-radius: 10px;
}

.wrapper-img {
  overflow: hidden;
  height: 100%;
}

.wrapper-img-inner {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.wrapper-img-inner img {
  display: block;
  max-width: initial;
  transition: transform 0.2s ease;
  cursor: grab;
  width: 100%;
}

.close-popup {
  position: absolute;
  top: 24px;
  right: 11px;
  cursor: pointer;
  font-weight: bold;
  width: 40px;
  height: 40px;
  background-color: #00a94f;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 38px;
}

.wrapper-zoom-btn {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  gap: 8px;
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.wrapper-zoom-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 3px 0;
  border-radius: 8px;
}

.wrapper-zoom-inner > div {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

#zoom-out-btn > img {
  width: 20px;
}

.zoom-line {
  width: 1px;
  height: 9px;
  background: #d9d9d9;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.sc-note {
  display: none;
}

.sc-note.active {
  display: block;
}

.sc-note p {
  background: #f8f8f8;
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
}

.sc-calculate.has-box-rl .sc-inner {
  padding-top: 40px;
}

@media screen and (min-width: 1024px) {
  .sc-note p {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .sc-calculate.has-box-rl .sc-inner {
    padding-top: 32px;
  }
}
.swiper-lazy {
  display: none;
  position: relative;
}
.step-slide .thumb:not(:has(.swiper-lazy-loaded)) {
  min-height: 182px;
}

.swiper-lazy ~ .g-loader {
  position: absolute;
  top: 30%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.swiper-lazy.swiper-lazy-loaded {
  display: block;
}

.swiper-lazy.swiper-lazy-loaded ~ .g-loader {
  display: none;
}

.g-loader {
  border: 5px solid #ccc;
  border-radius: 100%;
  border-top: 5px solid #00a950;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  .pro-des p {
    line-height: 1.5 !important;
  }
  .promotion-list .content h3 {
    height: auto;
    -webkit-line-clamp: unset;
    padding-left: 1px;
  }
}

@media screen and (max-width: 280px) {
  .promotion-list .wrapper {
    max-width: 248px !important;
  }
}

/* table in popup */
@media screen and (min-width: 200px) {
  .promotion-content #table-res01.table-responsive {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
  }
  .promotion-content .table-responsive {
      overflow-x: auto;
  }
  .promotion-popup .promotion-content .table-row {
      /* min-width: 750px; */
      width: 100%;
  }
}
.promotion-content .table-row tr td:first-child {
  text-align: left;
}
@media screen and (min-width: 200px) {
  .promotion-popup .sc-inner {
    padding: 40px 0 0;
  }
  .promotion-popup.section .sc-heading {
    margin-bottom: 16px;
  }
  .promotion-popup .sc-heading .title {
    margin: 0;
  }
  .promotion-popup .tab .control {
    gap: 24px;
  }
  .promotion-popup .tab-inner {
    padding: 32px 0 0;
  }
  .promotion-popup .tab-inner .h-title {
    color: var(--cr-black);
    margin: 0 0 16px;
    text-align: center;
    font-size: 18px;
  }
  .promotion-popup .tab-inner p.desc {
    margin-bottom: 8px;
    color: var(--cr-dark);
  }
  .promotion-popup .tab-inner p.desc + .table-row {
    margin-top: 16px;
  }
  .promotion-content .table-row {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
  }
  .promotion-content .table-row th + th {
    border-left: 1px solid #e6e6e6;
  }
  .promotion-content .table-row .bl-left {
    border-left: 1px solid #e6e6e6;
  }
  .promotion-content .table-row .bl-left0 {
    border-left: 0;
  }
  .promotion-content .table-row .bl-right {
    border-right: 1px solid #e6e6e6;
  }
  .promotion-content .table-row th,
  .promotion-content .table-row td {
    padding: 16px;
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid #e6e6e6;
  }
  .promotion-content .table-row td {
    background-color: var(--cr-light);
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
  }
  .promotion-popup .text-black td {
    color: var(--cr-black);
  }
  .promotion-content .table-row td + td {
    border-left: 1px solid #e6e6e6;
  }
  .promotion-content .table-row tr + tr {
    border-top: 1px solid #e6e6e6;
  }
  .promotion-content .table-row tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .promotion-content .table-row tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .promotion-content .table-row tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  .promotion-content .table-row tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .promotion-content .table-row tr:last-child td {
    border-bottom: 0;
  }
  .promotion-content .table-row .bg,
  .promotion-content .table-row.tb-stickyHead td:nth-child(1) {
    background-color: var(--cr-green);
    color: var(--cr-light);
    font-weight: 600;
    font-size: 13px;
  }
  .promotion-content .table-row tbody .bg {
    font-size: 13px;
  }
  .promotion-popup .note {
    margin: 40px -16px 0;
    background: #fafafa;
    padding: 16px;
  }
  .promotion-popup .note p {
    line-height: 1.5;
    font-family: kurious-looped;
    font-weight: 500;
    color: var(--cr-dark);
    font-size: 13px;
  }
  .promotion-popup .note p strong {
    font-weight: 600;
    color: var(--cr-black);
  }
  .promotion-popup .note ul {
    padding: 0 0 0 1.6em;
    margin: 0;
  }
  .promotion-popup .note ul > li {
    font-family: kurious-looped;
    font-weight: 500;
    color: var(--cr-gray);
    line-height: 1.5;
    font-size: 13px;
  }
  .promotion-popup .action {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .promotion-popup .action .link {
    padding-left: 0px;
    display: inline;
    text-decoration: none;
  }
  .promotion-popup .action .link .icon {
    color: var(--cr-green);
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
  }
  .promotion-popup .action .link .txt {
    text-decoration: underline;
  }

  .promotion-content .table-row.-typeI th:last-child {
    min-width: 128px;
  }
  .promotion-content .table-row.-typeI td {
    padding: 8px 16px;
  }

  .promotion-content .table-row.-typeII th:first-child {
    min-width: 103px;
  }
  .promotion-content .table-row.-typeII th:last-child {
    min-width: 78px;
  }
  /* .promotion-popup .table-row.-typeII tr:first-child td{padding: 16px;} */
  .promotion-content .table-row.-typeII td {
    padding: 8px 16px;
  }
  /* .promotion-popup .table-row.-typeII .bg{font-size: 13px; padding: 8px 10px;} */

  .promotion-content .table-row.tb-stickyHead tbody tr:first-child td {
    font-weight: 500;
    white-space: nowrap;
  }

  .promotion-content .table-responsive {
    overflow-x: auto;
  }
  .promotion-popup #table-res01.table-responsive {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .promotion-popup #interest-detail-2 .table-responsive {
    border-radius: 8px;
  }
  .promotion-popup #interest-detail-2 .table-responsive th {
    text-align: left;
  }
  .promotion-popup #interest-detail-2 .table-responsive th span {
    left: calc(50% - 130px);
    position: sticky;
  }

  .promotion-content .table-responsive::-webkit-scrollbar {
    display: none;
  }
  .promotion-content .responsive-scroll {
    background-color: rgb(0, 0, 0, 0.15);
    margin-top: 16px;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 8px;
  }
  .promotion-content .responsive-scroll .scroll {
    background-color: #00a94f;
    position: absolute;
    border-radius: 8px;
    display: block;
    height: 3px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .promotion-popup .sc-inner {
    padding: 64px 0;
  }
  .promotion-popup .tab .control {
    gap: 48px;
  }
  .promotion-content .table-row td {
    font-size: 16px;
    padding: 16px;
  }
  .promotion-content .table-row.tb-stickyHead td:nth-child(1) {
    font-size: 16px;
  }
  .promotion-content .table-row .bg {
    font-size: 16px;
  }
  .promotion-content .table-row tbody .bg {
    font-size: 16px;
  }
  .promotion-popup .note {
    margin: 16px 0 0;
    border-radius: 8px;
  }
  .promotion-popup .action {
    padding-bottom: 0;
  }

  .promotion-popup .tab-inner .h-title {
    font-size: 16px;
  }

  .promotion-content .table-row.-typeI th:last-child {
    min-width: inherit;
  }
  .promotion-content .table-row.-typeI td:last-child {
    font-size: 16px;
  }
  .promotion-content .table-row.-typeI td {
    padding: 16px 24px;
  }

  .promotion-content .table-row.-typeII th:first-child {
    min-width: inherit;
  }
  .promotion-content .table-row.-typeII th:last-child {
    min-width: inherit;
  }
  .promotion-content .table-row.-typeII .bg,
  .promotion-content .table-row.tb-stickyHead tbody tr:first-child td {
    font-size: 18px;
    padding: 16px;
  }
  .promotion-content .table-row.-typeII td {
    padding: 8px;
  }
  .promotion-content .table-row.-typeII .bg {
    padding: 24px;
  }

  .promotion-content .table-row td {
    padding: 16px 24px;
  }
  .promotion-content .table-row th,
  .promotion-content .table-row.tb-stickyHead tbody tr:first-child td {
    padding: 24px;
  }

  /* .promotion-popup #interest-detail-1 .table-row {min-width: 950px; width: 100%;} */
}
@media screen and (min-width: 992px) {
  .promotion-content #interest-detail-1 .table-row {
    min-width: unset;
    width: 100%;
  }
  .promotion-content .responsive-scroll {
    display: none;
  }
}
.promotion-popup .promotion-content ol {
  padding-left: 20px;
}


/* ###### update ndid ###### */
.kplus-info #stickyNavAnchor {
  display: none !important;
}

.note-ndid {
  padding: 12px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 32px auto 0;
  border-radius: 8px;
  border: 1px solid #ff94475e;
  gap: 16px;
  background: #fafafa;
}

.note-ndid.in-tab {
  padding: 8px 16px;
  margin: 16px auto 24px;
  gap: 8px;
  background: #f0fdf8;
  border: 1px solid #c2eadf;
}

.icw .note-ndid.in-tab .text-red {
  color: #ec672a !important;
}

.note-ndid.in-tab .icon-ndid {
  max-width: 30px;
  width: 100%;
}

.note-ndid .icon-ndid {
  max-width: 48px;
  width: 100%;
}

.note-ndid .text-ndid {
  margin-bottom: 0;
  font-size: 16px;
  text-align: left;
}

.note-ndid.in-tab .text-ndid {
  font-size: 13px;
}

.note-ndid .text-ndid .desc {
  color: #00a94f;
  text-decoration: underline;
  font-weight: 600;
}

.note-ndid .text-ndid .desc:hover {
  color: #008e42;
}

.icw .note-ndid .text-red {
  color: #ec4546 !important;
}

.note-ndid .text-ndid .desc.show-w767 {
  display: none;
}

.note-ndid .text-ndid .desc.hide-w767 {
  display: inline;
}

.t-underline {
  text-decoration: underline !important;
}

.box-widgets-button-ndid .btn-badge {
  display: inline-flex;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  /* background-color: #20C65A; */
  color: #FFF;
  justify-content: center;
  align-items: center;
}

.box-widgets-button-ndid .btn-badge>i::before {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 18px;
  width: 18px;
  height: 18px;
}

.box-widgets-button-ndid .btn-badge>img {
  width: auto;
  height: 100%;
}

.box-widgets-button-ndid:hover .btn-badge,
.box-widgets-button-ndid .text-ndid .close {
  cursor: pointer;
}

/* .box-widgets-button-ndid.active:hover .btn-badge {
  cursor: auto;
} */

.box-widgets-button-ndid .text-ndid {
  /* content: attr(data-tooltip); */
  position: absolute;
  right: calc(100% + 14px);
  /* white-space: nowrap; */
  height: auto;
  bottom: 0px;
  line-height: 1.5;
  display: block;
  align-items: center;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  padding: 12px 32px 12px 16px;
  border-radius: 8px;
  width: calc(100dvw - 85px);
  margin-bottom: 0 !important;
}

.box-widgets-button-ndid .text-ndid::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 100%;
  bottom: 12px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #FFF;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.box-widgets-button-ndid .text-ndid .close::before {
  content: "\e902";
  font-family: 'iconavigation' !important;
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 8px;
  color: #00a94f;
  right: 4px;
  top: 4px;
  background-color: #eaeaea;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-widgets-button-ndid .text-ndid,
.box-widgets-button-ndid .text-ndid::after,
.box-widgets-button-ndid .hasTooltip .box-widgets-tooltip {
  transition-duration: 360ms;
  transition-property: opacity, visibility;
  visibility: hidden;
  opacity: 0;
}

.box-widgets-button-ndid .text-ndid.active,
.box-widgets-button-ndid .text-ndid.active::after {
  visibility: visible;
  opacity: 1;
}

.box-widgets-button-ndid {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 100px;
  right: 16px;
  z-index: 10000;
  /* display: none; */
  opacity: 0;
  pointer-events: none;
  transition: .3s ease-in-out;
  animation: bounce 2s ease-in-out;
}

.box-widgets-button-ndid.active {
  /* display: block; */
  opacity: 1;
  pointer-events: visible;
  animation: bounce 2s ease-in-out;
}

/* .box-widgets-button-ndid .text-ndid {
  transition: transform 300ms;
  transform: translateX(100%);
}

.box-widgets-button-ndid .text-ndid.active {
  transform: translateX(0);
  pointer-events: visible;
  outline: none !important;
  -webkit-backface-visibility: hidden;
} */

.box-widgets-button-ndid .text-ndid {
  /* width: 1px; */
  opacity: 0;
  transition: all .75s ease;
}

.box-widgets-button-ndid .text-ndid.active {
  opacity: 1;
  /* width: calc(100dvw - 85px); */
}

/* .box-widgets-button-ndid {
  position: relative;
} */

/* .box-widgets-button-ndid .text-ndid {
  width: 1px;
  opacity: 0;
  transition: all 0.75s ease;
  overflow: hidden;
  position: relative;
}

.box-widgets-button-ndid .text-ndid.active {
  width: calc(100dvw - 85px);
  opacity: 1;
}

.box-widgets-button-ndid .text-content {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
} */

@keyframes bounce {
  /* 70% { transform:translateY(0%); }
  80% { transform:translateY(-15%); }
  90% { transform:translateY(0%); }
  95% { transform:translateY(-7%); }
  97% { transform:translateY(0%); }
  99% { transform:translateY(-3%); }
  100% { transform:translateY(0); } */

  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-20px);}
  60% {transform: translateY(-15px);}

}


.note-ndid .text-ndid {
  max-width: 222px;
}

@media screen and (min-width: 300px) {
  .box-widgets-button-ndid {
    bottom: 81px;
  }
}

@media screen and (min-width: 400px) {
  .note-ndid .text-ndid {
    max-width: 314px;
  }
}

@media screen and (min-width: 768px) {
  .box-widgets-button-ndid {
    bottom: 64px;
  }

  .note-ndid .text-ndid {
    max-width: 609px;
  }
  
  .box-widgets-button-ndid {
    display: none;
  }
}

@media screen and (min-width: 820px) {
  
  .box-widgets-button-ndid .text-ndid {
    height: 48px;
    line-height: 48px;
    bottom: auto;
    top: 0;
    width: auto;
    padding: 0px 32px 0 12px;
    white-space: nowrap;
  }
}


@media screen and (min-width: 1024px) {
  .note-ndid .text-ndid {
    max-width: 728px;
  }
}

@media screen and (min-width: 1025px) {
  .note-ndid .text-ndid {
    max-width: unset;
  }
  .box-widgets-button-ndid {
    width: 100%;
    height: 48px;
    /* bottom: 96px; */
    bottom: 53px;
    right: 0;
  }

  .box-widgets-button-ndid .text-ndid {
    white-space: nowrap;
    height: 48px;
    line-height: 48px;
    bottom: auto;
    top: 0;
    width: auto;
    padding: 0px 32px 0 12px;
    font-size: 16px;
    right: 0;
    left: 0;
    margin: auto;
    box-shadow: 0px 0px 8px 1px #00a94f;
    width: fit-content;
  }
  
  .box-widgets-button-ndid .btn-badge,
  .box-widgets-button-ndid .text-ndid .close {
    display: none;
  }

  .box-widgets-button-ndid .text-ndid.active::after {
    opacity: 0;
  }

  .box-widgets-button-ndid .btn-badge {
    width: 48px;
    height: 48px;
  }
  .box-widgets-button-ndid .text-ndid::after {
    top: 24px;
    bottom: unset;
  }
}


.kplus-info .box-widgets-button-ndid {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .kplus-info .promotion-list.swiper-initialized .swiper-wrapper {
    justify-content: center;
  }
  .kplus-info .promotion-list.swiper-initialized .swiper-slide,
  .kplus-info .promotion-list.swiper-initialized .swiper-slide .wrapper,
  .kplus-info .promotion-list.swiper-initialized .swiper-slide .thumb {
    max-width: 350px;
  }

  .note-ndid {
    width: 100%;
  }
}

.title26 {
  font-size: 26px !important;
}

@media screen and (max-width: 767px) {
  .kplus-info .promotion-list.swiper-initialized .swiper-wrapper {
    justify-content: start;
  }
  .kplus-info .promotion-list.swiper-initialized .swiper-slide,
  .kplus-info .promotion-list.swiper-initialized .swiper-slide .wrapper,
  .kplus-info .promotion-list.swiper-initialized .swiper-slide .thumb {
    max-width: 300px;
    width: 100%;
    /* margin-right: 0 !important; */
  }

  .note-ndid {
    padding: 16px 8px;
    gap: 8px;
  }

  .note-ndid .icon-ndid,
  .note-ndid.in-tab .icon-ndid {
    max-width: 42px;
    width: 100%;
  }

  .note-ndid .text-ndid {
    font-size: 13px;
  }

  .note-ndid .text-ndid .desc.show-w767 {
    display: inline;
  }
  
  .note-ndid .text-ndid .desc.hide-w767 {
    display: none;
  }

  .note-ndid.in-tab {
    padding: 8px 16px;
    margin: 24px auto 32px;
    gap: 16px;
  }

  .f-16-mb {
    font-size: 16px !important;
  }

  .title26 {
    font-size: 20px !important;
  }
  
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.text-red2 {
  color: rgb(250, 128, 128);
}

.g-load-div {
  display: none !important;
}

/* ###### end update ndid ###### */