/* 워드프레스 GeneratePress 테마 소제목 헤딩 스타일 변경하기 */

.single .entry-content h2 {
margin: 1.15em 0 0.6em 0;
    font-weight: normal;
    position: relative;
    font-size: 25px;
    line-height: 40px;
    background: #007CBA;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
    font-family: 'Muli', sans-serif;
}


.single .entry-content h3 {
COLOR: #124875;
PADDING-BOTTOM: 10px;
TEXT-ALIGN: left;
BORDER-LEFT: #18609C 10px solid;
padding: 3px 9px;
margin: 30px 0 20px 0;
BACKGROUND-COLOR: #FFF;
BORDER-BOTTOM: 2px solid #18609C;
font-size: 1.2em;
font-weight: 700;
}




.myb {
	box-shadow: 3px 4px 0px 0px #1564ad;
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	background-color:#79bbff;
	border-radius:5px;
	border:1px solid #337bc4;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	font-weight:bold;
	padding:12px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
.myb:hover {
	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
	background-color:#378de5;
}
.myb:active {
	position:relative;
	top:1px;
}


/* SNS 공유 */
.sns-go ul {
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
  overflow: hidden;
}

.sns-go li {
  float: left;
	padding-right: 5px;
}

.sns-go img {
    border-radius: 5px;
    width: 35px;
}

.single .entry-content {
	margin-top: 0.6em;
}

/*  버튼호버 */
.bold-on-hover .wp-block-button__link:hover {
    font-weight: 700 !important;
}

.hover-red .wp-block-button__link:hover {
  // 버튼 호버 스타일
}

/*  중앙정렬 */
.wp-block-image {
text-align:center;
}

/* Hide featured image in GeneratePress 특성이미지 */

.single .inside-article>.featured-image {
    display: none;
}




/* GeneratePress 테마의 Read More 문구를 버튼으로 표시하기 */
a.read-more {
    background-color: #4f4f4f;
    color: white;
    padding: 3px 15px;
    text-decoration: none;
   
    transition: background-color 0.3s ease;
    max-width: 120px;
    margin-top: 15px;
	text-align:center;
}

a.read-more:hover {
    background-color: darkgray;
}

