



.startPoint{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 899998989;
    background: black;
    border: none;
    outline: none;
    cursor: pointer;

}

#section01{
    width: 100vw;
    height: 2995px;
    background: #ffffff;
}

#section01 .main .textbox01{
    width: 1400px;
    height: 420px;
    top: 78px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

#section01 .main .textbox01 .top_text01{
    width: 580px;
    height: 36px;
    top: 0;
    right: 0;
    position: absolute;
}

#section01 .main .textbox01 .top_text02{
    width: 350px;
    height: 45px;
    bottom: 136px;
    left: 0;
    position: absolute;
}

#section01 .main .textbox01 .top_text03{
    width: 999px;
    height: 93px;
    bottom: 0;
    left: 0;
    position: absolute;
}

#section01 .main .visual01{
    width: 1920px;
    height: 2185px;
    position: absolute;
    top: 579px;
    left: 50%;
    transform: translateX(-50%);
}

#section01 .main .visual01 .top_visual01{
    width: 1920px;
    height: 749px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section01 .main .visual01 .top_visual02{
    width: 520px;
    height: 604px;
    position: absolute;
    top: 459px;
    right: 0;
}

#section01 .main .visual01 .top_visual03{
    width: 1211px;
    height: 1073px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -605px;
    animation: top_visual03 1.5s linear alternate infinite;
}

@keyframes top_visual03 {
    0%{
        transform: translateY(-20px);
    }
    15%{
        transform: translateY(-17px);
    }
    85%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(20px);
    }
}

#section01 .main .visual01 .top_visual04{
    width: 1320px;
    height: 543px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -730px;
    animation: top_visual04 1.5s linear alternate infinite;
}

@keyframes top_visual04 {
    0%{
        opacity: 0.4;
    }
    15%{
        opacity: 0.5;
    }
    85%{
        opacity: 0.9;
    }
    100%{
        opacity: 1;
    }
}

#section02{
    width: 100vw;
    height: 2657px;
    background: #ffffff;
}

#section02 .overview{
    width: 1400px;
    height: 416px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section02 .overview .left > div{
    transition: all 1s;
    transform: translateY(50px);
    opacity: 0;
}

#section02 .overview.on .left > div{
    transform: translateY(0);
    opacity: 1;
}

#section02 .overview .left .overview01{
    width: 242px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 0;
    opacity: 1;
}

#section02 .overview .left .overview02{
    width: 500px;
    height: 41px;
    position: absolute;
    top: 129px;
    left: 0;
    transition-delay: 0.5s;
}

#section02 .overview .left .overview03{
    width: 709px;
    height: 190px;
    position: absolute;
    bottom: 24px;
    left: 0;
    transition-delay: 0.8s;
}

#section02 .overview .right{
    width: 264px;
    height: 416px;
    position: absolute;
    right: 0;
    top: 0;
}

#section02 .overview .right .my_role{
    width: 148px;
    height: 92px;
    position: absolute;
    left: 0;
    top: 0;
}

#section02 .overview .right .period{
    width: 266px;
    height: 99px;
    position: absolute;
    left: 0;
    bottom: 153px;
}

#section02 .overview .right .app_store{
    width: 211px;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
}


#section02 .style_guide{
    width: 1400px;
    height: 1620px;
    position: absolute;
    left: 50%;
    top: 708px;
    transform: translateX(-50%);
}

#section02 .style_guide .first{
    width: 1400px;
    height: 610px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

#section02 .style_guide .first > div{
    width: 450px;
    height: 610px;
    position: relative;
}

#section02 .style_guide .first .le{
    transition: all 1s;
    transform: translateX(450px);
}

#section02 .style_guide .first.on .le{
    transform: translateX(0);
}


#section02 .style_guide .first .first03 .sg_text01{
    width: 291px;
    height: 53px;
    position: absolute;
    top: 0;
    left: 20px;
}

#section02 .style_guide .first .first03 .sg_text02{
    width: 184px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#section02 .style_guide .second{
    width: 1400px;
    height: 450px;
    position: absolute;
    top: 663px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

#section02 .style_guide .second .square{
    width: 450px;
    height: 450px;
    position: relative;
    transition: all 2s;
    transform: translateX(-450px);
}

#section02 .style_guide .second.on .square{
    transform: translateX(0);
}

#section02 .style_guide .second .second01{
    width: 450px;
    height: 450px;
    position: relative;
}

#section02 .style_guide .second .second01 .sg_text03{
    width: 88px;
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 10px;
}

#section02 .style_guide .third{
    width: 1400px;
    height: 450px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}


#section03{
    width: 100vw;
    height: 3872px;
    background: #f2f2f2;
}

#section03 .background{
    width: 100%;
    height: 1909px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section03 .background .background_bg{
    width: 1920px;
    height: 1112px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
    /*transform: translateX(-50%);*/
    transform: scale(1.3);
}

#section03 .background .background_t1{
    width: 312px;
    height: 53px;
    position: absolute;
    top: 209px;
    left: 50%;
    margin-left: -156px;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

#section03 .background.on .background_t1{
    opacity: 1;
    transform: translateY(0);
}

#section03 .background .background_t2{
    width: 889px;
    height: 88px;
    position: absolute;
    top: 309px;
    left: 50%;
    margin-left: -444px;
    opacity: 0;
    transition: 1s;
    transform: translateY(50px);
}

#section03 .background.on .background_t2{
    opacity: 1;
    transform: translateY(0);
}

#section03 .background .iphone_01{
    width: 612px;
    height: 1358px;
    position: absolute;
    bottom: 100px;
    left: 50%;
    /*transform: translateX(-50%);*/
    margin-left: -306px;
}

#section03 .desk_research{
    width: 1400px;
    height: 1620px;
    position: absolute;
    bottom: 249px;
    left: 50%;
    transform: translateX(-50%);
}

#section03 .desk_research .textbox02{
    width: 1000px;
    height: 136px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section03 .desk_research .textbox02 .dr_text01{
    width: 375px;
    height: 39px;
}

#section03 .desk_research .textbox02 .dr_text02{
    width: 998px;
    height: 54px;
}


#section03 .desk_research .research_box01{
    width: 1400px;
    height: 597px;
    position: absolute;
    top: 224px;
    left: 50%;
    margin-left: -700px;
    background: #fff;
    border-radius: 50px;
    transition: all 1s;
    opacity: 0;
    transform: translateY(50px);
}

#section03 .desk_research .research_box01.on{
    opacity: 1;
    transform: translateY(0);
}

#section03 .desk_research .research_box01 .r1_title01{
    width: 517px;
    height: 30px;
    position: absolute;
    top: 90px;
    left: 100px;
}

#section03 .desk_research .research_box01 .r1_title02{
    width: 79px;
    height: 30px;
    position: absolute;
    top: 90px;
    right: 527px;
}

#section03 .desk_research .research_box01 .r1_title03{
    width: 95px;
    height: 30px;
    position: absolute;
    top: 90px;
    left: 669px;
}

#section03 .desk_research .research_box01 .graph01{
    width: 914px;
    height: 312px;
    position: absolute;
    top: 195px;
    left: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section03 .desk_research .research_box01 .graph01 .sc{
    width: 914px;
    height: 63px;
    position: relative;
}

#section03 .desk_research .research_box01 .graph01 .graph2021 .year_21{
    width: 57px;
    height: 59px;
    position: absolute;
    top: 0;
    left: 0;
}

#section03 .desk_research .research_box01 .graph01 .graph2021 .blue01{
    width: 0;
    height: 20px;
    position: absolute;
    top: 0;
    left: 70px;
    background: #009cff;
    border-radius: 2px 10px 10px 2px;
    transition-delay: 1s;
}

#section03 .desk_research .research_box01.on .graph01 .graph2021 .blue01{
    width: 708px;
    animation: blue01 1s linear 1 forwards;
}

@keyframes blue01 {
    0%{
        width: 0;
    }
    50%{
        width: 310px;
    }
    100%{
        width: 708px;
    }
}

#section03 .desk_research .research_box01 .graph01 .graph2021 .sky01{
    width: 192px;
    height: 20px;
    position: absolute;
    top: 42px;
    left: 70px;
    background: #8acee7;
    border-radius: 2px 10px 10px 2px;
    transition-delay: 1s;
}

#section03 .desk_research .research_box01.on .graph01 .graph2021 .sky01{
    width: 192px;
    animation: sky01 1s linear 1 forwards;
}

@keyframes sky01 {
    0%{
        width: 0;
    }
    50%{
        width: 100px;
    }
    100%{
        width: 192px;
    }
}

#section03 .desk_research .research_box01 .graph01 .graph2021 .value01{
    width: 115px;
    height: 33px;
    position: absolute;
    top: -8px;
    right: 0;
}

#section03 .desk_research .research_box01 .graph01 .graph2021 .value02{
    width: 95px;
    height: 33px;
    position: absolute;
    top: 36px;
    left: 287px;
}


#section03 .desk_research .research_box01 .graph01 .graph2020 .year_20{
    width: 57px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

#section03 .desk_research .research_box01 .graph01 .graph2020 .blue02{
    width: 0;
    height: 20px;
    position: absolute;
    top: 0;
    left: 70px;
    background: #009cff;
    border-radius: 2px 10px 10px 2px;
    transition-delay: 1s;
}

#section03 .desk_research .research_box01.on .graph01 .graph2020 .blue02{
    width: 591px;
    animation: blue02 1s linear 1 forwards;
}

@keyframes blue02 {
    0%{
        width: 0;
    }
    50%{
        width: 300px;
    }
    100%{
        width: 591px;
    }
}

#section03 .desk_research .research_box01 .graph01 .graph2020 .sky02{
    width: 0;
    height: 20px;
    position: absolute;
    top: 42px;
    left: 70px;
    background: #8acee7;
    border-radius: 2px 10px 10px 2px;
    transition-delay: 1s;
}

#section03 .desk_research .research_box01.on .graph01 .graph2020 .sky02{
    width: 157px;
    animation: sky02 1s linear 1 forwards;
}

@keyframes sky02 {
    0%{
        width: 0;
    }
    50%{
        width: 80px;
    }
    100%{
        width: 157px;
    }
}

#section03 .desk_research .research_box01 .graph01 .graph2020 .value03{
    width: 84px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 144px;
}

#section03 .desk_research .research_box01 .graph01 .graph2020 .value04{
    width: 70px;
    height: 23px;
    position: absolute;
    bottom: 0;
    left: 257px;
}

#section03 .desk_research .research_box01 .graph01 .graph2019 .year_19{
    width: 57px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

#section03 .desk_research .research_box01 .graph01 .graph2019 .blue03{
    width: 0;
    height: 20px;
    position: absolute;
    top: 0;
    left: 70px;
    background: #009cff;
    border-radius: 2px 10px 10px 2px;
    transition-delay: 1s;
}

#section03 .desk_research .research_box01.on .graph01 .graph2019 .blue03{
    width: 502px;
    animation: blue03 1s linear 1 forwards;
}

@keyframes blue03 {
    0%{
        width: 0;
    }
    50%{
        width: 250px;
    }
    100%{
        width: 502px;
    }
}

#section03 .desk_research .research_box01 .graph01 .graph2019 .sky03{
    width: 0;
    height: 20px;
    position: absolute;
    top: 42px;
    left: 70px;
    background: #8acee7;
    border-radius: 2px 10px 10px 2px;
    transition-delay: 1s;
}

#section03 .desk_research .research_box01.on .graph01 .graph2019 .sky03{
    width: 120px;
    animation: sky03 1s linear 1 forwards;
}

@keyframes sky03 {
    0%{
        width: 0;
    }
    50%{
        width: 60px;
    }
    100%{
        width: 120px;
    }
}

#section03 .desk_research .research_box01 .graph01 .graph2019 .value05{
    width: 84px;
    height: 23px;
    position: absolute;
    top: 0;
    right: 234px;
}

#section03 .desk_research .research_box01 .graph01 .graph2019 .value06{
    width: 70px;
    height: 23px;
    position: absolute;
    bottom: 0;
    left: 217px;
}

#section03 .desk_research .research_box01 .r1_textbox{
    width: 293px;
    height: 175px;
    position: absolute;
    bottom: 110px;
    right: 104px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section03 .desk_research .research_box01 .r1_textbox .r1_text01{
    width: 267px;
    height: 57px;
}

#section03 .desk_research .research_box01 .r1_textbox .r1_text02{
    width: 292px;
    height: 91px;
}


#section03 .desk_research .research_box02{
    width: 1400px;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -700px;
    background: #fff;
    border-radius: 50px;
    transition: 1s;
    opacity: 0;
    transform: translateY(50px);
}

#section03 .desk_research .research_box02.on{
    opacity: 1;
    transform: translateY(0);
}

#section03 .desk_research .research_box02 .r2_title01{
    width: 334px;
    height: 31px;
    position: absolute;
    top: 90px;
    left: 100px;
}

#section03 .desk_research .research_box02 .r2_textbox{
    width: 279px;
    height: 211px;
    position: absolute;
    bottom: 221px;
    left: 101px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section03 .desk_research .research_box01 .r2_textbox .r2_text01{
    width: 272px;
    height: 58px;
}

#section03 .desk_research .research_box01 .r2_textbox .r2_text02{
    width: 279px;
    height: 124px;
}

#section03 .desk_research .research_box02 .graph02{
    width: 806px;
    height: 474px;
    position: absolute;
    right: 61px;
    bottom: 89px;
}

#section03 .desk_research .research_box02 .graph02 .stick2019{
    width: 359px;
    height: 474px;
    position: absolute;
    left: 0;
    top: 0;
}

#section03 .desk_research .research_box02 .graph02 .arrow{
    width: 358px;
    height: 118px;
    position: absolute;
    left: 140px;
    top: 110px;
    transform: translateY(10px);
    opacity: 0;
    transition: 0.5s;
    transition-delay: 2s;
}

#section03 .desk_research .research_box02.on .graph02 .arrow{
    transform: translateY(0);
    opacity: 1;
}

#section03 .desk_research .research_box02 .graph02 .line{
    width: 359px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 51px;
    background: #b5b5bf;
}

#section03 .desk_research .research_box02 .graph02 .point01{
    width: 17px;
    height: 17px;
    position: absolute;
    left: 90px;
    bottom: 235px;
    background: #009cff;
    border-radius: 20px;
}

#section03 .desk_research .research_box02 .graph02 .st_text{
    width: 146px;
    height: 24px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

#section03 .desk_research .research_box02 .graph02 .stick2019 .blue1{
    width: 108px;
    height: 113px;
    position: absolute;
    left: 45px;
    bottom: 53px;
    background: #009cff;
    border-radius: 20px 20px 0 0;
}

#section03 .desk_research .research_box02.on .graph02 .stick2019 .blue1{
    animation: blue1 1s linear 1 forwards;
}

@keyframes blue1 {
    0%{
        height: 0;
    }
    50%{
        height: 60px;
    }
    100%{
        height: 113px;
    }
}

#section03 .desk_research .research_box02 .graph02 .t2030{
    width: 55px;
    height: 50px;
    position: absolute;
    left: 27px;
    bottom: 14px;
}

#section03 .desk_research .research_box02 .graph02 .t4050{
    width: 55px;
    height: 50px;
    position: absolute;
    left: 27px;
    bottom: 14px;
}

#section03 .desk_research .research_box02 .graph02 .stick2019 .gray1{
    width: 108px;
    height: 374px;
    position: absolute;
    right: 45px;
    bottom: 53px;
    background: #b5b5bf;
    border-radius: 20px 20px 0 0;
}

#section03 .desk_research .research_box02 .graph02 .stick2019 .per28{
    width: 77px;
    height: 30px;
    position: absolute;
    left: 61px;
    bottom: 183px;
}

#section03 .desk_research .research_box02 .graph02 .stick2019 .per72{
    width: 76px;
    height: 31px;
    position: absolute;
    right: 61px;
    top: 0;
}


#section03 .desk_research .research_box02 .graph02 .stick2021{
    width: 359px;
    height: 362px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#section03 .desk_research .research_box02 .graph02 .point02{
    width: 17px;
    height: 17px;
    position: absolute;
    left: 90px;
    top: 0;
    background: #009cff;
    border-radius: 20px;
}

#section03 .desk_research .research_box02 .graph02 .stick2021 .blue2{
    width: 108px;
    height: 204px;
    position: absolute;
    left: 45px;
    bottom: 53px;
    background: #009cff;
    border-radius: 20px 20px 0 0;
}

#section03 .desk_research .research_box02.on .graph02 .stick2021 .blue2{
    animation: blue2 2s linear 1 forwards;
}

@keyframes blue2 {
    0%{
        height: 0;
    }
    50%{
        height: 110px;
    }
    100%{
        height: 204px;
    }
}

#section03 .desk_research .research_box02 .graph02 .stick2021 .gray2{
    width: 108px;
    height: 245px;
    position: absolute;
    right: 45px;
    bottom: 53px;
    background: #b5b5bf;
    border-radius: 20px 20px 0 0;
}

#section03 .desk_research .research_box02 .graph02 .stick2021 .per48{
    width: 118px;
    height: 41px;
    position: absolute;
    left: 42px;
    top: 45px;
}

#section03 .desk_research .research_box02 .graph02 .stick2021 .per52{
    width: 76px;
    height: 28px;
    position: absolute;
    right: 61px;
    top: 19px;
}

#section04{
    width: 100vw;
    height: 4104px;
    background: #fff;
}

#section04 .interview{
    width: 1400px;
    height: 1217px;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .textbox03{
    width: 491px;
    height: 136px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section04 .textbox03 .in_text01{
    width: 233px;
    height: 41px;
}

#section04 .textbox03 .in_text02{
    width: 491px;
    height: 55px;
}

#section04 .interview_box{
    width: 1400px;
    height: 1030px;
    position: absolute;
    top: 189px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .interview_box > div{
    transition: all 1s;
}

#section04 .interview_box .box01{
    width: 549px;
    height: 936px;
    position: absolute;
    top: -20px;
    left: -50px;
    z-index: 99;
    transition-delay: 1s;
    transition: all 0.5s;
    transform: scale(0.9);
}
#section04 .interview_box .box_image00{
    width: 400px;
    height: 300px;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translateX(-50%) scale(1.1);
    border-radius: 5px;
    background: white;
}
#section04 .interview_box .box_image{
    width: 400px;
    height: 300px;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: #f0f0f0;
}
#section04 .bg001{
    width: 345px;
    height: 250px;
    border-radius: 15px;
    background: #aa9ec3;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#section04 .bg002{
    width: 345px;
    height: 250px;
    border-radius: 15px;
    background: #608395;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#section04 .bg003{
    width: 345px;
    height: 250px;
    border-radius: 15px;
    background: #4b927c;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#section04 .new01{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#section04 .box01 .new01 img{
    transform: scale(0.65);
    margin-left: 20px;
    margin-top: -70px;
}
#section04 .box02 .new01 img{
    transform: scale(0.7);
    margin-top: -20px;
}
#section04 .box03 .new01 img{
    transform: scale(0.6);
    margin-top: -80px;
}

#section04 .interview_box.on .box01{
    top: 0;
    left: -24px;
    transform: scale(1);
}

#section04 .interview_box .box02{
    width: 455px;
    height: 803px;
    position: absolute;
    top: 43px;
    left: 466px;
    transform: translateX(-455px);
}

#section04 .interview_box .box03{
    width: 455px;
    height: 803px;
    position: absolute;
    top: 43px;
    right: 0;
    transition: 1.5s;
    transform: translateX(-930px);
}

#section04 .interview_box.on .box02{
    transform: translateX(0);
}

#section04 .interview_box.on .box03{
    transform: translateX(0);
}

#section04 .interview_box .down{
    width: 1276px;
    height: 147px;
    position: absolute;
    bottom: 0;
    right: -136px;
    display: flex;
    justify-content: space-between;
}

#section04 .interview_box .down > div{
    width: 402px;
    height: 147px;
    transition: all 1s;
}

#section04 .interview_box .down .box04{
    z-index: 9;
}

#section04 .interview_box .down .box05{
    opacity: 0;
    transition-delay: 0.5s;
    /*transform: translateX(-410px);*/
}

#section04 .interview_box .down .box06{
    opacity: 0;
    transition-delay: 0.6s;
    /*transform: translateX(-820px);*/
}

#section04 .interview_box.on .down > div{
    opacity: 1;
    /*transform: translateX(0);*/
}


#section04 .as_to{
    width: 1400px;
    height: 845px;
    position: absolute;
    bottom: 1525px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .as_to .textbox04{
    width: 751px;
    height: 145px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section04 .as_to .textbox04 .as_text01{
    width: 303px;
    height: 42px;
}

#section04 .as_to .textbox04 .as_text02{
    width: 751px;
    height: 54px;
}

#section04 .as_to .diagram{
    width: 1241px;
    height: 574px;
    position: absolute;
    top: 271px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .as_to .diagram .arrow_line{
    width: 1241px;
    height: 388px;
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .as_to .diagram .arrow_line_bg{
    width: 1241px;
    height: 388px;
    position: absolute;
    top: 96px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    transition: 1s;
    opacity: 1;
}

#section04 .as_to.on .diagram .arrow_line_bg{
    transform: translateX(50%);
}

#section04 .as_to .diagram .as_is{
    width: 70px;
    height: 29px;
    position: absolute;
    top: 42px;
    left: 6px;
}

#section04 .as_to .diagram .to_be{
    width: 83px;
    height: 29px;
    position: absolute;
    bottom: 13px;
    right: 8px;
}

#section04 .as_to .diagram .as_to_substance{
    width: 938px;
    height: 574px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .brain_storming{
    width: 1400px;
    height: 864px;
    position: absolute;
    bottom: 280px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .brain_storming .textbox05{
    width: 859px;
    height: 145px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section04 .brain_storming .textbox05 .as_text01{
    width: 369px;
    height: 52px;
    margin-left: 100px;
}

#section04 .brain_storming .textbox05 .as_text02{
    width: 859px;
    height: 55px;
}

#section04 .brain_storming .brainbox{
    width: 1608px;
    height: 558px;
    position: absolute;
    top: 307px;
    left: 50%;
    transform: translateX(-50%);
}

#section04 .brain_storming .brainbox > div{
    transition: all 0.8s;
    opacity: 0;
    transform: scale(0.2);
}

#section04 .brain_storming .brainbox.on > div{
    opacity: 1;
    transform: scale(1);
}

#section04 .brain_storming .brainbox .many{
    width: 1181px;
    height: 555px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 2s;
}

#section04 .brain_storming .brainbox .smarthome{
    width: 206px;
    height: 124px;
    position: absolute;
    top: 24px;
    left: 228px;
    transition-delay: 0.2s;
}

#section04 .brain_storming .brainbox .iot{
    width: 258px;
    height: 155px;
    position: absolute;
    top: 139px;
    right: 556px;
    transition-delay: 0.4s;
}

#section04 .brain_storming .brainbox .life{
    width: 169px;
    height: 96px;
    position: absolute;
    top: 151px;
    right: 0;
    transition-delay: 0.6s;
}

#section04 .brain_storming .brainbox .coway{
    width: 356px;
    height: 212px;
    position: absolute;
    bottom: 128px;
    right: 114px;
    transition-delay: 0.8s;
}

#section04 .brain_storming .brainbox .onetouch{
    width: 348px;
    height: 208px;
    position: absolute;
    bottom: 89px;
    left: 93px;
    transition-delay: 1s;
}

#section04 .brain_storming .brainbox .onon{
    width: 255px;
    height: 152px;
    position: absolute;
    bottom: 63px;
    right: 510px;
    transition-delay: 1.1s;
}

#section04 .interior_img{
    width: 442px;
    height: 785px;
    position: absolute;
    bottom: 762px;
    right: 0;
}

#section05{
    width: 100vw;
    height: 3408px;
    background: #f1f1f1;
}

#section05 .bench_marking{
    width: 1400px;
    height: 880px;
    position: relative;
    top: 284px;
    left: 50%;
    transform: translateX(-50%);
}

#section05 .bench_marking .textbox06{
    width: 627px;
    height: 144px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section05 .bench_marking .textbox06 .bench_text01{
    width: 369px;
    height: 51px;
}

#section05 .bench_marking .textbox06 .bench_text02{
    width: 627px;
    height: 53px;
}

#section05 .bench_marking .bench_diagram{
    width: 1400px;
    height: 606px;
    position: absolute;
    top: 275px;
    left: 50%;
    transform: translateX(-50%);
}

#section05 .bench_marking .bench_diagram .circle{
    width: 631px;
    height: 536px;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}

#section05 .bench_marking .bench_diagram .circle .lg{
    width: 147px;
    height: 184px;
    position: absolute;
    top: 50%;
    left: 144px;
    transform: translateY(-50%);
}

#section05 .bench_marking .bench_diagram .circle .samsung{
    width: 147px;
    height: 184px;
    position: absolute;
    top: 50%;
    right: 144px;
    transform: translateY(-50%);
}

#section05 .bench_marking .bench_diagram .left_tx{
    width: 384px;
    height: 606px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transform: translateX(100px);
    opacity: 0;
    transition: 1s;
}

#section05 .bench_marking.on .bench_diagram .left_tx{
    opacity: 1;
    transform: translateX(0);
}

#section05 .bench_marking .bench_diagram .left_tx .tx{
    width: 384px;
    height: 137px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: 30px 0 50px 1px rgba(0, 0, 0, 0.1);
}

#section05 .bench_marking .bench_diagram .left_tx img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#section05 .bench_marking .bench_diagram .right_tx{
    width: 384px;
    height: 606px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transform: translateX(-100px);
    opacity: 0;
    transition: 1s;
}

#section05 .bench_marking.on .bench_diagram .right_tx{
    transform: translateX(0);
    opacity: 1;
}

#section05 .bench_marking .bench_diagram .right_tx .tx{
    width: 384px;
    height: 137px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    box-shadow: -30px 0 50px 1px rgba(0, 0, 0, 0.1);
}

#section05 .bench_marking .bench_diagram .right_tx img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#section05 .flow_chart{
    width: 1400px;
    height: 1200px;
    position: absolute;
    bottom: 732px;
    left: 50%;
    transform: translateX(-50%);
}

#section05 .flow_chart .textbox07{
    width: 410px;
    height: 145px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section05 .flow_chart .textbox07 .flow_text01{
    width: 276px;
    height: 41px;
}

#section05 .flow_chart .flow_map{
    width: 1562px;
    height: 925px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transform: translateY(-100px);
    opacity: 0;
    transition: 1s;
}

#section05.on .flow_chart .flow_map{
    transform: translateY(0);
    opacity: 1;
}

#section05 .flow_chart .flow_map .flow_map01{
    width: 1335px;
    height: 193px;
}

#section05 .flow_chart .flow_map .flow_map02{
    width: 1564px;
    height: 743px;
}

#section05 .flow_chart .flow_map .case{
    width: 1564px;
    height: 743px;
    background: #f1f1f1;
    position: absolute;
    top: 193px;
    left: 0;
    transform: translateY(0);
    opacity: 1;
    transition: 1.5s;
    transition-delay: 0.7s;
}

#section05.on .flow_chart .flow_map .case{
    height: 200px;
    transform: translateY(743px);
    opacity: 0;
}

#section05 .splash_mockup{
    width: 977px;
    height: 883px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -489px;
    z-index: 10;
    animation: splash_mockup 1.5s linear alternate infinite;
}

@keyframes splash_mockup {
    0%{
        transform: translateY(-30px);
    }
    15%{
        transform: translateY(-27px);
    }
    85%{
        transform: translateY(-3px);
    }
    100%{
        transform: translateY(0px);
    }
}

#section05 .black_bg{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #222;
    transition: all 2s;
}

#section05 .black_bg.on{
    height: 346px;
    background: #222;
}


#section06{
    width: 100vw;
    height: 2987px;
    background: #222;
    position: relative;
}

#section06 .contents_design{
    width: 1400px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section06 .contents_design .textbox08{
    width: 700px;
    height: 180px;
    position: absolute;
    top: 90px;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: 1s;
    opacity: 0;
    transform: translateY(50px);
}

#section06 .contents_design.on .textbox08{
    opacity: 1;
    transform: translateY(0);
}

#section06 .contents_design .textbox08 .con_text01{
    width: 418px;
    height: 52px;
}

#section06 .contents_design .textbox08 .con_text02{
    width: 700px;
    height: 87px;
}

#section06 .main_page{
    width: 1400px;
    height: 1814px;
    position: absolute;
    top: 333px;
    left: 50%;
    transform: translateX(-50%);
}

#section06 .main_page .main_map{
    width: 1400px;
    height: 1814px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section06 .main_page .main_map .gradiant{
    width: 487px;
    height: 487px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section06 .main_page .main_map .main01{
    width: 385px;
    height: 1424px;
    position: absolute;
    top: 211px;
    left: 50%;
    transform: translateX(-50%);
}

#section06 .main_page .main_map .blue_line .inside{
    width: 19px;
    height: 19px;
}

#section06 .main_page .main_map .blue_line .dot01{
    position: absolute;
    left: 549px;
    top: 578px;
}

#section06 .main_page .main_map .blue_line .dot02{
    position: absolute;
    right: 545px;
    top: 764px;
}

#section06 .main_page .main_map .blue_line .dot03{
    position: absolute;
    right: 537px;
    bottom: 787px;
}

#section06 .main_page .main_map .blue_line .outside{
    width: 76px;
    height: 76px;
}

#section06 .main_page .main_map .blue_line .dot04{
    position: absolute;
    top: 835px;
    left: 289px;
    opacity: 0;
    transition-delay: 1s;
}

#section06 .main_page.on .main_map .blue_line .dot04{
    opacity: 1;
}

#section06 .main_page .main_map .blue_line .dot05{
    position: absolute;
    top: 437px;
    right: 288px;
    transition-delay: 2s;
    opacity: 0;
}

#section06 .main_page.on .main_map .blue_line .dot05{
    opacity: 1;
}

#section06 .main_page .main_map .blue_line .dot06{
    position: absolute;
    bottom: 674px;
    right: 123px;
    opacity: 0;
    transition-delay: 2.5s;
}

#section06 .main_page.on .main_map .blue_line .dot06{
    opacity: 1;
}

#section06 .main_page .main_map .blue_line .blue_line01{
    width: 228px;
    height: 286px;
    position: absolute;
    top: 586px;
    left: 330px;
}

#section06 .main_page .main_map .blue_line .blue_line01 > svg{
    stroke-dashoffset: 514;
    stroke-dasharray: 514;
    transition: all 1s;
}

#section06 .main_page.on .main_map .blue_line .blue_line01 > svg{
    stroke-dashoffset: 0;
}

#section06 .main_page .main_map .blue_line .blue_line02{
    width: 223px;
    height: 297px;
    /*background: white;*/
    position: absolute;
    top: 474px;
    right: 327px;
}
#section06 .main_page .main_map .blue_line .blue_line02 > svg{
    stroke-dashoffset: 520;
    stroke-dasharray: 520;
    transition: all 1s;
    transition-delay: 1s;
}

#section06 .main_page.on .main_map .blue_line .blue_line02 > svg{
    stroke-dashoffset: 0;
}

#section06 .main_page .main_map .blue_line .blue_line03{
    width: 384px;
    height: 84px;
    /*background: white;*/
    position: absolute;
    bottom: 713px;
    right: 161px;
}
#section06 .main_page .main_map .blue_line .blue_line03 > svg{
    stroke-dashoffset: 514;
    stroke-dasharray: 514;
    transition: all 1s;
    transition-delay: 1.8s;
}

#section06 .main_page.on .main_map .blue_line .blue_line03 > svg{
    stroke-dashoffset: 0;
}

#section06 .main_page .main_map .main02{
    width: 327px;
    height: 713px;
    position: absolute;
    top: 538px;
    left: 0;
}

#section06 .main_page .main_map .main03{
    width: 327px;
    height: 713px;
    position: absolute;
    top: 120px;
    right: 0;
}

#section06 .main_page .main_map .main04{
    width: 327px;
    height: 713px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#section06 .main_page .textbox09{
    width: 387px;
    height: 228px;
    position: absolute;
    bottom: 9px;
    left : 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section06 .main_page .textbox09 .main_text01{
    width: 273px;
    height: 54px;
}

#section06 .main_page .textbox09 .main_text02{
    width: 303px;
    height: 42px;
}

#section06 .main_page .textbox09 .main_text03{
    width: 387px;
    height: 53px;
}

#section06 .icon_style{
    width: 1920px;
    height: 334px;
    position: absolute;
    bottom: 256px;
    left: 50%;
    transform: translateX(-50%);
}

#section06 .icon_style .icon_tx{
    width: 249px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 302px;
    transform: translateX(500px);
    transition: 1s;
    opacity: 0;
}

#section06 .icon_style.on .icon_tx{
    transform: translateX(0);
    opacity: 1;
}

#section06 .icon_style .icon{
    width: 910px;
    height: 200px;
    position: absolute;
    bottom: 30px;
    right: 292px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    transform: translateY(50px);
    transition: 1s;
}

#section06 .icon_style.on .icon{
    transform: translateY(0);
}

#section06 .icon_style .icon > div{
    width: 74px;
    height: 67px;
}

#section06 .icon_style .icon .mar{
    margin-left: 93px;
}

#section06 .icon_style .icon_line01{
    width: 604px;
    height: 3px;
    position: absolute;
    top: 136px;
    left: 0;
    background: #989898;
}

#section06 .icon_style .icon_line02{
    width: 197px;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #989898;
}

#section06_2{
    width: 100vw;
    height: 989px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}

#section06_2 .dark_bg{
    width: 100%;
    height: 200px;
    background: #222;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section06_2 .use{
    width: 1920px;
    height: 989px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -960px;
    transition: 1.5s;
}

#section06_2 .use.on{
    left: 50%;
    margin-left: -960px;
}

#section06_2 .use .use_illust{
    width: 300px;
    height: 432px;
    position: absolute;
    bottom: 100px;
    left: 305px;
}

#section06_2 .use .video01{
    width: 1350px;
    height: 890px;
    position: absolute;
    top: 0;
    right: 0;
}

#section06_2 .use .video01 video{
    width: 100%;
    filter: saturate(1);
}

#section06_2 .use .white_line{
    width: 3px;
    height: 690px;
    background: #fff;
    position: absolute;
    left: 569px;
    top: 200px;
}

#section06_2 .use .white_line2{
    width: 3px;
    height: 690px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: 200px;
}

#section07{
    width: 100vw;
    height: 4336px;
    background: #fff;
}

#section07 .circle_onboarding{
    width: 550px;
    height: 550px;
    background: #d6eafd;
    border-radius: 500px;
    position: absolute;
    top: 100px;
    left: 50px;
    display: none;
}

#section07 .circle_element{
    width: 500px;
    height: 500px;
    background: #eeeeee;
    border-radius: 300px;
    position: absolute;
    bottom: 857px;
    right: -130px;
    transition: 1s;
}

#section07 .circle_element.on{
    width: 600px;
    height: 600px;
    bottom: 857px;
    right: -177px;
    background: #fff;
    border: 1px solid #ccc;
}

#section07 .onboarding{
    width: 1100px;
    height: 1006px;
    position: absolute;
    top: 226px;
    left: 50%;
    transform: translateX(-50%);
}

#section07 .onboarding .onboarding_video{
    width: 494px;
    height: 1006px;
    position: absolute;
    top: 0;
    left: 0;
    /*background: #000;*/
}

#section07 .onboarding .onboarding_video video{
    width: 89.9%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50.2%,-50%);
}

#section07 .onboarding .onboarding_time{
    width: 38px;
    height: 21px;
    position: absolute;
    top: 40px;
    left: 62px;
}

#section07 .onboarding .onboarding_mockup{
    width: 494px;
    height: 1006px;
    position: absolute;
    top: 0;
    left: 0;
}

#section07 .onboarding .textbox10{
    width: 468px;
    height: 220px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -110px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: 1s;
    transform: translateY(100px);
    opacity: 0;
}

#section07 .onboarding.on .textbox10{
    transform: translateY(0);
    opacity: 1;
}

#section06 .contents_design .textbox10 .on_text01{
    width: 310px;
    height: 54px;
}

#section06 .contents_design .textbox10 .on_text02{
    width: 298px;
    height: 45px;
}

#section06 .contents_design .textbox10 .on_text03{
    width: 468px;
    height: 53px;
}

#section07 .button{
    width: 1060px;
    height: 1478px;
    position: absolute;
    top: 1363px;
    left: 50%;
    transform: translateX(-50%);
}

#section07 .button .button_line01{
    width: 328px;
    height: 2px;
    position: absolute;
    top: 170px;
    left: 287px;
    background: #aaaaaa;
}

#section07 .button .button_line02{
    width: 318px;
    height: 2px;
    position: absolute;
    bottom: 290px;
    right: 300px;
    background: #aaaaaa;
}

#section07 .button .button01{
    width: 459px;
    height: 982px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(-100px);
    opacity: 0;
    transition: 0.7s;
}

#section07 .button.on .button01{
    transform: translateX(0);
    opacity: 1;
}

#section07 .button .button02{
    width: 208px;
    height: 208px;
    position: absolute;
    top: 82px;
    left: 120px;
}

#section07 .button .button03{
    width: 459px;
    height: 982px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(100px);
    opacity: 0;
    transition: 0.7s;
    transition-delay: 1s;
}

#section07 .button.on .button03{
    transform: translateX(0);
    opacity: 1;
}

#section07 .button .button04{
    width: 208px;
    height: 208px;
    position: absolute;
    bottom: 170px;
    right: 120px;
}

#section07 .design_element{
    width: 1400px;
    height: 800px;
    position: absolute;
    bottom: 346px;
    left: 50%;
    transform: translateX(-50%);
}

#section07 .element_tx{
    width: 394px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
}

#section07 .element_box{
    width: 1400px;
    height: 700px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -710px;
    transform: translateY(100px);
    opacity: 0;
    transition: 1s;
}

#section07 .element_box.on{
    transform: translateY(0);
    opacity: 1;
}

#section07 .element_box .element_01{
    width: 453px;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
}

#section07 .element_box .element_02{
    width: 453px;
    height: 596px;
    position: absolute;
    top: 112px;
    left: 0;
}

#section07 .element_box .element_03{
    width: 458px;
    height: 307px;
    position: absolute;
    top: 0;
    left: 472px;
}

#section07 .element_box .element_04{
    width: 458px;
    height: 248px;
    position: absolute;
    bottom: 140px;
    left: 472px;
}

#section07 .element_box .element_05{
    width: 458px;
    height: 132px;
    position: absolute;
    bottom: 0;
    left: 472px;
}

#section07 .element_box .element_06{
    width: 453px;
    height: 508px;
    position: absolute;
    top: 0;
    right: 0;
}

#section07 .element_box .element_07{
    width: 453px;
    height: 190px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#section08{
    width: 100vw;
    height: 4140px;
    background: #fff;
    position: relative;
}

#section08 .store{
    width: 1920px;
    height: 1110px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section08 .store .textbox11{
    width: 405px;
    height: 112px;
    position: absolute;
    top: 0;
    right: 280px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: right;
}

#section08 .store .textbox11 .store_text01{
    width: 330px;
    height: 53px;
}

#section08 .store .textbox11 .store_text02{
    width: 405px;
    height: 41px;
}

#section08 .store .gray_st{
    width: 1748px;
    height: 642px;
    position: absolute;
    transform: rotate(-45deg);
    border-radius: 0 321px 321px 0;
    top: 400px;
    left: -725px;
    background: #eee;
}

#section08 .store .store_page{
    width: 1580px;
    height: 1020px;
    position: absolute;
    top: 91px;
    right: 0;
}

#section08 .store .store_page .store01{
    width: 570px;
    height: 1020px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#section08 .store .store_page .store02{
    width: 380px;
    height: 794px;
    position: absolute;
    top: 101px;
    left: 399px;
}

#section08 .store .store_page .store03{
    width: 380px;
    height: 794px;
    position: absolute;
    top: 101px;
    right: 407px ;
}

#section08 .store .store_page .store04{
    width: 380px;
    height: 794px;
    position: absolute;
    top: 101px;
    right: 15px;
}

#section08 .product_reg{
    width: 1400px;
    height: 992px;
    position: absolute;
    top: 1381px;
    left: 50%;
    transform: translateX(-50%);
}

#section08 .product_reg .textbox12{
    width: 308px;
    height: 195px;
    position: absolute;
    top: 288px;
    left: 65px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section08 .product_reg .textbox12 .reg_text01{
    width: 308px;
    height: 113px;
}

#section08 .product_reg .textbox12 .reg_text02{
    width: 278px;
    height: 44px;
}

#section08 .product_reg .reg_line{
    width: 1px;
    height: 3px;
    position: absolute;
    top: 544px;
    left: -260px;
    background: #444;
    transition: 1s;
}

#section08 .product_reg.on .reg_line{
    height: 1px;
    width: 1250px;
}

#section08 .product_reg .reg_text03{
    width: 317px;
    height: 55px;
    position: absolute;
    top: 533px;
    right: 57px;
    opacity: 0;
    transform: translateX(-20px);
    transition: 1s;
    transition-delay: 1s;
}

#section08 .product_reg.on .reg_text03{
    opacity: 1;
    transform: translateX(0);
}

#section08 .product_reg .reg_page01{
    width: 432px;
    height: 934px;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}
#section08 .product_reg .reg_page01 video{
    width: 99%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section08 .product_reg .reg_page02{
    width: 793px;
    height: 992px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#section08 .product_reg .reg_page02 img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section08 .product_reg .home_bar{
    width: 154px;
    height: 6px;
    position: absolute;
    bottom: 59px;
    left: 50%;
    transform: translateX(-50%);
    background: #444;
    border-radius: 3px;
}

#section08 .easy_control{
    width: 1400px;
    height: 1113px;
    position: absolute;
    bottom: 332px;
    left: 50%;
    transform: translateX(-50%);
}

#section08 .easy_control .textbox13{
    width: 465px;
    height: 224px;
    position: absolute;
    top: 0;
    left: 63px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section08 .easy_control .textbox13 .easy_text01{
    width: 319px;
    height: 51px;
}

#section08 .easy_control .textbox13 .easy_text02{
    width: 465px;
    height: 43px;
}

#section08 .easy_control .textbox13 .easy_text03{
    width: 434px;
    height: 53px;
}

#section08 .easy_control .control01{
    width: 545px;
    height: 787px;
    position: absolute;
    top: 306px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: 1s;
    transform: translateY(100px);
    opacity: 0;
}

#section08 .easy_control.on .control01{
    transform: translateY(0);
    opacity: 1;
}

#section08 .easy_control .control_shadow{
    width: 603px;
    height: 153px;
    position: absolute;
    bottom: 0;
    right: 138px;
    animation: control_shadow 2s linear alternate infinite;
}

@keyframes control_shadow {
    0%{
        opacity: 30%;
    }

    50%{
        opacity: 80%;
    }

    100%{
        opacity: 100%;
    }
}

#section08 .easy_control .control02{
    width: 942px;
    height: 860px;
    position: absolute;
    top: 109px;
    right: -21px;
    animation: control02 2s linear alternate infinite;
}

@keyframes control02 {
    0%{
        top: 79px;
    }

    10%{
        top: 80px;
    }

    50%{
        top: 94px;
    }

    90%{
        top: 108px;
    }

    100%{
        top: 109px;
    }
}


#section09{
    width: 100vw;
    height: 2400px;
    background: #fff;
    position: relative;
}

/*#section09 .use{*/
/*    width: 1920px;*/
/*    height: 989px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/

/*#section09 .use .use_illust{*/
/*    width: 300px;*/
/*    height: 432px;*/
/*    position: absolute;*/
/*    bottom: 100px;*/
/*    left: 310px;*/
/*}*/

/*#section09 .use .video01{*/
/*    width: 1350px;*/
/*    height: 890px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

/*#section09 .use .video01 video{*/
/*    width: 100%;*/
/*    filter: saturate(0.95);*/
/*}*/

/*#section09 .use .white_line{*/
/*    width: 3px;*/
/*    height: 890px;*/
/*    background: #fff;*/
/*    position: absolute;*/
/*    left: 569px;*/
/*    top: 0;*/
/*}*/

#section09 .my_coway{
    width: 1400px;
    height: 2053px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section09 .my_coway .my_coway01 > div{
    transition: all 1s;
}

#section09 .my_coway .my_coway01{
    width: 1400px;
    height: 968px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section09 .my_coway .my_coway01 .my1_page01{
    width: 673px;
    height: 651px;
    position: absolute;
    top: 0;
    right: -41px;
    transform: translate(-885px,250px);
}

#section09 .my_coway .my_coway01.on .my1_page01{
    transform: translate(0,0);
}

#section09 .my_coway .my_coway01 .my1_page02{
    width: 691px;
    height: 675px;
    position: absolute;
    top: 81px;
    left: 488px;
    transform: translate(-570px,190px);
}

#section09 .my_coway .my_coway01.on .my1_page02{
    transform: translate(0,0);
}

#section09 .my_coway .my_coway01 .my1_page03{
    width: 709px;
    height: 700px;
    position: absolute;
    top: 166px;
    left: 193px;
    transform: translate(-269px,90px);
}

#section09 .my_coway .my_coway01.on .my1_page03{
    transform: translate(0,0);
}

#section09 .my_coway .my_coway01 .my1_phone01{
    width: 1085px;
    height: 767px;
    position: absolute;
    top: 200px;
    left: -258px;
}

#section09 .my_coway .textbox14{
    width: 407px;
    height: 225px;
    position: absolute;
    top: 857px;
    right: 33px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: right;
}

#section09 .my_coway .textbox14 .my_text01{
    width: 271px;
    height: 53px;
}

#section09 .my_coway .textbox14 .my_text02{
    width: 371px;
    height: 44px;
}

#section09 .my_coway .textbox14 .my_text03{
    width: 407px;
    height: 56px;
}

#section09 .my_coway .my_coway02{
    width: 1400px;
    height: 808px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section09 .my_coway .my_coway02 > div{
    transition: all 1s;
}

#section09 .my_coway .my_coway02 .my2_page01{
    width: 361px;
    height: 676px;
    position: absolute;
    top: 106px;
    left: -16px;
    transform: translateX(1027px);
}

#section09 .my_coway .my_coway02.on .my2_page01{
    transform: translateX(0);
}

#section09 .my_coway .my_coway02 .my2_page02{
    width: 371px;
    height: 694px;
    position: absolute;
    top: 97px;
    left: 190px;
    transform: translateX(812px);
}

#section09 .my_coway .my_coway02.on .my2_page02{
    transform: translateX(0);
}

#section09 .my_coway .my_coway02 .my2_page03{
    width: 378px;
    height: 712px;
    position: absolute;
    top: 88px;
    left: 422px;
    transform: translateX(567px);
}

#section09 .my_coway .my_coway02.on .my2_page03{
    transform: translateX(0);
}

#section09 .my_coway .my_coway02 .my2_page04{
    width: 386px;
    height: 728px;
    position: absolute;
    top: 80px;
    right: 336px;
    transform: translateX(310px);
}

#section09 .my_coway .my_coway02.on .my2_page04{
    transform: translateX(0);
}


#section09 .my_coway .my_coway02 .my2_phone01{
    width: 370px;
    height: 801px;
    position: absolute;
    top: 0;
    right: 25px;
}

#section10{
    width: 100vw;
    height: 4916px;
    background: #fff;
    position: relative;
}

#section10 .bg_gray{
    width: 100vw;
    height: 4398px;
    background: #ececec;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section10 .coway_life{
    width: 1920px;
    height: 857px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section10 .coway_life .textbox15{
    width: 299px;
    height: 225px;
    position: absolute;
    top: 0;
    right: 260px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#section10 .coway_life .textbox15 .life_text01{
    width: 283px;
    height: 50px;
}

#section10 .coway_life .textbox15 .life_text02{
    width: 299px;
    height: 43px;
}

#section10 .coway_life .textbox15 .life_text03{
    width: 299px;
    height: 52px;
}

#section10 .coway_life .thum_rolling{
    width: 1920px;
    height: 435px;
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
}
#section10 .coway_life .thum_rolling .inner{
    display: flex;
    animation: thum_rolling 15s linear infinite;
}

#section10 .coway_life .thum_rolling .inner> div{
    width: 435px;
    height: 435px;
    margin-right: 37px;
}

@keyframes thum_rolling {
    100%{
        transform: translateX(-2360px);
    }
}


#section10 .coway_life .life_phone{
    width: 680px;
    height: 827px;
    position: absolute;
    top: 34px;
    left: 48%;
    transform: translateX(-50%);
}

#section10 .coway_on{
    width: 1400px;
    height: 3085px;
    position: absolute;
    bottom: 730px;
    left: 50%;
    margin-left: -700px;
    opacity: 0;
    transition: 1s;
}

#section10 .coway_on.on{
    opacity: 1;
}

#section10 .coway_on .on_text{
    width: 282px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 26px;
}

#section10 .coway_on .many_page{
    width: 1400px;
    height: 3017px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -700px;
    transform: translateY(200px);
    transition: 3s;
    /*transition-delay: 1s;*/
}

#section10 .coway_on .many_page.on{
    transform: translateY(0);
}

#section10 .coway_on .many_page .left_page{
    width: 420px;
    height: 2684px;
    position: absolute;
    top: 303px;
    left: -15px;
}

#section10 .coway_on .many_page .left_page .on_illust{
    width: 300px;
    height: 401px;
    position: absolute;
    top: -280px;
    right: 30px;
    transform: scale(0.7);
}

#section10 .coway_on .many_page .left_page .many01{
    width: 420px;
    height: 2684px;
    position: absolute;
    top: 0;
    left: 0;
}

#section10 .coway_on .many_page .center_page{
    width: 379px;
    height: 3017px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#section10 .coway_on .many_page .center_page .div{
    width: 379px;
    height: 841px;
}

#section10 .coway_on .many_page .center_page .many05{
    width: 350px;
    height: 761px;
}

#section10 .coway_on .many_page .right_page{
    width: 379px;
    height: 2808px;
    position: absolute;
    top: 200px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#section10 .coway_on .many_page .right_page .many06{
    width: 379px;
    height: 1211px;
}

#section10 .coway_on .many_page .right_page .many07{
    width: 420px;
    height: 830px;
    margin: 0 50px 35px 0;
}

#section10 .coway_on .many_page .right_page .many08{
    width: 379px;
    height: 843px;
}

#section10 .white_dim{
    width: 100vw;
    height: 1024px;
    position: absolute;
    bottom: 730px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to top,rgba(236,236,236,1),rgba(236,236,236,0.8),rgba(236,236,236,0.2),rgba(236,236,236,0));
}

#section10 .footer{
    width: 1920px;
    height: 730px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section10 .footer .footer_bg{
    width: 1920px;
    height: 730px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#section10 .footer .footer_tx{
    width: 1309px;
    height: 194px;
    position: absolute;
    bottom: 253px;
    left: 50%;
    margin-left: -655px;
    filter: brightness(0.9);
    opacity: 0;
    transition: 1.5s;
    transform: translateY(50px);
}

#section10 .footer.on .footer_tx{
    opacity: 1;
    transform: translateY(0);
}









