#mainslidearea{clear:both; height:auto; width:100%;}


/*---------------------- Home Head Start ------------------*/

.owl-theme .owl-nav [class*=owl-]{    background: #000 !important;
    padding: 10px !important;
    margin: 0 !important;
    font-size: 1.2em;
        display: inline-block;
    border-radius: 0 !important;}
.owl-theme .owl-nav [class*=owl-]:hover{background: #333 !important;}
.owl-theme .owl-nav div {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.owl-theme .owl-nav div.owl-next {
    left: auto;
    right: 0; 
}

.owl-theme .owl-nav {display: none !important;}
.owl-carousel .owl-dot {
    background-color: transparent;
    border: 1px solid white;
    display: inline-block;
    margin-right: 10px;
    border-radius: 100%;


}
.owl-theme .ti-angle-left, .owl-theme .ti-angle-right{font-size: 2em; }


.owl-carousel .owl-dot.active {
    background-color: #fff;/*
    border-color: #e1666a;*/
}
.owl-theme .owl-dots .owl-dot span {
    margin: 0px;
    background: transparent !important;
}

.header_slide img.img-responsive {
    margin: 0px;
    margin-top: -50px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

/*---------------------- Home Head End ------------------*/

/*---------------------- Popup Section Start -------------*/



.slide1 {
    background: url('../slider1.jpg');  
}
.slide2 {
    background: url('../slider2.jpg');
}
.slide3 {
    background: url('../slider3.jpg');
}

.slide-bg {
	min-height: 100vh;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}
.text-fff{color:#fff;}
.text-000{color:#000;}
.head-text {
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    padding-top: 18%;
   font-family:'Open Sans', 'Noto Sans KR', sans-serif !important;
    text-shadow: 1px 2px 2px rgba(0,0,0,.2);
}
.head-text p {font-family:'Open Sans', 'Noto Sans KR', sans-serif !important;    font-size:20px !important;  line-height: 150% !important; letter-spacing: -.01em; font-weight: 400; color: #fff;} 
.head-text a {
	color: #333;
    text-shadow: none;
	font-size: 14px;
    font-weight: inherit;
 	text-transform: uppercase;
	padding:10px 25px; 
	background: #fff;
    display:inline-block; 
	margin-top:10px;
	font-family:'Open Sans', 'Noto Sans KR', sans-serif !important;
}

.head-text a:hover{background:#000; color:#fff;}
.head-text h1 {
	margin-bottom:50px !important;
	font-size:70px;
	color:#fff;
	font-family:'Open Sans', 'Noto Sans KR', sans-serif !important;
    text-transform: uppercase;
}

.owl-item.active .head-text h1{
    -webkit-animation: 1s .1s fadeInUp both;
    -moz-animation: 1s .1s fadeInUp both;
    -ms-animation: 1s .1s fadeInUp both;
    -o-animation: 1s .1s fadeInUp both;
    animation: 1s .2s fadeInUp both; 
}
.owl-item.active .head-text p{
    -webkit-animation: 1s .2s fadeIn both;
    -moz-animation: 1s .2s fadeIn both;
    -ms-animation: 1s .2s fadeIn both;
    -o-animation: 1s .2s fadeIn both;
    animation: 1s .4s fadeIn both; 
}

.owl-item.active .head-text a{
    -webkit-animation: 1s .3s fadeIn both;
    -moz-animation: 1s .3s fadeIn both;
    -ms-animation: 1s .3s fadeIn both;
    -o-animation: 1s .3s fadeIn both;
    animation: 1s .6s fadeIn both; 
}


@media only screen and (max-width: 768px) {

    .owl-dots{display: block !important;}
    .owl-carousel .owl-dot {
        display: inline-block;
        margin-right: 8px;
    }
}





@media screen and (max-width: 780px){
.head-text{padding-top:40%;}
.owl-theme .owl-dots{bottom:100px !important;}
.mfp-arrow {top: 38%;}
.head-text h1 { font-size: 30px; margin-bottom: 20px !important}
.head-text p{font-size: 15px !important;}
.slide-bg { min-height: 100vh;   }

}

.sidebar-content a {
	text-decoration: underline;
}

.img-box:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




/*---------------------- Popup Section End -------------*/

