/*--------------------------------------------*/
/*  -ÀÛ¼ºÀÏ     : 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");
@import url("./content1.css");
@import url("./content2.css");
@import url("./content3.css");
@import url("./content4.css");
@import url("./content5.css");


/*## °øÅëCSS ##*/
body {
	padding: 0px 0px 0px 0px;
	font-family:µ¸¿ò, ±¼¸², Gulim, AppleGothic, sans-serif;
	background:#ffffff;
	line-height: 130%;
	background-color:#000000;
	background-image: url(../../images/00_common/sub_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
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 */



/* ¸ÞÀÎ */
#page{
	width:800px;
	float:left;
}
#top{
	width:100%;
	float:left;
}
#content{
	width:100%px;
	float:right;
}
#bottom{
	text-align:center;
	margin-left:50px;
	width:100%;
	float:left;
}
/* END */


/* ¼­ºê */
#sub_page{
	width:966px;
	text-align:left;
}
#sub_top{
	margin-left:20px;
	width:100%;
	float:left;
}
#sub_left{
	margin-left:20px;
	width:213px;
	float:left;
}
#sub_content{
	width:713px;
	float:right;
}
#sub_bottom{
	text-align:center;
	margin-left:20px;
	width:100%;
	float:left;
}
/* END */