/* =========================================================
   인사말 본문
   첨부된 디자인을 HTML/CSS로 재구성
========================================================= */

.greeting-section {
  width: 100%;
  background: #ffffff;
  padding: 86px 24px 108px;
  box-sizing: border-box;
}

.greeting-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.greeting-heading {
  text-align: center;
}

.greeting-en-title {
  margin: 0;
  color: #4d4a4b;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(46px, 4.7vw, 70px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;
  transform: scaleX(0.88);
  transform-origin: center center;
}

.greeting-slogan {
  margin-top: 58px;
  color: #080808;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.48;
  letter-spacing: -0.055em;
}

.greeting-slogan p {
  margin: 0;
}

.greeting-slogan strong {
  color: #27b783;
  font-weight: 800;
}

.greeting-message {
  width: min(1040px, 100%);
  margin: 72px auto 0;
  color: #555253;
  font-size: clamp(17px, 1.3vw, 21px);
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: -0.035em;
  text-align: center;
  word-break: keep-all;
}

.greeting-message p {
  margin: 0;
}

.greeting-message p + p {
  margin-top: 43px;
}

.greeting-message .greeting-hello {
  margin-bottom: 4px;
}

.greeting-message .greeting-hello + p {
  margin-top: 0;
}

.greeting-signature {
  width: min(1040px, 100%);
  margin: 58px auto 0;
  text-align: center;
}

.greeting-signature > p {
  margin: 0;
  color: #4c494a;
  font-size: clamp(21px, 1.65vw, 27px);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.greeting-signature-logo {
  display: block;
  width: 185px;
  max-width: 34vw;
  height: auto;
  margin: 62px 0 0 auto;
}

/* =========================================================
   태블릿
========================================================= */

@media (max-width: 1024px) {
  .greeting-section {
    padding: 72px 38px 92px;
  }

  .greeting-slogan {
    margin-top: 46px;
  }

  .greeting-message {
    margin-top: 58px;
  }

  .greeting-message p + p {
    margin-top: 36px;
  }

  .greeting-signature {
    margin-top: 50px;
  }

  .greeting-signature-logo {
    margin-top: 48px;
  }
}

/* =========================================================
   모바일
========================================================= */

@media (max-width: 700px) {
  .greeting-section {
    padding: 54px 22px 68px;
  }

  .greeting-en-title {
    font-size: clamp(36px, 10.5vw, 52px);
    line-height: 1.06;
    transform: scaleX(0.90);
  }

  .greeting-slogan {
    margin-top: 34px;
    font-size: clamp(20px, 5.5vw, 27px);
    line-height: 1.5;
  }

  .greeting-message {
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    word-break: keep-all;
  }

  .greeting-message .greeting-hello {
    text-align: center;
    margin-bottom: 18px;
  }

  .greeting-message p + p {
    margin-top: 30px;
  }

  .greeting-signature {
    margin-top: 44px;
  }

  .greeting-signature > p {
    font-size: 20px;
  }

  .greeting-signature-logo {
    width: 150px;
    max-width: 45vw;
    margin: 42px auto 0;
  }
}

@media (max-width: 420px) {
  .greeting-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .greeting-message {
    font-size: 15px;
  }
}
