@charset "utf-8";


/*=============================
// MAIN
==============================*/

/* 레이아웃 */

.index #main { border-top: 0px}

#main_title {width: 100%; max-width: 1200px;margin: 30px auto;position: relative;font-size: 1rem}

#main {display: flex; gap: 20px; width: 1200px; margin: 20px auto;padding: 6px 0 20px;position: relative;font-size: 1rem}
#main .content {display: flex; flex-direction: column; row-gap: 20px; width: 860px;position: relative}

@media only screen and (max-width: 1200px){
    #main{width:100%;flex-direction:column;margin:0 auto}
    #main .content{display:flex;flex-wrap:wrap;width:100%;box-sizing:border-box;padding:0}
}

@media (max-width:768px){
    #main_title {margin: 10px 0;}

}

/* 뉴스 헤드라인 */

.mnews.unified_news{position:relative}
.mnews.unified_news .slider_wrap{overflow:hidden}
.mnews.unified_news .btn_more { position: absolute; top: 0px; width: 25px; height: 25px; line-height: 25px; text-align: center; background: #2f7d2b; color: #E8FFD7; z-index: 100; font-size: 13px; cursor: pointer; }
.mnews.unified_news .bprev{right:28px}
.mnews.unified_news .bnext{right:0px}
.mnews.unified_news .roll>li .headline_part{border:6px solid #2f7d2b;padding:20px;height:300px;margin-bottom:20px;background:#fff;overflow: hidden}

.mnews.unified_news .headline_part>.list-title{display:block;width:100%;margin-bottom:17px}
.mnews.unified_news .headline_part>.list-title a{display:block;width:92%;font-size:2em;letter-spacing:-0.05em;height:33px;line-height:33px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mnews.unified_news .headline_part .inner_flex{display:flex;justify-content:space-between;gap:20px}
.mnews.unified_news .headline_part .img{position:relative;width:450px;height:245px;overflow:hidden;text-align:center;flex-shrink:0}
.mnews.unified_news .headline_part .img a{display:block;position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);transition:1s}
.mnews.unified_news .headline_part .img a:hover{width:120%}
.mnews.unified_news .headline_part .img img{max-width:100%}
.mnews.unified_news .headline_part .desc{height:250px;overflow:hidden;flex:1;min-width:0}
.mnews.unified_news .headline_part .desc .tit2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1.25em;letter-spacing:-0.05em;color:#222;line-height:1.5em;margin-bottom:35px}
.mnews.unified_news .headline_part .desc .txt{display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden;color:#666;font-size:0.9em;line-height:1.5em;text-align:justify}
.mnews.unified_news .roll>li .list_part{height:510px;width:100%}
.mnews.unified_news .roll>li .list_part ul{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;gap:15px}
.mnews.unified_news .sub_item{width:calc(50% - 7.5px);height:150px}
.mnews.unified_news .sub_item .img{float:left;width:180px;height:105px;margin:10px 10px 0 0;overflow:hidden;border-radius:6px;position:relative;background:#eee}
.mnews.unified_news .sub_item .img a{display:block;width:100%;height:100%}
.mnews.unified_news .sub_item .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.mnews.unified_news .sub_item .img:hover img{transform:scale(1.1)}
.mnews.unified_news .sub_item .list-title a{display:block;font-size:1.35em;height:30px;line-height:30px;overflow:hidden;letter-spacing:-0.05em}
.mnews.unified_news .sub_item .tit2{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:1em;color:#222;line-height:1.5em;margin-top:10px}
.mnews.unified_news .sub_item .txt{display:block;height:46px;overflow:hidden;font-size:.9em;color:#666;line-height:1.5em;margin-top:18px;text-align:justify}
.mnews.unified_news .sub_item.textnews{height:55px;margin-bottom:15px;margin-top:5px;padding-left:0}
.mnews.unified_news .sub_item.textnews .img{display:none}
.mnews.unified_news .sub_item.textnews .txt{margin-top:5px;height:19px}
.mnews.unified_news .sub_item.noimg{width:347px;padding-left:0}
.mnews.unified_news .sub_item.noimg .img{display:none}

@media (max-width:768px){
.mnews.unified_news{position:relative}
.mnews.unified_news .btn_more{display:none}
.mnews.unified_news .slider_wrap{overflow:visible}
.mnews.unified_news .roll{transform:none !important;transition:none !important}
.mnews.unified_news .roll>li{display:none !important}
.mnews.unified_news .roll>li:first-child{display:block !important}

.mnews.unified_news .roll>li .headline_part{width:100%;height:auto;padding:0;border:0;margin:15px 0 18px 0;background:transparent;overflow:visible}
.mnews.unified_news .headline_part>.list-title{margin:0 0 12px 0}
.mnews.unified_news .headline_part>.list-title a{width:100%;font-size:1.45em;line-height:1.25;height:auto;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.mnews.unified_news .headline_part .inner_flex{display:block;gap:0}
.mnews.unified_news .headline_part .img{width:100%;height:auto;margin:0;overflow:hidden;background:#eee;border-radius:0}
.mnews.unified_news .headline_part .img a{position:static;top:auto;left:auto;width:100%;transform:none;transition:none}
.mnews.unified_news .headline_part .img a:hover{width:100%}
.mnews.unified_news .headline_part .img img{width:100%;height:auto;max-height:400px;display:block;max-width:none;object-fit:cover}
.mnews.unified_news .headline_part .desc{display:none}

.mnews.unified_news .roll>li .list_part{height:auto;width:100%;border-top: 1px solid #e6e6e6}
.mnews.unified_news .roll>li .list_part ul{display:block;width:100%;gap:0}
.mnews.unified_news .sub_item{width:100%;height:auto;display:flex;align-items:center;gap:12px;margin:0;padding:12px 0;border-top:1px solid #e6e6e6}
.mnews.unified_news .sub_item:first-child{border-top:0}
.mnews.unified_news .sub_item .img{order:1;float:none;width:120px;height:74px;flex-shrink:0;margin:0;border-radius:2px;background:#eee}
.mnews.unified_news .sub_item .img a{display:block;width:100%;height:100%}
.mnews.unified_news .sub_item .img img{width:100%;height:100%;object-fit:cover;transition:none}
.mnews.unified_news .sub_item .list-title{order:2;flex:1;min-width:0}
.mnews.unified_news .sub_item .list-title a{font-size:1.18em;line-height:1.32;height:auto;overflow:hidden;white-space:normal;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.mnews.unified_news .sub_item .tit2{display:none}
.mnews.unified_news .sub_item .txt{display:none}

.mnews.unified_news .sub_item.textnews{display:flex;height:auto;margin:0;padding:12px 0;border-top:1px solid #e6e6e6}
.mnews.unified_news .sub_item.textnews .img{display:none}
.mnews.unified_news .sub_item.textnews .list-title a{font-size:1.1em;line-height:1.32;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}
.mnews.unified_news .sub_item.textnews .txt{display:none}

.mnews.unified_news .sub_item.noimg{width:100%;display:flex;height:auto;margin:0;padding:12px 0;border-top:1px solid #e6e6e6}
.mnews.unified_news .sub_item.noimg .img{display:none}
.mnews.unified_news .sub_item.noimg .list-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}
.mnews.unified_news .sub_item.noimg .txt{display:none}
}


/* 섹션별 탭메뉴 바 */
@keyframes shine {0%{left:-50%}50%{left:120%}100%{left:120%}}
#main .content .tab_wrap {max-width:100%}
#main .content .tab_wrap .tab{border-top: 1px solid #c3ef9d; border-bottom: 1px solid #c3ef9d;background: #eef9ed}
#main .content .tab_wrap .tab .tab_inn {position: relative;display: flex;flex-wrap:wrap;align-items: flex-end;padding: 12px 56px 14px 160px;font-family:"notokr-medium"}
#main .content .tab_wrap .tab .tab_inn button:first-child {margin-left:0}
#main .content .tab_wrap .tab .tab_inn button {position:relative;display:inline-block;flex-shrink:0;width:auto;margin:0;padding:8px 18px;border-radius:4px;border:0;outline:none;background:transparent;min-width:0;height:36px;line-height:20px;cursor:pointer;color:#111;letter-spacing:-0.02em;white-space:nowrap;font-family:"notokr-medium"}
#main .content .tab_wrap .tab .tab_inn button.active {color:#fff;background:#2f7d2b;box-shadow: 0 1px 0 rgba(0,0,0,.06)}
#main .content .tab_wrap .tab .tab_inn button.active::after {content: "";position: absolute;left: 50%;bottom: -5px;transform: translateX(-50%);border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #2f7d2b}
#main .content .tab_wrap .tab .tab_inn .more {position:absolute;top:15px;right:10px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center}
#main .content .tab_wrap .tab .tab_inn .more i {font-size:30px;color:#2f7d2b;display:inline-block;position:relative;overflow:hidden}
#main .content .tab_wrap .tab .tab_inn .more i::after {content:"";position:absolute;top:0;left:-50%;width:40%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 80%);transform:skewX(-20deg);animation:shine 1.5s infinite}

#main .content .tab_wrap.news_tab .tab .tab_inn:before {content:"뉴스";position:absolute;top:15px;left:24px;height: 30px;line-height:30px;font-size:1.15em;color: #2f7d2b;font-family:"notokr-bold"}
#main .content .tab_wrap.photo_tab .tab .tab_inn:before {content: "월간 환경과조경";position: absolute;top: 15px;left: 24px;height: 30px;line-height: 30px;font-size: 1.15em;color: #2f7d2b}


@media (max-width:768px){
#main .content .tab_wrap .tab {}
#main .content .tab_wrap .tab .tab_inn{position:relative; display:flex;flex-wrap:nowrap;white-space:nowrap;align-items:center;gap:8px;margin:0px 10px;padding:10px 0px; background:#eef9ed;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}
#main .content .tab_wrap .tab .tab_inn::-webkit-scrollbar{display:none;width:0;height:0}
#main .content .tab_wrap .tab .tab_inn:before{display:none;content:""}
#main .content .tab_wrap .tab .tab_inn button{padding:8px 12px;height:34px;border-radius:999px;background:#fff;border:1px solid #dce8db;color:#111;font-size:0.95em;line-height:18px;flex-shrink:0;font-family:"notokr-medium"}
#main .content .tab_wrap .tab .tab_inn button.active{background:#2f7d2b;border-color:#2f7d2b;color:#fff;box-shadow:none}
#main .content .tab_wrap .tab .tab_inn button.active::after{display:none}
#main .content .tab_wrap .tab .tab_inn .more{top:50%;right:10px;transform:translateY(-50%);width:32px;height:32px}
#main .content .tab_wrap .tabcon {margin-top: 14px}

}



/* 환경과조경 갤러리 탭 */
#main .content .photo_tab .tabcon {padding: 12px 0 0}
#main .content .photo_tab .tabcon .box {position: absolute;top: -99999em;left: 0;display: flex;flex-wrap: wrap;justify-content: space-between;gap: 17px 17px}
#main .content .photo_tab .tabcon .box.active {position: relative;top: 0}
#main .content .photo_tab .tabcon .box li {flex: 0 0 calc((100% - 34px) / 3);margin-bottom: 0}
#main .content .photo_tab .tabcon .box li .img {position: relative;width: 100%;height: auto;line-height: 0;margin: 10px 0 0 0;top: 0;left: 0;border-radius: 0 10px 0 10px;background: #f1f1f1;text-align: center;overflow: hidden;aspect-ratio: 16/10}
#main .content .photo_tab .tabcon .box li .img a {display: block;position: static;width: 100%;height: 100%;line-height: 0;overflow: hidden;top: auto;left: auto;transform: none;transition: 1s}
#main .content .photo_tab .tabcon .box li .img a:hover {transform: scale(1.08)}
#main .content .photo_tab .tabcon .box li .img a img {max-width: none;width: 100%;height: 100%;object-fit: cover;display: block}
#main .content .photo_tab .tabcon .box li .list-title {display: block;padding-top: 7px;max-height: 74px;min-height: 17px;overflow: hidden}
#main .content .photo_tab .tabcon .box li .list-title > a {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;border: 0;line-height: 1.5em;letter-spacing: -0.05em}
#main .content .photo_tab .tabcon .box li.btn_more {margin: 0;position: absolute;top: -38px;right: 6px;text-align: right;width: 55px;height: 18px;z-index: 2}
#main .content .photo_tab .tabcon .box li.btn_more a {border: 0;background: url(../images/renewal/btn_main_more.png) no-repeat;width: 55px;height: 18px}

@media (max-width:768px){
#main .content .photo_tab{max-width:100%}
#main .content .photo_tab .tabcon{max-width:100%;overflow:hidden;margin-top: 14px}
#main .content .photo_tab .tabcon .box{display:flex !important;flex-wrap:nowrap !important;justify-content:flex-start !important;gap:12px !important;padding:0 12px 12px 0 !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-padding-left:12px;padding-right:28px !important;scrollbar-width:none;-ms-overflow-style:none}
#main .content .photo_tab .tabcon .box::-webkit-scrollbar{display:none;height:0;width:0}
#main .content .photo_tab .tabcon .box.active{display:flex !important}
#main .content .photo_tab .tabcon .box li{width:auto !important;min-width:0 !important;flex:0 0 calc((100% - 24px) / 2) !important;max-width:none !important;margin-bottom:0 !important;scroll-snap-align:start}
#main .content .photo_tab .tabcon .box li .img{width:100% !important;height:auto !important;margin:0 !important;border-radius:12px !important;aspect-ratio:16/10;overflow:hidden}
#main .content .photo_tab .tabcon .box li .img a{display:block !important;width:100% !important;height:100% !important;position:static !important;top:auto !important;left:auto !important;transform:none !important;transition:none !important}
#main .content .photo_tab .tabcon .box li .img a:hover{transform:none !important}
#main .content .photo_tab .tabcon .box li .img a img{max-width:none !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important}
#main .content .photo_tab .tabcon .box li .list-title{padding-top:8px !important;max-height:none !important;min-height:0 !important;overflow:hidden}
#main .content .photo_tab .tabcon .box li .list-title>a{font-size:0.95em;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}
#main .content .photo_tab .tabcon .box li.btn_more{display:none !important}
}



/* 뉴스 섹션 */
#main .content .news_tab .tabcon .box {position:absolute;top:-99999em;display:flex;justify-content:space-between;left:0;padding-top:1px}
#main .content .news_tab .tabcon .box.active {position:relative;top:10px}
#main .content .news_tab .tabcon .box .blt {display:flex;justify-content:space-between;width:415px;padding-bottom:25px}
#main .content .news_tab .tabcon .box .blt li {width:200px;margin-top:16px}
#main .content .news_tab .tabcon .box .blt li .img {position:relative;width:200px;height:120px;line-height:0;top:0;left:0;border-radius: 0 10px 0 10px;background:#f1f1f1;text-align:center;overflow:hidden}
#main .content .news_tab .tabcon .box .blt li .img a {display:block;position:absolute;width:100%;line-height:0;overflow:hidden;top:50%;left:50%;transform:translate(-50%,-50%);transition:1s}
#main .content .news_tab .tabcon .box .blt li .img a:hover {width:120%}
#main .content .news_tab .tabcon .box .blt li .img a img {max-width:100%}
#main .content .news_tab .tabcon .box .blt li .list-title {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis; max-height:50px;overflow:hidden;margin-top:10px}
#main .content .news_tab .tabcon .box .blt li .list-title a {border: 0;display: block;line-height: 1.5em;letter-spacing: -0.05em}
#main .content .news_tab .tabcon .box .brt {float:right;width:415px;padding:2px 0 0}
#main .content .news_tab .tabcon .box .brt .list-title a {display:block;position:relative;height:38px;line-height:38px;padding-left:9px}
#main .content .news_tab .tabcon .box .brt .list-title a span {display:inline-block;vertical-align:top;height:38px;overflow:hidden;font-size: 0.95em; letter-spacing: -0.05em}
#main .content .news_tab .tabcon .box .brt .list-title a:hover span {text-decoration:underline}


@media (max-width:768px){
#main .content .news_tab .tabcon .box{display:block}
#main .content .news_tab .tabcon .box.active{top:0}
#main .content .news_tab .tabcon .box .blt{width:100%;padding-bottom:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;box-sizing:border-box}
#main .content .news_tab .tabcon .box .blt li{width:auto;margin-top:0}
#main .content .news_tab .tabcon .box .blt li .img{width:100%;height:auto;aspect-ratio:16/10;border-radius:12px}
#main .content .news_tab .tabcon .box .blt li .img a{position:static;top:auto;left:auto;transform:none;width:100%;height:100%;transition:none}
#main .content .news_tab .tabcon .box .blt li .img a:hover{width:100%}
#main .content .news_tab .tabcon .box .blt li .img a img{max-width:none;width:100%;height:100%;object-fit:cover;display:block}
#main .content .news_tab .tabcon .box .blt li .list-title{margin-top:8px;max-height:none;-webkit-line-clamp:2}
#main .content .news_tab .tabcon .box .blt li .list-title a{font-size:0.95em;line-height:1.35}
#main .content .news_tab .tabcon .box .brt{float:none;width:100%;padding:6px 0 0}
#main .content .news_tab .tabcon .box .brt .list-title a{padding-left: 0px}
#main .content .news_tab .tabcon .box .brt .list-title a span{display:block;height:auto;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1em}

}

/*=============================
// 통합검색 페이지
==============================*/


/* 공통 타이틀 */
.allsearch_tit{display:flex;justify-content:space-between;border-bottom:3px solid transparent;border-image:linear-gradient(90deg,#3E5F44,#3cba92);border-image-slice:1;padding-bottom:8px;margin-bottom:15px;padding:3px 0}
.allsearch_tit strong{display:block;font-size:2em;color:#3E5F44}
.allsearch_tit strong span{font-size:0.5em;color:#222}
.allsearch_tit em{display:block;font-size:0.9em;color:#444;line-height: 3em}
.allsearch{display:flex;flex-direction:column;gap:20px;font-size:1rem;padding:10px}
.allsearch,.allsearch *{box-sizing:border-box}

/* 섹션 헤더 */
.result-section{margin:36px 0 12px 0}
.section-head{display:flex;align-items:center;justify-content:space-between;border-top:6px solid #111;padding-top:10px;margin-bottom:12px}
.section-head h3{font-size:20px;color:#111;line-height:1;margin:0}
.section-head .btn.more{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid #ddd;background:#fff;color:#666}
.section-head .btn.more:hover{border-color:#bbb;color:#222}

/* 뉴스 */
.news-list{list-style:none;margin:0;padding:0}
.news-item{border-bottom:1px solid #eee;padding:16px 0;display:flex;gap:16px}
.news-item .thumb{flex:0 0 200px;height:120px;overflow:hidden;border-radius:4px}
.news-item .thumb img{width:100%;height:100%;object-fit:cover;display:block}
.news-item .details{flex:1;display:flex;flex-direction:column;justify-content:center}
.news-item .list-title{font-size:1.2em;margin:0 0 8px 0;line-height:1.4}
.news-item .list-title a{text-decoration:none}
.news-item .list-title a:hover{text-decoration:underline}
.news-item .excerpt{font-size:0.95em;color:#444;line-height:1.5;margin:0 0 8px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.news-item .meta{font-size:0.85em;color:#666;display:flex;gap:10px}
.news-item .meta .date{white-space:nowrap}

/* 매거진 */
.magazine-list{display:flex;flex-direction:column;gap:20px;list-style:none;margin:0;padding:0}
.magazine-item{border-bottom:1px solid #e0e0e0;padding:16px 0;display:flex;gap:16px;align-items:flex-start}
.magazine-item .details{flex:1 1 auto;min-width:0}
.magazine-item .list-title{margin:0 0 6px;font-size:1.1em;line-height:1.4}
.magazine-item .list-title a{text-decoration:none}
.magazine-item .list-title a:hover{text-decoration:underline}
.magazine-item .badge{color:#126ed0;margin-right:6px;font-size: 0.8em}
.magazine-item .excerpt{font-size:0.95em;color:#444;line-height:1.5;margin:0 0 8px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.magazine-item .meta{display:flex;gap:12px;font-size:0.9em;color:#999}
.magazine-item .thumb{flex:0 0 100px;height:100px;border-radius:6px;overflow:hidden;position:relative}
.magazine-item .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;display:block}


/* 포토/동영상 카드 리스트 */
.allsearch_cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;list-style:none;padding:10px 0;margin:0}
.allsearch_cards li{list-style:none}
.card{display:flex;flex-direction:column;overflow:hidden;border-radius:12px;box-shadow:0 2px 6px rgba(0,0,0,0.1);background:#fff;text-decoration:none;color:inherit;transition:transform .2s ease}
.card:hover{transform:translateY(-5px)}
.card_img{width:100%;height:180px;overflow:hidden}
.card_img img{width:100%;height:100%;object-fit:cover;display:block}
.card_content{padding:12px}
.card_category{display:block;font-size:0.85em;color:#888;margin-bottom:6px}
.card .list-title{line-height:1.4;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.card .list-title a{font-size:1.1em}
.card_meta{font-size:0.85em;color:#666}


/* 기업 미디어 카드형 */
.company-media-list{list-style:none;margin:0;padding:0;border-top:1px solid #ccc}
.company-media{display:flex;gap:16px;padding:16px 0;border-bottom:1px dashed #e0e0e0}
.company-media .thumb{flex:0 0 64px;height:64px;border:1px solid #eee;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}
.company-media .thumb img{max-width:100%;max-height:100%;display:block}
.company-media .details{flex:1 1 auto;min-width:0}
.company-media .name{margin:0 0 6px;font-size:1.05rem;color:#111;line-height:1.3}
.company-media .name a{color:inherit;text-decoration:none}
.company-media .name a:hover{text-decoration:underline}
.company-media .meta{margin:0 0 6px;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px 12px;font-size:.9rem;color:#126ed0}
.company-media .desc{margin:0;color:#666;line-height:1.5;max-height:3em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

/* 링크 공통 */
.allsearch_table a,.allsearch_dl a,.allsearch_ul a,.news-list a{word-break:keep-all}




@media (max-width:768px){
.allsearch_tit{margin-bottom: 0;border-bottom:0;}

.allsearch_tit em {line-height:1.2em;}
.news-item{display:grid;grid-template-columns:35% 1fr;grid-template-areas:"img tit" "img info" "txt txt";column-gap:14px;row-gap:6px;padding:18px 0}
.news-item .thumb{grid-area:img;flex:none;width:100%;height:auto;aspect-ratio:3/2;border-radius:4px}
.news-item .details{display:contents}
.news-item .list-title{grid-area:tit;margin:0;line-height:1.35;font-size:1em}
.news-item .list-title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.news-item .meta{grid-area:info;margin:0;padding:0;display:flex;gap:8px;font-size:.85em;color:#999;flex-wrap:wrap}
.news-item .meta span{position:relative;padding-right:8px;white-space:nowrap}
.news-item .meta span:not(:last-child)::after{content:"|";position:absolute;right:0;top:50%;transform:translateY(-50%);color:#ddd;font-size:10px;line-height:1}
.news-item .excerpt{grid-area:txt;margin:8px 0 0;font-size:.9em;line-height:1.5;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.allsearch{padding: 0;}
.allsearch_cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px 0}
.allsearch_cards .card{border-radius:0;box-shadow:none;background:transparent}
.allsearch_cards .card:hover{transform:none}
.allsearch_cards .card_img{width:100%;height:auto;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#f6f6f6}
.allsearch_cards .card_img img{width:100%;height:100%;object-fit:cover;display:block}
.allsearch_cards .card_content{padding:8px 0 0}
.allsearch_cards .card_category{display:block;font-size:12px;color:#666;margin:0 0 4px}
.allsearch_cards .card .list-title{margin:0}
.allsearch_cards .card .list-title a{display:block;font-size:.95em;line-height:1.35;text-decoration:none}
.allsearch_cards .card_meta{margin-top:6px;font-size:12px;color:#666}
}

@media (max-width:768px){
	#main { flex-direction: column; width: 100%; min-width: 100%; }
}
