.content_A, .content_C, .content_D {
    padding: 1.5rem 1.5rem 4rem;
}
.content_A .box, .content_C .box, .content_D .box {
    margin-bottom: 2.5rem;
}
.content_A .sub_title, .content_C .sub_title, .content_D .sub_title {
    padding:1.5rem;
    background: linear-gradient(to right, #364ce8, #3ed9aa);
    display: inline-block;
    color: #fff;
    border-radius:1rem ;
    font-size: 1.7rem;
    font-weight: 800;
}
.content_A .con, .content_C .con, .content_D .con {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.content_A .box2 {
    border: 1px solid #d7d7d7;
    border-radius: 1rem;
    font-size: 1.6rem;
    line-height: 1.3;
}
.content_A .box_title{
    font-size: 1.8rem;
    color: #3648ea;
    font-weight: 800;
    display: flex;
    padding: 1.5rem;
    border-bottom: 1px solid #d7d7d7;
}
.content_A .box_text {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 1.5rem ;
}
.content_B .sub_title {
    padding:1.5rem;
    background: linear-gradient(to right, #364ce8, #3ed9aa);
    display: inline-block;
    color: #fff;
    border-radius:1rem ;
    font-size: 1.7rem;
    font-weight: 800;
    margin: 1.5rem 1.5rem 0 1.5rem;
}
.content_B .box{
    padding: 2rem 1.5rem 2.5rem 1.5rem;
    border-bottom: 4px solid #f2f2f2;
}
.content_B .box:nth-last-of-type(2){
    border-bottom: none;
}
.content_B .bold {
    font-size: 1.8rem;
    color: #3648ea;
    font-weight: 800;
}
.content_B .con {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}
.content_B .box2 {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background-color: #f9f9f9;
}
.content_B .box_title{
    font-size: 1.7rem;
    color: #49507d;
    font-weight: 800;
    display: flex;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 1.4rem;
    font-family: 'GmarketSansBold' !important;
}
.content_B .box_text {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-top: 1.5rem;
}
.content_C .con .point2, .content_D .con .point2 {
    font-size: 1.8rem;
    color: #3648ea;
    font-weight: 800;
}
.content_D .con:first-child {
    margin-top: 0;
}
.content_A .landingbtn,.content_B .landingbtn, .content_C .landingbtn, .content_D .landingbtn {
    width: 100%;
    
}
.content_A .nextbtn,.content_B .nextbtn, .content_C .nextbtn, .content_D .nextbtn {
    display: flex;
    justify-content: space-between;
    background-color: #dfe5cd;
    color: #3fa096;
    border-radius: 1rem;
    align-items: center;
    padding: 2rem;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'GmarketSansBold' !important;
    margin-bottom: 1.5rem;
}
.content_A .nextbtn img, .content_B .nextbtn img, .content_C .nextbtn img, .content_D .nextbtn img{
    width: 10%;

}
.content_B .btn_wrap {
    margin:  1.5rem 1.5rem 4rem;
}
.content_B .btn_wrap .landingbtn {
    width: 100%;
}