/* GeneratePress Site CSS */ .auto-width.gb-query-loop-wrapper {
    flex: 1;
}
@media (min-width: 768px) {
.sticky-container > .gb-inside-container,.sticky-container {
    position: sticky;
    top: 110px;
}
#right-sidebar .inside-right-sidebar {
    height: 100%;
}
}
select#wp-block-categories-1 {
    width: 100%;
} /* End GeneratePress Site CSS */
 /* grey line under navigation */
.site-header {
	border-bottom: 1px solid #dddddd;
}

a {
text-decoration: none!important;
}
/* 본문 이미지와 텍스트 사이 간격 */
/* Margin between images and text in WordPress single posts */

.single .wp-block-image {
    margin-bottom: 25px;
}

/* 모든 본문 이미지 가운데 정렬하기 */
/* Center align all images in WordPress */

.single .wp-block-image img {
display: block;
margin: 0 auto;
}

/* 소제목디자인 */

.single .entry-content h2 {
    font-size: 1.3em;
    margin: 1.15em 0 0.6em;
    font-weight: 400;
    position: relative;
    text-shadow: 0 -1pxrgba(0,0,0,.6);
    line-height: 40px;
    border: 1px solid #fff;
    padding: 5px 15px;
    color: #fff;
    border-radius: 0 10px;
    box-shadow: inset 0 0 5px rgb(53 86 129 / 50%);
    background: #1e5799;
    background: -moz-linear-gradient(left,#04619f 74%,#2a2a72);
    background: -webkit-linear-gradient(left,#04619f 74%,#2a2a72);
    background: linear-gradient(to right,#04619f 74%,#2a2a72);
}

.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;

font-size: 1.2em;
font-weight: 700;
}

/* 워드프레스 제너레이트 테마 링크 스타일 */

.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: 10px !important;
