.cmp__major-customer-service-popup[data-v-7e16645d] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.48, 0.04, 0.52, 0.96);
}
.cmp__major-customer-service-popup.is-active[data-v-7e16645d] {
  visibility: visible;
  opacity: 1;
}
.cmp__major-customer-service-popup-wrapper[data-v-7e16645d] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--gutter);
}
.cmp__major-customer-service-popup-main[data-v-7e16645d] {
  width: 100%;
  max-width: 380px;
  padding: 32px;
  background-color: #fff;
  text-align: center;
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.cmp__major-customer-service-popup-cancel[data-v-7e16645d] {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cmp__major-customer-service-popup-backdrop[data-v-7e16645d] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 36, 49, 0.1);
  z-index: 0;
}
.cmp__major-customer-service-popup-title[data-v-7e16645d] {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: rgb(26, 28, 32);
}
.cmp__major-customer-service-popup-img[data-v-7e16645d] {
  width: 120px;
  height: 120px;
  margin: 24px 0;
}
@media screen and (max-width: 767px) {
.cmp__major-customer-service-popup-img[data-v-7e16645d] {
    width: 110px;
    height: 110px;
}
}
.cmp__major-customer-service-popup-desc[data-v-7e16645d] {
  max-width: 260px;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.55);
}