@charset "utf-8";
/* common */
.section_title { position: relative; font-size: 26px; font-weight: 700; line-height: 34px;} 
.section_title strong { color: #5C59FE; }
.icon_tit_health::after { position: absolute; right: 0; top: 0; width: 48px; height: 48px; background: url(../image/package/icon_health_concern.svg) no-repeat center center; background-size: 48px; content: ''; display: block; }
.section_title_md { font-size: 18px; font-weight: 700; line-height: 26px; color: #222 ;} 

/** 추천 방법 선택 **/
.recommend_select_box { margin-top: 38px; }
.recommend_select_box ul li { margin-bottom: 18px; }
.recommend_select_box ul li:last-of-type { margin-bottom: 0; }
.recommend_select_box a { position: relative; display: block; text-align: left; padding: 32px 24px; border-radius: 8px; border: 1px solid #D0D0D0; }
.recommend_select_box a.type_best { border-color: #5C59FE; }
.recommend_select_box a.type_best::after { position: absolute; right: 30px; top: 0; width: 22px; height: 29px; background: url(../image/package/icon_goods_mark.svg) no-repeat left top; background-size: contain; content: ''; display: block; }
.recommend_select_box a p { font-size: 16px; line-height: 26px; }
.recommend_select_box a p strong { font-size: 20px; }
.recommend_select_box a dl { position: relative; padding-right: 64px; }
.recommend_select_box a dl::after { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; content: ''; display: block; }
.recommend_select_box li:nth-of-type(1) a dl::after { background: url(../image/package/icon_health_data.svg) no-repeat center center; background-size: 48px; }
.recommend_select_box li:nth-of-type(2) a dl::after { background: url(../image/package/icon_health_concern.svg) no-repeat center center; background-size: 48px; }
.recommend_select_box li:nth-of-type(3) a dl::after { background: url(../image/package/icon_health_self.svg) no-repeat center center; background-size: 48px; }
.recommend_select_box a dl dt { font-size: 20px; font-weight: 700; line-height: 26px; margin-bottom: 8px;}
.recommend_select_box a dl dt strong { color: #5C59FE; }
.recommend_select_box a dl dd { font-size: 16px; color: rgba(34, 34, 34, 0.72); line-height: 22px; }
.pop_comming { padding: 16px 0 0; }
.pop_comming h3 { font-size: 24px; font-weight: 700; color: #222; line-height: 32px; letter-spacing: 1px; text-align: center; margin-bottom: 12px; }
.pop_comming p { font-size: 15px; font-weight: 400; color: #222; line-height: 24px; word-break: keep-all; }

/* 패키지 아이콘 */
.package_icon { width: 40px; height: 40px; display: block; }
.package_icon.type_require { background: url(../image/package/icon_package_require.svg) no-repeat center center; background-size: contain; }
.package_icon.type_office { background: url(../image/package/icon_package_office.svg) no-repeat center center; background-size: contain; }
.package_icon.type_beauty { background: url(../image/package/icon_package_beauty.svg) no-repeat center center; background-size: contain; }
.package_icon.type_menses { background: url(../image/package/icon_package_menses.svg) no-repeat center center; background-size: contain; }
.package_icon.type_menofause { background: url(../image/package/icon_package_menofause.svg) no-repeat center center; background-size: contain; }
.package_icon.type_prostate { background: url(../image/package/icon_package_prostate.svg) no-repeat center center; background-size: contain; }
.package_icon.type_student { background: url(../image/package/icon_package_student.svg) no-repeat center center; background-size: contain; }
.package_icon.type_diet { background: url(../image/package/icon_package_diet.svg) no-repeat center center; background-size: contain; }
.package_icon.type_energy { background: url(../image/package/icon_package_energy.svg) no-repeat center center; background-size: contain; }
.package_icon.type_senior { background: url(../image/package/icon_package_senior.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age20_female { background: url(../image/package/icon_package_age20_female.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age20_male { background: url(../image/package/icon_package_age20_male.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age30_female { background: url(../image/package/icon_package_age30_female.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age30_male { background: url(../image/package/icon_package_age30_male.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age40_female { background: url(../image/package/icon_package_age40_female.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age40_male { background: url(../image/package/icon_package_age40_male.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age50_female { background: url(../image/package/icon_package_age50_female.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age50_male { background: url(../image/package/icon_package_age50_male.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age60_female { background: url(../image/package/icon_package_age60_female.svg) no-repeat center center; background-size: contain; }
.package_icon.type_age60_male { background: url(../image/package/icon_package_age60_male.svg) no-repeat center center; background-size: contain; }

/** 패키지 선택 **/
.package_select_box { margin-top: 24px; } 
.package_select_box ul { display: flex; flex-wrap: wrap; justify-content: space-between; } 
.package_select_box ul li { width: calc(50% - 4px); margin-bottom: 12px; } 
.package_select_box ul li a { display: flex; flex-wrap: wrap; align-items: center; text-align: left; padding: 12px 8px; border: 1px solid rgba(34, 34, 34, 0.24); border-radius: 8px; } 
.package_select_box ul li a dl { flex: 1; margin-left: 8px; } 
.package_select_box ul li a dl dt { font-size: 18px; font-weight: 700; line-height: 20px; } 
.package_select_box ul li a dl dt span {font-size: 12px; line-height: 20px; color: #aaa; font-weight: 400;}

/* 패키지 구성 상세 페이지 */
.package_type_section .section_title {margin-top: 8px;}
.package_type_section .package_info { background: #F2F4F6; position: relative; overflow: hidden; height: 426px;}
.package_type_section .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_type_section .package_info p strong { color: #5C59FE; }
.package_type_section .package_info .desc { font-size: 14px; font-weight: 400; color: #757575; line-height: 18px; margin: 24px 0 48px; } 
.package_type_section .package_info .img_box {position: absolute; bottom: 0; right: -55px; width: 277px;}
.package_type_section .package_info .img_box img {width: 100%;}
.package_type_section .package_type_box ul li { position: relative; display: flex; justify-content: space-between; margin-top: 16px; }
.package_type_section .package_type_box input[type=checkbox] { display: none; }
.package_type_section .package_type_box input[type=checkbox] + label { width: 26px; height: 26px; background: url(../image/package/icon_checkbox.svg) no-repeat center center; background-size: 26px; margin-top: 4px; }
.package_type_section .package_type_box input[type=checkbox]:checked + label { background: url(../image/package/icon_checkbox_active.svg) no-repeat center center; background-size: 26px; }
.package_type_section .package_type_box dl { width: calc(100% - 34px); padding: 8px; border-radius: 14px; background: #FAFAFA; }
.package_type_section .package_type_box dl dt { font-size: 20px; font-weight: 700; line-height: 22px; }
.package_type_section .package_type_box dl dd { font-size: 13px; font-weight: 500; color: rgba(34, 34, 34, 0.7); line-height: 20px; }
.calc_price_box .total_price_box { display: flex; justify-content: space-between; align-items: center; border-radius: 14px; background: #F8F9FA; padding: 12px 20px;}
.calc_price_box .total_price_box .price_title { font-size: 18px; font-weight: 500; line-height: 26px; color: #222;} 
.calc_price_box .total_price_box .total_sale { font-size: 24px; font-weight: 700; line-height: 34px; color: #222;} 
.btn_box_wrap .btn { position: relative; display: block; width: 100%; height: 52px; font-size: 18px; font-weight: 700; color: #FFF; line-height: 20px; text-align: center; padding: 16px; background: #5C59FE; border: 1px solid #5C59FE; border-radius: 8px; box-sizing: border-box; }
.btn_box_wrap .btn:disabled,
.btn_box_wrap .btn.disabled { color: #98A2B3; background:#EAECF0; border: #EAECF0; pointer-events: none; }