body, html{font-family: 'Pretendard GOV';}
.header_wrap{
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.04);
}
/* 서브페이지 공통 - 헤더 아래 그림자 끝 */
.container_inner{
    width: var(--sub-inner-width);
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
}
.subpage_title{
    /* width/: 100%; */
    /* margin: 0 auto; */
    text-align: center;
}
.input_wrap{
    /*margin-top: 20px;*/
    display: flex;
    justify-content: flex-end;
}
.select_box{
    margin-right: 12px;
    position: relative;
}
.select_box p, select{
    width: 130px;
    padding: 11px 15px;
    font-size: 14px;
    
    color: #212121;
    border: solid 1px #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.select_box p::after{
    content: '';
    display: inline-block;
    width: 11px;
    height: 6px;
    background: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.vaabingvba.tb.xe%2Sfgngvp%2Snffrgf_ea%2Spff%2S..%2Svzntrf%2Svpba%2Sp-qebc-obk.fit');
    background-size: cover;
    cursor: pointer;
}
.select_list{
    width: 120px;
    height: 0;
    padding: 0 15px;
    position: absolute;
    background-color: #fff;
    transition: height 0.4s;
    z-index: 10;
}
.select_box.is-show .select_list{
    width: 120px;
    padding: 20px 15px;

    height: auto;
    border: solid 1px #212121;
    z-index: 10;


}
.select_box.is-show .select_list li{
    display: block;
}
.select_list li{
    font-size: 12px;
    
    color: #212121;
    padding-bottom: 12px;
    cursor: pointer;
    display: none;
}
.select_list li:last-child{
    padding-bottom: 0;
}
.input_box{
    width: 250px;
    height: 39px;
    padding: 12px 15px;
    border: solid 1px #dbdbdb;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input_box::placeholder{
    font-size: 12px;
    
    color: #878787;
}
.input_box::after{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sjjj.vaabingvba.tb.xe%2Sfgngvp%2Snffrgf_ea%2Spff%2S..%2Svzntrf%2Svpba%2Su-frnepu-vp.fit') no-repeat;
    background-size: cover;
}
.table_wrap{
    width: 100%;
    margin-top: 21px;
}
.table_wrap table{
    border-top: solid 1px #212121;
}
.table_wrap table thead tr th{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #171717;
    padding: 17px 0;
    cursor: pointer;
}
.table_wrap table tr{
    border-bottom: solid 1px #dbdbdb;
}
.table_wrap table tbody tr td{
    font-size: 17px;
    font-weight: 400;
    color: #212121;
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}
.table_wrap table tbody tr td:nth-child(2){

    text-align: left;

}
.table_wrap table tbody tr td:nth-child(1),.table_wrap table tbody tr td:nth-child(4),.table_wrap table tbody tr td:nth-child(5){
    /*font-family: 'Pretendard';*/
}
.notice_wrap .paging{
    padding-top: 35px;
    margin: 0 auto;
}
.paging{
    margin-top: 35px;
}
.mobile_br{
    display: none;
}
@media (max-width:1300px){
    :root{
        /*--sub-inner-width:92%;*/
    }
}
@media (max-width:700px){
    .container_inner{
        width: 96% !important;
        margin: 0 auto !important;
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .table_wrap table thead tr th{
        padding: 12px 0;
    }
    .table_wrap{
        margin-top: 25px;
    }
    .table_wrap table thead tr th:nth-child(1),
    .table_wrap table thead tr th:nth-child(3),
    .table_wrap table thead tr th:nth-child(5),
    .table_wrap table thead tr th:nth-child(6){
        display: none;
    }
    .table_wrap table tbody tr td:nth-child(1),
    .table_wrap table tbody tr td:nth-child(3),
    .table_wrap table tbody tr td:nth-child(5),
    .table_wrap table tbody tr td:nth-child(6){
        display: none;
    }
    .table_wrap table thead tr{
        border-bottom: solid 1px 
        #171717;
    }
    .table_wrap table tbody tr td{
        font-weight: 600;
        word-break: keep-all;
    }
    .table_wrap table tbody tr td:nth-child(4){
        color: #878787;
    }
    .table_wrap table thead tr th:nth-child(2){
        width: 77%;
    }
    .table_wrap table thead tr th:nth-child(4){
        width: 23%;
    }
    
    .table_wrap table tbody tr td:nth-child(4)::before{
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        background-color: #dbdbdb;
        margin-right: 10px;
    }
  
}
@media (max-width:500px){
    .input_wrap{
        flex-wrap: wrap;

    }
    .input_wrap > div{
        width: 100%;
    }
    .select_box {
        margin-right: 0;
    }
    .select_box p{
        width: 100%;
        font-size: 16px;
    }
    .input_wrap > div:last-child{
        margin-top: 8px;
    }
    .select_box.is-show .select_list{
        width: 100%;
        padding: 0;
    }
    .select_list li{
        padding: 24px 15px;
    }
    .select_list li.selected{
        background-color: #000;
        color: #fff;
    }
    .select_list li:last-child{
        padding: 24px 15px;
    }
}


/* 추가 : 중앙관리행정기관 look 영역 */
.notice_lookup{
    display: flex;
    align-items: center;
}
.notice_lookup .lookup__right{
    margin-left: auto;
}
@media (max-width:500px) {
    /* 추가 : pb 80 */
    .l-p-b{
        padding-bottom:80px;
    }

    .notice_lookup{
        flex-direction: column;
    }

    .notice_lookup .lookup__right{
        margin-left: 0;
        margin-top: 8px;
    }
    .notice_lookup .input_wrap{
        width: 100%;
    }
}
