.feature-section {
  background: url('img/illustration-bg.png') center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.feature-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.feature{
    display: block;
}
.feature2{
    display: none;
}


.layout-section {
  padding: 60px 20px;
}

.layout-container {
  max-width: 1080px;
  margin: 0 auto;
}

/* 소개 상단 */
.intro {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.intro-left{
 width: 30%;
}
.intro-right {
 width: 70%;
}


.intro-right h2 {
  margin-bottom: 16px;
}

.intro-right p {
  line-height: 1.8;
}

.main-sliders {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.main-sliders .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.main-sliders .swiper-slide {
  width: 100% !important;
  height: 100%;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}
/* 썸네일 래퍼 */
.thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* 썸네일 슬라이더 */
.thumbnail-sliders {
  width: 380px;
  height: 100px;
  overflow: hidden;
}

.thumbnail-sliders .swiper-slide {
  width: 120px;
  height: 80px;
  opacity: 0.4;
  cursor: pointer;
  transition: 0.3s;
}

.thumbnail-sliders .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #0073b1;
}

.thumbnail-sliders img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* 버튼 */
.thumb-prev,
.thumb-next {
  width: 36px;
  height: 36px;
  background: black;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
}

.pat{
  width: 80%;
  margin: 0 auto;
}


.slick-slide{
  padding: 10px;
}
.slick-slide img{
  width: 100%;
}
.slick-prev:before, .slick-next:before{
  color: #000;
}
.slick-prev{
  left: -11%;
  z-index: 50;
}
.slick-next{
  right: -11%;
}

.price{
  display: flex;    
  flex-wrap: wrap;
}
.price>div{
  width: 100%;
}
.price .price02 .wp{
  display: flex;
}
.price .price02 .wp>div{
  width: 50%;
}

.par2{
  display: flex;
}
.par2>div{
  width: 50%;
}
.par3{ display: flex;flex-wrap: wrap;}
.par3 .parleft{
  width: 70%;

}
.par3 .parright{
    display: flex;
    width: 29%;
    margin-left: 1%;
    flex-direction: column;
    justify-content: flex-end;
}
.par3 .parright .t3{
  height: 30%;
}
/* 형상돌 */
.stone_tit{
  text-align: center;
  color: #387f6d;
  position: relative;
}

.layout-section .stone_tit:after{
    position: absolute;
    width: 90px;
    height: 4px;
    background-color: #387f6d;
    content: '';
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.layout-section2 .stone_tit{
  text-align: left;
}
.layout-section2 .mov{
display: flex;
    justify-content: center;
}
.layout-section2 .mov img{
  width: 300px;
}



@media(max-width:970px){
    .feature{
        display: none;
    }
    .feature2{
        display: block;
    }

    .intro {
    flex-direction: column;
  }

  .main-sliders {
    height: 240px;
  }

  .thumbnails img {
    width: 90px;
    height: 60px;
  }
  /* 형상돌 */
  .par3 .parleft{
    width: 100%;
  }
  .intro-right,.par3 .parright{
    width: 100%;
    margin: 0;
  }
  .par3 .parright .t3{
    height: auto;padding: 30px 0;
  }
  .layout-section2 .mov img{
    width: 100%;
    margin-bottom: 40px;
  }
}