/* 공통  */
#c1_wrap .c_title h1 {font-size:30px; font-weight: 600; color:#000 ;position: relative; display: inline-block; text-transform: uppercase;  font-family: 'Montserrat'; }
#c1_wrap .c_title h1::before {content: '' ;display: block; width: 44px; height: 44px; background: url('../img/c_title_bullet.png') 50% 50% no-repeat;
position: absolute; top:-12px; left:-25px;}


/*Content CSS*/
#c1_wrap {text-align: center; padding: 60px 20px; background: url('../img/c1_bg.png') 50% 50% no-repeat #fff; background-size:cover;}
.c1-carousel {margin-top: 30px;}
#c1_list li {width: 100% ;}
#c1_list li a {display: block; width: 100%; }
#c1_list li a .img {width: 100%; overflow: hidden; position: relative; z-index: 1; }
#c1_list li a .img .cover {display: flex ;align-items: center ;justify-content: center ;position: absolute; left:0; top:0; width: 100%; height: 100%; z-index:2;
background-image: linear-gradient(130deg, #aacd06, #009944); transition: opacity .3s ease; opacity: 0; flex-direction: column; }
#c1_list li a .img .cover span {display: block; font-size:16px ;font-weight: 400; color:#fff; text-transform: uppercase; margin-top: 20px; font-family: 'Montserrat'; }
#c1_list li a .img .cover img {display: inline!important; width: auto!important}
#c1_list li a .txt {text-align: center ; margin-top:25px;}
#c1_list li a .txt h1 {font-size:22px ;font-weight: 500; color:#000; }
#c1_list li a .txt p {margin-top:10px ;font-size:14px ;font-weight: 300; color:#666; line-height: 26px ; letter-spacing: -.7px; word-break: keep-all;}

#c1_list li:last-child a .txt h1::after {width: 210px;}

/* hover */
#c1_list li a:hover .img .cover {opacity: .9; }
#c1_list li a:hover .txt h1::after {background-color: #009944; }

/*페이져*/
.c1-carousel .owl-dots{width:100%; text-align:center; margin: 20px auto 0 auto; }
.c1-carousel .owl-dots .owl-dot{background:#eee;width:42px; height: 6px; display:inline-block;margin-right:12px;transition: all 0.2s ease;}
.c1-carousel .owl-dots .owl-dot:last-child {margin-right: 0;}
.c1-carousel .owl-dots .owl-dot.active{background:#aacd06; }
.c1-carousel .owl-dots .owl-dot:focus {outline: none; border: none;}


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

}

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

}

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

}
