@charset "utf-8";
/* all */
body {
	background-color: #f2f5fb;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #dadada;
} /* 1번째네비 hover */
body #wrapper {
	position: relative;
	height: 100%;
	background-color: #f4f5fa;
}

.btn_icon {
	padding-right: 5px;
}

#page-wrapper {
	padding: 0 30px 30px !important;
	background: #f4f5fa;
	border: none
}

.page-header {
	font-size: 20px !important;
	margin: 30px 0 20px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f6f9ff;
}

.panel-body {
	padding: 15px 15px 0;
}

.form-group {
	margin-bottom: 0
}
/*2021.08.19 */
.row {
	margin-right: 0px;
	margin-left: 0;
}

.panel-default {
	border-color: #d5daea;
}

.panel-default>.panel-heading {
	border-color: #dbe4ea;
}

.row-head h2 {
	font-size: 24px;
	margin: 30px 0;
	color: #848a8e;
	font-weight: 600;
	border-bottom: 1px solid #c3c3c3;
	padding-bottom: 10px;
}

#content #frm {
	width: 70%;
	padding: 15px 30px;
	background: #fff;
	border: 1px solid #e5e8ec;
}

#content table {
	width: 100%;
	display: block;
}

#content table tbody {
	width: 100%;
	display: block;
}

#content .eduWrap input, #content .eduWrap select {
	width: 33%;
}

#content tr {
	display: flex;
	margin: 10px 0;
}

#content th {
	padding-right: 15px;
	flex: 1;
}

#content td {
	flex: 6;
}

#content button, #content input, #content select, #content textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	border: 1px solid #bfc9d6;
	padding: 5px;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	outline: none;
}

#content button {
	cursor: pointer;
	border: none;
	outline: none;
	background-color: #6c70f9;
	color: #fff;
	padding: 10px;
}

#content button.btn-add {
	width: 100px;
	background-color: #c0c0c0;
	padding: 5px 0;
}

#content #fileClose {
	display: inline-block;
	width: 15px;
	background: #dedede;
	color: black;
	padding: 0;
}

#content .btn-wrap {
	display: flex;
	justify-content: space-between;
	margin: 40px 0 15px;
}

#content .detail-btn {
	width: 20%;
	display: flex;
}

.detail-btn button {
	display: block;
	width: 100px;
	background-color: #dfe9fd;
	color: #333;
}

#content .detail-btn.dbtn button {
	flex: 1;
	margin-right: 20px;
}

#content #btn-back {
	width: 100px;
	background-color: #ebecef;
	color: #333;
}

#content #btn-rgstr {
	background-color:;
	width: 100px;
}

#content .writeForm th {
	
}

#content input[type=file] {
	border: none;
	outline: none;
	width: auto;
}

#content input[type=radio] {
	width: auto;
}

#fileDel {
	display: inline-block;
}

#fileDel a {
	text-decoration: underline;
	color: #8493dc;
}
/* navbar */
.navbar-top-links>li>a:hover {
	background-color: #dadada;
}

.navbar-top-links li div {
	color: #333;
}

.dropdown-menu>li>a {
	color: #333;
}

.dropdown {
	color: #333;
}

a.dropdown-toggle {
	color: #3a4652;
}

a.dropdown-toggle:focus, a.dropdown-toggle:hover {
	background-color: #dadada;
}

/* sidebar */
.navbar-default_typ2 {
	background-color: #3a4652;
	border-color: #e7e7e7;
}
/*2021.08.19 */
/* #side-menu{width: 80%; margin: 0 auto;} */
.logout {
	bottom: 0;
	position: absolute;
	padding: 20px;
}

.xi-angle-down {
	font-size: 14px;
	position: relative;
	float: right;
	line-height: 20px;
}
/* .navbar-static-top{min-height: 0;} */
#side-menu>li a {
	color: #4d5056;
	padding-left: 20px;
	word-break: keep-all;
}

#side-menu>li>a {
	background-color: #3a4652;
}

.sidebar ul li {
	border: none;
}

#side-menu>li>a.active {
	color: #2f3678;
	font-weight: 900;
} /* 첫번째 네비 액티브 */
#side-menu>li>a.active .xicon:first-child {
	font-size: 18px;
}

#side-menu>li>a:hover, #side-menu>li>a:hover .xicon {
	color: #2f3678;
	font-weight: 900;
} /* 첫번째 네비 호버 */
#side-menu>li>a:hover .xicon:first-child {
	font-size: 18px;
}

#side-menu>li>a.active .xicon {
	color: #2f3678;
}

.sidebar .nav-second-level li a {
	background-color: #f2f5fb;
	width: 80%;
	border-radius: 4px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin: 10px auto;
} /* 2번째네비 */
.sidebar ul li a.active {
	background-color: #eff3fb;
}

.sidebar>ul>li>a.active {
	background-color: #eff3fb;
} /* 두번째 네비액티브 */
.sidebar .nav-second-level li a:hover {
	background-color: #deeeff;
	font-weight: 600;
} /* 두번째 네비 hover */
.sidebar .nav-second-level li a:hover #side-menu>li>a {
	color: #2f3678;
	font-weight: 900;
}
/* .sidebar .nav-second-level li a:focus,.sidebar .nav-second-level li a:active{background-color: #9763a0;} */
.sidebar .nav-second-level li a {
	padding-left: 0;
}

/* nav */
#nav {
	position: relative;
	width: 100%;
	padding: 10px 0 0 0;
	color: #337ab7;
	border-bottom: none;
	border-top: none;
}

#nav>a {
	margin: 0 6px;
	color: #333;
}
/*2021.07.09 */
.sidebar .sidebar-nav.navbar-collapse {
	background: #fff; /*display: flex; flex-direction: column;*/
}
/* .sidebar .sidebar-nav.navbar-collapse::after{content: ""; background: #e6e7e8; position: absolute; top: 0; right: 0px; width: 1px; height: 95vh; box-shadow: 3px 1px 6px 0px #e0cfe6} */
.navbar-default {
	border: none;
	background: #ebebfa;
	min-height: 0;
}

#wrapper {
	background-color: #273431;
}

.navbar-header {
	float: none;
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.navbar-default .navbar-brand {
	width: 15rem;
}

.navbar-top-links {
	position: absolute;
	right: 0;
}

.navbar-brand {
	padding: 12px 15px;
}

.navbar-brand img {
	width: 100%;
}

.logout a {
	color: #647490
}

/*2021.08.19 */
#side-menu>li>a {
	background-color: #fff; /* border-bottom: .5px solid #48C1AC; */
	color: #7d8492;
	font-weight: 600;
	font-size: 16px;
	padding: 12px 15px;
} /* 첫번째 네비 */
.navbar-header .navbar-brand.active {
	background: #fff;
}

/* #side-menu > li a{border-bottom: 2px solid #e3d2e4; } */
#side-menu>li .navbar-header a {
	border-bottom: 0;
	padding-left: 0;
}

.sidebar .sidebar-search {
	padding: 0
}

.navbar-default_typ2 {
	background-color: #fff;
	margin-top: 0
} /* 두번째 네비 */
/* .sidebar ul li a.active, .sidebar .nav-second-level li a{background:#bb8ac7;} */
/* 두번째 네비 */
.nav>li>a:focus, .nav>li>a:hover {
	background-color: #e6edfd;
}

.fa-home:before {
	color: #6c70f9;
}

.xicon {
	font-family: "xeicon";
	color: #c2c7d0;
	font-size: 16px;
}

.xicon.rowXicon {
	font-family: "xeicon";
	color: #eaeaea;
	font-size: 14px;
}

.xi-angle-down {
	font-size: 14px;
}
/*2021.08.19 */

/* #slide-menu .fIcon > a::before{ font-family: "xeicon"; font-weight: 900; margin-right: 10px; font-size:20px;}
#slide-menu #utilLi::before{content: "xi-apps";}
#slide-menu #worksLi > a::before{content: "\f0ad";}
#slide-menu #manageLi > a::before{content: "\f2c2";}
#slide-menu #memberLi > a::before{content: "\f4fe";}
#slide-menu #noticeLi > a::before{content: "\f0a1";} */

/* 버튼 영역 */
.btn_wrap_l {
	margin: 15px 0;
	text-align: left;
}

.btn_wrap_c {
	text-align: center;
}

.btn_wrap_r {
	margin: 15px 0;
	text-align: right;
}

.btn-primary.btn-outline {
	color: #6c70f9;
}

.btn-primary {
	border: .5px solid #6c70f9
}

.btn-primary:hover {
	background: #6c70f9 !important;
	border-color: #6c70f9 !important;
}

.btn.btn-rgstr {
	color: #fff
}

/* 테이블 레이아웃 */
#userList_length {
	text-align: right;
}

/* 검색 옵션 영역 */
.searchoption {
	position: relative;
	border-color: none;
	background-color: #fff; /* box-shadow: 0 0 15px #efefef; */
}

.searchoption_tbl {
	width: 100%;
}

.searchoption_tit {
	
}

.icon_searchoption {
	color: #ac5ab3;
}

.searchoption_hline {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #bce8f1;
}

.visible_sec1 {
	border-bottom: none;
	margin-bottom: 10px;
}

.visible_sec4 {
	display: block !important;
	margin-bottom: 10px;
	border-bottom: 1px dashed #e0d3e0
}

@media ( max-width : 768px) {
	.visible_sec1 {
		border-bottom: 1px dashed #bce8f1;
		margin-bottom: 10px;
	}
	.visible_sec4 {
		border-bottom: none;
		margin-bottom: 0px;
	}
	.searchoption_hline {
		display: none;
	}
}

.textarea_re {
	resize: none;
}

.ckboxscroll_wrap {
	display: block;
	width: 100%;
	height: 82px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	overflow: auto;
}

/* 2021.07.07 navigator */
.navbar-brand a {
	width: 100%;
}

.navbar-brand a img {
	width: 100%;
}

.fa-bell:before, .fa-user:before {
	color: #6c70f9;
}

.fa-caret-down:before {
	color: #8e8e8e;
}

/*  */
@media ( min-width : 768px) {
	.col-sm-6 {
		width: 100%;
	}
	.sidebar {
		z-index: 1;
		position: absolute;
		width: 250px;
		margin-top: 0;
		height: 100vh;
		box-shadow: -8px 1px 15px #bbbbbb;
	}
}

@media ( max-width : 768px) {
	.navbar-top-btn {
		display: inline-block;
		background: #fff;
		width: 100%;
	}
	.navbar-default .navbar-brand {
		display: none;
	}
	.navbar-header {
		display: block;
		float: left;
		padding-left: 2%;
	}
	.mdfyForm#frm {
		width: 100%;
	}
	.navbar-top-links {
		display: none;
	}
	.logout {
		position: inherit;
	}
}