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

	/* 991px */
	--m-header-height : 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;}

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

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

/* SUB */
.sub-body .container_fix {width: 1430px;}
.img_sec_bg {background-color: #f9f9f9;}

/* SUB TAB MENU */
.tab_content > li {display: none;}
.tab_content > li.on {display: block;}
.tab_menu {display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #e1e1e1; margin-bottom: 80px;}
.tab_menu > li > a {display: flex; justify-content: center; align-items: center; padding: 35px 0; font-size: 20px; color: #999;}
/* .tab_menu > li.on > a {color: var(--primary-color); border-bottom: 1px solid var(--primary-color); font-weight: 500;} */

.tab_menu > li.on > a {color: var(--primary-color); font-weight: 500; position: relative;}
.tab_menu > li.on > a::before {content: ""; position: absolute; background-color: var(--primary-color); width: 100%; height: 1px; top: calc(100% - 1px);}

@media (max-width: 991px) {
	.tab_menu > li > a {padding: 15px 0; font-size: 14px;}
	.tab_menu {margin-bottom: 40px;}
	/* .tab_menu > li.on > a {border-bottom: 2px solid var(--primary-color);} */
	.tab_menu > li.on > a::before {height: 2px;}
}

/* SUB MAP IMPORT */
.map_box {height: 0;padding-top: 58.33%;position: relative;}
.map_box iframe {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}

/* BOARD */
.board-body .container_fix {padding-bottom: 130px;}

@media (max-width: 991px) {
	.board-body .container_fix {padding-bottom: 60px;}
}