@charset "utf-8";
#feedback {
    margin-bottom:30px;
}
#feedback .cont {
    display:flex;
    flex-direction:column;
    gap:15px;
}

#feedback .business_title {
    border-radius: 30px;
    border: 5px solid rgba(123, 73, 146, 0.10);
    padding:30px 10px;
    background-image:url(../custom_img/feedback_img.png);
    background-repeat: no-repeat;
    background-position: right 60px bottom;
}
#feedback .business_title p {
    font-size:1.11em;
    font-weight:500;
    font-family: "The Jamsil";
    line-height:1.80;
    letter-spacing:-0.6px;
    text-align:center;
    color:#7B4992;
}
#feedback .feedback_notice p {
    font-size:0.88em;
    color:#777;
    font-weight:400;
    line-height:1.62;
} 

@media (max-width:640px) {
    #feedback .business_title {
        background-position:right bottom;
    }
}