.guide {
  width: 100%;
  padding-top: 88px;
}
.guide .item-section {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
.guide .item-section .item-main {
  padding: 0;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.guide .item-section .item-main .my-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.guide .item-section .item-main .my-img::before {
  content: "";
  display: block;
  padding-top: 30.1666666667%;
}
.guide .item-section .item-main .my-img .item-img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.guide .item-section .item-main .textBox {
  width: 100%;
  height: 60px;
  background-color: #04302a;
  font-weight: 400;
  font-size: 21px;
  color: #ffffff;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 58px;
  box-sizing: border-box;
  padding: 0 10px;
}
.guide .item-section .item-main .textBox p {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .guide .item-section .item-main .textBox {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .guide .item-section .item-main .textBox {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media (max-width: 375px) {
  .guide .item-section .item-main .textBox {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }
}
.guide .item-section .item-main:last-of-type {
  border-bottom: none;
}/*# sourceMappingURL=guide.css.map */