언론·현장 페이지를 매거진 톤으로 개편 — KBS 협찬 피처드 + 시네마 필름 갤러리
2026.07.26 · 자사몰 라이브 반영 완료


/* 칸 크기 균일 + 카드가 콘텐츠 따라 안 늘어나게 min-width:0 필수 */ .film{position:relative;height:108px;overflow:hidden;min-width:0;} .film .track{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;} .film .cell{flex:0 0 168px;height:100%;scroll-snap-align:start;} .film .cell img{width:100%;height:100%;object-fit:cover;} .film .fade-l,.film .fade-r{position:absolute;top:0;bottom:0;width:90px;pointer-events:none;} /* 부모 flex/grid 셀에도 min-width:0 — 안 그러면 track 전체폭으로 카드가 늘어남 */
.q-thumb{display:flex;flex-direction:column;align-items:center;justify-content:center;
background:linear-gradient(145deg,#3a5030,#2c3e2d 46%,#1c2818);}
.q-thumb .mark{font-family:Georgia,serif;font-size:70px;color:#c9a86a;}
.q-thumb .media{font-size:13px;letter-spacing:.16em;color:rgba(255,255,255,.82);}