/* -----------------------------------------
-- emro DesignTeam
-- SMARTsutie v10 : reset css
----------------------------------------- */


@charset "utf-8";

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'),
	url('font/woff2-subset/Pretendard-Black.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-Black.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'),
	url('font/woff2-subset/Pretendard-ExtraBold.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-ExtraBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'),
	url('font/woff2-subset/Pretendard-Bold.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-Bold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'),
	url('font/woff2-subset/Pretendard-SemiBold.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-SemiBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'),
	url('font/woff2-subset/Pretendard-Medium.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'),
	url('font/woff2-subset/Pretendard-Regular.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'),
	url('font/woff2-subset/Pretendard-Light.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-Light.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'),
	url('font/woff2-subset/Pretendard-ExtraLight.subset.woff2') format('woff2'),
	 url('font/woff-subset/Pretendard-ExtraLight.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'),
	url('font/woff2-subset/Pretendard-Thin.subset.woff2') format('woff2'),
	url('font/woff-subset/Pretendard-Thin.subset.woff') format('woff');
}

/** RESET **/
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, sub, sup, tt, var,
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 none;
	font-size: 100%;
	font: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block
}
html *[disabled] {
	opacity: 1 !important;
	cursor: auto;
	pointer-events: none;
}
html, body {
	width:	100%;
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: static;
}
body {
	font-family: 'Pretendard',Segoe UI, Inter, '맑은 고딕', 'Malgun Gothic', Arial, sans-serif; 
	color: #0b0d0f;
	-webkit-text-size-adjust: none;
	font-size: 13px; 
	letter-spacing: 0;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
a, em, label, span, strong, button {
	display: inline-block;
}
a, a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal
}
p, a, h2, h3 {
	word-wrap: break-word;
}
img, fieldset {
	border: 0 none;
}
img, input, button, select, textarea {
	vertical-align: middle;
}
legend, .hidden {
	overflow: hidden;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	z-index: -1;
}
form, fieldset, iframe {
	display: block;
	border: 0
}
hr {
	height: 0;
	display: none
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
caption, legend {
	overflow: hidden;
	width: 0;
	height: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
button {
  	border: 0 none;
  	background:none;
  	cursor: pointer;
  	font: inherit;
    padding:0;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input, select, textarea {
	font-size: 100%;
}
label {
	cursor: pointer;
}
i, em, address {
	font-style: normal;
}
div, a {
	box-sizing: border-box;
}
a {
	transition: background .2s;
	color: #666;
	text-decoration: none;
}
input, select, textarea, a, li, td, span, button, label {
	font-variant-numeric: tabular-nums;
}

::placeholder {
	color: #666 !important;
}
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: transparent;
	margin-left:8px;
}
::-webkit-scrollbar-track {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	background-color: #bbb;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #999;
}
::-webkit-scrollbar-track:horizontal{
	background-color: transparent;
	border-radius: 10px;
}
::-webkit-scrollbar:horizontal{
	background-color: transparent;
}
::-webkit-scrollbar-thumb:horizontal{
	background-color: #bbb;
	border-radius: 10px;
}
::-webkit-scrollbar-thumb:horizontal:hover {
	background-color: #999;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}