/* 상단슬라이드 */
.main-slide {
  width: 100%;
  height: calc(100vh - 52px - 70px - 98px)
}

.main-slide .swiper-slide {
  position: relative;
  width: 100%;
}

.main-slide .swiper-slide::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.025), 85%, rgb(255, 255, 255));
}

.main-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slide .swiper-slide .caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
  gap: 12px;
}

.main-slide .swiper-slide .caption h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}

.main-slide .swiper-slide .caption p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
}

.main-slide .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.main-slide .swiper-pagination-bullet-active {
  width: 52px;
  border-radius: 8px;
  background: var(--color--main);
}

.mobile-page__header__logo-wrap span {
  font-size: 1.6rem;
  font-weight: 900;
}

/* 예약연동 */
.mobile-page__content .link {
  gap: 20px;
}

.mobile-page__content .link li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.mobile-page__content .link li img {
  width: 40px;
}

.mobile-page__content .link li span {
  font-size: .875rem;
  font-weight: 500;
}

/* 예약현황 */
.status-header {
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}

.status-header li {
  justify-content: space-between;
  align-items: normal;
  width: 88px;
  height: 88px;
  padding: 8px;
  background-color: #fff;
  border-radius: 16px;
}

.status-header li p i {
  margin-right: 8px;
}

.status-header li:first-child i {
  color: #00A3FF;
}

.status-header li:nth-child(2) i {
  color: #03C75A;
}

.status-header li:last-child i {
  color: #E65656;
}

.status-header li span {
  text-align: right;
  font-weight: 800;
}

.status-slide {
  width: calc(100% + 48px);
  height: 340px;
  margin-left: -24px;
  padding: 0 24px;
}

.status-slide .swiper-wrapper {
  margin-right: 20px;
}

.status-slide .status-wrap {
  width: calc(100% + 40px);
  height: 100%;
  margin: 16px 0 0 -20px;
  padding: 0 20px 20px 20px;
  overflow-y: auto;
}

.status-box {
  margin: 16px 0;
}

.status-box:first-child {
  margin-top: 0;
}

.status-box:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.status-box>div>div:not(.flex) {
  margin-bottom: 16px;
  gap: 12px;
  font-weight: 700;
}

.status-box .flex {
  align-items: center;
  margin-bottom: 8px;
  gap: 12px;
  font-weight: 700;
}

.status-box .time {
  color: #004E86;
  line-height: 32px;
}

.status-box .flex span:nth-child(2) {
  font-size: .875rem;
}

.status-box .platform-icon {
  width: 28px;
  height: 28px;
}

.status-box .client {
  margin-right: 12px;
}

.status-box .designer {
  color: #848484;
}

.status-box .service {
  float: right;
}

.status-box .service i {
  margin-left: 4px;
}

.emptybox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 매출현황 */
.sales-summary .blue-round p {
  text-align: right;
}

.sales-summary .blue-round p span {
  margin-bottom: 8px;
}

.sales-summary .white-round {
  gap: 20px;
}

.sales-summary .sales-item {
  justify-content: space-between;
}

.sales-summary .sales-item i {
  font-size: 0.75rem;
  margin-right: 12px;
}

.sales-summary .white-round .sales-item:first-child i {
  color: #c24934;
}

.sales-summary .white-round .sales-item:nth-child(2) i {
  color: #ffbd42;
}

.sales-summary .white-round .sales-item:nth-child(3) i {
  color: #ffed2b;
}

.sales-summary .white-round .sales-item:nth-child(4) i {
  color: #60b83d;
}

.sales-summary .white-round .sales-item:last-child i {
  color: #3f479f;
}

/* 헤어모델 */
.hair-model-wrap {
  margin-top: 20px;
}

.hair-model-wrap>div {
  gap: 8px;
}

.hair-model-wrap>div:first-child {
  margin-bottom: 8px;
}

.hair-model-wrap img {
  width: 128px;
  height: 156px;
  object-fit: cover;
  border-radius: 4px;
}

.gradient-box {
  position: absolute;
  right: 0rem;
  left: 0rem;
  z-index: 1;
  width: 100%;
  content: "";
  bottom: 0px;
  height: 9.6rem;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.main-card {
  margin-bottom: 32px;
}

.main-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}