.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: 40px;
	min-height: 500px;
	text-align: center;
	position: relative;
}

#articleInfo20 ul::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 107%;
  background: linear-gradient(to bottom, #cecece 0, #dcdcdc 100%) 0 0 no-repeat;
}
#articleInfo20 ul li {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.8s linear;
	-o-transition: all 0.8s linear;
	transition: all 0.8s linear;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
}

#articleInfo20 ul li .img-pos{
    width: 50%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
#articleInfo20 ul li .img-pos img{
}

#articleInfo20 ul li .text{
    width: 40%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    padding: 40px;
    position: relative;
}

#articleInfo20 ul li:nth-child(2n){
    display: block;
}
#articleInfo20 ul li:nth-child(2n)  .img-pos  {
    float: right;
}
#articleInfo20 ul li:nth-child(2n) .text{
    margin: 6% 0 0;
}

#articleInfo20 ul li:nth-child(2) .text h3 .icon:before{
    content: '02';
}
#articleInfo20 ul li:nth-child(3) .text h3 .icon:before{
    content: '03';
}
#articleInfo20 ul li:nth-child(4) .text h3 .icon:before{
    content: '04';
}
#articleInfo20 ul li .text h3 {
	font-size: 20px;
	position: relative;
	margin: 0 0 20px 0;
	min-height: 60px;
	padding: 0 0 20px 135px;
	line-height: 1.2;
	font-size: 1.0625rem;
	font-weight: 600;
	overflow: hidden;
}

#articleInfo20 ul li .text h3 .icon {
  position: absolute;
  top: 3px;
  left: 0;
  border-radius: 50%;
  display: inline-block;
}

#articleInfo20 ul li .text h3 .icon:before {
  content: '';
  display: inline-block;
  font-style: initial;
  content: '01';
  position: relative;
  margin: 0 auto 0px;
  width: 110px;
  height: 110px;
  font-size: 30px;
  line-height: 110px;
  border: 1px rgb(107 107 107 / 50%) solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Cardo', serif;
  font-weight: bolder;
 }
#articleInfo20 ul li .text h3 .stit {
    font-weight: 500;
    text-shadow: 0 0 1px rgb(0 0 0 / 25%);
    font-size: 1.625rem;
    line-height: 1.5;
    margin: 5px 0;
}
#articleInfo20 ul li .text h3 span.deco{
    display: block;
    font-size: 26px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #000;
}
#articleInfo20 ul li .text h3 b{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #585858;
}


#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 0px 0;
}
#articleInfo20 .bottomBox{
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    margin-bottom: 80px;
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-family: 'Cardo', serif;
	line-height: 130%;
	font-weight: 800;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	font-size: 30px;
	letter-spacing: 0.2px;
	position: relative;
	margin-top: 60px;
}
#articleInfo20 .bottomBox p {
	margin: 10px 0 10px;
	text-align: center;
	font-size: 17px;
	letter-spacing: 1.8px;
	font-weight: 300;
}

#articleInfo20 .bottomBox h3:before {
    background-color: gainsboro;
    top: 27px;
    left: 40px;
    margin: 0 15px;
    width: 30px;
    height: 1px;
    display: inline-block;
    vertical-align: super;
    content: "";
}


#articleInfo20 .bottomBox h3:after {
    background-color: gainsboro;
    top: 27px;
    left: 40px;
    margin: 0 15px;
    width: 30px;
    height: 1px;
    display: inline-block;
    vertical-align: super;
    content: "";
}

@media (max-width: 768px) {
#articleInfo20 .bottomBox h3:before {
        top:20px
    }
#articleInfo20 .bottomBox h3:after {
        top:20px
    }
#articleInfo20 .bottomBox h3{
    font-size: 18px;
}
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc((100%/2) - 55px);
	}
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(100% - 0px);
		display: block;
	}
	#articleInfo20 ul li .img-pos,#articleInfo20 ul li:nth-child(2n) .img-pos{
    width: 100%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    float: none;
}
#articleInfo20 ul::before{
    display: none;
}

#articleInfo20 ul li .text,#articleInfo20 ul li:nth-child(2n) .text{
    width: 100%;
    animation-name: fadeInRight;
    -webkit-animation-name: fadeInRight;
    padding: 10px 0;
    position: relative;
    margin: 0;
}
#articleInfo20 ul li .text h3 span.deco{
    margin-top: 10px;
    font-size: 20px;
}
#articleInfo20 ul li .text h3 b{
    font-size: 15px;
    margin-bottom: 30px;
}
#articleInfo20 ul li .text h3 .icon{
    top: 10px;
}
#articleInfo20 ul li .text h3{
    min-height: 40px;
    padding: 0 0 10px 80px;
    margin: 0 0 0px 0;
}
#articleInfo20 ul li .text h3 .icon:before{
    width: 70px;
    height: 70px;
    font-size: 30px;
    line-height: 70px;
}
#articleInfo20 .bottomBox{
    margin-bottom: 40px;
}
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
	}
}
