@charset "utf-8";

.sect_bbsDetail {
    padding-bottom: 65px;
}

/* bbs_hd_info{ */
.bbs_hd_subj {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 28px 70px;
    color: #3B3B3B;
}
.bbs_hd_info_ul {
    font-size: 0;
    width: 100%;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #e4e4e4;
    background-color: #F7F7F7;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}
.bbs_hd_info_li {
    display: inline-block;
    vertical-align: top;
    height: 57px;
}
.bbs_hd_info_li:not(:last-child) {
    padding-right: 70px;
}
.bbs_hd_info_hd {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    height: 57px;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0;
    padding-right: 10px;
    color: #3B3B3B;
}
.bbs_hd_info_bd {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    height: 57px;
    text-align: center;
    vertical-align: middle;
    padding: 18px 0;
    color: #3B3B3B;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bbs_hd_subj_wr {
    position: relative;
    width: auto;
    max-width: 100%;
    padding-left: 100px;
    display: inline-block;
    vertical-align: middle;
}

.qna .td_tag {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0px 10px;
    border: 1px solid transparent;
}
.qna .td_tag.tag_red {
    background-color: #D04E34;
    color: #fff;
}
.qna .td_tag.tag_white {
    background-color: #fff;
    color: #666666;
    border-color:#666666;
}

/* }bbs_hd_info */

/* bbs_view{ */
.dtl_bd {
    margin-top: 0;
    padding: 20px 0 80px 0;
    border-top: 0;
}
.dtl_bd_ {
    width: 830px;
    margin: 0 auto;
}
.dtl_txt {
    font-size: 16px;
    font-weight: 400;
}
.dtl_txt img {
    max-width: 100%;
    height: auto !important;
}
/* }bbs_view */

/* bbs_answer{ */
.bbs_answer_hd {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #3B3B3B;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 20px;
}

.bbs_answer_hd_wr {
    position: relative;
    width: auto;
    max-width: 100%;
    padding-left: 100px;
    display: inline-block;
}
.bbs_answer {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.bbs_answer_hd_wr.qna .td_tag {
    top: 0;
}
.bbs_answer_cnt {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #3B3B3B;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 20px;
}
/* }bbs_answer */
/* bbswr_btn{ */
.bbswr_btn {
    text-align: right;
    padding: 30px 0;
    font-size: 0;
    width: 100%;
}
.bbswr_btn_ {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.bbswr_btn .sfbtn.delete .sfbtn_wr{
    background-color: #fff;
    border-color:#000000 ;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
.bbswr_btn .sfbtn.modify .sfbtn_wr{
    background-color: #D04E33;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
/* }bbswr_btn */

/* btm_nav{ */
.btm_nav {
    position: relative;
    margin-top: 20px;
}
.btm_nav_ul {
    padding-right: 150px;
}
.btm_nav_li {
    width: 100%;
    font-size: 0;
    color: #3B3B3B;
}
.btm_nav_tag {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 56px;
    padding-left: 10px;
    padding: 14px 0;
    text-align: center;
    position: relative;
}
.li_next .btm_nav_tag::before{
    content: '';
    position: absolute;
    border-top: 9px solid #888888;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: 45%;
    left: 30px;
}
.btm_nav_li.li_prev .btm_nav_tag:before {
    content: '';
    position: absolute;
    border-bottom: 9px solid #888888;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    bottom: 45%;
    left: 30px;
}
.btm_nav_subj {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 180px);
    height: 56px;
    padding: 14px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.btm_nav_href {
    color: #888888;
}
.btm_nav_list_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 136px;
    height: 115px;
}
.btm_nav_list_href {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #232323;
    display: block;
    text-align: center;
    padding: 44.5px 0;
}
li.btm_nav_li.li_prev {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid rgba(228,228,228,0.5);
}
li.btm_nav_li.li_next {
    border-bottom: 1px solid #666666;
}
/* }btm_nav */

/* bbs_file{ */
/* li.bbs_file_li {
    border: 1px solid #E4E4E4;
}
.bbs_file {
    position: relative;
    margin-top: 20px;
}
.bbs_file_title {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background: #3B3B3B;
    width: 100px;
    height: 60px;
    text-align: center;
    padding: 20px 0;
}
.bbs_file_name {
    display: inline-block;
    margin-left: 20px;
}
.bbs_file_name a {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
} */
/* }bbs_file */
/*bbs_file{*/
.bbs_file {
    display: block;
    position: relative;
    font-size: 0;
    /* width: 100%; */
    /* border-collapse: collapse; */
    margin-top: 20px;
    /* table-layout: fixed; */
    background: #f2f2f2;
    border-radius: 5px;
}

.bbs_file_tit {
    display: inline-block;
    width: 110px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
}

.bbs_file_tit>span {
    /* background-image: url(/images/user/ico/ico_clip.svg); */
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #3B3B3B;
}

.bbs_file_cont {
    display: inline-block;
    width: 100%;
    padding-left: 100px;
}

.bbs_file_cont>ul {padding: 20px 0;}

.bbs_file_cont>ul>li {
    width: 100%;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.bbs_file_cont>ul>li:not(:first-child){}
.bbs_file_cont>ul>li>a {
    color: #3B3B3B;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 135px;
    position: relative;
    width: auto;
    max-width: 100%;
}
.bbs_file_cont>ul>li>a:hover {text-decoration:underline}
.bbs_file_cont>ul>li i.ico_file{
    background-image: url(/images/user/ico/ico_file.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
span.file_size {
    color: #D04E34;
    position: relative;
    display: inline-block;
}
.bbs_file_cont>ul>li span {
    position: absolute;
    right: 35px;
}
/*}bbs_file*/