@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

:root {
	--primary: #2158a7;
	--primary2:#5897FB;
	--primary3: #6aa6a2;
	--white: #fff;
	--black: #111;
	--gray3: #333;
	--gray5: #555;
	--gray7: #777;
	--gray9: #999;
	--stroke-a: #aaa;
	--stroke-b: #bbb;
	--stroke-c: #ccc;
	--stroke-d: #ddd;
	--stroke-e: #eee;
	--bg100: #f1f1f1;
	--bg200: #eee;
	--bg300: #f5f5f5;
	--bg400: #e5e5e5;
	--bg500: #f9f9f9;
	--bg600: #E8ECF6;
	--warning: red;
	--font-10: 1rem;
	--font-12: 1.2rem;
	--font-14: 1.4rem;
	--font-16: 1.6rem;
	--font-18: 1.8rem;
	--font-20: 2rem;
	--font-24: 2.4rem;
	--font-28: 2.8rem;
	--font-30: 3rem;
	--font-34: 3.4rem;
	--font-36: 3.6rem;
	--font-40: 4rem;
	--font-44: 4.4rem;
	--font-48: 4.8rem;
	--font-64: 6.4rem;
}

* {
	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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	font-size: 10px;
	scroll-behavior: smooth;
}

body {
	line-height: 1;
	font-family: "Pretendard Variable", Pretendard, "Malgun Gothic", sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
}

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 {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

img {
	display: block;
}

button {
	cursor: pointer;
}

input:focus {
	outline: none;
}

h1 {
	font-size: 6rem;
}

h2 {
	font-size: 4rem;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}

strong {
	font-weight: 600;
}

b {
	font-weight: 500;
}

::selection {
	background-color: #2158a7;
	color: #ffffff;
}