@charset "UTF-8";
@import "../../style.css";

body {
	background : #e1dae8;
	/*background:url("../img/ex/dotcom/bglogo.png") repeat-y;*/
	font-size : 1em;
}

@media only screen and (max-width:799px), only screen and (max-device-width:799px) {
	#top { display : none; }
	#navi { display : none; clear : both; }
	#tail { width : 300px; }
	#tail img { display : none; }
}

#cont {
	width : 720px;
	margin : 0 auto;
	font-family : ³ª´®°íµñ, NanumGothic, Dotum, sans-serif;
}

#hder {
	width : 500px;
	height : 200px;
	margin : 20px 0 20px 0;
}

#hder p {
	position : relative;
	margin : -60px 0 0 200px;
	color : #b171fb;
	font-size : 1.2em;
	font-weight : bold;
}

#arti {
	float : left;
	width : 500px;
}

#navi {
	float : right;
	width : 200px;
	text-align : center;
}

.menu {
	width : 100%;
	margin : 0 0 8px 0;
	background : #fafafa;
	border : 1px solid #b171fb;
	-webkit-border-radius : 4px;
	-moz-border-radius : 4px;
	border-radius : 4px;
}

.menu p {
	width : 200px;
	margin : 0 auto 4px auto;
	color : #fafafa;
	background : #b171fb;
}

img.bn {
	width : 500px;
	height : 100px;
	margin : 2px 0 0 0;
}

img.mb { width:192px; }

.fs { font-size : 80%; }