
@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

*{margin:0; padding:0;}
header, footer, nav, section, article, aside{display:block;}
body{font-family: 'Noto Sans KR', sans-serif; line-height:18px; color:#121212;}
a{color:#121212; text-decoration:none; margin:0; padding:0; list-style:none;}
input{vertical-align:top;}

img{border:0;
margin:0;
padding:0;
vertical-align:top;
}

ul{list-style:none;
   padding:0;
   margin:0;}

li{list-style:none;
   padding:0;
   margin:0;}
   
p{margin:0;
  padding:0;}
  a:link {text-decoration: none; color: #000;}
a:visited {text-decoration: none; color: #000;}
a:active {text-decoration: none; color: #000;}
a:hover {text-decoration: none; color:#000;}



/*font_color*/
.font_color_a{color:#a3a0a2}
.font_color_b{color:#0e92a1}



/*font_size*/
.font_size_a{font-size:1.2em}
.font_size_b{font-size:0.8em}
.font_size_c{font-size:0.8em}
.font_size_c{font-size:1em}


/*header*/
#header{width:100%;overflow:hidden; float:left; border-top:0}
.header_all{float:left; width:100%; background:#6cbc65}
.head_btn_cata{float:left; width:10%}
.head_btn_logo{margin:0 auto; width:17%;}

/* float속성을 추가시킨 태그의 부모태그에게 적용 */
.cf{} 
.cf:after{content:""; display:block; clear:both;}

.bold{ font-weight:bold;}
