<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common ********************************************** */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/*@font-face{font-family:'Nanum Gothic'; src:url('/FONTS/NanumGothic.woff')}*/
/*@font-face{font-family:'Nanum Gothic'; src:url('/FONTS/NanumGothic.eot')}*/

html{
	width: 100%; 
	height: 100%;
	overflow-y: scroll;
}

body { 
	width: 100%; 
	height: 100%;
	font-size: 12px; 
	line-height:1.3em; 
	margin: 0; 
	padding: 0;
	font-family: 援대┝, 'helvetica',sans-serif;
	-webkit-text-size-adjust:none;

	/* �곸냽�� */
	color : #333;
}

input, textarea { font-size: 12px; margin:2px 0; padding:2px 0; vertical-align: middle;}
select	{ font-size: 12px; margin:2px 0; padding:2px 0;  vertical-align: middle; }
img		{ border:0; vertical-align: top; }
form	{ display:inline;}
ul, ol	{ padding:0; margin:0; }
li		{ list-style:none; padding:0; margin:0; }
p		{ padding:0; margin:0; }

a:link, a:active, a:visited { color: #555555; text-decoration: none;}
a:hover { color: #223e81; text-decoration:underline;}



/* class */
.btnLink	{ cursor:pointer; }
.small		{ font-family:�뗭�; font-size: 11px; }
.nosee		{ background-color:FFFFFF; border:0; }
.rightAlign	{ text-align: right; }

.dotline	{
	background-image: url("/images/dot_01.gif");
	height: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.realline {
	background:#cccccc;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}


.paging{
	text-align: center;
/*	background-color: #fff;*/
	margin-top:20px;
}

.paging span{
	display: inline-block;
	padding: 3px 7px 0 7px;
	height : 18px;
	margin:2px;
	border: 1px solid #ccc;
	background-color: beige;
	vertical-align: middle;
	font-size: 11px;
}


/* common ********************************************** */


/* id */
#wrap {
	width:100%;
	min-height: 100%;
	_height: 100%;
	background-color: #fff; 
	position : relative;
}
.wrap_center {
	width:1060px; 
	margin:0 auto;  
	padding-right:0px;	

}


#container{
	width:100%; 
	*zoom: 1; 
	padding-bottom:374px;
	background-color: #fff; 
}

#container:after{content:""; clear:both; display:block; }

#contents:after{content:""; clear:both; display:block; }


#footer { 
	position:relative;
	height:374px; 
	margin-top:-374px;
	background-color: #ecebed;
    color:#555;
}
#footer:after{content:""; clear:both; display:block; }



#top {}
#top:after{content:""; clear:both; display:block; }


/* class */


#sideMenu {float:right; padding:0px; } 
#sideMenu .menu a{ color:#000; }
#sideMenu .menu { display:inline-block; padding:0px 5px;  height:12px; line-height:12px;}
#sideMenu .border {display:inline-block; vertical-align: top; margin-top:2px; width:1px; background-color: #000; height:12px; line-height:12px;} 


#bnn_right {padding-left:0px;padding-top:10px;}
#bnn_right .item{line-height:25px;}
#bnn_right .item a {color:#fff; }

.leftTitle	{padding:15px 0 10px 20px; color:#fff; font-size: 17px;font-weight: bold; background-image: url(/images/left_bg.jpg); margin-top:10px;}
.leftBox	{margin:20px 0 70px 15px;  }
.left		{cursor: pointer;  font-size:15px; margin:10px 0 10px 10px; } 
.leftBorder	{background:#cccccc;	height: 1px;	margin-top: 3px;	margin-bottom: 3px;  } 
.leftBorder1{padding:0; margin:0px; height:2px; background-color: #2c2c2c; } 

.btn1 {font-family:'Nanum Gothic'; display:inline-block; padding:10px; margin:5px; width:100px; font-size: 18px; font-weight: bold; text-align: center; background-color: #f13031; color:#fff; border:2px solid #aaaaaa; cursor: pointer;}
.btn1:hover { background-color: #b60c0c;}
.btn2 {font-family:'Nanum Gothic'; display:inline-block; padding:10px; margin:5px; width:96px; font-size: 18px; font-weight: bold; text-align: center; background-color: #fff; color:#f13031; border:2px solid #f13031;  cursor: pointer;}
.btn2:hover { background-color: #e2e2e2;}


.page_title { margin:20px 0 30px 0; text-align: center;}


#submenu {background-color: #e4ecef; border-top:1px solid #ccc;  border-bottom:1px solid #ccc; padding:18px 0 13px 0; text-align: center; margin-bottom:50px;}
#submenu:after{content:""; clear:both; display:block; }
#submenu a {color:#5b595a; font-weight: bold; padding:0 20px;}
#submenu a:hover {color:#f13031;}
#submenu .selected {color:#f13031;}
#submenu .border1 {background-color:#5b595a; width:2px; height:15px;  display:inline-block; vertical-align: middle;}</pre></body></html>