@font-face {
  font-family: "Kurious Looped";
  font-weight: 300;
  font-style: normal;
  src: url(../fonts/kurious_looped-light.eot) format("eot"), url(../fonts/kurious_looped-light.woff) format("woff"), url(../fonts/kurious_looped-light.woff2) format("woff2");
}
@font-face {
  font-family: "Kurious Looped";
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/kurious_looped-medium.eot) format("eot"), url(../fonts/kurious_looped-medium.woff) format("woff"), url(../fonts/kurious_looped-medium.woff2) format("woff2");
}
@font-face {
  font-family: "Kurious Looped";
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/kurious_looped-medium.eot) format("eot"), url(../fonts/kurious_looped-medium.woff) format("woff"), url(../fonts/kurious_looped-medium.woff2) format("woff2");
}
@font-face {
  font-family: "Kurious Looped";
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/kurious_looped-semibold.eot) format("eot"), url(../fonts/kurious_looped-semibold.woff) format("woff"), url(../fonts/kurious_looped-semibold.woff2) format("woff2");
}
@font-face {
  font-family: "Kurious Looped";
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/kurious_looped-semibold.eot) format("eot"), url(../fonts/kurious_looped-semibold.woff) format("woff"), url(../fonts/kurious_looped-semibold.woff2) format("woff2");
}
ul, ol {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Kurious Looped", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.k-container {
  margin: auto;
  width: 1310px;
  max-width: calc(100% - 2rem);
}

.modal-dialog {
  max-width: 350px;
}
@media (max-width: 767px) {
  .modal-dialog {
    max-width: 100%;
    padding: 0px 16px;
  }
}
.modal-dialog .modal-content .button-box {
  cursor: pointer;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #00a94f;
  border-radius: 50%;
  top: -18px;
  right: -15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.modal-dialog .modal-content .button-box .btn-close {
  background: none;
  opacity: 1;
}
.modal-dialog .modal-content .button-box .btn-close svg {
  height: 16px;
  width: 16px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px;
}
.modal-dialog .modal-content .modal-body .modal-title {
  color: #00a94f;
}
.modal-dialog .modal-content .modal-body .link-share {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.modal-dialog .modal-content .modal-body .link-share a {
  text-decoration: none;
}
.modal-dialog .modal-content .modal-body .link-share a svg {
  height: 32px;
  width: 32px;
  opacity: 1;
  color: #999;
  transition: all 0.3s;
}
.modal-dialog .modal-content .modal-body .link-share a:hover svg {
  color: #00a94f;
}

.k-sme-landing-banner,
.k-sme-landing-speakers,
.k-sme-landing-video,
.k-sme-landing-information,
.k-sme-landing-announce,
.k-sme-landing-qualification,
.k-sme-result {
  scroll-margin-top: 90px;
}

.k-sme-landing-banner {
  position: relative;
  align-items: center;
  overflow: hidden;
  background-image: url("../images/landing/banner-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
  height: calc(100vh - 90px);
  margin-top: 90px;
}
.k-sme-landing-banner .img-banner {
  max-width: 1140px;
  margin: auto;
  width: 70%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.k-sme-landing-banner .img-banner img {
  width: 100%;
}
.k-sme-landing-banner .banner-object {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.k-sme-landing-banner .banner-object img {
  width: 100%;
}
.k-sme-landing-banner .content .logo-img {
  max-width: 540px;
  margin: auto;
}
.k-sme-landing-banner .content .logo-img img {
  width: 100%;
}
.k-sme-landing-banner .content .banner-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  color: #111111;
  margin-top: 24px;
}
.k-sme-landing-banner .content .banner-artwork {
  margin: 32px auto;
  max-width: 900px;
}
.k-sme-landing-banner .content .banner-artwork img {
  width: 100%;
}
.k-sme-landing-banner .content .banner-desc {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  color: #111111;
  margin-bottom: 4px;
}
.k-sme-landing-banner .content .banner-subdesc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
}

.k-sme-landing-figures {
  padding: 24px;
  background: #eeeeee;
}
.k-sme-landing-figures .figure-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 800px;
  margin: auto;
}
.k-sme-landing-figures .figure-wrapper .spacer {
  position: relative;
}
.k-sme-landing-figures .figure-wrapper .spacer::after {
  width: 1px;
  content: ".";
  position: absolute;
  top: -40px;
  height: 90px;
  background: #d7d7d7;
}
.k-sme-landing-figures .figure-wrapper .figure-group {
  width: 100%;
  text-align: center;
  margin: auto;
}
.k-sme-landing-figures .figure-wrapper .figure-group:last-child {
  border-left: 1px solid #d7d7d7;
}
.k-sme-landing-figures .figure-wrapper .figure-group .figure {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  text-align: center;
  color: #00a94f;
}
.k-sme-landing-figures .figure-wrapper .figure-group .figure-unit {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -2.2%;
  color: #000;
}

.k-sme-landing-announce {
  padding: 64px 0;
}
.k-sme-landing-announce .k-container {
  overflow: hidden;
}
.k-sme-landing-announce .announce-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 122px;
  max-width: 1140px;
  margin: auto;
}
.k-sme-landing-announce .announce-wrapper .announce-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 658px;
}
.k-sme-landing-announce .announce-wrapper .announce-left .announce-pill {
  background: linear-gradient(96.23deg, #00a94f -8.46%, #00431f 133.26%);
  color: #ffffff;
  border: 1px solid #cceedc;
  padding: 8px 16px;
  border-radius: 20px;
  width: fit-content;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 24px;
}
.k-sme-landing-announce .announce-wrapper .announce-left .announce-pill.expired {
  background: #cccccc;
  color: #666666;
  border: 1px solid #eeeeee;
}
.k-sme-landing-announce .announce-wrapper .announce-left .text {
  word-break: break-word;
}
.k-sme-landing-announce .announce-wrapper .announce-left .text h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -2.2%;
}
.k-sme-landing-announce .announce-wrapper .announce-left .text .k-button-main {
  min-width: 250px;
}
.k-sme-landing-announce .announce-wrapper .announce-left .text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -2.2%;
  color: #666666;
}
.k-sme-landing-announce .announce-wrapper .announce-right img {
  width: 360px;
}

.section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -2.2%;
  text-align: center;
  color: #00a94f;
}

.k-sme-landing-speakers {
  padding: 64px 0 120px 0;
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 50%, #ffffff 100%), linear-gradient(0deg, #f8f8f8, #f8f8f8);
}
.k-sme-landing-speakers .section-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  color: #111111;
  margin-bottom: 40px;
  text-align: center;
}
.k-sme-landing-speakers .section-subtitle {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  color: #00a94f;
  margin-bottom: 40px;
  text-align: center;
}
.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 {
  display: flex;
  gap: 24px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0588235294);
  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: 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;
}

.k-sme-result {
  padding: 80px 0 120px 0;
  background: linear-gradient(180deg, #f8f8f8 0%, #b4e9d4 100%);
}
.k-sme-result .section-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  color: #00a94f;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .k-sme-result .section-title {
    font-size: 28px !important;
    line-height: 42px !important;
    letter-spacing: 0% !important;
  }
}
.k-sme-result .result-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 767px) {
  .k-sme-result .result-wrapper {
    row-gap: 0;
  }
}
.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-information {
  padding: 80px 0;
  background: #f8f8f8;
}
.k-sme-landing-information .section-header .section-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  text-align: center;
  color: #00a94f;
  margin-bottom: 40px;
}
.k-sme-landing-information .information-wrapper-mobile {
  margin-bottom: 24px;
}
.k-sme-landing-information .information-wrapper-mobile .card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0588235294);
  border: none;
}
.k-sme-landing-information .information-wrapper-mobile .top {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px;
  border-bottom: 2px solid #d3a254;
}
.k-sme-landing-information .information-wrapper-mobile .top.red {
  border-bottom: 2px solid #dd7676;
}
.k-sme-landing-information .information-wrapper-mobile .top .img {
  max-width: 120px;
}
.k-sme-landing-information .information-wrapper-mobile .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.k-sme-landing-information .information-wrapper-mobile .top .text {
  text-align: start;
}
.k-sme-landing-information .information-wrapper-mobile .top .text .title {
  font-size: 20px;
  font-weight: 600;
  color: #d3a254;
  margin-bottom: 4px;
}
.k-sme-landing-information .information-wrapper-mobile .top .text .title.red {
  color: #dd7676;
}
.k-sme-landing-information .information-wrapper-mobile .top .text .desc {
  font-size: 1rem;
  color: #666666;
}
.k-sme-landing-information .information-wrapper-mobile .accordion {
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}
.k-sme-landing-information .information-wrapper-mobile .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.k-sme-landing-information .information-wrapper-mobile .accordion-header .title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}
.k-sme-landing-information .information-wrapper-mobile .accordion-header .icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.3s ease-out;
}
.k-sme-landing-information .information-wrapper-mobile .accordion-header .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.k-sme-landing-information .information-wrapper-mobile .accordion-header.expanded .icon {
  transform: rotate(180deg);
}
.k-sme-landing-information .information-wrapper-mobile .accordion-body {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0;
}
.k-sme-landing-information .information-wrapper-mobile .accordion-body.expanded {
  max-height: 1000px;
  transition: max-height 0.3s ease-in;
}
.k-sme-landing-information .information-wrapper-mobile .accordion-body .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding-bottom: 16px;
}
.k-sme-landing-information .information-wrapper-mobile .speaker {
  background-color: none;
  padding: 0 24px;
}
.k-sme-landing-information .information-wrapper-mobile .speaker .name {
  font-weight: 600;
  color: #666666;
}
.k-sme-landing-information .information-wrapper-mobile .speaker .role {
  font-size: 1rem;
  color: #666666;
}
.k-sme-landing-information .information-wrapper {
  display: grid;
  grid-template-columns: 270px 1fr;
  column-gap: 48px;
  margin-bottom: 40px;
}
.k-sme-landing-information .information-wrapper .info-left {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.k-sme-landing-information .information-wrapper .info-left .left-one .img {
  max-width: 120px;
  margin: auto;
}
.k-sme-landing-information .information-wrapper .info-left .left-one .img img {
  width: 100%;
}
.k-sme-landing-information .information-wrapper .info-left .left-one .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0%;
  text-align: center;
  color: #d3a254;
}
.k-sme-landing-information .information-wrapper .info-left .left-one:nth-child(2) .title {
  color: #dd7676;
}
.k-sme-landing-information .information-wrapper .info-left .left-one .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: center;
  color: #666666;
}
.k-sme-landing-information .information-wrapper .info-card {
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 40px;
  border-radius: 16px;
}
.k-sme-landing-information .information-wrapper .info-card .text-group {
  padding-bottom: 24px;
}
.k-sme-landing-information .information-wrapper .info-card .text-group:last-child {
  padding-bottom: 0;
}
.k-sme-landing-information .information-wrapper .info-card .text-group:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
.k-sme-landing-information .information-wrapper .info-card .text-group:not(:first-child) {
  padding-top: 24px;
}
.k-sme-landing-information .information-wrapper .info-card .text-group .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}
.k-sme-landing-information .information-wrapper .info-card .text-group .speaker .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
}
.k-sme-landing-information .information-wrapper .info-card .text-group .speaker .role {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
}
.k-sme-landing-information .information-wrapper .info-card .text-group .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 16px;
}

.k-sme-landing-care {
  padding: 96px 0;
}
.k-sme-landing-care .sme-care-img {
  max-width: 600px;
  margin: auto;
}
.k-sme-landing-care .sme-care-img img {
  width: 100%;
}
.k-sme-landing-care .three-dimension-image {
  display: flex;
  justify-content: center;
}
.k-sme-landing-care .three-dimension-image .image-left {
  display: flex;
}
.k-sme-landing-care .three-dimension-image .image-left img {
  width: 217px;
  height: max-content;
}
.k-sme-landing-care .three-dimension-image .image-right {
  display: flex;
}
.k-sme-landing-care .three-dimension-image .image-right img {
  width: 370px;
  height: max-content;
}

.k-sme-landing-upcoming {
  padding-bottom: 80px;
}
.k-sme-landing-upcoming .custom-container {
  background-color: #ffffff;
}
.k-sme-landing-upcoming .section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -2.2%;
  text-align: center;
  color: #00a94f;
}
.k-sme-landing-upcoming .event-cards {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1140px;
  margin: auto;
}
.k-sme-landing-upcoming .event-cards .event-card {
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 40px 0;
  border-bottom: 1px solid #d7d7d7;
}
.k-sme-landing-upcoming .event-cards .event-card:hover {
  transform: scale(1.02);
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  width: 140px;
  min-width: 140px;
  height: 160px;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-image img {
  width: 100%;
  height: 100%;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-dates {
  display: flex;
  gap: 16px;
  min-width: 280px;
  padding-left: 40px;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dateandmonth {
  display: flex;
  flex-direction: column;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dateandmonth .event-card-month {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #00a94f;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dateandmonth .event-card-date {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  color: #00a94f;
  margin-top: -16px;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dayandtime {
  padding-top: 6px;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dayandtime .event-card-day {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #666666;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dayandtime .event-card-time {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-content {
  word-break: break-word;
  padding: 0 40px;
  max-width: 656px;
  width: 656px;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-content .event-card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 16px;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-content .event-card-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
  margin-bottom: 24px;
}
.k-sme-landing-upcoming .event-cards .event-card .event-card-content .event-card-speaker {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #666666;
}

.k-sme-landing-qualification {
  background-color: #eeeeee;
  padding: 64px 0;
}
.k-sme-landing-qualification .section-title {
  font-weight: 600;
  font-size: 42px;
  line-height: 63px;
  letter-spacing: 0%;
  text-align: center;
  color: #00a94f;
  margin-bottom: 40px;
}
.k-sme-landing-qualification .parent {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.k-sme-landing-qualification .parent .child {
  position: relative;
  min-height: 174px;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
}
.k-sme-landing-qualification .parent .child .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0%;
  color: #333333;
}
.k-sme-landing-qualification .parent .child .desc {
  position: absolute;
  bottom: 16px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
}
.k-sme-landing-qualification .parent .child .card-object {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  max-width: 156px;
}
.k-sme-landing-qualification .parent .child .card-object img {
  width: 100%;
  height: 100%;
}
.k-sme-landing-qualification .parent .div1 {
  grid-area: 1/1/2/3;
}
.k-sme-landing-qualification .parent .div2 {
  grid-area: 1/3/2/5;
}
.k-sme-landing-qualification .parent .div3 {
  grid-area: 1/5/2/7;
}
.k-sme-landing-qualification .parent .div4 {
  grid-area: 2/1/3/4;
}
.k-sme-landing-qualification .parent .div5 {
  grid-area: 2/4/3/7;
}
.k-sme-landing-qualification .qualification-item {
  margin-top: 16px;
}
.k-sme-landing-qualification .qualification-item .item-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #666;
}
.k-sme-landing-qualification .qualification-item .item-description {
  list-style: none;
}
.k-sme-landing-qualification .qualification-item .item-description li {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #666;
}

@keyframes float {
  0% {
    scale: 100%;
  }
  50% {
    scale: 95%;
  }
  100% {
    scale: 100%;
  }
}
.k-sme-landing-testimonial {
  padding: 96px 0;
  background-image: url("../images/landing/testimonial-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 800px;
}
.k-sme-landing-testimonial .section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -2.2%;
  text-align: center;
  color: #00a94f;
  margin-bottom: 40px;
}
.k-sme-landing-testimonial .box-wrapper-mobile .card {
  backdrop-filter: blur(4px);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.8784313725);
  padding: 16px;
}
.k-sme-landing-testimonial .box-wrapper-mobile .card .comment {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #333333;
  margin-bottom: 8px;
}
.k-sme-landing-testimonial .box-wrapper-mobile .card .user {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #666666;
}
.k-sme-landing-testimonial .box-wrapper {
  position: relative;
}
.k-sme-landing-testimonial .box-wrapper .tick {
  position: absolute;
  display: flex;
  animation: float 4s ease-in-out infinite;
}
.k-sme-landing-testimonial .box-wrapper .tick.one {
  top: -40px;
  left: 20%;
}
.k-sme-landing-testimonial .box-wrapper .tick.two {
  top: 20px;
  left: 60%;
}
.k-sme-landing-testimonial .box-wrapper .tick.three {
  top: 390px;
  left: 10%;
}
.k-sme-landing-testimonial .box-wrapper .tick.four {
  top: 430px;
  left: 38%;
}
.k-sme-landing-testimonial .box-wrapper .tick.five {
  top: 380px;
  left: 68%;
}
.k-sme-landing-testimonial .box-wrapper .tick .card {
  backdrop-filter: blur(4px);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.8784313725);
  width: 300px;
  padding: 16px;
}
.k-sme-landing-testimonial .box-wrapper .tick .card .comment {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #333333;
  margin-bottom: 8px;
}
.k-sme-landing-testimonial .box-wrapper .tick .card .user {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #666666;
}

.k-sme-landing-video {
  padding-bottom: 80px;
  padding-top: 64px;
  background-color: #f8f8f8;
}
.k-sme-landing-video .section-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -2.2%;
  text-align: center;
  color: #00a94f;
  margin-bottom: 40px;
}
.k-sme-landing-video .landing-video {
  max-width: 800px;
  margin: auto;
}
.k-sme-landing-video .landing-video img {
  width: 100%;
}
.k-sme-landing-video .landing-video iframe {
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 365px) {
  .k-sme-landing-video .landing-video iframe {
    width: 100%;
    height: auto;
  }
}

.k-sme-sticky-bar {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding: 15px 20px;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  z-index: 1000;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: none;
}
.k-sme-sticky-bar.active {
  display: flex;
}
@media (min-width: 768px) {
  .k-sme-sticky-bar.active {
    display: none;
  }
}
@media (min-width: 768px) {
  .k-sme-sticky-bar {
    display: none;
  }
}

@media (max-width: 768px) {
  .k-sme-landing-banner {
    min-height: unset;
    margin-top: 82px;
    background-image: url("../images/landing/banner-background-mb.jpg");
    padding: 40px 24px;
  }
  .k-sme-landing-banner .content {
    flex-direction: column;
    padding: 40px 0;
    gap: 24px;
  }
  .k-sme-landing-banner .content .logo-img img {
    margin-top: 0;
  }
  .k-sme-landing-banner .title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
  }
  .k-sme-landing-figures .figure-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
  }
  .k-sme-landing-figures .figure-wrapper .figure-group {
    width: unset;
  }
  .k-sme-landing-figures .figure-wrapper .figure-group:last-child {
    grid-area: 2/1/3/4;
    border-top: 1px solid #d7d7d7;
    border-left: unset;
  }
  .k-sme-landing-figures .figure-wrapper .figure-group .figure {
    font-size: 28px;
    line-height: 42px;
  }
  .k-sme-landing-figures .figure-wrapper .figure-group .figure-unit {
    font-size: 17px;
    line-height: 24px;
  }
  .k-sme-landing-announce {
    padding: 48px 0;
  }
  .k-sme-landing-announce .section-title {
    font-size: 28px;
  }
  .k-sme-landing-announce .announce-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .k-sme-landing-announce .announce-wrapper .announce-right img {
    width: 170px;
  }
  .k-sme-landing-speakers {
    height: unset;
    padding: 48px 0;
    background: linear-gradient(180deg, rgba(221, 221, 221, 0.75) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  }
  .k-sme-landing-speakers .section-title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  .k-sme-landing-speakers .section-subtitle {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 24px;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .k-sme-landing-speakers .speaker-mobile-wrapper .speaker-card {
    display: flex;
    gap: 16px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1607843137);
    padding: 16px;
    border-radius: 16px;
    max-width: 100%;
    width: 100%;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
}
@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;
  }
}
@media (max-width: 768px) {
  .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: 100px;
    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: 21px 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;
  }
  .k-sme-result {
    padding: 48px 0;
  }
  .k-sme-landing-care {
    padding: 0;
  }
  .k-sme-landing-care .three-dimension-image .image-left img {
    width: 107px;
  }
  .k-sme-landing-care .three-dimension-image .image-right img {
    width: 182px;
  }
  .k-sme-landing-information {
    padding: 48px 0;
  }
  .k-sme-landing-information .section-title {
    font-size: 28px !important;
    line-height: 42px !important;
    letter-spacing: 0% !important;
  }
  .k-sme-landing-information .information-wrapper {
    grid-template-columns: 1fr;
  }
  .k-sme-landing-information .information-wrapper .info-card .text-group .grid {
    grid-template-columns: 1fr;
  }
  .k-sme-landing-upcoming {
    padding: 48px 0;
  }
  .k-sme-landing-upcoming .section-title {
    font-size: 28px;
  }
  .k-sme-landing-upcoming .custom-container {
    padding: 48px 24px;
  }
  .k-sme-landing-upcoming .event-cards .event-card {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-image {
    display: none;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-content {
    width: 100%;
    padding: 0;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-content .event-card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-content .event-card-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-content .event-card-speaker {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-dates {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dateandmonth {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 8px;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dateandmonth .event-card-month {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #00a94f;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dateandmonth .event-card-date {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #00a94f;
    margin-top: unset;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dayandtime {
    padding-top: 0;
    display: flex;
    gap: 16px;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dayandtime .event-card-day {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
  }
  .k-sme-landing-upcoming .event-cards .event-card .event-card-dates .event-card-dayandtime .event-card-time {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
  }
  .k-sme-landing-testimonial {
    min-height: unset;
    padding: 48px 0 50px 0;
    background-image: url("../images/landing/testimonial-bg-mobile.png");
    min-height: 520px;
  }
  .k-sme-landing-testimonial .section-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .k-sme-landing-testimonial .box-wrapper-mobile {
    margin-top: 188px;
  }
  .k-sme-landing-testimonial .box-wrapper {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .k-sme-landing-testimonial .box-wrapper .tick {
    position: unset;
  }
  .k-sme-landing-video {
    padding: 48px 0;
  }
  .k-sme-landing-video .section-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  .qualification-item {
    margin-top: -54px !important;
  }
}
@media (min-width: 451px) and (max-width: 500px) {
  .qualification-item {
    margin-top: -24px !important;
  }
}
@media (max-width: 1200px) {
  .k-sme-landing-qualification {
    padding: 48px 0;
  }
  .k-sme-landing-qualification .section-title {
    font-size: 28px;
    margin-bottom: 72px;
  }
  .k-sme-landing-qualification .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 72px;
  }
  .k-sme-landing-qualification .parent > *:nth-child(n+5) {
    margin-top: -48px;
    padding-top: 16px !important;
  }
  .k-sme-landing-qualification .parent > *:nth-child(n+5) .desc {
    max-width: 156px;
  }
  .k-sme-landing-qualification .parent > *:nth-child(n+5) .card-object {
    bottom: 0 !important;
    right: 0 !important;
    top: unset !important;
    left: unset !important;
  }
  .k-sme-landing-qualification .parent .child {
    padding-top: 56px;
  }
  .k-sme-landing-qualification .parent .child .text {
    font-size: 16px;
    line-height: 24px;
  }
  .k-sme-landing-qualification .parent .child .card-object {
    top: -50px;
    left: -5px;
    bottom: unset;
    right: unset;
  }
  .k-sme-landing-qualification .parent .div1 {
    grid-area: 1/1/2/2;
  }
  .k-sme-landing-qualification .parent .div2 {
    grid-area: 1/2/2/3;
  }
  .k-sme-landing-qualification .parent .div3 {
    grid-area: 2/1/3/2;
  }
  .k-sme-landing-qualification .parent .div4 {
    grid-area: 2/2/3/3;
  }
  .k-sme-landing-qualification .parent .div5 {
    grid-area: 3/1/4/3;
    height: 220px;
  }
}
.slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.slick-dots li {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #dddddd;
  outline: none;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.slick-dots li.slick-active {
  width: 24px;
}
.slick-dots li.slick-active button {
  background: #00a94f;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  border-color: #00a94f;
}

.mb-40px {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .mb-40px {
    margin-bottom: 24px !important;
  }
}

.mb-32px {
  margin-bottom: 32px !important;
}
@media (max-width: 767px) {
  .mb-32px {
    margin-bottom: 16px !important;
  }
}

.k-sme-announce {
  padding: 48px 0 80px 0;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .k-sme-announce {
    padding: 40px 0;
  }
}
.k-sme-announce .k-container {
  width: 1140px;
  max-width: 100%;
}
.k-sme-announce .k-container .inner-container {
  width: 900px;
  max-width: calc(100% - 2rem);
  margin: auto;
}
.k-sme-announce .k-container .announce-banner {
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .k-sme-announce .k-container .announce-banner {
    border-radius: 0px;
  }
}
.k-sme-announce .k-container .announce-banner img {
  width: 100%;
}
.k-sme-announce .date {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 8px;
}
.k-sme-announce h1 {
  font-weight: 600;
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #333333;
}
@media (max-width: 767px) {
  .k-sme-announce h1 {
    font-size: 24px;
    line-height: 36px;
  }
}
.k-sme-announce p,
.k-sme-announce span {
  word-break: break-all;
  color: #666666;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.k-sme-announce ul {
  list-style: none;
  padding-left: 0;
}
.k-sme-announce ul li {
  color: #666666;
  line-height: 32px;
}
.k-sme-announce .list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .k-sme-announce .list-grid {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 16px;
    gap: 0;
  }
}
.k-sme-announce ul.condition-list {
  padding-left: 24px;
}
.k-sme-announce ul.condition-list li {
  list-style: disc;
}
.k-sme-announce .guideline {
  text-align: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 16px 16px 0;
  max-width: 800px;
  margin: auto;
}
.k-sme-announce .guideline h3 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
}
.k-sme-announce .guideline p {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0%;
}
@media (max-width: 767px) {
  .k-sme-announce .tab-shadow-overlay {
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    max-height: 1330px;
    margin: 0 -20px;
    padding: 0 20px 0 32px;
    transition: max-height 1s ease;
  }
  .k-sme-announce .tab-shadow-overlay::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 270px;
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #f4f4f4 70%);
  }
  .k-sme-announce .tab-shadow-overlay.expanded-half {
    max-height: 2530px;
  }
  .k-sme-announce .tab-shadow-overlay.expanded-full {
    max-height: 9999px;
  }
  .k-sme-announce .tab-shadow-overlay.expanded-full::after {
    content: none;
  }
  .k-sme-announce .tab-shadow-overlay.expanded-full .button-seemore {
    display: none;
  }
}
.k-sme-announce .button-seemore {
  display: none;
}
.k-sme-announce .button-seemore a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .k-sme-announce .button-seemore {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.k-button-main {
  background: #00a94f;
  color: #fff;
  border: none;
  font-size: 20px;
  height: 48px;
  padding: 10px;
  border-radius: 8px;
  min-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}
.k-button-main.gradient {
  background: linear-gradient(96.23deg, #00A94F -8.46%, #00431F 133.26%);
}
.k-button-main.gradient:hover {
  background: linear-gradient(96.23deg, #02d967 -8.46%, #016d33 133.26%);
  color: #fff;
}
.k-button-main:hover {
  background: #0BC160;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .k-button-main {
    min-width: 100%;
  }
}

.k-button-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
  color: #00a94f;
  border: none;
  background: none;
  padding: 16px 0 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    border-bottom: 1px solid #dcdcdc;
  }
}

.header-desktop {
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  .header-desktop {
    display: none;
  }
}
.header-desktop .k-navbar {
  display: flex;
  align-items: center;
  gap: 102px;
  padding: 30px 24px;
}
@media (max-width: 1200px) {
  .header-desktop .k-navbar {
    gap: 16px;
  }
}
.header-desktop .k-navbar .k-navbar-left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-desktop .k-navbar .k-navbar-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header-desktop .k-navbar .k-navbar-right .k-navbar-menu {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0;
  list-style: none;
}
.header-desktop .k-navbar .k-navbar-right .k-navbar-social {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1200px) {
  .header-desktop .k-navbar .k-navbar-right {
    gap: 24px;
  }
}
.header-desktop .k-navbar .k-nav-link {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s;
}
.header-desktop .k-navbar .k-nav-link:hover {
  color: #02c45c;
}

.k-navbar-divider {
  background: #dcdcdc;
  width: 1px;
  height: 25px;
}

.header-mobile {
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .header-mobile {
    display: none;
  }
}
.header-mobile .k-navbar-top {
  background: #ffffff;
}
.header-mobile .k-container {
  padding: 28px 16px 29px;
}
.header-mobile .k-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile .k-navbar .k-navbar-left {
  display: flex;
  gap: 21px;
}
.header-mobile .k-navbar .k-navbar-left img {
  height: 24px;
}
.header-mobile .k-navbar-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
.header-mobile .k-navbar-toggle .line {
  width: 32px;
  height: 3px;
  background-color: #888888;
  transition: all 0.3s;
}
.header-mobile .k-navbar-toggle .line:nth-child(1) {
  background-color: #00a950;
}
.header-mobile .k-navbar-toggle.active .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header-mobile .k-navbar-toggle.active .line:nth-child(2) {
  opacity: 0;
}
.header-mobile .k-navbar-toggle.active .line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.header-mobile .k-mobile-menu {
  padding: 42px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  background: rgb(235, 235, 237);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.header-mobile .k-mobile-menu.active {
  opacity: 1;
  pointer-events: auto;
  height: 100vh;
}
.header-mobile .k-mobile-menu .k-mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.header-mobile .k-mobile-menu .k-navbar-social {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-mobile .k-mobile-menu .k-navbar-social a {
  text-decoration: none;
}
.header-mobile .k-mobile-menu .k-nav-link {
  color: #999;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  font-weight: 500;
}
.header-mobile .k-mobile-menu .k-nav-link.flex {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-mobile .k-mobile-menu .k-nav-link.flex p {
  margin-bottom: 0;
}
.header-mobile .k-mobile-menu .k-nav-link:hover {
  color: #00a94f;
  font-weight: 600;
}

footer {
  background: #19925d;
}
footer .k-sme-footer {
  padding: 18.5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
footer .k-sme-footer .copyright {
  margin-bottom: 0;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  footer .k-sme-footer .logo {
    max-width: 48px;
  }
  footer .k-sme-footer .logo img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .k-sme-footer .logo-fb {
    position: absolute;
    top: 18px;
    right: 18px;
  }
}
@media (max-width: 767px) {
  footer .k-sme-footer {
    flex-direction: column;
    padding: 16px 0;
    gap: 8px;
    position: relative;
  }
}

.k-sme-page-title {
  font-size: 42px;
  color: #111111;
  text-align: center;
  margin: 0 0 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .k-sme-page-title {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #00A94F;
}

.text-green {
  color: #00A94F !important;
}

.form-row {
  margin-bottom: 32px;
  display: flex;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}
.form-row.col-2 {
  gap: 32px;
}
.form-row.col-2 .form-group {
  width: calc(50% - 16px);
}
.form-row .form-desc {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
}
.form-row .form-desc p {
  margin-bottom: 0;
}
.form-row .form-desc .line-id {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .form-row .form-desc .line-id {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .form-row .form-desc {
    text-align: center;
  }
}

.form-row-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 66.67%;
}

.k-link {
  color: #00a94f;
  font-size: 16px;
}

.k-note {
  text-align: center;
  color: #666666;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 26px;
  font-weight: 500;
}

.k-form-list {
  list-style: none;
  margin-top: 26px;
  width: 50%;
}
@media (max-width: 767px) {
  .k-form-list {
    width: 100%;
    margin-top: 8px;
  }
}
.k-form-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .k-form-list li {
    margin-bottom: 16px;
    padding-left: 8px;
  }
}
.k-form-list li:last-child {
  margin-bottom: 0;
}
.k-form-list li p {
  margin-bottom: 0;
  color: #333333;
  font-weight: 600;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: calc(33% - 13.5px);
  flex-shrink: 0;
}
.form-group.full {
  width: 100%;
}
.form-group label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  padding: 0 0 0 16px;
  color: #111111;
}
.form-group label .star {
  font-size: 12px;
  color: #ec4546;
}
.form-group label .note {
  color: #999999;
}
.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=tel],
.form-group input[type=email],
.form-group textarea {
  border-radius: 30px;
  border: 1px solid #d7d7d7;
  height: 48px;
  width: 100%;
  padding: 0 16px;
  font-weight: 600;
  box-sizing: border-box;
  transition: all 0.05s;
  position: relative;
}
.form-group input[type=text]:focus,
.form-group input[type=number]:focus,
.form-group input[type=tel]:focus,
.form-group input[type=email]:focus,
.form-group textarea:focus {
  outline: none;
  border: 1px solid #00a94f;
}
.form-group input[type=text]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group input[type=email]::placeholder,
.form-group textarea::placeholder {
  color: #999;
}
.form-group input[type=text].error,
.form-group input[type=number].error,
.form-group input[type=tel].error,
.form-group input[type=email].error,
.form-group textarea.error {
  border-color: #ec4546;
}
.form-group .input-wrapper {
  position: relative;
}
.form-group .input-wrapper.error input[type=text],
.form-group .input-wrapper.error input[type=tel],
.form-group .input-wrapper.error input[type=email],
.form-group .input-wrapper.error textarea {
  border-color: #ec4546;
}
.form-group .input-wrapper.error::before {
  content: "";
  background: url("../icons/icon-error.svg") no-repeat center/cover;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 10;
}
.form-group .input-wrapper.error::after {
  content: attr(data-error);
  position: absolute;
  bottom: -28px;
  display: block;
  padding: 2px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  background: #ec4546;
  border-radius: 100px;
  width: 100%;
}
.form-group textarea {
  height: 136px;
  padding: 16px;
  border-radius: 24px;
}
.form-group .radio-group {
  display: flex;
  gap: 90px;
  align-items: center;
  margin-top: 20px;
}
.form-group .radio-group .form-radio label {
  display: flex;
  gap: 16px;
  align-items: center;
  cursor: pointer;
}
.form-group .radio-group .form-radio label input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.form-group .radio-group .form-radio label input[type=radio]:checked {
  border-color: #00a94f;
}
.form-group .radio-group .form-radio label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #00a94f;
  border-radius: 50%;
}
.form-group .radio-select {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.form-group .checkbox-group {
  display: flex;
  align-items: center;
  row-gap: 40px;
  column-gap: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
  max-width: 930px;
}
.form-group .checkbox-group .form-checkbox label {
  display: flex;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
.form-group .checkbox-group .form-checkbox label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #999999;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.form-group .checkbox-group .form-checkbox label input[type=checkbox]:checked {
  border: none;
  background: #00a94f;
  color: #00a94f;
}
.form-group .checkbox-group .form-checkbox label input[type=checkbox]:checked::after {
  content: "";
  display: block;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../icons/ic-correct.svg");
}

.select-box {
  position: relative;
  cursor: pointer;
}
.select-box.active input[type=text] {
  border-radius: 24px 24px 0 0;
  border: 1px solid #00a94f;
  border-bottom: none;
  background: #ecf4f3;
}
.select-box.active .error input[type=text] {
  border-color: #00a94f;
}
.select-box.active .error::before {
  display: none;
}
.select-box .input-wrapper.error::before {
  right: 38px;
}
.select-box:after {
  content: "";
  mask-image: url("../icons/arr-down.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: currentColor;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.select-box input {
  cursor: pointer;
}
.select-box .select-list {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 16px 16px;
  border-radius: 0 0 24px 24px;
  border: 1px solid #00a94f;
  border-top: none;
  z-index: 999;
  display: none;
  font-weight: 400;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  height: 168px;
  overflow-y: scroll;
}
.select-box .select-list li {
  list-style: none;
  cursor: pointer;
  padding-bottom: 24px;
  color: #999999;
  transition: all 0.3s;
  font-weight: 600;
}
.select-box .select-list li:last-child {
  padding-bottom: 0;
}
.select-box .select-list li:hover {
  color: #111111;
}

@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
  .form-row.col-2 .form-group,
  .form-group,
  .form-row-group {
    width: 100%;
  }
}
.k-sme-register-page {
  background: url("../images/register/bg-register.png") no-repeat top/cover;
  min-height: 1024px;
  padding: 156px 0 120px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .k-sme-register-page {
    min-height: 830px;
  }
}
.k-sme-register-page .k-sme-register-step {
  position: relative;
  color: #333;
  font-weight: 500;
}
.k-sme-register-page .k-sme-register-step::after {
  content: "";
  display: block;
  height: 1px;
  background: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  z-index: -1;
  width: 450px;
  margin: auto;
  max-width: 100%;
}
.k-sme-register-page .k-sme-register-step .circle {
  padding: 0px;
  background: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  flex-shrink: 0;
  gap: 0;
}
.k-sme-register-page .k-sme-register-step .circle span {
  background: #ccc;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 13px;
}
.k-sme-register-page .k-sme-register-step .active {
  color: #00a94f;
}
.k-sme-register-page .k-sme-register-step .active .circle {
  background: #fff;
  border: 1px solid #00a94f;
  padding: 3px;
  z-index: 99;
}
.k-sme-register-page .k-sme-register-step .active .circle span {
  background: #00a94f;
  color: #fff;
}
.k-sme-register-page .k-sme-register-step .success {
  position: relative;
}
.k-sme-register-page .k-sme-register-step .success .circle {
  background: #eeeeee;
}
.k-sme-register-page .k-sme-register-step .success .circle span {
  background-color: #00a94f;
  background-image: url("../icons/check-circle.svg");
  mask-image: url("../icons/check-circle.svg");
  text-indent: -9999px;
}
.k-sme-register-page .k-sme-register-step .success::after {
  content: "";
  width: 90%;
  height: 2px;
  background: #00a94f;
  position: absolute;
  left: 53%;
  top: 15px;
}
.k-sme-register-page .k-sme-register-step ul {
  display: flex;
  justify-content: center;
}
.k-sme-register-page .k-sme-register-step li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  gap: 8px;
}
.k-sme-register-page .step-mobile-content {
  margin: 0 -16px;
  background: #fff;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 99;
}
.k-sme-register-page .step-mobile-content .step-info {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.k-sme-register-page .step-mobile-content .step-info .step {
  border: 2px solid #00a94f;
  border-radius: 100px;
  width: 32px;
  height: 32px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.k-sme-register-page .step-mobile-content .step-info .step-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #00a94f;
}
.k-sme-register-page .step-mobile-content .bar {
  height: 2px;
  width: 100%;
  background: #d9dcdf;
}
.k-sme-register-page .step-mobile-content .bar .bar-progress {
  height: 2px;
  width: 25%;
  background: #00a94f;
  transition: all 0.3s;
}
.k-sme-register-page .k-sme-register-form {
  padding: 40px 0 0;
  width: 832px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .k-sme-register-page .k-sme-register-form {
    padding: 0;
  }
}
.k-sme-register-page .form-step {
  display: none;
}
.k-sme-register-page .form-step.active {
  display: block;
}
.k-sme-register-page .k-form-bottom {
  padding: 8px 0 0;
}

@media (max-width: 767px) {
  .k-sme-register-page {
    background: url("../images/register/bg-register-mb.png") no-repeat top/cover;
    padding: 186px 0 48px;
  }
  .k-sme-register-page .k-sme-register-step::after {
    display: none;
  }
  .k-sme-register-page .k-sme-register-step .text {
    display: none;
  }
  .k-sme-register-page .k-sme-register-step ul {
    justify-content: space-between;
  }
  .k-sme-register-page .k-sme-register-step li {
    width: fit-content;
  }
}

/*# sourceMappingURL=style.css.map */
