 * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
 }

 /* ===== 텍스트 영역 (시안처럼 더 아래) ===== */
 .ceo-text1 {
   position: absolute;
   top: 50%;
   left: 14%;
   transform: translateY(-50%);
   color: #fff;
   font-family: "SUIT Variable", -apple-system, BlinkMacSystemFont, "Segoe UI",
     system-ui, sans-serif;
   font-variation-settings: "wght" 500;
   /* 굵기 조절 (300~900 사이로 조절 가능) */
 }

 .ceo-text1 h2 {
   font-size: 3rem;
   font-weight: 900;
   line-height: 1.35;
 }

 .ceo-text1 p {
   margin-top: 1.2rem;
   font-size: 1.5rem;
   font-weight: 700;
   color: #ffffff;
 }

 /* 노란 하이라이트 */
 .ceo-text1 p .highlight {
   display: inline-block;
   background: #ffe97a;
   color: #0070c9;
   padding: 4px 10px;
   border-radius: 4px;
   font-weight: 800;
 }

 body {
   font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
   line-height: 1.6;
   color: #333;
 }

 .m-only {
   display: none;
 }

 @media (max-width: 768px) {
   .m-only {
     display: inline;
   }
 }


 .subcat__inner {
   width: min(100vw, 1180px);
   margin: 0 auto;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
 }

 /* -------------------------------- Section: sub__ceo --------------------------------- */
 .sub__ceo_bg3 {
   background: url(../../1x/s1/sub1_4__bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 780px;
   position: relative;
 }

 .sub__ceo_bg4 {
   background: url(../../1x/s1/sub1_5__bg.png);
   background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 780px;
   position: relative;
 }

 .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_bg3 {
     height: 520px;
   }

   .sub__ceo_bg4 {
     height: 520px;
   }

   .ceo-text1 {
     top: 42%;
     left: 6%;
   }

   .ceo-text1 h2 {
     font-size: 2.2rem;
   }

   .ceo-text1 p {
     font-size: 1.2rem;
   }

   .ceo-butterfly {
     width: 90px;
     bottom: 6%;
     left: 10%;
   }
 }

 @media (max-width:768px) {
   .sub__ceo_bg3 {
     height: 380px;
   }

   .ceo-text1 {
     top: 46%;
     left: 5%;
   }

   .ceo-text1 h2 {
     font-size: 1.6rem;
   }

   .ceo-text1 p {
     font-size: 1rem;
   }

   .ceo-butterfly {
     width: 70px;
     bottom: 5%;
     left: 7%;
   }
 }

 @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_bg3 {
     height: 380px;
   }

   .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(3, 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;
   }
 }

 section.fm-overview.loc-sec {
   padding-bottom: 0;
 }







 /* ==== 전체 레이아웃 ==== */
 .vm-wrap {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   max-width: 1600px;
   margin: 0 auto;
   padding: 80px 0;
   gap: 60px;

   opacity: 0;
   transform: translateY(60px);
   transition: opacity .9s ease, transform .9s ease;
 }

 .vm-wrap.show {
   opacity: 1;
   transform: translateY(0);
 }

 /* 왼쪽 */
 .vm-left {
   width: 40%;
 }

 .vm-left h2 {
   font-size: 36px;
   font-weight: 900;
   margin-bottom: 20px;
 }

 .vm-desc {
   font-size: 16px;
   line-height: 1.6;
   font-weight: 600;
 }

 .vm-illust {
   width: 240px;
   margin-top: 30px;
 }

 /* 오른쪽 메인 영상 */
 .vm-main {
   width: 60%;
   position: relative;
 }

 .vm-main iframe {
   width: 100%;
   height: 520px;
   border-radius: 12px;
 }

 /* 🔥 드래그 중 iframe 이벤트 차단 */
 .iframe-shield {
   position: absolute;
   inset: 0;
   z-index: 20;
   display: none;
 }

 /* ===== 썸네일 슬라이드 ===== */
 .vm-thumbs-sec {
   width: 100%;
   overflow-x: auto;
   padding: 25px 0;
   scrollbar-width: none;
   cursor: grab;
   margin-bottom: 5%;
   opacity: 0;
   transform: translateY(60px);
   transition: opacity .9s ease, transform .9s ease;
 }

 .vm-thumbs-sec.show {
   opacity: 1;
   transform: translateY(0);
 }

 .vm-thumbs-sec::-webkit-scrollbar {
   display: none;
 }

 .vm-thumbs-track {
   display: flex;
   gap: 20px;
   padding: 10px 20px;
   width: max-content;
 }

 .vm-thumb {
   min-width: 450px;
   height: 290px;
   cursor: pointer;
   border-radius: 12px;
   overflow: hidden;
   transition: transform .25s ease, opacity .25s ease;
 }

 .vm-thumb:hover {
   transform: scale(1.03);
   opacity: .85;
 }

 .vm-thumb img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   pointer-events: none;
   /* 🔥 필수 (PC 드래그) */
 }

 /* ==== 반응형 ==== */
 @media (max-width: 900px) {
   .vm-wrap {
     flex-direction: column;
     text-align: center;
     margin-top: -27%;
   }

   section.fm-overview.loc-sec {
     margin-top: 7%;
   }

   .vm-left,
   .vm-main {
     width: 95%;
   }

   .vm-main iframe {
     height: 250px;
   }

   .vm-left h2 {
     font-size: 19px;
     font-weight: 900;
     margin-bottom: 20px;
   }

   .vm-desc {
     font-size: 14px;
     line-height: 1.6;
     font-weight: 600;
   }

   .vm-thumb {
     min-width: 260px;
     height: 140px;
   }
 }