html {
  scroll-behavior: smooth;
}

#sgSummerExam2022 {
  position: relative;
  overflow: hidden;
}

#sgSummerExam2022 figure {
  margin: 0;
  padding: 0;
}

#sgSummerExam2022 .kv {
  width: 100%;
  position: relative;
}

#sgSummerExam2022 .kv__bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#sgSummerExam2022 .kv__wrap-content {
  position: absolute;
  bottom: 1%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 85%;
}

@media screen and (max-width: 1024px) {
  #sgSummerExam2022 .kv__wrap-content {
    width: 95%;
  }
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content {
    display: block;
    bottom: 0;
    text-align: center;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox {
  width: 65%;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox {
    width: 100%;
    display: none;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox .title {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox .title {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox #kv-title-pc {
    display: none;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox #kv-title-xs {
  display: none;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox #kv-title-xs {
    display: block;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox .date {
  width: 70%;
  margin: 20px 0;
}

@media screen and (max-width: 1440px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox .date {
    width: 60%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox .date {
    width: 90%;
    margin: 20px 0;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox__item {
    display: block;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox__item figure {
  margin-right: 10px;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox__item figure {
    width: 60%;
    margin: 5px 0;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox__item figure img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox__item figure #kv-item2-pc {
    display: none;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox__item figure #kv-item2-xs {
  display: none;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox__item figure #kv-item2-xs {
    display: block;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0;
}

@media screen and (max-width: 1024px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox__bonus {
    margin: 10px 0;
  }
}

#sgSummerExam2022 .kv__wrap-content .leftBox__bonus-title {
  width: 32%;
}

#sgSummerExam2022 .kv__wrap-content .leftBox__bonus-text {
  width: 62%;
}

#sgSummerExam2022 .kv__wrap-content .leftBox .note {
  position: relative;
  font-size: 0.9vw;
  font-weight: bold;
  color: #222;
  margin: 10px 0;
}

@media screen and (max-width: 1024px) {
  #sgSummerExam2022 .kv__wrap-content .leftBox .note {
    font-size: 16px;
  }
}

#sgSummerExam2022 .kv__wrap-content .rightBox {
  width: 35%;
}

@media screen and (max-width: 960px) {
  #sgSummerExam2022 .kv__wrap-content .rightBox {
    width: 65%;
    margin: 4% auto 0;
  }
}

#sgSummerExam2022 .intro {
  position: relative;
}

#sgSummerExam2022 .intro__dec {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/*# sourceMappingURL=kv.css.map */