@charset "utf-8";

/* =========================================
   어싱이란 전용 스타일
   ========================================= */

:root {
   --sub-hero-overlay: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

/* Hero Section (기본 세팅은 style.css 참고) */
main.hero2 {
   --hero-bg-image: url(../../assets/images/어싱이란/hero_bg.webp);
   background: var(--sub-hero-overlay), var(--hero-bg-image) no-repeat center / cover;
}

/* Earthing Section */
section.earthing {
   align-items: center;
}
section.earthing h2 {
   text-align: center;
   color: var(--color-txt-highlight1);
}

section.earthing .img-wrapper {
   max-width: 1200px;
}

section.earthing .img-wrapper li.placeholder {
   width: 100%;
   border-radius: 0;
}
