@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');
@import url('/skin/cnfont/stylesheet.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    background-color: #fff;
    padding-top: 85px;
}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'MI LANTING', "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{
    margin-top:-30px;
    background: #f5f5f5;
    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;
    height: 40px;
    color: #555;
    font-size: 16px;
    letter-spacing: -0.03em;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #1F47A1;
    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: #163884;
}
.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}

.menu_top {    
    position: absolute;
    width: 100%;
    top: 5px;
    text-align: right;
    z-index: 10000;
}
.menu_top .lang {
    border: 1px solid #212588;
    background: #fff;
    color: #212588;

    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.01em;
    border: 1px solid #d3d3d3;
    color: #555;
}
.menu_top .lang.active {
    background: #212588;
    border-color: #212588;
    color: #fff;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #ddd;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    margin-top: 20px;
    padding: 0;
    position: relative;
}
.navbar-inverse .navbar-brand:hover .logo_txt span{color:#9d9d9d}
/* .navbar-inverse .navbar-brand:after {
    content: "주식회사 엔브이티";
    position: absolute;
    width: 150px;
    letter-spacing: -0.02em;
    top: 46%;
    font-size: 18px;
    left: 110%;
    transform: translateY(-50%);
    font-weight: 600;
    line-height: 1;
    color: #212588;
} */
.logo_txt{top: 46%;
    position: absolute;
    left: 110%;
    transform: translateY(-50%);}
.logo_txt p{       width: 150px;
    letter-spacing: 0.15em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #212588;}
.logo_txt span{      display: block;
    font-size: 12px;
    line-height: 1;
    color: #212588 !important;
    letter-spacing: -0.03em;
    font-weight: 500;}
.navbar-brand img {
    margin: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: rgba(0,0,0,0);
    color: #222;
    /* font-size: 17px; */
    font-size:15px;
    padding: 50px 25px 15px;
    margin: 0;
    font-weight: 600;
    /* letter-spacing: 0.01em; */
    letter-spacing: -0.02em
}

.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: #1F47A1;
    background: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: rgba(16, 37, 115, 0.85);
        border: none;
        padding: 0;
        border-radius: 0;
        /* left: 50%; */
        /* right: auto; */
        /* transform: translate(-50%, 0); */
        left: 0;
        right: auto;
        box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu > li > a, 
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        text-align: center;
        color: #eee;
        padding: 12px 20px;
        font-size: 14px;
        line-height: 1;
        text-align: left;
        transition: all ease 0.15s;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:first-child a {
        padding-top: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li:last-child a {
        padding-bottom: 15px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, 
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: underline;
        background: rgba(0,0,0,0);
    }
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #eee;
    color: #aaa;
    font-size: 12px;
    /* padding: 40px 0; */
    padding:0 0 30px;
    letter-spacing: -0.03em;
    margin: 0;
    text-align: center;
}
.footer_copy .container {
    /* border-top: 1px solid #ddd; */
    padding-top: 30px;
}
.footer_copy .text-center ul {
    margin: 0;
}
.footer_copy .text-center li {
    margin-bottom: 4px;
}
.footer_copy .text-center li span{margin-right: 12px;}
.footer_copy .text-center img {
    max-width: 75px;
    opacity: 0.75;
}
.footer_copy .text-center .copy {
    opacity: 0.8;
    margin: -30px 0 0;
    float: right;
}
/* 하단 카피라이트 설정 끝*/


/*slide*/
.carousel-inner .item {
    width: 100%;
    /* height: 100vh; */
    height: 600px;
    background-image: url(/skin/img/slide/main_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}
.carousel-caption:before {
    content: "New Valuable Technology";
    color: #2035a2;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;
}
.carousel-caption {
    padding: 0 30px;
    margin: 0;
    /* top: 55%; */
    top: 24%;
    bottom: auto;
    /* transform: translateY(-50%); */
    /* text-align: center; */
    color: #fff;
    /* text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7); */
    text-shadow: none;
    text-align: left;
}
/* .carousel-caption h2 {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}
.carousel-caption p {
    margin: 0;
    font-size: 21px;
} */
.carousel-caption h2 {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.08em;
    margin: 0 0 12px;
    color: #151515;
}
.carousel-caption p {
    font-size: 16px;
    letter-spacing: -0.04em;
    font-weight: 400;
    color: #333;
}

/*main*/
.intro-html-layout {
    position: relative;
}
.main-content {
    /* margin-top: -160px; */
    position: absolute;
    bottom: 0;
    width: 100%;
}
.main-business01 {
    padding-bottom: 30px;
}
.main-bbs01 {
    margin: 0;
    background: #fff;
    min-height: 200px;
    padding: 25px 10px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.owl-carousel .owl-stage-outer {
    border: 6px solid #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    height: 200px;
}
.main-business01 .owl-carousel {
    margin-bottom:0;
}
.main-business01 .owl-carousel li a {
    display: block;
    position: relative;
}
.main-business01 .owl-item p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.65);
    margin: 0;
    padding: 9px 0 20px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
    font-weight: 500;
    font-size: 13px
}
.owl-theme .owl-dots .owl-dot span{
    width: 8px !important;
    height: 8px !important;
    margin: 0px 3px !important;
    background: #fff !important;
    box-shadow: 0 0 3px #000 !important; 
    display: block !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0 !important;
    position: absolute;
    right: 10px;
    top: 6px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0094ff !important;
}

.main_inner03 {
    padding: 25px 30px;
    min-height: 200px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.main_inner03:before {
    content: "\f590";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 65px;
    bottom: 60px;
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
    color: hsla(205, 100%, 50%, 0.12);
}
.main_inner03 dl {
    margin: 0;
}
.main_inner03 dl dt {
    /* font-size: 18px; */
    /* font-weight: 600; */
    margin-bottom: 10px;
    /* color: #fff; */
    /* letter-spacing: -0.03em; */
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.main_inner03 dl dd {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 400;
    letter-spacing: -0.03em;
    border-bottom: 1px dashed #d3d3d3;
    padding: 7px 0;
}
.main_inner03 dl dd:last-child {
    border-bottom: none;
}
.main_inner03 dl dd span {
    display: inline-block;
    margin-right: 10px;
    background: #dce8f9;
    width: 60px;
    border-radius: 2px;
    color: #2e3067;
    font-size: 12px;
    letter-spacing: -0.03em;
    font-weight: 600;
    padding: 1px 8px;
}
/* .main-business01 a {
    display: block;
    position: relative;
    transition: all ease .3s;
}
.main-business01 a p {
    margin: 0;
    padding: 10px 10px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    letter-spacing: -0.01em;
    transition: all ease .3s;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(40,40,40,0.7)
}
.main-business01 a:hover{
    transform: translateY(-8px);
    box-shadow: 0px 7px 10px rgba(0,0,0,0.25);
}
.main-business01 a:hover p {
    background:rgba(21, 23, 101, 0.9);
}
.main-business02 {
    padding: 90px 0;
    background: #f8f8f8;
} */
/*sub*/
.subTop {
    width: 100%;
    height: 200px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}
.subTop_inner{margin: 0;
    position: absolute;
    left: 20%; 
    top: 50%;
    transform: translateY(-50%);}
.subTop h2 {    
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.08em;
    margin: 0 0 12px;
    color: #151515;}
.subTop_inner > span{    color: #2035a2;
    font-weight: 600;
    display: block;
    margin-bottom: 25px;}
.subTop_inner p{    font-size: 16px;
    letter-spacing: -0.04em;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;}
.subContent{        
    padding: 60px 0;
    /* background: linear-gradient(to top, #d9e8f1,#f4f8fb); */
    /* background:#f8f8f8; */
}
/* .subContent > .container{    padding: 90px 70px;
    background: #fff url(/skin/img/sub/page-bg.png) no-repeat right top;
    max-width: 1170px;
    margin: 0 auto;
    box-shadow:1px 1px 2px rgba(0,0,0,0.15)
} */
.subtitle{
    margin-bottom: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.subtitle h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.03em;
}
.subContent h4 {
    font-size: 25px;
    color: #1F47A1;
    display: inline-block;
    letter-spacing: -0.03em;
    margin: 0 0 12px;
}
.breadcrumb {
    background: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 13px;
    letter-spacing: -0.02em;
    vertical-align: bottom;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.breadcrumb>li+li:before {
    padding: 0 7px;
    content: "\f105";
    font-family: "FontAwesome";
    color: #aaa;
}
.subContent .con{margin-bottom: 60px;}
.subContent .con:last-child{margin-bottom: 0;}
.subContent .con h5{    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 4px solid #212588;
    padding-left: 10px;
    line-height: 1;
    margin-top: 0;
    color: #000;}
.con p, .con li,.con dd{font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.65;}

.snb h2{      margin: 0 0 20px;
    border-bottom: 2px solid #212588;
    color: #212588;
    padding: 0 10px 20px 10px;
    font-size: 26px;
    min-height: 50px;} 
.snb ul{margin: 0;}
.snb ul li a{    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    padding: 10px 10px 10px 0;}
.snb ul li:last-child a{border-bottom:none}
.snb ul li a:hover{color: #000;}
.snb ul li a:hover::after{content: "\f054";
    font-family: "fontawesome";
    float: right;
    color: #aaa;
    line-height: 1;
    margin-top: 5px;}
.snb ul li.active a{color: #000;}
.snb ul li.active a:after{    content: "\f054";
    font-family: "fontawesome";
    float: right;
    color: #212588;
    line-height: 1;
    margin-top: 5px;    font-size: 14px;}

@media(min-width:768px){
    .subContent .container>.row>.col-md-2{width:20%}
    .subContent .container>.row>.col-md-10{width:80%}
}
.snb_banner{    margin-top: 20px;
    background: #f4f4fd;
    padding: 20px 10px;}
.snb_banner h5{margin: 0 0 10px;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #5d60aa;
    color: #111;}
.snb_banner p{font-size: 12px;
    letter-spacing: -0.1em;
    color: #555;}
.snb_banner ul li:last-child{    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;}
.snb_banner ul li:first-child{    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 5px;}
.snb_banner span{        display: block;
    font-weight: 500;
    color: #777;
    padding-top: 10px;
    margin-top: 15px;
    font-size: 14px;
    border-top: 1px solid;}
.snb_banner_kr,.snb_banner_cn{display: none;}
/*compan*/
.comp01_inner {
    /* padding-left: 3%;
    padding-top: 2%; */
    margin: 0 30px;
}
.comp01_inner p {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}
.comp01_inner p:last-child {
    text-align: left;
    font-weight: 500;
    color: #333;
}
.comp01_inner p span{
    font-weight: 500;
    color: #1F47A1;
}
.history-table {
    width: 100%;
    border-top: 1px solid #ccc;
}
.history-table tr th,
 .history-table tr td {
    position: relative;
    padding: 7px 20px !important;
    font-size: 14px;
    background: #fff;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #e4e4e4;
    vertical-align: middle !important;
}
.history-table tr td {
    padding-left: 50px !important;
}
.history-table tr th {
    position: relative;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #1F47A1;
    
}

@media(max-width: 768px){
    .about2 .sec1{
        padding: 15px 0;
    }
    .history-table tr td{
        padding-left: 0 !important;
    }
    .history-table tr th{
        font-size: 19px;
    }
    .history-table tr th:after{
        display: none;
    }
    .history-table:last-child{
        margin-bottom: 0;
    }
}
#company02 .con1 img,#company01 .con1 img{    border-radius: 50%;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.4);
}
#company03 .con p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 12px;
    letter-spacing: -0.03em;
}
#company03 .con img{padding: 10px;
    border: 1px solid #ddd;}
#company03 .con .clearfix{margin-bottom: 50px;}

/*product*/
.product .snb ul li a{    font-size: 14px;
    letter-spacing: -0.07em;}
.product .snb ul li.active a:after,.snb ul li a:hover::after{    margin-top: 4px;
    font-size: 13px;}
.product .con img{    
    padding: 6px;
    border: 1px solid #ddd;
}
.product .con p {
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    color: #666;
}
/* #product01 .con img{margin-bottom: 30px;} */
.pro_txt{    padding: 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    min-height: 258px;}
.product .con .pro_txt p, .product .con .pro_txt li,.product .con .pro_txt dd{color:#222} 
.product .con .pro_txt li{margin-bottom: 5px;}

.subContent .table.table-type03 {border-top: 2px solid #333;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding: 16px 12px !important; border-bottom: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;font-size:16px;letter-spacing: -0.02em;}
.subContent .table.table-type03 tr th {color: #333; text-align: center;background: #f8f8f8;}
.subContent .table.table-type03 tr td {color: #666;text-align: center;}
#product03 .con3 ul li{        font-size: 15px;
    letter-spacing: -0.06em;
    margin-bottom: 5px;}
/*contact*/
#contact .con dl {
    margin-bottom: 40px;
}
#contact .con dl dt {
    font-size: 26px;
    color: #1F47A1;
    display: inline-block;
    letter-spacing: -0.03em;
    margin: 0 0 15px;
}
#contact .con dl dd {
    font-size: 17px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.8;
}
#contact .con dl dd span{margin-right: 15px;}

/*main-bbs*/
/* ---------- 게시판 타이틀 설정 ---------- */
.main-business01 .page-header {
    padding: 0;
    margin: 0 0 13px;
    border-bottom: none;
}

.main-business01 .page-header h4 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.main-business01 .page-header h4 .btn {
    padding: 0;
    margin: 2px 0 0;
    line-height: 1;
    transition: all ease .3s;
    border: none;
    opacity: 0.3;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url(/skin/img/main/plus_icon.png) no-repeat center;
}

.main-business01 .page-header h4 .btn:hover,
.main-business01 .page-header h4 .btn:active {
	transform: rotate(45deg);
}

.main-business01 .page-header h4 .btn .fa-plus:before {
    /* content: url('/skin/img/main/plus_icon.png'); */
    content:none;
}


/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin-bottom: 0;
}
.intro-boardbox .panel-body {
    padding: 0;
}

.dh-front-list2-words {
	margin: 0 !important;
    padding: 0;
    /* border-bottom:1px solid #ddd; */
}
.dh-front-list2 h6 a,
 .dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 0;
    letter-spacing: -0.05em;
}

.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;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
/* //메인 페이지 설정 끝 */
/*BBS*/

.dh-board > .table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin:0
}
.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > td {
    padding: 18px 15px;
}
.dh-board .table > thead > tr > th {
    background: #f6f6f6;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px solid #e4e4e4;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #666;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -.03em;
}
.dh-board > .table-hover > tbody > tr:hover td {
    background-color: #fff;
}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {
    color: #000;
     text-decoration:underline;
}
.dh-margin-top{margin-top: 40px; display: inline-block;}
.bbs-blog2-index-layout .dhb-txt-box-type-b {border: none; background-color: #fff; width: 25%; margin: 0 0 20px; padding: 0 10px;}
.bbs-blog2-index-layout .dhb-txt-box-type-b > div {margin: 0; padding: 0; border: 1px solid #e5e5e5;}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; min-height: 200px; max-height: 200px; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.dhb-txt-box-type-b-text-layout h4{font-size: 14px; margin: 15px 0;}
.dhb-txt-box-type-b-text-layout .txt-box-footer{margin-top: 0; float: none; text-align: left; display: none;}
.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {width: 100%; margin: 10px 0 20px;}
}

.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: 0px;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 18px 20px;
    margin: 0;
    background: #f6f6f6;
}
.dh-view-box > .row > .page-header > h4 {
    color: #333;
    font-size: 26px;
    letter-spacing: -0.03em;
    margin: 0;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #e4e4e4;
    background: rgba(0,0,0,0);
    padding: 8px 20px 8px;
    color: #999;
}
.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 60px !important; min-height: 100px;}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #1F47A1;
    background: #1F47A1 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

.row.dh-margin-top {
    margin-top: 30px;
}

#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;
    color: #fff;
}

.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}
