.community_board_wrap {
    line-height: 1.5;
}

.board_left_item {
    display: inline-block;
    width: 780px;
    background: #ffffff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 24px 28px;
}

.board_list_table table {
    width: 100%;
}

.board_list_table th {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 12px 5px;
}

.board_list_table td {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    padding: 12px 5px;
    border-bottom: 1px solid #ededed;
    text-align: center;
    vertical-align: middle;
    overflow: auto;
    min-height: 49px;
}

.board_list_table td img {
    vertical-align: middle;
}

.board_list_table td a {
    vertical-align: middle;
}

.board_list_table td:nth-child(2) {
    text-align: left;
    width: auto;
    white-space: normal;
    word-break: break-word;
    font-weight: 500;
    min-width: 300px;
}

.board_list_table td:nth-child(3) {
    width: 110px;
    word-break: break-all;
}

.board_list_table td:nth-child(4) {
    width: 110px;
}

.board_list_table td:nth-child(5) {
    width: 90px;
}

.board_list_table td:first-child {
    width: 80px;
}

.board_list_comment {
    color: #008fc3;
    font-weight: 500;
    margin-left: 5px;
    margin-right: 2px;
    font-size: 12px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    padding: 0 6px;
    line-height: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.border_list_write {
    float: right;
    margin-top: 10px;
}

.border_list_write a span {
    font-weight: 400;
    font-size: 14px;
    padding: 9px 12px;
    background: #ffffff;
    border: 1px solid #008fc3;
    border-radius: 4px;
    color: #008fc3;
}

.border_list_write a img {
    margin-right: 4px;
    vertical-align: middle;
}

.community_board_wrap {
    display: flex;
    gap: 30px;
}

.community_sub_menu .common_left_menu_list {
    width: 140px;
}
/*.search_wrap_content{*/
/*    border: 1px solid red;*/
/*    display: inline-block;*/
/*    color: #767676;*/
/*    padding: 6px 20px 6px 0;*/
/*    border-radius: 4px;*/
/*    width: auto;*/
/*    height: 40px;*/
/*    margin-right: 6px;*/
/*    background: url(/assets/images/tokenpost_new/forum/arrow_2.svg) right 50% no-repeat;*/
/*    background-size: 13px;*/
/*    font-size: 16px;*/
/*}*/

/* 셀렉트 영역 스타일 */
.form_select_wrap {
    position: relative;
    width: auto;
    display: inline-flex;
    height: 40px;
    padding: 7px 0px;
    align-items: center;
}

.form_select_content {
    display: inline-block;
    color: #767676;
    border-radius: 4px;
    width: auto;
    margin-right: 6px;
    font-size: 16px;
    cursor: pointer;
}

.form_select_content img {
    margin: 0 5px;
}

.form_select_arrow {
    transition: transform 0.2s;
    cursor: pointer;
}

.rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form_select_list {
    display: none;
    position: absolute;
    width: 85px;
    top: 38px;
    left: 0;
    border: 1px solid #dbdbdb;
    box-sizing: content-box;
    border-radius: 4px;
    background: #fff;
    z-index: 9;
}

.form_select_content.on + .form_select_list {
    display: block;
}

.form_select_list .option {
    box-sizing: border-box;
    min-width: 100%;
    display: block;
    border: none;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #767676;
    letter-spacing: -0.35px;
}

.form_select_list .option:hover {
    background: #f7f7fa;
}

.form_select_list .option span {
    display: inline-block;
    width: 100%;
    padding: 7px 12px;
    /*line-height: 15px;*/
}

.search_wrap_content {
    margin-bottom: 24px;
}

.common_input_txt._search_btn {
    width: 300px;
}

.search_wrap {
    margin-bottom: 28px;
}

#boardListForm {
    display: inline-block;
}

.board_list_form {
    padding: 0 0 24px 0;
}

.board_list_form.bottom_form {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

/*.like_comment_view{*/
/*    display: inline-flex;*/
/*    font-weight: 400;*/
/*    font-size: 13px;*/
/*    color: #999999;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*}*/

/*.like_comment_view>div:last-child{*/
/*    margin-right: 0;*/
/*}*/

/*.like_comment_view img{*/
/*    margin-right: 4px;*/
/*}*/

/*.like_comment_view span{*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*}*/

/*.like_comment_view span:last-child{*/
/*    margin-right: 0;*/
/*}*/

/*.like_comment_view ._bad_icon{*/
/*    margin-top: 2px;*/
/*}*/

/*이미지 있는 리스트 css*/
#section_community_img .board_left_item {
    padding: 24px 0 10px 0;
}

#section_community_img .board_list_form {
    padding: 0 28px 24px 28px;
}

.board_imglist_wrap {
    width: 100%;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.board_imglist_wrap section {
    padding: 20px 28px;
    background: #fff;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.board_imglist_wrap .board_list_notice {
    background: #fafafb;
}

.board_imglist_wrap .board_list_title_wrap {
    width: calc(100% - 105px);
    display: inline-block;
    vertical-align: top;
}

.board_imglist_wrap .board_list_title_img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
    display: inline-block;
}

.board_imglist_wrap .board_list_title_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.board_imglist_wrap .list_item_title {
    margin: 8px 0 12px 0;
    font-weight: 700;
    font-size: 18px;
    white-space: normal;
    word-break: break-all;
}

.board_imglist_wrap .list_item_title > a {
    font-size: 18px;
}

.board_imglist_wrap .list_item_title img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
}

.board_imglist_wrap .board_list_info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.board_imglist_wrap .like_comment_view {
    margin-left: 16px;
}

.board_imglist_wrap .board_profile {
    display: inline-flex;
    align-items: center;
}

.board_imglist_wrap .board_list_info .community_nickname {
    font-weight: 500;
    font-size: 13px;
    color: #767676;
    margin-left: 2px;
}

.board_imglist_wrap .board_list_info .community_date {
    font-size: 13px;
    color: #bbbbbb;
    margin-left: 12px;
}

/*.board_imglist_wrap .board_list_info .community_date::after{*/
/*    position: absolute;*/
/*    content: '';*/
/*    width: 2px;*/
/*    height: 2px;*/
/*    border-radius: 50%;*/
/*    background: #BBBBBB;*/
/*    left:2px;*/
/*    top:50%;*/
/*}*/

.board_imglist_wrap .board_list_info .board_profile .board_profile_img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.paging_v2 {
    width: 100%;
    min-width: 100%;
}

/*검색 결과가 없습니다.*/
.forum_search_result_none {
    margin: 70px auto 70px auto;
    text-align: center;
}

.forum_search_result_none .forum_search_result_txt span {
    color: #008fc3;
    font-weight: 700;
}

.forum_search_result_none .forum_search_result_txt {
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
    line-height: 26px;
    color: #767676;
}

.board_list_notice {
    background: #fafafb;
}

.new_txt_membership {
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: -0.4px;
}

/*반응형*/
@media (max-width: 1399px) {
    .community_board_wrap {
        flex-direction: row;
        justify-content: flex-start;
    }

    .community_sub_menu .common_left_menu_list {
        width: 100%;
    }

    /*.community_sub_menu .common_left_menu_item {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/

    .community_sub_menu .common_left_menu_text {
        padding: 11px;
    }

    .board_left_item {
        width: 100%;
    }

    .community_sub_menu {
        width: 100%;
        margin-bottom: 20px;
        padding: 0 4px;
    }
    .community_sub_menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .community_sub_menu li {
        display: inline-block;
        margin: 4px 0;
        width: calc(100% / 7);
        text-align: center;
    }

    .community_sub_menu li a {
        padding: 8px 5px;
    }

    .community_sub_menu li.active a {
        background: #ecf6fa;
        border-radius: 6px;
    }

    .board_imglist_wrap .list_item_title > a {
        width: auto;
        display: inline;
    }

    .board_list_table td:nth-child(3) {
        width: 80px;
    }

    .board_list_table td:nth-child(4) {
        width: 90px;
    }

    .board_list_table td:nth-child(5) {
        width: 70px;
    }

    .board_list_table td:nth-child(2) {
        min-width: 266px;
    }
}
