@charset "utf-8";
/* common */
.section_title { position: relative; font-size: var(--font-large-xl); font-weight: 700; line-height: 34px; margin-top: 8px; } 
.section_title strong { color: var(--color-main); } 
.section_title_md { font-size: var(--font-medium); font-weight: 700; line-height: 26px; }

.package_icon { width: 40px; height: 40px; display: block; } 
.package_icon.type_energe { background: url(../../image/icon/icon_package_energe.svg) no-repeat center center; background-size: contain; }
.package_icon.type_beauty { background: url(../../image/icon/icon_package_beauty.svg) no-repeat center center; background-size: contain; }
.package_icon.type_immune { background: url(../../image/icon/icon_package_immune.svg) no-repeat center center; background-size: contain; }
.package_icon.type_liver { background: url(../../image/icon/icon_package_liver.svg) no-repeat center center; background-size: contain; }
.package_icon.type_sleep { background: url(../../image/icon/icon_package_sleep.svg) no-repeat center center; background-size: contain; }
.package_icon.type_concent { background: url(../../image/icon/icon_package_concent.svg) no-repeat center center; background-size: contain; }
.package_icon.type_digest { background: url(../../image/icon/icon_package_digest.svg) no-repeat center center; background-size: contain; }
.package_icon.type_menses { background: url(../../image/icon/icon_package_menses.svg) no-repeat center center; background-size: contain; }
.package_icon.type_bone { background: url(../../image/icon/icon_package_bone.svg) no-repeat center center; background-size: contain; }
.package_icon.type_sugar { background: url(../../image/icon/icon_package_sugar.svg) no-repeat center center; background-size: contain; }
.package_icon.type_blood { background: url(../../image/icon/icon_package_blood.svg) no-repeat center center; background-size: contain; }
.package_icon.type_hair { background: url(../../image/icon/icon_package_hair.svg) no-repeat center center; background-size: contain; }
.package_icon.type_require { background: url(../../image/icon/icon_package_require.svg) no-repeat center center; background-size: contain; }
.package_icon.type_eyes { background: url(../../image/icon/icon_package_eyes.svg) no-repeat center center; background-size: contain; }
.package_icon.type_diet { background: url(../../image/icon/icon_package_diet.svg) no-repeat center center; background-size: contain; }

/** 패키지 구성 **/
.package_info { background: #F2F4F6; }
.package_info.bg_pack { background: url(../../image/sub_survey/bg_pack.webp) no-repeat right bottom, #f2f4f6; background-size: 360px; }
.package_info p { width: 220px; font-size: 18px; font-weight: 400; line-height: 25px; border-top: 1px solid rgba(34, 34, 34, 0.12); padding-top: 12px; margin-top: 12px; }
.package_info p strong { color: var(--color-main); }
.package_info .desc { font-size: 14px; font-weight: 400; color: #757575; line-height: 18px; margin: 24px 0 48px; }
.package_info .desc b { font-weight: 400; color: var(--color-main); }
.package_type_box ul li { position: relative; display: flex; justify-content: space-between; margin-top: 16px; }
.package_type_box input[type=checkbox] { display: none; }
.package_type_box input[type=checkbox] + label { width: 26px; height: 26px; background: url(../../image/icon/agree_chk.svg) no-repeat center center; background-size: 26px; margin-top: 4px; }
.package_type_box input[type=checkbox]:checked + label { background: url(../../image/icon/agree_chk_on.svg) no-repeat center center; background-size: 26px; }
.package_type_box dl { width: calc(100% - 34px); padding: 8px; border-radius: 14px; background: #FAFAFA; }
.package_type_box dl dt { font-size: 20px; font-weight: 700; line-height: 22px; }
.package_type_box dl dd { font-size: 13px; font-weight: 500; color: var(--color-black-70); line-height: 20px; }
.add_pill_box { position: relative; }
.add_pill_box .btn_delete { position: absolute; right: 8px; top: 8px; width: 24px; height: 24px; text-indent: -9999px; background: url(../../image/btn/btn_popup_close.svg) no-repeat center center; background-size: contain; opacity: 0.2; z-index: 10; }
.add_pill_box .btn_add { width: 100%; font-size: var(--font-small); font-weight: 500; color: var(--color-main); line-height: 20px; padding: 14px 0; border-top: 1px solid #EFF0F6; border-bottom: 1px solid #EFF0F6; margin-top: 16px; }
.add_pill_box .btn_add::before { width: 11px; height: 11px; background: url(../../image/btn/btn_plus_purple.svg) no-repeat center center; background-size: contain; content: ''; display: inline-block; margin-right: 10px; }

/* POPUP - 영양제 추가 */
#popup .popup_inner { padding: 0 24px; }
#popup .btn_box_wrap { position: sticky; left: 0; bottom: 0; z-index: 10; } 
.pop_add_list ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.pop_add_list ul li { width: calc(50% - 4px); margin-bottom: 18px; }
.pop_add_list ul li:last-of-type { margin-bottom: 0; }
.pop_add_list ul li input[type=checkbox] { display: none; }
.pop_add_list ul li input[type=checkbox] + label { display: flex; align-items: center; justify-content: space-between; border-radius: 8px; border: 1px solid rgba(34, 34, 34, 0.24); background: var(--color-white); padding: 12px 8px; }
.pop_add_list ul li input[type=checkbox] + label::before { width: 26px; height: 26px; background: url(../../image/icon/agree_chk.svg) no-repeat center center; background-size: 26px; content: ''; display: block; }
.pop_add_list ul li input[type=checkbox]:checked + label { border: var(--border-main); background: rgba(139, 79, 246, 0.14); }
.pop_add_list ul li input[type=checkbox]:checked + label::before { background: url(../../image/icon/agree_chk_on.svg) no-repeat center center; background-size: 26px; }
.pop_add_list ul li dl { width: calc(100% - 30px); }
.pop_add_list ul li dl dt { font-size: var(--font-regular); font-weight: 700; line-height: 20px; word-break: keep-all; }
.pop_add_list ul li dl dd { font-size: var(--font-small-xs); font-weight: 500; color: rgba(34, 34, 34, 0.72); line-height: 20px; }