@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
	padding:0
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}
a:hover{text-decoration:none}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
	margin-top:-30px;
    background: #f5f5f5;
    padding: 60px 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: #666;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    height: 40px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #80b036;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #80b036;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #2a3d41;
}
.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: #666;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}
.subContent ul{padding:0}
/*상단 메뉴 설정 시작*/
.navbar-inverse > .container{    width: 100%;
    padding: 0;}
.navbar-inverse{
	background:#fff;     /*배경 색*/
	border-color:#ddd;         /*테두리 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
.navbar-header {
    float: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    line-height: 0;
}
.navbar-brand {
    margin: 21px auto !important;
    display: inline-block;
    float: none;
    padding: 0;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    margin-top: 0;
    padding-top: 0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-collapse{    
	float: none;
    text-align: center;
	line-height:0;
}
.navbar-collapse .navbar-nav{    
	float: none !important;
    display: inline-block;
	margin-right:0;
}
.navbar-inverse .navbar-nav > li > a {
    background-color: rgba(0,0,0,0);
    color: #222;
    font-size: 16px;
    padding: 18px 25px;
    margin: 0px 0px 0px 0px;
    font-weight: 600;
}
.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: #80b036;
    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: #fff;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 10px 0;
		border-color:#ddd;
		box-shadow:0 2px 2px rgba(0,0,0,0.1)
	}
	
	 /* .navbar-inverse .navbar-nav .dropdown-menu > li {
		   border-bottom: 1px solid #e8e8e8;
	} */
	
	.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;
    	color: #666;
    	padding: 9px 20px;
    	font-size: 15px;
    	line-height: 1;
    	text-align: left;
    	letter-spacing: -0.05em;
    	text-align: center;
 }
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #80b036;
/* 		text-decoration: underline; */
		background-color:#f8f8f8;
	}
}
@media (min-width: 768px) {
  .navbar .navbar-nav > .dropdown > .dropdown-menu {
	left:50%;
	right:auto;
	transform:translate(-50%, 0);
  }
}


.menu_top{
    position: absolute;
    right: 20%;
    /* text-align: right; */
    /* z-index: 1000; */
    top: 10px;
    background: #ffffff;
    padding: 6px 0 0;
    /* background: #f6f6f6; */
    }
.menu_top a{
    padding: 3px 15px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #333;
    font-weight: 500;
    letter-spacing: -0.02em;
    background: #fff;
    border-radius: 50px;
    margin-left: 5px;
    font-size: 13px;
    }
.menu_top ul{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    text-align: right;
}
.menu_top ul li{
    display: inline-block;
}
.menu_top ul li:last-child{display: none;}
.menu_top ul li button{
    background: #649c0e;
    box-shadow: none;
    color: #fff;
    padding: 4px 11px;
    letter-spacing: -0.02em;
    opacity: .8;
    border-radius: 50px;
    font-size: 12px;
    border: none;
}
.menu_top ul li button:hover{
    opacity: 1;}
.menu_top ul li button.active{
    background: #005b23;
    opacity: 1;
    color: #ffffff;
    font-weight: 500;
    }


/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center{
    background-color: #333333;
    color: #fff;
    font-size: 13px;
    padding: 45px 0 35px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.footer_copy .text-center ul li{    
	line-height: 1;
    margin-bottom: 7px;
    opacity: 0.45;}
.footer_copy .text-center ul li span{    
	margin-right: 10px;   
	padding-right: 10px;
    border-right: 1px solid #5c5c5c;
    line-height: 1;
    display: inline-block;
}
.footer_copy .text-center p{    
	opacity: 0.2;
}
/* 하단 카피라이트 설정 끝*/
/*slide*/
.container_contents, .sub-layout{    padding-top: 175px;}
.carousel-inner .item{    width: 100%;
    height: 500px;
    }
.carousel-inner .item:nth-of-type(1){background: url(/skin/img/slide/slide02.png) no-repeat center / cover;}
.carousel-inner .item:nth-of-type(2){background: url(/skin/img/slide/slide1.jpg) no-repeat center / cover;}
.carousel-inner .item:nth-of-type(3){background: url(/skin/img/slide/slide2.jpg) no-repeat center / cover;}
.carousel-inner .item:nth-of-type(4){background: url(/skin/img/slide/slide3.jpg) no-repeat center / cover;}
.carousel-caption{    padding: 0;
    top: 50%;
    transform: translateY(-50%);}
.carousel-caption h2{    font-size: 72px;
    text-shadow: none;
    font-weight: 600;
    margin-bottom: 60px;
    margin-top: 0;}
.carousel-caption h2 span{
	display: block;
    font-weight: 400;
    font-size: 20px;
    color: #eaf766;
    text-shadow: none;
    margin-bottom: 18px;
    letter-spacing: 0.2em;
}
.carousel-caption a{    
	font-size: 15px;
    font-weight: 500;
    padding: 15px 55px;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
	text-shadow:none;
	transition:all ease 0.3s;
}
.carousel-caption a:hover{
	background:#fff;
	color:#222;
}
.carousel-inner .item:nth-of-type(3) .carousel-caption,.carousel-inner .item:nth-of-type(4) .carousel-caption{    left: 20%;
    right: auto;
    text-align: left;}
.carousel-inner .item:nth-of-type(3) .carousel-caption h2,.carousel-inner .item:nth-of-type(4) .carousel-caption h2{color: #333;}
.carousel-inner .item:nth-of-type(3) .carousel-caption h2 span,.carousel-inner .item:nth-of-type(4) .carousel-caption h2 span{color: #7ba776;}
.carousel-inner .item:nth-of-type(3) .carousel-caption a,.carousel-inner .item:nth-of-type(4) .carousel-caption a{color: #333;
    border: 1px solid #333;}
.glyphicon.glyphicon-chevron-right,.glyphicon.glyphicon-chevron-left{display:none}
.right.carousel-control{background:url(/skin/img/slide/arrow_b_next.png)no-repeat center}
.left.carousel-control{background:url(/skin/img/slide/arrow_b_prev.png)no-repeat center}
/*main*/
.main-business01{    padding: 140px 0;
    background: url(/skin/img/main/main-business01_bg.jpg)no-repeat center / cover;}
@media(min-width:768px){
.main-business01 dl{    margin: 20px 25px 50px;}	
}
.main-business01 dl dt{     font-size: 43px;
    font-weight: 400;
    letter-spacing: -0.034em;
    margin-bottom: 30px;
    line-height: 1.2;}
.main-business01 dl dd{    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.7;}
.main-business01 a{    
	display: inline-block;
    font-size: 14px;
    color: #7fb036;
    border: 2px solid #7fb036;
    padding: 10px 35px;
    margin-left: 25px;
    font-weight: 500;
	transition:all ease 0.3s;
}
.main-business01 a:hover{
	background:#7fb036;
	color:#fff;
}
.main-business02{    padding: 90px 0 100px;
    background: #f4f4f4;}
.main-business02 h3{    font-size: 43px;
    font-weight: 400;
    letter-spacing: -0.034em;
    margin-top: 0;
    margin-bottom: 35px;}
.owl-carousel .owl-prev{    position: absolute;
    left: -55px;
    top: 50%;
    transform: translateY(-50%);}
.owl-carousel .owl-nav > div > i{    font-size: 30px;
    background: #999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;}
.owl-carousel .owl-next{    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);}
.owl_box{    max-width: 1140px;
    margin: 0 auto;}
.main-business03{    padding: 80px 0 100px;}
.main-business03 h4{    font-size: 21px;
    margin-top: 0;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;}
.main-business03 h4 a{
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #999;}
.main-business03 h4 a img{    margin-top: -4px;
    margin-left: 2px;}
.main_busi03_inner {    float: left;
    width: 50%;}
.main_busi03_inner a{    display: block;
    padding: 25px;
    overflow: hidden;
    background: #f8f8f8;}
.main_busi03_inner a img{    float: left;
    margin-right: 15px;}
.main_busi03_inner a dl{    float: left;    margin: 0;}
.main_busi03_inner a dl dt{    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    letter-spacing: -0.034em;}
.main_busi03_inner a dl dd{    font-size: 13px;
    line-height: 1.5;
    color: #333;
    letter-spacing: -0.034em;}
.main_busi03_inner.left a{    margin-right: 10px;}
.main_busi03_inner.right a{ margin-left: 10px;}
.intro-boardbox-6 .page-header,.intro-boardbox-9 .page-header{display:none}
.owl_box li {
    padding: 50px 15px 50px;
    background: #fff;
    text-align: center;
    border: 1px solid #d3d3d3;
}
.owl_box li p {
    margin: 20px 0 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.02em;
}
.owl-carousel .owl-nav > div > i {
    display: none;
}

.owl-carousel .owl-nav > div {
    width: 60px;
    height: 90px;
    opacity: 0.25;
}

.owl-carousel .owl-nav > .owl-prev {
    background: #000 url('/skin/img/main/prev_icon.png') no-repeat center center;
    margin-left: -35px;
}

.owl-carousel .owl-nav > .owl-next {
    background: #000 url('/skin/img/main/next_icon.png') no-repeat center center;
    margin-right: -35px;
}

.owl-carousel .owl-nav > div:hover {
    opacity: 0.4;
}

/*main-bbs*/
/* ---------- 게시판 리스트 설정 ---------- */

.main_bbs .front-panel {
	padding:0;
}

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.main_bbs .front-panel {
    padding: 0;
}

.intro-boardbox .panel-body {
	padding: 0;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;    padding-left: 12px;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 15px;
	padding: 7px 0;
}

.dh-front-list2 h6 .label {
    background: rgba(0,0,0,0);
    color: #7fb035 !important;
    padding: 0 !important;
    font-size: 12px !important;
    top: 6px;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #222;
	
}

.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: #1d65a3; */
    font-weight: bold;
    margin-right: 11px;
    width: 4px;
    position: absolute;
    height: 4px;
    background: #999;
    left: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}

.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;
}
/* //메인 페이지 설정 끝 */


/*sub*/
.subTop {
    width: 100%;
    height: 240px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}
.subTop h2 {
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.subTop .bread {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(127, 176, 54, 0.88);
}
.subTop .bread .breadcrumb {
    margin: 0;
    color: #fff;
    text-align: right;
    border-radius: 0;
    background: rgba(0,0,0,0);
    padding: 12px 15px;
}
.subTop .bread .breadcrumb li{       
	opacity: .6;
    font-weight: 400;
    font-size: 13px;
}
.subTop .bread .breadcrumb li.active{
	opacity:0.9;
	color:#fff
}
.subContent{    padding: 80px 0 100px;}
.subtitle {
    text-align: center;
    margin-bottom: 60px;
    /* border-bottom: 1px solid #ddd; */
}
.subtitle h3 {
    margin: 0;
    /* display: inline-block; */
    position: relative;
    z-index: 2;
    font-size: 40px;
    font-weight: 600;
    color: #222;
}
.subContent .con{margin-bottom:60px}
.subContent .con:last-child{margin-bottom:0}
.subContent p, .subContent li,.subContent dd{    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    color: #666;}
.subContent .con h4 {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}
/*준비중*/
.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;
}
.li-dash > li, .li-dot > li, .li-dash >dd, .li-dot > dd {
    padding-left: 16px;
    position: relative;
}
.li-dash > li:before, .li-dot > li:before, .li-dash > dd:before, .li-dot > dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 7px;
    top: 11px;
    width: 3px;
    height: 3px;
    background: #999;
    border-radius: 50%;
}
/*table*/
.subContent .table.table-type03 {margin: 0 0 20px; border-top: 2px solid #333;}
.subContent .table.table-type03 tr th, 
.subContent .table.table-type03 tr td {
    padding: 14px 14px !important;
    border-bottom: 1px solid #ddd!important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}
.subContent .table.table-type03 tr th {color: #333;background: #f8f8f8;text-align:center}
.subContent .table.table-type03 tr td {color: #666;}

/*company*/
#company01 .con .greet {
    font-size: 28px;
    font-weight: 500;
    color: #80b036;
    margin: 0px 0 20px;
}
#company01 .con1 p {
    font-size: 16px;
    margin-bottom: 18px;
}
#company01 .con p.effect{    
	font-weight: 500;
    color: #333;
    font-size: 17px;
}
#company01 .con1 .col-md-8 {
    padding-top: 30px;
    padding-left: 30px;
}
/*#company01 .con1 .col-md-4 img{    
     padding: 10px;
     box-shadow: 1px 1px 8px rgba(221,221,221,0.7); 
}*/
#company01 .con .sign{    
	text-align: right;
    margin-top: 50px;}

#company01 .con .sign p {
    font-size: 24px;
    color: #222;
    display: inline-block;
    margin: 0;
}
#company01 .con .sign img{    max-width: 150px;}

.history-table {
    border-top: 2px solid #80b036;
}
.history-table.table-style tr th, 
.history-table.table-style tr td {
    /* border-bottom: none!important; */
    padding: 20px !important;
}
.history-table.table-style tr th {
    position: relative;
    font-size: 28px;
    text-align: left;
    color: #3a4d5f;
    vertical-align: top !important;
    font-weight: 600;
}
.history-table.table-style tr {
    border-bottom: 1px solid #e0e0e0;
}
.history-table td ul {
    padding-top: 4px;
}
.history-table td ul li {
    font-size: 16px;
    margin: 4px 0;
}
	/* 
#company04 .con2 img{    
padding: 0 60px; 
}*/
#company04 .con2 dl {    
	border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
#company04 .con2 dl:last-child{border-bottom:none}
#company04 .con2 dl dt {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
    position: relative;
    letter-spacing: -0.02em;
}
#company04 .con2 dl:first-child dd {
    position: relative;
    padding-left: 100px;
    margin-bottom: 8px;
}
#company04 .con2 dl dd strong{position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #2b8c5e;}
#company04 .con3 img{    
	padding: 0 20px;
}
#company04 .con3 p {
    margin-top: 35px;
}
#company04 .con2 dd span {
    font-size: 16px;
    color: #444;
    margin-right: 8px;
}
#company04 .con4 .clearfix{margin-bottom:30px}

/*product*/

[id^="product"] .con {
    max-width: 1080px;
    margin: 0px auto 60px;
}

.product .subContent h4 {
    background: #f6f6f6;
    padding: 12px 20px;
    font-size: 22px;
    font-weight: 600;
    margin: 0px -15px 20px;
}
.product .subContent h4:before {
    content: none;
}
.product .con .li-dash > li {
    margin-bottom: 3px;
}

.product .product_title {
    font-size: 28px;
    text-align: center;
    font-weight: 500;
    color: #80b036;
}
.product .product_title + p {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.034em;
    max-width: 800px;
    margin: 0 auto;
    color: #444;
}
.product .subContent .table tr td {
    font-size: 14px;
}

.product .con2 ul{    margin-bottom: 30px;}
.product .con2 ul li{    font-size: 15px;
    margin-bottom: 5px;}
.product .con dl dt {
    font-size: 20px;
    color: #333;
    /* margin-left: 18px; */
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.product .con dl dt:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 3px solid #80b036;
    border-radius: 3px;
}
.product .con2 dd span{    font-weight: 600;
    margin-right: 10px;
    width: 100px;
    display: inline-block;
	margin-bottom:5px}
.product .con img{    padding: 30px;}
.product .con h4 span{font-size: 20px;
    margin-left: 10px;
    letter-spacing: -0.034em;
    color: #666;
    font-weight: 400;}

#product04 .con1,
#product06 .con1,
#product07 .con1{
    margin-bottom: 30px;
}
#product05 .con2 p {
    font-size: 18px;
    text-align: center;
    background: #f7fdf1;
    padding: 150px 50px;
    line-height: 1.75;
    color: #444;
}
#product06 .con3 {
    max-width: 800px;
    margin: 0 auto;
}
#product06 .con3 img {
    padding: 0;
}
#product06 .con3 ul {
    margin-top: 130px;
}

#product07 .con table tr td img{padding: 0;
    width: 150px;}
#product07 .con2 img {
    padding: 0 20px;
}
#product07 .con2 ul {
    background: #f7fdf1;
    padding: 50px;
    margin-bottom: 0;
    margin-top: 25px;
}
#product07 .con3 img {
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 10px;
}
#product07 .con3 p{text-align: center;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;}
#product07 .con4 .col-md-4 img {
    margin-bottom: 10px;
    padding: 0;
}
/*Video*/
#publicity02 .dhb-txt-box{
    float: left;
	border:none;
	height:250px;
	background:transparent;
}
.dh-vod-thumb .vod-play-btn img{border:none}
#publicity02 .dhb-txt-box > .dhb-txt-list{
	border:none;
}
#publicity02 .dhb-txt-box > .dhb-txt-list,
#publicity02 .dhb-txt-box > .dhb-txt-list .row > div{
	width:100%;
	text-align:center;
}
#publicity02 .dhb-txt-box > .dhb-txt-list .row > div h5,
#publicity02 .dhb-txt-box > .text-right{
	display:none;
}
#publicity02 .dhb-txt-box > .dhb-txt-list h4{
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#publicity02  .dh-margin-top:before{
	content:'';
	display:block;
	clear:both;
}
.dh-vod-thumb .dhb-thumb{
    display:none;
}
.dh-vod-thumb > .btnRead{
    display: block;
    height:175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}
#publicity02 .dh-board{
    width: 100%;
    margin: 0;
}

@media(min-width:768px){
	#publicity02 .dhb-txt-box{
		width:25%;
	}	
	.dh-vod-thumb .dhb-thumb{
		display:none;
	}
    .dh-vod-thumb > .btnRead{
        display: block;
        height:175px;
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
    }
    #publicity02 .dh-board{
        width: 100%;
        margin: 0;
    }
}
.dh-vod-thumb .vod-play-btn{    position: absolute;
    left: 50%;
    background: url(/skin/img/vod-play-bg.png);
    width: auto;
    height: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    border: none;}
/*BBS*/
.dh-board > .table-hover{
	border-top: 2px solid #444;
	border-bottom: 1px solid #ccc; 
	margin: 0px 0 30px;
}
.dh-board > .table-hover thead tr th {
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
}
.dh-board > .table-hover td,
.dh-board > .table-hover th {
    padding: 15px !important;
    font-size: 15px;
	border-bottom:1px solid #ddd;
}

.dh-board > .table-hover td{
	color:#666;
	font-weight:400;
}

.dh-board > .table-hover > tbody > tr:hover td{
	background-color: #ffffff;
}

.table-hover th, 
.table-hover td {
    padding: 10px !important;
	border-right: none;
}
.dh-board > .table-hover td.subject{    overflow: hidden;
    position: relative;}
.dh-board > .table-hover td.subject strong{    display: block;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 650px;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;}
.dh-board > .table-hover td.subject a {
    color: #666;
    font-weight: 400;
}
.dh-board > .table-hover td.subject a:hover {
    color: #80b036;
    text-decoration: underline !important;
}
.dh-board > .table-hover td.subject small{display: none;}
.dh-margin-top {
    display: inline-block;
    margin: 0;
}

.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-margin-top {
    margin-top: 20px;
}

.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 #ddd;
    background: #fff !important;
    font-weight: 600;
    color: #80b036 !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}


.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 13px;
    padding: .2em .4em .2em;
}

.dh-board .label-danger {
    color: #d9534f;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

button#btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}

.dh-view-box {
    margin-top: 0;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #444;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding: 16px 18px;
    background: #fff;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
	font-size:20px;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    color: #888;
}

.dh-view-box>.row>.dh-view-info strong {
    color: #888 !important;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach{padding: 0 40px 0;}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 30px 40px 40px !important;}

.dh-view-box + .row {
    margin-bottom: 70px;
}
.dh-view-box + .row > .col-md-12 {
    max-width: 1170px;
    margin: 0 auto 0;
    float: none;
    padding: 0 15px;
}
.dh-view-box + .row > .col-md-12 .page-header {
    border-bottom: none;
    margin: 40px 0 15px;
    padding-bottom: 0;
}
.dh-view-box + .row > .col-md-12 .page-header h4 {
    margin: 0;
    font-size: 18px;
}
.dh-comments {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.dh-comments div.panel-body {
    color: #666;
	font-size:14px;
}
.dh-comments .panel-body em {
    color: #aaa;
    font-size: 13px;
}
.dh-comments .panel-body em + strong {
    font-size: 13px;
}
.dh-comments .btn-group {
    margin: 0;
}
#commentForm .form-control {
    border-radius: 0;
    box-shadow: none;
}
#commentForm .btn-default {
    max-width: 110px;
    margin: 10px 0 0;
    float: right;
    background: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    font-size: 14px;
}
#commentForm .btn-default:hover {
    border-color: #b3b3b3;
    background: #f6f6f6;
}
#company04 .con5 img{    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;}
#company04 .con5 p{    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #333;}
#company04 .con5 .clearfix{margin-bottom:40px}
#company04 .con5 p span{    display: block;
    font-size: 15px;
    color: #555;
    margin-top: -4px;
    letter-spacing: -0.04em;}

/*2019-08-27*/
.part .con dl dt {
    font-size: 20px;
    color: #333;
    /* margin-left: 18px; */
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;
}
.part .con dl dt:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 3px solid #80b036;
    border-radius: 3px;
}
#part01 .con1 .col-md-3 dl{border: 1px solid #ddd;
    padding: 20px;
    border-top: 2px solid #005b24;}
#part01 .con1 .col-md-3 dl dt{padding:0}
#part01 .con1 .col-md-3 dl dt:before{display:none}
#part01 .con1 .col-md-3 dl dd{    letter-spacing: -0.06em;}
#part01 .con1 .clearfix{margin-bottom:40px}
#part01 .con2 .nav-tabs{margin-bottom:60px}
#part01 .con2 .nav-tabs > li > a{padding: 10px 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 18px;
	color:#333;
    font-weight: 600;}
#part01 .con2 .nav-tabs>li.active>a{    background: #fff;
    color: #005b23;}
.part .con .clearfix{margin-bottom:20px}
.part .con img{margin:20px auto}
.part .con .table tbody td {text-align:center}

#part03 .con p.color_R{    font-weight: 600;
    color: #c14a4a;}
#part03 .con h5{    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 18px;}
#part03 .con h5:before {content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    width: 10px;
    height: 10px;
    border: 3px solid #80b036;
    border-radius: 3px;}
#part03 .con3 dl dd p{    background: #ecfafd;
    padding: 10px 30px;
    margin: 15px 0 30px;
    color: #333;
    font-weight: 500;}
#part03 .con4 .part03_con3_inner{background: #f2f2f2;
    padding: 70px 20px 20px;
    position: relative;min-height: 375px;margin-bottom: 20px;}
#part03 .con4 .part03_con3_inner p{    padding: 10px 30px;
    background: #00a9cd;
    color: #fff;
    font-size: 17px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;}
#part03 .con4 .part03_con3_inner li{    margin-bottom: 5px;}
#part03 .con4 .part03_con3_inner .img-width{   max-width: 440px;}
#part03 .con5 .table tr td ul li{text-align:left;color:#222}
#part03 .con5 .clearfix+.col-md-12 ul{    background: #ecfafd;
    padding: 10px 30px;
    font-weight: 500;}
#part03 .con5 .clearfix+.col-md-12 ul li{color: #333;
    font-weight: 500;}
#part03 .con5 .table tr td:last-child{background: #d8eff4;
    color: #222;}


/*en*/
#company04.en .con5 p{font-size: 15px;}
#company04.en .con5 p span{    margin-top: 0;}
#company04.en .con2 dl:first-child dd{    padding-left: 160px;}
.product.en .con2 dd span{width: 130px;}
#product05.en .con2 p{    padding: 100px 50px;font-size: 17px;
    letter-spacing: -0.03em;}
#product05.en  .product_title + p{max-width: 870px;}
#part03.en .con4 .part03_con3_inner{min-height: 440px;}
.main-content.en .main_busi03_inner a{padding:18px}
/*2019-08-09*/
@media(max-width:767px){
	.navbar-inverse .navbar-brand{padding: 15px 15px;
    float: left;
    margin: 0 15px !important;}
	.navbar-inverse .navbar-brand img{    width: 150px;}
	.container_contents, .sub-layout {    padding-top: 94px;}
	.carousel-caption{    left: 10%;
    right: 10%;}
	.main-business01{    padding: 100px 0;}
	.main-business01 .col-md-4{    text-align: center;}
	.main-business01 .col-md-4 dl{    margin-top: 20px;}
	.main-business01 .col-md-4 a{    margin-left: 0;
    margin-top: 30px;}
	.owl_box .owl-dots{text-align: center;
    overflow: hidden;
    margin-top: 20px;}
	.owl_box .owl-dot{    width: 7px;
    height: 7px;
    background: #ccc;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;}
	.owl_box .owl-dot.active{background:#888}
	.main_busi03_inner.right a{    margin-left: 0;}
	.main-business03 .col-md-6:first-child{overflow:hidden;margin-bottom:60px}
	.main_busi03_inner a img,.main_busi03_inner a dl dt{    margin-bottom: 5px;}
	.navbar-inverse .navbar-toggle{    margin-top: 30px;
    margin-right: 30px;
    border-color: #999;}
	.navbar-inverse .navbar-toggle .icon-bar{    background: #999;}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #cfdc28;
    border-color: #cfdc28;}
	.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {background:#fff}
	.navbar-inverse .navbar-collapse{    text-align: left;}
	.navbar-collapse .navbar-nav{    display: block;}
	.navbar-inverse .navbar-nav > li > a{padding: 30px 40px 15px;}
	.navbar-nav .open .dropdown-menu{padding:0}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{    font-size: 15px;
    padding: 5px 40px;}
	#company04 .con2 img{margin-bottom:20px}
	.product .con h4 span{    margin-left: 0;
    display: block;
    margin-top: 10px;
    font-size: 18px;}
	#product05 .con2 p{    padding: 50px;    font-size: 16px;}
	#product05 .con3 img{margin-bottom:20px}
	.product .product_title{    font-size: 26px;}
	#product05 .con3 img,#product05 .con4 img,#product08 .con1 img{padding:0}
	.footer_copy .text-center img{margin-bottom:15px}
	.footer_copy .text-center ul li{    line-height: 1.5;}
	.footer_copy .text-center ul li span{    border-right: none;
    letter-spacing: -0.034em;}
}