@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Paperlogy";
  src: url("/fonts/Paperlogy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gowun Dodum";
  src: url("/fonts/GowunDodum-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("/fonts/Oswald-Variable.woff2") format("woff2-variations");
  font-weight: 200 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/PretendardVariable.woff2") format("woff2-variations");
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  color: inherit;
}

.tab__header {
  padding-bottom: 100px;
}
.tab__nav {
  display: flex;
  list-style: none;
}
.tab__item {
  position: relative;
  flex: 1;
  font-weight: 400;
  color: #464c53;
  border: 1px solid #cdd1d5;
  background-color: #f4f5f6;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tab__item:not(:last-child) {
  border-right: none;
}
.tab__item--active {
  color: #fff;
  border-color: #4177b3;
  background-color: #4177b3;
}
.tab__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: Pretendard GOV;
  font-size: 18px;
  font-weight: inherit;
  letter-spacing: -0.2px;
  background-color: transparent;
  padding: 20px 40px;
}
.tab__button:focus {
  outline: none;
}
.tab__content {
  position: relative;
  min-height: 300px;
}
.tab__panel {
  display: none;
  width: 100%;
  animation: fadeIn 0.3s ease-in-out;
}
.tab__panel--active {
  display: block;
}

.content-section {
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
}
.content-section__title-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-section__description-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-section__icon {
  width: 32px;
  height: 42px;
  object-fit: contain;
}
.content-section__title {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: GyeonggiBatang;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.2px;
  color: #464c53;
}
.content-section__subtitle {
  font-family: GyeonggiBatang;
  font-size: 26px;
  font-weight: 400;
  color: #131416;
  line-height: 1.8;
  letter-spacing: -0.2px;
}
.content-section__description {
  font-family: Pretendard GOV;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;
}
.content-section__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: disc;
  padding-left: 20px;
  margin-top: 4px;
}
.content-section__list--none {
  list-style: none;
  padding-left: 0;
}
.content-section__item {
  &::marker {
    font-size: 8px;
  }
}
.content-section__details {
  font-family: Pretendard GOV;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;

  & em {
    font-weight: 700;
  }
  & em.blue {
    color: #096ab3;
  }
  & em.black {
    color: #1e2124;
  }
}
.content-section__link-container {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;

  & em {
    font-family: Paperlogy;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: -0.2px;
  }
  & em.blue {
    color: #4177b3;
  }
  & em.small {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.content-section__link-button {
  height: 40px;
  border-radius: 6px;
  border: 1px solid #4177b3;
  padding: 0 20px;
  margin: 4px auto 0 0;
}
.content-section__link {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  font-family: Pretendard GOV;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #096ab3;
  text-decoration: underline;
}

.step-section__header {
  display: flex;
  align-items: flex-start;
}
.step-section__number {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  font-family: Paperlogy;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #4177b3;
}
.step-section__number--green {
  background-color: #228738;
}
.step-section__number--red {
  background-color: #d63d4a;
}
.step-section__title {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #4177b3;

  & em {
    font-weight: 800;
  }
  & em.blue {
    color: #096ab3;
  }
  & em.green {
    color: #267337;
  }
}
.step-section__description-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.step-section__description-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-left: 20px;
  list-style: disc;
}
.step-section__description-list--none {
  list-style: none;
  padding-left: 0;
}
.step-section__description-list--inner {
  margin-top: 4px;
}
.step-section__description-item {
  &::marker {
    font-size: 10px;
  }
}
.step-section__description-item--blue {
  &::marker {
    color: #096ab3;
  }
}
.step-section__description {
  font-family: Pretendard GOV;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;

  & em {
    font-weight: 700;
  }
  & em.blue {
    color: #096ab3;
  }
  & em.green {
    color: #267337;
  }
  & em.black {
    color: #1e2124;
  }
}
.step-section__icon {
  width: auto;
  height: 28px;
  object-fit: contain;
}

.intro-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.overview-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.understanding-section {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.understanding-section__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.understanding-section__item {
  border-radius: 24px;
  border: 1px solid #4177b3;
  overflow: hidden;
}
.understanding-section__header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #4177b3;
  background-color: #ecf2f8;
  padding: 16px 32px;

  & .step-section__number {
    width: 28px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
  }
}
.understanding-section__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 32px;
}
.understanding-section__body--small {
  gap: 4px;
}
.understanding-section__body--medium {
  gap: 16px;
}
.understanding-section__title {
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #4177b3;
  word-break: break-all;
}
.understanding-section__title--green {
  color: #267337;
}
.understanding-section__title--red {
  color: #ab2b36;
}

.recovery-section {
  display: flex;
  flex-direction: column;
  gap: 64px;

  & .understanding-section__item {
    border-color: #cdd1d5;
  }
  & .understanding-section__header {
    border-color: #cdd1d5;
    background-color: #fbeff0;
  }
}

.support-section {
  & .content-section__list {
    gap: 4px;
    margin-top: 0;
  }
}

.preview-section {
  display: flex;
  flex-direction: column;
  gap: 48px;
  border-radius: 24px;
  background-color: #ecf2f8;
  padding: 64px 0;
}
.preview-section__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0 64px;
}
.preview-section__list--small {
  gap: 20px;
}
.preview-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;

  & .step-section__number {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    font-size: 15px;
    line-height: 32px;
  }
}
.preview-section__item--arrow {
  align-self: center;
  margin-bottom: 36px;
}
.preview-section__item--caption {
  gap: 24px;
  margin-bottom: 0;
}
.preview-section__image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
}
.preview-section__caption {
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  color: #4177b3;
  text-align: center;
}
.preview-section__caption--green {
  color: #267337;
}
.preview-section__caption--red {
  color: #ab2b36;
}
.preview-section__label {
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #4177b3;
  text-align: center;
}
.preview-section__label--green {
  color: #267337;
}
.preview-section__label--red {
  color: #ab2b36;
}

.process-section {
  display: flex;
  align-items: center;
  padding: 0 77px 0 64px;
}
.process-section__bar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 16px 0;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    width: auto;
    height: 100%;
    z-index: 1;
  }
}
.process-section__bar--blue {
  flex: 5;
  background-color: #4177b3;

  &::after {
    border-top: 22px solid transparent;
    border-left: 11px solid #4177b3;
    border-bottom: 22px solid transparent;
  }
}
.process-section__bar--green {
  flex: 1;
  background-color: #228738;

  &::after {
    border-top: 22px solid transparent;
    border-left: 11px solid #228738;
    border-bottom: 22px solid transparent;
  }
}
.process-section__bar--red {
  flex: 1;
  background-color: #d63d4a;

  &::after {
    border-top: 22px solid transparent;
    border-left: 11px solid #d63d4a;
    border-bottom: 22px solid transparent;
  }
}
.process-section__title {
  font-family: Paperlogy;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.2px;
  color: #ffffff;
}

.quote-section {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 24px;
  background-color: #fff3db;
  padding: 20px 32px;
}
.quote-section--vertical {
  flex-direction: column;
}
.quote-section__image-container {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 18px;
}
.quote-section__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.quote-section__text {
  width: 100%;
  text-align: center;
  font-family: Gowun Dodum;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #1e2124;
}
.quote-section__source-container {
  display: flex;
  align-self: flex-end;
  border-radius: 8px;
  background-color: #f4f5f6;
  padding: 8px 20px;
  margin-bottom: 8px;
}
.quote-section__source {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;
}

.tip-section {
  border-radius: 12px;
  background-color: #f4f5f6;
  padding: 24px 32px;
  margin: 10px 0;
}
.tip-section__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tip-section__item {
  display: flex;
  flex-direction: column;
  gap: 8px;

  &:last-child {
    & .tip-section__description {
      margin-bottom: 0;
    }
  }
}
.tip-section__check-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;

  & img {
    margin-top: 6px;
  }
}
.tip-section__title {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;
}
.tip-section__description {
  font-family: Pretendard GOV;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;
  margin-bottom: 12px;

  & em {
    font-weight: 700;
  }
  & em.blue {
    color: #096ab3;
  }
}

.method-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 16px;
}
.method-section__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 40px;
}
.method-section__title {
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #4177b3;
}
.method-section__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.method-section__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.method-section__step-title {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #4177b3;
}

.example-section {
  margin-top: 20px;
}
.example-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.example-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.example-section__title {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #1e2124;
}
.example-section__source {
  font-family: Pretendard GOV;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;
}
.example-section__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.example-section__item {
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  border: 1px solid #cdd1d5;
  overflow: hidden;
}
.example-section__thought {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  border-right: 1px solid #cdd1d5;
  background-color: #eaf6ec;
  padding: 24px 32px;
}
.example-section__thought-text {
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #267337;
  text-align: center;
}
.example-section__description {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  background-color: #ffffff;
  padding: 24px 40px;
}
.example-section__description-text {
  font-family: Pretendard;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;
}
.example-section__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 360px;
  border-right: 1px solid #cdd1d5;
  background-color: #f2f2f2;
  padding: 40px 32px;
}
.example-section__method {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  min-height: 253px;
  background-color: #ffffff;
  padding: 40px;
}
.example-section__method-title {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #4177b3;
}
.example-section__method-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.example-section__method-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.example-section__step-number {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  aspect-ratio: 1/1;
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -0.2px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #33363d;
  margin-top: 4.4px;
}
.example-section__step-description {
  font-family: Pretendard;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;
}

.notioce-section {
  border-radius: 24px;
  border: 1px solid #4177b3;
  overflow: hidden;
}
.notioce-section__header {
  border-bottom: 1px solid #4177b3;
  background-color: #4177b3;
  padding: 16px 32px;
}
.notioce-section__title {
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #ffffff;
}
.notioce-section__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 28px 32px;

  & .step-section__header {
    gap: 12px;
    margin-top: 8px;
  }
  & .step-section__icon {
    width: 22px;
  }
  & .step-section__title {
    font-weight: 800;
    font-size: 18px;
  }
}

.detail-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 12px;
}
.detail-section__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  background-color: #f4f5f6;
  padding: 32px;
}
.detail-section__qa {
  display: inline-block;
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #ffffff;
  border-radius: 1000px;
  background-color: #4177b3;
  padding: 8px 32px;
  margin: 0 auto 0 0;
}
.detail-section__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.detail-section__info-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
}
.detail-section__info-container--inner {
  gap: 20px;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 24px 32px;
}
.detail-section__info-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-section__info-title {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #131416;
}
.detail-section__info-subtitle {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: -0.2px;
  color: #1e2124;
}
.detail-section__step-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 24px;
  border: 1px solid #cdd1d5;
  padding: 40px;
  overflow: hidden;

  & .step-section__header {
    gap: 8px;
  }
  & .step-section__number {
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
}
.detail-section__step-list {
  border-radius: 24px;
  border: 1px solid #cdd1d5;
  overflow: hidden;
}
.detail-section__step-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 32px 16px 32px;
}
.detail-section__step-item:not(:last-child) {
  border-bottom: 1px solid #cdd1d5;
}
.detail-section__step-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-section__step-number {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #4177b3;
  font-family: Paperlogy;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #4177b3;
}
.detail-section__step-image {
  width: 68px;
  aspect-ratio: 1/1;
  margin-right: 4px;

  & img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
.detail-section__step-label {
  font-family: Paperlogy;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #4177b3;
}

.faq-section {
  display: flex;
  flex-direction: column;
  gap: 32px;

  & .step-section__header {
    gap: 8px;
  }
  & .step-section__number {
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    margin-top: 4px;
  }
}
.faq-section__list {
  border-top: 1px solid #cdd1d5;
  border-bottom: 1px solid #cdd1d5;
}
.faq-section__item:not(:last-child) {
  border-bottom: 1px solid #cdd1d5;
}
.faq-section__question-container {
  display: flex;
  gap: 40px;
  background-color: #4177b3;
  padding: 24px 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq-section__question-container:hover {
  background-color: #3b68a0;
}
.faq-section__icon img {
  transition: transform 0.3s ease;
}
.faq-section__item--active .faq-section__icon img {
  transform: rotate(180deg);
}
.faq-section__mark {
  font-family: Oswald;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.2px;
  text-transform: uppercase;

  &.faq-section__mark--q {
    color: #ffffff;
  }
  &.faq-section__mark--a {
    line-height: 1.4;
    color: #464c53;
  }
}
.faq-section__question {
  flex: 1;
  font-family: Pretendard GOV;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  color: #ffffff;
}
.faq-section__answer-container {
  display: none;
  gap: 40px;
  border-top: 1px solid #cdd1d5;
  background-color: #ecf2f8;
  padding: 24px 80px 24px 40px;
}
.faq-section__answer {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq-section__answer--small {
  gap: 24px;
}
.faq-section__text-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-section__text {
  font-family: Pretendard GOV;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.2px;
  color: #464c53;

  & em {
    font-weight: 700;
    color: #096ab3;
  }
}
.faq-section__text-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 4px;
}
.faq-section__step-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-section__step-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guide-section {
  & .step-section__header {
    gap: 12px;
  }
  & .step-section__number {
    width: 28px;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
  }
  & .understanding-section__title {
    line-height: 1.7;
  }
}
.guide-section__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.guide-section__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 40px;
  border-radius: 24px;
  background-color: #ecf2f8;
}
.guide-section__item--green {
  background-color: #eaf6ec;
}
.guide-section__item--red {
  background-color: #fbeff0;
}

@media all and (max-width: 768px) {
  .tab__nav {
    flex-direction: column;
  }
  .tab__item:not(:last-child) {
    border-right: 1px solid #cdd1d5;
    border-bottom: none;
  }

  .quote-section {
    flex-direction: column;
    justify-content: center;
  }


  .example-section__header {
    flex-direction: column;
  }
  .example-section__item {
    flex-direction: column;
  }
  .example-section__thought {
    max-width: none;
    border-right: none;
    border-bottom: 1px solid #cdd1d5;
  }
  .example-section__description {
    flex-direction: column;
  }
  .example-section__image {
    max-width: none;
    border-right: none;
    border-bottom: 1px solid #cdd1d5;

    & img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }

  .process-section {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .preview-section__list {
    flex-direction: column;
    align-items: center;
  }
  .preview-section__item--caption {
    flex-direction: row;
  }
  .preview-section__item--arrow img {
    transform: rotate(90deg);
  }

  .step-section__header {
    flex-direction: column;

    & .step-section__number {
      margin-top: 0;
    }
  }

  .faq-section__answer-container {
    padding-right: 40px;
  }
  .faq-section__mark {
    display: none;
  }

  .detail-section__content {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  .detail-section__info-container {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  .detail-section__step-container {
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .detail-section__step-item {
    padding: 20px 16px 16px 16px;
  }
  .detail-section__step-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tip-section {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }
  .tip-section__check-item {
    flex-direction: column;
  }

  .method-section__content {
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }

  .example-section__method-item {
    flex-direction: column;
  }
  .example-section__thought {
    padding: 12px 16px;
  }
  .example-section__description {
    gap: 16px;
    padding: 12px 20px;

    & img {
      transform: rotate(90deg);
    }
  }
  .example-section__method {
    padding: 16px;
  }
}

