@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: "Pretendard-Variable", Helvetica, "맑은 고딕", "malgun gothic", "Apple SD Gothic Neo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.64px;
  color: #333;
  overflow-x: hidden;
}

/* 공통요소 */
.clearfix::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}

/* 테이블요소 */
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

th {
  color: #fff;
  background-color: #828a8d;
}

tr {
  background-color: #fff8e1;
}

.daterangepicker th,
td,
tr {
  background-color: #fff;
  color: #000;
}

.daterangepicker .notice-container {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: 30px;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #979899;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #ddd;
  border-top: 0;
}

.daterangepicker .notice-container span {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  padding-left: 20px;
}

.delete-link {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.main-theme01 {
  background-color: #00704a;
  color: #fff;
}

.theme-bg {
  color: #fff;
  background-color: #1d8cf8;
  border-color: #1d8cf8;
}

/* 전체틀 */
.wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(12, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  background-color: #f4f7fa;
}

.header {
  position: relative;
  display: block;
  width: 100%;
  background-color: #2d3539;
  grid-area: 1 / 1 / 2 / 18;
  z-index: 100;
}

.gnb {
  position: relative;
  display: block;
  background: linear-gradient(0deg, #3358f4, #1d8cf8);
  border-right: 1px solid rgb(227, 235, 246);
  grid-area: 2 / 1 / 13 / 3;
  text-align: center;
}

.visual {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  grid-area: 2 / 3 / 13 / 17;
  overflow: hidden;
  background-color: #f4f7fa;
}

.client-link {
  width: 100%;
  position: relative;
  display: block;
  grid-area: 1 / 1 / 13 / 17;
  background-color: #f4f7fa;
}

.wrap.show {
  grid-template-columns: repeat(8, 1fr);
}

/* gnb */
.gnb ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 84%;
  text-align: left;
  margin: 0;
}

.gnb ul li {
  margin-top: 24px;
}

.gnb-box {
  position: relative;
  display: block;
}

.gnb-box h4 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.gnb .menu-box {
  position: relative;
  display: block;
  padding: 6px 8px;
  padding-right: 4px;
  margin: 10px 0 18px 0;
  background-color: #399afd;
  color: #fff;
  border: 1px solid #62b1ff;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 0;
}

.gnb .menu-box span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 28px;
  padding-left: 2px;
  font-weight: 700;
}

.gnb .menu-box p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 24px;
  margin-bottom: 0;
}

.gnb .menu-box i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  padding: 12px;
  margin: 2px;
  border-radius: 4px;
  text-align: center;
}

.gnb .menu-box i:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

/* api_list */
.visual-container.api-list {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f7fa;
  padding: 16px 24px 8px 24px;
  z-index: 100;
  transition: all 0.4s;
  overflow-y: auto;
}

.api-list .inner {
  width: 60%;
}

.modal-dialog {
  position: absolute;
  top: 55%;
  left: 37.5%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

.visual .modal-dialog {
  max-width: 600px;
}

.visual .modal-header {
  padding: 12px 24px;
}

.form-group label {
  margin-bottom: 8px;
}

.alert-messege {
  color: red;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: 100%;
  text-align: justify;
}

/* account_list */
.visual-container.account-list {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f7fa;
  padding: 16px 24px 8px 24px;
  z-index: 100;
  transition: all 0.4s;
  overflow-y: auto;
}

.account-list .inner {
  width: 50%;
}

.table-container .row {
  margin-bottom: 12px;
}

div.dt-container .dt-search input,
div.dt-container .dt-length select {
  font-size: 18px;
  line-height: 22px;
  padding: 4px;
  background-color: #fff;
}

.dt-paging {
  text-align: right;
}

#dataTables tr th,
#dataTables tr td {
  text-align: center !important;
}

.api-list h5,
.account-list h5,
.log-list h5,
.weight-apply h5,
.routine-list h5 {
  position: relative;
  font-size: 28px;
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.routine-list h5 strong {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.routine-list h5 > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  margin-left: 20px;
}

.routine-list h5 > div div.control-notice {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.routine-list h5 > div button,
.routine-list h5 > div div {
  line-height: 22px;
}

h5 .connect-api {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 20px;
  color: #282119;
  background-color: #ffffff;
  border: 2px solid #282119;
  padding: 4px 20px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
}

h5 .connect-api:hover {
  background-color: #282119;
  color: #fff;
}

.visual-container.result-condition {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0%;
  background-color: #f4f7fa;
  padding: 28px 2.4rem;
  padding-bottom: 0;
  z-index: 100;
  transition: all 0.4s;
}

.visual-container.result-condition.on {
  height: auto;
}

.visual-container.result-condition.shrink {
  top: -220px;
}

.visual-container.result-condition h5 {
  position: relative;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 6px;
}

.visual-container.result-condition h5 .share-link {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  width: calc(100% / 12);
  padding: 0;
  color: #fff;
  background-color: #1d8cf8;
  border: 1px solid #1076dd;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
}

.visual-container.result-condition h5 .share-link.on {
  visibility: visible;
  opacity: 1;
}

.visual-container.result-condition h5 .share-link .share {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.loader-box {
  position: absolute;
  display: block;
  top: 178px;
  left: 0;
  width: 100%;
  height: calc(100% - 178px);
  padding: 0 24px;
  z-index: 60;
}

.notice-container {
  position: relative;
  display: block;
}

.notice-box {
  position: relative;
  display: block;
}

.notice-box .title {
  font-size: 12px;
  line-height: 16px;
  margin: 4px 0;
  font-weight: 700;
  color: #333;
}

.progress-box {
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(50% - 48px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.progress-box.on {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.progress-box .state-level {
  position: relative;
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
}

.progress-box .number-level {
  position: relative;
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
}

.progress.bgOn {
  background-color: #d1d8e2;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 0em;
  height: 0em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #c38d60;
  font-size: 10px;
  position: absolute;
  display: block;
  opacity: 0;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  transition: all 0.5s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.loader.on {
  width: 2.5em;
  height: 2.5em;
  opacity: 1;
}

.loader.on:before,
.loader.on:after {
  width: 2.5em;
  height: 2.5em;
  opacity: 1;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.visual-container.result-basic {
  position: absolute;
  display: block;
  width: 100%;
  top: 0%;
  background-color: #f4f7fa;
  padding: 0 2.4rem;
  z-index: 80;
  transition: all 0.4s;
  transition-delay: 0.2s;
}

.visual-container.result-basic.on {
  top: 122px;
  transition-delay: 0s;
}

.client-link .visual-container.result-basic.on {
}

.visual-container.result-basic.on.shrink {
  top: -120px;
}

.result-tab-info {
  position: absolute;
  display: block;
  width: 100%;
  top: 242px;
  left: -60%;
  background-color: #f4f7fa;
  padding: 0px 2.4rem;
  opacity: 0;
  z-index: 80;
  overflow: hidden;
  transition: all 0.4s;
  transition-delay: 0.3s;
}

.result-tab-info::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c2c6c9;
  content: "";
}

.result-tab-info.on {
  left: 0;
  opacity: 1;
  transition-delay: 0s;
}

.result-tab-info.on.shrink {
  top: 0;
  padding-top: 0;
}

.client-link .result-tab-info.on {
  height: 24px;
  top: 242px;
}

.client-link .result-tab-info.on.shrink {
  top: 0;
  padding-top: 42px;
}

.visual-container.result-detail,
.visual-container.result-weight {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  height: calc(100% - 122px);
  background-color: #f4f7fa;
  z-index: 60;
  transition: all 0.4s;
}

.visual-container.result-detail.on {
  position: absolute;
  display: block;
  width: calc(100% - 1rem - 1px);
  height: 28px;
  top: 160px;
  left: 0;
  z-index: 1000;
  background-color: #f4f7fa;
  content: "";
  transition: all 0.4s;
}

.visual-container.result-detail.on::before {
  background-color: #fff;
}

.visual-container.result-detail.shrink::before {
  top: 0;
}

.visual-container.result-detail.client {
  height: calc(100% - 122px);
  padding-top: 144px;
}

.visual-container.result-detail.client.on {
  background-color: #f4f7fa;
}

.visual-container.result-detail.retry {
  opacity: 0;
}

.visual-container.result-detail.shrink,
.visual-container.result-weight.shrink {
  height: calc(100% - 50px);
  padding-top: 0;
}

.visual-container.result-detail.client.shrink {
  height: calc(100% - 42px);
}

.visual-container.result-detail .inner {
  position: absolute;
  display: block;
  top: 160px;
  width: 100%;
  height: calc(100% - 160px);
  padding: 28px 2.4rem;
  padding-right: 1.4rem;
  overflow-y: auto;
  transition: all 0.4s;
  color: #fff;
  background-color: #fff;
}

.visual-container.result-detail.shrink .inner {
  top: 0;
  height: 100%;
}

.visual-container.result-detail.client .inner {
  top: 144px;
  width: 100%;
  height: calc(100% - 144px);
  padding: 28px 2.4rem;
  padding-right: 1.4rem;
}

.visual-container.result-detail.client.shrink .inner {
  top: 0;
  height: 100%;
}

.visual-container.result-weight .inner {
  position: absolute;
  display: block;
  top: 160px;
  width: 100%;
  height: calc(100% - 160px);
  padding: 28px 2.4rem;
  padding-right: 1.4rem;
  overflow-y: auto;
  transition: all 0.4s;
  color: #fff;
  background-color: #fff;
}

.visual-container.result-weight.shrink .inner {
  top: 0;
  height: 100%;
}

.condition-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 0;
}

.condition-container.fixed .condition-box {
  pointer-events: none;
}

.condition-container.fixed .condition-box.indicator,
.condition-container.fixed .condition-box.submit {
  pointer-events: inherit;
}

.condition-container.fixed .condition-box.account {
  pointer-events: inherit;
}

.condition-container.hiding {
  display: none;
}

.condition-box {
  position: relative;
  flex: 2;
}

.condition-box.account {
  flex: 2;
}

.condition-box.unit {
  flex: 5;
}

.condition-box.period {
  flex: 2;
}

.condition-box.indicator {
  flex: 2;
}

.condition-box.submit {
  flex: 1;
}

.daterange-box {
  position: relative;
}

.condition-box span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  line-height: 36px;
}

.condition-box .title {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  font-weight: 700;
  color: #000;
}

.condition-select {
  position: relative;
  display: block;
  font-size: 0;
  border-radius: 4px;
}

.condition-select .setting-box {
  padding: 18px 10px;
  padding-bottom: 0;
}

.condition-select .setting-box > div {
  position: relative;
  padding-top: 20px;
}

.condition-select .setting-box > div.setting-broad {
  padding-top: 28px;
}

.condition-select .setting-box > div.setting-narrow {
  opacity: 0;
  transition: all 0.5s;
}

.condition-select .setting-box > div.setting-narrow.on {
  opacity: 1;
}

.condition-select .setting-box label {
  position: absolute;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  top: 0;
  left: 4px;
  margin: 0;
}

.condition-select .setting-box p {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  padding-left: 4px;
  margin-bottom: 4px;
}

.condition-select .setting-box select {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #ddd;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
}

.condition-select .setting-box select option {
  background-color: transparent;
}

.condition-select .setting-box .detail-btn {
  position: relative;
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  background-color: #00754a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.condition-select .setting-box .setting-fix-btn {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  background-color: #6b5c49;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.condition-select select option {
  white-space: nowrap;
  /* 텍스트가 줄 바꿈되지 않도록 설정 */
  overflow: hidden;
  /* 넘치는 텍스트 숨기기 */
  text-overflow: ellipsis;
  /* '...'으로 표시 */
}

.condition-box .indicator-set {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.condition-box button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  padding: 6px 24px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}

.condition-box button.selected {
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
}

.fixed .condition-box button {
  color: #072a6b;
  background-color: #e9e9e9;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
}

.fixed .condition-box.indicator button {
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
}

.fixed .condition-box.account button {
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
}

.fixed .condition-box button.weight {
  color: #072a6b;
  background-color: #e9e9e9;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
  pointer-events: none;
}

.fixed-client .condition-box button {
  color: #fff;
  background-color: #1d8cf8;
  border-color: #1d8cf8;
  pointer-events: none;
}

.fixed-client .condition-box.unit button.group-btn.multiple {
  position: relative;
  pointer-events: inherit;
}

.fixed-client .condition-box.indicator button {
  color: #fff;
  background-color: #1d8cf8;
  border-color: #1d8cf8;
  cursor: pointer;
  pointer-events: inherit;
  width: 100%;
}

.fixed-client .list-Popup.group {
  right: 20px;
  width: calc(36% - 20px);
}

.unit > div {
  position: relative;
  font-size: 0;
}

.unit button {
  width: calc(36% - 20px);
  margin-right: 20px;
}

.unit button.category {
  width: calc(28% - 20px);
}

.daterange {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 20px);
  padding: 6px 24px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgb(204, 204, 204);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.daterange.selected {
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
}

.fixed .daterange {
  background-color: #6b5c49;
  color: #fff;
}

.result-basic-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.metric {
  position: relative;
  width: calc(18%);
  border: 1px solid rgb(131 131 131);
  outline-color: rgb(237, 242, 249);
  background-color: #fff;
  color: rgb(18, 38, 63);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
  padding: 16px 32px;
  border-radius: 4px;
  overflow: hidden;
}

.metric span {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #000;
}

.metric p {
  position: relative;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  margin-top: 6px;
  font-weight: 500;
}

.metric i {
  position: absolute;
  display: block;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 30px;
  color: #bdcbdb;
  text-align: center;
  width: 30px;
  height: 30px;
}

/* 결과컨테이너 */

.result-nav-box {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.btn-tab li span.hide {
  opacity: 0;
  pointer-events: none;
  padding: 0;
}

.shrinkBtn {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #152e4d;
  border: 1px solid #c2c6c9;
  font-size: 22px;
  line-height: 22px;
  padding: 0 36px;
  font-weight: 700;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  transition-delay: 0.4s;
}

.shrinkBtn.up {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #fff;
}

.shrinkBtn.down {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  transition-delay: 0s;
  z-index: 10;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #fff;
}

.shrinkBtn.up.shrink {
  transition-delay: 0.2s;
  bottom: -30px;
}

.shrinkBtn.down.shrink {
  transition-delay: 0.4s;
  top: 0;
}

.btn-tab {
  position: relative;
  font-size: 0;
  margin-bottom: 0;
}

.btn-tab li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}

.btn-tab li span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 32px;
  color: #2a2a2a;
  background-color: #e9e9e9;
  border: 1px solid #c2c6c9;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: margin 0.4s;
}

.btn-tab li span.on {
  border-bottom-color: #fff;
  background-color: #fff;
}

.shrink .btn-tab li span {
  margin-top: 10px;
}

.condition-tab {
  font-size: 20px;
  line-height: 44px;
}

.result-target-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
  font-size: 0;
}

.client .result-target-container {
  gap: 0.8rem;
}

.result-target-container > div {
  position: relative;
  display: block;
  width: calc(20% - 1.2rem);
  padding: 0;
  border-radius: 4px;
  border: 1px solid #c2c6c9;
  outline-color: rgb(237, 242, 249);
  background-color: #fff;
  color: rgb(18, 38, 63);
  box-shadow: 0.1875rem 0.1875rem 0.35rem rgba(14, 34, 56, 0.07);
}

.result-target-container > div:nth-child(2) {
  width: calc(32% - 2.4rem);
}

.result-target-container > div:nth-child(3) {
  width: calc(48% - 1.2rem);
}

.client .result-target-container > div.empty {
  visibility: hidden;
  padding: 16px;
}

.result-target-container > div.wide {
  width: 100%;
}

.result-target-container .title {
  position: relative;
  display: block;
  padding: 16px 32px;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
  border-bottom: 4px double #c2c6c9;
  background-color: #fcfcfc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.result-target-container .title::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 44%;
  z-index: 10;
  background-color: #63b1ff;
  content: "";
}

.result-target-container .title span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: rgb(18, 38, 63);
  font-weight: 700;
  letter-spacing: 0.6px;
}

.result-target-container .core-target {
  position: relative;
  border-radius: 0;
  font-size: 0;
}

.result-target-container .age-target,
.result-target-container .gender-target {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 32px;
  margin: 0 20px;
  margin-bottom: 8px;
  border: 1px solid rgb(213, 213, 213);
  outline-color: rgb(237, 242, 249);
  background-color: #e8f6ff;
  color: rgb(18, 38, 63);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
  padding: 18px 30px;
  border-radius: 4px;
  font-weight: 900;
  text-align: center;
}

.core-target .target-summary {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  border-radius: 8px;
  padding: 20px;
  padding-top: 8px;
}

.core-target .target-summary span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #ff1616;
  font-weight: 900;
}

.result-target-container .tab {
  position: relative;
  display: block;
  padding: 0 18px;
}

.result-target-container .tab.sort {
  position: relative;
  display: flex;
  margin-bottom: 0;
  font-size: 0;
  padding: 8px 18px;
}

.tab.sort div {
  flex: 2;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.tab.sort div.element {
  flex: 2;
  padding: 6px 0;
  color: #333;
  background-color: #f0f0f0;
  border-radius: 16px;
  border: 2px solid #ebeff1;
}

.tab.sort div.empty {
  flex: 1;
}

.element-bar {
  position: relative;
}

.element-bar::before {
  position: absolute;
  display: block;
  top: 50%;
  left: calc(50% - 10px);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 4px;
  background-color: blue;
  border-radius: 4px;
  content: "";
}

.element-bar::after {
  position: absolute;
  display: block;
  top: 50%;
  left: calc(50% + 10px);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 4px;
  background-color: red;
  border-radius: 4px;
  content: "";
}

.element-m {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.element-f {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tab .tab-btn-set {
  position: relative;
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 0;
}

.tab-btn-set li {
  width: 25%;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  background-color: #f3f3f3;
  text-align: center;
  transition: all 0.6s;
}

.tab-btn-set li.on {
  color: #fff;
  background-color: #1d8cf8;
  border-color: #1d8cf8;
}

.tab-btn-set li:nth-child(1) {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab-btn-set li:nth-child(4) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.chartSet {
  position: relative;
  display: block;
  font-size: 0;
  padding: 18px;
  padding-bottom: 12px;
  padding-top: 0;
}

.chart-frame {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(42%) !important;
  height: 240px;
  overflow: hidden;
}

.chart-frame.center {
  width: 16% !important;
}

.chart-label {
  position: absolute;
  display: block;
  top: 0;
  color: black;
  z-index: 10;
  transition: all 0.5s;
}

.chart-label.left {
  left: calc(100% - 80px);
}

.chart-label.right {
  right: calc(100% - 80px);
}

.chart-label div {
  position: relative;
  display: block;
  padding: 22px 0;
}

.chart-label p {
  width: 60px;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  padding: 2px 8px 2px 12px;
  font-weight: 700;
  background-color: #f3f3f3;
  opacity: 0.4;
  border-radius: 12px;
  transition: opacity 0.2s;
}

.chart-label p:hover {
  opacity: 0.8;
}

.chart3d {
  transform: rotateX(45deg);
}

.chart-m {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.chart-f {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.timeChart_Box,
.locaChart_Box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  aspect-ratio: 6;
  padding: 18px;
  padding-bottom: 12px;
}

#timeChart_Box,
#locaChart_Box {
  width: 100% !important;
}

#chart-m {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
  width: 100% !important;
  height: 100% !important;
}

#chart-f {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
  width: 100% !important;
  height: 100% !important;
}

#myChart2 {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
  width: calc(100%) !important;
  height: 256px !important;
}

#myChart3 {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
}

.label-list {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
}

.label-list p {
  font-size: 20px;
  line-height: 32px;
  padding: 16px 0;
}

.label-list.center {
  position: absolute;
  display: block !important;
  width: 18%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.label-list.center div {
  position: relative;
  display: block;
  padding: 12px 0;
}

.label-list.center p {
  font-size: 12px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 0;
}

.label-list.left {
  padding-top: 24px;
  width: calc(12%);
}

.label-list.left p {
  font-size: 14px;
  line-height: 28px;
  padding: 15px 12px 15px 0px;
  text-align: right;
  margin-bottom: 0;
}

.myChart2 {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(88%);
}

.bar-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: calc(12% + 2px);
  padding: 0 12px;
  height: 32px;
  margin-bottom: 0;
}

.bar-list li {
  position: relative;
  display: block;
}

.bar-list div {
  font-size: 12px;
  line-height: 32px;
}

.bar-list div i {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 8px;
  margin: 12px 6px;
}

.age_10s {
  background-color: #ff8a65;
}

.age_20s {
  background-color: #f4c22b;
}

.age_30s {
  background-color: #1d8cf8;
}

.age_40s {
  background-color: #1de9b6;
}

.age_50s {
  background-color: #4f5467;
}

.age_60s {
  background-color: #ff62b9;
}

.age_Anon {
  background-color: #a389d4;
}

.weight-core-calc-container {
  position: relative;
  display: block;
  font-size: 0;
  margin-bottom: 18px;
}

.weight-core-calc-container > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
}

.weight-core-calc-container > div.target-tab {
  opacity: 0;
  width: 0;
}

.weight-core-calc-container > div.target-tab.on {
  opacity: 1;
  width: auto;
  margin-right: 24px;
}

.weight-core-calc-container > div:nth-child(1) {
  width: calc(24% - 12px);
}

.weight-core-calc-container > div:nth-child(2) {
  width: calc(12%);
}

.weight-core-calc-container p {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #333;
}

.standard-select,
.boost-select {
  position: relative;
}

.standard-select select,
.boost-select select,
.cycle-select select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  padding: 6px 0;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
  border-radius: 4px;
}

.standard-select::after,
.boost-select::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #777;
  font-size: 12px;
}

.standard-select select:focus,
.boost-select select:focus {
  outline: none;
  border-color: #777;
  /* Slightly darker border on focus */
}

.targeting {
  position: relative;
  display: block;
}

.targeting > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  opacity: 0;
}

.targeting > div.on {
  opacity: 1;
}

.targeting > div label {
  position: relative;
  display: block;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
  color: #fff;
  background-color: #1d8cf8;
  border: 1px solid #1867b5;
  opacity: 0.4;
  cursor: pointer;
  border-radius: 4px;
}

.targeting > div input {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  z-index: 10;
  top: 50%;
  left: 18px;
  visibility: hidden;
  transform: translateY(-50%);
}

.targeting > div input[type="radio"]:checked + label,
.targeting > div input[type="checkbox"]:checked + label {
  opacity: 1;
  font-weight: 700;
}

.weight-core-calc-container .weight-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  padding: 10px 24px;
  color: #fff;
  background-color: #326c89;
  border: 1px solid #215068;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}

.weight-target-container {
  position: relative;
  display: block;
  font-size: 0;
  margin-bottom: 12px;
}

.weight-target-container .contents-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.weight-target-container .contents-box > div {
  position: relative;
  display: block;
  width: calc(20% - 10px);
  padding: 24px 30px;
  border-radius: 8px;
  border: 1px solid #c2c6c9;
  outline-color: rgb(237, 242, 249);
  background-color: #fff;
  color: rgb(18, 38, 63);
  box-shadow: 0.1875rem 0.1875rem 0.35rem rgba(14, 34, 56, 0.07);
}

.weight-target-container .contents-box > div:nth-child(1) {
  width: calc(24% - 12px);
}

.weight-target-container .contents-box > div:nth-child(2) {
  width: calc(76% - 12px);
}

.weight-target-container .contents-box > div.wide {
  width: 100%;
}

.request-contents {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
  background-color: rgba(209, 209, 209, 0.5);
  transition: z-index 0.1s, visibility 0.1s, opacity 0.5s;
}

.request-contents.on {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.request-contents .modal-dialog {
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: none;
  opacity: 1;
}

.request-contents .modal-dialog .modal-header {
  background-color: #1e3932;
  color: #fff;
  padding: 6px 18px;
}

.request-contents .modal-dialog .modal-header .modal-title {
  font-size: 16px;
  line-height: 32px;
  margin-left: 8px;
}

.request-contents .modal-dialog .modal-header .close {
  padding: 4px 12px;
  margin: 0;
  color: #fff;
}

.modal-body .empty {
  background-color: #eafff8;
}

.modal-body .detailSub {
  font-size: 14px;
  line-height: 18px;
  width: 20%;
}

.modal-body .detailTitle {
  font-size: 14px;
  line-height: 18px;
  background-color: #005236;
}

.modal-body .change-detail-info {
  font-size: 14px;
  background-color: transparent;
  color: #333;
}

.change-detail-info .day-box {
  position: relative;
  margin-bottom: 4px;
}

.change-detail-info .day-box > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.change-detail-info .day-box > div:nth-child(2) {
  padding-left: 16px;
  text-align-last: left;
}

.change-detail-info .day-box > div > div {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 2px 0;
}

.change-detail-info .title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  background-color: #acffc2;
  padding: 0 12px;
  border-radius: 20px;
  margin-top: 4px;
  color: #2a2a2a;
}

.weight-target-container .contents-box > div.request-contents .modal-dialog .modal-footer {
  padding: 0;
  padding-top: 0.5rem;
}

.weight-target-container .title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}

.weight-target-container .title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 8px 32px;
  border-radius: 8px;
  color: #333;
  text-align: center;
}

.weight-target-container .navigation {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
  color: #2a2a2a;
}

.weight-target-container .navigation.gender-navi {
  display: block;
  justify-content: left;
  text-align: left;
}

.weight-target-container .navigation.age-navi {
  display: block;
  justify-content: left;
  text-align: left;
}

.weight-target-container .navigation.time-navi {
  gap: 4px;
}

.weight-target-container .navigation.location-navi {
  gap: 4px;
}

.wide {
  font-size: 0;
}

.wide .navigation {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.wide .navigation.gender-navi {
  width: 32%;
}

.navigation .nav-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 70px) / 10);
  text-align: center;
  font-size: 18px;
}

.navigation .nav-box.index {
  width: 70px !important;
  padding-top: 32px;
  background-color: #dcf8ff;
}

.navigation .nav-box.index > div {
  background-color: #f1fbfd;
  font-weight: 700;
}

.result-target-container > div.wide.client {
  padding: 8px;
  margin-bottom: 1.6rem;
}

.result-target-container > div.wide.client.gender {
  width: calc(32% - 2.4rem);
}

.result-target-container > div.wide.client.age {
  width: calc(48% - 1.2rem);
}

.result-target-container > div.wide.client.gender .navigation .nav-box {
  width: calc((100% - 80px) / 2);
}

.result-target-container > div.wide.client.age .navigation .nav-box {
  width: calc((100% - 80px) / 10);
}

.result-target-container > div.wide.client.location {
  margin-bottom: 0;
}

.client .navigation .nav-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 70px) / 12);
  text-align: center;
  font-size: 18px;
}

.client .navigation .nav-box.index {
  width: 80px !important;
}

.client .navigation .nav-box.index .recommand {
  font-size: 12px;
  padding: 6px;
}

.client.time .navigation .nav-box {
  width: calc((100% - 80px) / 24);
}

.client.location .navigation .nav-box {
  width: calc((100% - 80px) / 20);
}

.client.location .navigation .nav-box.extra {
  width: calc((300% - 240px) / 40);
}

.navigation th {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  white-space: nowrap;
  background-color: #f1fbfd;
  color: #000;
  border: 0;
  padding: 8px 4px;
}

.navigation td {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
  border: 0;
}

.navigation td.target {
  background-color: #bdc2c3;
}

.navigation td.target.unexposed {
  background-color: #a8a8a8;
}

.navigation td.unexposed {
  background-color: #bdbdbd;
}

.navigation .batch-title th {
  background-color: rgb(129 0 118);
  color: #fff;
}

.navigation .batch-title td {
  line-height: 20px;
  background-color: rgb(129 0 118);
  color: #fff;
  font-weight: 700;
}

.batch-box td,
.batch-column td {
  background-color: rgb(229 201 227);
}

.nav-box04 td.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.nav-box04 td {
  height: 28px !important;
}

.nav-box04 td.target span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 132px !important;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-box04 td .cancel-btn {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  background-color: rgb(100, 53, 0);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.gender-navi .nav-box {
  width: calc(100% / 2 - 35px);
}

.time-navi .nav-box {
  width: calc((100% - 70px) / 24);
}

.location-navi .nav-box {
  width: calc((100% - 70px) / 20);
}

.location-navi .nav-box.wide {
  width: calc((150% - 105px) / 20);
}

.time-navi th {
  line-height: 18px;
}

.nav-box > div {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 12px;
  background-color: #e9e9e9;
  transition: background-color 0.4s;
  text-align: center !important;
}

.nav-box > div.unexposed {
  background-color: #bdbdbd;
}

.nav-box.index > div {
  font-size: 14px;
  line-height: 24px;
}

.nav-box .target {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #bdc2c3;
}

.nav-box .target.unexposed {
  background-color: #a8a8a8;
}

.client .nav-box .target,
.client .nav-box .target.unexposed {
  font-size: 12px;
}

.nav-box .apply {
  position: relative;
  text-align: center;
  line-height: 20px;
  padding: 36px 0;
  font-size: 0;
}

.nav-box .apply span {
  position: relative;
  display: block;
  line-height: 30px;
}

.gender-navi .nav-box .apply,
.age-navi .nav-box .apply {
  padding: 6px 12px;
}

.gender-navi .nav-box.index .apply span,
.age-navi .nav-box.index .apply span {
  line-height: 20px;
}

.nav-box input {
  position: relative;
  display: block;
  width: 44px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  border: 0;
  text-align: center;
  padding-block: 0px;
  padding-inline: 0px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: #fff;
}

.nav-box input[type="number"]::-webkit-inner-spin-button,
.nav-box input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.modal-detail {
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 28px);
  top: 28px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.modal-detail.on {
  opacity: 1;
  visibility: visible;
}

.modal-detail .dim-bg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.modal-detail .condition-select {
  position: absolute;
  display: block;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 56px);
  height: calc(100% - 40px);
  background-color: #fff;
}

.nav-box .apply button {
  position: absolute;
  display: block;
  width: 44px;
  height: 24px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  outline: none;
  -webkit-appearance: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #37474f;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #37474f;
}

.nav-box .apply button.down {
  top: auto;
  bottom: 12px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.nav-box .apply button:before,
.nav-box .apply button:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.nav-box .apply button.up:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.nav-box .nav-tab {
  position: relative;
  display: block;
  font-size: 0;
  text-align: center;
  background-color: #a9d08e;
}

.nav-box .nav-tab.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.nav-tab div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
}

.nav-tab div.down {
  margin-right: 4px;
}

.nav-tab div i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 22px;
  border: 1px solid #284d9e;
  font-size: 14px;
  line-height: 22px;
  border-radius: 12px;
  background-color: #25417e;
  color: #fff;
}

.nav-tab div.down i {
  transform: translate(-50%, -50%) rotate(90deg);
}

.nav-tab div.up i {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.weight-target-container .request {
  position: relative;
  display: block;
  text-align: right;
}

.weight-target-container div.request-condition {
  position: absolute;
  display: block;
  right: 110px;
  bottom: 24px;
  width: 60%;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.weight-target-container .request-condition button.category-btn,
.weight-target-container .request-condition button.campaign-btn,
.weight-target-container .request-condition button.group-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin-right: 20px;
  color: #333;
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  cursor: pointer;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s, color 0.3s;
}

.weight-target-container .request-condition button.category-btn {
  width: calc(28% - 20px);
}

.weight-target-container .request-condition button.campaign-btn {
  width: calc(36% - 20px);
}

.weight-target-container .request-condition button.group-btn {
  width: calc(36% - 20px);
}

.weight-target-container .request-condition button.selected {
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
}

.weight-target-container .request button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 24px;
  color: #fff;
  background-color: #326c89;
  border: 1px solid #215068;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.weight-target-container .request button:hover {
  background-color: #2a627e;
  color: #fff;
}

.week-box {
  position: relative;
  display: block;
  padding-top: 28px;
  flex: 1;
  height: 734px;
  transition: all 0.5s;
  width: 20%;
}

.week-box.on {
  flex: none;
  width: 0 !important;
  opacity: 0;
  visibility: hidden;
}

.week-box.off {
  display: none;
}

.date-detail,
.location-detail {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 8px;
  background-color: #07648f;
  border-color: #07648f;
  color: #fff;
  cursor: pointer;
}

.detail-add {
  position: absolute;
  display: block;
  top: 0;
  left: calc(100% + 8px);
  font-size: 12px;
  line-height: 16px;
  padding: 2px 8px;
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
  cursor: pointer;
}

.date-detail {
  position: absolute;
  display: block;
  top: 0;
  left: calc(100% + 4px);
  width: 70%;
  font-size: 12px;
  line-height: 20px;
  padding: 2px 8px;
  background-color: #07648f;
  border-color: #07648f;
  color: #fff;
  cursor: pointer;
}

.date-detail p {
  position: absolute;
  display: inline-block;
  width: 280px;
  top: 0;
  left: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #333;
  margin: 0;
}

.location-detail p {
  position: absolute;
  display: inline-block;
  width: 300%;
  top: 0;
  left: 100%;
  font-size: 12px;
  line-height: 24px;
  color: #333;
}

.date-detail p.off,
.location-detail p.off {
  display: none;
}

.date-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 734px;
  padding-top: 28px;
  margin-bottom: 28px;
  opacity: 0;
  width: 0 !important;
  visibility: hidden;
  flex: 4;
  transition: all 0.5s;
}

.date-box.off {
  display: none;
}

.date-box.on {
  width: 100% !important;
  opacity: 1;
  visibility: visible;
}

.date-box table {
  flex: 4;
}

.week-box .table-title {
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
}

.date-box .table-title {
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
}

.date-box .table-title div {
  flex: 4;
}

.date-box .table-bottom {
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
}

.date-box .table-bottom div {
  flex: 4;
}

.location-navi .broad-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 1200px);
  padding-top: 28px;
  flex: 1;
}

.location-navi .narrow-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 28px;
  width: 1200px !important;
  height: 596px;
}

.location-navi .empty-box {
  position: relative;
  flex: 1;
}

.return-tab div {
  font-size: 20px;
  line-height: 32px;
  background-color: #ffc964;
  color: #333;
  font-weight: 700;
}

.return-tab .return-btn {
  position: relative;
  font-size: 12px;
  line-height: 24px;
  padding: 2px 4px;
  background-color: rgb(100, 53, 0);
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
}

.return-tab p {
  position: absolute;
  display: block;
  bottom: calc(100% + 8px);
  left: 8px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  width: 300px;
}

.location-navi .broad-box .table-title {
  position: absolute;
  display: flex;
  justify-content: space-around;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
}

.detail-setting-container {
  position: relative;
  display: block;
  margin: 0 10px;
  padding: 20px 24px 20px 24px;
  border-radius: 10px;
  border: 2px solid #000;
  transition: all 0.3s;
  opacity: 0;
}

.on .detail-setting-container {
  width: 100%;
  opacity: 1;
}

.detail-setting-container .category-box {
  position: relative;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  line-height: 24px;
}

.detail-setting-container h5 {
  margin-bottom: 0;
}

.detail-setting-container .setting-box {
  position: relative;
  padding-top: 16px;
}

.setting-box .condition-box {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
}

.setting-box .condition-box > div {
  flex: 1;
}

.setting-box .condition-box label {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.setting-box .condition-box select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}

.detail-setting-container .add-box {
  position: relative;
  display: block;
  text-align: center;
}

.add-box span {
  position: relative;
  display: inline-block;
  padding: 6px 24px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  background-color: #604025;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}

.location-navi .narrow-box .table-title {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
}

.location-navi .narrow-box .table-title > div {
  position: relative;
}

.location-navi .narrow-box.on .table-title {
  font-size: 20px;
  line-height: 24px;
}

.location-navi .narrow-box .table-set {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
  text-align: left;
}

.table-set table {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

td.apply {
  font-size: 0;
  padding: 4px 0px;
}

td.empty {
  height: 28px !important;
}

td .quantity,
.vertical .quantity {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #37474f;
  border-bottom: 1px solid #37474f;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

td .quantity[type="number"]::-webkit-inner-spin-button,
td .quantity[type="number"]::-webkit-outer-spin-button,
.vertical .quantity[type="number"]::-webkit-inner-spin-button,
.vertical .quantity[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

td .down,
.apply.vertical button.down {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
  border: 0;
  border-radius: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}

td .down:before,
td .down:after,
.apply.vertical button.down:before,
.apply.vertical button.downn:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

td .up,
.vertical button.up {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
  border-radius: 0;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: none;
}

td .up:before,
.vertical button.up:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

td .up:after,
.vertical button.up:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(90deg);
}

.batch-box td .down,
.batch-box td .up,
.batch-column td .down,
.batch-column td .up {
  background-color: #343638;
}

.expose {
  text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 20px;
  margin-bottom: 0;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

td .switch {
  margin-bottom: 0;
}

.switch-input {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}

.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

.switch-input:checked ~ .switch-label {
  background: #d4e9e2;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}

.switch-input:checked ~ .switch-handle {
  left: calc(100% - 18px);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #70d175;
}

.batch-box .switch-green > .switch-input:checked ~ .switch-label,
.batch-column .switch-green > .switch-input:checked ~ .switch-label {
  background: #70d1c9;
}

/*popup */
.list-Popup {
  position: absolute;
  display: none;
  top: calc(100% + 6px);
  left: 0;
  width: calc(100% - 20px);
  background-color: #fff;
  z-index: 100;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.list-Popup.on {
  display: block;
}

.list-Popup.account,
.list-Popup.period {
  width: 100%;
}

.list-Popup.category {
  width: 28%;
}

.list-Popup.campaign {
  left: 28%;

  width: 36%;
}

.list-Popup.group {
  left: auto;
  right: 0%;
  width: 36%;
}

.list-Popup.detail {
  position: relative;
  width: 100%;
  margin-top: 6px;
}

.accountList,
.categoryList,
.campaignList,
.groupList,
.periodList,
.indicatorList {
  position: relative;
  display: block;
  margin: 10px 10px 10px 0;
  font-size: 0;
  max-height: 200px;
  overflow-y: auto;
}

.accountList::-webkit-scrollbar,
.categoryList::-webkit-scrollbar,
.campaignList::-webkit-scrollbar,
.groupList::-webkit-scrollbar,
.periodList::-webkit-scrollbar,
.indicatorList::-webkit-scrollbar {
  width: 10px;
}

.accountList::-webkit-scrollbar-thumb,
.categoryList::-webkit-scrollbar-thumb,
.campaignList::-webkit-scrollbar-thumb,
.groupList::-webkit-scrollbar-thumb,
.periodList::-webkit-scrollbar-thumb,
.indicatorList::-webkit-scrollbar-thumb {
  background-color: #1d8cf8;
  border-radius: 10px;
}

.accountList::-webkit-scrollbar-track,
.categoryList::-webkit-scrollbar-track,
.campaignList::-webkit-scrollbar-track,
.groupList::-webkit-scrollbar-track,
.periodList::-webkit-scrollbar-track,
.indicatorList::-webkit-scrollbar-track {
  background-color: rgb(223, 223, 223);
  border-radius: 10px;
  box-shadow: inset 0px 0px 5px white;
}

.list-Popup.detail .detailList {
  position: relative;
  padding: 10px 0;
  height: 316px;
  overflow-y: auto;
}

.list-Popup.detail .detailList .location.hide {
  display: none;
}

.accountList .accountBox {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  word-wrap: keep-all;
  padding: 4px 28px;
  margin: 0;
  margin-bottom: 4px;
  transition: 0.5s;
  border-radius: 15px;
}

.accountList .accountBox:hover {
  color: #ffffff;
  border-radius: 25px;
  padding: 4px 20px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #1d8cf8;
  cursor: pointer;
}

.accountList .accountBox.on {
  color: #ffffff;
  border-radius: 25px;
  padding: 4px 20px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #1d8cf8;
  cursor: pointer;
}

.campaignList .campaignBox,
.periodList .periodBox,
.categoryList .categoryBox {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  word-wrap: break-word;
  padding: 4px 28px;
  margin: 0;
  margin-bottom: 4px;
  transition: 0.5s;
  border-radius: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.campaignList .campaignBox:hover,
.periodList .periodBox:hover,
.categoryList .categoryBox:hover {
  color: #ffffff;
  border-radius: 25px;
  padding: 4px 20px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #1d8cf8;
  cursor: pointer;
}

.campaignList .campaignBox.on,
.periodList .periodBox.on,
.categoryList .categoryBox.on {
  color: #ffffff;
  border-radius: 25px;
  padding: 4px 20px;
  margin-left: 16px;
  margin-right: 16px;
  background-color: #1d8cf8;
  cursor: pointer;
}

.groupList .groupBox,
.indicatorList .indicatorBox {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  word-wrap: break-word;
  padding: 2px 0px;
  margin: 0;
  transition: 0.5s;
  border-radius: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.groupList .groupBoxTag {
  padding: 0;
}

.groupList .groupBoxTag span {
  margin-left: 10px;
  padding: 4px 8px 4px 16px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}

.groupList .groupBoxTag:last-child span {
  margin-bottom: 0;
}

.groupBox input,
.indicatorBox input {
  position: relative;
  display: inline-block;
  opacity: 0;
  vertical-align: top;
  width: 14px;
  height: 14px;
  margin: 8px 10px 8px 0;
}

.groupBox input[type="checkbox"],
.indicatorBox input[type="checkbox"] {
  display: none;
}

.groupBox input[type="checkbox"] + label,
.indicatorBox input[type="checkbox"] + label {
  position: relative;
  display: block;
  color: #333;
  border-radius: 25px;
  padding: 4px 28px;
  cursor: pointer;
  transition: 0.5s;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.groupBox input[type="checkbox"] + label > span,
.indicatorBox input[type="checkbox"] + label > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin: 6px 12px 6px 0px;
  border: 1px solid #333;
  background-color: #fff;
}

.groupBox input[type="checkbox"] + label:hover,
.indicatorBox input[type="checkbox"] + label:hover {
  padding: 4px 20px;
  margin: 0 12px;
  color: #fff;
  background-color: #1d8cf8;
}

.groupBox input[type="checkbox"]:checked + label,
.indicatorBox input[type="checkbox"]:checked + label {
  padding: 4px 20px;
  margin: 0 12px;
  color: #ffffff;
  background-color: #1d8cf8;
}

.groupBox input[type="checkbox"]:checked + label > span,
.indicatorBox input[type="checkbox"]:checked + label > span {
  position: relative;
}

.groupBox input[type="checkbox"]:checked + label > span i,
.indicatorBox input[type="checkbox"]:checked + label > span i {
  position: absolute;
  display: block;
  border: 2px solid rgb(88, 43, 6);
  border-top: 0;
  border-right: 0;
  width: 12px;
  height: 6px;
  transform: rotate(-54deg);
  transform-origin: 45% 45%;
  top: 2px;
}

.groupBox input[type="checkbox"]:checked + label[for="group_total"],
.indicatorBox input[type="checkbox"]:checked + label[for="group_total"] {
  padding: 4px 20px;
  margin: 0 12px;
  color: #ffffff;
  background-color: #1d8cf8;
}

.groupBox label,
.indicatorBox label {
  margin-bottom: 0;
}

.searchBox {
  position: absolute;
  width: 100%;
  top: calc(100% + 10px);
  right: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 4px 12px;
}

span.search-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin-top: 20px;
  padding: 6px 20px;
  border-radius: 4px;
  color: #fff;
  background-color: #326c89;
  border: 1px solid #215068;
  cursor: pointer;
}

span.search-button.off {
  pointer-events: none;
}

span.search-button.started {
  pointer-events: none;
}

.daterangepicker td.in-range {
  background-color: #f8f4eb;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #1d8cf8;
}

/* log-list */
.visual-container.log-list {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f7fa;
  padding: 16px 24px 8px 24px;
  z-index: 100;
  transition: all 0.4s;
  overflow-y: auto;
}

.log-list .table-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.log-list .table-container.conditions {
  width: 100%;
}

.log-list .table-container.conditions .more {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin: 1px 0 1px 6px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
  border-radius: 10px;
}

.log-list .table-container.conditions .more i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.log-list .table-container.conditions .moreList ul {
  height: 0;
  overflow-y: hidden;
  margin: 0;
  border-radius: 12px;
  background-color: rgb(216 246 255);
}

.log-list .table-container.conditions .moreList.on ul {
  margin-top: 4px;
  height: auto;
}

.log-list .table-container.conditions .moreList ul li {
  padding: 4px 0;
  font-size: 12px;
  line-height: 14px;
}

.table-container.conditions tr td,
.table-container.params tr td {
  height: 40px !important;
}

.log-list .table-container.conditions tr.extra-detail.off {
  display: none;
}

.log-list .table-container.conditions tr.extra-detail.extra-title {
}

.log-list .table-container.conditions tr.extra-detail.section-line {
  border-bottom: 2px solid #333;
}

.log-list .table-container.conditions tr td.detailTitle {
  background-color: blanchedalmond;
  font-weight: 700;
}

.log-list .table-container.conditions tr td.detailSub {
  color: #333;
  background-color: #f6f9fa;
  font-weight: 700;
}

.log-list .table-container.conditions tr td.detail-contents {
  background-color: #fff;
}

.params th {
  background-color: #2d3130;
}

.random-button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 6px;
  border: 1px solid #000000;
}

/* 로딩창 */
.loading-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  background-color: transparent;
}

.loading-spinner {
  width: 80px;
  height: 80px;
  border: 16px solid #1d8cf8;
  border-top: 16px solid transparent;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.table-container.conditions tr td span {
  font-size: 12px;
  cursor: pointer;
}

.table-container.conditions tr td span.balance {
  color: #003cff;
  font-weight: 700;
}

.table-container.conditions tr td span.replay {
  padding: 4px 8px;
  color: #fff;
  background-color: #37474f;
  border-color: #37474f;
  border-radius: 2px;
}

.table-container.conditions tr td span.share {
  padding: 4px 8px;
  color: #fff;
  background-color: #1d8cf8;
  border-color: #1d8cf8;
  border-radius: 2px;
}

.table-container.conditions tr td span.focus {
  font-weight: 700;
  color: rgb(233, 16, 135);
}

/* weight-apply */
.visual-container.weight-apply {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f7fa;
  padding: 16px 24px 8px 24px;
  z-index: 100;
  transition: all 0.4s;
  overflow-y: auto;
}

.weight-apply .table-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.weight-apply .table-container th {
  width: 12%;
}

.weight-apply .table-container th:nth-child(1) {
  width: 4%;
}

.weight-apply .table-container th:nth-child(4) {
  width: 8%;
}

.weight-apply .table-container th:nth-child(5) {
  width: 8%;
}

.weight-apply .table-container th:nth-child(6) {
  width: 24%;
}

.weight-apply .table-container th:nth-child(7) {
  width: 16%;
}

.weight-apply .table-container th:nth-child(8) {
  width: 8%;
}

.weight-apply .table-container th:nth-child(9) {
  width: 8%;
}

.condition-button {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 6px;
  border: 1px solid #d8d9da;
  background-color: #f0f0f0;
  color: #333;
}

.weight-apply .table-container.conditions td {
  background-color: #fff;
}

.weight-apply .table-container.conditions tr td.detailTitle {
  background-color: blanchedalmond;
  font-weight: 700;
}

.weight-apply .table-container.conditions tr td.detailSub {
  color: #333;
  background-color: #f6f9fa;
  font-weight: 700;
}

.weight-apply .table-container.conditions tr td.empty {
  border-bottom: 0;
  border-top: 0;
}

.weight-apply .table-container.conditions tr.extra-detail {
  opacity: 0;
  visibility: hidden;
}

.weight-apply .table-container.conditions tr.extra-detail td {
  display: none;
  opacity: 0;
  visibility: hidden;
  word-break: keep-all;
}

.weight-apply .table-container.conditions tr.extra-detail.on {
  opacity: 1;
  visibility: visible;
}

.weight-apply .table-container.conditions tr.extra-detail.on td {
  display: table-cell;
  opacity: 1;
  visibility: visible;
}

.weight-apply .table-container.conditions tr td.detail-contents .data-line {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.weight-apply .table-container.conditions tr td.detail-contents .data-line:last-child {
  margin-bottom: 0;
}

.weight-apply .table-container.conditions tr td.detail-contents .day-box {
  position: relative;
  display: block;
  padding: 10px 0;
}

.weight-apply .table-container.conditions tr td.detail-contents .day-box > div:nth-child(1) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.weight-apply .table-container.conditions tr td.detail-contents .day-box > div:nth-child(2) {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  text-align: left;
}

.weight-apply .table-container.conditions tr td.detail-contents .day-box > div > div {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.weight-apply .table-container.conditions tr td.detail-contents .day-box > div > div:last-child {
  margin-bottom: 0;
}

.weight-apply .table-container.conditions tr td.detail-contents .title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #1d8cf8;
  border-color: #1d8cf8;
  padding: 0 12px;
  border-radius: 20px;
}

.condition-button.target-button {
  border-radius: 12px;
  padding: 2px 10px;
}

.condition-button.on {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 10px;
  background-color: #d4dae0;
  color: #333;
}

/* routine-list */
.visual-container.routine-list {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f7fa;
  padding: 16px 24px 8px 24px;
  z-index: 100;
  transition: all 0.4s;
  overflow-y: auto;
}

.routine-list .conditions th {
  background-color: #828a8d;
  color: #fff;
  border-bottom: 2px solid #575e61;
}

.routine-list .control-tab {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 12px;
}

.routine-list .control-tab > div {
  flex: 8;
}

.routine-list .control-tab > button {
  flex: 2;
  padding: 4px;
  font-weight: 700;
  color: #fff;
  border: 0;
  border: 1px solid #505050;
  background-color: #1a314b;
  border-radius: 4px;
}

.routine-list .control-tab > button.disabled {
  pointer-events: none;
  border: 1px solid #c3c3c3;
  background-color: #dbdcdd;
  color: #bdbdbd;
}

.routine-list .control-tab > button > span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 24px;
}

.visual-container.routine-list .setting-container {
  margin-top: 20px;
  padding: 20px;
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border: 1px solid #c2c6c9;
  outline-color: rgb(237, 242, 249);
  background-color: #fff;
  color: rgb(18, 38, 63);
  box-shadow: 0.1875rem 0.1875rem 0.35rem rgba(14, 34, 56, 0.07);
}

.visual-container.routine-list .setting-container.on {
  opacity: 1;
  visibility: visible;
}

.visual-container.routine-list .setting-container .setting-title {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  padding: 6px 18px;
  background-color: #828a8d;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  margin-bottom: 4px;
}

.visual-container.routine-list .setting-container .condition-container {
  margin: 0 0 0 24px;
  margin-bottom: 24px;
}

.visual-container.routine-list .setting-container .weight-core-calc-container {
  margin: 0 12px 0 24px;
  margin-bottom: 24px;
}

.setting-container .weight-core-calc-container > div:nth-child(1) {
  width: calc(30% - 24px);
}

.setting-container .weight-core-calc-container > div:nth-child(2) {
  width: calc(20% - 24px);
}

.setting-container .weight-core-calc-container > div.target-tab {
  width: calc(50%);
  margin: 0;
}

.setting-container .weight-core-calc-container > div.target-tab .targeting > div {
  width: calc(25% - 8px);
}

.routine-list .targeting > div label {
  text-align: center;
}

.setting-container .confirm-box {
  text-align: center;
}

.condition-box.confirm {
  flex: 1;
}

.condition-box.confirm .title {
  color: transparent;
}

.setting-container .setting-create,
.setting-container .setting-change {
  border: 1px solid #505050;
  background-color: #1a314b;
  color: #fff;
}

.schedule-table td {
  font-size: 14px;
  line-height: 18px;
}

.schedule-table td span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  padding: 3px 12px;
  background-color: black;
  border-radius: 24px;
  cursor: inherit !important;
}

.schedule-table td.yes-apply {
  background-color: rgba(178, 255, 191, 0.24);
  color: rgb(12, 116, 58);
  font-weight: 700;
}

.schedule-table td.no-apply {
  background-color: rgba(255, 178, 178, 0.24);
  color: rgb(158, 6, 6);
  font-weight: 700;
}

.schedule-table td.yes-apply span {
  font-size: 12px;
  background-color: rgba(12, 116, 58, 0.8);
  color: #fff;
  font-weight: 700;
}

.schedule-table td.no-apply span {
  font-size: 12px;
  background-color: rgba(158, 6, 6, 0.8);
  color: #fff;
  font-weight: 700;
}

.schedule-table td.on span {
  font-size: 12px;
  background-color: rgba(6, 67, 158, 0.8);
  color: #fff;
  font-weight: 700;
}

.schedule-table td.off span {
  font-size: 12px;
  background-color: rgba(78, 72, 72, 0.8);
  color: #fff;
  font-weight: 700;
}

.schedule-table td.setting-detail span {
  font-size: 12px;
  background-color: #f0f0f0;
  color: #333;
  font-weight: 700;
  cursor: pointer !important;
}

.schedule-table td.setting-detail span:hover {
  background-color: #c7c7c7;
  color: #fff;
}

.setting-detail.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.setting-detail.loading span::after {
  content: " (로딩중...)";
  font-size: 12px;
  color: #888;
}

.schedule-table input {
  margin: 5px 0 4px 0;
}

.period-btn {
  position: relative;
  margin-right: 20px;
}

.period-btn select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  padding: 6px 0;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
  border-radius: 4px;
}

.routine-list .condition-box.cycle {
  flex: 3;
}

.cycle-select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.cycle-select:nth-child(1) {
  width: calc(30% - 20px);
}

.cycle-select:nth-child(2),
.cycle-select:nth-child(3) {
  width: calc(40% - 20px);
}

.cycle-select:nth-child(4) {
  width: calc(30% - 20px);
}

.cycle-select select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  padding: 6px 0;
  text-align: center;
  appearance: none;
  /* Remove default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #072a6b;
  background-color: #e8f6ff;
  border: 1px solid rgb(131 131 131);
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(14, 34, 56, 0.07);
  border-radius: 4px;
  /* Similar background to the one in the image */
  /* Dark blue color for the text */
  /* Light gray border */
  /* Slightly rounded corners */
}

.cycle-select::after {
  content: "\25BC";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #777;
  font-size: 12px;
}

.cycle-select select:focus {
  outline: none;
  border-color: #777;
  /* Slightly darker border on focus */
}

.routine-list .condition-box.unit {
  flex: 7;
}

.entry-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f4f7fa;
}

.entry-frame .input-frame {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.in-progress-text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 2px 6px;
  border: 1px solid #707070;
  background-color: #d6d6d6;
  color: #333;
}
