.category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 65px;
  max-width: 1140px;
  width: 100%;
}

.product_box2 {
  position: relative;
  display: block;
  margin: 0 16px 40px;
}

.product_box2:nth-child(3n+1) {
  margin-left: 0;
}

.product_box2:nth-child(3n+3) {
  margin-right: 0;
}

.product_box2.long_box {
  height: auto;
}

.product_box2.long_box .box {
  height: 580px;
}

.product_box2.long_box .box > img {
  top: 0;
  bottom: auto;
}

.product_box2.long_box .box .more > img {
  top: -37px;
}

.product_box2 .box {
  position: relative;
  display: block;
  max-width: 358px;
  max-height: 224px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

.product_box2 .box .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_box2 .box .more {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 51;
  overflow: hidden;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9);
  transform: translate3d(0, 0, 100px) scale(0.9);
  pointer-events: none;
}

.product_box2 .box .more span {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 5;
  padding: 2px 30px;
  background-color: #ad5797;
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: rotateX(90deg) rotateY(90deg);
  transform: rotateX(90deg) rotateY(90deg);
  -webkit-transform-origin: 18% 51%;
  -ms-transform-origin: 18% 51%;
  transform-origin: 18% 51%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_box2 .name {
  display: block;
  margin-top: 15px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}

.product_box2 .box:hover .more .line {
  opacity: 1;
}

/* @media only screen and (max-height: 800px) and (min-width: 1300px){
    .product_box2{
      margin-right: 10px;
      margin-left: 10px;
    }
    .product_box2 .box{
      max-width: 270px;
      max-height: 170px;
    }
} */

@media only screen and (max-width: 1150px) {
  .category {
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .product_box2 .box .more .line {
    opacity: 1;
  }
  .product_box2 {
    margin: 0 12px 30px;
  }
  .product_box2:nth-child(2n+1) {
    margin-right: 12px;
    margin-left: 0;
  }
  .product_box2:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 12px;
  }
  .product_box2:nth-child(3n+3) {
    margin-right: 12px;
    margin-left: 0;
  }
  .product_box2:last-child {
    margin-bottom: 0;
  }
  .product_box2 .box {
    width: 43vw;
    height: 27vw;
  }
}

@media only screen and (max-width: 650px) {
  .category {
    margin-bottom: 50px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .product_box2 .box {
    width: 100%;
    height: calc(70vw - 66px);
  }
  .product_box2 .name {
    margin-top: 10px;
  }
  .product_box2:nth-child(n) {
    margin-right: auto;
    margin-left: auto;
  }
}

.page_title {
  position: relative;
}

.page_content > * {
  opacity: 0;
}

.t1 {
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 30px;
}

.t2 {
  font-weight: 700;
  font-size: 16px;
}

.editor {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.editor iframe{
    position: relative;
    width: 100%;
    height: calc(100vw / 16 * 9);
    max-height: 650px;
}

.banner {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
}

.banner img {
  display: block;
}

article {
  position: relative;
  margin-bottom: 80px;
  line-height: 1.6em;
}

article h5 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3em;
}

article p {
  color: #404040;
  font-size: 15px;
}

article .contact {
  display: inline-block;
  margin-right: 20px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}

article .char {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.video {
  width: 100%;
  height: 575px;
}

@media only screen and (max-width: 1150px) {
  .t1 {
    padding-right: 45px;
    padding-left: 45px;
  }
  article {
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media only screen and (max-width: 650px) {
  .t1 {
    padding-right: 33px;
    padding-left: 33px;
    font-size: 28px;
  }
  .banner {
    margin-bottom: 40px;
  }
  article {
    margin-bottom: 40px;
    padding-right: 33px;
    padding-left: 33px;
  }
  article h5 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  article p {
    font-size: 14px;
  }
  article .char {
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 30px auto;
    text-align: center;
  }
  article .char img {
    display: inline-block;
  }
}

/*# sourceMappingURL=web_career.css.map */