.recruitment .sec__bt{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.recruitment .sec__bt .bt {
    width: 30%;
    display: flex;
    align-items: center;
    padding: 0px 0 36px;
}

.recruitment .sec__bt .bt button {
    width: 100%;
    max-width: unset;
    background-color: #fff;
    color: #212F44;
    border: 1px solid #212F44;
}

.recruitment .sec__bt .bt button::before {
  content: "";
  position: absolute;
  top: calc(50% + 14px);
  right: 16%;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background-color: #212F44;
  transform-origin: calc(100% + 11px) 50%;
  transform: rotate(45deg);
}

.recruitment .sec__bt .bt button::after {
  content: "";
  position: absolute;
  top: calc(50% + 14px);
  right: 21%;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background-color: #212F44;
  transform-origin: calc(100% + 11px) 50%;
  transform: rotate(135deg);
}
@media screen and (max-width: 1000px) {
.recruitment .sec__bt .bt {
    width: 48%;
}
}


.sec__slider{margin-top: 180px;}
.recruitment #employee-guide .bt{
padding: 0px 0 180px;
}
.recruitment #employee-guide .bt button {
    width: 100%;
    max-width: unset;
    background-color: #212F44;
    color: #fff;
    border: unset;
    max-width: 366px;
}
.recruitment #employee-guide .bt button::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 10%;
  width: 11px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
    transform: rotate(45deg);
}

.recruitment #employee-guide .bt button::after {
    content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 10%;
  width: 11px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
  transform: rotate(-45deg);
}

.eg-dl__dt,.eg-dl__dd{background-color: #fff;margin-bottom: 0;border-top:1px solid #212F44; text-align: left;}
.eg-dl-last .eg-dl__dt,
.eg-dl-last .eg-dl__dd{
  border-bottom: 1px solid #212F44;
}

.slider-track img {width: 340px;}

#message .col2__left p{
  margin-bottom: 2rem;
  line-height: 2;
}

#working-style .sec1__img-txt{margin-bottom: 80px;}
#working-style .sec1__img-txt .sec1__img-txt__txtArea h3{
  color:#212F44;
  text-align: left;
  margin: 24px;
  font-size: 24px;
  line-height: 2;
}
#working-style .sec1__img-txt .sec1__img-txt__txtArea h3,
#working-style .sec1__img-txt .sec1__img-txt__txtArea p{
  width: 100%;
  max-width: unset;
}
.sec1__img-txt__txtArea {padding: 0 0 0 80px;}
.txtArea__left {padding: 0 80px 0 0;}

.ws__title{
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.blog-card-Area {
    gap: 1rem;
}

.blog-card:hover {
    transform: unset;
    opacity: 1;
}


@media screen and (max-width:600px) {
.blog-card-Area {
  grid-template-columns: repeat(2, 1fr);
  gap:1rem;
}

  .recruitment .sec__bt .bt button{
    padding: 4px 30px 4px 20px;
    text-align: left;
  }
  .recruitment .sec__bt .bt button::before{
    right: 23px;
    width: 12px;
  }
    .recruitment .sec__bt .bt button::after{
      right: 39px;
      width: 12px;
  }
  .sec1__img-txt__txtArea, .txtArea__left{
    padding: 0;
  }

  .sec1__img-txt.sp-reverse{
    flex-direction: column-reverse;
  }
}
