@media screen and (max-width: 480px) {

    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    .site-wrap {
        height: auto !important;
    }

    .footer {
        position: relative !important;
        top: auto !important;
    }


    .main-visual {
        position: relative;
        width: 100%;
        height: 100vw;
        left: 0;
        transform: none;
        overflow: visible;
        margin-bottom: 110px;
    }

    [id^="slide"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .main-slider-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-text-block {
        /*position: absolute;
        top: -10%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        pointer-events: none;
        z-index: 5;*/
    }

    /* 글씨 정중앙

         .main-text-block {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            pointer-events: none;
            z-index: 5;
            text-align: center;
        }

         .img_text_header {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .img_text_title {
            font-size: 40px;
            line-height: 1.2;
            bottom: 0;
            margin-bottom: 20px;
        }

        .img_text_sub {
            font-size: 18px;
            margin-top: 20px;
            bottom: 0;
        }



        .mobile-slider-controls {
            left: 50%;
            transform: translateX(-50%);
            top: auto;
            bottom: 50px;
            width: 90%;
        }

    */

    .img_text_title {
        display: none;
        font-size: 6vw;
        line-height: 1.2;
        text-shadow: 0 2px 5px rgba(255, 255, 255, 0.8);
        margin-bottom: 5px;
    }

    .img_text_header {
        display: none;
        font-size: 3vw;
        margin-bottom: 2px;
    }

    .img_text_sub {
        display: none;
        font-size: 3vw;
        margin-top: 5px;
    }

    .main-btn {
        top: auto;
        bottom: 120px;
        left: 50%;
        transform: translateX(-50%);
    }

    .menu-item.apply .icon {
        display: block;
        margin: 0 auto 6px auto;
        width: 25px;
        height: 25px;
    }

    .slider-bar-wrapper {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10;
    }

    .web-slider-controls {
        display: none !important;
    }

    .mobile-slider-controls {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 100%;
    }

    .mobile-slider-controls .slider-btn {
        background: transparent;
        border: none;
        font-size: 22px;
        cursor: pointer;
        padding: 0 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000 !important;
        font-weight: 0;
    }

    #mobile-playPauseBtn {
        font-size: 16px;
        color: #000 !important;
    }

    .slider-pager {
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0 5px;
    }

    .dot {
        width: 8px;
        height: 8px;
        background-color: #e0e0e0;
        border-radius: 50%;
        display: block;
        cursor: pointer;
    }

    .dot.active {
        background-color: #000;
    }

    #playPauseBtn {
        font-size: 18px;
        position: relative;
        top: 1px;
    }

    .vertical-menu {
        position: relative;
        top: 0;
        left: 0;
        margin: 31px 0 0 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        z-index: 5;
    }

    .menu-item {
        width: 33.333%;
        height: auto;
        padding: 20px 0;
        font-size: 16px;
    }

    .menu-item img.icon {
        width: 30px;
        height: 30px;
    }

    .d-day {
        position: absolute;
        top: -5px;
        font-size: 20px;
        width: auto;
        padding: 4px 19px;
        left: auto;
        right: 38%;
    }

    .center-wrap {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: auto;
        margin-top: 78px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .center-wrap::before {
        display: none;
    }

    .center-wrap-img-1 {
        display: none;
    }

    .center-wrap-img-2 {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 15px;
        margin-top: 0;
    }

    .admissions-tabs {
        display: none;
    }

    .gradient-block {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: auto;
        background: none;
        margin-top: 70px;
    }

    .notice-bar-inner img {
        width: 30px !important;
        height: auto !important;
        margin-right: 8px;
        margin-left: 15px;
    }

    .notice-bar {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 50px;
    }

    #slidingTextWrapper {
        height: 30px;
    }

    #slidingText {
        font-size: 14px !important;
        line-height: 30px;
    }

    .dashboard-grid {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }

    .grid-item {
        grid-column: auto !important;
        grid-row: auto !important;
        margin: 0 !important;
        width: 100% !important;
        height: 130px;
        padding: 18px;
        box-sizing: border-box;
        border-radius: 0;
    }

    .grid-item img {
        margin: 0;
        position: absolute;
        right: 17px;
        bottom: 13px;
        width: 30px;
        height: 30px;
    }

    .item-title {
        font-size: 15px;
        margin-bottom: 0;
        word-break: keep-all;
        line-height: 1.3;
    }

    .wrap-news {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;

        width: 100% !important;
        margin: 90px 0 0 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box;
    }

    .news-cols {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        gap: 0;
    }

    .news-col {
        flex: none;
        width: 100% !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin-bottom: 40px;
    }

    .news-content-group1 {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: auto !important;
        width: 100% !important;
        margin-top: 10px;
    }

    .tab-content {
        width: 100% !important;
    }

    .news-item {
        width: 100%;
    }

    .news-content {
        width: auto;
    }

    .news-header {
        display: flex;
        flex-wrap: wrap;
        height: 55px !important;
        padding-top: 0 !important;
        border-bottom: 2px solid #e2eefd;
    }

    .news-title {
        gap: 15px;
        font-size: 23px;
        margin-left: 0;
        flex-wrap: wrap;
    }

    .news-tabs {
        font-size: 14px !important;
        margin-left: 0% !important;
        gap: 15px !important;
    }

    .news-more {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        margin: 0 !important;
        font-size: 14px !important;
        padding: 5px 12px !important;
    }

    .news-item {
        width: 100% !important;
        margin: 10px 0;
        padding: 10px 0;
        height: auto;
        box-sizing: border-box;
    }

    .news-tag {
        margin-left: 0 !important;
        margin-right: 10px !important;
        padding: 4px 8px !important;
        font-size: 11px !important;
    }

    .news-content {
        width: auto !important;
        flex: 1;
        font-size: 14px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-date {
        font-size: 13px !important;
        min-width: auto !important;
        position: static !important;
        padding-left: 10px;
    }

    .sdu-department-container {
        position: relative !important;
        top: 0 !important; left: 0 !important;
        transform: none !important;
        margin-top: 50px !important;
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .deps-header {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        height: 70px !important;
        margin-bottom: 10px !important;
        position: relative !important;
        top: auto !important; left: auto !important;
    }

    .sdu-department-container > div:has(.more) {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
        left: auto !important;
        bottom: auto !important;
        margin: 0 !important;
        width: auto !important;
        height: auto !important;
        z-index: 10 !important;
    }

    .sdu-department-container .sdu-title {
        position: static !important;
        margin: 0 !important;
        font-size: 24px !important;
        padding: 0 !important;
        width: auto !important;
        line-height: 1 !important;
    }

    .sdu-department-container .more {
        position: static !important;
        font-size: 12px !important;
        padding: 5px 10px !important;
        display: flex !important;
        margin: 0 !important;
    }

    .deps-btn {
        position: absolute !important;
        left: 92px !important;
        top: 22px !important;
        bottom: auto !important;
        display: flex !important;
        gap: 10px !important;
    }

    .deps-btn .sdu-department {
        position: static !important;
        margin: 0 !important;
        width: 28px !important;
        height: 28px !important;
        line-height: 20px !important;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
        background: #fff !important;
        font-size: 18px !important;
        padding: 0 !important;
    }

    .dept-grid-group {
        display: block !important;
        width: 100% !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        left: auto !important;
        bottom: -10px !important;
    }

    .dept-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        margin: 0 !important;
        gap: 0 !important;
        transition: transform 0.3s ease-out;
    }

    .dept-box {
        flex-direction: column !important;
        flex: 0 0 80% !important;
        width: 80% !important;
        min-width: 80% !important;
        max-width: 80% !important;

        height: auto !important;
        max-height: 300px !important;
        margin: 0 !important;
        margin-right: 10px !important;
        padding: 30px !important;
        box-sizing: border-box !important;
    }

    .dept-list li {
        width: 100% !important;
        margin: 7px 0 !important;
        padding: 0 !important;
        right: auto !important;
        font-size: 15px;
    }

    .dept-title {
        font-size: 14px;
        padding: 6px 12px;
    }

    .dept-list.dept-list-new {
        bottom: 18px;
        left: 100px;
    }

    .sdu-people-header {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;

        position: relative !important;
        top: 0 !important; left: 0 !important;
        transform: none !important;

        width: 100% !important;
        height: 40px !important;
        margin: 50px 0 20px 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
    }

    .sdu-people-header .sdu-title {
        position: static !important;
        margin: 0 !important;
        font-size: 24px !important;
        padding: 0 !important;
        width: auto !important;
        line-height: 1 !important;
        text-align: left !important;
    }

    .sdu-people-header a {
        position: static;
        margin-top: 10px;
    }

    .sdu-people-header div {
        position: absolute !important;
        right: 15px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    .sdu-people-header a.more {
        position: static !important;
        font-size: 12px !important;
        padding: 5px 10px !important;
        display: flex !important;
        margin: 0 !important;
    }

    .sdu-people-container {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding-bottom: 20px;
    }

    #sdu-track {
        padding-left: 20px;
    }

    .sdu-person {
        width: 210px;
    }

    .sdu-photo-box {
        width: 210px;
        height: 210px;
    }

    .sdu-photo-box .title {
      display: none;
    }

    .sdu-person .meta{
        font-size: 15px;
    }

    .sdu-sns-container {
        position: relative !important;
        top: 0 !important;
        margin-top: 50px !important;
        width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .sdu-sns-header {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: flex-start !important;

        position: relative !important;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 35px !important;
        left: auto !important; top: auto !important;
        transform: none !important;
    }

    .snsbox-text {
        font-size: 23px;
        margin-left: 20px;
    }

    .sdu-sns-header .sdu-title {
        position: static !important;
        margin: 0 !important;
        font-size: 24px !important;
        width: auto !important;
        line-height: 1 !important;
    }

    .sdu-sns-header > div:has(.sdu-department-prev) {
        position: absolute !important;
        right: 0 !important;
        top: 38px !important;
        bottom: auto !important;
        left: 102px !important;
        display: flex !important;
        gap: 10px !important;
        margin: 0 !important;
    }

    .sdu-department-prev, .sdu-department-next {
        width: 32px !important;
        height: 32px !important;
        line-height: 30px !important;
        border: 1px solid #ddd !important;
        background: #fff !important;
        border-radius: 50% !important;
        font-size: 18px !important;
        padding: 0 !important;
        cursor: pointer;
    }

    .sdu-sns-container span {
        left: 0;
    }

    .sns-btn-group {
        position: absolute !important;
        margin: 15px 0 0 0 !important;
        width: 100% !important;
        display: flex !important;
        gap: 8px !important;
        left: 64% !important;
        bottom: -14% !important;
    }

    .sns-btn {
        width: 24px;
        margin-left: 0;
    }

    .sns-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        padding-bottom: 20px !important;
        left: 0 !important;
        width: 100% !important;
        padding-left: 0 !important;
        gap: 15px !important;
    }

    .snsbox {
        width: 250px;
        height: 460px;
    }

    .sns-img {
        width: 90%;
        height: auto;
        margin-left: 5%;
        bottom: 28px;
    }

    .sns-img img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain;
    }

    .sns-btn img {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sns-box-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0;
        width: 24px;
    }

    . sns-btn {
        width: 30px;
        height: 30px;
        margin-left: -70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* 우측 하단 고정 아이콘 */
    .icon_line {
        width: 60px;
        position: fixed;
        bottom: 5px;
        right: 0;
        z-index: 99;
    }

    .icon_line img {
        width: 40px;
    }

    .displayText {
        font-size: 16px;
        padding: 0;
        margin-right: 0;
    }

    .news-cols > div:has(.sdu-title) {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
            width: 100% !important;
            height: 50px !important;
            margin-bottom: 10px !important;
            position: relative !important;
            padding: 0 5px !important;
            box-sizing: border-box !important;
            top: auto !important;
            bottom: auto !important;
            margin-top: 36px!important;
    }

    .news-cols .sdu-title {
        position: static !important;
        margin: 0 !important;
        top: auto !important; left: auto !important;
        font-size: 20px !important;
        padding: 0 !important;
    }

    .news-cols > div:has(.sdu-title) > div {
        position: static !important; /* 좌표 무시 */
        bottom: auto !important; left: auto !important;
        display: flex !important;
        align-items: center !important;
        width: auto !important;
        margin: 0 !important;
    }

    .news-cols .more {
        left: auto !important; bottom: auto !important;
        font-size: 12px !important;
        padding: 5px 10px !important;
        border-radius: 15px !important;
        z-index: 2;
        text-decoration: none !important;
        align-items: center;
    }

    .news-cols > div > div:has(#btn-prev2) {
        position: absolute !important;
        left: 100px !important;
        top: 11px !important;
        bottom: auto !important;
        display: flex !important;
        gap: 10px !important;
    }

    .sdu-department {
        position: static !important;
        margin: 0 !important;
        width: 28px !important;
        height: 28px !important;
        line-height: 20px !important;
        box-shadow: none !important;
        border: 1px solid #ddd !important;
        background: #fff !important;
        font-size: 18px !important;
        padding: 0 !important;
    }

    .why-sdu-flex {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: left;
        position: relative !important;
        width: 100% !important;
        margin-top: 0 !important;
        gap: 0 !important;
        top: 0;
        right: 0;
        overflow: visible !important;
        transition: transform 0.4s ease-out;
    }

    .why-sdu-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        flex: 0 0 50% !important;
        min-width: 50% !important;
        width: 50% !important;
        max-width: 50% !important;

        height: 300px !important;
        margin: 0 !important;
        padding: 15px 10px !important;
        box-sizing: border-box !important;
        background: #f8f9fa !important;
        border: 4px solid #fff !important;
    }

    .why-sdu-icon {
        width: 80px !important;
        height: 80px !important;
        bottom: auto !important;
        margin-bottom: 10px !important;
        display: flex !important; justify-content: center; align-items: center;
    }
    .why-sdu-icon img {
        width: 64px !important;
        height: auto !important;
        margin: 0 !important;
    }

    .why-sdu-label {
        font-size: 14px !important;
        margin-bottom: 5px !important;
        line-height: 1.3 !important;
    }
    .why-sdu-desc { font-size: 12px !important; color: #888 !important; display: block !important; }

    .why-sdu-value {
        margin-top: 10px !important;
        font-size: 20px !important;
    }
    .why-sdu-value sup { font-size: 14px !important; }


    .news-more-group .news-more {
        left: auto !important;
        right: 4% !important;
        bottom: auto !important;
        font-size: 12px !important;
        padding: 5px 10px !important;
        border-radius: 15px !important;
        z-index: 2;
        text-decoration: none !important;
        align-items: center;
    }

    .news-more-group.left-1{
        position: static !important;
        bottom: auto !important;
        left: auto !important;
        display: flex !important;
        align-items: center !important;
        width: auto !important;
        margin: 0 !important;
    }

    .mobile-img-map-wrap {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 14%;
    }

    .mobile-img-map-wrap .map-link {
        position: absolute;
        display: block;
        z-index: 10;
        cursor: pointer;
        border-radius: 18px;
    }

    .link-pos-1 {
        top: 21.7%;
        left: 35.6%;
        width: 59%;
        height: 6.8%;
    }

    .link-pos-2 {
        top: 29.7%;
        left: 35.6%;
        width: 59%;
        height: 6.6%;
    }

    .link-pos-3 {
        top: 37.8%;
        left: 36%;
        width: 59%;
        height: 6.6%;
    }

    .link-pos-4 {
        top: 45.9%;
        left: 35.6%;
        width: 59%;
        height: 6.6%;
    }

    .blind {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }
	
	.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;
	}
}