

* {
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 500; 
}
* > p { 
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}

.career__mes {
  margin-top: 140px;
  
}
.tit{
  max-width:1280px; 
  width: 90%; 
  margin: 0 auto; 
}
.main-tit{
  display: flex;
  justify-content: space-between;
}
.main-tit .txt{
  display: flex;  gap: 10px;
}
.main-tit .txt h4{
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #121212;
  line-height: 2.5rem;
  margin: 0;
  margin-bottom: 30px;
}
.main-tit .txt span{
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.3px;
  color: #121212;
  margin: 0;
  margin-bottom: 30px;
}
.main-tit .txt p{
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #121212;
  margin-left: 10px;
  margin-bottom: 30px;
}
.sub-tit{
  margin-top: 100px;
}
.sub-tit h5 {
  font-size: 1.3rem; 
  font-weight: 800; 
  line-height: var(--main-line-height);
  margin-bottom: 20px;
}
.sub-tit p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.foot-tit {
  margin: 100px auto;
}
.foot-tit h5 {
  font-size: 1.3rem;
  line-height: var(--main-line-height);
  margin-bottom: 20px;
}
.foot-tit .link-group{
  display: flex;
  gap: 10px;
}
.foot-tit .link-group .sama-mail{
  height: 50px;
  color: #fff;
  border-radius: 25px;
  background: #191919;
  font-size: 1.2rem;
  line-height: 50px;
  padding: 0 26px;
  text-align: center;
}
.foot-tit .link-group .kakao{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #191919;
  position: relative;
}
.foot-tit .back-career{
  height: 50px;
  color: #b4b4b4;
  border: 2px solid #b4b4b4;
  border-radius: 25px;
  font-size: 1.2rem;
  line-height: 50px;
  padding: 0 26px;
  text-align: center;
  display: table;
  margin-top: 20px;
}
.kakaoimg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.apply_btn{
  width: 214px;
  height: 60px;
  background-color: #7619e8;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 1.2rem;
  line-height: 60px;
  text-align: center;
  display: block;
}


/* 애니메이션 */
.step__div {
  width: 100%; 
  max-width: 1280px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 
.step__div .step__item {
  text-align: center;
  width: 140px;
  position: relative;
}
.step__div .step__item * {
  transition: all .3s;
}
.step__div .step__item::after {
  content: '';
  width: 16px;
  height: 12px;
  background: url(/common/image/sama/career/arrow.png) no-repeat;
  position: absolute;
  top: 38%;
  right: -25%;
}
.step__div .step__item:last-child::after {
  display: none;
}
.step__div .step__item span.sticker {
  font-size: 1rem;
  color: #191919;
  font-weight: 700;
}
.step__div .step__item p {
  font-size: 1.2rem;  
  color: #191919;
  font-weight: 800;
  margin-bottom: 15px;
}
.step__div .step__item .step__img {
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9fafb;
  border-radius: 64px;
  overflow: hidden; 
  margin: 20px auto;
}
.step__div .step__img img {
  height: 42px; 
}
.step__div .step__item span {
  font-size: 1rem;
  color: #b4b4b4;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.3rem;
} 

.step__div .step__item.active .sticker {
  color: #921ecb;
}
.step__div .step__item.active p {
  color: #921ecb;
}
.step__div .step__item.active .step__img {
  background: #f8f4fd;
}




@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
      opacity: 1.0;
      filter: Alpha(opacity=100);
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
} 
 

.step__div .step__item {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .2s both;
} 

@media(max-width:920px){
.apply_btn{
  width: 160px;
  height: 50px;
  border-radius: 10px;
  line-height: 50px;
}
.main-tit{
  align-items: flex-end;
}
.main-tit .txt{
  display: block;
}
.main-tit .txt h4{
  font-size: 2.5rem;
  float: left;
}
.main-tit .txt span{
  font-size: 1.2rem;
}
.main-tit .txt p{
  clear: both;
  font-size: 16px;
  margin-bottom: 0px;
  margin-left: 0;
}
.sub-tit{
  margin-top: 60px;
}
.sub-tit h5 {
  font-size: 1.2rem;
}
.sub-tit p {
  font-size: 15px;
  line-height: 1.6em;
}
.foot-tit {
  margin: 100px auto;
}
.foot-tit h5 {
  font-size: 1rem;
}
.foot-tit .link-group .sama-mail{
  height: 40px;
  color: #fff;
  border-radius: 25px;
  background: #191919;
  font-size: 1rem;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
}
.foot-tit .link-group .kakao{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #191919;
}
.foot-tit .back-career{
  height: 40px;
  color: #b4b4b4;
  border: 2px solid #b4b4b4;
  border-radius: 20px;
  font-size: 1rem;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  display: table;
  margin-top: 16px;
}
.step__div{
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8% 3%;
  grid-template-columns: repeat(3, 1fr);
  margin-left: 8%;
  margin-bottom: 182px;
}
.step__div .step__item:nth-child(3n)::after{
  display: none;
}
.step__div .step__item:nth-child(4)::before,
.step__div .step__item:nth-child(7)::before{
    content: '';
    width: 16px;
    height: 12px;
    background: url(/common/image/sama/career/arrow.png) no-repeat;
    position: absolute;
    top: -14%;
    left: calc(50% - 8px);
    transform: rotate(132deg);
}
}
@media(max-width:610px){
  .step__div{
  margin-left: auto;
  }
  .step__div .step__item{
    width: auto;
  }
  .step__div .step__item .step__img{
    width: 100px;
    height: 100px;
    margin: 14px auto;
  }
  .step__div .step__item p{
    font-size: 16px;
  }
  .step__div .step__item span{
    font-size: 14px;
  }
  .step__div .step__item::after{
    right: -10%;
  }
}

@media(max-width:480px){
.apply_btn{
 display: block;
 margin-top: 10px;
 font-size: 1rem;
}
.main-tit{
  display: block;
}
.step__div .step__item::after,
.step__div .step__item:nth-child(4)::before,
.step__div .step__item:nth-child(7)::before{
  width: 10px;
  height: 8px;
  background-size: cover;
}
.step__div .step__item span{
  font-size: 13px;
}
}