@charset "utf-8";
/*******************************
* CSS : board.event.css
* Author: NXWEB beop07
********************************/

.event-wrap .status{display:inline-block;min-width:60px;height:25px;padding:0 12px;font-size:14px;line-height:25px;color:#fff;text-align:center;border-radius:12px;background-color:#f67404;}
  .event-wrap .status-1{background-color:#cacaca;}
  .event-wrap .status-3{background-color:#707070;}

.board-list-event .event-list{display:flex;flex-wrap:wrap;justify-content:flex-start;position:relative;max-width:1120px;margin:0 auto;margin-top:-35px;}
  .board-list-event .event-list .item{flex:0 0 33.33%;padding:35px 12px;}
  .board-list-event .event-list .warpper{display:block;position:relative;max-width:300px;margin:0 auto;}
  .board-list-event .event-list .txt-area{padding-top:28px;}
  .board-list-event .event-list .thumb-wrap{position:relative;}
  .board-list-event .event-list .thumb-wrap::before{content:"";position:absolute;top:0;bottom:0;right:0;left:0;opacity:0;border:3px solid #f67404;transition:opacity .3s ease}
  .board-list-event .event-list .thumb-wrap img{display:block;width:100%;max-width:300px;}
  .board-list-event .event-list .datetime{font-family:'Inter';font-size:14px;color:#888;}
  .board-list-event .event-list .tt{display:-webkit-box;line-height:1.6em;height:3.2em;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}
  .board-list-event .event-list .warpper:hover .thumb-wrap::before{content:"";opacity:1;}

.bw_header .status{vertical-align:middle;margin-right:10px;}
  .bw_header .date_txt{font-size:18px;color:#888;}

@media (max-width:768px){
  .board-list-event .event-list{margin-top:0}
  .board-list-event .event-list .item{flex:0 0 50%;padding:30px 12px;}
}
@media (max-width:480px){
  .board-list-event .event-list .item{flex:0 0 50%;}

  .board-list-event .event-list .item{flex:0 0 100%;padding:28px 0;}
  .board-list-event .event-list .tt{font-size:18px;}
}

/* Write */
#board-write-event .bw_subject{padding-bottom:15px}
#board-write-event .bw_subject input[type=text]{width:100%;height:48px;border-radius:4px;border:1px solid #c9c9c9;padding:4px 8px;text-indent:5px;outline:none}
#board-write-event .bw_subject input[type=text]:focus{border-color:#aaa}
#board-write-event .bw_contents textarea{width:100%;height:350px}
#board-write-event .tbl_bw{width:100%}
#board-write-event .tbl_bw th{width:120px;font-weight:500}
#board-write-event .tbl_bw th, #board-write-event .tbl_bw td{height:48px;font-size:14px;color:#434343;border-bottom:1px solid #dcdcdc;padding:8px 10px;vertical-align:middle}
#board-write-event .tbl_bw select{width:160px;height:32px;border:1px solid #ccc;vertical-align:top;font-size:13px;border-radius:3px}
#board-write-event .tbl_bw input[type=checkbox]{width:16px;height:16px}


/* Btn */
#board-event .btn-brd-list{display:inline-block;border:0;padding:7px 18px;background:#999;color:#fff;font-size:14px}
#board-event .btn-brd-save, #board-event .btn-brd-write{display:inline-block;border:0;padding:7px 18px;background:#222;color:#fff;font-size:14px}

/* File Upload */
#board-event #drop{background:#e6e6e6;border:7px dotted #bbb;padding:22px 30px;width:100%;color:#7f858a;text-align:center;}
#board-event #drop a{background-color:#007a96;padding:8px 20px;color:#fff;font-size:13px;border-radius:2px;cursor:pointer;display:inline-block;margin-top:12px;line-height:1}
#board-event #drop a:hover{background-color:#0986a3}
#board-event #drop input{display:none}
#board-event .dropList{margin-top:15px}
#board-event .dropList li{position:relative;height:auto;padding:6px 0;border-bottom:1px dotted #ccc}
#board-event .dropList li:last-child{border-bottom:0}
#board-event .dropList li input{display:none}
#board-event .dropList li p{display:inline-block;font-size:14px;color:#444;margin-left:7px;vertical-align:middle}
#board-event .dropList li i{position:absolute;right:72px;top:7px;font-size:13px;font-weight:normal;font-style:normal;color:#7f7f7f}
#board-event .dropList li canvas{vertical-align:middle}
#board-event .dropList li span.nt{width:15px;height:12px;background:url("img/icons.png") no-repeat;position:absolute;top:50%;margin-top:-7px;right:50px}
#board-event .dropList li span.erMsg{display:inline-block;vertical-align:middle;color:red;margin-left:25px;position:absolute;right:130px;top:9px;font-size:13px}
#board-event .dropList li span.brdFileDel{position:absolute;display:inline-block;top:50%;right:0;margin-top:-10px;width:30px;height:20px;font-size:12px;line-height:20px;color:#fff;text-align:center;background:#fb4545;border-radius:3px;cursor:pointer}
#board-event .dropList li.error span.nt{background-position-y:-13px;margin-top:-6px}
#board-event .dropList li.working span.nt{height:16px;background-position:0 -12px}
#board-event .dropList li.error p{color:red}

/* pagination */
#board-event .board_pagination{text-align:center;overflow:hidden;padding:20px 20px}
#board-event .board_pagination strong{vertical-align:top;display:inline-block;width:33px;height:33px;background-color:#444;color:#fff;font-size:12px;line-height:34px;text-align:center;margin:0 3px}
#board-event .board_pagination a{vertical-align:top;display:inline-block;width:34px;height:34px;border:1px solid #e5e5e5;background-color:#fff;color:#6c6c6c;font-size:12px;line-height:34px;text-align:center;margin:0 3px}
#board-event .board_pagination .ic_pg_first{width:26px;height:30px;background:url('img/ar_first.jpg') no-repeat center center}
#board-event .board_pagination .ic_pg_last{width:26px;height:30px;background:url('img/ar_last.jpg') no-repeat center center}
#board-event .board_pagination .ic_pg_prev{width:26px;height:30px;background:url('img/ar_prev.jpg') no-repeat 10px 9px}
#board-event .board_pagination .ic_pg_next{width:26px;height:30px;background:url('img/ar_next.jpg') no-repeat 10px 9px}
#board-event .board_pagination .pull-left p{font-size:13px;color:#777;line-height:33px;font-family:'Montserrat','notokr',sans-serif}
#board-event .board_pagination a.disabled{cursor:event}
#board-event .board_pagination a.disabled > i{opacity:0.2}

@media (max-width:640px){
	.board-list-event .bl_header > .pull-right{width:100% !important}
	.board-list-event .bl_list tbody tr:first-child{border-top:1px solid #333}
	.board-list-event .bl_list tbody tr{border-bottom:1px solid #ddd}
	.board-list-event .bl_list th, .board-list-event .bl_list td.td-num{display:none}
	.board-list-event .bl_list td{float:left;border-bottom:0 !important;padding:0 5px 8px 5px !important}
	.board-list-event .bl_list td > a{color:#333;font-size:13px}
	.board-list-event .bl_list td.td-subject{width:100%;color:#333;padding:10px 5px 3px 5px !important}
	.board-list-event .bl_list td.td-writer{color:#999;position:relative}
	.board-list-event .bl_list td.td-writer:after{content:'';width:1px;height:11px;background:#999;position:absolute;right:0;top:4px}
	.board-list-event .bl_list td.td-date{color:#999}
}
@media (max-width:480px){
	.board-list-event .bl_search input[type=text]{width:156px !important}
}
