/* With Corporation (20161014) */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, ol, li, small, input, textarea, label, big, small, sup, strong {
	font-family: 'NanumBarunGothic', 'Malgun Gothic', 'Apple SD Gothic', 'Helvetica', sans-serif !important;
	word-break: keep-all;
}

.glyphicon { font-family: 'Glyphicons Halflings' !important; } .fa { font-family: 'FontAwesome' !important; }

/*---------- 상단 영역 ----------*/
.topmarginLay_a { 
/* 	display: none;  */
	height: 85px !important;
}

.navbar-inverse {
	background: rgba(0, 0, 0, .5);
	background-color: rgba(0, 0, 0, .5);
	background-image: rgba(0, 0, 0, .5);
	border: 0;
}

.navbar-inverse > .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	background: #467378;
}

.navbar-inverse .navbar-header {
	display: block;
	width: 100%;
	max-width: 1170px;
	float: none;
	margin: 0 auto !important;
}

.navbar-inverse .navbar-brand {
	margin-left: 0 !important;
	padding:0 15px;
}

.navbar-inverse .navbar-brand img {
	padding-top: 15px;
}

.navbar-inverse .navbar-collapse {
	float: left;
/* 	background: rgba(255, 255, 255, .95);
	background-color: rgba(255, 255, 255, .95); */
	max-width: none;
	width: 100%;
	background: #f3f3f3;
}

.navbar-inverse .navbar-toggle {
	margin-top: 15px;
	background: transparent !important;
	background-color: transparent !important;
	border-color: transparent !important;
}

.navbar-inverse .navbar-toggle > .icon {
	background: #FFF !important;
	background-color: #FFF !important;
}

.navbar-inverse .navbar-right {
	float: none !important;
	display: block;
	max-width: 1170px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-collapse {
		background: transparent;
		background-color: transparent;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

.navbar-inverse .navbar-nav > li > a {
    color: #313131;
    font-size: 14px;
    text-shadow: none;
    -webkit-text-shadow: none;
    padding: 12px 25px;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #467378;
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		color: #FFF;
		padding: 15px 25px;
		margin: 0;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
		color: #FFF;
		background: rgba(0, 0, 0, .5);
		background-color: rgba(0, 0, 0, .5);
	}
}

.navbar-inverse .navbar-nav > li > a .caret,
.navbar-inverse .divider-vertical {
	display: none;
}

.navbar-inverse .navbar-right .divider-vertical+li,
.navbar-inverse .navbar-right .divider-vertical+li+li {
	float: right;
}

/* @media screen and (max-width: 991px) {
	.navbar-inverse .navbar-right .divider-vertical+li,
	.navbar-inverse .navbar-right .divider-vertical+li+li {
		float: left;
	}
} */

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-right .divider-vertical+li,
	.navbar-inverse .navbar-right .divider-vertical+li+li {
		float: none;
	}
}

@media screen and (min-width: 768px) {
	.navbar-inverse .dropdown-menu {
		left: 0px !important;
		right: auto !important;
		border: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-raidus: 0;
		-webkit-border-radius: 0;
		padding: 0;
		background: #fff;
		}

	.navbar-inverse .divider-vertical+li .dropdown-menu {
		left: auto !important;
		right: 0 !important;
	}
	
	.navbar-inverse .dropdown-menu > li > a {
		font-size: 13px;
		padding: 11px 25px;
		border-bottom: 1px solid #ddd !important;
	}
	
	.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
		background: transparent;
		color: #4c9198;
		border-bottom: 1px solid #ddd !important;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .dropdown-menu > li > a {
		color: #FFF;
		padding-left: 30px;
	}
}

/*---------- 메인 영역 ----------*/
.container.container_slide {
	max-width: none;
	width: 100%;
	margin-top: -25px;
	padding-left: 0;
	padding-right: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	top: 60%;
}

.container_slide #myCarousel .carousel-caption {
	bottom: 66px;
	text-align: left;
}

.container_slide #myCarousel .carousel-caption h1 span {
    background-color: transparent;
    background: transparent;
    text-shadow: none;
    -webkit-text-shadow: none;
    opacity: 1;
    font-size: 33px;
    font-weight: 400;
    color: #213448;
    line-height: 1.3;
}
.container_slide #myCarousel .carousel-caption p span {
    background-color: transparent;
    background: transparent;
    text-shadow: none;
    -webkit-text-shadow: none;
    opacity: 1;
    font-size: 16px;
    font-family: 'NanumBarunGothic', sans-serif !important;
    font-weight: 400;
    padding: 0;
    color: #213448;
}
.container_slide #myCarousel .carousel-caption p a {
    color: #213448;
    display: block;
    margin-top: 50px;
    max-width: 220px;
    border-bottom: 1px solid rgba(33,52,72,0.5);
    font-size: 13px;
    letter-spacing: 3px;
}
.container_slide #myCarousel .carousel-caption p a:hover {
    border-bottom: 1px solid rgba(33,52,72,0.5) !important;
}

.intro-blog1-list {
	margin-left: 0;
	margin-right: 0;
	width: 16.66666667%;
	float: left;
}

.container_slide .carousel-control {
	display: none;
}
.fill{
	height:402px
}

/* 서브 페이지 공통 */
.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 60px;
}

.breadcrumb {
    background: #FFF;
    background-color: #FFF;
    padding: 0;
    text-align: right;
    font-size: 11px;
    margin-bottom: 0;
    color: #aaa;
}
.breadcrumb>.active {
    color: #467378;
}

#content .title {
/* 	border-bottom: 1px solid #DEDEDE; */
	margin-bottom: 15px;
}

.title h2 {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 21px;
    margin: 10px 0 10px;
}

#top {
    margin-top: -25px;
    height: 200px;
    background-image:url(/skin/img/sub/sub_top.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin-bottom: 40px;
}

#wrapSub {
	max-width: 1170px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#side {
	padding-left: 0px;
}

@media screen and (max-width: 767px) {
	#side {
		padding-left: 15px;
		margin-bottom: 30px;
	}
}

#side li {
	list-style: none;
	border-bottom: 1px solid #DEDEDE;
}

#side li.heading {
    font-size: 24px;
    background: #467378;
    color: #fff;
    padding: 30px 25px 22px 16px;
    font-size: 20px;
}

#side li > a {
    color: #565656;
    padding: 10px 15px;
    display: block;
    background: #f5f5f5;
}

#side li.active > a {
    color: #4c9198;
}

#side > ul {
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #DEDEDE;
}

#side ul > li > a {
	background: #e5e5e5;
	padding-left: 25px;
}

#side ul > ul {
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 2px solid #DEDEDE;
}

#side ul > ul > li > a {
	background: #d5d5d5;
	padding-left: 35px;
}

.banner {
	margin-top: 25px;
}

.banner a {
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
}

.banner a > img {
	border: 1px solid #DEDEDE;
}

@media screen and (max-width: 767px) {
	.banner {
		display: none;
	}
}

/* 인사말 페이지 */

#wrapSub.greeting .word p {
	padding: 30px;
	text-align: center;
	font-size: 16px;
	background: #EFEFEF;
	border: 1px solid #EEE;
	margin-bottom: 30px;
}

#wrapSub.greeting .text > h3 {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.3;
    color: #467378;
}

#wrapSub.greeting .text > p {
	line-height: 2;
	margin-bottom: 25px;
}

#wrapSub.greeting .text .ceo {
	text-align: right;
}

#wrapSub.greeting .text .ceo img {
	margin-left: 15px;
	max-width: 108px;
}

#wrapSub.greeting .text .ceo span {
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}

/* 오시는 길 페이지 */

#wrapSub.location .maps iframe {
	width: 100%;
	height: 400px;
	border: 1px solid #DEDEDE;
	margin-bottom: 15px;
}

#wrapSub.location .maps .another table tr td {
	line-height: 2;
	vertical-align: top;
	padding: 0 15px;
}

@media screen and (min-width: 992px) {
	#wrapSub.location .maps .another table tr td:first-child {
		border-right: 1px solid #DEDEDE;
	}
}

@media screen and (max-width: 767px) {
	#wrapSub.location .maps .another table tr td {
		display: table-row;
	}
}

/* 제품 소개 페이지 */
#wrapSub.product .word p {
    padding: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 27px;
    background: #EFEFEF;
    border: 1px solid #EEE;
    margin-bottom: 30px;
}

#wrapSub.product .product > h4 {
	margin-top: 30px;
}

#wrapSub.product .table-responsive {
	border: 1px solid #ddd;
	border-top: 2px solid #467378;
}

#wrapSub.product .table-style {
	margin-bottom: 0;
}

#wrapSub.product .table-style thead tr th {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: 1px solid #ddd;
	background: #f5f7f5;
}

#wrapSub.product .table-style thead tr th > small {
	display: block;
}

#wrapSub.product .table-style tbody tr td,
#wrapSub.product .table-style tbody tr th {
	text-align: center;
	font-size: 13px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

#wrapSub.product .table-style tbody tr:last-child > td,
#wrapSub.product .table-style tbody tr:last-child > th {
	border-bottom: 0;
}


@media screen and (min-width: 992px) {
	#wrapSub.product.solder .left-remove {
		padding-left: 0;
	}
}

.table-style .text-left {
	text-align: left !important;
}

.margin-upper {
	margin-top: 30px;
}

.margin-under {
	margin-bottom: 30px;
}

#wrapSub.product.stripper .product > h4 {
	margin: 0 0 15px;
    color: #467378;
    font-size: 16px;
    border-left: 3px solid #467378;
    padding-left: 8px;
}

#wrapSub.product.stripper .product > p {
	margin-bottom: 20px;
}

#wrapSub.product.stripper .product > li {
	list-style: none;
	font-size: 13px;
}

#wrapSub.product.isuzu .table-style tr td:last-child {
	width: 20%;
}

#wrapSub .list-style > li,
#wrapSub.light.cleaner .product > li {
	padding: 15px;
	width: 50%;
	float: left;
	list-style: none;
}

#wrapSub .list-style > li > span,
#wrapSub.light.cleaner .product > li > span {
	display: block;
	padding: 50px;
	text-align: center;
	font-size: 16px;
	border: 2px solid #DEDEDE;
	border-radius: 6px;
}

@media screen and (max-width: 767px) {
	#wrapSub.light.cleaner .product > li {
		width: 100%;
	}
}

#wrapSub.metal_tubing .product_four p {
	text-align: center;
	margin-top: 10px;
}

/* 메인 레이아웃 */
.intro-widget-layout,
.intro-board-layout {
	width: 100%;
}

.intro-board-layout {
    padding-bottom: 60px;
}
.intro-board-layout .intro-boardbox {
	width: 50%;
}

.intro-board-layout .intro-boardbox:first-child {
	width: 100%;
}

.intro-board-layout .row-separator,
.intro-board-layout .dh-front-list2-words h6 a > small {
	display: none;
}

.intro-board-layout .list-row-regdate {
	float: right;
}

.dh-front-blog > .col-sm-6 {
	width: 16.6666667%;
	float: left;
}

@media screen and (max-width: 991px) {
	.dh-front-blog > .col-sm-6 {
		width: 33.333333%;
	}
}

@media screen and (max-width: 767px) {
	.dh-front-blog > .col-sm-6 {
		width: 50%;
	}
}

/* -- 메인 커스텀 -- */
.page-header h4 {
    font-size: 20px;
}
.dh-front-blog>.col-md-4>.thumbnail {
    box-shadow: none;
	min-height: 200px;
}
.dh-front-blog>.col-md-4>.thumbnail a.blogthumb {
    border: none;
}
.thumbnail .caption {
    padding: 0;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'NanumBarungothic' !important;
    display: block;
    padding: 15px;
    background: #f3f3f3;
	color: #467378;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 small {
    display: none;
}

.dh-front-blog .blog-row-contents {
	display: none;
}

.dh-front-blog>.col-md-4>.thumbnail:hover {
    border-color: #467378;
}
.dh-front-blog>.col-md-4>.thumbnail:hover h5 a {
    background: #467378;
    color: #fff;
}

/* 게시판 레이아웃 */
.dh-board, .dh-view-box {
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.bbs-blog-index-layout #content,
.bbs-list-index-layout #content,
.bbs-list-view-layout #content,
.bbs-list-add-layout #content,
.bbs-blog-add-layout #content,
.bbs-blog-view-layout #content,
.form-horizontal {
	max-width: 1170px;
	margin: 0 auto;
	float: none;
	padding-left: 0;
	padding-right: 0;
}

.dh-front-list2-words .list-row-contents {
	display: none;
}

.dh-view-box > .row {
	margin-left: 0;
	margin-right: 0;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #467378;
    border: 1px solid #467378;
}
table.table.table-hover tr th {
    border-bottom: 1px solid #ddd;
}
table.table.table-hover {
    border-top: 1px solid #467378;
    border-bottom: 1px solid #ddd;
}
table.table.table-hover td, table.table.table-hover th {
    padding: 13px 15px;
}

.input-group button#btnNew {
    background: #467378;
    border: 1px solid #2b7b3c;
}

/*-------- 블로그 게시판-------- */
.dhb-txt-box .col-md-8.dhb-txt-list {
    width: 100%;
    border-right: none;
}
.dhb-txt-box .col-md-4.text-right {
    display: none;
}
@media (min-width: 768px){
	.bbs-blog-index-layout > .dh-board > .dhb-txt-box > .dhb-txt-list > .row > .col-xs-12.col-sm-5.col-md-5 {
		width: 33.33333333%;
	}
}
.dhb-txt-box {
    border: none;
    border-top: 1px solid #ddd;
    background: #fff;
    margin: 0;
    padding: 20px 0;
}
.dhb-txt-list .thumb-hidden {
    border: 1px solid #ddd;
    box-shadow: none;
}
.dh-board .label-danger {
    color: #467378;
    background: transparent;
}
.dhb-txt-box:hover, .dhb-txt-box:focus {
    background: #f3f3f3;
}
.dhb-txt-box:hover h4 strong a, .dhb-txt-box:focus h4 strong a {
    color: #467378;
}
.dhb-txt-list h5 a {
    color: #777;
    line-height: 23px;
}

.intro-widget-layout.col-sm-4 {
	width: 16.66666667%;
	float: left;
	padding-left: 0;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.intro-widget-layout.col-sm-4 {
		padding-left: 15px;
	}
}

.intro-board-layout.col-sm-8 {
	width: 83.3333333%;
    float: left;
}

@media screen and (max-width: 767px) {
	.intro-board-layout.col-sm-8 {
		width: 100%;
	}
}
/*---------- 푸터 영역 ----------*/
.footer-social-layout { display: none; }

.footer_copy .text-center {
	padding-top: 30px;
	background: #EEE;
}

.footer_copy .text-center p {
	line-height: 1;
	font-size: 13px;
}

.footer_copy .text-center p.copyright {
	font-size: 12px;
	color: #AAA;
}