@charset "utf-8";

.mwb-main-gallery-owl-full {
	position: relative;
}

.mwb-owl-full {
	position: relative;
}

.mwb-owl-full.owl-carousel {}

.owl-full-item {
	height: 70vh;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.owl-full-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0;
}

.owl-full-text {
	padding: 0 15px;
	text-align: left;
	font-size: 16px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 30%;
	/*margin-top: -50px;*/
	left: 0;
	right: 0;
}

.owl-full-text h1 {
	font-size: 4em;
	text-transform: capitalize;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 2px 5px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(0, 0, 0, 0.3);
}

.owl-full-text h1 span {
	display: block;
}

.owl-full-text p {
	font-size: 2em;
	font-weight: bold;
	max-width: 1000px;
	line-height: 1.4;
	margin: 0 auto 0px;
	margin-left: 10px;
	/*color: #fff;
    text-shadow: 0 0 0 white, 0 -3px 4px #c5c5c5, 0px 3px 6px #565656;*/
	color: rgba(255, 255, 255, 0.7);
	text-shadow: 2px 5px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(0, 0, 0, 0.3);
}

.mwb-owl-full .owl-item.active h1 {
	-animation: 1s 0.9s fadeIn both;
	animation: 1s 0.9s fadeIn both;
}

.mwb-owl-full .owl-item.active p {
	-webkit-animation: 1s 0.4s fadeIn both;
	animation: 1s 0.4s fadeIn both;
}

.mwb-owl-full .owl-item.active .owl-full-more-btn {
	-webkit-animation: 1s 0.7s fadeIn both;
	animation: 1s 0.7s fadeIn both;
}

.mwb-owl-full .owl-nav {
	height: 0;
	margin: 0;
}

.mwb-owl-full .owl-nav .owl-prev,
.mwb-owl-full .owl-nav .owl-next,
.mwb-owl-full .owl-dot {
	font-size: 0;
	margin: 0;
}

.mwb-owl-full .owl-nav .owl-prev:before,
.mwb-owl-full .owl-nav .owl-next:after {
	font-family: "Font Awesome 5 Free";
	font-size: 2em;
	line-height: 1;
	color: #b3afaf;
	font-weight: 900;
	position: absolute;
	bottom: 20px;
	/*margin-top: -0.5em; */
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.05), 0px 0px 12px rgba(0, 0, 0, 0.05);
}

.mwb-owl-full .owl-nav .owl-prev:before {
	content: "\f053";
	margin-left: 10px;
	right: 50px;
}

.mwb-owl-full .owl-nav .owl-next:after {
	content: "\f054";
	margin-right: 10px;
	right: 10px;
}

.mwb-owl-full .owl-nav.disabled+.owl-dots {
	margin-top: 10px;
}

.mwb-owl-full .owl-dots {
	text-align: left;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	bottom: 1vh;
	left: 1vw;
	right: 0;
}

.mwb-owl-full .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.mwb-owl-full .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 4px;
	background: #ccc;
	display: block;
	border-radius: 0;
	opacity: 0.6;
	-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-owl-full .owl-dots .owl-dot.active span {
	width: 12px;
}

.mwb-owl-full .owl-dots .owl-dot.active span,
.mwb-owl-full .owl-dots .owl-dot:hover span {
	background: #4589c8;
}

.mwb-mouse-scroll {
	display: block;
	display: none;
	margin: 0 auto;
	width: 12px;
	height: 45px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: 1;
}

.mwb-mouse-scroll .scroll-arrows {
	display: block;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 5px 2px;
	width: 8px;
	height: 8px;
}

.mwb-mouse-scroll .scroll-arrows.unu {
	margin-top: 1px;
}

.mwb-mouse-scroll .scroll-arrows.unu,
.mwb-mouse-scroll .scroll-arrows.doi,
.mwb-mouse-scroll .scroll-arrows.trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
	animation: mouse-scroll 1s infinite;
}

.mwb-mouse-scroll .scroll-arrows.unu {
	-webkit-animation-delay: 0.1s;
	-moz-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.mwb-mouse-scroll .scroll-arrows.doi {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	margin-top: -6px;
}

.mwb-mouse-scroll .scroll-arrows.trei {
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	margin-top: -6px;
}

.mwb-mouse-scroll .mouse {
	height: 21px;
	width: 12px;
	border-radius: 14px;
	transform: none;
	border: 2px solid white;
	top: 170px;
}

.mwb-mouse-scroll .mouse .wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
	height: 4px;
	width: 4px;
	border: 2px solid #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.mwb-mouse-scroll .mouse .wheel {
	-webkit-animation: mouse-wheel 0.6s linear infinite;
	-moz-animation: mouse-wheel 0.6s linear infinite;
	animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(16px);
		-ms-transform: translateY(16px);
		transform: translateY(16px);
	}
}

@-moz-keyframes mouse-wheel {
	0% {
		top: 1px;
	}

	25% {
		top: 4px;
	}

	50% {
		top: 7px;
	}

	75% {
		top: 4px;
	}

	100% {
		top: 1px;
	}
}

@-o-keyframes mouse-wheel {
	0% {
		top: 1px;
	}

	25% {
		top: 4px;
	}

	50% {
		top: 7px;
	}

	75% {
		top: 4px;
	}

	100% {
		top: 1px;
	}
}

@keyframes mouse-wheel {
	0% {
		top: 1px;
	}

	25% {
		top: 4px;
	}

	50% {
		top: 7px;
	}

	75% {
		top: 4px;
	}

	100% {
		top: 1px;
	}
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

/*//////////////////////////////////*/
/* 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: 1199px) {
	/* 1199px 보다 작을 경우 */
}

@media (max-width: 991px) {
	/* 991px 보다 작을 경우 */
}

@media (max-width: 767px) {

	/* 767px 보다 작을 경우 */
	.owl-full-item {
		/*height: 80vh;*/
	}

	.mwb-owl-full.owl-carousel .owl-nav button.owl-next {
		top: auto;
		margin: 0;
		bottom: 0px;
	}

	.mwb-owl-full.owl-carousel .owl-nav button.owl-prev {
		top: auto;
		margin: 0;
		bottom: 0px;
	}

	.owl-dots {
		bottom: 10px;
		left: 50px;
		right: 50px;
	}

	.owl-full-text {
		margin-top: -80px;
		max-width: 600px;
	}

	.owl-full-text h1 {
		font-size: 3em;
	}

	.owl-full-text p {
		font-size: 1.2em;
	}
}

@media (max-width: 439px) {

	/* 439px 보다 작을 경우 */
	.owl-full-item {
		/*height: 60vh;*/
	}

	.owl-full-text {
		margin-top: -30px;
		max-width: 350px;
	}

	.owl-full-text h1 {
		font-size: 3em;
	}

	.owl-full-text p {
		font-size: 0.8em;
		line-height: 1.2em;
	}
}

@media (min-width: 440px) and (max-width: 767px) {
	/* 440-767 사이 */
}

@media (min-width: 768px) and (max-width: 991px) {
	/* 768-991 사이 */
}

@media (min-width: 992px) and (max-width: 1199px) {
	/* 992-1199 사이 */
}