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

/*common*/
.single-post .comments-area, /*댓글 비활성화*/
.single-post .entry-meta .byline, /*바이라인 비활성화*/
.single-post .featured-image /*특성이미지 비활성화*/
{display:none;}

	/*font-size*/
.single-post .entry-meta{font-size:0.7em;}/*entry-meta 사이즈*/

    /*image align*/
.single-post .wp-block-image img{display:block; border: 1px solid #0000001a; border-radius: 2px; margin:0 auto;}/*사진정렬*/
.single-post .wp-block-image{margin-bottom:1.5em;}/*사진하단여백*/
@media (max-width:768px){
	.single-post .wp-block-embed figcaption,
	.single-post .wp-block-image figcaption
	{margin-left:10px; margin-right:10px; word-break:keep-all;}}/*모바일에서 캡션*/

	/*audio align*/
.single-post .wp-block-audio{margin-bottom:1.5em}

	/*layout*/
.single-post .wp-block-embed{margin-bottom:1.5em}
.single-post .entry-header>*,
.single-post .entry-meta:last-child
{padding-left:20px; padding-right:20px;}
.single-post .entry-meta{
	display:flex;
    flex-direction: column;
    gap: 10px;
}

	/*link att*/
.single-post .entry-content a{text-decoration:underline;}

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

}

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

}

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

}


