@charset "utf-8";

.comment_link {
    display: inline-block;
    padding: 1px 3px;
    background-color: #4c4eaf;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    color: white !important;

}
.comment_link:hover {
    background-color: #4b45a0;
    color: white !important;
}
.comment_link i {
    margin-left: 5px;
}
/* 좋아요/싫어요 버튼 */
.voteButton {
    border: none;
    padding: 1px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}
/* 활성화된 버튼 스타일 */
.voteButton.active {
    background-color: #4CAF50;
    color: white;
}
/* 비활성화된 버튼 스타일 */
.voteButton.disabled {
    background-color: #dddddd;
    color: #aaaaaa;
}
.list_date i {
    margin-right: 0px; /* 아이콘과 텍스트 사이의 간격 조절 */
    margin-left:0px; /* 좌측 아이콘의 좌측 공간 설정 */
}
.list_date .fa-thumbs-o-down {
    margin-left: 5px; /* 우측 아이콘의 좌측 공간 설정 */
}

/*링크형버튼 좋아요*/
.good_link {
    display: inline-block;
    padding: 5px 10px;
    background-color: #007bff !important;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.good_link:hover {
    background-color: #0056b3 !important;
}
/*싫어요*/
.good_link_red {
    display: inline-block;
    padding: 5px 10px;
    background-color: #ff0040 !important;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.good_link_red:hover {
    background-color: #b3001e !important;
}

/* 댓글 */
#list_bo_vc {
    margin: 20px 0;
}

#list_bo_vc h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.list_pf_img {
    float: left;
    margin-right: 10px;
}

.list_cm_wrap {
    overflow: hidden;
    margin-bottom: 20px;
}

.list_cm_wrap header {
    margin-bottom: 10px;
}

.list_cm_wrap header h2 {
    font-size: 1.2rem;
    margin: 0;
}

.list_cmt_contents p {
    margin: 0;
}

.list_bo_vl_opt {
    margin-top: 10px;
}

.list_btn_cm_opt {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    padding: 5px 10px;
    cursor: pointer;
}

.list_bo_vc_act {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1000;
}

.list_bo_vc_act li {
    list-style: none;
}

.list_bo_vc_act li a {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
}

.list_bo_vc_act li a:hover {
    background-color: #f0f0f0;
}

.list_bo_vc_w_wr {
    overflow: hidden;
}

.list_bo_vc_w_info {
    margin-bottom: 10px;
}

.list_bo_vc_w_info input[type="text"],
.list_bo_vc_w_info input[type="password"] {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}

.list_btn_submit {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
}

.list_btn_submit:hover {
    background-color: #0056b3;
}

.list_chk_box {
    display: inline-block;
    margin-right: 10px;
}

.list_chk_box label {
    cursor: pointer;
}

.list_chk_box input[type="checkbox"] {
    display: none;
}

.list_chk_box span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 18px;
    margin-right: 5px;
}

.list_chk_box input[type="checkbox"]:checked + label span {
    background-color: #007bff;
    color: #fff;
}
/* 대댓글을 10px만큼  */
.comment {
    margin-left: 10px;
}
/* 댓글리스트 창 */
.list_comment_new_row {
    width: 100%;
    box-sizing: border-box;
}
