@charset "UTF-8";
@import url("layout.css");
@import url("fonts.css");
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*--== USER ==--*/
.user_editor{ width:100%; height:auto; overflow: hidden; position: static !important;} 
.user_editor table{ width:100% !important ; } 
.user_editor img{ max-width:100% !important ; }
.user_editor p{color:#606060;font-size: 14px;letter-spacing: 1px;line-height: 26px;}



/*-----共用-----*/
#navbar,#logo{
	transition:all .5s;
}
.out_box{
	margin-top: 548px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	box-shadow: 0 -10px 19px #0000005c;
	padding-bottom: 120px;
	flex-wrap: wrap;
}
.in_box{
	width: 85%;
	max-width: 1100px;
	margin:0 auto;
	margin-top: 100px;
	position: relative;
}
.left_box{
	width:50%;
}
.right_box{
	width:50%
}
.about_box,.pro_box,.pro_box02,.contact_box,.ser_box{
	display: flex;
	flex-wrap: wrap;
	color: #4a4a4a;
}
.pro_box02{
	width:90%;
	margin: 0 auto;
	display: block;
}
.butt{
	width:250px;
	height: 50px;
	margin:0 auto;
	display: flex;
	margin-top: 70px;
}
.butt a{
	width: 100%;
	height: 100%;
	text-align:center;
	line-height:50px;
	color: #4a4a4a;
	border: 1px solid #969696;
	font-size: 14px;
	letter-spacing: 3px;
	transition:all .5s
}
.butt a:hover{
	background-color:#343434;
	color:#fff
}
.contact_box{
	justify-content: space-between;
	margin-bottom: 50px;
}



/*-----分頁-----*/

.pagination_box{
	width:100%;
	display:flex;
}
.pagination_box a {
	color: #969696;
	margin:0 10px;
	margin-top:30px;
	transition:all .5s
}
.pagination_box a:hover{
	color:#343434
}



/*-----搜尋-----*/
.sear_butt{
	width: 28px;
	height: 28px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.ser_01{
	width: 20px;
	height: 20px;
	border: 4px solid #fff;
	border-radius: 30px;
	margin-top: 2px;
	position: absolute;
}
.ser_02{
	width: 8px;
	height: 4px;
	background-color: #fff;
	transform: rotate(45deg); /* Equal to rotateZ(45deg) */
	position: absolute;
	bottom: 7px;
	right: 5px;
}
.sear_butt a{
	width:100%;
	height:100%
}
.lybox_showbox{
	display:flex
}


/*-----HEADER-----*/
.header{
	width: 90%;
	max-width: 1300px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.logo_link .logo{
	width:65px
}
.company{
	font-family: "notos";
	font-size: 20px;
	color: #fff;
	font-weight: 900;
	margin-left: 20px;
	margin-top: 0px;
}
.logo_link a{
	display:flex;
	align-items: center;
}
.header nav{
	display:flex;
	align-items:center;
}
nav a{
	height: 100%;
	color:#fff;
	display: flex;
	font-size: 17px;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: 0 25px;
	text-shadow: 0 0 5px #3c3c3c;
	position: relative;
	transition: all .5s;
}
.nav_box{
	display:flex
}
.link{
	display:flex;
	align-items:center;
	position: relative;
}
.link > a{
	width:11px;
	margin-right:20px;
	margin-left:7px
}
nav a:after{
	content:'';
	display:block;
	position:absolute;
	width:0;
	height: 1px;
	background-color: #fff;
	bottom: 20px;
	transition:all .5s
}
nav a:hover:after{
	width:100%
}






/*-----INDEX-----*/
.banner_area{
	width:100%;
	position:relative;
	height: 90vh;
}
.con_link{
	width: 405px;
	height: 230px;
	position:absolute;
	z-index:9;
	background-color: rgba(0, 0, 0, 0.68);
	color: #fff;
	right: 8%;
	bottom: 14%;
	padding:40px 70px;
}
.con_link div:nth-child(1){
	font-size:24px;
	font-family: "notos";
	letter-spacing:1px;
	line-height:35px
}
.banner{
	width:100%;
	overflow:hidden;
	height: 950px;
}
.bann{
	display: flex !important;
	height: 90vh;
	overflow: hidden;
	position: relative;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.con_link div:nth-child(2){
	display:flex;
	justify-content: space-between;
	margin-top: 40px;
}
.con_link div:nth-child(2) a{
	width: calc( 50% - 3px );
	height: 40px;
	color:#fff;
	border: 1px solid #5f5f5f;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	transition:all .5s
}
.con_link div:nth-child(2) a:hover{
	background-color:#969696
}
.ind_about{
	width:85%;
	max-width:1200px;
	min-height: 860px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 100px 0;
}
.ind_about .left_box div:nth-child(1){
	font-size:20px;
	margin-bottom:35px;
	display: flex;
	align-items: center;
}
.ind_about .left_box div:nth-child(1):after{
	content:'';
	display:block;
	width:50px;
	height:1px;
	background-color:#000;
	margin-left: 10px;
}
.ind_about .left_box div:nth-child(2){
	font-size:28px;
	font-family: "notos";
	margin-bottom:60px;
	font-weight:600;
	letter-spacing:1px
}
.ind_about .left_box div:nth-child(3){
	font-size:16px;
	line-height:25px;
	margin-bottom:40px
}
.ind_about .left_box a{
	color:#000;
	border-bottom: 1px solid #000;
}
.ind_about .left_box{
	width: 35%;
	position:relative;
	padding-top: 130px;
}
.ind_about .right_box{
	width: 65%;
	position:relative;
	display: flex;
	/* overflow: hidden; */
}
.ind_about .right_box:after{
	content:'';
	display:block;
	position:absolute;
	width: 80%;
	height: 15%;
	background-image:url("../images/demo/about_txt.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	top: 8%;
	left: -27%;
	z-index: -1;
}
.ind_about .right_box div:nth-child(1),.ind_about .right_box div:nth-child(2){
	position:absolute
}
.ind_about .right_box div:nth-child(1){
	width: 35%;
	bottom:0;
	left:0;
	z-index: 1;
	transition: all 3s;
}
.ind_about .right_box div:nth-child(2){
	width: 72%;
	right:0;
	top:0;
	transition:all 2s
}
.ind_about .right_box div:nth-child(1) img,.ind_about .right_box div:nth-child(2) img{
	width:100%
}
.ind_about:hover .right_box  div:nth-child(2){
	transform:translate(-50px,30px)
}
.ind_about:hover .right_box div:nth-child(1){
	transform:translate(20px,-40px)
}
.bac_black{
	width:100%;
	background-image: url("../images/demo/bac.png");
	background-repeat: repeat;
}
.bac_in{
	max-width:1200px;
	width:85%;
	margin:0 auto;
	color:#fff;
	display: flex;
	flex-wrap: wrap;
	padding: 55px 0;
}
.bac_in .left_box{
	width: 45%;
	display:flex;
	flex-wrap: wrap;
}
.bac_in .right_box{
	width:55%
}
.bac_in .txt_box div:nth-child(1){
	font-size:28px;
	margin-bottom: 28px;
	font-family: "notos";
	font-weight: 600;
}
.bac_in .left_box .txt_box{
	width:calc( 100% - 62px )
}
.bac_in .left_box .award{
	width:62px;
	margin-top: 65px;
}
.bac_in .left_box .txt_box div:nth-child(2){
	padding-right: 45px;
	line-height:25px;
	margin-bottom: 28px;
	font-size: 16px;
	letter-spacing: 1px;
}
.bac_in .left_box .txt_box a{
	color:#929292;
	text-decoration: underline;
}
.ind_img{
	width: 70%;
	margin:0 auto;
}
.ind_pro{
	width:85%;
	max-width:1200px;
	height: auto;
	margin:0 auto;
	text-align: center;
	padding: 100px 0;
}
.tit{
	font-size:28px;
	margin-bottom:50px;
	font-family: "notos";
	font-weight: 900;
}
.pro01{
	width: 73%;
	height:695px;
	overflow:hidden;
}
.ind_pro_img{
	width:100%;
	height: 695px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.pro01{
	width: 48%;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ind_pro_box{
	width:52%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.pro01 a img,.pro02 a img,.pro03 a img{
	transition:all .5s;
	height: 100%;
}
.pro01 a:hover img,.pro02 a:hover img,.pro03 a:hover img{
	transform:scale(1.05,1.05)
}
.ind_pro_img ul{
	width: calc( 49% - 20px );
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	margin: 0 10px;
}
.pro02,.pro03{
	width:100%;
	height: 36%;
	overflow:hidden;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	position: relative;
}
.pro02 a,.pro02 img,.pro01 a{
	height: 100%;
	display: flex;
	justify-content: center;
}
.pro03{
	height: 60%;
}
.pro03 a,.pro03 img{
	height: 100%;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 1250px){
	.ind_about{min-height:auto;padding-bottom: 70px;}
	.ind_about .left_box{width: 40%;}
	.ind_about .right_box{width:60%}
}
@media screen and (max-width: 1100px){
	.ind_about .left_box{width: 50%;}
	.ind_about .right_box{width:50%}
}
@media screen and (max-width: 1000px){
	.ind_about .left_box{width: 100%;padding-top: 0;text-align: center;}
	.ind_about .right_box{width:100%;margin-top: 100px;}
	.ind_about .right_box div:nth-child(1),.ind_about .left_box div:nth-child(1):after{display:none}
	.ind_about .right_box div:nth-child(2){width: 50%;position:relative;border-radius:100%;overflow:hidden;margin: 0 auto;}
	.ind_about .right_box:after{width: 500px;height: 88px;left: 0;right: 0;top: -25px;margin: 0 auto;}
	.ind_about .left_box div:nth-child(2){margin-bottom:40px}
	.ind_about .left_box div:nth-child(1){justify-content: center;}
	.bac_in .left_box{width:100%;border-bottom: 1px solid #2f2f2f;padding-bottom: 50px;}
	.bac_in .right_box{width: 90%;margin:0 auto;margin-top:50px;}
	.ind_pro_img ul{width: 95%;height: 49%;margin: 0;align-content: space-between;}
	.pro02, .pro03{height: calc( 100% / 2 - 7px );}
	.pro02 a, .pro02 img,.pro03 a, .pro03 img{width: auto;height: 100%;}
	.ind_pro_box{align-content:space-between}
	.nav_box{display:none}
	.mobile_menu{display:block!important}
}
@media screen and (max-width: 600px){
	.ind_about .right_box div:nth-child(2){width:80%}
	.ind_about .right_box:after{width:300px;height:50px}
	.ind_pro_box,.ind_pro_img ul{width:100%}
	.pro01,.pro02,.pro03{width:100%;height: auto;margin-bottom: 20px;}
	.ind_pro_img{height:auto}
	.pro01 a,.pro02 a,.pro03 a{width: 100%;display:flex;justify-content:center;align-items:center;align-content: center;}
	.pro01 a img, .pro02 a img, .pro03 a img{width: 100%;}
	.con_link{width: 80%;height: auto;margin:0 auto;left: 0;right: 0;padding: 30px;text-align: center;}
	.con_link div:nth-child(1){font-size:20px}
	.bac_in .left_box .txt_box{width:100%}
	.bac_in .left_box .txt_box div:nth-child(2){padding-right:0}
	.header .company{font-size: 15px;margin-left: 5px;}
	.header .logo_link .logo{width: 40px !important;}
	.mobile_menu{top:15px!important}
}



/*-----FOOTER-----*/
footer .bac_black{
	padding:40px 0;
}
.bac_black .logo_link{
	width:350px;
	margin:0 auto;
	margin-bottom: 25px;
}
.foot_inf,.fb,.copyright{
	max-width:840px;
	width:85%;
	margin:0 auto;
	color: #d1d1d1;
	display: flex;
	justify-content: center;
	font-size: 14px;
	flex-wrap: wrap;
}
.foot_inf > div{
	display:flex;
	margin: 0 5px;
}
.foot_inf > div div{
	margin-right:5px
}
.foot_inf a{
	color:#d1d1d1
}
.fb{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin: 30px auto;
}
.fb a{
	width:10px;
	height:auto
}
.fb img{
	width:100%
}
.fb:before,.fb:after{
	content:'';
	display:block;
	left:0;
	width: 48%;
	height:1px;
	background-color:#ccc;
}
.fb:after{
	right:0
}
.copyright{
	display: flex;
}
.copyright a{
	color:#b7c2d2;
	margin-left:10px;
	text-decoration:underline
}


@media screen and (max-width: 500px){
	.foot_inf > div{width:100%;justify-content: center;margin-bottom: 10px;}
	.foot_inf, .fb, .copyright{text-align:center;margin: 20px auto;}
	.foot_inf > div:nth-child(2){display:none}
}





/*-----ABOUT-----*/
.inp_banner_box{
	width: 100%;
	height: 550px;
	display: flex;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	z-index: -1;
}
.inp_banner_box:before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.46);
}
.inp_banner_box img{
	height:100%

}
.page_tit{
	z-index:1;
	position: absolute;
	text-align: center;
	bottom: 45%;
	left: 25px;
	right: 0;
	margin: 0 auto;
}
.page_tit ul{

font-size: 20px;

letter-spacing: 25px;

color: #ffffff;

text-shadow: 0 0 5px #0000008f;
}
.page_link{
	width: 100%;
	position:absolute;
	bottom:0;
	text-align:right;
	/* background-color: rgba(0, 0, 0, 0.29); */
	padding: 25px 40px;
	font-size: 13px;


}
.page_link a{
	color: #d3d3d3;
	transition: all .5s;
	margin: 0px 15px;
}
.page_link a:hover{
	color:#fff
}
.about_box .right_box{
	width: 35%;
	position: relative;
}
.about_box .left_box{
	width: 65%;
	padding: 50px 0 50px 80px;
}
.about_tit{

	font-size: 30px;
	margin-bottom:50px;
	position: relative;
	color: #3d3d3d;
}
.about_tit:after{
	content:'';
	display:block;
	width: 1px;
	height: 80px;
	/* background-color: #969696; */
	margin-top: 10px;
	position: absolute;
	left: -30px;
	top: 25px;
}

.right_box .tit{
	letter-spacing: 6px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	position: absolute;
	left: -120px;
	top: 20%;
	font-size: 8px;
	color: #b2b2b2;
}

.abo_img{
	width:100%
}


@media screen and (max-width: 1000px){
	.about_box .left_box{width:60%;padding: 50px 0;}
	.about_box .right_box{width:40%}
}
@media screen and (max-width: 768px){
	.about_box .left_box{width:100%;padding: 20px 0;text-align:center;margin-bottom:30px}
	.about_box .right_box{width:80%;margin:0 auto}
	.about_tit{margin-bottom:30px}
	.right_box .tit{left: -101px;display: none;}
}




















/*-----PRODUCT------*/
.pro_link{
	width:100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0;
	background-color: #f5f5f5;
	flex-wrap: wrap;
}
.pro_link a{
	width: 85px;
	color:#9d9d9d;
	letter-spacing:1px;
	font-size:15px;
	margin: 0 20px;
	height: 100%;
	line-height: 60px;
	text-align: center;
	position:relative;
	display:flex;
	justify-content:center;
	transition:all .5s;
}
.pro_link a:after{
	content:'';
	display:block;
	background-color: #60606000;
	width: 0;
	height:3px;
	position:absolute;
	bottom: 0;
	transition: all .5s;
}
.pro_link a:hover{
	color:#606060;
}
.pro_link a:hover:after{
	background-color: #606060;
	width:100%
}
.pro_box a{
	width: calc( 100% / 4 - 8px );
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	color: #a4a4a4;
	margin: 0 4px;
	margin-bottom: 30px;
	/* border-bottom: 1px solid #f4f4f4; */
	padding-bottom: 20px;
	font-weight: 600;

}
.pro_box a ul{
	width:100%;
	position: relative;
	flex-direction: column-reverse;
}
.pro_box a ul li:nth-child(1){
	width:100%;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro_box a ul li:nth-child(2){
	margin-top: 14px;
	/* text-align: center; */
	font-size: 16px;
	transition:all .5s;
	padding-left: 10px;
}

.pro_box a ul li:nth-child(1):before{
	content:'';
	display:block;
	width:100%;
	height: 100%;
	background-color: #00000000;

	position:absolute;
	transition: all .5s;
	overflow:hidden;
}
.pro_box a ul li:nth-child(1):after{
	content:'+';
	display:block;
	position:absolute;
	z-index:9;
	color:#fff;
	width: 50px;
	height: 50px;
	border-radius: 90px;
	border: 1px solid #d6d6d6;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	transition:all .5s;

}
.pro_box a:hover ul li:nth-child(1):before{
	background-color: #000000ba;
	z-index:9
}
.pro_box a img{
	transition: all 1s
}
.pro_box a:hover img{
	transform:scale(1.1,1.1);;
}
.pro_box a:hover ul li:nth-child(1):after{
	opacity:1
}
.pro_box a:hover ul li:nth-child(2){
	color:#000
}
.pro_box02 > a,.pro_item{
	width: 100%;
}
.pro_item{
	margin-bottom: 40px;
}
.pro_img img{
	width: 100%;
}
.ch{
	width: 80%;
	margin: 30px 0 20px 0;
	padding-top: 30px;
}
.name_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pro_name{
	font-size:28px;
	color:#343434;
	letter-spacing:10px;
}
.award{
	width:80px;
	/* float: right; */
}
.award img{
	width:100%
}

.pro_box02 .txt{
	width: 100%;
	margin: 40px 0 90px 0;
	padding: 0 30px;
}
.en{
	margin-bottom:30px
}
.icon_fb img{
	width: 25px !important;
	height: 25px;
	background-color: #1D1D1D;
	display: flex;
	transition:all .5s;
	margin-left: 5px;
	border-radius: 90px;
}
.icon_fb:hover img{
	background-color:#4267b2
}
.icon_fb{
	display:flex;
	justify-content: center;
	align-items: center;
	color: #4a4a4a;
	font-weight:600;
	font-size: 14px;
}
.icon_fb:hover{
	color: #4267b2;

}



@media screen and (max-width: 1200px){
	.pro_box a{width: calc( 100% / 3 - 8px );}
}
@media screen and (max-width: 768px){
	.pro_box a{width: calc( 100% / 2 - 8px );}
}
@media screen and (max-width: 600px){
	.pro_box a,.pro_box a img{width: 100%;}
	.pro_box a ul li:nth-child(2){text-align:center;padding-left:0;color:#3c3c3c;margin-top: 20px;}
	.pagination_box{justify-content:center}
	.pro_link{height:auto;padding: 10px 0;}
	.pro_link a{border-left: 1px solid #cecece;line-height: 25px;border-right: 1px solid #cecece;margin: 10px 20px;}
	.pro_link a:after{display:none}
	.pro_box02 .txt{padding:0}
	.pro_name{width:100%;margin-bottom: 15px;}
	.ch{width:100%}
}






/*-----CONTACT-----*/
.com_box{
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 0px;
}
.com_box .logo{
	width: 60px;
}
.com{
	margin-left:10px;
	margin-bottom:5px;
	font-size: 18px;
	color: #4a4a4a;
}
.contact_box .left_box{
	width: 30%;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: end;
	align-content: flex-end;
}
.contact_box .left_box > div{
	width:100%;
	margin-top: 15px;
	position: relative;
}
.tel,.mail{
	display: block;
	margin-left: 40px;
}
.mail ul:nth-child(1),.tel ul:nth-child(1){
	font-size:15px;
	color:#373737;
	font-weight:600
}
.mail a,.tel ul:nth-child(2){
	font-size:15px;
	color:#969696
}
.tel:before,.mail:before{
	content:'';
	display:block;
	width: 22px;
	height: 22px;
	border: 1px solid #373737;
	border-radius:90px;
	position: absolute;
	left: -36px;
	background-size: 60%;
	background-repeat:no-repeat;
	background-position: center;
	background-color:#3c3c3c;
}
.tel:before{
	background-image:url("../images/icon/tel.svg");
	
}
.mail:before{
	background-image:url("../images/icon/mail.svg");
}
.contact_box .right_box{
	width: calc( 70% - 100px );
	font-size: 15px;
}
.con_form_box input{
	width:100%;
	padding:8px 15px;
	border:1px solid #e1e1e1;
	border-radius:2px;
	font-size: 13px;
}
.con_form_tit{
	margin-bottom:5px;
	font-size: 14px;
	position: relative;
}
.con_form_box{
	margin-bottom:10px;
	display: flex;
}
.con_form_tit span{
	margin-right:5px;
	color: #ff7676;
	position: absolute;
	left: -11px;
}
.con01{
	width: calc( 50% - 5px );
}
.con_form_box02{
	width: calc( 50% - 22px );
}
.right_box form{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.con_txtbbox02{
	width: 100%;
	height:100px;
	border-radius: 2px;
	border: 1px solid #e1e1e1;
}
.con_form_box03{
	width:100%;
	display: flex;
}
.num{
	width:100%
}
.num input{
	width: 100%;

	padding: 8px 15px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	font-size: 13px;
}
.num{
	width: 100%;
}
.con_sen_box{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.con_sen_box input{
	width: calc( 50% - 3px );
	padding:8px;
	border-radius:2px;
	border:1px solid #ccc;
	background-color:#4a4a4a;
	color:#fff;
	font-size:13px;
	transition:all .5s;
	cursor: pointer;
}
.con_sen_box input:hover{
	background-color:#9a9a9a;
}


@media screen and (max-width: 1000px){
	.contact_box .right_box{width: calc( 70% - 50px );}
}

@media screen and (max-width: 767px){
	.contact_box .left_box{width: 100%;}
	.contact_box .right_box{width: 90%;margin:0 auto;}
	.contact_box{flex-direction: column-reverse;}
	.contact_box .left_box > div{width: 40%;/* margin-left: 0; */}
	.com_box{width:100% !important}
	.contact_box .left_box{margin-bottom: 50px;border-bottom: 1px solid #ececec;padding-bottom: 100px;}
}


@media screen and (max-width: 500px){
	.con01,.con_form_box02{width:100%;}
}





/*-----SERVICE-----*/
.ser_box{
	justify-content: space-between;
}
.ser_box ul{
	width: calc( 100% / 4 - 50px );
	text-align: center;
	margin-bottom: 80px;
}
.ser_box ul li:nth-child(1){
	width:80px;
	height:80px;
	background-color: #2e2e2e;
	border-radius:90px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.ser_box ul li:nth-child(2){
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	color:#373737;
	border-bottom: 1px solid #979797;
	padding-bottom: 10px;
}
.ser_box ul li:nth-child(3){
	font-size:15px;
	line-height:25px
}


@media screen and (max-width: 1200px){
	.ser_box ul{width: calc( 100% / 3 - 50px );margin: 0 25px 80px 25px;}
	.ser_box{justify-content: flex-start;}
}
@media screen and (max-width: 768px){
	.ser_box ul{width: calc( 100% / 2 - 40px );margin: 0 20px 80px 20px;}
	.ser_box{justify-content: flex-start;}
}





/*-----ERROR-----*/
.e404box {
			width: 100%;
			height: 100vh;
			background-color: #FFF;
			padding: 20px;
			margin: 0 auto;
			display: block;
			border-radius: 5px;
			-moz-box-shadow: 3px 3px 2px rgba(0%,0%,0%,0.1);
			-webkit-box-shadow: 3px 3px 2px rgba(0%,0%,0%,0.1);
			box-shadow: 0 0 40px rgba(0%,0%,0%,0.1);
		}
		.img-box{
			float: left;
			width: 100%;
			height: auto;
			position: relative;
		}
		.content{
			float: left;
			width: 100%;
			display: -ms-flexbox;
			display: -webkit-inline-flex;
			display: inline-flex;
			-o-justify-content: center;
			-ms-justify-content: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			justify-content: center;
			-o-align-items: center;
			-ms-align-items: center;
			-moz-align-items: center;
			-webkit-align-items: center;
			align-items: center;
			-o-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.e404 {
			width: auto;
			display: block;
			padding: 0
		}
		.e404 img {
			margin: 0 auto;
			max-width: 600px;
			width: 100%;
			display: block;
		}
		.e404 dd {
			width: auto;
			display: inline-block;
			margin: 5px 15px;
			padding: 0;
			list-style: none
		}
		.e404 dd.error {
			font-family: Helvetica, sans-serif;
			font-size: 40px;
			font-weight: 700;
			color: #343434;
			margin: 11px 0 0;
			vertical-align: top;
		}
		.e404 dd.text {
			font-size: 14px;
			color: #333;
			text-align: left;
			line-height: 1.6
		}
		.e404 dd.text a {
			color: #4DB0B9
		}
		.e404 dd.topbtn {
			vertical-align: top;
			margin: 18px 0 0
		}
		.e404 dd a.btn {
			outline: none;
			border-radius: 20px;
			font-size: 13px;
			line-height: 13px;
			text-align: center;
			color: #ffF;
			padding: 7px 10px;
			text-decoration: none;
			vertical-align: top;
			background-color:#969696
		}
		.e404 dd .btn:hover {
			background: rgba(0, 0, 0, 0.8);
			color: #FFF
		}