/* department.css 배포일:2026.03.11 09:40:33 */ 
@charset "utf-8";

#header .dept-name {
    position:absolute;
    left:255px;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap:8px;
    font-family:'neurimbo Gothic', sans-serif;
    font-size:20px;
    font-weight:500;
    color:#173557;
}

#header .dept-name a {
	color:#173557;
}

#header .dept-name dt{
    padding-right:8px;
    position: relative;
}

#header .dept-name dt::after{
    width:1px;
    background:#222;
    height:16px;
    content:'';
    display:block;
    position:absolute;
    right:0;
    top:50%;
    transform: translateY(-50%);
}


/* ========================================
   Main Header
======================================== */
#header.main {
    background:none;
}

#header.main .gnb::before {
    background:rgba(255, 255, 255, 0.2);
}

#header.main.is-open .gnb::before {
    background:#fff;
}

#header.main .logo{
    background-image: url(/home/image/common/img_kj_logo_white.svg);
}
#header.main.is-open .logo{
    background-image: url(/home/image/common/header_kj_logo.svg);
}


#header.main .gnb .depth1 > a{
    color:#fff;
}
#header.main.is-open .gnb .depth1 > a{
    color:#222;
}

#header.main .btn-login {
    color:#fff;
}
#header.main.is-open .btn-login {
    color:#222;
}

#header.main .btn-icon.language-btn{
    background:url(/home/image/common/icn_language_white.svg) no-repeat center center;
}
#header.main.is-open .btn-icon.language-btn{
    background:url(/home/image/common/icn_language.svg) no-repeat center center;
}

#header.main .btn-icon.search-btn{
    background:url(/home/image/common/icn_search_white.svg) no-repeat center center;
}
#header.main.is-open .btn-icon.search-btn{
    background:url(/home/image/common/icn_search.svg) no-repeat center center;
}
#header.main .btn-icon.sitemap-btn{
    background:url(/home/image/common/icn_gnb_white.svg) no-repeat center center;
}
#header.main.is-open .btn-icon.sitemap-btn{
    background:url(/home/image/common/icn_gnb.svg) no-repeat center center;
}

#header.main .dept-name{
    color:#fff;
}
#header.main.is-open .dept-name{
    color:#173557;
}

#header.main .dept-name dt::after{
    background:#fff;
}
#header.main.is-open .dept-name dt::after{
    background:#222;
}

@media screen and (max-width: 750px) {
    #header .dept-name {
        display: none;
    }
}


/* ========================================
   Section
======================================== */
.section {
    margin-bottom: 120px;
}

.section-content {
    font-size: 20px;
    line-height: 1.6;
    color: #282828;
    letter-spacing: -0.6px;
}

.section-content p {
    font-size:20px;
    color:#000;
    line-height:140%;
}

.section-content .section-subtitle {
    font-size: 36px;
    font-weight: 700;
    color: #01375a;
    letter-spacing: -0.72px;
}

.section-content .section-tagline {
    font-size: 28px;
    font-weight: 500;
    color: #01375a;
    letter-spacing: -0.56px;
    line-height:150%;    
    margin-bottom: 32px;
}

.section-content .highlight {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height:140%;
    margin-bottom: 12px;
}

/* ========================================
   Sub Section
======================================== */
.sub-section-title {
    font-size: 32px;
    font-weight: 600;
    color: #01375a;
    letter-spacing: -0.64px;
    position: relative;
    line-height:160%;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.sub-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 41px;
    height: 2px;
    background: #01375a;
}

/* ========================================
   Content List
======================================== */
.content-list {
    list-style: none;
    padding: 0;
}

/* ul.content-list - 점 표시 */
ul.content-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.6;
    color: #282828;
    letter-spacing: -0.6px;
}

ul.content-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #282828;
}

/* ol.content-list - 숫자 없음 (h3에 포함) */
ol.content-list {
    list-style: none;
    padding-left: 0;
}

ol.content-list li {
    margin-bottom: 16px;
    padding-left: 0;
}

ol.content-list li::before {
    display: none;
}

ol.content-list li h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #282828;
    letter-spacing: -0.6px;
}

ol.content-list li p {
    font-size: 20px;
    line-height: 1.6;
    color: #282828;
    letter-spacing: -0.6px;
    padding-left: 20px;
    margin: 0;
}

/* ul.content-list with title and description */
ul.content-list.content-list-with-title li {
    padding-left: 0;
    margin-bottom: 16px;
}

ul.content-list.content-list-with-title li::before {
    display: none;
}

ul.content-list.content-list-with-title li h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #282828;
    letter-spacing: -0.6px;
    line-height: 1.6;
}

ul.content-list.content-list-with-title li p {
    font-size: 20px;
    line-height: 1.6;
    color: #282828;
    letter-spacing: -0.6px;
    margin: 0;
}

/* ========================================
   Education Goals Connection
======================================== */
.education-connection {
    margin-top: 40px;
    padding:0 130px;
}

.connection-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.connection-header p {
    font-size: 20px;
    font-weight: 700;
    color: #282828;
    text-align: center;
}

.connection-header p.left {
    width:280px;
}

.connection-header p.right {
    flex: 1;
}

.connection-item {
    display: flex;
    margin-bottom: 20px;
}

.connection-title {
    background: #89c200;
    color: #fff;
    padding: 24px 40px;
    border-radius: 20px 0 0 20px;
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.connection-title h4 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.84px;
}

.connection-content {
    background: #fff;
    border: 1px solid #89c200;
    padding: 24px 50px;
    border-radius: 0 20px 20px 0;
    flex: 1;
    display: flex;
    align-items: center;
}

.connection-content p {
    font-size: 20px;
    line-height: 1.5;
    color: #282828;
    letter-spacing: -0.6px;
}

/* ========================================
   Career Section
======================================== */
.career-subsection {
    margin-bottom: 40px;
}

.career-subsection-title {
    font-size: 24px;
    font-weight: 700;
    color: #89c200;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.career-subsection p{
    font-size: 20px;
    line-height:140%;
    color:#000;
    letter-spacing: -0.6px;
    margin-bottom:12px;
}

/* ========================================
   Contact Info
======================================== */
.contact-info {
    display: flex;
    gap: 120px;
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-icon {
    width: 32px;
    height: 32px;
}

.contact-label {
    font-size: 20px;
    font-weight: 700;
    color: #282828;
    letter-spacing: -0.6px;
}

.contact-value {
    font-size: 20px;
    color: #282828;
    letter-spacing: -0.6px;
}



@media screen and (max-width: 750px) {
    .section {
        margin-bottom: 60px;
    }

    .section-content {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .section-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .section-content .section-subtitle {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .section-content .section-tagline {
        font-size: 20px;
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }

    .section-content .highlight {
        font-size: 16px;
        line-height: 1.5;
    }

    .sub-section-title {
        font-size: 22px;
        letter-spacing: -0.44px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .content-list li {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 1.5;
    }

    .education-connection {
        padding: 0;
        margin-top: 30px;
    }

    .connection-header {
        display: none;
    }

    .connection-item {
        flex-direction: column;
        margin-bottom: 16px;
    }

    .connection-title {
        width: 100%;
        padding: 20px 24px;
        border-radius: 20px 20px 0 0;
    }

    .connection-title h4 {
        font-size: 20px;
        letter-spacing: -0.6px;
    }

    .connection-content {
        padding: 20px 24px;
        border-radius: 0 0 20px 20px;
    }

    .connection-content p {
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 1.5;
    }

    .career-subsection {
        margin-bottom: 30px;
    }

    .career-subsection-title {
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .career-subsection p {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.32px;
        margin-bottom: 12px;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .contact-icon {
        width: 28px;
        height: 28px;
    }

    .contact-label,
    .contact-value {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    ul.content-list li {
        padding-left: 16px;
        font-size: 16px;
        letter-spacing: -0.32px;
        line-height: 1.5;
    }

    ol.content-list {
        padding-left: 0;
    }

    ol.content-list li {
        margin-bottom: 12px;
    }

    ol.content-list li h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    ol.content-list li p {
        font-size: 16px;
        padding-left: 16px;
    }

    ul.content-list.content-list-with-title li {
        margin-bottom: 12px;
    }

    ul.content-list.content-list-with-title li h3 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    ul.content-list.content-list-with-title li p {
        font-size: 16px;
    }

    .professor-list {
        padding: 20px 0;
    }

    .professor-list .professor-item {
        padding: 20px;
    }

    .professor-list .professor-thumb {
        width: 100%;
        max-width: 268px;
    }

    .professor-list .professor-name {
        font-size: 20px;
    }

    .professor-list .professor-detail li {
        font-size: 14px;
    }
}

/* ========================================
   Professor List
======================================== */
.professor-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 40px 0;
}

.professor-list .professor-item {
    display: flex;
    gap: 30px;
    padding: 30px;
    border: 2px solid #D9D9D9;
    border-radius: 20px;
    transition: border-color 0.2s;
}

.professor-list .professor-item:hover {
    border-color: #01375A;
}

.professor-list .professor-thumb {
    flex-shrink: 0;
    width: 268px;
    max-height: 330px;
    aspect-ratio: 268 / 320;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
}

.professor-list .professor-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.professor-list .professor-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    flex: 1;
}

.professor-list .professor-name {
    position: relative;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    color: #01375A;
}

.professor-list .professor-name::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 41px;
    height: 2px;
    background: #01375A;
}

.professor-list .professor-position {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.professor-list .professor-detail {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.professor-list .professor-detail li {
    display: flex;
    gap: 15px;
    font-size: 16px;
    color: #000;
}

.professor-list .professor-detail li strong {
    width: 80px;
    flex-shrink: 0;
}

.professor-list .professor-detail li.vertical {
    flex-direction: column;
    gap: 10px;
}

.professor-list .professor-detail li.vertical ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.professor-list .professor-detail li.vertical ul li {
    display: list-item;
    font-size: 12px;
}

.professor-list .professor-detail li a.email {
    text-decoration: underline;
    padding-right: 30px;
    background: url(/home/image/department/icn_email.svg) no-repeat right center;
}

/* ========================================
   Professor Detail
======================================== */
.professor-detail {
    padding: 40px 0 60px;
}

.professor-detail-info {
    display: flex;
    gap: 60px;
    margin-bottom: 60px;
}

.professor-detail-photo {
    flex-shrink: 0;
    width: 200px;
    height: 262px;
    border-radius: 20px;
    overflow: hidden;
}

.professor-detail-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.professor-detail-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.professor-detail-name {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.professor-detail-name h3 {
    font-size: 32px;
    font-weight: 600;
    color: #01375a;
    letter-spacing: -0.64px;
    line-height: 1.5;
    margin: 0;
}

.professor-detail-name-line {
    width: 41px;
    height: 2px;
    background: #01375a;
}

.professor-detail-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.professor-detail-item {
    display: flex;
    gap: 24px;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    letter-spacing: -0.4px;
}

.professor-detail-item-label {
    font-weight: 500;
    width: 88px;
    flex-shrink: 0;
}

.professor-detail-item-value {
    font-weight: 400;
    flex: 1;
}

.professor-detail-item-value.email {
    display: flex;
    align-items: center;
    gap: 8px;
}

.professor-detail-item-value.email a {
    text-decoration: underline;
    color: #000;
}

.professor-detail-item-value.email img {
    width: 20px;
    height: 30px;
}

.professor-detail-career {
    margin-top: 40px;
}

.professor-detail-career .sub-section-title {
    margin-bottom: 24px;
}

.professor-detail-career .tbl-basic {
    width: 100%;
}

.professor-detail-career .tbl-basic th {
    background: #f5f7ff;
    border: 1px solid #d4d4d4;
    padding: 23px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.54px;
    text-align: center;
}

.professor-detail-career .tbl-basic th:first-child {
    width: 380px;
}

.professor-detail-career .tbl-basic th:last-child {
    width: 220px;
}

.professor-detail-career .tbl-basic td {
    border: 1px solid #d4d4d4;
    padding: 23px;
    font-size: 18px;
    color: #000;
    letter-spacing: -0.54px;
    text-align: center;
    background: #fff;
}

.professor-detail-career .tbl-basic td:first-child {
    width: 380px;
}

.professor-detail-career .tbl-basic td:last-child {
    width: 220px;
}

.professor-detail-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.professor-detail-btn-wrap .btn-basic {
    min-width: 184px;
    height: 56px;
    background: #01375a;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.6px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.2s;
}

.professor-detail-btn-wrap .btn-basic:hover {
    background: #012a47;
}

@media screen and (max-width: 750px) {
    .professor-detail {
        padding: 30px 0 40px;
    }

    .professor-detail-info {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
        align-items: center;
    }

    .professor-detail-photo {
        width: 200px;
        height: 262px;
    }

    .professor-detail-content {
        width: 100%;
        gap: 24px;
    }

    .professor-detail-name h3 {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .professor-detail-items {
        gap: 10px;
    }

    .professor-detail-item {
        font-size: 16px;
        letter-spacing: -0.32px;
        gap: 16px;
    }

    .professor-detail-item-label {
        width: 70px;
    }

    .professor-detail-item-value.email img {
        width: 24px;
        height: 24px;
    }

    .professor-detail-career {
        margin-top: 30px;
    }

    .professor-detail-career .sub-section-title {
        margin-bottom: 16px;
    }

    .professor-detail-career .tbl-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .professor-detail-career .tbl-basic {
        min-width: 500px;
    }

    .professor-detail-career .tbl-basic th,
    .professor-detail-career .tbl-basic td {
        font-size: 13px;
        padding: 12px 8px;
    }

    .professor-detail-career .tbl-basic th:first-child,
    .professor-detail-career .tbl-basic td:first-child {
        width: auto;
        min-width: 90px;
        max-width: 100px;
        white-space: nowrap;
    }

    .professor-detail-career .tbl-basic th:last-child,
    .professor-detail-career .tbl-basic td:last-child {
        width: auto;
        min-width: 70px;
        max-width: 90px;
        white-space: nowrap;
    }

    .professor-detail-career .tbl-basic td:nth-child(2) {
        white-space: normal;
        word-break: break-word;
        text-align: left;
        padding-left: 12px;
        padding-right: 12px;
        min-width: 200px;
    }

    .professor-detail-btn-wrap {
        margin-top: 40px;
    }

    .professor-detail-btn-wrap .btn-basic {
        min-width: 120px;
        height: 48px;
        font-size: 16px;
    }
}

/* ========================================
   Organization Template (from intro.css)
======================================== */
.org-template-content {
    padding-bottom: 150px;
}

.org-section {
    margin-top: 60px;
}

.org-section .sub-section-title {
    margin-bottom: 24px;
}

.org-section .tbl-basic td {
    text-align: center;
}

.org-section .tbl-basic td a {
    color: #222;
}

.org-section .tbl-basic td a:hover {
    text-decoration: underline;
    color: #000;
}

@media screen and (max-width: 750px) {
    .org-template-content {
        padding: 30px 0 100px;
    }

    .org-section {
        margin-top: 40px;
    }

    .org-section .sub-section-title {
        margin-bottom: 16px;
    }
}


/* ========================================
   Department Main
======================================== */

#mainSection {
    position:relative;
}

.main-visual {
    position: relative;
    height: 940px;
    margin-top: -60px;
    color: #fff;
    overflow: hidden;
}

.main-visual-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.main-visual-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    z-index: 1;
}

.main-visual .dept-info {
    position: absolute;
    top:440px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
    width: 100%;
    max-width: 1640px;
    padding: 0 60px;
    z-index: 2;
    box-sizing: border-box;
}

.main-visual .slogan {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.main-visual dt {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 4px;
}

.main-visual dd {
    font-size: 24px;
    font-weight: 600;
}

.main-board {
    position:absolute;
    top:720px;
    left:50%;    
    transform: translateX(-50%);
    width: 100%;
    max-width: 1640px;
    padding: 50px 0 48px;
    background: #f9f9f9;
    border-radius: 24px;
    z-index: 3;
}

.main-board .title-section {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding:0 60px;
    gap:40px;
    position:relative;
}

.main-board .title-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #01375a;
}

.main-board .title-section .btn-more {
    position:absolute;
    right:60px;
    top:0; 
    display:flex;
    align-items:center;
    height:54px;
    font-size:18px;
    font-weight:700;
    padding-right:40px;
    background: url(/home/image/department/icn_btn_more.svg) no-repeat right center;

}


.main-board .category {
    display: flex;
    gap: 24px;
}

.main-board .category li button {
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    background: none;
    border: none;
    padding: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    opacity:0.4;
}

.main-board .category li.is-active button {
    border-color: #282828;
    opacity:1;
}

.main-board .slide-section {
    position: relative;
}

.main-board .board-swiper {
    padding:0 60px;
    height:386px;
}

.main-board .board-swiper .swiper-slide {
    height: auto;
}

.main-board .board-card {
    display: flex;
    flex-direction: column;
    height: 386px;
    padding: 32px 28px;
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    background: #fff;
    text-decoration: none;
    color: #282828;
    position:relative;

}

.main-board .board-card:hover, 
.main-board .board-card.is-active {
    border-color: #01375a;
}

.main-board .board-card-category {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.main-board .board-card-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
}

.main-board .board-card-date {
    font-size: 16px;
    color: #666;
    position:absolute;
    left:40px;
    bottom:40px;
}

.main-board .board-swiper-controls {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -40px;
    z-index:9999;
    display:flex;
    justify-content: space-between;
    width:calc(100% - 80px);


}

.main-board .board-swiper-prev,
.main-board .board-swiper-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-board .board-swiper-prev {
    background: url(/home/image/department/icn_btn_slide_left.svg) no-repeat center;
}

.main-board .board-swiper-next {
    background: url(/home/image/department/icn_btn_slide_right.svg) no-repeat center;
}

.main-notice {
    max-width: 1640px;
    margin: 0 auto;
    padding-top:450px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    box-sizing: border-box;
}

.main-notice .schedule-section,
.main-notice .notice-section {
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 24px;
    padding: 50px 60px;
    box-sizing: border-box;
}

.main-notice .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.main-notice .section-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #282828;
}

.main-notice .btn-more {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: url(/home/image/department/icn_btn_more.svg) no-repeat center;
    display: inline-block;
    background-size: contain;
}

.main-notice .notice-section .btn-more {
  background-image: url(/home/image/department/icn_btn_more_green.svg);
}

.schedule-content {
    display: flex;
    align-items: flex-start;
    gap:56px;
}

.schedule-date {
    width: 140px;
    height: 140px;
    border-radius: 20px;
    border: 2px solid #01375a;
    color: #01375A;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.schedule-date .month {
    font-size: 24px;
    font-weight: 500;
    line-height:30px;
    margin-bottom: 18px;
}

.schedule-date .day {
    font-size: 48px;
    font-weight: 700;
    line-height:120%;
}

.schedule-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.schedule-item .period {
    font-size: 16px;
    line-height:150%;
    color: #282828;
    opacity:0.6;
}

.schedule-item .title {
    font-size: 24px;
    font-weight: 700;
    line-height:28px;
    color: #282828;
}

.schedule-item + .schedule-item {
    padding-top: 32px;
    border-top: 1px solid #e0e0e0;
}

.notice-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.notice-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-radius: 12px;
    background: #f9f9f9;
    text-decoration: none;
    color: #282828;
    gap:24px;
}

.notice-title {
    font-size: 20px;
    font-weight: 700;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-date {
    font-size: 18px;
    opacity: 0.6;
}

.main-banner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 80px 0 160px;
}

.main-banner ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.main-banner li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    height:300px;
    border-radius: 24px;
    background: no-repeat center center;
    background-size:cover;
    color: #fff;
    text-decoration: none;
}


.main-banner .banner-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: no-repeat center center #fff;
}


.main-banner li:nth-child(1) a {
    background-image: url(/home/image/department/main_bnbg01.png);
}
.main-banner li:nth-child(1) .banner-icon {
    background-image: url(/home/image/department/main_bnic01.svg);
}
.main-banner li:nth-child(2) a {
    background-image: url(/home/image/department/main_bnbg02.png);
}
.main-banner li:nth-child(2) .banner-icon {
    background-image: url(/home/image/department/main_bnic02.svg);
}
.main-banner li:nth-child(3) a {
    background-image: url(/home/image/department/main_bnbg03.png);
}
.main-banner li:nth-child(3) .banner-icon {
    background-image: url(/home/image/department/main_bnic03.svg);
}
.main-banner li:nth-child(4) a {
    background-image: url(/home/image/department/main_bnbg04.png);
}
.main-banner li:nth-child(4) .banner-icon {
    background-image: url(/home/image/department/main_bnic04.svg);
}

.main-banner em {
    font-size: 24px;
    font-weight: 700;
}


@media screen and (max-width: 750px) {
    .main-visual {
        height: 400px;
    }

    .main-visual .dept-info {
        bottom: 40px;
        padding: 0 16px;
    }

    .main-visual .dept-info {
        padding: 0 16px;
    }

    .main-visual .slogan {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .main-visual dt {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .main-visual dd {
        font-size: 16px;
    }

    .main-board {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        max-width: none;
        margin: 0;
        padding: 40px 20px 48px;
        border-radius: 20px;
    }

    .main-board .title-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .main-board .title-section h2 {
        font-size: 22px;
    }

    .main-board .title-section .btn-more {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        padding-right: 40px;
        height: 30px;
        background-size: contain;
    }

    .main-board .category {
        flex-wrap: wrap;
        gap: 12px;
    }

    .main-board .category li button {
        font-size: 15px;
    }

    .main-board .board-swiper {
        padding: 0 40px;
    }

    .main-board .board-card {
        height: 280px;
        padding: 24px 20px;
    }

    .main-board .board-card-category {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .main-board .board-card-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .main-board .board-card-date {
        left: 24px;
        bottom: 24px;
        font-size: 13px;
    }

    .main-board .board-swiper-controls {
        left: 16px;
        width: calc(100% - 32px);
        margin-top: -20px;
    }

    .main-board .board-swiper-prev,
    .main-board .board-swiper-next {
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .main-notice {
        margin: 0;
        padding:60px 16px 0;        
        gap: 16px;
        display:flex;
        flex-direction: column;
        
    }

    .main-notice .schedule-section,
    .main-notice .notice-section {
        padding: 24px 16px 32px;
        border-radius: 16px;
    }

    .main-notice .section-header {
        margin-bottom: 24px;
    }

    .main-notice .section-header h2 {
        font-size: 22px;
    }

    .main-notice .btn-more {
        width: 32px;
        height: 32px;
        background-size:contain;
    }

    .schedule-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .schedule-date {
        width: 100px;
        height: 100px;
        border-radius: 16px;
    }

    .schedule-date .month {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .schedule-date .day {
        font-size: 32px;
    }

    .schedule-list {
        width: 100%;
        gap: 20px;
    }

    .schedule-item .period {
        font-size: 13px;
    }

    .schedule-item .title {
        font-size: 18px;
        line-height: 22px;
    }

    .schedule-item + .schedule-item {
        padding-top: 20px;
    }

    .notice-list {
        gap: 10px;
    }

    .notice-item {
        padding: 14px 16px;
        border-radius: 10px;
        gap: 16px;
    }

    .notice-title {
        font-size: 16px;
        max-width: 65%;
    }

    .notice-date {
        font-size: 14px;
    }

    .main-banner {
        margin: 60px 16px 0;
        padding: 0 0 60px;
    }

    .main-banner ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .main-banner li a {
        height: 180px;
        gap: 16px;
        border-radius: 16px;
    }

    .main-banner .banner-icon {
        width: 80px;
        height: 80px;
    }

    .main-banner em {
        font-size: 16px;
    }

    .professor-list {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 25px 0;
    }

    .professor-list .professor-item {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .professor-list .professor-thumb {
        width: 50%;
        max-height: none;
    }

    .professor-list .professor-info {
        align-self: stretch;
        gap: 10px;
    }

    .professor-list .professor-name {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .professor-list .professor-name::after {
        width: 30px;
    }

    .professor-list .professor-position {
        margin-top: 10px;
        font-size: 15px;
    }

    .professor-list .professor-detail {
        gap: 10px;
    }

    .professor-list .professor-detail li {
        font-size: 13px;
    }

    .professor-list .professor-detail li strong {
        width: 50px;
    }
}


/* Contact Icon Styles */
.contact-icon-location {
    background-image: url('/home/image/department/icn_location.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.contact-icon-call {
    background-image: url('/home/image/department/icn_call.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
