@media (max-width: 1199px) {
  .sec-title {
    width: 260px;
  }
  .head-wrapper {
    margin-top: 20px;
  }
  .head-wrapper .logo-wrapper {
    left: 20px;
  }
  .head-wrapper .v-bg-r {
    zoom: 0.8;
  }
  .head-wrapper .visual-wrapper {
    zoom: 0.8;
  }
  .feature-wrapper .feature-bg {
    opacity: 0.7;
  }
  .feature-wrapper .list-content {
    width: 70%;
  }
  .honor-wrapper .honor-stage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
  .honor-wrapper .honor-title {
    font-size: 22px;
  }
  .honor-wrapper .honor-info p {
    font-size: 16px;
  }
  .rules-wrapper span {
    display: block;
    font-size: 20px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .rules-wrapper .rules-items {
    margin: 0;
  }
  .rules-wrapper .img-holder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
  .notice-wrapper {
    padding-bottom: 30px;
  }
  .notice-wrapper .qualify-items, .notice-wrapper .notice-items {
    font-size: 20px;
  }
  .notice-wrapper .qualify-items:before, .notice-wrapper .notice-items:before {
    top: 8px;
  }
  .notice-wrapper .qualify-items p, .notice-wrapper .notice-items p {
    margin-bottom: 0;
    word-break: break-all;
  }
  .float-btn {
    max-width: 720px;
  }
  .btn-wrapper a {
    font-size: 32px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .head-wrapper {
    margin-top: 15px;
  }
  .head-wrapper .logo-wrapper {
    left: 15px;
  }
  .head-wrapper .v-bg-r {
    zoom: 1;
    top: calc(50% - 310px);
    left: calc(50% - 30px);
    width: calc(960px / 1.8);
    height: calc(925px / 1.8);
  }
  .head-wrapper .v-bg-r img:nth-child(2) {
    width: calc(480px / 1.8);
    height: calc(260px / 1.8);
  }
  .head-wrapper .v-bg-r img:nth-child(3) {
    width: calc(430px / 1.8);
    height: calc(465px / 1.8);
  }
  .head-wrapper .visual-wrapper {
    width: 100%;
    padding: 15px;
    zoom: 1;
  }
  .head-wrapper .visual-wrapper .techgirl-img {
    width: 80%;
  }
  .head-wrapper .visual-wrapper .v-topborder {
    width: 100%;
  }
  .head-wrapper .visual-wrapper .v-typo-wrapper {
    width: calc(100% - 70px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .head-wrapper .visual-wrapper .v-typo-wrapper .typo {
    width: 32%;
  }
  .head-wrapper .visual-wrapper .typo-description {
    width: 80%;
    margin-top: 15px;
  }
  .head-wrapper .visual-wrapper .headphone {
    display: none;
  }
  .feature-wrapper .items-wrapper {
    margin-left: 0;
  }
  .feature-wrapper .list-num {
    width: 80px;
  }
  .feature-wrapper .list-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
  }
  .feature-wrapper .list-title {
    height: 32px;
  }
  .feature-wrapper p {
    font-size: 18px;
  }
  .honor-wrapper .honor-stage {
    display: none;
  }
  .honor-wrapper .honor-items-wrapper {
    margin: 0 auto;
  }
  .honor-wrapper .honor-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .honor-wrapper .honor-items .honor-info {
    padding: 20px 30px;
  }
  .honor-wrapper .honor-items:nth-child(1) {
    margin-left: 0;
  }
  .honor-wrapper .honor-items:nth-child(3) {
    margin-left: 0;
  }
  .honor-wrapper .honor-title {
    margin: 10px;
  }
  .rules-wrapper .rules-items {
    margin-bottom: 30px;
  }
  .notice-wrapper .qualify-items, .notice-wrapper .notice-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .notice-wrapper span {
    width: 100%;
  }
  .float-btn {
    max-width: 100%;
    left: 15px;
  }
  .btn-wrapper {
    padding: 30px 0px;
  }
}
/*# sourceMappingURL=rwd.css.map */