/*
* author : minjeong
* purpose : feelcard.co.kr storefarm videomix
* date: 2025.09.19
*/
/* step mobile */
.step .box-wrap {
  width: 100%;
}

.step .box-wrap .box {
  width: 100%;
  padding: 32px 36px;
  border-radius: 14px;
  background-color: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.step .box-wrap .box .box-inner {
  font-size: 12px;
  position: relative;
}

.step .box-wrap .box .box-inner::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/storefarm/img/arrow_right.svg');
  background-size: cover;
  background-position: center;
}

.step .box-wrap .box .box-inner .title {
  color: var(--primary-200);
  font-family: var(--font-weight-600);
  margin-bottom: 10px;
}

/* video-mix */
.video-mix .section-title {
  margin-bottom: 20px;
  line-height: 1.28;
}
.video-mix .section-desc {
  margin-bottom: 37px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.video-mix .section-desc span {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}

.video-mix .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.video-mix .content .box-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.video-mix .content .box-wrap .box {
  flex: 1;
  min-width: 0;
  border-radius: 20px;
  background-color: #f3f4f5;
  text-align: center;
  padding-bottom: 52px;
}

.video-mix .content .box-wrap .box .box-tit {
  font-size: 14px;
  font-weight: 600;
  color: #202325;
  padding: 28px 0 16px;
}

.video-mix .content .box-wrap .box .box-upload-label {
  display: block;
  cursor: pointer;
}
.video-mix .content .box-wrap .box .box-upload {
  width: 386px;
  height: 200px;
  margin: 0 auto;
  border-radius: 16px;
  background-color: #fff;
  border: 1px dashed #e1e4e6;
  text-align: center;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.video-mix .content .box-wrap .box .box-upload-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #555d6d;
}

.video-mix .content .btn-wrap {
  display: flex;
  gap: 8px;
  margin-top: 0;
  justify-content: center;
}
.video-mix .content .btn-wrap .btn-outline {
  width: 241px;
  height: 47px;
}
.video-mix .content .btn-wrap .btn-primary {
  width: 241px;
  height: 47px;
}

/* .video-mix .content .box-wrap .box .box-upload input {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
} */
.video-mix .content .box-wrap .box .box-upload .box-upload-icon svg {
  width: 28px;
  height: 28px;
}

.video-mix .content .box-wrap .box .box-upload .box-upload-desc {
  font-size: 12px;
  font-weight: 600;
  color: #555d6d;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

.video-mix .content .box-wrap .box .box-upload .box-upload-desc .etc {
  font-size: 10px;
  font-weight: 400;
  color: #868b94;
}

.video-mix .content .box-wrap .box input {
  display: none;
}

.video-mix .content .step-wrap {
  width: 100%;
  padding-left: 0;
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 36px 55px;
}
.video-mix .content .step-wrap .step-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}
.video-mix .content .step-wrap .step-group {
  display: flex;
  flex-direction: row;
  gap: 60px;
  padding: 0;
  width: 100%;
}
.video-mix .content .step-wrap .step-group .step {
  position: relative;
  padding-top: 37px;
}
.video-mix .content .step-wrap .step-group .step:nth-child(1) {
  width: 248px;
}
.video-mix .content .step-wrap .step-group .step:nth-child(2) {
  width: 245px;
}
.video-mix .content .step-wrap .step-group .step:nth-child(3) {
  width: 276px;
}
.video-mix .content .step-wrap .step-group .step .number {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  padding: 6px 0;
  border-radius: 4px;
  background-color: #ffffff;
  color: #ff8940;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.video-mix .content .step-wrap .step-group .step .title {
  color: #1a1c20;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.video-mix .content .step-wrap .step-group .step .text {
  color: #555d6d;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

/* tip */
.step .tip {
  padding: 10px 12px 14px;
  border-radius: 8px;
  background-color: var(--gray-100);
  font-size: 13px;
  font-family: var(--font-weight-600);
}
.step .tip .tip-tit {
  display: flex;
  align-items: center;
  gap: 6px;
}
.step .tip .tip-tit .tip-tit-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}
.step .tip .tip-tit .tip-tit-text {
  margin-top: 8px;
  color: var(--primary-200);
  font-size: 16px;
  font-family: var(--font-weight-600);
}
.step .tip .tip-tit-icon svg {
  width: 100%;
  height: 100%;
  color: var(--primary-200);
}
.step .tip .text {
  color: var(--gray-850);
  font-size: 12px;
  font-family: var(--font-weight-400);
  line-height: 140%;
  margin-top: 10px;
}

#up-loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#up-loading-overlay span {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

.loader_up {
  width: 350px;
  height: 300px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  box-shadow: 2px 2px 10px -5px lightgrey;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.wrapper .ball {
  --size: 16px;
  width: var(--size);
  height: var(--size);
  border-radius: 11px;
  margin: 0 10px;
  animation: 2s bounce-mov ease infinite;
}

.wrapper .blue {
  background-color: #7fafff;
}

.wrapper .red {
  background-color: #ff695c;
  animation-delay: 0.25s;
}

.wrapper .yellow {
  background-color: #ffd65e;
  animation-delay: 0.5s;
}

.wrapper .green {
  background-color: #7cee99;
  animation-delay: 0.75s;
}

.loader_up .close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: transparent;
  border: none;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  z-index: 10;
}

.loader_up .close-button:hover {
  color: #ffbf50;
}

@media screen and (max-width: 1024px) {
  .step {
    width: 100% !important;
    padding: 0 24px;
  }

  .step .box-wrap .box {
    padding: 25px;
  }

  .step .tip {
    padding: 25px;
    display: none;
  }

  .mobile-only .step {
    padding: 0;
    margin-top: 10px;
  }

  .video-mix {
    width: 100% !important;
    padding: 0 24px;
  }

  .video-mix .section-desc {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .video-mix .content {
    gap: 32px;
  }

  .video-mix .content .box-wrap {
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
  }

  .video-mix .content .box-wrap .box {
    width: 100%;
    padding-bottom: 32px;
  }

  .video-mix .content .box-wrap .box .box-tit {
    padding: 32px 0 16px;
    font-size: 13px;
  }

  .video-mix .content .box-wrap .box .box-upload {
    width: 80%;
    /* max-width: 386px; */
    height: 180px;
  }

  .video-mix .content .btn-wrap {
    flex-direction: column;
    gap: 12px;
    max-width: 100%;
    flex-direction: row;
  }

  .video-mix .content .btn-wrap .btn-outline,
  .video-mix .content .btn-wrap .btn-primary {
    width: 100%;
    max-width: 241px;
  }

  .video-mix .content .step-wrap {
    padding: 24px 20px;
  }

  .video-mix .content .step-wrap .step-title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .video-mix .content .step-wrap .step-group {
    flex-direction: column;
    gap: 24px;
  }

  .video-mix .content .step-wrap .step-group .step {
    width: 100% !important;
    padding-top: 32px;
  }

  .video-mix .content .step-wrap .step-group .step .number {
    width: 50px;
    font-size: 11px;
  }

  .video-mix .content .step-wrap .step-group .step .title {
    font-size: 15px;
  }

  .video-mix .content .step-wrap .step-group .step .text {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .video-mix .section-desc {
    font-size: 13px;
    margin-bottom: 24px;
    gap: 8px;
  }

  .video-mix .content {
    gap: 24px;
  }

  .video-mix .content .box-wrap {
    gap: 12px;
  }

  .video-mix .content .box-wrap .box {
    padding-bottom: 32px;
  }

  .video-mix .content .box-wrap .box .box-tit {
    padding: 16px 0 12px;
    font-size: 12px;
  }

  .video-mix .content .box-wrap .box .box-upload {
    height: 160px;
    gap: 12px;
  }

  .video-mix .content .box-wrap .box .box-upload .box-upload-desc {
    font-size: 11px;
    gap: 4px;
  }

  .video-mix .content .box-wrap .box .box-upload .box-upload-desc .etc {
    font-size: 9px;
  }

  .video-mix .content .btn-wrap {
    gap: 10px;
  }

  .video-mix .content .btn-wrap .btn-outline,
  .video-mix .content .btn-wrap .btn-primary {
    height: 44px;
    font-size: 12px;
  }

  .video-mix .content .step-wrap {
    padding: 20px 16px;
  }

  .video-mix .content .step-wrap .step-title {
    font-size: 15px;
    margin-bottom: 16px;
  }

  .video-mix .content .step-wrap .step-group {
    gap: 20px;
  }

  .video-mix .content .step-wrap .step-group .step {
    padding-top: 28px;
  }

  .video-mix .content .step-wrap .step-group .step .number {
    width: 48px;
    padding: 5px 0;
  }

  .video-mix .content .step-wrap .step-group .step .title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .video-mix .content .step-wrap .step-group .step .text {
    font-size: 12px;
  }

  .video-mix .section-desc span {
    font-size: 12px;
    line-height: 1.4;
  }
}
