#total-search-wrap {
    padding:8rem 0;
}

#total-search-wrap h2.total-search-tit {
    font-size:4rem;
    text-align: center;
    font-weight:bold;
    color:#333;
    margin-bottom:2rem;
}

#total-search-wrap .total-search-result {
}

#total-search-wrap .total-search-result .result-info {
    text-align: center;
    font-size:2.4rem;
    padding:4.5rem 0;
    color:#222;
}

#total-search-wrap .total-search-result .result-info span {
    font-weight:bold;
    color:#2b5bca;
}

#total-search-wrap .total-search-tab ul {
    display:flex;
    align-items: center;
}

#total-search-wrap .total-search-tab ul li {
    flex:1;
    position:relative;
}

#total-search-wrap .total-search-tab ul li::after {
    content:"";
    display:block;
    width:0.1rem;
    height:2rem;
    background-color:#d7d7d7;
    position:absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    z-index:0;
}

#total-search-wrap .total-search-tab ul li:last-child::after {
    display:none;
}

#total-search-wrap .total-search-tab ul li a {
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width:100%;
    height:6.6rem;
    box-sizing: border-box;
    border-top:1px solid #d7d7d7;
    border-bottom:1px solid #d7d7d7;
    gap:0.2rem;
    color:#222;
    position:relative;
    transition: all 0.5s;
}

#total-search-wrap .total-search-tab ul li a > span {
    position:relative;
    z-index:1;
    font-size:2rem;
    font-weight:bold;
    color:#222;
    transition: all 0.5s;
}

#total-search-wrap .total-search-tab ul li a > span span.sm {
    font-size:1.8rem;
    letter-spacing: -0.03em;
    transition: all 0.5s;
}

#total-search-wrap .total-search-tab ul li:nth-child(1) a {
    border-left:1px solid #d7d7d7;
    border-radius:0.6rem 0 0 0.6rem
}

#total-search-wrap .total-search-tab ul li:nth-child(4) a{
    border-right:1px solid #d7d7d7;
    border-radius: 0 0.6rem 0.6rem 0;
}

#total-search-wrap .total-search-tab ul li.on a::before,
#total-search-wrap .total-search-tab ul li a:hover::before {
    content:"";
    display:block;
    width:calc(100% + 2px);
    height:calc(100% + 2px);
    position:absolute;
    left:-1px;
    top:-1px;
    background-color:#223978;
    border-radius:0.6rem;
    z-index:1;
}

#total-search-wrap .total-search-tab ul li.on a > span,
#total-search-wrap .total-search-tab ul li a:hover > span {
    color:#fff;
}

#total-search-wrap .total-search-tab ul li.on a > span span.sm em,
#total-search-wrap .total-search-tab ul li a:hover > span span.sm em {
    font-weight:bold;
}

#total-search-wrap .total-search-list {
    padding:4.5rem 0;
}

#total-search-wrap .total-search-list .list-top {
    display:flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom:2rem;
    border-bottom:1px solid #000;
}

#total-search-wrap .total-search-list .tit strong {
    font-size:2.8rem;
    color:#222;
    letter-spacing: -0.03em;
}

#total-search-wrap .total-search-list .tit span {
    font-size:2rem;
}

#total-search-wrap .total-search-list .tit span em {
    color:#2b5bca;
}

#total-search-wrap .total-search-list .right .more {
    display:flex;
    align-items: center;
    color:#222;
    font-size:1.8rem;
    gap:0.8rem;
}

#total-search-wrap .total-search-list .right .more::after {
    content:"";
    display:block;
    width:2.6rem;
    height:2.6rem;
    background-color:#fafafa;
    border:1px solid #d7d7d7;
    box-sizing: border-box;
    border-radius:50%;
    background-image:url(../images/more_arrow.png);
    background-size:0.6rem;
    background-repeat:no-repeat;
    background-position:center;
}

#total-search-wrap .total-search-list .keyword {
    color:#2b5bca !important;
    font-weight:bold !important;
}

#total-search-wrap .total-search-list .loc-info ul {
    display:flex;
    align-items: center;
}

#total-search-wrap .total-search-list .loc-info ul li {
    position:relative;
    margin-right:1.5rem;
    padding-right:1.5rem;
    font-size:1.8rem;
    color:#333;
    font-weight:500;
}

#total-search-wrap .total-search-list .loc-info ul li:last-child {
    margin-right:0;
    padding-right:0;
}

#total-search-wrap .total-search-list .loc-info ul li.home span {
    font-size:0;
    text-indent:-99999999em;
    display:block;
    width:1.6rem;
    height:1.6rem;
    background-image:url(../images/loc_home.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
}

#total-search-wrap .total-search-list .loc-info ul li::after {
    content:"";
    display:block;
    width:0.7rem;
    height:1.2rem;
    background-image:url(../images/loc_arrow.png);
    background-repeat:no-repeat;
    background-size:100%;
    position:absolute;
    right:-0.35rem;
    top:50%;
    transform: translateY(-50%);
}

#total-search-wrap .total-search-list .loc-info ul li:last-child::after {
    display:none;
}

#total-search-wrap .total-search-list .loc-info ul li a {
    color:#333;
    border-bottom:1px solid #333;
    font-weight:500;
}

#total-search-wrap .total-search-list .loc-info ul li a.keyword {
    border-bottom:1px solid #2b5bca;
}

/* 검색결과 게시물 */
.post-list > ul > li {
    padding:5rem 0 2.5rem 0;
    border-bottom:1px solid #d9d9d9;
}

.post-list > ul > li .p-info {
    display:flex;
    gap:3.5rem;
    margin-bottom:2rem;
    align-items: center;
}

.post-list > ul > li .p-info .thumb {
    width:22rem;
    position:relative;
}

.post-list > ul > li .p-info .thumb .imgwrap a {
    width:100%;
    height:0;
    padding-top:calc(140 / 220 * 100%);
    position:relative;
    border-radius:0.6rem;
    overflow: hidden;
}

.post-list > ul > li .p-info .thumb .imgwrap a {
    display:block;
    width:100%;
    height:100%;
}

.post-list > ul > li .p-info .thumb .imgwrap img {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.post-list > ul > li .p-info .txt a.subj {
    font-size:2.2rem;
    letter-spacing: -0.03em;
    color:#222;
    font-weight:bold;
    display:block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.post-list > ul > li .p-info .txt a.subj:hover {
    text-decoration: underline;
}

.post-list > ul > li .p-info .thumb  + .txt {
    width:calc(100% - 25.5rem)
}

.post-list > ul > li .p-info .txt {
    width:100%;
}
    
.post-list > ul > li .p-info .txt p.con {
    font-size:1.8rem;
    color:#555;
    letter-spacing: -0.03em;
    line-height:1.7;
    margin:1rem 0 2rem 0;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-list > ul > li .p-info .txt .w-info ul {
    display:flex;
}

.post-list > ul > li .p-info .txt .w-info ul li {
    position:relative;
    padding-right:1rem;
    margin-right:1rem;
    font-size:1.8rem;
    color:#555;
}

.post-list > ul > li .p-info .txt .w-info ul li:last-child {
    margin-right:0;
    padding-right:0;
}

.post-list > ul > li .p-info .txt .w-info ul li::after {
    content:"";
    display:block;
    width:0.2rem;
    height:1.2rem;
    background-color:rgb(118,118,118,0.5);
    position:absolute;
    top:50%;
    right:-0.1rem;
    transform: translateY(-50%);
}

.post-list > ul > li .p-info .txt .w-info ul li:last-child::after {
    display:none;
}

/* 검색결과 메뉴*/
.menu-list > ul > li {
    padding:2.5rem 0;
    border-bottom:1px solid #d9d9d9;
}

/*검색결과 첨부파일*/
.attachment-list > ul > li {
    padding:2.5rem 0;
    border-bottom:1px solid #d9d9d9;
}

.attachment-list > ul > li  .attachment-info .file-info {
    display:flex;
    align-items: center;
    gap:0.8rem;
    flex-wrap:wrap;
}

.attachment-list > ul > li  .attachment-info .file-info .file-name {
    font-weight:bold;
    font-size:2rem;
    color:#333;
}

.attachment-list > ul > li  .attachment-info .file-info .file-size {
    letter-spacing: -0.03em;
    font-size:1.8rem;
    color:#333;
}

.attachment-list > ul > li  .attachment-info .file-info::before {
    content:"";
    display:block;
    width:1.9rem;
    height:2rem;
    background-image:url(../images/file_down.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
}

.attachment-list > ul > li  .attachment-info .w-info {
    margin-top:1rem;
}

.attachment-list > ul > li  .attachment-info .w-info ul {
    display:flex;
}

.attachment-list > ul > li  .attachment-info .w-info ul li {
    position:relative;
    padding-right:1rem;
    margin-right:1rem;
    font-size:1.8rem;
    color:#555;
}

.attachment-list > ul > li  .attachment-info .w-info ul li:last-child {
    margin-right:0;
    padding-right:0;
}

.attachment-list > ul > li  .attachment-info .w-info ul li::after {
    content:"";
    display:block;
    width:0.2rem;
    height:1.2rem;
    background-color:rgb(118,118,118,0.5);
    position:absolute;
    top:50%;
    right:-0.1rem;
    transform: translateY(-50%);
}

.attachment-list > ul > li  .attachment-info .w-info ul li:last-child::after {
    display:none;
}

@media (max-width: 1600px) {
}

@media (max-width: 1480px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 960px) {
}

@media (max-width: 768px) {
    #total-search-wrap {
        padding:5rem 0;
    }
}

@media (max-width: 640px) {

    #total-search-wrap .total-search-tab ul {
        flex-wrap:wrap;
    }

    #total-search-wrap .total-search-tab ul li {
        flex: 0 0 50%;
    }

    #total-search-wrap .total-search-tab ul li:nth-child(1) a,
    #total-search-wrap .total-search-tab ul li:nth-child(2) a {
        border-bottom:0;
    }
    
    #total-search-wrap .total-search-tab ul li:nth-child(2n)::after {
        display:none;
    }
    
    #total-search-wrap .total-search-tab ul li:nth-child(3) a,
    #total-search-wrap .total-search-tab ul li:nth-child(4) a {
        border-top:0;
    }

    #total-search-wrap .total-search-tab ul li:nth-child(1) a {
        border-radius:0.6rem 0 0 0;
    }

    #total-search-wrap .total-search-tab ul li:nth-child(2) a {
        border-right:1px solid #d7d7d7;
        border-radius:0 0.6rem 0 0;
    }

    #total-search-wrap .total-search-tab ul li:nth-child(3) a {
        border-left:1px solid #d7d7d7;
        border-radius:0 0 0 0.6rem;
    }

    #total-search-wrap .total-search-tab ul li:nth-child(4) a {
        border-radius:0 0 0.6rem 0;
    }

    .post-list > ul > li .p-info {
        flex-wrap:wrap;
        gap:1.5rem;
    }

    .post-list > ul > li .p-info .thumb + .txt {
        width:100%;
    }
}