.main .intro-line {
    width: 0;
    transition: width 0.8s ease;
}
.intro-line.active {
    width: 165px;
}

.main .intro  {
  display: flex;
}

.main .intro div {
  display: flex;
}

.w-200 {
  width: 150%!important;
}

.main #sect01 {
  aspect-ratio: 16 / 9;
}

.bigcate {
background-color: var(--light);
}
.smallcate {
background-color: var(--light2);
}
#modalNonCovered .modal-content {
max-height: 75vh;
    overflow: scroll;
}


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


.addSwiper {
  background-image: url('/images/slide044.png');
  background-size: 100%;
}

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


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



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

#faqAccordion .accordion-item {
border: none!important
}
  .main .intro em {
    transform: rotate(90deg);
  }
  .intro-line.active {
    width: 25px;
}
  .main #sect01 {
  aspect-ratio: 9 / 16;
}

.swiper {
  padding-top: 50px;
}

.swiper-pagination {
  z-index: 999;
}

.addSwiper {
  padding-bottom: 0!important;
}
.addSwiper .vh-100 {
  height: auto!important;
}
.main #sect01 .spinner {
  bottom: 18.6042vw;

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





/* #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 .position-absolute {
  top: 0px;
  right: 0;
}
 #sect025 .img-slider {
  overflow: hidden;
}
#sect025 .img-slider-track {
  animation: scroll 20s linear infinite;
}
#sect025 .img-slider-track img {
  height: 130px;
  flex-shrink: 0;
}

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

@media screen and (max-width: 992px) {
  #sect025 .img-slider-track {
  animation: scroll 10s linear infinite;
}
.intro {
  padding: 0 20px;
}
}



.main .sect03 {

}
.main #sect03 .doc01 {
      margin-left: 40px;
      z-index: 2;
}
.main #sect03 .doc02 {
      margin-left: -120px;
      z-index: 4;
}
.main #sect03 .doc03 {
  margin-left: -90px;
  z-index: 3;
}
.main #sect03 .doc04 {
  margin-left: -180px;
  z-index: 1;
}


.main .docModal .modal-dialog {
  max-width: 87.5vw!important;
  width: 100%;
  height: 85vh;
}
.main .docModal .modal-dialog button {
  position: absolute;
  right: 40px;
  top: 40px;
  background-color: var(--main-color);
  border-radius: 999px;
  width: 60px;
  height: 60px;
  color: #fff;
}

@media screen and (max-width: 992px) {
  
  .main #sect03 .doc01 {
      margin-left: 0;
      z-index: 2;
}
.main #sect03 .doc02 {
      margin-left: 0;
      z-index: 4;
}
.main #sect03 .doc03 {
  margin-left: 0;
  z-index: 3;
}
.main #sect03 .doc04 {
  margin-left: 0;
  z-index: 1;
}


.main .docModal .modal-dialog {

  height: 80vh;
}

.modal-dialog-scrollable .modal-content {
  max-height: 80%!important;
}

}

@media screen and (max-width: 992px) {
  
  .main #sect04 .col-lg-3 {
      margin-left: 0!important;
      margin-right: 0!important;

}
  .main #sect04 .col-lg-3 > div {
      margin-bottom: var(--sp-12);

  }
   .main #sect04 .position-absolute {
    bottom: 3.5vw!important;
   }


}

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

.main #sect05 {

}
.main #sect05 .reason-tabs .reason-tab {
  background-color: #fff;
  color: var(--gray-700);
  font-weight: 400;
}
.main #sect05 .reason-tabs .reason-tab.active {
  background-color: var(--sub-color);
  color: var(--white);
  font-weight: 600;
}

   .reason-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: none;
            border: none;
            font-size: var(--sp-48);
            color: #bbb;
            cursor: pointer;
            z-index: 10;
            line-height: 1;
            padding: 0 6px;
            transition: color .2s;
        }
        .reason-arrow:hover { color: var(--sub-color, #8b6f4e); }
        .reason-prev { left: 2vw; }
        .reason-next { right: 2vw; }



.main #sect07 .device-tabs {
   gap: 3px;
   overflow: hidden;
}
.main #sect07 .device-tab {
  background-color: var(--sub-color);
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-style: normal;
font-weight: 700;
line-height: 160%; /* 32px */
letter-spacing: -1px;
font-size: var(--sp-16);
text-align: center;
white-space: nowrap;
flex: 1;
}
.main #sect07 .device-tab.active {
    background-color: #fff;
    color: var(--dark);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.device-panel {
  display: none;
}
 .device-panel.active { display: flex; }


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

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

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

        .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 .2s; }
        .ba-arrow:hover { color: var(--sub-color); }
        .ba-prev { left: 0; }
        .ba-next { right: 0; }

        @media (max-width: 992px) {
            .ba-slide-inner { grid-template-columns: 1fr !important; }
            .reason-tabs {
              overflow-x: scroll;
            }
            .reason-tabs::-webkit-scrollbar {
              display: none;
            }
            .reason-tab {
              white-space: nowrap;
            }
            .main #sect07 .device-tab {
              border-radius: 4px 4px 0 0;
              min-width: 30%;
            }
            .device-tabs {
              overflow: auto;
                 overflow-x: scroll!important;
            }
            .device-tabs::-webkit-scrollbar {
              display: none;
            }
            .ba-filter {
              min-width: 49%!important;
            }
        }

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

#daumRoughmapContainer1773043231450 {
  width: 100vw!important;
}
.wrap_controllers {
  display: none!important;
}
.cont {
    display: none!important;
}
@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 #sect09 .img-slider {
  overflow: hidden;
}
.main #sect09 .img-slider-track {
  animation: scroll 20s linear infinite;

}
.main #sect025 .img-slider-track img {
  height: 130px;
  flex-shrink: 0;
}
.main #sect09 .img-slider-track img {
  height: 180px;
  flex-shrink: 0;
}
.main #sect09 .sect09-tabs {
  max-width: 640px;
}
.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;
}


@media screen and (max-width: 992px) {
   .main #sect09 .swiper-button-next:after {
    font-size: 24px;
  }
   .main #sect09  .swiper-button-prev:after {
    font-size: 24px;
  }
  .main #sect09 .placeTitle {
    max-height: 10vw;
  }
}


#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;
  max-width: 300px;
}
.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;
}
.nav {
  justify-content: space-between;
}

@media screen and (max-width: 1550px) {
  .promo-slider {
    display: none;
  } 
  .nav {
    justify-content: start;
  }
}

@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: 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;
  min-width: 120px;
  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 transparent;
  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);
    min-width: 50px;
    min-height: 50px;
}
.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: 16vh;          /* 하단 여백 */
    left: 50%;
    transform: translateX(-50%);/* u-fluid 기준 왼쪽 */
    width: auto;
    text-align: left;
    display: flex;
    gap: 15px;
}

@media screen and (max-width: 1440px) {
  #swiper-main .swiper-pagination {
  bottom: 5vh;  
  }
}
#swiper-main .swiper-pagination-bullet-active {
  background: #fff!important;
  border: 1px solid #fff;
  border-radius: 999px;
  position: relative;
   width: 12px!important;   /* bullet 크기보다 크게 */
    height: 12px!important;
}

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

#swiper-main .swiper-pagination-bullet {
  background: #fff;
  min-width: 12px;
  min-height: 12px;
  border-radius: 999px!important;
}

/* 토스트 메시지 */
.toast-message {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: #333;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.toast-message.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.toast-message.success { background: var(--sub-color); }
.toast-message.error   { background: #ef4444; }
.toast-message.warning { background: #f59e0b; }

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

  .main #sect025 .img-slider-track img {
    height: 80px;
  }
  .main #sect09 .img-slider-track img {
    height: 80px;
  }
  .main .docModal .modal-dialog button {
        position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--main-color);
    border-radius: 999px;
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .main .docModal .modal-dialog {
    max-width: 95vw!important;
  }


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

  #swiper-main .swiper-pagination {
    position: absolute;
    bottom: 2vh;          /* 하단 여백 */
    left: 50%;
    transform: translateX(-50%);/* u-fluid 기준 왼쪽 */
    width: auto;
    text-align: left;
}
#swiper-main .swiper-pagination-bullet {
    min-width: 6px;
    min-height: 6px;
}
#swiper-main .swiper-pagination-bullet-active {
  width: 6px!important;
  height: 6px!important;
  min-width: 6px;
}
.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: 2vh;
      left: 50%;
    transform: translateX(-50%);
    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;
}

 #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: 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: 80%;
    border-radius: 800px;
    max-height: 472px;
    display: flex;
    margin: 0 auto;
  }
 .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: 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: 30vw;
            position: absolute;
        right: 0vw;
        top: -48vw;
  }
  .quick_menu_pill-items a {
    padding: 1.5vw 3vw;
    gap: 2vw;
  }
  #quick_menu_pill {
    right: 7vw;
    bottom: 1vw;
  }
  .quick_menu_pill-items.active {
    max-height: 100vh;
        position: absolute;
    right: 0vw;
    top: -63vw;
    padding-top: 0;
  }
  #SD-popup .u-check {
    width: 5vw;
    height: 5vw;
  }
  #SD-popup .u-check:checked::after {
    width: 2vw;
    height: 2vw;
  }
}
