@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');

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: 'PT Sans', "notokr",'Malgun Gothic',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;
}


/*인트로 텍스트 설정 시작*/

h1.intro_span {
    background-color: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 36px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

p.intro_span {
    background-color: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.flex-caption span.intro-title {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 36px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

.flex-caption span.intro-text {
    background: none;
    /*배경 색*/
    color: #ffffff;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 10px 10px 10px 10px;
    /*외부 여백*/
}

/*인트로 텍스트 설정 끝*/

/*---------------------------------------skin design---------------------------------------------*/

.navbar-inverse {
    border-bottom: 1px solid #D9D9D9;
    background: #fff;
    transition-duration: 0.3s;
    transition-timing-function: ease;
}

.navbar-inverse .divider-vertical {
    display: none;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-brand {
    position: relative;
    color: #000;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #DD3630;
    background-color: #DD3630;
}

.container_contents {
    width: auto;
}

.container_contents section {
    overflow: hidden;
    min-height: 100px;
}

.container_contents section > div {
    padding: 0px;
    text-align: center;
}

@media (min-width: 992px) {

    .container_contents,
    .sub-layout {
        margin-top: 53px;
    }
}

.intro-html-layout > div.col-sm-12 {
    padding: 0px;
}

video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.section-about {
    position: absolute;
    top: 0px;
    right: 0px;
    max-width: 450px;
    text-align: left;
    padding: 35px;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
}

.title-font1 {
    font-family: Impact !important;
    font-size: 45px;
}

.con-area3 {
    padding: 35px 0 !important;
}

.con-area4 {
    min-height: 150px;
}

.gu-parallax {
    background: url(/skin/img/pcg24-bg1.jpg) 50% 0 fixed;
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0);
    padding: 0px;
}

.con-area4 .text {
    padding: 80px 20px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    max-width: 650px;
    margin: 0 auto;
}

.con-area4 .text h3 {
    margin-bottom: 15px;
    font-weight: bold;
}

.socialArea img {
    border-radius: 50% !important;
}

#map-canvas {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 15px;
}

.gu-address {
    padding: 25px;
    text-align: right;
}

.addressmap {
    background: #f5f5f5;
    overflow: hidden;
}

.intro-board-layout {
    width: 100%;
}

.intro-board-layout .page-header {
    display: none;
}

.section-board1 {
    min-height: 0px;
    background: #6EBFAC;
}


.section-board1 a.btnBoard1 {
    padding: 20px;
    color: #fff;
    background: #83CEBC;
}

.gu-gotop {
    padding: 15px;
    display: block;
    background: #f5f5f5;
    margin-bottom: 35px;
    color: #000;
}

.gu-btn-contact {}

.footer_copy .text-center {
    padding-bottom: 40px;
}

/*블로그게시판 custom*/

.dhb-txt-box {
    width: 33.3%;
    float: left;
    min-height: 300px;
    background: #FFF none repeat scroll 0% 0%;
    border: 0px solid #D9D9D9;
}

.dhb-txt-box .text-right {
    display: none;
}

.dhb-txt-list {
    width: 100% !important;
    border-right: 0px solid #D9D9D9;
}

.dhb-txt-list > .row div:first-child {
    width: 100%;
}

.dhb-txt-list > .row div:nth-child(2) {
    width: 100%;
    padding-top: 15px;
}

.thumb-hidden {
    border: 0px solid #FFF;
    box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0);
}

.dhb-txt-box {
    width: 100%;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .dhb-txt-box {
        width: 50% !important;
    }

    .dhb-txt-box:nth-child(2n+2) {
        clear: left;
    }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .dhb-txt-box {
        width: 33.3% !important;
    }

    .dhb-txt-box:nth-child(2n+2) {
        clear: none;
    }

    .dhb-txt-box:nth-child(3n+2) {
        clear: left;
    }
}

.gu-title {
    min-height: 0px;
    background: #6EBFAC;
}

.gu-title h1 {
    padding: 25px 0;
    font-family: "Pacifico", cursive !important;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
}

.mod-custom-form-index {
    margin-top: 32px;
}

.dh-margin-top {
    clear: both;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #fff;
    }
}

.caret {
    display: none;
}

.color-skyBl {
    color: #DD3630;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}

/* main slide */

.carousel-indicators li {
    width: 13px;
    height: 13px;
    margin: 0px 7px;
    border: none;
    background-color: #ffffff;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin: 0px 7px;
    border: none;
    background-color: #ea322b;
}

.slide {
    text-align: left;
}

.slide .container {
    padding: 110px 0px 0px;
}

.slide .caption {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.6);
}

.slide .contents {
    padding: 20px;
    margin-top: 0px;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.carousel-indicators {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .slide .contents {
        font-size: 18px;
    }

    .carousel-indicators {
        top: 300px;
    }
}

@media screen and (min-width: 992px) {
    .slide .container {
        padding: 93px 0px 0px;
    }

    .slide .caption {
		font-size: 54px;
		/* text-align: left; */
		font-weight: 600;
		margin: 0 0 30px;
		line-height: 1;
	}

    .carousel-indicators li, 
	.carousel-indicators .active {
		width: 13px;
		height: 13px;
		margin: 0 7px 0;
		border-radius: 50%;
	}

    .carousel-indicators {
        /* text-align: left; */
    }

    .slide .contents {
        /* text-align: left; */
        padding: 0;
    }
}

/* //main slide */

/* main contents */

.middle {
    padding: 30px 70px 35px 70px;
    background-color: #ffffff;
}

.middle h5 {
    display: inline-block;
    color: #333333;
    font-size: 18px;
}

.middle a img {
    display: inline-block;
}

.box {
    text-align: center;
    border-right: 1px solid #ffffff;
    padding: 0;
}

.box + .box {
    border-left-width: 0px;
}

.box h3 {
    background-color: #ea322b;
    padding: 8px 0;
    margin: 0;
    font-weight: 400;
    font-family: Arial, sans-serif !important;
    color: #ffffff;
    font-size: 17px;
}

.intro-board-widget-layout {
    margin: 0px auto;
    padding: 0px 15px;
    background-color: #ffffff;
}

.intro-widget-layout {
    width: 100%;
}

.intro-widgetbox {
    width: 100%;
    margin-top: 0px;
    border-bottom: transparent;
}

.intro-widgetBoardbox {
    border: none;
}

.intro-widgetBoardbox > a {
    display: inline-block;
    padding: 0px;
    border-bottom: 0px solid #EDEDED;
    background-color: #ffffff;
}

.intro-widgetBoardbox > a:hover {
    border: none !important;
}

.intro-widgetBoardbox > a > h5,
.intro-widgetbox > h5 {
    display: inline-block;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
}

.intro-widgetbox > h5 {
    display: block;
}

.intro-widgetBoardbox > a > h5 img {
    display: inline-block;
}

.intro-widget-list-box {
    height: 151px;
    border: 1px solid #DCDCDC;
    background-color: #ffffff;
}

.intro-widget-list-box > ul > li > a:before {
    content: url('/skin/img/ico_bullet.png');
}

@media (min-width: 992px) {
    .intro-board-widget-layout {
        margin: 0px auto;
        /*padding: 0px 35px 45px 35px;*/
    }

    .intro-widgetbox {
        width: 33.333%;
    }
}

.counsel-info {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 25px;
}

.counsel-info strong {
    font-size: 30px;
    font-weight: 600;
    font-family: '나눔고딕';
}

.counsel-info img {
    margin-top: 1px;
    border: 1px solid #dcdcdc;
    border-left: none;
}

/*// main contents */

/* social area */

.footer-social-layout {
    display: none;
}

/* //social area */

/* footer */

.footer_copy {
    background-color: #333;
}

.footer_copy .text-center {
    float: none;
    margin: 0px auto;
    padding: 0px 50px 40px;
	color:#aaa;
}

.footer_copy .text-center p {
    font-size: 14px;
    line-height: 1.2;
}

.footer_copy .text-center p:first-child {
    padding-top: 50px;
}

.footer_copy .text-center p a {
    color: #ea322b;
}
.footer_copy .text-center p a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 992px) {
    .footer_copy .text-center {
        width: 1170px;
    }
}

/* //footer */

/*---------customized----------*/

/* sub page */

.sub-layout {
    background: #fff;
    padding: 70px 100px 70px 100px
}

@media screen and (max-width: 991px) {
    .sub-layout {
        background: #fff;
        padding: 0
    }

    .wrap_sub {
        padding: 40px 35px;
    }
}

.sub-title {
    position: relative;
    color: #333;
    padding: 20px;
    margin-top: 0;
    font-size: 32px;
    font-weight: 600;
    font-family: Arial, sans-serif !important;
}

.sub-title:before,
.sub-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 0px;
    width: 40px;
    height: 5px;
}

.sub-title:before {
    background: #ccc;
}

.sub-title:after {
    width: 15px;
    background: #DD3630;
}

.sub_content .title {
    font-size: 19px;
    margin-bottom: 0;
}

.cont-title {
    font-weight: 600;
    font-size: 20px;
    color: #DD3630;
    margin: 30px 0px 10px 0px;
    font-family: Arial, sans-serif !important;
}

.text-area {
    padding: 20px 0 0 0;
    background: #fff;
}

#product .text-area {
    padding: 20px 0;
    background: #D9DADC;
}

.text {
    line-height: 1.8;
    font-size: 16px;
    word-break: normal;
}

.client {
    width: 100%;
}

.client img {
    width: 100%;
}

.client td {
    border: 1px solid #dddddd;
    padding: 10px 7px;
}

.product-table {
    width: 100%;
}

.product-table th {
    background-color: #eee;
}

.product-table th,
.product-table td {
    padding: 10px;
    border: 1px solid #dddddd;
}

.red {
    font-weight: 600;
    color: #DD3630;
}

.line {
    border-top: 1px solid #ddd;
}

/* //sub page */

#map_addr {
    display: none;
}

/*2019-03-07*/

.navbar-brand:after {
    content: "SJ METAL INTERNATIONAL";
    font-size: 22px;
    position: absolute;
    right: -120px;
    top: 5px;
    text-align: left;
    width: 120px;
    word-break: keep-all;
    line-height: 1.2;
    font-weight: bold;
    color: #222;
}
/* personal setting 0.60v */
/* 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-60{margin-top:60px!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-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.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;}
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #DD3630;
}
/*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: 1px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    color: #616161;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #222;
}
.location-li span i {
    margin-right: 5px;
    color: #9e9e9e;
    font-size: 13px;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.partner-li{
	margin:0px -10px;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li {
    float: left;
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.partner-li > li img{
	border:1px solid #e0e0e0;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#DD3630;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	border-top:2px solid #DD3630;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#DD3630;
}
.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;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #222;
	border-bottom:1px solid #ddd;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #616161;
    line-height: 1.6;
    border-bottom: 1px solid #ddd;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th { color: #222; background:#f5f5f5; padding:10px 15px;}

.table-style {
    margin: 0 0 20px;
    border-top: 1px solid #222;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border: 1px solid #ddd;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
	color: #212121;
	text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
    border-bottom: 1px solid #222;
}

.table-style tr td {
	color: #616161;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#DD3630;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #DD3630;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.60v end */

/*-----------------------------------renewal 19.03.22-----------------------------*/
/*bbs - b type*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	border: none;
    box-shadow: none;
}

.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;
}

.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;
    padding: 0 5px;
    margin-bottom: 15px;
	width:33.333%;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    transition: all ease 0.3s;
    position: relative;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus{
    /* border-color: #ea322b; */
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 0;
    padding: 15px 10px;
    font-size: 18px;
    color: #333;
    transition: all ease 0.3s;
	background:#fff;
    /* background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.9)); */
    /* text-shadow: 0 1px 0 rgba(0,0,0,0.7); */
    /* position: absolute; */
    /* bottom: 0; */
}
.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden a {
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover .thumb-hidden a,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus .thumb-hidden a{
	opacity:0.65
}

.dhb-txt-box-type-b-text-layout h4 a {
    transition: all ease 0.3s;
    color: #555;
    text-shadow: none;
    font-weight: 500;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover h4 a,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus h4 a{
	color:#ea322b;
}

.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: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.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: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight:600
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:50%;
	}
}
.body-layout{
    padding-top:100px;
}
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    margin: 20px 0 20px 15px !important;
    padding: 0 15px;
}
.navbar-brand img {
    height: 60px;
    margin-top: 0;
}
.navbar-right {
    padding-top: 20px;
    padding-right: 20px;
}

.navbar-inverse {
    background-color: #FFF;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}

.navbar-inverse .navbar-brand {
    margin-top: 0;
    margin-left: 0 !important;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 20px 15px 40px;
		-webkit-text-shadow: none;
		text-shadow: none;
		color: #333;
		font-weight: 600;
		font-size: 17px;
		margin: 0px 0px 0px 0px;
	}
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent!important;
	  	color: #ea322b;
  	}
}
@media screen and (min-width: 768px) {
  	.navbar-inverse .navbar-nav .dropdown-menu {
  		
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		
		background-color: #ffffff;
		border-radius: 0;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 0px 15px 15px;
		box-shadow: 0 2px 3px rgba(0,0,0,0.1);
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
		border-bottom: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a, 
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
		background-color: transparent;
		color: #888;
		padding: 8px 0;
		margin: 0;
		font-size: 14px;
		font-weight:600;
		text-align: center;
		line-height: 1;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #222;
		text-decoration: none !important;
		background-color: rgba(0,0,0,0);
	}
}
/*mainpage setting*/
.carousel .item{
    height:650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.item .carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1140px;
    text-align: left;
}
.carousel-indicators{
    top:auto;
    bottom:15%;
}
.main-content {
    padding:70px 0 0;
}
.main-content .row{
    /* margin:0 -5px; */
}
.main-content .row > div{
    /* padding:0 5px; */
}
.main-content a {
    display: block;
    position: relative;
    height: 240px;
    color: #fff;
}
.main-content .box1 a{
    background:url(/skin/img/main/m-box1.jpg) no-repeat center / cover;
}
.main-content .box2 a{
    background:url(/skin/img/main/m-box2.jpg) no-repeat center / cover;
}
.main-content .box3 a{
    background:url(/skin/img/main/m-box3.jpg) no-repeat center / cover;
}
.main-content .box4 a{
    background:url(/skin/img/main/m-box4.jpg) no-repeat center / cover;
}
.main-content a .txt-box {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: all .3s ease;
}
.main-content a:hover .txt-box{
    background:rgba(241, 60, 53, 0.8);    
}
.main-content a .txt-box h5 {
    margin: 0;
    padding: 20px 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translatex(-50%);
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,0.8);
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}
.main-content a .txt-box .more {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all .3s ease;
    font-size: 17px;
    margin: 0;
}
.main-content a:hover .txt-box .more{
    opacity:1;
}
.main-customer {
    background: #f8f8f8;
    margin-top: 70px;
    padding: 60px 0 70px;
}
.main-customer .title h3{
    margin: 0px 0 30px;
    text-align:center;
    font-size: 30px;
    color: #212121;
}
.owl-nav > div{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
	background: rgba(49, 49, 49, 0.6);
    padding: 20px 8px;
}
.owl-nav > div i {
    color: #fff;
}
.owl-nav > div:hover {
    background: rgba(49,49,49,0.8);
}

.owl-prev{
    left:-15px;
}
.owl-next{
    right:-15px;
}
/* subpage setting */
.pageheader{
	height:250px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:50px;
    color:#fff;
}
.breadcrumb {
    margin: 0;
    padding: 10px 20px;
    font-size: 13px;
    color: #ddd;
    position: absolute;
    bottom: 0;
    /* background: #777; */
	background:transparent;
    width: 100%;
    border-radius: 0;
}
.breadcrumb .active {
    color: #fff;
    font-weight: 600;
}
.subpage-content .emp{
	font-weight:500;
	color:#DD3630;
}
.subpage-layout{
    padding-top:60px;
	padding-bottom:100px;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
    color: #454545;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 17px;
    border-left: 3px solid #ea322b;
    padding-left: 10px;
}
.snb-wrap{
    /* padding-right:50px; */
}
.snb {
    border-top: 2px solid #ea322b;
}
.snb > li{
    line-height:1.2;
}
.snb > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-right: 30px;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.6;
}
.snb > li > a:hover {
    /* background: #f8f8f8; */
    color: #ea322b;
	text-decoration:underline;
}
.snb > li > a:after {
    content: '\f105';
    font-family: "fontawesome";
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    /* color: rgba(0,0,0,0.4); */
}
.snb > li.active > a {
    color: #ea322b;
    font-weight: 600;
}
.sub-snb {
    background: #f5f5f5;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}
.sub-snb a {
    display: inline-block;
    padding: 2px 0;
    color: #888;
    font-size: 13px;
}
.sub-snb .active a{
    color: #454545;
    font-weight: 600;
}
.sub-snb a:hover{
    text-decoration:underline
}
.sub-snb a:before{
    content:'-';
    display:inline-block;
    margin-left:30px;
    margin-right:10px;
}
.subpage-content .title h3 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    color: #212121;
    margin: 0 0 30px;
}
.navbar-inverse .navbar-right a,
.breadcrumb,
.pageheader h2,
.snb a,
.dropdown-menu li a,
.title h3{
    text-transform: uppercase;
}

.img-wrap img{
    margin-bottom:20px;
}

@media screen and (min-width: 768px){
	.snb-wrap {
		padding-right:50px;
		width: 22%;
	}
	.subpage-content{
		width:78%
	}
}


/* subpage mailform */
#mailForm {
    max-width: 1000px;
    margin: 0 auto;
}

#mailForm .form-control {
    border-radius: 3px;
    box-shadow: none;
    border-color: #ddd;
    height: auto;
    padding: 8px 12px;
}
#mailForm .form-control:focus{
    border-color:#ea322b
}

#mailForm label {
    color: #212121;
    letter-spacing: -0.03em;
    margin: 0 0 10px;
}

#mailForm .checkbox {
    margin: 10px 0 30px;
}

#mailForm .checkbox label {
    font-size: 13px;
    color: #616161;
    line-height: 1.6;
    margin: 0;
}
#mailForm .btn-primary {
    border-radius: 3px;
    background: #ea322b;
    border: none;
    font-size: 15px;
    max-width: 200px;
    height: 45px;
    margin: 0 auto;
    transition: all ease 0.3s;
}

#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #bd2923;
}

/* subpage board */
.bbs-area .dh-margin-top {
	display:none;
    margin-top: 40px;
}
.pagination li:before {
    content: none !important;
}
.pagination li {
    padding: 0 !important;
}
.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: #fff;
    border: 1px solid #ea322b;
    color: #ea322b!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;
}
#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: #333;
    border: 1px solid #333;
}
#search_kind_menu li:before {
    content:none;
}

/* subpage board - view */
.dh-view-box{
    margin-top:0;
}

.dh-view-box>.row>.page-header {
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin: 0;
    padding: 16px 14px;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    opacity: 0.6;
}


/* subpage - about */
#about01 .subpage-content p {
    font-size: 15px;
    color: #616161;
    line-height: 1.8;
	margin: 0 0 20px;
}
#about01 .subpage-content .se1 img {
    margin-bottom: 30px;
}

/* subpage product */
.prod-bottom{
	margin-top:60px;
	padding-top:30px;
	border-top:1px solid #ddd;
}
.prod-bottom .quote-box p{
	margin:0;
	font-size:16px;
}
/* login */

.login-layout, .id-find-layout, .pw-find-layout {
    padding: 100px 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: none;
    border-radius: 0px;
    background: rgba(255,255,255,0.8);
}

.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: 1px solid #ddd;
    height: 40px;
    color: #616161;
    font-size: 15px;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #ea322b;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 45px;
    background: #ea322b;;
    border-radius: 3px;
    border: none;
    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: #bd2923;
}

.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;
    }
}

@media(max-width:767px){
	
}