@charset "UTF-8";
main {
  /* HTML5 display-role reset for older browsers */
  /* body {
    line-height: 1;
  } */
}
main *,
main *::before,
main *::after {
  box-sizing: border-box;
}
main html,
main body,
main div,
main span,
main applet,
main object,
main iframe,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main blockquote,
main pre,
main a,
main abbr,
main acronym,
main address,
main big,
main cite,
main code,
main del,
main dfn,
main em,
main img,
main ins,
main kbd,
main q,
main s,
main samp,
main small,
main strike,
main strong,
main sub,
main sup,
main tt,
main var,
main b,
main u,
main i,
main center,
main dl,
main dt,
main dd,
main ol,
main ul,
main li,
main fieldset,
main form,
main label,
main legend,
main table,
main caption,
main tbody,
main tfoot,
main thead,
main tr,
main th,
main td,
main article,
main aside,
main canvas,
main details,
main embed,
main figure,
main figcaption,
main footer,
main header,
main hgroup,
main menu,
main nav,
main output,
main ruby,
main section,
main summary,
main time,
main mark,
main audio,
main video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
main article,
main aside,
main details,
main figcaption,
main figure,
main footer,
main header,
main hgroup,
main menu,
main nav,
main section {
  display: block;
}
main ol,
main ul {
  list-style: none;
}
main blockquote,
main q {
  quotes: none;
}
main blockquote:before,
main blockquote:after,
main q:before,
main q:after {
  content: "";
  content: none;
}
main table {
  border-collapse: collapse;
  border-spacing: 0;
}
main a {
  color: inherit;
  text-decoration: none;
}
main b {
  font-weight: bold;
}
main input,
main select,
main button {
  padding: 0;
  margin: 0;
  color: inherit;
  background-color: transparent;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  -webkit-appearance: none;
}
main button {
  cursor: pointer;
}

html {
  font-size: 10px;
}

body {
  color: #1a1a1a;
  font-family: "Noto Sans KR", serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

main {
  position: relative;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.extension__caution {
  margin-top: 0.5rem;
  color: #aaa;
  font-size: 1.2rem;
}

@-webkit-keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.purchase__side__wrapper {
  position: absolute;
  top: 0;
  right: calc(50% + 59rem + 8rem);
  height: 100%;
  width: fit-content;
  padding: 4rem 0 0 8rem;
  z-index: 15;
}
@media (max-width: 1650px) {
  .purchase__side__wrapper {
    left: 0;
    padding-left: 4rem;
  }
}
.purchase__side__wrapper .purchase__sidebar {
  position: sticky;
  top: 15rem;
  margin-top: 7rem;
  min-width: 20rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
  /* overflow: hidden; 익스텐션 설치버튼을 보이기 위해 제거*/
}
.purchase__side__wrapper .purchase__sidebar .sidebar__head {
  padding: 1.5rem 1rem;
  color: #fff;
  background-color: #ff7700;
}
.purchase__side__wrapper .purchase__sidebar .sidebar__head p {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav ul {
  display: flex;
  flex-direction: column;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li > a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  height: 6rem;
  padding: 0 1.2rem;
  color: #333;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li > a::before {
  content: "";
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  background: #d0d0d0;
  border-radius: 100%;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li > a:hover {
  color: #ff7700;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li > a.active::before {
  background-color: #ff7700;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:has(.purchase__sidebar__nav__sub-menu) > a::after {
  content: "";
  mask: url(/images/buying_agent/icon/chevron-down.png) no-repeat 50% 50%;
  -webkit-mask: url(/images/buying_agent/icon/chevron-down.png) no-repeat 50% 50%;
  mask-size: contain;
  -webkit-mask-size: contain;
  height: 3rem;
  width: 1rem;
  margin-left: auto;
  background-color: #d0d0d0;
  transition: transform 0.3s ease;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:has(.purchase__sidebar__nav__sub-menu) > a.active::after {
  background-color: #ff7700;
  transform: rotateZ(180deg);
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:hover .purchase__sidebar__nav__sub-menu__wrapper, .purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:has(a.active) .purchase__sidebar__nav__sub-menu__wrapper {
  grid-template-rows: 1fr;
  padding-bottom: 1rem;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:hover > a::after, .purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:has(a.active) > a::after {
  transform: rotateZ(180deg);
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:has(a.active) > a::before {
  background-color: #ff7700;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__top-menu > li:has(a.active) > a::after {
  background-color: #ff7700;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__sub-menu__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__sub-menu__wrapper .purchase__sidebar__nav__sub-menu {
  margin-left: 2.4rem;
  padding: 0 1.2rem;
  border-left: 0.2rem solid #ff7700;
  overflow: hidden;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__sub-menu__wrapper .purchase__sidebar__nav__sub-menu > li > a {
  display: block;
  padding: 0.7rem 0;
  color: #949494;
}
.purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__sub-menu__wrapper .purchase__sidebar__nav__sub-menu > li > a.active, .purchase__side__wrapper .purchase__sidebar .purchase__sidebar__nav .purchase__sidebar__nav__sub-menu__wrapper .purchase__sidebar__nav__sub-menu > li > a:hover {
  color: #ff7700 !important;
}

.purchsae_etcBtn{
  position: absolute;
  bottom:-60px;
  left: 0;
  background-color: #0b57d0;
  color: #fff;
  border-radius: 50rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 0;
  font-size: 14px;
}
.purchsae_etcBtn:hover{
  filter: brightness(0.85);
}
.purchsae_etcBtn img{
  width: 24px;
  height: auto;
  padding-right: 5px;
}

.purchase__tab {
  position: relative;
  width: 100%;
  padding: 0 4rem 0;
  background: transparent;
  position: sticky;
  top: 5rem;
  z-index: 15;
}
.purchase__tab .content {
  width: 100%;
  max-width: 112.5rem;
  margin: 0 auto;
}
.purchase__tab .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.purchase__tab .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__tab .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__tab .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__tab {
    padding-left: 28rem;
  }
}
.purchase__tab ul {
  display: flex;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.purchase__tab ul li {
  flex-grow: 1;
}
.purchase__tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
  color: #ff7700;
  background-color: #fff1e7;
  font-weight: 500;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.purchase__tab ul li a img {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 100%;
}
.purchase__tab ul li a.active, .purchase__tab ul li a:hover {
  color: #fff;
  background-color: #ff7700;
}

.purchase__banner {
  position: relative;
  width: 100%;
  padding: 2rem 4rem 2rem;
  background: transparent;
}
.purchase__banner .content {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
}
.purchase__banner .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.purchase__banner .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__banner .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__banner .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__banner {
    padding-left: 28rem;
  }
}
.purchase__banner img {
  border-radius: 1.5rem;
  width: 100%;
}

.purchase__promotion {
  position: relative;
  width: 100%;
  padding: 0 4rem 2rem;
  background: transparent;
}
.purchase__promotion .content {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
}
.purchase__promotion .content h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__promotion .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__promotion .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__promotion .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__promotion {
    padding-left: 28rem;
  }
}
.purchase__promotion .content h3 {
  padding-bottom: 1rem;
  margin: 2rem 9rem 4rem;
  border-bottom: 0.1rem solid #dfdfdf;
  text-align: left;
}
.purchase__promotion .content .product__list {
  position: relative;
}
.purchase__promotion .content .product__list .swiper {
  margin: 0 9rem;
}
.purchase__promotion .content .product__list .swiper .product__item {
  position: relative;
  padding-bottom: 2rem;
}
.purchase__promotion .content .product__list .swiper .product__item .product__img {
  position: relative;
  display: flex;
  border: 0.1rem solid #dfdfdf;
  overflow: hidden;
}
.purchase__promotion .content .product__list .swiper .product__item .product__img > img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: scale 0.3s ease;
}
.purchase__promotion .content .product__list .swiper .product__item .product__img .product__cart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  height: 4rem;
  width: 4rem;
  background-color: #ff7700;
  border-radius: 100%;
  transition: filter 0.3s ease;
}
.purchase__promotion .content .product__list .swiper .product__item .product__img .product__cart img {
  width: 2rem;
}
.purchase__promotion .content .product__list .swiper .product__item .product__img .product__cart:hover {
  filter: brightness(0.85);
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item {
  padding: 0.3rem 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  border-width: 0.1rem;
  border-style: solid;
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.sns {
  color: #249356;
  background-color: #f6fbf8;
  border-color: #249356;
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.sns::before {
  content: "SNS핫템";
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.same-price {
  color: #ff7700;
  background-color: #fff1e7;
  border-color: #ff7700;
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.same-price::before {
  content: "한국과 같은가격";
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.coupon {
  color: #9bce26;
  background-color: #f6fbf8;
  border-color: #9bce26;
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.coupon::before {
  content: "쿠폰할인";
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.big-sale {
  color: #f65c60;
  background-color: #fff1e7;
  border-color: #f65c60;
}
.purchase__promotion .content .product__list .swiper .product__item .product__tag__list .product__tag__item.big-sale::before {
  content: "파격세일";
}
.purchase__promotion .content .product__list .swiper .product__item .product__title {
  display: -webkit-box;
  margin-top: 0.5rem;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.purchase__promotion .content .product__list .swiper .product__item .product__price__wrapper {
  display: flex;
  gap: 0.8rem;
  align-items: flex-end;
}
.purchase__promotion .content .product__list .swiper .product__item .product__price__wrapper .product__price {
  font-size: 2rem;
  font-weight: 800;
}
.purchase__promotion .content .product__list .swiper .product__item .product__price__wrapper .product__price::after {
  content: "원";
  font-size: 1.6rem;
  font-weight: 500;
}
.purchase__promotion .content .product__list .swiper .product__item .product__price__wrapper .product__sale-rate {
  color: #ff7700;
  font-size: 2rem;
  font-weight: 500;
}
.purchase__promotion .content .product__list .swiper .product__item .product__price__wrapper .product__sale-rate::after {
  content: "%";
  font-size: 1.6rem;
}
.purchase__promotion .content .product__list .swiper .product__item .product__price__wrapper .product__price--original {
  color: #7a7a7a;
  font-size: 1.4rem;
  text-decoration: line-through;
}
.purchase__promotion .content .product__list .swiper .product__item .product__price__wrapper .product__price--original::after {
  content: "";
}
.purchase__promotion .content .product__list .swiper .product__item:hover .product__img > img {
  scale: 1.2;
}
.purchase__promotion .content .product__list .swiper .product__item:hover .product__img .product__cart img {
  -webkit-animation: tilt-shaking 0.15s;
  animation: tilt-shaking 0.15s;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: 3;
}
.purchase__promotion .content .product__list .swiper-button-prev,
.purchase__promotion .content .product__list .swiper-button-next {
  height: 5rem !important;
  width: 5rem !important;
  padding: 0 !important;
  color: inherit !important;
  background-color: #d0d0d0 !important;
  border-radius: 100% !important;
}
.purchase__promotion .content .product__list .swiper-button-prev::after,
.purchase__promotion .content .product__list .swiper-button-next::after {
  font-size: 1.4rem !important;
}
.purchase__promotion .content .product__list .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}
.purchase__promotion .content .product__list .swiper-button-next {
  left: auto !important;
  right: 0 !important;
}

.purchase__banner .content .banner__list {
  position: relative;
}
.purchase__banner .content .banner__list .swiper {
  margin: 0 9rem;
}

.purchase__banner .content .banner__list .swiper-button-prev,
.purchase__banner .content .banner__list .swiper-button-next {
  height: 5rem !important;
  width: 5rem !important;
  padding: 0 !important;
  color: inherit !important;
  background-color: #d0d0d0 !important;
  border-radius: 100% !important;
}
.purchase__banner .content .banner__list .swiper-button-prev::after,
.purchase__banner .content .banner__list .swiper-button-next::after {
  font-size: 1.4rem !important;
}
.purchase__banner .content .banner__list .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}
.purchase__banner .content .banner__list .swiper-button-next {
  left: auto !important;
  right: 0 !important;
}

.purchase__benefit {
  position: relative;
  width: 100%;
  padding: 2rem 4rem 0;
  background: transparent;
}
.purchase__benefit .content {
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
}
.purchase__benefit .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__benefit .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__benefit .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__benefit .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__benefit {
    padding-left: 28rem;
  }
}
.purchase__benefit .content .benefit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
.purchase__benefit .content .benefit__list .benefit__item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__img {
  display: flex;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__img img {
  border-radius: 1.5rem 1.5rem 0 0;
  width: 100%;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__content {
  flex-grow: 1;
  padding: 2rem 3rem;
  border: 0.1rem solid #dfdfdf;
  border-top: 0;
  border-radius: 0 0 1.5rem 1.5rem;
  text-align: center;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__content .benefit__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__content .benefit__description {
  margin-top: 0.5rem;
  color: #7a7a7a;
  text-wrap: balance;
}

.purchase__process {
  position: relative;
  width: 100%;
  padding: 6rem 4rem 6rem;
  background: transparent;
}
.purchase__process .content {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
.purchase__process .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.purchase__process .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__process .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__process .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__process {
    padding-left: 28rem;
  }
}
.purchase__process .content {
  display: flex;
  align-items: center;
}
.purchase__process .content .content__head {
  width: 22.5rem;
  text-wrap: balance;
}
.purchase__process .content .content__head h3 {
  margin-top: 1.5rem;
}
.purchase__process .content .content__head .extension__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  padding: 0 2.5rem;
  color: #ff7700;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0.1rem solid #ff7700;
  border-radius: 100rem;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 3rem;
}
.purchase__process .content .content__head .extension__link:hover {
  filter: brightness(0.85);
}
.purchase__process .content .content__head .extension__link img {
  width: 2.4rem;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
}
.purchase__process .content .content__head .extension__link:hover {
  color: #fff;
  background: #ff7700;
  filter: brightness(1);
}
.purchase__process .content .content__head .extension__link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.purchase__process .content .process__list {
  flex: 1;
  position: relative;
  margin-left: 5rem;
  overflow: hidden;
}
.purchase__process .content .process__list .swiper {
  mask-image: linear-gradient(to right, white 90%, transparent 97%), linear-gradient(to left, white 90%, transparent 97%);
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(to right, white 90%, transparent 97%), linear-gradient(to left, white 90%, transparent 97%);
  -webkit-mask-composite: destination-in;
}
.purchase__process .content .process__list .swiper .swiper-slide {
  height: auto;
  width: 39rem;
  padding: 0.1rem 0;
  transition: scale 0.3s ease, margin-left 0.3s ease, margin-right 0.3s ease;
  transform-origin: center bottom;
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 3rem 2rem;
  background: transparent;
  border: 0.1rem solid #ededed;
  border-radius: 1.5rem;
  transition: border-color 0.3s ease;
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item .process__title {
  font-size: 2.2rem;
  font-weight: 700;
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item .process__title img {
  width: 2.2rem;
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item .process__description {
  margin-top: 2rem;
  color: #7a7a7a;
  font-size: 1.4rem;
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item .process__img {
  width: 100%;
  margin-top: 2rem;
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item .process__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  padding: 0 2.5rem;
  color: #fff;
  background: #ff7700;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  border-radius: 100rem;
  text-align: center;
  transition: all 0.3s ease;
  margin: 2rem 4rem 0;
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item .process__link:hover {
  filter: brightness(0.85);
}
.purchase__process .content .process__list .swiper .swiper-slide .process__item .process__caution {
  margin-top: 1rem;
  color: #9c9c9c;
  font-size: 1.2rem;
}
.purchase__process .content .process__list .swiper .swiper-slide.swiper-slide-active {
  margin-right: 1rem;
  margin-left: 1rem;
}
.purchase__process .content .process__list .swiper .swiper-slide.swiper-slide-active .process__item {
  border-color: #ff7700;
}
.purchase__process .content .process__list .swiper .swiper-slide:not(.swiper-slide-active) {
  scale: 0.85;
  margin-right: -2rem;
  margin-left: -2rem;
}
.purchase__process .content .process__list .swiper-button-prev::after,
.purchase__process .content .process__list .swiper-button-next::after {
  content: "" !important;
  mask: url(/images/buying_agent/icon/chevron-left.png) no-repeat 50% 50% !important;
  -webkit-mask: url(/images/buying_agent/icon/chevron-left.png) no-repeat 50% 50% !important;
  mask-size: contain !important;
  -webkit-mask-size: contain !important;
  height: 3rem !important;
  width: 2rem !important;
  background-color: #ff7700 !important;
}
.purchase__process .content .process__list .swiper-button-prev.swiper-button-disabled,
.purchase__process .content .process__list .swiper-button-next.swiper-button-disabled {
  opacity: 1 !important;
}
.purchase__process .content .process__list .swiper-button-prev.swiper-button-disabled::after,
.purchase__process .content .process__list .swiper-button-next.swiper-button-disabled::after {
  background-color: #dfdfdf !important;
}
.purchase__process .content .process__list .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}
.purchase__process .content .process__list .swiper-button-next {
  left: auto !important;
  right: 0 !important;
}
.purchase__process .content .process__list .swiper-button-next::after {
  transform: rotateZ(180deg) !important;
}

.purchase__auto-cart {
  position: relative;
  width: 100%;
  padding: 0rem 4rem 4rem;
  background: transparent;
}
.purchase__auto-cart .content {
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
}
.purchase__auto-cart .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__auto-cart .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__auto-cart .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: center;
}
.purchase__auto-cart .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__auto-cart {
    padding-left: 28rem;
  }
}
.purchase__auto-cart .content .content__description {
  max-width: 50rem;
  margin: 1.5rem auto 0;
  text-wrap: balance;
}
.purchase__auto-cart .content .auto-cart__list {
  display: flex;
  justify-content: space-around;
  margin-top: 8rem;
}
.purchase__auto-cart .content .auto-cart__list .auto-cart__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.purchase__auto-cart .content .auto-cart__list .auto-cart__item .auto-cart__img {
  height: 9rem;
  width: 9rem;
  border-radius: 2rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1490196078);
  transition: scale 0.3s ease;
}
.purchase__auto-cart .content .auto-cart__list .auto-cart__item .auto-cart__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 1.5rem;
  color: #fff;
  background: #ff7700;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  border-radius: 100rem;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 4rem;
}
.purchase__auto-cart .content .auto-cart__list .auto-cart__item .auto-cart__link:hover {
  filter: brightness(0.85);
}
.purchase__auto-cart .content .auto-cart__list .auto-cart__item:has(.auto-cart__link:hover) .auto-cart__img {
  scale: 1.25;
}

.purchase__extension-guide {
  position: relative;
  width: 100%;
  padding: 4rem 4rem 0;
  background: transparent;
}
.purchase__extension-guide .content {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
.purchase__extension-guide .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.purchase__extension-guide .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__extension-guide .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__extension-guide .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__extension-guide {
    padding-left: 28rem;
  }
}
.purchase__extension-guide .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
.purchase__extension-guide .content .content__head {
  padding-left: 4.24rem;
}
.purchase__extension-guide .content .content__head .ohmyzip__logo {
  width: 9rem;
}
.purchase__extension-guide .content .content__head h3 {
  position: relative;
}
.purchase__extension-guide .content .content__head h3 img {
  position: absolute;
  right: calc(100% + 0.3ch);
  height: 1.45em;
  width: 0.9em;
  object-fit: contain;
}
.purchase__extension-guide .content .content__head .extension-guide__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  padding: 0 3rem;
  color: #fff;
  background: #ff7700;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  border-radius: 100rem;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 4rem;
}
.purchase__extension-guide .content .content__head .extension-guide__link:hover {
  filter: brightness(0.85);
}
.purchase__extension-guide .content .extension-guide__video {
  flex: 1;
  height: auto;
  max-width: 62rem;
  border-radius: 0.4rem;
}

.purchase__shop {
  position: relative;
  width: 100%;
  padding: 0 4rem 4rem;
  background: transparent;
}
@media (max-width: 1650px) {
  .purchase__shop {
    padding-left: 28rem;
  }
}
.purchase__shop .content .content__description {
  margin-top: 1.5rem;
}
.purchase__shop .content .content__description strong {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.purchase__shop .content .shop__list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.purchase__shop .content .shop__list .shop__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 12rem;
  padding: 0 2rem;
  background: transparent;
  border-radius: 1.5rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1019607843);
}
.purchase__shop .content .shop__list .shop__item .shop__img {
  height: 5rem;
}
.purchase__shop .content .shop__list .shop__item .shop__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding: 0 1.5rem;
  color: #fff;
  background: #ff7700;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0;
  border-radius: 100rem;
  text-align: center;
  transition: all 0.3s ease;
  min-width: 16rem;
}
.purchase__shop .content .shop__list .shop__item .shop__link:hover {
  filter: brightness(0.85);
}
.purchase__shop .content {
  width: 100%;
  max-width: 124rem;
  margin: 0 auto;
}
.purchase__shop .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__shop .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__shop .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: center;
}
.purchase__shop .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}

body:has(.purchase__guide) {
  background: #f8f7fc;
}

.purchase__guide {
  position: relative;
  width: 100%;
  padding: 4rem 4rem 0;
  background: transparent;
}
.purchase__guide .content {
  width: 100%;
  max-width: 97rem;
  margin: 0 auto;
}
.purchase__guide .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.purchase__guide .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__guide .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__guide .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .purchase__guide {
    padding-left: 28rem;
  }
}
.purchase__guide .content h3 {
  text-align: center;
}
.purchase__guide .content > h5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 6rem;
  font-size: 2.6rem;
  font-weight: 600;
}
.purchase__guide .content > h5 img {
  height: 1em;
  width: 1em;
  object-fit: contain;
}
.purchase__guide .content .guide-content {
  width: 100%;
  margin-top: 3rem;
  background: transparent;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem 0.5rem rgba(222, 222, 222, 0.2);
  overflow: hidden;
}
.purchase__guide .content .guide-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 6rem;
}
.purchase__guide .content .guide-tab .guide-tab__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  padding: 0 1rem;
  color: #7a7a7a;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  border: 0.1rem solid #dfdfdf;
  border-radius: 100rem;
  text-align: center;
  transition: all 0.3s ease;
}
.purchase__guide .content .guide-tab .guide-tab__button.active {
  color: #fff;
  background: #1a1a1a;
  border-color: #1a1a1a;
}
.purchase__guide .content .guide-tab .guide-tab__button:hover {
  filter: brightness(0.85);
}
.purchase__guide .content .guide-tab__content {
  display: none;
}
.purchase__guide .content .guide-tab__content.active {
  display: block;
}
.purchase__guide .content .guide__extension {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.8rem 3rem;
  margin-top: 5rem;
  background: #fff1e7;
  border-radius: 1rem;
  box-shadow: 0 0 0.5rem 0.5rem rgba(222, 222, 222, 0.2);
}
.purchase__guide .content .guide__extension p {
  font-weight: 600;
}
.purchase__guide .content .guide__extension p strong {
  color: #ff7700;
}
.purchase__guide .content .guide__extension .extension__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.5rem;
  padding: 0 2.5rem;
  color: #ff7700;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border: 0.1rem solid #ff7700;
  border-radius: 100rem;
  text-align: center;
  transition: all 0.3s ease;
}
.purchase__guide .content .guide__extension .extension__link:hover {
  filter: brightness(0.85);
}
.purchase__guide .content .guide__extension .extension__link img {
  width: 2.4rem;
  margin-right: 0.5rem;
  transition: all 0.3s ease;
}
.purchase__guide .content .guide__extension .extension__link:hover {
  color: #fff;
  background: #ff7700;
  filter: brightness(1);
}
.purchase__guide .content .guide__extension .extension__link:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.purchase__guide .content .guide-content:has(.guide-table) {
  border: 0.1rem solid #e3e3e3;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table {
  text-align: center;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table thead tr,
.purchase__guide .content .guide-content:has(.guide-table) .guide-table tbody tr:not(:last-child) {
  border-bottom: 0.1rem solid #e3e3e3;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table th,
.purchase__guide .content .guide-content:has(.guide-table) .guide-table td {
  vertical-align: middle;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table th:not(:last-child),
.purchase__guide .content .guide-content:has(.guide-table) .guide-table td:not(:last-child) {
  border-right: 0.1rem solid #e3e3e3;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table th {
  padding: 1.5rem;
  background: #fff1e7;
  font-weight: 500;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table thead tr th:not(:first-child) {
  background: #ff7700;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table thead tr th:not(:first-child) .guide-table__label {
  color: #fff;
  font-weight: 600;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table .guide-table__value {
  padding: 2rem 4rem;
  color: #7a7a7a;
  font-size: 1.4rem;
  text-align: start;
  line-height: 1.6;
}
.purchase__guide .content .guide-content:has(.guide-table) .guide-table .guide-table__value a {
  color: #ff7700;
  font-size: 1.2rem;
}

.service__intro{
  position: relative;
  width: 100%;
  padding: 2rem 4rem 4rem;
  background: transparent;
}
@media (max-width: 1650px) {
  .service__intro {
    padding-left: 28rem;
  }
}
.service__intro .content {
  max-width: 118rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 0 auto;
}
.service__intro .content .s_intro__item{
  background-color: #FFF1E7;
  display: flex;
  align-items: center;justify-content: center;
  color: #303030;
  gap: 15px;
  border-radius: 1rem 2rem;
  overflow: hidden; padding: 2rem 1.5rem;
}
.service__intro .content .s_intro__item .item__txt h3{
  font-size: 1.8rem;font-weight: bold;
  line-height: 170%;
}
.service__intro .content .s_intro__item  .item__txt ul li{
  font-size: 1.4rem; color: #303030;
  list-style-type: disc; margin-left: 2rem;

}
.service__intro .content .s_intro__item .item__txt p{
  font-size: 1.4rem; font-weight: bold;
  line-height: 200%;
}

.purchase__autocart{
  position: relative;
  width: 100%;
  padding: 2rem 4rem 6rem;
  background: transparent;
  }
  @media (max-width: 1650px) {
    .purchase__autocart {
      padding-left: 28rem;
    }
  }
.purchase__autocart .content{
  margin: 0 auto;
  max-width:103.5rem ;
}
.purchase__autocart .content h3{
  width: 100%;
  text-align: center;
  font-size: 3.6rem;font-weight: bold;
  line-height: 150%;
  padding: 2rem 0 4rem;
}
.purchase__autocart .content h3 span{
  color: #ff7000;
}
.purchase__autocart .content .autoCart__list{
  display: grid;grid-template-columns: repeat(2, 1fr);
  gap: 5rem 3rem;
}
.purchase__autocart .content .autocart__item {
  display: flex;align-items: center;
  justify-content: center;
  gap:2rem;
}
.purchase__autocart .content .autocart__item .auto__logo{
  width: 250px; height: 150px;
  min-width: 15rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.purchase__autocart .content .autocart__item .auto__txt h4{
  font-weight: bold;font-size:1.8rem ;
  line-height: 150%;
}
.purchase__autocart .content .autoCart__list a:hover h4{
  color: #303030;
}
.purchase__autocart .content .autocart__item .auto__txt p{
  font-size: 1.4rem; line-height: 150%;
  color: #555;
  padding-top: 8px;
}
.purchase__autocart .content .autocart__item .auto__txt p strong{
  font-weight: 500; font-size: 1.6rem; color: #303030;
}
.purchase__autocart .content .autocart__item button{
  background-color: #ff7000;
  font-size: 1.6rem; font-weight: bold;
  color: #fff; padding: 0.8rem 1.5rem;
  border-radius: 5rem; margin-top: 1rem;
  cursor: pointer;
}
.purchase__autocart .content .autocart__item .btn_color02{
  background-color: #0D337E;
}
.purchase__autocart .content .autocart__item .btn_color03{
  background-color: #DD302A;
}
.purchase__autocart .content .autoCart__list a:hover .auto__logo{
  border: 1px solid #ff7000;
}
.purchase__autocart .content .autoCart__list a:hover .color2{
  border: 1px solid #0D337E;
}
.purchase__autocart .content .autoCart__list a:hover .color3{
  border: 1px solid #DD302A;
}
.purchase__autocart .content .autoCart__list a:hover .autocart__item button{
   filter: brightness(0.85);
}

.purchase__OEMsevice {
  position: relative;
  width: 100%;
  padding: 6rem 4rem 2rem;
  background: transparent;
  background-color: #FF7E51;
}
@media (max-width: 1650px) {
  .purchase__OEMsevice {
    padding-left: 28rem;
  }
}
.purchase__OEMsevice .content {
  max-width: 94rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}
.purchase__OEMsevice .content h3{
  color: #fff; font-size: 3.8rem;
  font-weight: bold; line-height: 150%;
  text-align: center;
}
.purchase__OEMsevice .content .OEM__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
  padding: 3rem 0;
}
.purchase__OEMsevice .content .OEM__list li {
  overflow:hidden;
  display: flex; flex-direction: column;
}
.purchase__OEMsevice .content .OEM__list .OEM__item{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 2rem; overflow: hidden;
}
.purchase__OEMsevice .content .OEM__list .OEM__item .OEM__img{
  width: 100%; display: block;
}
.purchase__OEMsevice .content .OEM__list .OEM__item .OEM__img img{
  width: 100%;height: auto;
  display: block;object-fit: contain;
}
.purchase__OEMsevice .content .OEM__list .OEM__item .OEM__content {
  padding: 2rem;
  background: #fff;
  display: flex; flex-direction: column; flex-grow: 1;
}
.purchase__OEMsevice .content .OEM__list .OEM__item .OEM__content h4 {
  font-size: 1.8rem; font-weight: bold; text-align: center;
  line-height: 150%;
}
.purchase__OEMsevice .content .OEM__list .OEM__item .OEM__content .OEM__description {
  color: inherit;
  font-size: 1.4rem; text-align: center;
}
.purchase__OEMsevice .content .btn_go{
  display: flex;
  align-items: center;
  justify-content: center;
}
.purchase__OEMsevice .content .btn_go p{
  background-color: #fff;
  display: flex;
  align-items: center;justify-content: center;
  color: #ff7000;font-weight: bold;
  gap: 0.5rem;
  font-size: 1.8rem;
  padding: 1.5rem 10rem;
  display: inline-block;
  border-radius: 5rem;
}
.purchase__OEMsevice .content .btn_go a:hover p{
  filter:brightness(0.85);
}

.purchase__payway{
  position: relative;
  width: 100%;
  padding: 6rem 4rem 6rem;
  background: transparent;
}
@media (max-width: 1650px) {
  .purchase__payway {
    padding-left: 28rem;
  }
  .purchase__payway .content {
    margin-left: 10rem;
  }
}
.purchase__payway .content{
  width: 100rem;margin: 0 auto;
}
.purchase__payway .content .payway__title{
  text-align: center;
}
.purchase__payway .content .payway__title h3{
  font-size: 3.6rem; font-weight: bold;
  line-height: 150%;padding-bottom: 1.5rem;
}
.purchase__payway .content .payway__title span{
  color: #ff7700;
}
.purchase__payway .content .payway__title p{
  color: #666;line-height: 150%;
}
.purchase__payway .content .payway__list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}
.payway__list .payway__conts .payway__img{
  width: 100%;
  display: flex;
  align-items: center; justify-content: center;
}
.payway__list .payway__conts .payway__img img{
  width: 100%;height: auto;
  display: block;object-fit: contain;
}
.payway__list .payway__conts .payway__txt{
  padding: 1.5rem 0; text-align: center;
}
.payway__list .payway__conts .payway__txt h4{
  font-weight: bold; color: #1A1A1A;
  font-size: 2rem; display: flex;align-items: center;
  justify-content: center; line-height: 150%;
}
.payway__list .payway__conts .payway__txt .num{
  background-color: #ff7000;
  border-radius: 5rem;
  color: #fff; width: 3rem;height: 3rem;
  display: flex;align-items: center;justify-content: center;
  margin-right: 1rem;
}
.payway__list .payway__conts .payway__txt p{
  color: #303030;line-height: 150%;
  text-wrap: balance;font-size: 1.6rem;
  padding-top: 1rem;
}
.purchase__extension-guide{
  background-color: #f8f8f8;
  padding-bottom: 6rem;
}


/* 25.07.07 sub_비즈니스 파트너 페이지로 만들어짐 */
.purchase__why {
  position: relative;
  width: 100%;
  padding: 2rem 4rem 6rem;
  background: transparent;
}
@media (max-width: 1650px) {
  .purchase__why {
    padding-left: 28rem;
  }
}
.purchase__why .content .why__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 4rem;
}
.purchase__why .content .why__list .why__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem 1rem;
  border: 0.1rem solid #dfdfdf;
  border-radius: 1rem;
  text-align: center;
  line-height: 1.4;
  text-wrap: balance;
}
.purchase__why .content .why__list .why__item img {
  height: 6rem;
}
.purchase__why .content .why__list .why__item p {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.purchase__why .content {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}
.purchase__why .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__why .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__why .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__why .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}

.purchase__service {
  position: relative;
  width: 100%;
  padding: 6rem 4rem 6rem;
  background: #fafafa;
}
@media (max-width: 1650px) {
  .purchase__service {
    padding-left: 28rem;
  }
}
.purchase__service .content .service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}
.purchase__service .content .service__list .service__item {
  top: 0;
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 1.5rem;
  overflow: hidden;
  text-align: center;
  transition: top 0.3s ease;
}
.purchase__service .content .service__list .service__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.purchase__service .content .service__list .service__item p {
  position: absolute;
  bottom: 2rem;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
.purchase__service .content .service__list .service__item:hover {
  top: -5rem;
}
.purchase__service .content .service__list .service__item:hover p {
  bottom: 50%;
  transform: translateY(50%);
}
.purchase__service .content {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
}
.purchase__service .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__service .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__service .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__service .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}

.purchase__service-process {
  position: relative;
  width: 100%;
  padding: 6rem 4rem 6rem;
  background: #f2f2f2;
}
@media (max-width: 1650px) {
  .purchase__service-process {
    padding-left: 28rem;
  }
}
.purchase__service-process .content .service-process__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 8rem;
}
.purchase__service-process .content .service-process__list li .service-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.purchase__service-process .content .service-process__list li .service-process__item .service-process__sequence {
  font-weight: 700;
}
.purchase__service-process .content .service-process__list li .service-process__item .service-process__title {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.purchase__service-process .content .service-process__list li .service-process__item .service-process__graph {
  position: relative;
  margin-top: 4.5rem;
  height: 1.6rem;
  width: 2.2rem;
  background: no-repeat center center/contain url(/images/buying_agent/icon/arrow-right.png);
}
.purchase__service-process .content .service-process__list li .service-process__item .service-process__graph::before, .purchase__service-process .content .service-process__list li .service-process__item .service-process__graph::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20rem;
  border-top: 0.1rem dashed #ff7700;
}
.purchase__service-process .content .service-process__list li .service-process__item .service-process__graph::before {
  right: 80%;
}
.purchase__service-process .content .service-process__list li .service-process__item .service-process__graph::after {
  left: 80%;
}
.purchase__service-process .content .service-process__list li .service-process__item img {
  height: 12rem;
  width: auto;
  margin-top: 3.5rem;
}
.purchase__service-process .content .service-process__list li:first-of-type .service-process__item .service-process__graph::before {
  display: none;
}
.purchase__service-process .content .service-process__list li:last-of-type .service-process__item .service-process__graph {
  background-image: url(/images/buying_agent/icon/check-sharp.png);
}
.purchase__service-process .content .service-process__list li:last-of-type .service-process__item .service-process__graph::after {
  display: none;
}
.purchase__service-process .content {
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
}
.purchase__service-process .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__service-process .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__service-process .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__service-process .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}

.purchase__benefit {
  background: no-repeat 100% 100%/cover url(/images/buying_agent/background/china/strength.png);
  padding-top: 6rem;
  padding-bottom: 0;
}
.purchase__benefit .content {
  max-width: 94rem;
}
.purchase__benefit .content .benefit__list {
  gap: 3.5rem;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__content {
  padding: 2rem;
  background: transparent;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__content .benefit__title {
  font-size: 1.8rem;
}
.purchase__benefit .content .benefit__list .benefit__item .benefit__content .benefit__description {
  color: inherit;
  font-size: 1.4rem;
}

.purchase__recommend {
  position: relative;
  width: 100%;
  padding: 6rem 4rem 4rem;
}
@media (max-width: 1650px) {
  .purchase__recommend {
    padding-left: 28rem;
  }
}
.purchase__recommend .content .recommend__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}
.purchase__recommend .content .recommend__list .recommend__item {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 1.5rem;
  overflow: hidden;
}
.purchase__recommend .content .recommend__list .recommend__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.purchase__recommend .content .recommend__list .recommend__item p {
  position: absolute;
  bottom: 7rem;
  padding: 0 1rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.purchase__recommend .content {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
.purchase__recommend .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.purchase__recommend .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__recommend .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__recommend .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}

.purchase__info {
  position: relative;
  width: 100%;
  padding: 5rem 4rem 0;
  background: transparent;
}
@media (max-width: 1650px) {
  .purchase__info {
    padding-left: 28rem;
  }
}
.purchase__info .content {
  color: #fff;
  padding: 4rem 6rem;
  background: #ff7700;
  border-radius: 1.5rem;
}
.purchase__info .content h5 {
  font-size: 2.4rem;
  font-weight: 700;
}
.purchase__info .content .info__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 3.5rem;
  row-gap: 2rem;
  width: 100%;
  max-width: 65rem;
  margin-top: 3.5rem;
}
.purchase__info .content .info__list .info__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.purchase__info .content .info__list .info__item img {
  height: 2.2rem;
  width: 2.2rem;
  object-fit: contain;
  object-position: center;
}
.purchase__info .content {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}
.purchase__info .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.purchase__info .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.purchase__info .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.purchase__info .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}

/*# sourceMappingURL=main.css.map */
