body, html { width:100%; height:100%;}
#wrap { position:relative; min-width:360px; margin:0 auto; }


/* header, footer */
header.landing_860 { max-width: 860px; }
header + .sub_main_area .mypage_section.type_landing { margin-top: 68px; }
.mypage_section.type_landing + footer { max-width: 860px; margin: 0 auto; }

header.landing_680 { max-width: 680px; }
.weekday_landing + footer { max-width: 680px; margin: 0 auto; }



/* 필그램 랜딩 01 */
.pillgram_landing01 {  margin-top: 0px; }
.pillgram_landing01 img { width: 100%;  image-rendering:-webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }
.pillgram_landing01 .swipe_area { padding: 80px 0 40px; background-image: url(../image/pillgram_landing01/002.png); background-repeat: no-repeat; background-position: top left;  background-size: cover;  }
.pillgram_landing01 .btn { position: fixed; width: calc(100% - 168px); left: 50%; bottom: 32px; filter: drop-shadow(0px 4px 4px rgba(203, 199, 199, 0.7)); background-color: #434343; border-radius: 24px; padding: 16px 0px; font-weight: 700; font-size: 30px; letter-spacing: -0.07em; font-family: "Gmarket Sans"; display: flex; justify-content: center; align-items: center; color: #ffffff; max-width: 512px; transform: translateX(-50%); display: block; }
.pillgram_landing01 .btn span { line-height: 52px; height: 48px; padding-right: 48px; background-image: url(../image/icon_arrow_double02.svg); background-repeat: no-repeat; background-size: 48px; background-position: right center; display: inline-block; }

.pillgram_landing01 .swipe_wrap_area { width: 100%; height: 382px; overflow: hidden; position: relative; }
.pillgram_landing01 .swipe_wrap { display: block; width: 2536px; height: 382px; position: absolute; overflow: hidden; animation: marquee 35s linear infinite; }
.pillgram_landing01 .swipe_wrap .list { display: flex; justify-content: space-between; float: left; width: 1268px; height: 382px; }
.pillgram_landing01 .swipe_wrap:hover { animation-play-state: paused }
.pillgram_landing01 .swipe_area .box { margin: 0 8px; display: inline-block; width: 300px; background-color: #ffffff; backdrop-filter: blur(4px); border-radius: 24px; padding: 24px 24px 20px; box-sizing: border-box; }

.pillgram_landing01 .swipe_area .top_text { font-weight: 500; font-size: 33px; line-height: 48px; text-align: center; margin: 0 auto; font-family: 'Gmarket Sans'; letter-spacing: -0.04em; }
.pillgram_landing01 .swipe_area .top_text em { font-weight: 700; font-size: 38px; color: #00aa95; display: inline-block; min-width: 120px; }
.pillgram_landing01 .swipe_area .swipe_wrap_area { margin-top: 48px; }

.pillgram_landing01 .swipe_area .box img { width: 100%; }
.pillgram_landing01 .swipe_area .label_list { display: flex; justify-content: flex-start;  align-items: center; margin-top: 12px; }
.pillgram_landing01 .swipe_area .label_list li { height: 24px; line-height: 24px; padding: 0 8px; background-color: rgba(0,0,0,0.7); border-radius: 4px; font-weight: 500; font-size: 12px; letter-spacing: -1px; color: #ffffff; }
.pillgram_landing01 .swipe_area .label_list li + li { margin-left: 8px; }
.pillgram_landing01 .swipe_area .text_area { margin-top: 20px;  }
.pillgram_landing01 .swipe_area .text_area .title { font-family: 'Gmarket Sans'; font-weight: 500; font-size: 20px; line-height: 20px; }
.pillgram_landing01 .swipe_area .text_area .title span { font-weight: 400; }
.pillgram_landing01 .swipe_area .text_area .text { margin-top: 12px; font-weight: 300; font-size: 18px; line-height: 24px; letter-spacing: -0.04em; color: #434343; }
.pillgram_landing01 .swipe_area .text_area .text em { font-weight: 600; box-shadow: inset 0 -6px 0 rgba(44,235,211,0.4);  }
.pillgram_landing01 .swipe_area .sub_text { margin: 32px auto 0; text-align: center; font-weight: 300; font-size: 16px; line-height: 19px; color: #3c3c3c; }

.pillgram_landing01 .btn.fixed { position: fixed; bottom: 32px; }
.pillgram_landing01 .btn.absol { position: absolute; }


.pillgram_landing01 .fade_area { position: relative; }
.pillgram_landing01 .fade_area .fade_wrap { position: absolute; left: 50%; transform: translateX(-50%); top: 244px; width: 608px; height: 462px; }
.pillgram_landing01 .fade_area .fade_wrap img { position: absolute; left: 0; top: 0; transition: opacity 1s; }
.pillgram_landing01 .fade_area .fade_wrap .fade01 { opacity: 1; }
.pillgram_landing01 .fade_area .fade_wrap .fade02 { opacity: 0; }
.pillgram_landing01 .fade_area .fade_wrap.on .fade01 { opacity: 0; }
.pillgram_landing01 .fade_area .fade_wrap.on .fade02 { opacity: 1; }


@keyframes marquee {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-50%)
    }
}



@media (max-width:1024px){
    .pillgram_landing01 { margin-top: 0px; }
    .result_detail .state_view_section .top_area .state_contents_view { width: 100%; }
}

@media (max-width:680px) {
    .pillgram_landing01 .swipe_area { padding: 13vw 0 6vw; }
    .pillgram_landing01 .swipe_area .top_text { font-size: 5vw; line-height: 7.5vw; }
    .pillgram_landing01 .swipe_area .top_text em { font-size: 6vw; min-width: 17.647058vw; }
    .pillgram_landing01 .swipe_area .swipe_wrap_area { margin-top: 7.2vw; }
    
    .pillgram_landing01 .btn { width: calc(100% - 13.23529vw); bottom: 4.411764vw; border-radius: 3.82352vw; padding: 3.82352vw 0; font-size: 5.14705vw; }
    .pillgram_landing01 .btn span { line-height: 8.4vw; height: 7.64705vw; background-size: 7.64705vw; padding-right: 7.64705vw; }
    .pillgram_landing01 .btn.fixed { position: fixed; bottom: 4.411764vw; }
    
    .pillgram_landing01 .fade_area .fade_wrap { top: 35.88235vw; width: 89.4117647vw; height: 67.941176vw; }
}

@media (max-width:360px) {
    .pillgram_landing01 .swipe_area { padding: 50px 0 40px; }
    .pillgram_landing01 .swipe_area .top_text { font-size: 20px; line-height: 27px; }
    .pillgram_landing01 .swipe_area .top_text em { font-size: 23px; min-width: 70px; }
    .pillgram_landing01 .swipe_area .swipe_wrap_area { margin-top: 30px; }
    
    .pillgram_landing01 .btn { width: calc(100% - 48px); bottom: 16px; border-radius: 12px; padding: 14px 0; font-size: 18px; }
    .pillgram_landing01 .btn span { line-height: 28px; height: 27px; background-size: 27px; padding-right: 27px; }
    .pillgram_landing01 .btn.fixed { position: fixed; bottom: 16px; }
    
    .pillgram_landing01 .fade_area .fade_wrap { top: 129px; width: 322px; height: 240px; }
}

.pillgram_landing05 { margin: 0 auto; position: relative; width: 100%; max-width: 680px; }
.pillgram_landing05 img { image-rendering:-webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }
.pillgram_landing05 .btn { width: 100%; padding-top: 36px; padding-bottom: 48px; padding-bottom: calc(constant(safe-area-inset-bottom) + 48px); padding-bottom: calc(env(safe-area-inset-bottom) + 48px); background: #222222; border-radius: 24px 24px 0px 0px; position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); max-width: 680px; display: flex; justify-content: center; align-items: center; }
.pillgram_landing05 .btn span { font-family: 'Gmarket Sans'; font-weight: 700; font-size: 48px; display: inline-block; height: 55px; line-height: 64px; color: #ffffff; }
.pillgram_landing05 .btn i { display: inline-block; width: 24px; height: 55px; background-image: url(../image/pillgram_landing06/btn_arrow.svg ); background-repeat: no-repeat; background-position: center center; margin-left: 8px; background-size: 100%; }

@media (max-width:680px) {
    .pillgram_landing05 .btn { width: 100%; left: 0; padding-top: 5.2941176vw; padding-bottom: 7.058823vw; padding-bottom: calc(constant(safe-area-inset-bottom) + 7.058823vw); padding-bottom: calc(env(safe-area-inset-bottom) + 7.058823vw); border-radius: 3.5294117vw 3.5294117vw 0px 0px; transform: none; }
    .pillgram_landing05 .btn span { font-size: 7.058823vw; height: 8.088235vw; line-height: 9.4117647vw; }
    .pillgram_landing05 .btn i { width: 3.529411vw; height: 8.088235vw; margin-left: 1.1764705vw; }
}

@media (max-width:360px) {
    .pillgram_landing05 .btn { width: 360px; padding-top: 20px; padding-bottom: 24px; padding-bottom: calc(constant(safe-area-inset-bottom) + 24px); padding-bottom: calc(env(safe-area-inset-bottom) + 24px); border-radius: 24px 24px 0px 0px; left: 0; }
    .pillgram_landing05 .btn span { font-size: 25px; height: 29px; line-height: 36px; }
    .pillgram_landing05 .btn i { width: 12px; height: 20px; margin-left: 4px; }
}

.pillgram_landing06 { margin: 0 auto; position: relative; width: 100%; max-width: 680px; }
.pillgram_landing06 img { image-rendering:-webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }
.pillgram_landing06 .btn { width: 100%; padding-top: 36px; padding-bottom: 48px; padding-bottom: calc(constant(safe-area-inset-bottom) + 48px); padding-bottom: calc(env(safe-area-inset-bottom) + 48px); background: #F74F58; border-radius: 24px 24px 0px 0px; position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); max-width: 680px; display: flex; justify-content: center; align-items: center; }
.pillgram_landing06 .btn span { font-family: 'Gmarket Sans'; font-weight: 700; font-size: 48px; display: inline-block; height: 55px; line-height: 64px; color: #ffffff; }
.pillgram_landing06 .btn i { display: inline-block; width: 24px; height: 55px; background-image: url(../image/pillgram_landing06/btn_arrow.svg ); background-repeat: no-repeat; background-position: center center; margin-left: 8px; background-size: 100%; }

@media (max-width:680px) {
    .pillgram_landing06 .btn { width: 100%; left: 0; padding-top: 5.2941176vw; padding-bottom: 7.058823vw; padding-bottom: calc(constant(safe-area-inset-bottom) + 7.058823vw); padding-bottom: calc(env(safe-area-inset-bottom) + 7.058823vw); background: #F74F58; border-radius: 3.5294117vw 3.5294117vw 0px 0px; transform: none; }
    .pillgram_landing06 .btn span { font-size: 7.058823vw; height: 8.088235vw; line-height: 9.4117647vw; }
    .pillgram_landing06 .btn i { width: 3.529411vw; height: 8.088235vw; margin-left: 1.1764705vw; }
}

@media (max-width:360px) {
    .pillgram_landing06 .btn { width: 360px; padding-top: 20px; padding-bottom: 24px; padding-bottom: calc(constant(safe-area-inset-bottom) + 24px); padding-bottom: calc(env(safe-area-inset-bottom) + 24px); background: #F74F58; border-radius: 24px 24px 0px 0px; left: 0; }
    .pillgram_landing06 .btn span { font-size: 25px; height: 29px; line-height: 36px; }
    .pillgram_landing06 .btn i { width: 12px; height: 20px; margin-left: 4px; }
}


/* MYFC 랜딩 */
.myfc_landing01 { max-width: 680px; width: 100%; margin: 0 auto; position: relative; }
.myfc_landing01 img { width: 100%; image-rendering:-webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }

.myfc_landing01 .btn { display: block; width: calc(100% - 80px); max-width: 600px; position: fixed; bottom: 40px; bottom: calc(constant(safe-area-inset-bottom) + 40px); bottom: calc(env(safe-area-inset-bottom) + 40px); left: 50%; transform: translateX(-50%); height: 80px; line-height: 80px; background-color: #373536; border-radius: 24px; font-weight: 800; font-size: 30px; color: #ffffff; }
.myfc_landing01 .btn span { padding-right: 36px; display: inline-block; background-image: url(../image/icon_arrow_double03.svg); background-repeat: no-repeat; background-position: right center; background-size: 36px; }


@media (max-width:680px) {
    .myfc_landing01 .btn { width: calc(100% - 11.764705vw); bottom: 5.882352vw; bottom: calc(constant(safe-area-inset-bottom) + 5.882352vw); bottom: calc(env(safe-area-inset-bottom) + 5.882352vw); height: 15.44117vw; line-height: 15.44117vw; border-radius: 3.823529vw; font-size: 4.4117647vw; }
    .myfc_landing01 .btn span { padding-right: 5.29411vw; background-size: 5.29411vw; }
}

@media (max-width:360px) {
    .myfc_landing01 .btn { width: calc(100% - 40px); bottom:8px; bottom: calc(constant(safe-area-inset-bottom) + 8px); bottom: calc(env(safe-area-inset-bottom) + 8px); height: 56px; line-height: 56px; border-radius: 14px; font-size: 16px; }
    .myfc_landing01 .btn span { padding-right: 18px; background-size: 18px; }
}



/* DA 유입 랜딩 */
.da_landing_wrap { width: 100%; max-width: 768px; margin: 0 auto; background-color: #f3f5f6; }
.da_landing_wrap .landing_bg_area { position: relative; }
.da_landing_wrap .img_wrap { position: relative; overflow: hidden; }
.da_landing_wrap .video_section { height: 640px; overflow: hidden; position: relative; margin-top: 68px; }
.da_landing_wrap .video_section::after { position: absolute; left: 0; top: 0; content: ""; display: inline-block; width: 100%; height: 285px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.69) 0%, rgba(0, 0, 0, 0) 66.67%); }
.da_landing_wrap .video_section video { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.da_landing_wrap .video_section .section_title { font-weight: 700; font-size: 64px; line-height: 85px; color: #ffffff; position: absolute; top: 28px; left: 24px; z-index: 1; }
.da_landing_wrap .btn { background-color: #8a52dc; border-radius: 12px; width: calc(100% - 48px); height: 80px; line-height: 80px; display: inline-block; font-weight: 700; font-size: 20px; color: #ffffff; position: absolute; z-index: 1; left: 24px; }
/*.da_landing_wrap .landing_bg_area:nth-of-type(1) .btn { bottom: 0; }
.da_landing_wrap .landing_bg_area:nth-of-type(2) .btn { bottom: -24px; }
.da_landing_wrap .landing_bg_area:nth-of-type(3) .btn { bottom: 180px; }*/
.da_landing_wrap .landing_bg_area:nth-of-type(3) { overflow: hidden; }

.da_landing_wrap .landing_bg_area .landing_title { position: absolute; left: 50%; transform: translateX(-50%); top: 70px; font-weight: 800; font-size: 64px; line-height: 73px; color: #333333; text-align: center; white-space: nowrap; }
.da_landing_wrap .landing_bg_area .landing_title em { color: #8a52dc; }
.da_landing_wrap .landing_bg_area:nth-of-type(1) { margin-top: 68px; }
.da_landing_wrap .landing_bg_area:nth-of-type(1) { margin-bottom: -80px; overflow: hidden; }
.da_landing_wrap .landing_bg_area:nth-of-type(2) { margin-bottom: -80px; overflow: hidden; }
.da_landing_wrap .landing_bg_area:nth-of-type(3) { margin-bottom: -80px; overflow: hidden; }

.landing_pb_area .fix_btn,
.landing_bg_area .fix_btn { position: fixed; bottom: calc(env(safe-area-inset-bottom) + 24px); max-width: 720px; left: 50%; transform: translateX(-50%); z-index: 22; }

.da_landing_wrap .review_area { width: 100%; }
.da_landing_wrap .section_sub_text { padding-top: 32px; font-weight: 300; font-size: 16px; line-height: 19px;  color: #ffffff; text-align: center; }

.da_landing_wrap .review_area { width: calc(100% - 80px); height: 300px; overflow: visible; position: absolute; left: 50%; transform: translateX(-50%); top: 800px; }
.da_landing_wrap .review_area .reivew_wrap { display: block; height: 300px; position: absolute; overflow: visible; /*animation: marquee 100s linear infinite; width: 6944px;*/ width: 100%; }
.da_landing_wrap .review_area .box { width: 332px; padding: 36px 24px 28px; background-color: #ffffff; border-radius: 8px; text-align: center; position: relative; margin: 0; } 
.da_landing_wrap .review_area .box .title { font-weight: 700; font-size: 26px; line-height: 31px; color: #8a52dc; }
.da_landing_wrap .review_area .box .point_area { margin-top: 4px; display: flex; justify-content: center; align-items: center;  }
.da_landing_wrap .review_area .box .point_area .point_text { display: inline-block; margin-left: 8px; font-weight: 500; font-size: 12px; line-height: 15px; color: #888888; }
.da_landing_wrap .review_area .box .review_text_area { margin-top: 24px; font-weight: 400; font-size: 17px; line-height: 22px; }
.da_landing_wrap .review_area .box .review_text_area em { font-weight: 700; font-size: 17px; line-height: 22px; }
.da_landing_wrap .review_area .box .sub_text { font-weight: 400; font-size: 16px; line-height: 26px; position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); }

.da_landing_wrap .landing_bg_area .pc { display: block; }
.da_landing_wrap .landing_bg_area .mo { display: none; }

.login_section .section_wrap.guide_area { padding-top: 140px; }
.login_section .section_wrap.guide_area .title { font-weight: 700; font-size: 24px; line-height: 32px; }
.login_section .section_wrap.guide_area .title em { color: #8a52dc; }

.login_section .section_wrap.guide_area .img_area { margin: 24px auto 0; text-align: center; }
.login_section .section_wrap.guide_area .img_area img { width: 180px; }

.login_section .section_wrap.guide_area .bot_btn_area { top: 597px; }
.login_section .bot_btn_area .btn_tooltip { position: absolute; display: inline-block; top: -44px; left: 50%; transform: translateX(-50%); padding: 0 20px; height: 40px; line-height: 40px; background: rgba(34, 34, 34, 0.7); border-radius: 12px; font-weight: 700; font-size: 14px; color: #ffffff; white-space: nowrap; }
.login_section .bot_btn_area .btn_tooltip::after { content: ""; width: 20px; height: 12px; left: 50%; transform: translateX(-50%); display: inline-block; position: absolute; bottom: -12px; background-image: url(../image/icon_tail_grey02.svg);}
.login_section .bot_btn_area .btn_tooltip em { color: #C69EFF; }

.da_landing_wrap { background-color: #f4f4f4; }
.landing_pb_area { padding-top: 0px; color: #333333; }
.landing_pb_area .contents_wrap { padding: 50px; width: auto; min-height: inherit; overflow: hidden; }
.landing_pb_area .contents_wrap + .contents_wrap { border-top: 10px solid #e1e3e4; }
.landing_pb_area .landing_title { font-weight: 800; font-size: 64px; line-height: 73px; text-align: center; }
.landing_pb_area .landing_title em { color: #8a52dc; }

.landing_pb_area .landing_title_sub_text { margin-top: 8px; text-align: center; font-weight: 500; font-size: 32px; line-height: 47px; color: #242424; }

.landing_pb_area .contents_wrap.contents01 .contents_list_wrap { margin-top: 88px; }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li { background-color: #ffffff; border-radius: 54px; justify-content: space-between; padding: 26px 168px 26px 52px; position: relative; }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li:nth-of-type(2) { padding: 26px 52px 26px 192px; }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li + li { margin-top: 38px; }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li p.text { font-weight: 500; font-size: 34px; line-height: 47px; }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li i { display: inline-block; width: 155px; height: 166px; background-repeat: no-repeat; background-position: center; position: absolute; top: -36px; right: 12px; background-size: contain; }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li:nth-child(1) i { background-image: url(../image/DA_landing/icon_face01.png); }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li:nth-child(2) i { background-image: url(../image/DA_landing/icon_face02.png); }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li:nth-child(2) i { top: -36px; right: inherit; left: 12px; }
.landing_pb_area .contents_wrap.contents01 .contents_list_wrap li:nth-child(3) i { background-image: url(../image/DA_landing/icon_face03.png); }

.landing_pb_area .contents_wrap.contents02 .title_sub_contents { margin-top: 26px; display: flex; justify-content: center; flex-direction: column; align-content: center; }
.landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap { text-align: center; }
.landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap .label { display: inline-block; padding: 0 18px; border: 2px solid #242424; border-radius: 42px; height: 60px; line-height: 58px; font-weight: 500; font-size: 32px; color: #242424; }
.landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap + .inner_wrap { margin-top: 8px; }
.landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap .point { font-weight: 700; font-size: 120px; line-height: 140px; color: #f04086; }
.landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap .sub_text {font-weight: 500; font-size: 28px; line-height: 43px; display: block; }
.landing_pb_area .contents_wrap.contents02 .img_list_wrap { margin-top: 52px; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap { margin-top: 52px; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box { background-color: #ffffff; border-radius: 21px; padding: 26px 34px; display: flex; flex-direction: column; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .box_title { font-weight: 700; font-size: 34px; line-height: 47px;  color: #222325; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .user_info_area { display: flex; align-items: center; margin-top: 8px; } 
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .user_info_area i { display: inline-block; width: 38px; height: 38px; background-repeat: no-repeat; background-position: center; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box:nth-of-type(1) .user_info_area i { background-image: url(../image/DA_landing/icon_user_gr.svg); }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box:nth-of-type(2) .user_info_area i { background-image: url(../image/DA_landing/icon_user_ye.svg); }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box:nth-of-type(3) .user_info_area i { background-image: url(../image/DA_landing/icon_user_pi.svg); }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box:nth-of-type(4) .user_info_area i { background-image: url(../image/DA_landing/icon_user_bl.svg); }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .user_info_area .text { margin-left: 8px; font-weight: 500; font-size: 21px; line-height: 26px; color: #ced0de; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .inner_text { margin-top: 8px; font-weight: 300; font-size: 28px; line-height: 36px; color: #222325; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .inner_text em { font-weight: 500; box-shadow: inset 0 -12px 0px #FFFDC7; }
.landing_pb_area .contents_wrap.contents02 .text_list_wrap .box + .box { margin-top: 25px; }

.landing_pb_area .contents_wrap.contents03 .img_sub_text { font-weight: 500; font-size: 17px; line-height: 43px; color: #969696; text-align: right; }

.landing_pb_area .contents_wrap.contents04 .img_box { text-align: center; }
.landing_pb_area .contents_wrap.contents04 .img_box .contents_img { margin-top: 52px; height: 364px; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap { margin-top: -2px; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .box { background-color: #ffffff; border-radius: 21px; padding: 26px 43px; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .box + .box { margin-top: 26px; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .box .title_label { height: 72px; padding: 0 20px; line-height: 80px; border-radius: 106px; font-family: "Gmarket Sans"; font-weight: 500; font-size: 42px; color: #222325; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .box .title_label b { font-weight: 700; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .box:nth-of-type(1) .title_label {  background-color: #fff3b4; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .box:nth-of-type(2) .title_label { background-color: #b8e7c5; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text { display: flex; justify-content: center; align-items: center; margin-top: 17px; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text i { width: 40px; height: 40px; display: inline-block; background-image: url(../image/DA_landing/icon_warning01.png); background-repeat: no-repeat; background-position: center; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text .text { font-weight: 500; font-size: 32px; line-height: 32px; color: #222325; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text .state { font-weight: 700; font-size: 32px; line-height: 32px; color: #d80000; margin-left: 6px; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .inner_text { margin-top: 16px; font-weight: 400; font-size: 26px; line-height: 30px; color: #222325; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .img_wrap { margin-top: 16px; text-align: center; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .img_wrap img { height: 46px; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .label_wrap { margin-top: 8px; display: flex; justify-content: center; align-items: center; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .label_wrap .label { display: inline-block; padding: 0 12px;  background-color: #d0f7ff; border-radius: 106px; height: 43px; line-height: 43px; font-weight: 600; font-size: 28px; color: #1077ab; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .label_wrap .label + .label { margin-left: 4px; }
.landing_pb_area .contents_wrap.contents04 .box_list_wrap .hashtag_text { margin-top: 16px; font-weight: 400; font-size: 28px; line-height: 30px; color: #ced0de; }

.landing_pb_area .contents_wrap.contents05 .img_wrap  { text-align: center; margin-top: 52px; }
.landing_pb_area .contents_wrap.contents06 .contents_list_wrap { margin-top: 52px; }
.landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box { background-color: #ffffff; border-radius: 54px; padding: 50px 51px 26px; }
.landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box + .box { margin-top: 34px;  }
.landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box .title_area { display: flex; justify-content: space-between; align-items: center; } 
.landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box .title_area .title { font-weight: 700; font-size: 52px; line-height: 61px; color: #242424; }
.landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box .title_area .title em { color: #8a52dc; }
.landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box .inner_text { margin-top: 26px; font-weight: 500; font-size: 28px; line-height: 43px; word-break: keep-all; } 


.landing_pb_area .contents_wrap.contents07 { padding: 50px 0; }
.landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap .label_wrap { text-align: center; }
.landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap .label_wrap .label { display: inline-block; padding: 0 18px; border: 2px solid #242424; border-radius: 42px; height: 60px; line-height: 58px; font-weight: 500; font-size: 32px; color: #242424; }
.landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap .point { margin-top: 8px; font-weight: 700; font-size: 120px; line-height: 137px; color: #783ecc; }
.landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap .text { margin-top: 8px; font-weight: 500; font-size: 32px; line-height: 43px; color: #242424; }
.landing_pb_area .contents_wrap.contents07 .review_img_wrap { margin-top: 52px; }
.landing_pb_area .contents_wrap.contents07 .review_area { position: relative; top: 0; margin-top: -168px; overflow: hidden; width: 100%; }
.landing_pb_area .contents_wrap.contents07 .review_area .review_wrap { top: 0; }

.landing_pb_area .contents_wrap.contents08 .label_wrap { text-align: center; margin-bottom: 8px; }
.landing_pb_area .contents_wrap.contents08 .label_wrap .label { display: inline-block; padding: 0 18px; border: 2px solid #242424; border-radius: 42px; height: 60px; line-height: 58px; font-weight: 500; font-size: 32px; color: #242424; }
.landing_pb_area .contents_wrap.contents08 .img_wrap { margin-top: 102px; text-align: center;  }

.landing_pb_area .contents_wrap.contents09-1 { padding-bottom: 0; background-color: #ffffff; } 
.landing_pb_area .contents_wrap.contents09-2 { padding-bottom: 0; } 

.landing_pb_area .contents_wrap.contents09-1 .landing_title,
.landing_pb_area .contents_wrap.contents09-2 .landing_title { white-space: nowrap; margin-bottom: 20px; }
.landing_pb_area .contents_wrap.contents09-1 { position: relative; width: 100%; }
.landing_pb_area .contents_wrap.contents09-1 .video_wrap { position: relative; width: calc(100% + 100px); z-index: 10; margin-left: -50px; overflow: hidden; }
.landing_pb_area .contents_wrap.contents09-1 .video_wrap video { margin-top: -50px; }

.landing_pb_area .contents_wrap.contents09-2 { position: relative; width: 100%; }
.landing_pb_area .contents_wrap.contents09-2 .video_wrap { position: relative; width: calc(100% + 100px); margin-left: -50px; overflow: hidden; }
.landing_pb_area .contents_wrap.contents09-2 .video_wrap video { margin-top: -450px; }

.landing_pb_area .inner_btn_wrap { position: static;  }
.landing_pb_area .inner_btn_wrap .btn { position: static; width:100%; }

.landing_pb_area .contents_wrap.contents06 .inner_btn_wrap { margin-top: 52px; }
.landing_pb_area .contents_wrap.contents08 .inner_btn_wrap { margin-top: -82px; z-index: 10; position: relative; }


/* DA landing v2.0 */
#wrap.landing_bg01 { background-color: #f1f2f6; height: auto; }
#wrap.landing_bg01 .da_landing_wrap02 { width: 100%; max-width: 480px; background-color: #ffffff; box-shadow: 0px 4px 12px rgba(200, 203, 222, 0.89);  margin: 0 auto; }

.da_landing_wrap02 .landing_header { background-color: #ffffff; box-shadow: 0px 4px 17px rgba(161, 167, 199, 0.25); display: flex; align-items: center; justify-content: space-between; padding: 14px 14px 13px 16px; }
.da_landing_wrap02 .landing_header .label { height: 23px; width: 46px; min-width: 46px; line-height: 23px; background-color: #d02f27; border-radius: 23px; font-weight: 700; font-size: 11px; color: #ffffff; text-align: center; }
.da_landing_wrap02 .landing_header .main_text { margin: 0 8px; font-weight: 400; font-size: 14px; line-height: 17px; flex-grow: 1; }
.da_landing_wrap02 .landing_header .link { font-weight: 700; font-size: 14px; line-height: 17px; color: #8b4ff6; min-width: 77px; white-space: nowrap; }

.da_landing_wrap02 .contents01 { padding: 55px 16px 80px; text-align: center; }
.da_landing_wrap02 .contents01 .contents_title { margin-top: 28px; font-weight: 700; font-size: 32px; line-height: 120%; }
.da_landing_wrap02 .contents01 .sub_text { margin-top: 28px; font-weight: 500; font-size: 15px; line-height: 18px; }
.da_landing_wrap02 .contents01 .scroll_icon { margin-top: 80px; display: inline-block; width: 18px; height: 18px; background-image: url(../image/landing/da_v2.0/scroll_arrow.svg); background-repeat: no-repeat; -webkit-animation: bounce-effect-m 2.5s infinite; animation: scroll-effect 2.5s infinite; }

@-webkit-keyframes scroll-effect {
    0% {
        transform: translateY(0%);
    }
    40% {
        transform: translateY(-100%);
    }
    55% {
        transform: translateY(0%);
    }
    65% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-30%);
    }
    90% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(0%);
    }
}
@keyframes scroll-effect {
    0% {
        transform: translateY(0%);
    }
    40% {
        transform: translateY(-100%);
    }
    55% {
        transform: translateY(0%);
    }
    65% {
        transform: translateY(-30%);
    }
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-30%);
    }
    90% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(0%);
    }
}

.da_landing_wrap02 .contents02 { padding: 0 16px 56px; text-align: center; }
.da_landing_wrap02 .contents02 .title_top_text { font-weight: 500; font-size: 15px; line-height: 18px; color: rgba(34, 34, 34, 0.48); }
.da_landing_wrap02 .contents02 .contents_title { margin-top: 4px; font-weight: 700; font-size: 24px; line-height: 29px; }
.da_landing_wrap02 .contents02 .nuts_img_area { margin-top: 20px; display: flex; align-items: center; justify-content: center; }
.da_landing_wrap02 .contents02 .nuts_img_area .box + .box { margin-left: 6px; }
.da_landing_wrap02 .contents02 .nuts_img_area .box { display: flex; justify-content: center; align-items: center; flex-direction: column; }
.da_landing_wrap02 .contents02 .nuts_img_area .box img { margin: 0 auto 4px; }
.da_landing_wrap02 .contents02 .nuts_img_area .box .label { display: inline-block; height: 20px; line-height: 20px; padding: 0 6px; background-color: #d0f7ff; border-radius: 50px; font-weight: 600; font-size: 13px; text-align: center; color: #1077ab }
.da_landing_wrap02 .contents02 .hashtag_text { margin-top: 8px; font-weight: 400; font-size: 14px; line-height: 14px; color: rgba(34, 34, 34, 0.7); }

.da_landing_wrap02 .contents03 { background-color: #f1f2f6; padding: 26px 16px 22px; text-align: center; }
.da_landing_wrap02 .contents03 .title_top_text { font-weight: 500; font-size: 15px; line-height: 18px; color: rgba(34, 34, 34, 0.48); }
.da_landing_wrap02 .contents03 .contents_title { margin-top: 4px; font-weight: 700; font-size: 24px; line-height: 29px; }
.da_landing_wrap02 .contents03 .contents_title span { font-size: 20px; line-height: 24px; display: block; }
.da_landing_wrap02 .contents03 .icon { margin: 20px auto 20px; display: block; width: 77px; height: 77px; background-image: url(../image/landing/da_v2.0/icon_woman.png); background-repeat: no-repeat; background-position: center; }
.da_landing_wrap02 .contents03 .box_text_contents { display: flex; flex-direction: column; }
.da_landing_wrap02 .contents03 .box_text_contents .box { padding: 20px; background-color: #ffffff; border-radius: 10px; text-align: left; }
.da_landing_wrap02 .contents03 .box_text_contents .box + .box { margin-top: 5px; }
.da_landing_wrap02 .contents03 .box_text_contents .box .box_title { padding-left: 16px; font-weight: 700; font-size: 15px; line-height: 16px; background-image: url(../image/landing/da_v2.0/icon_text01.png); background-repeat: no-repeat; background-position: left center; }
.da_landing_wrap02 .contents03 .box_text_contents .box .box_text { margin-top: 4px; font-weight: 500; font-size: 15px; line-height: 18px; color: #222325; }

.da_landing_wrap02 .contents04 { padding: 55px 16px 118px; text-align: center; }
.da_landing_wrap02 .contents04 .contents_title { font-weight: 700; font-size: 24px; line-height: 29px; }
.da_landing_wrap02 .contents04 .icon_box { margin-top: 20px; }
.da_landing_wrap02 .contents04 .icon_box img + img { margin-left: 5px; }
.da_landing_wrap02 .contents04 .box_text_contents { display: flex; flex-direction: column; margin-top: 30px; }
.da_landing_wrap02 .contents04 .box_text_contents .box { padding: 10px 30px; background-color: #f1f2f6; border-radius: 10px; }
.da_landing_wrap02 .contents04 .box_text_contents .box + .box { margin-top: 5px; }
.da_landing_wrap02 .contents04 .box_text_contents .box .main_text { font-weight: 300; font-size: 14px; line-height: 17px; }
.da_landing_wrap02 .contents04 .box_text_contents .box .main_text b { font-weight: 700; }
.da_landing_wrap02 .contents04 .box_text_contents .box .user_info { margin-top: 4px; display: block; font-weight: 400; font-size: 13px; line-height: 16px; color: #ced0de }
.da_landing_wrap02 .contents04 .bot_contents_text { margin-top: 20px; font-weight: 400; font-size: 15px; line-height: 18px; color: #333333; }
.da_landing_wrap02 .contents04 .bot_contents_text em { font-weight: 700; color: #8b4ff6; }

.da_landing_wrap02 .main_btn_area { padding: 38px 16px 24px; padding-bottom: 24px; padding-bottom: calc(constant(safe-area-inset-bottom) + 24px); padding-bottom: calc(env(safe-area-inset-bottom) + 24px); position: fixed; bottom: 0; width: 100%; max-width: 480px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%) } 
.da_landing_wrap02 .main_btn_area .btn { display: inline-block; width: 100%; height: 56px; line-height: 56px; background-color: #8b4ff6; border-radius: 29px; font-weight: 700; font-size: 18px; color: #ffffff; }


@media (max-width:768px) {
    .da_landing_wrap .landing_bg_area .landing_title { top: 9.1145833vw; font-size: 8.333333vw; line-height: 9.505208vw; }
    .landing_bg_area:nth-of-type(3) .btn { bottom: 20.4375vw; }
    .da_landing_wrap .review_area { top: 96vw; }
    .da_landing_wrap .btn { height: 64px; line-height: 64px; font-size: 18px; }
    .da_landing_wrap .video_section .section_title { font-size: 8.33333vw; line-height: 11.067vw; }
    .da_landing_wrap .video_section { height: 83.3333vw; min-height: 440px; }
    .da_landing_wrap .landing_bg_area:nth-of-type(1) { margin-bottom: -10.41666vw; }
    .da_landing_wrap .landing_bg_area:nth-of-type(2) { margin-bottom: -10.41666vw; }
    .da_landing_wrap .landing_bg_area:nth-of-type(3) { margin-bottom: -10.41666vw; }
    .da_landing_wrap .landing_bg_area .pc { display: none; }
    .da_landing_wrap .landing_bg_area .mo { display: block; }
    
    .landing_pb_area .contents_wrap { padding: 6.51041vw 24px; min-height: inherit !important; }
    .landing_pb_area .contents_wrap.contents07 { padding: 6.51041vw 0; }
    .landing_pb_area .landing_title { font-size: 8vw; line-height: 9.5052vw; white-space: nowrap; }
    .landing_pb_area .contents_wrap.contents01 .contents_list_wrap li p.text { font-size: 4.42708vw; line-height: 6.11979vw; border-radius: 6.7708vw; }
    .landing_pb_area .contents_wrap.contents01 .contents_list_wrap { margin-top: 11.45833vw; }
    .landing_pb_area .contents_wrap.contents01 .contents_list_wrap li { padding: 3.38541vw 19.5vw 3.38541vw 6.7708vw; }
    .landing_pb_area .contents_wrap.contents01 .contents_list_wrap li:nth-of-type(2) { padding: 3.38541vw 6.7708vw 3.38541vw 24vw; }
    .landing_pb_area .contents_wrap.contents01 .contents_list_wrap li i { width: 20.1744vw; height: 21.6145vw; right: 1.2625vw; top: -4.6875vw; }
    .landing_pb_area .contents_wrap.contents01 .contents_list_wrap li:nth-of-type(2) i { left: 1.2625vw; top: -4.6875vw; }
    .landing_pb_area .contents_wrap + .contents_wrap { border-top: 6px solid #e1e3e4; }
    .landing_pb_area .contents_wrap.contents01 .contents_list_wrap li + li { margin-top: 4.9479vw; }
    
    .landing_pb_area .contents_wrap.contents02 .title_sub_contents { margin-top: 2.34375vw; }
    .landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap + .inner_wrap { margin-top: 1.04166vw; }
    .landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap .label,
    .landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap .label_wrap .label,
    .landing_pb_area .contents_wrap.contents08 .label_wrap .label { padding: 0 2.34375vw; border-radius: 5.46875vw; height: 7.8125vw; line-height: 7.55208vw; font-size: 4.16666vw; }
    .landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap .point { font-size: 15.625vw; line-height: 18.22916vw; }
    .landing_pb_area .contents_wrap.contents02 .title_sub_contents .inner_wrap .sub_text { font-size: 3.64583vw; line-height: 5.59895833vw; }
    .landing_pb_area .contents_wrap.contents02 .img_list_wrap { margin-top: 6.7708333vw; }
    .landing_pb_area .contents_wrap.contents02 .text_list_wrap { margin-top: 6.7708333vw; }
    .landing_pb_area .contents_wrap.contents02 .text_list_wrap .box { border-radius: 2.734375vw; padding: 3.38541vw 4.42708vw; }
    .landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .box_title { font-size: 4.42708vw; line-height: 6.11979vw; }
    .landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .user_info_area { margin-top: 1.04166vw; }
    .landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .user_info_area i { width: 4.9479vw; height: 4.9479vw; background-size: contain; }
    .landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .user_info_area .text { font-size: 2.734375vw; line-height: 3.38541vw; margin-left: 1.04166vw; }
    .landing_pb_area .contents_wrap.contents02 .text_list_wrap .box .inner_text { margin-top:  1.04166vw; font-size: 3.64583vw; line-height: 4.6875vw; }
    
    .landing_pb_area .landing_title_sub_text { margin-top: 1.04166vw; font-size: 4.16666vw; line-height: 6.11979vw }
    .landing_pb_area .contents_wrap.contents03 .img_sub_text { font-size: 2.2135416vw;line-height: 5.59895833vw; }
    .landing_pb_area .contents_wrap.contents04 .img_box .contents_img { margin-top: 6.7708333vw; height: 47.395833vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .box { padding: 3.38541vw 5.59895833vw; border-radius: 2.734375vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .box .title_label { height: 9.375vw; line-height: 10.4166666vw; padding: 0 2.60416vw; border-radius: 13.802vw; font-size: 5.46875vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text { margin-top: 2.2135416vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text i { width: 5.208333vw; height: 5.208333vw; background-size: contain;  }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text .text { font-size: 4.16666vw; line-height: 4.16666vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .info_text .state { font-size: 4.16666vw; line-height: 4.16666vw; margin-left: 0.78125vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .inner_text { margin-top: 2.083333vw; font-size: 3.38541vw; line-height: 3.90625vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .img_wrap { margin-top: 2.083333vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .img_wrap img { height: 5.989583vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .label_wrap { margin-top: 1.04166vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .label_wrap .label { padding: 0 1.2625vw; border-radius: 13.80208vw; height: 5.59895833vw; line-height: 5.59895833vw; font-size: 3.64583vw; }
    .landing_pb_area .contents_wrap.contents04 .box_list_wrap .hashtag_text { margin-top: 2.083333vw; font-size: 3.64583vw; line-height: 3.90625vw; }
    .landing_pb_area .contents_wrap.contents05 .img_wrap { margin-top: 6.7708333vw; }
    .landing_pb_area .contents_wrap.contents06 .contents_list_wrap { margin-top: 6.7708vw; }
    .landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box { border-radius: 7.03125vw; padding: 6.51041vw 6.51041vw 3.38541vw; }
    .landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box .title_area .title { font-size: 6.7708333vw; line-height: 7.942708vw; }
    .landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box .title_area img { width: 40%; }
    .landing_pb_area .contents_wrap.contents06 .contents_list_wrap .box .inner_text { margin-top: 3.38541vw; font-size: 3.64583vw; line-height: 5.59895833vw; }
    
    .landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap .point { margin-top: 1.04166vw; font-size: 15.625vw; line-height: 17.838541vw; }
    .landing_pb_area .contents_wrap.contents07 .reivew_top_contents_wrap .text { margin-top: 1.04166vw; font-size: 4.16666vw; line-height: 5.59895833vw; }
    .landing_pb_area .contents_wrap.contents07 .review_img_wrap { margin-top: 6.7708333vw; }
    .landing_pb_area .contents_wrap.contents07 .review_area { margin-top: -21.875vw; }
    
    .landing_pb_area .contents_wrap.contents06 .inner_btn_wrap { margin-top: 6.7708333vw; }
    .landing_pb_area .contents_wrap.contents08 .label_wrap { margin-bottom: 1.04166vw; }
    .landing_pb_area .contents_wrap.contents08 .img_wrap { margin-top: 13.28125vw; }
    .landing_pb_area .contents_wrap.contents08 .inner_btn_wrap { margin-top: -10.677083vw; }

    .landing_pb_area .contents_wrap.contents09-1 .landing_title, 
    .landing_pb_area .contents_wrap.contents09-2 .landing_title { margin-bottom: 2.6041666vw; }
    .landing_pb_area .contents_wrap.contents09-1 .landing_title { font-size: 9.5vw; line-height: 10.5vw;; }

    .landing_pb_area .contents_wrap.contents09-1 .video_wrap,
    .landing_pb_area .contents_wrap.contents09-2 .video_wrap { margin-left: -6.510416666vw; }
    .landing_pb_area .contents_wrap.contents09-1 .video_wrap video { margin-top: -6.510416666vw; }
    .landing_pb_area .contents_wrap.contents09-2 .video_wrap video { margin-top: -58.59375vw; }
}
@media (max-width:360px) {
    .da_landing_wrap .landing_bg_area .landing_title { top: 30px; font-size: 30px; line-height: 34px; }
    .landing_bg_area:nth-of-type(3) .btn { bottom: 80px ; }
    .da_landing_wrap .review_area { top: 314px; }
    .da_landing_wrap .video_section .section_title { font-size: 30px; line-height: 40px; }
    .da_landing_wrap .landing_bg_area:nth-of-type(1) { margin-bottom: -64px; }
    .da_landing_wrap .landing_bg_area:nth-of-type(2) { margin-bottom: -64px; }
    .da_landing_wrap .landing_bg_area:nth-of-type(3) { margin-bottom: -64px; }
}



/* 랜딩 type01 */
.lending { width: auto; position: relative; }
.lending.bg_color01 { background-color: #8adeff; position: relative; }
.lending.bg_color01 img { background-color: #8adeff; }

.lending.type01 > div { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; }
.lending.type01 img { display: block; position: static; max-width: 800px; margin: 0 auto; }

.lending .btn.lending_type01 { display: block; position: static; margin: 0 auto; font-family: "Gmarket Sans"; width: 440px; height: 112px; line-height: 122px; background-color: #005ca7; border-radius: 300px; font-weight: bold; font-size: 46px; color: #ffffff; white-space: nowrap; }


.lending.type02 > div { position: relative; }
.lending.type02 img { background-color: #005ca7; padding-bottom: 80px; }
.lending.type02 img { position: relative; left: 50%; top: 0; transform: translate(-50%,0); width: 1200px; } 
.lending .btn.lending_type02 { display: inline-block; position: absolute; left: 50%; bottom: 64px; transform: translateX(-50%); font-family: "Gmarket Sans"; width: 440px; height: 112px; line-height: 122px; background-color: #8a52dc; border-radius: 300px; font-weight: bold; font-size: 46px; color: #ffffff; white-space: nowrap; }

.lending.type03 { position: relative; max-width: 1000px; margin: 0 auto; }
.lending.type03 .btn { display: inline-block; position: fixed; left: 50%; bottom: 30px; transform: translateX(-50%); font-family: "Gmarket Sans"; width: calc(1000px - 180px); max-width: 1000px; height: 112px; line-height: 122px; background-color: #8a52dc; border-radius: 300px; font-weight: bold; font-size: 46px; color: #ffffff; white-space: nowrap; }

/* 이지웰 랜딩 */
.ez_landing ul { width: 100%; max-width: 680px; margin: 0 auto; }
.ez_landing li { position: relative; }
.ez_landing .btn { position: absolute; font-family: 'Gmarket Sans'; font-weight: bold; }
.ez_landing li:nth-of-type(1) .btn { left: 50%; transform: translateX(-50%); top: 314px;  width: 560px; height: 110px; max-width: 560px; border-radius: 16px; box-sizing: border-box; background-image: url(../image/ez_landing/ez_btn_yellow.svg); background-repeat: no-repeat; background-position: center center; background-size: 100%; box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5); text-indent: -99999px; }
.ez_landing li:nth-of-type(2) .btn { left: 50%; transform: translateX(-50%); bottom: 124px;  width: 560px; height: 110px; max-width: 560px; border-radius: 16px; box-sizing: border-box; background-image: url(../image/ez_landing/ez_btn_yellow.svg); background-repeat: no-repeat; background-position: center center; background-size: 100%; box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5); text-indent: -99999px; }
.ez_landing li:nth-of-type(4) .btn { font-family: 'Pretendard'; left: 266px; bottom: 48px; width: 222px; max-width: 222px; height: 32px; line-height: 28px; box-sizing: border-box; background-image: url(../image/ez_landing/ez_btn_3th.svg); background-repeat: no-repeat; background-position: center center; background-size: 100%; font-weight: 700; font-size: 24px; color: #ffcd2c; text-indent: -999999px; overflow: hidden; }
.ez_landing li:nth-of-type(5) .btn { left: 50%; transform: translateX(-50%); bottom: 375px; width: 560px; max-width: 560px; height: 110px; line-height: 118px; padding-right: 48px; background-image: url(../image/ez_landing/ez_btn_blue.svg); background-repeat: no-repeat; background-position: center center; background-size: 100%; border-radius: 16px; box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.5); text-indent: -999999px; }

/* 미래에셋 랜딩페이지 */
.me_landing { height: 100vh; }
.me_landing { max-width: 800px; margin: 0 auto; position: relative; }
.me_landing img { width: 100%; image-rendering:-webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }
.me_landing img.img_png { width: 100%; z-index: 1; }
.me_landing img.img_svg { width: 100%; z-index: 2; position: absolute; left: 0; top: 0; }
.me_landing .landing_img_area { position: relative; padding-bottom: 120px; }
.me_landing .btn { position: fixed; bottom: 0px; left: 50%; transform: translateX(-50%); width: 100%; padding: 40px 0px 42px; background-color: #4B5AE0; color: #ffffff; z-index: 3; max-width: 800px; padding-bottom: 42px; padding-bottom: calc(constant(safe-area-inset-bottom) + 42px); padding-bottom: calc(env(safe-area-inset-bottom) + 42px); }
.me_landing .btn.fix { position: absolute; bottom: 0px; box-shadow: none; padding: 40px 0px 42px; }
.me_landing .btn strong { display: flex; justify-content: center; align-items: center; }
.me_landing .btn strong { font-weight: 700; font-size: 32px; display: block; height: 38px; line-height: 38px; display: flex; justify-content: center; align-items: center; }
.me_landing .btn strong i { display: inline-block; width: 70px; background-image: url(../image/icon_arrow_double.svg); background-repeat: no-repeat; background-position: center center; height: 38px; line-height: 38px; padding-left: 6px; background-size: cover;  }
.me_landing .footer { width: 100%; padding: 54px 36px 160px; background-color: #f7f7f7; }
.me_landing .footer strong { font-weight: 600; font-size: 30px; line-height: 35px; color: #444444; }
.me_landing .footer ul { font-weight: 400; font-size: 20px; line-height: 32px; color: #444444; margin-top: 20px; padding-left: 30px; list-style: disc; }
.me_landing .footer li { margin-top: 24px; }
.me_landing .footer li:first-of-type { margin-top: 0px; }


/* 우리부모님케어 랜딩페이지 */
.ubc_landing { position: relative; }
.ubc_landing .landing_img_area { margin: 0 auto; max-width: 912px; width: 100%; }
.ubc_landing img { width: 100%; image-rendering:-webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }
.ubc_landing .btn { background-color: #FF6523; box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25); border-radius: 22px; max-width: 752px; width: 752px; height: 126px; line-height: 126px; font-weight: 700; font-size: 50px; color: #ffffff; display: flex; justify-content: center; align-items: center; position: absolute; }
.ubc_landing .btn i { display: inline-block; width: 50px; height: 50px; background-image: url(../image/icon_arrow01.svg); background-repeat: no-repeat; background-position: center center; margin-left: 8px; background-size: cover; }
.ubc_landing .btn.top_btn { top: 768px; left: 50%; transform: translateX(-50%); }
.ubc_landing .btn.bot_btn { bottom: 72px; left: 50%; transform: translateX(-50%); }


@media (max-width: 912px) {
    .ubc_landing .btn { width: 82.45614vw; height: 13.815789vw; line-height: 13.815789vw; font-size: 5.48245vw; border-radius: 2.41228vw; }
    .ubc_landing .btn i { width: 5.48245vw; height: 5.48245vw; }
    .ubc_landing .btn.top_btn { top: 81.21052vw; }
    .ubc_landing .btn.bot_btn { bottom: 7.89473vw; }
}
@media (max-width: 360px) {
    .ubc_landing .btn { width: 300px; height: 50px; line-height: 50px; font-size: 20px; border-radius: 8px; }
    .ubc_landing .btn i { width: 20px; height: 20px; }
    .ubc_landing .btn.top_btn { top: 302px;; }
    .ubc_landing .btn.bot_btn { bottom: 28px; }
}



@media (max-width:800px) {
    .me_landing .landing_img_area { padding-bottom: 13.5vw; }
    .me_landing .btn { padding: 4vw 0 4.75vw; left: 0; transform: none; padding-bottom: 4.75vw; padding-bottom:  calc(constant(safe-area-inset-bottom) + 4.75vw); padding-bottom:  calc(env(safe-area-inset-bottom) + 4.75vw); }
    .me_landing .btn.fix { padding: 4vw 0 4.75vw; }
    .me_landing .btn strong { font-size: 4vw; height: 4.75vw; line-height: 4.75vw; }
    .me_landing .btn strong i { width: 8.75vw; height: 3.8vw; line-height: 3.8vw; padding-left: 0.75vw; }
    .me_landing .footer { padding: 6.75vw 4.5vw 20vw; }
    .me_landing .footer strong { font-size: 3.75vw; line-height: 120%; }
    .me_landing .footer ul { font-size: 2.8vw; line-height: 120%;  margin-top: 2.5vw;  padding-left: 3.75vw; }
    .me_landing .footer li { margin-top: 3vw; }
}

@media (max-width:480px) {
    .me_landing .landing_img_area { padding-bottom: 17.5vw; }
    .me_landing .btn { padding: 5.5vw 0 6vw; left: 0; transform: none; padding-bottom: 6vw; padding-bottom: calc(constant(safe-area-inset-bottom) + 6vw); padding-bottom:  calc(env(safe-area-inset-bottom) + 6vw); }
    .me_landing .btn.fix { padding: 5.5vw 0 6vw; }
    .me_landing .btn strong { font-size: 5vw; height: 6vw; line-height: 6vw; }
    .me_landing .footer { padding: 30px 4.5vw 20vw; }
    .me_landing .footer strong { font-size: 22px; line-height: 120%;   }
    .me_landing .footer ul { font-size: 14px; line-height: 120%;  margin-top: 24px;  padding-left: 3.75vw; }
    .me_landing .footer ul li  { margin-top: 16px; }
}


@media (max-width:360px) {
    .me_landing .btn { width: 360px; padding: 18px 0 20px; padding-bottom: 20px; padding-bottom: calc(constant(safe-area-inset-bottom) + 20px); padding-bottom: calc(env(safe-area-inset-bottom) + 20px); }
    .me_landing .btn.fix { padding: 18px 0 20px; }
    .me_landing .btn strong { font-size: 18px; height: 22px; line-height: 22px; }
    .me_landing .footer { padding: 24px 16px 70px; }
    .me_landing .footer ul { padding-left: 12px; }
}


@media (max-width:680px) {
    .ez_landing li:nth-of-type(1) .btn { top: 46.176470vw; width: 82.35294vw; font-size: 5.58823vw; height: 16.17647vw; border-radius: 2.35294vw; overflow: hidden }
    .ez_landing li:nth-of-type(2) .btn { bottom: 18.23529vw; width: 82.35294vw; font-size: 5.58823vw; height: 16.17647vw; border-radius: 2.35294vw; }
    .ez_landing li:nth-of-type(4) .btn { left: 39.11764vw;  bottom: 7.05882vw; width: 33.647058vw; height: 4.70588vw; line-height: 4.11764vw; font-size: 3.4vw; }
    .ez_landing li:nth-of-type(5) .btn { bottom: 55.14705vw; width: 82.35294vw; height: 16.17647vw; border-radius: 2.35294vw; }
}
@media (max-width:360px) {
    .ez_landing li:nth-of-type(1) .btn { top: 166px; width: 296px;  border-radius: 8px; }
    .ez_landing li:nth-of-type(2) .btn { bottom: 65px; width: 296px; font-size: 19px; height: 58px; line-height: 60px; border-radius: 8px; }
    .ez_landing li:nth-of-type(4) .btn { left: 141px;  bottom: 25px; width: 117px; height: 14px; line-height: 12px; }
    .ez_landing li:nth-of-type(5) .btn { bottom: 194px; width: 296px; font-size: 19px; height: 58px; border-radius: 8px; }
}

@media (max-width:1000px){
    .lending.type03 .btn { width: 74%; font-size: 5.5vw; height: 12vw; line-height: calc(12vw + 6px); bottom: 3vw; }
}

@media (max-width:550px){
    .lending.type02 img { width: 100%; padding-bottom: 60px; background-color: #005ca7; }
    .lending .btn.lending_type01 { width: 320px; height: 84px; bottom:24px; line-height: 88px; font-size: 34px; }
    .lending .btn.lending_type02 { width: 320px; height: 84px; bottom:24px; line-height: 88px; font-size: 34px; }
}


/* 평일팩 랜딩페이지 */
.weekday_landing { max-width: 680px; margin: 0 auto; position: relative; padding-top: 68px; }
.weekday_landing img { image-rendering:-webkit-optimize-contrast; transform: translateZ(0); backface-visibility: hidden; }
.weekday_landing .price_area { position: absolute; width: 100%; padding: 0 40px; top: 1188px; }
.weekday_landing .price_area .box { width: calc(100% - 8px); background-color: #ffffff; border: 1px solid #0a9d8b; border-radius: 22px; padding: 54px 132px 24px 132px; text-align: center; position: relative; z-index: 10; box-shadow: 8px 8px 0px 0px #8ee7d8;  }
.weekday_landing .price_area .normal_price_area .top_text { font-weight: 400; font-size: 22px; line-height: 34px; letter-spacing: -0.07em; color: #8b8b8b; display: block; padding-right: 28px; }
.weekday_landing .price_area .normal_price_area .price { margin-top: 4px; font-family: 'Gmarket Sans'; font-weight: bold; font-size: 50px; line-height: 50px; letter-spacing: -0.04em; color: rgba(0,0,0,0.3); padding: 0 57px 14px 18px; margin-left: 18px; position: relative; display: inline-block; }
.weekday_landing .price_area .normal_price_area .price::after { content: ""; width: 100%; height: 42px; position: absolute; background-image: url(../image/landing/sale_bar.svg); background-repeat: no-repeat; background-position: center; background-size: contain; left: 0; top: 20px; }
.weekday_landing .price_area .weekday_price_area { padding-top: 4px; display: flex; flex-direction: column; align-items: flex-start; }
.weekday_landing .price_area .weekday_price_area .label { display: inline-block; padding: 8px 16px; background-color: rgba(0,220,181,0.1); border-radius: 8px; font-weight: 700; font-size: 22px; letter-spacing: -0.07em; color: #0a9d8b; margin-left: 8px; }
.weekday_landing .price_area .weekday_price_area .price { display: block; margin-top: 8px; font-family: 'Gmarket Sans'; font-weight: bold; text-align: center; white-space: nowrap; width: 100%; font-size: 76px; line-height: 76px; letter-spacing: -0.04em; color: #222222; -webkit-text-stroke: 2px #ffffff; text-shadow: 2px 2px 4px rgba(0,0,0,0.25); }
.weekday_landing .price_area .weekday_price_area .bot_text { margin-top: 12px; display: block; text-align: center; width: 100%; font-weight: 500; font-size: 18px; line-height: 26px; letter-spacing: -0.07em; color: rgba(34,34,34,0.6); }
.weekday_landing .main_btn { position: sticky; bottom: 0; left: 0; max-width: 680px; width: 100%; height: auto; font-weight: 800; font-size: 32px; color: #ffffff; text-align: center; background-color: #00c3ab; display: flex; justify-content: center; align-items: center; z-index: 50; padding-top: 34px; padding-bottom: 34px; padding-bottom: calc(constant(safe-area-inset-bottom) + 34px); padding-bottom: calc(env(safe-area-inset-bottom) + 34px); }
.weekday_landing .main_btn i { display: inline-block; width: 36px; height: 24px; background-image: url(../image/landing/arrow.svg); background-repeat: no-repeat; background-position: center center; margin-left: 8px; background-size: cover; }

.weekday_landing .ani_fadedown { transform: translateY(-50%); opacity: 0; transition: transform 1s, opacity 1s; }
.weekday_landing .ani_fadedown.on { transform: translateY(0%); opacity: 1; }

@media (max-width:1024px) {
    .weekday_landing { margin-top: 68px; }
}

@media (max-width:680px) { 
    .weekday_landing .price_area { padding: 0 5.88235vw; top: 174.705882vw; }
    .weekday_landing .price_area .box { width: calc(100% - 1.176470vw); border-radius: 3.23529vw; padding: 7.94117vw 19.41176vw 3.52941vw 19.41176vw; box-shadow: 1.176470vw 1.176470vw 0px 0px #8ee7d8; }
    .weekday_landing .price_area .normal_price_area .top_text { font-size: 3.23529vw; line-height: 5vw; padding-right: 4.11764vw; }
    .weekday_landing .price_area .normal_price_area .price { margin-top: 0.588235vw; font-size: 7.35294vw; line-height: 7.35294vw; padding: 0 8.38235vw 2.05882vw 2.64705vw; margin-left: 2.64705vw; }
    .weekday_landing .price_area .normal_price_area .price::after { height: 6.17647vw; top: 2.94117vw; }
    .weekday_landing .price_area .weekday_price_area { padding-top: 0.58823vw; }
    .weekday_landing .price_area .weekday_price_area .label { padding: 1.17647vw 2.35294vw; border-radius: 1.17647vw; font-size: 3.2352vw; margin-left: 1.17647vw; }
    .weekday_landing .price_area .weekday_price_area .price { margin-top: 1.17647vw; font-size: 11.17647vw; line-height: 11.17647vw; text-shadow: 0.294117vw 0.294117vw 0.588235vw rgba(0,0,0,0.25); }
    .weekday_landing .price_area .weekday_price_area .bot_text { margin-top: 1.76470vw; font-size: 2.64705vw; line-height: 3.82352vw;  }
    .weekday_landing .main_btn { padding-top: 5vw; padding-bottom: 5vw; padding-bottom: calc(constant(safe-area-inset-bottom) + 5vw); padding-bottom: calc(env(safe-area-inset-bottom) + 5vw); font-size: 4.70588vw; }
    .weekday_landing .main_btn i { width: 5.294117vw; height: 3.529411vw; margin-left: 1.17647vw; left: 0; transform: none; }
}

@media (max-width:360px) {
    .weekday_landing .price_area { padding: 0 20px; top: 626px; }
    .weekday_landing .price_area .box { width: calc(100% - 4px); border-radius: 12px; padding: 28px 62px 13px 62px; box-shadow: 4px 4px 0px 0px #8ee7d8; }
    .weekday_landing .price_area .normal_price_area .top_text { font-size: 12px; line-height: 18px; padding-right: 7px; }
    .weekday_landing .price_area .normal_price_area .price { margin-top: 2px; font-size: 26px; line-height: 26px; padding: 0 30px 6px 7px; margin-left: 16px ; }
    .weekday_landing .price_area .normal_price_area .price::after { height: 20px; top: 13px; }
    .weekday_landing .price_area .weekday_price_area { padding-top: 4px; }
    .weekday_landing .price_area .weekday_price_area .label { padding:4px 8px; border-radius: 4px; font-size: 12px; margin-left: 0; }
    .weekday_landing .price_area .weekday_price_area .price { margin-top: 8px; font-size: 40px; line-height: 40px; text-shadow: 2px 2px 4px rgba(0,0,0,0.25); }
    .weekday_landing .price_area .weekday_price_area .bot_text { margin-top: 8px; font-size: 10px; line-height: 14px;  }
    .weekday_landing .main_btn { padding-top: 18px; padding-bottom: 18px; padding-bottom: calc(constant(safe-area-inset-bottom) + 18px); padding-bottom: calc(env(safe-area-inset-bottom) + 18px); font-size: 17px; }
    .weekday_landing .main_btn i { width: 20px; height: 12px; margin-left: 4px; left: 0; transform: none; }
}


.mypage_section.type_landing { display: block; max-width: 860px; width: 100%; margin: 0 auto; }

.mypage_section.type_landing .landing_img_area { position: relative; }
.mypage_section.type_landing .landing_img_area .btn { position: absolute; left: 50%; transform: translateX(-50%); top: 1161px; width: calc(100% - 48px); max-width: 520px; height: 96px; line-height: 96px; background-color: #8a52dc; box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.24); border-radius: 12px; font-weight: 700; font-size: 26px; color: #ffffff; }
.mypage_section.type_landing .notice_area { padding: 40px 34px; background-color: #f3f3f3; }
.mypage_section.type_landing .notice_area .area_title { font-weight: 500; font-size: 14px; line-height: 1.7; color: #888888; }
.mypage_section.type_landing .notice_area ul li { padding-left: 20px; font-weight: 400; font-size: 13px; line-height: 1.7; color: #888888; position: relative; }
.mypage_section.type_landing .notice_area ul li::before { content: ""; display: inline-block; position: absolute; left: 0; top: 0; width: 3px; height: 3px; background-color: #888888; border-radius: 50%; top: 10px; left: 8px; }

.mypage_section.type_landing .img_area { position: relative; }
.mypage_section.type_landing .img_area .btn { position: absolute; left: 50%; bottom: 148px; width: 100%; max-width: 520px; transform: translateX(-50%);  }

/* 860 -> */
@media (max-width:860px) {
    .mypage_section.type_landing .landing_img_area .btn { top: 135vw; height: 11.16279vw; line-height: 11.16279vw; font-size: 3.02325vw; }
}
@media (max-width:480px){
    .mypage_section.type_landing .notice_area { padding: 40px 34px; }
    .mypage_section.type_landing .notice_area .area_title { font-size: 14px; line-height: 1.7; }
    .mypage_section.type_landing .notice_area ul li { font-size: 13px; left: 1.7; }
    
    .mypage_section.type_landing .landing_img_area .btn { height: 56px; line-height: 56px; font-size: 16px; top: 158.33333vw; }
}

.landing_wrap .bot_btn_area { position: fixed; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 480px; }
.landing_wrap .bot_btn_area { background: transparent; text-align: center; }
.landing_wrap .bot_btn_area .btn { height: 72px; line-height: 72px; display: flex; justify-content: center; align-items: center; }





/* ==================== 효도팩 랜딩페이지 ==================== */
.hd_landing{ padding-bottom: 65px; }
.hd_landing .bot_btn_area button{ height: 75px; line-height: 75px; }

/* ==================== 저스트코 랜딩페이지 ==================== */
.hd_landing .bot_btn_area .btn_kakao { position: relative; background: #FEE500; border-radius: 0; padding: 0 24px; }
.hd_landing .bot_btn_area .btn_kakao::before { width: 24px; height: 24px; background: url(../image/icon_kakao_s_black.svg) no-repeat center center; background-size: 24px; vertical-align: middle; content: ''; display: inline-block; margin-right: 8px; }
.hd_landing .bot_btn_area .btn_kakao span{ display: inline-block; width: calc(100% - 32px); font-size: 24px; font-weight: 500; color: #191919; vertical-align: middle; }