.page-store {
  max-width: unset;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-store {
    padding-top: 12px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .page-store .section-basic {
    margin: 0 16px;
  }
}
.page-store .section-basic .section-basic-inner {
  display: flex;
  justify-content: space-between;
}
.page-store .section-basic .section-basic-inner .left h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .left h1 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.page-store .section-basic .section-basic-inner .left .subtitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .left .subtitle {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.page-store .section-basic .section-basic-inner .left .description {
  font-size: 16px;
  color: #767676;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .left .description {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.page-store .section-basic .section-basic-inner .left .available-option {
  display: flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .left .available-option {
    margin-bottom: 8px;
  }
}
.page-store .section-basic .section-basic-inner .left .available-option .single-option {
  display: flex;
  align-items: center;
}
.page-store .section-basic .section-basic-inner .left .available-option .single-option img {
  height: 16px;
  width: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .left .available-option .single-option img {
    height: 14px;
    width: 14px;
    margin-right: 4px;
  }
}
.page-store .section-basic .section-basic-inner .left .available-option .single-option .text {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .left .available-option .single-option .text {
    font-size: 14px;
  }
}
.page-store .section-basic .section-basic-inner .left .available-option .single-option:not(:last-of-type) {
  margin-right: 16px;
}
.page-store .section-basic .section-basic-inner .left .more-detail {
  display: inline-block;
  cursor: pointer;
  color: #BFBFBF;
  font-size: 16px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .left .more-detail {
    font-size: 14px;
  }
}
.page-store .section-basic .section-basic-inner .right {
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .right .image {
    width: 70px;
  }
}
.page-store .section-basic .section-basic-inner .right .image img {
  height: 122px;
  width: 122px;
  border-radius: 5px;
  object-fit: cover;
  float: right;
}
@media screen and (max-width: 767px) {
  .page-store .section-basic .section-basic-inner .right .image img {
    width: 70px;
    height: 70px;
  }
}
.page-store .page-content {
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .page-store .page-content {
    padding-top: 24px;
  }
}
.page-store .page-content .overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  z-index: 475;
}
.page-store .page-content .overlay .window-expired {
  cursor: default;
  width: calc(100% - 28px);
  max-width: 401px;
  padding: 36px 24px 64px 24px;
  background: #fff;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 40px rgba(0, 49, 107, 0.15);
  border-radius: 10px;
  z-index: 475;
}
.page-store .page-content .overlay .window-expired .window-title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  z-index: 550;
}
.page-store .page-content .overlay .window-expired .window-subtitle {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #767676;
}
.page-store .page-content .overlay .window-expired .window-btn {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  height: 44px;
  padding: 11px 0;
  text-align: center;
  background: #6FC16D;
  border-radius: 5px;
}
.page-store .page-content .page-content-inner .section {
  border-top: 1px solid #ECECEC;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .page-store .page-content .page-content-inner .section {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-store .page-content .page-content-inner .section-banner {
    width: 100%;
  }
}
.page-store .page-content .page-content-inner .section-banner .banner-content {
  border-radius: 10px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.page-store .page-content .page-content-inner .section-group {
  border-top: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-store .page-content .page-content-inner .section-group {
    width: 100%;
  }
}
.page-store .page-content .page-content-inner .section-group .card-group {
  background: #F0F7EE;
  padding: 24px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-store .page-content .page-content-inner .section-group .card-group .left {
  margin-right: 12px;
  flex-grow: 999;
}
.page-store .page-content .page-content-inner .section-group .card-group .left .card-title {
  display: flex;
  align-items: center;
}
.page-store .page-content .page-content-inner .section-group .card-group .left .card-title img {
  margin-right: 12px;
  width: 32px;
  height: 32px;
}
.page-store .page-content .page-content-inner .section-group .card-group .left .card-title .copy {
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #12620F;
}
.page-store .page-content .page-content-inner .section-group .card-group .left .card-content {
  margin-top: 12px;
  font-size: 16px;
  line-height: 19px;
  color: #12620F;
}
.page-store .page-content .page-content-inner .section-items {
  border-top: 0;
  padding: 0;
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 767px) {
  .page-store .page-content .page-content-inner .section-items {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.page-store .page-content .page-content-inner .item-card {
  padding: 12px;
}
@media screen and (max-width: 767px) {
  .page-store .page-content .page-content-inner .item-card {
    padding: 8px;
  }
}
.page-store .page-content .page-content-inner .item-card .item-card-content {
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.7);
  cursor: pointer;
  overflow: hidden;
}
.page-store .page-content .page-content-inner .item-card .item-card-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .page-store .page-content .page-content-inner .item-card .item-card-title {
    font-size: 16px;
  }
}
.page-store .popup-view-start-group-order .content,
.page-store .popup-view-join-group-order .content {
  padding-bottom: 96px;
}
.page-store .popup-view-start-group-order .content .banner,
.page-store .popup-view-join-group-order .content .banner {
  height: 115px;
  width: 100%;
  text-align: center;
}
.page-store .popup-view-start-group-order .content .title,
.page-store .popup-view-join-group-order .content .title {
  font-weight: 500;
  font-size: 24px;
  color: #424242;
  margin-top: 8px;
  margin-bottom: 8px;
}
.page-store .popup-view-start-group-order .content .title img,
.page-store .popup-view-join-group-order .content .title img {
  width: 24px;
  margin-right: 8px;
}
.page-store .popup-view-start-group-order .content .subtitle,
.page-store .popup-view-join-group-order .content .subtitle {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #424242;
}
.page-store .popup-view-start-group-order .content .info,
.page-store .popup-view-join-group-order .content .info {
  margin-top: 8px;
  font-size: 14px;
  color: #767676;
}
.page-store .popup-view-start-group-order .content .input-group,
.page-store .popup-view-join-group-order .content .input-group {
  margin-top: 24px;
  width: 100%;
  position: relative;
}
.page-store .popup-view-start-group-order .content .input-group input,
.page-store .popup-view-join-group-order .content .input-group input {
  width: 100%;
  border-radius: 20px;
  padding: 8px 12px;
}
.page-store .popup-view-start-group-order .content .input-group .btn-copy,
.page-store .popup-view-join-group-order .content .input-group .btn-copy {
  position: absolute;
  right: 16px;
  top: 8px;
}
.page-store .popup-view-start-group-order .content .section,
.page-store .popup-view-join-group-order .content .section {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.page-store .popup-view-start-group-order .content .section img,
.page-store .popup-view-join-group-order .content .section img {
  width: 18px;
  margin: 16px 16px 16px 0;
}
.page-store .popup-view-start-group-order .content .section .info,
.page-store .popup-view-join-group-order .content .section .info {
  border-bottom: 1px solid #ECECEC;
  padding: 16px 0;
  flex-grow: 999;
  margin: 0;
  font-weight: 500;
  color: #424242;
}
.page-store .popup-view-start-group-order .content .section .info .info-title,
.page-store .popup-view-join-group-order .content .section .info .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-store .popup-view-start-group-order .content .section .info .info-title .btn-edit,
.page-store .popup-view-join-group-order .content .section .info .info-title .btn-edit {
  padding: 6px 12px;
  position: absolute;
  top: 8px;
  right: 0;
  background: #F6F6F6;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
}
.page-store .popup-view-start-group-order .content .section .info .info-description,
.page-store .popup-view-join-group-order .content .section .info .info-description {
  font-weight: 400;
  color: #767676;
  margin-top: 12px;
}
.page-store .popup-view-start-group-order .content .section .info .info-discount,
.page-store .popup-view-join-group-order .content .section .info .info-discount {
  margin-top: 12px;
}
.page-store .popup-view-start-group-order .content .section .info .info-discount .single-text:not(:last-of-type),
.page-store .popup-view-join-group-order .content .section .info .info-discount .single-text:not(:last-of-type) {
  margin-bottom: 4px;
}
.page-store .popup-view-start-group-order .content .option,
.page-store .popup-view-join-group-order .content .option {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 4px solid #FAFAFA;
  font-weight: 500;
  font-size: 14px;
  color: #424242;
}
.page-store .popup-view-start-group-order .content .option .option-name,
.page-store .popup-view-join-group-order .content .option .option-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}
.page-store .popup-view-start-group-order .content .option .option-name img,
.page-store .popup-view-join-group-order .content .option .option-name img {
  width: 20px;
  height: 20px;
}
.page-store .popup-view-start-group-order .content .option .option-description,
.page-store .popup-view-join-group-order .content .option .option-description {
  margin-top: 8px;
  font-weight: 400;
  color: #767676;
}
.page-store .popup-view-start-group-order .content .option .option-discount,
.page-store .popup-view-join-group-order .content .option .option-discount {
  margin-top: 12px;
}
.page-store .popup-view-start-group-order .content .option .option-discount .single-text:not(:last-of-type),
.page-store .popup-view-join-group-order .content .option .option-discount .single-text:not(:last-of-type) {
  margin-bottom: 4px;
}
.page-store .popup-view-start-group-order .content .btn-start,
.page-store .popup-view-join-group-order .content .btn-start,
.page-store .popup-view-start-group-order .content .btn-save,
.page-store .popup-view-join-group-order .content .btn-save {
  cursor: pointer;
  position: fixed;
  bottom: 24px;
  margin-top: 24px;
  background: #6FC16D;
  border-radius: 10px;
  width: calc(100% - 32px);
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 9px;
  color: #FFFFFF;
  text-align: center;
}
.page-store .popup-view-join-group-order .content {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-store .popup-view-join-group-order .content {
    border-radius: 0;
  }
}
.page-store .popup-view-join-group-order .divider .line {
  display: inline-block;
  border-bottom: 1px #BFBFBF solid;
  width: calc(50% - 11px);
  position: relative;
  top: -3px;
}
.page-store .popup-view-join-group-order .divider .text {
  width: 22px;
  display: inline-block;
  text-align: center;
  color: #BFBFBF;
}
.page-store .popup-view-join-group-order .btn-join,
.page-store .popup-view-join-group-order .btn-join-disabled {
  cursor: pointer;
  width: 100%;
  margin-top: 16px;
  background: #6FC16D;
  border-radius: 10px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding: 9px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}
.page-store .popup-view-join-group-order input {
  width: 100%;
  margin-top: 16px;
  height: 40px;
  padding: 9px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 5px;
}
.page-store .popup-view-join-group-order .btn-join-disabled {
  background: #E2E2E2;
}

.element-image {
  border: 0;
  margin: 0;
  padding: 0;
  outline: none;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #ececec;
}
.element-image .image-body {
  object-fit: cover;
  border: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.element-image .image-loading-layer {
  background-color: #ececec;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  animation-name: breath;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  position: relative;
}
.element-image .image-loading-layer .loading-icon {
  width: 60px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.loader-appear {
  opacity: 0.01;
}
.loader-appear.loader-appear-active {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.loader-enter {
  opacity: 0.01;
}
.loader-enter.loader-enter-active {
  opacity: 1;
  transition: opacity 200ms ease-in;
}
.loader-leave {
  opacity: 1;
}
.loader-leave.loader-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-in;
}
@keyframes breath {
  0% {
    background-color: #ececec;
  }
  50% {
    background-color: #e1e1e1;
  }
  100% {
    background-color: #ececec;
  }
}

.product-card {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .product-card {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}
.product-card .image-section {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-card .image-section .num-bar {
  top: 0;
  z-index: 450;
  background: #FFFFFF;
  box-shadow: 0 1px 20px rgba(0, 49, 107, 0.2);
  border-radius: 10px;
  position: absolute;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #424242;
}
@media screen and (max-width: 767px) {
  .product-card .image-section .num-bar {
    height: 40px;
    line-height: 40px;
  }
}
.product-card .image-section .num-bar .left,
.product-card .image-section .num-bar .right {
  position: absolute;
  top: 8px;
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .product-card .image-section .num-bar .left,
  .product-card .image-section .num-bar .right {
    width: 24px;
    height: 24px;
  }
}
.product-card .image-section .num-bar .left {
  left: 8px;
}
.product-card .image-section .num-bar .right {
  right: 8px;
}
.product-card .image-section .num-bar .input-item-qty {
  text-align: center;
  border: none;
}
.product-card .image-section .sold-out-mask {
  position: absolute;
  background: white;
  opacity: 0.6;
  border-radius: 10px;
  z-index: 2;
}
.product-card .image-section .sold-out-text {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 19px;
  width: 141px;
  height: 38px;
  font-weight: 500;
  font-size: 16px;
  line-height: 38px;
  color: white;
  text-align: center;
  z-index: 3;
}
.product-card .image-section .group {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 450;
}
.product-card .image-section .group-count {
  width: 32.5px;
  height: 32.5px;
  top: 5px;
  right: 5px;
  border-radius: 16.25px;
  text-align: center;
  line-height: 32.5px;
  color: white;
  font-size: 16px;
  border: 1px solid white;
  background: #6FC16D;
  z-index: 450;
}
.product-card .image-section img {
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.product-card .image-section .product-tag {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  background: #DB8300;
  white-space: nowrap;
  max-width: 80%;
  line-height: 32px;
  font-weight: 700;
  z-index: 1;
  border-radius: 5px 0 5px 0;
  padding: 0 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .product-card .image-section .product-tag {
    padding: 0 8px;
    line-height: 28px;
    max-width: 70%;
    font-weight: 500;
  }
}
.product-card .info-section {
  height: 124px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .product-card .info-section {
    height: 124px;
    margin-top: 8px;
  }
}
.product-card .info-section .item-card-price-block {
  max-height: 22px;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .item-card-price-block {
    max-height: 19px;
  }
}
.product-card .info-section .item-card-price-block .item-card-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  float: left;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .item-card-price-block .item-card-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.product-card .info-section .item-card-price-block .item-card-sale-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  float: left;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .item-card-price-block .item-card-sale-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.product-card .info-section .item-card-price-block .item-card-original-price {
  margin-left: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #BFBFBF;
  text-decoration: line-through;
  float: left;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .item-card-price-block .item-card-original-price {
    font-size: 14px;
    line-height: 19px;
  }
}
.product-card .info-section .item-card-price-block .item-card-left-alert {
  margin-left: 12px;
  font-size: 14px;
  line-height: 19px;
  color: #E42D2D;
  float: left;
}
.product-card .info-section .item-card-price-block .item-card-sold {
  margin-left: 12px;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
  float: right;
}
.product-card .info-section .mobile-extra-info-block {
  margin-top: 4px;
  max-height: 19px;
}
.product-card .info-section .mobile-extra-info-block .single-item:first-of-type {
  margin-right: 12px;
}
.product-card .info-section .mobile-extra-info-block .item-card-left-alert {
  font-size: 14px;
  line-height: 19px;
  color: #E42D2D;
  float: left;
}
.product-card .info-section .mobile-extra-info-block .item-card-sold {
  font-size: 14px;
  line-height: 19px;
  color: #767676;
  float: left;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .display-lg {
    display: none;
  }
}
.product-card .info-section .display-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .display-sm {
    display: block;
  }
}
.product-card .info-section .item-card-title {
  margin-top: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  max-height: 44px;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .item-card-title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 19px;
    max-height: 38px;
  }
}
.product-card .info-section .item-card-title-long-display {
  -webkit-line-clamp: 3;
  max-height: 66px;
}
.product-card .info-section .item-card-unit {
  margin-top: 8px;
  font-size: 14px;
  line-height: 19px;
  color: #767676;
  max-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .product-card .info-section .item-card-unit {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    max-height: 32px;
  }
}

.component-carousel {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.component-carousel .num-tag {
  position: absolute;
  right: 8px;
  bottom: 8px;
  height: 20px;
  width: 60px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 4px 40px rgba(0, 49, 107, 0.15);
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  z-index: 10;
  color: #767676;
  transition: all 0.3s;
}
.component-carousel .indicator-group {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 10;
}
.component-carousel .indicator-group .single-dot {
  height: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 2px;
}
.component-carousel .indicator-group .single-dot-active {
  opacity: 1;
}
.component-carousel .controller .controller-arrow-left,
.component-carousel .controller .controller-arrow-right {
  position: absolute;
  top: 50%;
  background-color: #ececec;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 8px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
}
.component-carousel .controller .controller-arrow-left img,
.component-carousel .controller .controller-arrow-right img {
  width: 24px;
}
.component-carousel .controller .controller-arrow-left:hover,
.component-carousel .controller .controller-arrow-right:hover {
  opacity: 0.9;
  transition: all 0.1s;
}
.component-carousel .controller .controller-arrow-left {
  left: 30px;
  transform: rotate(180deg) translateY(50%);
}
.component-carousel .controller .controller-arrow-right {
  right: 30px;
  transform: translateY(-50%);
}
.component-carousel .display {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.component-carousel .display .image {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ececec;
}
.component-carousel .display .image-left {
  transform: translateX(-100%);
}
.component-carousel .display .image-center {
  transform: translateX(0);
}
.component-carousel .display .image-right {
  transform: translateX(100%);
}
.component-carousel .display .moving {
  z-index: 5;
  transition: all 1s;
}
.component-carousel .display .duration-time-1000 {
  transition: all 0.1s;
}
.component-carousel .display .duration-time-3000 {
  transition: all 0.3s;
}
.component-carousel .display .duration-time-5000 {
  transition: all 0.5s;
}
.component-carousel .display .duration-time-7000 {
  transition: all 0.7s;
}
.component-carousel .display .duration-time-9000 {
  transition: all 0.9s;
}
.component-carousel .display .duration-time-10000 {
  transition: all 1s;
}

.component-popup-view {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1010;
}
.component-popup-view .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.component-popup-view .content {
  min-height: 20%;
  max-height: 100%;
  overflow: scroll;
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #F4F4F4;
  border-radius: 20px 20px 0 0;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .component-popup-view .content {
    min-height: 0;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    width: 400px;
  }
}
.component-popup-view .content::-webkit-scrollbar {
  display: none;
}

