/* 공통 */
#c3_wrap .c_inner {width: 1300px; margin:0 auto; position: relative; }
#c3_wrap .c_title h2 {font-size:23px; font-weight: 700; color:#306fd9; letter-spacing: 4.6px; font-family: 'Play', sans-serif; text-transform: uppercase; }
#c3_wrap .c_title h1 {margin-top:15px;font-size:36px;  font-weight: 800; color:#000; line-height: 50px; font-family: 'NanumSquare',sans-serif;}
/* c_btn */
#c3_wrap .c_btn {display: flex; align-items: center; justify-content: center; width: 200px; height: 50px; background-color: #fff; border-radius: 5px; }
#c3_wrap .c_btn span {font-size:16px; font-weight: 300; color:rgba(48, 111, 217, 0.8); margin-right: 10px; }
/* plus btn */
#c3_wrap .plus_btn {display: flex; width: 65px; height: 65px; transition: background-color .3s ease; background-color: #447ddd;  justify-content: center ;align-items: center ;}
#c3_wrap .plus_btn img {transition: all .3s ease; }
#c3_wrap .plus_btn:hover {background-color: #333; }
#c3_wrap .plus_btn:hover img {transform: rotate(90deg);}


/*Content CSS*/
#c3_wrap {text-align: center; padding:145px 0; background: url('../img/c3_bg.jpg') 50% 50% no-repeat; background-size:cover; }
#c3_wrap .c_title h1 {color:#fff;}
#c3_wrap p {font-size:18px; font-weight: 300; color:#fff; line-height: 36px; font-family: 'NanumSquare',sans-serif; margin:40px 0 45px;}
#c3_wrap .c_btn {background-color: #306fd9; margin:0 auto; transition: all .3s ease; }
#c3_wrap .c_btn span {color:#fff;}
#c3_wrap .c_btn:hover {background-color: #2561c5;}





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

}

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

}

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

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

}
