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;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

html {
  scroll-behavior: smooth !important;
  /* Color Variables */
  --color-primary: #1d4068;
  --color-secondary: #2165b3;
  --color-dark: #222;
  --color-white: #fff;
  --color-gray-50: #f6f6f6;
  --color-gray-100: #f1f1f1;
  --color-gray-200: #eaeaea;
  --color-gray-300: #ddd;
  --color-gray-400: #bbb;
  --color-gray-450: #afafaf;
  --color-gray-500: #555;
  --color-gray-600: #666;
  --color-gray-700: #444;
  --color-gray-800: #333;
  --bg-footer: #212121;
  /* Width */
  --max-width: min(1200px, 95%);
  --max-width--wide: 1420px;
  --sub-max-width: 1140px;
  --small-max-width: 950px;
  /* z-index */
  --z-header: 999;
}

body {
  overflow-x: hidden;
}

body,
button,
input,
textarea {
  font-family: "Noto Sans Kr", "Dotum", "Arial", san-serif;
}
