.section_A {
    position: relative; /* 상대 위치 설정 */

}
.top {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    margin: 30px auto 30px;
    align-items: center;
    max-width: 1200px;
}

.left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left img {
    width: 16rem; /* 고정된 크기의 로고 */
    margin-top: -30px;
}

.right {
    display: flex
    ;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    width: 55%;
    margin-left: 5rem;
}

.sub_title {
    background-color: #f7f9f9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 30px;
    border-radius: 10px;
    font-size: 23px;
    font-family: '8ExtraBold' !important;
    font-weight: 800;
    width: 100%;
}


.content1 {
    padding: 30px 0 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 800;
}

.content1 .point3 {
    font-size: 20px;
    border-radius: 10px;
    line-height: 1.3;
    font-family: '6SemiBold' !important;
}

.content1 .box {
    margin-bottom: 20px;
    background: #fff;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px;
}

.content1 .box .bold {
    display: inline-block;
    font-size: 22px;
    border-radius: 10px;
    line-height: 1.3;
    font-family: '6SemiBold' !important;
}

.section_C .content1 .box .bold {
    padding: 10px 20px;
    background-color: #fff2d7;
    border-radius: 30px;
    margin-bottom: 20px;
}
.section_A .btn_wrap h2, .section_C .btn_wrap h2 {
    font-size: 22px;
    font-family: '6SemiBold' !important;
}
.section_A .btn_wrap {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.section_A .btn_wrap a{
    width: 50%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 23px;
    font-family: '6SemiBold' !important;
    gap: 15px;
}
.section_A .btn_wrap a img{
    width: auto;
    height: 55%;
}
.section_A .btn_wrap a:nth-child(1){
    background-color: #fff0ee;
}
.section_A .btn_wrap a:nth-child(2){
    background-color: #fff2d7;
}
.section_C .btn_wrap a{
    width: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    font-size: 23px;
    font-family: '6SemiBold' !important;
    gap: 15px;
    background-color: #fff0ee;
}
.section_C .btn_wrap a img{
    width: 4%;
    height: 55%;
}
.chart {
    width: 50%;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .content1 {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    .chart {
        width: 100%;
    }
    .top {
        width: 90%;
        margin: 10px auto 30px;
    }

    .left img {
        width: 30%;
        margin-top: 0;
    }
    .section_A .btn_wrap {
        gap: 10px;
        margin-top: 30px;
    }
    .section_A .btn_wrap a {
        padding: 0px 7px;
        border-radius: 10px;
        gap: 5px;
    }
    .section_A .btn_wrap a img {
        width: auto;
        height: 30%;
    }
    .section_A .btn_wrap h2, .section_C .btn_wrap h2  {
        font-size: 17px;
        line-height: 1.3;
    }
    .content1 {
        width: 90%;
        padding: 0px 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: 17px;
        padding: 15px;
    }

    .section_C .btn_wrap a {
        padding: 20px;
        border-radius: 10px;
        gap: 10px;
    }
    .section_C .btn_wrap a img {
        width: 10%;
        height: 55%;
    }
    .title {
        font-size: 23px;
        margin-bottom: 20px;
    }

}
