.section_A, .section_B {
    padding: 2rem;
    
    }
.section_A .img_box{
    text-align: center;
}
.section_A .img_box img{
    width: 60%;
}
.section_A .box .bold, .section_B .box .bold{
    font-size: 1.8rem;
    font-weight: 800;
    color: #1852b9;
}
.section_A .box{
    margin-top: 3rem;
}
.section_A .box .con, .section_B .box .con{
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1.5rem;
}
.section_A .container {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 5rem;
}

.section_A .btn {
    display: inline-block;
    width: 100%;
  
}

.section_A .text-overlay {
    position: absolute;
    bottom: 10px;
    top:23%;
    left:27%;
    transform: translateX(-50%); 
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: left; 
}

.section_A .text-overlay span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffba49;
}
.section_B .bold2, .section_C .sub_title, .section_D .sub_title, .section_E .sub_title {
    font-size: 1.8rem;
    font-weight: 800;
    margin: 2rem 0 2rem;
}
.section_B .sub_title {
    font-size: 1.8rem;
    font-weight: 800;
}
.section_B  .sub_wrap{
    display: flex;
    justify-content: left;
    margin: 1rem 0 1rem;
    gap: 0.7rem;
    align-items: center;
    width: 100%;
}

.section_B  .sub_title{
    padding: .5rem 1rem;
    background-color: #fff;
    border-radius: 2rem;
    color: #939ea6;
    border: 1px solid #a9b3c3;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
}

.section_B  .box2{
    display: none; 
    padding: 2rem 1.5rem ;
    background-color: #f7f8fa;
    border-radius: 1.5rem;
    margin-top: 2.5rem;
}
.section_B  .box2.active {
    display: block; 
}
.section_B .sub_title.active{
    background-color: #ebeef2;
    color: #144fb9;
    border-color: #3769c3;
}
.section_B  .box2 .con {
    font-size: 1.6rem;
    line-height: 1.3;
    padding-top: 1rem;
}
.section_B  .box2 .bold3  {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 700;
    border-bottom: 1px solid #acb1b7;
    padding-bottom: 1rem;
}
.section_B .container {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 5rem;
}

.section_B .btn {
    display: inline-block;
    width: 100%;
    
}

.section_B .text-overlay {
    position: absolute;
    bottom: 10px;
    top:23%;
    left:28%;
    transform: translateX(-50%); 
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: left; 
}

.section_B .text-overlay span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffba49;
}
.section_C .box, .section_D .box, .section_E .box{
    padding: 0 2rem 2rem;

}

.section_C .box:first-child, .section_D .box:first-child, .section_E .box:first-child{
    border-bottom: 5px solid #f7f8fa;

}
.section_C .toggle_box  {
    padding: 1.5rem 0;
    border-bottom: 1px solid #f7f8fa;
   
}

.section_C .toggle_box .bold, .section_D .toggle_box .bold, .section_E .toggle_box .bold{
    font-size: 1.6rem;
    font-weight: 600;
    color: #a5b0c0;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;

}
.section_C .toggle_box.on .bold{
    border-bottom : 1px solid #f1f1f1;
    padding-bottom: 1.5rem;
    color: #1a54ba;
}
.section_C .toggle_box .bold::after{ 
    content: '';
    background-image: url('../img/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: .5rem;
    top: 70%;
    transform: translateY(-50%);
}
.section_C .toggle_box.on .bold::after{ 
    background-image: url('../img/up-arrow.png');
    top: 35%;
}
.section_C .toggle_box .con{
    font-size: 1.6rem;
    line-height: 1.3;
    display: none;
    padding: 1.5rem;
    background-color: #f8f8f8;

}
.section_C .toggle_box.on .con { 
    display: block;
}
.section_C .container, .section_D .container, .section_E .container {
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 2rem;
    margin-top: 2rem;
}
.section_C .btn, .section_D .btn, .section_E .btn {
    display: inline-block;
    width: 100%;
    
}

.section_C .text-overlay{
    position: absolute;
    bottom: 10px;
    top:32%;
    left:30%;
    transform: translateX(-50%); 
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: left; 
}
.section_D .txt{
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.3;
}
.section_D .text-overlay{
    position: absolute;
    bottom: 10px;
    top:32%;
    left:29%;
    transform: translateX(-50%); 
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: left; 
}
.section_E .text-overlay {
    position: absolute;
    bottom: 10px;
    top:33%;
    left:23%;
    transform: translateX(-50%); 
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    text-align: left; 
}
.section_C .text-overlay span, .section_D .text-overlay span, .section_E .text-overlay span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ffba49;
}
.section_C .toggle_box.on .bold, .section_D .toggle_box.on .bold, .section_E .toggle_box.on .bold{
    border-bottom : 1px solid #f1f1f1;
    padding-bottom: 1.5rem;
    color: #1a54ba;
}
.section_D .toggle_box, .section_E .toggle_box   {
    padding: 1.5rem ;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.section_D .toggle_box .bold::after, .section_E .toggle_box .bold::after{ 
    content: '';
    background-image: url('../img/down-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: .5rem;
    top: 70%;
    transform: translateY(-50%);
}
.section_D .toggle_box.on .bold::after, .section_E .toggle_box.on .bold::after{ 
    background-image: url('../img/up-arrow.png');
    top: 35%;
}
.section_D .toggle_box .con, .section_E .toggle_box .con{
    font-size: 1.6rem;
    line-height: 1.3;
    display: none;
    padding-top: 1.5rem;
}
.section_D .toggle_box.on .con, .section_E .toggle_box.on .con { 
    display: block;
}

.section_E .box .chart{
    width: 100%;
}
.btn2 img {
    width: 100%;
    padding:0 2rem 2rem;
}