/*공통*/
.con_wrap {width: 100%;}
.con1300 {width: 100%; margin: 0 auto;}

.c_title h2 {font-family: 'paybooc-Medium',sans-serif; font-size: 14px; color:#467dbe; margin-bottom: 15px; font-weight: bold;}
.c_title h1 {font-family: 'paybooc-ExtraBold',sans-serif; font-size: 28px; color:#000;}
.c_title h3 {font-family: 'paybooc-Medium',sans-serif; font-size: 15px; color:#000; margin-top: 15px; line-height: 28px; word-break: keep-all; letter-spacing: -0.5px;}
.c_title p {font-family: 'paybooc-Light',sans-serif; font-size: 14px; color:#888; margin-top: 15px; line-height: 28px; word-break: keep-all;}

.c_btn a {display: flex; align-items: center; justify-content: center;}
.c_btn a p {font-family: 'paybooc-Light',sans-serif; font-size: 16px; color:#000; margin-right: 15px;font-weight: bold;}
.c_btn a .arrow {width: 45px; height: 45px; border: 1px solid #000; position: relative;transition: all 0.3s; }
.c_btn a .arrow span {display: block; width: 24px; height: 22px; background: url('../img/c_arrow_b.png')no-repeat 50% 50% #fff; position: absolute; top: 48%; left: -9px; transform: translateY(-50%); transition: all 0.3s;}
.c_btn a:hover .arrow {border: 1px solid #467dbe}
.c_btn a:hover .arrow span {position: absolute; left: -9px; background: url('../img/c_arrow_r.png')no-repeat 100% 50% #fff; width: 41px;}


/*Content CSS*/
#c3_wrap {padding: 40px 0 50px 0; overflow: hidden; position: relative;}
#c3_wrap .c_title {position: relative; width: 100%; text-align: center;}
#c3_wrap .c_btn {position: absolute; bottom: 0; right: 20px;}

.c3-carousel{width: 100%; margin: 0 auto; position: relative; margin-top: 0;}
.c3-carousel .owl-stage-outer {}
.c3_box { background: #fff; padding: 20px;}
.c3_box a {display: block; padding: 30px 20px; position: relative; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07); }
.c3_notice_mark {width: 76px; height: 27px; font-family: 'NEXONFootballGothicLA1',sans-serif; color:#fff; background: #000; font-size: 14px; margin-bottom: 15px; transition: all 0.3s; text-align: center; line-height: 27px;}

.c3_box h1 {font-family: 'paybooc-Bold',sans-serif; font-size: 17px; color: #333; line-height: 30px; margin-bottom: 15px; word-break: keep-all;}
.c3_box p { font-family: 'paybooc-Light',sans-serif; font-size: 14px; color: #666; line-height: 26px; margin-bottom: 33px; word-break: keep-all; }

.c3_more {font-family: 'paybooc-Medium',sans-serif; font-size: 12px; color: #ccc; }
.c3_more span {font-size: 12px; font-weight: 700; transition: all 0.3s; position: relative; top: 0px;}

.c3_box a:hover {}
.c3_box a:hover .c3_notice_mark { background: #467dbe;}
.c3_box a:hover .c3_more { color: #467dbe;}
.c3_box a:hover .c3_more span{ padding-left: 5px; color: #467dbe;}

/*페이져*/
.c3-carousel .owl-dots{width:100%; text-align:center; margin: 0 auto 0; 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:#467dbe; }
.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:100%) {

}

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

}

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

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

}
