@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css"); /* 나눔바른고딕 - Ultra Light(200), Light(300), Regular(400), Bold(700),   지원 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css");    /* FontAwesome  5 아이콘 */

svg > g > g:last-child { pointer-events: none }
/*===================================================*/
/*======================== 공통 =====================*/
/*===================================================*/
html { font-size: 14px; font-weight: 400; color: #2c3342; min-width: 1200px; min-height: 800px; }  /* font size unit - rem */
body { background-color: #fff; }
* { font-family: "NanumBarunGothic", "Malgun Gothic", sans-serif, "Font Awesome 5 Free"; }

/*-------- 구분 색상 ------*/
.confirm { color: #367bc1; }   /* 평가 확정 색상 */
.bg_white { background-color: #fff; }  /* 마이페이지 > 연초목표작성 화면의 하단 버튼 영역 배경 */

/*-------- 링크 기본 스타일 ------*/
a, a:link, a:visited, a:hover, a:active { color: #2c3342; text-decoration: none; }

/*-------- 정렬 스타일 ------*/
.left { text-align: left; } .right { text-align: right; } .center { text-align: center; }
.left_block { float: left; } .right_block { float: right; }

/*-------- 도움말 텍스트 스타일 ------*/
.helptext { padding-left: 20px; font-size: 0.9rem; color: orange; }

/*-------- 상단 사이트 타이틀 및 회사로고 영역 ------*/
header { position: fixed; width: 100%; height: 50px; line-height: 50px; left: 0; top: 0; padding: 0 20px; background-color: #2c3342; overflow: hidden; z-index: 1000; }
header > div:first-child { float: left; }   /* 사이트 타이틀 영역 */
header > div:first-child > a:hover p, header > div:first-child > a:hover span, div:first-child > a:hover {    /* 홈링크 색상 */
    color: #367bc1; text-decoration: none; cursor: pointer;
}
header > div:first-child > a > p { display: inline-block; font-size: 1.2rem; font-weight: 400; color: #fff; }   /* 사이트 타이틀 텍스트 */
header > div:first-child > a > p > span { font-size: 1.2rem; font-weight: 300; color: #fff; }   /* 사이트 타이틀 괄호안 텍스트 */
header > div:first-child > a > img { width: 130px; margin: -5px 20px 0 0; }   /* 회사로고 이미지 */
header > div:last-child { float: right; }   /* 회사로고 영역 */

header > div > i.glyphicon.glyphicon-user { color: #fff; font-size: 0.9rem; }
header > div > span { display: inline-block; font-size: 0.9rem; font-weight: 300; padding: 0 15px 0 5px; color: #fff; }  /*  user name  */
header > div > a > i.glyphicon.glyphicon-log-out { font-size: 1.1rem; color: #fff; }   /* logout icon */

/*-------- 컨텐츠 영역 ------*/
#contents { position: relative; clear: both; width: 100%; }
#wrap {  padding: 80px 20px 30px 180px; transition: all 0.3s; }    /* 우측 컨텐츠 영역 - 좌측 메뉴영역 패딩으로 확보 */

/*===================================================*/
/*==================== 메인 메뉴 ====================*/
/*===================================================*/
nav {        /* 좌측 패널 전체 */
    position: fixed; width: 170px; left: 0; top: 50px; bottom: 0; background-color: #eceef0; padding: 10px 0 30px 0;
    transition: all 0.3s; overflow: auto; /* display: none; */
}
nav div.menu_hamberger { text-align: right; padding-right: 10px; font-size: 0.8rem; vertical-align: middle; }  /* 햄버거 메뉴 가로 전체 영역 */
nav div.menu_hamberger:hover { color: #367bc1; cursor: pointer; }
nav div.menu_hamberger i.fas.fa-angle-left { font-size: 1.2rem; margin-left: 10px; }     /* 햄버거 아이콘 */
nav div.menu_hamberger i.fas.fa-angle-left:hover { color: #367bc1; cursor: pointer; }

/*=========== 메인 메뉴 영역 ===========*/
#main_menu { width: 100%; padding: 30px 0;}   /* 메뉴 높이  */
/*---- 1depth menu  */
#main_menu > ul > li > a { position: relative; display: block; font-size: 1rem; font-weight: 400; padding: 12px 10px; transition: all 0.5s; }
#main_menu > ul > li > a.on { background-color: #d0d4da; color: #367bc1; }
#main_menu > ul > li > a:hover { color: #367bc1; }
#main_menu > ul > li > a > i:first-child { font-size: 12px; margin: -5px 5px 0 0; }          /*  주 메뉴 아이콘  */
#main_menu > ul > li > a > i:last-child { position: absolute; right: 10px; top: 10px; color: #555; transform: rotateZ(0); }    /* 접고펼침 아이콘 */
/*------ 2depth menu */
#main_menu > ul > li > ul > li > a { display: block; font-size: 1rem; font-weight: 300; padding: 10px 0 10px 30px; transition: all 0.5s; }
#main_menu > ul > li > ul > li > a.on { background-color: #fff; color: #367bc1; font-weight: 400; }
#main_menu > ul > li > ul > li > a:hover { color: #367bc1; background-color: #fff; }
.word_narrow { word-spacing: -2px; }

/*=========== 메인 메뉴 - only icon 영역 ===========*/
#mainmenu_icon {        /* 좌측 메인메뉴 아이콘 전체 */
    position: fixed; width: 30px; left: -30px; top: 50px; bottom: 0; background-color: #eceef0; padding: 10px 0 30px 0;
    transition: all 0.3s;
}
#mainmenu_icon div.menu_hamberger { text-align: right; padding-right: 10px; font-size: 0.8rem; vertical-align: middle; }  /* 햄버거 메뉴 가로 전체 영역 */
#mainmenu_icon div.menu_hamberger:hover { color: #367bc1; cursor: pointer; }
#mainmenu_icon div.menu_hamberger i.fas.fa-angle-right { font-size: 1.2rem; margin-left: 10px; }     /* 햄버거 아이콘 */
#mainmenu_icon div.menu_hamberger i.fas.fa-angle-right:hover { color: #367bc1; cursor: pointer; }
#main_menu2 { width: 30px; padding: 30px 0; }   /* 메뉴 높이  */
/*---- 1depth menu  */
#main_menu2 > ul > li > a { position: relative; display: block; font-size: 1rem; font-weight: 400; height: 34px; padding: 12px 0; transition: all 0.5s; }
#main_menu2 > ul > li > a.on { background-color: #d0d4da; color: #367bc1; }
#main_menu2 > ul > li > a:hover { color: #367bc1; }
#main_menu2 > ul > li > a > i:first-child { font-size: 12px; }          /*  주 메뉴 아이콘  */
#main_menu2 > ul > li > a > i:last-child { position: absolute; right: 10px; top: 10px; color: #555; transform: rotateZ(0); }    /* 접고펼침 아이콘 */

/*-------- 페이지 타이틀영역 ------*/
#wrap > h1 {        /* 페이지 타이틀 */
    position: relative; font-size: 1.2rem; font-weight: 400; height: 25px; color: #367bc1; padding-left: 10px;
    margin-bottom: 20px; border-bottom: 1px solid #bdbdbd;
}
#wrap > h1::before {     /*----------- 페이지 타이틀 막대 돗 */
    content: ""; position: absolute; width: 4px; height: 16px; left: 0; top: 0; background-color: #367bc1;
}
#wrap > h2 { position: relative; margin: 30px 0 0 0; padding-left: 10px; font-size: 1.1rem; font-weight: 400; color: #367bc1; }    /* 부제목 */
#wrap > h2::before {     /*----------- 부제목 막대 돗 */
    content: ""; position: absolute; width: 4px; height: 4px; left: 0; top: 4px; background-color: #a1a1a1;
}

/*-------- 컨텐츠 내부 FORM 영역 ------*/
#wrap > form { width: 960px; }
#wrap > form div { height: 40px; line-height: 40px; }
#wrap > form label { font-size: 1rem; font-weight: 400; color: #595959; text-align: right; padding-right: 10px; }
#wrap > div > div > div > div > form label { font-size: 1rem; font-weight: 400; color: #595959; text-align: right; padding-right: 10px; }

/*-------- ROLL UP 내부 FORM 영역 ------*/
form.rollup { width: 960px; margin: 0 auto; }
form.rollup div { height: 40px; line-height: 40px; }
form.rollup label { font-size: 1rem; font-weight: 400; color: #595959; text-align: right; padding-right: 10px; }

/*-------- 푸터 copyright 영역 ------*/
#contents > footer { position: fixed; bottom: 0; width: 100%; height: 30px; line-height: 30px; background-color: #cfd4da; }
#contents > footer > p { text-align: center; font-size: 0.7rem; margin: 0 auto; }

/*===================================================*/
/*===================== 콘트롤 ======================*/
/*===================================================*/
/*-------- 팝업 아이콘 + input text field ------*/
div.searchbox { position: relative; display: inline-block; }
div.searchbox > input::placeholder { color: #2c3342; }
div.searchbox > input:hover + i { color: #367bc1; }   /* 돋보기 파란색으로 */
div.searchbox > i { position: absolute; right: 8px; top: 12px; color: #2c3342; curser:pointer;}   /* 아이콘(돋보기) */

/*-------------- Button Logout (blue) -----------*/
.btn_logout {
    font-family: "NanumBarunGothic", "Malgun Gothic", sans-serif, "Font Awesome 5 Free";
    padding: 0 12px; height: 24px; line-height: 1; color: #fff; font-size: 0.8rem; font-weight: 400; background: #367bc1; ;
    margin: 0 5px; border: 0; cursor: pointer; transition: all 0.3s; cursor: pointer; opacity: 0.9; border-radius: 2px;
}
.btn_logout:hover { opacity: 1; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);  cursor: pointer; }
.btn_logout:active { box-shadow: none; }
.btn_logout:disabled { opacity: 0.4; box-shadow: none; cursor: default; }

/*-------------- Button Point (blue) -----------*/
.btn_point {
    font-family: "NanumBarunGothic", "Malgun Gothic", sans-serif, "Font Awesome 5 Free";
    padding: 0 12px; height: 32px; line-height: 1; color: #fff; font-size: 0.9rem; font-weight: 400; background: #367bc1; ;
    margin: 0 5px; border: 0; cursor: pointer; transition: all 0.3s; cursor: pointer; opacity: 0.9; border-radius: 2px;
}
.btn_point:hover { opacity: 1; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);  cursor: pointer; }
.btn_point:active { box-shadow: none; }
.btn_point:disabled { opacity: 0.4; box-shadow: none; cursor: default; }

/*-------------- Button Dark  -----------*/
.btn_dark {
    font-family: "NanumBarunGothic", "Malgun Gothic", sans-serif, "Font Awesome 5 Free";
    padding: 0 12px; height: 32px; line-height: 1; color: #fff; font-size: 0.9rem; font-weight: 400; background: #2c3342; ;
    margin: 0 5px; border: 0; cursor: pointer; transition: all 0.3s; cursor: pointer; opacity: 0.9; border-radius: 2px;
}
.btn_dark:hover { opacity: 1; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);  cursor: pointer; }
.btn_dark:active { box-shadow: none; }
.btn_dark:disabled { opacity: 0.4; box-shadow: none; cursor: default; }

/*-------------- Button Dark - Small  -----------*/
.btn_dark_sm {
    font-family: "NanumBarunGothic", "Malgun Gothic", sans-serif, "Font Awesome 5 Free";
    padding: 0 12px; height: 28px; line-height: 1; color: #fff; font-size: 0.8rem; font-weight: 400; background: #2c3342; ;
    margin: 0 5px; border: 0; cursor: pointer; transition: all 0.3s; cursor: pointer; opacity: 0.9; border-radius: 2px;
}
.btn_dark_sm:hover { opacity: 1; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);  cursor: pointer; }
.btn_dark_sm:active { box-shadow: none; }
.btn_dark_sm:disabled { opacity: 0.4; box-shadow: none; cursor: default; }

/*-------- SELECT (Drop Down) Menu ------*/
.select_menu { position: relative; display: inline-block; border: 0; background-color: #fff; height: 32px; margin-left: 0; line-height: 1;}
.select_menu select {
    height: 32px; z-index: 1; border-radius: 0; border: 1px solid #bdbdbd; padding: 0 10px 0 10px; transition: all 0.3s;
    font-size: 1rem; font-weight: 400; color: #2c3342; background-color: #fff; line-height: 1;
    filter:alpha(opacity=0); -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.select_menu select::-ms-expand { display: none; }   /* 화살표 없애기 for IE10, 11 */
.select_menu select:hover { border: 1px solid #367bc1; box-shadow: 0 0 5px rgba(24, 145, 224, 0.5); }
.select_menu::before {     /* triangle dot */
    content: ""; position: absolute; top: 50%; right: 8px; width: 0; height: 0; margin-top: -2px;
    border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #2c3342;
}
.select_menu select:disabled { opacity: 0.4; cursor: default; border: 1px solid #bdbdbd; box-shadow: none; }

/*-------- INTPUT : Text, Password, Number, Date, Time, Datetime-local ------*/
input[type="text"], input[type="password"], input[type="number"], input[type="date"], input[type="time"], input[type="datetime-local"] {
    height: 32px; border: 1px solid #bdbdbd; font-size: 1rem; font-weight: 400; background-color: #fff; line-height: 32px;
    color: #2c3342; padding: 0 10px; transition: all 0.3s;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus
input[type="text"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="date"]:hover, input[type="time"]:hover, input[type="datetime-local"]:hover
{ border: 1px solid #367bc1; box-shadow: 0 0 5px rgba(24, 145, 224, 0.5); }
input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder, input[type="datetime-local"]::placeholder { color: #cfd4da; }
input[type="text"]:disabled , input[type="password"]:disabled , input[type="number"]:disabled, input[type="date"]:disabled, input[type="time"]:disabled, input[type="datetime-local"]:disabled
{ background-color: #eceef0; box-shadow: none; opacity: 0.5; }
input[type="text"]:read-only , input[type="password"]:read-only , input[type="number"]:read-only, input[type="date"]:read-only, input[type="time"]:read-only, input[type="datetime-local"]:read-only
{ background-color: #eceef0; border: 1px solid #bdbdbd; box-shadow: none; }

/*----------------- TextArea --------------*/
textarea {
    font-family: "NanumBarunGothic", "Malgun Gothic", sans-serif, "Font Awesome 5 Free";
    width: 100%; height: 150px; background-color: #fff; border: 1px solid #bdbdbd; line-height: 1.5;
    padding: 10px; box-sizing: border-box; color: #2c3342; overflow-y: auto; font-size: 1rem; resize: vertical;
}
textarea:focus { border: 1px solid #367bc1; box-shadow: 0 0 5px rgba(24, 145, 224, 0.5); }
textarea:read-only { background-color: #eceef0; border: 1px solid #bdbdbd; box-shadow: none; }  /* 수정불가 읽기만 */
textarea:disabled { background-color: #eceef0; }
textarea::placeholder { font-size: 1rem; color: #cfd4da; }

/*----------------- PAGE Navigation --------------*/
.pagenavi { width: 100%; overflow: hidden; margin: 20px auto; text-align: center; }
.pagenavi > ul { overflow: hidden; margin: 0 auto; text-align: center; }
.pagenavi > ul > li { display: inline-block; height: 24px; line-height: 1.9; margin-left: -3px; }
.pagenavi > ul > li:hover { background-color: #7e8ea8; border-radius: 3px; cursor: pointer; }
.pagenavi > ul > li.on { background-color: #7e8ea8; border-radius: 3px; cursor: pointer; }
.pagenavi > ul > li > a { font-size: 0.9rem; font-weight: 400; color: #2c3342; padding: 6px 10px; border-radius: 3px; }
.pagenavi > ul > li > a:hover { color: #fff; }
.pagenavi > ul > li > a.on { color: #fff; }
.pagenavi > ul > li > a.startpage, .pagenavi > ul > li > a.lastpage { font-size: 0.8rem; }

/*----------------- Alert Window --------------*/
.alert_normal {
    position: fixed; width: 600px; left: 380px; top: 200px; padding: 20px 20px; transition: all 0.6s; transform: translateY(100%); /* opacity: 0; */
    background-color: #fff; border: 1px solid #2c3342; border-radius: 3px; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); display: none;
}
.alert_normal img { display: inline-block; margin: 3px 20px 0 0; vertical-align: top;  }
.alert_normal p { display: inline-block; font-weight: 400; line-height: 1.5; }
.alert_normal a {          /* X 버튼  */
    position: relative; width: 16px; height: 16px; opacity: 0.3; transition: all 0.6s;
}
.alert_normal a:hover { opacity: 1; }
.alert_normal:before, .alert_normal:after { position: absolute; right: 30px; content: ''; height: 16px; width: 2px; background-color: #2c3342; }
.alert_normal:before { transform: rotate(45deg); }
.alert_normal:after { transform: rotate(-45deg); }

/*-------------------  FileAttach input + Button ---------------------*/
.fileattach { position: relative; display: inline-block; }
.fileattach input[type="text"] {     /*--------  파일 경로 입력될 텍스트 필드 */
    display: inline-block; height: 32px; border: 1px solid #bdbdbd; font-size: 1rem; font-weight: 100;
    padding: 0 10px; transition: all 0.3s; background-color: #fff;
}
.fileattach input[type="text"]:hover { border: 1px solid #367bc1; box-shadow: 0 0 5px rgba(24, 145, 224, 0.5); }
.fileattach input[type="file"] {      /* 숨긴다 */
    position: absolute; right: 0; top: 10px; display: inline-block; width: 40px; height: 32px; opacity: 0; cursor: pointer; z-index: 100;
}
.fileattach span {      /* ... 버튼 */
    position: absolute; right: 0; top: 0; display: inline-block; width: 40px; height: 32px; line-height: 2; opacity: 1;
    z-index: 20; text-align: center; word-spacing: 3rem; border: 1px solid #bdbdbd; font-weight: 500;
}
.fileattach input[type="text"]:disabled, .fileupload input[type="text"]:disabled ~ span { opacity: 0.4; box-shadow: none; cursor: default; }
.fileattach input[type="text"]:disabled ~ input[type="file"] { display: none; }  /* disabled 면 클릭안되게 숨긴다 */

/*===================================================*/
/*===================== 테이블 ======================*/
/*===================================================*/

/*-------------- basic Table style -----------*/
.listtable { width: 100%; padding: 20px 0; margin-top:12px;}     /*  테이블 감싸는 div  */
.listtable .left_block input.btn_point { margin: 0; }    /*  테이블 상단 좌측 버튼 마진 제거  */
.listtable table { clear: both; width: 100%; margin: 10px 0; white-space:nowrap; }
.listtable table thead th {   /* 컬럼 헤더 */
    color: #2c3342; font-size: 1rem; font-weight: 700; height: 40px; line-height: 40px; text-align: center; padding: 0 10px; background-color: #cfd4da;
}
.listtable table tbody tr { border-bottom: 1px solid #cfd4da; }     /* 줄 아래 선 */
/* .listtable table tbody tr:last-child { border-bottom: 1px solid #2c3342; }         마지막 줄 아래 선  */
.listtable table tbody td { height: 35px; line-height: 35px; padding: 0 10px; text-align: center; }   /* 개별 셀 스타일 */
.listtable table tbody td.left { text-align: left; }
.listtable table tbody td i { vertical-align: middle; }    /* 아이콘 세로 중앙 정렬  */
.listtable table tbody td i.fas.fa-trash-alt { padding: 0 20px; }   /* 삭제 아이콘 좌우 여백 */
.listtable table tbody td i:hover { color: #367bc1; }      /* 마우스 오버 시 아이콘 색상 */
.listtable table tbody tr:nth-child(2n) { background-color: #eceef0; }  /*  한줄 걸러 다른색  */
.listtable table tbody tr:hover { background-color: #e4f0fc; }  /*  한줄 걸러 다른색  */

/*-------------- Reject Table style -----------*/
.rejecttable { width: 100%; padding: 20px 0; }
.rejecttable > table { width: 100%; margin: 0; white-space:nowrap; }
.rejecttable > table > tbody > tr > td:first-child { width: 100px; }   /* 컬럼 첫번째(구분) */
.rejecttable > table > tbody > tr > td:nth-child(2) { width: auto; text-align: left;}
.rejecttable > table > tbody > tr > td:nth-child(3) { width: 100px;}   /* 컬럼 세째(진행상태변경) */

/*-------------- Comment Table style -----------*/
.commenttable { width: 100%; padding: 20px 0; }     /*  테이블 감싸는 div  */
.commenttable > table { width: 100%; margin: 0; white-space:nowrap;}
.commenttable > table > thead > tr > th:first-child { width: 100px; border-right: 1px solid #fff; text-align: left}   /* 컬럼 첫번째(구분) */
.commenttable > table > thead > tr > th:nth-child(2) > input{ width: 100%;}
.commenttable > table > thead > tr > th:nth-child(3) { width: 100px; border-right: 1px solid #fff;}   /* 컬럼 세째(진행상태변경) */
.commenttable > table > tbody > tr > td:first-child { width: 100px; border-right: 1px solid #fff;}   /* 컬럼 첫번째(구분) */
.commenttable > table > tbody > tr > td:nth-child(2) { width: auto; border-right: 1px solid #fff; text-align: left;}
.commenttable > table > tbody > tr > td:nth-child(3) { width: 100px; border-right: 1px solid #fff; }   /* 컬럼 세째(진행상태변경) */
.commenttable > table > tbody > tr:last-child {background-color:#fff;}

/*-------------- Goal Table style -----------*/
.goaltable { width: 100%; padding: 20px 0; }     /*  테이블 감싸는 div  */
.goaltable > table { width: 100%; margin: 0; white-space:nowrap; }
.goaltable > table > thead > tr > th {   /* 컬럼 헤더 */
    color: #2c3342; font-size: 1rem; font-weight: 700; height: 40px; line-height: 40px; text-align: center; padding: 0 10px; background-color: #cfd4da;
}
.goaltable > table > thead > tr > th:first-child { width: 150px; border-right: 1px solid #fff; }   /* 컬럼 첫번째(구분) */
.goaltable > table > thead > tr > th:nth-child(3) { width: 150px; border-right: 1px solid #fff; }   /* 컬럼 세째(진행상태변경) */
.goaltable > table > tbody > tr { border-bottom: 1px solid #cfd4da; background-color: #eceef0; }     /* 분리 선 */

.goaltable > table > tbody > tr > td { padding: 10px 10px; text-align: center; line-height: 1.5; vertical-align: middle; }   /* 개별 셀 스타일 */
.goaltable > table > tbody > tr:last-child { height: 100px; background-color: #fff; border-bottom: 0; }  /*  마지막 버튼 영역 배경  */

.goaltable table tbody tr:nth-child(4) td:nth-child(2),
.goaltable table tbody tr:nth-child(5) td:nth-child(2),
.goaltable table tbody tr:nth-child(6) td:nth-child(2),
.goaltable table tbody tr:nth-child(7) td:nth-child(2),
.goaltable table tbody tr:nth-child(8) td:nth-child(2),
.goaltable table tbody tr:nth-child(9) td:nth-child(2)
{ text-align: left; }    /* 임시등급, 최종등급 좌측 정렬 */
.goaltable table tbody tr:last-child { padding-top: 100px; background-color: #eceef0; border-bottom: 0; }   /* 버튼 줄 배경색 */
.goal_inier_textarea {height: 80px !important; vertical-align: middle;}


/*-------------- Goal Table style: rollup -----------*/
.goaltable_rollup { width: 1000px; padding: 20px 0; margin: 0 auto; }     /*  테이블 감싸는 div  */
.goaltable_rollup > table { width: 100%; margin: 0; white-space:nowrap; }
.goaltable_rollup > table > thead > tr > th {   /* 컬럼 헤더 */
    color: #2c3342; font-size: 1rem; font-weight: 700; height: 40px; line-height: 40px; text-align: center; padding: 0 10px; background-color: #cfd4da;
}
.goaltable_rollup > table > thead > tr > th:first-child { width: 150px; border-right: 1px solid #fff; }   /* 컬럼 첫번째(구분) */
.goaltable_rollup > table > thead > tr > th:nth-child(3) { width: 150px; border-right: 1px solid #fff; }   /* 컬럼 세째(진행상태변경) */
.goaltable_rollup > table > tbody > tr { border-bottom: 1px solid #cfd4da; background-color: #eceef0; }     /* 분리 선 */

.goaltable_rollup > table > tbody > tr > td { padding: 10px 10px; text-align: center; line-height: 1.5; vertical-align: middle; }   /* 개별 셀 스타일 */
.goaltable_rollup > table > tbody > tr:last-child { height: 100px; background-color: #fff; border-bottom: 0; }  /*  마지막 버튼 영역 배경  */

.goaltable_rollup > table > tbody > tr:nth-child(5) td:nth-child(2),
.goaltable_rollup table tbody tr:nth-child(6) td:nth-child(2),
.goaltable_rollup table tbody tr:nth-child(7) td:nth-child(2),
.goaltable_rollup table tbody tr:nth-child(8) td:nth-child(2),
.goaltable_rollup table tbody tr:nth-child(9) td:nth-child(2),
.goaltable_rollup table tbody tr:nth-child(10) td:nth-child(2)
{ text-align: left; }    /* 임시등급, 최종등급 좌측 정렬 */
.goaltable_rollup > table > tbody > tr:last-child { padding-top: 100px; background-color: #eceef0; border-bottom: 0; }   /* 버튼 줄 배경색 */

/*-------------- Goal Table style 2 : 2컬럼 테이블 -----------*/
.goaltable2 { width: 1000px; padding: 20px 0; margin: 0 auto; }     /*  테이블 감싸는 div  */
.goaltable2 > table > tbody > tr > td > input + label { padding: 0 20px 0 5px; }
.goaltable2 > table { width: 100%; margin: 0; white-space:nowrap; }
.goaltable2 > table > thead > tr > th {   /* 컬럼 헤더 */
    color: #2c3342; font-size: 1rem; font-weight: 700; height: 40px; line-height: 40px; text-align: center; padding: 0 10px; background-color: #cfd4da;
}
.goaltable2 > table > thead > tr > th:first-child { width: 150px; border-right: 1px solid #fff; }   /* 컬럼 첫번째(구분) */
.goaltable2 > table > tbody > tr { border-bottom: 1px solid #cfd4da; background-color: #eceef0; }     /* 분리 선 */
.goaltable2 > table > tbody > tr > td { padding: 10px 10px; text-align: center; line-height: 1.5; vertical-align: middle; }   /* 개별 셀 스타일 */
.goaltable2 > table > tbody > tr > td.left { text-align: left; }     /* 노출여부나 첨부파일 등의 콘트롤 좌측 정렬 */

.goaltable2 > table > tbody > tr:last-child { height: 100px; background-color: #eceef0; border-bottom: 0; }  /*  마지막 버튼 영역 배경  */

.goaltable2 > table > tbody > tr:nth-child(4) td:nth-child(2),
.goaltable2 table tbody tr:nth-child(5) td:nth-child(2),
.goaltable2 table tbody tr:nth-child(6) td:nth-child(2),
.goaltable2 table tbody tr:nth-child(7) td:nth-child(2),
.goaltable2 table tbody tr:nth-child(8) td:nth-child(2),
.goaltable2 table tbody tr:nth-child(9) td:nth-child(2)
{ text-align: left; }    /* 임시등급, 최종등급 좌측 정렬 */
.goaltable2 > table > tbody > tr:last-child { padding-top: 100px; background-color: #eceef0; border-bottom: 0; }   /* 버튼 줄 배경색 */

/*-------------- Goal inner Table style -----------*/
table.goaltable_inner { width: 100%; margin: 0; white-space:nowrap; }
table.goaltable_inner > tbody > tr { height: 50px; line-height: 50px; }
table.goaltable_inner > tbody > tr:nth-child(3) > td:nth-child(1), table.goaltable_inner > tbody > tr:nth-child(3) > td:nth-child(2)
{ border: 0; }   /* 역량개발 아래 줄 없앰 */
table.goaltable_inner > tbody > tr > td:nth-child(1) { width: 100px; border-bottom: 1px solid #cfd4da; }   /* 컬럼 첫째(핵심가치 등등) */
table.goaltable_inner > tbody > tr > td:nth-child(2) { width: 400px; border-bottom: 1px solid #cfd4da; }   /* 컬럼 둘째 input field */
table.goaltable_inner > tbody > tr > td:nth-child(3) { width: 100px; line-height: 1.5; }   /* 컬럼 셋째 임시,최종등급 */
table.goaltable_inner > tbody > tr > td {vertical-align: middle;}

/*=====================================================================*/
/*===================== 공지사항 (Accodian List) ======================*/
/*=====================================================================*/
.accordion_menu { width: 100%; border: 1px solid #cfd4da; border-radius: 3px; }    /*---- 전체 블록  ---*/
.accordion_menu > div > h2 { border: 0; border-bottom: 1px solid #cfd4da; }       /*---- 제목 영역  ---*/
.accordion_menu > div > h2 > a {      /*---- 제목  ---*/
    position: relative; display: block; font-size: 1rem; font-weight: 400; height: 50px; line-height: 50px; padding: 0 20px;
    background-color: #eceef0; transition: all 0.5s;
}
.accordion_menu > div > h2 > a > i.glyphicon.glyphicon-chevron-right {      /* > 접고 펼침 아이콘  */
    position: absolute; right: 20px; top: 18px; font-size: 0.8rem; transform: rotateZ(0); color: #595959;
}
.accordion_menu > div:first-child > h2 > a > i.glyphicon.glyphicon-chevron-right { transform: rotateZ(90deg); }    /* 접고펼침 아이콘, 첫번째 열림 v 표시   */
.accordion_menu > div > h2 > a.on { color: #367bc1; }    /* 제목 선택시 텍스트 컬러 */
.accordion_menu > div > h2 > a:hover { cursor: pointer; }
.accordion_menu > div > h2 > a > span { display: inline-block; width: 110px; font-size: 0.9rem; font-weight: 400; }
.accordion_menu > div > h2 > a > span.on { color: #367bc1; }  /* 제목 선택시 날짜 텍스트 컬러  */
.accordion_menu > div > div {          /*------contents */
    display: none; font-size: 1rem; font-weight: 300; height: auto; line-height: 1.5; padding: 10px 20px; border-bottom: 1px solid #cfd4da;
}
.accordion_menu > div:nth-child(1) > div { display: block; }    /*  첫번째 컨텐츠 열림  */
.attach_border{
	padding-top:10px; margin-top:10px; border-top:1px solid #cfd4da !important;
}
/*=====================================================================*/
/*===================== 전 조직장 커멘트 (Accodian List) ======================*/
/*=====================================================================*/
.accordion_comment { width: 100%; border: 1px solid #cfd4da; border-radius: 3px; margin-top: 0px;}    /*---- 전체 블록  ---*/
.accordion_comment > div > h2 { border: 0; border-bottom: 1px solid #cfd4da; }       /*---- 제목 영역  ---*/
.accordion_comment > div > h2 > a {      /*---- 제목  ---*/
    position: relative; display: block; font-size: 1rem; font-weight: 400; height: 50px; line-height: 50px; padding: 0 20px;
    background-color: #eceef0; transition: all 0.5s; text-align: left;
}
.accordion_comment > div > h2 > a > i.glyphicon.glyphicon-chevron-right {      /* > 접고 펼침 아이콘  */
    position: absolute; right: 20px; top: 18px; font-size: 0.8rem; transform: rotateZ(0); color: #595959;
}
.accordion_comment > div:first-child > h2 > a > i.glyphicon.glyphicon-chevron-right { transform: rotateZ(0); }    /* 접고펼침 아이콘, 첫번째 열림 v 표시   */
.accordion_comment > div > h2 > a.on { color: #367bc1; }    /* 제목 선택시 텍스트 컬러 */
.accordion_comment > div > h2 > a:hover { cursor: pointer; }
.accordion_comment > div > h2 > a > span { display: inline-block; width: 110px; font-size: 0.9rem; font-weight: 400;}
.accordion_comment > div > h2 > a > span.on { color: #367bc1; }  /* 제목 선택시 날짜 텍스트 컬러  */
.accordion_comment > div > div {          /*------contents */
    display: none; font-size: 1rem; font-weight: 300; height: auto; line-height: 1.5; padding: 10px 20px; border-bottom: 1px solid #cfd4da; background-color: #ffffff; text-align: left;
}
.accordion_comment > div:nth-child(1) > div { display: none; }    /*  첫번째 컨텐츠 열림  */

/*===================================================*/
/*========= index.html (로그인 페이지) ==============*/
/*===================================================*/
body#login_page { background-color: #eceef0; }    /* 로그인페이지 배경색 */
body#login_page > header > div { float: left; }   /* 사이트 타이틀 영역 - login page */
body#login_page > header > div > img { width: 130px; margin: -5px 20px 0 0; }   /* 회사로고 이미지 */
body#login_page > header > div > p { display: inline-block; font-size: 1.2rem; font-weight: 400; color: #fff; }   /* 사이트 타이틀 텍스트 */
body#login_page > header > div > p > span { font-size: 1.2rem; font-weight: 300; color: #fff; }   /* 사이트 타이틀 괄호안 텍스트 */

#login_box {   /* 로그인 박스 전체 영역 */
    margin: calc(25% - 200px) auto 0 auto; width: 500px; border-radius: 3px; background-color: white;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
#head_box > h1 {     /* site title */
    width: 100%; height: 40px; line-height: 40px; background-color: #2c3342; border-radius: 3px 3px 0 0;
    color: #fff; font-size: 1.1rem; font-weight: 300; text-align: center; letter-spacing: 5px;
}
#head_box > h2 {     /*  login title  */
    width: 100%; padding: 40px 0 30px 0; text-align: center;
    font-size: 2.3rem; font-weight: 700; text-transform: uppercase; letter-spacing: 8px;
}
#control_box { padding: 0 100px 30px 100px; }
#control_box > form > div { width: 100%; margin: 0 auto; }

#control_box > form > div { position: relative; height: 48px; line-height: 48px; }  /* 콘트롤 각각의 줄높이 */
#control_box > form > div > input { border: 0; border-bottom: 1px solid #9c9c9c; }   /* input text field  */
#control_box > form > div > input:hover, #control_box > form > div > input:focus { border-bottom: 1px solid #367bc1; box-shadow: none; }  /* input text field mouse over */

/*----------- icon --------------*/
#control_box > form > div > i.glyphicon-user { position: absolute; display: inline-block; right: 10px; top: 15px; color: #2c3342; }    /* user icon */
#control_box > form > div > i.glyphicon-lock { position: absolute; display: inline-block; right: 10px; top: 15px; color: #2c3342; }    /* lock icon */

/*----------- Button Login --------------*/
#control_box > form > div:nth-child(3) { height: 60px; margin-bottom: 20px; }   /* 로그인 버튼 영역과 하단 마진 */
#control_box > form > div > button.btn_login {
    width: 100%; height: 45px; line-height: 45px; color: #fff; font-size: 1rem; font-weight: 500; background-color: #367bc1;
    cursor: pointer; transition: all 0.3s; margin: 20px 0; opacity: 0.9; border: 0; border-radius: 3px;
}
#control_box > form > div > button.btn_login:hover { opacity: 1; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
#control_box > form > div > button.btn_login:active { box-shadow: none; color: white; background-color: #367bc1; }
#control_box > form > div > button.btn_login:disabled { opacity: 0.4; box-shadow: none; cursor: default; }

/*----------- radio button --------------*/
#control_box > form > div:nth-child(4) { text-align: center; }
#control_box > form > div > label { padding: 0 20px 0 10px; font-size: 1rem; font-weight: normal; }

/*===================================================*/
/*================== my_goal.html =====================*/
/*===================================================*/

/*===========  ROLL UP - 평가지 수정 화면  ===========*/
#rollup_eveldoc_edit {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_eveldoc_edit > h2 {  /* 페이지 타이틀 */
    font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}
#wrap > div.goaltable.widthfix { width: 1000px; }

/*========================================================*/
/*================== evaluation.html =====================*/
/*========================================================*/
/*===========  ROLL UP - 평가하기 화면  ===========*/
#rollup_evaluation {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_evaluation > h2 {  /* 페이지 타이틀 */
    position: relative; font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}

/* 평가하기 롤업화면 닫기버튼 */
.btn_x { position: absolute; right: 1rem; top: 0; height: 3.3rem; line-height: 3.3rem; }
.btn_x i { color: #fff; font-size: 1.4rem; }
/* 평가하기 롤업화면 닫기버튼 */
.btn_x_eveldoc { position: absolute; right: 1rem; top: 0; height: 3.3rem; line-height: 3.3rem; }
.btn_x_eveldoc i { color: #fff; font-size: 1.4rem; }

/*===================================================*/
/*============= seach_detail.html ===================*/
/*===================================================*/
#wrap div table tbody tr td a i.glyphicon.glyphicon-search { cursor: pointer; }

/*===========  ROLL UP - 평가지 보기 화면  ===========*/
#rollup_eveldoc_seach {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #2c3342; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_eveldoc_seach > h2 {     /* 페이지 타이틀 */
    position: relative; font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}

/*==============================================================*/
/*============= ROLL UP - 공지관리 > 공지사항 추가 ==============*/
/*==============================================================*/
#rollup_notice_add {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_notice_add > h2 {   /* 페이지 타이틀 */
    font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}
#rollup_notice_add > div:last-child { clear: both; padding-top: 30px; text-align: center; }   /* 버튼있는 줄 */
.btn_file label {
	display: inline-block;
	padding: .5em .75em;
	color: #999;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #fdfdfd;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em; }

.btn_file input[type="file"]{
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0;
}

/*==============================================================*/
/*================ ROLL UP - 공지관리 > 공지보기  ==============*/
/*==============================================================*/
#rollup_notice_view {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_notice_view > h2 {   /* 페이지 타이틀 */
    font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}
#rollup_notice_view > div:last-child { clear: both; padding-top: 30px; text-align: center; }   /* 버튼있는 줄 */

/*==============================================================*/
/*============= ROLL UP - 대상자 관리 > 예외 추가/수정 ==============*/
/*==============================================================*/
#rollup_exception_employee {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_exception_employee > h2 {   /* 페이지 타이틀 */
    font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}
#rollup_exception_employee .exception_div { width: 1000px; padding: 20px 0; margin: 0 auto; }     /*  감싸는 div  */
#rollup_exception_employee .exception_div form div:first-child { text-align: left; height: 40px; }   /* 조회 UI 높이 */
#rollup_exception_employee .exception_div form label { font-weight: 400; width: 100px; }   /* 레이블  */
#rollup_exception_employee .exception_div form h3 {      /* 부제목 */
    height: 20px; line-height: 20px; font-size: 1rem; font-weight: 700; text-align: left; margin: 30px 0 10px 0;
}
#rollup_exception_employee div > div:last-child { clear: both; padding-top: 30px; text-align: center; }   /* 추가/취소 버튼 있는 줄 */

/*-------------- Exception Table style  -----------*/
#rollup_exception_employee .listtable:nth-child(3)  { padding: 0; height: 150px; overflow: auto; }  /* 아라인 조직 정보 테이블 */
#rollup_exception_employee .listtable table { padding: 0; margin: 0; }
#rollup_exception_employee .listtable table thead th { position: sticky; top: 0; }       /* 테이블 컬럼 고정 */
#rollup_exception_employee .listtable table tbody tr td .select_menu { height: 32px; }
#rollup_exception_employee .listtable table tbody tr:nth-child(2n) { background-color: #fff; }  /*  한줄 걸러 다른색  */

/*==============================================================*/
/*============= ROLL UP - 조회/평가자 관리 > 예외 추가/수정 ==============*/
/*==============================================================*/
#rollup_exception_depart {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_exception_depart > h2 {   /* 페이지 타이틀 */
    font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}
#rollup_exception_depart .exception_div { width: 1000px; padding: 20px 0; margin: 0 auto; }     /*  감싸는 div  */
#rollup_exception_depart .exception_div form div:first-child { text-align: left; height: 40px; }   /* 조회 UI 높이 */
#rollup_exception_depart .exception_div form label { font-weight: 400; width: 60px; }   /* 레이블  */
#rollup_exception_depart .exception_div form h3 {      /* 부제목 */
    height: 20px; line-height: 20px; font-size: 1rem; font-weight: 700; text-align: left; margin: 30px 0 10px 0;
}
#rollup_exception_depart div > div:last-child { clear: both; padding-top: 30px; text-align: center; }   /* 추가/취소 버튼 있는 줄 */

/*-------------- Exception Table style  -----------*/
#rollup_exception_depart .listtable:nth-child(3) { padding: 0; height: 150px; overflow: auto; }  /* 아라인 조직 정보 테이블 */
#rollup_exception_depart .listtable table { padding: 0; margin: 0; }
#rollup_exception_depart .listtable table thead th { position: sticky; top: 0; }       /* 테이블 컬럼 고정 */
#rollup_exception_depart .listtable table tbody tr td .select_menu { height: 32px; }
#rollup_exception_depart .listtable table tbody tr:nth-child(2n) { background-color: #fff; }  /*  한줄 걸러 다른색  */

/*==============================================================*/
/*============= ROLL UP - 부서/대상자 선택 윈도우 ==============*/
/*==============================================================*/
#rollup_part_target_select {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_part_target_select > h2 {   /* 페이지 타이틀 */
    font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}
#rollup_part_target_select > div:last-child { clear: both; padding-top: 30px; text-align: center; }   /* 버튼있는 줄 */

.select_all { width: 800px; margin: 0 auto; }     /* 전체 감싸는 박스 */

.select_all .select_tree { float: left; width: 280px; }    /* 좌측 tree 블럭 */
.select_all .select_tree h3, .select_all .select_target h3 { position: relative; height: 30px; font-size: 1rem; font-weight: 700; padding-left: 10px; color: #367bc1;}
.select_all .select_tree h3::before, .select_all .select_target h3::before {     /*----------- 막대 돗 */
    content: ""; position: absolute; width: 4px; height: 14px; left: 0; top: 0; background-color: #367bc1;
}

/*--- 대상자 선택 영역 ------*/
.select_all .select_target { float: right; width: 500px; text-align: left; }    /* 우측 리스트 블럭 */
.select_all .select_target .listtable { padding: 0; }
.select_all .listtable { height: 400px; overflow-y: auto; background-color: #eceef0; border: 1px solid #bdbdbd; }  /* 대상자 리스트 테이블 */
.select_all .listtable table { margin: 0; background-color: #fff; }

/*==============================================================*/
/*============= ROLL UP - 부서만 선택 윈도우 ==============*/
/*==============================================================*/
#rollup_part_select {
    position: fixed; width: 100%; min-width: 1000px; bottom: 0; left: 0; top: 50px; padding: 10px 20px 20px 20px;
    border-top: 1px solid #cfd4da; background-color: #eceef0; overflow-y: auto; display: none;
    transform: translateY(50px); transition: all 0.3s;
}
#rollup_part_select > h2 {      /* 페이지 타이틀 */
    font-size: 1.2rem; font-weight: 400; height: 40px; line-height: 40px; text-align: center; color: #fff;
    background-color: #2c3342; margin-bottom: 15px;
}
#rollup_part_select > div:last-child { clear: both; padding-top: 30px; text-align: center; }   /* 버튼있는 줄 */

.select_all .select_tree_only { width: 500px; margin: 0 auto; }    /* tree 블럭 */
.select_all .select_tree_only h3, .select_all .select_target h3 { position: relative; height: 30px; font-size: 1rem; font-weight: 700; padding-left: 10px; color: #367bc1;}
.select_all .select_tree_only h3::before, .select_all .select_target h3::before {     /*----------- 막대 돗 */
    content: ""; position: absolute; width: 4px; height: 14px; left: 0; top: 0; background-color: #367bc1;
}

/*----------- TREE BOX --------------*/
.select_all .select_tree_only .tree_box {
    color: #2c3342; list-style: none; width: 500px; height: 500px; padding: 10px 10px 10px 20px; overflow-y: auto; border: 1px solid #bdbdbd; background-color: #fff;
}

/* ----------- TREE VIEW --------------*/
.tree { color: #2c3342; padding: 10px; background-color: #fff; }
.tree ul { list-style: none; padding-left: 16px;  }  /* Depth 들여쓰기 */
.tree ul:first-child { padding-left: 0; }    /* 젤 상위 노드 들여쓰기 제거  */
.tree label { display: inline-block; padding: 5px 0 5px 10px; vertical-align: middle; font-weight: 400; cursor: pointer; }     /* 하위 노드 포함한 노드 텍스트 */
.tree span { position: relative; display: inline-block; padding: 5px 0 5px 10px; vertical-align: middle; font-weight: 400; }  /* 하위 노드 없는 노드 텍스트 */
.tree span::before { content: "\f15b"; position: absolute; display: inline-block; left: 1px; top: 6px; font-size: 0.8rem; color: #666; }     /* 하위 노드 없는 텍스트 가상 문서 아이콘 */
.tree a { padding: 0 5px; } .tree a:hover { color: #367bc1; }
.tree a.on { color: #fff; background-color: #367bc1; }    /* 선택 노드 색상과 배경 */
.tree input[type="checkbox"] {      /* 체크박스 원본 */
    position: relative; vertical-align: middle; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;  /* 숨김 */
}
.tree input[type="checkbox"]::before { content: "\f146"; position: absolute; left: 0; top: -9px; display: inline-block; font-size: 0.8rem; color: #2c3342; }  /* 가상의 체크박스 및 "-" icon */
.tree input[type="checkbox"]:checked:before { content:'\f0fe'; }  /*   체크 시 "+" 아이콘 */
.tree input[type="checkbox"]:checked ~ ul { display: none; }   /*  체크 시 하위링크 접기 */

/*===================================================*/
/*==================== 에러 페이지 ====================*/
/*===================================================*/
.errorpage { width: 680px; min-height: 200px; margin: 50px auto; padding-bottom: 20px; background: url("../img/errorpage_bg.png") no-repeat left bottom; }
.errorpage .errorbox { padding: 0 0 20px 220px; }   /* 타이틀과 내용 포함 박스 */
.errorpage .errorbox h2 { font-size: 2rem; font-weight: 700; color: orange; margin-bottom: 20px; }
.errorpage .errorbox p { background-color: rgba(255, 255, 255, 0.9); line-height: 1.5; padding-bottom: 10px; }

/*===================================================*/
/*================= 관리 (탭 메뉴) ====================*/
/*===================================================*/
.tabMenu { width: 1200px; position: relative; margin: 40px 0; }
.tabMenu > ul { width: 1000px; height: 26px; border-bottom: 1px solid #dbdbdb; text-align: center; margin: 0 auto; }
.tabMenu > ul > li { display: inline-block; padding-right: 20px; }
.tabMenu > ul > li:last-child { padding-right: 0; }
.tabMenu > ul > li > a { padding: 10px 15px; color: #2c3342; font-size: 1rem; transition: all 0.3s;}
.tabMenu > ul > li > a.on, .tabMenu > ul > li > a.on:hover {
    color: #367bc1; font-weight: 400; background-color: #fff;
    border-top: 1px solid #367bc1; border-left: 1px solid #367bc1; border-right: 1px solid #367bc1; border-bottom: 1px solid #fff;
}
.tabMenu > ul > li > a:hover { cursor: pointer; border-top: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 0; }
.tabMenu > ul > li > a.dis, .tabMenu > ul > li > a.dis:hover { color: #2c3342; border: 0; cursor: default; opacity: 0.6; }

.tabMenu > div > div { display: none; width: 100%; }    /* 처음에 모두 숨김 */
.tabMenu > div:nth-child(2) > div:nth-child(1) { display: block; }  /* 첫번째 탭 컨텐츠만 보이게 함 */
.tabMenu > div > div > div > div.pagenavi > ul { margin: 0; border: 0; }
.tabMenu > div > div > div > h3 { font-size: 1.4rem; text-align: center; margin: 10px 0; }  /* 테이블 타이틀 */
.tabMenu > div > div > div > p.base_date { float: right; padding-top: 15px; }
.tabMenu > div > div > div > p.helptext { padding: 20px 0 0 0; }

.marker_list > tr > th { border-right: 1px solid #fff; }  /* 컬럼 분리 라인 */
.tabMenu > div > div > div > table > thead > tr > th:last-child { border-right: 1px solid #cfd4da; }  /* 마지막 컬럼 분리 라인 안보이게  */

.tabMenu2 { width: 1200px; position: relative; margin: 40px 0; }
.tabMenu2 > ul { width: 1000px; height: 26px; border-bottom: 1px solid #dbdbdb; text-align: center; margin: 0 auto; }
.tabMenu2 > ul > li { display: inline-block; padding-right: 20px; }
.tabMenu2 > ul > li:last-child { padding-right: 0; }
.tabMenu2 > ul > li > a { padding: 10px 15px; color: #2c3342; font-size: 1rem; transition: all 0.3s;}
.tabMenu2 > ul > li > a.on, .tabMenu2 > ul > li > a.on:hover {
    color: #367bc1; font-weight: 400; background-color: #fff;
    border-top: 1px solid #367bc1; border-left: 1px solid #367bc1; border-right: 1px solid #367bc1; border-bottom: 1px solid #fff;
}
.tabMenu2 > ul > li > a:hover { cursor: pointer; border-top: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-bottom: 0; }
.tabMenu2 > ul > li > a.dis, .tabMenu2 > ul > li > a.dis:hover { color: #2c3342; border: 0; cursor: default; opacity: 0.6; }

.tabMenu2 > div > div { display: none; width: 100%; }    /* 처음에 모두 숨김 */
.tabMenu2 > div:nth-child(2) > div:nth-child(1) { display: block; }  /* 첫번째 탭 컨텐츠만 보이게 함 */
.tabMenu2 > div > div > div > div.pagenavi > ul { margin: 0; border: 0; }
.tabMenu2 > div > div > div > h3 { font-size: 1.4rem; text-align: center; margin: 10px 0; }  /* 테이블 타이틀 */
.tabMenu2 > div > div > div > p.base_date { float: right; padding-top: 15px; }
.tabMenu2 > div > div > div > p.helptext { padding: 20px 0 0 0; }

.tabMenu2 > div > div > div > table > thead > tr > th:last-child { border-right: 1px solid #cfd4da; }  /* 마지막 컬럼 분리 라인 안보이게  */

.marker_list > tr > th { border-right: 1px solid #fff; }  /* 컬럼 분리 라인 */
.marker_list > tr { border: 0; }  /* 조직별 평가자 명단 테이블 */
.marker_list > tr > td {  /* 테이블 셀 배경 모두 흰색 처리 */
    border: 1px solid #cfd4da; background-color: #fff; vertical-align: middle;
}
.target_list > tr > td {
	border: 1px solid #cfd4da;
}
/* ----------- 평가 진행 상황 관리 (탭 메뉴) --------------*/
.tapall { width: 100%; }
.tabMenu > div > div > div div { margin-top: 5px; } /* 폼과 테이블 간견 */
.tabMenu2 > div > div > div div { margin-top: 5px; } /* 폼과 테이블 간견 */

/* ----------- 리스트 보기 수 선택 --------------*/
.totalRecordSize_span {margin-right: 10px;}

/*===================================================*/
/*=========== 팝업 및 오버레이 윈도우================*/
/*===================================================*/
#overlay { position: fixed; left: 0; right: 0; top: 0; bottom: 0; background-color: #2c3342; z-index: 99; opacity: 0; display: none; transition: all 0.3s; }      /* 오버레이 막 숨기기 */
div[id^='pop_'] {    /*  팝업 창 기본 스타일  */
    position: fixed; width: 600px; left: calc((100% - 50%) - 300px); top: calc(100% - 90%); background-color: #fff; padding: 10px; border-radius: 2px;
    transform: translateY(100vh); transition: all 0.3s; z-index: 100; opacity: 0; display: none;  /*  모든 팝업 창 숨기기  */
}
div[id^='pop_'] h3 { font-size: 1.2rem; font-weight: 400; line-height: 1.5; color: #fff; padding: 7px; background-color: #2c3342; border-radius: 2px; margin-bottom: 15px; }   /* 팝업 타이틀 */
div[id^='pop_'] p { position: relative; line-height: 1.5; padding-bottom: 10px; }  /*  팝업 메시지  */
div[id^='pop_'] > div { padding: 0 10px; }   /* 팝업 컨텐츠 감싸는 블럭 */
div[id^='pop_'] > div:last-child { padding-top: 10px; }   /* 컨텐츠와 버튼 사이 마진 */


/*------------------- 첨부파일 영역 (리스트 스타일) ---------------------*/
.file_add_area {
    width: 100%;
    min-width: 20rem;
    border: 0.1rem solid #dadada;
    margin: 1rem 0;
    background-color: #dadada;
    padding: 0.5rem;
    text-align: left;
} /* 전체영역 */
.file_add_area .file_add_top {
    width: 100%;
    background-color: #f9f9f9;
    padding: 1rem;
} /* 파일찾기 버튼영역 */
.file_add_bot {
    padding: 1rem;
    background-color: #fff;
} /* 파일 추가 전체 영역 width 설명  */
.file_add_bot .file_add_bot_dis { /* Drag & Drop Files Here 설명 영역 */
    display: block;
    text-align: center;
    padding: 0.3rem;
    font-size: 3rem;
    height: 15rem;
    line-height: 15rem;
    border: 0.1rem solid #dadada;
    border-style: dashed;
}

.file_group {
    width: 100%;
    padding: 1rem;
} /* 첨부파일 전체 영역  */
.file_gr_table {
    width: 100%;
} /* 테이블 너비 */
.file_gr_table tr {
    border-bottom: 0.1rem solid #dadada;
} /* 하단 라인 */
.file_gr_table tr td {
    padding: 1rem;
} /* 각각의 줄 높이 패딩 */
.file_gr_table tr td:nth-child(4) {
    font-size: 1.8rem;
} /* 삭제 아이콘  */
.btn_file label {
    display: inline-block;
    padding: .5em .75em;
    color: #fff;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #2c2c2c;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    border-radius: .25em;
}
.btn_file input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/*===================================================*/
/*=========== 평가지 보기 관련 추가된 스타일  ===============*/
/*===================================================*/
/* listtable 의 한줄 걸러 다른색 안생기게하는 클래스 추가함  */
.listtable.non_stripe table tbody tr:nth-child(2n) {
    background-color: transparent;
}
/* 마우스 오버 시 아이콘 색상 제거 */
.listtable.non_stripe table tbody tr:hover {
    background-color: transparent;
}
/* 컬럼 헤더 우측 세로라인  */
.listtable.non_stripe th {
    border-right: 1px solid white;
}
