@charset "utf-8";
.nbw_pf {
    position: relative;
    padding: 100px 10px;
    background: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.nbw_pf .nbw_pf-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.nbw_pf .nbw_pf-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.nbw_pf-title h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #00728c;
    bottom: 0;
    left: calc(50% - 25px);
}

.nbw_pf-title p {
    font-size: 14px;
}

a.venobox img {
    width: 100%;
}

p.img_btm_txt {
    width: 100%;
    line-height: 60px;
    background-color: #f9f9f9;
    padding: 0 20px;
    color: #333;
    font-size: 1.2em;
    margin: 0 auto;
}

.nbw_pf .lt_more {
    position: absolute;
    top: 11px;
    right: 10px;
    display: block;
    width: 25px;
    line-height: 25px;
    color: #aaa;
    border-radius: 3px;
    text-align: center;
}

.nbw_pf .lt_more:hover {
    color: #777
}

.nbw_pf ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.nbw_pf ul {
    margin: 0 -10px
}

.nbw_pf li {
    float: left;
    width: 33.333333%;
    padding: 0 10px;
    position: relative;
}

.nbw_pf li .lt_img {
    margin: 5px 0;
    display: block
}

.nbw_pf li .lt_img img, .nbw_pf li .lt_img video {
    width: 100%;
    height: auto
}

.nbw_pf li a:hover {
    color: #a22121
}

.nbw_pf li .fa-heart {
    color: #ff0000
}

.nbw_pf li .fa-lock {
    display: inline-block;
    line-height: 14px;
    width: 16px;
    font-size: 0.833em;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #cbe3e8;
    vertical-align: middle
}

.nbw_pf li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle
}

.nbw_pf li .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ff0000;
    background: #ffb9b9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.nbw_pf li .fa-caret-right {
    color: #bbb
}

.nbw_pf li .fa-download {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #daae37;
    background: #ffefb9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.nbw_pf li .fa-link {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #b451fd;
    background: #edd3fd;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

.nbw_pf .profile_img img {
    border-radius: 50%
}

.lt_info {
    padding: 10px 0
}

.lt_info .lt_nick {
}

.lt_info .lt_date {
    color: #888
}

.nbw_pf .empty_li {
    line-height: 145px;
    color: #666;
    text-align: center;
    padding: 0
}

.nbw_pf .empty_li:before {
    background: none;
    padding: 0
}

.nbw_pf .lt_cmt {
    background: #e9eff5;
    color: #3a8afd;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    border-radius: 3px;
    vertical-align: middle
}

.nbw_pf .lt_more {
    position: absolute;
    top: 11px;
    right: 0;
    display: block;
    width: 40px;
    line-height: 25px;
    color: #3a8afd;
    border-radius: 3px;
    text-align: center
}

.nbw_pf .lt_more:hover {
    color: #777
}

.nbw_pf_subj {
    text-align: center;
    margin-bottom: 20px;
    line-height: 50px;
    background-color: #000000;
    color: #fff;
    font-size: 1.2em;
}

@media (max-width: 992px) {
    .nbw_pf li {
        float: left;
        width: 50%;
        padding: 0 10px;
        position: relative;
    }
}

@media (max-width: 480px) {
    .nbw_pf li {
        float: left;
        width: 100%;
        padding: 0 10px;
        position: relative;
    }
}

/* 모바일 목록 */
@media all and (max-width: 767px) {
    .responsive #bo_list .float-left.float-md-none {
        margin-right: 1.0rem;
    }

    .responsive #bo_list .na-title {
        margin-bottom: 0.14rem;
    }
}

/* 게시판 읽기 */
#bo_v_title {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: -1px;
}

#bo_v_con {
    min-height: 200px;
    word-break: break-all;
    overflow: hidden
}

div#bo_v_btn_group{display:none;}

@media all and (max-width: 575px) {
    .responsive #bo_v_title {
        font-size: 20px;
        line-height: 1.5;
    }

    .responsive #bo_v_con {
        min-height: 140px;
    }
}

#bo_v_con img {
    max-width: 100%;
    height: auto
}

#bo_v_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

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

#bo_v_img a.view_image {
    display: block;
}

#bo_v_img img {
    margin-bottom: 1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
    margin: -5px auto;
}

#bo_v_sns_icon img {
    width: 40px;
    border-radius: 50%;
    margin: 5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
    top: 0;
    left: -16px;
}

.by-writer {
    background: #fbefef !important;
    border-top: 1px solid #f6cece !important;
}

.cmt-content {
    word-break: break-all;
    overflow: hidden
}

.cmt-content img {
    max-width: 100%;
    height: auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul {
    list-style: none;
    margin: 0;
}

.cmt-btn ul > li {
    float: left;
    font-size: 12px;
    padding: 0 10px;
}

.cmt-btn ul > li::before {
    float: left;
    color: #ccc;
    content: "|";
    margin-left: -12px;
}

.cmt-btn ul > li:last-child {
    padding-right: 0;
}

.cmt-btn ul > li:first-child::before, .cmt-btn ul > li.no-bar::before {
    content: "";
    margin-left: 0;
}

.cmt-btn ul > li > a {
    float: left;
    color: #888;
    white-space: nowrap;
}

/* 게시판 댓글 : 쓰기폼 */
#viewcomment, #bo_vc_w {
    display: none;
}

#fviewcomment #wr_content {
    resize: none;
}

@media all and (max-width: 575px) {
    .responsive .cmt-box {
        border-right: 0 !important;
    }

    .responsive #bo_vc_w .cmt-box {
        border-left: 0 !important;
        border-radius: 0 !important;
    }

    .responsive #bo_vc_login {
        border-left: 0 !important;
        border-right: 0 !important;
        border-radius: 0 !important;
    }
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
    background: #ccc;
    border-radius: 3px;
}

#bo_vc_opt ol:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_vc_opt ol li {
    float: left;
    margin: 0;
}

#bo_vc_send_sns ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

#bo_vc_send_sns ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#bo_vc_send_sns ul li {
    float: left;
    margin: 0 1.0rem 0 0;
}

#bo_vc_send_sns input {
    margin: 0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
}

#bo_w #wr_content {
    margin-bottom: 1.0rem !important;
}

#bo_w .input-group {
    align-items: center;
    gap: 12px;
}

#bo_w .cancel {
    display: flex;
    justify-content: flex-end;
}

#bo_w .cancel a.btn {
    width: 100px;
}

@media all and (max-width: 575px) {
    #bo_w .list-group-item {
        padding-left: 1.0rem;
        padding-right: 1.0rem;
    }

    .responsive #bo_w #wr_content {
        max-height: 160px !important;
    }
}

#bo_cate_ul {
    display: flex;
    width: 100% !important;
    border: none;
    margin: 0;
    padding: 0;
}

#bo_cate_ul li {
    width: 50%;
    box-sizing: border-box;
    border: none;
    padding: 0;
}

#bo_cate_ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    font-size: 18px;
    color: #212529;
    border: 1px solid #E1E3E4;
    background-color: #fff;
    padding: 11px 20px !important;
    box-sizing: border-box;
    text-align: left;
}

#bo_cate_ul li a .tab_active {
    display: none
}

#bo_cate_ul li a .tab_deactive {
    display: block;
    color: #ddd;
}

#bo_cate_ul li.active a {
    background-color: var(--color-primary);
    border: 1px solid #2F76EA;
    color: #FFF;
}

#bo_cate_ul li.active a .tab_active {
    display: block;
}

#bo_cate_ul li.active a .tab_deactive {
    display: none;
}

#bo_cate_ul li:first-child {
    display: none;
    width: 0;
}

#bo_gallery ul li {
    position: relative;
}

#bo_gallery ul li .na-title .na-subject {
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media (max-width: 1200px) {
    #bo_btn_top {
        margin-top: 20px;
    }

    #bo_btn_top, .bo_list {
        padding: 0 20px;
        box-sizing: border-box;
    }

    #bo_cate_ul li a {
        display: block;
        padding: 11px 20px;
        font-size: 14px;
        border: 1px solid #CCCCCC;
        text-align: center;
    }

    #bo_cate_ul li a i {
        display: none !important
    }
}

@media (max-width: 768px) {
    #bo_gallery {
        padding: 0 !important;
    }

    #bo_gallery ul li {
        width: 100% !important;
    }

    #bo_gallery ul li .na-title .na-subject {
        height: auto;
        font-size: 15px;
    }
}
