/*nearbyplace 2022-11-23*/
.nearbyplace {
    display: inline-block;
    vertical-align: top;
    width: 426px;

}

.nearbyplace div.inner{

}

.nearbyplace div.wrap{

}
.nearbyplace div.title-box{

}

.nearbyplace div.tripslide{

}
.nearbyplace .slick-slide a img {
    width: 200px;
    height: 200px;
	display: block;
}

.nearbyplace p{
	display: block;
}

.nearbyplace ul li.km{
    color: #fbff00;
}

.nearbyplace span{

}

.nearbyplace div.tripslide button.slick-prev{
    left: 6px;
    background: rgba(0,0,0,0.6) url(/images/ko/main/prev.png) no-repeat center center;
}
.nearbyplace div.tripslide button.slick-next{
    right: 7px;
    background: rgba(0,0,0,0.6) url(/images/ko/main/next.png) no-repeat center center;
}
.nearbyplace div.slick-slider button {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 0;
	top: 40%;
    z-index: 1;
    text-indent: -999999px;
}

.nearbyplace div.trip p span.nearby {
    display: block;
    padding: 5px 0 5px 40px;
    font-size: 26px;
    font-weight: 600;
    padding-left: 40px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.nearbyplace div.trip p span.trips {
    background: url(/images/ko/common/hot1.png) no-repeat 0 center;
}
.nearbyplace div.trip p span.food {
    background: url(/images/ko/common/hot2.png) no-repeat 0 center;
}

.nearbyplace div.trip p span.cafe {
    background: url(/images/ko/common/hot3.png) no-repeat 0 center;
}
.nearbyplace div.list {
	position: relative;
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
}
.nearbyplace div.list ul{
    position: absolute;
    left: 6px;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 200px;
    color: #fff;
    padding: 0 0px 2px 5px;
}
.nearbyplace div.list ul li{
    display: block;
    vertical-align: top;
}