body {
    margin-top: 64px;
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
    background-color: #fafafc;
}
.section_AA,.section_AB,.section_BA,.section_BB,.section_CA ,.section_CB,
.section_DA ,.section_DB,.section_DC ,.section_DD   {
 
}
.content1 {
    padding: 50px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.content1 .point2{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    color: #db0b12;
    font-weight: 600;
}

.deco {
    width: 50px;        
    height: 4px;       
    background-color: #000;
    margin-bottom: 10px; 
}

.title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    display: inline-block;
}
.content1 .box  {
    margin-bottom: 40px;
    border: 1px solid #aaaaae;
    border-radius: 15px;
    padding: 20px;
    background: #fff;
}
.section_BA .content1 .box:nth-child(2),.section_BC .content1 .box:nth-child(4),.section_CC .content1 .box{
    margin-bottom: 0 !important;
}
.content1 .box .con {
    font-size: 18px;
    line-height: 1.3;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    color: #db0b12;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0;
}

.content1 .point3 {
    font-size: 18px;
    font-weight: 600;
}
.section_DA .btn_wrap{
    width: 80%;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 1200px;
}
.section_DA .btn_wrap a {
    width: calc(50% - 15px);
    display: flex;
    font-family: 'KorailRoundGothicBold' !important; 
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e290a0;
    font-size: 18px;
    justify-content: space-between;
    height: 140px;
    background-size: 15% auto; /* 이미지 크기 조정 */
    background-repeat: no-repeat; /* 반복 방지 */
    background-position: calc(100% - 20px) calc(100% - 20px); /* 오른쪽 아래 위치 */
}

.section_DA .btn1 {
    background-image: url('../img/btn-1.png');
}

.section_DA .btn2 {
    background-image: url('../img/btn-2.png');
}

.section_DA .btn3 {
    background-image: url('../img/btn-3.png');
}

.section_DA .btn4 {
    background-image: url('../img/btn-4.png');
}

.btn_wrap1 {
    width: 900px;
    margin: 0 auto;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.btn_wrap1 .next {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(to right, #de1f26, #cd0741);
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 10px;
}

.next .btn_left .s1, .back5 .btn_left .s1{
    padding-right: 15px;
    font-weight: 600;
}

.btn_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s1, .s2 {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        padding: 70px 0 80px;
        width: 90%;
    }
    .btn_wrap1 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
  
    .content1 {
        padding: 70px 0 80px;
        width: 90%;
        max-width: 100%;
    }
    .section_DA .btn_wrap {
        width: 100%;
        gap: 10px;
        max-width: 100%;
        margin-top: 0px;
    }
    .section_DA .btn_wrap a {
        width: calc(50% - 5px);
        height: 130px;
        background-size: 25% auto;
        background-repeat: no-repeat;
        background-position: calc(100% - 15px) calc(100% - 15px);
    }
    .section_DA .btn_wrap a img{
        width: 20%;
    }
    
    .btn_wrap1 {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        gap: 25px;
        display: flex;
        flex-direction: column;
    }
    .btn_wrap1 .next {
        margin:  0;
    }
}