@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Asta+Sans:wght@300..800&display=swap');
/* Reset & Base */
* {margin: 0; padding: 0; box-sizing: border-box; letter-spacing: -0.5px; font-size: 14px; font-weight: 500; font-family: "Asta Sans", sans-serif;}
li {list-style: none;}
a {text-decoration: none; color: #222;}
button {background: transparent; border: none; cursor: pointer;}
section img,#header img {width: 100%; object-fit: contain;}
fieldset {border: none;}

/* 초반 팝업 */
.first-popup-layer{width: 100%;height: 100vh;background-color: rgba(0,0,0,0.5);display: block;position: fixed;z-index: 99999;top: 0;left: 0}
.first-popup-layer.hidden{display: none;}
.first-popup-layer .popup-wrap{padding: 10px;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;}
.first-popup-layer .popup-wrap .inner{width: 95%;border-radius: 6px;background-color: #fff;padding: 20px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 1;box-shadow: 1px 0px 10px 1px rgba(0,0,0,0.1);}
.first-popup-layer .popup-type1{max-width: 500px;}
.first-popup-layer .popup-wrap .inner.hidden{display: none;}
.first-popup-layer .popup-wrap .inner > div{border: 1px solid #ff5656;border-radius: 4px;margin-bottom: 20px;padding: 15px;}
.first-popup-layer .popup-wrap strong{font-size: 1.3rem;text-align: center;padding: 10px;font-weight: 700;display: block;color: #ff5656;}
.first-popup-layer .popup-wrap .inner > div > div{margin-bottom: 20px;text-align: center;}
.first-popup-layer .popup-wrap .inner > div > div:last-child{margin-bottom: 10px;}
.first-popup-layer .popup-wrap .inner > div > div span{font-size: 1.2rem;padding-bottom: 10px;font-weight: 700;display: block;}
.first-popup-layer .popup-wrap .inner > div > div p{font-size: 1.1rem;}
.first-popup-layer .popup-wrap .inner button{width: 100%;text-align: center;background-color: #ff5656;color: #fff;font-weight: 500;padding: 15px 0;border-radius: 4px;font-size: 1.1rem;margin: 0;}
/* 스킵네비 - 웹접근성 */
.skip-nav a {position: absolute;top: -50px;left: 0;width: 100%;background-color: #ff5656;color: white;padding: 10px;text-align: center;z-index: 100;}
.skip-nav a:hover {text-decoration: underline;}
.skip-nav a:focus {top: 0;z-index: 999999;}
/* Header */
#header {width: 100%; height: 60px; box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.1); position: fixed; top: 0; left: 0; background-color: #fff; z-index: 9998;}
#header .logo{display: inline-block;width: 150px;}
#header .dt-menu {display: none;}
#header .overlay {width: 100%; height: 100vh; background-color: #000; opacity: .5; position: absolute; top: 0; left: 0; display: none;}
#header .header-top {display: flex; justify-content: space-between; padding: 0 20px; align-items: center; height: 60px; width: 100%;}
#header .header-top button, #header .close-btn {width: 25px; height: 25px;}
#header .header-top button.call-btn img {width: 70%;margin-top: 3px;}
#header .header-top button img, #header .close-btn img {width: 100%; object-fit: contain;}
.mo-menu {position: absolute; top: 0; width: 80%; background-color: #fff; height: 100vh; padding-top: 20px; left: -100%; transition: left ease-in-out 0.3s;overflow-y: scroll;z-index: 9999999;}
.mo-menu ul {padding: 30px;}
.mo-menu ul a {font-size: 1.15rem; padding: 15px 0; display: inline-block; font-weight: 600;}
#header ul a.active {color: #ff5656;}
#header .header-btm {border-top: 1px solid #ddd; padding: 25px;}
.mo-menu .close-btn {display: block; margin-left: 30px;}
.header-btm *{font-size: 0.9rem;}
.header-btm__info *{color: #aaa;}
.header-btm__info a:first-child{padding-right: 20px;display: inline-block;position: relative;}
.header-btm__info a:first-child::after{content: '';position: absolute;width: 1px;height: 12px;background-color: #aaa;right: 8px;top: 50%;transform: translateY(-50%);}
.header-btm__address{padding: 20px 0;}
.header-btm__address *{font-style: normal;padding: 2px 0;color: #aaa;}
.header-btm__phone {width: 100%; height: auto;display: flex;gap: 25px;align-items: flex-start;}
.header-btm__phone img{width: 70px !important;margin-top: 10px;}
.header-btm__phone > div > p{color: #aaa;margin-bottom: 15px;}
.header-btm__phone > div span{font-size: 1.4rem;color: #ff5656;}
.header-btm__phone > div > div p{font-size: 1.2rem;margin-bottom: 10px;}

/* Main */
main {width: 100%; height: auto; background-color: #fff; margin-top: 60px;}

/* 공통 Title */
.section-wrap .title {padding: 40px 0 50px 0; text-align: center;}
.section-wrap .title h1 {font-size: 2rem; padding-bottom: 10px;}
.section-wrap .title p {color: #aaa;}
.section-wrap .title p span {color: red;}
.section-wrap{padding: 20px 40px;max-width: 1024px;margin: 0 auto;}

/* 공통 label + Select + Input */
.form-item label {display: inline-block; padding-bottom: 5px;}
.form-item label span.required {color: red; display: inline-block; margin-right: 3px;}
.form-item label span:not(.required) {color: #aaa; font-size: 0.9rem; margin-left: 3px;}
.section-wrap input:not(input[type=checkbox]), .section-wrap select {width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type='number'] {-moz-appearance: textfield;}


/* Section 01 */
.section01 {padding: 60px 25px; background: url(../images/parking/bg_03_low.jpg) center no-repeat; color: #222; background-size: cover;}
.section01 h1 {text-align: center; font-size: 2rem;;color: #f2f2f2}
.section01 > p:nth-child(2){color: #f2f2f2;margin-top: 5px}
.section01 p {text-align: center;}
.section01 .sub-title {color: #6e6e6e; font-size: 1.6rem; padding-bottom: 30px;}
.section01 p span {color: #ff5656;}
.section01 .fee {padding: 30px 20px; background-color: rgba(250,250,250,0.75); max-width: 1024px; margin: 40px auto 0 auto;}
.section01 .fee h2 {font-size: 1.5rem; text-align: center; margin-bottom: 25px;}
.section01 .fee table {width: 100%; text-align: center; border-collapse: separate; border-spacing: 0; margin-bottom: 15px;}
.section01 .fee table *{font-size: 10px;}
.section01 .fee table tr:first-child td:first-child{border-left: 1px solid #ddd;}
.section01 .fee table tr:not(:last-child) td {border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
.section01 .fee table th:not(:last-child), .section01 .fee table td:not(:last-child) {border-right: 1px solid #ddd;}
.section01 .fee table tbody tr:nth-child(2) td:nth-child(2) {border-right: 1px solid #ddd;}
.section01 .fee table th {background-color: #ffd9cc; padding: 6px; border-bottom: 3px solid #ff5656;}
.section01 .fee table td {background-color: #fff; color: #222;  padding: 10px;}
.section01 .fee table td span {color: #ff5656;}
.section01 .fee table td a {border: 1px solid #ddd; padding: 5px 6px; display: inline-block; border-radius: 5px; margin-top: 5px; font-size: 0.9rem; color: #555;}
.section01 .fee .info-title {color: #777; padding: 10px;}
.section01 .fee .info-desc, .section01 .fee .info-desc span {font-size: 1.3rem;}
.section01 .fee .contact-list {display: grid; grid-template-columns: repeat(3, 1fr);}
.section01 .detail-contents{padding-top: 10px;}
.section01 .detail-contents > div{margin-bottom: 10px;}
.section01 .detail-contents span{text-align: center;display: block;font-size: 0.9rem;color: #555;padding-bottom: 10px;}
.section01 .detail-contents p{font-size: 1.3rem;font-weight: 500;}
.section01 .detail-contents p.point{color: #ff5656;}
.section01 .detail-contents small{padding: 10px 0;line-height: 1.4rem;text-align: center;color: #555;display: block;}
.section01 .fee .sub-desc {padding-top: 20px;}
.section01 .fee .sub-desc span {text-decoration: underline; padding: 10px; display: inline-block;}
.section01 .place{display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 20px;margin-bottom: 25px}
.section01 .place > div{background-color: #f8f8f8;width:100%;padding:20px 0;}
.section01 .place > div > div{padding: 0 15px}
.section01 .place h3{text-align: center;border-bottom: 1px solid #ddd;padding-bottom: 15px;font-size:1.2rem;font-weight:700}
.section01 .place ul{padding-top: 15px}
.section01 .place ul li{text-align:center;padding:5px 0;line-height:1.3rem}
.section01 .place ul li span{display:inline-block; color: #ff5656; margin-right: 5px;font-weight:900}

.reservation-btns {width: 100%; height: 80px; position: fixed; bottom: 0; left: 0; display: flex; box-shadow: 0px -5px 5px -2px rgba(0,0,0,0.1);max-width: 1024px;z-index: 998;}
.reservation-btns a {display: inline-block; width: 50%; color: #fff; text-align: center; height: 100%; line-height: 80px; font-size: 1.3rem;}
.reservation-btns a:first-child {background-color: #ff5656;}
.reservation-btns a:last-child {background-color: #fff; color: #ff5656;}

/* Section 02 */
.section02 {padding: 0 30px;max-width: 1024px;margin: 0 auto;}
.section02 .section-title {text-align: center; font-size: 1.6rem; color: #222; position: relative; margin-top: 120px; padding-bottom: 10px;}
.section02 .section-title::before {content: ""; width: 1px; height: 70px; background-color: #ff5656; position: absolute; display: inline-block; top: -95px; left: 50%;}
.section02 .section-title::after {content: ""; width: 100px; height: 2px; background-color: #ff5656; display: inline-block; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.section02 h3 {font-size: 1.8rem; font-weight: 700;}
.section02 .parking-info {margin-top: 70px; text-align: center;}
.section02 .parking-info__desc {font-size: 1.25rem; padding: 20px 0 30px 0; line-height: 1.9rem;}
.section02 .parking-info > img{max-width: 700px;margin: 0 auto;}
.section02 .parking-info__desc span {font-size: 1.25rem; color: #ff5656;}
.section02 .parking-info__process {width: 100%; max-width: 400px; height: auto; background-color: #eee; margin: 50px auto 0 auto; padding-bottom: 40px;}
.section02 .parking-info__process strong{font-weight: 900;font-size: 1.1rem;}
.section02 .parking-info__process span {display: block;}
.section02 .parking-info__process .info-desc {font-size: 0.9rem; padding-top: 5px;}
.section02 .parking-info__process .img-wrap{width: 100%;height: auto;}
.section02 .parking-info__process .img-wrap img{object-fit: cover;}
.section02 .process-num {font-size: 1.1rem; color: #fff; width: 1.4rem; height: 1.4rem; background-color: #ff5656; border-radius: 50%; margin: 25px auto 0 auto;}
.section02 h4 {font-size: 1.35rem;height: 68px;display: flex;align-items: baseline;padding: 10px 0;justify-content: center;font-weight: 700;}
.section02 .parking-info__process p {line-height: 1.45rem; padding: 0 20px;font-size: 1.1rem;}
.section02 .parking-info__process p span {display: inline-block; color: #ff5656;}
.section02 .parking-info .notice {color: #888; padding: 20px 30px 0 30px;}
.section02 .parking-info .notice--active {color: #ff5656;}
.section02 .parking-info__find {margin-top: 150px;}
.section02 .parking-info__find .img-wrap{height: 240px;}
.section02 .parking-info__find .parking-info__process {width: 100%; background-color: #fff;}
.section02 .parking-info__find .parking-info__process p {font-size: 1.1rem; color: #888;}
.section02 .parking-info__find .parking-info__process .img-wrap {display: flex; gap: 15px;}
.section02 .parking-info__find .parking-info__process img {width: 50%;}
.section02 .route-guide p{font-size: 1.1rem;}
.section02 .guide-item p:not(.detail-text){padding-bottom: 10px;}
.section02 .guide-item p.detail-text{color: #555;padding-bottom: 10px;}
.section02 .route-guide p img{width: 12px;margin-right: 3px;}
.section02 .parking-info.premium-parking{margin-top: 100px;}
.section02 .find-parking .parking-info__process{background-color: #fff;max-width: 800px;margin-top: 30px;padding-bottom: 60px;}
.section02 .find-parking h4{height: auto;}
.section02 .find-parking .parking-info__process ul{display: inline-block;width: auto;padding: 5px 0 0 20px;}
.section02 .parking-info__process li{line-height: 1.4rem;}

/* Section 03 */
.section03 {padding: 100px 50px;}
.section03 iframe {width: 100%; height: 300px;}
.section03 iframe:last-child {margin-top: 10px;}

/* Footer */
#footer {width: 100%; border-top: 1px solid #ddd; padding: 30px 30px 110px 30px; margin-top: 80px;}
#footer > div {max-width: 1024px; margin: 0 auto;}
#footer * {font-size: 0.9rem;}
#footer a {display: inline-block;}
#footer a:first-child {margin-right: 20px; position: relative;}
#footer a:first-child::after {content: ""; width: 1px; height: 10px; position: absolute; top: 50%; right: -12px; display: inline-block; background-color: #666; transform: translateY(-50%);}
#footer p {color: #666; padding: 10px 0;}
#footer img{width: 80px;object-fit: contain;}
#footer address {font-style: normal; color: #666; padding: 0;}
#footer .footer-wrap > div{flex-grow: 1;}
#footer .inquiry-call{display: flex;align-items: flex-end;gap: 20px;margin-top: 20px;}
#footer .inquiry-call .text-wrap span{font-size: 1.3rem;color: #ff5656;}
#footer .inquiry-call .text-wrap p{font-size: 1.2rem;color: #222;padding-bottom: 5px;}

/* Reservation Page */
.reservation {padding: 20px 40px; max-width: 1024px; margin: 0 auto;}
.reservation .form-wrap {display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; row-gap: 25px;}
.reservation .form-wrap .form-item:nth-child(1),.reservation .form-wrap .form-item:nth-child(8) {grid-column: 1 / 4;}
.reservation .form-wrap .form-item:nth-child(2),.reservation .form-wrap .form-item:nth-child(9) {grid-column: 4 / 7;}
.reservation .form-wrap .form-item:nth-child(3) {grid-column: 1 / 3;}
.reservation .form-wrap .form-item:nth-child(4) {grid-column: 3 / 5;}
.reservation .form-wrap .form-item:nth-child(5) {grid-column: 5 / 7;}
.reservation .form-wrap .form-item:nth-child(6), .reservation .form-wrap .form-item:nth-child(n+10):nth-child(-n+15) {grid-column: 1 / 7;}
.reservation .form-wrap .form-item:nth-child(7) {grid-column: 1 / 7; display: flex; flex-wrap: wrap; column-gap: 10px;}
.reservation .form-wrap .form-item p.desc {color: #444; padding-top: 10px;}
.reservation .form-wrap .form-item p.active {color: #ff5656; line-height: 1.4rem; padding: 10px 0;}
.reservation .form-wrap .form-item:nth-child(7) > label, .reservation .form-wrap .form-item:nth-child(10) > label, .reservation .form-wrap .item__certify > label {width: 100%;}
.reservation .item__certify > div{flex-grow: 1;position: relative;}
.reservation .item__certify > div span#Label2{position: absolute; right: 90px;top: 50%;transform: translateY(-50%);color: #ff5656;}
.reservation .form-item .radio-item {width: calc(100% / 2 - 7.5px);}
.reservation .form-item .radio-item input {width: auto; margin-right: 5px;}
.reservation .radio-info {background-color: #f5f5f5; padding: 20px;}
.reservation .radio-info p {line-height: 1.3rem; font-size: 0.85rem; color: #888;}
.reservation .radio-info p span {font-size: 0.85rem; color: #222;}
.reservation .radio-info p:nth-child(2) {padding-top: 10px; color: #222;}
.reservation .radio-item label.disable {color: #ccc;}
.reservation .form-wrap .item__certify {display: flex; flex-wrap: wrap; column-gap: 10px;position: relative;}
.reservation .form-wrap .item__certify #Label1{position: absolute;bottom: -25px;left: 3px;color: red;font-weight: 600;}
.reservation .form-wrap .item__certify input:nth-child(2) {flex-grow: 1;}
.reservation .form-wrap .certify-btn {color: #ff5656; border: 1px solid #ff5656; padding: 10px; border-radius: 5px;width: auto;background-color: transparent;cursor: pointer;}
.reservation .form-wrap .privacy-policy > div:not(.checkbox-wrap) {width: 100%; border: 1px solid #ddd; height: 170px; overflow-y: scroll; padding: 20px;}
.reservation .privacy-policy .checkbox-wrap {padding: 10px 0; display: flex; align-items: center;}
.reservation .privacy-policy .checkbox-wrap input {width: auto; margin-right: 10px;}
.reservation .privacy-policy .checkbox-wrap input:checked + label {color: #0d6efd;}
.reservation .privacy-policy .checkbox-wrap label {padding: 0;}
.reservation .form-item .submit-btn {display: inline-block; width: 100%; text-align: center; line-height: 60px; background-color: #ff5656; color: #fff; font-size: 1.3rem; letter-spacing: 4px;}
.reservation .form-wrap .privacy-policy div {color: #666;}
.reservation .form-wrap .privacy-policy div strong {font-size: 1.4rem;}
.reservation .form-wrap .privacy-policy div span {font-size: 1.2rem;}
.reservation .form__nowrap{display: flex;flex-wrap: nowrap;gap: 10px;}
.reservation .form__nowrap > div{flex-grow: 1;width: 100%;}

/* Select Styling  + Input*/
select{-webkit-appearance: none;}
select {background: none; border: 0; padding: 0; outline: none; appearance: base-select; position: relative;}
select::after {content: "▼"; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; font-size: 12px; color: #ccc;}
/* select {-webkit-appearance: none;appearance: none;background: none;background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><text x="50%" y="48%" text-anchor="middle" dominant-baseline="central" font-size="15" fill="%23ccc">▼</text></svg>');background-repeat: no-repeat;background-position: right 12px center;background-size: 14px;border: 0;padding: 0;outline: none;position: relative;} */
select:valid:not(:has(option:first-child:checked)) {color: #000;-webkit-text-fill-color: #000; /* 사파리 */}
select::picker(select) {appearance: base-select; opacity: 0; transform: translateY(0.5rem); transition: all 0.4s allow-discrete;}
select::picker(select):popover-open {opacity: 1; transform: translateY(0); box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; overflow-y: scroll;}
@starting-style {select::picker(select):popover-open {opacity: 0; transform: translateY(0.75rem);}}
select::picker-icon {display: none;}
select:open, select:focus, input:focus {border-color: #ff5656;}
select::picker(select) {border-radius: 0.5rem; border: 1px solid #ddd; margin-top: 0.375rem; overflow: hidden;}
select option {color: #444; outline: none; padding: 0.75rem 15px; text-align: left;}
select option:hover {background-color: #e91f5850; color: #ff5656;}
select option:checked {background-color: #ff5656; color: #fff;-webkit-text-fill-color: #fff;}
select option::checkmark {display: none;}
input:not([type=checkbox]):focus {outline: 1px solid #ff5656;}
textarea:focus{outline: 1px solid #ff5656;}
select:invalid,select:has(option:first-child:checked) {color: #888;}
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

@supports (-webkit-hyphens:none) {
  .select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 12px;
    color: #ccc;
  }
  
  .select-wrapper select {
    padding-right: 30px;
  }
}
/* Datepicker 커스텀 스타일 */
.date-input-departure.empty,.date-input-arrival.empty {color: #999;}
.ui-widget.ui-widget-content{border-color: #ddd !important;border-radius: 8px !important;}
.ui-datepicker td{padding: 0 !important;width: 32px;height: 32px;}
.ui-datepicker{padding: 15px !important;width: calc(100% - 80px) !important;max-width: 308px;}
.ui-datepicker-calendar thead{border-bottom: 1px solid #ddd;}
.ui-datepicker .ui-datepicker-title{letter-spacing: 2px;}
.ui-datepicker .ui-datepicker-header{background-color: #fff;border: none;}
.ui-datepicker-title{background-color: #fff;}
.ui-state-default{border: none !important;background-color: #fff !important;}
.ui-datepicker td span, .ui-datepicker td a{text-align: center !important;border-radius: 50%;line-height: 32px;aspect-ratio: 1 / 1;}
.ui-state-default.ui-state-active{background-color: #ff5656 !important;color: #fff !important;font-weight: 900 !important;}
.ui-datepicker tbody tr:nth-child(1) td{padding-top: 10px !important;}
.past-day span{background-color: #ddd !important;border-radius: 0 !important;}
.ui-datepicker-prev, .ui-datepicker-next {width: 24px;height: 24px;text-indent: -9999px;border: none;position: relative;cursor: pointer;}
.ui-datepicker-prev::after,.ui-datepicker-next::after {content: '';position: absolute;top: 50%;transform: translateY(-50%);border: solid #ff5656;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;}
.ui-datepicker-prev span,.ui-datepicker-next span {background: none !important;display: block;width: 100%;height: 100%;}
.ui-datepicker-prev::after {left: 50%;transform: translate(-50%, -50%) rotate(135deg);}
.ui-datepicker-next::after {left: 50%;transform: translate(-50%, -50%) rotate(-45deg);}

/* Reservation Check Page */
.reservation-check .check-form{display: flex;flex-wrap: wrap;}
.reservation-check .check-form > div{width: 100%;flex-grow: 1;margin-bottom: 30px;}
.reservation-check .search-btn{width: 100%;text-align: center;background-color: #ff5656;color: #fff;line-height: 65px;font-weight: 600;letter-spacing: 2px;font-size: 1.35rem;border-radius: 0 !important;padding: 0 !important;border: none !important;}
.reservation-check .history{display: none;width: 100%;background-color: #f8f8f8;margin-bottom: 20px;border-radius: 4px;padding: 20px;}
.reservation-check #Label1{font-size: 1.05rem;text-align: center;line-height: 1.6rem;display: block;}
.reservation-check .history.active{display: block;}
.reservation-check #Label1 b{font-size: 1.2rem;font-weight: 800;color: #ff5656;display: inline-block;padding-bottom: 10px;}
.reservation-check .cancel-btn{margin: 20px auto 0 auto;display: block;padding: 10px 40px;border: 1px solid #ff5656;border-radius: 4px;font-weight: 900;font-size: 1.4rem;color: #ff5656;}
/* Customer-feedback Page */
.feedback .checkbox-wrap{width: 100%;border: 1px solid #ddd;padding: 15px;border-radius: 5px;}
.feedback .form-wrap .form-item{margin-bottom: 25px;}
.feedback .checkbox-item{display: flex;align-items: flex-start;gap: 5px;}
.feedback .checkbox-item:not(:last-child){margin-bottom: 10px;}
.feedback .checkbox-item label{padding: 0;}
.feedback .checkbox-wrap input{margin-top: 1px;}
.feedback input[type=checkbox] {zoom: 1.2;}
.feedback .checkbox-wrap label{display: inline;}
.feedback .guide-privacy{width: 100%;background-color: #f5f5f5;padding: 25px;line-height: 1.3rem;}
.feedback .guide-privacy p:not(:last-child){margin-bottom: 10px;}
.feedback .submit-btn{width: 100%;background-color: #ff5656;text-align: center;color: #fff;font-size: 1.3rem;line-height: 60px;letter-spacing: 4px;}
.feedback textarea{display: block;border: 1px solid #ddd;width: 100%;border-radius: 5px;height: 100px;padding: 15px;line-height: 1.4rem;} 
.feedback .file-item span{display: inline-block;padding: 10px 0;line-height: 1.7rem;color: #666;}

/* 이미지 관련 모달 style */
.popup-img{cursor: pointer;}
.popup-layer{position: fixed;top: 0;width: 100%;height: 100vh;background-color: rgba(0,0,0,0.5);z-index: 9999;display: none}
.popup-layer.active{display: block;overflow-y: scroll;}
.popup-close-btn{margin-bottom: 30px;background-color: #fff;border-radius: 50%;width: 30px;height: 30px;display: flex;justify-content: center;align-items: center;}
.popup-close-btn img{width: 20px;}
.popup-layer .popup-wrap{display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 30px;}
.popup-layer .popup-view{max-height: 100vh;}

/* 자주 묻는 질문 style */
.faq-list{width: 100%;max-width: 600px;margin: 0 auto;}
.faq-list .list-item:not(:last-child){margin-bottom: 40px;}
.faq-list .question{display: flex;align-items: center;gap: 10px;font-weight: 700;font-size: 1.1rem;}
.faq-list .question span{display: flex;width: 30px;height: 30px;border-radius: 50%;background-color: #ff5656;color: #fff;font-weight: 900;justify-content: center;align-items: center;flex-shrink: 0;}
.faq-list .answer{margin-top: 15px;background-color: #f8f8f8;padding: 20px;line-height: 1.4rem;border-radius: 4px;}

@media (min-width:500px) {
 .section01 .fee table *{font-size: 0.9rem;}
}
@media(min-width: 650px){
.section01 .place > div{width:60%;}
}
/* Desktop Styles */
@media (min-width: 1024px) {
*{font-size: 15px;}
.call-btn, .open-btn {display: none;}
#header nav {display: flex; max-width: 1024px; margin: 0 auto;}
#header .header-top {width: auto;}
#header .dt-menu {display: block; width: 100%; padding: 0 20px; flex-grow: 1;}
#header .dt-menu ul {display: flex; gap: 30px; justify-content: flex-end; height: 100%;}
#header .dt-menu ul a {height: 100%; line-height: 60px; display: inline-block; padding: 0 20px; font-weight: 600;}
#header .dt-menu ul a.active {border-bottom: 2px solid #ff5656;}
#footer{padding: 30px;}
#footer > div {padding: 15px;}
#footer .footer-wrap{display: flex;max-width: 800px;margin: 0 auto;justify-content: center;gap: 100px;}
#footer img{width: 70px;}
#footer .inquiry-call{display: flex;align-items: center;gap: 10px;margin-top: 0px;}
#footer .inquiry-call .text-wrap{text-align: right;}
#footer .inquiry-call .text-wrap span{font-size: 1.3rem;color: #ff5656;}
#footer .inquiry-call .text-wrap p{font-size: 1.2rem;color: #222;padding-bottom: 0px;}
.section01{padding: 100px 30px;}
.section01 .fee{padding: 30px;margin-top:60px}
.section01 .detail-contents{width: 580px;margin: 0 auto;}
.section01 .detail-contents > div{display: flex;align-items: center;column-gap: 20px;flex-wrap: wrap;}
.section01 .detail-contents span{padding-bottom: 0;}
.section01 .detail-contents small{width: 100%;text-align: left;padding-left: 65px;}
.section01 .detail-contents > p{text-align: left;padding-left: 65px;}
.section01 .place{flex-direction: row;gap: 10px;margin-bottom: 35px;flex-wrap: wrap;}
.section01 .place > div{background-color: #f8f8f8;width:calc(50% - 5px);padding:20px 0;}
.section01 .place .find-place{width: 100%;flex-shrink: 0;}
.section02 .parking-info__process .img-wrap{height: 168px;}
.section02 .parking-info__process .img-wrap img{height: 100%;}
.section02 .parking-info.premium-parking .guide-item > img{width:80%}
.section02 .parking-info.premium-parking .guide-item .text-wrap{flex-direction: column;align-items: center;}
.section02 .parking-info__process{position: relative;}
.section02 .parking-info__process .info-desc{position: absolute;left: 50%;transform: translateX(-50%);}
.section02 .parking-info__find .img-wrap{height: 300px;}
.section02 .find-parking .parking-info__process{display: flex;flex-wrap: wrap;width: 520px;justify-content: center;}
.section02 .find-parking .parking-info__process .process-num{flex-shrink: 0;margin: 1px 10px 0 0;}
.section02 .find-parking .parking-info__process h4{padding: 0;}
.section02 .find-parking .parking-info__process > p{margin-top: 10px;width: 100%;}
.section02 .route-guide{display: flex;gap: 20px;justify-content: center;}
.section02 .route-guide .text-wrap{height: 55px;display: flex;justify-content: center;flex-wrap: wrap;align-items: flex-end;}
.section02 .guide-item p:not(.detail-text){padding-bottom: 5px;}
.reservation .date-item {display: flex; gap: 10px;align-items: center;}
.reservation .date-item input, .reservation .date-item .select-wrapper {width: calc(100% / 3); margin: 0 !important;}
/* .reservation .form-wrap .form-item:nth-child(9){grid-column: 1 / 4 !important;} */
.reservation .form-wrap .form-item:nth-child(10){grid-column: 1 / 4 !important;}
.reservation .form-wrap .form-item:nth-child(11){grid-column: 4 / 7 !important;}
.arrival-item{display: flex;flex-wrap: wrap;column-gap: 5px;align-items: center;}
.arrival-item > label{width: 100%;}
.section-wrap .arrival-item input,.arrival-item .select-wrapper{width: calc(100% / 3 - 4px) !important;margin: 0 !important;}
.section-wrap select{margin: 0 !important;}
.process-wrap{display: flex;gap: 15px;}
.feedback .form-wrap{display: grid;grid-template-columns: repeat(6, 1fr);gap: 12px;row-gap: 0;}
.feedback .form-wrap .form-item:nth-child(1){grid-column: 1 / 3;}
.feedback .form-wrap .form-item:nth-child(2){grid-column: 3 / 5;}
.feedback .form-wrap .form-item:nth-child(3){grid-column: 5 / 7;}
.feedback .form-wrap .form-item:nth-child(n+4){grid-column: 1 / 7;}
.feedback textarea{height: 160px;}
.reservation-btns{position: relative;margin: 50px auto;z-index: 0;}
.section02 .parking-info:last-child.popup-img{width: 350px;margin: 70px auto 0 auto;}
}

/* 예약하기 팝업 */
.reservation-popup-layer{width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.5);position: fixed;top: 0;left: 0;z-index: 99999;align-items: center;justify-content: center;display: none;}
.reservation-popup-layer .inner{background: #fff;width: 98%;border-radius: 8px;padding: 20px;max-width: 440px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.reservation-popup-layer .inner > div{border: 1px solid #ff5656;border-radius: 4px;padding: 10px;}
.reservation-popup-layer .inner > div > div{padding-bottom: 10px;text-align: center;}
.reservation-popup-layer .inner p{font-size: 0.95rem;line-height: 1.5rem;text-align: center;}
.reservation-popup-layer .inner strong{color: #ff5656;font-size: 1.15rem;text-align: center;width: 100%;display: block;font-weight: 800;padding: 10px 0;}
.reservation-popup-layer button{width: 100%;text-align: center;background-color: #ff5656;color: #fff;font-weight: 500;padding: 20px 0;border-radius: 4px;margin-top: 10px;margin-bottom: 0;}