<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


#slides {
	position:relative;
	top:0px;
	left:0px; /* 슬라이드 시작위치 */
	z-index:500;
}

.slides_container {
	width:1900px;
	overflow:hidden;
	position:relative;
	display:none;
}


.slides_container a {
	width:1900px;
	height:564px;
	display:block;
}

.slides_container a img {
	display:block;
}


#slides .next,#slides .prev {
	position:absolute;
	top:36%;         /* 좌우슬라이드 이미지 상단위치  107px; */
	left:290px; /*우측 슬라이드 이미지 위치 조정 */
	width:38px;
	height:96px;
	display:block;
	z-index:101;
}

#slides .next {
	left:1500px; /*좌측 슬라이드 이미지 위치 조정 */
}


.pagination {/*다수 슬라이드 이미지 위치 조정 이미지변경시 img 폴더의 pagination.png 를 수정  */
	margin:-40px auto 0;
	left:870px;
	width:200px;
	position:absolute;
	display:block; /*사용하지 않을때 none 로 바꿔줌 */
	z-index:9000;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;

}

.pagination li a {
	display:block;
	width:25px;
	height:0;
	padding-top:18px; 
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -20px;
}

</pre></body></html>