@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: 40px;
}

.sec-title h2 {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 16px;
}

.sec1 {
    background: #F9F9F9;
    padding: 120px 0 80px;
}

@media (max-width:768px) {
    .sec1 {
        padding: 80px 0;
    }
}

.sec2 {
    padding: 80px 0;
    background: #f1f3f7;
}

.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;
    gap: 24px;
    align-items: stretch;
}

/* 좌측 슬라이더 */
.sec1 .swiper-container {
    border-radius: 28px;
    overflow: hidden;
    position: relative;
}

.sec1 .slide {
    height: 444px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .s1-bg1 {
    background: url(/images/sd-bg1.jpg) no-repeat center center / cover;
}

.sec1 .s1-bg2 {
    background: url(/images/sd-bg2.jpg) no-repeat center center / cover;
}

/* 우측 폼 */
.sec1 .s1-form {
    flex: 1;
    background: #f8f8f8;
    padding: 40px;
    border-radius: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec1 .swiper-container {
    width: 65%;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    height: 444px;
}

.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;
}

/* 우측 폼 */

.sec1 .s1-form {
    width: 35%;
    background: #eff2f6;
    padding: 24px;
    border-radius: 28px;
}

.sec1 .s1-form input[type="text"],
.sec1 .s1-form input[type="tel"],
.sec1 .s1-form input[type="email"] {
    width: 100%;
    height: 54px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 0 16px;
    margin-bottom: 16px;
    font-size: .85rem;
}

.sec1 .reserve-box {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sec1 .reserve-box .tit {
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
    margin-bottom: 16px;
}

.sec1 .reserve-box .tit h2 {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 600;
    color: #111;
}

.sec1 .reserve-box .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

.sec1 .reserve-box .fields {
    flex: 1;
    display: grid;
    grid-template-columns: 120px 1fr 120px;
    gap: 10px;
    align-items: center;
}

.sec1 .reserve-box .fields input[type="text"] {
    margin-bottom: 0;
    height: 50px;
    padding: 0 12px;
    border-radius: 8px;
}

.sec1 .reserve-box .fields .rc-custom-select-root {
    width: 100%;
}

.sec1 .feed {
    margin-top: 32px;
}

.sec1 .feed-swiper {
    overflow: hidden;
    padding: 0 0 10px;
}

.sec1 .feed .card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.sec1 .feed .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec1 .feed .car {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #111;
}

.sec1 .feed .car span {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
}

.sec1 .feed .state {
    background: #dfe9f2;
    color: #1d66c2;
    padding: 6px 18px;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
}

.sec1 .feed .msg {
    margin-top: 24px;
    font-size: 1.1rem;
    color: #6b7280;
}

.sec1 .feed .btm {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.1rem;
    color: #6b7280;
}

.sec1 .feed .btm .nm {
    font-weight: 600;
    color: #111;
}

/* Calendar Modal (parking_reservation/assets/css/register.css 동일) */
.calendar-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}

.calendar-modal.show {
    display: flex;
}

.calendar-modal__box {
    background: #fff;
    width: 380px;
    max-width: 90%;
    border-radius: 12px;
    overflow: hidden;
}

.calendar-modal__header {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar-modal__header h3 {
    font-weight: 400;
}

.calendar-modal__close {
    background: none;
    border: 0;
    font-size: 22px;
    cursor: pointer;
}

.calendar-modal__body {
    padding: 12px 20px;
}

.calendar-modal__footer {
    padding: 16px;
    background: #f1f1f1;
    text-align: center;
}

.calendar-modal__confirm {
    background: #111827;
    border: 0;
    padding: 12px 40px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}

.cus-cal {
    background: #fff;
    border-radius: 4px;
    max-width: 100%;
    border: 1px solid rgba(238, 238, 238, .8);
}

.cus-cal-header {
    display: flex;
    align-items: center;
    padding: 12px;
}

.cus-cal-header-label {
    flex: 1;
    text-align: center;
    font-weight: 700;
}

.cus-cal-week {
    display: flex;
}

.cus-cal-week span {
    width: 14.28%;
    padding: 8px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.cus-cal-week span:first-child {
    color: red;
}

.cus-cal-body {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    height: 240px;
}

.cus-cal-date {
    width: 14.28%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cus-cal-date span {
    font-size: 15px;
    font-weight: 400;
}

.cus-cal-date--active {
    cursor: pointer;
    border-radius: 50%;
}

.cus-cal-date--today {
    background: #e7e9ed;
    color: #7f7f7f;
}

.cus-cal-date--selected {
    background: #111;
    color: #fff;
}

.cus-cal-date--disabled {
    opacity: .4;
    cursor: not-allowed;
}

.sec1 .reserve-box .price {
    padding: 16px;
    border-radius: 8px;
    background: #2f2f2f;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec1 .reserve-box .price .left {
    font-size: .9rem;
    color: #ffffffd3;
}

.sec1 .reserve-box .price .right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sec1 .reserve-box .price .day {
    font-size: .9rem;
    color: #ffffffd3;
}

.sec1 .reserve-box .price .num {
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
}

.sec1 .submit {
    width: 100%;
    height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    border: none;
    background: #59697e;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
}

/* 반응형 */
@media (max-width: 500px) {
    .sec1 .dflx {
        flex-direction: column;
        gap: 24px;
    }

    .sec1 .s1-bg1 {
        background: url(/images/m-sd-bg1.jpg) no-repeat center center / cover;
    }

    .sec1 .s1-bg2 {
        background: url(/images/m-sd-bg2.jpg) no-repeat center center / cover;
    }

    .sec1 .swiper-container,
    .sec1 .s1-form {
        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;
    }
}

.sec2 .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
}

.sec2 .wrap .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec2 .wrap .img {
    border-radius: 16px;
    overflow: hidden;
}

.sec2 .wrap .img img {
    width: 100%;
    height: auto;
    display: block;
}

.sec2 .wrap .txt {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sec2 .wrap .txt .sub {
    font-size: 1rem;
    color: #0a7d3b;
    font-weight: 600;
}

.sec2 .wrap .txt h3 {
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 700;
    color: #111;
}

.sec2 .wrap .txt p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 1024px) {
    .sec2 .wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .sec2 .wrap {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.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;
    }
}

.sec7 {
    padding: 80px 0;
}

.sec7 .inner {
    max-width: 1200px;
    margin: 0 auto;
}

.sec7 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 50px;
    background: #f5f7f9;
    border-radius: 12px;
}

.sec7 .left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sec7 .icon {
    width: 60px;
    height: 60px;
}

.sec7 .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sec7 .info .phone {
    font-size: 2rem;
    font-weight: 700;
    color: #2aa3b4;
    margin-bottom: 6px;
}

.sec7 .info .time {
    font-size: 1rem;
    color: #666;
}

.sec7 .right {
    display: flex;
    gap: 12px;
}

.sec7 .right .btns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 24px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    font-size: 0.95rem;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}

.sec7 .right .btns:hover {
    border-color: #2aa3b4;
    color: #2aa3b4;
}

@media (max-width: 768px) {
    .sec7 {
        padding: 48px 0;
    }

    .sec7 .inner {
        padding: 0 16px;
    }

    .sec7 .wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        padding: 24px 20px;
    }

    .sec7 .left {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }

    .sec7 .icon {
        width: 48px;
        height: 48px;
    }

    .sec7 .info .phone {
        font-size: 1.5rem;
        margin-bottom: 4px;
    }

    .sec7 .info .time {
        font-size: 0.875rem;
        line-height: 1.5;
    }

    .sec7 .right {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        width: 100%;
    }

    .sec7 .right .btns {
        width: 100%;
        min-height: 46px;
        height: auto;
        padding: 12px 10px;
        font-size: 0.875rem;
        box-sizing: border-box;
    }
}