
/* 공통 */
#c3_wrap { position:relative; z-index: 2; }
#c3_wrap .c_inner { max-width: 1300px; width:100%; margin:0 auto; }
#c3_wrap .c_tit { position:relative; z-index: 1; line-height: 1; text-align: center; }
#c3_wrap .c_tit h1 { font-size: 55px; font-weight: bold; color: #000000; }
#c3_wrap .c_tit h2 { margin-bottom: 23px; font-size: 18.5px; color: #219914; letter-spacing: 3.7px; text-transform: uppercase; }
#c3_wrap .c_btn.plus { display: block; border:1px solid #000; width:73px; height: 73px; text-align: center; line-height: 70px; z-index: 3; }
#c3_wrap .c_btn.plus img { transition: all .3s; }
#c3_wrap .c_btn.mob { display: none; margin:30px auto 0; width:100%; height: 45px; line-height: 43px; background:#f7f7f7; color:#333; font-size: 14px; }


/*Content CSS*/
#c3_wrap { padding:100px 0 120px; position: relative; text-align: center; z-index: 1; overflow: hidden; }


/* top */
#c3_wrap .top { position:relative; }
#c3_wrap .controller { position:relative; z-index: 3; display: flex; position:absolute; right:0; bottom:12px; }
#c3_wrap .controller .slider_btn { display: flex; align-items: center; margin-right: 40px; }

/* dots */
#c3_wrap .slick-dots { display: flex; align-items: center; margin:0 25px; }
#c3_wrap .slick-dots li {margin-right: 10px ;}
#c3_wrap .slick-dots li:last-child { margin-right: 0; }
#c3_wrap .slick-dots button { position:relative; border:0; background: transparent; font-size:0; opacity: 1; width:12px; height: 12px; border-radius: 50%; border:1px solid #ddd; }
#c3_wrap .slick-dots .slick-active button { border-color: #219914; background:#219914; }

/* arrow */
#c3_wrap .slick-arrow { cursor: pointer; }



/* slider */
.c3_slider_wrap { width: 100%; margin-top:45px; }
#c3_slider { width: calc(100% + 20px); position: relative; left: -10px; }
#c3_slider .slick-track { margin:0 !important; }

.c3_box { padding:10px; }
.c3_box a { position: relative; display: block; height: 370px; width: 100%; background: #fff; border:1px solid #ddd; text-align: center; outline: none; }
.c3_box a:before { content:""; position:absolute; left:-1px; width:calc(100% + 2px); top:-1px; height: calc(100% + 2px); border:4px solid #219914; transition: all .3s; opacity: 0; }

/* txt */
.c3_box .txt { width: 100%; transition: all .3s ease; padding:45px 35px; text-align: left; }
.c3_box .txt h2 { font-size:16px; font-weight: 700; color:#219914; }
.c3_box .txt h1 { margin:30px 0 25px; font-size:20px; line-height: 30px; font-weight: 700; color:#000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; overflow: hidden; width:100%; min-height: 60px; max-height: 60px; word-break: keep-all; }
.c3_box .txt p { margin-top: 18px; font-size:14px; line-height: 24px; font-weight: 300; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; color:#000; word-break:keep-all; min-height: 68px; max-height: 68px; }
.c3_box .txt span { margin-top: 50px; display: block; font-size:14px; font-weight: 300; color:#aaa; }
.c3_box .txt span i { display:inline-block; margin-right: 5px; position:relative; top:2px; font-size: 18px; }



/* hover animation */
@media screen and (min-width:1024px) {
    #c3_wrap .c_btn.plus:hover img { transform: rotate(90deg); }
    #c3_wrap .c3_box a:hover:before { opacity: 1; }


}


/* 반응형 */
@media screen and (max-width:1420px) {
    /* 공통 */
    #c3_wrap .c_inner { max-width: 1420px; padding:0 60px; }
    #c3_wrap .c_btn.plus { right: 60px; }

    /* c1 */


}
@media screen and (max-width:1023px) {
    /* 공통 */
    #c3_wrap .c_inner { padding:0 40px; }
    #c3_wrap .c_tit h2 { font-size: 17px; }
    #c3_wrap .c_tit h1 { font-size: 40px; }
    #c3_wrap .c_btn.plus { width: 60px; height: 60px; line-height: 55px; right: 40px; }

    /* c1 */
    #c3_wrap { padding: 80px 0 100px; }

    .c3_box a { height: auto; }
    .c3_box .txt { padding: 40px 25px; }
    .c3_box .txt h1 { margin: 20px 0 15px; }

    #c3_wrap .controller .slider_btn { margin-right: 20px; }

}
@media screen and (max-width:767px) {
    /* 공통 */
    #c3_wrap .c_inner { padding:0 20px; }
    #c3_wrap .c_tit h1 { font-size: 33px; }
    #c3_wrap .c_tit h2 { font-size: 14px; margin-bottom: 20px; }
    #c3_wrap .c_btn.plus { display: none; }
    #c3_wrap .c_btn.mob { display: block; }

    /* c1 */
    #c3_wrap { padding: 60px 0 80px; }

    #c3_wrap .controller { position: relative; right: 0; bottom: 0; justify-content: center; margin-top: 30px; }
    #c3_wrap .controller .slider_btn { margin-right: 0; }
    #c3_wrap .slick-arrow { display: none !important; }

    .c3_slider_wrap { margin-top: 20px; }

    .c3_box .txt h2 { font-size: 15px; }
    .c3_box .txt h1 { font-size: 18px; }
    .c3_box .txt span { margin-top: 25px; }
}
