.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	display: none;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#articleInfo15 .tit font {
	padding: 0 20px;
	background: #fff;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	padding: 0px 0 35px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
#articleInfo15 ul li {
	position: relative;
	margin: 20px 0;
	width: 15%;
	min-width: 230px;
}
#articleInfo15 ul li .item {
	padding: 20px 10px;
}



#articleInfo15 ul .Img {
    margin: 0 auto;
    position: relative;
    width: 163px;
    height: 143px;
    padding: 16.5px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#articleInfo15 ul .Img:before {position: absolute;width: 140px;height: 140px;border-radius: 50%;border: 2px #dadada dotted;top: 2px;left: 10px;content: "";-webkit-animation: round 50s linear infinite;animation: round 50s linear infinite;}
/* animation */
@keyframes round { from { transform: rotate(0); } to { transform: rotate(1turn); } }
@-webkit-keyframes round { from { -webkit-transform: rotate(0); } to { -webkit-transform: rotate(1turn); } }
@keyframes newsfix1 { from { transform: translateY(0); } to { transform: translateY(10px); } }
@-webkit-keyframes newsfix1 { from { -webkit-transform: translateY(0); } to { -webkit-transform: translateY(10px); } }
@keyframes newsfix2 { from { transform: translateX(0); } to { transform: translateX(-10px); } }
@-webkit-keyframes newsfix2 { from { -webkit-transform: translateX(0); } to { -webkit-transform: translateX(-10px); } }

#articleInfo15 ul .Img .num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 48px;
    right: -70px;
    width: 43px;
    height: 43px;
    z-index: 10;
    color: #7b7b7b;
}

#articleInfo15 ul .Img .pic {
    width: 100%;
    background-color: #1b4144;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

#articleInfo15 ul .Img .pic img {
    display: block;
    width: 100%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}


#articleInfo15 ul li {
	/* border-right: 1px #f1f1f1 solid; */
}
#articleInfo15 ul li:nth-child(6){border-right: none;}
#articleInfo15 ul li .item .circle {
	position: relative;
	margin: 0 auto 15px;
	width: 114px;
	height: 114px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #6d316f;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 26px;
	font-weight: 300;
	line-height: 114px;
}
#articleInfo15 ul li .item .circle i{
    color: #fff;
}
#articleInfo15 ul .Txt {
    padding: 20px 0px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans TC", "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€", sans-serif;
    color: #000000;
}

#articleInfo15 ul .title {

    position: relative;
    padding: 7px 0;
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    color: #414242;
    text-align: center;
}

#articleInfo15 ul .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
    width: 16px;
    height: 1px;
    background-color: #1b4144
}
#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo15 ul li .item .circle b{
    display: block;
    position: absolute;
    top: 14px;
    right: 47px;
}
@keyframes flipInX{
	0%{ transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity:0; }
	40%{ transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; }
	60%{ transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ transform: perspective(400px) rotateX(-5deg); }
	to{ transform:perspective(400px); }
}
@-webkit-keyframes flipInX{
	0%{ -webkit-transform: perspective(400px) rotateX(90deg); -webkit-animation-timing-function: ease-in; opacity:0; }
	40%{ -webkit-transform: perspective(400px) rotateX(-20deg); -webkit-animation-timing-function: ease-in; }
	60%{ -webkit-transform: perspective(400px) rotateX(10deg); opacity: 1; }
	80%{ -webkit-transform: perspective(400px) rotateX(-5deg); }
	to{ -webkit-transform:perspective(400px); }
}

#articleInfo15 ul li .item p {
	text-align: center;
	font-size: 15px;
	font-weight: 300;
}
#tabs_container .tab_content{
    padding: 60px 10px 40px;
    border-bottom: 3px #e2e2e2 solid;
}
#articleInfo7 .youtube {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
#articleInfo7 .youtube #delay1 ,
#contact .fb #box1 ,
#contact .fb #box2 {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInUp;
}
#articleInfo7 .youtube .wow:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo7 .youtube .wow{
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
#articleInfo7 .youtube p{
    text-align: center;
    font-size: 16px;
    line-height: 145%;
    margin-top: -10px;
}
#articleInfo7 .youtube .wow iframe {
	margin: 1px 0;
	height: 440px;
	width: 95%;
}

@media screen and (max-width:1280px) {
	#articleInfo7 .youtube .wow iframe {
		margin: 0px 0;
		height: 548px;
		width: 101%;
	}
}
@media screen and (max-width:980px) {
	#articleInfo7 {
    margin-top: 0px;
	}
}
@media screen and (max-width:640px) {
	#articleInfo7 .youtube .wow iframe {
		height: 280px;
		width: 101%;
	}
}
@media screen and (max-width:480px) {
	#articleInfo7 .youtube #delay1,
	#articleInfo7 .youtube #delay2{
    width: 100%;
    float: left;
	}
}
.table-container .Txt .info {font-size: 15px;font-weight: 300;color: #5f5f5f;letter-spacing: 0.2px;line-height: 1.8;}
#articleInfo7 {
	position: relative;
	overflow: hidden;
}

#articleInfo7 .info{margin-bottom: 10px;}
#productTab .info:before{
    display: none;
}
#articleInfo7 .info .wow2{
    text-align: center;
    padding-bottom: 30px;
}
#articleInfo7 .info .wow2 h3{
    margin-bottom: 0;
    padding: 10px 0 5px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .5px;
    color: #6d316f;
}
#articleInfo7 .info .wow2 em{
    font-size: 10px;
    color: #b9b9b9;
    padding: 0px 2px;
    font-family: 'Noto Serif SC', sans-serif;
}
#articleInfo7 .photoBox {
	padding: 10px 23px;
	float: left;
	width: 48%;
	top: 50px;
	left: 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo7 .photoBox img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

#articleInfo7 .photoBox:hover img {
	opacity: 0.7;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}



#articleInfo7 .info p {
	font-size: 18px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	letter-spacing: 0.2px;
	font-size: 15px;
	line-height: 170%;
	padding: 10px 0px;
	border-bottom: 1px solid #dee2e6;
}
#articleInfo7 .info p b{
    display: inline-flex;
    margin-left: 20px;
    vertical-align: top;
    background-color: #f1f1f1;
    padding: 0 10px;
}
#articleInfo7 .info article {
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	text-align: inherit;
}
#articleInfo7 .info article a{
    vertical-align: baseline;
}


/*table
*----------------------------------------------------------------------------*/

.table-container { width: 100%; overflow-y: auto; margin: 0 0 .5em; -webkit-overflow-scrolling: touch;}
.table_brand {width: 100%;border-right: 1px #e6e6e6 solid;border-top: 1px #e6e6e6 solid;border-spacing: 0;}
.table_brand th, .table_brand td{border-left: 1px #e6e6e6 solid;border-bottom: 1px rgb(76 76 76 / 17%) solid;padding: 10px 25px;font-size: 16px;line-height: 22px;color: rgba(57, 57, 57, 0.7);}

.table_brand th, .table_brand td .title {
  font-size: 16px;
  font-weight: 500;
}

.table-container .Txt,.textEditor.wow{
    padding: 20px 20px;
}
.table-container .Txt h3{
    text-align: left;
}
.table-container .Txt li,.textEditor.wow li{margin: 6px -2px;padding-left: 3px;color: rgba(57, 57, 57, 0.7);font-size: 15px;line-height: 1.8;letter-spacing: 0.2px;font-weight: 400;}
.table-container .Txt li h4{
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.1px;
	font-weight: 500;
	color: #545454;
	}
	.table-container .Txt li h4 span{
    letter-spacing: 0.1px;
    color: #6d316f;
}
.table-container .Txt li p{
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: #484848;
    }

.table-container 
.Txt .title {
  margin-bottom: 0px;
  font-size: 23px;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 1.5;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (max-width: 480px) {
.table_brand th, .table_brand td .title {
    font-size: 13px;
  }
}

.table_brand th, .table_brand td .subTitle {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 480px) {
.table_brand th, .table_brand td .subTitle {
    font-size: 12px;
  }
}
.table_brand tr th:nth-child(1){font-size: 18px;font-weight:400;}
.table_brand tr:nth-child(1) td {
    background: #6d316f;
    color: #ffffff;
    font-weight: 400;
}
.table_brand td:nth-child(1){}
.table_brand tr tr:nth-child(odd){background-color: #d4d4d4;}
.table_brand td.alt{ text-align:left;}
.table_brand td{
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    width: 25%;
    padding: 10px 20px;
    }


.dataArea.bgpic{
    background-image: url(/images/00/abimgPhoto.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-color: rgba(20, 0, 31, 0.53);
z-index: 1;
    position: relative;
}
.dataArea.bgpic .sppb-row-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-repeat: repeat;
    z-index: -1;
    background-color: rgb(43 5 42 / 60%);
}
.dataArea .item.textRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  padding: 50px 0 30px 0;
}

.dataArea .item.textRight .Img {
  display: none;
}

.dataArea .item.textRight .Txt {
  padding-left: 70px;
  width: 50%;
}
@media (max-width: 1024px) {
  .dataArea .item.textRight .Txt {
    width: 100%;
    padding-left: 0px;
  }
}
@media (max-width: 960px) {
  .dataArea .item.textRight .Txt {
    padding-left: 0;
  }
}


.dataArea .title {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 400;
  color: #7f9dba;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.dataArea .title span{
    margin-left: 8px;
}

.dataArea .title.left {
  text-align: left;
}
.dataArea .item.textRight .iconBox{
    overflow: hidden;
}
.dataArea .item.textRight .iconBox .text {
    font-size: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 10px 0;
    /* vertical-align: bottom; */
}
.dataArea .item.textRight .iconBox .text span {
    font-size: 14px;
    margin-left: 10px;
    vertical-align: baseline;
}
.dataArea .item.textRight .iconBox .text:before {
    content: '';
    width: 4px;
    height: 22px;
    background-color: rgb(197 197 197 / 39%);
    margin-right: 15px;
    margin-bottom: 2px;
}
.dataArea .item.textRight .iconBox ul li {
    float: left;
    width: 50%;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.dataArea .item.textRight .iconBox ul li .item{
	    text-align: center;
	    -webkit-box-shadow: 0px -1px 20px 13px #6565650d;
	    box-shadow: 0px -1px 20px 13px #6565650d;
	    padding: 21px 20px;
	    border-radius: 10px;
	    background-color: #b5b3b375;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	    margin: 10px;
}
.dataArea .item.textRight .iconBox ul li .item h3{
    color: #f9f9f9;
    font-size: 15px;
    line-height: 170%;
    letter-spacing: 0.2px;
    font-weight: 400;
}
.dataArea .item.textRight .iconBox ul li .item p{
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.2px;
    font-weight: 400;
    color: rgb(249 249 249 / 40%);
}
/************ = ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ = ************/
/* +width:768 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 960px) {
	#articleInfo15 ul .Img .num{
    right: -51px;
}
}

@media screen and (max-width: 768px) {
	#articleInfo7 {
		position: relative;
		overflow: hidden;
	}
	#articleInfo7 .photoBox {
		width: 100%;
		padding: 10px 0px;
	}
	#articleInfo7 .info {
		position: initial;
		margin-left: 0;
		padding: 0px;
		float: left;
		width: 100%;
	}
	#articleInfo7 .info h3 {
		left: 0;
		position: inherit;
		font-size: 20px;
	}
.table_brand td:nth-child(1){
    height: 100%;
    display: table-cell;
    padding: 5px 5px;
}
.table_brand th, .table_brand td{
    padding: 10px 5px;
    font-size: 12px;
    width: 7%;
}
#articleInfo7 .info p b{
    display: block;
    margin-left: 0px;
    padding: 0 10px;
    text-align: center;
}
	#articleInfo15 ul li .item {
		padding: 5px;
	}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		width: 50%;
	}
	#articleInfo15 ul li {
		width: 100%;
	}
	#articleInfo15 ul li:nth-child(2) .item {
		border-left: 0;
	}
}

/* +width:480 ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		padding: 10px 0px;
	}
	#articleInfo7 .info h3 {
		padding: 20px 0;
	}
	#articleInfo7 .info article {
		margin-left: 0;
	}
	@keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-o-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-webkit-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-moz-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-ms-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	#articleInfo15 ul li {
		width: 100%;
		min-width: 150px;
	}
	#articleInfo15 ul .Img{
    width: 100px;
    height: 140px;
}
#articleInfo15 ul li .item .circle{
    width: 100px;
    height: 100px;
}
#articleInfo15 ul .Img:before{
    width: 120px;
    height: 120px;
    left: -13px;
    display: none;
}
	#articleInfo15 ul .Img .num{
    right: -42px;
    top: 48px;
}
#articleInfo7 .info li{
    margin-top: 0px;
}
#articleInfo15 ul li .item .circle b{
    right: 40px;
}
#articleInfo15 ul{
    padding: 0px 0 5px;
}
}

@media screen and (max-width: 380px) {
		#articleInfo15 ul .Img .num{
    right: 28px;
    top: 124px;
}
}


