@CHARSET "UTF-8";

/* .cl-embeddedpage { */
/* 	padding-bottom: 5px; */
/* } */

.div_work {
     padding: 20px 20px 20px 20px;
     border-top: 6px solid #f2f2f2;
     border-bottom: 3px solid #f2f2f2;
     background:#fff;
 }

.cl-placeholder {
  color: #989898 !important;
}
.cmb_mb_com .cl-placeholder {
  color: #555 !important;
}


.div_work_box {
    background:#fff;
    padding:20px 25px 20px 35px;
    border-top:1px solid #e6e6e6;
    border-right:0px none;
    border-bottom:0px none;
    border-left:0px none;
}

.div_work_top {
    padding-top: 15px;
    margin: 0px;
}

.div_work_left {
    padding-left: 15px;
    margin: 0px;
}

.div_work_right {
    padding-right: 15px;
    margin: 0px;
}

.div_search {
    margin-bottom:5px;
    padding:19px 25px 15px 25px;
    background:#fff;
    border-top:0px none;
    border-right:0px none;
    border-bottom:1px solid #e6e6e6;
    border-left:0px none;
    /* border-radius:4px; */
}

.div_search .cl-combobox,
.div_search .cl-inputbox,
.div_search .cl-numbereditor,
.div_search .cl-dateinput,
.div_search .cl-maskeditor{
	border:none;
	border-bottom: 1px solid #333;
}

.div_search .cl-inputbox:not(.cl-disabled).cl-focus{
	color: #1e4d94;
    border-bottom-color: #1e4d94;
}

.div_search .cl-numbereditor:not(.cl-disabled).cl-focus{
	color: #1e4d94;
    border-bottom-color: #1e4d94;
}

/* 게시판 */
.bbs_list .list_body_pc {
  border-bottom: solid 1px #e0e0e0;
}

/* process 버튼 */
.grp_process01{
    border: none;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    transition: all 0.3s;
    cursor: auto;
}
.grp_process01.process_button{
	border: none;
	display: flex;
    justify-content: space-between;
    margin-right: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.grp_process01 .processStep {
    font-weight: 600;
    font-size: 12px;
    color: #999;
    transition: all 0.3s;
}
.grp_process01 .processTitle {
	font-weight: 600;
    font-size: 13px;
    color: #666;
    vertical-align: top;
    transition: all 0.3s;
}
.grp_process01 .processBtn {
    border: none;
    background-color: transparent;
}
.grp_process01.process_button .processBtn:hover {
    border: none;
    background-color: transparent;
}
.grp_process01.process_button:not(.cl-disabled):hover .processStep {
    color: #005acc;
}

.grp_process01::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px margin-right:10px;
	width: 30px;
	height: 30px;
	top: 10px;
	left: 7px;
	border-radius: 50%;
	border: 1px solid #9b9b9b;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 53% 50%;
	transition: all 0.3s;
	background-image: url('images/controls/business_step01.png');
}
.grp_process01.bgType1::before{
    background-image: url('images/controls/business_step01.png');
}
.grp_process01.process_button.bgType1:not(.cl-disabled):hover::before{
	border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step01_over.png');
}

.grp_process01.bgType2::before{
    background-image: url('images/controls/business_step02.png');
}
.grp_process01.process_button.bgType2:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step02_over.png');
}

.grp_process01.bgType3::before{
    background-image: url('images/controls/business_step03.png');
}
.grp_process01.process_button.bgType3:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step03_over.png');
}

.grp_process01.bgType4::before{
    background-image: url('images/controls/business_step04.png');
}
.grp_process01.process_button.bgType4:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step04_over.png');
}
.grp_process01.bgType5::before{
    background-image: url('images/controls/business_step05.png');
}
.grp_process01.process_button.bgType5:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step05_over.png');
}
.grp_process01.bgType6::before{
    background-image: url('images/controls/business_step06.png');
}
.grp_process01.process_button.bgType6:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step06_over.png');
}
.grp_process01.bgType7::before{
    background-image: url('images/controls/business_step07.png');
}
.grp_process01.process_button.bgType7:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step07_over.png');
}


.grp_process01.active:not(.cl-disabled) .processStep {
    color: #005acc;
}
.grp_process01.bgType1.active:not(.cl-disabled)::before{
	background-color: #005acc;
    border-color: #005acc;
    background-image: url('images/controls/business_step01_on.png');
}
.grp_process01.process_button.bgType1.active:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step01_over.png');
}
.grp_process01.bgType2.active:not(.cl-disabled)::before{
    background-color: #005acc;
    border-color: #005acc;
    background-image: url('images/controls/business_step02_on.png');
}
.grp_process01.process_button.bgType2.active:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step02_over.png');
}
.grp_process01.bgType3.active:not(.cl-disabled)::before{
    background-color: #005acc;
    border-color: #005acc;
    background-image: url('images/controls/business_step03_on.png');
}
.grp_process01.process_button.bgType3.active:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step03_over.png');
}
.grp_process01.bgType4.active:not(.cl-disabled)::before{
    background-color: #005acc;
    border-color: #005acc;
    background-image: url('images/controls/business_step04_on.png');
}
.grp_process01.process_button.bgType4.active:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step04_over.png');
}
.grp_process01.bgType5.active:not(.cl-disabled)::before{
    background-color: #005acc;
    border-color: #005acc;
    background-image: url('images/controls/business_step05_on.png');
}
.grp_process01.process_button.bgType5.active:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step05_over.png');
}
.grp_process01.bgType6.active:not(.cl-disabled)::before{
    background-color: #005acc;
    border-color: #005acc;
    background-image: url('images/controls/business_step06_on.png');
}
.grp_process01.process_button.bgType6.active:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step06_over.png');
}
.grp_process01.bgType7.active:not(.cl-disabled)::before{
    background-color: #005acc;
    border-color: #005acc;
    background-image: url('images/controls/business_step07_on.png');
}
.grp_process01.process_button.bgType7.active:not(.cl-disabled):hover::before{
    border-color: #1869d0;
    background-color: #f2f8ff;
    background-image: url('images/controls/business_step07_over.png');
}


.grp_process01.bgType1.cl-disabled::before {
    background-color: #999;
    background-image: url('images/controls/business_step01_on.png');
}
.grp_process01.bgType2.cl-disabled::before {
    background-color: #999;
    background-image: url('images/controls/business_step02_on.png');
}
.grp_process01.bgType3.cl-disabled::before {
    background-color: #999;
    background-image: url('images/controls/business_step03_on.png');
}
.grp_process01.bgType4.cl-disabled::before {
    background-color: #999;
    background-image: url('images/controls/business_step04_on.png');
}
.grp_process01.bgType5.cl-disabled::before {
    background-color: #999;
    background-image: url('images/controls/business_step05_on.png');
}
.grp_process01.bgType6.cl-disabled::before {
    background-color: #999;
    background-image: url('images/controls/business_step06_on.png');
}
.grp_process01.bgType7.cl-disabled::before {
    background-color: #999;
    background-image: url('images/controls/business_step07_on.png');
}
.opt_process01_next::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}

.grp_process02 {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    transition: all 0.3s;
    cursor: auto;
}
.grp_process02.process_button {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    margin-right: 0;
    transition: all 0.3s;
    cursor: pointer;
}
.grp_process02 .processStep {
    font-weight: 600;
    font-size: 12px;
    color: #005acc;
    transition: all 0.3s;
}
.grp_process02 .processTitle {
    font-weight: 600;
    font-size: 13px;
    color: #333;
    text-indent: 5px;
    transition: all 0.3s;
}
.grp_process02 .processCnt {
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background: #377da3;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.grp_process02.process_button:not(.cl-disabled):hover {
    border-color: #1d68c7;
    background: #f2f8ff;
}

.grp_process02.active:not(.cl-disabled) {
    border-color: #1d68c7;
    background: #1d68c7;
}
.grp_process02.process_button.active:not(.cl-disabled):hover {
    border-color: #1d68c7;
    background: #f2f8ff;
}
.grp_process02.process_button.active:not(.cl-disabled):not(:hover) .processStep {
    color: #a8bde4;
}
.grp_process02.process_button.active:not(.cl-disabled):not(:hover) .processTitle {
    color: #fff;
}
.grp_process02.process_button.active:not(.cl-disabled):not(:hover) .processCnt {
    background: #fff;
    color: #1d68c7;
}
.grp_process02.active:not(.process_button):not(.cl-disabled) .processStep {
    color: #a8bde4;
}
.grp_process02.active:not(.process_button):not(.cl-disabled) .processTitle {
    color: #fff;
}
.grp_process02.active:not(.process_button):not(.cl-disabled) .processCnt {
    background: #fff;
    color: #1d68c7;
}


.grp_process02.cl-disabled {
    cursor: auto;
}
.grp_process02.cl-disabled .processStep {
    color: #999;
    cursor: auto;
}
.grp_process02.cl-disabled .processTitle {
    color: #999;
    cursor: auto;
}
.grp_process02.cl-disabled .processCnt {
    background: #999;
    color: #fff;
    cursor: auto;
}
.opt_process02_next {
    background: url('images/controls/work-step2_arrow.png') no-repeat 50% 50%;
}

.grp_aprln_bg {
	border: 1px solid #e7e7e7;
    background: #fff;
	border-radius: 7px;
    box-shadow:  0 4px 2px rgba( 204 204 204 / 30%);
    padding : 0px 15px 10px 15px;
}
.grp_aprln_bg.active {
    border: 2px solid #005acc;
    background: #fff;
    border-radius: 7px;
}
.grp_aprln_bg .step {
    font-weight: 600;
    font-size: 12px;
    color: #005acc;
    transition: all 0.3s;
}
.grp_aprln_bg .title {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    text-indent: 5px;
    transition: all 0.3s;
}
.grp_aprln_bg .cnt {
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    background: #377da3;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.grp_aprln {
    border: 1px solid #b2cdf0;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}
.grp_aprln_bg .grp_aprln .cl-text{
    color: #999;
}
.grp_aprln_bg.active .grp_aprln .cl-text{
    color: #333;
}
.grp_aprln_bg .grp_aprln.bgColor {
    background: #f9fbfe;
}
.grp_aprln .bgType1 {
    background-image: url('images/controls/cardlist_prog_step01.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
    padding-left: 35px;
}
.grp_aprln .bgType2 {
    background-image: url('images/controls/cardlist_prog_step02.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-left: 35px;
}
.grp_aprln .bgType3 {
    background-image: url('images/controls/cardlist_prog_step03.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
    padding-left: 35px;
}

/* 로딩박스 */
.prog-box {
	/* top:50px; */
    position: relative;
    width: 315px;
    height: 160px;
    padding:30px;
    border: 1px solid #f4f4f4;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align:center;
    box-shadow: 0 0 10px 1px rgba(0 0 0 / 10%);
}
.prog-box::before{
	content:'';
	display:block;
	position:absolute;
	left:50%;
	transform: translateX(-50%);
	width:100px;
	height:65px;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
/*
.prog-box.type01::before{
	background-image: url(images/controls/loading_character01.png);
	top:-52px;
}
.prog-box.type02::before{
	background-image: url(images/controls/loading_character02.png);
	top:-42px;
}
*/
/* 알림팝업 */
.div_alrm {
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    text-align: left;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}
.div_alrm:hover {
    box-shadow: 0 0 5px 2px rgba(204 204 204 / 50%);
}
.div_alrm:hover::before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #005acc;
    border-radius: 5px;
    transition: all 0.3s;
}
.div_alrm .opt_title {
    font-size: 14px;
    color: #1d67c6;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    background: url(images/com/ntcn/alrm-list_ic.png) no-repeat 0 50%;
}
.div_alrm .opt_text {
    font-size: 12px;
    color: #b2b2b2;
}
.div_alrm .opt_title.read {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    background: url(images/com/ntcn/alrm-list_open.png) no-repeat 0 50%;
}
.div_alrm.lock {
    background: url(images/com/ntcn/check.png)no-repeat 97% 8px;
    transition: all 0s;
}
.div_alrm.active {
	box-shadow: 0 0 5px 2px rgba(204 204 204 / 50%);
	background-color: #fff;
}
.div_alrm.active::before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #005acc;
    border-radius: 5px;
    transition: all 0.3s;
}
.div_alrm.active .opt_title {
    color: #333;
}
.div_alrm.active .opt_title::before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 14px;
    background: url(images/com/ntcn/alrmpop-list_arrow.png) no-repeat 50% 50%;
    transition: all 0.3s;
}
.div_alrm.mobile .opt_title::before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url(images/com/ntcn/alrmpop-list_arrow_up_m.png) no-repeat 50% 50% / 14px;
    transition: all 0.3s;
}
.div_alrm.mobile.active .opt_title::before {
    transform: translateY(-50%) rotate(180deg);
    background: url(images/com/ntcn/alrmpop-list_arrow_up_m.png) no-repeat 50% 50% / 14px;
}
.div_alrm.active .opt_text {
    font-size: 12px;
    color: #666;
}
.btn_alrm_read {
    border-color: #1e4d94;
    background-color: #1e4d94;
    background-image: url(images/com/ntcn/btn_view_ic_on_m.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 17px;
}

/******************* 포털 CSS START ******/
.por-main-body .cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item {
    background-color: transparent;
    font-size: 14px;
    color: #999;
    border-color: transparent;
    background-image:url('images/com/portal/main_body_mdi_header_bg.png');
    background-repeat: no-repeat;
    background-position: right;
}

.por-main-body .cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item.cl-selected {
    background-color: transparent;
    font-size: 14px;
    color: #08326b;
    border-color: transparent;
    background-image:url('images/com/portal/main_body_mdi_header_bg.png');
    background-repeat: no-repeat;
    background-position: right;
}

.por-main-body .cl-tabfolder .cl-tabfolder-header .cl-tabfolder-item:not(.cl-selected):hover {
    background-color: transparent;
}


/******************* 포털 CSS END ******/
