body {
  overflow-x: hidden !important;
}
.sc-mv{
  width: 100%;
  position: relative;
  height: 100vh;
}
.sc-mv .headline-wrap.wh h2 {
  color: var(--white);
}
.sc-mv .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sc-mv .bg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  animation: image-zoom-out 8s 0s forwards;
  transform: scale(1.08,1.08);
}

@keyframes image-zoom-out {
	from {
		transform: scale(1.08,1.08)
	}
	to {
		transform: scale(1.0,1.0)
	}
}
.sc-mv .inner-1440{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.split .char {
  will-change: transform, opacity;
}
.split-wrap {
  display: inline-block;
  overflow: hidden; 
  vertical-align: bottom;
}
.sc-mv h2 .split-wrap .char {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
@keyframes text-active-animation {
  from {
    opacity: 0; filter: Alpha(opacity=0);
    transform: translateY(50px);
  }
  to {
    opacity: 1; filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}

/* 박스 호버 */
.result-list .txt-type2 > ul > li .line {
  -webkit-transition: -webkit-box-shadow .3s ease-out;
  transition: -webkit-box-shadow .3s ease-out;
  -o-transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out;
  transition: box-shadow .3s ease-out,-webkit-box-shadow .3s ease-out
}
.result-list .txt-type2 > ul > li .line:hover {
  -webkit-box-shadow: 10px 10px 20px 3px rgba(59, 56, 55, 0.15);
  box-shadow: 10px 10px 20px 3px rgba(59, 56, 55, 0.15)
}
/* sc-insight */
.sc-insight{
  padding: 140px 0;
}

.sc-insight .wrap-l{
  display: flex;
  align-items: center;
}
.sc-insight .wrap{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc-insight .wrap a.active {
  color: #000;
}

.sc-insight .wrap a::before {
  position: absolute;
  top: -2px;
  right: -8px;
  content: '';
  width: 8px;
  height: 8px;
  background-color: var(--color-main);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.sc-insight .wrap a.active::before {
  opacity: 1;
  visibility: visible;
}
.sc-insight .wrap-l a:nth-of-type(1){
 padding-left: 34px;
 margin-right: 48px;
}
.sc-insight .wrap-l a:nth-of-type(1)::after { 
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 1px;
  height: 32px;
  background: #DBD7D7;
}
.sc-insight .wrap a{
  display: flex;
  align-items: center;
  position: relative;
  color: #979494;
font-size: 24px;
font-weight: 700;
letter-spacing: -0.48px;
transition: all 0.5s;
}
.sc-insight .headline-wrap{
  display: flex;
  gap: 29px;
  align-items: center;
  flex-direction: row;
}
.sc-insight .headline-wrap a svg{
  transition: all 0.5s;
}
.sc-insight .headline-wrap a:hover svg{
  transform: rotate(180deg);
}
.sc-insight .flex{
  display: flex;
  gap: 33px;
}
.sc-insight .flex .flex-left .txt{
  width: 100%;
}
.sc-insight .flex .flex-left {
  flex: 0 0 458px;
  max-width: 458px;
  height: 100%;
  width: 100%;
}
.sc-insight .flex .flex-left .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sc-insight .flex .flex-left .thumb{
  position: absolute;
  z-index: -1;
  flex: 0 0 458px;
  max-width: 458px;
  width: 100%;
}
.sc-insight .flex .flex-left a{
  display: flex;
  width: 100%;
  height: 100%;
  padding: 57px 40px 55px 40px;
  z-index: 2;
  color: var(--white);
  background-image: url(/image/main/flex-left_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sc-insight .flex-left a strong{
  font-family: Pretendard;
  font-size: 17px;
  font-weight: 600;
  line-height: 100%; /* 17px */
  letter-spacing: -0.34px;
}
.sc-insight .flex-left a h3{overflow: hidden;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.64px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  margin: 42px 0 20px;
  word-break: break-word;
  min-height: 116px;
}
.sc-insight .flex-left a .desc{
  font-family: Pretendard;
  font-size: 17px;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: -0.34px;
  margin-bottom:  76px;
  word-break: break-all;
  min-height: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.sc-insight .flex-left a .datetime{
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 17px;
  font-weight: 400;
  line-height: 100%; /* 17px */
  letter-spacing: -0.34px;
}
.sc-insight .flex-right{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: repeat(2,1fr);
  gap: 30px;
}
.sc-insight .flex-right .mini-card a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 39px 39px 20px 39px;
  transition: all 0.5s;
  border: 1px solid var(--colordd);
  background-color: #F9F9F9;
}
.sc-insight .mini-card a strong{
  color: var(--color-main);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 17px */
  letter-spacing: -0.34px;}
.sc-insight .mini-card a h3{
  overflow: hidden;
  color: var(--color1C);
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin: 16px 0 20px;
  min-height: 62px;
  word-break: break-word;
}
.sc-insight .mini-card a p{
  overflow: hidden;
  color: var(--color4C);
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; 
  letter-spacing: -0.34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  margin-bottom: 30px;
  word-break: break-all;
  min-height: 55px;
}
.sc-insight .mini-card a .datetime{
  overflow: hidden;
color: #999;
text-overflow: ellipsis;
font-family: Pretendard;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 17px */
letter-spacing: -0.34px;
}

/* sc-busi */
.sc-busi {
  position: relative;
  overflow: hidden !important;
}
.sc-busi .bg-gray{
  padding: 168px 0 0px;
  margin-bottom: 273px;
  background: #F5F5F5;
  height: 920px;
}
.sc-busi .thumb-tit{
  position: absolute;
  top: 195px;
  right:0px;
}

.busi-item {
  position: relative;
  /* flex: 1 1 auto; 
  min-width: 300px; 
  max-width: 464px; */
  overflow: hidden;
  width: 100%;
}
.busi-item .thumb img{
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 1s cubic-bezier(.4,0,.2,1);
}
/* .thumb-blur-overlay {
  position: absolute; inset: 0;
  background: rgba(34,34,34,0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  pointer-events: none;
  pointer-events: none;
  opacity: 1;
  transition: opacity 1s cubic-bezier(.4,0,.2,1);
  z-index: 2;
} */

.swiper-scrollbar-drag {
  background: #000 !important;
}
.p20{
  padding: 0 20px;
}
.swiper-scrollbar {
  position: static !important;
  max-width: 1440px;
  width: 100%;

margin: 80px  auto  0 !important;
  margin-top: 80px;
  height: 4px;           
  border-radius: 2px;   
  background: #e0e0e0;   
}

.busi-item .thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.busi-item .txt{
  position: relative;
  z-index: 5;
}
.busi-item .txt a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 244px 54px 66px 40px;
  color: var(--white);
}
.busi-item .txt a h3{
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.68px;
  font-family: Pretendard;
  height: 85px;
}
.busi-item .txt a p{
  overflow: hidden;
  color: var(--white);
  text-overflow: ellipsis;
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  align-self: stretch;
  margin: 16px 0 20px;
  min-height: 167px;
}
.link-more-cir {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  padding: 16px;
  border: 1px solid var(--white);
  transition: all 0.5s;
}

.link-more-cir svg {
  z-index: 2;
  position: relative;
}

.link-more-cir::after {
  background: var(--color-main);
  border-radius: 50%;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  z-index: 1;
  content: '';
  transition: all 0.3s cubic-bezier(.2, 1, .65, 1);
}
.busi-item:hover .link-more-cir::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.busi-slide{
  width: 100%;
} 
/* sc-work */
.sc-work{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sc-work .col-right .about-us p{
  color:  var(--color4C);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: -0.34px;
  width: fit-content;
}
.sc-work .col-right .about-us{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 80px;
}
.sc-work .col-right .box{
  display: flex;
  gap: 50px;
}
.sc-work .col-right .box .thumb:nth-child(1){
  margin-top: 200px;
}
.sc-work  .col-left .thumb{
  width: 602.441px;
  height: 702.98px;
  overflow: hidden;
}
.sc-work  .col-right .thumb:nth-child(1){
  width: 189.995px;
  height: 253.326px;
  overflow: hidden;
}
.sc-work  .col-right .thumb:nth-child(2){
  width: 243.035px;
  height: 314.283px;
  overflow: hidden;
}
.sc-work .thumb img{
  height: 120%;
  width: 100%;
  object-fit: cover;
}
.sc-work .thumb,
.sc-work .thumb img {
  will-change: transform;
}
.sc-info{
  margin: 190px 0 160px;
}
.sc-info .headline-wrap {
  margin-bottom: 0;
}
.sc-info .img-wrap{
  display: flex;
  gap: 13px;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.sc-info .flex{
  display: flex;
  gap: 145px;
}
.sc-info .info-list {
  max-width: 681px;
  width: 100%;
  height: auto;
}
.sc-info .info-list li:nth-child(1){
  border-top: 1px solid var(--colordd);
}
.sc-info .info-list li + li{
  border-top: 1px solid var(--colordd);
  border-bottom: 1px solid var(--colordd);
}
.sc-info .info-list li a > div{
  display: flex;
  align-items: center;
  gap: 26px;
}
.sc-info .info-list li a strong{
  color: var(--color1C);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 24px */
  letter-spacing: -0.48px;
}
.sc-info .info-list li a {
  display: flex;
  align-items: center;
 justify-content: space-between;
  padding: 16px 0;
}
.sc-info .info-list li a .thumb{
  transition: transform .8s cubic-bezier(.16,1,.3,1);
  overflow: hidden;
  will-change: transform;
  display: block;
  transform-origin: center center;
}
.sc-info .info-list li a .thumb img {
  transition: transform .8s cubic-bezier(.16,1,.3,1); 
 transform: scale(1);
  will-change: transform; 
  display: block;
  backface-visibility: hidden; 
}
.sc-info .info-list li a .ico{
  position: relative;
  display: inline-block;
  width: 48px; 
  height: 48px;
  overflow: hidden;
}
/* 기본 이미지 */
.sc-info .info-list li a .ico img.default {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transition: transform 0.6s cubic-bezier(.16,1,.3,1), opacity 1s;
  transform: translate(-50%, -50%) scaleX(1);
  transform-origin: 0% center;
  opacity: 1;
  z-index: 1;
}
/* 호버 이미지 */
.sc-info .info-list li a .ico img.hover {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  transition: transform 0.6s cubic-bezier(.16,1,.3,1), opacity 1s;
  transform: scale(0,0);
  transform-origin: left center;
  opacity: 0;
  z-index: 2;
}
.sc-info .loca .tit h3{
  color: var(--color1C);
font-family: Pretendard;
font-size: 32px;
font-weight: 600;
line-height: 97%; /* 31.04px */
letter-spacing: -0.64px;
}
.sc-info .loca .tit{
  display: flex;
  max-width: 614px;
  width: 100%;
}
.sc-info .loca{
  max-width: 614px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.sc-info .loca .about-us{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sc-info .loca .about-us p{
  color: var(--color4C);
  font-family: Pretendard;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 27.2px */
  letter-spacing: -0.34px;
  width: fit-content;
}
 .about-us a{
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
}
.sc-info .img-wrap .thumb:nth-child(1){
  width: 220px;
  height: 130px;
  overflow: hidden;
}
.sc-info .img-wrap .thumb:nth-child(2){
  width: 614px;
  height: 356px;
  overflow: hidden;
}
.sc-info .img-wrap .thumb img{
  height: 130%;
  width: 100%;
  object-fit: cover;
  will-change: transform;
}
/* mbanner-area */
.mbanner-area{
  position: relative;
}
.mbanner-area .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mbanner-area .thumb{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mbanner-area .inner-1440 h2{
  color: var(--white);
  font-family: Pretendard;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 61.6px */
  letter-spacing: -0.88px;
}
.mbanner-area .inner-1440{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 108px 0;
}
.mbanner-area .more-btn{
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.40);
}
.mbanner-area .more-btn img {
  filter: invert(1) brightness(2);
}
.busi-item.swiper-slide-active .thumb-blur-overlay {
  opacity: 0;
}
.busi-slide
/* .busi-item.swiper-slide-active .link-more-cir::after {
  -webkit-transform: scale(1);
          transform: scale(1);
} */
/* .swiper-slide-next .thumb-blur-overlay {
  opacity: 0;
} */
/* .swiper-slide-next .link-more-cir::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.busi-item.swiper-slide-active .link-more-cir::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-next + .swiper-slide .thumb-blur-overlay,
.swiper-slide-next .thumb-blur-overlay {
  opacity: 0;
}
.swiper-slide-next + .swiper-slide .link-more-cir::after,
.swiper-slide-next .link-more-cir::after {
  -webkit-transform: scale(1);
          transform: scale(1);
} */

@media all and (max-width:1024px) {
  .busi-item.swiper-slide-active .link-more-cir::after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .swiper-slide-next + .swiper-slide .thumb-blur-overlay,
  .swiper-slide-next .thumb-blur-overlay {
    opacity: 1;
  }
  .swiper-slide-next + .swiper-slide .link-more-cir::after,
  .swiper-slide-next .link-more-cir::after {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
/* 호버 */

/* @media all and (min-width:1023px) {
  .busi-item:hover .thumb-blur-overlay {
    opacity: 0;
  }
  .busi-item:hover .thumb img {
    transform: scale(1.2); 
  }
} */
@media all and (min-width:768px) {
  .sc-insight .flex-right .mini-card a:hover{
    border: 1px solid var(--color-main);
    background: var(--white);
    box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.08);
  }

  .sc-info .info-list li a:hover .thumb {
    transform: scale(0.85)  ; 
  }
  .sc-info .info-list li a:hover .thumb img {
    transform: scale(1.2) ; 
  }
  .sc-info .info-list li a:hover .ico img.default {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  .sc-info .info-list li a:hover .ico img.hover {
    transform: scale(1,1); 
    opacity: 1;
  }
  .busi-item .txt a:hover .link-more-cir svg{
    color: var(--white);
  }
}