@charset "utf-8";

/* Variables */
:root {
	--container-width: 1400px;
	--body-bg-color: #e7eaf3;
	--header-height: 70px;
	--snb-width: 270px;
	--hide-snb-transition: 0.4s;
	--top-notice-height: 40px;
}

/* Reset */
*,
::before,
::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset,
legend,
input,
textarea,
button,
select {
	margin: 0;
	padding: 0;
}
body,
input,
textarea,
select,
button,
table {
	color: #2f2f2f;
	font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
	font-size: 15px;
	line-height: 1.466666666666667;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: keep-all;
	line-break: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
}
img,
fieldset {
	border: 0;
}
img {
	max-width: 100%;
	vertical-align: top;
}
ul,
ol {
	list-style: none;
}
address {
	font-style: normal;
}
a {
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
legend {
	width: 0;
}
iframe {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
input::-webkit-input-placeholder {
	line-height: normal !important;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="checkbox"] {
	box-shadow: none;
}
button,
input {
	border-radius: 0;
}
button {
	padding: 0;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}
a,
label,
select {
	cursor: pointer;
}
select {
	background: #fff;
}
select::-ms-expand {
	background: transparent;
	border: 0;
}
textarea {
	overflow: auto;
}
[hidden] {
	display: none;
}
[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}
caption {
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-top: -1px;
}
.blind,
legend {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -9999em;
}

::selection {
	background: rgb(146 163 217 / 45%);
}