body.daegu-posts-front #content .ast-container,
body.daegu-posts-front .site-content > .ast-container {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.daegu-posts-front .daegu-posts-front-main {
    width: 100%;
    margin: 0;
    padding: 0;
}

body.daegu-posts-front .pt-cv-wrapper:first-child {
    --daegu-pink: #f72585;
    --daegu-gold: #b48a42;
    --daegu-ink: #26333b;
    position: relative;
    width: min(1180px, calc(100% - 48px));
    margin: 48px auto 58px;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-heading-container {
    margin: 0 0 24px;
    color: var(--daegu-ink);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -.045em;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-heading-container::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: .86em;
    margin-right: 13px;
    border-radius: 9px;
    background: linear-gradient(180deg, var(--daegu-pink), #ff8abf);
    vertical-align: -.03em;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-page {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 31.5%);
    grid-template-columns: none !important;
    gap: 18px;
    width: 100%;
    overflow-x: auto;
    padding: 2px 2px 16px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(247, 37, 133, .45) rgba(38, 51, 59, .08);
    scrollbar-width: thin;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-content-item {
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 0 22px !important;
    overflow: hidden;
    border: 1px solid rgba(38, 51, 59, .11);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(38, 51, 59, .08);
    scroll-snap-align: start;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-thumb-wrapper,
body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-href-thumbnail {
    display: block;
    width: 100%;
    margin: 0 !important;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-thumbnail {
    display: block;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1;
    object-fit: cover;
    border: 0 !important;
    transition: transform .35s ease;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-content-item:hover .pt-cv-thumbnail {
    transform: scale(1.025);
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-title {
    margin: 19px 20px 0 !important;
    font-size: 18px;
    font-weight: 730;
    line-height: 1.45;
    letter-spacing: -.025em;
}

body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-title a {
    color: var(--daegu-gold) !important;
    text-decoration: none !important;
}

.daegu-carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin: -7px 0 13px;
}

.daegu-carousel-controls button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(38, 51, 59, .15);
    border-radius: 50%;
    background: #fff;
    color: var(--daegu-ink);
    font: 700 22px/1 sans-serif;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease, transform .2s ease;
}

.daegu-carousel-controls button:hover,
.daegu-carousel-controls button:focus-visible {
    border-color: var(--daegu-pink);
    color: var(--daegu-pink);
    transform: translateY(-2px);
}

.daegu-front-fallback {
    width: min(900px, calc(100% - 40px));
    margin: 90px auto;
    text-align: center;
}

@media (max-width: 767px) {
    body.daegu-posts-front .pt-cv-wrapper:first-child {
        width: min(100% - 28px, 1180px);
        margin-top: 30px;
    }

    body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-page {
        grid-auto-columns: minmax(245px, 82%);
        gap: 13px;
    }

    body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-heading-container {
        font-size: 31px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-page {
        scroll-behavior: auto;
    }

    body.daegu-posts-front .pt-cv-wrapper:first-child .pt-cv-thumbnail,
    .daegu-carousel-controls button {
        transition: none;
    }
}

