﻿@charset "utf-8";
/* CSS Document */
html,body {
	width: 100%;
	height: 100%;
	font-family: "微軟正黑體", Arial, "sans-serif";
}
a:focus {
	outline: none !important;
}
.counter {
	display: block;
	width:150px;
	height:70px;
	float:right;
}
.counter_rwd {
	display: none;
}
.header {
	width: 100%;
	height: 120px;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
	position: fixed;
	top:0;
	left:0;
	z-index: 11;
}
.header .main_box {
	width: 100%;
	height: 120px;
	max-width: 950px;
	margin: 0 auto;
}
.main_box img {
	width: 147px;
	float: left;
}
.navi {
	float: right;
	text-align:right; 
	line-height:150px;
}
.navi ul {
	list-style: none;
	display: flex;	
}
.navi li a {
	display: block;
	text-align:center; 
	width:calc((950px - 200px)/8);
	font-size: 16px;
	color: #b7b7b7;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	border-bottom-left-radius:50px;
	border-bottom-right-radius:50px;
}
.navi li a:hover {
	color: #535353;
	background-color:#f1f1f1;
}
.bt_bluegreen {
	display: block;
	width: 200px;
	height: 40px;
	font-size:18px;
	color: #fff;
	float: left;
	background: url(../images/bg_button.png) no-repeat top 12px right 10px;
	background-color: #00b7bd;
	line-height: 40px;
	text-indent: 20px;
	text-decoration:none;
	/* transition: 0.3s ease-in-out; */
}
.bt_bluegreen:hover {
	background-color: #036c6f;
}
/*--------------------------側邊選單--------------------------------------*/
.bt_more {
	width: 38px;
	height: 38px;
	position:absolute;
	top:0;
	right:0;
	background: url(../images/icon_more.png) no-repeat;
	background-size: 38px 38px;
	display: none;
}
.bt_more:hover {
	background-color: #ccc;
}
#side_menu {
    z-index: 12;
    position: fixed;
    right: 0;
    width: 130px;
    height: 100%;
    margin-right: -270px;
    overflow-y: auto;
    background-color: #fff;
    border-left:1px solid #afafaf;
    box-shadow:-2px 1px 3px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 130px;
    margin: 0;
    padding: 0;
}
.sidebar-nav ul {
    list-style: none;
}
.sidebar-nav li a {
    display: block;
    width:130px;
    height:39px;
    -webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:15px;
    line-height: 39px;
    text-decoration: none;
    font-size:15px;
    color: #595959;
    border-bottom:1px solid #ccc;
}
.sidebar-nav li a:hover {
    background-color:#eee;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    background-color:#eee;
}
#menu_toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}
#side_menu.active {
    right: 150px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#blackbg {   
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.hide_blackbg {	
	width: 0px;
}
.show_blackbg {
	width: 100%;
}
.toggle {
	width:150px;
	height:38px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	line-height:38px;
    font-size:16px;
    color:#000;
    padding-right:20px;
    font-weight:normal;
    text-align:right;
}

/*--------------------------page01_News--------------------------*/
.page01 {
	width: 100%;
	height :100%;
	background: url(../images/bg_page01.png) repeat-x bottom;
	background-size: 100% 100px;
	background-color: rgba(0,0,0,0);
	position: relative;
}
.box_new {
	width: 100%;
	max-width: 490px;
	height: 100px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 20px;
	color: #292929;
	position: absolute;
	left:50%;
	transform: translateX(-50%);
	bottom:5%;
	/* transition: 0.3s ease-in-out; */
	/* -webkit-animation:bg_news 14.5s forwards ease-in-out;
	animation:bg_news 14.5s forwards ease-in-out;
	animation-direction:normal;
	animation-iteration-count:infinite; */
}
@keyframes bg_news {
	0% {background-color: #313131}
	40% {background-color: #72553b}
	80% {background-color: #536632}
	100% {background-color: #313131}
}
@-webkit-keyframes bg_news {
	0% {background-color: #313131}
	40% {background-color: #72553b}
	80% {background-color: #536632}
	100% {background-color: #313131}
}
.box_new h3 {
	font-size: 36px;
}
.box_new .list_news {}
.box_new .list_news ul {
	list-style: none;
}
.box_new .list_news li {
	font-size: 14px;
	line-height: 1.8;
	margin-left: 39px;
	text-indent: -39px;
}

/*--------------------------page02_designer--------------------------*/
.box_page02 {
	width: 100%;	
	background-color:#fff;
	padding-top:50px;
	padding-bottom:5px;
}
.page02 {
	width: 100%;
	max-width:950px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
}
.page02 .title {
	width: 100%;
	max-width: 650px;
	margin:0 auto;
	height: 40px;
	font-size: 36px;
	color: #00b7bd;
	text-align: center;
	padding: 0px 50px;
	line-height: 40px;
	position: relative;
	margin-bottom: 50px;
}
.page02 .title:before {
	content: "Designer";
	width:150px;
	height:40px;
	background-color:#fff;
	position:absolute;
	z-index:2;
	left:50%;
	transform: translateX(-50%);	
}
.page02 .title:after {
	content: "";
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:1;
	padding-top: 20px;
	border-bottom: 2px solid #00b7bd;
	left:50%;
	transform: translateX(-50%);	
}
.box_people01 {
	width: 950px;
	overflow:hidden;
	margin: 0 auto;
	padding-bottom:50px;
	margin-bottom:30px;
	position: relative;
	/* transition: 0.3s ease-in-out; */
}
/* .box_people01 {
	-webkit-animation:box_people01 0.5s forwards ease-in-out;
	animation:box_people01 0.5s forwards ease-in-out;
}
@keyframes box_people01 {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}
@-webkit-keyframes box_people01 {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
} */
.box_people02 {
	width: 950px;
	overflow:hidden;
	margin: 0 auto;
	padding-bottom:50px;
	margin-bottom:30px;
	position: relative;
	/* transition: 0.3s ease-in-out; */
}
/* .box_people02 {
	-webkit-animation:box_people02 1.2s forwards ease-in-out;
	animation:box_people02 1.2s forwards ease-in-out;
}
@keyframes box_people02 {
	0% {opacity:0;}
	50% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes box_people02 {
	0% {opacity:0;}
	50% {opacity:0;}
	100% {opacity:1;}
} */
.pic_gai, .pic_jerell, .pic_john {
	width: 330px;
	height: 331px;
	position: relative;
	/* transition: 0.3s ease-in-out; */
}
.pic_gai {
	float:left;
	background: url(../images/pic_gai.png) no-repeat;
}
/* .pic_gai {
	-webkit-animation:pic_gai 1s forwards ease-in-out;
	animation:pic_gai 1s forwards ease-in-out;
}
@keyframes pic_gai {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}
@-webkit-keyframes pic_gai {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
} */
.pic_john {
	float:right;
	background: url(../images/pic_john.png) no-repeat;
}
/* .pic_john {
	-webkit-animation:pic_jerell 0.5s forwards ease-in-out;
	animation:pic_jerell 0.5s forwards ease-in-out;
}
@keyframes pic_john {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}
@-webkit-keyframes pic_john {
	0% {opacity:0;}
	50% {opacity:1}
	100% {opacity:1;}
} */
.pic_jerell {
	float:left;
	background: url(../images/pic_jerell.png) no-repeat;
}
/* .pic_jerell {
	-webkit-animation:pic_jerell 0.5s forwards ease-in-out;
	animation:pic_jerell 0.5s forwards ease-in-out;
}
@keyframes pic_jerell {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}
@-webkit-keyframes pic_jerell {
	0% {opacity:0;}
	50% {opacity:1}
	100% {opacity:1;}
} */
.icon_gai, .icon_jerell, .icon_john {
	width: 147px;
	height: 147px;
	position: absolute;
	z-index: 1;
	right:-30px;
	bottom:-50px;
}
.icon_gai {
	background: url(../images/icon_gai.png) no-repeat;
	right:-30px;
	bottom:-50px;
	/* transition: 0.1s ease-in-out;	 */
}
/* .icon_gai {
	-webkit-animation:icon_gai 0.8s forwards ease-in-out;
	animation:icon_gai 0.8s forwards ease-in-out;
}
@keyframes icon_gai {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}
@-webkit-keyframes icon_gai {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
} */
.icon_john {
	background: url(../images/icon_gai.png) no-repeat;
	left:-30px;
	bottom:-50px;
	/* transition: 0.1s ease-in-out;	 */
}
/* .icon_john {
	-webkit-animation:icon_gai 0.8s forwards ease-in-out;
	animation:icon_gai 0.8s forwards ease-in-out;
}
@keyframes icon_john {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}
@-webkit-keyframes icon_john {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
} */
.icon_jerell {
	background: url(../images/icon_jerell.png) no-repeat;
	right:-30px;
	bottom:-50px;
	/* transition: 0.01s ease-in-out;	 */
}
/* .icon_jerell {	
	-webkit-animation:icon_jerell 2s forwards ease-in-out;
	animation:icon_jerell 2s forwards ease-in-out;
}
@keyframes icon_jerell {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
}
@-webkit-keyframes icon_jerell {
	0% {opacity:0;}
	50% {opacity:1;}
	100% {opacity:1;}
} */
.page02_main_l, .page02_main_r {
	width: 520px;
	padding-top: 100px;	
	position: relative;
}
.page02_main_l {
	width: 520px;
	float: left;
	padding-top: 100px;
	/* transition: 0.3s ease-in-out; */
}
/* .page02_main_l {
	-webkit-animation:page02_main_l 1.7s forwards ease-in-out;
	animation:page02_main_l 1.7s forwards ease-in-out;
}
@keyframes page02_main_l {
	0% {opacity:0;}
	70% {opacity:0;}
	100% {opacity:1;}
}
@-webkit-keyframes page02_main_l {
	0% {opacity:0;}
	70% {opacity:0;}
	100% {opacity:1;}
} */
.page02_main_r {
	width: 520px;
	float: right;
	padding-top: 100px;	
	/* transition: 0.3s ease-in-out; */
}
/* .page02_main_r {
	-webkit-animation:page02_main_r 1.5s forwards ease-in-out;
	animation:page02_main_r 1.5s forwards ease-in-out;
}
@keyframes page02_main_r {
	0% {opacity:0;}
	70% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes page02_main_r {
	0% {opacity:0;}
	70% {opacity:0.5;}
	100% {opacity:1;}
} */
.page02_main_l .name, .page02_main_r .name {
	height:35px;
	border-bottom: 1px solid #767676;
}
.page02_main_l .name h3, .page02_main_r .name h3 {
	font-size: 30px;
	color: #535353;
	float: left;
	font-weight:normal;
}
.page02_main_l .name h4, .page02_main_r .name h4 {
	font-size: 22px;
	color: #535353;
	float: right;
	font-weight:normal;
	padding-top:10px;
}
.skill_list {
	margin-top: 30px;
}
.skill_list ul {
	list-style: none;
}
.skill_list li {
	font-size: 16px;
	margin-bottom: 20px;
	color:#535353;
}

/*--------------------------page03_service--------------------------*/
.box_page03 {
	width: 100%;
	background-color:#fff;
	padding-top:50px;
	/* margin-top:100px; */
}
.page03 {
	width: 100%;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px;	
	position: relative;
}
.page03 .title {
	width: 100%;
	max-width: 650px;
	margin:0 auto;
	height: 40px;
	font-size: 36px;
	color: #00b7bd;
	text-align: center;
	padding: 0px 50px;
	line-height: 40px;
	position: relative;
	margin-bottom: 50px;
}
.page03 .title:before {
	content: "Service";
	width:130px;
	height:40px;
	background-color:#fff;
	position:absolute;
	z-index:2;
	left:50%;
	transform: translateX(-50%);	
}
.page03 .title:after {
	content: "";
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:1;
	padding-top: 20px;
	border-bottom: 2px solid #00b7bd;
	left:50%;
	transform: translateX(-50%);	
}
.swiper-container {
	width: 100%;
    margin: 20px auto;
}
.swiper-slide {
	width: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px;	
}
.swiper-slide .page03_img {
	width: 50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px;
	float: left;
	/* transition: 0.3s ease-in-out;	 */
}
/* .swiper-slide .page03_img {
	-webkit-animation:page03_img 0.8s forwards ease-in-out;
	animation:page03_img 0.8s forwards ease-in-out;
}
@keyframes page03_img {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes page03_img {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
} */
.swiper-slide .page03_main {
	width: 50%;
	float: left;
	/* transition: 0.3s ease-in-out;	 */
}
/* .swiper-slide .page03_main {
	-webkit-animation:page03_main 1.6s forwards ease-in-out;
	animation:page03_main 1.6s forwards ease-in-out;
}
@keyframes page03_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes page03_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
} */
.swiper-slide .page03_main h1 {
	font-size: 32px;
	color:#535353;
	margin-bottom:15px;	
}
.swiper-slide .page03_main p {
	font-size: 16px;
	line-height: 1.6;
	color:#4c4b4b;
	margin-bottom: 20px;
	padding-right:50px;
}
.main_service {
	width: 100%;
	height:100%;
	max-width: 950px;
	margin:0 auto;
	padding-top:20px; 
	overflow: hidden;
	background-color: #00b7bd;
	position: relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.main_service h1 {
	font-size: 24px;
	color: #fff;
	float: left;
	padding-left: 5%;
	margin-bottom: 2%;
}
.main_service_box {
	width: 90%;
	height:100%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 10px 5px 10px rgba(0,0,0,0.4);
	position: relative;
	left: 0;
	bottom:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.main_service_box .left_box {
	width: 35%;
	float: left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	position: relative;	
}
.main_service_box .right_box {
	width: 65%;
	float: left;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px;
	position: relative;
}
.pay {
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
}
.pay ul {
	list-style: none;
}
.pay li {
	font-family: 15px;
	line-height: 1.6;
	color: #595959;
	text-indent: -13px;
	margin-left: 13px;
}
.s_mb10 {
	margin-bottom: 10px;
}
.bt_service_close {
	width: 10%;
	height: 10%;
	color: #fff;
	text-align: center;
	line-height: 10%;
	font-size: 36px;
	position: absolute;
	z-index: 5;
	right:0;
	top: 35px;
	text-decoration: none;
	text-shadow:3px 3px 5px rgba(0,0,0,0.7);
}
.bt_service_close:hover {
	text-shadow:none;
}


/*--------------------------page04_works--------------------------*/
.box_page04 {
	width: 100%;
	background-color:#fff;
	padding-top:50px;
}
.page04 {
	width: 100%;
	margin:0 auto;
	position: relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0px 100px;
}
.page04 .title {
	width: 100%;
	max-width: 650px;
	margin:0 auto;
	height: 40px;
	font-size: 36px;
	color: #00b7bd;
	text-align: center;
	padding: 0px 50px;
	line-height: 40px;
	position: relative;
	/*margin-bottom: 50px;*/
}
.page04 .title:before {
	content: "Works";
	width:130px;
	height:40px;
	background-color:#fff;
	position:absolute;
	z-index:2;
	left:50%;
	transform: translateX(-50%);	
}
.page04 .title:after {
	content: "";
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:1;
	padding-top: 20px;
	border-bottom: 2px solid #00b7bd;
	left:50%;
	transform: translateX(-50%);	
}
.owl-carousel {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0px 50px;
}
.snip1445 {
    position: relative;
    overflow: hidden;
    /* margin: 30px;*/
    width: 98.2%;
    color: #ffffff;
    text-align: center;
    margin-bottom:30px;
    background-color: #000;
}
/* .aw01, .aw02, .aw03, .aw04, .aw05, .aw06, .aw07, .aw08 {
	transition: 0.3s ease-in-out;	
}
.aw01 {
	-webkit-animation:aw 1s forwards ease-in-out;
	animation:aw 1s forwards ease-in-out;
}
.aw02 {
	-webkit-animation:aw 1.4s forwards ease-in-out;
	animation:aw 1.4s forwards ease-in-out;
}
.aw03 {
	-webkit-animation:aw 1.8s forwards ease-in-out;
	animation:aw 1.8s forwards ease-in-out;
}
.aw04 {
	-webkit-animation:aw 2.2s forwards ease-in-out;
	animation:aw 2.2s forwards ease-in-out;
}
.aw05 {
	-webkit-animation:aw 2.6s forwards ease-in-out;
	animation:aw 2.6s forwards ease-in-out;
}
.aw06 {
	-webkit-animation:aw 3s forwards ease-in-out;
	animation:aw 3s forwards ease-in-out;
}
.aw07 {
	-webkit-animation:aw 3.4s forwards ease-in-out;
	animation:aw 3.4s forwards ease-in-out;
}
.aw08 {
	-webkit-animation:aw 3.8s forwards ease-in-out;
	animation:aw 3.8s forwards ease-in-out;
}
@keyframes aw {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes aw {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
} */
.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    /* transition: all 0.55s ease; */
}
.snip1445 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}
.snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding:10px;
}
.snip1445 figcaption:before,
.snip1445 figcaption:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}
.snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}
.snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
.snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
.snip1445 h2 {
	font-size: 15px !important;
	text-shadow:0px 0px 5px rgba(0,0,0,0.5);
}
.snip1445 h2,
.snip1445 h4 {
    margin: 0;
}
.snip1445 h2 {
    font-weight: normal;
}
.snip1445 h4 {
    display: block;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #595959;
    margin-top:10px;
    font-weight:normal;
}
.snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.snip1445:hover img,
.snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.3;
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.owl-carousel div:eirst-child {
	margin-left: 0px !important;
}


/*--------------------------page05_shop--------------------------*/
.box_page05 {
	width: 100%;
	background-color:#fff;
}
.page05 {
	width: 100%;
	max-width: 950px;
	margin:0 auto;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px 100px 50px;	
	position: relative;
}
.page05 .title {
	width: 100%;
	max-width: 650px;
	margin:0 auto;
	height: 40px;
	font-size: 36px;
	color: #00b7bd;
	text-align: center;
	padding: 0px 50px;
	line-height: 40px;
	position: relative;
	margin-bottom: 50px;
}
.page05 .title:before {
	content: "Shop";
	width:130px;
	height:40px;
	background-color:#fff;
	position:absolute;
	z-index:2;
	left:50%;
	transform: translateX(-50%);	
}
.page05 .title:after {
	content: "";
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:1;
	padding-top: 20px;
	border-bottom: 2px solid #00b7bd;
	left:50%;
	transform: translateX(-50%);	
}
.page05_main {
	widows: 100%;
	height: 504px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:15%;
	padding-left: 35%;
	background: url(../images/bg_shop.png) no-repeat center left;
	background-size: 417px 504px;
	/* transition: 0.3s ease-in-out; */
}
/* .page05_main {
	-webkit-animation:page05_main 1s forwards ease-in-out;
	animation:page05_main 1s forwards ease-in-out;
}
@keyframes page05_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes page05_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
} */
.page05_main h1 {
	font-size: 32px;
	color:#535353;
	margin-bottom:15px;	
}
.page05_main p {
	font-size: 16px;
	line-height: 1.6;
	color:#4c4b4b;
	margin-bottom: 20px;
	padding-right:50px;
}
/*--------------------------page06_shop--------------------------*/
.box_page06 {
	width: 100%;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-bottom:100px;
}
.page06 {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px 30px 50px;	
	position: relative;
}
.page06 .title {
	width: 100%;
	max-width: 650px;
	margin:0 auto;
	height: 40px;
	font-size: 36px;
	color: #00b7bd;
	text-align: center;
	padding: 0px 50px;
	line-height: 40px;
	position: relative;
	margin-bottom: 50px;
}
.page06 .title:before {
	content: "Links";
	width:130px;
	height:40px;
	background-color:#fff;
	position:absolute;
	z-index:2;
	left:50%;
	transform: translateX(-50%);	
}
.page06 .title:after {
	content: "";
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:1;
	padding-top: 20px;
	border-bottom: 2px solid #00b7bd;
	left:50%;
	transform: translateX(-50%);	
}
.swiper-container_page06 {
	width: 100%;
    margin: 20px auto;
}
.swiper-slide_page06 {
	width: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px;	
}
.swiper-slide_page06 .pic_page06 {
	width: 50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px;
	float: left;
	/* transition: 0.3s ease-in-out;	 */
}
/* .swiper-slide_page06 .pic_page06 {
	-webkit-animation:pic_page06 0.8s forwards ease-in-out;
	animation:pic_page06 0.8s forwards ease-in-out;
}
@keyframes pic_page06 {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes pic_page06 {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
} */
.swiper-slide_page06 .pic_page06 img {
	width:39%;
	float:right;
}
.swiper-slide_page06 .pic_page06 img:first-child {
	margin-left:50px;
}
.page06_main {
	widows: 50%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
	/* transition: 0.3s ease-in-out;	 */
}
/* .page06_main {	
	-webkit-animation:page06_main 1.6s forwards ease-in-out;
	animation:page06_main 1.6s forwards ease-in-out;
}
@keyframes page06_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes page06_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
} */
.page06_main h3 {
	font-size: 32px;
	color:#535353;
	margin-bottom:15px;
	font-weight: normal;
	float:left;
}
.page06_main h4 {
	font-size: 24px;
	color:#535353;
	margin-left: 100px;
	margin-bottom:15px;
	padding-top:7px;
	font-weight: normal;
	float:left;
}
.page06_main p {
	clear:both;
	font-size: 16px;
	line-height: 1.6;
	color:#4c4b4b;
	margin-bottom: 20px;
	padding-right:50px;
}

/*--------------------------page07_Contact--------------------------*/
.box_page07 {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-top:50px;
	padding-bottom:100px;
	background: url(../images/bg_contact.png) no-repeat center top;
	background-size: cover;
	background-color:#fff;
}
.page07 {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0px 50px 30px 50px;	
	position: relative;
}
.page07 .title {
	width: 100%;
	max-width: 650px;
	margin:0 auto;
	height: 40px;
	font-size: 36px;
	color: #00b7bd;
	text-align: center;
	padding: 0px 50px;
	line-height: 40px;
	position: relative;
	margin-bottom: 50px;
}
.page07 .title:before {
	content: "Contact";
	width:130px;
	height:40px;
	background-color:#e0e1df;
	position:absolute;
	z-index:2;
	left:50%;
	transform: translateX(-50%);	
}
.page07 .title:after {
	content: "";
	width: 100%;
	margin: 0 auto;
	position: absolute;
	z-index:1;
	padding-top: 20px;
	border-bottom: 2px solid #00b7bd;
	left:50%;
	transform: translateX(-50%);	
}
.page07_main {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	/* transition: 0.3s ease-in-out;	 */
}
/* .page07_main {
	-webkit-animation:page07_main 1.6s forwards ease-in-out;
	animation:page07_main 1.6s forwards ease-in-out;
}
@keyframes page07_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
}
@-webkit-keyframes page07_main {
	0% {opacity:0;}
	50% {opacity:0.5;}
	100% {opacity:1;}
} */
.input01 {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 10px 15px;
	font-family:Arial, "sans-serif", "微軟正黑體";
	margin-bottom: 20px;
	resize: none;
	color: #757575;
	font-size: 16px;
}
.drop_down {
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 10px 15px 10px 10px;
	font-size: 16px;
	margin-bottom: 20px;
	resize: none;
	color: #acacac;
	font-family: "微軟正黑體", Arial, "sans-serif";
	
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
	background:url(../images/icon_drop_down.png) no-repeat center right 10px;
	background-size: 12px auto;
	background-color: #fff;	
}
/*--------------------------footer--------------------------*/
.footer {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: #5f5f5f;
	text-align: center;
	font-size: 14px;
	color: #fff;
}


@media screen and (max-width: 973px) {
	.counter {
		display: none;
		width:150px;
		height:70px;
		float:right;
	}
	.counter_rwd {
		display: block;
		width:150px;
		height:70px;
		position:absolute;
		right:-30px;
		margin-top:-40px;
		z-index:0;
	}
	.header {
		height: 40px;
		background-color:rgba(255,255,255,0.9)
	}
	.header .main_box {
		height: 40px;
	}
	.bt_bluegreen {
		display: block;
		width: 170px;
		height: 30px;
		font-size:15px;
		color: #fff;
		float: left;
		background: url(../images/bg_button.png) no-repeat top 8px right 10px;
		background-color: #00b7bd;
		line-height: 30px;
		text-indent: 10px;
		text-decoration:none;
		/* transition: 0.3s ease-in-out; */
	}
	.main_box img {
		width: 64px;
		float: left;
		margin-left:10px;
		margin-top:-5px;
	}
	.navi {
		display: none;
	}
	.m_menu {
	  	display: block;
	  	z-index:15;
	}
	.bt_more {
		display: block;
	}
	.box_new {
		width: 70%;
		height: auto;		
		margin: 0 auto;
		left:50%;
		transform: translateX(-50%);
		bottom:0%;
	}
	.box_new h3 {
		font-size: 21px;
	}
	.page02 .title {
		width: 100%;
		max-width: none;
		height: 20px;
		font-size: 24px;
		line-height: 20px;
	}
	.page02 .title:before {
		height:40px;
	}
	.page02 .title:after {
		padding-top: 10px;
	}
	.box_people01, .box_people02 {
		width: 100%;
		overflow:hidden;
		padding-bottom:0px;
		margin-bottom:10px;
	}
	.pic_gai, .pic_jerell, .pic_john {
		width: 200px;
		height: 200px;
		position: relative;
		left:50%;
		transform: translateX(-50%);	
	}
	.pic_gai {
		float:left;
		background-size:200px 200px;
	}
	.pic_john {
		float:left;
		background-size:200px 200px;
	}
	.pic_jerell {
		float:left;
		background-size:200px 200px;
	}
	.icon_gai, .icon_jerell, .icon_john {
		width: 90px;
		height: 90px;
		position: absolute;
		z-index: 1;
		right:-30px;
		bottom:-50px;
	}
	.icon_gai {
		background-size:90px 90px;
		right:-20px;
		bottom:-30px;
	}
	.icon_john {
		background-size:90px 90px;
		left:-20px;
		bottom:-30px;
	}
	.icon_jerell {
		background-size:90px 90px;
		right:-20px;
		bottom:-30px;
	}
	.page02_main_l, .page02_main_r {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding: 50px;
		float: left;	
	}
	.page02_main_l {
		width: 100%;
		float: left;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding: 50px 50px 30px 50px;
	}
	.page02_main_r {
		width: 100%;
		float: left;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding: 50px;
	}
	.page02_main_l .name, .page02_main_r .name {
		height:25px;
		border-bottom: 1px solid #767676;
	}
	.page02_main_l .name h3, .page02_main_r .name h3 {
		font-size: 18px;
		color: #535353;
		float: left;
		font-weight:normal;
	}
	.page02_main_l .name h4, .page02_main_r .name h4 {
		font-size: 15px;
		color: #535353;
		float: right;
		font-weight:normal;
		padding-top:5px;
	}
	.skill_list {
		margin-top: 30px;
	}
	.skill_list ul {
		list-style: none;
	}
	.skill_list li {
		font-size: 15px;
		margin-bottom: 10px;
		color:#535353;
	}
	.box_page03 {
		width: 100%;
		background-color:#fff;
		padding-top:0px;
		/* margin-top:100px; */
	}
	.page03 {
		width: 100%;
		margin:0 auto;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px;	
		position: relative;
	}
	.page03 .title {
		width: 100%;
		height: 20px;
		font-size: 24px;
		color: #00b7bd;
		text-align: center;
		padding: 0px 50px;
		line-height: 20px;
		position: relative;
		margin-bottom: 50px;
	}
	.page03 .title:before {
		content: "Service";
		width:130px;
		height:20px;
		background-color:#fff;
		position:absolute;
		z-index:2;
		left:50%;
		transform: translateX(-50%);	
	}
	.page03 .title:after {
		content: "";
		width: 100%;
		margin: 0 auto;
		position: absolute;
		z-index:1;
		padding-top: 10px;
		border-bottom: 2px solid #00b7bd;
		left:50%;
		transform: translateX(-50%);	
	}
	.swiper-container {
		width: 100%;
		margin: 0 auto;
	}
	.swiper-slide {
		width: 100%;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-block;
		display: block;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px 20px;	
	}
	.swiper-slide .page03_img {	
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px 0px;
		float: none;
	}
	.swiper-slide .page03_main {
		clear:both;
		width: 100%;
		float: none;
	}
	.swiper-slide .page03_main h1 {
		font-size: 24px;
		color:#535353;
		margin-bottom:10px;	
	}
	.swiper-slide .page03_main p {
		font-size: 14px;
		line-height: 1.6;
		color:#4c4b4b;
		margin-bottom: 20px;
		padding-right:10px;
	}
	.main_service {
		height:auto;
	}
	.main_service h1 {
		text-shadow:2px 2px 2px rgba(0,0,0,0.3);
	}
	.main_service_box {
		height:auto;
		box-shadow: 5px 6px 6px rgba(0,0,0,0.4);
	}
	.main_service_box .left_box {
		width: 100%;
		float: left;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:10px;
	}
	.main_service_box .right_box {
		width: 100%;
		float: left;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px 30px 30px 30px;
	}
	.bt_service_close {
		width: 10%;
		height: 10%;
		color: #fff;
		text-align: center;
		line-height: 10%;
		font-size: 24px;
		position: absolute;
		z-index: 5;
		right:5px;
		top: 20px;
		text-decoration: none;
		text-shadow:2px 2px 2px rgba(0,0,0,0.4);
	}
	.box_page04 {
		width: 100%;
		background-color:#fff;
		padding-top:50px;
	}
	.page04 {
		width: 100%;
		margin:0 auto;
		position: relative;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding: 0px;
	}
	.page04 .title {
		width: 100%;
		max-width: 650px;
		margin:0 auto;
		height: 20px;
		font-size: 24px;
		color: #00b7bd;
		text-align: center;
		padding: 0px;
		line-height: 20px;
		position: relative;
		/*margin-bottom: 50px;*/
	}
	.page04 .title:before {
		content: "Works";
		width:130px;
		height:20px;
		background-color:#fff;
		position:absolute;
		z-index:2;
		left:50%;
		transform: translateX(-50%);	
	}
	.page04 .title:after {
		content: "";
		width: 100%;
		margin: 0 auto;
		position: absolute;
		z-index:1;
		padding-top: 10px;
		border-bottom: 2px solid #00b7bd;
		left:50%;
		transform: translateX(-50%);	
	}
	.owl-carousel {
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding: 0px 0px;
	}
	.box_page05 {
		width: 100%;
		background-color:#fff;
	}
	.page05 {
		width: 100%;
		max-width: 950px;
		margin:0 auto;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px;	
		position: relative;
	}
	.page05 .title {
		width: 100%;
		max-width: 650px;
		margin:0 auto;
		height: 20px;
		font-size: 24px;
		color: #00b7bd;
		text-align: center;
		padding: 0px 50px;
		line-height: 20px;
		position: relative;
		margin-bottom: 0px;
	}
	.page05 .title:before {
		content: "Shop";
		width:130px;
		height:20px;
		background-color:#fff;
		position:absolute;
		z-index:2;
		left:50%;
		transform: translateX(-50%);	
	}
	.page05 .title:after {
		content: "";
		width: 100%;
		margin: 0 auto;
		position: absolute;
		z-index:1;
		padding-top: 10px;
		border-bottom: 2px solid #00b7bd;
		left:50%;
		transform: translateX(-50%);	
	}
	.page05_main {
		widows: 100%;
		height:auto;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-top:10%;
		padding-bottom:25%;
		padding-left: 35%;
		background: url(../images/bg_shop.png) no-repeat top 30% left 20%;
		background-size: 50%;
	}

	.page05_main h1 {
		font-size: 24px;
		color:#535353;
		margin-bottom:15px;	
	}
	.page05_main p {
		font-size: 14px;
		line-height: 1.6;
		color:#4c4b4b;
		margin-bottom: 20px;
		padding-right:50px;
	}
	.box_page06 {
		width: 100%;
		background-color:#fff;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-bottom:50px;
	}
	.page06 {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px;	
		position: relative;
	}
	.page06 .title {
		width: 100%;
		max-width: 650px;
		margin:0 auto;
		height: 20px;
		font-size: 24px;
		color: #00b7bd;
		text-align: center;
		padding: 0px;
		line-height: 20px;
		position: relative;
		margin-bottom: 50px;
	}
	.page06 .title:before {
		content: "Links";
		width:130px;
		height:20px;
		background-color:#fff;
		position:absolute;
		z-index:2;
		left:50%;
		transform: translateX(-50%);	
	}
	.page06 .title:after {
		content: "";
		width: 100%;
		margin: 0 auto;
		position: absolute;
		z-index:1;
		padding-top: 10px;
		border-bottom: 2px solid #00b7bd;
		left:50%;
		transform: translateX(-50%);	
	}
	.swiper-container_page06 {
		width: 100%;
		margin: 10px auto;
	}
	.swiper-slide_page06 {
		width: 100%;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-block;
		display: block;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px 50px;	
	}
	.swiper-slide_page06 .pic_page06 {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px 10px;
		float: left;
	}
	.swiper-slide_page06 .pic_page06 img {
		width:40%;
		float:right;
	}
	.swiper-slide_page06 .pic_page06 img:first-child {
		margin-left:20px;
	}
	.page06_main {
		widows: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		float: left;
		margin-top:30px;
		padding-bottom: 30px;
	}
	.page06_main h3 {
		font-size: 24px;
		color:#535353;
		margin-bottom:15px;
		font-weight: normal;
		float:left;
	}
	.page06_main h4 {
		font-size: 14px;
		color:#535353;
		margin-left: 100px;
		margin-bottom:15px;
		padding-top:7px;
		font-weight: normal;
		float:left;
	}
	.page06_main p {
		clear:both;
		font-size: 14px;
		line-height: 1.6;
		color:#4c4b4b;
		margin-bottom: 20px;
		padding-right:0px;
	}
	.box_page07 {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding-top:20px;
		padding-bottom:100px;
		background: url(../images/bg_contact.png) no-repeat center top;
		background-size: cover;
		background-color:#fff;
	}
	.page07 {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px;	
		position: relative;
	}
	.page07 .title {
		width: 100%;
		max-width: 650px;
		margin:0 auto;
		height: 20px;
		font-size: 24px;
		color: #00b7bd;
		text-align: center;
		padding: 0px;
		line-height: 20px;
		position: relative;
		margin-bottom: 50px;
	}
	.page07 .title:before {
		content: "Contact";
		width:130px;
		height:20px;
		background-color:#e0e1df;
		position:absolute;
		z-index:2;
		left:50%;
		transform: translateX(-50%);	
	}
	.page07 .title:after {
		content: "";
		width: 100%;
		margin: 0 auto;
		position: absolute;
		z-index:1;
		padding-top: 10px;
		border-bottom: 2px solid #00b7bd;
		left:50%;
		transform: translateX(-50%);	
	}
	.page07_main {
		width: 100%;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		padding:0px 20px;
	}
	.input01 {
		padding: 7px 10px;
		font-family: 14px;
		margin-bottom: 15px;
		resize: none;
		color: #757575;
	}
	
}