.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;	
}

#articleInfo7 {
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-size: cover;
}
#articleInfo7 .item{width: 1280px;margin: auto;padding: 80px 0 0px;overflow: hidden;position: relative;}
.item.Dtxt{
    display: flex;
    align-items: flex-end;
}
#articleInfo7 .photoBox{
    width: 100%;
    margin: 20px auto 20px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#articleInfo7 .photoBox > div{
    overflow: hidden;
    margin: 10px 5px;
    float: left;
    width: calc((100%/5) - 10px);
}

#articleInfo7 .infoTT {
    width: 90%;
    margin: auto;
}
#articleInfo7 .infoTT h3, #articleInfo7 .infoTT h4, #articleInfo7 .infoTT p{
    text-align: center;
    color: #1c1c1c;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 15px;
}
#articleInfo7 .infoTT h3{
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 2.2px;
    color: #b99541;
}

#articleInfo7 .infoTT h4{
    padding: 10px 0 20px;
    font-weight: 400;
    font-size: 20px;
}

#articleInfo7 .infoTT article{
    background-color: rgb(213 213 213 / 26%);
    padding: 30px 60px 50px 60px;
}

#articleInfo7 
 .item.Dtxt .photoBox {
	width: 44%;
	left: 0;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	z-index: 10;
	position: relative;
	margin: 0;
	padding-bottom: 0;
}
#articleInfo7 .item.Dtxt:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 20%;
    background: #4b4253;
    bottom: -20px;
    right: 500px;
    z-index: 0;
    transform: rotate( 
23deg);
}
#articleInfo7 .item.Dtxt:before {content: "";display: block;border: 3px solid #ececec;z-index: 0;position: absolute;left: 0%;right: 0;top: 50%;bottom: -10%;}

#articleInfo7 .photoBox img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}
#articleInfo7 .item.Dtxt .photoBox img{height: auto;}
#articleInfo7 .photoBox p{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 10px 10px 0;
    color: #484848;
    font-family: 'Noto Sans TC', 'Noto Sans TC', serif;
}
#articleInfo7 .photoBox:hover img {
	/* opacity: 0.7; */
	/* -webkit-transform: scale(0.98); */
	/* transform: scale(0.98); */
}


#articleInfo7 .item.Dtxt .info {
	width: 50%;
	position: relative;
	z-index: 10;
}

#articleInfo7 .info h3 {
	position: relative;
	padding: 10px 0 10px 0;
	font-size: 28px;
	color: #4e4a52;
	font-weight: 500;
	line-height: 140%;
}
#articleInfo7 .info h3 span{
    font-weight: 500;
}

#articleInfo7 .info p {
	font-size: 15px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	line-height: 160%;
}

#articleInfo7 .info article {
	margin: 0px 0 60px 0px;
	padding: 30px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	position: relative;
	background-color: #4b4253;
}
.textEditor ol{margin: 10px 0 0px;padding-left: 15px;}
.textEditor li{margin: 5px 5px;list-style-type: disc;list-style-position: inside;font-size: 14px;line-height: 1.8;letter-spacing: 0.2px;font-weight: 400;}
.textEditor h5{
    font-weight: 500;
    margin: 10px 0 10px;
    font-size: 22px;
}
.sign{
    position: absolute;
    right: -40px;
    width: 160px;
    bottom: -40px;
}

@media screen and (max-width: 1280px) {
#articleInfo7 .item{
    width: 85%;
    padding: 50px 0 0px;
}
#articleInfo7 .photoBox > div{
    width: calc((100%/4) - 10px);
}
}



/************ = Ã©ÂÂ©Ã¦â€¡â€°Ã¦â‚¬Â§ = ************/
/* +width:768 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo7 {
		position: relative;
	}
	#articleInfo7 .item.Dtxt{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

#articleInfo7  .item.Dtxt .photoBox {
		position: relative;
		padding: 10px 0% 10px;
		width: 100%;
		top: 0px;
		background-color: rgb(255 255 255 / 0%);
	}
#articleInfo7  .item.Dtxt .info {
		position: relative;
		margin-left: 0;
		padding: 10px 30px 30px;
		background: none;
		width: auto;
	}
	#articleInfo7 .info h3 {
		left: 0;
	}
	#articleInfo7 .item.Dtxt:after,#articleInfo7 .item.Dtxt:before {
    display: none;
}
.sign{
    right: 20px;
    width: 130px;
    bottom: -50px;
}
#articleInfo7 .photoBox > div{
    width: calc((100%/2) - 40px);
    margin: 10px 20px;
}
#articleInfo7 .photoBox{
    background-color: rgb(255 255 255 / 25%);
}
#articleInfo7 .infoTT article{
    padding: 30px 30px 50px 30px;
}
}


/* +width:480 Ã¢â€ â€œ
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		padding: 0px 0px;
	}
	#articleInfo7 .info h3 {
		padding: 20px 0;
		text-align: left;
	}
	#articleInfo7 .info article {
		margin-left: 0;
		padding: 20px;
	}
	.textEditor ol{
    padding-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; }
	}
#articleInfo7 .photoBox > div{
    width: calc((100%/2) - 20px);
}
#articleInfo7 .photoBox img{
    height: 220px;
}
}

@media screen and (max-width: 480px) {

#articleInfo7 .photoBox > div{
    width: calc((100%/1) - 20px);
    margin: 10px 10px;
}
}