@import url('../font/pretendard/pretendard.css');

html {
 -webkit-text-size-adjust: none;
 -moz-text-size-adjust: none;
 -ms-text-size-adjust: none;
 -o-text-size-adjust: none;
}

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;
	font-family: 'Pretendard';
	vertical-align: baseline;
	box-sizing: border-box;
	letter-spacing: -1px;
}
/* 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;
}
a {
	text-decoration: none;
	color: #333;
}
button {
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: inherit;
}
input[type="text"], input[type="tel"] {
	font-family: inherit;
}
select {
	color: inherit;
	font-family: inherit;
}

b { font-weight: inherit;}


input[type="text"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"] { all: unset; box-sizing: border-box; width: 100%; font-family: inherit; font-size: inherit; color: inherit; background: none; border: none; outline: none; }

.block_720 {
	display: none;
}
.none_720 {
	display: block;
}
@media screen and (max-width:720px) {
	.block_720 {
		display: block;
	}
}

/* 전역 커스텀 스크롤바 */
* {
	scrollbar-width: thin;
	scrollbar-color: rgba(178, 186, 194, 0.6) transparent;
}

*::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

*::-webkit-scrollbar-track {
	background: transparent;
}

*::-webkit-scrollbar-thumb {
	background: #B2BAC2;
	border-radius: 99px;
	opacity: 0.6;
	transition: opacity 0.25s ease;
}

*::-webkit-scrollbar-thumb:hover {
	opacity: 0.6;
	filter: brightness(10);
}

::selection {
  background: var(--color-primary);
  color: #fff;
}

::-moz-selection {
  background: var(--color-primary);
  color: #fff;
}

