 @charset "utf-8";
/* *******************************************************
 * filename : reset.css
 * description : 태그초기화 CSS
 * date : 2024.04
******************************************************** */

html {
	overflow-y: scroll;
}
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;
	position:relative;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
audio, canvas, img, video {
	vertical-align: middle;
}
body {
	line-height: 1;
}
*::-webkit-scrollbar {
    width: 8px; 
}

*::-webkit-scrollbar-thumb {
    height: auto;
    background: var(--color-gray04);
    border-radius: 10px;
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.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;
}
img, fieldset {
	border: 0;
}
input, select, textarea {
	line-height: 1.2;
	vertical-align: middle;
}
body, table, th, td, input, textarea, button, select {
	font-family: 'Pretendard', 'unicons', "돋움", Dotum, Arial, sans-serif;
	font-size: 12px;
	color: #666;
}
button, select {
	text-transform: none;
}
button, input {
	line-height: normal;
}
textarea {
	resize: vertical;
	overflow: auto;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}
label {
	cursor: pointer;
	font-weight: 500;
}
/* For Screen Reader */
legend {
	display: none;
	visibility: hidden;
}
/* For Screen Reader */
caption {
	display: none;
	visibility: hidden;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
a {
	color: var(--color-gray08);
	text-decoration: none;
	cursor: pointer;
}
a:active, a:hover, a:focus {
	color: var(--color-gray06);
	text-decoration: none;
}
button {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	border: 0px;
	background: none;
}
a:focus, button:focus {
	outline: none;
}
/* input 기본 스타일 초기화 */
input[type="text"], input[type="password"], input[type="file"], select, textarea {
	/* -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;/* margin:0;
 padding:0; */
}
input::-ms-clear, select::-ms-expand {
display: none;
}
textarea {
	resize: none;
}


/* *******************
 * description : font.css
 * date : 2024-04-05
******************* */

/* Pretendard */

@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-Thin.woff) format('woff');
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-ExtraLight.woff) format('woff');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-Light.woff) format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-SemiBold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-ExtraBold.woff) format('woff');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Pretendard';
	src: url(../fonts/Pretendard-Black.woff) format('woff');
	font-weight: 900;
	font-style: normal;
}
/* 아이콘 폰트 :: unicons */

@font-face {
	font-family: 'unicons';
	src: url(../fonts/unicons.eot);
	src: url('../fonts/unicons.eot') format('embedded-opentype'),  
	url('../fonts/unicons.woff') format('woff'),  
	url('../fonts/unicons.woff2') format('woff2'),  
	url('../fonts/unicons.ttf') format('truetype'),  
	url('../fonts/unicons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
i {
	font-family: "unicons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
i::before {
	margin: 0 2px !important;
}