.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}
.content1 .box .text_wrap {
    border-top: 2px solid #cbc7e1;
}
.section_AA .content1 .box:nth-child(1) .text_wrap {
    border-top: none;
}
.content1 .text_wrap .bold {
    background: #fff;
    padding: 0 1.5rem .8rem 0;
    margin-top: -2px;
    font-size: 22px;
    font-weight: 800;
    width: fit-content;
    border-bottom: 2px solid #cbc7e1;
    border-right: 2px solid #cbc7e1;
    color: #6547d9;
    margin-bottom: 30px;
    line-height: 1.3;
}
.content1 .box  {
    margin-bottom: 50px;
}
.content1 .box .con {
    font-size: 18px;
    line-height: 1.3;
}
.content1 .box .box_con {
    font-size: 18px;
    line-height: 1.3;
    padding: 20px;
    border: 1px solid #cbc7e1;
    border-radius: 20px;
    background-color: #f9f5fc;
}
.content1 .box .box_con .point2 {
    font-size: 18px;
    font-weight: 800;
}
.section_BA .content1{
    margin: 40px auto 40px;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section_BA .btn_wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
    position: relative;
}
.section_BA .left {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    color: #434544;
}
.section_BA .btn_wrap a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    width: 100%;
    gap: 10px;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: 1px solid #57586e;
    padding: 1.5rem;
    border-radius: 20px;
    text-align: left;
    height: 200px;
}


.section_BA .btn1 img {
    vertical-align: middle; 
}

.section_BA a::after {
    content: '';
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    width: 65px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
}
.section_BA .btn1::after {
    background-image: url('../img/sub-icon-1.png'); 
}
.section_BA .btn2::after {
    background-image: url('../img/sub-icon-2.png'); 
}
.section_BA .btn3::after {
    background-image: url('../img/sub-icon-3.png'); 
}
.section_BA .btn4::after {
    background-image: url('../img/sub-icon-4.png'); 
}
.section_BA .btn5::after {
    background-image: url('../img/sub-icon-5.png'); 
}
.section_BA .btn6::after {
    background-image: url('../img/sub-icon-6.png'); 
}
.section_BA .btn7::after {
    background-image: url('../img/sub-icon-7.png'); 
}
.section_BA .btn8::after {
    background-image: url('../img/sub-icon-8.png'); 
}

.section_BA .btn_wrap a img {
    width: auto;
    height: auto;
    object-fit: cover;
}

.section_BA .btn_wrap a img {
    width: 30px;
    object-fit: cover;
    margin-top: 10px;
}
.section_DA .btn_box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.btn_wrap1 {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    gap: 25px;
    display: flex;
    flex-direction: column;
}
.btn_wrap2 {
    text-align: center;
    width: 1200px;
    margin: 80px auto;
    display: flex;
    flex-direction: column;
}
.btn_wrap1 .next {
    display: flex;
    justify-content: space-between;
    background-color: #e7ecf2;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 10px;
    border: 2px solid #d2d2dd;
}
.btn_wrap2 .next {
    display: flex;
    justify-content: space-between;
    background-color: #e7ecf2;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #d2d2dd;
}
.btn_wrap1 .back {
    display: flex;
    justify-content: space-between;
    background-color: #e7ecf2;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 10px;
    border: 2px solid #d2d2dd;
}
.btn_wrap2 .back {
    display: flex;
    justify-content: space-between;
    background-color: #e7ecf2;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 10px;
    border: 2px solid #d2d2dd;
}

.next .btn_left .s1, .back .btn_left .s1{
    padding-right: 15px;
}

.s1, .s2 {
    font-size: 20px;
    font-weight: 600;
}
.s2{
    color: #b8b4c5;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        width: 90%;
        max-width: unset;
        margin: 30px auto;
    }
    .content1 .box .con {
        font-size: 20px;
    }
    .content1 .box {
        margin-bottom: 35px;
    }
    .content1 .text_wrap .bold {
        padding: 0 1.3rem .8rem 0;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .content1 .box .box_con {
        font-size: 20px;
    }
    .content1 .box .box_con .point2 {
        font-size: 20px;
    }
    .section_BA .content1 {
        margin: 30px auto 40px;
        padding: 0;
    }
    .section_BA .btn_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        max-width: unset;
        margin: 0 auto 20px;
    }
    .section_BA .left {
        font-size: 22px;
    }
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap1 .next {
        margin: 0;
    }
    .btn_wrap1 img, .btn_wrap2 img{
        width: 5%;
    }
    .btn_wrap2 {
        width: 100%;
    }
    .s1, .s2 {
        font-size: 22px;
    }
    .section_DA .btn_box {
    }
    .section_DA .btn_box img {
        width: 100%;
    }
    }
@media screen and (max-width: 767px) {
.content1 {
    width: 90%;
    max-width: unset;
    margin: 30px auto;
}
.content1 .box .con {
    font-size: 16px;
}
.content1 .box {
    margin-bottom: 35px;
}
.content1 .text_wrap .bold {
    padding: 0 1.3rem .8rem 0;
    font-size: 18px;
    margin-bottom: 20px;
}
.content1 .box .box_con {
    font-size: 16px;
}
.content1 .box .box_con .point2 {
    font-size: 16px;
}
.section_BA .content1 {
    margin: 30px auto 40px;
    padding: 0;
}
.section_BA .btn_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    max-width: unset;
    margin: 0 auto 20px;
}
.section_BA .left {
    font-size: 18px;
}
.btn_wrap1 {
    width: 100%;
}
.btn_wrap1 .next {
    margin: 0;
}
.btn_wrap1 img, .btn_wrap2 img{
    width: 8%;
}
.btn_wrap2 {
    width: 100%;
}
.s1, .s2 {
    font-size: 18px;
}
.section_DA .btn_box {
    flex-direction: column;
}
.section_DA .btn_box img {
    width: 100%;
}
}