/* 공통  */
#c4_wrap .c_inner {width: 100%; margin:0 auto ; position: relative; }
#c4_wrap .c_title h1 {font-size: 30px; font-weight: 600; color:#000 ;position: relative; display: inline-block; text-transform: uppercase;  font-family: 'Montserrat'; }
#c4_wrap .c_title h1::before {content: '' ;display: block; width: 44px; height: 44px; background: url('../img/c_title_bullet.png') 50% 50% no-repeat;
position: absolute; top:-12px; left:-25px;}

#c4_wrap .c_btn {   text-align: center; }
#c4_wrap .c_btn a { width: 294px; height: 60px; line-height: 60px; font-size: 16px; font-family: 'Montserrat',sans-serif; font-weight: 400; position: relative; display: block;
color: #fff;border: 1px solid rgba(0,0,0,0); text-transform: uppercase; box-shadow: inset 0 0 20px rgba(255, 255, 255, 0); outline: 1px solid rgba(255, 255, 255, 0.5); -webkit-transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1.25s cubic-bezier(0.19, 1, 0.22, 1); margin: 0 auto;}
#c4_wrap .c_btn a:hover { border: 1px solid; box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2); outline-color: rgba(255, 255, 255, 0); outline-offset: 15px; text-shadow: 1px 1px 2px #427388;}


/*Content CSS */
#c4_wrap {text-align: center ;position: relative; z-index: 2; background-image: url('../img/c4_bg.png'), linear-gradient(to left, #aacd06, #009944);
background-position: 50% 50%; overflow: visible; padding: 60px 20px;}
#c4_wrap::before {content: ''; display: block; width: 69px; height: 38px; position: absolute; left:50%; transform:translateX(-50%); top:0;
background: url('../img/tri_w.png') 50% 50% no-repeat; }
/* txt */
#c4_wrap .txt h1 {font-size: 30px; font-weight: 500; color:#fff; letter-spacing: -1.2px; }
#c4_wrap .txt p {font-size:15px; font-weight: 300; color:rgba(255,255,255,.8); line-height: 30px; letter-spacing: -.45px; margin: 20px 0 40px; word-break: keep-all;}
#c4_wrap .txt .c_btn a {margin:0 auto; }

/* ptn */





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

}

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

}

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

}
