/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
.schpageWarp {
    margin: 0 auto 20px;
}
.sch-resProp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sch-resProp::before {
    content: '연관검색어 : ';
    margin-right: 5px;
    color: #767676;
}
.sch-resProp > a {
    margin: 0 0.7em 0 0;
    color: #1a0dab;
}
.sch-resProp > a:hover {text-decoration: underline;}
.sch-resProp > a:not(:last-child)::after{content: ',';}

.sch-resDirt {}
.dirBox1 {
    display: flex;
    align-items: center;
    margin-bottom: 0.4em;
    flex-wrap: wrap;
    gap: 0;
}
.dirBox1 .tit-drt {
    text-decoration: underline;
    font-weight: 600;
}
.dirBox1 .stit-drt {
    font-size: 14px;
    font-weight: 300;
    color: #3a7c45;
    text-decoration: none;
    margin: 0 10px 0 7px;
}
.dirBox1 .btn-drt {
    padding: 4px 10px;
    background-color: coral;
    color: #fff;
    font-size: 0.95em;
    transition: background-color 0.3s;
    vertical-align: middle;
}
.dirBox1 .btn-drt:hover {background-color: #1a0dab;}
.sch-resDirt, .sch-resProp, .sch-resBox {
    padding: 20px 3px;
    border-bottom: 1px solid rgba(0,0,0,0.13);
    box-sizing: border-box;
}
.tit-srBox {
    font-size: 1.15em;
    font-weight: 550;
    padding: 0 0 17px;
}
.elem-svb {
    display: flex;
    margin: 0 auto 25px;
}
.elem-svb .thum-svc {}
.elem-svb .thum-svc img {
    width: 90px; min-height: 90px; 
    border: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 7px;
}
.elem-svb .cont-svc {flex: 1;}
.cont-svc .tit-sve, .cont-svc .desc-sve {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3.0em;
    overflow: hidden;    
}
.cont-svc .tit-sve, .dirBox1 .tit-drt{
    font-size: 1.1em;
    color: #1a0dab;
}
.cont-svc .tit-sve {
    margin: -0.2em 0 0.184em;
    font-weight: 550;
}
.cont-svc .desc-sve {margin-bottom: 0.15em;}
.cont-svc .addin-sve {
    font-size: 0.91em;
    color: #888888;
}
.addin-sve .bsve1 {}
.addin-sve .bsve3 {
    position: relative;
    margin-left: 0.6em;
    vertical-align:baseline;
}
.addin-sve .bsve3::before {
    content: '';
    display: block;
    width: 1px; height: 60%;
    position: absolute; top: 50%;  transform:translateY(-50%); left: -0.4em;
    background-color: rgba(0,0,0,0.4);
}
.addin-sve .bsve4 {}

.moretBtn {
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.moretBtn > a {color: #1a0dab; text-decoration: underline;}

@media screen and (max-width:768px) {
    .cont-svc .tit-sve, .cont-svc .desc-sve {line-height: 1.4em;}    
    .elem-svb {margin: 0 auto 28px;}
    .elem-svb .thum-svc img {
        width: 85px; min-height: 85px; 
    }
    .cont-svc .tit-sve, .dirBox1 .tit-drt{
        font-size: 1.07em;
    }
    .cont-svc .tit-sve {
        margin: -4px 0 0.184em;
        font-weight: 550;
    }
    .cont-svc .desc-sve {
        font-size: 0.95em;
    }
    /* 모바일에서 버튼이 줄바꿈될 때 상단 마진 */
    .dirBox1 {
        row-gap: 5px;
    }
    .dirBox1 .btn-drt {
        align-self: flex-start;
    }
}
