@charset "UTF-8";
.step,
.btn {
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn {
  cursor: pointer;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.m-b-120 {
  margin-bottom: 120px;
}

select option[value=""][disabled] {
  display: none;
}

.check-label {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #bbc1d0;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}
.check-label:hover {
  border: 2px solid #2f66f4;
}

.check-box-input:checked + label {
  border: 2px solid #2f66f4;
}
.check-box-input:checked + label::after {
  content: "";
  background: url(/img/check_btn_blue.svg);
  background-size: 75% auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#ups-page,
#ups-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1px;
}

#ups-cost-text-narrow {
  display: none;
  padding: 10px;
}
@media screen and (min-width: 1000) {
  #ups-cost-text-narrow {
    display: none;
  }
}

#ups-cost-table {
  gap: 60px;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
@media screen and (max-width: 1599px) {
  #ups-cost-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 130px;
  }
}
@media screen and (max-width: 999px) {
  #ups-cost-table {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(212, 214, 228, 0.2)), to(rgba(212, 214, 228, 0.2))), #f4f5f8;
    background: linear-gradient(0deg, rgba(212, 214, 228, 0.2), rgba(212, 214, 228, 0.2)), #f4f5f8;
    gap: 0;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
#ups-cost-table #cost-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1599px) {
  #ups-cost-table #cost-swiper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 999px) {
  #ups-cost-caution {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media screen and (max-width: 999px) {
  #ups-caution {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

#ups-page {
  background-color: #fafafa;
}
#ups-page #ups-top-container {
  height: 180px;
  margin: 40px 0px;
  position: relative;
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
  background-color: #c6ccd8;
  border-radius: 15px;
  color: #fff;
}
#ups-page #ups-top-container #top-banner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 0px 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#ups-page #ups-top-container #top-banner .top-banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("https://file.tosstoss.co.kr/web_image/ups_list_top_banner.png");
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://file.tosstoss.co.kr/web_image/ups_list_top_banner.png");
  background-position: center center;
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 15px;
  z-index: 1;
}
#ups-page #ups-top-container #top-banner .top-banner-title,
#ups-page #ups-top-container #top-banner .top-banner {
  position: relative;
  z-index: 2;
}
#ups-page #ups-top-container #top-banner .top-banner-title {
  line-height: 30px;
  margin-bottom: 10px;
}
#ups-page #ups-top-container #top-banner .top-banner {
  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;
  width: 200px;
  height: 44px;
  background: #333333;
  border-radius: 7px;
}
#ups-page #ups-top-container #top-banner .top-banner:hover {
  background-color: #000;
}
#ups-page #ups-body-container {
  max-width: 1600px;
  margin: 0 auto;
  font-weight: 600;
  margin-bottom: 30px;
}
#ups-page #ups-body-container #body-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#ups-page #ups-body-container #body-nav .nav-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #51545c;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
#ups-page #ups-body-container #body-nav .nav-left .order-count {
  color: #2f66f4;
}
#ups-page #ups-body-container #body-nav .nav-right {
  height: 44px;
  padding: 14px 30px;
  color: #fff;
  background-color: #2f66f4;
  border-radius: 7px;
  width: 140px;
}
#ups-page #ups-body-container #body-nav .nav-right:hover {
  background-color: #0047ff;
}
#ups-page #ups-body-container #request-histories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#ups-page #ups-body-container #request-histories .request-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  #ups-page #ups-body-container #request-histories .request-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#ups-page #ups-body-container #request-histories .request-history div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ups-page #ups-body-container #request-histories .request-history .history-left-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  overflow: hidden;
}
#ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info .infos .info-titles {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  font-weight: 400;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info .infos .info-description {
  max-width: 600px;
  font-weight: 400;
  background: #fafafa;
  border-radius: 7px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  #ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info .infos {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info .description-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info .description-box .info-titles {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
  }
  #ups-page #ups-body-container #request-histories .request-history .history-left-area .history-order-info .description-box .info-description {
    width: 100%;
  }
}
#ups-page #ups-body-container #request-histories .request-history .history-order-state {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
#ups-page #ups-body-container #request-histories .request-history .history-order-state .state-true {
  color: #2f66f4;
}
#ups-page #ups-body-container #request-histories .request-history .history-order-state .state-false {
  color: #ba4646;
}
#ups-page #ups-body-container #request-histories .request-history .history-order-options {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #51545c;
}
@media screen and (max-width: 800px) {
  #ups-page #ups-body-container #request-histories .request-history .history-order-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#ups-page #ups-body-container #request-histories .request-history .history-order-options .option {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  width: 116px;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
}
#ups-page #ups-body-container #request-histories .request-history .history-order-options .option:hover {
  border-color: #51545c;
}
#ups-page #ups-body-container #request-histories .request-history .history-order-options .cancle {
  color: #2f66f4;
  border-color: #2f66f4;
}
#ups-page #ups-body-container #request-histories .request-history .history-order-options .cancle:hover {
  border-color: #2f66f4;
  background-color: #2f66f4;
  color: #fff;
}

#ups-form {
  padding: 100px 0 120px;
  color: var(--text-color);
}
#ups-form #ups-form-steps {
  margin-bottom: 100px;
}
#ups-form #ups-form-steps .progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
#ups-form #ups-form-steps .progress .step {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #eee;
  letter-spacing: -1px;
  color: #bbc1d0;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ups-form #ups-form-steps .progress .step .step-name {
  width: 100%;
  text-align: center;
}
#ups-form #ups-form-steps .progress .active {
  color: #fff;
  background-color: #51545c;
}
#ups-form #ups-form-steps .progress .arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='17' height='30' viewBox='0 0 17 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 2L14.5 15L1.5 28' stroke='%23E7E7E7' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#ups-form #ups-post-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
}
#ups-form #ups-post-form form {
  display: contents;
}
#ups-form #ups-post-form .select {
  font-weight: 500 !important;
}
#ups-form #ups-post-form .form-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
#ups-form #ups-post-form .form-section .section-title {
  color: var(--text-color);
  text-align: center;
}
#ups-form #ups-post-form .form-section .section-title .title {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #5845ff;
}
#ups-form #ups-post-form .form-section .section-title .desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
#ups-form #ups-post-form .form-section .select-country-wrap {
  padding: 40px 20px 30px;
  margin-bottom: 30px;
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
}
#ups-form #ups-post-form .form-section .select-country-wrap .section-title {
  margin-bottom: 20px;
}
#ups-form #ups-post-form .form-section .section-favorite-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 560px) {
  #ups-form #ups-post-form .form-section .section-favorite-box {
    max-width: 300px;
  }
}
#ups-form #ups-post-form .form-section .section-favorite-box div {
  padding: 12.5px 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  background: #f4f6fb;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media (hover: hover) and (pointer: fine) {
  #ups-form #ups-post-form .form-section .section-favorite-box div:hover {
    border: 1px solid #5845ff;
  }
}
#ups-form #ups-post-form .form-section .section-input-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 380px;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-title {
  margin-bottom: 24px;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box:has(.autocomplete) {
  min-width: 100%;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box .noti-box {
  padding: 12px 14px;
  background: #f4f6fb;
  border-radius: 7px;
  line-height: 22px;
  text-align: center;
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box label {
  position: relative;
  display: block;
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box label .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box label .placeholder span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -1px;
  color: #969dae;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box label .placeholder span b {
  color: #f06464;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box label .placeholder img {
  width: 16px;
}
#ups-form #ups-post-form .form-section .section-input-box-wrap .section-input-box label .placeholder.hide {
  display: none;
}
#ups-form #ups-post-form .form-section .section-input-box,
#ups-form #ups-post-form .form-section .section-select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  font-weight: 400;
}
#ups-form #ups-post-form .form-section .section-input-box .countrys,
#ups-form #ups-post-form .form-section .section-select-box .countrys {
  width: 100%;
  max-width: 280px;
}
#ups-form #ups-post-form .form-section .section-input-box textarea,
#ups-form #ups-post-form .form-section .section-select-box textarea {
  resize: none;
  width: 100%;
  height: 300px;
}
#ups-form #ups-post-form .form-section .section-input-box input,
#ups-form #ups-post-form .form-section .section-select-box input {
  width: 100%;
  max-width: 380px;
  height: 40px;
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box input::-webkit-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box input::-webkit-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box input::-moz-placeholder, #ups-form #ups-post-form .form-section .section-select-box input::-moz-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box input:-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box input:-ms-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box input::-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box input::-ms-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box input::placeholder,
#ups-form #ups-post-form .form-section .section-select-box input::placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box input,
#ups-form #ups-post-form .form-section .section-input-box textarea,
#ups-form #ups-post-form .form-section .section-select-box input,
#ups-form #ups-post-form .form-section .section-select-box textarea {
  padding: 12px 14px;
  margin: 0;
  font-weight: 600;
  border: 1px solid transparent;
  color: var(--text-color);
  background: #f4f6fb;
  border-radius: 7px;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ups-form #ups-post-form .form-section .section-input-box input::-webkit-input-placeholder, #ups-form #ups-post-form .form-section .section-input-box textarea::-webkit-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box input::-webkit-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-input-box input::-moz-placeholder, #ups-form #ups-post-form .form-section .section-input-box textarea::-moz-placeholder, #ups-form #ups-post-form .form-section .section-select-box input::-moz-placeholder, #ups-form #ups-post-form .form-section .section-select-box textarea::-moz-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-input-box input:-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-input-box textarea:-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box input:-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-input-box input::-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-input-box textarea::-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box input::-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box textarea::-ms-input-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-input-box input::placeholder,
#ups-form #ups-post-form .form-section .section-input-box textarea::placeholder,
#ups-form #ups-post-form .form-section .section-select-box input::placeholder,
#ups-form #ups-post-form .form-section .section-select-box textarea::placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-input-box input:focus,
#ups-form #ups-post-form .form-section .section-input-box textarea:focus,
#ups-form #ups-post-form .form-section .section-select-box input:focus,
#ups-form #ups-post-form .form-section .section-select-box textarea:focus {
  outline: none !important;
  border: 1px solid #5845ff;
}
#ups-form #ups-post-form .form-section .section-input-box input:hover,
#ups-form #ups-post-form .form-section .section-input-box textarea:hover,
#ups-form #ups-post-form .form-section .section-select-box input:hover,
#ups-form #ups-post-form .form-section .section-select-box textarea:hover {
  border: 1px solid #5845ff;
}
#ups-form #ups-post-form .form-section .section-input-box .btn,
#ups-form #ups-post-form .form-section .section-select-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 40px;
  background: #51545c;
  color: #ffffff;
  border-radius: 7px;
}
#ups-form #ups-post-form .form-section .section-input-box .btn:hover,
#ups-form #ups-post-form .form-section .section-select-box .btn:hover {
  background-color: #000;
}
#ups-form #ups-post-form .form-section .section-input-box .valid-order,
#ups-form #ups-post-form .form-section .section-select-box .valid-order {
  margin: 60px 0px;
}
#ups-form #ups-post-form .form-section .section-input-box .section-label,
#ups-form #ups-post-form .form-section .section-select-box .section-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: 120px;
  height: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: var(--text-color);
}
#ups-form #ups-post-form .form-section .section-input-box select,
#ups-form #ups-post-form .form-section .section-select-box select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 16px;
  gap: 10px;
  width: 260px;
  height: 50px;
  border: 1px solid #bbc1d0;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
  color: #969dae;
  font-size: 20px;
}
#ups-form #ups-post-form .form-section .section-input-box select:valid,
#ups-form #ups-post-form .form-section .section-select-box select:valid {
  border: 1px solid #5845ff;
  color: var(--text-color);
}
#ups-form #ups-post-form .form-section .section-input-box select:hover,
#ups-form #ups-post-form .form-section .section-select-box select:hover {
  border: 1px solid #5845ff;
}
#ups-form #ups-post-form .form-section .section-input-box .box,
#ups-form #ups-post-form .form-section .section-select-box .box {
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-input-box .box .select,
#ups-form #ups-post-form .form-section .section-select-box .box .select {
  padding: 8px 34px 8px 15px;
  height: auto;
  min-height: 40px;
  font-size: 15px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media (hover: hover) and (pointer: fine) {
  #ups-form #ups-post-form .form-section .section-input-box .box .select:hover,
  #ups-form #ups-post-form .form-section .section-select-box .box .select:hover {
    border: 1px solid #5845ff !important;
  }
}
#ups-form #ups-post-form .form-section .section-input-box .box .select:active,
#ups-form #ups-post-form .form-section .section-select-box .box .select:active {
  border: 1px solid #5845ff !important;
}
#ups-form #ups-post-form .form-section .section-input-box .input-select,
#ups-form #ups-post-form .form-section .section-select-box .input-select {
  width: 380px;
  height: 40px;
  font-size: 14px;
}
#ups-form #ups-post-form .form-section .section-input-box .input-select::-webkit-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box .input-select::-webkit-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box .input-select::-moz-placeholder, #ups-form #ups-post-form .form-section .section-select-box .input-select::-moz-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box .input-select:-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box .input-select:-ms-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box .input-select::-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-select-box .input-select::-ms-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box .input-select::placeholder,
#ups-form #ups-post-form .form-section .section-select-box .input-select::placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-input-box .input-select:hover,
#ups-form #ups-post-form .form-section .section-select-box .input-select:hover {
  border: 1px solid #5845ff;
}
#ups-form #ups-post-form .form-section .section-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  gap: 60px;
  width: 100%;
  counter-reset: cardNo;
}
#ups-form #ups-post-form .form-section .section-product-list .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
#ups-form #ups-post-form .form-section .section-product-list .delete-icon {
  font-size: 25px;
  cursor: pointer;
}
#ups-form #ups-post-form .form-section .section-product-list .card-add {
  width: 100%;
  max-width: 420px;
  height: 669px;
}
@media screen and (max-width: 959px) {
  #ups-form #ups-post-form .form-section .section-product-list .card-add {
    height: 360px;
  }
}
#ups-form #ups-post-form .form-section .section-product-list .card-add .card-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #969dae;
  border: 1px solid #e1e5ef;
  font-weight: 400;
  font-size: 24px;
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  gap: 20px;
  cursor: pointer;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 16px;
  gap: 15px;
  width: 100%;
  max-width: 420px;
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .card-count {
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .card-count::after {
  counter-increment: cardNo;
  content: counter(cardNo);
  font-weight: 600;
  font-size: 15px;
  color: #333333;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-header .delete-btn {
  padding: 10px;
  cursor: pointer;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content div,
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .select {
  width: 100% !important;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box:has(.autocomplete), #ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box:has(p) {
  min-width: 100%;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box p span {
  width: 100%;
  height: auto;
  color: #f06464;
  font-weight: bold;
  font-size: 15px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box label {
  position: relative;
  display: block;
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box label .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box label .placeholder span {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -1px;
  color: #969dae;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box label .placeholder span b {
  color: #f06464;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box label .placeholder img {
  width: 16px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-content .section-proudct-info .section-input-box label .placeholder.hide {
  display: none;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-desc {
  width: 360px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  margin: 0 auto;
  gap: 10px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-desc h1 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-desc .section-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-desc p span {
  color: #5845ff;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card .section-product-desc textarea {
  border: 1px solid transparent;
  min-height: 40px;
  resize: none;
  background: #f4f6fb;
  font-family: "Pretendard Variable";
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input {
  height: 40px;
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::-webkit-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::-moz-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input:-ms-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::-ms-input-placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::placeholder {
  text-align: left;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input,
#ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea {
  width: 100%;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 14px;
  color: var(--text-color);
  border: 1px solid transparent;
  border-radius: 10px;
  outline: none !important;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::-webkit-input-placeholder, #ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::-moz-placeholder, #ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea::-moz-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input:-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::-ms-input-placeholder, #ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea::-ms-input-placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input::placeholder,
#ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea::placeholder {
  font-weight: 500;
  color: #969dae;
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input:focus,
#ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea:focus {
  outline: none !important;
  border: 1px solid #5845ff;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card input:hover,
#ups-form #ups-post-form .form-section .section-product-list .section-product-card textarea:hover {
  outline: none !important;
  border: 1px solid #5845ff;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  gap: 10px;
  width: 240px;
  height: 40px;
  border: 1px solid #bbc1d0;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
}
#ups-form #ups-post-form .form-section .section-product-list .section-product-card select:valid {
  border: 1px solid var(--text-color);
}
#ups-form #ups-post-form .form-section .section-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  padding: 40px 40px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 660px;
  background: #ffffff;
  /* blue */
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}
@media screen and (max-width: 609px) {
  #ups-form #ups-post-form .form-section .section-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 20px;
  }
}
#ups-form #ups-post-form .form-section .section-card .section-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: 120px;
  height: 15px;
  font-weight: 500;
  font-size: 14px;
  color: var(--text-color);
  letter-spacing: -1px;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box {
  -ms-flex-preferred-size: calc(50% - 60px);
      flex-basis: calc(50% - 60px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  font-weight: 400;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box.box-wrap {
  gap: 20px;
}
@media screen and (max-width: 609px) {
  #ups-form #ups-post-form .form-section .section-card .section-check-box {
    width: 100%;
  }
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content * {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content .toggle-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border: 1px solid #bbc1d0;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  height: 44px;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content .toggle-check .check-btn {
  width: 12px;
  height: 12px;
  background-image: url(/img/check_btn_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content .toggle-check:hover {
  border: 1px solid #5845ff;
  color: #5845ff;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content .toggle-check:hover .check-btn {
  background-image: url(/img/check_btn_blue.svg);
  width: 12px;
  height: 12px;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content input[type=checkbox]:checked + label .toggle-check {
  background-color: #5845ff;
  color: #ffffff;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .ups-option-content input[type=checkbox]:checked + label .check-btn {
  background-image: url(/img/check_btn_white.svg);
}
#ups-form #ups-post-form .form-section .section-card .section-check-box label,
#ups-form #ups-post-form .form-section .section-card .section-check-box .auto-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .EtcDlvr .check-box {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #bbc1d0;
  border-radius: 999px;
  position: relative;
  background-color: #f4f5f8;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box input[type=checkbox]:checked + .EtcDlvr .section-option {
  background-color: #5845ff;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box input[type=checkbox]:checked + .EtcDlvr .section-option .check-box {
  border: none;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/img/check_btn_blue.svg);
  background-size: 75% auto;
  background-color: #ffffff;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-position: center;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box input[type=checkbox]:checked + .EtcDlvr .option-text,
#ups-form #ups-post-form .form-section .section-card .section-check-box input[type=checkbox]:checked + .EtcDlvr .cost-tag {
  color: #ffffff;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 44px;
  font-size: 13px;
  line-height: 100%;
  background-color: #f4f5f8;
  border: 1px solid transparent;
  padding: 10px;
  color: var(--text-color);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media screen and (max-width: 599px) {
  #ups-form #ups-post-form .form-section .section-card .section-check-box .section-option {
    width: 100%;
  }
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option span {
  font-size: 14px;
  font-weight: 500;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option .chk-toggle + label {
  width: 100px;
  height: 100px;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option .chk-toggle + label {
  background: url(/img/check_btn_gray.svg);
  background-size: 75% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbc1d0;
  border-radius: 10px;
  position: relative;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option .chk-toggle:checked + label::after {
  content: "";
  background: url(/img/check_btn_white.svg);
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option .option-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6px;
  color: var(--text-color);
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option .cost-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5845ff;
  border-radius: 4px;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option:hover {
  border: 1px solid #5845ff;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .section-option:hover .option-text {
  color: #5845ff;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .btn-help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  width: 20px;
  cursor: pointer;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .btn-help img {
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip {
  pointer-events: none;
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 50px 40px;
  width: calc(100% - 60px);
  max-width: 480px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.2);
  border-radius: 24px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  #ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip {
    width: 90%;
    top: 40%;
  }
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip .option-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip ul li,
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip ul p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip ul li {
  margin-left: 15px;
  text-indent: -17px;
  list-style: none;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip ul li::before {
  content: "•";
  margin-right: 10px;
  font-weight: 500;
  vertical-align: top;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip ul p {
  display: inline-block;
  width: calc(100% - 15px);
  text-indent: 0;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip .btn-close {
  position: absolute;
  display: none;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}
@media all and (max-width: 539px) {
  #ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip .btn-close {
    display: block;
  }
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .check-tooltip .btn-close img {
  width: 16px;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .toggle-option {
  width: 100%;
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .toggle-option label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #bbc1d0;
  background: #ffffff;
  color: var(--text-color);
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #ups-form #ups-post-form .form-section .section-card .section-check-box .toggle-option label {
    width: 100%;
  }
}
#ups-form #ups-post-form .form-section .section-card .section-check-box .toggle-option > input:checked + label {
  background: #5845ff;
  color: #ffffff;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.7s;
  transition: background-color 0.7s;
}
#ups-form #ups-post-form .form-section .section-notice {
  padding: 16px 20px;
  margin-bottom: 40px;
  background: #f4f6fb;
  border-radius: 10px;
}
#ups-form #ups-post-form .form-section .section-notice p {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  word-break: keep-all;
}
#ups-form #ups-post-form .form-section .section-notice .alert_das {
  color: #d2433c;
}
#ups-form #ups-post-form .form-section .section-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#ups-form #ups-post-form .form-section .section-agree input[type=checkbox] {
  position: relative;
  margin: 0px;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
#ups-form #ups-post-form .form-section .section-agree input[type=checkbox]:checked::before {
  -webkit-box-shadow: inset 0 0 0 1px #bbc1d0;
          box-shadow: inset 0 0 0 1px #bbc1d0;
  background: url(/user/img/icon_check.svg) 50% 50% no-repeat, #fff;
  background-size: 12px;
}
#ups-form #ups-post-form .form-section .section-agree input[type=checkbox]::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 0 1px #bbc1d0;
          box-shadow: inset 0 0 0 1px #bbc1d0;
  background: #fff;
}
#ups-form #ups-post-form .form-section .section-agree label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -2px;
  padding: 0 10px 10px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  word-break: keep-all;
  cursor: pointer;
}
#ups-form #ups-post-form #step_0,
#ups-form #ups-post-form #step_1,
#ups-form #ups-post-form #step_2,
#ups-form #ups-post-form #step_3 {
  display: none;
}
#ups-form #ups-detail-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 360px;
}
#ups-form #ups-detail-form .state-false {
  color: #ba4646;
}
#ups-form #ups-detail-form .state-true {
  color: #2f66f4;
}
#ups-form #ups-detail-form form {
  display: contents;
}
#ups-form #ups-detail-form .form-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
#ups-form #ups-detail-form .form-section .section-title {
  color: #51545c;
  text-align: center;
  width: 100%;
}
#ups-form #ups-detail-form .form-section .section-title .title {
  font-size: 20px;
  font-weight: 600;
}
#ups-form #ups-detail-form .form-section .section-title .desc {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
#ups-form #ups-detail-form .form-section .section-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
#ups-form #ups-detail-form .form-section .section-input-box textarea {
  resize: none;
  width: 720px;
  height: 300px;
}
#ups-form #ups-detail-form .form-section .section-input-box input {
  height: 40px;
  text-align: center;
}
#ups-form #ups-detail-form .form-section .section-input-box input::-webkit-input-placeholder {
  text-align: center;
}
#ups-form #ups-detail-form .form-section .section-input-box input::-moz-placeholder {
  text-align: center;
}
#ups-form #ups-detail-form .form-section .section-input-box input:-ms-input-placeholder {
  text-align: center;
}
#ups-form #ups-detail-form .form-section .section-input-box input::-ms-input-placeholder {
  text-align: center;
}
#ups-form #ups-detail-form .form-section .section-input-box input::placeholder {
  text-align: center;
}
#ups-form #ups-detail-form .form-section .section-input-box input,
#ups-form #ups-detail-form .form-section .section-input-box textarea {
  font-weight: 600;
  border: 1px solid #bbc1d0;
  -webkit-appearance: unset;
     -moz-appearance: unset;
          appearance: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12px 14px;
  color: var(--text-color);
  border-radius: 10px;
  letter-spacing: -2px;
}
#ups-form #ups-detail-form .form-section .section-input-box input::-webkit-input-placeholder, #ups-form #ups-detail-form .form-section .section-input-box textarea::-webkit-input-placeholder {
  font-weight: 500;
  color: #969dae;
}
#ups-form #ups-detail-form .form-section .section-input-box input::-moz-placeholder, #ups-form #ups-detail-form .form-section .section-input-box textarea::-moz-placeholder {
  font-weight: 500;
  color: #969dae;
}
#ups-form #ups-detail-form .form-section .section-input-box input:-ms-input-placeholder, #ups-form #ups-detail-form .form-section .section-input-box textarea:-ms-input-placeholder {
  font-weight: 500;
  color: #969dae;
}
#ups-form #ups-detail-form .form-section .section-input-box input::-ms-input-placeholder, #ups-form #ups-detail-form .form-section .section-input-box textarea::-ms-input-placeholder {
  font-weight: 500;
  color: #969dae;
}
#ups-form #ups-detail-form .form-section .section-input-box input::placeholder,
#ups-form #ups-detail-form .form-section .section-input-box textarea::placeholder {
  font-weight: 500;
  color: #969dae;
}
#ups-form #ups-detail-form .form-section .section-input-box input:focus,
#ups-form #ups-detail-form .form-section .section-input-box textarea:focus {
  outline: none !important;
  border: 1px solid #2f66f4;
}
#ups-form #ups-detail-form .form-section .section-input-box input:valid,
#ups-form #ups-detail-form .form-section .section-input-box textarea:valid {
  border: 1px solid var(--text-color);
}
#ups-form #ups-detail-form .form-section .section-input-box .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 40px;
  background: #51545c;
  color: #fff;
  border-radius: 7px;
}
#ups-form #ups-detail-form .form-section .section-input-box .btn:hover {
  background-color: #000;
}
#ups-form #ups-detail-form .form-section .section-input-box .valid-order {
  margin: 60px 0px;
}
#ups-form #ups-detail-form .form-section .section-desc {
  width: 720px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 40px;
  background: #f7f7f7;
  border-radius: 15px;
  margin: 0 auto;
}
#ups-form #ups-detail-form .form-section .section-desc h1 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
}
#ups-form #ups-detail-form .form-section .section-desc p {
  color: #51545c;
  line-height: 30px;
}
#ups-form #ups-detail-form .form-section .section-desc p span {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#ups-form #step-ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 0 20px;
  margin-bottom: 120px;
}
#ups-form #step-ctrl .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 86px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  border: 1px solid #c4c4c4;
}
#ups-form #step-ctrl .btn:hover {
  border: 1px solid #51545c;
}
#ups-form #step-ctrl .next {
  border: unset;
  background: #51545c;
  color: #fff;
}
#ups-form #step-ctrl .next:hover {
  border: unset;
  background: #000;
}
#ups-form #step-ctrl #submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  font-size: 15px;
  border: 0;
  border-radius: 10px;
  background-color: #5845ff;
  color: #fff;
}

#ups-info {
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ups-info li {
  list-style: disc;
  margin: 15px;
}
#ups-info #ups-trans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  border-radius: 30px;
  background-color: #5845ff;
}
#ups-info #charge-move {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 40px;
  border-radius: 15px;
  border: 1px solid #ffffff;
  gap: 10px;
  color: #ffffff;
}
#ups-info .ups-info-wrap {
  width: 100%;
  overflow: hidden;
}
#ups-info .ups-info-wrap section {
  padding: 0 10px 0;
}
#ups-info .ups-info-wrap .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ups-info .ups-info-wrap .info .ups-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-content {
    width: 100%;
  }
}
#ups-info .ups-info-wrap .info .ups-content .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-content .info-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: -1px;
  }
}
#ups-info .ups-info-wrap .info .ups-content .info-text .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
#ups-info .ups-info-wrap .info .ups-content .info-text .title .keyword {
  color: #ff8358;
}
#ups-info .ups-info-wrap .info .ups-content .info-text .content {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-content .info-text .content {
    font-size: 40px;
  }
}
#ups-info .ups-info-wrap .info .ups-content .info-text .content .keyword {
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ups-info .ups-info-wrap .info .ups-content .info-text .main-content {
  font-weight: 50;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-content .info-text .main-content {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }
}
#ups-info .ups-info-wrap .info .ups-content .info-text .desc {
  font-size: 20px;
  line-height: 34px;
}
#ups-info .ups-info-wrap .info .ups-content .info-text .btn {
  font-weight: 400;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-content .swiper-container {
    width: 100%;
  }
}
#ups-info .ups-info-wrap .info .ups-content .ups-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: row;
      -ms-flex-align: row;
          align-items: row;
}
#ups-info .ups-info-wrap .info .ups-content .ups-content-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#ups-info .ups-info-wrap .info .ups-content .ups-content-card .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 24px;
  cursor: default;
}
#ups-info .ups-info-wrap .info .ups-content .ups-content-card .card .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  margin-top: 20px;
}
#ups-info .ups-info-wrap .info .ups-content .ups-content-card .card .img-box img {
  -o-object-fit: none;
     object-fit: none;
}
#ups-info .ups-info-wrap .info .ups-content .ups-content-card .card .content {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
#ups-info .ups-info-wrap .info .ups-content .bg-img {
  position: absolute;
}
#ups-info .ups-info-wrap .info .ups-content .bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
#ups-info .ups-info-wrap .info .ups-content .rocket {
  right: 50%;
  margin-right: -550px;
  opacity: 0;
}
#ups-info .ups-info-wrap .info .ups-content .bunch1 {
  left: 50%;
  margin-left: -600px;
  opacity: 0;
}
#ups-info .ups-info-wrap .info .ups-content .bunch1 img {
  width: 265px;
  height: 265px;
}
#ups-info .ups-info-wrap .info .ups-content .bunch2 {
  left: -65%;
  top: -70%;
  -webkit-transform: rotate(41.72deg);
          transform: rotate(41.72deg);
}
#ups-info .ups-info-wrap .info .ups-content .bunch2 img {
  width: 265px;
  height: 265px;
}
#ups-info .ups-info-wrap .info .ups-content .bunch3 {
  right: -30%;
  top: -40%;
  -webkit-transform: rotate(-36.71deg);
          transform: rotate(-36.71deg);
}
#ups-info .ups-info-wrap .info .ups-content .bunch3 img {
  width: 137px;
  height: 151px;
}
#ups-info .ups-info-wrap .info .info-wrap {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 15px 0;
  gap: 80px;
  opacity: 0;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .info-wrap {
    gap: 40px;
  }
}
#ups-info .ups-info-wrap .info .info-1 {
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 180px;
  margin: 195px 0 195px;
  opacity: 0;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .info-1 {
    gap: 40px;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 100px 0 100px;
  }
}
#ups-info .ups-info-wrap .info .info-1 img {
  width: 410px;
  height: 410px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-1 img {
    width: 310px;
    height: 310px;
  }
}
#ups-info .ups-info-wrap .info .info-2 .desc {
  width: 330px;
}
#ups-info .ups-info-wrap .info .info-2 .info-text {
  margin-top: 80px;
}
#ups-info .ups-info-wrap .info .info-2 .info-text .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #ups-info .ups-info-wrap .info .info-2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ups-info .ups-info-wrap .info .info-2 .desc {
    width: 350px;
    font-size: 18px !important;
    line-height: 28px !important;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    text-align: center;
  }
}
#ups-info .ups-info-wrap .info .info-2 .ups-content-card {
  width: 540px;
  gap: 20px;
  margin: 70px 0 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-2 .ups-content-card {
    width: 400px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 30px 0px 80px;
  }
}
#ups-info .ups-info-wrap .info .info-2 .ups-content-card .card {
  width: 260px;
  height: 320px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-2 .ups-content-card .card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#ups-info .ups-info-wrap .info .info-2 .ups-content-card .card .number {
  color: #6f3efb;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
#ups-info .ups-info-wrap .info .info-3 .info-text {
  margin-top: 80px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-3 .info-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
#ups-info .ups-info-wrap .info .info-3 .info-text .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-3 .info-text .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#ups-info .ups-info-wrap .info .info-3 .info-text .desc {
  width: 320px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-3 .info-text .desc {
    width: 400px;
  }
}
@media screen and (max-width: 499px) {
  #ups-info .ups-info-wrap .info .info-3 .info-text .desc {
    width: initial;
  }
}
#ups-info .ups-info-wrap .info .info-3 .ups-content-card {
  gap: 20px;
  margin: 160px 0 160px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .info-3 .ups-content-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 540px;
    margin: 50px 0 50px;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-3 .ups-content-card {
    width: 400px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 30px 0px 80px;
  }
}
#ups-info .ups-info-wrap .info .info-3 .ups-content-card .card {
  width: 260px;
  height: 380px;
  gap: 20px;
}
#ups-info .ups-info-wrap .info .info-3 .ups-content-card .card .number {
  color: #f88821;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#ups-info .ups-info-wrap .info .info-4 .info-text {
  margin: 60px 20px 0px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .info-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  #ups-info .ups-info-wrap .info .info-4 .info-text .wide {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  #ups-info .ups-info-wrap .info .info-4 .info-text {
    width: 100%;
  }
}
#ups-info .ups-info-wrap .info .info-4 .info-text .narrow {
  display: none;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .info-text .narrow {
    display: block;
  }
}
#ups-info .ups-info-wrap .info .info-4 .info-text .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .info-text .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 50px;
  }
}
#ups-info .ups-info-wrap .info .info-4 .info-text .desc {
  width: 320px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .info-text .desc {
    width: 400px;
  }
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 24px;
  margin: 80px 0 80px;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card {
    gap: 20px;
    padding: 20px;
    margin: 60px 0 60px;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card {
    width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 499px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card {
    width: 80%;
  }
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 314px;
  height: 420px;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card .card {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card .card {
    height: 360px;
    width: 100%;
  }
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .card .weight-info {
  width: 274px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card .card .weight-info {
    width: initial;
    gap: 10px;
  }
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .card .weight-info .weight-calculation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 110px;
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .card .weight-info .weight-calculation .fraction {
  width: 100%;
  border: 1px solid #000000;
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .card .img-box {
  height: 230px;
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .card-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f8f8f8;
  border-radius: 15px;
  padding: 80px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card .card-tag {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card .card-tag {
    width: 100%;
    padding: 30px 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #ups-info .ups-info-wrap .info .info-4 .ups-content-card .card-tag .tag-desc {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -1px;
  }
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .card-tag .tag-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .legend {
  font-size: 15px;
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .tag-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
}
#ups-info .ups-info-wrap .info .info-4 .ups-content-card .content {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
}
#ups-info .ups-info-wrap .info .ups-cost-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 130px 0 130px;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-cost-info .wide {
    display: none;
  }
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  gap: 20px;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .title {
  text-align: center;
  font-size: 50px;
  line-height: 64px;
  font-weight: 200;
}
@media screen and (max-width: 499px) {
  #ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .title {
    font-size: 40px;
  }
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .title .keyword {
  color: #ff8358;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .content {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .desc {
  font-size: 20px;
  line-height: 34px;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .cal-weight {
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .volume-weight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .volume-weight .estimated-cost {
  color: #ff8358;
  font-weight: 600;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .info-text .volume-weight .estimated-cost #estimated_cost {
  margin-left: 5px;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content input {
  width: 24%;
  height: 40px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid #bbc1d0;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .weight {
  border: 1px solid #4f4fec;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .quick-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 80%;
}
#ups-info .ups-info-wrap .info .ups-cost-info .ups-content .quick-select .quick-button {
  width: 33%;
  border: 1px solid #bbc1d0;
  border-radius: 15px;
  text-align: center;
  padding: 10px;
}
#ups-info .ups-info-wrap .info .ups-cost-info select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  gap: 10px;
  border: 1px solid #bbc1d0;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 400;
  background-color: #f4f5f8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex: 1;
      flex: 1;
  height: initial;
  background: url(../img/dropdownbtn.png) no-repeat 94.5% 50%;
  background-size: 14px;
}
#ups-info .ups-info-wrap .info .ups-cost-info select:valid {
  border: 1px solid var(--text-color);
}
#ups-info .ups-info-wrap .info .ups-cost-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .ups-cost-table {
    width: 40%;
  }
}
#ups-info .ups-info-wrap .info .ups-cost-table .ups-cost-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 80px;
  border-bottom: 1px solid #eaedf4;
}
#ups-info .ups-info-wrap .info .ups-cost-table .ups-cost-row .unit {
  width: 120px;
  font-weight: 400;
  text-align: center;
}
#ups-info .ups-info-wrap .info .ups-cost-table .ups-cost-row .cost {
  width: 120px;
  text-align: center;
}
#ups-info .ups-info-wrap .info .ups-cost-table .selected-cost {
  background-color: #e6e6fa;
  border-radius: 15px;
}
#ups-info .ups-info-wrap .info .cost-caution-standard .unit {
  width: 120px;
}
#ups-info .ups-info-wrap .info .cost-caution-info {
  color: #787c86;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .cost-caution-info {
    width: 100%;
  }
}
#ups-info .ups-info-wrap .info .ups-cost-caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 80px 0;
  gap: 80px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-cost-caution {
    margin: 20px;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-cost-caution .wide {
    display: none;
  }
}
#ups-info .ups-info-wrap .info .ups-cost-caution .ups-cost-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
}
#ups-info .ups-info-wrap .info .ups-cost-caution .ups-cost-row li {
  width: 240px;
  text-align: left;
}
#ups-info .ups-info-wrap .info .ups-cost-caution .ups-cost-row span {
  width: 80px;
}
#ups-info .ups-info-wrap .info .ups-cost-caution .ups-cost-row .unit {
  font-weight: 400;
  color: #787c86;
}
#ups-info .ups-info-wrap .info .ups-caution {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 80px;
  margin: 150px;
  opacity: 0;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .ups-caution {
    gap: 40px;
    margin: 100px;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-caution {
    margin: 50px 0px 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-caution .wide {
    display: none !important;
  }
}
#ups-info .ups-info-wrap .info .ups-caution .narrow,
#ups-info .ups-info-wrap .info .ups-caution .card-text {
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-caution .narrow,
  #ups-info .ups-info-wrap .info .ups-caution .card-text {
    display: block;
    width: 95vw;
    font-size: initial;
  }
}
#ups-info .ups-info-wrap .info .ups-caution .info-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 50px;
  font-weight: 200;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-caution .info-text .content {
    text-align: start;
  }
}
#ups-info .ups-info-wrap .info .ups-caution .ups-content-card {
  gap: 40px;
  letter-spacing: -1px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1599px) {
  #ups-info .ups-info-wrap .info .ups-caution .ups-content-card {
    gap: 20px;
  }
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-caution .ups-content-card {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#ups-info .ups-info-wrap .info .ups-caution .ups-content-card .card {
  width: 360px;
  height: 230px;
  font-size: 16px;
  padding: 30px 30px 0px;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ups-info .ups-info-wrap .info .ups-caution .ups-content-card .card .subject {
  color: #d2433c;
  font-size: 24px;
  font-weight: 400;
}
#ups-info .ups-info-wrap .info .ups-caution .ups-content-card .card .content {
  width: 310px;
  color: #000000;
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  #ups-info .ups-info-wrap .info .ups-caution .ups-content-card .card .content {
    width: 220px;
  }
}
#ups-info .ups-info-wrap .info .ups-caution .ups-content-card .card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 360px;
  height: 230px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
}
#ups-info .ups-info-wrap .info .ups-caution #swiper-caution {
  max-width: 1500px;
}
#ups-info .ups-info-wrap .bg-1,
#ups-info .ups-info-wrap .bg-6 {
  background: #26282e;
}
#ups-info .ups-info-wrap .bg-2 {
  background: #6f3efb;
}
#ups-info .ups-info-wrap .bg-3 {
  background: #fb8518;
}
#ups-info .ups-info-wrap .bg-4 {
  background: #0bb764;
}
#ups-info .ups-info-wrap .bg-5 {
  background: #f4f5f8;
}
#ups-info .btn {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  gap: 20px;
}
#ups-info .main-1 {
  overflow: hidden;
}
#ups-info .drop {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 48px;
  height: 48px;
}
#ups-info .bike-drop {
  background-image: url(../../img/ups_image/bike.png);
}
#ups-info .astronaut-drop {
  background-image: url(../../img/ups_image/astronaut.png);
}
#ups-info .astronaut-back-drop {
  background-image: url(../../img/ups_image/astronaut_back.png);
}
#ups-info .giftbox-drop {
  background-image: url(../../img/ups_image/giftbox.png);
}
#ups-info .black-game-controller-drop {
  background-image: url(../../img/ups_image/black_game_controller.png);
}
#ups-info .breifcase-drop {
  background-image: url(../../img/ups_image/briefcase.png);
}
#ups-info .magnifier-drop {
  background-image: url(../../img/ups_image/magnifier.png);
}
#ups-info .red-mug-drop {
  background-image: url(../../img/ups_image/red_mug.png);
}
#ups-info .smartphone-drop {
  background-image: url(../../img/ups_image/smartphone.png);
}
#ups-info .space-dog-drop {
  background-image: url(../../img/ups_image/space_dog.png);
}
#ups-info .white-vr-drop {
  background-image: url(../../img/ups_image/white_vr.png);
}
#ups-info .document-drop {
  background-image: url(../../img/ups_image/file_document.png);
}
#ups-info .drone-drop {
  background-image: url(../../img/ups_image/drone_package.png);
}
#ups-info .pen-drop {
  background-image: url(../../img/ups_image/blue_pen.png);
}
#ups-info .openbox-drop {
  background-image: url(../../img/ups_image/open_box.png);
}

#ups-result {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: -1px;
  height: 800px;
}
#ups-result .ups-info-wrap {
  width: 100%;
  position: absolute;
  overflow: hidden;
}
#ups-result .ups-info-wrap .info {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ups-result .ups-info-wrap .info .ups-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 700px;
  background-color: #f4f5f8;
}
#ups-result .ups-info-wrap .info .ups-result .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  #ups-result .ups-info-wrap .info .ups-result .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
#ups-result .ups-info-wrap .info .ups-result .btn-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  width: 109px;
  height: 44px;
  font-size: 15px;
  cursor: pointer;
}
#ups-result .ups-info-wrap .info .ups-result .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  color: var(--text-color);
  line-height: 27px;
}
#ups-result .ups-info-wrap .info .ups-result .info-text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
#ups-result .ups-info-wrap .info .ups-result .info-text .title .keyword {
  color: #ff8358;
}
#ups-result .ups-info-wrap .info .ups-result .info-text .content {
  font-weight: 200;
  font-size: 45px;
  line-height: 60px;
}
#ups-result .ups-info-wrap .info .ups-result .info-text .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

@media screen and (max-width: 999px) {
  .drop {
    display: none;
  }
}