.class.contents {
  padding-bottom: 80px;
}

.class .tab {
  white-space: nowrap;
  overflow: auto;
}

.class_subject {
  position: relative;
  font-size: 0;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
}

.class_subject > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  color: #272727;
  -webkit-transition: margin 0.22s;
  transition: margin 0.22s;
}

.class_subject > div:after {
  content: '';
  clear: both;
  display: block;
}

.class_subject img {
  float: right;
  width: 50%;
  border-radius: 12px;
}

.class_subject p {
  font-size: 24px;
  line-height: 1.67;
  padding-bottom: 90px;
}

.class_subject h2 {
  font-size: 36px;
  font-weight: 900;
  padding: 30px 0 16px;
}

.class_subject .btns {
  position: absolute;
  bottom: 30px;
  left: 0;
}

.class_subject .btns a {
  border-radius: 23px;
  padding: 0 31px;
  font-weight: bold;
  line-height: 46px;
  font-size: 16px;
}

.class_subject .btns a + a {
  margin-left: 9px;
}

.class_subject .btn_r-purple {
  position: relative;
  padding: 0 28px;
}

.class_subject .btn_r-purple:before {
  content: '';
  position: absolute;
  overflow: hidden;
  right: 28px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
}

.class_subject .btn_r-purple:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1.5px;
  background: #ffffff;
  border-radius: 1px;
  margin: -5px 0 0 10px;
  vertical-align: middle;
}

.class_subject .class_level-paging {
  position: absolute;
  top: 45px;
  right: calc(50% + 36px);
  font-size: 16px;
  line-height: 24px;
  color: #272727;
}

.class_subject .class_level-paging .prev, .class_subject .class_level-paging .next {
  padding: 0 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.class_subject .class_level-paging .prev:before, .class_subject .class_level-paging .next:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6246e4;
  border-right: 2px solid #6246e4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.class_subject .class_level-paging .prev.disabled, .class_subject .class_level-paging .next.disabled {
  cursor: auto;
}

.class_subject .class_level-paging .prev.disabled:before, .class_subject .class_level-paging .next.disabled:before {
  border-color: #d6d6d6;
}

.class_subject .class_level-paging .prev:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.class_subject .class_level-paging b {
  display: none;
}

.class_subject .class_level-paging b.active {
  display: inline-block;
  vertical-align: middle;
}

.btn-drive-download {
  float: right;
  font-size: 16px;
  font-weight: 500;
  color: #272727;
  padding: 0 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: solid 1px #e2e1e1;
  line-height: 38px;
  background-color: #ececec;
}

.btn-drive-download::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -3px 4px 0 0;
  background: url("../../images/plsoup/icons/ico-download.png") no-repeat 50% 50%;
  background-size: contain;
}

.drive_list {
  clear: both;
}

.drive_list:after {
  content: '';
  clear: both;
  display: block;
}

.drive_list li {
  float: left;
  margin-left: 18px;
  width: calc((100% - 54px)/4);
  color: #272727;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 60px;
}

.drive_list li:nth-child(4n+1) {
  margin-left: 0;
  clear: both;
}

.drive_list li a {
  color: #272727;
  display: block;
}

.drive_list .drive_list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  border-radius: 8px;
  background: url("../../images/plsoup/event/bg-drive.png") no-repeat;
  background-size: cover;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.19;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 26px 20px;
  color: #ffffff;
  margin-bottom: 14px;
  font-size: 30px;
}

.drive_list .drive_list-name {
  padding-top: 12px;
  line-height: 1.43;
  border-top: 1px solid rgba(217, 217, 217, 0.57);
  margin-top: 20px;
}

.drive_list .drive_list-level {
  color: #f8e12b;
  font-size: 36px;
}

.drive_list .drive_list-label {
  font-size: 24px;
}

@media screen and (max-width: 800px) {
  .class_subject {
    text-align: center;
    padding-bottom: 50px;
  }
  .class_subject img {
    float: none;
    width: 100%;
  }
  .class_subject h2 {
    padding: 24px 0 12px;
    font-size: 24px;
  }
  .class_subject p {
    font-size: 14px;
    padding-bottom: 18px;
  }
  .class_subject .btns {
    position: static;
  }
  .class_subject .btns a {
    line-height: 38px;
    border-radius: 19px;
    font-size: 14px;
    padding: 0 25px;
  }
  .class_subject .btns a + a {
    margin-left: 4px;
  }
  .class_subject .btn_r-purple {
    padding: 0 25px;
  }
  .class_subject .btn_r-purple:before {
    right: 25px;
  }
  .class_subject .class_level-paging {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    line-height: 6px;
  }
  .class_subject .class_level-paging .prev, .class_subject .class_level-paging .next {
    display: none;
  }
  .class_subject .class_level-paging b {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    text-indent: -1000em;
    border-radius: 100%;
    background: #606c84;
    opacity: 0.2;
  }
  .class_subject .class_level-paging b.active {
    opacity: 1;
    background: #6246e4;
    vertical-align: top;
  }
  .class_subject .class_level-paging b + b {
    margin-left: 8px;
  }
  .drive_list {
    padding-bottom: 20px;
  }
  .drive_list li, .drive_list li:nth-child(3n+1) {
    margin-left: 8px;
  }
  .drive_list li {
    width: calc(50% - 4px);
    font-size: 14px;
    padding-bottom: 20px;
  }
  .drive_list li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
  .drive_list .drive_list-box {
    height: 156px;
    border-radius: 4.5px;
    margin-bottom: 9px;
    font-size: 18px;
  }
  .drive_list .drive_list-name {
    padding-top: 8px;
    margin-top: 13px;
  }
  .drive_list .drive_list-level {
    font-size: 24px;
  }
  .drive_list .drive_list-label {
    font-size: 14px;
  }
  .btn-drive-download {
    font-size: 14px;
    line-height: 36px;
    padding: 0 16px;
  }
  .btn-drive-download:before {
    width: 20px;
    height: 20px;
  }
}
/*# sourceMappingURL=class.css.map */