@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'Noto Sans KR', "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;
}

* {
	word-break: keep-all
}
.navbar .caret, .navbar .divider-vertical, .navbar~br, .footer-social-layout, .footer_copy .text-center > br { display: none; }

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    padding: 0 !important;
    margin: 25px 0 !important;
}
.navbar-inverse .navbar-brand img {
    padding: 0 !important;
    margin: 0 !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #444;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 40px 20px;
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #00b050;
}
.navbar-inverse .dropdown-menu {
    padding: 5px 6px;
    background: #222a26;
    border-radius: 4px;
    border: none;
    right: auto !important;
    left: 0 !important;
    min-width: 180px;
}
.navbar-inverse .dropdown-menu li > a {
    padding: 16px 14px;
    margin: 1px 0;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
}
.navbar-inverse .dropdown-menu li > a:hover, .navbar-inverse .dropdown-menu li > a:focus {
    background: #00b04f;
}

.footer_copy .text-center {
    background: #222a26;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    padding: 80px 0 160px;
    margin: 0;
    text-align: center;
    float: none;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    font-weight: 300;
    line-height: 1;
}
.footer_copy address {
    margin: 0;
}
.footer_copy address > span {
    line-height: 26px;
}
.wrap-footer > .text-right {
    margin-top: 60px;
}

.navbar-inverse .navbar-toggle {
	margin: 25px 30px;
	background: transparent;
	border: none;
	border-radius: 0px;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background: #0f5f46;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #41577D;
}

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background: #fff;
}

.intro-board-layout .page-header {
	display: none;
}
/* social area */
.footer-social-layout {
	display: none;
}

/* ------------------------------------------------------------------------------- */
.container.container_slide {
    width: 100%;
    padding: 0;
}
.intro-widget-layout {
	width: 100%;
	padding: 0;
	display: none;
}
.topmarginLay_a {
    height: 100px !important;
}
@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #273184;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #555555;
	}
	.navbar-nav .open .dropdown-menu {
		border-bottom: 1px solid #ddd;
		padding: 11px 0;
	}
}

/* -------------------------------------0907 skin design ----------------------------------- */

.wrap-customer #myCarousel {
	max-width: 1170px;
	margin: 0 auto;
}

/********* 메인 페이지 **********/
.fill {
    height: 860px;
}
.carousel-caption {
    position: relative;
    width: 100% !important;
    height: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    left: 0;
    right: 0;
    bottom: auto;
}
.fill h1 {
    width: 100%;
    margin: 0;
    margin-top: -68px;
    position: absolute;
    top: 50%;
}
.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    padding: 0;
}
.fill h1 span {
    font-size: 52px;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.04em;
    line-height: 1;
}
.fill p {
    position: absolute;
    top: 50%;
    margin: 20px 0 0;
    width: 100%;
}
.more_view {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.container_slide .fill .carousel-control {
	display: none;
}

/* ------- -슬라이드 아래 영역 시작 ---------- */

.container_contents {
	width: 100%;
	padding: 0;
}
.main-content .col-md-4 {
    min-height: 362px;
    padding: 0;
    margin: 0;
    position: relative;
}
.main-content .col-md-4:nth-of-type(1){    background: url(/skin/img/main/main1.jpg) no-repeat center;    background-size: cover;}
.main-content .col-md-4:nth-of-type(2){    background: url(/skin/img/main/main3.jpg) no-repeat center;    background-size: cover;}
.main-content .col-md-4:nth-of-type(3){    background: url(/skin/img/main/main2.jpg) no-repeat center;    background-size: cover;}
.main-content .col-md-4 h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    font-size: 29px;
    letter-spacing: -0.06em;
    font-weight: 500;
    top: 50%;
    margin: -34px 0 0;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
.main-content .col-md-4 a{    
	left: 45%;
    display: block;
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .7px;
    top: 57%;
    background: #00b04f;
    padding: 10px 40px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;}
.main-content .col-md-4 a {
    left: 50%;
    display: block;
    position: absolute;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    top: 50%;
    background: #00b04f;
    margin: 34px 0 0;
    margin-left: -80px;
    padding: 10px 50px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
@media(max-width:767px){
	
	.main-content .col-md-4{width: 100%;}
}
/********* 서브 페이지 *********/

.container.sub-layout {
	padding: 0;
	width: 100%;
}
#subTop .top {
    background-image: url(/skin/img/sub/sub_top.jpg);
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
}
#subTop .top h2 {
    margin: 0;
    color: #fff;
    font-size: 34px;
    text-align: center;
    padding-top: 140px;
    font-weight: 600;
}
#subBottom {
	max-width: 1170px;
	padding: 0px 15px 90px;
	margin: 0 auto;
}
#subBottom p {
    margin: 0 0 20px;
    color: #444;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.02em;
}
#subBottom h3 {
    color: #444;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    margin: 0 0 40px;
    letter-spacing: -0.02em;
}

#subBottom h3.text-left {
	text-align: left;
}
.navi {
    background: #f4f4f4;
}
.navi .breadcrumb {
    margin: 0 auto 60px;
    max-width: 1170px;
    border-radius: 0;
    background: none;
    color: #888;
    font-size: 13px;
    font-weight: 300;
    padding: 14px 15px;
}
.navi .breadcrumb .active {
    color: #222;
    font-weight: 500;
}

.sub_title {
	margin: 0 0 0px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #48608A;
}

.sub_title~p {
	margin: 15px 0 0;
}

.tit_wrap {
	margin-bottom: 60px;
}

.img-box {
	border: 1px solid #ddd;
	padding: 50px 0;
}

/*  table */

#subBottom table {
	width: 100%;
	border-top: 2px solid #0f5f46;
	border-bottom: 2px solid #ccc;
	font-family: "Noto Sans KR" !important;
	font-size: 15px;
	font-weight: 300;
}

#subBottom table tr th {
	background-color: #f3f3f3;
	padding: 12px 15px;
	border-bottom: 1px solid #c8c8c8;
}

#subBottom table tr td {
	background-color: #fff;
	padding: 12px 15px;
	line-height: 23px;
	border-bottom: 1px solid #c8c8c8;
}

/* tab menu */

#subBottom .basic-tab {
	text-align: center;
	border-bottom: none;
}

#subBottom .basic-tab li {
	background: #f3f4f8;
	float: none;
	display: inline-block;
}

#subBottom .nav li.active a {
	color: #fff;
	font-weight: 500;
	background: #0f5f46;
}

#subBottom .nav li a {
	color: #555555;
	display: block;
	min-width: 200px;
	text-align: center;
	border: none;
	margin: 0;
	background: #efefef;
	font-size: 15px;
	padding: 14px 0;
}

.tab-content {
	padding-top: 40px;
	overflow: hidden;
}

.tab-cont {
	padding-left: 0;
	padding-right: 0;
}

#subBottom .con1,
#subBottom .con2,
#subBottom .con3,
#subBottom .con4 {
	margin-bottom: 60px
}

/* greeting */
@media(min-width:768px){.greeting .sub-content .col-md-4{margin-top: 5px;}}

.greeting .sub-content p b {
	color: #222;
    font-weight: 500;
}
.greeting .sub-content p span {
    font-weight: 500;
    color: #222;
    display: block;
    text-align: right;
    font-size: 17px;
    margin-top: 20px;
	    
}
#subBottom p.greeting-big {
    font-size: 24px;
    font-weight: 600;
    color: #0f5f46;
    margin-bottom: 40px;text-align: center;
}
/* API */
.api h4, .mask h4 {
    color: #0f5f46;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 0 0 20px;
}

/* Goods */

.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;
}

/* history */

table.history tr td.year {
	color: #273184;
	font-size: 20px;
	vertical-align: top;
	font-weight: 500;
}

table.history tr td.month {
	color: #313131;
	font-weight: 600;
}

/* service1 */

.basic-table.price tr td:first-child {
	font-weight: 500;
}

/* service2 */

.business-box {
	overflow: hidden;
	background: #f3f3f3;
	margin-bottom: 30px;
}

.business-des {
	padding: 20px 30px;
	line-height: 23px;
}

.business-box h4 {
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #0f5f46;
}

/* list */

ul.list-style {
	list-style-image: url(/skin/img/sub/list-head.png);
	padding-left: 10px;
	line-height: 27px;
	font-size: 15px;
	color: #666666;
}

/* 게시판 */
.table tr th, .table tr td {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    padding: 14px 16px !important;
    border-bottom: 1px solid #dedede !important;
}
.table thead tr th {
    background: #f8f8f8;
    color: #222;
}

.dh-board {
	max-width: 1170px;
	margin: 0 auto 60px;
}
.dh-board > .table-hover {
    margin: 0 0 40px;
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}
.table tr td.subject strong {
    font-weight: 500;
}
.table tr td.subject .label-danger {
    background: none;
    color: #00b050;
}

/* 블로그게시판 */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	background-color: #f3f3f3;
	border: 1px solid #ffffff;
	margin: 0px 0px;
	padding: 15px 15px;
}

.dhb-txt-box-type-b h4 strong a {
	font-size: 14px;
	font-weight: 600;
	color: #555555;
}

.dhb-txt-box-type-b-text-layout h5 {
	display: none;
}

.dhb-txt-box-type-b .thumb-hidden {
	border: 0px solid #FFF;
	box-shadow: none;
	height: 120px;
}

/*pds 게시판 custom*/

.dhb-txt-box {
	width: 25%;
	float: left;
	min-height: 240px;
	background: #f3f4f8;
	border: 0px solid #D9D9D9;
	margin: 0;
	padding: 20px;
	border: 1px solid #ffffff;
}

.dhb-txt-box:hover {
	background: #ebeef1;
}

.dhb-txt-box>div {
	padding: 0;
}

.dhb-txt-box .text-right {
	display: none;
}

.dhb-txt-list {
	width: 100%!important;
	border-right: 0px solid #D9D9D9;
}

.dhb-txt-list>.row div:first-child {
	width: 100%;
}

.dhb-txt-list>.row div:nth-child(2) {
	width: 100%;
	padding-top: 15px;
}

.dhb-txt-box {
	width: 100%;
}

.dhb-txt-box h4 {
	margin: 0;
}

.dhb-txt-box h4>strong a {
	font-size: 16px;
	font-weight: 600;
	color: #273184;
}

.dhb-txt-list>h5 {
	font-size: 13px;
	line-height: 1.8;
	color: #999 !important;
}

/* 갤러리게시판 */

.img-bbs-default-index-layout .row>.col-lg-12 {
	max-width: 1170px;
	margin: 0 auto;
	float: none;
	padding: 0;
}

@media screen and (max-width:991px) {
	.img-bbs-default-index-layout .row>.col-lg-12 {
		padding: 0 15px;
	}
}

.img-bbs-default-index-layout .row>.col-lg-12>.dh-front-gallery {
	padding: 0;
}

.img-bbs-default-index-layout .row .col-lg-12 #btnNew {
	margin-right: 15px;
}

/* 갤러리게시판 카테고리 */

.filter-items {
	padding: 0 15px;
}

.filter-items .filter-label:hover,
.filter-items .filter-label:focus {
	background: #0f5f46;
	color: #fff;
}

.filter-items .filter-label {
	color: #555;
	background: #e5e5ea;
	padding: 8px 19px;
	font-size: 14px;
}

/* Btn, pagination */

#btnNew {
	background: #0f5f46;
	border: 1px solid #0f5f46;
	border-radius: 0px;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
}

.input-group .input-group-btn button,
.input-group .input-group-btn input {
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: none;
}

.dh-margin-top {
	margin-top: 30px;
}

.page-nav {
	padding: 0 15px;
}

.pagination {
	margin: 30px 0 0
}

.pagination>li>a {
	border-radius: 0px !important;
}

.pagination>li>a:hover {
	border-bottom: 1px solid #ddd !important;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #0f5f46;
	border-bottom: 1px solid #0f5f46 !important;
}

/* 글읽기, 쓰기 */

.dh-view-box {
	max-width: 1170px;
	margin: 0 auto 70px;
	padding: 0 15px;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ccc;
    padding: 14px 16px;
    line-height: 1.6;
    margin: 0 0 20px;
}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 500;
}
.dh-view-box.dh-margin-topx2>.row {
	margin: 0;
}

.dh-view-box>.row>.dh-view-info {
	display: none;
}

.dh-view-box .btn-group a {
	border: none;
	border-bottom: 1px solid #f3f3f3;
	border-radius: 0px;
	box-shadow: none;
	background: #f3f3f3;
}

.dh-view-box .btn-group a.btnEdit i {
	color: #698CC9;
}

.dh-view-box .btn-group a.btnDelete i {
	color: #C99D40;
}

.dh-line~.col-xs-12 {
	padding: 0;
}

.dh-line~div.col-xs-12 {
	margin-bottom: 80px;
}

form#insertForm {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

form#insertForm>h2 {
	margin-top: 0;
}

/* 폼메일 */

form#mailForm {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

form#mailForm .btn-primary {
	color: #313131;
	background: #f3f3f3;
	max-width: 170px;
	padding: 13px 19px;
	font-size: 14px;
	border-radius: 0px;
	border: none;
	text-shadow: none;
	box-shadow: none;
	margin: 0 auto;
}

form#mailForm .btn-primary:hover,
form#mailForm .btn-primary:focus {
	background: #0f5f46;
	color: #fff;
}

form#mailForm .form-control {
	border-radius: 0px;
	box-shadow: none;
}

/* 게시판, 모듈 하단 공백 */

.contact-mail-layout {
	margin-bottom: 80px
}

/* login */

.login-layout {
	max-width: 1170px;
	margin: 50px auto 90px;
}

.login-layout .panel {
	box-shadow: none;
	border-radius: 0px;
	background: #f3f3f3;
	border: none;
}

.login-layout .form-control {
	box-shadow: none;
	border-radius: 0px;
}

.login-layout .btn-warning {
	background: #0f5f46;
	border-radius: 0px;
	border: 1px solid #0f5f46;
	box-shadow: none;
	padding: 8px 0;
}

/* 메뉴 상단 영역 설정 */
.navbar-top {
    width: 100%;
    padding: 0;
    background: #00b04f;
}
.navbar-top-wrap {width: 100%; max-width: 1170px; margin: 0 auto;}
.navbar-top-wrap ul {margin:0; padding: 0;}
@media screen and (min-width: 768px) {
	.navbar-top-wrap ul { margin-right: 65px;}
}
.navbar-top-wrap ul li {float: left;}
.navbar-top-wrap ul li:hover a {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}
.navbar-top-wrap .navbar-top-btn {
    margin: 0 -1px 0 0;
    padding: 12px 20px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.02em;
    text-decoration: none;
}
.navbar-top-wrap  li button{    border: none;    border-left: 1px solid rgba(255, 255, 255, 0.2);background: transparent;}
.navbar-top-wrap  li button.active{color:#fff}
.navbar-top-wrap  li button:hover,.navbar-top-wrap  li button:focus,.navbar-top-wrap  li button:active{color:#fff}
@media screen and (max-width: 991px) {
	.navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
	.navbar-top{display: none;}
}
.navbar-right .divider-vertical+li{display:none}



/*****mobile*******/
@media(max-width:767px){
.intro-html-layout {margin:0}
	.main-content .col-md-6 a{    top: 58%;}
	.footer_copy .text-center{    padding: 80px 0;}
	.navbar-inverse .navbar-nav > li > a{    padding: 15px 20px;}
	.greeting .sub-content .col-md-8{    margin-top: 40px;}
	.text-bbs13 .dh-margin-top{    margin: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
     background-color: #00b050;}
	
}
@media(max-width:375px){.main-content .col-md-6:nth-of-type(2) a{    top: 63%;}}

/*2020-04-21*/
.api .row h4 img, .mask .row h4 img{margin-right: 15px;}
.mask #subBottom .con1, .mask #subBottom .con3 {margin-bottom: 80px;}

/*2020-05-15*/
.mask #subBottom .con{margin-bottom: 80px;}

/*2020-05-18*/
.mask #subBottom .con img{    padding: 10px;
	border: 1px solid #ddd;}
.mask #subBottom .con3 img{    width: 100%;
    padding: 10px 100px;}