@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.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: 'Calibri','Malgun Gothic','맑은고딕', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo 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 {
	display: none;
}

*{word-break:keep-all}
/* 메뉴 설정 시작 */
.navbar-inverse{background: #fff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: absolute; top: auto;}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a {
    height: 142px !important;
}
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 64px !important;}
}

/* ----- 메뉴 상단 영역 설정 ----- */
.navbar-top {
    width: 100%;
    padding: 10px 0;
    background: #222;
}
.navbar-top-wrap{width: 1170px; margin: 0 auto;}
.navbar-top-wrap ul{margin:0; padding: 0;}
.navbar-top-wrap ul li{float: left;}
.navbar-top-wrap .navbar-top-btn {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1;
}
.navbar-top-wrap ul li .navbar-top-btn {
    color: #fff;
}
.navbar-top-wrap ul li:first-child .navbar-top-btn{    border-right: 1px solid #777;}
@media screen and (max-width: 991px) {
	.navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
	.navbar-top{display: none;}
}

/* ----- 로고 설정 ----- */
.navbar-inverse .navbar-brand {
    margin: 16px 0 !important;
    padding: 0;
}
.navbar-brand img {
    margin: 0 !important;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand{margin: 32px 0 0;}
    .navbar-brand img{width: 180px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand{margin: 20px 0 0;}
    .navbar-top > div > a{margin: 5px 20px 0;}
}

/* ----- 메인 메뉴 설정 -----*/
.navbar-inverse .navbar-nav > li > a {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.04em;
    padding: 40px 25px 38px;
    margin: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #fff;
    color: #d50d0d;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #d50d0d;
    border: none;
    border-bottom: 2px solid #d50d0d !important;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 0; padding: 14px 20px 14px 20px;}
	.navbar-nav .open .dropdown-menu{padding: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #333; border: none !important; margin: 0 0 0; background: #f7f7f7;}}

/* ----- 서브 메뉴 설정 -----*/
.dropdown-menu{background: #fcfcfc; left: 0 !important; right: auto !important; padding: 20px 0; margin: 0; margin-left: -15px; border-radius: 0; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 0 0 rgba(0,0,0,0); min-width: 170px;}
.dropdown-menu > li > a{color: #333; padding: 8px 30px; margin: 0px 0px 0px 0px; font-size: 15px; font-weight: 400; text-align: left; letter-spacing: -0.02em;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{background-image: none; color: #d50d0d;}

/* ----- 모바일 메뉴 설정 ----- */
.navbar-toggle{background: #d50d0d; border-radius: 0; border: none; margin: 15px 20px 15px; padding: 10px 10px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; background: #d50d0d;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}
/* //메뉴 설정 끝 */


/* 푸터 영역 설정 시작 */
.footer_copy .text-center {
    background: #444;
    color: #aaa;
    font-size: 13px;
    text-align: left;
    letter-spacing: -0.04em;
    padding: 40px 0 50px;
    margin: 0;
}
.footer-top {
    width: 1170px;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.footer-top ul{margin: 0; padding: 0; display: inline-block; width: 100%;}
.footer-top ul li{float: left; display: inline-block;}
.footer-top ul li a {
    color: #ccc;
    font-size: 14px;
    margin-right: 40px;
    font-weight: 600;
}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {width: 1170px; margin: 0 auto 20px; padding: 0 15px;}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 1.6;}
.footer-middle ul li{float: left; display: inline-block;}
.footer-middle ul li span:after{content: "|"; color: #dedede; padding: 0 6px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-middle ul li a{
    color:#fff;
    text-decoration: underline;
}
.footer-bottom {width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p{display: inline-block; width: 100%;}
.socialArea{display: none;}
@media screen and (max-width: 991px) {
	.footer-top{width: 100%;}
	.footer-middle{width: 100%;}
	.footer-bottom{width: 100%;}
}
/* //푸터 영역 설정 끝*/


/* 슬라이드 설정 시작 */
.carousel.slide{position: relative; height: 580px;}
.carousel-inner{height: 100%;}
.carousel-inner > div:nth-child(1){height: 100%; background: url('/skin/img/slide/slide-img2.jpg');}
.carousel-inner > div:nth-child(2){height: 100%; background: url('/skin/img/slide/slide-img1.jpg');}
.carousel-inner > div > div{height: 100%;}

/* ----- 슬라이드 화살표 버튼 ----- */
.carousel-control{opacity: 1;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{margin-top: -50px;}
.glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow.png);}
.glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow.png);}
.carousel-control:hover .glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow-hover.png);}
.carousel-control:hover .glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow-hover.png);}

/* ----- 슬라이드 텍스트 ----- */
.slide-box-left{height: 100%; width: 280px; float: left; position: relative;}
.slide-left-wrap{top: 50%; margin-top: -190px; position: absolute; width: 100%;  height: 380px;}
.slide-left-wrap h5{color: #c80e0e; font-size: 15px; font-weight: 400; margin: 0 0 8px;}
.slide-left-wrap h3{color: #333; font-size: 21px; font-weight: 500; line-height: 1.3; margin: 0 0 15px;}
.slide-left-wrap p{font-size: 13px; color: #999;}
.slide-banner-top, .slide-banner-bottom{position: absolute; width: 100%; height: 180px;}
.slide-banner-top{top: 0; background: url('/skin/img/default/slide-banner-top.jpg'); padding: 28px 30px 30px;}
.slide-banner-bottom{bottom: 0; background: url('/skin/img/default/slide-banner-bottom.jpg'); padding: 30px 30px 30px;}
.slide-box-right {
    position: relative;
    height: 100%;
}
.slide-right-wrap {
    color: #fff;
    top: 50%;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
}
.slide-caption {
    height: 100%;
    margin: 0;
    padding: 0;
}
.slide-caption h3 {
    margin: 0 0 10px;
    font-size: 64px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    letter-spacing: -0.02em;
    display: none;
}
.slide-caption p {
    color: #e6e6e6;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    width: 800px;
    background-image: linear-gradient(to right, rgba(213, 13, 13, 0) 0%, #d50d0d 50%, rgba(0, 140, 214, 0) 100%);
    padding: 14px 0;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

/* ----- 슬라이드 퀵 메뉴 설정 ----- */
.carousel.slide #main_btn{position: absolute; z-index: 1000; bottom: 0; height: 100%; width: 20%; right: 0; background: rgba(0,0,0,0.6);}
#main_btn ul{margin: 0; padding: 0; height: 100%;}
#main_btn ul li{width: 100%; margin: 0; height: 20%; border-bottom: 1px solid rgba(255,255,255,0.2);}
#main_btn ul li:last-child{border-right: none;}
#main_btn ul li a{display: block; width: 100%; height: 100%; padding: 45px 30px 30px; color: #fff;}
#main_btn ul li a:hover, #main_btn ul li a:focus{background: #000;}
#main_btn ul li a h3{margin: -8px 10px 0 3px; float: left; display: inline-block;}
#main_btn ul li a h4{font-size: 19px; font-weight: 400; margin: 0;}
#main_btn ul li a p{font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5); margin: 0;}
/* ----- //슬라이드 퀵 메뉴 설정 ----- */

@media screen and (max-width: 991px) {
	#main_btn > ul{width: 100%}
}
@media screen and (max-width: 767px) {
	.gu-slider{display: none;}
}
/* //슬라이드 설정 끝 */


/* 메인 페이지 설정 시작 */
.container_contents {width: 100%; padding: 0; background: #fff;}

/* ----- main-html-area ----- */
.intro-html-layout {
    margin: 0 0 60px;
}
.intro-html-layout > div {
    padding: 0 0 60px;
    background: #f4f4f4;
}
.intro-html-layout > div > div:nth-child(2) {
    width: 1170px;
    margin: 0 auto;
    padding: 60px 0 0;
}
@media screen and (max-width: 991px) {
	.intro-html-layout > div > div:nth-child(2){width: 100%;}
}

/* ---------- 사업분야 박스 ---------- */
.main-con > div, .main-con .tab-wrap{padding: 0;}
.main-con .tab-wrap > div{padding: 0; width: 33.333333%;}
.main-con .tab-wrap .tab-con{z-index: 1; display: inline-block; position: absolute; left: 0; top: 50%; width: 100%; margin-top: -25px;}
.main-con .tab-wrap > a {width: 33.3333%; float: left; padding: 0 15px 0;}
.main-con .tab-wrap > a .main-ani > div {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 16px 20px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    color: #ccc;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
.main-con .tab-wrap > a .main-ani:hover > div{background: #000;}
.main-con .tab-wrap > a .main-ani > div h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin: 0 0 20px;
    letter-spacing: -0.06em;
}
.main-con .tab-wrap > a .main-ani > div h4:after{content: url('/skin/img/default/main-plus-icon.png'); display: inline-block; float: right;}
.main-con .tab-wrap img{width: 100%;}
.main-con .tab-wrap [class*=ani] {
    overflow: hidden;
    padding: 0;
    width: 100%;
    height: 240px;
}

@media screen and (max-width: 991px) {
    .main-con .tab-wrap > div{width: 100%; margin: 0 0 5px;}
    .main-con .tab-wrap > a{width: 100%; margin: 0 0 5px;}
}
/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */
.intro-board-widget-layout {
    width: 1170px;
    margin: 0 auto;
    padding: 0 0 80px;
}
/* .intro-boardbox {width: 50%;} */
@media screen and (max-width: 991px) {
	.intro-board-widget-layout{width: 100%;}
	.intro-boardbox{width: 100%;}
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {
    padding: 0 0 14px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dedede;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn{padding: 5px 0 0; margin: 0; line-height: 1;}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:active{box-shadow: 0 0 0 rgba(0,0,0,0) !important;}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/default/board-plus-icon.png');}

/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .front-panel > .panel{padding: 0; border: none; border-radius: 0px; background: transparent; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.intro-boardbox .panel-body{padding: 5px 0px 5px;}
.dh-front-list2-words{margin: 0 !important; padding: 0;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #666; font-weight: 400; font-size: 13px; padding: 8px 0;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #303030;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 380px; white-space: nowrap;}
.list-row-subject:before{content: "∙"; color: #d50d0d; font-weight: bold; padding-right: 11px;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
.dh-front-blog>.col-md-4>.thumbnail {
    min-height: 285px;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.04em;
    border: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    border: none;
    border-radius: 4px;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    padding: 0;
}
.dh-front-blog>.col-md-4>.thumbnail .blog-row-subject {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    /* line-height: 1; */
    margin: 20px 0;
    padding: 0 !important;
}
/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
/* ----- 서브페이지 common 설정 ----- */
.sub-layout {width: 100%; padding: 0;}
#content{float: none; width: 1170px; margin: 0 auto; padding: 0 30px 0;}
@media screen and (max-width: 991px) {
    #content{width: 100%; padding: 0 15px 50px; border-left: none;}
}
@media screen and (max-width: 767px) {
    #content{width: 100%; padding: 0 10px 50px; border-left: none;}
}

/* ----- 서브페이지 상단 이미지 설정 ----- */
.visual_wrap {
    position: relative;
    height: 240px;
    background: url(/skin/img/sub/sub-top.jpg);
    text-align: center;
}
.visual_wrap .visual_box {
    /* padding: 35px 0 0; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.visual_wrap h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.visual_wrap h2 small{
    display:block;
    font-size:26px;
    color:#fff;
}
.visual_wrap h4{margin: 4px 0 0; font-size: 16px; font-weight: 300; color: #bbb;}
.breadcrumb{background: transparent; margin: 0 0 30px; padding: 15px 15px 0; border-radius: 0; font-size: 12px; font-weight: 400; text-align: right; color: #aaa;}
.breadcrumb>li+li:before{padding: 0 3px;}
.breadcrumb > li.active{color: #eee;}

/* ----- 서브페이지 상단 메뉴 설정 ----- */
.top_menu_wrap{padding: 0; background: #fff; border-bottom: 1px solid #e3e3e3;}
.top_menu{padding: 0 30px 0; margin: 0 auto; width: 1170px;}
.top_menu > li{float: left;}
.top_menu > li > a {
    display: inline-block;
    background-color: #fff;
    margin: 0;
    padding: 11px 40px;
    /* padding: 10px 40px; */
    color: #888;
    font-size: 15px;
    /* font-size: 16px; */
    font-weight: 500;
    text-decoration: none;
    letter-spacing: -0.02em;
    border-bottom: 1px solid transparent !important;
}
[id^="product"] .top_menu > li > a{
    padding: 12px 18px 11px;
}
.top_menu > li.active > a {
    color: #c80e0e;
    border-bottom: 1px solid #c80e0e !important;
    font-weight: 600;
}
@media screen and (max-width: 991px) {
    .top_menu_wrap{display: none;}
	.top_menu{width: 100%;}
}

/* ----- content 설정 ----- */
.content_wrap > div {
    padding: 80px 0 100px;
}
.content-left{margin: 0 0 50px;}
.content_wrap h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 10px;
}
.content_wrap h4 {
    font-size: 26px;
    font-weight: 600;
    color: #444;
    line-height: 1.4;
    margin: 0 0 40px;
    letter-spacing: -0.04em;
}
.content_wrap h5{font-size: 15px; line-height: 1.8;}
.content_wrap p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #444;
    margin: 0 0 20px;
    letter-spacing: -0.04em;
}
.content_wrap hr{margin-top: 40px; margin-bottom: 40px; border: 0; border-top: 1px solid transparent;}
.title-line {background: #c80e0e; height: 1px; width: 20px; margin: 0 0 30px;}
.content_wrap .con {margin-bottom:60px}
/* ---------- tab 메뉴 설정 ---------- */
.nav-tabs{border: 1px solid #dedede; background: #fff; margin: 30px 0 40px;}
.nav-tabs > li{margin: -1px 0 0;}
.nav-tabs > li > a{margin: 0 0 0; padding: 12px 50px 12px; line-height: 1; border-right: 1px solid #ddd; border-radius: 0; color: #555; font-size: 14px; font-weight: 500;}
.nav-tabs > li > a:hover{background: #f7f7f7; border: 1px solid #dedede; border-left: 1px solid transparent;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #d50d0d; background: #fff; border: none; border-top: 1px solid #d50d0d; border-right: 1px solid #dedede;}
.tab-content h4{font-size: 18px;}
.tab-content h5{font-size: 17px; margin: 0 0 10px;}

/* ---------- table 영역 설정 ---------- */
table{font-size: 14px; width: 100%; border-top: 1px solid #d50d0d; border-bottom: 1px solid #dedede; margin-bottom: 30px;}
tr{line-height: 20pt;}
th{padding: 14px 15px; color: #333; font-weight: 500; border-bottom: 1px solid #ddd;}
td{padding: 14px 15px; background-color: #fff; border-bottom: 1px solid #ddd; color: #565656;}

/* --------------- sub page - 회사소개 --------------- */
.table-history th{padding: 12px 15px; color: #555; font-weight: 500; font-size: 17px; background-color: #fff; vertical-align: top;}
.table-location {border-top: 1px solid #ccc; margin: 20px 0 0;}

/* --------------- sub page - 사업분야 --------------- */
.table-equipment{margin: 0; border-top: 1px solid #555;}

/* --------------- sub page - 메일문의 --------------- */
.form-control{padding: auto 16px; height: auto; font-size: 13px; line-height: 1.6; color: #666; border-radius: 0;}
#mailForm .btn-primary{background: #414141; border-radius: 0; border: 1px solid #414141 !important; padding: 8px 0 8px;}
#mailForm .btn-primary:focus, .btn-primary:hover{background-color: #414141 !important; border: 1px solid #414141 !important;}
@media(min-width:768px){
	#mailForm{max-width:800px}
}
/* --------------- sub page - 회원가입 --------------- */
.login-layout{width: 1170px; margin: 0 auto;}
.join-agree-layout .sub_top_wrap{margin-top: -40px; margin-bottom: 40px;}
@media screen and (max-width: 991px) {
	.login-layout{width: 100%;}
}

/* --------------- sub page - 로그인 --------------- */
.login-layout .panel{border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid transparent;}
.login-layout .panel-body h2{margin: 0; color: #454545; font-size: 20px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p{font-size: 13px; color: #666;}
.login-layout .inner-box-form form label{font-size: 14px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background: #fff !important; border: 1px solid #d5d5d5;}
.login-layout .btn-warning{background-image: none; background-color: #414141; border: none; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); text-shadow: 0 0 0 rgba(0,0,0,0); color: #f5f5f5;}
.login-layout .btn-warning:focus, .login-layout .btn-warning:hover{background: #c80e0e;}
.login-layout form > div > p > a{display: inline-block; float: left; font-size: 12px; color: #777;}
.login-layout form > div > p > a:hover{color: #303030;}
.login-layout form > div > p > a:after{content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after{content: "";}
/* //서브 페이지 설정 끝 */


/* 게시판 설정 시작 */
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 1170px; margin: 0 auto;}
.dh-board {
    padding: 127px 0 80px;
}
.img-bbs-default-index-layout .row:nth-child(2){padding: 75px 30px 0;}
.dh-view-box{padding: 120px 30px 40px;}
.form-horizontal{padding: 0px 0 50px;}
#mailForm {
    padding: 0;
}
@media screen and (max-width: 991px) {
	.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%;}
}

/* ----- 텍스트 게시판 설정 ----- */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 14px 10px; color: #555; font-size: 14px;}
.table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover{border-top: 1px solid #d50d0d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- 비디오 게시판 설정 ----- */
.vod-index-layout .dhb-txt-box{margin: 0px 5px 10px; width: 48%; float: left; border: 1px solid #d5d5d5; background-color: #fff;}
@media screen and (max-width: 767px) {.vod-index-layout .dhb-txt-box{width: 100%; margin: 10px 0 10px;}}
.vod-index-layout .dhb-txt-box > .dhb-txt-list{width: 100%; border-right: none;}
.vod-index-layout .dhb-txt-box > .col-md-4{display: none;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list > .row > div:nth-child(2) > a.btnRead{border-bottom: 0px solid transparent !important;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list h5 > a{color: #767676; font-weight: 400;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #d50d0d;}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #d50d0d; border: 1px solid #d50d0d !important;}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box{margin-top: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}

/* ----- tab 메뉴 설정 ----- */
.filter-items{padding: 0 0 0;}
.filter-items .filter-label{color: #333; font-size: 13px; background-color: #f7f7f7; border: none; margin: 0px 1px 5px; padding: 12px 28px 12px;}
.filter-items .filter-label:hover{color: #fff; background-color: #d50d0d;}
/* //게시판 설정 끝 */

/*company*/
.content_wrap .sangdo{    
	font-size: 20px;
    font-weight: 600;
    color: #c43737;
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    margin: 0 0 30px;
}
.content_wrap .team{    
	text-align: right;
    font-weight: 600;
    font-size: 20px;
    color: #555;
    margin-top: 50px;}

#company03 .col-md-9 img{margin-bottom: 30px;
/*     border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;*/} 
#company03 .col-md-9 img:nth-of-type(1){margin-bottom: 15px;}
/*product*/
#contact h5.bull,
div[id^="product"] h5{
	margin: 0 0 26px;
	color: #444;
	font-size: 22px;
	letter-spacing: -0.04em;
	line-height: 1;
	}
#contact h5.bull:before,
div[id^="product"] h5:before{    
	content: '●';
    display: inline-block;
    margin-top: -6px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    text-indent: 1px;
    font-size: 28px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: -webkit-linear-gradient(to right, #000 0%, #c80e0e 90%);
    background: -moz-linear-gradient(to right, #000 0%, #c80e0e 90%);
    background: -o-linear-gradient(to right, #000 0%, #c80e0e 90%);
    background: linear-gradient(to right, #000 0%, #c80e0e 90%);}

#product01 .img_area img{    
	border: 1px solid #ddd;
    padding: 5px; 
   border-radius: 3px; }

/*News*/
.dhb-txt-box {
    margin: 0 0 30px;
    padding: 20px 20px;
    background: none;
    border: none;
    border-top: 2px solid #000;
    border-bottom: 2px solid #ccc;
}
.dhb-txt-box .dhb-txt-list {
    width: 100%;
    margin: 0;
    border: none;
}
.text-bbs7 .dhb-txt-box .text-right{    display: none;}
.text-bbs7 .dhb-txt-box .thumb-hidden{   
	overflow: hidden;
    width: 100%;
    max-height: 180px;
    -webkit-box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 10px;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .col-md-5{width:35%}
.text-bbs7 .dhb-txt-box .dhb-txt-list .col-md-7{margin-left: 35px;}
.dhb-txt-box .dhb-txt-list h4 {
    margin: 0 0 20px;
}
.dhb-txt-box .dhb-txt-list h4 a {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.text-bbs7 .dhb-txt-box .dhb-txt-list .col-md-7 h4 small{font-size:100%}
.text-bbs7 .dhb-txt-box .dhb-txt-list .col-md-7 h5 a{   
	line-height: 1.4em;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;}
.text-bbs7 #btnNew{background: #c80e0e;
    border-color: #c80e0e;}
/*contact01*/
.product01-se2 .col-sm-6:nth-of-type(1){padding-right:0}
.product01-se2 .col-sm-6:nth-of-type(2){padding-left:0}

.product01-se2 .card{
	background:#f5f5f5;
	min-height:310px;
}
.product01-se2 .card h5 {
     margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 0 0 20px;
    font-size: 24px;
}
.product01-se2 .card ul {
    margin-bottom: 0;
}

#product07 h4 {
    position: relative;
    padding-left: 36px;
}
#product07 h4::before {
    content: '●';
    display: inline-block;
    margin-top: -6px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    line-height: 23px;
    text-indent: 1px;
    font-size: 28px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: -webkit-linear-gradient(to right, #000 0%, #c80e0e 90%);
    background: -moz-linear-gradient(to right, #000 0%, #c80e0e 90%);
    background: -o-linear-gradient(to right, #000 0%, #c80e0e 90%);
    background: linear-gradient(to right, #000 0%, #c80e0e 90%);
    position: absolute;
    left: 0;
    top: 10px;
}
#product07 h4 img {
    position: absolute;
    top: 0;
    height: 80px;
}
#product07 .se01 .img-wrap {
    margin-bottom: 50px;
}
#product07 .se01 ul li {
    font-size: 15px;
    padding-bottom: 15px;
}

#product07 .se01 ul li strong {
    display: block;
}

#product07 .se01 ul li:before {
    width: 5px;
    height: 5px;
    top: 6px;
}
#product07 .se03 .prod-wrap:nth-child(3) {
    margin-bottom: 60px;
}
#product07 .se03 .prod-wrap > div:nth-child(1) {
    margin-bottom: 50px;
}
#product07 .se03 .prod-wrap:nth-child(3) .right-con p {text-align: center;font-size: 14px;}
#product07 .se03 .prod-trait-wrap {
    text-align: center;
    margin-bottom: 50px;
}
#product07 .se03 .prod-trait-wrap > div:nth-child(2) {
    padding-left: 50px;
}
#product07 .se03 .prod-trait-wrap .row > div:nth-child(1) {
    position: relative;
}
#product07 .se03 .prod-trait-wrap .row > div:nth-child(1)::after {
    content: "\f105";
    position: absolute;
    right: -12px;
    top: 19%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
}
@media screen and (max-width: 991px) {
	#product07 h4 img {
    position: relative;}
	#product07 .se03 .prod-wrap:nth-child(4) .left-con img {
    float: initial !important;}
    #product07 .se03 .prod-trait-wrap .row > div:nth-child(1)::after{
    content: "\f107";
    position: initial;}
	#product07 .se03 .prod-trait-wrap > div:nth-child(2) {
    padding-left: 5px;}
}
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 30px;
    /* border: 1px solid #ddd; */
    min-height: max-content;
}
.card > h5{
	margin-top:0;
}
.subpage-content h4 {
    margin-bottom: 30px;
    font-size: 32px;
    letter-spacing: -0.8px;
    font-weight: 600;
}
.product01-se2 .card ul{    margin-bottom: 0;}
.product01-se2 .card li{    
	font-size: 14px;
    letter-spacing: 0;    
	position: relative;
    padding-left: 11px;
    margin-bottom: 0;
    letter-spacing: 0;}
.product01-se2 .card li b{
	font-weight: 400;
    text-indent: 41px;
    display: block;}
.product01-se2 .card li a{color:#333; font-weight:600}
.subpage-content .li-disc > li:before{    
	content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;}
@media(min-width:768px){
	.product01-se2 .card ul,.location-li{padding: 0;}
	
}

/*location*/
.location-li{
	display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    border-top: 2px solid #333;}
.location-li li{    font-size: 15px;
    padding: 14px 20px;
    border-bottom: 1px solid #dedede;
    color: #444;
    letter-spacing: -0.04em;}
.location-li .fa{
	margin-right: 10px;
    color: #c80e0e;}


/*준비중*/
.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;
}

/*2018-10-08*/
/* #product02 #content .con p{
	font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-top: 20px;
    color: #000;
    letter-spacing: 0.05em;
    border-top: 1px solid #c80e0e;
    padding-top: 10px;}
#product02 #content .con p span{    display: block;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #777;
    margin-top: 5px;} */

.snb{
    padding-left:0;
}
.snb li{
    margin-bottom: 15px;
}
.snb li a{
    display:block;
    font-size: 18px;
    font-weight:500;
    color:#222;
    line-height: 1.2;
}
.snb li a small{
    display:block;
    font-size:14px;
    color:#999;
}
.snb li a:hover{
    text-decoration: none;
}
.snb li a:before{
    content:'';
    display:inline-block;
    width:0;
    height:2px;
    vertical-align: middle;
    background:#c43737;
    transition:all .3s ease;
}
.snb li a:hover:before{
    width:10px;
    margin-right:5px;
}
.partner-wrap .p-logo{
    margin-bottom:15px;
}
.partner-wrap .p-view{
    margin-bottom:30px;
}

div[id^="product"]  h4 img{
    /* height: 34px; */
}
div[id^="product"]  h4 img[alt="norbech-logo.jpg"]{
    
height: 20px;
    
margin-top: 5px;
}

.prod-wrap{
    margin-bottom:30px;
}
div[id^="product"] .prod-wrap h5{
    margin-top: 15px;
    font-size: 22px;
    font-weight: 600;
}

.table-style tbody tr th,
.table-style thead tr th{
    font-size:16px;
    font-weight: 600;
    color:#111;
    background:#f9f9f9;
}
.table-style tbody tr th{
    font-size:14px;
    background:#fff;
}

.prod-list{
    margin:30px -15px;
}
.prod-list .clearfix{
    padding-bottom:20px;
}
.prod-list img{
    margin-bottom:10px;
    padding:5px;
    border:1px solid #ddd;
}
.prod-list p{
    padding:20px;
    background:#f9f9f9;
    min-height: 150px;
}
.li-dash {
    padding:20px;
    background:#f9f9f9;
}
.li-dash > li{margin-bottom:5px;padding-left: 25px;position:relative;}
.li-dash > li:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top: 9px;
}
.li-dash > li:before{
	width:10px;
	height:1px;
	background:#333;
}
.prod-item{
    margin:30px 0;
}
.prod-item img{
    margin-bottom:15px;
}
.video-wrap .clearfix{
    padding-bottom: 60px;
}
.video-wrap p{
    margin:10px 0;
    padding-left: 10px;
    border-left: 4px solid #c80e0e;
    font-size: 18px;
    font-weight: 600;
    color:#222;
    line-height: 1;
}
.video-wrap p span{
    display:block;
    color:#999;
    font-size:13px;
    margin-top: 5px;
    font-weight: 400;
}
.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;
}
@media(min-width:768px){
	
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
.img-caption{
    text-align: center;
}
.img-wrap img{
    margin-bottom:10px;
}

#product06 .prod-list p strong{
    display: inline-block;
    margin-bottom:5px;
    line-height:1.3;
}
#product06 .prod-list.no2 p{
    min-height: 217px;
}

.prod-trait-wrap{
    margin:0 -5px 30px;
}
.prod-trait-wrap > div{
    padding:0 5px;
}
.prod-trait-wrap p{
    padding-top:10px;
    font-size:14px;
    line-height:1.4;
}
/*list style*/
ul[class^="li-"]{
    padding:0;
}
ul[class^="li-"] > li{padding-left:20px; position:relative;}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top:8px;
}
.li-dash > li:before{
	width:5px;
	height:2px;
	background:#c80e0e;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#c80e0e;
}
.li-dot > li:before{
	width:2px;
	height:2px;
	background:#555;
}
#product04 .se1 .prod-wrap p{
    padding-top:15px;
    line-height:1.6
}

.prod-trait-dl dt{
    margin-top: 25px;
    margin-bottom: 5px;
    color:#c80e0e;
}

/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 20px;
}
.q_number div h3 {
    font-size: 14px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}
.q_number textarea.form-control{
    height:120px;
}
#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #ed1c24;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}
    /* margin: 0 auto;
    right: auto !important;
    float: none !important;
} */
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}