@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
/* 스크롤 설정 */
html {overflow-x: hidden;overflow-y: scroll;}
/* 폰트 설정 */
.body-layout {
	font-family:'Noto Sans', 'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;
}
.h1,.h2,.h3,.h4,.h5,.h6,.p {
	font-family:'Noto Sans', 'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;
}
h1,h2,h3,h4,h5,h6,p {
	font-family:'Noto Sans', 'NanumBarunGothic', "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo Medium" !important;
}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
/* 모바일 메뉴 위치 조정 */
.navbar-toggle {margin-top: 22px}

/*상단 메뉴 설정 시작*/
body {background-color: #f6f6f6;}

.panel.panel-default{
	margin-top:50px;
}
/*.panel-body{width:1170px;margin:0 auto;}*/
.row.dh-front-list2 .panel-body{
	width:auto;
}
.row {
	margin-right:0;
	margin-left:0;
}

/*로고 클릭 영역 및 메뉴 클릭 영역 초기화*/
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, :last-child.navbar-right.navbar-nav
 {
 margin:0px;
 }

/*메인 로고와 메뉴 영역 분리 */
 .navbar-header{
	float: none;
	background-color: rgba(255,255,255,0.6);
	height: 50px;
 }

 .top-sub-nav {
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
 }

 .sub-nav-line {
	padding: 10px 0;
	 max-width: 1140px;
	 text-align: right;
	 margin: 0 auto;
 }

@media (min-width: 1200px){
	.container{
		width:100%;
		margin:0;
		padding:0;
	}
}

@media (min-width: 1200px){
	.container>.navbar-header {
		margin:0 auto;
		padding:0 19%;
		width:auto;
	}
}
.navbar-inverse{
	background:rgba(0, 0, 0, 0);	 /*배경 색*/
	border:none;		 /*테두리 색*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:0px 0px 0px 0px;	   /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand{
	padding:10px 5px 0;
}
.navbar-brand img {
	margin-top: -10px;
	padding-top: 7px;
	/*height: 70px;*/
	width: auto;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
li.divider-vertical
{
	display:none;
}

ul.nav
{
	float:left!important;
	padding-left:15px;
}

@media (min-width: 1200px){
	ul.nav{
		padding-left:19%;
	}
}

.navbar ~ br
{
	display:none;
}
.navbar-inverse .navbar-nav{margin-bottom: 5px!important;}
.navbar-inverse .navbar-nav > li > a{
	/*background-color:none;		  배경 색*/
	color:#444444;				/*텍스트 색*/
	font-size:16px;			   /*텍스트 크기*/
	padding:10px 20px 10px 20px;  /*내부 여백*/
	margin:0px 2px 0px 2px;	   /*외부 여백*/
	text-shadow:none;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover
{
	color:#CC0000;
}
.navbar-inverse .navbar-collapse{
	background-color: rgba(255,255,255,0.6);
}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu{
	padding:0px 0px;
	box-shadow:none;
}
.dropdown-menu > li > a{
	background-color:#ffffff;	 /*배경 색*/
	color:#444;				/*텍스트 색*/
	padding:10px 20px 10px 20px;	  /*내부 여백*/
	margin:0px 0px 0px 0px;	 /*외부 여백*/
	font-size:14px;
}
.dropdown-menu > li > a:hover{
	background-color:#CC0000;	 /*배경 색*/
	background-image:none;
	color:#fff;				/*텍스트 색*/
}

/*@media (min-width: 768px){
	.col-sm-12{
		width:100%;
		padding:0;
	}
}*/
@media (min-width: 768px){
	.navbar-right .dropdown-menu {
		left:0;
		right:auto;
	}
}
/* 상단 서브 메뉴 설정 끝*/

/* 상단 메뉴 여백 */
@media (min-width: 1200px){
	.topmarginLay_a{
		display:none;
	}
}
/* 슬라이드 버튼 */
/*a.carousel-control.left{
	display:none;
}
a.carousel-control.right{
	display:none;
}*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;		   /*배경 색*/
	color:#999999;				/*텍스트 색*/
	font-size:14px;			   /*텍스트 크기*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:0px 0px 0px 0px;	   /*외부 여백*/
	text-align:center;			/*텍스트 정렬*/
}
.footer_copy .text-center{
	background:#f6f6f6;	 /*배경 색*/
	color:#999999;				/*텍스트 색*/
	font-size:14px;			   /*텍스트 크기*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:0px 0px 0px 0px;	   /*외부 여백*/
	text-align:center;			/*텍스트 정렬*/
	border-top: 1px solid #DDD;
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
	background-color:none;		/*배경 색*/
	color:#ffffff;				/*텍스트 색*/
	font-size:36px;			   /*텍스트 크기*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
	background-color:none;		/*배경 색*/
	color:#ffffff;				/*텍스트 색*/
	font-size:14px;			   /*텍스트 크기*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

.flex-caption span.intro-title{
	background:none;		/*배경 색*/
	color:#ffffff;				/*텍스트 색*/
	font-size:36px;			   /*텍스트 크기*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
	background:none;		/*배경 색*/
	color:#ffffff;				/*텍스트 색*/
	font-size:14px;			   /*텍스트 크기*/
	padding:0px 0px 0px 0px;	  /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.fill {
	width:100%;
	height:480px;
}

.fill h1 span
{
	display:inline-block;
	opacity:1;
	background:none;
	text-shadow:none;
	text-align:left;
	font-size:70px;
	font-family:"helvetica";
	font-weight:900;
	color:#ef950f;
	line-height:68px;
	padding:0;
}

.fill p
{
	padding-left:30px;
	text-align:left;
	text-indent:-10px;
}

.fill p span
{
	background:none;
	opacity:1;
	text-shadow:none;
	color:#919187;
}

/*main slide caption position*/
/*.carousel-caption
{
	top:34%;
	right:auto;
	bottom:auto;
}
@media (min-width: 1200px){
	.carousel-caption{
		left:19%;
	}
}
*/
.carousel-inner{
	width:100%;
}

.carousel-caption {
	padding-bottom: 0;
	bottom: 0;
	text-shadow: none;
	color: #333;
}

/*인트로 텍스트 설정 끝*/


/*content Proudct part*/
.product-wrap
{
	width: 1170px;
	margin: 0 auto;
	padding:10px 0 0;
	margin-bottom:40px;
}
.product-wrap .product-title
{
	margin:50px 0 40px;
	padding-bottom:15px;
	border-bottom:1px solid #777;
	position:relative;
}
.product-wrap .product-title h1{
	font-size:34px;
	float: left;
	display: inline-block;
	margin: 0;
}
.product-wrap .product-title h3
{
	font-size:21px;
	font-weight:700;
}
.product-wrap .product-title p
{
	font-size:18px;
	color:#909090;
	display: inline-block;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0;
}
.product img {
	display: inline-block;
	position:absolute;
	right:0;
}
.product-top{
	max-height:260px;
	overflow:hidden;
}
.product-top img{
	width:100%;
}
.product-top,
.product-exp
{
	position:relative;
}
.product-top .product-hover
{

	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}
.product-hover p
{
	padding:100px;
	text-align:center;
}
.product-hover p i
{
	color:#fff;
}

.product-list .col-md-3:nth-child(1) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(1) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:hover .product-hover
{
  visibility:visible;
  background:rgba(0,0,0,0.3);
}

.product-list .product-hover
{
	visibility:hidden;
}

.product-list .product-exp .btn
{
	padding:10px 12px;
	background: #ef950f;
	color: #fff;
	width: 158px;
	height: 48px;
	font-size: 20px;
	border-radius:2px;
}
.product-exp
{
	background:#Fff;
}
.product-exp div.text-center
{
	position:absolute;
	top:-25px;
	width:100%;
	z-index:999;
}

.product-exp .text-center ~ p
{
	padding:50px 20px 40px;
	color:#444;
	line-height:20pt;
	font-size:15px;
}


/*main page board part*/
.intro-board-widget-layout{
	background:#fff;
}
.col-sm-12.intro-boardbox .page-header{
	padding-bottom:10px;
	margin:40px 0 15px;
	border-bottom:1px solid #aaaaaa;
}
.col-sm-12.intro-boardbox .panel-body{
	padding:30px 15px;
}

.intro-boardbox>.page-header>h4>.btn{
	color:rgba(0, 0, 0, 0);
}
.intro-board-widget-layout .intro-boardbox .page-header h4
{
	font-weight:700;
	font-size:34px;
	color:#444444;
}

.dh-front-list2-words .row-separator
{
	visibility:hidden;
}

.dh-front-list2-words .list-row-regdate
{
	color:#ef950f;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{
	font-size:16px;
	font-weight:600;
	color:#444444;
}
.dh-front-list2 h5 a{
	font-size:13px !important;
	line-height:18pt;
	font-weight:400;
}

.board-gadget-wrap
{
	padding-top:43px;
	padding-left:50px;
}
.board-gadget-wrap div.col-md-12
{
	padding-bottom:20px;
}
.board-gadget-wrap .board-gadget
{
	border:1px solid rgba(0, 0, 0, 0);
	padding:30px 20px;
	background:#eee;
}
.board-gadget-wrap .board-gadget h3
{
	color:#444444;
	font-size:28px;
	margin-bottom:18px;
}
.board-gadget-wrap .board-gadget p
{
	color:#444444;
	font-size:15px;
	line-height:18pt;
}
.board-gadget-wrap .board-gadget img{
	margin-top:35px;
}
.board-gadget-wrap .board-gadget h2{
	margin:0;
	font-size:44px;
	letter-spacing:-1.0pt;
	color:#ef950f;
}

.board-gadget-wrap .board-gadget p a.btn
{
	border: 1px solid #ef950f;
	padding: 10px 50px;
	color: #ef950f;
	font-weight:600;
	font-size:18px;
	border-radius:2px;
}
.board-gadget-wrap .board-gadget p a.btn:hover
{
	border-bottom: 1px solid #ef950f!important;
}

.intro-board-widget-layout .intro-boardbox:nth-child(1),
.intro-board-widget-layout .intro-boardbox:nth-child(2)
{
	width:50%;
}


/*footer part*/
.footer-wrap
{
  padding:23px 0;
}

.footer-wrap .footer-navi
{
	text-align:left;
}

.footer-wrap .col-md-3
{
	padding-left:0;
}
.footer-navi ul
{
list-style:none;
padding:0;
margin:0;
}
.footer-navi ul li
{
float:left;
padding-right:10px;
}
.footer-navi ul li:last-child
{
border-left:1px solid #ddd;
padding-left:10px;
}
.footer-navi ul li a
{
color:#8a8a8a;
}
.footer-navi p,
.footer-navi p a
{
color:#707070;
font-size:12px;
}



/*sub page*/
.top-sub-bg
{
	background:url('/skin/img/slide/slide_03.jpg') no-repeat;
	background-position:center;
	width:100%;
	height:320px;
	position:relative;
}
.top-sub-bg > div
{
	position:absolute;
	bottom:80px;
	left:19%;
	width:1170px;
}
.top-sub-bg .breadcrumb
{
	padding: 0 15px;
	margin-left:20px;
	margin-top:38px;
	float:left;
}

.top-sub-bg h2{
	background-position:0 7px;
	color:#FFF;
	text-shadow: 0px 0px 10px #000;
	font-size: 48px;
	letter-spacing: -1px;
}

.top-sub-bg .breadcrumb
{
	background:#fff;
	color:#585858;
}

.top-sub-bg .breadcrumb > li {
	font-size: 12px;
}

.top-sub-bg .breadcrumb > li + li::before
{
	content:'|';
}

.top-sub-bg .breadcrumb > .active
{
	color:#ff00de;
	font-weight:700;
}

.content {font-size: 15px;}

.content h2
{
	margin-top: 70px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	padding-left: 90px;
	font-size: 33px;
}

.content .content-sub,
.content .sub-bg
{
	padding:70px;
}

.content .sub-bg {
	width:100%;
	height:900px;
	position:relative;
	margin:50px 0;
	background: url('/skin/img/c_bg01.png') no-repeat;
	background-size: contain;
	background-position: center;
}

.content .sub-bg .sub-content
{
	width:25%;
	word-break:keep-all;
	text-align:center;
	color:#fff;
}


.content .sub-bg .sub-content:nth-child(1),
.content .sub-bg .sub-content:nth-child(2),
.content .sub-bg .sub-content:nth-child(3)
{
	position:absolute;
}


.content .sub-bg .sub-content:nth-child(1)
{
	top: 200px;
	right:340px;
}
.content .sub-bg .sub-content:nth-child(2)
{
	top: 335px;
	left: 244px;
}

.content .sub-bg .sub-content:nth-child(3)
{
	right:320px;
	bottom:251px;
}

/*mobile part*/
@media all and (min-width:768px)
{

	.footer-wrap
	{
		width:750px;
		margin:0 auto;
	}

}
@media all and (min-width:992px)
{
	.footer-wrap
	{
		width:970px;
		margin:0 auto;
	}
}
@media all and (min-width:1200px)
{
	 .footer-wrap
	{
		width:1170px;
		margin:0 auto;
	}
}

@media all and (max-width:920px)
{
	.intro-board-widget-layout .intro-boardbox:nth-child(1),
	.intro-board-widget-layout .intro-boardbox:nth-child(2)
	{
		width:100%;
	}
	.board-gadget-wrap
	{
		padding-left:0;
	}
	.board-gadget .col-md-8
	{
		text-align:center;
	}
}

/* ONLINE BROCURE */
.brocure {background-color: #000;}
.brocure.product-title {
	border-bottom:1px solid #fff;
}
.brocure h1,.brocure h3,.brocure p {color: #ffffff;}
.brocure h1 {
	font-size:34px;
	float: left;
	display: inline-block;
	margin: 0;
}
.brocure p {
	font-size:18px;
	color:#909090;
	display: inline-block;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0;
}
.brocure img {
	display: inline-block;
	position:absolute;
	right:0;
}

.intro-board-layout, .intro-widget-layout {width: 100%;}

.intro-widget-layout.col-sm-4{
	background: url('/skin/img/bg_brochure.gif') no-repeat !important;
}

.intro-widgetbox {margin-top: 0;}
.intro-widgetbox.thumbs{
	padding-bottom:60px;
}
.intro-widgetbox > .dh-front-gallery{
	padding:0;
}

.row.dh-front-gallery.thumbs.intro-widgetBoardbox{
	width:1170px;
	margin:0 auto;
}
.intro-widgetBoardbox {
	padding-top: 30px !important;
	border: none;
	background-size: cover !important;
	background:rgba(0, 0, 0, 0) !important;
}

.intro-widgetBoardbox > a {display: none;}

.dh-front-gallery a:hover {border: none;}

.dh-front-gallery .thumbnail {
	border: none;
	border-radius: 0;
}
/* //ONLINE BROCURE */

.caret {display: none;}


/*.body-layout > .container {width: 100%;}*/

.intro-board-layout.col-sm-8{
	width:1170px;
	left:50%;
	margin-left:-585px;
	padding-bottom:40px;
}

a.btn.pull-right{
	background:url('/skin/img/btn-more1.png') no-repeat;
}

.socialArea{
	margin:10px 0;
}

/* 서브 페이지 */
.sub-wrap {
	width:1170px;
	margin:0 auto;
}

.bbs-list-index-layout.text-bbs5 .dh-board{
	width:1170px;
	margin:0 auto;
	margin-top:50px;
}
.bbs-list-index-layout.text-bbs5 .btn.btn-primary#btnNew{
	background-color:#ef950f;
	background-image:none;
	border-color:#ef950f;
}

.dh-view-box.dh-margin-topx2{
	width:1170px;
	margin:0 auto;
	margin-top:50px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color:#ef950f;
	border-color:#ef950f;
}

.form-horizontal, #mod_contact_mail_bottom {
	max-width:1170px;
	margin:0 auto;
}
#mailForm {
	max-width: 700px;
	margin: 0 auto;
}
.btn-primary {
	background-image: none;
	background-color: #EC282C;
	border-color: #EC282C;
}
.btn-primary:hover {
	background-image: none;
	background-color: #e05053;
	border-color: #e05053;
}
.contact-location-only-layout .row.google{
	max-width:1170px;
	margin:0 auto;
	padding-top:10px;
}

/* 서브 페이지 */

.footer-social-layout {display: none}

.nittoku {
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
}

#table__about_profile td:nth-child(1) {
	font-weight: bold;
	text-align: center;
}

#table__about_profile td:nth-child(2) {
	text-align: left;
}

.nittoku table {
	width: 100%;
}

.nittoku thead tr > th {
	text-align: center;
	vertical-align: middle;
}

.nittoku tbody td {
	text-align: right;
	vertical-align: middle;
}

.nittoku tbody .gen {
	text-align: center;
	vertical-align: middle;
}

.nittoku tbody .top {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

.nittoku tbody .pair {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	color: #46AFE3;
}

.nittoku h2 {
	font-weight: bold;
	padding: 0px 10px 5px;
	border-left: 5px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	margin-bottom: 15px;
}

.nittoku .ul__about_business li {
	font-size: 16px;
	list-style-type: demical;
	line-height: 200%;
}

.contact-layout > .row {
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
}

.contact-layout > .row .panel-body {
	max-width: 1170px;
	width: 100%;
}

.dh-board {
	max-width: 1170px;
	margin: 0 auto;
}

.dh-view-box {
	margin-bottom: 20px !important;
}

.nittoku_main > div {
	padding: 20px 0;
	text-align: center;
}

.intro-html-layout {
	margin: 0 auto;
	max-width: 1170px;
}

.main_big_btn {
	text-align: center;
	display: block;
	padding: 20px 0px;
	margin: 20px auto;
	background: #474747;
	color: #FFF;
	width: 75%;
}

.main_big_btn:hover,
.main_big_btn:focus {
	background: #EC4D4D;
	color: #FFF;
}
.number_category { font-size: 24px; }
.number_box {
	color: #333;
	font-weight: 600;
	text-align: center;
	border: 3px solid #000;
	width: 100%;
	padding: 10px;
	margin: 15px 0;
	display: inline-block;
}
.number_box:hover {
	background: #EC4D4D;
	color: #FFF;
	border-color: #EC4D4D;
}
.feature_botton {
	color: #ffffff;
	background-color: #474747;
	border-color: #474747;
}

.product_list_table tr:first-child > td {
	text-align: center !important;
	min-height: 240px;
	display: block;
}

.product_list_table td {
	text-align: center !important;
	display: block;
}

.nittoku .table > tbody > tr > td {
	text-align: left;
}
.product_list { margin: 35px 0;}
.product_list_table {
	margin-top: 30px;
}
.product_list_table img {
	width: 100%;
	max-width: 200px;
}

.product_list_table > tbody > tr:nth-child(2) > td {
	padding: 20px 0;
}
.nittoku h3 {
	font-weight: 600;
}
.name_desc {
	font-size: 24px;
	font-weight: 400;
}
.prod_desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.1px;
	text-align: justify;
}
.nittoku ul > li {
	line-height: 1.9;
}
a {
	color: #333;
}
.relay_prod_desc {
	line-height: 200%;
	letter-spacing: 0.1px;
}
.product_list > a > div {
	max-height: 200px;
	min-height: 200px;
	overflow: hidden;
	position: relative;
}
.product_list > a > div > img {
	max-width: 300px;
	min-height: 190px;
	top:;
	left:0;
	position: absolute;
}
/* mod/contact.html/ layout */
.mod_contact {
	max-width: 1170px;
	margin: 0 auto;
}
.mod_contact h4 {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 0;
	border-left: 3px solid #EC282C;
	padding-left: 7px;
}
.inner-box-wrapper {
	max-width: 1170px;
	margin: auto;
	margin-top: 80px;
}
/*2016.08.19 stylesheet*/
.color_red {
	color:#cc0000;
	font-weight: 400;
	margin-right: 15px;
}
.font_s28{font-size:28px;}
.list_style00 li{margin-bottom:10px; font-size:18px; list-style:none;}
.address > h3 {
	font-size: 18px;
	word-break: break-word;
}
.address > p {
	font-size: 16px;
	word-break: break-word;
}
.address > h3 > span {
	font-weight: 400;
}
#service-network-map {
	width: 100%;
	max-width: 270px;
	margin: 0 auto;
	display: block;
	border: 5px solid #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 1px #777;
}

.nittoku_table{
    margin: 30px 0 0;
}
.nittoku_table tr{
    border-bottom: 1px solid #ddd;
}
.nittoku_table tr th,
.nittoku_table tr td{
    padding: 15px;
}
.nittoku_table tr th{
    background: #4e3f3f;
    color: #fff;
}
.nittoku_table tr th:first-child{width: 240px;}
.nittoku_table tr td{
    padding: 11px;
}