@charset "UTF-8";
#container.free-pay-info {
  padding-bottom: 0;
}

.free-pay-info .info__tabs-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #e6e6e6;
  position: sticky;
  top: var(--header-height, 5.5rem);
  z-index: 10;
  background: #fff;
  height: 5rem;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.free-pay-info .info__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.free-pay-info .info__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.2rem;
  height: 5rem;
  color: #111;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: -0.16px;
  border-bottom: 3px solid transparent;
}
.free-pay-info .info__tab--active {
  color: #111;
  border-bottom: 3px solid #dc000c;
}
.free-pay-info .info__pane--service, .free-pay-info .info__pane--benefit, .free-pay-info .info__pane--inner {
  padding: 0 2rem 6rem;
}
.free-pay-info .info__pane--product {
  background-color: #f6f6f6;
  padding-top: 4rem;
}
.free-pay-info .info__pane:first-child {
  padding-top: 4rem;
}
.free-pay-info .info__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding-bottom: 3.6rem;
}
.free-pay-info .info__title {
  color: #c00;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: -0.16px;
}
.free-pay-info .info__text {
  color: #111;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.4rem;
  letter-spacing: -0.16px;
}
.free-pay-info .info__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}
.free-pay-info .info__list-item {
  position: relative;
  display: flex;
  width: 100%;
  height: 22rem;
  padding: 3rem 2rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  border-radius: 0.6rem;
  background: #f6f6f6;
  overflow: hidden;
}
.free-pay-info .info__list-item::before {
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  content: "";
  width: 8rem;
  height: 8rem;
}
.free-pay-info .info__list-item:nth-child(1)::before {
  background: url("../assets/img/free_pay/service-icon-01.png") center/contain no-repeat;
}
.free-pay-info .info__list-item:nth-child(2)::before {
  background: url("../assets/img/free_pay/service-icon-02.png") center/contain no-repeat;
}
.free-pay-info .info__list-item:nth-child(3)::before {
  background: url("../assets/img/free_pay/service-icon-03.png") center/contain no-repeat;
}
.free-pay-info .info__list-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-self: stretch;
}
.free-pay-info .info__list-title {
  color: #111;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.16px;
}
.free-pay-info .info__list-text {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: -0.16px;
}
.free-pay-info .info__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: -0.16px;
  color: #666;
  margin-top: 1rem;
}
.free-pay-info .info__card {
  text-align: center;
}
.free-pay-info .info__card-list {
  display: inline-grid;
  row-gap: 3.6rem;
  column-gap: 2.4rem;
  grid-template-rows: repeat(2, fit-content(100%));
  grid-template-columns: repeat(3, fit-content(100%));
}
.free-pay-info .info__card-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.free-pay-info .info__card-img {
  width: 6.4rem;
  height: 10.2rem;
}
.free-pay-info .info__card-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: -0.16px;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  background: #f3f3f3;
}
.free-pay-info .info__card-period {
  display: block;
  color: #999;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.16px;
  margin-top: 0.5rem;
}
.free-pay-info .info__coupon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.free-pay-info .info__coupon-img {
  width: 100%;
  height: 12rem;
}
.free-pay-info .info__coupon-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.free-pay-info .info__coupon-desc {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: -0.14px;
  margin: 1rem 0 3.6rem 0;
}
.free-pay-info .info__coupon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  height: 5rem;
  border-radius: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #000;
}
.free-pay-info .info__coupon-btn-text {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: -0.14px;
}
.free-pay-info .info__coupon-note {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: -0.14px;
  margin-top: 3.6rem;
}
.free-pay-info .info__coupon-info {
  padding-top: 3.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.free-pay-info .info__coupon-info-item {
  display: flex;
  flex-direction: column;
  gap: 0.67rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.9rem;
  letter-spacing: -0.14px;
}
.free-pay-info .info__coupon-info-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 500;
}
.free-pay-info .info__coupon-info-title:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}
.free-pay-info .info__coupon-info-desc {
  margin-left: 1rem;
}
.free-pay-info .info__notice {
  margin: 0 auto;
  padding-top: 3.6rem;
}
.free-pay-info .info__notice + .info__group {
  margin-top: 6rem;
}
.free-pay-info .info__notice-title {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: -0.16px;
  margin-bottom: 1rem;
}
.free-pay-info .info__notice-title:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  background: url("../assets/img/free_pay/ico_notice.svg") center/contain no-repeat;
}
.free-pay-info .info__notice-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.free-pay-info .info__notice-item {
  display: flex;
  align-items: flex-start;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -0.16px;
  word-break: keep-all;
}
.free-pay-info .info__notice-item::before {
  content: "-";
  margin-right: 6px;
}
.free-pay-info .info__products {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.free-pay-info .info__product {
  position: relative;
  width: 100% !important;
  padding: 2rem !important;
  border-radius: 1.5rem;
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
}
.free-pay-info .info__product-rank {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 6px;
  background: rgba(204, 0, 0, 0.15);
  opacity: 0.8;
}
.free-pay-info .info__product-rank strong {
  color: #c00;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
}
.free-pay-info .info__product-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}
.free-pay-info .info__product-image {
  width: 9.3rem;
  height: 7.2rem;
  box-sizing: border-box;
}
.free-pay-info .info__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.free-pay-info .info__product-title {
  display: flex;
  align-items: center;
  width: calc(100% - 9.3rem - 3.5rem);
  height: 7.2rem;
}
.free-pay-info .info__product-title span {
  display: block;
  font-family: Roboto, sans-serif;
  color: #111;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
  letter-spacing: -0.16px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.free-pay-info .info__product-body {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.free-pay-info .info__product-price {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.free-pay-info .info__product .price-label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.16px;
}
.free-pay-info .info__product .price-value {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
  letter-spacing: -0.16px;
  font-weight: 700;
}
.free-pay-info .info__product .price-value__amount {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: -0.16px;
  padding: 0 0.2rem 0 0.5rem;
}
.free-pay-info .info__product .price-item {
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #111;
}
.free-pay-info .info__product .price-item--coupon {
  color: #111;
}
.free-pay-info .info__product .price-item--coupon .price-value {
  font-weight: 700;
}
.free-pay-info .info__product .card-term {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.free-pay-info .info__product .card-term-btn {
  border-radius: 4px;
  border: 1px solid #EEE;
  background: #FFF;
  padding: 11px 12px;
  color: #111;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: block;
  cursor: pointer;
}
.free-pay-info .info__product .card-term input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.free-pay-info .info__product .card-term input:checked + .card-term-btn {
  border: 1px solid #DC000C;
  color: #DC000C;
}
.free-pay-info .info__product-action {
  margin-top: 2.4rem;
}

/*2026-03-13 마이쇼핑 안심 플러스 관련 추가*/
.free-pay-my .sec-head {
  padding: 0 20px;
  margin-bottom: 40px;
}
.free-pay-my .sec-head .guide-set {
  padding: 0;
  margin-bottom: 36px;
}
.free-pay-my .sec-body .product-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  align-self: stretch;
  padding-top: 2.4rem;
}
.free-pay-my .sec-body .product-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 2rem;
  margin: 0 20px;
}
.free-pay-my .sec-body .product-card--empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.6rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.4rem;
  letter-spacing: -0.15px;
  margin-top: 3rem;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  color: #111;
}
.free-pay-my .sec-body .product-card__top {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.free-pay-my .sec-body .product-card__thumb {
  width: 5rem;
  height: 5rem;
}
.free-pay-my .sec-body .product-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.free-pay-my .sec-body .product-card__info {
  width: calc(100% - 5rem - 2rem);
  overflow: hidden;
}
.free-pay-my .sec-body .product-card__info .title {
  width: 100%;
  color: #111;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: -0.16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.free-pay-my .sec-body .product-card__info .count {
  display: block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: -0.16px;
  margin-top: 2px;
}
.free-pay-my .sec-body .product-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
  width: 100%;
}
.free-pay-my .sec-body .product-card__meta-item {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  width: 100%;
  height: 1.8rem;
}
.free-pay-my .sec-body .product-card__meta-item p {
  width: 10rem;
  color: #666;
  font-weight: 400;
}
.free-pay-my .sec-body .product-card__meta-item span {
  width: calc(100% - 10rem);
  color: #111;
}
.free-pay-my .sec-body .product-card__action {
  width: 100%;
  height: 100%;
  text-align: center;
}
.free-pay-my .sec-body .product-card__action .btn-register {
  font-size: 14px;
}
.free-pay-my .sec-body .product-card__action .register-complete {
  color: #999;
  border: 1px solid #eee;
  cursor: unset;
}

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