/*=================================================
		00. 공통
=================================================*/
section{
	padding:100px 0;
}

#link,
#contact{
	background-repeat:repeat;
	background-size:inherit;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	section{
		padding:70px 0;
	}
}

/*=================================================
		00. 배너 슬라이드 공통
=================================================*/
/*****#####===== 공통 =====#####*****/
#main_banner,
#banner{
	padding:0;
}

/*****##### 아이템 랩 #####*****/
#main_banner .item-wrap,
#banner .item-wrap{
	margin:0;
}

/***** 글씨 색깔 *****/
#main_banner .item-wrap >*,
#banner .item-wrap >*{
	color:#ffffff;
}

/***** inner *****/
#main_banner .middle-box .inner,
#banner .middle-box .inner{
	text-align:left;
}

/***** 서브타이틀 *****/
#main_banner .item-subtitle,
#banner .item-subtitle{
    font-size: 30px;
    font-weight: 300;
    
    letter-spacing:-1px;
}

/***** 타이틀 *****/
#main_banner .item-title,
#banner .item-title{
	padding:17px 0 8px;
	
    font-weight: 600;
    letter-spacing: -3px;  
}

/***** 데스크 *****/
#main_banner .item-desc,
#banner .item-desc{
    font-size: 20px;
    font-weight: 300;
}

/*****##### 슬라이드 버튼 #####*****/
#main_banner .lSSlideOuter,
#banner .lSSlideOuter{
	position:relative;
}

#main_banner .lSSlideOuter .lSPager,
#banner .lSSlideOuter .lSPager{
	position:absolute;
}

#main_banner .lSSlideOuter .lSPager.lSpg>li a,
#banner .lSSlideOuter .lSPager.lSpg>li a{
	background-color:#E2DBED;
}

#main_banner .lSSlideOuter .lSPager.lSpg>li.active a,
#main_banner .lSSlideOuter .lSPager.lSpg>li:hover a,
#banner .lSSlideOuter .lSPager.lSpg>li.active a,
#banner .lSSlideOuter .lSPager.lSpg>li:hover a{
	width:25px;
	background-color:#ffffff;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#main_banner .item-subtitle, #banner .item-subtitle{
		font-size:18px;
	}
}


/*=================================================
		01. 메인 배너 
=================================================*/
#main_banner{
	margin:115px 0 0;
}

/*****#####===== 아이템 랩 =====#####*****/
#main_banner .item-wrap{
	margin-left:20%;
}

/***** 비율 *****/
#main_banner .ratio-rate:before{
	padding-top:37%;
}

/***** 타이틀 *****/
#main_banner .item-title{
    font-size: 90px;
    
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); 
	-webkit-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); 
	-moz-text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3); 	
}

#main_banner .item-title span{
	font-size:50px;
	text-shadow:none;
}

/*****##### 슬라이드 버튼 #####*****/
#main_banner .lSSlideOuter .lSPager{
    left: 20%;
    bottom: 26%;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#main_banner {
	    margin: 76px 0 0;
	}	
	
	#main_banner .lSSlideOuter .lSPager{
	    left: 22px;
	    bottom: 14%;
	}
	
	/***** 슬라이드 배경 비율 *****/
	#main_banner .ratio-rate:before{
		padding-top:100%;
	}
	
	/***** 아이템 *****/
	#main_banner .slide .item-wrap{
		width:100% !important;
		margin:0;
		padding: 0 25px;	
	}
	
	#main_banner .item-title{
	    padding: 5px 0 6px;	
	    font-size: 22px;
	}
	
	#main_banner .item-title span{
	    padding-right: 5px;
	    	
		font-size:25px;
	}
	
	#main_banner .item-desc, #banner .item-desc{
		font-size:14px;
	}	
}


/*=================================================
		02. 링크 
=================================================*/
/*****#####===== 섹션 타이틀 =====#####*****/
#link .section-title{
    margin: 60px 0;
    
    font-size: 30px;
    font-weight: 400;
    
    letter-spacing: -1px;
}

/*****#####===== 아이템 랩 =====#####*****/
#link .item-wrap{
	margin:0 0 10px;
	
	color:#ffffff;
}

#link .item-wrap .bg-wrap{
	position: absolute;
	top: 48.5%;
	left: 50%;
	width: 97%;
	height: 97%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
	
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);		
}

#link .item-wrap:hover .bg-wrap{
	display: none;		
}

/***** 공통 *****/
#link .item-wrap .inner-title,
#link .item-wrap .inner-btn{
	letter-spacing:-1px;
}

/***** 레이어 *****/
#link .item-wrap .layer{
    background-color: rgba(39, 14, 47, 0.7);
}

/***** 미들박스 *****/
#link .item-wrap .layer .middle-box{
    position: absolute;	
	
	top:50%;
	left:50%;
	
    width: 91%;
    height: 92%;
	
	border:1px solid #9A8B9E;

	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/***** 타이틀 *****/
#link .item-wrap .inner-title{
	position: relative;

	padding: 0 0 10px;	
	
	font-size:38px;
	font-weight:300;
	
	line-height:1;
	z-index: 1;
	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;	
}

#link .item-wrap.bottom:hover .ratio-content .inner-title{
	opacity:0;
}

#link .item-wrap .inner-title span{
    margin: 5px 0 0;
    
    font-size: 26px;
    display: block;
}

/***** 자세히보기 *****/
#link .item-wrap .layer .inner .inner-btn{
	font-size:15px;
	color:#BABABA;
	
	display:inline-block;
}

/***** 송부자 한의원  *****/
#link .item:nth-child(6) .item-wrap.bottom{
	cursor:text;
}

#link .item:nth-child(5) .item-wrap.bottom .inner-btn{
	display:none;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#link .item-wrap .inner-title{
		font-size:18px;
	}
	
	#link .item-wrap .inner-title span{
		font-size:15px;
	}
	
	#link .item-wrap .layer{
		opacity: 1;
	}
	
	#link .item-wrap.top .layer,
	#link .item:nth-child(1) .item-wrap.bottom .layer,
	#link .item:nth-child(2) .item-wrap.bottom .layer,
	#link .item:nth-child(3) .item-wrap.bottom .layer,
	#link .item:nth-child(4) .item-wrap.bottom .layer{
	    background-color: rgba(39, 14, 47, 0.6);
		opacity:1;
	}
	
	#link .item-wrap .layer .inner{
		display: none;
	}
	
	#link .section-title{
	    margin: 20px 0 34px;	
		
		font-size:18px;
		line-height:1.6;
	}
	
	#link .section-title .dot-title:before{
		display:none;
	}
}

/*=================================================
		03. 배너 
=================================================*/
/*****#####===== 아이템 랩 =====#####*****/
#banner .item{
	position:absolute;
	top:0;
	right:0;
		
	width:50%;	
	height:100%;
	
	background-color:rgba(21,15,9,0.45);		
}

#banner .item .item-wrap{
	height: 100%;
		
	padding-left:70px;
}

/***** 비율 *****/
#banner .ratio-rate:before{
	padding-top:27%;
}

#banner .item .ratio-rate:before{
	padding-top:54%;
}

/***** 타이틀 *****/
#banner .item-title{
	font-size:65px;
}

#banner .item-title span{
	font-size:27px;
	font-weight: 300;		
    
    letter-spacing:3px;
}

/*****##### 슬라이드 버튼 #####*****/
#banner .lSSlideOuter .lSPager{
    right: 42.6%;
    bottom: 20%;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#banner .lSSlideOuter .lSPager{
	    left: -60px;
	    bottom: 20%;
	}
	
	/***** 슬라이드 배경 비율 *****/
	#banner .ratio-box{
		height:100%;
	}
	
	#banner .ratio-rate:before{
		padding-top:100%;
	}
	
	/***** 아이템 *****/
	#banner .slide .item{
		width:100% !important;
		margin:0;
		padding: 0 25px;	
	}
	
	#banner .item .item-wrap{
		padding:0;
	}
	
	#banner .item-title{
	    font-size: 22px;
	}
	
	#banner .item-title span{
	    padding-left: 5px;
	    font-size: 18px;
	}
}

/*=================================================
		04. contact 
=================================================*/
#contact table{
	width:100%
}

/*****#####===== 아이템 랩 =====#####*****/
#contact .item-wrap{
	margin:0 19px;
}

/***** 타이틀 *****/
#contact .item-title{
	padding:0 0 15px;
	
	font-size:30px;
	
	letter-spacing:-2px;
}

/***** 데스크 *****/
#contact .item-desc{
	border:1px solid #DADADA;	
}

/*****##### bg #####*****/
#contact .item-wrap .white-bg{
    padding: 42px 30px;
	
	background-color:#ffffff;
}

#contact .item-wrap .gray-bg{
    padding: 31px 0;
	background-color:#E9E9E9;
}

#contact .item:nth-child(2) .item-wrap .gray-bg{
    padding: 38.8px 0;
}

/*****##### 진료시간안내 #####*****/
#contact .time-table tr+tr{
	border-top:1px solid #999999;
}

#contact .time-table .title-cell,
#contact .time-table .desc-cell{
	padding:15px 0 10px;
}

/***** 타이틀 *****/
#contact .time-table .title-cell{
    width: 45%;
    
    font-size: 30px;
    font-weight: 400;
    
    letter-spacing: -2px;
}

#contact .time-table .title-cell span{
	font-size:20px;
}

/***** 텍스트 *****/
#contact .time-table .desc-cell{
	width:55%;
	font-size:27px;
}

/*****##### 인포 테이블 #####*****/
#contact .info-table .icon-cell{
	width:28%;
}

#contact .info-table .icon-cell img{
    margin-right: inherit;	
	padding-right: 26px;
	
	text-align: right;	
}

#contact .info-table .text-cell{
	width:72%;
	
	font-size:22px;
	font-weight:500;
	
	color:#343434;
	
    line-height: 1.1;
    letter-spacing: -1px;
}

#contact .info-table .text-cell .big{
	font-size:50px;
	font-weight:700;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** xs *****/
@media (max-width: 767px){
	#contact .contact-title{
		font-size:22px;
	}
	
	#contact .item-wrap{
		margin:0 0 20px;
	}
	
	#contact .item-wrap .white-bg{
		padding:10px;
	}
	
	#contact .item-wrap .gray-bg,
	#contact .item:nth-child(2) .item-wrap .gray-bg{
		padding:17px 0;
	}
	
	/***** 타임 테이블 *****/
	#contact .time-table .title-cell,
	#contact .time-table .desc-cell{
		width:50% !important;
	}
	
	#contact .time-table .title-cell{
		font-size:18px;
	}
	
	#contact .time-table .title-cell .small,
	#contact .time-table .desc-cell{
		font-size:14px;
	}
	
	#contact .time-table .title-cell span{
	    padding: 0 0 0 5px;	
        font-size: 13px;
	}
	
	/***** 인포 테이블 *****/
	#contact .info-table .icon-cell{
	    width: 35% !important;
		text-align:center;
	}	
	
	#contact .info-table .text-cell{
	    padding: 10px 0;	
		
		font-size:13px;
	    text-align: left;	
	}
	
	#contact .info-table .text-cell .big{
		font-size:22px;
	}
	
	#contact .item:nth-child(2) .item-wrap .black-bg {
	    padding: 10px 0;
	}	
	
	#contact .info-table .icon-cell img{
	    padding-right: 20px;
	    height: 40px;	
	}
}





















