.content1 .sub_title {
    font-size: 1.9rem;
    color: #050d3f;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: "SUITE-Heavy" !important;
}
.content1 .bold {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 800;
}
.content1 .con {
    font-size: 1.6rem;
    color: #676d7c;
    line-height: 1.3;
}
.section_AA .box:nth-child(4), .section_AA .box:nth-child(5){
    background-color: #f7f7f7;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #e7e7e7;
    margin-top: 2rem;
}
.section_AA .box .icon {
    text-align: center;
}
.section_AA .box .icon img{
    width: 35%;
    margin-bottom: 1.5rem;
}
.section_AA .box_title {
    text-align: center;
    font-size: 1.8rem;
    color: #2d2d2d;
    font-weight: 600;
    border-bottom: 1px solid #cecfd3;
    padding-bottom: 1.5rem;
}
.section_AA .box_con {
    font-size: 1.6rem;
    margin-top: 1.5rem;
    line-height: 1.3;
    color: #676d7c;
}
.section_AA .box_con .point2 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #050d3f;
}
.btn_wrap2 {
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}
.btn_wrap2 .btn{
    display: block;
    width: 100%;
    height: auto;
}
.btn_wrap2 a{
    position: relative;
    display: block;
}
.btn_wrap2 .text-overlay {
    position: absolute;
    top: 50%;
    left: 5%;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
    font-size: 1.6rem;
    color: #2d2d2d;
    font-weight: 900;
}
.section_CA .btn_wrap {
    display: flex;
    justify-content: space-between;
    gap:1rem;
    margin-top: 1rem;
}
.section_CA .btn_wrap a{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.6rem;
    color: #050d3f;
    font-weight: 800;
    padding: 2rem;
    width: 50%;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
    border-radius: 1.5rem;
    background-color: #f7f7f7;
    margin-top: 0;
}
.section_CA .btn_wrap a img{
    width: 60%;
    margin-bottom: 1rem;
}
.section_DB .chart {
    margin-top: 3rem;
}
.section_DB .chart img{
    width: 100%;
}