html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #c6c6c6;

  font-family:
    Gulim,
    굴림,
    "굴림체",
    Arial,
    sans-serif;

  font-size: 14px;
  color: #000;
}


/* =========================
   햄스터 위젯
========================= */

.hamster-widget {
  position: absolute;

  top: 22px;
  left: 19px;

  width: 225px;
  height: 135px;

  overflow: hidden;
}

.hamster-widget iframe {
  width: 500px;
  height: 300px;

  border: 0;

  transform: scale(0.45);
  transform-origin: top left;
}


/* =========================
   중앙 게시물
========================= */

.posts {
  width: 255px;

  margin-left: 34%;
  padding-top: 80px;
  padding-bottom: 200px;
}

.post {
  margin-bottom: 20px;
}

.post h2 {
  font-size: 14px;
  font-weight: normal;

  margin: 0;
  padding: 0;
}

.date {
  margin-top: 2px;
  margin-bottom: 7px;

  font-size: 9px;
}

.post-image {
  width: 255px;
  height: auto;

  display: block;

  margin-bottom: 10px;
}

.post p {
  margin: 0;
 font-size: 12px;
  line-height: 1.5;
}


/* =========================
   게시물 구분선
========================= */

.divider {
  width: 255px;

  overflow: hidden;

  white-space: nowrap;

  margin-top: 20px;
  margin-bottom: 23px;

  font-size: 8px;
}


/* =========================
   오른쪽 메뉴
========================= */

.side-menu {
  position: fixed;

  right: 10%;
  bottom: 70px;

  width: 110px;

  text-align: left;
}

.menu-image {
  width: 89px;
  height: 128px;

  object-fit: cover;

  display: block;

  margin-bottom: 10px;
}

.side-menu a {
  color: #0000ee;
  text-decoration: underline;
}

.side-menu a:visited {
  color: #551a8b;
}

.player {
  margin-top: 50px;
}