<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#searchbar_box {
	width: 100%;
	x-height: 36px;
	margin-top: 30px;
	border: 1px solid #d2ddda;
	list-style: none;
	padding: 0;
	background-color: #f8fbfa;
	padding-bottom: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#searchbar_box table td { font-size:16px; margin:0; border:none; }
#searchbar_box table td.td1 { width:70px; }
#searchbar_box table td.td2 { }
#searchbar_box table td.td3 { width:100px; }
#selectbox { padding:20px; } 
#selectbox select { font-size:16px; width:200px; height:25px; } 
#selectbox button { font-size:16px; width:80px; } 

#subject { margin-top:40px; font-family:dotum; } 
#subject h3 { margin:5px 0 5px; }
#subject h4 { margin:5px 0 5px; }

.mobile .map_top img { width:100%; } 
.mobile #searchbar_box table td.td1 { width:50px; }</pre></body></html>