@charset "utf-8";
/*
* Green theme - Owl Carousel CSS File
*/
.owl-carousel {
	display: none;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel.owl-loaded {
	display: block;
}
.main-gallery-owl.owl-carousel {
	/*max-width: 1500px;*/
	margin: 0 auto;
	width: 100%;
}
.main-gallery-owl.owl-carousel .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.main-gallery-owl.owl-carousel .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;
}
.main-gallery-owl.owl-carousel .owl-nav [class*='owl-']:hover {
	background: var(--mwb-body-bg);
	color: white;
	text-decoration: none;
}
.main-gallery-owl.owl-carousel .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.main-gallery-owl.owl-carousel .owl-nav.disabled + .main-dots {
	margin-top: 10px;
}
.main-gallery-owl.owl-carousel .main-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.main-gallery-owl.owl-carousel .main-dots .main-dot {
	display: inline-block;
	zoom: 1;
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.main-gallery-owl.owl-carousel .main-dots .main-dot span {
	width: 10px;
	height: 10px;
	margin: 2px;
	box-shadow: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main-gallery-owl.owl-carousel .main-dots .main-dot.active span,
.main-gallery-owl.owl-carousel .main-dots .main-dot:hover span {
	transform: scale(1.5);
	background: var(--success-color);
}
.main-gallery-owl.owl-carousel .item {
	height: auto;
	background: var(--mwb-body-bg);
	color: #fff;
	position: relative;
	/*width: 1180px; */
	background-position: center;
	background-size: cover;
	height: 800px;
}
.main-gallery-owl.owl-carousel .owl-item .item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 12, 12, 0.52);
	opacity: 1;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.main-gallery-owl.owl-carousel .owl-item.center .item:before {
	opacity: 0;
}
.main-gallery-owl.owl-carousel .item img {
	width: 100%;
}
.main-gallery-owl.owl-carousel .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;
}
.main-gallery-owl.owl-carousel .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);
}
.main-gallery-owl.owl-carousel .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);
}
.main-gallery-owl.owl-carousel .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;
}
.main-gallery-owl.owl-carousel .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;
}
.main-gallery-owl.owl-carousel .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;
}
/*//////////////////////////////////*/
/* Responsive style design by MWBS3 */
/*//////////////////////////////////*/
@media (min-width: 440px) {
	/* 440px 보다 클 경우 */
}
@media (min-width: 768px) {
	/* 768px 보다 클 경우 */
}
@media (min-width: 992px) {
	/* 992px 보다 클 경우 */
}
@media (min-width: 1200px) {
	/* 1200px 보다 클 경우 */
}
@media (max-width: 1199.98px) {
	/* 1199.98px 보다 작을 경우 */
	.main-gallery-owl.owl-carousel .item {
		height: 600px;
	}
}
@media (max-width: 991.98px) {
	/* 991.98px 보다 작을 경우 */
	.main-gallery-owl.owl-carousel .item {
		height: 500px;
	}
}
@media (max-width: 767.98px) {
	/* 767.98px 보다 작을 경우 */
	.main-gallery-owl.owl-carousel .item {
		height: 400px;
	}
	.main-gallery-owl.owl-carousel .main-dots {
		bottom: 10px;
	}
	.main-gallery-owl.owl-carousel .main-dots .main-dot span {
		width: 8px;
		height: 8px;
		margin: 1px 2px;
	}
}
@media (max-width: 439.98px) {
	/* 439.98px 보다 작을 경우 */
	.main-gallery-owl.owl-carousel .item {
		height: 300px;
	}
}
@media (min-width: 440px) and (max-width: 767.98px) {
	/* 440-767 사이 */
}
@media (min-width: 768px) and (max-width: 991.98px) {
	/* 768-991 사이 */
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	/* 992-1199 사이 */
}