@charset "utf-8";
/* all */
body {
	background-color: #5E9CA3;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: #dadada;
}

#wrapper {
	position: relative;
	height: 100%;
}

.btn_icon {
	padding-right: 5px;
}

.btn_icon_left {
	padding-left: 5px;
}

#page-wrapper {
	padding: 0 30px 30px !important;
}

.page-header {
	font-size: 20px !important;
	font-weight: bold;
	margin: 25px 0 20px;
}

.panel-heading {
	font-weight: bold;
}

.checkbox, .radio {
	margin-top: 0px !important;
}

.datepicker, .datetimepicker {
	font-weight: normal !important;
}

.btn_w100 {
	width: 100%;
}

.btn-outline {
	background: #fff;
}
/* .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{color: #fff !important; background-color: #204d74; border-color: #122b40;}
.btn-primary:active, .btn-primary:active{color: #fff !important; background-color: #286090 !important; border-color: #204d74 !important;}
.btn-primary:focus, .btn-primary:focus{color: #428bca !important; background-color: #fff !important;} */
.btn-primary.btn-outline:focus {
	color: #fff !important;
}

button {
	font-weight: bold !important;
}

a {
	color: #52237c;
}

a:focus, a:hover {
	color: #52237c;
}

/* 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: #5E9CA3;
	border-color: #e7e7e7;
}

#side-menu>li a {
	color: #fff;
}

#side-menu>li>a {
	background-color: #5E9CA3;
}

.sidebar ul li {
	border: none;
}
/* .sidebar ul li a.active{background-color: #D7E2E5;} */
.sidebar .nav-second-level li a {
	background-color: #9763a0;
}

.sidebar .nav-second-level li a:hover {
	background-color: #6DA2BF;
}

.sidebar .nav-second-level li a:focus, .sidebar .nav-second-level li a:active
	{
	background-color: #D7E2E5;
}

/*  */
@media ( min-width : 768px) {
	.col-sm-6 {
		width: 100%;
	}
}

/* nav */
#nav {
	position: relative;
	width: 100%;
	padding: 20px 0 9px 0;
	color: #337ab7;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

#nav>a {
	margin: 0 6px;
	color: #333;
}

/* 버튼 영역 */
.btn_wrap_l {
	margin: 15px 0;
	text-align: left;
}

.btn_wrapper_c {
	margin: 15px 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.btn_wrap_r {
	margin: 15px 0;
	text-align: right;
}

.btn_wrap_c .btn-rgstr {
	padding: 6px 20px;
	background: #6c70f9;
	color: #fff;
	border-color: #6c70f9
}

/* 테이블 레이아웃 */
#userList_length {
	text-align: right;
}

/* 아이콘 색 변경 */
.icon_def {
	color: #555;
} /* 일반 테이블에서 사용 - 회색 _검색결과에 적용됨 */

/* 검색 옵션 영역 */
.searchoption {
	position: relative; /*border-color: #bce8f1;*/
}

.searchoption_heading {
	color: #383838 !important;
	background-color: #f8f5f9 !important;
	/*border-color: #aab7d0 !important;*/
}

.panel-default>.panel-heading {
	background-color: #fff !important
}

.searchoption_body {
	position: relative !important;
}

.searchoption_tbl {
	width: 100%;
}

.searchoption_tit {
	
}

.btn_overvw {
	position: absolute;
	top: 3px;
	right: 15px;
}

.icon_searchoption {
	color: #0089ff;
}

.searchoption_hline {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #bce8f1;
}

.searchoption_hline_dfl {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #ddd;
}
/*2021.07.12*/
.searchoption_hlinetyp2 {
	position: absolute;
	top: 0;
	left: 25%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #e3bcf1;
}

.searchoption_hlinetyp2.hlinetyp2 {
	height: 47%;
}

.searchoption_hlinetyp3 {
	position: absolute;
	top: 0;
	left: 66.6%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #bce8f1;
}

/*정책에서 사용*/
.searchoption_hlinetyp4 {
	position: absolute;
	top: 0;
	left: 16.6%;
	width: 1px;
	height: 100%;
	border-right: 1px solid #bce8f1;
}

.searchoption_hlinetyp5 {
	position: absolute;
	top: 0;
	left: 58.3%;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #bce8f1;
}

.visible_sec1 {
	border-bottom: none;
}

.visible_sec1_dfl {
	border-bottom: none;
}

.visible_sec4 {
	display: block !important;
	margin-bottom: 10px;
	border-bottom: 1px dashed #bce8f1;
}

.visible_sec4_dfl {
	display: block !important;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}

/*정책화면에서사용*/
.visible_sec5 {
	display: block !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #bce8f1;
}

.visible_sec5_dfl {
	display: block !important;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.datepic_wrap {
	position: relative;
	width: 100%;
}

.datepic_wrap>input.datepicker, .datepic_wrap>input.datetimepicker {
	position: relative;
	width: 100%;
}

.datepic_wrap>span {
	position: absolute;
	top: 0;
	right: 0;
}

.datepic_wrap>span>button.btn-default {
	position: absolute;
	top: 0;
	right: 0;
	color: #555;
}

.col-sm-3_2n {
	
}

.inpt_typ1 {
	display: inline-block;
	width: 88%;
} /* px */
.inpt_typ1_txt {
	display: inline-block;
	width: 10%;
	margin-left: 2%;
	text-align: left;
}

.inpt_typ2 {
	display: inline-block;
	width: 70%;
} /* 팝업다시표시(off시간) */
.inpt_typ2_txt {
	display: inline-block;
	width: 28%;
	margin-left: 2%;
	text-align: left;
}

/* 검색 결과 */
.shresinfo_wrap {
	
}

.shresinfosec {
	
}

@media ( max-width : 991px) {
	/* 	   .visible_sec1{border-bottom: 1px dashed #bce8f1; margin-bottom: 10px;}
	   .visible_sec1_dfl{border-bottom: 1px dashed #ddd; margin-bottom: 10px;} */
	.visible_sec4 {
		border-bottom: none;
		margin-bottom: 0px;
	}
	.searchoption_hline, .searchoption_hline_dfl, .searchoption_hlinetyp2,
		.searchoption_hlinetyp3, .searchoption_hlinetyp4,
		.searchoption_hlinetyp5 {
		display: none;
	}
}

@media ( max-width : 768px) {
	.visible_sec1 {
		border-bottom: 1px dashed #bce8f1;
		margin-bottom: 10px;
	}
	.visible_sec1_dfl {
		border-bottom: 1px dashed #ddd;
		margin-bottom: 10px;
	}
	.shresinfosec {
		width: 100%;
		margin: 0 0 5px 0;
	}
}

.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;
}

.filescroll_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;
}

.filescroll_wrap>p {
	margin-bototm: 5px;
}

/* User Edit */
.col_md_6_pdhide {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

/* datepicker */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	{
	background-color: #337ab7 !important;
	border-color: #2e6da4 !important;
}

/* 팝업 리스트 */
.prlnone {
	padding: 0 !important;
	border: none !important;
}

.fiter_tit {
	border: none !important;
	background-color: none !important;
}

.fiter_txt {
	border: none !important;
}

.tbl_scroll {
	overflow: auto;
}

.datewave {
	top: 5px;
	width: 1.5%;
	padding: 0;
	text-align: center;
}

@media ( max-width : 991px) {
	.datewave {
		top: -10px;
		width: 100%;
	}
}

/* 투자관리 > 투자자관리 > 투자자 상세 */
.funuserinfo_wrap {
	position: relative;
}

.funuserinfo_1dp {
	position: relative;
	margin-bottom: 10px;
	min-height: 34px;
	border-bottom: 1px dashed #dddddd;
}

.funuserinfo_2dp {
	position: relative;
	min-height: 34px;
}

.btn_pa {
	position: absolute;
	top: -5px;
	right: 15px;
} /* 회원승인 버튼 */
.btn_circledel, .btn_circledel:hover, .btn_circledel:active {
	width: 18px;
	height: 18px;
	padding: 0;
} /* 첨부서류 삭제 버튼 */
.filescrollbtn_wrap {
	margin: 0;
	text-align: right;
}

/* 파일 선택 */
.inpt_filesel {
	display: inline-block !important;
	width: 205px;
}

/* 팝업 */
/* 공통 */
.btn_popupclose {
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 18px;
	padding: 0px;
} /* 팝업 닫기 버튼 */
.inpt_popupsh {
	padding-right: 45px;
}
/* 팝업 지정 - 팝업 생성시 제작하려는 팝업내용에 맞춰서 가로 값을 지정  */
.popup_shfunuser {
	width: 500px;
} /* 대출자 조회 팝업 */
@media ( max-width : 768px) { /* 모바일에서는 가로 값 전체를 사용 */
	.popup_shfunuser {
		width: 100%;
	} /* 대출자조회 팝업 */
}

.dim-layer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #000;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.pop-layer {
	display: none;
	position: fixed;
	z-index: 10001;
	overflow: scroll;
}

/* validation s */
.error {
	color: #d9534f;
	background-color: #FFF;
}
/*  validation e */