/* 주요 서비스 - article_banner_10_product */
.t2d_main_article_wrap_with_title.services-section-wrap {
    margin: 0;
    padding: 0;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.t2d_main_article_wrap_with_title.services-section-wrap > .t2d_contenttitle,
.t2d_main_article_wrap_with_title.services-section-wrap > .t2d_contenttitle_m,
.t2d_main_article_wrap_with_title.services-section-wrap > .t2d_contenttitle_e,
.t2d_main_article_wrap_with_title.services-section-wrap > .colorbar_wrap,
.t2d_main_article_wrap_with_title.services-section-wrap > .pluslist_btn {
    display: none;
}

.t2d_auto_main_article_banner_10_product {
    position: relative;
    margin: 0;
    padding: 165px 0 170px;
    overflow: hidden;
    background-color: transparent;
}

.t2d_auto_main_article_banner_10_product .services_inner {
    width: min(1440px, calc(100% - 80px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: clamp(55px, 7vw, 120px);
    align-items: start;
}

.t2d_auto_main_article_banner_10_product .services_heading {
    padding-top: 18px;
}

.t2d_auto_main_article_banner_10_product .services_eyebrow {
    margin: 0 0 20px;
    color: #0879ef;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.t2d_auto_main_article_banner_10_product .services_heading h2 {
    margin: 0;
    color: #111;
    font-size: clamp(32px, 2.25vw, 43px);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.t2d_auto_main_article_banner_10_product .services_cards_wrap,
.t2d_auto_main_article_banner_10_product .swiper_off {
    width: 100%;
}

.t2d_auto_main_article_banner_10_product .items_wrap {
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.t2d_auto_main_article_banner_10_product .items {
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #d8d8d8;
    aspect-ratio: 1 / 1;
}

.t2d_auto_main_article_banner_10_product .service_card {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    isolation: isolate;
    cursor: pointer;
}

.t2d_auto_main_article_banner_10_product .t2d_bannerimg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .35s ease;
}

.t2d_auto_main_article_banner_10_product .service_card_shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(21, 25, 29, .24);
    transition: background-color .3s ease;
}

.t2d_auto_main_article_banner_10_product .service_card_content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-align: center;
}

.t2d_auto_main_article_banner_10_product .service_card_content > strong {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(15px, 1.1vw, 18px);
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0 1px 8px rgba(0,0,0,.28);
    transition: opacity .32s ease, transform .42s cubic-bezier(.22,.61,.36,1);
}

.t2d_auto_main_article_banner_10_product .service_card_reveal {
    position: absolute;
    top: 50%;
    left: 28px;
    right: 28px;
    opacity: 0;
    transform: translateY(calc(-50% + 10px));
    visibility: hidden;
    transition: opacity .38s ease, transform .48s cubic-bezier(.22,.61,.36,1), visibility 0s linear .48s;
}

.t2d_auto_main_article_banner_10_product .service_card_desc {
    display: -webkit-box;
    color: rgba(255,255,255,.92);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.t2d_auto_main_article_banner_10_product .service_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 30px;
    margin-top: 18px;
    padding: 0 14px;
    border-radius: 20px;
    background: #0879ef;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.t2d_auto_main_article_banner_10_product .service_more b {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 400;
}

.t2d_auto_main_article_banner_10_product .service_card:hover .service_card_shade,
.t2d_auto_main_article_banner_10_product .service_card:focus-visible .service_card_shade {
    background: rgba(15, 17, 20, .78);
}

.t2d_auto_main_article_banner_10_product .service_card:hover .t2d_bannerimg,
.t2d_auto_main_article_banner_10_product .service_card:focus-visible .t2d_bannerimg {
    transform: scale(1.045);
    filter: saturate(.72);
}

.t2d_auto_main_article_banner_10_product .service_card:hover .service_card_content > strong,
.t2d_auto_main_article_banner_10_product .service_card:focus-visible .service_card_content > strong {
    opacity: 0;
    transform: translateY(-6px);
}

.t2d_auto_main_article_banner_10_product .service_card:hover .service_card_reveal,
.t2d_auto_main_article_banner_10_product .service_card:focus-visible .service_card_reveal {
    opacity: 1;
    transform: translateY(-50%);
    visibility: visible;
    transition-delay: 0s;
}

.t2d_auto_main_article_banner_10_product .service_card:focus-visible {
    outline: 3px solid #0879ef;
    outline-offset: -3px;
}

@media (max-width: 1200px) {
    .t2d_auto_main_article_banner_10_product {
        padding-top: 130px;
        padding-bottom: 140px;
    }
    .t2d_auto_main_article_banner_10_product .services_inner {
        width: min(1080px, calc(100% - 48px));
        grid-template-columns: 220px minmax(0, 1fr);
        gap: 42px;
    }
    .t2d_auto_main_article_banner_10_product .items_wrap { gap: 18px; }
    .t2d_auto_main_article_banner_10_product .service_card_content { padding: 20px; }
    .t2d_auto_main_article_banner_10_product .service_card_desc { font-size: 14px; }
}

@media (max-width: 900px) {
    .t2d_main_article_wrap_with_title.services-section-wrap {
        background-attachment: scroll;
        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    .t2d_auto_main_article_banner_10_product {
        padding: 80px 0 90px;
    }
    .t2d_auto_main_article_banner_10_product .services_inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .t2d_auto_main_article_banner_10_product .services_heading { padding-top: 0; }
    .t2d_auto_main_article_banner_10_product .items_wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .t2d_auto_main_article_banner_10_product { padding: 64px 0 72px; }
    .t2d_auto_main_article_banner_10_product .services_inner { width: calc(100% - 36px); }
    .t2d_auto_main_article_banner_10_product .services_eyebrow { font-size: 17px; margin-bottom: 14px; }
    .t2d_auto_main_article_banner_10_product .services_heading h2 { font-size: 30px; white-space: normal; }
    .t2d_auto_main_article_banner_10_product .items_wrap { grid-template-columns: 1fr; gap: 16px; }
    .t2d_auto_main_article_banner_10_product .items { aspect-ratio: 1.18 / 1; }
}

@media (hover: none) {
    .t2d_auto_main_article_banner_10_product .service_card_shade { background: rgba(15,17,20,.58); }
    .t2d_auto_main_article_banner_10_product .service_card_content > strong { display: none; }
    .t2d_auto_main_article_banner_10_product .service_card_reveal {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .t2d_auto_main_article_banner_10_product * { transition: none !important; }
}
