.tit h3:before , .tit h3:after { -webkit-animation: titImg 3s infinite; animation: titImg 3s infinite; }
@keyframes titImg { 0%,50%,100% { margin: 10px 30px; } 25%,75% { margin: 10px 40px; } }
@-webkit-keyframes titImg { 0%,50%,100% { margin: 10px 30px; } 25%,75% { margin: 10px 40px; } }
/* memberList */
#memberList .memberBox .tabBox > div .memberList { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
#memberList .memberBox .tabBox > div .memberList:nth-child(2) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
#memberList .memberBox .tabBox > div .memberList:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
#memberList .memberBox .tabBox > div .memberList:nth-child(4) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
#memberList .memberBox .tabBox > div .memberList:nth-child(5) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
#memberList .memberBox .tabBox > div .memberList:nth-child(6) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }
#memberList .memberBox .tabBox > div .memberList:nth-child(7) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
#memberList .memberBox .tabBox > div .memberList:nth-child(8) { -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
/* aboutItem */
#aboutItem ul li { -webkit-animation-name:flipInY; animation-name:flipInY; }
#aboutItem ul li:nth-child(2) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
#aboutItem ul li:nth-child(3) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }
#aboutItem ul li .info img { -webkit-animation: aboutItem 2s infinite; animation: aboutItem 2s infinite;  -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }
@keyframes aboutItem { 	0%,50%,100% { transform:scale(1); }	25%,75% { transform:scale(1.1); } }
@-webkit-keyframes aboutItem { 	0%,50%,100% { -webkit-transform:scale(1); }	25%,75% { -webkit-transform:scale(1.1); } }
/* slogan */
#slogan .aboutBox:before { -webkit-animation: aboutImg 3s infinite; animation: aboutImg 3s infinite; }
@keyframes aboutImg { 0%,50%,100% { margin-left: 0 } 25%,75% { margin-left: 20px; } }
@-webkit-keyframes aboutImg { 0%,50%,100% { margin-left: 0; } 25%,75% { margin-left: 20px; } }
/* newList */
#newList ul li { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
#newList ul li:nth-child(2) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
#newList ul li:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
#newList ul li:nth-child(4) { -webkit-animation-delay: 0.6s; animation-delay: 0.6s; }
#newList ul li:nth-child(5) { -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
#newList ul li:nth-child(6) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }
/* smallP */
#smallP ul li { -webkit-animation-name: zoomIn; animation-name: zoomIn; }
#smallP ul li:nth-child(2) { -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
#smallP ul li:nth-child(3) { -webkit-animation-delay: 1.0s; animation-delay: 1.0s; }
#smallP ul li:nth-child(4) { -webkit-animation-delay: 1.5s; animation-delay: 1.5s; }