/*
 *  Document   : bg_home.css
 *  Author     : JK
 */

/* bg_home */
.home_top_area {padding-bottom:15px;}
.home-tab-content {
	background-color:#f7f7f7;padding-top:30px;padding-bottom:40px;
	border-top:1px solid #cfcfcf;
	-moz-box-shadow:0px 0px 8px rgba(20%,20%,40%,0.2) inset;
	-webkit-box-shadow:0px 0px 8px rgba(20%,20%,40%,0.2) inset;
	box-shadow:0px 0px 8px rgba(20%,20%,40%,0.2) inset;
}
.home-tab-content .news-tab-content-area {padding-left:30px;padding-right:30px;}
.news-tab-content-area>.row.pl-group {margin-top:20px;}

.home-tab-content .unit-title { 
	padding:20px 0 12px;
	border-bottom:2px solid #1195d3;
	margin-bottom:15px;
	font-size:1.4em;line-height:1;
}
.home-tab-content .unit-title i {
font-size:1em; padding-right:10px;padding-left:5px;

}
.home-tab-content .news-item {padding-top:15px;}
.news-tab-content-area .news-item .news_date_area {
	color:#0074bf;
}
.news-tab-content-area .news-item .news_title_area {
	height:44px; overflow:hidden;
}

.home_top_area a,.home-tab-content a,.mobile-area a ,.home_other_content_area a{color:#343434;}
.home_top_area a:hover,.home-tab-content a:hover,.mobile-area a:hover,.home_other_content_area a:hover{color:#343434; text-decoration: none;} 
.home-tab-content a:hover{text-decoration: underline;}  

.newsItemSlider.owl-theme .owl-controls{ 
	position: absolute;
	top: -50px;
	right: 0;
	height: 30px;
	text-align: right;
}

.newsItemSlider.owl-theme .owl-controls .owl-page span{
width: 8px;
height: 8px;
margin: 3px 3px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.newsItemSlider.owl-theme .owl-controls .owl-page.active span,
.newsItemSlider.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #cccccc;
}


/* product-line */
.row.pl-group div{padding-bottom:20px; }
.row .pl-sgroup {padding-left:0px;padding-right:0px;}
.row.pl-group-title {padding:15px 0 20px 0;}
.row.pl-group-title h2 {margin:0;line-height: 36px;}


.row.pl-group dt {color:#1195d3; padding:8px 0 12px;}
.row.pl-group dd a,.row.pl-group-title .pdf_area a{
	color:#343434; line-height:1.7;
}
@media screen and (min-width: 768px) {
	.row.pl-group div{padding-bottom:15px; min-height:20px;}
}
@media screen and (min-width: 992px) {
	.home-tab-content {padding-bottom:25px;}
	.home-tab-content .unit-title {
		padding:12px 0;
		margin-bottom:5px;		
	}
	.newsItemSlider.owl-carousel .owl-item{float:none;}
	.newsItemSlider.owl-theme .owl-controls{display:none;}
	.news-tab-content-area .news-item {
		padding:12px 0;
		border-bottom:1px solid #ffffff;
	}
	.news-tab-content-area .news-item+.news-item {
		border-top:1px solid #c8c6c6;
	}
	.news-tab-content-area .news-item:last-child {
		border-bottom:0px solid #ffffff;
	}
	
	.news-tab-content-area .owl-item {
		padding:0;
		border-bottom:1px solid #ffffff;
	}
	.news-tab-content-area .owl-item+.owl-item {
		border-top:1px solid #c8c6c6;
	}
	.news-tab-content-area .owl-item:last-child {
		border-bottom:0px solid #ffffff;
	}	

	.home_other_content_area {padding-top:40px;padding-bottom:40px;margin-top:-4px;border-top:1px solid #eeeeee;}
	.home-tab-content .news-tab-content-area {padding-left:40px;padding-right:40px;}
	.news-tab-content-area {min-height:311px; border-left:1px solid #e9e9e9; background: url('../../img/template/home-news-unit-bg_02.png') no-repeat 100% 50%;}
	.news-tab-content-area:first-child {border-left:0px;}	
	.news-tab-content-area:last-child {background: transparent;}		

}