.theme-nc .sc-s-apply::before,
.theme-nc .sc-s-apply::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.theme-nc .sc-s-apply::before {
  left: 0;
  background: url(../img/droplead/bg-kplus.png), #465968;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.theme-nc .sc-s-apply::after {
  right: 0;
  background: url(../img/droplead/bg-droplead@2x.jpg) no-repeat;
  background-size: cover;
}

.nc-color-blue {
  color: #40e8d1;
}

.nc-color-green {
  color: #1fffbc;
}

.sc-or {
  font-family: "kurious-looped";
  font-size: 18px;
  font-weight: bold;
  color: #0b6751;
  position: absolute;
  z-index: 20;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  background: white;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  transform: translate(-50%,-50%);
}

.sc-form .icon-time {
  margin-right: 5px;
}

.sc-form ul {
  margin-top: 30px;
}

.sc-form li {
  font-family: "kurious-looped";
  font-size: 18px;
  color: white;
  text-align: left;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sc-form li .image {
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 22px;
  border-left: solid 4px #29f3b7;
}

.footnote {
  font-family: "kurious-looped";
  font-size: 13px;
  color: #FFF;
  font-weight: 400;
  margin-top: 20px;
}

.btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
  
  
.btn .icon-arrow {
    position: relative;
    background-color: #FFF;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.btn .icon-arrow::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #46c2b1;
    border-bottom: 2px solid #46c2b1;
    transform: rotate(-45deg);
    right: 50%;
    top: 50%;
    margin-top: -4px;
    margin-right: -3px;
}

@media screen and (max-width: 1023px) {
    .theme-nc .sc-s-apply .sc-kplus ul li {
        margin-bottom: 15px;
    }

    .theme-nc .sc-s-apply .sc-kplus ul li:last-child {
        margin-bottom: 15px;
    }

    .theme-nc .sc-s-apply .sc-kplus .action {
        margin-top: 35px;
    }
}

@media screen and (max-width: 767px) {

    .sc-form li .image {
        padding-right: 12px;
    }

    .theme-nc .sc-s-apply h2 {
    font-size: 22px;
    }

    .theme-nc .sc-s-apply h5, 
    .theme-nc .sc-s-apply .h5 {
    font-size: 13px;
    }

    .theme-nc .sc-s-apply .field input {
    height: 40px;
    }

    .theme-nc .sc-s-apply .field {
    padding-bottom: 15px;
    }

    .theme-nc .sc-s-apply .sc-kplus ul li .image {
      min-width: 55px;
    }
  
    .theme-nc .sc-s-apply .sc-kplus ul li:last-child {
      margin-bottom: 0;
    }
  
    .sc-form li {
      font-size: 13px;
      line-height: 20px;
    }
    
    .theme-nc .sc-s-apply .sc-inner {
      padding: 20px 0 50px 0;
    }
  
    .theme-nc .sc-s-apply .sc-step[data-step="2"] .container,
    .theme-nc .sc-s-apply .sc-layout .sc-kplus,
    .theme-nc .sc-s-apply .sc-layout .sc-form {
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .theme-nc .sc-s-apply .sc-kplus:after {
      font-size: 16px;
  
      width: 35px;
      height: 35px;
    }
  
    .theme-nc .sc-s-apply h5,
    .theme-nc .sc-s-apply .h5 {
      font-size: 16px;
    }
  
    .theme-nc .sc-s-apply .sc-kplus .notice {
      font-size: 13px;
      margin-top: 10px;
    }
  
    .theme-nc .sc-s-apply .sc-kplus ul {
      margin: 15px 0 10px 0;
    }
  
    .theme-nc .sc-s-apply .sc-kplus ul li {
      font-size: 13px;
      margin-bottom: 0;
    }
  
    .theme-nc .sc-s-apply .sc-kplus ul li:not(:last-child) {
      margin-bottom: 10px;
    }
  
    .theme-nc .sc-s-apply .sc-kplus ul li span {
      line-height: 1.3;
  
      display: inline-block;
      width: 90px;
    }
  
    .theme-nc .sc-s-apply .sc-kplus .action {
      margin-top: 20px;
    }
  
    .theme-nc .sc-s-apply .sc-step[data-step="2"] .sc-inner,
    .theme-nc .sc-s-apply .sc-form .sc-inner {
      padding-top: 30px;
    }
  
    .theme-nc .sc-or {
      width: 45px;
      height: 45px;
      line-height: 45px;
    }
  
    .theme-nc .sc-s-apply .form-step-wrapper {
      margin: 15px 0;
    }

    .sc-form ul {
        margin-top: 10px;
        width: 100%;
        max-width: 400px;
    }
}