@charset "UTF-8";
.sidebar__h2 {
    background-image: url(../../resources/images/basic/sub_img1.png); 
    padding-top:0px;     
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:0px
}
.header {
    background-image: url(../../resources/images/basic/sub_bg1.png);
}
.header.back {
    background-image: url(../../resources/images/basic/sub_bg1.png);
}
.sub-visual{
    /* position:fixed; */
    background-image: url(../../resources/images/basic/sub_bg1.png);
    height: 90px;
    background-size:auto;
    margin-bottom:100px;
}
.cheong_shim_logo { width:90%}


.sidebar {
    -webkit-box-shadow:none; 
     box-shadow: none;
}
.side-list{ padding: 0;}
.side-list__li > span > a:after{right:25px;}
.side-list__li > span > a{height:38px; line-height:38px;border: 1px solid #ccc;}
.side-list__li:last-child > span > a{border-bottom:1px solid #ccc}
.side-list__li > span~span > a { border-top:0;}
.side-list__li > span:hover > a { color:#0f75c2}









/* °Ô½ÃÆÇ °Ë»ö 20240627 ÀÌÁ¤¿ì*/
.boardListForm > a{
    padding: 10px 0px;
   }
   
   .board_search_wrap_80{
    width: 100%;
    background-color: #cfcfcf;
    /* background-color: #ccc; */
    border-radius: 10px;
    display: flex;
    justify-content: center;
   }

   div.board_search_wrap{
    width: 80%;
    display: flex;
    justify-content: center;
    padding: 20px;
   }

   /* div.board_search_wrap select{
    width: 10%;
   } */

   div.board_search_wrap div.inforight{
    width: 80%;
   }

    form.boardSearchForm fieldset{
    display: flex;
    width: 99%;
    justify-content: center;
   }

   form.boardSearchForm fieldset input.inputtxt{
    width: 80%;
   }


   /* °Ô½Ã±Û Ã·ºÎÆÄÀÏ ¸®½ºÆ® Ãß°¡ ¹× °£°Ý Á¶Àý */

   div.boardListForm strong{
    width: 10%;
   }

   div.boardListForm .num{
    width: 10%;
   }

   div.boardListForm .title{
    width: 45%;
   }

   div.boardListForm .author{
    width: 15%;
   }

   div.boardListForm .date{
    width: 13%;
   }

   div.boardListForm .count{
    width: 10%;
   }

   div.boardListForm .isfile{
    width: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
   }

  