.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 40px;
}
.content1 .sub_title {
    font-size: 22px;
    font-weight: 800;
    color: #780617;
    margin-bottom: 20px;
}
.content1 .bold_box {
    display: block;
    border-bottom: 1px solid #cdcdcd;
    margin: 30px 0;
}
.content1 .bold {
    font-size: 20px;
    background-color: #1a1a1a;
    display: inline-block;
    color: #fff;
    padding: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  
}
.content1 .con {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.content1 .point2 {
    font-size: 20px;
    font-weight: 600;
    color: #780617;
}
.txt_box {
    padding: 30px;
    background-color: #f6f5f4;
    border-radius: 20px;
}
.txt_box .txt{
    font-size: 18px;
    line-height: 1.4;
}
.section_CA .top {
    background-color: #e4e2e5;
    height: 250px;
}
.section_CA .content1  {
    margin: -150px auto 60px;
}
.section_CA  .content1 .con {
    margin-bottom: 0;
}
.section_CA .content1 .list {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.section_CA .content1 .left{
    width: 30%;
}
.section_CA .content1 .left img{
    width: 100%;
}
.section_CA .content1 .box{
    border: 1px solid #d4d4d4;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 70%;
    background-color: #fff;
}
.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: 60px auto;
    display: flex;
    flex-direction: column;
    width: 1200px;
}
.btn_wrap1 .next {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 25px;
    width: 100%;
    margin: 40px 0;
    border-radius: 20px;
    border: 1px solid #cecece;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_wrap2 .next {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 10px 0;
    border-radius: 20px;
    border: 1px solid #cecece;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_wrap1 .back {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 20px;
    border: 1px solid #cecece;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.btn_wrap2 .back {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 10px 0;
    border-radius: 20px;
    border: 1px solid #cecece;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.next .btn_left .s1, .back .btn_left .s1{
    padding-right: 15px;
}

.s1, .s2 {
    font-size: 18px;
}
.s1{
    font-weight: 800;
    color: #780617;
}
.section_CA .content1_mo {
    display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .section_CA .content1 {
        display: none;
    }
    .section_CA .content1_mo {
        display: flex;
    }
    .section_CA .content1_mo .left {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .section_CA .content1_mo {
        margin: -130px auto 60px;
        max-width: unset;
        width: 90%;
        display: flex;
        flex-direction: column;
    }
    .section_CA .content1_mo .list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        border: 1px solid #d4d4d4;
        padding: 20px;
        width: 100%;
        border-radius: 20px;
        background-color: #fff;
    }
    .section_CA .content1_mo .list img {
        width: 70%;
        margin-bottom: 10px;
    }
    .section_CA .content1_mo .box {
       
    }
    .section_CA  .content1_mo .con {
        font-size: 22px;
        margin-bottom: 0;
        text-align: center;
        line-height: 1.3;
    }
    .content1_mo .sub_title {
        font-size: 25px;
        font-weight: 800;
        color: #780617;
        text-align: center;
    }
    .content1 {
        width: 90%;
        max-width: unset;
        margin: 180px auto 40px;
    }
    .content1 .sub_title {
        font-size: 25px;
    }
    .content1 .con {
        font-size: 22px;
    }
    .content1 .bold_box {
        margin: 20px 0;
    }
    .content1 .bold {
        font-size: 22px;
    }
    .content1 .point2 {
        font-size: 22px;
    }
    .txt_box {
        padding: 20px;
    }
    .txt_box .txt {
        font-size: 22px;
        line-height: 1.4;
    }
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap1 .next, .btn_wrap1 .back {
        padding: 20px;
        margin: 20px 0;
        border-radius: 10px;
    }
    .s1, .s2 {
        font-size: 22px;
    }
    .btn_wrap2 {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }
    .btn_wrap2 .back {
        padding: 20px;
        margin: 15px 0;
        border-radius: 10px;
    }
    .btn_wrap2 .next {
        padding: 20px;
        width: 100%;
        margin: 0 0;
        border-radius: 10px;
    
    }
}
@media screen and (max-width: 767px) {
    .section_CA .content1 {
        display: none;
    }
    .section_CA .content1_mo {
        display: flex;
    }
    .section_CA .content1_mo .left {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .section_CA .content1_mo {
        margin: -180px auto 60px;
        max-width: unset;
        width: 90%;
        display: flex;
        flex-direction: column;
    }
    .section_CA .content1_mo .list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        border: 1px solid #d4d4d4;
        padding: 20px;
        width: 100%;
        border-radius: 20px;
        background-color: #fff;
    }
    .section_CA .content1_mo .list img {
        width: 70%;
        margin-bottom: 10px;
    }
    .section_CA .content1_mo .box {
       
    }
    .section_CA  .content1_mo .con {
        font-size: 16px;
        margin-bottom: 0;
        text-align: center;
        line-height: 1.3;
    }
    .content1_mo .sub_title {
        font-size: 18px;
        font-weight: 800;
        color: #780617;
        text-align: center;
    }
    .content1 {
        width: 90%;
        max-width: unset;
        margin: 140px auto 40px;
    }
    .content1 .sub_title {
        font-size: 18px;
    }
    .content1 .con {
        font-size: 16px;
    }
    .content1 .bold_box {
        margin: 20px 0;
    }
    .content1 .bold {
        font-size: 16px;
    }
    .content1 .point2 {
        font-size: 16px;
    }
    .txt_box {
        padding: 20px;
    }
    .txt_box .txt {
        font-size: 16px;
        line-height: 1.4;
    }
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap1 .next, .btn_wrap1 .back {
        padding: 15px;
        margin: 20px 0;
        border-radius: 10px;
    }
    .s1, .s2 {
        font-size: 16px;
    }
    .btn_wrap2 {
        text-align: center;
        width: 100%;
        margin: 30px auto;
    }
    .btn_wrap2 .back {
        padding: 15px;
        margin: 15px 0;
        border-radius: 10px;
    }
    .btn_wrap2 .next {
        padding: 15px;
        width: 100%;
        margin: 0 0;
        border-radius: 10px;
    
    }
}