@charset "utf-8";
/* *******************************************************
 * filename : parking.css
 * description : 파킹페이지 CSS
 * date : 2025-06-25
******************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

* {font-family: 'Orbitron', 'Pretendard', 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;}

#parkingWrap {overflow:hidden; min-width:1280px; min-height:100%; position:relative;}
.parking-con{width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;}
.parking-logo{margin-bottom: 30px; width: 100%;}
.parking-logo img{display: inline-block;}
.parking-box{max-width: 1500px; max-height: 700px; width: 94%; height: calc(100vh - 100px); margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; background: url("../images/parking/parking_bg.jpg") center/cover no-repeat; border-radius: 3rem;}
.parking-box h5{font-size: 80px; letter-spacing: -0.025em; font-weight: 700; color: #fff;}
.parking-box p{margin-top: 35px; font-size: 18px; line-height: 33px; letter-spacing: -0.05em; font-weight: 700; color: rgba(255,255,255,0.8);}
.parking-box a{margin: 50px auto 0; width: 300px; height: 60px; font-size: 16px; letter-spacing: -0.05em; font-weight: 700; color: #fff; border: 2px solid #fff; box-sizing: border-box; border-radius: 30px; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(5.2px); background-color: rgba(255,255,255, 0.05);}