/* 사이트맵 */
#content .main .site-map-list {
    display: none;
}

.site-map {
    z-index: 15;
}

/* 사이트맵 끝 */

@media(min-width: 1080px) {

    /* .openswitch {
        margin-top: -52px;
        margin-right: -600px;
        width: 23px;
        height: 20px;
        background-position: -44px -9px;
        background-image: url(../img/sprite.png);
        background-size: 1000px;
        background-repeat: no-repeat;
        text-indent: -999em;
    } */
    /* 사이트 맵 */
    #content .main .site-map-list {
        display: block;
        position: relative;
        max-width: 1200px;
        margin: 0px auto;
    }

    #content .main .site-map-list .site-map-open {
        position: fixed;
        top: 0px;
        right: 0px;
        left: 0px;
        height: 685px;
        background-color: #EEE;
        z-index: 101;
    }

    #content .main .site-map-list .site-map-open .site-map-left {
        display: none;
    }

    #content .main .site-map-list .site-map-open .site-map-right {
        position: relative;
        margin: 0px auto;
        background-color: #eee;
        padding-top: 32px;
    }

    #content .main .site-map-list .site-map-open .site-map-right .site-map-close {

    }

    
    #content .main .site-map-list .site-map-open .site-map-right .site-map-close button {
        position: absolute;
        top: 16px;
        right: 8px;
        width: 40px;
        height: 40px;
    }
    
    #content .main .site-map-list .site-map-open .site-map-right .site-map-close button p {
        background-image: url(../img/sprite.png);
        background-size: 1000px;
        background-repeat: no-repeat;
        text-indent: -999em;
        margin: 0px auto;
        /* margin-right: -600px; */
        background-position: -173.5px -60px;
        width: 24px;
        height: 23.5px;
    }
    
    #content .main .site-map-list .site-map-open .site-map-right .site-map-title {
        height: 100px;
        line-height: 100px;
        text-align: center;
        color: #3769bb;
        font-size: 28px;
        font-family: 'nsr_b';
    }

    /* 사이트맵 실제내용 */
    #content .main .site-map-list .site-map-open .site-map-right .site-map-content {
        display: inline-flex;
        margin: 0px auto;
    }

    #content .main .site-map-list .site-map-open .site-map-right .site-map-content .five-content {
        margin-right: 24px;
    }

    #content .main .site-map-list .site-map-open .site-map-right .site-map-content .five-content a {
        line-height: 2;
        font-family: 'nsr_r';
        font-size: 17px;
        font-weight: normal;
        color: #000;
    }

    #content .main .site-map-list .site-map-open .site-map-right .site-map-content .five-content h3 {
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        margin-bottom: 8px;
        min-width: 150px;
        border-bottom: 2px solid #333;
        font-family: 'nsr_r';
        font-weight: bold;
    }

    #content .main .site-map-list .site-map-open .site-map-right .site-map-content .five-content ul {}

    #content .main .site-map-list .site-map-open .site-map-right .site-map-content .five-content ul li {
        line-height: 2;
        font-size: 16px;
    }

    /* 사이트맵 끝 */
    #content .main .site-map-list .site-map {
        position: absolute;
        top: 16px;
        right: 8px;
        width: 40px;
        height: 40px;
        z-index: 1;
        /* margin-top: -52px;
        margin-right: -600px; */

    }

    #content .main .site-map-list .site-map p {
        /* position: absolute; */
        width: 23px;
        height: 20px;
        margin: 0px auto;
        background-position: -44px -9px;
        background-image: url(../img/sprite.png);
        background-size: 1000px;
        background-repeat: no-repeat;
        text-indent: -999em;
    }

    #content .main .site-map-list .site-map img {}
}

@media(min-width: 1441px) {
    /* 사이트맵 */
    #content .main .site-map-list .site-map-open {
        display: flex;
    }

    #content .main .site-map-list .site-map-open .site-map-left {
        display: block;
        min-width: 240px;
        max-width: 240px;
        height: 100%;
    }

    #content .main .site-map-list .site-map-open .site-map-right {
        width: 1200px;
        height: 100%;
    }

    /* 사이트맵 끝 */
}
/* jinstar */
.site_leng_wrap{ position:relative; position:absolute; top:22px; right:60px;}
.site_leng_wrap p{ padding:5px 30px 5px 10px; background:url('../../img/model_down.png') 90% 50% no-repeat; display:inline-block; line-height:20px; font-size:16px; color:#000; cursor:pointer;}
.site_leng_wrap.agc_active p{ background-image:url('../../img/model_up.png');}
.site_leng_wrap ul{ position: absolute; top:31px; left:0; right:0; background-color: #fff; border:1px solid #ddd; z-index:10; display:none;}
.site_leng_wrap.agc_active ul{ display:block;}
.site_leng_wrap ul li{ }
.site_leng_wrap ul li a{ font-size:14px; color:#555; display:block; text-align:center; padding:8px 10px;}
.site_leng_wrap ul li a:hover{ background-color:#f1f1f1;}