.home-banner {
  padding-top: var(--headerheight);
  overflow: hidden;
}
.home-banner.about-banner .flex figure {
  flex: 0 1 50%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1152px) {
  .home-banner.about-banner .flex figure {
    flex: 0 1 45%;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner.about-banner .flex figure {
    flex: 0 1 40%;
  }
}
.home-banner.about-banner .flex figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner.contact-banner .flex figure {
  flex: 0 1 45%;
  border-radius: 10px;
  overflow: hidden;
}
.home-banner.contact-banner .flex figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner.contact-banner .contact-info {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1007px) {
  .home-banner.contact-banner .contact-info {
    margin-bottom: 35px;
  }
}
.home-banner.contact-banner .contact-info li {
  --icon: 51px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-banner.contact-banner .contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 520px) {
  .home-banner.contact-banner .contact-info li {
    --icon: 41px;
  }
}
.home-banner.contact-banner .contact-info li .ico {
  flex: 0 1 auto;
  height: var(--icon);
  width: var(--icon);
  border: 1px solid var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-banner.contact-banner .contact-info li .ico img, .home-banner.contact-banner .contact-info li .ico svg {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-banner.contact-banner .contact-info li .ico svg path {
  stroke: var(--black);
}
.home-banner.contact-banner .contact-info li a, .home-banner.contact-banner .contact-info li p {
  flex: 1;
  padding-left: 22px;
  color: var(--black);
  font-family: "Roobert-Medium";
}
@media only screen and (max-width: 767px) {
  .home-banner.contact-banner .contact-info li a, .home-banner.contact-banner .contact-info li p {
    text-align: left;
  }
}
@media only screen and (max-width: 520px) {
  .home-banner.contact-banner .contact-info li a, .home-banner.contact-banner .contact-info li p {
    padding-left: 18px;
  }
}
.home-banner.contact-banner .contact-info li a:hover, .home-banner.contact-banner .contact-info li p:hover {
  color: var(--primary);
}
.home-banner.contact-banner .contact-info li:nth-child(2) .ico svg path {
  stroke: initial;
  fill: var(--black);
}
.home-banner .flex {
  padding: 45px 0 70px;
  gap: 10em;
}
@media only screen and (max-width: 1152px) {
  .home-banner .flex {
    gap: 5em;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner .flex {
    padding: 4rem 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .flex {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 675px) {
  .home-banner .flex {
    padding: 4rem 0 3rem;
    gap: 3em;
  }
}
.home-banner .flex figcaption {
  flex: 1;
}
.home-banner .flex figcaption .common-content {
  max-width: 515px;
}
.home-banner .flex figcaption .common-content h1 {
  padding-right: 1em;
}
@media only screen and (max-width: 991px) {
  .home-banner .flex figcaption .common-content h1 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-banner .flex figcaption .common-content h1 {
    max-width: 317px;
    margin-left: auto;
    margin-right: auto;
  }
}

.content-flex {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .content-flex {
    width: 100%;
    align-items: initial;
  }
}
.content-flex figure {
  line-height: 0;
  flex: 0 1 auto;
}
@media only screen and (max-width: 1152px) {
  .content-flex figure {
    flex: 0 1 45%;
  }
}
@media only screen and (max-width: 767px) {
  .content-flex figure {
    flex: 0 1 100%;
  }
}
.content-flex figure img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-flex figure img {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.content-flex figcaption {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .content-flex figcaption .common-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.common-content h1 {
  font-size: 36px;
  line-height: 1;
  font-family: "Roobert-SemiBold";
}
@media only screen and (max-width: 991px) {
  .common-content h1 {
    font-size: 30px;
  }
}
.common-content h3 {
  font-size: 24px;
  line-height: 1;
  font-family: "Roobert-SemiBold";
}
.common-content .desc {
  margin: 14px 0 35px;
  color: var(--text);
  font-family: "Roobert-Medium";
}
.common-content .btn-div > *:not(:last-child) {
  margin-right: 10px;
}

.home-secA {
  padding: 42px 0 50px;
}
@media only screen and (max-width: 991px) {
  .home-secA {
    padding: 5rem 0 2.5rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secA {
    padding: 4rem 0 2rem;
  }
}
.home-secA .heading {
  margin-bottom: 64px;
}
@media only screen and (max-width: 675px) {
  .home-secA .heading {
    margin-bottom: 3rem;
  }
}
.home-secA .logo-slider .swiper-wrapper {
  --swiper-wrapper-transition-timing-function: linear;
  height: auto;
}
.home-secA .logo-slider .swiper-slide {
  width: auto;
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .home-secA .logo-slider .swiper-slide {
    margin-right: 50px;
  }
}
.home-secA .logo-slider .swiper-slide img {
  height: 90px;
}
@media only screen and (max-width: 991px) {
  .home-secA .logo-slider .swiper-slide img {
    height: 80px;
  }
}

.home-secB {
  padding: 67px 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secB {
    padding: 2.5rem 0 5rem;
  }
}
.home-secB .heading {
  margin-bottom: 102px;
}
@media only screen and (max-width: 991px) {
  .home-secB .heading {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .heading h3 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secB .flex {
  gap: 150px;
}
@media only screen and (max-width: 1152px) {
  .home-secB .flex {
    gap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secB .flex {
    gap: 60px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secB .flex {
    gap: 3em;
  }
}
.home-secB .flex .common-content {
  max-width: 361px;
}

.home-secC {
  padding: 60px 0;
  overflow: hidden;
}
.home-secC .flex {
  gap: 10em;
}
@media only screen and (max-width: 1152px) {
  .home-secC .flex {
    gap: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .home-secC .flex {
    flex-direction: column-reverse;
  }
}
.home-secC .flex .common-content {
  max-width: 361px;
}

.home-secD {
  padding: 88px 0;
  overflow: hidden;
}
.home-secD .flex {
  gap: 10em;
}
@media only screen and (max-width: 1152px) {
  .home-secD .flex {
    gap: 5em;
  }
}
@media only screen and (max-width: 991px) {
  .home-secD .flex {
    gap: 3em;
  }
}
.home-secD .flex .common-content {
  max-width: 392px;
}
.home-secD .flex .common-content h3 {
  padding-right: 3em;
}
@media only screen and (max-width: 991px) {
  .home-secD .flex .common-content h3 {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .home-secD .flex .common-content h3 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .home-secD .flex .common-content h3 {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-secE {
  padding: 60px 0;
  overflow: hidden;
}
.home-secE .flex {
  gap: 10em;
}
@media only screen and (max-width: 1152px) {
  .home-secE .flex {
    gap: 5em;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE .flex {
    gap: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .home-secE .flex {
    flex-direction: column-reverse;
  }
}
.home-secE .flex .common-content {
  max-width: 361px;
}

.home-secF {
  overflow: hidden;
}
@media only screen and (max-width: 675px) {
  .home-secF .container {
    padding: 0;
  }
}
.home-secF .heading {
  margin: 100px 0 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .home-secF .heading {
    margin: 4rem 0 20px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secF .heading {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secF .heading {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secF .heading h3 {
    max-width: 467px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secF .heading p {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.home-secF .tab-nav-wrap {
  position: relative;
  margin-bottom: 67px;
}
@media only screen and (max-width: 675px) {
  .home-secF .tab-nav-wrap {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 345px) {
  .home-secF .tab-nav-wrap {
    padding: 0 13px;
  }
}
.home-secF .tab-nav-wrap .wrp-tab-wrap {
  text-align: center;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}
.home-secF .tab-nav-wrap .discount-btn {
  margin-bottom: 8px;
  position: relative;
}
.home-secF .tab-nav-wrap .discount-btn .arrow-ico {
  line-height: 0;
  position: absolute;
  left: calc(100% + 12px);
  top: 61%;
  width: 24px;
}
.home-secF .tab-nav-wrap .discount-btn .arrow-ico img {
  width: 100%;
}
.home-secF .tab-nav-wrap .subsc-tab {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--secondary);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.home-secF .tab-nav-wrap .subsc-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--secondary);
}
.home-secF .tab-nav-wrap .subsc-tab::before {
  width: 50%;
  z-index: -1;
  left: 0;
  transition: 0.5s ease;
}
.home-secF .tab-nav-wrap .subsc-tab:has(li:first-child.active)::before {
  left: 0;
}
.home-secF .tab-nav-wrap .subsc-tab:has(li:last-child.active)::before {
  left: 50%;
}
.home-secF .tab-nav-wrap .subsc-tab li {
  flex: 1;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Roobert-SemiBold";
  color: var(--secondary);
  transition: 0.5 ease;
}
.home-secF .tab-nav-wrap .subsc-tab li.active {
  color: var(--white);
}
.home-secF .tab-nav-wrap .subscription-plan-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 675px) {
  .home-secF .tab-nav-wrap .subscription-plan-nav {
    display: none;
  }
}
.home-secF .subscription-plan-slider .swiper-wrapper {
  height: auto;
}
.home-secF .subscription-plan-slider .item {
  padding: 10px 20px 20px;
}
@media only screen and (max-width: 1152px) {
  .home-secF .subscription-plan-slider .item {
    padding: 10px 10px 20px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secF .subscription-plan-slider .item {
    padding: 10px 5px 20px;
  }
}
.home-secF .subscription-plan-slider .item.swiper-slide-active .card {
  background: var(--secondary);
}
.home-secF .subscription-plan-slider .item.swiper-slide-active .card .upper-title {
  color: var(--white);
}
.home-secF .subscription-plan-slider .item.swiper-slide-active .card .price-sec {
  background: var(--primary);
}
.home-secF .subscription-plan-slider .item.swiper-slide-active .card .price-sec .btn {
  opacity: 1;
}
.home-secF .subscription-plan-slider .item.swiper-slide-active .card .card-info .plan-desc {
  color: var(--white);
}
.home-secF .subscription-plan-slider .item.swiper-slide-active .card .card-info .btn-pla .btn {
  border-color: var(--white);
  color: var(--white);
}
.home-secF .subscription-plan-slider .item.swiper-slide-active .card .card-info .btn-pla .btn:hover {
  background: var(--white);
  color: var(--secondary);
}
.home-secF .subscription-plan-slider .item .card {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843), 3px -2px 4.4px -2px rgba(0, 0, 0, 0.0588235294);
  background: var(--white);
  transition: 0.5s ease;
}
.home-secF .subscription-plan-slider .item .card .upper-title {
  padding: 32px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: var(--prime);
  font-family: "Roobert-SemiBold";
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .home-secF .subscription-plan-slider .item .card .upper-title {
    padding: 20px 0;
    font-size: 22px;
  }
}
.home-secF .subscription-plan-slider .item .card .price-sec {
  background: #E4E4E4;
  color: var(--prime);
  font-family: "Roobert-Bold";
  text-align: center;
  line-height: 1;
  padding: 24px 0;
  transition: 0.5s ease;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home-secF .subscription-plan-slider .item .card .price-sec {
    padding: 18px 0;
  }
}
.home-secF .subscription-plan-slider .item .card .price-sec sub {
  font-size: 20px;
  font-family: "Roobert-Bold";
  vertical-align: super;
  margin-right: 3px;
}
@media only screen and (max-width: 675px) {
  .home-secF .subscription-plan-slider .item .card .price-sec sub {
    font-size: 16px;
  }
}
.home-secF .subscription-plan-slider .item .card .price-sec span {
  font-size: 36px;
}
@media only screen and (max-width: 1152px) {
  .home-secF .subscription-plan-slider .item .card .price-sec span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-secF .subscription-plan-slider .item .card .price-sec span {
    font-size: 24px;
  }
}
.home-secF .subscription-plan-slider .item .card .price-sec .btn {
  position: absolute;
  left: calc(100% - 80px);
  top: 30%;
  translate: 0 -50%;
  background: var(--white);
  color: var(--primary);
  white-space: nowrap;
  opacity: 0;
}
@media only screen and (max-width: 1152px) {
  .home-secF .subscription-plan-slider .item .card .price-sec .btn {
    font-size: 12px;
    left: calc(100% - 75px);
  }
}
@media only screen and (max-width: 991px) {
  .home-secF .subscription-plan-slider .item .card .price-sec .btn {
    opacity: 1;
  }
}
.home-secF .subscription-plan-slider .item .card .card-info {
  padding: 32px 24px;
}
@media only screen and (max-width: 767px) {
  .home-secF .subscription-plan-slider .item .card .card-info {
    padding: 25px 15px;
  }
}
.home-secF .subscription-plan-slider .item .card .card-info .plan-desc {
  margin-bottom: 35px;
  color: var(--text);
}
.home-secF .subscription-plan-slider .item .card .card-info .plan-desc ul {
  padding-left: 30px;
}
.home-secF .subscription-plan-slider .item .card .card-info .plan-desc ul li {
  list-style: disc;
  transition: 0.5s ease;
  font-family: "Roobert-Medium";
}
.home-secF .subscription-plan-slider .item .card .card-info .plan-desc ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.home-secG {
  padding: 110px 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secG {
    padding: 4rem 0;
  }
}
.home-secG .heading {
  margin-bottom: 40px;
}
.home-secG .heading p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.home-secG .social-lead-wrap {
  display: flex;
  align-items: center;
  gap: 54px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1152px) {
  .home-secG .social-lead-wrap {
    gap: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .home-secG .social-lead-wrap {
    gap: 20px;
  }
}

.home-secH {
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secH {
    padding: 4rem 0;
  }
}
.home-secH .flex {
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .home-secH .flex {
    gap: 3em;
  }
}
.home-secH .flex .colA {
  flex: 1;
  padding-right: 4rem;
}
@media only screen and (max-width: 991px) {
  .home-secH .flex .colA {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .home-secH .flex .colA {
    flex: 0 1 100%;
    padding-right: 0;
  }
}
.home-secH .flex .colA .heading {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .home-secH .flex .colA .heading {
    text-align: center;
  }
}
.home-secH .flex .colA .content {
  max-width: 364px;
}
@media only screen and (max-width: 767px) {
  .home-secH .flex .colA .content {
    max-width: 100%;
  }
}
.home-secH .flex .colA .content li {
  display: flex;
  flex-wrap: wrap;
}
.home-secH .flex .colA .content li:not(:last-child) {
  margin-bottom: 22px;
}
.home-secH .flex .colA .content li .icon {
  flex: 0 1 50px;
}
.home-secH .flex .colA .content li .icon svg path {
  fill: var(--primary);
}
.home-secH .flex .colA .content li p {
  flex: 1;
  padding-left: 23px;
  color: var(--text);
}
.home-secH .flex .colA .content li:nth-child(2) svg path {
  fill: transparent;
  stroke: var(--primary);
}
.home-secH .flex .colB {
  flex: 0 1 45%;
}
@media only screen and (max-width: 767px) {
  .home-secH .flex .colB {
    flex: 0 1 100%;
  }
}
.home-secH .flex .colB .form {
  background: var(--white);
  --item: 2;
  --gaplr: 14px;
  --gaptb: 15px;
  padding: 35px 30px;
  box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
  border-radius: 10px;
}
@media only screen and (max-width: 675px) {
  .home-secH .flex .colB .form {
    --item: 1;
    padding: 25px 15px;
  }
}

.home-secI {
  padding: 92px 0 120px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .home-secI {
    padding: 4rem 0;
  }
}
.home-secI .heading {
  margin-bottom: 84px;
}
@media only screen and (max-width: 991px) {
  .home-secI .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .home-secI .heading h3 {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-secI .faq-content {
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
}
.home-secI .faq-content .col {
  border: 1px solid #CCCCCC;
  transition: 1s ease;
  border-radius: 5px;
  --paddingtb: 18px;
  --paddinglr: 25px;
  --icon: 15px;
}
@media only screen and (max-width: 1024px) {
  .home-secI .faq-content .col {
    --paddingtb: 15px;
    --paddinglr: 15px;
  }
}
@media only screen and (max-width: 675px) {
  .home-secI .faq-content .col {
    --paddingtb: 8px;
    --paddinglr: 15px;
  }
}
.home-secI .faq-content .col:not(:last-child) {
  margin-bottom: 19px;
}
@media only screen and (max-width: 675px) {
  .home-secI .faq-content .col:not(:last-child) {
    margin-bottom: 8px;
  }
}
.home-secI .faq-content .col.active {
  border-color: var(--black);
}
.home-secI .faq-content .col.active .title p {
  color: var(--black);
}
.home-secI .faq-content .col.active .title::before {
  background-image: var(--black);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.home-secI .faq-content .col .title {
  position: relative;
  cursor: pointer;
  padding: var(--paddingtb) var(--paddinglr);
}
.home-secI .faq-content .col .title::before {
  content: "";
  position: absolute;
  height: var(--icon);
  width: var(--icon);
  left: calc(100% - (var(--icon) + var(--paddinglr)));
  top: 50%;
  translate: 0 -50%;
  --gray: url(../../icon/arrow-down-gray.svg);
  --black: url(../../icon/arrow-down-black.svg);
  background-image: var(--gray);
  background-repeat: no-repeat;
  transition: 0.5s ease;
  transform-origin: center;
  background-size: 100% 100%;
  background-position: 100% 50%;
  background-size: contain;
}
.home-secI .faq-content .col .title p {
  transition: 0.5s ease;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roobert-SemiBold";
  color: var(--text);
  font-family: "Roobert-Medium";
}
@media only screen and (max-width: 320px) {
  .home-secI .faq-content .col .title p {
    font-size: 14px;
  }
}
.home-secI .faq-content .col article .content {
  padding: 0 var(--paddinglr) var(--paddingtb);
}
.home-secI .faq-content .col article .content p {
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .home-secI .faq-content .col article .content * {
    font-size: 14px;
  }
}

.about-secA {
  padding: 95px 0;
}
@media only screen and (max-width: 1024px) {
  .about-secA {
    padding: 65px 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA {
    padding: 45px 0 60px;
  }
}
.about-secA .flex {
  align-items: center;
  max-width: 1105px;
  margin: 0 auto;
}
.about-secA .flex .colA {
  flex: 0 1 415px;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colA {
    flex: 0 1 365px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colA {
    flex: 0 1 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-secA .flex .colA .count-wrap {
  position: relative;
  line-height: 0;
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colA .count-wrap {
    width: 80%;
    margin: 0 auto;
  }
}
.about-secA .flex .colA .count-wrap .ico {
  width: 100%;
  height: auto;
}
.about-secA .flex .colA .count-wrap svg path {
  stroke: var(--secondary);
}
.about-secA .flex .colA .count-wrap .count-sec {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  translate: 0 -50%;
  max-width: 100%;
  width: 100%;
}
.about-secA .flex .colA .count-wrap .count-sec .about-count-slider {
  height: 96px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colA .count-wrap .count-sec .about-count-slider {
    height: 82px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colA .count-wrap .count-sec .about-count-slider {
    height: 48px;
  }
}
.about-secA .flex .colA .count-wrap .count-sec .about-count-slider h6 {
  font-size: 96px;
  line-height: 1;
  text-align: center;
  font-family: "Roobert-SemiBold";
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colA .count-wrap .count-sec .about-count-slider h6 {
    font-size: 82px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colA .count-wrap .count-sec .about-count-slider h6 {
    font-size: 48px;
  }
}
.about-secA .flex .colA .count-wrap .count-sec .about-count-content-slider {
  width: 100%;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}
.about-secA .flex .colA .count-wrap .count-sec .about-count-content-slider .item h6 {
  font-size: 38px;
  line-height: 1.2;
  text-align: center;
  font-family: "Roobert-SemiBold";
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colA .count-wrap .count-sec .about-count-content-slider .item h6 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secA .flex .colA .count-wrap .count-sec .about-count-content-slider .item h6 {
    font-size: 28px;
  }
}
.about-secA .flex .colB {
  flex: 1;
  padding-left: 7rem;
}
@media only screen and (max-width: 1152px) {
  .about-secA .flex .colB {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colB {
    flex: 0 1 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 4rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colB {
    margin-top: 3rem;
  }
}
.about-secA .flex .colB .heading h4 {
  font-size: 36px;
  color: var(--prime);
  font-family: "Roobert-SemiBold";
  margin: 15px 0 25px;
}
@media only screen and (max-width: 1024px) {
  .about-secA .flex .colB .heading h4 {
    margin: 8px 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secA .flex .colB .heading h4 {
    font-size: 24px;
    margin: 5px 0 15px;
  }
}
.about-secA .flex .colB .content p {
  color: var(--text);
}
@media only screen and (max-width: 675px) {
  .about-secA .flex .colB .content p {
    text-align: justify;
  }
}

.about-secB {
  padding: 12rem 0 11rem;
  background: var(--prime);
  position: relative;
}
.about-secB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../images/background/bg1.png);
}
@media only screen and (max-width: 1367px) {
  .about-secB {
    padding: 8rem 0 7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-secB {
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB {
    padding: 0;
  }
}
.about-secB::before {
  background-repeat: no-repeat;
  background-position: 0 100%;
}
@media only screen and (max-width: 675px) {
  .about-secB .container {
    padding: 0;
  }
}
.about-secB .flex {
  align-items: center;
}
.about-secB .colA {
  flex: 1;
  padding-right: 7rem;
}
@media only screen and (max-width: 1024px) {
  .about-secB .colA {
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .colA {
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB .colA {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 675px) {
  .about-secB .colA {
    padding: 45px 15px;
    text-align: center;
  }
}
.about-secB .colA .heading h3 {
  color: var(--white);
  margin-bottom: 18px;
}
@media only screen and (max-width: 1024px) {
  .about-secB .colA .heading h3 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .colA .heading h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .about-secB .colA .heading h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 520px) {
  .about-secB .colA .heading h3 {
    margin-bottom: 16px;
  }
}
.about-secB .colA .heading p {
  font-size: 28px;
  color: var(--white);
  line-height: 1.35;
  font-family: "Roobert-Regular";
}
@media only screen and (max-width: 1024px) {
  .about-secB .colA .heading p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .about-secB .colA .heading p {
    font-size: 16px;
  }
}
.about-secB .colB {
  flex: 1;
  line-height: 0;
}
@media only screen and (max-width: 675px) {
  .about-secB .colB {
    flex: 0 1 100%;
  }
}
.about-secB .colB img {
  width: 100%;
}

.about-secC {
  padding: 80px 0;
}
@media only screen and (max-width: 675px) {
  .about-secC {
    padding: 50px 0;
  }
}
.about-secC .heading {
  max-width: 715px;
  margin: 0 auto 52px;
}
@media only screen and (max-width: 767px) {
  .about-secC .heading h3 {
    max-width: 520px;
    margin: 0 auto;
  }
}
.about-secC .heading p {
  margin-top: 18px;
  font-size: 18px;
  color: var(--text);
}
.about-secC .mission-slider .swiper-wrapper {
  height: auto;
}
.about-secC .mission-slider .item {
  background: #ffffff;
  padding: 45px 35px 55px;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .about-secC .mission-slider .item {
    padding: 40px 25px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .mission-slider .item {
    padding: 0;
  }
}
.about-secC .mission-slider .item .ico {
  width: 50px;
  aspect-ratio: 1;
}
@media only screen and (max-width: 991px) {
  .about-secC .mission-slider .item .ico {
    width: 40px;
  }
}
.about-secC .mission-slider .item h4 {
  margin: 26px 0 14px;
  line-height: 1.21;
}
@media only screen and (max-width: 991px) {
  .about-secC .mission-slider .item h4 {
    margin: 16px 0 12px;
  }
}
@media only screen and (max-width: 675px) {
  .about-secC .mission-slider .item h4 {
    font-size: 22px;
  }
}
.about-secC .mission-slider .item p {
  font-family: "Roobert-Medium";
  color: var(--text);
}
.about-secC .mission-dots {
  margin-top: 12px;
}
@media only screen and (max-width: 675px) {
  .about-secC .mission-dots {
    display: none;
  }
}
.about-secC .mission-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--black);
  border-color: var(--black);
}

.contact-secB {
  padding: 80px 0 110px;
}
@media only screen and (max-width: 675px) {
  .contact-secB {
    padding: 55px 0;
  }
}
.contact-secB .heading {
  margin-bottom: 55px;
}
.contact-secB .heading h4 {
  font-family: "Roobert-Regular";
  margin-top: 10px;
}
@media only screen and (max-width: 675px) {
  .contact-secB .heading h4 {
    font-size: 18px;
  }
}
.contact-secB .form {
  max-width: 635px;
  margin: 0 auto;
  --labelbefore: var(--text);
  --labelafter: var(--black);
  --inputsize: 52px;
  --item: 2;
  --borderwidth: 0px;
  --gaplr: 8px;
  --gaptb: 8px;
  --labelbackground: #ffffff;
  --textareaheight: 91px;
  --paddingleftright: 17px;
}
@media only screen and (max-width: 675px) {
  .contact-secB .form {
    --gaptb: 12px;
    --item: 1;
  }
}
.contact-secB .form .form-group {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.contact-secB .form .form-group:not(.submit-grp) {
  background: var(--white);
  border-radius: 5px;
}
.contact-secB .form .form-group:not(.submit-grp)::before, .contact-secB .form .form-group:not(.submit-grp)::after {
  display: none;
}
.contact-secB .form .form-group.submit-grp .btn {
  padding: 0 50px;
}

.contact-SecC #map-add {
  height: 585px;
}
.contact-SecC #map-add iframe:focus {
  outline: none;
}
.contact-SecC #map-add .map-address {
  padding: 30px 27px 35px;
  border-radius: 5px;
  overflow: hidden;
  max-width: 390px;
}
@media only screen and (max-width: 675px) {
  .contact-SecC #map-add .map-address {
    padding: 10px;
  }
}
.contact-SecC #map-add .map-address .inf p, .contact-SecC #map-add .map-address .inf .get-direc {
  font-family: "Roobert-Medium";
  font-size: 16px;
  line-height: 24px;
}
.contact-SecC #map-add .map-address .inf p {
  color: var(--black);
}
.contact-SecC #map-add .map-address .inf .get-direc {
  color: var(--secondary);
  display: inline-block;
  font-family: "Roobert-SemiBold";
  margin-top: 13px;
  transition: 0.6s ease;
}
.contact-SecC #map-add .map-address .inf .get-direc:hover {
  color: var(--primary);
}

.iwfn-sec {
  padding: calc(var(--headerheight) + 5rem) 0 5rem;
}
.iwfn-sec .heading {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .iwfn-sec .heading {
    margin-bottom: 3rem;
  }
}
.iwfn-sec .cjker {
  flex: 0 1 25%;
  position: sticky;
  top: calc(var(--headerfixed) + 10px);
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .iwfn-sec .cjker {
    display: none;
  }
}
.iwfn-sec .ymice {
  flex: 1;
  padding-left: 4rem;
}
@media only screen and (max-width: 767px) {
  .iwfn-sec .ymice {
    padding-left: 0;
  }
}
.iwfn-sec .ymice .tabs img {
  width: 100%;
}
.iwfn-sec .ymice .tabs p img {
  width: 30%;
}
.iwfn-sec .tab-nav {
  border: none;
}
.iwfn-sec .tab-nav li {
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.iwfn-sec .tab-nav li.active {
  background: var(--secondary);
  color: var(--white);
}/*# sourceMappingURL=home.css.map */