@charset "UTF-8";
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

select {
  color: #000;
  border-radius: 0;
  border: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  select {
    border: 1px solid rgba(0, 0, 0, 0.13);
  }
}

.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;
  }
}
.courseContent h1 {
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 500px) {
  .courseContent h1 {
    padding-top: 30px;
  }
}

.dateTxt {
  font-size: 16px;
  line-height: 1.67em;
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .dateTxt {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .dateTxt {
    font-size: 35px;
  }
}
@media (max-width: 500px) {
  .dateTxt {
    font-size: 24px;
  }
}
.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;
  align-items: center;
}
@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: 0px;
  margin-top: 5px;
}
.topic p.deputy_title {
  font-size: 18px;
  line-height: 22px;
}
.topic .topicTitle {
  flex: none;
  width: 310px;
  min-height: 190px;
  border-right: 1px dashed #000;
  padding-right: 28px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@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: 20px;
  }
}
.topic .topicContent {
  flex: 1;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .topic .topicContent {
    padding: 43px 0 0;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .topic .topicContent {
    padding-top: 10px;
  }
}
.topic .level {
  flex: 0 0 135px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background-color: #52a7b2;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .topic .level {
    flex: 0 0 168px;
    width: 168px;
    height: 168px;
  }
}
@media (max-width: 500px) {
  .topic .level {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
  }
}
.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;
}
@media (max-width: 500px) {
  .topic .level .txt {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.topic .level .txt2 {
  font-size: 14px;
  line-height: 1.07em;
  color: #fff;
}
@media (max-width: 500px) {
  .topic .level .txt2 {
    font-size: 12px;
  }
}
.topic .courseName {
  padding-left: 5px;
}
.topic .courseName .unit {
  color: rgba(0, 0, 0, 0.39);
  font-size: 16px;
  margin-bottom: 8px;
}
@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;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 16px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .topic .courseName h3 {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .topic .courseName h3 {
    font-size: 30px;
  }
}
.topic .courseName h3 span {
  font-size: 21px;
}
@media (max-width: 768px) {
  .topic .courseName h3 span {
    font-size: 26px;
  }
}
@media (max-width: 500px) {
  .topic .courseName h3 span {
    font-size: 20px;
  }
}
.topic .bottomTxt {
  position: absolute;
  bottom: 0;
  right: 28px;
  font-size: 13px;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .topic .bottomTxt {
    bottom: 21px;
    right: 0;
  }
}
@media (max-width: 500px) {
  .topic .bottomTxt {
    bottom: 0px;
  }
}

.courseItem {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  padding: 20px 0 20px 20px;
}
.courseItem:not(:nth-last-child(1)) {
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .courseItem:not(:nth-last-child(1)) {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .courseItem:not(:nth-last-child(1)) {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .courseItem {
    min-height: 200px;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .courseItem {
    border: none;
    padding: 10px 0 0 10px;
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: #fff;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .courseItem {
    padding: 5px 0 0 5px;
  }
}
.courseItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.courseItem .courseImg {
  flex: none;
  width: auto;
}
.courseItem .courseImg figure {
  background-position: center center;
}
@media (max-width: 500px) {
  .courseItem .courseImg {
    flex: 0.2;
    margin-bottom: 0px;
  }
}
.courseItem figure {
  width: 130px;
  overflow: hidden;
  margin-bottom: 0;
  background-size: cover;
}
@media (max-width: 768px) {
  .courseItem figure {
    padding-top: 59.6%;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
  }
  .courseItem figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 500px) {
  .courseItem figure {
    width: 100%;
    margin-bottom: 0px;
  }
}
.courseItem .coursePrice {
  flex: 0.6;
  padding: 0px 0 0;
}
@media (max-width: 1279px) {
  .courseItem .coursePrice {
    padding: 0px 0 15px;
  }
}
@media (max-width: 768px) {
  .courseItem .coursePrice {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .courseItem .coursePrice {
    flex: 0.8;
  }
}
.courseItem .coursePrice > div {
  padding: 0 15px;
  border-right: 1px dashed #000;
  height: 100%;
}
@media (max-width: 500px) {
  .courseItem .coursePrice > div {
    border-bottom: none;
    border-right: none;
  }
}
.courseItem .courseDesc {
  flex: 1;
  padding: 0px 15px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 1279px) {
  .courseItem .courseDesc {
    padding: 0px 8px 0px;
  }
}
@media (max-width: 500px) {
  .courseItem .courseDesc {
    font-size: 16px;
    line-height: 1.38;
    padding-top: 0px;
    display: none;
  }
}
.courseItem .dateTime {
  margin-bottom: 15px;
}
.courseItem h2 {
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 20px;
}
@media (max-width: 500px) {
  .courseItem h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.courseItem .subtitle {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: normal;
}
@media (max-width: 1279px) {
  .courseItem .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .courseItem .subtitle {
    font-size: 16px;
  }
}
.courseItem .courseBtn {
  width: 192px;
  height: 42px;
  border-radius: 21px;
  line-height: 42px;
  position: relative;
  left: 25px;
}
@media (max-width: 1279px) {
  .courseItem .courseBtn {
    width: 170px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    bottom: 13px;
    left: 10px;
  }
}
@media (max-width: 1024px) {
  .courseItem .courseBtn {
    position: static;
  }
}
@media (max-width: 768px) {
  .courseItem .courseBtn {
    width: 100%;
    height: 64px;
    line-height: 64px;
    border-radius: 32px;
    font-size: 25px;
    margin: 40px auto 0;
  }
}
@media (max-width: 500px) {
  .courseItem .courseBtn {
    font-size: 20px;
    margin-top: 30px;
    height: 54px;
    line-height: 54px;
  }
}
.courseItem .course_list {
  flex: 0 0 100%;
}
.courseItem .course_list ul.period-item {
  padding: 10px 10px 0 10px;
  margin: 0;
  list-style-type: none;
  cursor: pointer;
  display: none;
  border-top: 1px dashed #aaa;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.courseItem .course_list ul.period-item:first-child {
  display: flex;
  border-top: 0;
}
.courseItem .course_list ul.period-item:hover {
  background-color: #fafafa;
}
.courseItem .course_list ul.period-item li {
  display: inline-block;
}
.courseItem .course_list ul.period-item li:nth-child(1) {
  flex: 0 0 calc(100% - 120px - 100px - 100px);
}
.courseItem .course_list ul.period-item li:nth-child(1) span {
  display: inline-block;
  vertical-align: middle;
}
.courseItem .course_list ul.period-item li:nth-child(1) span:before {
  content: "\f073";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
}
.courseItem .course_list ul.period-item li:nth-child(1) span.date:before {
  content: "\f073";
}
.courseItem .course_list ul.period-item li:nth-child(1) span.time:before {
  content: "\f017";
}
@media (max-width: 768px) {
  .courseItem .course_list ul.period-item li:nth-child(1) {
    font-size: 14px;
    flex: 0 0 100%;
    padding-bottom: 10px;
  }
}
.courseItem .course_list ul.period-item li:nth-child(2),
.courseItem .course_list ul.period-item li:nth-child(3),
.courseItem .course_list ul.period-item li:nth-child(4) {
  text-align: right;
  flex: 0 0 120px;
}
@media (max-width: 768px) {
  .courseItem .course_list ul.period-item li:nth-child(2),
  .courseItem .course_list ul.period-item li:nth-child(3),
  .courseItem .course_list ul.period-item li:nth-child(4) {
    flex: 0 0 82px;
    font-size: 14px;
  }
}
.courseItem .course_list ul.period-item li:nth-child(2) b {
  font-weight: normal;
  border: 1px solid #000;
  padding: 2px 10px;
  display: inline-block;
}
@media (max-width: 500px) {
  .courseItem .course_list ul.period-item li:nth-child(2) {
    text-align: center;
  }
}
.courseItem .course_list ul.period-item li:nth-child(3) {
  flex: 0 0 100px;
}
@media (max-width: 500px) {
  .courseItem .course_list ul.period-item li:nth-child(3) {
    flex: 0 0 90px;
    text-align: center;
  }
}
.courseItem .course_list ul.period-item li:nth-child(4) {
  flex: 0 0 85px;
}
@media (max-width: 500px) {
  .courseItem .course_list ul.period-item li:nth-child(4) {
    flex: 0 0 80px;
    text-align: center;
  }
}
.courseItem .course_list ul.period-item li a {
  font-size: 14px;
  border-radius: 50px;
  padding: 2px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  display: inline-block;
  width: 80px;
  background-color: #143d4f;
  color: #fff;
  margin: 0 0 5px;
}
.courseItem .course_list ul.period-item li a:hover {
  background-color: #666;
}
@media (max-width: 768px) {
  .courseItem .course_list ul.period-item li a {
    font-size: 14px;
  }
}
.courseItem .all-period {
  position: absolute;
  right: 0;
  bottom: -27px;
  background-color: #dd8900;
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  text-decoration: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.courseItem .all-period:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  font-weight: 900;
}
.courseItem .all-period.open:before {
  content: "\f077";
}
@media (max-width: 500px) {
  .courseItem .all-period {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: -23px;
    font-size: 11px;
  }
}

h2.courseLevel {
  font-size: 18px;
  color: #a24a24;
  margin-bottom: 20px;
}

.themeCourse {
  padding: 0 86px;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
}
.themeCourse select {
  width: 100%;
  margin: 8px 0 10px;
  padding: 5px;
}
@media (max-width: 500px) {
  .themeCourse select {
    font-size: 13px;
    padding: 5px 0;
  }
}
@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: 60px;
  flex: 0 0 23%;
  margin-right: initial;
}
.themeCourse > li.empty {
  height: 0;
}
@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;
    font-size: 10px;
  }
}
.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;
}
.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;
  }
}
.themeCourseItem .themeCourseLevel .branch {
  font-size: 12px;
  color: #000;
  padding: 1px 2px;
  margin-left: 2px;
  font-weight: normal;
  border: 1px solid #666;
}
.themeCourseItem .themeCourseLevel .tag {
  font-size: 12px;
  color: #000;
  padding: 1px 2px;
  font-weight: normal;
  border: 1px solid #666;
}
.themeCourseItem .themeCourseTime {
  font-size: 16px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.73);
  margin-bottom: 18px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseTime {
    font-size: 24.5px;
    margin-bottom: 40px;
  }
}
.themeCourseItem .themeCourseDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.38;
  color: #000;
}
@media (max-width: 768px) and (min-width: 501px) {
  .themeCourseItem .themeCourseDesc {
    font-size: 29px;
  }
}
.themeCourseItem .themeCourseDesc p {
  margin-bottom: 10px;
}
.themeCourseItem .themeCourseBottom {
  text-align: center;
}
@media (max-width: 768px) {
  .themeCourseItem .themeCourseBottom {
    margin-bottom: 0;
  }
}
.themeCourseItem .themeCourseBottom .price {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap row;
  align-items: center;
}
.themeCourseItem .themeCourseBottom .price .priceBox span {
  display: block;
  text-align: left;
}
.themeCourseItem .themeCourseBottom .price .priceBox span.orgin {
  line-height: 22px;
  text-decoration: line-through;
  font-size: 0.7em;
}
.themeCourseItem .themeCourseBottom .price .priceBox span.colorRed {
  line-height: 1rem;
}
.themeCourseItem .themeCourseBottom .price .btnBox button {
  flex: none;
  padding: 0 10px;
  height: 40px;
  background-color: #143d4f;
  color: #fff;
  line-height: 28px;
  border-radius: 100px;
  font-weight: 300;
  font-size: 16px;
  float: right;
  margin-top: 4px;
}
@media (max-width: 500px) {
  .themeCourseItem .themeCourseBottom .price .btnBox button {
    height: 34px;
    line-height: 22px;
  }
}

.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;
  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;
  font-size: 24px;
  padding-right: 47px;
  padding-left: 10px;
}
@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;
  }
}
@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: 19px;
  line-height: 19px;
  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: 34px;
}
@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;
    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: #143d4f;
  margin-left: 25px;
  color: #fff;
  font-size: 16px;
}
@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;
    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;
  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;
}
@media (max-width: 768px) {
  .onlineBuy .tutorCourseItemCover {
    flex-direction: column;
    padding: 52px 70px 30px;
    font-size: 30px;
    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;
}
@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;
  color: rgba(0, 0, 0, 0.78);
  padding-left: 18px;
  text-align: left;
}
@media (max-width: 768px) {
  .steps .stepTxt {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .steps .stepTxt {
    font-size: 16px;
  }
}

.onlineCourse p {
  margin-bottom: 0;
}

.onlineCourseSelect {
  background-color: #eee;
  border: none;
  font-size: 16px;
  padding: 0 15px;
}

.onlineCourse .selectWrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .onlineCourse .selectWrap {
    justify-content: space-between;
    flex-direction: column;
  }
}
.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;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media (max-width: 500px) {
  .onlineCourse .pageDesc {
    font-size: 14px;
  }
}
.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;
  overflow: hidden;
}
@media (max-width: 768px) {
  .calendar .calendarArrow {
    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: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.calendar .calendarArrow button:nth-child(1) {
  margin-right: 8px;
}
.calendar .calendarArrow.active {
  padding-bottom: 10px;
  border-bottom: 2px dotted #ccc;
}
.calendar .calendarArrow .calender-switch {
  font-size: 20px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
  float: right;
  cursor: pointer;
}
.calendar .calendarArrow .calender-switch:after {
  content: "展開行事曆 \f0fe";
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.calendar .calendarArrow .calender-switch.active:after {
  content: "關閉行事曆 \f146";
}
.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;
}

.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;
  }
}

/* 20250609 */
.onlineList {
  padding: 0 0px;
  margin-top: 60px;
  gap: 20px;
}

@media (max-width: 1024px) {
  .onlineList {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .onlineList {
    margin-top: 30px;
    justify-content: center;
    flex-direction: row;
  }
}
.onlineList .onlineListCell {
  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 20px 20px 20px;
    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;
  }
}

/* 20250609 */
.onlineList .noteList {
  display: flex;
  height: 32px;
  position: relative;
  margin-top: -18px;
  justify-content: flex-end;
}
.onlineList .cellLeft {
  flex: 1;
}
.onlineList .cellLeft figure {
  background-size: cover;
  padding-top: 65%;
  background-position: center center;
  border-radius: 24px;
}
@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: 0px;
  height: 50px;
}
@media (max-width: 768px) {
  .onlineList .title {
    margin-bottom: 17px;
    margin-top: 0px;
  }
}
@media (max-width: 500px) {
  .onlineList .title {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}
.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;
  }
}
.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;
  }
}
@media (max-width: 768px) {
  .onlineList select {
    border: 1px solid rgba(0, 0, 0, 0.13);
  }
}
.onlineList .desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38em;
  margin-bottom: 20px;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineList .desc {
    font-size: 29px;
    min-height: auto;
    margin-bottom: 30px;
    display: none;
  }
}
@media (max-width: 500px) {
  .onlineList .desc {
    margin-bottom: 20px;
    display: none;
  }
}
.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;
  }
}

/* 20250607 介紹layout 改版 */

.pageTitle {
  order: 1;
}
.listNav {
  order: 2;
}

@media (max-width: 500px) {
  .topic .courseName .unit {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 0px;
  }

  .topic .level {
    flex: 0 0 127px;
    height: 79px;
    border-radius: 12%;
    background-color: #52a7b2;
  }
}

@media (max-width: 768px) {
  /* 介紹layout */

  .topic .topicTitle {
    border-bottom: 0px dashed #ededed;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .topic .courseName {
    padding-left: 5px;
    font-size: 19px;
    font-weight: bold;
  }

  .courseName {
    margin-left: 12%;
  }

  p.unitLevel {
    color: #133d4d;
  }
  .topic p {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .topic .topicContent {
    font-size: 14px;
    line-height: 1.1em;
  }
}

/* 20250609 課程layout改版*/
li.onlineListCell.onlineItem {
  flex: 0 0 calc(25% - 15px);
  padding: 18px;
  background-color: white;
  border-radius: 24px;
}

.tags {
  margin: 16px 0px;
}

span.tag {
  border: 1px solid #ffffff00;
  background-color: #eee;
  padding: 3px 16px;
}

.tag:empty {
  display: none;
}

.onlineList .cellLeft figure {
  border-radius: 13px;
}

@media (max-width: 1058px) {
  li.onlineListCell.onlineItem {
    flex: 0 0 calc((100% - 40px) / 3);
    padding: 18px;
    background-color: white;
    border-radius: 24px;
  }
}

/* 分類按鈕樣式 */
.categoryButtons {
  display: flex;
  gap: 10px;
  margin-left: 12px;
}

.categoryBtn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.categoryBtn:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}

.categoryBtn.active {
  background-color: #d5812b;
  color: #fff;
  border-color: #d5812b;
}

.categoryBtn.active:hover {
  background-color: #d5812b;
  border-color: #d5812b;
}

@media (max-width: 768px) {
  .categoryButtons {
    margin-left: 0;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 8px;
  }

  .categoryBtn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 500px) {
  .categoryBtn {
    font-size: 16px;
    padding: 8px 16px;
  }
}

/* 分校標籤樣式 */
.courseItem h2 {
  position: relative;
}

.school-tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #aa4c25;
  color: #fff;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 768px) {
  .school-tag {
    font-size: 14px;
    padding: 6px 10px;
  }
}
