@charset "UTF-8";
html {
  overflow: hidden;
}
input[type='text'],
input[type='date'],
input[type='email'],
input[type='password'] {
  border: 1px solid #dddddd;
  padding: 6px;
  border-radius: 4px 4px;
}
input::placeholder {
  color: #cccccc;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
select {
  border: 1px solid #dddddd;
  padding: 8px 30px 8px 14px;
  border-radius: 4px;
  appearance: none;
  background: url('../img/renewal/icon_check_v_black.svg') no-repeat right 14px center;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.none {
  display: none;
}
.block {
  display: block;
}
.def-input-text {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 8px;
}

/* 버튼과 붙어있는 인풋텍스트 */
.left-input {
  width: 100%;
  border-right: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.input-right-btn {
  width: 20%;
  text-align: center;
  line-height: 30px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #dbdbdb;
  cursor: pointer;
}
.input-right-btn:hover {
  background-color: #f9f9f9;
}
/* width */
.w-200 {
  width: 200%;
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-50 {
  width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.w-90 {
  width: 90%;
}

/*  margin */
.mg-10 {
  margin: 10px;
}
.mgtop-10 {
  margin-top: 10px;
}
.mgbottom-10 {
  margin-bottom: 10px;
}
.mgleft-10 {
  margin-left: 10px;
}
.mgright-10 {
  margin-right: 10px;
}
.mg-20 {
  margin: 20px;
}
.mgtop-20 {
  margin-top: 20px;
}
.mgbottom-20 {
  margin-bottom: 20px;
}
.mgleft-20 {
  margin-left: 20px;
}
.mgright-20 {
  margin-right: 20px;
}
/* padding */
.pd-10-20 {
  padding: 10px 20px;
}
.pdtop-20 {
  padding-top: 20px;
}
.pdbottom-20 {
  padding-bottom: 20px;
}
.pdleft-20 {
  padding-left: 20px;
}
.pdright-20 {
  padding-right: 20px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
/* button */
.blueBtn {
  color: #fff;
  background-color: #222222;
  border-radius: 5px 5px;
  border: 1px solid #222222;
  padding: 7px 16px;
  min-width: 90px;
}
.search_option2 .whitebtn3 {
  color: #222222;
  background-color: #fff;
  border-radius: 5px 5px;
  border: 1px solid #222222;
  padding: 7px 15px;
  min-width: 90px;
}
/* .blueBtn:hover{
	color:#222222;
	background-color: #ffffff;
	border: 1px solid #222222;
} */
.whiteBtn2 {
  color: #222222;
  background-color: #fff;
  border-radius: 5px 5px;
  border: 1px solid #222222;
  padding: 7px 15px;
  min-width: 90px;
  padding-left: 16px;
  padding-right: 16px;
}
.blockbtn {
  padding-left: 16px;
  padding-right: 16px;
  margin: 5px;
  width: auto;
  min-width: 90px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #222;
  border-radius: 4px;
  background-color: #222;
  color: #ffffff;
}
.blockbtn:hover {
  border: 1px solid #9e9e9e;
  text-decoration: none;
  color: #ffffff;
  box-shadow: #9e9e9e 0 0px 0px 40px inset;
}
.w100per .whitebtn {
  padding-left: 16px;
  padding-right: 16px;
  margin: 5px;
  width: auto;
  min-width: 105px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #222;
  border-radius: 4px;
  background-color: #ffffff;
  color: #222;
  position: relative;
  top: 17px;
}
.whitebtn {
  padding-left: 16px;
  padding-right: 16px;
  margin: 5px;
  width: auto;
  min-width: 90px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #222;
  border-radius: 4px;
  background-color: #ffffff;
  color: #222;
}

.searchCard .blueBtn {
  margin: 5px;
  width: auto;
  min-width: 90px;
  height: 35px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #222222;
  border-radius: 4px;
  background-color: #222222;
  color: #fff;
}
.searchCard .blueBtn:hover {
  background-color: #032962;
  border: 1px solid #032962;
  color: #fff;
}

.w100per .excelBtn {
  padding-left: 16px;
  padding-right: 16px;
  margin: 5px;
  width: auto;
  min-width: 105px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border: 0;
  border-radius: 4px;
  background-color: #22834f;
  color: #ffffff;
  position: relative;
  top: 17px;
}
.excelBtn {
  margin: 5px;
  width: auto;
  min-width: 105px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border: 0;
  border-radius: 4px;
  background-color: #22834f;
  color: #ffffff;
}
.excelBtn:hover {
  text-decoration: none;
  box-shadow: #175c37 0 0px 0px 40px inset;
}
/* font */
.silver-font {
  color: #7e7e7e;
}
.font-size10 {
  font-size: 10px;
}
.font-size12 {
  font-size: 12px;
}
.font-size14 {
  font-size: 14px;
}
.font-size15 {
  font-size: 15px;
}
.font-size16 {
  font-size: 16px;
}
.font-size18 {
  font-size: 18px;
}
.font-size20 {
  font-size: 20px;
}
.font-size22 {
  font-size: 22px;
}
.font-size24 {
  font-size: 24px;
}
.font-size25 {
  font-size: 25px;
}
.font-size26 {
  font-size: 26px;
}
.font-size28 {
  font-size: 28px;
}
.font-size30 {
  font-size: 30px;
}
.blue-font {
  color: #222222;
}
.w-33 {
  width: 33%;
  min-width: 70px;
}
/* height */
.h-80px {
  height: 80px;
}
.h-120px {
  height: 120px;
}
.h-180px {
  height: 180px;
}
.h-20 {
  height: 20%;
}
.h-30 {
  height: 30%;
}
.h-40 {
  height: 40%;
}
.h-50 {
  height: 50%;
}
.font-bold {
  font-weight: bold;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-300 {
  font-weight: 300;
}
/* dashboard */
.dashboard-wrap {
  display: flex;
  width: 100%;
}
.dashboard-wrap30 {
  display: flow-root;
  width: 32%;
  min-height: 215px;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  margin: 5px 2% 15px 0;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
}
.dashboard-title-download {
  width: 70%;
  font-size: 16px;
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
}
.dashboard-wrap30 .dashboard-download {
  width: 15%;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  float: right;
  text-align: end;
}
.dashboard-wrap50 .dashboard-download {
  width: 20%;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  float: right;
  text-align: end;
}

.dashboard-wrap30 .img,
.dashboard-wrap50 .img {
  width: 25px;
  margin: auto;
  display: block;
  margin-top: 7px;
}
.dashboard-wrap50 {
  display: flow-root;
  width: 49%;
  min-height: 215px;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  margin: 5px 2% 15px 0;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
}
.dashboard-box33 {
  width: 33%;
  float: left;
  text-align: center;
}
.dashboard-box33 div {
  margin: 5px 0;
}

.dashboard-box25 {
  width: 25%;
  float: left;
  text-align: center;
}
.dashboard-box25 div {
  margin: 5px 0;
}

.dashboard-box50 {
  width: 50%;
  float: left;
  text-align: center;
}
.dashboard-box50-2 {
  width: 100%;
  float: left;
  text-align: center;
}
.dashboard-imgBox {
  width: 50px;
  height: 50px;
  border: 1px solid #7fadff;
  background-color: #f5f8ff;
  border-radius: 18px;
}
.dashboard-imgBox img {
  margin-top: 6px;
}
.dashboard-box50 div,
.dashboard-box50-2 div {
  margin: 5px auto;
  line-height: 40px;
}
.dashboard-box33 div {
  margin: 5px auto;
  line-height: 40px;
}
.dashboard-box25 div {
  margin: 5px auto;
  line-height: 40px;
}

.dashboard-box30 .box1,
.dashboard-box50 .box1,
.dashboard-box50-2 .box1 {
  width: 10%;
}
.dashboard-box30 .box1,
.dashboard-box50 .box2,
.dashboard-box50-2 .box2 {
  width: 70%;
  text-align: left;
}
.dashboard-box30 .box1,
.dashboard-box50 .box3,
.dashboard-box50-2 .box3 {
  width: 20%;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .dashboard-title-path {
    display: none;
  }
  .dashboard-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .dashboard-wrap30 {
    width: 100%;
  }
  .dashboard-wrap50 {
    width: 100%;
  }
  .dashboard-title-download {
    height: auto;
    min-height: 29px;
    width: 70%;
    font-size: 20px;
    font-weight: bold;
    margin-left: 2%;
    margin-bottom: 10px;
    float: left;
  }
  .dashboard-download {
    height: auto;
    min-height: 29px;
    width: 26%;
    font-size: 12px;
    margin-right: 2%;
    margin-bottom: 10px;
    float: left;
    text-align: end;
    line-height: 25px;
  }

  .dashboard-box30 .box1,
  .dashboard-box50 .box1,
  .dashboard-box50-2 .box1 {
    width: 15%;
    text-align: center;
  }
  .dashboard-box30 .box2,
  .dashboard-box50 .box2,
  .dashboard-box50-2 .box2 {
    width: 70%;
    text-align: left;
  }
  .dashboard-box30 .box3,
  .dashboard-box50 .box3,
  .dashboard-box50-2 .box3 {
    width: 15%;
    text-align: center;
  }
}
.right-border {
  border-right: 1px solid #c9c9c9;
}
.mg-5px {
  margin: 5px;
}
.w100per {
  width: 100%;
}

/* 대쉬보드 신규지점 */
.dash-store {
  width: 100%;
  padding: 0 20px;
}
.dash-store span {
  line-height: 50px;
}
.dash-store-box1 {
  width: 15%;
  padding: 5px 0;
}
.dash-store-box1 .imgbox {
  width: 50px;
  height: 50px;
  border: 0px solid;
  border-radius: 50%;
  overflow: hidden;
}
.dash-store-box1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
}
.dash-store-box2 {
  width: 60%;
  padding: 5px 0;
}
.dash-store-box3 {
  width: 25%;
  padding: 5px 0;
  text-align: end;
}

/* 상단 해더 기업 로고 및 기업명 */
.header-ent .imgbox {
  margin: auto;
}
.header-ent .imgbox .ent-logo {
  width: 100%;
  max-width: 150px;
  height: 40px;
  border: 0;
  border-radius: 50%;
}
.header-ent span {
  line-height: 50px;
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .dash-store-box1 {
    width: 30%;
  }
  .dash-store-box2 {
    width: 70%;
  }
  .dash-store-box3 {
    width: 0;
    display: none;
  }
}
/* table */
.custom_table {
  width: 100%;
}
.custom_table table th {
  background-color: #f8f8f8;
  font-weight: 500 !important;
  text-align: center;
  height: 35px;
  font-size: 14px;
  color: #555555;
}
.custom_table table td {
  text-align: center;
  height: 35px;
  font-size: 15px;
}
.custom_table table tbody tr:hover {
  background-color: #f5f8ff;
  cursor: pointer;
}
.status-box {
  padding: 3px;
  width: 80px;
  text-align: center;
  color: #0083f3;
  background-color: #e8f1ff;
  margin: 4px;
  border-radius: 6px;
}
.disable-color {
  background-color: #e3e3e3;
}
.disable-btn {
  border: 1px solid #dbe1ea;
  color: #999999;
  background-color: #dbe1ea;
  border-radius: 5px;
  padding: 7px 15px;
}
.double-value {
  width: 50%;
}
/* 검색필터 */
.search_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  padding: 12px 30px;
  margin: 20px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.search_box .search_option {
  margin-left: 8px;
}
.search_option:first-of-type {
  margin-left: 0px;
}
.search_option select {
  padding: 8px 30px 8px 14px !important;
}

.search_option input[type='text'],
.search_option input[type='date'] {
  padding: 8px 14px !important;
}
.search_option2 {
  margin-left: 0;
}
.searchText {
  width: 300px;
}
/** input text, textarea, file **/
.text-wrap {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: flex;
  background: #ffffff;
}
.text-box {
  float: left;
  width: 85%;
}
.text-box input[type='text'] {
  width: 100%;
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  border: 0;
  border-radius: 4px;
}
.text-length {
  width: 15%;
  padding: 10px 14px;
  font-size: 14px;
  color: #e2e2e2;
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #ffffff;
  border-radius: 4px;
}

.text-wrap2 {
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.text-box2 {
  width: 100%;
}
.text-box2 textarea {
  width: 100%;
  height: 80px;
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  border: 0;
  resize: none;
  border-radius: 4px;
}
.text-length2 {
  width: 100%;
  padding: 1px 14px 10px 14px;
  font-size: 14px;
  color: #e2e2e2;
  text-align: end;
  background: #ffffff;
  border-radius: 4px;
}
.text-box2 textarea::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* 스크롤바 막대 설정*/
.text-box2 textarea::-webkit-scrollbar-thumb {
  border: 1px solid #e2e2e2;
  background-color: #dddddd;
  /* 스크롤바 둥글게 설정    */
  border-radius: 4px;
}
/* 스크롤바 뒷 배경 설정*/
.text-box2 textarea::-webkit-scrollbar-track {
  background-color: #fff;
}

.file-wrap {
  padding-top: 4px;
}

.status-btn1 {
  padding: 2px 5px;
  background-color: #e8f1ff;
  color: #1e76fc;
  font-size: 13px;
  text-align: center;
  border-radius: 7%;
}
.status-btn2 {
  padding: 2px 5px;
  background-color: #eeeeee;
  color: #999999;
  font-size: 13px;
  text-align: center;
  border-radius: 7%;
}

/** popup style **/
.background-white {
  background-color: #fff;
}
.popup-wrap {
  height: 100%;
  padding: 24px;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popup-wrap::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
.popup-wrap .popup-content {
}
.popup-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.popup-title .sub-title {
  font-weight: 500;
  font-size: 14px;
  color: #888888;
}
.popup-row0 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.popup-row1 {
  margin-top: 24px;
  font-size: 14px;
  color: #555555;
}
.popup-row1 .profile_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 0.1px #999999 solid;
}
.popup-row2 {
  margin-top: 10px;
  width: 100%;
  border-radius: 4px;
}
.popup-row2 input[type='text'],
.popup-row2 input[type='password'] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.popup-btn {
  padding: 10px 0;
  margin-top: 40px;
  display: flex;
  gap: 10px;
}

/** datatables **/
.dataTables_length label {
  margin-top: 5px;
}
.dataTables_length select {
  padding: 6px 30px 6px 14px !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px;
}
.custom_table .dataTables_scrollHead {
  border-left: 1px solid #eeeeee !important;
  border-right: 1px solid #eeeeee !important;
}
.custom_table .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-left: 1px solid #eeeeee !important;
  border-right: 1px solid #eeeeee !important;
  border-bottom: 1px solid #eeeeee !important;
}
.custom_table table.dataTable {
  border-collapse: collapse !important;
}
.custom_table table.dataTable thead th {
  height: 34px;
  border-bottom: 1px solid #eeeeee;
  padding: 4px 8px;
  border-right: 1px solid #eeeeee;
}
.custom_table table.dataTable thead th:last-child {
  border-right: 0 !important;
}
.custom_table table.dataTable tbody tr {
  border-bottom: 1px solid #eeeeee;
}
.custom_table table.dataTable tbody tr:last-child {
  border-bottom: 0 !important;
}
.custom_table table.dataTable tbody td {
  height: 34px;
  padding: 4px 8px;
  border-right: 1px solid #eeeeee;
}
.custom_table table.dataTable td:last-child {
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.custom_table .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0 !important;
  background-color: #fff !important;
  background: none !important;
  color: #999999 !important;
  font-weight: bold;
  padding: 0.5em 0.5em;
}
.custom_table .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #333 !important;
}
.custom_table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #222222 !important;
}
.dataTables_length {
  margin: 10px 0;
}
/** top title **/
.main_top_wrap {
  width: 100%;
  display: flex;
  padding: 30px 30px 0 30px;
}

@media screen and (min-width: 768px) {
  .main_title {
    width: 70%;
  }
  .title_path {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-weight: 500;
    font-size: 14px;
  }
  .title_path .pathflex {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .title_path .pathflex .iconRightV {
    content: url('../img/icon_right_v.png');
    width: 5px;
    height: 9px;
  }
  .title_path .pathflex span:nth-child(1),
  .title_path .pathflex span:nth-child(3) {
    color: #aaaaaa;
  }
  .title_path .pathflex span:nth-child(1),
  .title_path .pathflex span:nth-last-child {
    font-weight: 600;
    color: #555555;
  }
  .main_contents {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1023px) {
  .main_title {
    width: 100%;
  }
  .title_path {
    display: none;
  }
  .main_contents {
    padding: 0 10px;
  }
}
.top_title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 12px;
}
.top_subtitle {
  margin-bottom: 10px;
  margin-top: 20px;
}
.text_color_99 {
  color: #888888;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

/** search_area **/
#startDate {
  margin-right: 0 !important;
}

/** 기업정보관리 **/
.wrap {
  width: 600px;
}
.row1 {
  margin: 10px 0 5px 0;
  color: #999999;
}
.text input[type='text'] {
  width: 100%;
}
.readonly {
  background-color: #f1f1f1;
  color: #999999;
}
.btn_box {
  text-align: end;
  margin-top: 20px;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.wrap .row2 .file {
  background-color: transparent;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
  border: 1px dashed #dbdbdb;
}
.wrap .row2 .file .gallery {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.wrap .row2 .file .text {
  color: #999;
  margin: 5px 0;
}
#imgbox {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: transparent;
  margin-left: 10px;
}
#imgbox2 {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: transparent;
  margin-left: 10px;
}
.card-img {
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
}
.table .text-center tr td {
  vertical-align: middle !important;
}
.table .text-center tr td .x-btn {
  cursor: pointer;
}
.table .text-center tr td .x-btn:hover {
  content: url('/img/icon_x_circle_on.svg');
}
.table > thead > tr > th {
  border-bottom: 0 !important;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .wrap {
    width: 100%;
  }
  #startDate {
    width: 111px;
  }
  #endDate {
    width: 111px;
  }
}

/** 학습리포트 **/
@media screen and (min-width: 768px) {
  .reportMemberWrap {
    display: flex;
    width: 100%;
    height: auto;
    max-height: 240px;
    min-height: 120px;
    padding: 20px 10px;
  }
  .reportMemberWrap .box1 {
    display: flex;
    padding: 10px 40px 10px 0;
  }
  .reportMemberWrap .box1 .profile_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
  }
  .reportMemberWrap .box1 .textbox {
    margin: 3px 0 0 10px;
  }
  .reportMemberWrap .box1 .textbox p {
    margin-bottom: 1px;
  }
  .reportMemberWrap .box2 {
    width: 300px;
    display: flex;
  }
  .reportMemberWrap .box2 .textbox {
    width: 150px;
    padding: 25px 0;
    text-align: center;
  }
  .reportMemberWrap .box2 .textbox .border-right {
    border-right: 0.5px solid #e2e2e2;
  }
  .reportMemberWrap .box2 .textbox .border-left {
    border-left: 0.5px solid #e2e2e2;
  }
  .reportMemberWrap .box3 {
    width: 320px;
    display: flex;
  }
  .reportMemberWrap .box3 .Lv_text {
    padding: 35px 0px 35px 40px;
  }
  .reportMemberWrap .box3 .Lv_text .f-Lv {
    color: #333;
  }
  .reportMemberWrap .box3 .Lv_text .f-startDay {
    color: #222222;
  }
  .pd-topbottom30 {
    padding: 30px 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .reportMemberWrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 280px;
  }
  .reportMemberWrap .box1 {
    display: flex;
    width: 100%;
  }
  .reportMemberWrap .box1 .profile_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 0.1px #999999 solid;
  }
  .reportMemberWrap .box1 .textbox {
    margin: 3px 0 0 10px;
  }
  .reportMemberWrap .box1 .textbox p {
    margin-bottom: 1px;
  }
  .reportMemberWrap .box2 {
    width: 100%;
    display: flex;
  }
  .reportMemberWrap .box2 .textbox {
    width: 50%;
    text-align: center;
  }
  .reportMemberWrap .box2 .textbox .border-right {
    border-right: 0.5px solid #e2e2e2;
  }
  .reportMemberWrap .box2 .textbox .border-left {
    border-left: 0.5px solid #e2e2e2;
  }
  .reportMemberWrap .box3 {
    width: 100%;
    display: flex;
  }
  .reportMemberWrap .box3 .Lv_text {
    padding-top: 10px;
  }
  .reportMemberWrap .box3 .Lv_text .f-Lv {
    color: #333;
  }
  .reportMemberWrap .box3 .Lv_text .f-startDay {
    color: #222222;
  }
  .pd-topbottom30 {
    padding: 4px;
  }
}

.firstReportWrap {
  width: 360px;
}
.box-top {
  padding: 15px;
  height: auto;
  min-height: 450px;
  border-bottom: 1px solid #dddddd;
}
.box-top2 {
  padding: 15px;
  min-height: 270px;
  height: auto;
  border-bottom: 1px solid #dddddd;
}
.box-top3 {
  padding: 15px;
  min-height: 400px;
  height: auto;
  border-bottom: 1px solid #dddddd;
}
.box-top4 {
  padding: 15px;
  min-height: 325px;
  height: auto;
  border-bottom: 1px solid #dddddd;
}
.box-bottom {
  height: 30px;
  padding: 5px 15px;
  font-size: 12px;
  color: #999999;
}
.checking_text {
  color: #ff6d3b;
  text-align: end;
}
.report {
  height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.report_box1 {
  width: 380px;
  height: auto;
  min-height: 480px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box1 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box1 .depths2 {
  height: 35px;
}
.report_box1 .depths3 {
  height: 180px;
  margin-top: 10px;
}
.report_box1 .depths4 {
  height: 40px;
  margin-bottom: 5px;
  text-align: center;
}
.report_box1 .depths4 .point {
  font-size: 27px;
  font-weight: bold;
}
.report_box1 .depths5 {
  height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.report_box1 .depths6 {
  height: 40px;
  margin-top: 10px;
  font-weight: bold;
}
.report_box1 .depths7 {
  height: 50px;
  margin-bottom: 5px;
}

.report_box2 {
  width: 710px;
  height: auto;
  min-height: 480px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box2 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box2 .depths2 {
  height: 50px;
  margin-bottom: 5px;
}
.report_box2 .depths3 {
  height: 25px;
  margin-bottom: 5px;
}
.report_box2 .depths4 {
  height: auto;
  min-height: 315px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 10px 5px;
}
.report_box2 .depths4 .depths4-1 {
  width: 230px;
  height: 180px;
}
.report_box2 .depths4 .depths4-2 {
  width: 430px;
  height: 154px;
  padding: 10px;
  margin-bottom: 5px;
  color: #999999;
}

.report_box3 {
  width: 500px;
  height: auto;
  min-height: 480px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box3 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box3 .depths2 {
  height: 405px;
  margin-bottom: 10px;
  position: relative;
  overflow: auto;
}
.report_box3 .depths2 .items {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-auto-rows: 73px;
  grid-auto-flow: rows;
}
.report_box3 .depths2 .items .item {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  padding: 7px 0;
  cursor: pointer;
}
.report_box3 .depths2 .items .item:hover {
  background-color: #ebebeb;
}
.report_box3 .depths2 .items .item-box1-1,
.report_box3 .depths2 .items .item-box1-2 {
  width: 390px;
}
.report_box3 .depths2 .items .item-box1-1 div {
  height: 33%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report_box3 .depths2 .items .item-box1-2 div {
  height: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.report_box3 .depths2 .items .d1 {
  font-size: 11px;
  color: #999999;
}
.report_box3 .depths2 .items .d2 {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
.report_box3 .depths2 .items .d3-1 {
  font-size: 12px;
  color: #ff6d3b;
}
.report_box3 .depths2 .items .d3-2 {
  font-size: 12px;
  color: #6967f9;
}
.report_box3 .depths2 .items .item-box2 {
  margin: auto;
}
.report_box3 .depths2 .items .item-box2 p {
  margin: 0;
}

.report_box4 {
  width: 530px;
  height: 300px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.report_box4 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box4 .depths2 {
  height: 60px;
  margin-bottom: 5px;
}
.report_box4 .depths2 div {
  margin: auto;
  text-align: center;
}
.report_box4 .depths2 div .point {
  font-size: 45px;
  font-weight: bold;
  color: #333333;
}
.report_box4 .depths3 {
  margin: auto;
  width: 100%;
  margin-bottom: 10px;
}
.report_box4 .depths4 {
  margin: auto;
  width: 100%;
  color: #333333;
  text-align: center;
}

.report_box5 {
  width: 530px;
  height: 300px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.report_box5 .depths1 {
  height: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
}

.report_box6 {
  width: 360px;
  min-height: 300px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box6 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box6 .depths2 {
  min-height: 200px;
  height: auto;
  margin-bottom: 5px;
}
.report_box6 .depths2 .text {
  font-size: 20px;
  font-weight: 500;
}
.videoPlayer {
  width: 400px;
  height: 200px;
  margin: auto;
  display: block;
}

.report_box7 {
  width: 520px;
  min-height: 300px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box7 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box7 .depths2 {
  height: auto;
  min-height: 155px;
  margin-bottom: 10px;
  display: flex;
}
.report_box7 .depths2 .legend-item span {
  font-size: 12px;
  color: #999999;
  margin-right: 15px;
  font-weight: 400;
}
.item_circle1 {
  border: 1px solid #6967f9;
  border-radius: 50%;
  background-color: #6967f9;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 3px;
}
.item_circle2 {
  border: 1px solid #ff6d3b;
  border-radius: 50%;
  background-color: #ff6d3b;
  width: 12px;
  height: 12px;
  margin-top: 3px;
  margin-right: 3px;
}
.font_hz_score {
  color: #6967f9;
  font-size: 40px;
}
.report_box7 .depths3 audio {
  width: 100%;
  height: 30px;
  display: block;
  margin: auto;
}

.report_box7-1 {
  width: 210px;
  min-height: 300px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box7-2 {
  width: 450px;
  min-height: 300px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box7-1 .depths1,
.report_box7-2 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box7-1 .box-top2 .depths2 {
  text-align: center;
  padding-top: 65px;
}
.report_box7-1 .box-top4 .depths2 {
  text-align: center;
  padding-top: 90px;
}
.report_box7-1 .depths2 .font {
  color: #6967f9;
  font-size: 40px;
}
.report_box7-2 .depths2 .font {
  color: #6967f9;
  font-size: 20px;
}
.report_box7-2 .depths2 {
  margin-bottom: 5px;
}
.report_box7-2 .depths3 {
  margin-bottom: 15px;
  margin-top: 60px;
}
.report_box7-2 .depths3 .sentiment-mark {
  margin: auto;
  display: block;
  width: 400px;
}
.report_box7-2 .depths4 {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}

.report_box8 {
  width: 330px;
  min-height: 300px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box8 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box8 .depths2 {
  height: 200px;
  margin-bottom: 5px;
}
.report_box8 .box-top2 .depths2 .font-tone {
  color: #6967f9;
  font-size: 40px;
  text-align: center;
  padding-top: 40px;
}
.report_box8 .box-top4 .depths2 .font-tone {
  color: #6967f9;
  font-size: 40px;
  text-align: center;
  padding-top: 65px;
}
.report_box8 .depths2.sps {
  text-align: center;
  padding-top: 65px;
}
.report_box8 .depths2 .font_sps {
  color: #6967f9;
  font-size: 40px;
}

.report_box9 {
  width: 520px;
  min-height: 430px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box9 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box9 .depths2 {
  height: 220px;
  margin-bottom: 5px;
}
.report_box9 .depths2 #barChart svg {
  margin: auto;
}
.report_box9 .depths2 .gaze_wrap {
  width: 50%;
  margin: auto;
  display: block;
  padding: 0 47px;
}
.report_box9 .depths2 .gaze_img {
  width: 140px;
  height: 127px;
}
.report_box9 .depths2 .grid_box {
  width: 120px;
  height: 150px;
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 15px 30px 30px 30px 15px;
  grid-template-rows: 30px 30px 30px 30px 30px;
  padding: 0 15px;
}
.report_box9 .grid_box div {
  border: 1px solid #dbdbdb;
}
.report_box9 .grid_box .side_top1_left1 {
  border-top: 0;
  border-left: 0;
  height: 50%;
  margin-top: 100%;
}
.report_box9 .grid_box .side_top1_left2 {
  border-top: 0;
  height: 50%;
  margin-top: 50%;
}
.report_box9 .grid_box .side_top1_center {
  border-top: 0;
  height: 50%;
  margin-top: 50%;
}
.report_box9 .grid_box .side_top1_right2 {
  border-top: 0;
  height: 50%;
  margin-top: 50%;
}
.report_box9 .grid_box .side_top1_right1 {
  border-top: 0;
  border-right: 0;
  height: 50%;
  margin-top: 100%;
}

.report_box9 .grid_box .side_top2_left {
  border-left: 0;
}
.report_box9 .grid_box .side_top2_right {
  border-right: 0;
}

.report_box9 .grid_box .side_left {
  border-left: 0;
}
.report_box9 .grid_box .side_right {
  border-right: 0;
}

.report_box9 .grid_box .side_bottom1_left {
  border-left: 0;
}
.report_box9 .grid_box .side_bottom1_right {
  border-right: 0;
}

.report_box9 .grid_box .side_bottom2_left1 {
  border-bottom: 0;
  border-left: 0;
  height: 50%;
}
.report_box9 .grid_box .side_bottom2_left2 {
  border-bottom: 0;
  height: 50%;
}
.report_box9 .grid_box .side_bottom2_center {
  border-bottom: 0;
  height: 50%;
}
.report_box9 .grid_box .side_bottom2_right2 {
  border-bottom: 0;
  height: 50%;
}
.report_box9 .grid_box .side_bottom2_right1 {
  border-bottom: 0;
  border-right: 0;
  height: 50%;
}

.report_box9 .depths2 .grid-gradient {
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #ffffff, #6967f9);
}
.report_box9 .depths3 {
  min-height: 125px;
  height: auto;
  margin-top: 5px;
}
.report_box9 .depths3 .text1 {
  color: #333333;
  font-size: 15px;
  margin-bottom: 5px;
  text-align: center;
}
.report_box9 .depths3 .max_text {
  color: #6967f9;
  font-size: 18px;
}
.report_box9 .depths3 .text2 {
  color: #999999;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
}
.report_box9 .depths3 .text3 {
  color: #ff6d3b;
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
}

.report_box10 {
  width: 520px;
  min-height: 430px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box10 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.report_box10 .depths2 {
  height: 350px;
  margin-bottom: 5px;
}
.report_box10 .depths3 {
  height: 295px;
  margin-bottom: 5px;
}
.report_box10 .depths4 {
  height: 50px;
  margin-bottom: 5px;
}
.report_box10 .pose_box {
  display: flex;
  padding: 0 155px;
  margin-bottom: 3px;
}
.report_box10 .pose_box .arrow {
  position: relative;
  top: -2px;
}

.report_box11 {
  width: 700px;
  min-height: 300px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box11 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.report_box12 {
  width: 300px;
  min-height: 300px;
  height: auto;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 10px;
}
.report_box12 .depths1 {
  height: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}
.sliver_ex {
  font-size: 12px;
  color: #999999;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .report_box1 {
    width: 100%;
    height: auto;
    min-height: 480px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box2 {
    width: 100%;
    height: auto;
    min-height: 480px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box2 .depths4 .depths4-2 {
    width: 100%;
    height: auto;
    min-height: 154px;
    padding: 10px;
    margin-bottom: 5px;
    color: #999999;
  }
  .report_box2 .depths4 .depths4-1 {
    display: block;
    margin: auto;
  }
  .report_box3 {
    width: 100%;
    height: auto;
    min-height: 480px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .report_box3 .depths2 .items {
    display: block;
  }
  .report_box3 .depths2 .items .item-box1-1 {
    width: 80%;
  }
  .report_box3 .depths2 .items .item-box1-2 {
    width: 80%;
  }

  .report_box4 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }

  .report_box5 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box6 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box6 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box6 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box7 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box7 .depths2 {
    height: auto;
    min-height: 155px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .report_box7-1 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box7-2 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box8 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box9 {
    width: 100%;
    min-height: 430px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box9 .depths2 .gaze_wrap {
    padding: 0;
  }
  .report_box9 .depths2 .gaze_wrap .grd {
    padding-left: 12px;
  }

  .report_box10 {
    width: 100%;
    min-height: 430px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }
  .report_box10 .pose_box {
    display: flex;
    padding: 0 55px;
    margin-bottom: 3px;
  }

  .report_box11,
  .report_box12 {
    width: 100%;
    min-height: 300px;
    height: auto;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
    margin-right: 0;
  }

  .videoPlayer {
    width: 100%;
    height: 200px;
    margin: auto;
    display: block;
  }

  .mobile-flex {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
  }
  .report_box7 .depths2 .legend-item {
    width: 60%;
  }
  .div_hz_score {
    margin-top: 0;
    text-align: end;
    width: 40%;
    line-height: 1px;
  }
}

/* 탭 */
.blueTab {
  display: flex;
  width: 480px;
  border: 1px solid #222222;
  margin-bottom: 20px;
}
.blueTab .bluenav.right {
  border-right: 1px solid #222222;
}
.blueTab .bluenav {
  width: 120px;
  padding: 8px 40px;
  color: #999999;
  text-align: center;
  cursor: pointer;
}
.blueTab .bluenav.active {
  color: #fff;
  text-align: center;
  background-color: #222222;
  cursor: context-menu;
}
.blueTab .bluenav:hover {
  color: #fff;
  text-align: center;
  background-color: #222222;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
  .blueTab {
    display: flex;
    width: 100%;
    border: 1px solid #222222;
    margin-bottom: 20px;
  }
  .blueTab .bluenav {
    width: 25%;
    padding: 8px 15px;
    color: #999999;
    text-align: center;
    cursor: pointer;
  }
}
.footer_btn {
  margin-top: 15px;
  text-align: end;
}
.btn_goList {
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 8px 15px;
  color: #222222;
  background: #fff;
  margin-right: 5px;
}
.btn_goList:hover {
  background: #222222;
  color: #fff;
}

/* 차트 하단 아이템 */
#radarChart .bb-legend-item {
  display: none;
}
/* 차트 (선) */
.bb-chart-radar polygon {
  stroke: #222222 !important;
  fill: #222222 !important;
}
/* 차트 (데이터) */
.bb-chart-radar polygon .bb-shapes .bb-shape {
  fill: #222222 !important;
  stroke: #222222 !important;
}
/* 차트 (점) */
.bb-shapes .bb-chart-radar .bb-shapes circle {
  display: none;
  fill: #222222 !important;
  stroke: #222222 !important;
}
/* max 점수 텍스트 */
.bb-levels .bb-level.bb-level-0 text {
  display: none;
}
/* min 점수 텍스트 */
.bb-chart-radars .bb-levels text {
  display: none;
}
/* 차트 점수 텍스트*/
.bb-chart-texts .bb-chart-text .bb-shapes text {
  fill: #222222 !important;
  font-weight: bold;
}

/** 음정 흐름 곡선 그래프 **/
#splineChart .bb-main .bb-axis g {
  display: none;
}
#splineChart .bb-main .bb-chart .bb-chart-lines .bb-chart-line .bb-shapes.bb-circles circle {
  display: none;
}

/** 표정 bar 그래프 **/
#barChart .bb-main .bb-chart-bars .bb-shapes path {
  fill: #6967f9 !important;
}

/** 그라데이션 progress bar **/
.mContainer_col {
  position: relative;
  width: 30px;
  height: 150px;
  padding: 0px;
  margin: auto;
}
.mContainer_row {
  position: relative;
  width: 260px;
  height: 10px;
  padding: 0px;
}
.col_prgBox {
  width: 100px;
  text-align: center;
}
.rowGradient {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 260px;
  height: 10px;
  background: linear-gradient(to right, #c9eefd, blue, violet);
  border-radius: 20px;
}
.colGradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 150px;
  background: linear-gradient(to top, #c9eefd, blue, violet);
}
.colGradient_gray {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 30px;
  height: 150px;
  background: linear-gradient(to top, #e7e7e7, gray);
}
.rowMask {
  position: absolute;
  font-size: 1px;
  width: 260px;
  height: 10px;
  background-color: #ebebeb;
  left: 0px;
  top: 0px;
  border-radius: 0 20px 20px 0;
}
.colMask {
  position: absolute;
  font-size: 1px;
  width: 30px;
  height: 150px;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
}
.prg_mark {
  position: relative;
  width: 10px;
}
.col-prg-head {
  width: 70px;
  position: relative;
  left: -20px;
  top: -20px;
  z-index: 999;
}
.col-prg-foot {
  width: 100px;
  position: relative;
  left: -36px;
  top: 132px;
  z-index: 999;
}

/* 언어성향 */
.mContainer_row2 {
  position: relative;
  width: 400px;
  height: 10px;
  padding: 0px;
}
.rowMask2 {
  position: absolute;
  font-size: 1px;
  width: 400px;
  height: 10px;
  background-color: #6967f9;
  left: 0px;
  top: 0px;
  border-radius: 20px 20px;
}
.prg_mark2 {
  position: relative;
  top: 3px;
  z-index: 1;
  width: 30px;
}

/** kakao map **/
.map_wrap,
.map_wrap * {
  padding: 0;
  font-family: 'Malgun Gothic', dotum, '돋움', sans-serif;
  font-size: 12px;
}
.map_wrap a,
.map_wrap a:hover,
.map_wrap a:active {
  color: #000;
  text-decoration: none;
}
.map_wrap {
  position: relative;
  width: 100%;
  height: 500px;
}
#menu_wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  overflow-y: auto;
  background: #ffffff;
  z-index: 1;
  font-size: 12px;
  border: 1px solid #dddddd;
}
.bg_white {
  background: #fff;
}
#menu_wrap .option {
  text-align: center;
  background-color: #2d93fb;
  padding: 15px 10px;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-search {
  background: url(/img/icon_search.png) no-repeat;
  background-color: #ffffff;
  width: 100%;
  padding-right: 40px !important;
  border-radius: 4px 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-position: 98% center;
  box-sizing: border-box;
}

.input-group2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 300px;
  border: 1px solid #dbdbdb;
  border-radius: 4px 4px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 8%);
  margin-right: 20px;
}
.input-group2 input[type='text'] {
  border: 0;
  margin-right: 0 !important;
  box-shadow: none !important;
}
.input-group2 .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-search2 {
  background: url(/img/icon_search.png) no-repeat;
  background-color: #ffffff;
  width: 35px;
  border-radius: 4px 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-position: center;
}

#menu_wrap .option button {
  background-color: #ffffff;
}
#placesList li {
  list-style: none;
}
#placesList .item {
  position: relative;
  border-bottom: 1px solid #888;
  overflow: hidden;
  cursor: pointer;
  min-height: 65px;
}
#placesList .item span {
  display: block;
  margin-top: 4px;
}
#placesList .item h5,
#placesList .item .info {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#placesList .item .info {
  padding: 10px 0 10px 55px;
}
#placesList .info .gray {
  color: #8a8a8a;
}
#placesList .info .jibun {
  padding-left: 26px;
  background: url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/places_jibun.png)
    no-repeat;
}
#placesList .info .tel {
  color: #222222;
}
#placesList .item .markerbg {
  float: left;
  position: absolute;
  width: 36px;
  height: 37px;
  margin: 10px 0 0 10px;
  background: url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/marker_number_blue.png)
    no-repeat;
}
#placesList .item .marker_1 {
  background-position: 0 -10px;
}
#placesList .item .marker_2 {
  background-position: 0 -56px;
}
#placesList .item .marker_3 {
  background-position: 0 -102px;
}
#placesList .item .marker_4 {
  background-position: 0 -148px;
}
#placesList .item .marker_5 {
  background-position: 0 -194px;
}
#placesList .item .marker_6 {
  background-position: 0 -240px;
}
#placesList .item .marker_7 {
  background-position: 0 -286px;
}
#placesList .item .marker_8 {
  background-position: 0 -332px;
}
#placesList .item .marker_9 {
  background-position: 0 -378px;
}
#placesList .item .marker_10 {
  background-position: 0 -423px;
}
#placesList .item .marker_11 {
  background-position: 0 -470px;
}
#placesList .item .marker_12 {
  background-position: 0 -516px;
}
#placesList .item .marker_13 {
  background-position: 0 -562px;
}
#placesList .item .marker_14 {
  background-position: 0 -608px;
}
#placesList .item .marker_15 {
  background-position: 0 -654px;
}
#pagination {
  margin: 10px auto;
  text-align: center;
}
#pagination a {
  display: inline-block;
  margin-right: 10px;
}
#pagination .on {
  font-weight: bold;
  cursor: default;
  color: #777;
}

/* custom range */
.form-range {
  box-shadow: none !important;
  width: 200px;
  margin: auto;
}
.range_label {
  display: flex;
  width: 200px;
}
.range_label div {
  font-size: 10px;
  color: #999999;
}

/* 교육 강의자료 */
.popup-wrap .popup-row2 .file {
  background-color: transparent;
  text-align: center;
  padding: 24px;
  cursor: pointer;
  border: 1px dashed #999999;
}
.popup-wrap .popup-row2 .file .gallery {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.popup-wrap .popup-row2 .file .text {
  color: #999999;
  margin: 5px 0;
}
.video_thumbnail {
  border: 1px solid #eee;
  border-radius: 10px;
  width: 140px;
  height: 80px;
}
.trash {
  cursor: pointer;
  width: 27px;
  height: auto;
  margin: 27px 15px;
}
/* .timeBox{border: 1px solid #eee;border-radius: 10px;padding:5px 5px;color:#222222;} */
.chk18 {
  width: 18px;
  height: 18px;
}
.youtube_searchBtn {
  margin-left: 5px;
  width: 58px;
  padding: 6px 4px;
  border: 1px solid #222222;
  border-radius: 3px;
  color: #ffffff;
  background-color: #222222;
}

/* 신규 색상 블랙 */
.btn_black {
  background-color: #222222;
  color: #ffffff;
}

/* 토글  */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #08b41a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #08b41a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* 커스텀 체크박스 */
.item_wrap input[type='checkbox'] {
  vertical-align: middle;
  appearance: none;
  border: 1px solid #dddddd;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: border 0.2s ease-in-out;
}

.item_wrap input[type='checkbox']:checked {
  border: 0.4em solid #6bcf58;
}

.item_wrap input[type='checkbox']:hover {
  cursor: pointer;
}

.item_wrap input[type='checkbox']:disabled {
  background-color: lightgray;
  box-shadow: none;
  opacity: 0.7;
  cursor: not-allowed;
}

.item_wrap input[type='checkbox']:focus {
  outline-width: 0px;
}

input[type='text']:focus {
  outline-width: thin !important;
}

#loading {
  line-height: 700px;
  width: 100%;
  height: 100%;
  background-color: #ddddddd4;
  z-index: 9999;
  position: absolute;
  top: 0;
}
#loading div {
  display: block;
  margin: auto;
  color: #999;
  font-weight: 700;
  text-align: center;
}
.btn-table-in {
  padding: 6px 8px;
  background: #ffffff;
  border: 1px solid #555555;
  border-radius: 3px;

  font-weight: 500;
  font-size: 12px;
  color: #555555;
}

.focus-input {
  border: 1px solid #111111 !important;
}

.relative {
  position: relative;
}

/* 리뉴얼 버튼 */
.search_btn {
  display: flex;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background: #555555;
  border-radius: 4px;
  border: 1px solid #555555;
  cursor: pointer;
}
.reset_btn {
  display: flex;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  cursor: pointer;
  gap: 9px;
}
.reset_btn img {
  content: url('../img/icon_return.svg');
}
.list_top_wrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-radius: 8px 8px 0px 0px;
  padding: 10px 20px;
}
.list_top_wrap .btn_wrap {
  display: flex;
  gap: 10px;
}
.list_top_wrap .top_bead {
  display: flex;
  align-items: center;
  height: 36px;
}
.list_top_wrap .top_bead strong {
  font-weight: 600;
  font-size: 18px;
  color: #555555;
}
.list_top_wrap .top_bead span {
  font-weight: 600;
  font-size: 18px;
  color: #6f6eec;
}

.dataTables_wrapper .dataTables_paginate {
  float: none !important;
  text-align: center !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%);
}
.flex_center {
  display: flex;
  align-items: center;
}
audio {
  width: 350px !important;
  height: 40px !important;
}
.th-title {
  color: #555555;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 버튼 */
.btn-navy {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 18px;
  height: 40px;
  background: #555555;
  border: 0;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  gap: 5px;
}
.btn-white {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 11px 18px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  gap: 5px;
}
.btn-white-small {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  height: 22px;
  background: #ffffff;
  border: 0;
  border-radius: 6px;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  gap: 4px;
}
.btn-white-middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 9px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  gap: 4px;
}
.btn-red {
  display: none;
}

.as-modify .btn-red {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px 14px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #fb3b2f;
  font-weight: 500;
  font-size: 13px;
  border-radius: 3px;
  gap: 10px;
  color: #fb3b2f;
  box-sizing: border-box;
  width: 53px;
  height: 35px;
}
.plus_purble {
  content: url('../img/renewal/icon_plus_purble.svg');
}
.check_v_purble {
  content: url('../img/icon_check_v.svg');
}
.check_v_white {
  content: url('../img/icon_check_v_white.svg');
}
.btn-green {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  background: #6bcf58;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  gap: 5px;
}
.btn-purble {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  background: #6967f9;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  gap: 5px;
}
.btn-lime {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 14px;
  background: #baed59;
  border: 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  gap: 5px;
}
button .icon_right {
  margin-left: 10px;
}
button .icon_left {
  margin-right: 10px;
}
.red_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #ff7a85;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #ff7a85;
  cursor: pointer;
  gap: 9px;
}
.purple_chk_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #6f6eec;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #6f6eec;
  cursor: pointer;
  gap: 9px;
}
.purple_chk_btn img {
  content: url('../img/renewal/icon_chkbox_purple.svg');
}
.purple_plus_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #6f6eec;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  gap: 9px;
  height: 35px;
  box-sizing: border-box;
  border: 1px solid #6f6eec;
}
.purple_plus_btn img {
  content: url('../img/renewal/icon_plus_purble.svg');
}
.gray_plus_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  cursor: pointer;
  gap: 9px;
}

.gray_download_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #555555;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
  cursor: pointer;
  gap: 9px;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* 비표준 브라우저를 위한 일반적인 규칙 */
}

.gray_download_btn.on-download {
  pointer-events: none;
  opacity: 0.7;
}

.gray_download_btn img {
  content: url('../img/icon_download.svg');
}

.gray_back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background: #555555;
  border-radius: 4px;
  border: 1px solid #555555;
  cursor: pointer;
  gap: 9px;
}

.green-border {
  border: 1px solid #39ba2e !important;
}
.gray-border {
  border: 1px solid #dddddd !important;
}
/* in 테이블 스타일 */
.in_table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #555555;
  border-collapse: collapse;
  text-align: center;
}
.in_table tr th {
  padding: 10px 0;
  background: #f8f8f8;
  border-left: 1px solid #eeeeee;
  border-collapse: collapse;
}
.in_table tr td {
  padding: 10px 0;
  background: #ffffff;
  border-left: 1px solid #eeeeee;
  border-collapse: collapse;
}
.in_table tr td a {
  color: #ff7a85;
}

/* 교육 진행상황 상세 시작 */
.detail-wrap2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}
.profile_box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.profile_box .profile_img {
  width: 70px;
  height: 70px;
  border-radius: 50px;
}
.profile_box .top_text {
  font-weight: 600;
  font-size: 18px;
}
.profile_box .bottom_text {
  font-weight: 600;
  font-size: 15px;
  color: #aaaaaa;
}
.flex_col {
  display: flex;
  flex-direction: column;
}
.box_contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 14px;
}
.box_contain .box {
  width: 244px;
  height: 100px;
  padding: 16px 18px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;

  font-weight: 500;
  font-size: 14px;
  color: #555555;
}
.box_contain strong {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.box_contain em {
  font-weight: 500;
  font-size: 14px;
  color: #ff7a85;
}
.status_box {
  width: fit-content;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 3px;
}
.status_box.t1 {
  background: #f6f6f6;
  color: #555555;
}
.status_box.t2 {
  background: #eaf5ff;
  color: #2496ff;
}
.status_box.t3 {
  background: #6967fb;
  color: #ffffff;
}
.status_box.t4 {
  background: rgba(255, 122, 133, 0.06);
  color: #ff7a85;
}
.box_contain .href {
  width: 366px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.box_contain .box_head {
  display: flex;
  gap: 6px;
}
.box_contain .box2 {
  width: 365px;
  height: 100px;
  padding: 16px 18px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;

  font-weight: 500;
  font-size: 14px;
  color: #555555;
}
.box_contain .line_limit {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
/* 교육 진행상황 상세 끝*/

.loading-bar {
  width: 100%;
  height: 4px;
  background-color: #ddd;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading-bar:before {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #007bff;
  animation: loading-bar 2s ease-in-out infinite;
}

i.admin-help-icon {
  position: relative;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

i.admin-help-icon:after {
  content: '?';
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-style: normal;
}

div.admin-help-tooltip-box {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.51px;
  letter-spacing: -0.02em;
  text-align: left;
  background-color: rgba(59, 57, 67, 1);
  padding: 14px 16px;
  border-radius: 12px;
  transform: translate(-90%, -105%);
  min-width: max-content;
}

/* 대시보드 툴팁 */
i.dashboard-admin-help-icon {
  position: relative;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

i.dashboard-admin-help-icon:after {
  content: '?';
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-style: normal;
}

div.dashboard-admin-help-tooltip-box {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.51px;
  letter-spacing: -0.02em;
  text-align: left;
  background-color: rgba(59, 57, 67, 1);
  padding: 14px 16px;
  border-radius: 12px;
  top: -10px;
  left: -10px;
  transform: translateY(-100%);
  min-width: max-content;
  z-index: 100;
}

/*div.admin-help-tooltip-box:after{
	content : '';
	position: absolute;
	bottom : 0;
	left : 50%;
	transform: translate(-50% , 50%);
	border-top : 8px solid rgba(59, 57, 67, 1);
	border-left : 10px solid transparent;
	border-right : 10px solid transparent;
}*/

th.tool-tip p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}

@keyframes loading-bar {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
