* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .box {
    width: 100%;
    padding-bottom: 395px;
    background: url(../img/works/Bgc.png) center no-repeat;
    background-size: cover;
  }
  .box .Content {
    width: 1200px;
    height: 1561px;
    margin: 60px auto 0;
    background-color: #ffffff;
    box-shadow: 2px 3px 15px 0px rgba(2, 0, 4, 0.14);
    padding: 45px 33px 0;
  }
  .box .Content .title {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9030b;
  }
  .box .Content .title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #c9030b;
    margin-left: 8px;
  }
  .box .Content ul {
    margin-top: 47px;
  }
  .box .Content ul li {
    margin-bottom: 45px;
  }
  .box .Content ul li p {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
  }
  .box .Content ul li span {
    display: block;
    min-width: 65px;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    color: #c9030b;
    margin-right: 33px;
  }
  .box .Content ul li img {
    width: 316px;
    height: 697px;
    object-fit: cover;
    margin-top: 59px;
  }
  .box .Content ul li a {
    font-size: 16px;
    line-height: 34px;
    color: #c9030b;
    text-decoration: underline;
  }
  .box .Content button {
    display: block;
    width: 177px;
    height: 45px;
    background-color: #c9030b;
    border-radius: 8px;
    outline: none;
    border: none;
    margin: 55px auto 0;
  }
  .box .Content button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content button:hover {
    filter: brightness(1.2);
  }
}
@media screen and (max-width: 768px) {
  .box {
    width: 100%;
    padding-bottom: 100px;
    background: url(../img/works/Bgc.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .box .Content {
    width: 95%;
    margin: 50px auto 0;
    background-color: #ffffff;
    box-shadow: 2px 3px 15px 0px rgba(2, 0, 4, 0.14);
    padding: 30px 15px 50px;
  }
  .box .Content .title {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9030b;
  }
  .box .Content .title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #c9030b;
    margin-left: 8px;
  }
  .box .Content ul {
    margin-top: 25px;
  }
  .box .Content ul li {
    margin-bottom: 20px;
  }
  .box .Content ul li p {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    font-weight: normal;
    display: flex;
    justify-content: flex-start;
  }
  .box .Content ul li span {
    display: block;
    min-width: 65px;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    color: #c9030b;
    margin-right: 15px;
  }
  .box .Content ul li img {
    width: 60%;
    height: auto;
    object-fit: cover;
    margin-top: 25px;
  }
  .box .Content ul li a {
    font-size: 16px;
    line-height: 34px;
    color: #c9030b;
    text-decoration: underline;
  }
  .box .Content button {
    display: block;
    width: 160px;
    height: 45px;
    background-color: #c9030b;
    border-radius: 8px;
    outline: none;
    border: none;
    margin: 45px auto 0;
  }
  .box .Content button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
  }
  .box .Content button:hover {
    filter: brightness(1.2);
  }
}
