/*--------------------------------------------------------------------------------
	ÆÄÀÏ¸í			: basis.css
	ÃÖÁ¾ ¼öÁ¤ÀÏ	: 11/09/30
	ÀÛ¾÷ÀÚ			: ¾öÀÍ¹Î (NEXTBIZ - zizewear@gmail.com)

	±âº»À¸·Î »ç¿ëµÇ´Â style µéÀÌ ¼± Á¤ÀÇµÈ ÆÄÀÏ ÀÔ´Ï´Ù.
	¼öÁ¤Àº ºÒ°¡ ÇÏ¸ç, Ãß°¡ °ÇÀÇ »çÇ×ÀÌ ÀÖÀ» °æ¿ì
	»ó±ÞÀÚ¿¡°Ô Àü´ÞÇØ ÁÖ½Ã±â ¹Ù¶ø´Ï´Ù.
--------------------------------------------------------------------------------*/
/* basis css */
	body, input, textarea, select, button, table, th, td {font-family:'³ª´®°íµñ', 'NanumGothic', 'µ¸¿ò',Dotum,'±¼¸²',Gulim,'¸¼Àº °íµñ','Malgun Gothic',Helvetica,AppleGothic,sans-serif; font-size: 13px; line-height: 1.5;}
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,form,fieldset,p,img,button {
		margin:0;
		padding:0;
		}
	hr {display:none;}
	img,fieldset {border:0;}
	ul,ol,li {list-style:none;}
	a {text-decoration:none;}


/* rollover css */
	a.rollover img {
		border-width:0;
		display:inline;
		}
	a.rollover img.over {display:none;}
	a.rollover:hover {
		border:0;
		border:none;
		}
	a.rollover:hover img {display:none;}
	a.rollover:hover img.over {display:inline;}


/* common css */
	.flL {float:left;}
	.flR {float:right;}
	
	.ofH {overflow:hidden;}
	.ofXh {overflow-x:hidden;}
	.ofYh {overflow-y:hidden;}
	.ofXs {overflow-x:scroll;}
	.ofYs {overflow-y:scroll;}


/* padding */
	.pt5 {padding-top:5px;}
	.pt10 {padding-top:10px;}

	.pl1 {padding-left:1px;}
	.pl2 {padding-left:2px;}
	.pl4 {padding-left:4px;}
	.pl5 {padding-left:5px;}
	.pl10 {padding-left:10px;}

	.pb5 {padding-bottom:5px;}
	.pb10 {padding-bottom:10px;}

	.pr1 {padding-right:1px;}
	.pr2 {padding-right:2px;}
	.pr4 {padding-right:4px;}
	.pr5 {padding-right:5px;}
	.pr10 {padding-right:10px;}	


/* margin */
	.mt5 {margin-top:5px;}
	.mt10 {margin-top:10px;}

	.ml1 {margin-left:1px;}
	.ml2 {margin-left:2px;}
	.ml4 {margin-left:4px;}
	.ml5 {margin-left:5px;}
	.ml10 {margin-left:10px;}

	.mb5 {margin-bottom:5px;}
	.mb10 {margin-bottom:10px;}

	.mr1 {margin-right:1px;}
	.mr2 {margin-right:2px;}
	.mr4 {margin-right:4px;}
	.mr5 {margin-right:5px;}
	.mr10 {margin-right:10px;}	


/* display */
	.disN {display:none;}
	.disI {display:inline;}
	.disB {display:block;}


/* font */
	.ft1 {
		font-size:12px;
		line-height:18px;
		font-family:Arial,dotum;
		color:#666;
	}


/* text-align */
	.taR {text-align:right;}
	.taC {text-align:center;}
	.taL {text-align:left;}


/* body css*/
	.body {}


/* wrap css*/
	.wrap {}


/* header css */
	.header {width:100%;}


/* content css */
	.content {width:100%;}


/* footer css */
	.footer {width:100%;}