.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto ;
}
.content1 .sub_title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 23px;
    font-weight: 800;
    color: #2329a8;
}
.content1 .box {
    margin: 40px 0 60px;
}
.content1 .bold {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #6b911f;
}

.content1 .box .con {
    font-size: 18px;
    line-height: 1.3;
}

.content1 .box .con .point3{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.content1 .btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background-color: #a4d94d;
}
.content1 .btn .left {
    display: flex;
    align-items: center;
    gap: 5px;
}
.content1 .btn .left p {
    font-size: 20px;
    font-weight: 800;
    color: #0b1399;
}
.section_B .group {
    margin-top: 40px;
}
.section_B .content1 .box_title, .section_E .content1 .box_title, .section_F .content1 .box_title{
    margin-bottom: 20px;
    border: 1px solid #dadada;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 30px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
}
.section_C .box:nth-of-type(2) {
    margin-bottom: 20px;
}

.section_C .group, .section_H .group, .section_I .group {
    margin-bottom: 20px;
    border: 1px solid #dadada;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 30px;
}
.section_C .group:nth-of-type(8) {
    margin-bottom: 80px;
}
.section_C .group .box_title, .section_H .group .box_title , .section_I .group .box_title {
    font-size: 20px;
    font-weight: 800;
    color: #150b50;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}
.group .box_title {
    font-size: 20px;
    font-weight: 800;
    color: #28272c;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}
.group .box_con {
    font-size: 18px;
    line-height: 1.3;
    padding-top: 20px;
}
.section_C .content1 .box .con .point3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 800;
    color: #d7001b;
}
.content1 .qna_wrap{ 
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 40px 0 80px;
}
.content1 .qna{ 
    border: 1px solid #dadada;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.content1 .qna .q{ 
    font-size: 18px;
    font-weight: 600;
    padding: 2rem 1rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding-right: 3rem;

}
.content1 .qna.on .q{ 
    border-bottom: 1px solid #dadada;
}
.content1 .qna .q::after{ 
    content: '';
    background-image: url('../img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 2rem;
    height: 1rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}
.content1 .qna.on .q::after{ 
    background-image: url('../img/arrow-up.png');
}
.content1 .qna.on .a { 
    font-size: 18px;
    display: block;
    padding: 1.5rem;
    background-color: #fafff0;
    
}
.content1 .qna.on .a .point3{ 
    font-size: 18px;
    font-weight: 600;
}
.content1 .qna .a { 
    display: none;
    line-height: 1.5;
}

.content1 .box_con .point3 {
    font-size: 18px;
    font-weight: 600;
}
.sub_banner {
    width: 100%;
}
.section_H .content1 .con {
    font-size: 18px;
    line-height: 1.3;
}
.section_H .content1 .con .point3 {
    font-size: 18px;
    font-weight: 600;
}
.section_H .content1 .bold {
    margin: 50px 0 20px;
}
.section_H .group:nth-of-type(8), .section_I .group:nth-of-type(7) {
    margin-bottom: 80px;
}
.section_J .box {
    margin-bottom: 20px;
    border: 1px solid #dadada;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    overflow: hidden; 
}

.section_J .box img {
    width: 30%; 
    height: 150px;
    object-fit: cover;
    display: block; 
}

.section_J .box .right {
    width: 70%;
}
.section_J .box .right .bold{
    color: #1a0f54 !important; 
    font-weight: 800;
    margin-bottom: 20px;
}
.section .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.section .title h2 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 23px;
    font-weight: 800;
    color: #2329a8;
}
.section_J .btn {
    margin-top: 80px;
}
.section_I .group:nth-of-type(1) {
    margin-top: 40px;
}
.pagination {
    margin: 20px 0;
    text-align: center;
}
.page-btn {
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}
.page-btn.active {
    color: #2329a8;
    font-weight: 600;
}
@media screen and (max-width: 767px) { 
    .content1 {
        width: 90%;
        max-width: 100%;
        margin: 30px auto;
    }
    .content1 .sub_title {
        display: flex;
        align-items: center;
        gap: 5px;
        font-size: 20px;
        font-weight: 800;
        color: #2329a8;
    }
    .sub_title img {
        width: 30px;
    }
    .content1 .box {
        margin: 20px 0 30px;
    }
    .content1 .btn .left p {
        line-height: 1.3;
    }
    .section_B .group {
        margin-top: 20px;
    }
   .content1 .qna_wrap {
       display: flex;
       flex-direction: column;
       gap: 15px;
       margin: 20px 0 30px;
   }
   .section_H .content1 .bold {
       margin: 20px 0 20px;
   }
   .section_H .group:nth-of-type(8), .section_I .group:nth-of-type(7) {
       margin-bottom: 30px;
   }
   .section_I .group:nth-of-type(1) {
       margin-top: 20px;
   }
   .section_J .box {
       padding: 20px;
   }
   .section_J .btn {
       margin-top: 30px;
   }
   .section .title h2 {
       font-size: 20px;
   }
   .section .title img {
    width: 30px;
}
}