@charset "UTF-8";
.connectClass .shadowBox {
  padding: 24px 24px 60px;
}
.connectClass .series-list-wrap {
  margin-bottom: 60px;
}
.connectClass .series-list-wrap li {
  display: inline-block;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 8px;
}
.connectClass .series-list-wrap li:nth-child(odd) {
  margin-left: 0;
}
.connectClass .video-list-wrap > li {
  margin-left: 24px;
  margin-bottom: 80px;
  display: inline-block;
  vertical-align: top;
}
.connectClass .video-list-wrap > li:nth-child(4n+1) {
  margin-left: 0;
}
.connectClass .engcen_level {
  font-style: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.5px;
  line-height: 20px;
  padding: 0 10px;
  margin-right: 8px;
}
.connectClass .engcen_level.level1 {
  border: 1px solid #43d027;
  color: #43d027;
}
.connectClass .engcen_level.level2 {
  border: 1px solid #255ae0;
  color: #255ae0;
}
.connectClass .engcen_level.level3 {
  border: 1px solid #000000;
  color: #000000;
}
@media screen and (max-width: 1099px) {
  .connectClass .shadowBox {
    padding: 30px 16px;
  }
  .connectClass .series-list-wrap li {
    display: block;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .connectClass .video-list-wrap > li {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 3.5%;
    display: inline-block;
  }
  .connectClass .video-list-wrap > li:nth-child(4n+1) {
    margin-left: 3.5%;
  }
  .connectClass .video-list-wrap > li:nth-child(3n+1) {
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
  .connectClass .subPageTitle h2 {
    display: none;
  }
  .connectClass .shadowBox {
    padding: 20px 6px;
  }
  .connectClass .series-list-wrap li {
    margin-bottom: 1px;
    vertical-align: top;
  }
  .connectClass .video-list-wrap > li {
    width: 97.4%;
    margin: 0 auto 6.5%;
    display: block;
  }
  .connectClass .video-list-wrap > li:first-child {
    margin-left: 0;
  }
  .connectClass .video-list-wrap > li:nth-child(3n+1),
  .connectClass .video-list-wrap > li:nth-child(4n+1) {
    margin-left: auto;
  }
}
.series-list {
  padding: 12px 24px;
  width: 100%;
  word-break: break-all;
  transition: box-shadow 0.3s ease;
}
.series-list:hover {
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.18);
}
.series-list a {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.series-list a > div {
  display: table-cell;
  vertical-align: top;
  position: relative;
}
.series-list .series-thumbnail {
  width: 220px;
  height: 148px;
  background: #cfcfcf;
}
.series-list .series-thumbnail img {
  width: 100%;
  height: 100%;
}
.series-list .series-thumbnail.welaaa-thumbnail {
  text-align: center;
}
.series-list .series-thumbnail.welaaa-thumbnail img {
  width: auto;
}
.series-list .serise-info {
  padding-left: 12px;
  width: calc(100% - 220px);
  white-space: normal;
  background: #ffffff;
  z-index: 1;
  font-size: 0;
}
.series-list .serise-info .type {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.5px;
  color: #787878;
  display: inline-block;
}
.series-list .serise-info .title.pc-block {
  margin: 4px 0 8px;
  font-size: 16px;
  line-height: 1.31;
  letter-spacing: -0.5px;
  max-height: 42px;
  overflow: hidden;
  transform: rotate(0.03deg);
}
.series-list .serise-info .text {
  line-height: 1.29;
  letter-spacing: -0.5px;
  max-height: 36px;
  overflow: hidden;
}
.series-list .serise-info .total-video-num {
  bottom: 0px;
  left: 12px;
}
.series-list .serise-info .total-video-num span {
  color: #787878;
  line-height: 1.43;
  letter-spacing: -0.36px;
}
.series-list .serise-info .right-info {
  right: -10px;
  bottom: 0;
  display: flex;
}
.series-list .serise-info .right-info .likeBtn.hasnum {
  background-color: transparent;
  padding: 0;
  height: 19px;
  line-height: 19px;
  display: flex;
  align-items: center;
}
.series-list .serise-info .right-info .likeBtn.hasnum .num {
  color: #000000;
  font-size: 13px;
}
.series-list .serise-info .right-info .play_num {
  padding-left: 14px;
  position: relative;
}
.series-list .serise-info .right-info .play_num::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  left: 7px;
  top: 4px;
  background-color: #787878;
}
.series-list .serise-info .right-info i {
  font-style: normal;
  font-size: 13px;
}
@media screen and (max-width: 1099px) {
  .series-list {
    width: 100%;
  }
  .series-list .serise-info {
    height: 148px;
    position: relative;
  }
  .series-list .serise-info .title.tablet-block {
    font-size: 16px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.31;
    letter-spacing: -0.5px;
    max-height: 40px;
    margin: 4px 0 8px;
    white-space: inherit;
    transform: rotate(0.03deg);
  }
  .series-list .serise-info .text.tablet-block {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
    height: auto;
    white-space: inherit;
  }
  .series-list .serise-info .total-video-num {
    position: relative;
    margin-top: 13px;
    bottom: inherit;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .series-list {
    padding: 16px 0;
  }
  .series-list > div {
    float: none;
    width: 100% !important;
  }
  .series-list .series-thumbnail {
    position: relative;
    height: 0;
    width: 39%;
    padding-top: 40%;
    overflow: hidden;
  }
  .series-list .series-thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%);
    max-width: inherit;
    width: 100%;
    height: 100%;
  }
  .series-list .serise-info {
    width: 61%;
    padding: 0 0 0 10px;
    height: 108px;
  }
  .series-list .serise-info .type {
    font-size: 14px;
    line-height: 1.5;
  }
  .series-list .serise-info .title.tablet-block {
    font-size: 14px;
    line-height: 1.29;
    max-height: 36px;
  }
  .series-list .serise-info .text.tablet-block {
    display: none;
  }
  .series-list .serise-info .total-video-num {
    font-size: 13px;
    margin-top: 17px;
  }
  .series-list .serise-info .right-info {
    right: inherit;
    left: 10px;
    bottom: 0;
  }
}
.video-thmb-style {
  width: 232px;
  white-space: normal;
  overflow: hidden;
}
.video-thmb-style a {
  display: block;
}
.video-thmb-style .video-thumbnail {
  width: 100%;
  height: 0;
  padding-top: 64.23%;
  position: relative;
  background: #ffffff;
}
.video-thmb-style .video-thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.video-thmb-style .video-thumbnail .likeBtn {
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 10px;
  left: 8px;
  padding: 0 11px;
  height: 24px;
  line-height: 24px;
}
.video-thmb-style .video-thumbnail .likeBtn i.icon {
  width: 16px;
  height: 13px;
}
.video-thmb-style .video-thumbnail .likeBtn .num {
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
  padding-left: 4px;
}
.video-thmb-style .video-thumbnail .time {
  right: 7px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.33;
  padding: 3px 2px;
  letter-spacing: -0.3px;
}
.video-thmb-style .video-thumbnail .progress-wrap {
  width: 100%;
  bottom: 0px;
  left: 0;
  height: 4px;
  background: #cfcfcf;
}
.video-thmb-style .video-thumbnail .progress-wrap > span {
  left: 0;
  top: 0;
  height: 4px;
  background: #00a2ac;
}
.video-thmb-style .video-thumbnail.welaaa-thumbnail {
  background: #cfcfcf;
  text-align: center;
}
.video-thmb-style .video-thumbnail.welaaa-thumbnail img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.video-thmb-style .video-info {
  padding: 8px 8px 18px;
  position: relative;
  z-index: 1;
  background: #ffffff;
}
.video-thmb-style .video-info a .category {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #787878;
  margin-bottom: 4px;
}
.video-thmb-style .video-info a > span {
  display: block;
  color: #00a2ac;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.video-thmb-style .video-info a .book-icon {
  display: inline-block;
  border-radius: 10px;
  color: #00c731;
  font-style: normal;
  border: 1px solid #00c731;
  padding: 0 9.5px;
  height: 20px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 12px;
}
.video-thmb-style .video-info a b {
  max-height: 36px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.5px;
  word-break: break-all;
}
.video-thmb-style .video-info a > div {
  margin-top: 16px;
}
.video-thmb-style .video-info a > div > span {
  font-size: 13px;
  display: block;
  line-height: 1.23;
  letter-spacing: -0.46px;
  color: #787878;
}
.video-thmb-style .video-info a > div > span.study-date {
  margin-top: 4px;
  margin-bottom: 16px;
}
.video-thmb-style .video-info a > div > div .score {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.video-thmb-style .video-info a > div > div > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.23;
  letter-spacing: -0.46px;
  padding-left: 16px;
}
.video-thmb-style .video-info a > div > div > span::before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: #cfcfcf;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.video-thmb-style .video-info a > div .score {
  font-size: 0;
  margin-top: 16px;
}
.video-thmb-style .video-info a > div .score p {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.video-thmb-style .video-info a > div .score p .icon {
  margin-right: 6px;
}
.video-thmb-style .video-info a > div .score > span {
  font-size: 14px;
  padding-left: 8px;
  vertical-align: middle;
}
.video-thmb-style:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
}
.video-thmb-style:hover .video-thumbnail img {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-thmb-style:hover .video-info a b {
  text-decoration: underline;
  transform: rotate(0.03deg);
}
@media screen and (max-width: 1099px) {
  .video-thmb-style {
    width: 100%;
  }
  .video-thmb-style .video-info .tablet-block {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .video-thmb-style .video-thumbnail {
    padding-top: 48.37%;
  }
  .video-thmb-style .video-thumbnail img {
    height: 100%;
  }
  .video-thmb-style .video-info {
    min-height: inherit;
  }
}
.connect-common-top {
  padding-bottom: 16px;
}
.connect-common-top > p {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: -0.51px;
  transform: rotate(0.03deg);
}
.connect-common-top > p b {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .connect-common-top > p {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.46px;
  }
}
.classhome .shadowBox {
  padding: 25px 0;
  overflow: hidden;
}
.classhome .shadowBox > div {
  margin-top: 60px;
}
.classhome .shadowBox > div:first-child {
  margin-top: 0;
}
.classhome .homeTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.51px;
  padding: 0 24px;
}
.classhome .scroll-banner-wrap .scroll-banner {
  padding-top: 16px;
  padding-bottom: 40px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list {
  padding-top: 64px;
  overflow-y: visible;
  margin-top: -48px;
  padding-left: 24px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div {
  width: 220px;
  height: 296px;
  overflow: hidden;
  margin-right: 24px;
  position: relative;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div a {
  display: block;
  width: 100%;
  height: 100%;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div a::before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  height: 49px;
  bottom: 0;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div a span {
  font-size: 16px;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 0 16px;
  bottom: 11px;
  left: 0;
  white-space: initial;
  word-break: normal;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div a span i {
  font-style: normal;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a {
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.05);
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a::before {
  height: 100%;
  z-index: 1;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a img {
  transform: scale(1.1);
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a span {
  z-index: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.71px;
  bottom: inherit;
  height: 76px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a span i {
  float: none;
  display: block;
  margin-top: 20px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists {
  text-align: center;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists div {
  width: 196px;
  margin-right: 8px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists a::before {
  display: none !important;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list {
  background-color: #F3F5F7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border-radius: 4px;
  text-align: left;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div {
  padding: 8px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-1 {
  background: url('/assets/svg/category-icon-b-1.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-2 {
  background: url('/assets/svg/category-icon-b-2.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-3 {
  background: url('/assets/svg/category-icon-b-3.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-4 {
  background: url('/assets/svg/category-icon-b-4.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-5 {
  background: url('/assets/svg/category-icon-b-5.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-6 {
  background: url('/assets/svg/category-icon-b-6.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-7 {
  background: url('/assets/svg/category-icon-b-7.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-8 {
  background: url('/assets/svg/category-icon-b-8.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon.category-icon-9 {
  background: url('/assets/svg/category-icon-b-9.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div p {
  font-size: 20px;
  font-weight: 700;
  transform: rotate(0.03deg);
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list p.num {
  display: inline-block;
  min-width: 62px;
  height: 42px;
  padding: 0px 33px 0 16px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100px;
  margin-left: auto;
  position: relative;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list p.num::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url('/assets/img/getSmart/cate-arrow-icon.png');
  position: absolute;
  right: 8px;
  top: 9px;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.orange {
  background-color: #00a2ac;
  color: #ffffff;
  transition: 0.2s;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.orange > div .icon.category-icon-1 {
  background: url('/assets/svg/category-icon-w-1.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.orange > div .icon.category-icon-2 {
  background: url('/assets/svg/category-icon-w-2.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.orange > div .icon.category-icon-3 {
  background: url('/assets/svg/category-icon-w-3.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.orange > div .icon.category-icon-4 {
  background: url('/assets/svg/category-icon-w-4.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.orange > div .icon.category-icon-5 {
  background: url('/assets/svg/category-icon-w-5.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover p.num::after {
  background: url('/assets/img/getSmart/cate-arrow-icon-w.png');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.blue {
  background-color: #043B72;
  color: #ffffff;
  transition: 0.2s;
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.blue > div .icon.category-icon-6 {
  background: url('/assets/svg/category-icon-w-6.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.blue > div .icon.category-icon-7 {
  background: url('/assets/svg/category-icon-w-7.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.blue > div .icon.category-icon-8 {
  background: url('/assets/svg/category-icon-w-8.svg');
}
.classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list:hover.blue > div .icon.category-icon-9 {
  background: url('/assets/svg/category-icon-w-9.svg');
}
.classhome .welaaa {
  padding: 0 24px;
}
.classhome .welaaa a {
  display: block;
  height: 176px;
  padding: 24px 30px;
  color: #ffffff;
  overflow: hidden;
}
.classhome .welaaa a .bg-box {
  background: url("/assets/img/getSmart/img-w-welaaa_pc_v2.jpg") no-repeat 50%;
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.classhome .welaaa a span {
  display: block;
  margin-bottom: 17px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.61px;
}
.classhome .welaaa a b {
  display: block;
  font-size: 40px;
  line-height: 0.5;
  font-weight: normal;
  letter-spacing: -1.02px;
}
.classhome .welaaa a b i {
  display: inline-block;
  vertical-align: baseline;
  width: 29px;
  height: 36px;
  background: url("/assets/svg/ic-w-welaaa.svg") 50%;
  background-size: contain;
}
.classhome .welaaa a > button {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #ffffff;
  right: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  overflow: hidden;
}
.classhome .welaaa a > button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10rem;
  z-index: -2;
}
.classhome .welaaa a > button::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ffffff;
  transition: all 0.3s;
  z-index: -1;
}
.classhome .welaaa a > button i {
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  z-index: 1;
}
.classhome .welaaa a:hover .bg-box {
  transform: scale(1.1);
}
.classhome .welaaa a:hover > button:before {
  width: 100%;
}
.classhome .welaaa a:hover > button i {
  color: #0d9436;
}
.classhome .series-list-banner .scroll-banner-wrap .scroll-banner {
  padding-left: 16px;
}
.classhome .series-list-banner .scroll-banner-wrap .scroll-banner .series-list {
  width: 640px;
  margin-right: 28px;
}
.classhome .trend-banner .scroll-banner {
  padding-left: 24px;
  display: flex;
}
.classhome .trend-banner .filter {
  margin-right: 24px;
}
.classhome .trend-banner .video-thmb-style {
  width: 220px;
  height: 100%;
}
@media screen and (max-width: 1099px) {
  .classhome .homeTitle {
    line-height: 1.5;
    letter-spacing: -0.51px;
    padding: 0 16px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list {
    padding-left: 16px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a {
    width: 100%;
    height: 100%;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a span {
    height: min-content;
  }
  .classhome .welaaa {
    padding: 0 16px;
  }
  .classhome .series-list-banner .scroll-banner-wrap .series-list {
    width: 640px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  .classhome .shadowBox {
    padding: 25px 0px;
  }
  .classhome .shadowBox > div {
    margin-top: 40px;
  }
  .classhome .homeTitle {
    padding: 0 8px;
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.46px;
  }
  .classhome .scroll-banner-wrap .scroll-banner {
    padding-left: 0;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list {
    padding-left: 8px;
    padding-bottom: 20px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div {
    width: 120px;
    height: 161px;
    margin-right: 4px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div a::before {
    height: 100%;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div a span {
    bottom: 0px;
    left: 0px;
    padding: 0 0 7px 6px;
    font-size: 16px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div a span i {
    display: block;
    float: none;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a span {
    font-size: 16px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list div:hover a span i {
    margin-top: 10px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists {
    text-align: left;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists div {
    width: 120px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list {
    padding: 10px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div .icon {
    width: 36px;
    height: 36px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list > div > p {
    font-size: 16px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list p.num {
    font-size: 16px;
    min-width: 59px;
    height: 36px;
    padding: 0px 16px;
    line-height: 36px;
  }
  .classhome .scroll-banner-wrap .scroll-banner.category-list.icon-category-lists .icon-category-list p.num::after {
    top: 6px;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner {
    white-space: inherit;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner.category-list div {
    width: 48%;
    height: auto;
    padding-top: 64%;
    margin-left: 2%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner.category-list div:nth-child(odd) {
    margin-left: 0;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner.category-list div.icon-category-list {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner.category-list div.icon-category-list > div {
    width: 100%;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner.category-list div.icon-category-list > div p {
    font-size: 16px;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner.category-list div.icon-category-list p.num {
    font-size: 16px;
    min-width: 59px;
    height: 36px;
    padding: 0px 30px 0 16px;
    line-height: 36px;
  }
  .classhome .scroll-banner-wrap.mobile-box-list .scroll-banner.category-list div.icon-category-list p.num::after {
    top: 6px;
  }
  .classhome .welaaa {
    padding: 0 8px;
  }
  .classhome .welaaa a {
    padding: 8px 10px 20px;
    background-size: cover;
  }
  .classhome .welaaa a .bg-box {
    background: url("/assets/img/getSmart/img-w-welaaa_mo_v2.jpg") no-repeat 50%;
    background-size: cover;
  }
  .classhome .welaaa a span {
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: -0.46px;
    margin-bottom: 8px;
  }
  .classhome .welaaa a b {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: -0.61px;
  }
  .classhome .welaaa a b i {
    width: 22px;
    height: 27px;
    vertical-align: bottom;
  }
  .classhome .welaaa a button {
    right: 0;
    position: relative;
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }
  .classhome .series-list-banner .scroll-banner-wrap {
    padding: 0;
  }
  .classhome .series-list-banner .scroll-banner-wrap .scroll-banner {
    padding-left: 0;
  }
  .classhome .series-list-banner .scroll-banner-wrap .series-list {
    width: 220px;
    padding: 16px 8px;
    margin-right: 0;
    border-bottom: 1px solid #efefef;
  }
  .classhome .series-list-banner .scroll-banner-wrap .series-list .serise-info {
    padding: 0 0 0 10px;
  }
  .classhome .series-list-banner .scroll-banner-wrap.connect-pop-banner .series-list {
    display: block;
    width: 100%;
  }
  .classhome .series-list-banner .scroll-banner-wrap.connect-pop-banner a.main-line-btn {
    width: 180px;
    font-size: 16px;
    margin: 0 auto;
    height: 40px;
    line-height: 38px;
  }
  .classhome .trend-banner .scroll-banner-wrap {
    padding-left: 8px;
  }
  .classhome .trend-banner .scroll-banner-wrap .filter {
    margin-right: 16px;
  }
}
.seriesPage ul.cate_depth {
  margin-bottom: 12px;
}
.seriesPage ul.cate_depth li {
  font-size: 24px;
  line-height: 1.83;
  letter-spacing: -0.61px;
  font-weight: bold;
  transform: rotate(0.03deg);
}
.seriesPage ul.cate_depth li::before {
  content: ">";
  display: inline-block;
  padding: 0 4px;
}
.seriesPage ul.cate_depth li:first-child::before {
  display: none;
}
.seriesPage .filter_list_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .seriesPage ul.cate_depth li {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.46px;
  }
}
.connect-search .resultText {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: -0.61px;
  margin-bottom: 28px;
}
.connect-search .search-type {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;
}
.connect-search .search-type li {
  display: inline-block;
  transform: rotate(0.03deg);
  line-height: 2.13;
  letter-spacing: -0.41px;
  padding: 0 5px 10px;
  margin-left: 40px;
}
.connect-search .search-type li:first-child {
  margin-left: 0;
}
.connect-search .search-type li button {
  font-size: 16px;
}
.connect-search .search-type li.on button {
  color: #00a2ac;
  font-weight: bold;
}
.connect-search .search-type li.on::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00a2ac;
}
.connect-search .search-list-wrap > div {
  margin-top: 60px;
}
.connect-search .search-list-wrap > div:first-child {
  margin-top: 0;
}
.connect-search .search-list a.position-absolute {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.41px;
  color: #00a2ac;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 1099px) {
  .connect-search .search-list a.position-absolute {
    position: relative;
    display: block;
    width: 160px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin: 32px auto 0;
    border: 1px solid #00a2ac;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: 0;
  }
  .connect-search .overflow-hidden {
    overflow: hidden;
    white-space: nowrap;
  }
  .connect-search .overflow-hidden li {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .connect-search .search-list a.position-absolute {
    margin-top: 10px;
  }
}
.watch-container {
  width: 1280px;
  margin: 0 auto;
}
.watch-container.no-series {
  padding: 30px 0 24px;
}
.watch-container.no-series > h2 {
  padding: 0;
  font-size: 24px;
  line-height: 0.83;
  letter-spacing: -0.61px;
}
.watch-container.no-series .list-back-btn {
  margin-bottom: 10px;
  padding: 3px 9px;
  border-radius: 13px;
}
h2.watch-container {
  font-size: 24px;
  line-height: 0.83;
  letter-spacing: -0.61px;
  padding: 40px 0 24px;
}
.watch-top {
  border-bottom: 1px solid #cfcfcf;
  padding: 24px 0;
  margin-bottom: 32px;
}
.watch-top .list-back-btn {
  margin-bottom: 10px;
  padding: 3px 9px;
  border-radius: 13px;
}
.watch-top .seriesInfo-thumb {
  width: 240px;
  height: 148px;
}
.watch-top .seriesInfo-thumb img {
  width: 100%;
  height: 100%;
}
.watch-top .seriesInfo-thumb.welaaa-thumbnail {
  text-align: center;
  background: #cfcfcf;
}
.watch-top .seriesInfo-thumb.welaaa-thumbnail img {
  width: auto;
  max-width: inherit;
  height: 100%;
}
.watch-top .seriesInfo-text {
  padding-left: 12px;
}
.watch-top .seriesInfo-text > div {
  width: 522px;
}
.watch-top .seriesInfo-text > div .mainFont {
  line-height: 1;
  letter-spacing: -0.36px;
}
.watch-top .seriesInfo-text > div b {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: -0.61px;
  height: 60px;
  margin: 12px 0 18px;
}
.watch-top .seriesInfo-text > div > div {
  line-height: 1.57;
  letter-spacing: -0.36px;
  height: 44px;
  overflow: hidden;
}
.watch-top .seriesInfo-text > div > div.active {
  height: auto;
}
.watch-top .seriesInfo-text > div .moreBtn {
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: -0.3px;
  color: #787878;
  margin-top: 12px;
}
.watch-top .seriesInfo-text > div .moreBtn.active {
  font-size: 0;
}
.watch-top .seriesInfo-text > div .moreBtn.active::before {
  content: "접기";
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: -0.3px;
  color: #787878;
  display: inline-block;
}
.watch-top .float-right {
  width: 152px;
  margin: 26px 40px 0 0;
}
.watch-top .float-right .btn {
  font-size: 16px;
  margin-top: 16px;
}
.watch-top .float-right .btn:first-child {
  margin-top: 0;
}
.watch-cont {
  margin: 0 0 100px;
}
.watch-cont .watch-cont-1 {
  margin-bottom: 64px;
}
.watch-cont .watch-cont-1 .video-cont {
  width: 838px;
}
.watch-cont .watch-cont-1 .video-cont .video-container {
  position: relative;
  padding-top: 59.667%;
  background: #000000;
}
.watch-cont .watch-cont-1 .video-cont .video-container video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.watch-cont .watch-cont-1 .video-cont .video-container > div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 0;
}
.watch-cont .watch-cont-1 .video-cont .video-container > div .gear-video-dimensions.vjs-fluid {
  padding-top: 56.25%;
}
.watch-cont .watch-cont-1 .video-cont .info-contents {
  margin: 20px 0;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .play_num {
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -0.36px;
  color: #787878;
  padding-right: 25px;
  font-size: 14px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .play_num::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #d8d8d8;
  right: 12px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .likeBtn {
  width: 72px;
  height: 26px;
  line-height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  margin-right: 24px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .likeBtn::after {
  content: "찜";
  display: inline-block;
  vertical-align: top;
  letter-spacing: -0.36px;
  color: #cfcfcf;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .likeBtn.on {
  border: 1px solid #00a2ac;
  color: #00a2ac;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .likeBtn.on::after {
  content: "찜";
  color: #00a2ac;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn {
  z-index: 2;
  cursor: pointer;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score > span {
  vertical-align: middle;
  padding-left: 4px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop {
  width: 380px;
  padding: 10px 0;
  height: 60px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 3px 14px 0 rgba(155, 155, 155, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -80px;
  display: none;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap {
  font-size: 0;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #cfcfcf;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li:first-child {
  margin-left: 0;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p input[type="radio"] {
  display: none;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p input[type="radio"] + label {
  color: #333;
  font-size: 14px;
  cursor: pointer;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p input[type="radio"] + label span {
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  cursor: pointer;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile1 span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-01-off-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile1 input:checked + label span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-01-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile2 span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-02-off-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile2 input:checked + label span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-02-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile3 span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-03-off-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile3 input:checked + label span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-03-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile4 span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-04-off-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile4 input:checked + label span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-04-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile5 span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-05-off-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap .qustion-rate-smile > li > p.rate-smile5 input:checked + label span {
  background: url('http://d24x8kvt0el7da.cloudfront.net/front/assets/img/rate-smile-05-40-px.png') no-repeat 50%;
  background-size: contain;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop .qustion-rate-wrap strong {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.41px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn.show .score-pop {
  display: block;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .float-right > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .float-right .score span {
  vertical-align: middle;
  padding-left: 4px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .float-right .down-file {
  vertical-align: middle;
  padding: 0 12px;
  border-radius: 4px;
  height: 26px;
  line-height: 24px;
  color: #000000;
  border: solid 1px #000000;
  font-size: 14px;
  margin-left: 24px;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .float-right .down-file i {
  margin-right: 8px;
  width: 18px;
  height: 16px;
  vertical-align: top;
  margin-top: 4px;
  background: url('/assets/svg/btn-download-black.svg') no-repeat 50%;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .float-right .down-file:hover {
  color: #00a2ac;
  border: solid 1px #00a2ac;
}
.watch-cont .watch-cont-1 .video-cont .info-contents .float-right .down-file:hover i {
  background: url('/assets/svg/btn-download-on.svg') no-repeat 50%;
}
.watch-cont .watch-cont-1 .video-cont h2 {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.51px;
  width: 649px;
  margin-bottom: 16px;
}
.watch-cont .watch-cont-1 .video-cont .watch_text {
  width: 649px;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.36px;
  word-break: break-all;
}
.watch-cont .watch-cont-1 .video-cont .hashTag {
  margin-top: 46px;
}
.watch-cont .watch-cont-1 .video-cont .hashTag a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.36px;
  padding: 0 14px;
  border: 1px solid #cfcfcf;
  border-radius: 12px;
  margin: 0 10px 12px 0;
}
.watch-cont .watch-cont-1 .video-cont .hashTag a:hover,
.watch-cont .watch-cont-1 .video-cont .hashTag a:focus {
  color: #00a2ac;
  border: 1px solid #00a2ac;
}
.watch-cont .watch-cont-1 .video-list {
  width: 396px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  padding-bottom: 40px;
}
.watch-cont .watch-cont-1 .video-list .video-list-top {
  padding: 24px;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.46px;
}
.watch-cont .watch-cont-1 .video-list .video-list-top button {
  line-height: 1.43;
  letter-spacing: -0.36px;
  padding: 3px 9px;
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.watch-cont .watch-cont-1 .video-list .video-list-top button.on {
  border: 1px solid #00a2ac;
  color: #00a2ac;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont {
  height: 348px;
  overflow-y: auto;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont li {
  padding: 12px 24px;
  position: relative;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont li.now {
  background: #efefef;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont li.now::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url('/assets/img/icon/getSmart/img-list-play.png');
  width: 8px;
  height: 12px;
  left: 8px;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-thumb {
  background: #cfcfcf;
  border: none;
  border-radius: 50px;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-thumb:hover {
  background: #cfcfcf;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-thumb:active {
  background: #cfcfcf;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-track {
  background: #cfcfcf;
  border: none;
  border-radius: 50px;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-track {
  background: #ffffff;
}
.watch-cont .watch-cont-1 .video-list .video-list-cont::-webkit-scrollbar-corner {
  background: transparent;
}
.watch-cont .watch-cont-1 .d-flex {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch-cont .watch-cont-1 .d-flex .back-btn {
  width: 120px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}
.watch-cont .pop-video-list {
  width: 838px;
}
.watch-cont .pop-video-list > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: -0.51px;
}
.watch-cont .pop-video-list .scroll-banner {
  padding: 12px 0 32px;
}
.watch-cont .pop-video-list .scroll-banner .filter {
  margin-right: 24px;
  width: 220px;
}
.watch-cont.englishcentral > div {
  font-size: 15px;
}
.watch-cont.englishcentral .watch-cont-1 .video-cont {
  width: 100%;
}
.watch-cont.englishcentral .watch-cont-1 .video-cont .engcen_player {
  min-height: 280px;
  margin: 0 auto 30px;
  border: solid 1px #dbdbdb;
}
.watch-cont.englishcentral .watch-cont-1 .video-cont .engcen_player .video-container > div {
  left: inherit;
}
.watch-cont.englishcentral .watch-cont-1 .video-cont .video-infoWrap {
  width: 838px;
  margin-bottom: 64px;
}
.watch-cont.englishcentral .watch-cont-1 .video-cont .info-contents {
  margin-top: 0;
}
.watch-cont.englishcentral .watch-cont-1 .video-cont .video-container {
  padding-top: 0;
}
.watch-cont.englishcentral .watch-cont-1 .icon {
  font-size: inherit;
  text-indent: 0;
}
.watch-cont.englishcentral .activity-app-container {
  max-width: 1280px;
}
.watch-cont.englishcentral .activity-list {
  position: relative;
}
.series-file-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 9;
}
.series-file-wrap.show {
  display: block;
}
.series-file-wrap .series-file {
  z-index: 1;
  width: 440px;
  box-shadow: 0 0 3px 0 rgba(103, 103, 103, 0.84);
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%);
}
.series-file-wrap .series-file .pop-header {
  padding: 20px 24px;
}
.series-file-wrap .series-file .pop-header > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.51px;
}
.series-file-wrap .series-file .pop-header button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  right: 24px;
  background: url('/assets/img/getSmart/btn-search-x.png') no-repeat 50%;
  background-size: contain;
}
.series-file-wrap .series-file .pop-cont ul {
  max-height: 328px;
  overflow-y: auto;
}
.series-file-wrap .series-file .pop-cont ul::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}
.series-file-wrap .series-file .pop-cont ul::-webkit-scrollbar-thumb:hover {
  background: #cfcfcf;
}
.series-file-wrap .series-file .pop-cont ul::-webkit-scrollbar-thumb:active {
  background: #cfcfcf;
}
.series-file-wrap .series-file .pop-cont ul::-webkit-scrollbar-track {
  background: #cfcfcf;
}
.series-file-wrap .series-file .pop-cont ul::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
.series-file-wrap .series-file .pop-cont ul::-webkit-scrollbar-track {
  background: #ffffff;
}
.series-file-wrap .series-file .pop-cont ul li {
  padding: 18px 140px 18px 28px;
  position: relative;
  border-top: 1px solid #efefef;
}
.series-file-wrap .series-file .pop-cont ul li span {
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.36px;
}
.series-file-wrap .series-file .pop-cont ul li a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 96px;
  height: 24px;
  line-height: 22px;
  right: 20px;
  border: 1px solid #000000;
  color: #000000;
}
.series-file-wrap .series-file .pop-cont ul li a:hover {
  border: 1px solid #00a2ac;
  color: #00a2ac;
}
.video-list-style a {
  display: block;
}
.video-list-style a .video-thumbnail {
  width: 140px;
  height: 92px;
  background: #000000;
}
.video-list-style a .video-thumbnail img {
  width: 100%;
  height: 100%;
}
.video-list-style a .video-thumbnail .time {
  right: 8px;
  bottom: 9px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.33;
  padding: 3px 2px;
  letter-spacing: -0.3px;
}
.video-list-style a .video-thumbnail .progress-wrap {
  width: 100%;
  bottom: 0px;
  left: 0;
  height: 4px;
  background: #cfcfcf;
}
.video-list-style a .video-thumbnail .progress-wrap span {
  height: 4px;
  background: #00a2ac;
  left: 0;
  top: 0;
}
.video-list-style a .video-thumbnail.welaaa-thumbnail {
  background: #cfcfcf;
  text-align: center;
}
.video-list-style a .video-thumbnail.welaaa-thumbnail img {
  width: auto;
  max-width: inherit;
}
.video-list-style a .video-title {
  width: calc(100% - 140px);
  padding-left: 13px;
  float: left;
  line-height: 1.14;
  letter-spacing: -0.36px;
  word-break: break-all;
}
.watch-popup {
  width: 300px ;
  height: 260px;
  padding: 28px 40px;
  box-shadow: 0 0 3px 0 rgba(103, 103, 103, 0.84);
}
.watch-popup > p {
  margin: 50px 0 0;
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: -0.4px;
}
.watch-popup > div {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
}
.watch-popup > div .btn {
  height: 40px;
  line-height: 38px;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: -0.41px;
  margin-left: 19px;
}
.watch-popup > div .btn:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1099px) {
  .watch-container {
    width: 100%;
  }
  h2.watch-container {
    padding: 40px 22px 24px;
  }
  .watch-top {
    padding: 25px 20px;
  }
  .watch-top .seriesInfo-text {
    width: calc(100% - 240px);
  }
  .watch-top .seriesInfo-text > div {
    width: 100%;
  }
  .watch-top .seriesInfo-text > div b.tablet-block {
    font-size: 24px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
    letter-spacing: -0.61px;
    height: 60px;
  }
  .watch-top .float-right {
    width: 100%;
    margin: 24px 0 0;
    text-align: right;
  }
  .watch-top .float-right .shadowBtn {
    width: 152px !important;
    height: 40px !important;
    line-height: 38px;
    margin-top: 0;
    margin-left: 24px;
  }
  .watch-top .float-right .shadowBtn:first-child {
    margin-left: 24px;
  }
  .watch-cont .watch-cont-1 {
    margin-bottom: 40px;
  }
  .watch-cont .watch-cont-1 > div {
    float: none;
  }
  .watch-cont .watch-cont-1 > div.video-cont,
  .watch-cont .watch-cont-1 > div.video-list {
    width: 100%;
  }
  .watch-cont .watch-cont-1 .video-cont > div {
    padding: 0 20px;
  }
  .watch-cont .watch-cont-1 .video-cont > div h2 {
    width: 100%;
  }
  .watch-cont .watch-cont-1 .video-list {
    box-shadow: none;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-bottom: 25px;
    margin-top: 48px;
    width: 100%;
  }
  .watch-cont .watch-cont-1 .video-list .video-list-top {
    padding: 20px 10px;
  }
  .watch-cont .watch-cont-1 .video-list .video-list-cont {
    padding: 0 20px;
    height: 244px;
  }
  .watch-cont .watch-cont-1 .video-list .video-list-cont li {
    float: left;
    width: 49%;
  }
  .watch-cont .watch-cont-1 .d-flex .back-btn {
    font-size: 14px;
  }
  .watch-cont .pop-video-list {
    width: 100%;
    padding: 0 20px;
  }
  .watch-cont .pop-video-list .scroll-banner .filter {
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  h2.watch-container {
    padding: 32px 10px 16px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.41px;
  }
  .series-file-wrap {
    z-index: 999;
  }
  .series-file-wrap .series-file {
    position: fixed;
    z-index: 999;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translate(0%, 0%) scale(1, 1);
  }
  .series-file-wrap .series-file .pop-cont ul {
    height: auto;
    max-height: inherit;
  }
  .series-file-wrap .series-file .pop-cont ul li {
    padding: 16px;
  }
  .series-file-wrap .series-file .pop-cont ul li span {
    display: block;
    margin-bottom: 20px;
  }
  .series-file-wrap .series-file .pop-cont ul li a {
    position: relative;
    left: 0%;
    top: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .watch-top {
    padding: 12px 10px 0;
    border-bottom: none;
  }
  .watch-top .seriesInfo > div {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .watch-top .seriesInfo .seriesInfo-text {
    padding-top: 16px;
  }
  .watch-top .float-right .btn {
    width: 120px !important;
  }
  .watch-top .series-file {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 100%;
    overflow-y: auto;
  }
  .watch-top .series-file .pop-cont ul {
    height: auto;
    max-height: inherit;
  }
  .watch-top .series-file .pop-cont ul li {
    padding: 16px;
  }
  .watch-top .series-file .pop-cont ul li span {
    display: block;
    margin-bottom: 20px;
  }
  .watch-top .series-file .pop-cont ul li a {
    position: relative;
    left: 0%;
    top: 0;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  .watch-cont .watch-cont-1 .video-cont > div {
    padding: 0 10px;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents {
    margin-top: 12px;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns {
    width: 50%;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .play_num {
    display: block;
    margin-bottom: 16px;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .play_num::after {
    display: none;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents > .float-right {
    float: right;
    width: 50%;
    text-align: right;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents > .float-right > span {
    margin-right: 10px;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents > .float-right .down-file {
    float: none;
    margin: 10px 0 0 auto;
    display: block;
    width: 116px;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents > .float-right .down-file i {
    display: none;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns {
    position: relative;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop {
    width: 300px;
    left: -97px;
    height: 84px;
    transform: translateX(0%);
    top: -100px;
  }
  .watch-cont .watch-cont-1 .video-cont .info-contents .watch_btns .scoreBtn .score-pop strong {
    float: left;
  }
  .watch-cont .watch-cont-1 .video-cont .watch_text {
    width: 100%;
    padding-bottom: 28px;
  }
  .watch-cont .watch-cont-1 .video-cont .hashTag {
    margin-top: 0;
  }
  .watch-cont .watch-cont-1 .video-list .video-list-cont {
    padding: 0;
    max-height: 368px;
    height: auto;
  }
  .watch-cont .watch-cont-1 .video-list .video-list-cont li {
    width: 100%;
    float: none;
    padding: 12px 10px;
    margin-top: 8px;
  }
  .watch-cont .watch-cont-1 .video-list .video-list-cont li:first-child {
    margin-top: 0;
  }
  .watch-cont .watch-cont-1 .video-list .video-list-cont li.now::before {
    display: none;
  }
  .watch-cont.englishcentral .watch-cont-1 .video-cont .engcen_player {
    padding: 0;
    border: none;
  }
  .watch-cont .pop-video-list {
    padding: 0 10px;
  }
  .popupActive .popupWrap .watch-popup {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-font-smoothing: subpixel-antialiased;
    transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%);
    width: 300px;
    height: 260px;
    min-height: 260px;
  }
}
.engCen_videoBox img {
  width: 100%;
  height: 100%;
}
.engCen_videoBox button {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url('/assets/svg//playbtn.svg') no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-font-smoothing: subpixel-antialiased;
  transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.engcenPlayerWrap {
  width: 1280px;
}
.engcenPlayerWrap .popupHead h1 {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.engcenPlayerWrap .engcen_player {
  padding-bottom: 30px;
}
.engcenPlayerWrap .engcen_player .playerWrap #player-container {
  min-height: 400px;
  margin-top: 30px;
}
.engcenPlayerWrap .engcen_player .playerWrap #player-container .icon {
  font-size: 1.5rem;
}
.engcenPlayerWrap .engcen_player .playerWrap #player-container span {
  font-size: 15px;
}
@media screen and (max-width: 1099px) {
  .engcenPlayerWrap {
    width: 100%;
    height: 100vh;
  }
}
.history .result-page > div {
  margin-top: 60px;
}
.history .result-page > div:first-child {
  margin-top: 0;
}
.history .result-page .period p::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #cfcfcf;
}
.history .result-page .period p span {
  background: #ffffff;
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: -0.51px;
  padding: 0 34px;
}
.history .result-page .period ul {
  margin-top: 40px;
}
.history .result-page .period ul li {
  display: inline-block;
  margin-left: 86px;
}
.history .result-page .period ul li:first-child {
  margin-left: 0;
}
.history .result-page .period ul li span,
.history .result-page .period ul li b {
  display: block;
}
.history .result-page .period ul li span {
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.51px;
  color: #787878;
  margin-bottom: 32px;
}
.history .result-page .period ul li b {
  font-size: 40px;
  font-weight: normal;
  line-height: 0.55;
  letter-spacing: -0.87px;
}
.history .result-page .chart > div {
  width: 480px;
}
.history .result-page .chart > div > p {
  font-size: 20px;
  transform: rotate(0.03deg);
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: -0.51px;
  margin-bottom: 8px;
}
.history .result-page .chart > div .chart-container {
  height: 260px;
}
.history .result-page .chart > div.float-left .chart-container .highcharts-point {
  fill: #00a2ac;
}
.history .result-page .finish-class > p {
  font-size: 20px;
  transform: rotate(0.03deg);
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: -0.51px;
  margin-bottom: 8px;
}
.history .result-page .finish-class .pageNation {
  margin-top: 0;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}
.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
@media screen and (max-width: 1099px) {
  .history .result-page .chart > div {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .history .result-page .chart > div {
    width: 100%;
    float: none;
    margin-top: 60px;
  }
  .history .result-page .chart > div:first-child {
    margin-top: 0;
  }
  .history .result-page .chart > div p {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.46px;
    margin-bottom: 16px;
  }
  .history .result-page .period p::before {
    display: none;
  }
  .history .result-page .period p span {
    padding: 0;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.46px;
  }
  .history .result-page .period ul li {
    margin-left: 8%;
  }
  .history .result-page .period ul li span {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
  }
  .history .result-page .period ul li b {
    font-size: 24px;
    line-height: 0.92;
    letter-spacing: -0.52px;
  }
  .history .result-page .finish-class {
    margin-top: 0;
  }
  .history .result-page .finish-class > p {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.46px;
    margin-bottom: 16px;
  }
}
.myconnect .hi-info {
  font-size: 24px;
  line-height: 1.83;
  letter-spacing: -0.61px;
  margin-bottom: 28px;
}
.myconnect .commonTabStyle {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 20px;
}
.myconnect .subTab {
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: auto;
}
.myconnect .subTab a {
  display: inline-block;
  font-size: 16px;
  margin-left: 40px;
  line-height: 1.5;
  transform: rotate(0.03deg);
}
.myconnect .subTab a:first-child {
  margin-left: 0;
}
.myconnect .subTab a.on {
  font-weight: bold;
  color: #00a2ac;
}
.myconnect .period {
  margin-bottom: 48px;
}
.myconnect .period > span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: -0.41px;
  vertical-align: middle;
}
.myconnect .period > div {
  display: inline-block;
  vertical-align: middle;
}
.myconnect .period > div form button {
  width: 80px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  margin-left: 8px;
}
.myconnect .period > div form button.on {
  border: 1px solid #00a2ac;
  color: #00a2ac;
}
.myconnect .period > div form button.main-bg-btn {
  width: 100px;
  border: 1px solid #00a2ac;
}
.myconnect .period > div form input {
  width: 144px;
}
.myconnect .period > div form.active .period-input {
  display: inline-block;
}
.myconnect .period > div div {
  display: inline-block;
}
.myconnect .period > div div span {
  font-size: 14px;
  padding: 0 7px;
  height: 24px;
}
.myconnect .period > div .period-input {
  margin-left: 16px;
  display: none;
}
.myconnect .recent-watch .video-thmb-style .video-info > div {
  margin-top: 10px;
}
@media screen and (max-width: 1099px) {
  .myconnect .period > div form.active .mobile-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .myconnect .hi-info {
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.46px;
  }
  .myconnect .period > span {
    display: block;
    margin-bottom: 13px;
  }
  .myconnect .period > div {
    display: block;
  }
  .myconnect .period > div form .period-input {
    display: block;
    margin-left: 0;
  }
  .myconnect .period > div form .period-input input {
    width: 48%;
  }
  .myconnect .period > div form .period-input span {
    width: 4%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  .myconnect .period > div form .periodBtn {
    display: none;
  }
  .myconnect .period > div form .main-bg-btn {
    float: right;
    margin-top: 8px;
  }
  .myconnect .period > div form.active .timeButtoms {
    display: none;
  }
}
