/*?블클?????방??*/
* {touch-action: manipulation;}

@charset "utf-8";
@import url('https://cdn.jsdelivr.net/npm/pretendard@1.3.5/dist/web/static/pretendard.css');
/* CSS Document */
/* reset */
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, 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%;
	vertical-align: baseline;
}
body, button, h1, h2, h3, h4, h5, input, select, table, textarea {
	/*font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, 'Malgun Gothic', '맑?? 고딕', sans-serif;*/
	font-family: 'Pretendard', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #222;
}
body {
	background-color: #fff;
	-webkit-text-size-adjust: none
}
html {
	font-size: 10px;
	line-height: 15px
}
img {
	vertical-align: top; width:100%;
}
/* 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;
}
address, em {
	font-style: normal
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
/* a tag */
a:link {
	text-decoration: none;
	color:#222;
}
a:visited {
	text-decoration: none;
	color:#222;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* html5 block */
section, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, summary, caption, ul, li {
	display: block;
}

input, select, textarea  {resize:none; outline:none;}