.section1{
    background-color: #e7f7f0;
}
.section1 .contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .contents h1{
    font-size: 33px;
    font-family: '8ExtraBold' !important;
}
.section1 .contents pre{
    font-size: 20px;
    line-height: 1.5;
}
.section1 .contents pre span{
    font-size: 20px;
    line-height: 1.5;
    font-family: '7Bold' !important;
}
.section1 .contents img{
    width: 45%;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}
.section2 .btn_wrap {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.section2 .btn_wrap .left {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 26px;
    font-family: '7Bold' !important;
}
.section2 .btn_wrap .left .icon {
    width: 65px;
    height: 60px;
    object-fit: contain;
}
.section2 .btn_wrap a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    padding: 30px 50px;
    background-color: #f6f6f6;
    border-radius: 15px;
}
.section2 .btn_wrap a:nth-child(1){
    background-color: #05a69e;
}
.section2 .btn_wrap a:nth-child(1) .left{
    color: #fff;
}
.section2 .btn_wrap a .arrow{
    width: 3%;
    height: auto;
}
.section3 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}
.section3 h2{
    font-size: 22px;
    color: #009b92;
    font-family: '7Bold' !important;
    margin-bottom: 10px;
}
.section3 pre{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom:30px;
    color: #545454;
}
.section3 pre span{
    font-size: 20px;
    font-family: '6SemiBold' !important;
    line-height: 1.5;
    margin-bottom:30px;
}
.section3 pre .s2{
    color: #747474;
    font-family: '4Regular' !important;
    font-size: 19px;
}
.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: 45px 0;
        flex-direction: column;
        text-align: center;
    }
    .section1 .contents h1 {
        font-size: 25px;
    }
    .section1 .contents pre {
        font-size: 17px;
        line-height: 1.2;
        text-align: left;
    }
    .section1 .contents pre span{
        font-size: 17px;
        line-height: 1.2;
    }
    .section1 .contents img {
        width: 90%;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
    }
    .section2 .btn_wrap {
        gap: 15px;
    }
    .section2 .btn_wrap a {
        padding: 15px 20px;
        border-radius: 10px;
    }
    .section2 .btn_wrap .left {
        gap: 15px;
        font-size: 17px;
        line-height: 1.3;
    }
    .section2 .btn_wrap .left .icon {
        width: 40px;
        height: 45px;
    }
    .section2 .btn_wrap a .arrow {
        width: 8%;
        height: auto;
    }
    .section3 {
        width: 90%;
        max-width: 100%;
        margin: 40px auto;
    }
    .section3 pre {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .section3 h2 {
        font-size: 18px;
    }
    .section3 pre span {
        font-size: 17px;
    }
    .section3 pre .s2 {
        color: #747474;
        font-family: '4Regular' !important;
        font-size: 16px;
    }
}