@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Nanum+Gothic");

* {
  padding: 0;
  margin: 0;
}
body {
  background: url(images/bg.png);
  font-family: "Nanum Gothic", sans-serif;
  min-width: 320px;
  color: #fff;
}
li {
  list-style: none;
}
.logo {
  padding: 10px 0 40px;
  text-align: center;
}
.list-title {
  text-align: center;
  color: rgb(255, 255, 255);
  padding-bottom: 30px;
}
.list-title .p1 {
  font-size: 24px;
  padding-bottom: 10px;
}
.list-title .p2 {
  font-size: 15px;
}
.cation {
  text-align: center;
  font-size: 14px;
  background: #3a3a3a;
  color: rgba(255, 255, 255, 1);
  padding: 10px 0;
  border-radius: 20px;
  width: 300px;
  margin: 0 auto 30px;
}

.mwrap {
  padding: 3%;
  overflow: hidden;
  width: 1024px;
  margin: 0 auto;
}
.mwrap a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.mimg {
  float: left;
  width: 320px;
  margin-right: 80px;
}
.mdetail {
  float: left;
  color: rgb(255, 255, 255);
}
.mimg-b {
  margin-bottom: 15px;
}
.mlist span {
  background: url(images/player.png) no-repeat #303030 45px center;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 25px 0 10px;
  margin-right: 20px;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
}
.mlist li {
  margin-bottom: 10px;
  cursor: pointer;
}
.mtxt {
  padding-left: 20px;
}
.mtxt .mt1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: white;
}
.mtxt .mt2 p {
  font-size: 15px;
  margin-bottom: 15px;
}
.mtxt .mt2 {
  margin-bottom: 120px;
  color: white;
}

.movie {
  padding: 3%;
  overflow: hidden;
  width: 820px;
  margin: 0 auto;
}
.mov-list {
  margin-top: 20px;
}
.mov-list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  background: rgb(0, 0, 0);
  padding: 7px 5px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  float: left;
  width: 18%;
  text-align: center;
  margin-right: 2%;
  box-sizing: border-box;
}
.mov-list .active {
  color: rgb(226, 105, 86);
}

.mov-list li a:hover {
  color: rgb(226, 105, 86);
}
.mov-list li:last-child a {
  margin-right: 0;
}
.list-back {
  margin: 0 auto;
}
.list-back a {
  padding: 3%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  display: block;
  background: rgb(99, 102, 247);
  color: #fff;
  font-size: 20px;
  float: center;
  width: 98%;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10%;
}

iframe {
  height: 450px;
}
@media only all and (max-width: 720px) {
  .mwrap {
    padding: 10% 3%;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .mimg {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .mdetail {
    width: 100%;
    text-align: center;
  }
  .mdetail .mlist {
    padding-left: 20px;
  }
  .mdetail .mtxt .mt2 {
    margin-bottom: 60px;
  }
  .mdetail .mlist li {
    text-align: left;
  }
  .mtxt .mt2 {
    margin-bottom: 80px;
  }
  .mtxt {
    padding-left: 0;
  }
  iframe {
    padding-top: 50px;
    width: 100% !important;
    height: 280px;
    box-sizing: border-box;
  }
  .movie {
    padding: 0% 3%;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
  }

  .mov-list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    background: rgb(0, 0, 0);
    padding: 7px 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 1%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
}
