#closeBtnCB{
    position: absolute;
    margin-bottom: 10px;
    left:50%;
    transform: translateX(-50%);
    bottom: 0;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    color: white;
    background: royalblue;
    cursor: pointer;
}
.container .content .areaCB div span{
    display: inline-block;
    padding: 5px 5px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 1px rgb(0, 0, 0);
}
.container .content .CB1 span{
    top: 45px;
    left: 60px;
}
.container .content .CB2 span{    
    top: 30px;
    left: 30px;
}
.container .content .CB3 span{
    top: 28px;
    left: 10px;
}
.container .content .CB4 span{
    top: 20px;
    left: 15px;
}
.container .content .CB5 span{
    top: 25px;
    left: 30px;
}
.container .content .CB6 span{
    top: 25px;
    left: 30px;
}
.container .content .CB7 span{
    top: 60px;
    left: 20px;
}
.container .content .CBitem{
    position: absolute;
    background-size: contain;  
}
.container .content .CBitem.CB1{
    top: 10px;
    left: 150px;
    width: 164px;
    height: 111px;
    background: url(../img/map/cb/jeachendy.png) no-repeat center center;
}
.container .content .CBitem.CB2{
    top: 22px;
    left: 92px;
    width: 106px;
    height: 96px;
    background: url(../img/map/cb/chungju.png) no-repeat center center;
}
.container .content .CBitem.CB3{
    top: 36px;
    left: 45px;
    width: 80px;
    height: 75px;
    background: url(../img/map/cb/umsung.png) no-repeat center center;
}
.container .content .CBitem.CB4{
    top: 70px;
    left: 12px;
    width: 65px;
    height: 63px;
    background: url(../img/map/cb/jincheon.png) no-repeat center center;
}
.container .content .CBitem.CB5{
    top: 87px;
    left: 62px;
    width: 125px;
    height: 79px;
    background: url(../img/map/cb/geesan.png) no-repeat center center;
}
.container .content .CBitem.CB6{
    top: 127px;
    left: 7px;
    width: 112px;
    height: 88px;
    background: url(../img/map/cb/cheongju.png) no-repeat center center;
}
.container .content .CBitem.CB7{
    top: 165px;
    left: 55px;
    width: 131px;
    height: 143px;
    background: url(../img/map/cb/boeun.png) no-repeat center center;
}