.content1 {
    padding: 0 1.5rem 3rem;
}

.box {
    margin-bottom: 25px;
}
.section_B .box:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
}
.btn_group {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 5px;
    background-color: #e62d32;
    font-size: 19px;
    color: #fff;
    gap: 10px;
    font-family: "Pretendard-Bold" !important;
}
.section_B .btn:nth-of-type(1), .section_C .btn:nth-of-type(1)  {
    margin-bottom: 30px;
}
.btn img{
    width: 30px;
}
.sub_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #f35c49;
    line-height: 1.3;
    text-align: center;
    padding: 15px;
    width: 100%;
    background-color: #fde8e5;
    font-family: "Pretendard-ExtraBold" !important;
}

.content1 .bold {
    font-size: 19px;
    color: #d4111f;
    line-height: 1.3;
    font-family: "Pretendard-ExtraBold" !important;
    margin-bottom: 20px;
}
.content1 .con {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 300;
    color: #595959;
}
.content1 .con .point1{
    font-size: 18px;
    color: #00b0cc;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size: 1.6rem;
    font-weight: 600;
    color: #0057a2;
    margin-bottom: 1rem;
    line-height: 1.5;
}
.content1 .con .point3{
    font-size: 19px;
    color: #f25541;
    font-family: "Pretendard-Bold" !important;
    margin-bottom: 5px;
}


