@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background-color: #fff;
}

* {
	font-family: "NanumBarunGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;
}

h1,h2,h3,h4,h5,h6,p {
	font-family: "NanumBarunGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;
}

.fa {
	font-family: 'FontAwesome' !important;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

ol,ul,li {
	list-style: none;
}


/* ----- 메뉴 상단 영역 설정 시작 ----- */

.navbar {
	/*background: #213448;*/
	background: #fff;
	border-bottom: 1px solid #DDDDDD;
	box-shadow: 0px 0px 7px #DDDDDD;
}

@media (min-width:768px) {
	.navbar {
		border-bottom: none;
		box-shadow: none;
	}
}

.navbar-inverse> .container {
	width: 100%;
	padding: 0;
}

.navbar-inverse .navbar-wrap {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.navbar-inverse .navbar-wrap .navbar-logo {
	display: inline-block;
	float: left;
	margin: 15px 0 0px;
	padding: 0 15px 15px;
	color: #fff;
	font-size: 20px;
}

.navbar-inverse .navbar-wrap .navbar-small {
	position: absolute;
	top: 37px;
}

.navbar-inverse .navbar-wrap .navbar-small> ul {
	list-style: none;
	padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li {
	float: left;
	padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li> a {
	color: #df7100;
	font-size: 12px;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li> a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 8px 0;
	margin: 0;
	color: #636a71;
}

.navbar-inverse .navbar-wrap .navbar-small> ul> li:last-child> a:after {
	content: "";
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-wrap {
		width: 100%;
	}
	.navbar-inverse .navbar-wrap .navbar-logo {
		margin: 10px 0 15px;
		padding: 10px 15px 10px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse> .container:first-child {
		display: inline-block;
		float: left;
		width: 80%;
	}
	.navbar-inverse> .container:last-child {
		display: inline-block;
		float: right;
		width: 20%;
	}
	.navbar-inverse .navbar-wrap .navbar-small {
		display: none;
	}
}


/* ----- //메뉴 상단 영역 설정 끝 ----- */


/* ----- 메인 메뉴 설정 시작 -----*/

.navbar.navbar-inverse.navbar-fixed-top> div:nth-child(2)> .navbar-header> .navbar-brand {
	display: none;
}

.navbar-fixed-top> .container> .navbar-collapse.collapse {
	background: #28527d;
	width: 100%;
	margin: 0;
}

.topmarginLay_a {
	height: 80px !important;
}

@media screen and (min-width: 768px) {
	.navbar {
		margin-bottom: 0;
	}
	.navbar.navbar-inverse.navbar-fixed-top> .container {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-fixed-top> .container> .navbar-header {
		background-color: #FFFFFF;
	}
	.navbar-fixed-top> .container> .navbar-header,
	.navbar-fixed-top> .container> .navbar-collapse.collapse {
		width: 100%;
	}
	.navbar-inverse> .container> .navbar-header> .navbar-brand {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.navbar-inverse> .container> .navbar-header> .navbar-brand,
	.navbar-inverse> .container> .navbar-collapse> .nav {
		display: block;
		width: 1170px;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
	}
	.topmarginLay_a {
		height: 93px !important;
	}
}

.navbar-inverse .navbar-nav> li> a {
	color: #fff;
	font-size: 15px;
/* 	font-weight: 600; */
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	text-align: center;
	padding: 9px 25px 9px;
	margin: 0;
	min-width: 140px;
	border: none;
	font-family: 'Lato', sans-serif !important;
}

.navbar-inverse .navbar-nav> li> a:hover,
.navbar-inverse .navbar-nav> li> a:focus {
	color: #ddd;
}

.caret {
	display: none;
}

.navbar-inverse .divider-vertical {
	display: none;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		margin: 22px 0px 18px 0px;
		padding: 12px 20px 12px 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 15px;
		margin: 0;
		padding: 14px 20px 14px 20px;
		text-align: left;
		width: 100%;
	}
	.navbar-collapse {
		position: absolute;
		left: 0px !important;
	}
}


/* ----- //메인 메뉴 설정 끝 -----*/


/* ----- 서브 메뉴 설정 시작 -----*/

.dropdown-menu {
	left: 0 !important;
	right: auto !important;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	min-width: 100%;
	background: #f3f3f3;
	border: none;
}

.dropdown-menu> li> a {
	background: transparent;
	color: #555;
	padding: 13px 40px 13px 40px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: 400;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dropdown-menu> li:last-child> a {
	border-bottom: none !important;
}

.dropdown-menu> li> a:focus,
.dropdown-menu> li> a:hover {
	background: transparent;
	color: #df7100;
}

@media (max-width: 767px) {
	.dropdown-menu {
		padding: 0;
	}
}


/* ----- //서브 메뉴 설정 끝 -----*/


/* ----- 모바일 메뉴 시작 ----- */

.navbar-toggle {
	background: #494f48;
	border-radius: 3px;
	border: none;
	margin: 25px 30px 20px;
	padding: 12px 12px;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #555;
		background: #f7f7f7;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}


/* ----- //모바일 메뉴 끝 ----- */


/* 상단 메뉴 설정 끝 */


/* 하단 카피라이트 설정 시작*/

.footer_copy .text-center {
	background: #ffffff;
	color: #666;
	border-top: 1px solid #e5e5e5;
	font-weight: 500;
	padding: 0 15px 0;
	margin: 0;
	text-align: left;
}

.footer-con {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px
}

.footer-top {
	width: 100%;
	display: inline-block;
	padding: 28px 0 8px;
}

.footer-top> ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-top> ul> li {
	display: inline-block;
	float: left;
}

.footer-top> ul> li> a {
	color: #858585;
	padding-right: 20px;
	font-size: 12px;
	font-weight: 400;
}

.footer-top> ul> li:hover> a,
.footer-top> ul> li:focus> a {
	color: #df7117;
	text-decoration: underline !important;
}

.footer_copy .footer-middle ul {
	float: left;
	padding-left: 0;
	margin: 10px 0;
}

.footer_copy .footer-middle ul>li {
	float: left;
	margin-right: 20px;
	min-height: 50px;
}

.footer-bottom {
	width: 100%;
	display: inline-block;
}

.footer-bottom > p {
	font-size: 12px;
	float: left;
}
.footer-bottom .intro-boardbox{float: left;}
.socialArea {
	display: none;
}

@media screen and (max-width: 991px) {
	.footer-con {
		width: 100%;
	}
}


/* 하단 카피라이트 설정 끝*/


/* 슬라이드 설정 시작*/

.container_slide {
	width: 100%;
	padding: 0;
}

.carousel-control {
	display: none;
}

.gu-slider .carousel-inner .item {
	height: 370px;
	background-size: cover !important;
	background-position: center !important;
}

.gu-slider .carousel-inner .item> .container {
	position: relative;
	height: 100%;
	padding: 87px 0 60px;
}

.slide-box-left {
	color: #fff;
	float: left;
	width: 85%;
	padding: 0 15px 0;
	margin-left: 10px;
	word-break: normal;
}

.slide-caption em {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 15px;
}

.slide-caption em span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	font-weight: 300;
	line-height: 28px;
}

.slide-caption .small-copy {
	font-size: 16px;
	font-weight: 400;
	color: #df7100;
	border-bottom: 1px solid #df7100;
}

.slide-caption h3 {
	font-size: 30px;
	line-height: 1.15;
	font-weight: 300;
	margin: 30px 0 0 0;
}

.slide-caption p {
	font-size: 13px;
	line-height: 20px;
	margin: 15px 0 0;
	font-weight: 300;
	color: #e3e6e6;
}


/* ----- 슬라이드 버튼 박스 영역 ----- */

.slide-box-right {
	position: absolute;
	right: 0;
	width: 15%;
}

.slide-box-right .title {
	padding: 34px 10px 34px;
	background: #008470;
	text-align: center;
}

.slide-box-right .title h2 {
	padding: 0;
	position: relative;
	margin-bottom: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
}

.slide-box-right .title p {
	color: #d7fffd;
	font-size: 13px;
	line-height: 16px;
	word-wrap: break-word;
	word-break: keep-all;
}

.button-wrap {
	padding: 0;
	background: #fff;
}

.button-wrap li {
	border-top: 1px solid #ddd;
	text-align: left;
}

.button-wrap li a {
	padding: 20px 30px 20px;
	display: block;
	color: #333;
}


/* ----- 슬라이드 버튼 ----- */

.carousel li {
	margin: 0 2px 0;
}

.carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 0 2px 0;
}

@media screen and (max-width: 991px) {
	.slide-box-left {
		width: 75%;
	}
	.slide-box-right {
		width: 30%;
	}
}


/* 슬라이드 설정 끝*/


/* 메인 페이지 설정 시작 */

.mobile-btn-layout-container {
	display: none;
}

.container.container_contents {
	width: 100%;
	padding: 0;
	background: #fff;
}


/* ----- intro html layout ----- */

.intro-html-layout {
	background: #f7f7f7;
}

.html-header {
	color: #008470;
	font-size: 23px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 6px;
	border-bottom: 2px solid #ccc;
	letter-spacing: -0.03em;
}

.html-header .btn {
	color: #999;
	padding: 2px 5px 2px;
	margin: 0;
	font-size: 20px;
	line-height: 1;
}

.html-header .btn:hover,
.html-header .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #ed7744;
}

.html-header .btn .fa-plus:before {
	content: "\f105";
}


/* ---------- 사업분야 영역 ---------- */

.main-wrap {
	width: 1170px;
	margin: 0 auto;
	min-height: 140px;
}

.main-con {
	width: 25%;
	float: left;
	padding: 10px 0px 10px 25px;
	margin: 20px 0 20px;
	border-right: 1px solid #d5d5d5;
}

.main-con-text {
	display: inline-block;
	float: left;
}

.main-con-text h5 {
	font-size: 14px;
	color: #454545;
	font-weight: 500;
	margin: 0 0 10px;
}

.main-con-text p {
	font-size: 13px;
	line-height: 17px;
	color: #888888;
	font-weight: 400;
	margin: 0 0 15px;
}

.main-con-img {
	float: right;
	display: inline-block;
	padding: 0 15px 0;
}

@media screen and (max-width: 991px) {
	.main-wrap {
		width: 100%;
	}
	.main-con {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.main-con {
		width: 100%;
		padding: 10px 20px 10px 30px;
	}
}


/* ---// intro html layout ----- */


/* ----- intro board widget layout ----- */

.intro-board-widget-layout {
	width: 1170px;
	margin: 0 auto;
	padding: 30px 0 35px;
}

@media (min-width: 992px) {
	.intro-board-widget-layout> .intro-boardbox:nth-child(1) {
		width: 50%;
	}
	.intro-board-widget-layout> .intro-boardbox:nth-child(2) {
		width: 30%;
	}
}

@media screen and (max-width: 991px) {
	.intro-board-widget-layout {
		width: 100%;
	}
	.intro-boardbox {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.intro-boardbox> .dh-front-blog> .col-sm-6.col-md-4 {
		width: 50%;
	}
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
	height: 120px;
}

.dh-front-blog> .col-md-4> .thumbnail {
	border: none;
	box-shadow: none;
	padding-top: 20px;
	min-height: 149px;
	margin: 0 0 0;
}

@media (min-width:768px) {
	.dh-front-blog> .col-md-4> .thumbnail {
		padding-top: 11px;
	}
}

.dh-front-blog .thumbnail .caption {
	padding: 1px 0 0;
}

.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
	color: #df7100;
	padding: 0 !important;
	margin: 2px 0 2px;
}

.dh-front-blog>.col-md-4>.thumbnail>.caption h5 a {
	color: #df7100;
	font-size: 12px;
	font-weight: 400;
	font-family: "Noto Sans CJK KR" !important;
}

.dh-front-blog>.col-md-4>.thumbnail>.caption p {
	display: none;
}

.dh-front-blog>.col-md-4>.thumbnail>.caption p a {
	font-family: "Noto Sans CJK KR" !important;
	color: #777;
	font-size: 12px;
}


/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
	padding: 0 0 6px;
	margin: 5px 0 0px;
	border-bottom: none;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #454545;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.intro-boardbox .page-header h4 .btn {
	padding: 0;
	margin: 0;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
	content: url('/skin/img/main/more_btn.png');
}

.board-banner {
	padding: 0 15px;
	margin-top: 15px;
}

.intro-boardbox .banner-wrap {
		min-height: 100px;
		padding: 0;
		float: left;
}

.intro-boardbox .banner-icon {

    float: left;
    /* height: 100px; */
    margin: 0 20px 0 15px;
}
.intro-boardbox .banner-icon img{width: 50px;}
.banner-text {
	display: inline-block;
}

.banner-text h5 {
	margin: 6px 0 12px;
	font-size: 14px;
	font-weight: 500;
	color: #343434;
}

.banner-wrap:last-child:hover .banner-text h5 {
	text-decoration: underline;
}

.banner-text h3 {
	margin: 0 0 5px;
	color: #df7100;
	font-size: 23px;
	font-weight: 500;
}

.banner-text p {
	font-size: 13px;
	margin: 0 0 0;
	color: #666;
}


/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel> .panel {
	padding: 0;
	background-color: transparent !important;
	border: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 0;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 12px 0 12px;
	border-bottom: 1px solid #dedede;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #707070;
	font-weight: 400;
	font-size: 13px;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #333;
	text-decoration: none;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
	white-space: nowrap;
}

.intro-boardbox:first-child .list-row-subject:before {
	content: "공지";
	padding: 0 10px 0 0;
	color: #008470;
}

.intro-boardbox:nth-child(2) .list-row-subject:before {
	content: "뉴스";
	padding: 0 10px 0 0;
	color: #008470;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.dh-front-list2 h6 a small> span {
	color: #33a681 !important;
}


/* ----- //intro board widget layout ----- */


/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */


/* ----- 서브페이지 common 설정 ----- */

.sub-layout {
	padding: 0;
}

#content {
	padding: 0 40px 40px;
	border-left: 1px solid #dedede;
}

@media (min-width: 992px) {
	#content {
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	#content {
		padding: 0 15px 40px;
		border: none;
	}
}

.shortLine {
	border: 1px solid #df7100;
	width: 30px;
	margin-left: 15px;
}

.govermentCell {
	background: #f3f3f3;
	padding: 12px 20px !important;
}

.wordStyle01 {
	color: #df7100 !important;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 15px !important;
}

.wordStyle02 {
	color: #df7100 !important;
	font-size: 16px;
	font-weight: 600;
	background: #f3f3f3;
	display: inline-block;
	width: 70px;
	padding: 4px 14px !important;
	text-align: center;
	border-radius: 30px;
	margin-top: 20px !important;
}

.listStyelTypeDecimal> li {
	list-style-type: decimal;
	margin-bottom: 10px;
}


/* ----- 서브페이지 left-menu 설정 ----- */

.left_menu_wrap {
	padding: 0;
}

@media (min-width: 992px) {
	.left_menu_wrap {
		width: 20%;
	}
}

@media screen and (max-width: 991px) {
	.left_menu_wrap {
		display: none;
	}
}

.left_menu {
	list-style: none;
	padding: 0 0 0;
	margin: 0 0 50px;
}

.left_menu> div {
	padding: 60px 15px 25px;
	border-bottom: 1px solid #dedede;
}

.left_menu h3 {
	/* color: #28527d; */
	color: #000000;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}

.left_menu> li> a {
	/* color: #313131; */
	color: #000000;
	display: block;
	border-bottom: 1px solid #dedede !important;
	margin: 0 0 0;
	padding: 10px 15px 10px;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}

.left_menu> li.active> a {
	color: #fff;
	background: #28527d;
}

.left_menu> li.active> a:after {
	content: "\276F";
	float: right;
}


/* ----- 서브페이지 content 설정 ----- */

.breadcrumb_wrap {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding-top: 10px;
	margin: 0 0 35px;
}

@media (min-width:768px) {
	.breadcrumb_wrap {
		padding: 67px 15px 0px;
	}
}

.breadcrumb_wrap h3 {
	/* color: #454545; */
	color: #000000;
	font-size: 24px;
	margin: 0 0 0;
	padding: 0 0 21px;
	-ms-word-break: normal;
	word-break: break-word;
}

@media (min-width:767px) {
	.breadcrumb_wrap h3 {
		display: inline-block;
		float: left;
	}
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	margin: 10px 0 10px;
	padding: 0 0 0;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	float: right;
}

@media (min-width:768px) {
	.breadcrumb {
		margin-bottom: 0;
	}
}

.breadcrumb> li {
	text-transform: capitalize;
}

.breadcrumb> .active {
	color: #333;
}

.breadcrumb>li+li:before {
	content: "\276D";
}

.content_wrap h3 {
	color: #000000;
	font-weight: 400;
	line-height: 1.4;
}

.content_wrap h4 {
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 0;
	padding: 0 0 20px;
	-ms-word-break: normal;
	word-break: break-word;
}

.content_wrap p {
	/* color: #313131; */
	color: #000000;
	font-size: 12px;
	line-height: 1.8;
	margin: 0 0 14px;
	padding: 0 0 10px;
	-ms-word-break: normal;
	word-break: break-word;
}

.content_wrap li {
	color: #000000;
	font-size: 12px;
	line-height: 1.8;
	-ms-word-break: normal;
	word-break: keep-all;
	;
}

@media (max-width:767px) {
	ul.listStyelTypeDecimal {
		padding-left: 10px;
	}
}

.listStyleDisc> li {
	list-style-type: disc;
}

.listStyleDisc> li> ul {
	padding-left: 20px;
}

@media (max-width:767px) {
	ul.listStyleUpperAlpha {
		padding-left: 10px;
	}
}

.listStyleUpperAlpha li {
	line-height: 24px;
	padding-bottom: 15px;
}

.listStyleUpperAlpha> li {
	list-style-type: upper-alpha;
}

.listStyleUpperAlpha> li> ul {
	padding-left: 20px;
}

@media (max-width:767px) {
	.listStyleUpperAlpha> li> ul {
		padding-left: 5px;
	}
}

.listStyleUpperBar> li::before {
	content: '-';
	padding-right: 10px;
	margin-left: -15px;
}


/* ---------- 텍스트 스타일 설정 ---------- */

.content-title {
	margin: 0 0 50px;
	text-align: center;
}

.content-title h3 {
	font-size: 22px;
}

.content-title h5 {
	font-size: 12px;
	font-weight: 300;
	color: #666;
}

.greeting-title {
	padding: 25px 30px 27px !important;
	color: #dc7011! important;
	border: 6px solid #f1f1f1;
	margin: 0 0 30px !important;
}

.content-text {
	padding: 0 !important;
}


/* ---------- tab 매뉴 설정 ---------- */

.nav-tabs {
	border: 1px solid #cecece;
	background: #fff;
	margin: 0 0 40px;
}

.nav-tabs> li> a {
	margin: 0 0 0;
	padding: 12px 50px 12px;
	line-height: 1;
	border: 1px solid transparent;
	border-right: 1px solid #cecece;
	border-radius: 0;
	color: #656565;
	font-size: 13px;
	font-weight: 400;
}

.nav-tabs> li> a:hover {
	background: #f7f7f7;
	border: 1px solid transparent;
	border-right: 1px solid #ccc;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	background: #008470;
	border: 1px solid transparent !important;
}


/* ---------- table 영역 설정 ---------- */

table {
	font-size: 14px;
	width: 100%;
	border-top: 2px solid #28527d;
	border-bottom: 1px solid #dedede;
	margin-bottom: 30px;
}

tr {
	line-height: 20pt;
}

th {
	padding: 14px 15px;
	color: #333;
	font-weight: 500;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

td {
	padding: 14px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 13px;
}


/* ---------- sub page - 회사소개 ---------- */

.table-history {
	border-top: none;
	border-bottom: 1px solid #dedede;
}

.table-history th {
	color: #008470;
	font-weight: 500;
	background-color: #fff;
}

.table-location {
	margin: 20px 0 30px;
}

.table-location td> span:after {
	content: "\276F";
	padding: 0 7px 0;
	color: #ccc;
}

.table-location td> span.location-last:after {
	content: "";
}


/* ---------- sub page - 연혁 -------------- */

.table-history tr td:first-child {
	color: #dc7100;
	font-weight: 500;
}


/* ---------- sub page - 사업소개 ---------- */

.business_wrap> div {
	padding: 0;
}

.business_wrap figure {
	max-height: 180px;
	overflow: hidden;
}

.business_wrap figure> img {
	width: 100%;
}

.business_wrap> div div {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 20px 15px 20px;
	min-height: 280px;
	display: inline-block;
}

.business_wrap> div:first-child div {
	border-left: 1px solid #dedede;
}

.business_wrap h3 {
	margin: 0 0 20px;
	color: #008470;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}

.business_wrap p {
	margin: 0;
	color: #313131;
	line-height: 1.8;
	-ms-word-break: normal;
	word-break: break-word;
}

.business_wrap p> p {
	padding-left: 40px;
}

.contact {
	padding: 20px;
	border: 1px solid #eaeaea;
	margin: 50px 15px 0;
	display: inline-block;
	width: 100%;
}

.contact dl {
	float: left;
	margin: 0;
}

.admin_info dt {
	color: #555;
	float: left;
	font-weight: 500;
	padding-left: 20px;
	margin-right: 20px;
}

.admin_info dt:first-child {
	padding-left: 0;
}

.admin_info dd {
	color: #767676;
	float: left;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.business_wrap> div:first-child div,
	.business_wrap> div div {
		border: none;
	}
}


/* ---------- sub page - project - radiowaste ---------- */

table.radioActive {
	margin-top: 15px;
}


/* ---------- sub page - 멤버소개 ---------- */

.companyMember> .companyMemberCell> .profile .img> img {
	max-width: 70px;
}

.companyMemberCell .panel {
	border: none;
	box-shadow: none;
}

.companyMemberCell .wordStyle01 {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}

.companyMemberCell .col-sm-8> ul {
	background: #f3f3f3;
	padding: 4px 20px;
	border-top: 1px solid #df7100;
	margin-top: 10px;
}

.profile .panel-heading {
	color: #df7100;
	font-size: 12px;
}

.companyMemberCell .panel .panel-footer {
	background: transparent;
	border-top: none;
}

ul.listStyleDisc {
	padding-left: 0px;
}

ul.listStyleDisc> li {
	list-style-image: url(/skin/img/sub/list-head.png) !important;
	list-style-position: inside;
	padding: 10px 0;
}


/* ---------- sub page - 제품소개 ---------- */

.product-img> img {
	border-radius: 100%;
	overflow: hidden;
	border: 6px solid rgba(0, 0, 0, 0.1);
	width: 270px;
	height: 270px;
	margin: 0 auto 30px;
}

.product-info h3 {
	margin: 0 0 0;
	font-size: 28px;
	font-weight: 300;
}

.product-info h4 {
	color: #9e9e9e;
	margin: 0 0 0;
	padding: 0 0 5px;
	font-size: 13px;
	font-weight: 600;
}

.product-detail {
	margin-top: 20px;
}

.product-detail h5 {
	color: #555;
	font-size: 17 px;
	font-weight: 400;
	border-bottom: 1px solid #888;
	display: inline-block;
	padding: 0 0 8px;
	margin: 20px 0 0;
}

.product-detail dl {
	border-top: 1px solid #ccc;
	margin: -1px 0 30px;
	padding: 20px 0 0;
}

.product-detail dt {
	font-size: 14px;
	font-weight: 400;
}

.product-detail dd {
	font-size: 13px;
	color: #6e6e6e;
	margin: 10px 0 0;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.product-info {
		padding: 0;
		margin: 20px 0 0;
	}
}


/* ---------- sub page - 메일문의 ---------- */

@media (min-width: 767px) {
	form#mailForm {
		padding: 0 20px 90px 55px !important
	}
}

.form-control {
	padding: auto 16px;
	height: auto;
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	border-radius: 0;
}

#mailForm .btn-primary {
	border-radius: 0;
	border: 1px solid #f3f3f3;
	text-shadow: none;
	color: #dc7100;
	background: #f3f3f3;
	box-shadow: none;
	padding: 11px;
}


/* ---------- sub page - 로그인 ---------- */

.login-layout .panel {
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: 1px solid transparent;
}

.login-layout .panel-body h2 {
	margin: 0;
	color: #454545;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p {
	font-size: 13px;
	color: #666;
}

.login-layout .inner-box-form form label {
	font-size: 14px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: #fff !important;
	border: 1px solid #d5d5d5;
}

.login-layout .btn-warning {
	background-image: none;
	background-color: #df7100;
	border: 1px solid #df7100;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover {
	background: #df7100;
}

.login-layout form> div> p> a {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #777;
}

.login-layout form> div> p> a:hover {
	color: #303030;
}

.login-layout form> div> p> a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 5px 0;
	margin: 0;
	color: #d9d9d9;
}

.login-layout form> div> p:last-child> a:after {
	content: "";
}


/* ---------- sub page - 회원가입 ---------- */

.join-agree-layout .sub_top_wrap {
	margin-top: -40px;
	margin-bottom: 40px;
}


/* //서브 페이지 설정 끝 */


/* 게시판 설정 시작 */

.dh-board .dh-margin-top {
	margin-bottom: 80px;
}

.dh-view-box> div:nth-child(2)> .dh-attach+div> p {
	-ms-word-break: normal;
	word-break: break-word;
}


/* ----- 레프트 메뉴 ----- */

.dh-board,
form#insertForm,
form#mailForm,
.img-bbs-default-index-layout> div:nth-child(2),
.dh-view-box.dh-margin-topx2 {
	display: inline-block;
	width: calc(80% - 30px);
	margin: 0 auto;
	padding: 0 10px 0 40px;
	max-width: 1170px;
	border-left: 1px solid #dedede;
}

.bbs-list-index-layout #content,
.contact-mail-layout #content,
.img-bbs-default-index-layout #content,
.vod-index-layout #content,
.bbs-blog2-index-layout #content,
.bbs-blog-view-layout #content,
.bbs-list-view-layout #content {
	width: 80%;
	padding: 0 40px 0;
}

@media screen and (max-width: 991px) {
	.dh-board,
	form#insertForm,
	form#mailForm,
	.img-bbs-default-index-layout> div:nth-child(2),
	.dh-view-box.dh-margin-topx2 {
		width: 100%;
		padding: 0 15px 0;
		margin: 0;
	}
	.bbs-list-index-layout #content,
	.contact-mail-layout #content,
	.img-bbs-default-index-layout #content,
	.vod-index-layout #content,
	.bbs-blog2-index-layout #content,
	.bbs-blog-view-layout #content,
	.bbs-list-view-layout #content {
		width: 100%;
		padding: 0;
	}
}


/* ----- 블로그 게시판 리스트 설정 -----*/

.bbs-blog-index-layout> .dh-board> .dhb-txt-box {
	background: #FFFFFF;
	margin: 0;
	border: none;
	border-top: 1px solid #e3e3e3;
	padding: 25px 0;
}

.dhb-txt-box:hover,
.dhb-txt-box:focus {
	background: #f3f3f3 !important;
}

.dhb-txt-box:hover .dhb-txt-list h4 strong a,
.dhb-txt-box:focus .dhb-txt-list h4 strong a {
	color: #df7100;
}

.dhb-txt-list h4 {
	margin: 10px 0 0;
	font-size: 14px;
	-ms-word-break: normal;
	word-break: break-word;
}

.dhb-txt-list h5 a {
	line-height: 20px;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	-ms-word-break: normal;
	word-break: break-word;
}

.bbs-blog-index-layout> .dh-board> .dhb-txt-box> .dhb-txt-list {
	width: 100%;
	border-right: 0px solid #d9d9d9;
}

@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%
	}
	.bbs-blog-index-layout> .dh-board> .dhb-txt-box> .dhb-txt-list> .row> .col-xs-12.col-sm-7.col-md-7 {
		width: 66.66666667%
	}
}

.bbs-blog-index-layout> .dh-board> .dhb-txt-box> .dhb-txt-list> .row> .col-xs-12.col-sm-5.col-md-5> .thumb-hidden {
	-webkit-box-shadow: 0px 0px 7px #777;
	-moz-box-shadow: 0px 0px 7px #777;
	box-shadow: none;
	border: 1px solid #e3e3e3;
	width: 200px;
	max-height: 100% !important;
	margin: 0 auto;
}

.bbs-blog-index-layout> .dh-board> .dhb-txt-box> .text-right {
	display: none;
}


/* ----- 텍스트 게시판 설정 ----- */

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 14px 10px;
	color: #313131;
	font-size: 12px;
}

.table> thead> tr> th {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	color: #555;
}

.table> tbody> tr> td> strong> a {
	color: #555;
}

.table> tbody> tr:hover> td> strong> a {
	color: #353535;
}

.dh-board> .table-hover {
	border-top: 1px solid #008470;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board> .table-hover> tbody> tr:hover td {
	background-color: #f7f7f7;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

button#btnNew {
	background: #df7100;
	border: 1px solid #df7100;
}


/* ----- 게시판 버튼 설정 ----- */

.label {
	background: transparent;
	padding: 0px 5px 0px;
	font-size: 90%;
}

.label-danger {
	color: #008470;
}

.label-primary {
	color: #2b5cb7;
}

.pagination> .active> a,
.pagination> .active> a:focus,
.pagination> .active> a:hover,
.pagination> .active> span,
.pagination> .active> span:focus,
.pagination> .active> span:hover {
	background-color: #28527d;
	border: 1px solid #28527d !important;
}

.pagination> li> a,
.pagination> li> span {
	color: #9D8478;
}

.pagination> li> a:focus,
.pagination> li> a:hover,
.pagination> li> span:focus,
.pagination>li>span:hover {
	color: #9D8478;
}

.dh-margin-top form#insertForm {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 0;
}

.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}


/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
	margin-top: 40px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
	border-top: 2px solid #28527d;
	border-bottom: 1px solid #eee;
	padding: 5px 20px 5px;
	margin: 0 15px;
}

.dh-view-box>.row>.page-header>h4 {
	color: #303030;
	font-weight: 400;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: none;
	background: transparent;
	padding: 8px 20px 8px;
	margin: 0 10px 0 20px;
	color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach {
	padding: 0 40px 0;
}

.dh-view-box .dh-attach h6 {
	margin: 0;
	padding: 0;
}

.dh-view-box .dh-attach h6> b {
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 30px 40px 40px !important;
}


/* //게시판 설정 끝 */

.bbs-blog-index-layout #content {
	padding-bottom: 0;
}

#mailForm> .form-group> label[for="name"] {
	font-size: 12px;
}

#mailForm> .form-group:nth-child(1)> label[for="name"] {
	visibility: hidden;
}

#mailForm> .form-group:nth-child(2)> label[for="name"] {
	visibility: hidden;
}

#mailForm> .form-group:nth-child(3)> label[for="name"] {
	visibility: hidden;
}

#mailForm> .form-group:nth-child(4)> label[for="name"] {
	visibility: hidden;
}

#mailForm> .form-group:nth-child(1)> label[for="name"]:before {
	visibility: visible;
	content: 'Name';
}

#mailForm> .form-group:nth-child(2)> label[for="name"]:before {
	visibility: visible;
	content: 'Email Address';
}

#mailForm> .form-group:nth-child(3)> label[for="name"]:before {
	visibility: visible;
	content: 'Subject';
}

#mailForm> .form-group:nth-child(4)> label[for="name"]:before {
	visibility: visible;
	content: 'Message';
}

.company-location > .root_daum_roughmap{
	width: 100% !important;
}
@media(min-width:768px){
	.video_area{    width: 50%;
		float: left;
		margin-top: 15px;}
}