@CHARSET "UTF-8";

/* .cl-control .main_mdi .main_mdi_header { */
/*   탭 헤더 아이템 */
/*   height: 38px; */
/*   border-bottom: none 0px; */
/* } */


/* .cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected { */
/*   font-weight: 600; */
/*   font-size: 15px; */
/*   color: #333; */
/*   background: #fff;; */
/*   border-color: transparent; */
/*   height: 38px; */
/* } */

/* .cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item { */
/*   font-size:13px; */
/*   background:#E8E8E8; */
/*   border: solid 1px #bbb; */
/*   white-space: pre; */
/*   vertical-align: middle; */
/*   cursor: pointer; */
/*   color: #666666; */
/*   height: 38px; */
/* } */

/* .cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-tabfolder-button { */
/*   margin-left: 3px; */
/*   width: 16px; */
/*   height: 16px; */
/*   background-image: url(images/deco-main/close.png); */
/*   background-size: contain; */
/*   background-repeat: no-repeat; */
/*   vertical-align: middle; */
/* } */

.cl-control .main_mdi .main_mdi_header {
/*   탭 헤더 아이템 */
    height: 53px;
    background-color: #fff;
/*     padding: 0 22px; */
/*     margin-botton: 22px; */
    border-bottom: 1px solid #e5e5e5;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected {
    font-weight: 600;
    background-color: transparent;
    color: #0047ba;
    font-size: 14px;
    height: 53px;
    padding-bottom: 0px;
    padding-left: 22px;
    padding-right: 5px;
    box-sizing: border-box;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected > div .cl-text {
    background-image: url(images/deco-main/bg_main_tabForder.png);
    background-repeat-x: repeat;
    background-position: bottom;
    height: 100%;
    padding-top: 10px;
}

/* .cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item.cl-selected:after { */
/* 	content : ""; */
/* 	display: block; */
/* 	height  : 1px; */
/* 	width   : calc(100% - 20px); */
/* 	border-bottom: 4px solid #0047ba; */
/* } */

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item {
    background-color: transparent;
    color: #666;
    font-size: 14px;
    height: 53px;
    border: 0px none;
    padding-left: 22px;
    padding-right: 5px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-text {
    margin-right: 0px;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-text:focus {
	text-decoration: none;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-item .cl-tabfolder-button {
	margin-left: 10px;
	height:10px;
	width:10px;
	background-image: url(images/deco-main/work_tab_close_ic.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-prev {
	background-image: url(images/deco-main/btn_tab_prev.png);
	border-top: 0 none;
	border-right: 1px solid #e5e5e5;
	border-bottom: 0 none;
	border-left: 0 none;
	background-color: transparent;
}
.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-prev.cl-disabled {
    background-image: url(images/deco-main/btn_tab_prev_disable.png);
    background-color: #e5e5e5;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-next {
    background-image: url(images/deco-main/btn_tab_next.png);
    border-top: 0 none;
    border-right: 0 none;
    border-bottom: 0 none;
    border-left: 1px solid #e5e5e5;
    background-color: transparent;
}

.cl-tabfolder.cl-mdifolder.main_mdi .main_mdi_header .cl-tabfolder-next.cl-disabled {
    background-image: url(images/deco-main/btn_tab_next_disable.png);
    background-color: #e5e5e5;
}

.navi_home {
    background-image: url(images/deco-appframe/navi_home.png);
    background-position: 80% center;
    background-repeat: no-repeat;
}

.navi_left_arrow {
    background-image: url(images/deco-main/navi_left_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.navi_left_arrow_mobile {
    background-image: url(images/deco-main/navi_left_arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.navi_text_sub {
    font-weight: 300;
    font-size: 13px;
    color: #666;
}

.navi_text_main {
    font-weight: 600;
    font-size: 13px;
    color: #666;
    margin-right: 12px;
}

.navi_menu,
.navi_menu.cl-button:not(.cl-disabled).cl-activated,
.navi_menu.cl-button:not(.cl-disabled):active,
.navi_menu.cl-button:not(.cl-disabled):hover {
    background-image: url(images/deco-appframe/navi_menu.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
    margin-right: 5px;
    background-size: contain;
    cursor: pointer;
    border: none;
}

.navi_menu.cl-button.cl-focus {
    border: 2px solid #333;
    border-radius: 2px;
}

.btn_tool,
.btn_tool.cl-button:not(.cl-disabled).cl-activated,
.btn_tool.cl-button:not(.cl-disabled):active,
.btn_tool.cl-button:not(.cl-disabled):hover {
    border: none;
}

.app_work_line {
	content:'';
	display:inline-block;
	width:1px;
	height:14px;
	margin:0 12px;
	background:#d4d4d4;
	vertical-align:middle
}

.minWidth1280 {
  min-width: 1280px;
}
.minWidth1680 {
  min-width: 1680px;
}