@charset "EUC-KR";

body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0;
	padding: 0;
	overflow: hidden;
}

.topbar_div {
	width:100%;
	height: 100px;
}

#iframe-map-container {
    position: relative;
	width: 100%;
  	height: 100%;
}

iframe {
    border: none;
}