/* 공통 */
#c2_wrap .c_inner {width: 100%; margin:0 auto; position: relative;}
#c2_wrap .c_title h1 {font-size:30px; font-weight: 300; color:#fff; font-family: 'Montserrat'; }
#c2_wrap .c_title h1 b {font-weight: 700; }

/* btn */
#c2_wrap .c_btn {width: 300px; height: 55px; display: flex; align-items: center; justify-content: center; background: transparent; border-top:1px solid #fff; position: relative;
border-bottom: 1px solid #fff; font-size:14px; font-weight: 400; color:#fff; transition: all .5s ease; margin:0 auto; z-index: 1;}
#c2_wrap .c_btn::before {content: ''; display: block; left: 50%; top: 0; transform: translateX(-50%); width: 0; height: 100%; position: absolute;
transition: all .5s ease; z-index: -1; background-image: linear-gradient(to right, #1c449c, #1a166b);}
#c2_wrap .c_arrow {display: block; width: 24px;height: 1px; position: relative; background: #fff; transition: all .5s ease; top: 0; left: 0; margin-left: 18px; z-index: 1;}
#c2_wrap .c_arrow::after { content: ''; position: absolute;display: block;width: 9px;height: 1px; background: #fff; right: -1px;transform: rotate(43deg);
top: -3px; transition: all .5s ease;}
/* hover */
#c2_wrap .c_btn:hover {color:#fff; border-color: transparent; }
#c2_wrap .c_btn:hover::before {width: 100%;}
#c2_wrap .c_btn:hover .c_arrow, #c2_wrap .c_btn:hover .c_arrow::after {background-color: #fff;}


/*Content CSS*/
#c2_wrap {width: 100%; padding:0 30px 80px; text-align: center; background: url('../img/c2_bg.jpg?v=20210602') 50% 50% no-repeat; background-size:cover;}
#c2_wrap p {font-size:15px; font-weight: 300; color:#fff; line-height: 30px; margin: 20px 0 40px; word-break: keep-all;}
#c2_line {width: 1px; height: 50px; background: #fff; margin:0 auto 40px; position: relative; display: block ;}
#c2_line::after {content: ''; display: block; width: 9px; height: 9px; border-radius: 50%; background: #fff; position: absolute; left:-4px; bottom:-9px; }







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

}

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

}

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

}
