/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/css?family=Noto+Sans);
@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
* {font-family: 'NanumBarunGothic', 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'NanumBarunGothic', 'Noto Sans CJK KR', "NanumGothic", 'Malgun Gothic', 'Gulim', sans-serif !important;}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}


/* 메뉴 설정 시작 */
.navbar-inverse{background: #fff; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.1); position: absolute; top: auto;}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a{height: 155px !important;}
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 60px !important;}
}
/* ----- 로고 설정 ----- */
.navbar-header{float:none;display:block}
.navbar-header img{max-width:260px; width:100%; margin:0 auto}
.navbar-header .navbar-brand{display:block;float:none !important}
.navbar-right{float:none !important;display:block;text-align:center}

.navbar-brand{margin: 15px 0 0; padding: 10px 15px;cursor:default !important}
.navbar-inverse .navbar-brand{color: #333; font-size: 28px; font-weight: 400; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0); letter-spacing: -1px;}
.navbar-brand img{width: 100%;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #333; background-color: transparent;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand{margin: 32px 0 0;}
    .navbar-brand img{width: 180px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand{margin: 20px 0 0;}
    .navbar-top > div > a{margin: 5px 20px 0;}
}

.navbar-nav>li{float:none;display:inline-block;}
/* ----- 메인 메뉴 설정 -----*/
.navbar-inverse .navbar-nav > li > a {
	color: #333;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.01em;
    padding: 20px 25px 20px;
    margin: 0;
    min-width: 160px;
    border-right: 1px solid transparent !important;
    border-bottom: 2px solid transparent !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{background: #fff; color: #008dd7; box-shadow: 0 0 0 rgba(0,0,0,0); border: none; border-right: 1px solid #eee !important;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {color: #008dd7; border: none; border-right: 1px solid transparent !important; border-bottom: 2px solid #008dd7 !important;}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 0; padding: 14px 20px 14px 20px;}
	.navbar-nav .open .dropdown-menu{padding: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #333; border: none !important; margin: 0 0 0; background: #f7f7f7;}}

/* ----- 서브 메뉴 설정 -----*/
.dropdown-menu{background: #fcfcfc; left: 0 !important; right: auto !important; padding: 10px 0; margin: 0; margin-left: -15px; border-radius: 0; border: 1px solid rgba(0,0,0,0.1); box-shadow: 0 0 0 rgba(0,0,0,0); min-width: 170px;}
.dropdown-menu > li > a{color: #333; padding: 8px 30px; margin: 0px 0px 0px 0px; font-size: 15px; font-weight: 400; text-align: left; letter-spacing: -0.02em;}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{background-image: none; color: #008dd7;}

/* ----- 모바일 메뉴 설정 ----- */
.navbar-toggle{background: #008dd7; border-radius: 0; border: none; margin: 25px 20px 15px; padding: 10px 10px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; background: #008dd7;}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px;}
}
/* //메뉴 설정 끝 */


/* 슬라이드 영역 설정 시작 */
.container_slide {width: 100%; padding: 0;}
.fill {height: 200px;}
.carousel-caption {text-align: center; top: 49%; bottom: auto; margin: 0; padding: 0;}
.carousel-caption > h1, .carousel-caption > p{margin: 0;}
.carousel-caption > h1 > span, .carousel-caption > p > span{background: transparent; opacity: 1; text-shadow: 0 0 0 rgba(0,0,0,0); padding: 0;}
.carousel-caption > h1 > span{font-size: 32px; font-weight: 600;}
.carousel-caption > h1 .separator{display: block; width: 20px; height: 1px; background-color: #fff; margin:15px auto}
.carousel-caption > p > span{font-size: 25px; font-weight: 100; }

.carousel-caption .sl-border{background: rgba(255,255,255,0.7); width: 40px; height: 1px; margin: 0 0 20px;}
.carousel-caption .sl-border~p{color: rgba(255,255,255,0.8); font-size: 18px; font-weight: 300; text-shadow: 0 0 0 rgba(0,0,0,0) !important;}
.carousel-control {display: none;}
/* //슬라이드 영역 설정 끝 */


/* 푸터 영역 설정 시작 */
.footer_copy .text-center{background: #eeeeee; border-top: 1px solid #eeeeee; color: #ababab; font-size: 12px; text-align: left; padding: 30px 0 10px; margin: 0;}
.footer-top {width: 1170px; margin: 0 auto 10px; padding: 0 15px;}
.footer-top ul{margin: 0; padding: 0; display: inline-block; width: 100%;}
.footer-top ul li{float: left; display: inline-block;}
.footer-top ul li a{color: #666; font-size: 13px; margin-right: 30px;}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {width: 1170px; margin: 0 auto 20px; padding: 0 15px;}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 1.6;}
.footer-middle ul li{float: left; display: inline-block;}
.footer-middle ul li span:after{content: "|"; color: #dedede; padding: 0 6px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-bottom {width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p{display: inline-block; width: 100%;}
.socialArea{display: none;}
@media screen and (max-width: 991px) {
	.footer-top{width: 100%;}
	.footer-middle{width: 100%;}
	.footer-bottom{width: 100%;}
}
/* //푸터 영역 설정 끝*/


/* 메인 레이아웃 */
.container_contents {width: 100%; background: #fff;}

/* 메인 html 영역 */
header.major { margin: 0 auto; max-width: 1170px; width: 100%; }
header.major h2 {color: #008ad6;
    text-align: center;
    margin: 30px 0 20px;}
.site__wrapper {
	max-width: 1170px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 1.5em;
    padding-left: 9em;
    margin: 0 auto;
}
.site__info {
	clear: both;
	display: block;
	font-variant: small-caps;
	letter-spacing: 2px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	text-align: center;
}
.grid {
	float: none;
	width: 100%;
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.4em;
}

@media screen and (min-width: 40.063em) {
	.grid {
		float: left;
		max-width: 292px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.card__image img {
		
		max-width: 840px !important;
		width: 100%;
	}
	
}

@media screen and (min-width: 768px) and (max-width: 890px ) {
	.grid-wrap { margin-left: 100px; }
	
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
	
	.grid-wrap { margin-left: 64px; }
}

/* 롤링 배너 */
.RollDiv{margin:0 auto; width: 100%; max-width:1170px; height:80px;overflow:hidden;}  
.RollDiv > div{overflow:hidden;height:80px;width:1500px}
.RollDiv > div > a{ float:left; display:block;}  
.RollDiv > div > a > img{ width:180px; height:80px; margin-right:10px;}
.bn_wrap{position:relative;margin:0 auto;max-width:1170px; width: 100%;}

.overview-wrap {background: #fff; padding: 30px 0 50px;}
.slidebanner {width: 100%; max-width: 1170px; margin: 0 auto;}
.slidebanner ul{margin:0; padding:0; position:relative; width: 100%; max-width:1170px;}
.slidebanner ul li {float:left;position:relative;list-style-type:none; padding:0;margin:0 5px 0 0;}
.slidebanner ul li img {width:100%;}
.slidebanner ul:after {display:block; content:""; clear:both;}

/*content Proudct part*/

.product-wrap {
	width: 100%;
    margin: 0 auto;
    padding: 10px 0 20px;
    background: #fafafa;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.product-wrap .product-title {
	margin: 50px 0 40px;
	padding-bottom: 15px;
	border-bottom: 1px solid #777;
	position: relative;
}
.product-wrap .product-title h1 {
	font-size: 34px;
	float: left;
	display: inline-block;
	margin: 0;
}
.product-wrap .product-title h3 {
	font-size: 21px;
	font-weight: 700;
}
.product-wrap .product-title p {
	font-size: 18px;
	color: #909090;
	display: inline-block;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0;
}
.product img {
	display: inline-block;
	position: absolute;
	right: 0;
}
.product-top {
	max-height: 260px;
	overflow: hidden;
}
.product-top img {
	width: 100%;
}
.product-top, .product-exp {
	position: relative;
}

.product-top .product-hover {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.product-hover p {
	padding: 100px;
	text-align: center;
}

.product-hover p i {
	color: #fff;
}

.product-list .col-md-3:nth-child(1) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(1) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(2) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(3) .product-top a:hover .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:focus .product-hover,
.product-list .col-md-3:nth-child(4) .product-top a:hover .product-hover {
	visibility: visible;
	background: rgba(0, 0, 0, 0.3);
}

.product-list .product-hover {
	visibility: hidden;
}

.product-list .product-exp .btn {
	padding: 10px 12px;
	background: #008dd7;
	color: #fff;
	width: 158px;
	height: 48px;
	font-size: 20px;
	border-radius: 2px;
}

.product-exp {
	background: #Fff;
}

.product-exp div.text-center {
	position: absolute;
	top: -25px;
	width: 100%;
	z-index: 999;
}

.product-exp .text-center~ p {
	padding: 50px 20px 40px;
	color: #444;
	line-height: 20pt;
	font-size: 15px;
}


/*main page board part*/
/*.overview-wrap ul{    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;}
.overview-wrap ul li{    border: 1px solid;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
	padding:2px;
	margin:0 8px;
}

.overview-wrap ul li img{
	height:30px;
}*/

/*
.intro-html-layout .row{padding:0;}
.intro-html-layout .col-md-6,
.intro-html-layout .col-sm-6{padding:0;}*/

.intro-board-widget-layout {
	background: #fff;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.col-sm-12.intro-boardbox .page-header {
	padding-bottom: 10px;
	margin: 40px 0 15px;
	border-bottom: 1px solid #aaaaaa;
}

.col-sm-12.intro-boardbox .panel-body {
	padding: 30px 15px;
}

.intro-boardbox>.page-header>h4>.btn {
	color: rgba(0, 0, 0, 0);
}

.intro-board-widget-layout .intro-boardbox .page-header h4 {
	font-weight: 700;
	font-size: 34px;
	color: #444444;
}

.dh-front-list2-words .row-separator {
	visibility: hidden;
}

.dh-front-list2-words .list-row-regdate {
	color: #008dd7;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	font-size: 16px;
	font-weight: 600;
	color: #444444;
}

.dh-front-list2 h5 a {
	font-size: 13px !important;
	line-height: 18pt;
	font-weight: 400;
}

.board-gadget-wrap {
	padding-top: 43px;
	padding-left: 50px;
}

.board-gadget-wrap div.col-md-12 {
	padding-bottom: 20px;
}

.board-gadget-wrap .board-gadget {
	border: 1px solid rgba(0, 0, 0, 0);
	padding: 30px 20px;
	background: #eee;
}

.board-gadget-wrap .board-gadget h3 {
	color: #444444;
	font-size: 28px;
	margin-bottom: 18px;
}

.board-gadget-wrap .board-gadget p {
	color: #444444;
	font-size: 15px;
	line-height: 18pt;
}

.board-gadget-wrap .board-gadget img {
	margin-top: 35px;
}

.board-gadget-wrap .board-gadget h2 {
	margin: 0;
	font-size: 44px;
	letter-spacing: -1.0pt;
	color: #008dd7;
}

.board-gadget-wrap .board-gadget p a.btn {
	border: 1px solid #008dd7;
	padding: 10px 50px;
	color: #008dd7;
	font-weight: 600;
	font-size: 18px;
	border-radius: 2px;
}

.board-gadget-wrap .board-gadget p a.btn:hover {
	border-bottom: 1px solid #008dd7!important;
}

.intro-board-widget-layout .intro-boardbox:nth-child(1),
.intro-board-widget-layout .intro-boardbox:nth-child(2) {
	width: 50%;
}


/*footer part*/

.footer-wrap {
	padding: 23px 0;
}

.footer-wrap .footer-navi {
	text-align: left;
}

.footer-wrap .col-md-3 {
	padding-left: 0;
}

.footer-navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-navi ul li {
	float: left;
	padding-right: 10px;
}

.footer-navi ul li:last-child {
	border-left: 1px solid #ddd;
	padding-left: 10px;
}

.footer-navi ul li a {
	color: #8a8a8a;
}

.footer-navi p,
.footer-navi p a {
	color: #707070;
	font-size: 12px;
}


/*sub page*/
.content_top_title {color: #008ad6;
    font-size: 33px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0 10px;}

.top-sub-bg {
	background: url('/skin/img/sub/sub-top.jpg') no-repeat;
	background-position: center;
	width: 100%;
	height: 200px;
	position: relative;
}

.top-sub-bg div.top-sub-bg-t-title {position: absolute; width: 100%; color: #fff;}
.top-sub-bg-t-title {top: 15%;}
.top-sub-bg-t-title h3 {font-size: 32px; font-weight: 600; margin: 0 0 5px;}
.top-sub-bg-t-title p {
	font-size: 20px;
    font-weight: 100;
    margin: 15px 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0 0 25px;
}
.top-sub-bg-t-title .separator {display: inline-block; width: 20px; height: 1px; background-color: #fff;}
.top-sub-bg-t-title ul{
	overflow: hidden;
    color: #fff;
    display: table;
    margin: 0 auto;
	padding: 12px 0 0;
}
.top-sub-bg-t-title ul li{float:left; padding:0 15px;}
.top-sub-bg .breadcrumb {
	padding: 0 15px;
	margin-left: 20px;
	margin-top: 38px;
	float: left;
}

.top-sub-bg h2 {
	background-position: 0 7px;
	color: #008dd7;
	font-size: 48px;
}

.top-sub-bg .breadcrumb {
	background: #fff;
	color: #585858;
}

.top-sub-bg .breadcrumb> li {
	font-size: 12px;
}

.top-sub-bg .breadcrumb> li+ li::before {
	content: '|';
}

.top-sub-bg .breadcrumb> .active {
	color: #ff00de;
	font-weight: 700;
}
.padd-0 {
    padding: 0;
}

/* 경로 (서브 타이틀 상단) */

.route {
	margin: 20px 0 0px;
    padding: 0 0 35px;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
}

.route li {
	float: left;
	color: #828280;
	font-size: 11px;
	font-weight: 500;
}

.route li:after {
	content: url('/skin/img/ico_route_arrow.png');
	padding: 0 5px;
}

.route li:last-child {
	color: #008AD4;
}

.route li:last-child:after {
	content: '';
}

.content {
	font-size: 15px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 60px;
}

.content h2 {
	margin-top: 70px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
	padding-left: 90px;
	font-size: 33px;
}

/*mobile part*/

@media all and (min-width:768px) {
	.footer-wrap {
		width: 750px;
		margin: 0 auto;
	}
	
	.dw-ps .download-box {
		position: inherit;
	}
}

@media all and (min-width:992px) {
	.footer-wrap {
		width: 970px;
		margin: 0 auto;
	}

	.dw-ps .download-box {
		position: inherit;
	}
}

@media all and (min-width:1200px) {
	.footer-wrap {
		max-width: 1170px;
		width: 100%;
		margin: 0 auto;
	}
}

@media all and (max-width:920px) {
	.intro-board-widget-layout .intro-boardbox:nth-child(1),
	.intro-board-widget-layout .intro-boardbox:nth-child(2) {
		width: 100%;
	}
	.board-gadget-wrap {
		padding-left: 0;
	}
	.board-gadget .col-md-8 {
		text-align: center;
	}
	.dw-ps .download-box {
		position: inherit;
	}
}


/*****#####=====쑹 미디어 쿼리 =====#####*****/
/***** md *****/
@media (min-width: 992px) and (max-width: 1199px){
	.content {
		max-width: 970px;
		margin: 0 auto;
	}
	
	.main-top-box .inner-box {
		right: 0 !important;
		width: 35% !important;
	}
	
	.main-top-box .inner-box ul li{
		padding:5px !important;
	}
}

/***** sm *****/
@media (min-width: 768px) and (max-width: 991px){
	.main-top-box .inner-box {
		right: 0 !important;
		width: 38% !important;
	}
	.main-top-box .inner-box ul li {
		padding: 5px 0 !important;
		font-size: 11px !important;
		letter-spacing: -0.05em !important;
	}
}

/***** xs *****/
@media (max-width: 767px){
	.content {
		max-width: 750px;
		margin: 0 auto;
	}
}


.sub-layout {width: 100%; padding: 0;}

/*인사말*/
#page h3.content-title {
	color: #666;
    font-size: 19px;
    margin: 10px 0 40px;
    text-align: center;
}
/*.content-txt {background: #fbfbfb;
    padding: 40px 30px;}*/
.content-txt p {color: #666;
    font-size: 16px;
    line-height: 1.7; margin: 0;}
.greeting .item-box{
	position:relative;
}
.link-box {
	margin: 30px 0;
}
.link-box-padd {padding: 0;}
.link-box .item-box {
	margin: 0;
    border: none;
    padding: 20px 30px;
    background-size: cover !important;
    min-height: 220px;
}
.link-box .item-box .separator{    
	display: block;
    width: 50px;
    height: 2px;
    background: #fff;
}
.link-box .item-box p{    
	font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin: 40px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.link-box .item-box h5{color:#fff;}
.link-box .item-box span.go_btn{    
	font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
}
.link-box .item-box span.go_btn i {background: #008ad6; padding: 15px;}
.link-box .item-box h5 {margin-bottom: 5px;}
.link-box .link-box-padd:nth-of-type(1) {background: url('/skin/img/main/mainimg01.jpg') no-repeat; background-size: cover;}
.link-box .link-box-padd:nth-of-type(2) {background: url('/skin/img/main/mainimg02.jpg') no-repeat; background-size: cover;}
.link-box .link-box-padd:nth-of-type(3) {background: url('/skin/img/main/mainimg03.jpg') no-repeat; background-size: cover;}
.link-box .link-box-padd:nth-of-type(4) {background: url('/skin/img/main/mainimg04.jpg') no-repeat; background-size: cover;}
.link-box .link-box-padd:nth-of-type(5) {background: url('/skin/img/main/mainimg05.jpg') no-repeat; background-size: cover;}
.link-box .link-box-padd:nth-of-type(6) {background: url('/skin/img/main/mainimg06.jpg') no-repeat; background-size: cover;}
.link-box .link-box-padd:nth-of-type(7) {background: url('/skin/img/main/mainimg07.jpg') no-repeat; background-size: cover;}
.link-box .item-box {background: rgba(0,0,0,0.35);}
.link-box .item-box:hover {background: #008ad6;}


/* 오시는길 */
.location_map {margin: 40px 0 0;}
.location_tb {width:100% !important;margin-top: 30px;}
/*****회사소개*****/
/* 회사개요 */
.about2 .content-txt{word-break:keep-all; margin-top: 40px;}
.about2 .content-txt p{margin-bottom:20px}
.about2 .table-responsive{padding-top:40px;}
/*****제품소개*****/
/*Nickel*/
.contact-product .subtitle {
	margin: 30px 0 10px 20px;
	font-size:16px;
}

.contact-product .subtitle_list {
	margin: 0 0 20px 20px;
	font-size: 14px;
}

.contact-product table thead tr th,
.contact-product table tbody tr td {
	text-align: center;
	padding: 8px 3px;
	vertical-align: middle;
}

.dw-ps {
	position: relative;
}

.dw-ps .download-box h5 {
	color: #666;
    padding: 15px 0 0;
    margin: 0 0 15px;
    border-top: 1px solid #008ad6;
    text-align: center;
}
.dw-ps .download-box h5 i {color: #008ad6; padding-right: 5px;}
.dw-ps .download-box ul {
	margin: 0;
    padding: 0;
}
.subtitle {
    color: #333;
    font-size: 24px;
	font-weight: 400;
    margin: 40px 0 20px;
}
.subtitle_list {color: #008ad6;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 5px;}
.info {background: #fbfbfb;
    padding: 20px 40px;
    margin: 0 0 40px;
    border-radius: 5px;}
.info p {margin: 0; font-size: 14px; line-height: 1.7;}
.info-bottom{background:#fff;margin-top:70px;}

.vertical-m{vertical-align:middle}

.letter-sp-07{letter-spacing:-0.7px}
.letter-sp-03{letter-spacing:-0.3px}

/*powder*/
.tb-inner-img img{max-width:120px;}

/*Forms & Foils*/
.product4 .col-sm-3{
	height:158px;
}

.product4 table{overflow-y:hidden;
}
.tb-inner-box{text-align:left;padding:8px}
.tb-inner-box ul{list-style:none;padding-left:8px;margin:0;}
.tb-inner-box ul li{padding-left:0}
.tb-inner-box ul{margin:0;}

/*others*/
.content .panel-body {width: inherit; min-height: 160px;}
.product-panel {
    margin: 30px 0 0;
}
.product-panel .panel {border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border-top: 1px solid #3f8dd6;}
.product-panel .panel .panel-heading {background: none;
    background-color: #fbfbfb;
    color: #454545;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 20px;}
.product-panel .panel .panel-body {padding: 15px 20px;}
.product-panel .panel .panel-body p {margin: 0;
    line-height: 1.8;
    color: #666;
    font-size: 14px;}

.product6 .row:nth-of-type(2) .col-md-6:nth-of-type(2) .panel{min-height:235px}
/*sealing solutions
.product7 ul {margin: 0;
    padding: 0;
    width: 100%;}
.product7 ul li {padding: 0;
    margin: 0;
    width: 25%;
    float: left;}
.product7 ul li a{
	border: 1px solid #dcdcdc;
    color: #666;
    padding: 17px 0;
    margin: 0 0 15px;
    display: inline-block;
    border-radius: 3px;
    width: 95%;
    text-align: center;
    font-size: 13px;
}
.product7 ul li a:hover {border: 1px solid transparent !important; background: #008ad6; color: #fff;}
.product7 ul li a span i {color: #008ad6; padding-right: 5px;}
.product7 ul li a:hover span i {color: #fff;}
*/

.ferroalloys .product-panel,
.metal_compounds .product-panel{margin:30px 0 0 25% !important}

.seals .content_top_title a,
.seals .content_top_title a:hover{color:#008ad6; text-decoration:underline !important}
.seals .download-box{}
.seals ul li{width:100%}

.seals ul {margin: 0;
    padding: 0;
    width: 100%;}
.seals ul li {
    margin: 0;
	width: 25%;
    float: left;
    padding: 0 1% 0;
}
.seals ul li a{
	border: 1px solid #dcdcdc;
    color: #666;
    padding: 17px 0;
    margin: 0 0 15px;
    display: inline-block;
    border-radius: 3px;
    width: 95%;
    text-align: center;
    font-size: 13px;
}

.seals .dw-ps .download-box h5 {
    padding: 15px 0 0;
    margin: 0 0 15px 10px;
    width: 23%;
}
.seals ul li a:hover {border: 1px solid transparent !important; background: #008ad6; color: #fff;}
.seals ul li a span i {color: #008ad6; padding-right: 5px;}
.seals ul li a:hover span i {color: #fff;}
.seals .subtitle{text-align:center}
/* ---------- table 영역 설정 ---------- */
table{font-size: 14px;border-top: 1px solid #008ad6; border-bottom: 1px solid #dedede; margin-bottom: 30px;width:inherit !important}
table.subpage-table{margin:auto;}
table.subpage-table th{text-align:center;}

tr{line-height: 20pt;}
th{padding: 14px 15px; color: #333; font-weight: 500; border-bottom: 1px solid #ddd;}
td.material-wrapper{vertical-align:middle;}
td{padding: 14px 15px; background-color: #fff; border-bottom: 1px solid #ddd; color: #565656;}
.product01 table,.nonferrous table{width:100% !important;}
.product05 table{width:75% !important;}
.product01 table .tb-row-1{width:135px;}
.product01 table:nth-of-type(2) tr td,.product01 table:nth-of-type(2) tr th{width:17%}
/***** xs *****/ 
@media (max-width: 767px){ 
	.product05 table{width:100% !important;}
}
/* ONLINE BROCURE */
.brocure {
	background-color: #000;
}

.brocure.product-title {
	border-bottom: 1px solid #fff;
}

.brocure h1,
.brocure h3,
.brocure p {
	color: #ffffff;
}

.brocure h1 {
	font-size: 34px;
	float: left;
	display: inline-block;
	margin: 0;
}

.brocure p {
	font-size: 18px;
	color: #909090;
	display: inline-block;
	padding-left: 20px;
	padding-top: 15px;
	margin: 0;
}

.brocure img {
	display: inline-block;
	position: absolute;
	right: 0;
}

.intro-board-layout,
.intro-widget-layout {
	width: 100%;
}

.intro-widget-layout.col-sm-4 {
	background: url('/skin/img/bg_brochure.gif') no-repeat !important;
}

.intro-widgetbox {
	margin-top: 0;
}

.intro-widgetbox.thumbs {
	padding-bottom: 60px;
}

.intro-widgetbox> .dh-front-gallery {
	padding: 0;
}

.row.dh-front-gallery.thumbs.intro-widgetBoardbox {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.intro-widgetBoardbox {
	padding-top: 30px !important;
	border: none;
	background-size: cover !important;
	background: rgba(0, 0, 0, 0) !important;
}

.intro-widgetBoardbox> a {
	display: none;
}

.dh-front-gallery a:hover {
	border: none;
}

.dh-front-gallery .thumbnail {
	border: none;
	border-radius: 0;
}


/* //ONLINE BROCURE */

.caret {
	display: none;
}


/* 다운로드 박스 */
.download-box {padding: 0 0 0 30px;}
.download-box ul li { list-style: none; }
.download-box ul li a { 
	border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    color: #666;
    padding: 12px 0;
    margin: 0 0 5px;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
}

.download-box ul li a:hover {border: 1px solid transparent !important;
    background: #008ad6;
    color: #fff;}

/*.body-layout > .container {width: 100%;}*/

.intro-board-layout.col-sm-8 {
	max-width: 1170px;
	width: 100%;
	left: 50%;
	margin-left: -585px;
	padding-bottom: 40px;
}

a.btn.pull-right {
	background: url('/skin/img/btn-more1.png') no-repeat;
}

.socialArea {
	margin: 10px 0;
}

.location_map .gm-inset-map{display:none !important}
/* 서브 페이지 */
/* --------------- sub page - 메일문의 --------------- */
.form-control{padding: auto 16px; height: auto; font-size: 13px; line-height: 1.6; color: #666; border-radius: 0;}
#mailForm .btn-primary{background: #414141; border-radius: 0; border: 1px solid #414141 !important; padding: 8px 0 8px;}
#mailForm .btn-primary:focus, .btn-primary:hover{background-color: #414141 !important; border: 1px solid #414141 !important;}

/* --------------- sub page - 로그인 --------------- */
.login-layout .panel{border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid transparent;}
.login-layout .panel-body h2{margin: 0; color: #454545; font-size: 20px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p{font-size: 13px; color: #666;}
.login-layout .inner-box-form form label{font-size: 14px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background: #fff !important; border: 1px solid #d5d5d5;}
.login-layout .btn-warning{background-image: none; background-color: #414141; border: none; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); text-shadow: 0 0 0 rgba(0,0,0,0); color: #f5f5f5;}
.login-layout .btn-warning:focus, .login-layout .btn-warning:hover{background: #008ad6;}
.login-layout form > div > p > a{display: inline-block; float: left; font-size: 12px; color: #777;}
.login-layout form > div > p > a:hover{color: #303030;}
.login-layout form > div > p > a:after{content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after{content: "";}
/* 서브 페이지 */


/* 게시판 설정 시작 */
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 1170px; margin: 60px auto 60px;}
@media screen and (max-width: 991px) {
	.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%;}
}

/* ----- 텍스트 게시판 설정 ----- */
.table > thead > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > thead > tr > td,
.table > tbody > tr > td, .table > tfoot > tr > td{vertical-align:middle;padding: 14px 10px; color: #555; font-size: 14px;}
.table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover{border-top: 1px solid #008ad6; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #008ad6;}
.label-primary{color: #008ad6;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #008ad6; border: 1px solid #008ad6 !important;}
.pagination > li > a, .pagination > li > span{color: #008ad6;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #008ad6;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box{margin-top: 40px;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}
/* //게시판 설정 끝 */


/* 로그인 비활성화*/
.navbar-inverse .divider-vertical+li,
.navbar-inverse .divider-vertical+li+li {
 display: none !important;
}

/* MAIN-table*/
.main-top-box{border:1px solid #008ad6;margin:0;padding:0;}
.main-top-box .inner-box {
	overflow:hidden;   
	position: absolute;
    right: 17%;
    top: 15px;
    width: 25%;
}
.main-top-box .inner-box ul {
	float: left;
    width: 50%;
    padding: 0 0 0 5px;
    margin: 0;
}
.main-top-box .inner-box ul li {
	background-color: #f7f7f7;
    border-radius: 50px;
    padding: 5px 20px;
    margin-bottom: 5px;
    color: #666;
    font-size: 12px;
	letter-spacing: -0.03em;
}


/* 메인 제품소개 */
.main-c-box{overflow:hidden; }
.main-c-box .item-wrapper{float:left;padding-left:1%}
.main-c-box .item-wrapper:first-child{padding:0}
.main-c-box .item-wrapper.s-img .item-wrap:first-child{margin-bottom:16px}

.main-c-box .item-wrap{width:100%; position:relative;overflow:hidden}
.main-c-box .item-wrap img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	
}

.main-c-box .item-wrap:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} 

.main-c-box .item-wrap .text-wrap p{display:inline-block;margin-bottom:0;}

.main-c-box .item-wrap:hover .text-wrap{background-color:#008ad6}
.main-c-box .item-wrap  .text-wrap i{float:right}

.main-c-box .item-wrap .text-wrap{
	z-index:100;
	position:absolute;left:0;right:0;bottom:0;
	padding:8px 20px; 
	background-color:rgba(51, 51, 51, 0.83);
	color:#fff;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;}



		
/**/
/***** xs *****/
@media (max-width: 767px){
	.main-c-box .item-wrapper{width:100% !important;}
	.main-c-box .item-wrapper.b-img .item-wrap{margin-bottom:16px;height:168px}
	.main-c-box .item-wrapper.s-img{overflow:hidden}
	.main-c-box .item-wrapper.s-img .item-wrap{width:48%;margin-left:2%;float:left}
	.main-c-box .item-wrapper.s-img .item-wrap:first-child{margin-left:0;}
	
	.main-top-box{display:none}
	
	.site__wrapper{
	    padding-left:0;
	}
}












