
/* 멀티게시판    ================================================================================== */
.main_rnd_tab										{ position:relative;  display: flex;  justify-content: space-between;   } 
.main_rnd_tab p									{position:relative; font-size:1.5em ; font-family: 'S-CoreDream-6Bold'; color:#000; padding:0 0 35px 0; line-height:1.1; letter-spacing:-2px;} 
.main_rnd_tab p a									{font-family: 'S-CoreDream-6Bold';color:#000;   }  
.main_rnd_tab .more							{ position:relative; top:-2px; width:34px; height:34px; cursor:pointer; background:#fff;border:1px solid #d5d5d5;  }
.main_rnd_tab .more a							{display:block; width:100%;height:34px;}
.main_rnd_tab .more span					{display:block;}
.main_rnd_tab .more span:after			{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:14px; height:2px; background:#a9a9a9;}
.main_rnd_tab .more span:before		{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%);height:14px;  width:2px; background:#a9a9a9;}
.main_rnd_tab .more:hover					{background:#2939ad; border-color:#2939ad;}
.main_rnd_tab .more:hover span:after,
.main_rnd_tab .more:hover span:before		{background:#fff;}


.main_rnd_item									{position:relative; width:100%; }
.main_rnd_item li								{padding: 23px 0;border-top:1px dashed #dadada; }
.main_rnd_item li:first-child				{padding-top:10px;border-top:0;}
.main_rnd_item li:last-child				{padding-bottom:0; }
.main_rnd_item li a							{position:relative; display:block;display: flex; gap:10px;}
.main_rnd_item .cate						{position:relative; width:53px;height:53px;line-height:50px; text-align:center;color:#fff;letter-spacing:-1px; font-size:0.9em;background:#2939ad; border-radius:50%;}
.main_rnd_item .cate.ing					{background:#2939ad; }  /* 접수중 */
.main_rnd_item .cate.exp				{background:#e25461; }  /* 예정 */
.main_rnd_item .cate.end				{background:#999; }  /* 마감 */

.main_rnd_item .subject					{flex:2;width:calc(100% - 70px);}
.main_rnd_item .subject p				{color:#000; letter-spacing:-1px;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
 .main_rnd_item .subject span			{color:#888;font-size:0.9em; }

.main_rnd_item .nolist						{text-align:center; border-bottom:1px solid #ddd; line-height:80px;width:100%;  color:#797979;}
   
/* 멀티게시판    ================================================================================== */


@media screen and (max-width:1200px) { 
.main_rnd_item li:first-child					{padding-top:0;}
.main_rnd_item li:last-child					{padding-bottom:23px; border-bottom:1px dashed #dadada; }
}

@media screen and (max-width:1024px) { 
.main_rnd_tab .more							{  top:-4px;}
}
@media screen and (max-width:800px) { 
.main_rnd_item li								{padding:15px 0;}
}