.l-header.fixed-header {
  display: block !important;
}

.p-breadcrumb {
  position: relative;
  z-index: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #222222;
}
.p-breadcrumb .breadcrumb span, .p-breadcrumb .breadcrumb a {
  color: #fff;
  font-size: 14px;
}
main .head_visual_sec .head_visual_cnt .head_visual_block span {
  color: #000;
}
main {
  background-image: url('../img/list/list_bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 98px;
}

main .mds_sec {
  position: relative;
  padding-top: 12rem;
  z-index: 0;
}
main .mds_sec .mds {
  max-width: 768px;
  width: 92%;
  margin: auto;
}
main .mds_sec .mds_img {
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 830px;
  width: 92%;
  z-index: -2;
}
main .mds_sec .mds_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

main .major {
  position: relative;
  z-index: 1;
  margin-top: 9rem;
  padding-bottom: 11rem;
}

@media screen and (max-width: 768px) {
  main .mds_sec .mds_img {
    top: -40px;
    max-width: 600px;
  }
  main .mds_sec {
    padding-top: 8rem;
  }
  main .mds_sec .mds {
    max-width: 530px;
  }
}

@media screen and (max-width: 480px) {
  main .mds_sec {
    padding-top: 3rem;
  }
}