  html{
    color:black;
  }
  .nav-mobile__footer::before{
    display: none;
  }
  .d-block.nav-list > li{
    border-bottom: 1px solid #ddd;
  }
  .nav-list--depth2 .nav-list__item .link{
    padding-left: 0;
  }
  .nav-mobile .depth-1._down>.link:before, .nav-mobile .depth-2._down>.link:before{
    right: 0;
  }
  .nav-mobile .depth-1>.link{
    padding: 1rem 0;
  }
  .nav-mobile__body > ul{
    padding: 0 20px;
  }
  table caption{
    position: relative;
    left: -10000px;
    top: auto;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .d-block{
    .nav-list__item{
      .link{
        border-bottom: unset;
      }
    }
    .link.active{
      background-color: unset !important; 
      color: black !important;
    }
    .nav-list{
      padding: 1em;
      border-radius: 5px;
      background-color: whitesmoke;
      margin-bottom: 1em;
    }
  }
  .main-title--1{
    color:black;
  }
  .quick-list{
    display: none;
  }
  .mob-menu-new{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mob-font-padding{
    padding:2em 0 0 0;
  }
  .mob-title-text{
    margin:0 0 0.4em 0;
  }
  .mob-pic-title-text{
    margin:1em 0 0.4em 0;
  }
  .kakaoTalk{
    background-color: #FDD000 !important;
  }
  .TelEsti{
    background-color: black !important;
  }
  /*** 자주 묻는 질문 ***/
  .sub-body{
    overflow: unset;height: auto;
  }
  .ask-detail{
    display: flex !important;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
  }
  .ask-view{
    max-height: 800px;
    transition: max-height 0.75s ease-in-out;
  }

  .footer .container{
    padding: 0 20px !important;
  }

  /*** 페이지 버튼 ***/
  .board-search-01{
    display: none;
  }
.paging-area {
  position: relative;
  margin-top: 50px;
  font-size: 0;
}
.paging-area ul {
  padding: 30px 0 0 0;
  list-style: none;
  text-align: center;
  border-top: 1px solid #DADADA;
}
.paging-area li {
  display: inline;
  margin-left: 4px;
  padding: 0;
}
.paging-area a {
  font-size: 18px;
  color:black;
  font-weight: 600;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border:unset;
}
.paging-area a span {
  display: inline-block;
  text-indent: -9999px;
}
.paging-area a:hover {
  color: black;
  background-color: #EDEDED;
}
.paging-area a.active {
  text-decoration: none;
  background-color: #EDEDED;
}
.paging-area a.prev-first {
  display: none;
  background-image: url("../images/paging/prev-first.png");
}
.paging-area a.prev {
  display: none;
  background-image: url("../images/paging/prev.png");
}
.paging-area a.next-last {
  display: none;
  background-image: url("../images/paging/next-last.png");
}
.paging-area a.next {
  display: none;
  background-image: url("../images/paging/next.png");
}

  /*** 글자 형광색 ***/
  
  .highlight {
    position: relative;      /* 가상 요소 배치를 위해 필요 */
    display: inline-block;   /* 텍스트 너비에 맞춰 하이라이트 영역 조정 */
    z-index: 1;
  }
  
  .highlight::before {
    content: "";             /* 가상 요소 생성 */
    position: absolute;      /* 부모(.highlight)를 기준으로 배치 */
    left: 0;
    bottom: 0;              /* 텍스트의 아래쪽에 배경이 오도록 설정 */
    
    width: 100%;            /* 텍스트 너비와 동일하게 */
    height: 40%;            /* 글씨 아랫부분만 칠해지도록 높이 조정 */
    
    background: rgba(253,208,0,0.5);    /* 하이라이트 색상 (원하는 색으로 변경) */
    z-index: -1;            /* 텍스트보다 뒤에 오도록 설정 */
  }
  /*** 글자색 ***/
  .nty{
    color:#FDD000;
  }

  /*** 배경색 ***/
  .nby{
    background-color: #FDD000;
  }

  /*** 글자 크기 ***/
  .nbbt{
    font-size: 4.0em;
  }
  /* 대 */
  .nbt{
    font-size: 3.2em;
  }
  /* 중 */
  .nmt{
    font-size: 2.2em;
  }
  /* 소 */
  .nst{
    font-size: 1.1em;
  }
  .tab-size{
    font-size: 1.5em;
  }
  .scroll-wrapper.main-scroll{
    height: 15vh;
  }
  .scroll-content.main-scroll{
    height: 5vh;
  }

  .float_button{
    display: flex;
    position: fixed;
    left: 50%;    
    z-index: 500;
    align-items: center;
    gap: 0.5em;
    background: #FDD000;
    color: black;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
  }
.mob-slide{
  width: unset !important;
  max-width: 95%;
}
  .float_button.view-pc{
    border-radius: 50px;
    width: 400px;
    height: 80px;
    min-width: 300px;
    max-width: 500px;
    font-size: 30px;
    bottom: 40px;
    transform: translate(-50%, 0);
    .float_img{
      width: auto;
    }
  }
  .float_none{
    display: none !important;
  }
  .float_button.view-mob{
    width: 100%;
    height: 10vh;
    max-height: 70px;
    bottom:0px;transform: translate(-50%, 0);
  }

  .estimateList{
    max-width: 1350px; 
    margin:0px auto; 
    display: grid;
  }
  .mob-grid-air-img{
    display: grid;
    grid-template-columns: 1.5fr 2.5fr;
    align-items: center;
  }
  .mob-grid-ibju-img{
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
  }
  @media (min-width: 320.02px) {
    .scroll-wrapper.main-scroll{
      margin: 20px auto;
    }
    .nbbt{
      font-size: 3.5em;
    }
    /* 대 */
    .nbt{
      font-size: 1.7em;
    }
    /* 중 */
    .nmt{
      font-size: 1.3em;
    }
    /* 소 */
    .nst{
      font-size: 0.9em;
    }
    .tab-size{
      font-size: 0.7em;
    }
    .swiper-button-prev{
      left:-1em;
      height:30px;
      width: 30px;
    }
    .swiper-button-next{
      right:-1em;
      height:30px;
      width: 30px;
    }
    .estimateList{
      grid-template-columns: 1fr;
      .mob-scroll{
        text-align: left;
        padding-left: 1em;
      }
    }
  }
  @media (min-width: 375.02px){
    .scroll-wrapper.main-scroll{
      margin: 20px auto;
    }
    .nbbt{
      font-size: 3.6em;
    }
    /* 대 */
    .nbt{
      font-size: 1.8em;
    }
    /* 중 */
    .nmt{
      font-size: 1.4em;
    }
    /* 소 */
    .nst{
      font-size: 1.0em;
    }
    .tab-size{
      font-size: 0.8em;
    }
    .swiper-button-prev{
      left:-0.4em;
      height:40px;
      width: 40px;
    }
    .swiper-button-next{
      right:-0.4em;
      height:45px;
      width: 45px;
    }
    .estimateList{
      grid-template-columns: 1fr;
      .mob-scroll{
        text-align: left;
        padding-left: 1em;
      }
    }
  }

  @media (min-width:420px) {
    .scroll-wrapper.main-scroll{
      margin: 20px auto;
    }
    .tab-size{
      font-size: 0.9em;
    }
  }

  @media (min-width:500px) {
    .scroll-wrapper.main-scroll{
      margin: 20px auto;
    }
    .tab-size{
      font-size: 1.0em;
    }
  }

  @media (min-width:530px) {
    .scroll-wrapper.main-scroll{
      margin: 20px auto;
    }
    .tab-size{
      font-size: 1.1em;
    }
  }

 
  
  @media (min-width: 576.02px){
    .scroll-wrapper.main-scroll{
      margin: 20px auto;
    }
    .nbbt{
      font-size: 3.7em;
    }
    /* 대 */
    .nbt{
      font-size: 2.6em;
    }
    /* 중 */
    .nmt{
      font-size: 1.9em;
    }
    /* 소 */
    .nst{
      font-size: 1.1em;
    }
    .tab-size{
      font-size: 1.2em;
    }
    .swiper-button-prev{
      left:-0.4em;
      height:50px;
      width: 50px;
    }
    .swiper-button-next{
      right:-0.4em;
      height:50px;
      width: 50px;
    }
    .estimateList{
      grid-template-columns: 1fr;
      .mob-scroll{
        text-align: left;
        padding-left: 1em;
      }
    }
  }
  @media (min-width: 768.02px){
    .scroll-wrapper.main-scroll{
      margin: 30px auto;
    }
    .nbbt{
      font-size: 4.0em;
    }
    /* 대 */
    .nbt{
      font-size: 3.0em;
    }
    /* 중 */
    .nmt{
      font-size: 2.2em;
    }
    /* 소 */
    .nst{
      font-size: 1.1em;
    }
    .tab-size{
      font-size: 1.5em;
    }
    .swiper-button-prev{
      left:-0.4em;
      height:60px;
      width: 60px;
    }
    .swiper-button-next{
      right:-0.4em;
      height:60px;
      width: 60px;
    }
    .estimateList{
      grid-template-columns: 1fr;
      .mob-scroll{
        text-align: left;
        padding-left: 1em;
      }
    }
  }
  @media (min-width: 1024.02px){
    .scroll-wrapper.main-scroll{
      margin: 30px auto;
    }
    .nbbt{
      font-size: 4.0em;
    }
    /* 대 */
    .nbt{
      font-size: 3.2em;
    }
    /* 중 */
    .nmt{
      font-size: 2.2em;
    }
    /* 소 */
    .nst{
      font-size: 1.1em;
    }
    .tab-size{
      font-size: 2.0em;
    }
    .estimateList{
      grid-template-columns: 1fr 1fr;
    }
    .d-lg-grid {
      display: grid !important;
    }
  }
  @media (min-width: 1200.02px){
    .nbbt{
      font-size: 4.0em;
    }
    /* 대 */
    .nbt{
      font-size: 3.2em;
    }
    /* 중 */
    .nmt{
      font-size: 2.2em;
    }
    /* 소 */
    .nst{
      font-size: 1.1em;
    }
    .estimateList{
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 1400.02px){
    .nbbt{
      font-size: 4.0em;
    }
    /* 대 */
    .nbt{
      font-size: 3.2em;
    }
    /* 중 */
    .nmt{
      font-size: 2.2em;
    }
    /* 소 */
    .nst{
      font-size: 1.1em;
    }
    .estimateList{
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (min-width: 1600.02px){
    .nbbt{
      font-size: 4.0em;
    }
    /* 대 */
    .nbt{
      font-size: 3.2em;
    }
    /* 중 */
    .nmt{
      font-size: 2.2em;
    }
    /* 소 */
    .nst{
      font-size: 1.1em;
    }
    .estimateList{
      grid-template-columns: 1fr 1fr;
    }
  }

  /*** 글자 두께 ***/
  /* 많이 두꺼운 */
  .nwtb{
    font-weight: 800;
  }
  /* 조금 두꺼운 */
  .nwts{
    font-weight: 700;
  }

  /*** 라운드 ***/
  .nbd20{
    border-radius: 15px;
  }

  .nbd25{
    border-radius: 25px;
  }

  .nbd50{
    border-radius: 50px;
  }

  .nbblr{
    border-bottom-left-radius: 15px;
  }

  .nbbrr{
    border-bottom-right-radius: 15px;
  }

  .nbtlr{
    border-top-left-radius: 15px;
  }

  .nbtrr{
    border-top-right-radius: 15px;
  }
 

  /*** 그림자 ***/
  .nshd{
    box-shadow: 0 5px 10px darkgray;
  }

  /*** 배너 타이틀 ***/
  .nbanner{
    width: 100%;
    position: relative;
    .nbnt{
      width: 100%;
      margin: 0 auto;
      position: absolute;
      color: white;
      max-width: 1440px;
      top:65%;
      left:50%;
      transform: translate(-50%,-50%);
      padding:0 20px;
      .nbnd{
        margin-bottom: 30px;
      }
  
      .mb{
        margin-bottom: 30px;
      }
    }
  }
  /** 모바일 배너 **/
  .nbanner.d-block{
    .nbnt{
      width: 100%;
      margin: 0 auto;
      position: absolute;
      color: white;
      max-width: 1440px;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);
      padding:0 20px;
      .nbnd{
        margin-bottom: 0.2em;
      }
  
      .mb{
        margin-bottom: 0.2em;
        margin-top: 1.2em;
      }
    }
  }
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  
  /*** 배너 메뉴 ***/
  /* PC */
  .nbmu.d-none{
    
    top:100px;
    z-index: 90;
    .nmut{
      cursor:pointer;
      width: 180px;
      text-align: center;
      color: white;
      padding: 20px 20px;
      font-size: 1.2em;
    }
  }
  /* 모바일 */
  .nbmu.d-block{
    .nmut{
      cursor:pointer;
      text-align: center;
      color: white;
      padding: 0.8em;
    }
    .nbwrap{
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding:0 0.5em;
    }
  }
  .nbmu{
    width: 100%;
    background-color: black;
    .nbwrap{
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding:0 20px;
    }
    .nmut.active{
      border-bottom: 5px solid #FDD000;
      color:#FDD000;
    }
    
  }

  /*** 견적,상담 버튼 ***/
  /*** PC ***/
  .d-none{
    .nregib{
      color: black;
      border-radius: 50px;
      width: 25%;
      height: 80px;
      min-width: 300px;
      transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s; /* Safari */
    }
  }

  /*** Mob ***/
  .d-block{
    .nregib{
      color: black;
      border-radius: 50px;
      width: 40vw;
      height: 60px;
      min-width: 250px;
      transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s; /* Safari */
    }
  }

  .ndbt{
    cursor: pointer;
    border-radius: 5px; 
    width: 170px; 
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s; /* Safari */
  }
  .ndbt:hover{
    scale: 1.05;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s; /* Safari */
  }
  .nregib:hover{
    scale: 1.05;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s; /* Safari */
  }
  .quick-question{
    width: 30%;
    border-radius: 50px;
    background: black;
    color: #FDD000;
    padding: 10px;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s; /* Safari */
  }
  .quick-question.pc-btn{
    min-width: 300px;
    font-size: 2.2em;
    height: 80px;
    margin-top: 45px;
  }
  .quick-question.mo-btn{
    min-width: 260px;
    height: 60px;
    margin-top: 1em;
  }
  .quick-question:hover{
    scale: 1.05;
    transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s; /* Safari */
  }


  .highlight-text {
    display: inline-block;
    font-weight: 700;
    position: relative;
  }

  .highlight-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px; /* 텍스트와의 간격 */
    width: 100%;
    height: 27px; /* 밑줄 두께 */
    background-color: #fee676; /* 노란색 */
    z-index: -1;
  }

  /* 전체 텍스트 컨테이너 */
  .text-container {
    font-size: 3.3em;
    color: black !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; /* 따옴표와 텍스트 사이 간격 */
  }

  /* 📌 이미지와 텍스트를 감싸는 컨테이너 */
  .image-container {
    position: relative;
    display: flex;
    justify-content: center; /* 가로 중앙 정렬 */
    align-items: center; /* 세로 중앙 정렬 */
    width: 84%;
    margin: 20px auto; /* 위아래 간격 추가 및 중앙 정렬 */
    overflow: hidden;
  }

  /* 📌 이미지 스타일 */
  .background-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* 비율 유지하며 꽉 차도록 */
    margin: 30px 0;
  }

  /* 📌 이미지 위에 텍스트를 정중앙 배치 */
  .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 가로 & 세로 정중앙 배치 */
    color: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap; /* 줄바꿈 방지 */
  }

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

  .flex-space-around{
    display: flex;
    justify-content: space-around;
  }
  
  .flex-space-between{
    display: flex;
    justify-content: space-between;
  }

  .flex-start{
    display: flex;
    justify-content: flex-start;
  }
  .prd-list-new{
    margin-bottom: 6.25em;
  }
.prd-list-new .item{
  cursor: pointer;
  /* transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s; Safari */
}

/* .prd-list-new .item:hover{
  scale: 1.05;
  transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s; Safari
} */
 
  .inquiry-button{
    margin: 1em auto 0 !important; 
    background-color: #FDD000 !important; 
    border-radius: 50px !important; 
    color: black !important; 
    font-size: 1.5em !important; 
    font-weight: 600 !important; 
    max-width: 15em !important;
  }

  .inquiry-button2{
    /* margin: 5em auto 0 !important;  */
    background-color: #FDD000 !important; 
    border-radius: 50px !important; 
    color: black !important; 
    font-size: 1.5em !important; 
    font-weight: 600 !important; 
    max-width: 15em !important;
  }
  .inquiry-wrap{  
    textarea{
      border-radius: 15px;
      padding: 0.9em !important;
    }
    input{
      border-radius: 25px;
      padding: 0 1.5em !important;
    }
    .inquiry-item{
      border: none !important;
    }
    .input-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      width: 100%;
      .search-icon {
        position: absolute;
        right: 15px; /* 오른쪽 여백 조정 */
        top: 50%;
        transform: translateY(-50%); /* 아이콘을 수직 중앙 정렬 */
        width: 20px; /* 아이콘 크기 조정 */
        height: auto;
        cursor: pointer;
      }
      .col-12{
        padding-left : 30px;
        padding-right : 30px;
      }
    }
}
.quick-list .item:not(:last-child){
  padding:10px 0;
}
.quick-list .item:last-child{
  padding:10px 0 5px 0;
}

.gallery-back{
  display:none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* 반투명 배경 */
  backdrop-filter: blur(10px);          /* 블러 효과 */
  -webkit-backdrop-filter: blur(10px);  /* Safari 지원용 */
  position: fixed;
  opacity: 0.95;
  z-index: 1000;
}

.gallery-container{
  display:none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: auto;
  background-color: white;
  z-index: 1001;
}


.d-block{
  .gallery-container{
    width: 40vw;
    min-width: 300px;
  }
  .gallery-btn-left{
    left:-10vw;
  }
  .gallery-btn-right{
    right:-10vw;
  }
}

.d-none{
  .gallery-container{
    width: 35%;
    min-width: 700px;
  }
  .gallery-btn-left{
    left:-10%;
  }
  .gallery-btn-right{
    right:-10%;
  }
}

.gallery-btn-close{
  position: absolute;
  top: -35px;
  right: -7px;
}

.gallery-btn-left{
  transform: translate(0, -50%);
  position: absolute;
  top:50%;
  color: white;
}
.gallery-btn-right{
  transform: translate(0, -50%);
  position: absolute;
  top:50%;
  color: white;
}

.ask-border-bottom{
  border-bottom: 1px solid #DADADA;
}