@charset "utf-8";

/* search ���������� ���� ���� ���� */
.sub_text.search {margin-bottom: 0;}
.sub_text.search h1 { font-size: 42px; font-weight: bold; }

.search-box { border:1px solid #ddd; background:#fafafa; padding:20px 15px 3px; margin-bottom:15px; }
.sch_word { color:orangered; }
.search-none-box {display: flex; align-content: center; justify-content: center; padding-top: 110px; border-top: 1px solid #ebebeb; width: 100vw; left: 50%; right:50%; position:relative; margin-left:-50vw; margin-right:-50vw;} 
.search-none { padding-bottom: 80px; padding: 0 20px 80px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center;  font-size: 24px; font-weight: 600; color:#0c0c0c; margin-top: 30px; }
.search-none > span { font-size: 17px; font-weight: 400; color:#999999; margin-top: 20px; }
.search-media { padding-bottom:10px; }
.search-media .photo i { border-radius:50%; background: rgb(245, 245, 245); padding: 15px; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }



.search-media :first-child.media { margin-top:0px; padding-top:0px; }
.search-media :last-child.media { border-bottom:0px; }
.search-media .media-heading { padding:0; margin:0px; line-height: 22px; }
.search-media .media .media-body { padding-left:0px; }
.search-media .media .media-info { line-height:23px; padding:4px 0px; }
.search-media .media .media-info .sp { display:inline-block; width:20px; text-align:center; font-size:11px; color:#888; }
.search-media .media .media-content {  }
.search-media .media .media-content p { margin:0px; padding:0px; }

.search-media .tack-icon {
    border-radius: 5px;
    font-family: 'Pretendard';
    padding: 6px 13px;
    line-height: 12px;
	background-color: #e5f1ff;
	color: #006640;
	font-size: 14px;
	font-weight:600;
	margin-right: 10px;
}

/* ��� �˻�â */
.container_fix.search_top {
    margin-bottom: 60px;
}
.container_fix.search_top .form {
    width: 550px;
    margin: 0 auto;
    position: relative;
}
.container_fix.search_top input{
    width: 100%;
    height: 66px;
    border-radius: 32.5px !important;
    border: none;
    background-color: #f5f5f5;
    font-size: 19px;
    color: #5d5d5d;
    font-weight: 300;
    padding: 23px;
    position: relative;
    box-shadow: none;
}

.container_fix.search_top input::placeholder {
    color:#999999;
}
.container_fix.search_top button {
    display: block;
    position: absolute;
    background: none;
    outline: none;
    border: 0;
    top: 17px;
    right: 0;
    z-index: 12;
}
.container_fix.search_top button:focus {
    outline: none;
    box-shadow: none;
}

.search_title { font-size: 24px; color: #5d5d5d; text-align: center; margin-bottom: 100px; }

.search_title .all_color { color: #006640; font-weight: 600;}

/* �˻� �Խ��� �޴� */
.at-body.search .row.search_menu {
    border-bottom: 1px solid #ebebeb;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
	padding-bottom: 3px;
}

.at-body.search .row.search_menu .swiper-wrapper {

}

.at-body.search .row.search_menu .col-sm-3 {
    width: auto;
}

.at-body.search .row.search_menu .col-sm-3 .form-group {
    margin-bottom: 0;
}


.at-body.search .row.search_menu .btn {
    font-size: 20px;
    color: #999999;
    line-height: 32px;
    border: none;
    margin: 0 auto;
    box-shadow: none !important;
}

.at-body.search .row.search_menu .btn.active::before {
    content: '';
    position: absolute;
    bottom: -11%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #0c0c0c;
    border-radius: 2px;
}

.at-body.search .row.search_menu .col-sm-3 .btn:hover {
    background-color: #f5f5f5;
    border-radius: 6px !important;
    border-bottom: none;
}

.at-body.search .row.search_menu .btn.btn-black {
    font-weight: bold;
    background-color: white;
    color: #0c0c0c !important;
    position: relative;
}




/* �˻� ���� Ŀ���� */
.at-body.search .div-title-wrap {
    margin-top: 100px;
}

.at-body.search .div-title-wrap .div-title {
    display: flex;
    justify-content: space-between;
}

.at-body.search .div-title-wrap .div-title .div-title-name {
    font-size: 32px;
    font-weight: bold;
    color:#0c0c0c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.at-body.search .plus_box {
    width: 145px;
    height: 40px;
    border-radius: 20px;
    border:1px solid #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.at-body.search .plus_box:hover {
    background-color: #006640;
    border: 1px solid #006640;
}

.at-body.search .plus_box:hover > p {
    color: white;
}

.at-body.search .plus_box:hover > img {
    filter: brightness(0) invert(1);
}

.at-body.search .plus_box > p {
    font-size: 15px;
    color: #5d5d5d;
    font-weight: 400;
}

.at-body.search .div-title-wrap .div-title > a > span {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border-radius: 12px;
    background-color: #006640;
    color: white;
    font-size: 17px;
    font-weight: 600;
    margin-top: 2px;
	padding: 0 10px;
}

/* basic ����Ʈ */
.at-body.search .search-media .media.basic:first-of-type {
    border-top: 1px solid #e1e1e1;
}
.at-body.search .search-media .media.basic {
    border-bottom: 1px solid #e1e1e1;
}


.at-body.search .search-media .media.basic {
    cursor: pointer;
    margin-top: 0;
}

.at-body.search .search-media .media.basic a {
    padding: 25px 20px 25px 60px;
    display: block;
}


.at-body.search .search-media .media.basic .media-body {
    
}

.at-body.search .search-media .media.basic .media-body .media-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.at-body.search .search-media .media.basic .media-body .media-info .basic_title {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    max-width: 70%;

}

.at-body.search .search-media .media.basic .media-body .media-info b {
    font-weight: 500;
}

.at-body.search .search-media .media.basic .media-body .media-info .sch_word {
	color: #999999;
}

.at-body.search .search-media .media.basic .media-body .media-info time {
    font-size: 15px;
    color: #999999;
    font-weight: 400;
}

/* ȣ�� �� */
.at-body.search .search-media .media.basic:hover {
    background-color: #fcfcfc;
}

.at-body.search .search-media .media.basic:hover .media-body .media-info b {
    color: #0c0c0c;
}

/* gallery ����Ʈ */
.at-body.search .search-media.gallery-mode {
    display: flex;
    align-items: center;
    gap: 30px;
}

.at-body.search .search-media .media.gallery {
    cursor: pointer;
    width: calc((100% - 90px)/4);
    height: 360px;
    border-radius: 17px;
    background-color: #f5f5f5;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

.at-body.search .search-media .media.gallery:hover {
    background-color: #e8e8e8;
}

.at-body.search .search-media .media.gallery .media-head {
    width: 100%;
    height: 205px;
    border-radius:17px;
    overflow: hidden;
}

.at-body.search .search-media .media.gallery .media-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.at-body.search .search-media .media.gallery .media-body {
    flex: 1 1 auto;
    padding: 20px;
}

.at-body.search .search-media .media.gallery .media-body .media_news {
    width: 53px;
    height: 22px;
    border-radius: 11px;
    background-color: #adadad;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.at-body.search .search-media .media.gallery .media-body .gallery_title {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #0c0c0c;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;          /* �ִ� 2�ٸ� ������ */
    -webkit-box-orient: vertical;            /* ��ġ�� ���� ���� */
    word-break: break-word;  
}

.at-body.search .search-media .media.gallery .media-footer {
    margin-top: auto; 
    padding: 20px;
    padding-top: 0;
}

.at-body.search .search-media .media.gallery .media-footer .gallery_time {
    font-size: 14px;
    color: #999999;
}

/* webzine ����Ʈ */
.at-body.search .search-media .media.webzine {
    cursor: pointer;
    width: 100%;
    height: 260px;
    border-radius: 20px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    display: flex;
    gap: 40px;
    padding: 25px;
}

.at-body.search .search-media .media.webzine .media-head {
    min-width: 280px;
    height: 100%;
    border-radius:15px;
    overflow: hidden;
}

.at-body.search .search-media .media.webzine .media-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.at-body.search .search-media .media.webzine .media-body {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.at-body.search .search-media .media.webzine .media-body .media-content {
    height: 100%;
}

.at-body.search .search-media .media.webzine .media-body .media-content .webzine_title {
    font-size: 22px;
    font-weight: 700;
    color:#0c0c0c;
}

.at-body.search .search-media .media.webzine .media-body .media-content .text-muted {
    font-size: 16px;
    line-height: 26px;
    color:#5d5d5d;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 580px;
}

.at-body.search .search-media .media.webzine .media-body .media-footer {
    margin-top: 0;
    font-size: 15px;
    color: #999999;
    display: flex;
}

.at-body.search .search-media .media.webzine .media-body .media-footer p {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.at-body.search .search-media .media.webzine .media-body .media-footer p:first-child {
    padding-left: 0;
}

.at-body.search .search-media .media.webzine .media-body .media-footer p:last-child {
    padding-right: 0;
}

.at-body.search .search-media .media.webzine .media-body .media-footer p::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #999999;
}

.at-body.search .search-media .media.webzine .media-body .media-footer p:last-child::after {
    display: none;
}

@media (max-width:991px) { 
	.sub_text.search h1 {
		font-size: 24px;
		font-weight: bold; 
	}
	.search-none {
		padding-bottom: 80px;
		padding: 0 20px 40px 20px; 
		font-size: 20px; 
		font-weight: 600; 
		color:#0c0c0c; 
		margin-top: 25px; 
	}
	
	.search-none > span { font-size: 14.5px;  margin-top: 14px; }
	
    .search-none-box {
        padding-top: 90px;
    }

	.search-none-box img {
		width: 10%;
	}
	
    /* ��� �˻�â */
    .container_fix.search_top {
        margin-bottom: 35px;
    }
    .container_fix.search_top .form {
        width: 260px;
    }
    .container_fix.search_top input{
        width: 100%;
        height: 37.5px;
        border-radius: 32px !important;
        font-size: 13px;
    }
    
    .container_fix.search_top input::placeholder {
        color:#999999;
    }
    .container_fix.search_top button {
        top: 5px;
		right: -13px;
    }
	
	.container_fix.search_top img {
		width: 60%;
	}
	
    .search_title { 
        font-size: 14.5px; 
        margin-bottom: 50px; 
    }

    .search_title .all_color {
        color: #006640; font-weight: 600;
     }
     
    /* �˻� �Խ��� �޴� */
    .at-body.search .row.search_menu .btn {
        font-size: 14px;
		line-height: 23px;
		font-weight: 500;
    }
	
	.at-body.search .row.search_menu .btn.active::before {
		content: '';
		height: 1px;

		}
    .at-body.search .row.search_menu .col-sm-3 {
        padding-right: 0;
        padding-left: 0;
    }
    
    .at-body.search .row.search_menu .col-sm-3 .btn:hover {
        border-radius: 5px !important;
    }
    
    .at-body.search .div-title-wrap {
        margin-top : 48px;
    }

    .at-body.search .div-title-wrap .div-title .div-title-name {
        font-size: 18px;
        gap: 6px;
    }

    .at-body.search .div-title-wrap .div-title > a > span {
        line-height: 16px;
        border-radius: 8px;
        font-size: 11px;
		margin-top: 0;
		padding: 0 8px;
    }
    

    .at-body.search .div-footer {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 35px;
    }
	
	.at-body.search .plus_box {
		width: 140px;
		height: 42px;
		border-radius: 21px;
		border: 1px solid #ebebeb;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
	}
	
	.at-body.search .plus_box img {
		width: 11%;
	
	}
    
    .at-body.search .plus_box > p {
        font-size: 13px;
        color: #5d5d5d;
        font-weight: 500;
    }
    

    /* basic ����Ʈ */

    .at-body.search .search-media .media.basic {
        cursor: pointer;
        margin-top: 0;
        border-bottom: 1px solid #ebebeb;
    }
    .at-body.search .search-media .media.basic:first-of-type {
        border-top: 1px solid #ebebeb;
    }

    .at-body.search .search-media .media.basic a{ 
        padding: 22px 0 22px 0;
    }


    .at-body.search .search-media .media.basic .media-body .media-info .basic_title {
        font-size: 13px;
        font-weight: 500;
        color: #999999;
        max-width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
		/* 댓글 스티커 */
		.search-media .tack-icon {
			border-radius: 3px;
			font-family: 'Pretendard';
			padding: 5px 10px;
			line-height: 12px;
			background-color: #e5f1ff;
			color: #006640;
			font-size: 12px;
			font-weight:600;
			margin-right: 5px;
	
	}


    .at-body.search .search-media .media.basic .media-body .media-info time {
        font-size: 12px;
        color: #999999;
        font-weight: 400;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .at-body.search .search-media .media.basic .media-body .media-info time > div {
        margin-left: 15px;
    }

    .at-body.search .search-media .media.basic .media-body .media-info time > div > img {
        width: 30px;
    }

    /* gallery ����Ʈ */
    .at-body.search .search-media.gallery-mode {
        flex-wrap: wrap;
        gap: 10px;
    }
    .at-body.search .search-media .media.gallery {
        width: calc((100% - 10px) / 2);
        height: 247px;
        border-radius: 10px;
    }
    .at-body.search .search-media .media.gallery .media-head {
        height : 116px;
        border-radius : 10px;
    }
    .at-body.search .search-media .media.gallery .media-body .media_news {
        width: 44px;
        height: 16px;
        border-radius: 8px;
        font-size: 10px;
    }
    .at-body.search .search-media .media.gallery .media-body .gallery_title {
        font-size : 13px;
        margin-top : 13px;
    }
    .at-body.search .search-media .media.gallery .media-footer .gallery_time {
        font-size : 12px;
    }

    /* webzine ����Ʈ */
    .at-body.search .search-media .media.webzine {
        height: 160px;
        border-radius: 10px;
        margin-bottom: 15px;
        gap: 15px;
        padding: 15px;
    }

    .at-body.search .search-media .media.webzine .media-head {
        min-width: 110px;
        width: 40%;
        height: 100%;
        border-radius:7px;
    }


    .at-body.search .search-media .media.webzine .media-body {
        padding: 10px 0;
        width: 60%;
    }

    .at-body.search .search-media .media.webzine .media-body .media-content .webzine_title {
        font-size: 13px;
    }

    .at-body.search .search-media .media.webzine .media-body .media-content .text-muted {
        font-size: 11px;
        line-height: 17px;
        color:#5d5d5d;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
    }

 

    

}


/* search browse */
.search_browse_container {
    width: 100%;
    height: 100%;
    padding: 60px 0;
}

/* search AND, OR 선택 박스 */
.search_browse_container .search_browse_container_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
}

/* 검색 조건 선택 박스 */
.search_browse_container .operator_container {
    width: 120px;
    flex-shrink: 0;
}

.search_browse_container .title_container {
    width: 200px;
    flex-shrink: 0;
}

.search_browse_container .operator_container select,
.search_browse_container .title_container select {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border-radius: 25px;
    background-color: #f5f5f5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding: 14px 36px 14px 18px;
    cursor: pointer;
}

/* 검색어 입력 박스 */
.search_browse_container .search_container {
    width: 100%;
}

.search_browse_container .search_container input {
    padding: 14px 36px 14px 18px;
    border-radius: 25px;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    width: 100%;
}

/* 검색어 추가, 삭제 버튼 */
.search_browse_container .row_buttons_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    width: 115px;
    flex-shrink: 0;
}

.search_browse_container .row_buttons_container button {
    border-radius: 50%;
    border: none;
    outline: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.search_browse_container .row_buttons_container button.remove_btn {
    background-color: #acacac;
}

.search_browse_container .row_buttons_container button.add_btn {
    background-color: #000000;
}

.search_browse_container .row_buttons_container button.remove_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.search_browse_container .row_buttons_container button.add_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.search_browse_container .row_buttons_container button.add_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 20px;
    background-color: #ffffff;
}

/* 검색 안내 내용 */
.search_browse_container .search_browse_info {
    margin: 0 0 60px 0;
}

.search_browse_container .search_browse_info p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    word-break: keep-all;
}

/* 검색 버튼 */
.search_browse_container .search_btn_container {
    text-align: center;
}

.search_browse_container .search_btn_container button {
    padding: 14px 18px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #006640;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    width: 150px;
}

.search_browse_container .search_btn_container button span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.search_browse_container .search_btn_container button div {
    width: 15px;
    height: 15px;
    position: relative;
}

.search_browse_container .search_btn_container button .circle {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

.search_browse_container .search_btn_container button .line {
    width: 2px;
    height: 6px;
    background: #fff;
    position: absolute;
    right: 3px;
    bottom: 0;
    transform: rotate(-45deg);
}

@media (max-width:991px) {
    /* search browse */
    .search_browse_container {
        padding: 60px 0;
    }

    /* search AND, OR 선택 박스 */
    .search_browse_container .search_browse_container_inner {
        gap: 5px;
        margin-bottom: 10px;
    }

    /* 검색 조건 선택 박스 */
    .search_browse_container .operator_container {
        width: 50px;
    }

    .search_browse_container .title_container {
        width: 90px;
    }

    .search_browse_container .operator_container select,
    .search_browse_container .title_container select {
        font-size: 10px;
        border-radius: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='3.5' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
        background-position: right 10px center;
        padding: 10px 20px 10px 10px;
    }

    /* 검색어 입력 박스 */
    .search_browse_container .search_container input {
        padding: 10px 20px 10px 10px;
        border-radius: 15px;
        font-size: 10px;
    }

    /* 검색어 추가, 삭제 버튼 */
    .search_browse_container .row_buttons_container {
        gap: 5px;
        width: 65px;
    }

    .search_browse_container .row_buttons_container button {
        width: 30px;
        height: 30px;
    }

    .search_browse_container .row_buttons_container button.remove_btn::before {
        width: 10px;
        height: 1px;
    }

    .search_browse_container .row_buttons_container button.add_btn::before {
        width: 10px;
        height: 1px;
    }

    .search_browse_container .row_buttons_container button.add_btn::after {
        width: 1px;
        height: 10px;
    }

    /* 검색 안내 내용 */
    .search_browse_container .search_browse_info {
        margin: 0 0 45px 0;
    }

    .search_browse_container .search_browse_info p {
        font-size: 12px;
    }

    /* 검색 버튼 */
    .search_browse_container .search_btn_container button {
        padding: 10px;
        border-radius: 15px;
        gap: 5px;
        width: 100px;
    }

    .search_browse_container .search_btn_container button span {
        font-size: 11px;
    }

    .search_browse_container .search_btn_container button div {
        width: 10px;
        height: 10px;
    }

    .search_browse_container .search_btn_container button .circle {
        width: 8px;
        height: 8px;
    }

    .search_browse_container .search_btn_container button .line {
        width: 1px;
        height: 4px;
    }
}

/* 저자명 상세 리스트 커스텀 */
.search-browse-results .list-row {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 28px 25px;
    margin-bottom: 30px;
}

.search-browse-results .list-row:hover {
    background-color: #f5f5f5;
}

/* 썸네일 */
.search-browse-results .list-row .author-thumb-wrap {
    width: 280px;
    height: 205px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
}

.search-browse-results .list-row .author-thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.search-browse-results .list-row:hover .author-thumb-wrap img {
    transform: scale(1.1);
}

/* 타이틀, 정보 */
.search-browse-results .list-row .author-post-wrap {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

/* 타이틀 */
.search-browse-results .list-row .post-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6em;
    color: #0c0c0c;
    margin-bottom: 35px;
}

/* 정보 */
.search-browse-results .list-row .post-info-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 10px;
}

/* 정보 아이템 */
.search-browse-results .list-row .post-info-wrap > div {
    position: relative;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

/* 정보 아이템 구분선 */
.search-browse-results .list-row .post-info-wrap > div:not(:last-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dbdbdb;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

/* 다운로드 */
.search-browse-results .list-row .post-download a {
    background-color: #e1e1e1;
    display: flex;
    align-items: center;
    font-weight: 400;
    border-radius: 5px !important;
    border: none;
    padding: 10px 23px;
    color: #666666;
    font-size: 15px;
    transition: 0.2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    max-width: 100%;
}

.search-browse-results .list-row .post-download a:hover {
    background-color: #006640;
    color: #fff;
}

@media (max-width: 991px) {
    /* 저자명 상세 리스트 커스텀 */
    .search-browse-results .list-row {
        display: block;
        border-radius: 18px;
        padding: 24px;
        margin-bottom: 15px;
    }

    /* 썸네일 */
    .search-browse-results .list-row .author-thumb-wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 280/205;
    }

    /* 타이틀, 정보 */
    .search-browse-results .list-row .author-post-wrap {
        margin-top: 15px;
    }

    /* 타이틀 */
    .search-browse-results .list-row .post-title {
        font-size: 18px;
        line-height: 1.27;
        margin-bottom: 25px;
    }

    /* 정보 아이템 */
    .search-browse-results .list-row .post-info-wrap > div {
        font-size: 13px;
    }

    /* 다운로드 */
    .search-browse-results .list-row .post-download a {
        font-size: 12px;
        padding: 10px 15px;
        border-radius: 15px !important;
        width: auto;
        display: inline-block;
    }
}

/* Browse 검색 조건 커스텀 드롭다운 */
.browse-sfl-select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.browse-sfl-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 14px 18px 14px 18px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    white-space: nowrap;
}
.browse-sfl-select.is-open .browse-sfl-trigger {
    background-color: #fff;
    border-radius: 25px 25px 0 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    clip-path: inset(-20px -20px 0px -20px);
}
.browse-sfl-chevron {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #999;
    border-bottom: 1.5px solid #999;
    transform: rotate(45deg);
    transition: transform 0.2s;
    flex-shrink: 0;
    margin-top: -4px;
}
.browse-sfl-select.is-open .browse-sfl-chevron {
    transform: rotate(-135deg);
    margin-top: 4px;
}
.browse-sfl-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 25px 25px;
    z-index: 200;
    padding: 8px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
    clip-path: inset(0px -20px -20px -20px);
}
.browse-sfl-select.is-open .browse-sfl-dropdown {
    display: block;
}
.browse-sfl-options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.browse-sfl-option {
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    border-radius: 10px;
    margin: 0 8px;
    transition: background 0.15s, color 0.15s;
}
.browse-sfl-option:hover,
.browse-sfl-option.is-active {
    background: #f5f5f5;
    color: #000;
}

@media (max-width: 991px) {
    .browse-sfl-trigger {
        padding: 10px 20px 10px 10px;
        border-radius: 15px;
        font-size: 10px;
    }
    .browse-sfl-select.is-open .browse-sfl-trigger {
        border-radius: 15px 15px 0 0;
    }
    .browse-sfl-dropdown {
        border-radius: 0 0 15px 15px;
    }
    .browse-sfl-option {
        font-size: 10px;
        padding: 8px 10px;
    }
}