.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
.delay1 {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}
.delay2 {
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.delay3 {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}
.delay4 {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.delay5 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}
.delay6 {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}
.delay7 {
	animation-delay: 2.1s;
	-webkit-animation-delay: 2.1s;
}
.delay8 {
	animation-delay: 2.4s;
	-webkit-animation-delay: 2.4s;
}
.delay9 {
	animation-delay: 2.7s;
	-webkit-animation-delay: 2.7s;
}
.delay10 {
	animation-delay: 3.0s;
	-webkit-animation-delay: 3.0s;
}
.delay11 {
	animation-delay: 3.3s;
	-webkit-animation-delay: 3.3s;
}
#articleInfo15 .tit {
	position: relative;
	text-align: center;
	z-index: 2;
}
#articleInfo15 .tit h3 {
	text-align: center;
	font-size: 33px;
}
#articleInfo15 .tit font {
	padding: 8px 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 .info{
    margin-bottom: 40px;
}

#articleInfo15 .articleTitle{
    padding: 20px 0px 10px;
}
#articleInfo15 .textEditor,#articleInfo15 .info h3{
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	    border-bottom: 1px rgb(255 255 255 / 33%) solid;
	    font-size: 22px;
	    letter-spacing: 2.5px;
	    color: #000000;
	    text-align: center;
	    font-weight: 300;
}
#articleInfo15 .textEditor b{
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 0.5px;
}
#articleInfo15 .info h4{
	font-weight: 500;
	margin: 5px 0 10px;
	font-size: 19px;
}
#articleInfo15 .info p{
	font-weight: 400;
	margin: 5px 0;
	font-size: 17px;
	color: #545454;
}
#articleInfo15 ul {
	overflow: hidden;
	position: relative;
	margin: 0px 0 20px;
	z-index: 1;
	display: flex;
	grid-gap: 15px;
	padding: 15px;
	flex-wrap: wrap;
	align-items: flex-start;
}
#articleInfo15 ul li {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-right: 0px;
	vertical-align: top;
	flex-direction: column;
	position: relative;
	width: 32%;
}
#articleInfo15 ol.txxxtBox{padding: 0 0 0 19px;}
#articleInfo15 ol.txxxtBox li{
    width: 100%;
    color: rgb(80 80 80);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.2px;
    font-weight: 400;
    display: list-item;
    padding-left: 3px;
    font-family: 'Noto Sans TC';
    margin: 0;
    position: relative;
    list-style: decimal;
    overflow: unset;
    text-align: inherit;
}
#articleInfo15 ul.processbox li:last-child:before  {
    content: '';
    display: none;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 50%;
    left: -20px;
}
#articleInfo15 ul.processbox li:last-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #fff #fff;
    top: 50%;
    margin-top: -7px;
    left: 12px;
    display: none;
}
#articleInfo15 ul.processbox li:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #808080;
    top: 40px;
    right: -21px;
}
#articleInfo15 ol.txxxtBox li:before{
    display: none;
}
#articleInfo15 ol.txxxtBox li.focus:after{display: none;}
#articleInfo15 ul.processbox li:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #808080 #808080;
    top: 39px;
    margin-top: -6px;
    right: 0px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#articleInfo15 ul li .item {
	padding: 10px 30px 10px 10px;
	position: relative;
	border-radius: 0 0px 80px 0px;
	display: flex;
	align-items: flex-start;
}
#articleInfo15 ul li .item .infofont{
    margin-left: 60px;
}
#articleInfo15 ul li .item .infofont .tit2,#articleInfo15 ul li .item .infofont .tit3{
    padding: 20px;
    position: relative;
}
#articleInfo15 ul li .item .infofont .tit2 div,#articleInfo15 ul li .item .infofont .tit3 div{font-size: 18px;color: #484848;}
#articleInfo15 ul li .item .infofont .tit2:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 55%;
    left: -40px;
    transform: rotate(-12deg);
    -webkit-transform: rotate(
-12deg
);
}
#articleInfo15 ul li .item .infofont .tit2:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #000 #000;
    top: 53%;
    margin-top: -6px;
    left: -10px;
    transform: translate(3px, -3px) rotate(-12deg);
    -webkit-transform: translate(3px, -3px) rotate(
-12deg
);
}
#articleInfo15 ul li .item .infofont .tit3:before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #000;
    top: 45%;
    left: -40px;
    transform: rotate(12deg);
    -webkit-transform: rotate(
12deg
);
}
#articleInfo15 ul li .item .infofont .tit3:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px;
    border-color: transparent transparent #000 #000;
    top: 45%;
    margin-top: -6px;
    left: -10px;
    transform: translate(4px, 2px) rotate(8deg);
    -webkit-transform: translate(4px, 2px) rotate(
8deg
);
}
#articleInfo15 ul li .item article{
    font-size: 20px;
    padding: 0px 15px 0;
    display: grid;
}
#articleInfo15 ul li .item article b{
    color: #8a8a8a;
}
2#articleInfo15 ul li .item:hover .circle {
	animation: flipInX 1.5s both;
	-webkit-animation: flipInX 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
}
@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 {
}
#articleInfo15 ul li .item .infofont .tit2 p,#articleInfo15 ul li .item .infofont .tit3 p{
    display: block;
    background-color: #e6e6e6;
    text-align: center;
    padding: 4px;
    margin-bottom: 10px;
}

#articleInfo15 ul li .item .circle:before {
    /* position: absolute; */
    width: 60px;
    height: 60px;
    border: 1px hsl(0deg 0% 72% / 34%) solid;
    box-sizing: border-box;
    /* border-radius: 50%; */
    left: 0px;
    top: 0px;
    z-index: 10;
    content: "01";
    display: flex;
    color: #5f5f5f;
    background-color: #ffffff00;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
#articleInfo15 ul li:nth-child(2n) .item .circle:before{
    color: #ffffff;
    background-color: rgb(66 111 53);
    border: 1px #f1dfc024 solid;
}

#articleInfo15 ul li:nth-child(2) .item .circle:before {
    content: "02";
}
#articleInfo15 ul li:nth-child(3) .item .circle:before {
    content: "03";
}
#articleInfo15 ul li:nth-child(4) .item .circle:before {
    content: "04";
}
#articleInfo15 ul li:nth-child(5) .item .circle:before {
    content: "05";
}
#articleInfo15 ul li:nth-child(6) .item .circle:before {
    content: "06";
}
#articleInfo15 ul li:nth-child(7) .item .circle:before {
    content: "07";
}
#articleInfo15 ul li:nth-child(8) .item .circle:before {
    content: "08";
}
#articleInfo15 ul li:nth-child(9) .item .circle:before {
    content: "09";
}
#articleInfo15 ul li:nth-child(10) .item .circle:before {
    content: "10";
}
#articleInfo15 ul li:nth-child(11) .item .circle:before {
    content: "11";
}
#articleInfo15 ul li:nth-child(12) .item .circle:before {
    content: "12";
}
#articleInfo15 ul li:nth-child(13) .item .circle:before {
    content: "13";
}
#articleInfo15 ul li:nth-child(14) .item .circle:before {
    content: "14";
}
#articleInfo15 .imgBox {
	overflow: hidden;
}
#articleInfo15 .imgBox p {
	margin: 0 1% 0 0;
	overflow: hidden;
	float: left;
	width: 49%;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInUp;
}
#articleInfo15 .imgBox p:nth-child(2) {
	margin: 0 0 0 1%;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}
#articleInfo15 .imgBox p:hover img {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

@media screen and (max-width: 1140px) {
	#articleInfo15 ul{margin: 0px 0 10px;grid-gap: 5px;padding: 5px;}
	#articleInfo15 ul li .item{
}
#articleInfo15 ul li .item article{
    padding: 0 20px 0 10px;
}
}
@media screen and (max-width: 960px) {
	#articleInfo15 ul li .item{}
	#articleInfo15 ul li{
    width: 49%;
}
#articleInfo15 ol.txxxtBox li{}
}
@media screen and (max-width: 768px) {
	#articleInfo15 ul{
    grid-template-columns: repeat(1, 1fr);
    padding: 0px;
}
	#articleInfo15 ul li .item {
		padding: 0px 0px;
	}
	#articleInfo15 ul.processbox li:before,#articleInfo15 ul.processbox li:after{
    display: none;
}
}
@media screen and (max-width: 640px) {
	#articleInfo15 ul li {
		padding: 4px 0px 4px 0px;
		width: 98%;
	}
#articleInfo15 .textEditor b {
    display: inline-block;
    margin-left: 30px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo15 ul li {
		width: 100%;
	}

	#articleInfo15 .imgBox p {
		margin: 10px 0;
		width: 100%;
	}
	#articleInfo15 ul li:before,#articleInfo15 ul li:after{
		display: none;
	}
}
