@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 요소(element) 여백 초기화  */
* {box-sizing: border-box;font-family:'Noto Sans KR', 'Nanum Gothic', sans-serif;font-weight:300;color:#000;}
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 {margin:0;padding:0;}

table {border-collapse: collapse;border-spacing: 0;table-layout: fixed;}
th, td {word-break:break-all;}

html, body {min-width:100%;min-height:100%;}

/*
body {color:#333;}
*/

/* 제목요소*/
/*h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;} */
legend {overflow:hidden;width:1px;height:1px;color:#ffffff;}


/* 테두리 없애기 */
fieldset, img, abbr, acronym {border:none;} 

/* 목록 */
ol, ul { list-style:none; }


/* 텍스트 관련 요소 초기화 */
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; }*/

label {cursor:pointer;}

@media screen and (max-width: 530px) { /*  */
	* {font-weight:300;}
}