.gnb > li > a {
  width: 200px;
}
.videoArea,
.videoArea video {
  width: 100%;
}
.productList {
  text-align: center;
}
.productList li {
  padding: 20px 0 10px;
  border-bottom: 1px solid #686868;
}
.productList li:last-of-type {
  border-bottom: 0;
}
.productList .num {
  padding-left: 20px;
  margin-bottom: 30px;
  text-align: left;
  border-left: 5px solid #0058ac;
  font-size: 24px;
  font-weight: bold;
  color: #0058ac;
}
.productList .btnArea .num {
  margin-bottom: 50px;
}
.productList .btnArea a {
  display: inline-block;
  background-color: #0058ac;
  padding: 10px 30px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
}
