.container .content .areaCB div span{
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 2px rgb(0, 0, 0);
    z-index: 40;
    cursor: pointer;
}
.container .content .areaCB div span:hover{   
    color: rgb(137, 255, 1);
}
.container .content .CB1 span{
    top: 120px;
    left: 150px;
}
.container .content .CB2 span{    
    top: 90px;
    left: 100px;
}
.container .content .CB3 span{
    top: 80px;
    left: 50px;
}
.container .content .CB4 span{
    top: 60px;
    left: 50px;
}
.container .content .CB5 span{
    top: 70px;
    left: 100px;
}
.container .content .CB6 span{
    top: 70px;
    left: 90px;
}
.container .content .CB7 span{
    top: 150px;
    left: 30px;
}

.container .content .CBitem{
    position: absolute;
    background-size: contain;
    cursor: pointer; 
}
.container .content .CBitem.CB1{
    top: 80px;
    left: 438px;
    width: 377px;
    height: 256px;
    background: url(../img/map/CB/jeachendy.png) no-repeat center center;
}
.container .content .CBitem.CB2{
    top: 107px;
    left: 305px;
    width: 243px;
    height: 222px;
    background: url(../img/map/CB/chungju.png) no-repeat center center;
}
.container .content .CBitem.CB3{
    top: 139px;
    left: 195px;
    width: 185px;
    height: 173px;
    background: url(../img/map/CB/umsung.png) no-repeat center center;
}
.container .content .CBitem.CB4{
    top: 218px;
    left: 119px;
    width: 148px;
    height: 146px;
    background: url(../img/map/CB/jincheon.png) no-repeat center center;
}
.container .content .CBitem.CB5{
    top: 257px;
    left: 235px;
    width: 287px;
    height: 184px;
    background: url(../img/map/CB/geesan.png) no-repeat center center;
}
.container .content .CBitem.CB6{
    top: 350px;
    left: 107px;
    width: 257px;
    height: 202px;
    background: url(../img/map/CB/cheongju.png) no-repeat center center;
}

.container .content .CBitem.CB7{
    top: 439px;
    left: 217px;
    width: 303px;
    height: 328px;
    background: url(../img/map/CB/boeun.png) no-repeat center center;
}
