/* main.css 배포일:2026.03.13 11:41:33 */ 
@charset "utf-8";

/* ========================================
   메인 비주얼
======================================== */
.adm-visual {
    position: relative;
    width: 100%;
    height: 927px;
    overflow: hidden;
    border-radius: 0 0 112px 112px;
}

.adm-visual-bg {
    position: absolute;
    inset: 0;
    background: url('/home/image/admission/img_admission_main_visual.png') no-repeat center / cover;
    border-radius: 0 0 112px 112px;
}

.adm-visual-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 112px 112px;
}

.adm-gnb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(28, 28, 28, 0.2);
    z-index: 10;
}

.adm-gnb-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    padding: 0 76px;
}

.adm-gnb-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.adm-gnb-symbol {
    height: 45px;
    width: auto;
}

.adm-gnb-divider {
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
}

.adm-gnb-label {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.64px;
}

.adm-gnb-nav {
    display: flex;
}

.adm-gnb-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 46px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.36px;
}

.adm-gnb-util {
    display: flex;
    gap: 10px;
}

.adm-gnb-util a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.42px;
    padding: 7px 20px;
}

/* ========================================
   카드 슬라이드
======================================== */
.adm-slide {
    position: relative;
    margin-top: -231px;
    padding-bottom: 80px;
    z-index: 5;
}

.adm-slide-inner {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 120px;
}

.adm-slide-inner .swiper {
    overflow: clip;
    overflow-clip-margin: 10px;
}

.adm-slide-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 54px 40px;
    height: 374px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.adm-card-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.adm-card-category {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: -0.48px;
    line-height: 1.5;
    margin: 0;
}

.adm-card-title {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.48px;
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.adm-card-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}

.adm-card-arrow {
    width: 50px;
    height: 20px;
    flex-shrink: 0;
}

.adm-card-logo {
    width: 125px;
    height: 105px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    bottom: -30px;
}

.adm-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.adm-slide-prev,
.adm-slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    margin-top: 0;
}

.adm-slide-prev::after,
.adm-slide-next::after {
    display: none;
}

.adm-slide-prev {
    left: 20px;
}

.adm-slide-next {
    right: 20px;
}

.adm-slide-prev img,
.adm-slide-next img {
    width: 100%;
    height: 100%;
}

.adm-slide-prev.swiper-button-disabled,
.adm-slide-next.swiper-button-disabled {
    opacity: 0.3;
    cursor: default;
    display: flex;
}

/* ========================================
   자료실 + 입학 FAQ
======================================== */
.adm-board {
    padding: 0 0 100px;
}

.adm-board-inner {
    display: flex;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 120px;
}

.adm-board-col {
    flex: 1;
    padding: 0 80px;
}

.adm-board-col:first-child {
    padding-left: 0;
}

.adm-board-col:last-child {
    padding-right: 0;
}

.adm-board-divider {
    width: 1px;
    background: #E6E6EA;
    align-self: stretch;
}

.adm-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 29px;
}

.adm-board-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.72px;
    line-height: 1.5;
    margin: 0;
}

.adm-board-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.adm-board-more img {
    width: 100%;
    height: 100%;
}

.adm-board-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.adm-board-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    gap: 20px;
}

.adm-board-text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.36px;
    line-height: 1.5;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.adm-board-date {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
    letter-spacing: -0.32px;
    line-height: 1.6;
    flex-shrink: 0;
    white-space: nowrap;
}

/* ========================================
   QUICK MENU
======================================== */
.adm-quick {
    position: relative;
    padding: 0 0 310px;
    text-align: center;
}

.adm-quick::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 460px;
    background: url('/home/image/admission/bg_wave_green.svg') no-repeat center bottom / 100% 100%;
    z-index: 0;
}

.adm-quick::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 504px;
    background: url('/home/image/admission/bg_wave_navy.svg') no-repeat center bottom / 100% 100%;
    z-index: 1;
}

.adm-quick-title {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    letter-spacing: -0.72px;
    line-height: 1.5;
    margin: 0 0 46px;
    z-index: 2;
}

.adm-quick-inner {
    display: flex;
    max-width: 1492px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}

.adm-quick-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px;
    height: 216px;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.adm-quick-item + .adm-quick-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #E6E6EA;
}

.adm-quick-icon {
    width: 48px;
    height: 48px;
}

.adm-quick-icon img {
    width: 100%;
    height: 100%;
}

.adm-quick-text {
    font-size: 24px;
    font-weight: 600;
    color: #4D4D5C;
    letter-spacing: -0.48px;
    line-height: 1.5;
    margin: 0;
    white-space: nowrap;
}

/* ========================================
   사이트맵
======================================== */
.adm-sitemap {
    position: relative;
    background: #01375A;
    padding: 28px 0;
    margin-top: -182px;
    z-index: 2;
}

.adm-sitemap-inner {
    display: flex;
    justify-content: center;
    gap: 144px;
    max-width: 1564px;
    margin: 0 auto;
}

.adm-sitemap-col {
    width: 140px;
    text-align: center;
}

.adm-sitemap-depth1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.4px;
    line-height: 1.5;
    margin: 0 0 16px;
}

.adm-sitemap-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.adm-sitemap-col ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.32px;
    line-height: 1.6;
    text-decoration: none;
}

/* ========================================
   반응형 - 모바일
======================================== */
@media screen and (max-width: 750px) {
    .adm-visual {
        height: 500px;
        border-radius: 0 0 40px 40px;
    }

    .adm-visual-bg,
    .adm-visual-overlay {
        border-radius: 0 0 40px 40px;
    }

    .adm-gnb-overlay {
        display: none;
    }

    .adm-slide {
        margin-top: -100px;
        padding: 0 20px 40px;
    }

    .adm-slide-inner {
        padding: 0;
    }

    .adm-slide-card {
        height: 300px;
        padding: 32px 24px;
    }

    .adm-card-category,
    .adm-card-title {
        font-size: 18px;
    }

    .adm-card-title {
        -webkit-line-clamp: 3;
    }

    .adm-card-logo {
        width: 80px;
        height: 68px;
        right: -5px;
        bottom: -15px;
    }

    .adm-slide-prev,
    .adm-slide-next {
        width: 48px;
        height: 48px;
    }

    .adm-slide-prev {
        left: -4px;
    }

    .adm-slide-next {
        right: -4px;
    }

    .adm-board {
        padding: 0 0 60px;
    }

    .adm-board-inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 40px;
    }

    .adm-board-col {
        padding: 0;
    }

    .adm-board-divider {
        width: 100%;
        height: 1px;
    }

    .adm-board-title {
        font-size: 24px;
    }

    .adm-board-text {
        font-size: 16px;
    }

    .adm-board-date {
        font-size: 14px;
    }

    .adm-quick {
        padding: 0 20px 200px;
    }

    .adm-quick::before {
        height: 260px;
    }

    .adm-quick::after {
        height: 300px;
    }

    .adm-quick-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .adm-quick-inner {
        flex-wrap: wrap;
    }

    .adm-quick-item {
        flex: 0 0 50%;
        height: 140px;
        padding: 16px;
    }

    .adm-quick-item + .adm-quick-item::before {
        display: none;
    }

    .adm-quick-text {
        font-size: 16px;
    }

    .adm-sitemap {
        margin-top: -120px;
    }

    .adm-sitemap-inner {
        flex-wrap: wrap;
        gap: 32px 0;
        padding: 0 20px;
        justify-content: center;
    }

    .adm-sitemap-col {
        width: 50%;
    }

    .adm-sitemap-depth1 {
        font-size: 18px;
    }
}