.main {
	margin-bottom: 50px;
	/*margin-bottom: 10px;*/
}

#main_view {
	width: 740px;
	height: 550px;
	position: relative;
}

#main_slides li {
	width: 740px;
	height: 550px;
	position: relative;
	float: left;
}

.LoveCollectionLive2019 .btn_shop {
	width: 162px;
	height: 43px;
	position: absolute;
	left: 204px;
	bottom: 20px;
}

.LoveCollectionLive2019 .btn_more {
	width: 162px;
	height: 43px;
	position: absolute;
	right: 204px;
	bottom: 20px;
}

.LOVEitTour_10th .btn_shop {
	width: 162px;
	height: 43px;
	position: absolute;
	left: 20px;
	bottom: 19px;
}

.LOVEitTour_10th .btn_specialpage {
	width: 162px;
	height: 43px;
	position: absolute;
	left: 190px;
	bottom: 19px;
}

.LoveCollection2 .btn_shop {
	width: 162px;
	height: 43px;
	position: absolute;
	left: 19px;
	bottom: 15px;
}

.LoveCollection2 .btn_dl {
	width: 162px;
	height: 43px;
	position: absolute;
	left: 191px;
	bottom: 15px;
}

.LoveCollection2 .btn_more {
	width: 162px;
	height: 43px;
	position: absolute;
	left: 364px;
	bottom: 15px;
}


/* 	slide
------------------------------------------------------------ */

div#mainSlide_wrapper {
	width: 740px;
	height: 550px;
	overflow: hidden;
	position: relative;
}

ul#mainSlide {
	height: 550px;
	margin-left: 0px;
}

ul#mainSlide li {
	width: 740px;
	height: 550px;
	position: relative;
	float: left;
}

ul#mainSlide li #img_main {
	margin: 0;
}

p#btn_prev {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 260px;
	left: 50px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

p#btn_next {
	width: 42px;
	height: 42px;
	position: absolute;
	top: 260px;
	right: 50px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

ul#paginationList {
	height: 15px;
	position: absolute;
	bottom: -30px;
	left: 310px;
	cursor: pointer;
}

ul#paginationList li {
	width: 15px;
	height: 15px;
	float: left;
	margin-left: 5px;
	cursor: pointer;
	overflow: hidden;
}

ul#paginationList li img:hover {
	margin-top: -15px;
}

ul#paginationList li.current {
	cursor: default;
}

ul#paginationList li.current img {
	margin-top: -15px;
}

/* 	movie
------------------------------------------------------------ */

#movie {
	display: none;
}

#movie.show {
	display: block;
}

#movie_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;


	#movie_area {
		position: fixed;
		width: 740px;
		height: 416px;
		top: 50%;
		left: 50%;
		margin-top: -208px;
		margin-left: -370px;
	}

	#movie_btn_close {
		position: fixed;
		width: 65px;
		height: 21px;
		top: 50%;
		left: 50%;
		margin-top: 230px;
		margin-left: -52px;
		cursor: pointer;
	}
