﻿@charset "utf-8";

.az-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem;
    padding: 5rem 0;
    background: linear-gradient(90deg, rgba(47, 51, 54, .94) 0%, rgba(47, 51, 54, .78) 48%, rgba(47, 51, 54, .25) 100%), url("https://images.label.kr/site/www_label_kr/img_op_zprinter.png") center / cover no-repeat;

}

.az-hero-inner {
    max-width: 620px;
}

.az-hero-label {
    margin-bottom: .75rem;
    color: #1DA4DD;
    letter-spacing: .08em;
}


.az-hero-text {
    max-width: 560px;
    margin-bottom: 2rem;
    color: rgba(255,255,255,.82);
    line-height: 1.85;
    word-break: keep-all;
}

.az-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 190px;
    padding: .85rem 1.5rem;
    border-radius: 8px;
}

    .az-hero-btn:hover {
        text-decoration: none;
    }

.az-dealer-intro {
    /*    padding-bottom: 3rem;*/
    padding-bottom: 0;
}

.az-section-head {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.az-section-kicker {
    display: inline-block;
    margin-bottom: .75rem;
    padding: .25rem .75rem;
    border-radius: 999px;
    background: #e8f6fc;
    color: #1DA4DD;
}

.az-section-title {
    margin: 0;
    line-height: 1.35;
}

.az-section-desc {
    margin-top: .5rem;
    margin-bottom: 0;
    color: #666;
    line-height: 1.8;
}

.az-hero-full {
    position: relative;
    min-height: 500px;
    margin-bottom: 3rem;
    overflow: hidden;
    background-color: #253241;
    background-image: linear-gradient(90deg, rgba(20,32,46,.96) 0%, rgba(38,50,64,.88) 32%, rgba(59,70,82,.58) 55%, rgba(255,255,255,.12) 100%), url("https://images.label.kr/site/www_labelplaza_com/new/az-dealer-hero-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.az-hero-copy {
    width: 100%;
    max-width: 440px;
    padding: 5rem 0 5.5rem;
}

.az-hero-eyebrow {
    margin-bottom: 1.35rem;
    color: #1DA4DD;
    letter-spacing: .08em;
}

.az-hero-title {
    margin: 0 0 1.6rem;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -.05em;
}

    .az-hero-title span {
        display: block;
        color: #1DA4DD;
    }

.az-hero-desc {
    margin-bottom: 2.35rem;
    color: rgba(255,255,255,.78);
    line-height: 1.85;
}

.az-card-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
}

.az-card {
    grid-column: span 2;
    text-align: center;
}
    .az-card:nth-child(4) {
        grid-column: 2 / span 2;
    }

    .az-card:nth-child(5) {
        grid-column: 4 / span 2;
    }


.az-qualify-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: stretch;
}
    .az-qualify-grid .az-mini-card {
        min-height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }


.az-product-grid,
.az-service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.az-process-grid,
.az-flow-grid,
.az-solution-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.az-solution-row {
    grid-template-columns: repeat(3, 1fr);
}

.az-card,
.az-mini-card,
.az-step-card,
.az-flow-card,
.az-product-card,
.az-solution-item {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid #eef0f0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

    .az-card:hover,
    .az-mini-card:hover,
    .az-step-card:hover,
    .az-flow-card:hover,
    .az-product-card:hover {
        border-color: #1DA4DD;
        box-shadow: 0 3px 12px rgba(0,0,0,.18);
        transition: border-color .25s ease-out, box-shadow .25s ease-out;
    }

.az-card-num,
.az-step-num,
.az-flow-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: #1DA4DD;
    color: #fff;
}

.az-card h4,
.az-mini-card h4,
.az-step-card h4,
.az-flow-card h4,
.az-product-card h4,
.az-solution-item h4 {
    margin-bottom: .5rem;
    color: #003c6d;
}

.az-card p,
.az-mini-card p,
.az-step-card p,
.az-flow-card p,
.az-product-card p,
.az-solution-item p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.8;
}

.az-card-badge {
    display: inline-block;
    margin-top: 1rem;
    padding: .25rem .65rem;
    border-radius: 999px;
    background: #e8f6fc;
    color: #064D7F;
}

.az-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: 1rem;
}

    .az-tag-list span {
        padding: .3rem .65rem;
        border: 1px solid #ddd;
        border-radius: 999px;
        background: #f6f6f6;
        color: #666;
    }

.az-mini-card strong {
    display: block;
    margin-bottom: .35rem;
    color: #1DA4DD;
}

/*az-mini-card > az-mini-icon {
    color: #1DA4DD;
}
*/
.az-solution-item {
    background: #f6f6f6;
    text-align: center;
    box-shadow: none;
}

.az-process-notice {
    margin-top: 1.5rem;
    padding: 1.25rem 1.5rem;
    border-left: 4px solid #1DA4DD;
    background: #f6f6f6;
}

    .az-process-notice h4 {
        margin-bottom: .5rem;
        color: #2f3336;
    }

    .az-process-notice ul {
        margin-bottom: 0;
        padding-left: 1rem;
        list-style: disc;
    }

    .az-process-notice li {
        margin-bottom: .25rem;
    }

.az-cta-panel {
    text-align: center;
    background: transparent;
}

.az-check-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    margin-bottom: 1.5rem;
    color: #2f3336;
    line-height: 1.4;
}

    .az-check-label input {
        width: 16px;
        height: 16px;
        margin: 0;
        flex: 0 0 16px;
        transform: none;
    }


.az-card {
    text-align: center;
}

.az-card-icon {
    width: 100%;
    height: 120px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .az-card-icon img {
        max-width: 100%;
        max-height: 120px;
        object-fit: contain;
    }

.az-apply-box {
    text-align: center;
}

.az-apply-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #e8f6fc;
    color: #1DA4DD;
}

.az-apply-title {
    margin-bottom: .75rem;
    color: #2f3336;
}

.az-apply-desc {
    margin-bottom: 1.5rem;
    color: #666;
    line-height: 1.8;
}

.az-cta-panel {
    text-align: center;
    background: #fefefe;
}

.az-apply-box {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.az-apply-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #e8f6fc;
    color: #1DA4DD;
}

.az-apply-title {
    margin-bottom: .75rem;
    color: #2f3336;
}

.az-apply-desc {
    margin-bottom: 1.5rem;
    color: #666;
    line-height: 1.8;
}

.az-check-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    margin-bottom: 1.5rem;
    color: #2f3336;
    line-height: 1.8;
}

    .az-check-label input {
        margin: 0;
        transform: scale(1.25);
    }


.az-product-main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.az-spec-grid div {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.az-product-main-card {
    padding: 1.5rem;
    border: 1px solid #eef0f0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

.az-product-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .az-product-head > div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 58px;
    }

    .az-product-head h4 {
        margin-bottom: .25rem;
        color: #003c6d;
    }

    .az-product-head p {
        margin-bottom: 0;
        color: #666;
        line-height: 1.4;
    }

.az-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #1DA4DD;
    color: #fff;
    flex-shrink: 0;
    font-size: 1.65rem;
}
.az-product-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

    .az-product-head > div:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 58px;
    }

    .az-product-head h4 {
        margin: 0 0 .2rem;
        color: #003c6d;
        line-height: 1.25;
    }

    .az-product-head p {
        margin: 0;
        color: #666;
        line-height: 1.25;
    }

.az-product-desc {
    margin-bottom: 1rem;
    color: #666;
    line-height: 1.8;
}
.az-product-type-grid,
.az-spec-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
    margin-bottom: 1rem;
}

    .az-product-type-grid div,
    .az-spec-grid div {
        padding: .65rem .4rem;
        border-radius: 4px;
        background: #f6f6f6;
        text-align: center;
    }

    .az-product-type-grid img {
        width: 100%;
        height: 58px;
        object-fit: contain;
        margin-bottom: .35rem;
    }

    .az-product-type-grid span,
    .az-spec-grid span {
        display: block;
        color: #666;
        line-height: 1.4;
    }

    .az-spec-grid strong {
        display: block;
        margin-bottom: .35rem;
        color: #2f3336;
        line-height: 1.35;
    }

.az-product-photo {
    width: 100%;
    height: 270px;
    border-radius: 4px;
    object-fit: cover;
}

.az-divider-title {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 2rem 0 1.25rem;
    color: #999;
    letter-spacing: .08em;
}

    .az-divider-title::before,
    .az-divider-title::after {
        content: "";
        flex: 1;
        height: 1px;
        background: #ddd;
    }

.az-service-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.az-service-photo-card {
    overflow: hidden;
    border: 1px solid #eef0f0;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

    .az-service-photo-card > img {
        width: 100%;
        height: 260px;
        object-fit: cover;
    }

.az-service-photo-body {
    padding: 1.5rem;
}

    .az-service-photo-body .az-tag-list {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .az-service-photo-body h4 {
        margin: 0 0 .35rem;
    }

    .az-service-photo-body h4 {
        margin: .75rem 0 .35rem;
        color: #003c6d;
    }

    .az-service-photo-body strong {
        display: block;
        margin-bottom: 1.5rem;
        color: #1DA4DD;
    }

    .az-service-photo-body ul {
        margin: 0;
        padding-left: 1rem;
        list-style: disc;
    }

    .az-service-photo-body li {
        color: #666;
        line-height: 1.8;
    }

.az-service-photo-card > img,
.az-service-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}

/*.az-service-img-custom {
    object-position: center 42%;
}*/

.az-service-img-custom {
    object-fit: contain;
    background: #f6f6f6;
}
.az-alert-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .az-alert-list li {
        position: relative;
        padding-left: 14px;
/*        margin-bottom: .9rem;*/
        line-height: 1.9;
        word-break: keep-all;
    }

        .az-alert-list li:last-child {
            margin-bottom: 0;
        }


        .az-alert-list li::before {
            content: "-";
            position: absolute;
            left: 0;
            top: 0;
        }

.az-solution-banner {
    margin-top: 1.5rem;
    padding: 2rem;
    border-radius: 4px;
    background: #e8f6fc;
    text-align: center;
}

.az-solution-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .9rem;
}

    .az-solution-logo img {
        height: 38px;
        margin-bottom: 1rem;
        margin: 0;
    }

    .az-solution-logo p {
        margin-bottom: .4rem;
        color: #1DA4DD;
        letter-spacing: .12em;
        margin-top: 1rem;
    }

    .az-solution-logo h4 {
        margin-bottom: .4rem;
        color: #003c6d;
        margin: 0;
    }

    .az-solution-logo span {
        display: block;
        margin-bottom: 1.5rem;
        color: #666;
        margin-bottom: 2rem;
    }
.az-solution-flow p strong {
    color: #1DA4DD;
    font-weight: 700;
}
.az-solution-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 1rem;
    align-items: center;
}

    .az-solution-flow > div {
        padding: 1.5rem 1rem;
        border: 1px solid #d7edf7;
        border-radius: 4px;
        background: #fff;
    }

    .az-solution-flow div > i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin-bottom: .75rem;
        border-radius: 8px;
        background: #1DA4DD;
        color: #fff;
        font-size: 1.25rem;
    }

    .az-solution-flow h5 {
        margin-bottom: .4rem;
        color: #003c6d;
    }

    .az-solution-flow p {
        margin-bottom: 0;
        color: #666;
        line-height: 1.7;
    }

.az-flow-arrow {
    color: #1DA4DD;
}


.az-mini-icon {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1;
    color: #1DA4DD;
}
.az-process-graph {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-bottom: 2rem;
}

    .az-process-graph::before {
        content: "";
        position: absolute;
        top: 36px;
        left: 12.5%;
        right: 12.5%;
        height: 2px;
        background: #ddd;
        z-index: 0;
    }

.az-process-step {
    position: relative;
    z-index: 1;
    padding: 0 1rem;
    text-align: center;
}

.az-process-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1.25rem;
    border: 3px solid #1DA4DD;
    border-radius: 50%;
    background: #e8f6fc;
    color: #1DA4DD;
    font-size: 1.5rem;
}

    .az-process-circle.is-done {
        background: #1DA4DD;
        color: #fff;
    }

.az-process-step h4 {
    margin-bottom: .5rem;
    color: #003c6d;
}

.az-process-step p {
    margin-bottom: 0;
    color: #666;
    line-height: 1.7;
}
.az-pc-br {
    display: block;
}


/* 페이드인 애니메이션 */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-inner > * {
    animation: fadeUp .7s ease both;
}

    .hero-inner > *:nth-child(2) {
        animation-delay: .15s;
    }

.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

    .fade-up.visible {
        opacity: 1;
        transform: translateY(0);
    }


@media screen and (max-width: 991px) {
    .az-hero {
        padding: 4rem 1rem;
        background-position: 62% center;
    }

    .az-card-grid,
    .az-qualify-grid,
    .az-process-grid,
    .az-flow-grid,
    .az-solution-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .az-product-grid,
    .az-service-grid,
    .az-product-main-grid,
    .az-service-photo-grid {
        grid-template-columns: 1fr;
    }

    .az-product-photo,
    .az-service-photo-card > img {
        height: 230px;
    }

    .az-solution-flow {
        grid-template-columns: 1fr;
    }

    .az-flow-arrow {
        transform: rotate(90deg);
        margin: .25rem 0;
    }

    .az-process-graph {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 0;
    }

        .az-process-graph::before {
            display: none;
        }
    .az-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .az-card,
    .az-card:nth-child(4),
    .az-card:nth-child(5) {
        grid-column: auto;
    }
    .az-pc-br {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .az-hero {
        padding: 3rem 1rem;
        /*        background: linear-gradient(90deg, rgba(47, 51, 54, .96), rgba(47, 51, 54, .82)), url("https://images.label.kr/site/www_labelplaza_com/new/lp-op-img04.jpg") center / cover no-repeat;*/
    }

    .az-card-grid,
    .az-qualify-grid,
    .az-process-grid,
    .az-flow-grid,
    .az-solution-row,
    .az-process-graph {
        grid-template-columns: 1fr;
    }

    .az-product-type-grid,
    .az-spec-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .az-product-photo,
    .az-service-photo-card > img {
        height: 200px;
    }

    .az-solution-banner {
        padding: 1.5rem 1rem;
    }

    .az-card-grid {
        grid-template-columns: 1fr;
    }

   