.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;
}
.section_B .section2 .btn_wrap a:nth-child(2){
    background-color: #05a69e;
}
.section_B .btn_wrap a:nth-child(2) .left{
    color: #fff;
}
.section_C .section2 .btn_wrap a:nth-child(3){
    background-color: #05a69e;
}
.section_C .btn_wrap a:nth-child(3) .left{
    color: #fff;
}
.section_D .section2 .btn_wrap a:nth-child(4){
    background-color: #05a69e;
}
.section_D .btn_wrap a:nth-child(4) .left{
    color: #fff;
}
.section_E .section2 .btn_wrap a:nth-child(5){
    background-color: #05a69e;
}
.section_E .btn_wrap a:nth-child(5) .left{
    color: #fff;
}
.section_B .section2 .btn_wrap a:nth-child(2) .arrow,
.section_C .section2 .btn_wrap a:nth-child(3) .arrow,
.section_D .section2 .btn_wrap a:nth-child(4) .arrow,
.section_E .section2 .btn_wrap a:nth-child(5) .arrow {
  content: url('../img/arrow-1.png');
}
.section2 .btn_wrap a .arrow{
    width: 3%;
    height: auto;
}
.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}
.content1 .sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.content1 .box {
  margin-bottom: 30px;
}
.content1 .bold {
    font-size: 22px;
    color: #009b92;
    font-family: '7Bold' !important;
    margin-bottom: 10px;
}

.content1 .con {
    font-size: 19px;
    line-height: 1.5;
    color: #747474;
    font-family: '4Regular' !important;
}
.content1 .con .point1{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    
}
.content1 .point2{
    font-size: 20px;
    font-family: '6SemiBold' !important;
    line-height: 1.5;
    margin-bottom:30px;

}
.content1 .con .point3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom:30px;
    color: #545454;
}

.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: 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;
    }
    .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;
    }
    .content1 .con .point3 {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 30px;
        color: #545454;
    }
}