.wow {
	animation: fadeIn 1.5s both;
	-webkit-animation: fadeIn 1.5s both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
h4{
    text-align: center;
    line-height: 180%;
    font-size: 24px;
    color: #535353;
    margin-bottom: 15px;
    font-weight: 400;
}
.G-map{
    height: 650px;
}
.delay1 {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}
.delay2 {
	animation-delay: 1.0s;
	-webkit-animation-delay: 1.0s;
}
#articleInfo20 ul {
	margin: 50px 0;
	text-align: ;
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
#articleInfo20 ul li {
	padding: 25px;
	width: calc((100%/3) - 52px);
	display: inline-block;
	border: 1px #ddd solid;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	transition:all linear 0.3s;
}
#articleInfo20 ul li h3 {
	font-size: 20px;
	text-align: center;
	line-height: 180%;
	font-weight: 400;
}
#articleInfo20 ul li article{
	font-size: 16px;
	line-height: 180%;
	font-weight: 400;
	color: #5d5d5d;
	margin-top: 15px;
}
#articleInfo20 ul li h5 {
	font-size: 16px;
	color: #caa34b;
}
#articleInfo20 ul li.focus h5 {
	color: #fff;
}
#articleInfo20 ul li p.photo {
	margin: 15px auto;
	text-align: center;
	width: 100px;
}
#articleInfo20{
	    max-width: 85%;
	    margin: auto;
}
#articleInfo20 video{
    width: 100%;
    margin-top: 30px;
}
#articleInfo20 .bottomBox{
    margin: auto;
}
#articleInfo20 .bottomBox iframe{
    width: 100%;
    height: 500px;
}
#articleInfo20 .bottomBox h3 {
	text-align: center;
	font-size: 50px;
	color: #606060;
	font-weight: 200;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 180%;
	text-transform: uppercase;
}
#articleInfo20 .bottomBox p {
	margin: 0px 0 20px;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	font-size: 24px;
	color: #535353;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
#articleInfo20 .bottomBox article {
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	line-height: 190%;
	font-size: 18px;
	color: #393939;
	font-weight: 300;
	text-align: center;
	display: flex;
	align-items: center;
}
#articleInfo20 .bottomBox article  .lleft{
    display: flex;
    flex-direction: column;
    width: 50%;
}
#articleInfo20 .bottomBox article  .rright{
    display: flex;
    flex-direction: column;
    width: 50%;
}
#articleInfo20 .bottomBox article  table{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    text-align: left;
}
#articleInfo20 .bottomBox .photoBox{
    overflow: hidden;
    margin-top: 30px;
    text-align: center;
    width: 80%;
    margin: 30px auto 50px;
}
#articleInfo20 .bottomBox .photoBox iframe{
	width:100%;
	height: 400px;
}
#articleInfo20 .bottomBox .photoBox .wow{
    /* padding: 10px 20px 0px; */
    /* text-align: center; */
    /* margin: 10px auto 20px; */
}
#articleInfo20 .bottomBox .photoBox p{
	margin-bottom:20px;
}
#articleInfo20 .bottomBox .photoBox .photoBox.wow{
    padding: 10px 20px 0px;
    text-align: center;
    margin: 10px auto 20px;
}
@media screen and (max-width: 960px) {
	#articleInfo20{
	    max-width: 90%;
	    margin: auto;
}
#articleInfo20 .bottomBox .photoBox{
    width: 80%;
}
}

@media screen and (max-width: 768px) {
	#articleInfo20 ul li {
		width: calc((100%/2) - 55px);
	}
	#articleInfo20 ul li:first-child {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}
	#articleInfo20 ul li.focus {
		padding: 25px;
	}
	#articleInfo20 .bottomBox .photoBox{
        width: 100%;
        margin-top: 10px;
    }
    #articleInfo20 .bottomBox .photoBox .photoBox.wow{
        padding: 10px 0px 0px;
    }
    #articleInfo20 .bottomBox article{
        flex-direction: column;
    }
    #articleInfo20 .bottomBox article .lleft ,#articleInfo20 .bottomBox article .rright{
    	width:100%;
    }
    #articleInfo20 .bottomBox article table{
    margin-top: 40px;
}
    #articleInfo20 .bottomBox h3{
    	font-size:24px;
    }
    #articleInfo20 .bottomBox iframe{
    	height:200px;
    }
}
@media screen and (max-width: 480px) {
	#articleInfo20 ul li {
		margin-bottom: 10px;
		width: calc(100% - 55px);
	}

}
