#visual,
#visualHotel{
  position:relative;
}
#visualHotel .swiper-wrapper, 
#visualHotel .swiper-slide{
  height:350px;
}
#visualHotel .swiper-pagination{
  width:300px;
  height:18px;
  overflow: hidden;
  left:50%;
  transform: translateX(-50%);
}
.areaMapTab{
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
    z-index: 3;
    position:absolute;
    top:40px;
    width:100%;
    padding:0 40px;
}
.areaMapTab li{
    flex:1;
}
.areaMapTab li a{
    display: block;;
    padding:12px 10px;
    background:rgba(255,255,255,0.8);
    border-radius: 50px;
    color:var(--gray99);
    font-size:15px;
    text-align: center;
}
.areaMapTab li.on a,
.areaMapTab li:hover a{
  background:rgba(000,000,000,0.8);
    color:var(--whiteff);
}
.filterPop h4{
  font-size:16px;
  font-weight: 500;;
}
.restInformation{
  width:100%;
  margin-top:10px;
}
.restInformation li {
  font-size:14px;
  color: var(--gray66);
  display:flex;
  gap:5px;
  align-items: center;
  margin-bottom:10px;;
}
.restInformation li i{
  font-size:14px;
  color: var(--gray66);
}
.restInformation li button.map{
  padding:1px 10px;
  background:var(--gray66);
  border-radius: 5px;
  color: var(--whiteff);
  font-size:12px;
}

.hotelListWrap{
  width:100%;
}
.hotelWrap_coupon{
  width:100%;
}
.hotelListWrap .hotelWrap{
  display:flex;
  gap:10px;
  justify-content: space-between;
}
.hotelWrap .hotelImg{
  width:100%;
  max-width:130px;
  height:0;
  padding-bottom:120px;;
  position:relative;
  overflow: hidden;
}
.hotelWrap .hotelImg img{
  width:100%;
  height:100%;
  object-fit: cover;
  position:absolute;
  left:0;
  border-radius: 5px;;
}
.hotelWrap .hotelInfo{
  width:calc(100% - 140px);
}
.hotelWrap .hotelInfo .hotelTit {
  margin-bottom:10px;
}
.hotelWrap .hotelInfo .hotelTit h3{
  font-size: 17px;
  color: var(--black222);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 7px;
  display: block;
  width:100%;
}
.hotelWrap .hotelInfo .hotelTit span{
  font-size: 15px;
  color: var(--gray66);
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}
.hotelWrap .hotelInfo ul li{
  font-size:14px;
  color: var(--gray66);
  margin-bottom:10px;
  display: flex;
  align-items: center;
  gap:7px;
}
.hotelWrap .hotelInfo ul li i{
  font-size:14px;
  color: var(--gray66);
}
.hotelWrap .hotelInfo ul li a{
  color: var(--gray66);
}

.restWrap .restBox .benefits_ment{
  width:100%;
  padding:10px 30px;
  border-radius: 8px;
  line-height: 1.5;
  color: var(--whiteff);
  font-size:16px;
  background:var(--surfcolor);
}

.restWrap .restBox .benefits{
  width:100%;
  display: flex;
  margin-bottom:10px;
}

.hotelWrap .hotelInfo ul li.guestCoupon,
.hotelListWrap .guestCoupon2{
  display: flex;;
  gap:0;
  justify-content: space-between;
  margin-top:5px;
}
.hotelWrap .hotelInfo ul li.guestCoupon p,
.hotelListWrap .guestCoupon2 p{
  padding:5px 5px 5px 10px;
  background:#ebf3ff;
  color:#00408a;
  width: calc(100% - 30px);
  line-height: 30px;;
  text-align: center;
  position:relative;
  font-size:13px;
}
.hotelWrap .hotelInfo ul li.guestCoupon p:before,
.hotelListWrap .guestCoupon2 p:before{
  content:"";
  width:20px;
  height:20px;
  background:var(--whiteff);
  border-radius: 50%;
  position:absolute;
  left:0%;
  top:50%;
  transform: translate(-50%, -50%);
}
.hotelWrap .hotelInfo ul li.guestCoupon span,
.hotelListWrap .guestCoupon2 span{
  width:30px;
  height:40px;
  background:#8cbaff;
  border-left:2px dashed var(--whiteff);
  position:relative;
  display: block;;
}
.hotelWrap .hotelInfo ul li.guestCoupon span:after,
.hotelListWrap .guestCoupon2 span:after{
  content:"";
  width:20px;
  height:20px;
  background:var(--whiteff);
  border-radius: 50%;
  position:absolute;
  right:-10px;
  top:50%;
  transform: translateY(-50%);
}

.couponUseMent{
  width:100%;
  height:calc(100vh - 250px);
  padding:20px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap:20px;
}
.couponUseMent h4{
  font-size:22px;
  color: var(--black222);
  font-weight: 600;
}
.couponUseMent p{
  font-size:16px;
  line-height:1.5;
  color: var(--gray44);
}

@media (width <=480px){
  .areaMapTab li a{
    font-size:14px;
  }
  
}

@media (width <= 410px){
    .areaMapTab{
        gap:10px;
    }
    .areaMapTab li a{
        letter-spacing: -1px;
    }
    .hotelWrap .hotelImg{
      max-width:100px;
      padding-bottom:90px;;
    }
    .hotelWrap .hotelInfo{
      width:calc(100% - 120px);
    }
}