@charset "utf-8";


 
.content_section{order:4;padding:0px;background:#fff;}


.board_table{width:100%;}
.board_table caption{position:absolute; top:-9999px; left:-9999px; width:1px; height:1px; overflow:hidden; visibility:hidden;}
.board_table thead, .board_table tbody{ font-size:0.813em; font-size:0.813rem; text-align:center; font-weight:bold;}
.board_table thead{ color:#fff; background:#2c3e50;}
.board_table tbody, .board_table tbody a{ color:#333;}
.board_table tbody tr:nth-child(odd){background:#f6f6f6;}
.board_table thead tr th{ padding:18px 0; padding:1.125rem 0;}
.board_table tbody tr td{ padding:22px 0; padding:1.375rem 0;}
.board_table thead tr th:first-child, .board_table thead tr th:nth-child(3), .board_table thead tr th:nth-child(4), .board_table thead tr th:nth-child(5),
.board_table tbody tr td:first-child, .board_table tbody tr td:nth-child(3), .board_table tbody tr td:nth-child(4), .board_table tbody tr td:nth-child(5){ display:none;}

.content_row_2{ display:flex; justify-content:space-between; margin:30px 0 40px 0; margin:1.875rem 0 2.500rem 0;}
.search_window{width:118px; width:7.375rem; height:28px; height:1.750rem; font-size:0.688em; font-size:0.688rem; line-height:28px; line-height:1.750rem;text-indent:10px; text-indent:0.625rem;}
.search_select_box{display:none;}
.write_box a{display:block; width:70px; width:4.375rem; height:30px; height:1.875rem; font-size:0.813em; font-size:0.813rem; line-height:30px; line-height:1.875rem; text-align:center; background:#e65d5d;color:#fff;}

.content_row_3{ display:flex; justify-content:center;}
.content_row_3 span{ width:28px; width:1.750rem; height:28px; height:1.750rem; text-indent:-9999px;}
.content_row_3 span.list_prev_btn{ margin-right:5px;   background:#2ecc71 url(/images/s_images/list_prev_btn.png) center center no-repeat;}
.content_row_3 span.list_next_btn{ margin-left:5px;  background:#2ecc71 url(/images/s_images/list_next_btn.png) center center no-repeat;}
.content_row_3 a{ width:26px; width:1.625rem; margin:0px 3px;  font-size:0.813em; font-size:0.813rem; line-height:26px; line-height:1.625rem; text-align:center; border:1px solid #219af7; color:#219af7; transition:all 0.2s;}
.content_row_3 a:hover{color:#fff; background:#219af7;}



.board_gallery_list img{ width:100%; max-width:100%; border-radius:5px; transition:all 0.4s; }
.board_gallery_list img:hover{}
.board_gallery_list li{ margin-top:20px; margin-top:1.250rem;}
.board_gallery_list li:first-child{ margin-top:0;}

  
#view {float:left; width:100%}

#view .board_title {background:#2c3e50; width:100%; float:left; padding:2%; color:#fff}
#view .board_date {background:#2c3e50; width:36%; float:left; text-align:right; padding:2%;  color:#fff; }
#view .board_summary {font-size:12px; width:100%; float:left; margin:10px 10px 30px;}
#view .board_contents {float:left; width:96%; padding:2%; border-bottom:1px solid #e3e3e3; line-height:30px;}
#view .board_contents img{max-width:100%; }
#view .board_reply { float:left; width:96%; padding:2%;  border-bottom:1px solid #e3e3e3; margin-top:30px; }


.btn_write {padding:5px 10px;  border:0px; background:#2c3e50; color:#fff; cursor:pointer}


/* ??????? CSS */
@media all and (min-width:768px){
/* ??? ???? CSS */



.board_table thead tr th:first-child, .board_table thead tr th:nth-child(3), .board_table thead tr th:nth-child(4), .board_table thead tr th:nth-child(5),
.board_table tbody tr td:first-child, .board_table tbody tr td:nth-child(3), .board_table tbody tr td:nth-child(4), .board_table tbody tr td:nth-child(5){ display:table-cell;}
.board_table thead tr th:first-child{width:10%;}
.board_table thead tr th:nth-child(2){width:55%;} 
.board_table thead tr th:nth-child(3){width:10%;}
.board_table thead tr th:nth-child(4){width:15%;}
.board_table thead tr th:nth-child(5){width:10%;}
.board_table tbody tr td:nth-child(2){text-align:left;}

.search_select_box{display:inline-block; position:relative;}
.search_select_box span{display:inline-block; width:80px; width:5.000rem; height:30px; height:1.875rem; font-size:0.813em; font-size:0.813rem; line-height:28px; line-height:1.750rem; text-align:center;
color:#fff; background:#e65d5d; cursor:pointer;}

.search_select_list{display:none; position:absolute; top:105%; left:0; width:100%;}
.search_select_list li{padding:6px 0;padding:0.375rem 0;font-size:0.750em;font-size:0.750rem;text-indent:10px;text-indent:0.625rem;color:#fff;background:#e65d5d;cursor:pointer;}
.search_select_box:hover .search_select_list{display:block;}

 

 

/* 콘텐츠 영역 CSS */
 
.board_gallery_list{ display:flex; flex-wrap:wrap; justify-content:space-between;}
.board_gallery_list li{ width:48.54651162790698%; /* 334px ÷ 688px */}
.board_gallery_list li:nth-child(2){ margin-top:0;}


}

/* PC?? CSS */
@media all and (min-width:980px){
/* ?? CSS */
 


/* ?????? ???? CSS */
 
/* 콘텐츠 영역 CSS */
.content_section{ order:3; padding:0px;  }
.board_gallery_list {  width:100%;  justify-content:flex-start;}
.board_gallery_list li{width:23.5%;/* 201px ÷ 840px */margin-top:12px;margin-top:0.750rem; margin-right:10px; min-height:115px;}
.board_gallery_list li:nth-child(3), .board_gallery_list li:nth-child(4){margin-top:0;}
.board_gallery_list li:nth-child(4){margin-right:0;}
 


}


























