/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/*ÀÌ¹ÌÁöÇÏ´Ü°ø¹é*/
.single .wp-block-image {margin-bottom: 40px;}

.single .inside-article>.featured-image {
    display: none;
}

/*¸ð¹ÙÀÏ »çÀÌµå¹Ù Á¦°Å*/
@media(max-width: 768px) { 
#right-sidebar { 
display: none; 
 }
}

/* GeneratePress Å×¸¶ ÄÜÅÙÃ÷ ÄÁÅ×ÀÌ³Ê ³»ºÎ ¿©¹é Á¶Á¤ÇÏ±â */
@media (max-width: 768px) {
.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
padding: 15px;
}
}

/* ÇÏÀÌÆÛ¸µÅ© ¹ØÁÙ ¾ø¾Ö±â */
a {
text-decoration: none!important;
color: #000;
}

a:hover {
text-decoration: underline!important;
    }



/* Çü±¤Ææ */
u{text-decoration-line:none; padding: 2px 5px; background: linear-gradient(to top, #ccff00 40%, transparent 40%);}


/* ÄÃ·¯ ÅØ½ºÆ® ¹Ú½º ½ºÅ¸ÀÏ */
.txtBox {
padding: 1.25em 1.125em;
word-break: break-all;
background-color: #e2ffd6;	
}

/* »çÀÌµå¹Ù°íÁ¤ */
.inside-right-sidebar{top:10px; position: sticky; position: -webkit-sticky;}

/* ¹öÆ° */
.myButton {
	box-shadow:inset 0px 0px 0px 0px #3dc21b;
	background-color:#44c767;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	font-weight: bold;
	color:#ffffff;
	padding:10px 25px;
	text-decoration:none;
}
.myButton:hover {
	background-color:#5cbf2a;
	color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
	color:#ffffff;
}

/* ÀÌ¹ÌÁöÄ¸¼Ç */
figure.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: none;
	text-align: left;
	position: relative;
    color: #000;
    line-height: 1.5em;

	margin: 0.5em 0;
	padding: 0;
	font-size: 16px;

	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	word-break: normal;
	display: inline-block;
}



.wp-block-latest-posts__post-excerpt {
 display:-webkit-box;
 -webkit-box-orient:vertical;
 overflow:hidden;
 -webkit-line-clamp:2;
}



/* ½Ì±Û Æ÷½ºÆ® Ä«Å×°í¸®, ÅÂ±× ¼û±â±â */

.home .cat-links { display: none; }
.home .tags-links { display: none; }
.archive .cat-links { display: none; }
.archive .tags-links { display: none; }
.single .tags-links {display: none; }


/* ¸ÞÀÎÆ÷½ºÆ® Å¸ÀÌÆ²º¼µå */
a.wp-block-latest-posts__post-title {
    font-weight: bold;

 display:-webkit-box;
 -webkit-box-orient:vertical;
 overflow:hidden;
 -webkit-line-clamp:1;
}
