﻿@charset "utf-8";

/*
 * Project		:	eAccounting Master
 * File			:	layout.css
 * Author		:	YoungJae Lee
 * Date			:	Sep. 2022
 * Description	:	vertical menu layout
 */


.vWrapper {background: var(--he-base);}



/* ---------------------
	:: vHeader
	--------------------- */
.vHeader {position: fixed; top: 0; left: 0; right: 0; z-index: 100; background-color: var(--he-base);}
.vHeader-nav {display: flex; align-items: center; justify-content: space-between; height: 55px; box-shadow: 0 3px 3px -3px var(--he-gray-400);}

/* :: header --- 공통 스타일 */
.vHeader-btn {cursor: pointer; color: var(--he-gray-600); transition: all .15s ease-in-out; padding: 0 10px; height: 55px; display: flex !important; align-items: center; flex-direction: column; justify-content: center;}
.vHeader-btn.onlyIcon i {font-size: 24px;}
.vHeader-icon {height: 22px; line-height: 18px;}
.vHeader-name {font-size: 12px;}

/* header --- 드롭다운 작동 스타일 */
.dropdownWrap {position: relative;}
.dropdownWrap .dropdownBtn {position: relative; display: block; cursor: pointer;}
.dropdownWrap .dropdownCon {position: absolute; top: 110%; right: 0; background: var(--he-base); min-width: 100%;  border-radius: 0 0 5px 5px; overflow:hidden; box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.18); visibility:hidden; opacity:0; z-index: -1;
															-o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.dropdownWrap.is-open .dropdownCon {visibility: visible; opacity: 1; z-index: 100; top: 100%;}

/* header --- 드롭다운 기본 리스트 스타일 */
.vHeader-dropLstWrap {}
.vHeader-dropLst {padding: 15px; cursor: pointer; display: flex; align-items: center;}
.vHeader-dropLst:hover {background: var(--he-gray-100);}
.vHeader-dropLst i {margin-right: 5px; color: 16px;}
.vHeader-dropLst:last-child {border-top: 1px solid rgba(var(--he-gray-400-rgb),.3);}

/* :: header --- 로고 */
.vBrandBox {text-align: center; width: 180px; height: 55px; line-height: 55px;}
.vBrandBox .ci_logo .logo-sm {display: none;}
.vBrandBox .ci_logo .logo-lg {display: block;}

/* :: header --- 퀵메뉴(tooltip 포함) */
.vQuickBox {display: flex; align-items: center; margin-left: 5px;}
.vQuickBox-item {padding: 0 10px;}
.vQuickBox-item a {display: inline-block; transition: .3s;}
.vQuickBox-item a:hover {color: var(--he-main1);}
.vQuickBox-item i {font-size: 20px; color: var(--he-gray-600);}
.vQuickBox-item a:hover i {color: var(--he-main1);}

.vQuickBox-item .hoverTooltipBtn .hoverTooltip {top: 33px; left: -10px; background: var(--he-gray-600); max-width: 200px; width: max-content; padding: 3px 13px;}
.vQuickBox-item .hoverTooltipBtn .hoverTooltip:before {border-right: 6px solid var(--he-gray-600); border-bottom: 6px solid transparent; border-top: 6px solid transparent; border-left: none; top: -9px; left: 17px;}
.vQuickBox-item .hoverTooltipBtn:hover .hoverTooltip {top: 27px;}
.vQuickBox-item .hoverTooltipBtn .hoverTooltip i {color: var(--he-base); font-size: 10px; margin-left: 5px;}

.vQuickBox-item.onlyLetter {font-size: 14px;}
.vQuickBox-item.onlyLetter i {font-size: 10px;}

/* :: header --- 우측 세팅 영역 */
.vSetBox {}
.vSetBox-item {}

/* :: header --- 우측 세팅 영역 : 겸직 */
.dualSeqSet {position: relative; height: 30px; margin-right: 10px; display: flex; align-items: center; border: 1px solid rgba(var(--he-gray-400-rgb), .6); border-radius: 10px / 15px;}
.dualSeqSetTit {background: url("/images/icon/web/role_change.png") no-repeat left 8px center; background-size: auto 13px; padding: 5px 0 5px 25px; font-size: 11px; color: var(--he-gray-600); position: relative;}
.dualSeqSetTit:before {content: ''; width: 1px; position: absolute; top: 6px; bottom: 6px; right: -8px; background: rgba(var(--he-gray-400-rgb), .9);}
.dualSeqSet select {cursor: pointer; display: block; min-width: 110px; height: 100%; border: none; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-size: 7px auto;
									background:  url("/images/icon/web/select_arrow.png") no-repeat right 10px center; background-size: 6px auto; padding-left: 17px; padding-right: 25px;}
.dualSeqSet select::-ms-expand {display: none;} /* IE 10, 11의 네이티브 화살표 숨기기 */

/* :: header --- 우측 세팅 영역 : 언어변경 */
.vHeader-langPanel {width: 150px; left: 0;}

/* :: header --- 우측 세팅 영역 : 스킨변경 */
.vHeader-skinPanel {width: 300px; text-align: center;}
.vHeader-skinPanel  h4 {line-height: 43px; border-bottom: 1px solid rgba(var(--he-gray-400-rgb), .3);}
.vHeader-skinPanel  h4 i {margin-right: 5px;}
.vHeader-skinPanel .colors-panel {overflow: hidden; padding: 15px 10px; display: flex; flex-wrap: wrap;}
.vHeader-skinPanel .color-tab {position: relative; cursor: pointer; width: 33.33334%; transition:0.3s; padding: 15px 0 10px;}

.vHeader-skinPanel .color-base {width: 48px; height: 48px; border-radius: 50%; border: 1px solid #ddd; margin-left: 15px;}
.vHeader-skinPanel .color-point {width: 30px; height: 30px; border-radius: 30px; position: absolute; right: 15px; top: 50%; margin-top: -22px;}
.vHeader-skinPanel .color-name {margin-top: 7px;}

.vHeader-skinPanel .color-checked {display: none;}
.vHeader-skinPanel .color-tab:hover,
.vHeader-skinPanel .color-tab.active {background: var(--he-gray-100); border-radius: 10px;}
.vHeader-skinPanel .color-tab.active .color-checked {width: 24px; height: 24px; line-height: 24px; border-radius: 50%; display: inline-block; background: #fff; border: 1px solid #ddd; position: absolute; top: -5px; right: -5px;}																	
.skinSwitcherClose {line-height: 43px; display: block; border-top: 1px solid rgba(var(--he-gray-400-rgb), .3); text-align: center; background: var(--he-base);  font-weight: bold; cursor: pointer; transition:0.3s;}
.skinSwitcherClose:hover {color: var(--he-main1);}

/* :: header --- 우측 세팅 영역 : 사용자 정보 */
.vHeader-userInfo {display: flex; align-items: center;}
.vHeader-userImg {width: 38px; height: 38px; border-radius: 175% / 120%; overflow: hidden; border: 1px solid rgba(var(--he-gray-400-rgb), .8);}
.vHeader-userName {padding: 0 10px;}
.vHeader-userName span {display: block;}
.vHeader-userName .dep {font-size: 11px;}
.vHeader-userName .name {font-weight: 600; margin-top: 3px;}






/* ---------------------
	:: vMenu
	--------------------- */
.vMenu {width: 180px; z-index: 100; background: var(--he-base); position: fixed; top: 55px; bottom: 0; box-shadow: 3px 0 3px -3px var(--he-gray-400);}

.vMenu-title {padding: 8px 7px 8px 17px; display: flex; align-items: center; justify-content: space-between; letter-spacing: .05em; cursor: default; font-size: 11px; text-transform: uppercase; font-weight: 600;}
.vMenu-title .megamenuBtn {background: var(--he-gray-200); color: var(--he-main1); padding: 4px 8px; border-radius: 10px; cursor: pointer; transition: .3s;}
.vMenu-title .megamenuBtn.on,
.vMenu-title .megamenuBtn:hover {background: var(--he-main1); color: var(--he-base);}

.vMenu-sch {padding: 0 7px 8px; position: relative;}
.vMenu-schForm {height: 36px; padding: 0 25px 0 28px; border-radius: 30px; border:1px solid rgba(var(--he-gray-400-rgb), .6);}
.vMenu-sch:before  {content: "\e041"; font-family: 'dripicons-v2'; position: absolute; left: 18px; top: 12px; font-size: 11px; color: var(--he-main1);}
.vMenu-schDel {position: absolute; right: 8px; top: 0; width: 25px;  text-align: center; height: 36px; line-height: 36px; font-size: 11px; color: var(--he-gray-600); cursor: pointer;}
.vMenu-schDel:hover {color: var(--he-main1);}

.vMenu-sidebar {padding: 0 0 30px 0; height: calc(100% - 81px);}

.metismenu {}
.metismenu li {display: block; width: 100%; position: relative;}
.metismenu a {display: block; position: relative; -webkit-transition: all .4s; transition: all .4s;}
.metismenu a:hover  {background: var(--he-gray-100); color: var(--he-main1);}

.metismenu li.root-menu {} 
.metismenu li.root-menu > a {display: flex; align-items: center; margin: 0 3px; padding: 12px 10px; border-radius: 3px;}
.metismenu .has-arrow:after {content: "\F0142"; font-family: 'Material Design Icons'; display: inline-block; position: absolute; right: 10px; top: 50%; -webkit-transform: translate(0, -50%) rotate(0); transform: translate(0, -50%) rotate(0);
													-webkit-transition: -webkit-transform .2s; transition: -webkit-transform .2s; transition: transform .2s; transition: transform .2s, -webkit-transform .2s;}

.metismenu li.root-menu.mm-active > a {color: var(--he-base); background: var(--he-main1); font-weight: bold; border-radius: 3px 3px 0 0;}
.metismenu li.root-menu.mm-active .has-arrow:after {-webkit-transform: translate(0, -50%) rotate(90deg); transform: translate(0, -50%) rotate(90deg);}

.metismenu ul.sub-menu li {position: relative;}
.metismenu ul.sub-menu li:before {content: ''; position: absolute; top: 0; bottom: 0; left: 13px; border-left: 1px dashed var(--he-gray-400); z-index: 1;}
.metismenu ul.sub-menu li a {margin: 0 3px; padding: 6px 6px 6px 20px; background: var(--he-gray-100);}
.metismenu ul.sub-menu li a:before {content: "\F09DF"; font-family: 'Material Design Icons'; font-size: 21px; vertical-align: middle; display: inline-block; position: absolute; left: 0; top: 3px; color: var(--he-main1); z-index: 2;}
.metismenu ul.sub-menu li:first-of-type a {padding-top: 12px;}
.metismenu ul.sub-menu li:first-of-type a:before {top: 9px;}
.metismenu ul.sub-menu li:last-of-type a {padding-bottom: 12px;}
.metismenu ul.sub-menu li:last-of-type:before {bottom: auto; height: 15px;}

/* 작동 관련 class */
.metismenu .mm-collapse,
.metismenu .mm-collapse:not(.mm-show) {display: none; height: auto !important;}
.metismenu .mm-collapsing {position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; transition-duration: .35s;
														-webkit-transition-property: height, visibility;transition-property: height, visibility;}
.metismenu .mm-collapse.mm-show {display: block;}

.current-menu > a {color: var(--he-main1); border-radius: 0; position: relative; padding-left: 26px !important;}
.current-menu > a:before {content: "\F0C95"; font-family: 'Material Design Icons'; color: var(--he-main1); position: absolute; left: 8px; top: 50%; font-size: 16px; transform: translate(0, -50%);}
.current-menu a.current {color: var(--he-main1); font-weight: bold;}
.mm-active.current-menu > a {padding-left: 12px !important;}
.mm-active.current-menu > a:before {display: none;}


/* :: vMenu --- 메뉴 접혔을때 */
.vertical-collapsed .vBrandBox {width: 110px;}
.vertical-collapsed .vBrandBox .ci_logo .logo-sm {display: block;}
.vertical-collapsed .vBrandBox .ci_logo .logo-lg {display: none;}
.vertical-collapsed .vMenu {width: 110px; z-index: 99;}
.vertical-collapsed .vMain {margin-left: 110px;}

.vertical-collapsed .vMenu-title,
.vertical-collapsed .vMenu-sch {display: none;}
.vertical-collapsed .vMenu-sidebar {height: 100%;}

.vertical-collapsed .metismenu a {font-size: 12px;}

.vertical-collapsed .metismenu > li.root-menu > a {margin: 0 3px; padding: 0 8px; min-height: 40px;}
.vertical-collapsed .metismenu .has-arrow:after {right: 5px;}

.vertical-collapsed .metismenu ul.sub-menu {padding: 5px 0;}
.vertical-collapsed .metismenu ul.sub-menu li:before {display: none;}
.vertical-collapsed .metismenu ul.sub-menu li a {margin: 0; padding: 10px; background: var(--he-base);}
.vertical-collapsed .metismenu ul.sub-menu li a:before {display: none;}

.vertical-collapsed .metismenu .mm-collapse.mm-show {display: none;}
.vertical-collapsed .metismenu > li.root-menu:hover > a {background: var(--he-gray-100); color: var(--he-main1);}
.vertical-collapsed .metismenu > li.root-menu:hover > ul.sub-menu {display: block; position: fixed; left: 110px; min-width: 152px; background-color: var(--he-base); -webkit-box-shadow: 0 0px 6px var(--he-gray-400); -webkit-box-shadow:  0 0px 6px var(--he-gray-400);}

.vertical-collapsed .current-menu > a {color: var(--he-base); background: var(--he-main1); font-weight: bold; border-radius: 3px; padding-left: 8px !important;}
.vertical-collapsed .current-menu > a:before {display: none;}

@media all and (max-height: 650px) {
	.vertical-collapsed .metismenu > li.root-menu:hover > ul.sub-menu {top: 55px !important; bottom: 0 !important; margin-top: 0 !important; overflow-y: auto;}
}






.vMenu-mega {display: none; position: fixed; top:0; left: 180px; right: 0; bottom: 0; background: var(--he-base); -webkit-box-shadow: 0 -3px 4px var(--he-gray-400); box-shadow: 0 -3px 4px var(--he-gray-400);}
.megamenu {width: 100%;  height: 100%;}

.megamenu-head {display: flex; align-items: center; height: 55px; padding: 0 20px; justify-content: space-between; position: relative; z-index: 1; background: var(--he-gradient);}
.megamenu-head:before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(/images/background/bg_smry.png) no-repeat; background-size: cover; background-position: center center; z-index: -1;}
.megamenu-tit {color: var(--he-base); font-size: 15px;}
.megamenu-tit i {margin-right: 5px;}
.megamenu-close {position: relative; width: 22px; height: 22px; cursor: pointer;}
.megamenu-close > div {height: 3px; width: 22px; position: absolute; top: 9.5px; background-color: var(--he-base); border-radius: 2px; transition: all 0.2s ease-in; box-shadow: 1px 1px 1px var(--he-gray-400);}
.megamenu-close .leftright {transform: rotate(45deg);}
.megamenu-close .rightleft {transform: rotate(-45deg);}
.megamenu-close:hover .leftright {transform: rotate(-45deg);}
.megamenu-close:hover .rightleft {transform: rotate(45deg);}

.megamenu-body {display: flex; flex-wrap: wrap; height: calc(100% - 55px); overflow-y: auto;}
.megamenu-box {flex: 0 1 20%; border-bottom: 1px solid var(--he-gray-300); border-right: 1px solid var(--he-gray-300); padding: 20px;}
.megamenu-box .root-menu {font-size: 15px; color: var(--he-main1); font-weight: bold; position: relative; display: inline-block; z-index: 1;}
.megamenu-box .root-menu:before {content:''; position: absolute; left: 0; right: -8px; top: 8px; bottom: 0; background: var(--he-main1); opacity: .15;  z-index: -1;}

.megamenu-box .sub-menu {margin-top: 15px;}
.megamenu-box .sub-menu li {line-height: 2.2; padding-left: 3px; transition: .3s;}
.megamenu-box .sub-menu i {margin-right: 8px;}
.megamenu-box .sub-menu li:hover {color: var(--he-main1);}












/* ---------------------
	:: vMain
	--------------------- */
.vMain {background: var(--he-base); margin-left: 180px; padding: 55px 0 0 0;}




/* ---------------------
	:: vSmryBox
	--------------------- */
.vSmryBox {}	
.vSmryBox .simplebar-scrollbar.simplebar-visible:before {background: var(--he-base);}
.vSmryBox-itemWrap {position: relative; background: var(--he-gradient); z-index: 1; min-width: max-content; display: flex;}
.vSmryBox-itemWrap:before {content:''; position: absolute; top:0; left:0; right:0; bottom: 0; background: url(/images/background/bg_smry.png) no-repeat; background-size: cover; background-position: center center; z-index: -1;
														-webkit-mask-image: linear-gradient(125deg, rgba(0,0,0,.3) 35%, rgba(0,0,0,1) 100%); mask-image: linear-gradient(125deg, rgba(0,0,0,.3) 35%, rgba(0,0,0,1) 100%);}

.vSmryBox-item {cursor: pointer; min-width: 130px; height: 74px; padding: 0 10px; text-align: center; position: relative; z-index: 1; color: var(--he-base);
							-o-transition:all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s; -webkit-font-smoothing: antialiased;   display: flex;  flex-direction: column; justify-content: center;}
.vSmryBox-item:before {content:''; position: absolute; top: 23px; bottom: 23px; right: 0; width: 1px; background-color: rgba(var(--he-base-rgb),.6);}
.vSmryBox-item:after {content:''; position: absolute; top:0; left:0; right:0; bottom: 0; z-index: -1; transition: .2s;}
.vSmryBox-item:hover:after {background-color: rgba(0,0,0,.3);}
.vSmryBox-item:last-child:before {display: none;}
.vSmryBox-name {font-size: 12px; font-weight: 300; display: flex; align-items: center; justify-content: center; margin-bottom: 3px;}
.vSmryBox-num {font-size: 22px; font-weight: 600;}

.vSmryBox-existTooltip {margin-left: 5px; width: 14px; height: auto;}

.vSmryBox-tooltip {color: var(--he-gray-dark); position: absolute; bottom: 6px; left: 10px; right: 10px; font-size: 12px; line-height: 1.2; padding: 3px 0; border-radius: 35px; background:var(--he-gray-100);  visibility:hidden; opacity:0;  z-index: -1;
							-o-transition:all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
							-webkit-transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
							-moz-transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
							transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.vSmryBox-tooltip:before {content: ''; width: 0; height: 0; border-left: 3px solid transparent; border-right: 3px solid transparent; border-bottom: 5px solid var(--he-gray-100); position: absolute; top: -5px; left: 50%; margin-left: -1.5px;}
.vSmryBox-item:hover .vSmryBox-tooltip {bottom: 16px; visibility: visible; opacity: 1; z-index: 1;}




/* ---------------------
	:: vContainer
	--------------------- */
.vContainer {}

#mainIfrm {}
#contents {background-color: var(--he-base);}

.titleFixed {}
.titleFixed-row {background: var(--he-gray-100); border-bottom: 1px solid var(--he-gray-300); display: flex; align-items: center; justify-content: space-between; padding: 0 20px; min-height: 50px;}

.titleFixed .panel-tit {font-size: 13px; display: flex; align-items: center; font-family: 'esamanru_Medium', sans-serif;}
.titleFixed .panel-tit i {font-size: 11px; margin-right: 7px; color: var(--he-main1);}
.titleFixed .panel-tit i.mdi {font-size: 15px; margin-right: 5px;}

.titleFixed .finalBtnWrap {display: flex; align-items: center;}
.titleFixed .finalBtnWrap > * {margin-left: 5px;}

.tglSchBtn {}
.tglSchBtn .btn.comm {padding: 0 10px;}
.tglSchBtn i {margin-left: 5px;}
.divider {width: 1px; height: 22px; background: var(--he-gray-300); margin: 0 10px 0 15px !important;}


/* 검색조건 */
.titleFixed.hasSch .titleFixed-row {border-bottom: 1px solid #fff;; background: #fff;}
.titleFixed-sch {position: relative; padding: 0 15px;}
.titleFixed-sch:before {content: ''; position: absolute; left: 0; right: 0; height: 43px; background: #fff;} /* .titleFixed.hasSch .titleFixed-row랑 background color 똑같이 사용할 것 */
.titleFixed-schIn {position: relative; z-index: 1; background: var(--he-gray-100); border-radius: 5px; border: 1px solid var(--he-gray-300); box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px; padding: 0 10px;}

.titleFixed-schHead {border-bottom: 1px solid var(--he-gray-300); display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding-left: 5px;}
.titleFixed-schHead .titArea {font-size: 13px; font-weight: bold; display: flex; align-items: center;}
.titleFixed-schHead .titArea i {margin-right: 5px; color: var(--he-main1);}
.titleFixed-schBody {padding: 5px 0;}

.titleFixed-schRow {display: flex; align-items: center; margin-top: 5px;}
.titleFixed-schRow:first-child {margin-top: 0;}
.titleFixed-schCol {width: calc(25% - 11.25px); min-width: 325px; margin-left: 15px; display: flex; align-items: center;}
.titleFixed-schCol:first-child {margin-left: 0;}
.titleFixed-schCol.wdAuto {width: auto; min-width: auto}

.titleFixed-schCol .titArea {flex-shrink: 0; min-width: 65px; font-weight: bold; padding-left: 10px; margin: 0 5px; position: relative;}
.titleFixed-schCol .titArea:before {content: ''; position: absolute; top: 50%; left: 0; margin-top: -2.5px; width: 5px; height: 5px; border-radius: 50%; background: var(--he-main1);}

.titleFixed-schCol .formArea {flex-grow: 1;}
.titleFixed-schCol .formArea > div {width: 100%;}

/* 1500px 이상일 때 */
@media (min-width: 1800px) {
	.titleFixed-schCol {width: calc(20% - 12px);}
}



.panelArea {padding: 3px 15px 15px; overflow-x: auto;}
.panelArea.fullFrm {padding: 0;}

.panelAreaIn {min-width: 1000px; display: flex;}
.panelAreaIn.notFlex {display: block;}
.panelAreaIn.columnLayout {flex-direction: column; min-height: 100%;}
.panelAreaIn.columnLayout > .fixCol {flex-shrink: 0;}
.panelAreaIn.columnLayout > .flexCol {flex-grow: 1;}

.panelAreaIn > form {width: 100%;}

.panel-wrap01  {position:relative;}


/* 경비현황 : expenseMngList.jsp */
.fullScreenView {position: absolute; left: 5px; right: 15px; background: var(--he-base);}
.fullScreenBtn {cursor: pointer; background: var(--he-main1); color: var(--he-base); border-radius: 5px; padding: 4px 7px;}
.fullScreenBtn i {font-size: 10px; margin-right: 5px;}


.afterBg {position: relative; z-index: 1; padding: 15px 0 0;}
.afterBg:before {content: ''; position: absolute; left: -15px; right: -15px; top: 0; bottom: -15px; background: var(--he-gray-100); z-index: -1; border-top: 1px solid rgba(var(--he-gray-400-rgb), .6);}





/* ---------------------
	:: portletSetWrap
	--------------------- */

/* 포틀릿설정 우측 사이드 토글 */
.portletSetWrap {}
.portletSetWrap.openSetting {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 3; background: rgba(0,0,0,.4); transition:.3s;}

.portletSetBtn {text-align: center; display: flex; flex-direction: column;  align-items: center; justify-content: center;  border-radius: 50%; cursor:pointer; position:absolute; bottom:30px; right:25px; width: 70px; height: 70px; transition: border-radius .5s ease-in-out; z-index: 100;}
.portletSetWrap.openSetting .portletSetBtn {border-radius: 10px 0 0 10px; cursor:pointer; position:absolute; bottom:30px; right:25px;}
.portletSetBtn i {display:block; font-size:17px;}

.portletSetPanel {width: 300px; position: absolute; top: 0; bottom: 0; right: -300px; background: var(--he-base); box-shadow: -3px 0px 12px 0px rgba(0,0,0,0.22);}								
.portletSetPanel .onoffswitchPanel {padding: 0 10px; overflow-y: auto;  height: calc(100% - 96px);}
.portletSetPanel .onoffswitchWrap {overflow:hidden; position:relative; text-align:left; padding: 13px 10px 13px 8px; border-top: 1px dashed var(--he-gray-400); display: flex; align-items: center; justify-content: space-between;}
.portletSetPanel .onoffswitchWrap:first-of-type {border-top: none;}

.onoffswitch-copy {flex-grow: 1; margin-right: 10px; line-height: 1.4;}

.onoffswitch {position: relative; flex-shrink: 0; width: 50px; -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none; display:inline-block; vertical-align:middle;}
.onoffswitch-checkbox {display: none;}
.onoffswitch-label {display: block; overflow: hidden; cursor: pointer; border-radius: 20px;}
.onoffswitch-inner {display: block; width: 200%; margin-left: -100%; transition: margin 0.3s ease-in 0s;}
.onoffswitch-inner:before,
.onoffswitch-inner:after {display: block; float: left; width: 50%; height: 26px; font-weight:normal; padding: 0; line-height: 26px;  font-size: 11px; color: var(--he-base); box-sizing: border-box;}
.onoffswitch-inner:before {content: "ON"; padding-left: 7px; color: var(--he-base); background: var(--he-main1)}
.onoffswitch-inner:after {content: "OFF"; padding-right: 7px; background-color: var(--he-gray-500); text-align: right;}
.onoffswitch-switch {display: block; width: 14px; height: 14px; margin: 5px 4px; background: var(--he-base); position: absolute; top: 0; bottom: 0; right:28px; border-radius: 20px; transition: all 0.3s ease-in 0s; }
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {margin-left: 0;}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {right: 0px;}	

.portletSetPanel .btnArea {position: absolute; bottom: 0; left: 0; right: 0; border-top:1px solid rgba(var(--he-gray-400-rgb), .6); padding:10px; display: flex; flex-wrap: wrap;}
.portletSetPanel .btnArea a {flex: 1 1 45%; margin-left:3px; text-align:center;}
.portletSetPanel .btnArea a:first-child {margin-left:0;}
.portletSetPanel .btnArea a.resetPortlet {margin:5px 0 0; width:100%; line-height:36px; display:block; text-align:center; font-weight:bold; background: var(--he-base); border: 1px solid var(--he-gray-400);}
.portletSetPanel .btnArea a.resetPortlet:hover {background: var(--he-gray-300); transition:0.3s;}





/* ---------------------
	:: 기타 레이아웃
	--------------------- */
	
/* :: 법인카드 월별청구/결재내역 */
#cardMtConWrap * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#cardMtConWrap *:before,
#cardMtConWrap *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#cardMtConWrap {padding:0 15px;}
#cardMtConWrap > .fl-box {height: calc(100% - 93px); padding:10px 5px 15px;}
#cardMtConWrap .scl {height: calc(100% - 29px);}
#cardMtConWrap .empty-state {position: absolute; top: 50%; margin-top: -20%;}
.panel-tit02 {display: inline-block; margin: 5px 0px; padding-left: 5px; color: var(--he-gray-dark); font-size: 14px; font-weight: bold; line-height: 1em; border-left: 3px solid var(--he-main1);}

/* :: 데이터 없을시 */
.empty-state {display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 30px;}
.empty-state-img img {width: 150px; height: auto;}
.empty-state-copy {font-size: 14px; margin-top: 15px; line-height: 1.6; text-align: center; font-family: 'esamanru_Light', sans-serif;}

.empty-state.type02 {width: 100%; height: 100%; padding: 0;}
.empty-state.type02 .empty-state-img img {width: 100px; height: auto;}

/* :: 사용자 프로필 이미지 썸네일 관련 */
.js-imgRatio {width: 100%; height: 100%;}
.imgNotExist {background: var(--he-gray-100); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.imgNotExist i {font-size: 18px; color: var(--he-main1);} 





/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {position: relative; cursor: pointer; display: inline-block; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: transparent;}
.waves-effect .waves-ripple {position: absolute; border-radius: 50%; width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; opacity: 0; background: rgba(0, 0, 0, .2); background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
													-webkit-transition: all .5s ease-out; transition: all .5s ease-out; -webkit-transition-property: -webkit-transform, opacity; -webkit-transition-property: opacity, -webkit-transform; pointer-events: none;
													transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-transform: scale(0) translate(0, 0); transform: scale(0) translate(0, 0);}
.waves-effect.waves-light .waves-ripple {background: rgba(255, 255, 255, .4); background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);}
.waves-effect.waves-classic .waves-ripple { background: rgba(0, 0, 0, .2);}
.waves-effect.waves-classic.waves-light .waves-ripple {background: rgba(255, 255, 255, .4);}
.waves-notransition {-webkit-transition: none !important; transition: none !important;}
.waves-button,
.waves-circle {-webkit-transform: translateZ(0); transform: translateZ(0); -webkit-mask-image: -webkit-radial-gradient(circle, var(--he-base) 100%, #000 100%);}
.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {white-space: nowrap; vertical-align: middle; cursor: pointer; border: none; outline: 0; color: inherit; background-color: rgba(0, 0, 0, 0); font-size: 1em; line-height: 1em; text-align: center; text-decoration: none; z-index: 1;}
.waves-button {padding: .85em 1.1em; border-radius: .2em;}
.waves-button-input {margin: 0; padding: .85em 1.1em;}
.waves-input-wrapper {border-radius: .2em; vertical-align: bottom;}
.waves-input-wrapper.waves-button {padding: 0;}
.waves-input-wrapper .waves-button-input {position: relative; top: 0; left: 0; z-index: 1;}
.waves-circle {text-align: center; width: 2.5em; height: 2.5em; line-height: 2.5em; border-radius: 50%;}
.waves-float {-webkit-mask-image: none; -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12); box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12); -webkit-transition: all .3s; transition: all .3s;}
.waves-float:active {-webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3); box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);}
.waves-block {display: block;}
.waves-effect.waves-light .waves-ripple {background-color: rgba(255, 255, 255, .4);}
.waves-effect.waves-primary .waves-ripple {background-color: rgba(82, 92, 229, .4);}
.waves-effect.waves-success .waves-ripple {background-color: rgba(35, 197, 143, .4);}
.waves-effect.waves-info .waves-ripple {background-color: rgba(91, 164, 229, .4);}
.waves-effect.waves-warning .waves-ripple {background-color: rgba(238, 177, 72, .4);}
.waves-effect.waves-danger .waves-ripple {background-color: rgba(241, 78, 78, .4);}


/**
 * SimpleBar.css - v4.2.3
 * Scrollbars, simpler.
 * https://grsmto.github.io/simplebar/
 *
 * Made by Adrien Denat from a fork by Jonathan Nicol
 * Under MIT License
 */
[data-simplebar] {position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start;
								justify-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.simplebar-wrapper {overflow: hidden; width: inherit; height: inherit; max-width: inherit; max-height: inherit;}
.simplebar-mask {direction: inherit; position: absolute; overflow: hidden; padding: 0; margin: 0; left: 0; top: 0; bottom: 0; right: 0; width: auto !important; height: auto !important; z-index: 0;}
.simplebar-offset {direction: inherit !important; -webkit-box-sizing: inherit !important; box-sizing: inherit !important; resize: none !important; position: absolute; top: 0; left: 0 !important; bottom: 0; right: 0 !important; padding: 0; margin: 0; -webkit-overflow-scrolling: touch;}

.simplebar-content-wrapper {direction: inherit; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; position: relative; display: block; height: 100%; width: auto; visibility: visible; overflow: auto;
													max-width: 100%; max-height: 100%; scrollbar-width: none; padding: 0 !important;}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {display: none;}
.simplebar-content:after,
.simplebar-content:before {content: ' '; display: table;}
.simplebar-placeholder {max-height: 100%; max-width: 100%; width: 100%; pointer-events: none;}
.simplebar-height-auto-observer-wrapper {-webkit-box-sizing: inherit !important; box-sizing: inherit !important; height: 100%; width: 100%; max-width: 1px; position: relative; float: left; max-height: 1px; overflow: hidden; z-index: -1; padding: 0; margin: 0; pointer-events: none;
																				-webkit-box-flex: inherit; -ms-flex-positive: inherit; flex-grow: inherit; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: 0; flex-basis: 0;}
.simplebar-height-auto-observer {-webkit-box-sizing: inherit; box-sizing: inherit; display: block; opacity: 0; position: absolute; top: 0; left: 0; height: 1000%; width: 1000%; min-height: 1px; min-width: 1px; overflow: hidden; pointer-events: none; z-index: -1;}
.simplebar-track {z-index: 1; position: absolute; right: 0; bottom: 0; pointer-events: none; overflow: hidden;}
[data-simplebar].simplebar-dragging .simplebar-content {pointer-events: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none;}
[data-simplebar].simplebar-dragging .simplebar-track {pointer-events: all;}
.simplebar-scrollbar {position: absolute; right: 2px; width: 6px; min-height: 10px;}
.simplebar-scrollbar:before {position: absolute; content: ''; background: var(--he-gray-500); border-radius: 7px; left: 0; right: 0; opacity: 0; -webkit-transition: opacity .2s linear; transition: opacity .2s linear;}
.simplebar-scrollbar.simplebar-visible:before {opacity: .5; -webkit-transition: opacity 0s linear; transition: opacity 0s linear;}
.simplebar-track.simplebar-vertical {top: 0; width: 11px;}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {top: 2px; bottom: 2px;}
.simplebar-track.simplebar-horizontal {left: 0; height: 11px;}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {height: 100%; left: 2px; right: 2px;}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {right: auto; left: 0; top: 2px; height: 7px; min-height: 0; min-width: 10px; width: auto;}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {right: auto; left: 0;}
.hs-dummy-scrollbar-size {direction: rtl; position: fixed; opacity: 0; visibility: hidden; height: 500px; width: 500px; overflow-y: hidden; overflow-x: scroll;}
.simplebar-hide-scrollbar {position: fixed; left: 0; visibility: hidden; overflow-y: scroll; scrollbar-width: none; -ms-overflow-style: none;}



