/*
// @by ChrisM
// @since 2023.03.22
*/

body {overflow-y: auto;}
body::-webkit-scrollbar-thumb{border-radius: 0;}
body::before {content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.9); z-index: 900; opacity: 0; visibility: hidden; transition: all .4s;}
body.active::before {opacity: 1; visibility: visible;}
body.active #wrap {z-index: unset;}

#wrap .board-btn .ts-btn {border-radius: 5px;}

.wrap.ct-board.board-read .div-tbl .tr.content {margin: 0;}

.aui-paging .now, .aui-paging .active {border: 0;}
.aui-paging > * {line-height: 30px; color: rgba(0,0,0,1);}
body .aui-paging .first,
body .aui-paging .first:hover {background: url(../img/common/arrow-left-double.svg) no-repeat center center !important; background-size: 12px !important;}
body .aui-paging .prev,
body .aui-paging .prev:hover {background: url(../img/common/arrow-left.svg) no-repeat center center !important; background-size: 6px !important;}
body .aui-paging .next,
body .aui-paging .next:hover {background: url(../img/common/arrow-right.svg) no-repeat center center !important; background-size: 6px !important;}
body .aui-paging .last,
body .aui-paging .last:hover {background: url(../img/common/arrow-right-double.svg) no-repeat center center !important; background-size: 12px !important;}

#content .div-tbl .td.video .vd-wrap input,
#content .div-tbl .td.video .vd-wrap button {margin: 0;}