@charset "UTF-8";
/* font-wight ****************************/
/* font-wight font-size (font-size에 따라 line-height 결정됨)****/
/* button style ****************************/
/* box-shadow style ****************************/
:root {
  --text1-color: #333;
  --text2-color: #4f535a;
  --border-color: #bbc1d0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

#its_volume {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tippy-tooltip {
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.04));
  border-radius: 10px;
}
.tippy-tooltip .tippy-content {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  text-wrap-style: balance;
  word-break: keep-all;
}
.tippy-tooltip b {
  font-weight: 600;
}

.delivery-price {
  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;
  place-items: center;
  overflow: hidden;
}
.delivery-price * {
  font-family: Pretendard Variable;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1em;
  color: var(--second-color);
}
.delivery-price h1,
.delivery-price h1 * {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -1px;
}
.delivery-price h2,
.delivery-price h2 * {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -1px;
}
.delivery-price i {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.delivery-price a:visited, .delivery-price a:link {
  color: inherit;
}
.delivery-price button {
  margin: 0;
  border: none;
}
.delivery-price input {
  margin: 0;
}
.delivery-price .accent {
  color: var(--accent-color);
  font-weight: inherit;
}
.delivery-price .btns {
  display: inline-block;
  padding: 0 10px;
  width: 200px;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background-color: var(--accent-color);
  -webkit-box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
          box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.1);
  cursor: pointer;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price .btns:hover {
    background-color: var(--Primary-400);
    color: #fff;
  }
}
.delivery-price .btns:active {
  background-color: var(--Primary-400);
  color: #fff;
}
.delivery-price .btns.btn-rect {
  border-radius: 10px;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .mobile-delete {
    display: none;
  }
}
.delivery-price .tab-slider.lock a {
  pointer-events: none;
}
.delivery-price .tab-slider.lock.moving {
  cursor: pointer;
}
.delivery-price #tab_total {
  position: fixed;
  top: -20px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 0 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, rgb(255, 255, 255)), to(rgb(202, 206, 216)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 99%, rgb(202, 206, 216) 100%);
  z-index: 95;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price #tab_total {
    overflow: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .delivery-price #tab_total::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
}
.delivery-price #tab_total ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.delivery-price #tab_total ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.delivery-price #tab_total ul li a {
  padding: 24px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  cursor: pointer;
}
.delivery-price #tab_total ul .under-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  width: 101px;
  height: 4px;
  background: var(--accent-color);
  pointer-events: none;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.delivery-price .usagefee-wrap {
  position: relative;
  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: 48px 0 40px;
  margin-top: 60px;
}
.delivery-price .usagefee-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f6fb));
  background: linear-gradient(180deg, #ffffff 0%, #f4f6fb 100%);
}
@media (min-width: 600px) and (max-width: 1079px) {
  .delivery-price .usagefee-wrap {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price .usagefee-wrap {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }
  .delivery-price .usagefee-wrap::before {
    background: none;
  }
}
.delivery-price .usagefee-wrap * {
  letter-spacing: -1px;
  word-break: keep-all;
}
.delivery-price .usagefee-wrap .title {
  position: relative;
  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;
  gap: 10px;
}
.delivery-price .usagefee-wrap .title .top {
  font-size: 22px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .title .desc {
  font-size: 16px;
  font-weight: 500;
  color: var(--accent-color);
}
.delivery-price .usagefee-wrap .pricing-method-box {
  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;
  margin: 30px 0 40px;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price .usagefee-wrap .pricing-method-box {
    display: -webkit-box;
    margin: 40px 0 0;
    padding: 20px;
    width: calc(100% + 40px);
    background: #f4f6fb;
  }
}
.delivery-price .usagefee-wrap .pricing-method-box .swiper-wrapper {
  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: 30px;
}
@media (min-width: 600px) and (max-width: 1079px) {
  .delivery-price .usagefee-wrap .pricing-method-box .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price .usagefee-wrap .pricing-method-box .swiper-wrapper {
    gap: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  width: 100%;
  min-width: 440px;
  max-width: 440px;
  border-radius: 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);
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box {
  -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;
  gap: 10px;
  padding: 38px 0;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box .category {
  font-weight: 600;
  font-size: 22px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box .img-box {
  height: 100px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box .img-box img {
  height: 100%;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box .add-desc {
  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: 6px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box .add-desc span {
  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: 12px 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--accent-color);
  border-radius: 10px;
  background: #f3f7ff;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box .add-desc span.under {
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box .add-desc b {
  font-size: 18px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 50px 40px;
  width: 100%;
  max-width: 570px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 16px 40px -10px rgba(112, 144, 176, 0.2);
          box-shadow: 0px 16px 40px -10px rgba(112, 144, 176, 0.2);
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  -webkit-transition: all 300ms linear, backdrop-filter 0ms;
  transition: all 300ms linear, backdrop-filter 0ms;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume.show {
  visibility: visible;
  opacity: 1;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume.show::before {
  -webkit-animation: blur 300ms linear forwards;
          animation: blur 300ms linear forwards;
}
@-webkit-keyframes blur {
  0% {
    backdrop-filter: blur(0px);
  }
  100% {
    backdrop-filter: blur(30px);
  }
}
@keyframes blur {
  0% {
    backdrop-filter: blur(0px);
  }
  100% {
    backdrop-filter: blur(30px);
  }
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume p {
  font-size: 16px;
  font-weight: 500;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box {
  -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;
  padding: 20px;
  border: 1px solid #e1e5ef;
  border-radius: 24px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.cbm p {
  width: 100%;
  text-align: right;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.cbm .img-cbm {
  margin: 16.5px 0 40.5px;
  width: 186px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.cbm .img-cbm img {
  width: 100%;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.cbm span {
  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: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8em;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.cbm span b {
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.cbm span.accent {
  padding-right: 18px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .title {
  font-size: 20px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .usa-calc {
  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;
  gap: 20px;
  margin: 45px 0;
  width: 100%;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .usa-calc span {
  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: 6px;
  font-size: 20px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .usa-calc span img {
  width: 20px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .usa-calc span p {
  font-size: 18px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .etc-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .etc-calc span {
  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: 10px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .etc-calc span img {
  width: 20px;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .etc-calc p {
  margin: 12px 0 20px;
  font-size: 18px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .box-wrap .box #tooltip_volume .tooltip-box-wrap .tooltip-box.calc .etc-calc .accent {
  font-size: 20px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap .pricing-method-box .plus {
  width: unset;
}
.delivery-price .usagefee-wrap #mobile_volume {
  position: relative;
  display: none;
  -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: 14px;
  margin-bottom: 20px;
  padding: 60px 20px 90px;
  width: calc(100% + 40px);
  border-bottom: 1px solid #e1e5ef;
  z-index: 5;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price .usagefee-wrap #mobile_volume {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.delivery-price .usagefee-wrap #mobile_volume .title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap #mobile_volume .desc {
  padding: 12px 10px;
  border-radius: 10px;
  background: #f4f6fb;
}
.delivery-price .usagefee-wrap #mobile_volume p {
  font-size: 13px;
  font-weight: 500;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 72px;
  padding-top: 40px;
  width: 100%;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box {
  -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;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.cbm {
  gap: 20px;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.cbm .img-cbm {
  width: 186px;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.cbm .img-cbm img {
  width: 100%;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.cbm span {
  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: 4px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8em;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.cbm span b {
  font-weight: 600;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.cbm span p {
  font-size: 16px;
  font-weight: 400;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .region-calc {
  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;
  gap: 40px;
  width: 100%;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .region-calc span {
  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: 10px;
  width: 84px;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .region-calc span .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .region-calc span .img-box img {
  width: 20px;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .region-calc span p {
  font-size: 16px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .region-calc span.cbm-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 94px;
}
.delivery-price .usagefee-wrap #mobile_volume .tooltip-box-wrap .tooltip-box.calc .region-calc span.cbm-unit p {
  font-size: 18px;
  font-weight: 600;
}
.delivery-price .usagefee-wrap ul {
  position: relative;
  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;
  width: 100%;
}
.delivery-price .usagefee-wrap ul li {
  margin-left: 15px;
  text-indent: -15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.delivery-price .usagefee-wrap ul li::before {
  content: "•";
  margin-right: 10px;
}
.delivery-price .delivery-calc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 72px 0;
  width: 100%;
  background: var(--second-color);
  overflow: hidden;
}
.delivery-price .delivery-calc .bg_img {
  position: absolute;
}
.delivery-price .delivery-calc .bg_img.img_01 {
  top: calc(50% - 88px);
  left: calc(50% - 932px);
  -webkit-animation: float 4000ms -1000ms ease-in-out infinite;
          animation: float 4000ms -1000ms ease-in-out infinite;
}
.delivery-price .delivery-calc .bg_img.img_02 {
  top: calc(50% - 22px);
  left: calc(50% - 673px);
  -webkit-animation: float 4100ms 100ms ease-in-out infinite;
          animation: float 4100ms 100ms ease-in-out infinite;
}
.delivery-price .delivery-calc .bg_img.img_03 {
  top: calc(50% - 143px);
  left: calc(50% - 448px);
  width: 170px;
  -webkit-animation: float 3700ms -1250ms ease-in-out infinite;
          animation: float 3700ms -1250ms ease-in-out infinite;
}
.delivery-price .delivery-calc .bg_img.img_04 {
  top: calc(50% + 99px);
  left: calc(50% + 192px);
  -webkit-animation: float 4300ms 80ms ease-in-out infinite;
          animation: float 4300ms 80ms ease-in-out infinite;
}
.delivery-price .delivery-calc .bg_img.img_05 {
  top: calc(50% - 127px);
  left: calc(50% + 305px);
  -webkit-animation: float 3800ms -900ms ease-in-out infinite;
          animation: float 3800ms -900ms ease-in-out infinite;
}
.delivery-price .delivery-calc .bg_img.img_06 {
  top: calc(50% - 8px);
  left: calc(50% + 474px);
  -webkit-animation: float 3800ms 100ms ease-in-out infinite;
          animation: float 3800ms 100ms ease-in-out infinite;
}
.delivery-price .delivery-calc .bg_img.img_07 {
  top: calc(50% - 185px);
  left: calc(50% + 618px);
  -webkit-animation: float 3000ms -800ms ease-in-out infinite;
          animation: float 3000ms -800ms ease-in-out infinite;
}
@media (min-width: 686px) and (max-width: 1279px) {
  .delivery-price .delivery-calc .bg_img.img_01, .delivery-price .delivery-calc .bg_img.img_06, .delivery-price .delivery-calc .bg_img.img_07 {
    display: none;
  }
  .delivery-price .delivery-calc .bg_img.img_03 {
    top: calc(50% - 221px);
    left: calc(50% - 375px);
    -webkit-animation: float 3800ms -800ms ease-in-out infinite;
            animation: float 3800ms -800ms ease-in-out infinite;
  }
  .delivery-price .delivery-calc .bg_img.img_02 {
    top: calc(50% + 77px);
    left: calc(50% - 379px);
    -webkit-animation: float 4000ms 50ms ease-in-out infinite;
            animation: float 4000ms 50ms ease-in-out infinite;
  }
  .delivery-price .delivery-calc .bg_img.img_05 {
    top: calc(50% - 189px);
    left: calc(50% + 218px);
    -webkit-animation: float 4100ms 100ms ease-in-out infinite;
            animation: float 4100ms 100ms ease-in-out infinite;
  }
  .delivery-price .delivery-calc .bg_img.img_04 {
    top: calc(50% + 52px);
    left: calc(50% + 221px);
    -webkit-animation: float 3750ms -800ms ease-in-out infinite;
            animation: float 3750ms -800ms ease-in-out infinite;
  }
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .delivery-calc .bg_img {
    display: none;
  }
  .delivery-price .delivery-calc .bg_img.img_03 {
    display: block;
    top: calc(50% - 150px);
    left: calc(50% - 83px);
  }
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .delivery-calc {
    background: url("../img/delivery_price/bg_delivery_calc_mobile.png") calc(50% - 10px) calc(50% + 13px) no-repeat, var(--second-color);
    background-size: 432px;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-10px);
            transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
.delivery-price .delivery-calc .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;
}
.delivery-price .delivery-calc .content * {
  color: #fff;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .delivery-calc .content h1 {
    margin-bottom: 262px;
  }
}
.delivery-price .delivery-calc .content h2 {
  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;
  gap: 14px;
  text-align: center;
}
.delivery-price .delivery-calc .content .btns {
  width: 180px;
}
.delivery-price .price-table-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .price-table-wrap {
    padding: 40px 0;
  }
}
.delivery-price .price-table-wrap .title {
  font-size: 22px;
  font-weight: 600;
}
.delivery-price .price-table-wrap .tb-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0 30px 0;
  width: 100%;
}
.delivery-price .price-table-wrap .tb-header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #373f57;
  line-height: 100%;
}
.delivery-price .price-table-wrap .tb-header h2 i {
  font-size: inherit;
  color: inherit;
}
.delivery-price .price-table-wrap .tb-header h2 span {
  margin-left: 10px;
  color: #787c86;
}
.delivery-price .price-table-wrap .tb-header .checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .price-table-wrap .tb-header .checkboxes {
    -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;
  }
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
  color: var(--accent-color);
  cursor: pointer;
}
@media (min-width: 686px) and (hover: hover) and (pointer: fine) {
  .delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip:hover .tooltip {
    opacity: 1;
    visibility: visible;
  }
  .delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip:hover .tooltip:hover {
    opacity: 0;
    visibility: hidden;
  }
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip img {
  width: 13px;
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  top: 30px;
  left: 0;
  padding: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0509803922), 0px 8px 16px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.0509803922), 0px 8px 16px rgba(0, 0, 0, 0.0784313725);
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip {
    left: auto;
    width: calc(100vw - 40px);
  }
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip .btn_close {
  position: absolute;
  display: none;
  top: 15px;
  right: 20px;
  padding: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip .btn_close {
    display: block;
  }
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip .btn_close img {
  width: 13px;
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip h3 {
  font-weight: 700;
  margin-bottom: 10px;
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip p {
  font-weight: 500;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.delivery-price .price-table-wrap .tb-header .checkboxes .hover-tooltip .tooltip span {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #7f879e;
}
.delivery-price .price-table-wrap .tb-header .checkboxes .labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.delivery-price .price-table-wrap .tb-header .checkboxes label {
  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: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}
.delivery-price .price-table-wrap .tb-header .checkboxes label input[type=checkbox] {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.delivery-price .price-table-wrap .tb-header .checkboxes label input[type=checkbox]::before {
  display: block;
  content: "";
  -webkit-box-shadow: 0 0 0 1.5px var(--border-color);
          box-shadow: 0 0 0 1.5px var(--border-color);
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.delivery-price .price-table-wrap .tb-header .checkboxes label input[type=checkbox]:checked::before {
  background: url("../img/icon_check.svg") 50% 51% no-repeat;
  background-size: 16px;
}
@media (max-width: 1279px) {
  .delivery-price .price-table-wrap .tb-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-items: center;
    gap: 20px;
  }
  .delivery-price .price-table-wrap .tb-header .checkboxes {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.delivery-price .price-table-wrap .tb-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.delivery-price .price-table-wrap .tb-wrap table {
  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: 966px;
  max-width: 966px;
  border-collapse: collapse;
}
@media (min-width: 686px) and (max-width: 1279px) {
  .delivery-price .price-table-wrap .tb-wrap table {
    min-width: 600px;
    max-width: 600px;
  }
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .price-table-wrap .tb-wrap table {
    min-width: 246px;
    max-width: 246px;
  }
}
.delivery-price .price-table-wrap .tb-wrap table thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 0px) and (max-width: 685px) {
  .delivery-price .price-table-wrap .tb-wrap table thead {
    min-width: 240px;
    max-width: 240px;
  }
}
.delivery-price .price-table-wrap .tb-wrap table thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .delivery-price .price-table-wrap .tb-wrap table thead tr {
    gap: 0;
  }
}
.delivery-price .price-table-wrap .tb-wrap table thead tr th {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
}
.delivery-price .price-table-wrap .tb-wrap table thead tr th p {
  font-weight: 300;
  font-size: 0.8rem;
}
.delivery-price .price-table-wrap .tb-wrap table thead tr .m {
  display: none;
}
.delivery-price .price-table-wrap .tb-wrap table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 620px;
  overflow-y: overlay;
  background: #fdfdfd;
  border-radius: 24px;
  border: 1px solid #e1e5ef;
}
.delivery-price .price-table-wrap .tb-wrap table tbody::-webkit-scrollbar {
  width: 6px;
}
.delivery-price .price-table-wrap .tb-wrap table tbody::-webkit-scrollbar-track {
  margin: 10px 0;
  background: #f4f6fb;
  border-radius: 0 24px 24px 0/0 100px 100px 0;
}
.delivery-price .price-table-wrap .tb-wrap table tbody::-webkit-scrollbar-thumb {
  width: 6px;
  background: #bbc1d0;
  border-radius: 999px;
}
.delivery-price .price-table-wrap .tb-wrap table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-bottom: 1px solid #f4f6fb;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .delivery-price .price-table-wrap .tb-wrap table tbody tr {
    gap: 0;
  }
}
.delivery-price .price-table-wrap .tb-wrap table tbody tr td {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
}
.delivery-price .price-table-wrap .tb-wrap table tbody tr td p {
  font-size: 16px;
  letter-spacing: 0;
}
.delivery-price .price-table-wrap .tb-wrap table tbody tr .w {
  font-weight: 600;
}
.delivery-price .price-table-wrap .tb-wrap table tbody tr .m {
  display: none;
}
@media (max-width: 685px) {
  .delivery-price .price-table-wrap .tb-wrap table {
    width: 100%;
  }
  .delivery-price .price-table-wrap .tb-wrap table th,
  .delivery-price .price-table-wrap .tb-wrap table td {
    display: none !important;
  }
  .delivery-price .price-table-wrap .tb-wrap table .unit,
  .delivery-price .price-table-wrap .tb-wrap table .m,
  .delivery-price .price-table-wrap .tb-wrap table .w {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}
.delivery-price .price-table-wrap .tb-wrap .price-desc {
  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;
  width: 100%;
}
.delivery-price .price-table-wrap .tb-wrap .price-desc li {
  padding: 0;
  margin-left: 15px;
  text-indent: -15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
}
.delivery-price .price-table-wrap .tb-wrap .price-desc li::before {
  content: "•";
  margin-right: 10px;
}
.delivery-price .insur-table-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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 60px 0;
  width: 100%;
}
.delivery-price .insur-table-wrap .title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.delivery-price .insur-table-wrap .sub-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 10px 0 40px;
}
.delivery-price .insur-table-wrap .insur-con {
  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: 20px;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-con {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.delivery-price .insur-table-wrap .insur-price-table-wrap {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  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;
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e1e5ef;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-price-table-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    max-height: 60vh;
  }
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con {
  -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;
  padding: 0 30px 30px;
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con {
    padding: 0 20px 30px;
  }
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con::-webkit-scrollbar {
  width: 6px;
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con::-webkit-scrollbar-track {
  background: #f4f6fb;
  border-radius: 24px;
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con::-webkit-scrollbar-thumb {
  width: 6px;
  background: #bbc1d0;
  border-radius: 999px;
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .tit-con {
  position: sticky;
  top: 0;
  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;
  padding: 30px 0 0;
  background-color: #fff;
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .tit-con .tit {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .tit-con .table-head {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #e1e5ef;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .tit-con .table-head {
    grid-template-columns: 60% 40%;
  }
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .tit-con .table-head .th {
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .insur-price-table {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .insur-price-table {
    grid-template-columns: 60% 40%;
  }
}
.delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .insur-price-table .td {
  padding: 16px;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-price-table-wrap .insur-price-table-con .insur-price-table .td {
    padding: 16px 0;
  }
}
.delivery-price .insur-table-wrap .insur-detail-con {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 420px;
  padding: 30px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e1e5ef;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-detail-con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    padding: 30px 20px;
  }
}
.delivery-price .insur-table-wrap .insur-detail-con .tit {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.delivery-price .insur-table-wrap .insur-detail-con .calc-method {
  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;
  gap: 10px;
}
.delivery-price .insur-table-wrap .insur-detail-con .calc-method .tag {
  font-size: 15px;
  font-weight: 500;
  padding: 10px;
  border-radius: 10px;
  background-color: #f4f6fb;
}
.delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}
.delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap .calc-method-table {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  border-radius: 10px;
  border: 1px solid #e1e5ef;
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap .calc-method-table {
    grid-template-columns: auto auto;
  }
}
.delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap .calc-method-table .th, .delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap .calc-method-table .td {
  padding: 16px;
  font-weight: 600;
  line-height: 1.4em;
}
.delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap .calc-method-table .td {
  color: var(--accent-color);
}
@media screen and (max-width: 599px) {
  .delivery-price .insur-table-wrap .insur-detail-con .calc-method .calc-method-table-wrap .calc-method-table .td {
    text-align: right;
  }
}
.delivery-price .insur-table-wrap .insur-detail-con .insur-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.delivery-price .insur-table-wrap .insur-detail-con .insur-notice li {
  padding: 0;
  margin-left: 15px;
  text-indent: -15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  word-break: keep-all;
}
.delivery-price .insur-table-wrap .insur-detail-con .insur-notice li::before {
  content: "•";
  margin-right: 10px;
}
.delivery-price #tab_delivery_type {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 0 0 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, rgb(255, 255, 255)), to(rgb(202, 206, 216)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 99%, rgb(202, 206, 216) 100%);
  z-index: 99;
  overflow-x: scroll;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.delivery-price #tab_delivery_type::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.delivery-price #tab_delivery_type ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 auto;
  max-width: 928px;
}
@media (min-width: 600px) and (max-width: 1079px) {
  .delivery-price #tab_delivery_type ul {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #tab_delivery_type ul {
    padding: 0 20px;
  }
}
.delivery-price #tab_delivery_type ul li {
  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;
  max-width: 464px;
  white-space: nowrap;
}
.delivery-price #tab_delivery_type ul li a {
  padding: 25px 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  cursor: pointer;
}
.delivery-price #tab_delivery_type ul .under-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  height: 4px;
  background: var(--accent-color);
  pointer-events: none;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
.delivery-price #delivery_type_wrap {
  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: 100%;
}
.delivery-price #delivery_type_wrap * {
  letter-spacing: -1px;
}
.delivery-price #delivery_type_wrap .type {
  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%;
  background: #fff;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.delivery-price #delivery_type_wrap .type.show {
  z-index: 5;
}
.delivery-price #delivery_type_wrap .type.hide {
  display: none;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap .type {
    padding: 0 20px;
  }
}
.delivery-price #delivery_type_wrap .type .title-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
  gap: 14px;
  width: 100%;
}
.delivery-price #delivery_type_wrap .type .title-box .title {
  width: 100%;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap .type .title-box .title {
    text-align: left;
  }
}
.delivery-price #delivery_type_wrap .type .title-box .title br {
  display: none;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap .type .title-box .title br {
    display: inline;
  }
}
.delivery-price #delivery_type_wrap .type .title-box .desc {
  width: 100%;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap .type .title-box .desc {
    text-align: left;
  }
}
.delivery-price #delivery_type_wrap .type .title-box .desc span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}
.delivery-price #delivery_type_wrap .type .title-box .desc span.option {
  color: var(--Gray-700);
}
.delivery-price #delivery_type_wrap .type .title-box .desc span b {
  font-size: inherit;
  font-weight: inherit;
}
.delivery-price #delivery_type_wrap .type .title-box .desc br {
  display: none;
}
@media (min-width: 0px) and (max-width: 1079px) {
  .delivery-price #delivery_type_wrap .type .title-box .desc br {
    display: inline;
  }
}
.delivery-price #delivery_type_wrap .type .title-box p {
  line-height: 1.4em;
}
.delivery-price #delivery_type_wrap .type .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 40px 0;
  width: 100%;
  background: #f4f6fb;
}
@media (min-width: 0px) and (max-width: 1079px) {
  .delivery-price #delivery_type_wrap .type .price-wrap {
    -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;
  }
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap .type .price-wrap {
    padding-right: 20px;
    padding-left: 20px;
    width: calc(100% + 40px);
  }
}
.delivery-price #delivery_type_wrap #type_general {
  position: relative;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .select-wrap {
  padding: 20px 0;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box .title {
  font-size: 22px;
  font-weight: 600;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul {
  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%;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.range1 {
  max-width: 160px;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.range1 {
    max-width: 130px;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.range1 li {
  line-height: 1.4em;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.range1 li br {
  display: none;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.range1 li br {
    display: block;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.or {
  max-width: 20px;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.or {
    display: none;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.range2 {
  max-width: 140px;
  border-right: 1px solid #e1e5ef;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.range2 {
    max-width: 130px;
    border-right: none;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.delivery-company {
  max-width: 120px;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul.delivery-company {
    max-width: 60px;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul li {
  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: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul li.th {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 12px 0 9.5px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul li.th div {
  font-size: 15px;
  font-weight: 600;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul li.th div.logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 20px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul li.th div.logo-box .cj {
  width: 17.5px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul li.th div.logo-box .hanjin {
  width: 16px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.its .its-table ul li.th div.logo-box .post {
  width: 18.3px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .desc-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .desc-wrap .desc {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .desc-wrap p {
  font-size: 15px;
  font-weight: 400;
  color: #969dae;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh {
  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: 10px;
  width: 100%;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh input {
  border: none;
  width: 100%;
  height: 44px;
  border-radius: 10px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number {
  padding: 0 10px;
  max-width: 250px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  background: #f4f6fb;
  -webkit-transition: -webkit-box-shadow 200ms linear;
  transition: -webkit-box-shadow 200ms linear;
  transition: box-shadow 200ms linear;
  transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number:hover {
    -webkit-box-shadow: inset 0 0 0 1px var(--accent-color);
            box-shadow: inset 0 0 0 1px var(--accent-color);
    outline: none;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number:active {
  -webkit-box-shadow: inset 0 0 0 1px var(--accent-color);
          box-shadow: inset 0 0 0 1px var(--accent-color);
  outline: none;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number:focus {
  -webkit-box-shadow: inset 0 0 0 1px var(--accent-color);
          box-shadow: inset 0 0 0 1px var(--accent-color);
  outline: none;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number::-webkit-input-placeholder {
  color: #969dae;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number::-moz-placeholder {
  color: #969dae;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number:-ms-input-placeholder {
  color: #969dae;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number::-ms-input-placeholder {
  color: #969dae;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number::placeholder {
  color: #969dae;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number::-webkit-outer-spin-button, .delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .post-number::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
          appearance: none;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .btn-search {
  min-width: 60px;
  max-width: 60px;
  height: 44px;
  font-weight: 600;
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #51545c;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .btn-search:hover {
    background: #7f8187;
  }
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-searh .btn-search:active {
  background: #7f8187;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-prise-result {
  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: 22px 16px;
  width: 100%;
  max-width: 320px;
  border: 1px solid #e1e5ef;
  border-radius: 10px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-prise-result div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-prise-result div span {
  font-size: 15px;
  font-weight: 600;
  color: var(--accent-color);
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-notice li {
  padding: 0;
  margin-left: 15px;
  text-indent: -15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  word-break: keep-all;
}
.delivery-price #delivery_type_wrap #type_general .price-wrap .box.pilotage .post-notice li::before {
  content: "•";
  margin-right: 10px;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .notice {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Gray-700);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  padding-left: 40px;
}
@media (min-width: 0px) and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .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;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.08);
}
@media (min-width: 0px) and (max-width: 1079px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box {
    width: 100%;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 527px;
          flex: 0 1 527px;
}
@media screen and (max-width: 1079px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling {
  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;
  padding: 40px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling {
    padding: 40px 20px;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .title-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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .title-wrap .title {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--Gray-900);
  text-align: center;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .title-wrap p {
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 500;
  color: var(--Gray-700);
  text-align: center;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .desc p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  color: var(--Gray-900);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  padding: 20px 0;
}
@media screen and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 20px;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con {
  -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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1079px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con .tit-con {
  width: 100%;
  text-align: center;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con .tit-con h6 {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  color: var(--Gray-900);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con .tit-con p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Gray-700);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con ul {
  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: 20px;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 10px;
  background: var(--Gray-50);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con ul li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  width: 30px;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap .price-table-con ul li span {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--Gray-900);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap hr {
  display: inline-block;
  width: 1px;
  border: none;
  background-color: var(--Gray-100);
}
@media screen and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling .price-table-wrap hr {
    display: block;
    width: 100%;
    height: 1px;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.oversized-cargo .handling-basic {
  max-width: 800px;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .icon img {
  width: 100%;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel {
  -webkit-box-flex: 0;
      -ms-flex: 0 10 523px;
          flex: 0 10 523px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  padding: 40px;
}
@media screen and (max-width: 1079px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media screen and (max-width: 599px) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel {
    padding: 40px 20px;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .title {
  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: 10px;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--Gray-900);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .title img {
  width: 40px;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .kd-price-calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  background: var(--Gray-50);
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: var(--Gray-900);
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel hr {
  display: block;
  background-color: var(--Gray-100);
  height: 1px;
  border: none;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .kd-3m-oversize-notice {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--Gray-900);
  text-align: center;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .btn-kd-price-home {
  -ms-flex-item-align: center;
      align-self: center;
  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;
  text-align: center;
  gap: 6px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-color: var(--Gray-800);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .btn-kd-price-home:hover {
    background-color: var(--Gray-900);
    color: #fff;
  }
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .btn-kd-price-home.disabled {
  opacity: 0.3;
  background-color: var(--Gray-800);
  color: #fff;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .btn-kd-price-home {
  padding: 0 8px 0 16px;
  min-height: 44px;
  border-radius: 999px;
  gap: 0;
}
.delivery-price #delivery_type_wrap #type_oversized_cargo .price-wrap .box.price-table-excel .btn-kd-price-home::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: auto;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .title-box {
  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;
  gap: 10px;
  padding: 40px 0;
  width: 100%;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .title-box .logo img {
  width: 116px;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .title-box .title {
  width: unset;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .title-box .title br {
  display: block;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px 40px;
  width: 100%;
  max-width: 1000px;
  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;
}
@media (min-width: 0px) and (max-width: 600px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  width: 100%;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 800px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row:nth-child(1) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .price-header {
  height: 60px;
  line-height: 60px;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .price-header span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}
@media (min-width: 0px) and (max-width: 600px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .price-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .cell {
  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;
  height: 60px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  width: 100%;
  height: 60px;
}
@media (min-width: 0px) and (max-width: 600px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper select {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 137px;
          flex: 0 1 137px;
  padding: 10px 15px;
  width: 137px;
  height: 60px;
  border: 2px solid #bbc1d0;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(/user/img/btn_expand_more.svg);
  background-size: 12px;
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper select * {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper select:hover {
    border-color: var(--accent-color);
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper select:active {
  border-color: var(--accent-color);
}
@media (min-width: 601px) and (max-width: 800px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper select {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 0px) and (max-width: 600px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .select-price-wrapper .price-row .select-box-wrapper select {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice {
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #e1e5ef;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice p {
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-height: 136px;
}
@media (min-width: 801px) and (max-width: 1050px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice ol {
    max-height: 280px;
  }
}
@media (min-width: 681px) and (max-width: 800px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice ol {
    max-height: 240px;
  }
}
@media (min-width: 0px) and (max-width: 680px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice ol {
    max-height: unset;
  }
}
.delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice ol li {
  margin-left: 16px;
  padding-left: 6px;
  width: calc(33.3333333333% - 20px);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  padding: 7px 0;
  list-style: decimal;
}
@media (min-width: 681px) and (max-width: 800px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice ol li {
    width: calc(50% - 20px);
  }
}
@media (min-width: 0px) and (max-width: 680px) {
  .delivery-price #delivery_type_wrap #type_kdl_logis .price-wrap .box .price-notice ol li {
    width: unset;
  }
}
.delivery-price .caution-delivery {
  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: 70px;
  padding: 60px 0;
  width: 100%;
  background-color: #424242;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .delivery-price .caution-delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 0px) and (max-width: 1279px) {
  .delivery-price .caution-delivery {
    padding: 60px 20px;
  }
}
.delivery-price .caution-delivery .lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 0px) and (max-width: 1279px) {
  .delivery-price .caution-delivery .lf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.delivery-price .caution-delivery .lf img {
  width: 101px;
}
.delivery-price .caution-delivery .lf h1 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.delivery-price .caution-delivery .rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-items: center;
}
@media (min-width: 686px) and (max-width: 1279px) {
  .delivery-price .caution-delivery .rt {
    max-width: 606px;
  }
}
.delivery-price .caution-delivery .rt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0;
}
.delivery-price .caution-delivery .rt ul li {
  padding: 0;
  margin-left: 15px;
  text-indent: -15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.2em;
  color: white;
}
.delivery-price .caution-delivery .rt ul li::before {
  content: "•";
  margin-right: 10px;
}
.delivery-price .select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  place-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  padding: 0 0 20px 0;
}
.delivery-price .select-wrap .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.delivery-price .select-wrap .select-box .selected-view {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0 0 0 15px;
  height: 48px;
  border: 2px solid var(--border-color);
  border-radius: 999px;
  background: url("../img/dropdownbtn.png") no-repeat 90% 50%;
  background-size: 14px;
  color: var(--second-color);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: border 200ms linear;
  transition: border 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price .select-wrap .select-box .selected-view:hover {
    border: 2px solid var(--accent-color);
  }
}
.delivery-price .select-wrap .select-box .selected-view:active {
  border: 2px solid var(--accent-color);
}
.delivery-price .select-wrap .select-box .selected-view#region_view {
  width: 160px;
}
.delivery-price .select-wrap .select-box .selected-view#delivery_view {
  width: 170px;
}
.delivery-price .select-wrap .select-box .selected-view.now_select {
  border: 2px solid var(--accent-color);
}
.delivery-price .select-wrap .select-box .selected-view img {
  width: 30px;
  border-radius: 2px;
}
.delivery-price .select-wrap .select-box .option-list {
  position: absolute;
  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;
  top: calc(100% + 5px);
  left: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 16px 40px -10px rgba(112, 144, 176, 0.07);
          box-shadow: 0px 16px 40px -10px rgba(112, 144, 176, 0.07);
  overflow: hidden;
  z-index: 95;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.delivery-price .select-wrap .select-box .option-list.hide {
  visibility: hidden;
  opacity: 0;
}
.delivery-price .select-wrap .select-box .option-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 0 0 15px;
  height: 48px;
  color: var(--second-color);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price .select-wrap .select-box .option-list li:hover {
    background: #f4f5f8;
  }
}
.delivery-price .select-wrap .select-box .option-list li:active {
  background: #f4f5f8;
}
.delivery-price .select-wrap .select-box .option-list li img {
  width: 30px;
  border-radius: 2px;
}
.delivery-price .select-wrap .select-box .option-list li.selected {
  background: #f4f5f8;
}
.delivery-price .dup-invoice-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  width: 100%;
  background-color: #f4f4f4 !important;
}
.delivery-price .dup-invoice-wrap.hide {
  display: none;
  z-index: 1;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap {
    padding: 30px 16px !important;
  }
}
.delivery-price .dup-invoice-wrap p {
  font-size: 15px;
  line-height: 1.4em;
}
.delivery-price .dup-invoice-wrap .tit-con {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .tit-con {
    width: 100%;
    text-align: left;
  }
}
.delivery-price .dup-invoice-wrap .tit-con h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
}
.delivery-price .dup-invoice-wrap .tit-con h4 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 600;
  color: #4e5968;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con {
  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;
  gap: 10px;
  max-width: 720px;
  width: 100%;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
  color: var(--accent-color);
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con h3 {
    width: 100%;
    text-align: left;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li {
  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;
  gap: 20px;
  padding: 30px;
  max-width: 720px;
  width: 100%;
  height: 570px;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li {
    padding: 16px 16px 20px;
    height: auto;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-desc-con {
  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;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-desc-con {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-desc-con span {
  display: inline-block;
  padding: 4px 12px;
  background-color: #373f57;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4em;
  color: #fff;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-desc-con p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  white-space: pre-line;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-desc-con p {
    text-align: left;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li hr {
  display: block;
  width: 100%;
  height: 1px;
  border: 0;
  background-color: #dee0e6;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con {
  -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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con > p {
  font-weight: 600;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con > p b {
  font-size: inherit;
  font-weight: 700;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .img-shirt,
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .img-pants {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .img-shirt {
  background-image: url(/user/img/delivery_price/img_shirt_01.webp);
  background-size: 36px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .img-pants {
  background-image: url(/user/img/delivery_price/img_pants_01.webp);
  background-size: 36px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .img-packing-box {
  width: 75px;
  height: 75px;
  background-image: url(/user/img/delivery_price/img_single_box_01.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .box-con {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .arrow-bottom,
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .arrow-right {
  width: 16px;
  height: 22px;
  background-image: url(/user/img/delivery_price/img_arrow_bottom.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .arrow-right {
  opacity: 0.5;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .tracking-num-con {
  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: 6px;
  padding: 6px 10px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .tracking-num-con.red-border {
  color: #fe4e4e;
  border: 1px solid #fe4e4e;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .tracking-num-con.red-border p {
  color: inherit;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .tracking-num-con p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con {
    width: 100%;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con {
  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;
  text-align: center;
  gap: 20px;
  padding: 20px 30px;
  max-width: 162px;
  width: calc((100% - 10px) / 2);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con {
    padding: 20px 6px;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con p {
  font-weight: 700;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .recpient {
  color: #4e5968;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .prod-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .prod-con .img-shirt,
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .prod-con .img-pants {
  width: 46px;
  height: 46px;
  border-radius: 10px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .prod-con .img-shirt.bg,
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .prod-con .img-pants.bg {
  background-color: #ff8282;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .packing-con {
  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;
  gap: 10px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con .apply-group-con .apply-box-con .packing-con .prod-con {
  gap: 6px;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .ex-img-con p {
    font-size: 17px;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-1 {
  gap: 20px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-1 .red-bd-box {
  display: inline-block;
  border: 1px solid #fe4e4e;
  color: #fe4e4e;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  text-align: center;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-2 {
  gap: 30px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-2 .alert-desktop {
  width: 100%;
  max-width: 280px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-2 .alert-desktop img {
  width: 100%;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 {
  gap: 60px;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 {
    gap: 20px;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 .packing-group-con {
  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: 40px;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 .packing-group-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 .packing-group-con .arrow-right {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 .packing-group-con .dup-box-img {
  width: 129px;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 .packing-group-con .dup-box-img img {
  width: 100%;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 > p {
  white-space: pre-line;
  text-align: center;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 > p b {
  color: var(--accent-color);
}
@media screen and (max-width: 500px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con ul li .img-step-3 > p {
    width: 245px;
    white-space: normal;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con {
    display: none;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-prev,
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-next {
  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: 10px;
  padding: 0 12px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #bbc1d0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-prev[aria-disabled=true],
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-next[aria-disabled=true] {
  opacity: 0.4;
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-prev[aria-disabled=false]:active,
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-next[aria-disabled=false]:active {
  border-color: #373f57;
}
@media (hover: hover) and (pointer: fine) {
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-prev[aria-disabled=false]:hover,
  .delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-next[aria-disabled=false]:hover {
    border-color: #373f57;
  }
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-prev::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/delivery_price/img_arrow_right_01.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.delivery-price .dup-invoice-wrap .dup-invoice-ex-con .swiper-btn-con .dup-invoice-next::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/user/img/delivery_price/img_arrow_right_01.webp);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: contain;
}