/* Pretendard font */
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-SemiBold.woff") format("woff");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/FuturaPTDemi.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/FuturaPTBook.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
}

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html,
body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
html {
  font-size: 20px;
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  font-weight: 400;
  color: #000;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
address,
em,
img,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
hr,
figure {
  margin: 0;
  padding: 0;
}
header,
footer,
main,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
form,
fieldset,
iframe {
  display: block;
  border: none;
}
button,
optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}
.fe-input,
.fe-textarea,
.fe-select select {
  margin: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
address,
em,
i {
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
legend,
.hidden,
.blind,
.hide {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
#skipNav a {
  position: fixed;
  top: -99px;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#skipNav a:hover,
#skipNav a:focus,
#skipNav a:active {
  position: fixed;
  top: 0;
  display: block;
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }
}
