:root {
	--color-white: #fff;
	--color-black: #000;
	--color-point: #00a650;
	--font-grey: #666;
	--full-container : 1950px;
	--hd-container: 1350px;
	--main-container: 1350px;
	--ft-container: 1350px;
	--transition: 400ms;
	--hd-height: 100px;
	--hd-m-height: 30px;
	--hd-m-icon : 15px;
	--search-m-height : 50px;
	--cont-margin : 50px;
  --cont-interval : 100px;
  --m-cont-interval : 50px;
}

/* 관리자 */
.superadm {position: fixed; bottom: 0; left:0; z-index: 999;}
.superadm > ul {display: flex;}
.superadm > ul > li {padding: 4px;}
.superadm > ul > li:first-child {background-color: #555;}
.superadm > ul > li:last-child {background-color: #999;}
.superadm > ul > li > a {color: #fff;}
.superadm > span {display: flex; font-size: 8px;}
.superadm > span > sup {margin-top: 4px;margin-right: 1px;}

/* reset */
.at-html   {overflow: hidden;}
.m_header .container_fix .right_menu .right_list li + li {margin-left: initial;}
figure > a {display: block;}
figure > a > img,
figure > img {display: block; width: 100%;}

html.fixed {position: fixed;}
.br_pc {display: block;}
.br_mob {display: none;}

@media (max-width:991px) {
	.br_mob {display: block;}
	.br_pc {display: none;}
}

@media(max-width: 991px) {
.scroll-x {overflow-x: auto;overflow-y: hidden;white-space: nowrap;-webkit-overflow-scrolling: touch;-ms-overflow-style: none;scrollbar-width: none;}
.scroll-x::-webkit-scrollbar {display: none;}
}

/* list-page common */
.board-body .list-page {margin: 30px 0 0 !important;}
.board-body .list-admin {margin: 15px 0 0;}
.board-body .container_fix {margin-bottom: 120px;}
.board-body .list-btn {margin-top: 30px; margin-bottom: -30px;}
/* .board-body .form-group {margin-bottom: 0;} */
.checkbox-inline input[type=checkbox]  {margin: 0; margin-left: -20px;}

@media (max-width: 991px) {
	.board-body .container_fix {margin-bottom: 60px;}
	.checkbox-inline input[type=checkbox]  {margin-top: -7px;}
}

/* LOGIN */
.login-body >  .container_fix {margin-bottom: 120px;}
@media(max-width: 991px) {.login-body > .container_fix {margin-bottom: 60px;}}