.cm_tab .cm_tab_menu > button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: inherit;
    text-align: inherit;
    cursor: pointer;
}

.cm_tab.text_style .cm_tab_menu > button {
    color: #777;
    font-weight: 400;
}

.cm_tab.text_style .cm_tab_menu.on > button {
    color: #222;
    font-weight: 700;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .box_subject_head {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .box_subject_head .paid_detail_top_actions {
    position: absolute;
    top: 6px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 1;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .box_subject_head .cm_tit {
    margin-bottom: 25px;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .box_subject_head .cm_btn.bg_or {
    position: static;
    flex: 0 0 auto;
    margin-top: 2px;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .paid_detail_top_actions,
.education_view .cm_view_cont .cm_contents .box_subject .paid_detail_top_actions {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    width: auto;
    max-width: none;
    margin: 0;
    overflow: visible;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .paid_detail_top_action {
    position: relative;
    flex: 0 0 auto;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .paid_detail_top_actions .btn_download,
.paid_detail .cm_view_cont .cm_contents .box_subject .paid_detail_top_actions .cm_btn_appraisal {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 78px;
    max-width: none;
    padding: 0 12px;
    white-space: nowrap;
}

.paid_detail .cm_view_cont .cm_contents .box_subject .paid_detail_top_actions .popup_lecture_data {
    top: 100%;
    right: 0;
    left: auto;
    margin-top: 5px;
    z-index: 200;
}
/* 레거시 .investment_view .box_view .btn_more 1:1 대응 — paid_detail에서도 동일 박스 스타일 적용 */
.paid_detail .box_view .btn_more {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 15px;
    border-radius: 10px;
    background: #f4f5fa;
    color: #2e2e72;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}
.paid_detail .box_view button.btn_more:hover {
    background: #2e2e72;
    color: #fff;
}

/*
.free_detail .cm_tabbar .cm_tab {
    max-width: 840px;
    margin-left: 0;
    margin-right: 0;
}

.free_detail .contents01 {
    overflow: visible;
}

.free_detail .cm_view_cont .cm_contents .box_subject.fixed {
    position: fixed;
    left: calc(50% - 600px);
}

.free_detail .cm_view_cont .cm_contents .box_subject.fixed + .cm_tab {
    position: fixed;
    top: 120px;
    left: calc(50% - 600px);
    width: 840px;
    z-index: 100;
}
 */

.paid_detail .paid_review_section .box_cont,
.paid_detail .paid_qna_section--report .box_cont,
.paid_detail .paid_report_board_list {
    margin-top: 30px !important;
}

.paid_detail .paid_report_board_list > .cm_tit {
    margin-bottom: 18px;
}

.paid_detail .paid_review_section .box_cont .cm_tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0;
}

.paid_detail .paid_review_section .box_cont .cm_tit .btn_apply {
    position: static;
    flex: 0 0 auto;
}

.paid_detail .paid_review_section .cm_accordion_list .cm_accordion_cont .box_tit .box_record {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 28px;
}

.paid_detail .paid_review_section .cm_accordion_list .cm_accordion_cont .box_tit .box_record::after {
    display: none;
}

.paid_detail .paid_review_section .cm_accordion_list .cm_accordion_cont .box_tit .box_record .cm_badge,
.paid_detail .paid_review_section .cm_accordion_list .cm_accordion_cont .box_tit .box_record .cm_user_name,
.paid_detail .paid_review_section .cm_accordion_list .cm_accordion_cont .box_tit .box_record .date {
    float: none;
}

.paid_detail .paid_review_section .cm_accordion_list .cm_accordion_cont .box_tit .box_record .date {
    margin-left: auto;
    margin-right: 0;
    white-space: nowrap;
}

.paid_detail .paid_review_section--report .cm_accordion_list .cm_accordion_cont .box_tit .box_record .date {
    font-size: 12px;
}

.paid_detail .paid_qna_section--report .cm_reply_wrap {
    border-top: 0;
}

.paid_detail .paid_qna_section--report .cm_reply_list {
    margin-top: 25px;
}

.paid_detail .paid_report_board_list__items {
    margin-top: 25px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ededed;
    overflow: hidden;
}

.paid_detail .paid_report_board_list__item {
    display: block;
    width: 100%;
    padding: 16px 15px;
    border-top: 0 !important;
    border-bottom: 1px solid #ededed;
    list-style: none;
}

.paid_detail .paid_report_board_list__item .txt_info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    width: 100%;
}

.paid_detail .paid_report_board_list__badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.paid_detail .paid_report_board_list__item .txt_info .ic_badge,
.paid_detail .paid_report_board_list__item .txt_info .cm_badge {
    margin-right: 0;
}

.paid_detail .paid_report_board_list__item .txt_info .date {
    float: none;
    margin-left: 0;
    justify-self: end;
    padding-top: 2px;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
}

.paid_detail .paid_report_board_list__item .txt_desc {
    height: auto;
    white-space: normal;
    line-height: 22px;
    margin-top: 12px !important;
}
