.section1 {
    background: linear-gradient(to right, #faf8d4, #d9fced);
}
.section1 .contents{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 .contents .left p{
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.section1 .contents .left p span{
    font-size: 30px;
    font-family: "Pretendard-Bold" !important;
    color: #009778;
}
.section1 .contents .left pre{
    font-size: 17px;
    line-height: 1.3;
}
.section1 .contents img{
    width: 35%;
}
.section2 {
    width: 100%;
    max-width: 1250px;
    margin: -80px auto 0;
}
.section2 .contents{
    background-color: #fff;
    padding: 60px 25px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.section2 .contents p{
    font-size: 18px;
}
.section2 .contents .left, .section2 .contents .right{
   width: 50%;
}
.section2 .contents pre{
    font-size: 25px;
    font-family: "Pretendard-Bold" !important;
    margin: 10px 0 30px;
    color: #009675;
}
.section2 .contents .pre_pc span{
    font-size: 25px;
    font-family: "Pretendard-Bold" !important;
    color: #b8e49a;
}
.section2 .contents .btn {
    box-shadow: rgba(99, 99, 99, 0.4) 1px 1px 5px 1px;
    padding: 30px;
    border-radius: 20px;
    height: 250px;
    background-position: right 30px bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}
.section2 .contents .left .btn {
    background-image: url('../img/main-img-1.png');
}
.section2 .contents .right .btn {
    background-image: url('../img/main-img-2.png');
}
.section2 .contents .btn h2{
    font-size: 22px;
    font-family: "Pretendard-Bold" !important;
}
.section2 .contents .btn a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px;
    gap: 15px;
    background-color: #f2f2f2;
    color: #009878;
    font-family: "Pretendard-Bold" !important;
    border-radius: 15px;
    margin-top: 13px;
    font-size: 18px;
}
.section2 .contents .btn a img{
    width: 25%;
}
.section3 {
    background-color: #f4fcf2;
    padding: 60px 0
}
.section3 .btn_wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.section3 .btn_wrap .btn1, .btn2, .btn3, .btn4{
    box-shadow: rgba(99, 99, 99, 0.4) 1px 1px 5px 1px;
    padding: 30px;
    border-radius: 20px;
    height: 250px;
    background-position: right 30px bottom 30px;
    background-repeat: no-repeat;
    background-size: 27%;
    width: calc(50% - 15px);
    background-color: #fff;
}
.section3 .btn_wrap .btn1 {
    background-image: url('../img/main-img-3.png');
    background-size: 20%;
}
.section3 .btn_wrap .btn2 {
    background-image: url('../img/main-img-4.png');
}
.section3 .btn_wrap .btn3 {
    background-image: url('../img/main-img-5.png');
}
.section3 .btn_wrap .btn4 {
    background-image: url('../img/main-img-6.png');
}
.section3 .btn_wrap .left{
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}
.section3 .btn_wrap h2{
    font-size: 22px;
    font-family: "Pretendard-Bold" !important;
    line-height: 1.3;
}
.section3 .btn_wrap .btn1 h2{
    color: #e95218;
}
.section3 .btn_wrap .btn2 h2{
    color: #f3c053;
}
.section3 .btn_wrap .btn3 h2{
    color: #106b77;
}
.section3 .btn_wrap .btn4 h2{
    color: #ee5656;
}
.section3 .btn_wrap .left a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px;
    gap: 15px;
    font-family: "Pretendard-Bold" !important;
    border-radius: 15px;
    margin-top: 13px;
    font-size: 18px;
    border: 2px solid #e6e6e6;
}

.section3 .btn_wrap .left a img{
    width: 25%;
}
.p_mo {
    display: none !important;
}
.pre_mo {
    display: none !important;
}
.section3 .btn1_mo, .section3 .btn2_mo, .section3 .btn3_mo, .section3 .btn4_mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .section1 {
        background: linear-gradient(to bottom right, #faf8d4, #d9fced);
    }
    
    .section1 .contents {
        width: 90%;
        max-width: 100%;
        padding: 30px 0 100px;
        flex-direction: column-reverse;
    }
    .section1 .contents img {
        width: 85%;
    }
    .p_pc {
        display: none !important;
    }
    .p_mo {
        display: block !important;
    }
    .section1 .contents .left p span {
        font-size: 25px;
    }
    .section1 .contents .left p {
        font-size: 25px;
    }
    .section1 .contents .left pre {
        font-size: 15px;
        line-height: 1.3;
    }
    .section2 {
        width: 100%;
        max-width: 100%;
        margin: -70px auto 0;
    }
    .section2 .contents{
        border-radius: 0;
        padding: 40px 20px;
        gap: 14px;
        align-items: flex-start;
    }
    .section2 p {
        display: none;
    }
    .pre_pc {
        display: none !important;
    }
    .pre_mo {
        display: block !important;
        font-size: 17px !important;
        font-family: "Pretendard-Bold" !important;
        margin: 0px 0 20px;
        color: #009675;
        line-height: 1.3;
        margin: 0px 0 15px !important;
    }
    .section2 .contents .left, .section2 .contents .right {
        text-align: center;
    }
    .pre_mo .s1 {
        font-size: 17px !important;
        color: #333 !important;
    }
    .pre_mo .s2 {
        font-size: 17px !important;
        color: #b4e395 !important;
        font-family: "Pretendard-Bold" !important;
    }
    .section2 .contents .btn {
        box-shadow: rgba(99, 99, 99, 0.4) 1px 1px 5px 1px;
        padding: 15px 10px;
        border-radius: 13px;
        height: 175px;
        background-position: right 15px bottom;
        background-repeat: no-repeat;
        background-size: 65%;
        text-align: left;
    }
    .section2 .contents .btn h2 {
        font-size: 15px;
        line-height: 1.3;
    }
    .section2 .contents .btn a {
        border-radius: 11px;
        margin-top: 10px;
        font-size: 14px;
        gap: 10%;
    }
    .section2 .contents .btn a img {
        width: 25%;
    }
    .section3 {
        background-color: #f4fcf2;
        padding: 40px 0;
    }
    .section3 .btn1, .section3 .btn2, .section3 .btn3, .section3 .btn4{
        display: none !important;
    }
    .section3 .btn1_mo, .section3 .btn2_mo, .section3 .btn3_mo, .section3 .btn4_mo {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: calc(50% - 8px);
        background-color: #fff;
        padding: 15px;
        border-radius: 13px;
        text-align: center;
        box-shadow: rgba(99, 99, 99, 0.4) 1px 1px 5px 1px;
        position: relative; 
    }
    
    .section3 .btn1_mo::before, 
    .section3 .btn2_mo::before,
    .section3 .btn3_mo::before,
    .section3 .btn4_mo::before {
        content: '';
        position: absolute;
        right: 10px; 
        top: 10px; 
        background-image: url('../img/arrow-2.png');
        background-size: 20px 20px; 
        background-repeat: no-repeat; 
        transform: rotate(-45deg); 
        width: 20px; 
        height: 20px; 
    }
    
    
    
    .section3 .btn_wrap {
        width: 90%;
        max-width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }
    .section3 .btn1_mo img {
        width: 60%;
    }
    .section3 img {
        width: 70%;
        margin-bottom: 15px;
    }
    .section3 .btn_wrap h2{
        font-size: 15px;
        line-height: 1.3;
    }
    .section3 .btn_wrap .btn1_mo h2{
        color: #e95218;
    }
    .section3 .btn_wrap .btn2_mo h2{
        color: #f3c053;
    }
    .section3 .btn_wrap .btn3_mo h2{
        color: #106b77;
    }
    .section3 .btn_wrap .btn4_mo h2{
        color: #ee5656;
    }
}