@charset "utf-8";
/* main_video 스킨 - 블랙/화이트/포인트(#DB1F29) */

.main-video-point { color: #DB1F29; }
.main-video-point-bg { background-color: #DB1F29; }
.main-video-border { border-color: #e5e7eb; }

#bo_main_video .btn_b01.btn { border: 1px solid #d1d5db; color: #111; }
#bo_main_video .btn_b01.btn:hover { border-color: #DB1F29; color: #DB1F29; }
#bo_main_video .btn_admin { color: #DB1F29; }
#bo_main_video .bo_v_atc iframe { max-width: 100%; aspect-ratio: 16/9; }

/* 게시물 보기 상단 더보기 옵션 (목록/답변/글쓰기 옆 ⋮ 메뉴) */
.btn_bo_user.bo_v_com .more_opt {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 4px;
    min-width: 90px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    z-index: 999;
    list-style: none;
    padding: 0;
}
.btn_bo_user.bo_v_com .more_opt:before {
    content: "";
    position: absolute;
    top: -6px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #e5e7eb transparent;
}
.btn_bo_user.bo_v_com .more_opt:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
}
.btn_bo_user.bo_v_com .more_opt li {
    border-bottom: 1px solid #f1f1f1;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #6b757c;
    text-align: left;
}
.btn_bo_user.bo_v_com .more_opt li:last-child {
    border-bottom: 0;
}
.btn_bo_user.bo_v_com .more_opt li a {
    display: block;
    padding: 10px 12px;
    border: 0;
    background: #fff;
    color: #6b757c;
    text-decoration: none;
    font-size: 0.875rem;
}
.btn_bo_user.bo_v_com .more_opt li:hover a {
    color: #111;
    background: #f9fafb;
}
.btn_bo_user.bo_v_com .more_opt li i {
    float: right;
    line-height: 20px;
    margin-left: 6px;
}
