/* ===== NEWZZLE MAIN ===== */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

#newzzle_main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px 90px;
    overflow-x: hidden;
}

#newzzle_main * {
    box-sizing: border-box;
}

.nz_section {
    margin: 0 0 110px;
}

.nz_section_header {
    margin-bottom: 32px;
}

.nz_section_header .eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #666;
    margin-bottom: 12px;
}

.nz_section_header h2 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
}

.nz_section_header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

/* ===== 앵커 이동 보정 ===== */
#main-category {
    scroll-margin-top: 140px;
}

/* ===== DAON BANNER WRAP ===== */
.nz_daon_banner,
.nz_daon_banner * {
    box-sizing: border-box;
}

.nz_daon_banner {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    z-index: 1;
}

.nz_daon_banner .bn_banner_x {
    position: relative;
    width: 100%;
    height: 100%;
}

.nz_daon_banner .bn_banner_x > a,
.nz_daon_banner .bn_banner_x > img {
    display: block;
    width: 100%;
    height: 100%;
}

.nz_daon_banner .bn_banner_x img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
}

.nz_daon_banner::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.nz_hero_right .nz_daon_banner::after {
    background: linear-gradient(to top, rgba(0,0,0,.62) 0%, rgba(0,0,0,.28) 45%, rgba(0,0,0,.12) 100%);
}

/* SIGNATURE 오버레이 강화 */
.nz_signature_card .nz_daon_banner::after {
    background:
        linear-gradient(to top,
            rgba(0,0,0,.82) 0%,
            rgba(0,0,0,.58) 30%,
            rgba(0,0,0,.24) 58%,
            rgba(0,0,0,.06) 100%);
}

.nz_signature_card.light .nz_daon_banner::after {
    background:
        linear-gradient(to top,
            rgba(255,255,255,.82) 0%,
            rgba(255,255,255,.54) 32%,
            rgba(255,255,255,.16) 62%,
            rgba(255,255,255,0) 100%);
}

.nz_story .nz_daon_banner::after {
    background: linear-gradient(90deg, rgba(0,0,0,.74) 0%, rgba(0,0,0,.55) 45%, rgba(0,0,0,.30) 100%);
}

/* 배너수정 버튼 */
.nz_daon_banner .banner_modify_btn {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 30 !important;
}

.nz_daon_banner .banner_modify_btn a,
.nz_daon_banner .banner_modify_btn .btn_admin {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    color: #111 !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(0,0,0,.14);
    white-space: nowrap;
    position: relative;
    z-index: 31;
}

/* HERO */
.nz_hero {
    display: flex;
    align-items: stretch;
    gap: 24px;
    padding: 40px 0 70px;
}

.nz_hero_left,
.nz_hero_right {
    border-radius: 28px;
    overflow: hidden;
}

.nz_hero_left {
    flex: 1 1 58%;
    background: #f6f6f6;
    padding: 70px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 620px;
}

.nz_hero_kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 18px;
}

.nz_hero_title {
    margin: 0 0 24px;
    font-size: 68px;
    line-height: 1.05;
    font-weight: 900;
    color: #111;
    letter-spacing: -2px;
}

.nz_hero_desc {
    max-width: 520px;
    margin: 0 0 34px;
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}

.nz_hero_btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.nz_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .3px;
    text-decoration: none;
    transition: all .2s ease;
}

.nz_btn_primary {
    background: #111;
    color: #fff;
    border: 1px solid #111;
}

.nz_btn_primary:hover {
    background: #000;
    color: #fff;
}

.nz_btn_secondary {
    background: #fff;
    color: #111;
    border: 1px solid #ddd;
}

.nz_btn_secondary:hover {
    border-color: #111;
    color: #111;
}

.nz_hero_right {
    flex: 1 1 42%;
    background: #111;
    color: #fff;
    position: relative;
    min-height: 620px;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    isolation: isolate;
}

.nz_hero_right_top,
.nz_hero_right_bottom {
    position: relative;
    z-index: 5;
}

.nz_hero_right_top small {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    color: rgba(255,255,255,.68) !important;
    margin-bottom: 18px;
}

.nz_hero_right_top h3 {
    margin: 0;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff !important;
}

.nz_hero_right_bottom {
    border-top: 1px solid rgba(255,255,255,.16);
    padding-top: 24px;
}

.nz_hero_right_bottom p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,.86) !important;
}

.nz_hero_right_bottom a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

/* CATEGORY */
.nz_category_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.nz_category_card {
    position: relative;
    overflow: hidden;
    display: block;
    background: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 30px 24px;
    min-height: 240px;
    text-decoration: none;
    color: #111;
    transition: all .25s ease;
}

.nz_category_card::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(0,0,0,.04);
    transition: transform .25s ease, opacity .25s ease;
    opacity: .8;
}

.nz_category_card:hover {
    transform: translateY(-6px);
    border-color: #111;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

.nz_category_card:hover::after {
    transform: scale(1.08);
    opacity: 1;
}

.nz_category_card .num {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 700;
    color: #999;
    letter-spacing: 1.5px;
}

.nz_category_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 22px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #ececec;
    font-size: 20px;
    color: #111;
    box-shadow: 0 8px 20px rgba(0,0,0,.04);
}

.nz_category_card h3 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -.5px;
    color: #111;
}

.nz_category_card p {
    margin: 0 0 28px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.nz_category_card .more {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

/* SIGNATURE */
.nz_signature {
    margin: 0 0 110px;
}

.nz_signature_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

.nz_signature_head .left {
    flex: 1;
    text-align: left;
}

.nz_signature_head .left .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #666;
    text-align: left;
}

.nz_signature_head .left h2 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    text-align: left;
}

.nz_signature_head .left p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    text-align: left;
}

.nz_signature_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 48px;
    padding: 0 18px;
    border: 1px solid #ddd;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
}

.nz_signature_more:hover {
    background: #111;
    color: #fff;
    border-color: #111;
}

.nz_signature_grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 20px;
}

.nz_signature_card {
    position: relative;
    min-height: 520px;
    border-radius: 28px;
    overflow: hidden;
    background: #f4f4f4;
    display: block;
    isolation: isolate;
}

.nz_signature_text {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 5;
    color: #fff;
    padding: 14px 16px 13px;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 100%);
    border: 1px solid rgba(255,255,255,.12);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 24px rgba(0,0,0,.14);
}

.nz_signature_card.light .nz_signature_text {
    color: #111;
    background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.56) 100%);
    border: 1px solid rgba(255,255,255,.58);
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

.nz_signature_text small {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.2px;
    opacity: .92;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0,0,0,.22);
}

.nz_signature_card.light .nz_signature_text small {
    text-shadow: none;
}

.nz_signature_text h3 {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.8px;
    color: inherit;
    text-shadow: 0 2px 12px rgba(0,0,0,.24);
}

.nz_signature_card.light .nz_signature_text h3 {
    text-shadow: none;
}

.nz_signature_text p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.65;
    opacity: .96;
    color: inherit;
    text-shadow: 0 1px 8px rgba(0,0,0,.18);
}

.nz_signature_card.light .nz_signature_text p {
    text-shadow: none;
}

.nz_signature_cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 8px rgba(0,0,0,.20);
    position: relative;
}

.nz_signature_cta::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: .38;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.nz_signature_card.light .nz_signature_cta {
    text-shadow: none;
}

.nz_signature_card:hover .nz_signature_cta {
    opacity: .96;
}

/* BRAND STORY */
.nz_story {
    position: relative;
    background: #111;
    border-radius: 30px;
    padding: 70px 60px;
    color: #fff;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    isolation: isolate;
}

.nz_story > *:not(.nz_daon_banner) {
    position: relative;
    z-index: 5;
}

.nz_story .eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(255,255,255,.65) !important;
}

.nz_story h2 {
    margin: 0 0 22px;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
    color: #fff !important;
}

.nz_story p {
    max-width: 780px;
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,.82) !important;
}

.nz_story .nz_story_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    width: auto;
    height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    background: #fff;
    color: #111 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    align-self: flex-start;
}

/* 상품영역 */
#newzzle_main .sct_wrap {
    margin-bottom: 110px;
}

#newzzle_main .sct_wrap > header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
    text-align: left;
}

#newzzle_main .sct_wrap > header .sct_title_box {
    flex: 1;
    min-width: 0;
}

#newzzle_main .sct_wrap > header h2 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.5px;
}

#newzzle_main .sct_wrap > header h2 a {
    color: #111;
}

#newzzle_main .sct_wrap > header p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

#newzzle_main .sct_wrap > header .sct_more_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 54px;
    padding: 0 24px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .3px;
    transition: all .2s ease;
    white-space: nowrap;
}

#newzzle_main .sct_wrap > header .sct_more_btn:hover {
    background: #111;
    color: #fff;
}

#newzzle_main .sct_more_mobile_wrap {
    display: none;
    margin-top: 20px;
    text-align: center;
}

#newzzle_main .sct_more_btn_mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 48px;
    padding: 0 20px;
    border: 1px solid #111;
    background: transparent;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .3px;
    transition: all .2s ease;
    white-space: nowrap;
}

#newzzle_main .sct_more_btn_mobile:hover {
    background: #111;
    color: #fff;
}

/* PRODUCT HOVER */
#newzzle_main .sct_wrap .sct_li,
#newzzle_main .sct_wrap .lists-row > div {
    transition: transform .25s ease;
}

#newzzle_main .sct_wrap .sct_li:hover,
#newzzle_main .sct_wrap .lists-row > div:hover {
    transform: translateY(-5px);
}

#newzzle_main .sct_wrap img {
    transition: transform .35s ease;
}

#newzzle_main .sct_wrap .sct_li:hover img,
#newzzle_main .sct_wrap .lists-row > div:hover img {
    transform: scale(1.03);
}

/* 모바일 상품영역만 보정 */
@media (max-width: 991px) {
    #newzzle_main .de_type4 .lists-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }

    #newzzle_main .de_type4 .lists-row > [class*="col-row-"] {
        width: 50% !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

/* PHOTO REVIEW */
#review_wrap {
    max-width: 1440px;
    margin: 0 auto 120px;
    padding: 0 20px;
    overflow-x: hidden;
}

#review_wrap .review_area {
    position: relative;
    padding: 54px 32px 34px;
    background: #f3f3f3;
    border-radius: 32px;
    overflow: hidden;
}

#review_wrap .review_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

#review_wrap .review_Title {
    margin: 0;
    text-align: center;
    width: 100%;
}

#review_wrap .review_eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666;
}

#review_wrap .review_Title .tit {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -.5px;
    color: #111;
}

#review_wrap .review_Title .tit strong {
    color: #111 !important;
    font-weight: 900;
}

#review_wrap .review_Title p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

#review_wrap .review_more {
    position: absolute;
    top: 58px;
    right: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 22px;
    border: 1px solid #ddd;
    border-radius: 999px;
    color: #111;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 5;
}

#review_wrap .review_more:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}

#review_wrap .review_list,
#review_wrap .owl-carousel,
#review_wrap .owl-stage-outer {
    overflow: visible !important;
}

#review_wrap .owl-stage {
    display: flex;
    align-items: stretch;
}

#review_wrap .owl-item {
    opacity: 1;
}

#review_wrap .review_list .item {
    height: 100%;
}

#review_wrap .review_card {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #111;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 24px;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

#review_wrap .review_card:hover {
    transform: translateY(-8px);
    border-color: #111;
    box-shadow: 0 22px 46px rgba(0,0,0,.10);
}

#review_wrap .review_list .img_box {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #ededed;
}

#review_wrap .review_list .img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
    max-width: 100%;
}

#review_wrap .review_card:hover .img_box img {
    transform: scale(1.05);
}

#review_wrap .review_list .txts {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 22px 20px 18px;
}

#review_wrap .review_product {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#review_wrap .review_excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#review_wrap .review_meta {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #f0f0f0;
}

#review_wrap .review_name {
    font-size: 13px;
    font-weight: 700;
    color: #888;
}

#review_wrap .review_rating {
    display: inline-flex;
    align-items: center;
}

#review_wrap .review_rating img {
    height: 15px;
    width: auto;
}

#review_wrap .nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

#review_wrap .nav li {
    margin: 0;
    padding: 0;
}

#review_wrap .nav a {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #cfcfcf;
    text-indent: -9999px;
    overflow: hidden;
    transition: all .2s ease;
}

#review_wrap .nav a.active {
    width: 24px;
    background: #111;
}

#review_wrap .owl-nav {
    display: none;
}

#review_wrap .review_more_mobile {
    display: none;
    margin-top: 18px;
    text-align: center;
}

#review_wrap .review_more_btn_mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

#review_wrap .review_more_btn_mobile:hover {
    background: #000;
    color: #fff;
}

/* COMMUNITY */
#comm_area {
    max-width: 1440px;
    margin: 0 auto 110px;
    padding: 0 20px;
    overflow-x: hidden;
}

#comm_area .comm_head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

#comm_area .comm_title_wrap {
    margin: 0;
}

#comm_area .comm_eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #666;
}

#comm_area .comm_title {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
}

#comm_area .comm_desc {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

#comm_area .comm_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#comm_area .comm_card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 26px 24px;
    transition: all .25s ease;
}

#comm_area .comm_card:hover {
    transform: translateY(-6px);
    border-color: #111;
    box-shadow: 0 16px 40px rgba(0,0,0,.08);
}

#comm_area .comm_card_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

#comm_area .comm_card_head h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #111;
    letter-spacing: -.3px;
}

#comm_area .comm_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
}

#comm_area .comm_more:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* 커뮤니티 커스텀 리스트 */
.comm_latest_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comm_latest_list li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
}

.comm_latest_list li:last-child {
    border-bottom: 0;
}

.comm_latest_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 0;
    color: #111;
    text-decoration: none;
}

.comm_latest_left {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.comm_latest_subject {
    min-width: 0;
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comm_latest_date {
    flex-shrink: 0;
    font-size: 12px;
    color: #888;
}

.comm_qna_answer_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 11px;
    flex-shrink: 0;
}

.comm_empty {
    padding: 10px 0;
    font-size: 14px;
    color: #777;
}

/* 태블릿/모바일 */
@media (max-width: 991px) {
    #newzzle_main {
        padding: 0 16px 60px;
        width: 100%;
    }

    .nz_section {
        margin-bottom: 70px;
    }

    .nz_hero {
        flex-direction: column;
        gap: 16px;
        padding: 20px 0 50px;
    }

    .nz_hero_left,
    .nz_hero_right {
        min-height: auto;
        border-radius: 22px;
    }

    .nz_hero_left {
        padding: 44px 26px;
    }

    .nz_hero_right {
        padding: 32px 26px;
        min-height: 420px;
    }

    .nz_hero_title {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .nz_hero_desc {
        font-size: 15px;
        line-height: 1.75;
    }

    .nz_hero_right_top h3,
    .nz_story h2,
    .nz_section_header h2,
    #newzzle_main .sct_wrap > header h2,
    #review_wrap .review_Title .tit,
    #comm_area .comm_title,
    .nz_signature_head .left h2 {
        font-size: 28px;
    }

    .nz_category_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .nz_category_card {
        min-height: 200px;
        border-radius: 18px;
        padding: 24px 18px;
    }

    .nz_category_icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 18px;
        margin-bottom: 18px;
    }

    .nz_signature {
        margin-bottom: 70px;
    }

    .nz_signature_head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .nz_signature_head .left {
        width: 100%;
        text-align: left;
    }

    .nz_signature_grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nz_signature_card {
        min-height: 360px;
        border-radius: 22px;
    }

    .nz_signature_text {
        left: 18px;
        right: 18px;
        bottom: 18px;
        padding: 12px 14px 11px;
        border-radius: 13px;
    }

    .nz_signature_text h3 {
        font-size: 26px;
    }

    .nz_story {
        padding: 42px 26px;
        border-radius: 22px;
        min-height: 260px;
    }

    #review_wrap,
    #comm_area {
        padding: 0 16px;
        margin-bottom: 70px;
        width: 100%;
    }

    #review_wrap .review_area {
        padding: 38px 16px 24px;
        border-radius: 24px;
    }

    #review_wrap .review_head {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin-bottom: 22px;
    }

    #review_wrap .review_head > * {
        flex: none;
        max-width: 100%;
    }

    #review_wrap .review_Title {
        width: 100%;
        text-align: center;
    }

    #review_wrap .review_Title .tit {
        font-size: 28px;
    }

    #review_wrap .review_Title p {
        font-size: 14px;
    }

    #review_wrap .review_more {
        display: none;
    }

    #review_wrap .review_more_mobile {
        display: block;
    }

    #review_wrap .review_list .txts {
        min-height: 180px;
        padding: 18px 16px 16px;
    }

    #review_wrap .review_product {
        font-size: 14px;
    }

    #review_wrap .review_excerpt {
        font-size: 13px;
        line-height: 1.7;
    }

    #review_wrap .review_meta {
        padding-top: 14px;
    }

    #comm_area .comm_grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #comm_area .comm_card {
        border-radius: 20px;
        padding: 22px 20px;
    }

    #comm_area .comm_card_head h4 {
        font-size: 18px;
    }

    #newzzle_main .sct_wrap > header .sct_more_btn {
        display: none;
    }

    #newzzle_main .sct_more_mobile_wrap {
        display: block;
        margin-top: 22px;
        text-align: center;
    }

    #newzzle_main .sct_more_btn_mobile {
        min-width: 140px;
        height: 48px;
        padding: 0 18px;
        font-size: 13px;
    }

    #newzzle_main .de_type4 .lists-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow-x: hidden !important;
    }

    #newzzle_main .de_type4 .lists-row > [class*="col-row-"] {
        width: 50% !important;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media (max-width: 640px) {
    .nz_category_grid {
        grid-template-columns: 1fr;
    }

    .nz_btn {
        width: 100%;
    }

    .comm_latest_subject {
        font-size: 13px;
    }

    .comm_latest_date {
        font-size: 11px;
    }
}