@charset "UTF-8";
/* 전역 변수 */
:root {
  --color-main: #150F96;
  --color-sub: #EFEEFF;
  --color-error: #ef4444;
  --color-gray: #515151;
  --color-base: #334155;
  --color-border: #e2e8f0;
}

.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.point {
  color: var(--color-error) !important;
}

.dim {
  color: var(--color-gray) !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

/* ELLIPSIS */
/*
 * 파일명 : main.scss
 * 역할   : 메인페이지 레이아웃
 */
.visual {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
@media screen and (max-width: 1200px) {
  .visual {
    padding: 0;
  }
}
.visual__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.visual .swiper {
  width: 100%;
  height: auto;
}
.visual .swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #efeeff;
  border-radius: 1rem;
  padding: 4rem;
}
@media screen and (max-width: 1200px) {
  .visual .swiper .swiper-slide {
    border-radius: 0;
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-slide {
    flex-wrap: wrap;
    padding: 2rem;
  }
}
.visual .swiper .swiper-slide .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: normal;
}
.visual .swiper .swiper-slide .txt > span {
  font-size: 0.95rem;
  color: #515151;
  margin-bottom: 2rem;
}
.visual .swiper .swiper-slide .txt > em {
  font-size: 1.125rem;
  font-weight: 600;
  color: #515151;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .visual .swiper .swiper-slide .txt > em {
    font-size: 1rem;
  }
}
.visual .swiper .swiper-slide .txt > h2 {
  font-size: 2.25rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .visual .swiper .swiper-slide .txt > h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-slide .txt > h2 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.visual .swiper .swiper-slide .txt > h3 {
  font-size: 1.125rem;
  font-weight: 500;
  color: #515151;
  line-height: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .visual .swiper .swiper-slide .txt > h3 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-slide .txt > h3 {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.visual .swiper .swiper-slide .txt > a {
  font-size: 0.95rem;
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #000;
  padding: 10px 2rem;
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-slide .txt > a {
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-slide .img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.visual .swiper .swiper-slide .img img {
  width: 250px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .visual .swiper .swiper-slide .img img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-slide .img img {
    width: 120px;
  }
}
.visual .swiper .swiper-pagination {
  bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-pagination {
    bottom: 10px !important;
  }
}
.visual .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767px) {
  .visual .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.visual .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 8px;
  background: var(--color-main);
}

.cs__wrap {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
@media screen and (max-width: 1200px) {
  .cs__wrap {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cs__wrap {
    padding: 2rem 1rem;
  }
}
.cs__wrap .inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cs__wrap .inner .title h4 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cs__wrap .inner .title h4 {
    font-size: 1.2rem;
  }
}
.cs__wrap .cs {
  width: 100%;
  height: auto;
  display: flex;
  gap: 2rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .cs__wrap .cs {
    flex-direction: column;
    gap: 1rem;
  }
}
.cs__wrap .cs > hr {
  width: 1px;
  height: 100%;
  margin: 0;
  border: none;
  background-color: #ccc;
}
@media screen and (max-width: 767px) {
  .cs__wrap .cs > hr {
    width: 100%;
    height: 1px;
  }
}
.cs__wrap .cs #csSelect {
  width: 30%;
  height: 50px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/sort-down-solid.svg);
  background-size: 14px;
  background-position: bottom 18px right 18px;
  background-repeat: no-repeat;
  padding: 0 18px;
}
@media screen and (max-width: 767px) {
  .cs__wrap .cs #csSelect {
    width: 100%;
  }
}
.cs__wrap .cs #csSelect option {
  font-size: 1rem;
  padding: 1rem;
}
.cs__wrap .cs #csGender {
  width: 100%;
  height: 50px;
  display: flex;
  gap: 1rem;
}
.cs__wrap .cs #csGender input[type=radio] {
  display: none;
}
.cs__wrap .cs #csGender input[type=radio] + label {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
}
.cs__wrap .cs #csGender input[type=radio]:checked + label {
  color: #fff;
  border: none;
  background-color: var(--color-main);
}
.cs__wrap .cs__inputs {
  width: 70%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .cs__wrap .cs__inputs {
    width: 100%;
  }
}
.cs__wrap .cs__input {
  width: calc(50% - 8px);
  height: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cs__wrap .cs__input {
    width: 100%;
  }
}
.cs__wrap .cs__input > input {
  width: 100%;
  height: 100%;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding-left: 10px;
}
.cs__wrap .cs__apply {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cs__wrap .cs__apply .cs__info {
  display: flex;
  gap: 5px;
  margin: 0 0 1rem;
}
.cs__wrap .cs__apply .cs__info label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cs__wrap .cs__apply .cs__info label input {
  width: 17px;
  height: 17px;
}
.cs__wrap .cs__apply .cs__info label span {
  font-size: 0.9rem;
}
.cs__wrap .cs__apply .cs__info > span {
  font-size: 0.9rem;
  color: cornflowerblue;
  text-decoration: underline;
  cursor: pointer;
}
.cs__wrap .cs__apply .cs__btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.cs__wrap .cs__apply .cs__btn .submit {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 0.5rem;
  cursor: pointer;
}

.direct {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background-color: #f7f7ff;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .direct {
    padding: 2rem 1rem;
  }
}
.direct__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.direct__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .direct__title {
    font-size: 1.2rem;
  }
}
.direct__list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .direct__list {
    gap: 1rem;
  }
}
.direct__list > li {
  width: calc(33.33% - 22px);
  height: auto;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .direct__list > li {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .direct__list > li {
    width: 100%;
  }
}
.direct__list > li::after {
  content: "+";
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.direct__list > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 2rem;
}
.direct__list > li > a .img img {
  width: 50px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.direct__list > li > a > h3 {
  font-size: 0.95rem;
  font-weight: 400;
}
.direct__list > li > a > strong {
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .direct__list > li > a > p {
    font-size: 0.95rem;
  }
}