@charset "UTF-8";

/* URWGeometric */
@font-face {
  font-family: "URWGeometricExtraBold";
  src: url("../fonts/URWGeometricExtraBold/font.woff2") format("woff2"), url("../fonts/URWGeometricExtraBold/font.woff") format("woff");
}

@font-face {
  font-family: "URWGeometricBold";
  src: url("../fonts/URWGeometricBold/font.woff2") format("woff2"), url("../fonts/URWGeometricBold/font.woff") format("woff");
}

@font-face {
  font-family: "URWGeometricSemiBold";
  src: url("../fonts/URWGeometricSemiBold/font.woff2") format("woff2"), url("../fonts/URWGeometricSemiBold/font.woff") format("woff");
}

@font-face {
  font-family: "URWGeometricThin";
  src: url("../fonts/URWGeometricThin/font.woff2") format("woff2"), url("../fonts/URWGeometricThin/font.woff") format("woff");
}

/* font-family: 'Pretendard'; */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");

/* reset */
html {
  font-size: 1em;
  /* overflow-y: scroll; */
  height: calc(var(--vh, 1vh) * 100);
}
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,
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #00424c;
  font-family: "Pretendard";
  font-weight: 400;
  vertical-align: baseline;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="number"],
button,
input[type="submit"],
input[type="reset"],
button,
input[type="tel"],
button,
input[type="password"],
input[type="url"],
input[type="search"],
input[type="file"],
button,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 100%;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-box-sizing: border-box;
}
body {
  width: 100%;
  max-width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  font-size: 16px;
  line-height: 1.7;
  color: #00424c;
  word-wrap: break-word;
  word-break: keep-all;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul {
  list-style: none;
  font-size: 0;
}
blockquote,
q {
  quotes: none;
}
input:focus,
button:focus {
  border: none;
}
table {
  border-spacing: 0;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a:focus {
  outline: none !important;
}
a {
  display: inline-block;
  text-decoration: none;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button::-moz-focus-inner {
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 0;
  border: 0;
}
input::-moz-focus-inner {
  margin-top: -2px;
  margin-bottom: -2px;
  padding: 0;
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
button:hover {
  cursor: pointer;
}
button {
  background: transparent;
}
textarea:focus {
  outline: none;
}
:focus {
  outline: none;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
