/* 변수 */
:root {
	--header-width : calc(1280px + 15px * 2);
	--header-height : 100px;
	--color-white : #fff;
	--color-black : #222;
	--border-color : #ebebeb;
	--primary-color : #014784;
}

@font-face {
	font-family: 'SpoqaHanSansNeo-Regular';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.shsn {font-family: 'SpoqaHanSansNeo-Regular';}

/* 관리자 */
.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;}

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


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

/* .sub-body {padding: 100px 0;} */