




/*메인배너*/
.main-carousel{height: 100vh; padding: 0; max-height: 1200px; display:block;background-image:url(../img/main/banner2.jpg); margin-top:0px}
.main-carousel .li{max-height:1200px; background-size:cover; background-position:center; position:relative}
.main-carousel .li .cover{position:absolute;top:0;left:0;width:100%;height:100%;background:url(../img/sub_visual_cover.png) center bottom no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;min-width:300px;opacity:.9;z-index:1}
.main-carousel .jarallax { min-height: 767px;}

.main-carousel .img01 {  margin:0px auto;background-image:url(../img/main/banner2--.jpg);}
.main-carousel .img02 { margin:0px auto;background-image:url(../img/main/banner3.jpg);}
.main-carousel .img03 { margin:0px auto;background-image:url(../img/main/banner4.jpg);}
.main-carousel .li .copy_area_wrap {margin:auto; padding:0}
.main-carousel .li .copy_area{width: 100%; text-align: center;position: absolute;top: 50%;-ms-transform: translateY(-50%); transform: translateY(-50%); color:#fff; z-index:2}
.main-carousel .li .copy_area .hangul {letter-spacing:-2px}
.main-carousel .li .copy_area h2{font-size:60px;font-weight:100; line-height:1.3; letter-spacing:-3px; text-align:center}
.main-carousel .li .copy_area h2:after { content: " ";display: block; margin:30px auto 0; text-align:left; width:40px; height: 3px; background-color:#fff; clear: both;}
.main-carousel .li .copy_area h3{ width:100%; font-size:15px; font-weight:100; text-align:center; margin:15px 0 40px 0; color:#e4e4e4; line-height:1.6}
.main-carousel .li .copy_area h4{font-size:14px;font-weight:600;text-align:cnter; width:160px; margin:0 auto; border:1px solid rgba(255, 255, 255, .4)}
.main-carousel .li .copy_area h4:hover { background-color:#74314f; border:1px solid #74314f; color:#fff; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.main-carousel .li .copy_area h4 a{color:#fff;padding:10px 40px;display:block; text-align:center}
.main-carousel .li .copy_area_movie{ width:100%; position:relative}
.main-carousel .li .copy_area_movie h2{color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:40px; line-height:2em; text-align:left; z-index:1;}
.main-carousel .li .copy_area_movie h2:after { content: " ";display: block; margin:50px 0 0; width:40px; height: 3px; background-color:#fff; clear: both;}
.main-carousel .li .copy_area_movie h3{color:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:42px; line-height:2em; text-align:left; margin:15px 0 40px 0; z-index:1;}
.main-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; bottom:135px;}
.main-carousel .owl-dots .owl-dot{background:rgba(255, 255, 255, 0.5);width:30px;height:5px;display:inline-block;margin:0 5px; border:0}
.main-carousel .owl-dots .owl-dot.active{background:rgba(255, 255, 255, 1)}
.main-carousel .owl-nav{position:absolute;width:100%;bottom:50%}
.main-carousel .owl-nav .owl-prev{width:40px;height:30px;position:absolute;left:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent; cursor:pointer}
.main-carousel .owl-nav .owl-next{width:40px;height:30px;position:absolute;right:50px; font-size:14px; color:#fff; border-top: 1px solid #fff; border-left:0; border-right:0; border-bottom:0; padding-top:5px; text-align:center; background-color:transparent;  cursor:pointer}
/*메인배너*/





@media screen and (max-width: 960px) {
    
	
	.main-carousel .owl-nav { display:none}

	.main-carousel{height:400px;}
	.main-carousel .li{height:400px; }
	.main-carousel .jarallax { min-height: 400px;}
	
	.main-carousel .owl-dots{bottom:5px;}

}




@media screen and (max-width: 640px) {
    .main-carousel .li .copy_area { top:40%;}
	.main-carousel .li .copy_area h2 { font-size:40px; word-break:keep-all} 
     
	
	.main-carousel{height:400px;}
	.main-carousel .li{height:400px; }
	.main-carousel .jarallax { min-height: 400px;}
	
	
}