.fullSlide{width:100%;position:relative;height:<?=$img_h?>px; z-indx:-1;}
.fullSlide .bd{ min-width:1200px;margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:<?=$img_h?>px;overflow:hidden; background-repeat:no-repeat; background-size:cover;}
/*.fullSlide .bd li a{display:block;height:<?=$img_h?>px;}*/	 
.fullSlide .bd li .bn_txt {width:1200px; margin:250px auto 400px; color:#fff; text-align:center; color:#fff; text-shadow: 0px 0px 10px #000;}
.fullSlide .bd li .bn_txt h3 {font-size:2em; font-weight:700; letter-spacing:-3px;}
.fullSlide .bd li .bn_txt p { margin:55px auto; font-size:0.8em; font-weight:500;}
.fullSlide .bd li .bn_txt a {display:block; width:140px; font-size:0.8em; letter-spacing:1px; margin:0 auto; color:#fff; font-weight:500; padding:12px 0; border-radius:50px; background:url('/theme/namhae/img/idx_bt.png') center no-repeat;}

.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:58%;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:20px;height:2px;margin:1px;overflow:hidden;background:#fff;filter:alpha(opacity=65);opacity:0.65;line-height:999px;}
.fullSlide .hd ul .on{background:#ffff00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(<?=$latest_skin_url?>/img/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}

.fullSlide .scroll-down {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transition:0.2s;
    transform: translate(-50%,0%);
    text-align: center;
    /* z-index: 5; */
    color: #fff;
}
.scroll_down span {
    display: block;
    position: relative;
    width: 20px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    margin: 0 auto;

}
.scroll_down span:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    transform: translateX(-50%);
    box-sizing: border-box;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}

@media screen and (max-width:1300px) {	 
.fullSlide .bd li {height:600px;}
.fullSlide .bd li .bn_txt {width:90%; margin:100px auto;}
}

@media screen and (max-width:1200px) {	 
.fullSlide .bd{ min-width:100%;	 }
.fullSlide .bd li {height:600px;}
.fullSlide .bd li .bn_txt img{width:80%;} 
.fullSlide .prev{left:5%;}	  
.fullSlide .next{right:5%;}

.fullSlide .scroll-down {display:none;}
}

@media screen and (max-width:840px) {
.fullSlide {height:500px;}
.fullSlide .bd ul {height:500px !important;}
.fullSlide .bd li {height:500px; background-position:top center; background-size:cotain;}
.fullSlide .bd li .bn_txt {margin:130px auto 100px;}
.fullSlide .hd {display:none;}

}

@media screen and (max-width:600px) {
.fullSlide{height:450px;}
.fullSlide .bd li .bn_txt {margin:150px auto 100px;}
.fullSlide .bd li .bn_txt h3 {font-size:1.3em;}
.fullSlide .bd li {background-size:cover !important; height:450px;}
.fullSlide .bd li .bn_txt p {width:95%; margin:20px 0;}
}
