/* 공통 */
#c3_wrap .c_inner {width: 1300px; margin: 0 auto;}
#c3_wrap .c_title {text-align: center; }
#c3_wrap .c_title span {display: block; width: 80px; height: 3px; position: relative; background: #005ec0; margin:0 auto 30px;}
#c3_wrap .c_title span::after {content: ''; display: block; position: absolute; top:0; right:0; width: 50%; height: 100%; background: #a1cc3a;}
#c3_wrap .c_title h1 {font-size:40px; font-weight: 700; color:#333; font-family: 'Montserrat'; text-transform: uppercase;}
#c3_wrap .c_title.wh h1 {color:#fff;}


/*Content CSS*/
#c3_wrap {padding: 110px 0 80px; overflow: hidden; position: relative; background: #fff; z-index: 1;}
/* 배경 패턴 */
#c3_wrap::before {content: ''; display: block; position: absolute; z-index: -1; width: 430px; height: 404px; background: url('../img/c3_ptn.png') 50% 50% no-repeat;
top:-10px; left:4%;}
#c3_wrap::after {content: ''; display: block; position: absolute; z-index: -1; width: 430px; height: 404px; background: url('../img/c3_ptn.png') 50% 50% no-repeat;
bottom:-30px; right:2.5%;}
#c3_wrap .c_title {position: relative; display: flex; justify-content: center;}
#c3_wrap .c_title h1 {font-weight: 400; color:#000; font-size:39px; font-family: 'paybooc-ExtraBold';}
#c3_wrap .c_title a {display: flex; align-items: center; justify-content: center; width: 67px; height: 67px; background: #0069d7; position: absolute; right:0; top:12px;
transition: all .3s ease;}
#c3_wrap .c_title a img {transition: all .3s ease;}
#c3_wrap .c_title a:hover {background: #1f2124;}
#c3_wrap .c_title a:hover img {transform: rotate(90deg);}


.c3-carousel{width: 1350px; margin: 0 auto; position: relative; margin-top: 20px; min-height: 250px;}
.c3-carousel .owl-stage-outer {}
.c3_box { background: #fff; padding: 25px;}
.c3_box a {display: block; padding: 48px 35px; position: relative; box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07); min-height: 350px;}
.c3_notice_mark {width: 76px; height: 27px; font-family: 'Montserrat'; color:#fff; background: #1f2124; font-size: 14px; margin-bottom: 25px; transition: all 0.3s ease; text-align: center; line-height: 27px; font-weight: 300;}
.c3_box h1 {font-family: 'paybooc-Bold',sans-serif; font-size: 20px; color: #333; line-height: 30px; margin-bottom: 15px; word-break: keep-all; min-height: 60px;
text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2}
.c3_box p { font-size: 14px; color: #666; line-height: 26px; margin-bottom: 33px; word-break: keep-all; font-weight: 300; min-height: 78px;
    text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3;}

.c3_more { font-family: 'Montserrat'; font-size: 14px; color: #ccc; font-weight: 400; transition: all .3s ease;}
.c3_more span {font-size: 12px; font-weight: 400; transition: all 0.3s; position: relative; top: -2px; left:0; margin-left:8px; display: inline-block;  color: #ccc;
font-family: 'Nanum Gothic', sans-serif;}

.c3_box a:hover {}
.c3_box a:hover .c3_notice_mark { background: #0069d7;}
.c3_box a:hover .c3_more { color: #0069d7;}
.c3_box a:hover .c3_more span{ left: 5px; color: #0069d7;}

/*페이져*/
.c3-carousel .owl-dots{width:100%; text-align:center; margin: 20px auto 0 auto; bottom:48px; }
.c3-carousel .owl-dots .owl-dot{background:#ececf0;width:36px; height: 5px; display:inline-block;margin-right:12px;transition: all 0.2s ease;}
.c3-carousel .owl-dots .owl-dot:last-child {margin-right: 0;}
.c3-carousel .owl-dots .owl-dot.active{background:#0069d7; }
.c3-carousel .owl-dots .owl-dot:focus {outline: none; border: none;}

/*컨트롤러*/
.c3-carousel .owl-nav{position:absolute;width:100%; top: 43%;  z-index: 3; display: flex!important; flex-direction: row; display: block;}
.c3-carousel .owl-nav button {width:45px;height: 30px; cursor:pointer; transition: all 0.2s;}
.c3-carousel .owl-nav .owl-prev{position:absolute; left: -107px; background: url('../img/c3_prev.png')no-repeat 50% 50%;}
.c3-carousel .owl-nav .owl-next{position:absolute; right: -107px; background: url('../img/c3_next.png')no-repeat 50% 50%;}
.owl-nav button:focus {outline: none; border: none;}
.c3-carousel .owl-nav .owl-prev:hover { }
.c3-carousel .owl-nav .owl-next:hover { }

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

}

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

}

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

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

}
