
/* 공통 */
.c_inner { width: 100%; padding:0 15px; margin:0 auto; position: relative; overflow: hidden; }
.c_title h2 {font-size: 17px; font-weight: 500; color:#58d6ef; line-height: 1; font-family: 'Spoqa Han Sans Neo';}
.c_title h1 {font-size: 38px; font-weight: 700; color:#000; line-height: 1; font-family: 'Spoqa Han Sans Neo';margin-top: 15px;}
.c_p {font-size: 15px; font-weight: 300; color:#333; line-height: 30px; letter-spacing: -.27px; font-family: 'Spoqa Han Sans Neo'; }
.wh {color:#fff !important; }

/* plus_btn */
.plus_btn { display: flex; align-items: center; justify-content: center; width: 300px; margin:0 auto 30px; height: 50px;  background: #f7f7f7; text-transform: uppercase; font-family: 'Spoqa Han Sans Neo'; font-size: 14px; font-family: 'Montserrat'; }
.plus_btn > span { width: 15px; margin-left: 10px; position:relative; top:-2px; }

/*Content CSS*/
#c1_wrap { position: relative; padding:60px 0 0; z-index: 1; background-color: #fff; overflow: hidden;}
#c1_wrap br { display: none; }
#c1_wrap .c_inner { text-align: center; }

#c1_wrap .c_inner .c_p {margin:30px 0; }

#c1_wrap .img { }
#c1_wrap .img img { -webkit-user-select: none; user-select: none; -webkit-user-drag: none; user-drag: none;}
