/* sub.css 배포일:2026.03.13 11:06:43 */ 
@charset "utf-8";

/* ========================================
   서브페이지 콘텐츠
======================================== */
.sub-section + .sub-section {
    margin-top: 75px;
}

.sub-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #01375A;
}

.sub-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 41px;
    height: 2px;
    background: #01375A;
}

.sub-subtitle {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #89C200;
}

.sub-text {
    display: inline-block;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}

[id^="regulation-art"],
#regulation-supplementary {
    scroll-margin-top: 100px;
}

.sub-list {
    margin-top: 5px;
    padding-left: 10px;
}

.sub-list li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #222;
}

.sub-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #222;
}

.tbl-basic .sub-list li,
.tbl-basic ol.circle-num li {
    font-size: 16px;
}

.integrated-search-result {
    padding-bottom: 150px;
}

.integrated-search-form {
    display: flex;
    align-items: center;
    gap: 24px;
}

.integrated-search-input {
    flex: 1;
    min-width: 0;
    height: 78px;
    padding: 0 40px;
    border: 1px solid #B2B2B2;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.96px;
}

.integrated-search-btn {
    width: 140px;
    height: 78px;
    border: none;
    border-radius: 50px;
    background: #173557;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    cursor: pointer;
}

.integrated-search-count {
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.64px;
}

.tbl-wrap .tbl-basic.integrated-result-table thead th {
    height: 58px;
    font-size: 18px;
    color: #222;
}

.tbl-wrap .tbl-basic.integrated-result-table th,
.tbl-wrap .tbl-basic.integrated-result-table td {
    height: 80px;
    padding: 0 5px;
    font-size: 18px;
    letter-spacing: -0.72px;
}

.tbl-wrap .tbl-basic.integrated-result-table .text-left {
    padding-left: 16px;
    padding-right: 16px;
}

.integrated-result-category {
    color: #173557;
}

.integrated-result-link {
    display: block;
    color: #222;
}

.integrated-result-link:hover {
    text-decoration: underline;
}

.integrated-result-table td strong {
    font-weight: 700;
}

.tbl-wrap .tbl-basic.integrated-result-table td:first-child,
.tbl-wrap .tbl-basic.integrated-result-table td:nth-child(3) {
    word-break: keep-all;
}

.integrated-search-result .pagination .is-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.wifi-guide-content .info-box strong {
    display: block;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.64px;
}

.wifi-guide-content .info-box p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.64px;
    color: #222;
}

.wifi-guide-media img {
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.wifi-laptop-list {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 0 100px;
}

.wifi-laptop-list img {
    display: block;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.policy-chapter-list {
    column-count: 2;
    column-gap: 48px;
}

.policy-chapter-list > * {
    break-inside: avoid;
}

/* ========================================
   교육과정 테이블
======================================== */
.curriculum-table {
    table-layout: fixed;
}

.credit-table td.total {
    color: #01375A;
    font-weight: 600;
}

/* ========================================
   학사일정 캘린더
======================================== */
.calendar-month-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-bottom: 40px;
}

.calendar-month-nav .btn-month-prev,
.calendar-month-nav .btn-month-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}

.calendar-month-nav .month-text {
    width: 180px;
    font-size: 44px;
    font-weight: 600;
    color: #222;
    text-align: center;
    letter-spacing: -1.76px;
}

.calendar-layout {
    display: flex;
    gap: 60px;
}

.calendar-col {
    flex-shrink: 0;
    width: 460px;
}

.schedule-col {
    flex: 1;
    min-width: 0;
}

.calendar-wrap {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.calendar-header {
    display: flex;
    height: 58px;
    border-bottom: 1px solid #CCC;
}

.calendar-header span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);
    font-size: 18px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.72px;
}

.calendar-body {
    display: flex;
    flex-wrap: wrap;
}

.calendar-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: calc(100% / 7);
    aspect-ratio: 1 / 0.974;
}

.calendar-date span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    text-align: center;
    letter-spacing: -0.64px;
    border-radius: 50%;
}

.calendar-date.today span {
    background: #173557;
    color: #fff;
}

.calendar-date.empty span {
    visibility: hidden;
}

.calendar-date::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
}

.calendar-date.has-event::after {
    background: #89C200;
}

.tbl-schedule td {
    text-align: left;
}

/* ========================================
   반응형 - 모바일
======================================== */
@media screen and (max-width: 750px) {
    .sub-content {
        padding-bottom: 60px;
    }

    .sub-section + .sub-section {
        margin-top: 40px;
    }

    .sub-section p,
    .sub-section span {
        font-size: 15px;
    }

    sub-section span {
    	flex: 1;
    }

    .sub-title {
        margin-bottom: 15px;
        padding-bottom: 12px;
        font-size: 22px;
    }

    .sub-title::after {
        width: 30px;
    }

    .sub-subtitle {
        margin-top: 15px;
        font-size: 16px;
    }

    .sub-text {
        font-size: 15px;
    }

    .sub-list li {
        font-size: 15px;
        padding-left: 12px;
    }

    .tbl-basic .sub-list li,
    .tbl-basic ol.circle-num li {
        font-size: 14px;
    }

    .wifi-guide-content .info-box {
        padding: 24px 20px;
    }

    .wifi-guide-content .info-box strong,
    .wifi-guide-content .info-box p {
        font-size: 14px;
    }

    .wifi-laptop-list {
        gap: 24px;
        padding: 0;
    }

    .curriculum-table th,
    .curriculum-table td {
        padding: 10px 8px;
        font-size: 13px;
    }

    .curriculum-table thead th:nth-child(1) {
        width: 20%;
    }

    .curriculum-table thead th:nth-child(2) {
        width: 18%;
    }

    .curriculum-table thead th:nth-child(3) {
        width: 47%;
    }

    .curriculum-table thead th:nth-child(4) {
        width: 15%;
    }

    .credit-table th,
    .credit-table td {
        padding: 10px 5px;
        font-size: 12px;
    }

    .calendar-month-nav {
        gap: 16px;
        margin-bottom: 24px;
    }

    .calendar-month-nav .month-text {
        width: auto;
        font-size: 28px;
    }

    .calendar-layout {
        flex-direction: column;
        gap: 40px;
    }

    .calendar-col {
        width: 100%;
    }

    .calendar-header {
        height: 44px;
    }

    .calendar-header span {
        font-size: 14px;
    }

    .calendar-date span {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }

    .calendar-date::after {
        width: 5px;
        height: 5px;
    }

    [data-panel="regulation"] .info-box b.w-75 {
        width: 50px !important;
    }
}

/* ========================================
   취업정보시스템(관련사이트)
======================================== */
.related-site-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.related-site-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc((100% - 120px) / 4);
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
}

.related-site-card.is-active,
.related-site-card:hover {
    border-color: #173557;
}

.related-site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 166px;
    background: #fff;
}

.related-site-logo img {
    width: 210px;
    height: 72px;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.related-site-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
    padding: 24px 28px;
    background: #F5F8FC;
}

.related-site-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.related-site-link {
    font-size: 16px;
    color: #666;
    text-decoration: underline;
    word-break: break-all;
}

.related-site-link:hover {
    color: 000;
    text-decoration: underline;
}

/* ========================================
   시설안내
======================================== */
.facility-panel {
    display: none;
}

.facility-panel.active {
    display: block;
}

.facility-summary {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    margin-top: 40px;
}

.facility-photo {
    width: 540px;
    height: 310px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.facility-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility-info {
    flex: 1;
    min-width: 0;
    padding-top: 12px;
}

.facility-name {
    font-size: 36px;
    font-weight: 700;
    color: #173557;
    margin-bottom: 24px;
}

.facility-detail {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.facility-detail-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.facility-detail-title {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 140px;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    flex-shrink: 0;
}

.facility-detail-title img {
    width: 24px;
    height: 24px;
}

.facility-detail-text {
    font-size: 20px;
    color: #222;
    flex: 1;
}

.facility-floor-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.facility-floor-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.facility-floor-title {
    width: 80px;
    font-weight: 700;
    color: #222;
    flex-shrink: 0;
}

.facility-floor-desc {
    flex: 1;
    color: #222;
    line-height: 1.5;
}

.facility-detail-text .sub-list {
    margin-top: 6px;
}

.facility-detail-text .sub-list li {
    font-size: 16px;
}

.facility-time-title {
    font-weight: 600;
    margin-bottom: 6px;
}

.facility-time-title + .sub-list {
    margin-bottom: 12px;
}

.facility-section {
    margin-top: 80px;
}

.facility-section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
}

.facility-section-title img {
    width: 38px;
    height: 38px;
}

.facility-section-title h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.facility-section-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.facility-card-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.facility-card {
    display: flex;
    gap: 60px;
    padding: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 24px;
    transition: border-color 0.2s;
}

.facility-card-photo {
    width: 500px;
    height: 288px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.facility-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility-card-body {
    flex: 1;
    min-width: 0;
}

.facility-card-title {
    font-size: 36px;
    font-weight: 700;
    color: #173557;
    margin-bottom: 24px;
}

/* ========================================
   학생생활관
======================================== */
.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;
}

/* ========================================
   인사말
======================================== */
.greeting-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.greeting-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.greeting-title {
    display: flex;
    align-items: center;
    gap: 8px;
}

.greeting-title img {
    width: 38px;
    height: 38px;
}

.greeting-title h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.greeting-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.72px;
    color: #173557;
}

.greeting-sign {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.72px;
    color: #173557;
    text-align: right;
}

@media screen and (max-width: 750px) {
    .policy-chapter-list {
        column-count: 1;
        column-gap: 0;
    }

    .related-site-list {
        flex-direction: column;
        gap: 20px;
        padding-top: 24px;
    }

    .related-site-card {
        width: 100%;
        flex: 1 0 auto;
    }

    .related-site-logo {
        height: 120px;
    }

    .related-site-logo img {
        width: 180px;
        height: 60px;
    }

    .related-site-info {
        padding: 18px 20px;
    }

    .related-site-title {
        font-size: 16px;
    }

    .related-site-link {
        font-size: 14px;
    }

    .facility-summary {
        flex-direction: column;
        gap: 20px;
        margin-top: 24px;
    }

    .facility-photo {
        width: 100%;
        height: auto;
    }

    .facility-photo img {
        height: auto;
    }

    .facility-info {
        padding-top: 0;
    }

    .facility-name {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .facility-detail-row {
        flex-direction: column;
        gap: 10px;
    }

    .facility-detail-title {
        width: auto;
        font-size: 16px;
    }

    .facility-detail-text {
        font-size: 16px;
    }

    .facility-floor-title {
        width: 64px;
        font-size: 15px;
    }

    .facility-floor-desc {
        font-size: 15px;
    }

    .facility-section {
        margin-top: 40px;
    }

    .facility-section-title {
        margin-bottom: 16px;
    }

    .facility-section-title h4 {
        font-size: 18px;
    }

    .facility-card-list {
        gap: 20px;
        margin-top: 24px;
    }

    .facility-card {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .facility-card-photo {
        width: 100%;
        height: auto;
    }

    .facility-card-photo img {
        height: auto;
    }

    .facility-card-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .dormitory-card {
        height: 320px;
        border-radius: 20px;
        transform: scale(0.9);
        transform-origin: top center;
    }

    .dormitory-card-content {
        padding: 60px 24px 40px 55%;
    }

    .dormitory-card-title {
        font-size: 15px;
        letter-spacing: -0.88px;
    }

    .dormitory-card-desc {
        font-size: 12px;
        letter-spacing: -0.6px;
        white-space: wrap;
    }

    .dormitory-card .btn-basic {
        font-size: 12px;
        white-space: nowrap;
    }

    .greeting-wrap {
        gap: 40px;
    }

    .greeting-section {
        gap: 16px;
    }

    .greeting-title img {
        width: 28px;
        height: 28px;
    }

    .greeting-title h3 {
        font-size: 18px;
    }

    .greeting-text,
    .greeting-sign {
        font-size: 15px;
        letter-spacing: -0.6px;
    }

    .integrated-search-result {
        padding-bottom: 80px;
    }

    .integrated-search-form {
        flex-direction: column;
        gap: 12px;
    }

    .integrated-search-input {
        flex: unset;
        width: 100%;
        height: 56px;
        padding: 0 20px;
        font-size: 18px;
        border-radius: 30px;
    }

    .integrated-search-btn {
        width: 100%;
        height: 56px;
        font-size: 20px;
        border-radius: 30px;
    }

    .integrated-search-count {
        margin-top: 12px;
        font-size: 14px;
    }

    .tbl-wrap .tbl-basic.integrated-result-table thead th {
        height: 46px;
        font-size: 14px;
    }

    .tbl-wrap .tbl-basic.integrated-result-table th,
    .tbl-wrap .tbl-basic.integrated-result-table td {
        height: 52px;
        font-size: 14px;
    }

    .tbl-wrap .tbl-basic.integrated-result-table th:first-child,
    .tbl-wrap .tbl-basic.integrated-result-table td:first-child,
    .tbl-wrap .tbl-basic.integrated-result-table th:last-child,
    .tbl-wrap .tbl-basic.integrated-result-table td:last-child {
        width: 92px;
    }
}

.tbl-wrap .tbl-basic.tbl-grade tbody td:not(:last-child) {
    border-right: 1px solid #ccc;
}

/* ========================================
   학과소개 카드
======================================== */
.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;
    }
}


.process-step {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.process-step-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0;
}

.process-step-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
    border: 1px solid #173557;
    border-radius: 12px;
    text-align: center;
}

.process-step-main {
    font-size: 18px;
    font-weight: 700;
    color: #173557;
    line-height: 1.5;
    letter-spacing: -0.36px;
    margin: 0;
}

.process-step-sub {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.5;
    letter-spacing: -0.32px;
    margin: 0;
}

.process-step-arrow {
    flex-shrink: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #173557;
}

.tbl-basic .tbl-img {
    width: 200px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 750px) {
    .process-step {
        flex-direction: column;
        gap: 0;
    }

    .process-step-item {
        flex-direction: column;
    }

    .process-step-box {
        width: 100%;
        padding: 20px 16px;
    }

    .process-step-arrow {
        width: auto;
        height: 32px;
        transform: rotate(90deg);
    }

    .tbl-basic .tbl-img {
        width: 140px;
        height: 105px;
    }
}