/*subtit*/
.subtit {
	padding: 60px 0;
}
.subtit .lined {
	margin-bottom: 30px;
}
.subtit .lined span {
	display: inline-block;
	width: 60px;
	border-bottom: 2px solid #1e1e1e;
}
.subtit h1 {
	font-size: 50px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 400;
    margin-bottom: 30px;
	letter-spacing: -1px;
}
.subtit h4 {
	font-size: 18px;
    line-height: 1.5em;
    color: #636363;
    font-weight: 300;
    margin-bottom: 60px;
}
@media (max-width:768px){
	.subtit {
		padding: 30px 0;
	}
	.subtit .lined {
		margin-bottom: 15px;
	}
	.subtit .lined span {
		width: 40px;
	}
	.subtit h1 {
		font-size: 25px;
		margin-bottom: 15px;
		word-break: keep-all;
	}
	.subtit h4 {
		font-size: 13px;
		margin-bottom: 15px;
		word-break: keep-all;
	}	
}
/*sec_dvd*/
.sec_dvd {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 30px 0;
	}
}
/*company_01*/
#company_01 .c_tit {
	background: url(../img/com_img_t.jpg) center center no-repeat;
	background-size: cover;
	padding: 120px 15px;
}
#company_01 .c_tit h1 {
	font-size: 36px;
    line-height: 1.3em;
    font-weight: 600;
    max-width: 600px;
    margin: 0 auto;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 15px;
}
#company_01 .c_tit h3 {
	margin-bottom: 0px;
	font-size: 16px;
    line-height: 1.3em;
	font-weight: 300;
}
#company_01 .conbox {
	padding: 100px 0;
}
#company_01 .conbox h3 {
	font-size: 25px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-weight: 500;
}
#company_01 .conbox p.p_dft {
	font-size: 16px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-weight: 300;
}
#company_01 .conbox p.p_dft strong {
    font-weight: 500;
}
@media (max-width:768px) {	
	#company_01 .c_tit {
		padding: 50px 15px;
	}
	#company_01 .c_tit h1 {
		font-size: 23px;
	}
	#company_01 .c_tit h3 {
		font-size: 12px;
	}
	#company_01 .conbox {
		padding: 30px 0;
	}
	#company_01 .conbox h3 {
		font-size: 15px;
	}
	#company_01 .conbox p.p_dft {
		font-size: 12px;
	}
}
/*interior_ld*/
#interior_ld {
	padding: 30px 0 0;
}
#interior_ld .img_wrp {
    margin-bottom: 15px;
}
#interior_ld .img_wrp .v_target {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#interior_ld .owl-carousel .owl-nav.disabled{
    display: block !important;
}
#interior_ld .owl-carousel .owl-nav {
    top: 0;
    position: absolute;
    margin-top: 0px;
    width: 100%;
    height: 100%;
	z-index: -1;
}
#interior_ld .owl-theme .owl-nav [class*='owl-'] {
    margin: 0px;
	height: 100%;
	border-radius: 0px;
    border: 1px solid #ddd;
    background-color: transparent;
	color: #666;
}
#interior_ld .owl-carousel .owl-nav .owl-prev{
	left: 0px;
}
#interior_ld .owl-carousel .owl-nav .owl-next{
	right: 0px;
}
#interior_ld .owl-carousel .owl-nav .owl-next:before,
#interior_ld .owl-carousel .owl-nav .owl-prev:before {
    top: 40%;
}
#interior_ld .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    border-radius: 0px;
	cursor: pointer;
}
#interior_ld .owl-carousel .owl-nav [class*="owl-"]:active, .owl-carousel .owl-nav [class*="owl-"]:focus, #interior_ld .owl-carousel .owl-nav [class*="owl-"]:active:hover, .owl-carousel .owl-nav [class*="owl-"]:active:focus {
    border-color: #ddd;
    background-color: #eee;
}
#interior_ld .img-thumbnail {
    border-radius: 0px !important;
    padding: 0px;
    border: 0px;
}
#interior_ld .img-thumbnail.img-thumbnail-hover-icon:hover:before {
    background: rgba(16, 166, 179, 0.75);
    background-size: cover;
}
@media (max-width:768px) {
	#interior_ld .owl-carousel .owl-nav .owl-next:before,
	#interior_ld .owl-carousel .owl-nav .owl-prev:before {
		top: 45%;
	}
}