@charset "utf-8";
/* CSS Document */


#logo {
	border:0px!important;
	clip:rect(1px, 1px, 1px, 1px) !important;
	height:1px!important;
	overflow: hidden!important;
	padding:0px!important;
	position:absolute !important;
	width:1px!important;
}

#overlay {
	display: none;
}

/* 1~1200 */
@media only screen and (min-width: 1px) and (max-width: 1200px) {	
	
#header_wrap {
	float: left;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0px;
}

#header {
	float: left;
	width: 100%;
}

#header #logoBox {
	display: none;
}

#header #headerBox {
	display: none;	
}
	
/*toggleBox*/
#toggleBox {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.7);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.7);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,.7);
}

#toggleBox {
	float: left;
	width: 100%;
	display: block;
	height: 50px;
	padding-right: 5px;
	padding-left: 5px;
}

#toggleBox #toggleLogo {
	float: left;
	width: 179px;
	height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -89px;
}

#toggleBox #toggleLogo a {
	float: left;
	height: 50px;
}

#toggleBox #toggleIcon {
	display: block;
	float: left;
	width: 30px;
	padding-top: 12px;
	padding-left: 5px;
}

#toggleBox #toggleFb {
	float: right;
	width: 30px;
	margin-top: 10px;
}
	
/*nav*/
#headerNavBox {
	transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-webkit-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	background: #46210f;
}

#headerNavBox {
	position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-moz-transition: translateX(-250px);
	-o-transition: translateX(-250px);
	z-index: 99;
}

#headerNavBox .headerNav {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#headerNavBox .headerNav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#headerNavBox .headerNav li a {
	display: block;
	color: #fff;
	font-size: 1.05em;
	height: 55px;
	line-height: 55px;
	width: 100%;
	text-indent: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #794a36;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
}

#headerNavBox #mobile-menu .parent .sub-menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #d95749;
}

#headerNavBox #mobile-menu .parent .sub-menu a {
	color: #fff;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9624e;
	text-indent: 40px;
	text-decoration: none;
	font-size: 0.98em;
}	
	
/* level 2 */	
#headerNavBox ul li ul {
	display: none;
	position: static;
	width: 100%;
	text-indent: 20px;
}

#headerNavBox ul li:hover > ul {
	display: none;
}

#headerNavBox ul li.open > a {
	background-color: #46210f;
	border-color: #46210f;
}

#headerNavBox ul li.open > ul {
	display: block;
}

#overlay {
    display: block;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
    opacity: 0;
	cursor: pointer;
}

html.open-menu {
	overflow: hidden;
}

html.open-menu div#overlay {
	transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
    visibility: visible;
    opacity: 1;
    left: 250px;
}

html.open-menu nav#headerNavBox {
	z-index: 100;
    transform: translateX(0);
	-moz-transition: translateX(0);
	-webkit-transform: translateX(0px);
	-o-transition: translateX(0);
}

/*向下箭頭*/
.dropdown {
    cursor: pointer;
    position: relative;
}

.dropdown:after {
    content: '';
    border: 7px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    top: 15px;
    right: 10px;
}

.open .dropdown:after {
    -webkit-transform-origin: 25% 50%;
        -ms-transform-origin: 25% 50%;
            transform-origin: 25% 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
	
/*手機區塊-搜尋框*/
#searchMobileBox {
	float: right;
    width: 100%;
	height: 40px;
	clear: right;
	margin-top: 10px;
	padding-left: 6%;
	padding-right: 6%;
}

#searchMobileBox input {
	float: left;
    width: 80%;
	height: 40px;
	border: 1px solid #ccc;
	padding: 2px 15px 2px 15px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(214,214,214,.5);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(214,214,214,.5);
	box-shadow: inset 0px 1px 2px 0px rgba(214,214,214,.5);
	font-size: 0.95em;
}

	
	
#searchMobileBox button {
	float: left;
    width: 20%;
	height: 40px;
	background-color: #da5f52;
	border: 1px solid #da5f52;
}

#searchMobileBox button img {
	padding-left: 2px;
}
	
}





/* 1201~ */
@media only screen and (min-width: 1201px) {
	
#header_wrap {
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 99;
}
	
#header_wrap {
	height: 140px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header {
}

#header #headerBox {
	height: 90px;
}
	
#header #headerBox #logoBox {
}

#header #headerBox #logoBox a {
	float: left;
	height: 90px;
	min-height: 90px;
}

/*toggleBox*/
#toggleBox {
	display: none;
}

/* 下拉選單:第一層選單 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}	
	
#headerNavBox > ul > li { 
    display: inline-block; 
    position: relative; 
    z-index: 100;
}

/* 下拉選單:第二層選單 */
#headerNavBox > ul > li > ul {
    position: absolute;
    left: 0;
    z-index: 101;
    white-space: nowrap;
	
	padding: 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	list-style: none;
	
	-webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    transition:all 0.3s linear;	
	top: 120%;
}
	
#headerNavBox > ul > li:hover > ul {
	top: 100%;
}	
	
/*key board*/	
#headerNavBox .sub-menu {
	opacity: 0;
    pointer-events: none;
}	
	
#headerNavBox .parent:hover .sub-menu,
#headerNavBox .parent:focus .sub-menu,
#headerNavBox .parent.focus .sub-menu,
#headerNavBox .parent > a:hover .sub-menu,
#headerNavBox .parent > a:focus .sub-menu
#headerNavBox .parent.focus .sub-menu {
    opacity: 1;
	pointer-events: all;
}
	
#headerNavBox .click {
	opacity: 0!important;
    pointer-events: none!important;
}	
	
/*nav*/
#headerNavBox {
	float: left;
	width: 100%;
	background-color: #582915;
	height: 50px;
}
	
#headerNavBox .headerNav {
	padding: 0;
}	
	
#headerNavBox .headerNav li.parent {
	float: left;
	width: 14.28%;
	text-align: center;
}	
	
#headerNavBox .headerNav li.parent > a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.02em;
	letter-spacing: 2px;
	height: 50px;
	line-height: 50px;
	display: block;
}	
	
#headerNavBox .headerNav li:hover {
	text-decoration: none;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
	background-color: #3d1d0e;
}	

.sub-menu {
	background: rgba(217, 87, 74, 1)!important;
	padding-top: 10px!important;
	padding-bottom: 20px!important;
	padding-left: 0!important;
	padding-right: 0!important;
}	
	
.sub-menu li {
	float: left;
	width: 100%;
	padding-left: 0px!important;
	padding-right: 0px!important;
	text-align: left!important;
}
	
.sub-menu li:hover {
	background-color: #ae3e33!important;
}	
	
.sub-menu li a {
	text-decoration: none!important;
	color: #fff!important;
	font-size: 0.96em!important;
	font-weight: normal!important;
	letter-spacing: 0px!important;
	line-height: 1.4!important;
	height: auto!important;
	display: inline-block;
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
	display: block;
}	
	
/*上方區塊-連結*/
#headerBox ul {	
	list-style-image: none;
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	height: 30px;
}
	
#headerBox ul li {	
	float: left;
	margin-left: 25px;
}
	
#headerBox ul li a {	
	float: left;
	color: #424242;
	font-size: 0.8em;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 30px;
}
	
#headerBox ul li a:hover {	
	text-decoration: underline;
}

#headerBox ul li a.accessKey {	
	margin-right: 5px;
}	
	
#headerBox ul li a.accessKey:hover {	
	text-decoration: none;
}
	
/*上方區塊-搜尋框*/
#headerBox #searchBox {
	float: right;
    width: 240px;
	height: 34px;
	clear: right;
}

#searchBox input {
	float: left;
    width: 200px;
	height: 34px;
	border: 1px solid #ccc;
	padding: 2px 15px 2px 15px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(214,214,214,.5);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(214,214,214,.5);
	box-shadow: inset 0px 1px 2px 0px rgba(214,214,214,.5);
	font-size: 0.95em;
}
	
	
#searchBox button {
	float: left;
    width: 40px;
	height: 34px;
	background-color: #da5f52;
	border: 1px solid #da5f52;
}
#searchBox button img {
	padding-left: 2px;
}


	
.mobileMode {
	display: none!important;
}	

	

	
	
#header_wrap.smaller {
	height: 120px;
	transition: all 0.2s ease-out;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,.8);
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,.8);
}	
	
#header_wrap.smaller #header {
	height: 70px;
	transition: all 0.2s ease-out;
}		
	
#header_wrap.smaller #header #logoBox a {
	height: 70px;
	min-height: 70px;
	transition: all 0.2s ease-out;
}
	
#header_wrap.smaller #header #logoBox a img {
	height: 70px;
	min-height: 70px;
	transition: all 0.2s ease-out;
}

	
	
	
	
#header_wrap.smaller #headerBox	 {	
	height: 70px;
}
	
#header_wrap.smaller #headerBox ul {	
	height: 25px;
}
	
#header_wrap.smaller #headerBox ul li a {	
	line-height: 25px;
}		
	
#header_wrap.smaller #searchBox {
	height: 25px;
	min-height: 25px;
	transition: all 0.2s ease-out;
}
	
#header_wrap.smaller #searchBox input {
	height: 25px;
	min-height: 25px;
	transition: all 0.2s ease-out;
}

#header_wrap.smaller #searchBox button {
	height: 25px;
	min-height: 25px;
	transition: all 0.2s ease-out;
}	
	
}








/*
     FILE ARCHIVED ON 3:40:21 五月 10, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 7:49:03 五月 15, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
