.copyright-bar {
	display:none;
}

/* 목차디자인 */
.single .entry-content h2 {
margin: 1.15em 0 0.6em 0;
    font-weight: normal;
    position: relative;
    font-size: 25px;
    line-height: 40px;
    background: #1D809F;
    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 {
margin: 1em 0 .65em;
    font-weight: 600;
    font-family: 'Muli', sans-serif;
    position: relative;
    /*text-shadow: 0 -1px 1px rgba(0,0,0,.4);*/
    font-size: 22px;
    line-height: 40px;
    color: #1D809F;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(53,86,129,.3);
}

/* 글씨강조 */
.single .entry-content strong {
	color:#d63384;
}

/* 링크 */
.single .entry-content a {
	word-break: break-all;
	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 .25x ease-in;
	padding: 2px 0;
}

.single .entry-content a:hover {
	background-size: 100% 100% !important;
	color: #fff !important;
	border-radius: 10px !important;
}

a {
	text-decoration: none;
	text-decoration-line: none;
	text-decoration-style: initial;
	text-decoration-color: initial;
}

a {
	background-color: transparent;
}

/* 사전서식화 */
pre {
	border: 1px solid #fff;
	border-radius: 10px;
}

/* 프론트페이지 */
.entry-header h2 {
	font-weight: 600;
}

.entry-meta time {
	font-size: 0.85em;
}
.byline {
	font-size: 0.85em;
}

.inside-right-sidebar h2 {
	font-weight: 600;
	font-size: 1.2em;
}

.wp-block-latest-posts li {
	font-size: 0.9em;
}

/* 카테고리 */
#block-77 {
	background: #1e73be;
}
#block-77 a {
	color:#fff;
}
#block-77 li {
	border-bottom:1px dashed #82AAE3;
}

/* 서치콘솔 모바일지원 */
.entry-content p {
	font-size: 1.05em;
}

/* 이동 버튼 */
.urlButton {
	 box-shadow:inset 0px 1px 0px 0px #fff6af; 
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%); 
	background-color:#ffec64; 
	border-radius:42px; 
	border:1px solid #ffaa22; 
	display:inline-block; 
	cursor:pointer;
	color:#333333;
	font-family:Arial; font-size:18px;
	font-weight:bold;
	padding:16px 34px; 
	text-decoration:none; 
	text-shadow:0px 1px 0px #ffee66; 
}
 .urlButton:hover {
     background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%); background-color:#ffab23; 
}
.urlButton:active { 
	position:relative; top:1px;
 }