@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/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;
	padding:0
}

.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}
a:hover{text-decoration:none}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
	margin-top:-30px;
    padding: 100px 15px;
}
.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: #ea1e20;
    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: #333;
}
.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{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}
.subContent ul{padding:0}
/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border:none;
    padding: 0;
    margin: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin-top: 18px;
}
.navbar-brand img {
	    margin: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: #Fff;
    color: #222;
    font-size: 18px;
    padding: 33px 0 34px;
    margin: 0;
    font-weight: 500;
    width: 140px;
    text-align: center;
    letter-spacing: -0.03em;
}
.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}
.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: #ea1e20;
    background: rgba(0,0,0,0);
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-nav>li>.dropdown-menu{padding: 0;
    border: none;
    border-radius: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: #333;}
.navbar-nav .dropdown-menu > li > a {
    background-color: #333;
    color: #fff;
    padding: 12px 25px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.navbar-nav .dropdown-menu > li:last-child > a{border-bottom:none}
.navbar-nav .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {       color: #fff;
    text-decoration: none;
    background-color: #ea1e20;
    font-weight: 400;}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #333;
    color: #888;
    font-size: 13px;
    padding: 40px 0 30px;
    margin: 0;
    font-weight: 400;
}
.footer_copy .text-center ul li span{    margin-right: 10px;}
.footer_copy .text-center ul li strong{font-weight: 400;
    color: #ddd;}
.footer_copy .copy {
    margin: 0;
}
/* 하단 카피라이트 설정 끝*/

/*blog_b*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    border: none;
    box-shadow: none;
    padding-top: 10px;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
/* .dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead:hover{
	transform:scale(1.1);} */
.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: #fff;
    border: 1px solid #d3d3d3;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 15px 15px 0;
	transform:scale(1);
	transition:all ease .3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b:hover{transform:scale(1.05);z-index:2;}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b:hover {
    border-color: #333;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
    z-index: 1;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin: 0;
    text-align: center;
    font-size: 17px;
    letter-spacing: -0.02em;
}
.dhb-txt-box-type-b-text-layout h4 strong a {
    display: block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 10px 0 25px;
}
.dhb-txt-box-type-b-text-layout h4 small{display:none}
.dhb-txt-box-type-b-text-layout h4 .label{
	vertical-align:text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog {
    margin-right: -8px;
    margin-left: -8px;
}
.dh-front-blog > div {
    padding: 0 8px;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 300px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
    background-size: contain;
    background-position: center 35%;
}
.dh-front-blog>.col-md-4>.thumbnail:hover, 
.dh-front-blog>.col-md-4>.thumbnail:focus {
    border-color: #444;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.25);
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    transform: scale(1.2);
    /* opacity: 0.5; */
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    /* color: #fff; */
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    /* background: rgba(0,0,0,0.6); */
    /* background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); */
    /* background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.8) 100%); */
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    /* padding: 40px 16px 16px !important; */
    font-size: 19px;
    padding: 15px 12px 17px !important;
    text-align: center;
    letter-spacing: -0.015em;
    font-weight: 500;
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:50%;
	}
}

.container_contents, .sub-layout{padding-top:85px}
/*slide*/
.carousel-inner .item{width:100%; height:620px}
.carousel-inner .item:nth-of-type(1){background:url(/skin/img/slide/slide01_new.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(2){background:url(/skin/img/slide/slide02_new.jpg)no-repeat center / cover}
.carousel-caption {
    /* top: 50%; */
    /* right: auto; */
    /* left: 20%; */
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
    text-shadow: none;
    padding: 0;
}
.carousel-caption h2 {
    font-size: 52px;
    font-weight: 500;
    position: relative;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 2px rgba(0,0,0,0.6);
    line-height: 1.15;
}
.carousel-inner .item:nth-of-type(2) .carousel-caption h2{    font-size: 36px;
    line-height: 1.5;}
.carousel-inner .item:nth-of-type(2) .carousel-caption h2 span{	    display: inline-block;
    background: #fd0002;
    padding: 5px 5px;
    line-height: 1;}
 /*.carousel-caption h2 span {
    margin-right: 8px; 
}*/
.carousel-caption p {
    font-size: 23px;
    line-height: 1.3;
    margin-top: 35px;
    margin-bottom: 0;
    text-shadow: 0 2px 2px rgba(0,0,0,0.6);
    letter-spacing: -0.03em;
    font-weight: 400;
}
.carousel-caption p span{
	display:inline-block;
	background:#fd0002;
	padding:1px 2px;
}
.carousel-indicators .active, 
.carousel-indicators li {
    width: 11px;
    height: 11px;
    border-radius: 0;
    margin: 0 4px 0 !important;
    background: rgba(255, 255, 255, 0.45);
    border: none;
    box-shadow: 0 2px 1px rgba(0,0,0,0.3);
}
.carousel-indicators .active{    
	background: #fd0002;
}

/*MAIN*/

.main-link {
    background: rgba(193, 44, 44, 0.08);
}
.m-link {
	padding: 0;
	overflow: hidden;
	/* border-left: 1px solid rgba(255, 255, 255, 0.25); */
	border-left:1px solid #ffa1a0;
}
.m-link a {
    padding: 40px 0;
    display: inline-block;
    width: 100%;
    background: #34b234;
    color: #fff;
    background-image: linear-gradient(120deg, #b10b0b 0%, #ec191b 100%);
}
.m-link h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
}
.m-link .fa,.m-link .fas {
    position: absolute;
    right: -20px;
    bottom: -20px;
    font-size: 120px;
    opacity: 0.4;
    transition: all .5s ease;
}

.m-link a:hover {
	background: #a90000;
	text-decoration: none;
}

.m-link a:hover .fa, .m-link a:hover .fas {
	right: 0;
}
.main-content h3, .main-content2 h3 {
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    padding: 14px 0 0;
    color: #111;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.main-content h3:after, .main-content2 h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.m-product-box {
	margin-bottom: 30px;
}
.m-product-box a {
    display: block;
    border: 10px solid #fff;
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.4);
}
.m-product-box img {
	border: 1px solid #ddd;
}
.m-product-box h4 {
    position: relative;
    margin: 0;
    padding: 14px 15px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.06em;
}
.m-product-box h4 span {
    position: absolute;
    right: 15px;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 20px;
}
.m-product-box a:hover {
	border-color: #d01b1b;
	text-decoration: none;
}
.m-product-box a:hover h4 {
	color: #fff;
	background-color: #d01b1b;
}
.m-product-box a:hover h4 span { color: #fff; }

.m-product-box a:hover img {
	border-color: transparent;
}

.main-content, .main-content2 {
    margin: 60px 0;
}

@media(min-width:768px) {
	.m-customer .col-sm-1 {
		width: 12.5%;
	}
}
.main-content > .main-business01 {
    /* padding: 50px 0 50px; */
    padding: 0 0 120px;
}
.main-content > .main-business01 .row {
	margin-right: 0;
	margin-left: 0;
}
.main-content > .main-business01 .row > div {
    padding: 0;
}
.main-content > .main-business01 .thumbnail {
    border: 0;
    padding: 0;
    height: 90px;
    position: relative;
    margin-top: 0 !important;
    overflow: hidden;
    border-radius: 0;
}
.main-content > .main-business01 .thumbnail > .row{	margin: 0;}
.main-content > .main-business01 .thumbnail > .row > .col-sm-6{	padding: 0;}
.main-content > .main-business01 .thumbnail .caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #585858;
    padding: 32px 30px 0;
    transition: all ease 0.3s;
}
.main-content > .main-business01 .row > div:nth-child(2) .caption {
    background: #d6272d;
}
.main-content > .main-business01 .thumbnail:hover .caption {    
	background:#444
}
.main-content > .main-business01 .row > div:nth-child(2):hover .caption {
    background: #a7161b;
}
.main-content > .main-business01 .thumbnail:hover .caption {    background:rgba(0,0,0,0.55)}
.main-content > .main-business01 .thumbnail img {    transition: all ease 0.3s;}
.main-content > .main-business01 .thumbnail:hover img {    transform: scale(1.1);}
.main-content > .main-business01 .thumbnail .caption h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    z-index: 9999;
    letter-spacing: -0.03em;
}
.main-content > .main-business01 .thumbnail .caption i {
    font-size: 82px;
    position: absolute;
    right: 18%;
    top: 19px;
    color: #000;
    opacity: 0.15;
}
.main-content > .main-business01 .thumbnail .link {
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 14px;
    background: #222222;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: all ease 0.3s;
}

@media (max-width: 767px){
	.main-top img{		width: 50%;	}
	.main-content > .main-top p{		font-size: 18px !important;	}
	.main-content > .main-business01 .thumbnail .caption h4{		font-size: 20px !important;	}
	.main-content > .main-business01 .thumbnail{		border: 0;
		padding: 0;
		height: 183px !important;
		position: relative;
		margin-top: 0 !important;
		overflow: hidden;
		border-radius: 0;
		margin-bottom: 30px;	}
	.main-content > .main-business01 .thumbnail .link{		width: 30px !important;
		height: 30px !important;
		padding-top: 5px !important;
		bottom: 15px !important;
		right: 15px !important;	}
}
.main-business02 {
    padding: 120px 0 80px;
    /* background: #f1f1f1; */
}
.main-business02 .page-header {
    margin: 0 0 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #222;
}
.main-business02 .page-header h4 {
    font-size: 40px;
    font-weight: 600;
    color: #222;
    margin: 0;
    letter-spacing: -0.03em;
}
.intro-boardbox>.page-header>h4>.btn {
    width: 21px;
    height: 21px;
    background: url(/skin/img/main/plus_icon.png)no-repeat center;
    display: block;
    padding: 0;
    box-shadow: none;
    margin-top: 15px;
    border: none;
}
.intro-boardbox>.page-header>h4>.btn i{display:none}
/*sub*/
.subTop {
    width: 100%;
    height: 250px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}
.subTop .subTop_inner {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 20%; */
    /* transform: translateY(-50%); */
    text-align: center;
    padding-top: 90px;
}
.subTop .subTop_inner h2 {
    margin: 0;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}
.subTop .subTop_inner .breadcrumb{    background: rgba(0,0,0,0);
    color: #eaeaea;
    letter-spacing: -0.034em;
    font-size: 13px;
    padding: 0;
    margin-bottom: 10px;
    font-weight: 300;}
.subTop .subTop_inner .breadcrumb li.active{color:#fff}
.subContent{padding:80px 0 100px}
.subTitle{    text-align: center;margin-bottom: 60px;}
.subTitle h3{    
	font-size: 43px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0;
    color: #000;}
.subTitle h3:after{    content: "";
    width: 45px;
    height: 2px;
    background: #ea1e20;
    display: block;
    text-align: center;
    margin: 20px auto 0;}

/*company*/
.comp01_txt_area {
    max-width: 1000px;
    margin: 40px auto 0;
    background: #ffffff;
    z-index: 999;
}
.comp01_txt_area p {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.034em;
    color: #555;
    margin-bottom: 20px;
}
.comp01_txt_area p.first_p{    font-size: 23px;
    letter-spacing: -0.034em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #ea1e20;}
@media(min-width:768px){
	#company03 .con1 .col-md-3{width:20%}
}
#company03 .con1{
	margin-left:0;
	margin-right:0;
}

#company03 .con1 > div {
    padding: 0;
    margin-left: -1px;
}
#company03 .con1 .col-md-3 p {
    position: relative;
    font-weight: 500;
    border: 1px solid #ddd;
    background: #fff;
    padding: 100px 10px;
    margin: 0 auto;
    font-size: 23px;
    color: #222;
    letter-spacing: -0.03em;
    text-align: center;
}
#company03 .con1 .col-md-3:nth-child(even) p{
	background:#fcfcfc
}
#company03 .con1 .col-md-3 p i {
    font-size: 52px;
    color: #ea1e21;
    display: block;
    margin-bottom: 30px;
}
#company03 .con1 .col-md-3 p span {
    display: block;
    margin-top: 1px;
    font-size: 15px;
    color: #888;
    font-weight: 400;
    letter-spacing: 0;
}
#company04 .con1 ul{margin-top:20px}
#company04 .con1 ul li{    font-size: 17px;
    letter-spacing: -0.034em;
    margin-bottom: 7px;}
#company04 .con1 ul li span{       font-weight: 600;
    width: 75px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    color: #222;}

/*BBs*/
.dh-board .table > tbody > tr > th, 
.dh-board .table > tfoot > tr > th, 
.dh-board .table > thead > tr > td,
.dh-board .table > tbody > tr > td,
.dh-board .table > tfoot > tr > td {
    padding: 18px 15px;
    color: #666;
    font-size: 15px;
}
.dh-board .table > thead > tr > th {
    background: #333;
    border: none;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    padding: 18px 15px;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.dh-board .table > tbody > tr > td > strong > a span {color: #2a2a2a !important;
    font-size: 12px;
    font-weight: 600;
    background: #e3e3e3;
    padding: 5px 8px 3px;
    margin: 0 10px 0 0;}
.dh-board .table-hover {border-bottom: none; margin: 0;border-top:none}
.dh-board .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}
.input-group button {
    border-radius: 0;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-color: #fff !important;
}

.pagination>li:first-child>a, 
.pagination>li:first-child>span{
    margin-right:15px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-left: 15px;
}
.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #c31919;}
.label-primary{color: #c31919;}

.pagination > li > a, 
.pagination > li > span {
	color: #666;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover,
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover{
	background-color: #ea1e20; 
	border: 1px solid #ea1e20 !important;
}
.pagination > li > a:focus, 
.pagination > li > a:hover, 
.pagination> li > span:focus,
.pagination>li>span:hover{
	color: #222;
}
button#btnNew {
    background: #333;
    border-color: #333;
}

.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;}

.mp-sub04_2 form#insertForm {margin: 40px 0 50px;}
.dh-margin-top { display: block; }
.sns-box {display: none;}
.dh-view-box > .row > .page-header {
    padding: 20px 20px;
    margin: 0;
    border: 0;
    background-color: #f6f6f6;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}
.dh-view-box > .row > .page-header > h4 {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0;
}
.dh-view-box > .row > .page-header > h4 span {color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    background: #e6322b;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    display: inline-block;}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #eee;
    background: rgba(0,0,0,0);
    padding: 8px 20px 8px;
    color: #aaa;
}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #999;
    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;}
}

/*bbs con*/
.bbs_con_title {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    /* border-left: 4px solid #ea1e20; */
    line-height: 1;
    /* padding-left: 10px; */
    margin: 10px 0 15px;
    letter-spacing: -0.02em;
}
.bbs_con_con li {
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 6px;
    color: #555;
    line-height: 1.6;
}
.bbs_con_con li:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #444;
    position: absolute;
    top: 12px;
}
/*.bbs_con_img{
	 padding: 20px; 
     border: 1px solid #ddd; 
}*/
.dh-view-box .con + .con{border-top: 1px dashed #ddd;
    padding-top: 40px;margin-top:40px}


/*mail*/
#mailForm {
    background: #f6f6f6;
    padding: 60px 150px;
}
#mailForm .form-group{margin-bottom: 20px;}
#mailForm .form-group label[for='name'] {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.03em;
}
#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control{
    border-radius: 0;
    box-shadow: none;
    border-color: #d3d3d3;
    padding: 8px 10px;
    height: 38px;
    font-size: 14px;
}
#mailForm .form-group textarea.form-control{
	height:150px;
}
#mailForm .checkbox {overflow:hidden;margin-bottom:40px}
#mailForm .checkbox label[for='mail_agree'] {
    font-size: 13px;
    color: #777;
    letter-spacing: -0.02em;
}
#mailForm .form-group + input[type='submit'] {
    max-width: 200px;
    padding: 18px 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    margin: 0 auto;
    background: #ea1e20;
    border: none;
}
#mailForm .form-group + input[type='submit']:hover {
    background: #333;
}

@media(max-width:767px){
.navbar-brand img{    max-width: 180px;}
.navbar-inverse .navbar-brand{    margin: 10px;
    padding: 0 10px;}
.navbar-inverse .navbar-toggle{    border-color: #333;
    margin-top: 11px;}
.navbar-inverse .navbar-toggle .icon-bar {        background-color: #333;    }
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {    background-color: #fff;}
.navbar-inverse .navbar-nav > li > a{padding: 33px 30px 10PX;
    width: auto;
    text-align: left;}
.navbar-nav .open .dropdown-menu{background: #fff;
    left: 0;
    transform: translateX(0);}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{    background: #fff;
    color: #333;
    padding: 10px 30px;}
    .container_contents, .sub-layout{padding-top:55px}
    .carousel-inner .item{    height: 400px;}
.carousel-caption{    left: 5%;
    right: 5%;}
    .carousel-caption h2{letter-spacing: -0.04em;font-size: 24px;}
    .carousel-inner .item:nth-of-type(2) .carousel-caption h2{    font-size: 24px;}
    .m-link .fas{    right: -70px;}
    .footer_copy .text-center img{    max-width: 180px;
        margin-bottom: 10px;}
    .footer_copy .text-center{padding:30px 0;}
    .subTop{    height: 200px;}
    .subTop .subTop_inner{    padding-top: 65px;}
    .subTitle h3{    font-size: 36px;}
    .subContent{padding:60px 0 80px}
    #company03 .con1 .col-md-3 p{padding: 20px 10px;}
    #company03 .con1 .clearfix{margin-bottom:15px}
    #company03 .con1 > div{padding:0 5px}
    #company04 .con1 iframe {  
        height: 250px !important;}
    #company04 .con1 ul li span{    text-align: left;            }
    .bbs-blog2-index-layout .dhb-txt-box-type-b + .clearfix{margin-bottom: 15px;}
    #mailForm{padding: 30px 15px;}
    .dhb-txt-box-type-b-img-layout .thumb-hidden{height: 250px;max-height: 250px;}
}