@charset "utf-8";

/* CSS 초기화 */
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#39393A;
	flex-shrink:0;
	/* font-size:10px; */
	letter-spacing:-.06em;
	line-height:1.25;
	margin:0;
	padding:0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button {
	background:transparent;
	border:0;
	color:inherit;
	font-family:"Pretendard", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
	font-size:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	text-align:inherit;
	vertical-align:baseline;
	word-break: keep-all;
	word-wrap: break-word;
}

html {
	color: #39393A;
	font-size:10px;
	-webkit-text-size-adjust:100%;
}

body {
	font-weight:inherit;
	line-height:inherit;
	min-height:100vh;
	min-width:32rem;
	overflow-x:hidden;
	width:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

nav ul, li {
	list-style:none;
}

a {
	background:transparent;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
	text-decoration:none;
	vertical-align:baseline;
}

img {
	max-width:100%;
	vertical-align:top;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button {
	cursor:pointer;
}

input {
	border-radius:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Pretendard", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
	/* font-size:16px; */
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:top;
}

input::placeholder {
	color:#58585A;
}

select, textarea {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Pretendard", HelveticaNeue, DroidSans, Sans-serif, Helvetica;
	font-weight:inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

header,
nav,
section,
article,
aside,
footer { display:block; }

@media screen and (max-width:1484px) {
	html { font-size:7.7px; }
}

@media screen and (max-width:1280px) {
	html { font-size:6.6px; }
}

@media screen and (max-width:960px) {
	html { font-size:10px; }
}