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


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



.owl-controls .owl-nav
{position: absolute; top : 47%; width:100%; }
.owl-controls .owl-nav .owl-prev{float: left; margin-left:3%; background: url('prev.png')no-repeat;}
.owl-controls .owl-nav .owl-next{float: right;margin-right:3%;background: url('next.png')no-repeat;}
.owl-theme .owl-nav [class*=owl-]{    width: 40px;  height: 40px;}



.owl-carousel .owl-dot {
    background-color: transparent;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    border-radius: 100%;
    border:2px solid rgba(255,255,255,1);
}



.owl-carousel .owl-dot.active {
    background-color: #fff;
}

.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: 50px;
    width: 100%;
}


/*--------------------- -------------*/



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

.slide-bg {
	min-height: 70vh;
	background-size: cover;
    background-repeat: repeat;
    background-position: center center;
    position: relative;
}

.head-text {
    color:#fff !important; 
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    top:28%;
}
.head-text p { display:block; margin:0 auto; font-size:16px;} 
.head-text a {
	color: #fff;
    text-shadow: none;
	font-size: 14px;
    font-weight: inherit;
 	text-transform: uppercase;
	padding:8px 30px; 
	border:1px #fff solid;
    display:inline-block; 
	margin-top:15px;
}

.head-text a:hover{background:#fff; color:#000;}
.head-text h1 {
	font-weight:500;
	font-size:3em;
    text-transform: uppercase;
    margin:0 auto 20px;
}



@media screen and (max-width: 600px){
  
.owl-theme .owl-dots{bottom:30px !important;}
.mfp-arrow {    top: 38%;	}

    .head-text{top:20%;}
    .head-text p{font-size: 13px ; letter-spacing: -0.02em;}
    .head-text h1 {
        font-size: 20px; 
        margin:0 auto 10px;
    }

    .slide-bg { min-height: 55vh;   }

}

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

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




@media screen and (max-width: 320px){
    .head-text{top:12%;}
    .slide-bg { min-height: 70vh;   }


}


.slide_bg
{min-height:708px;}
.slide1
{background:url('../visual01.jpg') center;}
.slide2
{background:url('../visual02.jpg') center;}
.slide3
{background:url('../visual03.jpg') center;}

.head-text
{top:31%;}
.head-text h1
{font-size:80px; font-family:'NanumSquare'; font-weight:700;}
.head-text p
{font-family:'NanumSquare'; font-size:48px; font-weight:100;}




@media screen and (max-width:414px){
    .slide-bg
    {min-height:250px;}
    .head-text h1
    {font-size:42px;}
    .head-text p
    {font-size:15px; transform:skew(-0.1deg);}
    .owl-theme .owl-dots
    {bottom:10px !important;}
}