@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Nunito+Sans:300,400,700,900&display=swap&subset=chinese-traditional');
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
	font-family: 'Nunito Sans','Noto Sans TC', sans-serif;
	background-color: #191919;
}
a{
	text-decoration: none;
}
.wrap::-webkit-scrollbar{
	display: none;
}
.page-shadow{
	position: fixed;
	height: 100vh;
	width: 200px;
	top: 0;
	left: 0;
	z-index: 80;
	opacity: 0.7;
	background-image: linear-gradient(to right, #000000, transparent);
	
}
.page-shadow-r{
	position: fixed;
	height: 100vh;
	width: 200px;
	top: 0;
	right: 0;
	z-index: 80;
	opacity: 0.7;
	background-image: linear-gradient(to left, #000000, transparent);
	
}
.scrollbtn-l,.scrollbtn-r{
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: black;
	opacity: 0.7;
	color: white;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 99;
}
.scrollbtn-l{
	display: none;
	margin-left: 30px;
	left: 0;
	top: calc( 100vh / 2 - 50px );
}
.scrollbtn-r{
	margin-right: 30px;
	right: 0;
	top: calc( 100vh / 2 - 50px );
}
.scrollbtn-l:hover, .scrollbtn-r:hover{
	opacity: 1;
}
.page-title-tags{
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	margin-top: 30px;
	position: relative;
	z-index: 99;
	color: #ababab;
}
.page-title-tags-item{
	padding: 10px;
	cursor: pointer;
	transition: 0.5s;
}
.page-title-tags-item:hover{
	color: white;
}

.loader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.6);
}

.loader-content{
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
}
.wrap{
	position: relative;
	width: 100vw;
	height: 100vh;
	border: 0px solid green;
	height:calc(var(--vh, 1vh) * 100);
	overflow-x: scroll;
	overflow-y: hidden;
	font-size: 0px;
}

.menu{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	background-color: rgba(17, 17, 17, 0.85);
	z-index: 999;
	display: none;
	color: white;
}
.topnav-logo{
	position: fixed;
	width: 100%;
	top: 30px;
	left: 0px;
	text-align: center;
	z-index: 990;
}
.topnav-logo img{
	width: 60px;
}
.menu-close{
	position: fixed;
	top: 35px;
	right: 35px;
	font-size: 40px;
	padding-bottom: 80px;
	cursor: pointer;
	transition: 0.5s;
}
.menu-close-l1{
	width: 24px;
	height: 2px;
	transform: rotate(45deg);
	background-color: white;
}
.menu-close-l2{
	margin-top: -2px;
	width: 24px;
	height: 2px;
	transform: rotate(-45deg);
	background-color: white;
}
.menu-close:hover{
	opacity: 0.5;
}
.menu-item{
	font-size: 14px;
  	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2.25px;
	text-align: center;
	padding-bottom: 35px;
	cursor: pointer;
}
a.mi{
	color: white;
	text-decoration: none;
	transition: 0.5s;
}
a.mi:hover{
	opacity: 0.5
}
.menu-item-last{
	font-size: 16px;
  	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2.25px;
	text-align: center;
	padding-bottom: 70px;
}
.menu-lang{
	color: #777777;
}
.lang-cn, .lang-en, .lang-tw{
	cursor: pointer;
}
.menu-top{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	max-height: 280px;
	margin: 22vh auto auto auto;


	/* padding-top: 135px; */
}
.menu-bottom{
	width: 670px;
	height: 245px;
	background-image: url('../images/menubottom.png');
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding-top: 120px;

}
.social-item{
	font-size: 16px;
	display: inline-block;
	color: #191919;
	padding: 0 9px;
	cursor: pointer;
	transition: 0.5s;
}
.social-item:hover{
	opacity: 0.5;
}

.menu-btn{
	position: fixed;
	top: 13px;
	left: 13px;
	width: 50px;
  	height: 50px;
  	background-color: #191919;
  	z-index: 995;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	cursor: pointer;
  	transition: 0.5s;
}
.join-container .menu-btn{
	background-color: transparent;
}
.menu-btn img{
	width: 24px;
}
.contact-btn{
	position: fixed;
	top: 30px;
	right: 35px;
	z-index: 995;
	color: #e6e6e6;
	display: flex;
  	justify-content: center;
  	align-items: center;
  	cursor: pointer;
  	font-size: 23px;
  	transition: 0.5s;
}
.contact-btn img{
	width: 24px;
}
.menu-btn:hover,.contact-btn:hover{
	opacity: 0.5;
}
.page-title{
	position: fixed;
	top: 170px;
	left: 45px;
	color: white;
	z-index: 200;
}
.page-title-main{
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.72;
	letter-spacing: normal;
	margin-bottom: 10px;
	position: relative;
	z-index: 99;
}
.page-title-sub{
	font-size: 18px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	position: relative;
	z-index: 99;
}

.h-content{
	position: relative;
	white-space: nowrap;
	padding: 215px 0px 0px 45px;
	height: 100%;
}
.h-content-service{
	padding-top: 235px;
}
.h-content-team{
	/* padding-top: 215px; */
	padding-top: 10%;
}
.h-content-works{
	padding-top: 200px;
}
.h-content-work{
	padding-top: 200px;
}
.h-content-blog{
	padding-top: 220px;
}
.v-content{
	padding: 260px 70px 0 225px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.team-description{
	display: inline-block;
	font-size: 14px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #efefef;	
	width: 400px;
	margin-right: 96px;
	white-space: normal;
	vertical-align: top;
}
.team-description div{
	width: 400px;
	height: 260px;
}

.team-item{
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	width: 260px;
	height: 100%;
}
.team-item-photo{
	width: 260px;
	height: 415px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 23px;
}
.team-item-c1{
	margin-bottom: 5px;
}
.team-item-c1-name{
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.17;
	letter-spacing: normal;
	color: #efefef;
}
.team-item-c1-title{
	font-size: 14px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #777777;
	margin-left: 15px;
}
.team-item-c2{
	 font-size: 14px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #efefef;
	white-space: normal;
}
.service-description{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	letter-spacing: normal;
	color: #efefef;	
	white-space: normal;
}
.service-description div{
	height: 260px;
	width: 350px;
}

.service-item{
	display: inline-block;
	vertical-align: top;
	width: 360px;
	white-space: normal;
	position: relative;
}
.service-item-bgline{
	height: 1px;
	width: 100%;
	position: absolute;
	background-color: #979797;
	top: 100px;
	left: 5px;
	z-index: -1;
}
.service-item-title{
	font-size: 22px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.18;
	letter-spacing: normal;
	color: #efefef;
	position: relative;
	z-index: 10;
}
.service-item-photo-block{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: -7px;
	margin-left: 3px;
	position: relative;
}
.service-item-photo{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
	border-radius: 50%;
}
.service-item-num{
	font-size: 30px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-left: 5px;
	margin-top: 110px;
}
.service-item-content{
	font-size: 14px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.64;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 45px;
	width: 280px;
}
.service-item-more{
	opacity: 0.53;
	font-size: 15px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.02px;
	color: #ffffff;
	margin-top: 20px;
	cursor: pointer;
}
.service-item-morecontent{
	width: 280px;
	display: none;
	font-size: 13px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	letter-spacing: 1px;
	text-align: left;
	color: #efefef;
	margin-top: 20px;
}
.sim-icon{
	color: #006496;
	font-size: 18px;
	margin-bottom: 25px;
}
.join-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	overflow: hidden;
}
.join-bg-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/join_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	z-index:-1;
}
.join-content{
	width: 350px;
	z-index: 10;
	margin-right: 100px;
	margin-top: 70px;
}
.join-content-text{
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.93;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 50px;
	width: 350px;
}
.join-content-btn{
	display: inline-block;
	border-radius: 28px;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.93;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 15px;
	cursor: pointer;
	transition: 0.5s;
}
.join-content-btn-outline{
	border: solid 1px #979797;
}
.join-content-btn:hover{
	opacity: 0.5;
}
.join-content-btn-blue{
	background-color: #006496;
}
@media(max-width: 1200px){
	.menu{
		background-color: rgba(17, 17, 17, 0.95);
	}
	.menu-top{
		/* padding-top: 78px; */
	}
	.join-bg-img{
		opacity: 0.2;
		background-position: 65% 0%;
	}
	.join-content{
		margin-top: 100px;
	}
	.page-title{
		top: 180px;
	}
	.contact-btn{
		top: 25px;
		right: 25px;
	}
	.service-description div{
		width: 85px;
	}
	.h-content-service{
		padding-top: 300px;
	}
	.h-content-team{
		/* padding-top: 300px; */
		padding-top: 10%;
	}
	.h-content-works{
		padding-top: 260px;
	}
	.h-content-work{
		padding-top: 200px;
		padding-left: 0px;
	}
	.h-content-blog{
		padding-top: 270px;
	}
	.service-item{
		width: 320px;
	}
	.service-item-content{
		width: 220px;
	}
	.team-description{
		width: 300px;
		margin-right: 80px;
	}
	.team-description div{
		width: 300px;
		height: 200px;
	}
	.v-content{
		flex-direction: column;
		padding-left: 150px;
		padding-right: 30px;
	}
	.page-shadow, .page-shadow-r{
		display: none;
	}
	.scrollbtn-l{
		margin-left: 10px;
	}
	.scrollbtn-r{
		margin-right: 10px;
	}
}
@media(max-height: 900px){
	.menu-top{
		/* height: calc( 100vh - 170px );
		justify-content: space-between; */
	}
	.menu-item,.menu-close{
		padding-bottom: 0px;
	}
	.menu-item-last{
		padding-bottom: 40px;
	}
}
@media(max-width: 500px){
	.page-shadow, .page-shadow-r{
		display: none;
	}
	.page-shadow{
		display: none;
	}
	.menu-top{
		/* height: calc( 100vh - 170px );
		justify-content: space-between; */
	}
	.menu-item,.menu-close{
		padding-bottom: 0px;
	}
	.menu-item-last{
		padding-bottom: 40px;
	}
	.contact-btn{
		top: 22px;
		right: 27px;
	}
	.team-description{
		width: 220px;
		margin-right: 40px;
	}
	.team-description div{
		width: 220px;
		height: 140px;
	}
	.menu-btn{
		top: 7px;
		left: 7px;
	}
	.topnav-logo{
		top: 30px;
	}
	.topnav-logo img{
		width: 60px;
	}
	.slogo .topnav-logo img{
		width: 42px;
	}
	.mlogo .topnav-logo img{
		width: 48px;
	}
	.join-bg-img{
		opacity: 0.2;
		background-position: 47% 35%;
		background-size: 270%;
	}
	.menu{
		background-color: rgba(17, 17, 17, 0.95);
	}
	.menu-bottom{
		width: 100%;
		height: 178px;
		padding-top: 100px;
		background-position: top;
		background-size: 160%;
	}
	
	.page-title{
		top: 135px;
		left: 20px;
	}
	.page-title-service{
		top: 94px;
	}
	.page-title-team{
		top: 94px;
	}
	.page-title-works{
		top: 94px;
	}
	  
	
	.join-container{
		justify-content: center;
	}
	.join-content{
		width: 100%;
		z-index: 10;
		padding-left: 20px;
		margin-right: 0px;
		padding-right: 75px;
		margin-top: 80px;
	}
	.join-content-text{
		width: 100%;
		margin-bottom: 35px;
	}
	.h-content-service{
		padding-top: 200px;
		padding-left: 25px;
	}
	.h-content-team{
		padding-top: 125px;
		padding-left: 25px;
	}
	.h-content-works{
		padding-top: 160px;
		padding-left: 0px;
	}
	.h-content-work{
		padding-top: 160px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}
	.h-content-blog{
		padding-top: 164px;
		padding-left: 0px;
	}
	.service-description div{
		width: 0px;
	}
	.v-content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.team-item{
		width: 28vh;
	}
	.team-item-photo{
		width: 28vh;
		height: 45vh;
	}
}