.cmembership					{position:relative; display: inline-block; text-align:center; vertical-align:middle; min-width:65px; padding:0 3px; line-height:26px; border:1px solid rgba(0,0,0,0.1); font-size:0.9em; color:#333;}
.cmembership_50					{background:#ffffff; color:#73767a;} /* 흰색 : basic */
/*
.cmembership_60					{background:#dfdfde; color:#73767a;} /* 실버색 : silver */
/*
.cmembership_70					{background:#ffe57a; color:#73767a;} /* 골드색 : gold */
.cmembership_60					{background:#ecf5ff; color:#73767a;} /* 푸른색 : diamond */


/*  안내 박스  ==================================================================================== */
.company_infobox						{position:relative; text-align:center;width:80%;margin:auto;  padding:240px 40px 80px 40px;background:url('../img/help_img01.png') no-repeat center 65px #f9f9f9; border:1px solid #dfdfdf;  color:#333;font-size:1.6em;font-weight:500;letter-spacing:-1px; line-height:1.2; }


/*  변경사항 박스  ==================================================================================== */
.company_modify_dls						{margin:4px 0px;}
.company_modify_dls	dt					{float:left; width:100px; border:1px solid #ccc;}
.company_modify_dls	dd					{padding-left:110px;text-align:left;}
.company_modify_dls	dd i				{margin-right:10px;}


/*  상단 박스  ==================================================================================== */
.company_info_top h2					{letter-spacing:-1px; font-weight:700; color:#333; font-size:1.4em; line-height:150%; }
.company_info_top .wrap					{overflow:hidden; padding:10px 0 0 0;}
.company_info_top dl					{overflow:hidden; letter-spacing:-0.75px; float:left; width:50%;}
.company_info_top dl dt					{position:relative; float:left; width:100px; font-weight:500; color:#333;}
.company_info_top dl dt:after			{content:''; position:absolute; top:2px; right:12px; bottom:0; width:1px; height:0.9em; margin:auto; background:#d1d1d2;}
.company_info_top dl dd					{padding-left:110px; color:#777;}

@media screen and (max-width:800px) {
	.company_info_top h2			{font-size:1.25em;}
	.company_info_top dl			{float:none; width:100%; padding:0;}
}


/* checkbox 간격조정용 */
.company_checkbox_width3				{float:left; width:33%;}
.company_checkbox_width4				{float:left; width:25%;}


@media screen and (max-width:1024px) { 
	.company_checkbox_width4			{width:33.3%;}
}

@media screen and (max-width:820px) { 
	.company_checkbox_width3			{width:50%;}
	.company_checkbox_width4			{width:50%;}
}

@media screen and (max-width:540px) { 
	.company_checkbox_width3			{float:none; width:100%;}
	.company_checkbox_width4			{float:none; width:100%;}
}





/*  기업홍보 검색  ==================================================================================== */ 
.cad_sch					{background:#f9fafc; border-top:1px solid #969dac; border-bottom:1px solid #969dac; padding:10px 20px; margin-bottom:40px;}
.cad_sch dl					{display:grid; grid-template-columns:120px auto; align-items:center; padding:12px; border-bottom:1px dashed rgba(0,0,0,.1);}
.cad_sch dl:last-child		{border:0;}
.cad_sch dl dt				{font-weight:500; color:#111;}
.cad_sch dl dd ul			{display:flex; gap:5px 30px; flex-wrap:wrap; font-size:0.95em; color:#777;}
.cad_sch dl dd ul li input	{margin-right:5px;}
.cad_sch .input_form			{width:calc(100% - 68px); line-height:40px; border-color:#d4d4d4;}
.cad_sch .btn input			{font-weight:500; float:right; width:62px; height:42px; line-height:40px; background:#3f4247; border:1px solid #3f4247; color:#fff; cursor:pointer; font-size:0.85em; transition: all 0.3s ease;}
.cad_sch .btn input:hover	{background:#000;}


@media screen and (max-width:1024px) {
	.cad_sch					{padding:10px; margin-bottom:20px;}
	.cad_sch dl				{grid-template-columns:85px auto; padding:5px 10px;}
	.cad_sch dl dd ul		{font-size:0.9em;}
	.cad_sch .input_form		{height:38px;}
	.cad_sch .btn input		{height:38px; line-height:36px;}
}



/* 기업홍보 리스트  ================================================================================== */ 
.cad_list_wrap					{position:relative;  display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:30px;} 
.cad_list_wrap li				{box-shadow:0 0 15px 1px rgba(0,0,0,.08); border-radius:20px; padding:35px; transition: all 0.5s ease;}
.cad_list_wrap figure			{display:none; position:relative; height:230px;overflow:hidden;  border-radius:20px; border:1px solid #eaeaea; transition:all 0.5s ease;}
.cad_list_wrap figure img		{width:100%;height:100%;object-fit:cover;transition:all 0.5s ease;}
.cad_list_wrap dl dt			{margin-bottom:15px; font-size: 1.2em; font-weight:700; line-height:1; letter-spacing: -1px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.cad_list_wrap dl dd			{display:grid; grid-template-columns:100px auto; gap:0 10px; padding:2px 0; color:#808080; }
.cad_list_wrap dl dd span		{font-weight:500; color:#333;}
.cad_list_wrap li:hover			{background:linear-gradiefnt(45deg, #00b58c, #00956e);}
.cad_list_wrap li:hover	dl dt, .cad_list_wrap li:hover dl dd, .cad_list_wrap li:hover dl dd span	{color:#fff;}



@media screen and (max-width:1024px) {
	.cad_list_wrap				{gap:10px; grid-template-columns: repeat(2, 1fr);}
	.cad_list_wrap li			{padding:25px 20px;}
	.cad_list_wrap dl dt		{font-size:1.1em; margin-bottom:12px;}
	.cad_list_wrap dl dd		{grid-template-columns:80px auto; font-size:0.95em; padding:0;}
}

@media screen and (max-width:800px) {
	.cad_list_wrap				{grid-template-columns: 1fr;}
}






/* 참여기업 리스트  ================================================================================== */ 
.company_list_wrap tr									{position:relative; }
.company_list_wrap .img_td						{width:220px; transition:all 0.3s ease;}
.company_list_wrap .article_title					{ padding-bottom:10px;font-weight:700; font-size:1.15em; color:#333; }  
.company_list_wrap .article_title:hover		{text-decoration:underline; }
.company_list_wrap .img								{position:relative;height:100%;   }
.company_list_wrap .img a							{position:relative; width:100%;  height:100%; border:1px solid #e5e5e5;  display: flex; flex-direction: column; justify-content:center; transition:all 0.3s ease;}
.company_list_wrap .img img						{width:100%; height:100%; object-fit:cover; }
.icon_home													{display:inline-block; width:30px;height:30px; line-height:28px;font-size:0.7em; text-align:center;background:var(--color1); color:#fff; border-radius:50px; }
 
.company_list_wrap .recruit_btn_wrap		{display:none; position:relative; margin-top:8px;  transition:all 0.3s ease;}
.company_list_wrap .recruit_btn01				{position:relative; display: inline-block;  text-align:center; vertical-align:middle; line-height:36px;  border:1px solid rgb(0,0,0,0.1); background:var(--color2);color:#fff; font-size:0.9em; padding:0 15px; border-radius:30px; z-index:11;  transition:all 0.3s ease;}
.company_list_wrap .recruit_btn01:hover	{background:var(--point1);}


@media screen and (max-width:1200px) {
.company_list_wrap .img_td						{width:200px;}
}
@media screen and (max-width:1024px) { 
.company_list_wrap .recruit_btn_wrap		{display:block;  }
.company_list_wrap .recruit_btn01				{line-height:30px;font-size:0.85em;   }
}
 
@media screen and (max-width:800px) {
.company_list_wrap .img_td						{width:160px;}
.company_list_wrap .article_title					{  font-size:1.1em;}
.company_list_wrap .img								{vertical-align:top;    } 
.company_list_wrap .recruit_btn_wrap		{ position:absolute; left:50px; bottom:10px;  margin-top:0; }
.company_list_wrap .recruit_btn01				{line-height:24px;  padding:0 12px; }
}
@media screen and (max-width:500px) {
.company_list_wrap .img_td						{width:120px;}  
.company_list_wrap .img								{  } 
.company_list_wrap .recruit_btn_wrap		{  left:30px; bottom:10px;  }
}
 

/* 참여기업 리스트  ================================================================================== */ 


 



/* 참여기업 뷰  ================================================================================== */ 
.company_view_wrap										{position:relative; border:30px solid #f3f3f4;  border-radius:10px; transition:all 0.3s ease;}
.company_view_wrap .img_box						{position:relative;background:#f3f3f4; padding:0 0 30px 0; display: grid; grid-template-columns:30% auto; gap:25px; }
.company_view_wrap .img_box figure			{ background:#fff;border:1px solid #e5e5e5; text-align:center;}
.company_view_wrap .img_box figure img	{width:100%; height:100%; object-fit:cover; }
.company_view_wrap .img_box .cont			{ position:relative;display: flex; flex-direction: column; justify-content:center; } 
.company_view_wrap .img_box .txt01			{ color:#000;font-size:1.9em; font-weight:700;   padding:0 0 15px 0; }
.company_view_wrap .img_box .txt02			{ color:#777;font-size:0.95em;   }
.company_view_wrap .img_box .homepage		{position:absolute; right:0; top:5px; }
.company_view_wrap .img_box .homepage span		{ display:inline-block; width:30px;height:30px; line-height:28px;font-size:0.7em; text-align:center;background:var(--color1); color:#fff; border-radius:50px;  }


.company_view_wrap .recruit_btn01				{position:absolute; right:0;top:5px; display: inline-block;  text-align:center; vertical-align:middle;width:100px; height:100px;   line-height:98px;  border:1px solid rgb(0,0,0,0.1); background:var(--color2);color:#fff; font-size:0.95em;  border-radius:50%; transition:all 0.3s ease; z-index:11; }
.company_view_wrap .recruit_btn01:hover		{background:var(--point1);  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15); }

.company_view_top_box									{position:relative;  background:#fff;padding:30px 35px;  }
.company_view_top_box ul								{position:relative; padding:0 0 30px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap:20px; border-bottom:1px solid #e5e5e5; }
.company_view_top_box	 li								{position:relative;  text-align:center;  }
.company_view_top_box	 li	.img					{position:relative; width:100%; height:60px;  }
.company_view_top_box	 li	.icon01				{background:url('../img/company01_icon01.png') no-repeat center 50%; background-size:auto 100%;  }
.company_view_top_box	 li	.icon02				{background:url('../img/company01_icon02.png') no-repeat center 50%; background-size:auto 100%;  }
.company_view_top_box	 li	.icon03				{background:url('../img/company01_icon03.png') no-repeat center 50%; background-size:auto 100%;  }
.company_view_top_box	 li	.icon04				{background:url('../img/company01_icon04.png') no-repeat center 50%; background-size:auto 100%;  }
.company_view_top_box	 li	.txt						{position:relative; color:#999;font-size:0.875em;  line-height:1.2;  }
.company_view_top_box	 li	.txt span				{position:relative; display:block; color:#222; font-size:1.05em; font-weight:bold;padding:0 0 5px 0; word-break:keep-all; }

.company_view_top_info									{position:relative;  margin-top:30px;  display: flex; flex-direction: column;gap:8px; }
.company_view_top_info dl								{position:relative; font-size:0.95em;  display: grid; grid-template-columns:145px auto; gap:15px; }
.company_view_top_info dl dt						{position:relative;     }
.company_view_top_info dl dt span				{position:relative; display:inline-block;  color:#888; font-weight:500; padding-left:17px;  }
.company_view_top_info dl dt:before			{position:absolute; content:''; left:5px; top:10px; width:3px; height:3px; background:#888; border-radius:50%;}
.company_view_top_info dl dt:after				{position:absolute; content:''; right:0; top:4px; width:1px; height:0.9em; background:#e5e5e5; }
.company_view_top_info dl dd						{position:relative;}
.company_view_top_info .tit							{font-size:1.1em; font-weight:bold; color:#111; }


@media screen and (max-width:1200px) {
.company_view_wrap .recruit_btn01				{ top:0;  width:90px; height:90px;   line-height:88px;  }
}
@media screen and (max-width:1024px) {
.company_view_wrap										{ border-width:25px; }
.company_view_wrap .img_box						{ padding:0 0 25px 0; gap:20px; }
.company_view_top_box									{ padding:25px;  }  
.company_view_top_box ul								{ padding:0 0 25px 0;}
.company_view_wrap .img_box .txt01			{ font-size:1.7em; }
}
@media screen and (max-width:800px) {
.company_view_wrap										{ border-width:20px; }
.company_view_wrap .img_box						{ padding:0 0  20px 0; gap:15px; }
.company_view_top_box									{ padding:20px;   }
.company_view_wrap .img_box .txt01			{ font-size:1.55em;  padding:0 0 10px 0; } 
.company_view_top_box ul								{ padding:0 0  20px 0; }
.company_view_top_box	 li	.img					{  height:50px;   }
.company_view_top_box	 li	.txt span				{ font-size:1em; padding-top:3px; }
.company_view_top_info dl								{  grid-template-columns:130px auto; gap:10px; }

.company_view_wrap .recruit_btn01				{  width:70px; height:70px;   line-height:68px;  font-size:0.9em; }
}
@media screen and (max-width:600px) { 
.company_view_wrap										{ border-width:15px; }
.company_view_wrap .img_box						{ padding:0 0 15px 0; grid-template-columns:1fr; gap:20px; }
.company_view_wrap .img_box .txt01			{ font-size:1.45em;  } 
.company_view_wrap .img_box .cont			{padding-left:5px; }  
.company_view_wrap .img_box .homepage		{  top:-5px; }
.company_view_wrap .recruit_btn01				{   width:64px; height:36px;   line-height:34px; border-radius:0 0 0 10px;}
.company_view_top_box									{ padding:20px;  }
.company_view_top_box ul								{display:none; }
.company_view_top_info									{  margin-top:0;  gap:10px; }
.company_view_top_info dl								{ display: grid; grid-template-columns:1fr; gap:3px; border-bottom:1px dashed #e3e3e3; } 
.company_view_top_info dl dt span				{   padding-left:10px;} 
.company_view_top_info dl dt:before			{  left:0; top:9px; }
.company_view_top_info dl dt:after				{display:none; }
.company_view_top_info dl dd						{padding:0 0 10px 10px;}
.company_view_top_info dl:last-child			{border-bottom:0; }
}



/* 참여기업 뷰  ================================================================================== */ 


