/* 팝업 */
#pop2 {
    text-align: center;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 3000;
    overflow-y: auto;
}
#pop2 .pop_bg {
    background: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    overflow: hidden;
    position: fixed;
    cursor: pointer;
    overflow-y: auto;
}
#pop2 .pop_layer {
    background: rgb(255, 255, 255);
}
#pop2 .pop_layer.pop_1 {
    margin: -300px 0px 0px -450px;
    left: 50%;
    top: 50%;
    width: 900px;
    position: absolute;
}
#pop2 .pop_layer h1 {
    background: #11397C;
    width: 100%;
    height: 60px;
    color: rgb(255, 255, 255);
    line-height: 60px;
    font-size: 22px;
    font-weight: 400;
    display: inline-block;
}
#pop2 .pop_layer .pop_wrap {
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
}
#pop2 .pop_layer .pop_wrap .pop_close {
    top: 16px;
    right: 20px;
    position: absolute;
}
#pop2 .pop_layer .pop_wrap .pop_close p {
    width: 28px;
    height: 28px;
    text-indent: -9999px;
    display: block;
    cursor: pointer;
}
#pop2 .pop_layer .pop_wrap .pop_cont {
    padding: 20px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    height: 400px;
}
#pop2 .pop_layer .pop_wrap .pop_cont .sitemap {
    width: 25%;
    margin-top: 40px;
    float: left;
}
#pop2 .pop_layer .pop_wrap .pop_cont .sitemap dt {
    width: 100%;
    color: rgb(51, 51, 51);
    font-size: 30px;
    font-weight: 100;
    float: left;
}
#pop2 .pop_layer .pop_wrap .pop_cont .sitemap dd {
    width: 100%;
    line-height: 35px;
    font-size: 15px;
    float: left;
}
#pop2 .pop_layer .pop_wrap .pop_cont .sitemap dd .box_line {
    background: rgb(68, 68, 68);
    margin: 10px auto;
    width: 30px;
    height: 2px;
}
#pop2 .pop_layer .pop_wrap .pop_ok {
    margin-top: 18px;
}
#pop2 .pop_layer .pop_wrap .pop_ok p {
    margin: 0px auto;
    border: 1px solid rgb(34, 34, 34);
    border-image: none;
    width: 120px;
    height: 36px;
    color: rgb(34, 34, 34);
    line-height: 36px;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    #pop2 .pop_layer.pop_1 {width: 90%; margin: 0; transform: translate(-50%, -50%);}
    #pop2 .pop_layer .pop_wrap .pop_cont {height: 40vw;}
}
@media screen and (max-width: 850px) {
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap {margin-top: 20px;}
}
@media screen and (max-width: 700px) {
    #pop2 .pop_layer h1 {height: 50px; font-size: 20px; line-height: 50px;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap {margin-top: 0;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap dt {font-size: 22px;}
}
@media screen and (max-width: 600px) {
    #pop2 .pop_layer h1 {font-size: 18px;}
    #pop2 .pop_layer .pop_wrap .pop_cont {padding: 10px; height: auto;}
    #pop2 .pop_layer .pop_wrap .pop_cont::after {content: ""; display: block; clear: both;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap {margin-top: 0;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap dt {font-size: 18px;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap dd {font-size: 13px; line-height: 23px;}
    
}
@media screen and (max-width: 440px) {
    #pop2 .pop_layer .pop_wrap .pop_cont {height: 300px; overflow: scroll;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap {float: none; width: 100%; margin-bottom: 30px;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap dt {float: none;}
    #pop2 .pop_layer .pop_wrap .pop_cont .sitemap dd {float: none;}
}