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

/* 사이트맵 끝 */

@media(min-width: 1080px) {

    /* 사이트 맵 */
    #content .main .site-map-list {
        display: block;
        position: relative;
        max-width: 1200px;
        /* height: 65px; */
        margin: 0px auto;
    }

    #content .main .site-map-list p {
        display: inline-block;
        position: absolute;
        right: 8px;
        bottom: 8px;
        z-index: 98;
        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 .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;
        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 {

    }

    #content .main .site-map-list .site-map-open .site-map-right .site-map-close button p {
        position: absolute;
        /* top: 8px;
        right: 8px; */
        z-index: 99;
        /* margin-right: -600px; */
        background-position: -173.5px -60px;
        width: 24px;
        height: 23.5px;
        display: inline;
        background-image: url(../img/sprite.png);
        background-size: 1000px;
        background-repeat: no-repeat;
        text-indent: -999em;
    }

    
    #content .main .site-map-list .site-map-open .site-map-right .site-map-close button {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 40px;
        height: 40px;
    }
    
    #content .main .site-map-list .site-map-open .site-map-right .site-map-close button img {
        
    }
    
    #content .main .site-map-list .site-map-open .site-map-right .site-map-title {
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 28px;
        font-family: 'nsr_b';
        color: #2f9758;
    }

    /* 사이트맵 실제내용 */
    #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 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 {
        padding:0px 8px;
    }

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

    /* 사이트맵 끝 */
    #content .main .site-map-list .site-map {
        position: absolute;
        top: 8px;
        right: 8px;
        width: 40px;
        height: 40px;
        /* background-color: #000000; */
        z-index: 1;
    }

    #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%;
    }

    /* 사이트맵 끝 */
}