.store-show[data-v-73148f4a] {
  background: #FFF;
  padding: 24px;
  overflow: hidden;
  overflow: clip;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.075);
  border-radius: 12px;
}
.store-header[data-v-73148f4a] {
  font-size: 24px;
  font-weight: bold;
}
.store__section-header[data-v-73148f4a] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 18px;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 9px;
  font-weight: bold;
}
.store__section-header img[data-v-73148f4a] {
  margin-right: 8px;
}
.store__article[data-v-73148f4a] {
  padding: 24px;
}
@media screen and (max-width: 767px) {
.store__article[data-v-73148f4a] {
    padding: 24px 0;
}
}
.store__article .card-group[data-v-73148f4a] {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 24px;
  padding: 0 0 12px;
}
@media screen and (max-width: 767px) {
.store__article .card-group[data-v-73148f4a] {
    flex-wrap: wrap;
}
}
.store__article .card-group > li[data-v-73148f4a] {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 16.6666666667%;
  list-style-type: none;
  box-sizing: border-box;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
.store__article .card-group > li[data-v-73148f4a] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
}
}
.store__article .card-group > li[data-v-73148f4a]::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: -32px;
  bottom: 0;
  background-image: url(../img/Arrow_right.71df47d2.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
}
@media screen and (max-width: 767px) {
.store__article .card-group > li[data-v-73148f4a]::after {
    top: auto;
    left: 0;
    right: 0;
    bottom: -27px;
    transform: rotate(90deg);
}
}
.store__article .card-group > li .card[data-v-73148f4a] {
  width: 100%;
  height: 100%;
  background-color: #F0F6FB;
  padding: 16px 12px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
.store__article .card-group > li .card[data-v-73148f4a] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
}
}
.store__article .card-group > li .card img[data-v-73148f4a] {
  width: 50px;
  margin: 0 auto 8px;
}
@media screen and (max-width: 767px) {
.store__article .card-group > li .card img[data-v-73148f4a] {
    margin: 0;
    margin-right: 8px;
}
}
.store__article .card-group > li .card .title[data-v-73148f4a] {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
.store__article .card-group > li .card .title[data-v-73148f4a] {
    flex: 1;
    width: calc(100% - 50px);
}
}
.store__article .card-group > li[data-v-73148f4a]:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
.store__article .card-group > li[data-v-73148f4a]:last-child {
    margin-bottom: 0;
}
}
.store__article .card-group > li[data-v-73148f4a]:last-child::after {
  display: none;
}
.store__article .action-group[data-v-73148f4a] {
  text-align: center;
  margin-top: 24px;
}
.store__article .action-group .btn-gray[data-v-73148f4a] {
  border: 1px solid #ADB0B2;
  background-color: #ADB0B2;
  color: #ffffff;
}
