
/*-----------------------------------------------------------------------------------
    폰트 변경
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, input, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	/* border-collapse: collapse; */
	border-spacing: 0;
}

a {text-decoration:none;color:#000;}



* html input {margin:-1px 0;} /* ie6과 ie7에서 input의 1px 마진 리셋 */
*:first-child+html input {margin:-1px 0;} /* ie6과 ie7에서 input의 1px 마진 리셋 */
input.radio, input.checkbox, input[type="radio"], input[type="checkbox"] {width:13px; height:13px; vertical-align:-2px;} /* 체크박스/라디오버튼 위치 최적화 (IE6을 위해 클래스명을 지정해줘서 제어할 것) */
header, hgroup, nav, section, article, figure, figcaption, aside, footer, /* 블록레벨요소 - 시멘틱 의미 부여를 위한 신규 요소(섹션, 구조, 영역, 그룹화) */
audio, video, canvas, /* 블록레벨요소 - 멀티미디어, 그래픽도구 */
details, summary, menu, ruby, /* 블록레벨요소 - 그 외의 요소 : 디스클로저 위젯, 위젯 요약, 메뉴, 루비주석(일본어에서 한문에 주석을 다는 것)  */
mark, time, output /* 인라인요소 - 하이라이터, 시간, 결과출력 */
{margin:0; padding:0; font-size:100%; font:inherit;}
input:focus {outline:0;}

.blind, caption span, legend {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    clip: rect(0 0 0 0);
}
button {background: none; cursor: pointer;}

