@charset "UTF-8";

#companyWrap .company_box {
 /* -moz-transform: translateX(-14.5%);
  -webkit-transform: translateX(-14.5%);
  -ms-transform: translateX(-14.5%);
  -o-transform: translateX(-14.5%);
  transform: translateX(-14.5%);*/
  -moz-transform: translateX(-5.5%);
  -webkit-transform: translateX(-5.5%);
  -ms-transform: translateX(-5.5%);
  -o-transform: translateX(-5.5%);
  transform: translateX(-5.5%);
  box-sizing: border-box;
}
#companyWrap .swiper-container {
  max-width: 45.875em; 
  max-width: 60.875em;
  margin: 0 auto;
  overflow: visible;
}

#companyWrap .swiper-wrapper {
  gap: 4rem;
}

#companyWrap .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  max-width: 80vw;
  /* margin-top: 10em; */
  transition: transform 1s, left 1s, top 1s, margin 1s, width 1s, padding 1s, opacity 1s;
  /* padding-right: 2rem; */
  font-size: 1.15em;
  /* padding-left: 2rem; */
  /*  opacity: 0.5;*/
}

#companyWrap .swiper-slide.swiper-slide-active {
  opacity: 1;
}

#companyWrap .swiper-slide.swiper-slide-active .image {
  box-shadow: 5px 5px 30px 0 rgba(0, 0, 0, 0.3);
}
#companyWrap .swiper-slide.swiper-slide-active .txt {
  box-shadow: 6px 6px 15px 0 rgba(0, 0, 0, 0.25);
}

#companyWrap .swiper-slide.swiper-slide-prev {
  margin-top: 0;
}
#companyWrap .swiper-slide._act {
  /* padding-left: 72%; */
  opacity: 1;
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#companyWrap .swiper-slide._act + .swiper-item {
  margin-top: 3.75em;
}

#companyWrap .swiper-slide._act {
  width: 86vw;
}

#companyWrap .swiper-slide.swiper-slide-active .image,
#companyWrap .image {
  overflow: hidden;
  /* height: 42rem; */
  box-sizing: border-box;
  -moz-transition: box-shadow .3s;
  -webkit-transition: box-shadow .3s;
  -ms-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

#companyWrap .image {
  position: absolute;
  top: 0;
  left: 0;
  /*2023-02-24 hrum 주석처리*/
  /* max-width: 87.301%; */
  /*  width: 35.4em;*/
  width: 100%;
  height: 42rem;
  border-radius: 4em;
  overflow: hidden;  
  background-position: center !important;
}

#companyWrap .image > a {
  display: inline-flex; 
  -ms-flex-align: center; align-items: center; 
  width: 100%; height: 100%;
  position: absolute;top: 50%;left: 50%;
  -moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);transition: all 0.1s;
}
#companyWrap .swiper-slide._act .image {
  top: 0;
  left: 0;
  /* margin-top: -10em; */
  transition: all 0.65s;
  visibility: visible;
  opacity: 1;
  color: #212529;
}

#companyWrap .image img {
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
}

#companyWrap .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  gap: var(--rem-20);
  opacity: 0;
  /*  max-width: 85.301%;*/
  width: calc(50% - 4rem);
  border-radius: 3rem 0 0 0;
  flex: 1 0 auto;
  position: relative;
  z-index: 5;
  visibility: hidden;
  line-height: 1.3;
  color: #212529;
  margin-top: 20rem;
  margin-left: 50%;
  margin-right: 4rem;
  padding: 60px 55px 70px;
  background-color: #fff;
}
#companyWrap .swiper-slide._act .txt {
  /* top: 0; */
  /* left: 0; */
  /*  margin-top: -3em;*/
  transition: all 0.65s;
  visibility: visible;
  opacity: 1;
  /* color: #212529; */
}
#companyWrap .txt .con_tit1 {
  font-size: var(--rem-30);
  word-break: keep-all;
}
#companyWrap .txt p {
  margin-top: 0;
}

/* swiper-contr */
#companyWrap .swiper-contr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: var(--rem-16);
  margin-top: var(--rem-13);
}
#companyWrap .swiper-contr .swiper-pagination {
  position: static;
  font-size: 1.7rem;
  width: auto;
  color: #aaa;
}
#companyWrap .swiper-contr .swiper-pagination-total {
  /* font-weight: bold;*/
}
#companyWrap .swiper-contr .swiper-pagination-current {
  color: var(--color-green);
  font-weight: bold;
}
#companyWrap .swiper-contr > button {
  width: var(--rem-35);
  height: var(--rem-25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#companyWrap .swiper-contr > button.prev {
  background-image: url('../images/main/prev.svg');
}
#companyWrap .swiper-contr > button.prev.active, #companyWrap .swiper-contr .prev:hover  {
  background-image: url('../images/main/prev_on.svg');
}
#companyWrap .swiper-contr > button.next {
  background-image: url('../images/main/next.svg');
}
#companyWrap .swiper-contr > button.next.active, #companyWrap .swiper-contr .next:hover  {
  background-image: url('../images/main/next_on.svg');
}


@media screen and (max-width: 1700px) {
  #companyWrap .company_box {
    -moz-transform: translateX(-13.5%);
    /* -webkit-transform: translateX(-13.5%); */
    -ms-transform: translateX(-13.5%);
    -o-transform: translateX(-13.5%);
    /* transform: translateX(-5.5%); */
  }
  #companyWrap .swiper-slide {
    /* font-size: 1.0625em; */
  }
}
@media screen and (max-width: 1440px) {

  #companyWrap .company_box {
    -moz-transform: translateX(-10.5%);
    /* -webkit-transform: translateX(-10.5%); */
    -ms-transform: translateX(-10.5%);
    -o-transform: translateX(-10.5%);
    /* transform: translateX(-10.5%); */
  }
  #companyWrap .swiper-slide._act {
    /* padding-left: 55%; */
  }
  #companyWrap .swiper-slide {
    /* font-size: 1em; */
  }
  #companyWrap .swiper-slide._act {
    /* width: 81vw !important; */
  }
}
@media screen and (max-width: 1310px) {
  
  #companyWrap .company_box {
   /* transform: none;*/
  }

  #companyWrap .swiper-container {
    /* max-width: 650px; */
    /* width: 80vw; */
  }
  #companyWrap .swiper-slide {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-orient: vertical; */
    -ms-flex-direction: column;
    /* flex-direction: column; */
    /* margin-top: 0; */
    /* padding-right: 0.375em; */
    /* padding-left: 0.375em; */
    /* opacity: 1; */
  }
  #companyWrap .swiper-slide.swiper-slide-prev {
    /* margin-top: 0; */
  }
  #companyWrap .swiper-slide._act {
    /* padding-left: 0.375em; */
    /* max-width: none; */
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    /* justify-content: center; */
    width: 75vw !important;
}

  #companyWrap .swiper-slide._act + .swiper-item {
    margin-top: 0;
  }

  #companyWrap .swiper-slide .image {
    /* transition: none; */
  }

  #companyWrap .image {
    height: 36rem;
}

  #companyWrap .swiper-slide .txt, #companyWrap .swiper-slide .image {
    /* box-shadow: none; */
  }

  #companyWrap .txt {
    width: calc(60% - 4rem);
    margin-top: 16rem;
    margin-left: 40%;
    padding: 50px 45px 60px;
}

  #companyWrap .swiper-contr {
    /* margin-top: 2.1875em; */
  }
  #companyWrap .swiper-contr .swiper-pagination {
    /* font-size: 1em; */
    min-width: 3.5em;
    /* text-align: center; */
  }
  #companyWrap .swiper-contr .swiper-pagination-current {
    /*color: #fff;*/
  }
  #companyWrap .swiper-slide .txt .con_tit1 {
    /* font-size: 1.82em; */
  }
  
}
@media screen and (max-width: 1100px) {

  #companyWrap .company_box {
    -moz-transform: translateX(5.5%);
    -webkit-transform: translateX(5.5%);
    -ms-transform: translateX(5.5%);
    -o-transform: translateX(5.5%);
    transform: translateX(5.5%);
  }

  #companyWrap .swiper-slide {
    font-size: 1em;
    max-width: none;
  }

  #companyWrap .swiper-slide._act {
    width: 70vw !important;
  }

  #companyWrap .image {
    /* max-width: 87.301%; */
    /* width: 35.4em; */
    height: 35rem;
    border-radius: 2em;
    background-size: contain
}

  #companyWrap .txt {
    /* max-width: 85.301%; */
    width: calc(64% - 4rem);
    margin-top: 14rem;
    margin-left: 30%;
    margin-right: 3rem;
    padding: 40px 35px 50px;
  }

  #companyWrap .swiper-slide.swiper-slide-active .image{
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 800px) {

  #companyWrap .txt {
    width: calc(100% - 8rem);
    margin-top: 19rem;
    margin-left: 4rem;
    margin-right: 4rem;
    padding: 40px 35px 50px;
  }

}
@media screen and (max-width: 480px) {
  #companyWrap .company_box {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #companyWrap .image {
    height: 30rem;
    border-radius: 3rem;
}

  #companyWrap .swiper-container {
    max-width: unset;
    width: 100%;
}

  #companyWrap .txt {
    margin-top: 25rem;
    padding: 40px 35px;
}

}
