/* 웹폰트 호출 */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/css?family=Pacifico);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 끊김 방지 */
* {word-break: keep-all; word-wrap: break-word;}

/* 폰트 설정 */
* {font-family: 'Noto Sans CJK KR', 'Malgun Gothic', 'Gulim', sans-serif !important; text-decoration:none;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans CJK KR', 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}

@media screen and (max-width: 767px) {
    .intro-boardbox { width:100%;margin: 20px 0 0;padding: 15px 40px 0;}
    .main-map { width:100%; margin: 20px  0; padding: 15px 40px 0; }
    .main .wrap .thirds .third {
    padding:50px 15px;
    display: block;
    position: relative;
    float: none;}
     .main .wrap .thirds .third:nth-child(2) {background:#ececec; border-left:1px solid #ececec;border-right:1px solid #ececec;}
}


@media screen and (min-width: 767px) {
    #sub-page { width:1200px;margin:0 auto;}
    .intro-boardbox {width:50%; float:left}
.main-map {
	width: 50%;
    float: left;
    margin: 20px 0 0;
    padding: 15px 0 0;
    border-top: 2px solid #7F7A42;
}
    .main .wrap .thirds .third {
    display: table-cell;
    position: relative;
    float: none;
}
.main .wrap .thirds .third:nth-child(2) {border-left:1px solid #ececec;/* border-right:1px solid #ececec; */}
}

@media (min-width: 1200px){
.container {
    width: 1470px;
}
}
/* 메뉴 설정 시작 */
.navbar-inverse{
	background: #fff;
    border: none;
    width: 100%;
    height: 84px;
    padding: 0;
    margin: 0;
	box-shadow: 10px 0 15px rgba(0,0,0,0.3);
}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a{height: 84px !important;}
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 50px !important;}
}
/* ----- 로고 설정 ----- */
.navbar-inverse .navbar-brand {margin: 15px 0 0; padding: 0;}
.navbar-brand img {padding: 0 15px; margin: 0;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {background-color: transparent;}
@media screen and (max-width: 991px) {
	.navbar-header {width: 100%; margin: 0 !important;}
    .navbar-inverse .navbar-brand {margin: 32px 0 0;}
    .navbar-brand img {max-width: 180px; padding: 0; margin: 5px 0 0;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand {margin: 10px 0 0;}
    .navbar-top > div > a {margin: 5px 20px 0;}
}
/* ----- 메인 메뉴 설정 -----*/
@media screen and (min-width: 768px) and (max-width: 991px) { .navbar-right { position: absolute;  right: 5%; top: 15%; } }
@media screen and (max-width: 767px) { .navbar-right > li { background: #fff; } }
.navbar-inverse .navbar-nav > li > a {
	background-color: #fff;
    color: #222;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 25px;
    margin: 28px 0 16px;
    border: none !important;
    border-right: 1px solid transparent !important;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.05em;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {background: #fff; color: #988d21; box-shadow: 0 0 0 rgba(0,0,0,0); border: none !important; border-right: 1px solid transparent !important;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {color: #988d21; border: none !important; border-right: 1px solid transparent !important;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a {font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {

    .navbar-inverse .navbar-nav > li > a {font-size: 16px; margin: 0; padding: 14px 20px 14px 20px; text-align: left;}
	.navbar-nav .open .dropdown-menu {padding: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #988d21; border: none !important; margin: 0 0 0; background: #f7f7f7;}}
/* ----- 서브 메뉴 설정 ----- */
.navbar-nav .dropdown-menu {
	background: #fff;
    border: 1px solid #988d21 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    left: 0;
    right: auto;
    padding: 14px 0;
    margin: 0;
    min-width: 200px;}
.navbar-nav .dropdown-menu > li > a {
	background: #fff;
    padding: 6px 22px;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01em;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
	background: #fff;
    color: #988d21;
    text-decoration: underline !important;
}
/* ----- 모바일 메뉴 설정 ----- */
.navbar-toggle{background: #988d21; border-radius: 0; border: none; margin: 20px 5px; padding: 10px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #333; background: #fbfbfb; border-bottom: 1px solid #eaeaea !important;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}
/* //메뉴 설정 끝 */

/* 슬라이드 영역 설정 시작 */
.container_slide {padding: 0; width: 100%;}
.fill { height:600px;}
.carousel-caption {top: 50%; bottom: auto; text-align: center; padding: 0; margin: -50px 0 0; letter-spacing: -0.05em;}
.fill h1 {margin: 0; font-size: 40px; font-weight: 600;}
.fill h1 span, .fill p span {background-color: transparent; opacity: 1; padding: 0; text-shadow: 0 0 0 rgba(0,0,0,0);}
.fill p {margin: 20px 0 0;}
.fill p span {color: #eee; font-size: 16px; font-weight: 300; line-height: 1.5;}
.carousel-control {display: none;}
/* 슬라이드 영역 설정 끝 */


/* 푸터 영역 설정 시작 */
.socialArea {display: none;}
.footer_copy {background: #fafafa; display: block; width: 100%; min-height: 190px; border-top: 1px solid #e8e8e8;}
.footer_copy > div {padding: 0;}
.footer-top {display: inline-block; width: 100%; border-bottom: 1px solid #e8e8e8; text-align: left;}
.footer-top > ul {width: 1170px; margin: 0 auto; padding: 0;}
.footer-top > ul > li {display: inline-block;}
.footer-top > ul > li > a {color: #333; font-size: 14px; font-weight: 300; padding: 10px 0; display: inline-block;}
.footer-top > ul > li > a::after {content: "|"; padding: 0 20px; color: #e8e8e8; font-size: 10px;}
.footer-top > ul > li:last-child > a::after {content: "";}
.footer-bottom {text-align: left; width: 1170px; margin: 0 auto; color: #666; font-size: 13px; font-weight: 300; padding: 25px 0 20px;}
.footer-bottom > address {margin: 0; line-height: 1.5;}
.footer-bottom > ul {padding: 0; margin: 0 0 10px; line-height: 1.5;}
.footer-bottom > ul > li {display: inline-block;}
.footer-bottom > ul > li::after {content: "|"; padding: 0 10px; color: #e8e8e8; font-size: 10px;}
.footer-bottom > ul > li:last-child::after {content: "";}
.footer-bottom > p {margin: 0;}
.footer-bottom > p span {color: #222; font-weight: 400;}
@media screen and (max-width: 991px) {
	.footer-top > ul, .footer-bottom {width: 100%;}
	.footer-top > ul {padding: 0 15px;}
	.footer-top > ul > li > a::after {padding: 0 10px;}
	.footer-bottom {padding: 20px 15px;}
}
/* //푸터 영역 설정 끝 */



/*=================================================
		    main
=================================================*/
.intro-board-widget-layout {padding: 20px 0 50px;}
.main-middle {margin: 0px 0 5px; display: inline-block; width: 100%;}
.main-middle .col-sm-4 {padding: 0;}
.main-middle h3, .intro-widget-layout h3 {margin: 0 0 30px; color: #000; font-size: 22px; font-weight: 600; text-align: center; letter-spacing: 0.03em;}
.main-middle .item-wrap { padding: 50px 30px;}
.main-middle a, .main-middle a:hover {color: #555;}
.main-middle .item-wrap {overflow: hidden;}
.main-middle .text-wrap {margin: 0 0 10px;position:relative;margin: 0 auto;
    text-align: center;}
.main-middle .text-wrap i{position:absolute;right:0;top:10px}
.main-middle .text-wrap img{margin: 0 auto;margin-bottom:40px; }
.main-middle p {margin: 0; position: relative; color: #666; font-size: 15px; font-weight: 400;}
.main-middle p:before {content: "\f107"; color: #999; font-size: 16px; font-family: "FontAwesome"; font-weight: 900; padding: 0 10px 0 0;}


/* ----- ----- */

.main-map h3 {
	margin: 0 0 30px;
    color: #454545;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.intro-board-layout {width: 100%}
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header {padding: 15px 0 0;
    margin: 20px 0 30px;
    border-top: 2px solid #988d21;
    position: inherit;
    text-align: left;}
.intro-boardbox .page-header h4{margin: 0; color: #454545; font-size: 20px; font-weight: 500; letter-spacing: 0.01em;}
.intro-boardbox .page-header h4 .btn{padding: 0; margin: 0; color: #999;}
.intro-boardbox .banner-wrap {min-height: 100px;}
.intro-boardbox .banner-icon{display: inline-block; float: left; height: 100px; margin: 0 30px 0 15px;}
.banner-text{display: inline-block;}
.banner-text h5{margin: 6px 0 12px; font-size: 14px; font-weight: 500; color: #343434;}
.banner-wrap:last-child:hover .banner-text h5{text-decoration: underline;}
.banner-text h3{margin: 0 0 5px; color: #988d21; font-size: 23px; font-weight: 500;}
.banner-text p{font-size: 13px; margin: 0 0 0; color: #666;}

/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .front-panel > .panel{padding: 0; background-color: transparent !important; border: none; border-radius: 0px; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.intro-boardbox .panel-body{padding: 0;}
.dh-front-list2-words{margin: 0 !important; padding: 12px 0 12px; border-bottom: 1px solid #dedede;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #707070; font-weight: 400; font-size: 13px;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #333; text-decoration: none;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 250px; white-space: nowrap;}
.intro-boardbox .list-row-subject:before{content: "공지"; padding: 0 10px 0 0; color: #988d21;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
.dh-front-list2 h6 a small > span{color: #6fa633 !important;}



/*=================================================
		00.공통
=================================================*/
.parallax-bg{
	background-position: 50% 0;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.col-md-penta-1{
	 position: relative;
	 min-height: 1px;
	 padding-left: 15px;
	 padding-right: 15px;
}
@media (min-width: 992px) {
	.col-md-penta-1{
		float: left;
		width: 20%;
	}
}

/*****#####===== 상단 이미지 =====#####*****/

.sub-layout{width:100%;margin:0;padding:0;}
/* 상단 타이틀 시작 */
.sub-top{
	height: 210px;
    background-image:url('/skin/img/sub/img_title.jpg');
}
.sub-top > div{
    width: 1170px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.sub-top > div > p{
    margin: -22px 0 0;
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top: 50%;
}

.subPage {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 60px 0 80px;
}

/***** breadcrum *****/
.page-header {
	text-align:right;
    padding: 0;
    border: none;
	position: absolute;
    top: 50%;
    margin: 0;
    right: 0;
    background: transparent;
}
.page-header .breadcrumb {
    text-align: left;
    border-radius: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #fff;
}
.breadcrumb>.active{color: #fff;}
.breadcrumb > li + li::before{
	content: "\f0da";
    color: #988d21;
    font-size: 14px;
    font-family: "FontAwesome";
    padding: 0 10px;
}


/***** 페이지 타이틀 *****/
.title-wrap {margin-bottom: 50px;}
.title-wrap h3 {margin: 0;}
.title-wrap .separator {
	display: inline-block;
    width: 30px;
    height: 2px;
    background: #988d21;
}

/*****  table 영역 설정 *****/
table {border-top: 2px solid #aaa; width: 100%;}
table thead tr th {font-size: 15px; padding: 14px 20px; text-align: left; background: #fafafa; border-bottom: 1px solid #e5e5e5; font-weight: 500;}
table tbody tr th {font-size: 15px; padding: 14px 20px; text-align: left; background: #fafafa; border-bottom: 1px solid #e5e5e5; font-weight: 500;}
table tbody tr td {font-size: 15px; padding: 14px 20px; border-bottom: 1px solid #e5e5e5; vertical-align: middle;}
table tbody tr td ul {margin: 0; padding: 0;}
@media screen and (max-width: 767px) {
	table tbody tr th {padding: 15px 10px;}
}
.table {border-top: 1px solid #b0b0b0; width: 100%;}
.table thead tr th {font-size: 15px; padding: 14px 20px; text-align: left; background: #fafafa; border-bottom: 1px solid #e5e5e5; font-weight: 500;}
.table tbody tr th {font-size: 15px; padding: 14px 20px; text-align: left; background: #fafafa; border-bottom: 1px solid #e5e5e5; font-weight: 500;}
.table tbody tr td {font-size: 15px; padding: 14px 20px; border-bottom: 1px solid #e5e5e5; vertical-align: middle;}
.table tbody tr td ul {margin: 0; padding: 0;}
@media screen and (max-width: 767px) {
	.table tbody tr th {padding: 15px 10px;}
}


/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
}

/***** xs *****/
@media (max-width: 767px){
}

/*=================================================
		01.회사소개
=================================================*/
/*****#####===== 인사말 =====#####*****/
.greeting .con1 .text-wrap p{
	line-height: 2;
    font-size: 15px;
    word-break: keep-all;
}
.greeting .con1 .con-title {
	color: #000;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 30px;
}


/*****#####===== 조직도 =====#####*****/



/*****#####===== 회사연혁 =====#####*****/
.steps {
  position: relative;margin-top:-125px;
}
.steps:before {
  top: 125px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #988d21;
  left: 50%;
  margin-left: -1px;
}

.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  list-style-type: none;
}
.timeline .timeline-box {
  position: relative;
  float: left;
  clear: left;
  width: 45%;
  margin: 1em 2.5%;
  list-style-type: none;
  display: block;
  padding: 25px;
  background: #f8f8f8;
  z-index: 15;
}

.timeline .timeline-box .timeline-title {
	color: #7F7A42;
    font-weight: 700;
    font-size: 20px;
    float: left;
    padding: 0;
    margin: 0 0 15px;
}
.timeline .timeline-box .timeline-details {clear: both;}
.timeline .timeline-box .timeline-details p {margin: 0;
    line-height: 1.8;
    color: #555;}

@media all and (max-width: 600px) {
  .timeline .timeline-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.timeline .timeline-box:hover:after {
  background: #988d21;
}
@media all and (min-width: 650px) {
  .timeline .timeline-box:after {
    display: block;
    content: ' ';
    height: 9px;
    width: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -6.55%;
    top: 1.5em;
    border: 2px solid #988d21;
  }
}
.timeline .timeline-box:first-child {
  margin-bottom: 2.5em;
}
.timeline .timeline-box:nth-of-type(1n):before {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 10px solid #f8f8f8;
  border-right: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
.timeline .timeline-box:nth-of-type(2n) {
  float: right;
  clear: right;
}
.timeline .timeline-box:nth-of-type(2n):before {
  right: auto;
  left: -10px;
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #f8f8f8;
  border-left: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
@media all and (min-width: 600px) {
  .timeline .timeline-box:nth-of-type(2n) {
    margin-top: 3em;
  }
}
.timeline .timeline-box:nth-child(2n):after {
  left: -6.5%;
  right: auto;
}

.timeline-box:hover, .timeline-box:focus {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
}

.timeline-box:hover, .timeline-box:focus {
  -webkit-box-shadow: 0px 3px 0px 0px #988d21;
  -moz-box-shadow: 0px 3px 0px 0px #988d21;
  box-shadow: 0px 3px 0px 0px #988d21;
}

.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.steps-area {
  padding: 90px 0;
}

/*****#####===== 오시는 길  =====#####*****/
.location .table {border-top: 2px solid #7F7A42; margin-top: 30px;}
.location .table tr td p:nth-child(2n-1) {margin-bottom: 0;}

/*=================================================
		02.공지사항
=================================================*/
.dh-board, .dh-view-box{
	max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

#disqus_thread{
	max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

/* 게시판 설정 시작 */
.bbs-list-index-layout .subPage, .bbs-list-view-layout .subPage {padding: 60px 0 0;}
/* ----- 텍스트 게시판 설정 ----- */
.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: 14px 20px; color: #555; font-size: 14px;}
.table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover{border-top: 2px solid #7F7A42; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #7F7A42;}
.label-primary{color: #7F7A42;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #7F7A42; border: 1px solid #7F7A42 !important;}
.pagination > li > a, .pagination > li > span{color: #7F7A42;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #7F7A42;}
.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;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0; position: inherit; text-align: left;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; 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;}

/* ----- 언어변환 ----- */
.container{position:relative}
.container_contents {  padding:0;}
.intro-board-widget-layout { padding:0; margin-bottom:80px; } 
.menu-top {
	position: absolute;
    color: #fff;
	right:30px;
	top:0;
    z-index: 999;
}

.menu-top img{
	display: inline-block;
    zoom: 1;
    margin-left: 8px;
	cursor: pointer;
}

/*****#####===== 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
}
/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
}
/***** xs *****/
@media (max-width: 767px){	
}


