.customize {
  padding: 40px 0 120px;
  background-color: var(--nblack-1);
}

.customize h3 {
  text-align: center;
  margin-bottom: 14px;
  color: var(--dblue-5);
  font-size: 20px;
  font-weight: 500;
}

.customize > .text {
  margin-bottom: 14px;
}

.customize_main {
  position: relative;
  padding: 0 102px;
}

.customize_swiper {
  padding-bottom: 48px;
}

.customize_item .text {
  color: var(--black);
  margin-bottom: 20px;
}

.customize_item .icon {
  background-color: var(--nblack-1);
}

.customize_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.customize_step > p {
  font-size: 17px;
  color: var(--morange-5);
  margin: 0;
  font-weight: 500;
}

.customize_step_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: var(--morange-5);
  color: var(--white) !important;
  font-weight: 600;
  font-size: 17px;
  width: 28px;
  height: 28px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .customize {
    padding: 40px 0 96px;
  }
  .customize > .text {
    margin-bottom: 24px;
  }
  .customize .container {
    max-width: inherit;
  }
  .customize_item .text {
    margin-bottom: 16px;
  }
  .customize_step > p {
    font-size: 16px;
  }
  .customize_step_num {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .customize .swiper-btn {
    display: none;
  }
  .customize_main {
    padding: 0;
  }
  .customize_swiper {
    padding-bottom: 38px;
  }
}

.elder-example {
  padding-top: 28px;
}

.elder-example h2 {
  text-align: center;
  color: var(--dblue-5);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.elder-example img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 24px;
  display: block;
}

.elder-example img:last-child {
  margin-bottom: 0;
}

.select-type .radio-wrap_item {
  padding: 8px;
}

.btn-delete-font {
  padding: 10px 30px;
}

.btn-delete {
  display: flex;
  align-items: center;
}

.produce-pic_func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: space-between;
  margin-top: 22px;
}

.produce-pic_func .produce-pic_color {
  width: calc(100% - 146px);
}

.produce-pic_color {
  position: relative;
}

.produce-pic_color_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.produce-pic_color_active > p {
  font-size: 14px;
  margin: 0;
  font-weight: normal;
}

.produce-pic_input {
  position: absolute;
  top: 28px;
  left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}

input[type="color"] {
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    cursor: pointer;
}

#color-display {
    width: 22px;
    left: 15%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 3px solid #CCCCCC;
    display: inline-block;
    cursor: pointer;
    background-color: #000000;
    visibility: hidden;
    }

#color-picker-container {
    position: relative;
    width: 60%;
    padding-top: 60%;
    z-index: 1;
    }

#color-picker-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#color-picker-palette {
    height: 100%;
    grid-template-columns: repeat(8, 1fr);
    gap: 2%;
    padding: 3%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    display: grid;
}

#color-picker-wrapper {
    position: absolute;
    width: 450px;
    height: 450px;
    top: 100%;
    left: -50px;
    display: none;
}

.color-box:hover {
    outline: 2px solid #000000;
}

#color-picker-palette {
    height: 100%;
    grid-template-columns: repeat(8, 1fr);
    gap: 2%;
    padding: 3%;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    display: grid;
}

.color-box {
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: 1px solid #CCCCCC;
}

.radio-wrap_item label {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}

.radio-wrap_item input {
  margin: 0;
  width: 24px;
  height: 24px;
}

.radio {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  width: 24px;
  height: 24px;
  position: relative;
  background: transparent;
  border: none;

  -webkit-transform: none !important;
          transform: none !important;
}

.radio::before,
.radio::after {
  position: absolute;
  content: "";
  border: 2px solid #999;
  border-radius: 50%;
  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.radio::before {
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  opacity: 1;
}

.radio::after {
  width: 50%;
  height: 50%;
  background-color: var(--lblue-5);
  border: none;
  opacity: 0;
}

.radio:checked::before {
  border: 2px solid var(--lblue-5);
  opacity: 1;
}

.radio:checked::after {
  opacity: 1;
}

