#wrap .section_A, .section_B,  .section_C, .section_D, .section_E, .section_F{
    padding: 3rem 1.5rem 4rem;
}
#wrap .section_A .tit_box, .section_B .tit_box, .section_C .tit_box, .section_D .tit_box, .section_E .tit_box, .section_F .tit_box {
    border-left: 1px solid #fd9d64;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#wrap .section_A .tit_box h2, .section_B .tit_box h2, .section_C .tit_box h2, .section_D .tit_box h2, .section_E .tit_box h2, .section_F .tit_box h2{
    font-size: 1.8rem;
    font-weight: 800;
    white-space: nowrap;
}
#wrap .section_A .tit_box .sub_title, .section_B .tit_box .sub_title , .section_C .tit_box .sub_title, .section_D .tit_box .sub_title, .section_E .tit_box .sub_title, .section_F .tit_box .sub_title{
    font-size: 1.6rem;
    color: #b7b7b7;
    line-height: 1.3;
    margin-top: 1rem;
    
}
#wrap .section_A .tit_box img, .section_B .tit_box img, .section_C .tit_box img, .section_D .tit_box img, .section_E .tit_box img, .section_F .tit_box img{
    width: 70%;
    
}
#wrap .section_A .tit_box .right, .section_B .tit_box .right, .section_C .tit_box .right, .section_D .tit_box .right, .section_E .tit_box .right, .section_F .tit_box .right{
    text-align: right;
    
}

#wrap .section_A .box, .section_B .box, .section_C .box, .section_D .box, .section_E .box{
    margin-top: 3rem;
}
#wrap .section_A .box .text, .section_B .box .text, .section_E .box .text, .section_E .box3 .text{
    font-size: 1.6rem;
    line-height: 1.3;
}
#wrap .section_A .box .text .point2, .section_B .box .text .point2{
    font-size: 1.8rem;
    font-weight: 800;
    color: #3ab478;
}
#wrap .section_A .box .text .point2, .section_B .box .text .point2{
    font-size: 1.8rem;
    font-weight: 800;
    color: #3ab478;
}
#wrap .section_A .box2, .section_B .box2, .section_C .box2, .section_D .box2{
    padding: 1.5rem;
    background-color: #fff6f3;
    border-radius: 1rem;
    margin-top: 1.5rem;
}
#wrap .section_A .box_wrap, .section_B .box_wrap, .section_C .box_wrap, .section_D .box_wrap{
    margin-top: 3rem;
}
#wrap .section_A .box2 .bold, .section_B .box2 .bold, .section_C .box2 .bold, .section_D .box2 .bold{
    font-size: 1.8rem;
    font-weight: 800;
    color: #fd8a46;
}
#wrap .section_A .box2 .con, .section_B .box2 .con, .section_C .box2 .con, .section_D .box2 .con, .section_E .box2 .con{
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 1rem;
}
.btn {
    padding: 2rem;
    background-color: #46b980;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    border-radius: 1rem;
    margin-top: 4rem;
}
.btn img{
    width: 7%;
    margin-left: 1rem;
}
.btn2 {
    padding: 2rem;
    background-color: #ff637a;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    border-radius: 1rem;
    margin-top: 1.5rem;
}
.btn2 span{
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffe40c;
}
.btn2 img{
    width: 7%;
    margin-left: 1rem;
}
.box_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.section_E .box2 {
    position: relative;
}

.section_E .image-container {
    position: relative;
    width: 100%;
    margin-top: 3rem;
}

.section_E .image-container img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
   
}

.section_E .text-overlay {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 1.8rem;
    pointer-events: none; 
}
.section_E .text-overlay .bold{
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
}

.section_E .text-overlay.overlay-1 {
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
}
.section_E .text-overlay.overlay-2 {
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
}

.section_E .text-overlay.overlay-3 {
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
}
.section_E .box3{
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f2f2f2;
    margin-top: 3rem;
}
.section_F .box_wrap {
    margin-top: 3rem;
}
.section_F .box2  {
    border: 1px solid #dddad9;
    width: 100%;
    border-radius: 1rem;
}
.section_F .box2 .bold {
    font-size: 1.6rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding: 1.5rem;
    padding-right: 3.5rem; 
}

.section_F .box2.on .bold {
    background-color: #fd843d;
    color: #fff;
     border-top-left-radius: 1rem;
     border-top-right-radius: 1rem;
}

.section_F .box2 .bold::after {
    content: '';
    background-image: url('../img/qna-arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 1rem;
    top: 55%; 
    transform: translateY(-50%);
    margin-left: 1rem;
}

.section_F .box2.on .bold::after {
    background-image: url('../img/qna-arrow-up.png');
    top: 50%; 
}

.section_F .box2.on .con{
    display: block;
    background-color: #fff6f3;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.section_F .box2 .con{
    font-size: 1.6rem;
    line-height: 1.3;
    display: none;
    padding: 1.5rem;
    background-color: #f8f8f8;
    
}