.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;
}
.section_A .section2 .btn_wrap a:nth-child(2){
    color: #fff;
    background-color: #148044;
}
.section_B .section2 .btn_wrap a:nth-child(3){
    color: #fff;
    background-color: #148044;
}
.section_C .section2 .btn_wrap a:nth-child(4){
    color: #fff;
    background-color: #148044;
}
.section_D .section2 .btn_wrap a:nth-child(5){
    color: #fff;
    background-color: #148044;
}

.section2 .btn_wrap a img{
    width: 100px;
    height: 85px;
    object-fit: contain;
}
.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
}
.title {
    font-size: 20px;
    color:#4f3cff ;
    margin-bottom: 2rem;
    font-weight: 600;
}

.content1 .sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.bold_wrap {
    display: flex;
    gap: .5rem;
}
.content1 .box {
    margin-bottom: 2rem;
}
.content1 .bold {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 30px;
    font-family: '6SemiBold' !important;
    color: #148044;
}

.content1 .con {
    font-size: 18px;
    line-height: 1.5;
    color: #676767;
}
.content1 .con .point1{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    
}
.content1 .point2{
    font-size:18px;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #696969;
    font-family: '6SemiBold' !important;

}
.content1 .con .point3 {
    font-size: 18px;
    /* font-weight: 600; */
    color: #4e3bff;
}
.content1 .box img {
    width: 100%;
    margin: 2rem 0;
}

.btn2 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn2 img {
    width: 100%;
}

.overlay {
    position: absolute;
    top: 50%;
    left:8%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.overlay span {
    font-size: 1.8rem;
    color: white;
}

.overlay p {
    font-size:2rem;
    color: white;
}

.link { 
    display: flex;
    justify-content: center;
    border-radius: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    width: 100%;
    margin-bottom: 2rem;

}

.link a{ 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 4rem;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    flex-direction: column;
    gap: .5rem;
    background-color: #fff;
    color: #4f5050;
    border-radius: 1rem;
}
.link p {
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.link p img {
    width: 12%;
}
.link span{ 
    font-size: 1.4rem;
    color: #868686;
}

.section_B1 .bold_wrap {
    flex-direction: column;
}
.section_B1 .bold1 {
    margin-bottom: .5rem;
}
.section_B1 .bold2 {
    line-height: 1.3;
}
.mo {
    display: none !important;
}
.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;
    }
    .content1 {
        width: 90%;
        max-width: 100%;
        margin: 30px auto;
    }
    .content1 .bold {
        font-size: 18px;
        line-height: 1.3;
    }
    .content1 .con {
        font-size: 17px;
    }
    .content1 .point2 {
        font-size: 17px;
    }
}