@charset "utf-8";



.inner-144 {
    max-width: 1440px;
    margin: 0 auto;
}

.inner-128 {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.sec-title {
    margin-bottom: 60px;
    text-align: center;
}

.sec-title h2 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 16px;
}

.sec1 {
    padding: 120px 0 0;
}

@media (max-width:768px) {
    .sec1 {
        padding: 80px 0 0;
    }

    .sec1 .swiper-container {
        width: 100%;
        max-width: 100%;
    }

    .sec1 .swiper-wrapper,
    .sec1 .swiper-slide,
    .sec1 .slide,
    .sec1 .slide picture,
    .sec1 .slide .sec1-slide-img {
        width: 100%;
        max-width: 100%;
    }
}

.sec2 {
    padding: 80px 0;
    background: #f5fefc;
}

.sec4 {
    padding: 100px 0;
}

.sec6 {
    padding: 80px 0;
    background: #f1f3f7;
}

.text-banner .banner-box {
    position: relative;
    border-radius: 12px;
    padding: 40px 60px;
    overflow: hidden;
    background: linear-gradient(90deg, #c33636 0%, #5c2121 100%);
    display: flex;
    align-items: center;
    min-height: 160px;
}

/* 우측 원형 느낌 */
.text-banner .banner-box::after {
    content: "";
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

/* 배경 이미지 영역 (네가 background-image 넣으면 됨) */
.text-banner .banner-box {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.text-banner .banner-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.text-banner .sub {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.text-banner .title {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0;
}

.sec4.card-wrap .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}



.sec1 .dflx {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
}

/* 좌측 슬라이더 */
.sec1 .swiper-container {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.sec1 .slide {
    height: auto;
    border-radius: 28px;
    overflow: hidden;
}

.sec1 .swiper-wrapper {
    height: auto !important;
}

.sec1 .swiper-slide {
    width: 100%;
    height: auto;
}

.sec1 .slide picture {
    display: block;
    width: 100%;
    max-width: 100%;
}

.sec1 .slide .sec1-slide-img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}


.sec1 .swiper-container {
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    height: auto;
}

.sec1 .sec1-ctrl {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 40px);
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.sec1 .sec1-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.sec1 .sec1-prev,
.sec1 .sec1-next {
    flex-shrink: 0;
    width: auto;
    min-width: 20px;
    height: auto;
    padding: 0 2px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .sec1-prev-icon,
.sec1 .sec1-next-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.sec1 .sec1-prev-icon svg,
.sec1 .sec1-next-icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

.sec1 .sec1-prev-icon .sec1-prev-svg {
    transform: rotate(180deg);
}

.sec1 .sec1-prev.swiper-button-disabled,
.sec1 .sec1-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.sec1 .sec1-progress {
    flex: 1 1 auto;
    width: 100px;
    max-width: 120px;
    min-width: 60px;
    height: 3px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    overflow: hidden;
}

.sec1 .sec1-progress span {
    display: block;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 999px;
}

.sec1 .sec1-dots {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.sec1 .sec1-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
}

.sec1 .sec1-dot.active {
    background: #fff;
}


/* 반응형 */
@media (max-width: 500px) {
    .sec1 .dflx {
        flex-direction: column;
        gap: 24px;
    }

    .sec1 .swiper-container {
        flex: 1 1 100%;
        width: 100%;
    }

    .sec1 .sec1-ctrl {
        left: 12px;
        bottom: 14px;
        padding: 6px 10px;
        gap: 8px;
    }

    .sec1 .sec1-progress {
        width: 80px;
        max-width: 90px;
        min-width: 55px;
    }
}

/* 주차대행 빠른 메뉴 — .parking-quick-menu 하위만 */
.parking-quick-menu {
    padding: 0 20px 80px;
    box-sizing: border-box;
}

.parking-quick-menu .inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.parking-quick-menu .item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #e8eeec;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.parking-quick-menu .item:last-child {
    border-bottom: none;
}

.parking-quick-menu .item:hover {
    background: #f7fbf9;
}

.parking-quick-menu .item:focus-visible {
    outline: 2px solid var(--primary, #0c8d77);
    outline-offset: -2px;
}

.parking-quick-menu .item .icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e5f0ee;
    overflow: hidden;
}

.parking-quick-menu .item .icon img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.parking-quick-menu .item .txt {
    flex: 1;
    min-width: 0;
}

.parking-quick-menu .item .txt h3 {
    margin: 0 0 4px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.parking-quick-menu .item .txt p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #666;
}

.parking-quick-menu .item .arrow {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary, #0c8d77);
}

.parking-quick-menu .item .arrow::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .parking-quick-menu .inner {
        flex-direction: row;
        align-items: stretch;
    }

    .parking-quick-menu .item {
        flex: 1 1 0;
        min-width: 0;
        flex-direction: row;
        border-bottom: none;
        border-right: 1px solid #e8eeec;
        padding: 24px 20px;
    }

    .parking-quick-menu .item:last-child {
        border-right: none;
    }
}

@media (max-width: 767px) {
    .parking-quick-menu {
        padding-bottom: 32px;
    }

    .parking-quick-menu .item {
        padding: 18px 20px;
    }
}

/* sec2 — 가로 확장형 카드 */
.sec2 .wrap {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.sec2 .wrap .item {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    height: 420px;
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.8s ease;
}

.sec2 .wrap .item.active {
    flex: 1.7 1 0;
}

.sec2 .wrap .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 100%);
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 1;
    pointer-events: none;
}

.sec2 .wrap .item.active::after {
    opacity: 1;
}

.sec2 .wrap .item .img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sec2 .wrap .item .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.sec2 .wrap .item .txt {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 34px;
    z-index: 2;
    color: #fff;
}

.sec2 .wrap .item .txt .sub,
.sec2 .wrap .item .txt h3 {
    position: relative;
    z-index: 2;
}

.sec2 .wrap .item .txt .sub {
    display: block;
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.sec2 .wrap .item .txt h3 {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
}

.sec2 .wrap .item .txt p {
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.92);
    transition: height 0.8s ease, opacity 0.8s ease, margin-top 0.8s ease;
}

.sec2 .wrap .item.active .txt p {
    height: 56px;
    opacity: 1;
    margin-top: 18px;
}

@media (max-width: 768px) {
    .sec2 .wrap {
        flex-direction: column;
        gap: 16px;
    }

    .sec2 .wrap .item,
    .sec2 .wrap .item.active {
        flex: none;
        width: 100%;
        max-width: 100%;
        height: 320px;
        transition: none;
    }

    .sec2 .wrap .item::after {
        opacity: 1;
    }

    .sec2 .wrap .item .txt {
        left: 24px;
        right: 24px;
        bottom: 24px;
    }

    .sec2 .wrap .item .txt p,
    .sec2 .wrap .item.active .txt p {
        height: auto;
        overflow: visible;
        opacity: 1;
        margin-top: 12px;
    }
}

.sec3 {
    padding: 80px 0;
}


/* sec3 갤러리 Swiper 높이 reset */
.sec3 .swiper-wrapper {
    height: auto !important;
}

.sec3 .sec3-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.sec3 .sec3-card .img {
    width: 100%;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
}

.sec3 .sec3-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sec3 .sec3-card .tit {
    margin-top: 12px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    color: #111;
}

.sec6 .inner {
    max-width: 1280px;
    margin: 0 auto;
}

.sec6 .faq-list {
    margin: 40px auto 0px;
    word-break: keep-all;
}

.sec6 .faq-list .boxwrap {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    padding: 0 40px;
    margin-bottom: 20px;
}

.sec6 .faq-list .question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    cursor: pointer;
}

.sec6 .faq-list .question .mark {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
}

.sec6 .faq-list .question .tit {
    box-sizing: border-box;
    width: calc(100% - 50px - 30px);
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    margin-left: 24px;
}

.sec6 .faq-list .question .arr {
    width: 30px;
    height: 30px;
    text-align: center;
}

.sec6 .faq-list .question .arr:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    margin: 12px 0 0 0;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(45deg);
    transition: all 0.4s;
}

.sec6 .faq-list .question.active .arr:after {
    transform: rotate(225deg) translate(-6px, -6px);
}

.sec6 .faq-list .answer {
    display: none;
    padding: 25px 0;
    border-top: 1px solid #ddd;
}

.sec6 .faq-list .answer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec6 .faq-list .answer > div .mark {
    width: 50px;
    height: 50px;
    background: #505255;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}

.sec6 .faq-list .answer > div .txt {
    box-sizing: border-box;
    width: calc(100% - 30px);
    font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 180%;
    margin-left: 24px;
}

.sec6 .faq-list .answer > div p {
    font-size: 17px;
    color: #666;
    text-align: left;
    line-height: 180%;
}

.sec6 .faq-list .answer > div a {
    box-sizing: border-box;
    font-size: 17px;
    color: #666;
    padding: 8px 95px 0 0;
    text-align: left;
    line-height: 180%;
}

.sec6 .faq-list .answer > div a > p {
    width: auto;
    padding: 0;
}

@media (max-width:768px) {
    .sec6 .faq-list .boxwrap {
        padding: 0 20px;
    }

    .sec6 .faq-list .answer > div .mark,
    .sec6 .faq-list .question .mark {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .sec6 .faq-list .answer > div .txt {
        font-size: 15px;
    }
}