.content1 {
    padding: 30px 0 50px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.content1 .sub_title {
    font-size: 22px;
    font-weight: 600;
    position: relative; 
    color: #003c37;
}


.content1 .box{
    margin-top: 30px;
}
.content1 .box .con{
    font-size: 18px;
    line-height: 1.3;
    color: #7f7f7f;
}
.content1 .box .point3{
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.5;
    display: inline-block;
}
.content1 .box .bold{
    font-size: 19px;
    font-weight: 600;
    margin: 20px 0;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
    gap: 30px;
}
.section2 .left, .section2 .right  {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section2 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.section2 .top h2{
    font-size: 22px;
    font-weight: 600;
}
.section2 .top .title1{
    color: #90be20;
}
.section2 .top .title2{
    color:#004944;
}
.section2 .top a{
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #b4b4b4;
}
.section2 ul {
    border-top: 2px solid #c4c4c4;
    border-bottom: 2px solid #c4c4c4;
 }
.section2 ul a{
   padding: 20px 50px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   font-size: 22px;
   font-weight: 600;
   color: #4b4b4b;
   border-bottom: 1px solid #ddd;
}
.section2 .left ul a img{
    width: 10%;
    height: auto;
 }
 .section2 .right ul a img{
    width: 10.4%;
    height: auto;
 }
.btn_wrap {
    display: flex;
    box-shadow:rgb(200 227 209 / 84%) 0px 2px 8px;
    background-color: #fff;
    padding: 50px 0;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-top: 30px;
}
.btn_wrap a {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
    font-size: 18px;
}

.btn_wrap a::after {
    content: '';
    width: 10px; 
    height: 10px;
    background-color: #333; 
    border-radius: 50%; 
    position: absolute;
    top: 50%; 
    right: -10px; 
    transform: translateY(-50%); 
}
.btn_wrap a:last-child::after {
    content: ''; 
    display: none;
}
.btn_wrap a img{
    width: auto;
    height: 70%;
}
.btn_wrap1 {
    text-align: center;
    width: 1200px;
    margin: 60px auto;
    gap: 25px;
    display: flex;
    flex-direction: column;
}
.btn_wrap2 {
    text-align: center;
    width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
}
.btn_wrap1 .next {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    align-items: center;
    padding: 30px;
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
}
.btn_wrap2 .next {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    align-items: center;
    padding: 30px;
    width: 100%;
    margin: 10px 0;
    border-radius: 30px;
    font-size: 16px;
}
.btn_wrap1 .back5 {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    align-items: center;
    padding: 30px;
    width: 100%;
    border-radius: 30px;
    font-size: 16px;
}
.btn_wrap2 .back5 {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    align-items: center;
    padding: 30px;
    width: 100%;
    margin: 10px 0;
    border-radius: 30px;
    font-size: 16px;
}

.next .btn_left .s1, .back5 .btn_left .s1{
    padding: 2px 15px;
    border-radius: 30px;
}
.next .btn_left .s2, .back5 .btn_left .s2{
    margin-left: 15px;
    color: #003c37;
}
.s1, .s2 {
    font-size: 18px;
    font-weight: 600;
}
.btn_wrap3 {
    display: flex;
    justify-content: right;
    margin: 60px auto;
    
}
.btn_wrap3 a{
    background-color: #f9f9f9;
    align-items: center;
    padding: 30px;
    width: 50%;
    margin: 10px 0;
    border-radius: 30px;
    text-align: center;
}
.btn_wrap3 a span{
    font-size: 16px;
    color: #003c37;
    font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        padding: 30px 0;
        width: 90%;
        max-width: unset;
        margin: 0 auto;
    }
    .content1 .sub_title {
        font-size: 18px;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .box .bold {
        font-size: 16px;
    }
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap2 {
        width: 100%;
    }
    .s1, .s2 {
        font-size: 16px;
    }
    } 
@media screen and (max-width: 767px) {
.content1 {
    padding: 30px 0;
    width: 90%;
    max-width: unset;
    margin: 0 auto;
}
.content1 .sub_title {
}
.content1 .box .con {
}
.content1 .box .bold {
    font-size: 18px;
    line-height: 1.5;
}
.content1 .box .point3 {
    margin-top: 20px;
    font-size: 16px;
}
.section2 {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    gap: 40px;
    flex-direction: column;
}
.section2 .left, .section2 .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section2 ul a {
    padding: 15px 30px;
    font-size: 19px;
}
.section2 .top a {
    font-size: 17px;
}
.section2 .left ul a img {
    width: 15%;
}
.section2 .right ul a img {
    width: 15%;
}
.btn_wrap {
    padding: 20px 0;
}
.btn_wrap a img {
    width: auto;
    height: 40%;
}
.btn_wrap a {
    font-size: 16px;
}
.btn_wrap a::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #333;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}
.btn_wrap1 {
    width: 100%;
}
.btn_wrap1 .next, .btn_wrap1 .back5, .btn_wrap2 .back5, .btn_wrap2 .next  {
    padding: 20px;
}
.btn_wrap2 {
    width: 100%;
}
.btn_wrap3, .btn_wrap2, .btn_wrap1  {
    margin: 30px auto;
}
.btn_wrap3 a {
    padding: 20px;
}
.s1, .s2 {
}
}