기업개요
-
-

7만 5천여 평 규모의 생산 공장
-
2009
-
강소 A/S 교육센터 설립
-
9시리즈 굴착기 시판
-
2008
-
인도 공장 설립
-
러시아 모스크바 지사 설립
-
건설장비 생산 15만 대 돌파
-
중남미 파나마 지사 설립
-
UAE 두바이 지사 설립
-
2007
-
인도 법인 설립
-
중국 유압기기 법인 설립
-
-
2006
-
터키 이스탄불 지사 설립
-
충북 음성 기술교육센터 설립
-
대한민국 건설문화대상 건설 기자재 부문 대상 수상
-
2005
-
전동 리치 지게차 홍콩디자인전 ‘최우수 디자인 제품’ 선정
-
건설장비 생산 10만 대 돌파
-
충북 음성 부품센터 확장이전
-
2004
-
현대커민스엔진 공장 준공
-
2003
-
중국 현대강소 합자사 설립
-
굴착기 7시리즈 세계 일류상품 선정
-
-
2002
-
중국 북경 합자사 설립
-
2000
-
국내 최단기간 건설장비 생산 5만 대 돌파
-
현대중공업㈜ 생산, 판매 일원화
-
gsap.to($("html, body"), {duration: 0, scrollTop: 0, ease: Power3.easeOut});
console.log($(window).scrollTop())
var _thisScroll = 0;
var _isScrollTop;
if ($(window).scrollTop() > $(".intro .con2").offset().top) {
$("#subBody").removeClass("wide");
}
$(window).on("scroll", function () {
_isScrollTop = $(window).scrollTop();
if (_isScrollTop > _thisScroll) { // down
if (_isScrollTop > 0) {
if ($(window).scrollTop() > $(".intro .con2").offset().top) {
$(".intro .con1").addClass("scroll");
}
}
}
if (_isScrollTop < _thisScroll) { // up
if ($(window).scrollTop() < $(".intro .con2").offset().top) {
$(".intro .con1").removeClass("scroll");
$("#subBody").addClass("wide");
$("#subBody h2 p").css("opacity" , "0").css("transform" , "translate(0px, -500px)");
}
}
_thisScroll = _isScrollTop;
}); $(window).scroll();
gsap.fromTo("#subBody h2 p",{ transform: 'translate(0, 100px)', opacity: 0, ease: Power3.easeOut }, { duration: 0.8, 'transform': 'translate(0, 0)', opacity: 1, ease: Power3.easeOut});
gsap.fromTo("#subBody h2 p",
{
duration: 0.8,
transform: 'translate(0, 0)',
opacity: 1,
ease: Power3.easeOut
},
{
scrollTrigger: {
trigger: ".intro .con1",
start: "top top",
end: "+=95%",
scrub: 1,
},
y: -500,
opacity: 0,
}
);
gsap.to(".intro .con1 .bg", {
scrollTrigger: {
trigger: ".intro .con1",
start: "top top",
end: "+=150%",
// markers: true,
scrub : 1,
},
y : -500,
// width: "100%",
// height: "1600rem"
});
gsap.to(".intro .con1 .inner", {
scrollTrigger: {
trigger: ".intro .con1",
start: "top top",
end: "+=150%",
// markers: true,
scrub : 1,
},
y : -1000,
opacity: 0,
});
gsap.to(".intro .con2 .deco", {
scrollTrigger: {
trigger: ".intro .con1",
start: "120% top",
end: "+=50%",
// markers: true,
scrub : 1,
},
'transform': 'skew(0, 0deg)'
});
ScrollTrigger.matchMedia({
"(min-width: 1025px)": function() {
gsap.to(".history-con", {
scrollTrigger: {
trigger: ".history-con",
start: "top top",
end: "+=100%",
scrub: 0,
},
top: 0
});
gsap.to(".history-con .his-area li:nth-child(1) .tit-img", {
scrollTrigger: {
trigger: ".history-con",
start: "100% top",
end: "+=50%",
scrub: 1,
},
width: "510rem",
height: "640rem"
});
gsap.to(".history-con .his-area li:nth-child(1) .tit-img img", {
scrollTrigger: {
trigger: ".history-con",
start: "100% top",
end: "+=50%",
scrub: 1,
},
width: "510rem",
height: "640rem"
});
gsap.to(".history-con .his-area li:nth-child(1) .tit-txt", {
scrollTrigger: {
trigger: ".history-con",
start: "100% top",
end: "+=50%",
scrub: 1,
},
opacity: 1,
});
gsap.to(".history-con .his-area li:nth-child(1) .units", {
scrollTrigger: {
trigger: ".history-con",
start: "150% top",
end: "+=50%",
scrub: 1,
},
left: "calc(50% + 400rem)",
});
$(".history-con .his-area .unit").each(function(){
if($(this).find(".img").length > 0){
$(this).css('width', $(this).find(".img").innerWidth());
}
});
gsap.to(".history-con .his-tab > a:nth-child(1) .progress > span",
{
scrollTrigger: {
trigger: ".history-con",
start: "200% top",
end: "+=300%",
scrub: 1,
},
width: "100%",
});
gsap.to(".history-con .his-area li:nth-child(1) .move-pack .pack2",
{
scrollTrigger: {
trigger: ".history-con",
start: "200% top",
end: "+=300%",
scrub: 1,
onEnterBack: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(0).addClass("on");
},
},
left: -($(".history-con .his-area li").eq(0).find(".units").innerWidth()),
});
gsap.to(".history-con .his-area li:nth-child(1)",
{
scrollTrigger: {
trigger: ".history-con",
start: "500% top",
end: "+=100%",
scrub: 1,
},
left: "-100%",
});
gsap.to(".history-con .his-area li:nth-child(1) .tit-txt",
{
scrollTrigger: {
trigger: ".history-con",
start: "500% top",
end: "+=100%",
scrub: 1,
},
left: "-500rem",
});
gsap.fromTo(".history-con .his-area li:nth-child(2) .move-pack",
{
left: "100%",
},
{
scrollTrigger: {
trigger: ".history-con",
start: "500% top",
end: "+=100%",
scrub: 1,
},
left: 0,
});
gsap.to(".history-con .his-area li:nth-child(2) .tit-img", {
scrollTrigger: {
trigger: ".history-con",
start: "550% top",
end: "+=50%",
scrub: 1,
},
width: "510rem",
height: "640rem"
});
gsap.to(".history-con .his-area li:nth-child(2) .tit-img img", {
scrollTrigger: {
trigger: ".history-con",
start: "550% top",
end: "+=50%",
scrub: 1,
},
width: "510rem",
height: "640rem"
});
gsap.to(".history-con .his-area li:nth-child(2) .tit-txt", {
scrollTrigger: {
trigger: ".history-con",
start: "550% top",
end: "+=50%",
scrub: 1,
},
opacity: 1,
});
gsap.to(".history-con .his-area li:nth-child(2) .move-pack .pack2",
{
scrollTrigger: {
trigger: ".history-con",
start: "600% top",
end: "+=300%",
scrub: 1,
onEnter: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(1).addClass("on");
},
onEnterBack: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(1).addClass("on");
},
},
left: -($(".history-con .his-area li").eq(1).find(".units").innerWidth()),
});
gsap.to(".history-con .his-tab > a:nth-child(2) .progress > span",
{
scrollTrigger: {
trigger: ".history-con",
start: "600% top",
end: "+=300%",
scrub: 1,
},
width: "100%",
});
gsap.to(".history-con .his-area li:nth-child(2)",
{
scrollTrigger: {
trigger: ".history-con",
start: "900% top",
end: "+=100%",
scrub: 1,
},
left: "-100%",
});
gsap.to(".history-con .his-area li:nth-child(2) .tit-txt",
{
scrollTrigger: {
trigger: ".history-con",
start: "900% top",
end: "+=100%",
scrub: 1,
},
left: "-500rem",
});
gsap.fromTo(".history-con .his-area li:nth-child(3) .move-pack",
{
left: "100%",
},
{
scrollTrigger: {
trigger: ".history-con",
start: "900% top",
end: "+=100%",
scrub: 1,
},
left: 0,
});
gsap.to(".history-con .his-area li:nth-child(3) .tit-img", {
scrollTrigger: {
trigger: ".history-con",
start: "950% top",
end: "+=50%",
scrub: 1,
},
width: "510rem",
height: "640rem"
});
gsap.to(".history-con .his-area li:nth-child(3) .tit-img img", {
scrollTrigger: {
trigger: ".history-con",
start: "950% top",
end: "+=50%",
scrub: 1,
},
width: "510rem",
height: "640rem"
});
gsap.to(".history-con .his-area li:nth-child(3) .tit-txt", {
scrollTrigger: {
trigger: ".history-con",
start: "950% top",
end: "+=50%",
scrub: 1,
},
opacity: 1,
});
gsap.to(".history-con .his-area li:nth-child(3) .move-pack .pack2",
{
scrollTrigger: {
trigger: ".history-con",
start: "1000% top",
end: "+=300%",
scrub: 1,
onEnter: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(2).addClass("on");
},
},
left: -($(".history-con .his-area li").eq(2).find(".units").innerWidth()),
});
gsap.to(".history-con .his-tab > a:nth-child(3) .progress > span",
{
scrollTrigger: {
trigger: ".history-con",
start: "1000% top",
end: "+=300%",
scrub: 1,
},
width: "100%",
});
gsap.to(".history-con",
{
scrollTrigger: {
trigger: ".history-con",
start: "1300% top",
end: "+=30%",
scrub: 0,
},
'transform': "translate(0, -240rem)",
});
},
"(max-width: 1024px)": function() {
gsap.to(".history-con .his-tab",
{
scrollTrigger: {
trigger: ".history-con .his-tab",
start: "top top",
end: "+=" + $(".history-con").innerHeight(),
pin: true,
pinSpacing: false,
},
});
gsap.to(".history-con .his-tab > a:nth-child(1) .progress > span",
{
scrollTrigger: {
trigger: ".history-con .his-area li:nth-child(1)",
start: "top top",
end: "bottom bottom",
scrub: 1,
onEnterBack: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(0).addClass("on");
},
},
width: "100%"
});
gsap.to(".history-con .his-tab > a:nth-child(2) .progress > span",
{
scrollTrigger: {
trigger: ".history-con .his-area li:nth-child(2)",
start: "top top",
end: "bottom bottom",
scrub: 1,
onEnter: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(1).addClass("on");
},
onEnterBack: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(1).addClass("on");
},
},
width: "100%"
});
gsap.to(".history-con .his-tab > a:nth-child(3) .progress > span",
{
scrollTrigger: {
trigger: ".history-con .his-area li:nth-child(3)",
start: "top top",
end: "bottom bottom",
scrub: 1,
onEnter: function(){
$(".history-con .his-tab > a").removeClass("on");
$(".history-con .his-tab > a").eq(2).addClass("on");
},
},
width: "100%"
});
},
});
$(window).on('scroll', function(){
console.log($(".history-con .his-area li").eq(2).find(".tit-img").offset().top)
})
// 2024-04-22 수정
$(".history-con .his-tab > a").each(function(index){
$(this).on('click', function(){
if($(window).innerWidth() > 1023){
if(index == 0){
gsap.to($("html, body"), {duration: 0.8, scrollTop: ($(window).innerHeight()*3.001), ease: Power3.easeOut});
}else if(index == 1){
gsap.to($("html, body"), {duration: 0.8, scrollTop: ($(window).innerHeight()*7.001), ease: Power3.easeOut});
}else{
gsap.to($("html, body"), {duration: 0.8, scrollTop: ($(window).innerHeight()*11.001), ease: Power3.easeOut});
}
}else{
gsap.to($("html, body"), {duration: 0.8, scrollTop: ($(".history-con .his-area li").eq(index).find(".tit-img").offset().top) + 10, ease: Power3.easeOut});
}
})
})