@charset "UTF-8";
 *, *::before, *::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
/*! Reset */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}
address, article, aside, canvas, details, figure, figcaption, footer, header, menu, main, nav, section {
	display:block;
	margin:0;
	padding:0;
}/* HTML5 display-role reset for older browsers */
html, body {
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
}
html {
	font-size: 62.5%;
	font-family: 'Pretendard', 'AppleGothic', 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1;
	scroll-behavior: smooth;
}/* basic */
body {
	background-color: #fff;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
address, cite, dfn, em, i, th, strong {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset, img {
	border: 0;
	vertical-align: middle;
}
img, video {
	max-width: 100%;/*width: 100%;*/
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
}
caption, legend {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0px;
	line-height: 0;
}
th, td {
	word-break: break-all;
	vertical-align: middle;
}
hr {
	display: none;
}
textarea {
	resize: none;
}
a {
	background: transparent;
	text-decoration: none;
	color: inherit;
}
a:hover, a:visited, a:focus {
	text-decoration: none;
	outline-offset: 0;
}
label {
	cursor: pointer;
}
input, button, select, optgroup, textarea {
	border-radius: 0;
	font-size: inherit;
	font-weight: normal;
	font-family: inherit;
	line-height: inherit;
	vertical-align: middle;
}
button, select {
	text-transform: none;
}
input {
	background: transparent;
	border: 1px solid transparent;
}
 select::-ms-expand {
display: none;
}
select {
	background: transparent;
	border: 1px solid transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
}
button {
	border: 1px solid transparent;
	background: transparent;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
 button:not(:disabled):not(.disabled) {
cursor: pointer;
}
