* {
    margin: 0;
}

.search-btn {
    width: 10rem;
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #ECEDE5;
    border-radius: 40px;
    opacity: 1;
}

.search-btn p {
    text-align: center;
    letter-spacing: 0px;
    color: #393939;
    opacity: 1;
}

.search-btn span input {
    width: 15px;
    height: 15px;
    background: #393939 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    border: #393939;
    margin-right: 5px;
    margin-top: 3px;
}

.active {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 3px solid #1CB539;
    border-radius: 40px;
    opacity: 1;

    p {
        color: #1CB539;
    }

    span {
        input[type=checkbox]:checked:disabled {
            appearance: none;
        }

        input[type=checkbox]:checked:disabled::after {
            background-color: #1CB539;
            color: white;
            font-size: 11px;
            position: absolute;
            display: inline-block;
            width: 15px;
            height: 15px;
            content: '✔';
            text-align: center;
            border-radius: 3px;
        }
    }
}

.cardTitle {
    border-radius: 1rem 1rem 0 0;
}

.search-result-member-cnt-container-box,
.search-result-general-cnt-container-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    /* width: 175px; */
    height: 50px;
}


.search-result-general-cnt-container-box {
    border: 2px solid #393939;
}


.search-option-login-btn-container-btn {
    width: 175px;
    height: 50px;
    position: relative;
    cursor: pointer;
}


.search-option-login-btn-container-btn {
    background: #1CB539 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    color: white;
}

.search-option-login-btn-container-btn-front-login {
    position: absolute;
    left: 15px;
}


.more-see-btn {
    width: 305px;
    height: 50px;
}


.quo-card-banner img,
.catalog-banner img {
    width: 370px;
    height: 89px;
    /* UI Properties */
    opacity: 1;
}

