.top_con {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 40px;
    font-size: 18px;
}
.top_con .point1 {
    font-size: 18px;
    color: #d45835;
    line-height: 1.3;
}
.section_A .box {
    display: none;
}
.section_A .box.on {
    display: block;
}
.sub_title_wrap {
    background-color: black;
 
}
.sub_title_content {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px;

}
.section_A .sub_title_wrap .sub_title {
    color: #fff;
    cursor: pointer;
    padding: 20px;
    width: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.section_A .sub_title_wrap .sub_title:first-child {
    display: none;
}
.sub_title_wrap .sub_title.active {
    background-color: #fff;
    color: #d45835 !important;
    font-size: 20px;
    font-weight: 600;
}
.content1 {
    width: 100%;
    max-width: 1200px;
    margin:40px auto;
}
.content1 .con {
    font-size: 18px;
    line-height: 1.3;
}
.content1 .bold {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}
.content1 .btn {
    background-color: #ededed;
    display: flex ;
    justify-content: center;
    align-items: center;
    gap: 150px;
    margin: 70px 0;
}
.content1 .btn pre {
    padding: 30px 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}
.section_D .sub_title_wrap .sub_title {
    color: #fff;
    cursor: pointer;
    padding: 20px;
    width: 50%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.section_D .box2 {
    display: flex;
    margin-bottom: 50px;
}
.section_D .box2 .left {
    display: flex;
    width: 100%;
    gap: 10px;
}
.section_D .count, .section_E .count {
    font-size: 30px;
    font-weight: 800;
    color: #ddd;
}
.section_D .point2 {
    font-size: 20px;
    font-weight: 600;
}
.section_D .box2 .con {
    font-size: 18px;
    line-height: 1.3;
}
.section_D .right {
    text-align: right;
}
.section_D .box-icon {
    width: 50%;
}
.section_D .box2:nth-child(5) {
   
}
.section_D .content1 .bold:nth-of-type(2) {
    border-top: 1px solid #ddd;
    padding-top: 50px;
}
#special-btn {
    display: flex !important; /* flex 레이아웃으로 설정 */
    align-items: center;
    justify-content: center;
}

.hidden {
    display: none;
}
.section_B .box {
    display: none;
    width: 70%;
    margin: 0 auto;
}

.section_B .box.on {
    display: block;
}
.section_B .sub_title_content {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 5px;
    flex-wrap: wrap;
}
.section_B .sub_title_wrap .sub_title {
    color: #fff;
    cursor: pointer;
    padding: 20px;
    width: 25%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.section_B  .box2_wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_B  .box2 {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 80px;
    border-bottom: 2px solid #f7f7f7;
    padding: 15px;
    position: relative;
}

.section_B  .box2:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 20px;
    background: #ddd;
}
.section_B  .box2:last-child {
    border-bottom:none;
}
.section_B .box2:last-child:after {
    content: none;
}

.section_B .box2:last-child {
    border-bottom: none;
}
.section_B .icon-content-wrap {
    display: flex;
    align-items: center;
    width: 300px;
}

.section_B .icon {
    margin-right: 10px; 
    width: 24px; 
    height: auto;
}
.section_B .con {
    white-space: pre-wrap; 
    font-size: 18px;
    line-height: 1.3;
}
.section_B .img_box {
    text-align: center;
    margin: 20px 0;
}
.section_B .img_box .banner{
    width: 30%;
}
.section_C .image-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.section_C .overlay-image {
    width: 100%;
    height: auto;
}

.section_C .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px;
    font-size: 24px;
    border-radius: 8px;
}
.section_C .text-overlay .sub_title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}
.section_C .text-overlay .sub_title .point2{
    color: #d45835;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}
.content-image {
    width: 100%; /* 이미지가 컨테이너 너비에 맞게 조정 */
    height: auto; /* 비율 유지 */
    margin-bottom: 10px; /* 이미지와 컨텐츠 사이의 간격 */
}
.section_C .con{
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #ce4119;
    
}
.section_C .con .flex{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    
}
.section_C .con .flex span{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #d14c26;
}
.section_C .content:nth-last-of-type(1){
    margin-top: 70px;
}
.section_E .sub_title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}
.section_E .box2 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.section_E .box2 .con{
    font-size: 18px;
    line-height: 1.3;
}
.section_E .box2 .point2{
    font-size: 20px;
    font-weight: 600;
}
.section_E .right{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.section_E .image-container {
    margin: 40px 0 ;
}
.section_E .right .list{
    padding: 5px 15px;
    background-color: #d14c26;
    color: #fff;
    width: 100px;
    text-align: center;
    font-size: 18px;
}
.section_E .flex{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #ce4119;
    
}
.section_E .left {
    font-size: 20px;
    font-weight: 600;
}
.section_E .flex span{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #d14c26;
}
.qna { 
    border-top: 1px solid #d14c26;
    border-bottom: none;
    margin-bottom: -20px;
    cursor: pointer;
}
.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;

}
.qna.on .q{ 
    border-bottom: 1px solid #d14c26;
}
.qna .q::after{ 
    content: '';
    background-image: url('../img/arrow-5.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 1rem;
    top: 55%;
    transform: translateY(-50%);
}
.qna.on .q::after{ 
    background-image: url('../img/arrow-4.png');
}

.qna.on .a { 
    font-size: 18px;
    display: block;
    padding: 1.5rem;
    background-color: #ededed;
}
.qna .a { 
    display: none;
    line-height: 1.5;
}
.section_F .box:nth-of-type(6) .qna {
    border-bottom: 1px solid #d14c26;
}
.section_F .box {
    margin-bottom: 0;
}
.section_F .box:nth-of-type(6), .section_F .box:nth-of-type(7) {
    margin-bottom: 100px;
}
.section_H .qna {
    border-top: 1px solid #d14c26;
    border-bottom: none;
    margin-bottom: 0px;
}
.section_H .box:nth-last-of-type(1) .qna {
    border-bottom: 1px solid #d14c26;
}
.section_F .sub_title, .section_G .sub_title, .section_H .sub_title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
}

.section_F .box .point1{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #d14c26;
}
/* 이미지 컨테이너 설정 */
.section_G .image-container {
    position: relative;
    width: 1200px; 
    height: 250px; 
    margin: 40px auto 120px; 
}

.section_G .overlay-image {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    display: block;
}

.section_G .right .list{
    padding: 5px 15px;
    background-color: #d14c26;
    color: #fff;
    width: 100px;
    text-align: center;
}
.section_G .flex{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
    border-bottom: 1px solid #ce4119;
    
}
.section_G .left {
    font-size: 20px;
    font-weight: 600;
}
.section_G .flex span{
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
    color: #d14c26;
}
.section_G .btn {
    background-color: #ededed;
    display: flex ;
    justify-content: center;
    align-items: center;
    gap: 150px;
    margin: 70px auto 0;
    width: 100%;
    max-width: 1200px;
}
.section_G .btn pre {
    padding: 30px 0;
    line-height: 1.5;
    font-size: 20px;
    font-weight: 600;
}
.section_G {
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) { 
    .section_G .image-container {
        position: relative;
        width: 100%; 
        height: 250px; 
        margin: 0 auto 100px; 
    }
    .top_con {
        width: 90%;
        max-width: 100%;
        margin: 30px auto 40px;
        font-size: 16px;
    }
    .top_con .point1 {
        font-size: 16px;
    }
    .section_A .sub_title_wrap .sub_title {
        color: #fff;
        cursor: pointer;
        padding: 20px;
        width: 25%;
        font-size: 16px;
    }
    .sub_title_wrap .sub_title.active {
        background-color: #fff;
        color: #d45835 !important;
        font-size: 16px;
        font-weight: 600;
    }
    .content1 {
        width: 90%;
        max-width: 100%;
        margin: 40px auto;
    }
    .content1 .bold {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        color: black;
        margin-bottom: 20px;
    }
    .content1 .con {
        font-size: 16px;
        line-height: 1.3;
    }
    .btn img{
        width: 30%;
    }
    .content1 .btn pre {
        padding: 5px 0;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 600;
    }
    .content1 .btn {
        background-color: #ededed;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin: 50px 0;
        height: 90px;
    }
    .section_B .sub_title_wrap .sub_title {
        color: #fff;
        cursor: pointer;
        padding: 10px 0;
        text-align: center;
        font-size: 15px;
        font-weight: 600;
        word-wrap: break-word;  
        overflow: hidden;      
        white-space: normal;  
        box-sizing: border-box; 
        max-width: 100%;      
    }
    .section_B .box {
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    .section_C .overlay-image {
        width: 100%;
        height: 130px !important;
    }
    .section_C .text-overlay .sub_title {
        font-size: 18px;
    }
    .section_C .text-overlay .sub_title .point2 {
        font-size: 20px;
    }
    .section_C .con .flex {
        line-height: 1.5;
        font-size: 16px;
        font-weight: 600;
    }
    .section_D .sub_title_wrap .sub_title {
        font-size: 16px;
    }
    .section_D .point2, .section_E .box2 .point2  {
        font-size: 18px;
    }
    .section_D .box2 .con, .section_E .box2 .point2, .section_E .box2 .con  {
        font-size: 16px;
    }
    .section_E .sub_title {
        font-size: 18px;
    }
    .section_E .right .list {
        padding: 5px 10px;
        width: 100px;
        font-size: 16px;
    }
    .section_E .image-container .overlay-image {
        width: 100%;
    }
    .section_E .flex span {
        font-size: 16px;
    }
    .section_E .left {
        font-size: 16px;
    }
    .section_E .box2 {
        gap: 5px;
    }
    .section_F .sub_title, .section_G .sub_title, .section_H .sub_title {
        font-size: 18px;
    }
    .section_F .box .point1 {
        font-size: 16px;
    }
    .qna .q {
        font-size: 16px;
    }
    .qna.on .a {
        font-size: 16px;
    }
    .section_F .box {
        margin-bottom: 0;
    }
    .section_F .box:nth-of-type(6), .section_F .box:nth-of-type(7) {
        margin-bottom: 40px;
    }
    .section_G .left {
        font-size: 16px;
        line-height: 1.3;
    }
    .section_H .qna {
        border-top: 1px solid #d14c26;
        border-bottom: none;
        margin-bottom: 0px;
    }
    .section_H .box:nth-last-of-type(1) .qna {
        border-bottom: 1px solid #d14c26;
    }
    }