/* 퀵메뉴 (모바일) */
.quick {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  width: 150px;
  background-color: #232c4a;
  margin-top: 222px;
}

.quick-container {
  position: relative;
}

.quick-toggle {
  position: absolute;
  display: block;
  top: 1px;
  left: -39px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url('../img/main/quick_open.png') 50% 50% no-repeat;
  background-size: 100% 100%;
}

.quick-toggle.active {
  background: url('../img/main/quick_close.png') 50% 50% no-repeat;
  background-size: 100% 100%;
}

.quick-menu-item {
  color: white;
}

.quick-menu-item a > img {
  width: 100px;
  height: 100px;
}

.quick-menu-item a > p {
  font-size: 26px;
  line-height: 1.2;
}

.quick-menu-item-1 {
  display: block;
  padding: 16px 0;
  text-align: center;
}
