@font-face {
  font-family: Gotham-Bold;
  src: url("../font/Gotham-Font/Gotham-Bold.otf");
}
.courseContent {
  padding: 80px 98px 50px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px 0 rgba(155, 155, 155, 0.07);
}
@media (max-width: 1024px) {
  .courseContent {
    padding: 0;
    background-color: unset;
  }
}
@media (max-width: 768px) {
  .courseContent {
    padding: 0;
    background-color: unset;
  }
}
@media (max-width: 500px) {
  .courseContent {
    padding: 0;
    background-color: unset;
  }
}

.dateTxt {
  font-size: 26px;
  line-height: 1.67em;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .dateTxt {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .dateTxt {
    font-size: 43px;
  }
}
@media (max-width: 500px) {
  .dateTxt {
    font-size: 32px;
  }
}
.dateTxt > span span {
  font-size: 10px;
  margin: 0 3px;
}
@media (max-width: 1279px) {
  .dateTxt > span span {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  .dateTxt > span span {
    font-size: 16px;
  }
}
.dateTxt .dash {
  margin: 0 5px;
}
@media (max-width: 500px) {
  .dateTxt .dash {
    font-size: 18px;
  }
}

.topic {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .topic {
    padding: 80px 40px 50px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .topic {
    flex-direction: column;
    padding: 44px;
  }
}
@media (max-width: 500px) {
  .topic {
    padding: 20px;
  }
}
.topic p {
  margin-bottom: 0;
}
.topic .topicTitle {
  flex: none;
  width: 310px;
  min-height: 190px;
  border-right: 1px dashed #000;
  padding-right: 28px;
  position: relative;
}
@media (max-width: 768px) {
  .topic .topicTitle {
    width: 100%;
    border-bottom: 1px dashed #000;
    border-right: none;
    padding-bottom: 48px;
    padding-right: 0;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .topic .topicTitle {
    padding-bottom: 40px;
  }
}
.topic .topicContent {
  flex: 1;
  padding-left: 30px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .topic .topicContent {
    padding: 43px 0 0;
    font-size: 16px;
    letter-spacing: 3px;
  }
}
@media (max-width: 500px) {
  .topic .topicContent {
    line-height: 1.2em;
    font-size: 16px;
    padding-top: 23px;
  }
}
.topic .level {
  width: 136px;
  height: 135px;
  border-radius: 50%;
  background-color: #52a7b2;
  color: #fff;
  text-align: center;
  position: relative;
  transform: translateY(-28px);
}
@media (max-width: 768px) {
  .topic .level {
    width: 168px;
    height: 168px;
    transform: translateY(0);
  }
}
@media (max-width: 500px) {
  .topic .level {
    width: 148px;
    height: 148px;
  }
}
.topic .level > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
}
.topic .level .txt {
  font-size: 24px;
  margin-bottom: 12px;
  letter-spacing: 4.8px;
}
@media (max-width: 500px) {
  .topic .level .txt {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 8px;
  }
}
.topic .level .txt2 {
  font-size: 14px;
  line-height: 1.07em;
  letter-spacing: normal;
  color: #fff;
}
@media (max-width: 500px) {
  .topic .level .txt2 {
    font-size: 12px;
  }
}
.topic .courseName {
  text-align: right;
  position: absolute;
  right: 28px;
  top: 0;
}
@media (max-width: 768px) {
  .topic .courseName {
    right: 40px;
    top: 30px;
  }
}
.topic .courseName .unit {
  color: rgba(0, 0, 0, 0.39);
  font-size: 16px;
}
@media (max-width: 768px) {
  .topic .courseName .unit {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  .topic .courseName .unit {
    font-size: 14px;
  }
}
.topic .courseName h3 {
  font-size: 31px;
  letter-spacing: 5px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .topic .courseName h3 {
    font-size: 38px;
    letter-spacing: 7.7px;
  }
}
@media (max-width: 500px) {
  .topic .courseName h3 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.topic .courseName p {
  font-size: 21px;
  letter-spacing: 1.6px;
}
@media (max-width: 768px) {
  .topic .courseName p {
    font-size: 26px;
    letter-spacing: 5.3px;
  }
}
@media (max-width: 500px) {
  .topic .courseName p {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.topic .bottomTxt {
  position: absolute;
  bottom: 0;
  right: 28px;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .topic .bottomTxt {
    bottom: 21px;
    right: 0;
    font-size: 19px;
    letter-spacing: 1.95px;
  }
}
@media (max-width: 500px) {
  .topic .bottomTxt {
    font-size: 16px;
    bottom: 15px;
  }
}

.courseItem {
  display: flex;
  min-height: 284px;
  border: solid 1px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
}
.courseItem:not(:nth-last-child(1)) {
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .courseItem:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .courseItem:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .courseItem {
    min-height: 200px;
    padding: 80px 40px 50px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .courseItem {
    flex-direction: column;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 44px;
    background-color: #fff;
  }
}
@media (max-width: 500px) {
  .courseItem {
    padding: 20px;
  }
}
.courseItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.courseItem .courseImg {
  flex: none;
  width: auto;
}
.courseItem figure {
  width: 296px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .courseItem figure {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .courseItem figure {
    width: 100%;
    height: auto;
    padding-top: 59.6%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 42px;
  }
  .courseItem figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 500px) {
  .courseItem figure {
    margin-bottom: 22px;
  }
}
.courseItem .coursePrice {
  flex: none;
  width: 320px;
  padding: 25px 0;
}
@media (max-width: 1279px) {
  .courseItem .coursePrice {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  .courseItem .coursePrice {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .courseItem .coursePrice {
    width: 100%;
    padding: 0;
  }
}
.courseItem .coursePrice > div {
  padding: 0 30px;
  border-right: 1px dashed #000;
  height: 100%;
}
@media (max-width: 768px) {
  .courseItem .coursePrice > div {
    border-bottom: 1px dashed #000;
    border-right: none;
    padding: 0 0 32px;
  }
}
@media (max-width: 500px) {
  .courseItem .coursePrice > div {
    padding-bottom: 22px;
  }
}
.courseItem .courseDesc {
  flex: 1;
  padding: 25px 25px 77px;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 1279px) {
  .courseItem .courseDesc {
    padding: 15px 15px 60px;
  }
}
@media (max-width: 768px) {
  .courseItem .courseDesc {
    padding: 40px 0 0;
    font-size: 29px;
    letter-spacing: 4.6px;
  }
}
@media (max-width: 500px) {
  .courseItem .courseDesc {
    font-size: 16px;
    line-height: 1.38;
    padding-top: 30px;
  }
}
.courseItem .dateTime {
  margin-bottom: 37px;
}
@media (max-width: 500px) {
  .courseItem .dateTime {
    margin-bottom: 25px;
  }
}
.courseItem h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 17px;
}
@media (max-width: 1279px) and (min-width: 769px) {
  .courseItem h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .courseItem h2 {
    font-size: 26px;
  }
}
.courseItem .subtitle {
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .courseItem .subtitle {
    font-size: 14px;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .courseItem .subtitle {
    font-size: 25px;
    margin-top: 21px;
  }
}
@media (max-width: 500px) {
  .courseItem .subtitle {
    font-size: 16px;
    margin-top: 12px;
  }
}
.courseItem .courseBtn {
  width: 192px;
  height: 42px;
  border-radius: 21px;
  line-height: 42px;
  position: absolute;
  bottom: 25px;
  left: 25px;
}
@media (max-width: 1279px) {
  .courseItem .courseBtn {
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    bottom: 13px;
  }
}
@media (max-width: 768px) {
  .courseItem .courseBtn {
    position: static;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    font-size: 25px;
    letter-spacing: 3.5px;
    margin: 40px auto 0;
  }
}
@media (max-width: 500px) {
  .courseItem .courseBtn {
    font-size: 20px;
    margin-top: 30px;
    height: 54px;
    line-height: 54px;
  }
}

.themeCourse {
  padding: 0 86px;
}
@media (max-width: 1280px) {
  .themeCourse {
    padding: 0 55px;
  }
}
@media (max-width: 768px) {
  .themeCourse {
    border-radius: 5px;
    box-shadow: 0 0 16px 0 rgba(155, 155, 155, 0.07);
    flex-direction: column;
    padding: 0;
    background-color: unset;
  }
}
@media (max-width: 500px) {
  .themeCourse {
    padding: 0;
    background-color: unset;
  }
}
.themeCourse > li {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .themeCourse > li {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .themeCourseItem {
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 44px;
    background-color: #fff;
  }
}
@media (max-width: 500px) {
  .themeCourseItem {
    padding: 20px;
  }
}
.themeCourseItem .themeCourseImg {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .themeCourseItem .themeCourseImg {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .themeCourseItem .themeCourseImg {
    margin-bottom: 20px;
  }
}
.themeCourseItem img {
  width: 100%;
}
.themeCourseItem .themeCourseTitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .themeCourseItem .themeCourseTitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .themeCourseItem .themeCourseTitle {
    margin-bottom: 15px;
  }
}
.themeCourseItem .themeCourseTitle > h2 {
  flex: 1;
  padding-right: 5px;
  font-size: 22px;
  color: #9a2f27;
  align-self: center;
  margin: 0;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 1.1rem;
  letter-spacing: normal;
  font-weight: bold;
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseTitle > h2 {
    font-size: 40px;
    letter-spacing: 8px;
  }
}
.themeCourseItem .themeCourseTitle .tag {
  flex: none;
  width: auto;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1.96px;
  border: 1px solid #000;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .themeCourseItem .themeCourseTitle .tag {
    background-color: #eeeeee;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseTitle .tag {
    font-size: 21px;
    line-height: normal;
    height: auto;
    letter-spacing: 3px;
    padding: 5px 15px;
  }
}
.themeCourseItem .themeCourseTime {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  color: rgba(0, 0, 0, 0.73);
  margin-bottom: 18px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseTime {
    font-size: 24.5px;
    letter-spacing: 4.9px;
    margin-bottom: 40px;
  }
}
.themeCourseItem .themeCourseDesc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  letter-spacing: 2.24px;
  color: #000;
  margin-bottom: 45px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseDesc {
    font-size: 29px;
    letter-spacing: 4.06px;
    margin-bottom: 22px;
  }
}
@media (max-width: 500px) {
  .themeCourseItem .themeCourseDesc {
    margin-bottom: 16px;
  }
}
.themeCourseItem .themeCourseBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .themeCourseItem .themeCourseBottom {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.themeCourseItem .themeCourseBottom .price {
  flex: 1;
  align-self: center;
  font-size: 31px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseBottom .price {
    font-size: 50px;
  }
}
.themeCourseItem .themeCourseBottom .price span {
  font-size: 19px;
  margin-right: 5px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseBottom .price span {
    font-size: 30px;
    margin-right: 10px;
  }
}
.themeCourseItem .themeCourseBottom button {
  flex: none;
  width: 104px;
  height: 42px;
  background-color: #000;
  color: #fff;
  line-height: 42px;
  border-radius: 21px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .themeCourseItem .themeCourseBottom button {
    font-size: 27px;
    width: 175px;
    height: 68px;
    line-height: 68px;
    letter-spacing: 3.78px;
    border-radius: 34px;
  }
}
@media (max-width: 500px) {
  .themeCourseItem .themeCourseBottom button {
    font-size: 20px;
    width: 130px;
    height: 45px;
    line-height: 45px;
    border-radius: 22.5px;
  }
}

.testCourse {
  padding: 0 97px;
}
@media (max-width: 1280px) {
  .testCourse {
    padding: 0 70px;
  }
}
@media (max-width: 768px) {
  .testCourse {
    padding: 0;
    background-color: unset;
  }
}
@media (max-width: 500px) {
  .testCourse {
    padding: 0;
    background-color: unset;
  }
}
.testCourse .courseList {
  padding-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .testCourse .courseList {
    padding-top: 0;
  }
}

.tutorCourse {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px 0 rgba(155, 155, 155, 0.07);
  padding: 56px 98px 78px;
}
@media (max-width: 1280px) {
  .tutorCourse {
    padding: 56px 40px 78px;
  }
}
@media (max-width: 1024px) {
  .tutorCourse {
    padding: 36px 30px 58px;
  }
}
@media (max-width: 768px) {
  .tutorCourse {
    padding: 0;
    background-color: unset;
  }
}
@media (max-width: 500px) {
  .tutorCourse {
    padding: 0;
    background-color: unset;
  }
}
.tutorCourse .tutorCourseListTitle {
  margin-bottom: 24px;
  font-size: 22.5px;
  font-weight: 500;
  letter-spacing: 2.25px;
  color: #52a7b2;
}
@media (max-width: 1024px) {
  .tutorCourse .tutorCourseListTitle {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tutorCourse .tutorCourseListTitle {
    font-size: 37px;
    margin-bottom: 36px;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .tutorCourse .tutorCourseListTitle {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.tutorCourseList:not(:nth-last-child(1)) {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .tutorCourseList:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .tutorCourseList:not(:nth-last-child(1)) {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tutorCourseList {
    border: none;
    border-radius: 10px;
    padding: 0;
    background-color: #fff;
  }
}
.tutorCourseItem {
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.13);
  height: 141px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tutorCourseItem {
    flex-direction: column;
    border: none;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem {
    height: auto;
  }
}
.tutorCourseItem p {
  margin-bottom: 0;
}
.tutorCourseItem > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .tutorCourseItem > div {
    padding: 29px 34px;
    width: 100%;
    justify-content: flex-start;
    display: block;
  }
}
.tutorCourseItem > div:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -47px;
  top: 0;
  height: 100%;
  width: 47px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .tutorCourseItem > div:not(:first-child)::before {
    width: 30px;
    left: -30px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem > div:not(:first-child)::before {
    display: none;
  }
}
.tutorCourseItem .tutorCourseItem_1 {
  flex: none;
  width: 324px;
  letter-spacing: 1.8px;
  font-size: 24px;
  padding-right: 47px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .tutorCourseItem .tutorCourseItem_1 {
    width: 270px;
    font-size: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem .tutorCourseItem_1 {
    width: 100%;
    font-size: 30px;
    padding-right: 34px;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .tutorCourseItem_1 {
    width: 100%;
    font-size: 20px;
    padding: 20px 15px;
  }
}
.tutorCourseItem .tutorCourseItem_1 span {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .tutorCourseItem .tutorCourseItem_1 span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem .tutorCourseItem_1 span {
    display: block;
    font-size: 30px;
    letter-spacing: 2px;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .tutorCourseItem_1 span {
    font-size: 20px;
  }
}
.tutorCourseItem .tutorCourseItem_1 span::before {
  content: "/";
  display: inline-block;
  margin-left: 10px;
  margin-right: 3px;
}
@media (max-width: 768px) {
  .tutorCourseItem .tutorCourseItem_1 span::before {
    display: none;
  }
}
.tutorCourseItem .tutorCourseItem_2 {
  background-color: rgba(0, 0, 0, 0.04);
  font-size: 24px;
  padding-right: 47px;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .tutorCourseItem .tutorCourseItem_2 {
    font-size: 20px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem .tutorCourseItem_2 {
    font-size: 30px;
    line-height: 1.66em;
    padding-right: 34px;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .tutorCourseItem_2 {
    font-size: 20px;
    padding: 20px 15px;
  }
}
.tutorCourseItem .tutorCourseItem_2::before {
  background-image: url("../img/tutorItemBg2T.png");
}
.tutorCourseItem .tutorCourseItem_3 {
  background-color: #52a7b2;
  font-size: 22px;
  color: #fff;
  flex: 2;
}
@media (max-width: 1024px) {
  .tutorCourseItem .tutorCourseItem_3 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem .tutorCourseItem_3 {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .tutorCourseItem_3 {
    font-size: 20px;
    padding: 20px 15px;
  }
}
.tutorCourseItem .tutorCourseItem_3 span {
  font-size: 37px;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .tutorCourseItem .tutorCourseItem_3 span {
    font-size: 33px;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  .tutorCourseItem .tutorCourseItem_3 span {
    font-size: 50px;
  }
}
.tutorCourseItem .tutorCourseItem_3::before {
  background-image: url("../img/tutorItemBgT.png");
}
.tutorCourseItem .expired {
  flex: none;
  width: auto;
  text-align: right;
}
@media (max-width: 1280px) {
  .tutorCourseItem .expired {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem .expired {
    width: 100%;
    text-align: left;
    display: flex;
  }
}
.tutorCourseItem .originPrice,
.tutorCourseItem .price {
  display: inline-block;
  line-height: normal;
}
@media (max-width: 768px) {
  .tutorCourseItem .originPrice,
.tutorCourseItem .price {
    flex: none;
    width: 50%;
  }
}
.tutorCourseItem .originPrice {
  font-size: 21px;
  padding-right: 20px;
  align-self: flex-end;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .tutorCourseItem .originPrice {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .originPrice {
    font-size: 18px;
  }
}
.tutorCourseItem .originPrice .tag {
  padding: 3px 10px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .tutorCourseItem .originPrice .tag {
    font-size: 23px;
    padding: 0 10px;
    height: 51px;
    line-height: 51px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .originPrice .tag {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
.tutorCourseItem .originPriceTxt {
  text-decoration: line-through;
}
.tutorCourseItem .price {
  font-size: 22px;
}
@media (max-width: 768px) {
  .tutorCourseItem .price {
    font-size: 30px;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .price {
    font-size: 15px;
  }
}
.tutorCourseItem .price .priceTxt {
  font-size: 37px;
}
@media (max-width: 768px) {
  .tutorCourseItem .price .priceTxt {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem .price .priceTxt {
    font-size: 25px;
  }
}
.tutorCourseItem .price .expiredTxt {
  font-size: 12px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .tutorCourseItem .price .expiredTxt {
    font-size: 19px;
  }
}
.tutorCourseItem .price .days {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 768px) and (min-width: 501px) {
  .tutorCourseItem .price .days {
    font-size: 34px;
  }
}
.tutorCourseItem .expiredTxt,
.tutorCourseItem .tag {
  color: rgba(255, 255, 255, 0.63);
}
.tutorCourseItem select {
  padding: 0 15px;
  border: solid 1px rgba(0, 0, 0, 0.13);
  width: 80px;
  height: 49px;
  font-size: 18px;
  margin-left: 10px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .tutorCourseItem select {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem select {
    display: block;
    font-size: 30px;
    letter-spacing: 2px;
    margin-left: 0;
    width: 100%;
    height: 66px;
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .tutorCourseItem select {
    font-size: 16px;
    height: 45px;
  }
}
.tutorCourseItem button {
  width: 125px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  background-color: #000;
  margin-left: 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .tutorCourseItem button {
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .tutorCourseItem button {
    margin-left: 0;
    margin-top: 12px;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  .tutorCourseItem button {
    width: auto;
    height: 68px;
    line-height: 68px;
    border-radius: 34px;
    margin-right: 0;
    font-size: 27px;
    letter-spacing: 3px;
    padding: 0 35px;
  }
}

.onlineBuy {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 16px 0 rgba(155, 155, 155, 0.07);
  padding: 60px 90px 80px;
}
@media (max-width: 1280px) {
  .onlineBuy {
    padding: 60px 40px 80px;
  }
}
@media (max-width: 768px) {
  .onlineBuy {
    padding: 0;
    background-color: unset;
  }
}
.onlineBuy .tutorCourseItem {
  position: relative;
  margin-bottom: 18px;
}
@media (max-width: 1280px) {
  .onlineBuy .tutorCourseItem {
    height: auto;
  }
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem {
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 0;
    background-color: #fff;
  }
}
.onlineBuy .tutorCourseItem .tutorCourseItem_1 {
  width: 270px;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .tutorCourseItem_1 {
    width: 100%;
  }
}
.onlineBuy .tutorCourseItem .tutorCourseItem_2 {
  flex: 1.1;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.63);
  justify-content: flex-start;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .onlineBuy .tutorCourseItem .tutorCourseItem_2 {
    flex: 0.7;
    font-size: 22px;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItem .tutorCourseItem_2 {
    font-size: 22px;
  }
}
.onlineBuy .tutorCourseItem .tutorCourseItem_3 {
  flex: 2;
  padding: 0 21px 0 15px;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .tutorCourseItem_3 {
    padding: 29px 34px;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItem .tutorCourseItem_3 {
    padding: 20px 15px;
  }
}
.onlineBuy .tutorCourseItem .online_3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1280px) {
  .onlineBuy .tutorCourseItem .online_3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .online_3 {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.onlineBuy .tutorCourseItem .expired {
  flex: none;
  width: auto;
  text-align: right;
}
@media (max-width: 1280px) {
  .onlineBuy .tutorCourseItem .expired {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .expired {
    width: 100%;
    text-align: left;
    display: flex;
  }
}
.onlineBuy .tutorCourseItem .originPrice,
.onlineBuy .tutorCourseItem .price {
  display: inline-block;
  line-height: normal;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .originPrice,
.onlineBuy .tutorCourseItem .price {
    flex: none;
    width: 50%;
  }
}
.onlineBuy .tutorCourseItem .originPrice {
  font-size: 21px;
  padding-right: 20px;
  align-self: flex-end;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .originPrice {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItem .originPrice {
    font-size: 18px;
  }
}
.onlineBuy .tutorCourseItem .originPrice .tag {
  border: 1px solid rgba(255, 255, 255, 0.63);
  padding: 3px 10px;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .originPrice .tag {
    font-size: 23px;
    padding: 0 10px;
    height: 51px;
    line-height: 51px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItem .originPrice .tag {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
.onlineBuy .tutorCourseItem .originPriceTxt {
  text-decoration: line-through;
}
.onlineBuy .tutorCourseItem .price {
  font-size: 22px;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .price {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItem .price {
    font-size: 15px;
  }
}
.onlineBuy .tutorCourseItem .price .priceTxt {
  font-size: 37px;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItem .price .priceTxt {
    font-size: 50px;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItem .price .priceTxt {
    font-size: 25px;
  }
}
.onlineBuy .tutorCourseItem .price .expiredTxt {
  font-size: 12px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineBuy .tutorCourseItem .price .expiredTxt {
    font-size: 19px;
  }
}
.onlineBuy .tutorCourseItem .price .days {
  font-size: 21px;
  color: #fff;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineBuy .tutorCourseItem .price .days {
    font-size: 34px;
  }
}
.onlineBuy .tutorCourseItem .expiredTxt,
.onlineBuy .tutorCourseItem .tag {
  color: rgba(255, 255, 255, 0.63);
}
.onlineBuy .tutorCourseItemCover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  justify-content: space-between;
  padding: 20px 20px 20px 50px;
  z-index: 1;
  font-size: 19px;
  letter-spacing: 1.95px;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItemCover {
    flex-direction: column;
    padding: 52px 70px 30px;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 1.47em;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItemCover {
    padding: 40px 45px 20px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItemCover p {
    display: inline;
  }
}
.onlineBuy .tutorCourseItemCover button {
  font-size: 16px;
  background-color: #9e0a04;
  width: 104px;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  letter-spacing: 7px;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItemCover button {
    font-size: 27px;
    width: 175px;
    height: 68px;
    line-height: 68px;
    border-radius: 34px;
  }
}
@media (max-width: 500px) {
  .onlineBuy .tutorCourseItemCover button {
    width: 130px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 21px;
  }
}

.steps {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .steps {
    display: block;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .steps {
    margin-bottom: 25px;
  }
}
.steps > div {
  flex: none;
  width: auto;
}
.steps .slick-slide {
  text-align: center;
}
.steps .slick-slide:not(:nth-last-child(1)) {
  margin-right: 35px;
}
.steps .step {
  display: inline-flex;
  align-items: center;
}
.steps .stepNum {
  flex: none;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  line-height: 82px;
  background-color: #5baed0;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .steps .stepNum {
    font-size: 24px;
    width: 117px;
    height: 117px;
    line-height: 117px;
  }
}
@media (max-width: 500px) {
  .steps .stepNum {
    font-size: 20px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.steps .stepNum::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 12px;
  border-color: transparent transparent transparent #5baed0;
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
}
.steps .stepNum span {
  font-size: 30px;
  vertical-align: sub;
  margin-left: 3px;
}
@media (max-width: 768px) {
  .steps .stepNum span {
    font-size: 42px;
  }
}
@media (max-width: 500px) {
  .steps .stepNum span {
    font-size: 32px;
  }
}
.steps .stepTxt {
  flex: 100px;
  font-size: 13px;
  line-height: 1.46em;
  letter-spacing: 1.3px;
  color: rgba(0, 0, 0, 0.78);
  padding-left: 18px;
  text-align: left;
}
@media (max-width: 768px) {
  .steps .stepTxt {
    font-size: 25px;
    letter-spacing: 2.55px;
  }
}
@media (max-width: 500px) {
  .steps .stepTxt {
    font-size: 21px;
  }
}

.onlineCourse p {
  margin-bottom: 0;
}
.onlineCourse select {
  background-color: #fff;
  border: none;
  font-size: 16px;
  padding: 0 15px;
}
.onlineCourse .selectWrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .onlineCourse .selectWrap {
    justify-content: space-between;
  }
}
.onlineCourse .selectWrap select {
  flex: none;
  width: 179px;
  height: 49px;
}
@media (max-width: 768px) {
  .onlineCourse .selectWrap select {
    width: 49%;
    font-size: 24px;
    height: 75px;
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .onlineCourse .selectWrap select {
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
  }
}
.onlineCourse .selectWrap select:nth-last-child(1) {
  margin-left: 12px;
}
.onlineCourse .pageDesc {
  font-size: 17px;
  line-height: 1.71em;
  letter-spacing: 3.4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -23px;
}
@media (max-width: 768px) {
  .onlineCourse .pageDesc {
    font-size: 30px;
    letter-spacing: 6px;
  }
}
@media (max-width: 500px) {
  .onlineCourse .pageDesc {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.onlineCourse .pageDesc .desc {
  flex: 1;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .onlineCourse .pageDesc .desc {
    padding-right: 0;
  }
}
.onlineCourse .pageDesc button {
  flex: none;
  width: 132px;
  height: 52px;
  border-radius: 26px;
}
@media (max-width: 768px) {
  .onlineCourse .pageDesc button {
    display: none;
  }
}

.calendar {
  margin-bottom: 45px;
}
.calendar .calendarArrow {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .calendar .calendarArrow {
    text-align: center;
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .calendar .calendarArrow {
    margin-bottom: 15px;
  }
}
.calendar .calendarArrow button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
}
@media (max-width: 768px) {
  .calendar .calendarArrow button {
    font-size: 31px;
    width: 92px;
    height: 92px;
    line-height: 92px;
  }
}
@media (max-width: 500px) {
  .calendar .calendarArrow button {
    font-size: 23px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}
.calendar .calendarArrow button:nth-child(1) {
  margin-right: 8px;
}
.calendar .calendarArrow .table-tabs {
  text-decoration: none;
  color: #000;
  margin-left: 10px;
  font-size: 18px;
}
.calendar .calendarBtn {
  display: inline-block;
}
@media (max-width: 768px) {
  .calendar .calendarBtn {
    display: none;
  }
}
.calendar .mCalendarBtn {
  display: none;
}
@media (max-width: 768px) {
  .calendar .mCalendarBtn {
    display: inline-block;
  }
}

.calendarTable {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .calendarTable {
    display: none;
  }
}
.calendarTable .tableRow {
  display: flex;
}
.calendarTable .tableCell {
  flex: none;
  width: 14.36%;
  padding: 0 20px 40px;
  min-height: 330px;
}
.calendarTable .tableCell:not(:nth-last-child(1)) {
  border-right: 2px solid #eee;
}
.calendarTable .tableTitle {
  color: #fff;
  background-color: #133c4d;
  height: 60px;
}
.calendarTable .tableTitle .tableCell {
  padding: 0;
  min-height: auto;
  padding-bottom: 0;
}
.calendarTable .tableTitle span {
  padding: 0 20px;
  display: block;
  height: 100%;
  border-bottom: 4px solid #5bb0d1;
  text-align: center;
  line-height: 60px;
}
.calendarTable .plan {
  font-size: 14px;
  line-height: 1.71em;
  border-bottom: 1px dashed #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.calendarTable .table-tabs-items {
  display: none;
}

.mCalendarTable {
  display: none;
}
@media (max-width: 768px) {
  .mCalendarTable {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
  }
}
.mCalendarTable .mCalendarTableHeader {
  flex: 90px;
  width: 100%;
  border-bottom: 5px solid #5baed0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 90px;
  background-color: #133c4d;
  position: relative;
}
@media (max-width: 500px) {
  .mCalendarTable .mCalendarTableHeader {
    font-size: 20px;
    line-height: 70px;
    flex: 70px;
  }
}
.mCalendarTable button {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 50%;
  font-size: 24px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #5baed0;
  color: #fff;
}
@media (max-width: 500px) {
  .mCalendarTable button {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
}
.mCalendarTable button[aria-expanded=false] .fa-plus {
  display: block;
}
.mCalendarTable button[aria-expanded=false] .fa-minus {
  display: none;
}
.mCalendarTable button[aria-expanded=true] .fa-plus {
  display: none;
}
.mCalendarTable button[aria-expanded=true] .fa-minus {
  display: block;
}
.mCalendarTable .mCalendarTableBody {
  background-color: #fff;
  padding: 40px 43px;
}
@media (max-width: 500px) {
  .mCalendarTable .mCalendarTableBody {
    padding: 20px 23px;
  }
}
.mCalendarTable .plan {
  display: flex;
  font-size: 30px;
}
@media (max-width: 500px) {
  .mCalendarTable .plan {
    font-size: 20px;
  }
}
.mCalendarTable .plan:not(:nth-last-child(1)) {
  margin-bottom: 35px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
@media (max-width: 500px) {
  .mCalendarTable .plan:not(:nth-last-child(1)) {
    margin-bottom: 15px;
  }
}
.mCalendarTable .time {
  flex: none;
  width: 98px;
}
@media (max-width: 500px) {
  .mCalendarTable .time {
    width: 70px;
  }
}
.mCalendarTable h3 {
  font-size: 30px;
  line-height: 1.47em;
}
@media (max-width: 500px) {
  .mCalendarTable h3 {
    font-size: 20px;
  }
}
.mCalendarTable .content {
  flex: 1;
  padding-left: 5px;
  line-height: 1.47em;
}
.mCalendarTable .text {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 28px;
  padding-bottom: 39px;
}
@media (max-width: 500px) {
  .mCalendarTable .text {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

.onlineList {
  padding: 0 70px;
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .onlineList {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .onlineList {
    justify-content: center;
    flex-direction: row;
  }
}
.onlineList .onlineListCell {
  margin-bottom: 75px;
  display: flex;
}
@media (max-width: 1024px) {
  .onlineList .onlineListCell {
    width: 47%;
    margin-right: 6%;
  }
}
@media (max-width: 768px) {
  .onlineList .onlineListCell {
    width: calc(100% - 0px);
    padding: 20px 42px 20px 10px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto 20px;
  }
}
@media (max-width: 1024px) {
  .onlineList .onlineListCell:nth-child(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 768px) {
  .onlineList .onlineListCell:nth-child(3n) {
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .onlineList .onlineItem {
    display: none;
  }
}
.onlineList .mOnlineItem {
  display: none;
}
@media (max-width: 768px) {
  .onlineList .mOnlineItem {
    display: flex;
  }
}
.onlineList .noteList {
  flex: none;
  width: auto;
}
.onlineList .cellLeft {
  padding-left: 4px;
  flex: 1;
}
@media (max-width: 768px) {
  .onlineList .cellLeft {
    width: 100%;
  }
}
.onlineList .onlineCourseArea {
  cursor: pointer;
}
.onlineList img {
  width: 100%;
}
.onlineList .title {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .onlineList .title {
    margin-bottom: 17px;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .onlineList .title {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.onlineList h2 {
  flex: 1;
  padding-right: 5px;
  font-size: 22px;
  color: #9a2f27;
  align-self: center;
  margin: 0;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineList h2 {
    font-size: 38px;
    letter-spacing: 3px;
  }
}
@media (max-width: 500px) {
  .onlineList h2 {
    letter-spacing: 2px;
  }
}
.onlineList .tag {
  flex: none;
  width: auto;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 1.96px;
  border: 1px solid #000;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineList .tag {
    font-size: 21px;
    height: auto;
    line-height: normal;
    padding: 5px 15px;
  }
}
.onlineList select {
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 19px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineList select {
    height: 53px;
    font-size: 24px;
  }
}
.onlineList .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38em;
  letter-spacing: 2.24px;
  margin-bottom: 45px;
  min-height: 70px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineList .desc {
    font-size: 29px;
    letter-spacing: 4.06px;
    min-height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .onlineList .desc {
    margin-bottom: 20px;
  }
}
.onlineList .note {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background-color: #d5d5d5;
  text-align: center;
  line-height: 32px;
  font-style: normal;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineList .note {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 21px;
  }
}
.onlineList .note:not(:nth-last-child(1)) {
  margin-bottom: 4px;
}
.onlineList .iLesten.active {
  background-color: #dd8900;
}
.onlineList .iSpeak.active {
  background-color: #9a2f27;
}
.onlineList .iRead.active {
  background-color: #133c4d;
}
.onlineList .iWraite.active {
  background-color: #b56a49;
}
.onlineList .roundBtns {
  height: 42px;
  width: 192px;
  border-radius: 21px;
  line-height: 42px;
  margin: 0 auto;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineList .roundBtns {
    height: 64px;
    width: 293px;
    border-radius: 32px;
    line-height: 64px;
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .onlineList .roundBtns {
    line-height: 46px;
    border-radius: 25px;
    height: 47px;
    width: 100%;
    font-size: 16px;
  }
}/*# sourceMappingURL=course.css.map */