@charset "utf-8";
/* SIR 지운아빠 */

/* 최근게시물 스킨 (latest) */
    #owl-demo .item img{
        display: block;
        width: 100%;
        height: auto;
        /*
        min-height:100vh;
        object-fit: cover !important;
        object-position: 50% 50% !important;
        */
    }
    
/*owl control*/
	.owl-pagination { position:absolute; width:100%; bottom:30px; text-align:center; }
	.owl-pagination .owl-page { background:#e5e5e5; width:15px; height:10px; border-radius:5px !important; display:inline-block; margin:0 3px; transition:all 0.3s ease-in-out; }
	.owl-pagination .owl-page.active { background:#DF3128;width:30px; }
	.owl-buttons > div { position:absolute; height:80px; width:40px; line-height:80px; text-align:center; background: transparent !important; top:50%; margin:0px !important; padding:0px !important; margin-top:-40px !important; }
	.owl-buttons .owl-prev { left:10px; }
	.owl-buttons .owl-next { right:10px; }
	.owl-controls { margin:0px !important; padding:0px !important;}
	.owl-controls span { display:none !important; marin:0px !important; padding:0px !important; }
