﻿@charset "utf-8";

/*
 * Project		:	eAccounting Master
 * File			:	page.css
 * Author		:	YoungJae Lee
 * Date			:	July. 2021
 * Description	:	페이지별 스타일 
 */
 


/* --
	:: 로그인
---------------------------------------------------------- */
/* CAPS LOCK style */
.css-arrow-multicolor {border-color: transparent transparent var(--he-main1) transparent; border-style:solid; border-width:5px; width:0; height:0;}
.capslock-alert {padding:8px 10px; background-color: var(--he-main1); color:var(--he-base);}

/* 로그인 */
#vWrapper.loginWrap {overflow-y:auto; display: flex; align-items: center; flex-direction: column;}
#vWrapper.loginWrap:before {content:''; position: fixed; top: 0; left: 0; right:0; bottom:0; background-image: url("/images/login/web/loginBackground1.jpg"); background-size: cover; opacity: 0.2;}
#vWrapper.loginWrap > div {z-index:1;}

.loginForm {flex-grow: 1; position:relative; display: flex; align-items: center;}
.loginFormBox {border-radius: 10px; overflow: hidden; width:500px; margin:0 auto; background:var(--he-base); box-shadow: 0 0 15px 3px var(--he-gray-400);}
.loginFormBox-border {width: 100%; height: 5px;}
.loginHeader {position:relative; text-align: center; padding: 60px 0 40px;}
.loginHeader .loginLogo img {width:auto; height:80px;}

.loginBody {padding: 0 45px 30px;}
.loginBody .loginStc {text-transform: uppercase; font-size: 15px; text-align: center; font-weight: 600; margin-top: 20px;}
						    
.loginInputLst {margin-top: 25px;}
.loginInputLst li {margin-top:15px; width:100%; height:54px; line-height:54px; border: 1px solid rgba(var(--he-gray-400-rgb),.6); border-radius:35px;}
.loginInputLst li:first-child {margin-top:0;}
.loginInputLst li.inputFocusOut {background:var(--he-base);}
.loginInputLst li.inputFocusIn {background:var(--he-gray-100);}

.loginInputIcon {padding: 0 15px 0 18px;}
.loginInputIcon i {background: var(--he-gradient); -webkit-background-clip: text; background-clip: text; font-size: 20px; color: transparent;}

.loginInputLst .loginInput {width:100%; height:100%; font-size:14px;}
.loginInputLst .loginSelect {display:block; width:100%; height:100%; font-size:14px; border:none; outline:none;
										-webkit-appearance: none; -moz-appearance: none; appearance: none;
										background:transparent url("/images/login/web/login_icon_select.png") no-repeat 90% 50%; /* 네이티브 화살표를 커스텀 화살표로 대체 */}
.loginInputLst .loginSelect:required:invalid {color: var(--he-gray-600);}
.loginInputLst .loginSelect option[value=""][disabled] {display: none;}
.loginInputLst .loginSelect option {color: var(--he-gray-dark); padding:0 10px;}
.loginInputLst select::-ms-expand {display: none;} /* IE 10, 11의 네이티브 화살표 숨기기 */

.loginInputLst ::-webkit-input-placeholder,
.loginInputLst ::-moz-placeholder,
.loginInputLst :-ms-input-placeholder,
.loginInputLst :-moz-placeholder,
.loginInputLst input:-webkit-autofill,
.loginInputLst input:-webkit-autofill:hover,
.loginInputLst input:-webkit-autofill:focus,
.loginInputLst input:-webkit-autofill:active {font-size:14px !important;}

.loginOptionArea {overflow:hidden; margin-top:25px; padding: 0 8px; display: flex; align-items: center; justify-content: space-between;}
.loginOptionArea .rememberPw {}
.loginOptionArea .rememberPw .chk-wrap input[type="checkbox"] + label {font-size:14px;}

.lang-sel-wrap {position:relative; height:36px;}
.lang-sel-wrap i {position:absolute; left:0; top:0; display:inline-block; height:100%; width:40px; background:url("/images/icon/web/icon_lang.png") no-repeat center center; background-size: 20px auto;}
.lang-sel-wrap select {display: block; min-width: 150px; height: 100%; font-size: 14px;
    border: none; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; transition: .3s;
    background: var(--he-base) url("/images/icon/web/select_arrow.png") no-repeat right 10px center; border: 1px solid var(--he-base); border-radius: 3px; padding-left: 38px; padding-right:30px;}
.lang-sel-wrap select::-ms-expand {display: none;} /* IE 10, 11의 네이티브 화살표 숨기기 */

.lang-sel-wrap select:hover {border: 1px solid #93d8e7; background-color: #f8feff;}

.loginFooter {padding: 0 45px 50px;}
.loginFooter-btn {font-size: 15px; width: 100%; height: 54px; cursor:pointer; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 35px;}
.loginFooter-btn span {position: relative; left: 0; transition: all .3s;}
.loginFooter-btn:hover span {left: -10px;}
.loginFooter-btn i {font-size: 12px; position: absolute; right: -10px; top: 3px; opacity: 0;  transition: all .3s}
.loginFooter-btn:hover i {right: -20px; opacity: 1;}

.loginWrap .copy {font-size:14px; text-align: center; position:relative; padding:30px 0 20px;}







/* --
	::  비밀번호 변경 
---------------------------------------------------------- */
.pwdChgWrap {background: var(--he-gray-100) !important; overflow-y:auto !important;}

.pwdHeader {width:100%; padding:70px 0; text-align:center; background:url("/images/login/web/loginBackground.jpg") no-repeat center !important; background-size: cover !important; position: relative; z-index: 1;}
.pwdHeader:before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: black; opacity: 0.6; z-index: -1;}
.pwdHeader h1 {font-size: 1.6rem; color:var(--he-base); font-weight:300; background:url("/images/login/web/padlock.png") no-repeat top center;
						background-size:40px auto; padding-top:50px; margin-bottom:30px;}
.pwdHeader p {color:var(--he-base); font-size:1.2rem; line-height:1.6;}
.pwdHeader p span {font-size:1.3rem; font-weight:bold;}

.pwdBody {background:var(--he-base); border:1px solid rgba(var(--he-gray-400-rgb),.6); width:600px; height:auto; margin:40px auto; padding:30px; border-radius:18px;}

.pwdInfo {font-size:1.0rem; line-height:1.6; padding-bottom:25px;}

.pwdForm {border-top:1px solid rgba(var(--he-gray-400-rgb),.6); padding-top:30px;}
.pwdForm li.pw {width:100%; height:46px; line-height:46px; border-radius:5px;}
.pwdForm li.pw {margin-top:20px;}
.pwdForm li.pw:first-child {margin-top:0;}
.pwdForm li > div {display: flex; align-items: center; height: 100%;}
.pwdForm li > div i {width: 58px; font-size: 15px; text-align: center;}
.pwdForm li input {width:100%; height:100%; font-size:14px;}
.pwdForm li.inputFocusOut {background: var(--he-gray-100); border:1px solid rgba(var(--he-gray-400-rgb),.6);}
.pwdForm li.inputFocusOut input {color: var(--he-gray-dark);}
.pwdForm li.inputFocusIn {background: var(--he-gray-200); border:1px solid rgba(var(--he-gray-400-rgb),.6);}
.pwdForm li.inputFocusIn input {color: var(--he-gray-dark);}

.pwdBtn {width:100%; overflow:hidden; margin-top:30px; text-align: center;}
.pwdBtn a {height:46px !important; line-height:46px !important; padding:0 !important;
			display:inline-block; width:calc(50% - 3px); text-align:center; font-size:13px;}
.pwdBtn a:first-child {margin-right:6px;}




/* --
	:: 에러페이지
---------------------------------------------------------- */
#vWrapper.errorWrap {background-image: url("/images/login/web/loginBackground.jpg"); background-size: cover; overflow-y:auto;}
#vWrapper.errorWrap:before {content:''; position: fixed; top: 0; left: 0; right:0; bottom:0; background: var(--he-gray-100);}
#vWrapper.errorWrap > div {z-index:1;}

.errorDiv {position: relative; padding: 198px 250px;}
.errorLogo {}
.errorLogo img {width: 250px; height: auto;}
.errorTitle {margin-top:20px; font-size: 56px; font-weight: bold; text-transform: uppercase;}
.errorTitle span {position: relative;}
.errorTitle span:after {content: ''; position: absolute; right: -30px; bottom: 15px; width: 16px; height: 16px; border-radius: 50%; background: var(--he-gradient);}
.errorPhr {margin-top: 32px;}
.errorPhr p {margin-top: 8px; font-size: 15px;}
.errorButton {position: relative; margin-top: 70px;}
.errorButton:before {content: ''; position: absolute; left: 0; top: 50%; width: 30px; height: 30px; border-radius: 50%; margin-top: -15px; z-index: -1; background: var(--he-gradient);}
.errorButton a {padding-left: 14px; font-size:15px; letter-spacing: 1px;}
.errorButton i {margin-left:8px;}
.errorButton span {color: var(--he-base);}



/* --
	:: 모바일 앱 다운로드 페이지
---------------------------------------------------------- */
#vWrapper.appDownWrap {background-image: url("/images/login/web/loginBackground.jpg"); background-size: cover; overflow-y:auto;}
#vWrapper.appDownWrap:before {content:''; position: fixed; top: 0; left: 0; right:0; bottom:0; background: var(--he-gray-100);}
#vWrapper.appDownWrap > div {z-index:1;}

.appDownDiv {position: relative; display: flex; flex-direction: column; justify-content: center;  align-items: center; width:100%; height:100%;}
.appDownList {display:block; width: 200px; height:200px; text-align:center; box-shadow: 0px 0px 10px 1px var(--he-gray-600); border-radius:30px; position: relative;}
.appDownList:before {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.8; border-radius: 30px; background: var(--he-gradient);}
.appDownList > div {position: relative;}
.appDownList.android {margin-top: 60px;}
.appDownImg {margin-top: 25px;}
.appDownImg img {width: 80px; height:auto;}
.appDownTit {font-size:22px; margin-top: 13px; font-weight:bold; color:var(--he-base);}
.appDownSubTit {font-size:15px; color:var(--he-base);}

#vWrapper.mobileVer {overflow:hidden !important;}
#vWrapper.mobileVer .fullOverlay {right:0 !important;}


/* --
	:: 챗봇 관련 스타일
---------------------------------------------------------- */

/* tooltip show button when hove --- 메인대시보드의 portletSetBtn(layout.css)에도 적용 */
.floatTooltipWrap {}
.floatTooltipWrap .floatTooltip {background: var(--he-gray-dark); color: #fff; position: absolute; top: 50%; right: 65px; z-index: -1; font-size: 12px; border-radius: 5px; box-shadow: 0 0 10px rgba(126,142,177,.25); display: inline-block; padding: 10px; width: max-content; opacity:0; transform: translate(0,-50%);}
.floatTooltipWrap .floatTooltip:before {content: ''; width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--he-gray-dark); position: absolute; top: 50%; right: -6px; transform: translate(0,-50%);}
.floatTooltipWrap:hover .floatTooltip {right: 70px; opacity: 1; z-index: 1; pointer-events: auto;  transition: .1s;}

.chatbotBtn {text-align: center; display: flex; flex-direction: column;  align-items: center; justify-content: center; border-radius: 50%; cursor:pointer; position: absolute; bottom: 15px; right: 25px; z-index: 99;}
.chatbotBtn img {width: 60px; height: auto;}

/* 팝업 */
.chatBot-wrap {width: 100%; height: 100%; overflow: hidden; position: relative; display: flex; flex-direction: column;}
.chatBot-head {flex-shrink: 0; background: url(/images/floatBtn/chatbot_bg.jpg) no-repeat center center; background-size: cover; display: flex; align-items: center; justify-content: space-between; height: 120px; padding: 0 35px; overflow: hidden; position: relative;}
.chatBot-head:after {content: ''; background: url(/images/floatBtn/chatbot.png) no-repeat right top 15px; width: 160px; height: 100%; background-size: auto 110%;}
.chatBot-head .titArea img {width: auto; height: 30px;}
.chatBot-head .titArea p {color: #fff; font-size: 26px; margin-top: 8px;}
.chatBot-body {flex-grow: 1; background: var(--he-gray-100); overflow-y: auto;}

.chatLists {padding: 0 25px 25px;}
.chatList {margin-top: 25px; display: flex; flex-direction: column;}
.chatList-profile {display: flex; align-items: flex-end; margin-bottom: 15px;}
.chatList-profile .imgArea img {width: 46px; height: auto;}
.chatList-profile .nameArea {margin-left: 10px; font-size: 15px; color: var(--he-gray-600); line-height: 1.4;}
.chatList-bubble {width: fit-content; max-width: 85%; background: #fff; border-radius: 0 15px 15px 15px; box-shadow: 0 0 3px var(--he-gray-300); padding: 15px 20px; line-height: 1.6; font-size: 15px;}

.chatList.user {flex-direction: row-reverse;}
.chatList.user .chatList-bubble {border-radius: 15px 0 15px 15px; background: #0e7beb; color: #fff;}

.chatBot-foot {flex-shrink: 0;}

.chatWrite-wrap {display: flex; padding: 10px;}
.chatWrite-wrap .txt-wrap {flex-grow: 1;}
.chatWrite-wrap .chatBot-sendBtn {flex-shrink: 0; margin-left: 8px; border-radius:2px; background: #182f45; color: #fff; padding: 0 15px; display: flex; align-items: center; cursor: pointer;}



/* -----------------------------------

	---    eAcc page   ---
	
  ----------------------------------- */
 
 
/* [첨부파일 다운로드 영역 : noticeView.jsp] */
.attachFileWrap {position: relative;}
.attachFileTit {height:20px; line-height:20px; text-align:right; cursor: pointer;}
.attachFileTit a.down {display:inline-block; width:15px; height:20px; background:url("/images/icon/web/attachDown.gif") left center no-repeat;}
.attachFileTit a.up {display:inline-block; width:15px; height:20px; background:url("/images/icon/web/attachUp.gif") left center no-repeat;}
.attachFileTit p {display:inline-block; position:absolute; top:0; right:30px; font-weight:bold; padding-left:15px; background:url("/images/com/web/icon_file_list.png") left center no-repeat; background-size:8px auto;}
.attachFileTit span {display:inline-block; color: var(--he-red); margin-left:5px;}
.attachFileLstWrap {margin:0; display:inline-block; background:var(--he-base); position:absolute; top:100%; right:0;}
.attachFileLstWrap .attachFileLst {border:1px solid rgba(var(--he-gray-400-rgb),.6); border-top:none; background: var(--he-base);}
.attachFileLstWrap .attachFileLst:first-child {border-top:1px solid rgba(var(--he-gray-400-rgb),.6);}
.attachFileLstWrap .attachFileLst:hover {background: var(--he-gray-100);}
.attachFileLst .fileNameTit {display:inline-block; vertical-align:bottom; padding-left:5px; width:200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.attachFileLst .fileSize {font-size:11px; color: var(--he-gray-dark);}
.attachDownBtn {display:block; padding:6px;}
 
 
 /* [메인 내정보변경 팝업] */
.profileWrap {}
.profileHead {display: flex; flex-direction: column; align-items: center;}
 
.profile-imgWrap {position: relative;}
.profile-img {width: 120px; height: 120px; border-radius: 175% / 120%; overflow: hidden; border: 1px solid rgba(var(--he-gray-400-rgb), .8);}
.profile-NoImg {background: var(--he-gray-100); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.profile-NoImg i {font-size: 52px; color: var(--he-main1);} 
 
.profile-change {position: absolute; right: -10px; bottom: 0;}
.profile-change .profile-changeBtn {border: 1px solid rgba(var(--he-gray-400-rgb), .8); background: #fff; border-radius: 50%; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;}
.profile-change .profile-changeBtn i {font-size: 14px; color: var(--he-gray-dark);}
.profile-change.is-open .profile-changeBtn {background-color: var(--he-main1);}
.profile-change.is-open .profile-changeBtn i {color: #fff;}
.dropdownWrap .dropdownCon.profile-changeList {border-radius: 10px; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.18); width: max-content; right: auto;}
.profile-changeList > div {cursor: pointer; border-top: 1px solid var(--he-gray-300); line-height: 40px; height: 40px; padding: 0 15px; }
.profile-changeList > div:hover {background: var(--he-gray-100);}
.profile-changeList > div:first-of-type {border-top: none;}
.profile-changeList > div.colorRed {font-weight: normal;}

.profile-nameWrap {margin-top: 20px; text-align: center;}
.profile-name {font-size: 22px; font-weight: bold;}
.profile-dep {font-size: 15px; margin-top: 8px;}
.profile-dep span {position: relative; padding-left: 12px;}
.profile-dep span:before {content: ''; position: absolute; left: 3px; top: 4px; bottom: 4px; width: 2px; background: var(--he-gray-500);}
.profile-dep span:first-of-type {padding-left: 0;}
.profile-dep span:first-of-type:before {display: none;}

.profileBody {padding: 0 15px;}
.profile-list {margin-top: 20px;}
.profile-list .title-area {padding: 20px 5px 15px; font-size: 14px;}
.profile-list .title-area i {color: var(--he-main1); margin-right: 5px;}
.profile-list .list-area {}
.profile-list .list-row {display: flex; align-items: center; padding: 10px 0;}
.profile-list .list-row-tit {flex-shrink: 0; width: 175px; color: var(--he-gray-600); display: flex; align-items: center;}
.profile-list .list-row-tit i {font-size: 10px; width: 20px; text-align: center;}
.profile-list .list-row-con {flex-grow: 1;}
.profile-list .list-row-con .inp-wrap {width: 100%; border-radius: 50px; padding: 4px 15px; background: var(--he-gray-100);}
.profile-list .list-row-con .inp-wrap input {width:100%; font-size:13px; line-height:22px;}
 

/* --
	:: [팝업] 공지사항 팝업
---------------------------------------------------------- */
.noticePop {display: none;}

.notiWrap {position: fixed; z-index: 200; min-width: 400px; min-height: 500px; height: 500px; resize: both; display: flex; flex-direction: column; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; background: #fff; border-radius: 8px; overflow: hidden;}
.notiBody {flex-grow: 1; min-height: 0;}
.notiFooter {flex-shrink: 0; padding: 0px 10px 10px; font-size:13px; display: flex; align-items: center; justify-content: space-between;}

.noti-slider-wrap {width:100%; height:100%; position:relative; display: flex; flex-direction: column;}
.noti-slider {flex-grow: 1; position:relative;}
.noti-slider li {width:100%; height:100%; position: absolute; display: flex; flex-direction: column;}

.notiSlider-head {flex-shrink: 0; padding: 15px; min-height: 74px; display: flex; justify-content: center; flex-direction: column; position: relative; cursor: move;}
.notiSlider-head:before {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: -30px; z-index: -2; background: url(/images/background/bg_gradient.jpg) no-repeat; background-size: 200% auto; background-position: center left;}
.notiSlider-head:after {content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: -30px; z-index: -1; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));}
.notiSlider-body {flex-grow: 1; display: flex; flex-direction: column; border-radius: 15px; background: #fff; margin: 0 10px 15px; border: 1px dashed var(--he-gray-400); overflow: hidden;}

.notiPopType {}
.notiPopType span {display: inline-flex; border-radius: 30px; color: #fff; height: 24px; align-items: center; padding: 0 8px; text-shadow: 0px 0px 1px rgba(0,0,0,.5);}
.notiPopType.st01 span {background: radial-gradient(circle farthest-corner at 10% 20%, #92a3f2 0%, #74d5be 90%);}
.notiPopType.st02 span {background: radial-gradient( circle farthest-corner at 10% 20%, rgba(253,101,133,1) 0%, rgba(243,195,144,1) 90%);}
.notiPopTit {font-family: 'esamanru_Light', sans-serif; font-size: 15px; margin-top: 10px; line-height: 1.4;}

.notiPopCon {flex-grow: 1; line-height: 1.4; overflow-y: auto; padding: 15px;}
.notiPopCon img {width:100% !important; height:auto !important;}
.notiPopCon table {width:100% !important; height:auto !important;}
  
.notiPopFile {flex-shrink: 0; border-top: 1px dashed var(--he-gray-400); background: var(--he-gray-100); padding: 0 15px; position: relative;}
.notiPopFile .attachFileTit {height: 30px; line-height: 30px; text-align: left; display: flex; align-items: center;}
.notiPopFile .attachFileTit p {position: static; margin-right: 5px; background: none; padding-left: 0;}
.notiPopFile .attachFileTit p i {color: var(--he-main1); margin-right: 5px;}
.notiPopFile .attachFileLstWrap {top: auto; left: -1px; right: -1px; bottom: 30px;} 

.noti-controls {flex-shrink: 0; padding: 0 0 10px;}
.noti-controls .noti-cont-list {display: flex; align-items: center; justify-content: center;}
.noti-controls .noti-cont-list li {margin-left: 10px;}
.noti-controls .noti-cont-list li:first-child {margin-left:0;}
.noti-controls .noti-cont-list li span {display: inline-block; width: 15px; height: 15px; border-radius: 50%; background-color: var(--he-gray-500); cursor: pointer;}
.noti-controls .noti-cont-list li.active span {background-color: var(--he-main1);}

.notiCloseBtn {display: inline-block; padding: 0px 25px; border-radius: 30px; line-height: 32px; border: 1px solid var(--he-main1); color: var(--he-main1); background: var(--he-gray-100);}
 
.noticePop .notiWrap {top: 55px; left: 180px;}

.totalNoticePop .notiWrap {top: 55px; left: 590px;}
.totalNoticePop .notiSlider-head:before {background-position: center right;}

    
/* [댓글] */
.comWrap {overflow: hidden; margin-top: 20px;}
.comWrap h4 {font-size:13px;}

.comWrite {margin-top: 5px;}
.comWrap .cke_1.cke_chrome {border-color: rgba(var(--he-gray-400-rgb),.6);}
.comWrap .cke_1 .cke_bottom {border-top-color: rgba(var(--he-gray-400-rgb),.6); background-color: var(--he-gray-100);}
.cmt-regBtn {background: var(--he-gray-100); text-align: right; padding: 5px 5px; border: 1px solid rgba(var(--he-gray-400-rgb),.6); border-top:none;}
.comBtn {display: inline-block; padding: 10px 15px 10px 45px; text-align: center; color: var(--he-base); border-radius: 20px; background: var(--he-main1) url(/images/icon/web/commentIcon.png) 16px center no-repeat; background-size: 20px auto;}

.comCount {font-size:13px; padding:15px 5px 10px 5px;}
.comCount span {font-weight:bold; color:var(--he-red);}

.comLstWrap {}
.comLst {display:flex; padding:15px 0 20px; border-top: 1px solid rgba(var(--he-gray-400-rgb),.6);}
.comLst:last-child {border-bottom: 1px solid rgba(var(--he-gray-400-rgb),.6);}

.cmt-userPic {flex-shrink: 0; width: 30px; height: 30px;}
.cmt-userPic img{width: 100%; height: 100%;}

.cmt-data {flex-grow: 1; margin-left:13px; max-width:100%;}
.cmt-data-top {display:flex; justify-content: space-between; align-items:center;}
.cmt-data-mid {margin-top:10px;}
.cmt-data-btm {margin-top:10px; display:flex;}

.cmt-userName {font-weight:bold;}
.cmt-btnArea {display:flex;}
.cmt-btn {display: inline-block; cursor:pointer; background:var(--he-gray-100); padding: 3px 8px; border: 1px solid rgba(var(--he-gray-400-rgb),.6); border-radius: 5px; margin: 0 3px; font-size: 13px;}
.cmt-contents {line-height:1.4;}
.cmt-contents img {max-width: 100%; height: auto !important; margin-top:5px; display:block;}
.cmt-contents table {width: 100% !important; margin-top:5px;}
.cmt-contents table img {max-width: none;}
.cmt-day {}
.cmt-reply {margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(var(--he-gray-400-rgb),.6); cursor: pointer;}
.n-icon {display: inline-block; margin-top:-2px; margin-left: 3px; width: 16px; height: 16px; line-height: 16px; background: var(--he-red); color: var(--he-base); border-radius: 50%; font-size: 10px; text-align: center; font-weight: 100; vertical-align: middle;}

.replyComLst {padding:15px 0 15px 47px; border-top:1px dashed rgba(var(--he-gray-400-rgb),.6); background: url(/images/icon/web/icons_down_right.png) no-repeat; background-size: 18px auto; background-position: 15px 17px;}


/* [현황판 > 미확인댓글 : 윈도우팝업] */
.popUnconfirmed {}
.popUnconfirmed-head {display:flex; justify-content: space-between;}
.popUnconfirmed-head .comCount {padding:0 10px; font-weight:bold;}
.popUnconfirmed-body .empty-state {height: auto;}

.popUnconfirmed-body ul {}
.popUnconfirmed-Lst {margin-top:15px; border:1px solid rgba(var(--he-gray-400-rgb), .6); border-radius:10px; overflow:hidden;}
.popUnconfirmed-Lst .bold {font-size:14px;}
.popUnconfirmed-Lst .colorGray {font-size:12px;}

.popUnconfirmed-LstTit {padding: 8px 15px; border-bottom: 1px solid rgba(var(--he-gray-400-rgb), .6); background: var(--he-gray-100);}
.popUnconfirmed-LstCon {padding: 12px 15px; display:flex; justify-content: space-between; align-items:center;}
.popUnconfirmed-LstCon > div {flex-shrink: 0;}
.popUnconfirmed-LstCon > div:first-child {flex: 1 1 auto;}
.popUnconfirmed-LstCon .colorGray {position:relative; padding-left:15px;}
.popUnconfirmed-LstCon .colorGray:before {content:''; position:absolute; left:6px; top:2px; width:2px; height:12px; background: var(--he-gray-500);}

.popUnconfirmed .pop-bottom .pagingLst {margin:0;}


/* [게시판] */
.viewBoardTit {border-top:2px solid var(--he-main1); border-bottom:1px solid rgba(var(--he-gray-400-rgb),.6); padding:13px 10px; background:var(--he-gray-100); font-size:14px; font-weight:500;}
.viewBoardInfo{border-bottom:1px solid rgba(var(--he-gray-400-rgb),.6); padding:9px 0; overflow:hidden; background:var(--he-base);}
.viewBoardInfo p{font-weight:bold;}
.viewBoardInfo p span{display:inline-block; padding-left:10px; font-weight:normal;}
.viewBoardCon{padding:15px 15px 30px; border-bottom:1px solid rgba(var(--he-gray-400-rgb),.6);}
.viewContent{padding:30px 5px; line-height:1.6;}
.viewBoardIntro{margin-top:30px;}
.viewBoardIntro span{border-left:3px solid var(--he-main1); padding-left:7px; margin-left:7px;}
.viewBoardIntro div{border:1px solid rgba(var(--he-gray-400-rgb),.6); background:var(--he-gray-100); margin-top:10px; padding:10px 20px;  border-left:none; border-right:none;}

/* [카드영수증] */
.cardReceiptWrap {background:var(--he-base); box-shadow: rgba(var(--he-black-rgb), .3) 0px 0px 3px 0px, rgba(var(--he-black-rgb), .3) 0px 10px 10px -5px; position:relative; width:100%;}
.cardReceiptWrap:after {background-position:0px 0px; bottom:-8px; height:10px; left:0px; position:absolute; width:100%; content: ' '; background:url("/images/eaccounting/texture_paper_zigzag.png") repeat-x 0px 0px;}
.cardReceiptWrapIn {padding:20px 20px 5px;}
.cardReceiptTit {width:100%; text-align:center; font-size:23px; overflow: hidden; word-wrap: break-word;}

.cardReceiptCon {margin-top:20px; position:relative;}

/* [전자결재 테이블] */
.approval-tb-wrap {width:100%;}
.approval-tb-st {width:100%;}
.approval-tb-st th {text-align:center; background:var(--he-gray-100); font-weight:400;}
.approval-tb-st th,
.approval-tb-st td {padding: 5px; border:1px solid rgba(var(--he-gray-400-rgb),.6);}

/* 도장 영역 */
.approval-tb-st.type01 th,
.approval-tb-st.type01 td {padding:2px 0;}
.approval-tb-st.type01 th {width:auto; background:none; font-size:20px; border:1px solid rgba(var(--he-gray-400-rgb),.6);}
.approval-tb-st.type01 td {width:100px; text-align:center; border:1px solid rgba(var(--he-gray-400-rgb),.6);}
.approval-tb-st.type01 .stamp td {height:60px; width:70px;}
.approval-tb-st.type01 .stamp td img{width:50px; height:auto;}

.appr-stamp-th {background:var(--he-gray-100);}
.appr-stamp-th-red {background:#f1b4b4;}
.appr-stamp-th-green {background: #a9e898;}

.indiStamp{display:inline-block; width:55px; height:55px; text-align:center;}
.indiStamp span {display:inline-block; font-family: 'Hanna', sans-serif; font-size:14px;}

.indiStamp.red {background:url("/images/com/new_eAcc/stamp_background_red.png") no-repeat center center; background-size:55px 55px;}
.indiStamp.red span.vertical{width:14px; color:var(--he-red); margin-top:8px;}
.indiStamp.red span.horizontal{color:var(--he-red); margin-top:23px;}

.indiStamp.black {background:url("/images/com/new_eAcc/stamp_background_black.png") no-repeat center center; background-size:55px 55px;}
.indiStamp.black span.vertical{width:14px; color:var(--he-gray-dark); margin-top:8px;}
.indiStamp.black span.horizontal{color:var(--he-gray-dark); margin-top:23px;}

.approval-tb-st.type02 {table-layout:fixed; margin-top:5px;}
.approval-tb-st.type03 th,
.approval-tb-st.type03 td {table-layout:fixed; padding:8px;} /* dtl 같은 경우 : not use input */

.approval-tb-wrap h4 {font-size:13px;}
.approval-tb-wrap .onlyTextArea {padding:7px 10px;}


/* [결재자 리스트 스타일] */
.expnSignLstWrap {padding: 0 5px 10px; display: flex; flex-wrap: wrap;}
.expnSignLst {position: relative; margin: 10px 5px 0; flex: 1 1 auto; max-width: 230px;}
.expnSignLst:before {content: ''; position: absolute; left: 35px; right: 10px; top: 13px; border: 1px dashed var(--he-gray-400);}
.expnSignLst:last-of-type:before {display: none;}

.expnSignLst .seq {width: 25px; height: 25px; line-height: 25px; text-align: center; border-radius: 15px;}
.expnSignBox {border-radius: 0 10px 10px 10px; padding: 8px 15px; margin-top: 10px;}
.expnSign-name {font-size: 14px;}
.expnSign-state {display: inline-block; padding: 3px 6px; border-radius: 8px;}
.expnSign-time {margin-left: 5px; padding-left: 5px; position: relative; font-size: 11px;}
.expnSign-time:before {content: ''; position: absolute; top: 3px; bottom: 3px; left: -2px; width: 1px; background: #fff;}
.expnSign-opn {display: flex; word-break: break-all; line-height: 1.2;}
.expnSign-opn i {font-size: 10px; transform: scaleX(-1); margin-right: 3px; flex-shrink: 0; color: var(--he-main1); margin-top: 3px;}

/* st00 : 결재대기 */
.expnSignLst.st00 .seq {background: var(--he-base); border: 1px solid var(--he-gray-400);}
.expnSignLst.st00 .expnSignBox {background: var(--he-gray-100); box-shadow: 0 0 2px var(--he-gray-400);}
.expnSignLst.st00 .expnSign-state {background: #fff; border: 1px solid var(--he-gray-400);}

/* st01 : 승인*/
.expnSignLst.st01 .seq {background: var(--he-main1); border: 1px solid var(--he-main1); color: #fff;}
.expnSignLst.st01 .expnSignBox {background: #eff5ff; box-shadow: 0 0 2px #91b9ff;}
.expnSignLst.st01 .expnSign-state {background: var(--he-main1); border: 1px solid var(--he-main1); color: #fff;}

/* st02 : 반려*/
.expnSignLst.st02 .seq {background: var(--he-red); border: 1px solid var(--he-red); color: #fff;}
.expnSignLst.st02 .expnSignBox {background: #fff1f1; box-shadow: 0 0 2px #ff9797;}
.expnSignLst.st02 .expnSign-state {background: var(--he-red); border: 1px solid var(--he-red); color: #fff;}


/* 이름 + 삭제버튼 */
.prsnNameLst {display: flex; flex-wrap: wrap;}
.prsnNameLst li {margin: 5px 0 0 5px; background: var(--he-gray-200); border-radius: 0 8px 8px 8px; padding: 5px 5px 5px 10px;}
.prsnNameLst .del {margin-left: 15px; cursor: pointer; background: var(--he-red); width: 22px; height: 20px; border-radius: 8px; line-height: 20px; text-align: center; color: #fff;}



/* 전표 단위 구분선 */
.repeatItemAll .repeatItem {border-top:1px dashed var(--he-gray-400); margin-top:10px;}
.repeatItemAll .repeatItem:first-child {border-top:none;}

/* 부분반려시 */
.repeatItem {position:relative;}
.repeatItem .canceled {position:absolute; top:0; bottom:0; left:0; right:0; box-sizing:borer-box; border:3px solid var(--he-red);
									background:url("/images/com/new_eAcc/itemCanceledBg.png");}
.repeatItem .canceled span {display:block; width:100%; height:100%; background:url("/images/com/new_eAcc/itemCanceledIcon.png") no-repeat center center;}




/* [출장관리 - 대화내용 팝업]*/
.tripChatReplyBtn {padding: 0 5px !important; height: 28px !important; line-height: 28px !important; margin-left: 5px;}
.tripChatReplyBtn i {margin-right: 5px;}
.tripChatReply {}
