﻿iframe {
    width : 770px;
    height : 700px;
    margin : 20px;
}
.map-area {
    width : 770px;
    height : 330px;
    background : url(/Images/pharmacy/bg_map.png) no-repeat;
    margin : 20px;
    padding : 0;
}    
.map-search {
    float : left;
    margin : 175px 0 0 48px;
}
.map-area input[type=text] {
    border : 1px solid #959595;
    height : 20px;
    width : 150px;
    background-color : White;
    color : #6e6e6e;
    font-size : 12px;
    line-height : 20px;
}
.map-area input[type=image] {

}
.korea-map {
    background : url(/Images/pharmacy/bg_korea_map.png) no-repeat;
    width : 251px;
    height : 329px;
    float : right;
    margin : 0 110px 0 0;
    position : relative;
    top : 0;
    left : 0;
}
.korea-map img {
    position : absolute;
    top : 0;
    left : 0;
}
.korea-map div {
    width : 51px;
    height : 55px;
    position : absolute;
    display : none;
    background : url(/Images/pharmacy/map_big_spot.png) no-repeat;
    text-align : center;
    font : normal normal bold 11px/45px "맑은 고딕";
    color : White;
    letter-spacing : -1px;
}
