

* {
  font-family: Pretendard,'Noto Sans KR', sans-serif;
  font-weight: 500; 
}
p { 
  margin: 0; 
} 

.main section  {
  overflow: hidden; box-sizing:border-box;
}

.sama_main {
  width:100vw;
  height: 100vh;
  overflow: hidden; 
  display: flex; 
  justify-content: center;
  align-items: center;
  position: relative;
}

.sama_main > img{margin:0; padding:0; box-sizing:border-box;}
.sama_main > img {
  position: absolute;
  height: auto;
}

.career__top .sama_main .main__top {
  z-index: 1;
} 
.career__top .sama_main .main__txt {
  font-size: 3rem; 
  text-align: center;
  font-weight: 800;
  letter-spacing: var(--main-letter-spacing);
  line-height: var(--main-line-height);
  margin: 0;
  color:#191919;
}
.career__top.active .sama_main .main__txt {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.career__top .sama_main .main__top > div {
  display: flex;  
  justify-content: center; 
  margin-top: 30px; 
  margin-bottom: 80px; 
}  
.career__top .sama_main .main__top > div > a {
  margin-right: 8px;
}
.career__top.active .sama_main .main__top > div > a:first-of-type {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .3s both;
} 
.career__top.active .sama_main .main__top > div > a {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .5s both;
}

@keyframes text-active-animation {
  0% {
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
      opacity: 1.0;
      filter: Alpha(opacity=100);
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
} 
 
 

.sama_main > img{margin:0; padding:0; box-sizing:border-box;}
.sama_main > img {
  position: absolute;
  height: auto;
}
.sama_main .Layer1 {
  top: 61%;
  left: 33%;
  width: 12vw;
}
.sama_main .Layer2 {
  top: 18%;
  right: 24%;
  width: 11vw;
}
.sama_main .Layer3 { 
  top: 10%;
  right: 35%;
  width: 7vw;
}
.sama_main .Layer4 {
  top: 60%;
  left: 59%;
  width: 10vw;
}
.sama_main .Layer5 {
  bottom: 13%;
  left: 13%;
  width: 8vw;
}
.sama_main .Layer6 {
  top: 25%;
  left: 24%;
  width: 10vw;
}
.sama_main .Layer7 { 
  top: 40%;
  left: 28%;
  width: 7vw;
}
.sama_main .Layer8 {
  top: 15%;
  left: 9%;
  width: 7vw;
}
.sama_main .Layer9 {
  top: 12%;
  right: 10%;
  width: 7vw;
} 
.sama_main .Layer10 {
  top: 46%;
  left: 4%;
  width: 7vw;
}
.sama_main .Layer11 {
  top: 48%;
  right: 10%;
  width: 7vw; 
}

.main-tit{width:1280px; margin: 0 auto;}
.main-tit h4{
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    color: #121212;
    line-height: 3.2rem;
    margin: 0;
    margin-bottom: 30px;
  }
.main-tit p {
  font-size: 20px; 
  font-weight: 500; 
  line-height: var(--main-line-height);
}



.career__mes {
  margin-top: 100px;
}
.hover_div {
  width: 1280px;
  margin: 50px auto -20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hover_div .hover_card {
  max-width: 630px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  transition: all .3s;
  height: 370px;
  overflow: hidden;
  border-radius: 10px;
}
.hover_div .hover_card img {
  width: 100%;
}
.hover_div .hover_card .front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 

.hover_div_st .hover_card.active .front {
  filter: blur(8px); 
  opacity: .5; 
  transition: all .3s;
}
.hover_div_st .hover_card.active .back span {
  display: block; 
}
.hover_div_st .hover_card.active .back img {
  display: none;
}
.hover_div_st .hover_card.active .back_txt {
  transform: translate3d(0px, 0px, 0px) !important;
}
@media (hover: hover) {
  .hover_div_st .hover_card:hover .front {
    filter: blur(8px); 
    opacity: .5; 
    transition: all .3s; 
  }
  .hover_div_st .hover_card:hover .back span {
    display: block; 
  }
  .hover_div_st .hover_card:hover .back p {
    font-size: 1.4rem; 
  }
  .hover_div_st .hover_card:hover .back img {
    display: none;
  }
  .hover_div_st .hover_card:hover .back_txt {
    transform: translate3d(0px, 0px, 0px) !important;
  }
}
.hover_div .hover_card .back {
  position: absolute;
  top: 0;
  left: 0; 
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 40px 30px;
} 
.hover_div_st .hover_card .back span {
  color: #b4b4b4;
  display: none;
  margin-bottom: 10px;
}
.hover_div .hover_card .back img {
  margin-top: 30px;
  width: 30px;
  height: 30px;
}
.hover_div .hover_card .back p {
  font-size: 1.5rem; 
  color: #323131;
  font-weight: 800;
  transition: all .3s;
  line-height: 30px;
}
.hover_div .hover_card .back .back_txt {
  font-size: 16px;
  font-weight: 600;
  color: #323131;
  transform: translate3d(0px, 400px, 0px);
  transition: all .5s;
  margin-top: 30px;
  line-height: 26px;
}
  
.full__div {
  width: 100%;
  max-width: 1280px;
  display: flex;
  margin: 50px auto 0;
} 
.full__div > div {
  width: 50%;
}
.full__div .full__left_txt {
  background: #f9fafb;
  padding: 40px 30px;
} 
.full__div .full__left_txt span {
  font-size: 1rem;
  color: #b4b4b4;
  display: block;
  margin-bottom: 10px;
}
.full__div .full__left_txt p {
  font-size: 24px;
  color: #191919;
  font-weight: 800;
  margin-bottom: 70px; 
  line-height: 30px;
}
.full__div .full__left_txt div {
  font-size: 1rem;
  line-height: 1.8rem;
} 




#front__div {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 80px;
}
#front__div .front__tab {
  display: flex;
  margin-bottom: 20px;
}
#front__div .front__tab li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1rem;
  color: #191919;
  background-color: #e5e5e5;
  padding: 10px 20px;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  font-weight: 600;
}
#front__div .front__tab li.active {
  color: #fff;
  background-color: #191919;
}

.front__tab_list {
  width: 100%;
  display: flex;
  gap: 20px; 
  flex-wrap: wrap;
} 
.front__tab_list .front__tab_item {
  width: 413px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f9fafb;
  cursor: pointer;
  line-height: 0;
}
.front__tab_list .front__tab_item .item_txt {
  padding: 30px 32px;
}
.front__tab_list .front__tab_item .item_txt span.sticker {
  background-color: #e5e5e5;
  padding: 8px 12px;
  color: #191919;
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px; 
  font-weight: 600;
  line-height: 1;
} 
.front__tab_list .front__tab_item .item_txt p {
  font-size: 20px;
  font-weight: 700;
  word-break: keep-all;
  width: 236px;
  margin-bottom: 15px;
  line-height: 26px; 
  height: 52px;
  color: #191919;
} 
.front__tab_list .front__tab_item .item_txt div {
  color: #b4b4b4;
  font-size: 1rem;
  line-height: 1; 
}




.welfare__list {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  /* margin-top: 40px; */
}
.welfare__list .welfare__item {
  width: 242px;
  margin-right: 17px;
  margin-bottom: 40px;
}
.welfare__list .welfare__item:nth-of-type(5n) {
  margin-right: 0;
}
.welfare__list .welfare__item img {
  margin-bottom: 15px;
}
.welfare__list .welfare__item span {
  display: block;
  margin-bottom: 5px;
  color: #191919;
  font-size: 1rem;
}
.welfare__list .welfare__item p {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  color: #191919;
  font-size: 1rem;
}
.welfare__more {
  height:140px;
  display:flex;
  align-items:center;
}
.welfare__more p {
  font-size:1.3rem;
  line-height:2.4rem;
}
.welfare__more p b {
  font-weight:700;
}
.blog__div {
  width: 100%;
  background: #f6f6f6;
  text-align: center;
  padding: 50px 0;
}
.apply__div {
  width: 100%;
  text-align: center;
  padding: 50px 0 140px;
}
.blog__div span, .apply__div span {
  display: block;
  font-size: 20px;
  color: #656565;
  margin-bottom: 30px;
}
.blog__div p, .apply__div p {
  display: block;
  font-size: 1.6rem;
  color: #191919; 
  font-weight: 800;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
.blog__div img {
  filter: brightness(0);
  width: 56px;
  height: 56px; 
  cursor: pointer;
}
.blog__div a, .apply__div a {
  color: #fff;
  background: #191919;
  border-radius: 30px;
  margin: 0px auto;
  margin-bottom: 0;
  display: inline-block;
  padding: 15px 45px;
  font-size: 1rem;
}

.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: 20px;  
  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;
}







.top_support {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 80px 0;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  /* margin-bottom: 20px; */
  position: relative;
}
.top_support .swiper-container {
  width: 100%;
}
.top_support .txt {
    width: 100%;
    color: #323131;
    text-align: center;
    margin: 0 auto;
}
.top_support .txt p {
    font-size: 32px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 30px;
}
.top_support .txt span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: block;
  width: 530px;
  margin: 0 auto;
} 
.top_support .txt a {
    color: #323131;
    font-size: 17px;
    font-family: 'Noto Sans KR';
    border-radius: 40px;
    display: block;
    max-width: 230px;
    padding: 12px 0;
    padding-top: 9px;
    text-align: center;
    border: 2px solid #323131;
    font-weight: 600;
    transition: all .3s;
    margin: 0 auto;
    margin-top: 40px; 
}
.top_support .swiper-button-prev {
  background-image: url('/common/front/img/sama/arrow_l.svg');
  left: 0;
  background-size: 10px 16px;
}

.top_support .swiper-button-next {
    background-image: url('/common/front/img/sama/arrow_r.svg');
    right: 0;
    background-size: 10px 16px;
}
.top_support .swiper-button-prev:after, .top_support .swiper-button-next:after {
  content: '';
}
 
@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.animate .step__item {
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) .2s both;
} 











.pshow {
  display: block;
}
.mshow {
  display: none;
} 


@media screen and (max-width : 1320px) {
  .career__top .sama_main .main__txt {
    font-size: 1.8rem;
    word-break: keep-all;
    padding: 0 50px;
  }
  .career__top .sama_main .main__top > div { 
    margin: 20px auto;
    margin-bottom: 0;
    width: 60%;
    justify-content: space-between;
  }
  .career__top .sama_main .main__top > div a {
    width: 48.5%;
    margin-right: 0px;
  }
  .career__top .sama_main .main__top > div a img {
    width: 100%;
  }

  .sama_main .Layer1 {
    top: 61%;
    left: 33%;
    width: 14vw;
  }
  .sama_main .Layer2 {
    top: 18%;
    right: 24%;
    width: 13vw;
  }
  .sama_main .Layer3 { 
    top: 10%;
    right: 35%;
    width: 9vw;
  }
  .sama_main .Layer4 {
    top: 60%;
    left: 59%;
    width: 12vw;
  }
  .sama_main .Layer5 {
    bottom: 13%;
    left: 13%;
    width: 10vw;
  }
  .sama_main .Layer6 {
    top: 25%;
    left: 24%;
    width: 12vw;
  }
  .sama_main .Layer7 { 
    top: 40%;
    left: 28%;
    width: 10vw;
  }
  .sama_main .Layer8 {
    top: 15%;
    left: 9%;
    width: 10vw;
  }
  .sama_main .Layer9 {
    top: 12%;
    right: 10%;
    width: 10vw;
  } 
  .sama_main .Layer10 {
    top: 46%;
    left: 4%;
    width: 10vw;
  }
  .sama_main .Layer11 {
    top: 48%;
    right: 10%;
    width: 10vw; 
  }

  .hover_div {
    padding: 0 14px;
  }


  .career__mes {
    padding: 0 14px;
  }
  .hover_div {
    width: 100%; 
  }
  .hover_div .hover_card { 
    max-width: 49%; 
  }

  .full__div {
    display: block;
  }
  .full__div > div {
    width: 100%;
  }
  .full__div > div img {
    width: 100%;
  }

  .front__tab_list .front__tab_item {
    width: calc(100% / 3 - 14px);
  }
  .item_img img {
    width: 100%;
  } 
  .welfare__list .welfare__item {
    margin-right: 14px;
  }

  #front__div {
    padding: 0 14px;
    padding-top: 50px;
  }
}
@media screen and (max-width : 1293px) { 
  .welfare__list .welfare__item:nth-of-type(5n) {
    margin-right: 14px;
  } 
}
@media(max-width:1069px){
  .welfare__more p{
    font-size: 20px;
    line-height: 1.8rem;
    word-break: keep-all;
  }
}


@media(max-width:920px){ 
  .step__div{
    width: 100%;
    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 screen and (max-width : 780px) {
  .pshow {
    display: none;
  }
  .mshow {
    display: block;
  } 
  
  .sama_main .Layer1 {
    top: 49%;
    left: 0%;
    width: 32vw;
  }
  .sama_main .Layer2 {
    top: 48%;
    right: 1%;
    width: 27vw;
  }
  .sama_main .Layer3 {
    top: 10%;
    right: 5%;
    width: 21vw;
  }
  .sama_main .Layer4 {
    bottom: 19%;
    left: 59%;
    width: 25vw;
  }
  .sama_main .Layer5 {
    bottom: 3%;
    top: auto;
    left: 55%;
    width: 20vw;
  }
  .sama_main .Layer6 {
    top: 9%;
    left: 1%;
    width: 28vw;
  }
  .sama_main .Layer7 {
    top: 20%;
    left: 8%;
    width: 22vw;
  }
  .sama_main .Layer8 {
    top: 15%;
    left: 41%;
    width: 18vw;
  }
  .sama_main .Layer9 {
    top: 68%;
    left: 16%;
    width: 19vw;
  }
  .sama_main .Layer10 {
    bottom: 2%;
    top: auto;
    left: 1%;
    width: 21vw;
  }
  .sama_main .Layer11 {
    bottom: 5%;
    top: auto;
    right: 2%;
    width: 23vw;
  } 


  .career__mes {
    padding: 0;
  }
  .main-tit {
    width: 100%;
    padding: 0 14px;
  }
  .main-tit h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .main-tit p {
    font-size: 16px;
  }
  .hover_div .hover_card .back {
    padding: 20px;
  }
  .hover_div .hover_card .back p {
    font-size: 20px;
    line-height: 26px;
  }
  .hover_div .hover_card { 
    max-width: 100%; 
  }
  .hover_div .hover_card .back .back_txt {
    font-size: 15px;
    line-height: 22px;
  }
  .full__div .full__left_txt p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px; 
  }
  .full__div .full__left_txt div {
    font-size: 15px;
    line-height: 24px;
  }

  .welfare__list {
    justify-content: space-between;
    padding: 0 14px;
  }
  .welfare__list .welfare__item {
    width: 48.5%;
    margin-right: 0 !important;
  }
  .welfare__list .welfare__item img {
    width: 100%;
  }
  .welfare__list .welfare__item span {
    font-size: 14px;
    margin-bottom: 0;
  }
  .welfare__list .welfare__item p {
    font-size: 14px;
  }

  .top_support .txt span {
    width: 100%;
    padding: 0 14px;
  }
  .blog__div { 
    padding: 50px 0
  }
  .blog__div p {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .blog__div span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .blog__div img {
    width: 40px;
    height: 40px; 
  }
  #front__div .front__tab li {
    margin-right: 10px;
    font-size: 14px;
  }
  .front__tab_list .front__tab_item {
    width: calc(100%);
  }
  .front__tab_list .front__tab_item .item_txt {
    padding: 14px;
  }
  .front__tab_list .front__tab_item .item_txt p {
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }
  .front__tab_list .front__tab_item .item_txt span.sticker {
    margin-bottom: 14px;
  }
  .top_support .txt span {
    font-size: 15px;
    line-height: 25px;
    width: 80%;
  }
}  

@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){
  .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;
  }
}

