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

#alone.no-info {}

#alone.no-info .info {
  display: none;
}
#alone.no-info > .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

#alone {
  background: #1e1e1e;
}
#alone .no-image {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: gray;
}
#alone .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);
}
#alone .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;
}


#alone .gallery {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
#alone .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;
}

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

.i-info-section {
  padding: 30px 20px 25px 20px;
  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; */
  color: black;
}
.i-info-section .item .head .sub {
  font-size: 20px;
  color: rgb(0 0 0 / 6%);
  display: inline;
  font-weight: 900;
  vertical-align: bottom;
}
.i-info-section .item .cont {
  padding: 20px 7px;
  line-height: 1.7;  
  color: black;
  font-size: 14px;
  /* font-weight: 700; */
  letter-spacing: -0.05em;
  white-space: pre-line;
}

#alone .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::before {
  content: '';
  display: inline-block;
  width: 100%;
  margin-top: 70%;
}
#alone .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;
}
#alone .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;
}
#alone .play-btn.active::after{  
  transform: translate3d(-50%, -50%, 0) scale(1.5);
}
#alone .play-btn i {
  color: white;
  font-size: 30px;
  overflow: 0.7;
}








.i-nav-img.swiper-slide-thumb-active {
  opacity: 1;
}
.i-nav-img {
  opacity: 0.3;
  position: relative;
  /* width: 100%; */
  /* height: 60px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.2s ease;
}
.i-nav-img::before {
  content: '';
  display: inline-block;
  width: 100%;
  margin-top: 100%;
}



#alone .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;
}
#alone .play-btn i{
  color: white;
  font-size: 20px;
  overflow: 0.7;
}




#alone .map-wrapper {
  width: 100%;
  /* background: gray; */
}
#alone .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;
  }


}
/* 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;
  }


}
