html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #212121;
	vertical-align: baseline;
}

@-ms-viewport {
	width: device-width;
}

body::-webkit-scrollbar {
	width: 0;
}
body::-webkit-scrollbar-track {
	background-color: #f5f5f5;
}
body::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
body,
html {
	scrollbar-width: none;
}

/* HTML5 display-role reset for older browsers */

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

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 {
	color: #212121;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
	text-decoration: none;
}

img {
	border-style: none;
}

select {
	overflow: hidden;
	box-shadow: none;
	border: none;
}

button {
	background: none;
	border: 0;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
textarea {
	border: 0;
	border-radius: 0;
}

.alt-text {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	width: 1px;
	height: 1px;
}

.clearFix::after {
	content: '';
	display: block;
	clear: both;
}

.division-line {
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #dfdfdf;
	margin: 0 10px;
}

.hide-on-desktop {
	display: none;
}

@media (max-width: 1199px) {
	.hide-on-mobile {
		display: none;
	}
	.hide-on-desktop {
		display: block;
	}
}

* {
	box-sizing: border-box;
	outline: none;
	font-family: 'Noto Sans KR', sans-serif;
	text-rendering: optimizeSpeed;
	-webkit-font-smoothing: antialiased;
}

html,
body,
#__next {
	margin: 0;
	padding: 0;
	height: 100%;
}

@media only screen and (min-width: 1240px) {
	body {
		overflow-x: hidden;
	}
}

