@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;
}

main {
  position: relative;
  padding: 0 0 10rem;
}

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 {
  padding-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.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;
}

.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: 118rem;
  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: 4rem;
  margin: 2rem 6rem 4rem;
  border-bottom: 0.1rem solid #dfdfdf;
}
.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__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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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;
}

.amazon__product {
  position: relative;
  width: 100%;
  padding: 0 4rem 10rem;
  background: transparent;
}
.amazon__product .content {
  width: 100%;
  max-width: 125rem;
  margin: 0 auto;
}
.amazon__product .content h3 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: start;
  line-height: normal;
}
.amazon__product .content h3 strong {
  color: #ff7700;
  font-weight: inherit !important;
}
.amazon__product .content .content__description {
  color: #666;
  font-size: 1.4rem;
  text-align: start;
}
.amazon__product .content .content__description strong {
  color: #ff7700;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 1650px) {
  .amazon__product {
    padding-left: 28rem;
  }
}
.amazon__product .content * {
  box-sizing: content-box;
}
.amazon__product .content .buyTop {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.amazon__product .content .buyTop p {
  font-size: 2rem;
  font-weight: 700;
}
.amazon__product .content ul.prd_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
  position: relative;
  clear: both;
}
.amazon__product .content ul.prd_list > li {
  position: relative;
  float: left;
  vertical-align: top;
  overflow: hidden;
}
.amazon__product .content ul.prd_list > li > a.box {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 2rem;
}
.amazon__product .content ul.prd_list > li > a.box > .img {
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  border: 0.1rem solid #ddd;
  vertical-align: middle;
  text-align: center;
}
.amazon__product .content ul.prd_list > li > a.box > .img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.amazon__product .content ul.prd_list > li > a.box p.price {
  margin-top: 0.7rem;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amazon__product .content ul.prd_list > li > a.box p.price > .priceSale {
  font-weight: 700;
  font-size: 1.3rem;
}
.amazon__product .content ul.prd_list > li > a.box p.price > .priceNormal {
  padding-left: 1rem;
  color: #999;
  text-decoration: line-through;
}
.amazon__product .content ul.prd_list > li > a.box p.price > .pricePer {
  color: #ff7000;
}
.amazon__product .content ul.prd_list > li > a.box p.tit {
  width: 100%;
  /*overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/
  color: #999;
  word-break: break-all;
}
.amazon__product .content ul.prd_list > li > a.box a:hover {
  text-decoration: none;
}
.amazon__product .content ul.prd_list > li > a.box a:hover > p.price > .priceSale {
  color: #303030;
}
.amazon__product .content ul.prd_list > li > a.box .fade-caption {
  position: absolute;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 5.6rem;
  z-index: 1;
  bottom: -5.6rem;
  left: 0;
  transition: all 0.5s ease 0s;
}
.amazon__product .content ul.prd_list > li > a.box .caption {
  background: rgba(44, 44, 44, 0.9);
  color: #fff;
}
.amazon__product .content ul.prd_list > li > a.box .caption:hover {
  background-color: rgba(255, 112, 0, 0.9);
}
.amazon__product .content ul.prd_list > li > a.box .fade-caption p {
  line-height: 5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.amazon__product .content ul.prd_list > li > a.box .soldout {
  background: rgba(44, 44, 44, 0.4);
  color: #fff;
  height: 26rem;
  top: 0;
}
.amazon__product .content ul.prd_list > li > a.box .soldout p {
  font-size: 1.4rem;
  font-weight: 700;
  border: 0.3rem solid #fff;
  border-radius: 6rem;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: absolute;
  left: 6.7rem;
  top: 9rem;
}
.amazon__product .content ul.prd_list > li > a.box:hover .caption {
  bottom: 0;
}
.amazon__product .content ul.prd_list > li > a.box:hover .soldout {
  top: 0;
}
.amazon__product .content ul.prd_list .no_Result {
  border: 0.1rem solid #e4e4e4;
  background: #fff;
  text-align: center;
  padding: 4rem 0;
  margin-bottom: 5rem;
}
.amazon__product .content ul.prd_list .no_Result p.tit {
  font-size: 1.8rem;
  font-weight: bold;
  background: url("/images2017/shop/search_no_icon.png") no-repeat left center;
  padding-left: 5.5rem;
  display: inline-block;
  line-height: 4rem;
}
.amazon__product .content ul.prd_list .no_Result div {
  width: 80%;
  border-top: 0.2rem solid #303030;
  margin: 3rem auto 0;
  padding-top: 2rem;
  overflow: hidden;
}
.amazon__product .content ul.prd_list .no_Result div ul.txt {
  float: left;
  text-align: left;
  margin-left: 1.5rem;
}
.amazon__product .content ul.prd_list .no_Result div ul.txt li {
  background: url("/images2017/shop/search_check.png") no-repeat left center;
  padding-left: 2rem;
  line-height: 2.4rem;
}
.amazon__product .content ul.prd_list .no_Result div p.btn {
  float: right;
  margin-right: 1.5rem;
  height: 4.8rem;
  line-height: 4.8rem;
  border: 0.1rem solid #e9e9e9;
}
.amazon__product .content ul.prd_list .no_Result div p.btn a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0 4rem;
}

/* china */
.purchase__banner .content .banner__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 4rem 4rem 26em;
}
.purchase__banner .content .banner__content h5 {
  font-size: 2.8rem;
  font-weight: 700;
}
.arrow-icon{
  display: inline-block;
  transform: rotate(90deg);
}
.purchase__banner .content .banner__content h5 a {
  color: inherit;
}
.purchase__banner .content .banner__content p {
  font-weight: 500;
}
.autoCartSL{
  display: flex;
  align-items: center;
  gap:20px;
}
.purchase__banner .content .banner__content .autoCartBox{
  padding-top: 12px;
}
.purchase__banner .content .banner__content .autoCartBox .autoCart_cnt{
  width: 100px;
  border-radius: 15px;
  background-color: #FCF8DD;
  padding: 8px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.purchase__banner .content .banner__content .autoCartBox .autoCart_cnt .cnt_img{
  width: 100%;
  height: 69px;
  border-left:1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.13);
}
.purchase__banner .content .banner__content .autoCartBox .autoCart_cnt .cnt_img img{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  mix-blend-mode: multiply;
  border-radius: 0;
}
.purchase__banner .content .banner__content .autoCartBox a:hover{
  text-decoration: underline;
}
.purchase__banner .content .banner__content .autoCartBox .autoCart_cnt p{
  font-size: 13px;
  color: #FF3300;
  font-weight: bold;
  margin-top: 3px;
}

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


/* 왼쪽 사이드바 크롬익스텐션 설치 부분 깨져서 추가 */
.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;
}

/* taobaoList — 검색바 + 수동 구매대행 신청 버튼 */
main {
  --taobao-buy-content-w: 1153px;
  --taobao-search-h: 54px;
  --taobao-search-radius: 8px;
}
main .purchase__banner .content {
  max-width: var(--taobao-buy-content-w);
  width: 100%;
}
main .amazon__product .contentM {
  --taobao-buy-content-w: 1153px;
  --taobao-search-h: 54px;
  --taobao-search-radius: 8px;
}
main .amazon__product .contentM article.tit.buy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--taobao-buy-content-w);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  text-align: center;
  background: #F8F8F8;
  border-radius: 15px;
}
main .amazon__product .contentM article.tit.buy h1.titDep1 {
  width: 100%;
  text-align: center;
}
main .contentM .buy .search.taobaoSearchRow {
  display: block !important;
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto !important;
  padding-left: 0;
  overflow: visible !important;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  width: calc(var(--taobao-buy-content-w) - 100px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: var(--taobao-search-h);
  position: relative;
  padding-left: 56px;
  overflow: hidden;
  box-sizing: border-box !important;
  background: transparent;
  border: none !important;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
main .amazon__product .contentM article.tit.buy .search.taobaoSearchRow .taobaoSearchRow__bar input[type="text"],
main .amazon__product .contentM article.tit.buy .search.taobaoSearchRow .taobaoSearchRow__bar input[type="text"]:focus,
main .amazon__product .contentM article.tit.buy .search.taobaoSearchRow .taobaoSearchRow__bar input[type="text"]:active,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar input,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar input:focus,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar input:active {
  float: none !important;
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  line-height: 1.2 !important;
  padding: 0 48px 0 12px !important;
  box-sizing: border-box !important;
  border: 2px solid #ff6300 !important;
  border-right: none !important;
  border-radius: var(--taobao-search-radius) 0 0 var(--taobao-search-radius) !important;
  outline: none !important;
  box-shadow: none !important;
  background: #F8F8F8 !important;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar:focus-within input,
main .amazon__product .contentM article.tit.buy .search.taobaoSearchRow .taobaoSearchRow__bar:focus-within input[type="text"] {
  border: 2px solid #ff6300 !important;
  border-right: none !important;
  outline: none !important;
  box-shadow: none !important;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar input::placeholder {
  text-align: left;
  color: #999;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span {
  float: none !important;
  flex: 0 0 auto;
  display: flex !important;
  align-items: stretch !important;
  height: 100% !important;
  min-height: 0 !important;
  line-height: 1 !important;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a.taobaoSearchRow__applyLink,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a:link,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a:visited,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a:active,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a:focus,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a:focus-visible {
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  min-height: 0 !important;
  line-height: 1 !important;
  padding: 0 50px !important;
  box-sizing: border-box !important;
  background: #ff6300 !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0 var(--taobao-search-radius) var(--taobao-search-radius) 0 !important;
  transition: filter 0.15s ease;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a:hover,
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar span a.taobaoSearchRow__applyLink:hover {
  filter: brightness(0.92);
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar .camera {
  top: 0;
  height: var(--taobao-search-h) !important;
  right: 200px;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar .camera input {
  height: var(--taobao-search-h) !important;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar .search_img {
  width: var(--taobao-search-h);
  height: var(--taobao-search-h);
  background: #F8F8F8;
  overflow: hidden;
  border-radius: 0;
}
main .contentM .buy .search.taobaoSearchRow .taobaoSearchRow__bar .search_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #F8F8F8;
}
main .contentM .tit.buy {
  overflow: visible;
}
main button.taobaoSearchRow__manualBtn {
  flex: 0 0 auto;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--taobao-search-h) !important;
  min-height: var(--taobao-search-h) !important;
  padding: 0 22px !important;
  margin: 0;
  border: none;
  border-radius: var(--taobao-search-radius);
  background-color: #00bcd4 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1 !important;
  cursor: pointer;
  white-space: nowrap;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  appearance: none;
  transition: filter 0.15s ease;
}
main button.taobaoSearchRow__manualBtn:hover {
  filter: brightness(0.92);
}

/* 수동 구매대행 신청 폼 */
main .contentM .taobaoManualApply {
  width: var(--taobao-buy-content-w);
  max-width: 100%;
  margin: 24px auto 0;
  box-sizing: border-box;
}
.taobaoManualApply__sectionHead {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 0;
}
.taobaoManualApply__sectionTitle {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 10px;
  min-width: 0;
}
.taobaoManualApply__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #ff6300;
}
.taobaoManualApply__required {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #FF3636;
}
.taobaoManualApply__tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  flex-shrink: 0;
}
.taobaoManualApply__toolBtn {
  height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.taobaoManualApply__toolBtn--blue {
  border: 1px solid #2e6fe5;
  color: #2e6fe5 !important;
}
main .taobaoManualApply .taobaoManualApply__toolBtn--blue:hover {
  background: #2e6fe5 !important;
  border-color: #2e6fe5;
  color: #fff !important;
}
.taobaoManualApply__toolBtn--orange {
  border: 1px solid #ff6300;
  color: #ff6300 !important;
}
main .taobaoManualApply .taobaoManualApply__toolBtn--orange:hover {
  background: #ff6300 !important;
  border-color: #ff6300;
  color: #fff !important;
}
.taobaoManualApply__toolLink {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  height: 34px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  color: #666 !important;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
}
.taobaoManualApply__toolLink:hover {
  background: #f5f5f5;
}
.taobaoManualApply #contentBackground.width9a {
  width: 564px;
  background: #fff;
  border: 4px solid #c1c1c1;
  box-sizing: border-box;
}
.taobaoManualAutoCart__popup .bg_light_grey {
  background: #f3f3f3;
}
.taobaoManualAutoCart__popup .border_grey {
  border: 1px solid #d3d3d3;
}
.taobaoManualAutoCart__popup .w165 {
  width: 165px;
}
.taobaoManualAutoCart__popup .w204 {
  width: 204px;
}
.taobaoManualAutoCart__popup .form_width9a {
  width: 530px;
}
.taobaoManualAutoCart__popup .form_text_box {
  padding: 4px;
  color: #7e7e7e;
  background: #f9f9f9;
  border: 1px solid #cecece;
}
.taobaoManualAutoCart__popup select {
  height: 28px;
  font-size: 12px;
}
.taobaoManualAutoCart__guide.auto_cart_guide {
  width: 640px;
  max-width: calc(100vw - 40px);
  box-sizing: border-box;
}
.taobaoManualAutoCart__popup,
.taobaoManualAutoCart__guide {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.taobaoManualApply__panel {
  margin-top: 14px;
  border: none;
  border-top: 1px solid #666;
  border-radius: 0;
  background: transparent;
  padding: 24px 0 0;
}
.taobaoManualApply__panel + .taobaoManualApply__panel {
  margin-top: 24px;
  padding-top: 24px;
}
main .taobaoManualApply .taobaoManualApply__addProduct {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  margin-top: 16px;
  border: 1px dashed #E0E0E0 !important;
  border-radius: 8px;
  background: #f5f5f5 !important;
  color: #666 !important;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-sizing: border-box;
}
main .taobaoManualApply .taobaoManualApply__addProduct:hover {
  background: #ececec !important;
}
.taobaoManualApply__submitWrap {
  margin-top: 24px;
  text-align: center;
}
main .taobaoManualApply .taobaoManualApply__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border: none;
  border-radius: 4px;
  background: #f48120 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.15s ease;
}
main .taobaoManualApply .taobaoManualApply__submit:hover {
  background: #e0751c !important;
}
main .contentM .taobaoManualApply .taobaoManualApply__noticeBox,
main .contentM .taobaoCartConfirm .taobaoManualApply__noticeBox,
#shop #step_2 .taobaoManualApply__noticeBox {
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  padding: 32px 25px 24px 45px;
  box-sizing: border-box !important;
  border-top: none;
  background: #FBFBFB;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}
.taobaoManualApply__noticeDivider,
.taobaoCartConfirm__noticeDivider {
  width: 100vw;
  margin: 40px calc(50% - 50vw) 0;
  border: none;
  border-top: 1px solid #E0E0E0;
}
main .taobaoCartConfirm h3.taobaoManualApply__noticeTitle,
main .taobaoManualApply h3.taobaoManualApply__noticeTitle,
.taobaoManualApply__noticeTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 16px;
  font-size: 14px !important;
  line-height: 1.4;
  font-weight: 700;
  color: #ff6300;
}
main .taobaoManualApply h3.taobaoManualApply__noticeTitle i,
.taobaoManualApply__noticeTitle i {
  font-size: 14px !important;
  line-height: 1;
}
main .taobaoManualApply .taobaoManualApply__noticeIcon,
.taobaoManualApply__noticeIcon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  object-fit: contain;
}
main .taobaoManualApply h4.taobaoManualApply__noticeSubTitle,
.taobaoManualApply__noticeSubTitle {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #ff6300;
}
.taobaoManualApply__noticeSubTitle + .taobaoManualApply__noticeList {
  margin-bottom: 20px;
}
.taobaoManualApply__noticeList {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}
.taobaoManualApply__noticeList:last-child {
  margin-bottom: 0;
}
.taobaoManualApply__noticeList li {
  position: relative;
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.85;
  color: #303030;
  word-break: keep-all;
}
.taobaoManualApply__noticeList li::before {
  content: '-';
  position: absolute;
  left: 0;
  color: #303030;
}
@media (max-width: 768px) {
  main .contentM .taobaoManualApply .taobaoManualApply__noticeBox,
  main .contentM .taobaoCartConfirm .taobaoManualApply__noticeBox,
  #shop #step_2 .taobaoManualApply__noticeBox {
    padding: 24px 16px 20px 36px;
  }
}
.taobaoManualApply__body {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.taobaoManualApply__close {
  flex: 0 0 32px;
  align-self: flex-start;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #303030 !important;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
}
.taobaoManualApply__panel:first-child .taobaoManualApply__close {
  visibility: hidden;
  pointer-events: none;
}
.taobaoManualApply__photo {
  flex: 0 0 100px;
  text-align: center;
}
.taobaoManualApply__photoBox {
  width: 100px;
  height: 100px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.taobaoManualApply__photoBox img.taobaoManualApply__photoThumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.taobaoManualApply__photoBox img.taobaoManualApply__photoPlaceholder {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.taobaoManualApply__photoBtn {
  margin-top: 10px;
  min-width: 0;
  height: auto;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #f5f5f5 !important;
  color: #303030 !important;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.taobaoManualApply__photoBtn:hover {
  background: #e8e8e8 !important;
  border-color: #ccc !important;
}
.taobaoManualApply__fields {
  flex: 1;
  min-width: 0;
  container-type: inline-size;
  container-name: taobao-manual-fields;
}
.taobaoManualApply__row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
.taobaoManualApply__row--full .taobaoManualApply__label {
  flex: 0 0 auto;
}
.taobaoManualApply__row--full .taobaoManualApply__input:not(.taobaoManualApply__input--price),
.taobaoManualApply__row--full .taobaoManualApply__optionList {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
}
.taobaoManualApply__row--split {
  align-items: flex-start;
}
.taobaoManualApply__row--split .taobaoManualApply__col {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}
.taobaoManualApply__row--split .taobaoManualApply__col--qty {
  flex: 0 0 auto;
  gap: 20px;
}
.taobaoManualApply__row--split .taobaoManualApply__col--qty .taobaoManualApply__label {
  min-width: 0;
}
@container taobao-manual-fields (min-width: 0) {
  main .taobaoManualApply .manual-product-price,
  main .taobaoManualApply .manual-product-shipping,
  main .taobaoManualApply .taobaoManualApply__input--price:not(.manual-product-price):not(.manual-product-shipping) {
    flex: 0 0 calc(50cqw - 136px) !important;
    width: calc(50cqw - 136px) !important;
    max-width: calc(50cqw - 136px) !important;
  }
}
main .taobaoManualApply .taobaoManualApply__input--qty {
  flex: 0 0 150px !important;
  width: 150px !important;
  max-width: 150px !important;
  text-align: center !important;
}
.taobaoManualApply__label {
  flex: 0 0 auto;
  min-width: 120px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}
.taobaoManualApply__req {
  color: #e53935;
}
main .amazon__product .contentM .taobaoManualApply,
main .amazon__product .contentM .taobaoManualApply * {
  box-sizing: border-box !important;
}
main .amazon__product .contentM .taobaoManualApply .taobaoManualApply__input,
main .amazon__product .contentM .taobaoManualApply .taobaoManualApply__input:focus,
main .amazon__product .contentM .taobaoManualApply .taobaoManualApply__input:active,
main .amazon__product .contentM .taobaoManualApply .taobaoManualApply__input:focus-visible,
main .contentM .taobaoManualApply .taobaoManualApply__input,
main .contentM .taobaoManualApply .taobaoManualApply__input:focus,
main .contentM .taobaoManualApply .taobaoManualApply__input:active,
main .contentM .taobaoManualApply .taobaoManualApply__input:focus-visible {
  width: 100%;
  max-width: 100%;
  height: 44px !important;
  min-height: 44px;
  padding: 14px 12px !important;
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 16px !important;
  box-sizing: border-box !important;
  color: #222 !important;
  background: #fff !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  transform: none;
}
main .amazon__product .contentM .taobaoManualApply .taobaoManualApply__input:focus,
main .amazon__product .contentM .taobaoManualApply .taobaoManualApply__input:focus-visible,
main .contentM .taobaoManualApply .taobaoManualApply__input:focus,
main .contentM .taobaoManualApply .taobaoManualApply__input:focus-visible {
  border: 1px solid #ff6300 !important;
  outline: none !important;
  box-shadow: none !important;
}
main .taobaoManualApply .taobaoManualApply__input::placeholder {
  color: #666 !important;
  opacity: 1 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
main .taobaoManualApply .taobaoManualApply__input::-webkit-input-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
main .taobaoManualApply .taobaoManualApply__input::-moz-placeholder {
  color: #666 !important;
  opacity: 1 !important;
}
main .taobaoManualApply .taobaoManualApply__input:-ms-input-placeholder {
  color: #666 !important;
}
.taobaoManualApply__row--options {
  align-items: flex-start;
}
.taobaoManualApply__row--options .taobaoManualApply__label {
  align-self: flex-start;
  padding-top: 10px;
}
.taobaoManualApply__optionList {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.taobaoManualApply__optionItem {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: none;
  min-width: 0;
}
.taobaoManualApply__optionItem .taobaoManualApply__input--price {
  flex: 0 0 auto;
  min-width: 0;
}
main .taobaoManualApply .taobaoManualApply__optionBtn {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  min-height: 44px;
  padding: 0 !important;
  margin: 0;
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px;
  background: #fff !important;
  color: #666 !important;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
main .taobaoManualApply .taobaoManualApply__optionBtn:hover {
  background: #f5f5f5 !important;
  border-color: #ccc !important;
}

@media (max-width: 768px) {
  .taobaoManualApply__sectionHead {
    flex-direction: column;
  }
  .taobaoManualApply__body {
    flex-direction: column;
  }
  .taobaoManualApply__close {
    align-self: flex-end;
  }
  .taobaoManualApply__photo {
    flex: 0 0 auto;
    width: 100%;
  }
  .taobaoManualApply__row,
  .taobaoManualApply__row--split .taobaoManualApply__col {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .taobaoManualApply__row--full .taobaoManualApply__label,
  .taobaoManualApply__row--split .taobaoManualApply__label {
    flex: none;
  }
}

/* taobaoCartConfirm — 구매신청 완료(장바구니 담김) */
main .amazon__product.amazon__product--cartConfirm {
  padding-left: calc(4rem + 30px);
}
@media (max-width: 1650px) {
  main .amazon__product.amazon__product--cartConfirm {
    padding-left: calc(28rem + 30px);
  }
}
main .contentM .taobaoCartConfirm {
  --taobao-buy-content-w: 1153px;
  width: var(--taobao-buy-content-w);
  max-width: 100%;
  margin: 54px auto 80px;
  box-sizing: border-box !important;
}
main .contentM .taobaoCartConfirm,
main .contentM .taobaoCartConfirm * {
  box-sizing: border-box !important;
}
.taobaoCartConfirm__head {
  margin-bottom: 32px;
  text-align: center;
}
.taobaoCartConfirm__title {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #303030;
}
.taobaoCartConfirm__datetime {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.taobaoCartConfirm__list {
  border-top: 1px solid #212121;
}
.taobaoCartConfirm__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px 0;
}
.taobaoCartConfirm__item--divider {
  border-top: none;
}
.taobaoCartConfirm__photo {
  flex: 0 0 120px;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  background: #f8f8f8;
  overflow: hidden;
}
.taobaoCartConfirm__photoImg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.taobaoCartConfirm__photoImg--placeholder {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.taobaoCartConfirm__table {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.taobaoCartConfirm__table tr {
  border-bottom: 1px solid #f5f5f5;
}
.taobaoCartConfirm__table th,
.taobaoCartConfirm__table td {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: none;
}
.taobaoCartConfirm__table th {
  width: 1%;
  white-space: nowrap;
  font-weight: 400;
  color: #666;
  background: #fff;
}
.taobaoCartConfirm__table td {
  color: #303030;
  word-break: break-all;
}
.taobaoCartConfirm__row--product th,
.taobaoCartConfirm__row--product td {
  background: #f8f8f8;
}
.taobaoCartConfirm__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
main .contentM .taobaoCartConfirm .taobaoCartConfirm__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box !important;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.taobaoCartConfirm__btn--outline {
  border: 1px solid #ff6300;
  background: #fff;
  color: #ff6300 !important;
}
.taobaoCartConfirm__btn--outline:hover {
  background: #fff8f3;
}
.taobaoCartConfirm__btn--primary {
  border: 1px solid #f48120;
  background: #f48120 !important;
  color: #fff !important;
}
.taobaoCartConfirm__btn--primary:hover {
  background: #e0751c !important;
  border-color: #e0751c;
}
@media (max-width: 768px) {
  .taobaoCartConfirm__item {
    flex-direction: column;
    gap: 16px;
  }
  .taobaoCartConfirm__photo {
    flex: none;
  }
  .taobaoCartConfirm__table th {
    width: 1%;
    white-space: nowrap;
  }
  .taobaoCartConfirm__actions {
    flex-direction: column;
  }
  main .contentM .taobaoCartConfirm .taobaoCartConfirm__btn {
    width: 100%;
  }
}

/* 타오바오 결제 — 상품 목록 테이블 (260604) */
#shop #step_2 #cartList table.tableType11--cnPay th,
#shop #step_2 #cartList table.tableType11--cnPay td {
  font-size: 14px;
  line-height: 1.4;
}
#shop #step_2 #cartList table.tableType11--cnPay .cnPayMall {
  color: #ff6300;
  font-weight: 400;
}

/* 타오바오 결제 — 결제금액 요약 (260604) */
#shop #step_2 .cartTotal2.cartTotal2--cnPay {
  font-size: 14px;
  line-height: 14px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul {
  text-align: right;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.total > ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.total > ul > li {
  display: flex;
  align-items: center;
  padding: 0;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .name,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .value,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .mMarker,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .Price,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .total_amt_dl_tmp {
  font-size: 14px;
  line-height: 14px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .name {
  flex: 1;
  width: 100%;
  padding-right: 60px;
  font-weight: 400;
  color: #303030;
  text-align: right;
  box-sizing: border-box;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .value {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: 150px;
  flex-shrink: 0;
  padding-right: 30px;
  white-space: nowrap;
  box-sizing: border-box;
  font-weight: 400;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .mMarker {
  width: auto;
  padding-right: 0;
  font-weight: 400;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .Price,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li .total_amt_dl_tmp {
  width: auto;
  padding-right: 0;
  font-weight: 700;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.total ul li .mMarker,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.total ul li .Price {
  color: #303030;
  font-weight: 700;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.total ul li .name {
  font-weight: 400;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.total {
  display: block;
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay {
  background: #fafafa;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay {
  border-bottom: none;
  padding: 9px 0 0;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .name {
  color: #ff6300;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .name .cnPayCurrencyLabel {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .value {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .mMarker {
  color: #ff6300;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .Price {
  color: #ff6300;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay {
  display: flex;
  flex-wrap: wrap;
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 0 10px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .name,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .value,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .mMarker,
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .Price {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .total_amt_dl_tmp {
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
#shop #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay p.cardfee_notice {
  width: 100%;
  padding-right: 30px;
  padding-top: 6px;
  text-align: left;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
}

#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay {
  font-size: 14px;
  line-height: 14px;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.total {
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay {
  border-bottom: none;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.total > ul {
  gap: 9px;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.total > ul > li {
  display: flex;
  align-items: center;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li .name {
  float: none;
  flex: 1;
  width: 100%;
  padding-right: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li .value {
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  width: auto;
  min-width: 100px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li .mMarker {
  font-size: 14px;
  font-weight: 400;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li .Price,
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li .total_amt_dl_tmp {
  font-size: 14px;
  font-weight: 700;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay,
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay {
  display: flex;
  align-items: center;
  background: #fafafa;
  font-size: 14px;
  font-weight: 400;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay {
  padding: 9px 0 0;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .name {
  color: #ff6300;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  float: none;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .name .cnPayCurrencyLabel {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .value {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .mMarker {
  color: #ff6300;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  float: none;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.tPay .Price {
  color: #ff6300;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  float: none;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay {
  flex-wrap: wrap;
  border-top: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 9px 0 10px;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .name,
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .value,
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .mMarker,
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .Price {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  float: none;
}
#container.mobile #step_2 .cartTotal2.cartTotal2--cnPay ul li.omz_tPay .total_amt_dl_tmp {
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  float: none;
}

/* 타오바오 결제 — 하단 폼 영역 14px (260604) */
#shop #step_2 div.Title .titDep3:not(.cn_tit),
#shop #step_2 div.Title .titDep3:not(.cn_tit) strong {
  font-size: 18px !important;
  line-height: 1.4;
}
#shop #step_2 table.tableType12,
#shop #step_2 table.tableType12 th,
#shop #step_2 table.tableType12 td,
#shop #step_2 table.tableType12 label,
#shop #step_2 table.tableType12 span,
#shop #step_2 table.tableType12 em,
#shop #step_2 table.tableType12 .title,
#shop #step_2 table.tableType12 table,
#shop #step_2 table.tableType12 table th,
#shop #step_2 table.tableType12 table td {
  font-size: 14px !important;
  line-height: 1.5;
}
#shop #step_2 table.tableType12 th {
  padding-left: 20px;
}
#shop #step_2 table.tableType12 table th {
  padding-left: 20px;
}
#shop #step_2 table.tableType12 td.cnPayOverchargeNotice em {
  margin-right: 4px;
}
#container.mobile #step_2 .purchase p.cnPayOverchargeNotice span.txt {
  margin-left: 0;
}
#shop #step_2 section.boxS.bgColor5,
#shop #step_2 section.boxS.bgColor5 p,
#shop #step_2 section.boxS.bgColor5 span,
#shop #step_2 section.boxS.bgColor5 strong {
  font-size: 14px !important;
  line-height: 1.5;
}
#shop #step_2 .cnPayNoticeBox {
  margin-top: 30px;
  margin-bottom: 0;
}
#shop #step_2 .cnPayNoticeBox .taobaoManualApply__noticeList li strong {
  font-weight: 700;
  color: #303030;
}
#shop #step_2 .cnPayNoticeBox .taobaoManualApply__noticeList li.cnPayNoticeItem--point,
#shop #step_2 .cnPayNoticeBox .taobaoManualApply__noticeList li.cnPayNoticeItem--point strong {
  color: #ff7000;
  font-weight: 700;
}
#shop #step_2 .cnPayNoticeBox .taobaoManualApply__noticeList li.cnPayNoticeItem--point::before {
  color: #ff7000;
}
#container.mobile #step_2 div.Title:has(+ .purchase) .titDep3,
#container.mobile #step_2 div.Title:has(+ .purchase) .titDep3 strong,
#container.mobile #step_2 div.Title:has(+ .Transaction) .titDep3,
#container.mobile #step_2 div.Title:has(+ .Transaction) .titDep3 strong {
  font-size: 18px !important;
  line-height: 1.4;
}
#container.mobile #step_2 .purchase,
#container.mobile #step_2 .purchase label,
#container.mobile #step_2 .purchase label span,
#container.mobile #step_2 .purchase p,
#container.mobile #step_2 .purchase .txt,
#container.mobile #step_2 .Transaction,
#container.mobile #step_2 .Transaction p,
#container.mobile #step_2 .Transaction li,
#container.mobile #step_2 .Transaction a,
#container.mobile #step_2 .Transaction span,
#container.mobile #step_2 .Transaction .notice,
#container.mobile #step_2 .Transaction .notice p,
#container.mobile #step_2 .Transaction .notice li,
#container.mobile #step_2 .Transaction .Precautions,
#container.mobile #step_2 .Transaction .Precautions p,
#container.mobile #step_2 .Transaction .Precautions li,
#container.mobile #step_2 .boxS_txt li {
  font-size: 14px !important;
  line-height: 1.5;
}

/* 타오바오 결제 — 배송 주소 (260604) */
#shop #step_2 div.Title.cnPayShippingTitle .titDep3,
#shop #step_2 div.Title.cnPayShippingTitle .titDep3 strong {
  font-size: 18px !important;
  line-height: 1.4;
}
#shop #step_2 table.tableType12--cnPayAddr th {
  vertical-align: middle;
  padding: 10px 20px;
}
#shop #step_2 table.tableType12--cnPayAddr td.cnPayShippingCell {
  vertical-align: top;
  padding: 10px 20px;
}
#shop #step_2 .cnPayShippingStep {
  font-size: 14px;
  line-height: 1.5;
}
#shop #step_2 .cnPayShippingStep .shippingAddSearch {
  display: none;
  margin-bottom: 10px;
  padding: 12px 15px;
  background: #eee;
}
#shop #step_2 .cnPayShippingStep .btn_addr {
  margin-bottom: 10px;
}
#shop #step_2 .cnPayShippingStep .btn_addr .btnPack {
  margin-right: 6px;
}
#shop #step_2 .cnPayShippingStep .shippingGray {
  margin-top: 5px;
  padding: 15px;
  background: #eee;
  list-style: none;
}
#shop #step_2 .cnPayShippingStep .shippingGray > li {
  padding-top: 10px;
  overflow: hidden;
}
#shop #step_2 .cnPayShippingStep .shippingGray > li:first-child {
  padding-top: 0;
}
#shop #step_2 .cnPayShippingStep .shippingAddTxt {
  float: left;
  width: 141px;
  line-height: 30px;
}
#shop #step_2 .cnPayShippingStep .shippingAddInput {
  float: left;
  line-height: 30px;
  max-width: calc(100% - 141px);
}
#shop #step_2 .cnPayShippingStep section .shippingAddList {
  margin-top: 5px;
  padding: 0;
  list-style: none;
}
#shop #step_2 .cnPayShippingStep section .shippingAddList:after {
  content: "";
  display: block;
  clear: both;
}
#shop #step_2 .cnPayShippingStep section .shippingAddList > li.addrList {
  float: left;
  width: 22.3%;
  margin-left: 5px;
  padding: 10px;
  background: #eee;
  box-sizing: border-box;
}
#shop #step_2 .cnPayShippingStep section .shippingAddList > li.addrList:first-child {
  margin-left: 0;
}
#shop #step_2 .cnPayShippingStep section .shippingAddList > li.addrList dt {
  padding: 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
}
#shop #step_2 .cnPayShippingStep section .shippingAddList > li.addrList dd {
  width: 100%;
  word-break: break-all;
  line-height: 1.5;
  font-size: 14px;
}
#shop #step_2 .cnPayShippingStep section .shippingAddList > li.addrList .btnPack {
  margin-top: 8px;
}
#shop #step_2 .cnPayShippingStep .pdt10.fBd.txt16 {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 0 8px;
}
#shop #step_2 .cnPayShippingStep .Pagination {
  clear: both;
  padding-top: 12px;
  text-align: center;
}

/* 타오바오 결제 — 통관 (260604) */
#shop #step_2 div.Title.cnPayCustomsTitle .titDep3,
#shop #step_2 div.Title.cnPayCustomsTitle .titDep3 strong {
  font-size: 18px !important;
  line-height: 1.4;
}
#shop #step_2 table.tableType12--cnPayCustoms,
#shop #step_2 table.tableType12--cnPayCustoms th,
#shop #step_2 table.tableType12--cnPayCustoms td,
#shop #step_2 table.tableType12--cnPayCustoms label,
#shop #step_2 table.tableType12--cnPayCustoms .title {
  font-size: 14px !important;
  line-height: 1.5;
}
#shop #step_2 table.tableType12--cnPayCustoms tr.clsShip th.bgColor17 {
  padding: 10px 10px 10px 20px;
}
#shop #step_2 table.tableType12--cnPayCustoms tr.clsShip td.bgColor17 {
  padding: 10px;
}
#shop #step_2 table.tableType12--cnPayCustoms tr.clsShip th:not(.bgColor17),
#shop #step_2 table.tableType12--cnPayCustoms td.cnPayCustomsInput {
  padding: 10px 20px;
  vertical-align: middle;
}
#shop #step_2 table.tableType12--cnPayCustoms td.cnPayCustomsInput .inputL {
  font-size: 14px !important;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsFieldRow {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsInputField {
  width: 279px;
  max-width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  line-height: 34px;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsInputField:focus,
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsInputField:focus-visible {
  border: 1px solid #ff7000;
  outline: none;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsLookupBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 36px;
  padding: 0 16px;
  background: #0085ff;
  border: 1px solid #0085ff;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsLookupBtn:hover {
  background: #0074e0;
  border-color: #0074e0;
  color: #fff !important;
  text-decoration: none;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsLookupBtn i {
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
}

/* 타오바오 결제 — 무통장 입금 1:1 문의 버튼 (260604) */
#shop #step_2 .cnPayBankNoticeRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
  line-height: 1.5;
}
#shop #step_2 .cnPayBankNoticeRow .cnPayBankNoticeTxt {
  font-size: 14px !important;
}
#shop #step_2 .cnPayBankNoticeRow .cnPayBankNoticeTxt em {
  margin-right: 2px;
  font-style: normal;
}
#shop #step_2 .cnPayBankInquiryBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 5px 10px;
  border: 1px solid #a5a5a5;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
  color: #666 !important;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
#shop #step_2 .cnPayBankInquiryBtn:hover {
  border-color: #666;
  background: #f0f0f0;
  color: #333 !important;
  text-decoration: none;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsNotice {
  margin-top: 12px;
  line-height: 1.6;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsNotice p {
  margin: 0 0 6px;
  font-size: 14px !important;
}
#shop #step_2 table.tableType12--cnPayCustoms .cnPayCustomsNotice .xi-info-o {
  color: #4a90e2;
  font-size: 16px;
  vertical-align: -2px;
  margin-right: 4px;
}

/* 타오바오 결제 — 하단 버튼 (구매내역 확인과 동일) */
#shop #step_2 .cnPayFormActions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
  padding-top: 0;
}
#shop #step_2 .cnPayFormActions .taobaoCartConfirm__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box !important;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

/* 타오바오 결제 — 배송비 결제 (260604) */
#shop #step_2 div.Title.cnPayShipFeeTitle .titDep3,
#shop #step_2 div.Title.cnPayShipFeeTitle .titDep3 strong {
  font-size: 18px !important;
  line-height: 1.4;
}
#shop #step_2 table.tableType12--cnPayShipFee th,
#shop #step_2 table.tableType12--cnPayShipFee td {
  font-size: 14px;
  line-height: 1.5;
}
#shop #step_2 table.tableType12--cnPayShipFee .cnPayShipFeeNotice {
  padding: 10px 0 10px 10px;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.35;
  color: #666;
}
#shop #step_2 table.tableType12--cnPayShipFee .cnPayShipFeeNotice em {
  color: #666;
  font-style: normal;
}
#shop #step_2 table.tableType12--cnPayShipFee .cnPayShipFeePaymentDetail table {
  width: 100%;
}
#shop #step_2 table.tableType12--cnPayShipFee .cnPayShipFeePaymentDetail th,
#shop #step_2 table.tableType12--cnPayShipFee .cnPayShipFeePaymentDetail td {
  padding: 12px 20px;
  vertical-align: middle;
}
#shop #step_2 table.tableType12 td.payment table th,
#shop #step_2 table.tableType12 td.payment table td {
  padding: 12px 20px;
  vertical-align: middle;
}
#shop #step_2 table.tableType12 td.payment select.w260 + .btnPack,
#shop #step_2 table.tableType12--cnPayShipFee .cnPayShipFeePaymentDetail select.w260 + .btnPack {
  margin-left: 5px;
}

/* 타오바오 결제 — 위안화 포인트 (260604) */
#shop #step_2 .cnPayForexPointRow {
  display: flex;
  align-items: center;
  gap: 12px;
}
#shop #step_2 .cnPayForexPointBox {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 220px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1;
  color: #333;
}
#shop #step_2 .cnPayForexPointBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  background: #ff7000;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  box-sizing: border-box;
  white-space: nowrap;
}
#shop #step_2 .cnPayForexPointBtn:hover {
  background: #e56500;
  color: #fff !important;
}
#shop #step_2 .cnPayForexPointNotice {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.35;
  color: #666;
}
#shop #step_2 .cnPayForexPointNotice p {
  margin: 0;
  padding: 0;
  line-height: 1.35;
  color: #666;
}
#shop #step_2 .cnPayForexPointNotice p + p {
  margin-top: 2px;
}
#shop #step_2 .cnPayForexPointNotice em {
  font-style: normal;
  color: #666;
}
#shop #step_2 table.tableType12 .cnPayForexPayment th,
#shop #step_2 table.tableType12--cnPayShipFee .cnPayForexPayment th,
#shop #step_2 table.tableType12 .cnPayForexPayment td,
#shop #step_2 table.tableType12--cnPayShipFee .cnPayForexPayment td {
  padding: 12px 10px 12px 20px;
  vertical-align: middle;
}
#shop #step_2 table.tableType12 .cnPayForexPayment table,
#shop #step_2 table.tableType12--cnPayShipFee .cnPayForexPayment table {
  width: 100%;
}

/* 타오바오 결제 — 부가서비스 (260604) */
#shop #step_2 div.Title.cnPayAddonTitle .titDep3,
#shop #step_2 div.Title.cnPayAddonTitle .titDep3 strong {
  font-size: 18px !important;
  line-height: 1.4;
}
#shop #step_2 table.tableType12--cnPayAddon {
  border-bottom: none;
}
#shop #step_2 table.tableType12--cnPayAddon th,
#shop #step_2 table.tableType12--cnPayAddon td {
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}
#shop #step_2 .cnPayAddonCard--packService {
  padding: 50px;
}
#shop #step_2 .cnPayAddonCardGrid[data-cn-addon-radio-group="pack_service"] .cnPayAddonCard {
  min-height: 0;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__visual {
  flex: 0 0 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__visual .cnPayAddonCard__thumb {
  width: 70px;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__visual .cnPayAddonCard__price {
  margin-top: 0;
  width: 100%;
  text-align: center;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__head .cnPayAddonCard__badge {
  margin-bottom: 0;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__head .cnPayAddonCard__title {
  margin-bottom: 0;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__list {
  margin-top: 10px;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__list li {
  padding-left: 28px;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #303030 !important;
  line-height: 1.5 !important;
}
#shop #step_2 .cnPayAddonCard--packService .cnPayAddonCard__list li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  color: transparent;
  background: url("/images/buying_agent/icon/add_check_on.svg") no-repeat center / 20px 20px;
}
#shop #step_2 table.tableType12--cnPayAddon th.cnPayAddonSectionTh {
  vertical-align: middle !important;
}
#shop #step_2 table.tableType12--cnPayAddon th {
  padding: 14px 10px 14px 20px;
}
#shop #step_2 table.tableType12--cnPayAddon td.cnPayAddonCell,
#shop #step_2 table.tableType12--cnPayAddon td.cnPayAddonPackType,
#shop #step_2 table.tableType12--cnPayAddon td.cnPayAddonInspectionType {
  padding: 16px 20px;
}
#shop #step_2 .cnPayAddonRadioItem {
  display: inline-block;
  margin-right: 24px;
}
#shop #step_2 .cnPayAddonRadioItem input {
  margin: 0 6px 0 0 !important;
  vertical-align: middle;
}
#shop #step_2 .cnPayAddonRadioItem label {
  vertical-align: middle;
  cursor: pointer;
}
#shop #step_2 .cnPayAddonProtectTh .cnPayAddonProtectSub {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #888;
}
#shop #step_2 table.tableType12--cnPayAddon th.cnPayAddonProtectTh {
  background: #fdf9f4 !important;
}
#shop #step_2 .cnPayAddonCardGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
#shop #step_2 .cnPayAddonCardGrid[data-cn-addon-radio-group="box_size"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#shop #step_2 .cnPayAddonCard {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}
#shop #step_2 .cnPayAddonCard:hover {
  border-color: #ff7000;
}
#shop #step_2 .cnPayAddonCard--selected {
  border-color: #ff7000;
  background: #fefaf9;
}
#shop #step_2 .cnPayAddonCard__check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  line-height: 0;
  font-size: 0 !important;
}
#shop #step_2 .cnPayAddonCard__check img {
  width: 28px;
  height: 28px;
}
#shop #step_2 .cnPayAddonCard__check img.cnPayAddonCard__checkOff {
  display: block !important;
}
#shop #step_2 .cnPayAddonCard__check img.cnPayAddonCard__checkOn {
  display: none !important;
}
#shop #step_2 .cnPayAddonCard--selected .cnPayAddonCard__check img.cnPayAddonCard__checkOff {
  display: none !important;
}
#shop #step_2 .cnPayAddonCard--selected .cnPayAddonCard__check img.cnPayAddonCard__checkOn {
  display: block !important;
}
#shop #step_2 .cnPayAddonCard__inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
#shop #step_2 .cnPayAddonCard__thumb {
  flex: 0 0 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shop #step_2 .cnPayAddonCard__thumb img {
  width: 70px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
#shop #step_2 .cnPayAddonCard__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#shop #step_2 .cnPayAddonCard__badge {
  display: inline-block;
  margin-bottom: 6px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
#shop #step_2 .cnPayAddonCard__badge--recommend {
  background: #2f7df6;
  border-radius: 100px;
  font-size: 12px;
}
#shop #step_2 .cnPayAddonCard__badge--premium {
  background: #333;
  font-size: 12px;
}
#shop #step_2 .cnPayAddonCard__titleRow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 4px;
}
#shop #step_2 .cnPayAddonCard__titleRow .cnPayAddonCard__badge {
  margin-bottom: 0;
}
#shop #step_2 .cnPayAddonCard__titleRow .cnPayAddonCard__title {
  display: inline;
  margin-bottom: 0;
}
#shop #step_2 .cnPayAddonCard__title {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #303030;
}
#shop #step_2 .cnPayAddonCard__titleSub {
  font-size: 13px;
  font-weight: 400;
  color: #303030;
}
#shop #step_2 .cnPayAddonCard__desc {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1.45;
  color: #666;
}
#shop #step_2 .cnPayAddonCard__desc--sub {
  margin-bottom: 0;
  font-size: 13px;
  color: #666;
}
#shop #step_2 .cnPayAddonCard__recommend {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.45;
  color: #533d28;
  background: #fcfbed;
  border-radius: 4px;
}
#shop #step_2 .cnPayAddonCard__recommendLabel {
  font-weight: 700;
}
#shop #step_2 .cnPayAddonCard__recommendSep {
  margin: 0 4px;
  font-weight: 400;
  color: #cbcbcb;
}
#shop #step_2 .cnPayAddonCard__recommendItems {
  font-weight: 400;
}
#shop #step_2 .cnPayAddonCard__price {
  display: block;
  margin-top: 6px;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3;
  color: #2e6fe5 !important;
}
#shop #step_2 .cnPayAddonCard__list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
#shop #step_2 .cnPayAddonCard__list li {
  position: relative;
  padding-left: 28px;
  font-size: 13px;
  line-height: 1.5;
  color: #303030;
}
#shop #step_2 .cnPayAddonCard__list li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("/images/buying_agent/icon/add_check_on.svg") no-repeat center / 20px 20px;
}
#shop #step_2 .cnPayAddonNote {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.35;
}
#shop #step_2 .cnPayAddonNote em {
  font-style: normal;
}
#shop #step_2 .cnPayAddonNote--warn {
  color: #ff7000;
}
#shop #step_2 .cnPayAddonProtectCard {
  position: relative;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}
#shop #step_2 .cnPayAddonProtectCard--selected {
  border-color: #e4e4e4;
  background: #fff;
}
#shop #step_2 .cnPayAddonProtectCard .cnPayAddonProtectCard__check {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  height: 18px;
}
#shop #step_2 .cnPayAddonProtectCard .cnPayAddonProtectCard__check::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonProtectCard--selected .cnPayAddonProtectCard__check::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#shop #step_2 .cnPayAddonProtectCard--selected .cnPayAddonProtectCard__check::before {
  background: #ff7000;
  border-color: #ff7000;
}
#shop #step_2 .cnPayAddonProtectCard__toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 44px 12px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonProtectCard__select {
  padding: 0 16px 14px;
}
#shop #step_2 .cnPayAddonPackSetCard {
  position: relative;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
#shop #step_2 .cnPayAddonPackSetCard--selected {
  border-color: #ff7000;
  background: #fefaf9;
}
#shop #step_2 .cnPayAddonPackSetCard .cnPayAddonCard__check {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  line-height: 0;
  font-size: 0 !important;
}
#shop #step_2 .cnPayAddonPackSetCard .cnPayAddonCard__check img {
  width: 28px;
  height: 28px;
}
#shop #step_2 .cnPayAddonPackSetCard .cnPayAddonCard__check img.cnPayAddonCard__checkOff {
  display: block !important;
}
#shop #step_2 .cnPayAddonPackSetCard .cnPayAddonCard__check img.cnPayAddonCard__checkOn {
  display: none !important;
}
#shop #step_2 .cnPayAddonPackSetCard--selected .cnPayAddonCard__check img.cnPayAddonCard__checkOff {
  display: none !important;
}
#shop #step_2 .cnPayAddonPackSetCard--selected .cnPayAddonCard__check img.cnPayAddonCard__checkOn {
  display: block !important;
}
#shop #step_2 .cnPayAddonPackSetCard__toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 44px 12px 16px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonPackSetCard__select {
  padding: 0 16px 14px;
}
#shop #step_2 .cnPayAddonSelectWrap {
  position: relative;
  width: 100%;
  min-height: 36px;
}
#shop #step_2 .cnPayAddonSelect__face {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  padding: 0 32px 0 12px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  line-height: 1.45;
  color: #303030;
  box-sizing: border-box;
  pointer-events: none;
}
#shop #step_2 .cnPayAddonSelectWrap .cnPayAddonSelect {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
#shop #step_2 .cnPayAddonSelect__price {
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #2e6fe5;
}
#shop #step_2 .cnPayAddonSelect__text {
  font-size: 14px;
  font-weight: 400;
  color: #303030;
}
#shop #step_2 .cnPayAddonSelectWrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-right: 1.5px solid #666;
  border-bottom: 1.5px solid #666;
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 1;
}
#shop #step_2 .cnPayAddonSelect {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  color: #303030;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonSummary {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 18px 20px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonSummary__inner {
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 100%;
}
#shop #step_2 .cnPayAddonSummary__label {
  flex: 0 0 auto;
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px 0 0;
  margin: 0;
  border-right: 1px solid #e4e4e4;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonSummary__label strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #222;
}
#shop #step_2 .cnPayAddonSummary__label span {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.35;
  color: #303030;
}
#shop #step_2 .cnPayAddonSummary__calc {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonSummary__item,
#shop #step_2 .cnPayAddonSummary__total {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.35;
}
#shop #step_2 .cnPayAddonSummary__item em {
  margin-top: 2px;
}
#shop #step_2 .cnPayAddonSummary__total em {
  margin-top: 2px;
}
#shop #step_2 .cnPayAddonSummary__item em {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #0066cc;
}
#shop #step_2 .cnPayAddonSummary__plus,
#shop #step_2 .cnPayAddonSummary__eq {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
#shop #step_2 .cnPayAddonSummary__total {
  margin-left: 0;
  font-size: 13px;
  font-weight: 400;
  color: #ff7000;
}
#shop #step_2 .cnPayAddonSummary__total em {
  font-size: 22px;
  font-weight: 700;
  color: #ff7000;
}

#shop #step_2 .cnPayAddonSummary__label strong,
#shop #step_2 .cnPayAddonSummary__item em,
#shop #step_2 .cnPayAddonSummary__plus,
#shop #step_2 .cnPayAddonSummary__eq {
  font-size: 18px !important;
  font-weight: 700 !important;
}
#shop #step_2 .cnPayAddonSummary__total {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #ff7000 !important;
  line-height: 1.35 !important;
}
#shop #step_2 .cnPayAddonSummary__total em {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ff7000 !important;
  line-height: 1.35 !important;
}
#shop #step_2 .cnPayAddonSummary__label span {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #303030 !important;
  line-height: 1.35 !important;
}

/* 타오바오 결제 — 검수세부옵션 / 요약 하단 안내 */
#shop #step_2 table.cnPayAddonInspectionTable {
  margin-top: 0;
  border-top: none;
}
#shop #step_2 table.cnPayAddonInspectionTable th.cnPayAddonSectionTh,
#shop #step_2 table.cnPayAddonInspectionTable td.cnPayAddonInspectionType {
  vertical-align: middle !important;
}
#shop #step_2 table.cnPayAddonInspectionTable .cnPayAddonSummaryNotice {
  padding: 10px 0 10px 10px;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.35;
  color: #ff2000;
}
#shop #step_2 table.cnPayAddonInspectionTable .cnPayAddonSummaryNotice em {
  color: #ff2000;
  font-style: normal;
}

/* tableType12 span 14px !important 보다 우선 */
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard .cnPayAddonCard__title,
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectCard__toggle .cnPayAddonCard__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #303030 !important;
  line-height: 1.35 !important;
}
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard .cnPayAddonCard__titleSub,
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectCard__toggle .cnPayAddonCard__titleSub {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #303030 !important;
}
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard .cnPayAddonCard__desc,
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard .cnPayAddonCard__desc--sub,
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectCard__toggle .cnPayAddonCard__desc {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #666 !important;
  line-height: 1.45 !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectCard__toggle .cnPayAddonCard__recommend,
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectCard__toggle .cnPayAddonCard__recommendItems {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #533d28 !important;
  line-height: 1.45 !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectCard__toggle .cnPayAddonCard__recommendLabel {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #533d28 !important;
  line-height: 1.45 !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectCard__toggle .cnPayAddonCard__recommendSep {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #cbcbcb !important;
  line-height: 1.45 !important;
}
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard .cnPayAddonCard__price,
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard--packService .cnPayAddonCard__visual .cnPayAddonCard__price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #2e6fe5 !important;
  line-height: 1.3 !important;
}
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard--packService .cnPayAddonCard__head .cnPayAddonCard__title {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #303030 !important;
}
#shop #step_2 table.tableType12--cnPayAddon button.cnPayAddonCard--packService .cnPayAddonCard__list li {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #303030 !important;
  line-height: 1.5 !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonCard__badge--recommend {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #fff !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonCard__badge--premium {
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #fff !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonSelect__face,
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonSelect__text {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #303030 !important;
  line-height: 1.45 !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonSelect__price {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #2e6fe5 !important;
  line-height: 1.45 !important;
}
#shop #step_2 table.tableType12--cnPayAddon .cnPayAddonProtectTh .cnPayAddonProtectSub {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #888 !important;
}

/* 타오바오 결제 — 입고시 서비스 */
#shop #step_2 .cnPayAddonRecvList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
}
#shop #step_2 .cnPayAddonRecvItem {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}
#shop #step_2 .cnPayAddonRecvItem__sub {
  font-size: 14px;
  color: #303030;
}
#shop #step_2 .cnPayAddonCheck {
  display: inline-flex;
  align-items: center;
  position: relative;
}
#shop #step_2 .cnPayAddonCheck__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#shop #step_2 .cnPayAddonCheck__label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}
#shop #step_2 .cnPayAddonCheck__icon {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
#shop #step_2 .cnPayAddonCheck__input:checked + .cnPayAddonCheck__label .cnPayAddonCheck__icon {
  background: #ff7000;
  border-color: #ff7000;
}
#shop #step_2 .cnPayAddonCheck__input:checked + .cnPayAddonCheck__label .cnPayAddonCheck__icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#shop #step_2 .cnPayAddonPrice {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
  color: #2e6fe5;
}
#shop #step_2 .cnPayAddonRecvItem--plug .cnPayAddonRecvItem__sub {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}
#shop #step_2 .cnPayAddonRecvItem--plug .cnPayAddonRadioItem {
  margin: 0 0 0 4px;
}
#shop #step_2 .cnPayAddonRecvItem--plug .cnPayAddonRadioItem input[type="radio"] {
  margin: 0 2px 0 4px !important;
}
#shop #step_2 .cnPayAddonRecvItem--plug .cnPayAddonRadioItem label {
  margin-left: 0;
  padding-left: 0;
}
#shop #step_2 .cnPayAddonRecvItem--plug .cnPayAddonRadioItem input[type="radio"]:disabled + label {
  cursor: default;
}
#shop #step_2 .cnPayAddonRecvDesc {
  margin-top: 12px;
  padding: 12px 14px;
  background: #f8f8f8;
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  letter-spacing: -0.05em;
}
#shop #step_2 .cnPayAddonRecvDesc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shop #step_2 .cnPayAddonRecvDesc__list li {
  position: relative;
  padding-left: 10px;
}
#shop #step_2 .cnPayAddonRecvDesc__list li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}
#shop #step_2 .cnPayAddonRecvDesc__list li + li {
  margin-top: 4px;
}
#shop #step_2 .cnPayAddonRecvDesc__group + .cnPayAddonRecvDesc__group {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ececec;
}
#shop #step_2 .cnPayAddonRecvDesc__groupTitle {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #303030;
  letter-spacing: -0.05em;
}
#shop #step_2 .cnPayAddonRecvDesc__inquiryWrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  vertical-align: middle;
}
#shop #step_2 .cnPayAddonRecvDesc__inquiryTxt {
  display: inline;
}

/* 타오바오 결제 — 기본 포장 서비스 */
#shop #step_2 .cnPayAddonPackBody {
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonPackSectionRow {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#shop #step_2 .cnPayAddonPackSection--inner,
#shop #step_2 .cnPayAddonPackSection--outer {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
#shop #step_2 .cnPayAddonPackSection--inner {
  padding-right: 20px;
  border-right: 1px solid #e4e4e4;
}
#shop #step_2 .cnPayAddonPackSection--outer {
  padding-left: 20px;
}
#shop #step_2 .cnPayAddonPackSection__head {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
#shop #step_2 .cnPayAddonPackSection__content {
  flex: 1;
  min-width: 0;
}
#shop #step_2 .cnPayAddonPackSection__intro {
  margin-bottom: 14px;
}
#shop #step_2 .cnPayAddonCheck--section {
  display: block;
  margin-bottom: 4px;
}
#shop #step_2 .cnPayAddonCheck--section .cnPayAddonPackPanel__title {
  display: inline;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #303030;
}
#shop #step_2 .cnPayAddonPackPanel__visual {
  flex: 0 0 70px;
  width: 70px;
  text-align: center;
}
#shop #step_2 .cnPayAddonPackPanel__visual img {
  display: block;
  width: 70px;
  height: auto;
  max-width: 100%;
}
#shop #step_2 .cnPayAddonPackSection__desc,
#shop #step_2 .cnPayAddonPackCommon__desc {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 0;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonPackNotice {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 14px;
  padding-top: 0;
  border-top: none;
  box-sizing: border-box;
}
#shop #step_2 .cnPayAddonPackNotice__item {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #ff2000;
  letter-spacing: -0.05em;
}
#shop #step_2 .cnPayAddonPackNotice__item + .cnPayAddonPackNotice__item {
  margin-top: 2px;
}
#shop #step_2 .cnPayAddonPackNotice__item em {
  font-style: normal;
}
#shop #step_2 .cnPayAddonPackCommon {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e4e4e4;
}
#shop #step_2 .cnPayAddonPackSection .cnPayAddonPackPanel__sub {
  display: block;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}
#shop #step_2 .cnPayAddonPackRadioList,
#shop #step_2 .cnPayAddonPackCommonList {
  margin: 0;
  padding: 0;
  list-style: none;
}
#shop #step_2 .cnPayAddonPackRadioList li + li {
  margin-top: 10px;
}
#shop #step_2 .cnPayAddonPackRadioList .cnPayAddonRadioItem {
  display: block;
  margin-right: 0;
}
#shop #step_2 .cnPayAddonPackRadioList .cnPayAddonRadioItem label {
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
}
#shop #step_2 .cnPayAddonPackSection--off .cnPayAddonPackRadio + label,
#shop #step_2 .cnPayAddonPackRadio:disabled + label {
  color: #666;
  cursor: pointer;
}
#shop #step_2 .cnPayAddonPackCommonList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 28px;
}
#shop #step_2 .cnPayAddonPackCommonList li + li {
  margin-top: 0;
}
#shop #step_2 .cnPayAddonPackSection__desc .cnPayAddonRecvDesc__warn,
#shop #step_2 .cnPayAddonPackCommon__desc .cnPayAddonRecvDesc__warn {
  margin: 4px 0 0;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #ff2000;
  letter-spacing: -0.05em;
}
