



.form_list.phone_verify{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .3125rem;
}

.form_list.phone_verify input[type="button"]{
    background-color: #65B837;
    height: 52px;
    line-height:1;
    color: #fff;
}







.addLine_area{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(0.438rem, -0.096rem + 0.86vw, 0.938rem);
    margin-top: 1.5625rem;
}
    .addLine_area a{
        max-width: clamp(11.291rem, 9.174rem + 10.58vw, 21.875rem);
        display: block;
    }
        .addLine_area img{
            width: 100%;
            height: auto;
        }
    .addLine_text{
        color: #64b735;
        font-size: 20px;
        line-height: 1.5;
    }

@media(max-width:768px){
    .addLine_area{
        flex-direction: column;
    }
        .addLine_text{
            text-align: center;
        }
}






.
