@charset "UTF-8";
:root {
  --color-primary: #009BEA;
  --color-secondary: #BCADFF;
  --color-grey6: #666;
  --color-grey8: #888;
  --color-grey10: rgba(0, 0, 0, 0.1);
  --color-greyF7: #F7F7F7;
  --color-greyF8: #F8F8F8;
  --color-greyB9: #B9B9B9;
  --color-greyD4: #D4D4D4;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: keep-all;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

img {
  display: block;
  max-width: 100%;
}

table {
  width: 100%;
  border: 1px solid var(--color-greyD4);
  border-radius: 6px;
  border-spacing: 0;
}

button, .btn, [role=button] {
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  outline: none;
}
button:focus, .btn:focus, [role=button]:focus {
  outline: none;
}
button:active, .btn:active, [role=button]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

html, body {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.cta-layer-popup, .btn_wrapper {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}
body, div, p, span, a, h1, h2, h3, h4, h5, h6, li, textarea, td, th, input, select, button {
  font-family: "Pretendard Variable", -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
  line-height: 1.4;
  word-break: keep-all;
}

h1, h2, h3 {
  font-weight: 800;
}

h1.primary-color, h2.primary-color, h3.primary-color, h4.primary-color, h5.primary-color, h6.primary-color, .module-text.primary-color {
  color: var(--color-primary);
}

.btn, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}
.btn.btn-primary, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .btn-primary.banner-link {
  background-color: var(--color-primary);
}
.btn.with_arrrow, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .with_arrrow.banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  border-radius: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 20px;
}
@media (max-width: 768px) {
  .btn.with_arrrow, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .with_arrrow.banner-link {
    font-size: 13px;
    padding: 10px 20px;
  }
}
.btn.with_arrrow span, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .with_arrrow.banner-link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn.with_line, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .with_line.banner-link {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}
.btn.btn-black, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .btn-black.banner-link {
  background-color: #000;
  color: #fff;
}
.btn.btn-black svg path, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .btn-black.banner-link svg path {
  fill: #fff;
}

.btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 0;
}
.divider.border-grey {
  background-color: var(--color-grey10);
}
.divider.divider-dashed {
  background-color: transparent;
  border: 1px dashed var(--color-greyD4);
}

.mobile-scrollY {
  position: relative;
}
.mobile-scrollY::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, transparent), color-stop(85%, rgba(255, 255, 255, 0.9)));
  background: linear-gradient(to right, transparent 70%, rgba(255, 255, 255, 0.9) 85%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
  display: none;
}
@media (max-width: 768px) {
  .mobile-scrollY::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-scrollY .scroll-please {
  position: absolute;
  top: 50%;
  right: 80px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 768px) {
  .mobile-scrollY .scroll-please {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-scrollY.scroll-please-clicked::after {
  opacity: 0;
  visibility: hidden;
}
.mobile-scrollY.scroll-please-clicked .scroll-please {
  opacity: 0;
  visibility: hidden;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 768px) / 512, 60px);
}
.pagination a, .pagination .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination a:hover, .pagination .dots:hover {
  border-color: #000;
  color: #000;
}
.pagination a.active, .pagination .dots.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: 600;
}
.pagination a.prev, .pagination a.next, .pagination .dots.prev, .pagination .dots.next {
  font-weight: 500;
}
.pagination .dots {
  border: none;
  pointer-events: none;
}

@media (max-width: 768px) {
  .pagination {
    gap: 4px;
  }
  .pagination a, .pagination .dots {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    font-size: 13px;
  }
}
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 999;
  height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 0;
  /* 새로운 메가메뉴 구조 스타일 */
  /* 2,3depth 메뉴 통합 레이어 */
}
@media (max-width: 768px) {
  .site-header {
    height: 80px;
  }
}
.site-header:hover {
  height: auto;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  height: 80px;
  -webkit-animation: slideDown 0.3s ease-out;
          animation: slideDown 0.3s ease-out;
}
.site-header.fixed .container {
  height: 80px;
}
.site-header.fixed .site-branding {
  height: 80px;
}
.site-header.fixed .site-branding img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 480px) {
  .site-header.fixed .site-branding img {
    max-width: 170px;
  }
}
.site-header.fixed .site-branding img.logo-black {
  display: block;
}
.site-header.fixed .site-branding img.logo-white {
  display: none;
}
.site-header.fixed .submenu-layer {
  padding-top: 80px;
}
.site-header.fixed .navbar li a {
  color: #000;
}
.site-header.fixed .navbar.main-navigation .main-menu .main-menu-item {
  height: 80px;
}
.site-header .container {
  max-width: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 80px;
  gap: 80px;
}
@media (max-width: 1440px) {
  .site-header .container {
    padding: 0 40px;
  }
}
@media (max-width: 980px) {
  .site-header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .site-header .container {
    padding: 0 20px;
  }
}
.site-header .site-branding {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .site-header .site-branding {
    height: 80px;
  }
}
.site-header .site-branding img {
  max-width: 200px;
}
@media (max-width: 480px) {
  .site-header .site-branding img {
    max-width: 170px;
  }
}
.site-header .site-branding .logo-black {
  display: block;
}
.site-header .site-branding .logo-white {
  display: none;
}
.site-header .navbar.main-navigation {
  position: relative;
  z-index: 100;
}
.site-header .navbar.main-navigation .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 980px) {
  .site-header .navbar.main-navigation .main-menu {
    gap: 25px;
  }
}
.site-header .navbar.main-navigation .main-menu .main-menu-item {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .navbar.main-navigation .main-menu .main-menu-item a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-header .navbar.main-navigation .main-menu .main-menu-item a:hover {
  color: var(--color-primary);
}
.site-header .navbar.main-navigation .main-menu .main-menu-item.has-submenu:hover a {
  color: var(--color-primary);
}
.site-header .submenu-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
  display: grid;
  grid-template-columns: auto 648px;
  padding: 100px 0 0 80px;
}
@media (max-width: 1440px) {
  .site-header .submenu-layer {
    grid-template-columns: auto 608px;
  }
}
@media (max-width: 768px) {
  .site-header .submenu-layer {
    padding-top: 80px;
  }
}
.site-header .submenu-layer.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 99;
}
.site-header .submenu-layer .submenu-container {
  display: grid;
  grid-template-columns: 113px auto 158px;
  gap: 0;
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .site-header .submenu-layer .submenu-container {
    grid-template-columns: 113px auto 118px;
    padding: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .site-header .submenu-layer .submenu-container {
    padding: 0 0 20px;
  }
}
.site-header .submenu-layer .submenu-section .submenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.site-header .submenu-layer .submenu-section .submenu-item .submenu-title a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-header .submenu-layer .submenu-section .submenu-item .submenu-title a:hover {
  color: var(--color-primary);
}
.site-header .submenu-layer .submenu-section .submenu-item .submenu-links {
  list-style: none;
  margin: 0;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.site-header .submenu-layer .submenu-section .submenu-item .submenu-links li {
  position: relative;
  padding-left: 12px;
}
.site-header .submenu-layer .submenu-section .submenu-item .submenu-links li:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-grey6);
}
.site-header .submenu-layer .submenu-section .submenu-item .submenu-links li a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-grey8);
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-header .submenu-layer .submenu-section .submenu-item .submenu-links li a:hover {
  color: var(--color-primary);
}
.site-header .hamburger-menu {
  display: none;
  width: 24px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
.site-header .hamburger-menu span {
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header .hamburger-menu.active span {
  position: absolute;
  background: #000;
}
.site-header .hamburger-menu.active span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}
.site-header .hamburger-menu.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.site-header .mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: -360px;
  width: 350px;
  height: 100vh;
  background: #fff;
  padding: 80px 40px 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 999;
  -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; /* iOS 스크롤 부드럽게 */
}
@media (max-width: 768px) {
  .site-header .mobile-menu {
    width: 300px;
    padding: 80px 20px 20px;
  }
}
.site-header .mobile-menu::-webkit-scrollbar {
  width: 6px;
}
.site-header .mobile-menu::-webkit-scrollbar-track {
  background: transparent;
}
.site-header .mobile-menu::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.site-header .mobile-menu::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.site-header .mobile-menu.active {
  right: 0;
}
.site-header .mobile-menu .nav-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.site-header .mobile-menu .nav-menu > li {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.site-header .mobile-menu .nav-menu > li > a {
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .mobile-menu .nav-menu > li > a .mobile-menu-toggle {
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.site-header .mobile-menu .nav-menu > li.has-children.active > a .mobile-menu-toggle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown {
  display: none;
  padding: 10px 0 0 15px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown.active {
  display: block;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li {
  margin: 10px 0;
  padding: 8px 0;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li > a {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li > a .mobile-menu-toggle {
  font-size: 16px;
  font-weight: 400;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li.has-children.active > a .mobile-menu-toggle {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li .mobile-sub-dropdown {
  display: none;
  padding: 10px 0 0 15px;
  border-top: 1px solid #eee;
  margin-top: 10px;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li .mobile-sub-dropdown.active {
  display: block;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li .mobile-sub-dropdown li {
  margin: 8px 0;
  padding: 5px 0;
}
.site-header .mobile-menu .nav-menu > li .mobile-dropdown li .mobile-sub-dropdown li a {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  display: block;
}
.site-header .mobile-menu .dropdown-menu {
  padding: 20px 20px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.site-header .mobile-menu .dropdown-menu a {
  font-size: 16px;
  color: #777;
}
.site-header .mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.site-header .mobile-menu-overlay.active {
  opacity: 1;
  z-index: 998;
  visibility: visible;
}
@media (max-width: 980px) {
  .site-header .hamburger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-header .navbar.main-navigation,
  .site-header .submenu-layer {
    display: none;
  }
  .site-header .mobile-menu,
  .site-header .mobile-menu-overlay {
    display: block;
  }
}

.is-index header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.is-index header.site-header .site-branding .logo-black {
  display: none;
}
.is-index header.site-header .site-branding .logo-white {
  display: block;
}
.is-index header.site-header .hamburger-menu span {
  background: #fff;
}
.is-index header.site-header .navbar.main-navigation .main-menu-item a {
  color: #fff;
}
.is-index header.site-header .navbar.main-navigation .main-menu-item a:hover {
  color: var(--color-primary);
}
.is-index header.site-header .submenu-layer.active .submenu-title a {
  color: #000;
}
.is-index header.site-header .submenu-layer.active .submenu-links li a {
  color: var(--color-grey8);
}
.is-index header.site-header.active .site-branding .logo-black {
  display: block;
}
.is-index header.site-header.active .site-branding .logo-white {
  display: none;
}
.is-index header.site-header.active .navbar.main-navigation .main-menu-item a {
  color: #000;
}
.is-index header.site-header.active .navbar.main-navigation .main-menu-item a:hover {
  color: var(--color-primary);
}
.is-index header.site-header.fixed {
  position: fixed;
}
.is-index header.site-header.fixed .site-branding .logo-black {
  display: block;
}
.is-index header.site-header.fixed .site-branding .logo-white {
  display: none;
}
.is-index header.site-header.fixed .navbar.main-navigation .main-menu-item {
  height: 80px;
}
@media (max-width: 768px) {
  .is-index header.site-header.fixed .navbar.main-navigation .main-menu-item {
    height: 70px;
  }
}
.is-index header.site-header.fixed .navbar.main-navigation .main-menu-item a {
  color: #000;
}
.is-index header.site-header.fixed .hamburger-menu span {
  background: #000;
}

body:not(.is-index) .site-header {
  background-color: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: auto;
}

.newsletter-section {
  width: 100%;
  background-color: rgb(246, 246, 246);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 20px;
  gap: 25px;
}
@media (max-width: 1180px) {
  .newsletter-section {
    padding: 50px 40px;
  }
}
@media (max-width: 768px) {
  .newsletter-section {
    padding: 40px 20px;
  }
}
.newsletter-section .newsletter-content {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.newsletter-section .newsletter-content h2 {
  color: #000;
  font-size: 30px;
  font-weight: 800;
}
@media (max-width: 768px) {
  .newsletter-section .newsletter-content h2 {
    font-size: 20px;
  }
}
.newsletter-section .newsletter-content p {
  color: --color-grey6;
  font-size: 18px;
  font-weight: 700;
}
.newsletter-section .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter-section .newsletter-form #stb_subscribe {
  width: 100%;
  max-width: 416px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.newsletter-section .newsletter-form #stb_subscribe #stb_subscribe_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  display: grid;
  grid-template-columns: auto 100px;
}
.newsletter-section .newsletter-form #stb_subscribe #stb_subscribe_form .stb_form_submit_button {
  height: 46px;
  border-radius: 0px 4px 4px 0px;
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding-bottom: 0;
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set .stb_form_set_input {
  width: 100%;
  height: 46px;
  border: none;
  padding: 0 15px;
  color: var(--color-grey8);
  font-size: 15px;
  background: #fff;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #959595;
  border-right: 0;
  border-right: none;
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set .stb_form_set_input::-webkit-input-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set .stb_form_set_input::-moz-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set .stb_form_set_input:-ms-input-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set .stb_form_set_input::-ms-input-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set .stb_form_set_input::placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set .stb_form_set_input:focus {
  outline: none;
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_policy span {
  font-weight: bold;
  color: #dc0000;
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_policy label button {
  color: #000;
  font-weight: bold;
}
.newsletter-section .newsletter-form #stb_subscribe .stb_form_set_submit {
  padding-top: 0;
}
.newsletter-section .newsletter-form .input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsletter-section .newsletter-form .input-wrapper input {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  color: var(--color-grey8);
  font-size: 15px;
  background: transparent;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #959595;
  border-right: none;
}
.newsletter-section .newsletter-form .input-wrapper input::-webkit-input-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form .input-wrapper input::-moz-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form .input-wrapper input:-ms-input-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form .input-wrapper input::-ms-input-placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form .input-wrapper input::placeholder {
  color: var(--color-grey8);
}
.newsletter-section .newsletter-form .input-wrapper input:focus {
  outline: none;
}
.newsletter-section .newsletter-form .subscribe-btn {
  width: 100%;
  height: 46px;
  border-radius: 4px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-footer {
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  height: 128px;
}
@media (max-width: 980px) {
  .site-footer {
    height: auto;
  }
}
.site-footer .container {
  max-width: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 0 80px;
}
@media (max-width: 1440px) {
  .site-footer .container {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .site-footer .container {
    padding: 20px;
  }
}
.site-footer .footer-links {
  width: 100%;
}
.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.site-footer .footer-links a:not(:last-child)::after {
  content: " ";
  margin: 0 10px;
}
.site-footer .footer-links a:hover {
  text-decoration: underline;
}
.site-footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}
.site-footer .footer-info ul.company_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 980px) {
  .site-footer .footer-info ul.company_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.site-footer .footer-info li {
  margin: 0;
}

body:not(.is-index) main {
  padding-top: 100px;
}
@media (max-width: 768px) {
  body:not(.is-index) main {
    padding-top: 80px;
  }
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1180px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

.page_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.page_header .container {
  max-width: 1280px;
  height: 100%;
}
.page_header .content_wrapper {
  z-index: 3;
}
@media (max-width: 980px) {
  .page_header.header-template-normal {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .page_header.header-template-normal {
    height: 200px;
  }
}

.module-section.hero-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 40px;
}
@media (max-width: 768px) {
  .module-section.hero-section {
    padding: 60px 20px;
  }
}
.module-section.hero-section .section_container {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .module-section.hero-section .section_container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.module-section.hero-section .section_container h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  line-height: 130%; /* 49.4px */
}
@media (max-width: 768px) {
  .module-section.hero-section .section_container h2 {
    font-size: 28px;
    text-align: left;
  }
}
.module-section.hero-section .section_container p {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (max-width: 768px) {
  .module-section.hero-section .section_container p {
    font-size: 16px;
    text-align: left;
  }
}
.module-section.hero-section.bg-grey-section {
  background-color: var(--color-grey10);
}
@media (max-width: 768px) {
  .module-section.hero-section.bg-grey-section {
    background-color: #fff;
    border-bottom: 1px solid var(--color-grey10);
  }
}

body main .container .module-section.tab-menu-section .section_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
body main .container .module-section.tab-menu-section .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border: 1px solid rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.3;
  cursor: pointer;
}
@media (max-width: 768px) {
  body main .container .module-section.tab-menu-section .tab-menu {
    padding: 15px;
  }
}
body main .container .module-section.tab-menu-section .tab-menu a {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  body main .container .module-section.tab-menu-section .tab-menu a {
    font-size: 18px;
  }
}
body main .container .module-section.tab-menu-section .tab-menu:first-child {
  border-radius: 6px 0px 0px 6px;
  border-right-width: 0;
}
body main .container .module-section.tab-menu-section .tab-menu:last-child {
  border-radius: 0px 6px 6px 0px;
  border-left-width: 0;
}
body main .container .module-section.tab-menu-section .tab-menu.active {
  opacity: 1;
}
body main .container .module-section.tab-menu-section .tab-menu.active:first-child {
  border-right-width: 1px;
}
body main .container .module-section.tab-menu-section .tab-menu.active:last-child {
  border-left-width: 1px;
}
body main .container .tab-content {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(60px, 60px + (100 - 60) * (100vw - 768px) / 512, 100px);
}
body main .container .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 레이어 팝업 스타일 */
.post-popup-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  display: none !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  z-index: 9999 !important;
  padding: 20px !important;
  /* 팝업 활성화 상태 */
}
.post-popup-overlay.popup-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.post-popup-content {
  background: white;
  border-radius: 6px;
  max-width: 800px;
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  padding: 20px;
}

.popup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.popup-header h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
}

.popup-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.popup-body {
  max-height: 60vh;
  overflow-y: auto;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.post-image {
  height: 100px;
  overflow: hidden;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-image.with-border {
  border: 1px solid var(--color-grey10);
}

.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 10px;
}
.post-info h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.post-info p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%; /* 22.4px */
}

.no-projects-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 20px;
}
.no-projects-message p {
  color: var(--color-grey8);
  font-size: 18px;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  text-align: center;
  width: 100%;
}

.home.wrapper section.bg_white {
  background-color: #fff;
  z-index: 3;
  position: relative;
}
.home.wrapper section.full-width .container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1180px) {
  .home.wrapper section.full-width .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .home.wrapper section.full-width .container {
    padding: 0 20px;
  }
}
.home.wrapper .main-slider-section {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section {
    height: auto;
    min-height: auto;
  }
}
.home.wrapper .main-slider-section .main-slider-wrapper {
  z-index: 2;
}
.home.wrapper .main-slider-section .main-slider.slick-slider {
  margin-bottom: 0;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-item {
  position: relative;
  height: calc(100vh - 460px);
  min-height: 510px;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.6;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), lightgray -83px -101.538px/125.55% 119.606% no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), lightgray -83px -101.538px/125.55% 119.606% no-repeat;
  mix-blend-mode: multiply;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-item {
    min-height: auto;
    height: 480px;
  }
}
@media (max-width: 480px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-item {
    max-height: auto;
  }
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 1180px;
  padding: 100px 40px 0;
  margin: 0 auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content {
    padding: 80px 20px 0;
  }
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .inner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  max-width: 50%;
}
@media (max-width: 980px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .inner_container {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .inner_container {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .inner_container {
    padding: 0 15px;
  }
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-content h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content h2 {
    font-size: 40px;
  }
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .excerpt, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .banner-text {
  font-size: 18px;
  opacity: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
  word-break: break-all;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .excerpt p, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .banner-text p {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .excerpt, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .banner-text {
    font-size: 15px;
    height: 4em;
  }
}
@media screen and (max-width: 600px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .excerpt br, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .banner-text br {
    display: none;
  }
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .banner-link {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  padding-right: 3em;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .banner-link::after {
  content: "";
  position: relative;
  top: -1px;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-left: 10px;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-dots {
  bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-dots li {
  display: none;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-dots .slide-numbers {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 800;
  width: 100%;
  max-width: 1180px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-dots .slide-numbers {
    padding: 0px 20px;
  }
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-dots .progress-bar {
  width: calc(100% - 80px);
  max-width: 1100px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-dots .progress-bar {
    width: calc(100% - 40px);
  }
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-dots .progress-bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev,
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-next {
  z-index: 1;
  width: 30px;
  height: 50px;
  bottom: 10px;
  top: auto;
  left: 0;
  right: auto;
  -webkit-transform: none;
          transform: none;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev:before,
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-next:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev {
  left: calc((100% - 1180px) / 2 + 40px);
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev:before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-next {
  left: calc((100% - 1180px) / 2 + 80px);
}
.home.wrapper .main-slider-section .main-slider.slick-slider .slick-next:before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}
@media (max-width: 1180px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev {
    left: 40px;
  }
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-next {
    left: 80px;
  }
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev {
    left: 20px;
  }
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-next {
    left: 60px;
  }
}
@media (max-width: 480px) {
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev,
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-prev:before,
  .home.wrapper .main-slider-section .main-slider.slick-slider .slick-next:before {
    width: 15px;
    height: 15px;
  }
}
.home.wrapper .main-slider-section .main-banner {
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-banner {
    height: auto;
  }
}
.home.wrapper .main-slider-section .main-banner .container {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 0px 40px 60px;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-banner .container {
    padding: 20px 20px 60px;
  }
}
.home.wrapper .main-slider-section .main-banner .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(107deg, #151540 3.69%, #221743 47.9%, #281c57 97.25%);
  padding-top: clamp(30px, 30px + (70 - 30) * (100vw - 768px) / 512, 70px);
  padding-bottom: clamp(30px, 30px + (70 - 30) * (100vw - 768px) / 512, 70px);
  padding-left: clamp(25px, 25px + (90 - 25) * (100vw - 768px) / 512, 90px);
  padding-right: clamp(25px, 25px + (90 - 25) * (100vw - 768px) / 512, 90px);
  background-position: 70% center;
  background-repeat: no-repeat;
  background-size: 150%;
  gap: 15px;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-banner .content_wrapper {
    background: linear-gradient(107deg, #151540 3.69%, #221743 47.9%, #281c57 97.25%);
  }
}
.home.wrapper .main-slider-section .main-banner .content_wrapper > * {
  position: relative;
  z-index: 1;
}
.home.wrapper .main-slider-section .main-banner h2 {
  color: var(--color-secondary);
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-banner h2 {
    font-size: 16px;
  }
}
.home.wrapper .main-slider-section .main-banner p {
  color: #C0C7FF;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.7;
}
.home.wrapper .main-slider-section .main-banner .btn, .home.wrapper .main-slider-section .main-banner .main-slider.slick-slider .slide-content .banner-link, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .main-banner .banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  border-radius: 100px;
  border: 2px solid #D6ADFF;
  color: #D6ADFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.home.wrapper .main-slider-section .main-banner .img_wrapper {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-57%, -50%);
          transform: translate(-57%, -50%);
  width: 140%;
  height: auto;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home.wrapper .main-slider-section .main-banner .img_wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .home.wrapper .main-slider-section .main-banner .img_wrapper {
    opacity: 0;
    visibility: hidden;
  }
}
.home.wrapper .main-slider-section .mainvisual-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}
.home.wrapper .main-slider-section .mainvisual-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(86.07%, rgba(0, 0, 0, 0)), color-stop(94.57%, #000)), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 86.07%, #000 94.57%), linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: normal, multiply;
  z-index: 1;
  opacity: 0.7;
}
.home.wrapper .main-slider-section .mainvisual-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: slideImageZoom 2s ease forwards;
          animation: slideImageZoom 2s ease forwards;
}
@-webkit-keyframes slideImageZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes slideImageZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.home.wrapper .main-services {
  background-color: #EDEDED;
  z-index: 3;
  position: relative;
  overflow: hidden;
  padding-top: clamp(60px, 60px + (120 - 60) * (100vw - 768px) / 512, 120px);
  padding-bottom: clamp(40px, 40px + (120 - 40) * (100vw - 768px) / 512, 120px);
}
.home.wrapper .main-services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(50px, 50px + (70 - 50) * (100vw - 768px) / 512, 70px);
}
.home.wrapper .main-services .section-intro {
  font-size: 28px;
  font-weight: 300;
  color: #000;
  text-align: center;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .home.wrapper .main-services .section-intro {
    max-width: 100%;
  }
}
.home.wrapper .main-services .services-slider {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  max-width: 1180px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
@media (max-width: 1180px) {
  .home.wrapper .main-services .services-slider {
    padding: 0px;
  }
}
.home.wrapper .main-services .services-slider .service-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home.wrapper .main-services .services-slider .service-item a {
  max-width: 430px;
  width: 100%;
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .home.wrapper .main-services .services-slider .service-item a {
    max-width: 320px;
    height: 446px;
    padding: 30px;
  }
}
.home.wrapper .main-services .services-slider .service-item .title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  z-index: 1;
}
.home.wrapper .main-services .services-slider .service-item .title-wrapper h3 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 110%;
}
.home.wrapper .main-services .services-slider .service-item .title-wrapper .btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home.wrapper .main-services .services-slider .service-item .service-desc {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.home.wrapper .main-services .services-slider .service-item .service-desc b {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.home.wrapper .main-services .services-slider .service-item .service-desc p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
}
.home.wrapper .main-services .services-slider .service-item .service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home.wrapper .main-services .services-slider .service-item .service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.home.wrapper .main-services .services-slider .service-item:hover .btn-arrow {
  background: #000;
  color: #fff;
}
.home.wrapper .main-services .services-slider .service-item:hover .btn-arrow svg path {
  fill: #fff;
}
.home.wrapper .main-services .services-slider .service-item:hover .service-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home.wrapper .main-services .slider-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home.wrapper .main-services .slider-controls .container {
  width: 100%;
  max-width: 1180px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: auto 70px;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .home.wrapper .main-services .slider-controls .container {
    padding: 0;
  }
}
.home.wrapper .main-services .slider-controls .services-progress-bar {
  width: 100%;
  height: 4px;
  background: #D3D3D3;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
}
.home.wrapper .main-services .slider-controls .services-progress-bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #666;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}
.home.wrapper .main-services .slider-controls .services-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.home.wrapper .main-services .slider-controls .services-arrows .services-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid #aaa;
  background: transparent;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  color: #777;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home.wrapper .main-services .slider-controls .services-arrows .services-arrow:hover {
  background: #777;
  color: #fff;
  border-color: #777;
}
.home.wrapper .main-services .slider-controls .services-arrows .services-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home.wrapper .main-services .slider-controls .services-arrows .services-arrow svg {
  width: 16px;
  height: 16px;
}
.home.wrapper .main-education .container {
  display: grid;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: repeat(2, 1fr);
  padding-top: clamp(60px, 60px + (110 - 60) * (100vw - 768px) / 512, 110px);
  padding-bottom: clamp(60px, 60px + (110 - 60) * (100vw - 768px) / 512, 110px);
}
@media (max-width: 768px) {
  .home.wrapper .main-education .container {
    grid-template-columns: 1fr;
  }
}
.home.wrapper .main-education .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 45px;
}
@media (max-width: 980px) {
  .home.wrapper .main-education .content_wrapper {
    padding: 0;
  }
}
.home.wrapper .main-education .content_wrapper h3 {
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 140%; /* 39.2px */
}
@media (max-width: 768px) {
  .home.wrapper .main-education .content_wrapper h3 {
    font-size: 24px;
  }
}
.home.wrapper .main-education .content_wrapper p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.home.wrapper .main-education .content_wrapper .btn.with_arrrow, .home.wrapper .main-education .content_wrapper .main-slider-section .main-slider.slick-slider .slide-content .with_arrrow.banner-link, .home.wrapper .main-slider-section .main-slider.slick-slider .slide-content .main-education .content_wrapper .with_arrrow.banner-link {
  color: #fff;
}
.home.wrapper .main-contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(40px, 40px + (100 - 40) * (100vw - 768px) / 512, 100px);
  padding-bottom: clamp(60px, 60px + (100 - 60) * (100vw - 768px) / 512, 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .home.wrapper .main-contact .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.home.wrapper .main-contact .content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.home.wrapper .main-contact h3 {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}
.home.wrapper .main-contact p {
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 768px) {
  .home.wrapper .main-contact p {
    font-size: 24px;
  }
}
.home.wrapper .main-contact .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .home.wrapper .main-contact .btn_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home.wrapper .main-partners {
  overflow: hidden;
}
.home.wrapper .main-partners .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 40px + (100 - 40) * (100vw - 768px) / 512, 100px);
  position: relative;
  padding-bottom: 30px;
}
.home.wrapper .main-partners .module-1col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.home.wrapper .main-partners .title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.home.wrapper .main-partners .title_wrapper h3 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
}
.home.wrapper .main-partners .partners-slider {
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.home.wrapper .main-partners .partners-slider.slick-initialized {
  opacity: 1;
}
.home.wrapper .main-partners .partners-slider .slick-list {
  overflow: visible;
}
.home.wrapper .main-partners .partners-slider .slick-slide {
  margin: 0 30px;
}
.home.wrapper .main-partners .partners-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.home.wrapper .main-partners .partners-arrows .partners-arrow {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
.home.wrapper .main-partners .partners-arrows .partners-arrow:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.home.wrapper .main-partners .partners-arrows .partners-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.home.wrapper .main-partners .partners-arrows .partners-arrow svg {
  width: 16px;
  height: 16px;
}

.news-page.blog-page .featured-post .section_container {
  gap: clamp(20px, 20px + (60 - 20) * (100vw - 768px) / 512, 60px);
  max-width: 1440px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 980px) {
  .news-page.blog-page .featured-post .section_container {
    grid-template-columns: 1fr;
  }
}
.news-page.blog-page .featured-post a {
  text-decoration: none;
  color: inherit;
}
.news-page.blog-page .featured-post a:hover h2 {
  color: var(--color-primary);
}
.news-page.blog-page .featured-post .image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
}
.news-page.blog-page .featured-post .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-page.blog-page .featured-post .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(15px, 15px + (20 - 15) * (100vw - 768px) / 512, 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-page.blog-page .featured-post .categories {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.news-page.blog-page .featured-post .categories span::after {
  content: "/";
  margin-left: 5px;
  margin-right: 3px;
  font-weight: 300;
}
.news-page.blog-page .featured-post .categories span:last-child::after {
  content: none;
}
.news-page.blog-page .featured-post h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news-page.blog-page .featured-post h2 {
    font-size: 24px;
  }
}
.news-page.blog-page .featured-post p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: --color-grey6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page.blog-page .featured-post date {
  color: var(--color-grey8);
  font-size: 16px;
  font-weight: 700;
}
.news-page.blog-page .blog-grid .section_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: clamp(25px, 25px + (50 - 25) * (100vw - 768px) / 512, 50px);
}
@media (max-width: 980px) {
  .news-page.blog-page .blog-grid .section_container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .news-page.blog-page .blog-grid .section_container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .news-page.blog-page .blog-grid .section_container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.news-page.blog-page .blog-grid .blog-item {
  position: relative;
}
.news-page.blog-page .blog-grid .blog-item .image-wrapper {
  position: relative;
  margin-bottom: 20px;
  background: #D9D9D9;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 6px;
  overflow: hidden;
}
.news-page.blog-page .blog-grid .blog-item .image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-page.blog-page .blog-grid .blog-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.news-page.blog-page .blog-grid .blog-item .content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-page.blog-page .blog-grid .blog-item .content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: --color-grey6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news-page.blog-page .blog-grid .blog-item .content date {
  color: var(--color-grey8);
  font-size: 14px;
  font-weight: 700;
}
.news-page.blog-page .blog-grid .blog-item a:hover .content h3 {
  color: var(--color-primary);
}

.single-post.template-content-main > .container {
  padding-top: 60px;
}
.single-post.template-content-main article {
  width: 100%;
}
.single-post.template-content-main .post-header {
  margin-bottom: clamp(40px, 40px + (80 - 40) * (100vw - 768px) / 512, 80px);
}
.single-post.template-content-main .post-header .txt_container {
  margin-bottom: clamp(20px, 20px + (60 - 20) * (100vw - 768px) / 512, 60px);
}
.single-post.template-content-main .post-header .categories {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 20px;
}
.single-post.template-content-main .post-header .categories span::after {
  content: "/";
  margin-left: 5px;
  margin-right: 3px;
  font-weight: 300;
}
.single-post.template-content-main .post-header .categories span:last-child::after {
  content: none;
}
.single-post.template-content-main .post-header h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-header h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .single-post.template-content-main .post-header h1 {
    font-size: 38px;
  }
}
.single-post.template-content-main .post-header date {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  color: var(--color-grey8);
}
.single-post.template-content-main .post-header .featured-image {
  overflow: hidden;
  border-radius: 6px;
}
.single-post.template-content-main .post-header .featured-image img {
  max-width: 100%;
  height: auto;
}
.single-post.template-content-main .post-content .inner_container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-content .inner_container {
    padding: 0;
  }
}
.single-post.template-content-main .post-content figure {
  max-width: 100%;
}
.single-post.template-content-main .post-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 25px;
  margin-bottom: 20px;
}
.single-post.template-content-main .post-content ul li {
  list-style: disc;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  color: #000;
}
.single-post.template-content-main .post-content img {
  max-width: 100%;
  height: auto;
  margin-top: clamp(20px, 20px + (40 - 20) * (100vw - 768px) / 512, 40px);
  margin-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 768px) / 512, 60px);
}
.single-post.template-content-main .post-content img.size-full {
  width: 100%;
}
.single-post.template-content-main .post-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.single-post.template-content-main .post-content h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-content h1 {
    font-size: 38px;
  }
}
.single-post.template-content-main .post-content h2 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.5;
  color: #000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-content h2 {
    font-size: 24px;
  }
}
.single-post.template-content-main .post-content h3 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-content h3 {
    font-size: 20px;
  }
}
.single-post.template-content-main .post-content h4 {
  font-size: 21px;
  font-weight: 800;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-content h4 {
    font-size: 20px;
  }
}
.single-post.template-content-main .post-content h5, .single-post.template-content-main .post-content h6 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-content h5, .single-post.template-content-main .post-content h6 {
    font-size: 16px;
  }
}
.single-post.template-content-main .post-content a {
  background-color: #eef4ff;
  color: var(--color-primary);
  text-decoration: underline;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.single-post.template-content-main .post-content .btn.contact {
  cursor: pointer;
  background-color: var(--color-primary);
  color: #fff;
  padding-top: clamp(10px, 10px + (15 - 10) * (100vw - 768px) / 512, 15px);
  padding-bottom: clamp(10px, 10px + (15 - 10) * (100vw - 768px) / 512, 15px);
  padding-left: clamp(20px, 20px + (40 - 20) * (100vw - 768px) / 512, 40px);
  padding-right: clamp(20px, 20px + (40 - 20) * (100vw - 768px) / 512, 40px);
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}
@media (max-width: 480px) {
  .single-post.template-content-main .post-content .btn.contact {
    width: 100%;
  }
}
.single-post.template-content-main .post-content .btn_wrapper {
  margin-top: clamp(30px, 30px + (50 - 30) * (100vw - 768px) / 512, 50px);
}
.single-post.template-content-main .post-content p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .single-post.template-content-main .post-content p {
    font-size: 16px;
  }
}
.single-post.template-content-main .post-content hr {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 768px) / 512, 60px);
  margin-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 768px) / 512, 60px);
  margin-left: 0;
  margin-right: 0;
}
.single-post.template-content-main .post-content .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 비율 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: clamp(10px, 10px + (40 - 10) * (100vw - 768px) / 512, 40px);
}
.single-post.template-content-main .post-content .video-container iframe, .single-post.template-content-main .post-content .video-container object, .single-post.template-content-main .post-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.single-post.template-content-main .related-posts h2 {
  font-size: 30px;
  margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 768px) / 512, 40px);
  text-align: left;
}
@media (max-width: 768px) {
  .single-post.template-content-main .related-posts h2 {
    font-size: 24px;
  }
}
.single-post.template-content-main .related-posts .posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 20px + (30 - 20) * (100vw - 768px) / 512, 30px);
  margin-bottom: clamp(30px, 30px + (60 - 30) * (100vw - 768px) / 512, 60px);
}
@media (max-width: 768px) {
  .single-post.template-content-main .related-posts .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .single-post.template-content-main .related-posts .posts-grid {
    grid-template-columns: 1fr;
  }
}
.single-post.template-content-main .related-posts .post-card {
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.single-post.template-content-main .related-posts .post-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-post.template-content-main .related-posts .post-card:hover h3 {
  color: #666;
}
.single-post.template-content-main .related-posts .post-card .image-wrapper {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}
.single-post.template-content-main .related-posts .post-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post.template-content-main .related-posts .post-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.single-post.template-content-main .related-posts .post-card .content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-post.template-content-main .related-posts .post-card .content p {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  color: --color-grey6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.single-post.template-content-main .related-posts .post-card .content date {
  color: var(--color-grey8);
  font-size: 14px;
  font-weight: 700;
}
.single-post.template-content-main .related-posts .blog-link {
  text-align: center;
  margin: 0 auto;
}
.single-post.template-content-main .related-posts .blog-link .btn-more {
  display: inline-block;
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-post.template-content-main .related-posts .blog-link .btn-more:hover {
  background-color: #333;
}

.resources_page .resources-grid {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .resources_page .resources-grid {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .resources_page .resources-grid {
    padding-top: 20px;
  }
}
.resources_page .resources-grid .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 480px) {
  .resources_page .resources-grid .container {
    gap: 30px;
  }
}
.resources_page .resources-grid .resources-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 20px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  height: 120px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .resources_page .resources-grid .resources-item {
    height: auto;
  }
}
@media (max-width: 480px) {
  .resources_page .resources-grid .resources-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 30px;
  }
}
.resources_page .resources-grid .resources-item:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.resources_page .resources-grid .resources-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  color: #000;
}
.resources_page .resources-grid .resources-item img {
  max-width: 16px;
}
.resources_page .resources-grid .txt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.resources_page .resources-grid .txt_container h2 {
  font-size: 24px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5px, 5px + (20 - 5) * (100vw - 768px) / 512, 20px);
}
@media (max-width: 768px) {
  .resources_page .resources-grid .txt_container h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 20px;
  }
}
.resources_page .resources-grid .txt_container label {
  font-size: 13px;
  background-color: --color-grey6;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 400;
}
.resources_page .resources-grid .txt_container label.link {
  background-color: --color-secondary;
}
.resources_page .resources-grid .txt_container label.attachment {
  background-color: var(--color-primary);
}
.resources_page .resources-grid .txt_container .filename {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-grey8);
  text-decoration: underline;
  word-break: break-all;
}

.contact_section.popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact_section.popup.active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.contact_section.popup .container {
  background: #fff;
  padding: clamp(20px, 20px + (40 - 20) * (100vw - 768px) / 512, 40px);
  border-radius: 6px;
  max-width: 700px;
  width: 95%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 480px) {
  .contact_section.popup .container {
    max-height: 95vh;
    margin: 10px;
  }
}
.contact_section.popup .container::-webkit-scrollbar {
  width: 6px;
}
.contact_section.popup .container::-webkit-scrollbar-track {
  background: transparent;
}
.contact_section.popup .container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.contact_section.popup .container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}
.contact_section.popup .container h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: clamp(20px, 20px + (40 - 20) * (100vw - 768px) / 512, 40px);
  text-align: center;
}
@media (max-width: 768px) {
  .contact_section.popup .container h2 {
    font-size: 30px;
  }
}
.contact_section.popup .contact_form {
  gap: clamp(10px, 10px + (20 - 10) * (100vw - 768px) / 512, 20px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .contact_section.popup .contact_form {
    grid-template-columns: 1fr;
  }
}
.contact_section.popup .form_item {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5px, 5px + (10 - 5) * (100vw - 768px) / 512, 10px);
  grid-template-columns: 3fr 7fr;
}
.contact_section.popup .form_item span {
  color: #da0000;
}
.contact_section.popup .form_item.full_column {
  grid-column: 1/span 2;
  grid-template-columns: 1fr;
}
@media (max-width: 768px) {
  .contact_section.popup .form_item.full_column {
    grid-column: unset;
  }
}
.contact_section.popup .form_item label {
  display: block;
  font-size: 15px;
  font-weight: 700;
}
.contact_section.popup .form_item input, .contact_section.popup .form_item textarea, .contact_section.popup .form_item select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}
.contact_section.popup .form_item input:focus, .contact_section.popup .form_item textarea:focus, .contact_section.popup .form_item select:focus {
  outline: none;
  border-color: var(--color-primary);
}
@media (max-width: 768px) {
  .contact_section.popup .form_item input, .contact_section.popup .form_item textarea, .contact_section.popup .form_item select {
    padding: 8px 12px;
  }
}
.contact_section.popup .form_item select {
  padding: 15px 10px;
  /* 기본 화살표 숨기기 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 커스텀 화살표 추가 */
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
}
@media (max-width: 768px) {
  .contact_section.popup .form_item select {
    padding: 8px 12px;
  }
}
.contact_section.popup .form_item textarea {
  height: 150px;
  resize: vertical;
}
@media (max-width: 768px) {
  .contact_section.popup .form_item textarea {
    height: 100px;
  }
}
.contact_section.popup .form_item button {
  width: 100%;
  padding: 15px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.contact_section.popup .form_item button:hover {
  background: color-mix(in srgb, var(--color-primary) 90%, black);
}
.contact_section.popup .form_item button:disabled {
  background: #999999;
  cursor: default;
}
.contact_section.popup .form_item button:disabled:hover {
  background: #999999;
}
.contact_section.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.contact_section.popup .close-btn::before, .contact_section.popup .close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
.contact_section.popup .close-btn::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact_section.popup .close-btn::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.privacy_policy-page .container {
  gap: 15px;
}
.privacy_policy-page h1, .privacy_policy-page h2, .privacy_policy-page h3, .privacy_policy-page h4, .privacy_policy-page h5, .privacy_policy-page h6 {
  font-weight: 800;
  line-height: 1.2;
}
.privacy_policy-page h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
.privacy_policy-page h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.privacy_policy-page h3, .privacy_policy-page h4, .privacy_policy-page h5, .privacy_policy-page h6 {
  font-size: 16px;
}
.privacy_policy-page p, .privacy_policy-page li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: --color-grey6;
}
.privacy_policy-page ol, .privacy_policy-page ul {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.privacy_policy-page ol li {
  list-style: decimal;
}
.privacy_policy-page ul li {
  list-style: disc;
}
.privacy_policy-page a {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.privacy_policy-page a:hover {
  color: #000;
}

.error .page_header {
  padding-top: 100px;
  padding-bottom: 100px;
}
.error .page_header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-template-normal {
  height: 300px;
}
@media (max-width: 768px) {
  .header-template-normal {
    height: auto;
  }
}
@media (max-width: 768px) {
  .header-template-normal .container {
    padding: 0;
  }
}
.header-template-normal .content_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-template-normal .title_wrapper h1 {
  color: #FFF;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: 0.132em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .header-template-normal .title_wrapper h1 {
    font-size: 40px;
  }
}
.header-template-normal .image_wrapper {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.header-template-normal .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.template-normal .container {
  position: relative;
}
.template-normal .page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: clamp(30px, 30px + (80 - 30) * (100vw - 768px) / 512, 80px);
}
.template-normal .page_header .container {
  padding: 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.template-normal .page_header h1 {
  font-size: 44px;
  font-weight: 800;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  .template-normal .page_header h1 {
    font-size: 30px;
  }
}
.template-normal .page_header p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-grey6);
}
.template-normal .page_header .image_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  height: clamp(150px, 150px + (250 - 150) * (100vw - 768px) / 512, 250px);
  margin-top: 20px;
}
@media (max-width: 480px) {
  .template-normal .page_header .image_wrapper {
    display: none;
  }
}
.template-normal .page_header .image_wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.template-normal .page_header .image_wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
}

.header-template-featured {
  height: 600px;
}
@media (max-width: 768px) {
  .header-template-featured {
    height: auto;
  }
}
@media (max-width: 768px) {
  .header-template-featured .container {
    padding: 0;
  }
}
.header-template-featured .title_img_grp {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header-template-featured .title_img_grp {
    position: relative;
    height: 320px;
  }
}
@media (max-width: 480px) {
  .header-template-featured .title_img_grp {
    height: 200px;
  }
}
.header-template-featured .title_wrapper {
  position: absolute;
  top: 80px;
  left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  z-index: 3;
}
@media (max-width: 1180px) {
  .header-template-featured .title_wrapper {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .header-template-featured .title_wrapper {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    padding: 0 20px;
    gap: 5px;
  }
  .header-template-featured .title_wrapper br {
    display: none;
  }
}
.header-template-featured .title_wrapper h1 {
  color: #FFF;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.32px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .header-template-featured .title_wrapper h1 {
    font-size: 40px;
    letter-spacing: 1.1px;
  }
}
.header-template-featured .title_wrapper .service_catch {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .header-template-featured .title_wrapper .service_catch {
    font-size: 15px;
  }
}
.header-template-featured .description_wrapper {
  position: absolute;
  bottom: 80px;
  left: 80px;
  width: 80%;
  max-width: 620px;
  z-index: 3;
}
.header-template-featured .description_wrapper p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1180px) {
  .header-template-featured .description_wrapper {
    left: 40px;
  }
}
@media (max-width: 768px) {
  .header-template-featured .description_wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    background-color: var(--color-grey10);
  }
  .header-template-featured .description_wrapper p {
    color: #000;
    font-weight: 300;
  }
}
.header-template-featured .image_wrapper {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.header-template-featured .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-animation: slideImageZoom 2s ease forwards;
          animation: slideImageZoom 2s ease forwards;
}

.template-content-main > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: clamp(60px, 60px + (100 - 60) * (100vw - 768px) / 512, 100px);
}
.template-content-main .container {
  position: relative;
  padding-top: clamp(60px, 60px + (100 - 60) * (100vw - 768px) / 512, 100px);
  padding-bottom: clamp(60px, 60px + (100 - 60) * (100vw - 768px) / 512, 100px);
}
.template-content-main .section_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.image-slider {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  width: 100%;
}
.image-slider .image-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  width: 100%;
}
.image-slider .image-slider-item {
  min-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.image-slider .image-slider-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
  mix-blend-mode: multiply;
}
.image-slider .image-slider-item img.no-multiply {
  mix-blend-mode: normal;
}
.image-slider .slider-nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.image-slider .slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.image-slider .slider-dot.active {
  background: #fff;
}
.image-slider .slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 1px solid #999;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.image-slider .slider-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: #666;
}
.image-slider .slider-arrow.prev {
  left: 20px;
}
.image-slider .slider-arrow.prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}
.image-slider .slider-arrow.next {
  right: 20px;
}
.image-slider .slider-arrow.next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}

.table-type-01 {
  min-width: 800px;
  border: 1px dashed #000;
  border-radius: 6px;
}
.table-type-01 th, .table-type-01 td {
  line-height: 150%;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid var(--color-greyD4);
  border-right: 1px solid var(--color-greyD4);
}
.table-type-01 th {
  font-weight: 700;
}
.table-type-01 th:last-child {
  border-right: none;
}
.table-type-01 td li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.table-type-01 td.bg-grey {
  background-color: var(--color-greyF7);
}
.table-type-01 tr:last-child td {
  border-bottom: none;
}
.table-type-01 tr:last-child td:last-child {
  border-right: none;
}
.table-type-01 tr th.no-border-bottom, .table-type-01 tr td.no-border-bottom {
  border-bottom: none;
}
.table-type-01 tr th.no-border-right, .table-type-01 tr td.no-border-right {
  border-right: none;
}
.table-type-01 tr th.border-right, .table-type-01 tr th.border-right:last-child, .table-type-01 tr td.border-right, .table-type-01 tr td.border-right:last-child {
  border-right: 1px solid var(--color-greyD4);
}

.module-section {
  width: 100%;
}
.module-section.common-section .section_container {
  gap: 40px;
}
.module-section.no-title-border .section_container {
  gap: 30px;
}
.module-section.contact-banner-section {
  border-top: 1px solid var(--color-grey10);
}
.module-section.contact-banner-section .section_container {
  padding-top: 100px;
  padding-top: clamp(60px, 60px + (100 - 60) * (100vw - 768px) / 512, 100px);
}
.module-section.contact-banner-section .module-2col.banner-with-link {
  grid-template-columns: auto 30%;
}
@media (max-width: 768px) {
  .module-section.contact-banner-section .module-2col.banner-with-link {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.module-section.contact-banner-section h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  line-height: 140%; /* 36.4px */
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .module-section.contact-banner-section h2 {
    font-size: 22px;
  }
}
.module-section.contact-banner-section .btn_wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .module-section.contact-banner-section .btn_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.module-section.contact-banner-section .btn_wrapper .btn {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  text-transform: uppercase;
  gap: 60px;
}
.module-section .inner-title {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 100%; /* 34px */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .module-section .inner-title {
    font-size: 28px;
  }
}
.module-section .inner_title-small {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.module-section .inner_title-small h4 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%; /* 22px */
}

.module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.module.with-border {
  border: 1px solid var(--color-greyD4);
  border-radius: 6px;
  overflow: hidden;
  padding: 60px;
}
@media (max-width: 768px) {
  .module.with-border {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .module.with-border {
    padding: 20px;
  }
}
.module.with-icongrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.module.bg-roundness {
  border-radius: 100%;
  background: var(--color-greyF8);
  padding: 10px;
  overflow: hidden;
}
.module.with-border-dashed {
  border: 1px dashed #000;
  border-radius: 100%;
  aspect-ratio: 1/1;
}
.module.with-bgimage {
  position: relative;
}
.module.with-bgimage .module-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.module.with-bgimage .module-text h3 {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 120%; /* 26px */
  text-transform: uppercase;
}
.module.with-bgimage .module-text p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.module.with-bgimage .module-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module.module-image.image-rounding {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--color-greyD4);
}
.module.non-alternating-2col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .module.non-alternating-2col {
    row-gap: 60px;
  }
}
.module.non-alternating-2col .numbering {
  color: #000;
  font-size: clamp(34px, 34px + (42 - 34) * (100vw - 768px) / 512, 42px);
  font-weight: 800;
  line-height: 100%; /* 42px */
  opacity: 0.3;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .module.non-alternating-2col .numbering {
    margin-bottom: 0px;
  }
}
.module.non-alternating-2col h5 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
}
.module.non-alternating-2col p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.module.non-alternating-2col .text-image-grp {
  width: 100%;
  gap: 50px;
  display: grid;
  grid-template-columns: 350px auto;
}
@media (max-width: 1180px) {
  .module.non-alternating-2col .text-image-grp {
    gap: 30px;
    grid-template-columns: minmax(280px, 280px) auto;
  }
}
@media (max-width: 768px) {
  .module.non-alternating-2col .text-image-grp {
    grid-template-columns: 1fr;
  }
}
.module.non-alternating-2col .module-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .module.non-alternating-2col .module-image img {
    width: 100%;
  }
}

.square-grid .module-text {
  color: #fff;
}
.square-grid .module-text h3, .square-grid .module-text h4, .square-grid .module-text h5 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
}

.module-1col {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.module-1col .module-1col-item {
  width: 100%;
}
.module-1col.mobile-scrollY {
  overflow-y: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.module-1col.alternating-2col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 60px;
}
.module-1col.alternating-2col .numbering {
  color: #000;
  font-size: 42px;
  font-weight: 800;
  line-height: 100%; /* 42px */
  opacity: 0.3;
  margin-bottom: 10px;
}
.module-1col.alternating-2col h5 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
}
.module-1col.alternating-2col p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.module-1col.alternating-2col .text-image-grp {
  width: 100%;
  gap: 70px;
}
.module-1col.alternating-2col .text-image-grp:nth-child(odd) {
  grid-template-columns: 50% auto;
}
.module-1col.alternating-2col .text-image-grp:nth-child(odd) .module-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.module-1col.alternating-2col .text-image-grp:nth-child(odd) .module-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-1col.alternating-2col .text-image-grp:nth-child(even) {
  grid-template-columns: auto 50%;
}
.module-1col.alternating-2col .text-image-grp:nth-child(even) .module-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.module-1col.alternating-2col .text-image-grp:nth-child(even) .module-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 768px) {
  .module-1col.alternating-2col .text-image-grp:nth-child(even), .module-1col.alternating-2col .text-image-grp:nth-child(odd) {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .module-1col.alternating-2col .text-image-grp:nth-child(even) .module-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .module-1col.alternating-2col .text-image-grp:nth-child(even) .module-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.module-2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .module-2col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.module-2col .module-2col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.module-2col .module-2col-item h2 {
  font-size: 30px;
  font-weight: 800;
}
.module-2col .module-2col-item h4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%; /* 30px */
}
.module-2col .module-2col-item p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.module-2col .module-2col-item.module-image {
  gap: unset;
  width: 100%;
  overflow: hidden;
}
.module-2col .module-2col-item.module-image .image-slider {
  width: 100%;
  max-width: 100%;
}
.module-2col.text-image-grp {
  grid-template-columns: 120px auto;
  gap: 20px;
}
.module-2col.text-image-grp .title-with-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.module-2col.text-image-grp .title-with-p h5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
@media (max-width: 768px) {
  .module-2col.text-image-grp .title-with-p h5 {
    font-size: 20px;
  }
}
.module-2col.text-image-grp .title-with-p p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.module-2col.with-numbering {
  gap: 20px;
}
.module-2col.with-numbering .module-3col {
  display: grid;
  gap: 25px;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: var(--color-greyF7);
  grid-template-columns: 60px 1px auto;
}
@media (max-width: 480px) {
  .module-2col.with-numbering .module-3col {
    grid-template-columns: 40px 1px auto;
    padding: 25px 20px;
  }
}
.module-2col.with-numbering .module-3col .divider {
  width: 1px;
  height: 100%;
  background: var(--color-grey10);
}
.module-2col.with-numbering .numbering {
  color: var(--color-greyB9);
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 100%; /* 42px */
}
@media (max-width: 480px) {
  .module-2col.with-numbering .numbering {
    font-size: 34px;
  }
}
.module-2col.with-numbering .title-with-p {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.module-2col.with-numbering .title-with-p h5 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%; /* 22px */
}
.module-2col.with-numbering .title-with-p p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.module-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.module-3col .module-1col-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .module-3col {
    grid-template-columns: repeat(1, 1fr);
  }
}

.module-4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  width: 100%;
}
@media (max-width: 1180px) {
  .module-4col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .module-4col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.module-4col .module.module-image {
  width: 100%;
}
.module-4col.square-grid .module.module-image {
  aspect-ratio: 1/1;
}

.module-5col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .module-5col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .module-5col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.module-5col.only-image {
  gap: 0;
  border-radius: 6px;
  overflow: hidden;
}
.module-5col.only-image .module-image {
  width: 100%;
}
.module-5col.only-image .module-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.module-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.module-text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.module-text.indicate-source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.module-text.indicate-source p {
  color: var(--color-grey6);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
.module-text.indicate-source a {
  text-decoration: none;
}
.module-text.module-description {
  max-width: 820px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.module-text.module-description p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
}
@media (max-width: 768px) {
  .module-text.module-description p {
    font-size: 16px;
  }
}

.module.module-image {
  border-radius: 6px;
  overflow: hidden;
}

.module-icongrp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  width: 100%;
}
.module-icongrp.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media (max-width: 1180px) {
  .module-icongrp.grid-4 {
    gap: 30px 50px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .module-icongrp.grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.module-icongrp .module-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.module-icongrp .module-icon-item.bg-roundness {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  aspect-ratio: 1/1;
}
.module-icongrp .module-icon-item.bg-roundness .module-icon {
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 980px) {
  .module-icongrp .module-icon-item.bg-roundness .module-icon {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .module-icongrp .module-icon-item.bg-roundness .module-icon img {
    max-width: 40px;
  }
}
@media (max-width: 768px) {
  .module-icongrp .module-icon-item.bg-roundness {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    gap: 5px;
  }
}
.module-icongrp .module-icon-item.bg-roundness .feature-numbers {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  line-height: 100%; /* 41.6px */
}
@media (max-width: 980px) {
  .module-icongrp .module-icon-item.bg-roundness .feature-numbers {
    font-size: 20px;
  }
}
.module-icongrp .module-icon-item.bg-roundness .module-text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
}
@media (max-width: 980px) {
  .module-icongrp .module-icon-item.bg-roundness .module-text {
    font-size: 16px;
  }
}
.module-icongrp .module-icon-item .module-text {
  color: #000;
  font-size: 14px;
}
.module-icongrp .module-icon-item.align-center {
  row-gap: 25px;
}
.module-icongrp .module-icon-item.align-center .module-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 66px;
}
.module-icongrp .module-icon-item.align-center .module-icon img {
  max-height: 60px;
}
.module-icongrp .module-icon-item.align-center .title-with-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.module-icongrp .module-icon-item.align-center .title-with-p h5 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.module-icongrp .module-icon-item.align-center .title-with-p p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.module-icongrp .module-icon-withlabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.module-icongrp .module-icon-withlabel label {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  text-transform: uppercase;
}

.module-section-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.module-section-title h2 {
  color: #000;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .module-section-title h2 {
    font-size: 28px;
  }
}
.module-section-title.no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.module-table {
  width: 100%;
}

.implementation-effect .module-icongrp.grid-4 {
  margin-top: 40px;
  -webkit-column-gap: clamp(40px, 40px + (80 - 40) * (100vw - 768px) / 512, 80px);
     -moz-column-gap: clamp(40px, 40px + (80 - 40) * (100vw - 768px) / 512, 80px);
          column-gap: clamp(40px, 40px + (80 - 40) * (100vw - 768px) / 512, 80px);
  row-gap: clamp(50px, 50px + (100 - 50) * (100vw - 768px) / 512, 100px);
}

.cards-stack-grp {
  width: 100%;
}
.cards-stack-grp .module-grp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.cards-stack-grp .module-grp h5 {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  line-height: 100%; /* 26px */
  text-transform: uppercase;
}
.cards-stack-grp .module-stack-grp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.cards-stack-grp .module-stack {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 30px 40px;
}
.cards-stack-grp .module-stack b {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}
.cards-stack-grp .module-stack p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}

.projects-page .module-section.hero-section p {
  max-width: 880px;
}
@media (max-width: 1180px) {
  .projects-page .module-4col.square-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .projects-page .module-4col.square-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .projects-page .module-4col.square-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.projects-page .module-4col.square-grid .with-bgimage {
  cursor: pointer;
}
.projects-page .module-4col.square-grid .with-bgimage:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.projects-page .module-4col.square-grid .with-bgimage img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.projects-page .module-4col.square-grid h5 {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
}
.projects-page .non-alternating-2col .text-image-grp .title-with-p {
  gap: 30px;
}
.projects-page .non-alternating-2col .text-image-grp .title-with-p h5 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
}
.projects-page .non-alternating-2col .text-image-grp .title-with-p ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.projects-page .non-alternating-2col .text-image-grp .title-with-p ul b {
  font-weight: 600;
}
.projects-page .non-alternating-2col .module-image.with-border {
  padding: 30px 40px;
}

.government-support-page .module-2col .module-2col-item.module-image {
  height: 450px;
  row-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.government-support-page .module-2col .module-2col-item.module-image .module.module-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
}
.government-support-page .module-section.common-section .section_container {
  gap: 60px;
}

.about-page .hero-section {
  padding: 0;
}
.about-page .hero-section .section_container {
  row-gap: 70px;
}
.about-page .hero-section .module-1col.module-text {
  row-gap: 30px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .about-page .hero-section .module-1col.module-text {
    padding: 0;
  }
}
.about-page .hero-section .with-bgimage {
  height: 300px;
}
@media (max-width: 768px) {
  .about-page .hero-section .with-bgimage {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .about-page .hero-section .with-bgimage .module-text {
    padding: 20px;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .about-page .hero-section .with-bgimage .module-image img {
    max-width: unset;
    height: 100%;
    width: auto;
  }
}
.about-page .value-section .module-1col.module-text {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-page .value-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.about-page .value-section ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 200%; /* 48px */
  list-style-type: decimal;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .about-page .value-section ul li {
    font-size: 20px;
    line-height: 160%;
  }
}
.about-page .history-section .history-wrapper {
  gap: 20px;
}
.about-page .history-section .column-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about-page .history-section .column-wrapper:last-child {
  margin-top: 105px;
}
@media (max-width: 768px) {
  .about-page .history-section .column-wrapper:last-child {
    margin-top: 0;
  }
}
.about-page .history-section .year-wrapper.module-2col {
  grid-template-columns: 70px auto;
  gap: 25px;
}
.about-page .history-section .year-wrapper.module-2col .module-2col-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.about-page .history-section .year-wrapper.module-2col .module-2col-item.module-text h3 {
  color: #000;
  font-size: 26px;
  font-weight: 800;
  opacity: 0.3;
  line-height: 100%;
}
.about-page .history-section .year-wrapper.module-2col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.about-page .history-section .year-wrapper.module-2col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
}
.about-page .ci-section .ciintro-wrapper.module-2col {
  padding: 40px 0;
  grid-template-columns: auto 30%;
}
@media (max-width: 768px) {
  .about-page .ci-section .ciintro-wrapper.module-2col {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0;
  }
}
.about-page .ci-section .ciintro-wrapper.module-2col .module-text img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-page .ci-section .ciintro-wrapper.module-2col .module-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
.about-page .ci-section .ciintro-wrapper.module-2col .btn_wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .about-page .ci-section .ciintro-wrapper.module-2col .btn_wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about-page .ci-section .module-gridbg {
  min-height: 300px;
  padding: 20px 80px;
  background-position: center;
  background-repeat: repeat;
}
.about-page .ci-section .module-gridbg .module-3col {
  width: 100%;
}
.about-page .ci-section .module-gridbg .module-3col-item.module-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-page .map-section .address-wrapper.module-1col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .about-page .map-section .address-wrapper.module-1col {
    padding: 0;
  }
}
.about-page .map-section .address-wrapper.module-1col p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.about-page .map-section .module-map.with-border {
  border-radius: 6px;
  padding: 0;
}

.certificate-page .module-5col {
  gap: 25px;
}
@media (max-width: 480px) {
  .certificate-page .module-5col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.certificate-page .module.with-border {
  padding: 0;
}

.mes-pop .rt-factory .module-2col .module-2col-item p, .mes-pop .rt-control .module-2col .module-2col-item p {
  font-size: 18px;
  line-height: 1.7;
}
.mes-pop .module-1col-item.module-image.with-border {
  min-width: 768px;
}
@media (max-width: 768px) {
  .mes-pop .module-1col-item.module-image.with-border {
    padding: 40px;
  }
}
.mes-pop .image-slider.with-border {
  padding: 0;
}
.mes-pop .diagram-grp .diagram-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.mes-pop .diagram-grp .with-arrow-long {
  width: 100%;
}
.mes-pop .diagram-grp .with-arrow-long .module-2col-item {
  position: relative;
  height: 184px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .mes-pop .diagram-grp .module.with-arrow-long.module-2col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mes-pop .diagram-grp .module.with-arrow-long .module-2col-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mes-pop .diagram-grp .module.with-arrow-long .module-text {
  background-color: #FFF;
  color: #000;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%; /* 26px */
  padding: 10px;
  z-index: 1;
}
@media (max-width: 768px) {
  .mes-pop .diagram-grp .module.with-arrow-long .module-text {
    font-size: 18px;
  }
}
.mes-pop .diagram-grp .module.with-arrow-long .arrow-long {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}
.mes-pop .diagram-grp .module.with-arrow-long .arrow-long.go-down {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.mes-pop .diagram-grp .with-border.with-icongrp {
  row-gap: 50px;
}
.mes-pop .diagram-grp .with-border.with-icongrp .with-title-bgline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mes-pop .diagram-grp .with-border.with-icongrp .with-title-bgline .module-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%; /* 20px */
  background-color: #FFF;
  padding: 5px 10px;
  z-index: 1;
}
.mes-pop .module-2col.text-image-grp {
  grid-template-columns: 120px auto;
  gap: 20px;
}
.mes-pop .module-section.effect-grp .bg-roundness .module-icon {
  opacity: 0.6;
}
@media (max-width: 1180px) {
  .mes-pop .module-section.effect-grp .module-icongrp.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .mes-pop .module-section.effect-grp .module-icongrp.grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .mes-pop .module-section.effect-grp .module-icongrp.grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.erp .implementation-effect .divider.border-grey {
  margin-top: 40px;
  background-color: var(--color-greyD4);
}
@media (max-width: 768px) {
  .erp .module-section.hero-section {
    padding: 0;
  }
}
.erp .module-section.hero-section .section_container {
  row-gap: 65px;
}
@media (max-width: 768px) {
  .erp .module-section.hero-section .section_container {
    row-gap: 40px;
  }
}
@media (max-width: 768px) {
  .erp .module-section.hero-section .section_container h2 {
    font-size: 28px;
  }
}
.erp .module-section.hero-section .module-1col-item.module-text {
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .erp .module-section.hero-section .module-1col-item.module-text {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .erp .module-section.hero-section .module-1col-item.module-text h3 {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .erp .module-section.hero-section .module-1col-item.module-text p {
    font-size: 16px;
    text-align: left;
  }
  .erp .module-section.hero-section .module-1col-item.module-text p br {
    display: none;
  }
}
.erp .module-section.hero-section .with-bgimage {
  height: 300px;
}
@media (max-width: 768px) {
  .erp .module-section.hero-section .with-bgimage {
    height: 240px;
  }
}
.erp .module-section.hero-section .with-bgimage .module-image {
  height: 100%;
}
@media (max-width: 980px) {
  .erp .diagram-grp .section_container {
    overflow-y: visible;
    overflow-x: auto;
    padding: 20px 0;
  }
}
.erp .diagram-grp .module-3col.diagram-wrapper {
  grid-template-columns: 35% auto 35%;
  gap: 40px;
  width: 100%;
  MIN-WIDTH: 800px;
}
@media (max-width: 980px) {
  .erp .diagram-grp .module-3col.diagram-wrapper {
    grid-template-columns: 40% auto 40%;
    gap: 20px;
  }
}
.erp .diagram-grp .module-3col.diagram-wrapper .module-1col-item.with-border-dashed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.erp .diagram-grp .module-3col.diagram-wrapper h4 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 100%; /* 26px */
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 8px;
}
.erp .diagram-grp .module-3col.diagram-wrapper .module-txtgrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: clamp(40px, 40px + (80 - 40) * (100vw - 768px) / 512, 80px);
  row-gap: 30px;
}
.erp .diagram-grp .module-3col.diagram-wrapper .module-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 15px;
}
.erp .diagram-grp .module-3col.diagram-wrapper .module-text b {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%; /* 20px */
}
.erp .diagram-grp .module-3col.diagram-wrapper .module-text ul li {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%; /* 32.4px */
}
@media (max-width: 980px) {
  .erp .diagram-grp .module-3col.diagram-wrapper .module-text ul li {
    font-size: 16px;
    line-height: 150%;
  }
}
.erp .diagram-grp .module-3col.diagram-wrapper .btn_wrapper {
  gap: 45px;
}
.erp .diagram-grp .module-3col.diagram-wrapper .with-arrow-long .module-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 980px) {
  .erp .diagram-grp .module-3col.diagram-wrapper .with-arrow-long .module-container {
    gap: 0;
  }
}
.erp .diagram-grp .module-3col.diagram-wrapper .with-arrow-long .module-text.primary-color {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  line-height: 130%; /* 33.8px */
}
@media (max-width: 980px) {
  .erp .diagram-grp .module-3col.diagram-wrapper .with-arrow-long .module-text.primary-color {
    font-size: 22px;
  }
}
.erp .diagram-grp .module-3col.diagram-wrapper .with-arrow-long svg {
  width: 100%;
}

.pms .module-5col.only-image .module-5col-item h5 {
  color: #FFF;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
}
@media (max-width: 980px) {
  .pms .module-5col.only-image .module-5col-item h5 {
    font-size: 22px;
  }
}
.pms .module-5col.only-image .module.module-image {
  overflow: visible;
}
@media (max-width: 480px) {
  .pms .module-5col.only-image .module.module-image {
    height: 240px;
  }
}

.qms .example-grp .module-image.image-rounding img {
  width: 100%;
}

@media screen and (max-width: 860px) {
  .joy-ai .module-3col.cards-stack-grp {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .joy-ai .module-3col.cards-stack-grp {
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .joy-ai .module-stack p {
    min-height: 70px;
  }
}
@media screen and (max-width: 860px) {
  .joy-ai .module-stack p {
    min-height: unset;
  }
}

.mobile-solution .non-alternating-2col {
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
@media (max-width: 980px) {
  .mobile-solution .non-alternating-2col {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.mobile-solution .non-alternating-2col .module-1col-item.title-with-p {
  gap: 15px;
  min-height: 206px;
}
@media (max-width: 980px) {
  .mobile-solution .non-alternating-2col .module-1col-item.title-with-p {
    min-height: 230px;
  }
}
@media (max-width: 768px) {
  .mobile-solution .non-alternating-2col .module-1col-item.title-with-p {
    min-height: unset;
  }
}
.mobile-solution .non-alternating-2col .text-image-grp {
  row-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .mobile-solution .non-alternating-2col .text-image-grp {
    display: grid;
  }
}
.mobile-solution .non-alternating-2col .module-image {
  border-radius: 16px;
  border: 5px solid #AAA;
}
@media (max-width: 768px) {
  .mobile-solution .non-alternating-2col .module-image {
    max-width: 320px;
    margin: 0 auto;
  }
}

.monitoring .module.non-alternating-2col .numbering {
  font-size: clamp(34px, 34px + (42 - 34) * (100vw - 768px) / 512, 42px);
}
.monitoring .module.non-alternating-2col .module-2col.text-image-grp .title-with-p {
  gap: clamp(10px, 10px + (15 - 10) * (100vw - 768px) / 512, 15px);
}
@media (max-width: 1180px) {
  .monitoring .module.non-alternating-2col .module-image img {
    height: auto;
  }
}

.dx .tab-btn-section .section_container {
  row-gap: clamp(30px, 30px + (60 - 30) * (100vw - 768px) / 512, 60px);
}
.dx .tab-btn-section .divider.divider-dashed {
  margin-top: clamp(30px, 30px + (60 - 30) * (100vw - 768px) / 512, 60px);
}
.dx .module-5col.tab-btn-grp {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .dx .module-5col.tab-btn-grp {
    row-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .dx .module-5col.tab-btn-grp {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dx .module-5col.tab-btn-grp .module-tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background-color: #F6F6F6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.dx .module-5col.tab-btn-grp .module-tab-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.dx .module-5col.tab-btn-grp .module-tab-btn:hover {
  background-color: #fff;
  border: 1px solid #A8A8A8;
  -webkit-box-shadow: 2px 4px 0px 0px var(--color-grey10);
          box-shadow: 2px 4px 0px 0px var(--color-grey10);
}
.dx .example-section .section_container {
  row-gap: 50px;
}
.dx .example-section .module-2col.text-image-grp {
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
@media (max-width: 768px) {
  .dx .example-section .module-2col.text-image-grp {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.dx .example-section .module-2col.text-image-grp .module-text.title-with-p {
  padding: 50px 10px 50px 60px;
  row-gap: 15px;
}
@media (max-width: 768px) {
  .dx .example-section .module-2col.text-image-grp .module-text.title-with-p {
    padding: 0;
  }
}
.dx .example-section .module-2col.text-image-grp .module-text.title-with-p h4 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
  margin-bottom: 15px;
}
.dx .example-section .module-2col.text-image-grp .module-text.title-with-p ul li {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%; /* 27.2px */
}
.dx .example-section .module-2col.text-image-grp .module-text.title-with-p p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.dx .example-section .module-2col.text-image-grp .module-2col-item.module-image {
  border-radius: 6px;
  border: 1px solid var(--color-greyD4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.dx .example-section .module-2col.text-image-grp .module-2col-item.module-image img {
  width: unset;
}
.dx .example-section .diagram-wrapper {
  row-gap: 25px;
}
.dx .example-section .diagram-wrapper .module-1col.with-border {
  border-radius: 6px;
  border: 1px solid var(--color-greyD4);
  padding: 0;
}
.dx .example-section .module-1col.example-screen {
  row-gap: 25px;
}
.dx .example-section .module-2col.image-grp .module-image {
  border-radius: 6px;
  border: 1px solid var(--color-greyD4);
  overflow: hidden;
}

.education-and-consulting .hero-section {
  padding: 0;
}
.education-and-consulting .hero-section .section_container {
  row-gap: 90px;
}
@media (max-width: 768px) {
  .education-and-consulting .hero-section .section_container {
    row-gap: 60px;
  }
}
.education-and-consulting .hero-section .module-1col-item.module-text {
  padding: 0 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media (max-width: 768px) {
  .education-and-consulting .hero-section .module-1col-item.module-text {
    padding: 0;
  }
}
.education-and-consulting .hero-section .module-1col-item.module-text h2 {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  line-height: 130%; /* 49.4px */
}
@media (max-width: 768px) {
  .education-and-consulting .hero-section .module-1col-item.module-text h2 {
    font-size: 28px;
  }
}
.education-and-consulting .hero-section .module-1col-item.module-text p {
  color: #666;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
}
@media (max-width: 768px) {
  .education-and-consulting .hero-section .module-1col-item.module-text p {
    font-size: 16px;
  }
}
.education-and-consulting .partners-section .section_container {
  row-gap: 20px;
}
@media (max-width: 768px) {
  .education-and-consulting .partners-section .section_container {
    row-gap: 50px;
  }
}
.education-and-consulting .partners-section .module-2col-item.module-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .education-and-consulting .partners-section .module-2col {
    gap: 40px;
  }
}
.education-and-consulting .partners-section .module-text.title-with-p {
  padding: 60px 0;
}
@media (max-width: 768px) {
  .education-and-consulting .partners-section .module-text.title-with-p {
    padding: 0;
  }
}
.education-and-consulting .partners-section .module-text.title-with-p h4 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%; /* 26px */
}
.education-and-consulting .partners-section .module-text.title-with-p li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
.education-and-consulting .tab-consulting .hero-section .module-1col-item.module-text {
  row-gap: 40px;
}
.education-and-consulting .tab-consulting .hero-section .module-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.education-and-consulting .tab-consulting .diagram-wrapper .module-image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 800px;
}
.education-and-consulting .tab-consulting .expert-section .module-4col {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.education-and-consulting .tab-consulting .expert-section .module-4col .module-text {
  row-gap: 15px;
  top: auto;
  bottom: 0;
  left: 0;
  padding: 30px;
  text-align: left;
  -webkit-transform: none;
          transform: none;
  min-height: 180px;
}
.education-and-consulting .tab-consulting .expert-section .module-4col .module-text p {
  text-align: left;
}
.education-and-consulting .tab-consulting .expert-section .module-4col .module-text .numbering {
  color: #FFF;
  font-size: 36px;
  font-weight: 900;
  line-height: 140%; /* 50.4px */
}
.education-and-consulting .tab-consulting .expert-section .module-4col .module-text p {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
}

.service-support .non-alternating-2col .text-image-grp h5 {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}
.service-support .diagram-wrapper .module-image.with-border {
  padding: 20px;
  min-width: 800px;
}