@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); 

*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;  
}
html, body{
    height: 100%;
    background-color: rgb(27, 27, 27);
    font-family:'nanumsquare' ;
}
.container{
    width:100%;
    height:100%;
    overflow: auto;
}
.container .content{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1270px;
    height: 840px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);   
}
.container .content .text{
    display: inline-block;
    position: relative;
    width:350px;
    height:840px;
    padding: 10px 20px;
    text-shadow: 0 0 1px rgb(0, 0, 0);   
    /* border: chartreuse 1px solid; */
}
p{
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 30px;
    color: rgb(200, 200, 200);
}
.text p:first-child{
    margin-top: 100px;
}
.txt1{
    margin-top:100px;
}
.txt2{
    margin-top:30px;
}
h1{
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -1px;
    color: rgb(46, 102, 255);
}
.mapBtn{
    display: inline-block;    
    padding: 15px 20px;
    font-size: 30px;
    font-weight: 300;
    background: rgb(46, 102, 255);
    color: white;
    border-radius: 5px;
    position: absolute;
    top: 530px;
    left: 20px;
    display: none;
    cursor: pointer;
}

/* map styling */
.map{
    display: inline-block;
    position: relative;
    width:910px;
    height:740px;
    /* border: 1px solid red; */
}

.areaKN, .areaKB, .areaJN, .areaJB, .areaCB, .areaCN, .areaGG, .areaKW{
    display: inline-block;
    position: relative;
    width:910px;
    height:840px;
    /* border: 1px solid red; */
}

.areaKN, .areaKB, .areaJN, .areaJB, .areaCB, .areaCN, .areaKW, .areaGG{  
    display: none;
}
.container .content .mapItem{
    position: absolute;
    background-size: contain;
    cursor: pointer; 
}
.container .content .mapItem.map1{
    top:51px;
    left:327px;
    width: 167px;
    height: 223px;
    background: url(../img/map/gg.png) no-repeat center center;
}
.container .content .mapItem.map2{
    top:10px;
    left: 410px;
    width: 276px;
    height: 259px;
    background: url(../img/map/kw.png) no-repeat center center;
}
.container .content .mapItem.map3{
    top: 241px;
    left: 264px;
    width: 184px;
    height: 181px;
    background: url(../img/map/cn.png) no-repeat center center;
}
.container .content .mapItem.map4{
    top: 223px;
    left: 411px;
    width: 181px;
    height: 195px;
    background: url(../img/map/cb.png) no-repeat center center;
}
.container .content .mapItem.map5{
    top: 389px;
    left: 287px;
    width: 198px;
    height: 141px;
    background: url(../img/map/jb.png) no-repeat center center;
}
.container .content .mapItem.map6{
    top:253px;
    left: 478px;
    width: 225px;
    height: 246px;
    background: url(../img/map/kb.png) no-repeat center center;
    
}
.container .content .mapItem.map7{
    top: 493px;
    left: 250px;
    width: 206px;
    height: 186px;
    background: url(../img/map/jn.png) no-repeat center center;
}
.container .content .mapItem.map8{
    top: 438px;
    left: 434px;
    width: 214px;
    height: 192px;
    background: url(../img/map/kn.png) no-repeat center center;
}
.container .content .mapItem.map9{
    top: 339px;
    left: 403px;
    width: 39px;
    height: 47px;
    background: url(../img/map/dj.png) no-repeat center center;
}
.container .content .mapItem.map10{
    top: 428px;
    left: 541px;
    width: 54px;
    height: 60px;
    background: url(../img/map/dg.png) no-repeat center center;
}
.container .content .mapItem.map11{
    top: 479px;
    left: 621px;
    width: 63px;
    height: 66px;
    background: url(../img/map/us.png) no-repeat center center;
}
.container .content .mapItem.map12{
    top: 533px;
    left: 592px;
    width: 68px;
    height: 54px;
    background: url(../img/map/bs.png) no-repeat center center;
}
.container .content .mapItem.map13{
    top: 530px;
    left: 308px;
    width: 48px;
    height: 31px;
    background: url(../img/map/kj.png) no-repeat center center;
}
.container .content .mapItem.map14{
    top: 115px;
    left: 306px;
    width: 53px;
    height: 73px;
    background: url(../img/map/ic.png) no-repeat center center;
}
.container .content .mapItem.map15{
    top: 740px;
    left: 230px;
    width: 105px;
    height: 51px;
    background: url(../img/map/jj.png) no-repeat center center;
}
.container .content .map div span{
    display: inline-block;
    padding: 10px 5px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 1px rgb(0, 0, 0);
    z-index: 50;
    cursor: pointer;
}
.container .content .map div span:hover{   
    color: rgb(137, 255, 1);
}
.container .content .mapItem.map1 span{
    top: 100px;
    left:50px;    
}
.container .content .mapItem.map2 span{
    top: 110px;
    left:110px;
}
.container .content .mapItem.map3 span{
    top: 70px;
    left:55px;
}
.container .content .mapItem.map4 span{
    top: 50px;
    left:25px;
}
.container .content .mapItem.map5 span{
    top: 55px;
    left:65px;
}
.container .content .mapItem.map6 span{
    top: 100px;
    left:80px;
}
.container .content .mapItem.map7 span{
    top: 80px;
    left:55px;
}
.container .content .mapItem.map8 span{
    top: 70px;
    left:50px;
}
.container .content .mapItem.map11 span{
    top: 10px;
    left: 10px;
}
.container .content .mapItem.map14 span{
    top: 25px;
    left:0;
}
.container .content .mapItem.map15 span{
    top: 5px;
    left:30px;
}