@charset "utf-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
address,
a,
select,
input,
textarea,
header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption,
button {
	margin: 0;
	padding: 0;
}

li,
ul,
ol,
dl {
	list-style: none
}

img {
	border: 0;
	vertical-align: top;
}

fieldset {
	border: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

i,
em,
address {
	font-style: normal;
}


html,
body {
	height: 100%;
}

/*body {
	font-size: 10.5pt;
	line-height: 150%;
	height: auto;
	font-family: 'Noto Sans KR', '돋움', 'Dotum', '굴림', 'Gulim', 'Lucida Grande', 'Tahoma', 'Verdana', 'AppleGothic', 'UnDotum', 'sans-serif';
	font-weight: 400;
	color: #3e3e3e;
	-webkit-text-size-adjust: none;
	background: url('../images/bg/bg01.jpg') top center no-repeat;
}*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.b1r {
	border: 1px solid red;
}

.b1b {
	border: 1px solid black;
}

input.type-image {
	border: 0 none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
	box-sizing: border-box;
	outline: none;
	select-dummy: expression(this.hideFocus=true);
}

a:link {
	text-decoration: none;
	color: #fff;
	outline: none;
	select-dummy: expression(this.hideFocus=true);
}

a:visited {
	text-decoration: none;
	color: #575757;
}

a:hover {
	color: #575757;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

legend,
caption {
	width: 1px;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	visibility: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.img1 {
	width: 100%;
	border: solid 1px #f1f1f1;
	box-shadow: 10px 10px 0px #f1f1f1;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt60 {
	margin-top: 60px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb60 {
	margin-bottom: 60px;
}

.img100 {
	width: 100%;
}

/* ==================================================
	아이콘
================================================== */
.s_tit {
	position: relative;
	width: 100%;
	margin-top: 25px;
}

.s_tit span {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	display: block;
	color: #333;
}

.s_tit span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: #E4C467;
	margin-top: -3px;
	margin-right: 11px;
	height: 30px;
	width: 5px;
}

/* ==================================================
	영상
================================================== */
.movie_con {
	height: 555px;
	text-align: center;
}

.float {
	float: left;
	margin-right: 20px;
}

/* ==================================================
	테이블소스
================================================== */
.sub_con {
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}

.subtable {
	border: 0;
	border-spacing: 0;
	background: #fff;
	border-top: 1px solid #222222;
	text-align: center;
}

.subtable caption {
	visibility: hidden;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

.subtable thead tr th {
	padding: 10px 0;
	background-color: #e6e6e6;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	color: #333;
	font-weight: bold;
}

.subtable thead tr th:last-child {
	border-right: 0;
}

.subtable tr td {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}

.bg_gray {
	background: #f5f5f5;
	color: #222;
	font-weight: bold;
	border-bottom: 1px solid #e1e1e1;
}

/* ==================================================
	이미지 움직이는 효과
================================================== */
.over-cover {
	overflow: hidden;
	position: relative;
	display: block;
}

.over-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.over-cover:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

/* ==================================================
	공통컨텐츠
================================================== */
/*
.sp-slide {
	background: url('../images/bg/earth_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
*/

.contlist {
	max-width: 989px;
	margin: 0 auto;
	overflow: hidden;
}

.contlist:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.contlist>li {
	padding: 10px 8px;
	display: block;
	float: left;
	width: 50%;
	border-collapse: collapse;
}

.cont_33 {
	width: 33.3333333333% !important;
}

.contli-img {
	display: block;
	width: auto;
	padding: 0;
	vertical-align: middle;
}

.contli-img02 {
	border: 1px solid #e7e7e7;
}

.cont_text {
	background: #00aab5;
	padding: 15px;
	text-align: center;
	color: #fff;
	font-size: 11pt;
	line-height: 130%;
}

.cont_text h3 {
	font-size: 13pt;
}

.contli-img img {
	display: block;
	width: 100%;
	height: auto;
}

.contli-img02 img {
	display: block;
	width: 100%;
	height: auto;
}

.cont_dl {
	display: inline;
}

.contli_tit {
	padding: 10px 0;
	text-align: center;
}

.contli_tit {
	padding: 10px 0;
	text-align: center;
	font-size: 12pt;
}

/* ==================================================
	인트로 화면
================================================== */
.intro_bodybg {
	background: url('../images/intro/bg.jpg') top center no-repeat;
}

.intro_bg {
	position: relative;
	background: url('../images/intro/intro_engbg.jpg') #F9F9F9;
	background-repeat: no-repeat;
	background-position: center top;
}

.intro_logo {
	padding-top: 400px;
	text-align: center;
}

.intro_logo>a {
	display: block;
	width: 252px;
	background: url('../images/intro/arrow.png') #cdcc00;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	color: #1a2400;
	padding: 22px 0 24px 0;
	font-size: 17pt;
	font-weight: 500;
	border-radius: 252px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 1px -6px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px -6px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px -6px 15px 0px rgba(0, 0, 0, 0.3);

}

.intro_logo>a:hover {
	background: url('../images/intro/arrow_hover.png') #8fc31f;
	background-repeat: no-repeat;
	background-position: 90% 50%;
	color: #fff;
}

.intro_logo>a:nth-child(3),
.intro_logo>a:nth-child(4) {
	font-family: 'Noto_Sans_SC';
}

.intro_logo>a:first-child {
	margin-top: 0;
}

.intro_address {
	width: 1197px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	padding: 0 20px;

}

.intro_address:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.intro_address .logo {
	float: left;
	width: 180px;
	margin-right: 25px;
	margin-top: 10px;
}

.intro_address .address {
	float: left;
	width: 952px;
	font-size: 9pt;
	color: #7b7b7b;
	line-height: 160%;
}

/* ==================================================
	슬라이더 제외 컨텐츠
================================================== */
#remainder_container {
	position: relative;
	z-index: 100;
	margin: 152px auto 30px;
}

#remainder_content {
	width: 1197px;
	height: 823px;
	margin: 0 auto;
	-webkit-box-shadow: 1px -6px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px -6px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px -6px 15px 0px rgba(0, 0, 0, 0.3);

}

/* ==================================================
	세부 컨텐츠
================================================== */
.tlogo {
	text-align: center;
	margin-bottom: 20px;
}

.links {
	position: relative;
	width: 1280px;
	margin: 0 auto;
	text-align: left;
	height: 60px;
	background-color: #cc0000;

}

.mvis-tab>.tmenu {
	width: 1280px;

}

.mvis-tab>.tmenu:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.mvis-tab>.tmenu>a {
	float: left;
	position: relative;
	/* width: 12.5%; */
	width: 25%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: url('../images/menu_on.png') #0080cc;
	background-position: center 53px;
	background-repeat: no-repeat;
	color: #fff;
	
}

.mvis-tab>.tmenu>a:after {
	content: '';
	position: absolute;
	top: 0%;
	right: 0;
	width: 1px;
	height: 60px;
	background: #004680;
}

.mvis-tab>.tmenu>a:last-child:after {
	display: none;
}

.mvis-tab>.tmenu>a span {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
}

.mvis-tab .tmenu a.btn-big:hover {
	background-color:#0080cc
}

.mvis-tab>.tmenu>a:hover span {
	color: #fff;
}

.mvis-tab>.tmenu>a.place-btn {
	/* width: 12.5%; */
	width: 25%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #0062b1;
}

.mvis-tab>.tmenu>a.place-btn:first-child {}

.mvis-tab:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.sp-left-thumbnails.sp-has-pointer {
	margin-right: 0;
	margin-bottom: 0;
	background: #f3f3f3;
}

/* ==================================================
	슬라이더 내부소스
================================================== */
#catalog_container {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	padding: 20px 0 100px 0;
	background: black url('../images/bg_sub.jpg') no-repeat center;
	background-size: cover
}

#catalog_content {
	width: 1280px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.4);
	background: #fff;
}

/* ==================================================
	레프트버튼
================================================== */
/****** off버튼 ******/
#content_detail {
	padding-top: 50px !important;
}

/* 소메뉴 각각 영역 */
#content_detail .sp-thumbnail-container {
	/* width: 135px; */
	height:auto;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
/*
#content_detail .sp-thumbnail-container span {
	display: block;
	line-height: 18px;
	color: #000;
	font-weight: 300;	
	font-size: 16px;
}
*/
#content_detail .sp-thumbnail-container span {
	display: block;
	line-height: 50px;
	color: #000;
	font-weight: 300;	
	font-size: 16px;
}

#content_detail .sp-thumbnail-container span:after {
	display: block;
	content:'';
	border-bottom: 3px solid black;
	transform:scaleX(0);
	transition:transform 100ms ease-in-out;
}

#content_detail .sp-thumbnail-container span:hover:after {
	transform:scaleX(1);
}


#content_detail .sp-selected-thumbnail span {
	display: flex;
	height:53px;
	justify-content:center;
	align-items:center;
	font-weight: bold;
	border-bottom: 3px solid black;
}

#content_detail .sp-thumbnail-text {
	width: 170px;
	float: right;
	padding: 8px;
	background-color: #F0F0F0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

#content_detail .sp-thumbnail-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #333;
}

#content_detail .sp-thumbnail-description {
	font-size: 14px;
	color: #333;
}

/* ==================================================
	이전, 다음 버튼
================================================== */
.prevnext_con {
	width: 100%;
	height: 73px;
	background: #e6e6e6;
	display: flex;
	justify-content: space-between;
}

.prevnext_con>a {
	display: inline-block;
	padding-top: 22px;
	margin-left:30px;
}

.prevnext_con>a>img {
	text-align: center;
}

.prevnext_con .page_info {
	margin: 25px 58px 0 0;
}

/* ==================================================
	컨텐츠 타이틀
================================================== */
.top_location {
	overflow: hidden;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

.lo_left {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}

.lo_left span {
	line-height: 1.1;
	margin-bottom: 30px;
	display: block;
	color: #177a17;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
}

.lo_left:after {
	display: block;
	content: "";
	margin: 0 auto;
	width: 50px;
	height: 3px;
	top: 0;
	margin-top: 15px;
	background: url('../images/menu/subtit_line.gif');
	background-repeat: no-repeat;

}

.lo_center {
	float: left;
	width: 80%;
	color: #fff;
	text-align: center;
	font-size: 13pt;

}

.lo_right {
	float: right;
	width: 7%;
}

.lo_right a {
	display: block;
	text-align: center;
}

.lo_right img {
	vertical-align: middle;
}

/* ==================================================
	서브 하단 주소
================================================== */
.con_address {
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	padding: 0px;
}

.con_address:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_address .logo {
	float: left;
	width: 180px;
	margin-right: 25px;
}

.con_address .address {
	float: left;
	width: 955px;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: 21px
}

.con_address .address span {
	padding-left: 10px
}

.con_address .address span:first-child {
	padding-left: 0
}

.con_address .address span::before {
	padding-right: 10px;
	content: "/"
}

.con_address .address span:first-child::before {
	padding-right: 0;
	content: ""
}

/* ==================================================
	컨텐츠 내용
================================================== */
.scrollbox {
	/* width: 1023px; */
	width: 1280px;
	height: 615px;
	padding: 0 35px;
	overflow-y: auto;
}

.scrollbox img {
	display: block;
	margin: 0 auto;
}

.scon {
	width: 100%;
}

.scon:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.scon_left {
	float: left;
	width: 412px;
	margin-right: 20px;
}

.scon_right {
	float: left;
	width: 557px;
	margin-top: 20px;
	font-size: 11pt;
	line-height: 160%;
}

.scon_mt0 {
	margin-top: 0 !important;
}

/* ==================================================
	회사소개 - 연혁
================================================== */
.history_con {
	margin-top: 20px;
	margin-bottom: 30px;
}

.history_con:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.hsbox {
	float: left;
	width: 33.333333333333333%;
}

.hstop {
	margin-bottom: 30px;
	text-align: center;
}

.hstit {
	font-size: 22px;
	font-weight: 700;
	color: #f27321;
}

.hstop h4 {
	padding-top: 110px;
	margin: 0 auto;
	margin-top: 0px;
	font-family: 'Heebo';
	font-weight: 500;
	font-size: 25px;
	color: #177A17;
}

.hsbox1>h4 {
	background: url('../images/about/hs_icon01.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.hsbox2>h4 {
	background: url('../images/about/hs_icon02.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.hsbox3>h4 {
	background: url('../images/about/hs_icon03.png');
	background-repeat: no-repeat;
	background-position: center top;
}

.hstxt {
	margin-top: 10px;
	font-family: 'Heebo';
	font-weight: 500;
}

.hstxt_center {
	background-position: 0 20px;
}

.hstxt_right {
	background-position: -530px 20px;
}

.hstxt>span {
	display: inline-block;
	padding: 12px 30px;
	background: #177A17;
	border-radius: 50px;
	font-size: 12pt;
	line-height: 1em;
	color: #fff;
}

.hsbottom {
	width: 94%;
	margin: 0 3%;
	padding-top: 16px;
	border-top: 1px solid #e0e0e0;
}

.hsdl:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.hsdl>dt {
	float: left;
	width: 16%;
	font-family: 'Heebo';
	font-weight: 500;
	font-size: 12pt;
	margin-top: 4px;
	color: #177A17;
}

.hsdl>dd {
	float: left;
	width: 79%;
	line-height: 180%;
	font-size: 10pt;
	letter-spacing: -0.5px;
	margin-bottom: 8px;
	padding-left: 5px;
}

.hddtext li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.hdtxt {
	width: 100%;
}

/* ==================================================
	타이틀
================================================== */
.h3tit {
	margin: 0 auto 20px;
	padding-top: 8px;
	padding-left: 15px;
	background: url('../images/icon/depth01.gif') 0px no-repeat;
}

.blue_title {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 35px;
	font-size: 15pt;
	font-weight: 600;
	color: #003a71;
	background: url('../images/icon/blue_title.png') no-repeat 0 0;
}

/* ==================================================
	인증현황 & 특허현황
================================================== */
.cer_img {
	margin-top: 10px;
	margin-bottom: 35px;
}

.cer_img:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cer_img li {
	float: left;
	width: 16%;
	margin: 0 2%;
	margin-top: 10px;
	text-align: center;
}

.cer_img li:nth-child(5n+1) {
	clear: both;
}

.cer_img li span {
	background: #fff;
	border: 1px solid #c9c9c9;
}

.cer_img li img {
	width: 100%;
}

.cer_text {
	padding: 8px 0;
	text-align: center;
	font-size: 10pt;
	letter-spacing: -0.5px;
	color: #333;
}

/* ==================================================
	제품소개
================================================== */
.no7_bg {
	background: url('../images/heavy_construction/Excavators_Suction_Pipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no8_bg {
	background: url('../images/heavy_construction/Excavators_Return_Pipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no9_bg {
	background: url('../images/heavy_construction/Excavators_Attachment_Pipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no10_bg {
	background: url('../images/heavy_construction/Skidloader_attachment.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no11_bg {
	background: url('../images/heavy_construction/Skidloader_Suction_Pipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no12_bg {
	background: url('../images/heavy_construction/Skidloader_PILOT_Pipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no13_bg {
	background: url('../images/heavy_construction/Wheel_Loader_attachment.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no14_bg {
	background: url('../images/heavy_construction/Wheel_Loader_Return%20Pipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no15_bg {
	background: url('../images/ship_equilibrium/ship_equilibrium.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no16_bg {
	background: url('../images/ship_engine/ship_engine_Telescope.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no17_bg {
	background: url('../images/ship_engine/ship_engine_High_Pressure_Pipe.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

.no18_bg {
	background: url('../images/defense_hydraulic/defense_hydraulic.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

/* ==================================================
	기술&품질 - 모델링 및 설계
================================================== */
.rnd_info {
	margin-bottom: 35px;
}

.rndimg_list {
	width: 100%;
	margin-top: 10px;
}

.rndimg_list:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.rndimg_list li {
	float: left;
	width: 48%;
	margin-left: 2%;
}

.rndimg_list li span {
	border: 1px solid #dbdbdb;
}

.rndimg_list .rndimg_list100 {
	width: 100%;
	margin-left: 0;
}

.rndimg_list30 li {
	float: left;
	width: 31.3%;
	margin-left: 2%;
}

.rnd_t {
	margin-top: 20px;
	padding-left: 15px;
	color: #666666;
	font-size: 12pt;
	border-left: solid 5px #999999;
	margin-left: 24px;
}

.mt25 {
	margin-top: 25px;
}

/* ==================================================
	설비현황 - 설비현황
================================================== */
.facilities {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 35px;
}

.facilities:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.facilities h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

.facilities_conatiner {
	float: left;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 4%;
	width: 48%;
	height: auto;
	padding-bottom: 10px;
	text-align: left;
	font-size: 10pt;
}

.facilities_conatiner:nth-child(even) {
	margin-right: 0;
}

.facilities_spec {}

.facilities_conatiner p {
	margin-top: 10px;
}

.facilities_conatiner img {
	width: 100%;
}

.facility_table {
	margin-top: 20px;
	width: 100%;
	font-family: 'Noto Sans KR'
}

.facility_table tr th {
	width: 45%;
	padding: 10px 10px;
	color: #262626;
	font-weight: 500;
	border: 1px solid #cdcdcd;
	background: #e5e5e5;
	text-transform: capitalize;
}

.facility_table tr th {
	border-left: 0;
}

.facility_table tr td {
	border-right: 0;
}

.facility_table tr td {
	width: 55%;
	padding: 10px 10px;
	color: #262626;
	border: 1px solid #e6e6e6;
	border-right: 0;
}