﻿@charset 'utf-8';
/* BASIC */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, select, button,
ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, textarea {
    margin: 0;
    padding: 0;
}

fieldset, img {
    border: 0 none
}

dl, ul, ol, menu, li {
    list-style: none
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    -ms-interpolation-mode: bicubic !important;
}

a, input, select, textarea, button, img {
    vertical-align: middle;
    font-family: inherit;
}

input {
    margin: 0;
    padding: 0;
}

table, th, td {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

address, caption, cite, code, dfn, em, var {
    font-style: normal;
    font-weight: normal;
}

legend, caption {
    height: 0;
    text-indent: -9999px;
    overflow: hidden;
    font-size: 0;
}

input, button {
    border-radius: 0;
    outline: none;
    cursor: pointer;
}

    button, input[type='button'], input[type='submit'] {
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
    }

label {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
    *overflow: visible;
}

select {
    border-radius: 0;
}

html {
    overflow-y: scroll;
    font-size: 13px;
    line-height: 1.7em;
}

body {
    font-family: 'Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif;
    color: #222;
    font-weight: 400;
    font-size: 13px;
    -webkit-text-size-adjust: none;
    letter-spacing: -0.5px;
    word-wrap: break-word;
    word-break: keep-all;
}

a {
    text-decoration: none;
    color: #222;
}

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
    display: block;
    float: none;
    font-size: 0 !important;
    height: 0;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    width: 100%;
}

.clearfix {
    *zoom: 1;
    *overflow: hidden;
}

    .clearfix:after {
        content: '';
        display: block;
        clear: both;
        font-size: 0;
    }

.hide {
    position: absolute;
    left: -9999px;
    top: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.montserrat {
    font-family: 'Montserrat';
}

/* FAST CSS */
.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.tar {
    text-align: right !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

@media all and (max-width:650px) {
    .mt15 {
        margin-top: 7px !important;
    }

    .mt20 {
        margin-top: 10px !important;
    }

    .mt30 {
        margin-top: 15px !important;
    }

    .mt40 {
        margin-top: 20px !important;
    }

    .mt50 {
        margin-top: 25px !important;
    }

    .mt60 {
        margin-top: 30px !important;
    }

    .mt70 {
        margin-top: 35px !important;
    }

    .mt80 {
        margin-top: 40px !important;
    }

    .mt90 {
        margin-top: 45px !important;
    }

    .mt100 {
        margin-top: 50px !important;
    }
}

::-moz-selection {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}

::selection {
    background-color: rgba(0,0,0,0.4);
    color: #fff;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}


* {
    box-sizing: border-box;
}




.wrap {
    position: relative;
    margin: 0 auto;
    min-width: 320px; /*  height: 100%;  */
    max-width: 420px;
    display: none;
}

#header {
    border-bottom: 1px solid #f2f2f2;
}

    #header .logo {
        padding: 15px 0;
        text-align: center;
        font-size: 0;
    }

        #header .logo img {
            width: 134px;
        }

    #header .nav_open {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 55px;
        border: 0;
        background: url('../images/nav_btn.png') no-repeat 50% 50%;
        background-size: 24px 24px;
        font-size: 0;
    }

#nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 500;
    font-family: nr,sans-serif;
    overflow: hidden;
    transition-delay: 0.3s; /* display:none; */
}

    #nav .nav_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: rgba(0,0,0,0.6);
        transition: 0.5s;
        opacity: 0;
    }

    #nav ._inner {
        position: absolute;
        left: -30px;
        top: 0;
        width: 80%;
        background: #fff;
        height: 100%;
        overflow: auto;
        z-index: 5;
        transition: 0.5s;
        opacity: 0;
    }

    #nav .nav_close {
        position: absolute;
        left: 80%;
        top: 0;
        z-index: 10;
        width: 50px;
        height: 50px;
        border: none;
        background: none;
        transition: 0.5s;
        opacity: 0;
    }

.mnav-on #nav {
    height: 100%;
    transition-delay: 0s;
}

    .mnav-on #nav .nav_bg {
        opacity: 1;
    }

    .mnav-on #nav ._inner {
        opacity: 1;
        left: 0;
    }

    .mnav-on #nav .nav_close {
        opacity: 1;
    }

.sub_top {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
}

    .sub_top .sub_top_left {
        position: absolute;
        top: 0;
        left: 0;
        width:;
    }

        .sub_top .sub_top_left .page_prev {
            display: inline-block;
            width: 50px;
            height: 50px;
            border: 0;
            background: url('../images/btn_prev_page.png') no-repeat 50% 50%;
            background-size: 20px 20px;
            font-size: 0;
        }

    .sub_top h2 {
        line-height: 50px;
        font-size: 18px;
        text-align: center;
        font-weight: 500;
    }

/* 학부모학생선택화면 */
.profile_box {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #4491ec;
}

    .profile_box .pic {
        display: table-cell;
        width: 80px;
        padding: 15px;
        vertical-align: middle;
    }

        .profile_box .pic .frame {
            display: block;
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            overflow: hidden;
            border-radius: 50%;
            background: #fff;
        }

            .profile_box .pic .frame img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                width: 100%;
            }

    .profile_box .cellphone {
        display: table-cell;
        padding: 15px 15px 15px 0;
        vertical-align: middle;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }


.userlist_area {
    margin-top: 10px;
}

    .userlist_area ul > li {
        padding: 15px;
        border-bottom: 1px solid #eeeeee;
    }

        .userlist_area ul > li:last-child {
            border-bottom: 0;
        }

    .userlist_area .academy {
        padding-bottom: 10px;
        font-size: 14px;
        font-weight: 500;
    }

    .userlist_area .list_cont .infos {
        padding-top: 0;
    }

    .userlist_area .btns_service {
        margin: 15px -5px 0;
    }

        .userlist_area .btns_service:after {
            content: '';
            display: block;
            clear: both;
        }

        .userlist_area .btns_service p {
            float: left;
            width: 50%;
            padding: 0 5px 0;
        }

        .userlist_area .btns_service a {
            display: block;
            text-align: center;
            line-height: 35px;
            border-radius: 999px;
            font-weight: 500;
        }

        .userlist_area .btns_service .btn_live {
            background: #4491ec;
            color: #fff;
            border: 1px solid #4491ec;
        }

        .userlist_area .btns_service .btn_vod {
            background: #fff;
            color: #666;
            border: 1px solid #ddd;
        }





/* 메인 */
.tab_area {
}

    .tab_area ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .tab_area ul li {
            display: table-cell;
            text-align: center;
        }

            .tab_area ul li a {
                display: block;
                line-height: 50px;
                color: #666666;
                background: #eeeeee;
                font-size: 15px;
            }

            .tab_area ul li.on a {
                color: #fff;
                background: #4491ec;
                font-weight: 500;
            }


/* 리스트 */
.tab_area02 {
    padding: 15px 13px;
}

    .tab_area02 ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .tab_area02 ul li {
            display: table-cell;
            text-align: center;
            padding: 0 2px;
        }

            .tab_area02 ul li a {
                display: block;
                line-height: 34px;
                color: #000;
                border: 1px solid #dddddd;
                border-radius: 999px;
                font-size: 14px;
            }

            .tab_area02 ul li.on a {
                color: #fff;
                background: #053266;
                border-color: #053266;
            }


.search_box {
    position: relative;
    margin: 0 15px;
}

    .search_box input[type='text'] {
        width: 100%;
        height: 42px;
        line-height: 40px;
        padding: 0 55px 0 15px;
        border: 1px solid #dddddd;
        border-radius: 999px;
    }

    .search_box .btn_search {
        position: absolute;
        top: 1px;
        right: 8px;
        display: inline-block;
        width: 40px;
        height: 40px;
        border: 0;
        background: url('../images/btn_search.png') no-repeat 50% 50%;
        background-size: 22px 22px;
        font-size: 0;
    }

.list_area {
    margin-top: 25px;
}

    .list_area .list_summary {
        padding: 0 15px 10px;
        font-size: 12px;
    }

        .list_area .list_summary span {
            position: relative;
            color: #888888;
            padding-right: 10px;
            margin-right: 10px;
        }

            .list_area .list_summary span:after {
                content: '';
                width: 1px;
                height: 10px;
                background: #eeeeee;
                position: absolute;
                top: 50%;
                right: -2px;
                margin-top: -5px;
            }

            .list_area .list_summary span:last-child:after {
                display: none;
            }

        .list_area .list_summary .total {
            color: #000000;
        }

        .list_area .list_summary .preview {
            color: #4491ec;
        }

    .list_area ul > li {
        padding: 15px;
        border-top: 1px solid #eeeeee;
    }

.list_cont {
    display: table;
    width: 100%;
    table-layout: fixed;
}

    .list_cont .thumb {
        display: table-cell;
        vertical-align: top;
        width: 106px;
    }

        .list_cont .thumb .img_frame {
            position: relative;
            width: 100%;
            height: 0;
            padding-bottom: 100%;
            overflow: hidden;
            border-radius: 10px;
        }

            .list_cont .thumb .img_frame .badge {
                position: absolute;
                top: 0;
                left: 0;
                width: 35px;
                line-height: 35px;
                text-align: center;
                color: #fff;
                background: #4491ec;
                font-size: 10px;
                border-radius: 0 0 10px 0;
                z-index: 1;
            }

            .list_cont .thumb .img_frame img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                /*width: 100%;*/
                height: 100%;
            }

    .list_cont .infos {
        display: table-cell;
        vertical-align: top;
        padding: 5px 0 0 15px;
    }

        .list_cont .infos .date {
            color: #888888;
            font-size: 12px;
            line-height: 14px;
        }

        .list_cont .infos .subject {
            color: #000;
            font-size: 14px;
            line-height: 20px;
            font-weight: 500;
            margin: 5px 0;
        }

        .list_cont .infos .text_warning {
            height: 14px;
            font-size: 12px;
            line-height: 14px;
            color: #f61414;
        }

        .list_cont .infos .keyword {
            padding-top: 10px;
        }

            .list_cont .infos .keyword span {
                display: inline-block;
                padding: 0 10px;
                line-height: 30px;
                color: #000;
                font-size: 12px;
                border: 1px solid #dddddd;
                border-radius: 999px;
            }

.list_area .btn_enter {
    margin-top: 15px;
}

    .list_area .btn_enter a {
        display: block;
        text-align: center;
        line-height: 35px;
        border-radius: 999px;
        color: #fff;
        font-weight: 500;
        background: #f61414;
    }

        .list_area .btn_enter a i {
            display: inline-block;
            vertical-align: middle;
            width: 15px;
            height: 15px;
            margin-right: 7px;
            border: 0;
            background: url('../images/icon_enter.png') no-repeat 50% 50%;
            background-size: 100%;
            font-size: 0;
        }

.list_cont .infos .user_type {
    padding-bottom: 3px;
}

    .list_cont .infos .user_type span {
        display: inline-block;
        width: 60px;
        text-align: center;
        line-height: 30px;
        color: #000;
        font-size: 12px;
        border: 1px solid #dddddd;
        border-radius: 999px;
    }

.list_cont .infos .user_name {
    position: relative;
    padding-left: 70px;
    line-height: 35px;
}

    .list_cont .infos .user_name dt {
        position: absolute;
        left: 0;
        width: 70px;
        text-indent: 7px;
        color: #666666;
    }

    .list_cont .infos .user_name dd {
    }

        .list_cont .infos .user_name dd select {
            width: 100%;
            height: 35px;
            border: 1px solid #ddd;
        }


/* 상세 */
.view_area .tit {
    padding: 10px 15px 15px 15px;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;
    font-weight: 500;
}

.view_con01 {
    padding: 15px;
}

    .view_con01 .post {
        margin-bottom: 15px;
    }

.view_area table {
    width: 100%;
}

    .view_area table th {
        width: 110px;
        padding: 5px 0;
        color: #555555;
        text-align: left;
        font-weight: 400;
    }

    .view_area table td {
        padding: 5px 0;
        color: #000000;
    }

    .view_area table .notify th {
        color: #f61414;
    }

    .view_area table .notify td {
        color: #aaaaaa;
    }

.view_con02 {
    padding: 20px 15px 25px 15px;
    border-top: 10px solid #f0f0f0;
}

    .view_con02 .sub_tit {
        padding-bottom: 10px;
        font-weight: 500;
        font-size: 14px;
    }

    .view_con02 .view_btns {
        position: relative;
        margin-top: 15px;
    }

        .view_con02 .view_btns a {
            display: block;
            text-align: center;
            line-height: 35px;
            border-radius: 999px;
            color: #555555;
            font-weight: 500;
            border: 1px solid #dddddd;
            letter-spacing: -1px;
        }

        .view_con02 .view_btns .btn_list {
            width: 17%;
        }

        .view_con02 .view_btns .btn_absent {
            position: absolute;
            top: 0;
            right: calc(34% + 5px);
            width: 30%;
        }

        .view_con02 .view_btns .btn_enter {
            position: absolute;
            top: 0;
            right: 0;
            width: 34%;
            color: #fff;
            background: #f61414;
        }

            .view_con02 .view_btns .btn_enter i {
                display: inline-block;
                vertical-align: middle;
                width: 15px;
                height: 15px;
                margin-right: 7px;
                border: 0;
                background: url('../images/icon_enter.png') no-repeat 50% 50%;
                background-size: 100%;
                font-size: 0;
            }


/* 로그인 */
#login_area {
    padding: 40px 15px 100px 15px;
}

    #login_area .logo {
        text-align: center;
    }

        #login_area .logo img {
            width: 206px;
        }

    #login_area .form_bx input[type='text'],
    #login_area .form_bx input[type='password'] {
        width: 100%;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        border: 1px solid #dddddd;
        text-indent: 15px;
        font-size: 14px;
    }

    #login_area .form_bx button {
        width: 100%;
        height: 47px;
        color: #fff;
        background: #4491ec;
        border: 1px solid #4491ec;
        font-size: 15px
    }

.app_btns {
    margin-left: -5px;
    margin-right: -5px;
}

    .app_btns:after {
        content: '';
        display: block;
        clear: both;
    }

    .app_btns p {
        float: left;
        width: 33.33%;
        padding: 0 5px 0;
    }

        .app_btns p a {
            display: block;
            text-align: center;
            font-weight: 500;
            background: #231815;
            color: #666666;
            font-size: 0;
            line-height: 0;
        }

            .app_btns p a img {
                height: 35px;
            }

        .app_btns p .launcher {
            line-height: 35px;
            background: #fff;
            border: 1px solid #dddddd;
            color: #666666;
            font-size: 13px;
        }

.login_btns {
    margin-left: -5px;
    margin-right: -5px;
}

    .login_btns ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .login_btns ul li {
        float: left;
        width: 50%;
        padding: 0 5px 0;
    }

        .login_btns ul li a {
            display: block;
            text-align: center;
            line-height: 41px;
            font-weight: 500;
            border: 1px solid #222222;
            font-size: 14px;
        }



@media ( min-width: 800px ) {
    .wrap {
        max-width: 800px;
    }

    .list_cont {
        width: 70%;
        float: left;
    }

        .list_cont .infos .user_name dd select {
            width: 70%;
        }

    .userlist_area .btns_service p {
        width: 30%;
        margin-top: 8px;
    }
}

.btn_logout {
    display: inline-block;
    width: 60px;
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dddddd;
    border-radius: 999px;
    background-color: #ffffff;
    cursor: pointer;
}