@charset "UTF-8";
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
@media screen and (max-width: 991.98px) {
  .subtop-wrap .sub-top-image {
    background-position: right 20% center;
  }
}

.section {
  display: flex;
  flex-direction: column;
}

.section-content {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 991.98px) {
  .section-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.image-wrapper {
  width: 48.584%;
}
@media screen and (max-width: 991.98px) {
  .image-wrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 543.98px) {
  .image-wrapper {
    width: 100%;
  }
}

.responsive-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.text-content {
  flex: 1;
}

.section-title {
  font-family: "Paperlogy", "Pretendard Variable", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 991.98px) {
  .section-title {
    font-size: 24px;
  }
}

.step-container {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 991.98px) {
  .step-container {
    gap: 24px;
  }
}

.step-title,
.full-width-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 991.98px) {
  .step-title,
  .full-width-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.section2 .section-title {
  margin-bottom: 20px;
}
.section2 .paragraph {
  margin-bottom: 44px;
}

.step-description,
.full-width-description, .paragraph,
.list li {
  font-size: 15px;
  font-weight: 100;
  line-height: 1.6;
}

.full-width-section {
  margin-top: 44px;
}
@media screen and (max-width: 991.98px) {
  .full-width-section {
    margin-top: 24px;
  }
}

.paragraph {
  line-height: 1.8;
  font-weight: 100;
}

.list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 100;
}
.list li:before {
  content: "•";
  position: absolute;
  left: 0;
}

@media (max-width: 992px) {
  .section:nth-child(2) .section-content {
    flex-direction: column-reverse;
  }
}
.common-top-banner {
  background: #fff;
  border: 1px solid #ddd;
  color: #2B2B2B;
}