* {
  margin: 0;
}
.whats-new-banner {
  height: 266px;
  background: #7D4CD8;
  text-align: center;
  padding-top: 63px;
}
.whats-new-banner h1 {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 47px;
}
.whats-new-banner .whats-new-desc {
  font-size: 15px;
  font-family: Roboto, Roboto-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin-top: 35px;
}
.whats-new-banner .social-icons {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.whats-new-banner .social-icons .youtube {
  cursor: pointer;
}
.whats-new-banner .social-icons .youtube svg {
  transition: all 0.3s;
}
.whats-new-banner .social-icons .youtube svg :hover circle {
  fill: #FF0000;
}
.whats-new-banner .social-icons .youtube svg :hover path {
  fill: #FFFFFF;
}
.whats-new-banner .social-icons .youtube svg :hover polygon {
  fill: #FF0000;
}
.whats-new-banner .social-icons .facebook {
  margin-left: 10px;
  cursor: pointer;
}
.whats-new-banner .social-icons .facebook svg {
  transition: all 0.3s;
}
.whats-new-banner .social-icons .facebook svg :hover circle {
  fill: #0164E1;
}
.whats-new-banner .social-icons .facebook svg :hover path {
  fill: #FFFFFF;
}
.whats-new-content-box {
  background: #F7F8FA;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}
.whats-new-lists {
  margin-right: 120px;
  min-width: 120px;
}
.whats-new-lists .whats-new-lists-box {
  height: 75%;
}
.whats-new-lists .whats-new-lists-box .whats-new-list-title {
  font-size: 22px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 25px;
  margin-bottom: 22px;
}
.whats-new-lists .whats-new-lists-box ul {
  list-style: none;
  padding: 0;
}
.whats-new-lists .whats-new-lists-box ul li {
  margin: 17px 0;
}
.whats-new-lists .whats-new-lists-box ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 19px;
  text-decoration: none;
  transition: all 0.3s;
}
.whats-new-lists .whats-new-lists-box ul li.active a {
  color: #FF782D;
}
.whats-new-lists .whats-new-lists-box ul li:hover a {
  text-decoration: underline;
}
.whats-new-lists .whats-new-lists-box.positioning-style {
  position: fixed;
  top: 100px;
}
.whats-new-contents {
  max-width: 692px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  padding: 40px 56px 30px 50px;
}
.whats-new-contents h2 {
  font-size: 20px;
  font-weight: 400;
  color: #FF782D;
  line-height: 24px;
  margin-bottom: 20px;
}
.whats-new-contents h3 {
  font-size: 28px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 33px;
  padding-bottom: 20px;
}
.whats-new-contents .whats-new-content-item {
  margin-bottom: 100px;
}
.whats-new-contents .whats-new-contents-item {
  margin-bottom: 40px;
}
.whats-new-contents .whats-new-contents-item ul {
  padding-left: 24px;
}
.whats-new-contents .whats-new-contents-item ul li {
  margin-bottom: 20px;
}
.whats-new-contents .whats-new-contents-item ul li h4 {
  font-size: 21px;
  font-weight: 500;
  color: #1A1B1C;
  line-height: 25px;
  margin-bottom: 8px;
  display: flex;
  align-content: center;
  position: relative;
}
.whats-new-contents .whats-new-contents-item ul li h4 span {
  width: 6px;
  height: 6px;
  background: #1A1B1C;
  border-radius: 50%;
  display: block;
  margin: auto 0;
  position: absolute;
  left: -18px;
  top: 8px;
}
.whats-new-contents .whats-new-contents-item ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #1A1B1C;
  line-height: 30px;
}
.whats-new-contents .whats-new-contents-item ul li p.desc {
  font-size: 16px;
  font-weight: 500;
  color: rgba(26, 27, 28, 0.69);
  line-height: 22px;
}
.whats-new-contents .whats-new-contents-item ul li p.desc .note {
  color: #1A1B1C;
  font-size: 16px;
  opacity: 0.7;
}
.whats-new-contents .whats-new-contents-item ul li video,
.whats-new-contents .whats-new-contents-item ul li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: 6px auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .whats-new-lists {
    transition: all 0.3s;
    margin-right: 60px;
  }
  .whats-new-contents {
    transition: all 0.3s;
    width: 60%;
  }
}
@media screen and (max-width: 680px) {
  .whats-new-lists {
    display: none;
  }
}
/*# sourceMappingURL=whats-new.css.map */