/*
 Theme Name:   Engic Child
 Theme URI:    https://themeforest.net/user/euthemians
 Description:  Engic Child Theme
 Version:      2.3.11
 Author:       Euthemians Team
 Author URI:   https://euthemians.com
 Template:     engic
*/

/* 코드 프로 */
div.wp-block-kevinbatdorf-code-block-pro { margin-bottom: 26px; }

/* 위젯 */
#eut-main-content #eut-sidebar.eut-white-box {
    background-color: rgb(245, 245, 220, .3);
    background-image: url(images/cat_base.png);
    background-repeat:no-repeat;
    background-size:cover;
}
#eut-sidebar .wp-block-heading.has-text-align-left {
    margin-left: 7px;
}
#eut-sidebar li {
    font-family: "Yanone Kaffeesatz";
    font-size: 1.3em;
    margin-left: .7em;
    color: #bba887;
}
h5.wp-block-heading {
    margin: 7px 0
}

.wp-element-button {
    word-break: keep-all;
}

/* 카테고리 헤더 */
.archive.category #eut-page-title.eut-blog-title {
    background-image: url(images/cat_base.png);
    background-repeat:no-repeat;
    /*background-size:cover;*/
}

/* 카테고리 리스트 */

/* 본문 */
p { margin-bottom: 16px; }
ul, ol {
	line-height: 26px;
	margin-bottom: 16px;
}
#eut-tags-categories .eut-categories .history.back {
    margin: 8px;
    font-size: 12px;
    font-weight: 600;
}
#eut-tags-categories .eut-categories .history.back a:hover {
    color: #bba887;
}

/* 스마트폰 화면 */
@media (max-width: 1024px) {

}