@charset "utf-8";

body {
  color: #1A1D24;
}

#container {
  min-width: 1900px;
}

.wrap {
  width: 1860px;
}

#header {
  background: #1E2756
}

#header .wrap {
  height: 76px;
  align-items: center;
}

#header .gnb {
  width: auto;
}

#header .gnb .depth1 {
  margin-top: 0;
  justify-content: flex-start;
  gap: 70px;
}

#header .gnb .depth1>li>a {
  color: #fff;
  padding: 0 16px;
  line-height: 40px;
  margin-bottom: 18px;
  margin-top: 19px;
}

#header .gnb .depth1>li.on>a {
  background-color: #137CF3;
  border-radius: 20px;
}

#header .user ul {
  margin-top: 0;
  color: #fff;
}

#header .user li {
  margin-left: 35px;
  font-size: 16px;
}

#header .user li:nth-child(2) a {
  margin: 0;
  background-color: transparent;
  color: #8AA4FF;
  background-image: url(../images/logout.png);
}

#header .user strong:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/avatars.png) no-repeat;
  display: inline-block;
  vertical-align: -3px;
  margin: 0 9px 0 0;
}

#header .user strong {
  border-right: 1px solid #525C8E;
  padding-right: 12px;
  margin-right: 12px;
}

#header .user .btn_logout {
  font-size: 15px;
  background: transparent url(../images/logout.png) no-repeat right 10px center;
  border: 1px solid #fff !important;
  height: 32px;
  line-height: 30px;
  padding: 0 30px 0 10px;
  color: #EAEAEA !important;
  font-weight: 400;
}

#footer {
  background: #fff;
  padding: 30px 0;
  border-top: 1px solid #D5D8E3;
  margin: 0;
  color: #555;
}

#footer .wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

#footer h2 {
  background: url(../images/ci_awa.png) no-repeat center/100%;
  text-indent: -9000px;
  font-size: 0;
  width: 143px;
  height: 25px;
}

#footer .wrap>div {
  flex-grow: 1;
  margin-left: 70px;
  margin-top: 8px;
}

#footer nav {
  display: flex;
  gap: 25px;
}

#footer nav a {
  border-left: 1px solid #bbb;
  padding-left: 25px;
  line-height: 1;
}

#footer nav a:first-child {
  padding: 0;
  border: 0;
}

#footer address {
  color: #555;
  font-size: 1em;
}

#footer address a {
  color: #555;
}

#footer address strong {
  color: #4049CF;
}

#footer .copyright {
  color: #666;
  font-size: 13px;
}

#footer .sns {
  display: flex;
  margin-top: 10px;
}

#footer .sns li {
  margin-left: 25px;
}

#footer .sns a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 0;
  background-color: #A4A8B4;
  border-radius: 21px;
}


.rows_new_left {
  flex: 0 0 495px;
  background: #F1F2F3;
  border-right: 1px solid #DCE0E4;
  padding: 23px;
}

.rows_new_left.noborder {
  border: 0;
  background: #F8F9FD;
}

.box_area {
  background: #F4F5F5;
  padding: 0;
  position: relative;
  box-shadow: 0 1px 8px rgba(99, 108, 132, .1);
}

.box_ahead_area {
  background: rgba(200, 184, 153, 0.42);
  margin-top: 40px;
}

.box_ahead_area:first-child {
  margin-top: 0;
}

.box_agent {
  margin-top: 2px
}

.box_agent header {
  background: #8B9096;
  padding: 0 12px 0 18px;
  height: 48px;
  border-radius: 8px 8px 0 0
}

.box_agent header h2 {
  color: rgba(255, 255, 255, 0.7);
  line-height: 48px;
  font-size: 17px;
  position: relative;
  background-position: 0 14px;
  display: flex;
  align-items: center;
}

.box_agent header h2:after {
  content: "";
  display: none;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.32);
  position: absolute;
  right: 14px;
  top: 10px;
}

.agent01 header h2,
.agent02 header h2,
.agent03 header h2 {
  background-image: none;
  padding-left: 0;
}

.box_agent header .state {
  height: 26px;
  border-radius: 13px;
  padding: 0 12px 0 10px;
  background: #43AA8B;
  font-size: 16px;
  font-weight: 700;
  margin-left: 8px;
}

.box_agent_con {
  padding: 12px;
  min-height: 90px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn_set {
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.12) url(../images/icon_setting.png) no-repeat center;
  margin: 0 0 2px;
}

.box_agent_con .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 0;
  background: #DEE5F2;
  opacity: 0.8
}

.box_agent_con .icon img {
  opacity: 0.5
}

.box_agent_con dl {
  flex-grow: 1
}

.btn_connect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #555 !important;
  border: 1px dashed #DADADA;
  font-size: 16px;
  height: 52px;
  border-radius: 4px;
  width: 100%;
  line-height: 1.2;
}

.btn_connect:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #e8ebf6 url(../images/icon_plus.png) no-repeat center;
  margin-right: 8px;
}

.box_agent_con .btn_more {
  margin-right: 6px;
}

.box_agent_con .btn_network {
  position: static;
  display: flex;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #43AA8B;
  border: 1px solid #43AA8B;
  font-size: 15px;
}

.box_agent_con .btn_network.dis {
  background: #fff;
  border-color: #767A87;
  color: #575A63 !important;
  opacity: 0.4
}

.box_agent_con .btn_network img {
  margin-left: 5px;
}

.box_agent_con dl {
  font-size: 15px;
  font-weight: 300;
}

.box_agent_con dt {
  font-weight: 700;
}

.box_agent_con dd {
  margin-top: 3px;
  color: #5a5a5a;
}

.box_agent_con dd strong {
  font-weight: 500;
  color: #333;
}

.box_agent_con dd .txt_red {
  color: #FE5959 !important;
}

.box_agent_con dd .txt_green {
  color: #19926D !important;
}

.box_agent.on .box_agent_con .icon {
  background: #E6E6E8;
  opacity: 1
}

.box_agent.on .box_agent_con .icon img {
  opacity: 1;
}

.box_agent.on.agent02 .box_agent_con .icon {
  background: #D9E5EE;
}

.box_agent.agent01 header {
  background: #7B9EDC;
}

.box_agent.agent02 header {
  background: #668EAC;
}

.box_agent.agent01 .box_agent_con .icon {
  background: #E0F2FE;
}

.box_agent.agent02 .box_agent_con .icon {
  background: #D9E5EE;
}

.box_area.on {
  background: #F4F5F5
}

.box_agent.on .btn_set {
  opacity: 1;
  background-image: url(../images/icon_setting.png);
}

.box_agent.on header {
  background: #575A63
}

.box_agent.on.agent01 header {
  background: #2A70EC
}

.box_agent.on.agent02 header {
  background: #00508C
}

.box_agent.on header h2 {
  color: #fff
}

.box_agent.on header h2:after {
  background: rgba(255, 255, 255, 0.32)
}

.box_agent.on.agent01 header h2,
.box_agent.on.agent02 header h2,
.box_agent.on.agent03 header h2 {
  background-image: none
}

.box_area.on:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #575A63;
  z-index: 2;
}

.box_area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #575A63;
  z-index: 2;
}

.box_area.on:last-child:after,
.box_area.last:after {
  display: none;
}

/* .box_ahead_area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #967F57 !important;
  z-index: 2;
} */

.box_ahead_area:before {
  display: none !important;
}

.agent04 {
  border: 1px solid #DCE0E4;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(99, 108, 132, .1)
}

.agent04 header {
  background: #DEF4F9 !important;
  border-bottom: 1px solid #ACCBDC !important;
}

.agent04 header h2 {
  color: #016E8C !important;
}

.agent04 header h2:after {
  background: rgba(0, 0, 0, 0.14);
}

.agent04 .btn_set {
  background-image: url(../images/icon_setting_g.png) !important;
  opacity: 1;
}

.agent04 .list_box_con.accordion {
  height: 65px;
  border-radius: 0 0 8px 8px;
}

.agent04 .list_box_con.accordion.on {
  height: 233px
}

.agent04 .list_box_con.accordion ul {
  overflow-y: scroll;
}

.agent04 .list_box_con.accordion.on ul {
  height: 233px;
  padding-bottom: 23px;
}

.agent04 .list_box_con li {
  font-size: 1em;
  font-weight: 400;
  height: 42px;
  border-bottom: 1px solid #D5D8E3;
  background: #fff;
}

.agent04 .list_box_con li:nth-child(even) {
  background: #fff;
}

.agent04 .list_box_con li:hover,
.agent04 .list_box_con li.on {
  background: #F1F8FF;
}

.agent04 .list_box_con li * {
  flex-shrink: 0;
}

.agent04 .list_box_con li .ellipsis {
  flex: 1 1 250px;
  max-width: 250px;
  font-weight: 500;
}

.agent04 .list_box_con li span:nth-of-type(2) {
  color: #8B9096;
}

.agent04 .list_box_con li span:nth-of-type(2) strong {
  color: #333;
}

.agent04 .list_box_con li a {
  width: 40px;
  text-align: center;
}

.btn_accordion {
  height: 24px;
  line-height: 24px;
  background: #F4F5F5;
  border-top: 1px solid #eaeaea;
  border-radius: 0 0 8px 8px;
  z-index: 2
}

.btn_accordion i {
  color: #575A63;
}

.agent04:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #575A63;
  z-index: 2;
}

.agent09 {
  width: 190px;
  border-radius: 8px
}

.agent09 header {
  background: #F3F3F8;
  border-bottom: 1px solid rgba(210, 210, 210, 0.6)
}

.agent09 header h2 {
  background-image: url(../images/icon_person_dis.png);
  color: rgba(87, 90, 99, 0.8);
  padding-left: 26px;
}

.agent09 header h2:after {
  background: rgba(0, 0, 0, 0.14);
}

.agent09 .btn_set {
  background-image: url(../images/icon_setting_g.png);
  opacity: 0.6;
}

.agent09 .box_agent_con {
  background: #F3F3F8;
  border-top: 0;
}

.agent09 .btn_connect {
  flex-direction: column;
  font-size: 15px;
  height: 62px;
}

.agent09 .btn_connect:before {
  width: 20px;
  height: 20px;
  background: #D6D7DD url(../images/icon_plus.png) no-repeat center/14px;
  margin-right: 0;
  margin-bottom: 5px;
}

.agent09.on header,
.agent09.on .box_agent_con {
  background: #E1F4FD
}

.agent09.on header {
  border-color: rgba(168, 211, 224, 0.6)
}

.agent09.on header h2 {
  color: #2A70EC;
  background-image: url(../images/icon_person.png);
}

.agent09.on .btn_set {
  background-image: url(../images/icon_setting_g.png);
}

.agent09.on header h2:after {
  background: rgba(0, 0, 0, 0.14)
}

.agent09.on dl {
  text-align: center;
  margin-left: 0;
}

.agent09.on dt {
  color: #00508C;
}

.box_agent.off header {
  background: #668EAC
}

.box_agent.off h2:after {
  background: rgba(0, 0, 0, 0.08)
}

.link_ver {
  height: 26px;
  width: 2px;
  background: #8B9096;
  margin: 0 auto;
  padding-top: 4px;
}

.link_ver:before {
  display: none;
}

.link_ver.on img {
  display: none;
}

/* .box_ahead_area+.link_ver {
  background: rgba(150, 127, 87, 0.5);
} */

.txt_line {
  position: relative
}

.txt_line:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 3px;
  height: 6px;
  background-color: transparent
}

.txt_line.txt_red:before {
  background-color: rgba(255, 102, 102, 0.2);
}

.txt_line.txt_green:before {
  background-color: rgba(112, 227, 74, 0.2);
}

.box_agent_con.sub {
  display: block;
  padding: 0;
  overflow: hidden;
}

.box_agent_con.sub .rows01 {
  align-items: center;
  padding: 12px;
}

.box_agent_con.sub .agent04 {
  border-width: 1px;
  overflow: hidden;
  /*box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.07)*/
}

.box_agent_con.sub .agent04:before {
  display: none;
}

.box_agent_con.sub .accordion {
  padding-bottom: 24px;
  height: 0;
  overflow: hidden;
}

.box_agent_con.sub .accordion.on {
  height: 282px;
  overflow: visible;
}

.box_agent_con.sub .agent04 .list_box_con ul {
  overflow-y: scroll;
  height: 233px;
  padding-bottom: 23px;
}

.box_agent_con.sub .accordion.on .btn_accordion i {
  transform: rotate(180deg);
}

.box_area.basic {
  background: rgba(61, 76, 175, 0.5);
}

.box_area.basic:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 8px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #575A63;
  z-index: 2;
}

.box_area.basic.indent:after {
  left: 2px;
  top: 20px;
  bottom: auto
}

.box_area.indent {
  margin-left: 40px;
  margin-top: 12px;
}

.box_area.indent:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/tree_connect.png) no-repeat;
  width: 39px;
  height: 74px;
  left: -39px;
  top: -42px;
}

.box_area.indent.disconnect:before {
  background-image: url(../images/tree_disconnect.png)
}

.layout_tree_new {
  position: relative
}

.layout_tree_new:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #8B9096;
  position: absolute;
  left: 6px;
  top: 0
}

.layout_tree_new .box_area.indent:last-child .box_agent:after {
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 22px);
  background: #f1f2f3;
  position: absolute;
  left: -37px;
  top: 25px
}

.rows_new_right {
  background: #F4F5F5;
  margin-left: 0;
  padding: 32px;
  padding-left: 25px;
}

.rows_new_right .h2_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 24px 0;
  margin: 0;
}

.rows_new_right .h2_header h2 {
  font-size: 31px;
  color: #1a1a1a;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -2.5px;
}

.rows_new_right .h2_header h2:before {
  display: none;
}

.rows_new_right .h2_header h2 small {
  font-size: 1em;
  margin-left: 0;
  font-weight: 700;
}

.rows_new_right .h2_header h2 .txt_brown {
  color: #967F57;
}

.rows_new_right .h2_header h2 .txt_blue {
  color: #2A70EC !important;
}

.rows_new_right .h2_header .tab_menu {
  margin-left: 48px;
  display: flex;
  border: 1px solid #DCE0E4;
  border-radius: 23px;
  height: 46px;
  background-color: #F1F2F3;
  gap: 2px;
}

.rows_new_right .h2_header .tab_menu a {
  width: 186px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B9096;
  font-size: 17px;
  background: transparent;
  border-radius: 23px;
  margin: -1px 0 0 -1px;
  position: relative;
}

.rows_new_right .h2_header .tab_menu a::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #aaa;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.rows_new_right .h2_header .tab_menu a.on {
  color: #fff;
  background: #333
}

.rows_new_right .h2_header .tab_menu a:first-child::after {
  display: none;
}

.rows_new_right .search_area input[type=text],
.rows_new_right .search_area input[type=password],
.rows_new_right .search_area input[type=date] {
  border: 1px solid #DCE0E4;
  height: 36px;
  line-height: 34px;
  border-radius: 6px;
  padding: 0 10px;
}

.rows_new_right .search_area input[type=text]:focus,
.rows_new_right .search_area input[type=password]:focus,
.rows_new_right .search_area input[type=date]:focus {
  border: 1px solid #5E8FE8 !important;
}

.rows_new_right input.input_date {
  background: #fff url(../images/icon_calendar.png) no-repeat right 8px center !important;
  text-align: left !important;
}

.main_dashboard {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.main_dashboard>section {
  border: 1px solid #E1E4EF;
  background: #fff;
  border-radius: 6px;
  flex: 1;
  min-height: 200px;
}

.dboard_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 18px;
  padding-bottom: 0;
}

.dboard_header h3 {
  font-size: 17px;
  color: #5a5a5a;
  line-height: 1;
}

.dboard_header .legend {
  font-size: 14px;
  display: flex;
  gap: 8px;
  color: #5a5a5a;
}

.dboard_header .legend span {
  display: flex;
  align-items: center;
}

.dboard_header .legend span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 3px;
  font-size: 0;
  text-indent: -9000px;
}

.main_list {
  margin-top: 12px;
  background: #fff;
  border: 1px solid #DCE0E4;
  padding: 32px 24px;
  border-radius: 8px;
}

.rows_new_right .search_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  background: #fff;
  padding: 16px;
  color: #1A1D24;
  margin-bottom: 18px;
  box-shadow: 0 1px 8px rgba(99, 108, 132, .1);
}

.rows_new_right .search_area .btn_safetyguide {
  width: 200px;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  background: #E4FAFC;
  border: 1px solid #0AC2CF;
  color: #0AC2CF;
  font-weight: 700;
  margin-right: 13px;
  position: relative;
  text-align: center;
}

.rows_new_right .search_area .btn_safetyguide img {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.rows_new_right .search_area .btn_safetyguide::before {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #DCE0E4;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
}

.rows_new_right .search_area fieldset {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rows_new_right .search_area input.input_date {
  width: 260px !important;
}

.rows_new_right .search_area .label {
  color: #1a1a1a;
  font-weight: 500;
}

.rows_new_right .styled_select {
  height: 36px;
  border-radius: 6px;
  min-width: 300px !important;
  border-color: #DCE0E4;
}

.rows_new_right .styled_select select {
  height: 34px;
  font-size: 15px;
}

.rows_new_right .styled_select i {
  height: 36px;
  line-height: 36px;
}

.rows_new_right .search_area .term {
  display: flex;
  align-items: center;
  gap: 6px;
}

.rows_new_right .search_area .btn_term {
  text-align: center;
  border: 1px solid #8B9096;
  width: 68px;
  height: 36px;
  line-height: 34px;
  border-radius: 6px;
  color: #575A63;
  font-weight: 500;
}

.rows_new_right .search_area .btn_term.on {
  background: #575A63;
  border-color: #575A63;
  color: #fff;
}

.rows_new_right .search_area .btn_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00508C;
  width: 120px;
  height: 36px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  gap: 4px;
  background: #00508C;
  font-size: 15px;
}

.rows_new_right .search_area .btn_submit img {
  margin-left: 10px;
}

.main_list .h3_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px
}

.main_list .h3_header h3 {
  display: flex;
  font-size: 17px;
  color: #333;
  gap: 7px;
  align-items: center;
  line-height: 1;
}

.main_list .h3_header h3 small {
  font-size: 1em;
  color: #137CF3;
}

.main_list .h3_header h3 small:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 18px;
  background: #ddd;
  vertical-align: -3px;
  margin: 0 5px 0 0;
}

.main_list hr {
  display: block;
  height: 1px;
  border-bottom: 1px dashed #D5D8E3;
  margin: 42px 0 26px 0;
  background: transparent;
}

.main_list .table_h01 {
  border-top: 2px solid #8B9096;
  border-bottom: 0;
}

.main_list .table_h01 thead th {
  border-bottom: 1px solid #8B9096;
  background: #F6F7F8;
  height: 40px;
  padding: 0;
  color: #333;
  text-align: center;
}

.main_list .table_h01 tbody td {
  border-bottom: 1px solid #ddd;
  height: 46px;
  text-align: center;
  padding: 0;
}

tr.ongoing td {
  background: #F1F8FF;
}

tr.on td {
  background: #F1F8FF;
}

tr.incomplete {
  border: 1px solid #E93025;
}

tr.incomplete td {
  background: url(../images/td_incomplete_bg.png) repeat-x;
}

td .main_state {
  font-weight: 500;
  display: inline-block;
  height: 30px;
  line-height: 28px;
}

td .main_state img {
  margin-right: 5px;
}

.main_state.complete {
  color: #179752;
}

.main_state.ongoing {
  width: 70px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(0, 160, 255, 0.8);
  background: #E1F4FD;
  color: #00A0FF;
}

.calendar_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0 -32px 0 -25px;
  border-top: 1px solid #D5D8E3;
}

.calendar_header .styled_select {
  min-width: 120px !important;
  height: 30px;
}

.calendar_header .styled_select select,
.calendar_header .styled_select i {
  height: 30px;
  line-height: 28px;
}

.calendar_header .btn {
  height: 30px;
  line-height: 28px;
  border-color: #D5D8E3;
  background: transparent;
  padding: 0 12px;
}

.calendar_header .curr_month {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar_header .curr_month .btn {
  width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.calendar_header .curr_month .btn i {
  font-size: .95em;
  margin-top: 1px;
}

.calendar_header .curr_month span {
  font-size: 18px;
  font-weight: 700;
  margin: 0 24px;
}

.calendar_header .styled_select {
  position: relative;
  border-color: #D5D8E3;
  background: transparent;
}

.calendar_header .styled_select i {
  color: #1A1A1A;
  background: transparent;
}

.calendar_area {
  display: flex;
  justify-content: space-between;
  margin: 0 -32px -33px -26px;
}

.calendar {
  border: 0;
  margin: 0;
  padding: 0;
  flex: 1;
  background: transparent;
}

.calendar .th {
  display: flex;
  margin-left: 1px;
}

.calendar .th>div {
  border: 1px solid #E1E4EF;
  background: rgba(255, 255, 255, 0.5);
  flex: 1;
  margin-left: -1px;
  font-weight: 500;
  color: #8e8e8e;
  height: 27px;
  line-height: 27px;
  padding-left: 10px;
}

.calendar .th>div:first-child {
  color: #FF6666;
}

.calendar .td {
  display: flex;
  flex-wrap: wrap;
  margin-left: 1px;
}

.calendar .td>div {
  flex: 1 1 14.2%;
  border: 1px solid #E1E4EF;
  background: rgba(255, 255, 255, 0.5);
  margin-left: -1px;
  height: 191px;
  margin-top: -1px;
  padding: 3px;
  position: relative;
}

.calendar .td>div:nth-child(7n + 1) span {
  color: #FF6666;
}

.calendar .td>div span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 300;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.calendar .td>div span.pass {
  opacity: 0.35;
}

.calendar .td>div.pass_div {
  pointer-events: none;
}

.calendar .td>div span.today {
  background: #182568;
  color: #fff;
}

.calendar .td>div li {
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
  background: rgba(51, 191, 255, 0.05);
  border-radius: 3px;
  font-weight: 500;
  color: #575a63;
  margin-top: 3px;
}

.calendar .td>div li strong {
  font-weight: 700;
  color: #1a1a1a;
}

.calendar .td>div li.green {
  background: rgba(57, 188, 70, 0.05);
}

.calendar .td>div li.red {
  background: rgba(255, 102, 102, 0.1);
}

.calendar .td>div li.yellow {
  background: rgba(255, 250, 196, 0.3);
}

.calendar .td>div li.red.active {
  background: #FF6666;
  color: #fff;
  font-weight: 400;
}

.calendar .td>div li.red.active strong {
  color: #fff;
  font-weight: 500;
}

.calendar .td>div li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00A0FF;
  vertical-align: 1px;
  margin-right: 6px;
}

.calendar .td>div li.green:before {
  background: #39BC46;
}

.calendar .td>div li.yellow:before {
  background: #ffca00;
}

.calendar .td>div li.red:before {
  width: 15px;
  height: 14px;
  background: transparent url(../images/icon_alert.png);
  background-size: 100%;
  border-radius: 0;
  vertical-align: -2px;
}

.calendar .td>div li.red.active:before {
  background-image: url(../images/icon_alert_w.png);
}

.calendar .td>div.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00A0FF;
}

.calendar_area .note {
  width: 316px;
  border: 1px solid #D5D8E3;
  border-right: 0;
  background: #fff;
  margin-left: -1px;
  padding: 34px 14px;
}

.calendar_area .note p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500
}

.calendar_area .note p strong {
  font-weight: 700;
}

.calendar_area .note li {
  padding: 6px 12px;
  margin-top: 6px;
  border-left: 4px solid #1EABFF;
}

.calendar_area .note li p {
  font-size: 15px;
  margin-bottom: 3px;
  color: #575A63;
}

.calendar_area .note li p strong {
  color: #1A1A1A;
  font-weight: 700;
}

.calendar_area .note li.green {
  border-color: #39BC46;
}

.calendar_area .note li.red {
  border-color: #FF6666;
  background: #FFF0F0;
}

.calendar_area .note li.yellow {
  border-color: #ffca00;
}

/* 230504 chart */
@keyframes pie_ani {
  100% {
    stroke-dashoffset: 360;
  }
}

.main_dashboard .graph {
  padding: 10px
}

.main_dashboard .pie_chart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main_dashboard .pie_chart .chart_area {
  width: 124px;
  height: 124px;
  margin-right: 24px;
  position: relative;
}

.main_dashboard .pie_chart svg {
  width: 100%;
  height: 100%
}

.main_dashboard .pie_chart svg circle {
  fill: none;
  stroke-width: 10;
  stroke-dasharray: 360;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
}

.main_dashboard .pie_chart svg .pie_circle1 {
  stroke: #00A0FF;
  stroke-dashoffset: 0
}

.main_dashboard .pie_chart svg .pie_circle2 {
  stroke: #FF6666;
  transform: rotate(-90deg);
}

.main_dashboard .pie_chart svg .pie_bg {
  stroke-width: 11;
  stroke: #fff;
  animation: pie_ani 1s forwards;
  transform: rotate(-90deg);
}

.main_dashboard .pie_chart .chart_area dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 1;
  color: #575A63;
  font-size: 14px;
}

.main_dashboard .pie_chart .chart_area dd {
  font-size: 28px;
  font-weight: 700;
  margin-top: 5px;
  color: #1A1A1A;
}

.main_dashboard .pie_chart .legend_area {
  flex: 1;
  color: #575A63;
}

.main_dashboard .pie_chart .legend_area dt {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.main_dashboard .pie_chart .legend_area dt i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  text-indent: -9000px;
  font-size: 0;
  margin-right: 3px;
}

.main_dashboard .pie_chart .legend_area dd {
  font-size: 17px;
  font-weight: 700;
  margin-left: 11px;
  line-height: 1;
  margin-top: 3px;
  margin-bottom: 17px;
}

.main_dashboard .pie_chart .legend_area dd strong {
  font-weight: 700;
}

.main_dashboard .pie_chart .legend_area dd:last-child {
  margin-bottom: 0;
}

/* 230915 추가 */
.main_state {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.main_state>section {
  border: 1px solid #DCE0E4;
  background: #fff;
  border-radius: 6px;
  flex: 1;
  padding: 18px 24px;
}

.main_state h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  color: #333;
  margin-bottom: 14px;
}

.main_state .progress {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main_state .progress label {
  font-size: 17px;
  font-weight: 400;
  color: #333;
  line-height: 1;
}

.main_state .progress label strong {
  font-weight: 700;
}

.main_state .progress label:first-child {
  font-weight: 700;
  align-self: center;
}

.main_state .progress label:first-child strong {
  font-size: 41px;
  color: #00C8FF;
  margin-right: 3px;
}

.main_state .progress .bar {
  height: 12px;
  background: #ADD0DF;
}

.main_state .progress .bar:first-of-type {
  background: #00C8FF;
}

.main_state section:nth-child(n + 3) label:first-child strong {
  color: #FE5959;
}

.main_state section:nth-child(n + 3) .progress .bar {
  background: #EDC9CE;
}

.main_state section:nth-child(n + 3) .progress .bar:first-of-type {
  background: #FE5959;
}

.main_state .total {
  background: #F4F5F5;
  border-radius: 5px;
  margin-top: 20px;
  padding: 6px 15px;
  line-height: 30px;
  font-size: 17px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main_state .total::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow.png) no-repeat center/100%;
}

.main_state .total strong {
  font-weight: 700;
}

.rows_bs {
  display: flex;
  justify-content: space-between;
}

.rows_bs.main_tbm {
  gap: 42px;
}

.rows_bs.main_tbm .ellipsis {
  max-width: 100%;
}

.rows_bs.main_tbm>div {
  flex-grow: 1;
}

.rows_bs.main_tbm > section {
    flex-grow: 1;
}

.rows_bs.main_tbm > section:nth-child(2) {
    flex: 1 0 820px;
}

.rows_bs.main_tbm .graph_area {
    border-radius: 6px;
    border: 1px solid #eaeaea;
    padding: 0;
    overflow: hidden;
}

.rows_bs.main_tbm .graph_area h4 {
    font-size: 20px;
    color: #000;
    line-height: 42px;
    border-bottom: 1px solid #dce0e4;
    text-align: center;
    background: #f4f5f5;
}

.rows_bs.main_tbm .graph_area h3 {
  font-size: 23px;
  color: #000;
  line-height: 1;
  border-bottom: 1px solid #DCE0E4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.box_agent.agent03 {
  border: 1px solid #DCE0E4;
  border-radius: 8px;
}

.box_agent.agent03 header {
  background-color: #b9bcc0;
  border-radius: 6px 6px 0 0;
}

.box_agent.agent03.on {
  border-color: #575A63;
}

.box_agent.agent03.on header {
  background-color: #575A63;
}

.box_area .rows_bs {
  width: 100%;
  padding: 4px;
  gap: 4px;
}

.box_area .rows_bs .box_agent {
  flex: 1 1 100%;
  margin-top: 0;
}

.box_area .rows_bs .agent09 {
  flex: 0 0 190px;
  border: 1px solid #DCE0E4;
}

.box_area .rows_bs .agent09.on {
  border-color: #5D8AD9;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  #header .gnb .depth1>li {
    margin-left: 70px;
  }

  #header .gnb .depth1>li:first-child {
    margin-left: 0;
  }

  .rows_new_left {
    max-width: 490px
  }

  .link_ver img {
    margin-left: -5px;
  }

  .agent09 {
    margin-left: 1px;
  }

  .agent04 .list_box_con.accordion.on ul,
  .box_agent_con.sub .agent04 .list_box_con ul {
    border-bottom: 23px solid transparent;
  }

  .main_dashboard>section {
    margin-left: 18px;
  }

  .main_dashboard>section:first-child {
    margin-left: 0;
  }

  .dboard_header .legend span {
    margin-left: 8px;
  }

  .dboard_header .legend span:first-child {
    margin-left: 0;
  }

  .main_list .search_area * {
    margin-left: 5px;
  }

  .main_list .search_area .btn_submit img {
    margin-left: 4px;
  }

  .main_list .search_area .btn_safetyguide img {
    margin-right: 8px;
  }

  .main_list .h3_header h3 img {
    margin-right: 7px;
  }

  .main_list .h3_header h3 small {
    margin-left: 7px;
  }

  td .main_state img {
    margin-right: 5px;
  }

  .calendar .td>div {
    max-width: 14.37%;
  }

}