@charset "utf-8";

/* Reset */
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
hr {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
}
ul,
ol {
  list-style: none;
}
table {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  border: 0;
}
img,
fieldset {
  border: 0;
  vertical-align: top;
}
address,
em {
  font-style: normal;
}
em {
  font-weight: 500;
}
strong {
  font-weight: 700;
}
input,
select,
button,
textarea {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Pretendard", sans-serif;
  vertical-align: middle;
}
button {
  appearance: none;
  border: none;
  background: none;
}

/* Base */
body {
  background: #fff;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Pretendard", sans-serif;
  text-align: left;
}

hr {
  display: none;
}
a {
  color: #1d1d1d;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="image"],
textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
textarea {
  overflow-y: auto;
}
fieldset {
  display: block;
}
button {
  -webkit-appearance: none;
  appearance: none;
}

select {
  text-indent: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

#skip_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 99999;
}
#skip_nav a {
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #172d9d;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#skip_nav a:hover,
#skip_nav a:focus,
#skip_nav a:active {
  height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

legend,
caption,
.hide_text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*html5*/
article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu {
  display: block;
}

::-webkit-input-placeholder {
  color: #717171;
}

:-ms-input-placeholder {
  color: #717171;
}

::placeholder {
  color: #717171;
}
