#showslide {position:fixed; top:0; background:rgba(0,0,0,0.7); width:100%; z-index:9999;}
#showslide .owl-carousel {position:absolute; left:50%; transform:translateX(-50%); z-index:10000;}
#showslide .close_wrap input[type=checkbox] {vertical-align:middle; margin:0 0 0 5px; width:17px; height:17px;}
#showslide .close_wrap label {color:#999; font-size:15px; margin:6px 0 0 5px;}
.owl-nav{position: absolute; top:43%; width: 100%}
li.slide_item {width:100% !important;}
.image_slide_zone .owl-nav [class*='owl-'] {background: transparent;}
.image_slide_zone .owl-nav [class*='owl-']:hover {background: transparent;}

.arrow{width:25px; opacity: .5}
.arrow-l{position: absolute; left:-35px;}
.arrow-r{position: absolute; right:-35px;}

.image_slide_zone .owl-dots {
	position: absolute;
	z-index: 2000;
	bottom:10px !important;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}
.image_slide_zone .owl-dots .owl-dot span {
	background: #525564;
}
.image_slide_zone .owl-dots .owl-dot:hover span {
	background: #000;
}
.image_slide_zone .owl-dots .owl-dot.active span {
	background: #000;
}
/* ´Ý±â ¹öÆ° */
.mfp-close {top: 0 !important; color:#fff !important; background:transparent !important; float:right; font-size:34px;}
.mfp-close {
	width: 41px !important;
	height: 41px !important;
	right: 20px !important;
	top: 8px !important;
	text-align: center !important;
	border-radius: 100px !important;
	border: 2px solid transparent !important;
	line-height: 39px !important;
	padding: 0 !important;
	-webkit-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
	font-family: Arial, Baskerville, monospace !important;
}
.mfp-close:hover{
	border: 2px solid #fff !important;
	transform: scale(0.8) !important;
	-webkit-transform: scale(0.8) rotateZ(90deg) !important;}
@media(max-width:767px){
	#showslide .close_wrap input[type=checkbox] {vertical-align:middle; margin:0 0 0 5px; width:15px; height:15px;}
	#showslide .close_wrap label {color:#999; font-size:14px; margin:10px 0 0 5px;}
	.mfp-close {top: 0 !important; color:#fff !important; background:transparent !important; float:right; font-size:30px;}
	.mfp-close {
		width: 40px !important;
		height: 40px !important;
		right: 20px !important;
		top: 8px !important;
		text-align: center !important;
		border-radius: 100px !important;
		border: 2px solid transparent !important;
		line-height: 38px !important;
		padding: 0 !important;
		-webkit-transition: all 0.3s ease-out !important;
		transition: all 0.3s ease-out !important;
		font-family: Arial, Baskerville, monospace !important;
	}
	#showslide .slide_popup_zone {position:absolute; width:100%; top:calc(50% - 27%); margin-top:0;}
	#showslide .close_wrap {width:calc(100% - 90px); margin:auto;}
	#showslide .image_slide_zone {position:relative; width:100%; margin:auto;}

	.owl-carousel {width:calc(100% - 90px); margin:auto;}
	.owl-carousel .owl-item img {width:100%;}
}
@media(min-width:768px){
	#showslide .slide_popup_zone {position:absolute; width:100%; top:50%; margin-top:-300px;}
	#showslide .close_wrap {width:550px; margin:auto;}
	#showslide .image_slide_zone {position:relative; width:550px; height:600px; margin:auto;}
	.owl-carousel {width:550px; margin:auto;}
	.owl-carousel .owl-item img {width:550px; height:600px;}

}