


/* 채용공고 리스트 */
.jobTable .cont				{color:#797979; margin:2px 0 15px 0; font-size:0.95em; line-height:1.5; overflow:hidden; text-overflow:ellipsis;-o-text-overflow:ellipsis; display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient:vertical; word-wrap:break-word;}
.jobTable .date p			{margin:2px 0;}
.jobTable .info>div			{display:flex; gap:0 5px;}
.jobTable .info .item		{position:relative; background:#e8f0fe; border-radius:3px; color:#5c6f92; padding:0 10px; font-size:0.9em;}
/*.jobTable .info .item:after	{content:''; position:absolute; top:0; right:-14px; bottom:0; width:1px; height:0.8em; margin:auto; background:#ccc;}
.jobTable .info .item:last-child:after	{display:none;}*/


.cnspTable						{border-top:1px solid #313131;}
.cnspTable li					{border-bottom:1px solid #ddd; padding:25px 20px; display:flex; gap:20px; justify-content:space-between; align-items:center;}
.cnspTable .part span			{font-family: 'S-Core Dream'; border:1px solid #364bc0; color:#364bc0; font-size:0.85em; width:110px; text-align:center; vertical-align:top; height:30px; line-height:28px; display:inline-block; }
.cnspTable .part span:first-child	{font-family:'Paperlogy'; font-size:14px; font-weight:500; width:70px; background:#364bc0; color:#fff;}
.cnspTable .part span.end		{font-family: 'S-Core Dream'; font-size:15px; font-weight:400; background:#aaa; border-color:#aaa;}
.cnspTable .tit					{font-family: 'S-Core Dream'; font-weight:500; font-size:1.1em; letter-spacing:-0.5px; color:#333; margin:12px 0 15px 0;}
.cnspTable .date				{font-family: 'S-Core Dream'; font-size:0.95em;}
.cnspTable .date strong			{position:Relative; font-family: 'S-Core Dream'; color:#797979; font-size:16px; font-weight:400; padding-right:30px;}
.cnspTable .date strong:after	{content:''; position:absolute; top:1px; right:14px; bottom:0; width:1px; height:14px; margin:auto; background:#c7c7c7;}
.cnspTable .bbs_btn02			{flex:1; line-height:1.2; height:auto; padding:12px 15px;font-size:0.95em; border-color:#ccc;}
.cnspTable .bbs_btn02 i			{margin-left:5px;}


@media screen and (max-width:1024px) {
	.cnspTable li				{display:block; padding:15px 10px;}
	.cnspTable .part span		{height:23px; line-height:21px; width:90px;}
	.cnspTable .part span:first-child	{font-size:12px; width:60px;}
	.cnspTable .tit				{font-size:1.05em; margin:7px 0 5px 0;}
	.cnspTable .date strong		{font-size:14px; padding-right:22px;}
	.cnspTable .date strong:after	{top:0; right:10px; height:13px;}
	.cnspTable .bbs_btn02		{padding:7px 5px; font-size:0.9em; margin-top:10px; width:100%;}
}



