/* common class */
:root 
{
    --content-title: 42px;
    --content-sub-title:20px;
    --slider-title:28px;
    --slider-sub-title:16px;
    --main: #E76203;
    --black: #111;
    --gray:#767676;
}

.section.furniture
{
	padding-bottom:0;
}

/* slick 부분 */
.slider_wrap 
{
	width: 100%!important;
	
}

.slider_con 
{
	width: 100%;
	height: 100%;
}

.slider_image 
{
	width: 100%;
	height: 550px!important;
	border-radius: 30px;
	object-fit: cover;
}

.slider-for 
{
	margin-bottom: 40px;
}

.slider-nav .slider_image
{
	height:300px!important;
}

.slider-nav .slick-track 
{
	display: flex!important;
	gap:0 40px;
}

.slick-dots 
{
	bottom: -80px!important;
}

.slick-prev 
{
	left: -44px!important;
}

.slick-next:before, .slick-prev:before 
{
	font-size: 40px!important;
	color: var(--main)!important;
}

.body_bottom_text_wrap 
{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:12px 0;
	justify-content: center;
	margin: 100px 0 40px;
}

.bbt_title
{
	font-size:var(--content-title);
}

.bbt_sub_title
{
	font-size:var(--content-sub-title);
}

.slider_text_wrap 
{
	margin-top: 40px;
    text-align: center;
}

.slider_title  
{
	font-size:var(--slider-title);
}

.slider_sub_title  
{
	font-size:var(--slider-sub-title);
}



.button 
{
    display: inline-flex;
    gap: 0 40px;
    padding: 12px 20px;
    border-radius: 30px;
    border: 1px solid #111;
    margin-top: 28px;
	font-size: 14px;
	cursor: pointer;
}

.button a 
{
	display:flex;
	align-items:center;
	justify-content: center;
}

.interior_wrap 
{
    width: calc((1500 / 1920) * 100%);
    padding: 0 0 150px;
}

.interior_image_wrap 
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 1fr; /* 세로비율을 알아서 자동 조정해줌 */
    gap: 40px;
}

.interior_image 
{
	width: 100%;
    /* height: 260px; */
    background: #e5e5ec;
    border-radius:13px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
}

.interior_image img 
{
	width: 100%;
	/* height: 100%; */
	object-fit:cover;
	border-radius:13px;
}








/* common class */
:root 
{
    --top-title: 16px;
    --banner-title: 48px;
    --sub-title: 20px;
    --section-title2: 48px;
    --main: #E76203;
    --black: #111;
    --gray:#767676;
}

.title_wrap{ display: flex; gap:0 20px; align-items: center;}
.title_wrap button 
{ 
	padding: 8px 24px;
	 border: 1px solid #e5e5ec;
	 height: 48px;
	 border-radius: 30px;
	 cursor:pointer;
	 font-size: 16px;
}

.title_wrap button:hover 
{
	color: #fff;
	background: #E76203;
	border:0;
} 


.body_bottom_text 
{
	display: flex;
    align-items: center;	
    width: 100%;
}

.text_con 
{
	width: 50%;
}

.body_bottom_text .text_con .main_title 
{
	text-align: left;
	line-height: 1.5;
}

.right_text 
{
	display: flex;
	flex-direction:column;
	gap:24px 0;
}


.body_bottom_text .text_con .sub_title 
{
	color: #111;
    text-align: left;
    display: inline;
    width: initial;
    margin-left: auto;
}

.sign_text 
{
	color: var(--main);
	font-size: var(--sign);
	font-weight: 600;
}




.busienss-introduce-section { width: 100%; }

.title2 
{
	font-size: var(--section-title2)!important;
	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;
}

section.busienss-introduce-section .sub_title 
{
	font-weight: 300;
	line-height:1.5;
	letter-spacing:-1;
	font-size: var(--sub-title);
	color: #111;
	text-align:initial!important;
}

/* section.busienss-introduce-section .sub_title br { display: none; } */

.business-wrapper 
{
	display :flex;
	align-items:center;
	height: 100vh;
}

.business-wrapper > div 
{
	width: 50%;
}

.business-wrapper > div img 
{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 12;
}

.left-wrapper.text-wrapper 
{
	padding-left: 10.9375%;
	padding-right: calc(10.9375% / 3);
}

.right-wrapper.text-wrapper 
{
	padding-left: 10.9375%;
}



/* 반응형 구간 */

/* 노트북 & 테블릿 가로 (해상도 1024px ~ 1279px)*/ 
@media all and (max-width:1279px) 
{ 
	:root 
	{
	    --top-title: 16px;
	    --banner-title: 48px;
	    --sub-title: 20px;
	    --section-title: 65px;
	    --section-title2: 42px;
	}
	.left_text  { width: 40%; }
	.right_text  { margin-left: 10%; }
	.business-wrapper { height: initial; margin-bottom:150px; }
	.left-wrapper.text-wrapper { padding-right: calc(10.9375% / 3); }
	.right-wrapper.text-wrapper { padding-left: calc(10.9375% / 3);  padding-right: 10.9375%; }
} 

/* 반응형 구간 */

/* 테블릿 가로 (해상도 768px ~ 1023px)*/ 
@media all and (max-width:1023px) 
{ 
	.bbt_sub_title { text-align: center; }
} 

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px)
{
	:root 
	{
	    --content-title: 32px;
	    --content-sub-title:16px;
	    --slider-title:24px;
	    --slider-sub-title:16px;
	}
	
	.slider_image { height: 240px !important;}
	.slider-nav { display: none; }
	.interior_wrap { margin-top: 0; }
	.body_bottom_text_wrap { margin-top: 20px; }
	.interior_image_wrap { grid-template-columns: repeat(1, 1fr); }
}
/* 모바일 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) 
{   
	.sub_menu_text { letter-spacing: -1.5px; }
}