/*메인배너*/

.main-carousel{height:100vh; padding:0; display:block}

.main-carousel .li{height:100vh; background-size:cover; background-position:center; position:relative}



.main-carousel .img01 { background-image:url(/images/main_visual1.jpg);}

.main-carousel .img02 { background-image:url(http://g01.gandme.kr/main_visual2.jpg);}

.main-carousel .img03 { background-image:url(http://g01.gandme.kr/main_visual3.jpg);}

.main-carousel .li .copy_area_wrap {max-width:1240px; margin:auto; padding:0 20px}

.main-carousel .li .copy_area{position: absolute; top:50%; -ms-transform: translateY(-50%); transform: translateY(-50%);margin:0 auto; 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:bold; line-height:1.3; letter-spacing:1px; text-align:left}

.main-carousel .li .copy_area h2:after { content: " ";display: block; margin-top:30px; text-align:left; width:40px; height: 3px; background-color:#fff; clear: both;}

.main-carousel .li .copy_area h3{max-width:420px;font-size:16px;font-weight:100;text-align:left;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:left; width:160px; border:1px solid rgba(255, 255, 255, .4)}

.main-carousel .li .copy_area h4:hover { background-color: #1A5993; border:1px solid #122E4F; 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 .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-left:10px; 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}

}


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



	.main-carousel .li .copy_area h2 { font-size:25px; word-break:keep-all} 

 	.main-carousel .li .copy_area h3 { max-width:320px}

    .main-carousel .li .copy_area h4 { width:140px}

 

}



