@charset "utf-8";

/** 완료페이지 **/
.section_title { position: relative; font-size: var(--font-large-xl); font-weight: 700; line-height: 34px; margin-bottom: 12px; } 
.section_title.icon_gift::after { position: absolute; right: 0; top: 0; width: 48px; height: 48px; background: url(../image/icon/icon_gift.svg) no-repeat center center; background-size: contain; content: ''; display: block; } 
.section_title.icon_fail::after { position: absolute; right: 0; top: 0; width: 48px; height: 48px; background: url(../image/icon/icon_fail.svg) no-repeat center center; background-size: contain; content: ''; display: block; } 
.section_title.icon_success::after { position: absolute; right: 0; top: 0; width: 48px; height: 48px; background: url(../image/icon/icon_success.svg) no-repeat center center; background-size: contain; content: ''; display: block; } 
.section_title .green { color: #39B855; }
.section_desc { font-size: var(--font-regular); color: var(--color-black-70); line-height: 22px; } 
.section_desc b { font-weight: 400; color: var(--color-black); } 
.detail_info_box { width: 100%; padding: 16px 24px; background: #EFF0F6; border-radius: 12px; margin-top: 24px; } 
.detail_info_box li span { display: inline-block; min-width: 56px; font-size: var(--font-regular); font-weight: 500; line-height: 28px; color: var(--color-black-40); margin-right: 16px; } 
.detail_info_box li strong { display: inline-block; font-size: var(--font-regular); font-weight: 500; line-height: 28px; } 
.detail_text_box { font-size: var(--font-small); color: var(--color-black-70); line-height: 20px; word-break: keep-all; margin-top: 8px; }
.reservation_waiting { width: 100%; padding: 18px; border: 2px solid #EFF0F6; border-radius: 12px; background: #FFF; margin-top: 24px; }