@charset "utf-8";

@import url('bootstrap.min.css');
@import url('reset.css');
@import url('font.css');
@import url('fontawesome-all.css');
@import url('main-nav.css');
@import url('vertica-nav.css');
@import url('common.css');

/* service-wrap */
.service-wrap>div {
	color: #fff;
	padding:0;
}
.service-wrap > div:nth-child(1) {background-color: #323335;}
.service-wrap > div:nth-child(2) {background-color: #3396d6;}
.service-wrap > div:nth-child(3) {background-color: #38b703;}
.service-wrap dl {
	text-align: left;
	padding: 30px 40px;
}
.service-wrap dl dt {
	font-size: 24px;
	font-weight: 500;
}
.service-wrap dl dd {
	position: relative;
	height: 95px;
}
.service-wrap dl dd p {
	text-align: left;
	margin: 20px 0;
}
.service-wrap dl dd a {
	position: absolute; bottom: 0; left: 0;
	color: #fff;
	font-size: 14px;
}
.service-wrap .img-area {
	position: relative;
	width: 100%;
	/*height: auto;*/
	height: 250px;
	margin-top: 0;
	overflow: hidden;
}
.service-wrap .img-area img {
	position: absolute; top: 0; bottom: 0; left:0; right: 0;
	width: 120%;
	height: auto;
	margin: auto;
}
/* 1200px 이하일때 img-area안 img width 100% */
@media (max-width: 1200px) {
	.service-wrap .img-area {
		height: 190px;
	}
}
@media (max-width: 1750px) {
	.service-wrap dl dd {
		height: 110px;
	}
}
@media (max-width: 1300px) {
	.service-wrap dl dd {
		height: 140px;
	}
}
@media (max-width: 991px) {
	.service-wrap dl dd {
		height: auto;
		padding-bottom: 30px;
	}
}
/* panel-dark */
.panel-dark .panel {
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-radius: 0;
	background-color: transparent;
}
.panel-dark .panel-title a {
	display: inline-block;
	width:100%;
	color: #fff;
	font-size: 17px;
	line-height: 34px;
}
.panel-dark .panel-title a:hover,
.panel-dark .panel-title a:focus {
	text-decoration: none;
}
.panel-dark .panel-title a .num {
	float: left;
	color: #0a88ee;
	font-size: 32px;
	margin-right: 10px;
	line-height: 34px;
}
.panel-dark .panel-collapse>.panel-body {
	color: #ccc;
	font-size: 15px;
	padding: 20px 15px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* panel-dark [+][-] icon */
.panel-dark .panel-title > a{
	position: relative;
}
.panel-dark .panel-title > a:after,
.panel-dark .panel-title > a:before {
	content: "";
	position: absolute; right: 5px; top: 15px;
	z-index: 5;
	display: block;
	width: 14px;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.panel-dark .panel-title > a.collapsed:after {
	right: 5px; top: 15px;
	width: 14px;
	height: 2px;
	background: #eee;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.panel-dark .panel-title > a.collapsed:before {
	right: 11px; top: 9px;
	height: 14px;
	width: 2px;
	background: #eee;
}


/* box-list */
.box-list>li {
	margin-bottom: 30px;
}
.box-list>li dl {
	height: 250px;
	background: #fff;
	text-align: center;
	padding: 30px 40px 20px;
	border-radius: 2px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.10);
}
.box-list>li dl dt {
	position: relative;
	padding-top:80px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}
.box-list>li dl dd {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 24px;
}

/* feature-list icon */
.feature-list > li {
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.feature-list > li > dl {
	margin: 0 15px;
}

.feature-list > li > dl dt {
	display: table-cell;
	width: 100%;
	height: 80px;
	line-height: 24px;
	vertical-align: middle;
	padding-left: 80px;
}
.feature-list > li > dl dt .icon-area {
	left: 0;
	background: url(../img/iconSet-03.png) no-repeat;
}
.feature-list > li:nth-child(1) .icon-area {background-position: 0 0;}
.feature-list > li:nth-child(2) .icon-area {background-position: -70px 0;}
.feature-list > li:nth-child(3) .icon-area {background-position: -140px 0;}
.feature-list > li:nth-child(4) .icon-area {background-position: -210px 0;}
.feature-list > li dl dd {
	min-height: 96px;
}
@media (max-width: 1200px) {
	.feature-list {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.feature-list > li {
		width: 100%;
	}
	.feature-list > li > dl dd {
		min-height: auto;
	}
}

/* topIcon icon */
.topIcon-list {
	display: inline-block;
}
.topIcon-list > li {
	margin-top: 30px;
}
.topIcon-list > li > dl dt {
	padding-top: 90px;
	margin-bottom: 10px;
}
.topIcon-list > li dl dt .icon-area {
	left: 0;
}
.why-iconSet > li dl dt .icon-area {
	background: url(../img/iconSet-02.png) no-repeat;
}
.analysis-iconSet > li dl dt .icon-area {
	background: url(../img/iconSet-04.png) no-repeat;
}
.premium-iconSet > li dl dt .icon-area {
	background: url(../img/iconSet-05.png) no-repeat;
}
.topIcon-list > li:nth-child(1) .icon-area {background-position: 0 0;}
.topIcon-list > li:nth-child(2) .icon-area {background-position: -70px 0;}
.topIcon-list > li:nth-child(3) .icon-area {background-position: -140px 0;}
.topIcon-list > li:nth-child(4) .icon-area {background-position: -210px 0;}
.topIcon-list > li > dl dd {
	min-height: 72px;
}
.topIcon-list.bg-dark > li > dl dt {
	color: #fff;
}
.topIcon-list.bg-dark > li > dl dd {
	color: #ccc;
}
@media (max-width: 767px) {
	.topIcon-list > li > dl dd {
		min-height: auto;
	}
}

/* box-list icon */
.box-list > li > dl dt .icon-area {
	left: 50%;
	margin-left: -35px;
	background: url(../img/iconSet-01.png)  no-repeat;
}
.box-list > li:nth-child(1) .icon-area {background-position: 0 0;}
.box-list > li:nth-child(2) .icon-area {background-position: -70px 0;}
.box-list > li:nth-child(3) .icon-area {background-position: -140px 0;}
.box-list > li:nth-child(4) .icon-area {background-position: -210px 0;}
.box-list > li:nth-child(5) .icon-area {background-position: 0 -70px;}
.box-list > li:nth-child(6) .icon-area {background-position: -70px -70px;}
.box-list > li:nth-child(7) .icon-area {background-position: -140px -70px;}
.box-list > li:nth-child(8) .icon-area {background-position: -210px -70px;}
.box-list > li:nth-child(9) .icon-area {background-position: 0 -140px;}
.box-list > li:nth-child(10) .icon-area {background-position: -70px -140px;}
.box-list > li:nth-child(11) .icon-area {background-position: -140px -140px;}
.box-list > li:nth-child(12) .icon-area {background-position: -210px -140px;}


/* .carousel-common.carousel-news {margin:0;} */
.carousel-news .carousel-inner {padding-bottom: 0;}
.carousel-news .item {padding: 5px 5px 0 5px;}
.news-list .thumbnail {
	padding: 0px;
	border: none;
	border-radius: 0;
	box-shadow: .0 0 6px 0 rgba(0,0,0,.10);
}
.news-list .thumbnail .img-area {
	position: relative;
	width: 100%;
	height: 160px;
	margin-top: 0;
	overflow: hidden;
	background-color: #eee;
}
.news-list .thumbnail .img-area img {
	position: absolute; left: 0; right: 0; top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height:auto;
}
@media (max-width: 1200px) {
	.news-list .thumbnail .img-area {
		width: 100%;
		height: 143px;
	}
}
.news-list .thumbnail .label {
	padding: 4px 14px;
	border-radius: 30px;
}
.news-list .thumbnail .caption {
	padding: 15px 25px 15px;
}
.news-list .thumbnail .caption .tit,
.news-list .thumbnail .caption .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
.news-list .thumbnail .caption .tit {
	margin: 10px 0 10px;
	-webkit-line-clamp: 2;
	height: 46px;
}
.news-list .thumbnail .caption .tit a {
	color: #333;
	font-size: 17px;
	font-weight: 600;
}
.news-list .thumbnail .caption .txt {
	color: #777;
	font-size: 14px;
	text-align: left;
	-webkit-line-clamp: 3;
	height: 60px;
}


/* partner-list */
.partner-list {
	padding: 5px;
}
.partner-list li{
	width: 25%;
	float: left;
	overflow: hidden;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.partner-list li>dl {
	padding: 10px 15px 6px;
	/*background: #f9f9f9;*/
	border: 1px solid #ddd;
}
.partner-list li>dl>dt {
	padding-bottom: 6px;
}
.partner-list li>dl>dt img{
	min-height: 50px;
}
.partner-list li>dl>dd {
	padding-top: 6px;
	border-top: 1px solid #ddd;
}
@media (max-width: 768px) {
	.partner-list li {
		width: 50%;
	}
	.partner-list li>dl>dt img{
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.partner-list li {
		width: 33.3333%;
	}
}

/* chartIcon-list */
.chartIcon-list {
	display:inline-block;
	width:100%;
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	margin-top:0px!important;
}
.chartIcon-list li {
	position:relative;
	float:left;
	width:10%;
	text-align: center;
	padding:20px;
	border-right:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fff;
}
@media (max-width: 768px) {
	.chartIcon-list li {
		width:33.3333%;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.chartIcon-list li {
		width:20%;
	}
}
.chartIcon-list li .chart-hover {
		position: absolute; top:-1px; bottom:-1px; left:-1px; right:-1px;
		opacity: 0;
		-webkit-transition: all ease 0.5s;
		-moz-transition: all ease 0.5s;
		-ms-transition: all ease 0.5s;
		-o-transition: all ease 0.5s;
		transition: all ease 0.5s;
		background: rgba(00, 00, 00, 0.8);
		color:#fff;
		line-height:18px;
		display:flex;
		flex-direction:column;
		justify-content:center;
}
.chartIcon-list li .chart-hover:hover {
		opacity: 1;
}





/* sample-list */

.sample-list {
	display:block;
}
.sample-list li.sample-item {
	margin-bottom:40px;
}
.sample-list li:last-child {
	margin-bottom:none;
}
.sample-list .img-responsive {
	width: 100%;
}
.sample-list .sample-item .img-link {
	position: relative;
	display: block;
	max-width: 500px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	/* border:1px solid #ddd;
	border-bottom:none;*/
	-webkit-box-shadow:0 0 6px rgba(0, 0, 0, .25);
	-moz-box-shadow:0 0 6px rgba(0, 0, 0, .25);
	-ms-box-shadow:0 0 6px rgba(0, 0, 0, .25);
	-o-box-shadow:0 0 6px rgba(0, 0, 0, .25);
	box-shadow:0 0 6px rgba(0, 0, 0, .25);
}
@media (max-width: 767px) {
	.sample-list .sample-item .img-link {
		height: 200px;
	}
}
@media (min-width: 768px) and (max-width: 1200px){
	.sample-list .sample-item .img-link {
		height: 300px;
	}
}
.sample-list .sample-item .img-link img {
	width:100%;
}
.sample-list .sample-item .img-link .img-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	background: rgba(30, 30, 30, 0.5);
}
.sample-list .sample-item .img-link .img-hover:hover {
	opacity: 1;
}
.sample-list .sample-item .img-link .img-hover .img-hover-content {
	position: absolute; top:50%; left:50%;
	display:inline-block;
	width:68px;
	height:68px;
	border-radius:50%;
	text-align: center;
	padding:20px 15px;
	margin:-34px 0 0 -34px;
	background-color:#fff;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
	-webkit-box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.07);
	-moz-box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.07);
	-ms-box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.07);
	-o-box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.07);
	box-shadow:0 0 15px 1px rgba(0, 0, 0, 0.07);
}
.sample-list .sample-item .img-link .img-hover .img-hover-content .glyphicon {
	color: #0a88ee;
	font-size: 26px;
}
.sample-list .sample-item .img-link .img-hover .img-hover-content:hover {
	background-color: #0a88ee;
}
.sample-list .sample-item .img-link .img-hover .img-hover-content:hover .glyphicon {
	color:#fff;
}
.sample-list .sample-item .sample-caption {
	max-width: 400px;
	text-align: center;
	/* padding: 25px; */
	margin: 15px auto 0;
	/*border:1px solid #ddd;
	border-top:1px solid #eee;
	background-color:#fff;*/
}



.row-tabpanel-wrap {
	position: relative;
	height: 350px;
	padding-left:250px;
}
.row-tabs {
	position: absolute; left: 0;
	width: 250px;
	height: 100%;
	background-color: #1e242c;
}
.row-tabs>li {
	height: 25%;
	border-bottom: 1px solid #111;
	text-align: center;
}
.row-tabs>li:last-child {
	border-bottom: none;
}
.row-tabs>li a {
	display: block;
	height: 100%;
	padding: 30px 0;
}
.row-tabs>li a:hover {
	background-color: transparent;
}
.row-tabs>li.active,
.row-tabs>li.active a:focus,
.row-tabs>li.active a:hover {
	background-color: #0b88ee;
}
.row-tabs>li a,
.row-tabs>li.active a {
	color: #fff;
}
.row-tabs>li.active a {
	position: relative;
}
.row-tabs>li.active a:after {
	position: absolute; top: 0; bottom: 0; right: -15px;
	content: '';
	width: 0;
	height: 100%;
	border-top: 43px solid transparent;
	border-bottom: 43px solid transparent;
	border-right: 15px solid none;
	border-left: 15px solid #0b88ee;
}
.row-tabpanel-wrap>.tab-content {
	height: 100%;
	padding: 15px 25px 15px 35px;
	border: 1px solid #e1e1e1;
	background-color: #fafafa;
}
.row-tabpanel-wrap .tab-content .sort-text dt {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.row-tabpanel-wrap .tab-content .sort-text dd {
	font-size: 14px;
}
.row-tabpanel-wrap .tab-content .sample-chart {
	position: relative;
	padding-bottom: 35px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
}
.row-tabpanel-wrap .tab-content .sample-chart span {
	position: absolute; bottom: 0; left: 0; right: 0;
	/*width: 150px;*/
	color: #777;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	padding: 3px 10px;
	/*margin-left: -75px;*/
	border-top: 1px solid #eee;
	/*border-radius: 30px;*/
	/*background: #eee;*/
}
.sample-chart img {
	width: 100%;
}

@media (max-width: 991px) {
	.row-tabpanel-wrap {
		position: relative;
		min-height: 350px;
		height: auto;
		padding-left: 0;
		padding-top: 60px;
	}
	.row-tabs {
		top: 0;
		width: 100%;
		height: auto;
	}
	.row-tabs>li {
		float:left;
		width: 25%;
		height: 60px;
		border-right: 1px solid #111;
		border-bottom: none;
		text-align: center;
	}
	.row-tabs>li a {
		padding: 20px 0;
	}
	.row-tabs>li.active a:after {
		content: none;
	}
}

/* stepImg-area */
ul.list-row li.list-item-type1 .item-wrap {
	/*border:1px solid #e1e1e1;*/
	/*background:#F8F8F8;*/
}
ul.list-row li.list-item-type1 .img-area {  /*border:1px solid red;*/
	width:100%;
	/*border-bottom:1px solid #e1e1e1;*/
	background: url(../images/cont-bg7.png) repeat;
}
ul.list-row li.list-item-type1 .img-area>img { /*border:1px solid blue;*/
	width:100%;
	vertical-align:top;
}
ul.list-row li.list-item-type1 .img-area .icon { /*border:1px solid blue;*/
	display:inline-block;
	width:170px;
	height:170px;
	margin:20px 0;
	background:url(../images/cont-icon-01.png) 0 0 no-repeat;
}



/* carousel-common */
.carousel-common {
	margin: 0 55px;
}
.carousel-common .carousel-indicators {
	width: auto;
	padding: 0;
	margin: 0;
}
.carousel-common .carousel-indicators li {
	border:none;
}
.carousel-common .carousel-inner .img-area {
	/*padding: 0 15px;*/
	margin-top: 0!important;
}
.carousel-common .carousel-inner .img-area img{
	width: 100%;
}
.carousel-common .carousel-control,
.carousel-top .carousel-control {
	top: 50%; bottom: inherit;
	display: inline-block;
	width: 40px;
	height: 73px;
	margin: -36px;
	background-image: none;
	background: url(../img/carousel-control.png) no-repeat;
}
.carousel .carousel-control.left {
	background-position: 0 0;
}
.carousel .carousel-control.right {
	background-position: -40px 0;
}
.carousel-common .carousel-control.left {
	left: -20px;
}
.carousel-common .carousel-control.right {
	right: -20px;
}
.carousel-common .carousel-caption { /* border: 1px solid red; */
	position: relative; top: 50%; right: auto; bottom: auto; left: auto;
	width: 100%;
	color: #333;
	text-shadow: none;
	margin: 0;
}
.carousel-common .carousel-caption .tit {
	position: relative;
	color: #333;
	font-size: 24px;
	margin: 0;
}
.carousel-common .carousel-caption p {

}
.carousel-common .carousel-caption dl {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin-top: 15px;
}
.carousel-common .carousel-caption dl dt {
	height: 100%;
	margin-bottom: 8px;
}
.carousel-common .carousel-caption dl dt .label {
	display: inline-block;
	width: 80px;
	font-weight: 400;
}

/* carousel-top */
.carousel-top {
	max-width: 1915px;
	margin: 0 auto;
}
.carousel-top .carousel-inner {

}
.carousel-top .carousel-inner .item {
	height: 525px;
	text-align: center;
	background-color: #061d3c;
}
.carousel-top .carousel-inner .item.top-item-01 {
	background: url(../img/datacuration-img-06.jpg) center center no-repeat;
}
.carousel-top .carousel-inner .item.top-item-02 {
	background: url(../img/datacuration-img-02.jpg) center center no-repeat;
}
.carousel-top .carousel-inner .item.top-item-03 {
	background: url(../img/datacuration-img-04.jpg) center center no-repeat;
}
.carousel-top .carousel-inner .item.top-item-04 {
	background: url(../img/datacuration-img-03.jpg) center center no-repeat;
}
.carousel-top .carousel-caption {
	position: absolute; left: 20%; right: 20%;
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 60px;
	text-align: center;
	text-shadow: none;
	margin: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel-top .carousel-caption .tit span {
	display: block;
}
.carousel-top .carousel-control.left {
	left: 150px;
}
.carousel-top .carousel-control.right {
	right: 150px;
}
@media (max-width: 1200px) {
	/* carousel-top */
	.carousel-top .carousel-caption {
		left: 20%; right: 20%;
		font-size: 36px;
		line-height: 56px;
	}
	.carousel-top .carousel-caption .tit span {
		display: inline;
	}
	.carousel-top .carousel-control.left {
		left: 15%;
	}
	.carousel-top .carousel-control.right {
		right: 15%;
	}
}
@media (max-width: 992px) {
	/* carousel-common */
	.carousel-common .carousel-caption {
		top: 0;
	}
}
@media (max-width: 767px) {
	/* carousel-common */
	.carousel-common .carousel-caption .tit,
	.carousel-common .carousel-caption dl {
		text-align: center;
	}
	.carousel-common .carousel-caption .style-dot li {
		background: none;
	}

	/* carousel-top */
	.carousel-top .carousel-caption {
		font-size: 32px;
		line-height: 52px;
	}
}

/* indicator-dot */
.indicator-dot {
	bottom:-40px; left:0; right:0;
}
.indicator-dot li {
	border: none;
	background-color: #ccc;
}
.indicator-dot li.active {
	position: relative; top: -3px;
	width: 50px;
	height: 6px;
	background-color: #0a88ee;
}

/* indicator-icon */
.indicator-icon {
	top:-80px; bottom:inherit; left:0; right:0;
}
.indicator-icon li {
	display:inline-block;
	width:110px!important;
	height:60px!important;
	text-indent:inherit;
	margin:0px 5px!important;
}
.indicator-icon li div {
	margin-bottom:7px;
}
.indicator-icon li div i {
	color: #b1b1b1;
	font-size: 24px;
	transform: none;
}
.indicator-icon li>span {
	font-size: 14px;
	padding: 2px 10px;
	border-radius: 30px;
}
.indicator-icon li.active,
.indicator-icon li.active div i {
	color: #0b88ee;
	background: none;
}
.indicator-icon li.active>span {
	color: #fff;
	background: #0b88ee;
}
@media (max-width: 992px) {
	.indicator-icon {
		top:-60px;
	}
	.indicator-icon li {
		width:40px!important;
	}
	.indicator-icon li>span {
		display: none;
	}
}
@media (max-width: 767px) {
	.indicator-icon li {
		width:23px!important;
	}
}

/* cont-slide */
.cont-slide {
	padding-top: 80px;
}


/* contact-list */
.contact-list {
	border-top: 1px solid #e5e5e5;
}
.contact-list li {
	border-bottom: 1px solid #e5e5e5;
	padding: 35px 0;
}
.contact-list li dl {
	position: relative;
	padding-left: 110px;
}
.contact-list li dl:after {
	content: '';
	position: absolute; top: 0; left: 0;
	width:90px;
	height: 78px;
	background: url(../img/contact-icon-01.png) 0 0 no-repeat;
}
.contact-list li dl.ct-partner:after {
	background-position: 0 0;
}
.contact-list li dl.ct-service:after {
	background-position: -90px 0px;
}
.contact-list li dl dt {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.contact-list li dl dd {
	font-size: 20px;
}

.example-list {

}
.example-list>li .box-wrap {
	padding: 30px 30px 15px;
	margin-bottom: 30px;
	border-top: 3px solid #0b88ee;
	background-color: #fff;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.05);
}
.example-caption {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.example-caption .thumbnail {
	position: relative;
	float: left;
	overflow: hidden;
	width: 150px;
	height: 100px;
	padding: 0;
	margin-right: 15px;
	margin-bottom: 0;
	border-radius: 0;
	background-color: #ddd;
}
.example-caption .thumbnail img {
	position: absolute; top: 0; bottom: 0; left: 0; right: 0;
	/*max-width: 100%;*/
	height: 100%;
	margin: auto;

}
.example-caption dl {
	float: left;
	margin-top: 12px;
}
.example-caption dl dt {
	font-size: 17px !important;
	margin-bottom: 6px;
}
.example-caption dl dd {

}
.logo-list {
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	border-top: 1px dashed #ddd;
}
.logo-list>li {
	float: left;
	width: 33.3333%;
	text-align: center;
}
.logo-list>li img {
	width: 80%;
}

.premiumSetp-list dl dt span {
	margin: 0 0 6px 0!important;
}
.premiumSetp-list .step-img {
	display: inline-block;
	width: 200px;
	height: 150px;
	text-align: center;
	background: url(../img/iconSet-step01.png) no-repeat;
}
.premiumSetp-list .step-img.step1 {
	background-position: 0 0;
}
.premiumSetp-list .step-img.step2 {
	background-position: -200px 0;
}
.premiumSetp-list .step-img.step3 {
	background-position: -400px 0;
}

/* num-list */
.num-list {
	margin-top: 20px;
}
.num-list li {
	position: relative;
	color: #555;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	background: #f3f7fb;
}
.num-list li .num {
	position: absolute; top: 0;
	width: 60px;
	height: 100%;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 54px;
	background: #0b88ee;
}
.num-list li {
	text-align: left;
	padding-left: 80px;
	padding-right: 15px;
}
.num-list li .num {
	left: 0;
}
/* .num-list li:nth-child(even) {
	text-align: right;
	padding-left: 15px;
	padding-right: 80px;
}
.num-list li:nth-child(even) .num {
	right: 0;
}
.num-list li .num:after {
	content:'';
	position:absolute; top:50%;
	width:0;
	height:0;
	border-style:solid;
	border-width:10px 15px;
	margin-top:-10px;
}
.num-list li .num:after {
	right:-25px;
	border-color:transparent transparent transparent #0b88ee;
}
.num-list li:nth-child(even) .num:after {
	left:-25px;
	border-color:transparent #0b88ee transparent transparent;
}
*/

/* banner-link */
.banner-link {
	text-align: center;
}
.banner-link p {
	color: #fff;
	font-size: 22px;
	line-height: 34px;
}
/*.banner-link p {
	font-size: 24px;
	line-height: 40px;
}*/
.banner-link ul {
	margin-bottom: 25px;
}
.banner-link ul li {
	margin-top:25px;
}
.banner-link ul li .box-wrap {
	display: inline-block;
	width: 100%;
	height: 120px;
	padding: 20px;
	border: 2px solid #eee;
	/*border-top: 3px solid #fff;*/
	/*background-color: #09a2fe;*/
}
.banner-link ul li span {
	display: block;
	color: #fff;
}
.banner-text-dl {
	min-height: 274px;
	color: #fff;
	padding: 30px 10px;
	margin-bottom: 25px;
	border: 2px solid #fff;
	/*border-radius: 60px;*/
}
.banner-text-dl dt {
	font-size: 18px;
	line-height: 30px;
}
.banner-text-dl dt strong {
	display: block;
	font-size: 19px;
	font-weight: 600;
}
.banner-text-dl dd {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
}
.banner-link .btn-area {
	margin-top: 25px;
}
@media (max-width: 991px) {
	.banner-link ul li .box-wrap {
		height: auto;
	}
}

/* education-list */
.education-list {
	display: inline-block;
	width: 100%;
	/*height: 290px;*/
	border: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.education-list>li {
	position: relative;
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	border-right: 1px solid #ddd;
}
.education-list>li:last-child {
	border-right: none;
}
.education-list>li:after {
	content: '';
	position: absolute; top: 50%; right: -23px;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	border-radius: 50%;
	background: #0a88ee url(../img/icon-plus.png) center center no-repeat;
}
.education-list>li:last-child:after {
	content: none;
}
.education-list > li > dl {
	padding: 15px 30px;
}
.education-list > li > dl > dt{
	margin-bottom: 15px;
}
.education-list > li > dl > dd {
}
.education-list > li > dl > dd li {
	height: 93px;
	vertical-align: middle;
	padding: 10px 0;
	border-top: 1px dotted #ddd;
}
.education-list > li > dl span {
	display: block;
}
.education-list>li .style-dot {
	text-align: left;
}
@media (max-width: 1200px) {
	.education-list > li > dl > dd li {
		height: 120px;
	}
	.education-list > li > dl dd span {
		display: inline;
	}
}
@media (max-width: 767px) {
	.education-list {
		height: auto;
		padding: 0;
	}
	.education-list>li {
		/*border: 1px solid red;*/
		width: 100%;
		padding: 30px 0 20px;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.education-list>li:last-child {
		border-bottom: none;
	}
	.education-list>li:after {
		top: auto; bottom: -25px; right: 50%;
		margin-right: -25px;
	}
	.education-list > li > dl > dd li {
		height: auto;
	}
	.education-list > li > dl dt span {
		display: inline;
	}
}

/* ourService-list */
.ourService-list>li {
	padding-top: 40px;
}
.ourService-list dl {
	position: relative;
}
.ourService-list dl dt {
	position: absolute; top: -14px; left: 0; right: 0;
	height:29px;
	color: #fff!important;
	font-size: 14px!important;
	text-align: center;
	font-weight: 400!important;
	line-height: 29px;
	background: url(../img/title_bg01.png) center 0 no-repeat;
}
.ourService-list dl dd {
	height: 270px;
	padding-top: 20px;
	border: 1px solid #ccc;
	background: url(../img/bg-grid.png) 0 0 repeat;
}
.ourService-list .bigO-list {
	display: inline-block;
	width: 100%;
	margin: 25px 0 10px;
}
.ourService-list .bigO-list li {
	float: left;
	width: 33.3333%;
	margin-bottom: 15px;
}
.ourService-list .bigO-list li .brand-img {
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	background: url(../img/bigO-logo.png) 0 0 no-repeat;
}
.ourService-list .bigO-list li .brand-img.discovery {
	background-position: 0 0;
}
.ourService-list .bigO-list li .brand-img.storm {
	background-position: -55px 0;
}
.ourService-list .bigO-list li .brand-img.bluebolt {
	background-position: -110px 0;
}
.ourService-list .bigO-list li .brand-img.tornado {
	background-position: 0 -55px;
}
.ourService-list .bigO-list li .brand-img.rainbow {
	background-position: -55px -55px;
}
.ourService-list .bigO-list li .brand-img.lea {
	background-position: -110px -55px;
}
.ourService-list .bigO-list li .brand-name {
	display: block;
	text-align: center;
}
.ourService-list .datamixi {
	display: block;
	text-align: center;
	margin: 100px 0;
}
.ourService-list .adam-list {
	margin: 25px 0;
}
.ourService-list .adam-list li {
	width: 250px;
	margin: 0px auto 15px 35px;
	
}
@media (max-width: 767px) {
	.table tr th, .table tr td {
		display: block; width: 50%;
	}
}
.section-header h3 .paragraph {
	color: #333;
	font-weight: 500;
	font-size: 39px;
	line-height: 56px;
	padding: 0;
}
@media (min-width: 1200px) {
	.section-header h3 .paragraph {
		display: block;
	}
}
/* @media (min-width: 768px) and (max-width: 991px){
	.section-header h3 .paragraph {
		display: block;
		border: 1px solid red;
	}
	
} */


/* link-box */
.sub-m3 .container {
	position: relative;
}
.sub-m3 .link-box {
	position: absolute; right: 15px; top: 50%;
	width:345px;
	height: 300px;
	padding: 25px 20px 40px;
	margin-top: -140px;
	background: #3674b3;  /* fallback for old browsers */
	background: -webkit-linear-gradient(-45deg, rgba(46,99,148,0.95) 0%, rgba(80,172,222,0.95) 100%); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(-45deg, rgba(46,99,148,0.95) 0%, rgba(80,172,222,0.95) 100%); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.sub-m3 .icon {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../img/link-icon.png) 0 0 no-repeat;
	background-size: 100%;
}
.sub-m3 .link-box h3 {
	color: #fff;
	font-size: 25px;
	line-height: 35px;
	margin-top: 45px;
	margin-bottom: 30px;
	letter-spacing: -1px;
}
.sub-m3 .link-box a {
	position: relative;
	color: #fff;
	font-size: 17px;
	border: 3px solid #fff;
	padding: 7px 14px;
	margin-top: 30px;
}
.sub-m3 .link-box a:hover {
	padding: 7px 45px 7px 14px;
}
.sub-m3 .link-box a:after {
	content: '';
	position: absolute; right: 15px; top: 6px;
	display: block;
	opacity: 0;
	width: 23px;
	height: 23px;
	background: url(../img/link-arrow.png) 0 0 no-repeat;
}
.sub-m3 .link-box a:hover:after {
	opacity: 1;
}
.sub-m3 .link-box a,
.sub-m3 .link-box a:hover,
.sub-m3 .link-box a:after,
.sub-m3 .link-box a:hover:after {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

