.cs-tab-nav {
  display: flex;
  margin-bottom: 10px;
}

.cs-tab-nav > * {
  flex: 1;
  border: 0;
  height: 35px;
  background: #e2e2e2;
  color: #171717;
}

.cs-tab-nav > *.active {
  background: #434242;
  color: #fff;
  font-weight: bold;
}

.cs-tab-nav > * + * {
  margin-left: 5px;
}

.cont-header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: -5px;
}

.cont-header .cont-title {
  margin-bottom: 0;
}

.cont-header .__pull-right {
  margin-left: auto;
  margin-right: 0;
}

.cont-header.fc-point {
  border-radius: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(226, 233, 237, 0.5647058824);
}

.cont-header.fc-point .__pull-right {
  margin-right: 10px;
}

.cont-header.fc-point .cont-title {
  padding-left: 8px;
  color: #5279ba;
  font-weight: bold;
}

.cont-header.fc-point .cont-title::after {
  background-color: #1c73bc;
  content: none;
}

.cont-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #111111;
  color: #1c73bc;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  padding: 8px 11px;
  border-radius: 7px;
  padding-left: 10px;
}

.cont-title .__pull-right {
  margin-right: 0;
  margin-left: auto;
}

.cont-title::after {
  content: "";
  width: 4px;
  height: 4px;
  background: #1c73bc;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: calc(50% - 2px);
}

.cont-title.fc-point {
  background: rgba(226, 233, 237, 0.5647058824);
  color: #5279ba;
  font-weight: bold;
  padding-left: 8px;
}

.cont-title.fc-point::after {
  background-color: #1c73bc;
  content: none;
}

.limit-title {
  width: 100%;
}

.limit-title .unit {
  margin-left: auto;
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

button.cont-title.fc-point {
  border: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}

button.cont-title.fc-point span {
  margin-left: auto;
  margin-right: 0;
  border: 1px solid #d2d4d6;
  border-radius: 3px;
  background: #fff;
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  font-size: 0;
  position: relative;
}

button.cont-title.fc-point span::after {
  position: absolute;
  transform-origin: 50% 75%;
  transition: all 0.25s;
  left: calc(50% - 4px);
  top: calc(50% - 7px);
  transform: rotate(-180deg);
  content: "";
  border: 6px solid #5d6063;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

button.cont-title.fc-point.active span::after {
  transform: rotate(0deg);
}

.toggle-cont {
  display: none;
}

.toggle-cont.active {
  display: block;
}

.toggle-cont.cs-fold-box.active {
  display: flex;
}

.cont-title + .cs-table {
  margin-top: -10px;
}

.cont-title + .board-list__list-table {
  margin-top: -10px;
}

.cont-title + .board-list {
  margin-top: -10px;
}

.box-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
}

.box-content section::after {
  content: "";
  display: block;
  clear: both;
}

.box-content section + section {
  margin-top: 20px;
}

.box-content.box-content--point {
  border: 1px solid #a6a6a6;
}

.box-content.box-content--alert {
  display: flex;
  height: calc(100vh - 230px);
  align-items: center;
  justify-content: center;
}

.cont-alert {
  text-align: center;
}

.cont-alert strong {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.cont-box {
  background: #f3f8fb;
  border: 1px solid #e5e7eb;
  padding: 25px;
  border-radius: 7px;
}

.cont-section-btns {
  margin-top: 30px !important;
  padding-bottom: 15px;
}

.cont-section-btns,
.cont-section-btns .__left-btns,
.cont-section-btns .__right-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cont-section-btns > *,
.cont-section-btns .__left-btns > *,
.cont-section-btns .__right-btns > * {
  min-width: 100px;
}

.cont-section-btns .__left-btns {
  margin: auto;
  margin-left: 0;
}

.cont-section-btns .__right-btns {
  margin: auto;
  margin-right: 0;
}

.cont-question__header {
  margin-bottom: 20px;
}

.cont-question__header strong {
  display: block;
  font-size: 19px;
  color: #111;
  font-weight: 500;
}

.cont-question__header .cont-question__btns {
  margin-top: 10px;
}

.orgtree {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.orgtree .board-list-seacrh {
  width: 100%;
}

.orgtree .board-list-seacrh::after {
  content: "";
  display: block;
  clear: both;
}

.orgtree .orgtree-tree {
  width: 300px;
  margin-top: 10px;
}

.orgtree .board-list {
  width: calc(100% - 300px - 40px);
  margin-left: 40px;
}

.orgtree .col-image {
  display: none;
}

@media (max-width: 1000px) {
  .orgtree {
    display: block;
  }
  .orgtree .orgtree-tree {
    width: 100%;
  }
  .orgtree .board-list {
    margin-left: 0;
    width: 100%;
  }
}
.orgtree-tree {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.orgtree-tree .orgtree-tree__header {
  border-bottom: 1px solid #efefef;
  padding: 10px;
  text-align: right;
  background: #626262;
}

.orgtree-tree .orgtree-tree__header > * {
  background: #fff;
  line-height: 0;
}

.orgtree-tree .orgtree-tree__header > * + * {
  margin-left: 5px;
}

.orgtree-tree .orgtree-tree__cont {
  padding: 20px;
  height: 300px;
}

.orgtree-btn {
  height: 35px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background: #fff;
  font-size: 18px;
  color: #646464;
  transition: all 0.25s;
}

.orgtree-btn.active {
  background: #1c73bc;
  color: #fff;
  border-color: #1c73bc;
}

.assessment-banner {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.assessment-banner .assessment-banner__btn {
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: #fff;
  height: 40px;
  border: 0;
  border-radius: 5px;
  width: 180px;
  text-align: left;
  padding-left: 60px;
  background: url("../images/banner-assessment.png") #4578f6 left 10px bottom/40px no-repeat;
  transition: all 0.25s;
}

.assessment-banner .assessment-banner__btn:hover {
  background-color: #111111;
}

.assessment-banner .assessment-banner__left {
  width: 200px;
}

.assessment-banner .assessment-banner__right {
  flex: 1;
}

.assessment-banner .cs-list-check li {
  margin-top: 0;
  font-size: 14px;
}

.assessment-banner .cs-list-check li + li {
  margin-top: 4px;
}

@media (max-width: 1000px) {
  .assessment-banner {
    display: block;
  }
  .assessment-banner .assessment-banner__btn {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .assessment-banner .assessment-banner__left {
    width: auto;
  }
  .assessment-banner .assessment-banner__right {
    margin-top: 10px;
  }
}
.js__modal-assessment-guide {
  max-width: 700px;
}

.js__modal-assessment-guide .laymodal-content {
  padding: 30px;
}

@media (max-width: 1000px) {
  .js__modal-assessment-guide .laymodal-content {
    padding: 20px;
  }
}
.js__modal-assessment-guide h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  color: #4578f6;
  font-weight: 800;
}

.js__modal-assessment-guide h2 i {
  margin-right: 5px;
}

.assessment-guide-list, .assessment-guide-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.assessment-guide-list ul, .assessment-guide-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.assessment-guide-list > li + li {
  margin-top: 40px !important;
}

.assessment-guide-list li {
  font-size: 18px;
  font-weight: 800;
}

.assessment-guide-list li li {
  font-size: 15px;
  font-weight: normal;
}

.assessment-guide-list > li > ul {
  margin-top: 10px !important;
}

.assessment-guide-list > li > ul li {
  list-style-type: decimal;
  margin-left: 20px;
  padding-left: 5px;
}

.assessment-guide-list > li > ul li + li {
  margin-top: 10px;
}

.manager-group {
  display: flex;
  height: calc(100vh - 360px);
  gap: 40px;
}

.manager-group > * {
  flex: 1;
}

.manager-group > section {
  margin-top: 0 !important;
}

.manager-group .__cont-left,
.manager-group .__cont-right {
  display: flex;
  flex-direction: column;
}

.manager-group .__cont-left {
  flex-wrap: nowrap;
}

.manager-group .__cont-right {
  overflow: hidden;
  display: flex;
}

.manager-group .__cont-right .manager-group-person-data {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.manager-group .__cont-right .board-list {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}

.manager-group .__cont-right .board-list-cont {
  flex: 1;
  overflow-y: hidden;
  display: flex;
}

.manager-group .__cont-right .cs-paging {
  margin-top: auto;
  margin-bottom: 0;
}

.manager-group .api-jstree,
.manager-group .msg-info {
  height: 515px;
  overflow-y: auto;
}

.manager-group .msg-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.manager-group .group-selector {
  height: calc(100% - 40px);
}

.manager-group .box-content__btns {
  flex: 0;
}

.manager-menu-tree {
  display: flex;
  gap: 40px;
}

.manager-menu-tree > * {
  flex: 1;
}

.manager-menu-tree .__cont-left {
  height: calc(100vh - 230px);
  display: flex;
  flex-direction: column;
}

.manager-menu-tree .__cont-left .api-jstree {
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
}

.manager-menu-tree > section {
  margin-top: 0 !important;
}

.cont-use-stat {
  display: flex;
  gap: 40px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.cont-use-stat > section {
  margin-top: 0 !important;
}

.cont-use-stat .__cont-header {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: -5px;
}

.cont-use-stat .__cont-header .cont-title {
  margin-bottom: 0;
}

.cont-use-stat .__cont-header .__pull-right {
  margin-left: auto;
  margin-right: 0;
}

.cont-use-stat .__cont-left,
.cont-use-stat .__cont-right {
  height: calc(100vh - 310px);
  display: flex;
  flex-direction: column;
}

.cont-use-stat .__cont-left > .cs-table--selector, .cont-use-stat .__cont-left .cs-table,
.cont-use-stat .__cont-right > .cs-table--selector,
.cont-use-stat .__cont-right .cs-table {
  flex: 1;
}

.cont-use-stat .__cont-left {
  flex: 0 0 400px;
}

.cont-use-stat .__cont-right {
  flex: 0 0 calc(100% - 440px);
}

.api-jstree {
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 25px;
}

.api-jstree .api-jstree-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.api-jstree .api-jstree-header .cs-input-search {
  flex: 1;
}

.msg-info {
  box-sizing: border-box;
  text-align: center;
  background: #f9f9f9;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
}

.box-content__btns {
  display: flex;
  align-items: flex-start;
}

.box-content__btns .__left-btns,
.box-content__btns .__right-btns {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.box-content__btns .__left-btns hr,
.box-content__btns .__right-btns hr {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

.box-content__btns .__left-btns > *,
.box-content__btns .__right-btns > * {
  white-space: nowrap;
}

.box-content__btns .__left-btns div,
.box-content__btns .__right-btns div {
  display: flex;
  flex-wrap: wrap;
}

.box-content__btns .__left-btns div > * + *,
.box-content__btns .__right-btns div > * + * {
  margin-left: 5px;
}

.box-content__btns .--col {
  flex-direction: column;
}

.box-content__btns .--col > * + * {
  margin-top: 5px;
}

.box-content__btns .__col {
  flex-direction: column;
}

.box-content__btns .__col > * + * {
  margin-top: 5px;
}

.box-content__btns .__left-btns > *, .box-content__btns .__right-btns > * {
  margin: 2px;
}

.box-content__btns .__left-btns {
  margin-left: -2px;
}

.box-content__btns .__right-btns {
  margin-right: -2px;
  margin: 0 0 auto auto;
  justify-content: flex-end;
}

.hidden-table {
  display: none;
}

.hidden-table.active {
  display: table-row;
}

.cont-progress {
  padding-left: 10px;
  display: flex;
  gap: 30px;
}

.cont-progress ul, .cont-progress li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cont-progress ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.cont-progress ul > li,
.cont-progress > div {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  position: relative;
  color: rgba(0, 0, 0, 0.2509803922);
  font-weight: 100;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.cont-progress ul > li.active,
.cont-progress ul > li.current,
.cont-progress div {
  border: 2px solid #c6d4db;
  color: #fff;
  color: #111;
  position: relative;
  z-index: 1;
}

.cont-progress ul > li.active::before,
.cont-progress ul > li.current::before,
.cont-progress div::before {
  content: "";
  margin: auto;
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  border-radius: 50%;
  border: 1px solid #c6d4db;
  position: absolute;
  box-sizing: border-box;
  background: #c6d4db;
  z-index: -1;
}

.cont-progress ul > li.active span,
.cont-progress ul > li.current span,
.cont-progress div span {
  display: none;
}

.cont-progress ul > li.current {
  border-color: #1c73bc;
  color: #fff;
}

.cont-progress ul > li.current::before {
  border-color: #1c73bc;
  background: #1c73bc;
}

.cont-progress > div {
  flex: 0 0 75px;
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  color: #fff !important;
  border-color: #0fb749;
  font-weight: bold;
}

.cont-progress > div::before {
  border-color: #0fb749;
  background: #0fb749;
  z-index: -1;
}

.cont-progress > div.--ing {
  border-color: #d4d4d4;
  background: #e2e2e2;
  color: rgba(0, 0, 0, 0.3764705882) !important;
}

.cont-progress > div.--ing::before {
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.cont-progress .cont-progress__complete-date {
  display: block !important;
  position: absolute;
  bottom: -8px;
  font-size: 11px;
  background: #484848;
  white-space: nowrap;
  padding: 1px 4px;
  border-radius: 5px;
  font-weight: bold;
  color: #fff;
}

.cont-collect-date {
  padding: 10px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.cont-collect-date div:not(.cs-btn2) {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cont-collect-date .cs-btn2 {
  margin: auto;
  margin-right: 0;
}

.cont-collect-stat {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.cont-collect-stat .__agreement strong,
.cont-collect-stat .__opposition strong {
  display: block;
  font-size: 13px;
  margin-bottom: 3px;
}

.cont-collect-stat .__agreement strong b,
.cont-collect-stat .__opposition strong b {
  font-size: 15px;
}

.cont-collect-stat .__agreement span,
.cont-collect-stat .__opposition span {
  font-size: 12px;
  color: #888888;
}

.cont-collect-stat .__opposition {
  text-align: right;
}

.cont-collect-stat .__agreement b {
  color: #4578f6;
}

.cont-collect-stat .__opposition {
  margin-left: auto;
  margin-right: 0;
}

.cont-collect-stat .__opposition b {
  color: #da4e4e;
}

.cont-collect-stat .__statbar {
  margin-top: 10px;
  position: relative;
  background: #4578f6;
  height: 10px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.cont-collect-stat .__statbar div {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #da4e4e;
}

.cont-container-5 section + section {
  margin-top: 5px !important;
}

.cont-notify-default-tell {
  display: flex;
  gap: 40px;
}

.cont-notify-default-tell strong {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  border-right: 1px solid #eaedf3;
}

.dashboard-box {
  padding-left: 0;
  padding-right: 0;
}

.dashboard-box + .dashboard-box {
  margin-top: 50px;
}

.dashboard-box.dashboard-box-point {
  background: #4689da;
}

.dashboard-box.dashboard-box-point .dashboard-state {
  min-height: 80px;
}

.dashboard-box.dashboard-box-point .dashboard-state strong {
  color: rgba(255, 255, 255, 0.5647058824);
}

.dashboard-box.dashboard-box-point .dashboard-state > * {
  color: #fff;
}

.dashboard-box.dashboard-box-point .dashboard-state > *:hover div {
  color: #fff !important;
}

.no-maywork {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.dashbaord-box-wrap {
  display: flex;
  gap: 20px;
  margin-top: 30px !important;
}

.dashbaord-box-wrap .dashbaord-box-left {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.dashbaord-box-wrap .dashbaord-box-left section + section {
  margin: inherit;
}

.dashbaord-box-wrap .dashbaord-box-right {
  display: flex;
  flex-direction: column;
  flex: 0 0 200px;
}

.dashbaord-box-wrap .dashbaord-box-right .box-content {
  flex: 1;
  display: flex;
  justify-content: center;
}

.dashbaord-box-wrap .dashbaord-box-right .dashboard-state {
  flex-direction: column;
  gap: 25px;
}

.dashboard-title {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.dashboard-title span {
  font-weight: 100;
}

.dashboard-state {
  display: flex;
}

.dashboard-state > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: center;
}

.dashboard-state > * strong, .dashboard-state > * div {
  transition: all 0.25s;
}

.dashboard-state > * strong {
  font-weight: normal;
  display: block;
  color: #676767;
}

.dashboard-state > * div {
  font-size: 35px;
  font-weight: 800;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.dashboard-state > * div i {
  position: absolute;
  top: 0;
  margin-left: 5px;
}

.dashboard-state > *:hover strong, .dashboard-state > *:hover div {
  color: #1c73bc;
}

.dashboard-quick {
  display: flex;
  margin-top: 50px !important;
  font-size: 13px;
  gap: 15px;
}

.dashboard-quick .box-content {
  background: #eaeaea;
  flex: auto;
  display: flex;
  padding: 20px;
  white-space: nowrap;
  gap: 10px;
  justify-content: space-evenly;
  transition: all 0.25s;
}

.dashboard-quick .box-content:hover {
  background: #fff;
}

.dashboard-quick .box-content a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dashboard-quick .box-content a i {
  transition: all 0.25s;
}

.dashboard-quick .box-content a:hover {
  font-weight: bold;
  color: #1c73bc;
}

.dashboard-quick .box-content a:hover i {
  filter: invert(52%) sepia(54%) saturate(611%) hue-rotate(174deg) brightness(87%) contrast(95%);
}

.agg-checkboxs {
  margin-top: 10px;
}

.cont-state {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cont-state > * {
  box-sizing: border-box;
}

.cont-state .cont-row {
  display: flex;
}

.cont-state .cont2, .cont-state .cont4 {
  flex: 1;
  flex: 0 0 calc(100% - 380px);
}

.cont-state .cont1, .cont-state .cont3 {
  width: 350px;
}

.stat-map {
  width: 350px;
  height: 500px;
  border: 1px solid #dddddd;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  background: url("../images/map.png") no-repeat center;
}

.stat-item {
  z-index: 10;
  transition: all 0.25s;
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  padding: 15px 0;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 10px;
  background: transparent;
  margin-top: -105px;
  width: 40px;
  margin-left: -20px;
  align-items: center;
}

.stat-item .stat-header {
  width: 100%;
  opacity: 0;
  transition: all 0.25s;
}

.stat-item .stat-header > * {
  display: block;
  text-align: center;
}

.stat-item .stat-header strong {
  font-size: 15px;
  color: #000;
}

.stat-item .stat-header span {
  font-size: 11px;
  color: #3281c2;
}

.stat-item .stat-bar {
  position: relative;
  height: 50px;
  width: 10px;
  background: transparent;
  margin-top: 8px;
  border-radius: 5px;
  overflow: hidden;
}

.stat-item .stat-bar div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #3281c2;
  border-radius: 5px 5px 0 0;
}

.stat-item > button {
  display: flex;
  margin-top: 5px;
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: center;
  background: none;
  padding: 0;
  border: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 100;
}

.stat-item > button::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}

.stat-item.active {
  transform: scale(1);
  background: #fff;
  z-index: 20;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.13);
  width: 60px;
  margin-left: -30px;
}

.stat-item.active .stat-bar {
  background: #e4e4e4;
}

.stat-item.active .stat-header {
  opacity: 1;
}

.stat-item.locked button {
  color: #3281c2;
  font-weight: bold;
}

.stat-item.locked button::before {
  background: #3281c2;
}

.chart-bar {
  display: flex;
  background: #e5e5e5;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  color: #343434;
  margin-top: 27px;
}

.chart-bar > div {
  display: flex;
  padding: 0 10px;
  gap: 3px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-grow: 0;
  flex-shrink: 1;
}

.chart-bar strong {
  font-size: 16px;
}

.chart-bar span {
  font-size: 12px;
}

.chart-bar .chart-bar__blue {
  color: #ffffff;
  border-radius: 0 30px 30px 0;
  background: #3281c2;
}

.cont-mypage {
  padding-top: 80px !important;
  max-width: 1400px;
}

.con-transfer {
  display: flex;
}

.con-transfer .cont-title {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

.con-transfer > * {
  flex: 1;
}

.con-transfer .center-cont {
  flex: 0 0 100px;
}

.con-transfer .group-selector {
  height: 240px;
}

.con-transfer .center-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}

.con-transfer .center-cont button {
  margin-top: auto;
  margin-bottom: 125px;
  border: 2px solid #1c73bc !important;
  border-radius: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.cont-bookmark {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.cont-bookmark > section + section {
  margin-top: 0;
}

.cont-bookmark .group-add {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.cont-bookmark .bookmarksec-group {
  flex: 0 1 600px !important;
  padding-top: 0 !important;
}

.cont-bookmark .bookmarksec {
  flex: 1;
  padding-top: 45px;
  display: none;
}

.cont-bookmark .bookmarksec.active {
  display: block;
}

.cont-bookmark .group-add {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cont-bookmark .cs-table--selector .group-btn {
  height: 100%;
  width: 100%;
  text-align: left;
}

.cont-bookmark .cs-table--selector .selected button {
  font-weight: bold;
}

.cont-bookmark .cs-table--selector tbody tr:hover {
  cursor: default;
}

.cont-bookmark .cs-table--selector tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cont-bookmark .cs-list-normal li + li {
  margin-top: 5px !important;
}

.cont-state-table tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cont-state-table tbody td .fc-deco {
  display: block;
  text-align: center;
  font-size: 11px;
}

.cont-petition-cate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.cont-petition-cate-list button {
  margin: 5px;
  border: 0;
  background: none;
  position: relative;
  max-width: 100px;
}

.cont-petition-cate-list button::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/check.png") no-repeat center #1c73bc;
  position: absolute;
  right: 10px;
  top: 0;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.25s;
}

.cont-petition-cate-list button div {
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  transition: border-color 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.cont-petition-cate-list button div::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.cont-petition-cate-list button strong {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-weight: normal;
  color: #606060;
}

.cont-petition-cate-list button.active::after {
  transform: translateY(0);
  opacity: 1;
}

.cont-petition-cate-list button.active div {
  border: 3px solid #1c73bc;
}

.cont-petition-cate-list button.active strong {
  color: #1c73bc;
  font-weight: bold;
}

.group-stat {
  display: flex;
}

.group-stat > * {
  flex: 1;
  flex-shrink: 1;
}

.group-stat > * + * {
  margin-left: 50px;
}

.group-stat .group-stat__list {
  border: 1px solid #e5e7eb;
}

.group-stat .group-stat__list button {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  border-top: 1px solid #eaedf3;
  background: none;
  padding: 10px 0;
  transition: all 0.25s;
}

.group-stat .group-stat__list button:first-child {
  border-top: 0;
}

.group-stat .group-stat__list button .list-no,
.group-stat .group-stat__list button .ist-title,
.group-stat .group-stat__list button .list-view {
  text-align: center;
}

.group-stat .group-stat__list button .list-no {
  flex: 0 1 80px;
}

.group-stat .group-stat__list button .list-title {
  flex: 1;
  text-align: left;
}

.group-stat .group-stat__list button .list-view {
  flex: 0 1 150px;
}

.group-stat .group-stat__list button::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid #d3d3d3;
  right: 0;
  top: 0;
  border-left: 0;
  border-top: 0;
  right: 15px;
  top: calc(50% - 4px);
  transform: rotate(-45deg);
  transition: all 0.25s;
}

.group-stat .group-stat__list button.active {
  color: #fff;
  background: #21ad8e;
}

.group-stat .group-stat__list button.active::after {
  border-color: #fff;
}

.group-stat .group-stat__list-chart > strong {
  font-size: 17px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.chat-wrap {
  margin-top: 30px;
}

.login-input-tel {
  width: 100%;
  display: flex;
  align-items: center;
}

.login-input-tel > .login-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.login-input-tel > * {
  color: #616161;
}

.login-input-tel > *:not(select) {
  text-align: center;
}

.login-input-tel > span {
  flex: 0 0 16px;
}

.cs-step {
  display: flex;
  position: relative;
  z-index: 1;
}

.cs-step, .cs-step li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-step {
  content: "";
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.cs-step::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 16.6666666667%;
  right: 16.6666666667%;
  top: 20px;
  background: #d5d5d5;
  z-index: -1;
}

.cs-step li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  justify-content: space-between;
  color: #949494;
}

.cs-step li strong {
  font-weight: normal;
}

.cs-step li i {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #b0b0b0;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff;
  display: block;
  margin-bottom: 10px;
}

.cs-step li strong {
  font-size: 15px;
}

.cs-step li.active {
  padding-top: 0;
  color: #111;
}

.cs-step li.active i {
  width: 40px;
  height: 40px;
  content: "";
  background: #2750a3;
  border-color: #2750a3;
  position: relative;
}

.cs-step li.active i::after {
  content: "";
  width: 10px;
  height: 15px;
  border: 2px solid #fff;
  position: absolute;
  border-left: 0;
  border-top: 0;
  left: calc(50% - 5px);
  top: calc(50% - 10px);
  transform: rotate(45deg);
}

.ip-setting .ip-setting__selector {
  margin-bottom: 10px;
}

.ip-setting .cs-input {
  text-align: center;
}

.ip-setting .ip-setting__ip-scope > .cs-inputs-gap {
  width: 700px;
}

.ip-setting .ip-setting__ip-scope > .cs-inputs-gap > .t__gap {
  flex-basis: 30px;
}

.ip-setting .ip-setting__ip-multi {
  width: 500px;
}

.ip-setting .ip-setting__ip-multi .t__item {
  display: flex;
}

.ip-setting .ip-setting__ip-multi .t__item > button {
  flex: 0 0 50px;
  margin-left: 10px;
}

.ip-setting .ip-setting__ip-multi .t__item + .t__item {
  margin-top: 5px;
}

.ip-setting .ip-setting__ip-multi__btn {
  margin-top: 5px;
}

.agg-box {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.agg-box > strong {
  display: block;
  padding: 15px 15px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 13px;
  background: rgba(226, 233, 237, 0.5647058824);
}

.agg-box .agg-box__content {
  box-sizing: border-box;
  padding: 15px;
  height: 150px;
  overflow-y: auto;
  font-size: 11px;
  line-height: 1.25em;
  color: #6f6f6f;
}

.agg-box .agg-box__content .fz-b {
  font-size: 12px !important;
}

.agg-box .agg-box__content.--heightauto {
  height: auto;
}

.agg-box-inputs {
  margin-top: 10px;
  padding-left: 10px;
  display: flex;
}

.agg-box-inputs label + input + label {
  margin-left: 20px;
}

.agg-box-inputs label {
  display: flex;
  align-items: center;
}

.agg-box-inputs label span {
  margin-right: 5px;
}

.agg-box-inputs section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.join-complete {
  text-align: center;
  border: 1px solid #c3c7cf;
  border-radius: 10px;
  overflow: hidden;
  width: 600px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 100px;
}

.join-complete > div {
  font-size: 15px;
}

.join-complete a {
  width: 200px;
  margin-top: 30px;
}

.join-complete i {
  margin-bottom: 20px;
}

.npki-reflash {
  border-top: 1px solid #e5e7eb;
  margin-top: 50px !important;
  padding-left: 50px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
}

.npki-reflash input {
  width: calc(50% - 5px);
}

.npki-reflash .npki-reflash-ipt2 {
  margin-left: 10px;
}

.npki-reflash button {
  margin-top: 10px;
  width: 100%;
}

.login-header {
  text-align: center;
}

.login-header h2 {
  font-size: 18px;
  color: #111111;
  text-align: center;
}

.login-header div {
  font-size: 14px;
  color: #515151;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}

.login-input {
  height: 40px;
  border: 1px solid #d6d4d4;
  border-radius: 3px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 14px;
}

.login-btn {
  border-radius: 3px;
  background: #1c73bc;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  border: 0;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  font-weight: bold;
}

.login-btn:not(button) {
  line-height: 50px;
}

.cont-login-wrap h1 {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}

.login-finder {
  width: 800px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.login-finder__btns {
  margin-top: 20px;
  text-align: center;
  justify-content: center;
}

.login-finder__btns > * {
  height: 40px;
  font-weight: normal;
  font-size: 14px;
  width: 150px;
}

.login-finder__btns > *:not(button) {
  line-height: 40px;
}

.login-finder__result {
  background: #f3f8fc;
  width: 500px;
  box-sizing: border-box;
  margin-top: 40px;
  border-radius: 10px;
  padding: 30px;
  font-size: 14px;
  color: #515151;
  line-height: 2em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.login-finder__result span {
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 4px 7px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  border-radius: 3px;
  margin-top: -3px;
  font-weight: bold;
}

.login-finder__frm form {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.login-finder__frm form > section {
  display: flex;
  width: 500px;
}

.login-finder__frm form > section > strong {
  flex: 0 0 85px;
  font-size: 14px;
  color: #111;
  display: flex;
  align-items: center;
}

.login-finder__frm form > section > div {
  flex: 1;
}

.groupreq-cont, .groupreq-cont2 {
  display: flex;
  flex-wrap: wrap;
}

.groupreq-cont label, .groupreq-cont2 label {
  margin-left: 0;
}

.groupreq-cont > label, .groupreq-cont > div, .groupreq-cont2 > label, .groupreq-cont2 > div {
  flex: 0 0 calc(33.333% - 12px);
  box-sizing: border-box;
  margin: 6px !important;
}

.groupreq-cont2 {
  flex-wrap: nowrap;
  flex-direction: column;
}

.groupreq-cont2 > label, .groupreq-cont2 > div {
  flex: auto;
}
/*# sourceMappingURL=maps/content.css.map */

.topFilter .left .filter-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topFilter .left .filter-item + .filter-item {
  margin-left: 36px;
}

.topFilter .left .filter-item > span {
  min-width: 110px;
  font-weight: 500;
  white-space: nowrap;
}