main .vis-head .ht-content {
  background-image: url(../img/recruit/training/title-bg@2x.jpg);
}

.sec .tr-cont {
  padding-top: 40px;
  padding-bottom: 25px;
}
.tr-cont h3 {
  color: #fff;
  background: #275D91;
  position: relative;
  font-weight: bold;
  font-size: 22px;
  padding: 9px 24px;
  margin-bottom: 20px;
}
.tr-cont h3:before {
  content: " ";
  position: absolute;
  top: 20%;
  left: 0;
  width: 3px;
  height: 60%;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
}

.tr-cont.newgrads>.row {
  margin-left: -10px;
  margin-right: -10px;
}
.tr-cont.newgrads>.row .col {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 22px;
}

.tr-cont .w-box {
  position: relative;
  background-color: #fff;
  box-shadow:0 3px 6px rgb(0 0 0 / 16%);
  padding: 25px;
  height: 100%;
}
.tr-cont .w-box p {
  text-align: justify;
  margin-bottom: 0;
}
.tr-cont.newgrads .w-box .img {
  margin: 86px auto 32px;
  text-align: center;
}
.w-box.t1 .img img {
  max-width: 200px;
}
.w-box.t2 .img img {
  max-width: 186px;
}
.w-box.t3 .img img {
  max-width: 170px;
}
.w-box.t4 .img img {
  max-width: 306px;
  margin-bottom: 20px;
}
.tr-cont.newgrads .w-box .tt {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}
.tr-cont.newgrads .w-box .tt .y,
.tr-cont.newgrads .w-box .tt .n {
  color: #275D91;
  font-size: 20px;
  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;
}
.tr-cont.newgrads .w-box .tt .y {
  width: 80px;
  height: 80px;
  background-color: #DCF5E8;
}
.tr-cont.newgrads .w-box .tt .n {
  padding-left: 20px;
  height: 80px;
}

.tr-cont.other .w-box {
  padding: 40px;
}
.tr-cont.other .step-img {
  margin-bottom: 30px;
}
.tr-cont.other .y-box {
  margin-bottom: 30px;
}
.tr-cont.other .y-box .t {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  max-width: 430px;
  padding: 25px 30px 0 40px;
  background-color: rgba(253, 240, 172, 0.75);
}
.tr-cont.other .y-box .cont {
  padding: 30px 40px;
  background-color: rgba(253, 240, 172, 0.75);
}
.tr-cont .desc ul {
  list-style: disc;
  margin-left: 32px;
}

.y-box .cont>.row {
  margin-left: -20px;
  margin-right: -20px;
}
.y-box .cont>.row>.col {
  padding-left: 20px;
  padding-right: 20px;
}
.y-box .cont .bgg {
  background-color: #20806A;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 110px;
  padding: 10px;
  text-align: center;
}
.y-box .cont .bgg.t2 {
  font-size: 20px;
}
.y-box .cont .row-sub {
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
}
.y-box .cont .row-sub>.col {
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.tr-cont.other .y-box.y2 {
  margin-bottom: 0;
}
.y-box.y2>.row {
  margin-right: -10px;
  margin-left: -10px;
}
.y-box.y2>.row>.col {
  padding-left: 10px;
  padding-right: 10px;
}
.y-box.y2>.row .cont {
  height: 100%;
}
.y-box.y2 .cont .st {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 26px;
}
.y-box.y2 .cont .bgg {
  max-height: 110px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  main .first p {
    text-align: justify;
  }
  .tr-cont .w-box {
    padding: 18px;
  }

  .tr-cont.other .w-box {
    padding: 16px;
  }
  .tr-cont.other .y-box .t {
    padding-left: 20px;
    line-height: 26px;

  }
  .tr-cont.other .y-box .cont {
    padding: 20px;
  }
  .tr-cont .desc ul {
    margin-left: 28px;
  }

  .y-box .cont .col-txt {
    padding-top: 20px;
    text-align: justify;
  }
  .y-box .cont .bgg {
    font-size: 16px;
    line-height: 26px;
  }
  .y-box .row-sub .col-12 {
    margin-bottom: 15px;
  }
  .y-box .cont .bgg.t2 {
    font-size: 16px;
  }
  .y-box.y2>.row>.col {
    margin-bottom: 30px;
  }
  .y-box.y2 .cont .txt {
    text-align: justify;
  }
}