@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');

.board-container{
    max-width: 1320px;
    margin:40px auto;
    display: flex;
    font-family: 'Noto Sans KR';
    align-items: flex-start;
}
.board-container .board-cont-left{
    width:200px;
}
.board-container .board-cont-right{
    width:calc(100% - 200px);
}

.board-container .board-cont-left h2{
    padding-bottom:25px;
    font-size:20px;
}

.board-container .board-cont-left li{
    padding-top:7px;
    font-size:16px;
}

.board-container .board-cont-left li a{
    transition: padding .2s ease;
    color: #666;
}

.board-container .board-cont-left li a:hover{
    padding-left:5px;
    color:#333;
}

.board-container .board-cont-left li.on a{
    color:teal;
    font-weight: bold;
}

.board-container .board-cont-right{
    display: flex;
        flex-direction: column;
    justify-content: center;
    align-items: center;
}

.board-container .board-cont-right h2{
    padding:10px 0 5px;
    text-align: center;
    border-bottom:1px solid #444;
    display: inline-block;
    font-size:30px; font-weight: normal;
}
.board-container .board-cont-right table{
    margin-top:40px;
}
.board-container .board-cont-right .search_form{
    margin-top:30px;
        width: 100%;
    display: flex;
    justify-content: space-between;
}
.board-container .board-cont-right .search_form select{
    height:30px;
    font-size:13px;
    padding:0 5px;
    border-radius: 2px;
}
.board-container .board-cont-right .search_form .searchword{
    font-size:13px; color:#333; border:1px solid #cecece;
    padding:0 5px;
    width: 200px;
    height: 30px;
    border-radius: 2px;
}
.board-container .board-cont-right .search_form+table{
    margin-top:10px;
}
.board-container .board-cont-right .search_form input[type="submit"]{
    border:1px solid #cecece;
    outline: 0;
    min-width: 60px;
    font-size: 13px;
    height: 30px; line-height: 30px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
}
.board-container .board-cont-right table tr th{
    font-weight: normal;
    color:#000;
    background: #f5f5f5;
}
.board-container .board-cont-right table tr:first-child th, .board-container .board-cont-right table tr:first-child td{
border-top:1px solid #555;
}
.board-container .board-cont-right table tr td, .board-container .board-cont-right table tr th{
    padding:12px 10px;
    font-size:14px;
}
.board-container .board-cont-right table tr+tr:hover{
    cursor: pointer;
}
.board-container .board-cont-right table tr+tr:hover td{
    background: #f2ffef;
}
.board-container .board-cont-right table tr td{text-align: center; border-top: 1px solid #ddd;}
.board-container .board-cont-right table tr td:first-child+td{text-align: left;}
.board-container .board-cont-right table tr td+td, .board-container .board-cont-right table tr th+th, .board-container .board-cont-right table tr td+th,.board-container .board-cont-right table tr th+td{border-left:1px solid #eaeaea;}
.board-container .board-cont-right table tr:last-child td, .board-container .board-cont-right table tr:last-child th{
    border-bottom:1px solid #ddd;
}

.wrap{
	margin: 0;
    padding: 0px;
    -webkit-text-size-adjust: none;
    font-family: Nanum Gothic,나눔고딕,Malgun Gothic,Dotum,Gulim,Helvetica,sans-serif;
}
.wrap .body_title h3{
	padding:15px 10px;
	font-size:16px;
}
.wrap .board_list{
    border-top: 2px solid #555;
    color: #666;
    font-size: 12px;
    table-layout: fixed;
    text-align: center;
}

.wrap .board_info{
    border-top: 2px solid #555;
    padding: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #bebebe;
}
.wrap .board_info dt{
    font-weight: 800; word-break: break-all; font-size: 16px;
}
.wrap .board_info dd{
        color: #7d7d7d;
    line-height: 20px;
    font-size: 13px;
}
.wrap .board_content{
        padding: 10px;
    line-height: 20px;
    word-break: break-all;
    font-size: 16px;
    color: #383838;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.wrap .board_content .board_container img{
    max-width: 100% !important;
    height: auto !important;
}
.wrap .board_info dd .Writer{
    vertical-align: middle;
}
.wrap .board_info dd .bar{
    padding:0 5px;
}

.wrap .board_list th{
background: #f5f5f5;
padding: 8px 0 8px;
}
.wrap .board_list td{
	padding: 8px 5px 8px;
    text-align: center;
    letter-spacing: -0.5px;
    background: #fff;
    
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.wrap .board_list tr th, .wrap .board_list td{
	border-bottom:1px solid #ccc;
}

.wrap .board_list tr:last-child td{
	border-bottom: 2px solid #ddd;
}

.wrap .board_list tr td.b{
	font-weight: 800;
}
.wrap .upload_table{
    margin:20px auto 10px;
    padding:10px;
    width:calc(100% - 10px);
    font-size:14px;
    line-height: 20px;
    background: #f7f7f7;
}
.wrap .upload_table i{
        font-size: 30px;
    color: slategray;
}
.wrap .upload_table a{
    display: inline-block;
    height: 100%;
}
.wrap .upload_table+.upload_table{
    margin-top:10px;
}
.wrap .prevnext{
    background: #f9f9f9;
}
.wrap .prevnext tr td {
    padding:10px;
    font-size:14px;
    border-bottom:1px solid #eaeaea;
}

.wrap .prevnext tr td.td-head{
    width:57px;
}
.wrap .prevnext tr td.td-head i{
    padding-right: 5px;
}

.wrap .write_bt{
        color: #fff;
    background: #858585;
    display: inline-block;
    width: 56px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.wrap .search_form{
    padding:10px;
}
.wrap .search_form select, .wrap .search_form input[type="text"]{
    border: 1px solid #ddd;
    background-color: #fff;
    outline: 0;
    padding:9px 5px 9px 7px;
    vertical-align: top;
}
 .wrap .search_form input[type="text"]{
    padding-top:10px; padding-bottom:10px;
    width:calc(100% - 101px);
 }

 .wrap .search_form input[type="submit"]{
    font-family: FontAwesome;
cursor: pointer;border: 3px solid #6799FF;background: #6799FF;font-size: 18px; vertical-align:top; padding: 7px 5px 6px; margin-left:-5px; color: #fff;
 }
.wrap .body_title h3 span{
        float: right;
    color: #fff;
    padding: 8px 15px;
    background: salmon;
    border-radius: 5px;
    margin-top: -8px;
}
.board_content img.pv{
display: inline-block;
    width: 90px;
    height: 90px;
    max-height: 90px;
    max-width: 90px;
    cursor: pointer;
}
.board_content img.pv+img.pv{
    margin-left:10px;
}

.board-cont-right .list_bt{
  font-size:16px;
  font-weight: bold;
  cursor:pointer;
  border:1px solid #bdbdbd;
  border-radius: 3px;
  padding:10px 25px;
}

.board-cont-right .submit_bt{
  font-size:16px;
  font-weight: bold;
  cursor:pointer;
  border:1px solid #bdbdbd;
  border-radius: 3px;
  padding:10px 25px;
  margin-left:5px;
  background: #555;
  color:#fff;
}