/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url("./pretendard-subset.css");

/* sub, sup,  */
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, 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;
}

/* 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;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	
}
a {
	text-decoration: none;
	color: #1E1E1E;
	
}
* {
	box-sizing: border-box;	
	font-family: 'Pretendard', '맑은 고딕', 'dotum', sans-serif;
	-webkit-tap-highlight-color: transparent;
}
button {
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
/* 2025-04-10 */
label{
	cursor: pointer;
}
em{font-style: normal;}
html, body {
	height: 100%;
}
input[type='password']::-ms-reveal {
	display: none;
}
input[type='radio']{
	cursor: pointer;
}
input[type='checkbox']{
	cursor: pointer;
}
table{position: relative;}
table caption{position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;overflow: hidden;clip: rect(0, 0, 0, 0);clip-path: inset(50%);border: 0;white-space: nowrap;}

.fw_400 {font-weight: 400 !important;}
.fw_500 {font-weight: 500 !important;}
.fw_600 {font-weight: 600 !important;}
.fw_700 {font-weight: 700 !important;}

.pc { display: block; width: 100%;}
.mobile { display: none;}

fieldset{
	position: relative;
}
fieldset > legend{
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
	color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

input[type='number']::-webkit-outer-spin-button,input[type='number']::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type='number']{
	appearance: textfield;
	-moz-appearance: textfield;
}
.point_color01{color: #5d5fe4 !important;}
.point_color02{color: #e0280a !important;}
.point_color03 {color: #717171 !important;}
.point_color04 {color: #1e1e1e !important;}
.bg_color01 {background-color: rgba(93,95,228,0.08) !important;}
:focus{
	outline-offset: -2px;
}