@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@import url("https://webfontworld.github.io/SCoreDream/SCoreDream.css");
@import url("https://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");
@import url("https://fonts.cdnfonts.com/css/segoe-ui-4");
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  letter-spacing: -0.05em;
}
.score {
  font-family: "SCoreDream", "Pretendard", "Noto Sans KR";
}
.title {
  font-family: "Pretendard", sans-serif;
}
.en_font {
  font-family: "Roboto", sans-serif;
}
.serif {
  font-family: "Noto Serif KR", serif;
}
.segoe {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.jjmj {
  font-family: "Jeju Myeongjo", serif;
}
.pre {
  font-family: "Pretendard", sans-serif;
}
.sans {
  font-family: "Pretendard", sans-serif;
}
.bold {
  font-weight: 600;
}
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;
  color: #191919;
  word-spacing: -1px;
}
a {
  color: #333;
  text-decoration: none;
}
ul {
  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,
span,
strong {
  margin: 0;
}
.center {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
/* header */
.header {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 101;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
.hd_wrap {
  padding: 0 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd_wrap > ul.pc_con {
  display: flex;
  width: 45%;
  justify-content: space-evenly;
}
.hd_wrap > ul.pc_con > li a:hover {
  color: #63c0bb;
  font-weight: 600;
  transition: all 0.2s;
}
.hd_wrap > ul.pc_con > li > a {
  line-height: 80px;
  font-size: 18px;
  font-weight: 400;
  color: #191919;
  position: relative;
  display: inline-block;
  width: 150px;
  text-align: center;
}
.hd_wrap > p {
  position: relative;
}
.hd_wrap > p > a {
  color: #63c0bb;
  font-size: 30px;
  font-weight: 800;
}
.hd_wrap > p > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 40px;
  height: 33px;
  background: url("../img/ico_tel.svg") no-repeat center;
}
