@charset "euc-kr";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');

*{
	margin:0;
	padding:0;
	font-family: 'Nanum Gothic', sans-serif;
}
@font-face {font-family: 'Nanum Gothic', sans-serif;}

*{ /* ÆÐµù, º¸´õ¸¦ Æ÷ÇÔ½ÃÅ´ */
 -webkit-box-sizing : border-box;
 -moz-box-sizing : border-box;
 -o-box-sizing : border-box;
 -ms-box-sizing : border-box;
 box-sizing : border-box;
 } 

body{ font-size:13px; color:#666666;}
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:link{color:#666666; text-decoration:none;}                                       
a:visited{color:#666666;  text-decoration:none;}
a:hover{color:#ff7e00; text-decoration:none;}
a:active{color:#4cb2da; text-decoration:none;}
.hidden{display:none;}

caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; position:absolute; visibility:hidden;}

img{border:0px}

td img{border:0;vertical-align:middle;}

/*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;}