@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.6.3/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
	background: #f5f5f5;
	padding: 150px 15px 100px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
	box-shadow: none;
	max-width: 500px;
	padding: 80px 40px 80px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
	display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
	padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
	float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
	text-align: center;
	margin: 0 0 15px;
	line-height: 1;
	color: #222;
	font-size: 32px;
}
.inner-box-msg {
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 30px;
	padding: 0;
}
.inner-box-msg p {
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #555;
	margin: 0;
}
.inner-box-form {
	width: 100%;
	float: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #222;
	font-weight: 500;
	margin: 0 0 10px;
	line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
	box-shadow: none;
	border-radius: 0px;
	border: 1px solid #ddd;
	height: 40px;
	color: #555;
	font-size: 15px;
	letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
	border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
	float: none;
	width: 100%;
	height: 50px;
	background: #005bac;
	/* background: #e2030f; */
	border-radius: 0px;
	border: none;
	font-size: 15px;
	letter-spacing: -0.03em;
	box-shadow: none;
	margin-top: 15px;
	transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
	background: #353535;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
	width: 50%;
	margin: 0;
	float: left;
	text-align: center;
	line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
	border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
	font-size: 14px;
	color: #555;
	letter-spacing: -0.03em;
	display: block;
	padding: 2px 0;
}

@media (max-width:768px){
	.login-layout,
	.id-find-layout,
	.pw-find-layout {
		padding: 20px 15px;
	}
	.login-layout .panel,
	.id-find-layout .panel,
	.id-find-layout .panel {
		padding: 40px;
	}
	.login-layout .panel-body > div.col-sm-12 h2,
	.id-find-layout .panel-body > div.col-sm-12 h2,
	.pw-find-layout .panel-body > div.col-sm-12 h2{
		font-size: 24px;
	}
	.inner-box-msg p {
		font-size: 12px;
	}
	.login-layout label,
	.id-find-layout label,
	.pw-find-layout label {
		font-size: 14px;
	}
	.login-layout .form-control,
	.id-find-layout .form-control,
	.pw-find-layout .form-control{
		font-size: 13px;
		height: 36px;
	}
	.login-layout form > div > p > a,
	.id-find-layout form > div > p > a,
	.pw-find-layout form > div > p > a{
		font-size: 12px;
	}
	.login-layout .btn-warning,
	.id-find-layout .btn-warning,
	.pw-find-layout .btn-warning{
		height: 45px;
		font-size: 14px;
		margin-top: 10px;
	}
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}
/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background: #fff;
	border-color: #fff;
	padding: 0;
	margin: 0;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand{overflow:hidden}
.navbar-brand img {
    margin-top: 10px;
	/* padding-top: 10px; */
    /* float: left; */
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-right{    
    margin-top: 20px;
}
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #232323;
    font-size: 17px;
    padding: 12px 0px 35px;
    margin: 0 20px;
    font-weight: 400;
    letter-spacing: -0.03em;
    position: relative;
    transition: all ease 0.2s;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #005bac;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:after {
    transition: all ease 0.2s;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.navbar-inverse .navbar-nav > li > a:hover:after {
    background: #005bac;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-nav .dropdown-menu{
    border: none;
    border-radius: 0;
    left: 0 !important;
    right: auto;
    box-shadow: none;
    padding: 15px 0;
    background: #333;
}
.navbar-nav .dropdown-menu > li > a {
    background: rgba(0,0,0,0);
    color: #ddd;
    padding: 0px 0px 0px 0px;
    margin: 10px 20px;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: underline;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    color: #aaa;
    font-size: 13px;
    padding: 40px 0 30px;
    margin: 0;
    text-align: left;
    letter-spacing: -0.03em;
    line-height: 1.8;
    background: #444;
}

.footer_copy ul{padding-left:0}
.footer_copy .copy {
    color: #888;
}
.footer_copy img{    margin-top: 20px;}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.carousel-inner .item{
    width: 100%;
	height: 25vw;
	/* height: 480px; */
}
.carousel-inner .item:nth-of-type(1){    
    /* background: url(/skin/img/slide/slide01.jpg)no-repeat center / cover;     top: -15vw*/
		    height: 700px;
    top: 1vh;
    max-width: 1230px;
    margin: 0 auto;
}
.carousel-inner .item:nth-of-type(2){    
    background: url(/skin/img/slide/slide02.jpg)no-repeat center / cover;
}
.carousel-caption {
    right: auto;
    text-align: left;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    padding: 0;
}
.carousel-caption h2 {
    font-size: 50px;
    font-weight: 600;
    margin: 0 0 25px;
    padding-bottom: 25px;
    text-shadow: none;
    border-bottom: 1px solid #ccc;
    color: #232323;
    line-height: 1.3;
    letter-spacing: -0.03em;
}
.carousel-caption h2 span {
    font-weight: 600;
    color: #005bac;
}
.carousel-caption p {
    font-size: 20px;
    font-weight: 500;
    text-shadow: none;
    margin: 0;
    color: #353535;
    letter-spacing: -0.04em;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 40px;
}
.carousel-indicators li{
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 0 8px 0;
	text-indent: -999px;
	border: none;
	border-radius: 50%;
	background: #999;
	}
.carousel-indicators .active {
	width: 13px;
	height: 13px;
	margin: 0 8px 0;
	background: #005bac;
	opacity: 1;
	border-radius: 50%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    background-color: rgba(0,0,0,0.6);
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.carousel-control .glyphicon-chevron-left{    
	transform: translate(0, -50%);
}

.carousel-control .glyphicon-chevron-right {
	transform: translate(0, -50%);
}
.glyphicon-chevron-left:before {
    content: url(/skin/img/slide/sl-arrow_prev.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.glyphicon-chevron-right:before {
	content: url(/skin/img/slide/sl-arrow_next.png);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*main*/
.container_contents, .subPage{padding-top:85px}
.main-business{padding:60px 0}
.main-business .main-busi{width:100%; height:230px;cursor:pointer}
.main-business .main-busi01{background:url(/skin/img/main/main01.jpg)}
.main-business .main-busi02{background:url(/skin/img/main/main02.jpg)}
.main-business .main-busi03{background:url(/skin/img/main/main03.jpg)}
.main-business .main-busi a p {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #fff;
    background: #353535;
    padding: 12px 30px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    transition: all ease 0.3s;
}
.main-business .main-busi a{
    width:100%;
    position: relative;
	display: block;
    height:100%;
    transition: all ease 0.3s;
}
.main-business .main-busi a:hover,
.main-business .main-busi a:focus{
    background: rgba(39, 39, 39, 0.85);
}
.main-business .main-busi a:hover p,
.main-business .main-busi a:focus p{
    background: #005bac;
}
.main-business .main-busi a:after {
    content: url(/skin/img/main/main_plus_icon.png);
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all ease 0.3s;
}
.main-business .main-busi a:hover:after,
.main-business .main-busi a:focus:after {
    opacity: 1;
}
.main-business .col-md-12{
    text-align:center
}
.main-business h3 {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #232323;
    line-height: 1;
    margin: 0 0 40px;
}
@media(min-width:768px){
	.intro-boardbox{width:50%}
}

.intro-board-widget-layout {
    padding-bottom: 80px;
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 0 0 15px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #ddd;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #232323;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.intro-boardbox .page-header h4 .btn {
	padding: 5px 0 0;
	margin: 0;
	line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 0;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #454545;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
    letter-spacing: -0.03em;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
    padding-left:12px !important;
}

.list-row-subject:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #005bac;
    position: absolute;
    left: 0;
    top: 10px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
/* //메인 페이지 설정 끝 */

/*sub*/

@media (min-width:768px){
    .subContent .snb {
        width: 22%;
        padding-right: 45px;
    }
    .subContent > .container > .row > .col-md-9  {
        width: 78%;
    }
}

.subTop{    
    width: 100%;
	height: 250px;
	background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
	position: relative;
}
.subTop h2 {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    color: #fff;
    font-size: 50px;
    letter-spacing: -0.03em;
    margin: 0;
}
.subContent{    padding: 60px 0 100px;}
.subContent ul{padding-left:0}
.snb > ul {
    border-top: 2px solid #353535;
    position: relative;
    margin: 0;
}
.snb > ul:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 30px;
	height: 2px;
	background: #005bac;
}
.snb > ul > li > a {
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    color: #454545;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #e3e3e3;
    line-height:1.6;
}
.snb > ul > li > a:hover {
	color: #222;
    font-weight: 500;
    text-decoration:none;
}
.snb > ul > li.active > a {
    background: #353535;
    color:#fff;
    font-weight: 500;
}
.snb > ul > li.active > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 3px;
    float: right;
}
.sub_snb {
    border-bottom: 1px solid #aaa;
    padding: 10px 15px !important;
    background: #f8f8f8;
}
.sub_snb li a {
    color: #454545;
    display: block;
    font-size: 14px;
    padding: 2px 0;
    margin: 10px 0;
    line-height: 1;
}
.sub_snb li a:before {
    content: "-";
    margin-right: 5px;
}
.sub_snb li.active a {
    color: #232323;
    font-weight: 600;
}
.sub_snb li a:hover {
    color: #222;
    text-decoration:none;
}
.subContent h3 {
    font-size: 35px;
    margin: 0 0 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    letter-spacing: -0.03em;
    color: #232323;
}
.subContent p{    font-size: 15px;
	line-height: 1.5;
	letter-spacing: -0.034em;}
.bread {
    max-width: 1170px;
    margin: 0 auto;
    padding: 25px 15px 0px;
}
.breadcrumb {
    text-align: right;
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 0;
}
.breadcrumb>li {
    letter-spacing: -0.02em;
    color: rgba(255,255,255,0.8);
}
.breadcrumb>li:last-child {
    display: inline-block;
    font-weight: 600;
    color: #fff;
}
.subContent .table.table-type03 { border-top: 1px solid #aaa;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding: 15px !important; border-bottom: 1px solid #ddd !important; letter-spacing: -0.03em; word-break: keep-all; vertical-align: middle !important;font-size:15px}
.subContent .table.table-type03 tr th {color: #333;background: #f5f5f5;text-align:center}
.subContent .table.table-type03 tr td {color: #454545;}

.subContent h4 {
    margin: 0 0 20px;
    padding-left: 18px;
    font-size: 24px;
    color: #222;
    letter-spacing: -0.03em;
    position: relative;
}
.subContent h4:before{    content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius:50%;
	background: #003b90;
	/* background: #d31a16; */
	vertical-align: middle;}
.subContent .con{margin-bottom:60px}
.subContent .con:last-child{margin-bottom:0}
.subContent p,
.subContent li,
.subContent dd {
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.03em;
    color: #4a4a4a;
}
/*company01*/
#company01 .con h5 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0 0 20px 0;
    line-height: 1.3;
    color: #111;
}
#company01 .con h5 span {
    display: block;
    font-weight: 500;
    color: #333;
    font-size: 0.8em;
}
#company01 .con p {
    margin-bottom: 20px;
}
#company01 .con .text-right {
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}
#company01 .con img{
    margin-top:10px;
    box-shadow: 20px 20px 0 #f3f3f3;
}
@media (min-width:768px){
     #company01 .con1 .col-md-8{
        padding-left: 50px;
        padding-top: 50px;
    }   
}

/*company02*/
#company02 .con1{
    margin:0;
}
#company02 .con1 .col-md-3 {
    background: #f8f8f8;
    border-right: 2px solid #fff;
    padding: 0 20px;
    text-align: center;
}
#company02 .con1 i {
    display: block;
    font-size: 45px;
    width: 150px;
    height: 150px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 146px;
    background: #fff;
    box-shadow: inset 2px 2px 0 rgba(0,0,0,0.1);
}
#company02 .con1 p {
    font-size: 17px;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #444;
    margin: 20px 0 40px;
    line-height: 1.5;
    padding: 0;
}
#company02 .con1 span {
    color: #005bac;
    font-weight: 500;
    font-size: 22px;
    margin: 30px 0px 20px;
    display: inline-block;
}
/* history */
#company03 .subContent .table {
    position: relative;
    margin-top: 11px;
}
#company03 .subContent .table:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #005bac;
    position: absolute;
    left: 0px;
    top: -7px;
    border-radius: 50%;
}
#company03 .subContent .table tbody td, 
#company03 .subContent .table tbody th {
    padding: 15px 10px;
    vertical-align: middle;
}
#company03 .subContent .table tbody tr{
    border-bottom:1px solid #ddd
}
#company03 .subContent .table tbody > tr:first-child {
    border-top: 1px solid #aaa;
}
#company03 .subContent .table tbody th {
    background: #fff;
    color: #005bac;
    max-width: 85px;
    font-size: 22px;
    border: none;
    letter-spacing: -0.02em;
    font-weight: 400;
}
#company03 .subContent .table tbody td {
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #454545;
}

/*company04*/
#company04 .con1 img {
    margin-bottom: 20px;
}

/*company06*/

#company06 iframe {
    background: #f8f8f8;
}
#company06 .con ul {
    margin: 0 0 25px;
}
#company06 .con ul li {
    font-size: 16px;
    color: #454545;
    letter-spacing: -0.03em;
    margin-bottom: 5px;
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding-left: 18px;
    line-height: 2;
    position: relative;
}
#company06 .con ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #454545;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 5px;
}
#company06 .con ul li span {
    display: inline-block;
    color: #232323;
    font-weight: 600;
    margin-right: 10px;
}

/*company07*/
#company07 .top p {
    font-size: 16px;
    text-align: center;
}
#company07 .top img:nth-of-type(1) {
    margin: 100px auto 80px;
}
#company07 .box-ci {
    margin-top: 80px;
}
#company07 .box-ci > .item {
    display: flex;
}
#company07 .box-ci > .item+.item {
    margin-top: 80px;
}
#company07 .box-ci > .item .tit {
    flex-basis: 18%;
}
#company07 .box-ci > .item .tit h4 {
    padding-left: 0;
    font-size: 20px;
    font-weight: 600;
    color: #005bac;
}
#company07 .box-ci > .item .tit h4::before {
    display: none;
}
#company07 .box-ci > .item .detail {
    flex-basis: 82%;
}
#company07 .box-ci > .item .detail h5 {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 600;
    color: #666;
    letter-spacing: -0.05em;
}
#company07 .box-ci .wrap-circle {
    display: flex;
    margin-top: 30px;
}
#company07 .box-ci .wrap-circle .circle {
    width: 110px;
    height: 110px;
    position: relative;
    padding: 24px 10px 0;
    line-height: 1.2;
    text-align: center;
    background: #eee;
    border-radius: 100px;
}
#company07 .box-ci .wrap-circle .circle+.circle {
    margin-left: 40px;
}
#company07 .box-ci .wrap-circle .circle+.circle::before {
    content: '\2b';
    top: 50px;
    left: -30px;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    color: #777;
    position: absolute;
    line-height: 0;
}
#company07 .box-ci .wrap-circle .circle h6 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #005bac;
}
#company07 .box-ci .wrap-circle .circle+.circle h6 {
    color: #08ac52;
}
#company07 .box-ci .wrap-circle .circle .txt {
    font-size: 12px;
}
#company07 .box-ci > .item .detail p+img {
    margin-top: 40px;
}

/*business01*/
#business01 .con2 li{       
    font-size: 17px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
#business01 .con2 li span {
    display: inline-block;
    line-height: 1;
    background: #777;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    margin-right: 5px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
}
/*business02*/
#business02 .con1 img{    border: 1px solid #ddd;
    margin-bottom: 10px;}
#business02 .con1 p{    text-align: center;
    font-weight: 500;}
/*business03*/
#business03 .con1 img{border:1px solid #ddd}
#business03 .con1 .clearfix{margin:40px 0}

/* bbs */
.dh-board .table-hover {
    margin: 0 0 30px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.dh-board .table-hover th {
    background: #f5f5f5;
    border-bottom: 1px solid #aaa !important;
}
.dh-board .table-hover th, 
.dh-board .table-hover td {
    border-bottom: 1px solid #ddd;
    padding: 16px 5px;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.table-hover tbody>tr:hover {
    background-color: #fff;
}
.dh-board .table-hover td, 
.dh-board .table-hover td strong a {
    color: #454545;
}
.table-hover .subject strong a {
    font-weight: 400;
}
.table-hover .subject strong a:hover {
    color: #222;
    text-decoration: underline !important;
}

.dh-board .table-hover td strong + small {
    margin-left: 5px;
}

.dh-board .label {
    background: rgba(0,0,0,0);
    font-size: 13px;
    font-weight: 600;
    padding: 0px 3px;
}

.dh-board .label-primary {
    color: #2f6fd2;
}

.dh-board .label-danger {
    color: #d20606;
}

.dh-board .label-default {
    color: #777;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #777 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #005bac;
    border: 1px solid #005bac;
    color: #fff !important;
    font-weight: 600;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

/* view */
#insertForm .input-group .btn {
	border-radius: 0;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #353535;
    border: 1px solid #353535;
}

.dh-view-box{
    margin-top:0;
}

.dh-view-box>.row{
    padding:0;
}

.dh-view-box > .row > .page-header {
    padding: 20px 15px 18px;
    margin: 0;
    border: 0;
    background-color: #f5f5f5;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    opacity: 0.6;
}
@media(max-width:768px){
	.pagination{
		display:inline-block;
		margin-bottom:10px;
		position:relative;
		left:50%;
		transform:translatex(-50%);
	}
}

.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;}
.form-horizontal{margin-top:50px;}

.dh-view-box {padding:0 15px;}
.mp-sub04_2 form#insertForm {margin: 40px 0 50px;}
.dh-margin-top { display: block; }
.sns-box {display: none;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; 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 h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px !important; }
@media screen and (max-width: 991px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 60px 15px;}
}
@media screen and (max-width: 767px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 0;}
	.carousel-inner .item:nth-of-type(1) {
		height: 100%;}
}
.subContent .bbs-area h4{margin: 0;
    padding-left: 0;
    font-size: 20px;
    color: #222;
    letter-spacing: -0.03em;
    position: relative;}
.subContent .bbs-area h4:before{content:"";display:none}


/* ----- product ----- */
.product .con1 {
    margin-bottom: 30px;
}

/*product01_1*/
.product .con img{padding:10px; border:1px solid #ddd}


/*2019-04-17*/
.main-business02-inner {    padding: 20px;}
.main-business02-inner p{    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    letter-spacing: -0.04em;
    font-weight: 500;}
.main-business02-inner p span{    color: #96060b;
    font-weight: 600;}
#business03 .con1 p{      text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-top: 10px;
    line-height: 1.3;
    color: #333;}
#business03 .con1 p small{    display: block;
    color: #666;
    font-size: 90%;}
#product01_6 .con1 p{    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    background: #f8f8f8;
    padding: 8px;
    border: 1px solid #ddd;}
#product01_6 .con1 img{margin-bottom:15px}

/*2019-05-09*/
/* .navbar>.container .navbar-brand:after{content: "(주)달성공영";
    display: inline-block;
    float: left;
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-top: 15px;
    margin-left: 8px;
    letter-spacing: -0.034em;}
.navbar>.container .navbar-brand:after:hover{color:#222} */

/*2019-06-24*/
@media(max-width:767px){
	.navbar-inverse{    border-bottom: 1px solid #ddd;}
	.main-business .main-busi{margin-bottom:20px}
	.navbar-inverse .navbar-nav > li > a{   padding: 20px 0 15px;}
	.navbar-inverse .navbar-nav > li > a:after{    bottom: 10px;}
	.navbar-nav .dropdown-menu{       padding: 0;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{       padding: 7px 15px 7px 25px;
    margin: 0;}
	.navbar-inverse .navbar-toggle {    margin: 26px 15px;}
	.navbar-inverse .navbar-toggle .icon-bar{background-color:#333;}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background:#fff}
	.navbar>.container .navbar-brand:after{    margin-left: 5px;    font-size: 22px;}
	.navbar-brand img{    width: 70px;    padding-top: 15px;}
	.navbar-inverse .navbar-collapse{border-bottom: 1px solid #ddd;}
	.subContent .snb {    margin-bottom: 50px;}
	.subContent {    padding: 60px 0 80px;}
	#company01 .con img{    margin-bottom: 40px;}
	#company01 .con h5{    font-size: 24px;}
	#company02 .con1 p{padding-bottom: 30px;}
	#company03 .subContent .table tbody th{    max-width: 120px;}
	#company06 .con ul li{    padding-left: 55px;}
	#company06 .con ul li span{    position: absolute;
    left: 15px;}
    #company07 .top p {
        font-size: 15px;
    }
    #company07 .top img:nth-of-type(1) {
        margin: 70px auto 55px;
    }
    #company07 .box-ci > .item {
        display: block;
    }
    #company07 .box-ci > .item+.item {
        margin-top: 55px;
    }
    #company07 .box-ci > .item .detail p {
        font-size: 14px;
    }
	.product .con img{margin-bottom:15px}
	.product .con1{margin-bottom:0}
	#product01_6 .con1 p{    margin: 0 0 15px;}
	#product01_6 .con1 .col-sm-5 img{    margin-bottom: 0;border-bottom:none}
}

.more-btn{
    display:block;
    margin:30px auto 0;
    width: 370px;
    text-align: center;
    color: #333;
    border: 5px solid #ddd;
    padding: 10px;
    border-radius: 8px;
}
.more-btn:hover{
    color: #333;
    border-color:#e2030f;
    text-decoration: none;
}
.more-btn img{
    width:250px;
}
.more-btn span{
    display:block;
    margin-top:10px;
    font-size:16px;
    
}
#m-21 a{
    padding:0;
}
#m-21 a:after{
    display:none;
}
#m-21 a img{
    margin-top: 5px;
    height: 35px;
}