/*=================================================
		[Page] 메인페이지 - 공통
=================================================*/
/*****#####===== 상단 네비게이션 =====#####*****/
#main-gnb.inactive{
	top:-109px;
}

#main-gnb.float{
	top: 0;
}

/*****#####===== 풀페이지 네비게이션 =====#####*****/
#page-main-body #fp-nav.right{
	right:inherit;
	left:50px;
}

/*****##### 리스트 #####*****/
#page-main-body #fp-nav ul > li,
#page-main-body .fp-slidesNav ul > li{
	margin:22px;
}

#page-main-body #fp-nav ul > li > a > span{
	width:12px;
	height:12px;
	
	margin:0 -6px;
	
	background-color:#AD8875;
	border:1px solid transparent;
}

#page-main-body #fp-nav ul > li:hover > a > span,
#page-main-body #fp-nav ul > li > a.active > span,
#page-main-body .fp-slidesNav ul > li > a.active > span,
#page-main-body .fp-slidesNav ul > li:hover > a.active > span{
	width:20px;
	height:20px;
	
	margin:0 -10px;
	
	background-color:#ffffff;
	border:1px solid #C0BFC0;	
}

/*****#####===== 스크롤 다운 =====#####*****/
.scroll-down-wrap{
	position:absolute;
	left:50%;
	bottom:30px;
	
	cursor:pointer;
	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);	
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){ 

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){ 
	 
}

/***** sm *****/
@media (min-width: 544px) and (max-width: 767px){

}

/***** xs *****/
@media (max-width: 543px){
	#main-gnb.active, 
	#main-gnb.inactive{
		top:0;
	}
}

/*=================================================
		[Page] 메인페이지 - 메인슬라이드
=================================================*/
#page-main-page{
	padding:0;
}

/*****#####===== 로고 =====#####*****/
.main-logo{
    position:absolute;
    top:9%;
    left:16%;
    z-index:1;
}

/*****#####===== 슬라이드 =====#####*****/
/***** 비율 *****/
#main_slide_section .ratio_main:before{
	padding-top:52%;
}

/*****##### 이너 컨텐츠 #####*****/
#main_slide_section .slider-inner-wrap{
	position:absolute;
    top:39%;
    left:16%;
}

#main_slide_section .first .slider-inner-wrap{
    top: 50%;
    left:33%;
}

#main_slide_section .third .slider-inner-wrap{
    top:48%;
}

/***** 타이틀 *****/
#main_slide_section .slider-inner-title{
	margin-left: -8px;	
	
	font-size:90px;
	font-weight:200;
	
	letter-spacing:-8px;
    line-height: 1.1;	
}

#main_slide_section .slider-inner-title > span{
	font-size:120px;
	font-weight:300;
}

/***** 선 *****/
#main_slide_section .separator{
	background-color:#AB8A7B;
}

/***** 컨텐츠 *****/
#main_slide_section .slider-inner-content{
	font-size:32px;
	font-weight:200;
}

#main_slide_section .slider-inner-content span{
	font-size:40px;
	font-weight:300;
}

/*****#####===== 슬라이드 버튼 =====#####*****/
.lSAction > a{
    top:50%;
    width:34px;
    height:80px;
    
    margin-top:-40px;
    background-image:url('/img/page/w-controls.png') !important;
}

.lSAction > .lSNext{
    background-position:-34px 0;
    right:30px;
}

.lSAction > .lSPrev{
    left:30px;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){ 
	
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
	
}

/***** sm *****/
@media (min-width: 544px) and (max-width: 767px){
	
}

/***** xs *****/
@media (max-width: 543px){
	#main_slide_section .ratio_main:before{
		padding-top:180%;
	}
	
	/*****#####===== 로고 =====#####*****/
	.main-logo{
	    top: 12%;
    	left: 5%;	
	}
	
	.main-logo img{
	   height:50px;
	}
	
	/*****#####===== 컨텐츠 =====#####*****/
	#main_slide_section .brown-color{
		color:#ffffff;
	}
	
	#main_slide_section .slider-inner-wrap,
	#main_slide_section .first .slider-inner-wrap,
	#main_slide_section .third .slider-inner-wrap{
		top:36%;
		left:50%;
		
		width:95%;
		
		text-align:center !important;
		
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);		
	}
	
	#main_slide_section .slider-inner-title{
		margin:0;
		
		font-size:25px;
		letter-spacing:-2px;
	}
	
	#main_slide_section .slider-inner-title > span{
		font-size:35px;
	}
	
	#main_slide_section .separator{
		margin:20px auto 30px;
	}
	
	#main_slide_section .slider-inner-content{
		font-size:17px;
		font-weight:300;
	}
	
	#main_slide_section .slider-inner-content span{
		font-size:20px;
		font-weight:500;
	}
	
	/*****#####===== 슬라이드 버튼 =====#####*****/
	.lSAction > a{
		opacity:0.2;
	}
	
	.lSAction > .lSPrev{
		left:10px;
	}
	
	.lSAction > .lSNext{
		right:10px;
	}
}

/*=================================================
		[Page] 메인페이지 - 회사소개
=================================================*/
#about_section .section-layout-wrap{
	padding: 70px 0;
}

#about_section .sec-wrap{
	position:relative;;
}

/*****#####===== 컨텐츠 =====#####*****/
/*****##### 서브타이틀 #####*****/
#about_section .sec-subtitle{
	padding:0 0 40px;
	
	letter-spacing:12px;
}

/*****##### 타이틀 #####*****/
#about_section .sec-title{
	font-size:60px;
	font-weight:200;
	
    line-height:1.13;	
}

#about_section .sec-title span{
	font-size:73px;
}

/*****##### 선 #####*****/
#about_section .separator{
	margin:30px auto;
}

/*****##### 컨텐츠 #####*****/
#about_section .sec-content{
	/*height:360px;*/
	overflow-y:hidden;
}

#about_section .sec-content p{
	width: 100%;
	
	font-family: 'Nanum Myeongjo', serif;
	font-size: 1.2rem;
	padding: 0 0 20px 0;
	
	line-height: 1.6;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){ 

}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){ 
	 #about_section .text-wrap{
		width: 800px;
		height: 500px;
		margin: 0 auto;
	}
}

/***** sm *****/
@media (min-width: 544px) and (max-width: 767px){
	 #about_section .text-wrap{
		width: 600px;
		height: 600px;
		margin: 0 auto;
	}
}

/***** xs *****/
@media (max-width: 543px){
	
	#about_section .section-layout-wrap{
		padding: 0;
	}
	
	#about_section .sec-wrap{
		position:inherit;
		top:inherit;
		left:inherit;
		
		padding:70px 0;
		
		transform:inherit;
	}
	
	#about_section .sec-content p{
		font-family: 'Nanum Myeongjo', serif;
		font-size: 0.9rem;
		padding :0;
	}
	
	/*****#####===== 컨텐츠 =====#####*****/
	#about_section .sec-subtitle{
	    padding: 0 0 20px;
		letter-spacing:6px;
	}
	
	#about_section .sec-title{
		font-size:30px;
	}
	
	#about_section .sec-title span{
		font-size:35px;
	}
	
	#about_section .sec-content p{
		font-size:13px;
	}
}

/*=================================================
		[Page] 메인페이지 - 링크
=================================================*/
/*
#link_section .section-layout-wrap{
    position:absolute;
    bottom:-106px;
    left:0;	
    
    width:100%;
    height:100%;
}
*/

#link_section .item-wrap{
	margin:0;
}

/*****#####===== 아이템 배경 =====#####*****/
#link_section .item-wrap.blue{
	background-color:#011526;
}

#link_section .item-wrap.blue .ratio-content{
	background-repeat:no-repeat;
    background-position:107% 105%;
}

#link_section .item-wrap.white{
	background-color:#ffffff;
}

#link_section .item-wrap.yellow{
	background-color:#F1D13B;
}

#link_section .item-wrap.red{
	background-color:#D82222;
}

#link_section .item-wrap.ivory{
	background-color:#E0D9CC;
}

/*****#####===== 배경 비율 =====#####*****/
#link_section .ratio-long:before{
	padding-top:45.5%;
}

#link_section .ratio-short:before{
	padding-top:91%;
}

/*****#####===== 컨텐츠 =====#####*****/
#link_section .item-text-wrap{
	padding:55px;
}

/*****##### 타이틀 #####*****/
#link_section .item-title{
	font-size:34px;
	font-weight:500;
}

/*****##### 서브타이틀 #####*****/
#link_section .item-subtitle{
	color:#DDDEDF;
}

/*****##### 선 #####*****/
#link_section .separator{
    width:38px;
    margin:15px 0;
    background-color:#AE8978;
}

/*****##### 아이콘 #####*****/
#link_section .item-icon{
	position:absolute;
	bottom:30px;
	right:30px;
}

/*****##### 레이어 #####*****/
#link_section .layer{
	background-image:url("/img/page/layer-hover.png");
	background-repeat:no-repeat;
	background-position:center;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** lg *****/
@media (min-width: 992px) and (max-width: 1199px){ 
	
}

/***** md *****/
@media (min-width: 768px) and (max-width: 991px){
	
}

/***** sm *****/
@media (min-width: 544px) and (max-width: 767px){
	
}

/***** xs *****/
@media (max-width: 543px){
	#link_section .item-wrap{
		margin:-1px 0 0;
	}
	
	/*****#####===== 배경, 아이콘 =====#####*****/
	#link_section .item-wrap.blue .ratio-content{
	    background-size: 28%;	
	}
	
	#link_section .item-icon{
		bottom:10px;
		right:10px;
	}
	
	#link_section .item-icon img{
		height:50px;
	}
	
	/*****#####===== 컨텐츠 =====#####*****/
	#link_section .item-wrap:hover .layer{
		opacity:0;
	}
	
	#link_section .item-text-wrap{
		padding:25px 20px;
	}
	
	#link_section .item-title{
		font-size:20px;
	}
}


























