/*basic-set*/
input[type="text"],
input[type="password"],
textarea {
  -webkit-box-sizing: border-box;
  --moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: auto;
  vertical-align: top;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0 11px;
  border: 1px solid #ededed;
  border-radius: 6px;
  caret-color: #00aaec;
}
input[type="text"]:focus,
input[type="password"]:focus {
  border-color: #00aaec !important;
}
input[type="text"]:read-only:focus,
input[type="password"]:read-only:focus {
  border-color: #ededed !important;
}
input[type="text"].error,
input[type="password"].error {
  border-color: #ed1a3b !important;
}
input[type="text"]:disabled,
input[type="password"]:disabled {
  border-color: #cfcfcf !important;
  background: #ededed !important;
}
input[type="text"]:disabled::-webkit-input-placeholder {
  color: #acacac;
}
input[type="text"]:disabled:-moz-placeholder {
  color: #acacac;
}
input[type="text"]:disabled::-moz-placeholder {
  color: #acacac;
}
input[type="text"]:disabled:-ms-input-placeholder {
  color: #acacac;
}
input[type="password"]:disabled::-webkit-input-placeholder {
  color: #acacac;
}
input[type="password"]:disabled:-moz-placeholder {
  color: #acacac;
}
input[type="password"]:disabled::-moz-placeholder {
  color: #acacac;
}
input[type="password"]:disabled:-ms-input-placeholder {
  color: #acacac;
}
* {
  position: relative;
  word-break: keep-all;
}
#wrap * {
  transition: all ease-in-out 0.3s;
}
.no-transition {
  transition: none !important;
}
.no-transition-under * {
  transition: none !important;
}
a.off {
  pointer-events: none;
  cursor: default;
}
.bt_ov {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
}
.pu_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98;
  display: none;
  transition: none;
}
.pu {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 20px 10px rgba(0, 0, 0, 0.1);
  z-index: 99;
  display: none;
  transition: none;
}

/* login */
.login {
  position: absolute;
  top: 158px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}
.login .t_area {
  text-align: center;
  margin-bottom: 46px;
}
.login .t_area h1 {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #003964;
  font-weight: 800;
  margin-bottom: 14px;
}
.login .t_area h1 span {
  display: inline-block;
  margin-left: 11px;
}
.login .t_area h1 img {
  width: 54px;
  vertical-align: middle;
  margin-top: -3px;
}
.login .t_area .t_tx {
  font-size: 18px;
  line-height: 38px;
  height: 38px;
  color: #888;
  font-weight: 700;
}
.login h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  border-bottom: 1px solid #909090;
  margin-bottom: 30px;
}
.login .info_form dl {
  margin-bottom: 30px;
}
.login .info_form dl dt {
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 10px;
}
.login .info_form dl dd input {
  width: 100%;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 0 11px;
  outline: 0;
}
.login .info_form dl dd input:focus {
  border-color: #00aaec;
}
.login .info_form dl dd input.error {
  color: #ff0000;
}
.login .info_form dl dd input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.login .info_form dl dd input:-moz-placeholder {
  color: #cfcfcf;
}
.login .info_form dl dd input::-moz-placeholder {
  color: #cfcfcf;
}
.login .info_form dl dd input:-ms-input-placeholder {
  color: #cfcfcf;
}
.login .info_form .error_guide {
  color: #ff0000;
  margin: -20px 0 25px;
  line-height: 24px;
}
.login .info_form .bt_login {
  display: block;
  line-height: 40px;
  background: #00aaec;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}
.login .form_download {
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 16px;
}
.login .form_download a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}
.login .form_download a::after {
  content: "";
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/ic_download.png) 0/100%;
}
.login .form_download p {
  margin-top: 10px;
  line-height: 23px;
  color: #333;
}

.login .agree p {
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  font-weight: 600;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #909090;
  margin-bottom: 10px;
}
.login .form input + label::before {
  vertical-align: middle;
  margin: -3px 6px 0 0;
}
.login .btns {
  margin-top: 30px;
  display: flex;
  gap: 6px;
}
.login .btns a {
  width: 50%;
  line-height: 38px;
  border: 1px solid #ededed;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
}
.login .btns a.c_blue {
  background: #00aaec;
  border: 1px solid #00aaec;
  color: #fff;
}

.ip .bt_delete {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/bt_input_delete.png) 0/100%;
  text-indent: -9999px;
  visibility: hidden;
}
.ip.on .bt_delete {
  visibility: visible;
}

.completed::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/ic_completed.png) 0/100%;
}
.completed input {
  border-color: #00aaec;
  color: #00aaec;
}

/* layout */
#wrap {
  min-width: 1680px;
  height: 100%;
  min-height: 800px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 190px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 50;
}
#header .ov_con {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
#header .inner {
  height: 100%;
  width: 190px;
  min-height: 500px;
  transition: none;
}
#header .t_area {
  padding-top: 22px;
  height: 93px;
  text-align: center;
}
#header .t_area h1 a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #003964;
  font-weight: 800;
  margin-bottom: 4px;
}
#header .t_area h1 a span {
  display: inline-block;
  margin-left: 7px;
}
#header .t_area h1 img {
  width: 30px;
  vertical-align: middle;
  margin-top: -3px;
}
#header .t_area .t_tx {
  line-height: 38px;
  height: 38px;
  color: #888;
  font-weight: 700;
}
#header .bt_logout {
  position: absolute;
  left: 16px;
  bottom: 55px;
  font-size: 14px;
  color: #757575;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  background: url(../images/ic_logout.png) no-repeat 0 0 / auto 100%;
  padding-left: 38px;
}
#header .bt_logout span {
  display: inline-block;
}
#header .copyright {
  position: absolute;
  left: 20px;
  bottom: 23px;
  color: #a0a0a0;
}
#header .bt_h_close {
  position: absolute;
  bottom: 55px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff url(../images/ic_gnb_close.png) no-repeat center center/14px;
  text-indent: -9999px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

#wrap.off #header {
  width: 64px;
}
#wrap.off #header .inner {
  width: 64px;
  transition: 0.7s;
}
#wrap.off #header .t_area h1 a span {
  width: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}
#wrap.off #header .t_area h1 img {
  margin-top: 4px;
}
#wrap.off #header .t_area .t_tx {
  width: 0;
  overflow: hidden;
  opacity: 0;
}
#wrap.off #header .bt_logout {
  padding-left: 28px;
}
#wrap.off #header .bt_logout span {
  width: 0;
  overflow: hidden;
  opacity: 0;
}
#wrap.off #header .copyright {
  width: 0;
  overflow: hidden;
  opacity: 0;
}
#wrap.off #header .bt_h_close {
  background-image: url(../images/ic_gnb_open.png);
}

#gnb > li {
  margin-bottom: 10px;
}
#gnb > li > a {
  display: block;
  line-height: 48px;
  height: 48px;
  padding-left: 56px;
  font-size: 16px;
  color: #6a6e73;
  font-weight: 600;
  background: no-repeat 0 0 / auto 100%;
}
#gnb > li > a > span {
  display: inline-block;
  height: 48px;
}
#wrap.off #gnb > li > a > span {
  width: 0;
  overflow: hidden;
}
#gnb > li.on > a {
  background-color: #00aaec;
  color: #fff;
}
#gnb > li:nth-child(1) > a {
  background-image: url(../images/gnb_ic01.png);
}
#gnb > li:nth-child(2) > a {
  background-image: url(../images/gnb_ic02.png);
}
#gnb > li:nth-child(3) > a {
  background-image: url(../images/gnb_ic03.png);
}
#gnb > li:nth-child(4) > a {
  background-image: url(../images/gnb_ic04.png);
}
#gnb > li:nth-child(5) > a {
  background-image: url(../images/gnb_ic05.png);
}
#gnb > li:nth-child(1).on > a {
  background-image: url(../images/gnb_ic01on.png);
}
#gnb > li:nth-child(2).on > a {
  background-image: url(../images/gnb_ic02on.png);
}
#gnb > li:nth-child(3).on > a {
  background-image: url(../images/gnb_ic03on.png);
}
#gnb > li:nth-child(4).on > a {
  background-image: url(../images/gnb_ic04on.png);
}
#gnb > li:nth-child(5).on > a {
  background-image: url(../images/gnb_ic05on.png);
}
#gnb > li ul {
  padding: 6px 10px 6px 56px;
}
#gnb > li ul li a {
  font-weight: 600;
  color: #666;
  line-height: 26px;
}
#gnb > li ul li.on a {
  color: #00aaec;
}
#wrap.off #gnb > li ul {
  display: none;
}

#container {
  margin-left: 190px;
  height: 100%;
}
#wrap.off #container {
  margin-left: 64px;
}
#container .pt_area {
  height: 59px;
  background: #fff;
  border-bottom: 1px solid #ededed;
  z-index: 20;
}
#container .pt_area h2 {
  margin-left: 36px;
  line-height: 59px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 600;
  background: no-repeat 0 center/auto 22px;
}
#container .pt_area h2.p01 {
  background-image: url(../images/pt_ic01.png);
}
#container .pt_area h2.p02 {
  background-image: url(../images/pt_ic02.png);
}
#container .pt_area h2.p03 {
  background-image: url(../images/pt_ic03.png);
}
#container .pt_area h2.p04 {
  background-image: url(../images/pt_ic04.png);
}
#container .pt_area h2.p05 {
  background-image: url(../images/pt_ic05.png);
}
#container .pt_area h2 i {
  display: inline-block;
  margin: -5px 7px 0;
  width: 18px;
  height: 18px;
  background: url(../images/pt_arrow.png) 0/100%;
  text-indent: -9999px;
  vertical-align: middle;
}
#container .pt_area h2 em {
  color: #079cd7;
}

.contents {
  height: calc(100% - 60px);
}

.p_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
}
.p_menu li {
  width: 186px;
}
.p_menu li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  text-align: center;
  border: 1px solid rgba(98, 104, 104, 0.12);
  border-radius: 4px;
}
.p_menu li.on a {
  background: #00aaec;
  border-color: #00aaec;
  color: #fff;
}
.p_menu li a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -3px 8px 0 0;
  background: 0/100% 100%;
}
.p_menu li:nth-child(1) a::before {
  background-image: url(../images/pt_menu_ic01.png);
}
.p_menu li:nth-child(2) a::before {
  background-image: url(../images/pt_menu_ic02.png);
}
.p_menu li:nth-child(1).on a::before {
  background-image: url(../images/pt_menu_ic01on.png);
}
.p_menu li:nth-child(2).on a::before {
  background-image: url(../images/pt_menu_ic02on.png);
}

.op_select {
  border: 1px solid #ededed;
  border-radius: 6px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  line-height: 38px;
  padding: 0 33px 0 11px;
  cursor: pointer;
}
.op_select.on {
  z-index: 10;
  border-color: #00aaec;
}
.op_select::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 12px;
  height: 12px;
  background: url(../images/select_arrow.png) 0/100%;
}
.op_select span {
  color: #797979;
}
.op_select ul {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px 4px #2f6b821a;
  text-align: right;
  display: none;
  z-index: 10;
}
.op_select.on ul {
  display: block;
}
.op_select ul li input {
  display: none;
}
.op_select ul li input + label {
  display: block;
  line-height: 19px;
  padding: 5px 33px;
  white-space: nowrap;
}
.op_select ul li input:checked + label {
  background: #e9f9ff;
  color: #00aaec;
}

/*contents*/
.overview .cal_op {
  position: absolute;
  top: 27px;
  left: 27px;
  width: 272px;
  z-index: 10;
}
.overview .cal_op > * {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  padding: 12px;
}
.overview .cal_op .filter {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.period {
  border: 1px solid #ededed;
  border-radius: 6px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}
.period.on {
  z-index: 1;
  border-color: #00aaec;
}
.period::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 11px;
  width: 12px;
  height: 12px;
  background: url(../images/ic_cal.png) 0/100%;
}
.period span {
  color: #797979;
}
.period input {
  border: 0;
  height: 38px;
  width: 90%;
  padding: 0 33px 0 0;
  outline: 0;
  text-align: right;
}

.ac_mark dl {
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
.ac_mark dt {
  padding-left: 32px;
  background: url(../images/ic_ac_mark.png) no-repeat 0 center/auto 24px;
  font-weight: 500;
  color: #333;
}
.ac_mark dt .bt_info {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: -3px 0 0 4px;
  background: url(../images/ic_info.png) 0/100%;
  text-indent: -9999px;
}
.ac_mark dd {
  height: 24px;
}
.ac_mark .info_box {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #000;
  width: 360px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 135%;
  color: #fff;
  font-weight: 600;
  display: none;
}
.ac_mark.on .info_box {
  display: block;
}

.bt_onoff {
  display: inline-block;
  width: 34px;
  height: 18px;
  background: #333;
  border-radius: 9px;
  vertical-align: middle;
}
.bt_onoff span {
  display: none;
}
.bt_onoff.on {
  background: #00aaec;
}
.bt_onoff i {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 4px 12px #31397a33;
}
.bt_onoff.on i {
  left: 18px;
}

.overview .legend {
  position: absolute;
  left: 24px;
  bottom: 21px;
  width: 182px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 12px #2127440a;
  padding: 12px;
  z-index: 10;
}
.overview .legend dt {
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.overview .legend dd {
  padding-top: 8px;
}
.overview .legend dd .bar {
  height: 14px;
  background: linear-gradient(to right, #fff, #116fc8);
  margin-bottom: 9px;
}
.overview .legend dd .tx {
  display: flex;
  justify-content: space-between;
}

.overview .zoom {
  position: absolute;
  left: 242px;
  bottom: 21px;
  width: 32px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 12px #2127440a;
  z-index: 10;
}
.overview .zoom a {
  display: block;
  height: 30px;
  text-indent: -9999px;
  background: no-repeat center center/16px;
  border: 1px solid #fff;
}
.overview .zoom a.bt_in {
  background-image: url(../images/bt_zoomin.png);
  border-bottom: 1px solid #e2e2e2;
  border-radius: 16px 16px 0 0;
}
.overview .zoom a.bt_out {
  background-image: url(../images/bt_zoomout.png);
  border-radius: 0 0 16px 16px;
}
.overview .zoom a:hover {
  background-color: #f3f4f6;
  border-color: #f3f4f6;
}
.overview .zoom a:active {
  background-color: #fff;
  border-color: #cfcfcf;
}

.tooltip {
  position: fixed;
  width: 0;
  height: 0;
}
.tooltip .area_box {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  text-align: center;
}
.tooltip .box {
  display: inline-block;
  background: #000;
  border-radius: 8px;
  padding: 10px 16px;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  min-width: 120px;
  white-space: nowrap;
}
.tooltip .box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px;
  border-color: transparent;
}
.tooltip.po_t .box::after {
  top: 100%;
  border-top-color: #000;
}
.tooltip.po_b .box::after {
  bottom: 100%;
  border-bottom-color: #000;
}
.tooltip .box dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}
.tooltip.ty2 .box dl dt {
  font-size: 13px;
  font-weight: normal;
}
.tooltip .box dl dd li i {
  font-size: 13px;
  font-weight: normal;
}
.tooltip .box dl dd li i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  vertical-align: middle;
  margin: -1px 3px 0 0;
}
.tooltip .box dl dd li:nth-child(1) i {
  background: #e0f0ff;
}
.tooltip .box dl dd li:nth-child(2) i {
  background: #999;
}

.overview .info_board {
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  padding: 24px 16px 16px;
  width: 560px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ebeeef;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
  z-index: 20;
  display: flex;
  flex-direction: column;
}
.overview .info_board h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.overview .info_board .num_data {
  border: 1px solid #ededed;
  border-radius: 6px;
  margin-bottom: 16px;
  display: flex;
  padding: 24px 0;
}
.overview .info_board .num_data .total {
  width: 144px;
  height: 105px;
  padding-left: 32px;
  border-right: 1px solid #e9e9e9;
}
.overview .info_board .num_data .total dt {
  padding-top: 26px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 26px;
  background: url(../images/ic_total_num.png) no-repeat 0 0/20px;
}
.overview .info_board .num_data .total dd {
  font-size: 16px;
}
.overview .info_board .num_data .total dd b {
  font-size: 32px;
  font-weight: 600;
}
.overview .info_board .num_data .d_data {
  width: calc(100% - 144px);
  padding: 0 11px 0 44px;
  display: flex;
  gap: 32px;
}
.overview .info_board .num_data .d_data dl {
  width: 33.3%;
}
.overview .info_board .num_data .d_data dl dt {
  padding-top: 26px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.overview .info_board .num_data .d_data dl dt::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 4px;
  border-radius: 2px;
}
.overview .info_board .num_data .d_data dl:nth-child(1) dt::before {
  background: #0f4a28;
}
.overview .info_board .num_data .d_data dl:nth-child(2) dt::before {
  background: #64a8e4;
}
.overview .info_board .num_data .d_data dl:nth-child(3) dt::before {
  background: #ccd7de;
}
.overview .info_board .num_data .d_data dl dd {
  font-size: 16px;
}
.overview .info_board .num_data .d_data dl dd span {
  display: block;
  font-size: 13px;
  height: 16px;
  font-weight: 500;
  color: #666;
}
.overview .info_board .num_data .d_data dl dd b {
  font-size: 32px;
  font-weight: 600;
}

.overview .info_board .list {
  height: calc(100% - 221px);
  border: 1px solid #ededed;
  border-radius: 8px;
}
.overview .info_board .list.d2 {
  height: calc(100% - 168px);
}
.overview .info_board .list .t_sec {
  height: 35px;
  background: #f9f9f9;
  border-bottom: 1px solid #ededed;
}
.overview .info_board .list .c_sec {
  height: calc(100% - 97px);
  border-bottom: 1px solid #ededed;
}
.overview .info_board .list .p_sec {
  height: 60px;
  padding: 16px 0;
}
.overview .info_board .list .no_data {
  height: calc(100% - 36px);
}
.no_data {
  width: 100%;
  height: 100%;
}
.no_data p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding-top: 170px;
  background: url(../images/no_data.png) no-repeat center 0/150px;
}
.no_data p.sm {
  padding-top: 140px;
  background-size: 120px;
}

.overview .info_board h3 .bt_back {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background: url(../images/bt_back.png) 0/100%;
}
.overview .info_board h3 em {
  color: #999;
}
.overview .info_board h3 i {
  display: inline-block;
  margin: -5px 4px 0;
  width: 18px;
  height: 18px;
  background: url(../images/info_board_tit_arrow.png) 0/100%;
  text-indent: -9999px;
  vertical-align: middle;
}
.overview .num_data_total {
  line-height: 92px;
  padding-top: 2px;
  border: 1px solid #ededed;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 16px;
}
.overview .num_data_total dt {
  padding-left: 27px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  background: url(../images/ic_total_num.png) no-repeat 0 37px/20px;
}
.overview .num_data_total dd {
  font-size: 20px;
}
.overview .num_data_total dd b {
  font-size: 40px;
  font-weight: 600;
}

.tb_ov_data {
  width: 100%;
  text-align: center;
}
.tb_ov_data th {
  height: 35px;
  color: #909090;
  font-weight: 500;
}
.tb_ov_data .bt_info {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: -3px 0 0 4px;
  background: url(../images/ic_info.png) 0/100%;
  text-indent: -9999px;
}
.tb_ov_data .info_box {
  position: absolute;
  top: 100%;
  right: 9px;
  padding: 10px 16px;
  background: #000;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  text-align: left;
  width: 398px;
  box-sizing: border-box;
  border-radius: 8px;
  display: none;
}
.tb_ov_data .info_box.on {
  display: block;
}
.tb_ov_data td {
  color: #666;
  border-bottom: 1px solid #ededed;
}
.tb_ov_data tr:last-child td {
  border: 0;
}
.tb_ov_data td.name {
  text-align: left;
  color: #000;
  padding: 6px 20px;
}
.bt_view {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #f7f7f7 url(../images/ic_view.png) no-repeat center center/12px
    auto;
  border-radius: 4px;
  text-indent: -9999px;
}

.pagination {
  text-align: center;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.pagination a.pn {
  border: 1px solid #ededed;
  border-radius: 4px;
  text-indent: -9999px;
  height: 22px;
  width: 22px;
  background: no-repeat center center/auto 9px;
}
.pagination a.pn.prev {
  background-image: url(../images/pn_prev.png);
}
.pagination a.pn.next {
  background-image: url(../images/pn_next.png);
}
.pagination a.pn.prev.off {
  background-image: url(../images/pn_prev_off.png);
}
.pagination a.pn.next.off {
  background-image: url(../images/pn_next_off.png);
}
.pagination span {
  margin: 0 8px;
}
.pagination span em,
.pagination span a {
  line-height: 28px;
  min-width: 18px;
  padding: 0 5px;
  color: #999999;
  font-weight: 500;
}
.pagination span a:hover {
  text-decoration: none;
}
.pagination span a.on {
  color: #000;
  background: #afb9c91f;
  font-weight: 600;
}

.status_by .filter {
  padding: 12px 15px;
  display: flex;
  gap: 12px;
}
.status_by .dashboard {
  height: calc(100% - 80px);
  padding: 0 15px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.status_by .dashboard .l_box {
  box-sizing: border-box;
  border: 1px solid #ededed;
  border-radius: 6px;
}
.status_by .dashboard .n_data {
  width: 200px;
  height: calc(42% - 8px);
  padding: 16px 16px 0;
}
.status_by .dashboard .n_data h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.status_by .dashboard .n_data .unit {
  height: calc(50% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #ededed;
}
.status_by .dashboard .n_data .unit:last-child {
  border: 0;
}
.status_by .dashboard .n_data .unit h4 {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  margin-bottom: 4px;
}
.status_by .dashboard .n_data .unit h4 .bt_info {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: -3px 0 0 4px;
  background: url(../images/ic_info.png) 0/100%;
  text-indent: -9999px;
}
.status_by .dashboard .n_data .unit .info_box {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 6px;
  background: #000;
  width: 320px;
  padding: 10px 15px;
  border-radius: 8px 8px 8px 0;
  font-size: 13px;
  line-height: 135%;
  color: #fff;
  font-weight: 500;
  display: none;
  z-index: 1;
  text-indent: 0;
}
.status_by .dashboard .n_data .unit .info_box::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 5px;
  border-top-color: #000;
  border-left-color: #000;
}
.status_by .dashboard .n_data .unit .info_box.on {
  display: block;
}
.status_by .dashboard .n_data .unit .num {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.status_by .dashboard .n_data .unit .num b {
  font-size: 36px;
}
.status_by .dashboard .n_data .unit dl {
  display: flex;
  justify-content: space-between;
  color: #333;
}

.status_by .dashboard .g_box h3 {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  font-weight: 600;
}
.status_by .dashboard .g_box .graph {
  /*
  position: absolute;
  top: 60px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  */
  margin-top: 60px;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 75px);
}
.status_by .dashboard .g_box .legend {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 11px;
}
.status_by .dashboard .g_box .legend li {
  color: #666;
}
.status_by .dashboard .g_box .legend li i {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  vertical-align: middle;
  margin: -3px 4px 0 0;
}
.status_by .dashboard .g_box .legend > li:nth-child(1) i {
  background: #e0f0ff;
}
.status_by .dashboard .g_box .legend > li:nth-child(2) i {
  background: #999;
}
.status_by.year .dashboard .sz1 {
  width: calc(50% - 116px);
  height: calc(42% - 8px);
}
.status_by.year .dashboard .sz2 {
  width: 100%;
  height: calc(58% - 8px);
}
.status_by.year .dashboard .sz3 {
  width: calc(50% - 8px);
  height: calc(58% - 8px);
}

.select_criteria {
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
  display: flex;
  gap: 27px;
}
.select_criteria dt {
  font-size: 14px;
}
.select_criteria dd ul {
  display: flex;
  gap: 10px;
}

.form input[type="radio"] {
  display: none;
}
.form input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/radio.png) 0/100%;
  vertical-align: middle;
  margin: -3px 4px 0 0;
}
.form input[type="radio"]:checked + label::before {
  background-image: url(../images/radio_on.png);
}

.form input[type="checkbox"] {
  display: none;
}
.form input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/cb.png) 0/100%;
  vertical-align: middle;
}
.form input[type="checkbox"]:checked + label::before {
  background-image: url(../images/cb_on.png);
}

.status_by.injury .dashboard .sz1 {
  width: 405px;
  height: 100%;
}
.status_by.injury .dashboard .box_group {
  width: calc(100% - 421px);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.status_by.injury .dashboard .sz2 {
  width: 100%;
  height: calc(49% - 8px);
}
.status_by.injury .dashboard .sz3 {
  width: calc(33.33% - 11px);
  height: calc(51% - 8px);
}
.status_by.injury .dashboard .sz3:last-child {
  width: calc(33.33% - 10px);
}
.status_by.injury .dashboard .sz4 {
  width: calc(33.33% - 151px);
  height: 100%;
}
.status_by.injury .dashboard .sz5 {
  width: calc(33.33% - 11px);
  height: 100%;
}

.status_table {
  position: absolute;
  top: 50px;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.tb_status {
  width: 100%;
  border: 1px solid #ededed;
  color: #666;
  height: 100%;
}
.tb_status tr > * {
  border: 1px solid #ededed;
}
.tb_status th {
  font-weight: normal;
}
.tb_status thead th {
  height: 20px;
  text-align: center;
}
.tb_status tbody th {
  height: 35px;
  padding: 0 16px;
  text-align: left;
}
.tb_status tbody td {
  height: 35px;
  padding: 0 16px;
  text-align: right;
}
.tb_status tbody td.lv0 {
  background: #e0f0ff;
}
.tb_status tbody td.lv1 {
  background: #cbe6ff;
}
.tb_status tbody td.lv2 {
  background: #acd7ff;
}
.tb_status tbody td.lv3 {
  background: #71baff;
  color: #fff;
}
.tb_status tbody td.lv4 {
  background: #57aafa;
  color: #fff;
}
.tb_status tbody td.lv5 {
  background:;
}
.tb_status tbody td.lv6 {
  background:;
}
.tb_status tbody td.lv7 {
  background: #0379eb;
  color: #fff;
}
.tb_status tbody td.lv8 {
  background: #0067cb;
  color: #fff;
}

.status_by.injury .bt_legend {
  display: block;
  line-height: 24px;
  padding: 0 9px;
  color: #666;
  border: 1px solid #ededed;
  border-radius: 4px;
}
.status_by.injury .bt_legend:hover {
  background: #f3f4f6;
  border-color: #666;
}
.status_by.injury .bt_legend:active {
  background: #fff;
  border-color: #333;
}
.status_by.injury .pu_legend {
  position: absolute;
  bottom: calc(100% + 10px);
  right: -5px;
  width: 154px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #000;
  border-radius: 6px;
  padding: 15px;
  z-index: 1;
  font-weight: 500;
  display: none;
}
.status_by.injury .pu_legend.po_b {
  top: calc(100% + 10px);
  bottom: auto;
}
.status_by.injury .pu_legend.on {
  display: block;
}
.status_by.injury .pu_legend:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 20px;
  width: 12px;
  height: 9px;
  background: url(../images/pu_legend_arrow.png) 0/100% 100%;
}
.status_by.injury .pu_legend.po_b:after {
  top: auto;
  bottom: 100%;
  transform: rotate(180deg);
}
.status_by.injury .pu_legend dt {
  margin-bottom: 10px;
}
.status_by.injury .pu_legend dd ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.status_by.injury .pu_legend dd ul li {
  color: #000 !important;
}
.status_by.injury .pu_legend dd ul li i {
  width: 14px;
  height: 14px;
  margin-right: 6px;
}
.status_by.injury .pu_legend dd ul li:nth-child(1) i {
  background: #ffece0;
}
.status_by.injury .pu_legend dd ul li:nth-child(2) i {
  background: #ffd0ac;
}
.status_by.injury .pu_legend dd ul li:nth-child(3) i {
  background: #ffba85;
}
.status_by.injury .pu_legend dd ul li:nth-child(4) i {
  background: #ff9b4e;
}
.status_by.injury .pu_legend dd ul li:nth-child(5) i {
  background: #ff8222;
}

.board .filter {
  padding: 12px 15px;
  display: flex;
  gap: 12px;
}
.board .filter .period {
  width: 225px;
}
.board .filter .bt_reset {
  width: 80px;
  line-height: 40px;
  border-radius: 6px;
  font-weight: 600;
  color: #2c2c2c;
  font-weight: 500;
  text-align: center;
}
.board .filter .bt_reset::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ic_reset.png) 0/100%;
  vertical-align: middle;
  margin: -3px 4px 0 0;
}
.board .filter .period::after {
  background-image: url(../images/select_arrow.png);
}

.search {
  display: flex;
  gap: 6px;
}
.search .box {
  width: 308px;
}
.search .box::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  width: 18px;
  height: 18px;
  background: url(../images/ic_search.png) 0/100%;
}
.search .box input {
  width: 100%;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0 15px 0 42px;
  border: 1px solid #ededed;
  border-radius: 6px;
}
.search .box input:focus {
  border-color: #00aaec;
}
.search .bt_search {
  width: 68px;
  line-height: 38px;
  border: 1px solid #666;
  border-radius: 6px;
  font-weight: 600;
  color: #2c2c2c;
  text-align: center;
}
.search .bt_search:hover {
  background: #f3f4f6;
  border-color: #666;
}
.search .bt_search:active {
  background: #fff;
  border-color: #333;
}

.board .list {
  height: calc(100% - 80px);
  margin: 0 15px;
  border: 1px solid #ededed;
  border-radius: 8px;
}
.board .list > div {
  border-bottom: 1px solid #ededed;
}
.board .list > div:last-child {
  border: 0;
}
.board .list .h_sec {
  height: 72px;
  line-height: 72px;
  display: flex;
  padding: 0 23px;
}
.board .list .h_sec h3 {
  font-size: 20px;
  font-weight: 600;
  margin-right: 12px;
}
.board .list .h_sec h3 em {
  font-weight: 300;
}
.board .list .h_sec .selected_count {
  font-weight: 500;
  padding-left: 21px;
}
.board .list .h_sec .selected_count::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/ic_selected.png) 0/100%;
}
.board .list .h_sec .r_btns {
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
}
.board .list .h_sec .r_btns a {
  line-height: 38px;
  border: 1px solid #2c2c2c;
  border-radius: 4px;
  background: #2c2c2c;
  color: #fff;
  font-weight: 600;
  padding: 0 17px;
}
.board .list .h_sec .r_btns a:hover {
  background-color: #666;
  border-color: #666;
}
.board .list .h_sec .r_btns a:active {
  background-color: #2c2c2c;
  border-color: #666;
}
.board .list .h_sec .r_btns a.c_bl {
  border-color: #666;
  color: #2c2c2c;
  background: #fff;
  font-weight: 500;
}
.board .list .h_sec .r_btns a.c_bl:hover {
  background: #f3f4f6;
  border-color: #666;
}
.board .list .h_sec .r_btns a.c_bl:active {
  background-color: #fff;
  border-color: #333;
}
.board .list .h_sec .r_btns a.c_rl {
  border-color: #f36077;
  color: #ed1a3b;
  background: #ffedf0;
  font-weight: 500;
}
.board .list .h_sec .r_btns a.c_rl:hover {
  background-color: #fdd6dc;
}
.board .list .h_sec .r_btns a.c_rl:active {
  background-color: #ffedf0;
  border-color: #ed2645;
}

.board .list .t_sec {
  height: 43px;
  background: #f9f9f9;
}
.board .list .c_sec {
  height: calc(100% - 178px);
}
.board .list .p_sec {
  height: 28px;
  padding: 16px 0;
}

.tb_data_list {
  width: 100%;
  table-layout: fixed;
}
.tb_data_list tr > * {
  padding: 14px 20px;
  font-weight: 500;
  text-align: left;
}
.tb_data_list tr.on td {
  background: #f5f9fb;
}
.tb_data_list tr.error td {
  background: #fff8f8;
}
.tb_data_list th {
  color: #909090;
}
.tb_data_list td {
  border-bottom: 1px solid #ededed;
}
.tb_data_list td .bt_view {
  vertical-align: middle;
  margin: -3px 0 0 3px;
}
.tb_data_list td.name {
  font-weight: 400;
}
.tb_data_list tr:last-child td {
  border: 0;
}
.tb_data_list .bt_delete {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/ic_trash.png) 0/100%;
  text-indent: -9999px;
}

.bt_info {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin: -3px 0 0 4px;
  background: url(../images/ic_info.png) 0/100%;
  text-indent: -9999px;
  z-index: 1;
}
.bt_info.dir-left .mini-info_box {
  left: inherit !important;
  right: 0 !important;
}
.bt_info .mini-info_box {
  position: absolute;
  top: calc(100% + 5px);
  left: 15px;
  padding: 10px 16px;
  background: #000;
  z-index: 1;
  color: #fff;
  font-weight: 500;
  text-align: left;
  width: 398px;
  height: fit-content;
  box-sizing: border-box;
  border-radius: 8px;
  display: none;
  text-indent: 0;
}
.bt_info.on .mini-info_box {
  display: block;
}

.bt_make_account {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  line-height: 38px;
  border: 1px solid #2c2c2c;
  border-radius: 6px;
  background: #2c2c2c;
  color: #fff;
  font-weight: 600;
  padding: 0 25px;
}
.bt_make_account:hover {
  background-color: #666;
  border-color: #666;
}
.bt_make_account:active {
  background-color: #2c2c2c;
  border-color: #666;
}

.bt_ac_menu {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/bt_menu.png) 0/100%;
  text-indent: -9999px;
}
.ac_menu {
  position: absolute;
  top: 10px;
  right: calc(50% + 14px);
  width: 120px;
  border: 1px solid #dadada;
  border-radius: 8px;
  background: #fff;
  z-index: 10;
  display: none;
}
.ac_menu.on {
  display: block;
}
.ac_menu li {
  border-bottom: 1px solid #dadada;
}
.ac_menu li:last-child {
  border: 0;
}
.ac_menu li a {
  display: block;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}
.ac_menu li a:hover {
  background: #f3f4f6;
}
.ac_menu li a::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border: 1px solid #00aaec;
  display: none;
}
.ac_menu li a:active::after {
  display: block;
}
.ac_menu li:first-child a::after {
  border-radius: 8px 8px 0 0;
}
.ac_menu li:last-child a::after {
  border-radius: 0 0 8px 8px;
  border-color: #ed1a3b;
}
.ac_menu li a.bt_ac_delete {
  color: #ed1a3b;
}

.tb_data_list tbody tr:nth-last-child(-n + 3) td .ac_menu {
  top: 50%;
  transform: translateY(-50%);
}
.tb_data_list tbody tr:nth-last-child(-n + 2) td .ac_menu {
  top: auto;
  transform: none;
  bottom: 10px;
}

.selected_account {
  padding-left: 24px;
}
.selected_account::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/ic_selected.png) 0/100%;
}

/*popup*/
.pu_toast {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  line-height: 44px;
  background: #00aaec;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.pu_msg {
  width: 380px;
  box-sizing: border-box;
  padding: 25px 20px 20px;
}
.pu_msg > dl {
  min-height: 78px;
  margin-bottom: 30px;
  color: #070b11;
}
.pu_msg > dl > dt {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.pu_msg > dl > dd {
  font-size: 14px;
  font-weight: 500;
}
.pu_msg > dl > dd dl {
  display: flex;
  justify-content: space-between;
  color: #333;
  margin-top: 20px;
}
.pu_msg > dl > dd dl dd ul {
  display: flex;
  gap: 15px;
  justify-content: space-evenly;
  line-height: 18px;
}
.pu_msg > dl > dd dl dd ul.form input[type="radio"] + label::before {
  margin-top: -1px;
}
.pu .btns {
  display: flex;
  justify-content: right;
  gap: 6px;
}
.pu .btns a {
  line-height: 38px;
  border: 1px solid #ededed;
  border-radius: 4px;
  padding: 0 24px;
  font-weight: 600;
}
.pu .btns a:hover {
  background: #f3f4f6;
}
.pu .btns a:active {
  border-color: #cfcfcf;
}
.pu .btns a.c_blue {
  border-color: #00aaec;
  background: #00aaec;
  color: #fff;
  padding: 0 38px;
}
.pu .btns a.c_blue:hover {
  border-color: #0092ec;
  background: #0092ec;
}
.pu .btns a.c_blue:active {
  border-color: #4fceff;
  background: #00aaec;
}
.pu .btns a.c_red {
  border-color: #ed1a3b;
  background: #ed1a3b;
  color: #fff;
  padding: 0 38px;
}
.pu .btns a.c_red:hover {
  border-color: #f74f69;
  background: #f74f69;
}
.pu .btns a.c_red:active {
  border-color: #c41631;
  background: #ed1a3b;
}

.pu_account {
  width: 470px;
}
.pu_account h3 {
  line-height: 59px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 20px;
  border-bottom: 1px solid #ebf0f7;
}
.pu_account .form {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 1px solid #ebf0f7;
}
.pu_account .form dl {
  display: flex;
  line-height: 40px;
}
.pu_account .form dl dt {
  width: 80px;
  font-weight: 700;
  color: #2c2c2c;
}
.pu_account .form dl dt i {
  color: #ef314f;
}
.pu_account .form dl dd {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
}
.pu_account .form dl dd input {
  width: 100%;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 0 11px;
  outline: 0;
}
.pu_account .form dl dd input:read-only {
  color: #797979;
}
.pu_account .form dl dd input::-webkit-input-placeholder {
  color: #797979;
}
.pu_account .form dl dd input:-moz-placeholder {
  color: #797979;
}
.pu_account .form dl dd input::-moz-placeholder {
  color: #797979;
}
.pu_account .form dl dd input:-ms-input-placeholder {
  color: #797979;
}
.pu_account .form dl dd select {
  appearance: none;
  width: 100%;
  height: 40px;
  border: 1px solid #ededed;
  border-radius: 6px;
  padding: 0 11px;
  outline: 0;
}
.pu_account .form dl dd.sel::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: 12px;
  height: 12px;
  background: url(../images/select_arrow.png) 0/100%;
}

.pu_account .form dl dd.email input {
  width: 280px;
}

.pu_account .form dl dd.wrap {
  flex-wrap: wrap;
}
.pu_account .form dl dd.id {
  flex-wrap: wrap;
}
.pu_account .form dl dd.id input {
  width: 265px;
}
.pu_account .form dl dd.id.fix input {
  width: 100%;
}
.pu_account .form dl dd.id a.bt_check {
  width: 78px;
  line-height: 38px;
  border: 1px solid #666;
  border-radius: 8px;
  font-weight: 600;
  color: #2c2c2c;
  text-align: center;
}
.pu_account .form dl dd.id a.bt_check:hover {
  background: #f3f4f6;
  border-color: #666;
}
.pu_account .form dl dd.id a.bt_check:active {
  background: #fff;
  border-color: #333;
}
.pu_account .form dl dd.id p {
  font-weight: 500;
  color: #00aaec;
  line-height: 120%;
  margin-top: 15px;
}
.pu_account .form dl dd.id p.error {
  color: #ed1a3b;
}
.pu_account .form .error_msg {
  color: #ed1a3b;
  text-align: center;
  font-weight: 500;
  margin: 10px 0 -10px;
}

.pu_account .btns {
  padding: 15px 20px;
}
.pu_account .c_blue {
  padding: 0 !important;
  width: 87px;
  text-align: center;
}
