html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}


@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: 1920px;
    height: 1080px;
    position: absolute;
    top: 80px;
    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: 2;
    left: 230px;
    color: #006EFA;
    line-height: 1.3;
    text-align: left;
    background: none;
    margin-top: 80px;
}

.img_text_title {
    color: #006EFA;
    font-size: 54px;
    font-weight: 900;
    text-shadow: 0 6px 40px rgba(250, 255, 119, 0.9);
}

.img_text_sub {
    font-size: 20px;
    color: #006EFA;
    font-weight: 800;
    bottom: 30px;
    margin-top: 20px;
}

.img_text_header {
    font-size: 32px;
    color: #006EFA;
    text-shadow: 0 3px 12px rgba(250, 255, 119, 0.9);
    font-weight: 900;
    top: 50px;
}


.main-btn {
    position: absolute;
    top: 280px;
    left: 1200px;
    z-index: 3;
    border: 2px solid #00548e;
    border-radius: 40px;
    width: 170px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #00548e;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    font-weight: 600;
}

.main-btn a {
    text-decoration: none;
    color: inherit;
}

.web-slider-controls {
    position: absolute;
    left: 230px;
    top: 370px;
    width: 330px;
    display: flex;
    align-items: center;
    color: #00548E;
    z-index: 4;
}

.slider-num {
    font-size: 18px;
    font-weight: 600;
    margin: 0 7px;
    letter-spacing: 1px;
}

.slider-track {
    flex: 1;
    height: 3px;
    background: #00548E;
    border-radius: 2px;
    margin: 0 8px;
}

.slider-control {
    display: flex;
    align-items: center;
    margin-left: 12px;
    gap: 7px;
    position: relative;
    bottom: 5px;
}

.slider-btn {
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
    color: #00548E;
    background: none;
    border: none;
    padding: 0 2px;
}

.sdu-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #00467F;
    letter-spacing: -1.5px;
    padding-top: 40px;
    white-space: nowrap;
}

.icon_line {
    width: 60px;
    position: fixed;
    bottom: 5px;
    right: 5%;
    z-index: 4;
    top: 66%;
}

.mobile-slider-controls{
    display: none;
}

.center-wrap-img-2{
    display: none;
}

.center-wrap {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    z-index: 3;
    width: 1440px;
    height: auto;
    top: 900px;
}

.center-wrap .center-wrap-img-1{
    position: relative;
    bottom: 130px;
}

.d-day {
    position: relative;
    top: -49px;
    left: 61.5%;
    z-index: 1000;
    font-size: 30px;
    font-weight: 1000;
    background: #006EFA;
    color: #fff;
    padding: 4px 15px;
    width: 70px;
    white-space: nowrap;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 3px;
}

.admissions-tabs {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
    position: relative;
    top: 370px;
    margin-left: 2.35%;
}

.admissions-guide {
    background: #00538E;
    color: #fff;
    border-radius: 22px;
    height: 77px;
    width: 145px;
    display: flex;
    margin-left: 60px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.admissions-guide a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: -0.5px;
}

.admissions-guide .arrow-icon {
    margin-left: 22px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.admissions-guide:hover {
    background: #006EFA;
}


.center-wrap::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    width: 1432px;
    height: 540px;
    background-color: #fff;
    opacity: 0.6;
    border-radius: 31px;
    z-index: -5;
}

.gradient-block {
    width: 100%;
    height: 356px;
    background: linear-gradient(to bottom,
    rgba(116, 126, 255, 1),
    rgba(8, 111, 250, 1));
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1150px;
}

.notice-bar {
    width: 100%;
    height: 90px;
    display: flex;
    background: rgba(0, 83, 142, 1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 356px;
}

.notice-bar-inner {
    display: flex;
    align-items: center;
}

.notice-bar-inner img {
    width: 70px;
    margin-left: 30px;
    margin-right: 15px;
}

.notice-bar-inner a {
    text-decoration: none;
    overflow: hidden;
    height: 90px;
    display: inline-block;
    color: #fff !important;
    flex: 1;
}

#slidingTextWrapper {
    height: 90px;
    overflow: hidden;
    flex: 1;
}

#slidingText {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 90px;
    white-space: nowrap;
}

.side-wrap {
    position: absolute;
    top: 160px;
    right: 600px;
    z-index: 10;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    display: flex;

}

/* 메인 박스 */
.side-text {
    display: inline-block;
    background: rgba(250, 255, 119, 1);
    color: rgba(0, 70, 127, 1);
    font-size: 33px;
    font-weight: 600;
    line-height: 1.2;
    padding: 7px 13px;
    text-align: left;
    gap: 0;
    margin: 0;
}

.vertical-menu {
    position: fixed;
    left: 100%;
    margin-left: -180px;
    z-index: 4;
    margin-top: 80px;
}

.menu-item {
    width: 184px;
    height: 184px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 500;
    color: #144670;
    background: #f4f6f8;
    text-align: center;
}

.menu-item.consult {
    background: #006EFA;
    color: #fff;
}

.menu-item.apply {
    background: #052959;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;

}

.menu-item.apply .icon {
    display: block;
    margin: 0 auto 10px auto;
    width: 40px;
    height: 40px;
}


.dashboard-grid {
    display: grid;
    grid-template-columns: 287px 287px 287px 287px;
    grid-template-rows: 287px 287px 287px;
    position: absolute;
    top: 1750px;
    width: 1148px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -70px;

}

.grid-item {
    position: relative;
    box-sizing: border-box;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    cursor: pointer;

}

.large {
    grid-row: span 2;
}

.yellow {
    background: #FFCE1C;
    color: #155073;
}

.yellow2 {
    background: #FFCE1C;
    color: #155073;
}

.blue1 {
    background: #006EFA;
    color: #fff;
!important;
}

.blue2 {
    background: #183DC0;
    color: #fff;
}

.blue3 {
    background: #3A60C0;
    color: #fff;
}

.darkblue {
    background: #183DC0;
    color: #fff;
}

.darkblue2 {
    background: #183DC0;
    color: #fff;
}

.lightblue {
    background: #DFF4FF;
    color: #155073;
}

.lightblue2 {
    background: #DFF4FF;
    color: #155073;
}

.yellow:hover, .yellow2:hover {
    background: #e0b818; /* 기존 #FFCE1C보다 살짝 짙은 노란색 */
    transition: background 0.3s ease, transform 0.3s ease;
}

.blue1:hover {
    background: #015ce1; /* 기존 #006EFA보다 진한 파란색 */
    transition: background 0.3s ease, transform 0.3s ease;
}

.blue2:hover, .darkblue:hover, .darkblue2:hover {
    background: #142e8c; /* 기존 #183DC0보다 진한 색 */
    transition: background 0.3s ease, transform 0.3s ease;
}

.blue3:hover {
    background: #2e51a3; /* 기존 #3A60C0보다 짙은 색 */
    transition: background 0.3s ease, transform 0.3s ease;
}

.lightblue:hover, .lightblue2:hover {
    background: #c7e7ff; /* 기존 #DFF4FF보다 약간 진한 연파랑 */
    color: #133f56; /* 글자색도 약간 진하게 조절 */
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}


/* 각 블록의 위치(시트 그림과 맞추려면) */
.grid-item:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 1;
}

.grid-item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
    margin-left: 140px;
    width: 287px;
}

.grid-item:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
    margin-left: 140px;
    width: 287px;
}

.grid-item:nth-child(4) {
    grid-column: 1 / span 2;
    grid-row: 2;
}

.grid-item:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

.grid-item:nth-child(6) {
    grid-column: 4;
    grid-row: 2;
}

.grid-item:nth-child(7) {
    grid-column: 1;
    grid-row: 3;
    margin-left: 190px;
    width: 287px;
}

.grid-item:nth-child(8) {
    grid-column: 2;
    grid-row: 3;
    margin-left: 190px;
    width: 287px;
}

.grid-item:nth-child(9) {
    grid-column: 4 / span 2;
    grid-row: 3;
    margin-left: 140px;
    width: 287px;
}

.item-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.dashboard-grid img {
    display: block;
    width: 60px;
    height: 60px;
    margin-top: 115px;
    margin-left: 175px;

}

.news-content-group1 {
    width: 100%;
}

.tab-content {
    width: 700px;
}

.tab-content a {
    margin-left: 5px;
}

.wrap-news {
    width: 700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 2730px;
    white-space: nowrap;
    box-sizing: border-box;
    margin-left: -400px;
}

.news-cols {
    display: flex;
    gap: 40px;
    width: 700px;
}

.news-col {
    flex: 1 1 0;
    padding: 0 20px 28px 36px;
    min-width: 700px;
    margin: 0 auto;
}

.news-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e2eefd;
    margin-bottom: 25px;
    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: 0 10px 0 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 {
    margin-left: 75px;
    color: #666;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 21px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    top: -10px;
    left: 105px;
    text-decoration: none;
}


.news-more-group .news-more {
    display: none;
    text-decoration: none;
}

.news-more-group .news-more.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;
    margin-left: 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;
    width: 480px;
}

.news-more-group.left-1 {
    margin-left: -2px;
}


.news-date {
    font-size: 15px;
    color: #7c879e;
    font-weight: 600;
    position: relative;
    top: 2px;
    left: -15px;
    min-width: 80px;
    text-align: right;
}

/* 두번째 탭(#depts-1-1) 안의 날짜 숨김 */
#depts-1-1 .news-date {
    display: none;
}


/* 기존 스타일은 그대로 유지 */
.acad-card {
    margin-top: 35px;
    width: 315px;
    height: 558px;
    background: #F5F5F5;
    font-weight: 700;
    position: relative;
    top: 80px;
}

.acad-year {
    font-size: 88px;
    color: #fff;
    font-weight: bold;
    padding-top: 45px;
    margin: 35px 60px;
    font-family: DIN Condensed sans-serif;
}

.acad-item {
    display: flex;
    align-items: baseline;
    margin: 22px 60px;
    font-family: Pretendard sans-serif;
}

.acad-date {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    min-width: 90px;
}

.acad-desc {
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
}

.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;
    cursor: pointer;
}

.more {
    color: #666;
    font-weight: 600;
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 21px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    position: relative;
    bottom: 11px;
    text-decoration: none;
    left: 40px;
}


.why-sdu-flex {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 22px;
    width: 700px;
    position: relative;
    top: 80px;
    right: 180px;
}


.why-sdu-card {
    width: 315px;
    height: 560px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why-sdu-icon {
    width: 140px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 50px;
}



.why-sdu-label {
    font-size: 26px;
    font-weight: 700;
    color: #0065ff;
    text-align: center;
    position: relative;
    margin-bottom: 23px;
}


.why-sdu-desc {
    font-size: 20px;
    color: #006EFA;
    display: block;
    padding: 2px;
}

.why-sdu-value {
    font-size: 44px;
    font-weight: 700;
    color: #2F2F2F;
    text-align: center;
    margin-top: 23px;
}

.why-sdu-value sup {
    font-size: 38px;
}

.sdu-department-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 3550px;
}


.dept-grid {
    display: grid;
    grid-template-columns: repeat(4, 340px);
    grid-template-rows: repeat(2, auto);
    gap: 24px;
    margin: 0 222px;

}

.dept-box {
    height: 340px;
    border: 1px solid #cfcfcf;
    padding: 20px;
    box-sizing: border-box;
    gap: 10px;
}

.dept-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: #00538E;
    color: #fff;
    padding: 7px 16px;
    margin-bottom: 8px;
    border-radius: 5px;
    max-width: 120px;
}

.dept-title.ai {
    background: #B8AA76;
    color: #fff;
}

.dept-title.culture {
    background: #183DC0;
}

.dept-title.art {
    background: #006EFA;
}

.dept-title.chem {
    background: #0083E0;
}

.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: 290px;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 15px;
    position: relative;
    right: 10px;
    top: 15px;
    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: 27px;
    border: none;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sdu-people-header {
    position: absolute;
    left: 50%;
    top: 4800px;
    transform: translateX(-50%);
    margin-left: -605px;
}

.sdu-people-header a {
    position: relative;
    bottom: 40px;
    left: 1330px;
}


.sdu-people-container {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4950px;
    width: 100%;
}

/* 사진 박스는 이미 relative */
.sdu-photo-box {
    position: relative;
    width: 400px;
    height: 400px;
}

/* 인물 사진 */
.sdu-photo-box .people-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 오버레이: 이미지 하단만 덮도록 height 조절 */
.sdu-photo-box .overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    object-fit: cover;
    z-index: 1;
    pointer-events: none;
}

/* 타이틀: 이미지 내부 하단(overlay 위) */
.sdu-photo-box .desc {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 2;
    width: calc(100% - 36px);
    padding: 0 18px;
    text-align: left;
    pointer-events: none;
}

/* 타이틀 텍스트 스타일 */
.sdu-photo-box .title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    white-space: normal;
    word-break: keep-all;
}

.sdu-person .meta {
    display: flex;
    margin-top: 20px;
    font-size: 20px;
    color: #5E5E5E;
    font-weight: 600;
    justify-content: center;
}


.sdu-title {
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #00467F;
    letter-spacing: -1.5px;
    padding-top: 40px;
    white-space: nowrap;
}

.sdu-sns-header {
    position: relative;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

/* 컨테이너: 뷰포트에 맞게 */
.sns-people-container {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: left;
}

/* 내부 트랙: flex nowrap */
#sdu-track {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    white-space: nowrap;
    flex-wrap: nowrap;
    transform: translateX(0);
    /* 초기 위치 0으로 보장 */
    will-change: transform;
}

/* 각 카드가 줄바꿈 되지 않게 */
.sdu-person {
    flex: 0 0 auto;
    /* 매우 중요: 카드가 줄어들거나 늘어나지 않음 */
    box-sizing: border-box;
}

/* 사진 박스도 박스사이징 적용 */
.sdu-photo-box {
    box-sizing: border-box;
}

.sdu-photo-box a {
    text-decoration: none;
}

.sdu-sns-container {
    position: absolute;
    top: 5500px;
    overflow-x: hidden;
}

.sdu-sns-container span {
    position: relative;
    left: 225px;
}

.sns-btn-group {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 90px;
}

.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);
    overflow: hidden;
    flex-wrap: nowrap;
    position: relative;
    left: 190px;
}

.snsbox {
    flex: 0 0 auto;
    width: 450px;
    height: 610px;
    border: 1px solid #cfcfcf;
    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: 6400px;
    margin-top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.site-wrap {
    transform-origin: top left;
}

@media screen and (min-width: 481px) and (max-width: 1440px) {
    .site-wrap { transform: scale(0.75); width: calc(100% / 0.75); }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
    .site-wrap {
        transform: scale(0.9);
        width: calc(100% / 0.9);
    }
}

@media screen and (min-width: 1681px) and (max-width: 1919px) {
    .site-wrap {
        transform: scale(0.95);
        width: calc(100% / 0.95);
    }
}

.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;
}