/* CSS Document */
body{ background: #ededef;}

.ad img{ width:100%;}

.aboutus{ padding:0.8rem 0.8rem 5.6rem;}
.aboutus img{ width:100%; margin-bottom: 2.5rem;}
.aboutus h3{ font-size: 1.6rem; line-height: 2.5rem; text-align: left;}
.aboutus p{ font-size:1.5rem; line-height: 2.5rem; text-align: left; border-left:0.4rem; margin-top:0.4rem}

.team{ padding:0 0.8rem;}
.team h3{ height: 4rem; line-height: 4rem; text-align: center; position:relative;}
.team h3 span{ padding:0 1.6rem; background: #fff; font-size: 1.3rem; text-align: center; display: inline-block; position: relative; z-index: 101;}
.team h3:after{ content:""; width:100%; height: 1px; background: #aeaeae; position: absolute; left:0; top:50%;}
.tdeail{ display: -webkit-box; -webkit-box-align:center;}

.tdeail div:nth-of-type(1){-webkit-box-flex:2; width:40%; }
.tdeail div:nth-of-type(2){-webkit-box-flex:3; width:60%; }
.tdeail div:nth-of-type(1) img{ width:80%; display: block; margin-left:20%;}
.tdeail h4{ font-size: 1.2rem; text-align: center; margin-bottom: 0.2rem;}
.tdeail h5{ font-size: 1.1rem; text-align: center; }
.tdeail h6{ font-size: 0.8rem; text-align: center; margin:0.4rem auto;}
.tdeail p{ width:12rem; margin:0 auto; font-size:1.0rem; }

#team_main { margin-bottom:1.0rem;}
#team_nav img{ width:100%; display: block; margin:0 auto; box-sizing: border-box;}
#team_nav .active-nav img{ border:2px solid #f52c86; }
.swiper-button-next, .swiper-button-prev { width:0.8rem; height:1.2rem; margin-top:-0.4rem; background-size:0.8rem auto;}
.swiper-button-prev{ left:0;}
.swiper-button-next{ right:0;}