.tabs nav {text-align: center; width:910px; margin:0px auto}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 910px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	cursor: pointer;
	position: relative;
	z-index: 1;
	height:78px;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {

}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

/* Content */
.content-wrap {
	position: relative;
}

.content-wrap section {
	/*display: none;要用到menu時，解除備註*/
	margin: 0 auto;
	padding: 0em;
	max-width: 910px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

/* tabs style */
.tabs-style-fillup nav ul li a {
	padding: 1.9em 0;
	line-height: 1;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height:78px

}

.tabs-style-fillup nav ul li:last-child a {}


.tabs-style-fillup nav ul li.tab-current {
	z-index: 100;
}

.tabs-style-fillup nav ul li:hover{z-index: 100;}

.tabs-style-fillup nav ul li.tab-current a {
	color: #fff;
}

.tabs-style-fillup nav ul li a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	content: ''; display:block
}
.tabs-style-fillup nav ul li a::before{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	height: calc(100% + 1px);
	content: '';
	transition: transform 0.3s;
	transform: translate3d(0,100%,0);}
.tabs-style-fillup nav ul li:nth-child(1) a{ /*border-bottom:5px #3f5c62 solid;*/background-image: url(../images/pc/navbtn01_01.png);}
.tabs-style-fillup nav ul li:nth-child(2) a{ /*border-bottom:5px #579360 solid;*/background-image: url(../images/pc/navbtn02_01.png);}
.tabs-style-fillup nav ul li:nth-child(3) a{ /*border-bottom:5px #8f7566 solid;*/background-image: url(../images/pc/navbtn03_01.png);}
.tabs-style-fillup nav ul li:nth-child(4) a{ /*border-bottom:5px #d09f8e solid;*/background-image: url(../images/pc/navbtn04_01.png);}
.tabs-style-fillup nav ul li:nth-child(5) a{ /*border-bottom:5px #f87682 solid;*/background-image: url(../images/pc/navbtn05_01.png);}
.tabs-style-fillup nav ul li:nth-child(6) a{ /*border-bottom:5px #ce545f solid;*/background-image: url(../images/pc/navbtn06_01.png);}

.tabs-style-fillup nav ul li:nth-child(1) a::after{background-image: url(../images/pc/navbtn01_02.png);opacity: 0;}
/*.tabs-style-fillup nav ul li:nth-child(1) a::before{background:  #3f5c62;}*/
.tabs-style-fillup nav ul li:nth-child(2) a::after{background-image: url(../images/pc/navbtn02_02.png);opacity: 0;}
/*.tabs-style-fillup nav ul li:nth-child(2) a::before{	background:  #d64c1c;}*/
.tabs-style-fillup nav ul li:nth-child(3) a::after{background-image: url(../images/pc/navbtn03_02.png);opacity: 0;}
/*.tabs-style-fillup nav ul li:nth-child(3) a::before{	background:  #8f7566;}*/
.tabs-style-fillup nav ul li:nth-child(4) a::after{background-image: url(../images/pc/navbtn04_02.png);opacity: 0;}
/*.tabs-style-fillup nav ul li:nth-child(4) a::before{	background:  #d09f8e;}*/
.tabs-style-fillup nav ul li:nth-child(5) a::after{background-image: url(../images/pc/navbtn05_02.png);opacity: 0;}
/*.tabs-style-fillup nav ul li:nth-child(5) a::before{	background:  #f87682;}*/
.tabs-style-fillup nav ul li:nth-child(6) a::after{background-image: url(../images/pc/navbtn06_02.png);opacity: 0;}
/*.tabs-style-fillup nav ul li:nth-child(6) a::before{	background:  #ce545f;}*/

.tabs-style-fillup nav ul li.tab-current a::after {transform: translate3d(0,0,0); opacity: 1; }
.tabs-style-fillup nav ul li.tab-current a::before {transform: translate3d(0,0,0);}
.tabs-style-fillup nav ul li.tab-current a{ background-image:none}

.tabs-style-fillup nav ul li:hover a::after {transform: translate3d(0,0,0); opacity: 1; }
.tabs-style-fillup nav ul li:hover a::before {transform: translate3d(0,0,0);}
.tabs-style-fillup nav ul li:hover a{ background-image:none}

.tabs-style-fillup nav ul li a span,.tabs-style-fillup .icon:before {transition: transform 0.5s;transform: translate3d(0,5px,0);}
.tabs-style-fillup nav ul li a span {display: block;}
.tabs-style-fillup .icon::before {display: block;margin: 0;}
.tabs-style-fillup nav ul li.tab-current a span,
.tabs-style-fillup li.tab-current .icon:before, .tabs-style-fillup nav ul li:hover a span,  .tabs-style-fillup li:hover .icon:before{transform: translate3d(0,-10px,0);}
/*©w¸q°Ï¶ô*/