.section1 {
    background-color: #f4fbfb;
    padding: 80px 0;
}
.section1 .contents{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section1 .contents img{
    width:35%;
}
.section1 .contents .left p{
    font-size: 40px;
    font-family: 'esamanru' !important;
    color: #1fb9ad;
    margin-bottom: 20px;
}
.section1 .contents .left pre{
    font-size: 27px;
    font-family: 'NanumSquare_acEB' !important;
    line-height: 1.5;
}
.section1 .contents .left pre span{
    font-size: 27px;
    font-family: 'NanumSquare_acEB' !important;
    color: #1fb9ad;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
}
.section2 .btn_wrap {
    display: flex;
    gap: 25px;
}
.section2 .btn_wrap:nth-of-type(2) {
    margin-top: 50px;
}
.section2 .btn_wrap a {
    display: flex;
    width: 33.333%;
    flex-direction: column;
}
.section2 .btn_wrap a span{
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: #1fb9ad;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'NanumSquareB' !important;
}
.mo_img {
    display: none !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .section1 .contents {
        width: 90%;
    }
    .section2 {
        width: 90%;
    }
    .section2 .btn_wrap {
        gap: 10px;
    }
    .section2 .btn_wrap a {
        width: 32.333%;
    }
    
    
}
@media screen and (max-width: 767px) {
    .pc_img {
        display: none !important;
    }
    .mo_img {
        display: block !important;
        width: 100%;
    }
    .section1 {
        padding: 40px 0;
    }
    .section1 .contents {
        width: 90%;
        max-width: 100%;
        flex-direction: column-reverse;
        text-align: center;
    }
    .section1 .contents img {
        width: 65%;
    }
    .section1 .contents .left p {
        font-size: 23px;
        margin: 20px 0;
    }
    .section1 .contents .left pre span {
        font-size: 18px;
    }
    .section1 .contents .left pre {
        font-size: 18px;
    }
    .section2 {
        width: 90%;
        max-width: 100%;
        margin: 20px auto;
    }
    .section2 .btn_wrap {
        gap: 20px;
        flex-direction: column;
    }
    .section2 .btn_wrap a {
        width: 100%;
    }
    .section2 .btn_wrap a span {
        padding: 15px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        font-size: 18px;
    }
    .section2 .btn_wrap:nth-of-type(2) {
        margin-top: 20px;
    }
}