/* 공통 */
#c2_wrap .c_inner {width: 100%; max-width: 1500px; margin:0 auto; padding: 0 20px;}
#c2_wrap .c_tit h2 {display: inline-block; position: relative; text-transform: uppercase;}
#c2_wrap .c_tit h2::before {content: ''; display: block; width: 9px; height: 10px; background: #fff; transform: skew(-40deg); position: absolute; right: 20px;top:-2px;}
#c2_wrap .c_tit span {font-weight: 300; }
/* btn */
#c2_wrap .c_btn a{font-size: 12px; font-weight: 800; display: inline-flex; align-items: center; text-align: left; font-family: 'NanumSquare',sans-serif; text-transform: uppercase; color:#fff; position: relative;}
#c2_wrap .c_btn a .arrow {display: block; width: 40px; height: 14px; position: absolute; right: 13px; top: 50%;  transform: translateY(-50%); transition:all .3s;
background:url("../img/c_btn_arrow.png") 50%/contain no-repeat;}
#c2_wrap .c_btn a .cir {display: block; width: 35px; height: 35px; border:1px solid #fff; border-radius: 50%; margin-left: 30px; transition:all .3s; position: relative;}
/* #c2_wrap .c_btn a:hover .arrow {right: 1px;} */
#c2_wrap .c_btn a:hover .cir {background-color: rgba(255,255,255,.2); border-color: rgba(255,255,255,.2); }
/* font-size */
#c2_wrap .fs_60 {font-size: 30px; font-weight: 800; color:#fff; line-height: 1.2; font-family: 'Pretendard',sans-serif;}
#c2_wrap .fs_18 {font-size: 14px; font-weight: 800; color:#333; line-height: 1.33;  font-family: 'NanumSquare',sans-serif; }


/*Content CSS*/
#c2_wrap {width: 100%; background:url("../img/c2_bg.jpg") 50%/cover no-repeat; text-align: center; word-break: keep-all;}
#c2_wrap br:not(.space) {display: none;}
#c2_wrap .c_inner {padding:60px 20px; }
#c2_wrap .flex { margin-top: 30px;}

#c2_wrap .img {border-radius: 20px; overflow: hidden; flex-shrink: 0; margin-bottom: 30px;}
#c2_wrap .img img {max-width: 100%;}

#c2_wrap .txt h3 { font-size:18px; font-weight: 300; color:#fff; line-height:30px; font-family: 'Pretendard',sans-serif; }
#c2_wrap .txt p {font-size: 13px; font-weight: 300; color:rgba(255, 255, 255, 0.8); line-height:1.65; ffont-family: 'NanumSquare',sans-serif; margin: 10px 0 20px;}







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

}

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

}

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

}
