@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: url('/images/smu-daiso/main/main_img01.png') no-repeat center top;
    background-size: cover;
    text-align: center;
    font-family: 'Pretendard';
}

#con1 .inner_con {
    position: relative;
    width: 1200px;
    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 #d10000;
    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: #d10000;
    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;
}

/* 우측 페이지 표시 */
.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(max-width: 1301px) {
.layout {width: 100%; padding: 0 25px; box-sizing: border-box;}
.con_page {right: 40px; left: auto; margin-left: 0;}
#con1{height: 720px;}
#con .inner_con{width: 1200px; margin: 152px auto 0; padding: 0;}
#con1 .title_wrap {
        width: 56%;
    }

    #scene1 {
        padding: 60px 0;
    }

    #scene1 .layout {
        width: 1240px;
        padding: 0;
    }

    .notice_box {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
    .layout {
        width: 100%;
        padding: 0 40px;
    }

    #con1 {
        height: 660px;
        padding-top: 90px;
        background-position: center top;
    }

    #con1 .inner_con {
        width: 100%;
        margin: 120px 0 0;
        padding: 0 60px;
    }

    #con1 .title_wrap {
        width: 58%;
        max-width: 680px;
        padding: 32px 36px;
    }

    #con1 .title_wrap p .bold {
        font-size: 40px;
    }

    #con1 .title_wrap p .sSize {
        font-size: 27px;
    }

    #con1 .title_wrap p .xsSize {
        font-size: 17px;
    }

    .con_page {
        right: 40px;
        left: auto;
        margin: -40px 0 0;
    }

    #scene1 {
        padding: 55px 40px;
    }

    #scene1 .layout {
        width: 100%;
        padding: 0;
    }

    .notice_box {
        min-height: 390px;
        margin-bottom: 45px;
        padding: 0 35px;
    }

    .notice_box .list {
        left: 35px;
        right: 35px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .layout {
        width: 100%;
        padding: 0 32px;
    }

    #con1 {
        height: 600px;
        min-height: 600px;
        padding-top: 80px;
        background-position: center top;
    }

    #con1 .inner_con {
        width: 100%;
        margin: 100px 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;
    }

    .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 {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .layout {
        width: 100%;
        padding: 0 24px;
    }

    #con1 {
        height: auto;
        min-height: 520px;
        padding-top: 70px;
        background-position: center top;
    }

    #con1 .inner_con {
        width: 100%;
        margin: 70px 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;
    }

    .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;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 15px;
        line-height: 1.5;
    }

    .notice_box .list li .text {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .notice_box .list li .date {
        flex: 0 0 auto;
        display: block;
        color: #333;
        font-size: 14px;
        line-height: 1.5;
        text-align: right;
        white-space: nowrap;
    }
}

@media screen and (max-width: 480px) {
    .layout {
        width: 100%;
        padding: 0 18px;
    }

    #con1 {
        height: auto;
        min-height: 470px;
        padding-top: 62px;
        background-position: center top;
    }

    #con1 .inner_con {
        width: 100%;
        margin: 54px 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;
    }

    .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;
        width: auto;
        display: block;
        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 {
        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;
    }
}