.container{
  padding-top: 64px;
}
/* 비디오 */
.common-inner .video-box-wrap {
  margin-top: -40px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
}

.video-container {
  width: 32%;
  min-height: 400px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.video-container .desc {
  text-align: left;
  padding: 0.5rem;
}

.video-container .desc .sub-title {
  width: 100%;
  min-height: 5rem;
  display: block; /*60px*/
  font-size: 1.6rem; /*25px*/
  line-height: 2rem; /*36px*/
  letter-spacing: -0.5px; 
  font-weight: 500; 
  box-sizing: border-box; /* 패딩/보더 포함 계산 */
}

.video-container .desc span {
  display: inline-block; /* 줄 단위로 잘리지 않게 유지 */
  font-size: 1.25rem; /*20px*/
  line-height: 1.875rem; /*30px*/
  letter-spacing: -0.36px;
}


/* 비주얼영역 */
.sc-visual .main-slide{ height: 543px; padding: 0px 0;}
.sc-visual .img-wrap{ height: 100%; width: 100%;} 
.sc-visual .img-wrap.award img{ 
  height: 100%; width: 100%; object-fit:contain;
  background-color:#161D40;
} 
.sc-visual .img-wrap img{ height: 100%; width: 100%; object-fit:cover;} 
.sc-visual .title-wrap{ 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  font-weight:900;
}
.sc-visual .title-wrap .title{ 
  font-weight:900;
  font-family: 'inter';
  width: 0; 
  opacity: 0; 
  overflow: hidden; 
  font-size: 100px; 
  line-height: 1.2; 
  letter-spacing: -2.4px; 
  white-space: nowrap; 
  color: #D93097; 
  z-index: 1; 
  transition: width 0.5s 0.8s, opacity 0.6s 0.8s; 
} 
.sc-visual .title-wrap .title br{display: none;}
.sc-visual .title-wrap .title .point{color:#D93097;}
.sc-visual .swiper-slide-active .title-wrap .title{ 
  width: 100%; opacity: 1; }

/* 추가영역 */
/* main start */
.sc-system{
  padding: 138px 0 100px;
}
.sc-system .sm-title.system::before{
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  background: #000000;
  margin: 0 auto 40px;
}


.common-inner .info{
  padding: 138px 0 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sm-title.line::before{
  display: block;
  content: "";
  width: 26px;
  height: 1px;
  background: #000000;
  margin:0 auto 8px;;
}
.common-inner .info .sm-title.video::before{
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  background: #000000;
  margin: 0 auto 40px;
}

.common-inner .info .sm-title{
  font-size: 16px;
  color: #000;
  font-family: 'Lexend','Noto Sans KR',sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.common-inner .info .sm-title.line_server{
  margin-bottom: 10px;
}

.info .md-headline{
  font-size: 44px;
  color: #222222;
  font-weight: 500;
  line-height: 1.55;
  text-align: center;
}
.info .md-headline.hd_server{padding-top: 30px;}
/* //추가영역 */







/* benefits */
.sc-benefits .bene-item{
}
.sc-benefits .bene-item .img-box{
  position: relative;
  padding-bottom: 100%;
}
.sc-benefits .bene-item img{
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  object-fit: cover;
}
.sc-benefits .bene-item .desc{
  overflow: hidden;
  margin-top: 20px;
  overflow-wrap: break-word;
  
}
.swiper .bene-item .desc .sub-title.bg{
  width: 100%;
  min-height: 7rem;
  display: block; 
  font-size: 1.6rem; /*25px*/
  line-height: 2rem;
  letter-spacing: -0.5px; 
  font-weight: 500;
  }
.swiper .bene-item .desc .sub-title{
  width: 100%;
  min-height: 4rem;
  display: block; 
  font-size: 1.6rem; /*25px*/
  line-height: 2rem;
  letter-spacing: -0.5px; 
  font-weight: 500;
  }
.sc-benefits .bene-item .desc p{
  font-size: 18px;
  line-height: 1.7rem;
  letter-spacing: -0.36px;
  color: #000;
}



/****서베이****/
.sc-survey{
  background: #f5f5f5;
  padding-bottom: 50px;
}
.common-inner .sc-survey .info{
  padding-top: 30px;
  padding-bottom: 30px;
}
.sc-survey .survey-list{
  display: flex;
  height: 100%;
}
.sc-survey .survey-item{
  width: 50%;
  border-right: 1px solid #33405b;
}
.sc-survey .survey-item:last-child{
  border-right: none;
}
.sc-survey .survey-item .desc{
  height: 100%;
  align-items: center;
  text-align: center; 
}
.survey-item .desc .title{
  line-height: 30px;
  font-size: 22px; 
  letter-spacing: -0.36px; 
  font-weight: bold; 
  margin-bottom: 20px;
}
.survey-item .desc .sub-title{
  min-height: 10rem;
  line-height: 30px;
  font-size: 20px; 
  letter-spacing: -0.5px; 
  font-weight: 500; 
}
.survey-item .desc .survey-btn{
  margin-top: auto; 
  background: #33405b;
  position: relative;
  border-radius: 20px;
  width: 160px;
  height: 60px;
}
.survey-item .desc .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

/* 고객사 ************************************/
.sc-partner {
  width: 100%;
  padding: 0 30px;
  background: #fafafa;
  overflow: hidden;
}
.sc-partner .partner-inner{
  position: relative;
  padding: 0 76px;
}
.sc-partner .info{
  padding-top:30px;
  padding-bottom:0px;
}
.partner-inner .btn{
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  border: 1px solid #939393;
  border-radius: 50%;
  display: block;
  transform: translateY(-50%);
}
.partner-inner .btn svg{
  width: 22px;
  height: 14px;
  margin: 0 auto;
}
.partner-inner .btn.prev{
  position: absolute;
  left: 0; top: 50%;   
}
.partner-inner .btn.next{
  position: absolute;
  right: 0; top: 50%;
}
/* //추가부분 */




/* merit */
.common-inner .info{
  /* padding: 170px 0 85px; */
  width: 100%;
}
.common-inner .bg-wrap{
  height: 700px;
  width: 100%;
}
.common-inner .bg-wrap .bg-list{
  height: 100%;
  display: flex;
  flex-grow:1;
}
.common-inner .bg-wrap .bg-item{
  width: calc(100%/4);
}
.common-inner .bg-wrap .img-box{
  position: relative;
  display: block;
  /* width: 100%; */
  height: 100%;
}
.common-inner .bg-wrap .img-box img{
  object-fit: cover;
  /* width: 100%; */
  height: 100%;
}

.common-inner .bg-wrap .img-box{
  position: relative;
  display: block;
  /* width: 100%; */
  height: 100%;
}

/* sc-teams */
.sc-teams .info .sm-title::before {
 display: block;
  content: "";
  width: 26px;
  height: 1px;
  background: #000000;
  margin:0 auto 8px;;
}
.sc-teams .bene-item .img-box{
  position: relative;
  padding-bottom: 100%;
  height: 400px;
}
.sc-teams .bene-item img{
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  object-fit: cover;
}
.sc-teams .bene-item .desc{
  width: 70%;
  height: 50%;
  position: absolute;
  top: 30%;left: 50%;
  translate: -50% -50px;
  z-index: 99;
  overflow: hidden;
  margin-top: 29px;
  overflow:visible;
  color: #fff;
}
.swiper .bene-item .desc .sub-title.sm{
  width: 100%;
  display: block; 
  font-size: 1.6rem; /*25px*/
  line-height: 2.25rem; /*36px*/
  padding-bottom: 1.5rem; 
  letter-spacing: -0.5px; 
  font-weight: 500; 
  }

.sc-teams .bene-item .desc span{
  display: inline-block; /* 줄 단위로 잘리지 않게 유지 */
  white-space: nowrap;   /* 단어 안에서 줄바꿈 방지 */
  font-size: 1.25rem; /*20px*/
  line-height: 1.875rem; /*30px*/
  letter-spacing: -0.36px;
}



/***********************************/
/* media q */
/* 1280px ~ [1025px] */
@media (max-width:1280px){
.container{padding-top: 0px;}
.sc-teams .bene-item .desc span{
  font-size: 1.06rem; /*17px*/
}
.sc-visual .title-wrap .title{
  font-size: 80px;
}
.sc-benefits .bene-item .desc p br{display: none;}
.common-inner .bg-wrap .text-wrap .theme{
  border: 3px solid #000;
  font-size: 17px;
  white-space: wrap;
}
.common-inner .bg-wrap .text-wrap .theme span{
  width: 100%;  
}
/*비디오추가*/
.common-inner .video-box-wrap {
  margin-top: -40px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
}
.common-inner .video-box-wrap .video-container{
  float: left;
  width: 32%;
  padding: 10px;
  box-sizing: border-box;
  min-height: 200px;
}
.common-inner .video-box-wrap .video-container.next{
  min-height: 200px;
  float: right;
}
.common-inner .video-box-wrap .video-container .desc .sub-title{
  font-size: 20px;
  }

.common-inner .video-box-wrap .video-container .desc p{
  font-size: 16px;
  line-height: 26px;
}

}/*//1280 미디어쿼리 닫음*/

@media (max-width:1151px){
  .survey-item .desc .sub-title{
    br{display: none;}
    align-items: center;
    text-align: center; 
    min-height: 10rem;
    line-height: 30px;
    font-size: 20px; 
    letter-spacing: -0.5px; 
    font-weight: 500; 
    padding: 10px;
  }
}
/* 1024px ~ [769px] */
  .sc-visual .title-wrap .title{ font-size: 60px; }
/*//1024 미디어쿼리 닫음*/


/* 907px ~ [769px] 비디오부분*/
@media (max-width:907px){
.video-container .desc .sub-title {
  width: 100%;
  min-height: 5rem;
  display: inline-block;
  font-size: 1.125rem; /*24px*/
  line-height: 1.5rem; /*36px*/
  letter-spacing: -0.5px; 
  font-weight: 500; 
  box-sizing: border-box; /* 패딩/보더 포함 계산 */
}
}/*//907 미디어쿼리 닫음*/



/* 768px ~ [320px] */
@media (max-width:768px){

/*비디오*/
.common-inner .video-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common-inner .video-box-wrap .video-container {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2%;
}
.common-inner .video-box-wrap .video-container video{
  width: 100%;
}
.video-container .desc .sub-title{
  font-size: 16px; 
  letter-spacing: -0.36px; 
  font-weight: bold; 
}
.video-container .desc .sub-title {
  width: 100%;
  min-height: 3rem;
  display: inline-block;
  font-size: 16px; 
  letter-spacing: -0.36px; 
  line-height: 1.5rem; /*36px*/
  font-weight: 500; 
  box-sizing: border-box; /* 패딩/보더 포함 계산 */
}
.video-box-wrap .video-container .sub-title p{
  height: 100px;
  padding-right: 0; 
  line-height: 25px;
  font-size: 14px; 
  letter-spacing: -0.36px; 
  font-weight: 500; 
  }


/*서베이******************************/
.sc-survey{
  background: #f5f5f5;
  width: 100%;
}
.common-inner .sc-survey .info{
  padding-top: 60px;
  padding-bottom: 0;
}
.sc-survey .survey-item{
  width: 50%;
  border-right: 1px solid #33405b;
}
.sc-survey .survey-item:last-child{
  border-right: none;
}
/* 서베이 */
.sc-survey .survey-item .desc{
  br{display: none;}
  align-items: center;
  text-align: center; 
}
.survey-item .desc .title{
  min-height: 3rem;
  line-height: 30px;
  font-size: 20px; 
  letter-spacing: -0.36px; 
  font-weight: bold; 
  margin-bottom: 0px;
}
.survey-item .desc .sub-title{
  min-height: 2rem;
  padding-right: 26px; 
  line-height: 30px;
  font-size: 18px; 
  letter-spacing: -0.36px; 
  font-weight: 500; 
  }

.survey-item .desc .survey-btn{
  margin-top: 20px;
  background: #33405b;
  position: relative;
  border-radius: 20px;
  width: 200px;
  height: 60px;
}
.survey-item .desc .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}


/* sc-teams 780*/

.sc-teams .bene-item .img-box{
  position: relative;
  padding-bottom: 50%;
  height: 200px;
}
.sc-teams .bene-item img{
  position: absolute;
  top: 0;left: 0;
  width: 100%;height: 100%;
  object-fit: cover;
}
.sc-teams .bene-item .desc{
  width: 90%;
  height: 90%;
  position: absolute;
  top: 20%;left: 50%;
  translate: -50% -50px;
  z-index: 99;
  overflow: hidden;
  overflow-wrap: break-word;
}
/*  */
.swiper .bene-item .desc .sub-title.sm{
  width: 100%;
  display: block; 
  font-size: 1.6rem; /*25px*/
  line-height: 2.25rem; /*36px*/
  padding-bottom: 1.5rem; 
  letter-spacing: -0.5px; 
  font-weight: 500; 
  }

.sc-teams .bene-item .desc span{
  display: inline-block; /* 줄 단위로 잘리지 않게 유지 */
  white-space: nowrap;   /* 단어 안에서 줄바꿈 방지 */
  font-size: 1.25rem; /*20px*/
  line-height: 1.875rem; /*30px*/
  letter-spacing: -0.36px;
}
/*  */

  .sc-visual .main-slide{
    height: 100%;
  }

  .sc-visual .title-wrap .title{
    font-size: 40px;
    text-align: center;
    width: 100%;
  }
  .sc-visual .title-wrap .title br{
    display: block;
  }

  .info .md-headline{font-size: 20px;}
  .swiper .bene-item .desc .sub-title{
    font-size: 19px;
    line-height: 25px;
  }
  .sc-benefits .bene-item .desc p{
    font-size: 16px;
    line-height: 25px;
  }
  .sc-benefits .info{padding-top: 50px;}
  .sc-partner{
    padding-top: 20px; 
    padding-bottom: 0px ;
  }
  .sc-system{padding-top: 50px; padding-bottom: 80px;}


  .sc-teams{ padding: 22px 0 50px; }

  /*** 검색창 클릭시 나오는 메뉴  ***/
  
  .group-head .headline{
    margin-bottom: 11px;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.7px;
  }
  .group-head .desc-more .more-desc{
    padding-right: 20px;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.32px;
  }
  .group-head .link-more{
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.24px;
  }

  [class*="sc-"] .swiper{ margin: 0;}
  .sc-benefits{ padding: 0; }

  [class*="sc-"] .control-wrap .btn-nav{
    width: 30px;
    height: 30px;
    background-position: -165px -70px;    
  }
  [class*="sc-"] .control-wrap .btn-nav.next{
    transform: rotate(180deg);
  }
  [class*="sc-"] .control-wrap .swiper-button-disabled{
    opacity: 0.5;
  }
 


/* 큰 카테고리 */
.form3 .pop-search .group .title{
  line-height: 26px;
  letter-spacing: -0.28px;
  font-weight: bold;
  margin-top: 45px;
} 
/* 직무/직군 안 카테고리 */
.form3 .pop-search .group .chk{
  position: relative;
  margin-top: 14px;
  width: 100%;
  padding-left: 19px;
  line-height: 26px;
  letter-spacing: -0.28px;
  display: inline-block;
  vertical-align: top;
}
.form3 .pop-search .group .chk::before{
  content: '';
  position: absolute;
  top: 9px;
  left: 2px;
  background-position: -136px -93px;
  width: 8px;
  height: 5px;
}

.form3 .pop-search .group .depth2{
  border: 1px solid #000;
}
.form3 .pop-search .group .depth2 .list{
 padding-left: 20px;
}
/* depth2 */
.form3 .pop-search .group .nav-item .chk .depth2{display: none;}
.form3 .pop-search .group .nav-item .chk.on .depth2{display: block;}
.form3 .pop-search .group .depth2 .wrapper{display: none;}
.form3 .pop-search .group .depth2 .chk.on .wrapper{display: block;}
/* 체크동그라미 */
.form3 .pop-search .group .chk-wrap{
  margin-top: 14px;
  line-height: 26px;
  letter-spacing: -0.28px;
}
}

/******* 추가 *******/
@media (max-width: 677px) {
  .survey-item .desc .sub-title {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto; /* 수평 가운데 정렬 */
    text-align: center; /* 텍스트 가운데 정렬 */
    height: 50%;/* 고정 높이 제거 */
    font-size: 14px;/* 폰트 크기 줄임 */
    line-height: 22px;/* 줄 간격도 줄임 */
  }
}

@media (max-width: 600px) {
  .survey-item .desc .sub-title {
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 528px) {
  .survey-item .desc .survey-btn{
    margin-top: 20px;
    background: #33405b;
    position: relative;
    border-radius: 20px;
    width: 180px;
    height: 60px;
  }
  .survey-item .desc .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
    color: #fff;
  }
  
  
}

/* 480px ~ [320px] */
@media (max-width:480px){
  /*비디오*/
  .common-inner .video-box-wrap {
    flex-direction: column;
    margin-left: 0;
  }
  .common-inner .video-box-wrap .video-container {
    width: 100%;
    margin-left: 0;
  }
  
  /*서베이*/
  .sc-survey{
    background: #f5f5f5;
    width: 100%;
  }
  .common-inner .sc-survey .info{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .sc-survey .survey-list{
    display: flex;
    flex-direction: column;
  }
  .sc-survey .survey-item{
    width: 100%;
  }
  .sc-survey .survey-item{
    border: none;
  }
  .sc-survey .survey-item .desc{
    margin: 16px 16px 30px 16px;
    padding-bottom: 20px;
  }
  .survey-item .desc .title{
    font-size: 16px; 
    letter-spacing: -0.36px; 
    font-weight: bold; 
  }
  .survey-item .desc .sub-title{
    line-height: 25px;
    font-size: 14px;
    letter-spacing: -0.36px; 
    font-weight: 500; 
  }

  .survey-item .desc .survey-btn{
    margin-top: 20px;
    background: #33405b;
    position: relative;
    border-radius: 20px;
    width: 120px;
    height: 80px;
  }
  .survey-item .desc .txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
/* *********** */
.sc-system{
  padding-top: 0;
}
.sc-system .info{
  padding-top: 100px;
}
.sc-teams .info{
  padding:0;
}
.sc-benefits .info{
  padding-top: 60px;
  padding-bottom: 0;
}
.sc-partner .info{
 padding-top: 10px;
 padding-bottom: 0;
}



/* 360px ~ [320px] */
@media (max-width:360px){

  /*서베이*/
.sc-survey{
  background: #f5f5f5;
  width: 100%;
}
.common-inner .sc-survey .info{
  padding-top: 40px;
  padding-bottom: 0;
}
.sc-survey .survey-list{
  display: flex;
  flex-direction: column;
}
.sc-survey .survey-item{
  width: 100%;

}
.sc-survey .survey-item{
  border: none;
}
.sc-survey .survey-item .desc{
  margin: 16px 16px 30px 16px;
  padding-bottom: 50px;
}
.survey-item .desc .title{
  font-size: 16px; 
  letter-spacing: -0.36px; 
  font-weight: bold; 
}
.survey-item .desc .sub-title{
  height: 100px;
  padding-right: 0; 
  line-height: 25px;
  font-size: 14px; 
  letter-spacing: -0.36px; 
  font-weight: 500; 
  }

.survey-item .desc .survey-btn{
  margin-top: 20px;
  background: #33405b;
  position: relative;
  border-radius: 20px;
  width: 100px;
  height: 50px;
}
.survey-item .desc .txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.sc-system{
  padding-top: 0;
}
.sc-system .info{
  padding-top: 100px;
}
.sc-teams .info{
  padding:0;
}
.sc-benefits .info{
  padding-top: 60px;
  padding-bottom: 0;
}
.sc-partner .info{
 padding-top: 10px;
 padding-bottom: 0;
}

}