@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 400;
 src: url('/fonts/notosanskr-regular.woff2') format('woff2'),
	url('/fonts/notosanskr-regular.woff') format('woff')
}

@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 500;
 src: url('/fonts/notosanskr-medium.woff2') format('woff2'),
	url('/fonts/notosanskr-medium.woff') format('woff')
}

@font-face {
 font-family: 'Noto Sans KR';
 font-weight: 700;
 src: url('/fonts/notosanskr-bold.woff2') format('woff2'),
	url('/fonts/notosanskr-bold.woff') format('woff')
}

@font-face {
	font-family: 'ggg';
	font-weight: 700;
	src: url('/fonts/gmarketsansbold.woff2') format('woff2'),
		url('/fonts/gmarketsansbold.woff') format('woff')
}

@font-face {
	font-family: 'ggs';
	font-weight: 500;
	src: url('/fonts/ggs.woff2') format('woff2'),
		url('/fonts/ggs.woff') format('woff')
}

@font-face {
	font-family: 'ggs';
	font-weight: 100;
	src: url('/fonts/ggl.woff2') format('woff2'),
		url('/fonts/ggl.woff') format('woff')
}


* {
	margin: 0;
	padding: 0;
	position: relative;
	letter-spacing: -1px;
	box-sizing: border-box;
	outline: none !important;
	font-family: "Noto Sans KR", sans-serif;
	color: #666;
	word-break: break-all;
	list-style: none;
	font-size: 14px;
	text-decoration: none;
}
*:focus { outline: none; }
*::selection { background-color: #000; color: #FFF; }
input::placeholder,
textarea::placeholder { color:#ccc; }

/* 스크롤 탑버튼 */
.scroll_topBtn { width:50px; height:50px; border:1px solid; border-radius:50%; position:fixed; bottom:20px; right:25px; background-color:#666; text-align:center; line-height:50px; font-size:20px; box-shadow: 2px 4px 15px 8px rgb(0 0 0 / 10%); cursor:pointer; }
.scroll_topBtn i { font-size:25px; color:#fff;  }


html, body { height: 100%; float: left; color: #000; width : 100%;  }
body { overflow-y:scroll; }

img { max-width: 100%; vertical-align: middle; }
button { border:1px solid #ccc; }

input[type='checkbox'] { display:none; }
input[type='radio'] { display:none; }

table { width: 100%; }
table, tbody, tr, td, th, thead { border-collapse: collapse; table-layout: fixed; }
table, tbody, tr, td, th, thead:lang(en) {letter-spacing: 0;}

/* width */
.w100 { width:100%; }
#wrap { width: 100%; float: left; min-width: 1200px; }

/* vertical  */
.vcat { vertical-align: top !important; }

/* display */
.dpn { display: none; }

/* 체크박스 커스텀 */
label.customCheckBox { font-size: 19px; float: left; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; cursor:pointer; margin-right: 5px; }
label.customCheckBox i { font-size: inherit; float:left; }
label.customCheckBox > .on { display: none; color: #3366CC; }
label.customCheckBox > .off { display: inline-block; color: #CCC; }
label.customCheckBox.listCheckBox { font-size: 19px; float: none; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; cursor:pointer; margin-right: 5px; }
label.customCheckBox.listCheckBox i { font-size: inherit; float:none; }

.right_Btn{float:right; width: 92px ; padding: 0 5px ; border-radius: 5px ; color: #acacac; height: 33px ; font-size: 9pt ; font-weight: 500; cursor: pointer; background-color: transparent; margin-bottom: 8px; }	
.right_Btn > i {font-size: 9pt;  color: inherit; vertical-align: middle; margin-right: 8px;}
.tit_w_button{margin-top: 13px;}

/* 제목 우측 미니 버튼 */
.tit_right_btn { float:right; min-width: 92px; padding: 0 5px; border-radius: 5px; color: #acacac; height: 33px; line-height: 33px; font-size: 9pt; font-weight: 500; cursor: pointer; background-color: transparent; margin-bottom: 8px; border:1px solid #ccc; text-align:center; }
.tit_right_btn > i { font-size: inherit; color: inherit; margin-right: 8px; }

.customCheckBoxLabel { float:left; margin-right:25px; cursor:pointer; }
.customCheckBoxLabel:not(:first-of-type) { margin-left:5px; }

input[type="checkbox"]:checked + label.customCheckBox > .on { display: inline-block; }
input[type="checkbox"]:checked + label.customCheckBox > .off { display: none; }

input[type="radio"]:checked + label.customCheckBox > .on { display: inline-block; }
input[type="radio"]:checked + label.customCheckBox > .off { display: none; }

.autoInp { background-color: #f8f8f8; }


#loading { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9999999; background-color:rgba(0,0,0,0.5); display:none; }
#loading * { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none; }
#loading > #loadingItem { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; border: 3px solid white; border-radius: 50%; animation: loading 1s ease-in-out infinite; -webkit-animation: loading 1s ease-in-out infinite; }

@keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes loading { to { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }


/* 필수값 */
.importantLabel:after { content:"*"; color:red; }

/* 필수값 표시만 (필수값 체크는 x) */
.importantLabel2:after { content:"*"; color:red; }

/*float*/
.fl { float:left; }

/* 버튼 */
.commonBtn { width: 150px; height: 35px; background: transparent; font-size: 13px; font-weight: 600; padding:0 25px; border-radius:3px; cursor:pointer; }
.commonBtn i { color:inherit; vertical-align: middle; margin-right:8px; }
.commonBtn:not(:first-of-type) { margin-left:5px; }

.actionBtn_write { color:white; }
.writeBtn { color:white; }
.actionBtn_popup { color:white; }
.change_sv { width: auto; background-color:#f5f5f5; }
.actionBtn_delete { font-weight: 400; width:70px; background-color:#f5f5f5; font-size:13px; padding:0 15px; }
.blockBtn { font-weight: 400; width:70px; background-color:#f5f5f5; font-size:13px; padding:0 15px; }
.actionBtn_back { font-weight: 400; width:115px; padding-right: 30px; background-color:#f5f5f5; font-size:13px; }
.actionBtn_back2 { font-weight: 400; width:115px; background-color:#f5f5f5; font-size:13px; }
.gray_btn { border: 1px solid #ccc; color: #ccc; }

/* Line Button */
.tempBtn { 	border: 1px solid #ccc; color: #ccc; width: 110px; }

a.commonBtn { display:inline-block; vertical-align:middle; text-align:center; line-height:35px; }
.commonBtn * { vertical-align: middle; }

.common_sub_btn { width:110px; height:35px; cursor: pointer; background-color:white; border:1px solid #ccc; color:#ccc; font-size: 13px; font-weight: bold; }
.common_sub_btn i { color:inherit; vertical-align: middle; margin-right:8px; }

/*결재라인 버튼 2024-06-19(수) 작업자 : 이재목*/
.commonBtn.lineplus{width:172px; height:40px; background-color: #FFFFFF; border-radius:0px;}
.commonBtn.lineref{width:105px; height:40px; background-color: #FFFFFF; font-size:13px; padding:0 23px; border-radius:0px;}
.commonBtn.linesave{width:111px; height:40px; background-color: #FFFFFF; font-size:13px; padding:0 23px; font-size:14px; border: 1px solid #C7A165; color:#C7A165; border-radius:0px;}
.excelBtn { border-color:#1f6f43; color:#1f6f43; }

/*면담평가표 버튼 2024-07-05(금) 작업자 : 이재목 */
.commonBtn.approvalBtn{width:135px; height:35px; background-color: #CC3333 !important; color:#FFFFFF; float:right; font-size:13px; margin-left:5px;}
.commonBtn.complanBtn{width:75px; height:35px; background-color: #CDCDCD !important; color:#FFFFFF; float:right; font-size:13px;}
.common_sub_btn.mg {width:100%; height:30px;}
.common_sub_btn.disabledBtn {width:100%; height:30px; border-color: #ccc !important; color: #ccc !important; cursor: default;}

/*계약대상 버튼 2024-07-11(목) 작업자 : 이재목 */
.commonBtn.preBtn{width:65px; height:23px; font-size:11px; color:#999999; padding:0 10px;}
.commonBtn.intBtn{width:65px; height:23px; font-size:11px; color:#999999; padding:0 10px;}
.commonBtn.mg{width:100%;}
.commonBtn.success{border-radius:0px; color:#fff; width:60% !important; padding:0px !important; float:left}
.commonBtn.fail{border-radius:0px; background-color:#ccc; color:#fff; width:36% !important; padding:0px !important; float:left}
/* 2022.07.02 추가_작업자 문정원 */
.excelUpload { background-color:#1f6f43; color:#fff; }

/* 인풋 */
.txtBox { width:auto; float:left; height:35px; border:1px solid #d8d8d8; padding:0 10px; font-size:13px; }
.txtBox[onlyNum] { text-align:right; letter-spacing: 0; }
textarea.txtBox { padding:5px; height:150px; resize: vertical; }
select.txtBox:not(#list_cnt) { width:100px; }
.custom_tab_layout select:focus { border:1px solid #abd3e9; background-color:#f2fcff;}
.custom_tab_layout select option { background-color:white; }

select * { font-size:12px; }

.type_form .txtBox { width:100%; font-size:13px;}
.type_form select.txtBox { min-width: 150px; width:auto; }
.type_form.form100 .txtBox { width:100%; font-size:13px;}
.txtBox.miniBox { width:200px; }

/* 리스트 상단 좌측 검색select 2022.09.23(금) - 작업자 문정원 */
.type_list .listSet .leftBox .etc_set select { margin-right:5px; } 
/* 리스트 상단 좌측 검색select 2022.09.23(금) - 작업자 문정원 */

/*결재라인 텍스트박스 2024-06-19(수) 작업자 : 이재목*/
.txtBox.line_type{width:111px !important; height:40px;}
.txtBox.lineteam{width:148px !important; height:40px;}
.txtBox.linemember{width:200px !important; height:40px;}

.txtBox.date{ width: 260px; font-weight: 500; padding: 0 10px; }
.date_span{ float: left; height: 35px; line-height: 35px; padding : 0 15px; font-weight: 900;}
.date_label{ float: left; margin-left: -30px; height: 35px; line-height: 35px; }
.date_label > i{ font-size: 16px; } 
/* ------------------------ */

/* display */
.dpn { display:none }
.dpb { display:block; }

/* text */
.tal { text-align:left !important; }
.tac { text-align:center !important; }
.tar { text-align:right !important; }

/* cursor */
.c_d { cursor:default !important }
.c_p { cursor:pointer !important }

/* 영문,숫자 레터스페이싱 */
.lp0 { letter-spacing: 0; }

/* ------------------------ */


/* toggle */
label.toggle { cursor: pointer; background-color: #EEE; width: 60px; height: 30px; float: left; transition: all 0.5s; padding: 5px 7px; border-radius: 25px; }
label.toggle > div { width: 20px; height: 20px; background-color: #FFF; border-radius: 100%; float: left; transition: all 0.5s; left: 0; }
input.toggle { display: none; }
input.toggle:checked + label.toggle { background-color: #2790FF; }
input.toggle:checked + label.toggle > div { left: 26px; }


 /* datepicker */
.ui-datepicker { z-index:100 !important; }
.ui-widget.ui-widget-content { border: 0 !important; border-radius: 5px !important; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important; padding: 0 !important; overflow: hidden; margin-top: 5px; width: 220px !important; }
.ui-datepicker .ui-datepicker-header { border: 0 !important; border-radius: 0 !important; background-color: #333 !important; padding: 8px 50px !important; margin: 0 !important; }
.ui-datepicker .ui-datepicker-title { margin: 0 !important; color: #FFF; font-size: 14px; }
.ui-datepicker .ui-datepicker-title > span { font-size: 14px; }
.ui-datepicker table { margin: 5px 0 !important; }
.ui-datepicker td a { text-align: center !important; font-weight: 500 !important; border: 0 !important; background: none !important; font-size: 12px !important; color: #333 !important; border-radius: 3px; transition: background-color 0.2s; }
.ui-datepicker td a:hover { background-color: #F2F2F2 !important; }
.ui-datepicker td span { text-align: center !important; font-weight: 500 !important; border: 0 !important; background: none !important; font-size: 12px !important; color: #CCC !important; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight { background-color: #c5c5c5 !important; }
.ui-state-active, .ui-widget-content .ui-state-active { color: #333 !important; font-weight: bold !important; background-color: #FFCC33 !important; }
.ui-state-active:hover, .ui-widget-content .ui-state-active:hover { color: #333 !important; font-weight: bold !important; background-color: #FFCC33 !important; }
.ui-datepicker th { font-size: 12px !important; }

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev { cursor: pointer; width: 35px !important; height: 35px !important; line-height: 35px !important; text-align: center !important; top: -1px !important; }
.ui-datepicker .ui-datepicker-next { right: 0 !important; }
.ui-datepicker .ui-datepicker-next::after { content: "\f0a9"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #FFF; opacity: 0.2; transition: opacity 0.5s; }
.ui-datepicker .ui-datepicker-next:hover::after { opacity: 1; }
.ui-datepicker .ui-datepicker-next > span { display: none !important; }

.ui-datepicker .ui-datepicker-prev { left: 0 !important; }
.ui-datepicker .ui-datepicker-prev::after { content: "\f0a8"; font-family: "Font Awesome 5 Free"; font-weight: 900; color: #FFF; opacity: 0.2; transition: opacity 0.5s; }
.ui-datepicker .ui-datepicker-prev:hover::after { opacity: 1; }
.ui-datepicker .ui-datepicker-prev > span { display: none !important; }

.ui-datepicker .ui-datepicker-next-hover { background-color: #333 !important; border: 0 !important; top: 0 !important; right: 0 !important; }
.ui-datepicker .ui-datepicker-prev-hover { background-color: #333 !important; border: 0 !important; top: 0 !important; left: 0 !important; }

.ui-datepicker select { border: none !important; background-color: #333 !important; font-weight: bold; color: #FFF !important; font-size: 15px !important; cursor: pointer !important; letter-spacing: -0.5px !important; margin: 0 !important; float: left; }
.ui-datepicker-year { width:52% !important; }
.ui-datepicker-month { width:48% !important; }
.ui-datepicker select > option{color: #fff;}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: 1; }

.fileDeleteBtn {float: left; padding: 11px;}


/* 미니 가이드 */
.GuideWrap { display: inline-block; margin-left: 5px; text-align: left !important; }
.GuideWrap > .guideBtn { color: #CCC; cursor: pointer; }

.GuideWrap > div { position: absolute; width: 270px; left: 0; top: 100%; background-color: #FFF; border: 1px solid #EEE; border-radius: 6px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); padding: 10px; z-index: 20; }
.GuideWrap > div > .title { width: 100%; float: left; font-size: 13px; font-weight: bold; color: #333; line-height: 20px; margin-bottom: 2px; }
.GuideWrap > div > p { width: 100%; float: left; font-size: 12px; color: #333; font-weight: 500; line-height: 18px; padding-left: 3px; }


.pauseWrap { display: inline-block; margin-left: 5px; text-align: left !important; }
.pauseWrap > .guideBtn { color: #CCC; cursor: pointer; }

.pauseWrap > div { position: absolute; width: 250px; left: -478%; bottom: -600%; background-color: #FFF; border: 1px solid #EEE; border-radius: 6px; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); padding: 10px; z-index: 20; }
.pauseWrap > div > .title { width: 100%; float: left; font-size: 13px; font-weight: bold; color: #333; line-height: 20px; margin-bottom: 2px; }
.pauseWrap > div > p { width: 100%; float: left; font-size: 12px; color: #333; font-weight: 500; line-height: 18px; padding-left: 3px; }

.GuideWrap.typeRight > div { right: 0; left: inherit; }


datalist { width: 100%; float: left; padding:0 10px; background-color: white; border: 1px solid #ccc; position: absolute; z-index: 1; top: 45px; height:245px; overflow:auto; }
datalist option { font-size:17px; line-height:35px; cursor:pointer; }
datalist option:hover { background-color:#f5f5f5; color:black; font-weight:bold; }
.popupWrap {z-index: 999 !important;}


.privacyBoxFrm { height:250px; overflow-y: scroll; border:1px solid #ccc; padding:5px; }

i.rowDeleteBtn { cursor:pointer; }

.small_info{color: #cccccc; margin-right: 15px;}


/* 결재라인 작업자 : 이재목*/
.line_btn {border: 1px solid #49361C; background-color:#FFFFFF; padding:4px 20px; cursor:pointer; width:130px; height:30px;}
.line_btn i { color:inherit; vertical-align: middle; margin-right:8px; }
.line_text{font-weight:bold;  font-size:13px;}
.thtext{color:#c0c0c0; font-size:13px; font-weight:300;}



.view_title {margin-top:20px !important;}
.view_title .view{padding:42px 38px 38px 55px;}
.view_title .view .title {float:left; font-size:16px; line-height:45px; width:5%;}
.view_title .view .inp {float:left; width:95%;}
.view_title .view .inp input{height:45px; padding:14px 21px 14px 21px;}
.view_title .view .inp input::placeholder {color:#999999;}

.custom_line_wrap { width:100%; float:left; margin-top:48px; margin-bottom:55px;}
.custom_line_wrap:before { width:1px; height:100%; content:" "; background-color:#E2E2E2; position:absolute; left:14px; z-index:1; }

.custom_line_wrap > div { width:100%; float:left; }
.custom_line_wrap > div:not(:first-of-type) { margin-top:24px;}

.custom_line_wrap .line_wrap .left_line { width:5%; float:left;}
.custom_line_wrap .line_wrap .left_line.active > span { width:30px; height:30px; line-height:24px; z-index:2; background-color:white; display:inline-block; vertical-align: middle; border:3px solid #C7A165; border-radius:50%; text-align:center; color:#C7A165; font-weight:bold;  }
.custom_line_wrap .line_wrap .left_line > span { width:30px; height:30px; line-height:22px; z-index:2; background-color:white; display:inline-block; vertical-align: middle; border:3px solid #999999; border-radius:50%; text-align:center;  font-weight:bold; padding-right:1px; color:#999999; }
.custom_line_wrap .line_wrap .right_content.active { width:95%; float:right; border:2px solid #C7A165; border-radius:10px; padding:35px 45px 32px 50px; box-shadow:3px 2px 10px 0px rgba(0,0,0,0.17); }
.custom_line_wrap .line_wrap .right_content:not(.active){ width:95%; float:right; border-radius:10px; padding:26px 48px 26px 45px; background-color:#f8f8f8;}
.custom_line_wrap .line_wrap .right_content > div { width:100%; float:left; }
.custom_line_wrap .line_wrap .right_content > div > div { width:100%; float:left; }

.add_line_wrap .left_wrap { width:90%; float:left; }
.add_line_wrap .left_wrap > div { width:100%; float:left; }

.add_line_wrap .left_wrap > .content { background-color:#f8f8f8; padding:26px 40px; }
.add_line_wrap .left_wrap .add_line_left { width:auto; float:left; }
.add_line_wrap .left_wrap .add_line_left > li { width:auto; float:left; line-height:40px }
.add_line_wrap .left_wrap .add_line_left .lineTit { padding-right:24px; font-size:14px; color:#000; }
.add_line_wrap .left_wrap .add_line_left .addLineBtnWrap { padding-left:19px; }
.add_line_wrap .left_wrap .add_line_left .addLineBtnWrap i { font-size:22px; cursor:pointer;}
.add_line_wrap .left_wrap .add_line_left .txtBox:not(:first-child) { margin-left:9px; }

.add_line_wrap .left_wrap .add_line_right { width:auto; float:right;  }
.add_line_wrap .left_wrap .add_line_right:before { content:" "; width:1px; height:100%; background-color:#d3d3d3; position:absolute; left:-32px; }

.add_line_wrap .left_wrap > .line { margin-top:21px; height:1px; background-color:#EDEDED; }
.add_line_wrap .right_wrap { width:auto; float:right; line-height:30px; margin-right:25px;}
.add_line_wrap .right_wrap > * { display:inline-block; vertical-align: middle; font-size:18px; cursor:pointer;}
.add_line_wrap .right_wrap .line { width:1px; height:30px; background-color:#d7d7d7; margin:0 13px; }


.result_line_wrap { margin-top:27px; }
.result_line_wrap > div { width: 100%; float:left; }
.result_line_wrap > div:not(:first-of-type) { margin-top:14px; }
.result_line_wrap .result_box:before { width:1px; height:100%; content:" "; background-color:#E2E2E2; position:absolute; left:71px; z-index:1; }
.result_line_wrap .result_box_title { width:auto; float:left;  margin-top:7px; }
.result_line_wrap .result_box_title > span { display:inline-block; vertical-align:middle; width:48px; height:25px; line-height:23px; border-radius:50px; border:1px solid #747474; text-align:center; }
.result_line_wrap .result_content { width:80%; float:left; margin-left:59px; }
.result_line_wrap .result_content > ul { width:100%; float:left; }
.result_line_wrap .result_content > ul:not(:first-of-type) { margin-top:14px; }
.result_line_wrap .result_content > ul > li { width:auto; float:left; line-height:40px; }
.result_line_wrap .result_content > ul > li:not(:first-of-type) { margin-left:8px; }
.result_line_wrap .result_content > ul > li:last-of-type { margin-left:19px; }
.result_line_wrap .result_content .linemember{margin-left:8px;}
.result_line_wrap .result_content > ul > li i { font-size:22px; cursor:pointer;}
.result_line_wrap .result_content .txtBox { width:auto; height:40px;}

.button_area{text-align:right;}

.saveLineBtn { position:absolute; right:0; bottom:0; }

.right_content .summary_wrap:not(:first-of-type){float:left; width:57% !important; line-height:30px; min-height:30px; height:auto;}
.right_content .summary_wrap:first-of-type{float:left; width:34% !important; line-height:30px; min-height:30px; height:auto;}
.right_content .summary_wrap > div{float:left;}
.right_content .summary_wrap > div > span{display:inline-block; vertical-align:middle; width:48px; height:25px; line-height:21px; border-radius:50px; border:1px solid #747474; text-align:center; background-color:#ffffff;}
.right_content .summary_wrap > ul{float:left; width:70%; margin-left:15px;}
.right_content .summary_wrap > ul > li{float:left; font-size:13px; padding-left:3px; letter-spacing:-1px;}
.right_content .summary_wrap > ul > li span{color:#999999} 
.right_content .summary_wrap:not(:first-of-type):before{ content:" "; width:1px; height:100%; background-color:#d3d3d3; position:absolute; left:-32px; }
.right_content .icon_wrap {float:right !important; width:auto !important;}
.right_content .icon_wrap > * { display:inline-block; vertical-align: middle; font-size:18px; cursor:pointer;}
.right_content .icon_wrap .line { width:1px; height:30px; background-color:#d7d7d7; margin:0 13px;}

.m_deleteManager{color:#cccccc;}


.popCont .box{width:100%; float:left; padding:21px 18px;} 
.popCont .line_title{float:left; width:100%; border:1px solid #e2e2e2; border-radius:10px; padding:20px 30px;}
.popCont .line_title > .left{float:left; width:40%; font-size:18px;}
.popCont .line_title > .left > i {font-size:20px; margin-right:11px; line-height:34px;} 
.popCont .line_title > .right{float:right; width:auto; font-size:15px; line-height:35px;}
.popCont .line_title > .right > * {display:inline-block; vertical-align: middle; font-size:15px; cursor:pointer;}
.popCont .line_title > .right > i {font-size:18px !important;}
.popCont .line_title > .right > .line {height:34px; background-color:#DFDFDF; width:1px; margin:0 18px; }
.popCont .line_title > .right i:first-of-type  {margin-right:11px; font-size:17px; color:#cccccc }
.popCont .line_title > .right span.gray{color:#666666 !important;}
.popCont .line_title > .right span.lightgray{color:#999999 !important;}
.popCont .line_title > .right span.verylightgray{color:#cccccc !important; font-size:14px;}

.custom_line_wrap .line_wrap .right_contentV{ width:95%; float:right; border-radius:10px; padding:30px 33px 23px 33px; background-color:#f8f8f8;}

.right_contentV .summary_wrap:not(:first-of-type){margin-top:10px; width:100%; float:left;}
.right_contentV .summary_wrap > div{width:auto; float:left;}
.right_contentV .summary_wrap > div > span{display:inline-block; vertical-align:middle; width:48px; height:25px; line-height:23px; border-radius:50px; border:1px solid #747474; text-align:center; background-color:#ffffff; color:#000000}
.right_contentV .summary_wrap > ul{float:left; width:70%; margin-left:15px; line-height:25px;}
.right_contentV .summary_wrap > ul > li{float:left; font-size:13px; padding-left:3px; letter-spacing:-1px;}
.right_contentV .summary_wrap > ul > li span{color:#999999} 


/* 결재라인 작업자 : 이재목*/

/* 면담평가표 작업자  :이재목*/
.content .int_tit{width:100%; float:left; line-height:35px; margin-top:20px;}
.content .int_tit span.black{color:#000000; font-size:16px;}
.content .int_tit .score_list{width:472px; float:right; border-radius:50px; background:#F1F1F1; height:35px; text-align:center; font-size:14px;}
.content .int_tit .score_list span:nth-child(even) {color:#666666;}
.content .int_tit .score_list span:nth-child(odd) {color:#9F9F9F;}
.content .int_tit .score_list span:nth-child(2n) {margin-left:25px;}
.content .int_tit .score_list span{margin-left:6px;}
.com_table {width:100%; float:left; margin-top:10px;}

.total_head{width:100%; position:relative;}

.total_head{width:100%; position:relative;}
.total_memo{position: absolute;right: -150px;width: 150px;top: 0;font-size:12px;color:#999999;}
.total_status{background-color:#f8f8f8;}


/* click 조절 */
.click{cursor:pointer;}


/* margin , width 조절 */
.mg0{margin:0px !important;}
.mgt54 { margin-top:54px;}
.mgt10{margin-top:10px !important;}
.mgt80{margin-top:80px !important;}
.mgt0{margin-top:0px !important;}
.mgt4{margin-top:4px !important;}
.mgt50{margin-top:50px !important;}
.mgt70{margin-top:70px !important;}
.mgt60{margin-top:60px !important;}
.mgb0{margin-bottom:0px !important;}
.wt30{width:30% !important;}
.wt35{width:35% !important;}
.wt50{width:50% !important;}
.wt65{width:65% !important;}
.wt70{width:70% !important;}
.wt75{width:75% !important;}
.wt100{width:100% !important;}
.txt_right{text-align:right !important;}
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.lets0{letter-spacing: 0px;}
.bd_r0{border-right:0px !important;}
.bd_l0{border-left:0px !important;}
.border_b1{border-bottom:1px solid #D3D3D3 !important;}
.pd-bt15{padding-bottom: 15px !important;}
.pd0{padding: 0px !important;}
.pd40{padding: 40px !important;}
.pd-bt50 { padding-bottom:50px!important; } /* 작업자 : 2024.12.16 문지호 */

/* 계약대상 css 2024-07-31(수) 작업자 : 이재목 */
.approve_ok {color: #1359C1;}
.approve_wait {color: #666;}
.approve_fail {color: #CC3333;}
.indb {cursor: pointer;}
.time_line_guide_circle{border : 4px solid #999999 !important; display : inline-block; background-color : white; width : 16px !important; height : 16px; border-radius: 2em; float:none !important;}
.time_line_guide_text{font-weight:500; font-size:13px; line-height:25px;}
.time_line_guide{margin-top : -6px; text-align:center;}
.time_line{height : 2px; width:100% !important; border:1px solid #ccc;}
.fb{font-weight:bold; font-size:12px;}
.guideWrap2 li {color:#666666; font-size:12px}


/* 계약대상 뷰 페이지 css 2024-07-31 (수) 작업자 : 이재목 */
.info_content_target {width: 100%;float: left;border-top: 1px solid #e2e2e2;padding-top: 20px;height: 100%;overflow: hidden;}
.target_info {width: 100%;float: left;background-color: #f8f8f8;padding: 20px;color: #666666;font-weight: normal;height: 110px;}
.store_info_sub {list-style-type: none;padding: 0;margin: 0;width: 100%;margin-right: 10px;margin-bottom: 20px;float:left;}
.store_info_sub li {width: 33.3%;float:left; height:20px;}
.store_info_sub li .store_info{width:80%;float:right;}
.store_info_sub_title {color: #555555;font-weight: bold;font-size: 14px;margin-right: 2%;letter-spacing: -6%;}
.info_date {color: #333333;opacity: 50%;float: right;line-height: 26px;}
.info_status {float:left;line-height: 26px;margin-right: 10px;color: #ffffff;width: 60px;height: 26px;border-radius: 50px;text-align: center;}
.operating_info .info_main_title > .right > * {display:inline-block; vertical-align: middle; font-size:13px; cursor:pointer;}
.operating_info .info_main_title > .right > .line {height:25px; background-color:#DFDFDF; width:1px; margin:0px 10px; }
.operating_info .info_main_title .left {font-size:18px; font-weight:500;}
.int_table {border: 1px solid #e2e2e2;padding: 10px;text-align: center;}
.type_view2.target .view2Tab li{cursor:pointer;}

.cke_notification { display: none !important;}  /* ckeditor 경고문구 표시 x*/ 
.position_title { line-height: 30px; float: left; font-weight: 500; margin-right: 25px; }
.position_title_02 { padding: 0 20px 0 0!important; }