
#header{position:relative;width:100%;margin-top: 7px;/* border-bottom:1px solid #ebebeb; */}
#header .progress{width:500px;background:#517aba;margin-left: auto;display: flex;align-items:center;/* justify-content: center; */padding: 0 0px;}
#header .progress a{
    display: block;
    width: 50px;
    height: 45px;
    display: flex;
    align-items:center;
    justify-content: center;
}
#header .progress a:hover{ background:5685cb; }
#header .progress img{ width:25px; }
#header .wrap{position:relative;width:100%;max-width: 1200px;margin: 0px auto;min-height: 60px;/* background: #ffffff; *//* margin-top: -20px; */}
#header.on{position:fixed;top: 0px;z-index:9998;background: #ffffff;}
#header .wrap .logo{position:absolute;top: 10px;left: 15px;max-width: 460px;}
#header .wrap > #mobileMenu{display:none;position:absolute;top: 20%;right: 10px;width: 35px;height: 30px;font-size: 25px;color: #000000;padding: 6px 8px;border: 2px solid #000000;cursor:pointer;border-radius: 5px;}
#header .wrap .nav{position:absolute;top: 40px;right: 225px;/* width:130px; */height:35px;/* box-shadow: 3px 3px 6px #cccccc; */-webkit-border-radius: 20px;color: #d87a07;font-size: 16px;font-weight: bold;cursor: pointer;}
#header .wrap .nav i{ font-style:inherit; }
#header .wrap .nav:before{/*content:url(../../images/header-icon-user.png);vertical-align: -70%;padding-right: 8px;*/}
#header .wrap .nav a{display:inline-block;padding: 0 15px;border-right: 1px solid #d7d7d7;font-size: 14px;color: #315d79;text-align: center;line-height: 15px;text-decoration:none;}
#header .wrap .nav a:last-child{border-right:0;padding:0 0 0 15px;}
#header .wrap .nav a:hover{ color:#1f3f9c; }
#header .wrap .nav a p{
    font-size: 12px;
    margin: 3px 0 0 0;
}

#header nav{position:absolute;top: 35px;right: 20px;/* width: 570px; */text-align: right;padding:0;margin:0;list-style:none;}
#header nav input[type='text']{box-sizing:border-box;font-size: 15px;border: 1px solid #315d79;padding: 9px 10px 9px 45px;letter-spacing:1px;color:#666;outline:0;width: 190px;/* background:#f2f2f2; */transition: all 0.5s ease;border-radius: 20px;}
#header nav span{ position:relative; }
#header nav span div{color: #60939c;font-size: 17px;position:absolute;top: 0px;left: 20px;cursor: pointer;}

#header > ul{
   width: 100%;
   margin: 0px 0 0 0;
   max-width: 1200px;
   /* position:absolute; */
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   padding: 0px 0px;
   bottom: 0px;
   list-style: none;
   /* background: #315d79; */
   display: flex;
   justify-content: flex-end;
   /* border: 1px solid #e0e0e0; */
   /* border-radius: 20px; */
   /* box-shadow: 3px 3px 5px rgb(38 38 102 / 10%); */
   /* -webkit-transition: width 0.2s ease-in-out; */
   -moz-transition: width 0.2s ease-in-out;
   -o-transition: width 0.2s ease-in-out;
   /* transition: width 0.2s ease-in-out; */
}
#header > ul > li{position:relative;float:left;text-align: center;font-size: 18px;padding: 12px 0.8vw 0px 0.8vw;/* border-left: 1px solid #ebebeb; *//*font-family: 'Noto Sans TC', sans-serif;*/transition: all 0.5s ease;}
#header > ul > li:last-child{/* border-right: 1px solid #ebebeb; */}
#header > ul > li:hover{  }
#header > ul > li > a {
    position: relative;
    color: #595957;
    font-size: 18px;
    font-weight: bold !important;
    letter-spacing: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 0vw 10px 0vw;
}

#header > ul > li > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 5px;
    background-color: #ffc900;
    transition: width 0.3s ease;
}

#header > ul > li > a:hover::before {
    width: 100%;
}


#header > ul > li > a.on{ border-bottom:5px solid #df654a; }
#header > ul > li a.en{display:block;color: #ffffff;font-size: 14px;}
#header > ul > li:before{/*content:url(../../images/header-icon-flower.png);padding-right:10px;vertical-align: -15%;*/}
#header > ul > li:hover:before{ -webkit-filter:contrast(2); -webkit-transition:.6s;-ms-transition:.6s;-moz-transition:.6s; }
#header > ul > li:last-child a{/* border:0; */}
#header > ul.on{width: 100%;position:fixed;background: #ffffff;max-width:none;border-bottom: 1px solid #cccccc;top: 7px;left: 0px;z-index:9998;bottom:inherit;-webkit-border-radius: 0px;margin: 0;}
#header > ul > li ul{display:none;position:absolute;left: 0;top: 52px;background:#48351e;list-style: none;color:#fdf3f2;width:auto;width:200px;z-index: 99;padding: 0px 0;margin:0;-webkit-border-bottom-right-radius: 10px;-webkit-border-bottom-left-radius: 10px;-moz-border-radius-bottomright: 10px;-moz-border-radius-bottomleft: 10px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
#header > ul > li:hover > ul{ display:block; }
#header > ul > li ul li{position:relative;font-weight:normal;padding: 15px 0px 20px 0px;text-align:center;border-bottom:1px solid #f8cc1a;}
#header > ul > li ul li:last-child{ border:0; }
#header > ul > li ul li a{color: #ffffff;letter-spacing:3px;text-decoration:none; text-align:center;}
#header > ul > li ul li a:hover{ color:#FFFF00; }

#header > ul > li > ul > li > ul{display:none;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li:hover ul{ display:block; }

#header > ul > li > ul > li > ul > li > ul{display:none !important;position:absolute;left: 200px;top: 0px;}
#header > ul > li > ul > li > ul > li:hover ul{ display:block !important; }



#mobileMenu {
	 width: 30px;
	 height: 25px;
	 position: absolute;
	 bottom:20px;
	 z-index: 999;
	 cursor: pointer
}
#mobileMenu span {
	 width: 15px;
	 height: 2px;
	 display: block;
	 background: #000000;
	 margin-top: 4px;
	 -webkit-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -moz-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -ms-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 -o-transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
	 transition: 0.7s cubic-bezier(0.18, 1, 0.21, 1);
}
.mobileMenu_spac {
	background: #fff !important
}
#mobileMenu span:first-child {
	margin-top: 0;
}
#mobileMenu .top {
	 position: absolute;
	 top: 10px;
	 -webkit-transform: rotate(225deg);
	 -moz-transform: rotate(225deg);
	 transform: rotate(225deg)
}
#mobileMenu .bottom {
	 position: absolute;
	 top: 10px;
	 margin-top: 0 !important;
	 -webkit-transform: rotate(-225deg);
	 -moz-transform: rotate(-225deg);
	 transform: rotate(-225deg)
}
#mobileMenu .middle {
	opacity: 0
}

@media screen and (max-width : 1220px) {
	#header > ul{}
	#header .wrap .nav{right: 10px;top: 60px;}
	#header nav{right: 10px;top: 10px;}
}
@media screen and (max-width : 1024px) {
	#header > ul > li{ font-size:14px; }
}
@media screen and (max-width : 900px) {

	#header .wrap{min-height:inherit;border-bottom: 1px solid #ebebeb;margin-top: 10px;}
	#header nav{ display:none; }
	#header .progress{ display:none; }
	#header .wrap > #mobileMenu{display: block;}
	
	#header .wrap .logo{position:inherit;padding: 5px 10px 10px 10px;max-width: 310px;}
	#header .wrap .nav{ display:none; top:35%; width:35px; right:50px; }
	#header .wrap .nav i{ display:none; }
	#header ul{ display:none; }
	#header .wrap .nav{ display:none; }

}

