/*
Theme Name:     generatepress-child
Template:       generatepress
*/

/*common*/
    /*레이아웃 리셋*/
        .home div#content.site-content{padding:0px;}
        .home .entry-content:not(:first-child){margin-top:0px;} 
        .home .wp-block-cover{padding:0px;}
    /*gb widget*/
		/*초기설정 리셋*/
			.gb-query-loop-item .gb-inside-container{padding:0px;}
			.gb-grid-column{padding-left:0px}
		/*요약글 범위설정*/
			div.gb-headline-text{
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
				word-wrap: break-word;
				line-height: 1.5em;
				height: 4.5em;
				}


/*~TABLET*/
@media (max-width:1023px){
    
}

/*MOBILE only*/
@media (max-width:768px){
    
}

/*DESKTOP*/
@media (min-width:1024px){
	
}

