@charset "utf-8";
/*@charset "euc-kr";*/

/*@font-face {font-family:'맑은 고딕', 'Malgun Gothic';src:url(http://www.cvrf.org/administration/css/MALGUN.TTF)}*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);/*400,700,800*/
/*@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css); //font-family:'Nanum Myeongjo', serif;
@import url(http://fonts.googleapis.com/earlyaccess/nanumbrushscript.css); //font-family:'Nanum Brush Script', serif;
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css); //font-family:'Nanum Pen Script', serif;*/
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);/*//font-family:'Noto Sans KR', sans-serif;//100,300,400,500,700,900*/
@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
font-family:/*'Open Sans', sans-serif, */'Nanum Gothic', sans-serif;color:#4f4e4e;
}

body {font-size:0.8em;margin:0px auto;width:;}

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {
font-size:1.0em;
font-weight:400;
} 


/* 테두리 없애기 */
fieldset, img, abbr,acronym {border:0px none;} 

/* 목록 */
ul {list-style:none;}

/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
caption, th, td {
text-align:left;
font-weight: normal;
}

/* 텍스트 관련 요소 초기화 */
address, caption, em, cite {
font-weight:normal;
font-style:normal;
}
ins {text-decoration:none;}
del {text-decoration:line-through;}

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote,q {quotes:"" "";}

/* 수평선*/
hr {display:none;}

select, option, input {font-size:1.0em;}

input:checked + label {background:#fefe38;}