@charset "UTF-8";
@import url(font.css);

html {
  scroll-behavior: smooth;
}
body {
  position: relative;
  font-family: 'Pretendard';
  font-weight: 500;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background-color: #F0F0F0;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: #cacaca;
  border-radius: 5px;
  width: 7px;
  height: 7px;
}
.drag {
  -webkit-user-select: text;
  -ms-user-select: text !important;
  -moz-user-select: text;
  user-select: text;
}
body {
  background: #E3E8EC;
  position: relative;
  min-width: 320px;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -0.5px;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.container {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  align-content: center;
  justify-content: center;
  color: #fff;
  overflow: hidden;
}
.inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 20px;
}
.nav .logo {
  display: block;
  width: 66px;
  height: 38px;
  background: url(../img/logo.png) no-repeat;
  background-size: contain;
  margin: auto;
  margin-bottom: 98px;
  margin-top: 30px;
}
.nav .logout {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/i_logout.png) no-repeat;
  background-size: contain;
  margin: auto;
  margin-top: 90px;
}

.nav {
  position: absolute;
  width: 98px;
  height: 896px;
  top: 20px;
  left: 20px;
  background: #74848A;

  border-radius: 16px;
}
.nav .btm_bar {
  padding: 16px;
  box-sizing: border-box;
  z-index: 2400;
}
.nav .btm_bar ul {
  display: flex;
  flex-direction: column;
}
.nav .btm_bar ul .list {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: 66px;
  background: #74848A;
  border-radius: 12px;
}
.nav .btm_bar ul li:not(:last-child) {margin-bottom: 10px;}
.nav .btm_bar ul .list img {
  width: 66px;
  height: 66px;
}

.nav .btm_bar ul .list img.active {
  display: none;
}
.nav .btm_bar ul .side_bar.active img.none_active {
  display: block;
}
.nav .btm_bar ul .list:hover {
  transform: translateY(-3px);
}
.nav .btm_bar ul .list.empty:hover {
  transform: translateY(0px);
}
.nav .btm_bar ul .list.active::before {
  display: none;
  position: absolute;
  top: -3px;
  right: -3px;
  background: red;
  content: 'X';
  font-size: 9px;
  color: #fff;
  border-radius: 100px;
  padding: 3px 5px;
  z-index: 10;
}
.nav .btm_bar .menu_wrap {
  background: #74848A;
  color: #fff; 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px;
  width: max-content;
  max-width: 810px;
  min-width: 810px;
  height: auto;
  max-height: 896px;
  border-radius: 20px;
  z-index: 2500;
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 36px;
  box-sizing: border-box;
}
.nav .btm_bar .menu_wrap.open {
  display: block;
  opacity: 1;
}
.nav .btm_bar .menu_wrap .top_cnt {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.nav .btm_bar .menu_wrap .top_cnt .tit {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.nav .btm_bar .menu_wrap .top_cnt .close_btn {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/i_close_menu.png) no-repeat;
  background-size: contain;
}
.nav .btm_bar .menu_wrap .mid_cnt {
  max-height: 784px;
  overflow-y: auto;
}
.nav .btm_bar .menu_wrap .mid_cnt .sub_tit {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.nav .btm_bar .menu_wrap .mid_cnt ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  border-bottom: 1px solid #919FA5;
  padding-bottom: 12px;
}
.nav .btm_bar .menu_wrap .mid_cnt ul:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.nav .btm_bar .menu_wrap .mid_cnt ul li {
  margin-right: 30px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.nav .btm_bar .menu_wrap .mid_cnt ul li:nth-child(8n) {
  margin-right: 0;
}
.nav .btm_bar .menu_wrap .mid_cnt ul li:last-child{
  margin-right: 0;
}

.nav .info_label {
  position: relative; 
  text-align: center; 
  margin-top: 100px;
}
.nav .info_label button { 
  position: absolute;
  z-index: 2100;
  border-radius: 50%;
  left: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nav .info_label button:focus {
  border-radius: 50%;
  outline: 2px solid #00DF81;
  outline-offset: -1px;
}
.nav .info_label img {
  width: 60px; 
  height: 60px;
}
.nav .info_label .info_bx {
  position: absolute; 
  z-index: 2000;
  left: 20px; 
  top: 0; 
  width: 0; 
  display: flex; 
  align-items: center; 
  height: 60px; 
  background: #4A4D4D; 
  padding: 4px; 
  box-sizing: border-box;
  border-radius: 100px; 
  transition: width 0.5s, left 0.5s; 
  display: none; 
  overflow: hidden;
  padding-left: 80px;
  padding-right: 38px;
  outline: 1px solid #00DF81;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.nav .info_label .info_bx.open {
  width: 200px; 
  display: flex; 
  left: 0;
}
.nav .info_label .info_bx .label {
  width: max-content; 
  padding: 0 4px; 
  line-height: 20px; 
  font-size: 16px; 
  font-weight: 400; 
  color: #fff; 
  border-radius: 50px; 
  overflow: hidden; 
  white-space:nowrap;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav .info_label .info_bx .label + .label {
  margin-left: 20px;
}
.nav .info_label .info_bx .label:hover {
  color: #00DF81;
}
.nav .info_label .info_bx .label .icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 10px;
}
.nav .info_label .info_bx .my_info .icon {
  background: url(../img/info_bx_user.png) center no-repeat;
  background-size: contain;
}
.nav .info_label .info_bx .my_info:hover .icon {
  background: url(../img/info_bx_user_active.png) center no-repeat;
  background-size: contain;
}
.nav .info_label .info_bx .mgt_web .icon {
  background: url(../img/info_bx_mgt.png) center no-repeat;
  background-size: contain;
}
.nav .info_label .info_bx .mgt_web:hover .icon {
  background: url(../img/info_bx_mgt_active.png) center no-repeat;
  background-size: contain;
}
.nav .info_label .info_bx .out .icon {
  background: url(../img/info_bx_out.png) center no-repeat;
  background-size: contain;
}
.nav .info_label .info_bx .out:hover .icon {
  background: url(../img/info_bx_out_active.png) center no-repeat;
  background-size: contain;
}

.popup{
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  width:500px;
  background-color:#fff;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  z-index:2500
}
.dimmed{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
  z-index:2500
}
.menu_dimmed{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
  z-index:2500
}


.header {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
}
.header li {
  float: left;
  margin-right: 20px;
  cursor: pointer;
  background: #dedede;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 18px;
}
.header li:hover {
  background: #e8e8e8;
}
.header .logo {
  background: none;
  font-weight: 700;
  font-size: 20px;
  margin-right: 40px;
  color: #6188ff;
}
.header .logo:hover {
  background: none;
}
.top_area .tit {
  font-size: 18px;
  font-weight: 600;
}
.top_area .tit .tit_icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
}
.top_area .tit i {
  color: #4B6C79;
  font-size: 20px;
  font-weight: 700;
}
.inner > .wrap {
  margin-left: 118px !important;
}
.wrap .top_area {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wrap .top_area .close_btn {
  float: right;
  width: 34px;
  height: 34px;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.search_bar .search_wrap button {
  background: #A3A3A3;
  width: 90px;
  color: #ffff;
  padding: 9px 14px;
  border-radius: 8px;
  font-size: 14px;
  float: left;
  font-weight: 500;
}
.search_bar .search_wrap button.active {
  background: #00DF81;
  font-weight: 700;
  color: #fff;
}
.search_bar .search_wrap .right button {
  width: 50px;
  font-size: 14px;
  padding:9px 0;
}
.search_bar .search_wrap .right button + button {
  margin-left: 8px;
}
.search_bar .search_wrap .right button.del {
  background: #FF6C6C;
}
.search_bar .search_wrap .right button.edit {
  background: #A3A3A3;
}
.search_bar .search_wrap .right button.enroll {
  background: #4B6C79;
}
.search_bar .search_wrap .datepicker_bx {
  background: #EEF2F5;
  height: 34px;
  border-radius: 8px;
  float: left;
  width: 260px;
  text-align: center;
}
.datepicker {
  width: 90px;
  background-color: transparent;
  color: #979797;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  border: none;
  text-decoration: underline;
  text-align: center;
  line-height: 34px;
  font-weight: 500;
  border-radius: 8px;
}
input {
  font-weight: 500;
  font-size: 14px;
}
input:focus {
 outline: 1px solid #00DF81;
 outline-offset: -1px;
}
textarea:focus {
 outline: 1px solid #00DF81;
 outline-offset: -1px;
}
select {
  font-weight: 500;
}
select:focus {
 outline: 1px solid #00DF81;
 outline-offset: -1px;
}
textarea {
  font-weight: 500;
  font-size: 14px;
}
.search_bar .select {
  width: 87px;
  height: 36px;

  font-weight: 400;
  background: #fff;
  border-radius: 6px;
  border: none;
}
.search_bar .slt_bx {
  background: #EEF2F5;
  border-radius: 8px;
  height: 34px;
}
.search_bar .slt_bx:not(:last-child) {
  margin-right: 8px;
}
.search_bar select {
  width: auto;
  box-sizing: border-box;
  height: 34px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #A3A3A3;
  font-weight: 500;
  width: 130px;
}
.search_bar .w100 select {
  width: 100px;
  background-position: 86% 15px;
  text-align: center;
  padding-right: 15%;
}
.search_bar select {
  -webkit-appearance: none; /* for chrome */
  -moz-appearance: none; /*for firefox*/
  appearance: none;
}
.search_bar select::-ms-expand {
  display: none; /*for IE10,11*/
}
.search_bar select {
  background: url("../img/arrow_down.png") no-repeat;
  background-size: 10px 6px;
  background-position: 90% 15px;
}

.search_bar .search_bx {
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
}
.search_bar .search_bx .icon {
  width: 18px;
  height: 18px;
  background: url(../img/search.png) center no-repeat;
  background-size: contain;
  margin: 0 8px;
}
input[type="search"] {
  border: none;
  width: 164px;
  background: #fff;
  color: #878787;
  border-radius: 8px;
  line-height: 34px;
  height: 32px;
}
input[type="search"]:focus {
  outline: none;
}
input[type="search"]::placeholder {
  color: #CACACA;
}

.mid_area .search_bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  height: 98px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  padding: 20px;
  padding-top: 18px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mid_area .search_bar > .total {
  font-size: 16px;
  color: #4B6C79;
  font-weight: 500;
  margin-bottom: 10px;
}
.mid_area .search_bar > .total > i {
  font-weight: 700;
}
.mid_area .search_bar .place_select {
  display: flex;
  justify-content: left;
  align-items: center;
}
.mid_area .search_bar .place_select > p {
  line-height: 36px;
  color: #fff;
}
.mid_area .search_bar .place_select > button {
  margin-left: 8px;
  text-decoration: underline;
  color: #979797;
  margin-right: 20px;
}
.mid_area .search_bar .place_select > button:hover {
  color: #eee;
}
.mid_area .search_bar .search_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mid_area .search_bar .search_wrap .left {
  display: flex;
  align-items: center;
}
.mid_area .search_bar .search_wrap .left .yearpicker_bx {
  display: flex;
  align-items: center;
}
.mid_area .search_bar .search_wrap .left .yearpicker_bx .yearpicker {
  background: #EEF2F5;
  border-radius: 10px;
  height: 34px;
  text-align: center;
  border: none;
  width: 60px;
  color: #878787;
  font-size: 14px;
  margin-right: 10px;
}
.mid_area .search_bar .search_wrap .left .yearpicker_bx button {
  display: block;
  width: 24px;
  height: 24px;
}
.mid_area .search_bar .search_wrap .left .yearpicker_bx button.prev {
  background: url(../img/btn_prev_04.png) center no-repeat;
  background-size: contain;
}
.mid_area .search_bar .search_wrap .left .yearpicker_bx button.next {
  background: url(../img/btn_prev_04.png) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
.mid_area .search_bar .search_wrap i.txt {
  margin: 0 5px;
  color: #A3A3A3;
}
.mid_area .search_bar .search_left {
  margin-right: 8px;
}
.mid_area .search_bar .search_left button {
  margin-right: 8px;
}
.mid_area .search_bar .search_right {
  display: flex;
  justify-content: right;
  position: relative;
  padding-left: 8px;
  font-size: 0;
}
.mid_area .search_bar .search_right > input,
.mid_area .search_bar .search_right > button {
  margin-left: 6px;
  font-size: 14px;
  height: 34px;
}
.mid_area .search_bar .search_right > button.del {
  margin-left: 12px;
}
.mid_area .search_bar .search_right > button {
  width: 50px;
  padding: 0;
  background: #A3A3A3;
}
.mid_area .search_bar .search_right::after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 24px;
  width: 1px;
  background: #ECECEC;
}
.mid_area .search_bar .search_right .select.left {
  margin-right: 6px;
}


/*옵션박스*/
.place_select {
  position: relative;
}
.place_select .chk_opt {
  position: absolute;
  width: 250px;
  height: 163px;
  background: #fff;
  z-index: 1000;
}
.place_select .chk_opt:after {
  display: block;
  clear: both;
  content: "";
}
.place_select .chk_opt .search_bx {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.place_select .chk_opt .search_bx .txt_bx {
  width: 200px;
  height: 26px;
  border: 1px solid #e9e9ea;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 0 10px;
}

.place_select .chk_opt .search_bx .btn_sch {
  width: 45px;
  height: 26px;
  border: 1px solid #e9e9ea;
  border-radius: 6px;
  box-sizing: border-box;
}
.place_select .chk_opt .search_bx .btn_sch:hover {
  background: #e8eaea;
}
.place_select .chk_opt .chech_bx {
  width: 100%;
  position: relative;
}
.place_select .chk_opt .num {
  float: left;
  line-height: 20px;
  font-weight: 600;
}
.place_select .chk_opt .toggle {
  float: left;
  margin-left: 5px;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
}
.place_select .chk_opt .toggle:after {
  display: block;
  clear: both;
  content: "";
}
.place_select .chk_opt .toggle > i {
  float: left;
  margin-right: 5px;
}
.place_select .chk_opt .toggle > button {
  float: left;
  width: 22px;
  height: 20px;
  background: url(../img/private_on.png) center no-repeat;
  background-size: contain;
}
.place_select .chk_opt .toggle .on {
  background: url(../img/private_on.png) center no-repeat;
  background-size: contain;
}
.place_select .chk_opt .toggle .off {
  background: url(../img/private_off.png) center no-repeat;
  background-size: contain;
}
.place_select .chk_opt .btm_bx {
  float: right;
  height: 20px;
  line-height: 20px;
}
.place_select .chk_opt .btm_bx:after {
  display: block;
  clear: both;
  content: "";
}
.place_select .chk_opt .btm_bx > button {
  float: left;
  color: #0091ff;
}
.place_select .chk_opt .btm_bx > button:first-child {
  margin-right: 6px;
  color: #979797;
}
.place_select .chk_opt .btm_bx > button:first-child:hover {
  color: #003965;
}
/*option selected box*/
.place_select {
  position: relative;
  color: #333;
  font-size: 14px;
}
.place_select .slt_opt {
  display: block;
  position: relative;
  width: 74px;
  height: 32px;
  text-align: left;
  line-height: 32px;
  text-decoration: underline;
}
.place_select .chk_opt {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  width: 250px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.place_select .chk_opt:after {
  display: block;
  clear: both;
  content: "";
}
.place_select .chk_opt ul {
  overflow-y: auto;
  float: left;
  width: 100%;
  max-height: 86px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 300;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.place_select .chk_opt > ul > li + li {
  margin-top: 10px;
}
.place_select .chk_opt > button {
  float: right;
  text-decoration: none;
}
.place_select .chk_opt .chech_bx > label > span {
  display: block;
  white-space: nowrap;
  font-weight: 500;
}
.chech_bx > input.check + label > span {
  position: absolute;
  top: 0;
  left: 26px;
}


/* 테이블 필터 옵션 */
.table .head>table>thead>tr .opt{float:none;position:relative;margin-right:0}
.table .head>table>thead>tr .opt>i{position:relative;cursor:pointer; margin-left: -8px;}
.table .head>table>thead>tr .opt>i:before{position:absolute;top:3px;right:-15px;width:10px;height:9px;background:url('../img/i_filter.png') center no-repeat;background-size:10px 9px;content:""}
.table .head>table>thead>tr .opt .chk_opt{top:26px;left:40px;text-align:left}

.option_bx{position:relative}
.option_bx .slt_opt{display:block;position:relative;width:74px;height:32px;text-align:left;line-height:32px;text-decoration:underline}
.option_bx .slt_opt:before{position:absolute;top:50%;right:0;width:15px;height:15px;background:url(../img/arr_down_02.png) center no-repeat;background-size:15px 15px;content:"";-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}
.option_bx .chk_opt{display:none;position:absolute;top:32px;left:0;width:180px;padding:12px;background-color:#fff;border-radius:3px;z-index:10; border: 1px solid #A3A3A3; border-radius: 8px; box-sizing: border-box;}
.option_bx .chk_opt:after{display:block;clear:both;content:""}
.option_bx .chk_opt>ul{overflow-y:auto;float:left;width:100%;max-height:125px;margin-bottom:10px;padding-bottom:10px;font-weight:300;border-bottom:1px solid #A3A3A3;box-sizing:border-box}
.option_bx .chk_opt>ul>li {width: 100%; display: flex; align-items: center;}
.option_bx .chk_opt>ul>li+li{margin-top:8px}
.option_bx .chk_opt>ul>li>label>span{display:block;padding-right:10px;white-space:nowrap; line-height: 16px; color: #A3A3A3; font-weight: 500;}
.option_bx .chk_opt>button{float:right;text-decoration:none}
.option_bx .chk_opt .btm_wrap{width:100%;height: 20px; display: flex; justify-content: space-between; align-items: center;}
.option_bx .chk_opt .btm_wrap .num {color: #A3A3A3;}
.option_bx .chk_opt .btm_wrap .num .state {color: #00DF81;}
.option_bx .chk_opt .btm_wrap .btn_full_01 {width: 50px; height: 20px; background: #00DF81; color: #fff; border-radius: 4px; font-size: 12px;}

.table .head>table>thead>tr .opt{float:none;position:relative;margin-right:0}
.table .head>table>thead>tr .opt>i{position:relative;cursor:pointer}
.table .head>table>thead>tr .opt>i:before{position:absolute;top:1px;right:-15px;width:15px;height:15px;background:url('../img/i_filter.png') center no-repeat;background-size:10px 10px;content:""}
.table .head>table>thead>tr .opt>i.on:before{position:absolute;top:1px;right:-15px;width:15px;height:15px;background:url('../img/i_filter_on.png') center no-repeat;background-size:10px 10px;content:""}
.table .head>table>thead>tr .opt .chk_opt .tree_bx{overflow:auto;height:200px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e6e6e6;box-sizing:border-box}
.table .head>table>thead>tr .opt .chk_opt .check_bx>input.check+label {margin-top: 0px; transform: translateY(0px) !important;}
.table .head>table>thead>tr .opt .chk_opt .check_bx>input.check:checked+label {margin-top: 0px !important; transform: translateY(0px) !important;}

/*check box*/
.mid_area > .section table .chk {width: 30px}
.mid_area > .section .head .check_bx>input.check+label {margin-top: 6px;transform: translateY(4px);}
.check_bx{position:relative;}
.check_bx>input{display:none}
.check_bx>input.check+label{display:inline-block;width:16px;height:16px;margin-top:3px;background:url(../img/btn_check.png) center no-repeat;background-size:16px 16px;cursor:pointer}
.check_bx>input.check:checked+label{width:16px;height:16px;margin-top:3px;background:url(../img/btn_check_active.png) center no-repeat;background-size:16px 16px;cursor:pointer}
.check_bx>input.check+label>span{position:absolute;top:0;left:26px}
.check_bx input.radio+label{display:inline-block;width:13px;height:13px;background:url(../img/btn_radio.png) center no-repeat;background-size:13px 13px;cursor:pointer}
.check_bx input.radio:checked+label{width:13px;height:13px;background:url(../img/btn_radio_active.png) center no-repeat;background-size:13px 13px;cursor:pointer}
.check_bx input.radio+label>span{position:absolute;top:0;left:26px}
.check_bx>label>span{color:#CACACA; font-weight: 500;}
.check_bx input:checked+label>span{color: #878787;}

.mid_area > .section {
  box-sizing: border-box;
  height: 662px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bot_area {
  border-radius: 0 0 20px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mid_area > .section .head {
  color: #4B6C79;
  padding: 0 20px;
  height: 50px;
  position: sticky;
  z-index: 0;
  top: 0; 
  background: #F3F7FA;
  border-radius: 20px 20px 0 0;
}
.table .head.empty{padding-right:6px}
.mid_area > .section table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
  box-sizing: border-box;
}
.head > table th {
  line-height: 50px;
  padding: 0 2px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  vertical-align: baseline;
}
.body > table td {
  height: 40px;
  border-bottom: 1px solid #ECECEC;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  padding: 0 2px;
  overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.mid_area > .section .body {
  box-sizing: border-box;
  height: 612px;
  overflow-y: auto;
  padding: 0 20px;
  background: #fff;
  
}
.num {
  width: 80px;
}
.memo {
  width: 25%;
}
td.place {
  text-align: left;
}
td.memo {
  text-align: left;
}
.pagination {
  background: #fff;
  border-radius: 0 0 20px 20px;
  position: relative;
  width: 100%;
  height: 56px;
  text-align: center;
}
.pagination > .wrap {
  display: inline-block;
}
.pagination > .wrap > button {
  display: block;
  float: left;
}
.pagination > .wrap .paging {
  float: left;
  font-size: 14px;
  text-align: center;
  color: #afafaf;
  margin-top: 10px;
}
.pagination > .wrap .paging .page {
  float: left;
  width: 24px;
  line-height: 38px;
  cursor: pointer;
}
.pagination > .wrap .paging .page.click {
  font-weight: 700;
  color: #4B6C79;
}
.pagination > .slt_bx {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 100px;
  height: 20px;
  margin-right: 0;
  background-color: #2B2C2D;
  color: #A5A5A5;
  font-size: 14px;
  font-weight: 300;
  border: none;
  border-radius: 4px;
}
.pagination > .wrap .btn {
  width: 22px;float: left;
}
.pagination > .wrap .p_prev {
  background-image: url(../img/arr_prev_02.png);
}
.pagination > .wrap .p_prev.active {
  background-image: url(../img/arr_prev_active_02.png);
}
.pagination > .wrap .p_next {
  background-image: url(../img/arr_next_02.png);
}
.pagination > .wrap .p_next.active {
  background-image: url(../img/arr_next_active_02.png);
}
.pagination > .wrap .p_prev,
.pagination > .wrap .p_next { 
  display: inline-block;
  width: 22px;
  height: 38px;
  background-size: 8px 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination > .wrap .paging:after {
  display: block;
  clear: both;
  content: "";
}

.btn_under_01 {
  color: #0091FF;
  text-decoration: underline;
  font-weight: 600;
}


/* 로딩 */
.loading {
  position: fixed;
  background: rgba(64, 63, 62, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}

.loading .loading_bar {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  z-index: 1100;
}

.loading_bar > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 4px;
  transform-origin: center -24px;
  animation: loading1 1.2s linear infinite;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.loading_bar > div:nth-child(1) { transform: rotate(0deg);   animation-delay: 0s; }
.loading_bar > div:nth-child(2) { transform: rotate(45deg);  animation-delay: 0.15s; }
.loading_bar > div:nth-child(3) { transform: rotate(90deg);  animation-delay: 0.3s; }
.loading_bar > div:nth-child(4) { transform: rotate(135deg); animation-delay: 0.45s; }
.loading_bar > div:nth-child(5) { transform: rotate(180deg); animation-delay: 0.6s; }
.loading_bar > div:nth-child(6) { transform: rotate(225deg); animation-delay: 0.75s; }
.loading_bar > div:nth-child(7) { transform: rotate(270deg); animation-delay: 0.9s; }
.loading_bar > div:nth-child(8) { transform: rotate(315deg); animation-delay: 1.05s; }


/* 애니메이션: 색상만 변화 */
@keyframes loading1 {
  0%   { background-color: #00DF81; }
  100% { background-color: #ffffff; }
}

.loading p {
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-top: 72px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loading p i {
  opacity: 0;
  animation: dotFade 1.5s infinite;
  font-style: normal; /* 점 스타일 유지 */
  margin: 0 2px;
}
.loading p i:nth-child(1) { animation-delay: 0s; }
.loading p i:nth-child(2) { animation-delay: 0.3s; }
.loading p i:nth-child(3) { animation-delay: 0.6s; }
@keyframes dotFade {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}


/* 로그인 */
.login {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.login>.wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 2px solid #00DF81;
  border-radius: 26px;
  padding: 40px 48px;
  box-sizing: border-box;
}
.login>.wrap .top_area {
  margin-top: 0;
  padding-top: 0;
  justify-content: center;
  height: auto;
  box-shadow: none;
}
.login>.wrap .logo {
  margin-bottom: 10px;
 
}
.login>.wrap .logo p {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #4B6C79;
}

.login>.wrap .mid_area {
  text-align: center;
  display: none;
  transition: all 1s;
}
.login>.wrap .mid_area.on {
  display: block;
}

.login>.wrap .mid_area > img {
  height: 184px;
  display: block;
  margin: auto;
}
.login>.wrap .mid_area > p {
  text-align: left;
  margin-top: 12px;
  font-size: 16px;
  position: relative;
  font-weight: 700;
  color: #4B6C79;
}
.login>.wrap .mid_area > p::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  width: 168px;
  height: 1px;
  background: #4B6C79;
}
.login>.wrap .mid_area .login_btn {
  margin-top: 15px;
}
.login>.wrap .mid_area .login_btn > div {
  background: #fff;
  border-radius: 8px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 74px;
}
.login>.wrap .mid_area .login_btn > div > i {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: 120px;
  text-align: center;
}
.login>.wrap .mid_area .login_btn > .apple {
  background: #000;
}
.login>.wrap .mid_area .login_btn > .apple > i {
  color: #fff;
}
.login>.wrap .mid_area .login_btn > div + div {
  margin-top: 14px;
}
.login>.wrap .mid_area .login_btn div > span {
  width: 24px;
  height: 24px;
} 
.login>.wrap .mid_area .login_btn .naver > i {
  color: #fff;
}
.login>.wrap .mid_area .login_btn .kakao > i {
  color: rgba(0, 0, 0, 0.85);
}
.login>.wrap .mid_area .login_btn .google > i {
  color: #6E6E6E;
}
.login>.wrap .mid_area .login_btn .naver {
  background: #03C75A;
}
.login>.wrap .mid_area .login_btn .kakao {
  background: #FEE500;
}
.login>.wrap .mid_area .login_btn .google {
  outline: 2px solid #A3A3A3;
  outline-offset: -2px;
}
.login>.wrap .mid_area .login_btn .google > span {
  background: url(../img/google_icon.png) no-repeat;
  background-size: 24px auto;
  background-position: center;
}
.login>.wrap .mid_area .login_btn .naver > span {
  background: url(../img/naver_icon.png) no-repeat;
  background-size: 15px auto;
  background-position: center;
  width: 24px;
}
.login>.wrap .mid_area .login_btn .kakao > span {
  background: url(../img/kakao_icon.png) no-repeat;
  background-size: 24px auto;
  background-position: center;
}
.login>.wrap .mid_area .login_btn .apple > span {
  background: url(../img/apple_icon.png) no-repeat;
  background-size: 20px auto;
  background-position: center;
}
.login>.wrap .mid_area .login_bx {
  margin-top: 15px;
}
.login>.wrap .mid_area .login_bx input {
  width: 300px;
  border: 2px solid #CACACA;
  box-sizing: border-box;
  height: 44px;
  border-radius: 8px;
  padding: 0 20px;
}
.login>.wrap .mid_area .login_bx input::placeholder {
  color: #cacaca;
}
.login>.wrap .mid_area .login_bx input + input {
  margin-top: 14px;
}
.login>.wrap .mid_area .login_bx .btn_login {
  display: block;
  width: 300px;
  height: 44px;
  background: #4B6C79;
  color: #fff;
  font-weight: 500;
  margin-top: 14px;
  font-size: 16px;
  border-radius: 8px;
}
.login>.wrap .mid_area .login_bx .info {
  line-height: 20px;
  color: #A3A3A3;
  font-size: 16px;
  font-weight: 500;
  margin-top: 22px;
}


.login>.wrap .mid_area .conversion {
  display: block;
  padding: 0;
  padding-top: 27px;
  margin-top: 26px;
  border-top: 1px solid #4B6C79;
  width: 300px;
  height: 44px;
  border-radius: 0;
  
  
}
.login>.wrap .mid_area .conversion > button {
  width: 300px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 44px;
  background: #4B6C79;
  border-radius: 8px;
}
.login>.wrap .mid_area.company .conversion {
   margin-top: 22px;
}


.login>.wrap .mid_area.company .conversion > button {
  background: #A3A3A3;
}


/* 팝업-파일 리스트 공통 */
.popup .file_bx {
  margin-top: 20px;
}
.popup .file_bx .file_tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.popup .file_bx .file_tit .txt {
  color: #4B6C79;
  font-size: 16px;
  font-weight: 700;
}
.popup .file_bx .file_tit .file_add {
  width: 50px;
  text-align: center;
  line-height: 20px;
  background: #00DF81;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}
.popup .file_bx > .list {
  border: none;
  border-radius: 8px;
  padding: 12px 10px;
  box-sizing: border-box;
  width: 100%;
  max-height: 90px;
  overflow-y: auto;
  background: #EEF2F5;
}
.popup .file_bx > .list li {
  margin-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup .file_bx > .list li:last-child {
  margin-bottom: 0;
}
.popup .file_bx > .list li p {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  line-height: 14px;
}
.popup .file_bx > .list li .del_btn {
  width: 12px;
  height: 12px;
  background: url(../img/file_del.png) no-repeat;
  background-size: contain;
}


.elps {
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis
}



@media screen and (max-width: 1536px) {
  .container {
    align-items: flex-start;
  }
  .inner {
    margin-top: 10px !important;
    height: calc(100% - 20px);
    width: 1447px !important;
  }
  .body > table td {
    line-height: 36px;
    height: 36px;
  }
  .wrap .top_area {
    margin-bottom: 0px !important;
  }
  .mid_area > .section .body {
    height: 555px;
  }
  .mid_area > .section .head {
    height: 42px;
  }
  .head > table th {
    line-height: 42px;
  }
  .mid_area > .section {
    height: 594px;
  }
  .document_musculoskeletal .mid_area .filter_slt_2 {
    width: 205px !important;
  }
  .document_stress .mid_area .filter_slt_2 {
    width: 205px !important;
  }
  .document .mid_area .filter_slt {
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .pagination {
    height: 36px;
  }
  .pagination > .wrap .p_prev,
  .pagination > .wrap .p_next { 
  height: 36px;
  }
  .pagination > .wrap .paging {
    margin-top: 0;
  }
  .pagination > .wrap .paging .page {
    line-height: 36px;
  }
  .nav {
    height: 737px;
  }

  .main .top_bar .place {
    margin: auto 23% !important;
  }

  .main .top_bar .section {
    width: 1324px !important;
    height: 668px !important;
    padding-left: 25px !important;
  }
  .main .top_bar .section > .left {
    height: 668px !important;
    margin-right: 62px !important;
    margin-left: 0 !important;
  }
  .main .top_bar .place {
    margin-bottom: 18px !important;
  }
  .main .top_bar .section > .left .ai {
    height: 668px !important;
  }
  .main .top_bar .section > .left .ai .txt_area {
    top: 150px !important; 
    left: 70px !important;
    width: 266px !important;
    height: 130px !important;
  }
  .main .top_bar .section> .right {
    width: 768px !important;
  }
  .main .top_bar .item {
    width: 240px !important;
    height: 200px !important;
    padding:  16px !important;
  }
  .main .top_bar .section> .right .top_cnt > .right {
    height: 416px !important;
  }
  .main .top_bar .section> .right .btm_cnt .item {
    width: 768px !important;
    height: 240px !important;
  }
  .main .top_bar .section> .right .top_cnt > .left .info {
    margin-bottom: 14px !important;
  }
  .main .top_bar .item .tit {
    margin-bottom: 4px !important;
  }
  .main .top_bar .info .user_info .user {
    margin-top: 6px !important;
  }
  .main .top_bar .info .user_info .date {
    margin-top: 8px !important;
  }
  .main .top_bar .info .user_info .locate {
    margin-top: 8px !important;
  }
  .main .top_bar .info .pic .pic_wrap {
    width: 96px !important; 
    height: 118px !important;
  }
  .main .top_bar .info .pic .pic_wrap .pic_section {
    height: 118px !important;
  }
  .main .top_bar .info .pic .pic_wrap .pic_btn {
    margin-top: 4px !important;
  }
  .main .top_bar .section> .right .top_cnt > .left {
    width: 504px !important;
  }
  .main .top_bar .section> .right .top_cnt > .right .to_do ul li .document {
    margin-bottom: 3px !important;
  }
  .main .top_bar .section> .right .top_cnt > .right .to_do ul li:not(:last-child) {
    margin-bottom: 12px !important;
  }
  .main .top_bar .info .worker .disease,
  .main .top_bar .info .worker .stress {
    height: 80px !important;
  }
  .main .top_bar .info .total {
    align-items: center !important; 
  }
  .main .top_bar .info .sub_tit {
    margin-top: 0 !important;
  }
  .main .top_bar .section> .right .btm_cnt .item .filter_bar {
    margin-bottom: 12px !important;
  }
  .main .top_bar .section> .right .btm_cnt .item .chart {
    padding: 0 !important;
    height: 160px !important;
  }
  .main .top_bar .place_list {
    left: 621px !important;
  }

  .education .mid_area .filter_slt1 {
    min-width: 93px !important;
    max-width: 93px !important;
  }

  .setting .top_area {
    margin-bottom: 12px !important;
  }
  .setting .mid_area .detail {
    height: 670px !important;
  }
  .setting .mid_area .detail .tab_edu .edu_set {
    height: 610px !important;
  }
  

  .setting_education .mid_area .edu_mgt .plan, 
  .setting_education .mid_area .edu_mgt .file, 
  .setting_education .mid_area .edu_mgt .quiz {
    padding: 16px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .file {
    height: 202px !important;
  }
  .setting_education .mid_area .edu_mgt select {
    height: 30px !important;
  }
  .setting_education .mid_area .edu_mgt .title {
    margin-bottom: 10px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .plan {
    height: 418px !important;
  }
  .setting_education .mid_area .edu_mgt .sub_tit {
    margin-bottom: 10px !important;
  }
  .setting_education .mid_area .edu_mgt .line {
    margin-bottom: 10px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .file_toggle {
    margin-bottom: 10px !important;
  }
  .setting_education .mid_area .edu_mgt .txt_bx {
    height: 30px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .memo .txt_bx {
    height: 120px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .file .write_bar {
    margin-bottom: 8px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .file .file_list {
    padding: 5px 14px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .file .file_list {
    height: 102px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .file .file_list li {
    margin-bottom: 3px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info .file .file_list li:last-child {
    margin-bottom: 0 !important;
  }
  .setting_education .mid_area .edu_mgt .quiz {
    height: 636px !important;
  }
  .setting_education .mid_area .edu_mgt .mid .questions_list {
    height: 454px !important;
  }
  .setting_education .mid_area .edu_mgt .mid .questions_list .question .write .txt_bx {
    height: 24px !important;
  }
  .setting_education .mid_area .edu_mgt .edu_info {
    margin-right: 20px !important;
  }
  .setting .mid_area .side_bar {
    margin-right: 20px !important;
  }


  .pop_stress_total {
    height: 720px !important;
  }
  .pop_stress_total .pop_wrap {
    padding: 30px 70px !important;
  }
  .pop_stress_total .pop_wrap .mid_cnt .score {
    margin-bottom: 20px !important;
  }
  .pop_stress_total .pop_wrap .mid_cnt .noti {
    margin-bottom: 0px !important;
  }
  .pop_stress_total .pop_wrap .btm_cnt {
    margin-top: 10px !important;
  }
  .pop_stress_total .pop_wrap .btm_cnt .checklist_btn {
    padding: 8px 16px !important;
  }
  .pop_tip .pop_wrap {
    background-size: 110% 120% !important;
    background-position: 50% 50% !important;
  }
}
