@media screen and (min-width: 1100px) {
  .page .video_d {
    width: 1220px;
    margin-bottom: 100px;
    padding-top: 100px !important;
    position: relative;
  }
  .page .video_d .curr_path {
    width: 1220px;
    display: flex;
    align-items: center;
    margin-bottom: 34px;
    position: absolute;
    right: -160px;
    top: 40px;
  }
  .page .video_d .curr_path a,
  .page .video_d .curr_path div {
    font-size: 14px;
    font-weight: 400;
    color: #3e3939;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: underline !important;
  }
  .page .video_d .curr_path a:last-child,
  .page .video_d .curr_path div:last-child {
    text-decoration: none !important;
  }
  .page .video_d .curr_path .img {
    width: 5px;
    margin: 0 10px;
  }
  .page .video_d .title {
    height: 100px;
    margin-bottom: 35px;
    border-bottom: 1px solid #979797;
  }
  .page .video_d .title .text_1 {
    font-size: 22px;
    font-weight: 500;
    color: #231916;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .page .video_d .title .text_2 {
    font-size: 14px;
    font-weight: 500;
    color: rgba(35, 25, 22, 0.3);
    letter-spacing: 2px;
  }
  .page .video_d .detail p,
  .page .video_d .detail div {
    font-size: 16px;
    font-weight: 400;
    color: #231916;
    line-height: 30px;
    letter-spacing: 2px;
  }
  .page .video_d img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .page .video_d {
    width: 330px;
    padding-top: 25px;
    margin: 0 auto;
    margin-bottom: 45px;
  }
  .page .video_d .curr_path {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEC;
  }
  .page .video_d .curr_path a,
  .page .video_d .curr_path div {
    font-size: 10px;
    font-weight: 400;
    color: #3e3939;
    letter-spacing: 1px;
  }
  .page .video_d .curr_path .img {
    width: 3px;
    margin: 0 10px;
  }
  .page .video_d img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .page .video_d .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .page .video_d .title .text_1 {
    font-size: 13px;
    font-weight: 500;
    color: #231916;
    letter-spacing: 2px;
  }
  .page .video_d .title .text_2 {
    font-size: 10px;
    font-weight: 500;
    color: rgba(35, 25, 22, 0.3);
    line-height: 29px;
    letter-spacing: 2px;
  }
  .page .video_d .detail {
    width: 100%;
  }
  .page .video_d .detail div,
  .page .video_d .detail p {
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    color: #231916;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
