@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); /*思源體*/

/*------------------------------------------------------------------ 
[修改記錄] 

*/

/*------------------------------------------------------------------ 
[0. reset] 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	font-family: 'Noto Sans TC';
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	text-decoration: none;
}

.clearfix:after{
	content:'';
	display:table;
	clear:both;
}
.scroll {
	overflow-y: scroll;
}

.fixed {
	position: fixed;
}

/*------------------------------------------------------------------ 
[border & background] */
.border-box, main, .main {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
	 	    box-sizing: border-box; /* Opera/IE 8+ */
}
.radius2 {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
}
.radius3 {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

/*------------------------------------------------------------------ */
header {
	position: fixed;
	display: block;
	z-index: 999;
	top: 0;
	width: calc(100% - 40px);
	padding: 0 20px;
	height: 110px;
	background-color: #0d3b48;
	box-shadow: 0 0 15px 10px rgba(0,0,0,0.7);
}
a {
	color: #d0a168;
}
header .logo {
	float: left;
	display: block;
	overflow:  hidden;
    width: 300px;
    height: 110px;
	text-indent: 100%;
    white-space: nowrap;
    background: url(../images/logo.svg) center no-repeat;
}
header .menu {
	float: right;
	padding: 0 15px 0 30px;
    margin-top: 35px;
}
header .menu ul {
	line-height: 40px;
}
header .menu ul li { 
	display: inline-block;	
	padding-left: 20px;
}
header .menu ul li a:hover { 
	color: #fff;
}
/*--  --*/
header .menu-m { 
	display: none;
}
header .menu-m .lines { 
	position: relative;
}
header .menu-m .lines, header .menu-m .lines::after, header .menu-m .lines::before { 
	display: inline-block; 
	height: 5px; 
	width: 60px; 
	top: 10px;
	background-color: #d0a168; 
	transition: .3s;
}
header .menu-m .lines::after, header .menu-m .lines::before { 
	content:''; 
	position: absolute; 
	left: 0; 
	-webkit-transform-origin: 2px center; 
	-ms-transform-origin: 2px center; 
	transform-origin: 2px center;
}
header .menu-m .lines::before { top: 15px;}
header .menu-m .lines::after { top: -15px;}

header .menuopen .menu-m { 
	-webkit-transform: scale3d(.8,.8,.8); 
	transform: scale3d(.8,.8,.8);
}
header .menuopen .menu-m .lines { background: 0;}
header .menuopen .menu-m .lines::after, header .menuopen .menu-m .lines::before { 
	top: 0; 
	width: 60px; 
	-webkit-transform-origin: 50% 50%; 
	-ms-transform-origin: 50% 50%; 
	transform-origin: 50% 50%;
}
header .menuopen .menu-m .lines::before { -webkit-transform: rotate3d(0,0,1,-45deg); transform: rotate3d(0,0,1,-45deg);}
header .menuopen .menu-m .lines::after { -webkit-transform: rotate3d(0,0,1,45deg); transform: rotate3d(0,0,1,45deg);}
	


/*------------------------------------------------------------------ */
main section {
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}
.gotop {
	z-index: 999;
	position: fixed;
	display: block;
	right: 0;
	top: 50%;
	width: 50px;
	height: 50px;
	background: #000;
	color: #fff;
}
.anchor {
	display: block;
	float: left;
	width: 0px;
	height: 0px;
	overflow: hidden;
	margin-top: -110px;
}


/*-- vision --*/
main .vision {
	position: relative;
	width: 100%;
	padding: 0;
	overflow: hidden;
	height: 110vh;
}
.vision-img {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	background-position: center center; 
	background-size: cover;
}
.vision-img img {
	width: 100%;
}
.vision .title-box1 {
	z-index: 10;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.grid-title {
	position: relative;
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
}
.grid-title h1 {
	font-size: 39px;
}
.grid-title h1 b {
	font-size: 72px;
	font-weight: 700;
}
.grid-title h2 {
	font-size: 127px;
	font-weight: 900;
	letter-spacing: 1.8px;
}
.adorn {
	height: 98px;
	background: url("../images/LADY.png") no-repeat left top;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	margin-top: -9px;
}
.grid-title:before, .grid-title:after {
	content: '';
	position: absolute;
	display: block;
	height: 98px;
	width: 30%;
	bottom: 0;
	background-color: #fff;
}
.grid-title:before {
	left: -30%;
}
.grid-title:after {
	right: -30%;
}

/*-- about --*/
.about {
	width: 80%;
	padding: 90px 0 125px 0;
	margin: 0 10%;
}
.about-img {
	max-width: 1280px;
	margin: 0 auto;
    width: 100%;
    height: 600px;
    z-index: 0;
	background-position: center center; 
	background-size: cover;
}
.about .text-box2 {
	width: 320px;
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: -210px;
	padding: 35px 50px;
	background: #fff;
	text-align: center;
	font-size: 18px;
	color: #0d3b48;
	line-height: 1.8;
}
.about .text-box2 h3 {
	margin: 0 0 5px 0;
	font-size: 70px;
	line-height: 1.2;
}
.about .text-box2 span {
	padding: 0 13px 4px 13px;
	font-size: 25px;
	color: #fff;
	background: #0d3b48;
	letter-spacing: 10px;
}
.about .text-box2 div {
	padding-top: 20px;
}

/*----- brand、channel共用 -----*/
.brand, .channel {
	padding-bottom: 90px;
}
.text-box3 {
	display: block;
	margin: 0 auto;
    text-align: center;
	padding-top: 95px;
}
.text-box3 h3 {
	font-size: 22px;
	padding-bottom: 25px;
}
.text-box3 h2 {
	letter-spacing: 3px;
	font-size: 50px;
	padding-bottom: 35px;
	font-weight: 600;
}
.text-box3 span {
	font-size: 20px;
	padding-bottom: 65px;
}
.text-box3 h3, .text-box3 h2, .text-box3 span {
	z-index: 2;	
	position: relative;
	display: block;
}
.text-box3::after {
	content: '';
	z-index: 1;
	position: absolute;
	width: 180px;
	height: 131px;
	left: calc(50% - 90px);;
	top: 0;
	background: #d0a168;
}
.module1 {
	max-width: 1280px;
	width: 80%;
	margin: 0 auto;
}
.module1 li {
	position: relative;
	float: left;
	overflow: hidden;
	margin:  6px;
    width: calc(25% - 14px);
	text-indent: 100%;
    white-space: nowrap;
	border: 1px solid #ccc;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.module1 li img {
	float: left;
	width: 100%;
}
.module1 li:hover {
	z-index: 50;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}


/*-- brand --*/
.brand {
	background: #0d3b48;
	border-bottom: 14px solid #d0a168;
}
.brand .text-box3 {
	color: #fff;
}
.brand .text-box3 h3 {
	letter-spacing: 3.5px;
}


/*-- channel --*/
.channel {
	background: #fff;
}
.channel .text-box3 {
	color: #0d3b48;
}
.channel .text-box3 h3 {
	letter-spacing: 8.5px;
}

/*-- footer --*/
footer {
	position: relative;
	float: left;
	width: calc(100% - 200px);
	padding: 80px 100px;
	background-color: #f9f8f8;
}
footer a:hover {
	color: #fff;	
}
footer .google-map {
	border: 1px solid #ccc;
	width: 100%;
	height: 800px;
}
footer .google-map iframe {
	border: 20px solid #fff;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
}
footer .info {
	position: absolute;
	right: 0;
	top: calc(50% - 300px);
	font-size: 20px;
	font-weight: 300;
	color: #d0a168;
	background-color: #0d3b48;
	border-width: 10px 0 10px 10px;
	border-style: solid;
	border-color: #0d3b48;
}
footer .logo {
	margin: 0 auto;
	display: block;
	overflow:  hidden;
    width: 360px;
    height: 269px;
	text-indent: 100%;
    white-space: nowrap;
    background: url(../images/footer-logo.svg) center no-repeat;
}
footer .info-border {
	padding: 30px 60px;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #cfa168;

}
footer .info ul {
	margin: 20px 20px 8px 0;
	line-height:  1.5;
}
footer .info ul Li {
	padding: 4px 0;
}
footer .info ul Li span {
	padding: 0 7px;
}
footer .info .copyright {
	display: block;
	font-size: 13px;
	color: #cccccc;
	text-align: center;
}
footer .info ul Li:before {
	content: '';
	float: left;
	display: block;
	margin-right: 5px;
	height: 33px;
	width: 33px;
	background-image: url(../images/other-icon.svg);
	background-repeat: no-repeat;
    background-size: 100%;
}
.tel:before {
	background-position: 0 0;
}
.fax:before {
	background-position: 0 -33px;
}
.email:before {
	background-position: 0 -66px;
}
.add:before {
	background-position: 0 -99px;
}
.time:before {
	background-position: 0 -132px;
}

@media screen and (max-width: 1280px) {
	
	/*-- vision --*/
	main .vision {
		height: 70vh;
	}
	.vision .title-box1 {
		bottom: -1px;		
	}
	.grid-title h1 {
		font-size: 26px;
	}
	.grid-title h1 b {
		font-size: 52px;
	}
	.grid-title h2 {
		font-size: 87px;
	}
	.adorn {
		margin-top: -6px;
		background-size: auto 70px;
	}
	.adorn, .grid-title:before, .grid-title:after {
		height: 70px;
	}
	.grid-title:before, .grid-title:after {
		width: 50%;
	}
	.grid-title:before {
		left: -45%;
	}
	.grid-title:after {
		right: -35%;
	}

	
	/*-- about --*/
	.about {
		padding: 70px 0;
	}
	.about-img {
		height: 450px;
	}
	.about .text-box2 {
		position: relative;
		top: auto;
		left: auto;
		margin: -300px auto 0 auto;
	}
	
	
	/*-- module1 --*/	
	.module1 li {
		width: calc(33% - 14px);
	}
	
	
	/*-- footer --*/
	footer {
		width: 100%;
		padding: 0;
	}
	footer .google-map, footer .google-map iframe {
		border-width: 0;
	}
	footer .google-map iframe {
		width: 100%;
		height: 100%;
	}
	footer .info { 
		width: 80%;
		margin: -30% auto 0 auto;
		position: relative;
		border-width: 10px 10px 0 10px;
	}
	footer .info-border {
		padding: 30px 60px;
		border-width: 1px 1px 0 1px;

	}
	footer .logo {
		width: 100%;
	}
	footer .info ul {
		margin: 20px auto 8px auto;
		width: 450px;
	}
}

@media screen and (max-width: 800px) {
	/*-- menu 手機版 --*/
	header .menu ul {
		overflow: hidden;
	}	
	header .menu-m { 
		display: block;
	}
	
	header .menu.menuopen ul, header .menu ul li {
		display: block;
	}
	header .menu.menuopen ul {
		max-height: 420px;
		height: calc(100vh - 110px);
	}
	header .menu ul {
		position: fixed;
		overflow-y: auto;
		left: 0;
		top: 110px;
		width: 100%;
		height: 0px;
		background-color: rgba(0,0,0,0.85);
		text-align: center;
		line-height: 2;
		font-size: 32px;
		font-weight: 300;
		-webkit-transition: height 1s; 
		transition: height 1s;
	}
	header .menu ul li {
		padding: 20px 0;
		border-bottom: 1px solid #cfa168;		
	}
	
	
	/*-- about --*/
	.about {
		padding: 70px 0;
	}
	.about-img {
		height: 300px;
	}
	.about .text-box2 {
		position: relative;
		top: auto;
		left: auto;
		margin: -100px auto 0 auto;
	}
	
	/*-- footer --*/
	footer .info-border {
		padding: 30px;
		
	}
}


@media screen and (max-width: 640px) {
	body {
		width: 640px;
	}
	.about-img {
		height: 250px;
	}
	.about .text-box2 {
		margin: 0 auto;
	}
	
	/*-- module1 --*/	
	.module1 li {
		width: calc(50% - 14px);
	}
}