*{margin: 0; padding: 0; box-sizing: border-box;}
a{ text-decoration: none; color: inherit; display: block;}
li{ list-style: none;}
a:hover{font-weight: 700;}
body{background-color: #fff; 
    -ms-overflow-style: none;}
:root{--main_color:#212121; --sub_color:#a2a2a2;}
span{color: var(--main_color);}

/* 
font-family: "Kanit", sans-serif;
font-family: "IBM Plex Sans", sans-serif;
*/




.inner{
    width: 1400px;
    max-width: 1400px;
    margin: auto;
}

/* banner 디자인 */


.logo_title{
    padding: 50px;
}


.main_text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.left span{ 
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--main_color);
    font-size: 100px;
    font-weight: 600;
}



.card_img{
    width: 200px;
    height: 317px;
    position:relative;

}

.card{
    width: 200px;
    height: 317px;
    position: absolute;
}

.card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .inner{
    padding: 150px;
}


.header .inner .left{
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--main_color);
    font-size: 100px;
    font-weight: 400;
}

.header .inner .right{
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--main_color);
    font-size: 100px;
    font-weight: 400;

}


.sub_title{
    text-align: center;
    font-family: "Kanit", sans-serif;
    font-size: 50px;
    padding: 20px;
    font-weight: 400;
}


.header .button{
    width: 200px;
    height: 60px;
    border-radius: 30px;
    background-color: var(--main_color);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    margin: auto;
    margin-bottom: 50px;
}

.header .button:hover{
    border: 1px solid;
    border-color: var(--main_color);
    color:var(--main_color);
    background-color: #fff;
}


.sub_text{
    font-family: "IBM Plex Sans", sans-serif;
    color: #a2a2a2;
    font-size: 18px;
    text-align: center;
    width: 260px;
    height: 50px;
    margin: auto;
}



/* 두번째 디자인 */


.card_box{
    width: 250px;
    height: 396px;
}

.card_box img{
    width: 100%; height: 100%;
    object-fit: contain;
}

.text_card{
    background-color: var(--main_color);
    padding: 50px;
}

.text{
    display: flex;
    justify-content: center;    
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
    gap: 30px;
}


.left{
    color: #fff;
    font-size: 100px;
    font-family: "Kanit", sans-serif;
    font-weight: 500;}

.right{
    color: #fff;
    font-size: 100px;
    font-family: "Kanit", sans-serif;
    font-weight: 500;}




    /* 섹션3 */


    .card_list{
        padding: 50px;
        background-color: #212121;
        position: relative;
    }


    .all_box{
        position: relative;
        margin-top: 80px;
        height: 70vh;
    }



    h1{
        font-family: "IBM Plex Sans", sans-serif;
        font-size: 60px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 20px
    }

    h1 span{
        font-weight: 600;
        color: #fff;
    }

    .card_list p{
        font-size: 18px;
        font-weight: 400;
        color: var(--sub_color);
    }


    h2{
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 600;
        font-size: 50px;
        color: #fff;
        margin-bottom: 30px;
    }

    .list_box p{
        color: #fff;
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 500;
        font-size: 18px;
    }



.up{
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
}


    .list_box{
        width: 1400px; height: 550px;
        background-color: #82DC28;
        border-radius: 30px;
        padding: 50px;
        position:absolute;
 
    }


    .list_box:nth-child(2){
        background-color: #1A1B1F
    }

    .list_box:nth-child(3){
        background-color: #FF4B6E;
    }

    .list_box:nth-child(3) .up .list_text h2{
        font-size: 40px;        
    }

    .list_box:nth-child(4){
        background-color: #0A3255;
    }
    .list_box:nth-child(5){
        background-color: #016241;
    }
    .list_box:nth-child(6){
        background-color: #39B6AF;
    }

    .list_box .card_box2{
        display: flex;
        justify-content: space-between;
        gap: 40px;
    }
    
    .card_box2 .list{
        width: 200px; height: 317px;
    }

    .card_box2 .list img{
        width: 100%; height: 100%;
        object-fit: contain;
    }

    .down{
        display: flex;
        justify-content: center;
        align-items: center;
       
    }



    .button{
        width: 200px;
        height: 60px;
        border-radius: 30px;
        background-color: #fff;
        color: var(--main_color);
        text-align: center;
        line-height: 60px;
        font-size: 18px;
        font-weight: 600;
        font-family: "IBM Plex Sans", sans-serif;
    }
    
    .button:hover{
        background-color: var(--main_color);
        color: #fff;
        cursor: pointer;
    }

    
/* .page{
    margin: 50px;
    position: absolute;
    top: 30%;
    right: 3%;
} */

/* .circle{
    width: 30px;
    height: 30px;
    border: 1px solid rgb(255, 255, 255);
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 15px;
    margin: 30px;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
}

.page .circle:nth-child(6){
    background-color: #fff;
    color: var(--main_color);
} */



/* 베네핏  */


.benefits .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-top: 200px;
    padding-bottom : 200px;
    height: 100vh;
}


h3{ 
    margin-bottom: 50px;
    font-size:60px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -2px;

}

h3 span{
    font-size: 80px;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
}

.left_text{
    width: 30%;
}


.left_text .p2{
    font-size: 16px;
    font-weight: 400;
    color: var(--sub_color);
    font-family: "IBM Plex Sans", sans-serif;
    margin-bottom: 50px;
    letter-spacing: -2px;
    
}

.right_img{
    width: 40%;
    height: 100%;
    position: relative;
}

.crd_img{
    width: 200px;
    height: 317px;
    position: absolute;
    top: 0;
    left: 50%;
}

.crd_img:nth-child(3){
    z-index: 99;
}

.crd_img:nth-child(4){
    z-index: 9;
}



.crd_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}







.card_box3{
    width: 200px;
    height: 317px;
}

.card_box3 img{
    width: 100%; height: 100%;
    object-fit: contain;
}



/* 애플페이 */



.apple_pay .inner{
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
    padding-bottom: 150px;
}

.left_img{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #888;
}


.apple{
    width: 180px;
    height: 393px;
    margin-bottom: 45px;
}

.apple img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.right_text{
    width: 35%;
}

h4{
    font-size: 80px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    margin-bottom: 120px;
    color: #212121;
    line-height: 110px;
    letter-spacing: -2px;
}

h4 span{
    font-weight: 600;
}

.p3, .p5{
    font-size: 14px;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
    color: #828282;
    margin-bottom: 80px;
    width: 350px;

    
}

.p4, .p6{
    font-size: 20px;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    color: var(--main_color);
    margin-bottom: 15px;
}

.p4{
    cursor: pointer;
}


/* faq style */



.faq{
    background-color: #212121;
    margin-top: 200px;
    padding: 200px;
}

.faq .inner{
    margin: auto;
    color: #fff;
}

h5{
    font-family: "Kanit", sans-serif;
    font-size: 100px;
    font-weight: 400;
}

.question{
    font-size: 20px;
    font-weight: 500;
    font-family: "IBM Plex Sans", sans-serif;
    margin-top: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}

.question span{
    color: #fff;
    font-size: 40px;
}

.ask{
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-left: 50px;
    margin-top: 50px;
    color: #cccccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
    line-height: 30px;
}

.ask p{
    margin-bottom: 50px;
}


/* final section */


.app{
    position: relative;
}

.app .inner{
    align-items: center;
    padding-top: 200px;
    padding-bottom: 200px;

}

.logo_img{
    width: 550px;
    height: 325px;
    margin: auto;
}

.logo_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store_button{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.app_store{
    width: 230px;
    height: 80px;
    border-radius: 40px;
    background-color: var(--main_color);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.app_store span{
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.app_store img{
    width: 30px;
    height: 36px;
    vertical-align: middle;
}

.goole_play{
    width: 230px;
    height: 80px;
    border-radius: 40px;
    background-color: var(--main_color);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.goole_play span{
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}

.goole_play img{
    width: 30px;
    height: 36px;
    vertical-align: middle;
}

.up_button{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.up_button .icon{
    width: 60px;
    height: 60px;
}
.up_button .icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/* footer */



footer{
    background-color: var(--main_color);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px
}

.logo_box{
    width: 198px;
    height: 40px;
    margin-left: 30px;
}

.logo_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}




.info_box{
    display: flex;
    gap: 40px;
    color: #ccc;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    font-family: "IBM Plex Sans", sans-serif;
    line-height: 30px;
}


