.section1{
    background-color: #f0f1eb;
    margin-top: 4px;
}
.section1 .contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .contents pre{
    font-size: 20px;
    line-height: 1.5;
}
.section1 .contents pre span{
    font-size: 20px;
    line-height: 1.5;
    color: #188247;
    font-family: '5Medium' !important;
}
.section1 .contents img{
    width: 30%;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
.section2 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.section2 .btn_wrap a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-family: '7Bold' !important;
    color: #148044;
    padding: 30px 100px;
    border: 1px solid #188247;
    border-radius: 15px;
}
.section2 .btn_wrap a:nth-child(1){
    color: #fff;
    background-color: #148044;
}
.section2 .btn_wrap a img{
    width: 100px;
    height: 85px;
    object-fit: contain;
}
.section3 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}
.section3 h2{
    font-size: 22px;
    color: #188247;
    font-family: '6SemiBold' !important;
    margin-bottom: 10px;
}
.section3 pre{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom:30px;
    color: #676767;
}
.section3 pre span{
    font-size: 18px;
    font-family: '6SemiBold' !important;
    line-height: 1.5;
    margin-bottom:30px;
    color: #676767;
}
.pre_mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .pre_mo {
        display: block !important;
    }
    .pre_pc {
        display: none !important;
    }
    .section1 .contents {
        width: 90%;
        max-width: 100%;
        padding: 30px 0;
        flex-direction: column-reverse;
        text-align: center;
    }
    .section1 .contents pre {
        font-size: 16px;
        line-height: 1.2;
    }
    .section1 .contents pre span{
        font-size: 16px;
        line-height: 1.2;
    }
    .section1 .contents img {
        width: 60%;
        margin-bottom: 20px;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 30px auto;
    }
    .section2 .btn_wrap {
        gap: 15px;
    }
    .section2 .btn_wrap a {
        font-size: 19px;
        padding: 15px 25px;
    }
    .section2 .btn_wrap a img {
        width: 60px;
        height: 45px;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
        margin: 40px auto;
    }
    .section3 pre {
        font-size: 17px;
    }
    .section3 h2 {
        font-size: 18px;
    }
    .section3 pre span {
        font-size: 17px;
    }
}