/* HOME contact image section — R010 */
.external-home .home-contact{
  position:relative;
  display:flex;
  align-items:center;
  min-height:460px;
  padding:0 7vw;
  overflow:hidden;
  background-color:#28160e;
  background-image:linear-gradient(90deg,rgba(39,22,13,.78) 0%,rgba(39,22,13,.65) 35%,rgba(39,22,13,.26) 68%,rgba(39,22,13,.30) 100%),url("/assets/home-contact-pc.webp");
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
}
.external-home .home-contact-inner{
  position:relative;
  z-index:1;
  width:100%;
  max-width:1500px;
  margin:0 auto;
}
.external-home .home-contact .home-section-kicker{color:#e0a091}
.external-home .home-contact h2{max-width:680px;margin:0 0 21px;color:#fff8ed;font-family:"Noto Serif KR",serif;font-size:clamp(39px,3.6vw,53px);font-weight:500;line-height:1.35}
.external-home .home-contact p:not(.home-section-kicker){max-width:510px;margin:0;color:#eee0d0;font-size:18px;line-height:1.72;word-break:keep-all}
.external-home .home-contact-button{min-width:208px;min-height:60px;margin-top:32px;border:0;background:#b93831;color:#fffaf3;font-size:17px;font-weight:700}
.external-home .home-contact-button:hover{background:#cb463d;color:#fffaf3}
@media(max-width:640px){
  .external-home .home-contact{align-items:flex-start;min-height:532px;padding:72px 24px 34px;background-image:linear-gradient(180deg,rgba(38,22,13,.68) 0%,rgba(38,22,13,.51) 46%,rgba(38,22,13,.62) 100%),url("/assets/home-contact-mobile.webp");background-position:center 52%}
  .external-home .home-contact h2{max-width:320px;margin-bottom:18px;font-size:clamp(32px,8.6vw,36px);line-height:1.4}
  .external-home .home-contact p:not(.home-section-kicker){max-width:275px;font-size:17px;line-height:1.68}
  .external-home .home-contact-button{display:flex;width:100%;min-height:58px;margin-top:30px;font-size:17px}
}
html.view-mobile .home-contact{align-items:flex-start;min-height:532px;padding:72px 24px 34px;background-image:linear-gradient(180deg,rgba(38,22,13,.68) 0%,rgba(38,22,13,.51) 46%,rgba(38,22,13,.62) 100%),url("/assets/home-contact-mobile.webp");background-position:center 52%}
html.view-mobile .home-contact h2{max-width:320px;margin-bottom:18px;font-size:36px;line-height:1.4}
html.view-mobile .home-contact p:not(.home-section-kicker){max-width:275px;font-size:17px;line-height:1.68}
html.view-mobile .home-contact-button{display:flex;width:100%;min-height:58px;margin-top:30px;font-size:17px}
@media(prefers-reduced-motion:reduce){.external-home .home-contact-button{transition:none}}

