.fa2-page {
  background: #232323;
  color: #fff;
  font-family: "Noto Sans KR", sans-serif;
}

.fa2-page *,
.fa2-page *::before,
.fa2-page *::after {
  box-sizing: border-box;
}

.fa2-page img {
  display: block;
  max-width: 100%;
}

.fa2-container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 24px;
}

.fa2-container--narrow {
  width: min(100%, 780px);
}

.fa2-section {
  position: relative;
  padding: 120px 0;
}

.fa2-section--dark {
  background: #232323;
}

.fa2-title,
.fa2-copy,
.fa2-feature__eyebrow,
.fa2-band__title,
.fa2-outro__eyebrow {
  margin: 0;
}

.fa2-title {
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
  letter-spacing: -0.05em;
}

.fa2-copy {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.8;
}

.fa2-copy--lead {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 300;
  line-height: 1.28;
  text-align: center;
  letter-spacing: -0.04em;
}

.fa2-copy--lead2 {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 300;
  line-height: 1.28;
  text-align: center;
  letter-spacing: -0.04em;
  font-size: clamp(18px, 3vw, 40px);
}

.fa2-copy--center {
  margin-top: 48px;
  text-align: center;
}

.fa2-hero {
  position: relative;
  min-height: 1140px;
  padding: 0 0 120px;
  background: url("/img/sub/face/sub_02/01_top_bg.jpg") center bottom / cover no-repeat;
  color: #1c1c1c;
  overflow: hidden;
}

.fa2-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fa2-hero__content {
  position: absolute;
  left: 50%;
  bottom: 92px;
  z-index: 1;
  width: min(100%, 1240px);
  padding: 0 24px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fa2-hero__eyebrow {
  margin: 0 0 84px;
  color: rgba(28, 28, 28, 0.2);
  font-size: clamp(28px, 4vw, 74px);
  font-weight: 200;
  letter-spacing: -0.05em;
}

.fa2-hero__title {
  margin: 0;
  font-size: clamp(36px, 4.8vw, 78px);
  line-height: 1.15;
  text-align: center;
  letter-spacing: -0.06em;
}

.fa2-hero__title strong {
  display: block;
  margin-top: 12px;
  font-weight: 800;
}

.fa2-hero__intro,
.fa2-hero__desc,
.fa2-hero__note {
  margin: 0;
  text-align: center;
}

.fa2-hero__intro {
  margin-top: 18px;
  font-size: clamp(24px, 2.5vw, 44px);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: -0.05em;
  color: rgba(28, 28, 28, 0.82);
}

.fa2-hero__desc {
  font-size: clamp(14px, 1.25vw, 22px);
  line-height: 1.8;
  color: rgba(28, 28, 28, 0.72);
}

.fa2-hero__note {
  margin-top: 18px;
  font-size: clamp(15px, 1.3vw, 23px);
  font-weight: 700;
  color: rgba(28, 28, 28, 0.86);
}

.fa2-intro .fa2-copy--lead {
  font-size: clamp(18px, 1.8vw, 32px);
}

.fa2-intro .fa2-title {
  font-size: clamp(28px, 3vw, 48px);
}

.fa2-intro .fa2-copy--center {
  font-size: clamp(15px, 1vw, 17px);
}

.fa2-intro {
  padding-top: 140px;
}

.fa2-intro__icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 780px;
  margin: 56px auto 0;
}

.fa2-icon-card {
  min-height: 182px;
  padding: 30px 18px 24px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fa2-icon-card__thumb {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa2-icon-card__thumb img {
  max-height: 54px;
  width: auto;
}

.fa2-icon-card p {
  margin: 18px 0 0;
  font-size: clamp(17px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.fa2-focus .fa2-copy--lead {
  font-size: clamp(18px, 3vw, 45px);
}

.fa2-focus .fa2-title {
  font-size: clamp(28px, 3vw, 45px);
}

.fa2-focus__intro {
  margin-top: 46px;
  text-align: center;
}

.fa2-focus__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1vw, 17px);
  font-weight: 500;
  line-height: 1.9;
}

.fa2-focus__intro p strong{
  color:#fff;
}

.fa2-focus__grid {
  max-width: 780px;
  margin: 86px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 140px 0px;
  align-items: center;
}

.fa2-focus__center {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 150px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.fa2-focus__center img {
  width: min(100%, 220px);
}

.fa2-focus__item {
  position: relative;
  text-align: center;
  z-index: 1;
}

.fa2-focus__item h4 {
  margin: 0 0 16px;
  font-size: clamp(18px, 1.2vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.fa2-focus__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.7;
}

.fa2-focus__item::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0.8;
  --fa2-focus-line-w: clamp(34px, 7vw, 100px);
  --fa2-focus-line-h: clamp(28px, 3.2vw, 45px);
  --fa2-focus-line-x: clamp(18px, 4.8vw, 75px);
  --fa2-focus-line-top: clamp(8px, 0.8vw, 10px);
  --fa2-focus-line-bottom: clamp(10px, 1.6vw, 23px);
}

.fa2-focus__item--lt::after {
  right: calc(var(--fa2-focus-line-x) * -1);
  bottom: var(--fa2-focus-line-bottom);
  width: var(--fa2-focus-line-w);
  height: var(--fa2-focus-line-h);
  border-top: 1.5px solid rgba(255, 255, 255);
  border-right: 1.5px solid rgba(255, 255, 255);
}

.fa2-focus__item--rt::after {
  left: calc(var(--fa2-focus-line-x) * -1);
  bottom: var(--fa2-focus-line-bottom);
  width: var(--fa2-focus-line-w);
  height: var(--fa2-focus-line-h);
  border-top: 1.5px solid rgba(255, 255, 255);
  border-left: 1.5px solid rgba(255, 255, 255);
}

.fa2-focus__item--lb::after {
  right: calc(var(--fa2-focus-line-x) * -1);
  top: var(--fa2-focus-line-top);
  width: var(--fa2-focus-line-w);
  height: var(--fa2-focus-line-h);
  border-bottom: 1.5px solid rgba(255, 255, 255);
  border-right: 1.5px solid rgba(255, 255, 255);
}

.fa2-focus__item--rb::after {
  left: calc(var(--fa2-focus-line-x) * -1);
  top: var(--fa2-focus-line-top);
  width: var(--fa2-focus-line-w);
  height: var(--fa2-focus-line-h);
  border-bottom: 1.5px solid rgba(255, 255, 255);
  border-left: 1.5px solid rgba(255, 255, 255);
}

.fa2-custom .fa2-copy--lead {
  font-size: clamp(18px, 1.8vw, 32px);
}

.fa2-custom .fa2-title {
  font-size: clamp(26px, 2.8vw, 44px);
}

.fa2-custom__thumb {
  max-width: 780px;
  margin: 52px auto 0;
}

.fa2-custom__thumb img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.fa2-custom__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 780px;
  margin: 48px auto 0;
}

.fa2-custom__card {
  min-height: 210px;
  padding: 20px 5px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 32px;
  text-align: center;
}

.fa2-custom__card h4 {
  margin: 0;
  font-size: clamp(18px, 1.15vw, 24px);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.fa2-custom__card p {
  margin: 15px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.75;
}

.fa2-feature {
  padding-top: 96px;
  padding-bottom: 130px;
}

.fa2-feature .fa2-title {
  font-size: clamp(26px, 2.8vw, 44px);
}

.fa2-feature__eyebrow {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(20px, 1.5vw, 32px);
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

.fa2-feature__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 780px;
  margin: 70px auto 0;
}

.fa2-feature__item {
  text-align: center;
}

.fa2-feature__item img {
  height: 72px;
  width: auto;
  margin: 0 auto 18px;
}

.fa2-feature__item h4 {
  margin: 0;
  font-size: clamp(18px, 1.1vw, 23px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.fa2-feature__item p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.6;
}

.fa2-band {
  position: relative;
  overflow: hidden;
}

.fa2-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.64);
  z-index: 0;
}

.fa2-band__overlay {
  position: relative;
  z-index: 1;
  padding: 110px 0;
  background: transparent;
}

.fa2-band--texture {
  position: relative;
  background: url("/img/sub/body/sub_02/sig_06_bg.jpg") center / cover no-repeat;
}

.fa2-band-area {
  background: rgba(0, 0, 0, 0.5);
}

.fa2-band__copy {
  text-align: center;
}

.fa2-band__copy p {
  margin: 0;
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.85);
}

.fa2-band__title {
  font-size: clamp(26px, 2.5vw, 42px);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  text-align: center;
}

.fa2-band__list {
  max-width: 680px;
  margin: 56px auto 0;
  padding: 0 100px;
  list-style: none;
  text-align: left;
}

.fa2-band__list li {
  position: relative;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(14px, 0.95vw, 16px);
  line-height: 1.7;
}

.fa2-band__list li:first-child {
  margin-top: 0;
}

.fa2-band__list li::before {
  content: "·";
  margin-right: 8px;
}

.fa2-outro {
  position: relative;
  background: url("/img/sub/signature_03/sig_07_bg.jpg") center / cover no-repeat;
}

.fa2-outro__overlay {
  padding: 210px 0 180px;
  background: rgba(16, 23, 12, 0.28);
}

.fa2-outro__eyebrow {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(21px, 2vw, 40px);
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

.fa2-outro__title {
  margin: 24px 0 0;
  font-size: clamp(25px, 3vw, 45px);
  font-weight: 300;
  line-height: 1.35;
  text-align: center;
  letter-spacing: -0.05em;
}

.fa2-outro__title strong {
  font-weight: 800;
}

@media (max-width: 1024px) {
  .fa2-section {
    padding: 96px 0;
  }

  .fa2-intro__icons,
  .fa2-custom__grid {
    gap: 18px;
  }

  .fa2-focus__grid {
    max-width: 700px;
    gap: 30px 28px;
  }

  .fa2-focus__center {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .fa2-feature__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .fa2-container,
  .fa2-hero__inner,
  .fa2-hero__content {
    padding: 0 18px;
  }

  .fa2-hero {
    min-height: 860px;
    padding: 92px 0 76px;
    background-position: 58% bottom;
  }

  .fa2-hero__eyebrow {
    margin-bottom: 52px;
  }

  .fa2-hero__content {
    bottom: 56px;
    width: 100%;
  }

  .fa2-hero__title strong {
    margin-top: 8px;
  }

  .fa2-copy--center {
    margin-top: 34px;
  }

  .fa2-section {
    padding: 78px 0;
  }

  .fa2-intro .fa2-copy--lead,
  .fa2-focus .fa2-copy--lead,
  .fa2-custom .fa2-copy--lead {
    font-size: 16px;
  }

  .fa2-intro .fa2-title,
  .fa2-focus .fa2-title,
  .fa2-custom .fa2-title,
  .fa2-feature .fa2-title,
  .fa2-band__title {
    font-size: 28px;
  }

  .fa2-intro__icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 38px;
  }

  .fa2-icon-card {
    min-height: 126px;
    padding: 18px 8px 16px;
    border-radius: 22px;
  }

  .fa2-icon-card__thumb {
    height: 40px;
  }

  .fa2-icon-card__thumb img {
    max-height: 34px;
  }

  .fa2-icon-card p {
    margin-top: 12px;
    font-size: 13px;
  }

  .fa2-focus__intro {
    margin-top: 34px;
  }

  .fa2-focus__intro p {
    font-size: 14px;
    line-height: 1.75;
  }

  .fa2-focus__grid {
    max-width: 520px;
    margin-top: 48px;
    gap: 18px 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fa2-focus__center {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .fa2-focus__center img {
    width: min(100%, 150px);
  }

  .fa2-focus__item h4 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .fa2-focus__item p {
    font-size: 11px;
    line-height: 1.55;
  }

  .fa2-focus__item::after {
    border-width: 1px;
  }

  .fa2-custom__thumb {
    margin-top: 36px;
  }

  .fa2-custom__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
  }

  .fa2-custom__card {
    min-height: 180px;
    padding: 18px 12px;
    border-radius: 22px;
  }

  .fa2-custom__card h4 {
    font-size: 14px;
  }

  .fa2-custom__card p {
    margin-top: 14px;
    font-size: 11px;
    line-height: 1.55;
  }

  .fa2-feature {
    padding-top: 76px;
    padding-bottom: 96px;
  }

  .fa2-feature__eyebrow {
    font-size: 16px;
  }

  .fa2-feature__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 40px;
  }

  .fa2-feature__item img {
    height: 42px;
    margin-bottom: 12px;
  }

  .fa2-feature__item h4 {
    font-size: 13px;
  }

  .fa2-feature__item p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.45;
  }

  .fa2-band__overlay {
    padding: 84px 0;
  }


  .fa2-band__copy {
    padding: 32px 20px;
  }

  .fa2-band__copy p,
  .fa2-band__list li {
    font-size: 13px;
    line-height: 1.65;
  }

  .fa2-band__list {
    margin-top: 36px;
  }

  .fa2-outro__overlay {
    padding: 140px 0 120px;
  }
}

.fa2-hero__eyebrow {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(25px, 2.5vw, 58px);
  font-weight: 400;
  line-height: 1;
}

.fa2-hero__title {
  margin: 12px 0 0;
  font-size: clamp(40px, 4.8vw, 74px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
}
