@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
html {
	overflow-x: hidden;
	overflow-y: scroll;
}
.body-layout {
    overflow-x: hidden;
    background-color: #fff;
    padding-top: 136px;
}

/* 폰트 설정 */

.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;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 28px 0 !important;
}

.navbar-inverse .navbar-brand img {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
    padding: 42px 28px 40px;
    font-size: 20px;
    color: #444;
    font-weight: 400;
    letter-spacing: -0.06em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
	.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li:hover>a, .navbar-inverse .navbar-nav>li:focus>a, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #000;
    position: relative;
}
	.navbar-inverse .navbar-nav>li>a:hover:before, .navbar-inverse .navbar-nav>li>a:focus:before, .navbar-inverse .navbar-nav>li:hover>a:before, .navbar-inverse .navbar-nav>li:focus>a:before {
        content: "";
        background: #494e8c;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -2.5px;
    }
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
    background: #6590ca;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px 6px;
    left: 0;
    right: auto;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border: none;
    min-width: 180px;
}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #efefef;
    padding: 14px 20px;
    margin: 1px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    letter-spacing: -0.04em;
}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none !important;
    background-color: #7faad5;
}
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
	padding: 0 0 15px;
	margin: 0 0 15px;
	border-bottom: 1px solid #c6c6c6;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.06em;
}
.intro-boardbox .page-header h4 .btn {
	padding: 0;
	margin: 5px 0 0;
	color: #aaa;
	line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 5px 0px 5px;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

/* //메인 페이지 설정 끝 */

.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;
}

/* personal setting 0.35v */

/* layout */

.mt-20 {
	margin-top: 20px!important;
}

.mt-30 {
	margin-top: 30px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mt-80 {
	margin-top: 80px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mb-30 {
	margin-bottom: 30px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.ml-30 {
	margin-left: 30px!important;
}

.ml-40 {
	margin-left: 40px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.mr-30 {
	margin-right: 30px!important;
}

.mr-40 {
	margin-right: 40px!important;
}

.mg-0 {
	margin: 0!important;
}

.pd-0 {
	padding: 0!important;
}

/* img */

@media(min-width:768px) {
	.max-90 {
		width: 90%!important;
		margin: 0 auto;
		display: block;
	}
}

.img-bordered {
	border: 1px solid #ddd;
}

/* align */

.absolute-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	margin: 0;
}

.horizontal-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0;
	margin: 0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center!important;
	vertical-align: middle!important;
}

/* font */

.font-12 {
	font-size: 12px!important;
}

.font-14 {
	font-size: 14px!important;
}

.font-16 {
	font-size: 16px!important;
}

.font-18 {
	font-size: 18px!important;
}

.font-20 {
	font-size: 20px!important;
}

.font-22 {
	font-size: 22px!important;
}

.text-bold {
	font-weight: bold!important;
}

/*list style*/

.li-none>li {
	list-style: none!important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc!important;
	margin-left: 20px;
}

.li-circle>li {
	list-style: circle!important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square!important;
	margin-left: 20px;
}

.li-dash>li {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

.process-li:after {
	content: '';
	display: block;
	clear: both;
}

.process-li>li {
	position: relative;
	float: left;
	width: 18%;
	height: 50px;
	line-height: 42px;
	border-radius: 50px;
	border: 4px solid #555;
	margin: 5px 1%;
	text-align: center;
	font-size: 16px;
}

.process-li>li:after {
	content: '\f059';
	font-family: 'fontawesome';
	font-size: 30px;
	color: #bbb;
	position: absolute;
	right: -25px;
	top: 50%;
	transform: translatey(-50%);
}

.process-li>li:last-child:after {
	display: none;
}
.location-li {
    margin: 20px 0 0;
    border-top: 2px solid #1c226f;
}
.location-li li {
    padding: 16px 14px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    border-bottom: 1px solid #dedede;
}
.location-li .fa {
    color: #1c226f;
	margin-right: 10px;
}

/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    border-radius: 4px;
    min-height: max-content;
    overflow: hidden;
}
.column-2 {
	padding: 15px;
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
	border: 1px solid #ccc;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	border: 2px solid #ccc;
}

.quote-box p:last-of-type {
	margin: 0!important;
	font-size: 16px;
	line-height: 2;
}

p.quote {
	margin: 30px 0;
	font-size: 26px;
	font-weight: 300;
	color: #555;
	line-height: 1.2;
}

p.quote span {
	font-weight: 500;
}

/* custom setting */

.container_contents,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

ul,
dl,
ol {
	padding: 0;
}

.body-layout {
	overflow-x: hidden;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}
.table {
    margin: 0 0 20px !important;
    border: none !important;
    border-top: 2px solid #1c226f !important;
    border-bottom: 1px solid #ccc !important;
}
.table tr th, .table tr td {
    padding: 16px 14px !important;
    border: none !important;
    border-bottom: 1px solid #dedede !important;
    color: #666;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table tr th {
    color: #222;
    font-weight: 500;
    text-align: center;
    vertical-align: middle!important;
}
.table thead tr th {
	background: #f8f8f8;
    font-size: 15px;
}
.table .highlight {
    color: #6590ca;
    background: #f8f8f8;
}

.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:center;
	font-size:16px!important;
}
.dhb-txt-box-type-b-text-layout h4:before{
	display:none;
}
#gallery .dh-attach,
.dhb-txt-box-type-b-text-layout .txt-box-footer,
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row{
	display: none;
}
/* personal setting 0.35v end */
a {
	color: #666;
}
a:hover, a:focus {
    color: #1c226f;
}
/* navigation setting */
.menu-top {
    width: 100%;
    height: 32px;
    background: #7faad5;
}
.top-li {
    margin-bottom: 0;
    float: right;
    text-align: center;
}
.top-li:after {
	content: '';
	display: block;
	clear: both;
}
.top-li li {
    float: left;
    width: 100px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.top-li li:last-child {
	border-right: none;
}
.top-li li button, .top-li li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #efefef;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-decoration: none;
    background: none;
}
.top-li li button {
    padding: 0;
    border: none;
    box-shadow: none;
}
.top-li li button.active {
    color: #fff;
    font-weight: 500;
}

.carousel-caption {
	margin: 0;
	padding: 0;
	top: 50%;
	bottom: auto;
	transform: translatey(-50%);
	text-align: left;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-caption h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -0.06em;
    color: #fff;
}
.carousel-caption h2 span {
    display: block;
    margin-bottom: 14px;
    color: #b7b9d1;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.carousel-caption p {
	margin: 25px 0 0;
	font-size: 14px;
	font-weight: 300;
	color: #ddd;
	letter-spacing: -0.02em;
}

.carousel-caption .des-title {
	padding: 2px 12px;
	margin-bottom: 8px;
	display: inline-block;
	background: #b7b9d1;
	color: #5072a0;
	font-size: 14px;
	font-weight: 600;
	border-radius: 50px;
}

.carousel-caption .des {
	display: block;
}

.carousel-indicators {
	margin: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.carousel-indicators li {
	width: 60px;
	height: 12px;
	margin: 0;
}

.carousel-indicators .active {
	width: 60px;
	height: 12px;
	margin: 0;
}

.carousel-control.left {
	background: url(/skin/img/slide/arrow_prev.png) no-repeat center 50%;
}

.carousel-control.right {
	background: url(/skin/img/slide/arrow_next.png) no-repeat center 50%;
}

.carousel-control .glyphicon {
	display: none;
}

/* main content */
.main-content .title h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 40px;
    color: #222;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    text-transform: uppercase;
}
.main-content .title h3:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -20px;
	background: #333;
}
.main-content .title p {
    margin: 0;
    color: #666;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.04em;
}

.main-product {
    padding: 80px 0;
    background: #f8f8f8;
}
.m-product-box a {
    display: block;
    text-align: center;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
    border-radius: 4px !important;
    overflow: hidden;
}
.m-product-box a:hover {
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.m-product-box .img-box {
    position: relative;
    background: #7faad5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.m-product-box a img {
	transition: all .3s ease;
}

.m-product-box a:hover img {
	opacity: 0.2;
}
.m-product-box .more {
    color: #fff;
    font-size: 34px;
    margin-top: 20px;
    opacity: 0;
    transition: all .3s ease;
}

.m-product-box a:hover .more {
	opacity: 1;
}
.m-product-box h4 {
    margin: 0;
    padding: 14px 0;
    background: #6590ca;
    color: #efefef;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.06em;
    transition: all .3s ease;
}
.m-product-box a:hover h4 {
    background: #6590ca;
    color: #fff;
    border-color: transparent;
}
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 0 100px;
}

.intro-boardbox .label-danger {
	padding: 2px 4px!important;
	position: relative;
	top: 7px;
}

.intro-boardbox-type-bbs .label-danger {
	top: 0;
}

.dh-front-blog>.col-md-4>.thumbnail {
	position: relative;
	min-height: 0;
	margin: 0;
	border: none;
}

.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 180px;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 4px !important;
    overflow: hidden !important;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(101, 144, 202, 0.8);
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dh-front-blog>.col-md-4>.thumbnail:hover .caption, .dh-front-blog>.col-md-4>.thumbnail:focus .caption {
    background: #7faad5;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 14px 16px !important;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: -0.04em;
}

@media(min-width:768px) {
	.intro-boardbox,
	.dh-front-blog .col-md-4 {
		width: 50%;
	}
}

/* footer setting */
.footer_copy > div {
    padding: 40px 15px 60px;
    background: #dedede;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    letter-spacing: -0.02em;
}
/* subpage setting */
.subpage .pageheader {
    width: 100%;
    height: 260px;
    background: #ccc url(/skin/img/sub/subTop.jpg) no-repeat;
    background-size: cover;
}

.pageheader .container {
	position: relative;
	height: 100%;
}
.pageheader h2 {
    margin: auto;
    padding: 106px 0;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-align: center;
}
.subpage .title {
	text-align: center;
}
.subpage .title h3 {
    position: relative;
    margin: 0 0 24px;
    padding: 24px 0 0;
    color: #222;
    font-size: 34px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage .title h3:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #494e8c;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
}
.subpage .title .breadcrumb {
    margin: 0 0 40px;
    padding: 0;
    color: #888;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1;
    background: none;
}
.subpage .title .breadcrumb > .active {
    color: #494e8c;
    font-weight: 600;
}
.snb {
    display: inline-block;
    padding: 0;
    margin: 0 0 40px;
}
.snb:after {
	content: '';
	display: block;
	clear: both;
}
.snb li {
    float: left;
    width: 140px;
    margin: 0 2px;
}
.snb li a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    background: #efefef;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    border-radius: 4px;
    text-decoration: none;
}
.snb li.active a, .snb li a:hover {
    background: #6590ca;
    color: #fff;
}
.subpage-content {
    padding-top: 60px;
    padding-bottom: 100px;
}
.subpage-content h4 {
    margin: 0 0 20px;
    font-size: 26px;
    color: #494e8c;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.subpage-content h5 {
    margin: 0 0 14px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content h5:before{
	content:'';
	display:inline-block;
	width:16px;
	height:16px;
	border-radius:50%;
	margin-right:10px;
	border:5px solid #6590ca;
	vertical-align:middle;
}

/* subpage about */
.history-table{
	border-top:none!important;
    border-bottom:none!important;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:15px 25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc!important;
	font-size:22px;
	color:#6590ca;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #6590ca;
	border-radius:50%;
	background:#fff;
}
#about04 .vision-wrap, #about04 .managing-policy, #about04 .object {
    margin-bottom: 60px;
}
.object p {
    color: #222;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.object .card {
    padding: 40px 0;
    background: #e5ebf4;
    text-align: center;
    border: none;
}
.object .card p {
    margin: 0;
    color: #444;
    font-size: 16px;
    font-weight: 500;
}
.object .card p span {
    display: block;
    font-size: 36px;
    font-weight: 600;
    color: #6590ca;
}
.quality-policy h5 {
    margin-top: 40px;
}

/* subpage business */
.business01-diagram p {
    background: #efefef;
    border-radius: 4px;
    text-align: center;
    padding: 0;
    margin: 0;
    min-height: 70px;
    line-height: 70px;
    color: #222;
}
.business01-diagram .big-title {
    background: #1c226f;
    color: #fff;
}
.business01-diagram .sub-title {
    background: #6590ca;
    color: #fff;
}
#business02 .section2 .table {
    margin-top: 40px !important;
}
.process .card:after,
.business01-diagram .col-sm-3:after{
	content:'\f054';
	font-family:'fontawesome';
	font-size:20px;
	color:#ccc;
	position:absolute;
	right:-10px;
	top:50%;
	transform:translatey(-50%);
}
.process .card:after{
	right:-25px;
}
.process .col-sm-4:last-child .card:after{
	display:none;
}
.business01-diagram .col-sm-6:after{
	content:'';
	display:block;
	clear:both;
}
.business01-diagram .col-sm-6 p{
	float:left;
	width:48%;
	margin:0 1% 10px;
}
.business01-application .card {
    min-height: 80px;
}
.business01-application p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
    color: #222;
    line-height: 1.4;
}

#business02 .section1 {
    margin-bottom: 60px;
}
.process .card{
	padding:0;
}
.process .card h5 {
    background: #1c226f;
    padding: 16px 20px;
    margin: 0 0 20px;
    color: #fff;
    font-weight: 400;
}
.process .card h5:before{
	display:none;
}
.process .card p {
    margin: 20px;
    color: #222;
    font-size: 15px;
    font-weight: 500;
}
.cert p {
    margin: 14px 0 60px;
    color: #222;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}
.cert p span {
    color: #1c226f;
    font-weight: 600;
}

/* subpage product */
.product01-se1 ul, .product02-se1 ul, .product03-se1 ul {
    margin: 40px 0 0;
}
.product01-se1 li, .product02-se1 li, .product03-se1 li {
    color: #222;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    padding: 8px 0;
    line-height: 1;
}
.product01-se1 li .numbering, .product02-se1 li .numbering, .product03-se1 li .numbering {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #494e8c;
    border-radius: 100%;
    margin-right: 8px;
    padding: 6px 0 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
}

.table-hover {
    margin: 0 0 60px !important;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    border-radius: 4px;
}
.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;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin: 14px 0 24px !important;
}
.dhb-txt-box-type-b-text-layout a {
    color: #444;
    font-size: 16px;
    font-weight: 500;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #1c226f;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0 14px;
}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
    padding: 20px 0;
    color: #222;
    font-size: 22px;
    font-weight: 500;
}
.info-li > li{
    margin-bottom:10px;
    font-size:15px;
}
.info-li span{
    display:inline-block;
    margin-right:10px;
    padding:4px 0;
    width:100px;
    border-radius:4px;
    text-align:center;
    color:#fff;
    font-weight:500;
    background:#6590ca;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
#about02 .history-wrap h4{
    position:relative;
    display:inline-block;
    margin-bottom:0;
    padding:10px 30px;
    color:#fff;
    background:#494e8c;
}
#about02 .history-wrap h4:after{
    content:'';
    position:absolute;
    left:100%;
    top:0;
    display:block;
    width:46px;
    height:46px;
    border-bottom:46px solid #494e8c;
    border-right:46px solid transparent;
}
.history-wrap li{
    margin-bottom:10px;
    font-size:18px;
}
.circle-wrap{
    width:1000px;
    max-width:100%;
    margin:30px auto 0;
}
.circle-wrap .circle{
    position:relative;
    margin:0 auto;
    width:200px;
    height:200px;
    border-radius:50%;
    background: #6590ca;
}
.circle-wrap .circle p {
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:80%;
    font-size:20px;
    font-weight:500;
    line-height:1.3;
    color:#fff;
    text-align:center;
}
.equipment-wrap .left-con img{
    float:left;
    width:33.33%;
    padding:5px;
    
}