.trial {
  margin-top: 90px;
}
.trial .trial-part2 {
  background: #FBFBFD;
  padding: 120px 0 135px;
}
.trial .trial-part2 .win-900-up {
  display: block;
}
.trial .trial-part2 .win-900-down {
  display: none;
}
.trial .trial-part2 .trial-part2-content {
  background-color: #fff;
  min-height: 360px;
  padding: 40px 50px 60px;
  display: flex;
  justify-content: flex-start;
  box-shadow: 15px 15px #2051FF;
  margin-bottom: 95px;
}
.trial .trial-part2 .trial-part2-content:last-of-type {
  margin-bottom: 0;
}
.trial .trial-part2 .trial-part2-content .trial-part2-content-left {
  flex: 0 1 70%;
}
.trial .trial-part2 .trial-part2-content .trial-part2-content-left h3 {
  font-weight: 500;
  font-size: 24px;
  color: #2051FF;
  line-height: 32px;
  margin-bottom: 30px;
}
.trial .trial-part2 .trial-part2-content .trial-part2-content-left p {
  width: 700px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 34px;
  letter-spacing: -0.05em;
  text-align: justify;
}
.trial .trial-part2 .trial-part2-content .trial-part2-content-right {
  display: flex;
  flex: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.trial .trial-part2 .trial-part2-content .trial-part2-content-right img {
  margin-bottom: 30px;
}
.trial .trial-part2 .trial-part2-content .trial-part2-content-right p {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 36px;
}
.trial .trial-part2 .trial-part2-content .trial-part2-content-right p:first-of-type {
  color: #2051FF;
}
.trial .trial-part1 {
  padding: 120px 0 150px;
}
.trial .trial-part1 h2 {
  font-weight: 500;
  font-size: 24px;
  color: #6C99FF;
  line-height: 32px;
  margin-bottom: 15px;
}
.trial .trial-part1 h1 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  line-height: 40px;
  margin-bottom: 50px;
}
.trial .trial-part1 p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 50px;
}
.trial .trial-part1 .mySwiper-1 {
  display: none;
}
.trial .trial-part1 .mySwiper {
  display: block;
  overflow: hidden;
}
.trial .trial-part1 .mySwiper .swiper-pagination {
  margin-top: 16px;
}
.trial .trial-part1 .mySwiper .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  background: #F0F0F2;
  opacity: 1;
}
.trial .trial-part1 .mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2051FF;
}
.trial .trial-part1 .mySwiper .swiper-slide {
  width: 440px !important;
  padding: 40px 30px;
  background-color: #FBFBFD;
}
.trial .trial-part1 .mySwiper .swiper-slide p:nth-of-type(1) {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
}
.trial .trial-part1 .mySwiper .swiper-slide p:nth-of-type(2) {
  margin-top: 100px;
  font-weight: 500;
  font-size: 16px;
  color: #2051FF;
  line-height: 30px;
  margin-bottom: 0;
}
.trial .trial-part1 .mySwiper .swiper-slide p:nth-of-type(3) {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
  line-height: 30px;
}
.recruit-info-button {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 50px;
  border: 1px solid #2051ff;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  color: #2051FF;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  transition: color 0.4s ease-in;
  overflow: hidden;
}
.recruit-info-button::before {
  content: "";
  z-index: -20;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 50px;
  transition: transform 0.3s ease-in;
  background-color: #2051ff;
}
.recruit-info-button:hover {
  color: white;
}
.recruit-info-button:hover::before {
  transform: translateY(-50%) scaleX(200);
}
.recruit-info-button i {
  position: absolute;
  background-image: url(../images/recruit/entry.svg);
  z-index: 20;
  height: 20px;
  width: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.recruit-info-button i.arrow {
  background-image: url(../images/blog/half-arrow-right-blue.svg);
}
@media screen and (max-width: 1300px) {
  .trial .trial-part2 .trial-part2-content .trial-part2-content-left {
    flex: 0 1 50%;
  }
  .trial .trial-part2 .trial-part2-content .trial-part2-content-left p {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .trial .trial-part2 {
    padding: 40px 4px 46px;
  }
  .trial .trial-part2 .win-900-up {
    display: none;
  }
  .trial .trial-part2 .win-900-down {
    display: block;
    width: 100%;
  }
  .trial .trial-part2 .trial-part2-content {
    padding: 30px 14px 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    margin-left: -6px;
    box-shadow: 6px 6px #2051FF;
  }
  .trial .trial-part2 .trial-part2-content .trial-part2-content-left {
    flex: 0 1 100%;
  }
  .trial .trial-part2 .trial-part2-content .trial-part2-content-left h3 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .trial .trial-part2 .trial-part2-content .trial-part2-content-left p {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .trial .trial-part2 .trial-part2-content .trial-part2-content-right img {
    margin-bottom: 20px;
    height: 80px;
  }
  .trial .trial-part2 .trial-part2-content .trial-part2-content-right p {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
  }
  .trial .trial-part1 {
    padding: 40px 4px 60px;
  }
  .trial .trial-part1 h2 {
    font-weight: 500;
    font-size: 14px;
    color: #6C99FF;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .trial .trial-part1 h1 {
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .trial .trial-part1 p {
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .trial .trial-part1 .mySwiper {
    display: none;
  }
  .trial .trial-part1 .mySwiper-1 {
    display: block;
    overflow: visible;
  }
  .trial .trial-part1 .mySwiper-1 .swiper-pagination {
    margin-top: 10px;
  }
  .trial .trial-part1 .mySwiper-1 .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    background: #F0F0F2;
    opacity: 1;
  }
  .trial .trial-part1 .mySwiper-1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2051FF;
  }
  .trial .trial-part1 .mySwiper-1 .swiper-slide {
    padding: 30px 15px;
    width: 90% !important;
    background-color: #FBFBFD;
  }
  .trial .trial-part1 .mySwiper-1 .swiper-slide p:nth-of-type(1) {
    letter-spacing: 0;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    min-height: 60px;
  }
  .trial .trial-part1 .mySwiper-1 .swiper-slide p:nth-of-type(2) {
    margin-top: 30px;
    font-weight: 500;
    font-size: 14px;
    color: #2051FF;
    line-height: 24px;
    margin-bottom: 0;
  }
  .trial .trial-part1 .mySwiper-1 .swiper-slide p:nth-of-type(3) {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-bottom: 0;
    line-height: 20px;
  }
  .recruit-info-button {
    margin-top: 30px !important;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 50px;
    border: 1px solid #2051ff;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #2051FF;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: color 0.4s ease-in;
    overflow: hidden;
  }
  .recruit-info-button:hover::before {
    transform: translateY(-50%) scaleX(300);
  }
}
