<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @media screen and (min-width: 768px) {
  .kbiz-home{
    margin-top: -180px;
  }
} */


.kbiz-home h1,
.kbiz-home h2,
.kbiz-home h3,
.kbiz-home h4,
.kbiz-home h5,
.kbiz-home h6 {
  font-family: "kurious-looped", sans-serif;
}

.kbiz-home th,
.kbiz-home td {
  font-family: "kurious-looped", sans-serif;
}

.kbiz-home p {
  font-family: "kurious-looped";
  font-size: 16px;
  /* margin-bottom: 0; */
}

/* .kbiz-home a {
  color: #4fd794;
  font-family: "kurious-looped", sans-serif;
} */

.kbiz-home button {
  font-family: "kurious-looped", sans-serif;
}

.text-heading {
  font-family: "kurious-looped", sans-serif !important;
}

.kbiz-btn-signup-mobile {
  background: #4fd794 !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 8px;
  font-size: 14px;
  padding: 12.5px 0px;
  width: 90%;
}
/* html{
  scroll-padding-top: 150px;
} */

/* ----------- SECION BANNER ----------- */

.kbiz-banner {
  position: relative;
  background-color: #111;
}

/* .kbiz-banner .kbiz-banner-background img {
  position: relative;
  width: 100%;
  height: 100%;
} */

.kbiz-banner .kbiz-banner-background img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  /* height: 100%; */
  /* object-fit: fill; */
  /* object-position: top; */
  bottom: -30px;
}

.kbiz-banner .kbiz-banner-content {
  margin-top: 45px;
  padding-top: 90px;
  position: relative;
  z-index: 10;
  height: 600px;
}

.kbiz-banner .kbiz-banner-content .title {
  font-size: 35px;
  font-weight: 600;
  margin-top: 16px;
  /* margin-bottom: 20px; */
}

.kbiz-banner .kbiz-banner-content .subtitle {
  font-size: 14px;
}

#sticky-signup {
  position: fixed;
  z-index: 200;
  bottom: 0;
  background: #fff;
  width: 100%;
}
#sticky-signup &gt; div {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .kbiz-bottom {
    padding-bottom: 90px !important;
  }
}


@media (max-width: 768px) {
  .kbiz-banner .kbiz-banner-background img {
    object-position: bottom center;
  }
}
@media (min-width: 768px) {
  .kbiz-banner .kbiz-banner-content .title{
    font-size:28px;
  }
}

@media (min-width: 992px) {
  .kbiz-banner .kbiz-banner-content {
    /* padding-top: 182px; */
    /* margin-top: 120px; */
    position: relative;
    z-index: 10;
    height: 740px;
    padding-bottom: 50px;
  }
  .kbiz-banner .kbiz-banner-content .title{
    font-size:42px;
  }
   .kbiz-banner .kbiz-banner-background img {
    bottom: 0px;
  }
  

}

@media (min-width: 1200px) {
  .kbiz-banner .kbiz-banner-content .title {
    font-size: 42px;
    line-height: 63px;
    font-weight: 600;
  }
  .kbiz-banner .kbiz-banner-content .subtitle {
    font-size: 18px;
  }

  .kbiz-banner .kbiz-banner-background img {
    bottom: -50px;
}
}
/* ----------- SECION FEATURE ----------- */

.kbiz-section-heading {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1.3rem;
}

.kbiz-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0 0;
}

.kbiz-feature-card img {
  height: 60px;
  margin-bottom: 16px;
}

.kbiz-feature-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.kbiz-feature-subtitle {
  color: #666;
  font-weight: normal;
  margin-bottom: 16px;
  text-align: center;
}

.kbiz-featurebg-card {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  /* margin-bottom: 13px; */
}

@media screen and (min-width: 768px) {
  .kbiz-featurebg-card {
    min-height: 420px;
  }
}

.icw .kbiz-featurebg-background {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 8px;

}
.icw .kbiz-featurebg-category {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 48px;
  margin-bottom: 4px;
}

.icw .kbiz-featurebg-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.icw .kbiz-featurebg-title {
  color: #fff;
  font-size: 33px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 4px;
}
.icw .kbiz-featurebg-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 24px;
  /* margin-bottom: 0; */
}
.kbiz-featurebg-tag {
  background: #fff;
  color: #33ba72;
  padding: 8px 16px;
  border: 1px solid #33ba72;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 600;
  width: fit-content;
}

@media (min-width: 767px) {
  .kbiz-feature-card img {
    margin-bottom: 40px;
  }
  .kbiz-feature-card {
    padding: 40px 0;
  }
  .kbiz-section-heading {
    font-size: 35px;
  }
  .kbiz-featurebg-title {
    font-size: 33px;
    font-weight: 700;
  }
  /* .kbiz-featurebg-card {
    height: 400px;
  } */
  .kbiz-featurebg-content {
  }
}

/* ----------- SECION VIDEO ----------- */

.kbiz-video {
  background-color: #121517;
  padding: 73px 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 404px;
}

.kbiz-video iframe {
  max-width: 720px;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .kbiz-video {
    height: 550px;
  }
  .kbiz-video iframe {
    height: 100%;
  }
}

/* ----------- SECION TAB ----------- */

.section-tabcontent#other-function {
  background: #fafafd;
}

/* @media (min-width:768px){
  .section-tabcontent .tab-pane &gt; div{
    min-height:360px;
  }
} */

.kbiz-navtabs {
  width: 100%;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.kbiz-navtabs::-webkit-scrollbar {
  /* Hide scrollbar for Chrome, Safari and Opera */
  display: none;
}

.ktb-nav-tab-style {
  padding: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid var(--light-gray-06);
  border-radius: 12px;
  padding: 10px 10px;
  position: relative;
  overflow: hidden;
}
.kbiz-nav-tab-switch-swiper .swiper-wrapper {
  position: relative;
  flex-wrap: nowrap;
}
/* .kbiz-nav-tab-style ul li a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 1;
  transition: color 0.25s, background 0.25s;
  text-align: center;
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
} */

.kbiz-nav-tab-switch-swiper .swiper-wrapper .swiper-slide {
  width: auto;
  z-index: 1;
  position: static;
  transform: none;
}

.kbiz-navtabs .nav-tabs {
  flex-wrap: nowrap !important;
  display: flex;
  width: fit-content;
  border-bottom: 0;
}
.kbiz-navtabs .nav-tabs .nav-item {
  position: relative;
  width: fit-content;
  white-space: nowrap;
}

.kbiz-navtabs .nav-tabs .nav-item:not(:last-child) {
  margin-right: 25px;
}

.kbiz-navtabs .nav-tabs .nav-link {
  color: #000;
  font-weight: bold;
  border: 0;
  padding: 8px 0 8px;
}

.kbiz-home .kbiz-navtabs .nav-tabs .tab-pane h4 {
  font-family: "kurious-looped", sans-serif;
}
.kbiz-navtabs .nav-tabs .nav-link::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  background-color: #4fd794;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.25s opacity ease-out, 0.25s width ease-out;
}
.kbiz-navtabs .nav-tabs .nav-link:hover {
  border: 0;
}
.kbiz-navtabs .nav-tabs .nav-link.active {
  color: #4fd794;
  border: none;
  position: relative;
  background: transparent;
}
.kbiz-navtabs .nav-tabs .nav-link.active::after {
  opacity: 1;
  width: 100%;
}

.kbiz-tabpanel-content {
  min-height: 190px;
}

/* ----------- SECION TABLE ----------- */
.kbiz-hometable {
  width: 100%; /* 
  box-shadow: -2px 7px 23px -7px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: -2px 7px 23px -7px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: -2px 7px 23px -7px rgba(0, 0, 0, 0.22); */
}

.kbiz-hometable thead th {
  padding: 16px 8px;
  text-align: center;
  background-color: #00a94f;
  color: #fff;
}

.kbiz-hometable thead th:first-child {
  border-top-left-radius: 8px;
}

.kbiz-hometable thead th:last-child {
  border-top-right-radius: 8px;
}

.kbiz-hometable thead th:first-of-type {
  border-right: solid 1px #e8e8e8;
}
.kbiz-hometable tbody th {
  width: 50%;
  background-color: #fff;
  padding: 8px 8px;
}
.kbiz-hometable tbody td {
  width: 50%;
  padding: 12px 8px;
  text-align: center;
  background-color: #fff;
  color:#666;
}
.kbiz-hometable tbody td.text-green-3{
  color:#00a94f;
}
.kbiz-hometable tbody th.list1 {
  padding-left: 14px;
  color:#666;
}
.kbiz-hometable tbody th.list2 {
  padding-left: 16px;
  color: #999;
  border-bottom:0;
}
.kbiz-hometable tbody td.remark {
  color: #fff;
  text-align: start;
  background: transparent;
  padding: 18px 24px;
  border: 0;
}

/* .kbiz-hometable tbody tr:first-child th,
.kbiz-hometable tbody tr:first-child td {
  padding-top: 25px;
} */

/* .kbiz-hometable tbody tr:nth-last-child(2) th,
.kbiz-hometable tbody tr:nth-last-child(2) td {
  padding-bottom: 20px;
} */

.kbiz-hometable tbody tr &gt; * {
  border-color: #e8e8e8 !important;
}
.kbiz-hometable tbody tr&gt; *:first-child {
  border-right: 1px solid #e8e8e8;
}

.kbiz-hometable tbody tr:last-child &gt; *:first-child {
  border-bottom-left-radius: 8px;
  /* border-right: 1px solid #e8e8e8; */
}

.kbiz-hometable tbody tr:last-child &gt; *:last-child {
  border-bottom-right-radius: 8px;

  /* border-left: 1px solid #e8e8e8; */
}
.kbiz-hometable .bg-tablelink {
  background-color: #f4f3f9;
}

.kbiz-hometable tbody tr &gt; td:has(".remark") {
  border: 0;
}
/* .kbiz-hometable .bg-tablelink a{
  text-decoration: underline;
} */

@media (min-width: 1200px) {
  .kbiz-hometable thead th {
    font-size: 18px;
  }
  .kbiz-hometable tbody th.list2 {
    padding-left: 28px;
    color: #999;
    border-bottom:0;
  }
  .kbiz-hometable tbody tr &gt; *:first-child {
    padding-left: 50px;
  }

  /* .kbiz-hometable tbody tr:first-child th,
  .kbiz-hometable tbody tr:first-child td {
    padding-top: 45px;
  } */

  /* .kbiz-hometable tbody tr:nth-last-child(2) th,
  .kbiz-hometable tbody tr:nth-last-child(2) td {
    padding-bottom: 50px;
  } */
}
.kbiz-hometable tbody tr:last-child td {
  border-radius: 0 0 8px 8px;
}

.kbiz-card.card {
  max-width: 365px;
  border: none;
  margin: 0 auto;
  border-radius: 0;
}
.kbiz-card.card .card-img-top {
  border-radius: 0;
}
.kbiz-card.card .card-body {
  border: none;
  background-color: #f8f8f8;
}
.kbiz-card.card .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #111111;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .kbiz-card.card .card-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .kbiz-card.card .card-title {
    font-size: 16px;
  }
  .kbiz-section-heading {
    margin-bottom: 16px;
  }
}

/* .swiper-pagination{
  display: flex;
  gap: 0.5rem;
  position: absolute;
  justify-content: center;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  border-radius: 50%;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  display: block;
  background: #f4f3f9;
  border-radius: 50px;
}
*/
.swiper-pagination-bullet-active {
  background: #4dcd8a;
}

.kbiz-promotion-swiper {
  overflow: visible;
}

@media (min-width: 768px) {
  .kbiz-promotion-swiper {
    overflow: hidden;
  }
}

/*############################ sc-highlight ###################################*/
.sc-highlight {
  background: var(--cr-light);
}
.sc-highlight .sc-inner {
  padding: 64px 0px;
}

.sc-highlight .sc-heading {
  text-align: center;
  margin-bottom: 24px;
}
.sc-highlight .sc-heading .title {
  margin-bottom: 0px;
  line-height: 1.5em;
}
.sc-highlight .item-list {
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
.sc-highlight .item-list &gt; li {
  width: calc(100% / 2);
  padding: 56px 8px 8px 8px;
  list-style: none;
}

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

.sc-highlight .wrapper {
  position: relative;
  display: block;
  border-radius: var(--radius);
}
.sc-highlight .wrapper.bgI {
  background: #008661;
}
.sc-highlight .wrapper.bgII {
  background: #0a6a60;
}
.sc-highlight .wrapper.bgIII {
  background: #3b8880;
}
.sc-highlight .wrapper.bgIV {
  background: #339e81;
}

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

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

.sc-highlight .wrapper.bgIII .content,
.sc-highlight .wrapper.bgIV .content {
  height: 284px;
}

.sc-highlight .wrapper.thumb-full .content {
  padding: 16px 16px 16px 16px;
  height: 172px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sc-highlight .wrapper .content .txt {
  color: var(--cr-light);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-bottom: 8px;
}
.sc-highlight .wrapper .content .txt .show-w767 {
  display: inline;
}
.sc-highlight .wrapper .content .desc {
  color: var(--cr-light);
  text-decoration: underline;
  font-weight: 600;
  font-family: kurious-looped;
}
.sc-highlight .note {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .sc-highlight .item-list {
    margin: -12px;
  }
  .sc-highlight .item-list &gt; li {
    padding: 12px;
  }
  .sc-highlight .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

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

  .sc-highlight .wrapper.bgIII .content,
  .sc-highlight .wrapper.bgIV .content,
  .sc-highlight .wrapper.bgV .content {
    height: 174px;
  }
  .sc-highlight .wrapper .content .txt .show-w767 {
    display: none;
  }
}

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

.section-feature {
  position: relative;
  background: linear-gradient(105.2deg, #01a28b 23.38%, #10c158 100%);
  z-index: -2;
}

/*============================== sc-support ===============================*/

.sc-support {
  background-image: url(../img/2024/shortcut-bg-mb.jpg?v1);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.sc-support .container {
  padding: 64px 0px;
}

.sc-support .container .content-top {
  margin: 0 auto 40px;
  text-align: center;
  color: #ffffff;
}

.sc-support .container .contact-list {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-bottom: 0px;
  padding: 24px 16px 0px;
  background: #ffffff;
}

.sc-support .container .contact-list .contact {
  background: #ffffff;
  max-width: none;
  border-radius: none;
  padding: 16px 0px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.sc-support .container .contact-list .contact i {
  font-size: 24px;
}

.sc-support .container .contact-list .contact .contact-data {
  line-height: 24px;
}
.sc-support .container .contact-list .contact .contact-data p {
  margin-top: 8px;
  line-height: 24px;
}

.sc-support .container .contact p {
  text-underline-offset: 1px;
  text-decoration: underline;
  text-decoration-color: #00a94f;
}

@media screen and (min-width: 768px) {
  .sc-support {
    background-image: url(../img/2024/shortcut-bg-pc.jpg?v1);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  }
  .sc-support .container .content-top p {
    margin-top: 8px;
  }

  .sc-support .container .contact-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    padding: 0px;
    background: transparent;
  }
  .sc-support .container .contact-list .contact {
    max-width: 215px;
    width: 100%;
    height: 144px;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }

  .sc-support .container .contact-list .contact i {
    font-size: 32px;
  }

  .sc-support .container .contact-list .contact .contact-data {
    margin-top: 8px;
  }

  .sc-support .container .contact-list .contact .contact-data p {
    margin-top: 8px;
  }
}
/*############################ section-channel /*############################*/
.section-channel {
  background: url(../img/2024/register-bg-pc.jpg) no-repeat center center;
  background-size: cover;
}

.section-channel  .kbxa-overlaycard-content.no-desc {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*############################ section-table /*############################*/

.section-table {
  background: url(../img/2024/table-bg-mb.png?v1) no-repeat;
  background-size: cover;
}
.note{
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .section-table {
    background: url(../img/2024/table-bg-pc.png?v1) no-repeat;
    background-size: cover;
  }
  .note{
    font-size: 16px;
  }
}

/*############################ promotion /*############################*/
@media screen and (min-width: 200px) {
  .sc-promotion {
    background: #fff;
    overflow: hidden;
  }
  .sc-promotion .sc-inner {
    padding: 40px 0 48px;
  }
  .sc-promotion .sc-heading .title {
    line-height: 1.5em;
    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 &gt; .swiper-wrapper {
    justify-content: inherit;
  }
  .promotion-list .swiper-pagination {
    padding-top: 16px;
  }
  .promotion-list .swiper-slide {
    width: auto;
  }
  .promotion-list .wrapper {
    max-width: 300px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .promotion-list .thumb {
    max-width: 300px;
    width: 100%;
    position: relative;
    border-radius: 8px 8px 0 0;
    z-index: 20;
    overflow: hidden;
  }
  .promotion-list .content {
    width: 100%;
    height: auto;
    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);
  }
  .promotion-list .content h3 {
    color: var(--cr-black);
    font-family: "kurious-looped";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    height: 2.9em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -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.5em;
    min-height: 1.5em;
  }
  .promotion-list .content .c-g {
    font-size: 16px;
    font-family: "kurious-looped";
    font-weight: 500;
    color: #666;
    margin: 0;
    height: 5.4em;
    overflow: hidden;
    display: -webkit-box;
    line-height: 1.4em;
    -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 &gt; img {
    width: 100%;
    transition: var(--tsition);
  }
  .promotion-thumb .swiper-slide .thumb &gt; 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 &gt; 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 &gt; .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: 40px;
    border-radius: 50%;
    background: #00a850;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9;
    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 .thumb {
    width: auto;
    max-width: none;
    margin-top: 69px;
  }
  .promotion-popup .promotion-header .thumb &gt; 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.5em;
    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.5em;
    display: block;
    margin-bottom: 24px;
  }
  .promotion-popup .promotion-header .desc {
    color: var(--cr-dark);
    line-height: 1.5em;
    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.5em;
    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: 2em;
    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.5em;
    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.5em;
  }
  .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 &gt; li {
    color: var(--cr-gray);
    font-size: 16px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 2em;
  }
  .promotion-popup .promotion-content .desc {
    color: var(--cr-gray);
    line-height: 2em;
    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 .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: static;
    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.5em;
  }

  .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: 8px 16px 16px;
  }
  .promotion-popup .promotion-end .note {
    color: var(--cr-gray);
    line-height: 2em;
    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 &gt; li {
    color: var(--cr-gray);
    font-size: 13px;
    font-family: kurious-looped;
    font-weight: 500;
    line-height: 1.5em;
  }
  .promotion-popup .promotion-end .sub-list &gt; li strong {
    font-weight: 600;
  }
  /*.promotion-popup .promotion-end .sub-list &gt; li .link{color: var(--cr-green);}*/
}
@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 &gt; .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;
  }

  .promotion-popup .promotion-end {
    border-radius: 0px 0px 8px 8px;
    background: #fafafa;
    padding: 16px 48px;
  }
  .promotion-popup .promotion-end .note {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .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 {
    height: 4.2em;
    -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;
  }

  .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 &gt; 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: 1200px) {
  .promotion-list .wrapper {
    max-width: 1140px;
  }
  .promotion-list .thumb {
    max-width: 700px;
  }
  .promotion-list .content {
    padding: 48px 56px 56px;
    height: 420px;
  }

  .promotion-thumb .swiper-slide:hover .thumb {
    transform: scale(1.05);
  }
}


/*############################ 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; gap: 12px; 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; border: 1px solid #999; background-color: #fff; padding: 8px 24px; border-radius: var(--radius); color: #333;
    text-align: center; position: relative; z-index: 1; text-decoration: none;
}
.tab .control a:hover {
    text-decoration: none !important;
}
.tab .control a.active {pointer-events: none; border-color: var(--cr-green); background-color: var(--cr-green); color: #fff;}
.tab .control a .txt{font-weight: 600; font-size: 16px; color: var(--cr-dark); transition: var(--tsition); line-height: 1.4; white-space: nowrap;}
.tab .control a.active .txt{color:var(--cr-light); font-weight: 600;}
.tab .selector {height: 0px; background-color: var(--cr-green); position: absolute; display: none; left: 0;bottom: 0;z-index: 0; border-radius: var(--radius);
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    -o-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
    transition-timing-function: cubic-bezier(.42, 0, .58, 1);
}
.tab.active{overflow: visible;}
.tab.active .control {display: block; flex-wrap: inherit; width: auto; margin-left: -16px; margin-right: -40px;
    position: relative; z-index: 1; top: 35px; padding: 16px 11px; background-color: #fbfbfb;
    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: #666;
}
.tab.active .control a.active {background-color: var(--cr-green); color: var(--cr-light);}
.tab.active .control a.active .txt{color: var(--cr-light);}

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

.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: 600; font-size: 16px; color: var(--cr-dark); line-height: 24px;}


.tab-control:before {display: block;bottom: 0;top: 36px;}
/* .tab-control:after {content: '';position: absolute;z-index: 3;top: 0;right: 24px;bottom: 0;width: 70px;pointer-events: none;
    background: linear-gradient(90deg, rgba(250, 250, 250, 0.00) 0%, #FAFAFA 72.45%); mix-blend-mode: luminosity;
} */
.tab{overflow: auto; margin-right: 24px;}
/* .tab{overflow: auto; margin-right: 0;} */
.tab .control{justify-content: flex-start;}
/* .tab .control:after{content: '';width: 1px;-webkit-box-flex: 0;-ms-flex: 0 0 auto;flex: 0 0 auto;max-width: none;} */

.tab.active{overflow: visible;}
.tab-control.active:after{display: none;}


@media screen and (min-width: 992px) {
    .tab .selector{display: block;}

    .tab .control{gap: 12px;}
    /* .tab .control a.active{border-bottom-color: transparent;} */

    .tab{overflow: visible;}
    .tab .control{justify-content: center;}
    .tab .control:after{display: none;}

    .action-dropdown{display: none;}
    .tab-dropdown{display: none;}
}
@media screen and (max-width: 992px) {
    ::-webkit-scrollbar {display: none;}
}




/*############################ sc-application ###################################*/
.sc-application{background: url("../img/2024/keyfeature-bg-mb.png") no-repeat center center; background-size: cover;}
/* .sc-application#other-function{background: #FAFAFA;} */
.sc-application .details-container {padding: 24px 0 0;overflow: hidden;}
.sc-application .head{text-align: center; margin-bottom: 24px;}
.sc-application .head .title{margin-bottom: 8px; line-height: 1.5em;}
.sc-application .head .desc{margin-bottom: 0px; line-height: 1.5em;}
.sc-application .zoom{margin-bottom: 16px; text-align: center;}
.sc-application .zoom .txt{font-weight: 600; color: var(--cr-green); margin: 0;}
.sc-application .zoom .txt .icon{margin-right: 8px; position: relative; top: 5px;}
.sc-application .body{position: relative; max-width: 296px; margin: 0 auto;}
.sc-application .body .swiper-slide{width: auto;}
.sc-application .body .wrapper{display: block; width: 328px;}
.sc-application .body .thumb{margin-bottom: 16px; pointer-events: none; max-width:220px; margin-left: auto; margin-right : auto;}
.sc-application .body .content{text-align: center;}
.sc-application .body .content .title{margin-bottom: 8px; font-size: 13px; font-weight: 600; color: var(--cr-dark);}
.sc-application .body .content .desc{font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; margin-bottom: 0; color: var(--cr-dark);}
.sc-application .body .content ul.desc{padding: 0; margin-left: 20px; text-align: left;}
.sc-application .body .content ul.desc &gt; li{width: 100%;}
.sc-application .body .content ul.desc &gt; li &gt; ul{padding: 0; margin-left: 20px;}
.sc-application .body .content ul.desc &gt; li &gt; ul &gt; li{position: relative; list-style: none;}
.sc-application .body .content ul.desc &gt; li &gt; ul &gt; li:before{content: '-'; position: absolute; top: 0; left: -18px;}
.sc-application .body .content .link{color: var(--cr-green); font-weight: 600; font-family: 'kurious-looped'; text-decoration: underline;}
.sc-application .end{margin-top: 40px; text-align: center;}
.sc-application .end p{margin-bottom: 8px; font-family: 'kurious-looped'; font-size: 16px; font-weight: 500; line-height: 1.5em; color: var(--cr-dark);}
.sc-application .end .link{text-decoration: underline; font-weight: 600; font-family: 'kurious'; color: var(--cr-green); margin: 0;}

@media screen and (min-width: 768px) {
  .sc-application{background: url("../img/2024/keyfeature-bg-pc.png") no-repeat center center; background-size: cover;}
    .sc-application .details-container {padding: 40px 16px 0;}
    .sc-application .zoom{margin-bottom: 24px;}
    .sc-application .zoom .txt .icon{top: 6px; margin-right: 0px;}
    .sc-application .zoom .txt .icon.-mb{display: none;}
    .sc-application .body{max-width: inherit; overflow: hidden;}
    .sc-application .body .thumb{pointer-events: visible;}
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
    .sc-application .body{padding: 0 54px;}
    .sc-application .body:before,
    .sc-application .body:after{content: ''; position: absolute; z-index: 1; top: 0; bottom: 0; width: 40px; background: #F0FDF8;}
    .sc-application .body:before{left: 0;}
    .sc-application .body:after{right: 0}
    .sc-application .body .wrapper{width: auto;}
}


/*############################ sc-article ###################################*/
.sc-article{background: #F0FAF7;overflow: hidden;}
.sc-article .bg{pointer-events: none;}
.sc-article .bg &gt; img { position: absolute; width: 100%; max-width: 1405px; top: -291px; right: -35%;}
.sc-article .sc-inner{padding: 64px 0;}
.sc-article .sc-heading{text-align: center; margin-bottom: 40px;}
.sc-article .sc-heading .title{line-height: 1.5em; margin-bottom: 0; color: var(--cr-dark);}
  
.article-list{position: relative; margin: 0 -16px; padding: 0 16px; overflow: visible;}
.article-list .swiper-slide{transition: var(--tsition); opacity: 0; pointer-events: none;}
.article-list .swiper-slide.swiper-slide-active{opacity: 1; pointer-events: visible;}
.article-list .swiper-pagination{display: none;}
.article-list .wrapper{display: flex; flex-wrap: nowrap; align-items: center; width: 100%;}
.article-list .thumb {max-width: 700px; width: 200%; position: relative; border-radius: 8px 0 0 8px; z-index: 20;}
.article-list .content { width: 100%; height: auto; display: flex; flex-direction: column; height: 420px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    padding: 48px 56px 56px; background: rgba(255,255,255,0.9); border-radius: 0px 8px 8px 0px; backdrop-filter: blur(20px);
}
.article-list .content h3{ color: #333; font-family: kurious-looped; font-size: 16px;  font-style: normal; font-weight: 600; line-height: normal; margin-bottom: 8px;
    height: 2.9em; overflow: hidden; display: -webkit-box; line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article-list .content small{ font-size: 13px; font-family: kurious-looped; font-weight: 500; color: #666; margin-bottom: 24px; line-height: 1.5em; min-height: 1.5em;}
.article-list .content .c-g{ font-size: 16px; font-family: kurious-looped; font-weight: 500; color: #666;
    height: 2.8em; overflow: hidden; display: -webkit-box; line-height: 1.4em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; margin-bottom: 0;
}
.article-list .content .action{margin-top: 16px; text-align: left;}
.article-list .content .action .btn.btn-pay{ border-radius: 8px; background-color: #00A94F; display: inline-flex; align-items: center; justify-content: center;
    color: var(--cr-light); font-family: kurious-looped; font-size: 16px; font-weight: 600; padding: 0 32px; height: 45px; /*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);*/
    width: auto; max-width: inherit; transition: var(--tsition);
}
.article-list .content .action .btn.btn-pay:hover{ background-color: #0BC160;}

.article-list .thumb {max-width: 580px;}
.article-list .content{height: 348px; padding: 40px 48px 48px;}

.article-list{padding: 0; margin: 0; overflow: visible; margin-right: -16px;}
.article-list .swiper-slide{opacity: 1; pointer-events: visible;}
.article-list .swiper-slide.swiper-slide-active{opacity: 1; pointer-events: visible;}
.article-list .swiper-pagination{display: block; padding-top: 16px;}
.article-list .swiper-slide{width: auto;}
.article-list .wrapper{display: block; width: 100%; max-width: 328px; margin: 0 auto;}
.article-list .thumb{border-radius: 8px 8px 0 0; max-width: 100%;}
.article-list .content{padding: 24px; border-radius: 0 0 8px 8px; height: auto;}

.article-list .content .action .btn.btn-pay{width: 100%;}
.sc-article .sc-heading{margin-bottom: 32px;}
.sc-article .sc-inner{padding: 40px 0;}

.article-list.swiper-free-mode&gt;.swiper-wrapper{justify-content: inherit;}
/* .article-list .swiper-pagination{padding-top: 16px;} */
.article-list .swiper-slide{width: auto;}

.article-list .content{padding: 16px 24px 24px;}
.article-list .content .action .btn.btn-pay{width: 100%;}

@media screen and (min-width:992px) {
  .article-list{overflow: hidden;}
  .article-list .wrapper{max-width: 364px;}
  .article-list .content h3{font-size: 18px;}
}

/*############################ sc-usage-channels ###################################*/
.section-usage-channels .sc-inner {
  padding: 43px 0 53px;
}
.section-usage-channels .sc-inner .container {
  display: flex; flex-direction: column; gap: 32px;
}
.section-usage-channels .sc-heading {
  display: flex; flex-direction: column; gap: 8px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard {
  background: linear-gradient(90deg, #06403A 0%, #00A94F 165.45%); border-radius: 8px; width: 100%; padding: 24px; padding-right: 0; display: flex; align-items: center; overflow: hidden; gap: 5px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard.bgKbiz {
  background: url(../../../../../../SiteCollectionDocuments/kbiz2023/assets/pages/home/img/2024/kbix-horizon-logo.png),linear-gradient(90deg, #06403A 0%, #00A94F 165.45%);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;  
}
.section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard-content {
  max-width: 325px; width: 100%;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard-content .usage-channels-overlaycard-btn {
  background: #FFFFFF; border: 1px solid #CCEEDC; border-radius: 20px; max-width: 90px; display: flex; justify-content: center; align-items: center; color: #33BA72; font-size: 13px; font-weight: 600; height: 24px; margin-bottom: 10px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard-content .mobile-app-icon {
  height: auto; max-width: 133px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard-content .kbiz-app-icon {
  height: auto; max-width: 40px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard-content .usage-channels-overlaycard-text-wrapper {
  display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard__image {
  max-width: 180px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard__image .qr-download-app-kbiz {
  margin-bottom: -60px;  
}
.section-usage-channels .sc-content .usage-channels-overlaycard.bgKbiz .usage-channels-overlaycard__image {
  max-width: 318px;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .download-mobile-app {
  gap: 8px;  
}
.section-usage-channels .sc-content .usage-channels-overlaycard .link-os-store {
  display: none;
}
.section-usage-channels .sc-content .usage-channels-overlaycard .disable-link-os-store {
  display: block;
}

@media screen and (max-width: 1199px) {
  .section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard__image {
   max-height: 155px;
  }
}
@media screen and (max-width: 991px) {
  .section-usage-channels .sc-content .usage-channels-overlaycard {
    gap: 150px;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard .link-os-store {
    display: flex;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard .disable-link-os-store {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-usage-channels .sc-content .usage-channels-overlaycard {
    flex-direction: column;
    padding-right: 24px;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard.bgKbiz {
    padding-bottom: 0;
    gap: 18px;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard.bgKbiz .usage-channels-overlaycard-content .usage-channels-overlaycard-text-wrapper {
    margin-bottom: 8px;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard-content .usage-channels-overlaycard-text-wrapper {
    margin-bottom: 24px;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard__image {
    max-height: 155px;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard .usage-channels-overlaycard-content .kbiz-app-icon {
    max-width: 32px;
  }
  .section-usage-channels .sc-content .usage-channels-overlaycard .download-mobile-app {
    justify-content: center;
  }
}
/*############################ end sc-usage-channels ###################################*/</pre></body></html>