.mobile-page-u96-modal-btn-list {
  margin-top: 57px;
}

.mobile-page-u96-modal-btn-item {
  margin-top: 20px;
}


.mobile-page-u96-modal-btn {
  font-weight: bold;
  outline: none;
  border-radius: 100px;
  border: 1px solid #c1c1c2;
  box-sizing: border-box;
  color: #000;
  position: relative;
  transition: 0.3s;
  width: 385px;
  min-width: auto;
  min-height: 60px!important;
  padding: 12px 39px;
  text-align: center;
  min-height: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff!important;
  background-color: #0c68c7;
  border-color: #0c68c7;
  margin: 20px auto 0;
  line-height: 1;
  cursor: pointer;
}

.mobile-page-u96-modal-btn::after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 0;
}

.mobile-page-u96-modal-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

.mobile-page-u96-modal-btn:hover:after {
  animation: arrowR 0.4s 2;
}

/* mobile-page-u96-modal */
.mobile-pc-mt-0 {
  margin-top: 0;
}

.mobile-page-u96-modal-shoplist {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(112, 112, 112, 0.79);
  display: none;
  padding: 5% 0;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 10005;
}

.mobile-page-u96-modal__content {
  max-width: 600px;
  height: 100%;
  margin: auto;
  animation-name: modalopen;
  animation-duration: 1s;
  box-sizing: border-box;
}

.mobile-page-u96-modal__content-inner {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  padding:0;
  border-radius: 10px;
  background-color: #ecf0f4;
  box-sizing: border-box;
}

.mobile-page-u96-modal__scroll-inner {
  height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding: 74px 20px 80px;
}

.mobile-page-u96-modal-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.mobile-page-u96-modal-text {
  margin-top: 20px!important;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@keyframes modalopen {
  from {opacity: 0}
  to {opacity: 1}
}

.mobile-page-u96-modal__close-btn {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-items: center;
}

.mobile-page-u96-modal__close-btn::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 42.4px;
  background-color: #fff;
  top: 50%;
  left: 32.2px;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

.mobile-page-u96-modal__close-btn::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 42.4px;
  background-color: #fff;
  top: 50%;
  left: 32.2px;
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg);
}

.mobile-page-u96-modal__close-btn:hover {
  cursor: pointer;
}

.mobile-page-u96-modal__close-animation {
  animation-name: modalclose;
  animation-duration: 0.5s;
}

@keyframes modalclose {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
