@charset "euc-kr";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean');

*{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: 'Noto Sans KR', sans-serif;}
body{ font-size:14px; 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: "Noto Sans KR", sans-serif, µ¸¿ò, dotum }

 /* -----±âº» ¸µÅ©½ºÅ¸ÀÏ----- */
a:link{color:#666666; text-decoration:none;}                                       
a:visited{color:#666666;  text-decoration:none;}
a:hover{color:#4cb2da; 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;}

.clear:after{
	content:"";
	clear:both;
	display:block;
}

.fl{float:left}
.fr{float:right}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}