@font-face {
	font-family: 'ONE-Mobile-Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ONE-Mobile-Title';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&display=swap');


/* Reset */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

@charset "utf-8";

* {
	line-height: 1;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

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%;
	color: inherit;
	font: inherit;
	vertical-align: baseline;
	word-break: keep-all;
}

html,
body {
	width: 100%;
	height: auto;
	min-width: 320px;
	min-height: 100%;
	font-size: 1em;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 400;
	letter-spacing: -0.028rem;
}

body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
	font-weight: bold;
}

img,
video {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section,
caption {
	display: block;
}

ul,
ol {
	list-style-type: none;
}

blockquote,
q {
	quotes: none;
}

strong {
	display: block;
}

a {
	display: block;
	text-decoration: none;
	color: inherit;
}

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

colgroup {
	display: table-column-group;
}

col {
	display: table-column;
}

button {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: none;
}

button:focus,
button:active {
	margin: 0;
	padding: 0;
	border: none;
}

.noto-selif {
	font-family: 'Noto Selif KR', serif;
}

.one-mobile-regular {
	font-family: 'ONE-Mobile-Regular';
}

.one-mobile-title {
	font-family: 'ONE-Mobile-Title';
}

a:hover {
	text-decoration: none;
	color: inherit;
}
