/* animate 공통 css */
.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {opacity: 0}

.fh5co-animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both}