@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Sono:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sono:wght@200;300;400;500;600;700;800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1110px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  width: 95%;
}

.containerS {
  max-width: 380px;
  margin: 0 auto;
}

.textWhite {
  color: #fff;
}

.textRed {
  color: #e82e2c;
}

.textCenter {
  text-align: center;
}

.positionR {
  position: relative;
}

.dFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dBlock {
  display: block;
}

.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.alignCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alignEnd {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alignStretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.justifyCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justifyBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justifyStart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justifyEnd {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5 !important;
  letter-spacing: 1px;
}

body,
html {
  font-family: "Barlow", "Noto Sans TC", "Sono", sans-serif;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input:autofill {
  -webkit-box-shadow: inset 0 0 0 2000px #3c3c3c !important;
  box-shadow: inset 0 0 0 2000px #3c3c3c !important;
  color: #fff !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 2000px #3c3c3c !important;
  box-shadow: inset 0 0 0 2000px #3c3c3c !important;
  color: #fff !important;
}

.header {
  background-color: #1f2327;
  -webkit-box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 20;
}

.headerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headerContainer {
    padding: 10px;
  }
}
@media screen and (max-width: 374px) {
  .headerContainer {
    padding: 10px 3px;
  }
}

.logo a {
  display: block;
  width: 88px;
  margin-right: 50px;
}
@media screen and (max-width: 960px) {
  .logo a {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .logo a {
    margin-right: 15px;
    width: 73px;
  }
}
@media screen and (max-width: 374px) {
  .logo a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    padding: 23px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    background: rgba(60, 60, 60, 0.8);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 0px 0px 10px 10px;
    display: none;
  }
}

.firstMenu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .firstMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .firstMenuLi {
    display: block;
    width: 100%;
  }
}

.firstMenuLi:hover > .secondMenu {
  display: block;
}

.firstMenuA {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
  padding: 24px 0px;
}
@media screen and (max-width: 960px) {
  .firstMenuA {
    margin-right: 8px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .firstMenuA {
    padding: 20px 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .firstMenuA {
    display: block;
    margin-right: 0;
    padding: 8px 23px;
  }
}
.firstMenuA:hover {
  color: #e82e2c;
}

.secondMenu {
  display: none;
  position: absolute;
  top: 100%;
  border-radius: 10px;
  background: rgba(60, 60, 60, 0.8);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
}
@media screen and (max-width: 767px) {
  .secondMenu {
    display: block;
    position: relative;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
}

.secondMenuA {
  display: block;
  padding: 8px 23px;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secondMenuA {
    text-align: left;
    padding: 5px 40px;
  }
}
.secondMenuA span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .secondMenuA span {
    padding-left: 10px;
  }
  .secondMenuA span::before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -0px;
    top: 50%;
  }
}

.rwdMenuBtn {
  display: none;
}
.rwdMenuBtn:checked ~ div .nav {
  display: block;
}
.rwdMenuBtn:checked ~ .rwdMenuBtnLabel span {
  background-color: transparent;
}
.rwdMenuBtn:checked ~ .rwdMenuBtnLabel span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.rwdMenuBtn:checked ~ .rwdMenuBtnLabel span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.rwdMenuBtnLabel {
  width: 36px;
  height: 36px;
  display: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 767px) {
  .rwdMenuBtnLabel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 374px) {
  .rwdMenuBtnLabel {
    width: 30px;
    height: 30px;
  }
}
.rwdMenuBtnLabel span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: relative;
}
.rwdMenuBtnLabel span::before,
.rwdMenuBtnLabel span::after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 3px;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.rwdMenuBtnLabel span::before {
  top: -10px;
}
.rwdMenuBtnLabel span::after {
  bottom: -10px;
}

.headerMemberAction a {
  color: #fff;
}

.notLogin {
  color: #fff;
  font-weight: 700;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 25px;
}
@media screen and (max-width: 767px) {
  .notLogin {
    padding: 6px 20px;
  }
}
.notLogin:hover {
  background: #e82e2c;
  -webkit-box-shadow: 0px 0px 5px #e82e2c;
  box-shadow: 0px 0px 5px #e82e2c;
}
.notLogin a:hover {
  text-decoration: underline;
}

.logined {
  color: #9d9d9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.loginedDcGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #5865f2;
  border-radius: 40px;
  padding: 8px 20px;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .loginedDcGroup {
    padding: 5px 10px;
    font-size: 0.8rem;
    margin-right: 8px;
  }
}
.loginedDcGroup img {
  margin-right: 12px;
}
@media screen and (max-width: 374px) {
  .loginedDcGroup img {
    margin-right: 5px;
  }
}
.loginedDcGroup:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.loginedHeadBox {
  position: relative;
  cursor: pointer;
}

.loginedHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 18px 0;
}
@media screen and (max-width: 767px) {
  .loginedHead {
    font-size: 0.7rem;
  }
}

.loginedHeadIcon {
  border-radius: 50%;
  background-color: #3c3c3c;
  border: 1px solid #ffffffbe;
  width: 36px;
  height: 36px;
  overflow: hidden;
  margin-right: 9px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .loginedHeadIcon {
    margin-right: 6px;
    width: 30px;
    height: 30px;
  }
}
.loginedHeadIcon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.loginedHeadOptions {
  position: absolute;
  top: calc(100% + 0px);
  display: none;
  right: 0;
  border-radius: 10px;
  background: rgba(60, 60, 60, 0.8);
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  padding: 12px 0;
  text-align: right;
}
.loginedHeadOptions a {
  display: block;
  padding: 5px 12px;
  font-weight: 700;
}
.loginedHeadOptions a:hover {
  color: #e82e2c;
}

.loginedHeadBoxInput {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.loginedHeadBoxInput:checked + .loginedHeadOptions {
  display: block;
}

.userId {
  font-size: 0.875rem;
}
.userId span {
  font-size: 0.625rem;
  font-weight: 300;
}

.logoutBtn {
  border-top: 1px solid #fff;
}

.rwdHeaderCover {
  background-color: #1f2327;
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.rwdHeader {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
}

.rwdHeaderTop {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.rwdHeaderLogo {
  width: 200px;
}

.rwdHeaderCloseBtn {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rwdHeaderSearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  width: 90%;
  margin: 0 auto;
}
.rwdHeaderSearch input {
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  width: calc(100% - 60px);
  font-size: 1.2rem;
}

.rwdSearchBtn {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rwdHeaderNav {
  width: 90%;
  margin: 0 auto;
}
.rwdHeaderNav a {
  color: #fff;
  display: block;
}

.rwdHeaderNavEach {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

.rwdHeaderRow {
  margin: 10px 0 0;
}

.rwdFirstMenuA {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.rwdSecondMeunA {
  font-size: 1.2rem;
  margin: 10px 0;
}

.footer {
  background: #14171a;
  padding: 40px 0;
}
@media screen and (max-width: 1280px) {
  .footer {
    padding: 40px 10px;
  }
}

.footerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .footerContainer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footerLeftArea {
  width: 60%;
}
@media screen and (max-width: 820px) {
  .footerLeftArea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footerLeftArea {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .footerLeftArea > div {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footerLeftArea > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footerLogoContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footerLogoContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footerLogo {
  width: 230px;
  margin-right: 40px;
}
@media screen and (max-width: 1280px) {
  .footerLogo {
    width: 200px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .footerLogo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .footerLogo {
    margin: 0 auto 20px;
  }
}

.footerRightArea {
  width: 40%;
}
@media screen and (max-width: 820px) {
  .footerRightArea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footerRightArea {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footerRightArea > p {
  color: #fff;
  text-align: right;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  .footerRightArea > p {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .footerRightArea > p {
    text-align: center;
  }
}
.footerRightArea > p a {
  color: #fff;
  text-decoration: underline;
}
.footerRightArea > p a:hover {
  color: #e11b19;
}

.footerMenu {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 820px) {
  .footerMenu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
.footerMenu li {
  display: inline-block;
  margin: 0 0 10px 60px;
}
@media screen and (max-width: 820px) {
  .footerMenu li {
    margin: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .footerMenu li {
    margin: 0 auto 10px;
  }
}
.footerMenu a {
  display: inline-block;
  color: #fff;
}
.footerMenu a:hover {
  color: #e11b19;
}

.footerPartner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .footerPartner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footerPartner {
    margin-bottom: 20px;
  }
}
.footerPartner span {
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .footerPartner span {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}

.footerPartnerHead {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
}
.footerPartnerHead:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .footerPartnerHead {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .footerPartnerHead {
    margin-right: 20px;
  }
}
.footerPartnerHead:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.footerSNS {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footerSNS {
    margin: 0 auto;
  }
}
.footerSNS a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footerSNS a {
    width: 44px;
    height: 44px;
  }
}
.footerSNS a:last-of-type {
  margin-right: 0;
}
.footerSNS a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.footerSNS a img {
  width: 100%;
  height: 100%;
}

.formsBg {
  background-image: url(https://imagedelivery.net/4C6BZtpZHyXiVSDEAa0mOg/4d0e9690-ce43-4b35-0081-cc3cd161da00/public);
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  background-attachment: fixed;
}

.formsLogo {
  max-width: 270px;
  margin: 0 auto;
}

.textInputEachBox .textInputEachError {
  margin: 7px 0;
}

.textInputEach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 14px 10px 14px;
  background-color: #3c3c3c;
  border-radius: 11px;
  position: relative;
  width: 100%;
}
.textInputEach label {
  color: #fff;
  width: 5rem;
}
.textInputEach input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: transparent;
  border: none;
  color: #fff;
  outline: none;
}
.textInputEach input:focus,
.textInputEach input:active,
.textInputEach input:focus-within,
.textInputEach input:visited,
.textInputEach input:target {
  background-color: transparent;
}
.textInputEach input:-webkit-autofill {
  border: 1px solid #3c3c3c;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #3c3c3c inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.textInputEach input:autofill {
  border: 1px solid #3c3c3c;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #3c3c3c inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.passwordEye {
  cursor: pointer;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  margin-left: 5px;
}
.passwordEye i {
  margin-left: 5px;
}

.textInputEachError {
  color: #e11b19;
  text-align: center;
  font-size: 0.75rem;
}

.redBtn {
  display: block;
  background-color: #e11b19;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
}
.redBtn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6b00),
    to(#f00)
  );
  background: -o-linear-gradient(top, #ff6b00 0%, #f00 100%);
  background: linear-gradient(180deg, #ff6b00 0%, #f00 100%);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(255, 0, 0, 0.4),
    0px 15px 30px 0px rgba(255, 0, 0, 0.25);
  box-shadow: 0px 8px 15px 0px rgba(255, 0, 0, 0.4),
    0px 15px 30px 0px rgba(255, 0, 0, 0.25);
}

.whiteBtn {
  display: block;
  border-radius: 40px;
  background: #fff;
  color: #191c1f;
  padding: 10px 0;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 700;
}
.whiteBtn:hover {
  background-color: #3c3c3c;
  color: #fff;
  border: 1px solid #fff;
}

.darkBtn {
  display: block;
  background-color: #3c3c3c;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid transparent;
  font-weight: 700;
}
.darkBtn:hover {
  color: #fff;
  border: 1px solid #fff;
}

.registerBg {
  background-color: #111315;
  padding: 90px 0 0px;
}
@media screen and (max-width: 767px) {
  .registerBg {
    padding: 45px 0 0px;
  }
}

.registerContainer {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .registerContainer {
    padding: 45px 0;
  }
}

.registerSteps {
  width: 95%;
  max-width: 562px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.registerSteps li {
  padding-bottom: 10px;
  border-bottom: 6px solid #f9f9f9;
  color: #f9f9f9;
  margin-right: 38px;
}
.registerSteps li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .registerSteps li {
    margin-right: 10px;
    font-size: 0.75rem;
  }
}
.registerSteps .registerStepsActive {
  color: #e11b19;
  border-bottom: 6px solid #e11b19;
}
.registerSteps .registerStepsDone {
  color: #3c3c3c;
  border-bottom: 6px solid #3c3c3c;
}

.registerFormLogo {
  max-width: 270px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .registerFormLogo {
    max-width: 260px;
    margin: 0 auto 60px;
  }
}

.subscriptionPlanADlightboxBg {
  background-color: #00000083;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.subscriptionPlanADlightboxWrap {
  margin: 20px;
}

.subscriptionPlanADlightboxContent {
  width: 100%;
  height: 100%;
  margin: 8% auto;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanADlightboxContent {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px auto;
  }
}

.subscriptionPlanADlightbox {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #1f2327;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanADlightbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.planADCloseBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c3c3c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.planADCloseBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .planADCloseBtn {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}

.planADLeft {
  position: relative;
  width: 38.2%;
  padding-right: 29px;
}
.planADLeft::after {
  content: "";
  height: 110%;
  background-color: #000;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .planADLeft::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .planADLeft {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.bestPlanMark {
  border-radius: 12px;
  background: #1953c5;
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  padding: 5px 18px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.bestPlanSlogan {
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 240px;
  margin: 0 auto 34px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .bestPlanSlogan {
    max-width: none;
    text-align: center;
    margin: 0 auto 15px;
  }
}

.bestPlanBox {
  background-color: #fff;
  margin-left: -45px;
  padding: 20px 80px 20px 40px;
  border-radius: 0px 20px 20px 0px;
  -webkit-box-shadow: 5px 5px 5px #999;
  box-shadow: 5px 5px 5px #999;
}
@media screen and (max-width: 767px) {
  .bestPlanBox {
    padding: 20px 40px;
    margin-left: -30px;
  }
}
.bestPlanBox .orangeTitle {
  border-radius: 12px;
  background: #e77308;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.bestPlanBox h3,
.bestPlanBox p,
.bestPlanBox del {
  font-weight: 700;
  margin-bottom: 14px;
}
.bestPlanBox h3 {
  font-size: 2rem;
}
.bestPlanBox p {
  font-size: 1.5rem;
}
.bestPlanBox .forYearHints {
  margin-bottom: 30px;
}
.bestPlanBox .forYearHints,
.bestPlanBox del {
  font-size: 0.875rem;
  display: block;
}

.bestPlanOrderBtn {
  position: absolute;
  bottom: -20px;
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  .bestPlanOrderBtn {
    position: relative;
    bottom: 0;
  }
}

.planADRight {
  width: 61.8%;
  padding-left: 29px;
}
@media screen and (max-width: 767px) {
  .planADRight {
    width: 100%;
    padding-left: 0;
  }
}
.planADRight p {
  font-size: 0.75rem;
  margin-bottom: 18px;
}

.planADPointList li {
  border-radius: 10px;
  border: 1px solid #f9f9f9;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px 22px;
  margin-bottom: 18px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.planADPointList li img {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

.planPaylightboxBg {
  background-color: #00000083;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.planPaylightboxWrap {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .planPaylightboxWrap {
    margin: 20px 10px;
  }
}

.planPaylightboxContent {
  width: 100%;
  height: 100%;
  margin: 8% auto;
}
.planPaylightboxContent > span {
  color: #fff;
  display: block;
  max-width: 1000px;
  margin: 10px auto;
  padding-left: 20px;
  font-size: 0.75rem;
}
.planPaylightboxContent > span a {
  color: #fff;
  text-decoration: underline;
}

.planPaylightbox {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

.planPayCloseBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c3c3c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.planPayCloseBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .planPayCloseBtn {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}

.planPayForm {
  background: #f9f9f9;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .planPayForm {
    padding: 35px 15px;
  }
}
.planPayForm > ul > li,
.planPayForm ol > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .planPayForm > ul > li,
  .planPayForm ol > li {
    margin-bottom: 10px;
  }
}
.planPayForm > ul ul > li,
.planPayForm ol ul > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .planPayForm > ul ul > li,
  .planPayForm ol ul > li {
    margin-bottom: 10px;
  }
}
.planPayForm > ul > li > p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 17px;
}
.planPayForm .textInputEachBox {
  max-width: 533px;
}
@media screen and (max-width: 374px) {
  .planPayForm .textInputEach {
    padding: 10px;
  }
}
.planPayForm .control {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.planPayForm .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.planPayForm .control input:checked ~ .control__indicator {
  background: #1f2327;
}
.planPayForm .control input:checked ~ .control__indicator:after {
  display: block;
}
.planPayForm .control:hover input ~ .control__indicator {
  background-color: #1f2327;
}
.planPayForm .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
}
.planPayForm .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.planPayForm .control--radio .control__indicator {
  border-radius: 50%;
  border: 1px solid #000;
}
.planPayForm .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.planPayForm .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.planPayForm .textInputEach.error {
  border: 2px solid #e82e2c;
}

.discountRow {
  position: relative;
}
.discountRow .textInputEachBox {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .discountRow .textInputEachBox {
    width: auto;
  }
}

.discountStatus {
  font-size: 2rem;
  margin-left: 10px;
}
@media screen and (max-width: 374px) {
  .discountStatus {
    font-size: 1.2rem;
    margin-left: 3px;
    position: absolute;
    right: 10px;
  }
}

.discountStatusOK {
  color: #73bf00;
}

.discountStatusError {
  color: #e11b19;
  display: none;
}

.receiptTypeSecondUl {
  padding-left: 2rem;
  margin: 16px 0;
  display: none;
}
@media screen and (max-width: 374px) {
  .receiptTypeSecondUl {
    padding-left: 0.5rem;
  }
}

.receiptTypeLi > label + .textInputEachBox {
  margin: 17px 0 0;
}

@media screen and (max-width: 767px) {
  .queryDonationRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.queryDonationBtn {
  font-size: 0.875rem;
  color: #191c1f;
  text-decoration: underline;
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .queryDonationBtn {
    margin: 17px 0;
  }
}

.planPayCalculate {
  background-color: #3c3c3c;
  padding: 25px 42px 35px;
}
@media screen and (max-width: 767px) {
  .planPayCalculate {
    padding: 15px 20px 25px;
  }
}
@media screen and (max-width: 374px) {
  .planPayCalculate {
    padding: 15px 10px 25px;
  }
}

.planPayPriceDiv {
  color: #fff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .planPayPriceDiv {
    padding-right: 0;
  }
}
.planPayPriceDiv > span {
  font-size: 0.875rem;
}
.planPayPriceDiv p {
  min-width: 20%;
  white-space: nowrap;
  font-size: 1.6rem;
  text-align: right;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .planPayPriceDiv p {
    font-size: 1.2rem;
  }
}

.discountInfo {
  width: 5rem;
  text-align: right;
}

.discountOperator {
  width: 6rem;
  text-align: right;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .discountOperator {
    width: 5rem;
  }
}

.discountNumber {
  width: 8rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .discountNumber {
    width: 6rem;
  }
}

.planPayTotal {
  font-size: 2.25rem;
  padding-right: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 26px;
  color: #e82e2c;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .planPayTotal {
    padding-right: 0;
  }
}
.planPayTotal p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .planPayTotal p {
    font-size: 1.6rem;
  }
}

.planPayBtns a {
  display: inline-block;
  width: 130px;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .planPayBtns a {
    width: 110px;
  }
}

.planPayBtns .cancelPayBtn {
  background-color: #5f5f5f;
}
.planPayBtns .cancelPayBtn:hover {
  border: 2px solid;
}

.planPayBtns .surePayBtn:hover {
  border: 2px solid #e11b19;
  background: rgba(225, 27, 25, 0.4);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.payErrorHint {
  color: #e82e2c;
  font-size: 0.75rem;
  margin: 6px 0;
  margin-left: 2rem;
}
.payErrorHint i {
  margin-left: 4px;
}

.payErrorHint4Ml {
  margin-left: calc(5rem + 16px);
}
@media screen and (max-width: 374px) {
  .payErrorHint4Ml {
    margin-left: calc(5rem + 0px);
  }
}

.questionEach > span {
  font-size: 0.75rem;
  color: #000;
}

.breadcrumb {
  background-color: #1f2327;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding: 10px;
  }
}
.breadcrumb ul li {
  position: relative;
  display: inline;
}
.breadcrumb ul li + li::before {
  content: ">";
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
.breadcrumb ul a {
  color: #fff;
  margin-bottom: 10px;
}
.breadcrumb ul a:hover {
  color: #e11b19;
}

.courseChart {
  --g: 3px;
  /* The gap between shapes*/
  --s: 10px;
  /* the size*/
  height: 64px;
  width: 64px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  transform: rotate(-36deg);
}

.courseChart > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: var(--s) solid var(--c, red);
  border-radius: 50%;
  -webkit-clip-path: polygon(
    calc(50% + var(--g) / 2) 50%,
    calc(50% + var(--g) / 2) 0%,
    calc(86.327% - var(--g) / 2) 0%,
    50% calc(50% - var(--g) / 2)
  );
  clip-path: polygon(
    calc(50% + var(--g) / 2) 50%,
    calc(50% + var(--g) / 2) 0%,
    calc(86.327% - var(--g) / 2) 0%,
    50% calc(50% - var(--g) / 2)
  );
}

.color1 {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  transform: rotate(36deg);
}

.color2 {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  transform: rotate(72deg);
}

.color3 {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  transform: rotate(108deg);
}

.color4 {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  transform: rotate(144deg);
}

.color5 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.color6 {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  transform: rotate(216deg);
}

.color7 {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  transform: rotate(252deg);
}

.color8 {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  transform: rotate(288deg);
}

.color9 {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  transform: rotate(324deg);
}

.colorRed {
  --c: red;
}

.colorBlack {
  --c: #3c3c3c;
}

.courseChartWrap {
  position: relative;
  height: 64px;
  width: 64px;
  color: #fff;
}

.courseChartNum {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.875rem;
  white-space: nowrap;
}

.courseNoteEach {
  background-color: #1f2327;
  padding: 14px 14px 14px;
  margin-bottom: 4px;
}

.courseNote {
  width: 90%;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .courseNote {
    line-height: 1.8;
  }
}

.courseNoteText {
  width: 100%;
  cursor: pointer;
}

.courseNoteTextHidden {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.courseNoteTextMoreLink {
  color: #fff;
  text-decoration: underline;
}

.courseNoteTextLessLink {
  color: #fff;
  text-decoration: underline;
}

.textOpen {
  background-color: #3c3c3c;
}

.memberInvoceLightboxBg {
  background-color: #00000083;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.memberInvoceLightboxWrap {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .memberInvoceLightboxWrap {
    margin: 20px 10px;
  }
}

.memberInvoceLightboxContent {
  width: 100%;
  height: 100%;
  margin: 8% auto;
}

.memberInvoceLightbox {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .memberInvoceLightbox {
    padding: 15px;
  }
}
.memberInvoceLightbox h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .memberInvoceLightbox h2 {
    font-size: 1.5rem;
  }
}

.memberInvoceCloseBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c3c3c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.memberInvoceCloseBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .memberInvoceCloseBtn {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}

.memberInvoceInfo {
  background-color: #fff;
  padding: 20px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .memberInvoceInfo {
    padding: 10px;
  }
}
.memberInvoceInfo > p {
  font-size: 0.8rem;
}
.memberInvoceInfo > p a {
  color: #e82e2c;
}
.memberInvoceInfo > p a:hover {
  text-decoration: underline;
}

.memberInvoceInfoRow {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .memberInvoceInfoRow {
    margin-bottom: 10px;
  }
}
.memberInvoceInfoRow label {
  width: 20%;
  text-align: right;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .memberInvoceInfoRow label {
    width: 28%;
    margin-right: 15px;
  }
}
.memberInvoceInfoRow p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.invoiceStateTag {
  display: inline-block;
  padding: 5px;
  color: #fff;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.invoiceStateDone {
  background-color: #18cd08;
}

.invoiceStateNot {
  background-color: #e82e2c;
}

.memberCentreNoData p {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.memberCentreNoData a {
  width: 250px;
  margin: 0 auto 20px;
}

.earlyGiftLightboxBg {
  background-color: #00000083;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.earlyGiftLightboxWrap {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .earlyGiftLightboxWrap {
    margin: 20px 10px;
  }
}

.earlyGiftLightboxContent {
  width: 100%;
  height: 100%;
  margin: 8% auto;
}
.earlyGiftLightboxContent > span {
  color: #fff;
  display: block;
  max-width: 1000px;
  margin: 10px auto;
  padding-left: 20px;
  font-size: 0.75rem;
}
.earlyGiftLightboxContent > span a {
  color: #fff;
  text-decoration: underline;
}

.earlyGiftLightbox {
  position: relative;
  max-width: 931px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 60px;
}

.earlyGiftCloseBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c3c3c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  border: 2px solid #fff;
  -webkit-filter: drop-shadow(2px 2px 2px #000);
  filter: drop-shadow(2px 2px 2px #000);
  cursor: pointer;
}
.earlyGiftCloseBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .earlyGiftCloseBtn {
    width: 35px;
    height: 35px;
    right: 0px;
    top: 10px;
  }
}

.earlyGiftPic {
  width: 100%;
  padding-top: 100%;
}
.earlyGiftPic img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.payAddressBg {
  background-color: #00000083;
  -webkit-backdrop-filter: blur(3.5px);
  backdrop-filter: blur(3.5px);
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.payAddressWrap {
  margin: 20px;
}
@media screen and (max-width: 767px) {
  .payAddressWrap {
    margin: 20px 10px;
  }
}

.payAddressContent {
  width: 100%;
  height: 100%;
  margin: 8% auto;
}
.payAddressContent > span {
  color: #fff;
  display: block;
  max-width: 1000px;
  margin: 10px auto;
  padding-left: 20px;
  font-size: 0.75rem;
}
.payAddressContent > span a {
  color: #fff;
  text-decoration: underline;
}

.payAddress {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.payAddressCloseBtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #3c3c3c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  cursor: pointer;
}
.payAddressCloseBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .payAddressCloseBtn {
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}

.payAddressForm {
  padding: 30px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .payAddressForm {
    padding: 30px 10px;
  }
}
.payAddressForm h2 {
  color: #3c3c3c;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.payAddressRow > input[type="text"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #767676;
  padding: 10px;
  font-size: 1rem;
  background-color: #1f2327;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .payAddressRow > input[type="text"] {
    font-size: 0.8rem;
  }
}

.twzipcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .twzipcode {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.twzipcode input,
.twzipcode select {
  border-radius: 5px;
  border: 1px solid #767676;
  padding: 10px;
  font-size: 1rem;
  background-color: #1f2327;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .twzipcode input,
  .twzipcode select {
    font-size: 0.8rem;
  }
}
.twzipcode .city {
  width: 20%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .twzipcode .city {
    width: 35%;
  }
}
.twzipcode .town {
  width: 20%;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .twzipcode .town {
    width: 35%;
  }
}
.twzipcode input[name="zipcode"] {
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .twzipcode input[name="zipcode"] {
    width: calc(100% - 70% - 20px);
  }
}

.addressCheckBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}
.addressCheckBtn a {
  display: inline-block;
  width: 130px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto;
}
.pagination a {
  display: inline-block;
  color: #fff;
  margin: 0 10px;
  padding: 5px;
}
@media screen and (max-width: 374px) {
  .pagination a {
    font-size: 0.85rem;
    margin: 0 5px;
  }
}
.pagination a:hover {
  color: #e82e2c;
}

.countdownBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #e11b19;
  color: #fff;
  font-weight: bolder;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .countdownBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1rem;
  }
}
.countdownBox span {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 10px;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .countdownBox span {
    font-size: 1.3rem;
    margin: 0 5px;
  }
}

section > h2 {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 60px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  section > h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  section > h2 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  section > h2 {
    width: 86%;
    font-size: 1.5rem;
    margin: 0 auto 30px;
  }
}

.indexBanner {
  background-image: url(https://imagedelivery.net/4C6BZtpZHyXiVSDEAa0mOg/4d0e9690-ce43-4b35-0081-cc3cd161da00/public);
  background-size: cover;
  padding: 200px 0;
}
@media screen and (max-width: 1280px) {
  .indexBanner {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .indexBanner {
    padding: 50px 0 30px;
  }
}

.indexBannerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .indexBannerContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.indexSlogan {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .indexSlogan {
    margin-bottom: 40px;
  }
}
.indexSlogan h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.17;
}
@media screen and (max-width: 1280px) {
  .indexSlogan h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .indexSlogan h2 {
    text-align: center;
  }
}
.indexSlogan h2 + p {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .indexSlogan p {
    text-align: center;
  }
}

.indexSloganUl {
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1280px) {
  .indexSloganUl {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .indexSloganUl {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.indexSloganUl:nth-of-type(2) {
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .indexSloganUl:nth-of-type(2) {
    margin-bottom: 25px;
  }
}
.indexSloganUl li {
  margin-right: 10px;
  min-width: 110px;
}
.indexSloganUl li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 374px) {
  .indexSloganUl li {
    min-width: auto;
  }
}
.indexSloganUl h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .indexSloganUl h3 {
    font-size: 1.2rem;
  }
}
.indexSloganUl h3 span {
  font-size: 2.25rem;
}
@media screen and (max-width: 960px) {
  .indexSloganUl h3 span {
    font-size: 1.8rem;
  }
}
.indexSloganUl p {
  color: #e11b19;
}

.indexSloganBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .indexSloganBtnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .indexSloganBtnArea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.tryFreeBtn {
  display: inline-block;
  padding: 10px 0px;
  width: 140px;
  margin-right: 28px;
}
@media screen and (max-width: 1280px) {
  .tryFreeBtn {
    margin: 0px 0 10px;
  }
}
@media screen and (max-width: 960px) {
  .tryFreeBtn {
    padding: 10px 20px;
  }
}

.bannerVideo {
  width: 640px;
}
@media screen and (max-width: 1280px) {
  .bannerVideo {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .bannerVideo {
    width: 100%;
  }
}

.bannerVideoContent {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.bannerVideoContent video,
.bannerVideoContent iframe,
.bannerVideoContent object,
.bannerVideoContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.indexSloganUl2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.indexCourseFocus {
  background-color: #151515;
  color: #fff;
  padding: 86px 0;
}
@media screen and (max-width: 820px) {
  .indexCourseFocus {
    padding: 43px 0;
  }
}

.indexCourseFocusContainer {
  max-width: 920px;
  margin: 0 auto;
  width: 95%;
}

.courseFocusRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .courseFocusRow {
    margin-bottom: 30px;
  }
  .courseFocusRow:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.courseFocusRow:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .courseFocusRow:nth-of-type(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.courseFocusRow:nth-of-type(2n) .courseFocusRowPic {
  margin: 0 0px 0 13px;
}
@media screen and (max-width: 767px) {
  .courseFocusRow:nth-of-type(2n) .courseFocusRowPic {
    margin: 0 auto 10px;
  }
}
.courseFocusRow:first-of-type .courseFocusRowText {
  padding: 20px 40px 15px;
}
@media screen and (max-width: 768px) {
  .courseFocusRow:first-of-type .courseFocusRowText {
    padding: 20px 25px 15px;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusRow:first-of-type .courseFocusRowText {
    padding: 15px 20px 15px;
  }
}
.courseFocusRow:first-of-type h3 {
  margin-bottom: 10px;
}

.courseFocusRowPic {
  background-color: #fff;
  border-radius: 10px;
  background: #e11b19;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  margin: 0 13px 0 0px;
}
@media screen and (max-width: 767px) {
  .courseFocusRowPic {
    margin: 0 auto 10px;
    width: 200px;
    height: 200px;
  }
}
.courseFocusRowPic p {
  font-weight: 700;
  font-size: 2.25rem;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .courseFocusRowPic p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusRowPic p {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.courseFocusRowPicInner {
  text-align: center;
}
.courseFocusRowPicInner img,
.courseFocusRowPicInner svg {
  max-width: 160px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .courseFocusRowPicInner img,
  .courseFocusRowPicInner svg {
    max-width: 100px;
  }
}

.courseFocusRowText {
  border-radius: 10px;
  border: 4px solid #e11b19;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .courseFocusRowText {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusRowText {
    padding: 15px 20px;
    border: 1px solid #e11b19;
  }
}
.courseFocusRowText p {
  font-size: 1.25rem;
  font-weight: 400;
  color: #e11b19;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .courseFocusRowText p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusRowText p {
    font-size: 1rem;
  }
}
.courseFocusRowText h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .courseFocusRowText h3 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .courseFocusRowText h3 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusRowText h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.courseFocusRowText ul {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .courseFocusRowText ul {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusRowText ul {
    font-size: 0.8rem;
  }
}
.courseFocusRowText ul li {
  line-height: 1.6;
}

.courseFocusToClassBtn {
  position: absolute;
  right: 50px;
  bottom: 20px;
  width: 140px;
}
@media screen and (max-width: 768px) {
  .courseFocusToClassBtn {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .courseFocusToClassBtn {
    padding: 6px 15px;
    width: auto;
  }
}

.whatElse {
  background-color: #191c1f;
  color: #fff;
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .whatElse {
    padding: 40px 0 50px;
  }
}

.whatElseUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
  width: 95%;
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .whatElseUl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.whatElseUl li {
  width: calc(33.3333% - 20px);
  margin-right: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .whatElseUl li {
    width: calc(33.33333% - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .whatElseUl li {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .whatElseUl li:last-of-type {
    margin: 0;
  }
}
.whatElseUl li:last-of-type {
  margin-right: 0;
}
.whatElseUl li h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .whatElseUl li h3 {
    font-size: 1.5rem;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  .whatElseUl li h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.whatElseUl li p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .whatElseUl li p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .whatElseUl li p {
    font-size: 1rem;
  }
}

.whatElsePic {
  margin-bottom: 40px;
  height: 153px;
}
@media screen and (max-width: 767px) {
  .whatElsePic {
    margin-bottom: 15px;
  }
}

.mainCoach {
  background-color: #0d0d0d;
  padding: 86px 0 0;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  .mainCoach {
    padding: 43px 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .mainCoach {
    padding: 30px 0 0px;
  }
}

.mainCoachLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 0 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .mainCoachLists {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .mainCoachLists {
    width: 90%;
    padding: 0 0 30px;
  }
}
.mainCoachLists > li {
  margin-right: 150px;
  width: calc(50% - 75px);
  color: #ddd;
}
.mainCoachLists > li:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .mainCoachLists > li {
    width: calc(50% - 35px);
    margin-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .mainCoachLists > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.mainCoachLists .coachPic {
  width: 232px;
  height: 232px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 28px;
  border: solid 2px #ffffff73;
}
@media screen and (max-width: 767px) {
  .mainCoachLists .coachPic {
    margin: 0 auto 14px;
  }
}
.mainCoachLists .coachPic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainCoachLists h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.mainCoachLists span {
  font-size: 1.125rem;
  color: #e11b19;
  display: inline-block;
  margin-bottom: 10px;
}

.coachExpUl li {
  margin-bottom: 10px;
}

.secondCoachLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 0 100px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.secondCoachLists > li {
  width: calc(33.3333% - 20px);
  margin-right: 30px;
}
.secondCoachLists > li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .secondCoachLists > li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .secondCoachLists > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .secondCoachLists > li {
    width: 100%;
    margin-right: 0;
  }
}
.secondCoachLists .coachPic {
  width: 185px;
  height: 185px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 28px;
  border: solid 2px #ffffff73;
}
@media screen and (max-width: 767px) {
  .secondCoachLists .coachPic {
    margin: 0 auto 14px;
    width: 232px;
    height: 232px;
  }
}
.secondCoachLists .coachPic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.secondCoachLists h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.secondCoachLists span {
  font-size: 1.125rem;
  color: #e11b19;
  display: inline-block;
  margin-bottom: 10px;
}

.indexSubscription {
  background-color: #1a1d20;
  padding: 80px 0 100px;
}
@media screen and (max-width: 820px) {
  .indexSubscription {
    padding: 40px 20px 40px;
  }
}

.indexSubscriptionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.indexSubscriptionTitle p {
  width: 80%;
  line-height: 1.6;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionTitle p {
    font-size: 1rem;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .indexSubscriptionTitleL {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.indexSubscriptionTitleL span {
  color: #e11b19;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  .indexSubscriptionTitleL span {
    font-size: 1rem;
  }
}

.indexSubscriptionTitleL h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 820px) {
  .indexSubscriptionTitleL h3 {
    font-size: 1.8rem;
  }
}

.indexSubscriptionPlansContainer {
  max-width: 860px;
  margin: 0 auto;
}

.indexSubscriptionPlans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlans {
    width: 95%;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 374px) {
  .indexSubscriptionPlans {
    width: 100%;
  }
}

.indexSubscriptionPlansLi {
  width: calc(33.3333% - 5px);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(15, 15, 15, 0.6);
  height: 420px;
  padding: 80px 25px;
  text-align: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .indexSubscriptionPlansLi {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlansLi {
    width: 100%;
    padding: 30px 15px;
    margin: 0 auto 20px;
    height: auto;
  }
}
.indexSubscriptionPlansLi:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlansLi:last-of-type {
    margin: 0 auto 20px;
  }
}
.indexSubscriptionPlansLi:first-of-type > p,
.indexSubscriptionPlansLi:first-of-type > del {
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.indexSubscriptionPlansLi:nth-of-type(2) {
  padding: 110px 25px 36px;
  height: 480px;
  background: #0f0f0f;
}
@media screen and (max-width: 768px) {
  .indexSubscriptionPlansLi:nth-of-type(2) {
    height: 420px;
    padding: 100px 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlansLi:nth-of-type(2) {
    height: auto;
  }
}
.indexSubscriptionPlansLi > .redBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.indexSubscriptionPlansLi a {
  display: inline-block;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlansLi a {
    padding: 5px 15px;
  }
}
.indexSubscriptionPlansLi a i {
  margin-left: 15px;
}
.indexSubscriptionPlansLi del {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.25rem;
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}
.indexSubscriptionPlansLi > p {
  font-size: 0.75rem;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlansLi > p {
    margin-bottom: 20px;
  }
}

.indexPlanTitle {
  font-size: 1.45rem;
  color: #ddd;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .indexPlanTitle {
    font-size: 1.3rem;
  }
}
.indexPlanTitle p {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .indexPlanTitle p {
    margin-bottom: 10px;
  }
}
.indexPlanTitle span {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .indexPlanTitle span {
    font-size: 1.6rem;
  }
}

.specialTag {
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
  background: #e11b19;
  font-weight: 700;
  padding: 5px 10px;
  display: inline-block;
}

.specialTagBest {
  background: #1953c5;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.specialTagEarly {
  color: #fff;
  background-color: #e77308;
  position: absolute;
  left: -40px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 15px;
  padding: 5px 45px;
  font-weight: 700;
}

.earlyGiftBtn {
  color: #ddd;
  font-size: 0.75rem;
  padding: 0 !important;
  margin: 10px auto;
  display: inline-block;
}
.earlyGiftBtn span {
  text-decoration: underline;
}
.earlyGiftBtn:hover {
  color: #e11b19;
}

.indexSubscriptionText {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionText {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.indexSubscriptionText li {
  color: #ddd;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 10px 20px;
  background-color: #0f0f0f;
  margin-bottom: 6px;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionText li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.indexSubscriptionText li > span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionText li > span {
    display: inline-block;
  }
}
.indexSubscriptionText li img {
  width: 20px;
  display: inline-block;
  margin: 0 10px;
}

.indexTryPlan {
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 25px;
}
@media screen and (max-width: 767px) {
  .indexTryPlan {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.indexTryPlan a {
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .indexTryPlan a {
    padding: 5px 15px;
  }
}

.indexTryPlanLeft {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .indexTryPlanLeft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
}
.indexTryPlanLeft p {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .indexTryPlanLeft p {
    margin-bottom: 10px;
  }
}

.indexTryPlanLeftTitle {
  color: #ddd;
  font-family: Noto Sans CJK TC;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .indexTryPlanLeftTitle {
    margin: 0 auto 10px;
  }
}
.indexTryPlanLeftTitle span {
  color: #e11b19;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.indexTryPlanLeftTitle + p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ddd;
}
.indexTryPlanLeftTitle + p img {
  width: 20px;
  display: inline-block;
  margin-right: 10px;
}

.studentsIntro {
  background-color: #151515;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .studentsIntro {
    padding: 40px 0;
  }
}

.studentsIntroSwiperContainer {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .studentsIntroSwiperContainer {
    width: 100%;
  }
}
.studentsIntroSwiperContainer .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 20px 0;
}
.studentsIntroSwiperContainer .swiper-pagination-bullet {
  background-color: #fff;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.studentsIntroSwiperContainer .swiper-pagination-bullet-active {
  background-color: #e11b19;
  width: 25px;
  height: 10px;
  border-radius: 10px;
}

.studentsIntroSwiper {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .studentsIntroSwiper {
    height: 350px;
  }
}
.studentsIntroSwiper .studentsSwiperWrapper {
  height: 100%;
}
.studentsIntroSwiper .swiper-slide {
  height: 100%;
  text-align: center;
  background-color: #151515;
}
.studentsIntroSwiper .studentsFeedbackPicEach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.studentsIntroSwiper .studentsFeedbackPicEach img {
  max-height: 100%;
}

.studentsIntroNext::after,
.studentsIntroPrev::after {
  color: #fff;
  font-weight: bold;
}

.studentsIntroNext:hover::after,
.studentsIntroPrev:hover::after {
  color: #e82e2c;
}

@media screen and (max-width: 767px) {
  .studentsIntroNext::after,
  .studentsIntroPrev::after {
    font-size: 1.5rem;
  }
}

.studentsFeedback {
  background-color: #151515;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .studentsFeedback {
    padding: 40px 0;
  }
}

.studentsFeedbackPic {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  max-width: 1046px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .studentsFeedbackPic {
    width: 90%;
  }
}

.studentsFeedbackSwiperContainer {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .studentsFeedbackSwiperContainer {
    width: 100%;
  }
}
.studentsFeedbackSwiperContainer .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 20px 0;
}
.studentsFeedbackSwiperContainer .swiper-pagination-bullet {
  background-color: #fff;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.studentsFeedbackSwiperContainer .swiper-pagination-bullet-active {
  background-color: #e11b19;
  width: 25px;
  height: 10px;
  border-radius: 10px;
}

.studentsFeedbackSwiper {
  position: relative;
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .studentsFeedbackSwiper {
    height: 350px;
  }
}
.studentsFeedbackSwiper .studentsSwiperWrapper {
  height: 100%;
}
.studentsFeedbackSwiper .swiper-slide {
  height: 100%;
  text-align: center;
  background-color: #151515;
}
.studentsFeedbackSwiper .studentsFeedbackPicEach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.studentsFeedbackSwiper .studentsFeedbackPicEach img {
  max-height: 100%;
}

.studentsFeedbackNext::after,
.studentsFeedbackPrev::after {
  color: #fff;
  font-weight: bold;
}

.studentsFeedbackNext:hover::after,
.studentsFeedbackPrev:hover::after {
  color: #e82e2c;
}

@media screen and (max-width: 767px) {
  .studentsFeedbackNext::after,
  .studentsFeedbackPrev::after {
    font-size: 1.5rem;
  }
}

.teacherFeedback {
  padding: 86px 0;
  background-color: #0d0d0d;
}
@media screen and (max-width: 768px) {
  .teacherFeedback {
    padding: 40px 0;
  }
}

.teacherFeedbackSwiperContainer {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  color: #ddd;
}
.teacherFeedbackSwiperContainer .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 20px 0;
}
.teacherFeedbackSwiperContainer .swiper-pagination-bullet {
  background-color: #fff;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.teacherFeedbackSwiperContainer .swiper-pagination-bullet-active {
  background-color: #e11b19;
  width: 25px;
  height: 10px;
  border-radius: 10px;
}

.teacherFeedbackSwiper {
  position: relative;
  max-width: 1088px;
  width: 80%;
}
.teacherFeedbackSwiper .swiper-slide h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .teacherFeedbackSwiper .swiper-slide h3 {
    font-size: 1.3rem;
  }
}
.teacherFeedbackSwiper .swiper-slide h4 {
  color: #e11b19;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .teacherFeedbackSwiper .swiper-slide h4 {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
}
.teacherFeedbackSwiper .swiper-slide p {
  font-size: 0.75rem;
}

.teacherFeedbackNext::after,
.teacherFeedbackPrev::after {
  color: #fff;
  font-weight: bold;
}

.teacherFeedbackNext:hover::after,
.teacherFeedbackPrev:hover::after {
  color: #e82e2c;
}

@media screen and (max-width: 767px) {
  .teacherFeedbackNext::after,
  .teacherFeedbackPrev::after {
    font-size: 1.5rem;
  }
}

.teacherFeedbackVideo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .teacherFeedbackVideo {
    margin-bottom: 8px;
  }
}
.teacherFeedbackVideo iframe,
.teacherFeedbackVideo object,
.teacherFeedbackVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teacherFeedbackVideoCover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00000080;
  left: 0;
  top: 0;
  z-index: 2;
}
.teacherFeedbackVideoCover > div {
  width: 62px;
  cursor: pointer;
}
.teacherFeedbackVideoCover > div img {
  width: 100%;
}

.teacherFeedbackList {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ddd;
  width: 90%;
}

.teacherFeedbackLi {
  width: calc(33.33333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.teacherFeedbackLi:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .teacherFeedbackLi {
    width: calc(50% - 20px);
  }
  .teacherFeedbackLi:nth-of-type(3n) {
    margin-right: 30px;
  }
  .teacherFeedbackLi:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .teacherFeedbackLi {
    width: calc(100% - 0px);
    margin-right: 0;
  }
  .teacherFeedbackLi:nth-of-type(3n) {
    margin-right: 0px;
  }
  .teacherFeedbackLi:nth-of-type(2n) {
    margin-right: 0;
  }
}
.teacherFeedbackLi h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .teacherFeedbackLi h3 {
    font-size: 1.3rem;
  }
}
.teacherFeedbackLi h4 {
  color: #e11b19;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .teacherFeedbackLi h4 {
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
}
.teacherFeedbackLi p {
  font-size: 0.75rem;
}

.QA {
  background-color: #1f2327;
  padding: 86px 0;
}
@media screen and (max-width: 767px) {
  .QA {
    padding: 40px 0;
  }
}

.QAList {
  color: #ddd;
}
.QAList li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .QAList li {
    font-size: 1rem;
  }
}
.QAList li i {
  color: #e11b19;
}
.QAList .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 5px;
  cursor: pointer;
  background-color: #191c1f;
}
@media screen and (max-width: 767px) {
  .QAList .question {
    padding: 10px;
  }
}
.QAList .answer {
  font-size: smaller;
  padding: 15px 15px 15px calc(15px + 1.5rem);
  display: none;
  background-color: #3c3c3c;
}
@media screen and (max-width: 767px) {
  .QAList .answer {
    padding: 10px 10px 10px calc(10px + 1rem);
  }
}
.QAList .answer a {
  color: #ddd;
  text-decoration: underline;
}

.loginFormsBg {
  padding: 140px 0 150px;
}

.loginFormLogo {
  margin-bottom: 103px;
}

.loginForm {
  width: 95%;
  max-width: 334px;
  margin: 0 auto;
}
.loginForm .textInputEach {
  margin-bottom: 15px;
}

.rememberAccunt label {
  color: #fff;
  font-size: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.rememberAccunt input {
  background-color: #e82e2c;
}
.rememberAccunt input:checked ~ label .rememberAccuntCheckbox {
  background-color: #e82e2c;
}
.rememberAccunt input:checked ~ label .rememberAccuntCheckbox::after {
  opacity: 1;
}

.rememberAccuntInput {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.rememberAccuntCheckbox {
  width: 15px;
  height: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 4px;
  margin-left: 6px;
}
.rememberAccuntCheckbox::after {
  width: 100%;
  height: 100%;
  content: "\f00c";
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  font-size: 12px;
}

.forgetPassword {
  font-size: 0.75rem;
}
.forgetPassword a {
  color: #fff;
}
.forgetPassword a:hover {
  text-decoration: underline;
}

.loginBtn {
  margin: 30px auto;
  border: none;
  cursor: pointer;
  width: 100%;
}

.toRegisterRow {
  color: #fff;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.toRegisterRow a {
  color: #e11b19;
  text-decoration: underline;
}
.toRegisterRow a:hover {
  text-decoration: none;
}

.byOtherLoginWay {
  color: #fff;
}
.byOtherLoginWay p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-weight: 700;
  margin-bottom: 34px;
}
.byOtherLoginWay p::before,
.byOtherLoginWay p::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  border-bottom: 2px solid #fff;
}
.byOtherLoginWay p::before {
  margin: auto 10px 5px 0px;
}
.byOtherLoginWay p::after {
  margin: auto 0px 5px 10px;
}

.byOtherLoginWay ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.otherLoginWayBtn {
  display: inline-block;
  width: 74px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3c3c3c;
  border-radius: 50%;
}
.otherLoginWayBtn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.forgetPasswordBg {
  padding: 140px 0 203px;
}
@media screen and (max-width: 767px) {
  .forgetPasswordBg {
    padding: 110px 0;
  }
}

.forgetPasswordLogo {
  margin-bottom: 100px;
}

.forgetPasswordForm {
  width: 95%;
  max-width: 380px;
  margin: 0 auto;
}
.forgetPasswordForm .textInputEach {
  margin: 32px 0;
}

.forgetPasswordFormP {
  font-size: 1.25rem;
  font-weight: 700;
}

.toSendPasswordBtn {
  margin-bottom: 18px;
}

.sendPasswordHint {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  margin: 15px 0;
  font-size: 0.75rem;
}
.sendPasswordHint a {
  color: #e11b19;
  text-decoration: underline;
}

.registerForm {
  width: 95%;
  max-width: 380px;
  margin: 0px auto;
}
.registerForm h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 44px;
  color: #fff;
}
.registerForm .textInputEachBox {
  margin-bottom: 40px;
}
.registerForm .welcomeP {
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
  margin: 5px 0;
  font-weight: 700;
}

.registerRightsHint {
  font-size: 0.75rem;
  color: #fff;
  display: block;
  text-align: center;
}
.registerRightsHint a {
  text-decoration: underline;
}
.registerRightsHint a:hover {
  text-decoration: none;
}

.registerQuestionsForm {
  max-width: 635px;
  margin: 0 auto;
  color: #fff;
}
.registerQuestionsForm h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin: 0px 0 70px;
}
@media screen and (max-width: 767px) {
  .registerQuestionsForm h2 {
    margin: 0 0 45px;
  }
}

.questionOl .textInputEachBox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
}
.questionOl .textInputEachBox input {
  width: calc(100%);
}

.questionOl p {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .questionOl p {
    margin-bottom: 15px;
  }
}

.questionOl ol li,
.questionOl ul li {
  margin-bottom: 20px;
}

.questionEach {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .questionEach {
    margin-bottom: 30px;
  }
}

.control {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  font-size: 18px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control input:checked ~ .control__indicator {
  background: #e82e2c;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control:hover input ~ .control__indicator {
  background-color: #e82e2c;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}

.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sendQformHint {
  color: #e11b19;
  text-align: center;
  font-family: Barlow;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.66;
  margin: 30px 0;
}

.sendQuestionForm {
  display: inline-block;
  width: 130px;
  padding: 10px 0;
}

.comefromQ .textInputEachBox {
  margin-left: 0;
  padding-left: 2rem;
}

.registerToDCBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 10px;
  background: #1f2327;
  padding: 59px 0 63px 0;
}
@media screen and (max-width: 767px) {
  .registerToDCBox {
    padding: 57px 0 41px 0;
  }
}

.registerToDCBoxInner {
  max-width: 273px;
  margin: 0 auto;
}
.registerToDCBoxInner h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .registerToDCBoxInner h2 {
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}
.registerToDCBoxInner h2 span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .registerToDCBoxInner h2 span {
    font-size: 0.9rem;
  }
}

.registerStep3toDCBtn {
  margin-bottom: 26px;
}

.registerStep4toDCBtn {
  background: #5865f2;
  display: block;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  padding: 10px 0;
  font-weight: 700;
  margin-bottom: 16px;
}
.registerStep4toDCBtn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.registerSendEmailInner {
  width: 95%;
  max-width: 410px;
  margin: 0 auto;
  color: #fff;
}
.registerSendEmailInner h2 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 38px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .registerSendEmailInner h2 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.registerSendEmailInner h3 {
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
}
.registerSendEmailInner h3 span {
  color: #e11b19;
  text-decoration: underline;
  font-weight: 700;
}
.registerSendEmailInner p {
  font-size: 0.75rem;
  line-height: 1.66;
  font-weight: 400;
  text-align: center;
}
.registerSendEmailInner p a {
  color: #fff;
  text-decoration: underline;
}

.sendEmailToAddress {
  background-color: #3c3c3c;
  border-radius: 10px;
  padding: 16px 16px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sendEmailToAddress {
    font-size: 1.25rem;
  }
}

.registerWelcomeContent {
  color: #fff;
  max-width: 790px;
  width: 90%;
  margin: 0 auto;
  padding: 63px 65px;
  background-color: #1f2327;
}
@media screen and (max-width: 767px) {
  .registerWelcomeContent {
    padding: 27px 20px;
  }
}
.registerWelcomeContent h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .registerWelcomeContent h2 {
    font-size: 1.5rem;
  }
}
.registerWelcomeContent p {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .registerWelcomeContent p {
    font-size: 0.9rem;
  }
}

.welcomtToCourseBtn {
  display: inline-block;
  padding: 10px 40px;
  margin: 27px 0;
}

.memberCentreDetailForm hr {
  margin-bottom: 40px;
}

.memberCentreArea {
  background-color: #111315;
  color: #fff;
  padding: 90px 0 130px;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .memberCentreArea {
    padding: 45px 0 70px;
  }
}

.memberCentreContainer {
  max-width: 600px;
  margin: 0 auto;
  width: 95%;
}

.memberCentreHead {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.memberCentreHead img {
  width: 100%;
  height: 100%;
}

.memberCentreId {
  font-size: 1.25r em;
  font-weight: 700;
  margin-bottom: 50px;
}

.memberCentreTabs {
  font-size: 1.25rem;
  font-weight: 700;
}
.memberCentreTabs li {
  width: 33.333%;
}
.memberCentreTabs a {
  display: block;
  text-align: center;
  padding: 0px 0 18px;
}
.memberCentreTabs a:hover {
  color: #e82e2c;
}

.memberCentreTab {
  color: #fff;
}

.memberCentreTabActive {
  color: #e82e2c;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .memberCentreTabContent {
    padding: 0 10px;
  }
}

.memberCentreRow {
  margin-bottom: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.memberCentreRow label {
  margin-right: 57px;
  font-weight: 700;
}
.memberCentreRow p {
  font-weight: 700;
}

.memberCentreToConectDc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 0.75rem;
  text-decoration: underline;
}
.memberCentreToConectDc:hover {
  text-decoration: none;
}
.memberCentreToConectDc:hover img {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.memberCentreToConectDc img {
  margin-right: 5px;
}

.memberCentreChangePassword {
  margin: 45px 0;
}
.memberCentreChangePassword .textInputEachBox {
  margin-bottom: 15px;
}
.memberCentreChangePassword label {
  font-weight: 700;
}

.changePasswordSwitch {
  display: inline-block;
  margin-bottom: 19px;
  cursor: pointer;
}

.memberCentreChangePasswordBox {
  display: none;
}

.subscriptionHistoryDatasBox {
  display: none;
}

.subscriptionHistoryDatas {
  font-size: 0.75rem;
  width: 100%;
}
.subscriptionHistoryDatas tr {
  line-height: 2;
  margin-bottom: 10px;
}

.upgradeBtn {
  margin: 24px 0 39px;
}

.subscriptionHistoryLabel {
  display: inline-block;
  margin-bottom: 17px;
  cursor: pointer;
}

.ovbicon {
  padding: 7px;
  border-radius: 5px;
}

.ovbicon_m {
  background-color: #3235bd;
}

.cancelSubBtn {
  color: #fff;
  display: inline-block;
  padding: 7px;
  margin-left: 20px;
}
.cancelSubBtn:hover {
  color: #e11b19;
}

.courseTopic {
  background-color: #1f2327;
  padding: 16px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
  color: #fff;
  cursor: pointer;
}
.courseTopic img {
  margin-right: 20px;
  width: 30px;
}

.memberCentreNoteList {
  margin-bottom: 37px;
}
.memberCentreNoteList .courseNoteList {
  display: none;
}
.memberCentreNoteList .courseTopic i {
  color: #e11b19;
}

.noteActionsArea {
  text-align: right;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.noteTime {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .noteActions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.noteActions a {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
}
.noteActions a:last-of-type {
  margin-right: 0;
}
.noteActions a:hover {
  color: #e11b19;
}
@media screen and (max-width: 767px) {
  .noteActions a {
    margin-bottom: 13px;
    margin-right: 0;
    font-size: 1.2rem;
  }
}

.favoriteVideoEachContent {
  position: relative;
  padding: 14px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #1f2327;
  margin: 0 10px 4px 0;
  display: inline-block;
  color: #fff;
  font-size: 0.75rem;
}
.favoriteVideoEachContent:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
@media screen and (max-width: 767px) {
  .favoriteVideoEachContent {
    padding: 10px 8px;
    margin: 0 4px 4px 0;
  }
}

.favoriteVideoEachTitleArea {
  position: relative;
  z-index: 2;
  width: 100%;
}

.favoriteVideoTitle img {
  width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .favoriteVideoTitle img {
    margin-right: 8px;
  }
}

.favoriteVideoTitle span {
  display: inline-block;
}

.favortieVideoLastTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.favortieVideoLastTime p {
  margin-right: 3px;
}
.favortieVideoLastTime p:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .favortieVideoLastTime p {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  .favortieVideoLastTime {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.deleteFavoriteVideoProgress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-color: #3c3c3c;
  z-index: 1;
}

.deleteFavoriteVideoBtn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #1f2327;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.deleteFavoriteVideoBtn:hover {
  background-color: #e11b19;
}
@media screen and (max-width: 767px) {
  .deleteFavoriteVideoBtn {
    width: 35px;
    height: 35px;
  }
}

.subscriptionPlanSection {
  background-color: #1f2327;
  color: #fff;
  padding: 100px 0 110px;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanSection {
    padding: 60px 0 65px;
  }
}

.subscriptionPlanContainer {
  max-width: 895px;
  width: 95%;
  margin: 0 auto;
}

.subscriptionPlanArea,
.subscriptionFreeArea {
  padding: 45px 40px;
}
@media screen and (max-width: 768px) {
  .subscriptionPlanArea,
  .subscriptionFreeArea {
    padding: 30px 25px;
  }
}

.subscriptionPlanArea {
  margin: 0 auto 45px;
  border-radius: 20px;
  border: 4px solid #3c3c3c;
}
.subscriptionPlanArea h2,
.subscriptionPlanArea h3 {
  font-size: 2rem;
  font-weight: bold;
}
.subscriptionPlanArea h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .subscriptionPlanArea h2 {
    margin-bottom: 20px;
  }
}
.subscriptionPlanArea .subscriptionList li {
  margin-bottom: 18px;
  border-radius: 10px;
  background: #3c3c3c;
  padding: 10px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .subscriptionPlanArea .subscriptionList li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.subscriptionPlanArea .subscriptionList li span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanArea .subscriptionList li span {
    display: inline-block;
  }
}
.subscriptionPlanArea .subscriptionList li img {
  width: 20px;
  display: inline-block;
  margin: 0 10px;
}

.subscriptionAreaTitleP {
  line-height: 1.5;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .subscriptionAreaTitleP {
    margin-bottom: 30px;
  }
}

.subscriptionPlanUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanUl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.subscriptionPlanLi {
  width: calc(33.3333% - 12px);
  margin-right: 24px;
  margin-bottom: 67px;
  border-radius: 20px;
  line-height: 1.4;
  border: 4px solid #3c3c3c;
  color: #fff;
  padding: 20px 20px 20px;
  text-align: center;
  position: relative;
  height: 300px;
}
@media screen and (max-width: 960px) {
  .subscriptionPlanLi {
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .subscriptionPlanLi {
    padding: 25px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .subscriptionPlanLi {
    width: 100%;
    min-height: 160px;
    padding: 30px 20px 30px;
  }
}
.subscriptionPlanLi:last-of-type {
  margin-right: 0;
}
.subscriptionPlanLi h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanLi h3 {
    font-size: 1.5rem;
  }
}
.subscriptionPlanLi p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanLi p {
    font-size: 1.1rem;
  }
}
.subscriptionPlanLi del,
.subscriptionPlanLi span {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.subscriptionPlanLiHalfYear .forYearHints {
  font-size: 0.875rem;
}

.subscriptionPlanLiYear {
  background-color: #3c3c3c;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.pushPlanTagRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.pushPlanTag {
  border-radius: 15px;
  font-size: 0.75rem;
  color: #fff;
  padding: 10px 20px;
  white-space: nowrap;
  text-transform: uppercase;
}

.pushPlanTagBest {
  background: #1953c5;
  margin-right: 10px;
}

.pushPlanTagEarly {
  background-color: #e77308;
}

.subscriptionPlanBtn {
  display: block;
  min-width: 160px;
  padding: 10px 0px;
}
.subscriptionPlanBtn i {
  margin-left: 20px;
}

.indexSubscriptionPlanNormalWrap {
  position: relative;
  margin: 0 auto 80px;
  width: 53.7%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .indexSubscriptionPlanNormalWrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlanNormalWrap {
    width: 100%;
  }
}

.indexSubscriptionPlanNormal {
  border: 4px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -o-linear-gradient(top left, #1f2327, #1f2327),
    -o-linear-gradient(300deg, #e11b19 0%, #1d0f0f 50%, #1d0f0f 51%, #e11b19
          100%);
  background-image: linear-gradient(to bottom right, #1f2327, #1f2327),
    linear-gradient(150deg, #e11b19 0%, #1d0f0f 50%, #1d0f0f 51%, #e11b19 100%);
  text-align: center;
  font-size: 1.45rem;
  color: #ddd;
}
@media screen and (max-width: 768px) {
  .indexSubscriptionPlanNormal {
    font-size: 1.3rem;
  }
}

.indexSubscriptionPlanNormalContent {
  position: relative;
  padding: 30px 20px;
}
.indexSubscriptionPlanNormalContent p {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlanNormalContent p {
    margin-bottom: 10px;
  }
}
.indexSubscriptionPlanNormalContent span {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .indexSubscriptionPlanNormalContent span {
    font-size: 1.6rem;
  }
}
.indexSubscriptionPlanNormalContent del {
  color: #818181;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}
.indexSubscriptionPlanNormalContent > p {
  font-size: 0.875rem;
  color: #f9f9f9;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlanNormalContent > p {
    margin-bottom: 20px;
  }
}
.indexSubscriptionPlanNormalContent > .redBtn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  font-size: 1rem;
  display: inline-block;
  padding: 11px 33px;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlanNormalContent > .redBtn {
    padding: 5px 15px;
  }
}
.indexSubscriptionPlanNormalContent > .redBtn i {
  margin-left: 15px;
}
.indexSubscriptionPlanNormalContent .indexPlanTitle {
  font-size: 1rem;
  color: #f9f9f9;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .indexSubscriptionPlanNormalContent .indexPlanTitle {
    font-size: 1.3rem;
  }
}
.indexSubscriptionPlanNormalContent .indexPlanTitle p {
  font-size: 2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .indexSubscriptionPlanNormalContent .indexPlanTitle p {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.indexSubscriptionPlanNormalContent .indexPlanTitle span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .indexSubscriptionPlanNormalContent .indexPlanTitle span {
    font-size: 1.6rem;
  }
}

.subscriptionPlanNormalSpecialTag {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#5d0807),
    color-stop(36%, #e82e2c),
    color-stop(58%, #e82e2c),
    to(#5d0807)
  );
  background: -o-linear-gradient(
    left,
    #5d0807 0%,
    #e82e2c 36%,
    #e82e2c 58%,
    #5d0807 100%
  );
  background: linear-gradient(
    to right,
    #5d0807 0%,
    #e82e2c 36%,
    #e82e2c 58%,
    #5d0807 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 2;
  position: absolute;
  left: -50px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  padding: 5px 55px;
  font-weight: 700;
  font-size: 1rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .subscriptionPlanNormalSpecialTag {
    top: 20px;
    font-size: 0.8rem;
  }
}

.subscriptionFreeArea {
  background-color: #3c3c3c;
  border-radius: 20px;
  position: relative;
}
.subscriptionFreeArea h2 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.subscriptionFreeArea .subscriptionList li {
  margin-bottom: 18px;
  border-radius: 10px;
  border: 2px solid #3c3c3c;
  background-color: #1f2327;
  padding: 10px 10px;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.subscriptionFreeArea .subscriptionList li span {
  color: #fff;
}
.subscriptionFreeArea .subscriptionList li img {
  width: 20px;
  display: inline-block;
  margin: 0 10px;
}
.subscriptionFreeArea .subscriptionFreeBtn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 12px 30px;
}
@media screen and (max-width: 767px) {
  .subscriptionFreeArea .subscriptionFreeBtn {
    min-width: 180px;
    word-break: keep-all;
  }
}

.cardInfos {
  padding: 20px 0;
  max-width: 350px;
}
.cardInfos .textInputEach {
  margin-bottom: 20px;
  color: #fff;
}
.cardInfos .textInputEach select {
  border: none;
  outline: none;
  border-radius: 11px;
  padding: 0px 14px 0px 14px;
  background-color: #3c3c3c;
  color: #fff;
}
.cardInfos .textInputEach select:first-of-type {
  margin-right: 10px;
  padding-left: 0;
}

.cardInfosRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.cardInfosRow label {
  width: 6rem;
  padding-right: 1rem;
}
.cardInfosRow input {
  border: none;
  outline: none;
  border-radius: 11px;
  padding: 10px 14px 10px 14px;
  background-color: #3c3c3c;
  color: #fff;
  width: 100px;
}

.courseArticle {
  background-color: #1f2327;
}

.courseArticleContainer {
  max-width: 960px;
  margin: 0 auto;
  width: 95%;
  padding: 50px 0 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .courseArticleContainer {
    padding: 25px 0 30px;
  }
}
.courseArticleContainer img {
  margin: 0 auto 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .courseArticleContainer img {
    margin: 0 auto 30px;
  }
}
.courseArticleContainer > p {
  line-height: 2.1;
  margin: 0 auto 40px;
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .courseArticleContainer > p {
    margin: 0 auto 20px;
    font-size: 0.9rem;
  }
}
.courseArticleContainer a {
  color: #e82e2c;
}
.courseArticleContainer a:hover {
  text-decoration: underline;
}
.courseArticleContainer > h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 20px;
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .courseArticleContainer > h2 {
    font-size: 1.25rem;
  }
}
.courseArticleContainer > h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 20px;
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .courseArticleContainer > h3 {
    font-size: 1rem;
  }
}
.courseArticleContainer > ul,
.courseArticleContainer ol {
  margin-bottom: 40px;
  padding-left: 1.5rem;
}
.courseArticleContainer > ul li,
.courseArticleContainer ol li {
  margin-bottom: 10px;
}
.courseArticleContainer > ul li:last-of-type,
.courseArticleContainer ol li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .courseArticleContainer > ul,
  .courseArticleContainer ol {
    font-size: 0.9rem;
  }
}
.courseArticleContainer ul {
  list-style: square;
}
.courseArticleContainer ol {
  list-style: decimal;
}

.courseArticleTitleArea {
  margin-bottom: 60px;
  border-bottom: thick double #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .courseArticleTitleArea {
    margin-bottom: 30px;
    border-bottom: 4px double #fff;
  }
}
.courseArticleTitleArea h1 {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .courseArticleTitleArea h1 {
    font-size: 1.3rem;
  }
}

.courseArticleTitleInfo {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .courseArticleTitleInfo {
    font-size: 0.75rem;
  }
}
.courseArticleTitleInfo span {
  display: inline-block;
  margin-right: 10px;
}

.courseArticleTOC {
  background-color: #3c3c3c;
  padding: 20px 25px;
  max-width: 600px;
  margin: 30px auto 60px;
  border-radius: 10px;
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .courseArticleTOC {
    max-width: 500px;
    width: 90%;
    padding: 15px 20px;
  }
}
.courseArticleTOC ul {
  padding: 20px;
  list-style-type: square;
}
@media screen and (max-width: 767px) {
  .courseArticleTOC ul {
    padding: 10px 0 10px 16px;
    font-size: 0.8rem;
  }
}
.courseArticleTOC li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .courseArticleTOC li {
    margin-bottom: 10px;
  }
}
.courseArticleTOC li:last-of-type {
  margin-bottom: 0;
}
.courseArticleTOC a {
  color: #ddd;
}
.courseArticleTOC a:hover {
  color: #e82e2c;
}

.TOCTitle {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .TOCTitle {
    font-size: 1.2rem;
  }
}

.courseArticleKeywords {
  font-size: 0.8rem;
  max-width: 800px;
  width: 80%;
  margin: 0 auto 40px;
}
.courseArticleKeywords > span {
  display: block;
  margin-bottom: 10px;
}
.courseArticleKeywords .courseArticleKeyword {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 8px;
  font-size: 0.8rem;
  border-radius: 5px;
  background-color: #e11b19;
  color: #fff;
}
.courseArticleKeywords .courseArticleKeyword:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.overbankrollBannerBg {
  background-image: url(https://imagedelivery.net/4C6BZtpZHyXiVSDEAa0mOg/4d0e9690-ce43-4b35-0081-cc3cd161da00/public);
  padding: 80px 0 120px;
  background-attachment: fixed;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .overbankrollBannerBg {
    padding: 40px 0 0px;
  }
}

.overbankrollContainer h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overbankrollContainer h2 {
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}

.overbankrollBannerVideo {
  width: 90%;
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}

.overbankrollBannerText {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  text-align: center;
  padding: 60px 0 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .overbankrollBannerText {
    padding: 30px 0;
  }
}
.overbankrollBannerText img {
  width: 99%;
  max-width: 1110px;
  margin: 0 auto;
}

.overbankrollCourseArea {
  background-color: #0f0f0f;
  color: #fff;
  padding: 88px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .overbankrollCourseArea {
    padding: 44px 0;
  }
}
.overbankrollCourseArea h3 {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overbankrollCourseArea h3 {
    font-size: 1.25rem;
  }
}

.overbankrollCourseContainer {
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}

.courseListFirst {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .courseListFirst {
    margin-bottom: 40px;
  }
}
.courseListFirst h3 {
  margin-bottom: 38px;
}
.courseListFirst .toCoreLeadingBtn {
  display: inline-block;
  padding: 10px 25px;
}
.courseListFirst h4 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .courseListFirst h4 {
    font-size: 1.125rem;
  }
}

.courseListFirstPic {
  display: block;
  width: calc(40% - 10px);
  margin: 0 auto;
  position: relative;
}
.courseListFirstPic:hover .coursePic {
  border: 2px solid #e11b19;
}
.courseListFirstPic:hover h4 {
  color: #e11b19;
}
@media screen and (max-width: 767px) {
  .courseListFirstPic {
    width: 95%;
  }
}
.courseListFirstPic .coursePic {
  height: 242px;
}
@media screen and (max-width: 767px) {
  .courseListFirstPic .coursePic {
    height: 198px;
  }
}

.courseListFirstPicTag {
  position: absolute;
  left: 8px;
  top: 10px;
  border-radius: 5px;
  background-color: #e11b19;
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 6px;
}
@media screen and (max-width: 767px) {
  .courseListFirstPicTag {
    left: calc(10% - 8px);
  }
}

.courseListArea {
  margin: 0px 0 80px;
}

.courseListAreaTitle {
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.courseListAreaTitle::after,
.courseListAreaTitle::before {
  content: "";
  width: 20%;
  height: 2px;
}
.courseListAreaTitle::after {
  margin: auto 0px 15px 10px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(white),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.courseListAreaTitle::before {
  margin: auto 10px 15px 0px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media screen and (max-width: 1280px) {
  .courseListAreaTitle {
    width: 95%;
    margin: 0 auto 37px;
  }
}

.courseLists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .courseLists {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .courseLists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.courseLists h4 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .courseLists h4 {
    font-size: 1.125rem;
  }
}
.courseLists li {
  width: calc(20% - 10px);
  margin-right: 15px;
}
.courseLists li:last-of-type {
  margin-right: 0;
}
.courseLists li:hover .coursePic {
  border: 2px solid #e11b19;
}
.courseLists li:hover h4 {
  color: #e11b19;
}
@media screen and (max-width: 767px) {
  .courseLists li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.courseLists a {
  display: block;
  position: relative;
}

.coursePic {
  width: 100%;
  height: 120px;
  background-color: #3c3c3c;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 2px solid transparent;
}
@media screen and (max-width: 767px) {
  .coursePic {
    width: 90%;
    height: 198px;
    margin: 0 auto 15px;
  }
}
.coursePic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.textbookListArea {
  max-width: 1280px;
  width: 100%;
  padding: 30px 0;
}

.textbookListAreaTabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em auto;
}
.textbookListAreaTabs input[type="radio"] {
  display: none;
}
.textbookListAreaTabs input[type="radio"]:checked + label {
  color: #e11b19;
  -webkit-transform: translatey(1px);
  -ms-transform: translatey(1px);
  transform: translatey(1px);
}
.textbookListAreaTabs
  input[type="radio"]:checked
  + label
  + .textbookListContent {
  display: block;
}
.textbookListAreaTabs label {
  padding: 0.7em 1em;
  color: #fff;
  cursor: pointer;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.textbookListAreaTabs label:hover {
  color: #e11b19;
}
.textbookListAreaTabs .textbookListContent {
  display: none;
  padding: 1em;
  border-top: 1px solid #fff;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .textbookListAreaTabs .textbookListContent {
    width: 95%;
  }
}
.textbookListAreaTabs .textbookListLi {
  margin-bottom: 15px;
}
.textbookListAreaTabs .textbookListLi a {
  color: #fff;
}
.textbookListAreaTabs .textbookListLi a:hover {
  color: #e82e2c;
}

.courseSection {
  padding: 30px 0 0px;
  background-color: #0f0f0f;
  background-image: url(https://imagedelivery.net/4C6BZtpZHyXiVSDEAa0mOg/4d0e9690-ce43-4b35-0081-cc3cd161da00/public);
  background-size: contain;
  width: 100%;
  background-attachment: fixed;
}

.courseContainer {
  max-width: 590px;
  margin: 0 auto;
  width: 95%;
}

.courseTitleArea {
  margin-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .courseTitleArea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px;
  }
}

.courseTitle {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .courseTitle {
    margin-left: 10px;
  }
}
.courseTitle h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .courseTitle h2 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .courseTitleForNow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.courseTitleForNow span {
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .courseTitleForNow span {
    font-size: 0.875rem;
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.videoContainer {
  position: relative;
}

.videoBox {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoBox video,
.videoBox iframe,
.videoBox object,
.videoBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.courseVideosLists {
  margin: 85px auto 67px;
}
@media screen and (max-width: 767px) {
  .courseVideosLists {
    margin: 40px auto 30px;
  }
}

.courseListsVideoTo {
  position: relative;
  display: inline-block;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
  padding-top: 66.2%;
}
.courseListsVideoTo:hover .courseListVideoProgressArea {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 0, 0, 0.6)),
    color-stop(88.02%, rgba(0, 0, 0, 0.54))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.54) 88.02%
  );
  background: linear-gradient(
    360deg,
    rgba(255, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.54) 88.02%
  );
}
.courseListsVideoTo:hover::before {
  opacity: 0;
}
.courseListsVideoTo::before {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border-radius: 15px 15px 0px 0px;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 0;
}

a.courseListsVideoToActive .courseListVideoProgressArea {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 0, 0, 0.6)),
    color-stop(88.02%, rgba(0, 0, 0, 0.54))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.54) 88.02%
  );
  background: linear-gradient(
    360deg,
    rgba(255, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.54) 88.02%
  );
}

a.courseListsVideoToActive::before {
  opacity: 0;
}

.courseListSwiperSlideImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.courseListSwiperSlideImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.courseListSwiperSlideInfo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.courseListSwiperSlideInfo h3 {
  text-shadow: 2px 3px 5px #313131;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #ddd;
}
@media screen and (max-width: 1600px) {
  .courseListSwiperSlideInfo h3 {
    margin-bottom: 10px;
  }
}

.courseListVideoProgressArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 18px;
}
@media screen and (max-width: 1600px) {
  .courseListVideoProgressArea {
    padding: 10px;
  }
}
.courseListVideoProgressArea p {
  text-shadow: 2px 2px 5px #000000;
}

.courseListSwiperSlideLocked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .courseChooseTabs {
    width: 100%;
  }
}

.courseChooseTabs li {
  width: 20%;
}

.courseChooseTab {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 14px 0 18px;
  text-transform: uppercase;
}
.courseChooseTab:hover {
  color: #e11b19;
  background: rgba(225, 27, 25, 0.2);
}
@media screen and (max-width: 767px) {
  .courseChooseTab {
    font-size: 0.8rem;
  }
}

.courseChooseTabActive {
  color: #e11b19;
  background: rgba(225, 27, 25, 0.2);
  position: relative;
}
.courseChooseTabActive::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  -webkit-box-shadow: 0px -3px 14px 0px #f00;
  box-shadow: 0px -3px 14px 0px #f00;
  background-color: #e11b19;
}
@media screen and (max-width: 767px) {
  .courseChooseTabActive::after {
    height: 4px;
  }
}

.courseChooseTabContentWrap {
  background: #0f0f0f;
  padding: 39px 0 106px;
}
@media screen and (max-width: 767px) {
  .courseChooseTabContentWrap {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 1280px) {
  .courseChooseTabContentWrap > .container {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  .courseChooseTabContentWrap > .container {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .courseChooseTabContentWrap > .container {
    width: 92%;
  }
}

.courseChooseTabContent {
  color: #fff;
}

.courseChooseTabContentInner {
  margin-bottom: 52px;
}

.courseTopicListBox {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .courseTopicListBox > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.courseTopicListBox hr {
  margin: 10px 0 20px;
}

.courseTopicListBoxLock .courseTopicListBoxTitle,
.courseTopicListBoxLock .courseTopicListBoxTitleP {
  color: #636363;
}

.courseChooseTabContentSubTitle {
  font-size: 1.125rem;
  color: #e11b19;
  font-weight: 700;
  padding-left: 43px;
  position: relative;
  margin: 30px 0 20px;
  text-transform: uppercase;
}
.courseChooseTabContentSubTitle::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #e11b19;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.courseTopicListBoxTitleArea {
  color: #fff;
}

.courseTopicListBoxTitle {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .courseTopicListBoxTitle {
    font-size: 1.25rem;
    padding-left: 2rem;
    margin-bottom: 27px;
  }
}

.courseTopicListBoxTitleP {
  font-size: 0.75rem;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .courseTopicListBoxTitleP span {
    display: block;
  }
}

.courseTopicListBoxTitleRight img {
  max-width: 64px;
  max-height: 64px;
}

@media screen and (max-width: 767px) {
  .courseTopicListBoxTitleRight .courseChartWrap {
    width: 45px;
    height: 45px;
  }
  .courseTopicListBoxTitleRight .courseChart {
    width: 45px;
    height: 45px;
  }
  .courseTopicListBoxTitleRight .courseChartNum {
    font-size: 0.75rem;
  }
}

.courseTopicVideoListSwitchBtn {
  position: absolute;
  left: -3rem;
  font-weight: bolder;
  font-size: 2rem;
  top: 0.5rem;
  color: #3c3c3c;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .courseTopicVideoListSwitchBtn {
    left: 0;
    top: 0;
    font-size: 1.5rem;
  }
}

.courseTopicVideoList {
  display: none;
}
.courseTopicVideoList li {
  margin-bottom: 16px;
}

.courseTopicOpen {
  display: block;
}

.courseTopicVideoEach {
  color: #fff;
  display: block;
  position: relative;
}
.courseTopicVideoEach:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.courseTopicVideoEachRow {
  padding: 13px 20px;
  background-color: #1f2327;
}
@media screen and (max-width: 767px) {
  .courseTopicVideoEachRow {
    padding: 10px 8px;
  }
}

.courseTopicVideoLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.courseTopicVideoLeft span {
  font-size: 1.575rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .courseTopicVideoLeft span {
    font-size: 0.75rem;
  }
}
.courseTopicVideoLeft span > span {
  display: block;
  font-weight: 400;
  font-size: 0.75rem;
}

.courseTopicVideoEachRowPic {
  width: 29px;
  margin-right: 19px;
}
@media screen and (max-width: 767px) {
  .courseTopicVideoEachRowPic {
    margin-right: 10px;
  }
}

.courseTopicVideoEachRowText {
  width: calc(100% - 40px);
}
.courseTopicVideoEachRowText span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.courseTopicVideoEachRowText .courseTopicTag {
  border-radius: 5px;
  background-color: #e11b19;
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 6px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .courseTopicVideoEachRowText .courseTopicTag {
    font-size: 0.75rem;
  }
}
.courseTopicVideoEachRowText p {
  font-size: 0.75rem;
  color: #c2c2c2;
}

.courseTopicVideoTestTag {
  border-radius: 5px;
  background: #e11b19;
  color: #fff;
  padding: 4px 6px;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .courseTopicVideoTestTag {
    font-size: 0.75rem;
  }
}

.courseTopicVideoRight {
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .courseTopicVideoRight {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .courseTopicVideoRight {
    font-size: 0.75rem;
  }
}

.courseTopicVideoTime {
  white-space: nowrap;
}

.courseTopicVideoEachProgress {
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-color: #3c3c3c;
}

.videoPlayingSection {
  background-color: #0a0a0a;
  min-height: 100vh;
  padding: 50px 0;
}

.videoPlayingContainer {
  max-width: 1110px;
  margin: 0 auto;
  width: 95%;
}

@media screen and (max-width: 768px) {
  .videoPlayingWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.videoPlayingLeft {
  width: calc(72.1% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .videoPlayingLeft {
    width: 100%;
    margin-right: 0;
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #3c3c3c;
  }
}

.videoPlayingVideoBox {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
}

.videoPlayingVideoCover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 1px solid #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.videoPlayingVideoCover::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000c4;
  position: absolute;
  left: 0;
  top: 0;
}

.videoPlayBtn {
  width: 103px;
  margin: 50px;
  cursor: pointer;
  z-index: 2;
}
.videoPlayBtn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
@media screen and (max-width: 768px) {
  .videoPlayBtn {
    width: 80px;
    margin: 30px;
  }
}
@media screen and (max-width: 767px) {
  .videoPlayBtn {
    margin: 20px;
  }
}
.videoPlayBtn img {
  width: 100%;
}

.videoPlayActionBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .videoPlayActionBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.videoPlayActionBtns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  color: #fff;
  z-index: 2;
  padding: 10px 20px;
  font-size: 1rem;
  margin-right: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .videoPlayActionBtns a {
    margin-right: 30px;
    padding: 15px 30px;
    border: none;
    background-color: transparent;
    margin: 0 0 10px;
  }
}
.videoPlayActionBtns a span {
  position: relative;
}
.videoPlayActionBtns a span::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 6px;
  top: calc(100% - 3px);
  left: 0;
  background-color: #e11b19;
  display: none;
}
.videoPlayActionBtns a:last-of-type {
  margin-right: 0;
}
.videoPlayActionBtns a:hover span::after {
  display: block;
}
.videoPlayActionBtns a img {
  width: 30px;
  margin-right: 10px;
}

.videoPlayingVideoContent {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videoPlayingVideoContent video,
.videoPlayingVideoContent iframe,
.videoPlayingVideoContent object,
.videoPlayingVideoContent embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.courseTextArea {
  color: #fff;
  position: relative;
}

.courseTextBox {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .courseTextBox {
    width: 100%;
  }
}
.courseTextBox > p {
  line-height: 2.08;
}

.videoTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .videoTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.videoTitle h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .videoTitle h2 {
    margin-bottom: 27px;
  }
}
.videoTitle p {
  font-size: 0.75rem;
}

.courseTextAreaTags {
  margin-bottom: 10px;
}

.courseTextAreaTag {
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.75rem;
  margin: 0px 10px 10px 0;
  border-radius: 5px;
  background: #e11b19;
  color: #fff;
  padding: 4px 6px;
}
.courseTextAreaTag:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

.collectVideoArea {
  width: 20%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .collectVideoArea {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
  }
}

.collectVideoStatus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.8rem;
}
.collectVideoStatus p {
  margin-right: 10px;
  font-size: 0.75rem;
}
.collectVideoStatus i {
  font-size: 1rem;
}

.collectVideoNot i {
  color: #fff;
}

.collectVideoDone i {
  color: #e11b19;
}

.videoPlayingRight {
  width: 27.9%;
  background-color: #0f0f0f;
}
@media screen and (max-width: 768px) {
  .videoPlayingRight {
    width: 100%;
  }
}

.videoPlayingTabContent {
  color: #fff;
}
.videoPlayingTabContent .courseNoteList {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .videoPlayingTabContent .courseNoteText {
    margin-bottom: 15px;
  }
}
.videoPlayingTabContent .videoCourseNote {
  width: 75%;
  word-wrap: break-word;
}
.videoPlayingTabContent .videoCourseNote p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .videoPlayingTabContent .videoCourseNote {
    width: 100%;
    padding-left: 0;
  }
}
.videoPlayingTabContent .videoNoteActionsArea {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .videoPlayingTabContent .videoNoteActionsArea {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .videoPlayingTabContent .courseNoteEach {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .videoPlayingTabContent .noteActionsArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .videoPlayingTabContent .noteTime {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.videoPlayingTabContent .noteActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.videoPlayingTabContent .noteActions a {
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .videoPlayingTabContent .noteActions {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .videoPlayingTabContent .noteActions a {
    margin-bottom: 0;
  }
}

.videoPlayingVideoLists .favoriteVideoEachContent {
  position: relative;
  display: block;
}

.videoPlayingVideoLists .favoriteVideoEachContentActive::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #e11b19;
  -webkit-box-shadow: 5px 0px 8px 0px rgba(255, 0, 0, 0.4);
  box-shadow: 5px 0px 8px 0px rgba(255, 0, 0, 0.4);
  z-index: 3;
}

.videoPlayingNotesTabs {
  margin-bottom: 7px;
}
.videoPlayingNotesTabs li {
  width: calc(50% - 5px);
  margin-right: 5px;
}
.videoPlayingNotesTabs li:last-of-type {
  margin-right: 0;
}
.videoPlayingNotesTabs a {
  display: block;
}

.videoPlayingNotesTab {
  border-radius: 10px;
  border: 2px solid #3c3c3c;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}

.videoPlayingNotesTabActive {
  background: #3c3c3c;
}

.addVideoNoteArea {
  color: #fff;
  padding: 15px;
}

.addVideoNoteBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  color: #fff;
}
.addVideoNoteBtn:hover {
  background-color: #3c3c3c;
}
.addVideoNoteBtn img {
  margin-right: 9px;
}

.addVideoNoteTextarea {
  color: #fff;
  text-align: center;
  position: relative;
  display: none;
}
.addVideoNoteTextarea textarea {
  background-color: transparent;
  color: #fff;
  border: none;
  resize: none;
  width: 100%;
  border-radius: 10px;
  background: #2c2c2c;
  padding: 10px;
  min-height: 186px;
  margin-bottom: 10px;
}

.addVideoNoteTextareaActive {
  background: #3c3c3c;
}

.addVideoNoteTextareaBtn {
  border-radius: 10px;
  background: #6a6a6a;
  display: inline-block;
  padding: 5px 14px;
  font-size: 0.75rem;
  line-height: 2.08;
  color: #fff;
}
.addVideoNoteTextareaBtn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff6b00),
    to(#f00)
  );
  background: -o-linear-gradient(top, #ff6b00 0%, #f00 100%);
  background: linear-gradient(180deg, #ff6b00 0%, #f00 100%);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(255, 0, 0, 0.4),
    0px 15px 30px 0px rgba(255, 0, 0, 0.25);
  box-shadow: 0px 8px 15px 0px rgba(255, 0, 0, 0.4),
    0px 15px 30px 0px rgba(255, 0, 0, 0.25);
}

.addVideoNoteTime {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.75rem;
}

.termsOfUseContainer {
  max-width: 1110px;
  margin: 0 auto;
  width: 95%;
  padding: 96px 0 110px;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .termsOfUseContainer {
    padding: 43px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .termsOfUseContainer {
    padding: 38px 0 45px;
  }
}
.termsOfUseContainer h2 {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .termsOfUseContainer h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .termsOfUseContainer h2 {
    margin-bottom: 20px;
  }
}
.termsOfUseContainer > ol {
  margin: 20px 0;
  line-height: 2.1;
}
.termsOfUseContainer > ol > li {
  margin-bottom: 30px;
}
.termsOfUseContainer > ol ol {
  padding-left: 1.5rem;
}
.termsOfUseContainer > ol ol > li {
  margin-bottom: 10px;
}
.termsOfUseContainer a {
  text-decoration: underline;
  color: #fff;
}
.termsOfUseContainer a:hover {
  color: #e11b19;
}
.termsOfUseContainer h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.privacyPolicyContainer {
  max-width: 1110px;
  margin: 0 auto;
  width: 95%;
  padding: 96px 0 110px;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .privacyPolicyContainer {
    padding: 43px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacyPolicyContainer {
    padding: 38px 0 45px;
  }
}
.privacyPolicyContainer h2 {
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .privacyPolicyContainer h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .privacyPolicyContainer h2 {
    margin-bottom: 20px;
  }
}
.privacyPolicyContainer h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 20px 0;
}
.privacyPolicyContainer > ol {
  list-style: disc;
  margin: 30px 0;
  padding-left: 1.5rem;
}
.privacyPolicyContainer p > a {
  text-decoration: underline;
  color: #fff;
}
.privacyPolicyContainer p > a:hover {
  color: #e11b19;
}

.articleListSection {
  background-color: #1f2327;
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .articleListSection {
    padding: 25px 0 30px;
  }
}

.articleListContainer {
  max-width: 900px;
  width: 90%;
}

.articleListLi {
  border-top: thick double #fff;
  border-bottom: thick double #fff;
  padding: 30px 15px;
}
@media screen and (max-width: 767px) {
  .articleListLi {
    padding: 15px 10px;
  }
}
.articleListLi + .articleListLi {
  border-top: none;
}

.articleTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.articleTagLi a {
  display: inline-block;
  border-radius: 5px;
  background-color: #e11b19;
  color: #fff;
  font-size: 0.875rem;
  padding: 4px 6px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .articleTagLi a {
    font-size: 0.75rem;
    padding: 3px 6px;
  }
}
.articleTagLi a:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.articleTagsArea {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 10px;
  overflow: hidden;
}

.articleHashtagAll {
  font-size: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
  position: relative;
  line-height: 1.5;
  max-height: 40px;
  -webkit-transition: 0.3s max-height;
  -o-transition: 0.3s max-height;
  transition: 0.3s max-height;
}
.articleHashtagAll::before,
.articleHashtagAll::after {
  content: "";
}
.articleHashtagAll::before {
  height: calc(100% - 26px);
  float: right;
}
.articleHashtagAll::after {
  width: 100vw;
  height: 100vw;
  position: absolute;
  margin-left: -100px;
  left: calc(100% + 50px);
  background: #1f2327;
}

.articleHashtagLabel {
  position: relative;
  float: right;
  clear: both;
  margin-left: 20px;
  font-size: 0.875rem;
  padding: 5px 5px 0 5px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  top: -7px;
  border: 1px solid transparent;
  cursor: pointer;
}
.articleHashtagLabel::after {
  content: "﹀";
  top: 3px;
}
.articleHashtagLabel::before {
  content: "...";
  position: absolute;
  left: -5px;
  color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.articleHashtagLabel:hover {
  border: 1px solid #e11b19;
}

.articleTagsAreaInput {
  display: none;
}
.articleTagsAreaInput:checked + .articleHashtagAll {
  max-height: none;
}
.articleTagsAreaInput:checked + .articleHashtagAll::after {
  visibility: hidden;
}
.articleTagsAreaInput:checked
  + .articleHashtagAll
  .articleHashtagLabel::before {
  visibility: hidden;
}
.articleTagsAreaInput:checked + .articleHashtagAll .articleHashtagLabel::after {
  content: "︿";
}

.articleHashtag {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 5px 8px;
  font-size: 0.8rem;
  border-radius: 5px;
  background-color: #e11b19;
  color: #fff;
}
.articleHashtag:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.articleListEachRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .articleListEachRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.articleListEachRowPic {
  width: 40%;
  aspect-ratio: 3/2;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .articleListEachRowPic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.articleListEachRowPic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.articleListEachRowPic a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.articleListEachRowPic a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.articleListEachRowInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  color: #ddd;
}
.articleListEachRowInfo h2 {
  font-size: 1.575rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .articleListEachRowInfo h2 {
    font-size: 1.25rem;
  }
}
.articleListEachRowInfo h2 a {
  color: #fff;
}
.articleListEachRowInfo h2 a:hover {
  color: #e82e2c;
}
.articleListEachRowInfo .articleListAuthor {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .articleListEachRowInfo .articleListAuthor {
    font-size: 0.75rem;
  }
}
.articleListEachRowInfo p {
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .articleListEachRowInfo p {
    font-size: 0.75rem;
  }
}

.tagListEachRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .tagListEachRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tagListEachRowPic {
  width: 40%;
  aspect-ratio: 16/9;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .tagListEachRowPic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.tagListEachRowPic img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tagListEachRowPic a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tagListEachRowPic a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.tagListEachRowInfo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.5;
  color: #ddd;
}
.tagListEachRowInfo h2 {
  font-size: 1.575rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tagListEachRowInfo h2 {
    font-size: 1.25rem;
  }
}
.tagListEachRowInfo h2 a {
  color: #fff;
}
.tagListEachRowInfo h2 a:hover {
  color: #e82e2c;
}
.tagListEachRowInfo .tagListAuthor {
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .tagListEachRowInfo .tagListAuthor {
    font-size: 0.75rem;
  }
}
.tagListEachRowInfo p {
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tagListEachRowInfo p {
    font-size: 0.75rem;
  }
}

.tagHashtagLabel::before {
  content: "";
  position: absolute;
  left: -5px;
  color: #fff;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.VODListSection {
  background-color: #1f2327;
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .VODListSection {
    padding: 25px 0 30px;
  }
}

.VODTitle {
  padding: 20px 0 30px;
}

.VODTitleImg {
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border: 1px solid #fff;
}

.VODTitleInfo {
  color: #fff;
}
.VODTitleInfo h2 {
  font-weight: bold;
  font-size: 1.5rem;
}
.VODTitleInfo p {
  font-size: 0.8rem;
}

.VODListUl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.VODListLi {
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-bottom: 30px;
}
.VODListLi:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .VODListLi {
    width: calc(33.3333% - 11px);
  }
  .VODListLi:nth-of-type(4n) {
    margin-right: 16px;
  }
  .VODListLi:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .VODListLi {
    width: calc(100% - 0px);
    margin-right: 0;
  }
  .VODListLi:nth-of-type(4n) {
    margin-right: 0px;
  }
}

.VODImgBox {
  position: relative;
  aspect-ratio: 16/9;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}
.VODImgBox:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.VODImgBox img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.VODDuration,
.VODUploadDate,
.VODView {
  background-color: #484848b7;
  padding: 2px 5px;
  position: absolute;
  font-size: 0.75rem;
}

.VODDuration {
  left: 5px;
  top: 5px;
}

.VODUploadDate {
  right: 5px;
  bottom: 5px;
}

.VODView {
  left: 5px;
  bottom: 5px;
}

.VODInfoBox {
  padding: 0 5px;
}

.VODName {
  padding: 5px 0;
}
.VODName a {
  font-weight: bold;
  font-size: 1.1rem;
  color: #fff;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.VODName a:hover {
  color: #e82e2c;
}

.VODAuthor {
  display: inline-block;
  color: #ddd;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.VODAuthor:hover {
  text-decoration: underline;
}

.VODTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.VODTags li {
  display: inline-block;
  margin-right: 5px;
}
.VODTags a {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  background-color: #e82e2c;
  font-size: 0.75rem;
  border-radius: 5px;
}
.VODTags a:hover {
  -webkit-filter: brightness(1.5);
  filter: brightness(1.5);
}

.VODPageSection {
  background-color: #1f2327;
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .VODPageSection {
    padding: 25px 0 30px;
  }
}

.VODBox {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #ccc;
}

.VODBoxCover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000a2;
  z-index: 2;
}

.VODPlayBtn {
  width: 100px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.VODPlayBtn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.VODPlayBtn img {
  width: 100%;
}

.VODBoxContainer {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .VODBoxContainer {
    margin-bottom: 10px;
  }
}
.VODBoxContainer iframe,
.VODBoxContainer object,
.VODBoxContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.VODDownInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .VODDownInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.VODInfoText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .VODInfoText {
    margin-right: 0;
  }
}
.VODInfoText h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.VODInfoText p {
  font-size: 1rem;
}

.VODInfoDuration {
  width: 200px;
  text-align: right;
  font-size: 0.9rem;
}
.VODInfoDuration span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .VODInfoDuration {
    width: 100%;
    margin-bottom: 10px;
  }
}

.ADBg {
  background-color: #1f2327;
  min-height: 100vh;
}

.ADcontainer {
  padding: 80px 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ADcontainer {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    padding: 40px 0;
  }
}

.ADitemEach {
  margin-bottom: 50px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
@media screen and (max-width: 767px) {
  .ADitemEach {
    width: 80%;
    margin: 0 auto 40px;
  }
}
.ADitemEach:hover h2,
.ADitemEach:hover p {
  color: #e82e2c;
}
.ADitemEach:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ADitemEach a {
  display: block;
  color: #fff;
}
.ADitemEach h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ADitemEach h2 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.ADitemEach p {
  font-size: 0.75rem;
}

.ADitemPic {
  margin-bottom: 15px;
  text-align: center;
}

.quizListSection {
  background-color: #1f2327;
  min-height: 80vh;
  padding: 30px 0;
}

.quizListUl {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.quizListLi {
  position: relative;
  width: calc(50% - 20px);
  border: 1px solid #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px;
  aspect-ratio: 3/2;
  background-image: url(https://imagedelivery.net/4C6BZtpZHyXiVSDEAa0mOg/4d0e9690-ce43-4b35-0081-cc3cd161da00/public);
  background-size: cover;
}
.quizListLi:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .quizListLi {
    width: 100%;
    margin-right: 0;
  }
}
.quizListLi h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  .quizListLi h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .quizListLi h2 {
    font-size: 1.2rem;
  }
}

.quizListLiContent {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.quizListLiDone {
  position: relative;
}
.quizListLiDone::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccc46;
  z-index: 1;
}

.goQuizBtn {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 30px;
}
@media screen and (max-width: 820px) {
  .goQuizBtn {
    padding: 6px 20px;
  }
}
@media screen and (max-width: 767px) {
  .goQuizBtn {
    font-size: 0.8rem;
  }
}

.quizInfoBox {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.quizInfoText {
  color: #fff;
}
.quizInfoText p {
  margin: 20px 0 30px;
  padding: 20px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quizInfoText p {
    font-size: 1rem;
  }
}

.quizTitleArea {
  margin-bottom: 60px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .quizTitleArea {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 30px;
  }
}
.quizTitleArea h2 {
  font-size: 2.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .quizTitleArea h2 {
    font-size: 1.25rem;
  }
}
.quizTitleArea p {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .quizTitleArea p {
    font-size: 1rem;
  }
}

.quizBox {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 0;
}
.quizBox .quizTopic {
  font-size: 1.5rem;
  color: #fff;
  margin: 40px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .quizBox .quizTopic {
    font-size: 1.3rem;
    margin: 25px 0;
  }
}
.quizBox .control {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #fff;
}
.quizBox .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.quizBox .control input:checked ~ .control__indicator {
  background: #e82e2c;
}
.quizBox .control input:checked ~ .control__indicator:after {
  display: block;
}
.quizBox .control:hover input ~ .control__indicator {
  background-color: #e82e2c;
}
.quizBox .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
}
.quizBox .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.quizBox .control--radio .control__indicator {
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.quizBox .control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.quizBox .control--checkbox .control__indicator:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.quizUl {
  margin: 20px 0;
}
.quizUl li {
  margin-bottom: 20px;
}

.quizActionBtns a {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px;
}

.quizFinishTitle {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bolder;
}
@media screen and (max-width: 767px) {
  .quizFinishTitle {
    font-size: 1.5rem;
  }
}

.quizFinishTopic {
  font-size: 1.5rem;
  color: #fff;
  margin: 40px 0 60px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quizFinishTopic {
    font-size: 1rem;
  }
}

.quizAnswerArea {
  margin: 30px 0;
}

.quizAnswerEach {
  border-bottom: 2px dashed #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.quizAnswerEachQ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.quizAnswerEachQ p {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 15px;
}

.quizAnswerStatus {
  display: inline-block;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.quizAnswerStatusRight {
  background-color: #14c20b;
}

.quizAnswerStatusWrong {
  background-color: #e82e2c;
}

.quizAnswerStatusWrong {
  background-color: #e11b19;
}

.quizAnswerEachList {
  padding-left: calc(0.875rem + 35px);
  margin-bottom: 30px;
}
.quizAnswerEachList .control {
  pointer-events: none;
}
.quizAnswerEachList .control span {
  display: inline-block;
  padding: 3px;
}

.quizAnswerEachExplane {
  color: #fff;
}
.quizAnswerEachExplane p:first-of-type {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .quizAnswerEachExplane p:first-of-type {
    font-size: 1.2rem;
  }
}

.quizAnswerRightAnswer span {
  background-color: #1b9015;
  color: #ffffff;
}

/*# sourceMappingURL=all.css.map */
