<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

div#s_main_wrap {
	max-width:1024px;
	position: relative;
	margin:0 auto;
}

ul.s_main {
	width:100%;
	height:100%;
	overflow:hidden;
	margin-bottom: 20px;
}
ul.s_main li {
	top:0;
	left:0;
	width:100%;
	position: absolute;
	display:none;
}

.prev_btn,
.next_btn {
	display: none;
}

.prev_btn img:hover,.next_btn img:hover{
	opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7;
	
}


div.thumWrap {
	max-width: 1024px;
	margin: 0 auto 30px;
}
div.thumWrap ul.s_thum {
	margin:0 auto 10px;
}
ul.s_thum li {
	float:left;
	width: 13.4%;
	cursor: pointer;
	margin-right: 1.033%;
}
ul.s_thum li#t7 {
	margin-right: 0px;
}
ul.s_thum li:nth-child(7){
	margin-right: 0%;
}

ul.s_thum li img {
	opacity:0.4; filter:alpha(opacity=40); -moz-opacity:0.4;
}

ul.s_thum li.ac img {
	opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0;
}


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

	ul.s_thum li {
		width: 25%;
		margin-right:0px;
		text-align: center;
	}	
	
}
@media screen and (max-width: 600px){

	

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

	

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

}

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