
/*  멀티latest 탭  ==================================================================================== */
.news_mtab									{position:relative; margin-bottom:20px;}
.news_mtab .ntab							{position:relative; display:inline-block;padding:0 0 0 5px; }
.news_mtab .ntab a						{display:block;  font-weight:bold;font-size:1.4em; color:#000;   }
.news_mtab .ntab:hover a,
.news_mtab .on a							{color:#000;  }
.news_mtab .more						{display:block; position:absolute; right:0; top:-5px; width:34px; height:34px; border:1px solid #ddd; }
.news_mtab .more a						{display:block; width:34px; height:34px; cursor:pointer; text-indent:-9999px;}
.news_mtab .more a:after			{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:16px; height:2px; background:var(--color1);}
.news_mtab .more a:before			{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:2px; height:16px; background:var(--color1);}


/* 멀티게시판    ================================================================================== */ 
.news_item									{width:100%; border-top:2px solid var(--color1);}
.news_item a									{ position:relative; overflow:hidden; padding:36px 0;border-bottom:1px solid #ddd; display: flex;   gap:10px;}
.news_item .date							{width:160px;  padding:8px 0 0 0;text-align:center;font-weight:700;  color:#9c9c9c; font-size:0.9em;  }
.news_item .date p						{font-weight:800;padding:5px 0 0 0; line-height:100%; color:var(--color1); font-size:2.8em; }
.news_item .cont							{ flex:2; width:calc(100% - 170px); }
.news_item .cont .subject			{font-weight:700; font-size:1.2em;  color:#000; margin:0 0 15px 0; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; }
.news_item .cont .script				{font-weight:500;color:#616161;font-size:1em;  line-height:150%;   overflow:hidden; text-overflow: ellipsis;-o-text-overflow: ellipsis; display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap: break-word; }
   
.news_item .nolist							{text-align:center; border-bottom:1px solid #ddd; line-height:330px;width:100%;  color:#797979;}
   
/* 멀티게시판    ================================================================================== */


@media screen and (max-width:1400px) {    
.news_item .date							{width:130px;   } 
.news_item .cont							{ width:calc(100% - 140px); }
}
@media screen and (max-width:1200px) {    
.news_item .date							{width:100px;   } 
.news_item .cont							{ width:calc(100% - 130px); }
}

@media screen and (max-width:1024px) {   
.news_item a									{   gap:0;padding:30px 0; }
}

@media screen and (max-width:800px) { 
.news_item a									{ padding:25px 0; } 
.news_item .date							{width:90px;   } 
.news_item .cont							{ width:calc(100% - 90px); } 
.news_item .date p						{font-size:1.7rem; }
.news_item .cont .subject			{font-size:1.15em;  }
.news_item .cont .script				{font-size:0.95em; }
}

@media screen and (max-width:600px) {  
.news_item a									{ padding:20px 0; } 
.news_item .date							{width:80px; font-size:0.85em;   }
.news_item .cont							{ width:calc(100% - 80px); } 
.news_item .date p						{font-size:1.6rem; } 
.news_item .cont .subject			{font-size:1.1em;  margin:0 0 10px 0;  }
}