
.img-item {
	width : 350px;
	height : 300px;	
}
.img-pkg{
	text-align : center;
	border :1px solid rgba(0,0,0,.1)
}
.img-html{
	text-align : center;
	border :1px solid rgba(0,0,0,.1)
}
table{
	margin : 35px auto;
}
#lotte-spot{
	width :100%;
	margin : 0;
	padding : 2em 3em;
}
.spot-day{
	font-size : 21px;
	line-height : 2.3em;
	text-indent : 15px;
	border-radius : 15px;
	box-shadow : 2px 2px 3px rgba(0,0,0,.5);
	background : rgba(0,0,0,.1);
	color : #cc0000;
	margin-bottom : 25px
}
.spot-day:after{
	content : " 일차"
}
.spot-region {
	display : block;
	text-align : center;
	font-size : 19px;
	color : rgba(41,147,255,1)
}
.spot-item{
	width : 100%;
	list-style-type : none;
	text-align : left;
	padding : 2em;
	background : rgba(113,247,255,.7);
	border-radius : 25px;
	box-shadow : 2px 2px 4px #aaa
}
.spot-item > li{
	padding-bottom : 10px
}
.spot-item > li:nth-child(even){
	color : rgba(255,51,0,1)
}
.expense{
	font-size : 19px;
	text-align : center;
	padding-bottom : 25px;
}
.expense:before{
	content : " ["
}
.expense:after{
	content : " ]"
}
.expense-item{
	list-style-type : none;
	width : 90%;
	margin : 0 auto;
}
.expense-item > li{
	font-size : 17px;
	padding-bottom : 10px
}
.spot-seq{
	font-size : 21px;
	text-indent : 25px;
	line-height : 2em;
	background :  rgba(24,149,253,.5);
	border-radius : 15px;
	margin-top : 25px;
}
.spot-seq::after{
	content : " 일차";
}
.spot-content{
	list-style-type : none;
	text-align : center;
	padding : 2em 3em;
}







