@charset "utf-8";

/** 구독해지 페이지 **/
.unsubscribe_section { position: relative; }
.section_title { font-size: 26px; font-weight: 700; line-height: 34px; margin-bottom: 24px; }
.txt_box { width: 100%; text-align: center; padding: 14px; background: #EFF0F6; border-radius: var(--border-radius-s); border-top-left-radius: 0; }
.txt_box i { margin-bottom: 4px; }
.txt_box i.icon_hands { display: inline-block; width: 36px; height: 36px; background: url(../image/icon/icon_hands.svg) no-repeat center center; background-size: contain; }
.txt_box p { font-size: var(--font-regular); line-height: 22px; word-break: keep-all; }