/*     1572784 : 한줄 텍스트      */
<!--공통css-->

/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1f1a17;
  line-height: 1.7;
  letter-spacing: -0.02em;

}

a{text-decoration:none;color:inherit}
button{border:0;background:none;font:inherit;cursor:pointer}

.inner{width:100%;max-width:1440px;margin:0 auto;}
.section{padding:130px 0}
.eyebrow{display:inline-block;margin-bottom:14px;color:#9b7a4d;font-size:20px;font-weight:800;letter-spacing:.18em}
.section-head{margin-bottom:54px;text-align:center}
.section-head h2{font-size:45px;line-height:1.2;font-weight:500;letter-spacing:-.05em;word-break:keep-all}

.img-box{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.5),rgba(0,0,0,.03)),linear-gradient(45deg,#e8e1d8,#d8cec2)}


@media(max-width:768px){
  .inner{padding:0 0px}
  .section{padding:80px 0}
  .section-head h2{font-size:34px}
}

<!-- 상단 -->

.sub-hero--signature{position:relative;overflow:hidden;padding:60px 0 0;}

.sub-hero__inner{position:relative;z-index:2;text-align:center;max-width:none;padding:0; margin-top:60px;}

.sub-hero__copy{position:relative;z-index:3;max-width:1440px;margin:0 auto;}

.sub-hero__copy .eyebrow{margin-bottom:24px;color:#9b7a4d;font-size:20px;font-weight:500;letter-spacing:.08em;font-family:"Cormorant Garamond",serif;}

.sub-hero__copy h1{color:#3f3935;font-size:72px;line-height:1;font-weight:400;letter-spacing:-.06em;font-family:"Cormorant Garamond",serif; margin:0}

.sub-hero__copy p{margin-top:40px;color:#5e534a;font-size:20px;line-height:1.7;font-weight:400;word-break:keep-all;}

.sub-hero__visual{position:relative;margin-top:-160px;height:350px;width:100%;overflow:hidden;background:none;}

.sub-hero__visual:before{content:"";position:absolute;inset:0;background:url('/img_up/shop_pds/triplesun11/build/option/bg17790685591779149880211.jpg') no-repeat center/cover;transform:scale(1.08);transition:transform 4.8s ease;}

.sub-hero__visual:after{content:"";position:absolute;left:0;top:0;width:100%;height:180px;background:linear-gradient(to bottom,rgba(251,248,244,1) 0%,rgba(251,248,244,.88) 28%,rgba(251,248,244,.45) 62%,rgba(251,248,244,0) 100%);z-index:2;pointer-events:none;}

.sub-hero__visual.is-zoom-out:before{transform:scale(1);}

.signature-bg{display:none;}

@media(max-width:1200px){
.sub-hero__inner {margin-top:10px;}
.sub-hero__copy h1{font-size:6.5vw;}
.sub-hero__copy p{font-size:3vw;}
.sub-hero__visual{height:620px;}
}

@media(max-width:768px){

.sub-hero--signature{padding:30px 0 0;}

.sub-hero__copy{padding:0 20px;}

.sub-hero__copy .eyebrow{font-size:15px;}

.sub-hero__copy h1{line-height:1.06;}

.sub-hero__copy p{margin-top:28px;font-size:17px;}

.sub-hero__visual{margin-top:-100px;height:150px;width:100%;}

.sub-hero__visual:before{transform:scale(1.05);}

.sub-hero__visual:after{height:110px;}
}

/*     1572794 : 한줄 텍스트      */
/* ==============================
   진료시간 섹션
============================== */

.text__1373035__ {
  width: 100%; padding:100px 0;
}

.text__1373035__ * {
  box-sizing: border-box;
}

.text__1373035__ p {
  margin: 0;
}

.text__1373035__ .time_cont {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.text__1373035__ .grid_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.text__1373035__ .cont_tit {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.04em;
  color: #111827;
}

.text__1373035__ .right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.text__1373035__ .right .cont {
  position: relative;
  display: block;
  min-height: 132px;
  padding: 22px 20px;
  overflow: hidden;
  border-radius: 18px;
  background: #f4f6fa;
  border: 1px solid rgba(17, 24, 39, 0.05);
  text-decoration: none;
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease, border-color .3s ease;
}

.text__1373035__ .right .cont:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.text__1373035__ .right .cont .img {
  position: absolute;
  right: 18px;
  top: 16px;
  height: 42px;
  z-index: 1;
}

.text__1373035__ .right .cont .img svg {
  width: auto;
  height: 100%;
  overflow: visible;
  opacity: 0.16;
}

.text__1373035__ .right .cont .sub_tit {
  position: relative;
  z-index: 2;
  max-width: 80%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #8899a6;
  letter-spacing: -0.03em;
}

.text__1373035__ .right .cont .tit {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.04em;
  color: #111827;
}

.text__1373035__ .right .cont .txt {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #8899a6;
  letter-spacing: -0.03em;
}

/* 네이버 / 카카오 카드 */
.text__1373035__ .right .cont.naver,
.text__1373035__ .right .cont.kakao {
  background: #fff;
}

.text__1373035__ .right .cont.naver {
  border-color: rgba(3, 199, 90, 0.35);
}

.text__1373035__ .right .cont.kakao {
  border-color: rgba(255, 202, 40, 0.65);
}

.text__1373035__ .right .cont.naver:hover {
  background: #eaf8f1;
  border-color: transparent;
}

.text__1373035__ .right .cont.kakao:hover {
  background: #fff6d7;
  border-color: transparent;
}

.text__1373035__ .right .cont.naver .img svg,
.text__1373035__ .right .cont.kakao .img svg {
  opacity: 1;
}

.text__1373035__ .right .cont.kakao .img {
  height: 48px;
}

.text__1373035__ .right .cont.naver .txt,
.text__1373035__ .right .cont.kakao .txt {
  display: flex;
  align-items: center;
  gap: 8px;
}

.text__1373035__ .right .cont.naver .txt svg,
.text__1373035__ .right .cont.kakao .txt svg {
  width: auto;
  height: 1em;
  fill: #8899a6;
  transition: transform .3s ease;
}

.text__1373035__ .right .cont.naver:hover .txt svg,
.text__1373035__ .right .cont.kakao:hover .txt svg {
  transform: translateX(4px);
}

/* PC */
@media all and (min-width:1024px) {
  .text__1373035__ .grid_box {
    grid-template-columns: 220px 1fr;
    gap: 0 56px;
    align-items: start;
  }

  .text__1373035__ .cont_tit {
    padding-top: 8px;
    font-size: 34px;
  }

  .text__1373035__ .right {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .text__1373035__ .right .cont {
    min-height: 190px;
    padding: 36px 34px;
    border-radius: 24px;
  }

  .text__1373035__ .right .cont .img {
    right: 28px;
    top: 26px;
    height: 50px;
  }

  .text__1373035__ .right .cont.kakao .img {
    height: 58px;
  }

  .text__1373035__ .right .cont .sub_tit {
    font-size: 19px;
  }

  .text__1373035__ .right .cont .tit {
    margin-top: 18px;
    font-size: 24px;
  }

  .text__1373035__ .right .cont .txt {
    margin-top: 14px;
    font-size: 16px;
  }
}

/* 모바일 */
@media all and (max-width:767px) {
.text__1373035__ {padding:50px 0;}
  .text__1373035__ .time_cont {
    width: calc(100% - 0px);
  }

  .text__1373035__ .right {
    grid-template-columns: 1fr;
  }

  .text__1373035__ .cont_tit {
    font-size: 26px;
  }

  .text__1373035__ .right .cont {
    min-height: 118px;
    padding: 20px 18px;
    border-radius: 16px;
  }

  .text__1373035__ .right .cont .tit {
    font-size: 18px;
  }
}

/*     1572804 : 지도 (주소 직접 입력)      */
.map__1572804__ iframe {width:100%;vertical-align:top}
.map__1572804__ p {display:none;margin:0;padding:1em 0;font-size:13px}
.map__1572804__ .build_preview__1572804__ {display:table;width:100%}
.map__1572804__ .build_preview__1572804__ .inner__1572804__ {display:table-cell;height:500px;border:1px solid #ddd;background:#f8f8f8;text-align:center;vertical-align:middle}
.map__1572804__ .build_preview__1572804__ .inner__1572804__ .subject__1572804__ {display:block;font-size:16px;font-weight:bold}
.map__1572804__ .build_preview__1572804__ .inner__1572804__ .exp_text__1572804__ {display:block;margin-top:10px;font-weight:normal;font-size:13px;color:#777}

@media all and (max-width:767px){
	.map__1572804__ iframe {height:200px  !important}
	.map__1572804__ .build_preview__1572804__ .inner__1572804__ {height:200px}
}

/*     1572814 : 한줄 텍스트      */
/* ==============================
   LOCATION GUIDE - 오시는길
============================== */

.location_guide__gangdong {
  width: 100%;
  padding: 90px 0 0;
  background: #fff;
}

.location_guide__gangdong * {
  box-sizing: border-box;
}

.location_guide__gangdong p {
  margin: 0;
}

.location_guide__gangdong a {
  color: inherit;
  text-decoration: none;
}

.location_guide__gangdong .loc_inner {
  width: min(1400px, calc(100% - 40px));
  margin: 0 auto;
}

.location_guide__gangdong .loc_grid_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.location_guide__gangdong .loc_cont_tit {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.04em;
  color: #111827;
}

.location_guide__gangdong .loc_right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.location_guide__gangdong .loc_card {
  position: relative;
  display: block;
  min-height: 170px;
  padding: 28px 24px;
  overflow: hidden;
  border-radius: 22px;
  background: #f4f6fa;
  border: 1px solid rgba(17, 24, 39, 0.06);
  transition: transform .3s ease, box-shadow .3s ease, background-color .3s ease;
}

.location_guide__gangdong .loc_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.location_guide__gangdong .address_card {
  background: #111827;
}

.location_guide__gangdong .address_card .loc_sub_tit,
.location_guide__gangdong .address_card .loc_tit,
.location_guide__gangdong .address_card .loc_txt,
.location_guide__gangdong .address_card .notice_txt {
  color: #fff;
}

.location_guide__gangdong .address_card .loc_txt,
.location_guide__gangdong .address_card .notice_txt {
  opacity: .82;
}

.location_guide__gangdong .loc_icon {
  position: absolute;
  right: 22px;
  top: 22px;
  height: 46px;
  z-index: 1;
}

.location_guide__gangdong .loc_icon svg {
  width: auto;
  height: 100%;
  fill: #111827;
  opacity: .13;
}

.location_guide__gangdong .address_card .loc_icon {
  right: 30px;
  top: 30px;
  height: 72px;
}

.location_guide__gangdong .address_card .loc_icon svg {
  fill: #fff;
  opacity: .13;
}

.location_guide__gangdong .loc_sub_tit {
  position: relative;
  z-index: 2;
  max-width: 80%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #8899a6;
  letter-spacing: -0.03em;
}

.location_guide__gangdong .loc_tit {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.35;
  color: #111827;
  letter-spacing: -0.05em;
  word-break: keep-all;
}

.location_guide__gangdong .loc_txt {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #5f6b7a;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

.location_guide__gangdong .loc_badges {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.location_guide__gangdong .loc_badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #4b5563;
}

.location_guide__gangdong .loc_badges .subway5 {
  background:rgba(0, 165, 222, 0.13);
  color: #00A5DE;
}

.location_guide__gangdong .loc_badges .subway8 {
  background: rgba(234, 84, 107, 0.13);
  color: #c73d55;
}

.location_guide__gangdong .loc_badges .bus_blue {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.location_guide__gangdong .loc_badges .bus_green {
  background: rgba(251, 88, 81, 0.1);
  color: #fb5852;
}

.location_guide__gangdong .map_btns {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.location_guide__gangdong .map_btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  transition: all .3s ease;
}

.location_guide__gangdong .map_btns a:hover {
  background: #fff;
  color: #111827;
}

.location_guide__gangdong .notice_txt {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

/* PC */
@media all and (min-width:1024px) {
  .location_guide__gangdong .loc_grid_box {
    grid-template-columns: 220px 1fr;
    gap: 0 56px;
    align-items: start;
  }

  .location_guide__gangdong .loc_cont_tit {
    padding-top: 8px;
    font-size: 34px;
  }

  .location_guide__gangdong .loc_right {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .location_guide__gangdong .address_card {
    grid-column: 1 / -1;
    min-height: 250px;
    padding: 42px 40px;
    border-radius: 26px;
  }

  .location_guide__gangdong .loc_card:not(.address_card) {
    min-height: 230px;
    padding: 36px 34px;
    border-radius: 24px;
  }

  .location_guide__gangdong .loc_card:not(.address_card) .loc_icon {
    right: 28px;
    top: 28px;
    height: 54px;
  }

  .location_guide__gangdong .loc_sub_tit {
    font-size: 19px;
  }

  .location_guide__gangdong .address_card .loc_tit {
    font-size: 32px;
  }

  .location_guide__gangdong .loc_tit {
    margin-top: 18px;
    font-size: 25px;
  }

  .location_guide__gangdong .loc_txt {
    margin-top: 16px;
    font-size: 17px;
  }

  .location_guide__gangdong .address_card .loc_txt {
    max-width: 720px;
    font-size: 18px;
  }

  .location_guide__gangdong .notice_txt {
    max-width: 760px;
  }
}

/* Mobile */
@media all and (max-width:767px) {
  .location_guide__gangdong {
    padding: 30px 0 0px;
  }

  .location_guide__gangdong .loc_inner {
    width: calc(100% - 0px);
  }

  .location_guide__gangdong .loc_cont_tit {
    font-size: 28px;
  }

  .location_guide__gangdong .loc_card {
    min-height: auto;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .location_guide__gangdong .address_card {
    padding: 28px 22px;
  }

  .location_guide__gangdong .loc_icon {
    right: 18px;
    top: 18px;
    height: 40px;
  }

  .location_guide__gangdong .address_card .loc_icon {
    right: 20px;
    top: 20px;
    height: 52px;
  }

  .location_guide__gangdong .loc_sub_tit {
    font-size: 15px;
  }

  .location_guide__gangdong .loc_tit {
    font-size: 21px;
  }

  .location_guide__gangdong .address_card .loc_tit {
    font-size: 24px;
  }

  .location_guide__gangdong .loc_txt {
    font-size: 15px;
  }

  .location_guide__gangdong .map_btns a {
    flex: 1;
    height: 40px;
    font-size: 13px;
  }

  .location_guide__gangdong .notice_txt {
    padding: 14px 16px;
    font-size: 14px;
  }
}

/*     1600105 : 한줄 텍스트      */
/* =========================================================
   PARKING GUIDE
   PC / TABLET / MOBILE
========================================================= */

.parking-guide{width:100%;padding:110px 20px;background:#fff;box-sizing:border-box;color:#171717;word-break:keep-all;font-family:Pretendard,"Noto Sans KR",Arial,sans-serif;}
.parking-guide *{box-sizing:border-box;}
.parking-inner{width:100%;max-width:1400px;margin:0 auto;}

/* =========================================================
   HEAD
========================================================= */

.parking-head{text-align:center;margin-bottom:40px;}
.parking-title{display:flex;align-items:center;justify-content:center;gap:15px;margin:0;font-size:50px;font-weight:900;line-height:1.15;letter-spacing:-.055em;color:#092a77;}
.parking-title__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:66px;height:66px;border:5px solid #092a77;border-radius:50%;font-size:38px;font-weight:900;line-height:1;color:#092a77;}
.parking-subtitle{margin:17px auto 0;font-size:22px;font-weight:600;line-height:1.65;letter-spacing:-.035em;color:#555;}
.parking-subtitle strong{font-weight:800;color:#171717;}

/* =========================================================
   TOP ALERT
========================================================= */

.parking-alert{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 auto 38px;padding:20px 25px;border-radius:16px;background:#092a77;color:#fff;}
.parking-alert__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#fff;font-size:20px;font-weight:900;color:#092a77;}
.parking-alert p{margin:0;font-size:19px;font-weight:650;line-height:1.6;letter-spacing:-.035em;text-align:center;}
.parking-alert strong{font-weight:900;color:#ffe84f;}

/* =========================================================
   GRID
========================================================= */

.parking-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;align-items:stretch;}

/* =========================================================
   CARD
========================================================= */

.parking-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:25px;border:1px solid #e0e4ec;border-radius:22px;background:#fff;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;}
.parking-card:hover{transform:translateY(-5px);border-color:#cbd5ea;box-shadow:0 15px 38px rgba(27,45,86,.12);}
.parking-card--primary{border:2px solid #092a77;}
.parking-card--primary:before{content:"차량 제한 확인";position:absolute;right:18px;top:18px;z-index:3;padding:7px 12px;border-radius:50px;background:#ed1c24;font-size:13px;font-weight:800;line-height:1.2;color:#fff;}

/* =========================================================
   CARD HEAD
========================================================= */

.parking-card__head{display:flex;align-items:center;gap:10px;height:60px;margin:0 0 18px;}
.parking-card__number{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#092a77;font-size:19px;font-weight:900;line-height:1;color:#fff;}
.parking-card__title{min-width:0;}
.parking-card__title h3{margin:0;font-size:24px;font-weight:900;line-height:1.3;letter-spacing:-.045em;color:#171717;}
.parking-card__title p{margin:3px 0 0;font-size:15px;font-weight:650;line-height:1.4;color:#727272;}

/* =========================================================
   PHOTO
========================================================= */

.parking-photo{position:relative;width:100%;height:250px;overflow:hidden;border-radius:16px;background:#f1f3f7;}
.parking-photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;}
.parking-card:hover .parking-photo img{transform:scale(1.035);}

/* 사진 좌측 하단 배지 */
.parking-photo__badge{position:absolute;left:14px;bottom:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 13px;border-radius:50px;background:rgba(9,42,119,.94);font-size:14px;font-weight:800;line-height:1.3;color:#fff;backdrop-filter:blur(4px);}
.parking-photo__badge--walk{background:rgba(237,28,36,.92);}

/* 사진 우측 상단 - 주차포인트 정산 */
.parking-photo__settle{position:absolute;right:12px;top:12px;z-index:2;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:50px;background:rgba(255,255,255,.96);box-shadow:0 3px 12px rgba(0,0,0,.1);font-size:13px;font-weight:850;line-height:1.3;color:#092a77;backdrop-filter:blur(5px);}
.parking-photo__settle span{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#092a77;font-size:10px;font-weight:900;line-height:1;color:#fff;}

/* =========================================================
   INFO
========================================================= */

.parking-info{margin:20px 0 0;padding:0;list-style:none;}
.parking-info li{position:relative;margin:9px 0;padding-left:17px;font-size:18px;font-weight:600;line-height:1.6;letter-spacing:-.035em;color:#333;}
.parking-info li:before{content:"";position:absolute;left:1px;top:.72em;width:6px;height:6px;border-radius:50%;background:#092a77;}
.parking-info li strong{font-weight:850;color:#092a77;}
.parking-info li .mark{display:inline;font-weight:850;color:#092a77;background:linear-gradient(transparent 68%,#fff09a 68%);}
.parking-info li .danger{display:inline;font-weight:850;color:#ed1c24;background:linear-gradient(transparent 68%,#ffdada 68%);}

/* =========================================================
   BOTTOM PAYMENT GUIDE
========================================================= */

.parking-bottom{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:42px;}
.parking-bottom__box{padding:30px;border-radius:18px;background:#eef3ff;}
.parking-bottom__box--point{background:#092a77;}
.parking-bottom__title{display:flex;align-items:center;gap:9px;margin:0 0 12px;font-size:22px;font-weight:850;line-height:1.4;letter-spacing:-.04em;color:#092a77;}
.parking-bottom__box--point .parking-bottom__title{color:#fff;}
.parking-bottom__icon{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:2px solid currentColor;border-radius:50%;font-size:15px;font-weight:900;line-height:1;}
.parking-bottom__text{margin:0;font-size:18px;font-weight:600;line-height:1.65;letter-spacing:-.035em;color:#333;}
.parking-bottom__box--point .parking-bottom__text{color:#fff;}
.parking-bottom__text strong{font-weight:900;color:#092a77;}
.parking-bottom__box--point .parking-bottom__text strong{color:#ffe84f;}

/* 사전정산 주차장 목록 */
.parking-bottom__list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 0;padding:0;list-style:none;}
.parking-bottom__list li{display:inline-flex;align-items:center;padding:8px 13px;border-radius:50px;background:rgba(255,255,255,.13);font-size:15px;font-weight:800;line-height:1.35;color:#fff;}

/* 기타 주차장 환급 안내 */
.parking-refund{margin-top:16px;padding:16px 18px;border-radius:13px;background:#fff;}
.parking-refund p{margin:0;font-size:17px;font-weight:650;line-height:1.65;letter-spacing:-.035em;color:#333;}
.parking-refund strong{font-weight:900;color:#092a77;}

/* =========================================================
   TABLET
========================================================= */

@media(max-width:1100px){
.parking-guide{padding:75px 24px;}
.parking-head{margin-bottom:45px;}
.parking-title{font-size:42px;}
.parking-title__icon{width:58px;height:58px;border-width:4px;font-size:33px;}
.parking-subtitle{font-size:20px;}
.parking-alert p{font-size:18px;}
.parking-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;}
.parking-card{padding:22px;}
.parking-card__head{height:60px;}
.parking-card__title h3{font-size:23px;}
.parking-photo{height:270px;}
.parking-info li{font-size:17px;}
.parking-bottom{grid-template-columns:1fr;}
}

/* =========================================================
   MOBILE
========================================================= */

@media(max-width:767px){
.parking-guide{padding:50px 15px;background:#f7f8fb;}
.parking-inner{max-width:100%;}
.parking-head{margin-bottom:30px;padding:0 5px;}
.parking-title{gap:9px;font-size:31px;line-height:1.2;}
.parking-title__icon{width:46px;height:46px;border-width:3px;font-size:27px;}
.parking-subtitle{margin-top:12px;font-size:17px;line-height:1.6;}
.parking-alert{align-items:flex-start;justify-content:flex-start;margin-bottom:20px;padding:17px 16px;border-radius:15px;}
.parking-alert__icon{width:28px;height:28px;font-size:16px;}
.parking-alert p{font-size:16px;line-height:1.6;text-align:left;}
.parking-grid{display:flex;flex-direction:column;gap:18px;}
.parking-card{width:100%;padding:18px 15px 20px;border-radius:18px;box-shadow:0 5px 20px rgba(26,45,90,.06);}
.parking-card:hover{transform:none;}
.parking-card--primary{border-width:2px;}
.parking-card--primary:before{right:13px;top:13px;padding:6px 9px;font-size:11px;}
.parking-card__head{height:auto;min-height:50px;gap:9px;margin-bottom:14px;}
.parking-card--primary .parking-card__head{padding-right:84px;}
.parking-card__number{width:38px;height:38px;font-size:17px;}
.parking-card__title h3{font-size:21px;}
.parking-card__title p{font-size:13px;}
.parking-photo{height:auto;aspect-ratio:16/10;border-radius:13px;}
.parking-photo__badge{left:11px;bottom:11px;min-height:31px;padding:6px 10px;font-size:12px;}
.parking-photo__settle{right:10px;top:10px;gap:5px;padding:6px 9px;font-size:11px;}
.parking-photo__settle span{width:16px;height:16px;font-size:9px;}
.parking-info{margin-top:16px;}
.parking-info li{margin:7px 0;padding-left:14px;font-size:16px;line-height:1.6;}
.parking-info li:before{left:0;width:5px;height:5px;}
.parking-bottom{display:flex;flex-direction:column;gap:12px;margin-top:22px;}
.parking-bottom__box{padding:21px 17px;border-radius:15px;}
.parking-bottom__title{gap:7px;margin-bottom:9px;font-size:19px;}
.parking-bottom__icon{width:27px;height:27px;font-size:13px;}
.parking-bottom__text{font-size:16px;line-height:1.65;}
.parking-bottom__list{gap:6px;margin-top:14px;}
.parking-bottom__list li{padding:7px 10px;font-size:13px;}
.parking-refund{margin-top:13px;padding:14px;}
.parking-refund p{font-size:15px;}
}

/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:390px){
.parking-guide{padding:50px 12px;}
.parking-title{font-size:28px;}
.parking-title__icon{width:42px;height:42px;font-size:24px;}
.parking-subtitle{font-size:16px;}
.parking-alert p{font-size:15px;}
.parking-card{padding:16px 13px 18px;}
.parking-card__title h3{font-size:20px;}
.parking-card__title p{font-size:12px;}
.parking-photo__settle{padding:6px 8px;font-size:10px;}
.parking-info li{font-size:15px;}
.parking-bottom__text{font-size:15px;}
.parking-refund p{font-size:14px;}
}

