﻿@media only screen and (min-width:769px) {
	.xg_header{top:0px;-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	.xg_header.on{top:-90px;}
	#sf1727-00001{padding:0px !important;}
	#cf1727-000010001{padding:0px 5%;background:#ffffff;position:relative;z-index: 999999;}
	.xg_dropdownlist_zdy{position:absolute;width:100%;top:85px;pointer-events: inherit;}
	.xg_dropdownlist{display:none !important;}
	.xg_dropdownlist_zdy .xg_navi_template {z-index:9;display:block !important;position:absolute !important;-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);overflow:hidden;-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}
	.xg_dropdownlist_zdy .xg_navi_template.on {-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);}
}
@media only screen and (max-width:768px) {
}