﻿@import url('https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css');

@font-face {
 font-family: 'NanumBarunGothic';
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot);
 src: url(webfont/NanumBarunGothic/NanumBarunGothicWeb.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.woff) format('woff'),
      url(webfont/NanumBarunGothic/NanumBarunGothicWeb.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumSquare';
 src: url(webfont/NanumSquare/NanumSquareR.eot);
 src: url(webfont/NanumSquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(webfont/NanumSquare/NanumSquareR.woff) format('woff'),
      url(webfont/NanumSquare/NanumSquareR.ttf) format('truetype');
}

@font-face {
    font-family: 'Arita-buri-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-buri-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#unit3503 #daumRoughmapContainer1626312607024 {width:100%!important;}

@media (min-width: 1500px) { .container { width: 1300px; } }

/* font select */

.widget-login { font-size:15px; color:#fff; display:inline-block; transform: skew(-0.05deg); }
.widget-login a { color:#fff!important; text-decoration:none;  }
.header-box-right { position:absolute; top:15px; right:0px; }


body {
    padding-top: 94px;
}
body * { font-family:NanumSquare, sans-serif; letter-spacing : -0.3px; outline: none; }


/* header */
#header { /*background:#245B9B;*/ width:100%; height:100%; padding:0px;}
#gnb-wrap {
    position: fixed;
    top: 0px;
    z-index: 200;
    width: 100%;
    background-color: #fff;
}
.login-wrap {
    position: relative;
    float: right;
    right: 12px;
    top: 0;
    align-items: center;
    justify-content: center;
}
.login-wrap a:hover {
    text-decoration:none;
}
.login-content {
    font-size: 15px;
    white-space: nowrap;
}
.login-wrap .login-content span {
    height: 4px;
}
.login-link {
    color: #000;
    text-decoration: none;
    margin: 3px;
}


/* gnb */

#gnb-wrap img { float:left; margin: 20px 20px 20px 10px; transition:.5s all;}
#gnb {  margin-top:33px; margin-left:408px; }
#gnb > li  { float:left; padding:0px; position:relative;}
#gnb > li span {
    font-size: 18px;
    color: #AAAAAA;
    padding: 0 40px;
}
#gnb > li > a {
    font-size: 21px;
    color: #000;
    text-decoration: none;
    transition: all ease 0.2s;
}
#gnb > li > a:hover {  font-weight:bold; border-bottom:3px solid #fff; padding-bottom:7px; transition:all ease 0.2s; font-weight:bold; }
#gnb > li > a.active { font-weight:bold; border-bottom:3px solid #fff; padding-bottom:7px; transition:all ease 0.2s; font-weight:bold; }
#gnb > li > ul { display:none; }
.gnb_all {
    display: none;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left:0;
    width:100%;
    height:100%;
}
.gnb-all li ul {
    margin-bottom: 70px;
    font-size: 14px;
}

#toggle-wrap {
    position: fixed;
    display: flex;
    float: right;
    right: 0;
    width: 12vw;
    top: 46.5px;
    height: 46.5px;
    align-items: center;
    justify-content: center;
}

#toggle-wrap i {
    float:left;
}

#toggle-wrap p {
    float:right;
    font-size:16px;
    margin:0 0 0 10px;
}

#header.hover #gnb-wrap {
    transition: .3s all;
    height: 94px;
}


#header.hover #gnb-wrap img { max-width:200px; transition:.5s all; }



/* gnb2 */

.gnb2 {
    background-color: #2C3651;
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    z-index: 9999;
    text-align: center;
}
.gnb2 .container { padding:14px 0px 0px;}
.subtext-wrap { float:left;  padding:0px; display:none; width:220px; text-align:center; margin-right:30px;}
.subtext { display:inline-block; }
.subtext p { color:#333333;}
.subtext p:first-child { font-size:14px; margin-bottom:0px; display:none; }
.subtext p:nth-child(2) { font-size:30px; color:#fff; font-weight:bold;}
.subtext img { display:inherit; position:relative; float:none!important; margin:20px auto; }
.subul > li { display:inline-block; padding:0px 15px 0;}
.subul > li > a { font-size:16px; font-weight:600;}
.subul > li > a > i { float:right; position:relative; top:3px; }
.subul > li > ul > li { font-size:13px; transition:all ease 0.3s;height: 29px;margin-top:1px; }
.subul > li > ul > li:hover { background-color:#1f4346;}
.subul > li > ul > li > a { padding: 5px 7px;border-bottom: 1px solid #fff;display: inline-block;overflow: hidden; width: 100%;text-overflow: ellipsis; white-space: nowrap; }
.subul > li > ul > li > a > i { margin-right:5px; position:relative; }
.subul li a { color: #fff; text-decoration:none; }

#school span { font-size:12px; }

/* footer */
#footer-top {
    height:75px;
    background-color: #1c3750;
}
#footer-top .container, #footer-top .row {
    height:100%;
}
    #footer-top .footer-top-content {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        height: 100%;
        color: #808080;
        font-size: 16px;
    }
#footer-top .footer-top-content a {
    text-decoration:none;
    color:#fff;
    font-size: 16px;
}


#footer {
    background: #132332;
    /*padding: 75px 0px;*/
    position: relative;
    text-align: center;
    height: 200px;
}
#footer .container, #footer .row {
    height:100%;
}
#footer .row > div {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    font-size: 15px;
}
#footer img { margin-right: 20px; clear:both; display:inline-block; vertical-align:top;}
#footer p { font-size:15px; color:#E8E8E8; display:inline-block; position:relative; margin:0; line-height:25px; margin-top:0px; transform: skew(-0.05deg); line-height:2; }

#footer .move-top-wrap {
    cursor:pointer;
    position: absolute;
    right: 5vw;
    top: -145px;
}
#footer .footer-underline {
    height: 10px;
    background-color: red;
    position: relative;
    bottom: 0px;
    position: absolute;
    width: 100%;
}


/* mobile */
.header-mobile-gnb .toggle {color:#000 !important; float:none; margin-right:25px; margin-left:40px; margin-top:1px; }
.header-mobile-gnb .fa { font-size:x-large;}
#my-toggle {
    position:absolute;
    margin-left:1000px;
    margin-top:30px;
    width:300px;
    height:100px;
    text-align:center;
    background-color: #876159;
    display : none;
    
}
.joinloginDiv {
    float: right;
    font-size:17px;
    margin-right:113px;
    margin-top:12px;
}
.joinloginDiv span {
    margin:0px 9px 0px 9px;
    color:white;
}

.joinlogin {
    color: white;
    text-decoration:none;
}
    .joinlogin:focus {
        color:white;
        text-decoration: none;
    }
    .joinlogin:hover {
        color: white;
        text-decoration: none;
    }

#my-toggle a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.mm-panels > #mm-1 {
    background-color: #445571 !important;
}
.mm-panels > #mm-2,
.mm-panels > #mm-3,
.mm-panels > #mm-4,
.mm-panels > #mm-5,
.mm-panels > #mm-6,
.mm-panels > #mm-7,
.mm-panels > #mm-8,
.mm-panels > #mm-9,
.mm-panels > #mm-10,
.mm-panels > #mm-11,
.mm-panels > #mm-12,
.mm-panels > #mm-13,
.mm-panels > #mm-14,
.mm-panels > #mm-15,
.mm-panels > #mm-16,
.mm-panels > #mm-17,
.mm-panels > #mm-18,
.mm-panels > #mm-19,
.mm-panels > #mm-20,
.mm-panels > #mm-21,
.mm-panels > #mm-22,
.mm-panels > #mm-23,
.mm-panels > #mm-24 {
    background-color: #445571 !important;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next { z-index:9999;}
.mm-navbar { padding:20px 0px!important; height:inherit!important;}
.mm-navbar a { font-size:22px; color:#fff!important;}
.mm-listview>li>a, .mm-listview>li>span { padding:20px 25px!important; font-size:17px;}
.mm-panels>.mm-panel>.mm-listview { margin:20px 0px!important;}
.mm-btn {top:unset!important;}

.mob-login { text-align:center; margin: 35px 0 0; }
.mob-login li { display:inline-block; padding: 0 10px; }
.mob-login a { color:#fff; font-size:17px; }


.gnb-all {
    display: none;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 100vh;
    overflow: scroll;
}

    .gnb-all .all-wrapper {
        /*width: 1000px;*/
        width:90%;
        margin: auto;
    }

        .gnb-all .all-wrapper .all-top {
            color: white;
            font-size: 24px;
            font-weight: 600;
        }

        .gnb-all .all-wrapper .junce {
            text-align: center;
            margin: 48px 0 27px 0;
        }

        .gnb-all .all-wrapper .all-close {
            color: #fff;
            position: fixed;
            right: 14px;
            top: -9px;
            cursor: pointer;
            font-weight: 600;
            font-size: 5em;
        }

        .gnb-all .all-wrapper > ul > li {
            display: inline-block;
            vertical-align: top;
            /*margin-right: 105px;*/
            margin: 0 2%;
            width: 20%;
        }

            .gnb-all .all-wrapper > ul > li > a {
                margin-bottom: 12px;
                font-size: 20px;
                font-weight: 600;
            }

            .gnb-all .all-wrapper > ul > li:first-child {
                display: none;
            }

            .gnb-all .all-wrapper > ul > li > ul > li > a {
                color: #fff;
                display: block;
                margin-bottom: 9px;
                height: 21px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .gnb-all .all-wrapper > ul > li > ul > li > ul > li > a {
                color: #fff;
                display: block;
                margin-bottom: 9px;
                height: 19px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-left: 1px;
            }

        .gnb-all .all-wrapper a {
            display: block;
            color: #fff;
        }



@media (min-width:1200px) and (max-width:1499px) {
    .joinloginDiv {
        float:right;
        margin-right:-11px;
    }
    .joinloginDiv span {
        margin-right:5px;
    }
    .joinlogin{
        color:white;
        
    }
    .header-mobile-gnb .toggle {
        color: #000 !important;
        float: none;
        margin-right: 0px;
        margin-top: 0px;
    }
    #gnb {
        margin-left:400px;
    }

    #footer p {
        font-size: 13px;
    }
    #footer .row .col-lg-6 {
        font-size:13px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .login-content {
        font-size: 15px;
    }

    .container {
        width:993px;
    }
    .joinloginDiv {
        float: right;
        margin-right: 2px;
    }
    #gnb {
        margin-left:350px;
    }
    #gnb > li span { padding:0 30px;}
    #gnb > li > a {
        font-size:17px;
    }

    .header-mobile-gnb .toggle {
        color: #000 !important;
        float: right;
        margin-right: 0px;
        margin-left:0px;
        margin-top: 0px;
    }

    #footer {
        text-align: center;
        height: auto;
    }
    #footer .row > div {
        top: unset;
        transform: unset;
        margin-top: 15px;
    }
    
}

@media (min-width:768px) and (max-width:991px) {
    #gnb {
        margin-left: 179px;
    }
    #gnb > li > a { font-size: 17px; }
    #gnb > li span { padding: 0 14px;}
    body {
        padding-top:0;
    }

    #footer { text-align:center; height:auto;}
    #footer .row > div {
        top:unset;
        transform:unset;
        margin-top: 15px;
    }
    #footer .row .col-lg-2 { margin-top: 20px; }
    #footer p { text-align:center; line-height:25px; font-size:16px;}
    .header-mobile-gnb {
        float: right;
        font-size: 30px;
        top: 50%;
        position: absolute;
        right: 0px;
        transform: translate(0, -50%);
    }
    .header-mobile-gnb .toggle {
        color: #000 !important;
        float: right;
        margin-right: 0px;
        margin-top:0px;
        margin-bottom: 0px;
    }
    .header-mobile-gnb .fa {font-size:xx-large;}


    #footer img {
        float: none;
        margin: 0px 0px 15px;
    }
    #gnb-wrap { padding:0px; position:relative; z-index:0; }
    .header-box-right { right:10px; }
    #gnb-wrap img { margin: 10px 0px 10px 10px; }
}

@media (max-width:767px) {
    body {
        padding-top: 0;
    }

    .header-mobile-gnb .toggle {
        margin-right:15px;
    }
    .header-mobile-gnb .fa {font-size:x-large;
    }
	.widget-login { display:none; }
    .header-mobile-gnb {
        float: right;
        /*margin: 10px 15px 0px 0;*/
        margin:0;
        font-size: 30px;
    }
    #footer { text-align:center; padding:30px 0px; height:auto; }
    #footer .row > div {
        top: unset;
        transform: unset;
        font-size: 14px;
    }
    #footer .row .col-lg-4 { margin-top:10px; }
    #footer img { float:none; margin-right:0px; }
    #footer p { font-size:12px; text-align:center; padding-top:25px;}
    #gnb-wrap { padding:0px; position:relative; z-index:0; }
    #gnb-wrap img { max-width:119px; margin:10px 0px 10px 15px;}
    #footer .move-top-wrap {
        top: -115px;
    }
    #footer .move-top-wrap #move-top {
        width: 40px;
    }
    #footer-top .footer-top-content a {
        font-size: 13px;
    }
}
