

/* _______bo_cate //게시판 카테고리 _____ */
#container #container_title{display:none;}
#bo_cate .cateWrap{position:relative;text-align:center;font-size:0;z-index:10;margin-bottom:60px;}
#bo_cate .bootstrap-select{width:auto;max-width:100% !important;padding:0;border:0;z-index:6;}
#bo_cate .bootstrap-select .dropdown-toggle {
	position:relative;
	font-family:'NanumSquareRound', sans-serif;
	font-size:46px;
	height:46px;
	font-weight:300;
	line-height:1em;
	color:#272626;	
	padding:0;
	background:transparent;
	border:0;
	border-radius:0;
	overflow:visible;
	}
#bo_cate .bootstrap-select .dropdown-toggle.active,
#bo_cate .bootstrap-select .dropdown-toggle.focus,
#bo_cate .bootstrap-select .dropdown-toggle:active,
#bo_cate .bootstrap-select .dropdown-toggle:focus,
#bo_cate .bootstrap-select .dropdown-toggle:hover{background:transparent;box-shadow:none;}
#bo_cate .open > .dropdown-toggle{color:#333;z-index:100;}

#bo_cate .bootstrap-select .dropdown-toggle .caret{right:-1em;display:flex;align-items:center;justify-content:center;}
#bo_cate .bootstrap-select .dropdown-toggle .caret:before{display:inline-flex;align-items:center;justify-content:center;content:'\e3a8';font-family:'newfont';font-size:0.7em;height:0.7em;color:#272626;}
#bo_cate .bootstrap-select.open .dropdown-toggle .caret:before{}

.cateWrap.stxOn{}
.cateWrap.stxOn .bootstrap-select .dropdown-toggle {font-size:40px;}
.cateWrap .stx{font-size:28px;font-weight:400;color:#6b6969;display:inline-block;background:rgba(71,78,103,0.5);color:#fff;padding:0 15px;height:39px;line-height:39px;border-radius:18px;margin-bottom:20px;vertical-align:middle;}


#bo_cate .bootstrap-select .dropdown-toggle .adminCate_mark:before{content:'';width:calc(100% + 20px);height:1px;position:absolute;top:50%;left:-10px;z-index:3;background:rgba(0,0,0,0.6);}
#bo_cate .bootstrap-select .dropdown-toggle .adminCate_mark:after{content:'\e996';font-family:'intaefont';color:#fff;font-size:10px;position:absolute;top:-15px;right:-15px;width:16px;height:16px;border-radius:50%;background:rgba(0,0,0,0.85);
	display:inline-flex;align-items:center;justify-content:center;}
#bo_cate .bootstrap-select .dropdown-menu .adminCate_mark{text-decoration:line-through}
#bo_cate .bootstrap-select .dropdown-menu .adminCate_mark:after{content:'\e996';font-family:'intaefont';color:rgba(71,78,103,1);font-size:10px;margin-left:0.5em;}
#bo_cate .bootstrap-select .dropdown-menu .selected .adminCate_mark:after{color:#fff;}