@charset "utf-8";
.mwb-main-gallery {
	position: relative; 
}
.mwb-main-gallery .logo-wrapper {
	position: absolute; 
	top: 10vh; 
	width: 100%;
	text-align: center; 
	z-index: 2; 
}
.mwb-main-gallery .logo-wrapper .logo {
	display: inline-block; 
	padding: 5px; 
	/*-webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;*/
}
.mwb-main-gallery .owl-carousel.latest-main-gallery {
	max-width: 100%;
	margin: 0 auto;
}
.mwb-main-gallery .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.mwb-main-gallery .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mwb-main-gallery .owl-nav [class*='owl-']:hover {
	color: white;
	text-decoration: none;
}
.mwb-main-gallery .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.mwb-main-gallery .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}
.mwb-main-gallery .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 1vh;
	left: 1vw;
}
.mwb-main-gallery .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.mwb-main-gallery .owl-dots .owl-dot span {
	width: 2vw;
	height: 12px;
	margin: 5px 7px;
	-webkit-box-shadow: 2px 2px 10px #000;
    box-shadow: 2px 2px 10px #000;
	background: #ccc;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.mwb-main-gallery .owl-dots .owl-dot.active span {
	width: 4vw;
}
.mwb-main-gallery .owl-dots .owl-dot.active span,
.mwb-main-gallery .owl-dots .owl-dot:hover span {
	background: #4589c8;
}
.mwb-main-gallery .owl-carousel.latest-main-gallery .item {
	height: auto;
	color: #fff;
	position: relative;
}
.mwb-main-gallery .owl-carousel.latest-main-gallery .item img {
	width: auto;
	height: 770px; 
}
.mwb-main-gallery .owl-carousel.latest-main-gallery .owl-stage-outer {
	height: 770px; 
}
.mwb-main-gallery .owl-item .item .text {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	z-index: 99;
	top: 20vw;
	right: 12vw;
	text-shadow: 2px 2px 15px #000;
	font-size: 1.5em;
}
.mwb-main-gallery .owl-item .item .text h1 {
	margin: 100% 0 0 0;
	text-align: right;
	-ms-transform: rotate(10deg);
	/* IE 9 */
	-webkit-transform: rotate(10deg);
	/* Chrome, Safari, Opera */
	transform: rotate(10deg);
}
.mwb-main-gallery .owl-item .item .text p {
	margin: 100% 0 0 0;
	text-align: right;
	-ms-transform: rotate(-5deg);
	/* IE 9 */
	-webkit-transform: rotate(-5deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-5deg);
}
.mwb-main-gallery .owl-item.active .item .text {
	opacity: 1;
	-webkit-transition: all 300ms ease 0.5s;
	-moz-transition: all 300ms ease 0.5s;
	-ms-transition: all 300ms ease 0.5s;
	-o-transition: all 300ms ease 0.5s;
	transition: all 300ms ease 0.5s;
}
.mwb-main-gallery .owl-item.active .item .text h1 {
	margin: 10px 0 0 0;
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
	-webkit-transition: all 250ms ease 0.5s;
	-moz-transition: all 250ms ease 0.5s;
	-ms-transition: all 250ms ease 0.5s;
	-o-transition: all 250ms ease 0.5s;
	transition: all 250ms ease 0.5s;
}
.mwb-main-gallery .owl-item.active .item .text p {
	margin: 10px 0 0 0;
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	/* Chrome, Safari, Opera */
	transform: rotate(0deg);
	-webkit-transition: all 250ms ease 0.6s;
	-moz-transition: all 250ms ease 0.6s;
	-ms-transition: all 250ms ease 0.6s;
	-o-transition: all 250ms ease 0.6s;
	transition: all 250ms ease 0.6s;
}
@media (max-width: 991px) { /* 991px 보다 작을 경우 */
	.mwb-main-gallery .logo-wrapper {
		top: 10vh; 
	}
	.mwb-main-gallery .logo-wrapper .logo img {
		width: 300px; 
	}
	.mwb-main-gallery .owl-carousel.latest-main-gallery .item img {
		height: 600px; 
	}
	.mwb-main-gallery .owl-carousel.latest-main-gallery .owl-stage-outer {
		height: 600px; 
	}
}
@media (max-width: 767px) { /* 767px 보다 작을 경우 */
	.mwb-main-gallery .logo-wrapper .logo {
		/*display: none; */
	}
	.mwb-main-gallery .logo-wrapper .logo img {
	}
	.mwb-main-gallery .owl-carousel.latest-main-gallery .item img {
		height: 500px; 
	}
	.mwb-main-gallery .owl-carousel.latest-main-gallery .owl-stage-outer {
		height: 500px; 
	}
}
@media (max-width: 439px) { /* 439px 보다 작을 경우 */
	.mwb-main-gallery .logo-wrapper .logo {
		/*display: none;*/ 
	}
	.mwb-main-gallery .logo-wrapper .logo img {
		width: 250px; 
	}
}

