.title_box {
    margin-top: 64px;
    padding: 20px;
    background-color: #115de6;
    border-top: 1px solid #5a8fee;
}
.title_box .title{
    display: block;
    width: 1200px;
    margin: 0 auto;    
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
 .content1{
    width: 1200px;
    margin: 30px auto;
}
 .content1 .sub_title{
   font-size: 20px;
   font-weight: 800;
   color: #111d42;
}
 .content1 .box {
   margin-top: 30px;
   padding: 15px;
   border: 1px solid #e8e8e8;
   border-radius: 10px;
}
 .content1 .box .con{
   font-size: 16px;
   line-height: 1.3;
}
 .content1 .box .point2{
   font-size: 16px;
   line-height: 1.3;
   color: #4d86ed;
   font-weight:600;
}
.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: #f7f8f9;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 35px;
    font-size: 16px;
    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: #f7f8f9;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 10px 0;
    border-radius: 35px;
    font-size: 16px;
    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: #f7f8f9;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 35px;
    font-size: 16px;
    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: #f7f8f9;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 10px 0;
    border-radius: 35px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.next .btn_left span, .back .btn_left span{
    font-weight: 600;
}
.next .btn_left .s1, .back .btn_left .s1{
    border-right: 1px solid #e6e7e8;
    padding-right: 15px;
}
.next .btn_left .s2, .back .btn_left .s2{
    margin-left: 15px;
}
.section_AC .box .con {
    margin-bottom: 20px;
}
.content1 .box .bold {
    font-size: 17px;
    font-weight: 600;
    color: #286ce8;
    line-height: 1.3;
    margin-bottom:5px;
}
.section_AD  .con,.section_AF  .con, .section_CA  .con, .section_DA  .con, .section_DB  .con,
.section_DC  .con, .section_DD  .con, .section_DE  .con, .section_DF  .con, .section_DG  .con{
    margin-bottom: 20px;
}
.section_AD  .con:last-child, .section_AF  .con:last-child, .section_CA  .con:last-child, .section_DA  .con:last-child, 
.section_DB  .con:last-child, .section_DC  .con:last-child, .section_DD  .con:last-child, .section_DE  .con:last-child, .section_DF  .con:last-child, .section_DG  .con:last-child{
    margin-bottom: 0;
}
.link {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.link a {
    background-color: #115de6;
    color: white;
    padding: 15px 70px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}
.section_CA .content1{
    margin: 30px auto 50px !important;
}
.s1, .s2 {
    font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .title_box {
        margin-top: 52px;
    }
    .content1 {
        width: 90%;
        margin: 30px auto;
    }
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap2 {
        width: 100%;
    }

    }
@media screen and (max-width: 767px) {
.title_box {
    margin-top: 52px;
}
.content1 {
    width: 90%;
    margin: 30px auto;
}
.btn_wrap1 {
    width: 100%;
}
.btn_wrap2 {
    width: 100%;
}
.title_box .title {
    width: 100%;
}
}