@charset "UTF-8";

* {padding:0; margin:0; }
a {font-size:12px; color:#333; text-decoration:none;}
li {list-style:none;}
img {vertical-align:top;}
body {font-family:'Nanum Gothic',"나눔고딕", sans-serif;}

.pointer {cursor: pointer;}

.yj-slider {
	float:left;
	width:440px;
	/* height:230px;  */
	margin:50px auto 20px auto; 
	position:relative;
	}
.yj-slider .yj-screen {width:100%; overflow:hidden; position:relative;}
.yj-slider .yj-screen .imgs {width:300%; height:158px; position:relative; left:-100%;}
.yj-slider .yj-screen .imgs li {width:33.33%; position:absolute; left:33.33%; top:0;}
/* .yj-slider .yj-screen .imgs li img {width:100%;} */

.yj-slider .yj-controls {font-family: Dotum;}
.yj-slider .yj-controls a {display:inline-block; position:absolute; font-size:12px; color:#666;}
.yj-slider .yj-controls .yj-prev {top:50%; left:-50px;}
.yj-slider .yj-controls .yj-next {top:50%; right:-50px;}
.yj-slider .yj-controls .yj-start {top:-19px; right:15px;}
/* .yj-slider .yj-controls .yj-start.active {color:#000;} */
.yj-slider .yj-controls .yj-stop {top:-19px; right:2px;font-weight: bold;}
/* .yj-slider .yj-controls .yj-stop.active {color:#000;} */
.yj-slider .yj-controls .yj-start:HOVER, .yj-slider .yj-controls .yj-stop:HOVER  {color: #03c75a;}

.yj-slider .yj-pager {position:absolute; left:2px; top:-15px; overflow:hidden;}
.yj-slider .yj-pager a {width:8px; height:8px; float:left; margin-right:4px; display:inline-block; background-color:#888; vertical-align:top;}
.yj-slider .yj-pager a.on {background-color:#03c75a;}



@media screen and (max-width: 800px) { 
    
 
    
    
}





















