@charset "UTF-8";
: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");
}

@font-face {
    font-family: "Pretendard";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/NanumSquare/NanumSquareL.otf") format("opentype");
}

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NanumSquare/NanumSquareR.otf") format("opentype");
}

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NanumSquare/NanumSquareB.otf") format("opentype");
}

@font-face {
    font-family: "NanumSquare";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/NanumSquare/NanumSquareEB.otf") format("opentype");
}

@font-face {
    font-family: "CODE";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/CODE/CODEBold.otf") format("opentype");
}

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-breadcrumb-home {
    background-image: url("../images/icon-breadcrumb-home.svg");
    width: 16px;
    height: 16px;
}

.icon-breadcrumb-arrow {
    background-image: url("../images/icon-breadcrumb-arrow.svg");
    width: 16px;
    height: 16px;
}

.icon-breadcrumb-arrow-down {
    background-image: url("../images/icon-breadcrumb-arrow-down.svg");
    width: 16px;
    height: 16px;
}

.icon-numbering-1 {
    background-image: url("../images/icon-numbering-1.svg");
    width: 40px;
    height: 40px;
}

.icon-numbering-2 {
    background-image: url("../images/icon-numbering-2.svg");
    width: 40px;
    height: 40px;
}

.icon-numbering-3 {
    background-image: url("../images/icon-numbering-3.svg");
    width: 40px;
    height: 40px;
}

.icon-numbering-4 {
    background-image: url("../images/icon-numbering-4.svg");
    width: 40px;
    height: 40px;
}

.icon-numbering-5 {
    background-image: url("../images/icon-numbering-5.svg");
    width: 40px;
    height: 40px;
}

.icon-avatar {
    background-image: url("../images/icon-avatar.svg");
    width: 32px;
    height: 32px;
}

.icon-star {
    background-image: url("../images/icon-star.svg");
    width: 80px;
    height: 80px;
}

.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-group .photos {
    display: flex;
    gap: 12px;
}

.form-group .photos .item {
    flex: 1;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid var(--UI_08);
    position: relative;
}

.form-group .photos .upload-button {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='19' y='7' width='2' height='26' rx='1' fill='%23DDE1E4'/%3E%3Crect x='33' y='19' width='2' height='26' rx='1' transform='rotate(90 33 19)' fill='%23DDE1E4'/%3E%3C/svg%3E%0A");
}

.form-group .photos .upload-button img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-group .photos .delete-button {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23E8E8E8'/%3E%3Cpath opacity='0.8' d='M13.7374 12.4349L11.2948 9.99504L13.7413 7.5512C14.0909 7.19415 14.0829 6.62286 13.7334 6.26977L13.7255 6.26184C13.368 5.91272 12.808 5.91272 12.4466 6.26184L10 8.70568L7.5574 6.26977C7.19995 5.91272 6.62008 5.91272 6.2666 6.26977C5.91312 6.62683 5.90915 7.20605 6.2666 7.55914L8.7092 9.99901L6.26263 12.4428C6.09185 12.6174 5.99653 12.8475 6.0005 13.0935C6.0005 13.3315 6.09979 13.5576 6.2666 13.7282L6.27455 13.7362C6.632 14.0853 7.19201 14.0853 7.55343 13.7362L10 11.2923L12.4426 13.7322C12.8 14.0893 13.3799 14.0893 13.7334 13.7322C14.0869 13.3752 14.0909 12.7959 13.7334 12.4428L13.7374 12.4349Z' fill='%239DA4AA'/%3E%3C/svg%3E%0A") no-repeat 0 0;
    background-size: contain;
}

.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: #488bff;
}

.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: 170px;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.nav-link {
    font-weight: 600;
    padding: 0 !important;
}

.navbar {
    --bs-navbar-padding-y: 0.5rem;
}

@media (min-width: 1200px) {
    .navbar {
        --bs-navbar-padding-y: 0.844rem;
    }
}

@media (max-width: 1199.98px) {
    .navbar-nav-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: #0d0d0d !important;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        border-radius: 0 !important;
    }

    .navbar.is-open .navbar-nav-wrapper {
        opacity: 0.9;
        visibility: visible;
    }

    .navbar.is-open .navbar-nav-wrapper .navbar-nav {
        gap: 16px;
    }

    .navbar.is-open .navbar-nav-wrapper .nav-item a {
        font-size: 18px;
        color: #fff;
    }
}

.hamburger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 101;
    transition: transform 0.2s ease;
}

@media (max-width: 1199.98px) {
    .hamburger-btn {
        display: flex;
    }
}

@media (min-width: 1200px) {
    .hamburger-btn {
        display: none;
    }
}

.hamburger-btn .hamburger-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #171f29;
    border-radius: 1px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

@media (max-width: 1199.98px) {
    .hamburger-btn .hamburger-line {
        background-color: #fff;
    }
}

.navbar.main-page .hamburger-btn .hamburger-line {
    background-color: #fff;
}

.navbar.is-open .hamburger-btn .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.navbar.is-open .hamburger-btn .hamburger-line:nth-child(2) {
    opacity: 0;
}

.navbar.is-open .hamburger-btn .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.navbar-nav {
    gap: 4px;
}

@media (max-width: 1199.98px) {
    .navbar-nav {
        text-align: center;
        flex-direction: column;
        gap: 8px;
    }

    .navbar-nav .nav-item {
        padding: 12px 24px;
    }

    .navbar-nav .nav-item a {
        font-size: 18px;
    }
}

.navbar-nav .contact-us {
    background-color: #157eff;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-item:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-item:hover {
        display: inline-block;
        font-size: 24px;
    }
}

.navbar-expand-lg .navbar-nav .nav-item:hover a {
    color: #171f29;
}

.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, #488bff, rgb(123, 171.3278688525, 255));
    color: #000;
    box-shadow: 0 4px 15px rgba(72, 139, 255, 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: 10px 16px 10px 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: 80px;
    position: relative;
    overflow: hidden;
}

.h-788 {
    max-height: 788px;
}

.mt288 {
    margin-top: 288px !important;
}

.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-size: 80px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 24px;
}

.top-overlay p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2%;
    text-align: center;
}

@media (max-width: 1200px) {
    .top-background {
        height: 420px;
    }

    .top-overlay h1 {
        font-size: 40px;
        margin-bottom: 16px;
    }

    .top-overlay p {
        font-size: 18px;
    }

    .mt288 {
        margin-top: 10vw !important;
    }
}

@media (max-width: 900px) {
    .top-background {
        height: 260px;
        margin-top: 0;
    }

    .top-overlay h1 {
        font-size: 28px;
        margin-bottom: 10px !important;
    }

    .top-overlay p {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .top-background {
        height: 140px;
    }

    .top-overlay h1 {
        font-size: 16px;
        margin-bottom: 6px !important;
    }

    .top-overlay p {
        font-size: 11px;
    }
}

.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;
}

.privacy-box {
    width: 100%;
    max-height: 48vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px 15px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.5%;
    color: rgb(0, 0, 0) !important;
    margin-top: 24px;
}

.privacy-box .privacy-article-box {
    margin-bottom: 16px;
}

.privacy-box .privacy-article-box .privacy-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.5%;
}

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;
    }
}

.container,
.container-fluid {
    --bs-gutter-x: 3rem;
}

@media (min-width: 1200px) {
    .container,
    .container-fluid {
        --bs-gutter-x: 5rem;
    }
}

.row > * {
    min-width: 0;
}

.layout-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease;
    background: transparent;
}

@media (max-width: 1199.98px) {
    .layout-header {
        background-color: #000;
    }
}

@media (max-width: 1199.98px) {
    .layout-header .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.layout-header .navbar.main-page {
    background: transparent;
}

.layout-header .navbar.main-page .logo {
    display: block;
}

.layout-header .navbar.main-page .black-logo {
    display: none;
}

.layout-header .navbar.main-page .navbar-nav-wrapper {
    background-color: rgba(255, 255, 255, 0.08);
}

.layout-header .navbar.main-page .nav-item a:not(.nav-dropdown-item) {
    color: #fff;
}

.layout-header .logo {
    display: none;
}

.layout-header .black-logo {
    display: block;
}

@media (max-width: 1199.98px) {
    .layout-header .logo {
        display: block;
    }

    .layout-header .black-logo {
        display: none;
    }
}

.layout-header .navbar-nav-wrapper {
    background-color: rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(6px);
    padding: 8px;
    border-radius: 40px;
}

.layout-header .nav-item {
    position: relative;
    padding: 8px 24px;
    border-radius: 40px;
}

.layout-header .nav-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #171f29;
}

.layout-header .nav-item.contact-us a {
    color: #fff;
}

.layout-header .nav-item.has-dropdown:hover .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 8px);
}

.layout-header .nav-item.active {
    border-radius: 24px;
    background: rgba(0, 0, 0, 0.08);
}

.layout-header .nav-item .nav-dropdown {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 16px);
    background-color: #fff;
    border-radius: 16px;
    padding: 8px;
    min-width: 168px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 10;
    align-items: center;
    border: 1px solid #e5e7eb;
}

.layout-header .nav-item .nav-dropdown .nav-dropdown-item {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #171f29 !important;
    text-decoration: none;
    white-space: nowrap;
    padding: 8px 24px;
    border-radius: 12px;
    width: 100%;
    text-align: center;
}

.layout-header .nav-item .nav-dropdown .nav-dropdown-item:hover {
    background-color: #f3f4f5;
}

@media (max-width: 1199.98px) {
    .layout-header .nav-item .nav-dropdown {
        display: none;
    }
}

@media (min-width: 1200px) {
    html.scroll-up .layout-header {
        transform: translateY(0);
        background-color: #1f1f1f;
    }

    html.scroll-up .layout-header .navbar {
        background: transparent;
    }

    html.scroll-up .layout-header .navbar .logo {
        display: block;
    }

    html.scroll-up .layout-header .navbar .black-logo {
        display: none;
    }

    html.scroll-up .layout-header .navbar .navbar-nav-wrapper {
        background-color: rgba(255, 255, 255, 0.08);
    }

    html.scroll-up .layout-header .navbar .nav-item a {
        color: #fff;
    }

    html.scroll-down .layout-header {
        transform: translateY(-100%);
        background-color: #1f1f1f;
    }

    html.in-scene.scroll-up .layout-header, html.in-scene.scroll-down .layout-header {
        background-color: transparent;
    }
}

html:not(.main-page) .layout-main {
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    html:not(.main-page) .layout-main {
        padding-bottom: 150px;
    }
}

@media (max-width: 1199.98px) {
    html:not(.main-page) .layout-main {
        padding-top: 60px;
    }
}


.line-container {
    position: relative;
}

.line-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: 1px;
    height: 100%;
}

section {
    margin-left: 40px;
    border-left: 1px solid #d0d6dd;
}

@media (max-width: 991.98px) {
    section {
        margin-left: 0;
        border-left: none;
    }
}

.scene {
    height: 100vh;
    position: relative;
    background-color: #000;
    margin-left: 0;
    border-left: 0;
}

.scene::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    width: 1px;
    height: 100%;
    background-color: #8a95a2;
    opacity: 1;
    transition: opacity 0.3s ease;
}

@media (max-width: 991.98px) {
    .scene::before {
        content: none;
    }
}

.scene::after {
    content: "";
    position: absolute;
    top: 0;
    right: 40px;
    width: 1px;
    height: 100%;
    background-color: #8a95a2;
    transition: opacity 0.3s ease;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .scene::after {
        content: none;
    }
}

.scene.hide-left-line::before {
    opacity: 0;
}

.scene .scene-line {
    position: absolute;
    bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #8a95a2;
    z-index: 14;
}

@media (max-width: 991.98px) {
    .scene {
        height: 100dvh;
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .scene {
        height: 100dvh;
        min-height: 500px;
    }
}

.slide {
    position: absolute;
    inset: 0;
}

@media (max-width: 991.98px) {
    .slide {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.bg {
    position: absolute;
    bottom: 0;
    width: clamp(1210px, 63vw, 1600px);
    aspect-ratio: 0.6666666667;
    background-size: cover;
    background-position: center;
    will-change: transform;
    z-index: 3;
}

.bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(0deg, var(--Opacity-Black-Opacity-400, rgba(0, 0, 0, 0.28)) 0%, var(--Opacity-Black-Opacity-400, rgba(0, 0, 0, 0.28)) 100%);
}

@media (max-width: 1399.98px) {
    .bg {
        width: 70vw;
    }
}

@media (max-width: 991.98px) {
    .bg {
        position: relative;
        order: 2;
        inset: auto;
        width: 100%;
        flex: 0 0 auto;
        height: 42vh;
        max-height: 320px;
        aspect-ratio: auto;
        min-width: auto;
    }
}

@media (max-width: 767.98px) {
    .bg {
        width: 100%;
    }
}

.bg-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
}

.bg1 {
    right: 0;
}

@media (max-width: 991.98px) {
    .bg1 {
        right: auto;
    }
}

.bg2 {
    left: 0;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .bg2 {
        left: auto;
    }
}

.text-box h2,
.text-box h3 {
    font-family: "NanumSquare", "Pretendard", system-ui, -apple-system, arial;
}

.text {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

@media (max-width: 991.98px) {
    .text {
        position: relative;
        order: 1;
        top: auto;
        transform: none;
        flex-shrink: 0;
        padding-top: 56px;
        padding-bottom: 24px;
    }
}

.text h2 {
    font-weight: 800;
    font-size: 72px;
    line-height: 130%;
    font-family: "NanumSquare", "Pretendard", system-ui, -apple-system, arial;
}

.text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-top: 40px;
}

@media (max-width: 1399.98px) {
    .text h2 {
        font-size: 56px;
    }

    .text p {
        font-size: 16px;
        margin-top: 24px;
    }
}

@media (max-width: 991.98px) {
    .text {
        padding: 0 20px;
        box-sizing: border-box;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: keep-all;
    }

    .text h2 {
        font-size: 40px;
    }

    .text h2 br {
        display: none;
    }

    .text p {
        font-size: 14px;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .text h2 {
        font-size: 32px;
    }

    .text p {
        font-size: 13px;
    }
}

.text-left {
    left: 20%;
}

.text-left::before {
    content: "";
    position: absolute;
    top: -38px;
    border-top: 1px solid #8a95a2;
    width: 100%;
    height: 1px;
}

@media (max-width: 991.98px) {
    .text-left::before {
        left: 20px;
        right: 0;
        width: auto;
    }
}

.text-left::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    top: -44px;
    left: 0;
}

@media (max-width: 991.98px) {
    .text-left {
        text-align: left;
        top: 20%;
        padding: 0 60px 0 0;
        left: 8%;
    }
}

.text-right {
    right: 20%;
    text-align: end;
}

.text-right::before {
    content: "";
    position: absolute;
    top: -38px;
    border-top: 1px solid #8a95a2;
    width: 100%;
    height: 1px;
    left: 0;
}

.text-right::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #fff;
    top: -44px;
    right: 0;
}

@media (max-width: 991.98px) {
    .text-right {
        text-align: right;
        top: 20%;
        right: 35px;
        padding: 0px 0 0 60px;
    }
}

.scroll-animation {
    display: flex;
    padding: 12px 8px 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -11%;
    z-index: 10;
    transition: left 0.4s ease, right 0.4s ease;
}

.scroll-animation.is-right {
    left: auto;
    right: -11%;
}

.scroll-animation {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.16);
}

.scroll-animation .icon-scroll-arrow {
    background-image: url("../images/icon-scroll-arrow.svg");
    width: 32px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.scroll-animation img {
    width: 20px;
    height: 32px;
    aspect-ratio: 5/8;
}

@media (max-width: 991.98px) {
    .scroll-animation {
        display: none;
    }
}

.feature {
    position: relative;
    height: 988px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.feature .feature-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    max-width: 946px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 9%;
    border-left: 1px solid #d0d6dd;
    border-right: 1px solid #d0d6dd;
}

@media (max-width: 991.98px) {
    .feature .feature-content {
        border: 0;
    }
}

.feature .text-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

.feature .text-box h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 140%;
    color: #171f29;
}

.feature .text-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #171f29;
}

@media (max-width: 991.98px) {
    .feature {
        height: auto;
        min-height: 386px;
        padding: 80px 20px 0;
        margin-top: 240px;
    }

    .feature .feature-content {
        position: static;
        transform: none;
    }

    .feature .text-box h3 {
        font-size: 32px;
    }

    .feature .text-box p {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .feature .text-box h3 {
        font-size: 28px;
    }
}

.section-slide {
    padding: 168px 0 168px 96px;
    background: #fff;
    border-top: 1px solid #d0d6dd;
}

.section-slide .container-fluid {
    padding: 0 8%;
}

.section-slide .slide-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 48px;
    position: relative;
}

.section-slide .slide-header .text-box {
    width: 100%;
    position: relative;
}

.section-slide .slide-header .text-box h2 {
    font-size: 36px;
    font-weight: 800;
    color: #171f29;
    line-height: 1.3;
}

.section-slide .slide-header .text-box::before {
    content: "";
    position: absolute;
    top: -38px;
    border-top: 1px solid #8a95a2;
    width: 100%;
    height: 1px;
}

.section-slide .slide-header .text-box::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #171f29;
    top: -44px;
    left: 0;
}

.section-slide .slide-header .swiper-navigation {
    width: 120px;
    height: 100%;
    display: flex;
    gap: 16px;
    position: absolute;
    top: 50%;
    right: 96px;
    transform: translateY(-50%);
}

.section-slide .slide-header .swiper-navigation button {
    background: none;
    border: none;
    padding: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .section-slide .slide-header .swiper-navigation button {
        width: 32px;
        height: 32px;
    }
}

.section-slide .slide-header .swiper-navigation button:hover {
    opacity: 0.6;
}

.section-slide .slide-header .swiper-navigation button img {
    width: 100%;
    height: auto;
}

.section-slide .slide-header .swiper-navigation button.swiper-button-prev::after {
    content: none;
}

.section-slide .slide-header .swiper-navigation button.swiper-button-next {
    transform: rotate(180deg);
}

.section-slide .slide-header .swiper-navigation button.swiper-button-next::after {
    content: none;
}

.section-slide .swiper-container {
    padding-right: 96px;
}

.section-slide .card-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4/6;
}

.section-slide .card-item .img-box {
    width: 100%;
    height: 100%;
}

.section-slide .card-item .img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.5s;
}

.section-slide .card-item:hover .img-box img {
    transform: scale(1.05);
}

.section-slide .card-item .text-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
}

@media (max-width: 991.98px) {
    .section-slide .card-item .text-content {
        padding: 18px;
    }
}

.section-slide .card-item .text-content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}

@media (max-width: 991.98px) {
    .section-slide .card-item .text-content h3 {
        font-size: 24px;
        margin-bottom: 4px;
    }
}

.section-slide .card-item .text-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .section-slide .card-item .text-content p {
        font-size: 14px;
    }
}

@media (max-width: 1399.98px) {
    .section-slide {
        padding: 100px 0 100px 48px;
    }

    .section-slide .container-fluid {
        padding: 0 4%;
    }

    .section-slide .slide-header .swiper-navigation {
        right: 48px;
    }

    .section-slide .swiper-container {
        padding-right: 48px;
    }
}

@media (max-width: 991.98px) {
    .section-slide {
        padding: 80px 0 60px 20px;
    }

    .section-slide .container-fluid {
        padding: 0 20px;
    }

    .section-slide .slide-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        margin-bottom: 32px;
    }

    .section-slide .slide-header .text-box h2 {
        font-size: 28px;
    }

    .section-slide .slide-header .swiper-navigation {
        position: relative;
        transform: none;
        right: auto;
        margin-left: auto;
        width: 90px;
    }

    .section-slide .swiper-container {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .section-slide .slide-header .text-box h2 {
        font-size: 24px;
    }
}

.section-research {
    padding: 168px 0 0;
    background: #fff;
    border-bottom: 1px solid #d0d6dd;
    border-top: 1px solid #d0d6dd;
    position: relative;
}

.section-research::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-left: 1px solid #d0d6dd;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .section-research::before {
        display: none;
    }
}

.section-research .research-container {
    display: flex;
    flex-direction: column;
}

.section-research .research-block {
    display: flex;
    align-items: flex-start;
    padding: 0 96px 64px;
    gap: 140px;
}

.section-research .research-block.reverse {
    padding-top: 96px;
    flex-direction: row-reverse;
    border-top: 1px solid #d0d6dd;
}

.section-research .research-block.reverse .image-area {
    padding-left: 0;
}

.section-research .research-block.reverse .image-area .img-group .main-img {
    text-align: center;
}

.section-research .research-block.reverse .btn-research-more {
    align-self: flex-end !important;
}

.section-research .research-block .image-area {
    flex: 1;
}

.section-research .research-block .image-area .img-group {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 991.98px) {
    .section-research .research-block .image-area .img-group {
        gap: 8px;
    }
}

.section-research .research-block .image-area .img-group .main-img {
    text-align: right;
}

@media (max-width: 767.98px) {
    .section-research .research-block .image-area .img-group .main-img {
        max-width: 227px;
        margin-left: auto;
    }
}

.section-research .research-block .image-area .img-group .main-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .section-research .research-block .image-area .img-group .sub-img {
        max-width: 165px;
    }
}

.section-research .research-block .image-area .img-group .sub-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.section-research .research-block .text-area {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section-research .research-block .text-area .header-box {
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .section-research .research-block .text-area .header-box {
        margin-bottom: 40px;
    }
}

.section-research .research-block .text-area .header-box h2 {
    font-size: 40px;
    font-weight: 800;
    color: #171f29;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-family: "NanumSquare", "Pretendard", system-ui, -apple-system, arial;
}

.section-research .research-block .text-area .header-box p {
    font-size: 16px;
    color: #171f29;
    line-height: 1.5;
}

.section-research .research-block .text-area .list-wrapper {
    position: relative;
    padding-left: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #171f29;
}

.section-research .research-block .text-area .list-wrapper .custom-scrollbar {
    position: absolute;
    left: 20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #171f29;
}

.section-research .research-block .text-area .list-wrapper .custom-scrollbar .scrollbar-thumb {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: #171f29;
}

.section-research .research-block .text-area .list-wrapper .research-list {
    list-style: none;
    padding: 0;
    margin: 0;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    height: 480px;
    overflow-y: auto;
    scrollbar-width: none;
}

.section-research .research-block .text-area .list-wrapper .research-list::-webkit-scrollbar {
    display: none;
}

.section-research .research-block .text-area .list-wrapper .research-list li {
    border-bottom: 1px solid #d0d6dd;
    transition: background 0.3s;
}

.section-research .research-block .text-area .list-wrapper .research-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 1199.98px) {
    .section-research .research-block .text-area .list-wrapper .research-list li a {
        padding: 16px 0;
    }
}

.section-research .research-block .text-area .list-wrapper .research-list li .item-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.section-research .research-block .text-area .list-wrapper .research-list li .item-info .title {
    font-size: 20px;
    font-weight: 700;
    color: #171f29;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-research .research-block .text-area .list-wrapper .research-list li .item-info .title .badge {
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
    background: #ebf1f9;
    color: #0066ff;
    border-radius: 2px;
}

.section-research .research-block .text-area .list-wrapper .research-list li .item-info .date {
    font-size: 16px;
    color: #8a95a2;
}

@media (max-width: 1199.98px) {
    .section-research .research-block .text-area .list-wrapper .research-list li .item-info {
        gap: 8px;
    }

    .section-research .research-block .text-area .list-wrapper .research-list li .item-info .title {
        font-size: 16px;
    }

    .section-research .research-block .text-area .list-wrapper .research-list li .item-info .date {
        font-size: 14px;
    }
}

.section-research .research-block .text-area .list-wrapper .research-list li .icon-arrow {
    width: 32px;
    height: 32px;
    transition: opacity 0.3s, transform 0.3s;
}

.section-research .research-block .text-area .list-wrapper .research-list li:hover .icon-arrow {
    transform: translateX(5px);
}

.section-research .research-block .text-area .btn-research-more {
    display: inline-block;
    align-self: flex-start;
    width: auto;
    padding: 16px 32px;
    border: 1px solid #d0d6dd;
    color: #171f29;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
    border-radius: 4px;
}

.section-research .research-block .text-area .btn-research-more:hover {
    background: #171f29;
    border-color: #171f29;
    color: #fff;
}

@media (max-width: 1399.98px) {
    .section-research {
        padding: 100px 0;
    }

    .section-research .research-block {
        padding: 0 48px;
        gap: 60px;
    }
}

@media (max-width: 991.98px) {
    .section-research {
        padding: 60px 0;
    }

    .section-research .research-container {
        gap: 60px;
    }

    .section-research .research-block {
        flex-direction: column !important;
        padding: 0 20px;
        gap: 20px;
    }

    .section-research .research-block.reverse {
        flex-direction: column !important;
        padding-top: 60px;
    }

    .section-research .research-block .image-area,
    .section-research .research-block .text-area {
        width: 100%;
    }

    .section-research .research-block .text-area .header-box h2 {
        font-size: 32px;
    }

    .section-research .research-block .text-area .list-wrapper {
        padding-left: 40px;
    }

    .section-research .research-block .text-area .list-wrapper .research-list {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .section-research .research-block .text-area .header-box h2 {
        font-size: 28px;
    }

    .section-research .research-block .text-area .list-wrapper {
        padding-left: 30px;
    }

    .section-research .research-block .text-area .list-wrapper .research-list {
        height: 250px;
    }
}

.section-performance {
    position: relative;
    background: #000;
    overflow: hidden;
}

.section-performance .inner-max {
    max-width: 1880px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.section-performance .img-visual {
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.section-performance .img-visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    outline: 1px solid #d9d9d9;
}

.section-performance .img-visual::after {
    content: "";
    position: absolute;
    inset: 0;
}

.section-performance .top-img {
    text-align: right;
}

.section-performance .top-img img {
    -o-object-fit: cover;
    object-fit: cover;
    outline: 1px solid #d9d9d9;
}

.section-performance .bottom-img {
    text-align: right;
    margin-right: -1px;
    margin-top: 1px;
}

.section-performance .bottom-img img {
    -o-object-fit: cover;
    object-fit: cover;
    outline: 1px solid #d9d9d9;
}

.section-performance .content-area {
    max-width: 580px;
    width: 100%;
    height: 780px;
    margin: 1px auto 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    outline: 1px solid #fff;
    background-color: #000;
}

@media (max-width: 991.98px) {
    .section-performance .content-area {
        padding: 20px;
        height: auto;
    }
}

.section-performance .content-area .text-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

@media (max-width: 991.98px) {
    .section-performance .content-area .text-box {
        margin: 50px 0;
        justify-content: flex-start;
        flex: none;
    }
}

.section-performance .content-area .text-box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.section-performance .content-area .text-box .square-deco {
    width: 12px;
    height: 12px;
    background: #fff;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .section-performance .content-area .text-box .square-deco {
        margin-bottom: 24px;
    }
}

.section-performance .content-area .text-box h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 16px;
    word-break: keep-all;
}

@media (max-width: 991.98px) {
    .section-performance .content-area .text-box h2 {
        font-size: 28px;
    }
}

.section-performance .content-area .text-box p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    word-break: keep-all;
}

.section-performance .content-area .card-performance {
    display: block;
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 488px;
}

@media (max-width: 991.98px) {
    .section-performance .content-area .card-performance {
        height: 330px;
    }
}

.section-performance .content-area .card-performance img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: -1;
}

.section-performance .content-area .card-performance .text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    height: 100%;
}

@media (max-width: 991.98px) {
    .section-performance .content-area .card-performance .text-wrap {
        gap: 4px;
    }
}

.section-performance .content-area .card-performance .text-wrap .title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 991.98px) {
    .section-performance .content-area .card-performance .text-wrap .title {
        font-size: 24px;
    }
}

.section-performance .content-area .card-performance .text-wrap .desc {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

@media (max-width: 991.98px) {
    .section-performance .content-area .card-performance .text-wrap .desc {
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .section-performance .content-area .card-performance {
        margin-bottom: 50px;
    }
}

.section-history {
    background: #fff;
    border-bottom: 1px solid #d0d6dd;
}

.section-history .inner-max {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 96px;
}

@media (max-width: 1399.98px) {
    .section-history .inner-max {
        padding: 60px 20px;
    }
}

.section-history .history-container {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .section-history .history-container {
        flex-direction: column;
    }
}

.section-history .history-list-area {
    width: 60%;
}

@media (max-width: 991.98px) {
    .section-history .history-list-area {
        width: 100%;
    }
}

.section-history .history-list-wrapper {
    position: relative;
    width: 100%;
    height: 960px;
}

@media (max-width: 991.98px) {
    .section-history .history-list-wrapper {
        order: 2;
        height: auto;
    }
}

.section-history .history-list-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 150px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .section-history .history-list-wrapper::before {
        content: none;
    }
}

.section-history .history-list-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 150px;
    background: linear-gradient(to top, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .section-history .history-list-wrapper::after {
        content: none;
    }
}

.section-history .history-list-wrapper .history-list-area {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.section-history .history-list-wrapper .history-list-area::-webkit-scrollbar {
    display: none;
}

.section-history .history-list-wrapper .history-list-area {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.section-history .history-list-wrapper .history-list-area::before, .section-history .history-list-wrapper .history-list-area::after {
    content: "";
    display: block;
    height: 350px;
    width: 100%;
}

@media (max-width: 991.98px) {
    .section-history .history-list-wrapper .history-list-area::before, .section-history .history-list-wrapper .history-list-area::after {
        content: none;
    }
}

.section-history .history-list-wrapper {
    width: 60%;
    border-left: 1px solid #d0d6dd;
    border-right: 1px solid #d0d6dd;
}

@media (max-width: 991.98px) {
    .section-history .history-list-wrapper {
        width: 100%;
        border-bottom: 1px solid #d0d6dd;
    }
}

.section-history .history-item {
    display: flex;
    gap: 100px;
    padding: 48px 60px;
    border-top: 1px solid #d0d6dd;
    transform-origin: left center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    .section-history .history-item {
        gap: 20px;
        padding: 24px 20px;
        flex-direction: column;
    }
}

.section-history .history-item:last-child {
    border-bottom: none;
}

.section-history .history-item.active {
    transform: scale(1.05);
    z-index: 3;
    position: relative;
}

.section-history .history-item.active .year {
    min-width: 130px;
    font-size: 54px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .section-history .history-item.active .year {
        font-size: 34px;
    }
}

.section-history .history-item.active .details li .month {
    font-size: 24px;
    min-width: 56px;
}

@media (max-width: 991.98px) {
    .section-history .history-item.active .details li .month {
        font-size: 18px;
    }
}

.section-history .history-item.active .details li .desc {
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .section-history .history-item.active .details li .desc {
        font-size: 16px;
    }
}

.section-history .history-item .year {
    font-size: 32px;
    font-weight: 600;
    color: #171f29;
    min-width: 102px;
    line-height: 1;
    letter-spacing: -0.02em;
}

@media (max-width: 991.98px) {
    .section-history .history-item .year {
        font-size: 24px;
    }
}

.section-history .history-item .details {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    padding-top: 4px;
    color: #171f29;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 991.98px) {
    .section-history .history-item .details {
        gap: 16px;
    }
}

.section-history .history-item .details li {
    display: flex;
    align-items: flex-start;
}

.section-history .history-item .details li .month {
    font-weight: 700;
    font-size: 20px;
    min-width: 40px;
    margin-right: 16px;
    line-height: 1.4;
    color: #171f29;
}

@media (max-width: 991.98px) {
    .section-history .history-item .details li .month {
        font-size: 16px;
    }
}

.section-history .history-item .details li .desc {
    font-size: 18px;
    line-height: 1.4;
    color: #171f29;
    word-break: keep-all;
}

@media (max-width: 991.98px) {
    .section-history .history-item .details li .desc {
        font-size: 14px;
    }
}

.section-history .history-title-area {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media (max-width: 991.98px) {
    .section-history .history-title-area {
        width: 100%;
        justify-content: center;
        margin-bottom: 32px;
    }
}

.section-history .history-title-area .sticky-content {
    text-align: right;
    font-family: "NanumSquare", "Pretendard", system-ui, -apple-system, arial;
}

@media (max-width: 1399.98px) {
    .section-history .history-title-area .sticky-content {
        text-align: center;
    }
}

.section-history .history-title-area .sticky-content h2 {
    font-size: 48px;
    font-weight: 800;
    color: #171f29;
    margin-bottom: 32px;
    line-height: 1.3;
}

@media (max-width: 991.98px) {
    .section-history .history-title-area .sticky-content h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

.section-history .history-title-area .sticky-content p {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.6;
    word-break: keep-all;
}

@media (max-width: 991.98px) {
    .section-history .history-title-area .sticky-content p {
        font-size: 14px;
    }
}

.section-partner {
    padding: 128px 96px;
    background: #fff;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d0d6dd;
}

.section-partner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    z-index: 10;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .section-partner::after {
        width: 70px;
    }
}

@media (max-width: 991.98px) {
    .section-partner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 100%;
        z-index: 2;
        background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
        pointer-events: none;
    }
}

.section-partner .inner-max {
    display: flex;
    align-items: center;
    gap: 12rem;
}

.section-partner .partner-header {
    flex-shrink: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}

@media (max-width: 991.98px) {
    .section-partner .partner-header {
        gap: 0;
        text-align: center;
    }
}

.section-partner .partner-header h2 {
    font-size: 56px;
    font-weight: 800;
    color: #171f29;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-family: "NanumSquare", "Pretendard", system-ui, -apple-system, arial;
}

@media (max-width: 991.98px) {
    .section-partner .partner-header h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }
}

.section-partner .partner-header p {
    font-size: 18px;
    color: #171f29;
    line-height: 1.5;
    word-break: keep-all;
}

@media (max-width: 991.98px) {
    .section-partner .partner-header p {
        font-size: 14px;
    }
}

.section-partner .partner-logos {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

@media (max-width: 991.98px) {
    .section-partner .partner-logos {
        gap: 4px;
    }
}

.section-partner .partner-logos::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .section-partner .partner-logos::before {
        content: none;
    }
}

.section-partner .logo-row {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.section-partner .logo-track {
    display: flex;
    gap: 24px;
    width: -moz-fit-content;
    width: fit-content;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (max-width: 991.98px) {
    .section-partner .logo-track {
        gap: 0;
    }
}

.section-partner .logo-row[data-direction=left] .logo-track {
    animation-name: scrollLeft;
}

.section-partner .logo-row[data-direction=right] .logo-track {
    animation-name: scrollRight;
}

.section-partner .logo-item {
    flex-shrink: 0;
    width: 240px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 4px;
}

@media (max-width: 991.98px) {
    .section-partner .logo-item {
        width: 170px;
        height: 60px;
    }
}

.section-partner .logo-item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-partner .logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@media (max-width: 1399.98px) {
    .section-partner {
        padding: 100px 48px;
    }

    .section-partner .inner-max {
        gap: 8rem;
    }
}

@media (max-width: 991.98px) {
    .section-partner {
        padding: 60px 20px;
    }

    .section-partner .inner-max {
        flex-direction: column;
        gap: 35px;
    }
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.section-visual {
    position: relative;
    height: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 74px;
}

.section-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(0deg, var(--Opacity-Black-Opacity-600, rgba(0, 0, 0, 0.6)) 0%, var(--Opacity-Black-Opacity-600, rgba(0, 0, 0, 0.6)) 100%);
}

.section-visual::after {
    content: "";
    position: absolute;
    bottom: 32px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.section-visual .visual-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-visual .visual-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    max-width: 1200px;
    padding: 0 40px;
}

.section-visual .visual-content h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    font-family: "CODE", "Pretendard", system-ui, -apple-system, arial;
}

.section-visual .visual-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0.6;
}

@media (max-width: 1399.98px) {
    .section-visual {
        height: 70vh;
        min-height: 500px;
    }

    .section-visual .visual-content h2 {
        font-size: 64px;
    }
}

@media (max-width: 991.98px) {
    .section-visual {
        height: 500px;
    }

    .section-visual .visual-content {
        padding: 0 20px;
    }

    .section-visual .visual-content h2 {
        font-size: 40px;
    }

    .section-visual .visual-content p {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .section-visual .visual-content h2 {
        font-size: 28px;
    }

    .section-visual .visual-content h2 br {
        display: none;
    }
}

#footer {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    #footer {
        padding: 40px 0;
    }
}

@media (max-width: 1199.98px) {
    #footer .footer-logo {
        width: 150px;
    }
}

#footer .container {
    margin: 0 auto;
    padding: 0 140px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1399.98px) {
    #footer .container {
        padding: 0 24px;
        flex-direction: column;
        gap: 60px;
    }
}

#footer .footer-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

#footer .footer-left .footer-policy {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
    #footer .footer-left .footer-policy {
        gap: 16px;
    }
}

#footer .footer-left .footer-policy a {
    color: #e7e7e7;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.2s;
}

@media (max-width: 1199.98px) {
    #footer .footer-left .footer-policy a {
        font-size: 12px;
    }
}

#footer .footer-left .footer-policy a:hover {
    opacity: 0.8;
}

#footer .footer-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 991.98px) {
    #footer .footer-right {
        gap: 16px;
    }
}

#footer .footer-office {
    display: flex;
    gap: 16px;
}

@media (max-width: 991.98px) {
    #footer .footer-office {
        flex-direction: column;
    }
}

#footer .footer-office .office-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    width: 148px;
    line-height: 1.5;
}

@media (max-width: 1199.98px) {
    #footer .footer-office .office-title {
        font-size: 12px;
    }
}

#footer .footer-office .office-info {
    color: #c2c2c2;
    font-size: 15px;
}

@media (max-width: 1199.98px) {
    #footer .footer-office .office-info {
        font-size: 12px;
    }
}

#footer .footer-office .office-info p {
    margin-bottom: 2px;
    line-height: 1.5;
}

#footer .footer-office .office-info p:last-child {
    margin-bottom: 0;
}

#footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 24px;
}

#footer .footer-family .dropdown .btn-footer-family {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 160px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    color: #999;
    font-size: 15px;
    text-align: left;
    transition: border-color 0.2s, background 0.2s;
}

#footer .footer-family .dropdown .btn-footer-family:hover, #footer .footer-family .dropdown .btn-footer-family:focus {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
}

#footer .footer-family .dropdown .btn-footer-family[aria-expanded=true] .dropdown-arrow {
    transform: rotate(180deg);
}

#footer .footer-family .dropdown .btn-footer-family::after {
    content: none;
}

#footer .footer-family .dropdown-arrow {
    background-image: url("../images/icon-dropdown-arrow.svg");
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s;
}

#footer .footer-family .dropdown-menu {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-copyright {
    color: #999;
    font-size: 15px;
}

@media (max-width: 1199.98px) {
    #footer .footer-copyright {
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    .content-box {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .profile-image {
        width: 100% !important;
        height: auto !important;
        text-align: center !important;
    }

    .profile-box {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .profile-box .profile-summery .profile-info .left-border {
        border-left: none !important;
        padding-left: 0 !important;
    }

    .profile-summery {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .profile-summery,
    .profile-history {
        width: 100% !important;
        float: none !important;
        box-sizing: border-box;
    }

    .profile-box .profile-history {
        border-left: none !important;
    }

    .profile-box .profile-history .hisotry-wrapper {
        padding: 16px !important;
    }
}

@media (max-width: 800px) {
    .map {
        padding-top: 20px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-bottom: 50px !important;
    }

    .map .map-wrapper {
        height: 20vw;
        display: flex;
        flex-direction: column;
        position: inherit !important;
    }

    .map .map-wrapper .addressInfo {
        position: inherit !important;
        padding: 24px;
        width: inherit !important;
        background-color: #000000;
    }

    .map .map-wrapper .addressInfo .address-title {
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 130%;
        letter-spacing: -3%;
    }

    .map .map-wrapper .addressInfo .address-content {
        font-weight: 500;
        font-style: Medium;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -1.5%;
        margin-top: 40px;
    }
}

@media (max-width: 1200px) {
    .content-box {
        margin-left: 0px !important;
        margin-right: 0px !important;
        border-left: none !important;
        border-right: none !important;
    }

    .profile-box {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .profile-summery,
    .profile-history {
        width: 100%;
        float: none;
        padding-top: 40px;
        padding-bottom: 0;
    }

    .profile-history {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .profile-box {
        display: block;
    }
}

@media (max-width: 768px) {
    .content-box {
        margin-left: 0;
        margin-right: 0;
        border-left: none;
        border-right: none;
    }

    .profile-box {
        padding-left: 0;
        padding-right: 0;
    }

    .profile-summery, .profile-history {
        width: 100%;
        float: none;
        padding-top: 24px;
        padding-bottom: 0;
    }

    .profile-history {
        padding-top: 16px;
        padding-bottom: 24px;
        border-left: none;
    }

    .history-box {
        height: 340px;
        font-size: 15px;
    }

    .history-desien-pentagon {
        margin-right: 10px;
    }

    .history-list .title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .content-box {
        margin-left: 0;
        margin-right: 0;
    }

    .profile-box {
        padding-left: 0;
        padding-right: 0;
    }

    .profile-image img {
        width: 50% !important;
    }

    .profile-summery, .profile-history {
        width: 100%;
        float: none;
        padding-top: 12px;
        padding-bottom: 0;
    }

    .profile-history {
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .history-box {
        height: 220px;
        font-size: 13px;
    }

    .history-desien-pentagon {
        margin-right: 6px;
    }

    .history-list .title {
        font-size: 16px;
    }
}

.aboutus-section .aboutus-intro {
    padding: 128px 128px 80px 96px;
}

@media (max-width: 1199.98px) {
    .aboutus-section .aboutus-intro {
        padding: 40px 0;
    }
}

.aboutus-section .aboutus-intro > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 32px;
}

@media (max-width: 1199.98px) {
    .aboutus-section .aboutus-intro > .container {
        flex-direction: column;
    }
}

.aboutus-section .aboutus-intro .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .aboutus-section .aboutus-intro .text-wrap {
        gap: 24px;
    }
}

.aboutus-section .aboutus-intro .title {
    color: #1f1f1f;
    font-size: 60px;
    font-weight: 800;
    line-height: 130%;
    letter-spacing: -1.8px;
}

@media (max-width: 1199.98px) {
    .aboutus-section .aboutus-intro .title {
        font-size: 32px;
    }
}

.aboutus-section .aboutus-intro .text-content {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.27px;
}

@media (max-width: 1199.98px) {
    .aboutus-section .aboutus-intro .text-content {
        font-size: 14px;
    }
}

.aboutus-section .aboutus-detail {
    background-color: #000;
    overflow: hidden;
}

.aboutus-section .aboutus-detail .title {
    color: #ecf5ff;
    font-family: "NanumSquare";
    font-size: 40px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: -1.2px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .aboutus-section .aboutus-detail .title {
        font-size: 32px;
    }
}

.aboutus-section .aboutus-detail .title::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #8a95a2;
    bottom: -32px;
    left: 12px;
}

.aboutus-section .aboutus-detail .title::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ecf5ff;
    bottom: -37.5px;
    left: 0;
}

.aboutus-section .aboutus-detail .content-wrap {
    padding: 128px 306px 0;
    display: flex;
    flex-direction: column;
    gap: 76px;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .content-wrap {
        padding: 40px 0 0;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 {
    border-right: 1px solid #8a95a2;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.aboutus-section .aboutus-detail .info-wrap01 .info-box {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-box {
        flex-direction: column;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 .info-box .img {
    border-left: 1px solid #8a95a2;
    border-bottom: 1px solid #8a95a2;
    border-top: 1px solid #8a95a2;
    padding: 24px;
    max-width: 348px;
    width: 100%;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-box .img {
        max-width: 100%;
        padding: 16px;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 .info-box .text-wrap {
    border-left: 1px solid #8a95a2;
    border-bottom: 1px solid #8a95a2;
    border-top: 1px solid #8a95a2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 32px;
    justify-content: flex-end;
    max-width: 348px;
    width: 100%;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-box .text-wrap {
        max-width: 100%;
        padding: 16px;
        border-top: none;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 .info-box .text-wrap .name {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-box .text-wrap .name {
        font-size: 24px;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 .info-box .text-wrap .text-content {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.16px;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-box .text-wrap .text-content {
        font-size: 14px;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 .info-wrap02 {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-left: 1px solid #8a95a2;
    padding-bottom: 152px;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-wrap02 {
        padding-bottom: 40px;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 .info-wrap02 .info-box:nth-child(odd) {
    justify-content: flex-start;
}

.aboutus-section .aboutus-detail .info-wrap01 .info-wrap02 .info-box:nth-child(odd) .img {
    border-right: 1px solid #8a95a2;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-wrap02 .info-box:nth-child(odd) .img {
        order: 1;
        border-right: none;
        border-left: none;
    }
}

.aboutus-section .aboutus-detail .info-wrap01 .info-wrap02 .info-box:nth-child(odd) .text-wrap {
    border-left: none;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-detail .info-wrap01 .info-wrap02 .info-box:nth-child(odd) .text-wrap {
        order: 2;
    }
}

.aboutus-section .aboutus-business {
    padding: 128px 0 160px;
    overflow: hidden;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-business {
        padding: 40px 0;
    }
}

.aboutus-section .aboutus-business .business-wrap {
    padding: 0 306px;
}

@media (max-width: 1599.98px) {
    .aboutus-section .aboutus-business .business-wrap {
        padding: 0;
    }
}

.aboutus-section .aboutus-business .title-wrap {
    display: flex;
    align-items: flex-end;
    gap: 32px;
    position: relative;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-business .title-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

.aboutus-section .aboutus-business .title-wrap::before {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 1px;
    background-color: #8a95a2;
    bottom: -32px;
    right: 12px;
}

.aboutus-section .aboutus-business .title-wrap::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #8a95a2;
    bottom: -37.5px;
    right: 0;
}

.aboutus-section .aboutus-business .title-wrap .title {
    flex: 1;
    text-align: end;
    color: #171f29;
    font-size: 48px;
    font-weight: 800;
    line-height: 140%;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-business .title-wrap .title {
        font-size: 32px;
        order: 1;
        text-align: start;
    }
}

.aboutus-section .aboutus-business .title-wrap .desc {
    flex: 1;
    color: #171f29;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.16px;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-business .title-wrap .desc {
        order: 2;
        font-size: 14px;
    }
}

.aboutus-section .aboutus-business .desc-wrap {
    margin-top: 76px;
    display: flex;
    gap: 24px;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-business .desc-wrap {
        flex-direction: column;
        gap: 16px;
    }
}

.aboutus-section .aboutus-business .desc-wrap > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-business .desc-wrap > div {
        gap: 16px;
    }
}

.aboutus-section .aboutus-business .desc-wrap .desc {
    background-color: #f3f4f5;
    padding: 16px 24px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
}

@media (max-width: 1399.98px) {
    .aboutus-section .aboutus-business .desc-wrap .desc {
        font-size: 16px;
        padding: 16px;
    }
}

.layout-main {
    padding-bottom: 0px !important;
}

.content-box {
    margin-left: 96px;
    margin-right: 124px;
    border-left: 1px solid rgb(208, 214, 221);
    border-right: 1px solid rgb(208, 214, 221);
}

.profile-box {
    overflow: hidden;
    padding-left: 24px;
    padding-right: 24px;
}

.profile-box .profile-summery {
    float: left;
    width: 50%;
    padding-top: 114.5px;
}

.profile-box .profile-summery .profile-info {
    margin-top: 32px;
}

.profile-box .profile-summery .profile-info .profile-position {
    font-size: 16px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    margin-bottom: 8px;
}

.profile-box .profile-summery .profile-info .profile-name {
    font-size: 48px;
    font-weight: 800;
    color: rgb(31, 31, 31);
    letter-spacing: -3%;
    line-height: 130%;
}

@media (max-width: 1399.98px) {
    .profile-box .profile-summery .profile-info .profile-name {
        font-size: 32px;
    }
}

.profile-box .profile-summery .profile-info .left-border {
    border-left: 1px solid #d0d6dd;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    letter-spacing: -1%;
    line-height: 150%;
    margin-top: 32px;
    padding-left: 20px;
}

@media (max-width: 1399.98px) {
    .profile-box .profile-summery .profile-info .left-border {
        font-size: 14px;
    }
}

.profile-box .profile-summery .profile-info .left-border .history-content-box .title {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    letter-spacing: -2%;
    line-height: 140%;
    margin-bottom: 12px;
}

.profile-box .profile-history {
    float: right;
    width: 50%;
    border-left: 1px solid rgb(208, 214, 221);
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 80px;
}

@media (max-width: 1399.98px) {
    .profile-box .profile-history {
        padding: 0;
    }
}

.profile-box .profile-history .hisotry-wrapper {
    background-color: #000000;
    height: 751px;
    padding: 40px;
}

.profile-box .profile-history .history-box {
    float: left;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    width: 100%;
    font-style: Medium;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: -1.5%;
    overflow-y: scroll;
    height: 670px;
}

@media (max-width: 1399.98px) {
    .profile-box .profile-history .history-box {
        font-size: 14px;
    }
}

.profile-box .profile-history .history-box .history-desien-pentagon {
    margin-top: 12px;
    margin-right: 20px;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

@media (max-width: 1399.98px) {
    .profile-box .profile-history .history-box .history-desien-pentagon {
        margin-top: 7px;
        margin-right: 15px;
    }
}

.profile-box .profile-history .history-box .history-desien-pentagon .rectangle {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 0.16;
}

.profile-box .profile-history .history-box .history-desien-pentagon .history-line-pentagon {
    margin-top: 4px;
    width: 1px;
    background-color: #fff;
    opacity: 0.16;
    flex: 1 1 auto;
    height: auto;
}

.profile-box .profile-history .history-box .history-list {
    overflow: hidden;
    flex: 1;
}

.profile-box .profile-history .history-box .history-list .title {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -3%;
}

@media (max-width: 1399.98px) {
    .profile-box .profile-history .history-box .history-list .title {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

.profile-box .profile-history .mt-64 {
    margin-top: 64px;
}

.profile-box .profile-history .first-box ul li::before {
    content: "(現) ";
}

.profile-box .profile-history .third-box ul li::before {
    content: "•";
    margin-right: 12px;
    color: #fff;
    font-size: 18px;
}

.map {
    padding-top: 64px;
    padding-bottom: 160px;
    padding-left: 96px;
    padding-right: 128px;
    width: 100%;
    border: none;
}

.map .map-wrapper {
    position: relative;
    height: 800px;
}

.map .map-wrapper .addressInfo {
    position: absolute;
    bottom: 40px;
    left: 40px;
    padding: 24px;
    width: 508px;
    background-color: #000000;
}

.map .map-wrapper .addressInfo .address-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -3%;
}

.map .map-wrapper .addressInfo .address-content {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -1.5%;
    margin-top: 40px;
}

.article {
    color: #000;
    padding-left: 96px;
    padding-right: 126px;
    width: 100%;
}

.article .article-title {
    padding-top: 74px;
    font-weight: 800;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: 0%;
    border-bottom: 1px solid #000;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
}

.article-content {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.divider-line {
    width: 1px;
    background-color: rgb(138, 149, 162);
    margin-left: 5.5px;
    margin-right: 5.5px;
    z-index: 0;
}

.content {
    width: calc((100% - 12px) / 2);
    position: relative;
}

.content .square {
    width: 12px;
    height: 12px;
    background-color: #000;
    position: absolute;
    top: 0;
    z-index: 2;
}

.content .article-box {
    margin-top: 5px;
    border-top: 1px solid rgb(0, 0, 0);
    color: rgb(23, 31, 41);
    padding: 24px 40px 55px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.content .article-box .article-box-status {
    border-radius: 8px;
    background-color: rgb(236, 245, 255);
    color: rgb(21, 126, 255);
    padding: 4px 12px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -1%;
    vertical-align: middle;
    width: -moz-fit-content;
    width: fit-content;
}

.content .article-box .article-box-title {
    font-weight: 700;
    max-width: 500px;
    font-style: Bold;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -3%;
    vertical-align: middle;
}

.content .article-box .article-box-date {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2%;
    vertical-align: middle;
}

.right-article {
    text-align: left;
    justify-self: start;
    align-items: start;
}

.right-article .square {
    left: -12px;
}

.right-article .article-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.left-article {
    text-align: right;
    justify-self: end;
    align-items: end;
}

.left-article .square {
    right: -12px;
}

.left-article .article-box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.arrow {
    position: relative;
}

.right-article .arrow::after {
    content: "";
    position: absolute;
    background-image: url("../images/rightTop_arrow.png");
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 4px;
    top: 0;
    right: -52px;
}

.left-article .arrow::before {
    content: "";
    position: absolute;
    background-image: url("../images/leftTop_arrow.png");
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    padding: 4px;
    top: 0;
    left: -52px;
}

.last-box {
    padding: 24px 40px 190px 40px !important;
}

@media (max-width: 1200px) {
    .article {
        padding-left: 32px;
        padding-right: 32px;
    }

    .article-box {
        padding: 20px 20px 40px 20px;
        font-size: 28px;
    }

    .article-title {
        font-size: 48px !important;
    }
}

@media (max-width: 900px) {
    .article-content {
        flex-direction: column;
        align-items: stretch;
    }

    .divider-line {
        display: none;
    }

    .content {
        width: 100%;
        margin-bottom: 24px;
    }

    .right-article .square,
    .left-article .square {
        left: 0 !important;
        right: auto !important;
    }

    .article-box {
        padding: 16px 12px 32px 12px;
        font-size: 22px;
    }

    .article-title {
        font-size: 32px;
        padding-top: 32px;
    }

    .left-article .article-box {
        align-items: flex-start;
        text-align: left;
    }

    .left-article .arrow::before {
        display: none !important;
    }

    .arrow::after {
        content: "";
        position: absolute;
        background-image: url("../images/rightTop_arrow.png");
        width: 40px;
        height: 40px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        padding: 4px;
        top: 0;
        right: -52px;
    }
}

@media (max-width: 600px) {
    .article-list-wrap {
        margin-top: 20px !important;
    }

    .article-list-wrapper {
        margin-top: 20px !important;
    }

    .article {
        padding-left: 8px;
        padding-right: 8px;
    }

    .article-title {
        font-size: 24px !important;
        padding-top: 16px !important;
    }

    .content {
        margin-bottom: 0px !important;
    }

    .article-box {
        padding: 12px 8px 24px 8px !important;
        font-size: 18px !important;
    }

    .article-box-title {
        font-size: 18px !important;
        max-width: 75vw !important;
    }

    .article-box-date {
        font-size: 14px !important;
    }

    .article-box-status {
        font-size: 12px !important;
        padding: 2px 6px !important;
    }

    .square {
        width: 8px;
        height: 8px;
    }

    .last-box {
        padding-bottom: 80px;
    }

    .arrow::after {
        content: "";
        width: 20px !important;
        height: 20px !important;
        right: -22px !important;
    }

    .last-box {
        padding: 12px 8px 70px 8px !important;
    }
}

.h-414 {
    max-height: 414px;
}

.mt128 {
    margin-top: 128px !important;
}

.form-wrap {
    width: 100%;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    gap: 20px;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.form-wrap .form-box {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #D9D9D9;
    padding: 40px 200px 80px 200px;
}

label {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(51, 51, 51) !important;
    padding-bottom: 6px;
}

.input-control {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(208, 214, 221);
    border-radius: 12px;
    font-size: 13px;
    line-height: 150%;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(51, 51, 51) !important;
    background-color: #fff;
    margin-bottom: 20px;
}

.input-control ::-moz-placeholder {
    color: rgb(153, 153, 153);
}

.input-control ::placeholder {
    color: rgb(153, 153, 153);
}

.input-control::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}

.input-control::-webkit-scrollbar-thumb {
    background: #d0d6dd;
    border-radius: 8px;
}

.input-control::-webkit-scrollbar-thumb:hover {
    background: #b0b8c1;
}

.input-control {
    scrollbar-width: thin;
    scrollbar-color: #d0d6dd #fff;
    overflow-x: hidden;
    overflow-y: auto;
}

.checkbox-groups {
    border-top: 1px solid rgb(208, 214, 221);
    padding-top: 20px;
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}

.checkbox-groups input[type=checkbox] {
    width: 20px;
    height: 20px;
    border: 1px solid rgb(194, 194, 194);
    border-radius: 4px;
    background: #fff;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    transition: background 0.2s, border 0.2s;
    position: relative;
    display: inline-block;
}

.checkbox-groups input[type=checkbox]:checked {
    background: rgb(35, 116, 255);
    border-color: rgb(35, 116, 255);
}

.checkbox-groups input[type=checkbox]:checked::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2.5px 2.5px 0;
    border-radius: 0.5px;
    transform: rotate(45deg);
}

.checkbox-groups label {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.5%;
    color: rgb(51, 51, 51) !important;
}

.submit-wrap {
    display: flex;
    justify-content: flex-end;
}

.submit-wrap .submitBtn {
    width: 100%;
    height: 56px;
    background-color: rgb(31, 31, 31);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -1.5%;
    text-align: center;
    vertical-align: middle;
}

.agreeBtn {
    margin-top: 24px;
}

.agreeBtn button {
    width: 100%;
    height: 56px;
    background-color: rgb(31, 31, 31);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -1.5%;
    text-align: center;
    vertical-align: middle;
}

.mb0 {
    margin-bottom: 0px !important;
}

@media (max-width: 1200px) {
    .inquiry-box {
        margin-left: 20px;
        margin-right: 20px;
    }

    .form-wrap {
        max-width: 700px;
        padding-top: 24px;
    }

    .form-wrap .form-box {
        padding: 24px 16px 40px 16px;
    }

    .form-box {
        padding: 24px 16px 40px 16px;
    }
}

@media (max-width: 900px) {
    .form-wrap {
        max-width: 100%;
        padding-top: 12px;
        border-left: none;
        border-right: none;
    }

    .form-box {
        padding: 12px 8px 24px 8px;
        border-top: none !important;
    }

    .input-control {
        font-size: 13px;
        padding: 8px;
    }

    label {
        font-size: 12px;
    }

    .checkbox-groups {
        margin-bottom: 24px;
    }

    .checkbox-groups input[type=checkbox] {
        width: 18px;
        height: 18px;
    }

    .checkbox-groups label {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .mt128 {
        margin-top: 13.5vw !important;
    }

    .form-wrap {
        padding-top: 4px;
    }

    .form-box {
        padding: 8px 4px 16px 4px;
    }

    .input-control {
        font-size: 12px;
        padding: 6px;
    }

    label {
        font-size: 11px;
    }
}

/*# sourceMappingURL=style.css.map */
