@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat:400,700');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Lato','Noto Sans KR', 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;
}
.navbar-inverse {
    background-color: rgba(255,255,255,0.7);
    border-color: #fff;
    margin-bottom: 0;
    border-bottom: none;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
}
.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.divider-vertical + li,
.divider-vertical + li + li{
	display:none;
}


@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		color: #333;
	  	-webkit-text-shadow: none;
	  	text-shadow: none;
    }
  
 	.navbar-inverse .navbar-nav > li > a:hover, 
	.navbar-inverse .navbar-nav > li > a:focus, 
	.navbar-inverse .navbar-nav > li:hover > a, 
	.navbar-inverse .navbar-nav > li:focus > a, 
	.navbar-inverse .navbar-nav > .open > a, 
	.navbar-inverse .navbar-nav > .open > a:hover, 
	.navbar-inverse .navbar-nav > .open > a:focus, 
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		color: #5abb70;
		border-bottom: 2px solid;
	}
}
@media screen and (min-width: 768px) {
  	.navbar-inverse .navbar-nav .dropdown-menu {
		right: 50%;
		transform: translatex(50%);
		background-color: rgba(255,255,255, 1);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 0 0;
		border: none;
	}
	.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: 10px 15px;
		font-size: 15px;
		line-height: 1;
		text-align: left;
		transition: 0.2s;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, 
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #FFF;
		text-decoration: none;
		background-color: #5abb70;
	}
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}
/* personal setting 0.27v */
/* layout */
.mt-80{margin-top:80px!important;}
.mt-40{margin-top:40px!important;}
.mt-20{margin-top:20px!important;}
.mb-80{margin-bottom:80px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-20{margin-bottom:20px!important;}
.ml-20{margin-left:20px!important;}
.ml-40{margin-left:40px!important;}
.mr-20{margin-right:20px!important;}
.mr-40{margin-right:40px!important;}
.mg-0{margin:0!important;}
.pd-0{margin:0!important;}

/* img */
.img-cover{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.img-contain{
	width:100%;
	height:100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.max-90{
	width:90%!important;
	margin:0 auto;
	display:block;
}
.img-bordered{border:1px solid #ddd;}

/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}
.vertical-center{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	padding:0;
	margin:0;
}
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-colored{color:#276dbf!important;}
.text-bold{font-weight:bold!important;}
.text-underline{text-decoration:underline!important;}
.text-italic{font-style:italic!important;}

/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-dash > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}

/* component */
.card{
	position:relative;
	padding:15px;
	margin-bottom:10px;
	border:1px solid #ddd;
	min-height:max-content;
}
.column-2{
	padding:15px;
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

/* custom setting */
.container_contents,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
}
ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.carousel-caption{
	margin:0;
	padding:0;
	left:50%;
	right:auto;
	top:55%;
	bottom:auto;
	transform:translate(-50%,-50%);
}
.carousel-caption h2{
	margin:0;
	font-size:38px;
	color:#fff;
}
.carousel-caption h2 span{
	display:block;
	margin-bottom:10px;
	padding:5px 20px;
	background:#2f73b0;
	font-size:20px;
}
.carousel-caption p{
	margin-top:20px;
	font-size:16px;
	color:#ddd;
}
.footer_copy > div {
    background: #333;
    color: #bbb;
    font-size: 14px;
}
/* personal setting 0.27v end */
a{color:#555;}
a:hover,a:focus{
	color:#2eb82e;
	text-decoration:none;
}
/* navigation setting */
.navbar-brand{
	padding: 20px 15px
}
.navbar-inverse .navbar-brand img {
    max-width: 160px;
    margin-top: 0;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 30px 0px 5px;
    margin: 0 20px 20px;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
	.navbar-brand {
		padding: 15px 15px;
	}
	.navbar-inverse .navbar-brand img {
		max-width: 100px;
	}
	.navbar-toggle {
		margin: 10px 15px;
		border: none;
	}
	.navbar-toggle .icon-bar {
		background: #333 !important;
	}
	.navbar-inverse .navbar-toggle:focus, 
	.navbar-inverse .navbar-toggle:hover {
		background: rgba(0,0,0,0);
	}
	.navbar-inverse .navbar-nav > li > a {
		padding: 10px 20px;
		margin: 0;
		color: #333;
	}
	.navbar-inverse .navbar-nav>li>a:focus, 
	.navbar-inverse .navbar-nav>li>a:hover {
		color: #5abb70;
		background-color: transparent;
	}
}
/* mainpage setting */
.main-content .section{
	min-height:400px;
	padding:70px 0;
}
.carousel-caption h2 {
    margin-bottom: 40px;
    font-size: 52px;
    font-weight: 600;
    text-shadow: 0 0 13px rgba(0,0,0,0.5);
    font-family: "Montserrat" !important;
}
.carousel-caption .btn {
    display: inline-block;
    padding: 12px 25px;
    margin: 15px 5px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 5px 12px rgba(45, 45, 45, 0.3);
    transition: all 0.3s;
}
.slide-btn1{
	background:#5abb70;
}
.slide-btn1:hover{
	background:#46a25b;
}
.slide-btn2{
	background:#d83939;
}
.slide-btn2:hover{
	background:#b92c2c;
}
.section .title{
	margin-bottom : 40px;
	text-align:center;
	font-weight:200;
}
.section .title h3 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 10px;
	font-family:'Montserrat' !important;
}
.section .title h3:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #5abb70;
    margin: 0 auto 20px;
}
.title .des {
    font-size: 16px;
    text-transform: capitalize;
    opacity: 0.75;
    margin-bottom: 0;
}
.m-service-box{
	margin-bottom:30px;
}
.m-service-box a {
    display: block;
    color: #333;
    padding: 35px 20px 20px;
    min-height: 420px;
    text-align: center;
    transition: all 0.4s;
}
.m-service-box a:hover {
    color: #5abb70;
    border-color: #5abb70;
    box-shadow: 0 2px 12px rgba(68, 68, 68, 0.15);
}
.m-service-box a:hover p{
	opacity:0.9
}
#main-service .img-box {
    margin: 0 auto 30px;
    width: 200px;
    overflow: hidden;
    perspective: 200px;
}
.m-service-box a .img-circle{
	transition:all .3s ease;
}
.m-service-box a:hover .img-circle{
	background:#5abb70;
	padding:10px;
}
.m-service-box h4 {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    margin: 0 0 20px;
}
.m-service-box h4 .numbering {
    color: #5abb70;
}
.m-service-box h4 span{
	margin-right:10px;
}
.m-service-box p {
    margin-bottom: 0;
    opacity: 0.75;
}
#main-about{
	color:#eee;
	background:#1f7a1f url(/skin/img/main/m-about-bg.png) no-repeat center;
	background-size:cover;
}
#main-about .title{
	color:#fff;
}
#main-about .title h3:before{
	background:#fff;
}
#main-about .m-about-box h4{
	text-align: right;
    font-size: 52px;
    margin: 0;
    color: #fff;
}
#main-about .m-about-box:nth-of-type(4) p{
	margin:25px 0;
}
#main-about .m-about-box:nth-of-type(4) p:first-of-type{
	margin-top:0;
}
#main-about .m-about-box:nth-of-type(4) span{
	display:inline-block;
	margin-right:10px;
	width:40px;
	height:40px;
	line-height:37px;
	border-radius:50%;
	text-align:center;
}
.m-about-num1{
	border:3px solid #5abb70;
}
.m-about-num2{
	border:3px solid #ec5f5f;
}
.m-about-num3{
	border:3px solid #8eb0e0;
}
.m-about-num4{
	border:3px solid #ffef8c;
}
#main-about .epa{
	margin-top:20px;
	text-align:right;
}
.epa h4{
	font-style:italic;
}
#main-partner img{
	max-width:230px;
}
#main-item{
	background:#f5f5f5;
}
.m-item-box .inner {
    padding: 40px 15px;
    display: block;
    border-bottom: 1px solid #e0e0e0;
}
#main-item .row >.m-item-box:last-child .inner {
    border-bottom: none;
}
.m-item-box .inner:hover{
	background:rgba(46, 184, 46,0.1);
}
.m-item-box .col-sm-3{
	min-height:168px;
}
.m-item-box img {
    padding: 10px;
    background: #fff;
    box-shadow: 2px 2px 12px rgba(45,45,45,0.1);
}
.m-item-box h4{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	margin:0;
	font-size:26px;
	font-weight:200;
	width: calc(100% - 30px);
}

.intro-board-widget-layout{
	display:none;
}
#main-blog .thumbnail,
#main-blog2 .thumbnail
 {
    min-height: 0;
    border: none;
    background: transparent;
    background-size: cover;
    margin: 0 0 30px;
}
#main-blog .blogthumb,
#main-blog2 .blogthumb{
	display:block;	
	width:200px;
	height:200px;
	margin:0 auto 20px;
	border-radius:50%;
}
#main-blog h5,
#main-blog2 h5 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 !important;
    font-weight: 600;
}
#main-blog p,
#main-blog2 p {
    color: #333;
    opacity: 0.75;
    margin: 0;
}
#main-blog .label-danger,
#main-blog2 .label-danger{
	display:none;
}
#main-blog .col-md-4 .thumbnail:hover h5,
#main-blog .col-md-4 .thumbnail:hover p,
#main-blog2 .col-md-4 .thumbnail:hover h5,
#main-blog2 .col-md-4 .thumbnail:hover p{
	color:#5abb70;
}
@media (min-width: 768px){
	#main-blog .col-md-4,
	#main-blog2 .col-md-4 {
		width: 33.33333333%;
	}
}
#main-contact{
	background:url(/skin/img/main/m-contact-bg.jpg) no-repeat center;
	background-size:cover;
	color:#ddd;
	border-color:transparent;
}
#main-contact .title{
	color:#fff;
}
#main-contact .title h3:before{
	background:#fff;
}
#main-contact #mailForm {
    max-width: 900px;
    margin: 0 auto;
}
#main-contact #mailForm input[type=submit] {
    width: 200px;
    margin: 0 auto;
    padding: 15px 0;
    background: #5abb70;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 200;
    box-shadow: 0px 5px 12px rgba(45, 45, 45, 0.3);
    transition: all 0.3s;
}
#main-contact #mailForm input[type=submit]:hover{
	background:#46a25b;	
}
#main-contact #mailForm label[for='mail_agree']{
	margin-bottom:20px;
}
#main-contact .form-control {
    background: rgba(255,255,255,0.3);
    color: #fff;
    border: none;
    transition: all 0.3s;
}
#main-contact .form-control:focus {
    background: rgba(255,255,255,0.4);
    -webkit-box-shadow: 2px 2px 5px rgba(45,45,45,0.3);
    box-shadow: 2px 2px 5px rgba(45,45,45,0.3);
}
/* footer setting */
.footer-top {
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0;
}
.footer_copy .fa {
    display: block;
    font-size: 38px;
    margin: 0 0 15px;
}
.footer_copy .fa-map-marker{
	color:#ec5f5f;
}
.footer_copy .fa-envelope{
	color:#8eb0e0;
}
.footer_copy .fa-phone-square{
	color:#ffef8c;
}
.footer-bottom {
    background: #222;
    padding: 20px;
}
.footer-bottom .copy {
    margin: 0;
    opacity: 0.5;
}
.footer-top p {
    margin-bottom: 0;
}

/* subpage setting */
.subpage .pageheader{
	width:100%;
	height:400px;
	background:url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size:cover;
}
.subpage .pageheader .container{
	height:100%;
	position:relative;
}
.pageheader h2 {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 40px;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    font-family: "Montserrat" !important;
}
.subpage-content {
    padding: 60px 0 60px;
}
.subpage-content .title {
    margin-bottom: 30px;
}
.subpage-content h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat" !important;
    margin: 0;
}
.subpage-content .breadcrumb {
    float: right;
    margin: 0 0 0;
    opacity: 0.8;
    text-align: right;
    background: transparent;
    font-size: 13px;
}
.subpage-content h4 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 20px;
}
.subpage-content h4:before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #5abb70;
    margin-bottom: 10px;
}
.subpage-content h5{
	font-size:18px;
	color:#5abb70;
	font-weight:500;
}
.subpage-content p {
    color: #666;
	font-size:15px;
}
.subpage-content .li-disc > li {
    color: #666;
}
/* subpage about */
#about02 .subpage-content .col-sm-7 {
    padding: 0 15px;
}
#about02 .subpage-content .col-sm-5{
}
#about02 .subpage-content .col-sm-6{
	margin-top:20px;
}
#about04 .history-tb th {
    background: #fff;
    color: #5bbb71;
    font-size: 22px;
    text-align: center;
}
.history-tb tr td:nth-child(2) {
    color: #333;
    position: relative;
}
.history-tb tr td:nth-child(2):before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #5bbb71;
    position: absolute;
    top: 49%;
    left: 0;
}
#about06 table th, #about06 table td {
    text-align: center;
}
#about07 .subpage-content img{
	border:1px solid #ddd;
}
#about07 .subpage-content h5{
	text-align:center;
}

/* subpage news */
.dh-board,.dh-view-box,.bbs-list-view-layout + .row{
	display: none;
}

/* subpage careers */
.sub-top-txt{
	position: absolute;
    right: 0;
    top: 61%;
    text-align: right;
	color: #fff;
	transform: translateY(-50%);
}

.sub-top-txt h5{
    margin: 0 0 20px;
	font-size: 30px;
	font-weight: 700;
}

.sub-top-txt p{
	font-size: 20px;
}


/* ----- blog board ----- */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0 10px;
    width: 33.3333%;
    height: 300px;
    margin-bottom: 20px;
}
.dhb-txt-box-type-b-img-layout{
	height:250px;
}
.thumb-hidden>a>img{
	height:250px;
	object-fit:cover;
}
.dhb-txt-box-type-b-text-layout{
	height:50px;
	padding:0;
}
.dhb-txt-box-type-b>.row {
    margin: 0;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: all 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b:hover > .row {
    box-shadow: 0 2px 12px rgba(68, 68, 68, 0.15);
}
.dhb-txt-box-type-b-img-layout {
	padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    box-shadow: none;
    max-height: 250px;
    height: 250px;
    
}
.dhb-txt-box-type-b-text-layout h4 {
	margin: 0;
}

.subpage-content .dh-board h4:before {
	content:none;
}
.dhb-txt-box-type-b-text-layout h4 strong a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    transition: 0.2s;
}
.dhb-txt-box-type-b:hover h4 strong a {
    color: #5bbb71;
    text-decoration: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	display: none;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #f3f3f3;
    border: 1px solid #ccc;
    color: #333;
    font-weight: 600;
}
#btnNew {
    background: #f3f3f3;
    color: #333;
    border: 1px solid #ccc;
}
/* ----- table 설정 ----- */
.table-style {
    width: 100%;
    border-top: 2px solid #5bbb71;
    border-bottom: 2px solid #e0e0e0;
    margin: 20px 0 20px;
}
.table-style th, 
.table-style td {
    padding: 10px 15px!important;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
    vertical-align: middle!important;
    line-height: 1.6 !important;
}
.table-style th {
    font-size: 15px;
    background: #f3f3f3;
    white-space: nowrap;
    padding: 10px 15px!important;
    font-weight: 400;
}
.table-style td{
	color:#666
}
.table-style thead th {
    background: #e4f3e7;
    border-bottom: 1px solid #5bbb71 !important;
    color: #333;
}
.table-style .text-left{
	text-align:left;
}
.table-style .highlight{
	font-weight:bold;
}
