
.u-lift-custom {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}
.u-lift-custom:hover {
  transform: translateY(-130px) !important;
}

@media screen and (max-width: 992px) {
  
.u-lift-custom {
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease !important;
}
.u-lift-custom:hover {
  transform: translateY(-30px) !important;
}
.intro2 {

height: 300px!important;
}
.intro2 p {
bottom: 20px!important;
}
}

.intro {
  display: none!important;
}
.intro2 {
    margin-top: 80px!important;
      height: 550px;
  background-size: cover;
  background-position: center;
  width: 93.75vw;
  margin: 0 auto;
  border-radius: 30px;
}



/* ############################################################
   메인 슬라이드 섹션
############################################################
*/

.main #sect01 {
  aspect-ratio: 16 / 9;
      max-height: calc(100vh - 72px);
}


.main #sect01 .swiper-slide {
  background-size: cover!important;
  background-position: center;
}



.main #sect01 .spinner {
  bottom: 2.6042vw;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/images/spinLogo.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1440px) {
  #faqAccordion {
    max-width: 85vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 992px) {

  .main {
    padding-top: 72px;
  }

#faqAccordion .accordion-item {
border: none!important
}
.accordion-body {
  font-size: var(--sp-20)!important;
  padding: 0 20px 40px 20px!important;
}

#faqAccordion .accordion-item .accordion-button {
  border-radius: 16px!important;
  padding: 20px!important;
  box-shadow: none;
    background-color: #fff;
    color: var(--dark);
}

}

.main #sect01 .swiper-custom-nav {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 60%;
    max-width: 400px;
        background: rgba(0, 0, 0, 0.22);
    padding: 10px 40px;
    border-radius: 999px;
}
.main #sect01 .swiper-custom-current,
.main #sect01 .swiper-custom-total {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    line-height: 1;
}
.main #sect01 .swiper-progress-bar {
    flex: 1;
    height: 2px;
    background: rgba(255,255,255,0.35);
    border-radius: 2px;
    overflow: hidden;
}
.main #sect01 .swiper-progress-fill {
    height: 100%;
    background: #fff;
    border-radius: 2px;
    transition: width 0.4s ease;
    width: 0%;
}
.main #sect01 .swiper-custom-prev,
.main #sect01 .swiper-custom-next {
    flex-shrink: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0 4px;
    line-height: 1;
    transition: opacity .2s;
}
.main #sect01 .swiper-custom-prev:hover,
.main #sect01 .swiper-custom-next:hover { opacity: 0.6; }


#swiper-main .swiper-pagination {
    position: absolute;
    bottom: 23vh;          /* 하단 여백 */
    left: var(--fluid-left, 12.5vw); /* u-fluid 기준 왼쪽 */
    width: auto;
    text-align: left;
    display: flex;
    gap: 10px;
}
#swiper-main .swiper-pagination-bullet-active {
  background: #fff!important;
  border: 1px solid #fff;
  border-radius: 999px;
  position: relative;
}

#swiper-main .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;   /* bullet 크기보다 크게 */
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}

#swiper-main .swiper-pagination-bullet {
  background: #fff;
}


@media screen and (max-width: 992px) {
#swiper-main .swiper-pagination {
    position: absolute;
    bottom: 5vh;
    left: 50vw;
    transform: translateX(-50%);
    width: auto;
    text-align: left;
}
.main #sect01 .swiper-custom-nav {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 80%;
    max-width: 400px;
        background: rgba(0, 0, 0, 0.22);
    padding: 10px 40px;
    border-radius: 999px;
}
.main #sect01 .swiper-custom-current, .main #sect01 .swiper-custom-total {
  font-size: 14px;
}
}




/* ############################################################
   SECTION 01. 타이틀 & 본문 폰트 시스템 (Fluid Typography)
############################################################
*/

.main #sect02 .imgBox img {
  z-index: 1;
  position: relative;
}
.main #sect02 .imgBox .overlay {
  z-index: 0;
}
.main #sect02 .imgBox:hover .overlay {
  z-index: 2;
}

.main #sect03 .tabs {
  max-width: 980px;
}
.main #sect03 .tabs ul li button {
  background-color: transparent;
}
.main #sect03 .tabs ul li:hover {
  border: none!important;
}
.main #sect03 .tabs li:hover::after, .tabs li.active::after {
  height: 0!important;
  display: none!important;
}
.main #sect03 .tabs ul li button.active {
  background-color: var(--sub-color);
  color: var(--white) !important;
}
.main #sect03 .tab-contents {
  display: none;
}
.main #sect03 .tab-contents.active {
  display: grid;
}
.main #sect03 .box {
  max-width: 450px;
}

/* ############################################################
  의료진 소개
############################################################
*/

.main #docList {
  background-size: cover;
  background-position: center;
}
.main #docList .doc-btn:hover {
  opacity: 1 !important;
}
.main #docList .doc-btn img {
  border: 2px solid;
  border-color: transparent;
}
.main #docList .doc-btn.active {
  opacity: 1 !important;
}
.main #docList .doc-btn.active img {
  border-color: var(--sub-color) !important;
}
.main #docList .doc-btn.active p {
  color: var(--sub-color) !important;
}
.main #docList .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main #docList .tab-content.active {
  display: flex;
  opacity: 1;
}

.main #docList .col-lg-4 { cursor: pointer; }
.main #docList .doc-detail {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  overflow-y: scroll;
  border-radius: 40px 40px 999px 999px;
}
.main #docList .col-lg-4.is-open .doc-detail {
  opacity: 1;
  pointer-events: auto;
}
.main #docList .doc-detail .detail-close:hover {
  background: rgba(37,69,107,0.25) !important;
}
.main #docList [data-doc-card] {
  position: relative;
}
.main #docList .doc-detail {
  position: absolute;
  inset: 0;
  min-height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease;
  overflow-y: auto;
}
.main #docList [data-doc-card].is-open .doc-detail {
  opacity: 1;
  pointer-events: auto;
}

[data-doc-card].is-open {
  z-index: 100;
}

@media screen and (max-width: 992px) {
   .doc-card-1 { order: 2; }
  .doc-card-2 { order: 1; }
  .doc-card-3 { order: 3; } 
}

/* ############################################################
     이미지플로우 
############################################################
*/


 .imgFlow {
  overflow: hidden;
 }
 .imgFlow .img-slider {
  overflow: hidden;
}
.imgFlow .img-slider-track {
  animation: scroll 20s linear infinite;
}
.imgFlow .img-slider-track img {
  height: 90px;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.main #subject {
  background-color: var(--sub-color2);
}


@media screen and (max-width: 992px) {
  .imgFlow .img-slider-track {
  animation: scroll 10s linear infinite;
}
}

/* ############################################################
     진료과목
############################################################
*/

/* 카드 */
/* 카드 - div에서 배경 제거 */
.main #subject .reveal-img-bg {
  min-height: clamp(380px, 42vw, 580px);
  cursor: pointer;
}

/* 각 a 패널에 개별 배경 */
.main #subject .dual-card .panel {
  position: absolute; inset: 0; z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(22px, 2.8vw, 42px) clamp(18px, 2.2vw, 34px);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  background-size: cover;
  background-position: center;
}
.main #subject .dual-card .panel-1 { transform: translateX(0%);   z-index: 2; }
.main #subject .dual-card .panel-2 { transform: translateX(100%); z-index: 3; }
.main #subject .dual-card.show-second .panel-1 { transform: translateX(-100%); }
.main #subject .dual-card.show-second .panel-2 { transform: translateX(0%); }

.main #subject .dual-card .panel .panel-bottom {
  position: absolute!important;
      bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/* img-01 카드의 각 패널 배경 */
.main #subject .img-01 .panel-1 { background-image: url('/images/subject01BG.png'); }
.main #subject .img-01 .panel-2 { background-image: url('/images/subject01hover.png'); }

/* img-02 카드의 각 패널 배경 */
.main #subject .img-02 .panel-1 { background-image: url('/images/subject02BG.png'); }
.main #subject .img-02 .panel-2 { background-image: url('/images/subject02hover.png'); }

/* img-03 카드의 각 패널 배경 */
.main #subject .img-03 .panel-1 { background-image: url('/images/subject03BG.png'); }
.main #subject .img-03 .panel-2 { background-image: url('/images/subject03hover.png'); }

/* 오버레이 */
.main #subject .dual-card .panel::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(15,35,70,0.3) 0%, rgba(8,22,55,0.62) 100%);
  z-index: 0;
  transition: background .4s;
}
.main #subject .dual-card .panel:hover::before {
  background: linear-gradient(to bottom, rgba(15,35,70,0.48) 0%, rgba(8,22,55,0.78) 100%);
}

/* 텍스트가 오버레이 위에 올라오도록 */
.main #subject .dual-card .panel > * { position: relative; z-index: 1; }

/* 정방향: 1 → 2 → 3 */
.main #subject .dual-card:nth-child(1) .panel { transition-delay: 0ms; }
.main #subject .dual-card:nth-child(2) .panel { transition-delay: 150ms; }
.main #subject .dual-card:nth-child(3) .panel { transition-delay: 300ms; }

/* 역방향: 3 → 2 → 1 */
.main #subject .dual-card.show-second:nth-child(1) .panel { transition-delay: 300ms; }
.main #subject .dual-card.show-second:nth-child(2) .panel { transition-delay: 150ms; }
.main #subject .dual-card.show-second:nth-child(3) .panel { transition-delay: 0ms; }


@media (max-width: 992px) {

  .main #sect01 {
  aspect-ratio: 9 / 16;
}
  .main #subject {
  background-color: var(--white);
}
    .main #subject .dual-card {
        height: auto !important;
        min-height: 220px !important;
        display: block !important;
        margin-bottom: 16px;
        border-radius: 20px;
        overflow: hidden !important;
    }

    .main #subject .dual-card .panel {
        position: relative !important;
        inset: auto !important;
        width: 100% !important;
        min-height: 220px;
        height: auto !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-end !important;
        align-items: flex-start !important;
        padding: 28px 24px !important;
        transform: none !important;
        opacity: 1 !important;
        clip-path: none !important;
        margin-bottom: 16px;
        border-radius: 20px;
        overflow: hidden;
    }

    .main #subject .dual-card .panel:last-child {
        margin-bottom: 0;
    }

    .main #subject .dual-card .u-vertical {
        writing-mode: horizontal-tb !important;
        text-orientation: mixed !important;
        margin: 0 0 10px 0 !important;
    }
.main #subject .dual-card .panel .panel-bottom  {
        position: relative !important;
        inset: auto !important;
        transform: none !important;
        opacity: 1 !important;
    }

    .main #subject .hover-reveal-bg .panel-1,
    .main #subject .hover-reveal-bg .panel-2 {
        transform: none !important;
        opacity: 1 !important;
    }

    .main #subject .u-fluid-xl.d-flex.vh-100 {
        height: auto !important;
        min-height: auto !important;
    }
}

/* ############################################################
     룰렛형태의 호버이미지 영역
############################################################
*/

.main #roullette .roulletteDiv  > div:nth-of-type(1) > .rl-button:nth-of-type(1) {
margin-left: 6.2vw;
}
.main #roullette .roulletteDiv  > div:nth-of-type(1) > .rl-button:nth-of-type(3) {
margin-left:6.2vw;
}

.main #roullette .roulletteDiv  > div:nth-of-type(3) > .rl-button:nth-of-type(1) {
margin-left: -6.2vw;
}
.main #roullette .roulletteDiv  > div:nth-of-type(3) > .rl-button:nth-of-type(3) {
margin-left: -6.2vw;
}

.main #roullette .rl-button {
  width: 20.8333vw;
  max-width: 400px;;
  transition: all 0.5s;
}
.main #roullette .rl-button:hover {
  background-color: var(--sub-color);
}
.main #roullette .rl-button:hover h4 {
 color: #fff!important;
}

.main #interior .interior-swiper  {
  min-height: 300px;
}
.main #roullette .roulette-tabs-wrap { overflow-x:auto; scrollbar-width:none; -ms-overflow-style:none; }
.main #roullette .roulette-tabs-wrap::-webkit-scrollbar { display:none; }
.main #roulette .roulette-tabs { width:max-content; padding-bottom:4px; }

.main #roullette .roulette-tab {
    white-space:nowrap; padding:10px 22px; border-radius:50px;
    border:1.5px solid var(--gray-300); background:#fff;
    color:var(--t-color); font-size:15px; font-weight:500;
    cursor:pointer; transition:.25s; font-family:inherit; letter-spacing:-0.02em;
}
.main #roullette .roulette-tab:hover { border-color:var(--main-color); color:var(--main-color); }
.main #roullette .roulette-tab.active { background:var(--main-color); border-color:var(--main-color); color:#fff; font-weight:700; }

.main #roullette .roulette-slide {
    aspect-ratio:16/9; background-size:contain; background-position:center;
    display:flex; align-items:center; justify-content:center; position:relative;
    background-repeat: no-repeat;
}
/* .main #roullette .roulette-slide::after { content:''; position:absolute; inset:0; background:rgba(0,0,0,.35); } */
.main #roullette .roulette-slide-content { position:relative; z-index:2; display: none!important;}
.main #roullette .roulette-slide-content img {display: none;}

/* ############################################################
     인테리어
############################################################
*/


.main #interior .interior-swiper .swiper-slide {
    width: 55%;
    position: relative;
    transition: transform .4s, opacity .4s;
    opacity: 0.4;
    transform: scale(0.9);
}

.main #interior .interior-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}
.main #interior .interior-slide-img img {
   object-fit: cover;
}

.main #interior .interior-slide-label {
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);

}

.main #interior .interior-num {
    width: 32px; height: 32px;
}

@media screen and (max-width: 992px) {
  .main #interior .interior-num {
    width: 24px; height: 24px;
}
.main #roullette .roulette-slide {
  aspect-ratio: 1/1!important;
}
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
}

.float {
    animation: float 2s ease-in-out infinite;
}

@media screen and (max-width: 992px) {
  
.float-sm{
    animation: float 2s ease-in-out infinite;
}

}


/* ############################################################
     패럴렉스
############################################################
*/
/* Service Section */
.main #parallax {
  position: relative;
  background-size: cover;
  background-image: url('/images/jsSect02BG.png');
}

.main #parallax .title-wrap {
  height: 100vh;
  position: relative;
}
.main #parallax .title-wrap .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.main #parallax .title-area .title {
  font-size: 3.125vw;
  color: var(--dark);
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2.0833vw 3.125vw;
  transition: all 0.3s;
}

.main #parallax .slide-wrap {
  height: 400vh;
  position: relative;
}

@media screen and (max-width: 992px) {
  .main #parallax .slide-wrap {
    height: 100%;
    min-height: 0;
  }

    .main #parallax .swiper-pagination-bullet-active {
    background-color: var(--sub-color)!important;
  }

  .main #sect09 .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
  }

  #sect03 .tabs li {
    min-height: 50px;
  }
  .main #interior .interior-swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.5);
}
}

.main #parallax .slide-wrap .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.main #parallax .pc {
  display: none;
  position: relative;
  height: 100%;
}

.main #parallax .left-text {
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.main #parallax .left-text .service-title {
  color: #fff;
  font-size: 1.4583vw;
  font-weight: bold;
  margin-bottom: 1.5625vw;
}
.main #parallax .left-text .service-list {
  list-style: none;
}
.main #parallax .left-text .service-list li {
  color: #8f8f8f;
  padding-left: 0;
}
.main #parallax .left-text .service-list li.active {
  color: var(--dark);
  font-weight: 600;
  font-size: var(--sp-36) !important;
}

.main #parallax .img-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23.4375vw;
  height: 31.25vw;
  z-index: 5;
}
.main #parallax .img-box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: var(--sp-20);
  border: 0.4167vw solid rgba(255, 255, 255, 0.2);
}
.main #parallax .img-box .img.show {
  opacity: 1;
}

.main #parallax .right-text {
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.main #parallax .right-text .label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.7292vw;
  letter-spacing: 0.1042vw;
  margin-bottom: 0.7813vw;
  display: block;
}
.main #parallax .right-text .main-title {
  font-weight: bold;
}

.main #parallax .mo {
  display: block;
  height: 100%;
}
.main #parallax .swiper-service {
  height: 100%;
  padding: 4.1667vw 1.0417vw;
}
.main #parallax .swiper-service .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main #parallax .swiper-service .num {
  color: #fff;
  font-size: 1.0417vw;
  margin-bottom: 1.5625vw;
  display: block;
  font-weight: bold;
}
.main #parallax .swiper-service .img-box {
  position: relative;
  width: 100%;
  height: 20.8333vw;
  border-radius: 1.0417vw;
  overflow: hidden;
}
.main #parallax .swiper-service .img-box .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.5625vw);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
 .main  #parallax .pc {
    display: block;
  }
 .main  #parallax .mo {
    display: none;
  }
}
@media (max-width: 992px) {
 .main  #parallax .title-area .title {
    font-size: 1.6667vw;
    padding: 1.5625vw 2.0833vw;
  }
 .main  #parallax .text-wrap {
    bottom: 2.0833vw;
  }
 .main  #parallax .text-area .title {
    font-size: 1.25vw;
  }
 .main  #parallax .text-area .desc {
    font-size: 0.7292vw;
  }
.main   #parallax .bg-item {
    transition: opacity 0.5s;
  }
}

/* ############################################################
     유튜브
############################################################
*/

#youtube .short-item {
    flex: 1;
    overflow: hidden;
    position: relative;
    /* 세로 비율 유지 (9:16) */
    aspect-ratio: 9 / 16;
}
#youtube .short-item iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
}

/* 모바일: 2열 그리드 */
@media (max-width: 1199px) {
    .shortWrap {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
}

/* 소형 모바일: 1열 */
@media (max-width: 575px) {
    .shortWrap {
        grid-template-columns: 1fr;
    }
}


/* ############################################################
     푸터
############################################################
*/
.tailInfo button {
  background-color: rgba(255, 255, 255, 0.2);
}
#footer02 .wrap_map {
 min-height: 550px!important;
}

#footer02 .footer-bus h6 {
  color: #3a99e9;
}
#footer02 .bus_label {
  background-color: #3a99e9;
}
#footer02 .footer-car h6 {
  color: #3a99e9;
}
#footer02 .car_label {
  background-color: var(--gray-700);
}
#footer02 .footer-list .badge {
  background: #f1c40f;
  padding: 2px 0.4167vw;
}
#footer02 .wrap_controllers {
  display: none;
}
#footer02 .cont {
  display: none;
}


/* ############################################################
     헤더
############################################################
*/

.demo-header {
  box-shadow: 0 0.1042vw 0.4167vw rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
}
.header-container {
  height: 4.1667vw;
  min-height: 60px;
}
.logo {
  font-weight: 700;
  color: var(--main-color);
  min-width: 175px;
}

.header-flyout .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 62.5vw;
}
.header-flyout.sticky {
  background-color: #fff;
}
.header-flyout .menu > li {
  position: relative;
  padding: 0.5208vw 0;
}
.header-flyout .menu > li > a {
  text-decoration: none;
  color: var(--dark);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.2083vw;
  transition: color 0.3s;
  white-space: nowrap;
  justify-content: center;
}
.header-flyout .menu > li > a:hover {
  color: var(--sub-color) !important;
}
.header-flyout.sticky .menu > li > a {
  color: var(--dark) !important;
}

.header-flyout .submenu {
  position: absolute;
  top: 150%;
  left: 0;
  box-shadow: 0 0.4167vw 1.25vw rgba(0, 0, 0, 0.12);
  list-style: none;
  padding: 0.625vw 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.header-flyout .menu > li:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header-flyout .submenu li {
  background-color: transparent;
  border-radius: 4px;
  transition: all 0.5s;
}
.header-flyout .submenu li:hover {
  background-color: #fff;
}
.header-flyout .submenu li a {
  display: block;
  padding: 0.625vw 1.0417vw;
  color: var(--white);
  text-decoration: none;
  transition: all 0.5s;
}
.header-flyout .submenu li:hover a {
  color: var(--sub-color);
  padding-left: 1.25vw;
}

.promo-slider {
  width: max-content;
  height: 2.5vw;
  background: var(--sub);
  border-radius: 0.625vw;
  overflow: hidden;
}
.promo-content {
  animation: slideUp 10s infinite;
}
.promo-item {
  height: 2.5vw;
  padding: 0 1.0417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

@keyframes slideUp {
  0%,
  14% {
    transform: translateY(0);
  }
  16%,
  30% {
    transform: translateY(-2.5vw);
  }
  33%,
  47% {
    transform: translateY(-5vw);
  }
  50%,
  64% {
    transform: translateY(-7.5vw);
  }
  66%,
  80% {
    transform: translateY(-10vw);
  }
  83%,
  97% {
    transform: translateY(-12.5vw);
  }
  100% {
    transform: translateY(0);
  }
}

.header-dark-flyout {
  background: var(--dark);
  box-shadow: 0 0.1042vw 0.625vw rgba(0, 0, 0, 0.3);
}
.hdf-logo__link {
  gap: 0.625vw;
}
.hdf-logo__img {
  height: 2.0833vw;
}
.hdf-logo__name {
  font-size: clamp(1rem, 0.2vw + 0.9rem, 1.125rem);
}
.hdf-logo__sub {
  font-size: 0.5208vw;
  letter-spacing: 0.08em;
}
.hdf-menu {
  gap: 0.4167vw;
}
.hdf-menu__link {
  gap: 0.2083vw;
  padding: 0.5208vw 0.7292vw;
  border-radius: 0.3125vw;
}
.hdf-submenu {
  top: calc(100% + 1.875vw);
  box-shadow: 0 0.4167vw 1.25vw rgba(0, 0, 0, 0.4);
  border-radius: 0.4167vw;
  padding: 0.3125vw 0 0.5208vw;
  min-width: 8.3333vw;
}
.hdf-submenu li a {
  padding: 0.3125vw 1.0417vw;
  border-radius: 0.3125vw;
  width: calc(100% - 1.0417vw);
}
.hdf-promo {
  gap: 0.5208vw;
  padding: 0.5208vw 1.0417vw;
  border: 1.5px solid var(--gray-500);
}


/* ############################################################
     모바일 헤더
############################################################
*/
#mobileMenu5 {
  width: 80% !important;
}
#mobileMenu5 .mobile-menu-link {
  padding: 1.25vw 1.4583vw 1.25vw 0;
  font-size: 1.5625vw;
}
.mobile-menu-item > a {
  min-height: 3.125vw;
}
.mobile-menu-list li {
  min-height: 3.125vw;
}

#mobileMenu1 .offcanvas-menu .menu li a {
  padding: 0.8333vw 1.0417vw;
  font-size: 1.3542vw;
}
#mobileMenu2 .offcanvas-menu .menu li a {
  padding: 0.8333vw 1.0417vw;
  font-size: 1.3542vw;
  gap: 0.7292vw;
}

.mobile-header .logo {
  font-size: 1.25rem;
}
.mobile-header .phone-link {
  color: var(--main-color);
  text-decoration: none;
  font-size: 1.5rem;
}
.hamburger-btn {
  background: none;
  border: none;
  color: var(--t-color);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
}

.offcanvas-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-menu .menu li {
  border-bottom: 1px solid var(--gray-200);
}
.offcanvas-menu .menu li a {
  display: block;
  padding: var(--sp-16) var(--sp-20);
  color: var(--t-color);
  text-decoration: none;
  transition: all 0.3s;
}
.offcanvas-menu .menu li a:hover {
  background: var(--gray-100);
  color: var(--main-color);
}
.offcanvas-menu .submenu {
  list-style: none;
  padding-left: var(--sp-20);
  background: var(--gray-100);
}
.offcanvas-menu .submenu li a {
  padding: var(--sp-12) var(--sp-20);
}
.btn-close-white {
  filter: none !important;
}

.mob-arrow {
    transition: transform 0.3s ease;
}
.mob-arrow.is-rotated {
    transform: rotate(180deg);
}

/* ############################################################
     퀵메뉴
############################################################
*/
#quick_menu_pill {
  position: fixed;
  bottom: 1.1667vw;
  right: 0.125vw;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick_menu_pill-container {
  margin-bottom: 0.8854vw;
}
.quick_menu_pill-items {
  width: 7.8125vw;
  display: flex;
  flex-direction: column;
  gap: 0.6771vw;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 0.3s ease,
    max-height 0.3s ease,
    visibility 0.3s;
}
.quick_menu_pill-items.active {
  opacity: 1;
  visibility: visible;
  max-height: 26.0417vw;
  height: 100%;
  padding-top: 2.6042vw;
}
.quick_menu_pill-items svg {
  width: 1.0417vw;
}
.quick_menu_pill-items a {
  background-color: #fff;
  width: 100%;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2604vw;
  flex-direction: row;
  padding: 0.625vw 0.8333vw;
  text-decoration: none;
  border: 1px solid;
  border-color: var(--sub-color);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
    max-height: 42px;
}
.quick_menu_pill-items a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.2083vw 0.625vw rgba(0, 0, 0, 0.1);
  background-color: var(--sub-color);
}
.quick_menu_pill-items a:hover img {
  filter: brightness(10);
}
.quick_menu_pill-items a:hover p {
  filter: brightness(10);
}
.quick_menu_pill-items a div {
  font-weight: 500;
  font-size: 0.7292vw;
  letter-spacing: -0.025em;
  line-height: 1.4;
  color: #333;
}

.qm-pill-toggle {
  width: 3.6458vw;
  height: 3.6458vw;
  border-radius: 50%;
  background: var(--blue);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.4167vw auto;
  position: relative;
  overflow: hidden;
  margin-top: 0.8854vw;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.qm-pill-toggle svg {
  width: 75%;
  color: #fff;
  transition: transform 0.3s;
}
.qm-pill-toggle.active svg {
  transform: rotate(45deg);
}
.qm-pill-toggle:active {
  width: 2.6042vw;
  height: 2.6042vw;
}

.root_daum_roughmap_landing {
  min-height: 360px;
}

@media screen and (max-width: 992px) {


  #quick_menu_pill {
    right: 5vw;
    bottom: 8vw;
  }
  .qm-pill-toggle {
    width: 8vw;
    height: 8vw;
  }
  #SD {
    width: 8vw!important;
    height: 8vw!important;
  }

  #scrollTop {
       width: 8vw!important;
    height: 8vw!important;
  }


.quick_menu_pill-items {
  width: 15vw;
  max-height: 30vw ;
}
.quick_menu_pill-items.active {
   max-height: 30vw ;
}

#footer02 .wrap_map {
 min-height: 320px!important;
}

}



@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(1.0417vw);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.qm-tip {
  position: absolute;
  right: calc(100% + 0.625vw);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 0.3125vw 0.625vw;
  border-radius: 6px;
  font-size: 0.6771vw;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  pointer-events: none;
  font-weight: 500;
}
.qm-circle-item:hover .qm-tip {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 0.8333vw);
}
.qm-tip::after {
  content: "";
  position: absolute;
  right: -0.3125vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.3125vw solid rgba(0, 0, 0, 0.85);
  border-top: 0.3125vw solid transparent;
  border-bottom: 0.3125vw solid transparent;
}


 #scrollTop {
       width: 3.6458vw;
    height: 3.6458vw;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: 50%;
    background: var(--blue);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.4167vw auto;
    position: relative;
    overflow: hidden;
    margin-top: 0.8854vw;
    cursor: pointer;
    min-width: 50px;
    min-height: 50px;
  }

#SD-popup .custom-option:hover {
  background-color: var(--light);
}
#SD-popup input:focus {
  outline: none !important;
}
#SD-popup input::placeholder {
  color: var(--gray-400);
}
#SD-popup textarea::placeholder {
  color: var(--gray-400);
}
#SD-popup label {
  white-space: nowrap;
}

/* 커스텀 체크박스 */
#SD-popup .u-check {
  appearance: none;
  -webkit-appearance: none;
  width: 1.1458vw;
  height: 1.1458vw;
  border-radius: 50%;
  border: 2px solid #ccc;
  background: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s;
}
#SD-popup .u-check:checked {
  background: #a89070;
  border-color: #a89070;
}
#SD-popup .u-check:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.2604vw;
  height: 0.4688vw;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
}

#SD {
  width: 3.6458vw;
  height: 3.6458vw;
}
#SD-popup {
  display: none;
  position: fixed;
  bottom: 160px;
  right: 100px;
  width: 413px;
  z-index: 9999;
}


#quick_menu_mobile {
  border-top: 1px solid #EBEBEB;
}

#quick_menu_mobile ul li:nth-of-type(1) {
  border-right: 1px solid #EBEBEB;
}
#quick_menu_mobile ul li:nth-of-type(2) {
  border-right: 1px solid #EBEBEB;
}
#quick_menu_mobile ul li:nth-of-type(3) {
  border-right: 1px solid #EBEBEB;
}
#quick_menu_mobile ul li:nth-of-type(4) {
  border-right: 1px solid #EBEBEB;
}

@media screen and (max-width: 992px) {
  
  .header-container {
    height: 100%;
  }
  #sect03 .box {
    max-width: 100vw;
  }
  #sect05 aside {
    position: relative !important;
  }
  #parallax .slide-wrap {
    min-height: 100vh;
    height: auto;
  }
  #sect07 .box {
  max-width: 100vw;
}


 .main  #sect09 .placeTitle {
    max-height: 17.948vw !important;
    border-radius: 0 0 20px 20px;
  }
 .main  #sect09 .swiper-button-next {
    border-radius: 0 0 20px 0 !important;
  }

  .u-bd-n-sm {
    border: none !important;
  }
 .main  #sect01 .swiper-slide {
    padding-bottom: 15vh;
  }

 .main  #parallax .swiper-service2 .swiper-slide {
    width: 100vw;
    padding: 25.64vw 4.102vw;
  }
 .main  #parallax .swiper-service2 .swiper-slide .img-box {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;

    margin: 20.512vw 0;
  }
 .main  #parallax .swiper-service2 .swiper-slide .img-box img {
    width: 100%;
    max-width: 420px;
    border-radius: 0;
    max-height: 472px;
    display: flex;
    margin: 0 auto;
  }
 .main  #parallax .swiper-service2 .swiper-slide .slide-number-title {
    color: var(--DARK, #2c2c2c);
    font-family: Pretendard;
    font-size: 8.205vw;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 44.8px */
    letter-spacing: -1.5px;
  }

  .root_daum_roughmap_landing {
    width: 100% !important;
    min-height: 320px;
  }

  #SD {
    width: 13vw!important;
    height: 13vw!important;
  }
   #scrollTop {
       width: 13vw!important;
    height: 13vw!important;
  }

  #SD-popup {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 3vw;
    width: 95vw;
    z-index: 9999;
  }

  /* .qm-pill-toggle.active {
    right: 4vw;
  } */

  .qm-pill-toggle {
    width: 13vw;
    height: 13vw;
  }
  .quick_menu_pill-items {
    width: 25vw;
            position: absolute;
        right: 0vw;
        top: -48vw;
  }
  .quick_menu_pill-items a {
    padding: 1.5vw 3vw;
    gap: 2vw;
  }
  #quick_menu_pill {
    right: 2vw;
    bottom: 1vw;
  }
  .quick_menu_pill-items.active {
    max-height: 100vh;
        position: absolute;
    right: 0vw;
    top: -48vw;
    padding-top: 0;
  }
  #SD-popup .u-check {
    width: 5vw;
    height: 5vw;
  }
  #SD-popup .u-check:checked::after {
    width: 2vw;
    height: 2vw;
  }
}
