.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%;
}

.container {
    max-width: 1172px;
}

.nw {
    white-space: nowrap !important;
}

.show-w576 {
    display: none;
}
.show-w767 {
    display: none;
}
.show-w768 {
    display: none;
}
.show-w990 {
    display: none;
}
.show-w1100 {
    display: none;
}
.hide-w576 {
    display: block;
}
.hide-w767 {
    display: block;
}
.hide-w768 {
    display: block;
}
.hide-w1100 {
    display: block;
}
@media (min-width: 1100px) {
    .show-w1100 {
        display: block;
    }
    .hide-w1100 {
        display: none;
    }
}
@media (min-width: 990px) {
    .show-w990 {
        display: block;
    }
}
@media (min-width: 767px) {
    .show-w767 {
        display: block;
    }
    .show-w768 {
        display: block;
    }
    .hide-w767 {
        display: none;
    }
    .hide-w768 {
        display: none;
    }
}
@media (min-width: 576px) {
    .show-w576 {
        display: block;
    }
    .hide-w576 {
        display: none;
    }
}

.header-mobile .k-container {
    padding: 32px 0px 32px;
}

.text-gradient {
    /* 1. กำหนดสีพื้นหลังแบบไล่ระดับ */
    background: linear-gradient(90deg, #2C7EC9 0%, #00C99B 100%);

    /* 2. ตัดพื้นหลังให้แสดงเฉพาะส่วนที่เป็นตัวอักษร */
    -webkit-background-clip: text;
    background-clip: text;

    /* 3. ทำให้สีของตัวอักษรเดิมโปร่งใส เพื่อให้เห็นพื้นหลังที่ตัดไว้ */
    -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 200px) {
    .section .sc-inner {
        padding: 48px 0;
    }

    .section .sc-heading {
        text-align: center;
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .section .sc-heading .title {
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 1.5em;
        color: #333333;
        font-weight: 600;
    }

    .section.k-sme-result .sc-heading .title {
        font-size: 28px;
    }

    .section.k-sme-result .sc-heading .desc {
        padding: 0 4px;
    }

    .section .sc-heading .desc {
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 1.5em;
        color: #111111;
        font-weight: 400;
    }

    .section .sc-content {
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .section .sc-inner {
        padding: 64px 0;
    }

    .section .sc-heading {
        margin-bottom: 40px;
    }

    .section .sc-heading .title {
        font-size: 33px;
    }

    .section .sc-heading .desc {
        font-size: 20px;
    }

    .section.k-sme-result .sc-heading .desc {
        padding: 0 40px;
    }
}

/*============================== swiper ===============================*/
.swiper-initialized .swiper-button-next, .swiper-initialized .swiper-button-prev, .swiper-initialized .swiper-button-next:before, .swiper-initialized .swiper-button-prev:before {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.swiper-initialized:hover .swiper-button-next, .swiper-initialized:hover .swiper-button-prev, .swiper-initialized:hover .swiper-button-next:before, .swiper-initialized:hover .swiper-button-prev:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
}

.swiper-initialized:hover .swiper-button-next.swiper-button-disabled, .swiper-initialized:hover .swiper-button-prev.swiper-button-disabled, .swiper-initialized:hover .swiper-button-next.swiper-button-disabled:before, .swiper-initialized:hover .swiper-button-prev.swiper-button-disabled:before {
    pointer-events: visible;
    visibility: visible;
    opacity: 0.35;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 48%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .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: .3s ease-in-out;
}

.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 #ffffff;
    border-left: 2px solid #ffffff;
    visibility: visible;
    transition: .3s ease-in-out;
    -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;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 4px;
    border: 1px solid #CCCCCC;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #CCCCCC;
    opacity: 1;
    transition: .3s ease-in-out;
}

.swiper-pagination-bullet-active {
    background: #00A94F;
    border-color: #00A94F;
    opacity: 1;
    width: 24px;
}

@media screen and (max-width: 1024px) {
    .swiper-button-next, .swiper-button-prev {
        width: 35px;
        height: 35px;
        display: none;
    }
}

@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;
    }
}

.k-sme-landing-banner,
.k-sme-landing-speakers,
.k-sme-landing-video,
.k-sme-landing-table,
.k-sme-landing-course,
.k-sme-landing-information,
.k-sme-landing-announce,
.k-sme-landing-qualification,
.k-sme-result,
.sc-coach-care {
  scroll-margin-top: 90px;
}


/* ============================== background ============================== */
.k-sme-landing-banner::after {
    content: "";
    position: absolute;
        top: 3vw;
    left: -26vw;
    width: 110vw;
    aspect-ratio: 1;
    background-image: url(/SiteCollectionDocuments/business/sme/k-sme-care/assets/images/landing/ksmecare-27-desktop-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.k-sme-landing-banner > * {
  position: relative;
  z-index: 2;
}
.k-sme-result {
  position: relative;
}
.k-sme-result > * {
    position: relative;
  z-index: 2;
}
.k-sme-landing-speakers::after {
    content: "";
    position: absolute;
    bottom: 0vw;
    right: 0vw;
    width: 100vw;
    aspect-ratio: 2.5 / 1;
    background-image: url(/SiteCollectionDocuments/business/sme/k-sme-care/assets/images/landing/ksmecare-27-desktop-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}
.k-sme-landing-speakers > * {
  position: relative;
  z-index: 2;
}
.k-sme-landing-target::after {
    content: "";
    position: absolute;
    bottom: 0vw;
    right: -2vw;
    width: 115vw;
    aspect-ratio: 2.5 / 1;
    background-image: url(/SiteCollectionDocuments/business/sme/k-sme-care/assets/images/landing/ksmecare-27-desktop-bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}
.k-sme-landing-target > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
    .k-sme-landing-banner::after {
        left: auto;
        top: auto;
        right: -33vw;
        bottom: -91vw;
        width: 160vw;
    }
    .k-sme-landing-speakers::after {
        display: none;
    }
    .k-sme-landing-target::after {
        right: 0;
        width: 100vw;
        aspect-ratio: 1;
        background-image: url(/SiteCollectionDocuments/business/sme/k-sme-care/assets/images/landing/ksmecare-27-mobile-bg2.png);
    }
}

/* ============================== k-sme-landing-banner ============================== */
.k-sme-landing-banner {
    background: linear-gradient(310.06deg, #FFFFFF 53.3%, #9DE6D4 137.69%);
    position: relative;
    overflow: visible;
    max-height: 600px;
    padding: 0;
    margin-top: 90px;
    height: 52vw;
}
.k-sme-landing-banner .img-banner {
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: 8px;
}
@media (max-width: 767px) {
    .k-sme-landing-banner {
        height: 159vw;
        max-height: unset;
        overflow: hidden;
    }
}

/* ============================== k-sme-result ============================== */
.k-sme-result {
  background: linear-gradient(138.4deg, #FFFFFF 69.43%, #9DE6D4 139.3%);
  padding: 0 !important;
}
.k-sme-result .sc-inner {
    position: relative;
    z-index: 10;
}
.k-sme-result .sc-inner::before {
    content: '';
    position: absolute;
    top: 0;
    /* left: calc(5% - 1px);
    right: calc(5% - 1px); */
    bottom: 7%;
    background: linear-gradient(180deg, #03E3B1 0%, rgba(255, 255, 255, 0) 70%);
    z-index: -2;
    border-radius: 8px;
    max-width: 1142px;
    width: calc(100% - 46px);
    left: 50%;
    transform: translateX(-50%);
}
.k-sme-result .sc-inner::after {
    content: '';
    position: absolute;
    top: 1px;
    /* left: 5%;
    right: 5%; */
    bottom: 7%;
    background: linear-gradient(180deg, #FFFFFF 75%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    border-radius: 8px;
    max-width: 1140px;
    width: calc(100% - 48px);
    left: 50%;
    transform: translateX(-50%);
}
.k-sme-result .sc-content .learn-date {
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.k-sme-result .result-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
    .k-sme-result .sc-inner::before {
        width: calc(100% - 26px);
    }
    .k-sme-result .sc-inner::after {
        width: calc(100% - 28px);
    }
}
@media (max-width: 767px) {
    .k-sme-result {
        background: linear-gradient(138.4deg, #FFFFFF 69.43%, #9DE6D4 139.3%);
    }
  /* .k-sme-result .result-wrapper {
    gap: 16px;
  } */

  .k-sme-result .sc-inner::before {
    /* left: calc(16px - 1px);
    right: calc(16px - 1px); */
    width: calc(100% - 14px);
    bottom: 0;
    background: linear-gradient(180deg, #03E3B1 0%, rgba(255, 255, 255, 0) 60%);
  }
  .k-sme-result .sc-inner::after {
    /* left: 16px;
    right: 16px; */
    width: calc(100% - 16px);
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 65%, rgba(255, 255, 255, 0) 100%);
  }
}
.k-sme-result .result-wrapper .result-card {
  max-width: 267px;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .k-sme-result .result-wrapper .result-card:nth-child(-n+3) {
    max-width: 272px;
  }
}
@media (max-width: 767px) {
  .k-sme-result .result-wrapper .result-card {
    max-width: unset;
    padding: 0 24px;
    margin-bottom: 0;
  }
}
.k-sme-result .result-wrapper .result-card .img {
  max-width: 100px;
  margin: auto;
  margin-bottom: 16px;
}
.k-sme-result .result-wrapper .result-card .img img {
  width: 100%;
}
.k-sme-result .result-wrapper .result-card .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.k-sme-result .result-wrapper .result-card .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
  margin-bottom: 0;
}

/* ============================== k-sme-landing-speakers ============================== */
.k-sme-landing-speakers {
    position: relative;
    padding: 0;
    background: #ffffff;
    z-index: 2;
}
.k-sme-landing-speakers .speaker-mobile-wrapper {
  max-width: 1140px;
  margin: auto;
  padding: 0 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 24px;
}
.k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card {
    overflow: hidden;
  display: flex;
  gap: 24px;
  background-color: #fff;
  /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0588235294); */
  box-shadow: 0px 4px 16px 0px #0000000F;
  border-radius: 150px;
  aspect-ratio: 550/204;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card:hover {
  transform: scale(1.02);
}
.k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-img {
  aspect-ratio: 204/204;
}
.k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-img img {
  width: 100%;
}
.k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-text {
  align-self: center;
  padding-right: 32px;
  width: 100%;
}
.k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-text .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  margin-bottom: 4px;
  color: #111111;
}
.k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-text .role {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #666666;
}
@media (max-width: 768px) {
  .k-sme-landing-speakers .speaker-mobile-wrapper {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card {
    display: flex;
    gap: 8px;
    background-color: #fff;
    padding: 0;
    max-width: 100%;
    width: 100%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card:hover {
    transform: scale(1.02);
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-img {
    max-width: 124px;
    align-self: center;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-img img {
    width: 100%;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-text {
    padding: 12px 32px 12px 0;
    width: 100%;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-text .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    margin-bottom: 4px;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card .speaker-text .role {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #666666;
  }
}
@media screen and (max-width: 768px) and (max-width: 364px) {
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card {
    min-height: 135px;
  }
}
@media screen and (max-width: 768px) and (max-width: 326px) {
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card {
    min-height: 200px;
  }
}

/* ============================== k-sme-landing-slide ============================== */
.k-sme-landing-slide {
    background: linear-gradient(90deg, rgba(10, 142, 131, 0.06) 0%, rgba(15, 199, 164, 0.06) 100%);
}
.k-sme-landing-slide .sc-inner {
    overflow: hidden;
}
.k-sme-landing-slide .swiper-slide {
    width: auto;
}
.k-sme-landing-slide .top-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.k-sme-landing-slide .divider {
    width: 100%;
    height: 0;
    border: 1px solid #E5E5E5;
    margin: 32px 0;
}
.k-sme-landing-slide .wrapper {
    width: 180px;
}
.k-sme-landing-slide .wrapper .thumb {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    width: fit-content;
}
.k-sme-landing-slide .wrapper .thumb img {
    width: 180px;
    height: 120px;
}
.k-sme-landing-slide .wrapper .detail {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 8px;
}
.k-sme-landing-slide .wrapper .detail .brand {
    font-size: 13px;
    line-height: 150%;
    font-weight: 600;
    color: #111111;
    margin: 0;
}
.k-sme-landing-slide .wrapper .detail .name {
    font-size: 13px;
    line-height: 150%;
    font-weight: 400;
    color: #111111;
    margin: 0;
}
.k-sme-landing-slide .wrapper .detail .desc {
    font-size: 13px;
    line-height: 150%;
    font-weight: 400;
    color: #666666;
    margin: 0;
    text-align: center;
    height: 60px;
}
.k-sme-landing-slide .wrapper .detail .care {
    font-size: 13px;
    line-height: 150%;
    font-weight: 400;
    color: #10C5A4;
    margin: 0;
}

@media (max-width: 768px) {
    .k-sme-landing-slide .wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .k-sme-landing-slide .wrapper .detail .desc {
        height: auto;
    }
}

/* ============================== k-sme-landing-video ============================== */
.k-sme-landing-video {
  background-color: #ffffff;
  padding: 0;
  overflow: hidden;
}
.k-sme-landing-video .video-slide {
    /* overflow: hidden; */
}
.k-sme-landing-video .video-slide .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    /* สีขาว ความโปร่งแสง 60% (ปรับลด/เพิ่มได้) */
    /* pointer-events: none; */
    /* เพื่อให้ยังสามารถกดคลิกสไลด์ได้ปกติ */
    transition: opacity 0.3s ease;
}
.k-sme-landing-video .video-slide .swiper-slide-active::after {
    opacity: 0;
    pointer-events: none;
}
.k-sme-landing-video .landing-video-wrapper {
    position: relative;
  width: 100%;
  max-width: 800px; /* ขนาดจอใหญ่ */
  /* margin: 0 auto; */
  aspect-ratio: 16 / 9; /* คุมสัดส่วนวิดีโอให้เท่ากันทุกหน้าจอ */
}
.k-sme-landing-video .video-poster {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.k-sme-landing-video .custom-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover; /* บังคับให้รูปเต็มกรอบ ไม่บิดเบี้ยว */
  border-radius: 8px;
}
.k-sme-landing-video .video-poster iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
.play-button::after {
  content: '';
  position: absolute;
  top: 15px;
    left: 20px;
    border-style: solid;
    border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #ffffff;
}
.k-sme-landing-video .landing-video {
  max-width: 800px;
  margin: auto;
  text-align: center;
}
.k-sme-landing-video .landing-video img {
  width: 100%;
}
.k-sme-landing-video .landing-video iframe {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .landing-video-wrapper {
    max-width: 328px; /* ขนาดจอเล็ก d-lg-noneเดิม */
  }
}
@media (max-width: 768px) {
    .k-sme-landing-video .section-title {
        font-size: 28px;
        margin-bottom: 24px;
    }
}
@media (max-width: 365px) {
  .k-sme-landing-video .landing-video iframe {
    width: 100%;
    height: auto;
  }
}

/* ============================== k-sme-landing-target ============================== */
.k-sme-landing-target {
    /* background-color: #F0FAF9; */
    background: linear-gradient(138.4deg, #FFFFFF 69.43%, #9DE6D4 139.3%);

    position: relative;
    overflow: hidden;
}
.k-sme-landing-target .top-content {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
.k-sme-landing-target .top-content .benefits-visual-aside img {
    width: 100%;
    object-fit: contain;
}
.k-sme-landing-target .top-content .title {
    font-size: 33px;
    line-height: 150%;
    font-weight: 600;
    margin-bottom: 16px;
}
.k-sme-landing-target .top-content .desc {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #000000;
    margin-bottom: 16px;
}
.k-sme-landing-target .top-content .benefits-list li {
    padding-left: 4px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #666666;
}
.k-sme-landing-target .target-card {
    background: #FFFFFFCC;
    border-radius: 8px;
    padding: 24px;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.k-sme-landing-target .target-card .target-card-heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
.k-sme-landing-target .target-card .target-card-heading .title {
    font-size: 20px;
    line-height: 150%;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
}
.k-sme-landing-target .target-card .target-card-heading .desc {
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
}
.k-sme-landing-target .target-card .target-card-detail .item-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 4px 8px;
}
.k-sme-landing-target .target-card .target-card-detail .item-list li {
    padding-left: 4px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #666666;
}
@media (max-width: 767px) {
    .k-sme-landing-target .top-content .title {
        font-size: 24px;
    }
    .k-sme-landing-target .top-content {
        flex-direction: column-reverse;
    }
    .k-sme-landing-target .target-card {
        padding: 24px 16px;
    }
    .k-sme-landing-target .target-card .target-card-detail .item-list {
        grid-template-columns: 1fr;
    }
}

/* ============================== k-sme-landing-learning-style ============================== */
.k-sme-landing-learning-style {
    background: linear-gradient(323.36deg, #FFFFFF 67%, #9DE6D4 149.63%);
}
.k-sme-landing-learning-style .sc-content .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.k-sme-landing-learning-style .sc-content .child {
    display: flex;
    padding: 16px;
    gap: 16px;
    background-color: #ffffff;
    border: 1px solid #0CA49066;
    border-radius: 8px;
}
.k-sme-landing-learning-style .sc-content .child .card-object img {
    width: 56px;
    height: 56px;
}
.k-sme-landing-learning-style .sc-content .child .text .title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: #333333;
}
.k-sme-landing-learning-style .sc-content .child .text .desc {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #333333;
}
@media (max-width: 991px) {
    .k-sme-landing-learning-style .sc-content .parent {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .k-sme-landing-learning-style .sc-content .parent {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .k-sme-landing-learning-style .sc-content .child .text .title {
        font-size: 16px;
    }
}

/* ============================== k-sme-landing-quote ============================== */
.k-sme-landing-quote {
    background: linear-gradient(90deg, #0A8E83 0%, #0FC7A4 100%);
}

.k-sme-landing-quote .sc-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-sme-landing-quote .sc-content blockquote {
    text-align: center;
    position: relative;
}

.k-sme-landing-quote .sc-content blockquote::before {
    content: '“';
    font-size: 100px;
    font-weight: 600;
    position: absolute;
    top: -40px;
    left: -60px;
    color: #ffffff;
    opacity: 0.5;
}

.k-sme-landing-quote .sc-content blockquote::after {
    content: '”';
    font-size: 100px;
    font-weight: 600;
    position: absolute;
    bottom: -70px;
    right: -50px;
    color: #ffffff;
    opacity: 0.5;
}

.k-sme-landing-quote .sc-content blockquote p {
    font-size: 42px;
    line-height: 150%;
    font-weight: 600;
}

@media (max-width: 767px) {
    .k-sme-landing-quote .sc-content blockquote::before {
        top: -40px;
        left: -18px;
        opacity: 0.3;
    }
    .k-sme-landing-quote .sc-content blockquote::after {
        bottom: -80px;
        right: -10px;
        opacity: 0.3;
    }
    .k-sme-landing-quote .sc-content blockquote p {
        font-size: 32px;
    }
}

/* ============================== k-sme-landing-engine ============================== */
.k-sme-landing-engine {
    background: linear-gradient(138.4deg, #FFFFFF 69.43%, #9DE6D4 139.3%);
}
.k-sme-landing-engine .sc-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.k-sme-landing-engine .sc-content .card {
    border: 1px solid #0FC5A3;
    border-radius: 8px;
    overflow: hidden;
}
.k-sme-landing-engine .sc-content .card .card-header {
    background: linear-gradient(90deg, #0A8E83 0%, #0FC7A4 100%);
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.k-sme-landing-engine .sc-content .card .card-header .title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #ffffff;
    filter: drop-shadow(0px 1px 4px #00000040);
    margin-bottom: 0;
    position: relative;
}
.k-sme-landing-engine .sc-content .card .card-header .title::before {
    z-index: -1;
    content: '';
    width: 25px;
    height: 24px;
    position: absolute;
    top: -4px;
    left: -11px;
    background-image: url(/SiteCollectionDocuments/business/sme/k-sme-care/assets/images/landing/yellow-line.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.k-sme-landing-engine .sc-content .card .card-header .focus {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}
.k-sme-landing-engine .sc-content .card .card-header .desc {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
.k-sme-landing-engine .sc-content .card .card-content {
    padding: 24px;
    background: #ffffff;
}
.k-sme-landing-engine .sc-content .card .card-content .item-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.k-sme-landing-engine .sc-content .card .card-content .item-list li {
    padding-left: 4px;
    margin-left: 12px;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #333333;
}
@media (max-width: 767px) {
    .k-sme-landing-engine .sc-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .k-sme-landing-engine .sc-content .card .card-content {
        padding: 16px;
    }
}


/* ============================== k-sme-landing-privilege ============================== */
.k-sme-landing-privilege {
background: linear-gradient(0deg, rgba(15, 196, 162, 0.1), rgba(15, 196, 162, 0.1));
}
.k-sme-landing-privilege .sc-inner {
    overflow: hidden;
}
/* .k-sme-landing-privilege .sc-content .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
} */
.k-sme-landing-privilege .sc-content .wrapper {
    position: relative;
    padding-top: 110px;
}
.k-sme-landing-privilege .sc-content .wrapper .thumb {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.k-sme-landing-privilege .sc-content .wrapper .thumb img {
    width: 250px;
    height: 200px;
}
.k-sme-landing-privilege .sc-content .wrapper .content {
    padding: 112px 24px 24px 24px;
    border: 1px solid #FFFFFF;
    background: #FFFFFF99;
    backdrop-filter: blur(20px);
    box-shadow: 8px 8px 11.3px 0px #0FF2C61A;
    border-radius: 8px;
    height: 300px;
}
.k-sme-landing-privilege .sc-content .wrapper .content .body {
    text-align: center;
}
.k-sme-landing-privilege .sc-content .wrapper .content .body .title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #111111;
    margin-bottom: 8px;
}
.k-sme-landing-privilege .sc-content .wrapper .content .body .desc {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
}
@media (max-width: 767px) {
    /* .k-sme-landing-privilege .sc-content .swiper-wrapper {
        grid-template-columns: 1fr;
    } */
    .k-sme-landing-privilege .sc-content .wrapper {
        padding-top: 70px;
    }
    .k-sme-landing-privilege .sc-content .wrapper .content {
        height: 312px;
    }
    .k-sme-landing-privilege .sc-content .wrapper .thumb img {
        width: 200px;
        height: 160px;
    }
    .k-sme-landing-privilege .sc-content .wrapper .content {
        padding: 100px 16px 24px 16px;
    }
}

/* ============================== k-sme-landing-qualification ============================== */
.k-sme-landing-qualification-new {
    background: linear-gradient(180deg, #F8F8F8 0%, #B4E9D4 100%);
}
.k-sme-landing-qualification-new .sc-content .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}
.k-sme-landing-qualification-new .sc-content .child {
    display: flex;
    padding: 16px;
    gap: 16px;
    background-color: #ffffff;
    border: 1px solid #0CA49066;
    border-radius: 8px;
}
.k-sme-landing-qualification-new .sc-content .child .card-object img {
    width: 56px;
    height: 56px;
}
.k-sme-landing-qualification-new .sc-content .child .text .title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}
.k-sme-landing-qualification-new .sc-content .child .text .desc {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
}
.k-sme-landing-qualification-new .sc-content .child .text .ps {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 0;
}
.k-sme-landing-qualification-new .sc-content .ps .ps-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
}
.k-sme-landing-qualification-new .sc-content .ps .ps-desc li {
    margin-left: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
}
@media (max-width: 991px) {
    .k-sme-landing-qualification-new .sc-content .parent {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .k-sme-landing-qualification-new .sc-content .parent {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .k-sme-landing-qualification-new .sc-content .child .text .title {
        font-size: 16px;
    }
}

/* ============================== k-sme-landing-table ============================== */
.k-sme-landing-table {

}
.k-sme-landing-table .table {
    position: relative;
}
.k-sme-landing-table .table .action {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50%;
    display: flex;
    align-items: end;
    justify-content: center;
    background: none;
    pointer-events: none;
}
.k-sme-landing-table .table .action.active {
    background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(240, 250, 249, 1)65%);
}
.k-sme-landing-table .table .action .more-btn,
.k-sme-landing-table .table .action .less-btn {
    padding: 16px;
    position: relative;
    display: none;
    pointer-events: all;
    cursor: pointer;
}
.k-sme-landing-table .table .action .more-btn.active,
.k-sme-landing-table .table .action .less-btn.active {
    display: block;
}
.k-sme-landing-table .table .action .more-btn::after {
    content: '';
    position: absolute;
    right: 0;
  top: 50%;
    width: 8px;
  height: 8px;
    border-top: 2px solid #00A94F;
  border-right: 2px solid #00A94F;
  transform: translateY(-50%) rotate(135deg);
}
.k-sme-landing-table .table .action .less-btn::after {
    content: '';
    position: absolute;
    right: 0;
  top: 50%;
    width: 8px;
  height: 8px;
    border-top: 2px solid #00A94F;
  border-right: 2px solid #00A94F;
  transform: translateY(-50%) rotate(315deg);
}
.k-sme-landing-table .box-table {
    padding: 24px 24px 54px;
    background: #F0FAF9;
    overflow: hidden;
    position: relative;
    transition: .3s ease-in-out;
    height: 400px;
}
.k-sme-landing-table .sc-interest {
    margin-bottom: 24px;
}
.k-sme-landing-table table {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #666666;
}
.k-sme-landing-table table strong {
    font-weight: 600;
}
.k-sme-landing-table #table-res01.table-responsive,
.k-sme-landing-table #table-res02.table-responsive {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 0;
}
.k-sme-landing-table .adjust-w {
        min-width: auto !important;
        width: 100% !important;
      }
.k-sme-landing-table .table-row {
    padding: 0;
    margin: 0;
    width: 100%;
    border-spacing: 0;
    border: 0;
    border-radius: 8px;
  }
.k-sme-landing-table .table-row th,
.k-sme-landing-table .table-row td {
    border: 0.5px solid #E8E8E8;
    color: #666666;
  }
  .k-sme-landing-table .table-row tr:first-child th:first-child {
    border-top-left-radius: 8px;
  }
  .k-sme-landing-table .table-row tr:first-child th:last-child {
    border-top-right-radius: 8px;
  }
  .k-sme-landing-table .table-row tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  .k-sme-landing-table .table-row th,
  .k-sme-landing-table .table-row td {
    padding: 8px 16px;
    text-align: center;
    line-height: 1.5;
  }
.k-sme-landing-table .table-row .bg {
    background-color: #00A94F;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}
.k-sme-landing-table .table-heading {
    margin-top: 36px;
}
.k-sme-landing-table .table-heading .title {
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    color: #000000;
    margin: 0;
    margin-bottom: 8px;
    background: transparent;
    padding: 0;
}
.k-sme-landing-table .table-heading .desc {
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
    color: #00A94F;
    margin: 0;
    margin-bottom:  24px;
    padding: 0;
    background: transparent;
}
.k-sme-landing-table .sc-content .ps {
    background: transparent;
    padding-bottom: 16px;
    /* border-bottom: 1px solid #CFE6E4; */
}
.k-sme-landing-table .sc-content .ps:last-child {
    border-bottom: 1px solid #CFE6E4;
}
.k-sme-landing-table .sc-content .ps .ps-title {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #333333;
    background: transparent;
    padding: 0;
}
.k-sme-landing-table .sc-content .ps .ps-desc {
    background: transparent;
    padding: 0;
}
.k-sme-landing-table .sc-content .ps .ps-desc li {
    margin-left: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #666666;
}
@media screen and (max-width: 767px) {
    .k-sme-landing-table #table-res01 .table-row,
    .k-sme-landing-table #table-res02 .table-row {
        min-width: 750px !important;
        width: max-content !important;
        max-width: 900px;
    }
}

/*############################ hint-scroll ###################################*/
.table-responsive::-webkit-scrollbar { display: initial; }
.hint-scroll {
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
}

.hint-scroll .icon-swipe {
    font-size: 32px;
    color: #00A94F;
    background: transparent;
    padding: 0;
}

.hint-scroll .txt {
    margin-left: 8px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'kurious-looped';
    line-height: 1.5;
    color: #333333;
    background: transparent;
    padding: 0;
}

@media screen and (max-width: 1200px) {
    .hint-scroll {
        display: flex;
    }
}

/*############################ responsive-scroll ###################################*/
.k-sme-landing-table .responsive-scroll {
    background-color: rgb(0, 0, 0, 0.15);
    margin-top: 16px;
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 8px;
    padding: 0;
  }
  .k-sme-landing-table .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 .responsive-scroll { display: none; }
}


/* ============================== k-sme-landing-course ============================== */
.k-sme-landing-course {
    background: linear-gradient(323.36deg, #FFFFFF 67%, #9DE6D4 149.63%);
}
.k-sme-landing-course .course-wrapper {
    display: flex;
    justify-content: space-between;    
    gap: 40px;
    margin-bottom: 40px;
}
.k-sme-landing-course .course-wrapper .course-logo img {
    width: 490px;
    object-fit: contain;
}
.k-sme-landing-course .course-wrapper .course-details .status-wrapper {
    border-radius: 20px;
    padding: 8px 16px 8px 14px;
    display: flex;
    gap: 8px;
    background: #CCCCCC;
    border: 1px solid #EEEEEE;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    width: fit-content;
    margin-bottom: 24px;
}
.k-sme-landing-course .course-wrapper .course-details .heading {
    font-size: 26px;
    line-height: 150%;
    font-weight: 600;
}
.k-sme-landing-course .course-wrapper .course-details .title {
    font-size: 20px;
    line-height: 150%;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}
.k-sme-landing-course .course-wrapper .course-details .desc {
font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #666666;
    margin-bottom: 8px;
}
.k-sme-landing-course .course-wrapper .course-details .desc strong {
    font-weight: 600;
}
.k-sme-landing-course .course-wrapper .course-details .divider {
    width: 100%;
    height: 0;
    border: 1px solid #E5E5E5;
    margin: 16px 0;
}
.k-sme-landing-course .course-wrapper .course-details .ps {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    margin-top: 24px;
}
.k-sme-landing-course .course-wrapper .course-details .fee-card {
    position: relative;
    background: linear-gradient(90deg, rgba(44, 126, 201, 0.05) 0%, rgba(0, 201, 155, 0.05) 100%);
    border: 1px solid transparent;
    /* border-image-source: linear-gradient(90deg, #2C7EC9 0%, #00C99B 100%); */
    /* border-image-slice: 1; */
    padding: 24px;
    border-radius: 8px;
    margin-top: 24px;
}
.k-sme-landing-course .course-wrapper .course-details .fee-card::before {
    content: "";
    position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(90deg, #2C7EC9 0%, #00C99B 100%);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
          
  pointer-events: none;
}
.k-sme-landing-course .course-wrapper .course-details .fee-card .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
}
.k-sme-landing-course .course-wrapper .course-details .fee-card .desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    margin-bottom: 8px;
}
.k-sme-landing-course .course-wrapper .course-details .fee-card .note {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #666666;
    margin-bottom: 0;
}
.k-sme-landing-course .course-wrapper .course-details .action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.k-sme-landing-course .course-wrapper .course-details .btn {
    margin-top: 24px;
    padding: 8px 32px;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
    background: #00A94F;
    border-radius: 8px;
}
.btn-gradient {
    background: linear-gradient(96.23deg, #00A94F -8.46%, #00431F 133.26%) !important;

}
@media screen and (max-width: 991px) {
    .k-sme-landing-course .course-wrapper .course-logo img {
        width: 350px;
    }
}
@media screen and (max-width: 767px) {
    .k-sme-landing-course .course-wrapper{
        flex-direction: column;
        margin-bottom: 24px;
        gap: 24px;
    }
    .k-sme-landing-course .course-wrapper .course-logo img {
        width: 100%;
    }
    .k-sme-landing-course .course-wrapper .course-details .title {
        font-size: 16px;
    }
    .k-sme-landing-course .course-wrapper .course-details .btn {
        width: 100%;
    }
}
/*############ k-sme-landing-course - accordion ############*/
@media screen and (min-width: 200px) {
    .k-sme-landing-course .accordion-group .accordion + .s-title {
        margin-top: 40px;
    }
    .k-sme-landing-course .accordion-group .accordion {
        max-width: 850px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        position: relative;
        overflow: hidden;
    }
    .k-sme-landing-course .accordion-group .accordion:has(.accordion-title.active)::before {
        content: '';
        background: #00A94F;
        width: 8px;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
    }
    .k-sme-landing-course .accordion-group .accordion + .accordion {
        margin-top: 16px;
    }
    .k-sme-landing-course .accordion {
        position: relative;
        border-radius: 8px;
        background: #fffFFF;
        box-shadow: 0px 1px 6px 0px #00000033;
    }
    .k-sme-landing-course .accordion dd {
        margin-left: 0;
    }
    .k-sme-landing-course .accordion-title {
        position: relative;
        padding: 16px 50px 16px 24px;
        cursor: pointer;
        color: #333333;
        word-wrap: break-word;
        font-size: 16px;
        line-height: 150%;
        font-weight: 600;
        font-family: 'kurious-looped';
        border-radius: 8px 8px 0 0;
        background-color: transparent;
        transition: .3s ease-in-out;
    }
    .k-sme-landing-course .accordion-title:after {
        font-family: 'icongarage';
        content: "\e90f";
        font-size: 14px;
        line-height: 1;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        right: 16px;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .k-sme-landing-course .accordion-title.active:after {
        content: "\e910";
    }
    .k-sme-landing-course .accordion-title:after, .k-sme-landing-course .accordion-title:hover {
        color: #00A94F;
    }
    .k-sme-landing-course .accordion-title.active {
        color: #00A94F;
    }
    .k-sme-landing-course .accordion-content {
        padding: 16px 16px 16px 24px;
    }
    .k-sme-landing-course .accordion-content a {
        color: #00A94F;
        text-decoration: underline;
        font-weight: 600;
        word-break: break-all;
    }
    .k-sme-landing-course .accordion-content p {
        line-height: 1.5em;
        font-family: 'kurious-looped';
        color: #333333;
    }
    .k-sme-landing-course .accordion-content p strong {
        font-weight: 600;
    }
    .k-sme-landing-course .accordion-content p .link {
        font-weight: 600;
        font-family: 'kurious-looped';
    }
    .k-sme-landing-course .accordion-content p:last-child {
        margin-bottom: 0;
    }
    .k-sme-landing-course .accordion-content ul {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .k-sme-landing-course .accordion-content ul:last-child {
        margin-bottom: 0;
    }
    .k-sme-landing-course .accordion-content ul > li {
        position: relative;
        list-style-type: disc;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: #333333;
    }
    .k-sme-landing-course .accordion-content ul > li+li {
        margin-top: 5px;
    }
    .k-sme-landing-course .accordion-content ol {
        margin: 0 0 0.6em 1.2em;
        padding: 0;
    }
    .k-sme-landing-course .accordion-content ol:last-child {
        margin-bottom: 0;
    }
    .k-sme-landing-course .accordion-content ol > li {
        position: relative;
        list-style-type: decimal;
        font-family: 'kurious-looped';
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5em;
        color: #333333;
    }
    .k-sme-landing-course .accordion-content ol > li+li {
        margin-top: 5px;
    }
    .k-sme-landing-course .accordion-content .icon {
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    .k-sme-landing-course .accordion-content .link-tel {
        color: #ffffff;
        white-space: nowrap;
        text-decoration: none;
        background-color: #00A94F;
        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;
    }
    .k-sme-landing-course .accordion-content .link-tel .icon {
        position: relative;
        top: 1px;
        margin-right: 8px;
    }
    .k-sme-landing-course .accordion-content .link-tel + .link-tel {
        margin-right: 0;
    }
    .k-sme-landing-course .accordion-content .no-phone {
        pointer-events: none;
        color: inherit;
        text-decoration: none;
    }
    .k-sme-landing-course .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;
    }
}
@media screen and (min-width: 768px) {
    .sc-product-info .accordion-title {
        font-size: 18px;
    }

    .sc-product-info .accordion-content .link-tel {
        display: none;
    }

    .sc-product-info .accordion-content a {
        word-break: keep-all;
    }
}

@media screen and (min-width: 768px) {
    .k-sme-landing-course .accordion-title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .sc-product-info .accordion-title {
        padding: 16px 50px 16px 24px;
    }

    .sc-product-info .accordion-content {
        padding: 16px 24px;
    }
}

/* ============================== k-sme-landing-more-info ============================== */
.k-sme-landing-more-info {
    background: #FAFAFA;
}
@media screen and (min-width: 200px) {
    .k-sme-landing-more-info .item-list {
        position: relative;
        padding: 0;
        margin-bottom: 16px;
        list-style: none;
    }
    .k-sme-landing-more-info .item-list > li {
        width: 100%;
        padding-bottom: 8px;
    }
    .k-sme-landing-more-info .item-list > li:not(:last-child) {
        border-bottom: 1px solid #E5E5E5;
    }
    .k-sme-landing-more-info .item-list > li+li {
        margin-top: 8px;
        padding-bottom: 8px;
    }
    .k-sme-landing-more-info .wrapper {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        position: relative;
        padding: 8px 0;
        text-underline-offset: 4px;
    }
    .k-sme-landing-more-info .icon {
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .k-sme-landing-more-info .icon img {
        height: 20px;
        display: block;
        margin: 0 auto;
    }
    .k-sme-landing-more-info .content {
        flex-basis: 0;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
        padding-left: 16px;
    }
    .k-sme-landing-more-info .txt {
        font-size: 16px;
        color: #00a94f;
        margin: 0;
        line-height: 1.5em;
    }
    .k-sme-landing-more-info .txt strong {
        font-weight: 600;
        color: #00A94F;
    }
    .k-sme-landing-more-info .txt .a-link {
        font-weight: 600;
        color: #00a94f;
        text-decoration: underline;
    }
    .k-sme-landing-more-info .more-info {
        text-align: center;
    }
    .k-sme-landing-more-info .more-info p {
        font-size: 16px;
        line-height: 150%;
        color: #666666;
        font-weight: 400;
    }
}
@media screen and (min-width: 768px) {
    .k-sme-landing-more-info .item-list {
        margin: -9px;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        margin-bottom: 24px;
    }

    .k-sme-landing-more-info .item-list > li {
        width: calc((100% / 2) - 16px);
        border: 0;
        padding: 9px;
        border-radius: 8px;
        /* border: 1px solid #EDEDED; */
    }
    .k-sme-landing-more-info .item-list > li:not(:last-child) {
        border-bottom: none;
    }

    .k-sme-landing-more-info .item-list > li+li {
        margin-top: 0;
    }

    .k-sme-landing-more-info .wrapper {
        border: 1px solid #D9DCDF;
        border-radius: 8px;
        padding: 24px 16px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 144px;
        text-decoration: none;
        background: #ffffff;
    }

    .k-sme-landing-more-info .wrapper:before {
        display: none;
    }

    .k-sme-landing-more-info .content {
        padding-left: 0;
        padding-top: 15px;
    }

    .k-sme-landing-more-info .icon img {
        height: 25px;
    }

    .k-sme-landing-more-info .txt {
        line-height: 1.5em;
        min-height: 2.8em;
        color: #333333;
    }
    .k-sme-landing-more-info .txt strong {
        color: #333333;
    }

    .k-sme-landing-more-info .wrapper {
        transition: transform 0.1s, backface-visibility 0.1s;
        transform: scale(1.0) translateZ(0);
        backface-visibility: hidden;
    }

    .k-sme-landing-more-info .wrapper:hover {
        transform: scale(1.048);
    }
}

@media screen and (min-width: 992px) {
    .k-sme-landing-more-info .item-list {
        justify-content: center;
    }

    .k-sme-landing-more-info .item-list > li {
        width: calc((100%/3) - 24px);
    }
}

@media screen and (min-width: 1200px) {
    .k-sme-landing-more-info .icon img {
        height: 27px;
    }
}