* {
  letter-spacing: -1px;
}
html,
body {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: none; /* 웹킷, 사파리, 크롬 브라우저 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 모질라 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 브라우저 */
  color: #333;
  overflow-x: hidden;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
}
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #111;
}
b {
  font-weight: bold;
}
i {
  padding-left: 6px;
  transform: matrix(1, 0, -0.1, 0.99, 0, 0);
  display: inline-block;
}
h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}
h2 {
  font-size: 40px;
  color: #111;
  line-height: 1.4;
  display: inline-block;
  margin: 0 0 30px 0;
  position: relative;
}
h2::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -13px;
  width: 10px;
  height: 10px;
  background: #4a90e2;
  border-radius: 50%;
}
h3 {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 30px;
}
h3 span {
  color: #4a90e2;
}
h4 {
  font-size: 20px;
  font-weight: 700;
  background: rgba(74, 144, 226, 10%);
  display: inline-block;
  padding: 0 13px;
  border-radius: 17px;
  margin-bottom: 22px;
  letter-spacing: -0.027em;
}
p {
  margin: 0;
}
dd {
  margin: 0;
}
.content {
  max-width: 984px;
  width: calc(100% - 60px);
  margin: 0 auto;
  padding: 121px 0;
}
.pc {
  display: flex !important;
}
.mobile {
  display: none !important;
}
.txt-box p {
  padding-bottom: 20px;
}
.txt-box p:last-child {
  padding: 0 !important;
}
a.link {
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 84px;
  color: #4a90e2;
  border: 2px solid #4a90e2;
  background: #fff;
  padding-left: 33px;
  margin-top: 30px;
}
a.link span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #4a90e2;
  padding: 0 30px;
  height: 100%;
  border: 1px solid #4a90e2;
}
a.link span img {
  margin-left: 10px;
}

/* header */
header {
  width: 100%;
  height: 130px;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1184px;
  width: calc(100% - 40px);
  height: 100%;
  margin: 0 auto;
}
header .header_inner img {
  width: auto;
  height: 46px;
  max-width: 100%;
  object-fit: contain;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}

/* below 1280 */
@media screen and (max-width: 1280px) {
  html,
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  a.link {
    font-size: 23px;
  }
}

/* below 1024 */
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    margin-left: 13px;
    margin-bottom: 25px;
  }
  h3 {
    margin-bottom: 20px;
  }
  h2::before {
    width: 7px;
    height: 7px;
  }
  .txt-box p {
    padding-bottom: 15px;
  }
  header {
    height: 60px;
  }
  header .header_inner {
    font-size: 18px;
    width: calc(100% - 36px);
    padding: 0 18px;
  }
  header .header_inner img {
    width: 80px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
  }
  .content {
    width: calc(100% - 54px);
    padding: 60px 0;
  }
  a.link {
    font-size: 20px;
    height: 70px;
    margin-top: 20px;
    padding-left: 20px;
  }
  .pc {
    display: none !important;
  }
  .mobile {
    display: flex !important;
  }
}

/* below 960 */
@media screen and (max-width: 960px) {
  h2 {
    font-size: 25px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  h2::before {
    top: 5px;
    left: -10px;
  }
  h3 {
    font-size: 20px;
  }
  a.link span {
    padding: 0 16px;
  }
  a.link span b {
    display: none;
  }
  a.link span img {
    margin: 0;
  }
}

/* below 540 */
@media screen and (max-width: 540px) {
  html,
  body {
    font-size: 16px;
  }
  .content {
    padding: 28px 0 60px;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  h2::before {
    width: 4px;
    height: 4px;
    left: -6px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  a.link {
    font-size: 15px;
    padding-left: 10px;
    height: 50px;
    border: 1px solid #4a90e2;
  }
  a.link span img {
    width: 18px;
  }
}
