/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 28 2025 | 06:57:26 */
.vk_post-btn-display .vk_post_btnOuter{bottom:-25px;}
.vk_post-btn-display.media .vk_post_btnOuter{width:70%; right:0px;}
.vk_post_imgOuter_singleTermLabel{padding:.2em .6em; background:#2589d0;}
.vk_post_title_new{display:none;}
.entry-meta-item-updated{display:none;}
.updated{display:none;}
.entry-meta-item-author{display:none;}
.entry-footer{margin-top:30px;}
.entry-meta-data-list--category dt{background:#2589d0; font-size:0.8rem;}
.entry-meta-data-list--category dd{font-size:0.8rem;}
#breadcrumb{font-size:0.8rem; padding:6px 0px; letter-spacing:1px;}

.entry h2 {
    position: relative;
    padding: .3em 0 .2em 1em;
	border-top:none;
    border-bottom: 3px solid #2589d0;
    color: #333333;
    margin-bottom:15px;
}

.entry h2::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #2589d0;
    content: '';
}

.entry h2::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #2589d0;
    content: '';
}


.qna_title {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #2589d0;
    color: #333333;
	margin-top:0px;
	font-size:1.5rem;
	background:none;
}

.qna_title::before,
.qna_title::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.qna_title::before {
    background-color: #2589d0;
}

.qna_title::after {
    bottom: -11px;
    background-color: #fff;
}
.q {
    margin-bottom: 1em;
    color: #333333;
    font-weight: 800;
}

.q::before,
.a::before {
    margin-right: .4em;
}

.q::before {
    content: "Q.";
    color: #2589d0;
}

.a{
    margin: 0 0 2.5em;
    padding: 0em 1.5em 1em;
    color: #333333;
    border-bottom: 2px solid #d6dde3;
}

.a::before {
    content: "A.";
    color: #ff8d8d;
}