@charset "UTF-8";

/* =========================================================
 COLOR
========================================================= */
#wrap .btn,
#wrap .modal .modalInner .modalClose a {
  background-color: rgba(110, 110, 110, 0.5);
}

#wrap .detail,
#wrap .pagelistBtn,
#wrap .onlineShop{
  background-color: rgba(86, 86, 86, 0.7);
}

#wrap .detail .inner ul li div a {
  background-color: #FFF;
  color: #888;
}

#wrap .pagelistBtn:after {
  content: 'PAGE LIST';
}

@media screen and (min-width: 769px) {
  #wrap .pagelistBtn:after {
    font-size: 1.4rem;
  } 
}

#wrap .pagelistBtn span {
  display: none;
}

.introBtn {
  background-image: url(/catalog/icbnyc/images/intro.png);
}