#estimate-form {
    min-height:320px;
}
ul.leo-checkbox-group {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1rem;
}
ul.leo-checkbox-group li {
    position:relative;
}
ul.leo-checkbox-group li input[type="checkbox"] {
    opacity: 0;
    position:absolute;
    top:0;
    left:0;
}
ul.leo-checkbox-group li button {
    text-align:center;
    height:56px;
    width:100%;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border:1px solid #fff;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
}
ul.leo-checkbox-group li button:focus,
ul.leo-checkbox-group li button:hover {
    outline:0;
}
ul.leo-checkbox-group li button.active {
    border-color:#3287D7;
    color:#3287D7;
    background:#BEDAF4;
    font-weight:700;
}
ul.leo-checkbox-group li button.btn-subscript {
    height:auto;
    padding:2rem 1.2rem;
}
#estimate-form ul.leo-radio-group {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:1rem;
}
#estimate-form ul.leo-radio-group li {
    /*width:49%;*/
    /*margin-bottom:2%;*/
    position:relative;
}
#estimate-form ul.leo-radio-group li input[type="radio"] {
    opacity: 0;
    position:absolute;
    top:0;
    left:0;
}
#estimate-form ul.leo-radio-group li button {
    text-align:center;
    height:56px;
    width:100%;
    flex-shrink: 0;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    border:1px solid #fff;
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
}
#estimate-form ul.leo-radio-group li button:focus,
#estimate-form ul.leo-radio-group li button:hover {
    outline:0;
}
#estimate-form ul.leo-radio-group li button.active {
    border-color:#3287D7;
    color:#3287D7;
    background:#BEDAF4;
    font-weight:700;
}
#estimate-form ul.leo-radio-group li button.btn-subscript {
    height:auto;
    padding:2rem 1.2rem;
}
#estimate-form .form-group-checkbox {
    margin-bottom:5.6rem;
}
#estimate-form textarea {
    height:16.5rem;
    padding:1.6rem;
}
#estimate-form .card-leo {}
#estimate-form .card-leo.card-1 {}
/*#estimate-form .card-leo.card-2 {display:none;}*/
#estimate-form .card-leo.card-3 {display:none;}
#estimate-form .card-leo.card-3 .card-title {
    margin-bottom:2.4rem;
}
#estimate-form .card-leo.card-3 .text {
    color: #000;
    text-align: left;
    font-family: Pretendard, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
    margin-bottom:5.6rem;
}
#estimate-form .btn-subscript span {
    display:block;
}
#estimate-form .btn-subscript span:nth-child(1),
#estimate-form .btn-subscript span:nth-child(3) {
    color: #000;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.8rem;
    margin-bottom:1rem;
}
#estimate-form .btn-subscript span:nth-child(2) {
    color: #000;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    opacity: 0.6;
}
#estimate-form .btn-subscript span:nth-child(3) {
    margin-top:1.2rem;
    padding-top:1.2rem;
    border-top:1px solid #ccc;
}
#estimate-form .card-btns .btn-leo-m {
    width:100%;
}

