/* page-ai-shopping.css (자동 생성) — ai-shopping 전용/충돌 규칙 */
:root {
      --blue: #4A6CF7;
      --purple: #7B5EA7;
      --gradient: linear-gradient(135deg, #3a1c8a 0%, #4A6CF7 50%, #7B5EA7 100%);
      --text-dark: #1a1a2e;
      --text-gray: #374151;
      --text-light: #4b5563;
      --border: #e5e7eb;
      --white: #ffffff;
      --bg-light: #f8f9fc;
    }
body { font-family: 'Paperozi', sans-serif; color: var(--text-dark); line-height: 1.6; }
nav {
      position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
      background: rgba(255,255,255,0.95); backdrop-filter: blur(10px);
      border-bottom: 1px solid var(--border); height: 68px;
      display: flex; align-items: center;
    }
.nav-links a {
      text-decoration: none; font-size: 14px; font-weight: 500;
      color: var(--text-gray); padding: 8px 6px; border-radius: 6px;
      display: block; transition: color 0.2s, background 0.2s;
    }
.nav-cta {
      background: var(--blue) !important; color: white !important;
      padding: 9px 22px !important; border-radius: 999px !important;
      font-weight: 600 !important; margin-left: 10px !important;
    }
.nav-cta:hover { opacity: 0.9; }
.nav-dropdown a {
      display: inline-flex; align-items: center; padding: 9px 6px; font-size: 13px;
      color: var(--text-gray); border-radius: 6px; white-space: nowrap;
    }
.section-header { text-align: center; margin-bottom: 40px; }
.section-tag {
      display: inline-block; font-size: 14px; font-weight: 600;
      letter-spacing: 2px; text-transform: uppercase;
      color: var(--blue); margin-bottom: 12px;
    }
.section-title { font-size: 38px; font-weight: 800; color: var(--text-dark); margin-bottom: 14px; letter-spacing: -0.5px; }
.section-desc { font-size: 21px; color: var(--text-gray); line-height: 1.8; max-width: none; margin: 0 auto; }
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
#hero {
      padding-top: 68px; background: white;
      display: flex; flex-direction: column; align-items: center;
      position: relative; overflow: hidden;
    }
.hero-inner {
      position: relative; z-index: 2; width: 100%; max-width: 1440px;
      margin: 0 auto; display: flex; align-items: center;
      padding: 0 80px; gap: 40px;
    }
.hero-label {
      font-family: 'Paperozi', sans-serif; font-size: 13px; font-weight: 700;
      letter-spacing: 2px; color: var(--blue); display: block;
    }
.hero-text h1 { background: linear-gradient(180deg, #4A90D9 0%, #1a2a6c 50%, #0a0a0a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
      font-size: 52px; font-weight: 900; line-height: 1.2; letter-spacing: -1px; white-space: nowrap;
    }
.btn-outline {
      display: inline-flex; align-items: center; gap: 8px;
      background: transparent; color: var(--blue);
      font-size: 19px; font-weight: 600; padding: 12px 17px;
      border: 1.5px solid var(--blue); border-radius: 999px; min-width: 140px; justify-content: center;
      text-decoration: none; transition: background 0.2s, color 0.2s, transform 0.2s, box-shadow 0.2s;
    }
.hero-products-inner { display: flex; justify-content: center; gap: 32px; max-width: 1440px; margin: 0 auto; width: 100%; }
.product-card {
      border: 1px solid var(--border); border-radius: 16px;
      transition: border-color 0.2s, box-shadow 0.2s; cursor: pointer;
      flex: 1; max-width: 560px;
      position: relative; overflow: hidden; min-height: 370px;
    }
.product-card-front {
      position: absolute; inset: 0; z-index: 1;
      background: #F0F3FD;
      border-radius: 16px; padding: 80px 60px 50px;
      display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start;
      transition: opacity 0.25s ease; overflow: hidden;
    }
.product-card-front-title { font-size: 35px; font-weight: 800; color: #2c2e37; line-height: 1.2; }
.product-card-front-type { font-size: 12px; font-weight: 600; color: #526DDC; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 6px; }
.product-card-front-icon { font-size: 100px; align-self: flex-end; line-height: 1; }
.product-card-header {
      display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 24px;
    }
.product-features { display: flex; flex-direction: column; gap: 25px; }
@media (min-width: 961px) {
      .product-card-back {
        position: absolute; inset: 0;
        display: flex; flex-direction: column; justify-content: center;
        padding: 32px;
      }
      .product-card-header { display: none; }
    }
@media (max-width: 960px) {
      .product-card-front { display: none; }
      .product-card-back { position: static; padding: 32px; }
      .product-card-icon { display: none; }
      .product-card-name { font-size: 23px; }
      .product-card-header { border-bottom: 1px solid var(--border); padding-bottom: 16px; margin-bottom: 20px; }
    }
.dmp-clip { overflow: visible; }
.dmp-stage { display: flex; gap: 32px; justify-content: center; }
.dmp-card-wrap {
      flex: 0 0 480px; max-width: 480px;
      transition: filter 0.4s ease, opacity 0.4s ease;
      cursor: pointer;
    }
.dmp-card {
      border: 1px solid var(--border); border-radius: 14px;
      overflow: hidden; background: white;
      transition: border-color 0.3s, box-shadow 0.3s;
    }
.dmp-card-wrap[data-dist="1"]:hover .dmp-card { border-color: var(--blue); }
.dmp-card-img {
      width: 100%; height: 180px;
      background-size: cover; background-position: center; background-color: #e8eeff;
      position: relative; overflow: visible;
    }
.dmp-desc { font-size: 16px; color: var(--text-gray); line-height: 1.5; margin-bottom: 14px; }
.dmp-purpose { font-size: 13px; font-weight: 700; color: var(--blue); background: rgba(74,108,247,0.08); border-radius: 6px; padding: 6px 5px; margin-top: 12px; text-align: center; width: 100%; }
.dmp-carousel-bottom { display: none; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; }
#flow { background: white; }
.fc {
      border-radius: 16px; padding: 24px 20px;
      text-align: center; display: flex; flex-direction: column; align-items: center;
    }
.fc {
      transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
      cursor: default;
    }
.fc:hover { transform: translateY(-4px); }
.fc-shopping { background: white; border: 1.5px solid #d1d5db; }
.fc-shopping:hover { border-color: #4B6CF7; box-shadow: 0 4px 16px rgba(74,108,247,0.15); }
.fc-ad { background: #F0F3FF; border: 1.5px solid #c7d2fe; }
.fc-ad:hover { border-color: #4B6CF7; box-shadow: 0 4px 16px rgba(74,108,247,0.15); }
.fc-badge {
      font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
      border-radius: 6px; padding: 4px 10px; margin-bottom: 14px; display: inline-block;
    }
.fc-shopping .fc-badge { color: #1a2a6c; background: rgba(26,42,108,0.08); }
.fc-ad .fc-badge { color: #4B6CF7; background: #ffffff; }
.fc-icon { font-size: 28px; margin-bottom: 10px; }
.fc-title { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.fc-shopping .fc-title { color: var(--text-dark); }
.fc-ad .fc-title { color: #34343f; }
.fc-desc { font-size: 13px; line-height: 1.6; }
.fc-shopping .fc-desc { color: var(--text-gray); }
.fc-ad .fc-desc { color: #4B6CF7; }
@media (min-width: 961px) {
      .flow-diagram {
        display: grid;
        grid-template-columns: 1fr 52px 1fr 52px 1fr 52px 1fr;
        grid-template-rows: auto 68px auto;
        max-width: 1100px; margin: 0 auto;
        align-items: center;
      }
      .fc-s1 { grid-column: 1; grid-row: 1; }
      .fc-a1 { grid-column: 3; grid-row: 1; }
      .fc-s2 { grid-column: 5; grid-row: 1; }
      .fc-a2 { grid-column: 7; grid-row: 1; }
      .fc-s3 { grid-column: 7; grid-row: 3; }
      .fc-a3 { grid-column: 5; grid-row: 3; }
      .fc-s4 { display: none; }
      .fa-r1, .fa-r2, .fa-r3, .fa-d1, .fa-l1, .fa-u1 { display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 24px; flex-shrink: 0; }
      .fa-r1 { grid-column: 2; grid-row: 1; }
      .fa-r2 { grid-column: 4; grid-row: 1; }
      .fa-r3 { grid-column: 6; grid-row: 1; }
      .fa-d1 { grid-column: 7; grid-row: 2; align-self: stretch; }
      .fa-l1 { grid-column: 6; grid-row: 3; }
      .fa-u1 { grid-column: 5; grid-row: 2; align-self: stretch; }
      .fa-mo-arrow { display: none; }
    }
@media (max-width: 960px) {
      .flow-diagram { display: flex; flex-direction: column; align-items: center; }
      .fa-r1, .fa-r2, .fa-r3, .fa-d1, .fa-l1, .fa-u1 { display: none; }
      .fc { width: 100%; max-width: 320px; }
      .fa-mo-arrow {
        display: flex; align-items: center; justify-content: center;
        height: 36px; color: var(--text-light); font-size: 24px;
      }
    }
#feed { background: white; }
#panel { background: white; }
.selector-btn {
      width: 100%; text-align: left; padding: 14px 8px;
      background: white; border: 1.5px solid var(--border);
      border-radius: 10px; font-size: 15px; font-weight: 600;
      color: var(--text-gray); cursor: pointer;
      transition: border-color 0.2s, color 0.2s, background 0.2s;
      font-family: inherit;
    }
.banner-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; margin-bottom: 28px; background: var(--bg-light); border-radius: 999px; padding: 6px; width: fit-content; margin-left: auto; margin-right: auto; border: 1px solid var(--border); }
.banner-tab-btn { display: flex !important; flex-direction: row !important; align-items: center; justify-content: center; width: auto !important; padding: 9px 18px; border-radius: 999px; border: none !important; background: transparent !important; cursor: pointer; font-family: inherit; transition: background 0.2s, box-shadow 0.2s, color 0.2s; }
.banner-tab-btn.active { background: white !important; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.banner-detail-name { font-size: 30px; font-weight: 800; color: var(--text-dark); white-space: nowrap; text-align: center; width: 100%; }
.banner-cta { display: block; text-align: center; margin-top: 0 !important; }
.banner-mockup-img { max-width: 540px; max-height: 450px; object-fit: contain; height: auto; display: block; }
.video-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; margin-bottom: 40px; }
.video-detail {
      display: grid; grid-template-columns: 1fr 360px; grid-template-rows: 1fr auto;
      gap: 16px 40px; padding: 40px; background: white;
      border: 1px solid var(--border); border-radius: 16px;
    }
.video-detail-info {
      grid-column: 2; grid-row: 1 / span 2;
      display: flex; flex-direction: column; gap: 14px;
      text-align: center; align-items: center; justify-content: center;
      padding-right: 60px;
    }
.video-detail-name { font-size: 35px; font-weight: 800; color: var(--text-dark); white-space: nowrap; }
.video-detail-desc { font-size: 17px; color: var(--text-gray); line-height: 1.6; }
.video-cta { grid-column: 1; grid-row: 2; text-align: center; margin-top: 0 !important; }
.video-mockup-bg {
      grid-column: 1; grid-row: 1;
      display: flex; align-items: center; justify-content: center;
      padding-left: 0px; padding-right: 0px;
    }
.video-mockup-img { width: 78%; height: auto; display: block; }
.preview-effect {
      display: inline-flex; align-items: center; gap: 8px;
      font-size: 16px; font-weight: 600; color: var(--blue);
      background: rgba(74,108,247,0.08); border-radius: 8px; padding: 8px 12px;
    }
.footer-col-links a { font-size: 18px; color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-social a { width: 32px; height: 32px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.4); font-size: 14px; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.feed-composite { display: none; width: 360px; height: 300px; overflow: hidden; margin: 0 auto; box-sizing: border-box; }
.feed-composite.active { display: block; }
.cardSlideAD { width: 360px; height: 300px; margin: auto; border: 1px solid #ddd; box-sizing: border-box; overflow: hidden; }
.cardlogo { width: 100%; height: 32px; display: block; background-color: #eee; position: relative; }
.cardlogo img { height: 65%; width: 100%; object-fit: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.slider { position: relative; width: 100%; height: 268px; margin: auto; background-color: #fff; }
.slider_inner { display: flex; position: relative; align-items: center; height: inherit; margin: 0 auto; }
.slider_item { position: absolute; height: 60px; width: 60px; opacity: 0; transition: all 0.9s ease-in-out; z-index: -1; }
.slider_item-trigger-next { left: 15%; transform: translateX(-50%); }
.slider_item-trigger-previous { left: 85%; transform: translateX(-50%); }
.slider_item-selected { box-shadow: 0 0 30px rgba(255,255,255,0.6); height: 230px; width: 180px; opacity: 1; left: 50%; transform: translateX(-50%); background-color: #fff; z-index: 2; }
@keyframes rotateBox { 100% { transform: rotate(1turn); } }
.mainbox { width: inherit; height: inherit; position: relative; overflow: hidden; }
.mainbox::before { content: ""; position: absolute; left: -50%; top: -50%; width: 200%; height: 200%; background-repeat: no-repeat; background-size: 50% 50%; background-position: 0 0, 100% 0, 100% 100%, 0 100%; background-image: linear-gradient(#23ac39,#23ac39),linear-gradient(#fbb300,#fbb300),linear-gradient(#e83228,#e83228),linear-gradient(#00a1e9,#00a1e9); animation: rotateBox 3s linear infinite; }
.slider_item-previous, .slider_item-next { height: 120px; width: 120px; opacity: 0.85; z-index: 1; }
.slider_item-last, .slider_item-first { opacity: 0.4; z-index: 0; }
.slider_item-previous { left: 30%; transform: translateX(-50%); border: 2px solid #999; }
.slider_item-next { left: 70%; transform: translateX(-50%); border: 2px solid #999; }
.slider_item-first { left: 15%; transform: translateX(-50%); border: 1px solid #999; }
.slider_item-last { left: 85%; transform: translateX(-50%); border: 1px solid #999; }
.slider_item-previous .mainbox, .slider_item-next .mainbox, .slider_item-first .mainbox, .slider_item-last .mainbox { display: none; }
.slider_item-container { display: block; position: relative; width: 100%; height: 100%; background-color: #fff; box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.15); transition: 0.2s; overflow: hidden; }
.slider_item-container:hover .slider_item-img img { scale: 1.15; }
.slider_item-img { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 94%; height: 95%; background-color: #fff; overflow: hidden; }
.slider_item-img img { width: 100%; height: 100%; object-fit: contain; transition: 0.15s; }
.slider_item-container .saleTag { width: 50px; height: 50px; line-height: 50px; position: absolute; top: 0.5em; left: 0.5em; background-color: #fd170b; color: #fff; font-size: 1.2em; font-weight: bold; text-align: center; border-radius: 50%; animation: flipBadge 1s infinite alternate ease-in-out; backface-visibility: hidden; box-shadow: 1px 2px 2px rgba(0,0,0,0.35); }
@keyframes flipBadge { 0%{transform:rotateY(0);} 25%{transform:rotateY(-180deg);} 50%{transform:rotateY(0);} 100%{transform:rotateY(0);} }
.slider_item-previous .saleTag, .slider_item-next .saleTag, .slider_item-first .saleTag, .slider_item-last .saleTag { display: none; }
.slider_controls { display: flex; position: absolute; left: 0; right: 0; width: 100%; height: 30px; justify-content: space-between; align-items: center; z-index: 999; }
.slider_controls-previous, .slider_controls-next { width: 40px; height: 40px; border: none; cursor: pointer; padding: 0; opacity: 0.3; transition: 0.2s; }
.slider_controls-previous { background: url(https://d-test.digitalcamp.co.kr/template/image/pree.png) no-repeat left top; }
.slider_controls-next { background: url(https://d-test.digitalcamp.co.kr/template/image/nextt.png) no-repeat left top; }
.slider_controls-previous:hover, .slider_controls-next:hover { opacity: 0.75; }
.slider_controls-previous:focus, .slider_controls-next:focus { outline: none; }
#feed-circle > #shoppingWrap { transform: scale(1.2); transform-origin: top left; position: relative; width: 300px; height: 250px; background: #fff; overflow: hidden; box-sizing: border-box; border: 1px solid #ddd; }
#shoppingWrap h1 { position: absolute; top: 4px; left: 5px; width: 120px; height: 30px; }
#shoppingWrap h1 a { display: block; width: 100%; height: 100%; }
#shoppingWrap h1 a img { width: 100%; height: 100%; object-fit: contain; }
#shoppingWrap .tileWrap { position: relative; }
#shoppingWrap .arrow { cursor: pointer; color: #ff225d; position: absolute; top: 49%; user-select: none; }
#shoppingWrap .arrow.als-prev { left: 8px; }
#shoppingWrap .arrow.als-next { left: 194px; }
#shoppingWrap .layer { background: #fff; width: 200px; height: 200px; position: absolute; top: 40px; left: 8px; border-radius: 0 100px 100px 100px; overflow: hidden; border: 2px solid #ff225d; }
.circle_item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: none; }
.circle_item:first-child { display: block; }
#shoppingWrap .layer .circle_item a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; }
#shoppingWrap .layer .circle_item a img.productImg { display: block; width: 100%; height: 100%; object-fit: cover; }
#shoppingWrap .sale { display: block; position: absolute; top: 0; left: 0; padding: 3px 6px; background-color: #ff225d; color: #fff; font-size: 1em; font-weight: bold; }
#shoppingWrap .thumbWrap { width: 300px; height: 250px; overflow: hidden; }
#shoppingWrap .thumbWrap p { position: absolute; cursor: pointer; }
#shoppingWrap .thumbWrap p.one { top: 12px; right: 60px; }
#shoppingWrap .thumbWrap p.two { top: 62px; right: 18px; }
#shoppingWrap .thumbWrap p.three { bottom: 68px; right: 12px; }
#shoppingWrap .thumbWrap p.four { bottom: 7px; right: 35px; }
#shoppingWrap .thumbWrap p.on img { border: 2px solid #ff225d; opacity: 1; }
.circleImg { border-radius: 36px; opacity: 0.6; border: 2px solid #999; width: 52px; height: 52px; transition: 0.15s; }
.circleImg:hover { border: 2px solid #444; opacity: 1; }
#adC230630 { margin: 0; width: 360px; height: 300px; box-sizing: border-box; overflow: hidden; border: 1px solid #ddd; }
#adC230630 .mv-brandLogo { width: 100%; height: 36px; background-color: #f1f1f1; text-align: center; line-height: 36px; position: relative; }
#adC230630 .mv-brandLogo img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; height: 60%; object-fit: contain; }
#adC230630 .ad-contentsDC { width: inherit; height: 264px; position: relative; }
#adC230630 .ad-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 90%; height: 90%; background-color: #f9f9f9; display: flex; }
#adC230630 .ad-mainImgDC { width: 216px; height: 100%; background-color: #f1f1f1; overflow: hidden; position: relative; }
@keyframes movingAnim { 0%{scale:1;} 50%{scale:1.1;} 100%{scale:1;} }
#adC230630 .ad-mainImgDC img { width: 100%; height: 100%; object-fit: contain; animation: movingAnim 5s linear infinite; }
#adC230630 .ad-text { position: absolute; bottom: 0; width: inherit; height: 30px; font-size: 9pt; text-align: center; line-height: 30px; color: #222; font-weight: bold; background-color: rgba(255,255,255,0.85); }
#adC230630 .ad-text span { display: inline-block; width: 216px; height: inherit; padding: 0 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#adC230630 .ad-smallImgDC { width: 144px; height: 100%; position: relative; cursor: pointer; }
#adC230630 .ad-smallDC { position: absolute; left: 50%; transform: translateX(-50%); width: 90%; height: 32%; transition: 0.25s; border: 2px solid rgba(0,0,0,0); }
#adC230630 .ad-smallDC:hover { border: 2px solid #ff891b; }
#adC230630 .ad-smallDC img { width: 100%; height: 100%; object-fit: contain; }
#adC230630 .ad-smallDC:first-child { top: 0; }
#adC230630 .ad-smallDC:nth-child(2) { top: 34%; }
#adC230630 .ad-smallDC:last-child { bottom: 0; }
#rotaAD { width: 100%; height: 100%; overflow: hidden; box-sizing: border-box; border: 1px solid #ddd; }
#rotaAD .rotating-slider { margin: auto; position: relative; }
#rotaAD .rotating-slider ul.slides { border-radius: 50%; margin: 0; padding: 0; position: relative; left: 50%; transform-origin: center center; width: 100%; }
#rotaAD .rotating-slider ul.slides li { background-position: center; background-size: cover; display: block; list-style: none; position: absolute; top: 0; left: 50%; text-align: center; width: 100%; }
#rotaAD .rotating-slider ul.slides li a { display: block; width: 100%; height: 300px; position: relative; text-align: center; animation: scaleRota 2.3s ease infinite alternate; }
@keyframes scaleRota { 0%{scale:0.8;} 25%{scale:1;} 100%{scale:1;} }
#rotaAD .box { position: relative; width: 100%; height: 297px; margin: auto; overflow: hidden; }
@keyframes rotateRota { 100% { transform: rotate(1turn); } }
#rotaAD .box::before { content: ""; position: absolute; left: -50%; top: -50%; width: 200%; height: 200%; background-repeat: no-repeat; background-size: 50% 50%; background-position: 0 0, 100% 0, 100% 100%, 0 100%; background-image: linear-gradient(#23ac39,#23ac39),linear-gradient(#fbb300,#fbb300),linear-gradient(#e83228,#e83228),linear-gradient(#00a1e9,#00a1e9); animation: rotateRota 4s linear infinite; }
#rotaAD .rotating-slider ul.slides li a .client { display: inline-block; position: absolute; top: 3px; left: 50%; transform: translateX(-50%); width: 97%; height: 42px; background-color: #fff; }
#rotaAD .rotating-slider ul.slides li a .client img { width: 60%; height: 50%; object-fit: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#rotaAD .rotating-slider ul.slides li a .item { position: absolute; left: 50%; transform: translateX(-50%); bottom: 6px; width: 97%; height: 81%; background-color: #fff; overflow: hidden; }
#rotaAD .rotating-slider ul.slides li a .item img { width: 100%; height: 100%; object-fit: contain; }
#rotaAD .rotating-slider ul.slides li a .rotaSale { position: absolute; top: 30px; left: 12px; width: 48px; height: 48px; line-height: 48px; font-size: 1.02em; font-weight: bold; background-color: #e83228; border-radius: 50%; box-shadow: 1px 2px 3px 1px rgba(0,0,0,0.2); color: #fff; text-align: center; z-index: 5; animation: blinkRota 1.5s step-end infinite; }
@keyframes blinkRota { 0%{opacity:1;} 82%{opacity:0;} 100%{opacity:1;} }
#rotaAD .rotating-slider ul.direction-controls { list-style: none; margin: 0; padding: 0; }
#rotaAD .rotating-slider ul.direction-controls li.left-arrow { position: absolute; top: 54%; right: 86%; transform: translateY(-60%); }
#rotaAD .rotating-slider ul.direction-controls li.right-arrow { position: absolute; top: 54%; left: 86%; transform: translateY(-60%); }
#rotaAD .rotating-slider ul.direction-controls li button { background: rgba(0,0,0,0.2); border: none; border-radius: 50%; color: #fff; cursor: pointer; font-size: 1.5em; font-weight: bold; width: 1.2em; height: 1.2em; line-height: 1.2em; padding: 0; }
#rotaAD .rotating-slider ul.direction-controls li button:hover { background: rgba(0,0,0,0.7); }
#feed-rolling > #rollingWrap { transform: scale(1.2); transform-origin: top left; margin: 0; position: relative; width: 300px; height: 250px; overflow: hidden; box-sizing: border-box; border: 1px solid #ddd; }
#rollingWrap .logo { display: block; width: 100%; height: 28px; margin: 0 auto; text-align: center; line-height: 28px; padding-top: 5px; }
#rollingWrap .item { margin: 12px; width: 200px; height: 200px; position: relative; }
#rollingWrap .item a { display: inline-block; width: inherit; height: inherit; }
#rollingWrap .item a>p { width: inherit; height: 156px; background-color: #fff; border: 1px solid rgba(0,0,0,0.25); margin: 0; }
#rollingWrap .item a>p img { width: 100%; height: 100%; object-fit: contain; }
#rollingWrap .productWrap { width: 100%; height: 40px; position: absolute; bottom: 0; text-align: center; line-height: 18px; background: #fff; }
#rollingWrap .txt { font-size: 15px; display: block; color: #3e3a39; font-weight: bold; letter-spacing: -1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%; margin: 2px auto 0; }
#rollingWrap .price { font-size: 14px; color: #333; }
#rollingWrap .paging { position: absolute; top: 40px; right: 10px; width: 60px; height: 200px; }
#rollingWrap .als-prev, #rollingWrap .als-next { cursor: pointer; clear: both; position: absolute; left: 50%; transform: translateX(-50%); }
#rollingWrap .als-prev { top: -6px; }
#rollingWrap .als-next { bottom: 0; }
#rollingWrap .paging ul { list-style: none; padding: 0; margin: 0; }
#rollingWrap .paging ul li { display: block; margin: 3px 0; border: 2px solid #fff; cursor: pointer; transition: 0.25s; }
#rollingWrap .paging ul li.on { border: 2px solid #ff9a16; }
#rollingWrap .paging .paging_ctrl_wrap { position: relative; left: 50%; transform: translateX(-50%); width: 100%; height: 90%; margin: 10px 0; overflow: hidden; text-align: center; }
#rollingWrap .paging .paging_ctrl_box { text-align: center; margin: auto; position: relative; height: 10000px; margin-left: 4px; }
#rollingWrap .paging_ctrl_box li { text-align: center; width: 48px; height: 50px; background-color: #fff; margin: 5px auto; }
#rollingWrap .paging_ctrl_box li img { width: 100%; height: 100%; object-fit: contain; }
@media (max-width: 960px) {
      #hero { padding-bottom: 0; }
      .hero-image-area { height: auto; overflow: visible; flex-direction: column; align-items: stretch; background: white; }
      .hero-image-area::before { height: calc(100vw * 5 / 16); bottom: auto; }
      .hero-bg { position: relative; width: 100%; aspect-ratio: 16/5; object-fit: cover; z-index: auto; }
      .hero-inner { position: relative; z-index: auto; padding: 28px 18px 36px; flex-direction: column; align-items: center; text-align: center; max-width: none; margin: 0; }
      .hero-mockup { display: none; }
      .hero-text { align-items: center; text-align: center; }
      .hero-text h1 { background: linear-gradient(180deg, #4A90D9 0%, #1a2a6c 50%, #0a0a0a 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: 34px; white-space: normal; }
      .hero-ctas { justify-content: center; flex-wrap: nowrap; }
      .section-header .section-title { font-size: 53px; }
      .section-title { font-size: 36px; }
      .section-desc { font-size: 19px; white-space: normal; }
      .section-desc br { display: inline; }
      .hero-products-inner { flex-direction: column; align-items: stretch; padding: 0 7px; }
      .product-card { flex: unset; }
      .dmp-clip { margin: 0 8px; }
      .dmp-stage { flex-direction: column; align-items: stretch; }
      .dmp-card-wrap { flex: unset; max-width: 100%; filter: none !important; opacity: 1 !important; }
      .dmp-card-wrap[data-dist="1"] { display: none !important; }
      .dmp-carousel-bottom { display: flex; }
      .dmp-card-img { height: 160px !important; }
      .dmp-card-body { padding: 24px 16px 24px !important; }
      .dmp-name { font-size: 18px; }
      .dmp-desc { font-size: 14px; margin-bottom: 8px; }
      .dmp-purpose { margin-top: 6px; }
      #feed-btns { flex-wrap: nowrap; gap: 4px; justify-content: center; }
      .feed-composite { position: relative; left: 50%; transform: translateX(-50%) scale(0.75); transform-origin: top center; }
      .banner-tabs { gap: 4px; padding: 4px; }
      .banner-tab-btn { padding: 7px 12px; }
      .banner-tab-name { font-size: 12px; white-space: normal; text-align: center; }
      .banner-detail { display: flex; flex-direction: column; flex-wrap: nowrap; padding: 12px 12px; gap: 12px; }
      .banner-detail-info { order: 1; flex: none; width: 100%; text-align: center; align-items: center; justify-content: flex-start; padding-left: 0; }
      .banner-mockup-wrap { order: 2; width: 100%; }
      .banner-mockup-bg { display: block !important; min-height: 0 !important; width: 90%; aspect-ratio: 6/5; position: relative; overflow: hidden; margin: 0 auto; }
      .banner-mockup-img { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; object-fit: contain; display: block; }
      .banner-cta { order: 3; text-align: center; margin-top: 0 !important; }
      .banner-detail-name { font-size: 25px; text-align: center; }
      .video-detail { display: flex; flex-direction: column; padding: 24px 20px; gap: 20px; }
      .video-detail-info { order: 1; text-align: center; align-items: center; justify-content: center; padding-right: 0; }
      .video-mockup-bg { order: 2; }
      .video-cta { order: 3; text-align: center; margin-top: 0 !important; }
      .video-detail-name { font-size: 22px; }
      .reference-grid { grid-template-columns: repeat(2, 1fr); }
      .reference-single-overlay { opacity: 1; }
      .footer-top { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 600px) {
      .hero-products { padding: 40px 0; }
      .footer-top { grid-template-columns: 1fr; }
    }
.nav-hamburger {
      display: none; flex-direction: column; justify-content: center;
      gap: 5px; cursor: pointer; padding: 8px;
      background: none; border: none;
    }
@media (max-width: 768px) {
      .nav-links { display: none !important; }
      .nav-hamburger { display: flex; }
    }
@media (max-width: 768px) {
      section { padding-left: 18px !important; padding-right: 18px !important; }
      .nav-inner { padding-left: 18px !important; padding-right: 18px !important; }
      #hero { padding-bottom: 0; }
      footer { padding-left: 18px !important; padding-right: 18px !important; }
      .hero-products { padding-left: 18px !important; padding-right: 18px !important; }
      .mobile-menu { padding-left: 18px !important; padding-right: 18px !important; }
    }
