/* 메인 무료슬롯 SEO 설명란 */
.free-slot-seo {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 24px;
    padding: 0;
    box-sizing: border-box;
}

.free-slot-seo .page_seo_conts_box {
    box-sizing: border-box;
    margin: 16px 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #e2e5ec;
    border-radius: 12px;
    color: #333;
    overflow: visible;
}

.free-slot-seo h1,
.free-slot-seo h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 12px;
    padding: 0;
    color: #111;
    line-height: 1.4;
}

.free-slot-seo h3,
.free-slot-seo h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 16px 0 8px;
    padding: 0 4px;
    color: #111;
}

.free-slot-seo p {
    margin: 10px 0;
    padding: 0 4px;
    line-height: 1.65;
    color: #444;
    font-size: 0.95rem;
}

.free-slot-seo .page_seo_tit_box {
    margin: 12px 0;
    padding: 12px;
    background: #f5f6f9;
    border-radius: 8px;
    color: #333;
}

.free-slot-seo .section_box {
    margin: 8px 0;
    overflow: visible;
}

.free-slot-seo .section_box ul {
    list-style: none;
    margin: 12px 0;
    padding: 0;
    background: #f0f2f6;
    border-radius: 8px;
}

.free-slot-seo .section_box li {
    padding: 10px 12px;
    color: #666;
}

.free-slot-seo .layout {
    max-width: 100%;
    margin: 0;
}

.free-slot-seo .qna {
    list-style: none;
    margin: 0;
    padding: 0;
}

.free-slot-seo .qna > li {
    padding: 12px 0;
    border-top: 1px dashed #ccc;
    box-sizing: border-box;
}

.free-slot-seo .qna > li:first-child {
    border-top: none;
}

.free-slot-seo .qna input {
    display: none;
}

.free-slot-seo .qna label {
    display: block;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 8px 0;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.4;
}

.free-slot-seo .qna label::before {
    content: "▶";
    display: inline-block;
    margin-right: 8px;
    color: #1e4a9c;
    font-size: 0.75rem;
    vertical-align: middle;
}

.free-slot-seo .qna input:checked + label::before {
    content: "▼";
}

/* 인라인 display:block 무시 — 아코디언 */
.free-slot-seo .qna > li > div {
    display: none !important;
    color: #666 !important;
    font-size: 0.9rem !important;
    padding: 8px 0 12px 20px !important;
    line-height: 1.6 !important;
    overflow: visible !important;
}

.free-slot-seo .qna > li.open > div {
    display: block !important;
}

.free-slot-seo .layout {
    max-width: 100% !important;
    margin: 0 !important;
}

@media (max-width: 1250px) {
    .free-slot-seo {
        margin: 8px 0 20px;
        padding: 0 4px;
    }

    .free-slot-seo .page_seo_conts_box {
        margin: 12px 0;
        padding: 14px 12px;
    }

    .free-slot-seo h1,
    .free-slot-seo h2 {
        font-size: 1.05rem;
    }

    .free-slot-seo h3,
    .free-slot-seo h4 {
        font-size: 0.95rem;
    }

    .free-slot-seo p {
        font-size: 0.9rem;
    }
}
