@charset "utf-8";
body { margin: 0 auto; min-width: 1170px; background-color: #2f2d2d; background-image: url(../images/bodyBG.jpg); background-size: cover; font-size: 14px; line-height: 1.5; font-family: "微軟正黑體", Arial, "Arial Black", Helvetica, sans-serif, Gadget, sans-serif; color: #999; overflow: auto;}

/*INDEX*/
.home-page { overflow: ;}

/*LOGO*/
header { position: fixed; z-index: 900; width: 100%;}
.logo { margin: 0; padding: 0; width: 100px; height: 120px;}
.logo a { display: block; width: 100%; height: 100%; background: url(../images/logo.png) no-repeat 50% 40px;}

.menuBtn { position: fixed; right: 0; top: 0; z-index: 800;}
.menuBtn { margin: 0; padding: 10px; width: 50px; height: auto; background-color: rgba(0,0,0,0.3); border: 0; cursor: pointer;}
.icon-bar { display: block; margin: 4px 0; background: #fff; height: 4px;}
.menuBtn .icon-bar:first-child { margin-top: 0;}
.menuBtn .icon-bar:last-child { margin-bottom: 0;}

/*NAV*/
nav { position:relative; min-height: 100%; padding-top: 150px;}
.home-nav { /*position: absolute; left: 0; top: 0; right: 0; z-index: 899; display: none;*/ background-color: rgba(34,34,34,0.9);}
	/*DROP MENU*/
	.drop-menu { position: relative; overflow: hidden; min-height: 100%;}
	.drop-menu ul, .drop-menu li { list-style: none;}
	.drop-menu li { padding-left: 0; padding-right: 0;}
	.drop-menu li div:first-child { margin-bottom: 30px;}
	.drop-menu a { position: relative; z-index: 2; display: block; padding-top: 36%; width: 100%; height: 100%; line-height: 1.2; color: #fff; text-align: center; text-decoration: none; border: 10px solid rgba(255,255,255,0); transition: all 0.5s ease;}
	.drop-menu a:hover { border: 10px solid rgba(255,255,255,1);}
	.menu-small { position: relative; padding: 0; margin-left: 14px; margin-right: 15px; width: 165px; height: 165px; line-height: 150px; font-size: 18px; font-weight: 700;}
	.menu-large { position: relative; padding: 0; margin-left: 14px; margin-right: 15px; width: 360px; height: 360px; line-height: 340px; font-size: 35px; font-weight: 700;}
	.menu-large img { display: block; position: absolute; left: 0; top: 0; z-index: 1;}
	
	.menu-about { background-color: rgba(82,119,135,0.65);}
	.menu-process { background-color: #47907C;}
	.menu-service { right: 0; background-color: #527787;}
	.menu-collection { background-color: rgba(172,124,84,0.65);}
	.menu-brand { background-color: #2F58A2;}
	.menu-news { background-color: #3D6173;}
	.menu-contact { background-color: #E75B20;}
	.menu-join { background-color: #673A1D;}
	.menu-catalogue { background-color: rgba(154,127,116,0.65);}

/*BANNER*/
#home-banner { height: 100%; min-height: 760px; max-height: 800px; background: url(../images/newsBG.png) repeat-x center top scroll; overflow: hidden;}
.home-banner { position: relative; overflow-y: hidden; min-width: 1170px; -webkit-transition: margin-top 0.5s ease; -moz-transition: margin-top 0.5s ease; -ms-transition: margin-top 0.5s ease; -o-transition: margin-top 0.5s ease; transition: margin-top 0.5s ease; -moz-box-shadow: 0px 0px 30px 5px #000; -webkit-box-shadow: 0px 0px 30px 5px #000; box-shadow: 0px 0px 30px 5px #000; -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5); -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5); box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.5);}
.viewport { padding-top: 70px; width: 100%; height: 100%;}
.news-box { position: absolute; left: 0; top: 0; width: 600px; height: 600px; text-align: center; color: #fff; overflow: hidden;}

	/*NEWS ITEM*/
	.news-txt { position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; padding: 160px 90px; width: 600px; height: 600px;
		transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);
	}
	.news-txt a { display: block; width: 100%; height: 100%; color: #fff; text-decoration: none;
		transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);
	}
	.news-txt h2 { margin-bottom: 10px; padding: 0 40px; max-height: 3.3em; font-size: 36px; line-height: 1.1; overflow: hidden; text-overflow: ellipsis;}
	.news-txt h3 { font-size: 25px; line-height: 1.1;}
	.news-txt p { margin-top: 30px; padding: 20px 70px 0; border-top: 1px solid #fff;}
	.news-img { width: 424px; height: 424px; margin: 88px 0 0 88px; background-color: rgba(0,0,0,0.5); overflow: hidden;
		transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);
	}
	.news-img p { position: relative; left: -88px; top: -88px; width: 600px; height: 600px; line-height: 600px; background-color: 000;
		transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);
		transform-origin: left top; -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top;
	}
	.news-img p img { opacity: 0.6; margin-left: -600px; margin-top: 125px;}
	.news-img:after { position: absolute; left: -88px; top: -88px; width: 600px; height: 600px; content: "";
		transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);
	}
	.news-box:before, .news-box:after { position: absolute; z-index: 99; top: 279px; display: block; border: 21px solid rgba(0,0,0,0.3); content: "";
		transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);
	}
	.news-box:before { left: 9px;}
	.news-box:after { right: 9px;}
	
	/*SLOGAN*/
	#txtSlogan { position: relative; height: 0;}
	.slogan { position: absolute; z-index: 99; width: 40%; font-family: Arial, Helvetica, sans-serif; font-size: 36px; font-weight: bolder; line-height: 1.2; color: rgba(60,60,60,0.8); text-align: center;}
	.slogan small { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bolder; color: #999;}
	#slogan01 { left: 0; top: 80px;}
	#slogan02 { right: 0; top: 80px;}
	#slogan03 { left: 0; top: 610px;}
	#slogan03 a { text-decoration: none; color: #4e4a4c;}
		
	/* LANGUAGE */
	#btnLang { position: relative; height: 0;}
	#btnLang ul { position: absolute; z-index: 100; right: 126px; top: 500px;}
	#btnLang li { position: relative; float: left; width: 60px; height: 60px; list-style: none; overflow: hidden;
		transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);
	}
	#btnLang a { display: block; margin: -20px 0 0 -20px; width: 100px; height: 100px; background-color: #4E4C4A; text-align: center; text-decoration: none; line-height: 100px; color: #fff;
	transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);
	}
	#btnLang a:hover {}
	li.btn-tw { left: 110px; top: 0;}
	li.btn-cn {left: 0; top: 50px;}
	li.btn-jp {top: 100px; left: -10px;}
	li.btn-en {top: 50px; left: -20px;}

/*FOOTER*/
footer { padding: 30px 0; height: 100px; background-color: #2F2D2D; box-shadow: inset 0 10px 30px rgba(0,0,0,0.65);}
footer a { color: #999; text-decoration: none;}
.main-illus img { width: 100%;}