@charset "utf-8";

.container {width:100%;height:100%; position: relative; overflow: hidden; }
.container button{padding:0}

.map {width:100%;height:100%;z-index:2}
.map div { box-sizing: content-box;}
.map .map-info{z-index:3; display:none;}
.map .map-info .x-button-frame {width:20px; height:25px;  float:right;  cursor:pointer; position:relative; top:-6px;}
.map .map-info .x-button {width:20px; height:4px;cursor:pointer;float:right; position:relative; display:inline-block; transform:rotate(45deg);background:#23659E;margin-top:15px;}
.map .map-info .x-button::before { position:absolute; display:block; width:20px; height:4px; background:#23659E; content:""; transform:rotate(90deg);}
.map .map-info table {border:none; width:98%; margin:1%;}
.map .map-info table tr,
.map .map-info table td,
.map .map-info table th{border:none; text-align:left; padding-left:10px; }
.map .map-info table td{font-size:1rem;}
.map .map-info table th{border-bottom:1px solid #23659E;color:#23659E; font-size:1.25rem; font-weight:bold;}
	
.roadview  {width:100%;height:100%; /* margin-top:1%; */top:0;right:0;position:absolute;display:none;}
.roadviewControl {position:absolute;top:2px;left:117px;width:40px;height:40px;z-index: 3;cursor: pointer; background: url(https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png) 0 -450px no-repeat;}
.roadviewControl.active {background-position : 0px -350px; }

#container.view_roadview .roadview {position:absolute !important; display:block;}
#container.view_roadview #close {display:block;width:35px;height:35px;}
#container.view_roadview .map {position:absolute !important;width: 20%; height: 30%; margin: 10px;}
#container.view_roadview>.map>#roadviewControl.active{left:2px !important;}
#container.view_roadview>.map>#roadviewControl.active ~ #divSearchArea{display:none;}
#container.view_roadview>.map>#roadviewControl.active ~ #txtSearchArea{display:none;}

#close {display:none; cursor: pointer;background: #fff;border-radius: 4px;border: 1px; margin-top:1%;position: absolute;right:1%;}

@media screen and (max-width:450px) {
	#container.view_roadview .map{
		display:none;
	}
}

#centerAddr {display:block;margin-top:2px;font-weight: normal; visibility: hidden;}

