#daumMap{
    width:100%;
    border:1px solid #777;
    height:50vh;
    max-height:500px;
}
.bannerT1{
    float:left;
    width:100%;
    text-align:center;
}
.bannerT2{
    width:100%;
    text-align:center;
}
.bnnrTitle{
    background-color:#59B;
    color:white;
    font-size:24px;
    padding:15px;
    font:900 20px SUIT-Thin, sans-serif;
}
.bnnrBg{
    background-color:#EEE;
    padding:20px;
    color:#555;
    line-height:200%;
}
b{
    font:900 18px SUIT-Thin, sans-serif;  
}
.colDiv2{
    width:50%;
    float:left;
}
.colDiv3{
    width:33.3%;
    float:left;
}
.svgIcon{
    margin:20px auto;
    background:#59B;
    width:150px;
    height:150px;
    border-radius:50%;
    text-align:center;
}
.svgIcon img{
    width:70%;
    margin:22px 0 0 0;
}
@media(min-width:480px){

}
@media(min-width:720px){
    .bannerT1{
        width:50%;
    }
    .colDiv3{
        width:33.3%;
    }    
}
@media(min-width:960px){

}
@media(min-width:1280px){
      
}