.vKv {
  position: relative;
}

.vKv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 624px;
  padding: 50px 40px 62px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  color: #FFFFFF;
  background: rgba(0, 35, 150, 0.86);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .vKv__box {
    left: 0;
    width: 100%;
    padding: 22px 24px 38px;
    font-size: 16px;
    line-height: 1.5;
    transform: translateY(-50%);
  }
}

.vKv__copy {
  margin-top: 34px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .vKv__copy {
    margin: 15px 0 5px;
    font-size: 18px;
  }
}

.vKv__bg {
  position: relative;
  z-index: 1;
}

.vContents {
  max-width: 1276px;
  margin: 32px auto 60px;
  padding: 0 38px;
  color: #212020;
}

@media (max-width: 768px) {
  .vContents {
    max-width: 100%;
    margin: 50px 24px 50px;
    padding: 0;
  }
}

.vContents__inner {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .vContents__inner {
    display: block;
  }
}

.vContents__section {
  width: calc(50% - 19px);
  margin-top: 40px;
  padding: 0 34px 36px;
  background: rgba(227, 0, 0, 0.06);
}

@media (max-width: 768px) {
  .vContents__section {
    width: 100%;
    margin-top: 30px;
    padding: 0 20px 15px;
    font-size: 14px;
    line-height: 1.71;
  }
}

.vContents__section:nth-child(odd) {
  margin-right: 38px;
}

@media (max-width: 768px) {
  .vContents__section:nth-child(odd) {
    margin-right: 0;
  }
}

.vContents__section.orange {
  background: rgba(250, 161, 0, 0.15);
}

.vContents__section.orange .vContents__title {
  color: #FAA100;
}

.vContents__section.orange .example__heading {
  background: #FAA100;
}

.vContents__section.orange .example__list {
  color: #FAA100;
}

.vContents__section.orange .example__list > li:nth-child(odd) {
  background: rgba(250, 161, 0, 0.2);
}

.vContents__section.orange .example__list > li:nth-child(even) {
  background: rgba(250, 161, 0, 0.1);
}

.vContents__section.green {
  background: rgba(54, 199, 121, 0.1);
}

.vContents__section.green .vContents__title,
.vContents__section.green .vContents__olTxt {
  color: #36C779;
}

.vContents__section.green .example__heading {
  background: #36C779;
}

.vContents__section.green .example__list {
  color: #36C779;
}

.vContents__section.green .example__list > li:nth-child(odd) {
  background: rgba(54, 199, 121, 0.2);
}

.vContents__section.green .example__list > li:nth-child(even) {
  background: rgba(54, 199, 121, 0.1);
}

.vContents__section.blue {
  background: rgba(0, 99, 185, 0.06);
}

.vContents__section.blue .vContents__title {
  color: #0063B9;
}

.vContents__section.blue .example__heading {
  background: #0063B9;
}

.vContents__section.blue .example__list {
  color: #0063B9;
}

.vContents__section.blue .example__list > li:nth-child(odd) {
  background: rgba(0, 99, 185, 0.2);
}

.vContents__section.blue .example__list > li:nth-child(even) {
  background: rgba(0, 99, 185, 0.1);
}

.vContents__title {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 86px;
  height: 116px;
  font-size: 24px;
  font-weight: bold;
  color: #B30000;
}

@media (max-width: 768px) {
  .vContents__title {
    justify-content: center;
    height: 102px;
    padding-left: 0;
    font-size: 22px;
    text-align: center;
    line-height: 1.36;
  }
}

.vContents__q {
  position: absolute;
  top: 0;
  left: -17px;
  z-index: 1;
  font-family: "Oswald", sans-serif;
  font-size: 95px;
  font-weight: 300;
  color: #FFFFFF;
  letter-spacing: -0.062em;
  line-height: 1;
}

@media (max-width: 768px) {
  .vContents__q {
    left: -16px;
    font-size: 80px;
  }
}

.vContents__qTxt {
  position: relative;
  z-index: 2;
}

.vContents__ol > li:nth-child(n + 2) {
  margin-top: 15px;
}

.vContents__olTxt {
  display: block;
  margin-bottom: 6px;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #B30000;
  letter-spacing: -0.04em;
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .vContents__olTxt {
    margin-bottom: 10px;
    padding: 4px 10px;
  }
}

.vContents__txt {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .vContents__txt {
    margin-top: 15px;
  }
}

.vContents__date {
  margin-top: 16px;
  text-align: right;
}

@media (max-width: 768px) {
  .vContents__date {
    margin-top: 5px;
    font-size: 12px;
  }
}

.example {
  font-weight: bold;
  text-align: center;
  background: #FFFFFF;
}

.example__heading {
  padding: 1px;
  font-size: 18px;
  color: #FFFFFF;
  background: #B30000;
}

@media (max-width: 768px) {
  .example__heading {
    padding: 3px;
    font-size: 16px;
  }
}

.example__list {
  padding: 19px 24px 24px;
  color: #B30000;
}

@media (max-width: 768px) {
  .example__list {
    padding: 10px 20px 20px;
  }
}

.example__list > li {
  margin-top: 5px;
  padding: 2px 10px;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .example__list > li {
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.25;
  }
}

.example__list > li:nth-child(odd) {
  background: rgba(179, 0, 0, 0.2);
}

.example__list > li:nth-child(even) {
  background: rgba(179, 0, 0, 0.1);
}
