/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/css?family=Pacifico);

/* 배경 설정 */
html, body {height: 100%;}
html {overflow-x: hidden; overflow-y: scroll;}
.container_contents {width: auto;}
.container_contents section{overflow: hidden; min-height: 100px;}

/* 폰트 설정 */
* {font-family: 'Noto Sans', "NanumGothic", sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans', "NanumGothic", sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}


/* body 설정 */
.body-layout {
    color: #787878;
    font-size: 13px;
    background-color: #fff;
    line-height: 1.6;
}

/* 상단 메뉴 설정 시작 */
.navbar-inverse {
	border-color: rgba(0,0,0,0);
	border:none;
	background: rgba(0, 0, 0, 0.4); 
	padding:0px;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
.navbar-inverse .divider-vertical {display:none;}
.navbar-inverse .navbar-nav {margin:12px 0px 0;}
.topmarginLay_a{height: 65px !important; margin: 0px 0px 0px !important;}

/* ----- 상단 메뉴 로고 ----- */
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.navbar-inverse .navbar-brand {
	font-size: 23px;
    font-weight: 400;
    font-family: 'Noto Sans CJK KR' !important;
    color: #fff;
    margin-top: 18px;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {color: #fff; background-color: transparent;}

.navbar-brand img {
   width: 60px;
   /*margin: 10px 0px 15px;
	padding-top: 10px;*/
}

/* 메인로고옆 글자.logoside {
	position: absolute;
    left: 231px;
    top: 38px;
    font-size: 25px;
    color: #fff;
} */

/* ----- 상단 메인 메뉴 설정 ----- */
.navbar-inverse .navbar-nav > li > a{
	background-color: transparent;
    padding: 0 24px 0;
    margin: 40px 0px 25px 0px;
    font-size: 16px;
    font-weight: 300;
    color: #f5f5f5;
	border-right: 1px solid rgba(255,255,255,0.2);
}

@media screen and (max-width: 1440px) {.navbar-inverse .navbar-nav > li > a {padding: 0 16px 0;}}
@media screen and (max-width: 1024px) {.navbar-inverse .navbar-nav > li > a {padding: 0 12px 0;}}
@media screen and (max-width: 768px) {.navbar-inverse .navbar-nav {margin: -80px 0px 0;} .navbar-inverse .navbar-nav > li > a {padding: 0 10.1px 0;}}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #d8b87d;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	color: #d8b87d;
    background-image: none !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 rgba(0,0,0,0) !important;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.caret{display: none;}
/* ----- 상단 서브 메뉴 설정 ----- */
.dropdown-menu{
	border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    left: 0 !important;
	min-width: 190px;
}
.dropdown-menu > li > a{
	background-color: #40424b;
    color: #e5e5e5;
    padding: 16px 20px 16px 20px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
}
.dropdown-menu > li > a:hover{
	background-image: none;
	background-color: #686d70;
	color: #fff;
}

/* ----- 상단 메뉴 모바일 설정 ----- */
@media screen and (max-width: 768px) {.topmarginLay_a {padding: 0px !important; margin: -48px 0px 0px !important;}}
@media (max-width: 768px) {
	.navbar-toggle {background-color: #5ea3cb;}
    .navbar-inverse .navbar-toggle .icon-bar {background-color: #333;}
    .navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {background-color: #fff;}
}
/* //상단 메뉴 설정 끝 */


/* 하단 카피라이트 설정 시작 */
.footer_copy {
    background-color: #40424b;
    padding: 30px 0 10px;
    display: inline-block;
    width: 100%;
    margin-bottom: -5px;
}
.footer_copy .text-center {
    font-size: 13px;
    color: #b5b5b5;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.footer-social-layout {display: none;}
/* //하단 카피라이트 설정 끝 */


/* 슬라이드 설정 시작 */
.section1 {
    margin-top: -110px;
}
.section1 .con-area1 {
    height: 300px;
    background-size: cover;
}
.con-area1 .wrapTxtBox {
    height: 300px;
}
.con-area1 .txtBox {
    position: absolute;
    bottom: 10%;
    left: 10%;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.5);
    padding: 20px 60px 30px;
    text-align: center;
}
.con-area1 .txtBox h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    padding: 0;
}
.con-area1 .txtBox p {
    color: #ffffff;
    font-size: 15px;
	padding: 0;
}
/* //슬라이드 설정 끝 */


/* 메인 페이지 설정 시작 */
/* ----- html area ----- */
.intro-html-layout>div.col-sm-12{padding:0px;}

.con-area2 .lineTop {
    width: 50px;
    height: 1px;
    background: #d8b87d;
}
.con-area2 .container > div:first-child {
    padding-left: 15px
}
.con-area2 img {
    margin-bottom: 30px;
    padding-left: 0px
}
.con-area2 h3 {
    color: #40424b;
    margin-top: 16px;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 400;
}
.con-area2 p {
	color: #666;
    font-size: 15px;
    line-height: 1.8;
}
.con-area2 span {color: #5ea3cb; font-weight: 500;}

@media (min-width: 992px) {
    .section1 .con-area1 {
        height: 700px;
        background-size: contain;
    }
    .con-area1 .wrapTxtBox {
        height: 700px;
    }
    .con-area1 .txtBox h2 {
        font-size: 42px;
    }
    .con-area1 .txtBox p {
        font-size: 21px;
    }
    .section2 .con-area2 {
        padding: 100px 20px 60px;
    }
    .con-area2 img {
        margin-bottom: 0px;
    }
    .con-area2 .container > div:first-child {
        padding-left: 0px
    }
}
@media (min-width: 1200px) {
	.con-area2 .container {padding-left: 0px;}
	.section2 .con-area2 {padding: 90px 0 40px; margin: 0 auto; width: 1170px;}
}

/* ----- board area ----- */
.intro-board-layout {
    border-top:1px solid #a4a4a4;
    background: url('/skin/main/bg.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 30px;
	width: 100%;
}
.intro-board-layout .page-header{display:none;}
.intro-board-layout .page-header {
    display: block;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 0px solid #eee;
}
.intro-board-layout .page-header h4 {
    padding: 16px 0 10px !important;
    margin: 30px 0 20px;
    color: #333;
    font-size: 28px;
    font-weight: 400;
    border-top: 1px solid rgba(255,255,255,0.2);
    display: inline-block;
}
.intro-board-layout .page-header .btn {display: none;}
.intro-boardbox .dh-front-gallery a.thumbnail {
    margin-top: 0px;
    height: 290px !important;
    border: 0px solid #DDD;
}
.dh-front-gallery > .col-md-3 > a.thumbnail:hover {background-size: 200% auto;}

.intro-boardbox .dh-front-blog {
    margin: 0;
}
.intro-boardbox .dh-front-blog > .col-md-4 {
    width: 25%;
    padding: 0;
    border: none;
}
.intro-boardbox .dh-front-blog > .col-md-4 > .thumbnail {
    min-height: auto;
    background: none;
    border: none;
}
.intro-boardbox .dh-front-blog > .col-md-4 > .thumbnail > a.blogthumb {
    min-height: 240px;
}
.intro-boardbox .dh-front-blog > .col-md-4 > .thumbnail > .caption h5 {
    margin: 0;
    font-size: 15px !important;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.intro-boardbox .dh-front-blog > .col-md-4 > .thumbnail > .caption .blog-row-contents {
    min-height: auto;
    display: none;
}

@media (max-width: 768px) {
    .intro-boardbox .dh-front-blog {
        margin-right: -15px;
        margin-left: -15px;
    }
    .intro-boardbox .dh-front-blog > .col-md-4 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .intro-boardbox {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }
    .intro-boardbox .dh-front-gallery > div {
        width: 50%;   
        float: left;
        padding: 0px;
    }
}

@media (min-width: 992px) {
    .intro-boardbox {
        width: 1170px;
        margin: 0px auto;
        padding-bottom: 150px;
        float: none;
    }
    .intro-board-layout {padding-bottom: 0px;}
    .intro-board-layout .page-header h4 {padding: 0px;}
    .intro-boardbox .dh-front-gallery > div {padding: 0px; width: 25%; float: left;}
    .intro-boardbox .dh-front-gallery a.thumbnail {height: 285px !important;}
}


/* ----- widget area ----- */
.intro-widgetbox{display:none;}
/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */
.sub-layout{padding-bottom: 80px;}

.subSection h3 {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 400;
}
.subSection h5 {
    margin-top: 30px;
    color: #5ea3cb;
    font-size: 19px;
    font-weight: 400;
}
.subSection > div {
    display: inline-block;
    padding: 60px 40px;
    border-bottom: 1px solid #acacac;
    background-color: #fff;
}
.subSection .bgColor1 {
    background-color: #4a4a4a;
}
.subSection .bgColor1 p {
    color: #acacac;
}
.subSection .lineBottom {
    width: 50px;
    height: 5px;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #5ea3cb;
}
.subSection ol {
    margin-top: 30px;
    list-style-type: decimal-leading-zero;
}
.subSection ol li {
    color: #5ea3cb;
    font-size: 19px;
}
.subSection ol li+li {
    padding-top: 1px;
}
.subSection ol li h5 {
    margin-top: 10px;
}
.subSection ol li p {
    color: #787878;
    font-size: 14px;
}
.subSection ul {
    padding-left: 0px;
    color: #5ea3cb;
    font-size: 14px;
    line-height: 34px;
    list-style-type: none;
}
.subSection ul li {
    -webkit-transition:all .25s;
    -o-transition:all .25s;
    transition:all .25s
}
.subSection ul li:hover {
    color: #333;
}

@media (min-width: 992px) {
    .subSection h3 {
        margin-top: 0px;
    }
}
/*공통의 css------------------------*/
.label_style01{color:#ff0000;}
.list-style01 li{margin-bottom :8px;}

/*setting---------------------------*/
h4{font-size:24px!important; color:#333;}
h5{font-size:21px!important; color:#333;}
/* ----- 서브페이지 상단 영역 ----- */
.head{
	display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 0;
    margin-bottom: 30px;
}
.head h2{
	margin: 10px 10px 18px;
    padding: 0;
    font-weight: 400;
    color: #333;
    display: inline-block;
    float: left;
}
.head ul{
	float: right;
    display: inline-block;
    margin: 30px 10px 0px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
@media only screen and (max-width:768px){.head ul{margin-top:10px;}}

.list-inline>li{
	display: inline-block;
    padding-right: 2px;
    padding-left: 2px;
    color: #777;
}
.list-inline>li.f-bold{
	color: #40424b;
	font-weight: 500;
}

.visual_box{overflow: hidden; width: 100%; height: 140px; position: relative; margin: 33px auto 30px; }
.visual_box img{width:100%;}
@media only screen and (max-width:768px){ .visual_box img{width:100%; height:100%; margin-top:0!important;} .visual_box {margin: 61px auto 30px;}  } 

.visual_bg{position:absolute; left:0; top:0; width:100%;height:100%; background:rgba(0,0,0,0.0); z-index:999;  
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000,endColorstr=#30000000);}

/* ----- 서브페이지 content 영역 ----- */
.content_wrap{width: 95%; margin: 0 auto;}
.content_wrap div > p{
	font-size: 15px;
	color: #555;
}
.content_wrap div > p > strong{font-weight: 400;}
.content_wrap div > h4{
	margin: 15px 0 10px;
    font-size: 21px;
    font-weight: 400;
    color: #40424b;
}
.content_wrap div > h4 > strong{font-weight: 400;}

.title_icon {width: 10px; height: 23px; background: #a9a9a9; display: inline-block; *display:inline; zoom: 1; border-radius: 4px; margin-right: 8px;}
h4.title_style {
	border-top: 1px solid #40424b;
    border-bottom: 1px solid #ccc;
    font-size: 18px !important;
    padding: 10px 18px;
    margin: 30px 0 20px !important;
    font-weight: 400;
}

.tab_button{
	background-color: #40424b;
    display: inline-block;
    width: 100%;
	margin-bottom: 40px;
}
.tab_button li {
	border: none;
    margin: 0 0px 0;
    padding: 18px 0 18px;
    display: inline-block;
    float: left;
}
.tab_button li a {
	color: #fff;
    font-weight: 500;
    padding: 0px 20px;
    border-right: 1px solid rgba(255,255,255,0.2);
    display: block;
}
.tab_button li a:hover {
	color: #d8b87d;
}

/* ---------- modal view ---------- */
#over_lay{position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:9990; text-align:center;}
#circle_icon{position:absolute; z-index:9999; right:22px; top:-16px; color:#fff; cursor:pointer; font-size:32px; color:#fff; }
.lay{height:100%; display:inline-block; *display:inline; zoom:1; vertical-align:middle;} 
.lay2{display:inline-block; *display:inline; zoom:1; vertical-align:middle; width:90%; position:relative; width:90%; max-width:740px;}
.lay2 img{width:90%; max-width:740px; max-height:500px; border-radius:5px; border:2px solid #ededed; }
.modal_box img{cursor: pointer;}

/* ---------- table 영역 설정 ---------- */
table {
    font-size: 14px;
    width: 100%;
    border-top: 1px solid #d8b87d;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
tr {
    line-height: 20pt;
}
th {
    padding: 10px 18px;
    color: #333;
    font-weight: 500;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
td {
    padding: 10px 18px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #565656;
}

.media-heading{
	margin: 20px 0 15px;
    font-size: 17px;
    color: #333;
}
.table p{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: #555;
}
/* ---------- page-00 ---------- */
.box_style01 {
	background-color: #f7f7f7;
    padding: 30px 20px 30px;
    border: none;
}

.how_to01_img{max-width: 90%; display: block; margin: 0 auto;}

.servi02_grid .inner{margin:10px; position:relative;}
.servi02_grid .inner .txt{position:absolute; left:0; top:0; color:#fff; background:rgba(0,0,0,0.7); padding:3px; font-weight:bold;}
/* //서브 페이지 설정 끝 */


/* 게시판 설정 시작 */
/* ---------- 텍스트 게시판 보기 설정 ---------- */
.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: 16px 5px;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
    font-weight: 500;
    font-size: 15px;
    color: #555;
}
.dh-board>.table-hover{
	border-top: 1px solid #d8b87d;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 40px;
}
.servi01_img{padding:20px;}
/* ---------- 게시판 버튼 설정 ---------- */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #d8b87d;
    border-color: #d8b87d;
}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
/* //게시판 설정 끝 */
/*테이블 style01-------------------------*/
.table_style01 th,
.table_style01 td{text-align:center; padding:10px 0!important;}

/*메인로고*/
.navbar-brand>img{display:inline!important;}
.logo_txt{color: #fff; font-size: 22px; display:inline-block; *display:inline; zoom:1; margin-top:3px; 
    position: relative; left:15px; top: -3px;}

.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;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout h4{
	margin-top:10px!important;
	text-align:left;
	font-size:15px!important;
}
.dhb-txt-box-type-b-text-layout h4 strong{
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 .label{
	vertical-align:text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}
