
.content1 {
    padding: 30px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.banner {
    width: 100%;
}
.title_box {
    background-color: #f2f9f4;
 
    padding: 25px 0;
}
.title_box h1 {
    font-size: 30px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-family: 'SpoqaHanSansNeo-Bold' !important;
}
.title_box h1 img{
    width: 13%;
}
.sub_title {
    font-size: 26px;
    color: #e64834;
    margin: 20px 0 25px;
    font-family: 'paybooc-ExtraBold' !important;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 25px;
}
.content1 .point3{
    font-size: 18px;
    border-radius: 10px;
    line-height: 1.3;
    color: #e64834;
}

.content1 .box  {
    margin-bottom: 30px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    line-height: 1.3;
    color: #75c036;
    font-weight: 600;
}

.btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
}
.btn_wrap h2{
    display: flex;
    padding: 20px ;
    background-color: #e7503d;
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -25px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: 'paybooc-Bold' !important;
}
.btn_wrap h2 img{
    width: 3% !important;
}
.btn_wrap a{
    width: calc(50% - 15px);
}
.btn_wrap a img{
    width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        width: 90%;
    }
    .title_box h1 {
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .content1 {
        width:90%;
        max-width: 100%;
        padding: 0 0 30px;
    }
    .title_box {
        padding: 15px 0;
        height: 88px;
        display: flex;
        align-items: center;
    }
    .title_box h1 {
        font-size: 22px;
        width: 90%;
    }
    .title_box h1 img {
        width: 20%;
        height: 20%;
    }
    .content1 .box .bold {
        font-size: 17px;
    }
    .content1 .box .con {
        font-size: 16px;
        margin-bottom: 20px;
    }
  
    .content1 .point3 {
        font-size: 16px;
    }
    
    .sub_title {
        font-size: 19px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .content1 .box {
        margin-bottom: 15px;
        background: #fff;
    }
    .btn_wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    .btn_wrap a {
        width: calc(50% - 5px);
    }
    .btn_wrap h2 {
        display: flex;
        padding: 15px 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-top: -20px;
        font-size: 14px;
    }
    .btn_wrap h2 img {
        width: 5% !important;
    }
}