@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

html,body,p,h1,h2,h3,h4,ul,li { margin: 0; padding: 0; font-family: 'Nanum Gothic', serif;}

html,body { width: 1000px; height: 100%; }

.panosis { background: #f8f8f8; color: #aaa; position: relative; }

#loading {
	position: absolute;
	width: 100%;
	height: 100%; 
	left:0; 
	top:0; 
	font-size: 18px;
	background: #333;
	z-index: 999;
	display: table;
	text-align: center;
	font-weight: bold;
}
#loading .text { display: table-cell; vertical-align: middle; }

#header, #footer { width: 100%; height: 70px; position: absolute; left: 0; }

#header { top: 0; background: url(../images/header.png) no-repeat #ef3826; line-height: 70px; }
#header .logo { 
	position: absolute; 
	left: 0; top: 0; 
	height: 100%; 
	line-height: 86px; 
	font-weight: bold; 
	width: 200px; 
	text-indent: 154px;
	color: #de1829;
	font-size: 12px;
}
#header .title { font-size: 24px; color: #fff; text-align: center; text-indent: 150px; font-weight: bold; }
#header .area { 
	background: url(../images/area.png) no-repeat 50%; 
	width: 129px; height: 43px; 
	position: absolute; 
	right: 0; top: 13px; 
	z-index: 30;
	cursor: pointer;
}
#header .area:hover .place-nav { display: block; }
#header .area .place-nav { position: absolute; right: 0; top: 0px; margin-top: 43px; display: none; cursor: default;}
#header .area .place-nav .arrow { position: absolute; background: url(../images/arrow.png) no-repeat 50% 100%; width: 18px; height: 17px; right: 43px; top: 0; }
#header .area .place-nav ul { 
	background: #fff; 
	list-style: none; 
	position: relative; 
	top: 14px; 
	width: 210px;
	font-size: 11px;
	color: #f55d40;
	border-radius: 5px 0 0 5px;
	line-height: 22px;
	padding: 10px 0;
}
#header .area .place-nav ul li { padding: 5px 0 5px 5px; border-bottom: 1px solid #eee; cursor: pointer; }
#header .area .place-nav ul li p { 
	padding: 5px 0 5px 15px; 
	background-repeat: repeat-x; 
	background-size: contain; 
	border-radius: 25px 0 0 25px;
}
#header .area .place-nav ul li p:hover { 
	background-image: url(../images/bg.png); 
	background-color: #e9363e; 
	color: #fff;   }
#cms { height: 100%; position: relative; }


#footer { bottom: 0; background: url(../images/footer.png) no-repeat #fff;}
#footer .after { position: absolute; right: 15px; top: 28px; }

#footer .address,
#footer .copyright { text-align: center; color: #929292; }
#footer .address { margin-top: 20px; font-size: 13px; }
#footer .copyright { margin-top: 5px; font-size: 10px; }

select { display: none;}