.content1 {
    padding: 0 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.content1 .point2{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    color: #36b098;
    line-height: 1.3;
}
.content1 .point3{
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Pretendard-Bold" !important;
}
.top {
    background-color: #f4fcf2;
    padding: 50px 0 70px;
    height: 380px;
    display: flex;
    align-items: flex-end;
}
.title {
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-direction: row-reverse;
    justify-content: space-between;
    font-family: "Pretendard-Bold" !important;
    line-height: 1.3;
}
.section_C .title {
    color: #eb5d27;
}
/* .section_C .title img{
    width: 20%;
}
.section_B .title img{
    width: 40%;
    height: 337px;
    object-fit: contain;
    margin-bottom: -80px;
}
.section_C1 .title img, .section_C2 .title img, .section_C3 .title img{
    width: 25%;
} */
.title img{
    width: auto;
    height: 240px;
    margin-right: 15PX;
}
.section_A1 .box .bold, .section_A2 .box .bold, .section_A3 .box .bold{ 
    border-bottom: 2px solid #cccccc;
    font-size: 18px;
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.3;
    padding-right: 3rem;
    position: relative;
    border-bottom: none;
    width: 100%;
    margin: 0 !important;
}


.content1 .box  {
    margin: -70px 0 20px;
    border: 1px solid #e6e6e6;
    padding: 40px 20px;
    border-radius: 20px;
    background-color: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 18px;
    border-radius: 10px;
    line-height: 1.3;
    margin: 25px 0 0;
    color: #b6e397;
    font-family: "Pretendard-Bold" !important;
}
.content1 .link {
    display: flex;
    flex-direction:column;
    width:100%;
    padding: 20px;
    border-radius: 50px;
    background-color: #2f71fe;
    color: #fff;
    text-align: center;
    font-size: 20px;
    gap: 10px;
    margin-top: 30px;
    align-items: center;
    word-wrap: break-word;
    white-space: normal;

}
.content1 .link span{
    color: #fff;
    font-size: 20px;
    font-family: "NanumSquareL" !important;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.content1 .btn_wrap{
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}
.content1 .btn_wrap a{
    width: 100%;
    display: flex;
    color: #6f6e6c;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 600;
    background-color:#f2f2f2;
}
.content1 .btn_wrap a:last-child{
    background-color:#f2f2f2;
}
.title_mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .content1 {
        width: 90%;
        margin: 0 auto;
    }
    .content1 .box .bold {
        font-size: 16px;
    }
    .content1 .box .con {
        font-size: 16px;
    }
    .content1 .point2 {
        font-size: 16px;
    }
    .content1 .point3 {
        font-size: 16px;
    }

    .top {
        height:340px;
        padding: 0 0 55px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .title_mo {
        font-size:20px;
        width: 90%;
        flex-direction: column;
        justify-content: center;
        display: flex !important;
        align-items: center;
        text-align: center;
        line-height: 1.3;
        font-family: "Pretendard-Bold" !important;
    }
    .section_C .title_mo {
        color: #eb5d27;
    }

    .title_mo img{
        width: auto;
        height: 130px;
        margin-bottom: 30px;
    }
    .section_B .title_mo img {
        width: auto;
        height: 90px;
        margin-bottom: 30PX;
    }
    .title {
        font-size:20px;
        width: 90%;
        flex-direction: column;
        justify-content: center;
        display: none !important;
    }

    .section_B .top {
        padding: 0 0 15px;
    }
    .sub_title {
        margin-top: 30px;
        font-size: 20px;
    }
    .content1 .box {
        margin-bottom: 0;
        padding: 30px 20px;
    }
    .content1 .box .con {
        margin-bottom: 0;
    }
    .content1 .btn_wrap a {
        padding: 20px 20px;
        border-radius: 15px;
        font-size: 17px;
    }
    .content1 .btn_wrap a img{
        width: 7%
    }
    .content1 .btn_wrap {
        gap: 15px;
    }
}