@charset "utf-8";
@import url('/skin/notokr/notokr.css');
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
/* 	padding-top:150px; */
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/* 폰트 설정 */

.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;
}

/* 초기 설정 끝 */

/* ======================== 템플릿 데모 디자인 시작 =================== */

/* -------메뉴 설정 시작------- */

.navbar-inverse {
	background: #fff;
	border: none;
	margin: 0;
	position:static;
	top: 0;
}
.navbar_top_logo {
    padding: 10px 0;
}

.navbar_top_logo h1 {
	display:inline-block;
/* 	position:relative;
	top:-10px; */
	width: 117px;
}
.navbar_top_logo a{
	position:relative;
	display:block;
}.navbar_top_logo img{
	width: 100%;
}
/* .navbar_top_logo a:after{
	content:'(주)디티지코리아';
	font-size:13px;
	color:#555;
	position:absolute;
	left:0;
	top:100%;
	margin-top:5px;
	with:100%;
	text-algin:center;
} */
.navbar_top_wrap .tel{
    display: inline-block;
	margin-top:15px;
	float: right;
    font-size: 28px;
    font-weight: bold;
    color: #0094d9;
    letter-spacing: -0.02em;
	line-height: 1.1;
}
.navbar_top_wrap .tel > span{
	color: #222222;
	font-size: 23px;
}
.navbar-inverse .navbar-header {
	display: none;
}
.navbar-inverse .navbar-collapse {
    text-align: center;
    padding: 0;
    background: #0094d9;
    line-height: 0;
}
.navbar-inverse .navbar-collapse>ul {
	float: none !important;
	margin: 0 auto;
	display: inline-block;
	width:100%;
	max-width:1170px;
}

/* ----- 메인 메뉴 설정 시작 ----- */

.navbar-inverse > .container {
	width: 100%;
	padding: 0;
}
.navbar-inverse .navbar-nav>li>a {
    padding: 14px 0;
    text-align: center;
    text-shadow: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #fff;
}
.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 {
    background: #0b73a2 !important;
    box-shadow: none !important;
}

/* ----- 하단 서브 메뉴 설정 시작 ----- */
.navbar-inverse .dropdown-menu {
    width: 100%;
    left: auto;
    right: auto;
    padding: 20px 0;
    background: #0b73a2;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.navbar-inverse .dropdown-menu>li>a {
    background: none;
    color: #ccc;
    font-size: 14px;
    letter-spacing: -0.04em;
    padding: 10px 0;
    text-align: center;
}
.navbar-inverse .dropdown-menu>li>a:hover, .navbar-inverse .dropdown-menu>li>a:focus {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	text-decoration: underline !important;
}
@media(min-width:768px){
	.navbar-inverse .navbar-nav>li{
		width:calc(100% / 6);
	}
}
@media screen and (max-width: 767px) {
	.navbar_top_wrap {
		display: none;
	}
	.navbar-brand img {
		max-width: 125px;
	}
	.navbar-inverse .navbar-brand{
		margin: 0;
  		padding: 25px 25px 15px;
	}
	.navbar-inverse .navbar-header {
		display: inherit;
		border-bottom: 1px solid #ededed;
		margin: 0;
	}
	.navbar-inverse .navbar-collapse {
		margin: 0;
	}
	.navbar-inverse .navbar-collapse>ul,
	.navbar-inverse .navbar-collapse>ul>li {
		width: 100%;
	}
	.navbar-inverse .navbar-toggle {
		top:10px;
		right:5px;
		margin: 10px 15px 10px 0;
		border: none;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #444;
	}
	.navbar-inverse .navbar-toggle:focus,
	.navbar-inverse .navbar-toggle:hover {
		background-color: #fff;
	}
	.navbar-inverse .navbar-toggle:hover .icon-bar {
		background-color: #333;
	}
	.navbar-inverse .navbar-collapse>ul>li {
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.navbar-inverse .navbar-nav>li>a {
		text-align: left;
	}
	.navbar-inverse .navbar-nav>li>a,
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		padding: 15px 15px;
		text-align: left;
	}
	.navbar-nav .open .dropdown-menu {
		padding: 10px 0;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 25px;
		text-align: left;
		color: #e3e3e3;
	}
}

/* -------메뉴 설정 끝------- */

/* 슬라이드 설정 */
.carousel-inner > .item {
    overflow: hidden;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 20%;
    right: auto;
	top: 30%;
    /* top: 50%; */
    bottom: auto;
    transform: translate(0%,-50%);
    /* width: 100%; */
    max-width: 1170px;
    text-align: left;
    text-shadow: none;
}
.carousel-caption h2 {
    margin: 0;
    color: #222;
    font-weight: 300;
    font-size: 22px;
	letter-spacing: -0.03em;
    /* letter-spacing: -0.06em; */
    line-height: 1;
}
.carousel-caption h2 span {
    display: block;
    color: #222;
    font-size: 74px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-top: 10px;
}
.carousel-caption p{
	font-size: 30px;
    color: #222;
    font-weight: 600;
}
/* .carousel-caption p {
    margin: 40px 0 8px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-style: oblique;
    letter-spacing: -0.06em;
    position: relative;
    padding-right: 24px;
    display: inline-block;
}
.carousel-caption p:before {
    content: "";
    background: #fff;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
} */
.carousel .container{
	position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}
.carousel ul {
	left: 0;
    bottom: 15%;
    position: absolute;
	width: calc(100% - 30px);
    display: flex;
    gap: 10px;
    margin: 0 auto 0 15px;
    /* right: 0;
    top: 50%;
    transform: translatey(-50%);
    margin: 0;
    padding: 0;
    width: 675px;
    max-width: 100%; */
}
.carousel ul li {
    margin: 0;
    float: left;
	width: 16.666%;
	text-align: center;
    /* width: 25%;
    padding: 5px; */
}
.carousel ul li a {
	position: relative;
    display: block;
    width: 100%;
    height: 166px;
	padding-top: 15px;
    font-size: 16px;
	font-weight: 600;
    /* font-weight: 500; */
    letter-spacing: -0.06em;
    line-height: 1;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    border-radius: 6px;
    overflow: hidden;
}
.carousel ul li a span{
	display: inline-block;
    font-size: 17px;
    /* position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0; */
    color: #555;
    background: #fff;
    text-align: center;
}
.carousel ul li a span.sm {
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
}
.carousel ul li a:hover:after{
	content: '자세히보기';
    display: block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	line-height:166px;
	color:#fff;
	background:rgba(0, 148, 217,0.7);
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-decoration: underline;
}
.carousel ul li:nth-child(1) a{
	background:url(/skin/img/main/m-business9.jpg) no-repeat center bottom / cover;
}
.carousel ul li:nth-child(2) a{
	background:url(/skin/img/main/m-business10.jpg) no-repeat center bottom / cover;
}
.carousel ul li:nth-child(3) a{
	background:url(/skin/img/main/m-business11.jpg) no-repeat center bottom / cover;
}
.carousel ul li:nth-child(4) a{
	background:url(/skin/img/main/m-business12.jpg) no-repeat center bottom / cover;
}
.carousel ul li:nth-child(5) a{
	background:url(/skin/img/main/m-business13.jpg) no-repeat center bottom / cover;
}
.carousel ul li:nth-child(6) a{
	background:url(/skin/img/main/m-business14.jpg) no-repeat center bottom / cover;
}
/* .carousel ul li:nth-child(7) a{
	background:url(/skin/img/main/m-business7.jpg) no-repeat center / cover;
}
.carousel ul li:nth-child(8) a{
	background:url(/skin/img/main/m-business8.jpg) no-repeat center / cover;
} */
.carousel ul li a:hover, 
.carousel ul li a:focus {
    text-decoration:none;
}
.carousel-control .glyphicon { display: none; }
.carousel-control.left { background: url(/skin/img/slide/arrow_prev.png) no-repeat center; }
.carousel-control.right { background: url(/skin/img/slide/arrow_next.png) no-repeat center; }
.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    margin: 0 2px !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
}


@media(max-width:767px){
	.carousel-caption{
		top: 50%;
		left:50%;
		right: auto;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

/* ---------------게시판 설정-------------- */
/* 텍스트 게시판 설정 */
.dh-board>.table-hover {
	margin: 0 0 20px;
	border-top: 1px solid #565656;
	border-bottom: 1px solid #565656;
}

.dh-board>.table-hover th {
	background: #f3f3f3;
}

.dh-board>.table-hover th,
.dh-board>.table-hover td {
	border-bottom: 1px solid #ddd;
	padding: 14px 15px;
}

.dh-margin-topx2 {
	padding: 0 15px;
}

.dh-view-box>.row>.page-header {
	background-color: #f3f3f3;
	color: #4a4a4a;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding: 5px 20px;
}

.dh-view-box>.row>.dh-view-info {
	background: #ffffff;
	padding: 8px 15px;
	border-bottom: 1px solid #ccc;
}

.dh-board .label-danger {
	border-radius: 50%;
	width: 15px !important;
	height: 15px !important;
	padding: 3px 0 0;
	display: inline-block;
	background: #0094da;
}

/* ----- 게시판 버튼 설정 ----- */

.dh-margin-top {
	margin-top: 30px;
}

form#insertForm {
	margin-bottom: 50px;
}

.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 50px;
}

.pagination li a {
	border-radius: 0 !important;
	border: 1px solid #ddd !important;
	margin-right: 9px;
	background: #fff;
}

.pagination li a:hover,
.pagination li a:focus {
	border: 1px solid #aaa !important;
	border-bottom: 1px solid #aaa !important;
	background: #fff;
}

.pagination>.active>a,
.pagination>.active>span {
	background: #fff;
	color: #0094d9;
	font-weight: 600;
	border: 1px solid #ddd;
}

.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border: 1px solid #aaa;
	border-bottom: 1px solid #aaa !important;
	background: #fff;
	color: #0094d9;
}

.input-group button,
.input-group input,
.btn-group .btn {
	background: #f8f8f8;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	color: #565656;
	text-shadow: none;
	padding: 9px;
}

.input-group button:hover,
.input-group button:focus,
.input-group input:hover,
.input-group input:focus {
	border-color: #aaa;
	background: #f8f8f8;
	color: #565656;
}

.input-group .form-control {
	height:40px;
	background: #fff;
	border-right: none;
}

.input-group .form-control:hover,
.input-group .form-control:focus {
	background: #fff;
}

button#btnNew {
	background: #565656;
	border: 1px solid #4a4a4a;
	color: #fff;
}

.btnEdit i,
.btnDelete i {
	color: #454545;
}

/* 폼메일 설정 */

#mailForm {
	margin-bottom: 45px;
}

#mailForm .form-group {
	margin-bottom: 20px;
}

#mailForm .form-group label {
	margin-bottom: 9px;
	color: #4a4a4a;
	line-height: 1.3;
}

#mailForm .form-control {
	border: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0px;
	background: #f8f8f8;
}

#mailForm .btn-primary {
    width: 200px;
    margin: 100px auto 0;
    padding: 16px 10px;
    background: #0094d9;
    border: none;
    box-shadow: none;
    border-radius: 2px;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}
#mailForm .btn-primary:hover {
    background: #004363;
}
/* 로그인, 회원가입 */

.login-layout .panel {
	border: none;
	box-shadow: none;
	margin: 10px 0 60px;
}

.login-layout .btn-warning,
.join-agree-layout .btn-primary {
	padding: 10px;
	margin: 5px 0;
	background: #aa2f37;
	border: none;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

.join-agree-layout .panel.panel-default {
	margin-bottom: 50px;
}

.join-agree-layout .jumbotron {
	background: transparent;
	padding: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	padding-bottom: 20px;
	text-align: center;
}

.join-agree-layout .jumbotron p {
	font-size: 15px;
	font-weight: 400;
}

.join-agree-layout .jumbotron h1 {
	font-size: 30px;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.text-bbs17 .dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead{
	background-size: 80%;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin: 14px 0 0 !important;
    color: #444;
    text-align: center;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/* personal setting 0.44v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-80{margin-top:80px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-80{margin-bottom:80px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

/* img */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li {
    border-top: 2px solid #222;
    border-bottom: 2px solid #ccc;
    margin: 40px 0 0;
}
.location-li li {
    padding: 14px 16px;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
.location-li strong{
	display:inline-block;
	width:80px;
}
.location-li .fa {
    color: #222;
    margin-right: 10px;
}
.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:16.666%;
}
.partner-li > li img{
	border:1px solid #ddd;
}

@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}

/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
/* personal setting 0.44v end */
/* navigation setting */
@media(max-width:767px){
	
}

/* mainpage setting */
.main-process {
    padding: 60px 0;
}
.main-title {
    text-align: center;
}
.main-title h3 {
    display: inline-block;
    margin: 0 0 40px;
    padding: 0 0 4px;
    color: #222;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.06em;
    border-bottom: 2px solid #0094d9;
}
/* .main-process ul {
    margin: 0;
    padding: 0;
}
.main-process ul:after{
	content:'';
	display:block;
	clear:both;
}
.main-process ul li {
    position: relative;
    float: left;
    width: calc(100% / 6);
    padding: 0 20px;
    text-align: center;
}
.main-process ul li:after {
    content: '\f061';
    font-family: 'fontawesome';
    font-size: 28px;
    color: #ccc;
    position: absolute;
    right: -10px;
    top: 35px;
}
.main-process ul li:last-child:after{
	display:none;
}
.main-process ul li .fa {
    display: block;
    margin: 0 auto 14px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 36px;
    border-radius: 100%;
    color: #fff;
}
.main-process ul li .fa-comments { background: #004363; }
.main-process ul li .fa-phone { background: #005279; }
.main-process ul li .fa-pencil { background: #0072a9; }
.main-process ul li .fa-calendar { background: #0094da; }
.main-process ul li .fa-car { background: #51b8e8; }
.main-process ul li .fa-cogs { background: #88d1f3; }
.main-process ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #444;
    letter-spacing: -0.04em;
    line-height: 1;
} */

.main-refer {
    background: #ffffff;
    padding: 60px 0;
}
.main-refer .container{
	max-width:1030px;
}
.main-refer .left-content {
    padding-left: 0;
}
.main-refer .left-content h4 {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1;
    margin: 20px 0 14px;
    padding: 0 0 14px;
    border-bottom: 1px solid #ccc;
}
.main-refer .left-content li a{
    margin: 5px 0;
    line-height: 1.8;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
}
.main-refer .left-content li a .fa{
	margin-left:5px;
	opacity:0.5;
}
.main-refer .left-content li a:hover{
	text-decoration:none;
	color: #0094d9;
}
.main-refer .left-content li a:hover .fa{
	opacity:0.85;
}
.intro-boardbox{
	display:none;
}
.main-refer .caption{
	display:none!important;
}
.main-refer .right-content a {
	position:relative;
	display:block;
    margin: 20px 0;
    padding: 0;
    border: 4px solid rgba(222, 222, 222,1);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	min-height:0;
}
.main-refer .right-content a:hover{
	text-decoration:none;
	border-color:rgba(0, 148, 217,1);
}
.main-refer .right-content a span{
/* 	position:absolute;
	left:0;
	bottom:0; */
	display:block;
	padding:5px;
	width:100%;
	font-size:16px;
	font-weight:500;
	color:#333;
	background:rgba(222, 222, 222,1);
	text-align:center;
}
.main-refer .right-content a:hover span{
	
	color:#fff;
	background:rgba(0, 148, 217,1);
}
/* .main-refer .right-content .blogthumb{
	display:block;
	height:200px;
	background-size:cover;
}
.main-refer .right-content .img-caption{
	margin-bottom:0;
} */

.main-contact {
    background: #d7edf7;
    margin: 0;
    padding: 14px 0;
}
.main-contact p {
    color: #0b73a2;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
    margin: 0;
}
.main-contact .fa {
    background: #0094d9;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
}
.main-contact p span {
    font-weight: 300;
}
@media(min-width:768px){
	.main-refer .right-content .col-md-4{
		width:50%;
	}
}
@media(min-width:992px){
	.carousel-inner>.item>a>img, 
	.carousel-inner>.item>img{
		height:500px;
		width:100%;
		max-width:none;
	}
}
@media(min-width:768px) and (max-width:991px){
	.carousel .container{
		position:static;
		padding: 20px 15px;
		transform:translatex(0);
	}
	.carousel ul{
		position:static;
		width:100%;
	}
}
@media(max-width:767px){
	.carousel-inner>.item>a>img, 
	.carousel-inner>.item>img{
		height:250px;
		width:auto;
		max-width:none;
	}
/* 	.carousel-caption{
		top:50px;
		transform:translate(-50%,0);
	} */
	.carousel-caption h2,
	.carousel-caption p{
		padding:0 15px;
	}
	.carousel-caption h2{
		font-size:19px;
	}
	.carousel-caption h2 span{
		font-size:44px;
	}
	.carousel-caption p{
		font-size:26px;
	}
	.carousel .container{
		position:static;
		padding: 20px 15px;
		transform:translatex(0);
	}
	.carousel ul{
		position:static;
		width:100%;
		flex-wrap: wrap;
    	margin: 0;
	}
	.carousel ul li{
		width: 48%;
		/* width:50%; */
	}
	.main-refer .left-content{
		padding:0 15px;
	}
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px;
    background: #eee;
    color: #666;
    font-size: 13px;
    letter-spacing: -0.02em;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
	float:left;
	padding-right:10px;
	margin-right:10px;
	border-right:2px solid rgba(0,0,0,0.2);
}
.footer_copy li:last-of-type{
	border-right:none;
}
@media(max-width:767px){
	.foot-logo{
		margin:10px 0;
		max-width:140px;
	}
	.footer_copy li{
		float:none;
		border-right:none;
	}
}
/* subpage setting */
/* .subpage .pageheader {
    width: 100%;
    height: 260px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 100px 0 5px;
    font-size: 38px;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #fff;
} */
.breadcrumb {
	display:inline-block;
	float:right;
    margin: 0;
    padding:  10px 0;
    background: transparent;
    font-size: 13px;
    color: #999;
    letter-spacing: -0.04em;
    line-height: 1;
}
.breadcrumb .active {
    color: #0094d9;
    font-weight: 500;
}
.subpage-content {
    padding-top: 40px;
    padding-bottom: 70px;
}
.subpage-content .title { 
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:1px solid #ddd;
}
.subpage-content .title h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
}
.subpage-content .section .h4 {
    margin: 0 0 40px;
    color: #444;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content .section  .h4:before{
	content:'';
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:50%;
	margin-right:10px;
	border:5px solid #0094d9;
	vertical-align:middle;
}
.subpage-content .section .h5 {
    margin: 0 0 20px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.06em;
    line-height: 1;
}

.subpage-content p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.subpage-content .emp {
    font-weight: 600;
}
.subpage-content p.quote {
    margin: 0 0 40px;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1.2;
}
#about01 .subpage-content p.quote {
    margin: 0 0 40px;
    color: #222;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content p.quote span{
	font-weight:500;
}
.subpage-content p.quote small {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 10px 0;
    display: inline-block;
}
.dh-view-box .dh-attach + .col-xs-12{
	padding-top:20px!important;
}
.se1 {
    margin: 0 0 80px;
}
.title ~ .se1 > p {
    color: #444;
    font-size: 16px;
    text-align: center;
    margin: 0 0 40px;
}
.subpage-content section .li-disc {
    margin: 0;
}
.subpage-content section .li-disc > li {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.04em;
}
/* .handle{
	position:relative;
	margin:20px auto;
	max-width:800px;
    border-radius:4px;
    overflow:hidden;
}
.handle img{
	opacity:0.4;
}
.handle .txt-box{
	position:absolute;
	left:15px;
	top:15px;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	padding:40px;
	text-align:center;
	background:rgba(255,255,255,0.8);
} */
.about01-se1 li{
    margin-bottom:10px;
    font-size:16px;
    font-weight:500;
	text-align:center;
}
.about01-se1 p{
    display:inline-block;
    padding:0 10px;
    margin-top:20px;
    font-size:24px;
    color:#0094d9;
    border-bottom:1px solid #0094d9;
	text-align:center;
}
/* subpage product */
.product-link a {
    position: relative;
    display: block;
    margin: 0 0 30px;
    border-radius: 2px;
    overflow: hidden;
    background: #0094d9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.product-link a p {
    display: inline-block;
    margin: 0 !important;
    padding: 14px 16px;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff;
    background: #0094d9;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.product-link a img{
	transition: all .3s ease;
}
.product-link a:hover img{
	opacity:0.2;
}
.product-link a:hover p {
    background: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 28px !important;
    font-weight: 600 !important;
}
.product-link a:hover p:after {
    content: '자세히보기';
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-decoration: underline;
}
.spec-li strong{
	display:inline-block;
	width:190px;
	margin-right:10px;
}
/* subpage refer */
.equip-process {
    max-width: 650px;
    margin: 0 auto;
}
.equip-process li {
    margin-bottom: 10px;
    padding: 14px;
    border-radius: 100px;
    color: #fff;
    font-size: 18px;
    background: #004363;
}
.equip-process li .fa {
    display: inline-block;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    color: #004363;
}
.equip-process li .numbering {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

@media(max-width:768px){
	.subpage-content .title h3{
		font-size:28px;
		display:block;
	}
	.about01-se1 img{
		margin-bottom:20px;
	}
	.breadcrumb{
		float:none;
	}
	.dh-board .writer,
	.dh-board .regdate,
	.dh-board .hits{
		display:none;
	}
	.dh-board .pagination{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.dh-margin-topx2{
		padding:0;
	}
	.subpage-content p.quote{
		font-size:18px;
	}
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	min-height:255px;
}