/* common class */
:root 
{
    --hm:20px;
    --hsm:18px;
    --top-title: 16px;
    --banner-title: 48px;
    --sub-title: 20px;
    --section-title: 85px;
    --main: #E76203;
    --black: #111;
    --gray:#767676;
}

.container 
{
	display: flex;
    flex-direction: column;
    align-items: center;
}

section 
{
	width: calc((1500 / 1920) * 100%);
	height: 100vh;
}

.title 
{
	font-size: var(--section-title);
	margin-bottom: 20px;
}

.top_title
{
	font-size: var(--top-title);	
	letter-spacing:-1;
	font-weight: 300;
	margin-bottom: 8px;
}

.banner_title 
{
	font-size: var(--banner-title);	
	margin-bottom: 20px;
	line-height:1.5;
}

.sub_title 
{
	font-weight: 300;
	line-height:1.5;
	letter-spacing:-1;
	font-size: var(--sub-title);
}


/* section one : banner */
#banner 
{
	height:960px;
}

.img_wrap 
{
	position:relative;
}

.opacity 
{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);	
}

#banner img 
{
	object-fit:cover;
	width:100%;
	height: 100%;
}

#banner .text_wrap 
{
	width: calc((1500 / 1920) * 100%);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}

#banner .top_title, #banner .sub_title 
{
	color: #fff;
}

#banner .banner_title  
{
	color: #fff;
}


/* section two : business */
section#business 
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc((1500 / 1920)* 100%);
	height: initial !important;
	padding: 150px 0;
}

section#business  > .text_wrap 
{
    width: 100%;
    margin-bottom: 60px;
}

section#business .silder_wrap 
{
	display: flex;
	align-items: center;
    width: 100%;
}

.business_img_wrap 
{
	position:relative;
	width:25%;
	height: 500px;
	overflow:hidden;
	cursor:pointer;
}

.business_img_wrap .business_text_wrap 
{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px 0;
    bottom: 0;
}

.business_img_wrap .business_text_wrap img 
{
	width:80px;	
}

.business_img_wrap > img 
{
    object-fit: cover;
    width: 100%;	
    height: 100%;
    transition: transform 0.6s ease;
}

.business_img_wrap:hover > img
{
	transform: scale(1.2); /* 1.0보다 크면 확대 */	
}

.business_img_wrap .opacity 
{
	background: rgba(0, 0, 0, 0.7);	
}
.business_img_wrap:hover .opacity 
{
	background: rgba(0, 0, 0, 0.1);	
}

.business_name 
{
	font-size: 28px;
	color: #fff;
	font-weight: 600;
}

.business_p 
{
	font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.button 
{
    display: inline-flex;
    gap: 0 40px;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #111;
    margin-top: 40px;
	font-size: 14px;
}

/* section three : news */
section#News
{
	width: 100% !important;
	background: #f7f7fb;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_title_wrap 
{
	display: flex;
	align-items: end;
	justify-content: space-between;
}

.sub_title_wrap .button 
{
	margin-top:0;
}

section#News .news_wrap 
{
	width: calc((1500 / 1920) * 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:60px 0;
}

.news_wrap .con_wrap 
{
	width: 100%;
}

.news_con_wrap
{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:0 40px;
}

.news_img_wrap 
{
	width: 100%;
	height: 345px;
}

.news_img_wrap img 
{
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 30px;
}

/* 뉴스 제목 포인터 추가(작업자 : 이동헌) */
.news_text_wrap
{
	cursor:pointer;	
}
/* 뉴스 제목 */

.news_p, .news_date 
{
	font-size: 14px;
}

.news_date  
{
	color: var(--gray);
}

.news_name 
{
	font-size: 28px;
}

.news_p_wrap 
{
	display: flex;
	gap: 0 12px;
	align-items: center;
	margin: 12px 0 4px;	
}

/* 뉴스 슬라이드 추가(작업자 : 이동헌) */
.news_slide_con_wrap{
	width: 100%;
	height: 500px;
}

.news_slide_img_wrap{
	margin-right:40px;
	height: 345px;
	cursor:pointer;	
}

.news_slide_img_wrap img{
	width: 100%;
/* 	max-height: 250px; */
	object-fit: cover;
	height: 100%;
	border-radius: 30px;
}
/* 뉴스 슬라이드 추가 끝(작업자 : 이동헌) */

/* section four : member */
section#Members 
{
	display: flex;
	align-items: center;
	width: 100%;
	height: initial !important;
}

.member_wrap 
{
	display: flex;
	gap: 60px 0;	
	width: 100%;
}

.member_wrap > div 
{
	width: 50%;
}

.member_con_wrap iframe 
{
	width: 100%;
	height: auto;
    aspect-ratio: 1 / 1;
}

.member_wrap .text_wrap 
{
	padding-left: 10.9375%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_info 
{
	margin-top: 40px;
	line-height: 2.5;
	font-size: 18px;
	display: flex;
    flex-direction: column;
    gap: 6px 0;
    color: #767676;
    font-weight: 300;
}


/* 탭 버튼 추가(작업자 : 이동헌) */
.tab_wrap
{
	margin-bottom: 10px;
}
.tab_news:first-child
{
	border-left: 1px solid black;
}
.tab_news
{ 
	padding-right: 10px; 
	padding-left: 10px; 
	border-right: 1px solid black; 
	font-size:16px;
	cursor:pointer;
}
.tab_news:hover
{
	color:grey; 
	color:var(--main);
}