.title_box .title{
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #1b8ba1;
    padding-bottom: 20px;
}
.section_A .title_box .title{
    border-bottom: 0;
    padding-bottom: 0;
}

.content1 {
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 80px;
}
.section_B .content1, .section_C .content1 {
    border-bottom: 2px solid #1b8ba1;
}
.section_A .box{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.section_A .box .sub_title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section_B .box, .section_C .box{
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.section_B .box .sub_title {
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    margin-bottom: 15px;
    font-weight: 500 !important;
}

.section_C .box .sub_title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.box:nth-last-of-type(1) {
    border-bottom: 0;
    margin-bottom: 20px;
}
.box .con{
    font-size: 18px;
    line-height: 1.3;
    color: #808080;
    word-break: break-all; /* 또는 word-break: break-word; */
    overflow-wrap: break-word;
}
.box .con .point3{
    font-size: 18px;
    color: #808080;
    font-weight: 600;
}
.sub_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section_A1-1 .sub_title,
.section_A1-2 .sub_title,
.section_A1-3 .sub_title,
.section_A1-4 .sub_title,
.section_A1-5 .sub_title,
.section_A1-6 .sub_title,
.section_A1-7 .sub_title,
.section_A1-8 .sub_title,
.section_A1-9 .sub_title,
.section_A1-10 .sub_title {
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
}

.banner {
    width: 100%;
    margin-bottom: 30px;
}
.image_wrap {
    position: relative;
}

.navigation {
    position: absolute; 
    bottom: 20px;
    right: 20px;
    display: flex; 
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #ff9e16;
    align-items: center;
    justify-content: center;
}
.page_info {
    color: #ff9e16; /* 강조 색상 */
}

.section_A1-1 .banner,
.section_A1-2 .banner,
.section_A1-3 .banner,
.section_A1-4 .banner,
.section_A1-5 .banner,
.section_A1-6 .banner,
.section_A1-7 .banner,
.section_A1-8 .banner,
.section_A1-9 .banner,
.section_A1-10 .banner {
    width: 100%;
    margin-bottom: 0;
}

.section_A1-1 .title_box,
.section_A1-2 .title_box,
.section_A1-3 .title_box,
.section_A1-4 .title_box,
.section_A1-5 .title_box,
.section_A1-6 .title_box,
.section_A1-7 .title_box,
.section_A1-8 .title_box,
.section_A1-9 .title_box,
.section_A1-10 .title_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_wrap1 {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    gap: 25px;
    display: flex;
    flex-direction: column;
}
.btn_wrap2 {
    text-align: center;
    width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    width: 1200px;
}
.btn_wrap1 .next {
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    font-size: 16px;
    border-top: 2px solid #1b8ba1;
    border-bottom: 2px solid #1b8ba1;
}
.btn_wrap2 .next {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    align-items: center;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    border-bottom: 2px solid #1b8ba1;
}
.btn_wrap1 .back5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
    margin: 40px 0;
    font-size: 16px;
    border-top: 2px solid #1b8ba1;
    border-bottom: 2px solid #1b8ba1;
}
.btn_wrap2 .back5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    width: 100%;
    font-size: 16px;
    border-top: 2px solid #1b8ba1;
    border-bottom: 1px solid #ddd;
}

.next .btn_left .s1, .back5 .btn_left .s1{
    padding-right: 15px;
}

.btn_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.s1, .s2 {
    font-size: 18px;
    line-height: 1.3;
}
.s1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #767676;
    margin-right: 20px;
}
.s2 {
    display: flex;
    justify-content: space-between;
}
.s1 img {
    width: 25%;
}
.top_button_wrap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}
.top_button {
    display: inline-block;
    text-align: right;
}
.top_button img{
    width: 60%;
}.title_box {
    width: 100%;
    position: relative;
}
/* 스와이퍼 스타일 */
.swiper-container {
    max-width: 1200px;
    width: 100%;
    height: 400px; /* 원하는 높이 설정 */
    overflow: hidden;
    margin: 0 auto;
}

.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center; /* 중앙 정렬 */
    align-items: center; /* 수직 중앙 정렬 */
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.slide_btn {
    display: block;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 비율을 유지하며 영역을 채움 */
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff; /* 화살표 색상 */
}

/* 추가적인 스타일 */
.swiper-pagination {
    bottom: 10px; /* 페이지네이션 위치 조정 */
}
@media screen and (max-width: 767px) {

    .title_box .title {
        display: block;
        margin: 0 auto 20px;
        font-size: 20px;
        font-weight: 600;
    }
    .content1 {
        width: 90%;
        max-width: 100%;
        margin: 30px auto 80px;
    }
    .section_A1-1 .sub_title, .section_A1-2 .sub_title, .section_A1-3 .sub_title, .section_A1-4 .sub_title, .section_A1-5 .sub_title, .section_A1-6 .sub_title, .section_A1-7 .sub_title, .section_A1-8 .sub_title, .section_A1-9 .sub_title, .section_A1-10 .sub_title {
        max-width: 90%;
        width: 100%;
        margin: 30px auto;
    }
    .section_A .box {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 30px;
        width: 100%;
    }
    .section_A .box .left {
        width: 35%;
    }
    .section_A .box .right {
        width: 60%;
    }
    .section_A .box .left img{
        width: 100%;
    }
    .section_A1-1 .banner, .section_A1-2 .banner, .section_A1-3 .banner, .section_A1-4 .banner, .section_A1-5 .banner, .section_A1-6 .banner, .section_A1-7 .banner, .section_A1-8 .banner, .section_A1-9 .banner, .section_A1-10 .banner {
        width: 90%;
        margin-bottom: 0;
        margin: 0 auto;
    }
    .navigation img {
    }
    .navigation {
        bottom: 10px;
        right: 25px;
        width: 60px;
        height: 60px;
    }
    .next_btn {
        right: 5px;
        text-align: right;
    }
    .prev_btn {
        left: -35px;
    }
    .top_button img{
        width: 40%;
    }
    .btn_wrap1 {
        width: 100%;
    }
    .btn_wrap2 {
        width: 100%;
    }
    .s1, .s2 {
        font-size: 17px;
        line-height: 1.3;
    }
}