/* 공통 */
#c1_wrap .c_inner {width: 100%; margin:0 auto; position: relative; }


#c1_wrap .c_btn {transition: all .5s ease; display: flex; align-items: center; justify-content: center; width: 100%; max-width: 470px; height: 50px; background: #15116f; margin: 0 auto;
border:1px solid #15116f; text-align: center; font-size:16px; font-weight: 400; color:#fff; font-family: 'Play', sans-serif; position: relative; z-index: 1; overflow: hidden;}
#c1_wrap .c_btn::before {content: ''; z-index: -1; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: #fff; transition: all .5s ease;}
#c1_wrap .c_btn:hover {color:#15116f; }
#c1_wrap .c_btn:hover::before {width: 100%;}


/*Content CSS*/
#c1_wrap {position: relative; z-index: 1; background: #fff; padding: 60px 20px 0; text-align: center; overflow: hidden; }
#c1_wrap > img {width: 100%; margin-top: -70px;}
#c1_wrap .txt h2 {font-size:18px; font-weight: 400; color:#0900cb; letter-spacing: 7.2px; text-transform: uppercase;  font-family: 'Play', sans-serif;}
#c1_wrap .txt h1 {font-size:30px; font-weight: 500; color:#000; line-height: 45px; margin: 20px 0; word-break: keep-all;}
#c1_wrap .txt p {font-size:16px; font-weight: 300; color:#666; line-height: 30px; margin:0 0 40px; word-break: keep-all; }



@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 640px) {

}
