/* common class */

/* 반응형 구간 */

/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
@media all and (max-width:1279px) 
{ 
	section#business > .text_wrap { width:100%; }
	section#business .silder_wrap { width: 100%;}
	section#business br { display: none;}
	.controll { flex-direction:column; align-items: start!important; gap:40px 0; }
	.business_name { font-size: 20px;}
	.business_p { font-size: 14px;}
	.news_img_wrap img { height:180px; }
	.news_p_wrap { flex-direction: column; align-items: start; gap:4px 0; }
	.news_p, .news_date { color: #767676; font-weight: 300; }
	.news_name { font-size: 20px; margin-top: 8px; }
	.news_slide_img_wrap img { height:180px; }
	.news_slide_con_wrap{height:300px;}
} 

/* 테블릿 가로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) 
{ 
	:root 
	{
	    --top-title: 14px;
	    --banner-title: 36px;
	    --sub-title: 18px;
	    --section-title: 65px;
	}
	#banner { height: 100vh; }
	section#business { flex-direction: column; margin-left: 0; gap: 60px 0; justify-content: center; }
	section#business > .text_wrap, section#business .silder_wrap { width: 100%; margin-bottom:0;}
	section#business > .con_wrap.silder_wrap { display: grid;  grid-template-columns: repeat(2, 1fr); }
	section#business .business_img_wrap { margin-top:0!important; width:100%!important; height: 250px; }
	
	
	section#News, section#Members { height: inherit; padding: 100px 0; }
	.news_con_wrap, .member_con_wrap { grid-template-columns: repeat(2, 1fr); gap: 40px;}
	.news_img_wrap img { height: 240px; }
	.news_slide_img_wrap img { height:240px; }
	.member_wrap { flex-direction: column; }
	.member_wrap > div { width: calc((1500 / 1920) * 100%); margin: 0 auto;  }
	.member_wrap .text_wrap {  padding-left:0; }
	.member_con_wrap { grid-auto-rows: 1fr; grid-auto-flow: row;}
	.member_con_wrap iframe { aspect-ratio: 16 / 9; }
} 

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px)
{
	:root 
	{
	    --top-title: 14px;
	    --banner-title: 36px;
	    --sub-title: 14px;
	    --section-title: 36px;
	}
	section { height: inherit; padding: 60px 0!important; }
	#banner { height: 600px; }
	.title { margin-bottom: 12px; }
	section#business > .con_wrap.silder_wrap { display: grid;  grid-template-columns: repeat(1, 1fr); gap:24px 0;}	
	.news_con_wrap, .member_con_wrap { grid-template-columns: repeat(1, 1fr); }
	.sub_title_wrap 
	{
		flex-direction: column;
    	gap: 24px 0;
    	align-items: start;
	}
	section#News .news_wrap { gap: 40px 0;}
	.member_wrap { gap: 24px 0; }
	.member_img_wrap img { width: 28vw; }
	.contact_info { font-size: 14px; }
}
/* 모바일 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) 
{   
	.banner_title {font-size: 28px;}
	.business_name { font-size: 20px;}
}