/* .sub05-1-wrap .sub-top{
  background: url(../img/sub05-1-visual.jpg) no-repeat center / cover;
  padding-top: 600px;
  padding-bottom: 67px;
} */

.sub05-1-wrap{
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sub05-1-wrap .sub-top{
  position: relative;
  width: 100%;
  height: 42vh;
  min-height: 250px;
  overflow: hidden;
}
.sub05-1-wrap .sub-top .video-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.sub05-1-wrap .sub-top .video-wrapper .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black; /* 기본 배경 */
  z-index: 1; /* 썸네일 위로 */
}
.sub05-1-wrap .sub-top .video-wrapper .video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 이미지 비율 유지 */
}
.sub05-1-wrap .sub-top .video-wrapper .sub05-1-video{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%; /* 부모 요소의 너비에 맞춤 */
  padding-bottom: 56.25%; /* 16:9 비율 */
  overflow: hidden;
}
.sub05-1-wrap .sub-top .video-wrapper .sub05-1-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.sub05-1-wrap .sub-top::before{
  content: "";
  display: block;
  width: 100%;
  height: 54%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 85%,
    rgba(0, 0, 0, 1) 100%
  );
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.sub05-1-wrap .sub-top .sub-sec-titbox{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2; 
  width: 100%;
}
.sub05-1-wrap .sub-top .sub-sec-titbox p{
  margin-top: 0;
  font-size: 26px;
  font-weight: 500;
  color: rgb(255,255,255);
}
.sub05-1-sec01{
  padding-top: 20px;
  padding-bottom: 60px;
}
.sub05-1-sec01-titbox{
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
}
.sub05-1-sec01-titbox h2{
  font-size: 60px;
  font-weight: 800;
  color: rgb(255,255,255);
}
.sub05-1-sec01 .clients-inner{
  max-width: 3840px;
}
.sub05-1-sec01 .clients-inner .clients-slider .con-line{
  white-space: nowrap;
  width: max-content;
  position: relative;
  margin-bottom: 8px;

  will-change: transform;
  backface-visibility: hidden;
}
.sub05-1-sec01 .clients-inner .clients-slider .con-line:last-child{
  margin-bottom: 0;
}
.sub05-1-sec01 .clients-inner .clients-slider .con-line > li{
  display: inline-block;
  padding-right: 20px;
  flex: 0 0 auto;
}
.sub05-1-sec01 .clients-inner .clients-slider .con-line > li .imgbox{
  max-width: 160px;
  width: 100%;
}
.sub05-latest-sec{
  padding: 100px 0;
}
.sub05-1-sec02{
  padding-top: 0;
}
.sub05-latest-sec > .inner{
  max-width: 2560px;
  /* padding: 0 80px; */
}
.sub05-latest-sec .titline{
  display: flex;
  justify-content: space-between;
  gap: 20px;  
}
.sub05-latest-sec .titline .latest-titbox h2{
  font-size: 60px;
  font-weight: 800;
  line-height: 1.3;
  color: rgb(255,255,255);
  position: relative;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  z-index: 2;
}
.sub05-1-sec05.sub05-latest-sec .titline .latest-titbox h2{
  /* transform: translateY(20%); */
  /* -webkit-transform: translateY(20%); */
}
.sub05-latest-sec .titline .latest-titbox h2 .right{
  position: relative;
  left: 120px;
  display: block;
}
.sub05-latest-sec .titline .latest-toolbox{
  display: flex;
  align-items: center;
  gap: 44px;
}
.sub05-latest-sec .titline .latest-toolbox .dsc{
  font-size: 18px;
  font-weight: 500;
  color: rgb(255,255,255);
}
.sub05-latest-sec .titline .latest-toolbox .link1{
  display: block;
  width: 95px;
  position: relative;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.sub05-latest-sec .titline .latest-toolbox .link1:hover{
  top: -10px;
}
.sub05-1-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.sub05-1-swiper .swiper-slide{
  width: auto;
}
.sub05-1-swiper .swiper-slide.vertical .imgbox img{
  max-width: 430px;
}
.sub05-1-swiper .swiper-slide.width .imgbox img{
  max-width: 930px;
}
.sub05-1-swiper .swiper-slide .imgbox{
  display: block;
  overflow: hidden;
  position: relative;
}
.sub05-1-swiper .swiper-slide .imgbox img{
  max-height: 750px;
  transform: scale(1);
  position: relative;
  top: 0;
  /* -webkit-transform: scale(1); */
  transition: all 0.3s ease-in-out;
}
.sub05-1-swiper .swiper-slide .imgbox:hover img{
  /* transform: scale(1.05); */
  /* -webkit-transform: scale(1.05); */
  top: -10px;
}
.sub05-1-swiper .swiper-slide .imgbox::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}
.sub05-1-swiper .swiper-slide .imgbox .txtbox{
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
}
.sub05-1-swiper .swiper-slide .imgbox .txtbox h2{
  font-size: 32px;
  font-weight: bold;
  color: rgb(255,255,255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub05-1-swiper .swiper-slide .imgbox .txtbox p{
  color: #999;
  font-size: 20px;
  font-weight: 500;
  margin-top: 2px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sub05-1-sec07{
  padding: 100px 0 200px;
}
.sub05-1-sec07 > .inner{
  max-width: 1520px;
}
.sub05-1-sec07 .sub05-1-sec07-titbox{
  text-align: center;
  padding-bottom: 150px;
}
.sub05-1-sec07 .sub05-1-sec07-titbox h2{
  font-weight: 500;
  font-size: 34px;
  color: rgb(255,255,255);
}
.sub05-1-sec07 .sub05-1-sec07-titbox h2 b{
  font-weight: 900;
}
.sub05-1-sec07 .txt-line{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.sub05-1-sec07 .txt-line > div{
  flex: 1;
}
.sub05-1-sec07 .txt-line > div br{
  display: none;
}
.sub05-1-sec07 .txt-line > .left p{
  font-size: 22px;
  font-weight: 500;
  color: rgb(255,255,255);
  margin-bottom: 24px;
}
.sub05-1-sec07 .txt-line > .left p:last-child{
  margin-bottom: 0;
}
.sub05-1-sec07 .txt-line > .right > p{
  font-size: 22px;
  font-weight: 500;
  color: rgb(255,255,255);
}
.sub05-1-sec07 .bottom-box{
  margin-top: 200px;
}
.sub05-1-sec07 .bottom-box .logobox{
  text-align: center;
  margin-bottom: 60px;
}
.sub05-1-sec07 .bottom-box .logobox img{
  max-width: 400px;
  width: 100%;
  display: inline-block;
}
.sub05-1-sec07 .bottom-box .txtbox{
  text-align: center;
}
.sub05-1-sec07 .bottom-box .txtbox p{
  font-size: 28px;
  font-weight: 500;
  color: rgb(255,255,255);
}
.sub05-1-sec07 .bottom-box .txtbox a{
  display: block;
  width: 280px;
  padding: 20px 60px;
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 999px;
}
.sub05-1-sec07 .bottom-box .txtbox a:hover{
  background: #000;
  color: #fff;
}

@media(max-width:1600px){
  .sub05-latest-sec .titline .latest-titbox h2{
    font-size: 70px;
  }
}

@media(max-width:1420px){
  .sub05-1-wrap .sub-top{
    /* padding-top: 500px; */
    /* padding-bottom: 60px; */
  }
  .sub05-1-wrap .sub-top .sub-sec-titbox p{
    font-size: 32px;
  }
  .sub05-1-sec01{
    padding-top: 60px;
  }
  .sub05-1-sec01-titbox{
    margin-bottom: 60px;
  }
  .sub05-1-sec01-titbox h2{
    font-size: 60px;
  }
  .sub05-1-sec01 .clients-inner .clients-slider .con-line{
    margin-bottom: 10px;
  }
  .sub05-1-sec01 .clients-inner .clients-slider .con-line > li{
    padding-right: 16px;
  }
  .sub05-1-sec01 .clients-inner .clients-slider .con-line > li .imgbox{
    max-width: 180px;
  }

  .sub05-latest-sec{
    padding: 60px 0;
  }
  .sub05-latest-sec > .inner{
    padding: 0 20px;
  }
  .sub05-latest-sec .titline{
    gap: 10px;  
  }
  .sub05-latest-sec .titline .latest-titbox h2{
    font-size: 60px;
  }
  .sub05-latest-sec .titline .latest-toolbox{
    gap: 20px;
  }
  .sub05-latest-sec .titline .latest-toolbox .dsc{
    font-size: 16px;
  }
  .sub05-1-swiper .swiper-slide.vertical .imgbox img{
    max-width: 400px;
  }
  .sub05-1-swiper .swiper-slide.width .imgbox img{
    max-width: 870px;
  }
  .sub05-1-swiper .swiper-slide .imgbox img{
    max-height: 600px;
  }
  .sub05-1-sec07 .txt-line > div br{
    display: none;
  }

  .sub05-1-sec07{
    padding-top: 80px;
  }
  .sub05-1-sec07 .bottom-box .logobox{
    margin-bottom: 30px;
  }
  .sub05-latest-sec .titline .latest-titbox h2 .right{
    left: 60px;
  }
}

@media(max-width:1024px){
  .sub05-1-wrap .sub-top{
    /* padding-top: 240px; */
    /* padding-bottom: 15px; */
  }
  .sub05-1-wrap .sub-top{
    height: auto;
    min-height: initial;
  }
  .sub05-1-wrap .sub-top .video-wrapper{
    position: relative;
  }
  .sub05-1-wrap .sub-top .video-wrapper .sub05-1-video{
    position: relative;
    top: 0%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  .sub05-1-wrap .sub-top .sub-sec-titbox{
    bottom: 20px;
  }
  .sub05-1-wrap .sub-top::before{
    height: 45%;
  }
  .sub05-1-wrap .sub-top .sub-sec-titbox p{
    font-size: 20px;
  }
  .sub05-1-sec01{
    padding-top: 30px;
    padding-bottom: 0;
  }
  .sub05-1-sec01-titbox{
    margin-bottom: 30px;
  }
  .sub05-1-sec01-titbox h2{
    font-size: 32px;
  }
  .sub05-1-sec01 .clients-inner .clients-slider .con-line{
    margin-bottom: 10px;
  }
  .sub05-1-sec01 .clients-inner .clients-slider .con-line > li{
    padding-right: 8px;
  }
  .sub05-1-sec01 .clients-inner .clients-slider .con-line > li .imgbox{
    max-width: 140px;
  }
  
  .sub05-latest-sec{
    padding: 40px 0;
  }
  .sub05-latest-sec .titline{
    flex-wrap: wrap;
    gap: 10px;  
    margin-bottom: 20px;
  }
  .sub05-latest-sec .titline .latest-titbox{
    width: 100%;
  }
  .sub05-latest-sec .titline .latest-titbox h2{
    font-size: 24px;
    transform: translateY(0%) !important;
    -webkit-transform: translateY(0%) !important;
  }
  .sub05-latest-sec .titline .latest-toolbox{
    width: 100%;
    gap: 12px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .sub05-latest-sec .titline .latest-toolbox .dsc{
    font-size: 14px;
  }
  .sub05-latest-sec .titline .latest-toolbox .link1{
    width: 80px;
  }
  .sub05-latest-sec .titline .latest-toolbox .link1:hover{
    top: 0px;
  }
  .sub05-1-swiper .swiper-slide.vertical .imgbox img{
    max-width: 270px;
  }
  .sub05-1-swiper .swiper-slide.width .imgbox img{
    max-width: 500px;
  }
  .sub05-1-swiper .swiper-slide .imgbox{
    display: block;
    overflow: hidden;
  }
  .sub05-1-swiper .swiper-slide .imgbox img{
    max-height: 750px;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-in-out;
  }
  .sub05-1-swiper .swiper-slide .imgbox:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }


  .sub05-1-swiper .swiper-slide .imgbox .txtbox h2{
    font-size: 18px;
  }
  .sub05-1-swiper .swiper-slide .imgbox .txtbox p{
    font-size: 15px;
  }


  .sub05-1-sec07{
    padding: 60px 0 120px;
  }
  .sub05-1-sec07 .sub05-1-sec07-titbox{
    padding-bottom: 40px;
  }
  .sub05-1-sec07 .sub05-1-sec07-titbox h2{
    font-size: 24px;
  }
  .sub05-1-sec07 .txt-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .sub05-1-sec07 .txt-line > div{
    flex: none;
    width: 100%;
  }
  .sub05-1-sec07 .txt-line > .left p{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sub05-1-sec07 .txt-line > .right > p{
    font-size: 16px;
  }
  .sub05-1-sec07 .bottom-box{
    margin-top: 60px;
  }
  .sub05-1-sec07 .bottom-box .logobox{
    margin-bottom: 30px;
  }
  .sub05-1-sec07 .bottom-box .logobox img{
    width: 80%;
  }
  .sub05-1-sec07 .bottom-box .txtbox p{
    font-size: 20px;
  }
  .sub05-latest-sec .titline .latest-titbox h2 .right{
    left: 0;
  }

  .sub05-1-sec07 .bottom-box .txtbox a{
    width: 200px;
    padding: 12px 30px;
    margin-top: 20px;
    font-size: 18px;
  }
}

@media(max-width:767px){
  .sub05-1-sec01 .clients-inner .clients-slider .con-line > li .imgbox{
    max-width: 120px;
  }

  .sub05-1-swiper .swiper-slide.vertical .imgbox img{
    max-width: 180px;
  }
  .sub05-1-swiper .swiper-slide.width .imgbox img{
    max-width: 320px;
  }
}

@media(max-width:380px){
  .sub05-1-swiper .swiper-slide.vertical .imgbox img{
    max-width: 140px;
  }
  .sub05-1-swiper .swiper-slide.width .imgbox img{
    max-width: 260px;
  }
}

@media(max-width:320px){
  .sub05-1-swiper .swiper-slide.vertical .imgbox img{
    max-width: 100px;
  }
  .sub05-1-swiper .swiper-slide.width .imgbox img{
    max-width: 200px;
  }
  .sub05-1-wrap .sub-top .sub-sec-titbox p{
    font-size: 15px;
  }
}