<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
#aside h1 {
}
#gnb {
	position: relative; z-index: 20;  border-right:1px #e5e5e5 solid;
}
#gnb .menu li {
	position: relative;
	font-size: 0; line-height: 0;
}
#gnb .mmenu {
	display: none;
	position: absolute; left: 208px; top:0;
	border: 5px solid #6cb50d;
	background: #fff;
	padding: 5px;
}
#gnb .mmenu a {
	display: block;
	font-size: 12px; color: #555; font-weight: bold; text-decoration: none;
	line-height: 30px;
	background: #fff;
	width: 180px; height: 30px;
	padding: 0 0 0 5px;
}
#gnb .mmenu a:first-child {
	border: 0;
}
#gnb .mmenu a:hover {
	background: #6cb50d;
	color: #fff;
}

#aside .area_search {
	padding: 30px 0 0 22px;
	border-right:1px #e5e5e5 solid;
	background:#fff;

}
#aside .area_search .MS_search_word {
	width: 135px; height: 28px;
	border: 1px solid #6cb50d; border-right: 0;
	background: #fff;
	color: #333; line-height: 19px;
	text-indent: 5px;
	float: left;
}
#aside .area_search .btn-sch {
	float: left;
}
#aside .copyright {
	position: relative;
}
#aside .copyright .btn_ftc {
	position: absolute; top: 90px; left: 20px;
}
#aside .escrow {
	border-bottom: 1px solid #e5e5e5;
}
/* BASIC css end */

</pre></body></html>