@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,500i,600,600i,700);
@import url(https://fonts.googleapis.com/css?family=Noto Sans KR:100, 200, 300, 400, 500, 500i, 600, 600i, 700);
.mpc_contents {
	width: 1004px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 50px;
	font-family:'Montserrat', 'Noto Sans KR', sans-serif;
}
.mpc_contents_area {
	width:100%;
	float: left;
	padding-bottom: 50px;
	position: relative;
	line-height: 24px;
	font-size: 14px;
}
.mpc_header_area {
	width:1004px;
	margin:0 auto;
}
/*-- main area  --*/
.top_banner {
	background:#f8f8f8;
	margin-top:3em;
}
.top_banner ul {
	width:1004px;
	margin:auto;
}
.top_banner ul:after {
	content:"";
	display:block;
	clear:both;
}
.top_banner ul li {
	float:left;
	width:25%;
}
.top_banner ul li a {
	display:block;
	padding:36px 0;
	text-align:center;
}
.top_banner ul li a .icon {
	display:block;
	width:96px;
	height:96px;
	margin:auto;
	background-position:0 0;
}
.top_banner ul li a:hover .icon {
	background-position:0 100%;
}
.top_banner ul li a .icon1 {
	background:url(../images/index_icon1.png) no-repeat;
}
.top_banner ul li a .icon2 {
	background:url(../images/index_icon2.png) no-repeat;
}
.top_banner ul li a .icon3 {
	background:url(../images/index_icon3.png) no-repeat;
}
.top_banner ul li a .icon4 {
	background:url(../images/index_icon4.png) no-repeat;
}
.top_banner ul li a strong {
	display:block;
	padding:22px 0 12px 0;
	font-weight:bold;
	font-size:19px;
	letter-spacing:-1px;
	color:#222;
}
.top_banner ul li a p {
	padding-bottom:2px;
	font-size:16px;
	line-height:1.5;
	color:#222;
	letter-spacing:-0.1em;
}
.sub-text {color:#3399cc; font-size:13px; line-height:18px;}
h4.text-title {
	color: #333333;
	text-transform: uppercase;
	font-size:36px;
	font-weight:600;
	text-align:center;
}
p.sub-title {color: #999;width:100%;font-size:16px;	margin:1em auto 0;}


.wthree_pvt_title {
	margin-top: 4em;
	margin-bottom: 2em;
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/*margin-right: -15px;
    margin-left: -15px;*/
}

<!------------------------------------------------------------------------------------------------------->
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right:10px;
	padding-left:10px;
}
.col-lg-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-lg-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-lg-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-lg-3 {
	/*-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;*/
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex:1;
	width: 25%;
	margin-left:0;
	margin-right:15px;
}
.col-lg-3:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}

.col-lg-4 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex:1;
	width:33.33333%;
	margin-left:0;
	margin-right:15px;
	margin-bottom:15px;
	overflow:hidden;
	border:0px solid red;
}
.col-lg-4:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}



.img-fluid {max-width: 100%;height:auto;}
.pro-desc {padding: 1em;background: #f4f4f4; }

.img-grid {	margin-bottom:1em;}
.img-grid:hover {
	-webkit-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .3);
	box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .3);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h6.main-title-pro {
	font-size: 18px;
	/*text-transform: uppercase;*/
	
	margin-bottom: 1em;
	color: #46b8da;
	letter-spacing:0px;
	padding-top:16px;
}
.text_center {
	text-align:center;
}
/*-- sub area --*/

#left_area {
	float:left;
	width:190px;
}
#right_area {
	float:left;
	margin-left:18px;
	margin-top:20px;
}
#sidebar-left {
	padding-top:37px;
	width:190px;
}
#main-wrapper {
	background-color:#fff;
	margin-top:30px;
	width:790px
}
#sub-wrapper {
	background-color:#fff;
	margin-top:160px;
	width:790px
}
.main_container {
	width:790px;
	padding: 0;
	border:0px solid red;
}
/*-- table style--*/
.table_st {
	width:100%;
	line-height:24px;
	font-size:12px;
	border-left:1px #CECFCE solid;
	background-color:#fffffff;
}
.table_st th {
	background-color:#3880b2;
	border-right:1px #ffffff solid;
	color:#ffffff;
	text-align:center;
	padding:5px 10px 5px 10px;
	line-height:17px;
}
.table_st td {
	border-bottom:1px #CECFCE solid;
	border-right:1px #CECFCE solid;
	padding:5px 8px 5px 8px;
	text-align:left;
}
.table_st .title {
	font-weight:bold;
	font-size:12px;
	border-top:2px #5a5dca solid;
	color:#1e1e1e;
	padding-top:3px;
	padding-bottom:3px;
	background:#E8E8E8
}
.table_st a {color:#1e1e1e}
.table_st a:hover {color:#5a5dca; font-weight:bold}
.table_st tr:not(.subcap):nth-child(2n) {background-color:#eeeeee;}
<!--------------------------------------------------------------------------------------->
.table_st2 {
	width:100%;
	line-height:24px;
	font-size:12px;	
	background-color:#fffffff;
}
.table_st2 th {
	background-color:#dbf0fb;
	border-right:1px #CECFCE solid;
	border-bottom:1px #CECFCE solid;
	color:#333333;
	text-align:left;
	padding:12px;
	line-height:17px;
}
.table_st2 td {
	border-bottom:1px #CECFCE solid;
	padding:12px;
	text-align:left;
}
.table_st2 .title {
	font-weight:bold;
	font-size:12px;
	border-top:2px #5a5dca solid;
	color:#1e1e1e;
	padding-top:3px;
	padding-bottom:3px;
	background:#E8E8E8
}
.table_st2 a {color:#1e1e1e}
.table_st2 a:hover {color:#5a5dca; font-weight:bold}
.table_st2 tr:not(.subcap):nth-child(2n) {background-color:#eeeeee;}



/*-- sub images --*/
.subVisual-1 {
	width:1004px;
	height:263px;
	text-align: center;
	margin:0;
	padding:0;
	display:block;
	background:url("../images/subimg01.jpg") no-repeat;
	background-size: 100% 100%;
}
.subVisual-2 {
	width:1004px;
	height:263px;
	text-align: center;
	margin:0;
	padding:0;
	display:block;
	background:url("../images/subimg02.jpg") no-repeat;
}
.subVisual-3 {
	width:1004px;
	height:263px;
	text-align: center;
	margin:0;
	padding:0;
	display:block;
	background: url("../images/subimg03.jpg") no-repeat;
	background-size: 100% 100%;
}
.subVisual-4 {
	width:1004px;
	height:263px;
	text-align: center;
	margin:0;
	padding:0;
	display:block;
	background:url("../images/subimg04.jpg") no-repeat;
}
.subVisual-5 {
	width:1004px;
	height:263px;
	text-align: center;
	margin:0;
	padding:0;
	display:block;
	background:url("../images/subimg05.jpg") no-repeat;
	background-size: 100% 100%;
}
.subVisual-6 {
	width:1004px;
	height:263px;
	text-align: center;
	margin:0;
	padding:0;
	display:block;
	background:url("../images/subimg06.jpg") no-repeat;
	background-size: 100% 100%;
}
.svTxtArea {
	position:absolute;
	width:100%;
	top:190px;
	left:0;
	text-align:center;
	font-family:'Montserrat', 'Noto Sans KR', sans-serif;
}
.svTit {
	display:block;
	font-size:36px;
	color:#fff;
	font-weight:bold;
	line-height:1.2;
	/* opacity: 0.7; */
}
.svTit2 {
	font-size:20px;
	padding-top:5px;
}
.svSTit {
	display:block;
	margin-top:15px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	line-height:1.5;
	/* opacity: 0.4; */
}
.sub_point {
	border-bottom:4px solid #fc5521;
	width: 30px;
	margin: 0 auto;
}
.svSTit2 {
	font-size:14px;
	padding-top:5px;
}
.m_contents_rap {
	width:100%;
	float:left;
	padding-bottom:50px;
	position:relative;
	line-height:24px;
	font-size:14px
} /*수리 및 교정 background*/
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	width: 790px;
	height:450px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel img {
	float: left;
}
/*--Paging Styles--*/
.paging {
	/*position: absolute;*/		
	/*z-index: 100; --Assures the paging stays on the top layer--*/
	text-align:right;
	display:none; /*--Hidden by default, will be later shown with jQuery--*/
	border:0px solid red;
	margin-bottom:30px;
}
.paging a {
	text-decoration: none;
	color: #fff;
	border:1px solid #009ee0;
	padding:1px 4px 1px;
}
.paging a.active {
	border: 1px solid #172983;
}
.paging a:hover {
	color:#009ee0;
	background-color:#009ee0;
	border: 1px solid #009ee0;
}
#content-header {
	margin-top:50px;
	margin-bottom:10px;
	/*background-image:url(../images/content-header-bg.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-top:30px;
	position:absolute;
	z-index:9999;*/
	width:700px;
	overflow:hidden;
	border:0px solid red;
}
#content-header.at-top {
	position:fixed;
	top:60px
}
#location {
	font-size:10px;
	color:#009ee0;
	margin-left:0px
}
#location a {
	color:#009ee0;
}
#page_title {
	position:relative;
	top:-1px;
	margin-top:0;
	color:#009ee0;
}
#page_title .title {
	color:#009ee0;
}
.page_subtitle {
	font-size:18px;
}
#sub-main {
	width:728px;
	margin-top:0px;
}
#page-title {
	margin-bottom:50px;
	color:#009ee0;
}
#content #content-main {
	padding-top:0px
}
#content .block-workbench {
	margin-bottom:10px
}
#content .tabs.secondary {
	margin-top:10px
}
.container {
	width:728px;
}
.imgline_co {
	width:80px;
	height:75px;
}
.imgline_hioki_list {
	width:220px;
	height:180px;
}
/* 상세페이지_썸네일 이미지 */
.thumb_area {
	margin-bottom:30px;
}
.thumb_area:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.thumb_box {
	float:left
}
.thumb_box li {
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
}
.thumb_box li img {
	width:80px;
	height:75px;
	border:1px #cccccc solid;
}
.page_text {
	line-height:20px;
}
.slideshow {
	margin-bottom:30px
}
.slideshow .screen {
	overflow:hidden
}
.slideshow .screen .container {
	position:relative;
	height:100%
}
.slideshow .screen .shutter {
	position:relative;
	overflow:visible;
	top:-100%;
	left:100%;
	height:100%;
	width:130%
}
.slideshow .screen .shutter:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.slideshow .screen .shutter .inner {
	height:100%;
	width:100%
}
.slideshow .screen .zoom {
	position:relative;
	left:0;
	top:-100%
}
.slideshow .screen .zoom .zoom-img {
	position:relative
}
.slideshow .thumbs {
	display:block;
	margin-top:10px;
	cursor:pointer
}
.slideshow .thumbs2 {
	position:relative;
	top:-180px;
	display:block;
	cursor:pointer
}
.slideshow .thumbs2:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.slideshow .thumbs2 .thumb2 {
	display:block;
	float:left;
	margin-right:4px;
	border:1px solid;
	border-color:#009ee0;
	overflow:visible
}
.slideshow .thumbs2 .thumb2.selected {
	border-color:#172983;
	cursor:auto
}
.slideshow .thumbs:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.slideshow .thumbs .thumb {
	display:block;
	float:left;
	margin-right:2px;
	border:1px solid;
	border-color:#009ee0;
	overflow:visible
}
.slideshow .thumbs .thumb.selected {
	border-color:#172983;
	cursor:auto
}
.slideshow .thumbs .thumb-empty {
	width:8px;
	height:8px
}
.slideshow .thumbs .thumb-empty:hover {
	background-color:#009ee0
}
.slideshow .thumbs .thumb-empty.selected:hover {
	background-color:inherit
}
.slideshow .thumbs .thumb-img {
	margin-right:6px
}
.slideshow .thumbs .thumb-img:hover {
	border-color:#172983;
	color:#009ee0
}
.slideshow .thumbs .thumb-img .zoom-icon {
	width:100%;
	height:1em;
	overflow:hidden;
	position:relative;
	margin-bottom:-1em
}
.slideshow .thumbs .thumb-img .zoom-icon .inner {
	font-size:.8em;
	padding-right:.1em;
	padding-top:.25em;
	float:right
}
.slideshow .thumbs .thumb-img .zoom-icon:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.zi-ul {
	display:table;
	padding-left:2px
}
.zi-ul li {
	list-style-type:none;
	display:table-row
}
.zi-ul li:before {
	font-family:zisy;
	font-size:.8em;
	content:'\e600';
	display:table-cell;
	text-align:right
}
.normal-ul {
	display:block;
	padding:0
}
.normal-ul li:before {
	content:none
}
.h1 {
	padding:0;
	margin:0 0 12px -3px;
	color:#009ee0;
	font-size:28px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:30px
}
.h2 {
	padding:0;
	margin:15px 0 12px 0;
	color:#172983;
	font-size:22px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:26px
}
h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0px 0 12px 0;
	font-size:14px;
	font-weight:bold;
	text-align:left
}
h2+div>div>h3 {
	margin-top:0
}
.view-news.view-display-id-page .views-row+.views-row {
	margin-top:12px
}
.view-news.view-display-id-page .views-row:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.view-news.view-display-id-page .views-row .views-field-published-at, .view-news.view-display-id-page .views-row .views-field-created {
	float:left
}
.view-news.view-display-id-page .views-row .views-field-title {
	float:right;
	width:506px
}
.view-news.view-display-id-page .views-row .views-field-field-subtitle {
	float:right;
	width:506px
}
.node-zi-newsitem .submitted+.content h3 {
	margin-top:1px
}
.applications-overview tr th {
	padding-top:5px
}
.applications-overview tr td {
	padding-bottom:5px;
	padding-top:5px
}
.applications-overview .dev {
	text-align:center;
	padding-left:3px;
	padding-right:3px
}
.applications-overview .txt {
	padding-left:10px
}
.view-publications .view-filters {
	margin-bottom:30px
}
.node-zi-publication {
	margin-bottom:30px
}
.node-zi-publication h3 {
	margin:0 0 3px 0
}
.node-zi-publication .field-name-field-link, .node-zi-publication .field-name-field-file-attachment {
	margin:5px 0 5px 0
}
.node-zi-publication .field-label {
	font-weight:normal
}
.node-zi-product .slideshow .screen {
	width:598px;
	height:580px
}
.node-zi-product .slideshow {
	margin-top:5px
}
table.product-comparison tr:not(.subcap):nth-child(2n) {
background-color:#f4f4f4
}
table.product-comparison tr td {
	padding-bottom:5px;
	padding-right:5px
}
table.product-comparison tr th {
	padding-bottom:5px;
	padding-right:5px
}
table.product-comparison .title {
	min-width:150px
}
.zi-product--zi-product-options-list {
	margin-bottom:30px
}
.zi-product--zi-product-options-list .image-part {
	float:left;
	width:210px;
	margin-right:10px
}
.zi-product--zi-product-options-list .text-part {
	float:left;
	width:376px
}
.zi-product--zi-product-options-list .text-part h1, .zi-product--zi-product-options-list .text-part h2, .zi-product--zi-product-options-list .text-part h3 {
	margin-top:0
}
.zi-product--zi-product-options-list:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.view-product-resources ul {
	display:block;
	padding:0
}
.view-product-resources ul li:before {
	content:none
}
.view-product-resources li {
	line-height:16px;
	white-space:nowrap
}
.view-product-resources li a {
	padding:0;
	margin-left:18px
}
.view-product-resources li a img.file-icon {
	margin-left:0px
}
img.file-icon {
	margin-right:2px
}
table.product-overview tr td.freq-range {
	border-top:1px solid #009ee0;
	padding:0;
	margin:15px 0 12px 0;
	color:#172983;
	font-size:22px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	line-height:26px;
	color:#009ee0
}
table.product-overview tr td.freq-range.right {
	text-align:right
}
.node-zi-slideshow .slideshow .screen {
	width:600px;
	height:480px;
	padding-left:3px
}
table.specs tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
table.specs-standalone td:first-child {
	width:40%
}
table.specs td {
	padding:8px;
}
.video {
	width:100%;
	position:relative;
	margin-bottom:30px
}
.video img {
	display:block;
	width:100%
}
.video .thumb {
	cursor:pointer
}
.video .play-icon {
	background-image:url(../images/youtube-icon-dark_80.png);
	width:80px;
	height:56px;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%)
}
.video:hover .play-icon {
	background-image:url(../images/youtube-icon-full_color_80.png)
}
.video-player {
	width:100%
}
.node-add-to-cart.form-submit {
	cursor:pointer
}
.field-name-field-shop-product {
	margin-bottom:30px
}
.quick-button, .button.quick-button {
	font-size:12px;
	font-family:AkkuratLight, Arial, Helvetica, sans-serif;
	line-height:18px;
	letter-spacing:-.5px;
	padding:5px 10px 5px;
}
/*table {
	border:0;
	border-spacing:0;
	border-collapse:collapse;	
	width:100%;
	font-size:12px;
	line-heigh:22px;
}
table tbody {
	margin:0;
	padding:0;
	border:0
}
table tr {
	border:0
}
table tr th {
	border:0;
	padding:0 2px 0 0;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	
}

table tr td.subcap {
	font-weight:bold;
	padding-top:12px
}
table tr td.centered {
	text-align:center
}
table.specs tr:not(.subcap):nth-child(2n) {
 background-color:#f9f9f9
}
table.specs-standalone td:first-child {
	width:40%
}
table tr td.subcap {
	font-weight:bold;
	padding-top:13px;
	color:#172983;
}*/
.table-mpc2 {
	text-align:center;
	font-size:11px;
	border-top:1px #CECFCE solid;
	padding:0;
	margin:0;
	border-collapse:collapse;
	box-sizing: border-box;
}
.table-mpc2 th {
	color:#ffffff;
	background-color:#1a9dd8;
	text-align:center;
	padding:0;
	margin:0;
	vertical-align:middle;
	border-bottom:1px #CECFCE solid;
	border-right:1px #CECFCE solid;
}
.table-mpc2 td {
	text-align:center;
	padding:4px;
	border-bottom:1px #CECFCE solid;
	border-right:1px #CECFCE solid;
}
.prod-img-line {
	width:80px;
	text-align:center;
}
.prod-images {
	height:70px;
	text-align:center;
	display:table;
	margin:0 auto;
}
.prod-img-area {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.prod-names {
	font-size:11px;
	color:#333333;
	vertical-align:middle;
}
.spec-info-area {
	font-size:10px;
}
.mpc-spec-info ul {
	text-align:left;
}
.mpc-spec-info li {
	text-align:left;
	padding-left:2px;
	padding-right:2px;
	font-size:10px;
	line-height:0.8;
}
.bold {
	font-weight:bold;
}
.footnote-ref {
	vertical-align:super;
	font-size:.8em
}
.footnotes {
	margin-top:15px;
	margin-left:10px
}
dl.q-and-a {
	margin:0 0 5px 0;
	padding:3px 0 5px 0;
	border-bottom:1px dotted #172983
}
dl.q-and-a.active dt {
	color:#009ee0;
	background-image:url(../images/collapse_out.png)
}
dl.q-and-a.active dt:hover {
	background-image:url(../images/collapse_over.png)
}
dl.q-and-a dt {
	color:#172983;
	background-image:url(../images/expand_out.png);
	padding-left:18px;
	background-repeat:no-repeat;
	background-position:left 3px;
	display:block;
	outline:0;
	cursor:pointer
}
dl.q-and-a dt:hover {
	background-image:url(../images/expand_over.png)
}
dl.q-and-a dd {
	display:none;
	margin:10px 0 15px 0;
	padding:3px 0 3px 18px
}
.mc-row {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-col {
	float:left
}
.mc-col>.mc-box {
	margin-left:8px;
	margin-right:0px;
	min-width:15px;
	border:0px solid red;
	text-align:center;
}
.slides {
	border:1px solid #cccccc;
}
.mc-row1 {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden;
}
.mc-row1:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row1 .mc-col {
/*width:100%*/
}
.mc-row2 {
	margin-left:-8px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	line-height:20px;
}
.mc-row2:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row2 .mc-col {
	width:50%;
}
.mc-row3 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	border:0px solid red;
}
.mc-row3:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row3 .mc-col {
	width:33.33333%;
	border:0px solid red;
}
.mc-row3 .mc-col-w2 {
	width:60% !important
}
.mc-row4 {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row4:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row4 .mc-col {
	width:25%
}
.mc-row4 .mc-col-w2 {
	width:50% !important
}
.mc-row4 .mc-col-w3 {
	width:75% !important
}
.mc-row-2-float-right {
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:15px;
	overflow:hidden
}
.mc-row-2-float-right:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row-2-float-right .mc-col:first-of-type {
	max-width:80%
}
.mc-row-2-float-right .mc-col+.mc-col {
	float:right
}
.mc-row-2-float-left {
	margin-left:-8px;
	margin-right:0px;
	margin-bottom:15px;
	overflow:hidden;
	line-height:20px;
}
.mc-row-2-float-left:after {
	content:" ";
	visibility:hidden;
	display:block;
	height:0;
	clear:both
}
.mc-row-2-float-left .mc-col:first-of-type {
	float:left
}
.mc-row-2-float-left .mc-col+.mc-col {
	max-width:80%
}
table.diagram tr {
	height:100%
}
table.diagram tr td {
	height:100%;
	padding:3px 3px 3px 3px
}
table.diagram tr td .box {
	border:1px solid #009ee0;
	padding:2px 4px 2px 4px;
	height:100%
}
table.diagram tr td .box.parent {
	height:auto;
	border:0;
	padding:0;
	margin:-2px -3px -2px -3px
}
table.diagram tr td.manyline {
	width:40%;
	vertical-align:middle;
	padding:5px 0 0 0
}
table.diagram tr td.manyline .box {
	padding:0;
	border:0;
	border-top:1px dotted #009ee0;
	height:0
}
table.diagram tr.connected .box {
	margin-top:-1px
}
table.diagram tr.connected td {
	padding-bottom:2px
}
table.diagram tr.layer td {
	vertical-align:middle;
	padding:5px 0 0 0
}
table.diagram tr.layer td .box {
	padding:0;
	border:0;
	border-top:1px dashed #172983;
	height:0
}
table.diagram tr.layer th {
	font-weight:normal;
	font-size:9px;
	line-height:9px;
	padding:2px 0 0 2px
}
.odd-even tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
.applications-overview tr th {
	padding-top:5px
}
.applications-overview tr td {
	padding-bottom:5px;
	padding-top:5px;
	color:#009ee0;
}
.applications-overview .dev {
	text-align:center;
	padding-left:3px;
	padding-right:3px
}
.applications-overview .txt {
	padding-left:10px
}
.page-items {
	margin-bottom:30px;
	position:relative;
	color:#172983;
	line-height:15px;
}
.stext {
	font-size:11px;
	height:15px;
}
.stext2 {
	font-size:10px;
	height:11px;
	position:relative;
	top:-8px;
}
h3 .btext {
	font-size:13px;
}
.textformat-list {
	padding-top:7px;
	color:#009ee0;
}
.textformat-list a {
	color:#009ee0;
	font-weight:bold;
}
ul.menu {
	display:block;
	margin:0;
	padding:0
}
ul.menu li:before {
	content:none
}
ul.menu li {
	padding:0;
	margin:0;
	list-style-type:none;
	list-style-image:none;
	white-space:nowrap
}
ul.menu li a.active-trail, ul.menu li a.active {
	color:#172983;
}
ul.menu ul {
	margin-left:20px;
}
.tex2jax ul li {
	list-style-type: square;
	line-height:22px;
	color:#172983;
	margin-left:15px;
}
.tex2jax ul li a {
	color:#009ee0;
}
.item-list {
	position:relative;
	margin-left:-18px;
}
.item-list ul li {
	list-style:none;
	line-height:22px;
}
.text_co_bl {
	color:#009ee0;
}
.text_co_bl2 {
	color:#172983;
}
.text_co_bl3 {
	color:#0099cc;
}
.text_co_gr {
	color:#999999;
}
.main-titles h2, .main-titles h3 {
	margin-top:0
}
.main-titles h3 {
	position:relative;
	top:-13px
}
.pro_title a {
	color:#009ee0;
	font-size:15px;
}
.pro_subtitle {
	line-height:20px;
}
.pro_subtitle a {
	color:#666666;
	font-size:12px;
}
.pro_subtitle a:hover {
	color:#009ee0;
	font-size:12px;
}
.cob_table {
	width:100%;
	line-height:24px;
	font-size:12px;
	border-left:1px #CECFCE solid
}
.cob_table td {
	border-bottom:1px #CECFCE solid;
	border-right:1px #CECFCE solid;
	padding:2px 10px 2px 10px
}
.cob_table .title {
	font-weight:bold;
	font-size:13px;
	background:#ffffff;
	color:#333333;
	padding-top:3px;
	padding-bottom:3px;
	border-top:1px #CECFCE solid;
}
.cob_table .sub_title1 {
	font-weight:bold;
	background:#ffffff;
	color:#1e1e1e;
	font-size:12px
}
 table.cob_table tr:not(.subcap):nth-child(2n) {
 background-color:#f4f4f4;
}
.cob_protitle {
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	background-color:#f4f4f4;
}
.pt5 {
	padding-top:5px;
}
/* FONT */
.fb11 {
	font-size:11px;
}
.fb12 {
	font-size:12px;
}
.fb13 {
	font-size:13px;
}
.fb14 {
	font-size:14px;
	font-weight:bold;
}
.fb16 {
	font-size:16px;
	font-weight:bold;
}
.fb18 {
	font-size:18px;
	font-weight:bold;
}
.fb24 {
	font-size:24px;
	font-weight:bold;
}
.fb30 {
	font-size:30px;
	font-weight:bold;
}
.fb33 {
	font-size:33px;
	font-weight:bold;
}
.fb35 {
	font-size:35px;
	font-weight:bold;
}
/* box-layout */
.boxs_imgs_list {
	float:left;
	width:100%;
	margin:0 auto;
	margin-bottom:6px
}
.boxs_imgs {
	border:1px #d8dde3 solid;
	width:22%;
	margin-right:20px;
	float:left;
	margin-bottom:10px;
	padding-bottom:0.5em;
	padding-top:0.6em
}
.boxs_imgs li {
	text-align:center;
	line-height:14px
}
/* text & align */
.text-center {text-align:center;}
.mpc_sub_txt1 {font-size:15px ; color:#5d5d5d; font-weight:bold; padding-bottom:30px;}
.mpc_subtitle {	font-size:23px;	font-weight: bold;	padding-top: 0px; padding-bottom: 25px; text-transform:uppercase;}
.mpc_subtitle2 {font-size:26px;	font-weight: bold;	padding-top: 30px; padding-bottom: 30px; text-transform:uppercase;}



/* sub_page */

.calibration1 {display: table;	width: 100%; padding-top:50px; padding-bottom:30px;border-bottom:0px solid #ddd; overflow: hidden;}
.calibration1 .tit-round {float:left;width:22%;	margin: 0;	padding:0;	text-align: left;	vertical-align: middle;}
.calibration1 .tit-round span {
	display: inline-block;
	width: 12.9rem;
	padding: 1.2rem 0;
	background-color: #46b8da;
	border-radius: 5rem;
	color: #fff;
	text-align: center;
}

.calibration1 > ul {
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	vertical-align: middle;
	overflow: hidden;
}
.calibration1 > ul > li {
	display: flex;
	display: -webkit-flex;
	width:23%;
	margin: 0 .6%;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-weight:bold;
}
.calibration1 .txt-round > li {
	padding: 1.2rem 0;
	background-color: #e5e7ed;
	border-radius: 5rem;
	color: #4d5777;
	text-align: center;
}

.divTbl {display:table;width: 100%;}
.divTblDesc { padding-bottom:15px; border-bottom: 1px solid #3a7eb1; font-size:14px; font-weight:bold; }
.divTblDesc p {font-size: 15px;}

.divTbl .m_row {display: table-row;	width: 100%;}
.divTbl .cell {display: table-cell;vertical-align: middle;}
.divTblWrap {position: relative; padding-top:40px; padding-bottom:30px; border-bottom:1px dotted #ddd; overflow: hidden;}
.divTblCtg {position: absolute;	top: 0;	left: 0; padding-right: 60px;	}
.divTblCtg .mark {top: 3px;}
.infoTblWrap {padding-left: 230px;}
.infoTbl .cell {padding: 0px 0;	vertical-align: top;}
.infoTbl .row:first-child .cell {padding-top: 0;}
.infoTbl .row:last-child .cell {padding-bottom: 0;}
.infoTbl .cell p {}
.infoTbl .cell p.mrgTop {margin-top: 13px;}
.infoTbl .cell.tit {width: 130px;color:#3a7eb1;}
.infoTbl .cell.tit p {font-weight: 700;}

<!-- 장점 및 경쟁력   -->
.work_category {
		margin: 50px 0;
		height: auto;
		overflow-y: hidden;
		letter-spacing: -1px;
	}
 .work_category > .item {
		margin-bottom: 30px;

	}
 .work_category > .item > div{
		text-align: left;
		border: solid 1px #d6d6d6;
		height: 100%;
		/*background:#f4f4f4;*/
			
	}
 .work_category > .item > div > .pic {
		height: auto;
		overflow-y: hidden;
	}
.work_category > .item > div > .pic > img {
		width: 100%;
	}

.work_category > .item > div > .description {
		padding: 20px 15px;		
	}
 .work_category > .item > div > .description .title {
		line-height:18px;
		font-size:14px;
		font-weight:bold;
		color: #3a7eb1;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: solid 1px #d6d6d6;
		text-align:center;
	}
 .work_category > .item > div > .description .business {
		color: #666;
		line-height: 20px;
		font-size: 14px;
		letter-spacing:-1px; 
	}
 .work_category > .item > div > .description .texts {
	   line-height: 24px; 
	   font-weight: none;
	   letter-spacing:-1px;
}


 .work_category > .item > div:hover {
	 -webkit-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .3);
	box-shadow: 0 20px 20px -10px rgba(0, 0, 0, .3);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;

}
/* 수리서비스 */


.cont-mid{width:1004px;}
.client-box{ position:relative; height: /*624px*/450px; padding-left:370px; border:0px solid #000; }
.client-box .imgbox{ position:absolute; top:0; left:0; display:table; width:360px; height: 100%; background:url(../images/client_bg.jpg) 50% 50% no-repeat; background-size: cover;}
.client-box .imgbox .txtwrap{ display: table-cell; vertical-align: middle; text-align: center;}
.client-box .imgbox .txtwrap .tit{ display:block; font-size: 2.5rem; font-weight: 600; color:#fff; opacity: 0.4; text-align: center;}
.client-box .imgbox .txtwrap .sub-tit{ text-align: center; font-weight: 400; color:#fff; opacity: 0.7; line-height: 1.5;}
.client-box .client-list{width:100%; height: 100%; padding:0; background-color:#f8f7f6;}
.client-box .client-list ul{}
.client-box .client-list ul li{float:left;width:32%; margin-bottom:0px; margin-top:60px;  overflow: hidden;}
.client-box .client-list ul li:nth-child(3n+1){margin-left:13px;}
.client-box .client-list ul li .thumb{ display: inline-block; width:100%; text-align: center; }
.client-box .client-list ul li .thumb img{ max-width:none;}



/* 오시는길 */
.mpc_map_area dl {  height:63px}
.mpc_map_area dt { border-top: 1px solid #000; float: left; width:200px; font-weight: bold; padding:10px 20px}
.mpc_map_area dt span { margin-right: 10px}
.mpc_map_area dd { float: left; width: 724px;border-top: 1px solid #ddd; margin: 0; padding-left: 23px; padding-top: 22px; padding-bottom: 20px;}
.mpc_map_area dd ul li { float: left; width: 50%; margin-bottom: 5px}
.mpc_map_area dd ul li span { background: #3b7db1; display:inline-block; width: 100px; text-align: center; color: #fff; font-weight: bold; border-radius:5px; margin-right: 10px}
.mpc_map_area > ul { background: #f6f6f6; border: 1px solid #ddd; height:123px; margin-bottom: 50px}
.mpc_map_area > ul > li { float: left; width:46.3%; padding: 18px;}
.mpc_map_area > ul > li:first-child {   border-right: 1px solid #ddd;}
.mpc_map_area > ul > li > div { float:left; }
.mpc_map_area > ul > li > div:last-child { margin: 20px}
.mpc_map_area > ul h3 { color: #1b46a4; padding: 0; margin: 0}
.mpc_map_area > ul p { padding: 0; margin: 0 }