@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;700;900&display=swap');

* {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.section01 {
    background: url(./images/main_visual_bg1.jpg) no-repeat center top;
}

.section02 {
    background: url(./images/main_visual_bg2.jpg) no-repeat center top;
}

.section02>.con,
.section03>.con,
.section03>.basecenter {
    background-color: #fff;
}

.section03 {
    background: url(./images/main_visual_bg3.jpg) no-repeat center top;
    text-align: center;
}

.schedule_card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 990px;
    height: 239px;
    padding-top: 52px;
    padding-bottom: 57px;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif;
}

.schedule_top {
    display: flex;
    align-items: center;
    height: 67px;
    margin-left: 50px;
}

.schedule_label {
    background-color: #2c454c;
    color: #fff;
    font-weight: 700;
    width: 159px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: -0.2px;
    box-sizing: border-box;
}

.schedule_body {
    flex: 1;
    padding: 4px 0 0 20px;
    text-align: left;
    box-sizing: border-box;
}

.schedule_line {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 23px;
    margin-bottom: 13px;
}

.schedule_line:last-child {
    margin-bottom: 0;
}

.schedule_key {
    min-width: 54px;
    color: #1f1f1f;
}

.schedule_val {
    flex: 1;
    color: #1f1f1f;
}

.schedule_note {
    width: 891px;
    height: 42px;
    margin-left: 50px;
    margin-top: 21px;
    border: 1px solid #262626;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
}

.process_list {
    display: grid;
    gap: 20px;
    width: 896px;
    height: 437px;
    padding-top: 51px;
    padding-bottom: 58px;
    margin: 0 auto;
    margin-left: 49px;
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
}

.process_row {
    display: flex;
    border-top: 2px solid #627276;
    border-bottom: 2px solid #627276;
    border-left: 1px solid #627276;
    border-right: 2px solid #627276;
    background-color: #fff;
    height: 67px;
    align-items: center;
    box-sizing: border-box;
}

.process_label {
    background-color: #2c454c;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 159px;
    height: 100%;
    padding: 0 10px;
    font-size: 20px;
    box-sizing: border-box;
}

.process_body {
    padding: 0 16px 0 22px;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    color: #1f1f1f;
    line-height: 23px;
    word-break: keep-all;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.nowrap {
    white-space: nowrap;
}

.section_bottom_ul {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}

.section_bottom_ul.btn_cnter {
    justify-content: center;
}

.section_bottom_ul_wrap {
    padding: 10px 0 45px;
}

.section_bottom_ul_wrap.white {
    background-color: #f8f8f8;
}

.section_bottom_ul>a {
    display: block;
    width: 48%;
    height: 90px;
    line-height: 90px;
    background-color: #2c454c;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
    box-shadow: inset 0px 5px 0px rgba(255, 255, 255, .3), inset 0px -5px 0px rgba(0, 0, 0, .3), 0px 7px 10px rgba(0, 0, 0, 0.3);
    border-radius: 45px;
}

.section_bottom_ul>a.other {
    background-color: #167f9a;
}

.basecenter {
    margin: 0 auto;
    width: 990px;
}

.textacenter {
    text-align: center;
}

.flexblock {
    display: flex;
}

.section_top_title {
    text-align: center;
    background-color: #fff;
    font-size: 31px;
}

.section_top_title.green {
    background-color: #283f45;
}

.section_top_title_round {
    text-align: center;
    background-color: #167f9a;
    border-bottom: 12px solid #234c57;
    border-radius: 40px 40px 0 0;
    width: 990px;
    margin: 0 auto;
}

.section_top_title_round_wrap {
    width: 990px;
    margin: 0 auto;
    background-color: #fff;
}

.tab_btn_wrap {
    background-color: #2c454c;
    /* position: sticky;
    top: 0; */
}

.tab_btn {
    margin: 0 auto;
    width: 992px;
}

.tab_btn_wrap>.tab_btn>ul {
    display: flex;
    width: 100%;
}

.tab_btn_wrap>.tab_btn>ul>li {
    cursor: pointer;
    width: 25%;
    text-align: center;
    height: 120px;
    line-height: 130px;
    font-family: 'GmarketSansMedium';
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.tab_btn_wrap>.tab_btn>ul>li.on {
    background-color: #167f9a;
}

.tab_btn_wrap>.tab_btn>.tab_btn_line {
    height: 10px;
    background-color: #167f9a;
    width: 992px;
}

.tab_con_btn_white_wrap {
    background-color: #f5f5f5;
}

.tab_con_btn_white_wrap>ul {
    text-align: center;
}

.tab_con_btn_white_wrap>ul>li {
    display: inline-block;
    padding: 40px 0;
}

.tab_con_btn_white_wrap>ul>li>a {
    background-color: #2c454c;
    color: #fff;
    text-align: center;
    font-size: 25px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    padding: 0 150px;
    box-shadow: 0px 10px 13px 5px rgba(0, 0, 0, .2);
    font-family: 'Noto Sans KR', sans-serif;
}

.tab_con_btn_wrap>ul {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.tab_con_btn_wrap>ul>li {
    display: block;
    padding: 70px 0;
    width: 46%;
}

.tab_con_btn_wrap>ul>li>a {
    background-color: #2c454c;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    padding: 0 110px;
    box-shadow: 0px 10px 13px 5px rgba(0, 0, 0, .2);
    font-family: 'Noto Sans KR', sans-serif;
}

/*footer*/
.footer {
    background-color: #252525;
}

.footer .flexblock {
    justify-content: center;
    align-items: center;
}

.footer .right {
    margin-left: 50px;
    /* PC에서의 좌우 텍스트간격. 모바일에서는 아래 미디어 쿼리에서 0으로 초기화됨 */
}

.footer .right ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* 버튼들을 왼쪽으로 가지런히 정렬 */
    gap: 10px;
    margin: 0;
    padding: 0;
    margin-top: -5px;
    /* 시각적으로 왼쪽 텍스트와 높이를 맞추기 위해 살짝 위로 올림 */
}

.footer .right ul li {
    padding-bottom: 0;
    /* 마지막 요소의 공간 차지를 막아 중앙 정렬 유지 */
}

.footer_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    width: 180px;
    height: 42px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border-radius: 25px;
    box-sizing: border-box;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
}

.footer_btn.btn_kakao {
    background-color: #FEE500;
    color: #3C1E1E;
    box-shadow: 0 2px 4px rgba(254, 229, 0, 0.2);
}

.footer_btn.btn_home {
    background-color: #167f9a;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(22, 127, 154, 0.2);
}

.footer_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.footer_btn svg {
    flex-shrink: 0;
}

/*table_con*/
.tab_con_wrap {
    background-color: #e8e8e8;
}

.tab_con_wrap>.tab_con>ul>li {
    display: none;
}

.tab_con_wrap>.tab_con>ul>li.on {
    display: block;
}

.tab_con {
    width: 990px;
    margin: 0 auto;
}

.tab_con_video {
    background-color: #f5f5f5;
    text-align: center;
}

.tab_con_video iframe {
    width: 870px;
    height: 490px;
}

.tab_schedule_wrap {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 30px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.tab_schedule_title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #2c545c;
    padding-bottom: 16px;
}

.tab_schedule_table {
    width: 100%;
    border: 1px solid #b7b7b7;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.tab_schedule_row {
    display: grid;
    grid-template-columns: 140px 280px 130px 1fr;
}

.tab_schedule_row.head {
    background-color: #2c545c;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.tab_schedule_row.body {
    background-color: #fff;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 18px;
}

.tab_schedule_row .cell {
    padding: 26px 18px;
    border-right: 1px solid #5f6a6d;
    text-align: center;
    box-sizing: border-box;
}

.tab_schedule_row.body .cell {
    border-right: 1px solid #2f2f2f;
}

.tab_schedule_row .cell:last-child {
    border-right: none;
}

.tab_schedule_notes {
    margin-top: 18px;
    padding-left: 18px;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

/* 완료된 행 dim 처리 */
.tab_schedule_row.body.completed {
    opacity: 0.5;
}

/* 날짜 셀: 뱃지 absolute 기준 */
.cell.date-cell {
    position: relative;
}

/* 완료 뱃지 — 날짜 텍스트 위에 중앙 절대 위치 */
.done-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #167f9a, #2c545c);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(22, 127, 154, 0.5);
    letter-spacing: -0.5px;
    z-index: 1;
}

.tab_summary_wrap {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 26px 0 20px;
    font-family: 'Noto Sans KR', sans-serif;
}

.tab_summary_title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #2c545c;
    padding-bottom: 14px;
}

.tab_summary_table {
    width: 100%;
    border: 1px solid #b7b7b7;
    border-top: 6px solid #2c545c;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.tab_summary_row {
    display: grid;
    grid-template-columns: 170px 1fr;
    border-bottom: 1px solid #d6d6d6;
}

.tab_summary_row:last-child {
    border-bottom: none;
}

.tab_summary_row .label {
    background-color: #f4f6f7;
    color: #2c545c;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 16px;
    border-right: 1px solid #d6d6d6;
    text-align: center;
    box-sizing: border-box;
}

.tab_summary_row .value {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    padding: 14px 16px;
    text-align: left;
    box-sizing: border-box;
    word-break: keep-all;
    overflow-wrap: break-word;
}

@media (max-width: 1200px) {
    .basecenter {
        width: 100%;
    }

    .tab_btn {
        width: 100%;
    }

    .tab_btn_wrap>.tab_btn>.tab_btn_line {
        width: 100%;
    }

    .tab_con {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .tab_btn_wrap>.tab_btn>ul>li {
        width: 25%;
        height: 90px;
        line-height: 90px;
        /* font-size: 19px; */
        font-size: 2.5vw;
    }

    .tab_con_video iframe {
        width: 100%;
        height: 397px;
    }

    .tab_con_btn_white_wrap>ul>li>a {
        font-size: 3vw;
        padding: 0 5vw;
        height: 60px;
        line-height: 60px;
    }

    .tab_con_btn_wrap>ul>li {
        padding: 30px 0 60px;
    }

    .section_bottom_ul {
        width: 80%;
    }

    .section_bottom,
    .section_bottom2 {
        padding: 30px 0 60px;
    }

    .tab_con_btn_wrap>ul {
        width: 80%;
        margin: 0 auto;
    }

    .tab_con_btn_wrap>ul>li>a {
        font-size: 3.1vw;
        font-weight: bold;
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
    }

    .section_bottom>a,
    .section_bottom2>a {
        font-size: 3.1vw;
        font-weight: bold;
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
    }

    .section_top_title_round {
        border-radius: 20px 20px 0 0;
        width: 100%;
    }

    .section_top_title_round img {
        width: 30%;
    }

    .section_top_title_round_wrap {
        width: 100%;
    }

    .section_bottom_ul>a {
        height: 60px;
        line-height: 60px;
        font-size: clamp(13px, 3.6vw, 17px);
        border-radius: 30px;
    }

    .section_bottom_ul_wrap {
        padding: 20px 0 30px;
    }

    .flexblock {
        flex-direction: column;
    }

    .flexblock>.right {
        width: 100%;
        margin-left: 0;
        /* 모바일에서 PC의 여백 초기화 */
        /* 모바일에서는 가득 차게 */
    }

    .footer .right ul {
        flex-direction: row;
        /* 가로(한줄) 배치 */
        justify-content: center;
        /* 가운데 정렬 */
        gap: 10px;
        /* 버튼 사이 간격 */
        padding-top: 15px;
        /* 모바일에서 위 텍스트와의 여백 */
        padding-bottom: 29px;
        padding-left: 0;
    }

    .footer_btn {
        width: auto;
        /* 버튼 텍스트 양에 맞게 */
        padding: 0 16px;
        /* 좌우 여백 */
    }

    .tab_schedule_wrap {
        padding: 18px 16px 16px;
        box-sizing: border-box;
    }

    .tab_schedule_title {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .tab_schedule_table {
        box-shadow: none;
    }

    .tab_schedule_row {
        grid-template-columns: 1fr;
        border-bottom: 1px solid #c7c7c7;
    }

    .tab_schedule_row.head {
        display: none;
    }

    .tab_schedule_row.body {
        font-size: 16px;
    }

    .tab_schedule_row .cell {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        text-align: left;
        padding: 12px 12px;
    }

    .tab_schedule_row .cell:last-child {
        border-bottom: none;
    }

    .tab_schedule_row .cell::before {
        content: attr(data-label);
        display: block;
        font-size: 13px;
        color: #6b6b6b;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .tab_schedule_notes {
        margin-top: 12px;
        padding-left: 18px;
        font-size: 14px;
        line-height: 1.6;
    }

    .tab_summary_wrap {
        padding: 18px 16px 16px;
        box-sizing: border-box;
    }

    .tab_summary_title {
        font-size: 22px;
        padding-bottom: 12px;
    }

    .tab_summary_table {
        box-shadow: none;
    }

    .tab_summary_row {
        grid-template-columns: 1fr;
    }

    .tab_summary_row .label {
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
        padding: 10px 12px;
        font-size: 15px;
    }

    .tab_summary_row .value {
        padding: 10px 12px 14px;
        font-size: 15px;
        line-height: 1.6;
    }

    .schedule_card {
        height: auto;
        padding: 20px 16px 24px;
        gap: 12px;
    }

    .schedule_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        height: auto;
        margin-left: 0;
    }

    .schedule_label {
        width: 100%;
        height: 52px;
        padding: 0 14px;
        font-size: 18px;
    }

    .schedule_body {
        padding: 0;
    }

    .schedule_line {
        flex-direction: row;
        gap: 4px;
        align-items: flex-start;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .schedule_key {
        min-width: 44px;
        flex: 0 0 auto;
    }

    .schedule_val {
        flex: 1 1 auto;
        word-break: keep-all;
    }

    .schedule_note {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }

    .process_list {
        width: 100%;
        height: auto;
        padding: 12px 16px 0;
        margin-left: 0;
        gap: 12px;
        box-sizing: border-box;
    }

    .process_row {
        flex-direction: column;
        height: auto;
        border-width: 1px;
        text-align: center;
    }

    .process_label {
        justify-content: center;
        width: 100%;
        height: 48px;
        padding: 0 14px;
        font-size: 17px;
    }

    .process_body {
        padding: 10px 14px 14px;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .nowrap {
        white-space: normal;
    }
}

/* -------------------------------------
 * Custom Editable Sections (tabcon0102)
 * ------------------------------------- */
.custom_con_wrap {
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans KR', sans-serif;
    color: #1f1f1f;
    background-color: #fff;
    /* 흰색 배경 유지 */
}

.custom_con_wrap img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.custom_section {
    padding: 50px 40px;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
}

.custom_title {
    text-align: center;
    margin-bottom: 40px;
}

.custom_title h3 {
    font-size: 26px;
    color: #167f9a;
    font-weight: 700;
    margin-bottom: 20px;
    word-break: keep-all;
}

.custom_title p {
    font-size: 18px;
    font-weight: bold;
    color: #2c454c;
    border: 2px solid #167f9a;
    /* 박스 테두리 */
    display: inline-block;
    padding: 12px 24px;
    position: relative;
    background-color: #fff;
    word-break: keep-all;
}

.custom_title p::before,
.custom_title p::after {
    content: '"';
    color: #167f9a;
    font-size: 28px;
    position: absolute;
    top: -15px;
    background: #fff;
    padding: 0 4px;
    line-height: 1;
}

.custom_title p::before {
    left: 16px;
}

.custom_title p::after {
    right: 16px;
}

/* 교수진 테이블 */
.faculty_table {
    display: flex;
    flex-direction: column;
    border: 1px solid #1f1f1f;
    margin-bottom: 40px;
}

.faculty_row {
    display: flex;
    border-bottom: 1px solid #1f1f1f;
}

.faculty_row:last-child {
    border-bottom: none;
}

.faculty_col {
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #1f1f1f;
}

.faculty_col:last-child {
    border-right: none;
}

.faculty_th {
    background-color: #2c454c;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-weight: 700;
}

.faculty_td {
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    flex: 1;
}

.faculty_td .prof_item {
    margin-bottom: 16px;
}

.faculty_td .prof_item:last-child {
    margin-bottom: 0;
}

.faculty_td strong {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: 700;
}

.faculty_td span {
    display: block;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

/* 동호회 및 연구회 리스트 */
.club_buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    padding: 15px;
    background-color: #fcfcfc;
}

.club_row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.club_label {
    background-color: #167f9a;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 16px;
    white-space: nowrap;
}

.club_desc {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    word-break: keep-all;
}

/* 동호회 갤러리 */
.club_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    width: 100%;
    max-width: 860px;
    margin: 20px auto 0;
    /* 위쪽에 약간의 여백 추가 */
}

.club_gallery_item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* 부드러운 박스 그림자 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #eaeaea;
    /* 은은한 테두리 */
    background-color: #fff;
}

.club_gallery_item:hover {
    transform: translateY(-6px);
    /* 마우스를 올렸을 때 살짝 위로 떠오르는 효과 */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
    /* 호버 시 더 뚜렷해지는 그림자 */
}

.club_gallery_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* 장학제도 테이블 */
.scholar_table {
    border: 1px solid #1f1f1f;
    display: flex;
    flex-direction: column;
}

.scholar_row {
    display: flex;
    border-bottom: 1px solid #1f1f1f;
}

.scholar_row.head {
    background-color: #2c454c;
    color: #fff;
    font-weight: 700;
}

.scholar_row.head .scholar_cell {
    border-color: #1f1f1f;
    background-color: transparent;
    padding: 12px;
}

.scholar_row:last-child {
    border-bottom: none;
}

.scholar_cell {
    flex: 1;
    text-align: center;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 500;
    border-right: 1px solid #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.scholar_cell:last-child {
    border-right: none;
}

@media (max-width: 800px) {
    .faculty_row {
        flex-direction: column;
        border-bottom: none;
    }

    .faculty_col {
        border-right: none;
        border-bottom: 1px solid #1f1f1f;
    }

    .faculty_col:last-child {
        border-bottom: 1px solid #1f1f1f;
    }

    .club_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .club_gallery {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .scholar_row {
        flex-direction: column;
    }

    .scholar_cell {
        border-right: none;
        border-bottom: 1px solid #1f1f1f;
        padding: 20px 10px;
    }

    .scholar_row:not(.head) .scholar_cell:first-child {
        background-color: #2c454c;
        color: #fff;
        padding: 12px;
    }

    .scholar_row.head {
        display: none;
        /* 모바일에서는 헤더 숨김 또는 세로 배치 */
    }

    .custom_section {
        padding: 30px 20px;
    }
}