@charset "UTF-8";
.about__container {
  text-align: center;
}
.about__container .section {
  max-width: 62.625rem;
  margin: 0 auto 5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid var(--custom-color-border);
}
.about__container .section.top-section {
  margin-bottom: 3.75rem;
  padding-bottom: 0;
  border-bottom: none;
}
.about__container .section.top-section img {
  width: 11rem;
  height: 12.9375rem;
  margin: 3.75rem 0 2rem;
}
.about__container .section.top-section p {
  margin: 1.25rem 0;
}
.about__container .section.top-section div {
  padding: 1.25rem 0 0.875rem;
  color: var(--custom-primary-blue_d70);
}
.about__container .section.top-section div p {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.875rem;
  position: relative;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: -0.015rem;
}
.about__container .section.top-section div p::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.8125rem;
  background-color: var(--custom-primary-brown);
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  z-index: -1;
  opacity: 0.2;
}
.about__container .section.top-section div p:first-child::after {
  background-color: #89A2C0;
}
.about__container .section.top-section .top-section__slogan {
  color: var(--custom-primary-blue_d70);
  margin: 3.75rem 0 3rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: -0.015rem;
}
.about__container .section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.about__container .section .section-title__eng {
  display: block;
  font-size: 5rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  font-family: "Noto Sans KR", sans-serif;
  margin-top: 1.5rem;
  text-transform: uppercase;
}
.about__container .section .section-title__kor {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.25rem;
  margin-bottom: 1.625rem;
}
.about__container .section .section-desc__call {
  display: block;
  width: 30.3125rem;
  height: 3.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.25rem;
  letter-spacing: -0.0112rem;
  margin: 2.75rem auto 0;
  color: var(--custom-secondary-white) !important;
}
.about__container .section:nth-child(odd) .section-title__eng {
  -webkit-text-stroke-color: var(--custom-primary-brown);
}
.about__container .section:nth-child(odd) .section-title__kor {
  color: var(--custom-primary-brown);
}
.about__container .section:nth-child(odd) .section-desc__call {
  background-color: var(--custom-primary-brown);
}
.about__container .section:nth-child(even) .section-title__eng {
  -webkit-text-stroke-color: #89A2C0;
}
.about__container .section:nth-child(even) .section-title__kor {
  color: #89A2C0;
}
.about__container .section:nth-child(even) .section-desc__call {
  background-color: #89A2C0;
}
.about__container .section .section-desc {
  margin-top: 2rem;
}
.about__container .section .section-desc__text {
  margin: 0.375rem 0;
}
.about__container .section .section-desc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.about__container .section .section-desc__list:has(li:only-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__container .section .section-desc__list .section-desc__item {
  -ms-flex-preferred-size: calc(50% - 1rem);
      flex-basis: calc(50% - 1rem);
}
.about__container .section .section-desc__list .section-desc__item-img {
  width: 100%;
  margin-bottom: 0.75rem;
}
.about__container .section .section-desc__list .section-desc__item-text {
  text-align: left;
  height: 3rem;
}
.about__container .section .section-desc__list .btn {
  background: var(--custom-secondary-gray03);
  font-weight: 700;
  margin-top: 1.875rem;
}
.about__container .section .section-desc__list .btn:hover {
  background: var(--custom-primary-brown);
  color: var(--custom-secondary-white) !important;
}
.about__container .section .section-desc__list .btn:hover .xi-plus {
  color: var(--custom-secondary-white);
}
.about__container .section .section-desc__list .btn .xi-plus {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0.25rem;
}

@media (max-width: 991.98px) {
  .about__container span.spacer {
    display: block;
  }
  .about__container .section {
    padding: 0;
    border-bottom: none;
    /* 스크롤바 손잡이(thumb) */
  }
  .about__container .section.top-section img {
    width: 7.143rem;
    height: 100%;
  }
  .about__container .section.top-section p {
    font-size: 1.143rem;
  }
  .about__container .section.top-section h1 p {
    font-size: 1.786rem;
    text-wrap: nowrap;
  }
  .about__container .section.top-section .top-section__slogan {
    font-size: 1.786rem;
    line-height: 2.5rem;
  }
  .about__container .section .section__img {
    width: 100%;
  }
  .about__container .section .section-title__eng {
    font-size: 3.357rem;
    text-align: left;
    text-wrap: nowrap;
  }
  .about__container .section .section-title__kor {
    font-size: 1.786rem;
    text-align: left;
  }
  .about__container .section .section-desc__call {
    width: 100%;
  }
  .about__container .section .section-desc {
    margin-top: 2rem;
  }
  .about__container .section .section-desc__text {
    font-size: 1.143rem;
    text-align: left;
  }
  .about__container .section:nth-child(odd) .section-desc__list::-webkit-scrollbar-thumb {
    background: var(--custom-primary-brown);
  }
  .about__container .section:nth-child(even) .section-desc__list::-webkit-scrollbar-thumb {
    background: #89A2C0;
  }
  .about__container .section .section-desc__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 2rem;
    /* 스크롤바 트랙(배경) */
  }
  .about__container .section .section-desc__list::-webkit-scrollbar {
    height: 2px; /* 가로 스크롤바 높이 */
  }
  .about__container .section .section-desc__list::-webkit-scrollbar-track {
    background: var(--custom-secondary-gray03);
  }
  .about__container .section .section-desc__list .section-desc__item {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .about__container .section .section-desc__list .section-desc__item-text {
    height: auto;
  }
}
