@charset "euc-kr";
/* CSS Document */

*{margin:0; padding:0;}
*{ /* ÆÐµù, º¸´õ¸¦ Æ÷ÇÔ½ÃÅ´ */
 -webkit-box-sizing : border-box;
 -moz-box-sizing : border-box;
 -o-box-sizing : border-box;
 -ms-box-sizing : border-box;
 box-sizing : border-box;
 } 
/*================================
	³ª´®°íµñ / ³ª´®¹Ù¸¥°íµñ / ³ª´®½ºÄù¾î
================================*/

@font-face {font-family: 'Nanum Gothic';
src: url(./font/NanumGothic-Regular.eot);
src: url(./font/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
	url(./font/NanumGothic-Regular.woff) format('woff'),
	url(./font/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {font-family: 'Nanum Barun Gothic';
 src: url(./font/NanumBarunGothic.eot);
 src: url(./font/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
	url(./font/NanumBarunGothic.woff) format('woff'),
	url(./font/NanumBarunGothic.ttf) format('truetype');
}
@font-face {font-family: 'NanumSquare';
 src: url(./font/nanumsquare.eot);
 src: url(./font/nanumsquare.eot?#iefix) format('embedded-opentype'),
	url(./font/nanumsquare.woff) format('woff'),
	url(./font/nanumsquare.ttf) format('truetype');
}

@font-face {
 font-family: 'NanumSquareEB';
 src: url(./font/NanumSquareEB.eot);
 src: url(./font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(./font/NanumSquareEB.woff) format('woff'),
      url(./font/NanumSquareEB.ttf) format('truetype');
}

body{ font-size:13px; color:#666666;}
*{font-family: 'Nanum Gothic';}
body, div, ul, li, dl, dt, dd, ol, p, h1, h2, h3, h4, h5, h6, form, img, span,  select, input, textarea, option{margin:0; padding:0; text-align:justify; font-family: "Nanum Gothic", sans-serif, µ¸¿ò, dotum }

 /* -----±âº» ¸µÅ©½ºÅ¸ÀÏ----- */
a{color:#565656; text-decoration:none;}                                       
a:hover{color:#333; text-decoration:none;}
.hidden{display:none;}

caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; position:absolute; visibility:hidden;}

img{border:0px}

fieldset,img{border:0;vertical-align:top;}

/*table{border-collapse:collapse; border-spacing:0; border:0;}*/

input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}

ul,ol,dl{list-style:none;}

textarea{overflow:auto;} 

button,label{cursor:pointer;}


.skip{position:absolute; width:1px; height:1px; border:1px; top:-5000em; overflow:hidden;}
hr{display:none; clear:both;}

.ov{overflow:hidden}/*³ôÀÌÀÎ½Ä*/
.clear:after{ /*³ôÀÌÀÎ½Ä2*/
	content:"";
	clear:both;
	display:block;
}

.fl{float:left;}/*div ÁÂÃøÁ¤·Ä*/
.fr{float:right;}/*div ¿ìÃøÁ¤·Ä*/


