#wdh-detail .slider .slick-slide {
  line-height: 0;
}
#wdh-detail .nav .slick-slide {
  background: white;
  line-height: 0;
}
#wdh-detail .nav .slick-slide .i-nav-img {
  opacity: 0.35;
}
#wdh-detail .nav .slick-slide.slick-current .i-nav-img {
  opacity: 1;
}

#wdh-detail {
  background: #1e1e1e;
}
#wdh-detail .no-image {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: gray;
}
#wdh-detail .header {
  /* position: absolute; */
  /* top: 0; */
  height: 40px;
  width: 100%;
  color: white;
  background: #0a0a0a;
  /* background: white; */
  z-index: 100;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
}
#wdh-detail .header .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #d9b273;
  font-size: 18px;
  font-weight: 900;
}
#wdh-detail .header .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}
#wdh-detail .header .back i {
  font-size: 20px;
  color: #d9b273;
}
#wdh-detail .header .favorit {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;
}
#wdh-detail .header .favorit i {
  display: none;
  font-size: 20px;
}
#wdh-detail .header .favorit .check {
  color: #f71464;
}
#wdh-detail .header .favorit .uncheck {
  display: block;
  color: white;
  opacity: 0.4;
}

#wdh-detail .header .favorit.on .check {
  display: block;
}
#wdh-detail .header .favorit.on .uncheck {
  display: none;
}

#wdh-detail .tabs {
  /* max-width: 1024px;
  margin: 0 auto; */

  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  width: 100%;
  font-size: 0;
  text-align: center;
  background: #1e1e1e;
}
#wdh-detail .tabs li.selected {
  background: #d9b273;
  color: white;
  font-weight: 900;
}
#wdh-detail .tabs li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  width: 155px;
  height: 50px;
  background: #1e1e1e;
  color: #eab765;
  padding: 0 5px;
  white-space: pre-line;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #2e2e2e;
}

#wdh-detail .gallery {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}
#wdh-detail .gallery .best {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 7px;
  background: #1e1e1e;
  color: #ffffff;
  display: inline-block;
  border-radius: 9px;
  z-index: 200;
  opacity: 0.7;
}



/* swiper common */
#wdh-detail .swiper-slide {
  position: relative;
  overflow: hidden;
}
#wdh-detail .swiper-slide .img-wrapper{
  width: 100%;  
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/* main */
#wdh-detail .main-swiper.swiper-container {
  width: 100vw;
  height: 60vw;
}
#wdh-detail .main-swiper .swiper-slide .img-box {
  /* width: 100vmax;
  height: 100vmax; */
  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#wdh-detail .main-swiper .swiper-slide .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wdh-detail .main-swiper .swiper-slide .play-btn::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.198);
  transition: transform 0.5s ease;
}
#wdh-detail .main-swiper .swiper-slide .play-btn.active::after{  
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}
#wdh-detail .main-swiper .swiper-slide .play-btn i {
  color: white;
  font-size: 30px;
  overflow: 0.7;
}



/* thumb */
#wdh-detail .thumb-swiper {
  width: 100vw;
  height: 18.1vw;
}
#wdh-detail .thumb-swiper .swiper-slide {
  padding: 5px 2.5px;
}
#wdh-detail .thumb-swiper .swiper-slide {
  opacity: 0.5;
}
#wdh-detail .thumb-swiper .swiper-slide .img-box {
  /* width: 100vmax;
  height: 100vmax; */
  width: 100%;
  height: 100%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#wdh-detail .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}
#wdh-detail .thumb-swiper .swiper-slide .play-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#wdh-detail .thumb-swiper .swiper-slide .play-btn i{
  color: white;
  font-size: 20px;
  overflow: 0.7;
}




#wdh-detail .info {
  max-width: 1024px;
  margin: 0 auto;
  background: white;
  padding-bottom: 100px;
}
#wdh-detail .name {
  font-size: 23px;
  font-weight: 700;
  color: black;
  padding: 20px 16px;
}

.i-info-section {
  padding: 30px 16px 25px 10px;
  border-bottom: 1px solid #eaeaea;
  /* background: #f0eeea; */
  background: white;
}
.i-info-section .item {
}
.i-info-section .item .head {
}
.i-info-section .item .head .tit {
  display: inline;
  font-size: 21px;
  font-weight: 900;
  margin-right: 3px;
  color: #d9b273;
}
.i-info-section .item .head .sub {
  font-size: 20px;
  color: rgba(217, 178, 115, 0.24);
  display: inline;
  font-weight: 900;
  vertical-align: bottom;
}
.i-info-section .item .cont {
  padding: 20px 7px;
  line-height: 20px;
  color: #47300a;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: -0.05em;
  white-space: pre-line;
}

#wdh-detail .nav {
  padding: 0;
}

.i-slider-img {
  position: relative;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.i-slider-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-slider-img .play-btn::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.198);
  transition: transform 0.5s ease;
}
.i-slider-img .play-btn.active::after{  
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}
.i-slider-img .play-btn i {
  color: white;
  font-size: 30px;
  overflow: 0.7;
}
.i-nav-img {
  position: relative;
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.i-nav-img .play-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-nav-img .play-btn i{
  color: white;
  font-size: 20px;
  overflow: 0.7;
}
#wdh-detail .map-wrapper {
  width: 100%;
  /* background: gray; */
}
#wdh-detail .map-wrapper #map {
  width: 95%;
  height: 250px;
  margin: 0 auto;
}

/*******************************/
/* 반응형 */
/*******************************/

/* 모바일 */
@media screen and (max-width: 470px) {
}
/* 테블릿 */
@media screen and (min-width: 400px) and (max-width: 1023px) {
  .i-info-section .item .head .tit {
    font-size: 23px;
  }
  .i-info-section .item .head .sub {
    font-size: 20px;
  }
  .i-info-section .item .cont {
    font-size: 16px;
  }
  .i-slider-img {
    height: 310px;
  }
  .i-nav-img {
    height: 85px;
  }
}
/* PC */
@media screen and (min-width: 1024px) {
  .i-info-section .item .head .tit {
    font-size: 23px;
  }
  .i-info-section .item .head .sub {
    font-size: 20px;
  }
  .i-info-section .item .cont {
    font-size: 16px;
  }
  .i-slider-img {
    height: 400px;
  }
  .i-nav-img {
    height: 135px;
  }
}
