html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}


@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}


.main-visual {
    width: 100%;
    max-width: 1920px;
    position: absolute;
    top: 80px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}

[id^="slide"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 0;
}

[id^="slide"].active { /* JS로 showSlide에서 추가될 클래스 */
    opacity: 1;
    z-index: 1;
    transition: opacity 0.5s;
}

.main-slider-image {
    width: 1920px;
    height: 1080px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-text-block {
    position: absolute;
    z-index: 1;
    left: 210px;
    top: 120px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.img_text_header{
    font-size: 39px;
    font-weight: 700;
    text-shadow: 3px 3px 9px rgba(0,0,0,0.28);
    margin-bottom: 40px;
}

.img_text_title{
    font-size: 100px;
    font-weight: 700;
    text-shadow: 4px 4px 12px rgba(0,0,0,0.28);
    position: relative;
    bottom:30px;
}

.img_text_sub{
    font-size: 35px;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.28);
    margin-top: 70px;
    position: relative;
    bottom: 60px;
}

.main-btn {
    position: absolute;
    top: 730px;
    left: 210px;
    z-index: 3;
    border: 2px solid #fff;
    border-radius: 40px;
    width: 170px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background: none;
    cursor: pointer;
    font-weight: 600;
}

.main-btn a {
    text-decoration: none;
    color: inherit;
}

.web-slider-controls {
    position: absolute;
    left: 210px;
    top: 870px;
    width: 450px;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
}

.slider-num {
    font-size: 18px;
    font-weight: 600;
    margin: 0 7px;
    letter-spacing: 1px;
}

.slider-track {
    flex: 1;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 0 8px;
}

.slider-control {
    display: flex;
    align-items: center;
    margin-left: 12px;
    margin-bottom: 10px;
    gap: 7px;
}

.slider-btn {
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    padding: 0 2px;
}

.nav-bar-1 {
    position: absolute;
    top: 1100px;
    left: 50%;
    transform: translateX(-50%);
    width: 1440px;
    z-index: 3;
    background: #fff;
    box-sizing: border-box;
}

.nav-bar-flex {
    display: flex;
    height: 110px;
    align-items: stretch;
}

.nav-bar-left {
    display: flex;
}

.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 110px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.nav-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    padding-left: 38px;
    font-size: 22px;
    font-weight: 600;
    color: #052959;
    gap: 10px;
    white-space: nowrap;
}

.nav-bar-right a {
    text-decoration: none;
    color: #143355;
    padding: 0 26px;
}

.bar {
    width: 2px;
    height: 32px;
    background: #143355;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
}

.menu-btn {
    display: none;
}

/* 오른쪽 퀵메뉴 */
.nav-shortcut {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
    color: #143355;
    height: 110px;
}

.nav-shortcut span {
    padding: 0 28px;
}

.nav-shortcut-divider {
    width: 1px;
    height: 22px;
    background: #143355;
    display: inline-block;
    margin: 0 5px;
}

.sdu-people-header {
    position: absolute;
    width: 1440px;
    transform: translate(-50%, 3040px);
    display: flex;
    left: 50%;
    margin-top: 40px;
    margin-left: -169px;
}


.sdu-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #00548E;
    margin-left: 10%;
    letter-spacing: -1.5px;
    padding-top: 40px;
    z-index: 10;
    white-space: nowrap;
}
.news-content-group1{
    width: 100%;
}

.news-content-group2{
    width: 100%;
}

.tab-content{
    width: 700px;
}

.wrap-news {
    width: 1440px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1270px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left: -70px;
}

.news-cols {
    display: flex;
    gap:40px;
    width: 700px;
}

.news-col {
    flex: 1 1 0;
    padding: 0 20px 28px 36px;
    margin: 0 auto;
}



.news-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e2eefd;
    height: 70px;
    width: auto;
    padding-top: 50px;
}

.news-title {
    font-size: 40px;
    font-weight: bold;
    color: #00467F;
    margin-right: 18px;
    padding-bottom: 23px;
}

.news-tabs {
    display: flex;
    align-items: center;
    font-size: 25px;
    gap: 38px;
    margin-left: 10px;
    padding-bottom: 23px;
}

.tab {
    color: #555;
    font-weight: 500;
    opacity: 0.7;
    cursor: pointer;
    position: relative;
}

.tab.active {
    color: #00548E;
    opacity: 1;
    font-weight: bold;
}

.tab.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -29px;
    width: 100%;
    height: 4px;
    background: #00548E;
    border-radius: 2px;
    transition: left 0.2s, width 0.2s;
}

.news-more_1 {
    color: #666;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    top: -10px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 90px;
    background-color: #fff;
}

.news-more_2 {
    color: #666;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    top: -10px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 185px;
    background-color: #fff;
}

.acad-more{
    color: #666;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    top: -42px;
    left: 88%;
    text-decoration: none;
    white-space: nowrap;
}

.more {
    color: #666;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    top: -42px;
    left: 88%;
    text-decoration: none;
    white-space: nowrap;
}

/* 기존 .news-more 규칙을 _1, _2에 동일하게 적용 */
.news-more-group .news-more_1,
.news-more-group .news-more_2 {
    display: none;
    text-decoration: none;
}

.news-more-group .news-more_1.active,
.news-more-group .news-more_2.active {
    display: inline-block;
}


.news-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #e3ebf4;
    height: 70px;
    font-size: 18px;
    color: #232a33;
    margin: 30px auto;
    padding-top: 10px;
}


.news-tag {
    border-radius: 5px;
    background: #2766bb;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 14px;
    margin-right: 15px;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.news-content {
    flex: 1;
    font-size: 20px;
    color: #2e4057;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 500px;
}

.news-date {
    font-size: 15px;
    color: #7c879e;
    font-weight: 600;
    padding-left: 16px;
    min-width: 81px;
    text-align: right;
}

.notice-alram {
    position: absolute;
    width: 1493px;
    transform: translate(-50%, 2890px);
    left: 50%;
    border-radius: 15px;
    background: #f7f7f7;
    height: 90px;
}

.alram-icon{
    width:50px;
    margin-right:20px;
    margin-left: 20px;
}

.alram-new{
    font-size:16px;
    background:#FFD600;
    color:#232323;
    font-weight:bold;
    border-radius:6px;
    padding:6px 16px;
    margin-right:10px;
}


#slidingTextWrapper {
    height: 90px;
    overflow: hidden;
    flex: 1;
}

#noticeList {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.notice-item {
    height: 90px;
    line-height: 90px;
    overflow: hidden;
}

.notice-item a {
    color: #555;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.sdu-department-container{
    width: 700px;
    position: absolute;
    display: flex;
    transform: translate(-50%, 2200px);
    left: 50%;
    margin-left: -840px;
    box-sizing: border-box;
    z-index: 10;
}

.sdu-department {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    color: #3a60c0;
    border: none;
    font-size: 24px;
    box-shadow: 0 3px 4px 0 rgba(13, 13, 14, 0.14);
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    position: relative;
    left: 335px;
    bottom: 78px;
    cursor: pointer;
}

.dept-grid {
    display: grid;
    grid-template-columns: repeat(3, 315px);
    grid-template-rows: repeat(2, auto);
    gap: 25px;
    margin: 20px 185px;
}

.dept-grid-group{
    position: relative;
    bottom: 0;
    left: 9%;
}

.dept-box {
    height: 315px;
    border: 1px solid #cfcfcf;
    padding: 20px;
    box-sizing: border-box;
    gap: 10px;
    white-space: nowrap;
}

.dept-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: #256edd;
    color: #fff;
    padding: 7px 16px;
    margin-bottom: 8px;
    border-radius: 5px;
    max-width: 120px;
    white-space: nowrap;
}


.dept-title.ai {
    background: #b6a97e;
    color: #fff;
}

.dept-title.culture {
    background: #295bc8;
}

.dept-title.art {
    background: #007be9;
}

.dept-title.chem {
    background: #256edd;
}

.dept-title.new {
    background: #fff;
    color: #00467F;
    font-weight: 700;
    margin-left: 5px;
    padding: 6px 11px;
    border: 1px solid #00548E;
}

.dept-list li {
    list-style: none;
    width: 265px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 13px;
    position: relative;
    top: 10px;
    text-decoration: none;
}

.material-symbols-outlined {
    color: #cfcfcf;
}

.dept-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    text-decoration: none;
}

.dept-list-new {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border-radius: 4px;
    color: #111;
    background-color: #FFCE1C;
    width: 50px;
    height: 30px;
    border: none;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 22px;
}

.deps-btn {
    position: relative;
    bottom: 125px;
    left: 255px;
}

.acad-card-container {
    position: absolute;
    display: flex;
    width: 700px;
    transform: translate(-50%, 2063px);
    left: 50%;
    z-index: 9;
}

.acad-header{
    position: relative;
    top: -11px;
    left: 574px;
    white-space: nowrap;
}

.acad-nav{
    position: relative;
    left: 433px;
    bottom: 12px;
}

.acad-card {
    width: 470px;
    height: 655px;
    background: linear-gradient(180deg, #747EFF 0%, #006EFA 100%);
    border-radius: 10px;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    left: 620px;
    bottom: 71px;
}

.acad-year {
    font-size: 88px;
    color: #fff;
    font-weight: bold;
    padding-top: 45px;
    margin: 35px 60px;
    font-family: DIN Condensed sans-serif;
}

.acad-item {
    align-items: baseline;
    margin: 22px 60px;
    display: none;
}

.acad-item {
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}


.acad-date {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    min-width: 90px;
    white-space: nowrap;
    position: relative;
    top: 20px;
}

.acad-desc {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    white-space: nowrap;
}



/* 이미지 컨테이너 */
.sdu-people-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translate(-50%, 3240px);
    left: 50%;
    width: 100%;
    height: 930px;
    background-color: #f7f7f7;
}

/* 왼쪽 비디오 영역 */
.sdu-people-left {
    display: flex;
    flex-direction: row;
    margin-left: -18px !important;
    width: 1150px;
}



.sdu-video-item {
    display: block;
    position: relative;
    right: 150px;
    margin-left: 150px;
}

/* 각 영상 아이템 */
.sdu-video-item img {
    width: 100%;
    height: auto;
}

.sdu-video-item a {
    width: 1130px;
    height: 635px;
}

.sdu-video-info {
    width: 1130px;
    height: 295px;
    background: linear-gradient(to bottom, #006EFA, #717EFF);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.sdu-video-sub {
    font-weight: 500;
    font-size: 26px;
    margin-left: 40px;
}

.sdu-video-title {
    font-weight: 700;
    font-size: 33px;
    margin-top: 10px;
    margin-left: 40px;
}

.sdu-video-icon {
    margin-bottom: -50px;
    margin-left: 990px;
}

.sdu-video-title img{
    width: 50px !important;
    height: 50px !important;
}

.sdu-people-right {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    margin-left: 30px;
}

:root {
    --person-size: 290px;
    --gap: 20px;
    /* 항목 간 간격 (JS와도 일치해야 함) */
    --visible-count: 3;
    --transition-time: 600ms;
    --auto-interval: 2800ms;
}

/* 뷰포트: 한 번에 3개 보여주기 (height 계산) */
.carousel-viewport {
    width: 290px;
    height: 930px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    margin-left: 20px;
}

/* 트랙: 세로(컬럼)로 쌓임 */
.carousel-track {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    /* transform 으로 이동함 */
}

.people-more{
    font-weight: 600;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 20px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    position: relative;
    top: 68px;
    left: 1157px;
    height: 20px;
}

/* 각 항목 너비/높이 (이미지와 텍스트는 이전과 동일) */
.sdu-person {
    width: 290px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    height: 290px;
    margin-bottom: 50px;
}

/* 이미지 박스 (겹치기) */
.sdu-photo-box {
    position: relative;
    width: var(--person-size);
    height: var(--person-size);
    overflow: hidden;
}

/* 사람 사진 */
.people-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.5s ease, transform 0.4s ease;
}

/* 오버레이(gradient) */
.overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

/* 이름 텍스트 (이미지 아래) */
.sdu-person span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    color: #000;
    transition: color 0.4s ease;
}

/* hover 효과 */
.sdu-person:hover .people-photo,
.sdu-person.active .people-photo {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.sdu-person:hover .overlay,
.sdu-person.active .overlay {
    opacity: 1;
}

.sdu-person:hover span,
.sdu-person.active span {
    color: #006EFA;
}

.carousel-track--scrolling {
    animation-name: sduScrollUp;
    animation-duration: var(--scroll-duration, 100s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    will-change: transform;
}

@keyframes sduScrollUp {
    from { transform: translateY(0%); }
    to   { transform: translateY(-50%); }
}


/* --- 왼쪽 동영상 링크(클릭 불가 문제) 해결용 CSS --- */
/* 앵커가 이미지 영역 위에 확실히 올라오게 하고, 비디오 정보 박스는 링크를 가리지 않도록 z-index 조정 */
.sdu-video-item a { position: relative; z-index: 3; display: block; }
.sdu-video-item img { display: block; pointer-events: auto; }
.sdu-video-info { position: relative; z-index: 2; } /* info는 링크보다 아래 레이어 */


.sdu-sns-container{
    position: absolute;
    overflow-x: hidden;
    width: 1800px;
    transform: translate(-50%, 4250px);
    margin-top: 40px;
    left: 50%;
    -webkit-clip-path: inset(0 0 0 calc(10%));
}

.sns-btn-group {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 90px;
    left: 1400px;
    margin-left: 0 !important;
}

.sns-btn {
    width: 42px;
    height: 42px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sns-btn img {
    display: block;
    object-fit: contain;

}

.sns-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-start;
    transition: transform 0.4s cubic-bezier(.46, .03, .52, .96);
    flex-wrap: nowrap;
    position: relative;
    margin-left: 10%;
    width: max-content;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
}

.sns-container img {
    -webkit-user-drag: none;
    user-drag: none;
    pointer-events: none;
}

.snsbox {
    flex: 0 0 auto;
    width: 450px;
    height: 610px;
    border: 2px solid #ebe9e9;
    background-color: #FBFBFB;
    box-sizing: border-box;
    padding: 40px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.sns-box-top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-left: 15px;
}

.sns-box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.sns-box-btn img {
    display: block;
}

.snsbox-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.snsbox-text {
    width: 355px;
    flex: 0 0 120px;
    margin-left: 40px;
    margin-bottom: 42px;
    font-size: 32px;
    font-weight: 700;
    color: #111;
    display: flex;
    align-items: flex-start;
}

.sns-img {
    flex: 0 0 356px;
    width: 356px;
    height: 356px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 46px;
    position: relative;
    bottom: 50px;

}

.sns-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer{
    position: absolute;
    top: 5200px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;

}

/* ============================
   PC 공통 (1920 기준)
============================ */
.site-wrap{
    transform-origin: top left;
}


/* ============================
   0 ~ 480px : 모바일
============================ */
@media screen and (max-width: 480px) {
    .site-wrap{
        transform: none;
        width: 100%;
    }

}

/* ==============================
   481~520px : scale 0.5
============================== */
@media screen and (min-width: 481px) and (max-width: 520px)  {
    .site-wrap{
        transform: scale(0.5);
        width: calc(100% / 0.5);
    }

    .header {
        width: calc(100% / 0.5 - 10.5px) !important;
    }
}

/* ============================
   521 ~ 559px : Surface Duo scale 0.3
============================ */
@media screen and (min-width: 521px) and (max-width: 559px) {
    .site-wrap{
        transform: scale(0.3);
        width: calc(100% / 0.3);
    }

    .header {
        width: calc(100% / 0.3 - 18.5px) !important;
    }
}

/* ============================
   560 ~ 767px : scale 0.5
============================ */
@media screen and (min-width: 560px) and (max-width: 767px) {
    .site-wrap{
        transform: scale(0.5);
        width: calc(100% / 0.5);
    }

    .header {
        width: calc(100% / 0.5 - 11.5px) !important;
    }
}


/* ============================
   768 ~ 819px : iPad mini scale 0.45
============================ */
@media screen and (min-width: 768px) and (max-width: 819px) {
    .site-wrap{
        transform: scale(0.45);
        width: calc(100% / 0.45);
    }

    .header {
        width: calc(100% / 0.45 - 12.5px) !important;
    }
}


/* ============================
   820 ~ 899px : scale 0.5
============================ */
@media screen and (min-width: 820px) and (max-width: 899px) {
    .site-wrap{
        transform: scale(0.5);
        width: calc(100% / 0.5);
    }

    .header {
        width: calc(100% / 0.5 - 11.5px) !important;
    }
}


/* ============================
   900 ~ 1023px : scale 0.55
============================ */
@media screen and (min-width: 900px) and (max-width: 1023px) {
    .site-wrap{
        transform: scale(0.55);
        width: calc(100% / 0.55);
    }

    .header {
        width: calc(100% / 0.55 - 9.5px) !important;
    }
}


/* ============================
   1024 ~ 1199px : scale 0.6
============================ */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
    .site-wrap{
        transform: scale(0.6);
        width: calc(100% / 0.6);
    }

    .header {
        width: calc(100% / 0.6 - 8.5px) !important;
    }
}


/* ============================
   1200 ~ 1359px : scale 0.7
============================ */
@media screen and (min-width: 1200px) and (max-width: 1359px) {
    .site-wrap{
        transform: scale(0.7);
        width: calc(100% / 0.7);
    }

    .header {
        width: calc(100% / 0.7 - 8.5px) !important;
    }
}


/* ============================
   1360 ~ 1440px : scale 0.75
============================ */
@media screen and (min-width: 1360px) and (max-width: 1440px) {
    .site-wrap{
        transform: scale(0.75);
        width: calc(100% / 0.75);
    }

    .header {
        width: calc(100% / 0.75 - 6.5px) !important;
    }
}


/* ============================
   1441 ~ 1679px : scale 0.9
============================ */
@media screen and (min-width: 1441px) and (max-width: 1679px) {
    .site-wrap{
        transform: scale(0.9);
        width: calc(100% / 0.9);
    }

    .header {
        width: calc(100% / 0.9 - 6.5px) !important;
    }
}


/* ============================
   1680 ~ 1919px : scale 0.95
============================ */
@media screen and (min-width: 1680px) and (max-width: 1919px) {
    .site-wrap{
        transform: scale(0.95);
        width: calc(100% / 0.95);
    }

    .header {
        width: calc(100% / 0.95 - 6.5px) !important;
    }
}


/* ============================
   1920 이상 : 원본값 유지
============================ */
@media screen and (min-width: 1920px) {
    .site-wrap{
        transform: none;
        width: 100%;
    }

    .header {
        transform: none;
        width: calc(100% - 6.5px) !important;
    }
}




.sdu-person.cloned {
    display: none !important;
}

.dept-list .material-symbols-outlined {
    font-size: 0 !important;
    color: transparent !important;

    display: inline-block;
    width: 18px;
    height: 18px;

    background-image: url('/type/KOR_2025/img/main/right_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    vertical-align: middle;
    margin-left: 5px;
    border: none;
}

.header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999 !important;
    background: #fff;
    border-bottom: 1px solid #e3ebf4;
}