﻿@charset "utf-8";


@font-face {
    font-family: "NanumGothic";
    src: url('/fonts/NanumGothic.eot');
    src: url('/fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), url('/fonts/NanumGothic.woff') format('woff'), src:local(※), url('/fonts/NanumGothic.woff') format('woff');
}

@font-face {
    font-family: "NanumGothicBold";
    src: url('/fonts/NanumGothicBold.eot');
    src: url('/fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'), url('/fonts/NanumGothicBold.woff') format('woff'), src:local(※), url('/fonts/NanumGothicBold.woff') format('woff');
}


/*************************************
**************************************

		공통 레이아웃, 메인			

**************************************
**************************************/


#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#conWrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #fff;
}

.menuOn {
    display: none;
}

    .menuOn:after {
        display: none;
        height: 0;
        visibility: hidden;
    }

.popBtn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    background: #efefef;
    padding: 10px;
    font: 13px/26px 'NanumGothic';
    #444;
    z-index: 10;
}
/* 새창 버튼박 스 */
.printWrap {
    max-width: 700px;
    margin-top: 80px;
    padding: 0;
}

    .printWrap div,
    .printWrap table {
        width: 700px;
    }

.printWrap_a4 {
    page: a4sheet;
    page-break-after: always;
}

    .printWrap_a4 div,
    .printWrap_a4 table {
        width: 700px;
    }


.printWrap_hori {
    max-width: 1050px;
    margin-top: 50px;
    padding: 0;
}

    .printWrap_hori table {
        width: 1050px;
    }

        .printWrap_hori table thead th {
            background: #237491;
            color: #fff;
            font-weight: normal;
            font: 10pt 'Dotum';
            padding: 3px 0;
            border: 1px solid #ddd;
        }

        .printWrap_hori table tbody td {
            color: #333;
            font: 10pt 'Dotum';
            padding: 3px;
            border: 1px solid #ddd;
        }

.printWrap_hori2 {
    max-width: 1050px;
    margin-top: 50px;
    padding: 0;
}

    .printWrap_hori2 table {
        width: 960px;
        page-break-inside: auto;
    }

        .printWrap_hori2 table thead th {
            background: #237491;
            color: #fff;
            font-weight: normal;
            font: 12px/130% 'Dotum';
            padding: 3px 0;
            border: 1px solid #ddd;
        }

        .printWrap_hori2 table tbody td {
            color: #333;
            font: 12px/130% 'Dotum';
            padding: 3px;
            border: 1px solid #ddd;
            page-break-inside: avoid;
            page-break-after: auto;
        }


/**** pc ****/
@media all and (min-width:1101px) {

    /* pc layout */
    #headerWrap {
        background: url('/images/bg_head_pc.gif') repeat-x;
        height: 117px;
    }

    #headerWrap_LG {
        background: #fff;
        height: 62px;
        border-bottom: 2px solid #252525;
    }

    #header {
        position: relative;
        width: 110px;
        margin: 0 auto;
    }

        #header:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

    #container_sub {
        background: #f1f1f1 url('/images/bg_contenst_pc.gif') repeat-y center 0;
    }

    #contents {
        position: relative;
        width: 1100px;
        height: 100%;
        margin: 0 auto;
    }

        #contents:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

    #contentsBox {
        float: left;
        width: 908px;
    }

    #footerWrap {
        border-top: 1px solid #c2c2c2;
        background: #237491;
    }

    #footer {
        height: 80px;
        text-align: center;
        font: 12px/80px 'NanumGothic';
        color: #666;
    }




    .myInfo {
        float: right;
    }

        .myInfo li {
            float: left;
            padding: 0 15px;
            font-size: 12px;
            line-height: 35px;
            font-family: 'Malgun Gothic';
            color: #ededed;
            background: url('/images/line_top.gif') repeat-y;
        }

            .myInfo li.login {
                padding: 0;
                background: none;
            }

                .myInfo li.login a {
                    display: block;
                    padding: 0 30px;
                    background: #a42543;
                    font-size: 12px;
                    line-height: 35px;r
                    font-family: 'Malgun Gothic';
                    color: #ededed;
                }

    h1.logo {
        position: absolute;
        left: 0;
        top: 65px;
        width: 133px;
        height: 30px;
        z-index: 0;
    }

    h1.logo_LG {
        margin: 0 auto;
        width: 50%;
        height: 30px;
        padding-top: 13px;
    }

    .main_line {
        background: url('/images/line_main_pc.gif') no-repeat center 0;
        height: 4px;
    }

    .login_line {
        background: url('/images/line_login_pc.gif') no-repeat center 0;
        height: 4px;
    }

    .noticeBox {
        float: left;
        width: 597px;
    }

        .noticeBox .noticeTop {
            padding: 30px 30px 20px;
        }

            .noticeBox .noticeTop h3 {
                float: left;
                font: 23px/30px 'NanumGothicBold';
                color: #222;
            }

    #noticeSch {
        float: right;
    }

        #noticeSch select {
            border: 1px solid #e5e5e5;
            padding: 3px;
            height: 30px;
            width: 90px;
        }

        #noticeSch input[type=text] {
            border: 1px solid #e5e5e5;
            padding: 3px;
            height: 24px;
            width: 140px;
        }

        #noticeSch input[type=submit] {
            background: #737373;
            font: 12px/12px 'NanumGothic';
            color: #fff;
            height: 32px;
            width: 60px;
            border: none;
        }

    #tabmenu {
        margin: 0;
        padding: 0 30px;
        list-style-type: none;
    }

        #tabmenu li {
            float: left;
            background: #e4e4e4;
            width: 50%;
        }

            #tabmenu li a {
                display: block;
                padding: 10px 0;
                font-size: 15px;
                font-family: 'NanumGothic';
                font-weight: 600;
                color: #666;
                text-decoration: none;
                text-align: center;
            }

                #tabmenu li a.over {
                }

                #tabmenu li a.selected {
                    background: #237491;
                    color: #fff;
                }

    #tabcontents {
        clear: left;
        position: relative;
    }

        #tabcontents .tabcontent {
            padding: 30px;
        }

    .mLatest table {
        width: 100%;
        table-layout: fixed;
    }

        .mLatest table thead th {
            border-top: 2px solid #237491;
            border-bottom: 1px solid #a0a0a0;
            padding: 13px 0;
            font: 12px/12px 'NanumGothicBold';
            color: #222;
        }

        .mLatest table tbody td {
            border-bottom: 1px solid #ddd;
            text-align: center;
            padding: 12px 0;
            font-size: 12px;
        }

            .mLatest table tbody td.bbs_tit {
                text-align: left;
            }

                .mLatest table tbody td.bbs_tit a {
                    font-size: 12px;
                    color: #333;
                }

    span.all {
        display: inline-block;
        border: 1px solid #b4b4b4;
        width: 50px;
        height: 16px;
        border-radius: 2px;
        background: #fff;
        font: 11px/18px 'Dotum';
        color: #555;
        text-align: center;
    }

    span.per {
        display: inline-block;
        border: 1px solid #1a5469;
        width: 50px;
        height: 16px;
        border-radius: 2px;
        background: #237491;
        font: 11px/18px 'Dotum';
        color: #fff;
        text-align: center;
    }

    .paging {
        width: 100%;
        height: 60px;
        text-align: center;
        margin-top: 30px
    }

        .paging span {
            padding: 7px 9px 6px;
            color: #fff;
            background: #237491;
            border: 1px solid #0f4356;
            font-size: 11px;
        }

        .paging a {
            padding: 7px 9px 6px;
            margin: 0 1px;
            text-decoration: none;
            color: #9a9a9a;
            background: #fff;
            border: 1px solid #e3e3e3;
            font-size: 11px;
        }

            .paging a.img {
                border: none;
                padding: 0;
                background: #fff;
            }

                .paging a.img img {
                    vertical-align: middle;
                    padding-bottom: 3px;
                }

    .lectureBox {
        float: right;
        width: 502px;
        border-left: 1px solid #c2c2c2;
    }

        .lectureBox .lectureGo a {
            display: block;
            background: #007a85;
            height: 160px;
            vertical-align: middle;
            font: 23px/160px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }

            .lectureBox .lectureGo a img {
                padding-right: 5px;
            }

        .lectureBox .goBox li {
            float: left;
            width: 25%;
            text-align: center;
        }

            .lectureBox .goBox li a {
                display: block;
                height: 74px;
                font: 12px/130% 'NanumGothicBold';
                font-weight: 600;
            }

            .lectureBox .goBox li.gray1 {
                background: #f6f6f6;
            }

            .lectureBox .goBox li.gray2 {
                background: #e4e4e4;
            }

            .lectureBox .goBox li img {
                width: 40px;
                padding-top: 8px;
            }

            .lectureBox .goBox li .extlink {
                display: block;
                height: 74px;
            }

            .lectureBox .goBox li span {
                font: 12px/130% 'NanumGothicBold';
                font-weight: 600;
            }

    .GinfoBox {
        float: left;
        width: 597px;
    }

        .GinfoBox .infoGo a {
            display: block;
            background: #A11C49;
            height: 160px;
            font: 23px/160px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }

            .GinfoBox .infoGo a img {
                padding-right: 5px;
            }

        .GinfoBox .infoGo2 a {
            display: block;
            background: #949494;
            height: 160px;
            font: 23px/160px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }

            .GinfoBox .infoGo2 a img {
                padding-left: 5px;
            }


    .lnbBox {
        float: left;
        width: 190px;
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
    }

        .lnbBox h2 {
            background: #237491;
            width: 100%;
            height: 123px;
            text-align: center;
            display: table;
        }

            .lnbBox h2 span {
                display: table-cell;
                vertical-align: middle;
                font: 26px/120% 'NanumGothicBold';
                color: #fff;
            }

        .lnbBox ul {
            height: 100%;
            background: #fff;
        }

            .lnbBox ul li {
                border-bottom: 1px solid #c2c2c2;
            }

                .lnbBox ul li a {
                    display: block;
                    padding: 10px;
                    font: 13px/120% 'NanumGothicBold';
                    color: #666;
                }

                    .lnbBox ul li a:hover {
                        color: #237491;
                        background: url('/images/bg_lnb_hover.gif') no-repeat 170px 14px;
                    }

                    .lnbBox ul li a.menu_selected {
                        color: #237491;
                        background: url('/images/bg_lnb_hover.gif') no-repeat 170px 14px;
                    }

    .titleBox {
        background: #f1f1f1;
        height: 78px;
        text-align: right;
        font: 28px/78px 'NanumGothicBold';
        color: #303030;
        padding-right: 30px;
        letter-spacing: -0.05em;
    }

    .navigation {
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        height: 40px;
    }

        .navigation:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

        .navigation .naviBox {
            float: right;
        }

            .navigation .naviBox div {
                float: left;
                position: relative;
            }

            .navigation .naviBox .home a {
                display: block;
                font: 13px/40px 'NanumGothicBold';
                color: #333;
                padding: 0 20px;
                border-left: 1px solid #c2c2c2;
                text-align: center;
            }

                .navigation .naviBox .home a img {
                    padding: 0 8px 0 0;
                    vertical-align: middle;
                }

            .navigation .naviBox .depth1 p a {
                display: block;
                font: 13px/40px 'NanumGothicBold';
                color: #333;
                padding: 0 70px 0 20px;
                position: relative;
                border-left: 1px solid #c2c2c2;
                cursor: pointer;
            }

            .navigation .naviBox .depth2 p a {
                display: block;
                font: 13px/40px 'NanumGothicBold';
                color: #237491;
                padding: 0 70px 0 20px;
                position: relative;
                border-left: 1px solid #c2c2c2;
                cursor: pointer;
            }

            .navigation .naviBox div p span {
                position: absolute;
                right: 20px;
                top: 0;
            }

            .navigation .naviBox div ul {
                display: none;
                position: absolute;
                left: 0;
                top: 40px;
                width: 100%;
                border: 1px solid #c2c2c2;
                background: #f9f9f9;
                padding: 5px 0;
                z-index: 100;
            }

                .navigation .naviBox div ul li {
                    padding: 4px 10px;
                font: 13px/18px 'NanumGothic';
                color: #666;
                cursor: pointer;
            }

    .conBox {
        padding: 40px;
        min-height: 500px;
    }



    /* 로그인 */
    .loginWrap {
        
        width: 50%;
        border: 1px solid #ddd;
        min-height: 400px;
        background: #fff url("/images/loginBg.png") no-repeat left bottom;
        margin: 0 auto;
    }



    .loginBox_1 {
        
        
        padding: 90px 11%;
    }

        .loginBox_1 h3 {
            font: 26px/26px 'NanumGothicBold';
            color: #222;
            padding-bottom: 15px; 
        }

    .loginBox_1 h3 span {
        font-size: 26px;
        color: #0a7f89;
    }


        .loginBox_1 .loginArea {
            position: center;
            width: 95%;
            padding: 20px 0;
        }

            .loginBox_1 .loginArea div {
                width: 240px;
                margin-bottom: 5px;
            }

            .loginBox_1 .loginArea input[type=text],
            .loginBox_1 .loginArea input[type=password] {
                width: 100%;
                border: 1px solid #ddd;
                padding: 8px 5px;
                box-sizing: border-box;
            }

            .loginBox_1 .loginArea .btn_login {
                position: absolute;
                right: 0;
                top: 20px;
            }

                .loginBox_1 .loginArea .btn_login a {
                    display: block;
                    background: #01aeb2;
                    font: 18px/73px 'NanumGothicBold';
                    color: #fff;
                    width: 90px;
                    height: 73px;
                    text-align: center;
                }

            .loginBox_1 .loginArea span {
                display: inline-block;
                margin-top: 10px;
                margin-right: 10px;
                font: 13px/13px 'NanumGothic';
                color: #222;
            }

    .login_msg {
        font: 14px/130% 'NanumGothic';
        color: #555;
    }

    .loginBox_2 {
        float: right;
        margin-right: 23%;
        width: 439px;
        
        padding: 40px 40px;
    }

        .loginBox_2 .go {
            margin-top: 15px;
        }

            .loginBox_2 .go a.btn_blue2 {
                position: relative;
                display: inline-block;
                width: 48%;
                height: 45px;
                font: 15px/45px 'NanumGothic';
                color: #fff;
                background: #237491;
                border: 1px solid #0e4d63;
                border-radius: 5px;
                text-indent: 10px;
                letter-spacing: -0.03em;
                margin-right: 2%;
            }

            .loginBox_2 .go a.btn_red {
                position: relative;
                display: inline-block;
                width: 48%;
                height: 45px;
                font: 15px/45px 'NanumGothic';
                color: #fff;
                background: #a42543;
                border: 1px solid #77162d;
                border-radius: 5px;
                text-indent: 10px;
                letter-spacing: -0.03em;
            }

            .loginBox_2 .go a span {
                position: absolute;
                right: 10px;
                top: 7px;
            }

        .loginBox_2 .smBaro h3 {
            font: 18px/130% 'NanumGothicBold';
            padding: 25px 0 10px;
            color: #222;
            letter-spacing: -0.03em;
        }

    .conLink li {
        float: left;
        margin-bottom: 5px;
        width: 32%;
        border: 1px solid #e5e5e5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: url('/images/bg_conAside_ico.png') no-repeat right 0px;
    }

        .conLink li.space {
            margin: 0 5px;
        }

        .conLink li a {
            display: block;
            margin: 0;
            padding: 13px;
            text-align: left;
            font: 13px/130% "NanumGothicBold";
            color: #262a2d;
        }

        .conLink li.ico01 {
            background-position: right -18px;
        }

        .conLink li.ico02 {
            background-position: right -128px;
        }

        .conLink li.ico03 {
            background-position: right -232px;
        }

        .conLink li.ico04 {
            background-position: right -342px;
        }

        .conLink li.ico05 {
            background-position: right -232px;
        }

        .conLink li.ico06 {
            background-position: right -446px;
        }

        .conLink li.ico07 {
            background-position: right -552px;
        }

        .conLink li.ico09 {
            background-position: right -769px;
        }

        .conLink li.ico12 {
            background-position: right -1090px;
        }

    #back-to-top {
        position: fixed;
        left: 50%;
        top: 500px;
        margin-left: 570px;
        width: 40px;
    }

        #back-to-top a {
            width: 40px;
            height: 40px;
        }
}



/**** tablet ****/
@media all and (max-width:1100px) {

    /* tablet layout */
    #headerWrap {
        background: url('/images/bg_head_tablet.gif') repeat-x;
        height: 95px;
    }

    #headerWrap_LG {
        background: #fff;
        height: 50px;
        border-bottom: 2px solid #252525;
    }

    #header {
        position: relative;
        width: 100%;
    }

        #header:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

    #contents {
        position: relative;
        width: 100%;
    }

        #contents:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

    #contentsBox {
        width: 100%;
        background: #fff;
    }

    #footerWrap {
        border-top: 1px solid #c2c2c2;
        background: #237491;
    }

    #footer {
        padding: 20px 0;
        text-align: center;
        font: 12px/140% 'NanumGothic';
        color: #666;
    }


    .myInfo {
        clear: both;
        position: absolute;
        top: 61px;
        right: 0;
    }

        .myInfo li {
            float: left;
            padding: 0 15px;
            font-size: 11px;
            line-height: 34px;
            font-family: 'Malgun Gothic';
            color: #ededed;
            background: url('/images/line_top.gif') repeat-y;
        }

            .myInfo li.login {
                padding: 0;
                background: none;
            }

                .myInfo li.login a {
                    display: block;
                    padding: 0 30px;
                    background: #a42543;
                    font-size: 11px;
                    line-height: 34px;
                    font-family: 'Malgun Gothic';
                    color: #ededed;
                }

    h1.logo {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 120px;
    }

    h1.logo_LG {
        margin: 0 auto;
        width: 100%;
        
    }

    .menuOn {
        display: block;
        float: right;
        width: 90px;
        cursor: pointer;
    }

        .menuOn img {
            width: 100%;
        }

    .main_line {
        border-top: 3px solid #237491;
    }

    .login_line {
        border-top: 3px solid #237491;
    }

    .noticeBox {
        margin: 0 6%;
    }

        .noticeBox .noticeTop {
            padding: 30px 0px 20px;
        }

            .noticeBox .noticeTop h3 {
                float: left;
                font: 25px/25px 'NanumGothicBold';
                color: #222;
            }

    #noticeSch {
        float: right;
    }

        #noticeSch select {
            border: 1px solid #e5e5e5;
            padding: 3px;
            height: 30px;
            width: 90px;
        }

        #noticeSch input[type=text] {
            border: 1px solid #e5e5e5;
            padding: 3px;
            height: 24px;
            width: 145px;
        }

        #noticeSch input[type=submit] {
            background: #737373;
            font: 12px/12px 'NanumGothic';
            color: #fff;
            height: 32px;
            width: 60px;
            border: none;
        }

    #tabmenu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #tabmenu li {
            float: left;
            background: #e4e4e4;
            width: 50%;
        }

            #tabmenu li a {
                display: block;
                padding: 10px 0;
                font-size: 15px;
                font-family: 'NanumGothic';
                font-weight: 600;
                color: #666;
                text-decoration: none;
                text-align: center;
            }

                #tabmenu li a.over {
                }

                #tabmenu li a.selected {
                    background: #237491;
                    color: #fff;
                }

    #tabcontents {
        clear: left;
        position: relative;
    }

        #tabcontents .tabcontent {
            padding: 20px 0;
        }

    .mLatest table {
        width: 100%;
        table-layout: fixed;
    }

        .mLatest table thead th {
            border-top: 1px solid #237491;
            border-bottom: 1px solid #a0a0a0;
            padding: 13px 0;
            font: 12px/12px 'NanumGothicBold';
            color: #222;
        }

        .mLatest table tbody td {
            border-bottom: 1px solid #ddd;
            text-align: center;
            padding: 10px 0;
            font-size: 12px;
        }

            .mLatest table tbody td.bbs_tit {
                text-align: left;
            }

                .mLatest table tbody td.bbs_tit a {
                    font-size: 12px;
                    color: #333;
                }

    span.all {
        display: inline-block;
        border: 1px solid #b4b4b4;
        width: 35px;
        height: 16px;
        border-radius: 2px;
        background: #fff;
        font: 11px/18px 'Dotum';
        color: #555;
        text-align: center;
    }

    span.per {
        display: inline-block;
        border: 1px solid #1a5469;
        width: 35px;
        height: 16px;
        border-radius: 2px;
        background: #237491;
        font: 11px/18px 'Dotum';
        color: #fff;
        text-align: center;
    }

    .paging {
        width: 100%;
        height: 60px;
        text-align: center;
        margin-top: 30px
    }

        .paging span {
            padding: 7px 9px 6px;
            color: #fff;
            background: #237491;
            border: 1px solid #0f4356;
            font-size: 11px;
        }

        .paging a {
            padding: 7px 9px 6px;
            margin: 0 1px;
            text-decoration: none;
            color: #9a9a9a;
            background: #fff;
            border: 1px solid #e3e3e3;
            font-size: 11px;
        }

            .paging a.img {
                border: none;
                padding: 0;
                background: #fff;
            }

                .paging a.img img {
                    vertical-align: middle;
                    padding-bottom: 3px;
                }

    .lectureBox {
        margin-top: 20px;
    }

        .lectureBox .lectureGo a {
            display: block;
            background: #007a85;
            height: 120px;
            vertical-align: middle;
            font: 20px/120px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }

            .lectureBox .lectureGo a img {
                padding-right: 5px;
                height: 35%;
            }

        .lectureBox .goBox li {
            float: left;
            width: 12.5%;
            text-align: center;
        }

            .lectureBox .goBox li a {
                display: block;
                height: 90px;
                font: 12px/130% 'NanumGothicBold';
            }

            .lectureBox .goBox li:nth-child(odd) {
                background: #f6f6f6;
            }

            .lectureBox .goBox li:nth-child(even) {
                background: #e4e4e4;
            }

            .lectureBox .goBox li img {
                padding-top: 15px;
                width: 50px;
            }



    .GinfoBox {
        margin-top: 20px;
    }

        .GinfoBox .infoGo a {
            float: left;
            display: block;
            background: #A11C49;
            height: 120px;
            vertical-align: middle;
            font: 20px/120px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }

            .GinfoBox .infoGo a img {
                padding-right: 5px;
                height: 50%;
            }

        .GinfoBox .infoGo2 a {
            float: left;
            display: block;
            background: #949494;
            height: 120px;
            vertical-align: middle;
            font: 20px/120px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }

            .GinfoBox .infoGo2 a img {
                padding-right: 5px;
                height: 50%;
            }


    .lnbBox {
        display: none;
    }

    .titleBox {
        display: none;
    }

    .navigation {
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        height: 35px;
    }

        .navigation:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

        .navigation .naviBox {
            background: #f5f5f5;
        }

            .navigation .naviBox div {
                float: left;
                position: relative;
            }

            .navigation .naviBox .home a {
                display: block;
                font: 12px/35px 'NanumGothicBold';
                color: #333;
                padding: 0 15px;
                border-right: 1px solid #c2c2c2;
                text-align: center;
            }

                .navigation .naviBox .home a img {
                    padding: 0 6px 0 0;
                    vertical-align: middle;
                    width: 14px;
                }

            .navigation .naviBox .depth1 p a {
                display: block;
                font: 12px/35px 'NanumGothicBold';
                color: #333;
                padding: 0 50px 0 15px;
                position: relative;
                border-right: 1px solid #c2c2c2;
                cursor: pointer;
            }

            .navigation .naviBox .depth2 p a {
                display: block;
                font: 12px/35px 'NanumGothicBold';
                color: #237491;
                padding: 0 50px 0 15px;
                position: relative;
                border-right: 1px solid #c2c2c2;
                cursor: pointer;
            }

            .navigation .naviBox div p span {
                position: absolute;
                right: 15px;
                top: 0;
            }

            .navigation .naviBox div ul {
                display: none;
                position: absolute;
                left: 0;
                top: 35px;
                width: 100%;
                border: 1px solid #c2c2c2;
                background: #f9f9f9;
                padding: 4px 0;
            }

                .navigation .naviBox div ul li {
                    padding: 4px 10px;
                    font: 12px/16px 'NanumGothic';
                    color: #666;
                    cursor: pointer;
                }

    .conBox {
        padding: 20px 15px;
        min-height: 400px;
    }

    .loginBox_1 {
        padding: 20px 7%;
        margin-top : 10px;
    }

        .loginBox_1 h3 {
            font: 24px/24px 'NanumGothicBold';
            color: #222;
            padding-bottom: 15px;
        }

        .loginBox_1 .loginArea {
            position: relative;
            padding: 10px 0;
        }

            .loginBox_1 .loginArea div {
                width: 78%;
                margin-bottom: 5px;
            }

            .loginBox_1 .loginArea input[type=text],
            .loginBox_1 .loginArea input[type=password] {
                width: 100%;
                border: 1px solid #ddd;
                padding: 8px 5px;
                box-sizing: border-box;
            }

            .loginBox_1 .loginArea .btn_login {
                position: absolute;
                right: 0;
                top: 10px;
                width: 20%;
            }

                .loginBox_1 .loginArea .btn_login a {
                    display: block;
                    background: #01aeb2;
                    font: 18px/73px 'NanumGothicBold';
                    color: #fff;
                    height: 73px;
                    text-align: center;
                }

            .loginBox_1 .loginArea span {
                display: inline-block;
                margin-top: 10px;
                margin-right: 10px;
                font: 13px/13px 'NanumGothic';
                #222;
            }

    .login_msg {
        display: none;
    }

    .loginBox_2 {
        border-top: 3px solid #a42543;
        padding: 5% 7%;
    }

        .loginBox_2 .go a.btn_blue2 {
            position: relative;
            display: inline-block;
            width: 48%;
            height: 40px;
            font: 14px/40px 'NanumGothic';
            color: #fff;
            background: #237491;
            border: 1px solid #0e4d63;
            border-radius: 5px;
            text-indent: 15px;
            margin-right: 2%;
        }

        .loginBox_2 .go a.btn_red {
            position: relative;
            display: inline-block;
            width: 48%;
            height: 40px;
            font: 14px/40px 'NanumGothic';
            color: #fff;
            background: #a42543;
            border: 1px solid #77162d;
            border-radius: 5px;
            text-indent: 15px;
        }

        .loginBox_2 .go a span {
            position: absolute;
            right: 15px;
            top: 4px;
        }

            .loginBox_2 .go a span img {
                width: 18px;
            }

        .loginBox_2 .smBaro h3 {
            font: 18px/130% 'NanumGothicBold';
            padding: 25px 0 10px;
            color: #222;
            letter-spacing: -0.03em;
        }

    .conLink li {
        float: left;
        margin-bottom: 5px;
        width: 32%;
        border: 1px solid #e5e5e5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: url('/images/bg_conAside_ico.png') no-repeat right 0px;
    }

        .conLink li.space {
            margin: 0 6px;
        }

        .conLink li a {
            display: block;
            margin: 0;
            padding: 13px;
            text-align: left;
            font: 13px/130% "NanumGothicBold";
            color: #262a2d;
        }

        .conLink li.ico01 {
            background-position: right -18px;
        }

        .conLink li.ico02 {
            background-position: right -128px;
        }

        .conLink li.ico03 {
            background-position: right -232px;
        }

        .conLink li.ico04 {
            background-position: right -342px;
        }

        .conLink li.ico05 {
            background-position: right -232px;
        }

        .conLink li.ico06 {
            background-position: right -446px;
        }

        .conLink li.ico07 {
            background-position: right -552px;
        }

        .conLink li.ico09 {
            background-position: right -769px;
        }

        .conLink li.ico12 {
            background-position: right -1090px;
        }

    #back-to-top {
        position: fixed;
        right: 0;
        bottom: 80px;
        margin-right: 10px;
        width: 40px;
    }

        #back-to-top a {
            width: 40px;
            height: 40px;
        }
}



/**** mobile ****/
@media all and (max-width:700px) {

    /* mobile layout */
    #wrapper {
        min-width: 320px;
    }

    #headerWrap {
        background: #fff;
        height: 110px;
    }

    #contents {
        position: relative;
        width: 100%;
    }

        #contents:after {
            content: " ";
            display: block;
            clear: both;
            height: 0;
            visibility: hidden;
        }

    #footer {
        padding: 15px 0 80px;
        text-align: center;
        font: 11px/140% 'NanumGothic';
        color: #666;
    }


    .myInfo {
        clear: both;
        position: absolute;
        top: 47px;
        left: 0;
        background: #237491;
    }

        .myInfo li {
            float: left;
            width: 35%;
            height: 30px;
            padding: 0px;
            line-height: 30px;
            font-size: 12px;
            font-family: 'Malgun Gothic';
            color: #ededed;
            background: url('/images/line_top.gif') repeat-y;
            text-indent: 8px;
            border-top: 1px solid #74a7b9;
            border-bottom: 1px solid #164a5d;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .myInfo li.login {
                padding: 0;
                background: none;
            }

                .myInfo li.login a {
                    display: block;
                    height: 30px;
                    padding: 0px;
                    background: #a42543;
                    line-height: 30px;
                    font-size: 12px;
                    font-family: 'Malgun Gothic';
                    color: #ededed;
                    text-align: center;
                }

            .myInfo li:nth-child(3),
            .myInfo li:nth-child(6) {
                width: 30%;
            }

    h1.logo {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 110px;
    }

    .menuOn {
        float: right;
        width: 80px
    }

    .main_line {
        border-top: 1px solid #237491;
    }

    .login_line {
        border-top: 2px solid #237491;
    }

    .noticeBox {
        margin: 0;
    }

        .noticeBox .noticeTop {
            padding: 15px 10px;
        }

            .noticeBox .noticeTop h3 {
                clear: both;
                display: block;
                font: 23px/23px 'NanumGothicBold';
                color: #222;
            }

    #noticeSch {
        width: 100%;
        margin-top: 15px;
    }

        #noticeSch select {
            border: 1px solid #e5e5e5;
            padding: 3px;
            height: 30px;
            width: 22%;
        }

        #noticeSch input[type=text] {
            border: 1px solid #e5e5e5;
            padding: 3px;
            height: 24px;
            width: 40%;
        }

        #noticeSch input[type=submit] {
            background: #737373;
            font: 12px/12px 'NanumGothic';
            color: #fff;
            height: 32px;
            width: 10%;
            border: none;
            text-align: center;
            padding: 0;
        }

    #tabmenu {
        margin: 0;
        padding: 0 10px;
        list-style-type: none;
    }

        #tabmenu li {
            float: left;
            background: #e4e4e4;
            width: 50%;
        }

            #tabmenu li a {
                display: block;
                padding: 10px 0;
                font-size: 14px;
                font-family: 'NanumGothic';
                font-weight: 600;
                color: #666;
                text-decoration: none;
                text-align: center;
            }

                #tabmenu li a.over {
                }

                #tabmenu li a.selected {
                    background: #237491;
                    color: #fff;
                }

    #tabcontents {
        clear: left;
        position: relative;
    }

        #tabcontents .tabcontent {
            padding: 20px 10px;
        }

    .lectureBox {
        margin-top: 5px;
        border-top: 2px solid #a42543
    }

        .lectureBox .lectureGo a {
            display: block;
            background: #007a85;
            height: 65px;
            vertical-align: middle;
            font: 18px/65px 'NanumGothicBold';
            color: #fff;
            text-align: center;
            float: left;
            width: 100%;
        }

        .lectureBox .goBox li {
            float: left;
            width: 25%;
            text-align: center;
            border-top: 0;
        }

            .lectureBox .goBox li a {
                display: block;
                height: 80px;
                font-size: 11px/130% 'NanumGothic';
                letter-spacing: -0.05em;
            }

            .lectureBox .goBox li.gray1 {
                background: #f6f6f6 !important;
            }

            .lectureBox .goBox li.gray2 {
                background: #e4e4e4 !important;
            }

            .lectureBox .goBox li img {
                padding-top: 12px;
                width: 40px;
            }

    .GinfoBox {
        margin: 0;
    }

        .GinfoBox .infoGo a {
            display: block;
            background: #A11C49;
            height: 65px;
            font: 18px/65px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }

        .GinfoBox .infoGo2 a {
            display: block;
            background: #949494;
            height: 65px;
            font: 18px/65px 'NanumGothicBold';
            color: #fff;
            text-align: center;
        }
    /*.GinfoBox .infoGo3 a                {display:block; background:#007a85; height:65px; font:18px/65px 'NanumGothicBold'; color:#fff; text-align:center;}*/

    .navigation {
        border-top: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
        height: 30px;
    }

        .navigation .naviBox .home {
            width: 20%;
        }

        .navigation .naviBox .depth1, .navigation .naviBox .depth2 {
            width: 40%
        }

        .navigation .naviBox .home a {
            display: block;
            font: 12px/30px 'NanumGothicBold';
            color: #333;
            padding: 0;
            border-right: 1px solid #c2c2c2;
            text-align: center;
        }

            .navigation .naviBox .home a img {
                padding: 0 6px 0 0;
                vertical-align: middle;
                width: 13px;
            }

        .navigation .naviBox .depth1 p a {
            display: block;
            font: 12px/30px 'NanumGothicBold';
            color: #333;
            padding: 0;
            position: relative;
            border-right: 1px solid #c2c2c2;
            cursor: pointer;
            text-indent: 8px;
        }

        .navigation .naviBox .depth2 p a {
            display: block;
            font: 12px/30px 'NanumGothicBold';
            color: #237491;
            padding: 0;
            position: relative;
            border-right: 1px solid #c2c2c2;
            cursor: pointer;
            text-indent: 8px;
        }

        .navigation .naviBox div p span {
            position: absolute;
            right: 8px;
            top: 0;
        }

        .navigation .naviBox div ul {
            display: none;
            position: absolute;
            left: 0;
            top: 30px;
            width: 100%;
            border: 1px solid #c2c2c2;
            background: #f9f9f9;
            padding: 4px 0;
        }

            .navigation .naviBox div ul li {
                padding: 4px 10px;
                font: 12px/14px 'NanumGothic';
                color: #666;
                cursor: pointer;
            }

    .conBox {
        padding: 10px;
    }

    .loginBox_1 {
        padding: 25px 5%;
        
    }

        .loginBox_1 h3 {
            font: 20px/20px 'NanumGothicBold';
            color: #222;
            padding-bottom: 10px;
        }

        .loginBox_1 .loginArea {
            position: relative;
            padding: 10px 0;
        }

            .loginBox_1 .loginArea div {
                width: 68%;
                margin-bottom: 2px;
            }

            .loginBox_1 .loginArea .btn_login {
                position: absolute;
                right: 0;
                top: 10px;
                width: 30%;
            }

                .loginBox_1 .loginArea .btn_login a {
                    display: block;
                    background: #01aeb2;
                    font: 15px/70px 'NanumGothicBold';
                    color: #fff;
                    height: 70px;
                    text-align: center;
                }

    .loginBox_2 {
        border-top: 0px solid #a42543;
        padding: 8% 5%;
    }

        .loginBox_2 .go a.btn_blue2 {
            position: relative;
            display: block;
            width: 100%;
            height: 35px;
            font: 14px/35px 'NanumGothic';
            color: #fff;
            background: #237491;
            border: 1px solid #0e4d63;
            border-radius: 5px;
            text-indent: 15px;
            margin: 0 0 5px 0;
        }

        .loginBox_2 .go a.btn_red {
            position: relative;
            display: block;
            width: 100%;
            height: 35px;
            font: 14px/35px 'NanumGothic';
            color: #fff;
            background: #a42543;
            border: 1px solid #77162d;
            border-radius: 5px;
            text-indent: 15px;
        }

        .loginBox_2 .go a span {
            position: absolute;
            right: 15px;
            top: 3px;
        }

            .loginBox_2 .go a span img {
                width: 16px;
            }

        .loginBox_2 .smBaro h3 {
            font: 16px/130% 'NanumGothicBold';
            padding: 25px 0 10px;
            color: #222;
            letter-spacing: -0.03em;
        }

    .conLink li {
        margin-bottom: 5px;
        width: 48%;
        border: 1px solid #e5e5e5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: url('/images/bg_conAside_ico.png') no-repeat right 0px;
    }

        .conLink li.space {
            margin: 0 0 5px 0;
        }

        .conLink li:nth-child(odd) {
            float: left;
        }

        .conLink li:nth-child(even) {
            float: right;
        }

        .conLink li a {
            display: block;
            margin: 0;
            padding: 13px;
            text-align: left;
            font: 13px/130% "NanumGothicBold";
            color: #262a2d;
        }

        .conLink li.ico01 {
            background-position: right -18px;
        }

        .conLink li.ico02 {
            background-position: right -128px;
        }

        .conLink li.ico03 {
            background-position: right -232px;
        }

        .conLink li.ico04 {
            background-position: right -342px;
        }

        .conLink li.ico05 {
            background-position: right -232px;
        }

        .conLink li.ico06 {
            background-position: right -446px;
        }

        .conLink li.ico07 {
            background-position: right -552px;
        }

        .conLink li.ico09 {
            background-position: right -769px;
        }

        .conLink li.ico12 {
            background-position: right -1090px;
        }

    #tabBar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: #e4e4e4;
        border-top: 1px solid #bbb;
        box-shadow: 0 -3px 4px rgba(0, 0, 0, .2);
        z-index: 10000;
    }

        #tabBar li {
            float: left;
            width: 25%;
            text-align: center;
        }

            #tabBar li img {
                width: 25px;
                padding: 8px 0 3px;
            }

            #tabBar li p {
                font: 12px/130% 'NanumGothic';
                color: #222;
            }
}
