body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.wrap {
  position: relative;
}

.wrap.top {
  height: 501px;
}

.wrap.con {
  height: 4262px;
}

.wrap img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}

.webtoon {
  width: 900px;
  padding-left: 50px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.webtoon ul {
  margin: 0;
  padding: 70px 0 40px 0;
}

.webtoon ul li {
  list-style: none;
}

.webtoon ul li a {
  display: block;
  width: 256px;
  color: #333;
  text-decoration: none;
}

.webtoon ul li a span {
  display: block;
}

.webtoon ul li a .thumb img {
  width: 256px;
  height: 144px;
}

.webtoon ul li a .subject {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.webtoon ul li a .writer {
  margin-top: 5px;
  font-size: 12px;
}

.webtoon ul li a .text {
  margin-top: 5px;
  font-size: 14px;
}

.link {
  position: relative;
  width: 100%;
  height: 285px;
  background-image: url("/images/event/landing_dani_pc_link.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.link a {
  display: block;
  position: absolute;
  top: 200px;
  left: 50%;
  width: 180px;
  height: 60px;
  margin-left: 80px;
  font-size: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.admin * {
  color: #ccc !important;
}