/* ==============================
   mtpan-verify LIST
============================== */

.mtpan-verify-wrap {
    width: 100% !important;
}

.mtpan-verify-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 18px 0 20px;
}

.mtpan-verify-count {
    font-size: 14px;
    color: #374151;
    font-weight: 700;
}

.mtpan-verify-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mtpan-verify-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 13px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #374151;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.mtpan-verify-btn:hover {
    background: #f9fafb;
    color: #111827;
    text-decoration: none;
}

.mtpan-verify-btn.primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.mtpan-verify-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 20px 0 26px;
}

.mtpan-verify-item {
    position: relative;
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: stretch;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0,0,0,.035);
}

.mtpan-verify-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.07);
}

.mtpan-verify-check {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5;
}

.mtpan-verify-thumb {
    display: block;
    width: 220px;
    height: 100%;
    min-height: 150px;
    background: #f3f4f6;
}

.mtpan-verify-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
}

.mtpan-verify-info {
    padding: 15px 18px;
}

.mtpan-verify-badges {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.mtpan-verify-badges .badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
}

.mtpan-verify-badges .badge.verify {
    background: #eff6ff;
    color: #2563eb;
}

.mtpan-verify-badges .badge.notice {
    background: #fef2f2;
    color: #dc2626;
}

.mtpan-verify-badges .badge.cate {
    background: #f3f4f6;
    color: #374151;
}

.mtpan-verify-info .mtpan-verify-title {
    margin: 0 0 13px;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: normal;
}

.mtpan-verify-info .mtpan-verify-title a {
    display: block;
    color: #111827;
    font-size: 18px;
    line-height: 1.32;
    font-weight: 900;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.mtpan-verify-info .mtpan-verify-title a:hover {
    color: #2563eb;
    text-decoration: none;
}

.mtpan-verify-status {
    margin: 12px 0 14px;
}

.mtpan-verify-status > div {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.35;
}

.mtpan-verify-status strong {
    flex: 0 0 70px;
    min-width: 70px;
    color: #6b7280;
    font-weight: 900;
}

.mtpan-verify-status span {
    color: #111827;
    font-weight: 800;
}

.status-online {
    color: #16a34a !important;
    font-weight: 900 !important;
}

.status-offline {
    color: #dc2626 !important;
    font-weight: 900 !important;
}

.status-check {
    color: #f59e0b !important;
    font-weight: 900 !important;
}

.mtpan-verify-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #9ca3af;
    margin-top: 9px;
}

.mtpan-verify-empty {
    grid-column: 1 / -1;
    padding: 50px 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    color: #6b7280;
}

.mtpan-verify-admin-actions {
    display: flex;
    gap: 6px;
    margin: 18px 0;
}

.mtpan-verify-admin-actions button {
    height: 34px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    background: #fff;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
}

/* 검색 레이어 기본 정리 */
.mtpan-verify-wrap .bo_sch_wrap {
    display: none;
}

/* ==============================
   mtpan-verify VIEW
============================== */

.mtpan-verify-view {
    max-width: 980px;
    margin: 0 auto;
}

.mtpan-verify-view .mtpan-verify-main-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 4px 18px rgba(0,0,0,.05);
}

.mtpan-verify-view .mtpan-verify-head {
    margin-bottom: 22px;
}

.mtpan-verify-view .mtpan-verify-kicker {
    font-size: 13px;
    font-weight: 900;
    color: #2563eb;
    letter-spacing: .08em;
    margin-bottom: 12px;
}

.mtpan-verify-view .mtpan-verify-title {
    font-size: 36px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #111827;
    margin: 0 0 12px;
    padding: 0;
}

.mtpan-verify-view .mtpan-verify-date {
    font-size: 14px;
    color: #6b7280;
}

.mtpan-verify-view .mtpan-verify-img {
    text-align: center;
    margin: 20px 0 34px;
}

.mtpan-verify-view .mtpan-verify-img img {
    display: inline-block;
    max-width: 520px;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.mtpan-verify-view .mtpan-verify-body {
    font-size: 16px;
    line-height: 1.8;
    color: #111827;
}

.mtpan-verify-view .mtpan-verify-body h3 {
    margin: 28px 0 14px;
    font-size: 21px;
    font-weight: 900;
    color: #111827;
}

.mtpan-verify-view .mtpan-verify-body p {
    margin: 0 0 16px;
}

.mtpan-verify-view .mtpan-verify-body table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 18px 0 30px;
    border-top: 2px solid #111827;
    background: #fff;
}

.mtpan-verify-view .mtpan-verify-body th,
.mtpan-verify-view .mtpan-verify-body td {
    padding: 14px 16px !important;
    border: 1px solid #e5e7eb !important;
    font-size: 15px;
    line-height: 1.65;
    vertical-align: top;
}

.mtpan-verify-view .mtpan-verify-body th {
    width: 170px;
    background: #f9fafb;
    font-weight: 900;
    color: #111827;
}

.mtpan-verify-view .mtpan-verify-body td {
    color: #111827;
}

.mtpan-domain-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mtpan-domain-text {
    font-weight: 800;
    color: #111827;
}

.mtpan-copy-domain {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 9px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.mtpan-copy-domain:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 4px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 7V5a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-2v4a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h2Zm3-2v7h7V5h-7ZM6 10v9h7v-9H6Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 7V5a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3h-2v4a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-9a3 3 0 0 1 3-3h2Zm3-2v7h7V5h-7ZM6 10v9h7v-9H6Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.mtpan-copy-domain:hover {
    background: #dbeafe;
    border-color: #bfdbfe;
}

.mtpan-copy-domain.copied {
    background: #ecfdf5;
    border-color: #bbf7d0;
    color: #16a34a;
}

.mtpan-status-online {
    color: #16a34a;
    font-weight: 900;
}

.mtpan-status-offline {
    color: #dc2626;
    font-weight: 900;
}

.mtpan-status-check {
    color: #f59e0b;
    font-weight: 900;
}

.mtpan-verify-view .mtpan-verify-nav {
    margin-top: 22px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

.mtpan-verify-view .mtpan-verify-nav div {
    display: flex;
    gap: 14px;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
}

.mtpan-verify-view .mtpan-verify-nav div:last-child {
    border-bottom: 0;
}

.mtpan-verify-view .mtpan-verify-nav strong {
    min-width: 60px;
    color: #6b7280;
    font-weight: 800;
}

.mtpan-verify-view .mtpan-verify-nav a {
    color: #111827;
    font-weight: 700;
    text-decoration: none;
}

.mtpan-verify-view .mtpan-verify-btns {
    margin: 22px 0;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.mtpan-verify-view .mtpan-verify-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.mtpan-verify-view .btn-list {
    background: #111827;
    color: #fff;
}

.mtpan-verify-view .btn-edit {
    background: #2563eb;
    color: #fff;
}

.mtpan-verify-view .btn-delete {
    background: #dc2626;
    color: #fff;
}

/* ==============================
   COMMENTS
============================== */

.mtpan-verify-view #bo_vc,
.mtpan-verify-view #bo_vc_w {
    max-width: 980px;
    margin: 22px auto 0;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    box-shadow: 0 4px 18px rgba(0,0,0,.04);
}

.mtpan-verify-view #bo_vc h2 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 18px;
    font-weight: 900;
    color: #111827;
}

.mtpan-verify-view #bo_vc h2:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2563eb;
}

.mtpan-verify-view #bo_vc_w h2 {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
    background: none;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

.mtpan-verify-view #bo_vc_empty {
    color: #6b7280;
    font-size: 14px;
    padding: 10px 0;
}

.mtpan-verify-view #bo_vc_w textarea {
    width: 100% !important;
    min-height: 96px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
    resize: vertical;
}

.mtpan-verify-view #bo_vc_w textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}

.mtpan-verify-view #bo_vc_w .btn_confirm,
.mtpan-verify-view #bo_vc_w .bo_vc_w_info,
.mtpan-verify-view #bo_vc_w .bo_vc_w_wr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.mtpan-verify-view #bo_vc_w .btn_confirm {
    margin-top: 10px;
}

.mtpan-verify-view #bo_vc_w label {
    margin-bottom: 0;
}

.mtpan-verify-view #bo_vc_w input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 4px;
}

.mtpan-verify-view #bo_vc_w .btn_submit,
.mtpan-verify-view #bo_vc_w input[type="submit"],
.mtpan-verify-view #bo_vc_w button[type="submit"] {
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-weight: 800;
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 768px) {
    .mtpan-verify-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .mtpan-verify-actions {
        flex-wrap: wrap;
    }

    .mtpan-verify-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .mtpan-verify-item {
    display: grid;
    grid-template-columns: 115px 1fr;
    height: 150px;
    align-items: stretch;
}

.mtpan-verify-thumb {
    width: 115px;
    height: 150px;
    min-height: 150px;
}

.mtpan-verify-thumb img {
    display: block;
    width: 100%;
    height: 150px;
    min-height: 150px;
    object-fit: cover;
}

.mtpan-verify-info {
    padding: 9px 11px;
    overflow: hidden;
}

.mtpan-verify-badges {
    margin-bottom: 5px;
}

.mtpan-verify-info .mtpan-verify-title a {
    font-size: 15.5px;
    line-height: 1.2;
}

.mtpan-verify-status {
    margin: 6px 0 4px;
}

.mtpan-verify-status > div {
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 1.2;
}

.mtpan-verify-status strong {
    flex: 0 0 54px;
    min-width: 54px;
}

.mtpan-verify-meta {
    margin-top: 3px;
    font-size: 11.5px;
    line-height: 1.2;
}

.mtpan-verify-status {
    margin: 7px 0 5px;
}

.mtpan-verify-status > div {
    margin-bottom: 2px;
    font-size: 12.5px;
    line-height: 1.22;
}

.mtpan-verify-status strong {
    flex: 0 0 56px;
    min-width: 56px;
}

.mtpan-verify-info .mtpan-verify-title a {
    font-size: 17px;
    line-height: 1.28;
}

.mtpan-verify-status > div {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.3;
}

.mtpan-verify-meta {
    margin-top: 7px;
    font-size: 12px;
}

    .mtpan-verify-view {
        padding: 0 12px;
    }

    .mtpan-verify-view .mtpan-verify-main-card {
        padding: 22px;
        border-radius: 14px;
    }

    .mtpan-verify-view .mtpan-verify-title {
        font-size: 27px;
    }

    .mtpan-verify-view .mtpan-verify-body {
        font-size: 15px;
    }

    .mtpan-verify-view .mtpan-verify-body h2 {
        font-size: 23px;
    }

    .mtpan-verify-view .mtpan-verify-body table,
.mtpan-verify-view .mtpan-verify-body tbody {
    display: block;
    width: 100% !important;
}

.mtpan-verify-view .mtpan-verify-body tr {
    display: grid;
    grid-template-columns: 92px 1fr;
    width: 100% !important;
}

.mtpan-verify-view .mtpan-verify-body th,
.mtpan-verify-view .mtpan-verify-body td {
    display: block;
    width: auto !important;
}

.mtpan-verify-view .mtpan-verify-body th {
    border-bottom: 1px solid #e5e7eb !important;
}

.mtpan-verify-view .mtpan-verify-body td {
    margin-bottom: 0;
}

    .mtpan-verify-view .mtpan-verify-nav div {
        display: block;
    }

    .mtpan-verify-view .mtpan-verify-nav strong {
        display: block;
        margin-bottom: 5px;
    }

    .mtpan-verify-view .mtpan-verify-btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    .mtpan-verify-view #bo_vc,
    .mtpan-verify-view #bo_vc_w {
        margin: 18px 0 0;
        padding: 18px;
        border-radius: 14px;
    }

	.mtpan-verify-wrap {
    padding: 0 12px;
    box-sizing: border-box;
}

.mtpan-verify-list {
    margin-left: 0;
    margin-right: 0;
   }
}

/* ==============================
   BASIC WRITE FORM
   공지사항 기본 글쓰기 스타일
============================== */

#bo_w .bo_v_option li {
    display: inline-block;
    float: left;
    text-align: left;
    margin: 0 5px 0 0;
}

#bo_w .bo_v_option li label {
    vertical-align: baseline;
}

#bo_w .bo_v_option .chk_box input[type="checkbox"] + label span {
    margin-left: 0;
    margin-right: 5px;
}

#bo_w .write_div {
    margin: 10px 0;
    position: relative;
}

#bo_w .write_div:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_w .bo_w_info:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_w .bo_w_info .frm_input {
    float: left;
    margin-bottom: 1%;
}

#bo_w #wr_password,
#bo_w #wr_homepage {
    margin-left: 1%;
}

#bo_w .wr_content.smarteditor2 iframe {
    background: #fff;
}

#bo_w .bo_w_tit {
    position: relative;
}

#bo_w .bo_w_tit .frm_input {
    padding-right: 120px;
}

#bo_w .bo_w_tit #btn_autosave {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 30px;
    height: 30px;
}

#bo_w .bo_w_link label {
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 38px;
    width: 40px;
    font-size: 1.2em;
    text-align: center;
    color: #b2b2b2;
}

#bo_w .bo_w_link .frm_input {
    padding-left: 50px;
}

#bo_w .bo_w_flie .lb_icon {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 3px 0 0 3px;
    height: 38px;
    line-height: 38px;
    width: 40px;
    font-size: 1.2em;
    text-align: center;
    color: #b2b2b2;
}

#bo_w .bo_w_flie .frm_file {
    padding-left: 50px;
    margin-top: 3px;
}

#bo_w .bo_w_flie .file_wr {
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    vertical-align: middle;
    border-radius: 3px;
    padding: 5px;
    height: 40px;
    margin: 0;
}

#bo_w .bo_w_flie .frm_input {
    margin: 10px 0 0;
}

#bo_w .bo_w_flie .file_del {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.92em;
    color: #7d7d7d;
}

#bo_w .bo_w_select select {
    border: 1px solid #d0d3db;
    width: 100%;
    height: 40px;
    border-radius: 3px;
}

#bo_w .btn_submit {
    padding: 0 20px;
    font-size: 1.167em;
}

#bo_w .btn_cancel {
    border-radius: 3px;
    font-size: 1.167em;
}

/* 임시저장 기본 팝업 */
#autosave_wrapper {
    position: relative;
}

#autosave_pop {
    display: none;
    z-index: 10;
    position: absolute !important;
    top: 34px;
    right: 0;
    width: 350px;
    height: auto !important;
    max-height: 180px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}

#autosave_pop:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
}

#autosave_pop:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
}

#autosave_pop strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#autosave_pop div {
    text-align: center;
    margin: 0 !important;
}

#autosave_pop button {
    margin: 0;
    padding: 0;
    border: 0;
}

#autosave_pop ul {
    padding: 15px;
    border-top: 1px solid #e9e9e9;
    list-style: none;
    overflow-y: scroll;
    height: 130px;
    border-bottom: 1px solid #e8e8e8;
}

#autosave_pop li {
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    background: #eee;
    zoom: 1;
}

#autosave_pop li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#autosave_pop a {
    display: block;
    float: left;
}

#autosave_pop span {
    display: block;
    float: right;
    font-size: 0.92em;
    font-style: italic;
    color: #999;
}

.autosave_close {
    cursor: pointer;
    width: 100%;
    height: 30px;
    background: none;
    color: #888;
    font-weight: bold;
    font-size: 0.92em;
}

.autosave_close:hover {
    background: #f3f3f3;
    color: #3597d9;
}

.autosave_content {
    display: none;
}

.autosave_del {
    background: url(./img/close_btn.png) no-repeat 50% 50%;
    text-indent: -999px;
    overflow: hidden;
    height: 20px;
    width: 20px;
}

.mtpan-member-level {
    display:inline-flex;
    align-items:center;
    height:18px;
    padding:0 6px;
    margin-right:5px;
    border-radius:999px;
    background:#eff6ff;
    border:1px solid #bfdbfe;
    color:#2563eb;
    font-size:10px;
    font-weight:800;
    vertical-align:middle;
}

.mtpan-member-level.admin {
    background:#111827;
    border-color:#111827;
    color:#fff;
}

/* 먹튀검증/공지 댓글 레이아웃 정리 */
.mtpan-notice-view .cmt_btn {
    width: 100%;
    margin: 28px 0 0;
    padding: 0 0 15px;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
    text-align: left;
    font-weight: 900;
}

.mtpan-notice-view .cmt_btn span.total {
    color: #2563eb;
}

.mtpan-notice-view .cmt_btn span.total:after {
    background: #2563eb;
}

.mtpan-notice-view #bo_vc {
    margin-top: 20px;
    padding: 0;
    border: 0;
    background: transparent;
}

.mtpan-notice-view #bo_vc > h2,
.mtpan-notice-view #bo_vc article header h2 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.mtpan-notice-view #bo_vc > h2:before,
.mtpan-notice-view #bo_vc article header h2:before {
    display: none !important;
    content: none !important;
}

.mtpan-notice-view #bo_vc article {
    display: flex;
    gap: 12px;
    margin: 18px 0;
    padding: 18px 0 22px;
    border-bottom: 1px solid #eef2f7;
}

.mtpan-notice-view #bo_vc article .pf_img {
    flex: 0 0 46px;
    margin: 0;
    float: none;
}

.mtpan-notice-view #bo_vc article .pf_img img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.mtpan-notice-view #bo_vc article .cm_wrap {
    flex: 1;
    width: auto;
    max-width: none;
    float: none;
    min-width: 0;
}

.mtpan-notice-view #bo_vc article header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    line-height: 1.4;
}

.mtpan-notice-view #bo_vc .cmt_contents {
    padding: 7px 0 0;
    line-height: 1.7;
}

.mtpan-notice-view #bo_vc .cmt_contents p {
    margin: 0;
}

.mtpan-notice-view #bo_vc .bo_vl_opt {
    top: 18px;
    right: 0;
}

.mtpan-notice-view .bo_vc_act {
    display: none;
}

.mtpan-notice-view #bo_vc_w {
    margin-top: 22px;
    padding: 22px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
}

.mtpan-notice-view #bo_vc_w textarea {
    width: 100% !important;
    min-height: 100px;
    padding: 14px;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    font-size: 15px;
    resize: vertical;
}

.mtpan-notice-view #bo_vc_w .bo_vc_w_wr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mtpan-notice-view #bo_vc_w .btn_confirm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.mtpan-notice-view #bo_vc_w .btn_submit {
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: #111827;
    color: #fff;
    font-weight: 900;
}

@media (max-width: 768px) {
    .mtpan-notice-view #bo_vc article {
        gap: 10px;
    }

    .mtpan-notice-view #bo_vc_w .bo_vc_w_wr {
        display: block;
    }

    .mtpan-notice-view #bo_vc_w .btn_confirm {
        margin-top: 10px;
    }
}

/* 전체 댓글 강제 정리 */
.cmt_btn {
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    background: #fff !important;
    margin: 28px 0 0 !important;
    padding: 0 0 15px !important;
    text-align: left !important;
}

#bo_vc > h2,
#bo_vc article header h2 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

#bo_vc > h2:before,
#bo_vc article header h2:before {
    display: none !important;
    content: none !important;
}

#bo_vc {
    margin-top: 20px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

#bo_vc article {
    display: flex !important;
    gap: 12px !important;
    margin: 18px 0 !important;
    padding: 18px 0 22px !important;
    border-bottom: 1px solid #eef2f7 !important;
}

#bo_vc article .pf_img {
    flex: 0 0 46px !important;
    margin: 0 !important;
    float: none !important;
}

#bo_vc article .pf_img img {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
}

#bo_vc article .cm_wrap {
    flex: 1 !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    min-width: 0 !important;
}

#bo_vc article header {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    line-height: 1.4 !important;
}

#bo_vc .cmt_contents {
    padding: 7px 0 0 !important;
    line-height: 1.7 !important;
}

#bo_vc .cmt_contents p {
    margin: 0 !important;
}

#bo_vc .bo_vl_opt {
    top: 18px !important;
    right: 0 !important;
}

#bo_vc .bo_vc_act {
    display: none;
}

#bo_vc_w {
    margin-top: 22px !important;
    padding: 22px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #fff !important;
}

#bo_vc_w textarea {
    width: 100% !important;
    min-height: 100px !important;
    padding: 14px !important;
    border: 1px solid #d1d5db !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    resize: vertical !important;
}

#bo_vc_w .bo_vc_w_wr {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

#bo_vc_w .btn_confirm {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
}

#bo_vc_w .btn_submit {
    height: 40px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #111827 !important;
    color: #fff !important;
    font-weight: 900 !important;
}

/* 먹튀검증 베스트 */

.mtpan-verify-best-wrap {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin:24px 0;
}

.mtpan-verify-best {
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:14px;
    padding:16px;
}

.mtpan-verify-best h3 {
    margin:0 0 12px;
    font-size:16px;
    font-weight:900;
}

.mtpan-verify-best ol {
    margin:0;
    padding:0;
    list-style:none;
}

.mtpan-verify-best li {
    margin-bottom:8px;
}

.mtpan-verify-best li:last-child {
    margin-bottom:0;
}

.mtpan-verify-best a {
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#111827;
}

.mtpan-verify-best .rank {
    width:20px;
    height:20px;
    border-radius:6px;
    background:#111827;
    color:#fff;
    font-size:11px;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
}

.mtpan-verify-best .subject {
    flex:1;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.mtpan-verify-best .reply {
    color:#2563eb;
    font-size:12px;
    font-weight:800;
}

.view-best {
    margin-top:24px;
}

@media (max-width:768px){

    .mtpan-verify-best-wrap{
        grid-template-columns:1fr;
    }

}

/* 먹튀검증 상단 통계 카드 */
.mtpan-verify-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 18px;
}

.mtpan-verify-stats > div {
    padding: 16px 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 3px 12px rgba(0,0,0,.035);
}

.mtpan-verify-stats strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.mtpan-verify-stats strong.online {
    color: #16a34a;
}

.mtpan-verify-stats strong.offline {
    color: #dc2626;
}

.mtpan-verify-stats span {
    display: block;
    color: #6b7280;
    font-size: 13px;
    font-weight: 800;
}

/* 먹튀검증 베스트 박스 */
.mtpan-verify-best-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0 0 24px;
}

.mtpan-verify-best {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 3px 12px rgba(0,0,0,.035);
}

.mtpan-verify-best h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 16px;
    font-weight: 900;
}

.mtpan-verify-best ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mtpan-verify-best li {
    margin-bottom: 8px;
}

.mtpan-verify-best li:last-child {
    margin-bottom: 0;
}

.mtpan-verify-best a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #111827;
    font-size: 14px;
    text-decoration: none !important;
}

.mtpan-verify-best .rank {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    border-radius: 6px;
    background: #111827;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
}

.mtpan-verify-best .subject {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mtpan-verify-best .reply {
    color: #2563eb;
    font-size: 12px;
    font-weight: 900;
}

.mtpan-verify-best p {
    margin: 0;
    color: #9ca3af;
    font-size: 13px;
}

/* 뷰페이지 베스트 간격 */
.mtpan-verify-best-wrap.view-best {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .mtpan-verify-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mtpan-verify-best-wrap {
        grid-template-columns: 1fr;
    }
}

/* 게시판 페이징 공통 수정 */
.pg_wrap {
    clear: both;
    text-align: center;
    margin: 28px 0 34px;
    padding: 0;
}

.pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.pg_page,
.pg_current {
    min-width: 34px;
    height: 34px;
    padding: 0 11px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
}

.pg_page {
    color: #2563eb !important;
    background: #fff;
    border: 1px solid #cfe0ff;
}

.pg_page:hover {
    color: #fff !important;
    background: #2563eb;
    border-color: #2563eb;
}

.pg_current {
    color: #fff !important;
    background: linear-gradient(135deg, #1d4ed8, #2563eb);
    border: 1px solid #1d4ed8;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.22);
}

/* 처음/이전/다음/맨끝 버튼 */
.pg_start,
.pg_prev,
.pg_next,
.pg_end {
    min-width: 42px;
}

/* 모바일 */
@media (max-width: 576px) {
    .pg_wrap {
        margin: 22px 0 28px;
    }

    .pg {
        gap: 5px;
    }

    .pg_page,
    .pg_current {
        min-width: 32px;
        height: 32px;
        padding: 0 9px;
        border-radius: 9px;
        font-size: 13px;
        line-height: 32px;
    }
}

/* =========================================================
   MTPAN VERIFY MOBILE OVERFLOW HARD FIX v2
   - 먹튀검증 모바일 좌우 흔들림/가로 오버플로우 강제 차단
   - 반드시 style.css 맨 아래 유지
========================================================= */
@media (max-width: 768px) {
    html,
    body {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    .mtpan-verify-wrap,
    #bo_list.mtpan-verify-wrap {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }

    .mtpan-verify-top,
    .mtpan-verify-actions,
    .mtpan-verify-stats,
    .mtpan-verify-best-wrap,
    .mtpan-verify-list,
    .mtpan-verify-item,
    .mtpan-verify-view,
    .mtpan-verify-view .mtpan-verify-main-card,
    .mtpan-verify-view .mtpan-verify-body,
    .mtpan-verify-view .mtpan-verify-nav,
    .mtpan-verify-view #bo_vc,
    .mtpan-verify-view #bo_vc_w {
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    .mtpan-verify-list {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mtpan-verify-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        display: grid !important;
        grid-template-columns: 104px minmax(0, 1fr) !important;
        align-items: stretch !important;
        overflow: hidden !important;
    }

    .mtpan-verify-thumb {
        width: 104px !important;
        min-width: 104px !important;
        max-width: 104px !important;
        height: 140px !important;
        min-height: 140px !important;
        overflow: hidden !important;
    }

    .mtpan-verify-thumb img {
        width: 100% !important;
        height: 140px !important;
        min-height: 140px !important;
        object-fit: cover !important;
    }

    .mtpan-verify-info {
        min-width: 0 !important;
        max-width: 100% !important;
        padding: 9px 10px !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .mtpan-verify-badges {
        min-width: 0 !important;
        max-width: 100% !important;
        gap: 4px !important;
        margin-bottom: 5px !important;
        overflow: hidden !important;
    }

    .mtpan-verify-badges .badge {
        max-width: 100% !important;
        height: 21px !important;
        padding: 0 7px !important;
        font-size: 11px !important;
        white-space: nowrap !important;
    }

    .mtpan-verify-info .mtpan-verify-title,
    .mtpan-verify-info .mtpan-verify-title a {
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .mtpan-verify-info .mtpan-verify-title a {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal !important;
        word-break: keep-all !important;
        overflow-wrap: anywhere !important;
        font-size: 15px !important;
        line-height: 1.25 !important;
    }

    .mtpan-verify-status {
        max-width: 100% !important;
        min-width: 0 !important;
        margin: 6px 0 4px !important;
        overflow: hidden !important;
    }

    .mtpan-verify-status > div {
        max-width: 100% !important;
        min-width: 0 !important;
        display: flex !important;
        gap: 4px !important;
        margin-bottom: 2px !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        overflow: hidden !important;
    }

    .mtpan-verify-status strong {
        flex: 0 0 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
    }

    .mtpan-verify-status span,
    .mtpan-domain-text {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .mtpan-domain-wrap {
        min-width: 0 !important;
        max-width: 100% !important;
        flex-wrap: nowrap !important;
        overflow: hidden !important;
    }

    .mtpan-copy-domain {
        flex: 0 0 auto !important;
    }

    .mtpan-verify-meta {
        max-width: 100% !important;
        min-width: 0 !important;
        gap: 6px !important;
        margin-top: 4px !important;
        font-size: 11px !important;
        overflow: hidden !important;
        white-space: nowrap !important;
    }

    .mtpan-verify-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        width: 100% !important;
    }

    .mtpan-verify-stats > div,
    .mtpan-verify-best {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }

    .mtpan-verify-best a,
    .mtpan-verify-best .subject {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    .mtpan-verify-view {
        width: auto !important;
        padding-left: 14px !important;
        padding-right: 14px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mtpan-verify-view .mtpan-verify-main-card {
        width: 100% !important;
        padding: 20px !important;
    }

    .mtpan-verify-view .mtpan-verify-title {
        font-size: 25px !important;
        word-break: keep-all !important;
        overflow-wrap: anywhere !important;
    }

    .mtpan-verify-view .mtpan-verify-body table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .mtpan-verify-view .mtpan-verify-body img,
    .mtpan-verify-view iframe,
    .mtpan-verify-view video {
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 380px) {
    .mtpan-verify-item {
        grid-template-columns: 92px minmax(0, 1fr) !important;
    }

    .mtpan-verify-thumb {
        width: 92px !important;
        min-width: 92px !important;
        max-width: 92px !important;
        height: 132px !important;
        min-height: 132px !important;
    }

    .mtpan-verify-thumb img {
        height: 132px !important;
        min-height: 132px !important;
    }

    .mtpan-verify-info {
        padding: 8px 9px !important;
    }

    .mtpan-verify-info .mtpan-verify-title a {
        font-size: 14px !important;
    }

    .mtpan-verify-status > div {
        font-size: 11.5px !important;
    }

    .mtpan-verify-status strong {
        flex-basis: 44px !important;
        min-width: 44px !important;
        max-width: 44px !important;
    }
}

.mtpan-view-thumb-card{
    margin:30px 0;
    text-align:center;
}

.mtpan-view-thumb-card h2{
    margin:0 0 14px;
    font-size:20px;
    font-weight:800;
}

.mtpan-view-thumb-inner{
    display:flex;
    justify-content:center;
    align-items:center;
}

.mtpan-view-thumb-inner img{
    max-width:100%;
    width:auto;
    max-height:520px;
    border-radius:14px;
    border:1px solid #e5e7eb;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

/* MTPAN_VERIFY_CATEGORY_UI_V1 */
/* 먹튀검증 카테고리 메뉴 정리 */
.mtpan-verify-wrap #bo_cate{
    margin:0 0 22px !important;
    padding:18px 20px !important;
    border:1px solid #e5e7eb !important;
    border-radius:18px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    box-shadow:0 8px 22px rgba(15,23,42,.05) !important;
}

.mtpan-verify-wrap #bo_cate h2{
    margin:0 0 14px !important;
    padding:0 !important;
    font-size:18px !important;
    line-height:1.25 !important;
    font-weight:900 !important;
    letter-spacing:-0.04em !important;
    color:#111827 !important;
}

.mtpan-verify-wrap #bo_cate_ul{
    display:flex !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.mtpan-verify-wrap #bo_cate_ul li{
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.mtpan-verify-wrap #bo_cate_ul a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:68px !important;
    height:34px !important;
    padding:0 14px !important;
    border-radius:999px !important;
    border:1px solid #dbeafe !important;
    background:#ffffff !important;
    color:#2563eb !important;
    font-size:13px !important;
    font-weight:900 !important;
    text-decoration:none !important;
    letter-spacing:-0.03em !important;
    box-shadow:0 4px 12px rgba(37,99,235,.06) !important;
}

.mtpan-verify-wrap #bo_cate_ul a:hover{
    background:#eff6ff !important;
    border-color:#bfdbfe !important;
    color:#1d4ed8 !important;
}

.mtpan-verify-wrap #bo_cate_ul a#bo_cate_on,
.mtpan-verify-wrap #bo_cate_ul li.active a{
    background:#2563eb !important;
    border-color:#2563eb !important;
    color:#ffffff !important;
    box-shadow:0 8px 18px rgba(37,99,235,.22) !important;
}

/* 리스트 상단 카운트/버튼 간격 보정 */
.mtpan-verify-top{
    margin-top:18px !important;
}

/* 분류 배지 보정 */
.mtpan-verify-badges .badge.cate{
    background:#f1f5f9 !important;
    color:#0f172a !important;
    border:1px solid #e2e8f0 !important;
}

/* 상태/피해유형 텍스트 가독성 */
.mtpan-verify-status span{
    word-break:keep-all !important;
}

@media(max-width:768px){
    .mtpan-verify-wrap #bo_cate{
        padding:15px !important;
        border-radius:16px !important;
    }

    .mtpan-verify-wrap #bo_cate h2{
        font-size:17px !important;
    }

    .mtpan-verify-wrap #bo_cate_ul{
        gap:7px !important;
    }

    .mtpan-verify-wrap #bo_cate_ul a{
        min-width:auto !important;
        height:32px !important;
        padding:0 12px !important;
        font-size:12px !important;
    }
}

/* MTPAN_VERIFY_SEARCH_UI_V2 */
/* 검색 모달 클릭 시 바로 닫히는 문제 수정: 배경 레이어가 폼 위를 덮지 않게 z-index 분리 */
.mtpan-verify-wrap .bo_sch_wrap{
    display:none;
    position:fixed !important;
    inset:0 !important;
    z-index:9999 !important;
    background:rgba(15,23,42,.45) !important;
}

.mtpan-verify-wrap .bo_sch_bg{
    position:absolute !important;
    inset:0 !important;
    z-index:1 !important;
    background:transparent !important;
}

.mtpan-verify-wrap .bo_sch{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    z-index:2 !important;
    width:min(520px,calc(100% - 34px)) !important;
    margin:0 !important;
    padding:24px !important;
    border:1px solid #dbeafe !important;
    border-radius:22px !important;
    background:#ffffff !important;
    box-shadow:0 24px 70px rgba(15,23,42,.25) !important;
}

.mtpan-verify-wrap .bo_sch h3{
    margin:0 0 16px !important;
    padding:0 !important;
    font-size:22px !important;
    font-weight:900 !important;
    letter-spacing:-0.04em !important;
    color:#111827 !important;
}

.mtpan-verify-wrap .bo_sch form{
    margin:0 !important;
}

.mtpan-verify-wrap .bo_sch select{
    width:100% !important;
    height:44px !important;
    margin:0 0 10px !important;
    padding:0 13px !important;
    border:1px solid #cbd5e1 !important;
    border-radius:12px !important;
    background:#f8fafc !important;
    color:#111827 !important;
    font-size:14px !important;
    font-weight:800 !important;
    outline:none !important;
}

.mtpan-verify-wrap .bo_sch .sch_bar{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
}

.mtpan-verify-wrap .bo_sch .sch_input{
    flex:1 !important;
    width:auto !important;
    height:46px !important;
    margin:0 !important;
    padding:0 14px !important;
    border:1px solid #cbd5e1 !important;
    border-radius:12px !important;
    background:#fff !important;
    color:#111827 !important;
    font-size:14px !important;
    outline:none !important;
    box-shadow:none !important;
}

.mtpan-verify-wrap .bo_sch .sch_input:focus{
    border-color:#2563eb !important;
    box-shadow:0 0 0 4px rgba(37,99,235,.12) !important;
}

.mtpan-verify-wrap .bo_sch .sch_btn{
    width:48px !important;
    height:46px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:12px !important;
    background:#2563eb !important;
    color:#fff !important;
    font-size:16px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    cursor:pointer !important;
}

.mtpan-verify-wrap .bo_sch .sch_btn i{
    color:#fff !important;
}

.mtpan-verify-wrap .bo_sch_cls{
    position:absolute !important;
    top:14px !important;
    right:14px !important;
    z-index:3 !important;
    width:34px !important;
    height:34px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:999px !important;
    background:#f1f5f9 !important;
    color:#334155 !important;
    font-size:15px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    cursor:pointer !important;
}

.mtpan-verify-wrap .bo_sch_cls:hover{
    background:#e2e8f0 !important;
}

.mtpan-verify-wrap .bo_sch input,
.mtpan-verify-wrap .bo_sch button,
.mtpan-verify-wrap .bo_sch select{
    box-sizing:border-box !important;
}

@media(max-width:768px){
    .mtpan-verify-wrap .bo_sch{
        padding:20px !important;
        border-radius:18px !important;
    }
    .mtpan-verify-wrap .bo_sch h3{
        font-size:20px !important;
    }
}

/* =========================================================
   MTPAN VERIFY ARTICLE STYLE V2
   - 스포츠분석 게시글과 톤 통일
   - 한눈에 보기 / 핵심 포인트 / H2 / 표 정리
   - 반드시 style.css 맨 아래 유지
========================================================= */

.mtpan-verify-view .mtpan-verify-body .mtpan-ai-summary,
.mtpan-verify-view .mtpan-ai-summary,
.mtpan-verify-report .mtpan-ai-summary {
    position: relative !important;
    margin: 34px 0 30px !important;
    padding: 24px 28px 24px 28px !important;
    border: 1px solid #bfdbfe !important;
    border-left: 5px solid #2563eb !important;
    border-radius: 14px !important;
    background: #eff6ff !important;
    color: #0f172a !important;
    font-size: 16px !important;
    line-height: 1.82 !important;
    letter-spacing: -0.02em !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-ai-summary::before,
.mtpan-verify-view .mtpan-ai-summary::before,
.mtpan-verify-report .mtpan-ai-summary::before,
.mtpan-verify-view .mtpan-verify-body .mtpan-ai-summary::after,
.mtpan-verify-view .mtpan-ai-summary::after,
.mtpan-verify-report .mtpan-ai-summary::after {
    display: none !important;
    content: none !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-ai-summary strong,
.mtpan-verify-view .mtpan-ai-summary strong,
.mtpan-verify-report .mtpan-ai-summary strong {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #2563eb !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.03em !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-ai-summary strong::before,
.mtpan-verify-view .mtpan-ai-summary strong::before,
.mtpan-verify-report .mtpan-ai-summary strong::before {
    content: "AI" !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 21px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 999px !important;
    background: #2563eb !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
}

/* 핵심 확인사항: 스포츠분석 핵심 포인트 박스와 통일 */
.mtpan-verify-view .mtpan-verify-body .mtpan-keypoints,
.mtpan-verify-view .mtpan-keypoints,
.mtpan-verify-report .mtpan-keypoints {
    margin: 0 0 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-keypoints > strong,
.mtpan-verify-view .mtpan-keypoints > strong,
.mtpan-verify-report .mtpan-keypoints > strong {
    display: block !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.045em !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-keypoints:not(:has(> strong))::before,
.mtpan-verify-view .mtpan-keypoints:not(:has(> strong))::before,
.mtpan-verify-report .mtpan-keypoints:not(:has(> strong))::before {
    content: "핵심 확인사항" !important;
    display: block !important;
    margin: 0 0 14px !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.045em !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-keypoints ul,
.mtpan-verify-view .mtpan-keypoints ul,
.mtpan-verify-report .mtpan-keypoints ul {
    margin: 0 !important;
    padding: 22px 26px 22px 44px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    list-style: disc !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-keypoints li,
.mtpan-verify-view .mtpan-keypoints li,
.mtpan-verify-report .mtpan-keypoints li {
    position: static !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    color: #0f172a !important;
    font-size: 16px !important;
    line-height: 1.72 !important;
    letter-spacing: -0.02em !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-keypoints li::before,
.mtpan-verify-view .mtpan-keypoints li::before,
.mtpan-verify-report .mtpan-keypoints li::before {
    display: none !important;
    content: none !important;
}

.mtpan-verify-view .mtpan-verify-body .mtpan-keypoints li:last-child,
.mtpan-verify-view .mtpan-keypoints li:last-child,
.mtpan-verify-report .mtpan-keypoints li:last-child {
    margin-bottom: 0 !important;
}

/* 본문 H2: 먹튀검증 최종 */
.mtpan-verify-view .mtpan-verify-body h2,
.mtpan-verify-report h2 {
    position: relative !important;
    display: block !important;
    margin: 38px 0 18px !important;
    padding: 14px 18px 14px 20px !important;
    background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%) !important;
    border-left: 6px solid #2563eb !important;
    border-bottom: 1px solid #bfdbfe !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-radius: 12px !important;
    color: #1f2937 !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
}

.mtpan-verify-view .mtpan-verify-body h2::before,
.mtpan-verify-report h2::before,
.mtpan-verify-view .mtpan-verify-body h2::after,
.mtpan-verify-report h2::after {
    display: none !important;
    content: none !important;
}

.mtpan-verify-view .mtpan-verify-body h2::before,
.mtpan-verify-report h2::before,
.mtpan-verify-view .mtpan-verify-body h2::after,
.mtpan-verify-report h2::after {
    display: none !important;
    content: none !important;
}

.mtpan-verify-view .mtpan-verify-body h3,
.mtpan-verify-report h3 {
    margin: 26px 0 12px !important;
    padding: 0 !important;
    color: #111827 !important;
    font-size: 19px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
}

.mtpan-verify-view .mtpan-verify-body p,
.mtpan-verify-report p {
    margin: 0 0 16px !important;
    color: #111827 !important;
    line-height: 1.82 !important;
}

/* 표: 과한 그림자 제거, 스포츠분석 카드 톤으로 통일 */
.mtpan-verify-view .mtpan-verify-body table,
.mtpan-verify-report table {
    width: 100% !important;
    margin: 18px 0 30px !important;
    border: 1px solid #e5e7eb !important;
    border-top: 2px solid #111827 !important;
    border-radius: 12px !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.mtpan-verify-view .mtpan-verify-body th,
.mtpan-verify-view .mtpan-verify-body td,
.mtpan-verify-report th,
.mtpan-verify-report td {
    padding: 14px 16px !important;
    border: 0 !important;
    border-right: 1px solid #e5e7eb !important;
    border-bottom: 1px solid #e5e7eb !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    vertical-align: top !important;
}

.mtpan-verify-view .mtpan-verify-body tr:last-child th,
.mtpan-verify-view .mtpan-verify-body tr:last-child td,
.mtpan-verify-report tr:last-child th,
.mtpan-verify-report tr:last-child td {
    border-bottom: 0 !important;
}

.mtpan-verify-view .mtpan-verify-body th:last-child,
.mtpan-verify-view .mtpan-verify-body td:last-child,
.mtpan-verify-report th:last-child,
.mtpan-verify-report td:last-child {
    border-right: 0 !important;
}

.mtpan-verify-view .mtpan-verify-body th,
.mtpan-verify-report th {
    width: 168px !important;
    background: #f8fafc !important;
    color: #111827 !important;
    font-weight: 900 !important;
}

.mtpan-verify-view .mtpan-verify-body td,
.mtpan-verify-report td {
    color: #111827 !important;
    font-weight: 500 !important;
}

/* FAQ 간격만 정리 */
.mtpan-verify-view .mtpan-verify-body .mtpan-faq,
.mtpan-verify-report .mtpan-faq {
    margin-top: 16px !important;
}

@media (max-width: 768px) {
    .mtpan-verify-view .mtpan-verify-body .mtpan-ai-summary,
    .mtpan-verify-view .mtpan-ai-summary,
    .mtpan-verify-report .mtpan-ai-summary {
        margin: 24px 0 26px !important;
        padding: 18px 18px 18px 20px !important;
        border-radius: 13px !important;
        font-size: 15px !important;
        line-height: 1.72 !important;
    }

    .mtpan-verify-view .mtpan-verify-body .mtpan-keypoints > strong,
    .mtpan-verify-view .mtpan-keypoints > strong,
    .mtpan-verify-report .mtpan-keypoints > strong,
    .mtpan-verify-view .mtpan-verify-body .mtpan-keypoints:not(:has(> strong))::before,
    .mtpan-verify-view .mtpan-keypoints:not(:has(> strong))::before,
    .mtpan-verify-report .mtpan-keypoints:not(:has(> strong))::before {
        font-size: 18px !important;
    }

    .mtpan-verify-view .mtpan-verify-body .mtpan-keypoints ul,
    .mtpan-verify-view .mtpan-keypoints ul,
    .mtpan-verify-report .mtpan-keypoints ul {
        padding: 18px 20px 18px 36px !important;
        border-radius: 12px !important;
    }

    .mtpan-verify-view .mtpan-verify-body .mtpan-keypoints li,
    .mtpan-verify-view .mtpan-keypoints li,
    .mtpan-verify-report .mtpan-keypoints li {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    
    .mtpan-verify-view .mtpan-verify-body table,
    .mtpan-verify-report table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}

div[class*="mtpan-ai-summary"] {
    margin: 34px 0 30px !important;
    padding: 26px 28px !important;
    border: 1px solid #bfdbfe !important;
    border-left: 5px solid #2563eb !important;
    border-radius: 14px !important;
    background: #eff6ff !important;
}

.mtpan-verify-view .mtpan-verify-body h2,
.mtpan-verify-body h2,
#bo_v_con h2,
#bo_v_atc h2,
#bo_v_con .mtpan-verify-report h2,
#bo_v_con div[class*="mtpan-verify-report"] h2 {
    margin: 42px 0 20px !important;
    padding: 0 0 13px !important;
    border: 0 !important;
    border-bottom: 1px solid #dbeafe !important;
    background: transparent !important;
    color: #111827 !important;
    font-size: 24px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
}

/* MTPAN VERIFY VIEW H2 - 스포츠분석 방식 그대로 */
#bo_v_con .mtpan-verify-report h2 {
    position: relative !important;
    margin: 38px 0 18px !important;
    padding: 14px 18px 14px 20px !important;
    background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%) !important;
    border-left: 6px solid #2563eb !important;
    border-bottom: 1px solid #bfdbfe !important;
    border-radius: 12px !important;
    color: #1f2937 !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
}

#bo_v_con .mtpan-verify-report h2:before {
    content: "" !important;
    position: absolute !important;
    left: 18px !important;
    bottom: -2px !important;
    width: 54px !important;
    height: 3px !important;
    border-radius: 999px !important;
    background: #2563eb !important;
}

.mtpan-verify-view .mtpan-verify-body h2 {
    position: relative;
    margin: 38px 0 18px;
    padding: 14px 18px 14px 20px;
    background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%);
    border-left: 6px solid #2563eb;
    border-bottom: 1px solid #bfdbfe;
    border-radius: 12px;
    color: #1f2937;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.mtpan-verify-view .mtpan-verify-body h2 {
    position: relative;
    margin: 38px 0 18px;
    padding: 14px 18px 14px 20px;
    background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%);
    border-left: 6px solid #2563eb;
    border-bottom: 1px solid #bfdbfe;
    border-top: 0;
    border-right: 0;
    border-radius: 12px;
    color: #1f2937;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.mtpan-verify-view .mtpan-verify-body h2:before,
.mtpan-verify-view .mtpan-verify-body h2:after {
    display: none;
    content: none;
}

/* MTPAN VERIFY H2 ABSOLUTE FINAL */
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body h2,
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body .mtpan-verify-report h2 {
    position: relative !important;
    display: block !important;
    margin: 38px 0 18px !important;
    padding: 14px 18px 14px 20px !important;
    background: linear-gradient(90deg, #eff6ff 0%, #ffffff 100%) !important;
    border: 0 !important;
    border-left: 6px solid #2563eb !important;
    border-bottom: 1px solid #bfdbfe !important;
    border-radius: 12px !important;
    color: #1f2937 !important;
    font-size: 22px !important;
    line-height: 1.35 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em !important;
    box-shadow: none !important;
}

article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body h2::before,
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body h2::after,
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body .mtpan-verify-report h2::before,
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body .mtpan-verify-report h2::after {
    display: none !important;
    content: none !important;
}

/* MTPAN VERIFY KEYPOINTS TITLE FORCE */
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body div.mtpan-keypoints:before,
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body .mtpan-verify-report div.mtpan-keypoints:before {
    content: "핵심 포인트" !important;
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.045em !important;
    background: transparent !important;
    border: 0 !important;
}

article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body div.mtpan-keypoints,
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body .mtpan-verify-report div.mtpan-keypoints {
    margin: 0 0 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    overflow: visible !important;
}

article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body div.mtpan-keypoints ul,
article#bo_v.mtpan-verify-view div#bo_v_con.mtpan-verify-body .mtpan-verify-report div.mtpan-keypoints ul {
    margin: 0 !important;
    padding: 22px 26px 22px 44px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    list-style: disc !important;
}

/* 깨진 mtpan-keypoints class 임시 대응 */
article#bo_v.mtpan-verify-view div[class*="mtpan-keypoints"]::before {
    content: "핵심 포인트" !important;
    display: block !important;
    margin: 0 0 14px !important;
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.045em !important;
}

article#bo_v.mtpan-verify-view div[class*="mtpan-keypoints"] {
    margin: 0 0 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

article#bo_v.mtpan-verify-view div[class*="mtpan-keypoints"] ul {
    margin: 0 !important;
    padding: 22px 26px 22px 44px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    list-style: disc !important;
}