.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s 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;
}
#articleInfo20 ul {
	margin-bottom: 20px;
	min-height: 500px;
	text-align: center;
	display: flex;
	flex-direction: column;
}
#articleInfo20 ul li {
	padding: 25px;
	width: calc((100%/1) - 55px);
	display: inline-block;
	border-bottom: 1px #ccc solid;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: stretch;
}
#articleInfo20 ul li.wow.delay1{
    border-bottom: 0px #ccc solid;
}
#articleInfo20 ul li article{
    text-align: initial;
    margin: 0 40px;
    width: 50%;
    letter-spacing: 0.5px;
    line-height: 160%;
    color: #444;
}
#articleInfo20 ul li article p{
    line-height: 185%;
    font-size: 17px;
}
#articleInfo20 ul li article span{
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
#articleInfo20 ul li h3 {
	line-height: 120%;
	font-size: 22px;
	writing-mode: vertical-lr;
	color: #4e4e4e;
	letter-spacing: 4.5px;
	font-weight: 400;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}
#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 15px 0;
	position: relative;
}
#articleInfo20 ul li p.photo:before{
	content:
	"";
	position:
	absolute;
	width: 155px;
	height: 130%;
	background: #ededed;
	z-index: -1;
	top: -44px;
}
#articleInfo20 .mauu{
    line-height: 200%;
    margin-bottom: 40px;
    font-size: 27px;
}
#articleInfo20 .bottomBox{
    padding-bottom: 60px;
}
#articleInfo20 .bottomBox h3 {

	margin: 10px 0 20px;
	padding: 10px 15px;
	color: #444;
	text-align: center;
	line-height: 0%;
	margin: 60px 0 20px;
	font-size: 80px;
	-webkit-text-stroke: 1px rgb(115 115 115 / 22%);
	-webkit-text-fill-color: transparent;
	font-family: 'Roboto', sans-serif;
}
#articleInfo20 .bottomBox p, #articleInfo20 .bottomBox p b {
	text-align: center;
	font-size: 30px;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	padding: 20px 0;
	line-height: 160%;
	position: relative;
	font-weight: 400;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	text-align: center;
	letter-spacing: 1.5px;
	line-height: 160%;
	padding: 10px 0 90px;
	color: #7b7b7b;
	position: relative;
	font-size: 16px;
}
#articleInfo20 .bottomBox p::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #c5c5c5;
    left: 50%;
    bottom: -60px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width: 768px) {
	#articleInfo20 ul li{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
	#articleInfo20 ul li article{
	    width: 100%;
	    margin: 10px 0px 0;
	}
	#articleInfo20 ul li article p{
	    font-size: 15px;
	    line-height: 200%;
	}
	#articleInfo20 .mauu{
    font-size: 19px;
    margin-bottom: 10px;
}
	#articleInfo20 ul li {
		/* width: calc((100%/2) - 55px); */
	}
	#articleInfo20 ul li:first-child {
		margin-bottom: 10px;
		width: calc(100% - 0px);
		padding: 0;
	}
	#articleInfo20 ul li h3{
	    writing-mode: horizontal-tb;
	}
	#articleInfo20 .bottomBox p , #articleInfo20 .bottomBox p b{
	    font-size: 18px;
	}
	#articleInfo20 ul li p.photo:before{
	    height: 118%;
	}
	#articleInfo20 .bottomBox p b.mmb{
    display: none;
}
}
@media screen and (min-width: 640px){
	.mbimg{
	    display: none;
	}
}
@media screen and (max-width: 640px) {
	.ppc{display:none;}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 0px;
		width: calc(100% - 55px);
	}
	
}

