/* ==========================================================================
	 CSS RESET
	 ========================================================================== */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url("https://use.typekit.net/nlp2lso.css");

@font-face {
	font-family: 'Pretendard';
	src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
* {
	font-family: Pretendard,'Roboto','adobe-garamond-pro', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

html {

}
/* Correct `block` display not defined in IE 8/9. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
		display: block;
		margin: 0;
		padding: 0;
}
/* elements */
body {
		margin: 0;
		padding: 0;
		min-width: 320px;
		font-size: 13px;
		color: #333;
		line-height: 1.42857;
		-webkit-text-size-adjust: none;
		-ms-interpolation-mode: bicubic;
	font-family: Pretendard,'Roboto','adobe-garamond-pro', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
		width: 100%;
		font-weight: 400;
		top: 0;
		left: 0;
		letter-spacing: -0.25px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
li,
dt,
dd,
input,
textarea {
		margin: 0;
		padding: 0;
}
img,
video,
audio,
object,
embed,
iframe {
		max-width: 100%;
}
img {
		border: 0 none;
		line-height: 0;
		-ms-interpolation-mode: bicubic;
		-webkit-image-rendering: optimizeQuality;
}
ul,
ol,
dl {
		list-style: none;
		margin: 0;
		padding: 0;
}
form {
		margin: 0;
}
table {
		border-collapse: collapse;
		border-spacing: 0;
}
th,
td {
		padding: 0;
}
a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
		text-decoration: none;
		line-height: inherit;
		color:#333;
}
input[type="text"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="number"],
input[type="email"]{
		font-size: 13px;
		background: none;
		border-radius: 0px;
		border: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus{
		outline-color: #bf9f5d;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
		-webkit-appearance: none;
		margin: 0;
}

input[type="number"] {
		-moz-appearance: textfield !important;
}
i {
		font-style: normal;
		display: inline-block;
}
textarea {
		overflow-y: auto;
}
fieldset {
		border: 0;
		margin: 0;
		padding: 0;
}
select{
		border:none;
		border-radius:0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: url(/_public/images/@draft/select_icon.png) no-repeat;
		background-position:95% 50%;
}
select::-ms-expand {
		display: none;
}

em{font-style: normal;}
button{border:none;padding:0;margin:0;cursor:pointer;background:transparent;font-family: Pretendard,'Roboto','Adobe Garamond Pro', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;}
button:focus{outline: 0;}

table{width:100%;border-collapse: collapse;border-spacing: 0;}

::-webkit-scrollbar {width: 8px; height: 3px; background-color: rgba(0, 0, 0, 0.1);}
::-webkit-scrollbar-thumb {background-color: rgba(0, 0, 0, 0.3);border-radius: 5px;}
address{font-style: normal;}
