@charset "UTF-8";.feedback-comp{color:#272421;color:#111;display:block;height:100%;padding-top:32px;width:calc(100% - 40px);margin:0 auto;max-width:520px}
@media(min-width:1024px){.feedback-comp{height:auto;padding-top:56px;max-width:770px;margin:0 auto}
}
.feedback-comp__title{padding:0 2px;font-size:24px;line-height:34px;font-weight:700;font-family:"KBFGdisplay","Spoqa","Malgun Gothic","맑은 고딕",sans-serif;margin-bottom:32px}
@media(min-width:1024px){.feedback-comp__title{font-size:28px;line-height:40px;margin-bottom:48px}
}
.feedback-comp__sub-title{overflow:hidden;max-width:100%;text-overflow:ellipsis;vertical-align:middle;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;color:#111;margin-top:42px;font-size:18px;line-height:25px;font-weight:700;font-family:"Spoqa","Malgun Gothic","맑은 고딕",sans-serif;padding-left:2px}
@media(min-width:1024px){.feedback-comp__sub-title{margin-top:40px;font-size:20px;line-height:32px}
}
.feedback-comp__cont{background-color:#f5f8fc;width:100%;height:180px;margin-top:20px;padding:16px;font-size:14px;line-height:20px;border-radius:8px;border:1px solid transparent;resize:none}
@media(min-width:1024px){.feedback-comp__cont{height:208px;margin-top:20px;margin-bottom:0;padding:20px 24px;font-size:16px;line-height:28px}
}
.feedback-comp__cont::placeholder{color:#a6a6ac !important}
.feedback-comp__cont:focus{outline:0;border:1px solid #111}
.feedback-comp__cont::-webkit-scrollbar{width:16px}
.feedback-comp__cont::-webkit-scrollbar-thumb{background-color:#d9d9d9;border-radius:4px;background-clip:padding-box;border:6px solid transparent}
.feedback-comp__cont::-webkit-scrollbar-track{background-color:transparent}
.feedback-comp__btn-submit{background-color:#fff;position:fixed;left:50%;bottom:0;transform:translateX(-50%);display:inline-block;padding-top:40px;padding-bottom:40px;padding-left:20px;padding-right:20px;width:100%;z-index:1;text-align:-webkit-center}
@media(min-width:1024px){.feedback-comp__btn-submit{position:relative;left:auto;transform:none;display:flex;justify-content:center;margin:48px auto 0;padding:0}
}
.feedback-comp__btn-submit__link{background-color:#e2e7ee;color:#a6a6ac;display:block;width:100%;height:56px;font-size:15px;line-height:56px;font-weight:700;text-align:center;border-radius:8px;border:1px solid #ededed;max-width:520px}
@media(min-width:1024px){.feedback-comp__btn-submit__link{width:384px}
}
:valid ~ .feedback-comp__btn-submit .feedback-comp__btn-submit__link{background-color:#111;color:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,0.12)}
:valid ~ .feedback-comp__btn-submit .feedback-comp__btn-submit__link:active,:valid ~ .feedback-comp__btn-submit .feedback-comp__btn-submit__link:hover{background-color:#000}