.jubo_basic{
    padding-top: 40px;
    padding-bottom: 150px;
    background: linear-gradient(180deg, rgba(245, 247, 252, 1) 0%, rgba(245, 247, 252, 1) 50%, rgba(255, 255, 255, 1) 99%);
}
.jubo_basic .layout_max{
    display: flex;
}
.jubo_basic .layout_max .left-view{
    width: 830px;
}
.jubo_basic .layout_max .left-view .title_info{
    color: #fff;
    padding: 15px 30px;
    border-radius: 28px;
    font-size: 18px;
    margin-bottom: 10px;
    background-color: #004A9C;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.jubo_basic .layout_max .left-view .title_info .text01{}
.jubo_basic .layout_max .left-view .title_info .text02{}
.jubo_basic .layout_max .left-view .title_info .text03{}
.jubo_basic .layout_max .left-view .title_info > audio{
    height: 45px;
    margin-left: auto;
}
.jubo_basic .layout_max .left-view .a_wrap{
    display: none;
}
.jubo_basic .layout_max .left-view .cont{
    font-size: 18px;
    background-color: #fff;
    border-radius: 28px;
    padding: 30px;
}
.jubo_basic .layout_max .left-view .cont img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}
.jubo_basic .layout_max .left-view .cont .a_title{
    
}
.jubo_basic .layout_max .left-view .cont .a_cont{
    line-height: 1.5;
}

.jubo_basic .layout_max .right-list{
    width: calc(100% - 830px);
    padding-left: 70px;
}
.jubo_basic .layout_max .right-list .title_wrap{
    font-size: 28px;
    color: #000000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jubo_basic .layout_max .right-list .title_wrap .left_area{

}
.jubo_basic .layout_max .right-list .title_wrap .left_area h2{
    font-size: 28px;
    font-weight: 600;
}
.jubo_basic .layout_max .right-list .title_wrap .right_area{

}
.jubo_basic .layout_max .right-list .title_wrap .right_area .bbsTop{
    position: relative;   
}
.jubo_basic .layout_max .right-list .title_wrap .right_area .bbsTop .bbsSearchBox{
    width: 210px;
    height: 45px;
    border-radius: 30px;
    background-color: #E1E7F5;
    padding: 0 20px;
    padding-right: 40px;
    border: 0;
}
.jubo_basic .layout_max .right-list .title_wrap .right_area .bbsTop .bbsSearchBox::placeholder{
    color: #919CB7;
    font-size: 16px;
}
.jubo_basic .layout_max .right-list .title_wrap .right_area .bbsTop .bbsSearchBtn{
    position: absolute;
    top: 0;
    right: 0;
}
.jubo_basic .layout_max .right-list .list_wrap{
    margin-top: 24px;
}
.jubo_basic .layout_max .right-list .list_wrap .list{

}
.jubo_basic .layout_max .right-list .list_wrap .list .in{
    padding: 14px 0;
    border-bottom: 1px solid #D5DBE9;
}
.jubo_basic .layout_max .right-list .list_wrap .list .in .section_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jubo_basic .layout_max .right-list .list_wrap .list .in .section_top .left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.jubo_basic .layout_max .right-list .list_wrap .list .in .section_top .text01{
    border: 1px solid #666666;
    border-radius: 30px;
    padding: 5px 12px;
    width: auto;
    min-width: 75px;
    text-align: center;
    font-size: 16px;
}
.jubo_basic .layout_max .right-list .list_wrap .list .in .section_top .text02{
    font-size: 16px;
    color: #666666;

}
.jubo_basic .layout_max .right-list .list_wrap .list .in .section_top .text03{
    font-size: 16px;
    color: #666666;
}
.jubo_basic .layout_max .right-list .list_wrap .list .in .section_bottom{
    margin-top: 10px;
    display: flex;
    word-break: break-all;
    gap: 2px;
}
.jubo_basic .layout_max .right-list .list_wrap .list .in .section_bottom a{
    font-size: 18px;
    font-weight: 500;
}
.jubo_basic .layout_max .right-list .list_wrap > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.jubo_basic .layout_max .right-list .list_wrap > ul li{
    width: calc(50% - 20px);
}
.jubo_basic .layout_max .right-list .list_wrap > ul li .img_zone{

}
.jubo_basic .layout_max .right-list .list_wrap > ul li .img_zone a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 230 / 180;
}
.jubo_basic .layout_max .right-list .list_wrap > ul li .text_zone{
    margin-top: 15px;   
}
.jubo_basic .layout_max .right-list .list_wrap > ul li .text_zone a{

}
.jubo_basic .layout_max .right-list .list_wrap > ul li .text_zone a .text01{
    font-weight: 500;
    font-size: 18px;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jubo_basic .layout_max .right-list .list_wrap > ul li .text_zone a .text02{
    font-weight: 300;
    font-size: 16px;
    color: #666666;
    padding-top: 10px;
}
.jubo_basic .layout_max .right-list .list_wrap .bbsNavi{
    margin-top: 70px;
}
.jubo_basic .layout_max .left-view .file_wrap{
    /* display: none; */
}
@media (max-width: 1520px) {
    .jubo_basic .layout_max .right-list{
        width: 50%;
        padding-left: 30px;
    }
    .jubo_basic .layout_max .left-view{
        width: 50%;
    }
    .jubo_basic .layout_max .right-list .list_wrap > ul{
        gap: 20px 15px;
    }
    .jubo_basic .layout_max .right-list .list_wrap > ul li{
        width: calc(50% - 7.5px);
    }
}
@media (max-width: 1300px) {

}
@media (max-width: 1024px) {
    .jubo_basic .layout_max{
        flex-direction: column;
    }
    .jubo_basic .layout_max .left-view{
        width: 100%;
    }
    .jubo_basic .layout_max .right-list{
        width: 100%;
        padding-left: 0;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .jubo_basic{
        padding-top: 25px;
    }
    .jubo_basic .layout_max .right-list .title_wrap .left_area h2{
        font-size: 20px;
    }
    .jubo_basic .layout_max .left-view .title_info{
        font-size: 16px;
        padding: 10px 20px;
        border-radius: 15px;
        margin-bottom: 15px;
    }
    .jubo_basic .layout_max .right-list .list_wrap .bbsNavi{
        margin-top: 35px;
    }
    .jubo_basic .layout_max .right-list .list_wrap .list .in .section_bottom a{
        font-size: 16px;
    }
    .jubo_basic .layout_max .right-list .list_wrap .list .in .section_top .text01{
        padding: 4px 11px;
        min-width: 70px;
        font-size: 15px;
    }
    .jubo_basic .layout_max .right-list .list_wrap .list .in .section_top .text02{
        font-size: 14px;
    }
    .jubo_basic .layout_max .right-list .list_wrap .list .in .section_top .text03{
        font-size: 14px;
    }
    .jubo_basic .layout_max .left-view .cont{
        font-size: 16px;
    }
}
@media (max-width: 425px) {

}








.container .menu-path{
    padding-bottom: 35px;
}
@media (max-width: 1520px) {}
@media (max-width: 1300px) {}
@media (max-width: 1024px) {
    .container .menu-path{
        padding-bottom: 55px;
    }
}
@media (max-width: 767px) {
    .container .menu-path{
        padding-bottom: 0px;
    }
}
@media (max-width: 425px) {}











/* 칼럼별 보기 start */
.drawer-wrap{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    width: 100vw;
}
.drawer-wrap.active{
    z-index: 30;
}
#drawer-handle{
    display: flex;
    justify-content: center;
}
#drawer-handle .border_line{
    border: 5px solid transparent;
    border-bottom: 10px solid transparent;
}
#drawer-handle #btn-drawer-open{
    border: 1px solid #00000026;
    border-radius: 40px;
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: #e5000fbd;
    width: 250px;
    height: 80px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: -45px;
}
#drawer-handle .border_line:hover #btn-drawer-open{
    margin-bottom: 0px;
    padding-bottom: 0;
}
#drawer-body{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c0d8fcdb;
    z-index: 9999;
    opacity: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
#drawer-body .in_layout{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#drawer-body .in_layout::before{

}
#drawer-body .in_layout{
   -ms-overflow-style: none;
}
#drawer-body .in_layout::-webkit-scrollbar{
  display:none;
}
#drawer-body .in_layout .area {
    max-width: 960px;
    width: 100%;
    padding: 0 30px;
}
#drawer-body .in_layout .area + .area{
    padding-top: 125px;
}
#drawer-body .in_layout .title{
    letter-spacing: -1.05px;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
}
#drawer-body .in_layout .list_ul{
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}
#drawer-body .in_layout .list_ul li{
    width: calc(16.666667% - 50px);
}
#drawer-body .in_layout .list_ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#drawer-body .in_layout .list_ul li a .image{
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid #BBD0F2;
    border-radius: 35px;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#drawer-body .in_layout .list_ul li a .image img{
    width: 100%;
}
#drawer-body .in_layout .list_ul li a .text{
    padding-top: 15px;
    font-size: 22px;
    letter-spacing: -0.66px;
    color: #222222;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}
#drawer-body .in_layout .pass .list_ul li a .text{
    display: none;
}
#drawer-body .in_layout .pass .list_ul li a .image img{
    filter: grayscale(100%);
}
#drawer-body .in_layout .right_btn{
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 12px;
    
}
#drawer-body .in_layout .right_btn .in_btn{
    width: 70px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF4D;
    border-radius: 25px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
#drawer-body .in_layout .right_btn .in_btn img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#drawer-body .in_layout .right_btn .in_btn .text{
    display: none;
    font-size: 16px;
    font-weight: 600;
}
#drawer-body .in_layout .right_btn .in_btn:hover{
    background-color: #FFFFFF;
}
#drawer-body .in_layout .right_btn .in_btn:hover .text{
    display: block;
}
#drawer-body .in_layout .right_btn .in_btn:hover img{
    display: none;
}
@media (max-width: 1300px) {
    #drawer-body .in_layout{
        padding-top: 80px;
        padding-bottom: 50px;
    }
    #drawer-body .in_layout .list_ul{
        gap: 40px 30px;
    }
    #drawer-body .in_layout .list_ul li{
        width: calc(25% - 23px);
    }
    #drawer-body .in_layout .title{
        font-size: 27px;
    }
    #drawer-body .in_layout .list_ul li a .text{
        font-size: 17px;
    }
    #drawer-body .in_layout .area + .area{
        padding-top: 80px;
    }
    #drawer-body .in_layout .right_btn{
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0);
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
        padding: 10px 15px;
        background-color: #004A9C;
    }
    #drawer-body .in_layout .right_btn .in_btn{
        width: 40px;
        height: 40px;
        border-radius: 10px;
        padding: 6px;
        background-color: #fff;
    }
    #drawer-body .in_layout .right_btn .in_btn .text{
        font-size: 14px;
    }
    #drawer-body .in_layout .list_ul li a img{
        width: 60px;
        border-radius: 15px;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
    #drawer-handle #btn-drawer-open{
        height: 75px;
        font-size: 15px;
        padding-bottom: 33px;
        padding-top: 7px;
    }
    #drawer-handle .border_line:hover #btn-drawer-open{
        padding-top: 0;
    }
    #drawer-body .in_layout .list_ul{
        gap: 30px 20px;
        padding-top: 20px;
    }
    #drawer-body .in_layout .list_ul li{
        width: calc(33.3333% - 14px);
    }
    #drawer-body .in_layout .list_ul li a .image{
        border-radius: 15px;
    }
    #drawer-body .in_layout .list_ul li a .text{
        font-size: 15px;
    }
    #drawer-body .in_layout .area{
        padding: 0 15px;
    }
    #drawer-body .in_layout .title{
        font-size: 22px;
    }
}
@media (max-width: 425px) {}
/* 칼럼별 보기 end */










.jubo_inside_title{
    display: block !important;
    padding: 20px 0 !important;
    font-size: 26px !important;
}
.jubo_inside_name{
    display: block !important;
    padding-bottom: 40px !important;
}
@media (max-width: 767px) {
    
}
@media (max-width: 425px) {

}









div:has(> .bbsFileList){
    background-color: #fff;
    padding: 38px 40px;
    border-radius: 28px;
    margin-top: 30px;
}
.bbsFileList{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bbsFileList li{

}
.bbsFileList li a{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
}
.bbsFileList li a .fa-file-image-o{

}
.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;
}
.bbsFileList i.icon.image-o{
    background: url(/assets/bsd01/image/board/basic/icon_atc_jpg.svg) center center no-repeat;
    background-size: contain;
}
.bbsFileList i.icon.text-o{
}
.bbsFileList i.icon.pdf-o{
    background: url(/assets/bsd01/image/board/basic/icon_atc_pdf.svg) center center no-repeat;
    background-size: contain;
}
.bbsFileList i.icon.o{
}
@media (max-width: 1024px) {
    div:has(> .bbsFileList){
        margin-top: 0px;
        background-color: #fff;
        /* border-radius: 0 0 25px 25px; */
        border-radius: 28px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 38px;
        margin-top: 20px;
    }
}