#notice3 #user_board_whole {width:1400px !important;display:block;margin:0 auto;font-family: "Noto Sans KR", sans-serif !important;}

#notice3 #user_board_control { border: none; border-radius: 0; background-color: #fff; margin-bottom: 20px; } 
#notice3 #user_board_control label { display: none; } 
#notice3 #user_board_control .inner { padding: 0; } 

#notice3 #user_board_list table { border-top: 2px solid #888; } 
#notice3 #user_board_list .number { width: 150px; height: 100%; font-size: 40px; font-weight: bold; color: #ccc; } 
#notice3 #user_board_list .writer { width: 16%; float: left; display:none;} 
#notice3 #user_board_list .file { width: 8%; float: left; } 
#notice3 #user_board_list .date { width: auto; float: left; } 
#notice3 #user_board_list .hit { width: auto; float: left; } 
#notice3 #user_board_list .hit::before{content:"조회수 : "}
#notice3 #user_board_list tr { height: 200px;border-bottom:1px solid #ccc; } 
#notice3 #user_board_list tr:first-child { display: none; } 
#notice3 #user_board_list th { padding: 10px; } 
#notice3 #user_board_list td { border-bottom: none; padding: 10px; } 
#notice3 #user_board_list td.title { text-align: left; display: block; height: 100px; } 
#notice3 #user_board_list td.title a {width:100%;height:100%;font-size:24px;font-weight:bold;color:#111;display: flex; align-items: end;justify-content: start;}
#notice3 #user_board_list td.title font { color: #f56878 !important; font-size: 12px !important; font-weight: bold; } 
#notice3 #user_board_list tr:hover td { background-color:transparent; } 
#notice3 #user_board_list tr:hover td a { font-weight: bold; } 

#notice3 select {height:50px;background-color:#eee;width:150px;border:none;padding-left:10px;}
#notice3 input[type="text"] {height:50px;background-color:#eee;width:250px;border:none;padding-left:10px;border-radius: 0;}
#notice3 input[type="submit"]{float:right;height:50px;background-color:#444;color:#fff;border:none;border-radius: 0;width:50px;}
#notice3 #user_board_paging{border:none;}
#notice3 #user_board_paging span.prev,#notice3 #user_board_paging span.next {color:#111;border-radius: 50%;border:1px solid #111;}
#notice3 #user_board_paging span {border:none;color:#111;background-color:transparent;width:30px;height:30px;}

@media (max-width: 1440px){
 #notice3 #user_board_whole { width: 100% !important; } 
 }
@media (max-width: 767px) {
  #notice3 #user_board_list tr {height: 150px;}
  #notice3 #user_board_list td.title{height: 75px;}
  #notice3 #user_board_list .number {width:50px;font-size: 32px;}
  #notice3 #user_board_list td.title a{font-size:18px;}
  #notice3 #user_board_list .date {font-size: 16px;}
  #notice3 #user_board_list .hit{ font-size: 16px;}
  #notice3 select {width:100px;}
}
@media (max-width: 479px) {
  #notice3 .board_fr{width:100%}
  #notice3 select {width:40%;margin-bottom:10px;}
  #notice3 input[type="text"]{width:calc(100% - 50px);}
/*   #notice3 input[type="submit"]{widrh:10%;} */

}