.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}
.content1 .sub_title{
    font-size: 22px;
    color: #1aab6f;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
}
.content1 .box {
    margin-bottom: 20px;
}
.content1 .bold{
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 10px;
}
.content1 .con{
    font-size: 18px;
    line-height: 1.3;
}
.btn {
    margin: 80px auto;
    text-align: center;
}
.btn .goHome{
    padding: 10px 30px;
    border: 1px solid #c8c8c8;
    border-radius: 35px;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}
.btn .goHome img{
    width: 25%;
    margin-left: 15px;
}
.content1 .con .point2{
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}
.content1 .link {
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f6f5;
    font-size: 20px;
    font-weight: 600;
    color: #636363;
    border-radius: 10px;
    gap: 45px;
    margin: 80px 0;
}
.content1 .link img{
    width: 2%;
}
.content1 .box_con {
    font-size: 18px;
    line-height: 1.3;
    padding: 25px;
    border-radius: 10px;
    background-color: #f2f6f5;
    margin: 30px 0;
    color: #838483;
}
.content1 .box_con .point2{
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    display: inline-block;
}
.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;
    align-items: center;
}
.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-top: 2px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
}
.btn_wrap2 .next {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 0 10px 0;
    border-top: 1px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
}
.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-top: 2px solid #a9a9a9;
    border-bottom: 2px solid #a9a9a9;
}
.btn_wrap2 .back {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 0 10px 0;
    font-size: 16px;
    border-bottom: none;
    border-top: 2px solid #a9a9a9;
}
.next .btn_left .s1, .back .btn_left .s1{
    padding-right: 15px;
    font-size: 18px;
    font-weight: 600;
}
.next .btn_left .s2, .back .btn_left .s2{
    margin-left: 15px;
    font-size: 18px;
    color: #656565;
}
@media (min-width: 768px) and (max-width: 1200px) {
.content1 {
    width: 95%;
}
.btn_wrap1,.btn_wrap2 {
    width: 100%;
}

}

@media screen and (max-width: 767px) {
.content1 {
    width: 90%;
    max-width: 100%;
    margin: 40px auto;
}
.content1 .sub_title {
    font-size: 18px;
}
.content1 .bold {
    font-size: 16px;
}
.content1 .con {
    font-size: 16px;
}
.content1 .box_con {
    font-size: 16px;
    margin: 20px 0;
    padding: 20px;
}
.content1 .box_con .point2 {
    font-size: 16px;
}
.content1 .con .point2 {
    font-size: 16px;
}
.btn {
    margin: 60px auto;
}
.btn .goHome {
    font-size: 16px;
}
.content1 .link {
    padding: 20px;
    font-size: 16px;
    margin: 60px 0;
}
.content1 .link img {
    width: 7%;
}
.btn_wrap1 {
    width: 100%;
}
.next .btn_left .s1, .back .btn_left .s1 {
    font-size: 16px;
}
.next .btn_left .s2, .back .btn_left .s2 {
    font-size: 16px;
}
.btn_wrap2 {
    width: 100%;
    margin: 60px auto;

}
}