@import url('../fonts/Pretendard.css');

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: 'Pretendard';
	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;
}
button {
	color: inherit;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	background: none;
	border: 0;
	cursor: pointer;
}
select {
	color: inherit;
}
a { 
	color: inherit; 
	text-decoration: none; 
} 
html { font-size: 10px;}



header { max-width: 720px; height: 100px; width: 100%; margin: 0 auto; box-sizing: border-box; padding: 0 30px; display: flex; align-items:center; border-bottom: 1px solid #eff0f2; box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.1); flex-shrink:0; background: #fff;}
header.header-back { position:fixed; top:0;}
header.scroll{top:0px !important;}
header .header_title{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 34px; font-weight: 700; letter-spacing: -1px;}
header a.go_home { margin-left: 25px; }
