.bbsTotal{
    font-size: 17px;
    padding-top: 28px;
    padding-bottom: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.bbsTotal .left_zone span{
    color: #E5002B;
    font-size: 17px;
    font-weight: 500;
    padding: 0 3px;
}
.bbsTotal .right_zone{
    display: flex;
}
.bbsTotal .right_zone .CategoryWrap{
    
}
.bbsTotal .right_zone .CategoryWrap .con ul{
    display: flex;
    gap: 5px;
 
}
.bbsTotal .right_zone .CategoryWrap .con ul li{
    border-radius: 18px;
    padding: 6px 14px;
    font-size: 18px;
    color: #8991A2;
}
.bbsTotal .right_zone .CategoryWrap .con ul li.active{
    background-color: #222222;
    color: #fff;
}
.bbsTotal .right_zone .listtype_wrap{
    display: flex;
    align-items: center;
    gap: 2px;
    margin-left: 15px;
}
.bbsTotal .list-type{
    display: flex;
    align-items: center;
    gap: 2px;
}
.bbsTotal .list-type a{
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 5px;
    border: 1px solid #D5DBE9;
    border-radius: 5px;
}
.bbsTotal .list-type a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bbsTotal .list-type a.on{
    border: 1px solid #B6C7D3;
    background-color: #BDCFDC;
}
.bbsTotal .list-type a.on:nth-of-type(1) img{content: url(/assets/bsd01/image/board/hybrid/list_type01_white.svg);}
.bbsTotal .list-type a.on:nth-of-type(2) img{content: url(/assets/bsd01/image/board/hybrid/list_type02_white.svg);}
.bbsTotal .list-type a.on:nth-of-type(3) img{content: url(/assets/bsd01/image/board/hybrid/list_type03_white.svg);}
.bbsTotal .left_zone{}
.bbsTotal .left_zone .list-type{
    display: none;
}
ul.bbsGallery{
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #222222;
    margin-bottom: 50px;
}
ul.bbsGallery li{
    width: calc(25% - 30px);
    display: flex;
    flex-direction: column;
}
ul.bbsGallery li .thumb{
    width: 100%;
    aspect-ratio: 320 / 220;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
ul.bbsGallery li .thumb a{
    
}
ul.bbsGallery li .thumb a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.bbsGallery li .info_text{
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
}
ul.bbsGallery li .info_text .top{

}
ul.bbsGallery li .info_text .top .category{
    font-size: 15px;
    background-color: #004780;
    border-radius: 30px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    color: #FFFFFF;
}
ul.bbsGallery li .info_text .top .title{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    line-height: 1.25;
    display: flex;
    align-items: baseline;
}
ul.bbsGallery li .info_text .top .title .new{
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
}
ul.bbsGallery li .info_text .bottom{
    margin-top: 35px;
}
ul.bbsGallery li .info_text .bottom .content{
    display: none;
}
ul.bbsGallery li .info_text .bottom .info {
    color: #9E9E9E;
    font-size: 15px;
    font-weight: 200;
}
ul.bbsGallery li .info_text .bottom .info .writer{
    display: none;
}
ul.bbsGallery li .info_text .bottom .info .hits{
    display: none;
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {
    ul.bbsGallery{
        gap: 60px 25px;
    }
    ul.bbsGallery li{
        width: calc(33.3333% - 17px);
    }
    ul.bbsGallery li .info_text .bottom{
        margin-top: 20px;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 767px) {
    .bbsTotal .left_zone{
        width: 100%;
        order: 2;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 10px;
    }
    .bbsTotal .left_zone .list-type{
        display: block;
    }
    .bbsTotal .right_zone{
        order: 1;
        width: 100%;
        margin-top: 0px;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .bbsTotal .right_zone .listtype_wrap{
        justify-content: flex-end;
        margin-top: 10px;
        margin-left: 0;
        display: none;
    }
    .bbsTotal .list-type{
        gap: 5px;
    }
    ul.bbsGallery{
        gap: 30px 15px;
        padding-top: 15px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    ul.bbsGallery li{
        width: calc(50% - 8px);
    }
    ul.bbsGallery li .info_text .top .title{
        font-size: 16px;
    }
    ul.bbsGallery li .thumb{
        border-radius: 10px;
    }
    ul.bbsGallery li .info_text .top .category{
        font-size: 14px;
        padding: 4px 10px;
    }
    
  
    .bbsTotal .right_zone .CategoryWrap .con ul li{
        font-size: 16px;
    }
}
@media (max-width: 425px) {}











/* 상세페이지 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;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.bbsViewTop .viewTitle .text span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 30px;

}
.bbsViewTop .viewTitle .extend-field{
    display: flex;
    justify-content: center;
    gap: 25px;
    /* margin-top: 22px; */
}
.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: 65px;
}
.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: center;
    }
    .bbsTitleInfo{
        font-size: 14px;
        padding: 15px 0;
        gap: 8px 20px;
    }
    .bbsViewCon{
        padding-top: 35px;
        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 span{
        font-size: 14px;
        padding: 7px 13px 7px;
        white-space: nowrap;
    }
    .bbsViewTop .viewTitle .text{
        gap: 8px;
    }
}
@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 */










.basic_layout{

}
.basic_layout .bbsTop{
    max-width: 100%;
    width: 100%;
}

.bbsTotal{
    font-size: 17px;
    padding-top: 28px;
    padding-bottom: 19px;
}
.bbsTotal span{
    color: #E5002B;
    font-size: 17px;
    font-weight: 500;
    padding: 0 3px;
}
.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;
    font-weight: 600;
}
.bbsList .bbsHead > span{

}
.bbsList .bbsBody{
    border-bottom: 1px solid #A6ADBE;
    color: #666666;
}
.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 .in_wrap .cate_style{
    border-radius: 30px;
    background-color: #004780;
    padding: 5px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.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%;
    color: #222
}
.bbsList .bbsBody td .in_wrap .outer_a > img{
    min-width: 20px;
    margin-left: 5px;
}
.bbsList .bbsBody td .in_wrap .outer_a .new{
    display: flex;
    align-items: center;
    margin-left: 4px;
}
.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;
}
@media screen and ( max-width: 425px ){
    .bbsList .bbsBody td .in_wrap .expand_div{
        font-size: 14px;
        padding-top: 5px;
    }
}



.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;
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {}
@media (max-width: 1024px) {
    .bbsList{
        border-top: 2px solid #222;
    }
    .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;
        margin-bottom: 10px;
    }
    .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: 10px;
     }
    .bbsList .bbsBody td.title{
        width: 100%;
        margin-bottom: 10px;
    }
    .bbsList .bbsBody td .fixed_notice{
        height: auto;
        font-size: 13px;
        padding: 6px 10px
    }
    .bbsList .bbsBody td .in_wrap a{
        font-size: 17px;
        color: #222;
    }
    .bbsList .bbsBody td .sub_title{
        margin-bottom: 7px;
        font-size: 13px;
    }
    .bbsList .bbsBody td .in_wrap .cate_style{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .bbsList .bbsBody td .in_wrap a{
        font-size: 15px;
    }
    .bbsList .bbsBody td{
        font-size: 14px;
    }
}
@media (max-width: 425px) {}









.thumb_type{
    border-top: 1px solid #222222;
}
.thumb_type .area{
    padding: 30px 0;
    border-bottom: 1px solid #DEDEDE;
    display: flex;
    align-items: flex-start;
}
.thumb_type .area .image_zone{
    width: 270px;
    aspect-ratio: 270 / 185;
    border-radius: 20px;
    overflow: hidden;
}
.thumb_type .area .image_zone a{
    display: block;
    width: 100%;
    height: 100%;
}
.thumb_type .area .image_zone img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb_type .area .text_zone{
    width: calc(100% - 270px);
    padding-left: 50px;
}
.thumb_type .area .text_zone .category{
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 14px;
    background-color: #004780;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.thumb_type .area .text_zone .tit{
    margin-top: 13px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: baseline;
}
.thumb_type .area .text_zone .tit .new{
    display: flex;
    align-items: center;
    margin-left: 4px;
}
.thumb_type .area .text_zone .con{
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    margin-top: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}
.thumb_type .area .text_zone .date{
    color: #9E9E9E;
    font-size: 16px;
    font-weight: 200;
    margin-top: 35px;
}
.thumb_type + div.bbsBottom{
    margin-top: 50px;
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {}
@media (max-width: 1024px) {}
@media (max-width: 767px) {
    .thumb_type .area{

    }
    .thumb_type .area .text_zone{
        padding-left: 20px;
    }
    .thumb_type .area .text_zone .con{
        font-size: 16px;
    }
    .thumb_type .area .image_zone{
        width: 180px;
        border-radius: 10px;
        aspect-ratio: 270 / 195;
    }
    .thumb_type .area .text_zone{
        width: calc(100% - 180px);
    }
    .thumb_type .area .text_zone .tit{
        font-size: 18px;
    }
    .thumb_type .area .text_zone .date{
        margin-top: 20px;
    }
    .thumb_type .area .text_zone .category{
        font-size: 14px;
    }
    .thumb_type + div.bbsBottom{
        margin-top: 35px;
    }
}
@media (max-width: 425px) {
    .thumb_type .area .image_zone{
        width: 40%;
    }
    .thumb_type .area .text_zone{
        width: 60%;
        padding-left: 20px;
    }
    .thumb_type .area .text_zone .tit{
        font-size: 17px;
    }
    
}