@charset "utf-8";


/* 최근게시물 스킨 (latest) */
    #GT_content_view3 .item img{
        display: block;
        width: 100%;
        height: auto;
        /*
        min-height:100vh;
        object-fit: cover !important;
        object-position: 50% 50% !important;
        */
    }
    
/*owl control*/
	#GT_content_view3 .owl-pagination { position:absolute; width:100%; bottom:0px; text-align:center; }
	#GT_content_view3 .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; }
	#GT_content_view3 .owl-pagination .owl-page.active { background:#DF3128;width:30px; }
	#GT_content_view3 .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; }
	#GT_content_view3 .owl-buttons .owl-prev { left:10px; }
	#GT_content_view3 .owl-buttons .owl-next { right:10px; }
	#GT_content_view3 .owl-controls { margin:0px !important; padding:0px !important;}
	#GT_content_view3 .owl-controls span { display: none !important; margin: 0px !important; padding: 0px !important; }
	#GT_content_view3 .underbar1 { position:relative; margin:0 auto; padding:0px; width:100px; height:1px; background-color:#F00; margin-top:20px; margin-bottom:20px; opacity: 0.5; }
    