
/* basic_layout 공통 start */
.basic_layout{

}
.basic_layout .bbsTop{
    max-width: 100%;
    width: 100%;
}
/* basic_layout 공통 end */







/* 리스트페이지 start */
.bbsTotal{
    font-size: 17px;
    padding-top: 28px;
    padding-bottom: 19px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 15px;
}
.bbsTotal .left{
    display: flex;
}
.bbsTotal .left span{
    color: #E5002B;
    font-size: 17px;
    font-weight: 500;
    padding: 0 3px;
}
.bbsTotal .right{
    overflow: auto;
}
.bbsTotal .right .CategoryWrap{

}
.bbsTotal .right .CategoryWrap .CategoryBox{
    
}
.bbsTotal .right .CategoryWrap .CategoryBox > ul{

}
.bbsTotal .right .CategoryWrap .CategoryBox > ul > li{

}
.bbsTotal .right .CategoryWrap .CategoryBox > ul > li > .tit{
    display: none;
}
.bbsTotal .right .CategoryWrap .CategoryBox > ul > li > .con{

}
.bbsTotal .right .CategoryWrap .CategoryBox > ul > li > .con ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.bbsTotal .right .CategoryWrap .CategoryBox > ul > li > .con ul > li{
    border-radius: 18px;
    padding: 6px 14px;
    font-size: 18px;
    color: #8991A2;
    white-space: nowrap;
}
.bbsTotal .right .CategoryWrap .CategoryBox > ul > li > .con ul > li.active{
    background-color: #222222;
    color: #fff;
}
.bbsTotal .right .CategoryWrap .CategoryBox > ul > li > .con ul > li > a{
  
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {}
@media (max-width: 1024px) {}
@media (max-width: 767px) {
    .bbsTotal{
        padding-bottom: 10px;
    }
}
@media (max-width: 425px) {}











.bbsList{
    width: 100%;
    margin-bottom: 50px;
    font-size: 18px;
}
.bbsList .bbsHead{
    border-top: 1px solid #222222;
    border-bottom: 1px solid #A6ADBE;
}
.bbsList .bbsHead th{
    padding: 15px 15px;
}
.bbsList .bbsHead > span{

}
.bbsList .bbsBody{
    
}
.bbsList .bbsBody tr{
    border-bottom: 1px solid #DEDEDE;
}
.bbsList .bbsBody td{
    padding: 0px 15px;
    text-align: center;
}
.bbsList .bbsBody td .sub_title{
    text-align: left;
    margin-top: 6px;
}
.bbsList .bbsBody td .fixed_notice{
    border-radius: 15px 15px 5px 15px;
    background-color: #004A9C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    color: #fff;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 600;
}
.bbsList .bbsBody td .in_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bbsList .bbsBody td.title .in_wrap{
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    min-height: auto;
}
.bbsList .bbsBody td .in_wrap .outer_a{
    display: flex;
    align-items: center;
    width: 100%;
}
.bbsList .bbsBody td .in_wrap .outer_a > img{
    min-width: 20px;
    margin-left: 5px;
}
.bbsList .bbsBody td .in_wrap .expand_div{
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
    padding-top: 9px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.bbsList .bbsBody td .in_wrap .expand_div .expandTitle{
    padding: 2px 10px 2px;
    font-size: 14px;
    color: #004A9C;
    border: 1px solid #004A9C;
    border-radius: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.bbsList .bbsBody td .in_wrap .expand_div .expand{
    font-size: 14px;
}
.bbsList .bbsBody td .in_wrap a{
    display: inline-flex;
    text-align: left;
    display: block;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.bbsList .bbsBody td.category .in_wrap > span{
    border: 1px solid #323137;
    border-radius: 18px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 14px;
    white-space: nowrap;
}
.bbsList .bbsBody td.category .in_wrap > span:has(p.m_hidden){
    font-size: 0;
    padding: 0;
    border: 0;
}

@media (max-width: 1520px) {

}
@media (max-width: 1300px) {

}
@media (max-width: 1024px) {
    .bbsList{
        border-top: 2px solid #222;
        margin-bottom: 35px;
    }
    .bbsList colgroup{
        display: none;
    }
    .bbsList .bbsHead{
        display: none;
    }
    .bbsList .bbsBody{
        display: flex;
        flex-direction: column;
    }
    .bbsList .bbsBody tr{
        display: flex;
        flex-wrap: wrap;
        gap: 0 25px;
        height: auto;
        padding: 12px 5px;
    }
    .bbsList .bbsBody td{
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 15px;
        color: #A2A2A6;
    }
    .bbsList .bbsBody td .in_wrap{
        min-height: auto;
        justify-content: flex-start;
        padding: 0;
    }
    .bbsList .bbsBody td.num{
        width: 100%;
        text-align: left;
        margin-bottom: 0px;
        font-size: 0;
    }
     .bbsList .bbsBody td.num .fixed_notice{
        margin-bottom: 7px;
        border-radius: 5px;
     }
    .bbsList .bbsBody td.title{
        width: 100%;
        margin-bottom: 7px;
    }
    .bbsList .bbsBody td .fixed_notice{
        height: auto;
        font-size: 13px;
        padding: 5px 7px
    }
    .bbsList .bbsBody td .in_wrap a{
        font-size: 17px;
        color: #222;
        margin-top: 6px;
    }
    .bbsList .bbsBody td .sub_title{
        margin-bottom: 7px;
        font-size: 13px;
    }
    .bbsList .bbsBody td.category{
        font-size: 16px;
        color: #222;
        margin-bottom: 3px;
    }
    .bbsList .bbsBody td.category .in_wrap > span{
        /* border-radius: 4px; */
        padding: 3px 10px;
    }
    .bbsList .bbsBody td.num .fixed_notice{
        display: none;
    }
    .bbsList .bbsBody tr:has(.fixed_notice) td.category .in_wrap > span {
        background-color: #004a9c;
        color: #FFF;
        border: 0px;
    }
    .bbsList .bbsBody tr:has(.fixed_notice){
        background-color: rgb(0 74 156 / 4%);
    }
}
@media (max-width: 767px) {
    .bbsList .bbsBody td.category {
        color: #222;
        font-size: 0px;
        margin-bottom: 9px;
    }
    .bbsList .bbsBody td.category .in_wrap span{
        font-size: 15px;
    }
    .bbsList .bbsBody td.category .in_wrap span > .m_hidden{
        display: none;
    }
    .bbsList .bbsBody td .in_wrap a{
        font-size: 16px;
        margin-top: 0;
    }
    .bbsList .bbsBody td{
        font-size: 14px;
    }
    .bbsTotal .right .CategoryWrap{

    }
    .bbsTotal .right .CategoryWrap .CategoryBox > ul > li > .con ul > li > a{
        font-size: 15px;
    }


}
@media ( max-width: 425px ){
    .bbsList .bbsBody td .in_wrap .expand_div{
        font-size: 14px;
        padding-top: 5px;
    }
}
/* 리스트페이지 end */









/* 상세페이지 START */
.bbsViewTop{
    border-top: 1px solid #222;
    line-height: 1.3;
}
.bbsViewTop .viewTitle{
    padding-top: 27px;
    padding-bottom: 27px;
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
}
.bbsViewTop .viewTitle .text{
    line-height: 1.3;
    font-weight: 600;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.bbsViewTop .viewTitle .text .viewCategory{
    border: 1px solid #323137;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.bbsViewTop .viewTitle .extend-field{
    display: flex;
    justify-content: center;
    gap: 25px;
}
.bbsViewTop .viewTitle .extend-field .box{
    display: flex;
    align-items: center;
    gap: 5px;
}
.bbsViewTop .viewTitle .extend-field .box .tit{
    padding: 2px 10px 2px;
    font-size: 15px;
    color: #004A9C;
    border: 1px solid #004A9C;
    border-radius: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.bbsViewTop .viewTitle .extend-field .box .con{
    font-size: 17px;
}
.bbsTitleInfo{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 90px;
    border-bottom: 1px solid #A6ADBE;
    padding: 19px 0;
    font-size: 18px;
    font-weight: 600;
}
.bbsTitleInfo > div{
    display: flex;
    align-items: center;
    gap: 20px;
    color: #222222;
}
.bbsTitleInfo > div > span{
    color: #666666;
    font-weight: 400;
}
.bbsViewCon{
    padding-top: 75px;
    padding-bottom: 50px;
    border-bottom: 1px solid #DEDEDE;
    font-size: 20px;
    line-height: 1.3;
}
.bbsViewCon img{
    max-width: 100%;
}
.bbsFile{
    background-color: #F5F7FC;
    padding: 38px 40px;
    border-radius: 10px;
    margin-top: 120px;
}
.bbsFile .bbsFileList{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bbsFile .bbsFileList li{

}
.bbsFile .bbsFileList li a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
}
.bbsFile .bbsFileList li a .fa-file-image-o{

}
.bbsFile .bbsFileList i.icon{
    display: inline-block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background: url(/assets/bsd01/image/board/basic/icon_atc_hwp.svg) center center no-repeat;
    background-size: contain;
}
.bbsFile .bbsFileList i.icon.image-o{
    background: url(/assets/bsd01/image/board/basic/icon_atc_jpg.svg) center center no-repeat;
    background-size: contain;
}
.bbsFile .bbsFileList i.icon.text-o{
}
.bbsFile .bbsFileList i.icon.pdf-o{
    background: url(/assets/bsd01/image/board/basic/icon_atc_pdf.svg) center center no-repeat;
    background-size: contain;
}
.bbsFile .bbsFileList i.icon.o{
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {}
@media (max-width: 1024px) {
    .bbsViewTop .viewTitle .text{
        font-size: 24px;
        padding: 0px 0;
        text-align: left;
    }
    .bbsTitleInfo{
        display: flex;
        justify-content: flex-start;
        gap: 10px 25px;
        font-size: 16px;
        padding: 15px 0;
    }
    .bbsTitleInfo > div{
        gap: 8px;
    }
}
@media (max-width: 767px) {
    .bbsViewTop .viewTitle .text{
        font-size: 18px;
        text-align: left;
    }
    .bbsTitleInfo{
        font-size: 14px;
        padding: 15px 0;
        gap: 8px 20px;
    }
    .bbsViewCon{
        padding-top: 45px;
        font-size: 16px;
    }
    .bbsFile{
        margin-top: 35px;
        padding: 25px 15px;
    }
    .bbsFile .bbsFileList li a{
        font-size: 15px;
    }
    .bbsTitleInfo > div{
        font-weight: 400;
    }
    .bbsViewTop .viewTitle .extend-field{
        justify-content: flex-start;
    }
    .bbsViewTop .viewTitle .extend-field .box .tit{
        font-size: 13px;
    }
    .bbsViewTop .viewTitle .extend-field .box .con{
        font-size: 15px;
    }
    .bbsViewTop .viewTitle .text .viewCategory{
        padding: 4px 10px;
        font-size: 16px;
        white-space: nowrap;
    }
}
@media (max-width: 425px) {}
/* 상세페이지 END */









/* 글쓰기 START */
.bbsWriteCon{
    border-top: 1px solid #535353;
}
.bbsWriteCon fieldset{
    padding-bottom: 50px;
}
.bbsWriteList{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.bbsWriteList > label{
    width: 130px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.bbsWriteList > div {
    width: calc(100% - 130px);
    display: flex;
    flex-direction: column;
}
.bbsWriteCon input {
    background: #f3f3f3;
    width: 100%;
    height: 36px;
    border: 0;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 15px;
    padding-bottom: 1px;
}
.bbsWriteCon select{
    background: #fff;
    width: 100%;
    height: 36px;
}
.attachList {
    display: flex;
}
.attachList .valid{
    order: 1;
}
.attachList .state-success{
    order: 2;
}
.attachList .state-success span{
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #777777;
    color: #fff;
    border-radius: 0 3px 3px 0;
    text-align: center;
    font-size: 15px;
    padding: 10px;
}
.a_attach_content {

}
.a_attach_content > label{
    padding-bottom: 10px;
}
.a_attach_content > label:last-of-type{
    padding-bottom: 0;
}
/* 글쓰기 END */










/* 댓글달기 */
div.viewComment {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0px 0px;
    padding: 0px;
}

div.viewComment h3.commentTitle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: rgb(102, 102, 102);
    margin-bottom: 15px;
    padding: 0px;
    font-weight: bold;
    letter-spacing: -1px;
    font-family: 'Apple SD Gothic Neo', 'malgun gothic', sans-serif;
    padding-left: 5px;
    display: flex;
    align-items: center;
}

div.viewComment h3.commentTitle > label {
    font-weight: normal;
    font-size: 13px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 2px;
}

div.viewComment form {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    margin: 0 0 30px;
    padding: 0px;
    overflow: hidden;
}

div.viewComment .messageTxt form#frmReply{
    margin-top: 30px;
}

div.viewComment form textarea.commentBox {
    position: relative;
    display: inline-block;
    float: left;
    width: 85%;
    height: 100px;
    border: 1px solid #d8d7d7;
    border-right: 0px;
    padding: 15px;
    font-size: 15px;
    letter-spacing: -1px;
    font-family: 'Apple SD Gothic Neo', 'malgun gothic', sans-serif;
    color: rgb(87, 87, 87);
    resize: none;
}

textarea.commentBox::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #9d9d9d;
}

textarea.commentBox::-moz-placeholder { /* 파이어폭스 4–18 */
   color: #9d9d9d;
   opacity:  1;
}

textarea.commentBox::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #9d9d9d;
   opacity:  1;
}

textarea.commentBox::-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #9d9d9d;
}

textarea.commentBox::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #9d9d9d;
   opacity:  1;
}

div.viewComment form div.commentBtn {
    position: relative;
    display: inline-block;
    float: left;
    width: 15%;
    height: 100px;   
}

div.viewComment form div.commentBtn button {
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #004A9C;
    color: #FFF;
    font-size: 15px;
}

div.commentList {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #d8d7d7;
}

div.commentList ul.commentListLi {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;    
    overflow: hidden;
    font-size: 15px;
    letter-spacing: -1px;
    font-family: 'Apple SD Gothic Neo', 'malgun gothic', sans-serif;
    line-height: 23px;    
}

div.commentList ul.commentListLi li.message {
    border-bottom: 1px solid #d8d7d7;
    overflow: hidden;
    margin: 0px;
    padding: 30px 0;
}

div.commentList ul.commentListLi li.message:last-child {
    border-bottom: 0px;
}

div.commentList ul.commentListLi li.message > ul > li {
    border-bottom: 0px;
}

div.commentList ul.commentListLi li.message span.messageName {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
}

div.commentList ul.commentListLi li.message div.messageTxt {
    position: relative;
    display: block;
    width: 100%;
    color:  rgb(87, 87, 87);
    margin-bottom: 10px;
    font-size: 14px;
    margin-top:5px;
}

div.commentList ul.commentListLi li.message span.messageDate {
    font-family: 'spL', sans-serif;
    letter-spacing: -0.05px;
    color: #848181;
}
ul.list-inline {
    position: relative;
    display: block;
    float: right;
    margin: 0px;
    padding: 0 5px 0 0;
}

ul.list-inline li {
    position: relative; 
    display: block;
    float: left;
    padding: 0 3px;
    font-size: 12px;
    letter-spacing: -1px;
    font-family: 'Apple SD Gothic Neo', 'malgun gothic', sans-serif;
    color:  rgb(87, 87, 87);    
}

ul.list-inline li a {
    border: 1px solid #d8d7d7;
    background: #FFF;
    border-radius: 3px;
    padding: 1px 5px; 
    line-height: 25px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.05);
}

.cmt-reply { color: #004A9C; }
.cmt-remove { color: #dc6258; }

/* ul.list-inline li a.cmt-report {
    border: 1px solid #d8d7d7;
    background: #FFF;
    border-radius: 3px;
    padding: 2px 5px 0px;
    line-height: 25px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.05);
} */

div.commentList ul.commentListLi li.message > ul.commentListLi {
    position: relative;
    display: block;
    background: #f4f4f4;
    font-size: 14px;
    padding: 7px 0px;
    margin-top: 15px;
    border-radius: 5px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message {
    border-bottom: 1px dashed #d8d7d7;
    overflow: hidden;
    margin: 0px;
    padding: 7px 0 7px 5px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > span.messageName,
div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > div.messageTxt,
div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > span.messageDate {
    padding-left: 15px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message:last-child {
    border-bottom: 0px dashed #d8d7d7;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline {    
    padding: 0 10px;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline > li > a {
    border: 0px solid #d8d7d7;
    border-radius: 3px;
    padding: 1px 5px;
    line-height: 25px;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
    color: #FFF;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline > li > a.cmt-reply {
    background: #8c9faf;
}

div.commentList ul.commentListLi li.message > ul.commentListLi > li.message > ul.list-inline > li > a.cmt-remove { 
    background: #ad8582;
 }

.form-group {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.form-group div.commentCom textarea {
    position: relative;
    display: inline-block;
    float: left;
    width: 90%;
    margin: 0px;
    padding: 5px 10px;
    height: 50px;
    border: 1px solid #d8d7d7;
    font-size: 14px;
    letter-spacing: -1px;
    font-family: 'Apple SD Gothic Neo', 'malgun gothic', sans-serif;
    color: rgb(87, 87, 87);
    resize: none;
}

.form-group div.commentCom textarea::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #9d9d9d;
}

.form-group div.commentCom textarea::-moz-placeholder { /* 파이어폭스 4–18 */
   color: #9d9d9d;
   opacity:  1;
}

.form-group div.commentCom textarea::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #9d9d9d;
   opacity:  1;
}

.form-group div.commentCom textarea::-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #9d9d9d;
}

.form-group div.commentCom textarea::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #9d9d9d;
   opacity:  1;
}

.form-group div.commentComBtn {
    position: relative;
    display: inline-block;
    float: left;
    width: 10%;
    height: 50px;    
}

.form-group div.commentComBtn button {
    display: block;
    width: 100%;
    height: 100%;
    border: 0px;
    background: #a5a5a5;
    color: #FFF;
}