@charset "utf-8";
/* 메인 전체 배경 */
#main1 {background:#050D18}


/* 메인 About5 */
#about5 {background: linear-gradient(180deg, rgba(5,13,24,0.9) 0%, rgba(5,13,24,0.2) 50%, rgba(5,13,24,0.9) 100%), url(../img/main_about_bg.png) 50% 0% no-repeat;background-size:cover;position:relative;}
#about5 .about5_wrapper {display:flex;gap:1px;border-radius:1.88rem;overflow:hidden;background-color:#000;}
#about5 .about5_item {position:relative;flex:1;height:500px;margin:0;padding:0;overflow:hidden;transition:flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);user-select:none;cursor:pointer;background-color:#333;background-position:center center;background-repeat:no-repeat;background-size:cover;}
#about5 .about5_item.active {flex:3;}


/* Background Images */
#about5 .about5_item[data-bg="img/about1.jpg"] {background-image:url(../img/about1.jpg);}
#about5 .about5_item[data-bg="img/about2.jpg"] {background-image:url(../img/about2.jpg);}
#about5 .about5_item[data-bg="img/about3.jpg"] {background-image:url(../img/about3.jpg);}
#about5 .about5_item[data-bg="img/about4.jpg"] {background-image:url(../img/about4.jpg);}

/* Overlay Styles */
#about5 .about5_overlay {position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-start;padding:4.38rem 2.50rem;color:#fff;background-color:rgba(0, 0, 0, 0.5);opacity:0;transition:opacity 0.5s ease;}
#about5 .about5_item.active .about5_overlay {opacity:1;}
#about5 .about5_title {margin:0;padding-bottom:1.50rem;font-size:2.00rem;font-weight:600;line-height:1.3;border-bottom:1px solid rgba(255, 255, 255, 0.25);}
#about5 .about5_description {margin:2.00rem 0;font-size:1.00rem;line-height:1.6;word-break:keep-all;}
#about5 .about5_bt {align-self:flex-start;color:#fff;text-decoration:none;transition:opacity 0.3s ease;z-index:9999999;}
#about5 .about5_bt:hover {opacity:0.8;}


@media (max-width:768px) {
  #about5 .about5_wrapper {flex-direction:column;border-radius:1.25rem;}
  #about5 .about5_item {flex:none;height:210px;transition:none;}
  #about5 .about5_item.active {flex:none;}
  #about5 .about5_overlay {padding:2.50rem 1.50rem;}
  #about5 .about5_title {padding-bottom:1.00rem;font-size:1.25rem;font-weight:700;}
  #about5 .about5_description {margin:1.00rem 0;font-size:0.75rem;}
}


/* 메인 게시판 */
#bbs3 h2 {margin-bottom:20px;font-size:1.63rem;}
#bbs3 h2 a {color:#fff;}
.bbsmain3 {width:100%;margin:0 auto;overflow:hidden;}
.bbsmain3 .bbs1 {width:60%;float:left;}
.bbsmain3 .bbs2 {width:calc(40% - 50px);float:left;}
.bbsmain3 .bbs2 {margin:0 0 0 50px;}

@media all and (max-width:767px){
  #bbs3 h2 {margin-bottom:20px;font-size:1.25rem;}
  .bbsmain3 {padding:0 15px;}
  .bbsmain3 .bbs1 {width:100%;float:none;}
  .bbsmain3 .bbs2 {width:100%;float:none;}
  .bbsmain3 .bbs2 {margin:30px 0 0 0;}
}


/* 예약현황 */
.status {background: linear-gradient(180deg, rgba(5,13,24,0.4) 0%, rgba(5,13,24,0.2) 50%, rgba(5,13,24,0.4) 100%), url(../img/main_status_bg.png) 50% 0% no-repeat;background-size:cover;position:relative;}


/* 예약내역 */
.status_main {display:flex;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.status_main .status_box {position:relative;width:25%;text-align:center;}
.status_main .status_box:before {position:absolute;content:'';width:3px;height:30px;background:rgba(255,255,255,0.5);left:0;top:50%;margin-top:-30px;}

.status_main .status_box:first-of-type:before {display:none;}
.status_main .status_num{display:flex;align-items:center;justify-content:center;}
.status_main .status_tit {display:inline-block;font-size:3.75rem;color:#fff;font-weight:700;}
.status_main .status_txt {font-size:1.00rem;color:#fff;padding-top:10px;}

@media all and (max-width:768px){
  #status {padding:20px 0;overflow:hidden;}
  .status_main {padding:0;flex-wrap:wrap;}
  .status_main .status_box {width:50%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding:5px 0;border-bottom:1px solid rgba(255,255,255,0.4);}
  .status_main .status_box:before {display:none;}
  .status_main .status_txt {font-size:1.00rem;color:#fff;padding:10px 0 0 10px;}
  .status_main .status_tit {font-size:1.13rem;padding:10px 20px 0 0;color:#fff;}
}


/* FAQ */
#faq {background: linear-gradient(180deg, rgba(5,13,24,0.8) 0%, rgba(5,13,24,0.2) 50%, rgba(5,13,24,0.2) 100%), url(../img/main_about_bg4.png) 50% 0% no-repeat;background-size:cover;position:relative;}


/* 메인 배너 */
#banner {padding:27px 0;overflow:hidden;border-top:1px solid #e5e5e5;background:#fff}
.banner .swiper-slide img {opacity:1;transition:0.3s;}
.banner .swiper-slide:hover img {opacity:0.5;}
.banner .swiper-pagination {margin-top:20px;position:relative;}
.banner .swiper-pagination .swiper-pagination-bullet {width:12px;height:12px;background-color:#fff;opacity:1;border:1px solid #0880e8;}
.banner .swiper-pagination .swiper-pagination-bullet-active {background-color:#0880e8;}
.banner .owl-item {display:flex;justify-content:center;align-items:center;padding:0 20px;}
.banner .owl-item img {width:60%;opacity:1;transition:0.3s;}
.banner .owl-item img:hover {opacity:0.5;}
.banner .owl-nav, .banner .owl-dots {margin-top:5px;text-align:center;}
.banner .owl-dot {display:inline-block;margin:0 5px;width:12px;height:12px;border-radius:50%;background-color:#ddd !important;}
.banner .owl-dot.active {background-color:#0880e8 !important;}


@media (max-width:768px) {
  #banner {padding:20px 0;overflow:hidden;}
}


/* 메인 고객센터 */
#customer {background:#27272A;}
#customer .left {padding:0 30px 0 0;color:#fff;}
#customer .left  .footer-logo {position:relative;padding-bottom:30px;}

#customer .left dl {display:flex;flex-wrap:wrap;margin:0;color:#fff;}
#customer .left dl:nth-child(3) {padding:20px 0 0; margin:20px 0 0;border-top:1px solid rgba(255,255,255,0.1);}
#customer .left dl:nth-child(4) {padding:20px 0 0; margin:20px 0 0;border-top:1px solid rgba(255,255,255,0.1);}

#customer .left dl dt {width:100px;font-size:1.25rem;font-weight:700;}
#customer .left dl dd {width:calc(100% - 100px);margin:0;}

#customer .left dl .dt1 {padding:6px 0 0}
#customer .left dl .dd1 {font-size:1.63rem;font-weight:700;}
#customer .left dl .dd3 {padding:6px 0 0;}

#customer .left dl dd p {padding:0;margin:0;display:flex;flex-wrap:wrap;}
#customer .left dl dd p span {width:60px;}
#customer .left dl dd p b {width:calc(100% - 60px);font-weight:400;}

#customer .left .footer-search {padding:30px 0 0 0;margin-bottom:0px;text-align:right;}
#customer .left .footer-search input[type=text] {border:0;padding:10px 8px;width:calc(100% - 180px);;background:#F5F5F5;}
#customer .left .footer-search button[type=submit] {background:var(--color-secondary);border:0;width:180px;padding:10px 0;text-align:center;color:#fff;transition:0.3s;cursor:pointer;}
#customer .left .footer-search button[type=submit]:hover {background:var(--color-primary1);}
#customer .left .footer-search input[type=text]:focus{
-webkit-box-shadow:0 0 0 #9ed4ff;-moz-box-shadow:0 0 0 #9ed4ff;box-shadow:0 0 0 #9ed4ff;border:0px solid #558ab7 !important;}

@media all and (max-width:1024px) {
  #customer .left .footer-search {margin-bottom:30px;text-align:left;}
}


@media (min-width:1025px) {
  #customer .right {width:50%;}
  .customer_wrp {display:table;width:100%;}
  .customer_wrp > div, .customer_wrp > li {display:table-cell;vertical-align:middle;}
}

@media (max-width:1024px) {
  #customer .left {padding:0;}
}

@media (max-width:768px) {
  #customer {padding:40px 0 30px 0;overflow:hidden;}
  #customer .left dl dt {width:100%;font-size:1.00rem;font-weight:700;padding:0; }
  #customer .left dl dd {width:100%;margin:0;}
  #customer .left dl .dd1 {font-size:1.00rem;font-weight:700;}
  
  #customer .left .footer-search input[type=text] {border:0;padding:10px 8px;width:calc(100% - 120px);;background:#F5F5F5;}
  #customer .left .footer-search button[type=submit] {background:var(--color-secondary);border:0;width:120px;padding:10px 0;text-align:center;color:#fff;transition:0.3s;cursor:pointer;}
}


/* map */
#map_main {height:358px !important;}
@media (max-width:1024px) {
    #map_main {height:220px !important;}
}
.mapwrap_main {position:absolute;bottom:40px;width:70px;height:30px;margin-left:-30px;text-align:center;overflow:hidden;font-size:0.88rem;line-height:1.5;}
.mapwrap_main * {padding:0;margin:0;}
.mapwrap_main .mapinfo_main {width:70px;height:30px;border-radius:5px;border:1px solid #ccc;overflow:hidden;background:#fff;}
.mapinfo_main .maptitle_main {padding:5px 0 0 0;height:30px;font-weight:bold;}


/* Footer 메인 */
#footer_main {background:#27272A;padding:0 0 40px 0;color:#A6A6A6;}
#footer_main .footer-top {background:#27272A;padding:40px 0 0 0;border-top:1px solid #393939;}

#footer_main .footer-top p a:link {color:#eee;}
#footer_main .footer-top p a:visited {color:#eee;}
#footer_main .footer-top p a:hover {color:#eee;}
#footer_main .footer-top p a:active {color:#eee;}

#footer_main .footer-top .footer-contact {margin-bottom:5px;}
#footer_main .footer-top .footer-contact p {line-height:26px;}
#footer_main .footer-top .footer-contact p span {display:inline-block;margin-right:20px;line-height:1.50rem;}

#footer_main .footer-top .footer-contact .policy {font-weight:bold;color:#FFF;line-height:1.69rem;}


#footer_main .footer-top .footer-newsletter {margin-bottom:0px;text-align:right;}
#footer_main .footer-top .footer-newsletter input[type=text] {border:0;padding:10px 8px;width:65%;background:#F5F5F5;}
#footer_main .footer-top .footer-newsletter button[type=submit] {background:var(--color-secondary);border:0;width:35%;padding:10px 0;text-align:center;color:#fff;transition:0.3s;cursor:pointer;}
#footer_main .footer-top .footer-newsletter button[type=submit]:hover {background:var(--color-primary1);}

#footer_main .footer-top .footer-newsletter input[type=text]:focus{
-webkit-box-shadow:0 0 0 #9ed4ff;-moz-box-shadow:0 0 0 #9ed4ff;box-shadow:0 0 0 #9ed4ff;border:0px solid #558ab7 !important;}

#footer_main .footer-top .social-links a {display:inline-block;background:#4A4E55;color:#eee;line-height:1;margin-right:5px;border-radius:50%;width:34px;height:34px;transition:0.3s;display:inline-flex;align-items:center;justify-content:center;}
#footer_main .footer-top .social-links a i {line-height:0;font-size:1.00rem;}
#footer_main .footer-top .social-links a:hover {background:var(--color-primary1);color:#fff;}

#footer_main .copyright {font-size:0.75rem;padding-top:0px;}


@media all and (max-width:1024px) {
  #footer_main {background:#27272A;padding:0 0 30px 0;color:#A6A6A6;}
  #footer_main .footer-top {background:#27272A;padding:0px 0 0 0;border-top:0px;}
  #footer_main .footer-top .footer-contact {margin-bottom:20px;}
  #footer_main .footer-top .footer-newsletter {margin-bottom:20px;text-align:left;}

  #footer_main .footer-top p {font-size:0.75rem;}

  #footer_main .footer-top .footer-contact {margin-bottom:5px;}
  #footer_main .footer-top .footer-contact p {line-height:1.13rem;}
  #footer_main .footer-top .footer-contact p span {display:inline-block;margin-right:10px;line-height:1.6em;}
}


/* Footer */
#footer {background:#27272A;padding:0 0 40px 0;color:#A6A6A6;border-top:1px solid #e5e5e5;}
#footer .footer-top {background:#27272A;padding:40px 0 0 0;}

#footer .footer-top .footer-logo {position:relative;padding-bottom:20px;}

#footer .footer-top p a:link {color:#eee;}
#footer .footer-top p a:visited {color:#eee;}
#footer .footer-top p a:hover {color:#eee;}
#footer .footer-top p a:active {color:#eee;}

#footer .footer-top .footer-contact {margin-bottom:5px;}
#footer .footer-top .footer-contact p {line-height:26px;}
#footer .footer-top .footer-contact p span {display:inline-block;margin-right:20px;line-height:1.50rem;}

#footer .footer-top .footer-contact .policy {font-weight:bold;color:#FFF;line-height:1.69rem;}


#footer .footer-top .footer-newsletter {margin-bottom:0px;text-align:right;}
#footer .footer-top .footer-newsletter input[type=text] {border:0;padding:10px 8px;width:65%;background:#F5F5F5;}
#footer .footer-top .footer-newsletter button[type=submit] {background:var(--color-secondary);border:0;width:35%;padding:10px 0;text-align:center;color:#fff;transition:0.3s;cursor:pointer;}
#footer .footer-top .footer-newsletter button[type=submit]:hover {background:var(--color-primary1);}

#footer .footer-top .footer-newsletter input[type=text]:focus{
-webkit-box-shadow:0 0 0 #9ed4ff;-moz-box-shadow:0 0 0 #9ed4ff;box-shadow:0 0 0 #9ed4ff;border:0px solid #558ab7 !important;}

#footer .footer-top .social-links a {display:inline-block;background:#4A4E55;color:#eee;line-height:1;margin-right:5px;border-radius:50%;width:34px;height:34px;transition:0.3s;display:inline-flex;align-items:center;justify-content:center;}
#footer .footer-top .social-links a i {line-height:0;font-size:1.00rem;}
#footer .footer-top .social-links a:hover {background:var(--color-primary1);color:#fff;}

#footer .copyright {font-size:0.75rem;padding-top:0px;}


@media all and (max-width:1024px) {
  #footer {background:#27272A;padding:0 0 30px 0;color:#A6A6A6;}
  #footer .footer-top {background:#27272A;padding:30px 0 0 0;}

  #footer .footer-top .footer-contact {margin-bottom:20px;}
  #footer .footer-top .footer-newsletter {margin-bottom:20px;text-align:left;}

  #footer .footer-top p {font-size:0.75rem;}

  #footer .footer-top .footer-contact {margin-bottom:10px;}
  #footer .footer-top .footer-contact p {line-height:18px;}
  #footer .footer-top .footer-contact p span {display:inline-block;margin-right:10px;line-height:1.6em;}
}


/* 주차요금 하단 */
@media (max-width:992px) {
    .pricing1 .content .pricing_li {margin-top:10px;}
}


/* 우측 메뉴 */
.sh-side-options {position:fixed;top:50%;margin-top:-110px;width:100%;max-width:200px;right:5px;z-index:98;transition:0.3s all ease;transition:0.2s all;padding:0 0;transform:translateX(205px);box-shadow:-10px 0px 20px 2px rgba(0, 0, 0, .06);}
.sh-side-options.open {transform:translateX(205px);}
.sh-side-options-container {position:absolute;top:50%;margin-top:90px;left:-35px;width:30px;background-color:#fff;border-radius:5px;margin-right:0px;box-shadow:-10px 0px 20px 2px rgba(0, 0, 0, .06);}

.sh-side-options-item {display:block;text-align:center;margin:0px;transition:0.3s all ease-in-out;position:relative;padding:0px;cursor:pointer;}
.sh-side-options-item:not(:last-child) {border-bottom:1px solid #f1f3fc;}
.sh-side-options-item-container {border-radius:4px;padding:20px 0;background:var(--color-secondary) url('../img/open_btn1.png') center no-repeat;}
.sh-side-options.close_add .sh-side-options-item-container {border-radius:4px;padding:20px 0;background:var(--color-secondary) url('../img/open_btn.png') center no-repeat;}

.sh-side-options-item:hover .sh-side-options-item-container,
.sh-side-options-item:focus .sh-side-options-item-container,
.sh-side-options.open .sh-side-options-item-trigger-demos .sh-side-options-item-container {}

.sh-side-options-item i {font-size:1.38rem;}
.sh-side-options-item:not(:hover):not(:focus) {color:#9396a5 !important;}
.sh-side-options-item:hover .sh-side-options-hover {opacity:1;transform:translateX(-97%);}
.sh-side-options-hover {position:absolute;background-color:#f0f4f8;color:#32343d;padding:20px 26px;transform:translateX(-70%);left:0px;top:0;bottom:0;opacity:0;transition:0.2s all ease-in-out;
z-index:-100;border-top-left-radius:5px;border-bottom-left-radius:5px;font-size:0.81rem;box-shadow:0px 0px 20px 2px rgba(0, 0, 0, 0.08);}
.sh-side-options-hover span {padding:0px 3px;}
.sh-side-options-item i {color:#9396a5 !important;}
.sh-side-options.open .sh-side-options-item-trigger-demos i,
.sh-side-options-item:hover i,
.sh-side-options-item:focus i {color:#294cff !important;}
.sh-side-demos-container {top:0;left:0;right:0px;bottom:0;position:absolute;background-color:#000;}

.sh-side-demos-loop-container {position:relative;padding:20px;height:220px;background:#fff;border-radius:20px;box-shadow:4px 4px 10px rgba(0,0,0,0.4);}

.sh-side-demos-loop-container h3.tit {font-size:1.13rem;font-weight:700;color:#000;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;}
.sh-side-demos-loop-container h3.tit > span {color:var(--color-secondary);}

.sh-side-demos-loop-container i {display:inline-block;background:#333;color:#eee;line-height:1;border-radius:50%;width:34px;height:34px;transition:0.3s;display:inline-flex;align-items:center;justify-content:center;}
.sh-side-demos-loop-container a i {line-height:0;font-size:1.00rem;}

.sh-side-demos-loop-container .customer {width:100%;float:left;padding-left:50px;position:relative;text-align:left;margin:5px 0;}
.sh-side-demos-loop-container .customer .icon {width:40px;height:40px;border-radius:100%;background-color:#333;position:absolute;left:0px;top:0px;display:flex;justify-content:center;align-items:center;}

.sh-side-demos-loop-container .customer .txt {width:100%;float:left;color:#000;font-weight:600;}
.sh-side-demos-loop-container .customer .txt .txt1 {width:100%;float:left;color:#ff0000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;}
.sh-side-demos-loop-container .customer .txt .txt1 a {width:100%;float:left;color:#ff0000}
.sh-side-demos-loop-container .customer .txt .txt2 {width:100%;float:left;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:block;}
.sh-side-demos-loop-container .customer .txt .txt2 a {width:100%;float:left;color:#999}

.sh-side-demos-item {display:inline-block;position:relative;margin-right:-4px;margin-bottom:25px;width:50%;padding:0 10px;text-align:center;transition:.3s all ease;top:0;}
.sh-side-demos-item:hover {top:-4px;}
.sh-side-demos-item .sh-image-lazy-loading {border-radius:3px;box-shadow:0 2px 20px 1px rgba(0, 0, 0, .1);}
.sh-side-demos-item img {border-radius:3px;}
.sh-side-demos-item-name {font-size:0.75rem;color:#32343d;font-weight:600;padding-top:10px;}
.sh-side-demos-item-tag {position:absolute !important;width:auto !important;height:auto !important;top:4px;left:6px;background-color:#ff5944;color:#fff;font-size:0.56rem;font-weight:600;display:block;padding:1px 9px;text-transform:capitalize;border-radius:100px;}
.close_add {transform:translateX(0px);}


/* 퀵버튼 */
.quick {display:block;position:fixed;right:10px;bottom:10px;display:flex;flex-direction:column;align-items:flex-end;gap:8px;transition:0.2s;z-index:9999;}
.quick .icons {font-size:1.50rem;}
.quick a {display:flex;width:60px;height:60px;color:#fff;border-radius:30px;box-shadow:0 0 5px #666;position:relative;transition:0.15s;}
.quick a:hover {width:130px;align-items:center;justify-content:center;gap:1rem;padding:0 10px;}
.quick a:hover .icons {position:static;left:50%;transform:translate(0);}
.quick a:hover .txt {position:static;opacity:1;visibility:visible;}
.quick a .txt {opacity:0;visibility:hidden;position:absolute;color:#fff;font-size:0.88rem;font-weight:500;white-space:nowrap;}
.quick a .icons {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.quick_tel {background:#F26922;}
.quick_sms {background:#26AAD4;}

.quick_top {background:#fff;color:#E30413;visibility:hidden;opacity:0;transition:all 0.4s;}
.quick_top.active {visibility:visible;opacity:1;}
.quick_top1 a {color:#202020;}
.quick_top1 a .txt {color:#202020;}


@media (max-width:768px) {
  .quick a {width:50px;height:50px;}
  .quick a:hover {width:120px;}
  .quick a .txt {font-size:0.75rem;}
}


/* footer bar를 policy로 변경 추가*/
.policy span {position:relative;margin-right:24px;}
.policy span::after {content: '';position:absolute;margin:0px 12px;width:1px;height:12px;background:#dcdcdc;top:5px;}
@media all and (max-width:1024px) {
  /* footer bar */
  .policy span {position:relative;margin-right:14px;}
  .policy span::after {content: '';position:absolute;margin:0px 7px;width:1px;height:10px;background:#dcdcdc;top:5px;}
}