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

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/*
body{font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif; font-size:12px; line-height:18px; color:#444; min-width:320px;}*/

*{margin:0; padding:0;}
body{font-family:'Nanum Gothic', "맑은 고딕", sans-serif; font-size:12px; line-height:18px; color:#333; min-width:320px;}
a{color:#333; text-decoration:none;}
img{border:0; vertical-align:top;}
ul{list-style:none;}
table{border-collapse:collapse;}
iframe:focus{outline: none;}
iframe[seamless]{display: block;}
.cf{} /*float를 적용시킨 태그의 부모태그에게 추가할 클래스 이름*/
.cf:after{display:block; content:""; clear:both;}

.hide{display:none !important;}
