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

.swiper-wrapper{ margin-top:95px; }
.swiper-container{ height:640px; -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
.header_box_line{ border:0; }
.header_box_scroll1 { background:#ffffff; border-bottom: 1px solid #ebebeb; box-shadow: 1px 1px 2px #ebebeb; }

.header_box_scroll1 .menu li a{ color:#000000; }
.header_box_scroll1 .menu li a:hover{ color:#ff6a1e !important; }
.header_box .header_box_main .menu li span{ color:#ff6a1e; }
#mobileMenu span{ background:#000000; }

#nav{ color:#000000; }
#nav a{ color:#000000; }

@media screen and (max-width: 1200px) {
	.mobileMenu_spac {
	 	background: #000000 !important
	}
}
@media screen and (max-width: 768px) {
	.swiper-container{ height:440px; }
}</pre></body></html>