@charset "UTF-8";
@import url('font/font.css');
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap'); */

body {
  min-width: 1200px;
  max-width: 100%;
}

.wrapper {
  width: 100%;
  overflow: auto;
  height: 100%;
}

/*로긴페이지*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500&display=swap'); */
.login_all {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/login_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  font-family: 'Noto Sans KR', sans-serif !important
}

.login_all:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 9, 30, .72);
  z-index: 9;
}

.login_all .login_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1250px;
  max-width: 80%;
  height: 700px;
  z-index: 10;
  display: flex;
}

.login_all .login_inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/login_box_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.login_all .title_box {
  width: calc(500px);
  padding: 90px 80px
}

.login_all .title_box span {
  font-size: 36px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-weight: 300
}

.login_all .title_box p {
  font-size: 64px;
  color: #fff;
  display: block;
  font-weight: 500;
}

.login_all .login_box {
  width: calc(100% - 500px);
  padding: 162px 0px;
  display: flex;
  justify-content: flex-end
}

.login_all .login_box .inner {
  display: flex;
  width: 630px;
  padding: 0 64px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.login_all .login_box .login_img {
  width: 280px;
  height: 50px;
  margin-bottom: 30px
}

.login_all .login_box .login_img img {
  width: 100%;
}

.login_all .login {}

.login_all input[type=text],
.login_all input[type=password] {
  width: 100%;
  padding: 12px 0;
  border: 1px solid #2374d7;
  padding-left: 70px;
  padding-right: 10px;
  border-radius: 10px;
  height: 68px;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: -0.2px;
  font-family: 'Noto Sans KR' !important
}

.login_all ::placeholder {
  font-size: 25px !important;
  color: #9fa5ac !important;
  transition: 0.3s ease;
  letter-spacing: -0.2px;
  font-family: 'Noto Sans KR' !important
}

.login_all input[type=password] {
  background: #ffffff url(../images/login_password.jpg) no-repeat center left 22px;
}

.login_all input[type=text] {
  background: #f3f4f4 url(../images/login_id.jpg) no-repeat center left 22px;
  margin-bottom: 10px;
}

.login_all .save-info {
  vertical-align: middle;
  margin: 30px 0;
  display: inline-block
}

.login_all .save-info input[type=checkbox] {
  width: 21px;
  height: 21px;
  margin-right: 7px;
  vertical-align: text-bottom;
}

.login_all .save-info em {
  display: inline-block;
  color: #a3a3a3;
  font-size: 20px;
  font-weight: 400
}

.login_all .login_btn {
  width: 100%;
  height: 67px;
  border: 1px solid #1032a0;
  background-color: #153dc3;
  border-radius: 10px;
  font-size: 30px;
  color: #4699ff;
  transition: 0.3s ease-in-out;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: 500;
}

.login_all .login_btn:hover {
  background-color: #1132a0
}

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background-color: #fff;
  box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%);
  display: flex;
  align-items: center;
  padding: 0 11px;
  z-index: 100;
  justify-content: space-between
}

.human_all {
  display: flex;
  align-items: center
}

.human_all li {
  font-size: 12px;
}

.human_all li:nth-child(1) {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 10px
}

.human_all li:nth-child(1) img {
  width: 30px;
  height: 30px
}

.human_all li:nth-child(2) {
  padding-right: 13px
}

.human_all li:nth-child(3) {
  position: relative;
  ;
  color: #5b5b5b;
  padding: 0 13px 0 13px
}

.human_all li:nth-child(3):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 1px;
  height: 13px;
  background-color: #5b5b5b;
}

.sidebar {
  position: fixed;
  top: 58px;
  left: 0;
  z-index: 100;
  height: 100%;
  /* box-shadow: 2px 0 8px 0 rgb(29 35 41 / 5%); */
  transition: all 0.2s;
  width: 177px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar .inner {
  overflow-x: hidden;
  position: relative;
  height: 100%
}

aside {
  background: #2e3192;
  width: 163px;
  height: 100%;
  padding: 15px 0px 60px 0;
  flex-shrink: 0;
}

aside h3 {
  padding-bottom: 17px;
  padding-left: 11px
}

aside h3 strong {
  font-size: 16px;
  color: #ffffff;
  margin-left: 2px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.5px
}

aside h3 img {
  vertical-align: baseline;
}

aside>div.left_menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column
}

.left_menu .left_text_box {
  position: relative;
  padding: 15px 0
}

.left_menu .left_text_box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(138, 161, 226, .4);
  left: 0;
  top: 0
}

/* .left_menu .left_text_box dl {padding:0 10px 0 30px} */
.left_menu .left_text_box dl dt {
  font-size: 12px;
  color: #92a4df;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-bottom: 7px;
  padding: 0 10px 0 30px
}

.left_menu .left_text_box dl dd {
  position: relative;
  margin-bottom: 8px;
  padding: 3px 10px 3px 30px;
  z-index: 2;
}

.left_menu .left_text_box dl dd a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #ffffff;
  transform: translateY(-50%);
  letter-spacing: 0.1px
}

.left_menu .left_text_box dl dd a {
  display: block;
  position: relative;
  font-size: 12px;
  color: #d4d4d4;
  padding: 0 0 0 8px;
  letter-spacing: -0.5px;
  width: 100%;
}

.left_menu .left_text_box dl dd.active::before,
.left_menu .left_text_box dl dd:hover::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgb(90, 93, 207);
  border: radius 5px;
}

.left_menu .left_text_box dl dd.active::after,
.left_menu .left_text_box dl dd:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(33, 36, 113, .8);
  width: calc(100% - 10px);
  height: calc(100% + 6px);
  z-index: -1;
  border-radius: 2px;
}

.left_icon {
  position: absolute;
  right: 0px;
  top: calc(430px);
  transform: translateY(-50%);
  width: 14px;
  height: 51px;
  background: #2e3192;
  color: #fff;
  z-index: 100;
  ;
  border-radius: 0 4px 4px 0;
  line-height: 40px;
  cursor: pointer;
}

.left_icon img {
  width: 7px;
  vertical-align: sub;
}

.content_main {
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  /*height: 100%;*/
  background: #f5f6fb;
  padding-left: 163px;
  transition: all 0.2s;
  margin: 58px 0 0 0;
}

.content_main {
  min-height: calc(100% - 58px - 50px);
}

.content_main .inner {
  width: 100%;
  /*height: 100%;*/
  padding: 12px 18px;
}

.category_list {
  display: flex;
  padding-left: 10px;
}

.category_list li {
  position: relative;
  padding: 0 12px;
}

.category_list li:after {
  content: ">";
  position: absolute;
  right: -5px;
  top: 3px;
  font-size: 11px;
  color: #737373;
}

.category_list li:last-child:after {
  display: none;
}

.category_list li a {
  font-size: 11px;
  color: #737373
}

.pannel_box {
  border-radius: 10px;
  background-color: #ffffff;
  padding: 22px 22px 60px 22px;
  margin-top: 10px;
  width: 100%;
  max-width: 100%;
  min-height: calc(100% - 18px);
  margin-bottom: 50px
}

h2 {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 18px;
  margin-bottom: 14px
}

h2::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  background: url(../images/h2_blt.png);
  width: 11px;
  height: 11px;
}

.pannel_box select {
  /*border:1px solid #ddd;border-radius: 0;color:rgba(0, 0, 0, .62);*/
  font-size: 12px;
  outline: none;
  transition: 0.3s ease-in;
  /* -webkit-appearance: none; appearance: none;-moz-appearance: none;*/
}

select::-ms-expand {
  display: none;
}

.pannel_box .ask_inner {
  padding: 18px 17px;
  background-color: #f7f7f7;
  display: flex;
  margin-bottom: 30px
}

.pannel_box .ask_inner .select_box01 {
  display: flex
}

.pannel_box .ask_inner .select_box01 .nice-select {
  min-width: 150px;
  padding: 0 13px;
  margin-right: 8px;
  border-radius: 0;
  height: 33px;
  padding: 0 13px;
  font-size: 12px;
  color: rgba(0, 0, 0, .62);
  font-weight: bold;
  line-height: 33px;
  border: 1px solid #cacaca
}

/* .pannel_box .ask_inner .select_box01 .nice-select .list {width: 150px;margin-left:-1px;z-index: 20;} */

.pannel_box .ask_inner .select_box02 {
  display: flex
}

.pannel_box .ask_inner .select_box02 .nice-select {
  min-width: 90px;
  margin-right: 8px;
  border-radius: 0;
  height: 33px;
  padding: 0 30px 0 13px;
  font-size: 12px;
  color: rgba(0, 0, 0, .62);
  font-weight: bold;
  line-height: 33px;
  border: 1px solid #cacaca
}

.pannel_box .ask_inner .select_box02 .nice-select:first-of-type {
  min-width: 130px;
}

.pannel_box .ask_inner .select_box02 .nice-select:nth-of-type(3) {
  min-width: 160px;
}

.pannel_box .ask_inner .select_box02 .nice-select:nth-of-type(4) {
  min-width: 125px;
}

/* .pannel_box .ask_inner .select_box02 .nice-select:last-of-type {margin-right:0} */
.pannel_box .ask_inner .select_box02 .nice-select .list {
  width: calc(100% + 2px);
  z-index: 20;
  left: -1px
}

.pannel_box .ask_inner .select_box03 {
  display: flex
}

.pannel_box .ask_inner .select_box03 .nice-select {
  width: 130px;
  min-width: 90px;
  margin-right: 8px;
  border-radius: 0;
  height: 33px;
  padding: 0 30px 0 13px;
  font-size: 12px;
  color: rgba(0, 0, 0, .62);
  font-weight: bold;
  line-height: 33px;
  border: 1px solid #cacaca
}

.pannel_box .ask_inner .select_box03 .nice-select:nth-of-type(4) {
  width: 110px
}

.pannel_box .ask_inner .tbl_style {
  max-width: 1200px;
  margin: 0 20px;
  display: table-column;
}

.pannel_box .ask_inner .tbl_style th {
  width: 90px;
}

.pannel_box .ask_inner .tbl_style td {
  width: 300px;
}

.pannel_box .ask_inner .tbl_style th.thTwost {
  padding: 0 40px 0 100px;
  width: 171px
}

.dd {
  color: red;
  width: 50px;
  height: 20px;
  background-color: #000;
}

.nice-select .list {
  max-height: 200px;
  overflow-y: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  margin-top: 0 !important;
  border: 1px solid #cacaca;
  border-top: none;
  border-radius: 0 !important;
  box-shadow: none !important;
  left: -1px !important;
  z-index: 20 !important;
  width: calc(100% + 2px)
}

.nice-select .list::-webkit-scrollbar {
  display: none
}

.nice-select .option {
  padding: 5px 10px !important;
  word-break: initial;
  line-height: 1.3 !important;
  white-space: normal;
  font-weight: bold !important;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.pannel_box .ask_inner .nice-select.open {
  color: rgba(0, 0, 0, 100%);
}

.pannel_box .ask_inner .input_box {
  display: flex;
  /*margin-left:8px*/
}

.pannel_box .ask_inner button.inquiry_btn {
  background-color: #132359;
  border: 1px solid #06133d;
  color: #ffffff;
  font-weight: bold;
  width: 65px;
  margin-left: 9px
}

.pannel_box .ask_inner label.inquiry_label {
  display: flex;
  margin-left: 8px;
  margin-right: 8px;
  font-weight: bold;
  border: 1px solid #06133d;
  padding: 0 10px;
  padding-top: 8px;
}

.radio_box {
  display: flex;
  align-items: center
}

.radio_box .inP_ridio {
  margin-right: 20px !important
}

.radio_box .inP_ridio label {
  font-weight: bold !important;
}

.radio_box .inP_ridio input[type="radio"] {
  vertical-align: text-top;
}

.w90 {
  min-width: 90px;
}

.mj-r0 {
  margin-right: 0 !important
}

/*제작테이블*/


.big-titie {
  width: 100%;
  padding: 10px 0 20px 0;
  border-bottom: 2px solid #2e3192;
  margin-bottom: 20px
}

.big-titie p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}


/*테이블 */
.personnel_menu .table_inner {}

.table_top {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end
}

.table_top h2 {
  margin-bottom: 0
}

.table_top .btn1 button.add_btn {
  position: relative;
  width: 90px;
  height: 31px;
  border: 1px solid #8b8b8b;
  padding-left: 40px;
  box-shadow: 0px 2px 2px 0 rgba(29, 35, 41, .2);
  text-align: left;
}

.table_top .btn1 button.add_btn:after {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/btn_new_add.png);
  width: 14px;
  height: 14px;
}

.table_top .btn_box button:hover {
  background-color: #f2f2f2;
}

.table_top .btn1 button.del_btn {
  width: 90px;
  height: 31px;
  padding: 0 10px;
  border: 1px solid #8b8b8b;
  box-shadow: 0px 2px 2px 0 rgba(29, 35, 41, .2);
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.table_top .btn1 button.del_btn .del_icon {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff0000;
  margin-right: 5px;
}

.table_top .btn2 .excel_btn {
  position: relative;
  width: 103px;
  height: 31px;
  border: 1px solid #0d773f;
  padding-left: 35px;
  box-shadow: 0px 2px 2px 0 rgba(29, 35, 41, .2);
  text-align: left;
}

.table_top .btn2 .excel_btn:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/btn_excel.png);
  width: 16px;
  height: 16px;
}

.table_top .btn2 .hwp_btn {
  position: relative;
  width: 103px;
  height: 31px;
  border: 1px solid #2b7cc7;
  padding-left: 35px;
  box-shadow: 0px 2px 2px 0 rgba(29, 35, 41, .2);
  text-align: left;
}

.table_top .btn2 .hwp_btn:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/btn_hwp.png);
  width: 16px;
  height: 16px;
}

.table_top .basic_btn {
  position: relative;
  padding: 0 12px;
  min-width: 90px;
  height: 31px;
  border: 1px solid #8b8b8b;
  box-shadow: 0px 2px 2px 0 rgba(29, 35, 41, .2);
  text-align: center;
}

.table_top .text_count {
  position: relative;
  bottom: -5px;
  right: 0px;
  color: rgb(0, 0, 0);
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
}

.justify-end {
  justify-content: flex-end
}

.color_commit {
  color: #2e3192
}

.color_incomplete {
  color: #ed1c24
}

.order_txt {
  display: inline-block;
  font-size: 12px;
  color: #4a4a4c
}


/*테이블 토스트*/
.tui-grid-container {
  font-family: 'NanumGothic', '나눔고딕', Pretendard, Noto Sans KR, Malgun Gothic, 맑은 고딕, sans-serif !important
}

.tui-grid-cell {
  color: #000000;
  font-size: 12px;
  background-color: #ffffff !important;
}

td.tui-grid-cell {
  overflow: auto !important;
}

.tui-grid-cell-has-input .tui-grid-cell-content {
  padding: 7px 8px !important
}

.pannel_box .tui-grid-cell-header {
  font-weight: 700;
}

.tui-grid-no-scroll-x .tui-grid-border-line-bottom {
  border-color: #eee !important;
  border: none !important
}

.tui-grid-layer-focus-deactive .tui-grid-layer-focus-border {
  /* background-color: #f9f9f9 !important;  */
  background-color: transparent !important
}

.tui-grid-layer-focus-border {
  /* background-color: #f9f9f9 !important; */
  background-color: transparent !important
}

.tui-grid-cell-current-row td {
  background-color: #f9f9f9;
}

.tui-grid-cell-current-row td:hover {
  background-color: #f9f9f9;
}

.tui-grid-container .tui-grid-pagination {
  margin-top: 25px !important
}

.tui-grid-no-scroll-x .tui-grid-border-line-bottom {
  border-bottom: 1px solid #aaa;
}

.tui-grid-lside-area .tui-grid-header-area {
  border-right: 1px solid #eee
}

/* 평가 현황 */
.many05_menu .tui-grid-table tbody th:nth-child(3) {
  background-color: #fffeb9 !important;
  cursor: pointer
}

.many05_menu .tui-grid-table tbody th:nth-child(4) {
  background-color: #d2f4ae !important;
  cursor: pointer
}

.many05_menu .tui-grid-table tbody td:nth-child(3) {
  background-color: #fffeb9 !important;
  cursor: pointer
}

.many05_menu .tui-grid-table tbody td:nth-child(4) {
  background-color: #d2f4ae !important;
  cursor: pointer
}

.work04_menu .tui-grid-header-area .tui-grid-table th {
  background-color: #f9f9f9 !important;
  white-space: normal !important;
}

.work04_menu .tui-grid-header-area .tui-grid-table tr:nth-child(1) th.tui-grid-cell-header:nth-child(4) {
  border-bottom: 1px solid #aaaaaa
}

.work04_menu .tui-grid-header-area .tui-grid-table tr:nth-child(1) th.tui-grid-cell-header:nth-child(5) {
  border-bottom: 1px solid #aaaaaa
}

.work04_menu .tui-grid-header-area {
  border-bottom: 1px solid #aaaaaa
}

body.expand .pannel_box .tui-grid-rside-area {
  width: calc(100% - 70px) !important;
}

.pannel_box .tui-grid-body-container {
  width: 100% !important;
}

.pannel_box .tui-grid-table-container {
  width: 100% !important;
}

body.expand .pannel_box .tui-grid-table {
  width: calc(100% - 70px) !important;
}

#work03 .tui-grid-table th {
  white-space: normal !important;
}

.imgC {
  vertical-align: baseline !important;
  display: inline-block;
}

.blue.tui-grid-cell {
  background-color: #e2ecf9 !important;
}

.yellow.tui-grid-cell {
  background-color: #fffeb9 !important;
}

.green.tui-grid-cell {
  background-color: #d2f4ae !important;
}

.grey.tui-grid-cell {
  background-color: #f9f9f9 !important;
}

/* 사이드 메뉴 닫힐때 변화 */
body.expand .sidebar {
  width: 0px;
}

body.expand .gridDiv {
  width: 100%;
}

/* body.expand aside h3 strong {opacity: 0;visibility: hidden;} */
body.expand aside {
  width: 163px;
}

body.expand .left_icon {
  right: -14px
}

body.expand .left_icon img {
  transform: rotate(180deg);
}

body.expand .content_main {
  padding-left: 0px;
}

.w89 {
  width: 89px !important;
}

.w105 {
  width: 105px !important;
}

.w200 {
  width: 200px !important;
}

.paddL-per {
  padding-left: 30px !important;
}

.paddL43 {
  padding-left: 43px !important;
}

.paddL30 {
  padding-left: 30px !important;
}

.maginT40 {
  margin-top: 40px !important
}

.text-left {
  text-align: left !important;
}

/*푸터*/
.footer_wrap {
  background-color: #f5f6fb;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* width: calc(100% - 162px);*/
  z-index: 20;
}

.footer_wrap p {
  font-size: 11px;
  text-align: center;
  color: rgba(72, 72, 72, .5);
  height: 100%;
  line-height: 50px;
  padding-left: 162px
}




/* 모달 팝업 */

@keyframes scale {
  0% {
    opacity: 0;
    /* transform: translate(-50%, -50%) scale(0.7); */
  }

  100% {
    opacity: 1;
    /* transform: translate(-50%, -50%) scale(1); */
  }
}

.modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  transition: .5s;
  overflow-y: auto;
  visibility: hidden;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.small-modal .modal-content {
  position: relative;
  width: 674px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.small2-modal .modal-content {
  position: relative;
  width: 500px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.small3-modal .modal-content {
  position: relative;
  width: 774px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.big-modal .modal-content {
  position: relative;
  width: 865px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.big3-modal .modal-content {
  position: relative;
  width: 1007px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.big2-modal .modal-content {
  position: relative;
  width: 92%;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.big4-modal .modal-content {
  position: relative;
  width: 1300px;
  height: 950px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.big5-modal .modal-content {
  position: relative;
  width: 1107px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 50px auto 0 auto;
  z-index: 998;
  border: 2px solid #ececec
}

.modal .close-modalPopup {
  display: block;
  position: relative;
  width: 17px;
  height: 17px;
}

.modal .close-modalPopup a {
  position: absolute;
  right: 0;
  top: 0px;
  text-align: center;
  transition: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-indent: -9999em;
  cursor: pointer;
  text-indent: -999em;
  font-size: 0;
  width: 17px;
  height: 17px;
}

.modal .close-modalPopup a:after,
.modal .close-modalPopup a:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: auto;
  display: block;
  width: 17px;
  height: 2px;
  background-color: #231815;
  transition: all 0.5s ease
}

.modal .close-modalPopup a:before {
  /*-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);*/
  transform: rotate(45deg);
}

.modal .close-modalPopup a:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modal .close-modalPopup a:hover,
.modal .close-modalPopup a:focus {
  opacity: .5;
}

/*.modal .close-modalPopup a:hover , .modal .close-modalPopup a:focus{transform-origin: 50% 50%;-webkit-transform:rotateX(90deg) ;-moz-transform:rotate(90deg) ;-ms-transform:rotate(90deg) translateX(0);;-o-transform:rotate(90deg) ;transform:rotate(0deg) ;transition:all 0.5s ease}*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, .8);
  z-index: 997;
  opacity: 1;
  /*pointer-events: all;*/
  display: none;
}

.overlay.active {
  display: block;
}

.modal .modal_head {
  display: flex;
  height: 48px;
  border-bottom: 2px solid #ececec;
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
}

.modal .modal_head h5 {
  font-size: 17px;
  color: #252525;
  font-weight: 700;
  padding: 16px 0 10px 0
}

.modal .modal_body {
  padding: 4px 24px 60px 24px;
  max-height: 720px;
}

.modal .modal_foot {
  display: flex;
  background-color: #f8f8f8;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.modal .modal_foot button {
  width: 121px;
  height: 36px;
  color: #464646;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 4px
}

.modal .modal_foot button.add_btn {
  width: 121px;
  height: 36px;
  color: #ffffff;
  font-size: 13px;
  background-color: #20212a;
  border: 1px solid #20212a;
}

.modal .ask_inner {
  display: flex;
  margin: 15px 0 25px 0
}

.modal .ask_inner .select_bx {
  display: flex;
}

.modal .ask_inner .select_bx .nice-select {
  min-width: 90px;
  margin-right: 8px;
  border-radius: 0;
  height: 33px;
  padding: 0 30px 0 13px;
  font-size: 12px;
  color: rgba(0, 0, 0, .62);
  font-weight: bold;
  line-height: 33px;
  border: 1px solid #cacaca
}

.modal .ask_inner .select_bx .nice-select:last-of-type {
  margin-right: 0px
}

.modal .ask_inner .input_box {
  display: flex;
  margin-left: 8px;
  width: 110px;
}

.modal .ask_inner button.inquiry_btn {
  background-color: #132359;
  border: 1px solid #06133d;
  color: #ffffff;
  font-weight: bold;
  width: 65px;
  margin-left: 9px
}

.modal .tui-grid-cell {
  white-space: normal !important;
  word-break: initial;
}

.modal .tui-datepicker {
  z-index: 20;
}

/*테이블 */
.small_title {
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 10px
}

.inP_ridio input[type="radio"] {
  width: 14px;
  height: 14px;
  color: #64a8f9;
  opacity: 0.8;
  vertical-align: sub;
}

.inP_ridio {
  display: inline-block;
  margin-right: 45px;
  color: rgba(0, 0, 0, .5)
}

.inP_ridio input:checked+label {
  color: rgba(0, 0, 0, 1)
}

.modal input[type="checkbox"] {
  width: 13px;
  height: 13px;
  border: 1px solid #757575;
  background-color: #333;
  accent-color: #767676;
  vertical-align: sub;
}

.inP_check {
  display: inline-block;
  margin-right: 15px;
  color: rgba(0, 0, 0, .5)
}

.inP_check input:checked+label {
  color: rgba(0, 0, 0, 1)
}

.tbl_style .w50 {
  width: calc(50% - 10px) !important;
}

.tbl_style .adressW105 {
  width: calc(100% - 110px);
}

.tbl_style .text-right {
  text-align: right;
}

.tbl_style .text-center {
  text-align: center;
}

em.stick {
  position: relative;
  width: calc(100% - 182px);
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #858585;
  margin: 0 5px
}

.photo_add {
  width: 110px;
  height: 110px;
  background-color: #eceef5;
}

.photo_add img {
  width: 110px;
  height: 110px;
}

.btnFile [type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 0px;
}

.tbl_style th {
  height: 40px;
  color: #4a4a4c;
  text-align: left;
  padding: 0 4px 0 0
}

.tbl_style td {
  padding: 0 3px 0 1px;
}

.tbl_style .title {
  position: relative;
  display: inline-block;
  padding-left: 8px
}

.tbl_style .sub_title {
  position: relative;
  display: inline-block;
  padding-left: 5px
}

.tbl_style .sub_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000000;
  letter-spacing: 0.1px;
}

.tbl_style .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000000;
  letter-spacing: 0.1px;
}

.modal .table_inner .tui-grid-cell-header {
  font-weight: 700;
}

.tbl_style .nice-select {
  width: 100%;
  margin-right: 8px;
  border-radius: 0;
  height: 33px;
  padding: 0 13px;
  font-size: 12px;
  color: rgba(0, 0, 0, .62);
  font-weight: bold;
  line-height: 33px;
  border: 1px solid #cacaca
}

.tbl_style .nice-select .list {
  max-height: 200px;
  overflow-y: auto !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  margin-top: 0 !important;
  border: 1px solid #cacaca;
  border-top: none;
  border-radius: 0 !important;
  box-shadow: none !important
}

.tbl_style .nice-select .list::-webkit-scrollbar {
  display: none
}

.tbl_style .nice-select .list {
  width: 101%;
  margin-left: -1px;
}

/*토스트테이블*/
.modal .table_inner {
  max-height: 550px;
  overflow-y: auto;
  margin-top: 20px
}

.toast_style {}

.toast_style thead {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #f9f9f9;
}

.toast_style thead tr {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

.toast_style thead tr th {
  padding: 13px 5px 11px 5px;
  font-weight: 700;
  word-break: keep-all;
}

.toast_style .bgcolor {
  background-color: #f9f9f9;
  font-weight: 700;
}

.toast_style th,
.toast_style td {
  border-right: 1px solid #eeeeee;
}

.toast_style .br-0 {
  border-right: 0;
}

.toast_style td {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  padding: 10px;
  word-break: keep-all;
}

/*데이타피커*/
#dataP_wrapper .tui-datepicker {
  z-index: 99;
}

.dataP_all .tui-datepicker-input {
  border-color: #cacaca !important;
  width: 100%;
  height: 33px
}

.dataP_all .tui-datepicker-input>input {
  color: rgba(0, 0, 0, .5)
}

.dataP_all .tui-ico-date {
  background: url(../images/dataT_ico.svg) no-repeat;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-position: center !important;
}

.dataP_all .tui-datepicker-input>.tui-ico-date {
  transform: translateY(-50%);
  margin: 0;
}

/*탭스타일1 팝업탭*/
.pop_tab {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px
}

.pop_tab .btn {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
}

.pop_tab .btn li {
  background-color: #f2f3f9;
  width: 185px;
  height: 44px;
  font-size: 14px;
  color: rgba(48, 48, 49, .8);
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #2e3192
}

.pop_tab .btn li.active {
  background-color: #fff;
  color: #2e3192;
  border-top: 1px solid #2e3192;
  border-right: 1px solid #2e3192;
  border-left: 1px solid #2e3192;
  border-bottom: 1px solid #ffffff
}

.pop_tap {
  height: 210px;
  overflow-y: auto;
  margin-top: 10px;
}

.pop_tab .tabs>div {
  display: none;
}

.pop_tab .tabs>div.active {
  display: block;
}


/*탭 테이블*/
.pop_tap .tbl_style {}

.pop_tap .tbl_style th {
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  color: #4a4a4c;
  text-align: center;
}

.pop_tap .tbl_style td {
  border: 1px solid #ececec;
  padding: 10px;
  text-align: center;
}

.line_add_box {
  margin-top: 6px
}

.line_add_box button {
  position: relative;
  ;
  border: 1px solid #000000;
  padding: 5px 7px;
  font-size: 12px;
  color: #4a4a4c;
  background-color: #ffffff;
}

.line_add_box button:hover {
  background-color: #f1f1f1;
}

.line_add_box button:after {
  content: "";
  background: url(../images/btn_line_add_11.png) no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.gridDivp input[type="checkbox"] {
  width: auto;
  height: auto
}

/*평가기본정보*/
.valuation_menu .ask_inner .nice-select {
  width: 160px
}

.valuation_menu .dataP_all {
  margin-right: 8px
}

.valuation_pop .tbl_style {
  width: auto !important;
}

.valuation_pop .tui-grid-cell {
  word-break: keep-all;
  white-space: nowrap !important;
  letter-spacing: -1px;
}

.valuation_pop .tui-grid-cell-header {
  white-space: normal !important;
  letter-spacing: -1px;
}

.valuation_pop th {
  letter-spacing: -0.5px;
}

/* .valuation_pop .tui-grid-lside-area {width: 30px !important;}
.valuation_pop .tui-grid-lside-area .tui-grid-header-area {width: 30px !important;}
.valuation_pop .tui-grid-rside-area {margin-left:30px !important; width: calc(100% - 30px) !important;} */

.section_inner {
  height: 500px;
  position: relative;
  display: flex;
}

.section_inner .grid_box {
  background-color: #f9f9f9;
  width: calc(100% - 50% - 2px);
}

.section_inner .table_box {
  height: 100%;
  width: calc(100% - 50% - 2px);
}

.section_inner .Nt {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid rgba(100, 121, 143, 0.122);
  border-right: 1px solid rgba(100, 121, 143, 0.122);
  /*cursor: col-resize;*/
  width: auto;
  max-height: 100%;
  height: 100%;
  -webkit-box-flex: 0 0 3px;
  -webkit-flex: 0 0 3px;
  flex: 0 0 3px;
}


.section_inner .tui-grid-body-area {
  background-color: #f9f9f9;
}

.section_inner .tui-grid-cell {
  background-color: transparent !important;
}

.section_inner .tui-grid-body-area table {
  background-color: #f9f9f9;
}

.table_box .tbl_style {
  width: 100%;
  height: 100%;
}

.table_box .tbl_style th {
  background-color: #ffffff;
  border-top: 1px solid #aaaaaa;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #aaaaaa;
}

.table_box .tbl_style td {
  padding: 10px;
  text-align: center;
  background-color: #f9f9f9;
  padding: 19px 40px;
  vertical-align: top;
}

.table_box .tbl_style td .d-flex {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.table_box .tbl_style td .d-flex:last-child {
  margin-bottom: 0px
}

.table_box .tbl_style td .head {
  display: inline-block;
  width: 108px;
  text-align: left;
}

.table_box .tbl_style td .body {
  display: inline-block;
  width: calc(100% - 110px);
}

.valuation_menu .d-flex .dataP_all {
  margin-right: 0;
}

.table_box .tbl_style .nice-select .list {
  width: calc(100% + 2px);
  margin-left: 0
}

.tui-grid-tree-button-expand .tui-grid-tree-icon i {
  display: inline-block;
  margin-left: 5px;
  width: 20px !important;
  height: 17px !important;
  background: url('/images/tree_ico.png') no-repeat !important;
  background-size: 100% !important;
}

.tui-grid-tree-button-collapse .tui-grid-tree-icon i {
  display: inline-block;
  margin-left: 5px;
  width: 20px !important;
  height: 17px !important;
  background: url('/images/tree_ico_close.png') no-repeat !important;
  background-size: 100% !important;
}

.tui-grid-tree-depth i {
  background: url('/images/arrow_ico.png') no-repeat !important;
}

/*닫힘*/
.tui-grid-tree-button-collapse .tui-grid-btn-tree i {
  background-position: -1px 0px !important;
  width: 10px;
  height: 11px;
}

/*열림*/
.tui-grid-tree-button-expand .tui-grid-btn-tree i {
  background-position: -15px -2px !important;
  width: 10px;
  height: 11px;
}

.tui-grid-tree-icon i {
  background: url('/images/doc_ico.png') no-repeat !important;
  width: 21px !important;
  height: 21px !important;
}

#valuation_grid .tui-grid-tree-extra-content {
  top: -3px !important
}

#valuation_grid .tui-grid-cell-has-input .tui-grid-cell-content {
  padding: 5px 15px !important
}

/*업무역량평가전무*/
.work02_pop .table_top {
  margin: 15px 0 25px 0;
}

.work02_pop .tui-grid-cell:nth-of-type(n+11) {
  background-color: #f9f9f9 !important;
}

.work02_pop .tui-grid-cell-header:nth-of-type(12) {
  border-bottom: 1px solid #aaaaaa !important;
}

.work02_pop tr:nth-of-type(2) .tui-grid-cell-header {
  background-color: #f9f9f9 !important;
}

/*업무역량평가 평가결과*/
.work04_menu .ask_inner button.inquiry_btn {
  margin-left: 0 !important
}

.work04_pop .toast_style td.br-0 {
  text-align: left;
}

.work04_pop .toast_style td p {}

/*업무역량평가회장*/
#work03 {}

#work03 .tui-grid-header-area {}

#work03 .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(7) {
  background-color: #e2ecf9 !important
}

#work03 .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(8) {
  background-color: #fffeb9 !important
}

#work03 .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(9) {
  background-color: #d2f4ae !important
}

#work03 .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(12) {
  background-color: #fffeb9 !important
}

#work03 .tui-grid-header-area .tui-grid-table tr:nth-child(3) .tui-grid-cell-header:nth-child(2) {
  background-color: #fffeb9 !important
}

#work03 .tui-grid-header-area .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(3) {
  background-color: #d2f4ae !important
}

#work03 .tui-grid-header-area .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(7) {
  background-color: #d2f4ae !important
}

#work03pop .tui-grid-lside-area .tui-grid-header-area tr:nth-child(1) .tui-grid-cell-header:nth-child(5) {
  background-color: #e2ecf9 !important
}

#work03pop .tui-grid-rside-area .tui-grid-header-area .tui-grid-table tr:nth-child(1) th:nth-child(1) {
  background-color: #fffeb9 !important
}

#work03pop .tui-grid-rside-area .tui-grid-header-area .tui-grid-table tr:nth-child(1) th:nth-child(2) {
  background-color: #d2f4ae !important
}

#work03pop .tui-grid-rside-area .tui-grid-header-area .tui-grid-table tr:nth-child(1) th:nth-child(5) {
  background-color: #fffeb9 !important
}

#work03pop .tui-grid-rside-area .tui-grid-header-area .tui-grid-table tr:nth-child(2) th:nth-child(3) {
  background-color: #d2f4ae !important
}

#work03pop .tui-grid-rside-area .tui-grid-header-area .tui-grid-table tr:nth-child(2) th:nth-child(14) {
  background-color: #d2f4ae !important
}

#work03pop .tui-grid-rside-area .tui-grid-header-area .tui-grid-table tr:nth-child(3) th:nth-child(2) {
  background-color: #fffeb9 !important
}

/*인사관리 Grid */
#employeeListDiv .tui-grid-table tbody td:nth-child(5) {
  cursor: pointer
}

/*업무역량평가(일반) - 팝업 */
#evaluationStep1ListDiv .tui-grid-table tbody td:nth-child(5) {
  background-color: #f0fff0 !important;
  cursor: pointer
}

/*업무역량평가(전무) - 팝업 */
#evaluationStep2ListDiv .tui-grid-table tbody td:nth-child(2) {
  background-color: #f0fff0 !important;
  cursor: pointer
}

/*업무역량평가(회장) - 팝업 */
#evaluationStep3ListDiv .tui-grid-table tbody td:nth-child(2) {
  background-color: #f0fff0 !important;
  cursor: pointer
}

#evaluationStep3ListDiv {}

#evaluationStep3ListDiv .tui-grid-header-area {}

#evaluationStep3ListDiv .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(6) {
  background-color: #e2ecf9 !important
}

#evaluationStep3ListDiv .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(7) {
  background-color: #fffeb9 !important
}

#evaluationStep3ListDiv .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(8) {
  background-color: #d2f4ae !important
}

#evaluationStep3ListDiv .tui-grid-header-area .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(11) {
  background-color: #fffeb9 !important
}

#evaluationStep3ListDiv .tui-grid-header-area .tui-grid-table tr:nth-child(3) .tui-grid-cell-header:nth-child(2) {
  background-color: #fffeb9 !important
}

#evaluationStep3ListDiv .tui-grid-header-area .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(3) {
  background-color: #d2f4ae !important
}

#evaluationStep3ListDiv .tui-grid-header-area .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(7) {
  background-color: #d2f4ae !important
}

#evaluationStep3ListDiv .tui-grid-table tbody td:nth-child(6) {
  background-color: #e2ecf9 !important
}

#evaluationStep3ListDiv .tui-grid-table tbody td:nth-child(9) {
  background-color: #fffeb9 !important
}

#evaluationStep3ListDiv .tui-grid-table tbody td:nth-child(10) {
  background-color: #d2f4ae !important
}

#evaluationStep3ListDiv .tui-grid-table tbody td:nth-child(11) {
  background-color: #d2f4ae !important
}

#evaluationStep3ListDiv .tui-grid-table tbody td:nth-child(16) {
  background-color: #d2f4ae !important
}

/*평가결과 */
#generalLv1PromotionListDiv .tui-grid-table tbody td:nth-child(2) {
  cursor: pointer
}

#generalLv2PromotionListDiv .tui-grid-table tbody td:nth-child(2) {
  cursor: pointer
}

#generalLv3PromotionListDiv .tui-grid-table tbody td:nth-child(2) {
  cursor: pointer
}

#generalLv4PromotionListDiv .tui-grid-table tbody td:nth-child(2) {
  cursor: pointer
}

#generalLv5PromotionListDiv .tui-grid-table tbody td:nth-child(2) {
  cursor: pointer
}

#professionalPromotionListDiv .tui-grid-table tbody td:nth-child(2) {
  cursor: pointer
}

/*평가현황*/
#evaluationStatusListDiv .tui-grid-table tbody th:nth-child(3) {
  background-color: #fffeb9 !important;
}

#evaluationStatusListDiv .tui-grid-table tbody td:nth-child(3) {
  background-color: #fffeb9 !important;
}

#evaluationStatusListDiv .tui-grid-table tbody th:nth-child(4) {
  background-color: #d2f4ae !important;
}

#evaluationStatusListDiv .tui-grid-table tbody td:nth-child(4) {
  background-color: #d2f4ae !important;
}

/*다면평가*/
.many02_pop .table_inner {
  margin-top: 0
}

/*다면평가*/
.subject_tx {
  font-size: 20px;
  padding: 10px;
  border-top: 1px solid #aaaaaa;
  text-align: center;
}

#many04 .tui-grid-cell-header {
  white-space: normal !important;
  word-break: keep-all;
}

#many04 .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(3) {
  background-color: #f9f9f9 !important;
}

#many04 .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(6) {
  background-color: #f9f9f9 !important;
}

#many04 .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(9) {
  background-color: #f9f9f9 !important;
}

#many04 .tui-grid-table tr:nth-child(2) .tui-grid-cell-header:nth-child(13) {
  background-color: #f9f9f9 !important;
}

#many04 .tui-grid-table tr:nth-child(1) .tui-grid-cell-header:nth-child(7) {
  background-color: #f9f9f9 !important;
}



/*textarea*/
.text_area {
  width: 100%;
  height: 178px;
  border: 1px solid #cacaca
}

.text_area .text_area_box {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 10px 15px;
  resize: none;
  outline: 0;
}

.text_area .inquiry_btn {
  background-color: #132359;
  border: 1px solid #06133d;
  color: #ffffff;
  font-weight: bold;
  width: 65px;
  margin-left: 9px
}

.text-area_btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center
}

.text-area_btn .submit_btn {
  width: 121px;
  height: 36px;
  color: #ffffff;
  font-size: 13px;
  background-color: #20212a;
  border: 1px solid #20212a;
}

.text-area_btn .extra_btn {
  width: 121px;
  height: 36px;
  color: #464646;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 4px;
}

/*질문 리스트*/
.qa_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.qa_list li {
  position: relative;
  /*padding:0 0 0 20px;*/
  text-align: left;
  line-height: 1.4;
}

/* .qa_list li:after {content: "";position:absolute;left:0;top:0;width:13px;height:14px;background: url(/images/qa_list_blt.png) no-repeat;} */
.qa_list li i {
  vertical-align: text-top;
  display: inline-block;
  margin-right: 4px
}

/*베이직 리스트*/
.basic_list li {
  margin: 8px 0 !important
}

.basic_list p {
  display: inline-block;
  width: calc(100% - 50% - 6px);
  vertical-align: middle;
  font-family: 'NanumGothic', 'Nanum Gothic', '나눔고딕' !important;
  font-size: 12px !important
}


/*토글 스위치*/
.toggle_box {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: calc(100% - 20px);
  max-width: 54px;
  margin: 0 auto
}

.toggle_box label {
  display: flex;
  position: relative;
  border: 1px solid #e3e8ee;
  border-radius: 1.25em;
  width: 100% !important;
  height: 26px !important;
  background-color: #fff !important;
}

.toggle_box [type="checkbox"] {
  appearance: none;
  display: none;
}

.toggle_box label::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #c3c3c3;
  transition: left 250ms linear;
}

.toggle_box label::after {
  content: "OFF";
  position: absolute;
  right: 5px;
  top: 56%;
  transform: translateY(-50%);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  opacity: .5;
}

/* .toggle_box [type="checkbox"]:checked+label::before{background-color: #64a8f9; left: auto;right:5px} */
.toggle_box [type="checkbox"]:checked+label::before {
  background-color: #64a8f9;
  left: calc(100% - 20px)
}

.toggle_box [type="checkbox"]:checked+label::after {
  left: 5px;
  content: "ON";
  text-align: left;
  opacity: 1;
}


.toggle_box [type="checkbox"]:disabled+label::before {
  opacity: 0.3;
  cursor: not-allowed;
}

.toggle_box [type="checkbox"]:disabled+label::after {
  opacity: 0.3;
  cursor: not-allowed;
}


/*프린트*/
.p_wrapper {
  padding: 70px 60px
}

.p_wrapper .pannel_box {
  padding: 0
}

.p_wrapper .big-titie {
  border: none;
}

.p_wrapper .big-titie p {
  font-size: 31px;
  text-align: left;
}

.p_wrapper .print_btn_box {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-top: 65px
}

.p_wrapper .print_btn_box button {
  width: 130px;
  height: 45px;
  text-align: center;
  font-size: 17px
}

.p_wrapper .print_btn_box button.print_btn {
  background-color: #343539;
  color: #ffffff;
}

.p_wrapper .print_btn_box button.close_btn {
  color: #343539;
  background-color: #ffffff;
  border: 1px solid #343539;
}

/*다면평가 챠트쪽*/
.bottom_box {
  display: flex;
  margin-top: 50px
}

.bottom_box .chart_box {
  width: 50%;
  margin-left: 29px;
  background-color: #fafafa;
}

.bottom_box .table_inner {
  width: calc(100% - 50%);
}

.bottom_box .table_inner .box {
  margin-top: 18px
}

.bottom_box .table_inner .box p {
  position: relative;
  ;
  font-size: 12px;
  color: #4a4a4c;
  padding-left: 10px;
  margin-bottom: 7px;
  font-weight: 800;
}

.bottom_box .table_inner .box p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 3px;
  background-color: #000000;
  letter-spacing: 0.1px;
}

.bottom_box .table_inner .box input {
  border: 1px solid #aaaaaa;
  color: rgba(0, 0, 0, .5);
}

.bottom_box .table_inner .box ::placeholder {
  color: rgba(0, 0, 0, .5) !important;
  font-size: 12px;
}

.many04-2 th {
  min-width: 75px;
  background-color: #f9f9f9;
}

.bottom_box .table_inner .box textarea {
  min-height: 100px;
  resize: none;
  overflow-y: auto;
  border: 1px solid #aaaaaa;
  color: rgba(0, 0, 0, .5);
  border-radius: 0;
  outline: none;
  padding: 10px 17px;
}

@media screen and (max-width:1200px) {
  .bottom_box .chart_box {
    width: calc(479px);
  }

  .bottom_box .table_inner {
    width: calc(100% - 479px - 29px);
  }
}

/* login error message */
.error_message {
  color: red;
  font-size: 14px;
}

/*다면평가 - 본인평가*/
.evaluationComplete {
  color: blue;
}

.evaluationInComplete {
  color: red;
}

/*다면평가 - 동료평가*/
#step2FromListDiv .tui-grid-table tbody td:nth-child(5) {
  background-color: #f0fff0 !important;
  cursor: pointer
}

/*다면평가 - 부서평가*/
#step3DepartmentListDiv .tui-grid-table tbody td:nth-child(5) {
  background-color: #f0fff0 !important;
  cursor: pointer
}

/* 인사관리 - 비밀번호 초기화 */
.action-btn {
  padding: 5px 10px;
  font-size: 14px;
  color: white;
  background-color: #007bff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.action-btn:hover {
  background-color: #0056b3;
}

/* Custom grid cell styles */
.border_box {
  border: 1px solid #ccc !important;
  box-shadow: inset 0 0 0 1px #ccc !important;
  /* Force visibility */
}

.basic_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 8px; */
  /* margin-right: 8px; */
  font-weight: bold;
  /* border: 1px solid #06133d; */
  padding: 10px;
  /* padding-top: 8px; */
  width: auto;
  white-space: nowrap;
}

.basic_box_label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 8px; */
  /* margin-right: 8px; */
  font-weight: bold;
  border: 1px solid #06133d;
  padding: 10px;
  /* padding-top: 8px; */
  width: auto;
  white-space: nowrap;
}