img{
  object-fit: cover;
    vertical-align: top;
    max-width: 100%;
    border-radius: 2px;

}
.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: 100px 20px 15px; → pt-100 px-20 pb-15 유틸리티 클래스 사용 */
}



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

/* 소개 상단 */
.intro {
  display: flex;
  gap: 30px;
  /* margin-bottom: 40px; → mb-40 유틸리티 클래스 사용 */
}

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


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

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


.point_text img{ margin: 0 auto;display: block;width: 90%;}

.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%;
  border-radius: 2px;
}
.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: 47%;
}
/* 형상돌 */
.stone_tit{
  text-align: center;
  color: #387f6d;
  position: relative;
  margin-bottom: 50px;
}
.tree_tit{
   text-align: left;
  color: #387f6d;
  position: relative;
  margin-bottom: 20px;
}


.layout-section .stone_tit:after{
    position: absolute;
    width: 90px;
    height: 4px;
    background-color: #387f6d;
    content: '';
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}s

.layout-section2 .stone_tit{
  text-align: left;
  margin-bottom: 30px !important;
}

.layout-section2 .stone_tit h2,.layout-section2 .stone_tit h1,.layout-section2 .stone_tit h3{
  text-align: left !important;

}

.layout-section2 .mov{
    display: flex;
    justify-content: right;
}

.layout-section2 .mov img{
    width: 100%;
}

.layout-section-top .stone_tit:after{
    position: absolute;
    width: 90px;
    height: 4px;
    background-color: #387f6d;
    content: '';
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}
.text_p{
  margin-bottom:30px;
}
.layout-section-bt .sub_img{
   margin-bottom:50px;
}
.img_rp{
  margin-left: 20px;
}
.img_lp{
  margin-right: 20px;
}
.call_img img{
  max-width:80% ;
}
.layout-cour{
  padding-bottom: 50px;
}

.titbox{
  margin-top:50px;
}
.movbe{
  position: relative;
  background-image: url(/img/ston_bh.png);
  background-size:  auto 100%;
  background-repeat: no-repeat;
  height: 500px;
}
.mov_tit{
width: 60%;
    position: absolute;
    top: 50%;
    display: flex;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.movbe02{
  position: relative;
  background-image: url(/img/ston_bh02.png);
  background-size:  auto 100%;
  background-repeat: no-repeat;
  height: 500px;
}
.movbe03{
  position: relative;
  background-image: url(/img/works/rock-sculptures/the-big-face-rock/great-stone-face-tiger.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}
.movbe04{
  position: relative;
  background-image: url(/img/works/rock-sculptures/the-big-face-rock/tiger_over.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 200px;
}
.img_p{
  padding : 20px 0 50px;
}
.page_p03{
  padding-top: 50px;
}
.page_p04{
  padding-bottom: 50px;
}
.img_lp img{
  padding-left: 30px;
}
.br{
  padding-right: 20px;
}


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

    .intro {
    flex-direction: column;
    gap: 9px;
  }

  .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{
    margin-bottom: 40px;
    width: 300px;
  } */

  /* .par2 두 이미지 레이아웃 모바일 대응 */
  .par2 {
    flex-direction: column;
    gap: 20px;
  }

  .par2 > div {
    width: 100%;
  }

  /* 모바일에서 패딩 제거하여 전체 폭 사용 */
  .par2 > .p-10 {
    padding: 0;
  }

  /* 모바일에서도 가로 유지 */
  .par2.keep-row {
    flex-direction: row;
    gap: 10px;
  }
  .par2.keep-row > div {
    width: 50%;
  }

  /* .price .price02 .wp 이미지 레이아웃 모바일 대응 */
  .price .price02 .wp {
    flex-direction: column;
    gap: 10px;
  }

  .price .price02 .wp > div {
    width: 100%;
  }

}