/* 소제목 꾸미기 */
.single .entry-content h2 {

margin: 2em 0 0.6em 0;
font-weight: bold;
position: relative;
font-size: 1.89em;
line-height: 40px;
background: #fcc500;
border: 0px solid #fcc500;
padding: 7px 15px;
color: white;
border-radius: 5px 5px;
box-shadow: inset 0 0 1px rgba(53,86,129, 0.5);
font-family: 'Muli', sans-serif;

}

.single .entry-content h3 {
	
COLOR: #fcc500;
PADDING-BOTTOM: 10px;
TEXT-ALIGN: left;
BORDER-LEFT: #fcc500 5px solid;
padding: 2px 10px;
margin: 2em 0 0.5em 0;
BACKGROUND-COLOR: #FFF;
BORDER-BOTTOM: 0.1em solid #fcc500;
font-size: 1.65em;
font-weight: bold;
	
}

.single .entry-content h4 {
	
COLOR: #fcc500;
PADDING-BOTTOM: 10px;
TEXT-ALIGN: left;
BORDER-LEFT: #fcc500 5px solid;
padding: 2px 10px;
margin: 2em 0 0.5em 0;
BACKGROUND-COLOR: #FFF;
BORDER-BOTTOM: 0.1em solid #fcc500;
font-size: 1.49em;
font-weight: bold;
	
}

.single .entry-content h5 {

margin: 2em 0 0.6em 0;
font-weight: bold;
position: relative;
font-size: 1.39em;
line-height: 40px;
background: #fcc500;
border: 0px solid #fcc500;
padding: 7px 15px;
color: white;
border-radius: 5px 5px;
box-shadow: inset 0 0 1px rgba(53,86,129, 0.5);
font-family: 'Muli', sans-serif;

}

/* 본문글꼴크기 */

p {
	font-size: 1.25em;
	color: #000000;
}

ul {
	font-size: 1.19em;
	color: #000000;
}

/* 썸네일크기 */
 
.wp-post-image {
width: 200px;
height: 112.5px;
object-fit: cover;
object-position: center;
}


/* 링크색상 */

.single .entry-content p:not(.btn-theme):not(.wpml-banner) a, 
.single .entry-content #ftwp-postcontent > ul li a,
.single .entry-content #ftwp-postcontent > ol li a {
word-break: break-all;
color: #3e5898;
transition: color .25s ease-in;
color: #3E5898;
background-repeat: no-repeat;
background-size: 100% 0.2em;
background-position: 0 100%;
background-image: linear-gradient(to right,#00BCD4,#5C6BC0);
transition: all .25s ease-in;
padding: 2px 0;

}


.single .entry-content p:not(.btn-theme):not(.wpml-banner) a:hover,
.single .entry-content #ftwp-postcontent > ul li a:hover,
.single .entry-content #ftwp-postcontent > ol li a:hover {
background-size: 100% 100% !important;
color: #fff !important;
border-radius: 5px !important;
}


.list-article-thumb img {
	
}