@charset "UTF-8";
/* 전역 변수 */
:root {
  --color-main: #f43f5e;
  --color-sub: #059669;
  --color-error: #ef4444;
  --color-gray: #94a3b8;
  --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: 0 0 2rem;
}
.visual__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fef6c7;
  border-radius: 1rem;
  padding: 3rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .visual__inner {
    border-radius: 0;
    padding: 2rem 1rem;
  }
}
.visual .container {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  line-height: normal;
}
.visual .container > span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--color-main);
  border-radius: 2rem;
  padding: 10px 3rem;
}
@media screen and (max-width: 767px) {
  .visual .container > span {
    font-size: 1rem;
  }
}
.visual .container > h1 {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 1200px) {
  .visual .container > h1 {
    font-size: 2rem;
  }
}
.visual .container > h1 > b {
  font-weight: inherit;
  color: var(--color-sub);
}
.visual .container > strong {
  font-size: 1.1rem;
  font-weight: 500;
  color: #595959;
}
@media screen and (max-width: 767px) {
  .visual .container > strong {
    font-size: 1rem;
  }
}
.visual .cs {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.visual .cs__inner {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 2rem;
  border: 1px solid #ccc;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .visual .cs__inner {
    border-radius: 0.5rem;
    padding: 1.5rem;
  }
}
.visual .cs__type {
  width: 100%;
  height: auto;
  display: flex;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1200px) {
  .visual .cs__type {
    flex-direction: column;
  }
}
.visual .cs__type .title {
  width: 25%;
  height: auto;
  border-right: 1px solid #ccc;
  padding: 2rem 0 0;
}
@media screen and (max-width: 1200px) {
  .visual .cs__type .title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .visual .cs__type .title {
    padding: 0 0 1rem;
  }
}
.visual .cs__type .title > p {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .visual .cs__type .title > p {
    font-size: 1.1rem;
  }
}
.visual .cs__type .title > span {
  font-size: 1rem;
  color: #555;
  line-height: normal;
}
.visual .cs__type .list {
  width: 75%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1200px) {
  .visual .cs__type .list {
    width: 100%;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .visual .cs__type .list {
    gap: 0;
    padding: 1rem 0;
  }
}
.visual .cs__type .list > li {
  width: calc(12.5% - 14px);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .visual .cs__type .list > li {
    width: calc(16.6% - 13px);
  }
}
@media screen and (max-width: 767px) {
  .visual .cs__type .list > li {
    width: 25%;
  }
}
.visual .cs__type .list > li.is-active {
  color: #fff;
  background-color: var(--color-main);
  border-radius: 0.5rem;
}
.visual .cs__type .list > li.is-active img {
  filter: invert(1);
}
.visual .cs__type .list > li img {
  width: 35px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .visual .cs__type .list > li img {
    width: 30px;
  }
}
.visual .cs__type .list > li p {
  font-size: 0.9rem;
  font-weight: 500;
}
.visual .cs__inputs {
  width: 100%;
  height: auto;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .visual .cs__inputs {
    flex-direction: column;
  }
}
.visual .cs__inputs .title {
  width: 25%;
  height: auto;
  border-right: 1px solid #ccc;
  padding: 2rem 0 0;
}
@media screen and (max-width: 1200px) {
  .visual .cs__inputs .title {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .visual .cs__inputs .title {
    padding: 1rem 0;
  }
}
.visual .cs__inputs .title > p {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .visual .cs__inputs .title > p {
    font-size: 1.1rem;
  }
}
.visual .cs__inputs .title > span {
  font-size: 1rem;
  color: #555;
  line-height: normal;
}
.visual .cs__inputs .wrap {
  width: 75%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 2rem 0 0 2rem;
}
@media screen and (max-width: 1200px) {
  .visual .cs__inputs .wrap {
    width: 100%;
    padding: 2rem 0 0;
  }
}
.visual .cs__inputs .cs__input {
  width: calc(50% - 0.5rem);
  height: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .visual .cs__inputs .cs__input {
    width: 100%;
  }
}
.visual .cs__inputs .cs__input.last {
  width: 100%;
}
.visual .cs__inputs .cs__input > span {
  width: 70px;
  height: auto;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .visual .cs__inputs .cs__input > span {
    text-align: left;
  }
}
.visual .cs__inputs .cs__input > input {
  width: calc(100% - 70px);
  height: 45px;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  padding-left: 1rem;
}
.visual .cs__inputs .cs__input #csGender {
  width: calc(100% - 70px);
  height: 45px;
  display: flex;
  gap: 10px;
}
.visual .cs__inputs .cs__input #csGender input[type=radio] {
  display: none;
}
.visual .cs__inputs .cs__input #csGender input[type=radio] + label {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  cursor: pointer;
}
.visual .cs__inputs .cs__input #csGender input[type=radio]:checked + label {
  font-size: 0.95rem;
  font-weight: 500;
  background-color: var(--color-main);
  border: none;
  color: #fff;
}
.visual .cs__inputs .cs__input textarea {
  width: calc(100% - 70px);
  height: 70px;
  resize: none;
  outline: none;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  padding: 10px;
}
.visual .cs__apply {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 1rem 0;
}
.visual .cs__apply > label {
  display: flex;
  align-items: center;
  gap: 5px;
}
.visual .cs__apply > label > input {
  width: 14px;
  height: 14px;
}
.visual .cs__apply > label > span {
  font-size: 0.95rem;
}
.visual .cs__apply > p {
  font-size: 0.95rem;
  color: cornflowerblue;
  text-decoration: underline;
  cursor: pointer;
}
.visual .cs__btn {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.visual .cs__btn > a {
  width: 80%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-main);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .visual .cs__btn > a {
    width: 100%;
  }
}

.slide {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .slide {
    padding: 0 1rem 2rem;
  }
}
.slide__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.slide .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.slide .swiper-slide .img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  padding: 1rem;
}
.slide .swiper-slide .img img {
  width: 120px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.slide .swiper-slide > span {
  font-size: 0.9rem;
  font-weight: 500;
}

.info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .info {
    padding: 0 1rem 2rem;
  }
}
.info__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.info__list {
  width: 100%;
  height: auto;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1200px) {
  .info__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .info__list {
    flex-direction: column;
  }
}
.info__list > li {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  transition: all 0.3s ease;
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  .info__list > li {
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .info__list > li {
    padding: 1.5rem;
  }
}
.info__list > li:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--color-main);
}
.info__list > li .img img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .info__list > li .img img {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .info__list > li .img img {
    width: 60px;
  }
}
.info__list > li h3 {
  font-size: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .info__list > li h3 {
    font-size: 1rem;
  }
}
.info__list > li p {
  font-size: 0.95rem;
  word-break: keep-all;
  text-wrap: balance;
}
@media screen and (max-width: 1200px) {
  .info__list > li p {
    font-size: 0.9rem;
  }
}

.direct {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .direct {
    padding: 0 1rem 2rem;
  }
}
.direct__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.direct__title {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.direct__list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.direct__list > li {
  width: calc(50% - 8px);
  height: auto;
  display: flex;
  align-items: center;
  gap: 2rem;
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (max-width: 1200px) {
  .direct__list > li {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .direct__list > li {
    width: 100%;
  }
}
.direct__list > li .img img {
  width: 55px;
  min-width: 55px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.direct__list > li .txt h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.direct__list > li .txt p {
  font-size: 1rem;
  font-weight: 500;
  color: #7f7f7f;
  margin-bottom: 1rem;
}
.direct__list > li .txt a {
  font-weight: 600;
  color: var(--color-sub);
}
.direct__list > li .txt a:hover {
  text-decoration: underline;
}