/*--------------------------------------------*/
/*  -ÀÛ¼ºÀÏ     : 6¿ù20ÀÏ                     */
/*  -ÀÛ¼ºÀÚ     : IT6 Design Team(ÀüÇÑ¼Ö)     */
/*  ----------------------------------------  */
/*  -page       : ÀüÃ¼¸¦ °¨½Î°íÀÖ´Â DIV       */
/*  -top        : »ó´Ü DIV                    */
/*  -content    : ÄÁÅÙÃ÷ DIV                  */
/*  -bottom     : Ä«ÇÇ DIV                    */
/*  -QUICK      : Äü¸Þ´º DIV                  */
/*  ----------------------------------------  */
/*  -subpage    : ÀüÃ¼¸¦ °¨½Î°íÀÖ´Â ¼­ºê DIV  */
/*  -subtop     : »ó´Ü DIV                    */
/*  -subleft    : »ó´Ü DIV                    */
/*  -subcontent : ÄÁÅÙÃ÷ DIV                  */
/*  -subbottom  : Ä«ÇÇ DIV                    */
/*--------------------------------------------*/
@import url("./content.css");


/*## °øÅëCSS ##*/
body {
	padding: 0px 0px 0px 0px;
	font-family:µ¸¿ò, ±¼¸², Gulim, AppleGothic, sans-serif;
	background:#ffffff;
	line-height: 130%;
	overflow:'hidden';
}
body, div, ul, ol, dl, p, td, th, input, textarea, select{font-family:µ¸¿ò, ±¼¸², Gulim, AppleGothic, sans-serif; font-size:12px; color:#000;}
body, div, ul, ol, li, dl, dt, dd, p, input, textarea, select, h1, h2, h3, h4, em, address, fieldset, form, iframe, object{margin:0; padding:0;}
img, fieldset, iframe{border:none;}
form { display: inline; }
select{height:18px; padding-right:18px;}
input{padding-right:1px;}
a{color:#000000; text-decoration:none;}
a:hover{color:#FFFFFF; text-decoration:underline;}
/*## END ##*/



/*## °øÅë ·¹ÀÌ¾Æ¿ô ¼³Á¤ ##*/

/* Äü¸Þ´º */
#QUICK{
	background-color:#f3005c;
	width:120px;
	float:right;
	position:absolute;
}
/* END */



/* ¸ÞÀÎ */
#main{
	width:100%;
	height:100%;
	float:left;
	background:url(../../images/common/bg.jpg) repeat-x;
	text-align:center;
	z-index:2;
}
#main_details{
	width:1000px;
}
/* END */


/* ¼­ºê */
#sub{
	width:100%;
	height:100%;
	float:left;
	background:url(../../images/common/bg.jpg) repeat-x;
	text-align:center;
	z-index:1;
}
#guide_box{
	position:absolute;
	z-index:1;
}
#bottom{
	position:absolute;
	height:183px;
	left:0px;
	z-index:6;
}
#left{
	position:absolute;
	width:235px;
	z-index:3;
}
#top_navi{
	position:absolute;
	width:100%;
	z-index:5;
	left:0px;
}
#content{
	overflow-y:auto;
	position:absolute;
	text-align:left;
	background:url(../../images/common/pixel.gif) repeat;
	z-index:14;
	scrollbar-face-color:#e9e3cf; 
	scrollbar-shadow-color:#CCCCCC; 
	scrollbar-highlight-color:#CCCCCC; 
	scrollbar-3dlight-color:#e9e3cf; 
	scrollbar-darkshadow-color:#e9e3cf; 
	scrollbar-track-color:#e9e3cf; 
	scrollbar-arrow-color:#000000;
}
/* END */