@import'../../common/css/style.scss';
@import'../../common/css/common.scss';
.container {
    @extend .publicContainer;
    justify-content: center;
}
.swiper, .swiper-item {
    width: $screenWidth;
    height: 412px;
}
.swiper-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.topContent {
    width: 300px;
    height: 42px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.topContentIcon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.timeContent {
    width: 300px;
    height: 70px;
    margin-left: 40px;
    flex-direction: row;
    align-items: flex-end;
}
.timeContentNum, .timeContentSign {
    color: $timeBarBackgroundColorAndTxtColor;
}
.timeContentNum {
    font-size: 50px;
}
.timeContentSign {
    font-size: $subTextFontSize;
    margin-left: 8px;
    margin-right: 15px;
    height: 36px;
    margin-bottom: 6px;
}
.paginationBox {
    width: 70px;
    height: 52px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pagination {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #595959;
}

.chart,.employContent {
  width: 278px;
  height: 220px;
}
.employContent {
  justify-content: center;
  align-items: center;
}
.employContentTxt {
  font-size: $subTextFontSize;
  color: $mainTextColor;
  height: 44px;
}
.xAxisContent {
    width: 278px;
    height: 26px;
    margin-left: 4px;
}
.xAxisTxt {
    width: 35px;
    font-size: 18px;
    color: $apnsTextColor;
    margin-right: 5px;
    text-align: center;
}
.calorieNum, .calorieSign {
    color: #FFBD60;
}
.rateNum, .rateSign {
    color: #C0191F;
}
.rateSign {
    height: 36px;
}
.topContentTxt {
    font-size: $subTextFontSize;
    height: 44px;
}