
.content1 {
    padding: 30px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.title {
    font-size: 32px;
    font-family: 'NanumSquare_acEB' !important;
    margin-bottom: 20px;
    font-weight: 800;
}

.content1 .point3{
    font-size: 20px;
    border-radius: 10px;
    line-height: 1.3;
    color: #0eb4a7;
    font-family: 'NanumSquareB' !important;
}


.content1 .box  {
    margin-bottom: 20px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
    color: #626262;
}
.content1 .box .bold{
    display: inline-block;
    font-size: 20px;
    border-radius: 10px;
    line-height: 1.3;
    color: #005fb8;
    font-family: 'NanumSquareB' !important;
}
.section_F .box .bold{ 
    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;
    background-color: #1fb9ad;
    color: #fff;
    font-family: 'NanumSquareB' !important;
}
.section_F .box.on .bold{ 
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}
.section_F .box .bold::after{ 
    content: '';
    background-image: url('../img/arrow2.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 1.5rem;
    top: 56%;
    transform: translateY(-50%);

}
.section_F .box.on .bold::after{ 
    background-image: url('../img/arrow1.png');

}
.section_F .box.on .con{ 
    display: block;
    padding: 1.5rem;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section_F .box .con{ 
    display: none;
    line-height: 1.5;
    background-color: #f4fbfb;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        width: 90%;
    }
}
@media screen and (max-width: 767px) {
    .content1 {
        width:90%;
        padding: 20px 0 30px;
        max-width: 100%;
    }
 
    .content1 .box .bold {
        font-size: 17px;
    }
    .content1 .box .con {
        font-size: 16px;
        margin-bottom: 20px;
    }
  
    .content1 .point3 {
        font-size: 17px;
    }
    
    .sub_title {
        font-size: 19px;
        padding: 20px;
    }
  
    .content1 .box .con {
    }
    .section_F .box.on .con {
        font-size: 16px;
    }
    .section_F .content1 .box {
        margin-bottom: 20px;
        background: #fff;
    }
    .title {
        font-size: 23px;
        margin-bottom: 20px;
    }
}