﻿@charset "utf-8";
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,
hr {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  color: #191919;
  height: 100vh;
  -webkit-text-size-adjust: none;
  font-family: "Pretendard", "Dotum", "sans-serif";
  word-break: keep-all;
  font-weight: 400;
  letter-spacing: -0.5px;
}
textarea {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  padding: 15px;
  font-family: "Pretendard", "sans-serif";
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-size: 15px;
}
body {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
h1 {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
}
h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  font-weight: 600;
}
a,
a:link,
a:visited {
  text-decoration: underline;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  display: inline-block;
}
* {
  outline: none !important;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
select {
  color: #191919;
}
button {
  border: 0;
  cursor: pointer;
}
caption {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  text-indent: -999em;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  clear: both;
}
a:active,
a:hover,
button:active,
button:hover {
  outline: 0 none;
  color: #000;
}
a:focus {
  color: #000;
  text-decoration: none;
  outline: 1px dotted invert;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
em,
address {
  font-style: normal;
}
acronym,
abbr {
  cursor: help;
}
abbr[title] {
  border-bottom: 1px dotted;
}
ul,
ol {
  list-style: none;
  list-style-image: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.img-full {
  width: 100%;
  max-width: 100%;
}
.img-half {
  width: 50%;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
input,
select,
textarea {
  font-size: 1.4rem;
  vertical-align: middle;
}
input[type="text"],
input[type="submit"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  font-family: "Pretendard";
}
input[type="checkbox"] {
  vertical-align: -1px;
  vertical-align: middle;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
a,
span,
p,
em,
label,
dt,
dd,
li,
strong {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
strong,
b {
  font-weight: 600;
}
button {
  font-family: "Pretendard";
}
::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #8b8b8b;
}
:-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #8b8b8b;
}
::-moz-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #8b8b8b;
}
:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #8b8b8b;
}
table {
  border-collapse: collapse;
  font-size: 1.4rem;
}
table button,
table input {
  overflow: auto;
}
.hidden,
legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clear {
  clear: both;
}
.hide {
  font-size: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
