@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
html{overflow-x: hidden; overflow-y: scroll;}
body{-ms-word-break: normal;word-break: break-word;}
* {font-family: 'Noto Sans KR', 'Noto Sans', "나눔고딕", "NanumGothic", 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans KR', 'Noto Sans', "나눔고딕", "NanumGothic", 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

.navbar-inverse {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 100%);
	background-repeat: repeat-x;
}
.navbar {
	border-bottom: 5px solid #316a97 !important;
}
.navbar .divider-vertical {
	border-right: 0px solid #FFF;
	border-left: 0px solid #F2F2F2;
}
.navbar-inverse .navbar-nav > li > a{color:#000;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #22B8BC;
	background-color: transparent;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}

.flexslider {
	margin: 0px 0px 20px;
	background: none repeat scroll 0% 0% #FFF;
	border: 0px solid #FFF;
	position: relative;
	border-radius: 0px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0);
}
.container .jumbotron {
	border-radius: 0px;
	margin-bottom: 1em;
}
.intro-jumbo{
	text-align:center;background-color: #FFF;
	margin-bottom: 0px;
    /* background-image: url(/skin/img/page/phone.jpg); */
    background-image: url(/skin/img/page/main02_xx.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	padding:0px !important;
	background-position: center;
}
.intro-jumbo h3 {
	font-weight:bold;
	z-index:2;
	position: relative;
	color: #fff;
	margin-top: -200px;
	font-size: 35px;
	line-height:2;
}
.intro-jumbo p{font-size:13px;}

.intro-box{
	background-size:cover;
	text-align:center;
	padding:15px 0;
}
.intro-box h4{
	font-weight:bold !important;
	color:#fff !important;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.intro-box p{padding:8px; color:#fff; font-size:12px;background:#333;}
.introBox1{background-image: url('/skin/img/page/main01.png');}
.introBox2{background-image: url('/skin/img/page/main02.png');}
.introBox3{background-image: url('/skin/img/page/main03.png');}
.p-title{
	background-color: #EDEDED;
	padding: 25px;
	background-image: url('/skin/img/small_steps.png');
}
.p-title h3{font-weight:bold;}
.p-title span{background:#333;padding:5px;color:#fff;}
.p1-1{text-align:center;padding:25px;}
.p1-1 p{font-weight:bold;font-size:18px;}

.img100{width:100%;}

.p2-1
.p2-1-title{font-size:16px; font-weight:bold; background:#ededed;padding:8px;}

.navbar-dh5 {
	background: #FFFFFF !important;
	margin: 0px 0px 15px !important;
}
.footer-social-layout {display: none;}
/*================================ Basic CSS ===============================================*/

/*상단 메뉴 설정 시작*/
.navbar-inverse{
 background:#FFFFFF;	 /*배경 색*/
 border-color:#FFFFFF;		 /*테두리 색*/
 padding:0px 0px 0px 0px;	  /*내부 여백*/
 margin:0px 0px 0px 0px;	   /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
 padding-top: 10px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
 background-color:none;	   /*배경 색*/
 color:#676666;				/*텍스트 색*/
 font-size:14px;			   /*텍스트 크기*/
 padding:15px 15px 15px 15px;  /*내부 여백*/
 margin:0px 0px 0px 0px;	   /*외부 여백*/
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a{
 background-color:#ffffff;	 /*배경 색*/
 color:#000;				/*텍스트 색*/
 padding:0px 0px 0px 0px;	  /*내부 여백*/
 margin:3px 20px 3px 20px;	   /*외부 여백*/
 font-size:14px;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center{
 background-color:#111111;	 /*배경 색*/
 color:#999999;				/*텍스트 색*/
 font-size:14px;			   /*텍스트 크기*/
 padding:10px 0px 10px 0px;	  /*내부 여백*/
 margin:20px 0px 0px 0px;	   /*외부 여백*/
 text-align:center;			/*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
.flex-caption span.intro-title{
 background:#333;		/*배경 색*/
 color:#ffffff;				/*텍스트 색*/
 font-size:36px;			   /*텍스트 크기*/
 padding:3px;	  /*내부 여백*/
 margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
 background:#333;		/*배경 색*/
 color:#ffffff;				/*텍스트 색*/
 font-size:14px;			   /*텍스트 크기*/
 padding:3px;	  /*내부 여백*/
 margin:10px 10px 10px 10px;   /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/


/*================================ Basic CSS ===============================================*/
/* custom */
.page-title {
	border-bottom: 1px solid #555;
	margin-bottom: 2em;
	padding-bottom: 13px;
}
.th-border{
	border : 100px;
}
.th-color {
	background-color: #F9F9F9;
}
.th-color > p {
	margin: 0px;
}
.cap-icon {
	width: 30px;
	height: 43px;
	background-color: #14B3B7;
}
.inline {
	display:inline-block;
}
.ver-bottom {
	vertical-align:bottom;
}
.default-padding {
	padding: 0px;
}
.nav {
	margin-top:3em;
}
.navbar-toggle {
	margin-top: 45px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #EDEDED;
}
.page-content .sub-title{
	text-align:left;
}
.sub-title {
	margin-bottom: 1em;
}
.sub-title2 {
	text-align:left;
}
.page-img {
	margin-bottom: 2em;
}
.ba-logo {
	width:50%;
}
.ba-box {
	text-align: center;
	color: #555;
	background-image: linear-gradient(0deg, #EEEEEE, #FDFDFD);
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	border-radius: 21px;
	font-weight: bold;
}
.info2 {
	background-image: linear-gradient(0deg, #00759C, #5BB0CC);
	color:#fff;
}
.default-margin {
	margin:0px;
}
@media (max-width:500px) {
	.ba-logo {
		width:100%;
	}
}
.ba-box2 {
	color: #FFF;
	width: 190px;
	height: 190px;
	background-image: linear-gradient(0deg, #1280A5, #75E9EC);
	padding: 81px 20px 10px 20px;
	font-size: 16px;
	border-radius: 94px;
	font-weight: bold;
	margin: 0 auto;
}
.section {
	margin-bottom: 2em;
}
.thumbnail {
	box-shadow: 12px 12px 40px #ddd;
}
.job-box {
	vertical-align: middle;
	text-align: center;
	width: 18%;
	height: 55px;
	background-image: linear-gradient(0deg, #00759C, #5BB0CC);
	color: #fff;
	font-size: 14px;
	padding: 8px 5px 5px 5px;
	margin-left: 1em;
}
@media (max-width:1200px) {
	.job-box {
		margin-left: 1em;
	}
}
@media (max-width:540px) {
	.job-box {
		margin-left: 1em;
		display:block;
		width:50%;
		margin:0 auto;
	}
}
.bx-wrapper {
	width:100% !important;
}
.bx-window {
	width:100% !important;
}
.intro-widgetbox .page-header {
	display: none;
}
.intro-widgetbox .video-container {
	margin-top: 33px;
}
.word7 {
	color: #00759C;
	font-weight: bold;
	font-size:35px;
}
.word8 {
	color: #00759C;
	font-weight: bold;
	font-size:35px;
}
.word9 {
	color: #00759C;
	font-weight: bold;
	font-size:35px;
}
.products-boxes {
	height: 360px;
	background-image: linear-gradient(56deg, #00759C, #5BB0CC);
	color: #fff;
}
.cover {
	width:100%;
	height:350px;
	background-color: #000;
	opacity:0.3;
	position: relative;
	z-index:1;
}
@media (max-width:410px) {
	.intro-jumbo h3 {
		font-size: 30px;
	}
}
.keyword-box {
	background-image: url(/skin/img/page/keyword.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}
.box-cover {
	background-color: #fff;
	opacity:0.3;
}
.magic-title {
	font-size: 32px;
	background-color: #fff;
	color: #22B7BB;
	padding: 10px;
	display: inline-block;
}
.tab-content-inner {
	margin-top: 15px;
}
#culture .table > thead > tr > th,
#culture .table > tbody > tr > th,
#culture .table > tfoot > tr > th,
#culture .table > thead > tr > td,
#culture .table > tbody > tr > td,
#culture .table > tfoot > tr > td {
	padding: 5px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 0px solid #DDD;
}
#culture .table a {
	color: inherit;
}
.profile-section-top {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 3px solid #C13B2B;
}
.slogan-inner {
	margin-top: 255px;
}
.slogan-inner > p {
	font-size: 24px;
	font-weight: 600;
}
.highlight {
	color: #C13B2B;
}
#culture .position p {
	font-size: 18px;
}
#culture .profile-title {
	color: #C13B2B;
	font-size: 16px;
	margin-top: 25px;
}
#culture .profile-list {
	padding-left: 0px;
	list-style-type: none;
}
#culture .profile-list > li {
	font-size: 16px;
	margin-bottom: 5px;
}
#culture .year-bottom {
	margin-bottom: 15px;
}
.tlt {
	margin-top: 75px;
}
.thumb-hidden {
	box-shadow:none;
	border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	max-height: 157px !important;
	min-height: 139px !important;
	height: auto !important;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
	height: 230px;
}

.bbs-blog2-index-layout .dh-board  .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4{
	text-align: center;
}

.intro-box1 {
	padding-top: 28px;
	background-image: url(/skin/img/page/main01.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90px;
	background-position: center;
}
.intro-box2 {
	padding-top: 28px;
	background-image: url(/skin/img/page/main02.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90px;
	background-position: center;
}
.intro-box3 {
	padding-top: 28px;
	background-image: url(/skin/img/page/main03.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90px;
	background-position: center;
}
.box-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.padding-0 {
	padding:0px;
}
.inline {
	display:inline-block;
}
.key-img {
	margin-bottom: 46px;
}
.regdate {
	display:none;
}
.writer {
	display:none;
}
.hits {
	display:none;
}
.dh-attach {
	width: 70%;
}
.profile-table tbody tr th,
.profile-table tbody tr td {
	vertical-align: middle;
	word-break: normal;
}
.ul-padding {
	padding-left: 18px;
}
.thumb-hidden>a>img {
	height: 157px;
}
.center-block{
	margin-top: 10px;
	margin-bottom: 10px;
}

.cert-box ol {
    padding-left: 20px;
}

.cert-box li {
    line-height: 26px;
}

.cert-box li[data-image] {
    cursor: pointer;
    text-decoration: underline;
}

.cert-box li[data-image]:hover,
.cert-box li[data-image]:focus {
    color: #0E4D4E;@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
html{overflow-x: hidden; overflow-y: scroll;}
body{-ms-word-break: normal;word-break: break-word;}
* {font-family: 'Noto Sans KR', 'Noto Sans', "나눔고딕", "NanumGothic", 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans KR', 'Noto Sans', "나눔고딕", "NanumGothic", 'Apple SD Gothic Neo Medium', "맑은 고딕", 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

.navbar-inverse {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0px, rgba(0,0,0,0) 100%);
	background-repeat: repeat-x;
}
.navbar {
	border-bottom: 5px solid #316a97 !important;
}
.navbar .divider-vertical {
	border-right: 0px solid #FFF;
	border-left: 0px solid #F2F2F2;
}
.navbar-inverse .navbar-nav > li > a{color:#000;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #22B8BC;
	background-color: transparent;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0);
}

.flexslider {
	margin: 0px 0px 20px;
	background: none repeat scroll 0% 0% #FFF;
	border: 0px solid #FFF;
	position: relative;
	border-radius: 0px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0);
}
.container .jumbotron {
	border-radius: 0px;
	margin-bottom: 1em;
}
.intro-jumbo{
	text-align:center;background-color: #FFF;
	margin-bottom: 0px;
	background-image: url(/skin/img/page/phone.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 350px;
	padding:0px !important;
	background-position: center;
}
.intro-jumbo h3 {
	font-weight:bold;
	z-index:2;
	position: relative;
	color: #fff;
	margin-top: -200px;
	font-size: 35px;
	line-height:2;
}
.intro-jumbo p{font-size:13px;}

.intro-box{
	background-size:cover;
	text-align:center;
	padding:15px 0;
}
.intro-box h4{
	font-weight:bold !important;
	color:#fff !important;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}
.intro-box p{padding:8px; color:#fff; font-size:12px;background:#333;}
.introBox1{background-image: url('/skin/img/page/main01.png');}
.introBox2{background-image: url('/skin/img/page/main02.png');}
.introBox3{background-image: url('/skin/img/page/main03.png');}
.p-title{
	background-color: #EDEDED;
	padding: 25px;
	background-image: url('/skin/img/small_steps.png');
}
.p-title h3{font-weight:bold;}
.p-title span{background:#333;padding:5px;color:#fff;}
.p1-1{text-align:center;padding:25px;}
.p1-1 p{font-weight:bold;font-size:18px;}

.img100{width:100%;}

.p2-1
.p2-1-title{font-size:16px; font-weight:bold; background:#ededed;padding:8px;}

.navbar-dh5 {
	background: #FFFFFF !important;
	margin: 0px 0px 15px !important;
}
.footer-social-layout {display: none;}
/*================================ Basic CSS ===============================================*/

/*상단 메뉴 설정 시작*/
.navbar-inverse{
 background:#FFFFFF;	 /*배경 색*/
 border-color:#FFFFFF;		 /*테두리 색*/
 padding:0px 0px 0px 0px;	  /*내부 여백*/
 margin:0px 0px 0px 0px;	   /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
 padding-top: 10px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
 background-color:none;	   /*배경 색*/
 color:#676666;				/*텍스트 색*/
 font-size:14px;			   /*텍스트 크기*/
 padding:15px 15px 15px 15px;  /*내부 여백*/
 margin:0px 0px 0px 0px;	   /*외부 여백*/
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu > li > a{
 background-color:#ffffff;	 /*배경 색*/
 color:#000;				/*텍스트 색*/
 padding:0px 0px 0px 0px;	  /*내부 여백*/
 margin:3px 20px 3px 20px;	   /*외부 여백*/
 font-size:14px;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center{
 background-color:#111111;	 /*배경 색*/
 color:#999999;				/*텍스트 색*/
 font-size:14px;			   /*텍스트 크기*/
 padding:10px 0px 10px 0px;	  /*내부 여백*/
 margin:20px 0px 0px 0px;	   /*외부 여백*/
 text-align:center;			/*텍스트 정렬*/
}
/* 하단 카피라이트 설정 끝*/

/*인트로 텍스트 설정 시작*/
.flex-caption span.intro-title{
 background:#333;		/*배경 색*/
 color:#ffffff;				/*텍스트 색*/
 font-size:36px;			   /*텍스트 크기*/
 padding:3px;	  /*내부 여백*/
 margin:10px 10px 10px 10px;   /*외부 여백*/
}
.flex-caption span.intro-text{
 background:#333;		/*배경 색*/
 color:#ffffff;				/*텍스트 색*/
 font-size:14px;			   /*텍스트 크기*/
 padding:3px;	  /*내부 여백*/
 margin:10px 10px 10px 10px;   /*외부 여백*/
}
/*인트로 텍스트 설정 끝*/


/*================================ Basic CSS ===============================================*/
/* custom */
.page-title {
	border-bottom: 1px solid #555;
	margin-bottom: 2em;
	padding-bottom: 13px;
}
.th-border{
	border : 100px;
}
.th-color {
	background-color: #F9F9F9;
}
.th-color > p {
	margin: 0px;
}
.cap-icon {
	width: 30px;
	height: 43px;
	background-color: #14B3B7;
}
.inline {
	display:inline-block;
}
.ver-bottom {
	vertical-align:bottom;
}
.default-padding {
	padding: 0px;
}
.nav {
	margin-top:3em;
}
.navbar-toggle {
	margin-top: 45px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #EDEDED;
}
.page-content .sub-title{
	text-align:left;
}
.sub-title {
	margin-bottom: 1em;
}
.sub-title2 {
	text-align:left;
}
.page-img {
	margin-bottom: 2em;
}
.ba-logo {
	width:50%;
}
.ba-box {
	text-align: center;
	color: #555;
	background-image: linear-gradient(0deg, #EEEEEE, #FDFDFD);
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	border-radius: 21px;
	font-weight: bold;
}
.info2 {
	background-image: linear-gradient(0deg, #00759C, #5BB0CC);
	color:#fff;
}
.default-margin {
	margin:0px;
}
@media (max-width:500px) {
	.ba-logo {
		width:100%;
	}
}
.ba-box2 {
	color: #FFF;
	width: 190px;
	height: 190px;
	background-image: linear-gradient(0deg, #1280A5, #75E9EC);
	padding: 81px 20px 10px 20px;
	font-size: 16px;
	border-radius: 94px;
	font-weight: bold;
	margin: 0 auto;
}
.section {
	margin-bottom: 2em;
}
.thumbnail {
	box-shadow: 12px 12px 40px #ddd;
}
.job-box {
	vertical-align: middle;
	text-align: center;
	width: 18%;
	height: 55px;
	background-image: linear-gradient(0deg, #00759C, #5BB0CC);
	color: #fff;
	font-size: 14px;
	padding: 8px 5px 5px 5px;
	margin-left: 1em;
}
@media (max-width:1200px) {
	.job-box {
		margin-left: 1em;
	}
}
@media (max-width:540px) {
	.job-box {
		margin-left: 1em;
		display:block;
		width:50%;
		margin:0 auto;
	}
}
.bx-wrapper {
	width:100% !important;
}
.bx-window {
	width:100% !important;
}
.intro-widgetbox .page-header {
	display: none;
}
.intro-widgetbox .video-container {
	margin-top: 33px;
}
.word7 {
	color: #00759C;
	font-weight: bold;
	font-size:35px;
}
.word8 {
	color: #00759C;
	font-weight: bold;
	font-size:35px;
}
.word9 {
	color: #00759C;
	font-weight: bold;
	font-size:35px;
}
.products-boxes {
	height: 360px;
	background-image: linear-gradient(56deg, #00759C, #5BB0CC);
	color: #fff;
}
.cover {
	width:100%;
	height:350px;
	background-color: #000;
	opacity:0.3;
	position: relative;
	z-index:1;
}
@media (max-width:410px) {
	.intro-jumbo h3 {
		font-size: 30px;
	}
}
.keyword-box {
	background-image: url(/skin/img/page/keyword.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
}
.box-cover {
	background-color: #fff;
	opacity:0.3;
}
.magic-title {
	font-size: 32px;
	background-color: #fff;
	color: #22B7BB;
	padding: 10px;
	display: inline-block;
}
.tab-content-inner {
	margin-top: 15px;
}
#culture .table > thead > tr > th,
#culture .table > tbody > tr > th,
#culture .table > tfoot > tr > th,
#culture .table > thead > tr > td,
#culture .table > tbody > tr > td,
#culture .table > tfoot > tr > td {
	padding: 5px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 0px solid #DDD;
}
#culture .table a {
	color: inherit;
}
.profile-section-top {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 3px solid #C13B2B;
}
.slogan-inner {
	margin-top: 255px;
}
.slogan-inner > p {
	font-size: 24px;
	font-weight: 600;
}
.highlight {
	color: #C13B2B;
}
#culture .position p {
	font-size: 18px;
}
#culture .profile-title {
	color: #C13B2B;
	font-size: 16px;
	margin-top: 25px;
}
#culture .profile-list {
	padding-left: 0px;
	list-style-type: none;
}
#culture .profile-list > li {
	font-size: 16px;
	margin-bottom: 5px;
}
#culture .year-bottom {
	margin-bottom: 15px;
}
.tlt {
	margin-top: 75px;
}
.thumb-hidden {
	box-shadow:none;
	border: none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	max-height: 157px !important;
	min-height: 139px !important;
	height: auto !important;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
	height: 230px;
}

.bbs-blog2-index-layout .dh-board  .dhb-txt-box-type-b .dhb-txt-box-type-b-text-layout h4{
	text-align: center;
}

.intro-box1 {
	padding-top: 28px;
	background-image: url(/skin/img/page/main01.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90px;
	background-position: center;
}
.intro-box2 {
	padding-top: 28px;
	background-image: url(/skin/img/page/main02.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90px;
	background-position: center;
}
.intro-box3 {
	padding-top: 28px;
	background-image: url(/skin/img/page/main03.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 90px;
	background-position: center;
}
.box-title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.padding-0 {
	padding:0px;
}
.inline {
	display:inline-block;
}
.key-img {
	margin-bottom: 46px;
}
.regdate {
	display:none;
}
.writer {
	display:none;
}
.hits {
	display:none;
}
.dh-attach {
	width: 70%;
}
.profile-table tbody tr th,
.profile-table tbody tr td {
	vertical-align: middle;
	word-break: normal;
}
.ul-padding {
	padding-left: 18px;
}
.thumb-hidden>a>img {
	height: 157px;
}
.center-block{
	margin-top: 10px;
	margin-bottom: 10px;
}

.cert-box ol {
    padding-left: 20px;
}

.cert-box li {
    line-height: 26px;
}

.cert-box li[data-image] {
    cursor: pointer;
    text-decoration: underline;
}

.cert-box li[data-image]:hover,
.cert-box li[data-image]:focus {
    color: #0E4D4E;
    text-decoration: underline;
}

.cert-box li.active,.cert-box li.active:hover,.cert-box li.active:focus {
    letter-spacing: -0.03em;
    color: #00759C;
    text-decoration: none !important;
    font-weight: bold;
}
.li-none li{
    list-style:none;
}
}

.cert-box li.active,.cert-box li.active:hover,.cert-box li.active:focus {
    letter-spacing: -0.03em;
    color: #00759C;
    text-decoration: none !important;
    font-weight: bold;
}
.li-none li{
    list-style:none;
}