@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

html, body {
    font-family: 'Nanum Gothic';
}

body {
    background: url('images/m_visual.jpg') no-repeat;
    background-size: cover;
}

ul, li {
    list-style: none;
}

a {
    cursor: pointer;
}

.head {
    width: 1200px;
    margin: 0 auto;
}

    .head:after {
        clear: both;
        content: "";
        display: block;
    }

.logo {
    float: left;
    margin-top: 20px;
}

.admin {
    float: right;
    margin-top: 20px;
}

    .admin > a {
        color: white;
        margin-right: 10px;
    }

.con {
    width: 1200px;
    margin: 0 auto;
}

    .con:after {
        content: "";
        display: block;
        clear: both;
    }

.con_left:before {
    content: "";
    display: block;
    width: 810px;
    height: 800px;
    background: #222329;
    opacity: 0.8;
    border-radius: 5px;
    margin-top: 20px;
    float: left;
}

.con_left {
    position: relative;
}

.con_left_box {
    position: absolute;
    top: 60px;
    left: 0px;
    display: block;
    width: 810px;
    height: 800px;
    color: white;
}

.title_box {
    background: url('images/title_bg.png') no-repeat center 0;
    width: 662px;
    height: 400px;
    margin: 0 auto;
    font-family: 'NanumSquare', sans-serif;
    text-align: center;
    padding-top: 80px;
    margin-top: 25px;
}

    .title_box > p {
        font-size: 31px;
        font-weight: 300;
    }
    .title_box > p > span {
        font-weight: 400;
    }

    .title_box > h4 {
        font-size: 81px;
        font-weight: 300;
        letter-spacing: -0.06em;
    }
    .title_box > h4 > span {
        font-weight: 800;
    }
    .title_box > .title_day {
        font-size: 17px;
        margin-top: 40px;
    }
    .title_box > .title_day > span {
        color: #ffd452;
    }

.notice_box {
    width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}

    .notice_box > h4 {
        text-align: center;
        background: url('images/notice_line.png') no-repeat center 9px;
    }

    .notice_box > ul {
        width: 100%;
        margin: 0;
        margin-top: 15px;
        
    }

        .notice_box > ul > li {
            padding-left: 50px;
            padding-bottom: 10px;
            background: url('images/notice_blet.png') no-repeat 40px 7px;
        }

.point {
    color: #ff7623;
    font-weight: bold;
}

.notice_btn {
    display: inline-block;
    background: #ff7623;
    border-radius: 5px;
    color: white;
    width: 100px;
    text-align: center;
    margin-left: 10px;
}

    .notice_btn:hover {
        background: white;
        color: #ff7623;
    }

.con_right {
    float: right;
    margin-top: 20px;
}

.con_right_box {
    position: relative;
    margin-bottom: 25px;
    display: block;
}

.con_right_box_before:before {
    content: "";
    display: block;
    background: #222329;
    width: 345px;
    height: 180px;
    opacity: 0.8;
    border-radius: 5px;
}

.box_btn2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 396px;
    height: 180px;
}

.box_btn {
    background: url('images/box_arrow.png') no-repeat 220px 65px;
    position: absolute;
    top: 0;
    left: 0;
    width: 396px;
    height: 180px;
}

    .box_btn > .align {
        text-align: center;
        width: 150px;
        margin-left: 40px;
        margin-top: 50px;
    }

        .box_btn > .align > span {
            font-size: 17px;
            color: white;
            display: block;
            margin-top: 20px;
        }

.con_right_box:hover > .con_right_box_before:before {
    background: #ea653c;
}

.con_right_box:hover > .con_right_box_before > .box_btn > .align > span {
    text-decoration: underline;
}

.con_right_box_link {
    position: relative;
    margin-bottom: 25px;
    display: block;
}

    /*.con_right_box_link:before {
    content: "";
    display: block;
    background: #222329;
    width: 345px;
    height: 300px;
    opacity: 0.4;
    border-radius: 5px;
}

.con_right_box_link .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 345px;
    height: 300px;
}*/

    .con_right_box_link:before {
        content: "";
        display: block;
        background: #222329;
        width: 345px;
        height: 180px;
        opacity: 0.4;
        border-radius: 5px;
    }

    .con_right_box_link .box {
        position: absolute;
        top: 0;
        left: 0;
        width: 345px;
        height: 180px;
    }

        .con_right_box_link .box > a.flex {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            width: 100%;
            padding-left: 20px;
            padding-right: 20px;
            color: #eaeaea;
        }

            .con_right_box_link .box > a.flex:hover {
                text-decoration: none;
                color: #ea653c;
            }

            .con_right_box_link .box > a.flex img {
                width: 70px;
                margin-left: 20px;
            }

            .con_right_box_link .box > a.flex span {
                width: 200px;
                font-size: 20px;
                text-align: center;
                font-weight: bold;
            }

        .con_right_box_link .box ul {
            height: 300px;
            display: flex;
            justify-content: space-evenly;
            flex-direction: column;
        }

            .con_right_box_link .box ul li a {
                text-decoration: none;
                color: #fff;
                display: inline-block;
                height: 30px;
            }

                .con_right_box_link .box ul li a img {
                    height: 18px;
                    margin-right: 10px;
                    vertical-align: middle;
                }

                .con_right_box_link .box ul li a:hover {
                    text-decoration: underline;
                }

.footer {
    height: 120px;
    margin-top: 20px;
}

.footer_con {
    width: 800px;
    margin: 0 auto;
    font-size: 11px;
}

.footer > .footer_con > p {
    display: block;
    width: 500px;
    float: right;
    color: white;
    margin-bottom: 20px;
}

.footer > .footer_con > .leftb {
    float: left;
    width: 230px;
}

    .footer > .footer_con > .leftb > .f_logo2 {
        margin-top: 18px;
    }

@media (max-width:1280px) {
    .head {
        width: 1000px;
    }

    .con {
        width: 1000px;
        min-width: 920px;
    }

    .con_left:before {
        width: 700px;
        margin-right: 15px;
    }

    .con_left_box {
        width: 700px;
    }

    .title_box {
        width: 700px;
    }

    .con_right_box_before:before {
        width: 200px;
    }

    .box_btn {
        background: none;
        width: 100%;
    }
}

@media (max-width:1000px) {
    body {
        width: 100%;
    }

    .head {
        width: 800px;
        margin: 0 auto;
    }

    .con {
        width: 100%;
        min-width: 920px;
    }

    .con_right_box_before:before {
        width: 200px;
    }

    .box_btn {
        background: none;
        width: 100%;
    }

    .con_left:before {
        width: 700px;
        margin-right: 15px;
    }

    .con_left_box {
        width: 700px;
    }

    .title_box {
        width: 700px;
    }

    .notice_box {
        width: 570px;
    }

        .notice_box > ul {
            padding-left: 0;
            width: 550px;
        }
}

@media (max-width:800px) {
    body {
        width: 100%;
    }

    .head {
        width: 800px;
        margin: 0 auto;
    }

    .con {
        width: 100%;
        min-width: 800px;
    }

    .con_right_box_before:before {
        width: 200px;
    }

    .box_btn {
        background: none;
        width: 100%;
    }

    .con_left:before {
        width: 570px;
    }

    .con_left_box {
        width: 570px;
    }

    .title_box {
        width: 570px;
    }

    .title_box > .title_day {
        margin-top: 20px;
    }

    .notice_box {
        width: 570px;
    }

    .notice_box > ul {
        padding-left: 0;
        width: 550px;
    }
}
