@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: -0.05em;
}
.en_font {
  font-family: "Roboto", sans-serif;
}
.serif {
  font-family: "Noto Serif KR", serif;
}
.pre {
  font-family: "Pretendard", sans-serif;
}
.sans {
  font-family: "Noto Sans KR", sans-serif;
}
body {
  position: relative;
  overflow-x: hidden;
  font-family: "Pretendard", sans-serif;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  /* min-width: 1903px; */
  padding-top: 80px;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0px;
}
li {
  list-style: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.m_con {
  display: none;
}
.blind {
  text-indent: -9999px;
  line-height: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
span,
strong {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  font-style: normal;
}
button {
  cursor: pointer;
}
.center {
  max-width: 1440px !important;
  width: 100%;
  margin: 0 auto;
}
.display_none {
  display: none !important;
}
/* header */
.header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  transition: all 0.2s;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.hd_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
.hd_wrap > ul {
  display: flex;
}
.hd_wrap > ul > li > a:hover,
.hd_wrap > ul > li > a.active {
  font-weight: 800;
  color: #0067b7;
}
.hd_wrap > ul > li > a {
  font-size: 21px;
  font-weight: 400;
  color: #000;
  position: relative;
  line-height: 130px;
  display: inline-block;
  margin-left: 42px;
}
.hd_wrap > ul > li > a::after
{
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  position: absolute;
  background-color: #0067b7;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  transition: all 0.3s;
}
.hd_wrap > ul > li > a:hover::after,
.hd_wrap > ul > li > a.active::after {
  width: 100%;
}
/* size : 1300px */
@media screen and (max-width: 1301px) {
  /* header */
  .hd_wrap {
    padding: 0 20px;
    scale: 0.9;
    white-space: nowrap;
    max-width: none;
  }
  .hd_wrap > ul > li > a {
    margin-left: 20px;
  }
}

/* size : 1050px */
@media screen and (max-width: 1050px) {
  .hd_wrap > ul > li > a {
    font-size: 16px;
  }
}
/* size : 760px */
@media screen and (max-width: 760px) {
  .hd_wrap > ul > li > a {
    font-size: 14px;
  }
}
