@charset "UTF-8";
.contents {
  overflow: hidden;
}

.support h3, .intorduce h3, .benefit h3, .review h3 {
  font-size: 38px;
  font-weight: bold;
  color: #272727;
  padding-bottom: 40px;
}

.support h3:before, .intorduce h3:before, .benefit h3:before, .review h3:before {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  margin-bottom: 20px;
  background: #6246e4;
}

.support h3 b, .intorduce h3 b, .benefit h3 b, .review h3 b {
  color: #6246e4;
}

.support img, .intorduce img, .benefit img, .review img {
  max-width: 100%;
}

.about_sm_list li {
  padding: 4px 0 4px 80px;
  position: relative;
  line-height: 1.88;
  color: #444;
  min-height: 60px;
}

.about_sm_list li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.about_sm_list li + li {
  margin-top: 30px;
}

.about_sm_list li img {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.award {
  text-align: center;
  padding-bottom: 30px;
}

.award h2 {
  font-size: 48px;
  font-weight: 900;
  color: #272727;
  padding-bottom: 60px;
}

.award h2 b {
  color: #6246e4;
}

.award li {
  float: left;
  padding: 48px 0;
  width: calc(100% / 3 - 14px);
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #efefef;
  background-color: #fff;
  color: #444;
}

.award li b {
  display: block;
  font-size: 32px;
  font-weight: bold;
  padding: 4px 20px 0;
}

.award li + li {
  margin-left: 21px;
}

.award ul:after {
  content: '';
  clear: both;
  display: block;
}

.award p {
  position: relative;
  display: inline-block;
}

.award p::before, .award p:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  width: 63px;
  height: 99px;
  margin-top: -42px;
  background: url("../../images/plsoup/event/about-awrard-left.png") no-repeat;
  background-size: contain;
}

.award p:after {
  left: auto;
  right: -40px;
  background-image: url("../../images/plsoup/event/about-awrard-right.png");
}

.intorduce {
  background: #f6f4ff;
  position: relative;
  padding-bottom: 140px;
}

.intorduce h3 b, .intorduce .about_sm_list b {
  display: block;
}

.intorduce > img {
  margin: 0 auto 160px;
  display: block;
  max-width: 100%;
  position: relative;
}

.intorduce::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 566px;
  top: 0;
  background: url("../../images/plsoup/event/about-intro-path.png") #ffffff no-repeat 50% 154px;
  background-size: cover;
}

.intorduce .inner, .support .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.intorduce .inner h3, .intorduce .inner ul, .support .inner h3, .support .inner ul {
  position: relative;
  z-index: 1;
}

.intorduce .inner .thumbnail, .support .inner .thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.intorduce .inner .thumbnail img, .support .inner .thumbnail img {
  position: relative;
  margin: 0 auto;
  display: block;
}

.intorduce .inner .thumbnail:before, .intorduce .inner .thumbnail:after, .support .inner .thumbnail:before, .support .inner .thumbnail:after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -70px;
  width: 99px;
  height: 147px;
  background: url("../../images/plsoup/event/about-bg-square.png") no-repeat;
  background-size: cover;
}

.intorduce .inner .thumbnail:after, .support .inner .thumbnail:after {
  left: auto;
  right: -34px;
  bottom: auto;
  top: -220px;
}

.intorduce .inner:before, .intorduce .inner:after, .support .inner:before, .support .inner:after {
  content: '';
  position: absolute;
  top: -280px;
  left: -183px;
  width: 368px;
  height: 368px;
  background: url("../../images/plsoup/event/about-bg-circle.png") no-repeat;
  background-size: cover;
}

.intorduce .inner:after, .support .inner:after {
  left: auto;
  right: -289px;
  top: auto;
  bottom: -300px;
}

.benefit {
  text-align: center;
  padding: 140px 0;
}

.benefit h3 {
  max-width: 480px;
  margin: 0 auto;
}

.benefit h3:before {
  margin-left: auto;
  margin-right: auto;
}

.benefit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 20px;
}

.benefit li {
  line-height: 1.87;
  width: 280px;
  max-width: calc(100%/3);
}

.benefit .benefit-thumbnail {
  width: 200px;
  margin: 0 auto 30px;
  height: 200px;
  border-radius: 20px;
  background-color: rgba(206, 202, 237, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.benefit .benefit-thumbnail img {
  max-width: 100%;
}

.support {
  background: #f6f4ff;
  padding: 140px 0;
}

.support h3 b {
  display: block;
}

.support .about_sm_list {
  max-width: 400px;
}

.support .about_sm_list li {
  max-width: 330px;
}

.support .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.support .inner .thumbnail::before {
  left: 529px;
  bottom: -50px;
}

.support .inner .thumbnail:after {
  right: -690px;
}

.review {
  overflow: hidden;
  padding: 120px 0 40px;
}

.review .swiper {
  overflow: visible;
}

.review .swiper-wrapper {
  white-space: nowrap;
  font-size: 0;
  padding: 20px 0 42px;
}

.review .review-item {
  display: inline-block;
  font-size: 16px;
  line-height: 1.75;
  color: #444;
  padding: 38px 30px 0;
  border-radius: 24px;
  -webkit-box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.review .review-item + .review-item {
  margin-left: 20px;
}

.review .review-dialog {
  white-space: normal;
  display: block;
  height: 84px;
  overflow: hidden;
}

.review .review-title {
  display: block;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #272727;
}

.review .review-avatar {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  top: 50%;
  margin-top: -35px;
  background-size: cover;
}

.review .review-writer {
  position: relative;
  padding: 31px 0 36px 72px;
  line-height: 60px;
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 30px;
  color: #272727;
  background: url("../../images/plsoup/event/about-review-icon.png") no-repeat 100% 50%;
  background-size: 74px 64px;
}

.review .review-writer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #c3c6cb), color-stop(0%, rgba(195, 198, 203, 0)));
  background-image: linear-gradient(to right, #c3c6cb 15%, rgba(195, 198, 203, 0) 0%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}

@media screen and (max-width: 800px) {
  .award h2 {
    font-size: 24px;
    padding-bottom: 40px;
  }
  .award li {
    float: none;
    width: auto;
    font-size: 12px;
    padding: 36px ​0;
    max-width: 296px;
    margin: 0 auto;
  }
  .award li + li {
    margin: 20px auto 0;
  }
  .award li b {
    font-size: 20px;
  }
  .support h3, .intorduce h3, .benefit h3, .review h3 {
    font-size: 24px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .support h3:before, .intorduce h3:before, .benefit h3:before, .review h3:before {
    margin: 0 auto 16px;
    width: 40px;
  }
  .support .inner, .intorduce .inner {
    display: block;
  }
  .support .inner ul, .intorduce .inner ul {
    max-width: 576px;
    margin: 0 auto;
  }
  .support .inner .thumbnail, .intorduce .inner .thumbnail {
    display: block;
    padding-top: 40px;
    position: static;
  }
  .support .inner .thumbnail:before, .support .inner .thumbnail:after, .intorduce .inner .thumbnail:before, .intorduce .inner .thumbnail:after {
    width: 63px;
    height: 92px;
    left: auto;
    right: 30px;
    top: 0;
  }
  .support .inner .thumbnail:before, .intorduce .inner .thumbnail:before {
    left: auto;
    right: -10px;
    bottom: -40px;
    top: auto;
  }
  .support .inner::before, .support .inner:after, .intorduce .inner::before, .intorduce .inner:after {
    width: 213px;
    height: 213px;
    left: -106px;
    top: -100px;
  }
  .support .inner:after, .intorduce .inner:after {
    top: auto;
    right: auto;
    left: -60px;
    bottom: -200px;
  }
  .intorduce {
    padding-bottom: 80px;
  }
  .intorduce > img {
    margin-bottom: 114px;
  }
  .benefit ul {
    display: block;
    padding-top: 0;
  }
  .benefit li {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
  }
  .benefit li + li {
    margin-top: 40px;
  }
  .benefit .benefit-thumbnail {
    width: 140px;
    margin: 0 auto 16px;
    height: 140px;
    border-radius: 16px;
  }
  .benefit .benefit-thumbnail img {
    max-width: 100%;
  }
  .benefit, .support {
    padding: 80px 0;
  }
  .review {
    padding: 80px 0 30px;
  }
  .review .swiper-wrapper {
    padding: 0 0 12px;
  }
  .review .review-item {
    font-size: 12px;
    line-height: 1.83;
    color: #444;
    padding: 20px 16px 0;
    border-radius: 24px;
  }
  .review .review-item + .review-item {
    margin-left: 20px;
  }
  .review .review-dialog {
    height: 65px;
  }
  .review .review-title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .review .review-avatar {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .review .review-writer {
    padding: 20px 0 20px 42px;
    font-size: 14px;
    background-size: 42px 36px;
    margin-top: 20px;
    line-height: 34px;
  }
  .review .review-writer::before {
    background-size: 5px 2px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .award p::before {
    background-image: url("../../images/plsoup/event/about-awrard-left@2x.png");
  }
  .award p:after {
    background-image: url("../../images/plsoup/event/about-awrard-right@2x.png");
  }
  .intorduce::before {
    background-image: url("../../images/plsoup/event/about-intro-path@2x.png");
  }
  .intorduce .inner .thumbnail:before, .intorduce .inner .thumbnail:after, .support .inner .thumbnail:before, .support .inner .thumbnail:after {
    background-image: url("../../images/plsoup/event/about-bg-square@2x.png");
  }
  .intorduce .inner:before, .intorduce .inner:after, .support .inner:before, .support .inner:after {
    background-image: url("../../images/plsoup/event/about-bg-circle@2x.png");
  }
  .review .review-writer {
    background-image: url("../../images/plsoup/event/about-review-icon@2x.png");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3) {
  .award p::before {
    background-image: url("../../images/plsoup/event/about-awrard-left@3x.png");
  }
  .award p:after {
    background-image: url("../../images/plsoup/event/about-awrard-right@3x.png");
  }
  .intorduce::before {
    background-image: url("../../images/plsoup/event/about-intro-path@3x.png");
  }
  .intorduce .inner .thumbnail:before, .intorduce .inner .thumbnail:after, .support .inner .thumbnail:before, .support .inner .thumbnail:after {
    background-image: url("../../images/plsoup/event/about-bg-square@3x.png");
  }
  .intorduce .inner:before, .intorduce .inner:after, .support .inner:before, .support .inner:after {
    background-image: url("../../images/plsoup/event/about-bg-circle@3x.png");
  }
  .review .review-writer {
    background-image: url("../../images/plsoup/event/about-review-icon@3x.png");
  }
}
/*# sourceMappingURL=about.css.map */