@charset "utf-8";
/*
====================================================
■ TOP
====================================================
*/
#top_contents {
  position: relative;
}
#top_contents a.thumb {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 150px;
  height: 150px;
  background: #000;
  overflow: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#top_contents a.thumb img {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
#top_contents a.thumb:hover img {
  opacity: 1;
}
#top_contents a.thumb.transition {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
#top_contents a.category {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  width: 320px;
  height: 320px;
  display: none;
}
#top_contents a.category img {
  width: 100%;
  height: 100%;
}
#design_contents {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  background: #2a2a29;
  height: 5000px;
}
#design_contents .thumbbox {
  opacity: 0;
}
#poems_contents {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  background: #eff1f0;
  height: 5000px;
}
#poems_contents .thumbbox {
  opacity: 0;
}
