input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.courseIntro p {
  margin-bottom: 0;
}
.courseIntro p.courseDiscountTitle {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .courseIntro .blockRight {
    order: -1;
    margin-bottom: 20px;
  }
}
.courseIntro .blockRight h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .courseIntro .blockRight h2 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media (max-width: 500px) {
  .courseIntro .blockRight h2 {
    margin-bottom: 20px;
  }
}
.courseIntro .blockRight .themeCourseLevel {
  margin-bottom: 5px;
}
.courseIntro .blockRight .themeCourseLevel .branch {
  border-radius: 3px;
  font-size: 12px;
  color: #d58e2b;
  padding: 2px 4px;
  font-weight: normal;
  background-color: #fff2dd;
}
.courseIntro .blockRight .themeCourseLevel .tag {
  border-radius: 3px;
  font-size: 12px;
  color: #d58e2b;
  padding: 2px 4px;
  font-weight: normal;
  background-color: #fff2dd;
}
.courseIntro .blockRight select {
  width: 100%;
  height: 35px;
  border-color: rgba(0, 0, 0, 0.13);
  margin-bottom: 7px;
  padding: 0 5px;
  font-size: 15px;
  color: #000;
  border-radius: 0;
  background-color: #fff;
}
.courseIntro .flex {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .courseIntro .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .courseIntro .flex > div {
    flex: 1;
  }
  .courseIntro .flex > div:nth-child(1) {
    flex: 0 0 65%;
  }
  .courseIntro .flex > div:nth-child(2) {
    flex: 0 0 35%;
  }
}
@media (max-width: 500px) {
  .courseIntro .flex {
    display: block;
  }
}
.courseIntro section:not(:nth-last-child(1)) {
  margin-bottom: 30px;
}
.courseIntro section p.title {
  font-weight: bold;
  color: #0d0d0d;
  margin-bottom: 29px;
}
@media (max-width: 768px) {
  .courseIntro section p.title {
    font-size: 37.5px;
  }
}
@media (max-width: 500px) {
  .courseIntro section p.title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .courseIntro section .pcImg {
    display: none;
  }
}
.courseIntro section .mImg {
  display: none;
}
@media (max-width: 768px) {
  .courseIntro section .mImg {
    display: inline;
  }
}
.courseIntro section ul,
.courseIntro section ol {
  padding-left: 30px;
  margin-top: 20px;
}
.courseIntro section li {
  margin-bottom: 5px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .courseIntro section li {
    line-height: normal;
  }
}
.courseIntro .dateTxt,
.courseIntro .timeTxt {
  font-size: 16px;
}
.courseIntro .dateTxt:before,
.courseIntro .timeTxt:before {
  content: "\f073";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  margin-right: 6px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .courseIntro .dateTxt,
  .courseIntro .timeTxt {
    font-size: 18px;
  }
}
.courseIntro .dateTxt span span,
.courseIntro .timeTxt span span {
  font-size: 12px;
  margin: 0 5px;
}
@media (max-width: 500px) {
  .courseIntro .dateTxt,
  .courseIntro .timeTxt {
    font-size: 14px;
  }
}
.courseIntro .timeTxt:before {
  content: "\f017";
}
.courseIntro .teacher {
  margin-top: 10px;
}
@media (max-width: 500px) {
  .courseIntro .teacher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100px;
    overflow: hidden;
  }
}
.courseIntro .teacher figure.personFigure {
  background-size: cover;
  padding-top: 5%;
  margin: 0 0 10px 0;
}
.courseIntro .teacher figure.personFigure figcaption {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 30px 5px 5px;
}
@media (max-width: 768px) {
  .courseIntro .teacher figure.personFigure {
    width: 100%;
  }
  .courseIntro .teacher figure.personFigure figcaption {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .courseIntro .teacher figure.personFigure {
    flex: 0 0 100px;
    margin: 0;
    padding: 0;
  }
  .courseIntro .teacher figure.personFigure figcaption {
    display: none;
  }
}
.courseIntro .teacher .teacherIntro {
  display: block;
}
@media (max-width: 500px) {
  .courseIntro .teacher .teacherIntro {
    flex: 0 0 calc(100% - 105px);
    display: block;
    font-size: 16px;
  }
  .courseIntro .teacher .teacherIntro .teacherName {
    font-weight: bold;
  }
  .courseIntro .teacher .teacherIntro p {
    font-size: 0.8em;
  }
}
.courseIntro .mSignUpBtn {
  display: none;
}
@media (max-width: 768px) {
  .courseIntro .mSignUpBtn {
    display: block;
  }
}
.courseIntro button {
  flex: none;
  width: 100px;
  height: 40px;
  background-color: #143d4f;
  color: #fff;
  line-height: 28px;
  border-radius: 100px;
  font-weight: 300;
  font-size: 16px;
  margin-top: 4px;
  display: block;
}
@media (max-width: 500px) {
  .courseIntro button {
    font-size: 14px;
    width: 84px;
    height: 34px;
    line-height: 22px;
  }
}
.courseIntro img {
  width: 100%;
}

.courseResContainer {
  box-shadow: 0 0 16px 0 rgba(155, 155, 155, 0.07);
  background-color: #fff;
  width: 904px;
  border-radius: 5px;
  margin: 0 auto;
  padding: 5px;
}
@media (max-width: 1024px) {
  .courseResContainer {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .courseResContainer {
    width: 100%;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
}
.courseResContainer button {
  display: block;
  width: 173px;
  height: 48px;
  border-radius: 24px;
  line-height: 48px;
  font-size: 18.5px;
  font-weight: 300;
  margin: 15px auto 55px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .courseResContainer button {
    font-size: 27px;
    width: 206px;
    height: 68px;
    border-radius: 44px;
    line-height: 68px;
    margin: 39px auto 0;
  }
}
@media (max-width: 500px) {
  .courseResContainer button {
    margin-top: 35px;
  }
}

@media (max-width: 768px) {
  .courseRes {
    box-shadow: 0 0 16px 0 rgba(155, 155, 155, 0.07);
    background-color: #fff;
    border-radius: 5px;
    padding: 9px;
  }
}
.courseRes p {
  margin-bottom: 0;
}
.courseRes .courseResTop {
  background-image: url("../img/resBg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 255px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
}
.courseRes .courseResBottom {
  padding: 36px 46px 0;
}
@media (max-width: 768px) {
  .courseRes .courseResBottom {
    padding: 27px 33px 45px;
  }
}
@media (max-width: 500px) {
  .courseRes .courseResBottom {
    padding: 17px 15px 35px;
  }
}
.courseRes .courseResBottom > p {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .courseRes .courseResBottom > p {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .courseRes .courseResBottom > p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.courseRes .thankYouPageBottom {
  padding: 28px 80px 40px;
}
@media (max-width: 768px) {
  .courseRes .thankYouPageBottom {
    padding: 20px 18px 70px;
  }
}
@media (max-width: 500px) {
  .courseRes .thankYouPageBottom {
    padding-bottom: 40px;
  }
}
.courseRes .thankYouPageBottom li {
  font-size: 16px;
  line-height: 1.8em;
}
@media (max-width: 768px) and (min-width: 501px) {
  .courseRes .thankYouPageBottom li {
    font-size: 30px;
  }
}
.courseRes .thankYouPageBottom li::marker {
  color: #9a2f27;
}
.courseRes .thankYouPageBottom a {
  color: #ea5b39;
  text-decoration: none;
}
@media (max-width: 768px) {
  .courseRes .thankYouPageBottom span {
    display: block;
  }
}
.courseRes h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .courseRes h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }
}
@media (max-width: 500px) {
  .courseRes h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.courseRes h2 + p {
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .courseRes h2 + p {
    font-size: 22px;
    line-height: 1.27em;
  }
}
@media (max-width: 500px) {
  .courseRes h2 + p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .courseRes h2 + p span {
    display: block;
  }
}

.cartPage input[type="text"],
.cartPage textarea {
  border: solid 1px rgba(0, 0, 0, 0.13);
  padding: 5px;
}
.cartPage input[type="text"]:focus,
.cartPage textarea:focus {
  outline: none;
}
.cartPage .tab-box .tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
}
.cartPage .tab-box .tab li {
  flex: 0 0 135px;
  margin-right: 1%;
  height: 49px;
  line-height: 49px;
  background-color: #cacaca;
}
.cartPage .tab-box .tab li button {
  background-color: #cacaca;
  color: #fff;
  text-align: center;
  width: 100%;
}
.cartPage .tab-box .tab li button.selected {
  background-color: #51a9b3;
}
.cartPage .tab-box .tab-conbox {
  font-size: 16px;
  padding: 30px 0 0 0;
}
.cartPage .tab-box .tab-conbox input[type="radio"] {
  margin-right: 8px;
}
.cartPage .tab-box .tab-conbox input[type="text"] {
  width: 200px;
}
.cartPage .tab-box .tab-conbox .inv_item {
  margin-bottom: 10px;
}
.cartPage .tab-box .tab-conbox label {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 960px) {
  .cartPage .tab-box .tab li {
    flex: 0 0 31%;
  }
}
@media (max-width: 768px) {
  .cartPage .tab-box .tab {
    justify-content: space-between;
  }
  .cartPage .tab-box .tab li {
    flex: 0 0 32%;
  }
  .cartPage .tab-box .tab-conbox input[type="text"] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cartPage {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .cartPage .blockLeft {
    width: 65%;
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .cartPage .blockRight {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .cartPage .blockRight {
    margin-bottom: 15px;
    padding-bottom: 40px;
  }
}
.cartPage section:not(:nth-last-child(1)) {
  margin-bottom: 60px;
}
.cartPage .title {
  font-weight: 500;
  color: #52a7b2;
  margin-bottom: 24px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .title {
    font-size: 37px;
  }
}
.cartPage select {
  width: 160px;
  height: 35px;
  border: solid 1px rgba(0, 0, 0, 0.13);
  padding: 0 8px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage select {
    font-size: 30px;
    height: 66px;
  }
}
@media (max-width: 768px) {
  .cartPage select {
    width: 100%;
  }
}
.cartPage p {
  margin-bottom: 0;
}
.cartPage .attention {
  display: flex;
  margin-top: 20px;
}
.cartPage .attention .icon {
  flex: none;
  width: auto;
  color: #b21f1f;
  font-size: 44px;
}
.cartPage .attention .text {
  flex: 1;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.43em;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .attention .text {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .cartPage .attention .text p {
    display: inline;
  }
}
.cartPage .buyItem {
  display: flex;
  align-items: center;
  padding: 25px 17px 23px 18px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.13);
}
@media (max-width: 768px) {
  .cartPage .buyItem {
    flex-wrap: wrap;
    position: relative;
  }
}
.cartPage .buyItem:not(:nth-last-child(1)) {
  margin-bottom: 11px;
}
.cartPage .buyItem .itemContent {
  flex: 1;
  font-size: 16px;
  line-height: 1.45em;
}
.cartPage .buyItem .itemContent .course_class {
  font-weight: normal;
  border: 1px solid #999;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 5px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .buyItem .itemContent {
    font-size: 25px;
    padding-right: 55px;
  }
}
@media (max-width: 500px) {
  .cartPage .buyItem .itemContent {
    padding-right: 35px;
  }
}
@media (max-width: 768px) {
  .cartPage .buyItem .itemContent span {
    display: block;
  }
}
.cartPage .buyItem .itemPrice {
  flex: none;
  width: 110px;
  text-align: right;
  padding-right: 17px;
}
@media (max-width: 768px) {
  .cartPage .buyItem .itemPrice {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .buyItem .itemPrice {
    padding-right: 55px;
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .cartPage .buyItem .itemPrice {
    padding-right: 35px;
    margin-top: 20px;
    font-size: 20px;
  }
}
.cartPage .buyItem button {
  flex: none;
  width: 20px;
  height: 20px;
  line-height: 21px;
  border-radius: 2px;
  background-color: #b21f1f;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .buyItem button {
    width: 37px;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .cartPage .buyItem button {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cartPage .buyItem h2 {
  font-size: 16px;
  margin-bottom: 0;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .buyItem h2 {
    font-size: 25px;
  }
}
.cartPage .coupon {
  margin-bottom: 20px;
}
.cartPage .coupon input::placeholder {
  color: rgba(13, 13, 13, 0.38);
}
.cartPage .coupon input,
.cartPage .coupon button {
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.13);
}
.cartPage .coupon input:focus,
.cartPage .coupon button:focus {
  box-shadow: none;
}
.cartPage .coupon .form-control {
  font-size: 18px;
  height: 49px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .coupon .form-control {
    font-size: 30px;
    height: 73px;
  }
}
.cartPage .coupon button {
  width: 72px;
  border: none;
  background-color: #b21f1f;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .coupon button {
    font-size: 30px;
    width: 106px;
  }
}
.cartPage .count {
  font-size: 16px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .count {
    font-size: 30px;
  }
}
.cartPage .count button {
  display: block;
  width: 173px;
  height: 48px;
  border-radius: 24px;
  margin: 17px auto;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .count button {
    font-size: 28px;
    width: 255px;
    height: 68px;
    border-radius: 34px;
    margin-top: 21px;
  }
}
.cartPage .count button:hover {
  color: #fff;
}
.cartPage .count button:focus {
  box-shadow: none;
}
.cartPage .countList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}
.cartPage .countItem {
  flex: 1;
}
.cartPage .countPrice {
  flex: none;
  width: auto;
}
.cartPage .countPrice span {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: bottom;
}
@media (max-width: 768px) and (min-width: 501px) {
  .cartPage .countPrice span {
    font-size: 41px;
  }
}
.cartPage .countTotal {
  background-color: #f7f7f7;
  border-top: 4px solid #9a2f27;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}

.countTooltip .tooltip-inner {
  border-radius: 0;
  max-width: 300px;
  text-align: left;
  font-size: 13px;
  line-height: 1.65em;
}

@media (max-width: 768px) {
  #payment,
  #payment-tabContent {
    display: none;
  }
}

#payment {
  margin-bottom: 17px;
}
#payment li {
  margin-right: 5px;
  margin-bottom: 5px;
}
#payment button {
  width: 135px;
  height: 49px;
  line-height: 49px;
  color: #fff;
  background-color: #cacaca;
}
#payment button.active {
  background-color: #51a9b3;
}

#mPayment {
  display: none;
}
@media (max-width: 768px) {
  #mPayment {
    display: block;
  }
}
#mPayment li {
  display: block;
  font-size: 30px;
  margin-bottom: 12px;
}
@media (max-width: 500px) {
  #mPayment li {
    font-size: 16px;
  }
}
#mPayment button {
  display: block;
  height: 73px;
  width: 100%;
  color: #fff;
  background-color: #cacaca;
}
@media (max-width: 500px) {
  #mPayment button {
    height: 53px;
  }
}
#mPayment button[aria-expanded="true"] {
  background-color: #51a9b3;
}
#mPayment .card {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
#mPayment .form-check {
  line-height: normal;
}

.onlineCourse h1 {
  font-size: 37px;
  font-weight: bold;
  padding-bottom: 32px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
@media (max-width: 500px) {
  .onlineCourse h1 {
    font-size: 24px;
  }
}
.onlineCourse h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineCourse h2 {
    font-size: 36px;
  }
}
.onlineCourse .category {
  padding-left: 0;
  margin-bottom: 50px;
}
.onlineCourse li {
  list-style: none;
  font-size: 16px;
}
.onlineCourse li:not(:nth-last-child(1)) {
  margin-bottom: 8px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineCourse li:not(:nth-last-child(1)) {
    margin-bottom: 17px;
  }
}
.onlineCourse .cTag {
  font-style: normal;
  display: inline-block;
  width: 130px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  background-color: #386c94;
  margin-right: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .onlineCourse .cTag {
    width: 100px;
  }
}
.onlineCourse .content {
  margin-bottom: 50px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .onlineCourse .content {
    font-size: 30px;
  }
}
.onlineCourse select {
  width: 100%;
  height: 35px;
  border-color: rgba(0, 0, 0, 0.13);
  margin-bottom: 7px;
  padding: 0 5px;
  font-size: 15px;
  color: #000;
  border-radius: 0;
  background-color: #fff;
}
.onlineCourse button {
  font-weight: 300;
}
.onlineCourse .pcBtn {
  font-size: 16px;
  width: 104px;
  height: 42px;
  border-radius: 21px;
}
@media (max-width: 768px) {
  .onlineCourse .pcBtn {
    display: none;
  }
}
@media (max-width: 768px) {
  .onlineCourse .blockRight {
    order: -1;
    margin-bottom: 20px;
  }
}
.onlineCourse .mBtn {
  display: none;
}
@media (max-width: 768px) {
  .onlineCourse .mBtn {
    display: block;
    width: 175px;
    height: 68px;
    border-radius: 34px;
    font-size: 27px;
  }
}
@media (max-width: 500px) {
  .onlineCourse .mBtn {
    font-size: 14px;
    width: 84px;
    height: 34px;
    border-radius: 28px;
    line-height: 22px;
  }
}
.onlineCourse .teacher {
  margin-top: 10px;
}
@media (max-width: 500px) {
  .onlineCourse .teacher {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100px;
    overflow: hidden;
  }
}
.onlineCourse .teacher figure.personFigure {
  background-size: cover;
  padding-top: 5%;
  margin: 0 0 10px 0;
}
.onlineCourse .teacher figure.personFigure figcaption {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 30px 5px 5px;
}
@media (max-width: 768px) {
  .onlineCourse .teacher figure.personFigure {
    width: 100%;
  }
  .onlineCourse .teacher figure.personFigure figcaption {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .onlineCourse .teacher figure.personFigure {
    flex: 0 0 100px;
    margin: 0;
    padding: 0;
  }
  .onlineCourse .teacher figure.personFigure figcaption {
    display: none;
  }
}
.onlineCourse .teacher .teacherIntro {
  display: block;
}
.onlineCourse .teacher .teacherIntro p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .onlineCourse .teacher .teacherIntro {
    flex: 0 0 calc(100% - 105px);
    display: block;
    font-size: 16px;
  }
  .onlineCourse .teacher .teacherIntro .teacherName {
    font-weight: bold;
  }
  .onlineCourse .teacher .teacherIntro p {
    font-size: 0.8em;
  }
}

.memberCoursePage .settings {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .memberCoursePage .settings {
    flex-direction: column;
  }
}
.memberCoursePage .listNav {
  flex: 1;
}
.memberCoursePage .listNav li {
  color: #fff;
  font-size: 20px;
  flex: 207px 0 0;
}
@media (max-width: 500px) {
  .memberCoursePage .listNav li {
    font-size: 16px;
    flex: 125px 0 0;
  }
}
.memberCoursePage .mListNav {
  margin-top: 58px;
  margin-bottom: 50px;
}
.memberCoursePage ul {
  padding-left: 0;
}
.memberCoursePage li {
  list-style: none;
}
.memberCoursePage .memberSetting {
  flex: none;
  width: auto;
  align-self: flex-end;
  font-size: 0;
}
@media (max-width: 768px) {
  .memberCoursePage .memberSetting {
    align-self: center;
  }
}
.memberCoursePage .memberSetting li {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .memberCoursePage .memberSetting li {
    font-size: 18px;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  .memberCoursePage .memberSetting li {
    font-size: 30px;
  }
}
.memberCoursePage .memberSetting li:first-child::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
@media (max-width: 768px) and (min-width: 501px) {
  .memberCoursePage .memberSetting li:first-child::after {
    margin: 0 20px;
  }
}
.memberCoursePage .title {
  color: #52a7b2;
  font-weight: bold;
}
@media (max-width: 768px) {
  .memberCoursePage .title {
    font-size: 37px;
  }
}
@media (max-width: 500px) {
  .memberCoursePage .title {
    font-size: 22px;
  }
}
.memberCoursePage .resList:not(:nth-last-child(1)) {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .memberCoursePage .resList:not(:nth-last-child(1)) {
    margin-bottom: 33px;
  }
}
.memberCoursePage .res {
  position: relative;
  min-height: 44px;
  height: auto;
}
.memberCoursePage .res button {
  width: 104px;
  height: 42px;
  border-radius: 21px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .memberCoursePage .res button {
    top: auto;
    bottom: 18px;
    right: 50%;
    transform: translateY(0) translateX(50%);
    width: 153px;
    height: 64px;
    border-radius: 32px;
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .memberCoursePage .res button {
    width: 140px;
    height: 46px;
    border-radius: 23px;
    font-size: 18px;
  }
}
.memberCoursePage .res button.reportBtnActive {
  background-color: #9a2f27;
}
@media (max-width: 768px) {
  .memberCoursePage .res button.reportBtn {
    display: none;
  }
}
.memberCoursePage .res button.mReportBtn {
  display: none;
}
@media (max-width: 768px) {
  .memberCoursePage .res button.mReportBtn {
    display: block;
  }
}
.memberCoursePage .resDatetime {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .memberCoursePage .resDatetime {
    flex: none;
    width: 40%;
    padding-left: 10px;
    padding-right: 48px;
  }
}
@media (max-width: 768px) {
  .memberCoursePage .resDatetime {
    width: 100%;
    padding: 25px 20px;
  }
}
.memberCoursePage .resTitle {
  height: auto;
  align-self: stretch;
  justify-content: space-between;
}
.memberCoursePage .resTitle .online-div {
  text-align: center;
  padding: 5px 0;
  flex: 0 0 120px;
}
.memberCoursePage .resTitle .online-div button {
  position: relative;
  top: initial;
  right: initial;
  transform: none;
  bottom: initial;
  margin-bottom: 3px;
}
@media (max-width: 768px) {
  .memberCoursePage .resTitle {
    padding-right: 20px;
    padding-bottom: 100px;
    flex: none;
    display: block;
    padding-bottom: 20px;
    padding-right: 5px;
  }
}
.memberCoursePage .memberDetail .memberInfo {
  font-size: 16px;
  margin-top: 20px;
}
.memberCoursePage .memberDetail li {
  padding-bottom: 10px;
  padding-top: 10px;
}
.memberCoursePage .memberDetail li:not(:nth-last-child(1)) {
  border-bottom: 1px dashed #000;
}
.memberCoursePage .memberDetail .levelBtn {
  display: block;
  width: 138px;
  height: 45px;
  border-radius: 5px;
  background-color: #dd8900;
  color: #fff;
  margin: 40px auto 0;
}

.infoFrom {
  margin-top: 30px;
  padding: 39px 35px 35px;
  border-radius: 5px;
  border: solid 0 #0a0205;
  background-color: #f5f5f5;
  position: relative;
}
.infoFrom p {
  line-height: 2;
  margin-bottom: 0;
}
.infoFrom .close {
  background-color: #bb0d00;
  color: #fff;
  padding: 0;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  position: absolute;
  right: 6px;
  top: 6px;
}
.infoFrom .close i {
  margin-left: 1px;
  line-height: 20px;
}
.infoFrom button:not(.close) {
  background-color: #dd8900;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  width: 138px;
  height: 45px;
  margin-top: 15px;
}
.infoFrom .btnGroup button {
  width: 95px;
}
.infoFrom .btnGroup:first-child {
  margin-right: 10px;
}
.infoFrom textarea {
  resize: none;
  width: 100%;
  height: 125px;
  background-color: #fff;
  padding: 10px;
  border: none;
  margin-top: 15px;
  font-size: 30px;
}
.infoFrom.assistantForm p {
  font-size: 16px;
  line-height: normal;
}

.memberCourse {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.memberCourse .twoBlockType > div {
  box-shadow: none;
}

.memberAccount {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 50px 12%;
}
@media (max-width: 768px) {
  .memberAccount {
    padding: 30px 15px;
  }
}
.memberAccount input[type="text"],
.memberAccount textarea,
.memberAccount select {
  border: solid 1px rgba(0, 0, 0, 0.13);
  padding: 5px;
}
.memberAccount .title {
  font-weight: 500;
  color: #52a7b2;
  margin-bottom: 24px;
  font-size: 18px;
}
.memberAccount .title span {
  font-size: 0.8em;
  color: #888;
}
.memberAccount a {
  color: #666;
}
.memberAccount table {
  font-size: 16px;
  width: 100%;
  margin: 0 auto 30px;
}
.memberAccount table.add {
  display: none;
}
.memberAccount table.account-setting .test {
  display: inline;
}
@media (max-width: 768px) {
  .memberAccount table.account-setting .test {
    display: block;
    font-size: 0.9em;
  }
}
.memberAccount table.account-setting .add-student {
  font-size: 16px;
  position: relative;
  display: inline-block;
  margin-top: 0px;
  text-decoration: none;
  color: #000;
}
.memberAccount table.account-setting .add-student:after {
  content: "\f0fe";
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.memberAccount table.account-setting .add-student.active:after {
  content: "\f146";
}
@media (max-width: 768px) {
  .memberAccount table.account-setting th {
    width: 86px;
  }
  .memberAccount table.account-setting input[type="text"],
  .memberAccount table.account-setting select {
    width: 100%;
  }
}
.memberAccount table tr th {
  padding: 10px 0;
  width: 150px;
  padding-right: 10px;
}
.memberAccount table tr td {
  word-break: break-all;
  padding-left: 10px;
  box-sizing: border-box;
}
.memberAccount table tr td a button {
  margin: 0;
}
.memberAccount table tr td span.remain {
  color: #f00;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}
.memberAccount table tr.btns {
  text-align: center;
  border-bottom: 0;
}
.memberAccount table tr.btns td {
  padding: 30px 0;
  background: 0;
}

.memberCourseWrap {
  max-width: none;
}
.memberCourseWrap .my-account {
  max-width: initial;
  box-sizing: border-box;
  padding: 40px;
}
@media (min-width: 768px) {
  .memberCourseWrap .my-account {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.memberCourseWrap .my-account table {
  font-size: 16px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .memberCourseWrap .my-account table {
    flex: 0 0 45%;
    width: initial;
    max-width: initial;
  }
}
.memberCourseWrap .my-account table tr {
  border-bottom: 1px dotted #ccc;
}
.memberCourseWrap .my-account table tr:nth-child(odd) th,
.memberCourseWrap .my-account table tr:nth-child(odd) td {
  background-color: #f0f0f0;
}
.memberCourseWrap .my-account table tr th {
  padding: 15px 0;
  width: 150px;
  text-align: center;
  text-align: right;
  padding-right: 10px;
}
.memberCourseWrap .my-account table tr th:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  margin-left: 15px;
  color: indianred;
}
.memberCourseWrap .my-account table tr td {
  word-break: break-all;
  padding-left: 10px;
  box-sizing: border-box;
}
.memberCourseWrap .my-account table tr td a button {
  margin: 0;
}
.memberCourseWrap .my-account table tr td span.remain {
  color: #f00;
  display: inline-block;
  padding: 0 3px;
  font-size: 1.2em;
}
.memberCourseWrap .my-account table tr.btns {
  text-align: center;
  border-bottom: 0;
}
.memberCourseWrap .my-account table tr.btns td {
  padding: 30px 0;
  background: 0;
}
.memberCourseWrap .btns {
  text-align: center;
  margin-bottom: 50px;
}
.memberCourseWrap .btns a {
  display: inline-block;
}
.memberCourseWrap .btns a button {
  background-color: #52a7b2;
  color: #fff;
  border-radius: 0;
  padding: 0 10px;
  height: 33px;
}
.memberCourseWrap .my-course {
  max-width: initial;
  box-sizing: border-box;
  padding: 40px;
}
.memberCourseWrap .my-course .table-nth .rwd-table:nth-last-child(2) {
  margin-bottom: 50px;
}
.memberCourseWrap .my-course .table-nth .rwd-table:nth-child(even) {
  background-color: #f0f0f0;
}
.memberCourseWrap .my-course .rwd-table {
  font-size: 13px;
}
.memberCourseWrap .my-course .rwd-table th,
.memberCourseWrap .my-course .rwd-table tbody tr td {
  text-align: center;
}
.memberCourseWrap .my-course .rwd-table thead {
  margin-bottom: 20px;
}
.memberCourseWrap .my-course .rwd-table thead tr th:nth-child(1) {
  width: 80px;
}
.memberCourseWrap .my-course .rwd-table thead tr th:nth-child(2) {
  width: 75px;
}
.memberCourseWrap .my-course .rwd-table thead tr th:nth-child(3) {
  width: 160px;
}
.memberCourseWrap .my-course .rwd-table thead tr th:nth-child(5) {
  width: 60px;
}
.memberCourseWrap .my-course .rwd-table thead tr th:nth-child(6),
.memberCourseWrap .my-course .rwd-table thead tr th:nth-child(7),
.memberCourseWrap .my-course .rwd-table thead tr th:nth-child(8) {
  width: 124px;
}
.memberCourseWrap .my-course .rwd-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.memberCourseWrap .my-course .rwd-table tbody tr td {
  padding: 15px 0;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .memberCourseWrap .my-course .rwd-table tbody tr td {
    padding: 15px 10px;
  }
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(1) {
  width: 80px;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(2) {
  width: 75px;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(3) {
  width: 160px;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(4) {
  padding-left: 10px;
  padding-right: 10px;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(4) a.drop-btn {
  line-height: 14px;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 120px;
  background-color: #000;
  color: #fff;
  margin: 8px auto 0;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(4) a.drop-btn:hover,
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(4) a.drop-btn.active {
  background-color: #999;
  border-color: #999;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(5) {
  width: 60px;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6),
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7),
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(8) {
  width: 124px;
  vertical-align: top;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div .fake-btn,
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7) div .fake-btn,
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(8) div .fake-btn {
  border-radius: 50px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 120px;
  color: #fff;
  background-color: #ccc;
  margin: 0 auto 5px;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div .fake-btn--in-progress {
  background-color: #143d4f;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div a.cancelBookBtn {
  background-color: #d58e2b;
  border-color: #d58e2b;
  color: #fff;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div a.cancelBookBtn:hover {
  background-color: #c07f26;
  border-color: #c07f26;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div a,
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7) div a,
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(8) div a {
  line-height: 14px;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 120px;
  background-color: #000;
  color: #fff;
  margin: 0 auto 5px;
}
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div a:hover,
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7) div a:hover,
.memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(8) div a:hover {
  border: 1px solid #999;
  background-color: #999;
}
.memberCourseWrap
  .my-course
  .rwd-table
  tbody
  tr
  td:nth-child(6)
  div
  a.drop-btn.active,
.memberCourseWrap
  .my-course
  .rwd-table
  tbody
  tr
  td:nth-child(6)
  div
  a.drop-btn2.active,
.memberCourseWrap
  .my-course
  .rwd-table
  tbody
  tr
  td:nth-child(7)
  div
  a.drop-btn.active,
.memberCourseWrap
  .my-course
  .rwd-table
  tbody
  tr
  td:nth-child(7)
  div
  a.drop-btn2.active,
.memberCourseWrap
  .my-course
  .rwd-table
  tbody
  tr
  td:nth-child(8)
  div
  a.drop-btn.active,
.memberCourseWrap
  .my-course
  .rwd-table
  tbody
  tr
  td:nth-child(8)
  div
  a.drop-btn2.active {
  background-color: #999;
  border-color: #999;
}
.memberCourseWrap .my-course .rwd-table tbody tr td.drop-detail {
  display: none;
  box-sizing: border-box;
  padding: 20px 10px;
  text-align: left;
}
.memberCourseWrap .my-course .rwd-table tbody tr td.drop-detail2 {
  display: none;
  overflow: hidden;
}
.memberCourseWrap .my-course .rwd-table tbody tr td.drop-detail2 p {
  width: 90%;
  text-align: left;
  margin: 0 auto;
}
.memberCourseWrap .my-course .rwd-table tbody tr td.drop-detail2 textarea {
  width: 90%;
  height: 150px;
}
@media (max-width: 768px) {
  .memberCourseWrap .my-course {
    padding: 10px;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td {
    padding: 2px 10px;
    display: flex;
    text-align: center;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td.drop-detail:before {
    content: "";
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td:before {
    content: attr(data-th);
    flex: 0 0 60px;
    font-weight: bold;
    display: inline-block;
  }
  .memberCourseWrap .my-course > .rwd-table {
    display: none;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td:first-child {
    padding-top: 20px;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div,
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7) div {
    overflow: hidden;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div,
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7) div {
    text-align: center;
  }
  .memberCourseWrap
    .my-course
    .rwd-table
    tbody
    tr
    td:nth-child(6)
    div
    .fake-btn,
  .memberCourseWrap
    .my-course
    .rwd-table
    tbody
    tr
    td:nth-child(7)
    div
    .fake-btn {
    float: none;
    display: inline-block;
    margin: 0 3px 5px;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6) div a,
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7) div a {
    float: none;
    display: inline-block;
    margin: 0 3px 5px;
  }
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(1),
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(2),
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(3),
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(4),
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(5),
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(6),
  .memberCourseWrap .my-course .rwd-table tbody tr td:nth-child(7) {
    width: initial;
  }
}
.memberCourseWrap .my-record {
  box-sizing: border-box;
  padding: 40px;
}
.memberCourseWrap .my-record .table-nth .rwd-table:nth-child(even) {
  background-color: #f0f0f0;
}
.memberCourseWrap .my-record .rwd-table {
  font-size: 16px;
  border-collapse: collapse;
}
.memberCourseWrap .my-record .rwd-table thead {
  margin-bottom: 20px;
}
.memberCourseWrap .my-record .rwd-table thead tr th.title {
  background: none;
  text-align: left;
  color: #000;
  font-size: 20px;
  border-bottom: 2px solid;
  box-sizing: border-box;
  padding-left: 10px;
}
.memberCourseWrap .my-record .rwd-table thead tr th:nth-child(2),
.memberCourseWrap .my-record .rwd-table thead tr th:nth-child(3),
.memberCourseWrap .my-record .rwd-table thead tr th:nth-child(4),
.memberCourseWrap .my-record .rwd-table thead tr th:nth-child(5),
.memberCourseWrap .my-record .rwd-table thead tr th:nth-child(6),
.memberCourseWrap .my-record .rwd-table thead tr th:nth-child(7) {
  width: 12.5%;
}
.memberCourseWrap .my-record .rwd-table thead tr th span {
  font-size: 0.8em;
}
.memberCourseWrap .my-record .rwd-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.memberCourseWrap .my-record .rwd-table tbody tr.drop-detail,
.memberCourseWrap .my-record .rwd-table tbody tr.drop-detail2 {
  display: none;
}
.memberCourseWrap .my-record .rwd-table tbody tr td {
  padding: 15px 0;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 768px) {
  .memberCourseWrap .my-record .rwd-table tbody tr td {
    padding: 15px 10px;
  }
}
.memberCourseWrap .my-record .rwd-table tbody tr td a {
  font-size: 14px;
  border-radius: 50px;
  padding: 3px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 80px;
  background-color: #000;
  color: #fff;
  margin: 0 auto 3px;
}
.memberCourseWrap .my-record .rwd-table tbody tr td a:hover {
  background-color: #999;
}
.memberCourseWrap .my-record .rwd-table tbody tr td a.drop-btn.active,
.memberCourseWrap .my-record .rwd-table tbody tr td a.drop-btn2.active {
  background-color: #999;
  border-color: #999;
}
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(2),
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(3),
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(4),
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(5),
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(6),
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(7) {
  width: 12.5%;
}
@media (max-width: 768px) {
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(1),
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(2) {
    text-align: center;
  }
}
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(3) {
  padding-left: 10px;
}
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(6),
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(7) {
  vertical-align: top;
}
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(6) div a,
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(7) div a {
  font-size: 14px;
  border-radius: 50px;
  padding: 3px 0;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 80px;
  background-color: #000;
  color: #fff;
  margin: 0 auto 3px;
}
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(6) div a:hover,
.memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(7) div a:hover {
  background-color: #999;
}
.memberCourseWrap .my-record .rwd-table tbody tr td.title {
  display: none;
  color: #000;
}
.memberCourseWrap .my-record .rwd-table tbody tr td.title span {
  font-size: 0.7em;
}
.memberCourseWrap .my-record .rwd-table tbody tr td.course-detail {
  box-sizing: border-box;
  padding: 0px;
}
.memberCourseWrap .my-record .rwd-table tbody tr td.course-detail.buy-detail .rwd-table tbody tr td,
.memberCourseWrap .my-record .rwd-table tbody tr td.course-detail.refund-detail .rwd-table tbody tr td {
  text-align: center;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  thead
  tr,
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  thead
  tr {
  background: 0;
  border-bottom: 1px solid #666;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  thead
  tr
  th,
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  thead
  tr
  th {
  background: 0;
  color: #000;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  tbody
  tr,
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  tbody
  tr {
  background: 0;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  tbody
  tr:last-child,
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  tbody
  tr:last-child {
  border-bottom: 0;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  tbody
  tr
  td
  a,
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  tbody
  tr
  td
  a {
  padding: 5px 0;
  width: 95px;
  background-color: #fff;
  border: 1px solid #999;
  color: #000;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  tbody
  tr
  td
  a:hover,
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  tbody
  tr
  td
  a:hover {
  background-color: #999;
  color: #fff;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  thead
  th:nth-child(1) {
  width: 9%;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  thead
  th:nth-child(4) {
  width: 8%;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.buy-detail
  .rwd-table
  thead
  th:nth-child(5) {
  width: 8%;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  thead
  th:nth-child(2) {
  width: 20%;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  thead
  th:nth-child(3) {
  width: 20%;
}
.memberCourseWrap
  .my-record
  .rwd-table
  tbody
  tr
  td.course-detail.refund-detail
  .rwd-table
  thead
  th:nth-child(4) {
  width: 20%;
}
@media (max-width: 768px) {
  .memberCourseWrap .my-record {
    padding: 10px;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td {
    text-align: center;
    padding: 2px 10px;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td:before {
    flex: 0 0 90px;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td:first-child {
    padding-top: 20px;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td:last-child {
    padding-bottom: 20px;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(2),
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(3),
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(4),
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(5),
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(6),
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(7) {
    width: initial;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(6) div,
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(7) div {
    overflow: hidden;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(6) div a,
  .memberCourseWrap .my-record .rwd-table tbody tr td:nth-child(7) div a {
    float: left;
    margin-right: 5px;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td.title {
    display: block;
    font-size: 20px;
    border-bottom: 2px solid;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td.title:before {
    display: none;
  }
  .memberCourseWrap .my-record .rwd-table tbody tr td.course-detail:before {
    display: none;
  }
}

.courseBanner {
  background-color: #aa4c25;
  display: flex;
  height: 300px;
  color: #fff;
}
@media (max-width: 768px) {
  .courseBanner {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .courseBanner {
    height: auto;
  }
}
.courseBanner .bannerLeft {
  flex: none;
  width: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 1280px) {
  .courseBanner .bannerLeft {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .courseBanner .bannerLeft {
    width: 100%;
    background-color: transparent;
  }
}
.courseBanner .bannerRight {
  flex: 1;
  display: inline-flex;
  align-items: center;
}
.courseBanner .bannerRight::before {
  content: "";
  flex: none;
  width: 100px;
  height: 100%;
  background-image: url("../img/Triangle_white.svg");
  background-position: center;
  background-size: cover;
  display: inline-block;
}
@media (max-width: 768px) {
  .courseBanner .bannerRight::before {
    display: none;
  }
}
.courseBanner p {
  margin-bottom: 0;
  line-height: 1.2em;
}
.courseBanner .txtWrap {
  font-size: 73px;
  align-self: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1280px) {
  .courseBanner .txtWrap {
    font-size: 58px;
  }
}
@media (max-width: 768px) {
  .courseBanner .txtWrap {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 0;
    transform: translateY(0);
    font-size: 0;
    background-color: rgba(255, 255, 255, 0.1);
    height: 120px;
    padding-left: 120px;
  }
  .courseBanner .txtWrap::after {
    content: "";
    width: 60px;
    height: 100%;
    background-image: url("../img/Triangle_white.svg");
    background-position: center;
    background-size: cover;
    position: absolute;
    right: -60px;
    top: 0;
  }
}
@media (max-width: 500px) {
  .courseBanner .txtWrap {
    height: 100px;
    padding-left: 80px;
  }
}
.courseBanner .txtWrap::before {
  content: "";
  width: 102px;
  height: 102px;
  background-image: url("../img/bullhorn.svg");
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -33px;
  left: -76px;
}
@media (max-width: 1280px) {
  .courseBanner .txtWrap::before {
    width: 85px;
    height: 85px;
    top: -47px;
    left: -65px;
  }
}
@media (max-width: 768px) {
  .courseBanner .txtWrap::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .courseBanner .txtWrap > div {
    position: relative;
  }
  .courseBanner .txtWrap > div::after {
    content: "";
    width: 100px;
    height: 100px;
    background-image: url("../img/bullhorn.svg");
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: -28px;
    left: -81px;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .courseBanner .txtWrap > div::after {
    width: 70px;
    height: 70px;
    top: -20px;
    left: -60px;
  }
}
@media (max-width: 768px) {
  .courseBanner .txtWrap p {
    display: inline;
    font-size: 44px;
  }
}
@media (max-width: 500px) {
  .courseBanner .txtWrap p {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .courseBanner .txtWrap .pcTxt {
    display: none;
  }
}
.courseBanner .txtWrap .mTxt {
  display: none;
}
@media (max-width: 768px) {
  .courseBanner .txtWrap .mTxt {
    display: inline-block;
  }
}
.courseBanner .bannerRightContent {
  flex: 1;
  padding-right: 35px;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .courseBanner .bannerRightContent {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .courseBanner .bannerRightContent {
    padding: 20px;
  }
}
.courseBanner .contentTitle {
  padding-right: 290px;
}
@media (max-width: 1280px) {
  .courseBanner .contentTitle {
    padding-right: 250px;
  }
}
@media (max-width: 768px) {
  .courseBanner .contentTitle {
    padding-right: 0;
  }
}
.courseBanner .contentClock {
  font-size: 29px;
  padding-right: 290px;
  position: relative;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .courseBanner .contentClock {
    font-size: 20px;
    padding-right: 250px;
  }
}
@media (max-width: 768px) {
  .courseBanner .contentClock {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .courseBanner .contentClock {
    font-size: 20px;
  }
}
.courseBanner .roundBtns {
  width: 290px;
  height: 63px;
  line-height: 63px;
  border-radius: 32px;
  background-color: #fff;
  font-size: 26px;
  position: absolute;
  right: 0;
  top: -41px;
}
.courseBanner .roundBtns .divider {
  background-color: #000;
}
.courseBanner .roundBtns button {
  color: #000;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .courseBanner .roundBtns {
    font-size: 20px;
    width: 250px;
    height: 56px;
    line-height: 56px;
    border-radius: 29px;
    top: -38px;
  }
}
@media (max-width: 768px) {
  .courseBanner .roundBtns {
    position: static;
    margin: 70px auto 0;
  }
}
@media (max-width: 500px) {
  .courseBanner .roundBtns {
    font-size: 18px;
    width: 220px;
    height: 56px;
    line-height: 56px;
    border-radius: 29px;
  }
}
.courseBanner h2 {
  font-size: 55px;
  font-weight: 300;
  padding-bottom: 11px;
  border-bottom: 1px solid #eeeeee;
  vertical-align: middle;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .courseBanner h2 {
    font-size: 43px;
  }
}
@media (max-width: 500px) {
  .courseBanner h2 {
    font-size: 36px;
  }
}
.courseBanner h2 img {
  display: inline-block;
  margin-right: 15px;
  width: 28px;
  margin-top: -7px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .courseBanner h2 img {
    width: 23px;
  }
}
@media (max-width: 500px) {
  .courseBanner h2 img {
    width: 20px;
    margin-right: 10px;
  }
}

.mMemberInfoWrap {
  display: none;
}
@media (max-width: 768px) {
  .mMemberInfoWrap {
    display: block;
    margin-bottom: 35px;
  }
}
.mMemberInfoWrap .mMemberInfoTitle {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 500px) {
  .mMemberInfoWrap .mMemberInfoTitle {
    padding-bottom: 12px;
  }
}
.mMemberInfoWrap h3 {
  flex: 1;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .mMemberInfoWrap h3 {
    font-size: 20px;
  }
}
.mMemberInfoWrap button {
  flex: none;
  width: 52px;
  height: 52px;
  background-color: #5baed0;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  padding: 0;
}
@media (max-width: 500px) {
  .mMemberInfoWrap button {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.mMemberInfoWrap button:hover {
  color: #fff;
}
.mMemberInfoWrap button[aria-expanded="true"] .fa-plus {
  display: none;
}
.mMemberInfoWrap button[aria-expanded="true"] .fa-minus {
  display: block;
}
.mMemberInfoWrap button[aria-expanded="false"] .fa-plus {
  display: block;
}
.mMemberInfoWrap button[aria-expanded="false"] .fa-minus {
  display: none;
}
.mMemberInfoWrap .memberDetail {
  padding: 0 55px;
}
@media (max-width: 500px) {
  .mMemberInfoWrap .memberDetail {
    padding: 0 25px;
  }
}
.mMemberInfoWrap .memberDetail .memberInfo {
  font-size: 30px;
}
@media (max-width: 500px) {
  .mMemberInfoWrap .memberDetail .memberInfo {
    font-size: 20px;
  }
}
.mMemberInfoWrap .memberDetail .levelBtn {
  width: 192px;
  height: 63px;
  padding: 0;
  font-size: 25px;
}
@media (max-width: 500px) {
  .mMemberInfoWrap .memberDetail .levelBtn {
    width: 170px;
    height: 43px;
    font-size: 18px;
  }
}

.infoFrom-modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.infoFrom-modal .infoFrom {
  width: 90%;
  max-width: 530px;
  margin: 100px auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  .infoFrom-modal .infoFrom {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.infoFrom-modal .infoFrom .close {
  width: 40px;
  height: 40px;
  font-size: 20px;
  top: 10px;
  right: 10px;
}
@media (max-width: 500px) {
  .infoFrom-modal .infoFrom .close {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
.infoFrom-modal .infoFrom textarea {
  height: 280px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  .infoFrom-modal .infoFrom textarea {
    height: 200px;
  }
}
.infoFrom-modal .infoFrom p {
  font-size: 29px;
  line-height: 1.47em;
}
@media (max-width: 500px) {
  .infoFrom-modal .infoFrom p {
    font-size: 16px;
  }
}
.infoFrom-modal .infoFrom .btnGroup button {
  width: 138px;
  height: 52px;
  font-size: 20px;
}
@media (max-width: 500px) {
  .infoFrom-modal .infoFrom .btnGroup button {
    width: 100px;
    height: 40px;
    font-size: 16px;
  }
}
.infoFrom-modal .infoFrom .btnGroup button:first-child {
  margin-right: 5px;
}
.infoFrom-modal .infoFrom.assistantForm button:not(.close) {
  width: 192px;
  height: 63px;
  font-size: 23px;
  margin-top: 50px;
}
@media (max-width: 500px) {
  .infoFrom-modal .infoFrom.assistantForm button:not(.close) {
    width: 150px;
    height: 45px;
    font-size: 18px;
    margin-top: 30px;
  }
}

/* PC版隐藏mobile-label */
@media (min-width: 769px) {
  .mobile-label {
    display: none;
  }
}

/* 手机版显示mobile-label */
@media (max-width: 768px) {
  .mobile-label {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    color: #333;
  }
  .memberCourseWrap
    .my-course
    .rwd-table
    tbody
    tr
    td.drop-detail
    .mobile-label {
    display: none;
  }
}
