.bgTxt{
    margin-top: 0;
    padding: 60px 0 10px;
    line-height: 1;
    pointer-events: none;
    text-align: center;
    font-weight: 100;
    font-size: 40px;
    display: block;
    /* font-family: 'Noto Serif TC' , serif; */
    color: #636161;
    letter-spacing: 8px;
    font-weight: 600;
}
.bgTxt h3{text-align: center;font-family: 'Cormorant Garamond', serif;color: #b3b3b3;text-transform: uppercase;padding: 10px 0;letter-spacing: 4px;}

/*feature*/
#feature{
    position: relative;
    /* background: url(/images/36/cum_bg.jpg); */
    padding: 40px 0 0px;
    background-size: cover;
    border-top: #e5e5e5 1px solid;
    width: 100%;
}
#feature:before{
	content:"";
	position: absolute;
	width: 150%;
	height: 550px;
	left: -25%;
	/* background: #f4f4f4; */
	z-index: -1;
}
#feature .scenent{
    display: flex;
    justify-content: center;
    padding: 20px 0 20px;
    width: 100%;
}
#customBox2{
    position: relative;
    overflow: hidden;
    max-width: 95%;
}
#feature .scenent .cumlist{
    position: relative;
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}
#feature .scenent .slick-track{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
#feature .scenent .malin{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    width: 25%;
}
#feature .scenent .imgcrew{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#feature .scenent .imgcrew{
    padding: 30px;
    background: #9fdad8;
    border-radius: 600px;
    margin-bottom: 35px;
    box-shadow: 0px 8px 18px -2px #cccccc30;
}
#feature .scenent .imgcrew:hover:before{
	border: #f9c969 1px solid;
}
#feature .scenent .imgcrew:before{
	content:"";
	position: absolute;
	width: 225px;
	height: 225px;
	border-radius: 500px;
	border: #dcdcdcbf 1px solid;
}
#feature .scenent .imgcrew:hover{
	-moz-transform: translateY(-0.75em);
	-webkit-transform: translateY(-0.75em);
	-o-transform: translateY(-0.75em);
	-ms-transform: translateY(-0.75em);
	transform: translateY(-0.75em);
	background: #f9c969;
}
#feature .scenent .imgcrew:hover img{
}
#feature .scenent h2.title{
    font-size: 20px;
    color: #636363;
    font-weight: 500;
}
#feature .scenent article{
    font-size: 18px;
    margin-top: -2px;
}
#feature .scenent .imgcrew img{
    width: 140px;
}
#fantwoJ{
    position: relative;
}

#fantwoJ .maflex{
    display: flex;
    margin-bottom: 25px;
}
#fantwoJ .left_box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    background-size: 100%;
    background-image: url(/images/36/aer_blank-A.jpg);
    background-position: 50% 50%;
}
#fantwoJ .left_box:hover , #fantwoJ .right_box:hover{
    background-size: 150%;
}
#fantwoJ .blabla{
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
#fantwoJ .right_box{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 50%;
	background-size: 100%;
	background-image: url(/images/36/aer_blank-B.jpg);
	background-position: 50% 50%;
}


#fantwoJ  .blabla:before{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #00000099;
	z-index: 1;
}
#fantwoJ  .blabla:after{
	content:"";
	position: absolute;
	width: 90%;
	height: 80%;
	top: 10%;
	border: #f4f4f478 1px solid;
	z-index: 3;
}
#fantwoJ .maflex .matext{position: absolute;display: flex;top: calc(50% - 168px);z-index: 8;width: 100%;justify-content: space-evenly;}
#fantwoJ .twolon{
    margin: 25px 13px;
}
#fantwoJ .twolon h2 , #fantwoJ .onelon h2{
    color: #ffffff;
    font-size: 33px;
    position: relative;
    margin-bottom: 20px;
}
#fantwoJ .twolon h2:before , #fantwoJ .onelon h2:before{
	content:"";
	position: absolute;
	width: 60px;
	height: 1px;
	background: white;
	left: 145px;
	top: 28px;
}
#fantwoJ .twolon p ,#fantwoJ .onelon p{
    font-size: 16px;
    color: white;
    font-weight: 200;
}

@media screen and (max-width: 1280px){
	#feature .scenent .malin{
	    width: 33.3%;
	}
	#feature:before{
	    height: 100%;
	}
}
@media screen and (max-width:786px) {
	#feature .scenent .malin{
	    width: 50%;
	}
	#feature .scenent h2.title{
	    font-size: 17px;
	}
	#feature .scenent article{
    font-size: 14px;
}
}
@media screen and (max-width:640px) {
	#feature{
    padding: 40px 0 80px;
}
}
@media screen and (max-width:500px) {
	#feature .scenent .imgcrew img{
	    width: 90px;
	}
	#feature .scenent .imgcrew:before{
	    width: 140px;
	    height: 140px;
	}
	#feature .scenent .imgcrew{
    margin-bottom: 20px;
}
}