.dmi-header.main_h {
    color: #fff;
    background: rgba(4, 15, 30, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.dmi-header.main_h.is-scroll,
.dmi-header.main_h.is-scrolled,
.dmi-header.main_h.is-open {
    background: rgba(4, 15, 30, 0.72);
    backdrop-filter: blur(14px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
}

.dmi-header.main_h .dmi-gnb > ul > li > a {
    color: rgba(255, 255, 255, 0.92);
}

.dmi-header.main_h .dmi-gnb > ul > li > a::after {
    background: #fff;
}

.dmi-header.main_h .dmi-lang-current {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.32);
}

.dmi-header.main_h .dmi-header-contact {
    background: #fff;
    color: #09213f;
}

.dmi-header.main_h .dmi-header-contact i {
    color: #09213f;
}

.dmi-header.main_h .dmi-mobile-btn span {
    background: #fff;
}

.dmi-header.main_h .logo-white {
    display: block;
}

.dmi-header.main_h .logo-color {
    display: none;
}


.dmi-main {
    overflow: hidden;
}

.dmi-section {
    padding: 110px 0;
}

.dmi-section-label {
    position: relative;
    margin: 0 0 18px;
    padding-left: 44px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: var(--dmi-blue);
}

.dmi-section-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 2px;
    background: var(--dmi-blue);
    transform: translateY(-50%);
}

.dmi-section-head {
    margin-bottom: 48px;
}

.dmi-section-head h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -0.055em;
    color: var(--dmi-dark);
}

.dmi-section-head p:not(.dmi-section-label) {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.75;
    color: var(--dmi-gray);
}

.dmi-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.03em;
    transition: 0.25s ease;
}

.dmi-btn::after {
    content: "›";
    margin-left: 12px;
    font-size: 18px;
    line-height: 1;
}

.dmi-btn-primary {
    background: var(--dmi-blue);
    color: #fff;
}

.dmi-btn-primary:hover {
    background: var(--dmi-blue-dark);
    transform: translateY(-2px);
}

.dmi-btn-light {
    background: #fff;
    color: var(--dmi-blue);
}

.dmi-btn-light:hover {
    transform: translateY(-2px);
}


/* HERO */

.dmi-hero {
    position: relative;
    min-height: 100vh;
    color: #fff;
    background: #061b3b;
    overflow: hidden;
}

.dmi-hero-bg {
    position: absolute;
    inset: 0;
    background:
            url("/img/main_hero.jpg") center / cover no-repeat;
    transform: scale(1.04);
}

.dmi-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.dmi-hero-text {
    width: 56%;
    max-width: 690px;
}

.dmi-hero-label {
    position: relative;
    margin: 0 0 26px;
    padding-left: 52px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #eaf3ff;
}

.dmi-hero-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 2px;
    background: var(--dmi-blue);
    transform: translateY(-50%);
}

.dmi-hero h1 {
    margin: 0;
    font-size: clamp(46px, 5.7vw, 74px);
    line-height: 1.08;
    letter-spacing: -0.075em;
    font-weight: 600;
}

.dmi-hero-desc {
    max-width: 650px;
    margin: 28px 0 0;
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.78);
}

.dmi-hero-buttons {
    display: flex;
    gap: 12px;
    margin-top: 38px;
}

.dmi-hero-points {
    width: 45%;
    max-width: 510px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 55px;
}

.dmi-hero-point {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 24px 0;
}

.dmi-hero-point strong {
    font-size: 22px;
    font-weight: 850;
    color: var(--dmi-blue);
}

.dmi-hero-point h3 {
    margin: 0;
    font-size: 19px;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

.dmi-hero-point p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
}

.dmi-scroll {
    position: absolute;
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.dmi-scroll span {
    display: block;
    width: 18px;
    height: 30px;
    margin: 0 auto 8px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 99px;
    position: relative;
}

.dmi-scroll span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    transform: translateX(-50%);
}


/* ABOUT */

.dmi-about {
    background: #fff;
}

.dmi-about-wrap {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 82px;
    align-items: center;
}

.dmi-about-photo {
    position: relative;
    padding: 18px 0 0 18px;
}

.dmi-about-photo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 105px;
    height: 105px;
    border-left: 5px solid var(--dmi-blue);
    border-top: 5px solid var(--dmi-blue);
}

.dmi-about-photo img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.dmi-year-card {
    position: absolute;
    right: -28px;
    bottom: 35px;
    z-index: 3;
    width: 190px;
    padding: 28px 24px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(16, 24, 40, 0.16);
}

.dmi-year-card strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 850;
    color: var(--dmi-blue);
}

.dmi-year-card span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.dmi-about-text h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -0.06em;
    color: var(--dmi-dark);
}

.dmi-about-text > p:not(.dmi-section-label) {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 1.85;
    color: var(--dmi-gray);
}

.dmi-about-icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 38px;
    border: 1px solid var(--dmi-line);
}

.dmi-about-icons div {
    min-height: 128px;
    padding: 25px 18px;
    border-right: 1px solid var(--dmi-line);
}

.dmi-about-icons div:last-child {
    border-right: 0;
}

.dmi-about-icons i {
    display: block;
    margin-bottom: 14px;
    font-size: 22px;
    color: var(--dmi-blue);
}

.dmi-about-icons strong {
    display: block;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.dmi-about-icons span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.55;
    color: var(--dmi-gray);
}


/* TECH */

.dmi-tech {
    position: relative;
    background:
            url("/img/tech_bg.jpg") center / cover no-repeat;
}

.dmi-tech-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.dmi-tech-card {
    position: relative;
    min-height: 230px;
    padding: 34px 30px;
    background: #fff;
    border: 1px solid var(--dmi-line);
    border-radius: 8px;
    box-shadow: 0 16px 40px rgba(16, 24, 40, 0.05);
    overflow: hidden;
    transition: 0.25s ease;
}

.dmi-tech-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
}

.dmi-tech-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: #eef6ff;
    color: var(--dmi-blue);
    font-size: 18px;
}

.dmi-tech-card h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.04em;
    color: var(--dmi-dark);
}

.dmi-tech-card p {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--dmi-gray);
}

.dmi-tech-card em {
    font-size: 44px;
    line-height: 1;
    font-style: normal;
    font-weight: 850;
    color: #eef2f7;
    margin-top: 5px;
    display: block;
    text-align: right;
}


/* CTA */

.dmi-main-cta {
    position: relative;
    padding: 58px 0;
    background:
            url("/img/cta_bg.jpg") center / cover no-repeat;
    color: #fff;
}

.dmi-main-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.dmi-main-cta h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.35;
    letter-spacing: -0.055em;
}

.dmi-main-cta p {
    margin: 12px 0 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.72);
}


/* WORKFLOW */

.dmi-workflow {
    background: #fff;
}

.dmi-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.dmi-process-card {
    border: 1px solid var(--dmi-line);
    background: #fff;
}

.dmi-process-card:last-child {
    border-right: 0;
}

.dmi-process-card img {
    width: 100%;
    height: 165px;
    object-fit: cover;
}

.dmi-process-card div {
    padding: 28px 24px 34px;
}

.dmi-process-card span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 850;
    color: var(--dmi-blue);
}

.dmi-process-card h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.35;
    letter-spacing: -0.05em;
    color: var(--dmi-dark);
}

.dmi-process-card p {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 1.75;
    color: var(--dmi-gray);
}


/* APPLICATION */

.dmi-application {
    background: #f2f5f9;
}

.dmi-app-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr 1fr;
    grid-template-rows: 220px 220px;
    gap: 18px;
}

.dmi-app-card {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #111;
}

.dmi-app-large {
    grid-row: span 2;
}

.dmi-app-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease;
}

.dmi-app-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 16, 40, 0.76));
}

.dmi-app-card:hover img {
    transform: scale(1.07);
}

.dmi-app-card div {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
}

.dmi-app-card i {
    margin-bottom: 14px;
    font-size: 22px;
    color: #5da2ff;
}

.dmi-app-card h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -0.055em;
}

.dmi-app-card p {
    margin: 9px 0 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.74);
}


/* MEDIA */

.dmi-media {
    background: #fff;
}

.dmi-media-wrap {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    gap: 70px;
    align-items: center;
}

.dmi-media-thumb {
    position: relative;
    height: 300px;
    overflow: hidden;
    background: #0c3b7d;
}

.dmi-media-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    filter: saturate(0.85);
}

.dmi-play {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff;
    color: var(--dmi-blue);
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.dmi-media-text h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.35;
    letter-spacing: -0.06em;
    color: var(--dmi-dark);
}

.dmi-media-text > p:not(.dmi-section-label) {
    margin: 22px 0 32px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--dmi-gray);
}


/* =========================================================
   02. PC 애니메이션 / 스크롤 모션 / 영상
========================================================= */

/* =========================
   Hero Loading Animation
========================= */

body:not(.is-loaded) .dmi-header.main_h {
    transform: translateY(-100%);
    opacity: 0;
}

body.is-loaded .dmi-header.main_h {
    animation: dmiHeaderDown 0.75s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* 배경 등장 */
.dmi-hero-bg {
    opacity: 0;
    filter: brightness(0.62) saturate(0.85);
}

body.is-loaded .dmi-hero-bg {
    animation: dmiHeroBg 1.4s ease forwards;
}

/* 왼쪽 텍스트 순차 등장 */
.dmi-hero-label,
.dmi-hero h1,
.dmi-hero-desc,
.dmi-hero-buttons {
    opacity: 0;
    transform: translateY(28px);
}

body.is-loaded .dmi-hero-label {
    animation: dmiFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.28s forwards;
}

body.is-loaded .dmi-hero h1 {
    animation: dmiFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.42s forwards;
}

body.is-loaded .dmi-hero-desc {
    animation: dmiFadeUp 0.85s cubic-bezier(0.22, 1, 0.36, 1) 0.62s forwards;
}

body.is-loaded .dmi-hero-buttons {
    animation: dmiFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.82s forwards;
}

/* 오른쪽 포인트 순차 등장 */
.dmi-hero-points {
    opacity: 0;
    transform: translateX(36px);
}

body.is-loaded .dmi-hero-points {
    animation: dmiFadeLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

.dmi-hero-point {
    opacity: 0;
    transform: translateX(22px);
}

body.is-loaded .dmi-hero-point:nth-child(1) {
    animation: dmiFadeLeft 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.05s forwards;
}

body.is-loaded .dmi-hero-point:nth-child(2) {
    animation: dmiFadeLeft 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards;
}

body.is-loaded .dmi-hero-point:nth-child(3) {
    animation: dmiFadeLeft 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1.35s forwards;
}

/* 스크롤 아이콘 */
.dmi-scroll {
    opacity: 0;
}

body.is-loaded .dmi-scroll {
    animation: dmiScrollShow 0.8s ease 1.65s forwards;
}

body.is-loaded .dmi-scroll svg {
    animation: dmiScrollMove 1.8s ease-in-out 2.2s infinite;
}

/* 레이저 스캔 효과 */
.dmi-hero-scan {
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 1;
    width: 18%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(0, 104, 255, 0.08),
            rgba(255, 255, 255, 0.14),
            rgba(0, 104, 255, 0.08),
            transparent
    );
    transform: skewX(-16deg);
}

body.is-loaded .dmi-hero-scan {
    animation: dmiScan 1.45s ease 0.45s forwards;
}

/* 버튼 hover는 기존 유지하되 등장 후 자연스럽게 */
.dmi-btn {
    will-change: transform;
}

/* Keyframes */

@keyframes dmiHeaderDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes dmiHeroBg {
    from {
        opacity: 0;
        transform: scale(1.08);
        filter: brightness(0.55) saturate(0.75);
    }
    to {
        opacity: 1;
        transform: scale(1.04);
        filter: brightness(0.82) saturate(1);
    }
}

@keyframes dmiFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dmiFadeLeft {
    from {
        opacity: 0;
        transform: translateX(36px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes dmiScrollShow {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes dmiScrollMove {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(8px);
    }
}

@keyframes dmiScan {
    0% {
        left: -25%;
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    100% {
        left: 115%;
        opacity: 0;
    }
}

/* 접근성: 모션 줄이기 설정 사용자 대응 */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .dmi-hero-label,
    .dmi-hero h1,
    .dmi-hero-desc,
    .dmi-hero-buttons,
    .dmi-hero-points,
    .dmi-hero-point,
    .dmi-scroll,
    .dmi-hero-bg {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ==============================
   Main Scroll Motion
============================== */

.dmi-hero {
    --hero-progress: 0;
}

.dmi-hero-bg {
    transform: translate3d(0, calc(var(--hero-progress) * 60px), 0)
    scale(calc(1.08 - (var(--hero-progress) * 0.08)));
    transform-origin: center top;
    will-change: transform;
}

.dmi-scroll {
    cursor: pointer;
    opacity: calc(1 - (var(--hero-progress) * 2));
    transform: translateY(calc(var(--hero-progress) * 32px));
    transition: opacity 0.25s ease, transform 0.25s ease;
}

/* 스크롤 후 메인 헤더 */
.dmi-header.main_h.is-scrolled {
    background: rgba(4, 15, 30, 0.88);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* 공통 등장 모션 */
.js-reveal {
    opacity: 0;
    transform: translate3d(0, 46px, 0);
    transition:
            opacity 0.75s ease,
            transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.js-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* 이미지 영역 확대 후 정위치 */
.dmi-about-photo,
.dmi-process-card,
.dmi-app-card,
.dmi-media-thumb {
    overflow: hidden;
}

.dmi-about-photo.js-reveal img,
.dmi-process-card.js-reveal img,
.dmi-app-card.js-reveal img,
.dmi-media-thumb.js-reveal img {
    transform: scale(1.08);
    transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.dmi-about-photo.js-reveal.is-visible img,
.dmi-process-card.js-reveal.is-visible img,
.dmi-app-card.js-reveal.is-visible img,
.dmi-media-thumb.js-reveal.is-visible img {
    transform: scale(1);
}

/* 모션 최소화 설정 사용자 대응 */
@media (prefers-reduced-motion: reduce) {
    .dmi-hero-bg,
    .dmi-scroll,
    .js-reveal,
    .dmi-about-photo.js-reveal img,
    .dmi-process-card.js-reveal img,
    .dmi-app-card.js-reveal img,
    .dmi-media-thumb.js-reveal img {
        transition: none;
        transform: none;
    }

    .js-reveal {
        opacity: 1;
    }
}

/* 메인 미디어 영상 */
.dmi-media-video-box {
    position: relative;
    display: block;
    cursor: pointer;
    background: #000;
}

.dmi-media-video-box video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dmi-media-video-box.is-playing .dmi-video-play {
    opacity: 0;
    pointer-events: none;
}

.dmi-video-play {
    border: 0;
    cursor: pointer;
}


/* =========================================================
   03. 태블릿 / 모바일 반응형
   - 1200 이하: 작은 PC/태블릿
   - 980 이하: 태블릿/모바일 레이아웃 전환
   - 720 이하: 모바일
========================================================= */

/* =========================
   Main Responsive
========================= */

@media (max-width: 1200px) {
    .dmi-hero-inner {
        gap: 48px;
    }

    .dmi-hero-text,
    .dmi-hero-points {
        width: 50%;
    }

    .dmi-tech-grid,
    .dmi-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 980px) {
    .dmi-section {
        padding: 84px 0;
    }

    .dmi-hero-inner {
        min-height: 100vh;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding-top: 110px;
        padding-bottom: 90px;
    }

    .dmi-hero-text,
    .dmi-hero-points {
        width: 100%;
        max-width: none;
    }

    .dmi-hero-points {
        padding-left: 0;
        border-left: 0;
    }

    .dmi-about-wrap,
    .dmi-media-wrap {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .dmi-app-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .dmi-app-large {
        grid-row: auto;
    }

    .dmi-main-cta-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .inner {
        padding: 0 24px;
    }

    .dmi-section {
        padding: 70px 0;
    }

    .dmi-section-head h2,
    .dmi-about-text h2,
    .dmi-media-text h2 {
        font-size: 30px;
    }

    .dmi-hero h1 {
        font-size: 42px;
    }

    .dmi-hero-desc {
        font-size: 15px;
    }

    .dmi-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .dmi-hero-point {
        grid-template-columns: 40px 1fr;
        padding: 18px 0;
    }

    .dmi-about-icons,
    .dmi-tech-grid,
    .dmi-process-grid,
    .dmi-app-grid {
        grid-template-columns: 1fr;
    }

    .dmi-about-icons div {
        border-right: 0;
        border-bottom: 1px solid var(--dmi-line);
    }

    .dmi-about-icons div:last-child {
        border-bottom: 0;
    }

    .dmi-year-card {
        right: 12px;
        bottom: 20px;
    }
}

/* 모바일 영상/버튼 보정 */
@media (max-width: 720px) {
    .dmi-media-thumb {
        height: 220px;
    }

    .dmi-play {
        width: 58px;
        height: 58px;
        font-size: 14px;
    }

    .dmi-media-video-box video {
        height: 100%;
    }
}
