@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');

#wrap {
    width: 1920px;
    margin: 0 auto;
}
#wrap .container {
    max-width: 1430px;
    width: 100%;
    margin: 0 auto;
}
#wrap #section01 {
    width: 100%;
    height: calc(100vh - 158.44px);
    position: relative;
}

#wrap #section01 .swiper {
    width: 100%;
    height: 100%;
}

#wrap #section01 .swiper-slide {
    display: flex;
    align-items: center;
    font-size: 48px;
    font-weight: bold;
    color: white;
}

#wrap #section01 .swiper-slide div {
    padding-left: 234px;
    padding-top: 275px;
    padding-bottom: 318px;
}
#wrap #section01 .swiper-slide:nth-of-type(1) div {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    padding-left: 0;
    padding-top: 0;
}

#wrap #section01 .swiper-slide:nth-of-type(1) div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#wrap #section01 .swiper-slide div h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 50px;
    color: #fff;
    margin-bottom: 40px;
}

#wrap #section01 .swiper-slide div h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 66px;
    color: #fff;
    margin-bottom: 40px;
}

#wrap #section01 .swiper-slide div h1 span {
    font-weight: 600;
}

/* 커스텀 페이지네이션 컨테이너 */
#wrap #section01 .custom-pagination-wrapper {
    position: absolute;
    bottom: 141px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 10;
    width: 368px;
    height: 21px;
    opacity: 0.5;
}
#wrap #section01 .custom-pagination-wrapper:hover {
    opacity: 1;
}

/* 프로그레스바 컨테이너 */
#wrap #section01 .progress-bar-container {
    width: 300px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* 프로그레스바 */
#wrap #section01 .progress-bar {
    width: 0%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    transition: width 0.1s linear;
}

/* 이전 버튼 */
#wrap #section01 .custom-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 24px;
    transition: all 0.3s ease;
    user-select: none;
}

#wrap #section01 .custom-prev:hover {
    color: #667eea;
    transform: scale(1.1);
}

/* 분수 표시 */
#wrap #section01 .custom-fraction {
    color: white;
    font-size: 18px;
    font-weight: 300;
    min-width: 33px;
    text-align: center;
}

/* 다음 버튼 */
#wrap #section01 .custom-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    font-size: 24px;
    transition: all 0.3s ease;
    user-select: none;
}

#wrap #section01 .custom-next:hover {
    color: #667eea;
    transform: scale(1.1);
}

#wrap #section01 .custom-pagination-wrapper .fractal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

#wrap #section01 .consult {
    width: 1430px;
    height: 80px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 99;
    position: fixed;
}
#wrap #section01 .consult .d-flex {
    background-color: rgba(29, 25, 25, 0.8);
    width: 100%;
    padding: 18px 82px 18px 20.5px;
}
#wrap #section01 .consult .d-flex img {
    width: 192.67px;
    height: 44.1px;
}
#wrap #section01 .consult .d-flex ul {
    margin-left: 54.5px;
    margin-right: 139.8px;
}
#wrap #section01 .consult .d-flex ul li input {
    width: 141.14px;
    height: 38px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-align: center;
    color: #333;
}
#wrap #section01 .consult .d-flex ul li input::placeholder {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.05em;
    text-align: center;
    color: #aaaaaa;
}

#wrap #section01 .consult .d-flex ul li button {
    width: 141.14px;
    height: 38px;
    background-color: #fff;
    color: #aaaaaa;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    border-radius: 0;
}

#wrap #section01 .consult > button {
    width: 260px;
    height: 100%;
    background-color: #558ed5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 72px;
    border: none;
}

#wrap #section01 .consult label {
    display: flex;
    align-items: center;
    gap: 16px;
}
#wrap #section01 .consult label p {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.05em;
    line-height: 20px;
    color: #fff;
}

#wrap #section01 .consult label input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    width: 13px;
    height: 13px;
    border: 1px solid #707070;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fff;
    margin-top: 1px;
}

/* 체크됐을 때 */
#wrap #section01 .consult label input[type='checkbox']:checked {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L4.5 8.5 2 6' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

#wrap #section02 {
    background-image: url(../img/sect02BG.webp);
    background-size: cover;
}
#wrap #section02 .container {
    padding-top: 203px;
    width: 1460px;
    padding-bottom: 102px;
}
#wrap #section02 .container h5 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.05rem;
    color: #171717;
    text-align: center;
    margin-bottom: 19px;
}
#wrap #section02 .container h1 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.05rem;
    color: #171717;
    text-align: center;
}
#wrap #section02 .container h1 span {
    color: #003052;
    font-weight: bold;
}
#wrap #section02 .container .imgBox {
    margin-top: 112px;
    margin-bottom: 57px;
    gap: 109px;
}
#wrap #section02 .container .imgBox .baloon {
    margin: 0 auto;
    width: 1059px;
    height: auto;
}
#wrap #section02 .container .imgBox .scrollDown {
    width: 98px;
    margin: 0 auto;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(15px);
        opacity: 0.7;
    }
}

#wrap #section02 .container .box {
    width: 1460px;
    border: 2px solid #fff;
    padding: 15px;
}
#wrap #section02 .container .box div {
    margin: 0 auto;
    background-color: #fff;
    width: 1430px;
    height: 280px;
    padding: 0 70px 0 83px;
    gap: 132px;
}
#wrap #section02 .container .box div h2 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.06em;
    font-weight: 400;
    color: #171717;
}
#wrap #section02 .container .box div h2 span {
    color: #558ed5;
    font-weight: bold;
}
#wrap #section02 .container .box div p {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: -0.04em;
    font-weight: 400;
    color: #171717;
}
#wrap #section02 .container .box div p span {
    color: #558ed5;
    font-weight: bold;
}
#wrap #section03 {
    width: 1920px;
    padding-bottom: 198.7px;
}
#wrap #section03 .container {
    padding-top: 172px;
}

#wrap #section03 .container .position-relative {
    margin: 0 auto;
    margin-bottom: 91.1px;
    height: 324px;
    width: 800px;
}

#wrap #section03 .container .position-relative img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

#wrap #section03 .container .position-relative .position-absolute {
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 205px;
    bottom: 0;
    background-color: #fff;
    text-align: center;
}
#wrap #section03 .container .position-relative .position-absolute h1 {
    margin-bottom: 22px;
    font-size: 46px;
    letter-spacing: -0.04rem;
    line-height: 34px;
    font-weight: 500;
    padding-top: 25px;
    background-color: #fff;
    white-space: nowrap;
    color: #434343;
}
#wrap #section03 .container .position-relative .position-absolute p {
    margin-bottom: 33px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.04rem;
    line-height: 36px;
    color: #171717;
    opacity: 0.8;
}
#wrap #section03 .container .position-relative .position-absolute div {
    gap: 20px;
}
#wrap #section03 .container .position-relative .position-absolute label {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.04rem;
    line-height: 28px;
    border: 1px solid #707070;
    width: 280px;
    height: 41px;
    color: #333333;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wrap #section03 .boxes {
    width: 1920px;
    height: 536.16px;
}
#wrap #section03 .boxes .box {
    width: 479.75px;
    height: 536.16px;
    position: relative;
    transition: all 0.3s ease;
}
#wrap #section03 .boxes .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit; /* 또는 url(./img/sect03Box01.webp) */
    background-size: cover;
    background-position: center;
    filter: grayscale(100%) brightness(1.15) contrast(0.9);
    z-index: 0;
    transition: filter 0.3s ease;
}
#wrap #section03 .boxes .box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e2e2e2;
    opacity: 0.3;
    z-index: 1;
    transition: opacity 0.3s ease;
}
#wrap #section03 .boxes .box > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
}

#wrap #section03 .boxes .box > a:hover {
    box-shadow: inset 0 0 0 8px #558ed5;
}

#wrap #section03 .boxes .box:hover::before {
    filter: none;
}

#wrap #section03 .boxes .box:hover::after {
    opacity: 0;
}

#wrap #section03 .boxes .box > a div {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 195px;
    height: 59px;
    background-color: #558ed5;
    gap: 56.5px;
}

#wrap #section03 .boxes .box:nth-of-type(2) > a div {
    gap: 31.5px;
}

#wrap #section03 .boxes .box:nth-of-type(3) > a div {
    gap: 10.5px;
}
#wrap #section03 .boxes .box:nth-of-type(4) > a div {
    gap: 31.5px;
}

#wrap #section03 .boxes .box > a div p {
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 58px;
    font-weight: 600;
    color: #fff;
}
#wrap #section04 {
    background-repeat: no-repeat;
    background-image: url(../img/sect04BG.webp);
    overflow: hidden;
    background-size: 100%;
}

#wrap #section04 .container {
    padding-top: 238px;
    padding-bottom: 178px;
    position: relative;
    overflow: visible; /* 오른쪽은 보이게 */
    padding-right: 0 !important;
}

#wrap #section04 .container > div {
    padding-right: 245px !important;
}
#wrap #section04 .container > div.swiper {
    padding-right: 0 !important;
}

/* 나머지 스타일은 동일 */
#wrap #section04 .container h1 {
    font-weight: 300;
    font-size: 60px;
    letter-spacing: -0.04em;
    line-height: 80px;
    color: #fff;
    margin-bottom: 71px;
}

#wrap #section04 .container h1 span {
    color: #9ac7ff;
    font-weight: 600;
}

#wrap #section04 .container h6 {
    font-weight: 300;
    font-size: 24px;
    letter-spacing: -0.04em;
    line-height: 40px;
    color: #fff;
}

#wrap #section04 .container > div:nth-of-type(1) {
    margin-bottom: 206px;
}

#wrap #section04 .container > div:nth-of-type(1) img {
    width: 754px;
    height: 460px;
}

#wrap #section04 .container > div:nth-of-type(2) h1 {
    margin-bottom: 51px;
    padding-top: 17px;
}

#wrap #section04 .container > div:nth-of-type(2) h1 span {
    font-weight: 600;
    font-size: 60px;
    letter-spacing: -0.04em;
    line-height: 80px;
    color: #9ac7ff;
}

#wrap #section04 .container > div:nth-of-type(2) .img30 {
    width: 270.38px;
    height: 203px;
}

#wrap #section04 .container > div:nth-of-type(2) .swiper {
    margin-top: 7.5px;
}
/* Swiper 컨테이너 */
#wrap #section04 .container .mySwiper2 {
    position: relative;
    width: 100%;
    overflow: hidden; /* 추가! 넘치는 부분 숨김 */
    padding: 20px 0 0 0;
}

/* wrapper - left: 0 제거! */
#wrap #section04 .container .mySwiper2 .swiper-wrapper {
    position: relative;
    /* left: 0 삭제 - Swiper transform 방해함 */
}

/* 슬라이드 - 고정 width 제거 */
#wrap #section04 .container .mySwiper2 .swiper-slide {
    width: 368px; /* min-width → width */
    flex-shrink: 0; /* 추가! 슬라이드 압축 방지 */
    height: auto;
}

#wrap #section04 .container .mySwiper2 .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* 탭 */
#wrap #section04 .container .tab {
    margin-top: 91px;
}

#wrap #section04 .container .tab-wrapper {
    width: 1100px;
    gap: 10px;
}

#wrap #section04 .container .tab-wrapper button {
    width: 360px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 24px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
    /* transition: all 0.5s; */
    cursor: pointer; /* 추가! */
}

#wrap #section04 .container .tab-wrapper button.active {
    background-color: #558ed5;
    color: #fff;
    border: 2px solid #fff !important;
    border-color: #558ed5;
}

#wrap #section04 .container .tab-wrapper button:hover {
    background-color: #558ed5;
    color: #fff;
    border: 2px solid #fff;
}

#wrap #section04 .container .more button {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    width: 179px;
    height: 48px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.03em;
    white-space: nowrap;
    cursor: pointer; /* 추가! */
}

#wrap #section05 {
    background-image: url(../img/sect05BG.webp);
    background-size: cover;
    height: 1243px;
}
#wrap #section05.v260501 {
    background-image: url(../img/sect05BG260501.webp);
    height: 1242px;
}

#wrap #section05 .container {
    padding-top: 109px;
}

#wrap #section05 .container div {
    width: 857px;
    height: 213px;
    gap: 38px;
    padding-bottom: 14px;
}

#wrap #section05 .container div h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 58px;
    letter-spacing: -0.04em;
    color: #333333;
}

#wrap #section05 .container div h1 span {
    color: #558ed5;
    font-weight: 600;
}

#wrap #section05 .container div button {
    width: 195px;
    height: 59px;
    background-color: #558ed5;
    z-index: 1;
    border: none;
}

#wrap #section05 .container div button a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36.5px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 58px;
    color: #fff;
    width: 100%;
    height: 100%;
}

#wrap #section05 .container div img.position-absolute {
    width: 705px;
    height: 230px;
    left: 76px;
    top: 0;
    z-index: 0;
}

#wrap #section05 .container h6 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.04em;
    font-weight: 400;
    color: #777777;
    margin-top: 35px;
    margin-bottom: 129px;
}

#wrap #section06 {
    background-image: url(../img/sect06BG.webp);
    background-size: cover;
}
#wrap #section06 .container {
    padding-top: 140px;
    padding-bottom: 129px;
}
#wrap #section06 .container .title {
    margin-bottom: 106px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
    text-align: end;
}
#wrap #section06 .container .title h1 {
    font-size: 50px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 70px;
    color: #fff;
    margin-bottom: 48px;
}
#wrap #section06 .container .title h1 span {
    font-weight: 600;
}
#wrap #section06 .container .title h6 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 36px;
    color: #fff;
}

#wrap #section06 .container > .d-flex {
    gap: 24px;
}

#wrap #section06 .container .article {
    width: 460px;
}
#wrap #section06 .container .article img {
    width: 100%;
    height: 260px;
    margin-bottom: 19px;
}

#wrap #section06 .container .article p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.03em;
    line-height: 48px;
    padding-left: 13px;
}
#wrap #section06 .container .article label {
    background-color: #707070;
    color: #fff;
    font-size: 16px;
    line-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
}

#wrap #section07 {
    overflow: hidden;
}

#wrap #section07 .container {
    position: relative;
    overflow: visible;
    padding-top: 145px;
    padding-bottom: 159px;
    width: 1920px !important;
    max-width: 1920px !important;
    min-width: 1920px !important;
}

#wrap #section07 .container h1 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 62px;
    color: #171717;
    margin-bottom: 30px;
}

#wrap #section07 .container h1 span {
    color: #558ed5;
    font-weight: 600;
}

#wrap #section07 .container h6 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 36px;
    font-size: #171717;
}

#wrap #section07 .container .title {
    margin-bottom: 139px;
}

#wrap #section07 .container .title button {
    background-color: #558ed5;
    border: 1.5px solid #ffffff;
    width: 195px;
    height: 59px;
}
#wrap #section07 .container .title button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 60.5px;
    color: #fff;
    font-size: 23px;
    letter-spacing: -0.05em;
    line-height: 58px;
}

#wrap #section07 .container .title button a img {
    width: 8.82px;
    height: 16px;
}

/* 탭 버튼 스타일 */
#wrap #section07 .tab-buttons {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 260px;
    height: 204px;
}

#wrap #section07 .tab-btn {
    border: 1px solid #707070;
    background-color: #fff;
    cursor: pointer;
    /* transition: all 0.3s; */
    width: 260px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 55px;
    color: #171717;
}

#wrap #section07 .tab-btn.active {
    background-color: #558ed5;
    border-color: #558ed5;
    color: #fff;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

/* Swiper 컨테이너 */
#wrap #section07 .swiper-container {
    display: none;
    /* position: relative; */
    overflow: hidden;
    margin-right: -9999px;
    padding-right: 9999px;
}

#wrap #section07 .swiper-container.active {
    display: block;
}

#wrap #section07 .swiper {
    overflow: visible;
}

#wrap #section07 .swiper-wrapper {
    /* position: relative; */
}

#wrap #section07 .swiper-slide {
    width: 245px;
    height: 412px;
}

#wrap #section07 .swiper-slide img {
    width: 100%;
}

#wrap #section07 .slideTitle {
    margin-bottom: 12px;
    display: flex;
    align-items: end;
}

#wrap #section07 .slideTitle h5 {
    font-size: 34px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.3);
}

#wrap #section07 .slideTitle p {
    font-size: 18px;
    font-weight: 500;
}
#wrap #section07 .swiperTab {
    gap: 142px;
    height: 414px;
    width: 1675px;
    justify-content: start;
    padding-right: 50px;
    position: relative;
}

#wrap #section07 .tab-content {
    /* position: relative; */
}

/* Fade 오버레이 */
#wrap #section07 .swiper-fade-overlay {
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 419px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 10;
}

/* Swiper 기본 설정 */
#wrap #section07 .mySwiper3,
#wrap #section07 .mySwiper4,
#wrap #section07 .mySwiper5 {
    overflow: visible;
}

#wrap #section08 {
    padding: 142px 0 148px;
    text-align: center;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

#wrap #section08 > div:first-child {
    margin-bottom: 103px;
}

#wrap #section08 p {
    font-size: 16px;
    color: #333;
    opacity: 0.3;
    margin-bottom: 15px;
    letter-spacing: 0.25em;
    font-weight: 100;
    font-family: 'Pretendard';
    text-transform: uppercase;
}

#wrap #section08 h2 {
    font-size: 50px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 29px;
    letter-spacing: -0.04em;
    line-height: 62px;
}

#wrap #section08 h2 span {
    color: #558ed5;
    font-weight: 600;
}

#wrap #section08 h6 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    letter-spacing: -0.04em;
    line-height: 36px;
}

/* Swiper 컨테이너 */
#wrap #section08 .swiper-container-wrapper {
    position: relative;
    margin: 0 auto;
}

#wrap #section08 .mySwiper6 {
    padding-bottom: 70px;
}

#wrap #section08 .swiper-slide {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 260px;
    height: 350px;
    border-radius: 0;
}

#wrap #section08 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 오버레이 */
#wrap #section08 .slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.76);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #wrap #section08 .swiper-slide.active .slide-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 142, 213, 0.36);
  mix-blend-mode: multiply;
  z-index: -1;
} */

#wrap #section08 .swiper-slide-active .slide-overlay {
    background: rgba(85, 142, 213, 0.76);
    background-blend-mode: multiply;
}

#wrap #section08 .slide-overlay h5 {
    font-size: 29px;
    font-weight: 300;
    color: white;
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 64px;
    z-index: 2;
}

/* 커스텀 라인 페이지네이션 */
#wrap #section08 .custom-line-pagination {
    position: relative;
    width: 100%;
    max-width: 1433px;
    margin: 0 auto;
    height: 8px;
}

#wrap #section08 .pagination-line {
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    border-radius: 2px;
}

#wrap #section08 .pagination-line-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #9ac7ff;
    border-radius: 100px;
    transition: width 0.3s ease;
    width: auto; /* 초기값, JS로 업데이트 */
    max-width: 1433px;
}

#wrap #section09 {
    padding-top: 121.5px;
    text-align: center;
    background-color: #f7f7f6;
    padding-bottom: 161.5px;
}

#wrap #section09 > div:first-child {
    margin-bottom: 60px;
}

#wrap #section09 h2 {
    font-size: 50px;
    font-weight: 300;
    color: #171717;
    margin-bottom: 22px;
    letter-spacing: -0.05em;
}

#wrap #section09 h2 span {
    color: #558ed5;
    font-weight: 600;
}

#wrap #section09 h6 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 36px;
    color: #777777;
    margin-bottom: 81.6px;
}

/* Tour Swiper */
#wrap #section09 .tour-swiper-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 584.4px;
}

#wrap #section09 .mySwiper7 {
    overflow: visible;
}

#wrap #section09 .swiper-slide {
    width: 1000px !important;
    height: 500px;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0.2;
}

#wrap #section09 .swiper-slide-active {
    opacity: 1;
    z-index: 10;
}

#wrap #section09 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 하단 탭 메뉴 */
#wrap #section09 .tour-tabs {
    display: flex;
    justify-content: center;
    gap: 76px;
    margin: 58.4px auto 0; /* 중앙 정렬 추가 */
    max-width: 1440px; /* max-width로 변경 */
    align-items: center;
}

#wrap #section09 .tour-tab {
    border: none;
    background-color: transparent;
    color: #777;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    /* transition: all 0.3s ease; */
    width: auto;
    height: 26px;
    line-height: 38px;
    letter-spacing: -0.05em;
}

#wrap #section09 .tour-tab:hover {
    color: #558ed5;
}

#wrap #section09 .tour-tab.active {
    color: #558ed5;
    font-weight: 700;
}

#wrap #section09 .tour-tab.active::after {
    width: 100%;
}

#wrap #section10 {
}

#wrap #section10 .container {
    padding: 0;
    padding-top: 165.5px;
    padding-bottom: 136.8px;

    width: 100%;
}

#wrap #section10 .container h2 {
    font-size: 50px;
    font-weight: 300;
    color: #171717;
    margin-bottom: 22px;
    letter-spacing: -0.05em;
    /* line-height: 70px; */
}

#wrap #section10 .container h2 span {
    color: #558ed5;
    font-weight: 600;
}

#wrap #section10 .container h6 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 36px;
    color: #777777;
    margin-bottom: 126.6px;
}

#wrap #section10 .container h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 36px;
    color: #2c2c2a;
}
#wrap #section10 .container h3 {
    color: #558ed5;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 16px;
}

#wrap #section10 .container .info {
    gap: 185.4px;
    width: 100%;
}

#wrap #section10 .container .tel {
    gap: 61px;
    margin-bottom: 37.5px;
}

#wrap #section10 .container .time h4 {
    margin-bottom: 28.5px;
}

#wrap #section10 .container .time ul li {
    width: 598.6px;
    height: 69px;
    border-bottom: 1px solid #d8d8d8;

    padding-left: 7px;
}

#wrap #section10 .container .time ul li h6 {
    font-size: 26px;
    letter-spacing: -0.05em;
    line-height: 74px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    margin-bottom: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 88px;
    width: 526.18px;
}
#wrap #section10 .container .time ul li h6 span {
    min-width: 338.18px;
    display: flex;
    align-items: center;
    gap: 41.5px;

    font-size: 26px;
    letter-spacing: -0.02em;
    line-height: 74px;
}
#wrap #section10 .container .time ul li:nth-of-type(2) h6 {
    color: #77a8cf;
    font-weight: bold;
}

#wrap #section10 .container .time ul li:nth-of-type(4) {
    border-bottom: none;
}
#wrap #section10 .container .time .box {
    width: 598.6px;
    height: 71.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 54px;
    background-color: rgba(108, 161, 203, 0.1);
}
#wrap #section10 .container .time .box p {
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
}

#wrap #section10 .container .road > div {
    margin-bottom: 37px;
}
#wrap #section10 .container .road > div:last-child {
    margin-bottom: 0;
}

#wrap #section10 .container .road div {
    gap: 59px;
}

#wrap #section10 .container .road h4 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 36px;
    color: #2c2c2a;
    min-width: 129px;
}

#wrap #section10 .container .road p {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 24px;
    color: #2c2c2a;
}
#wrap #section10 .container .road p span {
    font-weight: bold;
}

#wrap #section10 .container .road .box {
    width: 646px;
    height: 117.32px;
    display: flex;
    align-items: center;
    padding-left: 35px;
    background-color: rgba(108, 161, 203, 0.1);
    margin-top: 32.5px;
    margin-bottom: 15px;
}
#wrap #section10 .container .road .box:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 0;
}
#wrap #section10 .container .road .transfer {
    margin-top: 57.6px;
}
