@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}
ol,
ul {
  list-style: none;
}
a {
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

/* a:hover { text-decoration: none; color: #e52431; } */
i {
  font-style: normal;
}
em {
  font-style: italic;
}
button {
  border: none;
}
button,
input,
select,
textarea {
  outline: 0;
  border-radius: 0;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 1em;
}
body,
html {
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 1em;
  font-family: "Noto Sans TC", sans-serif;
  height: 100%;
}
html.disableScroll,
html.disableScroll body {
  overflow: hidden;
}
select {
  border: none;
}
/* .img,img{ width: 100%; height: 100%; } */
/* .img{ display: flex; justify-content: center; align-items: center; } */
a:focus,
button:focus,
input:focus,
.btn:focus,
.form-control:focus,
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
textarea:focus {
  outline: 2px dashed #e52431 !important;
  box-shadow: none;
}
.header {
  display: block;
}
.rwdHeader {
  display: none;
}
/* 文本顯示行數 */
.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ellipsis-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.ellipsis-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.ellipsis-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.ellipsis-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.ellipsis-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
h1 {
  font-size: 40px !important;
  font-weight: bold;
}
h2 {
  font-size: 30px !important;
  color: #333;
}
h3 {
  font-size: 28px !important;
}
h4 {
  font-size: 25px !important;
  font-weight: bold;
}
h5 {
  font-size: 19px !important;
  font-weight: bold;
}
h6 {
  font-size: 17px !important;
  font-weight: bold;
}
p {
  font-size: 18px !important;
  color: #333;
}
.gray {
  background: #f3f3f3 !important;
  color: #949292 !important;
  cursor: default;
}
.gray a {
  color: #949292 !important;
}
.hidden {
  display: none !important;
}
.invalid-feedback {
  display: block;
}

/* flex  */
.flex {
  display: flex;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.flex-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
}
.container {
  width: 80%;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.flexJust {
  display: flex;
  justify-content: space-between;
}
.flexCenter {
  display: flex;
  align-items: center;
}
.ivu-text-center {
  text-align: center;
}
.date {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
.date .time {
  color: #827373;
  font-size: 15px;
  padding-left: 3px;
}
.redTitle {
  font-size: 19px;
  color: #7c2529;
  font-weight: bolder;
  margin-left: 5px;
}
.home {
  padding-top: 110px;
}
.ivu-8 {
  margin-top: 8px;
}
.ivu-mt {
  margin-top: 16px;
}
.ivu-mt-20 {
  margin-top: 20px;
}
.ivu-mr {
  margin-right: 10px;
}
.ivu-ml {
  margin-left: 10px;
}
.ivu-mb {
  margin-bottom: 10px;
}
.ivu-pr {
  padding-right: 10px;
}
.ivu-pl {
  padding-left: 10px;
}
.ivu-mb-8 {
  margin-bottom: 8px;
}
.ivu-mr-8 {
  margin-right: 8px;
}
.subtitle {
  font-size: 30px;
  color: #333;
  font-weight: 500;
}
.red-feedback {
  margin-top: 5px;
  color: #dd0312;
  font-size: 0.875em;
}
.noClass {
  font-size: 1.3rem;
  font-weight: bold;
}
/* header */
/* 分類菜單 */
.topicCategoriesHeader {
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2);
  height: 110px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 20;
}
.topicCategoriesHeader .headerTop {
  width: 80%;
  margin: 0 auto;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 10px;
}
.topicCategoriesHeader .headerTop a {
  font-size: 17px;
  color: #63666a;
  margin-right: 6px;
  margin-left: 3px;
  cursor: pointer;
}
.topicCategoriesHeader .list {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.topicCategoriesHeader .headerBottom {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.topicCategoriesHeader .headerBottom .bottomMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center {
  display: flex;
  align-items: center;
  width: 100%;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .logoWrap {
  display: flex;
  align-items: center;
  margin-right: 5%;
  position: relative;
  top: -20px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav {
  margin-top: -15px;
  display: flex;
  align-items: center;
}
.topicCategoriesHeader
  .headerBottom
  .bottomMenu
  .center
  .headerNav
  .moreMenu:last-child
  .moreMenuList {
  padding: 20px;
  padding-bottom: 10px;
}
.topicCategoriesHeader
  .headerBottom
  .bottomMenu
  .center
  .headerNav
  .moreMenu
  > a {
  font-size: 20px;
  color: #63666a;
  margin-right: 30px;
  position: relative;
  font-weight: 500;
}
.topicCategoriesHeader
  .headerBottom
  .bottomMenu
  .center
  .headerNav
  .moreMenu
  .num {
  background: #e52431;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  position: absolute;
  padding: 5px;
  font-size: 0.9rem;
  top: -5px;
  right: -10px;
  height: 25px;
  width: 25px;
  line-height: 1;
}
.topicCategoriesHeader
  .headerBottom
  .bottomMenu
  .center
  .headerNav
  .moreMenu
  > a:hover {
  color: #e52431;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .logo a {
  display: flex;
  align-items: center;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .logo a .img {
  width: 100px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .bigTitle {
  margin-top: 15px;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .bigTitle span {
  font-size: 2.1vw;
  color: #63666a;
  font-weight: 500;
}
.searchImg {
  position: relative;
  margin-right: 30px;
}
.searchImg input {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding-left: 15px;
  height: 36px;
  width: 300px;
}
.searchImg .searchBtn button {
  background: #63666a;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 10px;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.searchImg input {
  color: #e52431;
}
.topicCategoriesHeader .headerBottom .bottomMenu .center .logo a img {
  width: 100%;
  height: 100%;
}
.headerNav .moreMenuList,
.searchMenuList {
  display: none;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
  position: absolute;
  min-width: 165px;
  width: auto;
  top: 110px;
}
.headerNav .moreMenuList a,
.searchMenuList a {
  display: block;
  padding-left: 10px;
  font-size: 18px;
  margin-top: 15px;
}
.topicCategoriesHeader .list .form-select {
  border: none;
  color: #63666a;
}
.topicCategoriesHeader .list .form-select:focus {
  border-color: inherit;
  box-shadow: inherit;
}
.headerNav .moreMenuList .item .personName {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  color: #bb8a16;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.headerNav .noticeModal {
  width: 380px;
  right: 15%;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}
.headerNav .noticeModal .olay {
  color: #333;
  text-align: right;
  font-weight: bold;
  font-size: 1.1rem;
}
.headerNav .noticeModal .item {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
  font-weight: 500;
}
.noticeActive {
  font-weight: 400;
  color: #636363;
}
.headerNav .noticeModal .item .text {
  font-size: 1.125rem;
  color: #333;
  width: 95%;
}
.headerNav .noticeModal .item .wu {
  width: 10px;
}
.headerNav .noticeModal .item .wu .circel {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e52431;
  margin-top: 8px;
}

.headerNav .moreMenuList .item .date {
  align-items: center;
  margin-left: 6%;
}
.headerNav .moreMenuList .item .date span {
  color: #827373;
  margin-left: 3px;
  font-size: 0.9rem;
}
.headerNav .moreMenuList .item .personName img {
  margin-right: 5px;
}
.pcHeader {
  height: 100%;
}
.courseModal {
  padding: 20px;
  padding-bottom: 10px;
}

/* select下拉 */
.mySel {
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.mySelInput {
  display: flex;
  align-items: center;
}
.mySelInput img {
  height: 7px;
}
.selInput {
  width: 100%;
  border-radius: 8px;
  border: 0;
  background: #fff;
  color: #333;
  padding: 5px 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: left;
}
.selMenu {
  border: 1px solid #eee;
  text-align: center;
  padding: 5px;
  position: absolute;
  background: #fff;
  color: #333;
  z-index: 10;
}
.selMenu a {
  color: #333;
  margin: 0;
  width: 100%;
}
.ac:hover {
  color: #e52431 !important;
}
.moreMenuList .item .title {
  font-size: 17px;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}
.moreMenuList .item .title::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-color: #333;
}
.moreMenuList .item a,
.searchMenuList .item a {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  margin: 20px;
}
.moreMenuList .item a:hover,
.searchMenuList .item a:hover {
  color: #e52431;
}

/* 首頁 */
.pcShow {
  display: block;
}
.rwdShow {
  display: none;
}
.swiper {
  position: inherit;
}
.newRed {
  color: #ef3340;
  font-size: 17px;
  font-weight: bold;
}
.indexBanner {
  width: 100%;
  height: 540px;
  background: #7c2529;
  position: relative;
  padding-bottom: 20px;
}
.indexBanner .bgImg {
  right: 0;
  position: absolute;
}
.indexBanner .swiper-button-next,
.indexBanner .swiper-button-prev {
  color: #fff;
  top: 55%;
}
.indexBanner .swiper-button-next:after,
.indexBanner .swiper-button-prev:after {
  font-size: 30px;
  font-weight: bolder;
}
.indexBanner .swiper-button-prev {
  left: 7%;
}
.indexBanner .swiper-button-next {
  right: 8%;
}
.indexBanner .classify span {
  color: #fff;
}
.classify span,
.classify a {
  color: #63666a;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 3px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
.indexBanner .swiper-item .left {
  width: 54%;
}
.indexBanner .swiper-item .left .name {
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  margin-top: 20px;
}
.indexBanner .swiper-item .left .text {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}
.indexBanner .swiper-item .left .classLink a {
  display: inline-block;
  align-items: center;
  background: #e52431;
  margin-top: 20px;
  width: auto;
  border-radius: 30px;
  padding: 12px 50px;
  font-size: 18px;
  color: #fff;
}
.indexBanner .swiper-item .left .classLink img {
  transform: rotate(270deg);
  margin-right: 5px;
}
.indexBanner .swiper-item .right {
  width: 40%;
}
.indexBanner .swiper-item .right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.indexBanner .swiper-item {
  width: 78.5%;
  margin-top: 3.7%;
  margin-left: 10%;
}
.indexBanner .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  display: inline-block;
  border-radius: 0;
  background: #ccc;
}
.indexBanner .swiper-pagination-bullet-active {
  background: #e52431;
}
.indexBanner .swiper-horizontal {
  height: 100%;
}
.indexBanner .swiper-horizontal > .swiper-pagination-bullets,
.indexBanner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 3%;
}
.teaching {
  padding-top: 40px;
  padding-bottom: 70px;
  position: relative;
}
.teaching .swiper-button-next {
  right: 10.5%;
  top: 9.5%;
  background: #63666a;
  font-weight: bold;
  z-index: 0;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.teaching .swiper-button-prev {
  left: 85%;
  top: 9.5%;
  background: #63666a;
  font-weight: bold;
  z-index: 0;
  color: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}
.teaching .swiper-button-next:after,
.teaching .swiper-button-prev:after {
  font-size: 20px;
}
.teaching .item .img {
  width: 100%;
  height: 320px;
  object-fit: contain;
}
.teaching .item:hover {
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.teaching .item a {
  display: inline-block;
  width: 100%;
}
.teaching .item .test {
  padding: 20px 20px 35px 20px;
  border: 1px solid #f3f3f3;
}
.teaching .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.teaching .item .test .tit {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  white-space: normal;
}
.teaching .item .test .star {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.teaching .item .test .star img {
  margin-right: 5px;
}
.teaching .item .test .star span {
  color: #bb8a16;
  font-size: 19px;
  font-weight: bold;
}
.teaching .item .test .classify span {
  color: #333;
  border: 2px solid #ccc;
  display: inline-block;
  margin-bottom: 5px;
}
.teaching .item .test .classify {
  margin-top: 10px;
}
.teaching .item .test .date span {
  color: #827373;
  font-size: 15px;
}
.teaching .swiper .swiper-slide {
  padding: 3px;
}
.teaching .teachingSwiper {
  margin-top: 30px;
}
.teaching .teachingSwiper .swiper-item {
  margin-right: 30px;
  width: 32%;
}
.teaching .teachingSwiper .swiper-item:last-child {
  margin-right: 0;
}
.institute .whyClassify .msg {
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-top: 1%;
}
.tab-header a.active {
  background: #e52431;
  color: #fff !important;
  font-size: 19px;
  font-weight: bold;
}
.tab-header a:last-child {
  border-right: none;
}
.tab-content .tab-item {
  display: none;
  padding: 10px;
}
.tab-content .active {
  display: block;
}
.institute {
  padding-bottom: 70px;
  padding-top: 30px;
}
.whyClassify .list .left .tab-header a {
  padding: 15px 20px;
  display: block;
  padding: 20px;
  font-size: 19px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #e52431;
}
.whyClassify .list .left {
  width: 30%;
}
.whyClassify .list .right {
  width: 67%;
  margin-top: 6px;
}
.whyClassify .list .left .flexJust {
  align-items: center;
}
.whyClassify .list .left .flexJust img {
  transform: rotate(270deg);
}
.whyClassify .teaching .swiper .swiper-slide .swiper-item {
  width: 48%;
}
.whyClassify .teaching .item .img {
  height: 310px;
  object-fit: contain;
}
.whyClassify .teaching {
  padding-top: 0;
  padding-bottom: 0;
}
.whyClassify .teaching .swiper .swiper-slide {
  padding-top: 30px;
}
.whyClassify .teaching .swiper-button-next {
  right: 0;
  top: 5.5%;
}
.whyClassify .teaching .swiper-button-prev {
  left: 91%;
  top: 5.5%;
}
.whyClassify .teaching .swiper .name {
  font-size: 25px;
  color: #333;
  font-weight: bold;
}
.whyClassify .list .left .className {
  font-size: 17px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.futureSkills {
  display: flex;
  height: 570px;
  position: relative;
}
.futureSkills .left {
  width: 32%;
}
.futureSkills .left .rtiImg {
  width: 100%;
  height: 100%;
}
.futureSkills .right {
  width: 68%;
  background: #63666a;
  padding: 100px 100px 50px 100px;
}
.futureSkills .right .title {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.futureSkills .right .title span:first-child {
  margin-right: 30px;
}
.futureSkills .right .msg {
  font-size: 18px;
  color: #fff;
  text-align: justify;
  margin-top: 20px;
}
.futureSkills .right .list {
  display: flex;
  justify-content: space-between;
  width: 85%;
  margin: 0 auto;
  margin-top: 50px;
}
.futureSkills .right .list .item {
  text-align: center;
  width: 30%;
}
.futureSkills .right .list .item div {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
}
.announcement {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 70px;
}
.latestNewsList .latestItem .newsItem a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.latestNewsList .latestItem {
  margin-bottom: 20px;
}
.latestNewsList .latestItem .newsItem .title .time {
  font-size: 18px;
  color: #333;
  margin-right: 4rem;
}
.latestNewsList .latestItem .newsItem .title .text {
  font-size: 19px;
  color: #333;
  font-weight: bold;
}
.latestNewsList .card-body {
  border: none;
  border-top: 2px solid #ef3340;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-left: 3%;
  box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2);
}
.latestNewsList .card-body p {
  color: #333;
  font-size: 18px;
}
.latestNewsList {
  margin-top: 2%;
}
#tabs {
  background: #fff;
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 10px;
}
#tabs a {
  padding: 10px 20px;
  font-size: 17.5px;
  font-weight: 500;
  color: #333;
}
.myNav-top {
  position: fixed;
  top: 80px;
  z-index: 999;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#tabs a.active {
  border-bottom: 5px solid #dd0312;
  color: #dd0312 !important;
  font-size: 17px;
  font-weight: 500;
}
.introductionFeatures {
  margin-top: 0;
  padding-top: 0;
}
.myBottomLink {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #dd0312;
  color: #fff;
  padding: 9px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 10px;
  display: none;
  padding-top: 13px;
}

/* link */
.linkList {
  padding: 70px 0 70px 0;
  position: relative;
}
.linkList .container {
  width: 75%;
}
.linkList .swiper-slide {
  display: flex;
}
.linkList .swiper-item {
  width: 19%;
  margin-right: 20px;
  height: 168px;
}
.linkList .swiper-item img {
  width: 100%;
  height: 100%;
}
.linkList .swiper {
  position: inherit;
}
.linkList .swiper-button-prev {
  left: 10%;
  top: 50%;
  color: #63666a;
  font-weight: bold;
  z-index: 0;
}
.linkList .swiper-button-next {
  right: 10%;
  top: 50%;
  color: #63666a;
  font-weight: bold;
  z-index: 0;
}
.linkList .swiper-button-next:after,
.linkList .swiper-button-prev:after {
  font-size: 30px;
}
/* footer */
.instituteFooter {
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 5px solid #ef3340;
}
.instituteFooter .logoImg {
  align-items: center;
}
.instituteFooter .bottom {
  margin-top: 10px;
  display: flex;
}
.instituteFooter .bottom .left {
  margin-left: 2%;
}
.instituteFooter .logoImg .left {
  width: 20%;
}
.instituteFooter .logoImg .left img {
  width: 100%;
}
.instituteFooter .bottom span,
.instituteFooter .bottom a {
  font-size: 18px;
  color: #333;
  margin-right: 20px;
}
.instituteFooter .right img {
  margin-left: 20px;
}
::-webkit-scrollbar {
  display: none;
}
/* 麵包屑 */
.breadCrumb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb {
  margin-bottom: 0;
}
.breadCrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #333;
}
.breadCrumb .breadcrumb-item a:hover {
  color: #e52431;
}

/* 找課程列表 */
.yearList {
  width: 13%;
  position: relative;
}
.yearList .yearMoren {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yearMoren .yearSelInput {
  font-size: 18px;
  font-weight: 400;
}
.yearSelect {
  display: flex;
  flex-direction: column;
  top: 90%;
  right: 0;
  width: 100%;
}
.yearSelect li a:hover {
  color: #e52431;
}
.yearSelect li a {
  color: #63666a;
}
.yearList .yearSelect li {
  margin-bottom: 10px;
  font-size: 18px;
}
.yearList .yearMoren .yearSelInput {
  background: inherit;
  border: none;
  color: #333;
}
.yearList .yearSelect {
  border-radius: 4px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: rgb(255, 255, 255);
  position: absolute;
  z-index: 10;
  padding: 16px;
}
.courseList .teaching {
  background: #f3f3f3;
}
.courseList .teaching .swiper .item {
  background: #fff;
}
.courseList .teaching .list {
  display: grid;
  grid-template-columns: repeat(3, 32%);
  justify-content: space-between;
}
.courseList .teaching.classsifyList {
  background: inherit;
}
.courseList .teaching .list .item {
  margin-bottom: 40px;
}
.courseList .titleName .subtitle {
  color: #63666a;
  display: flex;
  align-items: center;
}
.courseList .titleName .subtitle .num {
  font-size: 17px;
  color: #fff;
  background: #e52431;
  margin-left: 5px;
  border-radius: 20px;
  padding: 2px 10px;
}

/* 課程詳情 */
.courseDetailsBanner .left {
  width: 58%;
  height: 580px;
  background: inherit;
}
.courseDetailsBanner .left img,
.courseDetailsBanner .left iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.courseDetailsBanner .right {
  width: 39%;
}
.courseDetailsBanner .right .text {
  font-size: 18px;
  color: #333;
  margin-top: 5px;
  width: 93%;
}
.courseDetailsBanner .right .subtitle {
  font-size: 40px !important;
  font-weight: bold;
}
.courseImgList {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  margin-top: 4%;
  justify-content: space-between;
}
.courseImgList .img {
  background: #ccc;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  margin-top: 10px;
}
.courseImgList .msg {
  margin-left: 20px;
  width: 75%;
}
.courseImgList .msg .text {
  color: #827373;
  font-size: 15px;
}
.courseImgList .msg .star {
  color: #333;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.courseImgList .msg .star span {
  color: #bb8a16;
  font-size: 17px;
  font-weight: bold;
  margin-left: 3px;
}
.courseDetailsBanner .right .classify span {
  margin-right: 5px;
}
.courseDetailsBanner .right .free {
  margin-top: 5%;
  background: #e52431;
  width: 200px;
  height: 48px;
  border-radius: 30px;
  text-align: center;
  line-height: 48px;
}
.courseDetailsBanner .right .free a {
  color: #fff;
  font-size: 19px;
  width: 100%;
}
.courseImgList .item {
  margin-bottom: 10px;
}

.introductionFeatures .tab-content {
  border-top: 1px solid #ccc;
  padding-bottom: 45px;
}
.introductionFeatures nav {
  margin-top: 2%;
}
.introductionFeatures .nav-tabs .nav-link {
  border: none;
}
.introductionFeatures .nav-tabs .nav-link.active {
  color: #e52431;
  font-size: 17.5px;
  border-bottom: 5px solid;
  font-weight: 500;
}
.introductionFeatures .nav-tabs .nav-link {
  color: #333;
  font-size: 17.5px;
  font-weight: 500;
  margin-left: 15px;
  border-bottom: 5px solid #fff;
}
.introductionFeatures .tabCont .left {
  line-height: 1.7;
  width: 58%;
  font-size: 18px;
  color: #333;
  margin-top: 1%;
}
.introductionFeatures .tab-content .subtitle {
  margin-top: 2%;
}
.introductionFeatures .tabCont .right {
  width: 38%;
}
.introductionFeatures .tabCont .right .titName {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-top: 12px;
}
.introductionFeatures .tabCont .right .tit {
  margin-top: 10px;
}
.introductionFeatures .tabCont .right .tit p {
  color: #333;
  font-size: 18px;
}
.courseUnitContent {
  background: #f3f3f3;
  padding-top: 40px;
  padding-bottom: 70px;
}
.courseUnit {
  width: 58%;
}
.teachingMsg {
  width: 38%;
}
.teachingMsg .teachingList {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}
.teachingMsg .teachingList:last-child {
  border-bottom: none;
}
.teachingMsg .teachingList .avatar {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  margin-top: 10px;
}
.teachingMsg .teachingList .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.teachingMsg .teachingList .msgCont {
  width: 62%;
  margin-top: 10px;
}
.teachingMsg .teachingList .msgCont .name {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.teachingMsg .teachingList .msgCont .msg {
  color: #333;
  font-size: 18px;
  margin-top: 10px;
}
.teachingMsg .teachingList .msgCont .btn {
  background: #63666a;
  border-radius: 30px;
  margin-top: 20px;
}
.teachingMsg .teachingList .msgCont .btn a {
  font-size: 17px;
  color: #fff;
  padding: 1px 20px;
}
.introductionFeatures .objectCont {
  margin-top: 20px;
  margin-bottom: 40px;
}
.introductionFeatures .objectCont .subtitle {
  font-size: 28px;
}
.introductionFeatures .objectCont .item {
  margin-top: 20px;
}
.introductionFeatures .objectCont .item .title {
  color: #333;
  font-weight: bold;
  font-size: 25px;
}
.introductionFeatures .objectCont .item .text {
  color: #333;
  font-size: 18px;
  margin-top: 5px;
}
.courseUnitContent .collapeList {
  margin-top: 25px;
}
.courseUnitContent .collapeList .items a {
  width: 100%;
  background: #fff;
  padding: 15px 25px;
  border: none;
}
.courseUnitContent .collapeList a .flexJust {
  align-items: center;
}
.courseUnitContent .collapeList a .left .title {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  text-align: left;
  display: flex;
  align-items: center;
}
.courseUnitContent .collapeList a .left .time {
  color: #827373;
  font-size: 15px;
  text-align: left;
}
.courseUnitContent .collapeList .card-body {
  border: none;
  border-top: 2px solid #ef3340;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.courseUnitContent .collapeList .card-body .text {
  font-size: 18px;
  color: #333;
  text-align: justify;
}
.courseUnitContent .collapeList .card-body .tabBg {
  background: #f2eaea;
  display: flex;
  height: 65px;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
}
.courseUnitContent .collapeList .card-body .tabBg .item {
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.courseUnitContent .collapeList .card-body .tabBg .item img {
  margin-right: 3px;
}
.courseUnitContent .collapeList .card-body .tabBg .item span {
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.courseUnitContent .collapeList .card-body .classList {
  margin-top: 20px;
}
.courseUnitContent .collapeList .card-body .classList .item a {
  width: 100%;
  padding: 10px;
}
.courseUnitContent .collapeList .card-body .classList .item .title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.courseUnitContent .collapeList .card-body .classList .item .title span {
  color: #333;
  font-size: 18px;
}
.courseUnitContent .collapeList .card-body .classList .item .time {
  color: #333;
  font-size: 18px;
}
.courseUnitContent .collapeList .card-body .classList .item a:hover {
  background: #f3f3f3;
}
/* login */
.loginPopup {
  display: block;
}
.forgotPasswordPopup {
  display: none;
}
.login {
  background-image: url(../image/loginBg.png);
  background-size: cover;
  height: 660px;
  background-color: #dbdbdb;
  position: relative;
}
.login .modalPopup {
  width: 550px;
  background: #fff;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  padding: 20px 20px 40px 20px;
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
  transform: translateY(-50%);
}
.login .modalPopup .close {
  text-align: end;
}
.login .modalPopup .loginName .person {
  align-items: center;
  margin-top: 15px;
}
.login .modalPopup .loginName .person img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.login .noLogin a {
  font-size: 17px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-top: 20px;
  font-weight: 500;
}
.login form input {
  width: 100%;
  height: 67px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  font-size: 18px;
}
.login form .input {
  margin-top: 20px;
}
.login .span {
  color: #827373;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}
.login .submit button {
  width: 100%;
  background: #e52431;
  width: 100%;
  height: 48px;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 19px;
  color: #fff;
}
.login .google button {
  width: 100%;
  background: #f3f3f3;
  width: 100%;
  height: 48px;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 19px;
  color: #333;
  font-weight: 500;
}
/* 註冊 */
.register {
  display: flex;
  height: 700px;
}
.register .left {
  width: 50%;
  height: 100%;
}
.register .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.register .right {
  width: 50%;
  background: #f3f3f3;
  padding: 0px 50px 60px 50px;
}
.register .right .registerModal .gridList {
  padding-bottom: 30px;
  margin-top: 2%;
  border-bottom: 1px solid #ccc;
}
.register .right .registerModal .gridList .input {
  height: 67px;
  background: #fff;
  margin-top: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.register .right .registerModal .gridList select {
  border: none;
  padding-left: 15px;
}
.register .right .registerModal .gridList select.custom-select {
  width: 100%;
}
.register .right .registerModal .gridList .select .invalid-feedback {
  margin-top: 15px !important;
  color: #dd0312;
}
.register .right .registerModal .gridList .input .invalid-feedback {
  margin-top: 5px;
  color: #dd0312;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #333;
}
.register .right .registerModal .gridList .input input {
  width: 100%;
  height: 100%;
  padding-left: 15px;
  color: #63666a;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.register .right .registerModal .gridList .input .name {
  color: #63666a;
  font-size: 15px;
  padding-top: 5px;
  padding-left: 15px;
}
.register .right .registerModal .gridList .select {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.register .right .registerModal .gridList .select .form-select {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 0;
}
.register .right .registerModal .gridList .checkbox {
  margin-top: 4%;
}
.register .right .registerModal .gridList .checkbox .form-check-input {
  width: 20px;
  height: 20px;
}
.register .right .registerModal .gridList .checkbox .form-check-input:checked,
.register .right .registerModal .gridList .checkbox .form-check-input:checked {
  background-color: #727272;
  border-color: #63666a;
}
.register .right .registerModal .gridList .checkbox a {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 18px;
  color: #333;
}
.register .right .registerModal .gridList .checkbox .form-check {
  font-size: 18px;
  color: #333;
}
.register .right .registerModal .registerBtn button {
  background: #e52431;
  width: 200px;
  height: 48px;
  border-radius: 50px;
  color: #fff;
  font-size: 19px;
}
.register .right .registerModal .registerBtn {
  text-align: center;
  margin-top: 4%;
}
.register .right .registerModal .nas{display: flex;align-items: center;}
.register .right .registerModal .nas span{
  font-size: 19px;
  color: #333;
  font-weight: bold;
  margin-right: 1rem;
  flex-shrink: 0;
}
.register .right .registerModal .nas hr{height: 1px;width: 85%;}
/* .register .right .registerModal .nas::before {
  position: absolute;
  content: "";
  border: 1px solid #ccc;
  width: 83%;
  left: 15%;
  top: 15px;
} */
.register .right .personModal .gridList .borderNone .input input {
  border: none;
  font-size: 18px;
  color: #333 !important;
  font-weight: 500;
  height: 38px;
}
.persons .right .personModal .gridList .borderNone .input input {
  height: 35px;
}
.register .right .personModal .gridList .borderNone .input {
  border: 1px solid #ccc;
}
.persons .left {
  height: 780px;
}
.topicCategoriesHeader
  .headerBottom
  .bottomMenu
  .center
  .headerNav
  .moreMenu
  > a.active {
  /*position: relative;*/
  color: #dd0312;
}
/* .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav .moreMenu > a.active::before { position: absolute; color: #e52431; content: ""; border-bottom: 5px solid #e52431; left: 0; width: 100%; border-radius: 20px; bottom: -20px; } */
.persons {
  height: 780px;
}
/* 我的學習 */
.studiesBg {
  background: #f3f3f3;
  padding-bottom: 70px;
}
.studiesBg .breadCrumb {
  margin-top: 0;
  padding-top: 20px;
}
.studiesBg .nav-tabs .nav-link.active {
  font-size: 17.5px;
  color: #dd0312;
  background-color: inherit;
  border-color: inherit;
  border: none;
  font-weight: 500;
  position: relative;
}
.studiesBg .nav-tabs .nav-link.active::before {
  position: absolute;
  color: #e52431;
  content: "";
  border-bottom: 5px solid #e52431;
  left: 0;
  width: 100%;
  border-radius: 20px;
  bottom: 0;
}
.studiesBg .nav-tabs .nav-link {
  font-size: 17.5px;
  color: #333;
  border: none;
  font-weight: 500;
}
.studiesBg .nav-tabs {
  border-bottom: 1px solid #63666a;
}

.studiesBg .tab {
  border-bottom: 1px solid #63666a;
}
.studiesBg .tab a.active {
  font-size: 17.5px;
  color: #dd0312;
  background-color: inherit;
  border-color: inherit;
  border: none;
  font-weight: 500;
  position: relative;
}
.studiesBg .tab a.active::before {
  position: absolute;
  color: #e52431;
  content: "";
  border-bottom: 5px solid #e52431;
  left: -1px;
  width: 100%;
  border-radius: 20px;
  bottom: -1px;
}
.studiesBg .tab a {
  font-size: 17.5px;
  color: #333;
  border: none;
  font-weight: 500;
  padding: 15px;
}
.studyList .classifyList {
  margin-top: 40px;
  padding-bottom: 40px;
}
.studyList .classifyList .item {
  margin-top: 30px;
  background: #fff;
  box-shadow: 2px 1px 15px -6px rgba(51, 51, 51, 0.4);
}
.studyList .classifyList .item .left {
  width: 23%;
  height: 232px;
}
.studyList .classifyList .item .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.studyList .classifyList .item .center h2 {
  font-size: 25px !important;
  font-weight: bold;
  color: #333;
}
.studyList .classifyList .item .center {
  width: 60%;
  padding: 30px;
}
.studyList .classifyList .item .right {
  width: 14%;
  margin-top: 4%;
}
.studyList .classifyList .item .right a:first-child,
.studyList .classifyList .item .right a {
  line-height: 48px;
  background: #e52431;
  width: 200px;
  height: 48px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
.studyList .classifyList .item .right a:nth-child(2) {
  line-height: 48px;
  margin-top: 20px;
  background: #f3f3f3;
  width: 200px;
  height: 48px;
  color: #333;
  border-radius: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
.classProgress .progress-bar {
  background-color: #7c2529; /*position: relative;*/
}
.classProgress .progress {
  height: 12px;
  background-color: #f2eaea;
  border-radius: 10px;
}
.classProgress .num {
  width: auto;
  position: absolute;
  left: 18%;
  color: #7c2529;
  font-size: 15px;
}
.studyList .classifyList .item .center .test .flex .star {
  align-items: center;
  display: flex;
}
.studyList .classifyList .item .center .test .flex .star span {
  color: #bb8a16;
  font-weight: bold;
  font-size: 17px;
  margin-left: 5px;
}
.studyList .classifyList .item .center .test .flex .date span {
  color: #827373;
  font-size: 15px;
}
.studyList .classifyList .item .center .test .flex .date {
  margin-left: 30px;
  margin-top: 0;
}
.studyList .classifyList .item .center .test,
.classProgress {
  margin-top: 10px;
}
.studyList .classifyList .item .center .test .classify {
  margin-top: 10px;
}
.studyList .classifyList .item .center .test .flex {
  align-items: center;
  display: flex;
}
.openMore {
  background: #63666a;
  width: 180px;
  text-align: center;
  border-radius: 30px;
  padding: 6px;
  margin: 0 auto;
  margin-top: 1rem;
}
.openMore a {
  color: #fff;
  font-size: 17px;
  width: 100%;
}
.Finished .num {
  right: 0;
  left: inherit;
}
.classProgress {
  position: relative;
}
.finishedContent {
  padding-bottom: 40px;
}
/* 我的學習-詳情 */
.studiesDetails .studiesBg {
  padding-bottom: 30px;
  background: #fff;
}
.studyList .classifyList .item .right button {
  line-height: 48px;
  background: #f19197;
  width: 200px;
  height: 48px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
}
.studiesDetails .courseUnit .subtitleOk,
.studiesDetails .courseUnit .subtitleOk .finished {
  align-items: center;
}
.studiesDetails .courseUnit .subtitleOk .finished span {
  color: #e52431;
  font-size: 17px;
  font-weight: bold;
  margin-left: 5px;
}
.studiesDetails .courseUnit .subtitleOk .finished {
  margin-left: 20px;
}
.studiesDetails .teachingMsg .teachingList {
  border-bottom: none;
}

.faq .announcement {
  padding-top: 20px;
}
.faq .breadCrumb {
  margin-top: 0;
}
.faq .latestNewsList .latestItem .newsItem .title {
  align-items: center;
}
.faq .latestNewsList .latestItem .newsItem .title .time {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  background: #7c2529;
  width: 25px;
  height: 25px;
  line-height: 1.2;
  margin-right: 1rem;
}
.faq .faqList .latestNewsList {
  width: 65%;
}
.faq .faqList .right {
  width: 31%;
  margin-top: 1.5%;
}
.faq .faqList .right .subtitle {
  font-size: 28px;
  font-weight: 500;
  color: #333;
}
.faq .faqList .right .text {
  font-size: 18px;
  color: #333;
  margin-top: 12px;
}
.faq .faqList .right .btn {
  margin-top: 10px;
}
.faq .faqList .right .btn a {
  background: #63666a;
  font-size: 17px;
  color: #fff;
  border-radius: 30px;
  width: 140px;
  height: 36px;
  line-height: 36px;
}

/* 內容頁 */
.barTop {
  width: 100%;
  height: 110px;
  background: #e52431;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.barTop .title {
  padding-left: 10%;
  line-height: 110px;
}
.barTop .title h2 {
  color: #fff;
}
.barTop .img {
  height: 100%;
}
.barTop .img img {
  height: 100%;
}
.contentAll .privacyPolicy {
  padding-bottom: 70px;
}
.contentAll .privacyPolicy .title p img,
.contentAll .privacyPolicy .title p iframe {
  width: 100%;
}
.contentAll .privacyPolicy .title p {
  line-height: 1.8;
}
.fontweight {
  font-weight: bold;
}

/* 學習詳情 */
.learingDetails .learingBg {
  background: #f3f3f3;
  padding-bottom: 40px;
}
.learingDetails .learingBg .breadCrumb {
  margin-top: 0;
  padding-top: 20px;
}
.learingDetails .iframe {
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 1000px;
}
.learingDetails .classList {
  margin-top: 10px;
}
.learingDetails .classList .item a {
  width: 100%;
  padding: 10px;
}
.learingDetails .classList .item a .flexJust {
  align-items: center;
}
.learingDetails .classList .item .title img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.learingDetails .classList .item .title span {
  color: #333;
  font-size: 18px;
}
.learingDetails .classList .item .time {
  color: #333;
  font-size: 18px;
}
.learingDetails .classWrap .left .title {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  text-align: left;
  display: flex;
  align-items: center;
}
.learingDetails .classWrap .left .time {
  color: #827373;
  font-size: 15px;
  text-align: left;
}
.learingDetails .classList .item a:hover {
  background: #f3f3f3;
}
.learingDetails .classWrap .left {
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
}
.learingDetails .classList .openMore{
  width: auto;
  background: inherit;
}
.learingDetails .classList .openMore a {
  color: #fff;
  font-size: 17px;
  width: auto;
  background: #63666a;
  padding: 6px;
  border-radius: 30px;
  text-align: center;
  margin: 0 auto;
}
.red {
  color: #e52431 !important;
}
.learingDetails .learingBg .titleFlex span {
  margin-left: 10px;
  background: #e52431;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  padding: 5px 10px;
}
.learingDetails .learingBg .titleFlex {
  align-items: center;
}
.learingDetails .learingBg .subtitle {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-top: 15px;
}
.learingDetails .reading,
.learingDetails .testing,
.learingDetails .classWrap,
.answerQuestions {
  width: 1000px;
  margin: 0 auto;
  margin-top: 2%;
  padding-bottom: 3%;
}
.learingDetails .reading .title {
  font-size: 40px;
  font-weight: bold;
  color: #7c2529;
}
.learingDetails .reading .name {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
.learingDetails .reading .text p,
.learingDetails .reading .text a {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
  text-align: justify;
}
.learingDetails .reading .btn {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.learingDetails .reading .btn button {
  background: #e52431 !important;
  width: 100%;
  height: 48px;
  font-size: 19px;
  color: #fff !important;
  border-radius: 30px;
}
.learingDetails .reading .text {
  font-size: 18px;
  color: #dd0312;
  margin-top: 10px;
  text-align: center;
}
.downFlex {
  width: 50%;
  text-align: center;
  margin: auto;
  justify-content: space-around;
}
.learingDetails .testing {
  height: 420px;
}
.learingDetails .testing .left {
  width: 45%;
  background: #7c2529;
  height: 100%;
}
.learingDetails .testing .left .flex {
  height: 93px;
}
.learingDetails .testing .left .flex img {
  width: 33.3%;
  height: 100%;
}
.learingDetails .testing .left .testNum {
  text-align: center;
}
.learingDetails .testing .left .testNum .name {
  color: #f5de9e;
  font-weight: bold;
  font-size: 25px;
  margin-top: 10%;
}
.learingDetails .testing .left .testNum .num {
  color: #f5de9e;
  font-weight: bold;
  font-size: 72px;
}
.learingDetails .testing .right {
  width: 55%;
  background: #fff;
  padding: 30px;
}
.learingDetails .testing .right .name {
  font-size: 25px;
  font-weight: bold;
  color: #333;
}
.learingDetails .testing .right .iconList .item .icon {
  background: #ccc;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
}
.learingDetails .testing .right .iconList .item {
  margin-top: 15px;
}
.learingDetails .testing .right .iconList .item .msg {
  margin-left: 20px;
}
.learingDetails .testing .right .iconList .item .msg .time {
  font-size: 15px;
  color: #827373;
}
.learingDetails .testing .right .iconList .item .msg .noTime {
  font-size: 19px;
  color: #333;
  font-weight: bold;
}
.learingDetails .testing .right .link a {
  width: 47%;
  height: 48px;
  border-radius: 30px;
  font-size: 19px;
  line-height: 48px;
  text-align: center;
}
.learingDetails .testing .right .link a:first-child {
  background: #e52431;
  color: #fff;
}
.learingDetails .testing .right .link a:last-child {
  background: #f5de9e;
  color: #000;
}
.learingDetails .testing .right .link {
  margin-top: 30px;
}
.answerQuestions .list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}
.answerQuestions .button {
  text-align: center;
  margin-top: 5%;
}
.answerQuestions .button .redButton {
  line-height: 48px;
  background: #e52431;
  border-radius: 30px;
  font-size: 19px;
  color: #fff;
  width: 200px;
  height: 48px;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #ccc !important;
}
.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: inherit;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #63666a;
}
.form-check-input {
  width: 20px;
  height: 20px;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #63666a;
}
.answerQuestions .list .item .form-check label {
  font-size: 18px;
}
.answerQuestions .list .item .form-check {
  margin-top: 5px;
  margin-left: 30px;
}
.answerQuestions .list .item.input input,
.answerQuestions .list .item.input select {
  margin-left: 30px;
  width: 97%;
  margin-top: 1.5%;
  height: 67px;
  border-color: inherit;
}
.answerQuestions .list .item.textarea textarea {
  margin-left: 30px;
  margin-top: 1.5%;
  width: 97%;
  border-color: inherit;
}
.answerQuestions .list .item.bottom .subtitle {
  margin-bottom: 1%;
}
.answerQuestions .invalid-feedback {
  font-size: 15px;
  color: #dd0312;
  margin-left: 30px;
}
.redMarking {
  color: #e52431;
  font-weight: bold;
  font-size: 15px;
  margin-top: 1%;
}
.redText {
  color: #dd0312;
}
.form-select:disabled {
  background-color: #fff;
  color: #dd0312;
}
.form-check-input:checked {
  background-color: #63666a;
  border-color: #63666a;
}
.form-check-input:disabled {
  opacity: 1;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: none;
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #ccc;
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #63666a;
}
/* .answerQuestions .list .item .redText{margin-left: 30px;} */
.answerQuestions .list .item.input select {
  padding-left: 15px;
}
.formFile {
  font-weight: bold;
  font-size: 25px;
  color: #333;
}
.form-control::file-selector-button {
  height: 67px !important;
  background: #63666a;
}

@media (max-width: 1440px) {
  .topicCategoriesHeader .headerBottom .bottomMenu .center .logoWrap{top: -20px;}
  .indexBanner .bgImg {
    width: 11%;
  }
  /* header */
  .topicCategoriesHeader .headerTop,
  .topicCategoriesHeader .headerBottom,
  .container {
    width: 90%;
  }
  .searchImg input {
    width: auto;
  }

  /* index */
  .teaching .swiper-button-prev {
    left: 83%;
  }
  .teaching .swiper .swiper-slide .swiper-item {
    width: 31%;
  }
  .teaching .item .img,
  .whyClassify .teaching .item .img {
    height: 266px;
  }
  .whyClassify .teaching .swiper-button-prev {
    left: 88%;
  }
  .futureSkills .right .title {
    font-size: 35px;
  }
  .futureSkills {
    height: auto;
  }
  .futureSkills .right {
    padding: 40px 60px 40px 60px;
    width: 60%;
  }
  .futureSkills .left {
    width: 40%;
  }
  .futureSkills .right .list .item div {
    font-size: 20px;
  }

  /* 課程詳情 */
  .courseDetailsBanner .left {
    height: 440px;
  }
  .courseDetailsBanner .right .subtitle {
    font-size: 32px !important;
  }
  .teachingMsg .teachingList .msgCont {
    width: 70%;
  }

  /* login */
  .register {
    height: 650px;
  }
  .persons {
    height: 780px;
  }
  /* .register .right .registerModal .nas::before {
    width: 74%;
    left: 23%;
  } */

  .barTop .title {
    padding-left: 5%;
  }
}

@media (max-width: 1200px) {
  /* header */
  .topicCategoriesHeader
    .headerBottom
    .bottomMenu
    .center
    .headerNav
    .moreMenu
    > a {
    font-size: 1.7vw;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav {
    margin-top: -15px;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .logoWrap {
    top: -23px;
  }

  /* index */
  .topicCategoriesHeader .headerBottom,
  .topicCategoriesHeader .headerTop,
  .container {
    width: 90%;
  }
  .indexBanner .swiper-item {
    width: 78%;
    margin-top: 5%;
    margin-left: 7%;
  }
  .indexBanner .bgImg {
    width: 15%;
  }
  .indexBanner .swiper-button-prev {
    left: 2%;
  }
  .indexBanner .swiper-button-next {
    right: 10%;
  }
  .indexBanner .swiper-item .right img {
    width: 100%;
  }
  .teaching .swiper-button-next {
    right: 5.5%;
  }
  .teaching .swiper-button-prev {
    left: 87%;
  }
  .futureSkills .right .title {
    font-size: 30px;
  }
  .futureSkills .right .msg,
  .futureSkills .right .list .item div {
    font-size: 17px;
  }
  .futureSkills .right {
    padding: 20px 35px 20px 35px;
  }
  .linkList .container {
    width: 80%;
  }
  .linkList .swiper-button-prev {
    left: 5%;
  }
  .linkList .swiper-button-next {
    right: 6%;
  }

  /* 找課程 */
  .yearList {
    width: auto;
  }
  .yearList .yearSelect li {
    font-size: 16px;
  }
  /* login */
  .register .right {
    padding: 0px 30px 40px 30px;
  }
  .register .right .registerModal .gridList .input {
    height: 50px;
  }
  .register {
    height: 610px;
  }
  .persons .right .registerModal .gridList .row .col-md-6 {
    width: 100%;
  }
  .persons,
  .persons .left {
    height: 1100px;
  }
  .persons .right .registerModal .gridList .input {
    height: 65px;
  }

  /* 我的學習 */
  .studyList .classifyList .item .center {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .topicCategoriesHeader
    .headerBottom
    .bottomMenu
    .center
    .headerNav
    .moreMenu:last-child
    .moreMenuList {
    right: 70px;
  }
  /* header */
  .topicCategoriesHeader
    .headerBottom
    .bottomMenu
    .center
    .headerNav
    .moreMenu
    > a {
    margin-right: 15px;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center {
    justify-content: space-between;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .bigTitle {
    font-size: 30px;
  }
  .searchImg input {
    width: auto;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .headerNav {
    margin-top: -10px;
    width: 72%;
    justify-content: space-around;
  }
  .topicCategoriesHeader .headerBottom .bottomMenu .center .logoWrap {
    top: -16px;
    margin-right: 0;
  }
  .instituteFooter .logoImg .left {
    width: 30%;
  }
  .instituteFooter .logoImg .left img {
    width: 100%;
  }
  /* index */
  .indexBanner .swiper-item .left .name {
    font-size: 25px;
  }
  .indexBanner .swiper-item .left .text {
    font-size: 17px;
    text-align: justify;
  }
  .indexBanner {
    height: auto;
    padding-bottom: 50px;
  }
  .indexBanner .swiper-item .left .classLink a {
    padding: 8px 35px;
  }
  .indexBanner .swiper-item .left .text {
    margin-top: 10px;
  }
  .subtitle {
    font-size: 28px;
  }
  .teaching .item .img,
  .whyClassify .teaching .item .img {
    height: 190px;
  }
  .whyClassify .teaching .swiper .name {
    font-size: 22px;
  }
  .whyClassify .teaching .swiper-button-prev {
    left: 85%;
  }
  .whyClassify .list .left .tab-header a {
    padding: 10px;
    font-size: 17px;
  }
  .futureSkills .right .title {
    font-size: 25px;
  }
  .futureSkills .right .list .item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .futureSkills .right .msg,
  .futureSkills .right .list .item div {
    font-size: 15px;
  }

  /* 課程詳情 */
  .courseDetailsBanner .left {
    width: 50%;
    height: 440px;
  }
  .courseDetailsBanner .right .subtitle {
    font-size: 26px !important;
  }
  .courseDetailsBanner .right .text {
    font-size: 16px;
  }
  .courseDetailsBanner .right {
    width: 47%;
  }

  /* login */
  .login form input {
    height: 50px;
  }
  .register .right .registerModal .gridList .input {
    height: 55px;
  }
  .register .left {
    width: 45%;
  }
  .register .right {
    width: 55%;
  }
  .register .right .registerModal .gridList .input .name {
    padding-top: 3px;
  }
  .register {
    flex-direction: column;
    height: auto;
  }
  .register .left,
  .register .right {
    width: 100%;
  }
  .register .right .breadCrumb {
    background: inherit;
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .registerModal {
    width: 94%;
    margin: 0 auto;
  }
  .register .left {
    height: 500px;
  }
  .registerModal h2 {
    margin-top: 15px;
  }

  /* 我的學習 */
  .studyList .classifyList .item .center {
    width: 50%;
  }
  .learingDetails .iframe {
    width: 100%;
  }
  .learingDetails .classWrap {
    width: 90%;
    padding-bottom: 5%;
  }
  .learingDetails .reading {
    width: 100%;
  }
  .learingDetails .reading .title {
    font-size: 35px;
  }
  .learingDetails .testing .right {
    width: 50%;
  }
  .answerQuestions {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .pcShow {
    display: none;
  }
  .rwdShow {
    display: block;
  }
  .home {
    padding-top: 90px;
  }

  /* header */
  .rwdHeader {
    display: block;
    position: relative;
  }
  .rwdMenu {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    top: 0;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.2);
  }
  .rwdMenu .menu {
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
    padding: 0 35px;
  }
  .rwdMenu .menu .left {
    position: relative;
    width: 100%;
    display: flex ;
    align-items: end;
  }
  .rwdHeader .indexLogImg {
    margin-left: 6%;
  }
  .rwdMenu .menu .right {
    display: flex;
    align-items: center;
    margin-top: 2%;
  }
  .rwdNav {
    display: none;
  }
  .rwdNav .rwdNavList {
    overflow-y: auto;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 10001;
    position: fixed;
    top: 90px;
    background: #e52431;
  }
  .rwdNav .item .title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
    padding-top: 10px;
  }
  .rwdNav .item a {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    width: 98%;
  }
  .rwdHeader .closeImg {
    display: none;
  }
  .rwdHeader .logoImg {
    margin-left: 6%;
  }
  /* .rwdHeader .globeImg{ width: 40px;} */
  .rwdHeader .searchImg {
    margin-left: 15px;
  }
  .rwdLangage {
    overflow-y: auto;
    padding-bottom: 100px;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 10001;
    position: fixed;
    top: 89px;
    background: #fff;
    display: none;
  }
  .rwdLangage .lang {
    display: block;
    color: #63666a;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .rwdSearch {
    display: none;
    width: 100%;
    height: 100%;
    margin: 0px;
    z-index: 10001;
    position: fixed;
    top: 89px;
    background: #fff;
    padding: 40px;
    overflow-y: auto;
    padding-bottom: 100px;
  }
  .rwdSearch input,
  .rwdSearch select {
    height: 49px;
    border: 1px solid #ccc;
    border-radius: 30px;
    width: 100%;
    padding-left: 20px;
    font-size: 19px;
  }
  .rwdSearch .inputTime {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3%;
  }
  .rwdSearch .inputTime input {
    width: 48%;
  }
  .rwdSearch select {
    margin-top: 3%;
  }
  .rwdSearch button {
    width: 100%;
    height: 49px;
    background: #e52431;
    color: #fff;
    font-size: 19px;
    border-radius: 30px;
    margin-top: 3%;
  }
  .rwdHeader .headerBottom .CheckboxMenu .form-check {
    display: block;
  }
  .rwdMenu .menuTwo .name .topImg {
    transform: rotate(180deg);
    width: 18px;
  }
  .rwdHeader .CheckboxMenu {
    position: fixed;
    left: 0;
    background: #fff;
    width: 100% !important;
    color: #333;
    height: 100vh;
    top: 160px;
    padding-left: 5%;
    overflow-y: auto;
    padding-bottom: 160px;
  }
  .rwdHeader .CheckboxMenu .text {
    margin-bottom: 10px;
    margin-top: 10px;
    white-space: normal;
  }
  .overflowX {
    overflow-x: auto;
    white-space: nowrap;
  }
  .rwdSubtitle .titles {
    color: #63666a;
    font-weight: bold;
    font-size: 32px;
    margin-top: 10px;
  }
  .rwdHeader .rwdSubtitle a {
    width: 70%;
    display: flex ;
    align-items: center
  }
  .rwdHeader .rwdSubtitle .logoImg {
    width: 70px;
  }
  .rwdNavList .name {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
    padding: 20px 70px;
  }
  .rwdNavList .name a{color: #fff;}
  .rwdNavList .item {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding: 20px 70px;
  }
  .rwdNavList .item .title::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-color: #fff;
  }
  .rwdLangage .person {
    border-bottom: 2px solid #ccc;
    padding: 20px 100px;
    display: flex;
    align-items: center;
  }
  .rwdLangage .person span {
    font-size: 22px;
    color: #bb8a16;
    margin-left: 5px;
  }
  .rwdLangage .container {
    width: 75%;
  }
  .rwdLangage .container .active {
    color: #e52431;
  }
  .hotKeyword {
    margin-top: 5%;
  }
  .hotKeyword .classify span {
    display: inline-block;
    margin-bottom: 10px;
  }

  /* index */

  /* 橫向滑動效果 */
  .overflowX {
    overflow-x: auto;
    white-space: nowrap;
  }
  .overflowX .item {
    width: 55%;
    display: inline-block;
    margin-right: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    vertical-align: top;
  }
  .overflowX .item .keyImg {
    width: 100%;
    height: 276px;
  }
  .overflowX .item .keyImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .overflowX .item .title {
    font-size: 20px;
    font-weight: 500;
    white-space: normal;
    text-align: justify;
    color: #333;
    padding: 10px 18px;
  }
  .date img {
    width: auto !important;
  }
  .date span {
    font-size: 18px;
  }

  .indexBanner .swiper-item {
    flex-direction: column;
  }
  .indexBanner .bgImg,
  .indexBanner .classify span {
    display: none;
  }
  .indexBanner .swiper-button-next,
  .indexBanner .swiper-button-prev {
    display: none;
  }
  .indexBanner .swiper-item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .indexBanner .swiper-item .rwdRightImg {
    width: 100%;
  }
  .indexBanner .swiper-item .rwdRightImg img {
    width: 100%; /*height: 510px; object-fit: contain;*/
  }
  .indexBanner .swiper-item .left {
    width: 90%;
    margin: 0 auto;
  }
  .indexBanner .swiper-item .left .name {
    text-align: center;
  }
  .indexBanner {
    padding-bottom: 0;
  }
  .indexBanner .swiper-item .left .classLink {
    padding-bottom: 50px;
  }
  .indexBanner .swiper-item .left .classLink a {
    width: 100%;
    text-align: center;
  }
  .futureSkills {
    flex-direction: column;
  }
  .futureSkills .left,
  .futureSkills .right {
    width: 100%;
  }
  .futureSkills .right {
    padding: 40px;
  }
  .rwdLinkList {
    width: 90%;
    margin: 0 auto;
  }
  .rwdLinkList .swiper-slide a {
    width: 46%;
  }
  .rwdLinkList .swiper a img {
    width: 100%;
  }
  .linkList .swiper-slide {
    display: flex;
    justify-content: space-around;
  }
  .rwdLinkList .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 55px;
  }
  .linkList {
    padding: 70px 0 90px 0;
  }
  .swiper-pagination-bullet-active {
    background: #63666a;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: 39px;
    height: 6px;
    border-radius: 0;
  }
  .teaching .rwdShow .redTitle {
    color: #333;
    font-size: 26px;
    margin-bottom: 20px;
  }
  .teaching .item .img {
    height: 248px;
  }
  .latestNewsList .latestItem .newsItem .title {
    flex-direction: column;
    text-align: left;
  }
  .latestNewsList .latestItem .newsItem .title .text {
    margin-top: 10px;
    text-align: justify;
  }
  .futureSkills .right .list .item img {
    width: auto;
    height: auto;
  }
  .futureSkills .right .msg,
  .futureSkills .right .list .item div {
    font-size: 18px;
  }
  .teaching {
    padding-bottom: 40px;
  }
  .institute .rwdShow.teaching .redTitle {
    color: #333;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .institute .whyClassify .msg {
    border-bottom: none;
    padding-bottom: 0;
  }
  .institute .rwdShow.teaching .classify {
    margin-bottom: 15px;
  }
  .institute .rwdShow.teaching .classify a {
    margin-bottom: 10px;
    font-size: 18px;
    background: #7c2529;
    color: #fff;
    border-radius: 3px;
    padding: 3px 10px;
    margin-right: 5px;
  }
  .institute .rwdShow.teaching .classify a.active {
    background: #e52431;
  }
  .institute .teaching .item .img {
    height: 248px;
  }
  .institute .teaching .item .test {
    padding: 20px 20px 0px 20px;
  }
  .futureSkills .right .title {
    font-size: 28px;
  }
  .announcement {
    padding-bottom: 40px;
  }
  .instituteFooter .logoImg,
  .instituteFooter .bottom {
    flex-direction: column;
  }
  .instituteFooter .logoImg .left {
    margin-top: 20px;
    width: 30%;
  }
  .instituteFooter .bottom {
    text-align: center;
    margin-top: 20px;
  }
  .courseList .teaching .list {
    grid-template-columns: repeat(2, 48%);
  }
  .courseList .teaching .hotTopics .overflowX .item {
    background: #fff;
  }

  /* 課程詳情 */
  .courseDetailsBanner {
    flex-direction: column;
    background: #fff;
    padding-bottom: 20px;
  }
  .courseDetailsBanner .left,
  .courseDetailsBanner .right {
    width: 100%;
  }
  .courseDetails {
    background: #f3f3f3;
  }
  .courseDetails .teaching {
    background: #fff;
  }
  .tabs {
    width: 100%;
    padding-left: 40px;
  }
  .introductionFeatures .tab-content {
    border-top: none;
  }
  .breadCrumb {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100% !important;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .introductionFeatures {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .courseDetails .courseBanner {
    width: 100%;
    background: #fff;
  }
  .courseDetailsBanner .left {
    height: 506px;
  }
  .courseDetailsBanner .right {
    width: 90%;
    margin: 0 auto;
    margin-top: 4%;
  }
  .courseDetailsBanner .right .free {
    width: 100%;
  }
  .introductionFeatures .tab-content .tabCont {
    flex-direction: column;
  }
  .introductionFeatures .tabCont .left,
  .introductionFeatures .tabCont .right {
    width: 100%;
  }
  .courseUnitContent .flexJust.container {
    flex-direction: column;
  }
  .courseUnit,
  .teachingMsg {
    width: 100%;
  }
  .courseUnitContent .container {
    width: 100%;
  }
  .teachingMsg .teachingInstructor {
    background: #fff;
    margin-top: 20px;
    padding: 40px;
  }
  .teachingMsg .teachingList {
    flex-direction: column;
  }
  .teachingMsg .teachingList .msgCont {
    width: 100%;
  }
  .teachingMsg .teachingList .msgCont .msg {
    text-align: justify;
  }
  .teachingMsg .teachingList .msgCont .btn {
    width: 100%;
  }
  .teachingMsg .teachingList .msgCont .name {
    text-align: center;
  }
  .teachingMsg .teachingList .avatar {
    width: 100%;
    text-align: center;
    height: auto;
  }
  .teachingMsg .teachingList .avatar img {
    width: 170px;
    height: 170px;
  }
  .courseUnitContent {
    padding-top: 0;
    padding-bottom: 0;
  }
  .courseUnit {
    padding: 40px;
  }
  .teachingMsg .teachingList {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .teachingMsg .teachingList .msgCont .name {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
  }
  #tabs {
    width: 100%;
    padding-left: 20px;
  }
  /* login */
  .register .right .breadCrumb {
    background: inherit;
    padding-left: 10px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .registerModal {
    width: 98%;
    margin: 0 auto;
  }
  .register .right .registerModal .gridList .input {
    height: 65px;
  }

  .faq .announcement {
    padding-top: 0px;
  }
  .faq .breadCrumb {
    background: inherit;
  }
  .faqList {
    flex-direction: column;
  }
  .faq .faqList .latestNewsList,
  .faq .faqList .right {
    width: 100%;
  }
  .faq .latestNewsList .latestItem .newsItem .title {
    flex-direction: inherit;
  }
  .faq .latestNewsList .latestItem .newsItem .title .text {
    margin-top: 0;
  }

  .studiesBg .breadCrumb {
    position: fixed;
    top: 90px;
    background: #f3f3f3;
    z-index: 1000;
  }
  .studiesBg .container {
    width: 100%;
  }
  .studiesBg .tab {
    position: fixed;
    top: 19%;
    background: #fff;
    width: 100%;
    z-index: 1000;
  }
  .studyList .classifyList {
    width: 90%;
    margin: 0 auto;
    padding-top: 15%;
  }
  .studyList .classifyList.noClass {
    padding-top: 35%;
  }
  .studyList .classifyList .item {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .studyList .classifyList .item .left {
    width: 100%;
    height: auto;
  }
  .studiesBg .tab a.active {
    padding-left: 5%;
    padding-right: 5%;
  }
  .studyList .classifyList .item .center {
    width: 100%;
  }
  .studyList .classifyList .item .right {
    width: 93%;
    justify-content: space-around;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
  }
  .studyList .classifyList .item .right a {
    width: 40% !important;
  }
  .studyList .classifyList .item .right a:nth-child(2) {
    margin-top: 0;
  }

  .studiesDetails .courseUnit .subtitleOk {
    justify-content: space-between;
  }
  .learingDetails .iframe iframe {
    height: 400px;
    width: 100%;
  }
  .learingDetails .reading .title {
    font-size: 28px;
  }
  .learingDetails .reading .name {
    font-size: 22px;
  }
  .learingDetails .testing {
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .learingDetails .testing .left,
  .learingDetails .testing .right {
    width: 100%;
  }
  .learingDetails .testing .left .flex {
    height: auto;
  }
  .learingDetails .testing .left .testNum {
    padding-bottom: 4%;
  }
  .learingDetails .testing .left .testNum .name {
    margin-top: 8%;
  }
}
.courseList .titleName .subtitle {
  display: inline;
}

@media (max-width: 576px) {
  .learingDetails .learingBg .titleFlex{display: block;}
  .learingDetails .learingBg .titleFlex h2{margin-bottom: 10px;}
  .downFlex {
    width: 70%;
  }
  .rwdLangage .person {
    padding: 20px 72px;
  }
  /* .indexBanner .swiper-item .rwdRightImg img {
    height: 380px;
  } */
  .overflowX .item {
    width: 70%;
  }
  .rwdSubtitle .titles {
    font-size: 28px;
  }
  .futureSkills .right .list {
    width: 100%;
  }
  .futureSkills .right .msg,
  .futureSkills .right .list .item div {
    font-size: 16px;
  }
  .teaching .item .img {
    height: 165px;
  }
  .courseDetailsBanner .left {
    height: 380px;
  }

  /* login */
  .login .modalPopup {
    width: 85%;
  }
  .register .left {
    height: 350px;
  }
  /* .register .right .registerModal .nas::before {
    width: 70%;
    left: 27%;
  } */
  .rwdMenu .menu {
    padding: 0 25px;
  }

  .barTop {
    height: 80px;
  }
  .barTop .title {
    padding-left: 6%;
  }
  .faq .latestNewsList .latestItem .newsItem .title .time {
    text-align: center;
  }
  .faq .latestNewsList .latestItem .newsItem .redImg {
    width: 10%;
  }
  .faq .faqList .right .text {
    text-align: justify;
  }
  .studyList .classifyList {
    padding-top: 20%;
  }
  .breadCrumb {
    padding-left: 30px;
  }
  .courseUnit {
    padding: 30px;
  }
  .courseUnitContent .collapeList .card-body .classList .flexJust .title {
    width: 75%;
  }
  .courseUnitContent .collapeList a .flexJust {
    align-items: flex-start;
  }
  .courseUnitContent .collapeList a .flexJust .left {
    width: 100%;
  }
  .courseUnitContent .collapeList a .left .title {
    width: 96%;
  }
  .learingDetails .iframe iframe {
    height: 300px;
  }
  .learingDetails .classList .item a .flexJust .title {
    width: 77%;
  }
  .learingDetails .classList .item a .flexJust {
    align-items: baseline;
  }
}

@media (max-width: 480px) {
  .rwdHeader .rwdSubtitle a {
    width: 90%;
}
  .rwdMenu .menu .left {
    width: 70%;
  }
  .rwdSubtitle .titles {
    font-size: 25px;
  }
  /* .indexBanner .swiper-item .rwdRightImg img {
    height: 315px;
  } */
  .subtitle {
    font-size: 26px;
  }
  .futureSkills .right .title {
    flex-direction: column;
    display: flex;
    text-align: center;
    font-weight: 500;
  }
  .futureSkills .right .title span:first-child {
    margin-right: 0;
  }
  .courseList .teaching .list {
    grid-template-columns: repeat(1, 100%);
  }
  .hotTopics .item .img {
    height: 200px;
  }
  .courseDetailsBanner .left {
    height: 316px;
  }
  /* loign */
  .login .modalPopup .loginName .person h2 {
    font-size: 25px !important;
  }
  .login form input {
    height: 50px;
  }
  /* .register .right .registerModal .nas::before {
    width: 60%;
    left: 35%;
  } */

  .barTop {
    height: 65px;
  }
  .barTop .title {
    padding-left: 7%;
  }
  .faq .announcement .container {
    width: 85%;
  }
  .faq .faqList .right .btn,
  .faq .faqList .right .btn a {
    width: 100%;
  }
  .studyList .classifyList {
    padding-top: 23%;
  }
  .studiesBg {
    padding-bottom: 20px;
  }
  .rwdMenu .menu {
    padding: 0 23px;
  }
  .breadCrumb {
    padding-left: 23px;
  }
  .courseUnitContent .collapeList .card-body .classList .flexJust .title {
    width: 70%;
  }
  .completedCourseList .studyList .openMore {
    margin-bottom: 1rem;
  }
  .completedCourseList .studyList .classifyList {
    padding-bottom: 25px;
  }
  .courseUnitContent .collapeList a .left .title {
    align-items: baseline;
  }
  /* .courseUnitContent .collapeList a .left .time { padding-left: 8%; } */
  .studyList .classifyList .item .right button {
    width: 40%;
  }
  .learingDetails .classList .item a .flexJust .title {
    width: 74%;
  }
  .learingDetails .reading,
  .learingDetails .testing,
  .learingDetails .classWrap,
  .answerQuestions {
    padding-bottom: 10%;
  }
  .learingDetails .openMore {
    margin-top: 2rem;
  }
  .learingDetails .reading .title {
    font-size: 24px;
  }
  .learingDetails .reading .name {
    font-size: 20px;
  }
  .learingDetails .learingBg {
    padding-bottom: 0;
  }
  .teaching .item .img {
    height: 200px;
  }
  .answerQuestions .list .item.input input,
  .answerQuestions .list .item.input select,
  .answerQuestions .list .item.textarea textarea {
    width: 90%;
  }
}

@media (max-width: 430px) {
  .courseUnitContent .collapeList .card-body .tabBg {
    height: auto;
    flex-direction: column;
}
.myBottomLink.gray{padding-top: 23px !important;}
.courseUnitContent .collapeList .card-body .tabBg .item{margin-bottom: 10px;}
  .futureSkills .right .msg{text-align: left;}
  .login .modalPopup.loginPopup .loginName .person{width: 50%; margin-top: 0;}
  .login .modalPopup.forgotPasswordPopup .loginName .person{width: 100% !important; margin-top: 0;}
  #tabs a{padding: 9px;}
  .downFlex {
    width: 100%;
  }
  .indexBanner .swiper-item .rwdRightImg img {
    height: auto;
  }
  .indexBanner .swiper-item .left .name {
    font-size: 24px;
  }
  .indexBanner .swiper-item .left .text,
  .instituteFooter .bottom a,
  .latestNewsList .latestItem .newsItem .title .time,
  .futureSkills .right .msg,
  .futureSkills .right .list .item div {
    font-size: 16.5px;
  }
  .indexBanner .swiper-item .left .classLink a {
    font-size: 19px;
  }
  .futureSkills .right .title {
    font-size: 22px;
  }
  .latestNewsList {
    margin-top: 5%;
  }
  .latestNewsList .latestItem .newsItem .title .text {
    font-size: 17.5px;
  }
  .rwdHeader .rwdSubtitle .logoImg {
    width: 60px;
}
  .rwdSubtitle .titles {
    font-size: 20px;
  }
  .rwdMenu .menu .left .logo img {
    width: 30px;
  }
  .rwdMenu .menu {
    height: 60px;
  }
  .home {
    padding-top: 60px;
  }
  .overflowX .item {
    width: 75%;
  }
  .rwdNav .rwdNavList,
  .rwdLangage,
  .rwdSearch {
    top: 60px;
  }
  .rwdNavList .name {
    font-size: 20px;
    padding: 15px 65px;
  }
  .rwdNav .item .title {
    font-size: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
  }
  .rwdNav .item a {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .rwdNavList .item {
    padding: 15px 65px;
  }
  .rwdLangage .person {
    padding: 15px 66px;
  }
  .rwdLangage .person span,
  .rwdLangage .lang {
    font-size: 18px;
  }
  .rwdLangage .container {
    width: 70%;
  }
  .rwdSearch {
    padding: 30px;
  }
  .rwdSearch input {
    font-size: 17px;
  }
  .rwdMenu .menu {
    padding: 0 20px;
  }
  .courseList .titleName h2 {
    font-size: 26px !important;
  }
  .courseDetailsBanner .left {
    height: 283px;
  }
  .courseDetailsBanner .right .subtitle {
    font-size: 24px !important;
    margin-top: 0;
  }
  .courseDetailsBanner .right .text {
    font-size: 16.5px;
    width: 100%;
  }
  .courseDetailsBanner .right .msg .text {
    font-size: 15px;
  }
  .breadCrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .introductionFeatures nav {
    margin-top: 0;
    width: 100% !important;
  }
  .courseUnit {
    padding: 15px;
  }
  .courseUnitContent .collapeList a .left .title {
    font-size: 17.5px;
  }
  .courseUnitContent .collapeList .card-body .text,
  .courseUnitContent .collapeList .card-body .classList .item .title span {
    font-size: 16.5px;
  }
  .courseUnitContent .collapeList .collapse .classList .item .title {
    width: 68%;
  }
  .introductionFeatures .objectCont .subtitle {
    font-size: 24px;
  }
  .introductionFeatures .objectCont .item .title {
    font-size: 20px;
  }
  .introductionFeatures .objectCont .item .text {
    font-size: 16.5px;
  }
  .myNav-top {
    top: 60px !important;
  }
  #tabs {
    padding-left: 20px;
    width: 100%;
    top: 30px !important;
  }
  /* login */
  .login {
    height: 580px;
  }
  .registerModal h2 {
    font-size: 25px !important;
  }
  .register .right {
    padding: 0px 20px 40px 20px;
  }
  .register .right .registerModal .gridList .checkbox a,
  .register .right .registerModal .gridList .checkbox .form-check {
    font-size: 14px;
    margin-top: 3px;
  }
  .register .right .registerModal .gridList .checkbox .form-check-input {
    width: 18px;
    height: 18px;
  }
  .registerModal {
    width: 100%;
  }
  .instituteFooter .bottom span,
  .instituteFooter .bottom a {
    margin-right: 15px;
  }
  .instituteFooter .right img {
    width: 35px;
  }
  .instituteFooter .logoImg .left {
    width: 40%;
  }
  .register .left {
    height: 280px;
  }
  .register .right .breadCrumb {
    padding-left: 0px;
  }

  .barTop .title h2 {
    font-size: 25px !important;
  }
  .barTop {
    height: 55px;
  }
  .barTop .title {
    padding-left: 5%;
  }
  .faq .announcement .container {
    width: 90%;
  }
  .faq .faqList .latestNewsList {
    margin-top: 3%;
  }
  .faq .faqList .right .subtitle {
    font-size: 25px;
  }

  .studiesBg .breadCrumb {
    top: 60px;
    padding-top: 13px;
  }
  .studiesBg .tab {
    top: 12%;
  }
  .studyList .classifyList .item {
    margin-top: 40px;
  }
  .studyList .classifyList .item .center {
    padding: 20px;
  }
  .studyList .classifyList .item .right a {
    width: 46% !important;
  }
  .futureSkills .right {
    padding: 20px;
  }
  .completedCourseList .studiesBg .tab a {
    padding-left: 5%;
  }
  .completedCourseList .studyList .classifyList {
    padding-bottom: 15px;
  }
  .completedCourseList .openMore {
    margin-bottom: 1rem;
  }
  .courseUnitContent {
    padding-bottom: 0;
  }
  .studyList .classifyList {
    padding-top: 20%;
  }
  .learingDetails .learingBg .titleFlex h2 {
    font-size: 25px !important;
  }
  .learingDetails .learingBg .subtitle {
    font-size: 20px;
  }
  .learingDetails .iframe iframe {
    height: 240px;
  }
  .learingDetails .classList .item a .flexJust {
    align-items: baseline;
  }
  .learingDetails .classList .item a .flexJust .title {
    width: 70%;
  }
  .learingDetails .openMore {
    margin-top: 1rem;
  }
  .learingDetails .reading .btn .text {
    font-size: 16px;
  }
  .learingDetails .reading .title {
    font-size: 21px;
  }
  .learingDetails .reading .name {
    font-size: 17px;
  }
  .learingDetails .reading .text p {
    font-size: 16px !important;
  }
  .learingDetails .reading .btn button {
    height: 40px;
    font-size: 18px;
  }
  .learingDetails .reading .text {
    font-size: 16px;
  }
  .answerQuestions .list .item .form-check,
  .answerQuestions .list .item.input input,
  .answerQuestions .list .item.input select,
  .answerQuestions .list .item.textarea textarea {
    margin-left: 0;
  }
  .answerQuestions .invalid-feedback,
  .answerQuestions .list .item .redText {
    margin-left: 0;
  }
  .answerQuestions .list .item.input input,
  .answerQuestions .list .item.input select,
  .answerQuestions .list .item.textarea textarea {
    width: 100%;
  }
  .answerQuestions .list .item .form-check label {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  .login .modalPopup .loginName .person {
    width: 75% !important;
}
.subtitle {
  font-size: 18px;
}
  #tabs a{padding: 7px;font-size: 14.5px;}
  .overflowX .item {
    margin-right: 20px;
  }
  .overflowX .item {
    width: 95%;
  }
  .rwdMenu .menu {
    padding: 0 15px;
  }
  .rwdNavList .name,
  .rwdNavList .item,
  .rwdLangage .person {
    padding: 15px 58px;
  }
  .rwdLangage .container {
    width: 67%;
  }
  .instituteFooter .container {
    width: 100%;
  }
  .courseDetailsBanner .left {
    height: 255px;
  }
  .courseImgList .msg .star {
    font-size: 16px;
  }
  .introductionFeatures .nav-tabs .nav-link {
    margin-left: 10px;
  }
  .teachingMsg .teachingInstructor {
    padding: 20px;
  }
  .teachingMsg .teachingInstructor {
    margin-top: 10px;
  }
  .courseUnitContent .collapeList .card-body .tabBg .item {
    margin-right: 20px;
  }

  /* login */
  .login form input {
    height: 40px;
  }
  .login .submit button,
  .login .google button {
    height: 40px;
    font-size: 17px;
  }
  .register .right {
    padding: 0px 15px 40px 15px;
  }
  .courseUnitContent .collapeList .collapse .classList .item .title {
    width: 65%;
  }
  .learingDetails .classList .item a .flexJust .title {
    width: 66%;
  }
  .learingDetails .reading .btn .text {
    font-size: 14px;
  }
  .learingDetails .learingBg .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .learingDetails .reading .text {
    font-size: 15px;
  }
  .courseList .titleName h2,
  .teaching .rwdShow .redTitle {
    font-size: 18px !important;
  }
  .yearMoren .yearSelInput {
    font-size: 16px;
  }
  .yearList .yearSelect {
    padding: 10px;
  }
  .yearList .yearSelect li {
    font-size: 15px;
  }
  #tabs a {
    padding: 6px;
  }
}
