@charset "utf-8";

/* slider --------------*/

.mainSlider {
	margin-bottom: 25px;
}

/* viewWrap --------------*/

.boxPos > .wrapper{
	position: static;
}

#viewWrap {
	width: 100%;
	height: auto;
	background: none;
	margin-bottom: 25px;
}

.innerBox {
	width: 95%;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding: 20px 15px 57px 15px;
}

.innerBox h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.innerBox .dtlTxt {
	margin-bottom: 15px;
}

.pointPos_viewTtl img {
	width: 100px;
	height: auto;
}

.pointPos_view {
	position: absolute;
	bottom: -60px;
	right: -2.9%;
	width: 87px;
	height: 115px;
	z-index: 1;
}

.pointPos_view img {
	width: 87px;
	height: auto;
}

/* dishWrap --------------*/

#dishWrap {
	width: 100%;
	height: auto;
	background: none;
	margin-bottom: 25px;
}

#dishWrap.dish .innerBox {
	position: relative;
	margin-bottom: 15px;
}

#dishWrap.dish h3 {
	margin-left: 100px;
}

#dishWrap.dish .pointPos_view {
	width: 119px;
	height: 102px;
	bottom: -50px;
	left: -2.9%;
}

#dishWrap.dish .pointPos_view img {
	width: 119px;
	height: 102px;
}

/* locationWrap --------------*/

#locationWrap {
	width: 100%;
	height: auto;
	background: none;
	margin-bottom: 60px;
}



































