/* admission.css 배포일:2026.03.19 10:37:31 */ 
@charset "utf-8";

#header .logo {
    width:264px;
    background-image: url(/home/image/admission/header_kj_logo_enter.svg);
}

#header .header-mobile .logo-mobile {
    width: 185px;
    height: 28px;
}

.integrated-banner {
    position: relative;
    overflow: hidden;
    padding: 50px;
    background: #E4F4FC;
    border-radius: 24px;
}

.integrated-banner-deco {
    position: absolute;
    opacity: 0.6;
    mix-blend-mode: color-burn;
}

.integrated-banner-deco-left {
    left: 0;
    bottom: 0;
    width: 410px;
}

.integrated-banner-deco-right {
    top: 0;
    right: 0;
    width: 230px;
}

.integrated-banner-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    min-height: 300px;
}

.integrated-banner-symbol {
    width: 230px;
    max-width: 100%;
}

.integrated-banner-title {
    font-size: 32px;
    font-weight: 700;
    color: #01375A;
    letter-spacing: -1.28px;
}

.integrated-banner-desc {
    margin-top: 15px;
    font-size: 20px;
    color: #222;
    line-height: 1.6;
    letter-spacing: -0.8px;
}

.integrated-banner-btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}

.integrated-banner-btns:has(.integrated-banner-btn-row) {
    flex-direction: column;
}

.integrated-banner-btn-row {
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: flex-start;
}

.integrated-banner-btns-tuition {
    flex-wrap: wrap;
    gap: 16px;
}

.integrated-banner-result .integrated-banner-inner {
    flex-wrap: nowrap;
}

.integrated-banner-result .integrated-banner-symbol {
    flex: 0 0 231px;
    width: 231px;
}

.integrated-banner-result .integrated-banner-content {
    width: 585px;
    max-width: 100%;
}

.integrated-banner-result .integrated-banner-btns {
    max-width: 100%;
    gap: 16px;
}

@media screen and (max-width: 750px) {
    .integrated-banner {
        padding: 28px 20px;
    }

    .integrated-banner-inner {
        gap: 24px;
        min-height: auto;
    }

    .integrated-banner-symbol {
        width: 180px;
    }

    .integrated-banner-content {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }

    .integrated-banner-title {
        font-size: 24px;
    }

    .integrated-banner-desc {
        margin-top: 12px;
        font-size: 16px;
    }

    .integrated-banner-btns {
        margin-top: 20px;
    }

    .integrated-banner-btns img {
        max-width: 100%;
        height: auto;
    }

    .integrated-banner-btn-row {
        gap: 12px;
        flex-wrap: wrap;
    }

    .integrated-banner-result .integrated-banner-inner {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .integrated-banner-result .integrated-banner-symbol {
        flex: 0 0 auto;
        width: 180px;
    }

    .integrated-banner-result .integrated-banner-content {
        width: 100%;
    }

    .integrated-banner-deco-left {
        width: 260px;
    }

    .integrated-banner-deco-right {
        width: 160px;
    }
}

.qna-password-wrap {
    padding-bottom: 180px;
}

.qna-password-notice p {
    font-size: 18px;
    font-weight: 500;
    color: #173557;
    letter-spacing: -0.72px;
    line-height: 1.6;
}

.qna-password-form {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 80px;
}

.qna-password-label {
    width: 80px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.72px;
}

.qna-password-input-wrap {
    width: 400px;
}

.qna-password-input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #B2B2B2;
    border-radius: 16px;
    font-size: 18px;
    color: #222;
    letter-spacing: -0.72px;
}

.qna-password-input::placeholder {
    color: #B2B2B2;
}

.qna-password-confirm {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    border-radius: 32px;
    background: #B2B2B2;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.72px;
}

.qna-password-list-btn {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

@media screen and (max-width: 750px) {
    .qna-password-wrap {
        padding-bottom: 80px;
    }

    .qna-password-notice p {
        font-size: 14px;
    }

    .qna-password-form {
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 40px;
    }

    .qna-password-label {
        width: 100%;
        font-size: 16px;
    }

    .qna-password-input-wrap {
        width: calc(100% - 82px);
    }

    .qna-password-input {
        font-size: 16px;
    }

    .qna-password-confirm {
        width: 70px;
        padding: 0;
        font-size: 16px;
    }

    .qna-password-list-btn {
        margin-top: 40px;
    }
}

.qna-detail-wrap {
    gap: 100px;
    padding-bottom: 120px;
}

.qna-detail-view {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.qna-detail-view .detail-contents {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.qna-detail-view:not(:has(.detail-attach)) .detail-contents {
    border-bottom-color: #000;
}

.qna-detail-wrap .detail-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    letter-spacing: -0.72px;
}

.qna-detail-btn-wrap {
    margin-top: 0;
}

.qna-detail-btn-basic {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    height: 52px;
    border: 1px solid #999;
    border-radius: 32px;
    font-size: 20px;
    font-weight: 700;
    color: #999;
    letter-spacing: -0.8px;
}

@media screen and (max-width: 750px) {
    .qna-detail-wrap {
        gap: 56px;
        padding-bottom: 80px;
    }

    .qna-detail-view {
        gap: 24px;
    }

    .qna-detail-view .detail-contents {
        padding-bottom: 24px;
    }

    .qna-detail-wrap .detail-text p {
        font-size: 16px;
    }

    .qna-detail-btn-wrap {
        gap: 12px;
    }

    .qna-detail-btn-basic {
        min-width: 120px;
        height: 44px;
        font-size: 16px;
    }
}

/* ========================================
   학과소개 카드
======================================== */
.department-intro-wrap {
    padding-top: 20px;
    padding-bottom: 140px;
}

.department-card-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.department-card {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.department-card-thumb {
    position: relative;
    height: 338px;
    flex: 0 0 338px;
}

.department-card-thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

.department-card-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.department-card-title {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 220px;
    padding: 12px 16px;
    border-radius: 24px 24px 0 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #173557;
    letter-spacing: -0.96px;
    line-height: 1.6;
    z-index: 1;
}

.department-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 32px 40px;
}

.department-link-list li {
    flex: 0 0 calc(50% - 2px);
}

.department-link-list a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.8px;
    line-height: 1.6;
}

.department-link-list a img {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}

@media screen and (max-width: 1440px) {
    .department-link-list a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .department-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .department-intro-wrap {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .department-card-grid {
        gap: 24px;
    }

    .department-card-thumb {
        height: 220px;
        flex: 0 0 220px;
    }

    .department-card-title {
        width: 160px;
        padding: 10px 16px;
        font-size: 20px;
        letter-spacing: -0.8px;
    }

    .department-link-list {
        padding: 20px 20px;
    }

    .department-link-list li {
        flex: 0 0 100%;
    }

    .department-link-list a {
        font-size: 16px;
        letter-spacing: -0.64px;
    }

    .department-link-list a img {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }
}

.directions-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.directions-map {
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    overflow: hidden;
}

.directions-map img {
    display: block;
    width: 100%;
}

.directions-content .tbl-wrap {
    margin: 0;
}

.directions-tbl td strong {
    display: block;
    margin-bottom: 12px;
}

.directions-tbl .bus-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 6px;
}

.directions-tbl .bus-list li {
    position: relative;
    padding-left: 10px;
}

.directions-tbl .bus-list li::before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 750px) {
    .directions-content {
        gap: 24px;
    }

    .directions-map {
        border-radius: 12px;
    }

    .directions-content .tbl-wrap {
        overflow-x: auto;
    }

    .directions-content .directions-tbl {
        min-width: 680px;
    }
}


/* ========================================
   학생생활관
======================================== */
.dormitory-card {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 480px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(23, 53, 87, 0.1);
    background: url("/home/image/sub/img_dormitory_card.png") center/cover no-repeat;
}

.dormitory-card-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 99px 60px 60px 58%;
}

.dormitory-card-title {
    margin-bottom: 16px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.44px;
    color: #173557;
    white-space: nowrap;
}

.dormitory-card-desc {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.8px;
    color: #222;
    white-space: nowrap;
}

.dormitory-card .btn-basic {
    margin-top: 48px;
}


/* ========================================
   찾아오시는 길
======================================== */
.directions-content {
    padding: 25px 0 150px;
}

.directions-map {
    border-radius: 20px;
    overflow: hidden;
}

.directions-map img {
    width: 100%;
    height: auto;
    display: block;
}

.directions-content .tbl-wrap {
    margin-top: 40px;
}


.directions-tbl td strong {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
}

.directions-tbl .bus-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 30px;
}

.directions-tbl .bus-list li {
    list-style: disc;
}

@media screen and (max-width: 750px) {
    .directions-content {
        padding: 30px 0 100px;
    }

    .directions-map {
        border-radius: 12px;
    }

    .directions-content .tbl-wrap {
        margin-top: 24px;
    }
}
