@charset "utf-8";

/* 슬라이드 */
#main_visual {overflow:hidden;position:relative;width:100%;height:100%;min-width:1200px}
#slideshow {overflow:hidden;position:absolute;right:-50px;top:0;z-index:5;width:100%;height:100%;opacity:0}
#slides {position:relative;width:100%;height:100%;list-style:none;overflow:hidden;margin:0 auto}
#slides li {position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:center top}
#slides .img01 {background-image:url(/sh_img/index/main_banner/main_banner_01.jpg)}
#slides .img02 {background-image:url(/sh_img/index/main_banner/main_banner_02.jpg)}
#slides .img03 {background-image:url(/sh_img/index/main_banner/main_banner_03.jpg)}

/* 스크롤효과 */
#main_overlay {content:'';position:absolute;top:0;left:0;z-index:11;width:100%;height:101%;opacity:0;pointer-events:none;background:-webkit-linear-gradient(top, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
background:linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff,endColorstr=#99ffffff);transition:all .3s}

/* pager */
.pagination {display:none}

/* 좌우버튼 */
#main_visual .controls {display:none}


