@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@400&display=swap');

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, li, ol, a, div, font {
	font-family:'Noto Sans KR', "Malgun Gothic", "Apple SD Gothic Neo", 'Helvetica', sans-serif;
/* 	font-smoothing: antialiased; */
	-webkit-font-smoothing: antialiased;
/* 	-webkit-text-stroke: 0.2px; */
}

.navbar-toggle {
	margin-top: 15px !important;
}

.carousel-control {
	display: none;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#333;     /*배경 색*/
	border-color:#080808;         /*테두리 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	border: none;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
	padding-top: 15px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-nav.navbar-right {
    margin-top: 34px;
}
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    color: #313131;
    font-size: 15px;
    font-weight: 400;
    padding: 0 15px 14px 15px;
    margin: 0px 0px 0px 0px;
    text-shadow: none;
    border-top: none;
	text-decoration: none !important;
}

.navbar-inverse .navbar-nav > li > a > small {
    display: block;
    width: 100%;
    font-size: 11px;
    color: #aaa;
    text-align: center;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover > small,
.navbar-inverse .navbar-nav > li > a:focus > small {
	color: #D51A1A !important;
}

.nav > li {
    padding: 2px 15px 12px 15px;
}

.navbar-inverse .divider-vertical {
    border-right-color: transparent;
    border-left-color: transparent;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-nav>.dropdown>a{
    color:#fff;
}
.dropdown:hover .dropdown-toggle{
    color:#313131 !important;
}
.dropdown-menu {
    background-color: #f3f3f3;
    border-radius: 0px;
    border: none;
    padding: 17px 0;
    left: 0 !important;
    right: auto !important;
	box-shadow: none;
}
@media (min-width:768px){
    .navbar-right > .dropdown > .dropdown-menu{left:0;}
}

@media screen and (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.dropdown-menu > li > a{
	background-color:transparent;     /*배경 색*/
	color:#313131;                /*텍스트 색*/
	padding: 5px 20px;      /*내부 여백*/
	margin:0;      /*외부 여백*/
	font-size:12px;
	line-height:1.8;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #D5D5D5;
    color: #313131;
    text-decoration: none !important;
}
/* 상단 서브 메뉴 설정 끝*/

/* 상단 슬라이드 캡션 설정 */
.carousel-caption {
    text-align:left;
    bottom:0;
    top:23%;
}
.carousel-caption > h1 > span, .carousel-caption > p > span{
    background:transparent;
    opacity:1;
    text-shadow:0 0 0 black;
} 


/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center{
	background:#ffffff;           /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
.footer_copy .text-center{
	background-color:#ffffff;     /*배경 색*/
	color:#999999;                /*텍스트 색*/
	font-size:12px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
h1.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

p.intro_span{
	background-color:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}

.flex-caption span.intro-title{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:36px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
	background:none;        /*배경 색*/
	color:#ffffff;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:10px 10px 10px 10px;   /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/

/* 5th Template Initial Publishing */

.btnEdit i,
.btnDelete i {
	color: #eee;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open>a:focus,
.navbar-inverse .navbar-nav > .open>a:hover {	
	color: #D51A1A;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    color:#313131;
}
.caret {display: none;}

/* main page */
body {color: #4d4d4d;}
.fill{    height: calc(100vh - 104px);}

.flexslider {margin-top: -25px;}

/* public */
.mainPage h2 {font-size: 35px; font-weight: 300;}
.mainPage p {line-height: 1.7; font-size:13px;}
.mainPage .line {width:50px; height:1px; background-color:#ff6100;}
.mainPage .bottom .line{margin-left:15px;}
/* top */
.mainPage .top, .mainPage .middle {padding: 50px 0 45px;}
.mainPage .top .subject {padding: 10px 0;}
.mainPage .top .subject p {color: #333; font-size: 15px;}
.mainPage .top .subject big {font-size: 20px;}

/* middle */
.mainPage .middle h2 {float: left; font-size: 26px;}
.mainPage .middle .subject img {margin-top: 25px; padding-left: 20px;}
.mainPage .middle .contents {padding: 20px 0;}
.mainPage .middle .contents h4 {color: #383838; font-weight: 600;}
.mainPage .middle .btn_m {
    margin-top: 10px;
    padding: 5px 20px;
    color: #ff6100;
    text-shadow: none;
    font-weight: 300;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 0;
    font-size:13px;
}
.mainPage .middle .btn_m:hover {
    border: 1px solid #ff6100;
    background-color:#ff6100;
    color:#fff;
}

/* board*/
.fa-angle-right:before, .fa-plus:before {content: url('/skin/img/main/btn_plus.gif');}
.intro-widget-layout {width: 50%;}
@media screen and (max-width: 991px) {
	.intro-widget-layout {
        width:100%;
	}
}
@media screen and (max-width: 767px) {
	.intro-widget-layout {
        width:100%;
	}
}
.intro-widgetbox {margin-top: 0; padding: 10px; border: 1px solid #ddd;}
.intro-board-layout {width: 100%; padding: 0;}
@media screen and (max-width: 991px) {
	.intro-board-layout {
        padding-left: 15px;
        padding-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.intro-board-layout {
        padding-left: 15px;
        padding-right: 15px;
	}
}
.intro-boardbox {
    top: -218px;
    right: 0;
    position: absolute;
    width: 49%;
    margin-top: 6px;
    margin-right: 15px;
    padding: 22px;
    padding-top: 6px;
    padding-bottom: 33px;
    border: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
	.intro-boardbox {
        top:0;
        width:100%;
        position:static;
	}
}
@media screen and (max-width: 767px) {
	.intro-boardbox {
        top:0;
        width:100%;
        position:static;
	}
}
.intro-boardbox .page-header {margin: 18px 0 20px; padding-bottom: 0; border-bottom: none;}
.intro-boardbox .page-header h4 {color: #333; font-size: 24px; font-weight: 300;}
.dh-front-gallery>.col-md-3>a.thumbnail {margin-top: 30px;}
.intro-widgetBoardbox {border: 1px solid transparent;}
.intro-widgetBoardbox a {padding:5px 20px;background: none; border-bottom: none;}
.intro-widgetBoardbox > a:hover {padding:5px 20px; border-bottom: none !important;}
.intro-widgetBoardbox a h5 {color: #333; font-size: 24px; font-weight: 300;}
.intro-widget-list-box ul {padding: 10px 0 0;}
.intro-widget-list-box ul li span {font-size: 12px;}
.widget-list-row-regdate {color: #999;}

/* bottom */
.bottom {margin-top: 45px;}
.mainPage .bottom .subject {margin-bottom: 20px;}
.mainPage .bottom .subject h2 {float: left; padding-left: 15px; font-size: 26px;}
.mainPage .bottom .subject img {margin-top: 25px; padding-left: 20px;}
.mainPage .bottom .contents h4 {color: #383838; font-weight: 600;}
.bottom .img {padding-right: 30px; padding-left: 30px;}
.bottom .img > div {padding: 0;}

.bottom .hover {
    visibility:hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.bottom .hover_txt{
    text-align:center;
    line-height:224px;
    color:#fff;
    font-size:20px;
}
.bottom > .map {
    padding-left:15px;
}
.bottom .hover img {margin-top: 40px;}
.bottom .map .hover img {margin-top: 80px;}

.bottom .hover p i {color:#fff;}
.bottom .img > div:hover .hover,
.bottom .map:hover .hover {
    visibility:visible;   
    background:rgba(255,97,0,0.8);
}
.bottom > .contents > .contents ul{
    list-style-type:none;
    padding-left:0;
}

.wrapContact {padding-left: 30px; padding-right: 30px;}
.contact {width: 100%; display: inline-table; padding: 25px; color: #FFF; background-color: #2599BF;}
.contact h2 {margin: 20px 30px; font-size: 35px;}
.contact h3 {margin: 0; font-size: 40px;}
.contact .img-circle {border: 7px solid #81C5DB;}
.contact strong {font-size: 18px; font-weight: 500;}
.contact p {margin: 10px 0 30px;}
.contact big {font-size: 26px;}
.contact .infoBox {padding-top: 20px; padding-bottom: 20px;}

.row > .contents{margin-bottom:40px;}

/* //main page */


/* sub page */

/* sub page title */
.title-t {margin-bottom: 60px;}

.wrapSubTitle {padding-bottom: 15px; border-bottom: 1px solid #CACACA;}
.subTitle {float: left; display: inline-block;}
.subTitle img {float: left;}
.subTitle h2 {display: inline-block; margin-top: -25px; margin-left: 20px; font-size: 32px; font-weight: 600;}

/* sub page route */
.route {
    float: none; 
    /*padding: 6px 150px;*/
    text-align:right;
}
.route h4 {display: none;}
.route ol {display: inline-block; margin: 0; padding: 0; list-style-type: none;}
.route li {float: left; color: #595959; font-size: 12px; font-family: "NanumGothic", "나눔고딕";}
.route li strong {color: #ff6100;}

.subPage {padding: 60px 0 40px;}
.subPage h3 {margin-top: 0; font-size: 26px; font-weight: 300; line-height:1.2;}
.subPage img {margin-top: 20px; margin-bottom: 20px;}
.subPage p {line-height: 1.7;}
.subPage .sign .nm {padding-top: 90px; text-align: right; font-size: 18px;}

.footer-social-layout .socialArea{display:none;}
/* //sub page */


/* footer */
.footer_copy {
    width: 1170px;
    margin: 0 auto 10px;
    padding: 60px 0;
    border-top:1px solid #CACACA;
}
@media screen and (max-width: 991px) {
	.footer_copy {
        width:auto;
	}
}
@media screen and (max-width: 767px) {
	.footer_copy {
        width:auto;
	}
}
.footer_copy div {padding: 0;}

.footer_copy address,
.footer_copy ul li,
.footer_copy ul li a,
.footer_copy .copy
{color: #717171;}

.footer_copy address {float: left; text-align: left;}
.footer_copy ul li {float: left; list-style-type: none;}
.footer_copy ul li a {text-decoration: none;}
.footer_copy .copy {padding: 5px 0; text-align: left; position: absolute;}
/* //footer */

/* //5th Template Initial Publishing */

/*main*/
.topmarginLay_a{height:96px !important;}
.container_slide{width:100%; padding:0;}
/*.carousel-control{display:none;}*/

/*table*/
.dh-board>.table{
    margin:40px 0;
    border-top:2px solid #ff6100;
    border-bottom:2px solid #ff6100;
}
.table>thead>tr>th{border-bottom:1px solid #ddd;}
.table-hover>tbody>tr:hover{background-color:rgba(255,97,0,0.2);}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td, 
.table > tfoot > tr > td{line-height:2;
}
.subject > small > span {
    background-color:rgba(0,0,0,0);
    color:#ff6100;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: transparent;
    border: none;
    color: #313131;
	text-decoration: underline;
	font-weight: 500;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    color: #313131;
    font-size: 14px;
    border-radius: 0px;
}
.pagination>li>a:hover, .pagination>li>span:hover {
    background: transparent;
}
.input-group-btn .btn {
    background: transparent;
    border: none;
    box-shadow: none;
	border-radius:0px;
}
.input-group .form-control {
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
}
#btnNew ~ br {
    display: none;
}
#btnNew {
    color: #313131;
    font-size: 14px;
    text-shadow: none;
    background: transparent;
    box-shadow: none;
    border: 1px solid #888;
    border-radius: 0px;
}
#btnNew:hover, #btnNew:focus {
    color: #fff;
    background: #313131;
    border-color: #313131;
}
/*mailForm*/
#mailForm{margin-top:40px;}

/* Custom */

.container {
	width: 100% !important;
	max-width: 1170px;
}

.container.container_slide {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.navbar-fixed-top {
    background: #fff;
    color: #313131;
    border: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

.navbar-fixed-top .navbar-nav > li > a {
    color: #313131;
    text-shadow: none;
    -webkit-text-shadow: none;
	text-align: center;
	min-height: 55px;
}
.navbar-fixed-top .navbar-right .divider-vertical {
	display: none;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: #313131;
}
.navbar-inverse .navbar-toggle {
    border: none;
    border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background: #313131;
}
.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
    background: #fff;
}
.navbar ~ br {
    display: none;
}
.main-html {
	margin-top: 60px;
	margin-bottom: 30px;
}

.main-html img {
	width: 100%;
	opacity: 0.8;
	cursor: pointer;
	transition: ease 0.5s opacity;
	-webkit-transition; ease 0.5s opacity;
}

.main-html img:hover {
	opacity: 1;
}

.main-html .first-floor {
	padding-left: 15px;
	padding-right: 15px;
}

.main-html .first-floor > div {
	width: 20%;
	text-align: center;
	padding-bottom: 20px;
}

.main-html .first-floor > div.under {
	margin-top: 30px;
}

.main-html .second-floor {
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.main-html .second-floor > div {
	padding-left: 0;
	padding-right: 0;
}

/* 서브 페이지 */
.container.sub-layout {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

#top {
	width: 100%;
	height: 200px;
	background: url('/skin/img/sub/sub_top2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-left: 0;
	padding-right: 0;
}

#top .header {
    padding-top: 70px;
    font-size: 40px;
    color: #FFF;
    text-shadow: 0px 0px 5px #000;
    display: block;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 400;
}

#top .des {
    display: block;
    font-size: 16px;
    height: 18px;
    text-align: center;
    color: #DDD;
    line-height: 1;
    text-shadow: 0px 0px 3px #000;
    font-weight: 300;
}

#top .min {
	color: #a6a6a6;
	font-size: 11px;
	display: block;
	margin-top: 20px;
	text-align: center;
}

@media screen and (max-width: 991px) {
	#top .min {
		display: none;
	}
}

ol.breadcrumb {
    background: transparent;
    padding: 0;
    text-align: right;
    font-size: 11px;
    color: #aaaaaa;
    text-align: right;
    margin-top: 14px;
    margin-bottom: 0;
	margin-right: 30px;
    text-shadow: 0px 0px 4px #000;
	position: absolute;
	right: 0;
	top: 247px;
}

ol.breadcrumb li.active {
	color: #FFF;
}

ol.breadcrumb li+li:before {
	content: '\f105';
	font-family: 'FontAwesome';
}

#content,
.img-bbs-default-index-layout > div,
.form-horizontal,
.dh-view-box,
.login-layout {
    max-width: 1170px;
    float: none;
    margin: 60px auto 30px;
    padding: 0;
    padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
	#content {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

#insertForm .col-md-7.text-right {
	float: right;
	max-width: 450px;
}

.dh-view-box {
    padding: 0 30px;
}
.dh-front-gallery>.col-md-3>a.thumbnail {
    margin-top: 30px;
    box-shadow: none;
    border: none;
}
#content img {
	width: 100%;
}

#content .page-title {
	font-size: 36px;
	display: block;
	color:#313131;
}
#top .title_en {
    font-weight: 300;
    font-size: 22px;
    color: #999999;
}
#content p{
	font-weight:300
}
@media screen and (max-width:768px){
	#content .title_en{
		display:block;
		margin-bottom: 15px
	}
}

#content[name='intro'] table[name='intro'] tbody tr {
	border-bottom: 1px solid #EEE;
}

#content[name='ceo'] .ceo-name {
	font-family: 'Nanum Myeongjo', '나눔명조', '바탕', 'Batang', serif !important;
	margin: 0 0 20px 0;
	font-weight: bold;
}

#content[name='ceo'] ul {
	padding-left: 0;
	margin-bottom: 25px;
}

#content[name='ceo'] ul li {
	list-style: none;
	line-height: 2em;
	font-weight: 300;
}

#content[name='ceo'] ul.profile-list i.fa {
	color: #CCC;
	margin-right: 3px;
}

table[name='ceo'] tbody th,
table[name='ceo'] tbody td {
	padding: 2px 0 !important;
	border-bottom: 1px solid #EEE;
	vertical-align: middle;
}

table[name='ceo'] th > span {
	display: inline-block;
}

#content[name='license'] table[name='ceo'] {
	max-width: 350px;
	margin: 20px auto 0px auto
}

@media screen and (min-width: 992px) {	
/* 	#content[name='business_field'] {
		padding-top: 120px;
		padding-bottom: 120px;
	} */
	
	#content[name='ceo'] .image {
		padding-left: 28px;
		padding-right: 40px;
	}
	#content[name='license'] table[name='ceo'] {
		margin-top: 0;
	}
}

#content[name='brand_concept'] .text p {
	font-size: 20px;
/* 	font-family: 'Nanum Myeongjo', '나눔명조', '바탕', 'Batang', serif !important; */
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	#content[name='brand_concept'] .text p {
		font-size: 16px;
		line-height: 1.3;
	}
}

.strong {
	font-weight: bold;
}

#content[name='brand_concept'] .text .focus {
	padding-bottom: 2px;
/* 	border-bottom: 1px dotted #333; */
	display: inline;
	transition: ease 0.5s all;
	-webkit-transition: ease 0.5s all;
}

#content[name='brand_concept'] .text .focus:hover {
/* 	border-bottom: 1px solid #333; */
}

#content p.title {
    font-weight: 500;
    letter-spacing: -0.2px;
}
.table td {
    font-weight: 300;
}
/* 비전페이지 */
.vision-cell p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px;
}
.vision-cell span {
    color: #aaa;
    font-size: 12px;
    font-weight: 300;
}
#content h3 {
    margin: 0 0 25px;
	border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-weight: 300;
}
#content h3 span {
    font-size: 28px;
    font-weight: 300;
}

/* 조직도 페이지 */
.orgarea {
    height: 600px;
    background-image: url(/skin/img/sub/org-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	padding: 32px;
}
.orgarea div {
    border: 1px solid rgba(0,0,0,0.2);
    height: 100%;
    text-align: center;
    padding-top: 39px;
}
.orgarea img{
	max-width:836px
}
/* 1128 조직도 re */
#content.organization {
    width: 100%;
    max-width: none;
	margin: 0;
	padding:0;
}
#content.organization img{max-width:1920px;}
/* 사업분야 페이지 */
#content[name='business_field'] p {
	padding-top: 0px;
    font-size: 14px;
    color: #999999;
    margin-top: 11px;
	transition: ease 0.5s padding;
	-webkit-transition: ease 0.5s padding;
}

@media screen and (min-width: 992px) {
	#content[name='business_field'] > div {
		opacity: 0.9;
		transition: ease 0.5s opacity;
		-webkit-transition: ease 0.5s opacity;
	}

	#content[name='business_field'] > div:hover {
		opacity: 1;
	}
	
	#content[name='business_field'] div:hover a p {
		color: #000 !important;
	}
	
	#content[name='business_field'] a p,
	a:visited, a:link {
		border: 0 !important;
		text-decoration: none !important;
	}

	#content[name='business_field'] .col-md-2 > a > p:first-child {
		padding-top: 15px;
		font-size: 16px;
	}
	
	#content[name='business_field'] .col-md-2 > a:hover > p:first-child {
		color: #313131;
		padding-top: 0;
	}
}

.design_field > .col-md-2 > a > p > small {
	display: block;
	padding-top: 3px;
	font-size: 11px;
}

.design_field > .col-md-2 > a > p.type {
	display: block;
	margin-top: 20px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	line-height: 1.5;
	color: #333 !important;
}

.dh-board {
	max-width: 1170px;
    margin: 0 auto;
/*     padding-left: 15px; */
/*     padding-right: 15px; */
}

/* 푸터 */
.footer_copy {
    width: 100%;
    padding: 0;
    background: transparent;
    font-size: 11px;
    padding-top: 20px;
    border: 0;
    border-top: 1px solid #CCC;
    background: #fff;
    margin-bottom: 0;
}

.footer_copy .text-center {
	background: transparent;
	width: 100%;
	font-size: 11px;
	max-width: 1170px;
	display: block;
	float: none;
	margin: 0 auto;
	padding: 0 15px;
}

.footer_copy .text-center .col-md-12 span {
	color: #CCC;
	margin: 0px 5px;
}

.footer_copy .text-center .col-md-12 p.copyright {
    font-size: 10px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 300;
}

.lighting-list .col-wrap {
    padding: 0;
}
.lighting-list .sm {
	font-size: 0.9em;
}

@media screen and (min-width:992px) {
	.lighting-list > .col-md-7 {
		width: 60%;
	}
	.lighting-list > .col-md-5 {
		width: 40%;
	}
	.lighting-list > .col-md-3 {
		width: 20%;
	}
	.lighting-list .col-md-2 {
		width: 20%;
	}
	.lighting-list .table > thead > tr > th,
	.lighting-list .table > tbody > tr > th,
	.lighting-list .table > tfoot > tr > th,
	.lighting-list .table > thead > tr > td,
	.lighting-list .table > tbody > tr > td,
	.lighting-list .table > tfoot > tr > td {
		font-size: 12px;
	}
}
.lighting-list .table > thead > tr > th,
.lighting-list .table > tbody > tr > th,
.lighting-list .table > tfoot > tr > th,
.lighting-list .table > thead > tr > td,
.lighting-list .table > tbody > tr > td,
.lighting-list .table > tfoot > tr > td {
	padding: 0px;
	word-break: normal;
	font-weight:300;
}
/* .lighting-list img {
	max-height: 210px;
	overflow: hidden;
}
@media screen and (min-width: 992px) {
	.lighting-list img {
		max-height: 100px;
		overflow: hidden;
	}	
} */
.lighting-list .history {
	margin-top: 10px;
}

.lighting-list .history tr {
	border-bottom: 1px solid #EEE;
}

.work-process.lighting-list .history tr {
	border-bottom: 0;
}

.lighting-list .history tr td {
	padding: 5px 0 !important;
	line-height: 1.2;
	letter-spacing: -0.05em;
}

.lighting-list .history tr th {
    font-weight: 500;
    color: #313131;
}

.work-process img {
	max-height: none;
}

#content .work-process p.title {
    font-weight: 500;
    font-size: 18px;
}

.work-process p.title > span {
	font-weight: normal;
	font-size: 0.75px;
	display: block;
}

.work-process .history .table td {
	line-height: 1.5;
	padding: 10px 0;
	padding-bottom: 5px;
}

.work-process .history .table td > span {
	color: #AAA;
	margin-bottom: 5px;
	display: block;
	padding-bottom: 10px;
	font-weight: 300;
}

.work-process .history .table tbody > tr:last-child > td > span {
	border-bottom: 1px solid #EEE;
}

.tos-wrapper .tos-caption {
	bottom: 180px;
}

/* blog 게시판 */
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 200px;
    border: none;
    box-shadow: none;
}
.dhb-txt-box-type-b-text-layout h4 strong a {
    font-size: 12px;
}
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}
.dhb-txt-box-type-b-text-layout .label-danger {
    display: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden>a>img:hover {
    opacity: 0.5;
}

.dh-view-box>.row>.dh-view-info{
	display:none;
}
.dh-view-box>.row>.page-header>h4 {
    font-family: "Noto Sans KR", "Malgun gothic" !important;
}
.dh-view-box>.row>.page-header {
    border-top: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
}
.dh-view-box .btn-group .btn {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
}
.dh-view-box .btn-group .btnDelete i {
    color: #e20000;
}
.dh-view-box .btn-group .btnEdit i {
    color: #135ebd;
}

/* 로그인 */
.login-layout .panel {
    border: none;
    box-shadow: none;
}
.login-layout .form-control {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #999;
    border-radius: 0px;
}
.login-layout .btn-warning {
    background: transparent;
    color: #313131;
    text-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    border-color: #888888;
}
.login-layout .btn-warning:hover, .login-layout .btn-warning:focus {
    background: #313131;
    border-color: #313131;
    color: #fff;
}

/*2016-11-28 added*/
.bbs-blog-view-layout+.row {
	max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 50px;
}

/* 2017-03-08 added*/
#content[name="license"] > div.col-md-3 { margin-bottom: 15px; }

/* 2018-03-12 added */
#content.organization {
	padding-top: 100px;
	padding-bottom: 100px;
}

.new-org-items h4 {
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    margin: 0 0 2px;
}

.new-org-items p {
    font-size: 16px;
    margin: 0 0 20px;
}

.new-org-items ul {
    padding-left: 0;
    margin: 0 0 20px;
	border-left: 1px solid #DEDEDE;
    padding-left: 15px;
}

.new-org-items ul li {
    list-style: none;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px;
}

.new-org-items ul li span {
    display: block;
    font-size: 12px;
    letter-spacing: -0.03em;
    color: #818181;
    line-height: 1.2;
}

@media (min-width: 768px) {
	.text-bbs14 .dhb-txt-box-type-b {
		width: 50%;
	}
}

.dh-board > .form-group.form-inline {
	padding-left: 15px;
	padding-right: 15px;
}

.text-bbs14 .dh-board {
	margin-top: 50px;
}

@media(max-width:767px){
	.navbar-brand img	{
		height:65px;
	}
	.navbar-toggle{
		top:10px;
	}
	.topmarginLay_a{
		height:80px!important;
	}
	.container.container_slide{
		display:none;
	}
	.mobile-main {
		padding: 0 25px;
	}
	.mobile-main h1 {
		margin: 35px 0 30px 5px;
		font-size: 30px;
		font-weight: 300;
		font-family: 'Martel', serif;
		color: #111;
		letter-spacing: -0.03em;
	}
	.mobile-main img {
		margin-bottom: 30px;
	}
	.mobile-main  p {
		margin-bottom: 25px;
		font-size: 13px;
		text-align: center;
	}
	.mobile-main p.en {
		color: #999;
	}
	/* .mobile-main{
		position:relative;
		height:calc(100vh - 100px);
		padding:0 30px;
		background:url(/skin/img/main/mobile-main-bg.jpg) no-repeat center / cover;
	} */
	/* .mobile-main img{
		position: relative;
	    top: 50%;
	    transform: translateY(-50%);
		
	} */
	.intro-html-layout > div{
		padding:0;
	}
	#content[name='ceo'] .ceo-name {
		margin-top: 30px;
	}
}