@charset "UTF-8";

/*
modal.css: 모든 페이지에 공통으로 적용되는 모달 css
작성자: 이정은(lje)
작성날짜: 2018.09.20
*/

div.modal .modal-body .input-group .form-control.check-sm {
	width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* 기본 모달 스타일 */
.modal-content {
	border: 0 none;
	/* overflow:hidden; */
}

.modal-header {
    min-height: 4.5rem;
    padding: 1rem 1.1rem;
    color: #fff;
    background: var(--indigo-default);
    border-radius: 0.3rem 0.3rem 0 0;
}

.modal-header-tab-wrap {
	display: flex;
	gap: 0.5rem;
}

.modal-header-tab-wrap>.modal-title {
	padding: 0 0.8rem;
	color: var(--gray-default);
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
}

.modal-header-tab-wrap>.modal-title.active {
	color: var(--gray-light-1);
	border-bottom: 2px solid var(--gray-light-1);
	margin-bottom: -2px;
}

.modal-header .close {
    top: 1.2rem;
    right: 0.8rem;
    text-shadow: none;
    float: none;
    position: absolute;
    font-size: 2rem;
    line-height: 1;
    color: #fff;
    opacity: 1;
    z-index: 100;
}

.modal-header .close .material-icons {
	font-size: 2rem;
}

.modal-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.modal-body {
	height: 55.8rem;
	padding: 1rem;
	font-size: 1.5rem;
	overflow-y: auto;
}

.modal-body-hide {
	height: 0rem;
	padding: 0rem;
	overflow: hidden;
}

.modal-body-title {
	padding: 0 0 1rem 0;
	float: left;
}

.modal-footer {
	margin-top: -0.2rem;
	padding: 1rem;
	background: var(--gray-light-1);
	z-index: 20;
}

.modal-footer.text-center {
	text-align: center;
}

.modal-footer button {
	font-size: 1.5rem;
}

.modal-footer .btn-primary {
	background-color: var(--primary-default);
	border-color: var(--primary-default);
}

.modal-footer .btn-secondary {
	background-color: var(--gray-dark-1);
	border-color: var(--gray-dark-1);
}

.modal-98 {
	width: 95%;
	max-width: 130.0rem;
	min-width: 130.0rem;
}

.modal-95 {
	width: 95%;
	max-width: 123.6rem;
	min-width: 123.0rem;
}

.modal-80 {
	width: 80%;
	max-width: 110.0rem;
}

.modal-45 {
	width: 45%;
}

.modal-28 {
	width: 28%;
}

.modal-a4 {
	width: 21.8cm;
}

.modal_msg_fa {
	font-size: 3rem;
	color: #A6F3B6;
}

/* nav-tabs */
.modal-tab-wrap {
	
}

.modal-tab-wrap .nav-tabs {
	margin: 0.5rem 0 0 0;
}

.modal-tab-wrap .nav-tabs>li a
,.modal-tab-wrap .nav-tabs>li button {
	color: var(--gray-dark-1);
	text-align: center;
	background: var(--gray-light-4);
	font-size: 1.4rem;
}

.modal-tab-wrap .nav-tabs>li>a.active,
.modal-tab-wrap .nav-tabs>li>a:hover,
.modal-tab-wrap .nav-tabs>li>a:focus,
.modal-tab-wrap .nav-tabs>li>button.active,
.modal-tab-wrap .nav-tabs>li>button:hover,
.modal-tab-wrap .nav-tabs>li>button:focus {
	border-bottom-color: transparent;
	font-weight: 700;
}

.modal-tab-wrap .tab-content {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	height: 50rem;
}

/* navbar scrollspy */
.modal-scrollspy-wrap .navbar {
	background: var(--gray-light-2);
}

.modal-scrollspy-wrap .navbar .nav-link {
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}

.modal-scrollspy-wrap .navbar .nav-link {
	color: var(--gray-dark-1);
	text-align: center;
/* 	background: var(--gray-light-4); */
	font-size: 1.4rem;
}
.modal-scrollspy-wrap .navbar .nav-link.active,
.modal-scrollspy-wrap .navbar .nav-link:hover,
.modal-scrollspy-wrap .navbar .nav-link:focus {
	background: var(--primary-default);
	color: #fff;
/* 	font-weight: 700; */
}

.modal-scrollspy-wrap .scrollspy-contents {
	position: relative;
	height: 50rem;
	padding: 0.8rem;
	overflow: auto;
	overflow-y: scroll;
}

/* modal section */
/* - scrollspy-contents 하위 전용으로 만들었지만 modal-body 밑에서 써도 무방 */
.modal-body .modal-section {
	position: relative;
	height: auto;
	padding: 1rem;
	margin-bottom: 2rem;
}

.modal-body .modal-section .modal-section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.8rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px solid var(--gray-dark-5);
}

.modal-body .modal-section .modal-section-header .modal-section-header-title {
	display: flex;
	align-items: center;
	justify-content: left;
}

.modal-body .modal-section .modal-section-header .modal-section-header-title>span {
	font-size: 1.5rem;
	font-weight: 600;
	margin-left: 0.4rem;
}

.modal-body .modal-section .modal-section-header .modal-section-header-title>span.material-icons {
	color: var(--gray-default);
	margin-bottom: 0.2rem;
}	

.modal-body .modal-section .modal-section-body {
	padding-top: 0.8rem;
	display: flex;
	flex-wrap: wrap;
}

/* scrollspy-contents 밑에서 예외처리 */
.modal-body .modal-scrollspy-wrap .scrollspy-contents>.modal-section:first-child .modal-section-header {
	border-bottom: none;
}

.modal-body .modal-scrollspy-wrap .scrollspy-contents>.modal-section .modal-section-body>p
	>table>tbody>tr>td>table>tbody>tr>td {
	border-width: 1px!important; /* 테이블 안에 있는 테이블에는 border 기본값 주기 */
}

/* modal-table */
.modal-imgtable-wrap {
	display: flex;
/* 	align-items: center; */
/* 	justify-content: flex-start; */
}

.modal-img-swiper-wrap {
	overflow: hidden;
	width: 46rem;
	position: relative;
}

.modal-img-swiper-wrap .modal-img-swiper-slide {
	width: 40rem;
	height: 40rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-img-swiper-wrap .modal-img-swiper-img {
	width: 80%;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-img-swiper-wrap .modal-img-swiper-img > img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.modal-img-swiper-wrap .modal-img-swiper__btn-prev
,.modal-img-swiper-wrap .modal-img-swiper__btn-next {
	position: absolute;
	top: calc(50% - 2rem);
	width: 4rem;
	height: 4rem;
	z-index: 2;
}

.modal-img-swiper-wrap .modal-img-swiper__btn-prev > span
,.modal-img-swiper-wrap .modal-img-swiper__btn-next > span {
	color: var(--primary-default);
	font-size: 4rem;
}

.modal-img-swiper-wrap .modal-img-swiper__btn-prev {
	left: 0;
}

.modal-img-swiper-wrap .modal-img-swiper__btn-next {
	right: 0;
}

.modal-imgtable-wrap .modal-table {
	width: 68rem;
}

.modal-table {
	position: relative;
	padding: 2rem;
	border: 1px solid var(--gray-light-5);
	background: var(--gray-light-1);
	width: 100%;
}

.modal-table-header {
	min-height: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--gray-dark-5);
}

.modal-table-header .modal-table-header-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.modal-table-header .modal-table-header-subtitle {
	
}

.modal-table-header .modal-table-header-subtitle .btn {
	display: flex;
  	padding: 0 0.5rem;
  	background-color: var(--primary-default);
  	border-color: var(--primary-default);
}

.modal-table-header .modal-table-header-subtitle .btn > span {
 	font-size: 1.4rem;
  	color: var(--gray-light-1);
}

.modal-table-header .modal-table-header-subtitle .btn > span.material-icons {
 	font-size: 2rem;
}

.modal-table-header .modal-table-header-subtitle .btn.btn-pulse {
  	background-color: var(--pink-default);
  	border-color: var(--pink-default);
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 0 0 0 rgb(255 91 126 / 70%);
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
}

@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
	}
}
	
@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
	}
}
	
@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
	}
}
	
@keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(232, 76, 61, 0);
	}
}

.modal-table-body {
/* 	margin-top: 1.5rem; */
/* 	overflow: hidden; */
}

.modal-table-body table {
	border-collapse: separate;
	border-spacing: 0 1.2rem;
}

.modal-table-body table>thead>tr>th,
.modal-table-body table>thead>tr>td,
.modal-table-body table>tbody>tr>th,
.modal-table-body table>tbody>tr>td,
.modal-table-body table>tfoot>tr>th,
.modal-table-body table>tfoot>tr>td {
	vertical-align: top;
}

.modal-table-body table>thead>tr>th>span,
.modal-table-body table>thead>tr>td>span,
.modal-table-body table>tbody>tr>th>span,
.modal-table-body table>tbody>tr>td>span,
.modal-table-body table>tfoot>tr>th>span,
.modal-table-body table>tfoot>tr>td>span,
.modal-table-body table>thead>tr>th>div,
.modal-table-body table>thead>tr>td>div,
.modal-table-body table>tbody>tr>th>div,
.modal-table-body table>tbody>tr>td>div,
.modal-table-body table>tfoot>tr>th>div,
.modal-table-body table>tfoot>tr>td>div,
.modal-table-body table>thead>tr>th>input,
.modal-table-body table>thead>tr>td>input,
.modal-table-body table>tbody>tr>th>input,
.modal-table-body table>tbody>tr>td>input,
.modal-table-body table>tfoot>tr>th>input,
.modal-table-body table>tfoot>tr>td>input {
	float: left;
	margin-right: 1rem;
}

.modal-table-body table .btn {
	display: flex;
	align-items: center;
	padding: 0;
}

.modal-table-body table .btn .material-icons {
/* 	margin-left: 1rem; */
	font-size: 1.5rem;
	color: var(--gray-dark-1);
}

.modal-table-body table .btn span:not(.material-icons)
,.modal-table-body table .btn a {
	font-size: 1.2rem;
	color: var(--gray-dark-1);
}

.modal-table-body table .form-control {
	border-radius: 0;
	width: 14rem;
	margin-top: -0.4rem;
	font-size: 1.4rem;
	float:left;
}

.modal-table-body table select.form-control {
/* 	padding-right: 38px; */
/*     min-width: 100px; */
    background: #fff url(/channeling2/resources/images/icon/ico_select.png) right 10px center no-repeat;
}

.modal-table-body table textarea {
	border-collapse: separate;
	border-spacing: 0 1.2rem;
	resize: none;
/* 	width: 26rem; */
	width: 100%;
	height: 16.4rem;
}

.modal-item-color-box {
	width: 4rem;
	height: 1.8rem;
	background: transparent;
	border: 1px solid var(--gray-dark-2);
	display: flex;
	align-items: center;
	margin-left: 1rem;
}

.modal-item-color-box > span {
	font-size: 1.1rem;
}

.modal-table-body > textarea {
	border-collapse: separate;
	border-spacing: 0 1.2rem;
	resize: none;
	width: 100%;
	height: 16.4rem;
}

.modal-table-body > .modal-table-textarea-caption {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 0.4rem;
}

.modal-table-body > .modal-table-body__psnl-item-group {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 11rem;
}

.modal-table-body > .modal-table-body__psnl-item-group .modal-table-body__psnl-item {
	flex: none;
	width: 50%;
	height: 2.2rem;
}

.modal-table-body > .modal-table-body__psnl-item-group .modal-table-body__psnl-item .material-icons {
    position: absolute;
    font-size: 1.5rem;
    color: var(--red-default);
    cursor: pointer;
}

/* modal-textarea */
.modal-textarea {
	position: relative;
	margin-top: 2rem;
	padding: 2rem;
	border: 1px solid var(--gray-light-5);
	background: var(--gray-light-1);
	width: 100%;
}

.modal-textarea-header {
	min-height: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--gray-dark-5);
}

.modal-textarea-header .modal-textarea-header-title {
	font-size: 1.8rem;
	font-weight: 700;
}

.modal-textarea-header .modal-textarea-header-subtitle {
	
}

.modal-textarea-body {
/* 	overflow: hidden; */
}

.modal-textarea-body textarea {
	border-collapse: separate;
	border-spacing: 0 1.2rem;
	resize: none;
	width: 100%;
	height: 22rem;
}

/* modal-section-item */
.modal-section-item {
	flex: none;
	width: calc(50% - 2rem);
	min-height: 14.4rem;
	margin: 0.8rem 1rem;
	padding: 1.5rem;
	border: 1px solid var(--gray-light-4);
	border-radius: 0.5rem;
	box-shadow: 0 2px 6px rgb(0 0 0 / 18%);
}

.modal-section-item .modal-section-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid var(--gray-dark-5);
}

.modal-section-item .modal-section-item-head .modal-section-item-title {
	display: flex;
	gap: 0.5rem;
	font-weight: 700;
}

.modal-section-item .modal-section-item-head .modal-section-item-btn-group {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-section-item .modal-section-item-head .modal-section-item-btn-group .btn {
	display: flex;
	align-items: center;
	
	flex: 1;
	padding: 0;
	color: var(--gray-dark-1);
}

.modal-section-item .modal-section-item-head .modal-section-item-btn-group .btn>span {
/* 	font-size: 1.2rem; */
}

.modal-section-item .modal-section-item-head .modal-section-item-btn-group .btn>span:not(.material-icons) {
  font-size: 1.2rem;
}

.modal-section-item .modal-section-item-head .modal-section-item-btn-group .btn.btnItemsInfoDocMail>span:first-child {
  font-size: 0.8rem;
  background: url('/channeling2/resources/images/icon/icon_email.svg') no-repeat;
  background-size: cover;
  width: 2.2rem;
  height: 2.2rem;
}

.modal-section-item .modal-section-item-head .modal-section-item-btn-group .btn.btnItemsInfoDocKakao>span:first-child {
  font-size: 0.8rem;
  background: url('/channeling2/resources/images/icon/icon_kakao.svg') no-repeat;
  background-size: cover;
  width: 2.2rem;
  height: 2.2rem;
}

.modal-section-item .modal-section-item-body {
	margin-top: 1.5rem;
}

.modal-section-item .modal-section-item-body .modal-section-item-row {
	display: flex;
	flex-wrap: wrap;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.modal-section-item .modal-section-item-body .modal-section-item-cell {
	display: flex;
	flex: none;
	gap: 1rem;
	align-items: start;
	width: 100%;
	max-width: 50%;
	font-size: 1.25rem;
	margin: 0 0 0.5rem 0;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.modal-section-item .modal-section-item-body .modal-section-item-cell.mw100 {
	max-width: 100%;
}

.modal-section-item .modal-section-item-body .modal-section-item-label {
	color: var(--gray-dark-2);
	font-weight: 400;
	white-space: nowrap;
}

.modal-section-item .modal-section-item-body .modal-section-item-value {
	color: var(--indigo-default);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* flag */
.modal-section-item-flag {
	display: inline-block;
	background: url('../../images/icon/icon_flag.png') no-repeat;
	width: 30px;
	height: 27px;
}
.modal-section-item-flag.kor {
/* 	background-position: left 3px; */
}
.modal-section-item-flag.usa,
.modal-section-item-flag.eng {
	background-position: -30px 0;
}

.modal-section-item-flag.chn {
	background-position: -60px 0;
}

.modal-section-item-flag.jpn {
	background-position: -90px 0;
}

.modal-section-item-flag.tai {
	background-position: -120px 0;
}

.modal-section-item-flag.rus {
	background-position: -150px 0;
}

.modal-section-item-flag.tur {
	background-position: 0px -30px;
}

.modal-section-item-flag.de {
	background-position: -30px -30px;
}

.modal-section-item-flag.ro {
	background-position: -60px -30px;
}

.modal-section-item-flag.el {
	background-position: -90px -30px;
}

.modal-section-item-flag.hu {
	background-position: -120px -30px;
}

.modal-section-item-flag.bg {
	background-position: -150px -30px;
}

.modal-section-item-flag.sk {
	background-position: 0px -60px;
}

.modal-section-item-flag.lv {
	background-position: -30px -60px;
}


.modal-section-item-flag.et {
    background-position: -60px -60px;
}

.modal-section-item-flag.fr {
    background-position: -90px -60px;
    float: inherit !important;
}

.modal-section-item-flag.es {
    background-position: -120px -60px;
}

.modal-section-item-flag.nl {
    background-position: -150px -60px;
}

.modal-section-item-flag.pt {
    background-position: 0px -90px;
}

.modal-section-item-flag.sv {
    background-position: -30px -90px;
}

.modal-section-item-flag.da {
    background-position: -60px -90px;
}

.modal-section-item-flag.ga {
    background-position: -90px -90px;
}

.modal-section-item-flag.sl {
    background-position: -120px -90px;
}

.modal-section-item-flag.cy {
    background-position: -150px -90px;
}

.modal-section-item-flag.it {
    background-position: 0px -120px;
}

.modal-section-item-flag.pl {
    background-position: -30px -120px;
}

.modal-section-item-flag.be {
    background-position: -60px -120px;
}

.modal-section-item-flag.cs {
    background-position: -90px -120px;
}

.modal-section-item-flag.at {
    background-position: -120px -120px;
}

.modal-section-item-flag.fi {
    background-position: -150px -120px;
}

.modal-section-item-flag.lt {
    background-position: 0px -150px;
}

.modal-section-item-flag.lu {
    background-position: -30px -150px;
}

.modal-section-item-flag.mt {
    background-position: -60px -150px;
}

.modal-section-item-flag.eur2 {
    background-position: -90px -150px;
}

.modal-section-item-flag.usa {
    background-position: -120px -150px;
}

/* 년, 월 datetimepicker */
.glyphicon {
	display: none;
}
.datepicker table tr td span {
    height: 4.5rem;
    line-height: 4.3rem;	
}
.datepicker table tr td span:hover {
	background: #ddd !important;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: var(--indigo-fade-1) !important;
    border-radius: 4px;
}

.datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
    background: var(--indigo-fade-1);
    background-image: none;
    text-shadow: inherit;
    border-radius: 0;
    color: #fff;
	-webkit-text-stroke: initial;
    border-radius:4px;	
}
.project_datepicker .next, .project_datepicker .prev {
    width: 2.6rem;
    height: 2.6rem;
    background: transparent url(/mobile/sfa/resources/images/lib/icon/icon.png) -10px -295px no-repeat;
    text-align: left;
    position: absolute;
    right: 7.5rem;
    margin-top: 0.3rem;
    font-size: 0;
}
.project_datepicker .prev {
    background: url(/mobile/sfa/resources/images/lib/icon/icon.png) -10px -263px no-repeat;
    text-align: right;
    left: 7.5rem;
}
.project_datepicker .prev i {
	display: none;
}
.project_datepicker .datepicker thead tr:first-child .prev:hover {
	background: url(/mobile/sfa/resources/images/lib/icon/icon.png) -10px -263px no-repeat;
}
.project_datepicker .datepicker thead tr:first-child .next:hover {
	background: url(/mobile/sfa/resources/images/lib/icon/icon.png) -10px -295px no-repeat;
}

/* 주소찾기(소재지 검색) 지도 */
.map_list_title {
    background: #e4e4e4;
    padding: 1.5rem 1rem;
    height: 5.2rem;
    color: #000;
    border-bottom: 1px solid #b1b1b1;
    font-size: 1.5rem;
    font-weight: 500;
}
.map_project_help {
    position: absolute;
    bottom: 0rem;
    background: #555;
    width: 100%;
    padding: 1rem 0.8rem 1rem 3.5rem;
    z-index: 10;
}
.map_project_help .icon_round {
    left: 0.5rem;
    transform: translate(0, -50%);
}
.map_project_help>b>span {
	padding-left: 2.5rem
}
.back_op_8 {
	background: #333;
}

/* tree */
.just_check_tree .jstree-default .jstree- {
	display: none;
}

.jstree-default>.jstree-no-dots .jstree-node,.jstree-default>.jstree-no-dots .jstree-leaf>.jstree-ocl
	{
	background: 0 0;
}

.jstree-default .jstree-node {
	margin-left: 10px;
}

.jstree-default .jstree-anchor {
	display: inline;
}

.jstree-wholerow {

}

.jstree-default .jstree-wholerow {
	height: 35px !important;
}

.jstree-default>ul>li>.jstree-wholerow {
	border-bottom: 0px solid #efefef;
}

.jstree-default .jstree-icon:empty {
	line-height: 35px;
	margin: 5px 5px 0px 0px;
}

.jstree-default .jstree-anchor {
	line-height: 35px;
	height: 35px;
}

.jstree-anchor {
	vertical-align: middle;
}

.jstree-icon:empty {
	vertical-align: top;
}

.jstree-default .jstree-node {
	min-height: 35px;
	line-height: 35px;
	min-width: 35px;
	border-bottom: 1px solid #efefef;
}

.jstree-default>.jstree-container-ul>.jstree-node {
	margin-left: 7px;
}

.jstree-default .jstree-node:last-child {
	border-bottom: 0px solid #efefef;
}

.jstree-default .jstree-wholerow-clicked {
	background-image: inherit;
	background-color: #C2C2C2;
}

.jstree-default .jstree-themeicon-custom {
	display: none;
}

.jstree-default .jstree-checkbox {
	float: right;
}

.jstree-default .jstree-node,.jstree-default .jstree-icon {
	background-image: url(/mobile/sfa/resources/js/lib/jstree/dist/themes/default/tree.png);
}

.jstree-default .top-jstree-checkbox>.jstree-checkbox {
	background-position: -228px -70px;
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: -196px -70px;
}

.dataTables_wrapper {
	min-height: 500px;
	max-height: 500px;
}  

/* vertical nav */
.nav-vertical>li {
	width: 100%;
}
.nav-vertical>li>a {
	border-radius: 4px;
	border: 0 none;
}
.nav-vertical>li.active>a, 
.nav-vertical>li.active>a:hover, 
.nav-vertical>li.active>a:focus {
	background: var(--indigo-fade-1);
	border: 0 none;
	color: #fff;
}

/* modal msg */
.modal-msg-wrapper {
	position: relative;
}

.modal-msg-inner {
	position: absolute;
	width: calc(100% - 2rem);
	bottom: 6rem;
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease 0.5s;
	animation: fadein 0.3s;
}

.modal-msg {
	display: flex;
	align-items: center;
	margin: 1.5rem 1.8rem;
	padding: 1.2rem 1.5rem;
	border-radius: 0.8rem;
	background: var(--gray-dark-4);
	box-shadow: 0 4px 4px var(--gray-dark-1);
	box-sizing: border-box;
	word-break: keep-all;
	z-index: 10;
}

.modal-msg-inner.modal-msg-fade {
	animation: fadeout 1s;
	opacity: 0;
}

.modal-msg span {
	font-size: 1.5rem;
	color: var(--gray-light-5);
}


/*==============================================*/
.no-data__wrapper .no-data__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  font-size: 18px;
  border: 1px solid var(--gray-light-6);
  border-left: 0 none;
  border-right: 0 none;
}

.no-data__wrapper .no-data__inner .material-icons{
  margin-top: -3px;
  font-size: 22px;
}


@keyframes fadein {
    from {
    	transform: translateY(8rem); 
        opacity: 0;
    }
    to {
    	transform: translateY(0); 
        opacity: 1;
    }
}

@keyframes fadeout {
    from {
    	transform: translateY(0); 
        opacity: 1;
    }
    to {
    	transform: translateY(8rem); 
        opacity: 0;
    }
}

/*==============================================*/
/* 사이트맵 */

.site-map__modal.modal{
	top: 40%;
	transform: translateY(-30%);
}

.site-map__modal .modal-dialog{
  width: 82.5% !important;
  max-width: 100%;
}

.site-map__modal .modal-content{
  border: 0 none;
}

.site-map__modal .modal-header{
  height: 70px;
  background: var(--primary-default);
}

.site-map__modal .modal-header .modal-title{
  flex: 1;
  font-size: 28px;
  font-weight: 700;
  color: var(--gray-light-1);
  text-align: center;
}
.site-map__modal .modal-header .btn-close-area{
  display: flex;
  align-items: stretch;
  height: 100%;
}
.site-map__modal .modal-header .btn-close{
  width: 28px;
  height: 28px;
  background: none;
  opacity: 1;
}

.site-map__modal .modal-header .btn-close .material-icons{
  font-size: 28px;
  color: var(--gray-light-1);
}

.site-map__modal .modal-body{
  padding: 50px 50px;
  height: 100%;
   -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}


.site-map__modal .modal-body::-webkit-scrollbar{
	display: none;
}

.site-map__modal .site-map__list-content{
  display: flex;
  align-items: stretch;
  justify-content: start;
}

.site-map__modal .site-map__list-header{
  width: 210px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--gray-dark-5);
}

.site-map__modal .site-map__list-header .site-page__link{
  font-size: 18px;
  font-weight: 700;
}

.site-map__modal .site-map__list{
  position: relative;
  margin-top: 30px;
  padding-left: 10px;
}

.site-map__modal .site-map__list:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 420px;
  background: var(--gray-light-4);
}

.site-map__modal .site-map__list>ul>li{
  padding-bottom: 15px;
}

.site-map__modal .site-map__list-item{
/*   padding-bottom: 15px; */
}

.site-map__modal .site-map__list-item .site-page__link{
  font-size: 16px;
}

.site-map__modal .site-map__list-item-sub{
/*   margin-top: 7px; */
  padding-left: 20px;
}

.site-map__modal .site-map__list-item-sub>ul>li:nth-child(2){
  margin-top: 7px;
}

.site-map__modal .site-map__list-item-sub li{
  padding-bottom: 10px;
}


.site-map__modal .site-map__list-item-sub .site-page__link-sub{
  font-size: 14px;
  color: var(--gray-dark-3);
}

.site-map__modal .site-map__list-item-sub .site-page__link-sub:before{
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--primary-default);
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
}

.items-color-dot{
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 2.5rem;
	border: 1px solid grey;
}


