@charset "utf-8";

/* 팝업 */
#showimage{
  z-index:90;
  position:absolute;
  width: 500px;
  left:50%;
  top: 250px;
  margin-left: -800px;
}

/* 비주얼영역 */ 
.visual{
  width: 2000px;
  position: relative;
  top: 0; left: 50%;
  transform: translateX(-50%);
  background: black;
}
.gallery{position:relative;
  left:0; top:0;
  overflow:hidden;
  width:2000px; height:1000px;
}
.gallery li{
  display:none; position: relative;
}
.gallery img{
  animation: ani 30s linear infinite;
}
@keyframes ani {
    from {transform: scale(1);}
    to {transform: scale(1.1);}
}

.gallery li>span{
  position: absolute;
  left: 500px; top: 60%;
  opacity: 0; font-size: 75px;
  color: #fff; text-transform: uppercase;
  font-weight: 800;
  text-shadow: 3px 4px 5px rgba(56, 56, 56, 0.3);
  transform: translateY(-50%);font-family:"Merriweather", serif;
  font-weight: 300;
}

.gallery .fontdeco{
  font-family:"Fugaz One", sans-serif;
}

/* .gallery .link1 span{ left:  100px; top: 300px;} */

.dock{
  position:absolute;
  left:150px; top:50%;
  transform: translateY(-50%);
  padding: 10px 0;
}
.dock .mbutton{
  margin-bottom:30px;
  cursor:pointer;
  display:block;
  width:10px; height:10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius:8px;
  transition: all .5s;
}
.dock .mbutton:nth-of-type(1){
  margin-top: 125px;
}
.dock .ps{
  position: absolute;
  left: 50%; top: 0px; cursor:pointer;
  display:block; color: #fff;
  transform: translateX(-50%);
}
.dock .ps i{
  font-size: 2em;
  color: #fff;
} 
.visual .btn{display: block;
  width: 50px; height: 100px;
  background:#fff;
  position: absolute;
  top:150px; cursor:pointer;
}

/* 본문 콘텐츠 영역 */
#content{width:100%;}
#content section h2{font-size: 3.33rem; margin-top: 100px;}
#content section h3{font-size: 3.06rem; margin-top: 100px;}
#content section h4{font-size: 2.22rem; margin-top: 100px;}
#content section h5{font-size: 1.67rem; margin-top: 100px;}
#content section p{font-size: 1.22rem; margin: 20px 0 35px 0;}

#content .more_btn{
  display: block; 
  position: absolute;
  width: 120px;
  padding: 10px;
  transition: all .5s ease-in-out;
  color: #fff;
  /* border: 1px solid red; */
}

#content section:nth-of-type(1) .more_btn{
  left: 50%;
  transform: translateX(-50%);
  bottom: 110px;
}

#content section:nth-of-type(2) .more_btn{
  left: 8px;
  top: 200px;
}

#content section:nth-of-type(4) .more_btn{
  left: 75px;
  top: 99%;
  transform: translateX(-50%);
}


#content .more_btn::before{
  content: '';
  display: block;
  width: 0px;
  height: 35px;
  /* border-radius: 7px; */
  background: rgba(255,255,255,.3);
  background-size: 200%;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -10;
  transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 2px solid #fff;
}
#content .more_btn:hover::before{
  width: 100%;
}
#content .more_btn span{
  position: relative;
  width: 150px;
  padding-right: 10px;
  z-index: 1;
  font-weight: 500;
}
#content .more_btn i{
    color: #fff;
    transition: all .5s ease-in-out;
  }
#content .more_btn:hover i{
    color: #fff;
    transform: translateX(5px);
  }


/* 1_회사소개 */
#content .info{width: 1200px; margin: 0 auto;}
#content .info p{text-align: left; color: #333;}

#content .info .about{
  margin-bottom: 100px;
  display: flex;
  /* gap: 15px; */
}
#content .info .about li{
  width: 400px; height: 527px;
  /* border-radius: 50px 0 0 0; */
  position: relative;
  overflow: hidden;
}
#content .info .about li img{
  width: 100%; transition: all .5s ease-out;
}
#content .info .about li:hover img{
  transform: scale(1.1);
  filter: grayscale(80%) blur(3px);
}
#content .info .about dl{
  width: 400px;
  height: 527px;
  position: absolute;
  left: 0; top: 450px;
  background: linear-gradient(rgba(0, 122, 195, .7), rgba(24, 37, 44, 0.8));
  transition: all .5s ease-out;
}
#content .info .about li:hover dl{
  position: absolute;
  left: 0;top: 0;
}
#content .info .about li dt{
  transition: all .5s ease-out;
  transition-delay: .3s;
  text-align: center;
}

#content .info .about li dt p{
  letter-spacing: 3px;
  font-size: 1.5rem;
  margin: 20px 40px;
  font-weight: 600;
  color: #fff;
  position: relative;
  /* border: 1px solid red; */
  display: inline-block
}


#content .info .about li:hover dt{
  /* font-size: 1.8rem; */
  transition-delay: .3s;
  margin: 100px 0 30px 0;
  color: #fff;
}

#content .info .about li:hover dt p::before{
  content: "";
  width: 120%;
  border-bottom: 2px solid #fff;
  /* height: 100%; */
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;

}


#content .info .about dd{
  color: #fff; text-align:justify;
  margin: 0 30px 0 30px;
}

/* 회사소개-자세히보기 */
/* #content .info .about dd a{
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  transition: all ease-in .3s;
  position: relative;
} */
/* 
#content .info .about dd a:hover{
  color: #ee1b2e;
} */

/* #content .info .about dd a::after {
  content:"";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 215px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../mainimages/more_03.png') no-repeat 0 0;
  opacity: 0;
  transition: all .5s;
} */
/* #content .info .about a:hover::after{
  opacity: 1;
} */

/* 2.사업영역 */
#content .business {
  width: 2000px; height: 1000px; position: relative;
  overflow: hidden; left:50%; 
  transform: translateX(-50%);
}
#content .business .swiper-container {
    width: 100%;
    height: 600px;
    top:200px ;
    overflow:visible;
  }
#content .business .swiper-slide {
    width: 600px;
    position: relative;
  }
  #content .business img{
    width: 100%;height: 100%; object-fit: cover;
    object-position: center;
    border-radius: 20px;
    box-shadow: 0 0 15px 2px rgba(0,0,0,.2);
  }  
  #content .business dl{
    position: absolute; top:80px; left:0;
    color: #fff; text-align: left;
    display: none;
  }
  #content .business ul li dt{
    font-size: 3.06rem;
    margin-bottom: 40px;
    font-weight: 700;
    text-shadow: 3px 2px 4px gray; 
  }
  #content .business ul li dt span{
    /* display: block; */
    font-size:1.4rem ;
    margin:0 0 40px 25px;
    font-weight: 400;
  }
  #content .business ul li dt span strong{
    font-size:1.7rem ;
  }
  #content .business ul li dd p{
    line-height: 1.5rem;
    font-size: 1.22rem;
  }
  /* 사업소개-자세히보기 */
  /* #content .business ul li dd a{
    margin-top: 20px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    width: 150px;
    font-weight: 500;
    background: rgba(255, 255, 255, .2);
  }  */
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    font-size: 1.3rem;
    color:rgba(255, 255, 255, .5);
    position: absolute;
    top: 10px;
    left: -440px;
    height: 80px;
    font-weight: 400;
  }
  #content .business ul .swiper-slide-active dl{
    display: block;
  }
  #content .business ul .swiper-slide-active img{
    display: none;
  }
  #content .business span.swiper-pagination-current {
    font-size: 2.7rem;
    font-weight: 700;
    color: #fff;
  }
  #content .business  .swiper-button-prev{left: 390px;
    color: #fff;
    padding: 20px 30px;
    background:#007ac3;
    z-index: 20;
  }
  #content .business  .swiper-button-next{
    right: 390px;
    color: #fff;
    padding: 20px 30px;
    background:#007ac3;
  }

/* 3.네트워크 */
#content .network{
  width: 2000px; height: 1281px;
  overflow: hidden;
  position: relative;
  left:50%;
  transform: translateX(-50%);
  background: #007ac3;
  color: #fff;
}

#content .network div{
  margin-left: 400px;
}
/* #content .network div a{
  margin-top: 20px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 5px 10px 5px 10px;
  text-align: center;
  width: 150px;
  font-weight: 500;
  background: rgba(255, 255, 255, .2);
} */
#content .network ul li{
  position: absolute;
}

#content .network ul li::before{
  content: '';
  display: block;
  width: 350px; height: 250px;
  border: 2px solid #fff;
  background: rgba(255,255,255,.8);
  position: absolute;
  display: none;
  padding-top: 15px;
  color: #007ac3;
  text-align: center;
  font-weight: 700;
}

#content .network ul li.check::before {
  content: '';
  display: block;
}  

#content .network ul li a{
  font-size: 1.5rem;
  font-weight: 700; color: #fff;
  transition: all .5s;
}


/*중국*/
#content .network ul li:nth-child(1){right:365px; top:667px;}

/*일본*/
#content .network ul li:nth-child(2){right:100px; top:655px;}

/*홍콩*/
#content .network ul li:nth-child(3){right:388px; top:723px;}

/*베트남*/
#content .network ul li:nth-child(4){right:220px; top:783px;}

/*인도네시아*/
#content .network ul li:nth-child(5){ right:433px; top:877px;}

/*태국*/
#content .network ul li:nth-child(6){right:460px; top:765px;}

/*영국*/
#content .network ul li:nth-child(7){right:1030px; top:555px;}

/*이탈리아*/
#content .network ul li:nth-child(8){right:965px; top:590px;}

/*미국*/
#content .network ul li:nth-child(9){right:1600px; top:500px;}

/*한국*/
#content .network ul li:nth-child(10){right:335px; top:630px;} 

/* 각 나라 설명 */
/* 중국 */
#content .network ul li:nth-child(1):before{
  content:"KOLON GLOBAL CORP. \A chaina@kolonglobal.com";
  background-image: url("../mainimages/World_Map_china.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  left: -265px;
  top: 45px;
  z-index: 1;
}

/* 일본 */
#content .network ul li:nth-child(2):before{
  content:"KOLON GLOBAL CORP. \A japan@kolonglobal.com";
  background-image: url("../mainimages/World_Map_japan.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  left: -265px;
  z-index: 1;
  top: 45px;
}

/* 홍콩 */
#content .network ul li:nth-child(3):before{
  content:"KOLON GLOBAL CORP. \A hongkong@kolonglobal.com";
  background-image: url("../mainimages/World_Map_hongkong.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  left: -189px;
  z-index: 1;
  top: 45px;
}

/* 베트남 */
#content .network ul li:nth-child(4):before{
  content:"KOLON GLOBAL CORP. \A vietnam@kolonglobal.com";
  background-image: url("../mainimages/World_Map_vietnam.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  left: -189px;
  z-index: 1;
  top: 45px;
}

/* 인도네시아 */
#content .network ul li:nth-child(5):before{
  content:"KOLON GLOBAL CORP. \A indonesia@kolonglobal.com";
  background-image: url("../mainimages/World_Map_indonesia.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  left: -189px;
  z-index: 1;
  top: 45px;
}

/* 태국 */
#content .network ul li:nth-child(6):before{
  content:"KOLON GLOBAL CORP. \A thailand@kolonglobal.com";
  background-image: url("../mainimages/World_Map_thailand.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  /* background-position: center 80px; */
  position: absolute;
  z-index: 1;
  left: -209px;
  top: 45px;
}
  
/* 영국 */
#content .network ul li:nth-child(7):before{
  content:"KOLON GLOBAL CORP. \A united kingdom@kolonglobal.com";
  background-image: url("../mainimages/World_Map_united_kindom.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  z-index: 1;
  left: -110px;
  top: 45px;
}

/* 이탈리아 */
#content .network ul li:nth-child(8):before{
  content:"KOLON GLOBAL CORP. \A italia@kolonglobal.com";
  background-image: url("../mainimages/World_Map_italy.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  left: -265px;
  top: 45px;
  z-index: 1;
}

/* 미국 */
#content .network ul li:nth-child(9):before{
  content:"KOLON GLOBAL CORP. \A united states@kolonglobal.com";
  background-image: url("../mainimages/World_Map_united_states.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  left: -90px;
  z-index: 1;
  top: 45px;
}

/* 한국 */
#content .network ul li:nth-child(10):before{
  content:"KOLON GLOBAL CORP. \A kora@kolonglobal.com";
  background-image: url("../mainimages/World_Map_korea.jpg");
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center 80px;
  position: absolute;
  z-index: 1;
  left: -260px;
  top: 45px;
}

/* 4.EGS경영 */
#content .esg{
  width: 100%;
  height: 100vh; /* 전체 스크롤 영역을 3배로 늘림 */
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#content .esg h3{
  margin-top: 0;
}

#content .esg .wrap{
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 2;
  /* overflow: hidden; */
}

#content .esg .wrap .bg{
  width: 100%;
  height: 100%;
  background:url(../mainimages/esg_11.jpg) no-repeat center;
  background-size: cover;
  transform: scale(0.5);
  transition: transform 0.1s ease-out;
  z-index: -1;
}

#content .esg .wrap .title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  color: #fff;
  z-index: 3;
  transition: transform 0.1s ease-out;
}
/* 
 #content .esg div{
  position: absolute;
  left:400px; top:100px;
  color: #fff;
}  */
/* esg-자세히보기 */
/* #content .esg div a{
  margin-top: 20px;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 5px 10px 5px 10px;
  text-align: center;
  width: 150px;
  font-weight: 500;
  background: rgba(255, 255, 255, .2);
} */

/* 5.인재채용 */
#content .recruit{
  width: 100%;  padding:0 0 100px 0;
  background: #007ac3;
  position: relative;
  overflow: hidden;
}
#content .recruit::after{
  content:"";
  background-image: url(../mainimages/recruit_back.png);
  position: absolute; top: 237px; left: 0;
  width: 100%; height: 100%; opacity: 15%; 
}
#content .recruit h3{
  text-align: center;
  color: #fff;
}
#content .recruit div div>p{
  text-align: center;
  color: #fff;
}
#content .recruit div{
  position: relative;
  z-index: 1;
}
#content .recruit div .recruit_item{
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  /* border: 1px solid red; */
}
#content .recruit div .recruit_item ul{
  display: flex;
  overflow: hidden;
  margin-top: 50px;
  justify-content: center;
}
#content .recruit div .recruit_item ul li{
  /* border: 1px solid yellow; */
  width: 25%;
  height: 300px;
  /* background: #fff; */
  text-align: justify;
  position: relative;
  overflow: hidden;
  transition: all .4s ease-out;
}
#content .recruit div .recruit_item ul li::before{
  content: ""; display: block;
  width: 300px;
  height: 4px; background: #fff;
}
#content .recruit div .recruit_item ul li:hover{
  background: #eff0f3;
}
#content .recruit div .recruit_item ul li:hover::before{
  background: #ee1b2e;
}
#content .recruit div .recruit_item ul li a dl{
  position: relative;
  overflow: hidden;
  text-align: center;
}
#content .recruit .recruit_item ul li a dl dt {
  color: #fff;
  text-align: center;
  transition: all .4s ease-out;
  position: relative;
  margin: 205px auto 20px auto;
}
#content .recruit div .recruit_item ul li a dl dt p {
  font-size: 1.5rem;
  font-weight: 700;
  /* display: inline-block; */
}
#content .recruit div .recruit_item ul li:hover a dl dt{
  /* margin: 205px auto 20px auto; */
  margin-top: 100px;
  color: #ee1b2e;
  /* border: 1px solid blue; */
}
#content .recruit div .recruit_item ul li a dl dt img{
  display: block;
  /* margin: 0 auto 25px auto; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -150px;
  opacity: 1;
  transition: all .3s ease-out;
}
#content .recruit div .recruit_item ul li:hover a dl dt img{
  position: absolute;
  top: -200px;
  opacity: 0;
}
/* #content .recruit .recruit_item ul li a i{
} */
#content .recruit div .recruit_item ul li a i{
  color: #ee1b2e;
  font-size: 40px;
  text-align: center;
  position: absolute;
  left: 50%; top: -250px;
  transform: translate(-50%) rotate(180deg);
  transition: all .4s ease-out; opacity: 0;
}
#content .recruit div .recruit_item ul li:hover i{
  top: -80px; opacity: 1;
}
#content .recruit div .recruit_item ul li a dl dd{
  margin: 20px 40px 0; position: relative; z-index: 20; opacity: 0;
  transition: all .4s ease-out;
}
#content .recruit div .recruit_item ul li:hover a dl dd{
  opacity: 1;
}

/* 6.홍보자료 */
#content .notice{
  width: 2000px; overflow: hidden; position: relative;
  left: 50%; transform: translate(-50%);
}
#content .notice>div{
  position: absolute;
  left:400px; top:100px;
  color: #fff;
}
#content .notice .notice_left{
  overflow: hidden;
  position: absolute; top: 350px;
  right: 780px;}
#content .notice .notice_right{
  overflow: hidden; position: absolute;
  top: 100px; right: 400px;
}
#content .notice li{
  width: 366px; height: 239px; position: relative;
  border-radius: 70px 0 0 0; overflow: hidden;
  margin-bottom: 10px;
}
#content .notice a{
  width: 366px; height: 239px;
}
#content .notice ul li div{
  color: #fff;width:366px ; height: 239px;
  position: absolute; bottom:0; left:0; transition: all .5s;
}
#content .notice ul li div .btn{
  font-size:2em;
  margin:110px 0 5px 30px;
  font-weight: 600;
  /* line-height: 1.1rem; */
}
#content .notice ul li div p{
  margin: 0 0 0 30px; font-size: 1rem;
}

#content .notice .notice_left li:first-child div{
  padding-left:120px; box-sizing: border-box;
  background:url(../mainimages/notice_youtube_13_button.png) 30px 100px no-repeat;
}
#content .notice .notice_left li:first-child div .btn{
  font-weight: 400;
  line-height: 1.1em;
}
#content .notice li:hover div{
  background:#ffcbb6;
  color:#ee1b2e;
}
#content .notice .notice_left li:first-child:hover div{
  background:#ffcbb6 url(../mainimages/notice_youtube_13_button2.png) 30px 100px no-repeat;}
#content .notice li:hover div .btn{
  background: url(../mainimages/ico.png) 140px 15px no-repeat;
}
#content .notice .notice_left li:hover div .btn{background:none;
}
#content .notice .notice_left li:last-child:hover div .btn{
  background: url(../mainimages/ico.png) 170px 15px no-repeat;
}


