.content_A .right .sub_wrap, .content_B .right .sub_wrap {
    display: flex;
    justify-content: left;
    margin: 1rem 0 1rem;
    gap: 0.7rem;
    align-items: center;
    width: 100%;
}

.content_A .right .sub_title, .content_B .right .sub_title {
    padding: .5rem 1rem;
    background-color: #f3f6fa;
    display: inline-block;
    border-radius: .5rem;
    color: #939ea6;
    border: 1px solid #c3c2e3;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
    cursor: pointer;
}

.content_A .right .box, .content_B .right .box {
    display: none; 
    padding: 0.5rem 0 2rem;
    
}
.content_A .right .box.active, .content_B .right .box.active {
    display: block; 
}
.content_A .sub_title.active, .content_B .sub_title.active {
    background-color: #fff;
    color: #1f3447;
    border-color: #96bee4;
}
.content_A .right .box .con, .content_B .right .box .con {
    font-size: 18px;
    line-height: 1.4;
}
.content_C .right{
    width: 70%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}
.content_C .right .box {
    border: 2px solid #b1cfeb;
    padding: 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    margin-top: 1.5rem;
}

.content_C .right .box .sub_title {
    font-size: 20px;
    font-weight: 600;
    color: #00154c;
}

.content_C .right .box .con {
    font-size: 18px;
    margin-top: 1.5rem;
    line-height: 1.5;
}
.content_D .right .box .con, .content_E .right .box .con {
    font-size: 18px;
    line-height: 1.5;
}

.content_C .right a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
    border: 2px solid #b1cfeb;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:#059ae9;
    font-size: 18px;
    
}
.content_C .right a img{
    width: 5%;
}
.content_E .right .box .con .point2 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    color: #144ddd;
}
.content_E .right .box2 {
    padding: 1.5rem;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-top: 2rem ;
}
.content_E .right .box2 .con{
    font-size: 18px;
    line-height: 1.5;
}
.content_E .right .box2 .con .point1{
    font-size: 18px;
    font-weight: 700;
}
.content_E .right .box .con2{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4rem;
}

.content_F .box  {
    background-color: #f6f6f6;
    border-radius: 5px;
    border: 2px solid #a2b7d4;
    padding: 1.5rem;
   
}

.content_F .box .sub_title{
    font-size: 18px;
    font-weight: 600;
    color: #0e2b4d;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;
}
.content_F .box.on .sub_title{
    border-bottom : 2px solid #a2b7d4;
    padding-bottom: 1.5rem;
}
.content_F .box .sub_title::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%);
}
.content_F .box.on .sub_title::after{ 
    background-image: url('../img/up-arrow.png');
    top: 35%;
}
.content_F .box .con{
    font-size: 18px;
    line-height: 1.5;
    color: #434343;
    display: none;
    padding-top: 1.5rem;
    
}
.content_F .box.on .con { 
    display: block;
}
@media screen and (max-width: 900px) {

.content_A .right, .content_B .right, .content_D .right, .content_E .right, .content_F .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
 }
 .content_A .right .sub_wrap, .content_B .right .sub_wrap {
    display: flex;
    justify-content: left;
    margin: 1rem 0 1rem;
    gap: 0.7rem;
    align-items: center;
    width: 100%;
    overflow-x: auto;    
    -ms-overflow-style: none; 
    scrollbar-width: none;  
 }
 
 .content_A .right .sub_wrap::-webkit-scrollbar, 
 .content_B .right .sub_wrap::-webkit-scrollbar {
     display: none; 
 }
 .content_A .right .sub_title, .content_B .right .sub_title {
    font-size: 18px;
    white-space: nowrap;
}
.content_A .right .box .con, .content_B .right .box .con {
    font-size: 17px;
}
.content_C .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}
.content_C .right .box .con {
    font-size: 17px;
}
.content_C .right .box .sub_title {
    font-size: 18px;
}
.content_D .right .box .con, .content_E .right .box .con {
    font-size: 17px;
}
.content_E .right .box .con .point2 {
    font-size: 17px;
}
.content_E .right .box .con2 {
    font-size: 17px;
}
.content_F .box .sub_title {
    font-size: 17px;
}
.content_F .box .con {
    font-size: 17px;
}
.content_F .box .sub_title::after {
    top: 60%;
}
.content_F .box.on .sub_title::after {
    top: 40%;
}
}