.care_bnr{position:fixed;top:23%;left:2%;background-color:#fff3e4;border-radius:var(--border-radius-20)}.care_bnr .icon_close{position:absolute;top:-28px;right:0}.care_bnr .bnr_wrap{display:flex;flex-direction:column;align-items:center;padding:30px 16px 16px 16px;width:240px;height:300px;position:relative;cursor:pointer}.care_bnr .bnr_wrap .text_section{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.care_bnr .bnr_wrap .text_section .main{font-size:var(--font-size-20);font-weight:var(--font-weight-b);color:#ec5c58}.care_bnr .bnr_wrap .text_section .sub{font-weight:var(--font-weight-sb);color:#424242}.care_bnr .bnr_wrap .img_bnr{position:absolute;bottom:16px;z-index:-1;width:160px}.care_bnr .bnr_wrap .btn_more{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:auto;width:100%;height:36px;font-weight:var(--font-weight-m);background-color:#64584b;color:var(--color-text-inverse);border-radius:var(--border-radius-8)}@media screen and (max-width:1450px){.care_bnr{display:none}}