
/*Content CSS*/
#c2_wrap { text-align: center; padding:120px 0; height: 650px; background:url('../img/c2_bg.jpg') no-repeat center / cover; overflow: hidden; }
#c2_wrap p { margin:45px 0; font-size: 18px; font-weight: 300;  color: #fff; line-height: 2; }
#c2_wrap a { display: block; margin:0 auto; width: 300px; height: 70px; line-height: 65px; color:#fff; border:1px solid rgba(255,255,255,0.3); font-size: 16px; font-family: 'S-CoreDream-3Light'; transition: all .3s; }
#c2_wrap a img { display: inline-block; position:relative; top:-2px; margin-left: 15px; }

#c2_wrap a:hover { background:#009bdd; border-color: #009bdd; }
