

/*페이징*/
.list-container .board-footer, .board-footer{text-align:center;margin-bottom:30px;}
.list-container table td.no-data,td.no-data,.no-data{text-align:center;margin:100px 0;background:url(../../img/icon-alert.gif) no-repeat 50% 0;padding-top:85px;font-size:15px;font-weight:bold;color: #171717;}
.list-container.recipe table{margin-top:20px;border-top:1px solid #FD0000;border-collapse:collapse;table-layout:fixed;}
.list-container.recipe table tbody tr:hover td{background: #8345ff;}
.list-container.recipe table td a.btn:hover{color: #333333;}
.board-footer > a.btn{margin-left:5px;}
.board-footer > a.btn:first-child{margin-left:0;}
.tab-container:after,.search-container:after,.cat-container:after,.category:after,.keyword:after,.board-footer:after,.view-container:after,.write-container:after,.write-container form .file-container:after{content:"\0020";display:block;height:0;overflow:hidden;clear:both;}
/*** CSS themes for simplePagination.js */
ul.simple-pagination{list-style:none;}
.simple-pagination{overflow:hidden;padding:0 5px 5px 0;margin:0 auto;}
.simple-pagination ul{list-style:none;padding:0;margin:0;}
.simple-pagination li{list-style:none;padding:0;margin:0;float:left;background-color:#1C1C1CFF;}
.compact-theme a, .compact-theme span{font-family:Tahoma;float:left;color: #eaeaea;font-size:14px;line-height:37px;font-weight:normal;text-align:center;border:1px solid #3d3d3d;border-left:none;min-width:14px;background: #1c1c1c;height:37px;padding:0 15px; box-sizing:border-box;}
.recipe .compact-theme a,.recipe .compact-theme span{font-family:Tahoma;float:left;color:#FD0000;font-size:14px;line-height:37px;font-weight:normal;text-align:center;border:1px solid #3d3d3d;border-left:none;min-width:14px;background: #1c1c1c;height:37px;padding:0 15px;}
.compact-theme a:hover{text-decoration:none;background: #1c1c1c;}
.compact-theme li:first-child a, .compact-theme li:first-child span{border-left:1px solid #3d3d3d;border-radius:3px 0 0 3px;}
.compact-theme li:last-child a, .compact-theme li:last-child span{border-radius:0 3px 3px 0;}
.compact-theme .current,.recipe .compact-theme .current{background: #252525;color: #6ce6ff;cursor:default; box-sizing:border-box;}
.compact-theme .ellipse{background: #202020;padding:0 15px;cursor:default;}
.compact-theme .prev,.compact-theme .next{text-indent:-99999px;}
.compact-theme .prev{background:url(../../img/bt_prev.gif) no-repeat 50% 0;height:37px;padding:0 18px;}
.compact-theme .prev:hover{background:url(../../img/bt_prev.gif) no-repeat 50% 0px;height:37px;}
.compact-theme .prev.current{background:url(../../img/bt_prev.gif) no-repeat 50% 0px;height:37px;}
.compact-theme .next{background:url(../../img/bt_next.png) no-repeat 50% 0;height:37px;padding:0 18px;}
.compact-theme .next:hover{background:url(../../img/bt_next.png) no-repeat 50% 0px;height:37px;}
.compact-theme .next.current{background:url(../../img/bt_next.png) no-repeat 50% 0px;height:37px;}
.recipe .compact-theme .prev{background:url(../../img/bt_prev_2.gif) no-repeat 50% 0;height:37px;padding:0 18px;}
.recipe .compact-theme .prev:hover{background:url(../../img/bt_prev_2.gif) no-repeat 50% -74px;height:37px;}
.recipe .compact-theme .prev.current{background:url(../../img/bt_prev_2.gif) no-repeat 50% -37px;height:37px;}
.recipe .compact-theme .next{background:url(../../img/bt_next_2.gif) no-repeat 50% 0;height:37px;padding:0 18px;}
.recipe .compact-theme .next:hover{background:url(../../img/bt_next_2.gif) no-repeat 50% -74px;height:37px;}
.recipe .compact-theme .next.current{background:url(../../img/bt_next_2.gif) no-repeat 50% 0px;height:37px;}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
