
@charset "UTF-8";.teamArea,.teamArea .list .leftItem .arrowBox .next,.teamArea .list .leftItem .arrowBox .next path,.teamArea .list .leftItem .arrowBox .prev,.teamArea .list .leftItem .arrowBox .prev path {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.teamArea {
    margin-top: 67px;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}

.teamArea.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

.teamArea .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
}

@media (max-width: 1128px) {
    .teamArea .list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.teamArea .list .leftItem {
    width: 12%;
    position: relative;
    padding-right: 20px;
}

@media (max-width: 1128px) {
    .teamArea .list .leftItem {
        width:100%;
        margin-bottom: 40px;
        padding-right: 0
    }
}

.teamArea .list .leftItem:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ccc;
    right: 0;
    position: absolute;
    top: 0
}

@media (max-width: 1128px) {
    .teamArea .list .leftItem:after {
        display:none
    }
}

.teamArea .list .leftItem .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7f1084;
    font-weight: 400;
    border-top: 2px solid #7f1084;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 7px;
}

.teamArea .list .leftItem .title i {
    font-style: normal;
    color: #7f1084;
    font-weight: 400;
    font-size: 17px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}

.teamArea .list .leftItem h2 {
    font-size: 22px;
    color: #232323;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 30px;
}

.teamArea .list .leftItem .enTitle {
    color: #c2c2c2;
    font-size: 16px;
    font-family: "Times New Roman", "Noto Sans TC", sans-serif;
    letter-spacing: 2px;
}

.teamArea .list .leftItem .arrowBox {
    position: relative;
    margin-top: 140px;
    width: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1128px) {
    .teamArea .list .leftItem .arrowBox {
        position:absolute;
        right: 0;
        margin-top: 0;
        bottom: 0
    }
}

.teamArea .list .leftItem .arrowBox:before {
    content: '';
    width: 1px;
    height: 13px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    bottom: 0
}

.teamArea .list .leftItem .arrowBox .next,.teamArea .list .leftItem .arrowBox .prev {
    cursor: pointer;
    color: #7e7e7e
}

.teamArea .list .leftItem .arrowBox .next path,.teamArea .list .leftItem .arrowBox .prev path {
    fill: #7e7e7e
}

.teamArea .list .leftItem .arrowBox .next:hover,.teamArea .list .leftItem .arrowBox .prev:hover {
    color: #000
}

.teamArea .list .leftItem .arrowBox .next:hover svg path,.teamArea .list .leftItem .arrowBox .prev:hover svg path {
    fill: #000
}

.teamArea .list .leftItem .arrowBox .next svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.teamArea .list .leftItem .arrowBox .icon {
    margin-bottom: 10px
}

.teamArea .list .teamList {
    width: 90%;
    padding-left: 15px;
}
.teamArea .list .teamList .listitem{
        position: relative;
        margin-bottom: 20px;
        width: calc(98% / 3);
        display: inline-block;
        position: relative;
}
@media (max-width: 1128px) {
    .teamArea .list .teamList {
        width:100%;
        padding-left: 0px;
    }
}

.teamArea .list .teamList .item {
    padding: 0 15px
}

@media (max-width: 1128px) {
    .teamArea .list .teamList .item {
        padding:0 1px
    }
}

@media (max-width: 900px) {
    .teamArea .list .teamList .item {
        padding: 0 0px;
    }
.teamArea .list .teamList .listitem{
        position: relative;
        margin-bottom: 20px;
        width: calc(99% / 2);
}
}

@media (max-width: 640px) {

.teamArea .list .teamList .listitem{
        position: relative;
        margin-bottom: 20px;
        width: calc(99% / 1);
}
}
.teamArea .list .teamList .item .Img{
    position: relative;
    overflow:hidden;
}

.teamArea .list .teamList .item .Img:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #7f1084;
    transition: all .5s ease;
    z-index: 9;
}

.teamArea .list .teamList .item:hover .Img:before{
    width: 100%;
}

.teamArea .list .teamList .item .Img img{
    transform: scale(1);
    transition: all .5s ease;
}

.teamArea .list .teamList .item:hover .Img img{
    transform: scale(1.1);    
}
h2.clearfix {
  color: #7f1084;
  border-bottom: 2px solid #e4dfe4;
  position: relative;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding-right: 25px;
  z-index: 1;
}

h2.clearfix a.toggleOpen {
  border-color: #fff;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  border: 1px solid #7171715c;
  border-radius: 50%;
  z-index: 2;
}

h2.clearfix a.toggleOpen:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background-color: #fff;
}
h2.clearfix a.toggleOpen:before, h2.clearfix a.toggleOpen:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  margin-left: -4px;
  width: 8px;
  height: 1px;
  background-color: #949494;
}

h2.clearfix a.toggleOpen:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.article-content .menu_head{    position: relative;}
.article-content .menu_head h3 {
    font-size: 19px;
    color: #000;
    font-weight: 400;
    padding: 5px 0;
}
.article-content .menu_head h3:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 11px;
    width: 5px;
    height: 5px;
    background-color: #5dc5b2;
}
.Txt h3 {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 160%;
    position: relative;
}
.Txt h3:before {
    content: '';
    width: 40px;
    height: 2px;
    background-color: #7f1084;
    margin-right: 16px;
}
.teamArea .list .menu_body{
    padding: 5px 0 0;
}
.listitem article{
    padding: 10px;
    color: rgba(57, 57, 57, 0.7);
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
}
.article-content ul.faqList{padding: 0;}
.teamArea .list .teamList .Img img {
    width: 100%
}
.teamArea .list .menu_body h1,.teamArea .list .textEditor h1{
    font-size: 20px;
    padding: 20px 0 0;
    font-weight: 500;
}
.teamArea .list .menu_body .container {
    padding-left: 18px;
    color: #000;
    margin-top: 0px;
    list-style: none;
    }
.teamArea .list .menu_body .container li{
    position: relative;
    margin: 5px;
    list-style-type: circle;
    list-style-position: outside;
}
.teamArea .list .menu_body .container li h3 {
    font-size: 17px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.teamArea .list .menu_body .container li span{
    font-size: 15px;
    color: #969696;
}
.teamArea .list .teamList h3:before{
    display: none;
}
.teamArea .list .textEditor ul {
    padding-left: 18px;
    color: #000;
    margin-top: 10px;
    list-style: none;
}

.teamArea .list .textEditor ul li{
    position: relative;
    margin: 5px;
    list-style-type: circle;
    list-style-position: outside;
}



.shareBox {
    float: right
}

.shareBox .btn-fb {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.shareBox .back {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    background: #ae4233;
    background: -moz-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae4233), color-stop(100%, #c44c4c));
    background: -webkit-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    background: -o-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    background: -ms-linear-gradient(top, #ae4233 0%, #c44c4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
    background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae4233', endColorstr='#c44c4c', GradientType=0);
    cursor: pointer
}

.shareBox .back:hover {
    background: #398cb1
}


