/* 공통 */
#c1_wrap .c_inner {width: 1300px; margin:0 auto; position: relative; }
#c1_wrap .c_btn {transition: all .5s ease; display: flex; align-items: center; justify-content: center; width: 236px; height: 58px; background: #15116f;
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:100px 0 100px; text-align: left; overflow: hidden; }
#c1_wrap > img {position: absolute; z-index: -1; }
#c1_wrap > #c1_bg1 {left:45px; top:-100px; }
#c1_wrap > #c1_bg2 {right: 0; bottom: 0; }
#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:36px; font-weight: 500; color:#000; line-height: 48px; margin:35px 0 35px;}
#c1_wrap .txt p {font-size:16px; font-weight: 300; color:#666; line-height: 30px; margin:0 0 40px; }



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

}

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

}

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

}
