@import'../../../common/css/style.scss';
@import'../../../common/css/common.scss';
.container {
    @extend .publicContainer;
    justify-content: space-between;
}
.courseTxtBox {
    margin-top: 84px;
    width: 328px;
    height: 44px;
}
.courseTxt {
    width: 328px;
    height: 44px;
    font-size: $subTextFontSize;
    color: $subTextColor;
    text-overflow: ellipsis;
}
.introduceBox {
    width: 328px;
    height: 148px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.introduceItem {
    width: 328px;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.introduced {
    width: 328px;
    height: 40px;
    font-size: $subTextFontSize;
}
.trainBtn {
    width: 260px;
    height: 86px;
    background-color: $lightButtonBackgroundColor;
    margin-bottom: 37px;
    font-size: $subTextFontSize;
}