@import'../../../common/css/style.scss';
@import'../../../common/css/common.scss';
.container {
    @extend .publicContainer;
    justify-content: center;
}

.restBox {
    width: 464px;
    height: 464px;

}
.motionImg {
    width: 464px;
    height: 464px;
}

.restTime {
    font-size: $subTextFontSize;
    height: 44px;
}

.content {
    width: 354px;
    height: 354px;
    border-radius: 177px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    left: 54px;
    top: 54px;
    background-color: transparent;
}
.restTxt {
    margin-top: 10px;
    font-size: $subTextFontSize;
    height: 44px;
}

.trainTxt {
    margin-top: 46px;
    font-size: $subTextFontSize;
    height: 44px;
}

.enterTrain {
    width: 260px;
    height: 86px;
    background-color: $lightButtonBackgroundColor;
    left: 100px;
    top: 282px;
    font-size: $subTextFontSize;
}