@import url('https://fonts.googleapis.com/css?family=Roboto:400,600');

#mainslidearea{clear:both; height:auto; width:100%;}


/*---------------------- Home Head Start ------------------*/

.owl-carousel .owl-dot {
    background-color: transparent;
    border: 1px solid white;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    border-radius: 100%;
}



.owl-carousel .owl-dot.active {
    background-color: #fff;/*
    border-color: #e1666a;*/
}
.owl-theme .owl-dots .owl-dot span {
    width: 0px;
    height: 0px;
    margin: 0px 0px;
}

.header_slide img.img-responsive {
    margin: 0px;
    margin-top: -50px;
}
.owl-theme .owl-dots {
    position: absolute;
    bottom: 45px;
    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: 80vh;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

.head-text {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding-top: 42px;
   font-family:'Roboto', 'Noto Sans KR', sans-serif !important;
   text-shadow: 1px 3px 4px rgba(0,0,0,.8);
}
.head-text p {color:#fff !important; font-family:'Roboto', 'Noto Sans KR', sans-serif !important;    font-size:18px !important;  } 
.head-text a {
	color: #fff;
    text-shadow: none;
	font-size: 14px;
    font-weight: inherit;
 	text-transform: uppercase;
	padding:10px 30px; 
	border:2px #fff solid;
    display:inline-block; 
	margin-top:380px;
	line-height:100%;
	font-family:'Roboto', 'Noto Sans KR', sans-serif !important;
}

.head-text a:hover{background:#fff; color:#61a6ea;}
.head-text h1 {
	font-weight:700;
	margin-bottom:30px !important;
	font-size:4em;
	color:#fff;
	font-family:'Roboto', 'Noto Sans KR', sans-serif !important;
    letter-spacing: -0.02em;
    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; 
}


@media only screen and (max-width: 768px) {
    .owl-carousel .owl-dot {
        background-color: transparent;
        border: 1px solid white;
        display: inline-block;
        padding: 5px 5px !important;
        margin-right: 5px;
    }
}





@media screen and (max-width: 600px){
.head-text{padding-top:100px !important;}
.owl-theme .owl-dots{bottom:100px !important;}
.mfp-arrow {top: 38%;}
.head-text h1 { font-size: 28px; margin-bottom: 10px !important}
.head-text p{font-size: 14px !important;}
.slide-bg { min-height: 65vh;   }

.owl-dots {
    margin-bottom: 999px !important;
}
}

.sidebar-content a {
	text-decoration: underline;
}

.img-box:hover img {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




/*---------------------- Popup Section End -------------*/

