@charset "utf-8";
/* care_service_box */
.care_service_box .cont_title { position: relative; padding-right: 120px; margin-bottom: 24px; }
.care_service_box .cont_title::after { position: absolute; right: 0; bottom: 0; width: 100px; height: 60px; background: url(../../image/img_care_service.webp) no-repeat center center; background-size: contain; content: ''; display: block; }
.care_service_box .cont_title span { display: block; font-size: 16px; font-weight: 600; color: var(--black-70); line-height: 22px; margin-bottom: 2px; }
.care_service_box .cont_title strong { display: block; }
.care_service_box .info_box { width: 100%; padding: 16px; background: #ffffff; border-radius: 16px; box-shadow: var(--shadow-02); } 
.care_service_box .info_box dl { border-bottom: 1px solid var(--gray-200); padding-bottom: 12px; margin-bottom: 12px; }
.care_service_box .info_box dl:last-of-type { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.care_service_box .info_box dl dt { display: flex; align-items: center; height: 32px; font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.care_service_box .info_box dl dt i { display: inline-block; width: 32px; height: 32px; border-radius: 50%; margin-right: 8px; }
.care_service_box .info_box dl dt i.icon_pill { background: url(../../image/icon/icon_nutrients_sm.webp) no-repeat center center, #f3f3f3; background-size: 22px; }
.care_service_box .info_box dl dt i.icon_talk { background: url(../../image/icon/icon_kakao_sm.svg) no-repeat center center, #f3f3f3; background-size: 18px; }
.care_service_box .info_box dl dd { position: relative; font-size: 14px; font-weight: 400; line-height: 20px; padding-left: 26px; margin-bottom: 8px; }
.care_service_box .info_box dl dd:last-of-type { margin-bottom: 0; }
.care_service_box .info_box dl dd::before { position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url(../../image/icon/icon_check_list.svg) no-repeat center center; content: ''; display: inline-block; }