@charset "UTF-8";
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;
	vertical-align: baseline;
	font-weight: 400;
	line-height: 1.5;
	color: #1E1F20;
	color: var(--gray-950);
	font-size: 14px;
	text-decoration: none;
	font-family:'Pretendard';
}

img {
	image-rendering: -moz-auto;
	image-rendering: -o-auto;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: auto;
	-ms-interpolation-mode: bicubic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

[onclick],[custum-modal-target] {
	cursor: pointer;
}

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;
	background-clip: padding-box;
	width: 100%;
	table-layout: fixed;
}

th {
	background-clip: padding-box !important;
}

caption {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display:none;
}
input::-ms-clear {
	display:none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}

sub {
	font-size: 10px;
}

*::-webkit-scrollbar {
	width: 3px;
	height: 5px;
}
*::-webkit-scrollbar-thumb {
	background-color: var(--green-30per);
	border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
	background-color:var(--green-50per);
}

*::-webkit-scrollbar-track {
	background-color: rgb(245, 245, 245,0);
	border-radius: 8px;
}
.val-check-area {
	max-height: 20px;
	overflow: hidden;
	margin-top: 10px;
}

.val-check-area .error {
	color: red; 
	text-align: center;
}