@charset "UTF-8";
html {
  scroll-behavior: auto !important;
}
img {
  max-width: 100%;
}
.hover {
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.hover:hover {
  opacity: 0.7;
}
body {
  background-color: #f3f4f6;
  font-family: "Plus Jakarta Sans", "Noto Sans", sans-serif;
}
body.noScroll {
  overflow: hidden;
}
.loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
.loading-spinner.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading-spinner video {
  max-width: 200px;
  height: auto;
}
.loading-text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  margin-bottom: 24px;
}
.header__title {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 30%;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.header__title i {
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/assets/img/header/logo@2x.png);
  background-size: 36px auto;
  mix-blend-mode: multiply;
}
.header__nav__list {
  display: flex;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background-color: #fff;
}
.header__nav__list__item {
  position: relative;
  z-index: 1;
  width: 145px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
}
.header__nav__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  color: #71737a;
}
.header__nav__list__item a svg path {
  stroke: #71737a;
}
.header__nav__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 145px;
  height: 48px;
  border-radius: 999px;
  background-color: #c91432;
  transition: 0.5s all ease;
}
.header__nav__list.current1::before {
  left: 0;
}
.header__nav__list.current1 .header__nav__list__item:first-child a {
  color: #fff;
}
.header__nav__list.current1 .header__nav__list__item:first-child a svg path {
  stroke: #fff;
}
.header__nav__list.current2::before {
  left: 33.33%;
}
.header__nav__list.current2 .header__nav__list__item:nth-child(2) a {
  color: #fff;
}
.header__nav__list.current2 .header__nav__list__item:nth-child(2) a svg path {
  stroke: #fff;
}
.header__nav__list.current3::before {
  left: 66.66%;
}
.header__nav__list.current3 .header__nav__list__item:nth-child(3) a {
  color: #fff;
}
.header__nav__list.current3 .header__nav__list__item:nth-child(3) a svg path {
  stroke: #fff;
}
.header__profile {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  gap: 24px;
}
.header__profile__name {
  display: flex;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  color: #2a3347;
}
.header__profile__name__position {
  font-size: 12px;
  color: #71737a;
}
.header__profile__logout {
  cursor: pointer;
  width: 120px;
  height: 48px;
  border: 2px solid #d7dae2;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 46px;
  color: #71737a;
}
.header__profile__logout a {
  display: block;
  color: #71737a;
  text-decoration: none;
}
.header__menu {
  display: none;
}
.tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.tools__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 133px);
  height: 80px;
  padding: 0 24px;
  border-radius: 20px;
  background-color: #fff;
}
.tools__inner__date {
  display: flex;
  padding-right: 24px;
  border-right: 2px solid #f3f4f6;
  align-items: center;
  gap: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.tools__inner__date__nav__list {
  position: relative;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  width: 243px;
  height: 48px;
  background-color: #f3f4f6;
}
.tools__inner__date__nav__list__item {
  position: relative;
  z-index: 1;
  width: 33.3333333333%;
  line-height: 48px;
  text-align: center;
}
.tools__inner__date__nav__list__item a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #71737a;
  text-decoration: none;
}
.tools__inner__date__nav__list__item a:hover {
  color: #fff;
}
.tools__inner__date__nav__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 33.333%;
  height: 48px;
  border-radius: 999px;
  background-color: #2a3347;
  transition: ease 0.5s all;
}
.tools__inner__date__nav__list.current1::before {
  left: 0;
}
.tools__inner__date__nav__list.current1 .tools__inner__date__nav__list__item:nth-child(1) a {
  color: #fff;
}
.tools__inner__date__nav__list.current2::before {
  left: 33.333%;
}
.tools__inner__date__nav__list.current2 .tools__inner__date__nav__list__item:nth-child(2) a {
  color: #fff;
}
.tools__inner__date__nav__list.current3::before {
  left: 66.666%;
}
.tools__inner__date__nav__list.current3 .tools__inner__date__nav__list__item:nth-child(3) a {
  color: #fff;
}
.tools__inner__monthly {
  display: flex;
  position: relative;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.tools__inner__monthly__item {
  cursor: pointer;
  padding-right: 28px;
  font-size: 22px;
  font-weight: 700;
  color: #2a3347;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right 10px;
  background-size: 20px auto;
}
.tools__inner__monthly__item span {
  font-size: 16px;
}
.tools__inner__monthly__modal {
  display: block;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  width: 240px;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
  background-color: #fff;
  transition: 0.5s all ease;
}
.tools__inner__monthly__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.tools__inner__monthly__modal__item {
  position: relative;
  margin-bottom: 14px;
  padding-left: 26px;
}
.tools__inner__monthly__modal__item:last-child {
  margin-bottom: 0;
}
.tools__inner__monthly__modal__item input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.tools__inner__monthly__modal__item label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #71737a;
}
.tools__inner__monthly__modal__item label:has(input[type="radio"]:checked) {
  color: #c91432;
}
.tools__inner__monthly__modal__item label:has(input[type="radio"]:checked)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #c91432;
  border-radius: 999px;
  transform: translateY(-50%);
}
.tools__inner__calendar {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 800;
  color: #2a3347;
}
.tools__inner__calendar__slash {
  font-weight: 500;
  color: #d7dae2;
}
.tools__inner__calendar__week {
  font-size: 12px;
  font-weight: 600;
}
.tools__inner__calendar__tilde {
  font-size: 12px;
  font-weight: 500;
  color: #d7dae2;
}
.tools__inner__calendar::after {
  display: block;
  content: "";
  background-image: url(/assets/img/icon/calendar.svg);
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
}
.tools__inner__calendar .datePicker2 {
  display: none;
}
.tools__inner__calendar .datePicker3 {
  display: none;
}
.tools__inner__area {
  padding-left: 24px;
  border-left: 2px solid #f3f4f6;
}
.tools__inner__area__item {
  display: none;
}
.tools__inner__area__list {
  display: flex;
  gap: 25px;
}
.tools__inner__area__list__item {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #9799a0;
}
.tools__inner__area__list__item:last-child .tools__inner__area__list__item__select {
  left: auto;
  right: 0;
}
.tools__inner__area__list__item .js-area-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.tools__inner__area__list__item select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  border: none;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
  font-size: 14px;
  font-weight: 600;
  color: #2a3347;
}
.tools__inner__area__list__item__select1 {
  width: 110px;
}
.tools__inner__area__list__item__select2 {
  width: 49px;
}
.tools__inner__area__list__item__select3 {
  width: 49px;
}
.tools__inner__area__list__item__select4 {
  width: 138px;
}
.tools__inner__area__list__item__select {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 240px;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
  background-color: #fff;
  transition: 0.5s all ease;
}
.tools__inner__area__list__item__select.is-active {
  opacity: 1;
  visibility: visible;
}
.tools__inner__area__list__item__select__item {
  position: relative;
  margin-bottom: 14px;
  padding-left: 26px;
}
.tools__inner__area__list__item__select__item:last-child {
  margin-bottom: 0;
}
.tools__inner__area__list__item__select__item input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.tools__inner__area__list__item__select__item label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #71737a;
}
.tools__inner__area__list__item__select__item label:has(input[type="radio"]:checked) {
  color: #c91432;
}
.tools__inner__area__list__item__select__item label:has(input[type="radio"]:checked)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #c91432;
  border-radius: 999px;
  transform: translateY(-50%);
}
.tools__print a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 117px;
  height: 48px;
  border-radius: 999px;
  background-color: #c91432;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.tools__print a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/icon/print.svg);
}
.ai {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.ai a {
  opacity: 0;
  display: block;
  width: 104px;
  height: 104px;
  background-size: 104px;
  background-image: url(/assets/img/footer/ai@2x.png);
}
.ai:hover {
  transform: scale(0.95);
}
.pagetop {
  display: none;
}
.footer {
  display: none;
}
.modalWindow {
  overflow-y: scroll;
  position: fixed;
  z-index: 200;
  display: flex;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.75s all ease;
}
.modalWindow__item {
  position: relative;
  scrollbar-width: none;
}
.modalWindow__item.ai-mode {
  overflow-y: scroll;
}
.modalWindow__item__close {
  display: block;
  position: absolute;
  top: -64px;
  right: 0;
  cursor: pointer;
  width: 64px;
  height: 64px;
  background-image: url(/assets/img/icon/modal-close@2x.png);
  background-size: 64px;
}
.modalWindow__item__news {
  width: 480px;
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
}
.modalWindow__item__news__image {
  margin-bottom: 40px;
  text-align: center;
}
.modalWindow__item__news__image img {
  border-radius: 20px;
}
.modalWindow__item__news__category {
  display: flex;
  margin-bottom: 22px;
}
.modalWindow__item__news__category span {
  display: block;
  padding: 6px 8px;
  border: 1px solid #d7dae2;
  font-size: 12px;
  color: #c91432;
}
.modalWindow__item__news__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #2a3347;
}
.modalWindow__item__news__text {
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #71737a;
}
.modalWindow__item__news__button {
  display: flex;
}
.modalWindow__item__news__button a {
  display: block;
  border-radius: 999px;
  padding: 16px 33px;
  background-color: #c91432;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
.modalWindow__item__ai {
  display: flex;
  gap: 20px;
  padding-top: 100px;
}
.modalWindow__item__ai .modalWindow__item__close {
  top: 36px;
}
.modalWindow__item__ai__score {
  width: 420px;
  min-height: 674px;
  border-radius: 24px;
  padding: 40px;
  background-color: #fff;
}
.modalWindow__item__ai__score__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #2a3347;
}
.modalWindow__item__ai__score__title span {
  display: block;
  padding: 11px 27px;
  border-radius: 999px;
  background-color: #19b746;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.modalWindow__item__ai__score__detail {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}
.modalWindow__item__ai__score__detail__point__today {
  font-size: 115px;
  font-weight: 800;
  line-height: 0.9;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff,
    0 4px 12px rgba(113, 115, 122, 0.3019607843);
  color: #2a3347;
}
.modalWindow__item__ai__score__detail__point__previous {
  margin-top: -1em;
  font-size: 12px;
  font-weight: 600;
  color: #9799a0;
}
.modalWindow__item__ai__score__detail__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.modalWindow__item__ai__score__detail__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.modalWindow__item__ai__score__detail__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.modalWindow__item__ai__score__detail__status--up::after {
  content: "UP";
}
.modalWindow__item__ai__score__detail__status--down {
  color: #0035b0;
}
.modalWindow__item__ai__score__detail__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.modalWindow__item__ai__score__detail__status--down::after {
  content: "DOWN";
}
.modalWindow__item__ai__score__detail__status--stay {
  color: #9799a0;
}
.modalWindow__item__ai__score__detail__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.modalWindow__item__ai__score__detail__status--stay::after {
  content: "STAY";
}
.modalWindow__item__ai__score__previous {
  display: none;
}
.modalWindow__item__ai__score__other {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.modalWindow__item__ai__score__other__title {
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.modalWindow__item__ai__score__other__group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}
.modalWindow__item__ai__score__other__group__point {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #2a3347;
}
.modalWindow__item__ai__score__other__group__point__previous {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  color: #9799a0;
}
.modalWindow__item__ai__score__other__group__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.modalWindow__item__ai__score__other__group__status::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.modalWindow__item__ai__score__other__group__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.modalWindow__item__ai__score__other__group__status--up::after {
  content: "UP";
}
.modalWindow__item__ai__score__other__group__status--down {
  color: #0035b0;
}
.modalWindow__item__ai__score__other__group__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.modalWindow__item__ai__score__other__group__status--down::after {
  content: "DOWN";
}
.modalWindow__item__ai__score__other__group__status--stay {
  color: #9799a0;
}
.modalWindow__item__ai__score__other__group__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.modalWindow__item__ai__score__other__group__status--stay::after {
  content: "STAY";
}
.modalWindow__item__ai__score__text {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.modalWindow__item__ai__score__notice {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #9799a0;
}
.modalWindow__item__ai__comment {
  position: relative;
  width: 704px;
  min-height: 674px;
  border-radius: 24px;
  padding: 60px 40px 40px;
  background-color: #fff;
}
.modalWindow__item__ai__comment::before {
  display: block;
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  width: 300px;
  height: 300px;
  background-image: url(/assets/img/icon/score_b@2x.png);
  background-size: 300px;
  transform: translateX(-50%);
}
.modalWindow__item__ai__comment.--score_s::before {
  background-image: url(/assets/img/icon/score_s@2x.png);
}
.modalWindow__item__ai__comment.--score_a::before {
  background-image: url(/assets/img/icon/score_a@2x.png);
}
.modalWindow__item__ai__comment.--score_b::before {
  background-image: url(/assets/img/icon/score_b@2x.png);
}
.modalWindow__item__ai__comment.--score_c::before {
  background-image: url(/assets/img/icon/score_c@2x.png);
}
.modalWindow__item__ai__comment.--score_d::before {
  background-image: url(/assets/img/icon/score_d@2x.png);
}
.modalWindow__item__ai__comment__hapimaru {
  position: relative;
  margin-bottom: 20px;
}
.modalWindow__item__ai__comment__hapimaru__title {
  margin: 0 0 -1.5em;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.modalWindow__item__ai__comment__hapimaru__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -18px;
  width: 660px;
  height: 270px;
  padding: 43px 33px 23px;
  background-image: url(/assets/img/ai/fukidashi@2x.png);
  background-size: 660px 270px;
}
.modalWindow__item__ai__comment__hapimaru__inner__text {
  overflow: scroll;
  margin: 0;
  max-height: 180px;
  scrollbar-width: none;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 600;
  color: #2a3347;
}
.modalWindow__item__ai__comment__advice {
  box-shadow: 4px 4px 20px 0 rgba(113, 115, 122, 0.1490196078);
  border-radius: 20px;
}
.modalWindow__item__ai__comment__advice__title {
  position: relative;
  padding: 20px 32px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  background-color: #2a3347;
  color: #fff;
}
.modalWindow__item__ai__comment__advice__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 90px;
  height: 102px;
  background-image: url(/assets/img/ai/bulb@2x.png);
  background-size: 90px auto;
  background-repeat: no-repeat;
}
.modalWindow__item__ai__comment__advice__inner {
  padding: 32px 32px 24px;
}
.modalWindow__item__ai__comment__advice__inner__text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
  color: #2a3347;
}
.modalWindow.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.login {
  display: flex;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 74px;
}
.selectArea {
  display: none;
}
.calendarWeeklyWindow {
  overflow-y: scroll;
  position: fixed;
  z-index: 200;
  display: flex;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.75s all ease;
}
.calendarWeeklyWindow__item {
  width: 360px;
  padding: 32px 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
}
.calendarWeeklyWindow__item__header {
  display: flex;
  justify-content: space-between;
}
.calendarWeeklyWindow__item__header__prev {
  font-size: 16px;
  font-weight: 600;
  color: #9799a0;
}
.calendarWeeklyWindow__item__header__cancel {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.calendarWeeklyWindow__item__yearMonthSelector {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 48px 0;
}
.calendarWeeklyWindow__item__yearMonthSelector__year {
  position: relative;
  width: 124px;
  height: 40px;
  border-bottom: 1px solid #f3f4f6;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}
.calendarWeeklyWindow__item__yearMonthSelector__year span {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.calendarWeeklyWindow__item__yearMonthSelector__month {
  position: relative;
  width: 94px;
  height: 40px;
  border-bottom: 1px solid #f3f4f6;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}
.calendarWeeklyWindow__item__yearMonthSelector__month span {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.calendarWeeklyWindow__item__yearMonthSelector select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  border: none;
  background-color: transparent;
  font-size: 22px;
  font-weight: 800;
  color: #2a3347;
}
.calendarWeeklyWindow__item__submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 999px;
  width: 100%;
  height: 48px;
  background-color: #c91432;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.calendarWeeklyWindow__item__submit input:disabled {
  background-color: #f3f4f6;
  color: #71737a;
}
.calendarWeeklyWindow__item__dateSelector {
  margin-bottom: 16px;
  padding-top: 10px;
}
.calendarWeeklyWindow__item__dateSelector__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.calendarWeeklyWindow__item__dateSelector__header__prev {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(/assets/img/icon/prev-gray.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendarWeeklyWindow__item__dateSelector__header__prev:hover {
  background-image: url(/assets/img/icon/prev-red.svg);
}
.calendarWeeklyWindow__item__dateSelector__header__view {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2a3347;
}
.calendarWeeklyWindow__item__dateSelector__header__view span {
  color: #d7dae2;
}
.calendarWeeklyWindow__item__dateSelector__header__next {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(/assets/img/icon/prev-gray.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(-1, 1);
}
.calendarWeeklyWindow__item__dateSelector__header__next:hover {
  background-image: url(/assets/img/icon/prev-red.svg);
}
.calendarWeeklyWindow__item__dateSelector__days {
  gap: 16px 0;
  display: grid;
}
.calendarWeeklyWindow__item__dateSelector__days__title {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendarWeeklyWindow__item__dateSelector__days__title .calendarWeeklyWindow__item__dateSelector__days__list__item {
  cursor: auto;
  height: 24px;
  line-height: 24px;
}
.calendarWeeklyWindow__item__dateSelector__days__title
  .calendarWeeklyWindow__item__dateSelector__days__list__item:nth-child(6) {
  color: #0035b0;
}
.calendarWeeklyWindow__item__dateSelector__days__title
  .calendarWeeklyWindow__item__dateSelector__days__list__item:nth-child(7) {
  color: #c91432;
}
.calendarWeeklyWindow__item__dateSelector__days__title
  .calendarWeeklyWindow__item__dateSelector__days__list__item:hover {
  background-color: transparent;
}
.calendarWeeklyWindow__item__dateSelector__days__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendarWeeklyWindow__item__dateSelector__days__list:hover {
  border-radius: 16px;
  background-color: #f3f4f6;
}
.calendarWeeklyWindow__item__dateSelector__days__list.current {
  border-radius: 16px;
  background-color: #c91432 !important;
}
.calendarWeeklyWindow__item__dateSelector__days__list.current
  .calendarWeeklyWindow__item__dateSelector__days__list__item {
  color: #fff;
}
.calendarWeeklyWindow__item__dateSelector__days__list__item {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  color: #2a3347;
}
.calendarWeeklyWindow__item__dateSelector__days__list__item.current {
  border-radius: 16px !important;
  background-color: #c91432 !important;
  color: #fff !important;
}
.calendarWeeklyWindow.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 201;
}
.calendarMonthlyWindow {
  overflow-y: scroll;
  position: fixed;
  z-index: 200;
  display: flex;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.75s all ease;
}
.calendarMonthlyWindow__item {
  width: 360px;
  padding: 32px 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
}
.calendarMonthlyWindow__item__header {
  display: flex;
  justify-content: space-between;
}
.calendarMonthlyWindow__item__header__prev {
  font-size: 16px;
  font-weight: 600;
  color: #9799a0;
}
.calendarMonthlyWindow__item__header__cancel {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.calendarMonthlyWindow__item__yearMonthSelector {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 48px 0;
}
.calendarMonthlyWindow__item__yearMonthSelector__year {
  position: relative;
  width: 124px;
  height: 40px;
  border-bottom: 1px solid #f3f4f6;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}
.calendarMonthlyWindow__item__yearMonthSelector__year span {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.calendarMonthlyWindow__item__yearMonthSelector__month {
  position: relative;
  width: 94px;
  height: 40px;
  border-bottom: 1px solid #f3f4f6;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}
.calendarMonthlyWindow__item__yearMonthSelector__month span {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.calendarMonthlyWindow__item__yearMonthSelector select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  border: none;
  background-color: transparent;
  font-size: 22px;
  font-weight: 800;
  color: #2a3347;
}
.calendarMonthlyWindow__item__submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 999px;
  width: 100%;
  height: 48px;
  background-color: #c91432;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.calendarMonthlyWindow__item__submit input:disabled {
  background-color: #f3f4f6;
  color: #71737a;
}
.calendarMonthlyWindow__item__dateSelector {
  margin-bottom: 16px;
  padding-top: 10px;
}
.calendarMonthlyWindow__item__dateSelector__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.calendarMonthlyWindow__item__dateSelector__header__prev {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(/assets/img/icon/prev-gray.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendarMonthlyWindow__item__dateSelector__header__prev:hover {
  background-image: url(/assets/img/icon/prev-red.svg);
}
.calendarMonthlyWindow__item__dateSelector__header__view {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2a3347;
}
.calendarMonthlyWindow__item__dateSelector__header__view span {
  color: #d7dae2;
}
.calendarMonthlyWindow__item__dateSelector__header__next {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(/assets/img/icon/prev-gray.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(-1, 1);
}
.calendarMonthlyWindow__item__dateSelector__header__next:hover {
  background-image: url(/assets/img/icon/prev-red.svg);
}
.calendarMonthlyWindow__item__dateSelector__days {
  gap: 16px 0;
  display: grid;
}
.calendarMonthlyWindow__item__dateSelector__days__title {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendarMonthlyWindow__item__dateSelector__days__title__item {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  color: #2a3347;
}
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(1),
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(2),
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(3),
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(4),
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(5),
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(6),
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(7) {
  cursor: auto;
  height: 24px;
  line-height: 24px;
}
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(1):hover,
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(2):hover,
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(3):hover,
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(4):hover,
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(5):hover,
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(6):hover,
.calendarMonthlyWindow__item__dateSelector__days__title__item:nth-child(7):hover {
  background-color: transparent;
}
.calendarMonthlyWindow__item__dateSelector__days__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendarMonthlyWindow__item__dateSelector__days__list:hover {
  border-radius: 16px;
  background-color: #f3f4f6;
}
.calendarMonthlyWindow__item__dateSelector__days__list.current {
  border-radius: 16px;
  background-color: #c91432 !important;
}
.calendarMonthlyWindow__item__dateSelector__days__list.current
  .calendarWeeklyWindow__item__dateSelector__days__list__item {
  color: #fff;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  color: #2a3347;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(1),
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(2),
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(3),
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(4),
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(5),
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(6),
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(7) {
  cursor: auto;
  height: 24px;
  line-height: 24px;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(1):hover,
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(2):hover,
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(3):hover,
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(4):hover,
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(5):hover,
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(6):hover,
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(7):hover {
  background-color: transparent;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(6) {
  color: #0035b0;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item:nth-child(7) {
  color: #c91432;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item.current {
  border-radius: 16px !important;
  background-color: #c91432 !important;
  color: #fff !important;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item:hover {
  border-radius: 16px;
  background-color: #f3f4f6;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item.is-range-current-start {
  border-radius: 0;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  background-color: #c91432 !important;
  color: #fff !important;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item.is-range-current-end {
  border-radius: 0;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  background-color: #c91432 !important;
  color: #fff !important;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item.is-range-current {
  border-radius: 0 !important;
  background-color: #c91432 !important;
  color: #fff !important;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item.is-range-select-start {
  border-radius: 0;
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
  background-color: #f3f4f6 !important;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item.is-range-select-end {
  border-radius: 0;
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  background-color: #f3f4f6 !important;
}
.calendarMonthlyWindow__item__dateSelector__days__list__item.is-range-select {
  border-radius: 0 !important;
  background-color: #f3f4f6 !important;
}
.calendarMonthlyWindow.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 201;
}
.calendarDailyWindow {
  overflow-y: scroll;
  position: fixed;
  z-index: 200;
  display: flex;
  scrollbar-width: none;
  visibility: hidden;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.75s all ease;
}
.calendarDailyWindow__item {
  width: 360px;
  padding: 32px 24px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
}
.calendarDailyWindow__item__header {
  display: flex;
  justify-content: space-between;
}
.calendarDailyWindow__item__header__prev {
  font-size: 16px;
  font-weight: 600;
  color: #9799a0;
}
.calendarDailyWindow__item__header__cancel {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.calendarDailyWindow__item__yearMonthSelector {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 48px 0;
}
.calendarDailyWindow__item__yearMonthSelector__year {
  position: relative;
  width: 124px;
  height: 40px;
  border-bottom: 1px solid #f3f4f6;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}
.calendarDailyWindow__item__yearMonthSelector__year span {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.calendarDailyWindow__item__yearMonthSelector__month {
  position: relative;
  width: 94px;
  height: 40px;
  border-bottom: 1px solid #f3f4f6;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px auto;
}
.calendarDailyWindow__item__yearMonthSelector__month span {
  position: absolute;
  z-index: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.calendarDailyWindow__item__yearMonthSelector select {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  border: none;
  background-color: transparent;
  font-size: 22px;
  font-weight: 800;
  color: #2a3347;
}
.calendarDailyWindow__item__submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 999px;
  width: 100%;
  height: 48px;
  background-color: #c91432;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.calendarDailyWindow__item__submit input:disabled {
  background-color: #f3f4f6;
  color: #71737a;
}
.calendarDailyWindow__item__dateSelector {
  margin-bottom: 16px;
  padding-top: 10px;
}
.calendarDailyWindow__item__dateSelector__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.calendarDailyWindow__item__dateSelector__header__prev {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(/assets/img/icon/prev-gray.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.calendarDailyWindow__item__dateSelector__header__prev:hover {
  background-image: url(/assets/img/icon/prev-red.svg);
}
.calendarDailyWindow__item__dateSelector__header__view {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2a3347;
}
.calendarDailyWindow__item__dateSelector__header__view span {
  color: #d7dae2;
}
.calendarDailyWindow__item__dateSelector__header__next {
  cursor: pointer;
  width: 24px;
  height: 40px;
  background-image: url(/assets/img/icon/prev-gray.svg);
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(-1, 1);
}
.calendarDailyWindow__item__dateSelector__header__next:hover {
  background-image: url(/assets/img/icon/prev-red.svg);
}
.calendarDailyWindow__item__dateSelector__days {
  gap: 16px 0;
  display: grid;
}
.calendarDailyWindow__item__dateSelector__days__title {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendarDailyWindow__item__dateSelector__days__title .calendarDailyWindow__item__dateSelector__days__list__item {
  cursor: auto;
  height: 24px;
  line-height: 24px;
}
.calendarDailyWindow__item__dateSelector__days__title
  .calendarDailyWindow__item__dateSelector__days__list__item:nth-child(6) {
  color: #0035b0;
}
.calendarDailyWindow__item__dateSelector__days__title
  .calendarDailyWindow__item__dateSelector__days__list__item:nth-child(7) {
  color: #c91432;
}
.calendarDailyWindow__item__dateSelector__days__title .calendarDailyWindow__item__dateSelector__days__list__item:hover {
  background-color: transparent;
}
.calendarDailyWindow__item__dateSelector__days__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.calendarDailyWindow__item__dateSelector__days__list.current {
  border-radius: 16px;
  background-color: #c91432 !important;
}
.calendarDailyWindow__item__dateSelector__days__list.current
  .calendarDailyWindow__item__dateSelector__days__list__item {
  color: #fff;
}
.calendarDailyWindow__item__dateSelector__days__list__item {
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  color: #2a3347;
}
.calendarDailyWindow__item__dateSelector__days__list__item.current {
  border-radius: 16px !important;
  background-color: #c91432 !important;
  color: #fff !important;
}
.calendarDailyWindow__item__dateSelector__days__list__item:hover {
  border-radius: 16px;
  background-color: #f3f4f6;
}
.calendarDailyWindow__item__dateSelector__days__list__item.disabled {
  cursor: auto;
  color: #9799a0;
}
.calendarDailyWindow__item__dateSelector__days__list__item.disabled:hover {
  background-color: transparent;
}
.calendarDailyWindow.is-active {
  display: flex;
  opacity: 1;
  visibility: visible;
  z-index: 201;
}
.navigation {
  display: none;
}
.splash {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.splash video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.splash__sp {
  display: none;
}
.kandouDB {
  max-width: 1440px;
  margin: 0 auto;
  padding: 46px 40px 40px;
}
.kandouDB .switching__month,
.kandouDB .switching__week {
  display: none;
}
.kandouDB__news {
  display: flex;
  margin-bottom: 16px;
  padding: 20px 24px;
  border-radius: 20px;
  background-color: #fff;
}
.kandouDB__news__title {
  width: 82px;
  height: 40px;
  margin: 0;
  border-right: 2px solid #d7dae2;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #9799a0;
}
.kandouDB__news__list {
  overflow: hidden;
  position: relative;
  list-style: none;
  width: calc(100% - 82px);
  margin: 0 0 0 24px;
}
.kandouDB__news__list__item {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  white-space: nowrap;
}
.kandouDB__news__list__item a {
  display: block;
  color: #2a3347;
  text-decoration: none;
}
.kandouDB__news__list__item a[target="_blank"]::after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 0.5em;
  background-image: url(/assets/img/icon/blank.svg);
  vertical-align: middle;
}
.kandouDB__separate {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
.kandouDB__happiness {
  width: calc((100% - 24px) / 2);
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 24px;
}
.kandouDB__happiness__title {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 24px;
  background-color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__happiness__inner {
  padding: 12px 24px 24px;
}
.kandouDB__happiness__inner__result {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.kandouDB__happiness__inner__result__item {
  position: relative;
}
.kandouDB__happiness__inner__result__item__smile i {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  width: 310px;
  height: 310px;
  transform: translateX(-50%);
}
.kandouDB__happiness__inner__result__item__smile--rankA i {
  background-image: url(/assets/img/happiness/smile04.webp);
  background-size: 310px;
}
.kandouDB__happiness__inner__result__item__smile--rankB i {
  background-image: url(/assets/img/happiness/smile03.webp);
  background-size: 310px;
}
.kandouDB__happiness__inner__result__item__smile--rankC i {
  background-image: url(/assets/img/happiness/smile02.webp);
  background-size: 310px;
}
.kandouDB__happiness__inner__result__item__smile--rankD i {
  background-image: url(/assets/img/happiness/smile01.webp);
  background-size: 310px;
}
.kandouDB__happiness__inner__result__item__group {
  display: flex;
  flex-wrap: wrap;
}
.kandouDB__happiness__inner__result__item__group__score {
  margin-left: -0.05em;
  font-size: 128px;
  font-weight: 800;
  line-height: 1;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff,
    0 4px 12px rgba(113, 115, 122, 0.3019607843);
  color: #2a3347;
}
.kandouDB__happiness__inner__result__item__group__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.kandouDB__happiness__inner__result__item__group__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.kandouDB__happiness__inner__result__item__group__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__happiness__inner__result__item__group__status--up::after {
  content: "UP";
}
.kandouDB__happiness__inner__result__item__group__status--down {
  color: #0035b0;
}
.kandouDB__happiness__inner__result__item__group__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__happiness__inner__result__item__group__status--down::after {
  content: "DOWN";
}
.kandouDB__happiness__inner__result__item__group__status--stay {
  color: #9799a0;
}
.kandouDB__happiness__inner__result__item__group__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__happiness__inner__result__item__group__status--stay::after {
  content: "STAY";
}
.kandouDB__happiness__inner__result__item__group2 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}
.kandouDB__happiness__inner__result__item__group2__score {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: #2a3347;
}
.kandouDB__happiness__inner__result__item__group2__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.kandouDB__happiness__inner__result__item__group2__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.kandouDB__happiness__inner__result__item__group2__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__happiness__inner__result__item__group2__status--up::after {
  content: "UP";
}
.kandouDB__happiness__inner__result__item__group2__status--down {
  color: #0035b0;
}
.kandouDB__happiness__inner__result__item__group2__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__happiness__inner__result__item__group2__status--down::after {
  content: "DOWN";
}
.kandouDB__happiness__inner__result__item__group2__status--stay {
  color: #9799a0;
}
.kandouDB__happiness__inner__result__item__group2__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__happiness__inner__result__item__group2__status--stay::after {
  content: "STAY";
}
.kandouDB__happiness__inner__result__item__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__happiness__inner__result__item__previous {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #9799a0;
}
.kandouDB__happiness__inner__list {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffd901;
}
.kandouDB__happiness__inner__list__item {
  width: calc((100% - 48px) / 4);
  padding: 16px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 0 rgba(113, 115, 122, 0.1490196078);
}
.kandouDB__happiness__inner__list__item__status {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  color: #19b746;
}
.kandouDB__happiness__inner__list__item__status::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.kandouDB__happiness__inner__list__item__status--up::after {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__happiness__inner__list__item__status--up::before {
  content: "UP";
}
.kandouDB__happiness__inner__list__item__status--down {
  color: #0035b0;
}
.kandouDB__happiness__inner__list__item__status--down::after {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__happiness__inner__list__item__status--down::before {
  content: "DOWN";
}
.kandouDB__happiness__inner__list__item__status--stay {
  color: #9799a0;
}
.kandouDB__happiness__inner__list__item__status--stay::after {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__happiness__inner__list__item__status--stay::before {
  content: "STAY";
}
.kandouDB__happiness__inner__list__item__title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__happiness__inner__list__item__score {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #2a3347;
}
.kandouDB__happiness__inner__list__item__previous {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #9799a0;
}
.kandouDB__impressed {
  width: calc((100% - 24px) / 2);
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 24px;
}
.kandouDB__impressed__title {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 24px;
  background-color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__impressed__inner {
  padding: 20px 24px 24px;
}
.kandouDB__impressed__inner__result {
  display: flex;
  justify-content: space-between;
}
.kandouDB__impressed__inner__result__item {
  position: relative;
}
.kandouDB__impressed__inner__result__item__heart i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 310px;
  height: 310px;
  transform: translateX(-50%);
  background-size: 100% auto;
}
.kandouDB__impressed__inner__result__item__heart--rankA i {
  background-image: url(/assets/img/impressed/heart05.webp);
}
.kandouDB__impressed__inner__result__item__heart--rankB i {
  background-image: url(/assets/img/impressed/heart04.webp);
}
.kandouDB__impressed__inner__result__item__heart--rankC i {
  background-image: url(/assets/img/impressed/heart03.webp);
}
.kandouDB__impressed__inner__result__item__heart--rankD i {
  background-image: url(/assets/img/impressed/heart02.webp);
}
.kandouDB__impressed__inner__result__item__heart--rankE i {
  background-image: url(/assets/img/impressed/heart01.webp);
}
.kandouDB__impressed__inner__result__item__group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kandouDB__impressed__inner__result__item__group__score {
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
  margin-left: -0.05em;
  letter-spacing: -0.05em;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff,
    0 4px 12px rgba(113, 115, 122, 0.3019607843);
  color: #2a3347;
}
.kandouDB__impressed__inner__result__item__group__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.kandouDB__impressed__inner__result__item__group__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.kandouDB__impressed__inner__result__item__group__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__impressed__inner__result__item__group__status--up::after {
  content: "UP";
}
.kandouDB__impressed__inner__result__item__group__status--down {
  color: #0035b0;
}
.kandouDB__impressed__inner__result__item__group__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__impressed__inner__result__item__group__status--down::after {
  content: "DOWN";
}
.kandouDB__impressed__inner__result__item__group__status--stay {
  color: #9799a0;
}
.kandouDB__impressed__inner__result__item__group__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__impressed__inner__result__item__group__status--stay::after {
  content: "STAY";
}
.kandouDB__impressed__inner__result__item__group2 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 0;
}
.kandouDB__impressed__inner__result__item__group2__score {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: #2a3347;
}
.kandouDB__impressed__inner__result__item__group2__score__unit {
  font-size: 20px;
}
.kandouDB__impressed__inner__result__item__group2__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.kandouDB__impressed__inner__result__item__group2__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.kandouDB__impressed__inner__result__item__group2__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__impressed__inner__result__item__group2__status--up::after {
  content: "UP";
}
.kandouDB__impressed__inner__result__item__group2__status--down {
  color: #0035b0;
}
.kandouDB__impressed__inner__result__item__group2__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__impressed__inner__result__item__group2__status--down::after {
  content: "DOWN";
}
.kandouDB__impressed__inner__result__item__group2__status--stay {
  color: #9799a0;
}
.kandouDB__impressed__inner__result__item__group2__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__impressed__inner__result__item__group2__status--stay::after {
  content: "STAY";
}
.kandouDB__impressed__inner__result__item__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__impressed__inner__result__item__res {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.kandouDB__impressed__inner__result__item__all {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  color: #2a3347;
}
.kandouDB__impressed__inner__result__item__previous {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #9799a0;
}
.kandouDB__impressed__inner__result__item__previous__week {
  display: none;
}
.kandouDB__impressed__inner__result__item__previous__month {
  display: none;
}
.kandouDB__impressed__inner__list {
  display: flex;
  gap: 24px;
}
.kandouDB__impressed__inner__list__item {
  position: relative;
  border-radius: 24px;
  width: calc((100% - 24px) / 2);
  height: 195px;
  padding: 70px 0 0 24px;
  background-color: #ffd901;
  background-image: url(/assets/img/impressed/udon@2x.png);
  background-size: 134px auto;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.kandouDB__impressed__inner__list__item__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 16px 10px 12px;
  border-bottom-right-radius: 14px;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__impressed__inner__list__item__score {
  font-size: 70px;
  font-weight: 800;
  color: #2a3347;
  line-height: 1;
}
.kandouDB__impressed__inner__list__item__previous {
  font-size: 12px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__impressed__inner__list__item:last-child {
  background-color: #ff8808;
  background-image: url(/assets/img/impressed/clap@2x.png);
}
.kandouDB__impressed__inner__resultSP {
  display: none;
}
.kandouDB__prosperity {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 24px;
}
.kandouDB__prosperity__title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background-color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__prosperity__title i {
  display: block;
  width: 40px;
  height: 30px;
  background-image: url(/assets/img/icon/prosperity@2x.png);
  background-size: 40px 30px;
  background-repeat: no-repeat;
}
.kandouDB__prosperity__inner {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.kandouDB__prosperity__inner__item__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.kandouDB__prosperity__inner__item__data {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kandouDB__prosperity__inner__item__data__score {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2a3347;
}
.kandouDB__prosperity__inner__item__data__score__unit {
  margin-left: 0.2em;
  font-size: 24px;
  font-weight: 600;
}
.kandouDB__prosperity__inner__item__data__rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #e8f9ed;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #19b746;
}
.kandouDB__prosperity__inner__item__data__rate__value {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.kandouDB__prosperity__inner__item__data__rate__unit {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.kandouDB__prosperity__inner__item__budget {
  font-size: 16px;
  font-weight: 600;
  color: #9799a0;
}
.kandouDB__graph {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 24px;
}
.kandouDB__graph__title {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 24px;
  background-color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__graph__title i {
  display: block;
  width: 40px;
  height: 39px;
  background-image: url(/assets/img/icon/graph@2x.png);
  background-size: 40px 39px;
  background-repeat: no-repeat;
}
.kandouDB__graph__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 40px 32px;
}
.kandouDB__graph__inner__list {
  width: 100%;
}
.kandouDB__graph__inner__separate {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
}
.kandouDB__graph__inner__nav {
  position: absolute;
  top: 40px;
  right: 32px;
}
.kandouDB__graph__inner__nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background-color: #f3f4f6;
}
.kandouDB__graph__inner__nav__list__item {
  position: relative;
  z-index: 1;
  width: 138px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
}
.kandouDB__graph__inner__nav__list__item a {
  display: block;
  text-decoration: none;
  color: #71737a;
}
.kandouDB__graph__inner__nav__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 138px;
  height: 45px;
  border-radius: 999px;
  background-color: #2a3347;
  transition: ease 0.5s all;
}
.kandouDB__graph__inner__nav__list.current1::before {
  left: 0;
}
.kandouDB__graph__inner__nav__list.current1 .kandouDB__graph__inner__nav__list__item:nth-child(1) a {
  color: #fff;
}
.kandouDB__graph__inner__nav__list.current2::before {
  left: 20%;
}
.kandouDB__graph__inner__nav__list.current2 .kandouDB__graph__inner__nav__list__item:nth-child(2) a {
  color: #fff;
}
.kandouDB__graph__inner__nav__list.current3::before {
  left: 40%;
}
.kandouDB__graph__inner__nav__list.current3 .kandouDB__graph__inner__nav__list__item:nth-child(3) a {
  color: #fff;
}
.kandouDB__graph__inner__nav__list.current4::before {
  left: 60%;
}
.kandouDB__graph__inner__nav__list.current4 .kandouDB__graph__inner__nav__list__item:nth-child(4) a {
  color: #fff;
}
.kandouDB__graph__inner__nav__list.current5::before {
  left: 80%;
}
.kandouDB__graph__inner__nav__list.current5 .kandouDB__graph__inner__nav__list__item:nth-child(5) a {
  color: #fff;
}
.kandouDB__graph__inner__select {
  display: none;
}
.kandouDB__graph__inner__sample {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kandouDB__graph__inner__sample__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #2a3347;
}
.kandouDB__graph__inner__sample__item::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 7px solid #d7dae2;
  box-shadow: 1px 1px 6px 0 rgba(113, 115, 122, 0.3019607843);
}
.kandouDB__graph__inner__sample__item:first-child::before {
  border-color: #ffd901;
}
.kandouDB__graph__inner__score__title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__graph__inner__score__title span {
  margin-left: 1em;
  font-size: 14px;
  color: #9799a0;
}
.kandouDB__graph__inner__score__group {
  display: flex;
  gap: 18px;
}
.kandouDB__graph__inner__score__group__score {
  font-size: 110px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.85;
}
.kandouDB__graph__inner__score__group__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.kandouDB__graph__inner__score__group__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.kandouDB__graph__inner__score__group__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__graph__inner__score__group__status--up::after {
  content: "UP";
}
.kandouDB__graph__inner__score__group__status--down {
  color: #0035b0;
}
.kandouDB__graph__inner__score__group__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__graph__inner__score__group__status--down::after {
  content: "DOWN";
}
.kandouDB__graph__inner__score__group__status--stay {
  color: #9799a0;
}
.kandouDB__graph__inner__score__group__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__graph__inner__score__group__status--stay::after {
  content: "STAY";
}
.kandouDB__graph__inner__score__group__previous {
  display: flex;
  align-items: end;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.2;
  color: #9799a0;
}
.kandouDB__graph__inner__content__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
}
.kandouDB__graph__inner__content__count {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
}
.kandouDB__graph__inner__content__count__item {
  font-size: 15px;
  font-weight: 800;
  text-align: right;
  color: #9799a0;
}
.kandouDB__graph__inner__content__count__item span {
  color: #2a3347;
}
.kandouDB__graph__inner__content__count__title {
  font-size: 14px;
  font-weight: 600;
  color: #2a3347;
  text-align: right;
}
.kandouDB__graph__inner__content__label {
  width: calc(100% - 80px);
  height: 40px;
  border-left: 1px solid #9799a0;
}
.kandouDB__graph__inner__content__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-right: 20px;
  width: calc(100% - 80px);
  height: 565px;
  border-left: 1px solid #9799a0;
  border-bottom: 1px solid #9799a0;
}
.kandouDB__graph__inner__content__inner .graph-line {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.kandouDB__graph__inner__content__inner .graph-line--avg {
  z-index: 1;
}
.kandouDB__graph__inner__content__inner .graph-line--main {
  z-index: 2;
}
.kandouDB__graph__inner__content__inner__border {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url(/assets/img/graph/border@2x.png);
  background-size: 24px auto;
}
.kandouDB__graph__inner__content__inner__border__item {
  position: absolute;
  top: 50%;
  right: 0;
  width: 78px;
  height: 34px;
  border-radius: 999px;
  background-color: #2a3347;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 34px;
  color: #fff;
  transform: translateY(-50%);
}
.kandouDB__graph__inner__content__inner.ranking .kandouDB__graph__inner__content__inner__chart__item {
  transform: translateX(-50%) translateY(-50%);
}
.kandouDB__graph__inner__content__inner__chart {
  position: relative;
  width: 14.2857142857%;
}
.kandouDB__graph__inner__content__inner__chart__item {
  position: absolute;
  left: 50%;
  z-index: 4;
  width: 70px;
  height: 70px;
  border: 7px solid #ffd901;
  border-radius: 70px;
  font-size: 20px;
  font-weight: 700;
  line-height: 56px;
  text-align: center;
  box-shadow: 1px 1px 6px 0 rgba(113, 115, 122, 0.3019607843);
  background-color: #fff;
  transform: translateX(-50%) translateY(50%);
  color: #2a3347;
}
.kandouDB__graph__inner__content__inner__chart__item:hover {
  z-index: 10;
}
.kandouDB__graph__inner__content__inner__chart__item.good {
  width: 100px;
  height: 100px;
  border: 10px solid #19b746;
  line-height: 80px;
  font-size: 29px;
}
.kandouDB__graph__inner__content__inner__chart__item.good::before {
  display: block;
  position: absolute;
  z-index: 2;
  content: "good";
  width: 69px;
  height: 30px;
  line-height: 30px;
  bottom: -50px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 32px;
  font-size: 16px;
  color: #19b746;
  box-shadow: 4px 4px 9px 0 rgba(113, 115, 122, 0.3019607843);
}
.kandouDB__graph__inner__content__inner__chart__average {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 62px;
  height: 62px;
  border: 7px solid #d7dae2;
  border-radius: 62px;
  font-size: 16px;
  font-weight: 800;
  line-height: 48px;
  text-align: center;
  box-shadow: 1px 1px 6px 0 rgba(113, 115, 122, 0.3019607843);
  background-color: #fff;
  transform: translateX(-50%) translateY(50%);
  color: #2a3347;
}
.kandouDB__graph__inner__content__inner__chart__average:hover {
  z-index: 10;
}
.kandouDB__graph__inner__content__time {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 80px;
  padding-right: 20px;
}
.kandouDB__graph__inner__content__time.monthly,
.kandouDB__graph__inner__content__time.weekly {
  display: none;
}
.kandouDB__graph__inner__content__time__item {
  position: relative;
  width: 20%;
  font-size: 22px;
  font-weight: 800;
  color: #2a3347;
  text-align: center;
}
.kandouDB__graph__inner__content__time__item span {
  font-weight: 500;
  color: #d7dae2;
}
.kandouDB__graph__inner__content__time__item span.kandouDB__graph__inner__content__time__item__label {
  font-size: 17px;
  font-weight: 700;
  color: #2a3347;
}
.kandouDB__graph__inner__content__time__item small {
  display: block;
  font-size: 12px;
}
.kandouDB__graph__inner__subList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 36px;
}
.kandouDB__graph__inner__subList__item {
  width: calc((100% - 36px) / 2);
}
.kandouDB__graph__inner__subList__item__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.kandouDB__graph__inner__subList__item__header__title {
  font-size: 20px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__graph__inner__subList__item__header__group {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: end;
  width: 130px;
}
.kandouDB__graph__inner__subList__item__header__group__score {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.85;
}
.kandouDB__graph__inner__subList__item__header__group__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.kandouDB__graph__inner__subList__item__header__group__status::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--up {
  color: #19b746;
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--up::after {
  content: "UP";
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--down {
  color: #0035b0;
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--down::after {
  content: "DOWN";
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--stay {
  color: #9799a0;
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__graph__inner__subList__item__header__group__status.kandouDB__graph__inner__score__group__status--stay::after {
  content: "STAY";
}
.kandouDB__graph__inner__subList__item__header__group__status--up {
  color: #19b746;
}
.kandouDB__graph__inner__subList__item__header__group__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.kandouDB__graph__inner__subList__item__header__group__status--up::after {
  content: "UP";
}
.kandouDB__graph__inner__subList__item__header__group__status--down {
  color: #0035b0;
}
.kandouDB__graph__inner__subList__item__header__group__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.kandouDB__graph__inner__subList__item__header__group__status--down::after {
  content: "DOWN";
}
.kandouDB__graph__inner__subList__item__header__group__status--stay {
  color: #9799a0;
}
.kandouDB__graph__inner__subList__item__header__group__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.kandouDB__graph__inner__subList__item__header__group__status--stay::after {
  content: "STAY";
}
.kandouDB__graph__inner__subList__item__header__group__previous {
  width: 100%;
  padding-right: 28px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  color: #9799a0;
}
.kandouDB__graph__inner__subList__item__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.kandouDB__graph__inner__subList__item__count {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
}
.kandouDB__graph__inner__subList__item__count__item {
  font-size: 12px;
  font-weight: 800;
  text-align: right;
  color: #9799a0;
}
.kandouDB__graph__inner__subList__item__count__item span {
  color: #2a3347;
}
.kandouDB__graph__inner__subList__item__inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-right: 20px;
  width: calc(100% - 80px);
  height: 200px;
  border-left: 1px solid #9799a0;
  border-bottom: 1px solid #9799a0;
}
.kandouDB__graph__inner__subList__item__inner .graph-line {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}
.kandouDB__graph__inner__subList__item__inner .graph-line--avg {
  z-index: 1;
}
.kandouDB__graph__inner__subList__item__inner .graph-line--main {
  z-index: 2;
}
.kandouDB__graph__inner__subList__item__inner__chart {
  position: relative;
  width: 14.2857142857%;
}
.kandouDB__graph__inner__subList__item__inner__chart__item {
  position: absolute;
  left: 50%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 2.5px solid #ffd901;
  border-radius: 70px;
  font-size: 12px;
  font-weight: 800;
  line-height: 38px;
  text-align: center;
  box-shadow: 1px 1px 6px 0 rgba(113, 115, 122, 0.3019607843);
  background-color: #fff;
  transform: translateX(-50%) translateY(50%);
  color: #2a3347;
}
.kandouDB__graph__inner__subList__item__inner__chart__item.good {
  width: 44px;
  height: 44px;
  border: 4px solid #19b746;
  line-height: 38px;
  font-size: 12px;
}
.kandouDB__graph__inner__subList__item__time {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 80px;
  padding-right: 20px;
}
.kandouDB__graph__inner__subList__item__time__item {
  position: relative;
  width: 20%;
  font-size: 16px;
  font-weight: 800;
  color: #2a3347;
  text-align: center;
}
.kandouDB__graph__inner__subList__item__time__item span {
  font-weight: 500;
  color: #d7dae2;
}
.kandouDB__graph__inner__subList__item__time__item span.kandouDB__graph__inner__subList__item__time__item__label {
  font-size: 12px;
  color: #2a3347;
}
.kandouDB__graph__inner__subList__item__time__item small {
  display: block;
  font-size: 10px;
}
.kandouDB__customer {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 24px;
}
.kandouDB__customer__title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background-color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__customer__title i {
  display: block;
  width: 34px;
  height: 40px;
  background-image: url(/assets/img/icon/human@2x.png);
  background-size: 34px 40px;
  background-repeat: no-repeat;
}
.kandouDB__customer__nav {
  display: none;
}
.kandouDB__customer__inner {
  padding: 40px;
}
.kandouDB__customer__inner__good {
  position: relative;
  margin-bottom: 40px;
  padding: 80px 56px 56px;
  border-radius: 24px;
  background-color: #fafafa;
}
.kandouDB__customer__inner__good__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  border-bottom-right-radius: 32px;
  background-color: #fff;
}
.kandouDB__customer__inner__good__title span {
  margin-left: 0.15em;
  font-size: 26px;
  color: #19b746;
}
.kandouDB__customer__inner__good__title i {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-image: url(/assets/img/icon/good@2x.png);
  background-size: 30px;
}
.kandouDB__customer__inner__good__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 72px;
}
.kandouDB__customer__inner__good__list__item {
  display: flex;
  align-items: end;
  width: calc((100% - 72px) / 2);
}
.kandouDB__customer__inner__good__list__item__title {
  width: 50%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__customer__inner__good__list__item__detail {
  width: 50%;
  padding: 7px 0;
}
.kandouDB__customer__inner__good__list__item__detail__score {
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #19b746;
}
.kandouDB__customer__inner__good__list__item__detail__score::after {
  content: "%";
  margin-left: 0.3em;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__customer__inner__good__list__item__detail__graph {
  width: 100%;
  height: 15px;
  border-radius: 999px;
  background-color: #ededed;
}
.kandouDB__customer__inner__good__list__item__detail__graph__scale {
  position: relative;
  width: 0%;
  height: 15px;
  border-radius: 999px;
  background-color: #19b746;
}
.kandouDB__customer__inner__good__list__item__detail__graph__scale::after {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: -8px;
  right: -14px;
  border-radius: 999px;
  background-color: #fff;
  border: 7px solid #19b746;
  box-shadow: -2px 1px 4px 0 rgba(113, 115, 122, 0.4);
}
.kandouDB__customer__inner__bad {
  position: relative;
  margin-bottom: 40px;
  padding: 80px 56px 56px;
  border-radius: 24px;
  background-color: #fafafa;
}
.kandouDB__customer__inner__bad__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  border-bottom-right-radius: 32px;
  background-color: #fff;
}
.kandouDB__customer__inner__bad__title span {
  margin-left: 0.15em;
  font-size: 26px;
  color: #0035b0;
}
.kandouDB__customer__inner__bad__title i {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  width: 30px;
  height: 31px;
  background-image: url(/assets/img/icon/bad@2x.png);
  background-size: 30px 31px;
}
.kandouDB__customer__inner__bad__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 72px;
}
.kandouDB__customer__inner__bad__list__item {
  display: flex;
  align-items: end;
  width: calc((100% - 72px) / 2);
}
.kandouDB__customer__inner__bad__list__item__title {
  width: 50%;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__customer__inner__bad__list__item__detail {
  width: 50%;
  padding: 7px 0;
}
.kandouDB__customer__inner__bad__list__item__detail__score {
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #0035b0;
}
.kandouDB__customer__inner__bad__list__item__detail__score::after {
  content: "%";
  margin-left: 0.3em;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__customer__inner__bad__list__item__detail__graph {
  width: 100%;
  height: 15px;
  border-radius: 999px;
  background-color: #ededed;
}
.kandouDB__customer__inner__bad__list__item__detail__graph__scale {
  position: relative;
  width: 0%;
  height: 15px;
  border-radius: 999px;
  background-color: #0035b0;
}
.kandouDB__customer__inner__bad__list__item__detail__graph__scale::after {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: -8px;
  right: -14px;
  border-radius: 999px;
  background-color: #fff;
  border: 7px solid #0035b0;
  box-shadow: -2px 1px 4px 0 rgba(113, 115, 122, 0.4);
}
.kandouDB__customer__inner__result {
  position: relative;
  padding: 24px 56px;
  background-color: #fff;
}
.kandouDB__customer__inner__result__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 72px;
}
.kandouDB__customer__inner__result__list__item {
  display: flex;
  align-items: end;
  width: calc((100% - 72px) / 2);
}
.kandouDB__customer__inner__result__list__item__title {
  width: 50%;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__customer__inner__result__list__item__detail {
  width: 50%;
  padding: 7px 0;
}
.kandouDB__customer__inner__result__list__item__detail__wrap {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 16px;
}
.kandouDB__customer__inner__result__list__item__detail__before {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #9799a0;
}
.kandouDB__customer__inner__result__list__item__detail__score {
  margin: 0;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  color: #19b746;
}
.kandouDB__customer__inner__result__list__item__detail__score::after {
  content: "%";
  margin-left: 0.3em;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.kandouDB__customer__inner__result__list__item__detail__graph {
  width: 100%;
  height: 15px;
  border-radius: 999px;
  background-color: #ededed;
}
.kandouDB__customer__inner__result__list__item__detail__graph__scale {
  position: relative;
  width: 0%;
  height: 15px;
  border-radius: 999px;
  background-color: #19b746;
}
.kandouDB__customer__inner__result__list__item__detail__graph__scale::after {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: -8px;
  right: -14px;
  border-radius: 999px;
  background-color: #fff;
  border: 7px solid #19b746;
  box-shadow: -2px 1px 4px 0 rgba(113, 115, 122, 0.4);
}
.commentDB {
  max-width: 1440px;
  margin: 0 auto;
  padding: 46px 40px 40px;
}
.commentDB__summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.commentDB__summary__graph {
  min-height: 673px;
  width: 75.1%;
  padding: 32px 40px 76px;
  border-radius: 24px;
  background-color: #fff;
}
.commentDB__summary__graph__title {
  margin-bottom: 32px;
  font-size: 30px;
  font-weight: 800;
  color: #2a3347;
}
.commentDB__summary__graph__head {
  width: 61px;
  padding-bottom: 10px;
  padding-right: 16px;
  border-right: 1px solid #9799a0;
  text-align: right;
  font-size: 15px;
  font-weight: 800;
  color: #9799a0;
}
.commentDB__summary__graph__wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 0;
}
.commentDB__summary__graph__count {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
}
.commentDB__summary__graph__count__item {
  font-size: 15px;
  font-weight: 800;
  text-align: right;
  color: #9799a0;
}
.commentDB__summary__graph__count__item span {
  color: #2a3347;
}
.commentDB__summary__graph__inner {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  width: calc(100% - 60px);
  height: 513px;
  border-left: 1px solid #9799a0;
  border-bottom: 1px solid #9799a0;
}
.commentDB__summary__graph__inner__chart {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 20%;
  background-image: url(/assets/img/comment/dashed@2x.png);
  background-repeat: repeat-y;
  background-position: right -12px;
  background-size: 2px 24px;
}
.commentDB__summary__graph__inner__chart:hover .commentDB__summary__graph__inner__chart__scale {
  box-shadow:
    6px 6px 15px 0 rgba(212, 212, 212, 0),
    -6px -6px 12px 0 rgba(255, 255, 255, 0),
    6px -6px 12px 0 rgba(212, 212, 212, 0),
    -6px 6px 12px 0 rgba(212, 212, 212, 0),
    6px 6px 15px 0 rgba(217, 184, 1, 0.8980392157) inset,
    -6px -6px 12px 0 rgba(255, 250, 1, 0.8980392157) inset,
    6px -6px 12px 0 rgba(217, 184, 1, 0.2) inset,
    -6px 6px 12px 0 rgba(217, 184, 1, 0.2) inset,
    -1px -1px 2px 0 rgba(217, 184, 1, 0.5019607843),
    1px 1px 2px 0 rgba(255, 250, 1, 0.3019607843);
}
.commentDB__summary__graph__inner__chart.current .commentDB__summary__graph__inner__chart__scale {
  box-shadow: none;
  background: #c91432;
}
.commentDB__summary__graph__inner__chart.current .commentDB__summary__graph__inner__chart__scale__cnt {
  color: #fff;
}
.commentDB__summary__graph__inner__chart__scale {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #ffd901;
  box-shadow:
    1px 1px 3px 0 rgba(217, 184, 1, 0.8980392157),
    -1px -1px 2px 0 rgba(255, 250, 1, 0.8980392157),
    1px -1px 2px 0 rgba(217, 184, 1, 0.2),
    -1px 1px 2px 0 rgba(217, 184, 1, 0.2),
    -1px -1px 2px 0 rgba(217, 184, 1, 0.5019607843) inset,
    1px 1px 2px 0 rgba(255, 250, 1, 0.3019607843) inset;
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.commentDB__summary__graph__inner__chart__scale__cnt {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  color: #2a3347;
}
.commentDB__summary__graph__inner__chart__scale__cnt::after {
  content: "件";
  font-size: 14px;
  font-weight: 600;
}
.commentDB__summary__graph__inner__chart__scale.scale--0 p,
.commentDB__summary__graph__inner__chart__scale.scale--1 p,
.commentDB__summary__graph__inner__chart__scale.scale--2 p,
.commentDB__summary__graph__inner__chart__scale.scale--3 p,
.commentDB__summary__graph__inner__chart__scale.scale--4 p,
.commentDB__summary__graph__inner__chart__scale.scale--5 p,
.commentDB__summary__graph__inner__chart__scale.scale--6 p,
.commentDB__summary__graph__inner__chart__scale.scale--7 p,
.commentDB__summary__graph__inner__chart__scale.scale--8 p,
.commentDB__summary__graph__inner__chart__scale.scale--9 p {
  position: absolute;
  bottom: 24px;
}
.commentDB__summary__graph__inner__chart__scale.scale--0 {
  height: 0%;
}
.commentDB__summary__graph__inner__chart__scale.scale--1 {
  height: 2%;
}
.commentDB__summary__graph__inner__chart__scale.scale--2 {
  height: 4%;
}
.commentDB__summary__graph__inner__chart__scale.scale--3 {
  height: 6%;
}
.commentDB__summary__graph__inner__chart__scale.scale--4 {
  height: 8%;
}
.commentDB__summary__graph__inner__chart__scale.scale--5 {
  height: 10%;
}
.commentDB__summary__graph__inner__chart__scale.scale--6 {
  height: 12%;
}
.commentDB__summary__graph__inner__chart__scale.scale--7 {
  height: 14%;
}
.commentDB__summary__graph__inner__chart__scale.scale--8 {
  height: 16%;
}
.commentDB__summary__graph__inner__chart__scale.scale--9 {
  height: 18%;
}
.commentDB__summary__graph__inner__chart__scale.scale--10 {
  height: 20%;
}
.commentDB__summary__graph__inner__chart__scale.scale--11 {
  height: 22%;
}
.commentDB__summary__graph__inner__chart__scale.scale--12 {
  height: 24%;
}
.commentDB__summary__graph__inner__chart__scale.scale--13 {
  height: 26%;
}
.commentDB__summary__graph__inner__chart__scale.scale--14 {
  height: 28%;
}
.commentDB__summary__graph__inner__chart__scale.scale--15 {
  height: 30%;
}
.commentDB__summary__graph__inner__chart__scale.scale--16 {
  height: 32%;
}
.commentDB__summary__graph__inner__chart__scale.scale--17 {
  height: 34%;
}
.commentDB__summary__graph__inner__chart__scale.scale--18 {
  height: 36%;
}
.commentDB__summary__graph__inner__chart__scale.scale--19 {
  height: 38%;
}
.commentDB__summary__graph__inner__chart__scale.scale--20 {
  height: 40%;
}
.commentDB__summary__graph__inner__chart__scale.scale--21 {
  height: 42%;
}
.commentDB__summary__graph__inner__chart__scale.scale--22 {
  height: 44%;
}
.commentDB__summary__graph__inner__chart__scale.scale--23 {
  height: 46%;
}
.commentDB__summary__graph__inner__chart__scale.scale--24 {
  height: 48%;
}
.commentDB__summary__graph__inner__chart__scale.scale--25 {
  height: 50%;
}
.commentDB__summary__graph__inner__chart__scale.scale--26 {
  height: 52%;
}
.commentDB__summary__graph__inner__chart__scale.scale--27 {
  height: 54%;
}
.commentDB__summary__graph__inner__chart__scale.scale--28 {
  height: 56%;
}
.commentDB__summary__graph__inner__chart__scale.scale--29 {
  height: 58%;
}
.commentDB__summary__graph__inner__chart__scale.scale--30 {
  height: 60%;
}
.commentDB__summary__graph__inner__chart__scale.scale--31 {
  height: 62%;
}
.commentDB__summary__graph__inner__chart__scale.scale--32 {
  height: 64%;
}
.commentDB__summary__graph__inner__chart__scale.scale--33 {
  height: 66%;
}
.commentDB__summary__graph__inner__chart__scale.scale--34 {
  height: 68%;
}
.commentDB__summary__graph__inner__chart__scale.scale--35 {
  height: 70%;
}
.commentDB__summary__graph__inner__chart__scale.scale--36 {
  height: 72%;
}
.commentDB__summary__graph__inner__chart__scale.scale--37 {
  height: 74%;
}
.commentDB__summary__graph__inner__chart__scale.scale--38 {
  height: 76%;
}
.commentDB__summary__graph__inner__chart__scale.scale--39 {
  height: 78%;
}
.commentDB__summary__graph__inner__chart__scale.scale--40 {
  height: 80%;
}
.commentDB__summary__graph__inner__chart__scale.scale--41 {
  height: 82%;
}
.commentDB__summary__graph__inner__chart__scale.scale--42 {
  height: 84%;
}
.commentDB__summary__graph__inner__chart__scale.scale--43 {
  height: 86%;
}
.commentDB__summary__graph__inner__chart__scale.scale--44 {
  height: 88%;
}
.commentDB__summary__graph__inner__chart__scale.scale--45 {
  height: 90%;
}
.commentDB__summary__graph__inner__chart__scale.scale--46 {
  height: 92%;
}
.commentDB__summary__graph__inner__chart__scale.scale--47 {
  height: 94%;
}
.commentDB__summary__graph__inner__chart__scale.scale--48 {
  height: 96%;
}
.commentDB__summary__graph__inner__chart__scale.scale--49 {
  height: 98%;
}
.commentDB__summary__graph__inner__chart__scale.scale--50 {
  height: 100%;
}
.commentDB__summary__graph__time {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 60px;
  padding-right: 20px;
}
.commentDB__summary__graph__time__item {
  position: relative;
  width: 20%;
  font-size: 22px;
  font-weight: 800;
  color: #2a3347;
}
.commentDB__summary__graph__time__item p {
  position: absolute;
  right: 0;
  margin: 0;
  transform: translateX(50%);
}
.commentDB__summary__graph__time__item:first-child {
  position: absolute;
  width: 0;
}
.commentDB__summary__data {
  min-height: 673px;
  width: 23%;
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
}
.commentDB__summary__data__total {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 266px;
  margin-bottom: 24px;
  border-radius: 24px;
  background-color: #fafafa;
}
.commentDB__summary__data__total__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 24px 16px 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom-right-radius: 32px;
  background-color: #fff;
  color: #2a3347;
}
.commentDB__summary__data__total__count {
  margin: 0;
  font-size: 110px;
  font-weight: 800;
  color: #2a3347;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff,
    0 1px 4px #23430c;
}
.commentDB__summary__data__rating {
  position: relative;
  margin-bottom: 33px;
  border-radius: 24px;
  background-color: #fafafa;
}
.commentDB__summary__data__rating__title {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 24px 16px 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom-right-radius: 32px;
  background-color: #fff;
  color: #2a3347;
}
.commentDB__summary__data__rating__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  padding: 90px 16px 30px;
}
.commentDB__summary__data__rating__list__item {
  display: flex;
  width: 100%;
}
.commentDB__summary__data__rating__list__item__title {
  width: 40%;
}
.commentDB__summary__data__rating__list__item__title__evaluation {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 600;
}
.commentDB__summary__data__rating__list__item__title__evaluation::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  margin-right: 0.3em;
  background-image: url(/assets/img/icon/priority1@2x.png);
  background-size: 27px auto;
  vertical-align: middle;
}
.commentDB__summary__data__rating__list__item__title__comment {
  margin: 0 0 0;
  color: #a9a9a9;
  font-size: 11px;
  font-weight: 600;
}
.commentDB__summary__data__rating__list__item__title__comment span {
  font-size: 16px;
}
.commentDB__summary__data__rating__list__item__detail {
  width: 60%;
  padding: 0;
}
.commentDB__summary__data__rating__list__item__detail__score {
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  color: #c91432;
}
.commentDB__summary__data__rating__list__item__detail__score::after {
  content: "%";
  margin-left: 0.3em;
  font-size: 16px;
  font-weight: 600;
  color: #2a3347;
}
.commentDB__summary__data__rating__list__item__detail__graph {
  width: 100%;
  height: 15px;
  border-radius: 999px;
  background-color: #ededed;
}
.commentDB__summary__data__rating__list__item__detail__graph__scale {
  position: relative;
  width: 50%;
  height: 15px;
  border-radius: 999px;
  background-color: #c91432;
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.commentDB__summary__data__rating__list__item__detail__graph__scale::after {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: -8px;
  right: -14px;
  border-radius: 999px;
  background-color: #fff;
  border: 7px solid #c91432;
  box-shadow: -2px 1px 4px 0 rgba(113, 115, 122, 0.4);
}
.commentDB__summary__data__rating__list__item.--good
  .commentDB__summary__data__rating__list__item__title__evaluation::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  margin-right: 0.3em;
  background-image: url(/assets/img/icon/priority2@2x.png);
  background-size: 27px auto;
  vertical-align: middle;
}
.commentDB__summary__data__rating__list__item.--good .commentDB__summary__data__rating__list__item__detail__score {
  color: #ff8808;
}
.commentDB__summary__data__rating__list__item.--good
  .commentDB__summary__data__rating__list__item__detail__graph__scale {
  background-color: #ff8808;
}
.commentDB__summary__data__rating__list__item.--good
  .commentDB__summary__data__rating__list__item__detail__graph__scale::after {
  border: 7px solid #ff8808;
}
.commentDB__summary__data__text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #c91432;
}
.commentDB__summary__data__text a {
  display: flex;
  align-items: center;
  color: #c91432;
  text-decoration: none;
}
.commentDB__summary__data__text a::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 0.3em;
  background-image: url(/assets/img/icon/i.svg);
}
.commentDB__summary__data__modal {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  bottom: 110px;
  border-radius: 20px;
  width: 264px;
  height: 167px;
  padding: 75px 24px 24px;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
  background-color: #fff;
  transition: 0.5s all ease;
}
.commentDB__summary__data__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.commentDB__summary__data__modal__close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-image: url(/assets/img/ai/close.png);
  background-size: 100% auto;
}
.commentDB__summary__data__modal__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.commentDB__summary__data__modal__list__item {
  font-size: 16px;
  font-weight: 600;
  color: #232428;
}
.commentDB__summary__data__modal__list__item span {
  margin-left: 1em;
  font-size: 14px;
  color: #71737a;
}
.commentDB__summary__data__modal__list__item:first-child::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  margin-right: 0.3em;
  background-image: url(/assets/img/icon/priority1@2x.png);
  background-size: 27px auto;
  vertical-align: middle;
}
.commentDB__summary__data__modal__list__item:last-child::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 24px;
  margin-right: 0.3em;
  background-image: url(/assets/img/icon/priority2@2x.png);
  background-size: 27px auto;
  vertical-align: middle;
}
.commentDB__voices__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.commentDB__voices__header__title h2 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.commentDB__voices__header__title h2 span {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #9799a0;
}
.commentDB__voices__header__nav.hidden {
  pointer-events: none;
  opacity: 0.1;
}
.commentDB__voices__header__nav__list {
  display: flex;
  position: relative;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentDB__voices__header__nav__list__item {
  position: relative;
  z-index: 1;
  width: 138px;
  height: 45px;
}
.commentDB__voices__header__nav__list__item a {
  display: block;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #71737a;
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.commentDB__voices__header__nav__list__item a:hover {
  color: #fff;
}
.commentDB__voices__header__nav__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 138px;
  height: 45px;
  border-radius: 999px;
  background-color: #2a3347;
  transition: ease 0.5s all;
}
.commentDB__voices__header__nav__list.current1::before {
  left: 0;
}
.commentDB__voices__header__nav__list.current1 .commentDB__voices__header__nav__list__item:first-child a {
  color: #fff;
}
.commentDB__voices__header__nav__list.current2::before {
  left: 33.333%;
}
.commentDB__voices__header__nav__list.current2 .commentDB__voices__header__nav__list__item:nth-child(2) a {
  color: #fff;
}
.commentDB__voices__header__nav__list.current3::before {
  left: 66.666%;
}
.commentDB__voices__header__nav__list.current3 .commentDB__voices__header__nav__list__item:last-child a {
  color: #fff;
}
.commentDB__voices__header__select {
  display: none;
}
.commentDB__voices__date {
  font-size: 18px;
  font-weight: 600;
  color: #2a3347;
}
.commentDB__voices__date div {
  display: inline-block;
}
.commentDB__voices__date .switching__week {
  display: none;
}
.commentDB__voices__date .switching__month {
  display: none;
}
.commentDB__voices__notice {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 44px;
  font-size: 12px;
  line-height: 2;
  font-weight: 600;
  color: #9799a0;
}
.commentDB__voices__notice i {
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(/assets/img/icon/close-mini@2x.png);
  background-size: 29px;
}
.commentDB__voices__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -20px 50px;
}
.commentDB__voices__list__item {
  position: relative;
  width: 350px;
  height: 208px;
  padding: 42px 42px 0 36px;
  background-image: url(/assets/img/comment/priority3@2x.png);
  background-position: center top;
  background-size: 355px 208px;
  background-repeat: no-repeat;
}
.commentDB__voices__list__item.priority1 .commentDB__voices__list__item__effect {
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 30%;
  width: 158px;
  height: 144px;
  background-image: url(/assets/img/icon/priority1-1@2x.png);
  background-size: 158px 144px;
}
.commentDB__voices__list__item.priority1 .commentDB__voices__list__item__effect2 {
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 52%;
  width: 87px;
  height: 81px;
  background-image: url(/assets/img/icon/priority1-2@2x.png);
  background-size: 87px 81px;
}
.commentDB__voices__list__item.priority2 .commentDB__voices__list__item__effect {
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 40%;
  width: 64px;
  height: 58px;
  background-image: url(/assets/img/icon/priority2@2x.png);
  background-size: 64px 58px;
}
.commentDB__voices__list__item__close {
  cursor: pointer;
  z-index: 2;
  width: 77px;
  height: 77px;
  position: absolute;
  top: -16px;
  right: -16px;
  background-image: url(/assets/img/icon/close@2x.png);
  background-size: 77px;
}
.commentDB__voices__list__item__date {
  text-align: right;
  font-size: 11px;
  font-weight: 800;
  color: #a4a4a4;
}
.commentDB__voices__list__item__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: #2a3347;
}
.commentDB__voices__list__item.is-faded .commentDB__voices__list__item__close {
  background-image: url(/assets/img/icon/revert@2x.png);
}
.commentDB__voices__list__item.is-faded::after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0.7;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f3f4f6;
}
.commentDB__voices__list__item.priority1 {
  position: relative;
  z-index: 1;
  grid-row: span 2;
  width: 350px;
  height: 416px;
  background-image: url(/assets/img/comment/priority1@2x.png);
  background-size: 355px 405px;
}
.commentDB__voices__list__item.priority1 .commentDB__voices__list__item__date {
  margin-bottom: 35px;
  color: #232428;
}
.commentDB__voices__list__item.priority1 .commentDB__voices__list__item__text {
  font-size: 28px;
  line-height: 1.4;
}
.commentDB__voices__list__item.priority1::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 91px;
  height: 81px;
  background-image: url(/assets/img/icon/priority1@2x.png);
  background-size: 91px 81px;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.commentDB__voices__list__item.priority2 {
  grid-row: span 2;
  width: 350px;
  height: 416px;
  background-image: url(/assets/img/comment/priority2@2x.png);
  background-size: 355px 405px;
}
.commentDB__voices__list__item.priority2 .commentDB__voices__list__item__date {
  margin-bottom: 35px;
  color: #232428;
}
.commentDB__voices__list__item.priority2 .commentDB__voices__list__item__text {
  font-size: 28px;
  line-height: 1.4;
}
.commentDB__voices__list__item.priority2::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  top: 38px;
  left: 34px;
  width: 32px;
  height: 29px;
  background-image: url(/assets/img/icon/priority2@2x.png);
  background-size: 32px 29px;
  animation-name: fadein;
  animation-duration: 0.5s;
  animation-delay: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  transform: translateY(10px);
}
.commentDB__voices__more {
  width: 148px;
  height: 48px;
  margin: 0 auto;
}
.commentDB__voices__more a {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 999px;
  background-color: #c91432;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.repeatDB {
  max-width: 1440px;
  margin: 0 auto;
  padding: 46px 40px 40px;
}
.repeatDB .switching__month,
.repeatDB .switching__week {
  display: none;
}
.repeatDB__evaluation {
  overflow: hidden;
  min-height: 300px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 24px;
}
.repeatDB__evaluation__title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background-color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.repeatDB__evaluation__title i {
  display: block;
  width: 34px;
  height: 40px;
  background-image: url(/assets/img/icon/human@2x.png);
  background-size: 34px 40px;
  background-repeat: no-repeat;
}
.repeatDB__evaluation__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 72px 0;
  padding: 40px;
}
.repeatDB__evaluation__inner__item {
  width: 100%;
}
.repeatDB__evaluation__inner__item.rank {
  width: 802px;
}
.repeatDB__evaluation__inner__item.rank .repeatDB__evaluation__inner__item__title::before {
  background-image: url(/assets/img/icon/rank@2x.png);
}
.repeatDB__evaluation__inner__item.repeat {
  width: 430px;
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__title::before {
  background-image: url(/assets/img/icon/repeat@2x.png);
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__separate {
  width: 100%;
  align-items: center;
  gap: 40px;
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__graphCircle svg circle.labelA {
  stroke: #19b746;
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__graphCircle svg circle.labelB {
  stroke: #ededed;
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__list {
  width: calc(100% - 210px);
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__list li:first-child::before {
  background-color: #19b746;
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__list li:nth-child(2)::before {
  background-color: #ededed;
}
.repeatDB__evaluation__inner__item.repeat .repeatDB__evaluation__inner__item__list li span {
  width: auto;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__title::before {
  background-image: url(/assets/img/icon/gender@2x.png);
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__separate__item {
  width: 430px;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__separate__item:nth-child(2) {
  width: 810px;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__graphCircle svg circle.labelA {
  stroke: #f6534d;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__graphCircle svg circle.labelB {
  stroke: #0055b0;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__graphCircle svg circle.labelC {
  stroke: #ededed;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__list {
  width: calc(100% - 210px);
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__list li:first-child::before {
  background-color: #f6534d;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__list li:nth-child(2)::before {
  background-color: #0055b0;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__list li:nth-child(3)::before {
  background-color: #ededed;
}
.repeatDB__evaluation__inner__item.gender-age .repeatDB__evaluation__inner__item__list li span {
  width: auto;
}
.repeatDB__evaluation__inner__item.area {
  width: 565px;
}
.repeatDB__evaluation__inner__item.area .repeatDB__evaluation__inner__item__title::before {
  background-image: url(/assets/img/icon/pin@2x.png);
}
.repeatDB__evaluation__inner__item.occupation {
  width: 667px;
}
.repeatDB__evaluation__inner__item.occupation .repeatDB__evaluation__inner__item__title::before {
  background-image: url(/assets/img/icon/pencil@2x.png);
}
.repeatDB__evaluation__inner__item__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 40px;
  padding: 12px 24px;
  border-radius: 999px;
  background-color: #fafafa;
  font-size: 18px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__title::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.repeatDB__evaluation__inner__item__separate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.repeatDB__evaluation__inner__item__separate__item {
  display: flex;
  align-items: center;
  width: 370px;
  gap: 40px;
}
.repeatDB__evaluation__inner__item__graphCircle {
  position: relative;
  width: 210px;
  height: 210px;
}
.repeatDB__evaluation__inner__item__graphCircle.is-empty .repeatDB__evaluation__inner__item__graphCircle__dotA {
  display: none;
}
.repeatDB__evaluation__inner__item__graphCircle.is-empty .repeatDB__evaluation__inner__item__graphCircle__dotB {
  display: none;
}
.repeatDB__evaluation__inner__item__graphCircle.is-empty .repeatDB__evaluation__inner__item__graphCircle__dotC {
  display: none;
}
.repeatDB__evaluation__inner__item__graphCircle.is-empty svg .labelA {
  display: none;
}
.repeatDB__evaluation__inner__item__graphCircle.is-empty svg .labelB {
  display: none;
}
.repeatDB__evaluation__inner__item__graphCircle.is-empty svg .labelC {
  display: none;
}
.repeatDB__evaluation__inner__item__graphCircle svg {
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.repeatDB__evaluation__inner__item__graphCircle svg circle {
  position: relative;
  fill: none;
  stroke-width: 22px;
  stroke-dashoffset: 0;
  stroke-dasharray: 534;
  stroke: #f4f4f5;
  stroke-linecap: round;
}
.repeatDB__evaluation__inner__item__graphCircle svg circle.labelA {
  stroke: #ff8808;
}
.repeatDB__evaluation__inner__item__graphCircle svg circle.labelB {
  stroke: #19b746;
}
.repeatDB__evaluation__inner__item__graphCircle svg circle.labelC {
  stroke: #ffd901;
}
.repeatDB__evaluation__inner__item__graphCircle__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 32px;
  background-color: #fff;
  box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.2);
}
.repeatDB__evaluation__inner__item__graphCircle__dot.dotOrange {
  background-color: #ff8808;
}
.repeatDB__evaluation__inner__item__graphCircle__dot.dotGreen {
  background-color: #19b746;
}
.repeatDB__evaluation__inner__item__graphCircle__dot.dotYellow {
  background-color: #ffd901;
}
.repeatDB__evaluation__inner__item__graphCircle__dot.dotWhite {
  background-color: #ededed;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__graphCircle__dot.dotRed {
  background-color: #f6534d;
}
.repeatDB__evaluation__inner__item__graphCircle__dot.dotBlue {
  background-color: #0055b0;
}
.repeatDB__evaluation__inner__item__graphCircle__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
  text-align: center;
  line-height: 210px;
  font-size: 18px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.repeatDB__evaluation__inner__item__list li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__list li::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 16px;
  margin-right: 0.5em;
  background-color: #ccc;
}
.repeatDB__evaluation__inner__item__list li:first-child::before {
  background-color: #ff8808;
}
.repeatDB__evaluation__inner__item__list li:nth-child(2)::before {
  background-color: #19b746;
}
.repeatDB__evaluation__inner__item__list li:nth-child(3)::before {
  background-color: #ffd901;
}
.repeatDB__evaluation__inner__item__list__sub {
  display: inline-block;
  width: 1em;
  text-align: center;
  margin-left: 1em;
  font-weight: 700;
  color: #71737a;
}
.repeatDB__evaluation__inner__item__notice {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__graphBar {
  width: 100%;
}
.repeatDB__evaluation__inner__item__graphBar__item {
  width: 100%;
  margin-bottom: 32px;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(1)::before {
  background-color: #ffe8e7;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(2)::before {
  background-color: #ffd0ce;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(3)::before {
  background-color: #ffb7b4;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(4)::before {
  background-color: #ff9e9a;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(5)::before {
  background-color: #ff8580;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(6)::before {
  background-color: #ff6c66;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(7)::before {
  background-color: #f6534d;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph.is-empty
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale {
  min-width: 14.2857142857%;
  font-size: 0;
  background-color: #f4f4f5;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(1) {
  background-color: #ffe8e7;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(2) {
  background-color: #ffd0ce;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(3) {
  background-color: #ffb7b4;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(4) {
  background-color: #ff9e9a;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(5) {
  background-color: #ff8580;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(6) {
  background-color: #ff6c66;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.woman
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(7) {
  background-color: #f6534d;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(1)::before {
  background-color: #e7f5ff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(2)::before {
  background-color: #b7e0ff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(3)::before {
  background-color: #88c5ff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(4)::before {
  background-color: #63acf5;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(5)::before {
  background-color: #3c87d4;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(6)::before {
  background-color: #1e6ec2;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(7)::before {
  background-color: #0055b0;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph.is-empty
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale {
  min-width: 14.2857142857%;
  font-size: 0;
  background-color: #f4f4f5;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(1) {
  background-color: #e7f5ff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(2) {
  background-color: #b7e0ff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(3) {
  background-color: #88c5ff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(4) {
  background-color: #63acf5;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(5) {
  background-color: #3c87d4;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(6) {
  background-color: #1e6ec2;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.man
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(7) {
  background-color: #0055b0;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(1)::before {
  background-color: #ededed;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(2)::before {
  background-color: #e1e1e1;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(3)::before {
  background-color: #d5d6da;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(4)::before {
  background-color: #b3b5bc;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(5)::before {
  background-color: #9d9fa6;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(6)::before {
  background-color: #878990;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__limit__ages
  li:nth-child(7)::before {
  background-color: #71737a;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph.is-empty
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale {
  min-width: 14.2857142857%;
  font-size: 0;
  background-color: #f4f4f5;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(1) {
  background-color: #ededed;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(2) {
  background-color: #e1e1e1;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(3) {
  background-color: #d5d6da;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(4) {
  background-color: #b3b5bc;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(5) {
  background-color: #9d9fa6;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(6) {
  background-color: #878990;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item.other
  .repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale:nth-child(7) {
  background-color: #71737a;
  color: #fff;
}
.repeatDB__evaluation__inner__item__graphBar__item:last-child {
  margin-bottom: 0;
}
.repeatDB__evaluation__inner__item__graphBar__item__limit {
  position: relative;
  margin-bottom: 17px;
}
.repeatDB__evaluation__inner__item__graphBar__item__limit__name {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__graphBar__item__limit__ages {
  display: flex;
  justify-content: end;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.repeatDB__evaluation__inner__item__graphBar__item__limit__ages li {
  font-size: 14px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__graphBar__item__limit__ages li::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background-color: #fafafa;
}
.repeatDB__evaluation__inner__item__graphBar__item__memory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.repeatDB__evaluation__inner__item__graphBar__item__memory__name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__graphBar__item__memory__graph {
  overflow: hidden;
  display: flex;
  width: 730px;
  height: 32px;
  border-radius: 8px;
  background-color: #fafafa;
}
.repeatDB__evaluation__inner__item__graphBar__item__memory__graph__scale {
  width: 14.2857142857%;
  font-size: 12px;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__app {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.repeatDB__evaluation__inner__item__app__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.repeatDB__evaluation__inner__item__app__item__name {
  display: flex;
  align-items: center;
  width: 20%;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__app__item__name::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 0.5em;
  background-size: 32px;
  flex-shrink: 0;
}
.repeatDB__evaluation__inner__item__app__item__graph {
  width: 176px;
  height: 16px;
  -webkit-mask-image: url(/assets/img/customer/dot-mask.png);
  mask-image: url(/assets/img/customer/dot-mask.png);
  background-color: #ededed;
}
.repeatDB__evaluation__inner__item__app__item__graph__memory {
  width: 0;
  height: 16px;
  background-color: #000;
}
.repeatDB__evaluation__inner__item__app__item__count {
  width: 80px;
  font-size: 16px;
  font-weight: 700;
  color: #71737a;
}
.repeatDB__evaluation__inner__item__app__item__percentage {
  width: 85px;
  font-size: 14px;
  font-weight: 700;
  color: #71737a;
}
.repeatDB__evaluation__inner__item__app__item:nth-child(1) .repeatDB__evaluation__inner__item__app__item__name::before {
  background-image: url(/assets/img/icon/rank1@2x.png);
}
.repeatDB__evaluation__inner__item__app__item:nth-child(1)
  .repeatDB__evaluation__inner__item__app__item__graph__memory {
  background-color: #19b746;
}
.repeatDB__evaluation__inner__item__app__item:nth-child(2) .repeatDB__evaluation__inner__item__app__item__name::before {
  background-image: url(/assets/img/icon/rank2@2x.png);
}
.repeatDB__evaluation__inner__item__app__item:nth-child(2)
  .repeatDB__evaluation__inner__item__app__item__graph__memory {
  background-color: #ff8808;
}
.repeatDB__evaluation__inner__item__app__item:nth-child(3) .repeatDB__evaluation__inner__item__app__item__name::before {
  background-image: url(/assets/img/icon/rank3@2x.png);
}
.repeatDB__evaluation__inner__item__app__item:nth-child(3)
  .repeatDB__evaluation__inner__item__app__item__graph__memory {
  background-color: #2a3347;
}
.repeatDB__evaluation__inner__item__app__item:nth-child(4) .repeatDB__evaluation__inner__item__app__item__name::before {
  background-image: url(/assets/img/icon/rank4@2x.png);
}
.repeatDB__evaluation__inner__item__app__item:nth-child(4)
  .repeatDB__evaluation__inner__item__app__item__graph__memory {
  background-color: #ffd901;
}
.repeatDB__evaluation__inner__item__app__item:nth-child(5) .repeatDB__evaluation__inner__item__app__item__name::before {
  background-image: url(/assets/img/icon/rank5@2x.png);
}
.repeatDB__evaluation__inner__item__app__item:nth-child(5)
  .repeatDB__evaluation__inner__item__app__item__graph__memory {
  background-color: #0035b0;
}
.repeatDB__evaluation__inner__item__map {
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 320px;
  margin-bottom: 48px;
}
.repeatDB__evaluation__inner__item__map.is-empty {
  opacity: 0;
}
.repeatDB__evaluation__inner__item__map__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #ededed;
  --min-size: 48px;
  --max-size: 330px;
  --max-percent: 90;
  width: clamp(
    var(--min-size),
    (var(--p) - 3) *
    (var(--max-size) - var(--min-size)) /
    (var(--max-percent) - 3) +
    var(--min-size),
    var(--max-size)
  );
  height: clamp(
    var(--min-size),
    (var(--p) - 3) *
    (var(--max-size) - var(--min-size)) /
    (var(--max-percent) - 3) +
    var(--min-size),
    var(--max-size)
  );
}
.repeatDB__evaluation__inner__item__map__item__name {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.repeatDB__evaluation__inner__item__map__item__score {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.repeatDB__evaluation__inner__item__map__item__score__p {
  font-size: 15px;
}
.repeatDB__evaluation__inner__item__map__item.is-over-10 .repeatDB__evaluation__inner__item__map__item__name {
  font-size: 14px;
}
.repeatDB__evaluation__inner__item__map__item.is-over-10 .repeatDB__evaluation__inner__item__map__item__score {
  font-size: 28px;
}
.repeatDB__evaluation__inner__item__map__item.is-over-10 .repeatDB__evaluation__inner__item__map__item__score__p {
  font-size: 15px;
}
.repeatDB__evaluation__inner__item__map__item.occupation-office-worker {
  background-color: #19b746;
}
.repeatDB__evaluation__inner__item__map__item.occupation-office-worker
  .repeatDB__evaluation__inner__item__map__item__name,
.repeatDB__evaluation__inner__item__map__item.occupation-office-worker
  .repeatDB__evaluation__inner__item__map__item__score {
  color: #fff;
}
.repeatDB__evaluation__inner__item__map__item.occupation-student {
  background-color: #ff8808;
}
.repeatDB__evaluation__inner__item__map__item.occupation-student .repeatDB__evaluation__inner__item__map__item__name,
.repeatDB__evaluation__inner__item__map__item.occupation-student .repeatDB__evaluation__inner__item__map__item__score {
  color: #fff;
}
.repeatDB__evaluation__inner__item__map__item.self-employed {
  background-color: #c91432;
}
.repeatDB__evaluation__inner__item__map__item.self-employed .repeatDB__evaluation__inner__item__map__item__name,
.repeatDB__evaluation__inner__item__map__item.self-employed .repeatDB__evaluation__inner__item__map__item__score {
  color: #fff;
}
.repeatDB__evaluation__inner__item__map__item.occupation-homemaker {
  background-color: #2a3347;
}
.repeatDB__evaluation__inner__item__map__item.occupation-homemaker .repeatDB__evaluation__inner__item__map__item__name,
.repeatDB__evaluation__inner__item__map__item.occupation-homemaker
  .repeatDB__evaluation__inner__item__map__item__score {
  color: #fff;
}
.repeatDB__evaluation__inner__item__map__item.occupation-part-timer {
  background-color: #ffd901;
}
.repeatDB__evaluation__inner__item__map__item.occupation-business-owner {
  background-color: #0035b0;
}
.repeatDB__evaluation__inner__item__map__item.occupation-business-owner
  .repeatDB__evaluation__inner__item__map__item__name,
.repeatDB__evaluation__inner__item__map__item.occupation-business-owner
  .repeatDB__evaluation__inner__item__map__item__score {
  color: #fff;
}
.repeatDB__evaluation__inner__item__mapList {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  gap: 12px 0;
  padding: 0;
}
.repeatDB__evaluation__inner__item__mapList li {
  width: 33.3333333333%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #71737a;
}
.repeatDB__evaluation__inner__item__mapList li::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 0.5em;
  background-color: #ededed;
}
.repeatDB__evaluation__inner__item__mapList li span {
  display: inline-block;
  width: 3em;
  color: #2a3347;
}
.repeatDB__evaluation__inner__item__mapList li span::after {
  content: "%";
}
.repeatDB__evaluation__inner__item__mapList li.occupation-office-worker::before {
  background-color: #19b746;
}
.repeatDB__evaluation__inner__item__mapList li.occupation-student::before {
  background-color: #ff8808;
}
.repeatDB__evaluation__inner__item__mapList li.occupation-self-employed::before {
  background-color: #c91432;
}
.repeatDB__evaluation__inner__item__mapList li.occupation-homemaker::before {
  background-color: #2a3347;
}
.repeatDB__evaluation__inner__item__mapList li.occupation-part-timer::before {
  background-color: #ffd901;
}
.repeatDB__evaluation__inner__item__mapList li.occupation-business-owner::before {
  background-color: #0035b0;
}
.repeatDB__sales {
  overflow: hidden;
  min-height: 300px;
  background-color: #fff;
  border-radius: 24px;
}
.repeatDB__sales__title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 24px;
  background-color: #fafafa;
  font-size: 26px;
  font-weight: 600;
  color: #2a3347;
}
.repeatDB__sales__title i {
  display: block;
  width: 40px;
  height: 30px;
  background-image: url(/assets/img/icon/prosperity@2x.png);
  background-size: 40px 30px;
  background-repeat: no-repeat;
}
.repeatDB__sales__inner {
  padding: 40px;
}
.repeatDB__sales__inner__information {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 90px;
}
.repeatDB__sales__inner__information__item__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.repeatDB__sales__inner__information__item__data {
  display: flex;
  align-items: center;
  gap: 12px;
}
.repeatDB__sales__inner__information__item__data__score {
  margin: 0;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2a3347;
}
.repeatDB__sales__inner__information__item__data__score__unit {
  margin-left: 0.2em;
  font-size: 24px;
  font-weight: 600;
}
.repeatDB__sales__inner__information__item__data__rate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #e8f9ed;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #19b746;
}
.repeatDB__sales__inner__information__item__data__rate__value {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.repeatDB__sales__inner__information__item__data__rate__unit {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.repeatDB__sales__inner__information__item__budget {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #9799a0;
}
.repeatDB__sales__inner__information__item__graphCircle {
  position: relative;
  width: 210px;
  height: 210px;
}
.repeatDB__sales__inner__information__item__graphCircle.is-empty
  .repeatDB__sales__inner__information__item__graphCircle__label {
  display: none;
}
.repeatDB__sales__inner__information__item__graphCircle svg {
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.repeatDB__sales__inner__information__item__graphCircle svg circle {
  position: relative;
  fill: none;
  stroke-width: 22px;
  stroke-dashoffset: 0;
  stroke-dasharray: 534;
  stroke: #f4f4f5;
  stroke-linecap: round;
}
.repeatDB__sales__inner__information__item__graphCircle svg circle.labelA {
  stroke: #19b746;
}
.repeatDB__sales__inner__information__item__graphCircle__label {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 22px;
  border-radius: 32px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background-color: #19b746;
  box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.2);
}
.repeatDB__sales__inner__information__item__graphCircle__label__p {
  margin-left: 0.2em;
  font-size: 10px;
}
.repeatDB__sales__inner__information__item__graphCircle__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 210px;
  height: 210px;
}
.repeatDB__sales__inner__information__item__graphCircle__detail__name {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #71737a;
}
.repeatDB__sales__inner__information__item__graphCircle__detail__score {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__information__item__graphCircle__detail__score__unit {
  font-size: 15px;
}
.repeatDB__sales__inner__information__item__graphCircle__previous {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #71737a;
}
.repeatDB__sales__inner__information__item__notice {
  margin: 0;
  width: 210px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #2a3347;
}
.repeatDB__sales__inner__information__item__separate {
  display: flex;
  gap: 20px;
}
.repeatDB__sales__inner__graph {
  position: relative;
  margin-bottom: 80px;
}
.repeatDB__sales__inner__graph__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.repeatDB__sales__inner__graph__header__nav {
  display: flex;
  align-items: end;
  gap: 40px;
}
.repeatDB__sales__inner__graph__header__nav__switch {
  display: flex;
  list-style: none;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.repeatDB__sales__inner__graph__header__nav__switch__item a {
  display: block;
  width: 45px;
  height: 45px;
  border-bottom: 2px solid #fff;
  line-height: 45px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #71737a;
  text-decoration: none;
  transition: ease 0.5s all;
}
.repeatDB__sales__inner__graph__header__nav__switch__item a:hover {
  color: #c91432;
  border-bottom: 2px solid #c91432;
}
.repeatDB__sales__inner__graph__header__nav__switch__item.current a {
  color: #c91432;
  border-bottom: 2px solid #c91432;
}
.repeatDB__sales__inner__graph__header__nav__list {
  display: flex;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 999px;
  background-color: #f3f4f6;
}
.repeatDB__sales__inner__graph__header__nav__list__item {
  position: relative;
  z-index: 1;
  width: 138px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
}
.repeatDB__sales__inner__graph__header__nav__list__item a {
  display: block;
  text-decoration: none;
  color: #71737a;
}
.repeatDB__sales__inner__graph__header__nav__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 138px;
  height: 45px;
  border-radius: 999px;
  background-color: #2a3347;
  transition: ease 0.5s all;
}
.repeatDB__sales__inner__graph__header__nav__list.current1::before {
  left: 0;
}
.repeatDB__sales__inner__graph__header__nav__list.current1
  .repeatDB__sales__inner__graph__header__nav__list__item:nth-child(1)
  a {
  color: #fff;
}
.repeatDB__sales__inner__graph__header__nav__list.current2::before {
  left: 50%;
}
.repeatDB__sales__inner__graph__header__nav__list.current2
  .repeatDB__sales__inner__graph__header__nav__list__item:nth-child(2)
  a {
  color: #fff;
}
.repeatDB__sales__inner__graph__title {
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}
.repeatDB__sales__inner__graph__title::before {
  display: block;
  content: "";
  width: 29px;
  height: 28px;
  background-image: url(/assets/img/icon/graph@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.repeatDB__sales__inner__graph__separate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 0;
  margin-bottom: 56px;
}
.repeatDB__sales__inner__graph__count {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60px;
  padding-top: 50px;
}
.repeatDB__sales__inner__graph__count__item {
  font-size: 15px;
  font-weight: 800;
  text-align: right;
  color: #9799a0;
}
.repeatDB__sales__inner__graph__count__item span {
  color: #2a3347;
}
.repeatDB__sales__inner__graph__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  color: #2a3347;
}
.repeatDB__sales__inner__graph__label span {
  font-size: 13px;
}
.repeatDB__sales__inner__graph__inner {
  overflow: hidden;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  padding-right: 20px;
  width: calc(100% - 80px);
  height: 565px;
  padding-top: 50px;
  border-left: 1px solid #9799a0;
  border-bottom: 1px solid #9799a0;
}
.repeatDB__sales__inner__graph__inner__chart {
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  width: 14.2857142857%;
}
.repeatDB__sales__inner__graph__inner__chart.is-low-value .repeatDB__sales__inner__graph__inner__chart__app__score {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-200%);
}
.repeatDB__sales__inner__graph__inner__chart.is-low-value .repeatDB__sales__inner__graph__inner__chart__app__percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-140%);
}
.repeatDB__sales__inner__graph__inner__chart.is-low-value .repeatDB__sales__inner__graph__inner__chart__family__score {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-200%);
}
.repeatDB__sales__inner__graph__inner__chart.is-low-value
  .repeatDB__sales__inner__graph__inner__chart__family__percent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-140%);
}
.repeatDB__sales__inner__graph__inner__chart__total {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 76%;
  height: 100%;
  min-height: 3px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #ededed;
}
.repeatDB__sales__inner__graph__inner__chart__total__score {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  color: #2a3347;
  transform: translateY(-100%);
}
.repeatDB__sales__inner__graph__inner__chart__app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 10%;
  width: 76%;
  height: 50%;
  min-height: 3px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background: #ffd901;
  box-shadow:
    1px 1px 3px 0 rgba(217, 184, 1, 0.8980392157),
    -1px -1px 2px 0 rgba(255, 250, 1, 0.8980392157),
    1px -1px 2px 0 rgba(217, 184, 1, 0.2),
    -1px 1px 2px 0 rgba(217, 184, 1, 0.2),
    -7px -1px 8px 0 rgba(217, 184, 1, 0.5019607843) inset,
    1px 1px 2px 0 rgba(255, 250, 1, 0.3019607843) inset;
}
.repeatDB__sales__inner__graph__inner__chart__app__score {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__graph__inner__chart__app__percent {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__graph__inner__chart__total2 {
  position: relative;
  width: 45px;
  height: 100%;
  min-height: 3px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #ededed;
  box-shadow:
    1px 1px 3px 0 rgba(171, 171, 171, 0.8980392157),
    -1px -1px 2px 0 rgba(191, 191, 191, 0),
    1px -1px 2px 0 rgba(201, 201, 201, 0.2),
    -1px 1px 2px 0 rgba(201, 201, 201, 0.2),
    -7px -1px 8px 0 rgba(201, 201, 201, 0.3019607843) inset,
    1px 1px 2px 0 rgba(201, 201, 201, 0.1019607843) inset;
}
.repeatDB__sales__inner__graph__inner__chart__total2__score {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  color: #2a3347;
  transform: translateY(-100%);
}
.repeatDB__sales__inner__graph__inner__chart__app2 {
  position: relative;
  width: 45px;
  height: 60%;
  min-height: 3px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background: #ffd901;
  box-shadow:
    1px 1px 3px 0 rgba(217, 184, 1, 0.8980392157),
    -1px -1px 2px 0 rgba(255, 250, 1, 0.8980392157),
    1px -1px 2px 0 rgba(217, 184, 1, 0.2),
    -1px 1px 2px 0 rgba(217, 184, 1, 0.2),
    -7px -1px 8px 0 rgba(217, 184, 1, 0.5019607843) inset,
    1px 1px 2px 0 rgba(255, 250, 1, 0.3019607843) inset;
}
.repeatDB__sales__inner__graph__inner__chart__app2__score {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 2;
  color: #2a3347;
  transform: translateY(-100%);
}
.repeatDB__sales__inner__graph__time {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 80px;
  padding-right: 20px;
}
.repeatDB__sales__inner__graph__time.monthly,
.repeatDB__sales__inner__graph__time.weekly {
  display: none;
}
.repeatDB__sales__inner__graph__time__item {
  position: relative;
  width: 14.2857142857%;
  font-size: 22px;
  font-weight: 800;
  color: #2a3347;
  text-align: center;
}
.repeatDB__sales__inner__graph__time__item span {
  font-weight: 500;
  color: #d7dae2;
}
.repeatDB__sales__inner__graph__time__item span.repeatDB__sales__inner__graph__time__item__label {
  font-size: 17px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__graph__time__item small {
  display: block;
  font-size: 12px;
}
.repeatDB__sales__inner__graph__user {
  display: flex;
  justify-content: flex-end;
  gap: 46px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.repeatDB__sales__inner__graph__user__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__graph__user__item::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #ededed;
}
.repeatDB__sales__inner__graph__user__item:last-child::before {
  background-color: #ffd901;
}
.repeatDB__sales__inner__comparison__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.repeatDB__sales__inner__comparison__header__list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.repeatDB__sales__inner__comparison__header__list__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__comparison__header__list__item::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.repeatDB__sales__inner__comparison__header__list__item:nth-child(1)::before {
  background-image: url(/assets/img/icon/rank1@2x.png);
}
.repeatDB__sales__inner__comparison__header__list__item:nth-child(2)::before {
  background-image: url(/assets/img/icon/rank2@2x.png);
}
.repeatDB__sales__inner__comparison__header__list__item:nth-child(3)::before {
  background-image: url(/assets/img/icon/rank3@2x.png);
}
.repeatDB__sales__inner__comparison__title {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
.repeatDB__sales__inner__comparison__title::before {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background-image: url(/assets/img/icon/loupe@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.repeatDB__sales__inner__comparison__table {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.repeatDB__sales__inner__comparison__table__head {
  padding: 20px 0 20px 32px;
  background-color: #fafafa;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__comparison__table__head__color {
  background-color: #e9e9e9;
}
.repeatDB__sales__inner__comparison__table__head__sub {
  display: block;
  font-size: 12px;
  color: #9799a0;
}
.repeatDB__sales__inner__comparison__table__head__unit {
  font-size: 12px;
}
.repeatDB__sales__inner__comparison__table__date {
  padding: 20px 32px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 17px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__comparison__table__date__sub {
  display: block;
  font-size: 12px;
}
.repeatDB__sales__inner__comparison__table__date__unit {
  font-weight: 500;
  color: #d7dae2;
}
.repeatDB__sales__inner__comparison__table__date__sub2 {
  font-size: 12px;
}
.repeatDB__sales__inner__comparison__table__date .weekly {
  display: none;
}
.repeatDB__sales__inner__comparison__table__date .monthly {
  display: none;
}
.repeatDB__sales__inner__comparison__table__cell {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  padding: 20px 32px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.repeatDB__sales__inner__comparison__table__cell__color {
  background-color: #fafafa;
}
.repeatDB__sales__inner__comparison__table__cell__sub {
  order: 3;
  display: block;
  width: 100%;
  font-size: 12px;
  color: #9799a0;
}
.repeatDB__sales__inner__comparison__table__cell.rank1::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/assets/img/icon/rank1@2x.png);
  background-size: 100% auto;
}
.repeatDB__sales__inner__comparison__table__cell.rank2::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/assets/img/icon/rank2@2x.png);
  background-size: 100% auto;
}
.repeatDB__sales__inner__comparison__table__cell.rank3::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/assets/img/icon/rank3@2x.png);
  background-size: 100% auto;
}
.repeatDB__notice {
  display: none;
}
.managerDB {
  max-width: 1440px;
  margin: 0 auto;
  padding: 46px 40px 40px;
}
.managerDB .tools__inner {
  width: 100%;
}
.managerDB .switching__month,
.managerDB .switching__week {
  display: none;
}
.managerDB__nav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.managerDB__nav__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.managerDB__nav__list__item {
  opacity: 0.3;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.managerDB__nav__list__item a {
  pointer-events: none;
  display: block;
  width: 80px;
  text-align: center;
  padding: 15px;
  color: #9799a0;
  text-decoration: none;
}
.managerDB__nav__list__item a:hover {
  color: #c91432;
}
.managerDB__nav__list__item.is-active {
  opacity: 1;
}
.managerDB__nav__list__item.is-active a {
  pointer-events: all;
}
.managerDB__separate {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
}
.managerDB__aside {
  position: sticky;
  top: 0;
  width: 450px;
  min-height: 300px;
  border-radius: 24px;
  background-color: #fff;
}
.managerDB__aside__title {
  padding: 24px 32px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-color: #fafafa;
  font-size: 24px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__aside__inner {
  padding: 24px 40px 40px;
}
.managerDB__aside__inner__smile {
  position: absolute;
  top: -70px;
  right: -40px;
}
.managerDB__aside__inner__smile i {
  display: block;
  width: 300px;
  height: 300px;
  background-size: 300px;
}
.managerDB__aside__inner__smile--rankA i {
  background-image: url(/assets/img/happiness/smile04.webp);
}
.managerDB__aside__inner__smile--rankB i {
  background-image: url(/assets/img/happiness/smile03.webp);
}
.managerDB__aside__inner__smile--rankC i {
  background-image: url(/assets/img/happiness/smile02.webp);
}
.managerDB__aside__inner__smile--rankD i {
  background-image: url(/assets/img/happiness/smile01.webp);
}
.managerDB__aside__inner__scoreGroup {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.managerDB__aside__inner__scoreGroup__score {
  font-size: 92px;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff,
    0 4px 12px rgba(113, 115, 122, 0.3019607843);
  color: #2a3347;
}
.managerDB__aside__inner__scoreGroup__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.managerDB__aside__inner__scoreGroup__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.managerDB__aside__inner__scoreGroup__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.managerDB__aside__inner__scoreGroup__status--up::after {
  content: "UP";
}
.managerDB__aside__inner__scoreGroup__status--down {
  color: #0035b0;
}
.managerDB__aside__inner__scoreGroup__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.managerDB__aside__inner__scoreGroup__status--down::after {
  content: "DOWN";
}
.managerDB__aside__inner__scoreGroup__status--stay {
  color: #9799a0;
}
.managerDB__aside__inner__scoreGroup__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.managerDB__aside__inner__scoreGroup__status--stay::after {
  content: "STAY";
}
.managerDB__aside__inner__separate {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.managerDB__aside__inner__averageGroup {
  display: flex;
  align-items: flex-start;
}
.managerDB__aside__inner__averageGroup__item__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__aside__inner__averageGroup__item__before {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #9799a0;
}
.managerDB__aside__inner__averageGroup__item__score {
  margin: 0;
  padding: 0 4px 0 16px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}
.managerDB__aside__inner__averageGroup__item__status {
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.managerDB__aside__inner__averageGroup__item__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.managerDB__aside__inner__averageGroup__item__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.managerDB__aside__inner__averageGroup__item__status--up::after {
  content: "UP";
}
.managerDB__aside__inner__averageGroup__item__status--down {
  color: #0035b0;
}
.managerDB__aside__inner__averageGroup__item__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.managerDB__aside__inner__averageGroup__item__status--down::after {
  content: "DOWN";
}
.managerDB__aside__inner__averageGroup__item__status--stay {
  color: #9799a0;
}
.managerDB__aside__inner__averageGroup__item__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.managerDB__aside__inner__averageGroup__item__status--stay::after {
  content: "STAY";
}
.managerDB__aside__inner__before {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #9799a0;
}
.managerDB__aside__inner__answer {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #9799a0;
}
.managerDB__aside__inner__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px 0;
}
.managerDB__aside__inner__list__item {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.managerDB__aside__inner__list__item__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.managerDB__aside__inner__list__item__header__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__aside__inner__list__item__header__score {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #9799a0;
}
.managerDB__aside__inner__list__item__graph {
  overflow: hidden;
  position: relative;
  width: 330px;
  height: 48px;
  border-radius: 12px;
  background-color: #ededed;
  font-size: 25px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__aside__inner__list__item__graph__scale {
  width: 50%;
  height: 48px;
  line-height: 48px;
  border-radius: 12px;
  background-color: #ffd901;
  box-shadow:
    1px 1px 3px 0 rgba(217, 184, 1, 0.8980392157),
    -1px -1px 2px 0 rgba(255, 250, 1, 0.8980392157),
    1px -1px 2px 0 rgba(217, 184, 1, 0.2),
    -1px 1px 2px 0 rgba(217, 184, 1, 0.2),
    -7px -1px 8px 0 rgba(217, 184, 1, 0.5019607843) inset,
    1px 1px 2px 0 rgba(255, 250, 1, 0.3019607843) inset;
}
.managerDB__aside__inner__list__item__graph__scale span {
  position: absolute;
  top: 0;
  left: 16px;
  line-height: 48px;
}
.managerDB__aside__inner__list__item__status {
  width: 32px;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  color: #19b746;
}
.managerDB__aside__inner__list__item__status::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.managerDB__aside__inner__list__item__status--up::before {
  background-image: url(/assets/img/icon/chart-up.svg);
}
.managerDB__aside__inner__list__item__status--up::after {
  content: "UP";
}
.managerDB__aside__inner__list__item__status--down {
  color: #0035b0;
}
.managerDB__aside__inner__list__item__status--down::before {
  background-image: url(/assets/img/icon/chart-down.svg);
}
.managerDB__aside__inner__list__item__status--down::after {
  content: "DOWN";
}
.managerDB__aside__inner__list__item__status--stay {
  color: #9799a0;
}
.managerDB__aside__inner__list__item__status--stay::before {
  background-image: url(/assets/img/icon/chart-stay.svg);
}
.managerDB__aside__inner__list__item__status--stay::after {
  content: "STAY";
}
.managerDB__aside__inner__button {
  display: none;
}
.managerDB__main {
  width: 886px;
  min-height: 300px;
}
.managerDB__main__answer {
  display: flex;
  width: 100%;
  min-height: 165px;
  margin-bottom: 24px;
  padding: 40px;
  border-radius: 24px;
  background-color: #fff;
}
.managerDB__main__answer__item {
  width: 40%;
}
.managerDB__main__answer__item__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__answer__item__detail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.managerDB__main__answer__item__detail__graph {
  width: 315px;
  height: 15px;
  border-radius: 999px;
  background-color: #ededed;
}
.managerDB__main__answer__item__detail__graph__scale {
  position: relative;
  width: 0%;
  height: 15px;
  border-radius: 999px;
  background-color: #19b746;
}
.managerDB__main__answer__item__detail__graph__scale::after {
  display: block;
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: -8px;
  right: -14px;
  border-radius: 999px;
  background-color: #fff;
  border: 7px solid #19b746;
  box-shadow: -2px 1px 4px 0 rgba(113, 115, 122, 0.4);
}
.managerDB__main__answer__item__detail__score {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  color: #2a3347;
  line-height: 1;
}
.managerDB__main__answer__item__detail__score__percent {
  font-size: 16px;
}
.managerDB__main__answer__item__separate {
  display: flex;
  justify-content: space-between;
}
.managerDB__main__answer__item:first-child {
  width: 60%;
  padding-right: 40px;
  background-image: url(/assets/img/manager/dot@2x.png);
  background-size: 2px auto;
  background-repeat: repeat-y;
  background-position: right top;
}
.managerDB__main__answer__item:last-child {
  padding: 0 40px;
}
.managerDB__main__answer__item__score {
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: #2a3347;
}
.managerDB__main__answer__item__score__all {
  font-size: 16px;
}
.managerDB__main__search {
  min-height: 165px;
  margin-bottom: 60px;
  padding: 40px;
  border-radius: 24px;
  background-color: #fff;
}
.managerDB__main__search__member {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 32px;
}
.managerDB__main__search__member__wrap {
  position: relative;
}
.managerDB__main__search__member__modal {
  display: none;
  position: absolute;
  z-index: 10;
  top: 70px;
  left: 0;
  width: 491px;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
  background-color: #fff;
  transition: 0.5s all ease;
}
.managerDB__main__search__member__modal.is-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.managerDB__main__search__member__modal__item {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  color: #71737a;
}
.managerDB__main__search__member__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.managerDB__main__search__member__text {
  margin: 0 0 0 auto;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 491px;
  height: 56px;
  padding: 0 24px;
  font-weight: 700;
  font-size: 14px;
  color: #2a3347;
  border-radius: 999px;
  background-color: #f3f4f6;
}
.managerDB__main__search__member__text::-moz-placeholder {
  color: #9799a0;
}
.managerDB__main__search__member__text::placeholder {
  color: #9799a0;
}
.managerDB__main__search__member__submit {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 105px;
  height: 56px;
  padding-left: 25px;
  border-radius: 999px;
  background-color: #c91432;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-image: url(/assets/img/icon/search.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.managerDB__main__search__member__submit:disabled {
  background-color: #9799a0;
}
.managerDB__main__search__tags__title {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
}
.managerDB__main__search__tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
.managerDB__main__search__tags__list__item {
  display: flex;
  align-items: center;
  width: 50%;
}
.managerDB__main__search__tags__list__item:nth-child(odd) {
  width: 57%;
}
.managerDB__main__search__tags__list__item:nth-child(even) {
  width: 43%;
}
.managerDB__main__search__tags__list__item__title {
  width: 80px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__search__tags__list__item__wrap {
  display: flex;
  gap: 8px;
}
.managerDB__main__search__tags__list__item__wrap input[type="checkbox"] {
  display: none;
}
.managerDB__main__search__tags__list__item__wrap label {
  display: block;
  padding: 4px 16px;
  border: 1.5px solid #c91432;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  color: #c91432;
  text-decoration: none;
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.managerDB__main__search__tags__list__item__wrap label:has(input[type="checkbox"]:checked) {
  background-color: #c91432;
  color: #fff;
}
.managerDB__main__search__buttons {
  display: none;
}
.managerDB__main__search__tagResult {
  display: none;
}
.managerDB__main__result__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.managerDB__main__result__header__title {
  font-size: 26px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__header__title span {
  margin-left: 0.5em;
  font-size: 20px;
  font-weight: 600;
  color: #9799a0;
}
.managerDB__main__result__header__select {
  display: flex;
  position: relative;
  gap: 0 23px;
  align-items: center;
  cursor: pointer;
  width: 240px;
  height: 52px;
  padding: 0 0 0 20px;
  border-radius: 56px;
  background-color: #fff;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
}
.managerDB__main__result__header__select__title {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #9799a0;
}
.managerDB__main__result__header__select__name {
  font-size: 14px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__header__select__modal {
  display: block;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  width: 240px;
  border-radius: 20px;
  padding: 32px 24px;
  box-shadow: 5px 7px 10px 0 rgba(113, 115, 122, 0.5019607843);
  background-color: #fff;
  transition: 0.5s all ease;
}
.managerDB__main__result__header__select__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.managerDB__main__result__header__select__modal__item {
  position: relative;
  margin-bottom: 14px;
  padding-left: 26px;
}
.managerDB__main__result__header__select__modal__item:last-child {
  margin-bottom: 0;
}
.managerDB__main__result__header__select__modal__item input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.managerDB__main__result__header__select__modal__item label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #71737a;
}
.managerDB__main__result__header__select__modal__item label:has(input[type="radio"]:checked) {
  color: #c91432;
}
.managerDB__main__result__header__select__modal__item label:has(input[type="radio"]:checked)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #c91432;
  border-radius: 999px;
  transform: translateY(-50%);
}
.managerDB__main__result__list {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
.managerDB__main__result__list__item {
  overflow: hidden;
  position: relative;
  padding: 40px 40px 0;
  border-radius: 24px;
  background-color: #fff;
}
.managerDB__main__result__list__item.scoreA .managerDB__main__result__list__item__panels__item__graphCircle .label {
  stroke: #19b746;
}
.managerDB__main__result__list__item.scoreA .managerDB__main__result__list__item__panels__item__graphCircle__dot {
  border: 6px solid #19b746;
}
.managerDB__main__result__list__item.scoreA .managerDB__main__result__list__item__header__profile__icon {
  background-image: url(/assets/img/manager/smileA@2x.png);
}
.managerDB__main__result__list__item.scoreB .managerDB__main__result__list__item__panels__item__graphCircle .label {
  stroke: #0035b0;
}
.managerDB__main__result__list__item.scoreB .managerDB__main__result__list__item__panels__item__graphCircle__dot {
  border: 6px solid #0035b0;
}
.managerDB__main__result__list__item.scoreB .managerDB__main__result__list__item__header__profile__icon {
  background-image: url(/assets/img/manager/smileB@2x.png);
}
.managerDB__main__result__list__item.scoreC .managerDB__main__result__list__item__panels__item__graphCircle .label {
  stroke: #ff8808;
}
.managerDB__main__result__list__item.scoreC .managerDB__main__result__list__item__panels__item__graphCircle__dot {
  border: 6px solid #ff8808;
}
.managerDB__main__result__list__item.scoreC .managerDB__main__result__list__item__header__profile__icon {
  background-image: url(/assets/img/manager/smileC@2x.png);
}
.managerDB__main__result__list__item.scoreD .managerDB__main__result__list__item__header__care {
  display: block;
}
.managerDB__main__result__list__item.scoreD .managerDB__main__result__list__item__panels__item__graphCircle .label {
  stroke: #6b6b6b;
}
.managerDB__main__result__list__item.scoreD .managerDB__main__result__list__item__panels__item__graphCircle__dot {
  border: 6px solid #6b6b6b;
}
.managerDB__main__result__list__item.scoreD .managerDB__main__result__list__item__header__profile__icon {
  background-image: url(/assets/img/manager/smileD@2x.png);
}
.managerDB__main__result__list__item.scoreD::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 100%;
  background-color: #ff8808;
}
.managerDB__main__result__list__item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.managerDB__main__result__list__item__header__profile {
  display: flex;
  gap: 24px;
}
.managerDB__main__result__list__item__header__profile__icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 28px;
  background-color: #f3f4f6;
  background-image: url(/assets/img/manager/smile@2x.png);
  background-size: 54px;
  background-repeat: no-repeat;
  background-position: center;
}
.managerDB__main__result__list__item__header__profile__icon::before {
  display: block;
  position: absolute;
  right: -5px;
  top: -5px;
  content: "";
  width: 32px;
  height: 32px;
  background-size: 100% auto;
}
.managerDB__main__result__list__item__header__profile__icon.--up::before {
  background-image: url(/assets/img/manager/up@2x.png);
}
.managerDB__main__result__list__item__header__profile__icon.--down::before {
  background-image: url(/assets/img/manager/down@2x.png);
}
.managerDB__main__result__list__item__header__profile__icon.--stay::before {
  background-image: url(/assets/img/manager/stay@2x.png);
}
.managerDB__main__result__list__item__header__profile__detail__name {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__header__profile__detail__kana {
  display: none;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__header__profile__detail__number {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #232428;
}
.managerDB__main__result__list__item__header__profile__detail__number span {
  margin-left: 0.5em;
}
.managerDB__main__result__list__item__header__profile__detail__tenure {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__header__profile__detail__tenure__duration {
  margin-left: 0.5em;
  font-size: 12px;
  color: #9799a0;
}
.managerDB__main__result__list__item__header__profile__detail__tenure__separator {
  color: #d7dae2;
}
.managerDB__main__result__list__item__header__care {
  display: none;
  width: 56px;
  height: 58px;
  background-image: url(/assets/img/manager/care@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.managerDB__main__result__list__item__header__position {
  display: flex;
  gap: 0 32px;
  font-size: 14px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__header__position span {
  margin-left: 12px;
  padding: 4px 16px;
  border: 1.5px solid #c91432;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  color: #c91432;
  text-decoration: none;
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.managerDB__main__result__list__item__panels {
  display: grid;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  grid-template-columns: 379px 379px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 42px;
}
.managerDB__main__result__list__item__panels.is-active {
  overflow: visible;
  opacity: 1;
  max-height: none;
  margin-bottom: 40px;
}
.managerDB__main__result__list__item__panels__item__title {
  margin-bottom: 20px;
  padding: 10px 0;
  border-radius: 40px;
  background-color: #f3f4f6;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__separate {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.managerDB__main__result__list__item__panels__item__graphCircle {
  position: relative;
  width: 160px;
  height: 160px;
}
.managerDB__main__result__list__item__panels__item__graphCircle.is-empty
  .managerDB__main__result__list__item__panels__item__graphCircle__dot {
  display: none;
}
.managerDB__main__result__list__item__panels__item__graphCircle.is-empty svg circle.label {
  stroke: #f4f4f5;
}
.managerDB__main__result__list__item__panels__item__graphCircle svg {
  width: 160px;
  height: 160px;
  transform: rotate(-90deg);
}
.managerDB__main__result__list__item__panels__item__graphCircle svg circle {
  position: relative;
  fill: none;
  stroke-width: 12px;
  stroke-dashoffset: 0;
  stroke-dasharray: 456;
  stroke: #f4f4f5;
  stroke-linecap: round;
}
.managerDB__main__result__list__item__panels__item__graphCircle svg circle.label {
  stroke: #ff8808;
}
.managerDB__main__result__list__item__panels__item__graphCircle__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
}
.managerDB__main__result__list__item__panels__item__graphCircle__score__now {
  margin: 0;
  font-size: 66px;
  font-weight: 700;
  line-height: 1;
  text-shadow:
    3px 0 #fff,
    -3px 0 #fff,
    0 3px #fff,
    0 -3px #fff,
    2px 2px #fff,
    -2px 2px #fff,
    2px -2px #fff,
    -2px -2px #fff,
    0 4px 12px rgba(113, 115, 122, 0.3019607843);
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__graphCircle__score__before {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #71737a;
}
.managerDB__main__result__list__item__panels__item__graphCircle__dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 6px solid #ff8808;
  border-radius: 999px;
  box-shadow: 1.74px 3.48px 8.71px 0 rgba(0, 0, 0, 0.2);
}
.managerDB__main__result__list__item__panels__item__scorePanel {
  border: 2px solid #f3f4f6;
  border-radius: 24px;
  width: 180px;
  padding: 18px;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__score {
  margin: 0 0 0 auto;
  font-weight: 700;
  font-size: 22px;
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__scoreBefore {
  display: none;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status {
  width: 30px;
  text-align: right;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status.--up::before {
  background-image: url(/assets/img/manager/up.svg);
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status.--up {
  color: #19b746;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status.--down::before {
  background-image: url(/assets/img/manager/down.svg);
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status.--down {
  color: #0035b0;
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status.--stay::before {
  background-image: url(/assets/img/manager/stay.svg);
}
.managerDB__main__result__list__item__panels__item__scorePanel__item__status.--stay {
  color: #6b6b6b;
}
.managerDB__main__result__list__item__panels__item__graph__score {
  display: flex;
  margin-bottom: 5px;
}
.managerDB__main__result__list__item__panels__item__graph__score__item {
  width: 16.6666666667%;
  font-size: 15px;
  font-weight: 700;
  color: #9799a0;
  text-align: center;
}
.managerDB__main__result__list__item__panels__item__graph__list {
  display: flex;
  margin-bottom: 10px;
}
.managerDB__main__result__list__item__panels__item__graph__list__item {
  cursor: pointer;
  position: relative;
  width: 16.6666666667%;
  height: 107px;
  background-image: url(/assets/img/manager/line@2x.png);
  background-size: 1px 4px;
  background-repeat: repeat-y;
  background-position: center;
}
.managerDB__main__result__list__item__panels__item__graph__list__item__dot {
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  background-color: #0035b0;
  border-radius: 999px;
  transform: translateX(-50%) translateY(50%);
}
.managerDB__main__result__list__item__panels__item__graph__list__item.current
  .managerDB__main__result__list__item__panels__item__graph__list__item__dot {
  width: 25px;
  height: 25px;
  border: 6px solid #ff8808;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(113, 115, 122, 0.3019607843);
}
.managerDB__main__result__list__item__panels__item__graph__list__item:hover
  .managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore {
  opacity: 1;
  display: grid;
}
.managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore {
  opacity: 0;
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  bottom: 50%;
  left: 50%;
  z-index: 1;
  width: 106px;
  height: 88px;
  padding: 5px 0;
  transform: translateX(-50%) translateY(110%);
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore__item {
  text-align: center;
}
.managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore__item__title {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  color: #9799a0;
}
.managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore__item__score {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore__close {
  display: none;
}
.managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  top: -10px;
  left: 52%;
  width: 22px;
  height: 22px;
  background-image: url(/assets/img/manager/triangle@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
.managerDB__main__result__list__item__panels__item__graph__list__item__floatingScore::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 106px;
  height: 88px;
  border-radius: 12px;
  box-shadow: 4px 4px 4px 0 rgba(113, 115, 122, 0.2509803922);
  background-color: #fafafa;
}
.managerDB__main__result__list__item__panels__item__graph__date {
  display: flex;
}
.managerDB__main__result__list__item__panels__item__graph__date__item {
  width: 16.6666666667%;
  font-size: 13px;
  font-weight: 700;
  color: #9799a0;
  text-align: center;
}
.managerDB__main__result__list__item__panels__item__graph__date__item.current {
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__comment {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  min-height: 220px;
  border: 4px solid #ffd901;
  border-radius: 16px;
  padding: 55px 24px 24px;
}
.managerDB__main__result__list__item__panels__item__comment::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 70px;
  height: 66px;
  background-image: url(/assets/img/manager/point-smile@2x.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.managerDB__main__result__list__item__panels__item__comment__title {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 14px;
  padding: 10px 14px;
  background-color: #ffd901;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__comment__text {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__panels__item__comment.feedback {
  border: 4px solid #e7e9ee;
}
.managerDB__main__result__list__item__panels__item__comment.feedback::before {
  top: -34px;
  width: 55px;
  height: 82px;
  background-image: url(/assets/img/manager/point-bulb@2x.png);
}
.managerDB__main__result__list__item__panels__item__comment.feedback
  .managerDB__main__result__list__item__panels__item__comment__title {
  background-color: #e7e9ee;
}
.managerDB__main__result__list__item__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border-top: 2px solid #ededed;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #2a3347;
}
.managerDB__main__result__list__item__button__close {
  display: none;
}
.managerDB__main__result__list__item__button.is-active::after {
  transform: scale(1, -1);
}
.managerDB__main__result__list__item__button.is-active .managerDB__main__result__list__item__button__open {
  display: none;
}
.managerDB__main__result__list__item__button.is-active .managerDB__main__result__list__item__button__close {
  display: flex;
}
.managerDB__main__result__list__item__button::after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/assets/img/icon/down.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.managerDB__main__result__notfound {
  text-align: center;
}
.managerDB__main__result__notfound__icon {
  margin-bottom: 20px;
}
.managerDB__main__result__notfound__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #2a3347;
}
.managerDB__searchName {
  display: none;
}
.managerDB__searchTag {
  display: none;
}
.managerDB__screenLock {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #f3f4f6;
  background-image: url(/assets/img/manager/lock@2x.png);
  background-size: 798px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.managerDB__screenLock.is-active {
  display: block;
}
