.input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.input-icon {
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ad-sear {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--black);
  padding: 1.8rem 1rem;
}

/* 입력 필드 */
.ad-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.4rem;
  font-weight: bold;
}

.ad-input.ord3::placeholder {
  color: var(--black);
}

.ad-bad {
  width: 40px;
  border: 1px solid var(--gray);
  border-radius: 0.4rem;
  color: var(--sky);
  font-weight: bold;
  padding: 0.3rem 0.3rem;
  font-size: 1.1rem;
  text-align: center;
}
.ad-badge {
  background-color: var(--pink);
  color: var(--white);
  border-radius: 30px;
  padding: 0.2rem 1rem;
}
.bt-gray {
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
}
.bt-red-br {
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
}
.bt-red-bg {
  padding: 0.6rem 1.5rem;
  border-radius: 4px;
}

.ord-map {
  width: 100%;
  max-height: 40rem;
}

/* ord-07 */
.pro-container {
}

.pro-delivery {
  position: relative;
  height: 36px;
}

.pro-delivery-img {
  position: absolute;
  top: 0;
  max-width: 4rem;
  max-height: 3.6rem;
}

.pro-delivery-tx {
  position: absolute;
  top: 11px;
  text-align: center;
  left: 86%;
}

.pro-bar-bg {
  position: relative;
  width: 100%;
  height: 6px;
  background-color: #eaeaea;
  border-radius: 8px;
}

.pro-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #ec7b74;
  border-radius: 4px;
  transition: width 0.3s ease;
}

.pro-step-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--gray);
  border: none;
  z-index: 2;
}
.pro-step-dot.active {
  background-color: var(--red4);
}

.pro-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step {
  font-size: 1.4rem;
  color: var(--gray);
}

.step.active {
  font-weight: 500;
  color: var(--pink3);
}

.pro-del {
  border: 1px solid var(--red);
  border-radius: 0.8rem;
  width: 100%;
  padding: 1.2rem 5rem;
  display: none;
  color: var(--red);
}

.toggle-icon {
}
.toggle-icon.rotated {
  transform: rotate(180deg);
}

/* ord-01-03-3 */
.ord-map-03-3 {
  max-height: 18rem;
  width: 100%;
  object-fit: cover;
}
.ord-03-btn {
  height: 4rem;
  border-radius: 1rem;
  border: 1px solid var(--gray2);
  flex: 1;
  font-size: 1.4rem;
  color: var(--gray);
  font-weight: 600;
}
.ord-03-btn.active {
  height: 4rem;
  border-radius: 1rem;
  border: 1px solid var(--black);
  flex: 1;
  font-size: 1.4rem;
  color: var(--black);
  font-weight: 600;
}

.not-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('../assets/img/not-arrow.svg') no-repeat right center;
  height: 40px;
  padding: 1rem 1.5rem;
  border: 1px solid var(--gray2);
  border-radius: 0.8rem;
  color: var(--gray);
}

#address {
  display: none;
}

.ord-03-3-img {
  max-width: 1.6rem;
  max-height: 1.6rem;
}
