:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Pretendard/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
body {
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.32px;
  -ms-overflow-style: none;
  background: #fff;
  word-break: keep-all;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0;
}

a {
  color: inherit;
}

svg,
img {
  vertical-align: middle;
  max-width: 100%;
}

i {
  line-height: 1;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}

[class^=icon-] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  flex-shrink: 0;
}

.icon-mail {
  background-image: url("../images/icon-mail.svg");
  width: 24px;
  height: 24px;
}

.icon-phone {
  background-image: url("../images/icon-phone.svg");
  width: 24px;
  height: 24px;
}

.icon-check-gray {
  background-image: url("../images/icon-check-gray.svg");
  width: 18px;
  height: 18px;
}

.icon-check-white {
  background-image: url("../images/icon-check-white.svg");
  width: 18px;
  height: 18px;
}

.badge {
  --bs-badge-font-size: .8125rem;
  --bs-badge-padding-x: .75rem;
  --bs-badge-padding-y: .5rem;
  --bs-badge-border-radius: 100px;
  background-color: #3f3f3f;
  border-radius: var(--bs-badge-border-radius);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.btn-lg {
  line-height: 1.6;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #999999;
}

.dropdown {
  --bs-dropdown-item-border-radius: .25rem;
}

.dropdown-menu {
  --bs-dropdown-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  --bs-dropdown-border-width: 0;
  box-shadow: var(--bs-dropdown-box-shadow);
}

.dropdown-item {
  text-align: center;
  font-weight: 500;
}

.form-select {
  text-align: left;
}

.form-select-sm {
  padding-right: 30px;
  background-position: right 0.5rem center;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-text {
  display: flex;
  gap: 4px;
  color: var(--UI_05);
  font-size: 13px;
  font-weight: 400;
}
.form-text i {
  flex-shrink: 0;
}

.invalid-feedback {
  line-height: 1.38426;
}
.invalid-feedback i {
  margin-right: 4px;
  transform: translateY(-1px);
}

.form-inline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-inline .col-form-label {
  min-width: var(--label-width);
}

.input-group {
  position: relative;
}
.input-group:focus-within .form-control {
  border-color: #0f55ee;
}
.input-group .form-control {
  border-radius: 0.75rem !important;
}
.input-group .form-control:focus {
  z-index: initial;
}
.input-group .icon-button {
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 4;
  padding: 0 15px;
  height: calc(100% - 2px);
  max-height: 44px;
  line-height: 1;
  border: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group .form-control-sm + .icon-button {
  padding: 0 12px;
}

.form-label {
  color: #fff;
}

.modal-backdrop + .modal-backdrop {
  --bs-backdrop-zindex: 1056;
}
.modal-backdrop + .modal-backdrop + .modal-backdrop {
  --bs-backdrop-zindex: 1058;
}

.modal {
  --bs-modal-padding: 1.5rem;
  --bs-modal-header-padding: 1rem;
  --bs-modal-inner-border-radius: 0.5rem;
  --bs-modal-border-width: 0;
  --bs-modal-footer-border-width: 0;
  --bs-modal-margin: 1rem;
  overflow: hidden;
}
.modal.second {
  --bs-modal-zindex: 1057;
}
.modal.third {
  --bs-modal-zindex: 1059;
}
@media (min-width: 992px) {
  .modal {
    --bs-modal-header-padding: 1.5rem;
  }
}

.modal-content {
  box-shadow: 4px 4px 15px rgb(0, 0, 0);
}

.modal-header .btn-close {
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 19L5 5M19 5L5 19' stroke='%2326282C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  margin: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background-position: 0 0;
  background-size: contain;
}

.modal-title {
  font-weight: 700;
}

.navbar-brand {
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-font-size: 20px;
  font-family: "ClashDisplay-Variable";
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .navbar-brand {
    max-width: 80px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.nav-link {
  font-weight: 700;
  padding: 0 !important;
}

.navbar {
  --bs-navbar-padding-y: 0.8rem;
}
@media (min-width: 1200px) {
  .navbar {
    --bs-navbar-padding-y: 1.25rem;
  }
}

.navbar-nav {
  gap: 39px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .navbar-nav {
    flex-direction: row;
  }
}

.pagination {
  margin-top: 0.75rem;
}
@media (min-width: 1200px) {
  .pagination {
    margin-top: 1.5rem;
  }
}
.pagination .material-icons {
  font-size: 17px;
  vertical-align: middle;
  margin-left: -4px;
  margin-right: -4px;
}

.progress {
  background: rgba(var(--UI_11), 1);
  border-radius: 50rem;
  height: 16px;
  position: relative;
  overflow: visible;
}
.progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--UI_08);
  border-radius: 50rem;
}

.progress-bar {
  background: #B1CBDD;
  border-radius: 50rem;
  overflow: visible;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.project-list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .project-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    gap: 40px;
  }
}
.project-list .project-item {
  width: 100%;
  text-decoration: none;
}
.project-list .project-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 24px 0;
  position: relative;
}
.project-list .project-info::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.project-list .project-img img {
  width: 100%;
}
.project-list .project-name {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
}

.table-fixed {
  table-layout: fixed;
}

.table {
  font-size: 14px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .table {
    font-size: 13px;
    min-width: var(--minWidth);
  }
}
.table col {
  width: var(--col-width);
}
@media (min-width: 1200px) {
  .table col {
    width: var(--col-width-lg);
  }
}
.table th {
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .table th {
    white-space: nowrap;
  }
}
.table td {
  word-break: break-all;
}
@media (max-width: 1199.98px) {
  .table .form-control-sm {
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 24px;
  }
}

.tab {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .tab {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 1199.98px) {
  .tab {
    background: #fff;
    position: sticky;
    padding: 0.5rem 0;
    top: 62px;
    z-index: 2;
  }
}
.tab .tab-inner {
  margin-left: -16px;
  margin-right: -16px;
}
.tab .tab-inner .swiper .swiper-wrapper {
  align-items: center;
}
@media (min-width: 1200px) {
  .tab .tab-inner .swiper .swiper-wrapper {
    justify-content: center;
  }
}
.tab .tab-inner .swiper .swiper-slide {
  width: auto;
}
.tab .tab-inner button {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.tab .tab-inner button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
}
.tab .tab-inner button.active {
  background: linear-gradient(135deg, #0f55ee, rgb(61.2134387352, 118.209486166, 242.7865612648));
  color: #000;
  box-shadow: 0 4px 15px rgba(15, 85, 238, 0.3);
}
@media (max-width: 991.98px) {
  .tab .tab-inner button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
}
.page-title {
  border-bottom: 1px solid #d0d6dd;
}
.page-title .page-title-inner {
  padding: 128px 128px 64px 96px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  color: #000;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .page-title .page-title-inner {
    margin: 0 0 20px;
    padding: 64px 16px 64px 16px;
  }
}
.page-title h1 {
  font-size: 100px;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .page-title h1 {
    font-size: 40px;
  }
}
.page-title .sub-title {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  color: #8a95a2;
  padding: 20px 0;
  position: relative;
}
@media (max-width: 1199.98px) {
  .page-title .sub-title {
    font-size: 20px;
    padding: 5px 0;
  }
}
.page-title .sub-title::before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 34px;
  background-color: #d0d6dd;
  position: absolute;
  left: -24px;
  top: 24px;
}
@media (max-width: 1199.98px) {
  .page-title .sub-title::before {
    left: -8px;
    top: 7px;
    height: 20px;
  }
}
.page-title .breadcrumb-dropdown {
  position: relative;
}
.page-title .breadcrumb-dropdown .breadcrumb-toggle {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  transition: opacity 0.2s;
}
.page-title .breadcrumb-dropdown .breadcrumb-toggle:hover {
  opacity: 0.7;
}
.page-title .breadcrumb-dropdown .breadcrumb-toggle .icon-breadcrumb-arrow-down {
  transition: transform 0.3s ease;
}
.page-title .breadcrumb-dropdown.active .breadcrumb-toggle .icon-breadcrumb-arrow-down {
  transform: rotate(180deg);
}
.page-title .breadcrumb-dropdown .breadcrumb-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid #d0d6dd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 4px 0;
  margin: 0;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1000;
  text-align: center;
}
.page-title .breadcrumb-dropdown .breadcrumb-dropdown-menu li {
  margin: 0;
}
.page-title .breadcrumb-dropdown .breadcrumb-dropdown-menu li a {
  display: block;
  padding: 12px 20px;
  color: #000;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
  font-size: 14px;
}
.page-title .breadcrumb-dropdown .breadcrumb-dropdown-menu li a:hover {
  background-color: #f5f7fa;
  color: #0066ff;
}
.page-title .breadcrumb-dropdown.active .breadcrumb-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.top-background {
  width: 100%;
  margin-top: 92px;
  position: relative;
  overflow: hidden;
}

.h-788 {
  height: 788px;
}

.mt288 {
  margin-top: 288px;
}

.top-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.55) 0%, rgba(20, 20, 20, 0.75) 100%);
  pointer-events: none;
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
.top-overlay h1 {
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 80px;
  line-height: 130%;
  letter-spacing: 0%;
}
.top-overlay p {
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
}

.page-breadcrumb .breadcrumb {
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-breadcrumb .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-breadcrumb .breadcrumb-item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.1019607843);
  border-radius: 8px;
  padding: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.form-control::-moz-placeholder {
  color: #fff;
}
.form-control::placeholder {
  color: #fff;
}

html,
body {
  min-height: 100vh;
  overflow-x: hidden;
}

body.page-loaded::before {
  opacity: 0;
  pointer-events: none;
}
body.page-loaded.animation-complete::before {
  display: none;
}

.layout {
  min-height: 100vh;
}
@media (min-width: 1200px) {
  html:not(.main-page) .layout {
    position: relative;
  }
}

.row > * {
  min-width: 0;
}

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s ease;
  background: #fff;
}
.layout-header .nav-item a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2f343b;
}
.layout-header .nav-item.contact-us {
  border-radius: 40px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #0f55ee;
}
.layout-header .nav-item.contact-us a {
  color: #fff;
}

@media (min-width: 1200px) {
  html:not(.main-page) .layout-main {
    padding-top: 88px;
  }
}

#footer {
  background-color: #fff;
  color: #0e0f10;
  padding: 80px 0;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  #footer {
    padding: 40px 0;
  }
}
@media (max-width: 1199.98px) {
  #footer .footer-logo {
    max-width: 143px;
    width: 100%;
  }
}
#footer .container {
  margin: 0 auto;
  padding: 0 96px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  #footer .container {
    padding: 0 20px;
    flex-direction: column;
    gap: 50px;
  }
}
#footer .footer-left {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 991.98px) {
  #footer .footer-left {
    flex-direction: column;
    gap: 30px;
  }
}
#footer .footer-left .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  line-height: 1.5;
  color: #0e0f10;
}
#footer .footer-left .text-wrap .info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
#footer .footer-left .text-wrap .info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
#footer .copy {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #414e5e;
}
@media (max-width: 1199.98px) {
  #footer .copy {
    font-size: 12px;
  }
}

#footer-mo {
  padding: 40px 16px;
  background-color: #fff;
}
#footer-mo .logo {
  margin-bottom: 18px;
}
#footer-mo .text-wrap {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  vertical-align: middle;
  color: #0e0f10;
}
#footer-mo .info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
#footer-mo .info li i {
  width: 16px;
  height: 16px;
}
#footer-mo .copy {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  vertical-align: middle;
  color: #8a8f96;
}

@keyframes shrinkTitle {
  0% {
    transform: scale(3.125); /* 200px / 64px */
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    transform: scale(1); /* 64px */
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeUpText {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.main-visual .main-visual-content {
  background-image: url("../images/main-visual.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 134px 0 391px;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}
.main-visual .main-visual-content h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 40px;
  transform-origin: center center;
  will-change: transform, opacity, filter;
  animation: shrinkTitle 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.main-visual .main-visual-content p {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  opacity: 0;
  animation: fadeUpText 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1s forwards;
}

.main-sub {
  position: relative;
  z-index: 10;
  max-width: 1500px;
  margin: -100px auto 0;
}
.main-sub .main-sub-content {
  background: #fff;
  border-radius: 40px;
  padding: 48px 60px 60px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1607843137);
}
.main-sub .main-sub-content .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.main-sub .main-sub-content .img-wrap img {
  max-width: 100%;
  height: auto;
}
.main-sub .main-sub-content p {
  text-align: center;
  margin: 0;
  color: #8a8f96;
  font-size: 16px;
  line-height: 1.5;
}

.section .title-wrap .sub-title {
  color: #0f55ee;
  font-size: 32px;
  line-height: 150%;
  font-weight: 800;
  margin-bottom: 24px;
}
.section .title-wrap .title {
  color: #0e0f10;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 8px;
}
.section .title-wrap .desc {
  color: #2f343b;
  font-size: 20px;
  line-height: 150%;
}

.section02 .content-wrap {
  background: url("../images/section02-bg.svg") no-repeat center center;
  border-radius: 40px;
  padding: 120px 60px 87px;
  text-align: center;
  margin-top: 100px;
}
.section02 .img-wrap {
  margin-top: 73px;
}

.section03 {
  padding-top: 159px;
}
.section03 .title-wrap {
  text-align: center;
}
.section03 .item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 103px;
  flex-wrap: wrap;
}
.section03 .item-wrap .item {
  border-radius: 24px;
  background-color: #f8f8fb;
  padding: 48px 56px;
  width: calc(33.3333333333% - 16px);
}
.section03 .item-wrap .item .title {
  color: #2f343b;
  font-size: 32px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 16px;
}
.section03 .item-wrap .item .desc {
  color: #414e5e;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 35px;
}
.section03 .item-wrap .item .img {
  text-align: end;
}

.marquee {
  margin-top: 160px;
  background: url("../images/marquee-bg.svg") no-repeat left center;
  background-size: cover;
  background-size: 866px;
  width: 100%;
  height: 915px;
  border-radius: 40px;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.marquee .track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}
.marquee h2 {
  font-weight: 700;
  font-size: 200px;
  line-height: 130%;
  color: #0f55ee;
  white-space: nowrap;
  padding-right: 60px;
  margin: 0;
}
.marquee .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  color: #0e0f10;
  padding-top: 24px;
  padding-left: 186px;
}

.section04-wrap,
.section05-wrap,
.section06-wrap {
  padding: 120px 0;
  background-color: #2f343b;
  border-radius: 40px;
  margin-top: 32px;
  text-align: center;
}
.section04-wrap .title-wrap .sub-title,
.section05-wrap .title-wrap .sub-title,
.section06-wrap .title-wrap .sub-title {
  color: #1386fb;
}
.section04-wrap .title-wrap .title,
.section05-wrap .title-wrap .title,
.section06-wrap .title-wrap .title {
  color: #f8f8fb;
}
.section04-wrap .title-wrap .desc,
.section05-wrap .title-wrap .desc,
.section06-wrap .title-wrap .desc {
  color: #edeff6;
}

.section04 {
  margin-top: -470px;
}

.section04 .img-wrap,
.section05 .img-wrap {
  padding: 0 20px;
  margin-top: 100px;
}

.section06 .item-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-top: 100px;
  height: 100%;
  padding: 0 114px;
}
.section06 .item-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  background-color: rgba(65, 78, 94, 0.4);
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #414e5e;
  height: auto;
  width: calc(33.3333333333% - 16px);
}
.section06 .item-wrap .item .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #edeff6;
}
.section06 .item-wrap .item img {
  height: 166px;
}
.section06 .item-wrap .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #ced3d8;
}

.section07 {
  padding-top: 160px;
}
.section07 .container {
  max-width: 1356px;
}
.section07 .title-wrap {
  text-align: center;
}
.section07 .img {
  margin-top: 100px;
  text-align: center;
}
.section07 .item-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 80px;
  flex-wrap: wrap;
}
.section07 .item-wrap .item {
  border-radius: 24px;
  background-color: #f8f8fb;
  padding: 16px;
  width: calc(33.3333333333% - 16px);
}
.section07 .item-wrap .item .title {
  color: #2f343b;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}
.section07 .item-wrap .item .desc {
  color: #414e5e;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  border-radius: 16px;
  background-color: #fff;
  padding: 16px;
}

.section08 {
  padding-top: 160px;
}
.section08 .title-wrap {
  text-align: center;
}
.section08 .img {
  margin-top: 100px;
  text-align: center;
}

.section09 {
  padding-top: 160px;
}
.section09 .title-wrap {
  text-align: center;
}
.section09 .item-wrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  flex-wrap: wrap;
}
.section09 .item-wrap .item {
  border-radius: 24px;
  background-color: #f8f8fb;
  padding: 40px;
  max-width: 667px;
  width: 100%;
  color: #0e0f10;
}
.section09 .item-wrap .item.right {
  background-color: #0f55ee;
  color: #fff;
}
.section09 .item-wrap .item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
}
.section09 .item-wrap .item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section09 .item-wrap .item ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section09 .desc {
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #414e5e;
}

.section10 .content-wrap {
  background: url("../images/section10-bg.svg") no-repeat;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 198px 48px 120px;
  border-radius: 40px;
}
.section10 .title-wrap .sub-title {
  font-size: 32px;
}
.section10 .title-wrap .title {
  font-size: 64px;
  margin-bottom: 24px;
}
.section10 .title-wrap .desc {
  font-size: 24px;
}
.section10 .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section10 .profile {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.section10 .profile .left .info {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #0e0f10;
  margin-bottom: 8px;
}
.section10 .profile .left .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #2f343b;
}
.section10 .item-wrap {
  margin-top: 160px;
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
.section10 .item-wrap .item {
  border-radius: 24px;
  background-color: #fff;
  padding: 40px;
}
.section10 .item-wrap .item .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #0e0f10;
  margin-bottom: 16px;
}
.section10 .item-wrap .item .sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #0e0f10;
  margin-bottom: 16px;
}
.section10 .item-wrap .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2f343b;
}

.section11 {
  margin-top: 160px;
}
.section11 .title-wrap .sub-title {
  font-size: 32px;
}
.section11 .title-wrap .title {
  font-size: 64px;
  margin-bottom: 24px;
}
.section11 .title-wrap .desc {
  font-size: 24px;
}
.section11 .item-wrap {
  display: flex;
  gap: 24px;
  margin-top: 100px;
}
.section11 .item-wrap .item {
  background-color: #f8f8fb;
  padding: 40px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section11 .item-wrap .item.first {
  background-color: #2f343b;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}
.section11 .item-wrap .item .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #0e0f10;
}
.section11 .item-wrap .item .sub-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #0e0f10;
}
.section11 .item-wrap .item .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #2f343b;
}

.section12 {
  padding-top: 160px;
}
.section12 .title-wrap {
  max-width: 1536px;
  padding: 0 15px;
}
@media (min-width: 1400px) {
  .section12 .title-wrap {
    padding: 0;
  }
}
.section12 .title-wrap .sub-title {
  font-size: 32px;
}
.section12 .title-wrap .title {
  font-size: 64px;
  margin-bottom: 100px;
}
.section12 .content-wrap {
  padding-right: 0;
}
.section12 .section12-swiper {
  overflow: visible;
  padding-bottom: 60px;
}
.section12 .section12-swiper .swiper-scrollbar {
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 9px;
  border-bottom: 1px solid #ced3d8;
  background-color: transparent;
}
.section12 .section12-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2e2d33;
  height: 8px;
  border-radius: 0;
}
.section12 .item-wrap .item {
  height: auto;
  background-color: #f8f8fb;
  padding: 80px 32px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: stretch;
  width: 100%;
  max-width: 420px;
}
.section12 .item-wrap .item .comment {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #2f343b;
}
.section12 .item-wrap .item .desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #0e0f10;
}
.section12 .item-wrap .item .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0e0f10;
}

.section13 {
  padding-top: 160px;
}
.section13 .contact-us {
  background: url("../images/section13-bg.png") no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 96px;
}
.section13 .contact-us .title {
  font-weight: 700;
  font-size: 54px;
  line-height: 130%;
  margin-bottom: 27px;
  color: #fff;
}
.section13 .contact-us .desc {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.form-group label {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.form-group label .required {
  color: #15ef74;
}

.form-wrap form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.form-wrap form textarea {
  resize: none;
  height: 120px;
}

@keyframes shrinkTitle {
  0% {
    transform: scale(3.125); /* 200px / 64px */
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    transform: scale(1); /* 64px */
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeUpText {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-main-mo {
  overflow: hidden;
  background-color: #eee;
}
.page-main-mo .layout {
  max-width: 475px;
  margin: 0 auto;
}
.page-main-mo .layout .layout-header {
  max-width: 475px;
  margin: 0 auto;
}
.page-main-mo .layout .layout-header .container {
  padding: 0 16px;
}
.page-main-mo .layout .layout-header .navbar-brand {
  max-width: 80px;
}
.page-main-mo .layout .layout-header .nav-item a {
  font-size: 14px;
}
.page-main-mo .layout .layout-header .navbar {
  --bs-navbar-padding-y: 0.875rem;
}
.page-main-mo .layout .layout-header .navbar .navbar-nav {
  gap: 16px;
  flex-direction: row;
}
.page-main-mo .layout .layout-main {
  padding-top: 52px;
}
.page-main-mo .layout .main-visual {
  padding: 64px 24px;
  background-image: url("../images/main-visual-mo.png");
  height: 440px;
}
.page-main-mo .layout .main-visual .main-visual-content-mo h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
}
.page-main-mo .layout .main-visual .main-visual-content-mo p {
  margin-top: 13px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
}
.page-main-mo section {
  background-color: #fff;
}
.page-main-mo section .img {
  width: 100%;
}
.page-main-mo section .img img {
  width: 100%;
}
.page-main-mo .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #0e0f10;
}
.page-main-mo .sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-direction: column;
  text-align: center;
}
.page-main-mo .sub-title > div {
  background-color: #0f55ee;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-main-mo .sub-title p {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #0f55ee;
}
.page-main-mo .section-mo-02 {
  padding: 8px 16px 80px;
}
.page-main-mo .section-mo-02 .title {
  margin-bottom: 40px;
}
.page-main-mo .section-mo-02 .sub-title {
  margin-bottom: 40px;
}
.page-main-mo .section-mo-02 .text-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.page-main-mo .section-mo-02 .text-wrap span {
  background-color: #8a8f96;
  color: #f8f8fb;
  border-radius: 4px;
  padding: 0 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  height: 21px;
  display: inline-flex;
}
.page-main-mo .section-mo-02 .text-wrap span.primary {
  background-color: #0f55ee;
}
.page-main-mo .section-mo-02 .text-wrap p {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #2f343b;
}
.page-main-mo .section-mo-02 .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0e0f10;
  margin-top: 32px;
}
.page-main-mo .section-mo-03 .content-wrap {
  background-color: #edeff6;
  border-radius: 24px;
  padding: 40px 16px;
}
.page-main-mo .section-mo-03 .content-wrap .sub-title {
  margin-bottom: 40px;
}
.page-main-mo .section-mo-03 .content-wrap .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0e0f10;
  margin-top: 32px;
}
.page-main-mo .section-mo-04 {
  padding: 80px 16px 0;
}
.page-main-mo .section-mo-04 .sub-title {
  margin-bottom: 40px;
}
.page-main-mo .section-mo-05 {
  padding: 80px 16px 100px;
}
.page-main-mo .section-mo-05 .sub-title {
  margin-bottom: 40px;
}
.page-main-mo .section-mo-05 .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0e0f10;
  margin-bottom: 40px;
}
.page-main-mo .section-mo-05 .text-box {
  padding: 12px 16px;
  background-color: #0f55ee;
  color: fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 8px;
}
.page-main-mo .section-mo-05 .item-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-main-mo .section-mo-05 .item-list li {
  padding: 12px 16px;
  background-color: #f8f8fb;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #0e0f10;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #edeff6;
  border-radius: 8px;
}
.page-main-mo .section-mo-06 .content-wrap {
  padding: 40px 16px;
  border-radius: 24px;
  background-color: #edeff6;
}
.page-main-mo .section-mo-06 .title {
  margin-bottom: 40px;
}
.page-main-mo .section-mo-06 .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.page-main-mo .section-mo-06 .item-wrap .img {
  max-width: 109px;
  margin-left: auto;
}
.page-main-mo .section-mo-06 .item-wrap img {
  width: 100%;
}
.page-main-mo .section-mo-06 .item {
  border-radius: 16px;
  background-color: #fff;
  padding: 16px;
  width: 100%;
}
.page-main-mo .section-mo-06 .item .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #0e0f10;
  text-align: left;
}
.page-main-mo .section-mo-06 .item .desc {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #0e0f10;
}
.page-main-mo .section-mo-07 {
  padding: 100px 16px 57px;
  background: url("../images/section-mo-07-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #fff;
}
.page-main-mo .section-mo-07 .title {
  margin-bottom: 12px;
}
.page-main-mo .section-mo-07 .title-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #0e0f10;
}
.page-main-mo .section-mo-07 .product-wrap {
  margin-top: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}
.page-main-mo .section-mo-07 .product-wrap .left {
  display: flex;
  flex-direction: column;
}
.page-main-mo .section-mo-07 .product-wrap .left .ceo {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #0e0f10;
}
.page-main-mo .section-mo-07 .product-wrap .left .name {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2f343b;
}
.page-main-mo .section-mo-07 .product-wrap .profile {
  width: 120px;
  height: 120px;
}
.page-main-mo .section-mo-07 .sub-desc {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #0e0f10;
  margin-top: 16px;
}
.page-main-mo .section-mo-07 .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
}
.page-main-mo .section-mo-07 .item-wrap .item {
  border-radius: 16px;
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-main-mo .section-mo-07 .item-wrap .item .top-info {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #0e0f10;
}
.page-main-mo .section-mo-07 .item-wrap .item .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #0e0f10;
}
.page-main-mo .section-mo-07 .item-wrap .item .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2f343b;
}
.page-main-mo .section-mo-08 {
  padding: 100px 16px 0;
}
.page-main-mo .section-mo-08 .title {
  margin-bottom: 12px;
}
.page-main-mo .section-mo-08 .title-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #0e0f10;
}
.page-main-mo .section-mo-08 .item-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
.page-main-mo .section-mo-08 .item-wrap .item {
  border-radius: 16px;
  background-color: #f8f8fb;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.page-main-mo .section-mo-08 .item-wrap .item .top-info {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #0e0f10;
}
.page-main-mo .section-mo-08 .item-wrap .item .name {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #2f343b;
}
.page-main-mo .section-mo-08 .item-wrap .item .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #2f343b;
}
/*# sourceMappingURL=style.css.map */
