.delivery_banner {
  background: linear-gradient(161.6725deg, #1a1a2e 14%, #16163a 50%, #2d3cdf 86%);
  padding-top: 99px;
  overflow: hidden;
  position: relative;
}
.delivery_banner .flex {
  padding: 2.9rem 0 7.2rem;
}
.delivery_banner .lt {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 0.5%;
}
.delivery_banner .lt .head {
  margin: auto 0;
  max-width: 55.4rem;
}
.delivery_banner p {
  margin-top: 2.3rem;
}
.delivery_banner .nums {
  color: #fff;
  margin-top: 3rem;
}
.delivery_banner .nums ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 54.3rem;
  gap: 2rem;
}
.delivery_banner .nums li {
  flex: 1;
}
.delivery_banner .nums .wrap {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.delivery_banner .nums .label {
  font-size: 1.369rem;
  opacity: 0.8;
  margin-top: 1rem;
  font-weight: 200;
  letter-spacing: 0.025rem;
}
.delivery_banner .rt {
  width: 66.73611111%;
  margin-right: -16.66666667%;
  padding-bottom: 0.3rem;
}
.delivery_banner .rt .img {
  padding-bottom: 49.32362123%;
  background-color: rgba(255, 255, 255, 0.18);
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
}
.delivery_banner .rt .img img {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
}
.delivery_banner .tags {
  margin-top: 3.9rem;
}
.delivery_banner .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4.1%;
  padding-right: 4rem;
}
.delivery_banner .tags li {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #fff;
  gap: 0.57em;
  font-weight: 300;
  letter-spacing: 0.025rem;
}
.delivery_banner .tags li::before {
  display: inline-block;
  content: '';
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  filter: contrast(0) brightness(2);
  background: url("../img/gou.svg") no-repeat center / contain;
}
.delivery_banner .float_mask .img {
  filter: contrast(0) brightness(2);
}
.delivery_banner .float_mask .img img {
  opacity: 0.11;
}
.delivery_banner .float_mask .img1 {
  left: -39.4270833%;
  bottom: -58.2312925%;
}
.delivery_banner .float_mask .img2 {
  right: -11.7708333%;
  bottom: 7.2108844%;
}
.delivery_process {
  padding: 11.5rem 0 4rem;
  overflow: hidden;
}
.delivery_process .head {
  width: 50%;
  max-width: 45.7rem;
  position: relative;
  z-index: 2;
}
.delivery_process p {
  max-width: 43.7rem;
  margin-top: 2.4rem;
}
.delivery_process .items {
  margin-top: -16.7rem;
}
.delivery_process .items ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  margin-right: -4.1%;
}
.delivery_process .items li {
  position: relative;
  padding-right: 24.01601067%;
  padding-bottom: 29.6197465%;
}
.delivery_process .items li::before,
.delivery_process .items li::after {
  position: absolute;
  right: 11.74116077%;
  top: 8.1rem;
  width: 11.74116077%;
  height: 0.3rem;
  background-color: #3272ce;
  content: '';
}
.delivery_process .items li::after {
  top: 7.5rem;
  right: 10.40693796%;
  width: 0.9rem;
  height: 1.5rem;
  background: url("../img/arrow.svg") no-repeat center / contain;
}
.delivery_process .items li .icon {
  width: 5rem;
  height: 5rem;
}
.delivery_process .items li .info {
  margin-top: 1.8rem;
}
.delivery_process .items li .info h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #1a1a2e;
  letter-spacing: 0.01rem;
}
.delivery_process .items li .info p {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: var(--text);
  max-width: 25rem;
  hyphens: auto;
  margin-top: 1.1rem;
  letter-spacing: -0.01rem;
}
.delivery_process .items li.empty::before,
.delivery_process .items li.empty::after {
  display: none;
}
.delivery_process .items li:nth-child(8n+5) {
  grid-column: 4;
}
.delivery_process .items li:nth-child(8n+6) {
  grid-column: 3;
}
.delivery_process .items li:nth-child(8n+7) {
  grid-column: 2;
}
.delivery_process .items li:nth-child(8n+8) {
  grid-column: 1;
}
.delivery_process .items li:last-child::before,
.delivery_process .items li:last-child::after {
  display: none;
}
.delivery_process .items li:nth-child(8n+5)::before,
.delivery_process .items li:nth-child(8n+6)::before,
.delivery_process .items li:nth-child(8n+7)::before {
  right: 111.74116077%;
}
.delivery_process .items li:nth-child(8n+5)::after,
.delivery_process .items li:nth-child(8n+6)::after,
.delivery_process .items li:nth-child(8n+7)::after {
  right: 121.48098732%;
  transform: rotate(-180deg);
}
.delivery_process .items li:nth-child(8n+4)::before,
.delivery_process .items li:nth-child(8n+8)::before {
  width: 8.27218145%;
  height: calc(100% - 2px);
  background-color: transparent;
  border: 3px solid #3272ce;
  border-left-width: 0;
}
.delivery_process .items li:nth-child(8n+4)::after,
.delivery_process .items li:nth-child(8n+8)::after {
  top: calc(100% + 7.6rem);
  right: 19.21280854%;
  transform: rotate(-180deg);
}
.delivery_process .items li:nth-child(8n+8)::before {
  border-left-width: 3px;
  border-right-width: 0;
  right: calc(100% + 4.4rem);
}
.delivery_process .items li:nth-child(8n+8)::after {
  top: calc(100% + 7.6rem);
  right: 111.74116077%;
  transform: rotate(0);
}
.delivery_solutions {
  position: relative;
  background-color: var(--bg2);
  padding: 12.8rem 0 16.7rem;
}
.delivery_solutions .lt {
  flex: 1;
  width: 100%;
  max-width: 63.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.delivery_solutions .rt {
  align-self: center;
  width: 49.23611111%;
  padding-top: 1.7rem;
}
.delivery_solutions h2 {
  max-width: 46.5rem;
}
.delivery_solutions p {
  margin-top: 3.2rem;
}
.delivery_solutions .nav {
  max-width: 62.4rem;
  margin-top: 2rem;
}
.delivery_solutions .nav li + li {
  margin-top: 1.7rem;
}
.delivery_solutions .nav .nav_item {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem 1fr 1.5rem;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid var(--border2);
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 2.6rem 3.8rem 2.6rem 2.9rem;
  gap: 1.4rem;
}
.delivery_solutions .nav .nav_item::before {
  position: absolute;
  width: 0.3rem;
  height: 100%;
  left: -2px;
  top: 0;
  content: '';
  background-color: var(--primary);
  transition: all 0.3s;
  opacity: 0;
}
.delivery_solutions .nav .nav_item .icon {
  padding-bottom: 100%;
}
.delivery_solutions .nav .nav_item span {
  margin-top: 0.4rem;
}
.delivery_solutions .nav .nav_item::after {
  display: block;
  padding-bottom: 100%;
  content: '';
  background: url("../img/arrow.svg") no-repeat center / contain;
}
.delivery_solutions .nav .nav_item.active {
  box-shadow: var(--shadow3);
}
.delivery_solutions .nav .nav_item.active::before {
  opacity: 1;
}
.delivery_solutions .delivery_solutions_swiper {
  overflow: hidden;
  margin: -1px;
  padding: 1px;
}
.delivery_solutions .delivery_solutions_swiper .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--border2);
  background-color: #fff;
}
.delivery_solutions .delivery_solutions_swiper .item:hover img {
  transform: scale(1.03);
}
.delivery_solutions .delivery_solutions_swiper .img {
  margin: -1px;
  padding-bottom: 54.0311174%;
}
.delivery_solutions .delivery_solutions_swiper .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.9405941% 6.6478076% 4.6676096%;
}
.delivery_solutions .delivery_solutions_swiper .info .text {
  flex: 1;
}
.delivery_solutions .delivery_solutions_swiper .info .title {
  font-size: 2.4rem;
  font-weight: 600;
}
.delivery_solutions .delivery_solutions_swiper .info .desc {
  font-size: 1.7rem;
  line-height: 3rem;
  color: var(--text);
  max-width: 57.1rem;
  margin-top: 1.1rem;
  letter-spacing: -0.005rem;
}
.delivery_solutions .delivery_solutions_swiper .info .btn_i {
  margin-top: 2.3rem;
}
.delivery_solutions .float_mask .img1 {
  left: -43.1770833%;
  bottom: -32.4265506%;
}
.delivery_solutions .float_mask .img2 {
  right: -13.8020833%;
  bottom: 39.9347116%;
}
.delivery_speed {
  padding: 11.9rem 0 6.5rem;
}
.delivery_speed .lt {
  width: 46.94444444%;
}
.delivery_speed h2 {
  max-width: 54.1rem;
}
.delivery_speed p {
  max-width: 59.4rem;
  margin-top: 3.3rem;
}
.delivery_speed .image {
  position: relative;
  padding-bottom: 6.21301775%;
  margin-top: 3.7rem;
}
.delivery_speed .image .img {
  padding-bottom: 65.68047337%;
}
.delivery_speed .image .num_box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  display: grid;
  grid-template-columns: 5.2rem 1fr;
  align-items: center;
  gap: 2.5rem;
  min-width: 46.00591716%;
  min-height: 23.29896907%;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  padding: 2rem 2rem 2rem 0;
}
.delivery_speed .image .num_box .icon {
  padding-bottom: 100%;
  background-color: var(--bg);
  margin-bottom: 0.6rem;
}
.delivery_speed .image .num_box .icon img {
  transform: scale(0.57692308);
}
.delivery_speed .image .num_box strong {
  font-size: 3rem;
  font-weight: 600;
  color: #1a1a2e;
}
.delivery_speed .image .num_box span {
  display: block;
  color: #777777;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}
.delivery_speed .items {
  flex: 1;
  width: 100%;
  max-width: 68.6rem;
  padding-bottom: 2.9166667%;
}
.delivery_speed .items ul {
  display: grid;
  gap: 2rem;
}
.delivery_speed .items .active .item {
  box-shadow: var(--shadow3);
  background-color: #fff;
}
.delivery_speed .items .active .item::after {
  opacity: 1;
}
.delivery_speed .items .active .item .icon {
  background-color: var(--bg2);
}
.delivery_speed .item {
  position: relative;
  display: grid;
  grid-template-columns: 6.9rem 1fr;
  align-items: start;
  height: 100%;
  transition: all 0.3s;
  background-color: var(--bg2);
  padding: 4.5189504% 5.5393586% 4.664723%;
  gap: 3.1rem;
}
.delivery_speed .item::after {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  left: -1px;
  content: '';
  pointer-events: none;
  border: 1px solid var(--border2);
  border-left: 0.3rem solid var(--primary);
  transition: all 0.3s;
  opacity: 0;
}
.delivery_speed .item .icon {
  padding-bottom: 100%;
  transition: all 0.3s;
  background-color: #fff;
}
.delivery_speed .item .icon img {
  transform: scale(0.57971014);
}
.delivery_speed .item .info {
  padding-top: 0.5rem;
}
.delivery_speed .item .info h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.delivery_speed .item .info p {
  font-size: 1.7rem;
  line-height: 2.8rem;
  color: var(--text);
  max-width: 50rem;
  hyphens: auto;
  margin-top: 0.7rem;
  letter-spacing: -0.005rem;
}
.delivery_production {
  padding: 6.5rem 0 14.5rem;
}
.delivery_production .head {
  flex: 1;
  width: 100%;
  max-width: 65.1rem;
  padding-top: 0.6rem;
}
.delivery_production p {
  margin-top: 3rem;
}
.delivery_production .features {
  margin-top: 3.8rem;
}
.delivery_production .features li + li {
  margin-top: 3.1rem;
}
.delivery_production .features li {
  display: grid;
  grid-template-columns: 6.2rem 1fr;
  align-items: start;
  gap: 3.8rem;
}
.delivery_production .features .icon {
  padding-bottom: 100%;
  background-color: var(--bg2);
  margin-top: 0.3rem;
}
.delivery_production .features .icon img {
  transform: scale(0.64516129);
}
.delivery_production .features .info h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #1a1a2e;
}
.delivery_production .features .info p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: var(--text);
  max-width: 52.6rem;
  margin-top: 1rem;
  letter-spacing: -0.012rem;
}
.delivery_production .btn {
  margin-top: 4.3rem;
}
.delivery_production .img {
  width: 51.04166667%;
  --h: 93.87755102%;
}
.page_qac {
  padding-top: 9.7rem;
}
.page_qac .head p {
  max-width: 73rem;
  margin-top: 2.1rem;
}
.page_qac .page_qac_swiper {
  margin-top: 1.3rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .delivery_banner .rt {
    width: 60%;
    margin-right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .delivery_banner {
    padding-top: 64px;
  }
  .delivery_banner .flex {
    flex-direction: column-reverse;
    padding: 30px 0 40px;
  }
  .delivery_banner .lt {
    padding: 0;
    display: block;
  }
  .delivery_banner .lt .head {
    margin: 0;
    max-width: unset;
  }
  .delivery_banner .nums {
    margin-top: 20px;
  }
  .delivery_banner .nums ul {
    max-width: unset;
    gap: 20px;
  }
  .delivery_banner .nums li {
    flex: 1;
  }
  .delivery_banner .nums .wrap {
    font-size: 22px;
  }
  .delivery_banner .nums .label {
    font-size: 14px;
    letter-spacing: unset;
    margin-top: 8px;
  }
  .delivery_banner .rt {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
  .delivery_banner .tags {
    margin-top: 20px;
  }
  .delivery_banner .tags ul {
    gap: 16px;
    padding-right: 20px;
  }
  .delivery_banner .tags li {
    font-size: 13px;
    letter-spacing: unset;
  }
  .delivery_process {
    padding: 50px 0;
  }
  .delivery_process .head {
    width: 100%;
    max-width: unset;
  }
  .delivery_process .items {
    margin-top: 30px;
  }
  .delivery_process .items ul {
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    display: flex;
  }
  .delivery_process .items ul::-webkit-scrollbar {
    display: none;
  }
  .delivery_process .items li {
    flex: 0 0 250px;
    padding-bottom: 0;
    padding-right: 40px;
  }
  .delivery_process .items li.empty {
    display: none;
  }
  .delivery_process .items li .icon {
    width: 40px;
    height: 40px;
  }
  .delivery_process .items li .info {
    margin-top: 20px;
  }
  .delivery_process .items li .info h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .delivery_process .items li .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .delivery_process .items li:nth-child(8n+5)::before,
  .delivery_process .items li:nth-child(8n+6)::before,
  .delivery_process .items li:nth-child(8n+7)::before,
  .delivery_process .items li:nth-child(8n+4)::before,
  .delivery_process .items li:nth-child(8n+8)::before,
  .delivery_process .items li::before,
  .delivery_process .items li:nth-child(8n+5)::after,
  .delivery_process .items li:nth-child(8n+6)::after,
  .delivery_process .items li:nth-child(8n+7)::after,
  .delivery_process .items li:nth-child(8n+4)::after,
  .delivery_process .items li:nth-child(8n+8)::after,
  .delivery_process .items li::after {
    left: unset;
    right: 0;
    top: 70px;
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    border: none;
    background-color: #3272ce;
  }
  .delivery_process .items li:nth-child(8n+5)::after,
  .delivery_process .items li:nth-child(8n+6)::after,
  .delivery_process .items li:nth-child(8n+7)::after,
  .delivery_process .items li:nth-child(8n+4)::after,
  .delivery_process .items li:nth-child(8n+8)::after,
  .delivery_process .items li::after {
    width: 8px;
    height: 13px;
    background-color: transparent;
  }
  .delivery_solutions {
    padding: 50px 0;
  }
  .delivery_solutions .flex {
    align-items: center;
  }
  .delivery_solutions .lt {
    display: block;
  }
  .delivery_solutions .rt {
    padding: 0;
  }
  .delivery_solutions .nav {
    max-width: unset;
    margin-top: 20px;
  }
  .delivery_solutions .nav li + li {
    margin-top: 14px;
  }
  .delivery_solutions .nav .nav_item {
    grid-template-columns: 30px 1fr 12px;
    gap: 12px;
    font-size: 16px;
    padding: 14px;
  }
  .delivery_solutions .nav .nav_item span {
    margin: 0;
  }
  .delivery_solutions .delivery_solutions_swiper .info {
    padding: 20px;
  }
  .delivery_solutions .delivery_solutions_swiper .info .title {
    font-size: 18px;
  }
  .delivery_solutions .delivery_solutions_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .delivery_solutions .delivery_solutions_swiper .info .btn_i {
    margin-top: 20px;
  }
  .delivery_speed {
    padding: 50px 0;
  }
  .delivery_speed .flex {
    display: block;
  }
  .delivery_speed .lt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }
  .delivery_speed .lt .head {
    width: 100%;
    flex: 1;
  }
  .delivery_speed .image {
    width: 50%;
    margin: 0;
  }
  .delivery_speed .image .num_box {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 14px;
    padding-left: 0;
  }
  .delivery_speed .image .num_box .icon {
    margin: 0;
  }
  .delivery_speed .image .num_box strong {
    font-size: 20px;
  }
  .delivery_speed .image .num_box span {
    margin: 0;
  }
  .delivery_speed .items {
    max-width: unset;
    padding: 0;
    margin-top: 30px;
  }
  .delivery_speed .items ul {
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    gap: 20px;
  }
  .delivery_speed .item {
    padding: 20px;
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }
  .delivery_speed .item .info {
    padding: 0;
  }
  .delivery_speed .item .info h3 {
    font-size: 18px;
  }
  .delivery_speed .item .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .delivery_production {
    padding: 50px 0;
  }
  .delivery_production .head {
    padding: 0;
    max-width: unset;
  }
  .delivery_production .features {
    margin-top: 30px;
  }
  .delivery_production .features li + li {
    margin-top: 20px;
  }
  .delivery_production .features li {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }
  .delivery_production .features .icon {
    margin: 0;
  }
  .delivery_production .features .info h3 {
    font-size: 18px;
  }
  .delivery_production .features .info p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    margin-top: 10px;
  }
  .page_qac {
    padding: 50px 0;
  }
  .page_qac .head p {
    margin-top: 12px;
  }
  .page_qac .page_qac_swiper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .delivery_banner .nums ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .delivery_solutions .rt {
    width: 100%;
  }
  .delivery_speed .image {
    width: 100%;
    order: -1;
  }
  .delivery_production .img {
    width: 100%;
    order: -1;
  }
}
