* {
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

noscript {
  box-sizing: unset;
  word-wrap: unset;
  word-break: unset;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #131315;
  font-family: "Noto Sans Korean Regular", sans-serif;
  overflow: hidden;
}

#root {
  width: 100%;
  height: 100%;
}

form {
  display: inline;
}

input,
textarea,
select,
button {
  padding: 0;
  margin: 0;
}

.wrap {
  width: 100%;
  height: 100%;
  min-width: 1400px;
  min-height: 700px;
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: 0.75rem;
}

#l-global-header {
  width: 100%;
  min-width: 1200px;
  height: 35px;
  background: #5a627c;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#l-global-header .logo {
  width: 55px;
  height: 100%;
  background: #363e5b;
}

#l-global-header .brand,
#l-global-header .breadcrumb,
#l-global-header .login-info {
  height: 100%;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#l-global-header .brand {
  width: 192px;
  background: #363e5b;
}

#l-global-header .breadcrumb {
  width: calc(100% - 447px);
  color: #ebecf6;
  font-size: 0.9rem;
  padding-left: 15px;
  padding-top: 2px;
}

#l-global-header .breadcrumb span {
  line-height: 17px;
}

#l-global-header .login-info {
  width: 200px;
  padding-right: 20px;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#l-global-header .login-info .logout-icon {
  width: 29px;
  height: 29px;
  margin: 2px;
  border-radius: 3px;
  cursor: pointer;
}

#l-global-header .login-info .logout-icon:hover {
  background: #7681a4;
}

#l-global-header .login-info .user {
  width: 150px;
  font-size: 0.75rem;
  color: #dadfec;
  line-height: 33px;
  text-align: right;

  white-space: nowrap;
  overflow: hidden;
}

#l-global-container {
  width: 100%;
  height: calc(100% - 35px);

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  background: #5a627c;
}

.list-footer,
#l-global-footer {
  width: 100%;
  height: 45px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

#l-global-nav .menu {
  width: 55px;
  height: 100%;
  background: #354b6b;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#l-global-nav .menu .menu-item {
  width: 100%;
  height: 56px;
  font-size: 0.7rem;
  text-align: center;
  border-radius: 5px;

  cursor: pointer;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  justify-content: center;
}

#l-global-nav .menu .menu-item:hover {
  background: #5c6d8d;
}

#l-global-nav .menu .menu-item.is-selected {
  background: #6d86c3;
  font-family: "Noto Sans Korean Medium", sans-serif;
}

#l-secondary-nav {
  width: 192px;
  height: 100%;
  background: #f8faff;
  border-right: 1px solid #99aac1;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#l-secondary-nav .title {
  height: 56px;
  line-height: 56px;
  font-size: 1.1rem;
  color: #627fbb;
  margin: 0 12px;
  font-family: "Noto Sans Korean Medium";
}

#l-secondary-nav.index .title {
  height: 56px;
  line-height: 56px;
  color: #627fbb;
  margin: 0 12px;
  cursor: pointer;
}

#l-secondary-nav .nav-items {
  width: 100%;
  height: calc(100% - 250px);
  overflow-y: auto;
}

#l-secondary-nav .nav-items .item {
  width: calc(100% - 12px);
  margin: 0 6px;
  line-height: 30px;
  font-size: 0.75rem;
  color: #40424a;
  border-radius: 3px;
  padding: 0 6px;
  white-space: nowrap;

  overflow: hidden;
  cursor: pointer;
}

#l-secondary-nav .nav-items>div:last-child {
  margin-bottom: 6px;
}

#l-secondary-nav .nav-items .item.sub-item {
  color: #567694;
  padding-left: 15px;
}

#l-secondary-nav .nav-items .item:hover {
  background: #cdf6ff;
}

#l-secondary-nav .nav-items .item.is-selected {
  background: #7c96db;
  color: #fff;
}

#l-secondary-nav .nav-items .item.sub-title .icon {
  margin-left: 5px;
  font-size: 0.9rem;
}

#l-secondary-nav .nav-footer {
  width: 100%;
  height: 45px;
  background: url(../images/footer_logo.png) no-repeat center bottom;
}

#l-secondary-nav .recent {
  width: 100%;
  height: 300px;
  border-top: 1px solid #acb2d2;
}

#l-secondary-nav .recent .recent-title {
  height: 20px;
  color: #133773;
}

#l-secondary-nav .recent .recent-title>span:first-child {
  width: 135px;
  display: inline-block;
  padding-left: 9px;
}

#l-secondary-nav .recent .recent-title button {
  min-width: 40px;
  height: 16px;
  padding: 0;
  color: #1f54ad;
  border-radius: 3px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  border: 1px solid #8691ce;
  border-top: 1px solid #fff;
}

#l-secondary-nav .recent .recent-title button:hover {
  border-top: 1px solid #dcf9ff;
}

#l-secondary-nav .recent .recent-title button>img {
  margin-bottom: 7px;
}

#l-secondary-nav .recent .recent-list {
  height: calc(100% - 25px);
  color: #3964aa;
  line-height: 0.85rem;
  font-size: 0.75rem;
  overflow-y: auto;
}

#l-secondary-nav .recent .recent-list div {
  height: 30px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#l-secondary-nav .recent .recent-list div span {
  display: inline-block;
  cursor: pointer;
}

#l-secondary-nav .recent .recent-list div span:first-child {
  margin-left: 5px;
  padding: 3px;
  padding-left: 8px;
  border-radius: 3px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

#l-secondary-nav .recent .recent-list div span:first-child:hover {
  background: #dcf9ff;
}

#l-secondary-nav .recent .recent-list div span.close {
  width: 26px;
  height: 26px;
  margin: 2px;
  border-radius: 3px;
  background: url(../images/recent_close.svg) no-repeat center center;
  cursor: pointer;
}

#l-secondary-nav .recent .recent-list div span.close:hover {
  background: #cdf6ff url(../images/recent_close.svg) no-repeat center center;
}

#main-column {
  width: calc(100% - 252px);
  min-width: 220px;
  height: calc(100% - 5px);
  border-radius: 4px;
  background: #fff;
}

#main-column.index {
  background: url(../images/index_back.svg) no-repeat center center,
    url(../images/company_logo.svg) no-repeat right bottom #fff;
}

.main-header {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #99aac1;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

input[type="text"].date {
  width: 80px;
  margin: 0 3px;
  text-align: center;
}

input[type="text"].search {
  width: 123px;
  margin: 0 3px;
  padding-right: 25px;
}

.l-side .list-title {
  font-size: 0.9rem;
  color: #4e5876;
}

.l-side .list-subtitle {
  font-size: 0.8rem;
  color: #9299b0;
  margin-left: 10px;
}

.absolute-wrap {
  position: relative;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.absolute-wrap>input[type="text"] {
  padding-right: 25px;
}

.main-header .absolute-wrap>input[type="text"] {
  width: 200px;
}

.absolute-wrap span {
  width: 24px;
  height: 22px;

  position: absolute;
  font-size: 0.75rem;
  padding: 4px;
  margin: 1px;
  top: 0;
  right: 2px;
  border-radius: 3px;
  cursor: pointer;
}

.absolute-wrap span:hover {
  background: #cdf6ff;
}

.layer-popup .absolute-wrap span {
  right: 0;
}

.layer-popup .absolute-wrap+span {
  margin: 0 5px;
}

.layer-popup .absolute-wrap>input[readonly]+span,
.layer-popup .absolute-wrap>input[disabled="disabled"]+span {
  opacity: 0.5;
  cursor: default;
}

.layer-popup .absolute-wrap>input[readonly]+span:hover,
.layer-popup .absolute-wrap>input[disabled="disabled"]+span:hover {
  background: unset;
}

.list-group.level-one {
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.main-header+.list-group.level-one {
  height: calc(100% - 55px);
}

.review-list-group,
.report-group,
.list-group.level-two,
.list-group.level-three {
  width: 100%;
  height: calc(100% - 55px);
}

.review-list-group .sch_wrap {
  height: calc(100% - 33px);
  margin-bottom: 27px;
}

.review-list-group .sch_wrap .report-group {
  height: 100%;
}

.report-group {
  padding: 10px 0 10px 30px;
}

.list-header+.report-group {
  height: calc(100% - 100px);
}

.report-group .reportPage {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.report-group .reportPage table {
  margin: 0 auto;
}

.tab {
  width: 100%;
  height: 33px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.tab .tab-name {
  min-width: 100px;
  height: 33px;
  padding: 5px 30px;
  border-bottom: 1px solid #8e93a8;
  line-height: 20px;
  font-size: 0.9rem;
  color: #777879;
  text-align: center;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
}

.tab .tab-name:hover {
  color: #32384c;
  background: #d2f5ff;
}

.tab .tab-name.fluid {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;

  cursor: unset;
}

.tab .tab-name.is-selected {
  background: linear-gradient(#fbf7fb, #fdfcfd);
  border-right: 1px solid #8e93a8;
  border: 1px solid #8e93a8;
  border-bottom: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Noto Sans Korean Medium";
  color: #32384c;
  cursor: unset;
}

.tab .tab-name.is-selected:hover,
.tab .tab-name.fluid:hover {
  color: unset;
  background: unset;
}

.tab .tab-name.is-selected:hover {
  background: linear-gradient(#fbf7fb, #fdfcfd);
}

.layer-popup .tab {
  width: calc(100% - 60px);
  margin: 0 30px;
  font-size: 0.8rem;
}

.layer-popup .tab .tab-name.is-selected {
  font-size: 0.9rem;
  border-top: 1px solid #8e93a8;
  border-left: 1px solid #8e93a8;
}

.list-group .list-header {
  width: 100%;
  height: 55px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list-group.level-three .list-header,
.list-group.level-two .list-header {
  height: 45px;
}

.main-header>div,
.list-group .list-header>div {
  height: 24px;
  margin: 0 15px;
}

.list-header span.list-title {
  margin: 0 15px;
  margin: 0 15px 0 3px;
  line-height: 35px;
}

.list-group .list-header>div {
  margin: 0;
}

.main-header div button,
.list-group .list-header div button,
.main-header div input[type="text"],
.list-group .list-header div [type="text"],
.main-header div select,
.list-group .list-header div select {
  margin: 0 2px;
}

.l-side input[type="checkbox"],
.r-side input[type="checkbox"] {
  margin: 0 2px;
}

.l-side>span.info_notice,
.r-side>span.info_notice {
  font-size: 0.75rem;
  line-height: 19px;
  color: #6882a4;
  margin: 0 20px;
  text-indent: 21px;
  background: url(/public/static/images/info_icon_s.png) no-repeat left 50%;
}

.minicaption {
  font-size: 0.75rem;
  line-height: 15px;
  color: #6882a4;
}

.caption {
  font-size: 0.7rem;
  color: #7f889d;
  text-align: right;
  margin: 0 5px 0 10px;
}

.value {
  font-size: 0.8rem;
  color: #131315;
  margin-right: 10px;
}

.sub-text {
  color: #84899b;
  margin-left: 5px;
  margin-right: 15px;
}

/*정렬*/
.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.flex-align-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.list-group .list-body {
  width: 100%;
  height: calc(100% - 100px);
  background: #fbfbfb;
  border: 1px solid #c4c6d7;
  border-radius: 5px;
  overflow: auto;
}

.list-group.level-three .list-body,
.list-group.level-two .list-body {
  height: calc(100% - 90px);
  border: 1px solid #c4c6d7;
  border-radius: 5px;
}

.list-group .list-body.no-footer {
  height: calc(100% - 45px);
}

.list-group.level-two.add-tab .list-body {
  height: calc(100% - 104px);
}

.list-group.level-two.add-tab.no-footer .list-body {
  height: calc(100% - 78px);
}

.list-group.level-two.add-tab.no-footer div.sch_wrap {
  height: calc(100% - 33px);
}

.list-group.level-two.add-tab.no-footer div.sch_wrap .main-header {
  border-bottom: 1px solid #d0dae7;
}

.list-group.level-two.add-tab.no-footer div.sch_wrap .main-header>div {
  margin: 0;
}

.list-group.level-two.add-tab.no-footer div.sch_wrap .list-body {
  height: calc(100% - 45px);
}

.list-group.level-two.add-tab.no-footer div.sch_wrap .list-group.level-one {
  padding: 0;
}

.list-body.schedule {
  padding: 0 20px 20px 20px;
  background: #fff;
}

.list-body.schedule table {
  margin: 0 auto;
}

/*가로정렬 다중 리스트*/
.list-group.only-horizontal-list,
.list-group.horizontal-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

/*세로정렬 다중 리스트*/
.list-group.only-vertical-list,
.list-group.vertical-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.list-group.vertical-list>div {
  height: 50%;
}

.list-group.vertical-list>div:first-child {
  height: 50%;
}

/*세로 방향으로만 리스트 다중*/
.list-group.only-vertical-list {
  padding: 0 20px 20px 20px;
}

/*가로 방향으로만 리스트 다중*/
.list-group.only-horizontal-list {
  padding: 0 0 0 20px;
}

.list-group.only-horizontal-list>div {
  padding-right: 20px;
}

.list-group.level-two.horizontal-list>div:last-child,
.list-group.level-three.horizontal-list>div:last-child>div,
.list-group.horizontal-list>div:first-child,
.list-group.vertical-list>div {
  padding: 0 20px 20px 20px;
}

.list-group.level-two.horizontal-list>div:last-child,
.list-group.level-three.horizontal-list>div:last-child>div {
  padding: 0 20px 20px 0;
}

.list-group.level-two.vertical-list>div:first-child {
  padding: 0 20px;
}

.list-group.setting.add-tab,
.review-list-group,
.list-group.level-two.add-tab {
  padding: 20px;
}

.list-group.level-three.vertical-list>div.flex-row>div:first-child {
  padding: 0 20px 0 0;
}

/*시스템관리 환경설정*/
.list-group.setting.add-tab {
  height: 100%;
}

.main-header+.list-group.setting {
  height: calc(100% - 55px);
  padding: 0 20px 20px 20px;
  overflow-y: auto;
}

.list-group.setting .list-header,
.list-group.setting.add-tab .list-header {
  height: 40px;
  margin-top: 10px;
}

.list-group.setting .list-body,
.list-group.setting.add-tab .list-body {
  height: calc(100% - 40px);
  padding: 5px 0;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  overflow: hidden;
}

.list-group.setting .list-body.setting>div {
  width: 350px;
  height: 100%;
  border-right: 1px solid #e8e8e8;
  padding: 5px 10px;
}

.list-group.setting .list-body.setting>div.wide {
  width: 600px;
}

.list-group.setting .list-body.setting>div>.set-item {
  height: 30px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.list-group .list-body.setting>div>.set-title:first-child {
  padding-top: 0;
}

.list-group .list-body.setting>div>.set-title {
  line-height: 30px;
  font-size: 0.8rem;
  padding-left: 10px;
  color: #434d65;
  padding-top: 15px;
}

.list-group .list-body.setting>div>.set-item-list {
  width: 100%;
  height: calc(100% - 30px);
  border: 1px solid #cecfd2;
  border-radius: 3px;
  text-align: center;
  padding: 3px;
  overflow-y: auto;
}

.list-group .list-body.setting>div>.set-item-list>div {
  width: 100%;
  line-height: 30px;
  border-radius: 2px;
  font-size: 0.9rem;
  margin-bottom: 1px;
  cursor: pointer;
}

.list-group .list-body.setting>div>.set-item-list>div.is-selected {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.list-group .list-body.setting>div>.set-item-list>div:hover {
  background: #cdf6ff;
}

.list-group .list-body.setting>div>.set-item .set-caption {
  width: 65px;
  font-size: 0.7rem;
  color: #7f889d;
  text-align: right;
  margin: 0 5px 0 0;
}

.list-group .list-body.setting>div>.set-item .set-caption.wide {
  width: 100px;
}

.list-group .list-body.setting>div>.set-item .set-value {
  color: #131315;
  font-size: 0.8rem;

  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group.setting .list-header .list-title {
  margin: 0;
}

.list-group .list-body.setting>div .set-list-header {
  height: 30px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list-group .list-body.setting>div .set-list-body {
  height: calc(100% - 30px);
  border: 1px solid #b1b6be;
  border-radius: 3px;
  overflow: auto;
}

/*시스템관리 환경설정*/

/*tab만 있을 경우 사용*/
.list-group.level-two.only-tab {
  height: 100%;
  padding: 20px;
}

.list-group.level-two.only-tab>.list-group {
  height: calc(100% - 33px);
  padding: 20px 0 0 0;
}

.list-group.level-two.only-tab>.list-group>div:first-child {
  height: 100%;
  padding-left: 0;
  padding-bottom: 0;
}

.list-group.level-two.only-tab>.list-group>div:last-child {
  height: 100%;
  padding-right: 0;
  padding-bottom: 0;
}

.list-group.level-two.only-tab>.list-group>div .list-body {
  height: calc(100% - 45px);
}

/*리스트 테이블*/
.popup-table-wrap table,
.list-group table {
  background: #fff;
  border-collapse: separate;
  table-layout: fixed;
  border-spacing: 0;
  font-size: 0.76rem;
}

.popup-table-wrap table tr:hover,
.list-group table tr:hover {
  background: #cdf6ff;
}

.popup-table-wrap table tr.is-selected,
.list-group table tr.is-selected {
  background: #546ecb;
  color: #fff;
}

.popup-table-wrap table tr.is-selected input[type="checkbox"],
.list-group table tr.is-selected input[type="checkbox"] {
  border: 1px solid #f5f9ff;
}

.popup-table-wrap table thead,
.list-group table thead {
  border-top: unset;
}

.popup-table-wrap table tbody,
.list-group table tbody {
  height: calc(100% - 24px);
}

.popup-table-wrap table th,
.list-group table th {
  height: 25px;
  font-weight: normal;
  font-size: 0.7rem;
  background: #fff;
  color: #7b8ca7;
  padding: 2px 5px;
  border-bottom: 1px solid #c5c7ce;
  position: sticky;
  top: 0;
}

.popup-table-wrap table td,
.popup-table-wrap table th,
.list-group table td,
.list-group table th {
  border-right: 1px solid #e4e5ea;
  border-bottom: 1px solid #e4e5ea;
}

.popup-table-wrap table td.focusTd,
.list-group table td.focusTd {
  outline: unset;
  border: 1px dashed #ffbf85;
}

.popup-table-wrap table td.is-editing,
.list-group table td.is-editing {
  background: #8e9ff7;
}

.popup-table-wrap table th,
.list-group table th {
  border-bottom: 1px solid #c3c6d7;
  background: #fffaf7;
}

.dragging {
  background: #f2fff9 !important;
  color: #2e574e !important;
  cursor: move;
}

.hovering {
  background: #e9faff !important;
  color: #424f7a !important;
  cursor: move;
}

.popup-table-wrap td,
.list-group td {
  height: 30px;
  padding: 5px;
  line-height: 1rem;
}

.list-footer {
  width: 100%;
  height: 44px;
  font-size: 0.75rem;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.list-footer-button {
  width: 100%;
  height: 44px;
  font-size: 0.75rem;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.layer-popup .list-footer {
  border-top: unset;
}

.list-footer li {
  color: #131315;
  line-height: 26px;
  border-radius: 3px;
  padding: 0 10px;
  cursor: pointer;
}

.list-footer li.arrow {
  padding: 0 5px;
}

.list-footer li:hover {
  background: #cdf6ff;
}

.list-footer li.is-selected {
  background: #7c96db;
  color: #fff;
}

.list-footer li img {
  vertical-align: text-top;
}

li:hover.is-disabled,
li.is-disabled {
  opacity: 0.5;
  background: unset;
  cursor: default;
}

.list-footer>div {
  width: 120px;
}

.list-footer>div.num-result {
  text-align: right;
  padding-right: 20px;
}

.list-footer>div.num-result span {
  color: #72788b;
  font-size: 0.75rem;
  margin-right: 5px;
  margin-left: 5px;
}

/* popup */
.gray-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  background: rgba(21, 47, 80, 0.1);
  position: absolute;
  top: 0;
  z-index: 1004;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-align-content: center;
  align-content: center;

  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.layer-popup {
  width: 600px;
  height: 80%;
  border-radius: 10px;
  background: #fff;
  border: 3px solid #414e64;
  box-shadow: 0 0 10px 10px rgba(40, 39, 41, 0.1);
}

.layer-popup.info {
  width: 700px;
  height: 250px;
}

.layer-popup.info .p-header {
  border-bottom: unset;
  cursor: default;
}

.layer-popup.info .p-content {
  font-size: 2rem;
  font-family: 'Noto Sans Korean Bold';

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.layer-popup.info .p-footer {
  border-top: unset;

  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
}

.layer-popup.info .p-footer button {
  width: 150px;
  height: 37px;
  font-size: 1.1rem;
  font-family: 'Noto Sans Korean Bold';
  margin-top: -10px;
}

.layer-popup.info .p-footer button img {
  width: 30px;
}

.layer-popup.wide {
  width: 1200px;
  height: 80%;
}

.layer-popup.wide .wide-content {
  height: calc(100% - 95px);

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.layer-popup.wide .wide-content .p-content {
  width: 50%;
  height: 100%;
}

.layer-popup.wide .wide-content .p-content:last-child {
  border-left: 1px solid #dae5f3;
}

.layer-popup.column-list {
  width: 670px;
  height: 520px;
}

.layer-popup.large {
  width: 1200px;
  height: 90%;
}

.layer-popup.small {
  width: 400px;
  height: 400px;
}

.layer-popup .p-header {
  width: 100%;
  border-bottom: 1px solid #c1cdde;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  cursor: pointer;
}

.layer-popup .popup-title {
  width: calc(100% - 35px);
  height: 45px;
  color: #133773;
  font-size: 1rem;
  line-height: 45px;
  padding-left: 20px;
  font-family: "Noto Sans Korean Medium";

  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-popup-wrap .popup-close,
.layer-popup .popup-close {
  width: 35px;
  height: 35px;
  color: #272b4d;
  border-radius: 3px;
  padding: 2px;
  margin: 5px 5px 0 0;
  cursor: pointer;
}

.top-popup-wrap .popup-close:hover,
.layer-popup .popup-close:hover {
  background: #d2f5ff;
}

.top-popup-wrap .popup-close span,
.layer-popup .popup-close span {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 35px;
  text-align: center;
}

.layer-popup .p-content {
  height: calc(100% - 95px);
  padding-bottom: 20px;
  overflow-y: auto;
  position: relative;
}

.layer-popup .p-content .disabled-wrap {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.layer-popup .p-content>div.disabled-wrap:first-child+.column,
.layer-popup .p-content>div:first-child {
  padding: 20px 0 5px 0;
}

.layer-popup .p-content .line {
  border-top: 1px solid #dae5f3;
  margin: 30px 30px 0 30px;
  padding-top: 30px;
}

.layer-popup .p-content .slim-line {
  border-top: 1px solid #dae5f3;
  margin: 10px 0;
}

.layer-popup .p-content .column,
.layer-popup .p-content .column-2,
.layer-popup .p-content .column-3,
.layer-popup .p-content .column-3-2to1,
.layer-popup .p-content .column-3-1to2 {
  width: calc(100% - 60px);
  min-height: 32px;
  padding: 5px 0;
  margin: 0 30px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.layer-popup .p-content .column .value,
.layer-popup .p-content .column-2 .value,
.layer-popup .p-content .column-3 .value,
.layer-popup .p-content .column-3-2to1 .value,
.layer-popup .p-content .column-3-1to2 .value,
.layer-popup .p-content .column .value {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.layer-popup .p-content .column.flex-column .value {
  width: 100%;
}

.layer-popup .p-content .value .full {
  width: 90%;
}

.layer-popup .p-content .value span.info {
  color: #84899b;
  margin-left: 5px;
  font-size: 0.75rem;
  line-height: 24px;
}

.layer-popup .p-content .caption {
  width: 90px;
  padding: 0 10px 0 0;
  margin: 0;
  color: #6d7287;
  font-size: 0.7rem;
  /*word-break: keep-all;*/
  line-height: 0.85rem;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.layer-popup.column-list .p-content .caption {
  width: 100px;
}

.layer-popup .p-content .caption.required {
  color: #35998b;
}

.layer-popup .p-content .value {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-right: unset;
}

.layer-popup .p-content .align-top {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.vertical-checkbox,
.layer-popup .p-content .value .vertical-checkbox {
  width: 16px;
  font-size: 0.75rem;
  margin-right: 17px;
  text-align: center;
}

.vertical-checkbox>input[type="checkbox"],
.layer-popup .p-content .value .vertical-checkbox input {
  margin-top: -7px;
}

.layer-popup .popup-table-wrap {
  width: 100%;
  height: 300px;
  border: 1px solid #c4c6d7;
  background: #fbfbfb;
  border-radius: 5px;
  overflow: auto;
}

.layer-popup .full-height .popup-table-wrap {
  height: calc(100% - 50px);
}

.layer-popup .popup-main-header,
.layer-popup .popup-table-header,
.layer-popup .popup-table-footer {
  width: 100%;
  height: 40px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*팝업테이블 상단 검색조건*/
.layer-popup .popup-table-header {
  height: 40px;
}

/*.layer-popup .popup-table-header.info {
  height: 30px;
  border-bottom: 1px solid #d0dae7;
}*/
.layer-popup .popup-table-header.info {
  height: 30px;
  border-radius: 3px;
  background: #edf0fc;
  border: 1px solid #ced3ea;
  margin: 5px;
  padding: 0 15px;
}

.layer-popup .popup-main-header .caption,
.layer-popup .popup-table-header .caption {
  width: auto;
  margin-left: 20px;
}

.layer-popup .popup-main-header .caption:first-child,
.layer-popup .popup-table-header .caption:first-child {
  margin-left: 0;
}

.layer-popup .popup-table-header .p-value {
  width: auto;
  margin-right: 20px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.layer-popup .popup-table-header .p-value:last-child {
  margin-right: 0;
}

.layer-popup .popup-table-header .p-value .blue {
  font-size: 0.9rem;
  color: #445ce0;
  margin: 0 5px;
}

.layer-popup .popup-table-header .p-value .default {
  font-size: 0.8rem;
  color: #878a9b;
  margin: 0 5px;
}

.layer-popup .popup-table-header .l-side {
  margin-left: 30px;
}

.layer-popup .popup-table-header .r-side {
  margin-right: 30px;
}

/*Large popup 양쪽여백 삭제*/
.layer-popup .column.flex-column .popup-table-header .r-side {
  margin-right: 0;
}

.layer-popup .column.flex-column .popup-table-header .l-side {
  margin-left: 0;
}

.center-btn-wrap {
  width: 100px;
  padding: 0 10px;
}

.center-btn-wrap>button {
  min-width: 80px;
  margin: 0 0 7px 0;
}

button.btn-apply {
  width: 80px;
  margin-left: 8px;
}

ratingmark,
dayweek>.value,
partner,
adcodecheckcrtl,
.l-side,
.r-side {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.top-popup-wrap .p-footer,
.layer-popup .p-footer {
  height: 50px;
  border-top: 1px solid #c1cdde;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.layer-popup .p-content .column.flex-column .value,
.layer-popup .p-content .value.flex-column,
.flex-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flex-column.full-height {
  height: calc(100% - 35px);
}

.top-popup-wrap .p-header .popup-title,
.layer-popup,
table {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* 찾기, 바꾸기 팝업 */
.layer-popup.custom-popup,
.layer-popup.find-and-change {
  height:
    /*450px*/
    auto;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 350px);
}

.layer-popup.find-and-change.fold {
  height: 255px;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 350px);
}

.layer-popup.find-and-change .p-content select {
  margin-right: 4px;
}

.layer-popup.custom-popup .p-content .title,
.layer-popup.find-and-change .p-content .title {
  line-height: 15px;
  font-size: 0.8rem;
  color: #434d65;
  padding-top: 10px;
}

.layer-popup.custom-popup .p-content .line,
.layer-popup.find-and-change .p-content .line {
  margin-bottom: 0;
  padding: 5px 0;
  position: relative;
}

.layer-popup.find-and-change .p-content .line button {
  height: 17px;
  border: 1px solid #bdcada;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  border-top: unset;

  position: absolute;
  right: 0;
  top: 0;
}

.layer-popup.find-and-change .p-content .line button img {
  padding-bottom: 2px;
}

/* 상단 팝업*/
.top-popup-wrap {
  width: 400px;
  height: 230px;
  min-height: 230px;
  color: #494962;
  font-size: 0.85rem;
  border-radius: 6px;
  border: 1px solid #6c7b9c;
  background: #fff;
  box-shadow: 0 0 8px rgba(46, 53, 79, 0.2);
  position: absolute;
  top: 60px;
  left: calc(50% - 200px);
  z-index: 1200;
}

.top-popup-wrap.edit-sch-popup {
  width: 350px;
  height: 500px;
}

.top-popup-wrap.error {
  background: rgba(254, 231, 236, 0.97);
}

.top-popup-wrap .p-header {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #e2e5ea;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.top-popup-wrap .p-header .popup-title {
  width: calc(100% - 35px);
  color: #133773;
  font-size: 1rem;
  padding-left: 15px;
  font-family: "Noto Sans Korean Medium";
}

.top-popup-wrap .p-header .popup-close {
  width: 30px;
  height: 30px;
  margin: 0;
}

.top-popup-wrap .p-header .popup-close span {
  font-size: 1.5rem;
  line-height: 27px;
}

.top-popup-wrap .content {
  width: 100%;
  height: calc(100% - 100px);
  color: #17171b;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.9rem;
  font-family: "Noto Sans Korean Medium";

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.top-popup-wrap.edit-sch-popup {
  height: auto;
}

.top-popup-wrap.edit-sch-popup .content.hasDatepicker {
  height: auto;
  min-height: 330px;
}

.plans,
.top-popup-wrap.edit-sch-popup .content.hasDatepicker+.plans {
  width: 100%;
  height: 85px;
  padding: 8px 30px 5px 38px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans button,
.top-popup-wrap.edit-sch-popup .content.hasDatepicker+.plans button {
  min-width: 48px;
  height: 32px;
  font-size: 0.8rem;
  color: #282828;
  padding: 0;
  margin: 0 3px 6px 3px;
}

.plans button.is-selected,
.top-popup-wrap.edit-sch-popup .content.hasDatepicker+.plans button.is-sel {
  border: 2px solid #3838c0;
}

.plans button.is-sel,
.top-popup-wrap.edit-sch-popup .content.hasDatepicker+.plans button.is-selected {
  border: 1px solid #070753 !important;
  outline: max(2px, 0.1em) solid #93febf;
  border: 1px solid #2859df !important;
  color: #2859df !important;
}

.top-popup-wrap.edit-sch-popup .p-footer {
  margin: 5px 0;
}

.top-popup-wrap .p-footer {
  border-top: unset;
}

.top-popup-wrap .p-footer button {
  width: 80px;
  height: 33px;
  font-size: 0.85rem;
}

.top-popup-wrap .p-footer button.primary {
  width: 120px;
}

/*에러목록팝업*/
.errorList-wrap .top-popup-wrap {
  width: 600px;
  height: calc(100% - 20%);
  left: calc(50% - 300px);
}

.errorList-wrap .top-popup-wrap .popup-table-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.errorList-wrap .top-popup-wrap .content {
  height: calc(100% - 50px);
}

.errorList-wrap .top-popup-wrap .popup-table-wrap table {
  width: 100%;
  border-radius: 7px;
}

.errorList-wrap #tbl_errorBox td>span {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding-left: 15px;
}

/*
.errorList-wrap .top-popup-wrap .popup-table-wrap table tr:last-child td {
  border-bottom: unset;
}*/
/*에러목록팝업*/

/*treemenu*/
#l-global-menu {
  width: 247px;
  height: 100%;
  background: #363e5b;
  padding: 0 5px 5px 5px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;

  position: relative;
}

.tree-wrap {
  width: 100%;
  background: #f1f4fa;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 6px;
  overflow-y: auto;

  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#l-global-menu.fold-area {
  width: 5px;
  padding: 0;
}

#l-global-menu.fold-area .recent,
#l-global-menu.fold-area .tree-wrap {
  display: none;
}

#l-global-menu.fold-area+#main-column {
  width: calc(100% - 10px);
}

.menu-fold,
.menu-unfold {
  width: 8px;
  height: 60px;
  background: #343a56 url(/public/static/images/fold_icon_dot.png) center center no-repeat;
  position: absolute;
  top: 43%;
  right: 0;

  cursor: pointer;
}

.menu-unfold {
  left: 0;

  border-left: unset;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.menu-fold {
  border-right: unset;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.menu-fold:hover,
.menu-unfold:hover {
  background: #98a1c9 url(/public/static/images/fold_icon_dot.png) center center no-repeat;
}

/* 불투명하게 하는 애니메이션*/
.show-ani {
  width: 247px;
  opacity: 1;
  transition: all 0.3s ease-in;
}

/* 투명하게 하는 애니메이션*/
.hidden-ani {
  width: 5px;
  opacity: 0;
  transition: all 1s ease-out;
}

.tree-wrap.full-height {
  height: calc(100% - 48px);
}

#l-global-menu .tree-wrap .nav-item,
#l-global-menu .tree-wrap .menu-item {
  width: 100%;
}

#l-global-menu .tree-wrap .menu-item {
  border-radius: 5px;
  margin-top: 5px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  cursor: pointer;
}

#l-global-menu .tree-wrap .menu-item:first-child {
  margin-top: 0;
}

#l-global-menu .tree-wrap .menu-item:hover {
  background: #cdf6ff;
}

#l-global-menu .tree-wrap .menu-item>div:first-child {
  width: 40px;
  height: 40px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#l-global-menu .tree-wrap .menu-item>div:last-child {
  width: calc(100% - 40px);
  font-size: 0.95rem;
  font-family: "Noto Sans Korean Medium";
  line-height: 40px;
  color: #4b4e59;
}

#l-global-menu .tree-wrap .nav-item .item {
  width: 100%;
  line-height: 30px;
  font-size: 0.76rem;
  color: #161719;
  border-radius: 3px;
  padding: 0 6px 0 41px;

  white-space: nowrap;
  overflow: hidden;

  cursor: pointer;
}

#l-global-menu .tree-wrap .nav-item .item.sub-item {
  color: #567694;
  padding: 0 6px 0 55px;
}

#l-global-menu .tree-wrap .nav-item .item:hover {
  background: #cdf6ff
    /*url(/public/static/images/icon_sub_item.png) 38px center no-repeat*/
  ;
}

#l-global-menu .tree-wrap .nav-item .item.is-selected {
  background: #546ecb;
  color: #fff;
}

#l-global-menu .tree-wrap .nav-item .item.sub-title .icon {
  margin-left: 5px;
  font-size: 0.9rem;
}

#l-global-menu .recent {
  width: 100%;
  height: 150px;
  background: #f1f4fa;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #cbd1e8;
}

#l-global-menu .recent .recent-title {
  height: 25px;
  padding-bottom: 5px;
  color: #133773;
}

#l-global-menu .recent .recent-title>span:first-child {
  padding: 0 0 0 14px;
}

#l-global-menu .recent .recent-title button {
  min-width: 20px;
  height: 18px;
  margin-top: 5px;
  border: unset;
  background: unset;
  padding: 0;
}

#l-global-menu .recent .recent-title button:hover {
  background: #dcf9ff;
}

#l-global-menu .recent .recent-title button>img {
  margin-bottom: 2px;
  vertical-align: middle;
}

#l-global-menu .recent .recent-list {
  height: calc(100% - 25px);
  color: #3964aa;
  line-height: 0.85rem;
  font-size: 0.75rem;
  overflow-y: auto;
}

#l-global-menu .recent .recent-list div {
  height: 30px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#l-global-menu .recent .recent-list div span {
  display: inline-block;
  cursor: pointer;
}

#l-global-menu .recent .recent-list div span:first-child {
  padding-left: 8px;
  margin-left: 10px;
  padding: 3px;
  border-radius: 3px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

#l-global-menu .recent .recent-list div span:first-child:hover {
  background: #dcf9ff;
}

#l-global-menu .recent .recent-list div span.close {
  width: 26px;
  height: 26px;
  margin: 2px;
  border-radius: 3px;
  background: url(../images/recent_close.svg) no-repeat center center;
  cursor: pointer;
}

#l-global-menu .recent .recent-list div span.close:hover {
  background: #cdf6ff url(../images/recent_close.svg) no-repeat center center;
}

/*
.layer-popup.large table {
  width: 50px;
  height: 10px;
}*/

td[contenteditable="true"]:focus {
  background: rgb(255, 255, 179);
  outline: unset;
  /*box-shadow: inset 0 0 0 2px rgb(80, 68, 255);*/
  border: 2px dashed #133773;
}

.list-group.tab-in-list {
  height: calc(100% - 33px);

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.list-group.tab-in-list>div:first-child {
  width: calc(70% - 20px);
  margin-right: 20px;
}

.list-group.level-two.add-tab .list-group.tab-in-list>div>.list-body {
  height: calc(100% - 45px);
}

.list-group.level-two.add-tab .list-group.tab-in-list>div.detail>.list-body {
  height: calc(100% - 140px);
}

.list-group.tab-in-list>div.detail .tab {
  margin-top: 12px;
}

.list-group.tab-in-list>div.detail .tab .tab-name {
  font-size: 0.85rem;
  border-bottom: 1px solid #a6aab6;
  padding: 5px 20px;
}

.list-group.tab-in-list>div.detail .tab .tab-name.is-selected {
  border: 1px solid #a6aab6;
  border-bottom: 1px solid #fff;
}

/*상세보기 CM Total
.cm-total-wrap {
  width: 100%;
  height: 130px;
  margin: 10px 0;
  padding: 10px 40px 10px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #d0dfd8;
  border-top: 2px dotted #d0dfd8;
  background: #f7fffc;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
  */
.list-group .detail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.cm-total-wrap {
  width: 100%;
  height: 130px;
  margin: 10px 0;
  padding: 10px 40px 10px 10px;
  border-radius: 5px;
  border: 1px solid #d0dfd8;
  background: #f7fffc;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.cm-total-wrap>div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.cm-total-wrap>div:last-child {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cm-total-wrap>div>div {
  width: 20%;
  height: 30px;

  text-align: right;
}

.cm-total-wrap+.list-body {
  height: 200px;
}

.list-group.level-two.add-tab .list-group.tab-in-list>div.detail>.cm-total-wrap+.list-body {
  /*height: calc(100% - 195px);*/
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cm-total-wrap .cm-value {
  color: #000;
  font-size: 0.8rem;
  font-family: "Noto Sans Korean Medium";
}

.cm-total-wrap .cm-value>span {
  color: #9da4b3;
  margin-left: 3px;
  font-family: "Noto Sans Korean Light";
}

.cm-total-wrap .a-caption {
  color: #6d6d70;
}

.cm-total-wrap .h-caption>div {
  padding-right: 14px;
  color: #6d6d70;
}

/*총재원*/
.total-wrap {
  width: 100%;
  height: 35px;
  padding: 15px 10px 5px 10px;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.total-wrap>div:nth-child(odd) {
  margin-left: 20px;
  margin-right: 7px;
  color: #6d6d70;
  text-align: right;
}

.total-wrap>div:nth-child(even) {
  text-align: left;
  color: #1f35d3;
  font-size: 0.8rem;
  font-family: "Noto Sans Korean Medium";

  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.total-wrap>div:nth-child(even)>span {
  color: #9da4b3;
  margin-left: 3px;
  padding-right: 5px;
  font-family: "Noto Sans Korean Light";
  /*border-right: 1px solid #b0b0b9;*/
}

button>img.align-vtt {
  vertical-align: text-top;
}

table.week {
  width: 100%;
  table-layout: fixed;
}

table.week tr:nth-child(odd) td {
  border-bottom: 1px solid #f3f3f7;
}

table.week tr:nth-child(odd):hover td,
table.week tr:hover td {
  background: #fff;
  border-bottom: 1px solid #e82c2c;
}

table.week tbody th.time {
  width: 70px;
  vertical-align: text-top;
  border-bottom: 1px solid #e4e5ea;
  background: #f9fbff;
  font-size: 0.65rem;
  color: #54585f;
}

table.week thead th:first-child {
  width: 70px;
}

table.week td {
  width: calc(14.28% - 10px);
}

table.week td {
  padding: 0;
  height: 15px;
}

table.week tr:nth-child(odd) td {
  border-bottom: 1px solid #f4f4f9;
}

table.week tr.is-selected {
  background: unset;
}

table.week tr:hover td.yellow,
table.week tr td.yellow {
  background: #ffe300;
  background: #fad845;
  background: #ffe671;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

table.week tr:hover td.is-selected,
table.week tr td.is-selected:hover,
table.week tr td.is-selected {
  background: #546ecb;
  color: #fff;
}

/*송출완료 운행표 비교*/

.list-group .list-body-wrapper {
  height: calc(100% - 50px);

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;

  gap: 20px;
}

.list-group .list-body-wrapper .list-body {
  height: calc(100% - 20px);
}

.popup-table-wrap th,
.list-body th,
.list-body-wrapper .list-body th {
  overflow: hidden;
  white-space: nowrap;
}

.list-group .list-body-wrapper+.list-header {
  height: 50px;
}

.list-header>.list-header+.list-header {
  margin-left: 20px;
}

.sort-icon {
  margin-left: 5px;
  font-size: 0.8em;
  display: inline-block !important;
}