.main #sect01 .swiper-slide {
  background-size: cover;
  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;
}
/* #sect01 .swiper-slide:nth-of-type(1) { background-image: url("/images/main01.png"); }
#sect01 .swiper-slide:nth-of-type(2) { background-image: url("/images/main02.png"); }
#sect01 .swiper-slide:nth-of-type(3) { background-image: url("/images/main03.png"); } */

.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 button.active {
  background-color: var(--main-color);
  color: var(--white) !important;
}
.main #sect03 .tab-contents {
  display: none;
}
.main #sect03 .tab-contents.active {
  display: grid;
}
.main #sect03 .box {
  max-width: 350px;
}

.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 #sect09 .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
  }
}

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

.main #sect09 .img-slider {
  overflow: hidden;
}
.main #sect09 .img-slider-track {
  animation: scroll 20s linear infinite;
}
.main #sect09 .img-slider-track img {
  height: auto;
  flex-shrink: 0;
}
.main #sect09 .sect09-tabs {
  max-width: 580px;
}
.main #sect09 .sect09-tab-btn {
  color: #969696;
  white-space: nowrap;
}
.main #sect09 .sect09-tab-btn.active {
  color: #fff !important;
  background-color: var(--sub-color) !important;
}
.main #sect09 .sect09-tab-content {
  display: none;
}
.main #sect09 .sect09-tab-content.active {
  display: block;
}
.main #sect09 .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: 25vw;
}
.main #sect09 .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 40px 0;
}
.main #sect09 .swiper-button-prev {
  position: relative !important;
  right: unset !important;
  left: unset !important;
  top: unset !important;
  margin-top: unset !important;
  width: 50% !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;
}

/* 퀵메뉴 */
#quick_menu_pill {
  position: fixed;
  bottom: 4.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;
}
.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;
}

#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) {
  #quick_menu_pill {
    right: 5vw;
    bottom: 8vw;
  }
  .qm-pill-toggle {
    width: 8vw;
    height: 8vw;
  }
  #SD {
    width: 8vw!important;
    height: 8vw!important;
  }
  #swiper-main .swiper-pagination {
    position: absolute;
    bottom: 30vh;          /* 하단 여백 */
    left: var(--fluid-left, 12.5vw); /* u-fluid 기준 왼쪽 */
    width: auto;
    text-align: left;
}
.quick_menu_pill-items {
  width: 15vw;
  max-height: 30vw ;
}
.quick_menu_pill-items.active {
   max-height: 30vw ;
}

}

@media screen and (max-width: 640px) {
#swiper-main .swiper-pagination {
    position: absolute;
    bottom: 10vh;
    left: var(--fluid-left, 12vw);
    width: auto;
    text-align: left;
}
}

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

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

@media screen and (max-width: 640px) {
  
  .header-container {
    height: 100%;
  }
  #sect03 .box {
    max-width: 100vw;
  }
  #sect05 aside {
    position: relative !important;
  }
  #sect06 .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  #sect06 .swiper-service2 .swiper-slide {
    width: 100vw;
    padding: 25.64vw 4.102vw;
  }
 .main  #sect06 .swiper-service2 .swiper-slide .img-box {
    position: static;
    transform: none;
    width: 100%;
    height: 100%;

    margin: 20.512vw 0;
  }
 .main  #sect06 .swiper-service2 .swiper-slide .img-box img {
    width: 100%;
    border-radius: 800px;
    max-height: 472px;
  }
 .main  #sect06 .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;
  }

  #SD {
    width: 17vw!important;
    height: 17vw!important;
  }
  #SD-popup {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 2vw;
    width: 95vw;
    z-index: 9999;
  }
  .qm-pill-toggle {
    width: 17vw;
    height: 17vw;
  }
  .quick_menu_pill-items {
    width: 25vw;
  }
  .quick_menu_pill-items a {
    padding: 1.5vw 3vw;
    gap: 2vw;
  }
  #quick_menu_pill {
    right: 2vw;
    bottom: 8vw;
  }
  .quick_menu_pill-items.active {
    max-height: 100vh;
  }
  #SD-popup .u-check {
    width: 5vw;
    height: 5vw;
  }
  #SD-popup .u-check:checked::after {
    width: 2vw;
    height: 2vw;
  }
}
