@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.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;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: 'NanumSquare', sans-serif;
	font-weight: 400;
	color: #222222;
	font-size: 16px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul, li {
	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;
}
img{width: 100%;}
input{box-sizing: border-box;}
button{padding: 0; margin: 0;}
button, input[type="button"], input[type="submit"]{
	cursor: pointer; border: 0; 
	background-color: transparent;
}
button, input[type="button"]:focus, input[type="submit"]:focus{outline: none;}
a{color: #222222; text-decoration: none;}

/* color */
:root {
	--color-grey: #7a7a7a;
	--color-blue: #007ece;
	--color-navy: #222c55;
	--color-green: #43BF18;
	--color-red: #FF0D0D;
	--border-color: #aeaeae;
  }

.w-100{width: 100%}
.h-100{height: 100%}
.position-center{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.position-vertical{position: absolute; top: 50%; left: 0; transform: translateY(-50%);}

@media screen and (max-width: 768px) {
	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 {font-size: 14px;}
}