.notice_wrap{
    margin: 50px 0;
}


.bo_list{
    margin: 20px 0;
    border-top: 2px solid #444;
}
.bo_list ul li{
    border-bottom: 1px solid #ccc;
    padding: 20px;
    box-sizing: border-box;
}
.bo_list ul li a{
    display: flex;
    flex-direction: column;
}
.bo-sub{
    font-size: 1.2rem;
    font-weight: 600;
}
.bo-more{
    margin-top: 5px;
    color: #555;
    font-size: 0.9rem;
}
.bo-more:last-child img{
    width: 0.8rem;
}



.list_num{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    gap: 25px;
}

.list_num li{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.bo-left{
    transform: rotate(180deg);
}
.bo-btn{
    display: block;
    width: 16px !important;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* .list_num>a:nth-child(1)>.bo-btn{background-image: url(../../img/icon/bo-left02.png);}
.list_num>a:nth-child(2)>.bo-btn{background-image: url(../../img/icon/bo-left01.png);}
.list_num>a:nth-child(8)>.bo-btn{background-image: url(../../img/icon/bo-right01.png);}
.list_num>a:nth-child(9)>.bo-btn{background-image: url(../../img/icon/bo-right02.png);} */

/* 현제 페이지 번호 굵게 */
.border00{
    font-weight: 700;
    color: #000;
}





@media screen and (max-width:1440px) {

}
@media screen and (max-width:1024px) {
    .inner{
        margin: 0 auto !important;
    }
}
@media screen and (max-width:550px) {
    .se_form>form{
        justify-content: center;
        width: 100%;
    }
    input{
        width: 100%;
    }
    .select-box{
        width: 100%;
    }
    .search-title-box{
        width: 30%;
    }
    .inpbox{
        width: 70%;
    }
    .list_num{
        margin-top: 70px;
    }
    button{
        bottom: 150px;
    }
    .list_num ul{
        gap: 30px;
    }
    .list_num{
        gap: 20px;
    }
}


/* 읽기부분 */
.read_wrap{
    margin: 50px 0;
}
.r_title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 10px;
    border-bottom: 2px solid #444;
    box-sizing: border-box;
}
.name{
    font-size: 1.7rem;
    font-weight: 700;
}
.date{
    color: #555;
    font-size: 1rem;
}

.r_main{
    padding: 1.5rem;
    /* border-bottom: 1px solid #ccc; */
    box-sizing: border-box;
    min-height: 600px;
}
.r_main p{
    line-height: 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.r_main p img{
    margin-bottom: 1rem;
}


/* 자유게시판 - 읽기부분 */
.read_more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.iconbox{
    display: block;
    width: 17px;
}
.check,.chat{
    display: flex;
    gap: 5px;
    align-items: center;
}
.write_name{
    font-size: 1rem;
}
@media screen and (max-width:860px) {
    .r_title{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.3rem;
    }
}

/* 자유게시판 - 댓글 */
button{
    background-color: inherit;
    border: none;
    width: 15px;
    opacity: 0.8;
}
.comment_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1rem;
    box-sizing: border-box;
}
.com01{
    width: 100%;
    /* border-bottom: 1px solid #555; */
    padding: 0.5rem;
    box-sizing: border-box;
    background-color: #f1f1f1;
    border-radius: 5px;
}
.more{
    display: flex;
    justify-content: space-between;
}
.more p{
    color: #555;
    font-size: 0.8rem;
}
.name_date{
    display: flex;
    gap: 10px;
}
.edit{
    display: flex;
    gap: 10px;
}
.edit button{
    cursor: pointer;
}
.content{
    padding-top: 0.5rem;
}
.comment span{
    margin-bottom: 1rem;
    font-weight: bold;
}
.com01_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
}

.com02{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    border-top: 1px solid #ccc;
    padding-top: 1.5rem;
    box-sizing: border-box;
}
.com02 input{
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 0 0.5rem;
    box-sizing: border-box;

    background-image: url(../../img/icon/point.png);
    background-repeat: no-repeat;
    background-position: right top;

    outline: none;
}

.com02 button{
    width: 100px;
    background-color: #60ab82;
    padding: 0.5rem;
    box-sizing: border-box;
    color: #fff;
}

.com01 .com02{
    border: none;
}
.com_text{
    width: 100% !important;
    min-height: 100px;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #fff;

    background-image: url(../../img/icon/point.png);
    background-repeat: no-repeat;
    background-position: right top;

    outline: none;
}

.list_back{
    width: 100px !important;
    padding: 0 !important;
}
.list_back a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 20px;
    box-sizing: border-box;
}
.r_btn{
    border-top: 1px solid #ccc;
    padding: 1rem;
    box-sizing: border-box;
}

@media screen and (max-width:860px) {
    button{
        width: 10px;
    }
}

/* 댓글 수정, 삭제 - 비밀번호 입력 */
/* .more{
    position: relative;
}
.edit-pw{
    position: absolute;
    top: -5px;
    right: 0;
    z-index: 20;

    background-color: #eee;
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;

    display: none;
}
.edit-pw input{
    margin: 5px 0;
}
.pw{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close-box{
    width: 12px;
    cursor: pointer;
}
.edit-pw p{
    color: #000;
    font-size: 15px;
}
.ok-btn{
    background-color: #ccc;
    padding: 0.2rem;
    border: none;
    box-sizing: border-box;
    width: 50px;
    cursor: pointer;
}
.okbtn-wrap{
    display: flex;
    justify-content: flex-end;
} */



/* 자유게시판 수정, 삭제 버튼 */
.tool_img{
    width: 20px;
    opacity: 0.8;
}
.tool{
    display: flex;
    align-items: center;
    gap: 5px;
}
.tools{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.free_btn{
    justify-content: space-between !important;
}
@media screen and (max-width:550px) {
    .tool_img{
        width: 15px;
    }
}

/* 수정, 삭제 시 비밀번호 */
body{
    position: relative;
}
.password_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000005e;
    z-index: 10;
    display: none;
}
.pw_w{
    background-color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pw_flex{
    display: flex;
    justify-content: space-between;
}
.pw_w input{
    width: 100%;
    height: 40px;
    margin-top: 1rem;
    border: 1px solid #ccc;
    padding-left: 10px;
    box-sizing: border-box;
}
.close_btn{
    width: 15px;
    cursor: pointer;
}



/* 파일 */
.r_file a{
    display: flex;
    align-items: center;
    gap: 10px;
}
.r_file img{
    width: 20px;
    opacity: 0.3;
}
.r_file{
    box-shadow: 0px 0px 8px #e2e4f1;
    padding: 1rem;
    box-sizing: border-box;
}
.r_file u{
    font-weight: bold;
    color: #777;
}