#header {
	position: sticky;
    top: 0;
    z-index: 7;
    width: 100%;
    background-color: #F3F6FB;
}

#header .header_inner {
    max-width: 1140px;
    height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .header_inner .untill{
    display: flex;
    align-items: center;
}

#header .header_inner .untill .Google_play_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 54px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white-0);
    background-color: var(--phones-blue-500);
    margin-right: 24px;
}

#header .header_inner .untill .Google_play_btn img, .App_store_btn img{
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

#header .header_inner .untill .App_store_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 54px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--phones-blue-600);
    background-color: var(--phones-blue-200);
}

#header .header_inner .mobile_reception_btn{
    display: none;
}

.main .main_area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 632px;
    background-color: #F3F6FB;
}

.main .main_area .untill.moblie {
    display: none;
}

.main .main_area .mockup {
    display: block;
    width: 450px;
    height: 450px;
    margin-right: 56px;
}

.main .main_area .main_text{
    font-size: 56px;
    font-weight: 400;
    color: var(--gray-900)
}

.main .main_area .main_text .bold, .bold_b{
    font-weight: 700;
}

.main .main_area .main_text .bold_b{
    color: var(--phones-blue-900);
    margin-bottom: 16px;
}

.main .main_area .main_text .reception_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 54px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white-0);
    background-color: var(--phones-blue-900);
    margin-top: 16px;
}

.main .content_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 1128px;
    height: 1074px;
    margin: 0 auto;
    background-color:var(--white-0)
}

.main .content_1 .title{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 72px;
}

.main .content_1 .title .sub{
    display: inline-block;
    margin-bottom: 12px;
}

.main .content_1 .title .bold_b{
    font-size: 64px;
    color: var(--phones-blue-900);
}

.main .content_1 .mobile_stepswiper{
    display: none;
}

.main .content_1 .stepSwiper {
    width: 1128px;
    height: 640px;
    overflow: hidden;
    background-color: var(--white-0);
    border-radius: 46px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
}

.main .content_1 .stepSwiper .swiper-wrapper {
    margin-bottom: 0;
    height: calc(100% - 118px);
}

.main .content_1 .stepSwiper .swiper-pagination {
    position: relative;
    z-index: 0;
    text-align: left;
    bottom: 0;
    height: 118px;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    border-radius: 0;
    opacity: 1;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet:first-child {
    position: relative;
    z-index: 4;
    width: 312px;
    height: 118px;
    background: url('../img/step01_default.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    position: relative;
    z-index: 3;
    margin-left: -60px;
    width: 342px;
    height: 118px;
    background: url('../img/step02_default.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    position: relative;
    z-index: 2;
    margin-left: -63.46px;
    width: 345px;
    height: 118px;
    background: url('../img/step03_default.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet:last-child {
    position: relative;
    z-index: 1;
    margin-left: -59.99px;
    width: 312px;
    height: 118px;
    background: url('../img/step04_default.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child {
    background: url('../img/step01_active.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2) {
    background: url('../img/step02_active.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3) {
    background: url('../img/step03_active.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child {
    background: url('../img/step04_active.png') no-repeat 0 0 / contain;
}

.main .content_1 .stepSwiper .swiper-wrapper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .content_1 .stepSwiper .swiper-wrapper .swiper-slide .img1{
    display: block;
    width: 456px;
    height: 450px
}

.main .content_1 .stepSwiper .swiper-wrapper .swiper-slide .text1{
    font-size: 32px;
    font-weight: 600;
}

.main .content_1 .stepSwiper .swiper-wrapper .swiper-slide .text1 .bold{
    font-size: 48px;
    font-weight: 700;
}

.main .content_1 .stepSwiper .swiper-wrapper .swiper-slide .text1 .blue{
    color: var(--phones-blue-600);
}

.main .content_1 .stepSwiper .swiper-wrapper .swiper-slide .text1 .top{
    margin-bottom: 32px;
}

.main .content_1 .stepSwiper .swiper-wrapper .swiper-slide .text1 .medi{
    font-size: 24px;
    font-weight: 500;
}

.main .content_2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1128px;
    height: 1463px;
    background-color:var(--white-0)
}

.main .content_2 .title{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 88px;
}

.main .content_2 .title .sub{
    display: inline-block;
    margin-bottom: 12px;
}

.main .content_2 .title .bold_b{
    font-size: 64px;
    color: var(--phones-blue-900);
}

.main .content_2 .box01 img, .box02 img{
    display: block;
    width: 456px;
    height: 456px;
    margin-right: 120px;
}

.main .content_2 .box01, .box02{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 100px;
}

.main .content_2 .con_inner .t01 {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 36px;
}

.main .content_2 .con_inner .t02{
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 768px) {
    /* 메인 비주얼 */

    #header .header_inner{
        height: 64px;
        padding: 16px;
    }

    #header .header_inner .untill{
        display: none;
    }
   
    #header .header_inner .mobile_reception_btn{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 128px;
        height: 50px;
        text-align: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        background-color: var(--phones-blue-900);
        margin-right: 0px;
    }

    #header .header_inner .mobile_reception_btn a{
        color: var(--white-0);
    }

    .main .main_area {
        flex-direction: column-reverse;
        justify-content: flex-end;
        padding: 18px 0px 48px 0px;
        width: 100%;
        height: 100%;
        background-color: #F3F6FB;
    }

    .main .main_area .untill.mobile{
        display: flex;
    }

    .main .main_area .untill.mobile .Google_play_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 154px;
        height: 50px;
        text-align: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        color: var(--white-0);
        background-color: var(--phones-blue-500);
        margin-right: 12px;
    }
    
    .main .main_area .untill.mobile .Google_play_btn a img{
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }

    .main .main_area .untill.mobile .App_store_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 154px;
        height: 50px;
        text-align: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        color: var(--phones-blue-600);
        background-color: var(--phones-blue-200);
        margin-right: 0px;
    }
    
    .main .main_area .untill.mobile .App_store_btn a img{
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }

    .main .main_area .mockup {
        width: 256px;
        height: 256px;
        margin-right: 0px;
        margin-bottom: 48px;
    }
    
    .main .main_area .main_text{
        position: relative;
        align-items: center;
        text-align: center;
        font-size: 32px;
    }
    
    .main .main_area .main_text .bold, .bold_b{
        font-weight: 700;
    }
    
    .main .main_area .main_text .bold_b{
        color: var(--phones-blue-900);
    }

    .main .main_area .main_text .reception_btn a{
        display: none;
        align-items: center;
        justify-content: center;
        width: 154px;
        height: 50px;
        text-align: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
        color: var(--white-0);
        background-color: var(--phones-blue-900);
        margin-right: 12px;
    }
    
    .main .content_1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 64px 16px;
        background-color:var(--white-0)
    }
    
    .main .content_1 .title{
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 40px;
    }
    
    .main .content_1 .title .sub{
        margin-bottom: 8x;
    }
    
    .main .content_1 .title .bold_b{
        font-size: 32px;
        color: var(--phones-blue-900);
    }
    
    .main .content_1 .stepSwiper {
        display: none;
        width: 1128px;
        height: 640px;
        overflow: hidden;
        background-color: var(--white-0);
        border-radius: 46px;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.20);
    }
    
    .main .content_1 .mobile_stepswiper {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 16px;
        overflow: hidden;
        background: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    } 

    /* 모바일 스와이퍼 top */

    .main .content_1 .mobile_stepswiper .step .top{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .main .content_1 .mobile_stepswiper .step.one .top .step01{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:var(--white-0);
        font-size: 20px;
        font-weight: 800;
        background: linear-gradient(90deg, #677BCB 0%, #A7BEEA 100%);
    }

    .main .content_1 .mobile_stepswiper .step .top.on .step01_bor{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:var(--white-0);
        font-size: 20px;
        font-weight: 800;
        background: linear-gradient(90deg, #677BCB 0%, #A7BEEA 100%);
    }

    .main .content_1 .mobile_stepswiper .step .top .step01_bor{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:#707DB9;
        font-size: 20px;
        font-weight: 800;
        background: var(--phones-blue-800);
    }

    .main .content_1 .mobile_stepswiper .step.one .top .step01_bor{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:#707DB9;
        font-size: 20px;
        font-weight: 800;
        background: var(--phones-blue-900);
    }

    .main .content_1 .mobile_stepswiper .step.three .top .step01_bor{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:#707DB9;
        font-size: 20px;
        font-weight: 800;
        background: var(--phones-blue-900);
    }

    .main .content_1 .mobile_stepswiper .step.one .top.on .step01_bor{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:var(--white-0);
        font-size: 20px;
        font-weight: 800;
        background: linear-gradient(90deg, #677BCB 0%, #A7BEEA 100%);
    }

    .main .content_1 .mobile_stepswiper .step.three .top.on .step01_bor{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:var(--white-0);
        font-size: 20px;
        font-weight: 800;
        background: linear-gradient(90deg, #677BCB 0%, #A7BEEA 100%);
    }

    .main .content_1 .mobile_stepswiper .step .step01_bor{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 64px;
        color:var(--white-0);
        font-size: 20px;
        font-weight: 800;
        border-radius: 0px;
        background: linear-gradient(90deg, #677BCB 0%, #A7BEEA 100%);
    }

    /* 스탭 1,2,3,4 안에 칩 */

    .main .content_1 .mobile_stepswiper .step .top.on .step01_bor .step_box_active{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 6px;
        width: 59px;
        height: 24px;
        border-radius: 20px;
        background: var(--phones-blue-700, #5365AB);
        color: #FFF;
        font-size: 12px;
        font-weight: 700;
    } 

    .main .content_1 .mobile_stepswiper .step .top .step01_bor .step_box_active{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 6px;
        width: 59px;
        height: 24px;
        border-radius: 20px;
        background: #707DB9;
        color: #47548C;
        font-size: 12px;
        font-weight: 700;
    } 

    /* 여기까지 */

    .main .content_1 .mobile_stepswiper .step .bottom{
        display: none;
        /* display: flex; */
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 24px 16px 12px 16px;
        background-color:var(--white-0);
    }

    .main .content_1 .mobile_stepswiper .step.four .bottom{
        padding: 24px 16px 26px 16px;
    }

    .main .content_1 .mobile_stepswiper .step .top.on + .bottom {
        display: flex;
    }



    .main .content_1 .mobile_stepswiper .step .bottom img{
        width: 296px;
        height: 296px;
    }

    .main .content_1 .mobile_stepswiper .step .bottom .info{
        color: var(--Gray-900, #393939);
        font-size: 20px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px;
    }

    .main .content_1 .mobile_stepswiper .step .bottom .bold{
        color: var(--Gray-900, #393939);
        font-size: 28px;
        font-weight: 700;
    }

    .main .content_1 .mobile_stepswiper .step .bottom .blue{
        color: var(--phones-blue-600, #6076BC);
        font-size: 28px;
        font-weight: 700;
    }

    .main .content_1 .mobile_stepswiper .step .bottom .medi{
        color: var(--Gray-900, #393939);
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 14px;
        text-align: center;
    }

    .main .content_1 .mobile_stepswiper .step .bottom .chevron img{
        width: 38px;
        height: 54px;
    }

    .main .content_2{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0px 16px;
        max-width: 1128px;
        height: 100%;
        background-color:var(--white-0)
    }
    
    .main .content_2 .con_inner{
        display: block;
    }

    .main .content_2 .title{
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 32px;
    }
    
    .main .content_2 .title .sub{
        display: inline-block;
        margin-bottom: 8px;
        font-size: 20px;
    }
    
    .main .content_2 .title .bold_b{
        font-size: 32px;
        color: var(--phones-blue-900);
    }
    
    .main .content_2 .box01 img, .box02 img{
        display: block;
        width: 252px;
        height: 252px;
        margin-bottom: 24px;
        margin-right: 0px;
    }
    
    .main .content_2 .box01, .box02{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .main .content_2 .con_inner .t01 {
        display: inline-block;
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 8px;
    }
    
    .main .content_2 .con_inner .t02{
        max-width: 344px;
        display: inline-block;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 40px;
    }
    
}

/* reception_login */

.reception_login .header {
    position: sticky;
    top: 0;
    z-index: 5;
    width: 100%;
    max-width: 768px;
    background: var(--White-0, #FFF);
}
