/* 공통 제품 카탈로그: 선택된 1번 시안의 editorial viewer 방향 */
.ls-unified-catalog {
    position: relative;
    z-index: 0;
    isolation: isolate;
    margin: 100px 0 !important;
    padding: 0 !important;
    background: #fff !important;
    color: #183b2d;
}

.ls-unified-catalog::before {
    position: absolute;
    z-index: -1;
    top: -50px;
    right: 0;
    bottom: -50px;
    left: 0;
    background: #fff !important;
    content: '';
    pointer-events: none;
}

.ls-unified-catalog__inner {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 62px 0 70px;
}

.ls-unified-catalog__header {
    max-width: 720px;
    margin: 0 auto 34px;
    text-align: center;
}

.ls-unified-catalog__eyebrow {
    margin: 0 0 13px;
    color: #a17b3f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .24em;
    line-height: 1.4;
    text-transform: uppercase;
}

.ls-unified-catalog__header h2 {
    margin: 0;
    color: #183b2d;
    font-family: Georgia, 'Noto Serif KR', serif;
    font-size: clamp(31px, 3.4vw, 46px);
    font-weight: 400;
    letter-spacing: -.07em;
    line-height: 1.25;
}

.ls-unified-catalog__header h2::after {
    display: block;
    width: 42px;
    height: 1px;
    margin: 20px auto 18px;
    background: #c4a264;
    content: '';
}

.ls-unified-catalog__header p:last-child {
    margin: 0;
    color: #77736b;
    font-size: 13px;
    line-height: 1.8;
}

.ls-unified-catalog__viewer {
    width: min(820px, 100%);
    margin: 0 auto;
}

.ls-unified-catalog .hc-catalog-book {
    width: 100%;
}

.ls-unified-catalog .hc-catalog-book__viewport {
    min-height: 0;
    padding: 28px 72px 20px;
    border: 1px solid #ddd4c5;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(50, 56, 44, .08);
}

.ls-unified-catalog .hc-catalog-book__slide {
    margin: 0;
    padding: 0;
    background: transparent;
}

.ls-unified-catalog .hc-catalog-book__slide a {
    display: block;
    width: min(100%, 460px);
    margin: 0 auto;
    cursor: zoom-in;
}

.ls-unified-catalog .hc-catalog-book__slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1px;
    box-shadow: 0 10px 24px rgba(33, 43, 35, .16);
}

.ls-unified-catalog .hc-catalog-book__control {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    border: 1px solid #c4a264;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #183b2d;
    font-size: 25px;
    box-shadow: 0 4px 14px rgba(39, 49, 41, .12);
}

.ls-unified-catalog .hc-catalog-book__control:hover,
.ls-unified-catalog .hc-catalog-book__control:focus-visible {
    border-color: #183b2d;
    background: #183b2d;
    color: #fff;
}

.ls-unified-catalog .hc-catalog-book__control--prev { left: 18px; }
.ls-unified-catalog .hc-catalog-book__control--next { right: 18px; }

.ls-unified-catalog .hc-catalog-book__dots {
    gap: 8px;
    margin-top: 19px;
}

.ls-unified-catalog .hc-catalog-book__dot {
    width: 9px;
    height: 9px;
    border-color: #b89b68;
    background: transparent;
}

.ls-unified-catalog .hc-catalog-book__dot.is-active {
    background: #183b2d;
}

.ls-unified-catalog__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.ls-unified-catalog__actions a,
.ls-unified-catalog__actions button {
    display: inline-flex;
    min-width: 148px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 13px 17px;
    border: 1px solid #183b2d;
    background: #fff;
    color: #183b2d;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s ease, color .2s ease;
}

.ls-unified-catalog__actions a:hover,
.ls-unified-catalog__actions a:focus-visible,
.ls-unified-catalog__actions button:hover,
.ls-unified-catalog__actions button:focus-visible {
    background: #183b2d;
    color: #fff;
}

.ls-unified-catalog__actions a span,
.ls-unified-catalog__actions button span {
    color: #b78d4c;
    font-size: 17px;
    line-height: 1;
}

@media (max-width: 640px) {
    .ls-unified-catalog {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }

    .ls-unified-catalog::before {
        top: -35px;
        bottom: -35px;
    }

    .ls-unified-catalog__inner {
        width: calc(100% - 28px);
        padding: 46px 0 52px;
    }

    .ls-unified-catalog__header {
        margin-bottom: 27px;
    }

    .ls-unified-catalog__header h2 {
        font-size: 31px;
    }

    .ls-unified-catalog .hc-catalog-book__viewport {
        padding: 16px 38px 14px;
    }

    .ls-unified-catalog .hc-catalog-book__control {
        width: 34px;
        height: 34px;
        margin-top: -17px;
        font-size: 21px;
    }

    .ls-unified-catalog .hc-catalog-book__control--prev { left: 7px; }
    .ls-unified-catalog .hc-catalog-book__control--next { right: 7px; }

    .ls-unified-catalog__actions {
        flex-wrap: wrap;
    }
}
