

#main {
    background-image:url('../image/bg01.png'),url('../image/bg02.png'),url('../image/bg03.png') ;
    background-size:100%, 100%, 100%; 
    background-position:0px 0 ,0px 54% ,0px 94%;
    background-repeat:no-repeat;
    background-color:#fafafa;
    padding-top:100px;
}

section {
}

section > div.box {
}
section a {
    transition:all .4s;
}
section .text-area {
    text-align:center;
    font-size:40px;
    font-weight:bold;
    color:#7b7c7d;
}
section .text-area p {
}
section .text-area a {
    display: inline-block;
    background: #333233;
    color: #fff;
    padding: 40px 60px;
    border-radius: 70px;
    line-height: 1;
    margin-top: 60px;    font-size: 40px;
}
section  .box > h2{ 
    text-align:center;  
}



/***section01***/

#section01 { padding-bottom:200px;
}

#section01 .box {
}

#section01 .box > h2{
    font-size:200px;
    text-align:center;    line-height: 1;
}

#section01 .box .img-card {
    position: relative;min-height: 850px;
}
#section01 .box .img-card .img01 {
     max-width: 630px;
    position: absolute;
    top: 97px;
    z-index: 2;
    left: 1%;
    left: 50%;
    margin-left: -887px;
}
#section01 .box .img-card .img02 {
    max-width: 770px;
    top: 15px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
    z-index: 3;
}
#section01 .box .img-card .img03 {
    max-width: 606px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%); 
       -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
    z-index: 5;
}
#section01 .box .img-card .img04 {
    max-width: 570px;
    position: absolute;
    left: 49%;
    top: 44px;
    z-index: 3;
}
#section01 .box .img-card .img05 {
    max-width: 740px;
    position: absolute;
    left: 50%;
    margin-left: 68px;
    z-index: 2;
    top: -20px;
}

#section01 .box .icon { position: relative;
    z-index: 9;
    animation: sec01_icon 1s infinite alternate;animation-timing-function:ease-in-out;
    
}
#section01 .box .icon .img01 {position: absolute;
    top: 541px;
    z-index: 6;
    left: 17%;
    margin-left: 0;
    max-width: 130px;
}
#section01 .box .icon .img02 {
        position: absolute;
    top: 30px;
    z-index: 6;
    left: 32%;
    margin-left: 0;
    max-width: 130px;
}
#section01 .box .icon .img03 {position: absolute;
    top: 578px;
    z-index: 6;
    left: 83%;
    margin-left: 0;
    max-width: 130px;
}
.text-area a:hover {
   opacity:.7;
}


    /*** section02 ***/

#section02 {
    padding-bottom:230px;
}
#section02 > .box{
}
#section02 ul{    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-size:0;
}
#section02 ul li {
    width: calc(50% - 40px);
    display: inline-block;
    vertical-align: top;
    position:relative;

}
#section02 ul li:nth-child(2n) {
    margin-left:40px;
}
#section02  li div{    
    border-radius: 35px;
    padding:48px;
}
#section02  li div > h2{font-size: 94px;
    color: #fff;
    line-height: 1.1;
}
#section02  li div > h3{font-size:58px;
}
#section02  li div > p{font-size:40px;
                       font-weight:bold;     text-align: left;
                       
}
#section02 li div a {    display: inline-block;
margin-top:40px;transition:all .5s;
}
#section02 li div a:hover {
       transform: translateY(-5px);
       -webkit-transform: translateY(-5px); 
       -moz-transform: translateY(-5px);  
       -ms-transform: translateY(-5px);  
       -o-transform: translateY(-5px); 

}
#section02 li div > h3 + p {margin-top:65px;
}
#section02  li div img{
    position:absolute;
}
#section02  li div img.img1{    top: 58px;
    right: 40px;
    max-width: 175px;
    animation: sec02_icon .5s infinite alternate;
    animation-timing-function:ease-in-out;
}
#section02  li div img.img2{position: static;
}
#section02  li div img.img3{    top: 58px;
    right: 50px;
    max-width: 175px;    animation: sec02_icon .5s infinite alternate;
    animation-timing-function: ease-in-out;
}
#section02  li div img.img4{     position: absolute;
    left: 0;
    max-width: 100%;
    top: 413px;
}

#section02 li div.div01 {background: #feef3c; margin-bottom:40px
}
#section02 li div.div02 {background:#7addfd;text-align: right;
}
#section02 li div.div03 {    background: #0246c7;
    border-radius: 35px 35px 0 0;
    padding-bottom: 145px;
    padding-top: 35px;}

    /*** section03 ***/

#section03 {
    padding-bottom:150px;
}
#section03 .box {
    max-width: 1440px;
    margin: 0 auto;
}
#section03 .card_area {     position: relative;
    display: block;
    /* min-height: 400px; */
    min-height: 845px;
}
#section03 .card_area .card01 {    position: absolute;
    max-width: 729px;
    top: 80px;
    left: 50%;
    margin-left: -808px;
}
#section03 .card_area .card01 div{
        position: relative;
}
#section03 .card_area .card01 div .img{    max-width: 100%;
}
#section03 .card_area .icon_area {
        z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
        animation: sec01_icon 1s infinite alternate;
    animation-timing-function: ease-in-out;
}
#section03 .card_area .icon_area img{ position: absolute;
}
#section03 .card_area .icon_area .ic_01{
    left: 16%;
    top: -6px;
}
#section03 .card_area .icon_area .ic_02{
    right: 26.5%;
    top: 325px;
    max-width: 170px;
}
#section03 .card_area .eye {
    position:absolute;
        left: 13%;
    top: 170px;animation: sec03_icon .5s infinite alternate;
    animation-timing-function: ease-in-out;
}
#section03 .card_area .card02 div .ic.arrow {
    position:absolute;
        top: 222px;
    left: 27%;
    margin-left: 171px;
}
#section03 .card_area .card02 div .ic.coin {
    position:absolute;
        left: 8%;
    margin-left: 0;
    top: 274px;
}

#section03 .card_area .card02 {     max-width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%); 
       -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
    z-index: 5;
}
#section03 .card_area .card02 div{
    position:relative;
}
#section03 .card_area .card02 .text01 {position:absolute;margin: 50px 0 0 40px;

}
#section03 .card_area .card02 .text01 p{ 
        color: #80a9f7;
    font-size: 30px;
    
    line-height: 1;
    font-weight: 200;

}
#section03 .card_area .card02 .text01 p b{ font-size: 34px;font-weight: bold;

}

#section03 .card_area .card02 .text01 span.num01 {color:#fff;
    font-size:125px;
}
#section03 .card_area .card02 .text02 {position:absolute;     margin: 0px 0 0 40px;    top: auto;
    bottom: 25px;
}
#section03 .card_area .card02 .text02 p{ 
        color: #80a9f7;
    font-size: 30px;
    
    line-height: 1;
    font-weight: 200;

}
#section03 .card_area .card02 .text02 span.num02 {font-size:80px;color:#fff;
}

#section03 .card_area .card02 .text02 p b{ font-size: 34px;font-weight: bold;

}
#section03 .card_area .card02 div span.num01{
}
#section03 .card_area .card02 div span.num02{
}
#section03 .card_area .card02 div .img{    max-width: 100%;
    border-radius: 35px;
    box-shadow: 4px 14px 45px rgba(2, 70, 199,.7);
}
#section03 .card_area .card02 div .ic{     position: absolute;
    top: 335px;
    left: 50%;
    margin-left: 171px;
    max-width: 170px;

}

#section03 .card_area .card03 {   position: absolute;
    max-width: 729px;
    top: 80px;
    left: 50%;
    margin-left: 85px;
}
#section03 .card_area .card03 div{
}
#section03 .card_area .card03 div img{    max-width: 100%;
}
#section03 .text-area {
}
#section03 .text-area h2{
    font-size:80px;line-height: 1;

}

#section03 .text-area p {font-size:40px; margin-top:15px;
}
#section03 .text-area a {
}





    /*** section04 ***/

#section04 {
    padding-bottom:200px;
}
#section04 > .box {
   
}
#section04 .box > h2 {
    font-size:260px; text-align:center;line-height:1;
}

#section04 .txt-card-area {
    position: relative;
    max-width: 1340px;
    margin: 50px auto 0;
    min-height: 729px;
}
#section04 .txt-card-area > div{
    position:absolute; left:50%;

} 
#section04 .txt-card-area .box4_txt01{
     z-index: 1;
    top: 360px;
    right: 4%;
    left: auto;    width: 701px;
}
#section04 .txt-card-area .box4_txt02{z-index:2;    top: 89px;
    left: 5%; width: 810px;
}
#section04 .txt-card-area .box4_txt03{z-index:3;      top: 285px;
    left: auto;
    right: 0;width: 758px;
}
#section04 .txt-card-area .box4_txt04{z-index:4;     top: 232px;
    left: 9%; width: 908px;
}
#section04 .txt-card-area .box4_txt05{    z-index: 5;
    top: 19px;
    left: auto;
    right: 8%;
    width: 768px;
}
#section04 .txt-card-area .box4_txt06{z-index:6;    top: 200px;
    left: 23.5%; width: 883px;
}
#section04 .txt-card-area .box4_txt07{z-index:7;    top: 396px;
    left: 0;width: 728px;
}
#section04 .txt-card-area .box4_txt08{z-index:8;top: 358px;
    left:2%;width: 678px;
}
#section04 .txt-card-area .box4_txt09{
    z-index:9;   width: 670px; 
                                      transform: translateX(-50%);
                                      -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%); 
       -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
    top: 206px;
}

#section04 .icon-area {
    position: relative;
    z-index: 9;    animation: sec01_icon 1s infinite alternate;
    animation-timing-function: ease-in-out;
}


#section04 .icon-area > div {
    position:absolute;
    top: 0;
    left: 50%;
    z-index: 9;

}
#section04 .txt-card-area >  .icon-area {
     position:relative;left: 0;
    
}
#section04 .txt-card-area > .icon-area .box4_icon01 {    left: 60%;
    top: -13px;
}
#section04 .txt-card-area > .icon-area .box4_icon02 {    left: 39%;
    top: 593px;
}
#section04 .txt-card-area > .icon-area .box4_icon03 {top: 72px;
    left: -14px;
    right: auto;
}
#section04 .txt-card-area > .icon-area .box4_icon04 {top: 270px;
    left: 73%;
}


img {max-width:100%;
}


#section04 .banner-area {    max-width: 1440px;
    margin: 0 auto;
}
#section04 .banner-area ul{    font-size: 0;
}
#section04 .banner-area li{    display:inline-flex;
    width: calc(50% - 30px);
        background: #fff;margin-bottom:50px;
    border-radius: 40px;
}
#section04 .banner-area li:nth-child(2n) {
    margin-left:60px;
}
#section04 .banner-area li > div{
    padding-top:50px; padding-bottom:50px;
}
#section04 .banner-area li div.img{width:190px; text-align:center;    padding-top: 60px;
}
#section04 .banner-area li div.img img{
        position: relative;
    animation: sec01_icon 1s infinite alternate;
    animation-timing-function: ease-in-out;
}
#section04 .banner-area li div .sub-title {
}
#section04 .banner-area li div .sub-title h4{
    font-size:44px;
}
#section04 .banner-area li div .sub-title h5 {  font-size: 36px;
    margin: 20px 0 10px;
    line-height: 1;
}
#section04 .banner-area li div .sub-title p{font-size:24px;font-weight: normal;
                                            color:#7b7c7d;
}
#section04 .banner-area {
}
#section04 .banner-area {
}
    /*** section05 ***/

#section05 {
}
#section05 .box{
}
#section05 .box > h2 {
    text-align:center;
    font-size:80px;

}
#section05 .box > p {
     text-align:center;
     font-size:39px;    margin-top: 15px;
     color:#7b7c7d;    font-weight: 600;
}
#section05 .box05-area{display: flex
;
    justify-content: space-between;
    max-width: 1440px;
    margin: 120px auto 170px;
}
#section05 .box05-area ul{
}
#section05 .box05-area ul li{

}
#section05 .box05-area ul li img{
    margin-bottom:30px;

}
#section05 .text-area{
}
#section05 .text-area p{
}
#section05 .text-area a{
}



    /*** section06 ***/

#section06 {padding-bottom:170px;
}
#section06 .box {position: relative;    max-width: 1440px;
    margin: 0px auto;
}
#section06 .box > h2{
    font-size:260px;

}
#section06 .box ul{
    width:100%; margin:70px auto;
}
#section06 .box  ul li{
    text-align:center;
}
#section06 .box ul li img {
margin:15px;}
#section06 .box ul li:nth-child(1) img:nth-child(1) {
margin-right:200px;}
#section06 .box ul li:nth-child(2) img:nth-child(1) {
margin-right:80px;}
#section06 .box .icon-area{ 
position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%; 
    animation: sec01_icon 1s infinite alternate;
    animation-timing-function: ease-in-out;
}
#section06 .box .box6_icon {position:absolute;
}
#section06 .box .box6_icon01{    top: 251px;
    max-width: 105px;
    left: 20%;
}
#section06 .box .box6_icon02{    top: 571px;
    left: 56%;
    max-width: 105px;

}
#section06 .box .box6_icon03{    top: 813px;
    left: auto;
    max-width: 123px;
    right: 3%;
}
#section06 .box .box6_icon04{   top: 251px;
    left: 48%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%); 
       -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
    max-width: 250px;
}


/*** section07 ***/

#section07 {
    padding-bottom:200px;
}
#section07 .box {
    position:relative;    padding-top: 590px;
    background: url(../image/theys_symbol.png) center top no-repeat;
}
#section07 .text-area {
} 
#section07 .text-area a{
}
#section07 .icon-area {    
     position: relative;
    max-width: 1440px;
    margin: 0 auto;z-index: 9;  
    animation: sec01_icon 1s infinite alternate;
    animation-timing-function: ease-in-out;
}
#section07 .icon-area > div {
    position:absolute;z-index: 9;
}
#section07 .icon-area .box7_icon01{top: 35px;
    left: 20%;
    
}
#section07 .icon-area .box7_icon02{top: -24px;
    left: 57%;
    z-index: 9;
}
#section07 .icon-area .box7_icon03{    top: 28px;
    right: 5%;
}

/***리뷰 스와이프***/


.swiper-container {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: visible;
}

.section07_swiper {   
    margin: 0 auto;    height: 770px;    perspective: none !important;
}
.swiper-container .swiper-wrapper {    margin-top: 100px;
         
}
.swiper-container { 
    }
.section07_swiper .swiper-slide { 
    text-align:center; 
    padding:67px;box-sizing: border-box;  height:570px !important;
}

 
.section07_swiper .swiper-slide > div {
    background:#e4eaf5;    height: 100%;box-sizing: border-box; padding:50px 40px;
       border-radius: 25px;text-align:left;
       position:relative;
}
.section07_swiper .swiper-slide-active { 
         transform: scale(1.2) !important;
         -webkit-transform: scale(1.2) !important;
       -moz-transform: scale(1.2) !important; 
       -ms-transform: scale(1.2) !important;
       -o-transform: scale(1.2) !important; 

}
 
.section07_swiper .swiper-slide.swiper-slide-prev {  
     
}

.section07_swiper .swiper-slide.swiper-slide-next {   
}
.section07_swiper .swiper-slide > div b {
    font-size:36px;
    font-weight:bold;color:#001b5e;
    
}
.section07_swiper .swiper-slide > div p {    font-size: 18px; 
    font-weight: normal;
    color: #001b5e;
    margin-top: 20px;line-height:1.3;
}
.section07_swiper .swiper-slide div.name {
    position:absolute;left:50px; bottom:40px;
}
.section07_swiper .swiper-slide ul {
}
.section07_swiper .swiper-slide ul li{
    display:inline-block;vertical-align: middle;
}
.section07_swiper .swiper-slide ul li.img{
    padding-right:20px;
}
.section07_swiper .swiper-slide ul li.img img{
    max-width: 65px;
}

.section07_swiper .swiper-slide ul li p{     font-size: 28px;
    margin-top: 0;
} 

/***리뷰 스와이프***/



    /*** section08 ***/

#section08 {
    padding-bottom:240px;
}
#section08 .box{
    text-align:center;
}




.mobile_block {
    display:none;
}
.mobile_inblock {
    display:none;
}

@media (max-width: 1620px) {
    section .text-area a {
        display: inline-block;
        background: #333233;
        color: #fff;
        padding: 25px 55px;
        border-radius: 70px;
        line-height: 1;
        margin-top: 60px;
        font-size: 30px;
    }
    section .text-area {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        color: #7b7c7d;
    }
    /***section01***/
    #section01 .box > h2 {
    font-size: 180px;  
}
    #section01 .box .img-card .img01 {
        max-width: 530px;             top: 84px;   margin-left: -750px;
    }
    #section01 .box .img-card .img02 {
        max-width: 670px; margin-left: -603px;
    }
    #section01 .box .img-card .img03 {
        max-width: 506px; 
    }
    #section01 .box .img-card .img04 {
        max-width: 470px;
        position: absolute;
        left: 49%;
        top: 44px;
        z-index: 3;
    }
    #section01 .box .img-card .img05 {
        max-width: 610px;         top: -7px;
    }
    #section01 .box  .img-card .icon { 

    }
    #section01 .box .icon .img01 {
        position: absolute;
        top: 541px;
        z-index: 6;
        left: 17%;
        margin-left: 0;
        max-width: 130px;
    }
    #section01 .box .icon .img02 {
        position: absolute;
        top: 30px;
        z-index: 6;
        left: 32%;
        margin-left: 0;
        max-width: 130px;
    }
    #section01 .box .icon .img03 {
        position: absolute;
        top: 578px;
        z-index: 6;
        left: 83%;
        margin-left: 0;
        max-width: 130px;
    }
    /***section02***/
    #section02 ul {
        width: 100%;
        max-width: 1240px;
        margin: 0 auto;
        font-size: 0;
    }
    #section02 li div { 
    padding: 50px;
}
    #section02 li div > h3 {
        font-size: 44px;
    }
    #section02 li div > p {
        font-size: 30px;
        font-weight: bold;
        text-align: left;
    }
    #section02 li div > h3 + p {
        margin-top: 40px;
    }
    #section02 li div > h2 {
        font-size: 66px;
        color: #fff;
        line-height: 1.1;
    }
    #section02 li div img.img1 {
        top: 35px;
        right: 40px;
        max-width: 135px;
    }
    #section02 li div img.img2 { 
        max-width: 205px;
    }

    #section02 li div img.img3 {
        top: 49px;
        right: 50px;
        max-width: 105px;
    }
    #section02 li div img.img4 {
    position: absolute;
    left: 0;
    max-width: 100%;
    top: 333px;
}



    /***section03***/
    #section03 .text-area p {
        font-size: 34px; 
    }
    #section03 .card_area {
    position: relative;
    display: block;
    /* min-height: 400px; */
    min-height: 845px;
    max-width: 100%;
    overflow: hidden;
}
    #section03 .card_area .card01 {
    position: absolute;
    max-width: 507px;
             margin-left: -577px;
}

    #section03 .card_area .card02 {
        max-width: 330px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
       -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
        z-index: 5;
    }
    #section03 .card_area .card03 {
               position: absolute;
        max-width: 507px;
        top: 80px;
        left: 50%;
        margin-left: 50px;
    }
    #section03 .card_area .icon_area .ic_01 {
        max-width: 140px;
        left: 24%;
        top: -6px;
    
     }
    #section03 .card_area .icon_area .ic_02 {
    right: 33.5%;
    top: 184px;
    max-width: 133px;
}
    #section03 .card_area .eye {
            max-width: 272px;
        left: 16%;
        top: 125px;
    }
    #section03 .card_area .card02 div .ic.coin {
        position: absolute;
        left: 10%;
        margin-left: 0;
        top: 173px;
        max-width: 115px;
    }
    #section03 .card_area .card02 div .ic.arrow {
    position: absolute;
    top: 150px;
    left: 56%;
    margin-left: 0;
    max-width: 82px;
}
    #section03 .card_area .card02 .text01 span.num01 {
        color: #fff;
        font-size: 66px;
    }
    #section03 .card_area .card02 .text02 span.num02 {
        font-size: 55px;
        color: #fff;
    }
    #section03 .card_area .card02 .text01 p { 
        font-size: 26px; 
    }
    #section03 .card_area .card02 .text01 p b {
        font-size: 28px; 
    }
    #section03 .card_area .card02 .text02 p b {
        font-size: 28px; 
    }

    /***section04***/


    #section04 .banner-area {
        max-width: 1240px;
        margin: 0 auto;
    }
    #section04 .banner-area li div .sub-title h4 {
        font-size: 30px;
    }
    #section04 .banner-area li div .sub-title h5 {
        font-size: 28px;
        margin: 15px 0 10px;
        line-height: 1;
    }
    #section04 .banner-area li div .sub-title p {
        font-size: 20px;
        font-weight: normal;
        color: #7b7c7d;
    }
#section04 .txt-card-area  {  
}
#section04 .txt-card-area .box4_txt09 {
    z-index: 9; 
    top: 206px;
}
 








    #section04 .banner-area li div.img img {
    /* max-width: 90%; */
    transform: scale(0.8);
}
    /***section05***/

    #section05 .box05-area {
        display: flex
    ;
        justify-content: space-between;
        max-width: 1240px;
        margin: 120px auto 170px;

    }
    #section05 .box > p {
        text-align: center;
        font-size: 30px;
        margin-top: 15px;
        color: #7b7c7d;
        font-weight: 600;
    }
    #section05 .box05-area ul li img {
        margin-bottom: 30px;
        max-width: 390px;
    }

     /***section06***/


    #section06 .box { 
        max-width: 1240px; 
    }
    #section06 .box > h2 {
    font-size: 200px;
}
    #section06 .box ul li img {
        margin: 15px;
        max-height: 80px;
    }
    #section06 .box .box6_icon04 {
    top: 251px;
    left: 48%;
    transform: translateX(-50%);
    max-width: 235px;
}
    /***section07***/

    #section07 .box { 
    padding-top: 475px;
    background-size: 500px;
}
    .section07_swiper {
    margin: 0 auto;
    height: 575px;
    perspective: none !important;
}
    .section07_swiper .swiper-slide {
    text-align: center;
    padding: 60px;
    box-sizing: border-box;
    height: 490px !important;
}

    .section07_swiper .swiper-slide-active {
       padding:60px;
    }
    .section07_swiper .swiper-slide > div {
        background: #e4eaf5;
        height: 100%;
        box-sizing: border-box;
        padding: 45px 30px;
        border-radius: 25px;
        text-align: left;
        position: relative;
    }

    .section07_swiper .swiper-slide > div b {
        font-size: 26px;
        font-weight: bold;
        color: #001b5e;
    }

    .section07_swiper .swiper-slide > div p {
        font-size: 16px;
        font-weight: normal;
        color: #001b5e;
        margin-top: 20px;
        line-height: 1.3;
    }
    .section07_swiper .swiper-slide ul li p {
        font-size: 18px; 
    }
    .section07_swiper .swiper-slide div.name {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
    .section07_swiper .swiper-slide ul li.img img {
    max-width: 50px;
}
    #section07 .icon-area .box7_icon02 {
    top: -1px;
    left: 56%;
    z-index: 9;
    max-width: 167px;
}
    #section07 .icon-area .box7_icon01 {
    top: 38px;
    left: 22%;
    max-width: 137px;
}
    #section07 .icon-area .box7_icon03 {
    top: 28px;
    right: 5%;
    top: 28px;
    right: 10%;
    max-width: 207px;
}

    /***section08***/
    #section08 .box .banner-area {
        max-width:80%;margin:0 auto;
    }


}

@media (max-width: 1440px) {
    /***section01***/
    #section01 .box .img-card {
        position: relative;
        min-height: 550px;
    }
    #section01 .box > h2 {
        font-size: 160px;
    }
    #section01 .box .img-card .img01 {
        max-width: 430px;
        margin-left: -631px;
        top: 65px;
    }
    #section01 .box .img-card .img02 {
                max-width: 520px;
        margin-left: -487px;
    }
    #section01 .box .img-card .img03 {
       max-width: 406px;
    }
    #section01 .box .img-card .img04 {
               max-width: 370px; 
        left: 49%;
        top: 44px; 
    }
    #section01 .box .img-card .img05 {
        max-width: 440px;
        margin-left: 86px;
        top: 15px;
    }

   #section01 .box .icon .img01 {
        position: absolute;
        top: 373px;
        z-index: 6;
        left: 16%;
        margin-left: 0;
        max-width: 90px;
    }

    #section01 .box .icon .img02 { 
                top: 19px;
        z-index: 6;
        left: 31%;
        margin-left: 0;
        max-width: 90px;
    }


     #section01 .box .icon .img03 { 
                 top: 375px;
        z-index: 6;
        left: 71%;
        margin-left: 0;
        max-width: 90px;
    }

    /***section03***/
    #section03 .box {
    max-width: 1240px;
    margin: 0 auto;
}
    #section03 .card_area .card01 {
position: absolute;
        max-width: 535px;
        margin-left: -617px;
}

    #section03 .card_area .card02 {
        max-width: 380px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
    }
        #section03 .card_area .card03 {
        position: absolute;
        max-width: 579px;
        top: 80px;
        left: 50%;
        margin-left: 85px;
    }
    #section03 .card_area .card02 .text01 span.num01 {
        color: #fff;
        font-size: 80px;
    }
    #section03 .card_area .card02 .text02 span.num02 {
        font-size: 55px;
        color: #fff;
    }
    #section03 .card_area .card02 .text01 p { 
        font-size: 24px; 
    }
    #section03 .card_area .card02 .text01 p b {
        font-size: 26px; 
    }
    #section03 .card_area .card02 .text02 p b {
        font-size: 26px; 
    }
    #section03 .card_area .icon_area .ic_01 {
        max-width: 140px;
        left: 19%;
        top: 0px;
    }
     #section03 .card_area .icon_area .ic_02 {
        right: 29%;
        top: 222px;
        max-width: 133px;
    }
    #section03 .card_area .card02 div .ic.arrow {
        position: absolute;
        top: 161px;
        left: 61%;
        margin-left: 0;
        max-width: 95px;
    }
     /***section04***/
    #section04 .txt-card-area {
        transform: scale(1);
        max-width: 1240px;
    }


     /***section07***/
     .section07_swiper .swiper-slide > div b { 
    }
     .section07_swiper .swiper-slide > div p { 
    }
    .section07_swiper .swiper-slide {
        text-align: center;
        padding: 60px;
        box-sizing: border-box;
        height: 490px !important;
    }
        #section07 .icon-area .box7_icon02 {
        top: -1px;
        left: 58%;
        z-index: 9;
        max-width: 138px;
    }
            #section07 .icon-area .box7_icon03 {
        top: 28px;
        right: 5%;
        top: 69px;
        right: 7%;
        max-width: 180px;
    }

}


@media (max-width: 1024px) {

    .mobile_block {
        display:block;
    }
    .mobile_inblock {
        display:inline-block;
    }
    .pcOnly {
        display:none;
    }
    #main {
          background-image: url(../image/m/bg01_m.png), url(../image/m/bg02_m.png), url(../image/m/bg03_m.png);
        background-size: 100%, 100%, 100%;
        background-position: 0px 0, 0px 55%, 0px 94%;
        background-repeat: no-repeat;
        background-color: #fafafa;
        padding-top: 30vw;
    }


    section .text-area { 
        font-size: 5vw; 
    }
    section .text-area a {  
        padding: 20px 40px;
        border-radius: 70px;
        line-height: 1;
        margin-top: 5vw;
        font-size: 4vw;
    }
    /***section01***/
    #section01 {
        padding-bottom: 20vw;
    }
    #section01 .box {
        overflow: hidden;
    }
    #section01 .box > h2 {
        font-size: 15vw;        margin-bottom: 5vw;
    }
    #section01 .box .icon .img01 {
        top: 400px;
        left: 18%;
        max-width: 85px;
    }
    #section01 .box .icon .img02 {
        top: 6px;
        z-index: 6;
        left: 13vw; 
        max-width: 85px;
    }
    #section01 .box .icon .img03 {
        top: 305px; 
        left: 71%; 
        max-width: 85px;
    }


     /***section02***/
    #section02 {
        padding-bottom: 15vw;
    }
    #section02 > .box {
        padding: 0 20px;
    }
    #section02 li div {
        padding: 8%;
    }
    #section02 li div a {
        margin-top: 5%;
    }
    #section02 li div > h2 {
        padding-left: 25px;
        font-size: 10vw;
    }
    #section02 li div > p {
        font-size: 5vw;
        font-weight: bold;
        text-align: left;
    }
    #section02 ul {
        display: flex;
        flex-flow: row wrap;
    }
    #section02 ul li {
        width: 100%;
    }
    #section02 li div img.img1 {
        top: 8%;
        right: 8%;
        max-width: 23vw;
    }
    #section02 li div img.img2 {
        max-width: 35vw;
    }
    #section02 li div img.img3 {
        top: 8%;
        right: 8%;
        max-width: 17vw;
    } 
    #section02 li div > h3 {
        font-size: 7vw;
    }
    #section02 li div > h3 + p {
        margin-top: 5%;
        font-size: 5vw;
    }
    #section02 ul li:nth-child(1) {
        order:2;
    }
    #section02 ul li:nth-child(2) {
        order:1;    margin-left: 0;
    }
    #section02 li div.div01 { 
        margin-bottom: 0;        padding: 8%;
    }
    #section02 li div.div03 { 
    border-radius: 45px;
    padding-bottom: 0;
    padding-top: 8%;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    padding-left:0;
    padding-right:0;
}
    #section02 li div img.img4 {
        position: static;
        left: 0;
        max-width: 100%;
        margin-top: 60px;width: 100%;
        top: 333px;
    }


    /***section03***/
#section03 {
    padding-bottom: 20vw;
}
    #section03 .card_area {
        padding-top: 8vw;min-height: 100vw;
    }
        #section03 .card_area .card01 {
        position: absolute;
        max-width: 75%;
        margin-left: -72vw;
               top: 16vw;
    }
    #section03 .card_area .card02 div .img { 
        border-radius: 20px; 
    }
    #section03 .card_area .card02 div .ic.coin { 
        left: 10%; 
        top: 38%;
        max-width: 22vw;
    }
    #section03 .card_area .card02 div .ic.arrow {
        position: absolute;
        top: 35%;
        left: 63%;
        margin-left: 0;
        max-width: 15vw;
    }
    #section03 .card_area .card02 .text01 { 
        margin: 10% 0 0 10%;
    }
    #section03 .card_area .card02 .text01 span.num01 { 
        font-size: 15vw;
    }
    #section03 .card_area .card02 .text02 span.num02 {
        font-size: 10vw; 
    }
        #section03 .card_area .card02 .text01 p {
        font-size: 4vw;
    }
    #section03 .card_area .card02 .text01 p b {
        font-size: 4vw;
        margin-right: 1%;
    }
    #section03 .card_area .card02 .text02 p b {
        font-size: 4vw;
    }
    #section03 .card_area .card02 {
        max-width: 80%;
        position: absolute;        width: 70%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
    }

    #section03 .card_area .card03 {
        position: absolute;
        max-width: 82%;
        top: 16vw;
        width: 75%;
        left: 50%;
        margin-left: -4vw;
    }
#section03 .card_area .icon_area { 
    top: 5%; 
}
   #section03 .card_area .icon_area .ic_01 {
        max-width: 18vw;
        left: 4vw;
        top: 0px;
    }
    #section03 .card_area .icon_area .ic_02 {
        right: 16vw;
        top: 57vw;
        max-width: 21vw;
    }
    #section03 .card_area .eye {
        max-width: 48vw;
        left: 3%;
        top: 17%;
    }
    #section03 .text-area h2 {
        font-size: 7vw; 
    }
    #section03 .text-area p{
        font-size: 5vw;
    }
 /***section04***/
    #section04 {
        padding-bottom: 20vw;
    }
    #section04 > .box {
        overflow: hidden;
    }
    #section04 .txt-card-area {
        min-height: 90vw;
        transform: scale(1);        margin: 15% auto 0;
    }
    #section04 .box > h2 {
        font-size: 25vw;
    } 
    #section04 .banner-area li {
    display: flex;
    width: 100%; 
}
    #section04 .banner-area li:nth-child(2n) {
        margin-left: 0;
    }


    #section04 .txt-card-area .box4_txt01 {           width: 65.3134vw;
        top: 56.8657vw;
        right: 13%;
        transform: rotate(7deg);
    }
    #section04 .txt-card-area .box4_txt02 {  width: 77.4478vw;
        top: 0.6418vw;
        left: 10%;
    }
    #section04 .txt-card-area .box4_txt03 {width: 67.5672vw;
        top: 38.2687vw;
        right: -15%;
    }
    #section04 .txt-card-area .box4_txt04 { width: 83.7612vw;
        top: 17.3134vw;
        left: 0;
    }
    #section04 .txt-card-area .box4_txt05 {  width: 72.3134vw;
        top: 8.4179vw;
        right: 0;
    }
    #section04 .txt-card-area .box4_txt06 { width: 85.8955vw;
        top: 32.9254vw;
        left: auto;
        right: 0;
        transform: rotate(-9deg);
    }
    #section04 .txt-card-area .box4_txt07 {  width: 71.3284vw;
        top: 44.5522vw;
        left: -2%;
    }
    #section04 .txt-card-area .box4_txt08 {width: 63.597vw;
        top: 46.7164vw;
        left: 9%;
        transform: rotate(-11deg);
    }
    #section04 .txt-card-area .box4_txt09 {width: 66vw;
        top: 14.3731vw;
        transform: none;
        left: 5%;
    }


    #section04 .txt-card-area > .icon-area .box4_icon01 {
         max-width: 19.5672vw;
        top: -12.9701vw;
        left: 56%;
    }
    #section04 .txt-card-area > .icon-area .box4_icon02 {
        top: 72.2537vw;
        width: 19.5373vw;
    }
    #section04 .txt-card-area > .icon-area .box4_icon03 {        left: 6%;
        top: 29.3731vw;
        width: 17.3731vw;
    
    }
    #section04 .txt-card-area > .icon-area .box4_icon04 {         top: 37.1493vw;
        width: 14.1791vw;
        left: auto;
        right: 0;
    
    }
    .section04_swiper.swiper-container {
        padding-bottom: 15vw;        margin: 2vw auto 0;
        max-width: 90%;
    }
    .section04_swiper.swiper-container  .swiper-wrapper {
        margin: 2vw auto 0; 
    }
    .section04_swiper.swiper-container .sec04.swiper-pagination {
            bottom: 4vw;
    }
    .section04_swiper.swiper-container .sec04.swiper-pagination .swiper-pagination-bullet {
        margin: 0 3vw;
    width: 10px;
    height: 10px;
    }
    #section04 .banner-area li {
        display: flex;
        background: #fafafa;
        border-bottom: 1px solid #dcdddd;
        border-radius: 0;
        margin-bottom: 0;
    }
    #section04 .banner-area li > div {
        padding-top: 6vw;
        padding-bottom: 6vw;
    }
    #section04 .banner-area li div .sub-title h4 {
        font-size: 7vw;
        font-weight: 500;
    }
    #section04 .banner-area li div .sub-title h5 {
        font-size: 5vw;
        margin: 3% 0 3%;
        line-height: 1;
    }
    #section04 .banner-area li div.img {
        width: 25%;
        text-align: center;
        padding-top: 0;
    }
    #section04 .banner-area li div.img img { 
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);

    }
    #section04 .banner-area li div .sub-title p {
        font-size: 4vw; 
    }
    
        /***section05***/
    #section05 .box {
        padding: 0 20px;
    }
    #section05 .box05-area { 
        margin: 13vw 0 15vw;
    }
    #section05 .box > h2 { 
        font-size: 7vw;
    }
    #section05 .box > p {
        text-align: center;
        font-size: 5vw;
        margin-top: 15px;
        color: #7b7c7d;
        font-weight: 600;
    }
    #section05 .box05-area{
        display: block;
    }
     #section05 .box05-area ul li img {
        margin-bottom: 10px;
        max-width: 1024px;        width: 100%;
    }


     /***section06***/
    #section06 {
        padding-bottom: 20vw;
    }
    #section06 .box > h2 {
        font-size: 23vw;
    }
    #section06 .text-area p {
        font-size: 5vw;
    }
    #section06 .box {
        position: relative;
        max-width: 1440px;
        margin: 0px auto;
        overflow: hidden;
    }
    #section06 .box .box6_icon04 {
        top: 8vw;
        left: 50%;
        transform: translateX(-50%);
        max-width: 26vw;
    }
    #section06 .box ul {
        width: 175vw;
        margin: 13vw 0 13vw -25%;
        text-align: center;
    }
     #section06 .box .box6_icon01 {
        top: 46vw;
        max-width: 15vw;
        left: 10%;
    }  
    #section06 .box .box6_icon02 {
        top: 60vw;
        left: 70%;
        max-width: 15vw;
    }
    #section06 .box .box6_icon03 {
        top: 85vw;
        left: auto;
        max-width: 15vw;
        right: 46%;
    }
    #section06 .box ul li img {
        margin: 5px;
        max-height: 55px;
    }
    #section06 .box ul li:nth-child(1) img:nth-child(1) {
        margin-right: 5px;
    }
    #section06 .box ul li:nth-child(2) img:nth-child(1) {
        margin-right: 5px;
    }
    /***section07***/
    #section07 {
        padding-bottom: 20vw;
    }
    #section07 .box {
        padding-top: 65vw;
        background-size: 75vw;
    }
    #section07 .icon-area { 
        display: none;
    }
    .section07_swiper .swiper-slide > div b {
        font-size: 5vw; 
    }
    .section07_swiper .swiper-slide > div p {
        font-size: 4vw; 
    }
    /***section08***/
    #section08 {
        padding-bottom: 0;
    }
    #section08 .box .banner-area {
        max-width: 100%;
        margin: 0 auto;
    }

}




@media (max-width: 768px) {


}

@media (max-width: 490px) {

    #section06 .box .box6_icon04 {
        top: 12vw; 
    }
    .section07_swiper .swiper-slide > div p {
        font-size: 3.5vw;
    }


}