@charset "utf-8";

/* 기본 */
h2 {
    font-family: 'nsr', 'Malgun Gothic';
}

.layout {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
}

.layout:after {
    content: "";
    display: block;
    clear: both;
}

/* 공통 안정화 */
#mcontainer,
#con1,
#scene1,
.notice_box {
    box-sizing: border-box;
}

#con1 .inner_con,
#scene1 .layout {
    box-sizing: border-box;
}


/* 메인 컨테이너 */
#mcontainer {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* 첫 번째 비주얼 */
#con1 {position: relative; width: 100%; height: 720px; padding-top: 90px; box-sizing: border-box; background-image: url('/images/smu-ddoddo/main/main_img01.png'); background-repeat: no-repeat; background-position: 48% center; background-size: cover; text-align: center; font-family: 'Pretendard';}
#con1::before {content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.18);}
#con1 .inner_con {position: relative; width: 1240px; max-width: 100%; margin: 152px 0 0 58px; padding: 0 20px; box-sizing: border-box; text-align: left;}

#con1 .title_wrap {
    width: 56%;
    max-width: 720px;
    padding: 34px 40px;
    box-sizing: border-box;
    color: #fff;
    background: rgba(255,255,255,0.72);
    border-left: 5px solid #d94800;
    box-shadow: 0 10px 30px rgba(0,0,0,0.16);
}

#con1 .title_wrap p {
    margin: 0;
    padding: 0;
    color: #292929;
    font-size: 60px;
    font-weight: 100;
    line-height: 68px;
}

#con1 .title_wrap p span {
    display: block;
    line-height: inherit;
}

#con1 .title_wrap p .bold {
    color: #ff4900;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

#con1 .title_wrap p .sSize {
    margin: 14px 0 0;
    color: #222;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.04em;
}

#con1 .title_wrap p .xsSize {
    margin-top: 22px;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: -0.03em;
}

.naver-place-banner {
    position: absolute;
    right: 145px; bottom: 30px;
    margin: 30px 0 0 0;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 22px;
    box-sizing: border-box;
    background: rgb(255 0 0 / 38%);
    border: 1px solid rgb(255 162 162 / 55%);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
    font-family: 'Pretendard';
}

.naver-place-banner:hover {
    background: #03c75a;
    border-color: #03c75a;
    transform: translateY(-4px);
}

.naver-place-banner .place-symbol {
    color: #03c75a;
    font-size: 18px;
    line-height: 1;
}

.naver-place-banner:hover .place-symbol {
    color: #fff;
}

.naver-place-banner .place-text {
    display: block;
}

.naver-place-banner strong {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.naver-place-banner em {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,0.82);
    font-size: 13px;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.03em;
}

/* 반응형 */
@media(max-width: 1200px) {
    .naver-place-banner {
        right: 130px;
    }
}

@media(max-width: 900px) {
    .naver-place-banner {
        top: 40px;
        right: 30px;
        padding: 13px 18px;
    }

    .naver-place-banner strong {
        font-size: 15px;
    }

    .naver-place-banner em {
        font-size: 12px;
    }
}

@media(max-width: 560px) {
    .naver-place-banner {
        left: 20px;
        right: 20px;
        top: auto;
        bottom: 30px;
        justify-content: center;
    }
}

/* 우측 페이지 표시 */
.con_page {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    margin: -40px 0 0 790px;
}

.con_page ul,
.con_page ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.con_page ul li {
    position: relative;
    height: 20px;
}

.con_page ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    opacity: 0.6;
}

.con_page ul li a {
    display: block;
    width: 100%;
    height: 20px;
    text-indent: -99999px;
}

.con_page ul li.on {
    height: 32px;
    border: 3px solid #fff;
}

.con_page ul li.on:before {
    display: none;
}

.con_page ul li.on a {
    height: 26px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-indent: 0;
}

.con_page ul li + li.on {
    margin-top: 19px;
}

/* 공지 영역 */
#scene1 {
    position: relative;
    padding: 60px 0;
    background: #fff;
}

#scene1 {
    padding: 60px 120px 60px 0;
    box-sizing: border-box;
}

#scene1 .layout {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
}

#cnt_top_box {
    width: 100%;
}

.notice_box {
    position: relative;
    width: 100%;
    min-height: 415px;
    margin: 0 0 65px;
    padding: 0 40px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.notice_box > ul {
    height: 100%;
}

.notice_box > ul > li:first-child {
    margin: 0;
}

.notice_box h2 {
    margin: 20px 0 0;
    border-bottom: 1px solid #ddd;
}

.notice_box h2 a {
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 0 15px 8px 0;
    color: #5f5f5f;
    font-family: 'Pretendard', 'NanumSquare', sans-serif;
    font-size: 20px;
    font-weight: normal;
}

.notice_box .ov h2 .t {
    color: #000;
    font-family: 'NanumSquare', sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.notice_box .list {
     position: absolute;
    left: 40px;
    right: 40px;
    width: auto;
    padding: 0;
    box-sizing: border-box;
}

.notice_box .ov .list {
    display: block;
}

.notice_box .list li {
    padding: 10px 0 0;
}

.notice_box .list li a {
    display: inline-block;
    position: relative;
    font-family: 'NanumSquare', sans-serif;
    font-size: 17px;
}

.notice_box .list li .text {
    float: left;
}

.notice_box .list li .date,
.notice_box .list li em {
    float: right;
    color: #666;
    font-family: 'NanumSquare', sans-serif;
    font-size: 17px;
}

.notice_box .more {
    position: absolute;
    top: -27px;
    right: 0;
}

.notice_box .more a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/images/stu_life/main/more_icon.gif') no-repeat 0 0;
    font-size: 0;
    vertical-align: top;
}

/* 반응형 */
@media (min-width: 1600px) {
#con1 {background-size: 100% auto;}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .layout {
        width: 100%;
        padding: 0 32px;
    }

    #con1 {
        height: 620px;
        min-height: 620px;
        padding-top: 80px;
        background-position: center center;
        background-size: cover;
    }

    #con1 .inner_con {
        width: 100%;
        margin: 92px 0 0;
        padding: 0 40px;
    }

    #con1 .title_wrap {
        width: 68%;
        max-width: 640px;
        padding: 30px 32px;
    }

    #con1 .title_wrap p .bold {
        font-size: 36px;
        line-height: 1.25;
    }

    #con1 .title_wrap p .sSize {
        margin-top: 12px;
        font-size: 24px;
        line-height: 1.4;
    }

    #con1 .title_wrap p .xsSize {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.65;
    }

    .naver-place-banner {
        right: 32px;
        bottom: 28px;
        top: auto;
        padding: 13px 18px;
    }

    .naver-place-banner strong {
        font-size: 15px;
    }

    .naver-place-banner em {
        font-size: 12px;
    }

    .con_page {
        display: none;
    }

    #scene1 {
        padding: 50px 32px;
    }

    #scene1 .layout {
        width: 100%;
        padding: 0;
    }

    .notice_box {
        min-height: 360px;
        margin-bottom: 35px;
        padding: 0 30px;
    }

    .notice_box h2 {
        margin-top: 16px;
    }

    .notice_box .list {
        left: 30px;
        right: 30px;
    }

    .notice_box .list li a {
        max-width: calc(100% - 110px);
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
    }

    .notice_box .list li .date,
    .notice_box .list li em {
        display: block;
        font-size: 15px;
    }
}


@media screen and (max-width: 767px) and (min-width: 481px) {
    .layout {
        width: 100%;
        padding: 0 24px;
    }

    #con1 {
        height: auto;
        min-height: 560px;
        padding-top: 70px;
        background-position: center center;
        background-size: cover;
    }

    #con1 .inner_con {
        width: 100%;
        margin: 58px 0 0;
        padding: 0 24px;
    }

    #con1 .title_wrap {
        width: 100%;
        max-width: none;
        padding: 26px 26px;
        border-left-width: 4px;
    }

    #con1 .title_wrap p .bold {
        font-size: 31px;
        line-height: 1.25;
    }

    #con1 .title_wrap p .sSize {
        margin-top: 12px;
        font-size: 22px;
        line-height: 1.45;
    }

    #con1 .title_wrap p .xsSize {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.65;
    }

    .naver-place-banner {
        left: 24px;
        right: 24px;
        top: auto;
        bottom: 26px;
        justify-content: center;
        padding: 13px 16px;
    }

    .naver-place-banner strong {
        font-size: 15px;
    }

    .naver-place-banner em {
        font-size: 12px;
    }

    .con_page {
        display: none;
    }

    #scene1 {
        padding: 42px 24px;
    }

    #scene1 .layout {
        width: 100%;
        padding: 0;
    }

    .notice_box {
        min-height: auto;
        margin-bottom: 30px;
        padding: 0;
        overflow: visible;
    }

    .notice_box > ul {
        background: none;
    }

    .notice_box > ul > li:first-child {
        margin: 0;
    }

    .notice_box h2 {
        float: none;
        margin: 0 0 18px;
        border-bottom: 1px solid #ddd;
    }

    .notice_box h2 a {
        width: auto;
        margin: 0;
        padding: 0 0 10px;
        font-size: 20px;
    }

    .notice_box .ov h2 .t {
        font-size: 22px;
    }

    .notice_box .list {
        position: static;
        width: 100%;
        padding: 0;
    }

    .notice_box .list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 11px 0;
        border-bottom: 1px solid #eee;
    }

    .notice_box .list li a {
        flex: 1 1 auto;
        min-width: 0;
        display: block;
        width: auto;
        max-width: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 15px;
        line-height: 1.5;
    }

    .notice_box .list li .text {
        display: block;
        float: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .notice_box .list li .date,
    .notice_box .list li em {
        flex: 0 0 auto;
        display: block !important;
        float: none;
        color: #333;
        font-size: 14px;
        line-height: 1.5;
        text-align: right;
        white-space: nowrap;
    }

    .notice_box .more {
        position: static;
        width: 100%;
        margin-top: 18px;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .layout {
        width: 100%;
        padding: 0 18px;
    }

    #con1 {
        height: auto;
        min-height: 540px;
        padding-top: 62px;
        background-position: center center;
        background-size: cover;
    }

    #con1 .inner_con {
        width: 100%;
        margin: 44px 0 0;
        padding: 0 18px;
    }

    #con1 .title_wrap {
        width: 100%;
        max-width: none;
        padding: 22px 20px;
        border-left-width: 4px;
        background: rgba(255,255,255,0.82);
    }

    #con1 .title_wrap p .bold {
        font-size: 27px;
        line-height: 1.25;
        letter-spacing: -0.05em;
    }

    #con1 .title_wrap p .sSize {
        margin-top: 10px;
        font-size: 19px;
        line-height: 1.45;
    }

    #con1 .title_wrap p .xsSize {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.65;
    }

    .naver-place-banner {
        left: 18px;
        right: 18px;
        top: auto;
        bottom: 24px;
        justify-content: center;
        padding: 12px 14px;
    }

    .naver-place-banner .place-symbol {
        font-size: 16px;
    }

    .naver-place-banner strong {
        font-size: 14px;
    }

    .naver-place-banner em {
        display: none;
    }

    .con_page {
        display: none;
    }

    #scene1 {
        padding: 36px 18px;
    }

    #scene1 .layout {
        width: 100%;
        padding: 0;
    }

    #cnt_top_box {
        padding: 0;
    }

    .notice_box {
        min-height: auto;
        margin: 0 0 28px;
        padding: 0;
        overflow: visible;
    }

    .notice_box > ul {
        background: none;
    }

    .notice_box > ul > li:first-child {
        margin: 0;
    }

    .notice_box h2 {
        float: none;
        margin: 0 0 16px;
        border-bottom: 1px solid #ddd;
    }

    .notice_box h2 a {
        width: auto;
        margin: 0;
        padding: 0 0 9px;
        font-size: 18px;
    }

    .notice_box .ov h2 .t {
        font-size: 20px;
    }

    .notice_box .list {
        position: static;
        width: 100%;
        padding: 0;
    }

    .notice_box .list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 11px 0;
        border-bottom: 1px solid #eee;
    }

    .notice_box .list li a {
        flex: 1 1 auto;
        min-width: 0;
        display: block;
        width: auto;
        max-width: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 15px;
        line-height: 1.5;
    }

    .notice_box .list li .text {
        display: block;
        float: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .notice_box .list li .date,
    .notice_box .list li em {
        flex: 0 0 auto;
        display: block !important;
        float: none;
        color: #333;
        font-size: 14px;
        line-height: 1.5;
        text-align: right;
        white-space: nowrap;
    }

    .notice_box .more {
        position: static;
        width: 100%;
        margin-top: 16px;
        text-align: center;
    }
}