@charset "UTF-8";
/*******************************************************************
	Reset
********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  border: 0;
  *margin: 0;
  *padding: 0;
  *font-size: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: SpoqaHanSansNeo,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 16px;
}

body {
  background: #f4f6fb;
}

/* Form */
input, textarea, select, button {
  font-family: SpoqaHanSansNeo,Malgun Gothic,Arial,Doutm,Tahoma,sans-serif;
  font-size: 12px;
  color: #0d1218;
  box-sizing: border-box;
  vertical-align: top;
}

button {
  overflow: visible;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

input[type="button"], input[type="text"], input[type="image"], input[type="submit"], textarea {
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"]:focus.read {
  outline: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="text"], input[type="password"], input[type=number], input[type="file"] {
  vertical-align: top;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  width: 100%;
  padding: 0 5px;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  z-index: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}

select:focus {
  outline: none;
}

select option {
  color: #555;
  margin: 0;
}

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

textarea {
  resize: none;
  padding: 10px;
  border: 1px solid #727b86;
  vertical-align: top;
}

textarea:disabled {
  opacity: 0.4;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a[href^="tel"] {
  font-style: normal;
}

/* placeholder */
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* 대체 텍스트 */
.blind {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

/* text 정렬 */
.al {
  text-align: left !important;
}

.ac {
  text-align: center !important;
}

.ar {
  text-align: right !important;
}

/* border none */
.brtn {
  border-top: 0 !important;
}

.brrn {
  border-right: 0 !important;
}

.brbn {
  border-bottom: 0 !important;
}

.brln {
  border-left: 0 !important;
}

/* margin none */
.mtn {
  margin-top: 0 !important;
}

.mrn {
  margin-right: 0 !important;
}

.mbn {
  margin-bottom: 0 !important;
}

.mln {
  margin-left: 0 !important;
}

/* padding none */
.ptn {
  padding-top: 0 !important;
}

.prn {
  padding-right: 0 !important;
}

.pbn {
  padding-bottom: 0 !important;
}

.pln {
  padding-left: 0 !important;
}

.pdn {
  padding: 0 !important;
}

/* margin-top */
.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

/* padding-top */
.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

/*******************************************************************
	Common
********************************************************************/
.category .chip.set1 {
  color: #ffa340;
  border-color: #664c2f;
  background: #292928;
}

.category .chip.set2 {
  color: #f8ea06;
  border-color: #636818;
}

.category .chip.set3 {
  color: #47e3c6;
  border-color: #246d6b;
}

.category .chip.set4 {
  color: #8dc2ff;
  border-color: #38587c;
  background: #142a44;
}

.category .chip.set5 {
  color: #fff;
  border-color: #6e7882;
  background: #203040;
}

.btn-link {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #5193ff;
  color: #5193ff;
}

@media all and (max-width: 1600px) {
  .btn-link {
    font-size: 15px;
  }
}

@media all and (max-width: 1400px) {
  .btn-link {
    font-size: 14px;
  }
}

.btn-change {
  height: 60px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 8px;
  background: #5193ff;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.btn-change::before {
  content: '';
  display: inline-block;
  width: 17px;
  vertical-align: middle;
  height: 17px;
  margin-right: 8px;
  background: url("../../assets/images/icon/ico_change.png") no-repeat 0 0;
  background-size: 100%;
}

.tb-btn-blu {
  height: 36px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #85b3ff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 36px;
}

@media all and (max-width: 1600px) {
  .tb-btn-blu {
    height: 30px;
    padding: 0 15px;
    font-size: 15px;
    line-height: 30px;
  }
}

@media all and (max-width: 1400px) {
  .tb-btn-blu {
    font-size: 14px;
  }
}

.btn-pop-add {
  height: 36px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #85b3ff;
  font-size: 18px;
  font-weight: 600;
  color: #001224;
  line-height: 36px;
}

.btn-pop-add:hover {
  background: #9dc2ff;
}

/*******************************************************************
	Layout
********************************************************************/
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}

#header {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  min-width: 1260px;
  background: #000;
}

#header .header-wrap {
  position: relative;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
}

#header .header-wrap .logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}

#header .header-wrap .logo a {
  display: block;
  color: #fff;
}

#header .header-wrap .gnb-box {
  position: relative;
}

#header .header-wrap .gnb-box .gnb-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

#header .header-wrap .gnb-box .gnb-menu li a {
  position: relative;
  display: block;
  padding: 10px 45px;
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}

#header .header-wrap .gnb-box .gnb-menu li a:hover:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li.act a:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li.act a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .gnb-menu li.ico1 a:before {
  background: url("../../assets/images/icon/ico_gnb6_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico1 a:after {
  background: url("../../assets/images/icon/ico_gnb6_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico2 a:before {
  background: url("../../assets/images/icon/ico_gnb7_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico2 a:after {
  background: url("../../assets/images/icon/ico_gnb7_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico3 a:before {
  background: url("../../assets/images/icon/ico_gnb8_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico3 a:after {
  background: url("../../assets/images/icon/ico_gnb8_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico4 a:before {
  background: url("../../assets/images/icon/ico_gnb9_1.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .gnb-menu li.ico4 a:after {
  background: url("../../assets/images/icon/ico_gnb9_2.png") no-repeat 0 50%;
  background-size: 100% auto;
}

#header .header-wrap .gnb-box .etc-menu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
}

#header .header-wrap .gnb-box .etc-menu-list {
  display: flex;
  align-items: center;
}

#header .header-wrap .gnb-box .etc-menu-list li {
  margin-left: 15px;
}

#header .header-wrap .gnb-box .etc-menu-list li.user {
  display: flex;
  font-size: 16px;
  color: #c4cad2;
  padding: 0 !important;
}

#header .header-wrap .gnb-box .etc-menu-list li.user .name {
  font-weight: 600;
  color: #fff;
  padding-bottom: 1px;
  box-shadow: inset 0 -5px 0 0 #4176cc;
}

#header .header-wrap .gnb-box .etc-menu-list li.user .info-chip {
  height: 26px;
  line-height: 26px;
  padding: 0 15px;
  margin-right: 10px;
  background: #34a692;
  border-radius: 13px;
  font-size: 14px;
  color: #fff;
}

#header .header-wrap .gnb-box .etc-menu-list li.user br {
  display: none;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn {
  position: relative;
  display: block;
  padding: 10px 0 10px 50px;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 40px;
  height: 40px;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn.mypage:before {
  background: url("../../assets/images/icon/ico_hd_mypage.png") no-repeat 0 0;
  background-size: 100%;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn.logout:before {
  background: url("../../assets/images/icon/ico_hd_logout.png") no-repeat 0 0;
  background-size: 100%;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:hover:before, #header .header-wrap .gnb-box .etc-menu-list li .btn.act:hover:before {
  background-position: 0 -40px;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:hover.mypage, #header .header-wrap .gnb-box .etc-menu-list li .btn.act:hover.mypage {
  color: #5193ff;
}

#header .header-wrap .gnb-box .etc-menu-list li .btn:hover.logout, #header .header-wrap .gnb-box .etc-menu-list li .btn.act:hover.logout {
  color: #f8ea06;
}

#header .header-wrap .gnb-box .etc-menu-list li:first-child {
  margin-right: 20px;
}

#header .header-wrap .mob-menu {
  display: none;
}

@media all and (max-width: 1600px) {
  #header .header-wrap .logo {
    left: 30px;
  }
  #header .header-wrap .gnb-box .gnb {
    margin-right: 100px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a {
    padding: 13px 35px;
    font-size: 18px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a:hover:before {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .gnb-menu li a:hover:after {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a:before {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .gnb-menu li.act a:after {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .etc-menu {
    right: 30px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li {
    margin-left: 15px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user {
    font-size: 15px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li.user .name {
    box-shadow: inset 0 -3px 0 0 #4176cc;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn {
    padding: 10px 0 10px 40px;
    font-size: 11px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:before {
    width: 30px;
    height: 30px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li .btn:hover:before {
    background-position: 0 -30px;
  }
  #header .header-wrap .gnb-box .etc-menu-list li:first-child {
    margin-right: 20px;
  }
}

@media all and (max-width: 1400px) {
  #header .header-wrap .logo a {
    width: 90%;
  }
  #header .header-wrap .gnb-box .gnb {
    margin-right: 160px;
  }
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1260px;
  margin: 0 auto;
  padding: 80px 0 80px;
  box-sizing: border-box;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  min-width: 1260px;
  padding: 30px 0;
  box-sizing: border-box;
  background: #323f4d;
}

#footer .footer-con {
  width: 100%;
  max-width: 1920px;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#footer .footer-con .copyright {
  font-size: 12px;
  color: #8f959e;
}

#footer .footer-con .btn-mail {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #8f959e;
}

#footer .footer-con .btn-mail:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../../assets/images/icon/ico_mail.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1400px) {
  #footer .footer-con {
    padding: 0 20px;
  }
}

/*******************************************************************
	01. 검수
********************************************************************/
.table-layout .table.scroll {
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: auto;
}

.table-layout .table.scroll table {
  width: 1800px;
}

.table-layout.type2 table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.table-layout.type2 table th {
  padding: 0 0 10px;
  background: #fff;
  border-bottom: 1px solid #333;
  font-size: 18px;
  text-align: left;
}

.table-layout.type2 table th .num {
  font-weight: 300;
}

.table-layout.type2 table td {
  padding: 10px 0;
  border-bottom: 1px dashed #d6d6d7;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: left;
}

.table-layout.type2 table td .num {
  font-weight: 500;
  color: #a9a9a9;
}

@media all and (max-width: 1600px) {
  .table-layout.type2 table th {
    padding: 10px 0;
    font-size: 16px;
  }
  .table-layout.type2 table td {
    padding: 10px 0;
    font-size: 16px;
  }
}

.table-layout.type3 table tr.total th {
  background: #edf1f8;
  font-weight: 500;
}

.table-layout.type3 table tr th.line::before {
  content: '';
  display: block;
  float: left;
  width: 1px;
  height: 20px;
  margin-left: -20px;
  background: #d0d1d4;
}

.table-layout.type3 table tr:nth-child(2) th {
  font-weight: 500;
}

.table-layout.type3 table tr:nth-child(2) th::before {
  content: '';
  display: block;
  float: left;
  width: 1px;
  height: 20px;
  margin-left: -20px;
  background: #d0d1d4;
}

.table-layout.type3 table tr:nth-child(2) th:first-child::before {
  display: none;
}

@media all and (max-width: 1600px) {
  .table-layout.type3 table tr th.line::before {
    height: 18px;
    margin-left: -10px;
  }
  .table-layout.type3 table tr:nth-child(2) th::before {
    height: 18px;
    margin-left: -10px;
  }
}

.worker-process {
  padding: 40px;
  box-sizing: border-box;
}

.worker-process .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.worker-process .section .tab-area {
  position: relative;
  padding: 35px 0 0;
}

.worker-process .section .tab-area .srch-area {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  align-items: center;
}

.worker-process .section .tab-area .srch-area .srch-set {
  display: flex;
  align-items: center;
  width: 520px;
  height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #edf1f8;
  border-radius: 20px;
}

.worker-process .section .tab-area .srch-area .srch-set .inp {
  width: calc(100% - 50px);
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 18px;
  color: #8f959e;
}

.worker-process .section .tab-area .srch-area .srch-set .btn-srch {
  width: 30px;
  height: 30px;
  background: url("../../assets/images/btn/btn-srch.png") no-repeat 0 0;
  background-size: 100%;
}

.worker-process .section .tab-area .srch-area .srch-set .btn-reset {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("../../assets/images/btn/btn_inp_reset.png") no-repeat 0 0;
  background-size: 100%;
}

.worker-process .section .tab-area .srch-area .srch-set.act .btn-reset {
  display: block;
}

.worker-process .section .tab-content {
  margin-bottom: 40px;
}

.worker-process .section .tab-content .cont {
  display: none;
}

.worker-process .section .cont-top {
  padding: 30px 40px;
}

.worker-process .section .cont-top .sort-area .dvs {
  display: flex;
  align-items: center;
  border-top: 1px solid #d6d6d7;
  padding: 15px 0;
}

.worker-process .section .cont-top .sort-area .dvs:first-child {
  border-top: 0;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set {
  display: flex;
  align-items: center;
  width: 40%;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set:nth-child(3) {
  width: 20%;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .cmt {
  display: flex;
  align-items: center;
  width: 110px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .cmt:before {
  content: '';
  display: block;
  width: 6px;
  height: 18px;
  margin-right: 15px;
  border-radius: 2px;
  background: #5b6571;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .data-set {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
  width: calc(140px - 10px);
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .datepicker {
  font-size: 14px;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .ui-datepicker-trigger {
  width: 20px;
  height: 20px;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
  margin-left: 10px;
}

.worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
  margin-left: 10px;
  font-size: 14px;
}

@media all and (max-width: 1600px) {
  .worker-process {
    padding: 30px;
  }
  .worker-process .section {
    border-radius: 30px;
  }
  .worker-process .section .tab-area {
    padding: 20px 0 0;
  }
  .worker-process .section .tab-area .srch-area {
    right: 18px;
    top: 18px;
  }
  .worker-process .section .tab-area .srch-area .srch-set {
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
  }
  .worker-process .section .tab-area .srch-area .srch-set .inp {
    font-size: 16px;
  }
  .worker-process .section .tab-area .srch-area .srch-set .btn-srch {
    width: 25px;
    height: 25px;
  }
  .worker-process .section .tab-area .srch-area .srch-set .btn-reset {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .worker-process .section .tab-content {
    margin-bottom: 30px;
  }
  .worker-process .section .cont-top {
    padding: 25px 30px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 90px;
    font-size: 16px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 15px;
    margin-right: 10px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 90px);
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
    width: calc(130px - 10px);
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .datepicker {
    font-size: 14px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .ui-datepicker-trigger {
    width: 18px;
    height: 18px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set {
    margin-left: 5px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set input[type="checkbox"] + label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 15px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
    margin-left: 10px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 14px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -22px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    padding: 0 10px;
    height: 40px;
    margin-left: 5px;
    font-size: 13px;
  }
}

@media all and (max-width: 1400px) {
  .worker-process {
    padding: 20px;
  }
  .worker-process .section {
    border-radius: 25px;
  }
  .worker-process .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .worker-process .section .tab-area .srch-area {
    right: 10px;
    top: 10px;
  }
  .worker-process .section .tab-content {
    margin-bottom: 20px;
  }
  .worker-process .section .cont-top {
    padding: 20px 25px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 70px;
    font-size: 14px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 12px;
    margin-right: 5px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 70px);
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
    width: calc(120px - 10px);
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .datepicker {
    height: 35px;
    font-size: 12px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .ui-datepicker-trigger {
    width: 16px;
    height: 16px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 13px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
  }
  .worker-process .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    height: 35px;
    font-size: 12px;
  }
}

.inspection {
  padding: 40px;
}

.inspection .sub-title {
  padding: 0 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  color: #222;
}

.inspection .section {
  overflow: hidden;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.inspection .section .list-set {
  width: 40%;
  padding: 20px;
  box-sizing: border-box;
}

.inspection .section .list-set .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.inspection .section .list-set .title-set .title {
  font-weight: 600;
  font-size: 24px;
  color: #333;
}

.inspection .section .list-set .title-set .info-set {
  display: flex;
  align-items: center;
}

.inspection .section .list-set .title-set .info-set .cmt {
  margin-right: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

.inspection .section .list-set .title-set .info-set .time,
.inspection .section .list-set .title-set .info-set .count {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #8f959e;
}

.inspection .section .list-set .title-set .info-set .time strong,
.inspection .section .list-set .title-set .info-set .count strong {
  font-weight: 600;
  color: #333;
}

.inspection .section .list-set .title-set .info-set .time:before,
.inspection .section .list-set .title-set .info-set .count:before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.inspection .section .list-set .title-set .info-set .time:before {
  background: url("../../assets/images/icon/ico_time.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .list-set .title-set .info-set .count {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #c7cace;
}

.inspection .section .list-set .title-set .info-set .count:before {
  background: url("../../assets/images/icon/ico_list.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .list-set .tab-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 45px;
  background: #f4f6fb;
  border-radius: 25px;
}

.inspection .section .list-set .tab-box .tab {
  height: 45px;
  padding: 0 20px;
  border-radius: 25px;
  font-size: 16px;
  color: #8f959e;
}

.inspection .section .list-set .tab-box .tab.act {
  color: #fff;
  background: #5193ff;
}

.inspection .section .list-set .info-list {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  height: 730px;
  margin-top: 30px;
}

.inspection .section .list-set .info-list li {
  margin: 5px 0;
  border-bottom: 1px solid #e9eaec;
}

.inspection .section .list-set .info-list li .btn-list {
  overflow: hidden;
  width: 100%;
  padding: 15px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.inspection .section .list-set .info-list li:hover, .inspection .section .list-set .info-list li.act {
  border-bottom: 1px solid #fff;
}

.inspection .section .list-set .info-list li:hover .btn-list, .inspection .section .list-set .info-list li.act .btn-list {
  border: 1px solid #b9d4ff;
  background: #f1f7fe;
}

.inspection .section .list-set .info-list li .info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inspection .section .list-set .info-list li .info-top .time {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #8f959e;
}

.inspection .section .list-set .info-list li .info-top .time:before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../../assets/images/icon/ico_time_sm.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .list-set .info-list li .title {
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  text-align: left;
}

.inspection .section .list-set .btn-area {
  width: 100%;
  padding: 15px 0;
}

.inspection .section .list-set .btn-area .btn-more-icon {
  margin: 0 auto;
}

.inspection .section .inspection-box {
  width: 60%;
  padding: 30px;
  background: #001224;
}

.inspection .section .inspection-box .rec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #1d3458;
}

.inspection .section .inspection-box .rec-title .title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.inspection .section .inspection-box .rec-title .chip {
  height: 36px;
  line-height: 36px;
  border: 0;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right, #113f49, #172150);
}

.inspection .section .inspection-box .info-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}

.inspection .section .inspection-box .info-tit .check {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.inspection .section .inspection-box .info-tit .check .id {
  margin-left: 5px;
  color: #5193ff;
}

.inspection .section .inspection-box .info-tit .date-info {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.inspection .section .inspection-box .info-tit .date-info .date {
  margin-left: 5px;
}

.inspection .section .inspection-box .rec-box .rec-info {
  display: flex;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(to right, #0f3a44, #152049);
}

.inspection .section .inspection-box .rec-box .rec-info .box {
  display: flex;
  width: 50%;
  border-left: 1px solid #000;
}

.inspection .section .inspection-box .rec-box .rec-info .box:first-child {
  border-left: 0;
}

.inspection .section .inspection-box .rec-box .rec-info .box .tit {
  width: 25%;
  font-size: 18px;
  color: #fff;
  padding: 20px;
  border-right: 1px dashed #3f6069;
  box-sizing: border-box;
}

.inspection .section .inspection-box .rec-box .rec-info .box .info-list {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  width: 75%;
  font-weight: 400;
  font-size: 17px;
  color: #8f959e;
  padding: 20px;
}

.inspection .section .inspection-box .rec-box .rec-info .box .info-list li {
  float: left;
  position: relative;
  width: 55%;
  padding-left: 12px;
  box-sizing: border-box;
}

.inspection .section .inspection-box .rec-box .rec-info .box .info-list li strong {
  font-weight: 400;
}

.inspection .section .inspection-box .rec-box .rec-info .box .info-list li:nth-child(odd) {
  width: 45%;
}

.inspection .section .inspection-box .rec-box .rec-info .box .info-list li:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

.inspection .section .inspection-box .rec-box .rec-info .box .info-list.none li {
  width: 100%;
}

.inspection .section .inspection-box .rec-box .wave-area {
  padding: 30px;
  border-radius: 0 0 30px 30px;
  background: #0d1e2f;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area {
  display: flex;
  justify-content: space-between;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-set .chip {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-set .chip.type1 {
  border-color: #664c2f;
  background: #292928;
  color: #ffa340;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-set .chip.type2 {
  border-color: #27847c;
  background: #082935;
  color: #41d0b7;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-set .chip.type3 {
  border-color: #295392;
  background: #081f3a;
  color: #5193ff;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-set .chip.type4 {
  border-color: #534d9d;
  background: #222955;
  color: #8b74ee;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-set .chip.type5 {
  border-color: #99a0a7;
  background: #1f2e3e;
  color: #fff;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info {
  display: flex;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info .info {
  display: flex;
  font-size: 18px;
  margin-left: 25px;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info .info:first-child {
  margin-left: 0;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info .info:before {
  content: '';
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info .info.call {
  color: #43d0b9;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info .info.call:before {
  background: url("../../assets/images/icon/ico_chip_call.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info .info.common {
  color: #8a7aff;
}

.inspection .section .inspection-box .rec-box .wave-area .chip-area .chip-info .info.common:before {
  background: url("../../assets/images/icon/ico_chip_common.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area {
  padding: 20px 0 40px;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .title {
  overflow: hidden;
  line-height: 1.3em;
  width: 100%;
  height: 3.9em;
  margin: 15px 0 30px;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .title span {
  color: #51ffdc;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .title strong {
  color: #8e74ff;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .title.comp {
  color: #f8ea06;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box {
  display: none;
  padding: 35px 0;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area {
  width: calc(100% - 140px);
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area .inp-set {
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #757d88;
  border-radius: 10px;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area .inp-set .inp {
  width: calc(100% - 30px);
  height: 48px;
  background: none;
  padding: 0 10px;
  border: 0;
  font-size: 23px;
  color: #fff;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area .inp-set .btn-reset {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  background: url("../../assets/images/btn/btn_inp_reset_wht.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area .inp-set.act .btn-reset {
  display: block;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box {
  display: flex;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box .btn {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-left: 10px;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box .btn.chk {
  background: #5193ff url("../../assets/images/btn/btn_chk.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box .btn.chk:hover {
  background-color: #74a9ff;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box .btn.cancel {
  background: #323f4d url("../../assets/images/btn/btn_cancel.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box .btn.cancel:hover {
  background-color: #5b6571;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box .btn:disabled {
  opacity: 0.3;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box.set2 .inp-area {
  display: flex;
  justify-content: center;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box.set2 .inp-area .inp-set {
  width: calc(60% - 10px);
  margin-left: 10px;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box.set2 .inp-area .inp-set:after {
  content: '공통어';
  display: block;
  margin-top: 5px;
  color: #fff;
  text-align: center;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box.set2 .inp-area .inp-set:first-child {
  width: 40%;
  margin-left: 0;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box.set2 .inp-area .inp-set:first-child:after {
  content: '호출어';
  display: block;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .waveform {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 30px;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .waveform .time {
  font-weight: 400;
  font-size: 20px;
  color: #8f959e;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .waveform .wave {
  width: 360px;
  height: 40px;
  margin: 0 20px;
  background: url("../../assets/images/bg/bg_wave.png") no-repeat 0 0;
  background-size: 100% auto;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .waveform .wave > div {
  position: relative;
  width: 100%;
}

.inspection .section .inspection-box .rec-box .wave-area .record-area .waveform .btn-modify {
  position: absolute;
  top: 10px;
  right: 0;
}

.inspection .section .inspection-box .rec-box .play-btn-area {
  position: relative;
  margin: 40px 0;
}

.inspection .section .inspection-box .rec-box .play-btn-area .speed-btn {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.inspection .section .inspection-box .rec-box .play-btn-area .speed-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 10px;
  background: #102c50;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
}

.inspection .section .inspection-box .rec-box .play-btn-area .speed-btn .btn:first-child {
  margin-left: 0;
}

.inspection .section .inspection-box .rec-box .play-btn-area .speed-btn .btn:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../../assets/images/icon/ico_double.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn {
  margin: 0 10px;
  font-size: 18px;
  color: #fff;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 10px;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn.play:before {
  background: url("../../assets/images/btn/rec_preview.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn.call:before {
  background: url("../../assets/images/btn/rec_preview_call.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn.common:before {
  background: url("../../assets/images/btn/rec_preview.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn.play-comp:before {
  background: url("../../assets/images/btn/rec_again.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn.call-comp:before {
  background: url("../../assets/images/btn/rec_again_call.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn.common-comp:before {
  background: url("../../assets/images/btn/rec_again_common.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn.pause:before {
  background: url("../../assets/images/btn/rec_pause.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn:hover:before {
  background-position: 0 -100px;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn:disabled {
  opacity: 0.2;
}

.inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn:disabled:hover:before {
  background-position: 0 0;
}

.inspection .section .inspection-box .rec-box .btn-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 0;
  border-top: 1px solid #1d3458;
}

.inspection .section .inspection-box .rec-box .btn-bottom .record-paging {
  display: flex;
  align-items: center;
}

.inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #3e567b;
}

.inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn br {
  display: none;
}

.inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn-prev:before {
  content: '';
  display: bloock;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_record_prev.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn-next:after {
  content: '';
  display: bloock;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url("../../assets/images/icon/ico_record_next.png") no-repeat 0 0;
  background-size: 100%;
}

.inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn:disabled {
  opacity: 0.4;
}

.inspection .section .inspection-box .rec-box .btn-bottom .btn-set .btn-round {
  margin: 0 5px;
}

.inspection .section .inspection-box .rec-box .btn-bottom .btn-set .btn-round:hover {
  background: #102c50;
}

.inspection .section .inspection-box .rec-box .btn-bottom .btn-set .btn-round.not {
  border-color: #ff6060;
  color: #ff6060;
}

.inspection .section .inspection-box .rec-box .btn-bottom .btn-set .btn-round.not:hover {
  background: #332230;
}

.inspection .section .inspection-box .rec-box .btn-bottom .btn-set .btn-round.hold {
  border-color: #fff;
  color: #fff;
}

.inspection .section .inspection-box .rec-box .btn-bottom .btn-set .btn-round.hold:hover {
  background: #334150;
}

@media all and (max-width: 1600px) {
  .inspection {
    padding: 30px;
  }
  .inspection .sub-title {
    font-size: 24px;
  }
  .inspection .section {
    border-radius: 30px;
  }
  .inspection .section .list-set {
    padding: 20px;
  }
  .inspection .section .list-set .title-set {
    margin-bottom: 20px;
  }
  .inspection .section .list-set .title-set .title {
    font-size: 18px;
  }
  .inspection .section .list-set .title-set .info-set .cmt {
    font-size: 14px;
  }
  .inspection .section .list-set .title-set .info-set .time,
  .inspection .section .list-set .title-set .info-set .count {
    font-size: 14px;
    color: #8f959e;
  }
  .inspection .section .list-set .title-set .info-set .time:before,
  .inspection .section .list-set .title-set .info-set .count:before {
    width: 18px;
    height: 18px;
  }
  .inspection .section .list-set .title-set .info-set .count {
    margin-left: 10px;
    padding-left: 10px;
  }
  .inspection .section .list-set .tab-box {
    height: 35px;
    border-radius: 20px;
  }
  .inspection .section .list-set .tab-box .tab {
    height: 35px;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 13px;
  }
  .inspection .section .list-set .info-list {
    height: 575px;
    margin-top: 20px;
  }
  .inspection .section .list-set .info-list li .btn-list {
    padding: 15px 20px;
    border-radius: 20px;
  }
  .inspection .section .list-set .info-list li .info-top .chip-set .chip {
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  .inspection .section .list-set .info-list li .info-top .time {
    font-size: 13px;
  }
  .inspection .section .list-set .info-list li .info-top .time:before {
    width: 14px;
    height: 14px;
  }
  .inspection .section .list-set .info-list li .title {
    margin-top: 15px;
    font-size: 16px;
  }
  .inspection .section .list-set .btn-area {
    padding: 10px 0;
  }
  .inspection .section .inspection-box {
    padding: 20px;
  }
  .inspection .section .inspection-box .rec-title .title {
    font-size: 18px;
  }
  .inspection .section .inspection-box .rec-title .chip {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .inspection .section .inspection-box .info-tit .check {
    font-size: 17px;
  }
  .inspection .section .inspection-box .info-tit .date-info {
    font-size: 16px;
  }
  .inspection .section .inspection-box .rec-box .rec-info .box .tit {
    width: 30%;
    font-size: 13px;
    padding: 15px;
  }
  .inspection .section .inspection-box .rec-box .rec-info .box .info-list {
    width: 70%;
    font-size: 13px;
    padding: 15px;
  }
  .inspection .section .inspection-box .rec-box .rec-info .box .info-list li:before {
    font-size: 16px;
  }
  .inspection .section .inspection-box .rec-box .wave-area {
    padding: 20px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .chip-set .chip {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    font-size: 16px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area {
    padding: 15px 0 30px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .title {
    font-size: 22px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area {
    width: calc(100% - 90px);
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area .inp-set {
    height: 40px;
    border-radius: 8px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area .inp-set .inp {
    height: 38px;
    font-size: 18px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .inp-area .inp-set .btn-reset {
    width: 20px;
    height: 20px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box .btn-box .btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    margin-left: 5px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .modify-box.set2 .inp-area .inp-set {
    width: calc(60% - 5px);
    margin-left: 5px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .waveform {
    margin-top: 20px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .waveform .time {
    font-size: 18px;
  }
  .inspection .section .inspection-box .rec-box .wave-area .record-area .waveform .wave {
    width: 300px;
    height: 35px;
    margin: 0 15px;
  }
  .inspection .section .inspection-box .rec-box .play-btn-area {
    margin: 30px 0;
  }
  .inspection .section .inspection-box .rec-box .play-btn-area .speed-btn .btn {
    width: 80px;
    height: 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
  }
  .inspection .section .inspection-box .rec-box .play-btn-area .speed-btn .btn:before {
    width: 18px;
    height: 18px;
  }
  .inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn {
    font-size: 16px;
  }
  .inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn:before {
    width: 80px;
    height: 80px;
  }
  .inspection .section .inspection-box .rec-box .play-btn-area .play-set .btn:hover:before {
    background-position: 0 -80px;
  }
  .inspection .section .inspection-box .rec-box .btn-bottom {
    padding: 20px 0 0;
  }
  .inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn {
    font-size: 15px;
  }
  .inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn-prev:before {
    width: 20px;
    height: 20px;
  }
  .inspection .section .inspection-box .rec-box .btn-bottom .record-paging .btn-next:after {
    width: 20px;
    height: 20px;
  }
  .inspection .section .inspection-box .rec-box .btn-bottom .btn-set .btn-round {
    font-size: 18px;
    border-width: 2px;
    height: 40px;
    margin: 0 5px;
  }
}

.main {
  width: 100%;
  min-width: 1260px;
  padding: 0 30px;
  box-sizing: border-box;
}

.main .top-section {
  display: flex;
  border-radius: 40px;
  background: #001224;
}

.main .top-section .top-box {
  display: flex;
  position: relative;
  width: 50%;
  padding: 35px;
  box-sizing: border-box;
}

.main .top-section .top-box:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: calc(100% - 80px);
  background: #1d3458;
}

.main .top-section .top-box:first-child::before {
  content: none;
}

.main .top-section .top-box .info-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.main .top-section .top-box .info-area .graph-box {
  width: 170px;
  height: 170px;
  text-align: center;
}

.main .top-section .top-box .info-area .graph-box .graph {
  position: relative;
}

.main .top-section .top-box .info-area .graph-box .graph .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  line-height: 1.1;
}

.main .top-section .top-box .info-area .graph-box .graph canvas {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.main .top-section .top-box .info-area .legend {
  margin-left: 30px;
}

.main .top-section .top-box .info-area .legend .txt {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

.main .top-section .top-box .info-area .legend .txt:first-child {
  margin-top: 0;
}

.main .top-section .top-box .info-area .legend .txt strong {
  font-weight: 600;
}

.main .top-section .top-box .info-area .legend .txt::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%;
}

.main .top-section .top-box .info-area .legend .txt.comp::before {
  background: #41d0b7;
}

.main .top-section .top-box .info-area .legend .txt.ing::before {
  background: #5193ff;
}

.main .top-section .top-box .info-graph {
  width: 100%;
}

.main .top-section .top-box .info-graph .graph-box {
  margin-top: 50px;
}

.main .top-section .top-box .info-graph .graph-box:first-child {
  margin-top: 0;
}

.main .top-section .top-box .info-graph .graph-box .bar-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.main .top-section .top-box .info-graph .graph-box .bar-title::before {
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.main .top-section .top-box .info-graph .graph-box .bar-title.time::before {
  background: url("../images/icon/ico_time.png") no-repeat 0 0;
  background-size: 100%;
}

.main .top-section .top-box .info-graph .graph-box .bar-title.list::before {
  background: url("../images/icon/ico_list.png") no-repeat 0 0;
  background-size: 100%;
}

.main .top-section .top-box .info-graph .graph-box .bar-area {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set {
  width: calc(100% - 100px);
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar {
  position: relative;
  height: 30px;
  background: #26292c;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar::after {
  content: '';
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 1px;
  height: 15px;
  background: #355fa3;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar .bal {
  position: absolute;
  right: 0;
  bottom: -45px;
  border: 1px dashed #355fa3;
  transform: translateX(50%);
  min-width: 170px;
  padding: 3px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar .bal .per {
  font-size: 16px;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar .dot {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #51ffdc;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set1 .bar {
  background: #355fa3;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set1 .bar .bal {
  border-color: #355fa3;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set1 .bar .bal .per {
  color: #5193ff;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set1 .bar .dot {
  background: #5a8de0;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set2 .bar {
  background: #1c7d6a;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set2 .bar .bal {
  border-color: #2e9a84;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set2 .bar .bal .per {
  color: #51ffdc;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar.set2 .bar .dot {
  background: #51ffdc;
}

.main .top-section .top-box .info-graph .graph-box .bar-area .bar-cmt {
  position: relative;
  width: 100px;
  padding-left: 20px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  color: #646a71;
}

.main .top-section .top-box .info-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main .top-section .top-box .info-list li {
  width: 30%;
  text-align: center;
}

.main .top-section .top-box .info-list li .tit {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.main .top-section .top-box .info-list li .box {
  width: 100%;
  padding: 30px 20px;
  margin-top: 15px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #0d1e2f;
}

.main .top-section .top-box .info-list li .box .num {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.main .top-section .top-box .info-list li .box .time {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #3d4b59;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.main .top-section .top-box .info-list li .box .time .per {
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #8f959e;
}

.main .cont-section {
  width: 100%;
  margin: 20px 0;
  border-radius: 40px;
  box-sizing: border-box;
  background: #fff;
}

.main .cont-section .cont-top {
  padding: 30px 40px 0;
}

.main .cont-section .cont-top:after {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  content: '';
  height: 1px;
  background: #c3c7cd;
}

.main .cont-section .cont-top .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .cont-section .cont-top .title-set .title {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.main .cont-section .detail-info-area {
  width: 100%;
  padding: 30px 40px;
  box-sizing: border-box;
}

.main .btn-view {
  position: relative;
  padding: 5px 10px 5px 45px;
  font-weight: 600;
  font-size: 16px;
  color: #5193ff;
}

.main .btn-view:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../../assets/images/icon/ico_plus.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1600px) {
  .main .top-section .top-box {
    padding: 30px;
  }
  .main .top-section .top-box .info-area .graph-box .graph .txt {
    font-size: 17px;
  }
  .main .top-section .top-box .info-area .legend {
    margin-left: 30px;
  }
  .main .top-section .top-box .info-area .legend .txt {
    font-size: 16px;
  }
  .main .top-section .top-box .info-area .legend .txt::before {
    width: 8px;
    height: 8px;
  }
  .main .top-section .top-box .info-graph .graph-box {
    margin-top: 50px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-title {
    font-size: 16px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-title::before {
    width: 20px;
    height: 20px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-area .bar-set {
    width: calc(100% - 90px);
  }
  .main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar {
    height: 25px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar {
    height: 25px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar .bal {
    bottom: -40px;
    min-width: 140px;
    border-radius: 8px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar .bal .per {
    font-size: 14px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-area .bar-set .graph-bar .bar .dot {
    right: -12.5px;
    width: 25px;
    height: 25px;
  }
  .main .top-section .top-box .info-graph .graph-box .bar-area .bar-cmt {
    width: 90px;
    padding-left: 15px;
    font-size: 14px;
  }
  .main .top-section .top-box .info-list li .tit {
    font-size: 16px;
  }
  .main .top-section .top-box .info-list li .box {
    padding: 20px 15px;
    border-radius: 15px;
  }
  .main .top-section .top-box .info-list li .box .num,
  .main .top-section .top-box .info-list li .box .time {
    font-size: 18px;
  }
  .main .top-section .top-box .info-list li .box .num .per,
  .main .top-section .top-box .info-list li .box .time .per {
    font-size: 18px;
  }
}

@media all and (max-width: 1400px) {
  .main .cont-section .cont-top {
    padding: 30px 30px 0;
  }
  .main .cont-section .detail-info-area {
    padding: 30px;
  }
}

.status {
  padding: 40px;
  box-sizing: border-box;
}

.status .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.status .section .tab-area {
  position: relative;
  padding: 35px 0 0;
}

.status .section .tab-area .srch-area {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  align-items: center;
}

.status .section .tab-area .srch-area .srch-set {
  display: flex;
  align-items: center;
  width: 520px;
  height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #edf1f8;
  border-radius: 20px;
}

.status .section .tab-area .srch-area .srch-set .inp {
  width: calc(100% - 50px);
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 18px;
  color: #8f959e;
}

.status .section .tab-area .srch-area .srch-set .btn-srch {
  width: 30px;
  height: 30px;
  background: url("../../assets/images/btn/btn-srch.png") no-repeat 0 0;
  background-size: 100%;
}

.status .section .tab-area .srch-area .srch-set .btn-reset {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("../../assets/images/btn/btn_inp_reset.png") no-repeat 0 0;
  background-size: 100%;
}

.status .section .tab-area .srch-area .srch-set.act .btn-reset {
  display: block;
}

.status .section .tab-content .cont {
  display: none;
}

.status .section .tab-content .inner-box {
  padding: 30px;
  box-sizing: border-box;
}

.status .section .btn-area {
  margin: 20px 0;
  text-align: center;
}

.status .section .btn-area .btn-more {
  position: relative;
  height: 36px;
  line-height: 30px;
  padding: 0 15px 0 30px;
  box-sizing: border-box;
  border: 3px solid #5193ff;
  border-radius: 18px;
  font-weight: 600;
  font-size: 16px;
  color: #5193ff;
}

.status .section .btn-area .btn-more::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  width: 17px;
  height: 3px;
  background: url("../../assets/images/btn/more.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1600px) {
  .status {
    padding: 30px;
  }
  .status .section {
    border-radius: 30px;
  }
  .status .section .tab-area {
    padding: 20px 0 0;
  }
  .status .section .tab-area .srch-area {
    right: 18px;
    top: 18px;
  }
  .status .section .tab-area .srch-area .srch-set {
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
  }
  .status .section .tab-area .srch-area .srch-set .inp {
    font-size: 16px;
  }
  .status .section .tab-area .srch-area .srch-set .btn-srch {
    width: 25px;
    height: 25px;
  }
  .status .section .tab-area .srch-area .srch-set .btn-reset {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .status .section .cont-top {
    padding: 25px 30px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 90px;
    font-size: 16px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 15px;
    margin-right: 10px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 90px);
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
    width: calc(130px - 10px);
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .datepicker {
    font-size: 14px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .ui-datepicker-trigger {
    width: 18px;
    height: 18px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set {
    margin-left: 5px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set input[type="checkbox"] + label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 15px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
    margin-left: 10px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 14px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -22px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    padding: 0 10px;
    height: 40px;
    margin-left: 5px;
    font-size: 13px;
  }
}

@media all and (max-width: 1400px) {
  .status {
    padding: 20px;
  }
  .status .section {
    border-radius: 25px;
  }
  .status .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .status .section .tab-area .srch-area {
    right: 10px;
    top: 10px;
  }
  .status .section .cont-top {
    padding: 20px 25px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 70px;
    font-size: 14px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 12px;
    margin-right: 5px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 70px);
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
    width: calc(120px - 10px);
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .datepicker {
    height: 35px;
    font-size: 12px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .ui-datepicker-trigger {
    width: 16px;
    height: 16px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 13px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
  }
  .status .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    height: 35px;
    font-size: 12px;
  }
}

.status-detail {
  margin-bottom: 50px;
  padding: 0 30px;
  box-sizing: border-box;
}

.status-detail .section {
  display: flex;
  margin-top: 20px;
  box-sizing: border-box;
  justify-content: space-between;
}

.status-detail .section:first-child {
  margin-top: 0;
}

.status-detail .section .cont-top {
  width: 100%;
  margin-top: 40px;
}

.status-detail .section .cont-top:first-child {
  margin-top: 0;
}

.status-detail .section .cont-top:after {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  content: '';
  height: 1px;
  background: #1d3458;
}

.status-detail .section .cont-top .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status-detail .section .cont-top .title-set .title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.status-detail .section .data-box {
  width: calc(50% - 10px);
  padding: 30px 40px 40px;
  box-sizing: border-box;
  border-radius: 40px;
  background: #001224;
  overflow: hidden;
}

.status-detail .section .data-box .detail-info-area {
  padding-top: 30px;
  box-sizing: border-box;
}

.status-detail .section .data-box .detail-info-area .info-txt {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
  justify-content: flex-end;
}

.status-detail .section .data-box .detail-info-area .info-txt li {
  margin-left: 30px;
  font-size: 16px;
  font-weight: 600;
}

.status-detail .section .data-box .detail-info-area .info-txt li:first-child {
  margin-left: 0;
}

.status-detail .section .data-box .detail-info-area .info-txt li::before {
  content: '';
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  height: 5px;
  margin-right: 4px;
  border-radius: 2px;
}

.status-detail .section .data-box .detail-info-area .info-txt li.fc1 {
  color: #7251ff;
}

.status-detail .section .data-box .detail-info-area .info-txt li.fc1::before {
  background: #7251ff;
}

.status-detail .section .data-box .detail-info-area .info-txt li.fc2 {
  color: #51ffdc;
}

.status-detail .section .data-box .detail-info-area .info-txt li.fc2::before {
  background: #51ffdc;
}

.status-detail .section .data-box .detail-info-area .info-graph {
  width: 100%;
  box-sizing: border-box;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area {
  width: 80%;
  padding: 60px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set {
  width: 100%;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar {
  position: relative;
  height: 30px;
  background: #26292c;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  background: #355fa3;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar::after {
  content: '';
  position: absolute;
  top: -12px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #5a8de0;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .bal {
  position: absolute;
  right: 0;
  top: -62px;
  border: 1px dashed #5a8de0;
  transform: translateX(50%);
  padding: 3px 15px;
  white-space: nowrap;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .bal .per {
  font-size: 15px;
  color: #5a8de0;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .bal .per strong {
  display: block;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .bal .per em {
  font-style: normal;
  color: #646a71;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .dot {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5a8de0;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-cmt-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-cmt-set .bar-cmt {
  position: relative;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  color: #646a71;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-cmt-set .bar-cmt.end .pt {
  line-height: 1.2;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-cmt-set .bar-cmt.end .pt span {
  font-weight: 500;
  line-height: 1;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set2 .bar-set .graph-bar .bar {
  background: #402c92;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set2 .bar-set .graph-bar .bar::after {
  background: #355fa3;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set2 .bar-set .graph-bar .bar .bal {
  border-color: #7251ff;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set2 .bar-set .graph-bar .bar .bal .per {
  color: #7251ff;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set2 .bar-set .graph-bar .bar .dot {
  background: #7251ff;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set3 .bar-set .graph-bar .bar {
  background: #1c7d6a;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set3 .bar-set .graph-bar .bar::after {
  top: initial;
  top: -12px;
  background: #355fa3;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set3 .bar-set .graph-bar .bar .bal {
  top: initial;
  top: -62px;
  border-color: #51ffdc;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set3 .bar-set .graph-bar .bar .bal .per {
  color: #51ffdc;
}

.status-detail .section .data-box .detail-info-area .info-graph .bar-area.set3 .bar-set .graph-bar .bar .dot {
  background: #51ffdc;
}

.status-detail .section .data-box .detail-info-area .info-box {
  width: 100%;
  margin-top: 10px;
  padding: 25px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #0d1e2f;
}

.status-detail .section .data-box .detail-info-area .info-box table th,
.status-detail .section .data-box .detail-info-area .info-box table td {
  background: #0d1e2f;
  border-color: #3d4b59;
  color: #fff;
}

.status-detail .section .data-box .detail-info-area .info-box table th strong,
.status-detail .section .data-box .detail-info-area .info-box table td strong {
  color: #fff;
}

.status-detail .section .data-box .detail-info-area .info-box table th span,
.status-detail .section .data-box .detail-info-area .info-box table td span {
  color: #b9bcbe;
}

.status-detail .section .data-box .detail-info-area .info-box table th.fc1,
.status-detail .section .data-box .detail-info-area .info-box table td.fc1 {
  color: #41d0b7;
}

.status-detail .section .data-box .detail-info-area .info-box table th.fc2,
.status-detail .section .data-box .detail-info-area .info-box table td.fc2 {
  color: #7251ff;
}

.status-detail .section .data-box .detail-info-area .info-box table th.fc3,
.status-detail .section .data-box .detail-info-area .info-box table td.fc3 {
  color: #ffa340;
}

.status-detail .section .data-box .detail-info-area .info-box .title {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  letter-spacing: -1px;
}

.status-detail .section .wht-box {
  width: calc(50% - 10px);
  padding: 30px 40px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 40px;
}

.status-detail .section .wht-box:first-child {
  width: calc(50% - 10px);
}

.status-detail .section .wht-box .cont-top::after {
  background: #d6d6d7;
}

.status-detail .section .wht-box .cont-top .title-set .title {
  color: #333;
}

.status-detail .section .wht-box .detail-info-area {
  padding-top: 30px;
  box-sizing: border-box;
}

.status-detail .section .wht-box .detail-info-area .info-title {
  font-size: 28px;
  font-weight: 500;
}

.status-detail .section .wht-box .detail-info-area .info-title strong {
  font-weight: 600;
  color: #5193ff;
}

.status-detail .section .wht-box .detail-info-area .info-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 30px;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #edf1f8;
}

.status-detail .section .wht-box .detail-info-area .info-box .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.status-detail .section .wht-box .detail-info-area .info-box .box {
  float: left;
  width: calc(33.3333% - 20px);
  margin-left: 30px;
  padding: 40px 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: #f6f8fc;
  text-align: center;
}

.status-detail .section .wht-box .detail-info-area .info-box .box .cmt {
  display: inline-flex;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
}

.status-detail .section .wht-box .detail-info-area .info-box .box .cmt::before {
  content: '';
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-right: 6px;
}

.status-detail .section .wht-box .detail-info-area .info-box .box .cmt.time::before {
  height: 20px;
  background: url("../../assets/images/icon/ico_time.png") no-repeat 0 0;
  background-size: 100%;
}

.status-detail .section .wht-box .detail-info-area .info-box .box .cmt.count::before {
  height: 20px;
  background: url("../../assets/images/icon/ico_list.png") no-repeat 0 0;
  background-size: 100%;
}

.status-detail .section .wht-box .detail-info-area .info-box .box .cmt.return::before {
  width: 14px;
  height: 14px;
  background: url("../../assets/images/icon/ico_return.png") no-repeat 0 0;
  background-size: 100%;
}

.status-detail .section .wht-box .detail-info-area .info-box .box .num {
  font-size: 28px;
  font-weight: 500;
  color: #646a71;
  line-height: 1;
}

.status-detail .section .wht-box .detail-info-area .info-box .box .num strong {
  color: #333;
}

.status-detail .section .wht-box .detail-info-area .info-box.speaker .box {
  padding: 100px 0;
}

.status-detail .section .wht-box .detail-info-area .remove-btn {
  margin-top: 40px;
  font-size: 28px;
}

.status-detail .section .wht-box .detail-info-area .remove-btn .btn-red {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #ff6060;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #001224;
  line-height: 36px;
}

.status-detail .section .wht-box .detail-info-area .remove-btn .btn-red:hover {
  background: #ff9696;
}

.status-detail .section .btn-view {
  position: relative;
  padding: 5px 10px 5px 45px;
  font-weight: 600;
  font-size: 16px;
  color: #5193ff;
}

.status-detail .section .btn-view:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../../assets/images/icon/ico_plus.png") no-repeat 0 0;
  background-size: 100%;
}

.status-detail .section.sec2 .data-box .detail-info-area .info-box {
  margin-top: 80px;
}

.status-detail .btn-area {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

@media all and (max-width: 1600px) {
  .status-detail .section .cont-top {
    margin-top: 30px;
  }
  .status-detail .section .data-box .detail-info-area {
    padding-top: 20px;
  }
  .status-detail .section .data-box .detail-info-area .info-txt {
    margin-bottom: 40px;
  }
  .status-detail .section .data-box .detail-info-area .info-txt li {
    font-size: 14px;
  }
  .status-detail .section .data-box .detail-info-area .info-txt li::before {
    height: 4px;
  }
  .status-detail .section .data-box .detail-info-area .info-graph .bar-area {
    padding: 60px 0;
  }
  .status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar {
    height: 25px;
  }
  .status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar {
    height: 25px;
  }
  .status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .bal {
    top: -56px;
    border-radius: 8px;
    padding: 3px 10px;
  }
  .status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .bal .per {
    font-size: 13px;
  }
  .status-detail .section .data-box .detail-info-area .info-graph .bar-area .bar-set .graph-bar .bar .dot {
    right: -12.5px;
    width: 25px;
    height: 25px;
  }
  .status-detail .section .data-box .detail-info-area .info-box {
    padding: 15px 30px;
  }
  .status-detail .section .wht-box .detail-info-area {
    padding-top: 20px;
  }
  .status-detail .section .wht-box .detail-info-area .info-title {
    font-size: 24px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box {
    margin-top: 20px;
    padding: 25px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .box {
    width: calc(33.3333% - 14px);
    margin-left: 20px;
    padding: 30px 0;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .box .cmt {
    margin-bottom: 25px;
    font-size: 17px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .box .cmt::before {
    display: inline-block;
    width: 16px;
    vertical-align: top;
    margin-right: 4px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .box .cmt.time::before {
    height: 15px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .box .cmt.count::before {
    height: 15px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .box .cmt.return::before {
    width: 12px;
    height: 12px;
  }
  .status-detail .section .wht-box .detail-info-area .info-box .box .num {
    font-size: 24px;
  }
  .status-detail .section .wht-box .detail-info-area .remove-btn {
    margin-top: 30px;
    font-size: 24px;
  }
  .status-detail .section .wht-box .detail-info-area .remove-btn .btn-red {
    height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 30px;
  }
  .status-detail .section.sec2 .data-box .detail-info-area .info-box {
    margin-top: 30px;
  }
}

@media all and (max-width: 1400px) {
  .status-detail .section {
    margin-top: 15px;
  }
  .status-detail .section .data-box {
    width: calc(50% - 7px);
    padding: 30px;
  }
  .status-detail .section .wht-box {
    width: calc(50% - 7px);
    padding: 30px;
  }
}

.status-detail-info {
  padding: 30px;
  box-sizing: border-box;
}

.status-detail-info .section {
  border-radius: 40px;
  box-sizing: border-box;
  background: #fff;
}

.status-detail-info .section .cont-top {
  padding: 30px 40px;
}

.status-detail-info .section .cont-top .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.status-detail-info .section .cont-top .title-set .title-area {
  display: flex;
}

.status-detail-info .section .cont-top .title-set .title-area .title {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.status-detail-info .section .cont-top .title-set .title-area .sub-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-left: 20px;
}

.status-detail-info .section .cont-top .title-set .title-area .sub-title:before {
  content: '|';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
  color: #8f959e;
}

.status-detail-info .section .cont-top .title-set .title-area .sub-title .tit {
  font-size: 24px;
  color: #333;
}

.status-detail-info .section .cont-top .title-set .title-area .sub-title .tit strong {
  font-weight: 600;
  color: #5193ff;
}

.status-detail-info .section .cont-top .title-set .srch-area {
  display: flex;
}

.status-detail-info .section .cont-top .title-set .srch-area .slct-item {
  width: 250px;
  margin-right: 8px;
}

.status-detail-info .section .cont-top .title-set .srch-area .inp-set {
  width: 350px;
  margin-right: 10px;
}

.status-detail-info .section .cont-top .title-set .srch-area .inp-set .inp {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 0;
  background: #edf1f8;
  border-radius: 20px;
  font-size: 18px;
  color: #333;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set {
  position: relative;
  display: flex;
  align-items: center;
  width: 400px;
  height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #edf1f8;
  border-radius: 20px;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .inp {
  width: calc(100% - 50px);
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 18px;
  color: #8f959e;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .btn-srch {
  width: 30px;
  height: 30px;
  background: url("../../assets/images/btn/btn-srch.png") no-repeat 0 0;
  background-size: 100%;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .btn-reset {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("../../assets/images/btn/btn_inp_reset.png") no-repeat 0 0;
  background-size: 100%;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set.act .btn-reset {
  display: block;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .auto-box {
  display: none;
  position: absolute;
  z-index: 5;
  top: 65px;
  left: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .auto-box.act {
  display: block;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .auto-box .auto-list {
  max-height: 200px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .auto-box .auto-list li .auto-btn {
  width: 100%;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.status-detail-info .section .cont-top .title-set .srch-area .srch-set .auto-box .auto-list li .auto-btn:hover {
  background: #edf1f8;
}

.status-detail-info .section .cont-top .sort-area {
  margin-top: 30px;
}

.status-detail-info .section .cont-top .sort-area .dvs {
  display: flex;
  align-items: center;
  border-top: 1px solid #d6d6d7;
  padding: 15px 0;
}

.status-detail-info .section .cont-top .sort-area .dvs:first-child {
  border-top: 0;
}

.status-detail-info .section .cont-top .sort-area .dvs .sort-set {
  display: flex;
  align-items: center;
  width: 40%;
}

.status-detail-info .section .cont-top .sort-area .dvs .sort-set:nth-child(3) {
  width: 20%;
}

.status-detail-info .section .cont-top .sort-area .dvs .sort-set .cmt {
  display: flex;
  align-items: center;
  width: 110px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.status-detail-info .section .cont-top .sort-area .dvs .sort-set .cmt:before {
  content: '';
  display: block;
  width: 6px;
  height: 18px;
  margin-right: 15px;
  border-radius: 2px;
  background: #5b6571;
}

.status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
  flex-wrap: wrap;
}

.status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set {
  flex-wrap: wrap;
  margin: 5px 5px 0 0;
}

.status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
  margin-left: 20px;
}

@media all and (max-width: 1600px) {
  .status-detail-info .section {
    border-radius: 30px;
  }
  .status-detail-info .section .cont-top {
    padding: 20px;
  }
  .status-detail-info .section .cont-top .title-set .srch-area .slct-item {
    width: 200px;
  }
  .status-detail-info .section .cont-top .title-set .srch-area .inp-set {
    width: 250px;
  }
  .status-detail-info .section .cont-top .title-set .srch-area .inp-set .inp {
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
    font-size: 16px;
  }
  .status-detail-info .section .cont-top .title-set .srch-area .srch-set {
    width: 300px;
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
  }
  .status-detail-info .section .cont-top .title-set .srch-area .srch-set .inp {
    width: calc(100% - 25px);
    font-size: 16px;
  }
  .status-detail-info .section .cont-top .title-set .srch-area .srch-set .btn-srch {
    width: 25px;
    height: 25px;
  }
  .status-detail-info .section .cont-top .title-set .srch-area .srch-set .auto-box {
    top: 55px;
    border-radius: 15px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 90px;
    font-size: 16px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 15px;
    margin-right: 10px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 90px);
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
    width: calc(130px - 10px);
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .datepicker {
    font-size: 14px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .ui-datepicker-trigger {
    width: 18px;
    height: 18px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set input[type="checkbox"] + label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 15px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
    margin-left: 10px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 14px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -22px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    padding: 0 10px;
    height: 40px;
    margin-left: 5px;
    font-size: 13px;
  }
}

@media all and (max-width: 1400px) {
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 70px;
    font-size: 14px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 12px;
    margin-right: 5px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 70px);
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal {
    width: calc(120px - 10px);
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .datepicker {
    height: 35px;
    font-size: 12px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .calendar.range .cal .ui-datepicker-trigger {
    width: 16px;
    height: 16px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 13px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
  }
  .status-detail-info .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    height: 35px;
    font-size: 12px;
  }
}

.user {
  padding: 30px;
  box-sizing: border-box;
}

.user .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.user .section .tab-area {
  position: relative;
  padding: 35px 0 0;
}

.user .section .tab-area .srch-area {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  align-items: center;
}

.user .section .tab-area .srch-area .slct-item {
  width: 250px;
  margin-right: 8px;
}

.user .section .tab-area .srch-area .srch-set {
  position: relative;
  display: flex;
  align-items: center;
  width: 520px;
  height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #edf1f8;
  border-radius: 20px;
}

.user .section .tab-area .srch-area .srch-set .inp {
  width: calc(100% - 50px);
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 18px;
  color: #8f959e;
}

.user .section .tab-area .srch-area .srch-set .btn-srch {
  width: 30px;
  height: 30px;
  background: url("../../assets/images/btn/btn-srch.png") no-repeat 0 0;
  background-size: 100%;
}

.user .section .tab-area .srch-area .srch-set .btn-reset {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("../../assets/images/btn/btn_inp_reset.png") no-repeat 0 0;
  background-size: 100%;
}

.user .section .tab-area .srch-area .srch-set .auto-box {
  display: none;
  position: absolute;
  z-index: 5;
  top: 65px;
  left: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.user .section .tab-area .srch-area .srch-set .auto-box.act {
  display: block;
}

.user .section .tab-area .srch-area .srch-set .auto-box .auto-list {
  max-height: 200px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
}

.user .section .tab-area .srch-area .srch-set .auto-box .auto-list li .auto-btn {
  width: 100%;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.user .section .tab-area .srch-area .srch-set .auto-box .auto-list li .auto-btn:hover {
  background: #edf1f8;
}

.user .section .tab-area .srch-area .srch-set.act .btn-reset {
  display: block;
}

.user .section .tab-area .srch-area .btn-rac {
  height: 50px;
  margin-left: 10px;
}

.user .section .tab-content {
  margin-bottom: 40px;
}

.user .section .tab-content .cont {
  display: none;
}

.user .section .cont-top {
  padding: 30px 40px;
}

.user .section .cont-top .sort-area .dvs {
  display: flex;
  align-items: center;
  border-top: 1px solid #d6d6d7;
  padding: 15px 0;
}

.user .section .cont-top .sort-area .dvs:first-child {
  border-top: 0;
}

.user .section .cont-top .sort-area .dvs .sort-set {
  display: flex;
  align-items: center;
  width: 40%;
}

.user .section .cont-top .sort-area .dvs .sort-set:nth-child(3) {
  width: 20%;
}

.user .section .cont-top .sort-area .dvs .sort-set .cmt {
  display: flex;
  align-items: center;
  width: 110px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.user .section .cont-top .sort-area .dvs .sort-set .cmt:before {
  content: '';
  display: block;
  width: 6px;
  height: 18px;
  margin-right: 15px;
  border-radius: 2px;
  background: #5b6571;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set {
  display: flex;
  align-items: center;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item {
  width: 250px;
  height: 45px;
  border-radius: 6px;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container * {
  font-size: 15px;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container .selectboxit {
  height: 45px;
  padding: 0 10px;
  line-height: 43px;
  border-radius: 8px;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container .selectboxit-options {
  border-radius: 8px;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list {
  top: 48px !important;
  padding: 10px 0;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  font-size: 15px;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .form-set {
  display: flex;
  align-items: center;
  width: calc(140px - 10px);
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .form-set .inp {
  width: 100%;
  height: 45px;
  margin-right: 5px;
  padding: 0 10px;
  border: 1px solid #a5aab1;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .dash {
  margin: 0 8px;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
  margin-left: 10px;
}

.user .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
  margin-left: 10px;
  font-size: 14px;
}

@media all and (max-width: 1600px) {
  .user .section {
    border-radius: 30px;
  }
  .user .section .tab-area {
    padding: 20px 0 0;
  }
  .user .section .tab-area .srch-area {
    right: 18px;
    top: 18px;
  }
  .user .section .tab-area .srch-area .slct-item {
    width: 200px;
  }
  .user .section .tab-area .srch-area .srch-set {
    width: 400px;
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
  }
  .user .section .tab-area .srch-area .srch-set .inp {
    font-size: 16px;
  }
  .user .section .tab-area .srch-area .srch-set .btn-srch {
    width: 25px;
    height: 25px;
  }
  .user .section .tab-area .srch-area .srch-set .btn-reset {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .user .section .tab-area .srch-area .srch-set .auto-box {
    top: 55px;
    border-radius: 15px;
  }
  .user .section .tab-content {
    margin-bottom: 30px;
  }
  .user .section .cont-top {
    padding: 25px 30px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 90px;
    font-size: 16px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 15px;
    margin-right: 10px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 90px);
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item {
    width: 150px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container * {
    font-size: 14px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    font-size: 14px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .form-set {
    width: calc(130px - 10px);
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .form-set .inp {
    font-size: 14px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set {
    margin-left: 5px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set input[type="checkbox"] + label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 15px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
    margin-left: 10px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 14px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -22px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    padding: 0 10px;
    height: 40px;
    margin-left: 5px;
    font-size: 13px;
  }
}

@media all and (max-width: 1400px) {
  .user .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .user .section .tab-area .srch-area {
    right: 10px;
    top: 10px;
  }
  .user .section .tab-content {
    margin-bottom: 20px;
  }
  .user .section .cont-top {
    padding: 20px 25px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 70px;
    font-size: 14px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 12px;
    margin-right: 5px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 70px);
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item {
    width: 150px;
    height: 35px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container * {
    font-size: 12px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container .selectboxit {
    height: 35px;
    line-height: 33px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list {
    top: 38px !important;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    font-size: 12px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .form-set {
    width: calc(120px - 10px);
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .form-set .inp {
    height: 35px;
    margin-right: 5px;
    padding: 0 10px;
    font-size: 12px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 13px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
  }
  .user .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    height: 35px;
    font-size: 12px;
  }
}

.point {
  padding: 30px;
  box-sizing: border-box;
}

.point .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.point .section .tab-area {
  position: relative;
  padding: 35px 0 0;
}

.point .section .tab-area .srch-area {
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  align-items: center;
}

.point .section .tab-area .srch-area .slct-item {
  width: 250px;
  margin-right: 8px;
}

.point .section .tab-area .srch-area .srch-set {
  position: relative;
  display: flex;
  align-items: center;
  width: 520px;
  height: 60px;
  padding: 0 30px;
  box-sizing: border-box;
  background: #edf1f8;
  border-radius: 20px;
}

.point .section .tab-area .srch-area .srch-set .inp {
  width: calc(100% - 50px);
  border: 0;
  background: none;
  font-weight: 600;
  font-size: 18px;
  color: #8f959e;
}

.point .section .tab-area .srch-area .srch-set .btn-srch {
  width: 30px;
  height: 30px;
  background: url("../../assets/images/btn/btn-srch.png") no-repeat 0 0;
  background-size: 100%;
}

.point .section .tab-area .srch-area .srch-set .btn-reset {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("../../assets/images/btn/btn_inp_reset.png") no-repeat 0 0;
  background-size: 100%;
}

.point .section .tab-area .srch-area .srch-set .auto-box {
  display: none;
  position: absolute;
  z-index: 5;
  top: 65px;
  left: 0;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.point .section .tab-area .srch-area .srch-set .auto-box.act {
  display: block;
}

.point .section .tab-area .srch-area .srch-set .auto-box .auto-list {
  max-height: 200px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  background: #fff;
}

.point .section .tab-area .srch-area .srch-set .auto-box .auto-list li .auto-btn {
  width: 100%;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  text-align: left;
}

.point .section .tab-area .srch-area .srch-set .auto-box .auto-list li .auto-btn:hover {
  background: #edf1f8;
}

.point .section .tab-area .srch-area .srch-set.act .btn-reset {
  display: block;
}

.point .section .tab-area .srch-area .btn-rac {
  height: 50px;
  margin-left: 10px;
}

.point .section .tab-content {
  margin-bottom: 20px;
}

.point .section .tab-content .cont {
  display: none;
}

.point .section .cont-top {
  padding: 30px 40px 0;
}

.point .section .cont-top .sort-area .dvs {
  display: flex;
  align-items: center;
  border-top: 1px solid #d6d6d7;
  padding: 15px 0;
}

.point .section .cont-top .sort-area .dvs:first-child {
  border-top: 0;
}

.point .section .cont-top .sort-area .dvs .sort-set {
  display: flex;
  align-items: center;
  width: 40%;
}

.point .section .cont-top .sort-area .dvs .sort-set:nth-child(3) {
  width: 20%;
}

.point .section .cont-top .sort-area .dvs .sort-set .cmt {
  display: flex;
  align-items: center;
  width: 110px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.point .section .cont-top .sort-area .dvs .sort-set .cmt:before {
  content: '';
  display: block;
  width: 6px;
  height: 18px;
  margin-right: 15px;
  border-radius: 2px;
  background: #5b6571;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set {
  display: flex;
  align-items: center;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item {
  width: 250px;
  height: 45px;
  border-radius: 6px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container * {
  font-size: 15px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container .selectboxit {
  height: 45px;
  padding: 0 10px;
  line-height: 43px;
  border-radius: 8px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container .selectboxit-options {
  border-radius: 8px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list {
  top: 48px !important;
  padding: 10px 0;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  font-size: 15px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .inp-set {
  width: 100%;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .inp-set .inp {
  width: 100%;
  height: 45px;
  margin-right: 5px;
  padding: 0 10px;
  border: 1px solid #a5aab1;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .form-set {
  display: flex;
  align-items: center;
  width: calc(140px - 10px);
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .form-set .inp {
  width: 100%;
  height: 45px;
  margin-right: 5px;
  padding: 0 10px;
  border: 1px solid #a5aab1;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .dash {
  margin: 0 8px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
  margin-left: 10px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
  margin-left: 10px;
  font-size: 14px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area {
  display: flex;
  align-items: center;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"] + label .txt {
  width: auto;
  color: 3333;
  font-size: 16px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"] + label::before {
  flex-shrink: 0;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box {
  display: flex;
  align-items: center;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .form-set {
  width: 70px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .form-set .inp {
  margin: 0;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .ea {
  margin-left: 10px;
  font-weight: 600;
  font-size: 18px;
}

.point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box.ml {
  margin-left: 20px;
}

.point .section .cont-top .sort-area .dvs.w50 .sort-set {
  width: 50%;
}

.point .section .cont-top .sort-area .dvs.w50 .sort-set .cmt {
  width: 200px;
}

.point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set {
  width: calc(100% - 220px);
}

.point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set .inp-set {
  width: 330px;
}

.point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set .slct-item {
  width: 330px;
}

.point .section .cont-top .btn-area {
  text-align: center;
  padding-top: 20px;
  border-top: 1px dashed #d6d6d7;
}

.point .section .cont-top .btn-area .btn-round {
  padding: 0 40px;
  height: 45px;
  font-size: 18px;
}

.point .section .cont-top .info-txt {
  border-top: 1px solid #d6d6d7;
  padding: 15px 0 20px;
}

.point .section .cont-top .info-txt p {
  font-size: 16px;
  color: #646a71;
}

.point .section .table-layout .tb-top {
  margin-bottom: 20px;
}

.point .section .table-layout .tb-top .lft-con .point-info {
  margin-left: 10px;
  font-size: 18px;
}

.point .section .table-layout .tb-top .lft-con .point-info span {
  color: #5193ff;
}

.point .section .table-layout .tb-top .rgt-con {
  display: flex;
}

.point .section .table-layout .tb-top .rgt-con .btn-rac {
  margin-left: 5px;
}

.point .section .table-layout .data-set {
  display: flex;
  align-items: center;
}

.point .section .table-layout .data-set .slct-item {
  width: 250px;
  height: 45px;
  border-radius: 6px;
}

.point .section .table-layout .data-set .slct-item .selectboxit-container * {
  font-size: 15px;
}

.point .section .table-layout .data-set .slct-item .selectboxit-container .selectboxit {
  height: 45px;
  padding: 0 10px;
  line-height: 43px;
  border-radius: 8px;
}

.point .section .table-layout .data-set .slct-item .selectboxit-container .selectboxit-options {
  border-radius: 8px;
}

.point .section .table-layout .data-set .slct-item .selectboxit-list {
  top: 48px !important;
  padding: 10px 0;
}

.point .section .table-layout .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  font-size: 15px;
}

.point .section .table-layout .data-set .btn-rac {
  margin-left: 10px;
  font-size: 16px;
}

.point .section .table-layout .table td .btn-rac {
  height: 40px;
  font-size: 16px;
  background: #5193ff;
}

.point .section .table-layout .table td .btn-rac.pur {
  background: #7251ff;
}

.point .section .table-layout .table td .btn-rac:disabled {
  opacity: 1;
  background: #d6d6d6;
}

@media all and (max-width: 1600px) {
  .point .section {
    border-radius: 30px;
  }
  .point .section .tab-area {
    padding: 20px 0 0;
  }
  .point .section .tab-area .srch-area {
    right: 18px;
    top: 18px;
  }
  .point .section .tab-area .srch-area .slct-item {
    width: 200px;
  }
  .point .section .tab-area .srch-area .srch-set {
    width: 400px;
    height: 50px;
    padding: 0 20px;
    border-radius: 15px;
  }
  .point .section .tab-area .srch-area .srch-set .inp {
    font-size: 16px;
  }
  .point .section .tab-area .srch-area .srch-set .btn-srch {
    width: 25px;
    height: 25px;
  }
  .point .section .tab-area .srch-area .srch-set .btn-reset {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .point .section .tab-area .srch-area .srch-set .auto-box {
    top: 55px;
    border-radius: 15px;
  }
  .point .section .cont-top {
    padding: 25px 30px 0;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 90px;
    font-size: 16px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 15px;
    margin-right: 10px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 90px);
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item {
    width: 150px;
    height: 40px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container .selectboxit {
    height: 40px;
    line-height: 38px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container * {
    font-size: 14px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    font-size: 14px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .inp-set {
    width: 100%;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .inp-set .inp {
    height: 40px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-set {
    width: calc(130px - 10px);
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-set .inp {
    font-size: 14px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set {
    margin-left: 5px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-set input[type="checkbox"] + label {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 15px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box {
    margin-left: 10px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 14px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -22px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    padding: 0 10px;
    height: 40px;
    margin-left: 5px;
    font-size: 13px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"] + label .txt {
    width: auto;
    font-size: 14px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"] + label::before {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"]:checked + label::before {
    background-position: 0 -20px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box {
    display: flex;
    align-items: center;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .form-set {
    width: 60px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .form-set .inp {
    margin: 0;
    height: 35px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .ea {
    margin-left: 10px;
    font-weight: 500;
    font-size: 16px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box.ml {
    margin-left: 20px;
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .cmt {
    width: 160px;
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set {
    width: calc(100% - 180px);
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set .inp-set {
    width: 260px;
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set .slct-item {
    width: 260px;
  }
  .point .section .cont-top .info-txt p {
    font-size: 14px;
  }
  .point .section .table-layout .tb-top .lft-con .point-info {
    font-size: 16px;
  }
  .point .section .table-layout .data-set .slct-item .selectboxit-container * {
    font-size: 14px;
  }
  .point .section .table-layout .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    font-size: 14px;
  }
  .point .section .table-layout .table td .btn-rac {
    height: 35px;
    font-size: 14px;
  }
}

@media all and (max-width: 1400px) {
  .point .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .point .section .tab-area .srch-area {
    right: 10px;
    top: 10px;
  }
  .point .section .cont-top {
    padding: 20px 25px 0;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .cmt {
    width: 70px;
    font-size: 14px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .cmt:before {
    width: 4px;
    height: 12px;
    margin-right: 5px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set {
    width: calc(100% - 70px);
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item {
    width: 150px;
    height: 35px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container * {
    font-size: 12px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-container .selectboxit {
    height: 35px;
    line-height: 33px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list {
    top: 38px !important;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .slct-item .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    font-size: 12px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-set {
    width: calc(120px - 10px);
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-set .inp {
    height: 35px;
    margin-right: 5px;
    padding: 0 10px;
    font-size: 12px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label {
    font-size: 13px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .btn-rac {
    height: 35px;
    font-size: 12px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .calendar .cal .datepicker {
    height: 35px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"] + label .txt {
    width: auto;
    font-size: 13px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"] + label::before {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .rdo-area .rdo-box input[type="radio"]:checked + label::before {
    background-position: 0 -18px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .form-set {
    width: 50px;
    font-size: 14px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .form-set .inp {
    margin: 0;
    height: 35px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box .ea {
    font-weight: 500;
    font-size: 14px;
    margin-left: 5px;
  }
  .point .section .cont-top .sort-area .dvs .sort-set .data-set .form-box.ml {
    margin-left: 20px;
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .cmt {
    width: 130px;
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set {
    width: calc(100% - 140px);
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set .inp-set {
    width: 230px;
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set .inp-set .inp {
    height: 35px;
  }
  .point .section .cont-top .sort-area .dvs.w50 .sort-set .data-set .slct-item {
    width: 230px;
  }
}

.point .password-rac {
  position: relative;
  width: 100%;
  height: calc(100vh - 300px);
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.point .password-rac .pass-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 500px;
  text-align: center;
}

.point .password-rac .pass-box .tit {
  font-weight: 600;
  font-size: 26px;
  color: #333;
}

.point .password-rac .pass-box .tit::before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  background: url("../images/bg/bg_password.png") no-repeat 0 0;
  background-size: 100%;
}

.point .password-rac .pass-box .inp-set {
  width: 100%;
  margin-top: 30px;
}

.point .password-rac .pass-box .inp-set .inp {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #edf1f8;
  border: 0;
  padding: 0 20px;
  font-size: 18px;
}

.point .password-rac .pass-box .inp-set .error-txt {
  width: 100%;
  margin-top: 5px;
  text-align: left;
  font-size: 16px;
}

.point .password-rac .pass-box .btn-rac {
  padding: 0 30px;
  margin-top: 10px;
  background: #5193ff;
  color: #fff;
}

.statistics {
  margin-bottom: 50px;
  padding: 0 30px;
  box-sizing: border-box;
}

.statistics .section {
  display: flex;
  margin-top: 20px;
  box-sizing: border-box;
  justify-content: space-between;
}

.statistics .section:first-child {
  margin-top: 0;
}

.statistics .section .cont-top {
  width: 100%;
  margin-top: 40px;
}

.statistics .section .cont-top:first-child {
  margin-top: 0;
}

.statistics .section .cont-top:after {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  content: '';
  height: 1px;
  background: #1d3458;
}

.statistics .section .cont-top .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.statistics .section .cont-top .title-set .title {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.statistics .section .data-box {
  width: calc(50% - 10px);
  padding: 30px 40px 40px;
  box-sizing: border-box;
  border-radius: 40px;
  background: #001224;
  overflow: hidden;
}

.statistics .section .data-box .detail-info-area {
  padding-top: 30px;
  box-sizing: border-box;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph {
  padding: 80px 0;
  box-sizing: border-box;
  border-top: 1px solid #1d3458;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph:first-child {
  padding-top: 30px;
  border-top: none;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph:last-child {
  padding-bottom: 0;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .title-set {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .title-set .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .title-set .legend {
  display: flex;
  justify-content: flex-end;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .title-set .legend li {
  width: 80px;
  font-weight: 600;
  font-size: 16px;
  color: #7251ff;
  padding-bottom: 10px;
  box-shadow: inset 0 -5px 0 0 rgba(114, 81, 255, 0.6);
  text-align: center;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .title-set .legend li:first-child {
  color: #5193ff;
  box-shadow: inset 0 -5px 0 0 rgba(133, 179, 255, 0.6);
  margin-left: 0;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .graph {
  width: 100%;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .graph canvas {
  width: 100%;
  height: 100%;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .graph.line {
  height: 310px;
}

.statistics .section .data-box .detail-info-area .info-area .info-graph .graph.bar {
  height: 230px;
}

.statistics .section .wht-box {
  width: calc(50% - 10px);
  padding: 30px 40px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 40px;
}

.statistics .section .wht-box:first-child {
  width: calc(50% - 10px);
}

.statistics .section .wht-box .cont-top::after {
  background: #d6d6d7;
}

.statistics .section .wht-box .cont-top .title-set .title {
  color: #333;
}

.statistics .section .wht-box .detail-info-area {
  padding-top: 30px;
  box-sizing: border-box;
}

.statistics .section .wht-box .detail-info-area .info-box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-top: 30px;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #edf1f8;
}

.statistics .section .wht-box .detail-info-area .info-box:first-child {
  margin-top: 20px;
}

.statistics .section .wht-box .detail-info-area .info-box .title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}

.statistics .section .wht-box .detail-info-area .info-box .box {
  float: left;
  width: calc(33.3333% - 20px);
  margin-left: 30px;
  padding: 40px 0;
  border-radius: 10px;
  box-sizing: border-box;
  background: #f6f8fc;
  text-align: center;
}

.statistics .section .wht-box .detail-info-area .info-box .box .cmt {
  display: inline-flex;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
}

.statistics .section .wht-box .detail-info-area .info-box .box .cmt::before {
  content: '';
  display: inline-block;
  width: 20px;
  vertical-align: top;
  margin-right: 6px;
}

.statistics .section .wht-box .detail-info-area .info-box .box .cmt.time::before {
  height: 20px;
  background: url("../../assets/images/icon/ico_time.png") no-repeat 0 0;
  background-size: 100%;
}

.statistics .section .wht-box .detail-info-area .info-box .box .cmt.count::before {
  height: 20px;
  background: url("../../assets/images/icon/ico_list.png") no-repeat 0 0;
  background-size: 100%;
}

.statistics .section .wht-box .detail-info-area .info-box .box .cmt.comp::before {
  width: 17px;
  height: 12px;
  background: url("../../assets/images/icon/ico_tit_chk_blu2.png") no-repeat 0 0;
  background-size: 100%;
}

.statistics .section .wht-box .detail-info-area .info-box .box .num {
  font-size: 28px;
  font-weight: 500;
  color: #646a71;
  line-height: 1;
}

.statistics .section .wht-box .detail-info-area .info-box .box .num strong {
  color: #333;
}

.statistics .section .btn-view {
  position: relative;
  padding: 5px 10px 5px 45px;
  font-weight: 600;
  font-size: 16px;
  color: #5193ff;
}

.statistics .section .btn-view:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url("../../assets/images/icon/ico_plus.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1600px) {
  .statistics .section .cont-top {
    margin-top: 30px;
  }
  .statistics .section .data-box .detail-info-area {
    padding-top: 20px;
  }
  .statistics .section .data-box .detail-info-area .info-area .info-graph {
    padding: 50px 0;
  }
  .statistics .section .data-box .detail-info-area .info-area .info-graph .title-set .title {
    font-size: 20px;
  }
  .statistics .section .data-box .detail-info-area .info-area .info-graph .title-set .legend li {
    width: 60px;
    font-size: 14px;
  }
  .statistics .section .data-box .detail-info-area .info-area .info-graph .graph {
    height: 230px;
  }
  .statistics .section .wht-box .detail-info-area {
    padding-top: 20px;
  }
  .statistics .section .wht-box .detail-info-area .info-box {
    margin-top: 20px;
    padding: 25px;
  }
  .statistics .section .wht-box .detail-info-area .info-box .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .statistics .section .wht-box .detail-info-area .info-box .box {
    width: calc(33.3333% - 14px);
    margin-left: 20px;
    padding: 30px 0;
  }
  .statistics .section .wht-box .detail-info-area .info-box .box .cmt {
    margin-bottom: 25px;
    font-size: 17px;
  }
  .statistics .section .wht-box .detail-info-area .info-box .box .cmt::before {
    display: inline-block;
    width: 16px;
    vertical-align: top;
    margin-right: 4px;
  }
  .statistics .section .wht-box .detail-info-area .info-box .box .cmt.time::before {
    height: 15px;
  }
  .statistics .section .wht-box .detail-info-area .info-box .box .cmt.count::before {
    height: 15px;
  }
  .statistics .section .wht-box .detail-info-area .info-box .box .cmt.comp::before {
    width: 14px;
    height: 10px;
  }
  .statistics .section .wht-box .detail-info-area .info-box .box .num {
    font-size: 24px;
  }
}

@media all and (max-width: 1400px) {
  .statistics .section {
    margin-top: 15px;
  }
  .statistics .section .data-box {
    width: calc(50% - 7px);
    padding: 30px;
  }
  .statistics .section .wht-box {
    width: calc(50% - 7px);
    padding: 30px;
  }
}

.statistics_collect {
  padding: 30px;
  box-sizing: border-box;
}

.statistics_collect .section {
  border-radius: 40px;
  box-sizing: border-box;
  background: #fff;
}

.statistics_collect .section .cont-top {
  padding: 30px 40px;
}

.statistics_collect .section .cont-top .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.statistics_collect .section .cont-top .title-set .title {
  font-weight: 700;
  font-size: 24px;
  color: #333;
}

.statistics_collect .section .cont-top .title-set .title span {
  font-weight: 500;
}

.statistics_collect .section .cont-top .title-set .calendar-area .data-set {
  display: flex;
}

.statistics_collect .section .cont-top .title-set .calendar-area .data-set .calendar .cal .datepicker {
  height: 50px;
}

.statistics_collect .section .cont-top .title-set .calendar-area .data-set .btn-rac {
  height: 50px;
  margin-left: 10px;
}

@media all and (max-width: 1600px) {
  .statistics_collect .section {
    border-radius: 30px;
  }
  .statistics_collect .section .cont-top {
    padding: 20px;
  }
  .statistics_collect .section .cont-top .title-set .calendar-area .data-set .calendar .cal .datepicker {
    height: 40px;
  }
  .statistics_collect .section .cont-top .title-set .calendar-area .data-set .btn-rac {
    height: 40px;
    margin-left: 5px;
  }
}

/*******************************************************************
	00. intro - 로그인 전 페이지
********************************************************************/
.intro {
  width: 100%;
  min-width: 1260px;
  box-sizing: border-box;
}

.intro-top {
  width: 100%;
  height: 390px;
  background: url("../../assets/images/bg/intro_bg_worker.png") no-repeat 50%;
  background-size: cover;
}

.intro-top .cont {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.intro-top .cont .logo {
  width: 160px;
  padding: 15px 0;
}

.intro-top .cont .title-set {
  padding-top: 30px;
  text-align: center;
}

.intro-top .cont .title-set .title {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}

.intro-top .cont .title-set .title-sub {
  margin-top: 30px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.intro-content {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.intro-content .cont {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}

.intro-content .cont .mission-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0;
  margin-top: -60px;
  border-radius: 20px;
  background: #f4f6fb;
  text-align: center;
  box-shadow: 2px 4px 8px 1px rgba(0, 0, 0, 0.1);
}

.intro-content .cont .mission-box .cmt {
  font-weight: 700;
  font-size: 32px;
  color: #5193ff;
}

.intro-content .cont .mission-box .title {
  font-weight: 600;
  font-size: 32px;
  color: #333;
}

.intro-content .cont .mission-box .title:before {
  content: '|';
  margin: 0 15px;
  font-weight: 400;
  font-size: 30px;
  color: #8f959e;
  opacity: 0.4;
}

.intro-content .cont .info-step {
  padding: 60px 20px;
}

.intro-content .cont .info-step .title {
  font-weight: 700;
  font-size: 26px;
  color: #333;
  text-align: center;
}

.intro-content .cont .info-step .title span {
  padding: 0 15px;
  box-shadow: inset 0 -10px 0 0 #cdc2ff;
}

.intro-content .cont .info-step .step-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.intro-content .cont .info-step .step-list li {
  position: relative;
  width: 25%;
  padding: 0 70px;
  box-sizing: border-box;
  text-align: center;
}

.intro-content .cont .info-step .step-list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  right: -25px;
  width: 45px;
  height: 45px;
  background: url("../../assets/images/icon/intro_step_arrow.png") no-repeat 0 0;
  background-size: 100%;
}

.intro-content .cont .info-step .step-list li:last-child:after {
  content: none;
}

.intro-content .cont .info-step .step-list li .num {
  font-weight: 700;
  font-size: 60px;
  color: #a8c9ff;
}

.intro-content .cont .info-step .step-list li .txt-box {
  margin: 10px 0;
  letter-spacing: -1px;
}

.intro-content .cont .info-step .step-list li .txt-box .tit {
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

.intro-content .cont .info-step .step-list li .txt-box .txt {
  overflow: hidden;
  margin-top: 15px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  height: 3.9em;
  line-height: 1.3em;
}

.intro-content .cont .info-step .step-list li .txt-box .txt br {
  display: none;
}

.intro-content .cont .info-step .step-list li .thumb {
  margin: 40px 0 30px;
}

.intro-content .cont .info-step .step-list li .btn-go {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  background: #5193ff;
}

.intro-content .cont .info-step .step-list li .btn-go:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: #5193ff url("../../assets/images/btn/btn_go_arr.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1600px) {
  .intro-top {
    height: 320px;
  }
  .intro-top .cont {
    padding: 0 30px;
  }
  .intro-top .cont .logo {
    width: 140px;
    padding: 10px 0;
  }
  .intro-top .cont .title-set {
    padding-top: 20px;
  }
  .intro-top .cont .title-set .title {
    font-size: 40px;
  }
  .intro-top .cont .title-set .title-sub {
    margin-top: 20px;
    font-size: 20px;
  }
  .intro-content {
    padding-bottom: 70px;
  }
  .intro-content .cont .mission-box {
    padding: 30px 0;
    margin-top: -60px;
    border-radius: 20px;
  }
  .intro-content .cont .mission-box .cmt {
    font-size: 26px;
  }
  .intro-content .cont .mission-box .title {
    font-size: 26px;
  }
  .intro-content .cont .mission-box .title:before {
    margin: 0 15px;
    font-size: 24px;
  }
  .intro-content .cont .info-step {
    padding: 40px 20px;
  }
  .intro-content .cont .info-step .title {
    font-size: 22px;
  }
  .intro-content .cont .info-step .title span {
    padding: 0 10px;
  }
  .intro-content .cont .info-step .step-list {
    margin-top: 40px;
  }
  .intro-content .cont .info-step .step-list li {
    width: 25%;
    padding: 0 50px;
  }
  .intro-content .cont .info-step .step-list li:after {
    top: 130px;
    width: 35px;
    height: 35px;
  }
  .intro-content .cont .info-step .step-list li .num {
    font-size: 50px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .tit {
    font-size: 18px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .txt {
    font-size: 16px;
  }
  .intro-content .cont .info-step .step-list li .thumb {
    margin: 30px 0 20px;
  }
  .intro-content .cont .info-step .step-list li .btn-go {
    width: 200px;
    font-size: 16px;
  }
  .intro-content .cont .info-step .step-list li .btn-go:after {
    width: 18px;
    height: 18px;
  }
}

@media all and (max-width: 1400px) {
  .intro-top {
    height: 280px;
  }
  .intro-top .cont .title-set {
    padding-top: 10px;
  }
  .intro-top .cont .title-set .title {
    font-size: 34px;
  }
  .intro-top .cont .title-set .title-sub {
    margin-top: 15px;
    font-size: 18px;
  }
  .intro-content {
    padding-bottom: 50px;
  }
  .intro-content .cont .mission-box {
    padding: 25px 0;
    margin-top: -40px;
    border-radius: 20px;
  }
  .intro-content .cont .mission-box .cmt {
    font-size: 22px;
  }
  .intro-content .cont .mission-box .title {
    font-size: 22px;
  }
  .intro-content .cont .mission-box .title:before {
    font-size: 20px;
  }
  .intro-content .cont .info-step {
    padding: 30px 20px;
  }
  .intro-content .cont .info-step .title {
    font-size: 20px;
  }
  .intro-content .cont .info-step .step-list {
    margin-top: 30px;
  }
  .intro-content .cont .info-step .step-list li {
    padding: 0 50px;
  }
  .intro-content .cont .info-step .step-list li:after {
    top: 130px;
    width: 35px;
    height: 35px;
  }
  .intro-content .cont .info-step .step-list li .num {
    font-size: 40px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .tit {
    font-size: 16px;
  }
  .intro-content .cont .info-step .step-list li .txt-box .txt {
    font-size: 14px;
  }
  .intro-content .cont .info-step .step-list li .btn-go {
    width: 180px;
    height: 35px;
    font-size: 14px;
  }
  .intro-content .cont .info-step .step-list li .btn-go:after {
    width: 16px;
    height: 16px;
  }
}

/*******************************************************************
	00. 마이페이지
********************************************************************/
.mypage {
  padding: 0 30px 50px;
}

.mypage .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.mypage .section .tab-area {
  padding: 20px 0 0;
}

.mypage .section .tab-content {
  margin-bottom: 40px;
}

.mypage .section .tab-content .cont {
  display: none;
}

.mypage .section .tab-content .cont.member {
  display: inline-block;
  width: 100%;
  padding: 30px 30px 0;
  box-sizing: border-box;
}

.mypage .section .tab-content .cont .box {
  display: flex;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d2d5d8;
  border-radius: 16px;
  box-sizing: border-box;
  margin-top: 20px;
}

.mypage .section .tab-content .cont .box:first-child {
  margin-top: 0;
}

.mypage .section .tab-content .cont .box .title {
  position: relative;
  width: 200px;
  font-weight: 700;
  font-size: 20px;
  color: #333;
  background: #f3f7ff;
}

.mypage .section .tab-content .cont .box .title span {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mypage .section .tab-content .cont .box .box-con {
  width: calc(100% - 200px);
  padding: 0 20px;
  box-sizing: border-box;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #d6d6d7;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li:first-child {
  border-top: 0;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li.necessary .cmt:before {
  content: '*';
  margin-right: 5px;
  color: #ff6060;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .cmt {
  width: 150px;
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set {
  width: calc(100% - 450px);
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none {
  width: calc(100% - 300px);
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area {
  height: 70px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .chk-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .chk-box {
  width: 16.6666666%;
  margin-right: 0;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .txt {
  font-size: 17px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box {
  margin-right: 20px;
  margin-left: 0;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label {
  font-size: 17px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label:before {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"]:checked + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"]:checked + label:before {
  background-position: 0 -24px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label {
  font-size: 17px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label:before {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"]:checked + label:before,
.mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"]:checked + label:before {
  background-position: 0 -24px;
}

.mypage .section .tab-content .cont .box .box-con .chk-list li .error-txt {
  width: 300px;
  font-size: 16px;
  text-align: right;
}

.mypage .section .tab-content-bottom {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.mypage .section .tab-content-bottom > * {
  width: 160px;
  margin-left: 20px;
}

.mypage .section .tab-content-bottom > *:first-child {
  margin-left: 0;
}

.mypage .section .main-title {
  display: flex;
  align-items: center;
  padding: 25px 40px 0;
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.mypage .section .main-title:before {
  content: '';
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_tit_chk_blu.png") no-repeat 0 0;
  background-size: 100%;
}

@media all and (max-width: 1400px) {
  .mypage .section {
    border-radius: 20px;
  }
  .mypage .section .tab-area {
    padding: 15px 0 0 15px;
  }
  .mypage .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .mypage .section .tab-area .tab:hover, .mypage .section .tab-area .tab.act {
    box-shadow: inset 0 -3px 0 0 #5193ff;
  }
  .mypage .section .tab-content .cont.member {
    padding: 25px 25px 0;
  }
  .mypage .section .tab-content .cont .box .title {
    width: 150px;
    font-size: 18px;
  }
  .mypage .section .tab-content .cont .box .box-con {
    width: calc(100% - 150px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .cmt {
    width: 120px;
    font-size: 16px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set {
    width: calc(100% - 340px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none {
    width: calc(100% - 220px);
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area {
    height: 60px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .rdo-area .chk-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set.none .chk-area .chk-box {
    width: 16.6666666%;
    margin-right: 0;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .txt {
    font-size: 15px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box {
    margin-right: 20px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label {
    font-size: 15px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"] + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .rdo-box input[type="radio"]:checked + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .rdo-box input[type="radio"]:checked + label:before {
    background-position: 0 -20px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label {
    font-size: 15px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"] + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"] + label:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .rdo-area .chk-box input[type="checkbox"]:checked + label:before,
  .mypage .section .tab-content .cont .box .box-con .chk-list li .form-set .chk-area .chk-box input[type="checkbox"]:checked + label:before {
    background-position: 0 -20px;
  }
  .mypage .section .tab-content .cont .box .box-con .chk-list li .error-txt {
    width: 220px;
    font-size: 14px;
  }
  .mypage .section .tab-content-bottom > * {
    width: 140px;
    margin-left: 10px;
  }
}

/*******************************************************************
	00. 안내
********************************************************************/
.information {
  padding: 0 30px 50px;
}

.information .section {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  background: #fff;
}

.information .section .tab-area {
  padding: 20px 0 0;
}

.information .section .tab-content .cont {
  display: none;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.information .section .tab-content .cont .dvs {
  margin-top: 30px;
}

.information .section .tab-content .cont .dvs:first-child {
  margin-top: 0;
}

.information .section .tab-content .cont .info-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.information .section .tab-content .cont .info-img-box {
  position: relative;
}

.information .section .tab-content .cont .info-img-box .tooltip {
  position: absolute;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon {
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url("../images/icon/ico_info.png") no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon .bal {
  display: none;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  color: #333;
  border-radius: 10px;
  white-space: nowrap;
  box-shadow: 3px 5px 8px 2px rgba(0, 0, 0, 0.1);
}

.information .section .tab-content .cont .info-img-box .tooltip .icon .bal.rt {
  left: inherit;
  right: 100%;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon:hover {
  background: url("../images/icon/ico_info_ov.png") no-repeat 0 0;
  background-size: 100%;
}

.information .section .tab-content .cont .info-img-box .tooltip .icon:hover .bal {
  display: block;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos1 {
  top: 5.5%;
  left: 18%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos2 {
  top: 22%;
  left: 2%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos3 {
  top: 11.5%;
  left: 82%;
}

.information .section .tab-content .cont .info-img-box .tooltip.pos4 {
  top: 56.5%;
  left: 82%;
}

.information .section .tab-content .cont .box {
  padding: 30px 20px;
  background: #f4f6fb;
  border-radius: 20px;
  margin-top: 20px;
}

.information .section .tab-content .cont .box:first-child {
  margin-top: 0;
}

.information .section .tab-content .cont .box .box-tit {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
}

.information .section .tab-content .cont .box .roll {
  padding-bottom: 30px;
}

.information .section .tab-content .cont .box .roll li {
  width: 500px;
}

.information .section .tab-content .cont .box .caution .dvs {
  margin-top: 20px;
}

.information .section .tab-content .cont .box .caution .dvs:first-child {
  margin-top: 0;
}

.information .section .tab-content .cont .box .caution .dvs .tit {
  font-weight: 600;
  font-size: 22px;
  color: #333;
}

.information .section .tab-content .cont .box .caution .dvs .img-box {
  padding: 20px;
  box-sizing: border-box;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list {
  margin-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin: 2px 0;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit:before {
  content: '-';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list-sub {
  margin: 10px 0 10px 20px;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #6a6b6c;
  line-height: 1.5;
}

.information .section .tab-content .cont .box .caution .dvs .txt-list-sub p:before {
  content: '·';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.information .section .btn-area {
  margin: 0 0 40px;
  text-align: center;
}

.information .section .btn-area .btn-round {
  padding: 0 30px;
}

@media all and (max-width: 1600px) {
  .information .section .tab-content .cont .info-title {
    font-size: 20px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon {
    width: 35px;
    height: 35px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon .bal {
    font-size: 13px;
  }
  .information .section .tab-content .cont .box .box-tit {
    font-size: 18px;
  }
  .information .section .tab-content .cont .box .roll li {
    width: 420px;
  }
  .information .section .tab-content .cont .box .caution .dvs .tit {
    font-size: 20px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
    font-size: 18px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub {
    margin: 10px 0 10px 15px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
    font-size: 16px;
  }
}

@media all and (max-width: 1400px) {
  .information .section {
    border-radius: 30px;
  }
  .information .section .tab-area {
    padding: 15px 0 0 15px;
  }
  .information .section .tab-area .tab {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 20px;
  }
  .information .section .tab-area .tab:hover, .information .section .tab-area .tab.act {
    box-shadow: inset 0 -3px 0 0 #5193ff;
  }
  .information .section .tab-content .cont .info-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon {
    width: 28px;
    height: 28px;
  }
  .information .section .tab-content .cont .info-img-box .tooltip .icon .bal {
    font-size: 12px;
  }
  .information .section .tab-content .cont .box .roll li {
    width: 360px;
  }
  .information .section .tab-content .cont .box .caution .dvs .tit {
    font-size: 18px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list {
    padding-left: 15px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list .c-tit {
    padding-left: 15px;
    font-size: 16px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub {
    margin: 10px 0 10px 10px;
  }
  .information .section .tab-content .cont .box .caution .dvs .txt-list-sub p {
    padding-left: 10px;
    font-size: 14px;
  }
  .information .section .btn-area {
    margin: 0 0 30px;
  }
  .information .section .btn-area .btn-round {
    height: 45px;
    font-size: 18px;
  }
}

/*******************************************************************
	 popup
********************************************************************/
.popup .pop-content .content .pop-info .info-set {
  position: relative;
}

.popup .pop-content .content .pop-info .info-set .title.ico-none::before {
  display: none;
}

.popup .pop-content .content .pop-info .info-set .title.ico-person::before {
  width: 18px;
  height: 21px;
  background: url("../../assets/images/icon/ico_pop_tit_person.png") no-repeat 0 0;
  background-size: 100%;
}

.popup .pop-content .content .pop-info .info-set .title.ico-mission::before {
  width: 18px;
  height: 21px;
  background: url("../../assets/images/icon/ico_pop_tit_mission.png") no-repeat 0 0;
  background-size: 100%;
}

.popup .pop-content .content .pop-info .info-set .title.ico-rate::before {
  width: 14px;
  height: 14px;
  background: url("../../assets/images/icon/ico_pop_tit_rate.png") no-repeat 0 0;
  background-size: 100%;
}

.popup .pop-content .content .pop-info .info-set .title strong {
  margin-left: 4px;
  font-weight: 500;
  color: #5193ff;
}

.popup .pop-content .content .pop-info .info-set .title span {
  margin-left: 4px;
  font-weight: 500;
}

.popup .pop-content .content .pop-info .info-set .title .name::before {
  content: '';
  display: inline-block;
  width: 1px;
  vertical-align: middle;
  height: 20px;
  margin: 0 20px;
  background: #334150;
}

.popup .pop-content .content .pop-info .info-set .title .user-info {
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.popup .pop-content .content .pop-info .info-set .title .user-info span {
  color: #5193ff;
}

.popup .pop-content .content .pop-info .info-set .title .mission-title {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
}

.popup .pop-content .content .pop-info .info-set .title .date {
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 500;
  color: #8f959e;
}

.popup .pop-content .content .pop-info .info-set .title .date span {
  color: #fff;
}

.popup .pop-content .content .pop-info .info-set .title.rgt {
  position: absolute;
  right: 0;
  margin-bottom: 0;
}

.popup .pop-content .content .pop-info .info-set .title button {
  position: absolute;
  right: 0;
}

.popup .pop-btn-bottom .btn-round {
  width: 150px;
  padding: 0;
}

.popup .pop-table-layout {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  background: #0d1e2f;
  border-radius: 20px;
}

.popup .pop-table-layout table {
  table-layout: fixed;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}

.popup .pop-table-layout table th {
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #3d4b59;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.popup .pop-table-layout table td {
  padding: 20px 0;
  box-sizing: border-box;
  border-top: 1px dashed #3d4b59;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.popup .pop-inp {
  height: 60px;
  padding: 0 10px;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #757d88;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 58px;
}

.popup.schedule .schedule-box {
  margin-top: 20px;
}

.popup.schedule .schedule-box .schedule-con {
  display: flex;
  overflow: hidden;
  height: 120px;
  background: #0d1e2f;
  border-radius: 15px;
  font-size: 24px;
  color: #fff;
  align-items: center;
}

.popup.schedule .schedule-box .schedule-con > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup.schedule .schedule-box .schedule-con .cmt {
  width: 30%;
  height: 100%;
  box-sizing: border-box;
  background: linear-gradient(to right, #0f3a44, #152049);
}

.popup.schedule .schedule-box .schedule-con .date {
  width: 70%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
}

.popup.schedule .schedule-box .schedule-con .date .calendar .cal {
  width: 190px;
}

.popup.schedule .schedule-box .schedule-con .date .calendar .cal:first-child {
  width: auto;
}

.popup.schedule .schedule-box .schedule-con .date .calendar .cal .datepicker {
  height: 60px;
  border-color: #6d95d5;
  background: none;
  font-size: 24px;
  color: #fff;
}

.popup.schedule .schedule-box .schedule-con .date .calendar .dash {
  margin: 0 10px;
}

.popup.schedule .schedule-box .arr {
  width: 40px;
  height: 60px;
  margin: 40px auto;
  background: url("../../assets/images/icon/pop_ico_arr2.png") no-repeat 0 0;
  background-size: 100%;
}

.popup.schedule .schedule-box .info-guide {
  margin-top: 10px;
  font-size: 20px;
  color: #ff6060;
}

.popup .mission-box {
  display: flex;
  overflow: hidden;
  border-radius: 20px;
  background: #0d1e2f;
  color: #fff;
  align-items: center;
}

.popup .mission-box li {
  width: 33.333%;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}

.popup .mission-box li::before {
  content: '';
  display: block;
  float: right;
  width: 1px;
  height: 100px;
  border-right: 1px dashed #3d4b59;
}

.popup .mission-box li:last-child::before {
  display: none;
}

.popup .mission-box li.count {
  display: flex;
  min-height: 160px;
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(to right, #0f3a44, #152049);
  align-items: center;
  justify-content: center;
}

.popup .mission-box li.count::before {
  display: none;
}

.popup .mission-box li.rate {
  font-size: 18px;
  line-height: 2;
}

.popup .mission-box li.rate .cmt,
.popup .mission-box li.rate .num {
  font-size: 18px;
}

.popup .mission-box li .cmt {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
}

.popup .mission-box li .cmt::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.popup .mission-box li .cmt.time::before {
  width: 20px;
  height: 20px;
  background: url("../../assets/images/icon/ico_time.png") no-repeat 0 0;
  background-size: 100%;
}

.popup .mission-box li .cmt.voice::before {
  width: 17px;
  height: 17px;
  background: url("../../assets/images/icon/ico_pop_tit_rec2.png") no-repeat 0 0;
  background-size: 100%;
}

.popup .mission-box li .cmt.rate::before {
  width: 14px;
  height: 14px;
  background: url("../../assets/images/icon/ico_pop_tit_rate.png") no-repeat 0 0;
  background-size: 100%;
}

.popup .mission-box li .num {
  font-size: 28px;
  font-weight: 500;
}

.popup.speaker-info .info-set:first-child {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  height: 300px;
}

.popup.speaker-info .info-set .info-area .box {
  overflow: hidden;
  margin-top: 10px;
}

.popup.speaker-info .info-set .info-area .box:first-child {
  margin-top: 0;
}

.popup.speaker-info .info-set .info-area .box .info-box {
  display: table;
  width: 100%;
}

.popup.speaker-info .info-set .info-area .box .info-box .title {
  display: table-cell;
  width: 200px;
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(to right, #0f3a44, #152049);
  text-align: center;
  vertical-align: middle;
}

.popup.speaker-info .info-set .info-area .box .info-box .info {
  display: table-cell;
  width: calc(100% - 200px);
  padding: 10px 40px;
  box-sizing: border-box;
  font-size: 0;
  font-weight: 500;
  color: #fff;
}

.popup.speaker-info .info-set .info-area .box .info-box .info li {
  display: flex;
  padding: 15px 0;
  box-sizing: border-box;
  border-top: 1px dashed #3d4b59;
  align-items: center;
}

.popup.speaker-info .info-set .info-area .box .info-box .info li:first-child {
  border-top: none;
}

.popup.speaker-info .info-set .info-area .box .info-box .info li .tit {
  width: 140px;
  font-size: 18px;
}

.popup.speaker-info .info-set .info-area .box .info-box .info li .txt {
  width: calc(100% - 140px);
  font-size: 22px;
}

.popup.speaker-info .info-set .case-box {
  width: 100%;
  margin-top: 40px;
  padding: 40px 0;
  box-sizing: border-box;
  border-top: 1px solid #1d3458;
  border-bottom: 1px solid #1d3458;
}

.popup.speaker-info .info-set .case-box .cmt {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.popup.speaker-info .info-set .case-box .cmt::before {
  content: '';
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_return.png") no-repeat 0 0;
  background-size: 100%;
}

.popup.speaker-info .info-set .case-box .rdo-area {
  padding-left: 40px;
  box-sizing: border-box;
}

.popup.speaker-info .info-set .case-box .rdo-area .rdo-box {
  margin: 20px 0 0;
}

.popup.speaker-info .info-set .case-box .rdo-area .rdo-box:first-child {
  margin-top: 0;
}

.popup.speaker-info .info-set .case-box .txt-area {
  margin-top: 40px !important;
}

.popup.speaker-info .info-set .case-box .txt-area textarea {
  height: 100px !important;
}

.popup.worker-info .info-set:first-child {
  border-bottom: 1px solid #1d3458;
}

.popup.worker-info .info-set .mission-box li {
  width: 25%;
}

.popup.worker-info .info-set .mission-box li .num {
  font-size: 24px;
}

.popup.editor-info .info-set:first-child {
  border-bottom: 1px solid #1d3458;
}

.popup.last-mission .info-set:first-child {
  border-bottom: 1px solid #1d3458;
}

.popup.mission-add .info-set .pop-table-layout table td.ico-arr {
  background: url("../../assets/images/icon/ico_tb_arr.png") no-repeat 50% 50%;
  background-size: 60px 16px;
}

.popup.mission-add .info-set .pop-table-layout table td .form-set {
  display: flex;
  align-items: center;
}

.popup.mission-add .info-set .pop-table-layout table td .form-set .pop-inp {
  width: 120px;
  margin-right: 10px;
}

/*******************************************************************
	 녹음 페이지
********************************************************************/
.rec-section {
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

.rec-section .title-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}

.rec-section .title-set .title {
  font-weight: 600;
  font-size: 30px;
  color: #333;
}

.rec-section .title-set .etc-info .count-set {
  display: flex;
  align-items: center;
}

.rec-section .title-set .etc-info .count-set .cmt {
  margin-right: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}

.rec-section .title-set .etc-info .count-set .count {
  display: flex;
  align-items: center;
}

.rec-section .title-set .etc-info .count-set .count .num {
  width: 70px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.rec-section .title-set .etc-info .count-set .count .num.current {
  font-weight: 600;
  font-size: 22px;
  background: rgba(81, 147, 255, 0.8);
}

.rec-section .title-set .etc-info .count-set .count .num.total {
  font-size: 18px;
  margin-left: -10px;
  background: rgba(114, 81, 255, 0.8);
  color: #bfb7f2;
}

.rec-section .record-section {
  background: #001224;
  border-radius: 30px;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
}

.rec-section .record-section .record-area {
  padding: 15px 0 40px;
}

.rec-section .record-section .record-area .title {
  overflow: hidden;
  line-height: 1.3em;
  width: 100%;
  height: 3.9em;
  margin: 30px auto;
  width: 60%;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.rec-section .record-section .record-area .title span {
  color: #51ffdc;
}

.rec-section .record-section .record-area .title.comp {
  color: #f8ea06;
}

.rec-section .record-section .record-area .title.comp span {
  color: #51ffdc;
}

.rec-section .record-section .record-area .waveform {
  width: 100%;
  text-align: center;
}

.rec-section .record-section .record-area .waveform .wave {
  position: relative;
  width: 420px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  background: #04192f;
}

.rec-section .record-section .record-area .waveform .wave::before, .rec-section .record-section .record-area .waveform .wave::after {
  content: '';
  z-index: 5;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1e3859;
}

.rec-section .record-section .record-area .waveform .wave::before {
  top: 25%;
}

.rec-section .record-section .record-area .waveform .wave::after {
  top: 75%;
}

.rec-section .record-section .record-area .waveform .wave > div {
  position: relative;
  width: 100%;
  height: 100%;
}

.rec-section .record-section .record-area .waveform .wave img {
  width: auto;
  height: 100%;
}

.rec-section .record-section .record-area .waveform .time {
  margin-top: 10px;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
}

.rec-section .record-section .btn-set {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #1d3458;
  border-bottom: 1px solid #1d3458;
}

.rec-section .record-section .btn-set .con {
  display: flex;
  align-items: center;
  width: 60%;
  margin: 0 auto;
}

.rec-section .record-section .btn-set .con .divition {
  width: 33.3333333%;
  text-align: center;
}

.rec-section .record-section .btn-set .con .divition.lft .btn.preview:before {
  background: url("../../assets/images/btn/rec_preview.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.lft .btn.pause:before {
  background: url("../../assets/images/btn/rec_pause.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.lft .btn.again:before {
  background: url("../../assets/images/btn/rec_again.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.center .btn.start {
  color: #ff6060;
}

.rec-section .record-section .btn-set .con .divition.center .btn.start:before {
  background: url("../../assets/images/btn/rec_start.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.center .btn.comp {
  color: #7251ff;
}

.rec-section .record-section .btn-set .con .divition.center .btn.comp:before {
  background: url("../../assets/images/btn/rec_comp.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.center .btn.re {
  color: #51ffdc;
}

.rec-section .record-section .btn-set .con .divition.center .btn.re:before {
  background: url("../../assets/images/btn/rec_re.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.rgt .btn.inspection:before {
  background: url("../../assets/images/btn/rec_inspection.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
  font-size: 18px;
  color: #fff;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
  background-position: 0 -80px;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:disabled, .rec-section .record-section .btn-set .con .divition.center .btn:disabled, .rec-section .record-section .btn-set .con .divition.rgt .btn:disabled {
  opacity: 0.2;
}

.rec-section .record-section .btn-set .con .divition.lft .btn:disabled:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:disabled:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:disabled:hover:before {
  background-position: 0 0;
}

.rec-section .record-section .info-txt {
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #1d3458;
}

.rec-section .record-section .info-txt .txt {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.rec-section .record-section .info-txt .txt strong {
  font-weight: 400;
}

.rec-section .record-section .info-txt .txt.start strong {
  color: #ff6060;
}

.rec-section .record-section .info-txt .txt.comp strong {
  color: #f8ea06;
}

.rec-section .record-section .info-txt .txt.preview strong {
  color: #5193ff;
}

.rec-section .bottom-set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.rec-section .bottom-set .record-paging {
  display: flex;
  align-items: center;
}

.rec-section .bottom-set .record-paging .btn {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #3e567b;
}

.rec-section .bottom-set .record-paging .btn:first-child {
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.rec-section .bottom-set .record-paging .btn br {
  display: none;
}

.rec-section .bottom-set .record-paging .btn-prev:before {
  content: '';
  display: bloock;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../../assets/images/icon/ico_record_prev.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .bottom-set .record-paging .btn-next:after {
  content: '';
  display: bloock;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url("../../assets/images/icon/ico_record_next.png") no-repeat 0 0;
  background-size: 100%;
}

.rec-section .bottom-set .record-paging .btn:disabled {
  opacity: 0.4;
}

.rec-section .bottom-set .btn-round {
  width: 120px;
  height: 45px;
  font-size: 20px;
}

.rec-section .title-tooltip {
  display: none;
}

@media all and (max-width: 1400px) {
  .rec-section .title-set .title {
    font-size: 26px;
  }
  .rec-section .title-set .etc-info .count-set .cmt {
    margin-right: 15px;
    font-size: 16px;
  }
  .rec-section .title-set .etc-info .count-set .count .num {
    width: 65px;
    height: 35px;
    line-height: 35px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.current {
    font-size: 20px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.total {
    font-size: 16px;
  }
  .rec-section .record-section {
    margin-top: 20px;
  }
  .rec-section .record-section .record-area .category .chip {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }
  .rec-section .record-section .record-area .title {
    font-size: 24px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
    font-size: 16px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
    width: 70px;
    height: 70px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
    background-position: 0 -70px;
  }
  .rec-section .record-section .info-txt .txt {
    font-size: 16px;
  }
  .rec-section .bottom-set .btn-round {
    width: 100px;
    height: 40px;
    font-size: 18px;
  }
}

@media all and (max-width: 1200px) {
  .rec-section .title-set {
    padding: 0 20px;
  }
  .rec-section .title-set .title {
    font-size: 22px;
  }
  .rec-section .title-set .etc-info .count-set .cmt {
    margin-right: 10px;
    font-size: 14px;
  }
  .rec-section .title-set .etc-info .count-set .count .num {
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.current {
    font-size: 18px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.total {
    font-size: 14px;
  }
  .rec-section .record-section .record-area {
    padding: 10px 0 30px;
  }
  .rec-section .record-section .record-area .category .chip {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .rec-section .record-section .record-area .title {
    margin: 20px auto;
    width: 90%;
    font-size: 20px;
  }
  .rec-section .record-section .record-area .waveform .time {
    font-size: 20px;
  }
  .rec-section .record-section .btn-set .con {
    width: 70%;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
    font-size: 14px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
    width: 65px;
    height: 65px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
    background-position: 0 -65px;
  }
  .rec-section .record-section .info-txt .txt {
    font-size: 14px;
  }
  .rec-section .bottom-set .record-paging .btn {
    font-size: 14px;
    margin-left: 15px;
    padding-left: 15px;
  }
  .rec-section .bottom-set .record-paging .btn-prev:before {
    width: 25px;
    height: 25px;
  }
  .rec-section .bottom-set .record-paging .btn-next:after {
    width: 25px;
    height: 25px;
  }
  .rec-section .bottom-set .btn-round {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .rec-section {
    padding: 20px;
  }
  .rec-section .title-set {
    padding: 0;
  }
  .rec-section .title-set .title {
    font-size: 1.125rem;
  }
  .rec-section .title-set .etc-info .count-set .cmt {
    margin-right: 5px;
    font-size: 0.75rem;
  }
  .rec-section .title-set .etc-info .count-set .count .num {
    width: 50px;
    height: 26px;
    line-height: 26px;
  }
  .rec-section .title-set .etc-info .count-set .count .num.current {
    font-size: 1rem;
  }
  .rec-section .title-set .etc-info .count-set .count .num.total {
    font-size: 0.75rem;
  }
  .rec-section .record-section {
    border-radius: 20px;
    margin-top: 15px;
    padding: 15px;
  }
  .rec-section .record-section .record-area {
    padding: 10px 0 20px;
  }
  .rec-section .record-section .record-area .category .chip {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 2px;
    font-size: 0.8125rem;
  }
  .rec-section .record-section .record-area .title {
    line-height: 1.5em;
    height: 4.5em;
    margin: 20px auto;
    width: 100%;
    font-size: 1.125rem;
  }
  .rec-section .record-section .record-area .waveform .wave {
    width: 100%;
  }
  .rec-section .record-section .record-area .waveform .time {
    font-size: 1.125rem;
  }
  .rec-section .record-section .btn-set .con {
    width: 100%;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn, .rec-section .record-section .btn-set .con .divition.center .btn, .rec-section .record-section .btn-set .con .divition.rgt .btn {
    font-size: 0.75rem;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:before, .rec-section .record-section .btn-set .con .divition.center .btn:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:before {
    width: 60px;
    height: 60px;
    margin: 0 auto 5px;
  }
  .rec-section .record-section .btn-set .con .divition.lft .btn:hover:before, .rec-section .record-section .btn-set .con .divition.center .btn:hover:before, .rec-section .record-section .btn-set .con .divition.rgt .btn:hover:before {
    background-position: 0 -60px;
  }
  .rec-section .record-section .info-txt {
    min-height: 50px;
    line-height: 50px;
  }
  .rec-section .record-section .info-txt .txt {
    font-size: 0.75rem;
  }
  .rec-section .bottom-set {
    margin-top: 10px;
  }
  .rec-section .bottom-set .record-paging .btn {
    font-size: 0.75rem;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 1.2;
  }
  .rec-section .bottom-set .record-paging .btn br {
    display: block;
  }
  .rec-section .bottom-set .record-paging .btn-prev:before {
    width: 20px;
    height: 20px;
  }
  .rec-section .bottom-set .record-paging .btn-next:after {
    width: 20px;
    height: 20px;
  }
  .rec-section .bottom-set .btn-round {
    width: 80px;
    min-width: inherit;
    height: 30px;
    font-size: 0.875rem;
  }
  .rec-section .title-tooltip {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    top: 180px;
    overflow: hidden;
    transition: top .6s, height .6s;
    width: 90%;
    height: 0;
    line-height: 1.4em;
    box-sizing: border-box;
    background: rgba(27, 48, 69, 0.98);
    font-size: 1.25rem;
    color: #fff;
    border-radius: 20px;
  }
  .rec-section .title-tooltip span {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 2px solid #28549b;
    box-sizing: border-box;
    border-radius: 20px;
  }
  .rec-section .title-tooltip span strong {
    font-weight: 500;
    color: #51ffdc;
  }
  .rec-section .title-tooltip.on {
    height: 250px;
    opacity: 1;
    top: 60px;
  }
}
/*# sourceMappingURL=admin.css.map */