#mv-sub-hd {
  width: 100%;
  margin-bottom: 200px;
}
#mv-sub-hd .sub-bg {
  position: relative;
  height: 700px;
  background: url("../images/sub/bg1.jpg") center center/cover no-repeat;
  background-attachment: fixed;
}
#mv-sub-hd .lnb-depth1 {
  font-size: 2.5em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mv-sub-hd .lnb-depth2 .depth-box {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#mv-sub-hd .lnb-depth2 .depth-box ul li.active a {
  background-color: #4d2d8f;
  color: #fff;
}
#mv-sub-hd .lnb-depth2 .depth-box ul li a {
  color: #666;
  display: block;
  padding: 20px;
}

#sub-main {
  width: 100%;
  height: auto;
}