.cashback-ul {
    margin-left: 20px;
}

.cashback-ul li {
    margin-left: 20px;
    list-style-type: initial; 
}

.ul-circle li {
    list-style-type: circle; 
}

.cancel_success {
    background: #2e3332;
    border: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 3.33333vw;
    border-radius: 3.33333vw;
}

.cancel_success span {
    color: #fff;
    display: block;
    font-size: 1.66667vw;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 3.33333vw;
    height: 100%;
}

#box__online-register .form__info .box__condition p {
  color: #022221;
  font-size: 1.1458333333vw;
  margin: 0 0 0.5208333333vw;
  text-align: center;
}

@media (min-width: 961px) and (max-width: 1480px) {
    
    .cancel_success {
        height: 4.33333vw;
        width: 37.271vw;
        border-radius: 4.33333vw;
    }
    .cancel_success span {
        font-size: 2.16667vw;
        line-height: 4.33333vw;
    }
    
    #box__online-register .form__info .box__condition p {
        font-size: 1.4895833333vw;
    }
    
}

@media (max-width: 960px) {
    
  .cancel_success {
        margin: 0 1.95313vw;
        width: 82.271vw;
        height: 7.417vw;
        border-radius: 7.417vw;
    }
    .cancel_success span {
        font-size: 4.641vw;
        line-height: 7.417vw;
    }  
    
  #box__online-register .form__info .box__condition p {
    font-size: 5.859375vw;
    margin: 0 0 1.953125vw;
    padding: 0 1.953125vw;
  }  
    
  #box__online-register .form__info .box__condition .box__link {
    margin: 0 0 3.90625vw;
    text-align: center;
  }
  
  #box__online-register .form__info .box__condition .box__link:after {
    background: #022221;
    content: "";
    z-index: 10;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  #box__online-register .form__info .box__condition .box__link a {
    display: block;
  }
  
  body .select2-container .select2-selection--single .select2-selection__rendered {
    height: auto !important;
  }
  
  .select2-container .select2-selection--single {
      padding: 0 !important;
  }
  
}