.wow {
    animation: fadeIn 1.5s both;
    -webkit-animation: fadeIn 1.5s both;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

#articleInfo15-1 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: 90%;
}
#articleInfo15-1::after{
	display:block;
	content: "";
	position: absolute;
	background: url(/images/38/Jpopo-1.jpg);
	background-size: cover;
	bottom: 8%;
	left: 0%;
	width: 390px;
	aspect-ratio: 6 / 4;
	z-index: 1;
	animation-name:pafter;
	animation-iteration-count:infinite;
	animation-duration: 15s;
	animation-timing-function:ease-in-out;
	-moz-animation-name:pafter;
	-ms-animation-name:pafter;
	-o-animation-name:pafter;
	-webkit-animation-name:pafter;
	-moz-animation-iteration-count:infinite;
	-ms-animation-iteration-count:infinite;
	-o-animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	-webkit-animation-duration: 15s;
	-moz-animation-timing-function:ease-in-out;
	-ms-animation-timing-function:ease-in-out;
	-o-animation-timing-function:ease-in-out;
	-webkit-animation-timing-function:ease-in-out;
	box-shadow: 0 0px 34px rgb(161 161 161 / 30%);
	border: white 11px solid;
}
#articleInfo15-1 .tit {
    position: relative;
    z-index: 10;
    width: 30%;
    float: left;
    transition: 0.9s;
    padding: 0px 0 0;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
#articleInfo15-1 .tit:before{
	content: "親情、友情，一個個感人的故事，溫暖你的心";
	position: absolute;
	bottom: 405px;
	left: -75px;
	letter-spacing: 0.05em;
	font-weight: 200;
	font-size: 24px;
	border-top: #6262623b 1px solid;
	border-bottom: #6262623b 1px solid;
	padding: 10px;
}

#articleInfo15-1 .tit h3 {
    color: #333;
    padding-bottom: 0;
    /* font: 700 40px/1.3 'Montserrat', sans-serif; */
    text-transform: uppercase;
    line-height: 100%;
    font-size: 56px;
    letter-spacing: 0.05em;
}

#articleInfo15-1 .tit font {
    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;
    font-size: 22px;
    color: #111;
    display: block;
    font-style: inherit;
    padding-bottom: 40px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: 4px;
}

#articleInfo15-1 .tit article {
    color: #777;
    line-height: 1.8;
    display: none;
}

#articleInfo15-1 ul {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    width: 60%;
    flex-wrap: wrap;
    padding-top: 40px;
}
#articleInfo15-1:before{
	position: absolute;
	content: '';
	width: 290px;
	height: 378px;
	right: -2px;
	top: -360px;
	left: auto;
	background-image: url(/images/38/Jpopo-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100% 0;
	z-index: 9;
	animation-name:newsbg;
	animation-duration:3s;
	animation-iteration-count:infinite;
	animation-direction:alternate;
	background-color: unset;
	animation-name: pafter;
	animation-iteration-count: infinite;
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	-moz-animation-name: pafter;
	-ms-animation-name: pafter;
	-o-animation-name: pafter;
	-webkit-animation-name: pafter;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-duration: 15s;
	-ms-animation-duration: 15s;
	-o-animation-duration: 15s;
	-webkit-animation-duration: 15s;
	-moz-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	-o-animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	box-shadow: 0 0px 34px rgb(161 161 161 / 30%);
	border: white 11px solid;
	display: none;
}


#articleInfo15-1 ul::after {
    content: '';
    background-color: #dedede;
    position: absolute;
    width: 1px;
    height: calc(100% - 0px);
    top: 0;
    left: 61px;
    z-index: -1;
    transition: all .8s ease;
}

#articleInfo15-1 ul li {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    position: relative;
    width: 100%;
    padding-left: 90px;
}

#articleInfo15-1 ul li::before, #articleInfo15-1 ul li::before {
    content: "";
    border-bottom: 1px solid #e7e7e7;
    display: block;
    position: absolute;
    z-index: 1;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    left: 0;
    top: 0;
}

#articleInfo15-1 ul li .item {
    padding: 10px 5px;
    margin: 10px;
    position: relative;
}

#articleInfo15-1 ul li .item h2 {
    position: absolute;
    top: 13px;
    left: 100px;
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 400;
}

#articleInfo15-1 ul li .item article {
    display: inline-block;
    border-radius: 99em;
    font-weight: 600;
    line-height: 160%;
    padding: 20px 0px 20px 0px;
    font-size: 16px;
    font-weight: 300;
}

#articleInfo15-1 ul li .item .circle {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 80px;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary);
    font-family: 'Montserrat', sans-serif;
}

#articleInfo15-1 ul li .item .circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -47px;
    z-index: 11;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background-color: #b0946a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#articleInfo15-1 ul li .item .circle .stepnum {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #d1d1d1;
    font-weight: 400;
}

#articleInfo15-1 ul li .item .circle .stepnum:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 60px;
    width: 1px;
    height: 30px;
    background-color: #d1d1d1;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

#articleInfo15-1 ul li .item .circle .stepnum::after {
    letter-spacing: 2px;
    display: block;
    content: "STEP";
    font-size: 12px;
    color: #ffffff;
    display: none;
}

#articleInfo15-1 ul li .item p {
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 1460px) {
	#articleInfo15-1::after{
	    width: 400px;
	    height: 303px;
	}
	#articleInfo15-1:before{
	    width: 200px;
	    height: 260px;
	    top: -245px;
	    right: 9px;
	}
	#articleInfo15-1 .tit{
	    width: 37%;
	}
	#articleInfo15-1 .tit:before{
    font-size: 22px;
    left: -55px;
}
}

@media screen and (max-width: 1024px) {
    #articleInfo15-1 {
        display: flex;
        flex-direction: column;
    }

    #articleInfo15-1 .tit {
        width: 100%;
        transition: 0.9s;
        padding-bottom: 63px;
        margin-bottom: 40px;
    }

    #articleInfo15-1 .tit font {
        padding-bottom: 10px;
    }

    #articleInfo15-1 ul {
        padding: 0px 0 5px;
        transition: 0.9s 1s;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
	#articleInfo15-1::after{
	    position: relative;
	    bottom: 0;
	}
	#articleInfo15-1 .tit:before{
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
	#articleInfo15-1:before{
    right: 0;
    top: -122px;
    width: 222px;
    height: 288px;
}
    #articleInfo15-1 ul::after {
        left: 31px;
    }

    #articleInfo15-1 ul li {
        padding-left: 60px;
    }
}

@media screen and (max-width: 768px) {
    #articleInfo15-1 ul li .item {
        padding: 15px 0;
        margin: 10px 0;
    }

    #articleInfo15-1 {
        max-width: 100%;
    }

    #content h2 {
        padding: 10px 0px 0;
    }

    #articleInfo15-1 ul li .item article {
        padding: 10px 0px;
    }

    #articleInfo15-1 ul::after {
        left: 16px;
    }
}

@media screen and (max-width: 640px) {
    #articleInfo15-1 .tit h3 {
        font-size: 30px;
        padding-bottom: 10px;
    }
	#articleInfo15-1:before{
	    width: 160px;
	    height: 211px;
	}
	#articleInfo15-1 .tit:before{display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 6px 0;border-top: #eeeeee 1px solid;bottom: -12px;}
	#articleInfo15-1 .tit{
	    margin-bottom: 45px;
	    margin-top: 20px;
	}
	#articleInfo15-1::after{
    width: 308px;
    height: 233px;
    left: 5px;
}
}

@media screen and (max-width: 480px) {
    #articleInfo15-1 ul li {
        width: 100%;
        padding-left: 40px;
    }

    #articleInfo15-1 ul li .item .circle::before {
        left: -27px;
    }
}
