@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Pretendard Variable", Pretendard, "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.15;
  color: #333 !important;
  min-height: 100vh;
  background: linear-gradient(#fff 0%, #f4f9ff 40%);
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1180px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 991.98px) {
  .area {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 90px;
  border-bottom: 1px solid #f0f0f0;
  z-index: 999;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  #header {
    height: 60px;
  }
}
#header .area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(100% - 280px);
}
@media screen and (max-width: 1439.98px) {
  #header .area {
    max-width: none;
  }
}
@media screen and (max-width: 991.98px) {
  #header .area {
    justify-content: flex-start;
  }
}
#header .logo-txt {
  font-size: 24px;
  font-weight: 700;
  color: #2c50ab;
}
@media screen and (max-width: 991.98px) {
  #header .logo-txt {
    font-size: 19px;
    order: 2;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 374.98px) {
  #header .logo-txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 349.98px) {
  #header .logo-txt {
    font-size: 16px;
  }
}
#header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 53px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991.98px) {
  #header .logo {
    width: 25px;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-right: 8px;
  }
}
@media screen and (max-width: 374.98px) {
  #header .logo {
    width: 22px;
    margin-right: 5px;
  }
}
#header .tel {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding-left: 10px;
  background-color: #2c50ab;
  border-radius: 50px;
}
@media screen and (max-width: 991.98px) {
  #header .tel {
    height: 24px;
    font-size: 16px;
    line-height: 1;
    padding-left: 6px;
    order: 3;
    margin-left: auto;
  }
}
@media screen and (max-width: 374.98px) {
  #header .tel {
    font-size: 4.0106951872vw;
  }
}
#header .tel img {
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  #header .tel img {
    height: 21px;
  }
}
#header .tel .num {
  display: inline-block;
  padding: 0 16px 0 4px;
}
@media screen and (max-width: 991.98px) {
  #header .tel .num {
    padding-right: 10px;
    padding-left: 2px;
  }
}

.footer {
  padding: 90px 0;
  background: #fdfdfd;
  border-top: 1px solid #eee;
}
@media screen and (max-width: 991.98px) {
  .footer {
    padding: 50px 0;
  }
}

.footer-inner {
  margin: 0 auto;
}

.footer-title {
  margin-bottom: 24px;
  font-size: 25px;
  font-weight: 700;
  color: #2c50ab;
}
@media screen and (max-width: 991.98px) {
  .footer-title {
    font-size: 18px;
  }
}

.footer-info {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #bababa;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 991.98px) {
  .footer-info {
    font-size: 14px;
    line-height: 1.3;
  }
}
.footer-info li {
  margin-bottom: 6px;
}
.footer-info span {
  display: inline-block;
  margin-right: 24px;
  color: #909090;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .footer-info span {
    margin-right: 5px;
  }
}

.common-sec {
  padding: 120px 0 180px;
}
@media screen and (max-width: 1800px) {
  .common-sec {
    padding: 14vh 0 14vh;
  }
}
@media screen and (max-width: 991.98px) {
  .common-sec {
    padding: 80px 0;
  }
}

.common-title {
  font-size: 70px;
  font-weight: 700;
  color: #2c50ab;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1599.98px) {
  .common-title {
    font-size: 4.3777360851vw;
  }
}
@media screen and (max-width: 991.98px) {
  .common-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

.cont-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .cont-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .cont-list.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cont-list .list-item {
  position: relative;
  padding: 50px 20px 30px 30px;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border: 1px solid transparent;
  transition: all 0.1s;
  background-color: #2c50ab;
  background-repeat: no-repeat;
  background-position: right -1px center;
  background-size: auto 100%;
  color: #fff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1439.98px) {
  .cont-list .list-item {
    padding: 50px 25px 30px 25px;
  }
}
@media screen and (max-width: 991.98px) {
  .cont-list .list-item {
    padding: 16px;
    border-radius: 12px;
    padding-top: 35px;
  }
}
.cont-list .list-item:hover {
  background-color: #fff;
  border-color: #2c50ab;
}
.cont-list .list-item:hover .text {
  color: #2c50ab;
}
.cont-list .list-item:hover span {
  background: #2c50ab;
  color: #fff;
}
.cont-list .list-item:hover span:after {
  filter: brightness(0) invert(1);
}
.cont-list .list-item span {
  background: #fff;
  color: #2c50ab;
}
.cont-list .list-item .text {
  display: flex;
  flex-direction: column;
}
.cont-list .list-item strong {
  font-size: 36px;
  font-weight: 600;
}
@media screen and (max-width: 1800px) {
  .cont-list .list-item strong {
    font-size: 2.0011117287vw;
  }
}
@media screen and (max-width: 991.98px) {
  .cont-list .list-item strong {
    font-size: 20px;
    font-weight: 700;
  }
}
@media screen and (max-width: 374.98px) {
  .cont-list .list-item strong {
    font-size: 5.3475935829vw;
  }
}
.cont-list .list-item span {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  width: 86px;
  height: 23px;
  padding: 0 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.cont-list .list-item span:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  background: url("../img/go-arrow.svg") no-repeat center/contain;
  margin-left: 5px;
}