@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');
@import url('/skin/nanum/stylesheet.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;
}

.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}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    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;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #117b4e;
    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: #11ab69;
}
.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}


/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    margin: 20px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
    height: 60px;
}
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 48px 0 32px;
    margin: 0 24px;
}
.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: #888;
    background: none;
}
@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu {
        -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        border: 1px solid #d1d1d1;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 16px 24px;
        animation-duration: .3s;
        animation-fill-mode: both;
        animation-name: fadeInRight;
        left: -40%;
        right: auto;
        min-width: 200px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 14px 16px;
        color: #222;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.04em;
        line-height: 1;
        position: relative;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:before {
        content: "";
        background: #d1d1d1;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translatey(-50%);
        border-radius: 100%;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a small {
        color: #666;
        font-size: 13px;
        font-weight: 400;
        display: block;
        margin-top: 4px;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus, 
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover small, .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus small {
        background: none;
        color: #0094cc;
    }
	.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a:before {
		background: #0094cc;
	}
}
/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #e1e1e1;
    color: #888;
    font-size: 12px;
    padding: 40px 0;
    margin: 0;
    text-align: center;
}
.footer_copy .text-center ul{padding-left:0}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.carousel-inner .item {
    height: 500px;
    width: 100%;
}
.carousel-inner .item:nth-of-type(1){background: url(/skin/img/slide/slide01.jpg)no-repeat center / cover;}
.carousel-inner .item:nth-of-type(2){background: url(/skin/img/slide/slide02.jpg)no-repeat center / cover;}
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.carousel-caption p {
    margin: 0;
    color: #e1e1e1;
    font-size: 18px;
    font-weight: 500;
}
.carousel-caption h2 {
    margin: 8px 0 0;
    font-size: 56px;
    font-weight: 600;
    text-transform: uppercase;
}

/*main*/
.main-business {
    padding: 80px 0;
}
/* .maincon01 {
    margin-bottom: 80px;
} */
.maincon01 .pro_a {
    display: block;
    border-radius: 10px;
    background: #83b131;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translatey(0);
	transition:all ease .3s
}
.maincon01 .pro_a p {
    margin: 0;
    padding: 16px 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
    position: relative;
}
.maincon01 .pro_a p small{font-size:13px;display:block}
.maincon01 .pro_a p:before {
    content: "MORE";
    float: right;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 32px;
}
.maincon01 .pro_a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #0094cc;
    transform: translatey(-10px) ;
}
.maincon01 .pro_a:hover img {
    opacity: 0.4;
}

.maincon2 dl{    border: 1px solid #ddd;
    padding: 17px;
    background: #fafafa;}
.maincon2 dl dt{font-size: 28px;
    color: #000;
    margin-bottom: 20px;}
.maincon2 dl dd{    font-size: 15px;
    letter-spacing: -0.034em;
    margin-bottom: 5px;}
.container_contents, .sub-layout {
    padding-top: 100px;
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout .intro-boardbox {
    padding: 20px 15px;
}
.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 24px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    padding: 4px 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/main/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: 16px;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 10px 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: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.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;
}
.maincon2 iframe + p {
    background: #f1f1f1;
    margin: -5px 0 0;
    padding: 16px 24px;
    color: #222;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
}
/* //메인 페이지 설정 끝 */

/*sub*/
.subTop {
/*     width: 100%;
    height: 400px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover; */
    height: 50px;
    position: relative;
}
.subTop h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 48px;
    color: #fff;
}
.subTop .bread {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    background: rgba(131, 177, 49, 0.8);
    color: #fff;
    padding: 16px 0;
}
.subTop .bread .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    color: #e1e1e1;
    font-size: 12px;
}
.subTop .bread .breadcrumb > li:last-child {
    font-weight: 600;
}
.subContent {
    padding: 120px 0 140px;
}
.subContent .con{margin-bottom:60px}
.subContent .con:last-child{margin-bottom:0}
.subContent p, .subContent ul li, .subContent dl dd {
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #666;
    line-height: 1.8;
}
.subTitle h3 {
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    color: #222;
    padding-bottom: 40px;
    margin: 0 0 80px;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: -0.04em;
    line-height: 1;
}
.table {
    margin: 0 0 20px;
    border-top: 2px solid #000;
}
.dh-board>.table-hover {
    margin: 0 0 80px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #aaa;
}
.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: 20px 16px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    color: #222;
    background: #f8f8f8;
    text-align: center;
}
.table > thead > tr > td ul, .table > tbody > tr > td ul, .table > tfoot > tr > td ul {
    margin: 0;
}

.subContent ul{padding-left:0}
.subContent h4 {
    color: #222;
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1;
    margin: 0 0 32px;
    padding-top: 12px;
    position: relative;
}
.subContent h4:before {
    content: "";
    background: #000;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}


/*company*/
#company01 .con1 .intro_p {
    color: #222;
    font-size: 32px;
}
#company01 .con1 p {
    margin-bottom: 20px;
}
#company01 .con1 .text-right {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #444;
}

#company02 .con1 img{    padding: 0px 110px;}
#company02 .con p{margin-bottom:40px}
#company02 .con2 img {
    border: 4px solid #e1e1e1;
    border-radius: 4px;
}
#company02 .con2 .col-md-3 p {
    text-align: center;
    font-weight: 500;
    margin-top: 12px;
	line-height:1.2
}
#company02 .con2 .clearfix{margin:20px 0 }

#company03 .root_daum_roughmap{width:100% !important}
#company03 .con2 dl dt {
    margin: 24px 0 12px;
    color: #222;
    font-size: 18px;
    letter-spacing: -0.04em;
}
#company04 .con1 dl {
    padding: 32px 40px;
    border-radius: 10px;
    background: #f8f8f8;
}
#company04 .con1 dl dt {
    font-size: 18px;
    letter-spacing: -0.04em;
    line-height: 1;
    color: #222;
    margin: 0 0 16px;
}
#company04 .con2 dl {
    border-bottom: 2px solid #d1d1d1;
    min-height: 240px;
}
#company04 .con2 dl dt {
    border-top: 2px solid #000;
    border-bottom: 1px solid #e1e1e1;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 24px;
    margin: 0 0 16px;
}
#company04 .con2 dl dd {
    padding: 0 24px;
}
#company04 .con2 .clearfix{margin:20px 0}


/*product*/
#product01 .con1 ul{margin-top:40px}
#product01 .con2 dl {
    border-radius: 10px;
    background: #f8f8f8;
    padding: 32px 24px;
    min-height: 240px;
}
#product01 .con2 dl dt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 0 0 16px;
}
#product01 .con2 dl dd {
    font-size: 15px;
}
#product01 .con4 ul, #product03 .con1 ul, #product03 .con4 ul {
    background: #f8f8f8;
    margin: 0 0 40px;
    padding: 32px 40px;
    border-radius: 0px;
}
#product01 .con4 img{margin-top:20px}
.product .con5 h4{margin-bottom:60px}
.product .con5 dl {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
}
.product .con5 dl dt {
    font-size: 24px;
    letter-spacing: -0.04em;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
    position: relative;
    padding: 16px 16px 0;
    margin-left: 24px;
    margin-bottom: 16px;
    color: #222;
    font-weight: 500;
    line-height: 1;
}
.product .con5 dl dt span {
    position: absolute;
    left: -24px;
    top: -24px;
    background: #83b131;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 1;
    color: #fff;
    z-index: -1;
    font-size: 18px;
    font-family: "NanumSquare";
    text-align: center;
    line-height: 40px;
}
.product .con5 dl dd {
    padding-left: 40px;
}

#product02 .con2 dl, #product04 .con1 dl, #product04 .con2 dl {
    border-radius: 10px;
    background: #f8f8f8;
    padding: 32px 24px;
    min-height: 300px;
}
#product02 .con2 dl dt, #product04 .con1 dl dt, #product04 .con2 dl dt {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 0 0 16px;
}
#product02 .con2 dl dd, #product04 .con1 dl dd, #product04 .con2 dl dd {
    font-size: 15px;
}

#product02 .con3 tr td{text-align:center}
#product03 .con2 dl dt {
    font-size: 16px;
    color: #83b131;
}
#product03 .con2 dl dd{text-align:center}
#product03 .con4 img{
    max-width: 340px;
    margin-bottom: 30px;}
#product04 .con1 dl, #product04 .con2 dl {
    min-height: 100px;
}

/*business*/
#business01 .con1 dl {
    border-bottom: 2px solid #d1d1d1;
    min-height: 260px;
	text-align:center
}
#business01 .con1 dl dt {
    border-top: 2px solid #000;
    border-bottom: 1px solid #e1e1e1;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 24px;
    margin: 0 0 16px;
}
#business01 .con1 dl dd {
    margin-left: 24px;
	    display: inline-block;
}

#business02 .con1 .col-md-3 a {
    border: 4px solid #e1e1e1;
    display: block;
    padding: 24px 0;
    border-radius: 4px;
}
#business02 .con1 .col-md-3 a img{transition:all ease .3s}
#business02 .con1 .col-md-3 a:hover img{transform:scale(1.2)}

/*bbs*/
.dh-margin-top{margin-top: 40px; display: inline-block;}

.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #0094cc;}
.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: #83b131;
    border: 1px solid #83b131 !important;
}
.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: none;
    padding: 0;
    margin: 0;
}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info {
    border: none;
    background: #f8f8f8;
    margin: 0 0 16px;
    padding: 16px 24px 12px;
    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;}
.input-group-btn #btnNew, #btnNew{background:#0094cc;border-color:#0094cc}

/*service*/
#service03 .con dl {
    display: block;
    width: 100%;
    text-decoration: none;
    background: #f8f8f8;
    height: 240px;
    position: relative;
    padding: 30px 30px 0;
    border-radius: 10px;
}
#service03 .con dl dt {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0 0 16px;
    line-height: 1;
}
#service03 .con dl dd {
    display: block;
}
#service03 .con i {
    font-size: 80px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: rgba(131, 177, 49, 0.2);
}
.service04_inner {
    border-bottom: 2px solid #d1d1d1;
    min-height: 420px;
}
.service04_inner h5 {
    border-top: 2px solid #000;
    border-bottom: 1px solid #e1e1e1;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 16px 24px;
    margin: 0 0 16px;
}
.service04_inner a {
    display: inline-block;
    padding: 16px 24px;
    font-size: 18px;
    margin: 40px 24px 16px;
    transition: all ease .3s;
    text-decoration: none;
    background: #83b131;
    color: #fff;
    border-radius: 4px;
}
.service04_inner a:hover {
    background: #0094cc;
}
#service04 .service04_inner ul li {
    padding: 0 24px;
}
@media(min-width:768px){
	#service04 .con .col-md-6{padding:0}	
}

#business02+.row{max-width:1170px;margin:0 auto}
#business02+.row+.row{max-width:1170px;margin:0 auto}
#business02+.row+.row+.row{max-width:1170px;margin:0 auto;}
.img-bbs4{padding-bottom:100px}
#business02 .subContent{padding-bottom:0}
.dh-front-gallery > .col-md-3 > a.thumbnail{    height: 0 !important;
    padding-top: 50%;background-size:contain}

/*2019-03-05*/
@media(min-width:768px){
.intro-board-widget-layout .intro-boardbox{width:50%}
    }
    
/*2020-01-31*/
#company04 .con2 dl dd small{    font-size: 80%;
    margin-top: 20px;
    display: block;}
    #company04 .con2 dl .clearfix{margin: 0 0 15px;}
/*2019-03-14 mobile*/
@media(max-width:767px){
	.carousel-inner .item{height:400px}	
	.carousel-caption h2{font-size:44px}
	.maincon01 .col-md-3{margin-bottom:40px}
	.maincon01 .col-md-3 img{width:100%}
	.list-row-subject{max-width:220px}
	.navbar-inverse .navbar-brand{    margin: 10px !important;}
	.navbar-inverse .navbar-toggle{border-color: #999;margin-top: 25px;}
	.navbar-inverse .navbar-toggle .icon-bar{    background-color: #999;}
	.container_contents, .sub-layout{    padding-top: 80px;}
	.navbar-inverse .navbar-nav > li > a{    padding: 20px 0;}
	.subContent{padding: 50px 0 100px;}
	#company01 .con1 .col-md-5 img{margin-bottom:20px}
	#company02 .con1 img{    padding: 0;
    margin-bottom: 20px;}
	#company03 .con2 .col-md-6:nth-of-type(1){margin-bottom:60px}
	#product01 .con4 ul, #product03 .con1 ul, #product03 .con4 ul{    padding: 32px 15px;}
	.product .con5 dl dt{    border-radius: 15px;}
	#product03 .con2 dl dt{    margin-bottom: 10px;    text-align: center;}
	.subTitle h3{    font-size: 30px;}
	.subContent h4{font-size: 26px;}
	#business01 .con1 dl{text-align:left}
	#business01 .con1 dl dd{margin-left:0;display:block}
	.dh-board>.table-hover{    margin: 0 0 20px;}
	#service02 .con1 .col-md-6{margin-bottom:30px}
	.text-bbs8{padding-bottom:100px}
	.footer_copy .text-center{    padding: 20px 0 15px;}
	.main-business{    padding: 80px 0 0px;}
	#company03 .con2 dl dt{font-size: 17px;}
	.footer_copy img{margin-bottom:20px}
}