#main.top .kv {
  margin: 0 0 40px;
  width: 1000px;
  min-height: 535px;
}

#main.top .kv .kv-image {
  width: 1000px;
  height: 500px;
}

#main.top .left-column {
  float: left;
  width: 200px;
}

#main.top .right-column {
  float: left;
  width: 800px;
  padding-left: 40px;
}

#main.top .features-section {
  padding-bottom: 40px;
  border-bottom: solid 1px #999;
  margin-bottom: 40px;
}

#main.top .features-section .feature-list {
  margin-top: 12.5px;
}

#main.top .features-section .feature-list li {
  float: left;
  width: 370px;
  text-align: center;
}

#main.top .features-section .feature-list li .feature-title {
  padding: 15px 0;
}

#main.top .features-section .feature-list li:nth-child(odd) {
  margin-right: 20px;
}

#main.top .recommend-section {
  padding-bottom: 40px;
  border-bottom: solid 1px #999;
  margin-bottom: 40px;
}

#main.top .recommend-section .dv_recommend {
}
#main.top .recommend-section .dv_rc_header {
}

#main.top .recommend-section .dv_rc_title {
}
#main.top .recommend-section .dv_rc_items {
  float: left;
  width: 184px;
  text-align: center;
  font-size: 1.2rem;
}
#main.top .recommend-section .dv_rc_items {
  line-height: 1.8rem;
}
#main.top .recommend-section .dv_rc_items + div {
  margin-left: 8px;
}

#main.top .recommend-section .dv_rc_items img {
  width: 100%;
}
#main.top .recommend-section .dv_rc_footer:after {
  content: '';
  display: block;
  clear: both;
}

#main.top .recommend-section .recommend-list {
  margin-top: 12.5px;
  font-size: 1.2rem;
}

#main.top .recommend-section .recommend-list li {
  float: left;
  width: 182px;
  margin-right: 10px;
  text-align: center;
}

#main.top .recommend-section .recommend-list li .store-name {
  font-weight: bold;
  font-size: 1.4rem;
}

#main.top .ranking-section {
  padding-bottom: 40px;
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
}

#main.top .ranking-section .ranking-block-list .ranking-block-title-wrapper {
  position: relative;
  border-bottom: solid 1.5px #000;
  margin: 0 0 15px;
  padding-bottom: 5px;
}

#main.top .ranking-section .ranking-block-list .ranking-block-title-wrapper .ranking-block-title {
  font-weight: bold;
}

#main.top .ranking-section .ranking-block-list .ranking-block-title-wrapper .more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.2rem;
  color: #666;
  letter-spacing: 0.5px;
}

#main.top .ranking-section .ranking-block-list .ranking-block-list-item {
  width: 370px;
  margin: 20px 20px 0 0;
  float: left;
}

#main.top .ranking-section .ranking-block-list .ranking-block-list-item:nth-child(even) {
  margin-right: 0;
}

#main.top .ranking-section .ranking-block-list .ranking-list li {
  position: relative;
  width: 116px;
  float: left;
  margin-right: 12px;
  font-size: 1.2rem;
  line-height: 2.0rem;
}

#main.top .ranking-section .ranking-block-list .ranking-list li img {
  margin: 0 0 10px;
}

#main.top .ranking-section .ranking-block-list .ranking-list li .rank {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  line-height: 2.4rem;
  text-align: center;
  background-color: #999;
  color: #fff;
}

#main.top .ranking-section .ranking-block-list .ranking-list li .price {
  margin: 0 0 5px;
  font-size: 1.2rem;
}

#main.top .new-item-section {
  padding-bottom: 40px;
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
}

#main.top .new-item-section .new-item-list {
  margin-top: 12.5px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#main.top .new-item-section .new-item-list li {
  width: 144px;
  margin-right: 10px;
  float: left;
}

#main.top .new-item-section .new-item-list li .brand-name {
  font-weight: bold;
}

#main.top .new-item-section .new-item-list li .genre-name,
#main.top .new-item-section .new-item-list li .product-name,
#main.top .new-item-section .new-item-list li .price {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

#main.top .new-item-section .new-item-list li img {
  margin-bottom: 10px;
}


#main.top .news-section {
  padding-bottom: 40px;
  border-bottom: solid 1px #999;
  margin-bottom: 30px;
}

#main.top .news-section .news-list li {
  float: left;
  width: 370px;
  margin: 20px 20px 0 0;
  font-size: 1.2rem;
  overflow: hidden;
}

#main.top .news-section .news-list li .image-wrapper {
  float: left;
  overflow: hidden;
  height: 174px;
  width: 174px;
}

#main.top .news-section .news-list li img {
  width: 174px;
}

#main.top .news-section .news-list li .news-content-wrapper {
  float: left;
  width: 186px;
  padding-left: 15px;
}

#main.top .news-section .news-list li .news-content-wrapper .brand-name {
  font-weight: bold;
}

#main.top .news-section .news-list li .news-content-wrapper .description {
  line-height: 2.0rem;
}

#main.top .news-section .news-list li:nth-child(even) {
  margin-right: 0;
}

#main.top .column-section {
  padding-bottom: 40px;
  border-bottom: solid 1px #999;
  margin-bottom: 30px;
}

#main.top .column-section .column-list {
  margin-top: 12.5px;
  font-size: 1.4rem;
  line-height: 2.0rem;
}

#main.top .column-section .column-list li {
  width: 184px;
  margin-right: 8px;
  float: left;
  text-align: center;
}

#main.top .column-section .column-list li .image-wrapper {
  width: 100%;
  height: 97px;
  overflow: hidden;
  margin-bottom: 10px;
}

#main.top .column-section .column-list li .image-wrapper img {
  width: 100%;
  margin-bottom: 2rem;
}

#main.top .column-section .column-list li .brand-name {
  font-weight: bold;
  margin-bottom: 10px;
}

#main.top .column-section .column-list li .description {
  height: 50px;
  overflow: hidden;
  font-size: 1.2rem;
  padding: 0 1.0rem 1.0rem;
}

#main.top .instagram-section {
  padding-bottom: 40px;
  border-bottom: solid 1px #999;
  margin-bottom: 30px;
}

#main.top .instagram-section .instagram-list {
  margin: 12.5px 0 0 0;
}

#main.top .instagram-section .instagram-list li {
  float: left;
  width: 142px;
  height: 142px;
  overflow: hidden;
  position: relative;
}

#main.top .instagram-section .instagram-list li:hover .overlay-wrapper {
  opacity: 0.8;
}

#main.top .instagram-section .instagram-list li:hover .instagram-image {
  transform: scale(1.1);
}

#main.top .instagram-section .instagram-list li .brand-logo {
  width: 100%;
}

#main.top .instagram-section .instagram-list li .instagram-image {
  transition: all 300ms 0s ease;
  position: absolute;
  left: 0;
  top: 0;
}

#main.top .instagram-section .instagram-list li .overlay-wrapper {
  position: absolute;
  width: 142px;
  height: 142px;
  background-color: #000;
  padding-top: 18px;
  pointer-events: none;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0;
  transition: all 300ms 0s ease;
}

#main.top .instagram-section .instagram-list li .overlay-wrapper .icon-wrapper {
  overflow: hidden;
  width: 25px;
  height: 25px;
  display: inline-block;
}

#main.top .instagram-section .instagram-list li .overlay-wrapper .icon {
  vertical-align: middle;
}

#main.top .instagram-section .instagram-list li + li {
  margin-left: 12.5px;
}

#main.top .check-item-section {
  margin-bottom: 60px;
}

#main.top .check-item-section .check-item-list {
  margin-top: 12.5px;
}

#main.top .check-item-section .check-item-list li {
  float: left;
  width: 95px;
  height: 114px;
}

#main.top .check-item-section .check-item-list li + li {
  margin-left: 15.8px;
}

/*GIFT FEATURE*/
#main.top .gift-section {
    padding-bottom: 40px;
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
}

#main.top .gift-section ul li img{
    width: 100%
}
#main.top .gift-section{
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.2rem;
}
#main.top .gift-section ul li{
    width: 25%;
    float: left;
}

#main.top .gift-section ul li + li{
    padding-right: 1%;
}

#main.top .gift-section ul li:first-child{
    padding-right: 1%;
}

#main.top .feature-section {
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
  margin-bottom: 30px;
}
#main.top .feature-contents-list li {
  width: 375px;
}
#main.top .feature-contents-list li + li {
  margin-left: 10px;
}
#main.top .feature-contents-list li img {
  width: 100%;
}

#main.top .feature-contents-list .feature-title{
  font-size: 1.4rem;
  margin-top: 5px;
}
