@charset "utf-8";
@keyframes ani_scan {
    0% { top: 15px; }
    20% { top: 15px; }
    35% { top: 130px; }
    65% { top: 130px; }
    80% { top: 15px; }
    100% { top: 15px; }
}
@keyframes ani_scale {
    0% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
    20% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
    28% {  transform: translate(-50%, -50%) scale(1); opacity: 1; }
    87% {  transform: translate(-50%, -50%) scale(1); opacity: 1; }
    95% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
    100% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
}
@keyframes ani_scale2 {
    0% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
    52% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
    60% {  transform: translate(-50%, -50%) scale(1); opacity: 1; }
    88% {  transform: translate(-50%, -50%) scale(1); opacity: 1; }
    96% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
    100% {  transform: translate(-50%, -50%) scale(0); opacity: 0; }
}

section .inner { padding: 56px 20px 40px; }

/* 메인 비주얼 */
.main_visual { position: relative; width: 100%; background: var(--gray-400); overflow: hidden; }
.main_visual .inner { text-align: center; }
.main_visual .inner > span { font-size: 20px; font-weight: 400; color: var(--black); line-height: 24px; }
.main_visual .inner > h2 { width: 278px; height: 68px; background: url(../../img/landing/img_main_title.svg) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; margin: 4px auto 0; }
.main_visual .ani_wrap { position: relative; width: 100%; }
.main_visual .ani_wrap > span { position: absolute; top: 50%; transform: translate(-50%, -50%) scale(0); opacity: 0; display: block; }
.main_visual .ani_wrap > span.pill01 { left: 50%; width: 230px; height: 111px; background: url(../../img/landing/img_pill_group01.png) no-repeat center center; background-size: contain; animation: ani_scale 4.5s ease infinite; }
.main_visual .ani_wrap > span.pill02 { left: 48.5%; width: 240px; height: 122px; background: url(../../img/landing/img_pill_group02.png) no-repeat center center; background-size: contain; animation: ani_scale2 4.5s ease infinite; } 
.main_visual .img_box { position: relative; width: 142px; height: 162px; background: url(../../img/landing/img_document.png) no-repeat center center; background-size: contain; margin: 0 auto; z-index: 5; }
.main_visual .img_box .scaner { position: absolute; left: 11.5px; top: 15px; width: calc(100% - 23px); height: 23px; background: linear-gradient(180deg, rgba(41, 125, 251, 0.46) 9.48%, rgba(255, 255, 255, 0.00) 100%); border-top: 2px solid var(--blue); z-index: 10; animation: ani_scan 3s ease infinite; }
.main_visual .btn_main_box { margin-top: 42px; }
.main_visual .btn_main_box .message_box { font-size: 14px; font-weight: 400; line-height: 18px; padding: 8px 24px; background: rgba(230, 240, 255, 0.68); border-radius: 20px; display: inline-block; margin-bottom: 8px; }
.main_visual .btn_main_box .message_box b { font-weight: 700; color: var(--blue); }

.why_section { background: var(--primary-700); }
.why_section .inner { padding: 32px 20px; }
.why_section .inner > span { width: 63px; height: 29px; background: url(../../img/landing/img_why.svg) no-repeat center center; background-size: contain; text-indent: -9999px; overflow: hidden; display: block; margin: 4px auto 0; }
.why_section .inner > h2 { font-size: 20px; font-weight: 400; color: var(--white); line-height: 28px; text-align: center; }
.why_section .inner > h2 b { font-weight: 700; color: #ffffff; }
.why_section ul { width: 320px; margin: 32px auto 0; }
.why_section ul li { display: flex; align-items: center; width: 100%; padding: 18px 24px; background: var(--white); border-radius: 12px; margin-bottom: 12px; }
.why_section ul li:last-of-type { margin-bottom: 0; }
.why_section ul li i { margin-right: 24px; }
.why_section ul li p { font-size: 16px; font-weight: 400; color: var(--black); line-height: 24px; }
.why_section ul li p b { font-weight: 700; color: var(--primary); }


/* 추천 영양제 패키지 */
.package_section { background: var(--gray-300); }
.package_list_box { display: flex; flex-wrap: wrap; }
.package_list_box li { width: calc(33.33% - 10px); margin-right: 12px; }
.package_list_box li:nth-of-type(3n) { margin-right: 0; }
.package_list_box li:nth-of-type(n+4) { margin-top: 12px; }
.package_list_box a { width: 100%; padding: 12px 12px 14px; text-align: center; background: var(--white); border-radius: 8px; display: block; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04); }
.package_list_box span { display: inline-block; width: 40px; height: 40px; }
.package_list_box .icon_package_require { background: url(../../img/icon/icon_package_require.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_menses { background: url(../../img/icon/icon_package_menses.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_liver { background: url(../../img/icon/icon_package_liver.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_digest { background: url(../../img/icon/icon_package_digest.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_bone { background: url(../../img/icon/icon_package_bone.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_energe { background: url(../../img/icon/icon_package_energe.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_immune { background: url(../../img/icon/icon_package_immune.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_diet { background: url(../../img/icon/icon_package_diet.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_sleep { background: url(../../img/icon/icon_package_sleep.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_beauty { background: url(../../img/icon/icon_package_beauty.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_hair { background: url(../../img/icon/icon_package_hair.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_blood { background: url(../../img/icon/icon_package_blood.svg) no-repeat center center; background-size: contain; }
.package_list_box .icon_package_concent { background: url(../../img/icon/icon_package_concent.svg) no-repeat center center; background-size: contain; }


/* 지금 필그램 구독자가 많이 찾는 영양제 */
.product_section .inner { position: relative; padding: 56px 0 0; }
.product_section .title_box { position: relative; padding: 0 20px; }
.product_section .title_box > .btn_product_more { position: absolute; right: 20px; bottom: 0; font-size: 14px; font-weight: 400; color: var(--gray-800); line-height: 18px; display: inline-block; }
.product_section .title_box > .btn_product_more::after { width: 18px; height: 18px; background: url(../../img/icon/icon_arrow_right_gray.svg) no-repeat center center; background-size: contain; vertical-align: -4px; content: ''; display: inline-block; }
.product_section .sub_tab_nav { padding: 20px 20px 12px 20px; }
.product_section .sub_tab_nav ul { display: flex; flex-wrap: wrap; }
.product_section .sub_tab_nav ul li { font-size: 14px; color: var(--gray-800); line-height: 18px; padding: 8px 16px; background: var(--gray-300); border-radius: 16px; margin: 0 8px 8px 0; cursor: pointer; }
.product_section .sub_tab_nav ul li.active { font-weight: 700; color: var(--primary); background: var(--primary-100); }
.product_section .product_list_box { padding: 20px 20px 40px; background: var(--gray-300); } 


/* 실시간 구독자 베스트 후기 */
.review_section .review_total { display: flex; align-items: center; }
.review_section .review_total .text { display: inline-block; margin-left: 4px; }
.review_section .review_total .text em { font-weight: 700; color: var(--black); }
.review_list_box ul > li { border-radius: 8px; overflow: hidden; margin-bottom: 12px; }
.review_list_box ul > li:last-of-type { margin-bottom: 0; }
.review_list_box ul li .img_box { position: relative; width: 100%; height: 132px; overflow: hidden; }
.review_list_box ul li .img_box .badge { position: absolute; left: 0; top: 0; height: 26px; font-size: 13px; font-weight: 700; color: var(--primary); line-height: 26px; padding: 0 12px; background: var(--primary-100); border-bottom-right-radius: 8px; }
.review_list_box ul li .img_box img { border-top-left-radius: 10px; }
.review_list_box ul li .info_box { position: relative; padding: 12px 12px 22px; background: var(--gray-300); }
.review_list_box ul li .info_box .text dt { font-size: 16px; font-weight: 500; line-height: 22px; }
.review_list_box ul li .info_box .text dd { max-height: 40px; font-size: 14px; font-weight: 400; color: var(--gray-800); line-height: 18px; overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: keep-all; }
.review_list_box ul li .info_box .name { font-size: 13px; font-weight: 400; color: var(--gray-600); line-height: 15px; }
.review_list_box ul li .info_box .btn_review_detail { position: absolute; right: 12px; bottom: 22px; font-size: 14px; font-weight: 400; color: var(--blue); line-height: 18px; display: inline-block; }
.review_list_box ul li .info_box .btn_review_detail::after { width: 18px; height: 18px; background: url(../../img/icon/icon_arrow_right_blue.svg) no-repeat center center; background-size: contain; vertical-align: -4px; content: ''; display: inline-block; }
 

/* 나에게 맞는 맞춤 영양제 만드는 방법 */
.service_section { position: relative; background: var(--gray-300); }
.service_section .inner { padding-top: 110px; }
.accordion_list_box { position: relative; padding-left: 40px; }
.accordion_list_box ul > li { position: relative; }
.accordion_list_box ul > li:last-of-type { margin-bottom: 0; }
.accordion_list_box ul > li::before { position: absolute; left: -34px; top: 43px; width: 4px; height: 100%; background: var(--gray-400); content: ''; display: block; }
.accordion_list_box ul > li::after { position: absolute; left: -40px; top: 28px; width: 16px; height: 16px; background: var(--gray-400); border-radius: 50%; content: ''; display: block; z-index: 1; }
.accordion_list_box ul > li:last-of-type:before { display: none; }
.accordion_list_box .card_box { position: relative; height: 72px; background: var(--white); border-radius: 12px; overflow: hidden; margin-bottom: 12px; cursor: pointer; transition: height 0.3s ease-out; }
.accordion_list_box .cover_box { position: absolute; width: 100%; height: 100%; max-height: 95px; z-index: 5; transition: all 0.3s ease-out; }
.accordion_list_box .item01 .cover_box { background: url(../../img/landing/img_service_01.webp) no-repeat center center; background-size: cover; }
.accordion_list_box .item02 .cover_box { background: url(../../img/landing/img_service_02.webp) no-repeat center center; background-size: cover; }
.accordion_list_box .item03 .cover_box { background: url(../../img/landing/img_service_03.webp) no-repeat center center; background-size: cover; }
.accordion_list_box .item04 .cover_box { background: url(../../img/landing/img_service_04.webp) no-repeat center center; background-size: cover; }
.accordion_list_box .cover_box::before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); content: ''; display: block; }
.accordion_list_box .cover_box::after { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 16px; height: 16px; background: url(../../img/icon/icon_arrow_down_white.svg) no-repeat center center; background-size: contain; content: ''; display: block; z-index: 1; }
.accordion_list_box .cover_box span { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); z-index: 1; }
.accordion_list_box .content_box { position: relative; height: 100%; overflow: hidden; }
.accordion_list_box .img_box { height: 95px; overflow: hidden; }
.accordion_list_box .text_box { padding: 0 20px 16px; }
.accordion_list_box .text_box .numb { font-size: 50px; font-weight: 700; color: var(--gray-300); line-height: 50px; display: block; margin-top: -25px; }
/* .item04 */
.accordion_list_box .item04 .card_box { background: url(../../img/landing/img_service_04_bg.webp) no-repeat center center; background-size: cover; }
.accordion_list_box .item04 .img_box { height: 75px; }
.accordion_list_box .item04 .text_box .numb { color: rgba(248, 249, 250, 0.2); }
.accordion_list_box .item04 .text_box dd { color: var(--primary-800); }
.accordion_list_box .item04 .btn_start { font-size: 16px; font-weight: 700; color: var(--white); line-height: 18px; display: inline-block; }
.accordion_list_box .item04 .btn_start::after { width: 12px; height: 12px; background: url(../../img/icon/icon_arrow_right_white.svg) no-repeat center center; background-size: contain; content: ''; display: inline-block; vertical-align: -1px; margin-left: 6px; }
/* ? active */
.accordion_list_box li.on::before { background: var(--primary); }
.accordion_list_box li.active::before { background: rgb(239,239,239); background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(42,173,92,1) 100%); }
.accordion_list_box li.on::after,
.accordion_list_box li.active::after { background: var(--primary); }
.accordion_list_box li.active .card_box { height: 220px; }
.accordion_list_box li.active .cover_box { opacity: 0; }


/* 필그램의 영양제 */
.point_section .inner { text-align: center; }
.point_section .inner > span { display: inline-block; font-size: 16px; font-weight: 700; color: var(--white); line-height: 28px; padding: 0 8px; background: var(--primary-800); border-radius: 6px; }
.point_section .inner > .img_box { position: relative; margin: 0 auto; z-index: 1; }
.point_section .inner > .img_box::before { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 120%; height: 120%; background: url(../../img/landing/bg_filter.svg) no-repeat center center; background-size: contain; content: ''; display: block; z-index: -1; }
.point_section > div:nth-of-type(1) > .img_box { width: 320px; }
.point_section > div:nth-of-type(2) > .img_box { width: 320px; }
.point_section > div:nth-of-type(3) > .img_box { width: 240px; }


/* 영양제 추천 시스템 */
.step_section { background: var(--gray-300); }
.step_section .inner { padding: 40px 32px; }
.step_section .slider_box .swiper-slide { text-align: center; }
.step_section .slider_box .text_box { width: 100%; }
.step_section .slider_box .text_box > span { display: inline-block; font-size: 16px; font-weight: 700; color: var(--white); line-height: 28px; padding: 0 8px; background: var(--primary-800); border-radius: 6px; }
.step_section .slider_box .img_box { width: 100%; border-radius: 12px; overflow: hidden; }
.step_section .slider_pager { position: relative; width: 100%; text-align: center; display: block; }
.step_section .slider_pager > span { width: 8px; height: 8px; background: var(--gray-600); border-radius: 8px; margin: 0 3px; opacity: 1; transition: all 0.3s ease-out; }
.step_section .slider_pager > span.swiper-pagination-bullet-active { width: 28px; background: var(--black); }