.intro {
      width: calc(100vw - 120px);
    border-radius: 40px;
    margin: 0 auto!important;
    margin-top: 150px!important;
    max-height: 550px!important;
    padding-top: 0 !important;
    background-position: center;
}

#sinkidonList {
  min-height: 200px;
}
.sinkidon-item {
  min-height: 200px;
  opacity: 0;
}

table {
  overflow-x: hidden;
  width: calc(100% - 20px)!important;
}

table::-webkit-scrollbar {
  display: none;
}


@media screen and (max-width: 1440px) {
  #faqAccordion {
    max-width: 85vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  
#sinkidonList {
  min-height: 120px;
}
.sinkidon-item {
  min-height: 120px;
  opacity: 0;
}

  #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);
  }
  .intro {
      width: 100vw;
    border-radius: 0;
    margin: 0 auto!important;
    margin-top: 0!important;
    max-height: 550px!important;
    padding-top: 0 !important;
    background-position: center;
}

}

main .u-mt-60 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
main .u-mt-60 .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
    position: relative;
  z-index: 9;
}


html, body {
  overflow-x: hidden;
}

i {
    font-style: normal!important;
}


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

.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;
}

.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 0.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);
  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; 
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
}

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

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

.swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 100px;
}

.pagi-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: color 0.3s;
}

.pagi-item.is-active {
    color: #fff;
    font-size: 1.4rem;
}

.pagi-circle {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    pointer-events: none;
}

@media screen and (max-width: 992px) {
  .main {
    padding-top: var(--header-height);
  }
    .main #sect01 {
    aspect-ratio: 9 / 16;
  }
  #swiper-main .swiper-pagination {
    position: absolute;
    bottom: 0vh;
    left: 50vw;
    transform: translateX(-50%);
    width: auto;
    text-align: left;
    margin-bottom: 40px;
  }
  .pagi-circle {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    pointer-events: none;
}
  .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;
  }
  .pagi-item {
    font-size: 0.8rem;
  }
  .pagi-item.is-active {
    color: #fff;
    font-size: 1.1rem;
}
  .main #sect01 .swiper-custom-current,
  .main #sect01 .swiper-custom-total {
    font-size: 14px;
  }
}

/* ############################################################
   첫 소개글
############################################################
*/
#mainIntro {
background-image: url('/images/mainBG.png');
background-position: left;
background-size: contain;
background-repeat: no-repeat;
}

.mainIntroImgBox {
   min-height: 840px;
}

.mainIntroImgBox img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    transition: opacity 1s ease-in-out; /* 디졸브 시간 */
}

.mainIntroImgBox img:last-child {
    opacity: 0;
}

.mainIntroImgBox img.active {
    opacity: 1;
}

.mainIntroImgBox img:not(.active) {
    opacity: 0;
}

@media screen and (max-width: 992px) {
.mainIntroImgBox {
  min-height: 400px;

}
.mainIntroImgBox img  {
  object-fit: contain;
}
}

/* ############################################################
의료진 소개 (산본) (링크타입)
############################################################
*/

.middleIcon {
  left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
     width: 80px;
    height: 80px;
    z-index: 1;
    pointer-events: none;
}


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

.imgFlow {
  overflow: hidden;
}
.imgFlow .img-slider {
  overflow: hidden;
}
.imgFlow .img-slider-track {
  animation: scroll 20s linear infinite;
}
.imgFlow .img-slider-track img {
  height: 120px;
  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 5s linear infinite;
  }
  .imgFlow .img-slider-track img {
  height: 90px;
  flex-shrink: 0;
}
}


/* ############################################################
진료시스템 스와이퍼
############################################################
*/

#systemSwiper {}
#systemSwiper .system-panel {
  overflow: hidden;
  flex: 0 0 80px;
  transition: flex 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
#systemSwiper .system-panel.active {
  flex: 1;
  cursor: default;
}
#systemSwiper .system-panel img {
  object-fit: cover;
  max-height: 540px;
}
#systemSwiper .system-panel__content {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s, transform 0.4s;
    pointer-events: none;
}
#systemSwiper .system-panel.active .system-panel__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s; 
     pointer-events: auto;
}
#systemSwiper .system-panel__num {
    display: block;
    font-size: 0.85rem;
    opacity: 0.7;
    margin-bottom: 12px;
}

@media screen and (max-width: 992px) {
  #systemSwiper .system-panel img {
  object-fit: contain;
  max-height: 400px;
}
#systemSwiper .system-accordion {
        display: block!important; /* flex 해제 */
    }

    #systemSwiper .system-panel {
        display: none!important; /* 기본 숨김 */
    }
     #systemSwiper .system-panel.active {
        display: flex!important; /* active만 보임 */
        width: 100%;
    }
       #systemSwiper .system-panel__content {
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
}

@media screen and (min-width: 2560px) {
#systemSwiper .system-panel {
  overflow: hidden;
  flex: 0 0 250px;
  transition: flex 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
}

/* ############################################################
시스템 스와이퍼
############################################################
*/
.swiper.floatingSwiper {
  padding: 100px 0!important;
}
@keyframes floating_up {
    0%, 100% { transform: translateY(calc(-10% + 0px)); }
    50%       { transform: translateY(calc(-10% - 16px)); }
}

@keyframes floating_down {
    0%, 100% { transform: translateY(calc(10% + 0px)); }
    50%       { transform: translateY(calc(10% + 16px)); }
}

#floatingLoop .swiper-slide .card:first-child {
  opacity: 0.5;

}
#floatingLoop .swiper-slide .card:first-child:hover {
  opacity: 1;
}

#floatingLoop .swiper-slide .card {
  background: transparent;
  border: none;
  cursor: pointer;
}

#floatingLoop .swiper-slide .card .box {
  background-color: rgba(255, 255, 255, 0.5);
  aspect-ratio: 1/1;

}
#floatingLoop .swiper-slide .card .box:hover {
  background-color: #fff;
}

#floatingLoop .swiper-slide:nth-child(even) .card {
animation: floating_up 3s ease-in-out infinite;
}
#floatingLoop .swiper-slide:nth-child(odd) .card {
 animation: floating_down 3s ease-in-out infinite;

}

@media screen and (max-width: 992px) {
  #floatingLoop .swiper-slide .card {
    animation: none!important;
  }
  #floatingLoop .swiper-slide .card:first-child {
      opacity: 1;
    }
      #floatingLoop .swiper-slide-active .card {
      opacity: 1;
    }
  
  
  #floatingLoop .swiper-slide-active .card .box {
    opacity: 1;
      background-color: transparent;
  }
  .swiper.floatingSwiper {
    padding: 20px 0!important;
  }

}

/* ############################################################
비포 애프터
############################################################
*/

#baBoard .ba-filter {
  padding: 13px 32px;
  border: none;
  background: transparent;
  color: var(--gray-600);
  transition: all 0.2s;
}
#baBoard .ba-filter:hover,
#baBoard .ba-filter.active {
  background: var(--main-color) !important;
  border-color: var(--point);
  color: #fff !important;
  font-weight: 700;
}

#baBoard .ba-img-wrap {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 630/360;
  background: var(--gray-200);
}
#baBoard .ba-img-wrap img {
  width: 100%;
  height: 100%;
}
#baBoard .ba-label {
  position: absolute;
  bottom: 16px;
  right: 16px;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
}
#baBoard .ba-label.before {
  background: rgba(0, 0, 0, 0.55);
}
#baBoard .ba-label.after {
  background: var(--sub-color);
}

#baBoard .ba-pagination {
  margin-top: 32px !important;
  text-align: center;
}
#baBoard .ba-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--gray-300);
  opacity: 1;
  margin: 0 5px;
}
#baBoard .ba-pagination .swiper-pagination-bullet-active {
  background: var(--sub-color);
}

#baBoard .ba-arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 52px;
  color: var(--gray-400);
  cursor: pointer;
  z-index: 10;
  padding: 0;
  transition: color 0.2s;
}
#baBoard .ba-arrow:hover {
  color: var(--sub-color);
}
#baBoard .ba-prev {
  left: 0;
}
#baBoard .ba-next {
  right: 0;
}

@media (max-width: 992px) {
  #baBoard .ba-slide-inner {
    grid-template-columns: 1fr !important;
  }
  #baBoard .ba-filte {
    min-width: 49% !important;
  }

  #baBoard .ba-img-wrap {
    border-radius: 0;
  }
}

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

/* ############################################################
     인테리어 산본타입
############################################################*/
#interior3 .interior3-tabs {
  max-width: 580px;
}
#interior3 .interior3-tab-btn {
  color: #969696;
  white-space: nowrap;
}
#interior3 .interior3-tab-btn.active {
  color: #fff !important;
  background-color: var(--sub-color) !important;
}
#interior3 .placeTitle {
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  max-height: 5.2083vw;
  border-radius: 0 0 40px 0;
  min-width: 10vw;
}
#interior3 .swiper-button-next {
  position: relative !important;
  right: unset !important;
  left: unset !important;
  top: unset !important;
  margin-top: unset !important;
  width: 50% !important;
  border-radius: 0 0 0px 0;
}
#interior3 .swiper-button-prev {
  position: relative !important;
  right: unset !important;
  left: unset !important;
  top: unset !important;
  margin-top: unset !important;
  width: 50% !important;
}

@media screen and (max-width: 992px) {
  #interior3 .swiper-button-next:after,
  #interior3 .swiper-button-prev:after {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  #interior3 .placeTitle {
    max-height: 17.948vw !important;
    border-radius: 0 0 0 0;
    bottom: 0;
  }
  #interior3 .swiper-button-next {
    border-radius: 0 0 20px 0 !important;
  }
}

/* 탭 콘텐츠 show/hide */
.interior3-tab-content { display: none; }
.interior3-tab-content.active { display: block; }

/* 썸네일 스와이퍼 */
.swiper-interior3-thumb-0,
[class*="swiper-interior3-thumb-"] {
    overflow: hidden;
    /* height는 JS가 지정 — CSS에서 절대 설정 금지 */
}

.interior3-thumb-slide {
    position: relative;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
    height: auto !important; /* swiper가 강제로 height 잡는 것 방지 */
}

.interior3-thumb-slide img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .interior3-thumb-slide img {
        height: auto;
    }
}

.interior3-thumb-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.interior3-thumb-overlay {
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
}
.interior3-thumb-slide.swiper-slide-thumb-active .interior3-thumb-overlay {
    background: transparent;
}

#interior3 .swiper-button-prev::after,
#interior3 .swiper-button-next::after {
    content: '' !important;
}

#interior3 .swiper-button-prev,
#interior3 .swiper-button-next {
    width: 50% !important;
    height: 100% !important;
    margin: 0 !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 꺾인 화살표 — 두 선으로 구성 */
#interior3 .swiper-button-prev::before,
#interior3 .swiper-button-next::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#interior3 .swiper-button-prev::before {
    transform: rotate(45deg);   /* ← 방향 */
}

#interior3 .swiper-button-next::before {
    transform: rotate(-135deg); /* → 방향 */
}

/* ############################################################
     지도
############################################################
*/

#daumRoughmapContainer1777273851020 {
  max-width: 690px !important;
  aspect-ratio: 1/1;
  max-height: 690px!important;
  width: 100%!important;
  height: 100%!important;
}
.wrap_controllers {
  display: none !important;
}
.cont {
  display: none !important;
}

/* ############################################################
     패럴렉스
############################################################
*/
/* 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 #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;
}

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

.main #sect04 {
  background-image: url("/images/sect04bg.png");
  background-size: cover;
  background-position: center;
}
.main #sect04 .doc-btn:hover {
  opacity: 1 !important;
}
.main #sect04 .doc-btn img {
  border: 2px solid;
  border-color: transparent;
}
.main #sect04 .doc-btn.active {
  opacity: 1 !important;
}
.main #sect04 .doc-btn.active img {
  border-color: var(--sub-color) !important;
}
.main #sect04 .doc-btn.active p {
  color: var(--sub-color) !important;
}
.main #sect04 .tab-content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main #sect04 .tab-content.active {
  display: flex;
  opacity: 1;
}
#sect045 .img-slider {
  overflow: hidden;
}
#sect045 .img-slider-track {
  animation: scroll 20s linear infinite;
}
#sect045 .img-slider-track img {
  height: auto;
  flex-shrink: 0;
}

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

.main #sect05 {
  background-image: url("/images/sect05bg.png");
  background-size: cover;
  background-position: center;
}
.main #sect05 aside {
  top: 7.8125vw;
  height: fit-content;
  padding-bottom: 5.2vw;
}
.main #sect05 .box .position-absolute {
  right: 1.5625vw;
  bottom: 1.5625vw;
}
.main #sect05 .scroll-container {
  overflow-y: auto;
}

.main #sect05 .scroll-container::-webkit-scrollbar {
  display: none;
}

/* Service Section */
.main #sect06 {
  position: relative;
  background: #000;
}

.main #sect06 .title-wrap {
  height: 100vh;
  position: relative;
}
.main #sect06 .title-wrap .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.main #sect06 .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 #sect06 .slide-wrap {
  height: 300vh;
  position: relative;
}

@media screen and (max-width: 992px) {
  .main #sect06 .slide-wrap {
    height: 150vh;
  }


}

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

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

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

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

.main #sect06 .right-text {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.main #sect06 .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 #sect06 .right-text .main-title {
  font-weight: bold;
}

.main #sect06 .mo {
  display: block;
  height: 100%;
}
.main #sect06 .swiper-service {
  height: 100%;
  padding: 4.1667vw 1.0417vw;
}
.main #sect06 .swiper-service .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main #sect06 .swiper-service .num {
  color: #fff;
  font-size: 1.0417vw;
  margin-bottom: 1.5625vw;
  display: block;
  font-weight: bold;
}
.main #sect06 .swiper-service .img-box {
  position: relative;
  width: 100%;
  height: 20.8333vw;
  border-radius: 1.0417vw;
  overflow: hidden;
}
.main #sect06 .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: 769px) {
  .main #sect06 .pc {
    display: block;
  }
  .main #sect06 .mo {
    display: none;
  }
}
@media (max-width: 768px) {
  .main #sect06 .title-area .title {
    font-size: 1.6667vw;
    padding: 1.5625vw 2.0833vw;
  }
  .main #sect06 .text-wrap {
    bottom: 2.0833vw;
  }
  .main #sect06 .text-area .title {
    font-size: 1.25vw;
  }
  .main #sect06 .text-area .desc {
    font-size: 0.7292vw;
  }
  .main #sect06 .bg-item {
    transition: opacity 0.5s;
  }
}

.main #sect07 .box {
  max-width: 350px;
}

.main #sect07 .box h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



#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;
}

/* ############################################################
     퀵메뉴
############################################################
*/
#quick_menu_pill {
  position: fixed;
  bottom: 1.1667vw;
  right: 1vw;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick_menu_pill-container {
  margin-bottom: 0.8854vw;
}
.quick_menu_pill-items {
  width: 9vw;
  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: 4.5vw;
  height: 4.5vw;
  max-width: 100px;
  max-height: 100px;
  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: 4.5vw;
    height: 4.5vw;
      max-width: 80px;
  max-height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: 50%;
    background: var(--sub-color);
    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;
}

/* ── 퀵메뉴 세로형 ── */
.quick_menu_vertical {
    position: fixed;
    right: 24px;
    bottom: 0%;
    z-index: 997;
}

.quick_menu_vertical ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border-radius: 100px;
    padding: 16px 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 0;
    padding: 40px 0!important;
}

.quick_menu_vertical li {
    display: flex;
    justify-content: center;
}

.quick_menu_vertical li + li {
    border-top: 1px solid var(--gray-100, #f0f0f0);
}

.quick_menu_vertical .qm-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 14px 0;
    text-decoration: none;
    transition: opacity 0.2s;
    width: 80px;

}

.quick_menu_vertical .qm-item:hover {
    opacity: 0.7;
}

.quick_menu_vertical .qm-item img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.quick_menu_vertical .qm-item p {
    color: #333;
text-align: center;
font-family: Pretendard;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 19.6px */
letter-spacing: -0.35px;
}

@media (max-width: 992px) {
    .quick_menu_vertical {
        display: none;
    }
}