#top_fin {
	position: relative;
	width: 1048px;
	left: -49px;
}
#top_fin h1 {
}
#top_fin h2 {
	position: absolute;
	left: 98px;
	top: 217px
}
#top_fin .recipe a {
	position: absolute;
	width: 700px;
	height: 400px;
	bottom: 180px;
	left: 180px;
	display: block;
	background: url(../images/go_venue_rd12ov.png) no-repeat 432px 319px;
	opacity: 0;
	transition-duration: 0.3s;
}
#top_fin .recipe a:hover {
	text-decoration: none;
	opacity: 1
}
#backNumber-more {
	position: relative;
	top: -20px;
	z-index: 6;
}
#backNumber-more {
	flex: none;
	display: block;
}
.bnmore_contents {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding-top: 17px;
}
.bnmore_content {
	flex: 0 0 50%;
	max-width: 475px;
	float: none;
}
/* Slider */
.ud-wrap-slider {
	position: absolute;
	bottom: 10px;
	;
	left: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	margin: 0 auto;
	overflow: auto;
}
.ud-top-slider {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.ud-top-slider .ud-top-slide {
	width: 100%;
	max-width: 810px;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.ud-top-slider .ud-top-slide .ud-top-recipe1 {
	text-align: left;
}
.ud-top-slider .ud-top-slide .ud-top-recipe2 {
	text-align: right;
}
.ud-top-recipe {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	margin: 0 auto;
}
.ud-top-slide p {
	transition-duration: 2s;
}
.ud-top-slide.active .ud-top-photo {
	animation: cphoto 1s ease-in forwards;
	opacity: 0;
}
.ud-top-slide.active .ud-top-recipe1 {
	animation: cleft 1s ease-in forwards;
	opacity: 0;
}
.ud-top-slide.active .ud-top-recipe2 {
	animation: cright 1s ease-in forwards;
	opacity: 0;
}
 @keyframes cphoto {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes cleft {
 0% {
opacity: 0;
left: -400px;
}
 100% {
opacity: 1;
left: 0
}
}
@keyframes cright {
 0% {
opacity: 0;
right: -400px;
}
 100% {
opacity: 1;
right: 0
}
}
.cloud_btm {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 5;
}
/*POPUP*/
.PopUp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.70) url(../images/popup_bg.png);
	background-size: cover;
	z-index: 99999;
	overflow: auto;
	display: none;
}
.PopUp p {
	width: 650px;
	padding: 40px;
	margin: auto;
	position: relative;
}
.PopUp p a {
}
.PopUp p strong {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

/* Responsive Section */

@media only screen and (max-width: 840px) {
#main {
	margin-bottom: 0;
}
#top_fin {
	width: 110%;
	left: -5%;
}
#top_fin h2 {
	position: absolute;
	left: 0;
	top: auto;
	top: 45%;
	width: 100%;
	text-align: center;
}
#top_fin h2 img {
	width: 240px;
}
#top_fin .recipe {
	position: absolute;
	width: 100%;
	height: 240px;
	bottom: 60px;
	left: 0;
}
#top_fin .recipe a {
	position: static;
	width: 80%;
	height: 240px;
	display: block;
	background: none;
}
#backNumber-more {
	position: relative;
	top: 0px;
}
.ud-wrap-slider {
	width: 90%;
	margin: 0 auto;
}
.ud-top-recipe {
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.ud-wrap-slider {
	position: relative;
}
.PopUp p {
	width: 100%;
	padding: 40px;
	margin: auto;
	position: relative;
	box-sizing: border-box;
}
.PopUp p img {
	max-width: 100%;
}
}
/* End Responsive Section */
