html,body {
    width: 100%;
    height: 100%;
    font-family: '¸¼Àº °íµñ','Malgun Gothic', Dotum, sans-serif;
    line-height: 1.5;
    overflow: hidden;
}

/* map-canvas */
.map-canvas {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#map-canvas img {
    max-width: none !important;
}
.gm-style-iw {
    width: 400px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
    border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 10px 10px;
}
.gm-style-iw > div {
    overflow: hidden !important;
}
.gm-style-iw > div > div {
    overflow: hidden !important;
}
#iw-container {
    width: 400px;
    margin-bottom: 10px;
}
.btn-close {
    right: 65px !important;
    top: 30px !important;
    opacity: 1 !important;
}
#iw-container .iw-title {
    width: 400px;
    margin: 0;
    padding: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #48b5e9;
    border-radius: 2px 2px 0 0;
    background-color: #48b5e9;
}
#iw-container .iw-content {
    width: 400px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 15px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.iw-subTitle {
     float: right;
     width: 240px;
    padding: 5px 0;
    color: #767676;
    font-size: 13px;
    font-weight: 400;
}
 #iw-container .iw-content a b {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    color: #333;
}
 #iw-container .iw-content a p {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #767676;
}
.iw-content .thmImg {
    float: left;
    width: 120px;
    padding: 5px 10px 0 0;
}
.iw-content .thmImg img {
    display: block;
    width: 100%;
    margin: 0; 
    border: 0;
}
.iw-bottom-gradient {
    position: absolute;
    width: 400px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}