body {
    padding: 115px 0 50px;
}
header {
    background-color: #fff;
}
.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
.content1 .sub_title {
    font-size: 25px;
    font-weight: 800;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.content1 .con {
    font-size: 18px;
    line-height: 1.4;
}
.content1 .bold {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
    color: #5038e5;
    margin: 20px 0;
}

.btn_wrap1 {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    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: 20px;
    width: 100%;
    margin: 40px 0;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 2px 2px 8px;
}
.btn_wrap2 .next {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 2px 2px 8px;
}
.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: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 2px 2px 8px;
}
.btn_wrap2 .back {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 2px 2px 8px;
}

.next .btn_left .s1, .back .btn_left .s1{
    padding-right: 15px;
    font-size: 18px;
    font-weight: 800;
}
.next .btn_left .s2, .back .btn_left .s2{
    margin-left: 15px;
    font-size: 18px;
    font-weight: 800;
    color: #767676;
}
@media (min-width: 768px) and (max-width: 1200px) {
header {
    background-color: #fff !important;
}
.content1 {
    width: 90%;
    max-width: 100%;
    margin: 30px auto;
}
.btn_wrap1 {
    width: 100%;
}
.btn_wrap2 {
    width: 100%;
}
}

@media screen and (max-width: 767px) {
.header_mo {
background: #fff;
}
body {
    padding: 80px 0 50px;
}
.content1 {
    width: 90%;
    max-width: 100%;
    margin: 30px auto;
}
.content1 .sub_title {
    font-size: 20px;
    margin-bottom: 20px;
}
.content1 .con {
    font-size: 16px;
}
.content1 .bold {
    font-size: 16px;
    margin: 15px 0;
}
.btn_wrap1 {
    width: 100%;
}
.btn_wrap2 {
    width: 100%;
}
.next .btn_left .s1, .back .btn_left .s1 {
    font-size: 16px;
}
.next .btn_left .s2, .back .btn_left .s2 {
    font-size: 16px;
}
}