@charset "UTF-8";
/*글로벌네비게이션*/

#_globalNavi #_globalUl {
    position: relative;
    z-index: 1;
}

#_globalNavi #_globalUl a,
#_globalNavi #_globalUl p {
    font-size: 13px;
    color: #555;
}

#_globalNavi #_globalUl a {
    display: inline-block;
}

/*목록*/

#_globalNavi #_globalUl li {
    position: relative;
    float: left;
    padding: 7px 15px;
    font-size: 13px;
}

#_globalNavi #_globalUl li .mem-people {
    color: #6f6fb9;
}

#_globalNavi #_globalUl li._zoom,
#_globalNavi #_globalUl li._print {
    padding: 0;
    background: none;
}

/*버튼*/

#_globalNavi #_globalUl li._zoom ._zoomOut,
#_globalNavi #_globalUl li._zoom ._zoomReset,
#_globalNavi #_globalUl li._zoom ._zoomIn,
#_globalNavi #_globalUl li._print ._printPage {
    float: left;
    border: 0;
    background-image: url("../images/icon.gif");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    text-indent: -5000px;
}

#_globalNavi #_globalUl li._zoom ._zoomOut {
    background-position: -24px 0;
    background-color: #009df5;
}

#_globalNavi #_globalUl li._zoom ._zoomReset {
    background-position: -48px 0;
    background-color: #047FC4;
}

#_globalNavi #_globalUl li._zoom ._zoomIn {
    background-position: -72px 0;
    background-color: #009df5;
}

#_globalNavi #_globalUl li._print ._printPage {
    background-position: 0 0;
    background-color: #415E70;
    margin-left: 2px;
}

/* 명칭 변경 */

#_globalNavi .change-text span {
    display: none;
}

#_globalNavi .change-text:after {
    content: '';
    position: relative;
    text-indent: 0;
    font-size: 12px;
}

#_globalNavi #modify:after {
    content: 'MODIFY';
}

#_globalNavi #login:after {
    content: 'LOGIN';
}

#_globalNavi #logout:after {
    content: 'LOGOUT';
}

#_globalNavi #join:after {
    content: 'JOIN';
}

#_globalNavi #join2:after {
    content: 'JOIN';
}

#_globalNavi .search {
    background: url('../images/icon-search.jpg') no-repeat left center;
}

#_globalNavi .member {
    background: url('../images/icon-member.jpg') no-repeat left center;
}

#_globalNavi .location {
    background: url('../images/arrow-location.jpg') no-repeat right 18px;
    padding: 7px 2.5em 7px 0.5em !important;
}

#_globalNavi .portal {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

#_globalNavi button {
    position: relative;
    top: -2px;
    color: #555659;
}

#_globalNavi .boxSearch {
    display: none;
    position: absolute;
    right: 10px;
    top: 3px;
    width: 180px;
    height: 34px;
    background: #6f6fb9;
}

#_globalNavi .boxSearch form {
    height: 100%;
}

#_globalNavi .boxSearch.on {
    display: block;
}

#_globalNavi .boxSearch input[type="text"] {
    position: relative;
    top: 0;
    border: 0px;
    background: transparent;
    color: #fff;
    width: 100%;
    height: 100%;
    text-indent: 10px;
}

#_globalNavi .boxSearch .closeSearch {
    position: absolute;
    right: 5px;
    top: 0;
    background: #fff;
    width: 20px;
    height: 100%;
    background: url(../images/close-search.jpg) no-repeat center center;
    text-indent: -9999px;
}

#_globalNavi .boxSearch .submitSearch {
    position: absolute;
    right: 25px;
    top: 0;
    background: #fff;
    width: 20px;
    height: 100%;
    background: url(../images/submit-search.jpg) no-repeat center center;
    text-indent: -9999px;
    border: 0px;
    cursor: pointer;
}

#_globalNavi .boxLocation {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-bottom: 0px;
}

#_globalNavi .boxLocation a {
    border-bottom: 1px solid #d1d1d1;
    padding: 0 0 0 10px;
    width: 100%;
}

#_globalNavi .boxLocation a:hover {
    background: #6f6fb9;
    color: #fff !important;
}

#_globalNavi .boxLocation.on {
    display: block;
}


@media all and (max-width:980px) {
    #_globalNavi .member {
        background: #60609f;
        text-align: center;
        width: 100%;
        color: #fff !important;
    }

    #_globalNavi #_globalUl li {
        padding: 19px 15px !important;
        font-size: 16px !important;
    }

    #_globalNavi #_globalUl li .mem-people {
        color: #fff !important;
    }

    #_globalNavi #_globalUl a,
    #_globalNavi #_globalUl p {
        color: #fff !important;
        font-size: 16px !important;
    }

    #_globalNavi .search {
        display: none;
    }

    #_globalNavi .location {
        position: relative;
        float: left;
        background: #45457d;
        width: 50%;
        text-align: center;
        color: #fff;
        border-right: 1px solid #60609f;
    }

    #_globalNavi button {
        color: #fff;
        font-size: 16px !important;
    }

    #_globalNavi .portal {
        float: right;
        text-align: center;
        background: #45457d;
        width: 50%;
        border: 0px;
    }

    #_globalNavi .boxLocation {
        border: 1px solid #2a2a4c;
        border-bottom: 0px;
    }

    #_globalNavi .boxLocation a {
        background: #45457d;
        border-bottom: 1px solid #2a2a4c;
        color: #fff;
    }

    #wrap-top #util {
        width: 560px;
    }

    #wrap-top {
        display: block !important;
        position: fixed;
        top: 80px;
        background: transparent !important;
        z-index: 20000;
        border-bottom: 0px !important;
        right: -100%;
        opacity: 0;
        transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
        font-size: 16px;
    }

    #wrap-top.on {
        right: 0;
        opacity: 1;
        transition: all 0.55s cubic-bezier(0.7, 0, 0.3, 1);
    }

    #wrap-top .container {
        padding: 0px;
    }

    #mobile-util {
        display: none !important;
    }

    #gnb {
        top: 220px !important;
        height: calc(100% - 220px) !important;
    }
    #_globalNavi .change-text:after {
        font-size:16px;
    }
}

@media all and (max-width:640px) {
    #wrap-top #util {
        width: 100%;
    }
}