 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }


 .m-only {
   display: none;
 }

 @media (max-width: 768px) {
   .m-only {
     display: inline;
   }
 }

 /* -------------------------------- Section: sub__ceo --------------------------------- */
 .sub__ceo_bg0 {
   position: relative;
   width: 100%;
   height: 598px;
   overflow: hidden;

   display: flex;
   align-items: center;
   justify-content: center;

   background-color: #f0f0f0;
 }

 /* ✅ 배경이미지 확대용 레이어 */
 .sub__ceo_bg0::before {
   content: "";
   position: absolute;
   inset: 0;

   background: url(../../1x/s1/sub1_0__bg.png) no-repeat center;
   background-size: cover;

   transform: scale(1);
   transition: transform 2.5s ease;

   z-index: 0;
 }

 /* ✅ 페이지 진입시 서서히 확대 */
 .sub__ceo_bg0.is-active::before {
   transform: scale(1.15);
 }

 /* 텍스트는 위로 올라오게 */
 .sub__ceo_bg0 * {
   position: relative;
   z-index: 2;
 }

 /* 텍스트 기본 상태 (숨김) */
 .sub__title {
   color: #fff;
   font-size: 56px;
   font-weight: 600;


   opacity: 0;
   transform: translateY(30px);
   transition: opacity 0.8s ease, transform 0.8s ease;
 }

 /* 나타난 상태 */
 .sub__title.is-show {
   opacity: 1;
   transform: translateY(0);
 }

 .sub__ceo {
   padding-bottom: 150px;
 }

 .sub__ceo_wrap {
   max-width: 1794px;
   background: #fafafa;
   margin-left: auto;
   border-radius: 50px 0 0 0;
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 50px;
 }



 .sub__ceo_text {
   width: 100%;
   padding: 3rem 0 3rem 6rem;
 }

 .sub__ceo_text div {
   font-family: "esamanru";
   font-size: 3rem;
   font-weight: 900;
 }

 .sub__ceo_text h3 {
   font-size: 2.25rem;
   font-weight: 800;
   padding-bottom: 2rem;
 }

 .sub__ceo_text p {
   line-height: 1.6;
 }

 .sub__ceo_text p span {
   font-family: 'KyoboHandwriting2020A';
   font-size: 1.125rem;
 }

 .sub__ceo_img img {
   width: 720px;
 }

 @media (max-width: 1024px) {
   .sub__ceo_wrap {
     flex-direction: column;
     align-items: center;
     padding: 2rem;
   }

   .sub__ceo_text {
     padding: 2rem 1rem;
     text-align: center;
   }

   .sub__ceo_text div {
     font-size: 2.5rem;
   }

   .sub__ceo_text h3 {
     font-size: 2rem;
   }

   .sub__ceo_text p span {
     font-size: 1rem;
   }

   .sub__ceo_img img {
     width: 100%;
     max-width: 600px;
   }
 }

 @media (max-width: 768px) {
   .sub__ceo_bg0 {
     height: 200px;
   }

   .sub__ceo_wrap {
     border-radius: 30px 0 0 0;
     padding: 1.5rem;
   }

   .sub__ceo_text div {
     font-size: 2rem;
   }

   .sub__ceo_text h3 {
     font-size: 1.5rem;
   }

   .sub__ceo_text p {
     font-size: 0.95rem;
   }

   .sub__ceo_text p span {
     font-size: 0.9rem;
   }

   .sub__ceo_img img {
     max-width: 100%;
   }
 }

 /* ===== 상단 카테고리 바 ===== */
 :root {
   --headerH: 0px;
 }

 .subcat {
   border-top: 1px solid #eaeaea;
   border-bottom: 1px solid #eaeaea;
   z-index: 9000;
 }

 .subcat__inner {
   width: min(100vw, 1180px);
   margin: 0 auto;
   display: grid;
   grid-template-columns: repeat(4, 1fr);
 }

 .subcat__link {
   height: 56px;
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 8px;
   text-decoration: none;
   color: #222;
   font-weight: 800;
   position: relative;
 }

 .subcat__link::after {
   content: "";
   position: absolute;
   left: 50%;
   bottom: 0;
   width: 0;
   height: 2px;
   background: #111;
   transition: width .25s ease, left .25s ease;
 }

 .subcat__link:hover::after {
   width: 60%;
   left: 20%;
 }

 .subcat__link.is-active {
   color: #111;
 }

 .subcat__link.is-active::after {
   width: 68%;
   left: 16%;
 }

 @media (max-width: 768px) {
   .subcat__inner {
     grid-template-columns: 1fr;
   }

   .subcat__link {
     height: 48px;
     border-bottom: 1px solid #eee;
   }

   .subcat__link:last-child {
     border-bottom: 0;
   }
 }



 /* ===== CATEGORY BOX ===== */
 .hero-subcat {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   min-height: 64px;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 200px;
   background: rgba(268, 281, 281, 0.18);
 }

 /* ===== CATEGORY TEXT ===== */
 .hero-subcat a {
   position: relative;
   padding: 6px 0;

   color: #fff;
   font-size: 15px;
   font-weight: 500;
   letter-spacing: 0.22em;
   /* 🔥 글자 간격 */
   text-decoration: none;
   white-space: nowrap;
   opacity: .9;
 }

 /* hover underline */
 .hero-subcat a::after {
   content: "";
   position: absolute;
   left: 50%;
   bottom: -6px;
   width: 0;
   height: 2px;
   background: #111;
   transition: width .25s ease, left .25s ease;
 }

 .hero-subcat a:hover::after {
   width: 60%;
   left: 20%;
 }

 .hero-subcat a:hover {
   opacity: 1;
 }

 /* ===============================
   RESPONSIVE
=============================== */

 /* ===============================
   MOBILE RESET (CRITICAL FIX)
================================ */
 @media (max-width: 768px) {

   .company-info {
     padding: 80px 0;
   }

   .company-info__inner {
     display: flex;
     /* 🔥 grid 완전 해제 */
     flex-direction: column;
     gap: 40px;
   }

   /* TEXT */
   .company-info__text {
     order: 1;
   }

   .company-info__title {
     font-size: 28px;
     line-height: 1.35;
   }

   .company-info__text p {
     font-size: 13px;
     line-height: 1.8;
   }

   /* IMAGE 1 */
   .company-info__img1 {
     order: 2;
     width: 100%;
   }

   .company-info__img1 img {
     width: 100%;
   }

   /* IMAGE 2 – 겹침 완전 제거 */
   .company-info__img2 {
     order: 3;
     width: 100%;
     margin: 0;
     /* 🔥 음수 margin 제거 */
   }

   .company-info__img2 img {
     width: 100%;
   }
 }

 /* ===============================
   SMALL MOBILE
================================ */
 @media (max-width: 480px) {

   .company-info {
     padding: 64px 0;
   }

   .company-info__title {
     font-size: 26px;
   }

   .company-info__text p {
     font-size: 14px;
   }
 }

 /* ===============================
   MOBILE FORCE FIX (ABSOLUTE)
================================ */
 @media (max-width: 768px) {

   /* 구조 강제 리셋 */
   .company-info__inner {
     display: block !important;
   }

   /* 텍스트 먼저 */
   .company-info__text {
     margin-bottom: 32px;
   }

   /* 이미지 1 무조건 아래로 */
   .company-info__img1 {
     display: block !important;
     width: 100% !important;
     margin-top: 40px !important;
   }

   .company-info__img1 img {
     width: 100% !important;
     height: auto;
     display: block;
   }

   /* 이미지 2 완전 분리 */
   .company-info__img2 {
     display: block !important;
     width: 100% !important;
     margin-top: 24px !important;
     margin-left: 0 !important;
   }

   .company-info__img2 img {
     width: 100% !important;
     height: auto;
     display: none !important;
   }
 }




 /* ===============================
   COMPANY INFO SECTION
================================ */

 .company-info {
   background: #fff;
   padding: 140px 0;
   overflow: hidden;
 }

 .company-info__inner {
   width: min(1400px, 92%);
   margin: 0 auto;

   display: grid;
   grid-template-columns: 1.1fr 0.9fr;
   grid-template-rows: auto;
   column-gap: 80px;

   align-items: start;
   position: relative;
 }

 /* ===============================
   TEXT AREA
================================ */

 .company-info__text {
   grid-column: 1 / 2;
 }

 .company-info__label {
   display: block;
   font-size: 14px;
   font-weight: 600;
   color: #34445b;
   margin-bottom: 14px;
   letter-spacing: .04em;
 }

 .company-info__title {
   font-size: 42px;
   font-weight: 600;
   line-height: 1.35;
   color: #34445b;
   margin-bottom: 32px;
 }

 .company-info__text p {
   font-size: 16px;
   line-height: 1.9;
   color: #444;
   margin-bottom: 22px;
 }

 /* ===============================
   IMAGE 1 (RIGHT MAIN)
================================ */

 .company-info__img1 {
   grid-column: 2 / 3;
 }

 .company-info__img1 img {
   width: 100%;
   display: block;
 }

 /* ===============================
   IMAGE 2 (NEXT TO TEXT ❗)
================================ */

 .company-info__img2 {
   grid-column: 1 / 2;
   /* 🔥 핵심: 텍스트 컬럼 */
   margin-left: auto;
   /* 오른쪽에 붙임 */
   margin-top: -28%;
   width: 55%;
 }

 .company-info__img2 img {
   width: 100%;
   display: block;
 }

 /* ===============================
   ANIMATION
================================ */

 .ani-left,
 .ani-right {
   opacity: 0;
   transition: opacity .9s ease, transform .9s ease;
 }

 .ani-left {
   transform: translateX(-80px);
 }

 .ani-right {
   transform: translateX(80px);
 }

 .is-show.ani-left,
 .is-show.ani-right {
   opacity: 1;
   transform: translateX(0);
 }

 .delay-1 {
   transition-delay: .15s;
 }

 .delay-2 {
   transition-delay: .3s;
 }

 /* ===============================
   RESPONSIVE
================================ */

 @media (max-width: 1024px) {
   .company-info {
     padding: 100px 0;
   }

   .company-info__inner {
     grid-template-columns: 1fr;
     row-gap: 50px;
   }

   .company-info__img2 {
     width: 100%;
     margin-left: 0;
   }
 }

 @media (max-width: 768px) {
   .company-info {
     padding: 80px 0;
   }

   .company-info__title {
     font-size: 30px;
   }

   .company-info__text p {
     font-size: 15px;
   }
 }



 @media (max-width: 768px) {
   .hero-subcat {
     padding: 10px 14px;
     min-height: auto;
     gap: 24px;
     flex-wrap: wrap;
   }

   .sub__title {
     color: #fff;
     font-size: 30px;
     font-weight: 600;
     opacity: 0;
     transform: translateY(30px);
     transition: opacity 0.8s ease, transform 0.8s ease;
   }

   .hero-subcat a {
     font-size: 13px;
   }
 }








 /* ===============================
   BRAND SECTION
================================ */

 .brand-section {
   padding: 140px 0;
   background: #fff;
   overflow: hidden;
   margin-top: -5%;
 }

 .brand-inner {
   width: min(1400px, 92%);
   margin: 0 auto;
 }

 /* TOP */
 .brand-label {
   font-size: 14px;
   font-weight: 600;
   color: #34445b;
   display: block;
   margin-bottom: 14px;
 }

 .brand-title {
   font-size: 42px;
   font-weight: 600;
   color: #34445b;
   margin-bottom: 28px;
 }

 .brand-desc {
   font-size: 16px;
   color: #000;
 }

 .brand-line {
   width: 100%;
   height: 1px;
   background: #d6dbe3;
   margin: 60px 0 80px;
 }

 /* BRAND ROW */
 .brand-row {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 80px;
   margin-bottom: 90px;
 }

 .brand-item {
   display: flex;
   align-items: center;
   gap: 24px;
 }

 .brand-logo img {
   width: 150px;
   height: 150px;
 }

 .brand-info h3 {
   font-size: 40px;
   font-weight: 800;
   margin-bottom: 6px;
 }

 .brand-info p {
   font-size: 18px;
   color: #000;
 }

 /* IMAGE GRID */
 .brand-image-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
 }

 .brand-card img {
   width: 100%;
   border-radius: 22px;
   display: block;
   margin-bottom: 22px;
 }

 .brand-card p {
   font-size: 18px;
   color: #000;
 }

 /* ===============================
   ANIMATION
================================ */

 .ani-up {
   opacity: 0;
   transform: translateY(60px);
   transition: opacity .9s ease, transform .9s ease;
 }

 .is-show {
   opacity: 1;
   transform: translateY(0);
 }

 .delay-1 {
   transition-delay: .1s;
 }

 .delay-2 {
   transition-delay: .2s;
 }

 .delay-3 {
   transition-delay: .3s;
 }

 .delay-4 {
   transition-delay: .4s;
 }

 /* ===============================
   RESPONSIVE
================================ */

 @media (max-width: 1024px) {

   .brand-row,
   .brand-image-grid {

     gap: 50px;
   }
 }

 @media (max-width: 768px) {
   .brand-section {
     padding: 90px 0;
   }

   .brand-logo img {
     width: 90px;
     height: 90px;
   }

   .brand-title {
     font-size: 30px;
   }

   .brand-item {
     flex-direction: column;
     align-items: flex-start;
   }

   .brand-info h3 {
     font-size: 29px;
     font-weight: 800;
     margin-bottom: 6px;
   }

   .brand-info p {
     font-size: 15px;
     color: #000;
   }

   .brand-image-grid {
     display: grid;
     grid-template-columns: none;
     gap: 60px;
   }
 }







 /* ===============================
   COMPANY VISION SECTION
=============================== */

 .co-vision {
   width: 100%;
   min-height: 520px;
   background: url(/1x/s1/co_7.png) center no-repeat;
   background-size: auto;
   display: flex;
   align-items: center;
 }

 .co-vision__inner {
   width: min(1200px, 90%);
   margin: 0 auto;
   text-align: center;
   color: #fff;
 }

 /* 작은 타이틀 */
 .co-vision__eyebrow {
   display: block;
   font-size: 18px;
   letter-spacing: 0.25em;
   margin-bottom: 18px;
 }

 /* 메인 타이틀 */
 .co-vision__title {
   font-size: 42px;
   font-weight: 500;
   margin-bottom: 26px;
 }

 /* 본문 텍스트 */
 .co-vision__desc {
   font-size: 18px;
   line-height: 1.8;
   margin-bottom: 32px;
   word-break: keep-all;
 }

 /* 하단 문구 */
 .co-vision__footer {
   font-size: 18px;
   letter-spacing: 0.15em;
 }

 /* ===============================
   RESPONSIVE
=============================== */

 @media (max-width: 1024px) {
   .co-vision {
     min-height: 460px;
   }

   .co-vision__title {
     font-size: 36px;
   }

   .co-vision__desc {
     font-size: 15px;
   }
 }

 @media (max-width: 768px) {
   .co-vision {
     min-height: 380px;
   }

   .co-vision__eyebrow {
     font-size: 13px;
   }

   .co-vision__title {
     font-size: 28px;
   }

   .co-vision__desc {
     font-size: 14px;
     line-height: 1.7;
   }

   .co-vision__footer {
     font-size: 14px;
   }
 }