@charset "UTF-8";


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.font-red{
  color:#FA0A00 !important; /* 202409_마이 */
 }

.font-grey{color:#999; !important; /* 202409_마이 */
    
}



.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}

.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}


/* 20260330 탑배너 텍스트 컬러변경 */
.top-txt-banner .swiper-slide a, 
.top-txt-banner .swiper-slide p {
    color: inherit !important;
}



/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* 프로스펙스 페이지 네이션 - 박스 */
.ps-pagination--vertical > .swiper-pagination-bullets {
  width: 20px;
  top: 95px;
  bottom: auto;
  left: 50%;
  margin-left: 800px;
}

.ps-pagination--vertical .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  z-index: 2;
}

.ps-pagination--vertical .swiper-pagination-bullet .num {
  opacity: 0;
  color: #fff;
}

.ps-pagination--vertical .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background-color: #1d1d1d;
  z-index: -1;
  -webkit-transition: transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.ps-pagination--vertical .swiper-pagination-bullet:hover .num,
.ps-pagination--vertical .swiper-pagination-bullet-active .num {
  opacity: 1;
  color: #fff;
}

.ps-pagination--vertical .swiper-pagination-bullet:hover::after,
.ps-pagination--vertical .swiper-pagination-bullet-active::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s rotate(0.001deg);
  transition: -webkit-transform 0.3s rotate(0.001deg);
  transition: transform 0.3s rotate(0.001deg);
  transition: transform 0.3s rotate(0.001deg), -webkit-transform 0.3s rotate(0.001deg);
}

.ps-pagination--square > .swiper-pagination-bullets {
  width: auto;
}

.ps-pagination--square > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0;
  overflow: hidden;
  font-size: 0;
  background: #fff;
  opacity: 0.3;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-pagination--square > .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 16px;
}

.ps-pagination--square > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.ps-pagination--square > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}

.ps-pagination--square.square-black > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #eee;
  opacity: 1;
}

.ps-pagination--square.square-black > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
.ps-pagination--square.square-black > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  height: 6px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  bottom: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  bottom: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #111;
  cursor: pointer ;
  border-radius: 0;
}

.swiper-scrollbar .swiper-scrollbar-drag:before {
  position: absolute;
  width: 100%;
  height: 6px;
  content: "";
  top: -6px;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 50;
  height: 6px;
  width: 100%;
  background:rgb(235 235 235);
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
  Prospecs PC styles 공통
*/
.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* button */
.ps-btn {
  border: none;
  outline: none;
}

.ps-btn:focus {
  outline: none;
}

.ps-btn > span {
  position: relative;
}

.ps-btn.small-w240-btn {
  width: 240px !important;
}

.ps-btn.type1 {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  font-weight: 500;
  font-size: 16px;
  color: #1d1d1d;
  text-align: center;
  line-height: 52px;
  border: 1px solid #000;
}

.ps-btn.type1.etc {
  line-height: 50px;
  border: 1px solid #000;
}

.ps-btn.type1.big {
  font-weight: 500;
  font-size: 18px;
  line-height: 68px;
}

.ps-btn.type1.big.etc {
  line-height: 68px;
}

.ps-btn.type1.small {
  width: 90px;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 0;
  background: #fff;
  font-weight: 400;
}

.ps-btn.type2 {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  width: 160px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 54px;
  background: #000;
}

.ps-btn.type2.big {
  font-weight: 500;
  font-size: 18px;
  line-height: 70px;
}

.ps-btn.type2.w260 {
  width: 260px;
  height: 60px;
}

.ps-btn.type3 {
  display: inline-block;
  width: 260px;
  height: 60px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 53px;
  text-align: center;
  border: 2px solid #1d1d1d;
}

.ps-btn.type3.black {
  border: none;
  color: #fff;
  background: #000;
}

.ps-btn.type3.w100 {
  width: 100% !important;
}

.ps-btn.type3.small {
  width: 176px;
  height: 54px;
  font-size: 16px;
  line-height: 54px;
  font-weight: 400;
}

.ps-btn.type4 {
  display: inline-block;
  min-width: 125px;
  padding: 0 25px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #000;
  background: #fff;
  font-family:'Pretendard-Regular';
}
.ps-btn.type4.w125 {
  width: 125px;
  padding:0;
}
.ps-btn.type4.c-black {
  display: inline-block;
  min-width: 125px !important;
  padding: 0 25px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  background: #000;
  color: #fff;
}

.ps-btn.type4.c-black.w_100 {
  min-width: 100px !important;
}

.ps-btn.type4.small-gray {
  max-width: 80px;
  min-width: 76px;
  font-size: 12px;
  color: #6c6c6c;
  padding: 7px 13px;
  border: 1px solid #ccc;
  line-height: 16px;
  margin: 0 auto;
}

.ps-btn.type4.small-white {
  max-width: 80px;
  min-width: 76px;
  font-size: 12px;
  color: #1d1d1d;
  padding: 7px 13px;
  border: 1px solid #000;
  line-height: 16px;
  margin: 0 auto;
}
.ps-btn.type4.small-white.small {
  max-width: none;
  min-width: none;
  font-size: 14px;
}
.ps-btn.type4.small-black {
  /* max-width: 80px; */
  min-width: 76px;
  font-size: 12px;
  color: #fff;
  background: #000;
  padding: 7px 13px;
  line-height: 16px;
  margin: 0 auto;
}
.ps-btn.type4.small-black.w80 {
  width: 80px;
}
.ps-btn.type4.small-dark {
  max-width: 80px;
  min-width: 76px;
  font-size: 12px;
  border: 1px solid #222222;
  padding: 7px 13px;
  line-height: 16px;
  margin: 0 auto;
}

.ps-btn.type4.h-40-w190 {
  max-width: 190px;
  min-width: 190px;
  font-size: 16px;
  color: #1d1d1d;
  background: #fff;
  padding: 10px 13px;
  line-height: 21px;
  margin: 0 auto;
  border: 1px solid #000;
}

.ps-btn.type4.min-w-0 {
  min-width: 0;
}

.ps-btn.type4.h44 {
  height: 44px;
  line-height: 27px;
}
.ps-btn.type4.block {
  display: block;
}
.ps-btn.type5 {
  display: inline-block;
  min-width: 125px;
  padding: 0 16px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  color: #999;
  border: 1px solid #999;
}

.ps-btn.type5 > span {
  padding-right: 22px;
  background: url(/front/images/renewal/icon_down_coupon.svg) no-repeat right center;
}

.ps-btn.type6 {
  display: inline-block;
  padding: 18px 16px;
  text-align: center;
  border: 1px solid #000;
}

.ps-btn.type6 > span {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding-right: 20px;
  background: url(/front/images/renewal/icon_arrow_R.svg) no-repeat right center/12px auto;
}

.ps-btn.naver {
  display: inline-block;
  width: 290px;
  padding: 17px 0;
  text-align: center;
  background: #23c300;
}

.ps-btn.naver > span {
  display: inline-block;
  padding-left: 38px;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  background: url(/front/images/renewal/icon_naver.svg) no-repeat left center;
}

.ps-btn.now-buy {
  display: inline-block;
  width: 190px;
  padding: 11px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background: #000;
}

.ps-btn.now-buy + .two-btn {
  display: block;
  font-size: 0;
  margin-top: 8px;
}

.ps-btn.now-buy + .two-btn > * + * {
  margin-left: 8px;
}

.ps-btn.heart-btn {
  display: inline-block;
  font-weight: 400;
  width: 91px;
  color: #1d1d1d;
  padding: 2px 0;
  background: url(/front/images/renewal/icon_wishlist.svg) no-repeat center center;
  background-size: 36px;
  height: 40px;
  vertical-align: top;
  border: 1px solid #ccc;
}

.ps-btn.heart-btn.on {
  background: url(/front/images/renewal/icon_wishlist_on.svg) no-repeat center center;
  background-size: 36px;
}
.ps-btn.delete-btn {
  display: inline-block;
  width: 91px;
  color: #6c6c6c;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
  padding: 9px 0;
  border: 1px solid #ccc;
  font-weight: 400;
}

.ps-btn.tb-small-btn {
  display: inline-block;
  width: 93px;
  color: #6C6C6C;
  background: #fff;
  vertical-align: top;
  font-size: 14px;
  padding: 8px 0 7px 0;
  border: 1px solid #ccc;
  font-weight: 400;
}

.ps-btn.tooltip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/front/images/renewal/icon_tooltip.png) no-repeat center center;
  margin-top: 2px;
}

.ps-btn.word.tooltip {
  width: auto;
  padding-right: 24px;
  font-size: 16px;
  line-height: 20px;
  background: url(/front/images/renewal/icon_tooltip.png) no-repeat right center;
}

.ps-btn.dropdown {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -999px;
  background: url(/front/images/renewal/icon_arrow_D.svg) no-repeat center center;
}

.ps-btn.icon {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-indent: -9999px;
}

.ps-btn.icon > span {
  text-indent: -9999px;
}

.ps-btn.share {
  display: inline-block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: -999px;
  background: url(/front/images/renewal/icon_share.svg) no-repeat center center;
}

.ps-btn.kakao {
  width: 24px;
  height: 22px;
  background: url(/front/images/renewal/icon_kakao.svg) no-repeat center center/100% 100%;
}

.ps-btn.kakaostory {
  width: 11px;
  height: 20px;
  background: url(/front/images/renewal/icon_kakaostory.svg) no-repeat center center/100% 100%;
}

.ps-btn.facebook {
  width: 11px;
  height: 22px;
  background: url(/front/images/renewal/icon_facebook_share.svg) no-repeat center center/100% 100%;
}

.ps-btn.twitter {
  width: 24px;
  height: 20px;
  background: url(/front/images/renewal/icon_twitter.svg) no-repeat center center/100% 100%;
}

.ps-btn.blog {
  width: 28px;
  height: 13px;
  background: url(/front/images/renewal/icon_blog.svg) no-repeat center center/100% 100%;
}

.ps-btn.wishlist {
  width: 44px;
  height: 44px;
  background: url(/front/images/renewal/icon_wishlist.svg) no-repeat center center/100% 100%;
}

.ps-btn.wishlist.on {
  background: url(/front/images/renewal/icon_wishlist_on.svg) no-repeat center center/100% 100%;
}

.ps-btn.close {
  width: 18px;
  height: 18px;
  background: url(/front/images/renewal/icon_close_small_gr.svg) no-repeat center center/100% 100%;
}

.ps-btn.minus {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background: transparent;
}

.ps-btn.minus::before {
  content: '';
  position: absolute;
  top: 17px;
  left: 12px;
  width: 10px;
  border-bottom: 2px solid #999;
}

.ps-btn.plus {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  background: transparent;
}

.ps-btn.plus::before {
  content: '';
  position: absolute;
  top: 16px;
  left: 13px;
  width: 10px;
  border-bottom: 2px solid #999;
}

.ps-btn.plus::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 17px;
  height: 10px;
  border-left: 2px solid #999;
}


.ps-btn.search {
  width: 24px;
  height: 24px;
  background: url(/front/images/renewal/icon_search.svg) no-repeat center center/100% 100%;
}

.ps-btn.search:disabled {
  background: url(/front/images/renewal/icon_search_gray.svg) no-repeat center center/100% 100%;
}

.head-btn {
  display: block;
  font-size: 0;
  margin: 40px 0 20px 0;
}

.small-w240-btn + .small-w240-btn {
  margin-left: 10px;
}

.min-w-140 {
  width: 140px !important;
}

.btn-option--list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.btn-option--list > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}

.btn-option--list > li:first-child {
  margin-left: 0;
}

.btn-option--list02 {
  display: inline-block;
  vertical-align: top;
  margin-left: 290px;
}

.btn-option--list02 > .ps-counter {
  /* top: 17px; */
}

.btn-option--list02 > .ps-btn.type4 {
  position: relative;
  /* top: 17px; */
  margin-left: 10px;
}

.btn-option--list02 > .ps-btn.icon.close {
  position: relative;
  /* top: 17px; */
  margin-left: 30px;
}

.btn-option--list03 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.btn-option--list03 > li {
  display: inline-block;
  vertical-align: top;
}

.btn-option--list03 > li + li {
  margin-left: -1px;
}

.btn-option input[type="radio"] {
  display: none;
}

.btn-option input[type="radio"] + span {
  width: 44px;
  font-size: 16px;
  border: 1px solid #ccc; /* 202409_마이 */
  color: #999;
  padding: 5px 0;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  background: #fff;
  cursor: pointer;
}

.btn-option input[type="radio"]:checked + span {
  position: relative;
  z-index: 1;
  color: #1d1d1d;
  border: 1px solid #000;
  font-family:'Pretendard' !important; /* 202409_마이 */
}

.btn-option.big input[type="radio"] + span {
  width: 102px;
  font-size: 16px;
  line-height: 24px;
  padding: 9px 0;
  font-family:'Pretendard-Regular'; /* 202409_마이 */
}

.btn-area-left {
  margin: 20px 0;
  font-size: 0;
  display: block;
}

.btn-area-left + .ps-table {
  margin-top: 80px;
}

.btn-area-left > .ps-btn + .ps-btn {
  margin-left: 10px;
}

.btn-area-right {
  margin: 20px 0;
  font-size: 0;
  display: block;
  text-align: right;
}

.btn-area-right + .ps-table {
  margin-top: 80px;
}

.btn-area-right > .ps-btn + .ps-btn {
  margin-left: 10px;
}

.btn-underline {
  color: #1d1d1d;
  font-size: 16px;
  text-decoration: underline;
  display: block;
}

.pro-info + .btn-underline {
  margin-top: 20px;
}

.ps-btn-wrap {
  font-size: 0;
  text-align: center;
}

.ps-btn-wrap .ps-btn + .ps-btn {
  margin-left: 20px;
}

.ps-btn-wrap.list-more {
  margin-top: 80px;
}

.modal-container .ps-btn-wrap .ps-btn + .ps-btn {
  margin-left: 8px;
}

.ps-text-link {
  display: inline-block;
  padding-right: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #222 !important;
  background: url(/front/images/renewal/icon_text-link.svg) no-repeat right center;
}

/* select */
.selectric-wrapper {
  position: relative;
  display: inline-block;
  width: 360px;
  cursor: pointer;
}
.selectric-wrapper > span {
  display: none;
}
.selectric-wrapper .selectric-hide-select {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
}

.selectric-wrapper .selectric-hide-select > select {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.selectric-wrapper .selectric > .label {
  display: block;
  padding: 8px 54px 8px 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #1d1d1d;
  border: 1px solid #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.selectric-wrapper .selectric > .label.h60 {
  padding: 16px 54px 16px 10px;
}

.selectric-wrapper .selectric > .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 100%;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
  background: url("/front/images/renewal/icon_down_gray.svg") no-repeat center center/14px auto;
}

.selectric-wrapper .selectric-items {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100% !important;
  background: #fff;
  border: 1px solid #000;
  z-index: 10;
}

.selectric-wrapper .selectric-items > .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-wrapper .selectric-items > .selectric-scroll > ul {
  padding: 8px 0;
}

.selectric-wrapper .selectric-items > .selectric-scroll > ul > li {
  padding: 11px 18px;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.selectric-wrapper .selectric-items > .selectric-scroll > ul > li.disabled {
  opacity: 0.5;
}

.selectric-wrapper.selectric-t-type {
  width: auto;
  max-width: 100%;
}

.selectric-wrapper.selectric-t-type .selectric-items {
  width: auto !important;
  left: calc(100% - 30px);
  border: 1px solid #000;
}

.selectric-wrapper.selectric-t-type .selectric-items > .selectric-scroll > ul > li {
  white-space: nowrap;
}

.selectric-wrapper.selectric-t-type .selectric > .label {
  padding: 0 45px 0 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  border: none;
  color: #1d1d1d;
}

.selectric-wrapper.selectric-t-type .selectric > .button {
  top: 15px;
  width: 30px;
  height: 30px;
  border: 2px solid #1d1d1d;
  border-radius: 50%;
  background: url(/front/images/renewal/icon_arrow_D.svg) no-repeat center center;
}

.selectric-wrapper.selectric-open .selectric-items {
  display: block;
}

.selectric-wrapper.selectric-open .selectric > .button {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.selectric-wrapper.selectric-above .selectric-items {
  top: auto;
  bottom: calc(100% - 1px);
}

.selectric-wrapper.selectric-h-small {
  width: auto;
  width: 125px;
}
.selectric-wrapper.selectric-mr-10 {
  margin-right: 10px;
} 
.selectric-wrapper.selectric-h-small .selectric > .label {
  padding: 8px 48px 8px 10px;
  font-size: 16px;
  color: #1d1d1d;
}

.selectric-wrapper.selectric-h-small .selectric > .button {
  width: 48px;
}

.selectric-wrapper.selectric-h-small .selectric-items > .selectric-scroll > ul > li {
  padding: 7px 16px;
}

.selectric-wrapper.selectric-login-h-small {
  width: auto;
  min-width: 172px;
}

.selectric-wrapper.selectric-w125 {
  width: auto;
  min-width: 125px;
}

.selectric-wrapper.selectric-login-h-small .selectric > .label {
  padding: 8px 48px 8px 10px;
  font-size: 16px;
  color: #1d1d1d;
}

.selectric-wrapper.selectric-login-h-small .selectric > .button {
  width: 48px;
}

.selectric-wrapper.selectric-login-h-small .selectric-items > .selectric-scroll > ul > li {
  padding: 7px 16px;
}

.selectric-wrapper.selectric-h60 .selectric > .label {
  /* width: 500px; */
  padding: 16px 48px 16px 16px;
  text-align: left;
}
.selectric-wrapper.selectric-h60 {
  height: 60px;
}
.selectric-wrapper.selectric-w_76 {
  width: auto;
  min-width: 76px;
}

.selectric-wrapper.selectric-w_100 {
  width: auto;
  min-width: 100px;
}

.selectric-wrapper.selectric-w_180 {
  width: auto;
  width: 180px;
}

.selectric-wrapper.selectric-w_260 {
  width: auto;
  min-width: 260px; height: 44px;
}

.selectric-wrapper.selectric-w_280 {
  width: auto;
  min-width: 260px;
}

.selectric-wrapper.selectric-w_370 {
  width: auto;
  min-width: 370px;
}

.selectric-wrapper.selectric-w_500 {
  width: auto;
  width: 500px;
}

.selectric-wrapper.selectric-h-36 {
  width: auto;
  min-width: 125px;
}

.selectric-wrapper.selectric-h-36 .selectric > .label {
  padding: 4px 48px 4px 16px;
  font-size: 16px;
  color: #1d1d1d;
}

.selectric-wrapper.selectric-h-36 .selectric > .button {
  width: 48px;
}

.selectric-wrapper.selectric-h-36 .selectric-items > .selectric-scroll > ul > li {
  padding: 4px 16px;
}

.selectric-wrapper.selectric-mini {
  width: auto;
  min-width: 0;
}

.selectric-wrapper.selectric-mini .selectric > .label {
  border: none;
  padding: 0 28px 0 0;
  color: #1d1d1d;
}

.selectric-wrapper.selectric-mini .selectric > .button {
  top: 1px;
  width: 24px;
  height: 24px;
  background: url("/front/images/renewal/icon_down.svg") no-repeat center center/20px auto;
}

.selectric-wrapper.selectric-mini .selectric-items {
  top: 36px;
  min-width: 120px;
  width: auto !important;
}

.selectric-wrapper.selectric-mini.selectric-right .selectric-items {
  left: auto;
  right: 0;
}

.selectric-wrapper.selectric-mini.selectric-near .selectric-items {
  top: calc(100% + 5px);
}

.selectric-wrapper.selectric-mini.selectric-ag-type .selectric-items {
  top: calc(100% + 20px);
}

.selectric-wrapper.selectric-disabled {
  opacity: 0.5;
}

.selectric-wrapper.selectric-w-full {
  width: 100%;
  min-width: 0;
}

.selectric-wrapper .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-wrapper.selectric-text-left ul li {
  text-align: left;
}

.selectric-wrapper .selectric-items > .selectric-scroll > ul > li.selected,
.selectric-wrapper .selectric-items > .selectric-scroll > ul > li:hover {
  background: #f5f5f5;
}

.selectric-wrapper.selectric-t-type .selectric-items > .selectric-scroll > ul > li.selected,
.selectric-wrapper.selectric-t-type .selectric-items > .selectric-scroll > ul > li:hover {
  color: #1d1d1d;
  background: none;
}

.selectric-wrapper.selectric-black .selectric-items > .selectric-scroll > ul > li {
  color: #999;
}

.selectric-wrapper.selectric-black .selectric-items > .selectric-scroll > ul > li.selected,
.selectric-wrapper.selectric-black .selectric-items > .selectric-scroll > ul > li:hover {
  color: #1d1d1d;
  background: none;
}

.selectric-ml-10 {
  margin-left: 10px;
}

/* select */
/* title */
.ps-subtitle {
  font-size: 40px;
  margin-bottom: 47px;
}
.ps-subtitle.line {
  padding-bottom: 60px;
  border-bottom: 4px solid #222222;
}
.ps-subtitle > small {
  font-size: 18px;
  color: #1d1d1d;
  display: block;
  margin-top: 18px;
  font-weight: 400;
}

.ps-title-type1 {
  font-size: 30px;
  line-height: 37px;
  font-family: 'Pretendard-Semibold';/* 250401 */
}

.ps-title-type2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.3;
}

.ps-title-type3 {
  font-size: 18px;
  line-height: 22px;
}

.ps-title-type4 {
  font-size: 24px;
  line-height: 27px;
  font-family:'Pretendard-Semibold'; /* 202409_마이 */
}

.ps-title-type4 + .ps-tab--wrap {
  margin-top: 28px;
}

.ps-title-type4 + .ps-table {
  margin-top: 40px;
}

/* title */
/* tab */
.ps-tab--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.ps-tab--wrap.default{
  width:inherit;
  margin:0 0 -2px !important;
}
/* 202409_마이 */
.ps-tab--wrap.default .ps-tab--item{
  font-family:'Pretendard-Semibold';
  font-size:18px !important;
  color:#999;
  height:27px !important;
}
.ps-tab--wrap.default .ps-tab--item + .ps-tab--item{margin-left:47px !important}
.ps-tab--wrap.default .ps-tab--item.active{
  font-family:'Pretendard';
  color:#1d1d1d;
}
.ps-tab--wrap.default .ps-tab--item::after{height:2px !important}
.ps-tab--wrap.type1 {
  margin-bottom: 57px;
}

.ps-tab--wrap.type1 .ps-tab--item {
  position: relative;
  display: block;
  height: 51px;
  font-size: 26px;
  color: #999999 !important;
}

.ps-tab--wrap.type1 .ps-tab--item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 8px;
  background-color: #1d1d1d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-tab--wrap.type1 .ps-tab--item + .ps-tab--item {
  margin-left: 32px;
}

.ps-tab--wrap.small > .ps-tab--item {
  font-size: 18px !important;
  height: 33px !important;
}

.ps-tab--wrap.small > .ps-tab--item::after {
  content: '';
  height: 4px !important;
}

.ps-tab--wrap.type2 {
  margin-bottom: 60px;
  border-bottom: 2px solid #1d1d1d;
}

.ps-tab--wrap.type2.etc {
  margin-bottom: 0;
  border-bottom: none;
}

.ps-tab--wrap.type2.etc .ps-tab--item::before {
  border-bottom: 1px solid #999;
}

.ps-tab--wrap.type2.etc .ps-tab--item::after {
  border-bottom: 2px solid #1d1d1d;
}

.ps-tab--wrap.type2 .ps-tab--item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 19px 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-bottom: none;
  overflow: hidden;
  word-break: break-all;
}

.ps-tab--wrap.type2 .ps-tab--item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-bottom: none;
}

.ps-tab--wrap.type2 .ps-tab--item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #1d1d1d;
  border-bottom: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-tab--wrap.type2 .ps-tab--item + .ps-tab--item {
  margin-left: -1px;
}

.ps-tab--wrap.type3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.ps-tab--wrap.type3 .ps-tab--item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33.3%;
  max-width: 454px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #6c6c6c;
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-tab--wrap.type3 .ps-tab--item:first-child {
  border-left: 1px solid #ccc;
}

.ps-tab--wrap.type3 .ps-tab--item:nth-child(-n + 3) {
  border-top: 1px solid #ccc;
}

.ps-tab--wrap.type3 .ps-tab--item:nth-child(3n + 4) {
  border-left: 1px solid #ccc;
}

.ps-tab--wrap.type3 .ps-tab--item:nth-child(3n) {
  width: 33.4%;
  max-width: none;
}

.ps-tab--wrap.type5 {
  display: block;
  font-size: 0;
  margin: 35px 0;
  text-align: center;
}

.ps-tab--wrap.type5 > .ps-tab--item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  color: #999;
}

.ps-tab--wrap.type5 > .ps-tab--item:first-child {
  margin-left: 0;
}

.ps-tab--wrap.type5 > .ps-tab--item.active {
  color: #1d1d1d;
}

.ps-tab--wrap.type5 > .ps-tab--item.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 2px solid #1d1d1d;
}

.ps-tab--item {
  display: block;
}

.ps-tab--wrap.type1 .ps-tab--item:hover, .ps-tab--wrap.type1 .ps-tab--item.active {
  color: #222 !important; /* 202409_마이 */
}

.ps-tab--wrap.type1 .ps-tab--item:hover::after, .ps-tab--wrap.type1 .ps-tab--item.active::after {
  width: 100%;
}

.ps-tab--wrap.type2 .ps-tab--item:hover,
.ps-tab--wrap.type2 .ps-tab--item.active,
.ps-tab--wrap.type2 a[aria-selected="true"] {
  z-index: 1;
  font-weight: 700;
}

.ps-tab--wrap.type2 .ps-tab--item:hover::after,
.ps-tab--wrap.type2 .ps-tab--item.active::after,
.ps-tab--wrap.type2 a[aria-selected="true"]::after {
  opacity: 1;
}

.ps-tab--wrap.type3 .ps-tab--item:nth-child(-n + 3):hover::before, .ps-tab--wrap.type3 .ps-tab--item:nth-child(-n + 3):active::before {
  content: none;
}

.ps-tab--wrap.type3 .ps-tab--item:hover, .ps-tab--wrap.type3 .ps-tab--item.active {
  z-index: 1;
  font-weight: 700;
  color: #fff;
  background: #000;
  border-color: #000;
}

.ps-tab--wrap.type3 .ps-tab--item:hover::before, .ps-tab--wrap.type3 .ps-tab--item.active::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
}

/* tab */
/* badge */
.ps-badge > .badge {
  display: inline-block;
  vertical-align: top;
  min-width: 62px;
  padding: 0 10px;
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
}

.ps-badge > .badge.type1 {
  background: #ff0052;
}

.ps-badge > .badge.type2 {
  padding: 0 10px;
  background: #000;
}

.ps-badge > .badge.type3 {
  min-width: 0;
  padding: 3px 4px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1d1d1d;
  border: 2px solid #1d1d1d;
}

/* badge */
/* 공유하기 */
.ps-share {
  position: relative;
  z-index: 1;
}

.ps-share .ps-btn.kakao {
  margin-right: 24px;
}

.ps-share .ps-btn.kakaostory {
  margin-right: 26px;
}

.ps-share .ps-btn.facebook {
  margin-right: 21px;
}

.ps-share .ps-btn.twitter {
  margin-right: 22px;
}

.ps-share .ps-btn.blog {
  margin-right: 19px;
}

.ps-share .ps-btn.share:focus + .ps-share-box {
  opacity: 1;
  visibility: visible;
}

.ps-share .ps-btn-clipboard {
  font-size: 14px;
}

.ps-share-box {
  position: absolute;
  top: 52px;
  right: 0;
  font-size: 0;
  height: 50px;
  padding: 0 24px;
  border: 1px solid #000;
  overflow: hidden;
  white-space: nowrap;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.ps-share-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  height: 48px;
}

/* 공유하기 */
/* 토스트 팝업 */
.ps-toast-msg {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 0;
  padding: 20px 40px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s, bottom 0.5s;
  transition: opacity 0.5s, visibility 0.5s, bottom 0.5s;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.6);
}

.ps-toast-msg.on {
  bottom: 80px;
  opacity: 1;
  visibility: visible;
}

/* 토스트 팝업 */
/* table */
.ps-table.type1 {
  border: 1px solid #ccc;
}

.ps-table.type1 table > thead > tr > th {
  height: 40px;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ccc;
  border-bottom: none;
  background: #f5f5f5;
}

.ps-table.type1 table > thead > tr > th:first-child {
  border-left: none;
}

.ps-table.type1 table > thead > tr > th:last-child {
  border-right: none;
}

.ps-table.type1 table > thead > tr:first-child > th {
  border-top: none;
}

.ps-table.type1 table > tbody > tr > th {
  font-weight: 500;
  font-size: 14px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f5f5f5;
}

.ps-table.type1 table > tbody > tr > td {
  height: 70px;
  padding: 10px 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-bottom: none;
}

.ps-table.type1 table > tbody > tr > td:first-child {
  border-left: none;
}

.ps-table.type1 table > tbody > tr > td:last-child {
  border-right: none;
}

.ps-table.type1 table > tbody > tr:first-child > td {
  border-top: none;
}

.ps-table.type2 {
  /* border-top: 1px solid #1d1d1d; 202409_마이 */
}
.ps-table.type2.br-gray {
  border-top: 1px solid #EEEEEE;
}
.ps-table.type2 > table > thead > tr {
  border-bottom: 1px solid #eee;
}
.ps-table.type2.bt-none{
  border-top: none;
}
.ps-table.type2 > table > thead > tr th {
  height: 53px; /* 202409_마이 */
  padding: 10px;
  font-family:'Pretendard';
  font-weight:normal;
  font-size: 16px;
}
.ps-table.type2 > table > tbody > tr {
  border-bottom: 1px solid #eee;
}
.ps-table.type2 > table > tbody > tr.bk {
  border-bottom-color: #1d1d1d;
}
.ps-table.type2 > table > tbody > tr.gray {
  border-bottom-color: #999;
}
.ps-table.type2 > table > tbody > tr > th {
  padding: 24px 0;
  height: 60px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.ps-table.type2.bk > table > tbody > tr:last-child {
  border-bottom: 1px solid #1d1d1d;
}
.ps-table.type2 > table > tbody > tr > th.top {
  vertical-align: top;
}

.ps-table.type2 > table > tbody > tr > th.top::before {
  content: '';
  display: block;
  height: 11px;
}

.ps-table.type2 > table > tbody > tr > th.top.vt::before {
  content: none;
}

.ps-table.type2 > table > tbody > tr > th.big {
  font-size: 18px;
}

.ps-table.type2 > table > tbody > tr > th.essential:after,
.ps-table.type3 table > tbody > tr > td.essential:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 4px;
  margin-left: 4px;
  border-bottom: 4px solid #ff0052;
}

.ps-table.type2 > table > tbody > tr.noB-line {
  border-bottom: none !important;
}

.ps-table.type2 > table > tbody > tr > td {
  padding: 24px 0;
  height: 0px;/* 202409_마이 */
  font-size: 16px;
}
/* 202409_마이 */
.ps-table.type2 > table > tbody > tr > td:first-child,
.ps-table.type2 > table > tbody > tr > td:nth-child(2),
.ps-table.type2 > table > tbody > tr > td:last-child{font-family:'Pretendard-Regular'}
.ps-table.type2 > table > tbody > tr > td:nth-child(3){font-family:'Pretendard';}
.ps-table.type2 > table > tbody > tr > td:nth-child(4){font-family:'Pretendard-Semibold'}
.ps-table.type2 > table > tbody > tr > td:nth-child(3) p{margin-top:7px;}
.ps-table.type2 > table > tbody > tr > td:nth-child(3) p:not(.pointGoodsNm){text-decoration:underline;}
.ps-table.type2 > table > tbody > tr > td:nth-child(3) p.pointGoodsNm{color:#999;}
.ps-table.type2 > table > tbody > tr > td.none {
  padding: 100px 0;
}
.ps-table.type2 > table > tbody > tr > td .ps-input {
  display: inline-block;
  width: 180px;
}

.ps-table.type2 > table > tbody > tr > td .ps-input.min-w-full {
  min-width: 74%;
}

.ps-table.type2 > table > tbody > tr > td .ps-textarea {
  max-width: 566px;
}

.ps-table.type2.h140 > table > tbody > tr > td {
  height: 140px;
}

.ps-table.type2.last-none > table > tbody > tr:last-child {
  border-bottom: none;
}

.ps-table.type2.last-none > table > tbody > tr:last-child > th {
  padding-bottom: 0;
}

.ps-table.type2.last-none > table > tbody > tr:last-child > td {
  padding-bottom: 0;
}

.ps-table.type2.line > table > tbody > tr > th {
  border-right: 1px solid #ccc;
  padding-left: 52px;
}

.ps-table.type2.line > table > tbody > tr > th > .down-noti {
  display: block;
  color: #6c6c6c;
  margin-top: 9px;
}

.ps-table.type2.line > table > tbody > tr > th > .ps-list.type1 {
  text-align: left;
  display: block;
  margin: 0 auto;
  color: #6c6c6c;
  text-align: left;
  display: block;
  margin-top: 19px;
  color: #6c6c6c;
}

.ps-table.type2.line > table > tbody > tr > th > .ps-list.type1 > li {
  font-weight: 400;
  padding-left: 13px;
  text-indent: -13px;
}

.ps-table.type2.line > table > tbody > tr > th > .ps-list.type1 > li:before {
  content: '';
  position: relative;
  top: -4px;
  height: 4px;
  width: 4px;
  margin-right: 10px;
  border-bottom: none;
  background: #6c6c6c;
  display: inline-block;
}

.ps-table.type2.line > table > tbody > tr > td {
  border-right: 1px solid #ccc;
  padding-left: 60px;
  color: #6c6c6c;
}

.ps-table.type2.line > table > tbody > tr > td > img {
  display: block;
  margin: 0 auto;
}

.ps-table.type2.line > table > tbody > tr > td > .ps-list.type1 {
  text-align: left;
  display: block;
  margin: 0 auto;
  color: #6c6c6c;
}

.ps-table.type2.line > table > tbody > tr > td > .ps-list.type1 > li {
  font-weight: 400;
}

.ps-table.type2.line > table > tbody > tr > td > .ps-list.type1 > li:before {
  content: '';
  position: relative;
  top: -4px;
  height: 4px;
  width: 4px;
  margin-right: 10px;
  border-bottom: none;
  background: #6c6c6c;
  display: inline-block;
}

.ps-table.type2.line > table > tbody > tr > td:last-child {
  border-right: none;
}

.ps-table.order > table > tbody > tr > td .pro-img {
  position: relative;
  display: inline-block;
}
.ps-table.order > table > tbody > tr > td .soldout {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0; bottom: 0;
  left: 0; right: 0;
  background: rgba(255,255,255,0.5);
  font-size: 18px;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  
}
.ps-table.order > table > tbody > tr > td img {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  cursor: pointer;
}

.ps-table.order > table > tbody > tr > td  img.w120 {
  width: 120px;
}

.ps-table.type3 table > thead > tr > th {
  height: 50px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  background: #f5f5f5;
}

.ps-table.type3 table > tbody > tr {
  border-top: 1px solid #eee;
}
.ps-table.type3 table > tbody > tr > th {
  font-size: 16px;
}
.ps-table.type3 table > tbody > tr > th.top {
  vertical-align: top;
}

.ps-table.type3 table > tbody > tr > th.top::before {
  content: '';
  display: block;
  height: 20px;
}

.ps-table.type3 table > tbody > tr > td {
  height: 58px;
  padding: 10px 20px;
  font-size: 16px;
}

.ps-table.type3 table > tbody > tr:first-child {
  border-top: none;
}

.ps-table.type3.line {
  border-top: 4px solid #1d1d1d;
  border-bottom: 1px solid #eee;
}

.ps-table.type3.big table > thead > tr > th {
  height: 80px;
  font-weight: 700;
  font-size: 20px;
}

.ps-table.type3.big table > tbody > tr > td {
  height: 72px;
  font-size: 20px;
}

.ps-table.type4 table > tbody > tr > th {
  height: 36px;
  padding: 10px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.ps-table.type4 table > tbody > tr > td {
  height: 36px;
  padding: 10px 0;
  font-size: 16px;
  color: #999;
}

.ps-table.type1 table > tbody > tr:first-child > th + td,
.ps-table.type1 table > tbody > tr:first-child > th + td ~ td {
  border-top: 1px solid #ccc;
}

.ps-input.min-w-280 {
  min-width: 280px;
}

.reset-td {
  padding-left: 0 !important;
  text-align: center !important;
}

/* table */
/* checkbox */
.ps-chkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ps-chkbox.top10 {
  top: 10px;
}
.ps-chkbox.none-text {
  /* top: -10px; */
}

.ps-chkbox > label {
  position: relative;
  display: block;
  cursor: pointer;
}

.ps-chkbox > label > input[type="checkbox"] + .text {
  /* position: relative; */
  display: inline-block;
  padding-left: 30px;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 20px;
}

.ps-chkbox > label > input[type="checkbox"] + .text::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.ps-chkbox > label > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ps-chkbox > label > input[type="checkbox"]:not(.etc-color):checked + .text::before {
  background-color: #1d1d1d;
  background-image: url(/front/images/renewal/icon_chkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
  border: none;
}

.ps-chkbox > label > input[type="checkbox"].etc-color + .text::before {
  border: none;
}

.ps-chkbox > label > input.orange + .text::before {
  background-color: #FF7510;
}

.ps-chkbox > label > input.beige + .text::before {
  background-color: #F5F5DC;
}

.ps-chkbox > label > input.pink + .text::before {
  background-color: #FF69B4;
}

.ps-chkbox > label > input.red + .text::before {
  background-color: #FF0000;
}

.ps-chkbox > label > input.brown + .text::before {
  background-color: #A52A2A;
}

.ps-chkbox > label > input.grey + .text::before {
  background-color: #919499;
}

.ps-chkbox > label > input.purple + .text::before {
  background-color: #800080;
}

.ps-chkbox > label > input.green + .text::before {
  background-color: #008000;
}

.ps-chkbox > label > input.blue + .text::before {
  background-color: #0000FF;
}

.ps-chkbox > label > input.navy + .text::before {
  background-color: #000080;
}

.ps-chkbox > label > input.yellow + .text::before {
  background-color: #FFD700;
}

.ps-chkbox > label > input.black + .text::before {
  background-color: #000000;
}

.ps-chkbox > label > input.white + .text::before {
  background-color: #fff;
}

.ps-chkbox > label > input.gold + .text::before{
  background-color: #FFD700;
}
.ps-chkbox > label > input.no + .text::before {
  background-color: transparent;
}

.ps-chkbox > label > input[type="checkbox"].white + .text::before,
.ps-chkbox > label > input[type="checkbox"].no + .text::before {
  border: 1px solid #ccc;
}
.ps-chkbox > label > input[type="checkbox"].etc-color:checked + .text::before {
  background-image: url(/front/images/renewal/icon_chkbox.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
}
.ps-chkbox > label > input[type="checkbox"].no:checked + .text::before,
.ps-chkbox > label > input[type="checkbox"].white:checked + .text::before,
.ps-chkbox > label > input[type="checkbox"].beige:checked + .text::before  {
  background-image: url(/front/images/renewal/icon_chkbox_bk.svg);
}

.ps-chkbox > label > input[type="radio"] + .text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding-left: 28px;
  color: #1d1d1d;
  line-height: 20px;
}

.ps-chkbox > label > input[type="radio"] + .text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.ps-chkbox > label > input[type="radio"]:checked + .text::before {
  border: 6px solid #1d1d1d;
}

.ps-chkbox + .ps-chkbox {
  margin-left: 30px;
}

.ps-chkbox.etc + .ps-chkbox.etc {
  margin-left: 0;
}

.ps-chkbox.big > label > input[type="checkbox"] + .text {
  padding-left: 32px;
  font-size: 16px;
  line-height: 20px;
}

.ps-chkbox.big > label > input[type="checkbox"] + .text::before {
  width: 20px;
  height: 20px;
}

.ps-chkbox.big > label > input[type="checkbox"]:not(.etc-color):checked + .text::before {
  background-image: url(/front/images/renewal/icon_chkbox_big.svg);
  background-size: 11px auto;
}

/* checkbox */
/* input */
.ps-input {
  position: relative;
  overflow: hidden;
}

.ps-input > .inp {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ps-input > .inp:disabled {
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  color: #999;
}
.ps-input.big > .inp {
  height: 60px;
  padding: 0 30px;
  font-size: 20px;
}

.ps-input.sh-input > .inp {
  padding-right: 60px;
}

.ps-input.sh-input > .ps-btn.search {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ps-input.calendar {
  width: 294px !important;
}

.ps-input .datepicker {
  cursor: pointer;
  padding-right: 45px;
  background: url(/front/images/renewal/icon_calendar.svg) no-repeat right 16px center;
}

.ps-input.out {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ps-input.out .datepicker {
  width: 260px;
  background: #fff;
}

.ps-input.out i {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background: url(/front/images/renewal/icon_calendar.svg) no-repeat center;
}

.ps-input.ps-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto !important;
}

.ps-input.ps-file span {
  display: block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  cursor: pointer;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-input.ps-file input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ps-input.ps-file label {
  margin-left: 10px;
  cursor: pointer;
}

.ps-input.w125 {
  width: 125px !important;
}

.ps-input > .inp.on, .ps-input > .inp:focus {
  outline: none;
  border-bottom: 1px solid #ccc;
}

.ps-input > .inp.error, .ps-input > .inp.error:focus {
  border-bottom: 1px solid #ccc;
}

/* input */
/* textarea */
.ps-textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 14px 16px 14px 10px;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #ccc;
  resize: none;
  outline: none;
}

.ps-textarea:focus {
  outline: none;
}

.ps-i-cont > dt {
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 4px solid #1d1d1d;
}

.ps-i-cont > dd {
  padding-top: 30px;
  text-align: left;
}

.ps-i-cont > dd + dd {
  padding-top: 10px;
}

.ps-i-cont.white > dt {
  color: #fff;
  border-bottom: 4px solid #fff;
}

/* list */
.ps-list.type1 > li {
  position: relative;
  padding-left: 14px;
  font-size: 16px;
  line-height: 24px;
}

.ps-list.type1 > li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  border-bottom: 4px solid #1d1d1d;
}

.ps-list.type1 > li > .ps-list.type2 {
  padding-top: 10px;
}

.ps-list.type1 > li + li {
  margin-top: 6px;
}

.ps-list.type1.white > li {
  color: #fff;
}

.ps-list.type1.white > li::before {
  border-bottom: 4px solid #fff;
}

.ps-list.type1.c-gary > li {
  color: #999;
}

.ps-list.type1.c-gary > li::before {
  border-bottom: 4px solid #999;
}

.ps-list.type1.small > li {
  padding-left: 14px;
  font-size: 14px;
  line-height: 20px;
}

.ps-list.type1.small > li::before {
  top: 8px;
}

.ps-list.type1.normal > li {
  padding-left: 0;
}

.ps-list.type1.normal > li::before {
  content: none;
}

.ps-list.type1.left {
  text-align: left;
}

.ps-list.type1.left li {
  display: inline-block;
  margin-right: 30px;
}

.ps-list.type1.left li:last-child {
  margin-right: 0;
}

.ps-list + .ps-cont-head {
  margin-top: 38px;
}

.ps-list.type2 > li {
  position: relative;
  padding-left: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.ps-list.type2 > li::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  border-bottom: 1px solid #999;
}

.ps-list.type2 > li + li {
  margin-top: 6px;
}

.ps-list.type3 > li {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  line-height: 22px;
}

.ps-list.type3 > li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 4px;
  border-bottom: 4px solid #1d1d1d;
}

.ps-list.type3 > li + li {
  margin-top: 10px;
}

.ps-list.type3 > li.c-ty1 {
  color: #ff0052 !important;
}
.ps-list.type3.c-gary > li::before {
  border-bottom: 4px solid #999 !important;
}
.ps-list.type3 > li.c-ty1::before {
  border-bottom: 4px solid #ff0052 !important;
}

.ps-list.type3.c-gary > li {
  color: #999;
}

.ps-list.type4 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}

.ps-list.type4 > li + li {
  margin-top: 14px;
}

.ps-list.type4 > li .cont {
  text-align: right;
}

.ps-list.type4 > li .desc {
  font-size: 14px;
  color: #999;
}

.ps-list.type5 > li {
  position: relative;
  margin-left: 17px;
  font-weight: 300;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  text-indent: -17px;
}

.ps-list.type5 > li + li {
  margin-top: 6px;
}

.ps-list.type6 > li {
  position: relative;
  padding-left: 14px;
  font-weight: 400;
  font-size: 22px;
  color: #6c6c6c;
  line-height: 30px;
  text-align: left;
}

.ps-list.type6 > li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  border-bottom: 4px solid #6c6c6c;
}

.ps-list.type6 > li + li {
  margin-top: 12px;
}

.ps-cont-head > h4 > .info--order {
  display: inline-block;
  vertical-align: middle;
}

.ps-cont-head > h4 > .info--order > span {
  font-size: 16px;
  font-weight: 400;
}

.ps-cont-head > h4 > .info--order > span > strong {
  font-family: 'Pretendard-Semibold';
  margin-left: 5px;
}

.ps-cont-head > h4 > .info--order > span + span {
  margin-left: 43px;
}

.ps-cont-head.small > h4 {
  font-size: 18px;
  line-height: 26px;
}

.ps-phone-confirm {
  margin-left: 40px;
}

.ps-phone-confirm .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.ps-phone-confirm .time span {
  font-size: 14px;
}

.ps-phone-confirm .time a {
  font-size: 14px;
}

.address-find-popup .ps-address-list {
  padding-bottom: 128px;
  height: 450px;
  overflow-y: auto;
}

.address-find-popup .ps-address-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #EEEEEE;
}

.address-find-popup .ps-address-list li strong {
  display: block;
  width: 120px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.address-find-popup .ps-address-list li p {
  cursor: pointer;
}
.address-find-popup .ps-address-list li p.none {
  padding: 100px 0 0;
}
.address-find-popup .ps-address-list li:last-child {
  border-bottom: none;
}

.address-find-popup .ps-address-list li .info {
  padding-left: 20px;
}

.address-find-popup .ps-address-list li .info span {
  display: block;
  margin-top: 4px;
  color: #999999;
  line-height: 22px;
}

.ps-no-service {
  padding-top: 50px;
  width: 1280px;
  margin: 0 auto;
}

.ps-no-service .ps-cont-head {
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 8px solid #1d1d1d;
}

.ps-no-service .ps-cont-head h4 {
  font-size: 32px;
}

.ps-no-service .ps-cont {
  padding: 40px 0 0;
  text-align: center;
}

.ps-no-service .ps-cont p {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.ps-no-service .ps-cont .ps-btn-wrap a {
  font-size: 16px;
  line-height: 56px;
}

#wrap, #psWrap {
  width: 100%;
  height: 100%;
  min-width: 1640px;
}

#wrap.sub, #psWrap.sub {
  /*padding-top: 200px;*/
}

/* top btn */
.top-btn {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 80px;
  z-index: 10;
  width: 50px;
  height: 50px;
  border: 3px solid #222222;
  background: #fff url('/front/images/renewal/icon_top_arrow.svg') center no-repeat;
}

.top-btn:focus {
  outline: 0;
}

.ps-header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  color: #1d1d1d;
  font-size: 20px;
  z-index: 1000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-header.down {
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
}

.ps-header.top {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.ps-header--transparent:not(.ps-header--white):not(.hover) {
  background-color: transparent;
  color: #fff;
}

.ps-header--transparent:not(.ps-header--white):not(.hover) .ps-header--logo > a {
  background: url("/front/images/renewal/logo_white.svg") no-repeat;
}

.ps-header--transparent:not(.ps-header--white):not(.hover) .ps-header--util > button.ps-icon--search {
  background: url("/front/images/renewal/icon_search_white.svg") no-repeat;
}

.ps-header--transparent:not(.ps-header--white):not(.hover) .ps-header--util > button.ps-icon--cart {
  background: url("/front/images/renewal/icon_cart_white.svg") no-repeat;
}

.ps-header--white, .ps-header.hover, .ps-header--on {
  background-color: #fff !important;
  color: #222 !important;
}

.ps-header--white .ps-header--logo > a, .ps-header.hover .ps-header--logo > a, .ps-header--on .ps-header--logo > a {
  background: url("/front/images/renewal/logo.svg") no-repeat !important;
}

.ps-header--white .ps-header--util > button.ps-icon--search, .ps-header.hover .ps-header--util > button.ps-icon--search, .ps-header--on .ps-header--util > button.ps-icon--search {
  background: url("/front/images/renewal/icon_search.svg") no-repeat !important;
}

.ps-header--white .ps-header--util > button.ps-icon--cart, .ps-header.hover .ps-header--util > button.ps-icon--cart, .ps-header--on .ps-header--util > button.ps-icon--cart {
  background: url("/front/images/renewal/icon_cart.svg") no-repeat !important;
}

.ps-header--logo {
  padding-top: 44px;
}

.ps-header--logo > a {
  display: block;
  width: 105px;
  height: 40px;
  background: url("/front/images/renewal/logo.svg") no-repeat;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-header--gnb {
  margin-left: 70px;
  height: 120px;
  z-index: 1000;
}

.ps-header--gnb .gnb__item {
  float: left;
  overflow: hidden;
  padding: 0 30px;
  padding-top: 50px;
}

.ps-header--gnb .gnb__item .gnb__link {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 0 10px;
  padding-bottom: 40px;
}

.ps-header--gnb .gnb__item .gnb__link:hover, .ps-header--gnb .gnb__item .gnb__link.active {
  color: #ff0052;
}

.ps-header--gnb .gnb__dropdown {
  display: none;
  position: absolute;
  overflow: hidden;
  color: #1d1d1d;
  border-top: 8px solid #1d1d1d;
  background-color: #fff;
  width: 100%;
  left: 0;
}

.ps-header--gnb .gnb__dropdown > .ps-inner {
  padding: 48px 0 50px;
}

.ps-header--gnb .gnb__dropdown .dropdown > .ps-inner {
  padding: 48px 0 50px;
}

.ps-header--gnb .gnb__dropdown .dropdown--quick-menu {
  width: 516px;
  height: 100%;
  margin-left: 130px;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: 'Pretendard', 'sans-serif';
  font-weight: 400;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub a {
  display: inline-block;
  -webkit-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub a:hover, .ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub a.active {
  color: #ff0052;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt > a {
  height: 39px;
  line-height: 32px;
  border-bottom: 8px solid #fff;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt > a:hover, .ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt > a.active {
  border-bottom: 8px solid #ff0052;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt > a.accent-bullet {
  position: relative;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt > a.accent-bullet::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  right: -12px;
  background-color: #ff0052;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt + dd {
  margin-top: 30px;
}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dd + dd {
  margin-top: 25px;
}

.ps-header--gnb .gnb__dropdown .dropdown--bg-wrap.smart-fit {
  color: #fff;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-image: url("/front/images/renewal/gnb_banner_smartfit.png");
}

.ps-header--gnb .gnb__dropdown .dropdown--bg-wrap.smart-fit .ps-inner {
  height: 260px;
}

.ps-header--gnb .gnb__dropdown .dropdown--bg-wrap.smart-fit .title {
  font-size: 24px;
  margin-right: 80px;
}

.ps-header--gnb .gnb__dropdown .dropdown--bg-wrap.smart-fit .desc {
  font-size: 20px;
}

.ps-header--gnb .gnb__dropdown .quick-menu {
  font-size: 18px;
}

.ps-header--gnb .gnb__dropdown .quick-menu li + li {
  margin-left: 80px;
}

.ps-header--gnb .gnb__dropdown .quick-menu a {
  display: inline-block;
  height: 39px;
  border-bottom: 8px solid #fff;
  -webkit-transition: border 0.3s, color 0.3s;
  transition: border 0.3s, color 0.3s;
  line-height: 32px;
}

.ps-header--gnb .gnb__dropdown .quick-menu a:hover, .ps-header--gnb .gnb__dropdown .quick-menu a.active {
  color: #ff0052;
  border-bottom: 8px solid #ff0052;
}

.ps-header--gnb .gnb__dropdown .quick-menu.l-type li + li {
  margin-left: 120px;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner {
  display: block;
  position: relative;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner.shop {
  margin-top: 8px;
  width: 516px;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner.shop > img {
  width: 516px;
  height: 298px;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner .desc {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 26px;
  padding-right: 26px;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner .desc .badge {
  display: inline-block;
  background-color: #1d1d1d;
  color: #fff;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 14px;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner .desc .badge.red {
  background-color: #ff0052;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner .desc .title {
  font-size: 22px;
  line-height: 28px;
  margin-top: 9px;
}

.ps-header--gnb .gnb__dropdown .quick-menu--banner .desc .title.white {
  color: #fff;
}

.ps-header--gnb .gnb__dropdown .archive-banner .quick-menu--banner + .quick-menu--banner {
  margin-left: 40px;
}
.ps-header--gnb .gnb__dropdown .spon-banner {
  display: flex;
  margin: 8px 50px 0 0;
}
.ps-header--gnb .gnb__dropdown .spon-banner li {
  margin-right: 30px;
  max-width: 338px;
}
.ps-header--gnb .gnb__dropdown .spon-banner li:last-child {
  margin-right: 0;
}
.ps-header--gnb .gnb__dropdown .spon-banner li a {

}
.ps-header--gnb .gnb__dropdown .spon-banner li a h3 {
  margin-top: 14px;
  font-weight: 900;
  font-family: Poppins, Pretendard, sans-serif;
}
.ps-header--util > button {
  display: block;
}

.ps-header--util > button.ps-icon--search {
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("/front/images/renewal/icon_search.svg") no-repeat;
}

.ps-header--util > button.ps-icon--cart {
  position: relative;
  width: 24px;
  height: 24px;
  /* overflow: hidden; */
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("/front/images/renewal/icon_cart.svg") no-repeat;
  font-size: 0;
}

.ps-header--util > button.ps-icon--cart.active::after {
  display: block;
  content: '';
  width: 4px; height: 4px;
  background: #FF0052;
  position: absolute;
  top: 0;
  right: -2px;
}
.ps-header--util > button + button,
.ps-header--util > button + a {
  margin-left: 30px;
}

.ps-header--search {
  display: none;
  width: 100%;
  overflow: hidden;
  color: #1d1d1d;
  border-top: 8px solid #1d1d1d;
  background-color: #fff;
  padding: 60px 0 63px;
  z-index: 1002;
}

.ps-header--search .ps-search--wrap {
  width: 800px;
}

.ps-header--search .ps-search--header {
  margin-bottom: 37px;
}

.ps-header--search .ps-search--header .ps-input-wrap {
  border: 1px solid #ccc;
  height: 60px;
  padding: 30px;
}

.ps-header--search .ps-search--header .ps-input-wrap input {
  width: 100%;
  font-size: 20px;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
}

.ps-header--search .ps-search--header .ps-input-wrap input::-webkit-input-placeholder {
  color: #999999;
}

.ps-header--search .ps-search--header .ps-input-wrap input::-moz-placeholder {
  color: #999999;
}

.ps-header--search .ps-search--header .ps-input-wrap input:-ms-input-placeholder {
  color: #999999;
}

.ps-header--search .ps-search--header .ps-input-wrap input::-ms-input-placeholder {
  color: #999999;
}

.ps-header--search .ps-search--header .ps-input-wrap input::placeholder {
  color: #999999;
}

.ps-header--search .ps-search--header .search {
  width: 130px;
  height: 60px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  background-color: #1d1d1d;
}

.ps-header--search .ps-search--body h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.ps-header--search .ps-search--body .ps-search-recommend {
  font-size: 20px;
}

.ps-header--search .ps-search--body .ps-search-recommend li {
  height: 27px;
}

.ps-header--search .ps-search--body .ps-search-recommend li + li {
  margin-top: 15px;
}

.ps-header--search .ps-search--body .ps-search-banner {
  width: 340px;
  margin-left: 20px;
}

.ps-header--search .ps-search--body .ps-search-banner p {
  margin-top: 9px;
  font-size: 20px;
}

.ps-footer {
  margin-top: 140px;
  padding: 40px 0;
  font-size: 14px;
  color: #fff;
  background-color: #fff;
}

main.index + .ps-footer {
  margin-top: 0;
}

.ps-footer__info {
  margin-top: 35px;
}

.ps-footer__info li {
  line-height: 17px;
}

.ps-footer__info li + li {
  margin-top: 5px;
}

.ps-footer__copy {
  margin-top: 31px;
}

.ps-footer__copy li {
  line-height: 22px;
}

.ps-footer__copy li + li {
  margin-top: 5px;
}

.ps-footer__copy li a {
  padding-left: 18px;
  text-decoration: underline;
}

.ps-footer__copy .copyright {
  margin-top: 18px;
}

.ps-footer__terms {
  width: 276px;
  margin-top: 57px;
}
.ps-footer__terms li {
  line-height: 17px;
}
.ps-footer__terms li a {
  transition: 0.2s;
}
.ps-footer__terms li + li {
  margin-top: 9px;
}
.ps-footer__terms li + li a:hover {
  color: #757575;
}
.ps-footer__cs {
  margin-right: 80px;
}

.ps-footer__cs .social-media {
  margin-bottom: 26px;
}

.ps-footer__cs dl > dt {
  font-size: 24px;
}

.ps-footer__cs dl > dd {
  margin-top: 25px;
}

.ps-footer__cs dl > dd + dd {
  margin-top: 42px;
  line-height: 22px;
}

.ps-footer__cs-list01 li {
  line-height: 18px;
}

.ps-footer__cs-list01 li + li {
  margin-top: 8px;
}

.ps-breadcrumb {
  margin-bottom: 30px;
}

.ps-breadcrumb > span {
  position: relative;
  display: inline-block;
  font-family: Poppins, Pretendard, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.ps-breadcrumb > span:last-child {
  font-weight: 500;
  color: #1d1d1d;
  font-family:'Pretendard' !important /* 202409_마이 */
}

.ps-breadcrumb > span + span {
  margin-left: 24px;
}

.ps-breadcrumb > span + span::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -17px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ps-breadcrumb + .ps-subtitle {
  margin-top: -20px;
}

/* .ps-breadcrumb + .ps-title-type4 {
  margin-top: -20px;
} */

.ps-step {
  margin-bottom: 10px;
}

.ps-step > span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.ps-step > span.on {
  font-weight: 500;
  color: #1d1d1d;
}

.ps-step > span + span {
  margin-left: 24px;
}

.ps-step > span + span::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -17px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ps-detail-header {
  position: relative;
  margin-bottom: 60px;
  padding-right: 80px;
  padding-bottom: 34px;
  border-bottom: 3px solid #1d1d1d;
}

.ps-detail-header .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ps-detail-header .top .ps-drop-down {
  margin-top: 10px;
  margin-left: 20px;
}

.ps-detail-header .ps-share {
  position: absolute;
  top: 8px;
  right: 0;
}

.ps-detail-desc {
  padding-top: 7px;
  color: #999;
}

.ps-detail-content {
  padding-bottom: 70px;
  border-bottom: 1px solid #eee;
}

.ps-detail-content > .thumbs {
  /* text-align: left; */
}
/* 뉴스/기획전 상세 임의로 중앙정렬 */
.ps-detail-content img {
  margin: 0 auto;
}

.ps-inner {
  width: 1640px;
  margin: 0 auto;
}

.ps-inner--1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.ps-inner--large {
    width: 100%;
    min-width: 1760px;
    max-width: 2400px;
    margin: 0 auto;
    padding: 40px 80px 0 80px; /* 좌우 80px 패딩 유지 */
    overflow: inherit;
    box-sizing: border-box; /* 전체 너비에 패딩을 포함시키기 위해 권장 */
}

@media (min-width: 1921px) {
  .ps-new .ps-inner,
  .ps-inner--large { /* 이 부분을 추가해 주세요 */
      max-width: 3840px; 
  }
}
.ps-inner--full-width {
  width: 100%;
  min-width: 1640px;
  margin: 0 auto;
}

.ps-inner--small {
  min-width: 1280px;
  max-width: 2400px;
  margin: 0 auto;
  padding: 40px 320px 0 320px; /* 좌우 320px 패딩 유지 */
}



/* 해당 페이지에서만 동작하도록 부모 클래스를 활용하거나 스타일 시트 하단에 배치 */
.staff_end .ps-inner--small {
    min-width: auto !important; /* 최소 너비 제한 해제 */
    max-width: 100% !important; /* 화면 너비에 맞춤 */
    padding-left: 0 !important;  /* 문제의 왼쪽 패딩 제거 */
    padding-right: 0 !important; /* 문제의 오른쪽 패딩 제거 */
    text-align: center;         /* 텍스트 중앙 정렬 */
}

/* 버튼 영역 강제 중앙 정렬 */
.staff_end .ps-btn-wrap {
    justify-content: center !important;
}



/*250401*/
.ps-sub-content {
  /* width: 1364px;
  margin: 0 auto; */
}	


.ps-sub-content + .ps-sub-content {
  margin-top: 140px;
}

.ps-sub-content .ps-prd-list--wrap {
  margin-bottom: 0;
}

.ps-detail-content + .ps-sub-content {
  margin-top: 70px;
}

.ps-sub-content.lookbook {
  margin-top: 30px;
}

.ps-sub-content.lookbook + .ps-sub-content.lookbook {
  margin-top: 140px;
}

.ps-sub-content--top.smartfit {
  background: #f8f8fa url(/front/images/renewal/smartfit/bg_smartfit_top.png) no-repeat center center;
}

.ps-sub-content--top.sponsorship {
  margin-bottom: 120px;
  background: #f8f8fa url(/front/images/renewal/sponsorship/bg_sponsorship_top.png) no-repeat center center;
}

.ps-sub-content--top > .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1640px;
  height: 680px;
  margin: 0 auto;
}

.ps-sub-content--top > .inner .title {
  font-size: 78px;
  line-height: 88px;
}

.ps-sub-content--top > .inner .title small {
  display: block;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
}

.ps-sub-content--top > .inner .title > span {
  display: block;
}

.ps-sub-content--top > .inner .title > span.line1 {
  line-height: 109px;
}

.ps-sub-content--top > .inner .title > span.line2 {
  margin-top: -36px;
  font-size: 104px;
  line-height: 145px;
}

.ps-sub-content--top > .inner .desc {
  position: relative;
  margin-top: 22px;
  padding-top: 60px;
  font-size: 20px;
  line-height: 32px;
}

.ps-sub-content--top > .inner .desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  border-bottom: 14px solid #1d1d1d;
}

.ps-sub-content--top > .inner.white .title {
  color: #fff;
}

.ps-sub-content--top > .inner.white .desc {
  color: #fff;
}

.ps-sub-content--top > .inner.white .desc::before {
  border-bottom-color: #fff;
}

.ps-cont-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 40px;
  border-bottom: 1px solid #1d1d1d; /* 202409_마이 */
  /* background: blue; */
}
.ps-cont-head small {
  font-size: 14px;
}
.ps-cont-head > h4 {
  font-size: 18px;
}

.ps-cont-head .small-desc {
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

.ps-cont-head .ps-cont-head--side.essential {
  font-size: 14px;
}

.ps-cont-head .ps-cont-head--side.essential::before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 4px;
  margin-right: 4px;
  border-bottom: 4px solid #ff0052;
}

.ps-cont-head + .ps-table.type2 {
  /* margin-top: -4px; 202409_마이 */
}

.ps-cont-head + .ps-slide.big {
  margin-top: -4px;
}

.ps-cont-head > .bottom-info {
  display: block;
}

.ps-cont-head > .bottom-info > span {
  font-size: 16px;
  color: #1d1d1d;
}

.ps-cont-head > .bottom-info > span + span {
  margin-left: 40px;
}

.ps-cont-head > .bottom-info > span > strong {
  margin-left: 8px;
  font-family: 'Pretendard-Semibold';
}

.font-bold + .bottom-info {
  margin-top: 10px;
}

/* 상품 리스트 */
.ps-prd-list--wrap {
  margin-bottom: 140px;
}

.ps-prd-list--header {
  margin-bottom: 10px;
}

.ps-prd-list--header > .f-text {
  font-size: 18px;
}

.ps-prd-list--header .ps-list-filter {
  display: inline-block;
  width: auto;
  height: 24px;
  padding: 0 28px 0 0;
  font-weight: 500;
  font-size: 18px;
  border: none;
  background: #fff url("/front/images/renewal/icon_filter.svg") no-repeat right center;
  color: #1d1d1d;
}

.ps-prd-list--header .ps-list-filter-wrap {
  position: relative;
}

.ps-prd-list--header .ps-list-filter-wrap .ps-filter {
  position: absolute;
  top: 56px;
  right: 0;
  z-index: 1;
}

.ps-prd-list--header .ps-list-filter-wrap + .selectric-wrapper {
  margin-left: 20px;
  top: -3px;
}

/* 상품 리스트 */
/* 상품 썸네일 */
.ps-prd-item {
  display: block;
  width: auto;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ps-prd-item .thumbs {
  position: relative;
}

.ps-prd-item .thumbs::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #f7f7f7;
  mix-blend-mode: darken;
}



.ps-prd-item .thumbs > img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.ps-prd-item .desc {
  padding-top: 22px;
}

.ps-prd-item .desc .cate {
  font-size: 18px;
  font-family: 'Pretendard-Semibold';
  margin-bottom: 9px;
  color: #000;
}

.ps-prd-item .desc .name {
  font-size: 20px;
  margin-bottom: 25px;
  color: #000;
}

.ps-prd-item .desc .price .base-price {
  color: #BABABA;
  font-weight: 500;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1;
}

.ps-prd-item .desc .price .amount {
  font-size: 22px;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 15px;
}

.ps-prd-item .desc .price .amount .per {
  display: inline-block;
  color: #ff0052;
  vertical-align: top;
  /* margin-top: -4px; */
}

.ps-prd-item .desc .badge {
  display: flex;
  align-items: center;
}
.ps-prd-item .desc .badge > span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
}
.ps-prd-item .desc .badge > span:last-child {
  margin-right: 0;
}
.ps-prd-item .desc .badge > span.line {
  padding: 3px 4px;
  border: 2px solid #1d1d1d;
} 
.ps-prd-item .desc .badge .sex {
  display: block;
  padding: 0;
  color: #fff;
  overflow: hidden;
  float: left;
  border: none;
}

.ps-prd-item .desc .badge .sex > span {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  background-color: #1d1d1d;
}

.ps-prd-item .desc .badge .sex > span.male {
  background-color: #1d1d1d;
}

.ps-prd-item .desc .badge .sex > span.female {
  background-color: #FF0052;
}

.ps-prd-item.vertical {
  font-size: 0;
}

.ps-prd-item.vertical .thumbs {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}

.ps-prd-item.vertical .desc {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 160px);
  padding: 0 0 0 30px;
}

/* 상품 상세 정보 */
/* 상품상세 */
.ps-item-top {
  padding-bottom: 130px;
  font-size: 0;
}

.ps-item-top--thumbs {
  display: inline-block;
  vertical-align: top;
  width: 700px;
}

.ps-item-top--info {
  display: inline-block;
  vertical-align: top;
  width: 664px;
  padding-top: 40px;
  padding-left: 84px;
}

.ps-item--viewer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 700px;
  background: #ffffff;
}

.ps-item--viewer > .item {
  width: 100%;
}
.ps-view-main img,
.ps-item--viewer-list > .item > a img {
  width: 100%; height: 100%;
  image-rendering: -webkit-optimize-contrast;
}
.ps-item--viewer .ps-ai-lens {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #fff url(/front/images/renewal/icon_ai_lens.svg) no-repeat center center;
}

.ps-item--viewer-list {
  font-size: 0;
}

.ps-item--viewer-list > .item {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  margin: 20px 20px 0 0;
  width: 160px;
  height: 160px;
}

.ps-item--viewer-list > .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d1d1d;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-item--viewer-list > div.item:nth-of-type(4n) {
  margin-right: 0;
}

.ps-item--viewer-list > .item > video {
  cursor: pointer;
}

.ps-item--viewer-list > .item > a {
  width: 100%;
}

.ps-item--viewer-list > .item:hover::before, .ps-item--viewer-list > .item.on::before {
  opacity: 1;
}

/* 상품상세 슬라이드 */
.ps-view-main-slider{
  display:block;
  overflow:hidden;
}
.ps-view-main-slider .swiper--button {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: block;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
  opacity: 0;
  background: rgba(0,0,0,0.2);
}

.ps-view-main-slider .swiper--button::before{
  content:'';
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  opacity:0;
}

.ps-view-main-slider:hover .swiper--button,
.ps-view-main-slider:hover .swiper--button::before{
  opacity: 1;
}
.ps-view-main-slider .swiper--button-prev{
  left: 0;
}
.ps-view-main-slider .swiper--button-prev::before{
  background: url("/front/images/renewal/icon_arrow_L_white.svg") center no-repeat
}
.ps-view-main-slider .swiper--button-next {
  right: 0;  
}
.ps-view-main-slider .swiper--button-next::before{
  background: url("/front/images/renewal/icon_arrow_R_white.svg") center no-repeat
}
.ps-item-name {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ps-item-name .cont .cate {
  padding-bottom: 6px;
  font-size: 16px;
  font-family: Poppins, Pretendard, sans-serif;
}

.ps-item-name .cont .name {
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
}

.ps-item-name .units {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ps-item-name .units .ps-share {
  margin-left: 6px;
}

.ps-item-price {
  padding-top: 30px;
}

.ps-item-price .base-price {
  padding-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1;
  color: #999;
}

.ps-item-price .amount {
  font-size: 32px;
  line-height: 40px;
}

/* tip 202205[s] */
.ps-item-price .amount .tip-area{
    position:relative;
    display:inline-block;
    top:4px;
    left:13px;
}
.ps-item-price .amount .tip-area > a{
    position:relative;
    top:8px;
    display:inline-block;
    text-indent:-999em;
    width:24px;
    height:24px;
    background:url("/front/images/renewal/icon_web.svg") no-repeat;
    background-size:24px auto;
}
.ps-item-price .amount .tip-area .tooltip-txt{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:342px;
    border:1px solid #999;
    background:#fff;
    padding:16px 40px;
}
.ps-item-price .amount .tip-area .tooltip-txt p{
    font-size:16px;
    line-height:23px;
    font-weight:normal;
    color:#999;
    font-family:'Pretendard';
    letter-spacing:-0.32px;
}
/* tip 202205[e] */

.ps-item-price .amount .per {
  padding-right: 10px;
  color: #ff0052;
}

.ps-item-etc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.ps-item-etc .rating-link .rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.ps-item-etc .rating-link .rating > span {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #ebebeb;
}

.ps-item-etc .rating-link .rating > span + span {
  margin-left: 10px;
}

.ps-item-etc .rating-link .rating[data-rating="1"] span:nth-child(1) {
  background: #ff0052;
}

.ps-item-etc .rating-link .rating[data-rating="2"] span:nth-child(-n + 2) {
  background: #ff0052;
}

.ps-item-etc .rating-link .rating[data-rating="3"] span:nth-child(-n + 3) {
  background: #ff0052;
}

.ps-item-etc .rating-link .rating[data-rating="4"] span:nth-child(-n + 4) {
  background: #ff0052;
}

.ps-item-etc .rating-link .rating[data-rating="5"] span:nth-child(-n + 5) {
  background: #ff0052;
}

.ps-item-etc .rating-link > .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-decoration: underline;
}

.ps-item-se {
  padding-top: 24px;
}

.ps-item-se .ps-title-type3 {
  padding-bottom: 16px;
}

.ps-item-se .ps-list li a {
  display: inline-block;
  max-width: 100%;
}

.ps-item-option {
  padding-top: 50px;
}

.ps-item-option--color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.ps-item-option--color-item {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin: 10px 8px 0 0;
}

.ps-item-option--color-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1d1d1d;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-item-option--color-item a {
  display: block;
  width: 100%;
}

.ps-item-option--color-item:nth-child(3n) {
  margin-right: 7px;
}

.ps-item-option--color-item:nth-child(4n) {
  margin-right: 7px;
}

.ps-item-option--color-item:nth-child(5n) {
  margin-right: 0;
}

.ps-item-option--color-item.on::before, .ps-item-option--color-item:hover::before {
  opacity: 1;
}

.ps-item-option--size {
  margin-top: 20px;
}

.ps-item-payment {
  padding: 30px 0 20px;
}

.ps-item-payment--top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 30px;
  padding-bottom: 24px;
  font-size: 20px;
  line-height: 36px;
  border-bottom: 2px solid #fff;
}

.ps-item-payment--top .size {
  width: 272px;
}

.ps-item-payment--top .price {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 147px;
  text-align: right;
}

.ps-item-payment--top .ps-btn.close {
  position: absolute;
  top: 13px;
  right: 0;
}

.ps-item-payment--total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 24px;
  font-size: 22px;
  line-height: 40px;
}

.ps-item-payment--total .amount {
  padding-left: 20px;
  font-size: 32px;
  color: #ff0052;
}

.ps-item-buy {
  padding-top: 16px;
}

.ps-item-buy .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.ps-item-buy .btn-wrap > .ps-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.ps-item-naver {
  margin-top: 10px;
}

.ps-item-naver .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 2px solid #1d1d1d;
  border-bottom: 1px solid #eee;
}

.ps-item-naver .top .cont {
  padding-top: 23px;
  font-size: 16px;
  line-height: 20px;
  background: url(/front/images/renewal/icon_naver_logo.svg) no-repeat left top;
}

.ps-item-naver .bottom {
  padding-top: 11px;
}

.ps-item-naver .bottom a {
  display: block;
  font-size: 12px;
  color: #999;
  background: url(/front/images/renewal/icon_arrow_R_small.svg) no-repeat right center;
}

.ps-item-naver .bottom a > span {
  color: #23c300;
}

.ps-bottom-options {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.ps-bottom-options.active {
  opacity: 1;
  visibility: visible;
}

.ps-bottom-options > .inner {
  position: relative;
  width: 1346px;
  margin: 0 auto;
  text-align: right;
}

.ps-bottom-options--item {
  display: inline-block;
}

.ps-bottom-options--item-btn {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #000;
  border-bottom: none;
  color: #fff;
  text-align: left;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-bottom-options--item-btn > span {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
}

.ps-bottom-options--item-btn:after {
  content: '';
  position: absolute;
  top: 27px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-bottom-options--item-btn.active {
  color: #1d1d1d;
  background: #fff;
}

.ps-bottom-options--item-btn.active:after {
  top: 20px;
  border-right: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ps-bottom-options--wrap {
  display: none;
  overflow: hidden;
}

.ps-bottom-options--wrap > .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 950px;
  padding: 30px 30px 70px;
  border: 1px solid #000;
  background: #fff;
}

.ps-bottom-options--cont {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 580px;
  text-align: left;
}

.ps-bottom-options--cont .ps-item-option {
  padding-top: 30px;
}

.ps-bottom-options--cont .ps-item-payment {
  padding-bottom: 0;
}

.ps-bottom-options--cont-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #1d1d1d;
}

.ps-bottom-options--cont-top .cont {
  padding-right: 20px;
}

.ps-bottom-options--cont-top .cont .name {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 25px;
}

.ps-bottom-options--cont-top .cont .amount {
  font-size: 22px;
  line-height: 28px;
}

.ps-bottom-options--btns .ps-btn {
  width: 250px;
}

.ps-bottom-options--btns .ps-btn + .ps-btn {
  margin-top: 10px;
}

/* 상세페이지 하단 플로팅 옵션 */
.ps-bottom-options {
  position: fixed;
  bottom: 0;
  z-index: 5;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.ps-bottom-options.active {
  opacity: 1;
  visibility: visible;
}

.ps-bottom-options > .inner {
  position: relative;
  width: 1346px;
  margin: 0 auto;
  text-align: right;
}

.ps-bottom-options--item {
  display: inline-block;
}

.ps-bottom-options--item-btn {
  position: relative;
  display: inline-block;
  width: 260px;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #000;
  border-bottom: none;
  color: #fff;
  text-align: left;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-bottom-options--item-btn > span {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
}

.ps-bottom-options--item-btn:after {
  content: '';
  position: absolute;
  top: 27px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-bottom-options--item-btn.active {
  color: #1d1d1d;
  background: #fff;
}

.ps-bottom-options--item-btn.active:after {
  top: 20px;
  border-right: 2px solid #1d1d1d;
  border-bottom: 2px solid #1d1d1d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ps-bottom-options--wrap {
  display: none;
  overflow: hidden;
}

.ps-bottom-options--wrap > .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 950px;
  padding: 30px 30px 70px;
  border: 1px solid #000;
  background: #fff;
}

.ps-bottom-options--cont {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 580px;
  text-align: left;
}

.ps-bottom-options--cont .ps-item-option {
  padding-top: 30px;
}

.ps-bottom-options--cont .ps-item-payment {
  padding-bottom: 0;
}

.ps-bottom-options--cont-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #1d1d1d;
}

.ps-bottom-options--cont-top .cont {
  padding-right: 20px;
}

.ps-bottom-options--cont-top .cont .name {
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 25px;
}

.ps-bottom-options--cont-top .cont .amount {
  font-size: 22px;
  line-height: 28px;
}

.ps-bottom-options--btns .ps-btn {
  width: 250px;
}

.ps-bottom-options--btns .ps-btn + .ps-btn {
  margin-top: 10px;
}

/* 상세페이지 하단 플로팅 옵션 */
.ps-recommand {
  padding-bottom: 80px;
  overflow: hidden;
}

.ps-recommand .title {
  padding-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
}

.ps-recommand--items.ps-items-swiper .cont .swiper-slide {
  width: 300px;
}

.ps-recommand--items.ps-items-swiper .cont .swiper-slide .ps-prd-item {
  width: 300px;
  margin-bottom: 0;
}

/* 카운터 */
.ps-counter {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 114px;
}

.ps-counter--number {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background: transparent;
}

/* 상품 상세 정보 */
.ps-prd-detail {
  position: relative;
  padding-top: 100px;
  border-top: 4px solid #1d1d1d;
}

.ps-prd-detail--tab {
  margin: 0 auto;
  height: 51px;
}

.ps-prd-detail--tab-inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  min-width: 1640px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
}

.ps-prd-detail--tab-inner.on {
  position: fixed;
  top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ps-prd-detail--tab-inner.on::before {
  left: 0;
  width: 100%;
}

.ps-prd-detail--tab-inner.on::after {
  left: 0;
  width: 100%;
}

.up .ps-prd-detail--tab-inner.on {
  top: 120px;
}

.ps-prd-detail--tab-inner .incont {
  width: 1364px;
  margin: 0 auto;
}






.ps-prd-detail--content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ps-prd-detail--content .inner {
  width: 1364px;
  margin: 0 auto;
}

.ps-prd-detail--content:last-child {
  padding-bottom: 0;
}

.ps-prd-detail--content + .ps-prd-detail--content {
  padding-top: 160px;
  border-top: 4px solid #eee;
}

.ps-prd-detail--content.br-top-none {
  border-top: none;
}

.ps-prd-detail--content .ps-recommand {
  margin-top: 80px;
}

.ps-prd-detail--board .incont {
  text-align: center;
}

.ps-prd-detail--board .incont img {
  display: inline-block;
}

.ps-prd-detail--board .ps-slide {
  margin-top: 100px;
}

.ps-i {
  /* 배송안내 */
  /* 배송안내 */
}

/* 슬라이드 */
.ps-slide {
  border-top: 2px solid #1d1d1d;
}

.ps-slide.big {
  border-top: 4px solid #1d1d1d;
}

.ps-slide.big .ps-slide-item .title {
  padding: 27px 30px 27px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}

.ps-slide.big .ps-slide-item .title:after {
  top: 25px;
}

.ps-slide.brd {
  border-top: none;
}

.ps-slide.brd .ps-slide-item::before {
  content: none;
}

.ps-slide.brd .ps-slide-item .title {
  padding: 20px 80px 20px 24px;
  border: 1px solid #000;
}

.ps-slide.brd .ps-slide-item .title:after {
  top: 17px;
  right: 24px;
}

.ps-slide.brd .ps-slide-item + .ps-slide-item {
  margin-top: -1px;
}

.ps-slide-item {
  position: relative;
}

.ps-slide-item::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-slide-item > .title {
  position: relative;
  display: block;
  padding: 24px 30px 24px 0;
  font-size: 18px;
  line-height: 22px;
  word-break: break-all;
}

.ps-slide-item > .title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-slide-item > .title:after {
  content: '';
  position: absolute;
  top: 20px;
  right: -8px;
  width: 30px;
  height: 30px;
  background: url(/front/images/renewal/icon_arrow_D.svg) no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-slide-item > .title.qa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ps-slide-item > .title.qa .q {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 30px;
}

.ps-slide-item.on + .ps-slide-item::before {
  opacity: 1;
}

.ps-slide-item.on .title::before {
  opacity: 0;
}

.ps-slide-item.on .title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ps-slide-content {
  display: none;
}

.ps-slide-content .inner {
  padding: 45px 0 60px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.ps-slide-content .inner.answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ps-slide-content .inner.answer > .a {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 30px;
  font-size: 22px;
  color: #ff0052;
  position: relative;
  top: -6px;
}

.ps-slide-content--i {
  padding: 30px 24px;
  border: 1px solid #000;
  border-top: none;
}

.ps-slide-content--i .size-tit {
  padding-top: 40px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #999;
}

.bd-box {
  padding: 30px;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #eee;
}

.ps-card-benefit {
  font-size: 16px;
  line-height: 20px;
}

.ps-card-benefit .sub-txt {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}

/* 슬라이드 */
.ps-post-list {
  padding-top: 20px;
}

.ps-post-list .ps-col + .ps-col {
  margin-top: 70px;
}

.ps-post-item {
  display: block;
  width: auto;
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ps-post-item .thumbs {
  position: relative;
}

.ps-post-item .thumbs.ratio1 {
  padding-top: 100%;
}

.ps-post-item .thumbs.ratio1 > img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.ps-post-item .thumbs > img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.ps-post-item .desc {
  padding-top: 20px;
}

.ps-post-item .desc .ps-badge {
  margin-bottom: 10px;
}

.ps-post-item .desc .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.ps-post-item .desc .d-txt {
  padding-top: 8px;
  font-size: 18px;
  line-height: 24px;
}

.ps-post-item .desc .end-date{
  color:#999;
  margin-bottom: 4px;
}
/* 색상 선택 */
.color-sort-wrap {
  margin-bottom: 30px;
  font-size: 0;
}

.color-sort--btn {
  display: inline-block;
  vertical-align: top;
  width: 30px;
}

.color-sort--btn > span {
  display: block;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
}

.color-sort--btn + .color-sort--btn {
  margin-left: 16px;
}

.color-sort--all {
  background: #ff0052;
  background: -webkit-linear-gradient(315deg, #ff0052 0%, #f4cc22 30%, #7dc719 50%, #3a9ddb 70%, #7b36cc 100%);
  background: linear-gradient(135deg, #ff0052 0%, #f4cc22 30%, #7dc719 50%, #3a9ddb 70%, #7b36cc 100%);
}

.color-sort--ty1 {
  background: #ff0052;
}

.color-sort--ty2 {
  background: #f07811;
}

.color-sort--ty3 {
  background: #ffe414;
}

.color-sort--ty4 {
  background: #1ab5e3;
}

.color-sort--ty5 {
  background: #1a50e3;
}

.color-sort--ty6 {
  background: #6f1ae3;
}

.color-sort--ty7 {
  background: #000;
}

.color-sort--ty8 {
  border: 1px solid #ccc;
  background: #fff;
}

/* 색상 선택 */
/* filter */
.ps-filter {
  width: 1100px;
  padding: 40px;
  border: 1px solid #000;
  background: #fff;
}

.ps-filter--header {
  margin-bottom: 40px;
}

.ps-filter--header h3 {
  font-size: 18px;
  padding-bottom: 16px;
  border-bottom: 4px solid #1d1d1d;
}

.ps-filter .ps-btn-wrap {
  margin-top: 60px;
}

.ps-filter--list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ps-filter--list > li .cate {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 90px;
  line-height: 20px;
}

.ps-filter--list > li .cate.etc {
  line-height: 44px;
}

.ps-filter--list > li .filters {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ps-filter--list > li + li {
  margin-top: 50px;
}

.ps-filter .filter-chk-list {
  font-size: 0;
}

.ps-filter .filter-chk-list > li {
  display: inline-block;
  vertical-align: top;
  width: 137px;
  margin-top: 17px;
  font-size: 0;
}

.ps-filter .filter-chk-list > li:nth-child(7n) {
  width: auto;
}

.ps-filter .filter-chk-list > li:nth-child(-n + 7) {
  margin-top: 0;
}

.ps-filter--price {
  font-size: 0;
  margin-bottom: 20px;
}

.ps-filter--price .ps-input {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.ps-filter--price .mw {
  display: inline-block;
  vertical-align: top;
  width: 34px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
}

/* filter */
/* layer pop */
.ps-layer-popup {
  position: relative;
  display: none;
}

.ps-layer-popup--close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
  background: url(/front/images/renewal/icon_close.svg) no-repeat center center;
}

.ps-layer-popup.open {
  display: block;
}

/* layer pop */
/*
  Home(main)
*/
.main--key-visual {
  margin-bottom: 120px;
}

.key-visual--wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.key-visual--wrap .swiper-slide {
  width: 100vw;
  height: 100vh;
  position: relative;
  z-index: 1;
}
/* 250425 배너넓이수정 */
.key-visual--wrap .swiper-slide .img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


@media (max-width: 1024px) {
  .key-visual--wrap .swiper-slide .img {
    width: 100%;           /* 가로 100% */
    height: auto;          /* 비율 유지하면서 크기 자동 조정 */
    object-fit: cover;     /* 이미지가 컨테이너를 덮도록 설정 */
  }
}
/* 250425 배너넓이수정 끝 */

.key-visual--wrap .swiper-slide .img  video{
  object-fit: none;
}
.key-visual--wrap .swiper-slide > a {
  display: block;
  width: 100%; height: 100%;
}
.key-visual--wrap .swiper-slide .img .video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.key-visual--wrap .swiper-slide .ps-inner {
  height: 100vh;
  padding-bottom: 140px;
}

.key-visual--wrap .swiper-slide .ps-inner .desc {
  color: #fff;
  position: absolute;
  bottom: 140px;
  padding-bottom: 40px;
}

.key-visual--wrap .swiper-slide .ps-inner .desc .title {
  font-size: 48px;
  line-height: 64px;
}

.key-visual--wrap .swiper-pagination-custom {
  width: 300px;
  height: 6px;
  bottom: 140px;
  left: 50%;
  margin-left: -820px;
}

.key-visual--wrap .swiper-pagination-custom .pagination-wrap {
  color: #fff;
  font-size: 14px;
}

.key-visual--wrap .swiper-pagination-custom .pagination-wrap .page-num {
  margin-right: 12px;
}

.key-visual--wrap .swiper-pagination-custom .pagination-wrap .page-total {
  opacity: 0.3;
  margin-left: 12px;
}

.key-visual--wrap .swiper-pagination-custom .pagination-wrap .pagination-track {
  position: relative;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
}

.key-visual--wrap .swiper-pagination-custom .swiper-pagination-progressbar-fill {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.key-visual--wrap .arrow {
  position: absolute;
  bottom: 112px;
  left: calc((100% - 1640px)/2 + 338px );
  display: flex;
}

.key-visual--wrap .arrow .swiper-button-prev,
.key-visual--wrap .arrow .swiper-button-next {
    position: relative;
}

.key-visual--wrap .arrow .swiper-button-prev {
  left: auto;
  background: url(/front/images/renewal/btn_arrow_prev.svg) center no-repeat;
}

.key-visual--wrap .arrow .swiper-button-next {
  right: -4px;
  background: url(/front/images/renewal/btn_arrow_next.svg) center no-repeat;
}

.main--banner-promotion {
  margin-bottom: 120px;
}
.main--banner-promotion a {
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  min-height: 690px;
}

.main--banner-promotion a + a {
  margin-left: 20px;
}

.main--banner-promotion a > .dim {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 2;
}

.main--banner-promotion a > .desc {
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
  z-index: 3;
}

.main--banner-promotion a > .desc .title {
  font-size: 48px;
  height: 67px;
  line-height: 67px;
}

.main--banner-promotion a > .desc .subtitle {
  font-size: 22px;
  margin-top: 5px;
  line-height: 30px;
}

.main-banner-single {
  margin-bottom: 120px;
}

.swiper--single-prd {
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px;
}

.swiper--single-prd .swiper-slide > .ps-inner {
  position: relative;
  width: 1640px;
  height: 880px;
  display: block;
}

.swiper--single-prd .swiper-slide > .ps-inner .img  {
  width: 100%;
  position:relative
}
.swiper--single-prd .swiper-slide > .ps-inner .img a {
  display: block;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  cursor: pointer;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc .headcopy {
  font-size: 78px;
  line-height: 90px;
  margin-bottom: 40px;
}

.swiper--single-prd  .single-prd--buttons{
  position: absolute;
  left: 0;
  top: 320px;
  z-index: 999;
}

.swiper--single-prd  .single-prd--button-next,
.swiper--single-prd  .single-prd--button-prev{
  display: inline-block;
  background-color: #1d1d1d;
  width: 48px;
  height: 48px;
  background: #222 url("/front/images/renewal/icon_arrow_R_white.svg") center no-repeat;
  overflow: hidden;
  text-indent: -999px;
}

.swiper--single-prd .single-prd--button-prev {
  margin-right: 10px;
  background: #222 url("/front/images/renewal/icon_arrow_L_white.svg") center no-repeat;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc .title {
  position: absolute;
  bottom: 100px;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc .title .badge {
  margin-bottom: 20px;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc .title .badge span {
  color: #fff;
  background-color: #ff0052;
  padding: 7px 11px 6px;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc .title .link {
  display: block;
  font-size: 36px;
  color: #fff;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc .title .link span {
  display: inline-block;
  background-color: #1d1d1d;
  height: 70px;
  line-height: 1.25;
  padding: 11px 19px;
  margin-top: 8px;
  font-weight: 700;
}

.swiper--single-prd .swiper-slide > .ps-inner .desc .title .link span:last-child::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 15px;
  height: 23px;
  background: url("/front/images/renewal/icon_arrow_R_white.svg") center no-repeat;
}

.main-banner-related {
  margin-bottom: 140px;
  overflow: hidden;
}
.main-banner-related.ps-items-swiper .swiper-container {
  padding-left: 30px;
}
.main--banner-issue {
  margin-bottom: 80px;
}

.main--banner-issue.issue01 {
  margin-bottom: 140px;
}

.main--banner-issue .prd-list--wrap {
  width: 700px;
  margin-left: 128px;
}

.main--banner-issue .prd-list--item + .prd-list--item {
  margin-left: 20px;
}

.main--banner-issue a {
  display: block;
  position: relative;
}

.main--banner-issue a + a {
  margin-left: 40px;
}

.main--banner-issue a > .desc .title {
  font-size: 40px;
  line-height: 50px;
}

.main--banner-issue a > .desc .title .font-eng {
  line-height: 46px;
}

.main--banner-issue a > .desc .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 16px;
  margin-top: 8px;
  background-color: #1d1d1d;
}

.main--banner-issue a > .desc .subtitle {
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-top: 29px;
}

.main--banner-benefit {
  margin-bottom: 80px;
}

.main--banner-benefit a {
  display: block;
  position: relative;
  width: 100%;
  height: 150px;
  z-index: 1;
  padding-top: 32px;
  padding-left: 40px;
  padding-right: 200px;
}

.main--banner-benefit a .sub-title {
  display: inline-block;
  height: 19px;
  color: #ff0052;
  font-size: 14px;
}

.main--banner-benefit a .title {
  display: block;
  font-size: 20px;
  margin-top: 6px;
  line-height: 30px;
}
.main--banner-benefit a .title small {
  display: block;
  margin-top: 12px;
  color: #999999;
  font-size: 14px;
  line-height: 18px;
}
.main--banner-benefit a .title .orange {
  color: #F45322;
}
.main--banner-benefit a.benefit-type1 {
  background-color: #EFECEC;
}

.main--banner-benefit a.benefit-type1 img {
  position: absolute;
  top: 9px;
  right: 19px;
}

.main--banner-benefit a.benefit-type2 {
  background-color: #FAF4E4;
}

.main--banner-benefit a.benefit-type2 .sub-title {
  color: #F45322;
}

.main--banner-benefit a.benefit-type2 .title {
  display: block;
}

.main--banner-benefit a.benefit-type2 .title .orange {
  color: #F45322;
}

.main--banner-benefit a.benefit-type2 .title small {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}

.main--banner-benefit a.benefit-type2 img {
  position: absolute;
  top: 19px;
  right: 31px;
}

.ps-quick-menu {
  width: 1257px;
  margin: 0 auto;
  -webkit-transform: translateX(45px);
      -ms-transform: translateX(45px);
          transform: translateX(45px);
}

.ps-quick-menu--wrap {
  margin-bottom: 80px;
}

.ps-quick-menu .item {
  padding-top: 80px;
  text-align: center;
  background: url("/front/images/renewal/icon_quick_01.svg") center top no-repeat;
}

.ps-quick-menu .item > a {
  font-size: 24px;
}

.ps-quick-menu .item > a::after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url("/front/images/renewal/icon_arrow_R.svg") center top no-repeat;
}

.ps-quick-menu .item .desc {
  color: #999999;
  font-size: 18px;
  margin-top: 10px;
  line-height: 26px;
}

.ps-quick-menu .item.brand {
  background-position-y: 17px;
}

.ps-quick-menu .item.store {
  background-image: url("/front/images/renewal/icon_quick_02.svg");
}

.ps-quick-menu .item.giftcard {
  background-image: url("/front/images/renewal/icon_quick_03.svg");
}

@-webkit-keyframes key-visual-zoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 110% auto;
  }
}

@keyframes key-visual-zoom {
  0% {
    background-size: 100% auto;
  }
  100% {
    background-size: 110% auto;
  }
}

/*
  Sub Main
*/
.ui.ps-tab .menu {
  margin-bottom: 34px;
}

.ui.ps-tab .menu > a {
  display: inline-block;
  position: relative;
  height: 54px;
  font-size: 26px;
  color: #999;
}

.ui.ps-tab .menu > a:hover, .ui.ps-tab .menu > a[aria-selected="true"] {
  color: #1d1d1d;
}

.ui.ps-tab .menu > a:hover::after, .ui.ps-tab .menu > a[aria-selected="true"]::after {
  width: 100%;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.ui.ps-tab .menu > a::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 8px;
  bottom: 0;
  background-color: #1d1d1d;
}

.ui.ps-tab .menu > a + a {
  margin-left: 30px;
}

/* swiper */
.ps-items-swiper {
  overflow: hidden;
}

.ps-items-swiper .cont {
  position: relative;
}

.ps-items-swiper .cont .swiper-slide {
  width: 320px;
}

.ps-items-swiper .cont .swiper-slide .ps-prd-item {
  margin-bottom: 60px;
  width: 320px;
}

.ps-items-swiper .cont .swiper-slide .ps-prd-item .desc.s-items {
  padding-top: 26px;
}

.ps-items-swiper .cont .swiper-slide .ps-prd-item .desc.s-items .name {
  margin-bottom: 8px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ps-items-swiper .cont .swiper-slide .ps-prd-item .desc.s-items .amount {
  font-size: 22px;
  line-height: 27px;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(1) .ps-prd-item {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(2) .ps-prd-item {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(3) .ps-prd-item {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(4) .ps-prd-item {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(5) .ps-prd-item {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(6) .ps-prd-item {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(7) .ps-prd-item {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(8) .ps-prd-item {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(9) .ps-prd-item {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(10) .ps-prd-item {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(11) .ps-prd-item {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(12) .ps-prd-item {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(13) .ps-prd-item {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(14) .ps-prd-item {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(15) .ps-prd-item {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(16) .ps-prd-item {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(17) .ps-prd-item {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(18) .ps-prd-item {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(19) .ps-prd-item {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.ps-items-swiper [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(20) .ps-prd-item {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.ps-items-swiper.lookbook {
  margin-top: 30px;
}

.ps-items-swiper.lookbook .cont .swiper-slide {
  width: 480px;
  margin-right: 40px;
}

.ps-items-swiper.lookbook .cont .swiper-slide .ps-prd-item {
  width: 480px;
  margin-bottom: 0;
}

.ps-items-swiper.lookbook .cont .swiper--button {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -999px;
}

.ps-items-swiper.lookbook .cont .swiper--button-prev {
  left: 30px;
  background-image: url(/front/images/renewal/icon_arrow_L_white_blur.svg);
}

.ps-items-swiper.lookbook .cont .swiper--button-next {
  right: 150px;
  background-image: url(/front/images/renewal/icon_arrow_R_white_blur.svg);
}

.ps-items-swiper.lookbook .cont .swiper-container-initialized .swiper-slide {
  margin-right: 0;
}

.ps-items-swiper.lookbook .cont .swiper-container-initialized .swiper--button {
  display: block;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(1) .ps-prd-item {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(2) .ps-prd-item {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(3) .ps-prd-item {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(4) .ps-prd-item {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(5) .ps-prd-item {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(6) .ps-prd-item {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(7) .ps-prd-item {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(8) .ps-prd-item {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(9) .ps-prd-item {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(10) .ps-prd-item {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(11) .ps-prd-item {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(12) .ps-prd-item {
  -webkit-transition-delay: 1100ms;
          transition-delay: 1100ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(13) .ps-prd-item {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(14) .ps-prd-item {
  -webkit-transition-delay: 1300ms;
          transition-delay: 1300ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(15) .ps-prd-item {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(16) .ps-prd-item {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(17) .ps-prd-item {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(18) .ps-prd-item {
  -webkit-transition-delay: 1700ms;
          transition-delay: 1700ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(19) .ps-prd-item {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}

.ps-items-swiper.lookbook [data-aos="ps-swiper-in"].aos-animate:not(.hidden) .swiper-slide:nth-child(20) .ps-prd-item {
  -webkit-transition-delay: 1900ms;
          transition-delay: 1900ms;
}

.ps-items-swiper [data-aos="zoom-in"].aos-init .ps-prd-item {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.ps-items-swiper [data-aos="zoom-in"].aos-animate:not(.hidden) .ps-prd-item:nth-child(1) {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.ps-items-swiper [data-aos="zoom-in"].aos-animate:not(.hidden) .ps-prd-item:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

.ps-items-swiper [data-aos="zoom-in"].aos-animate:not(.hidden) .ps-prd-item:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

.ps-items-swiper [data-aos="zoom-in"].aos-animate:not(.hidden) .ps-prd-item:nth-child(4) {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.ps-items-swiper [data-aos="zoom-in"].aos-animate:not(.hidden) .ps-prd-item:nth-child(5) {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

.ps-items-swiper [data-aos="zoom-in"].aos-animate:not(.hidden) .ps-prd-item:nth-child(6) {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.sub--key-visual {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
  overflow: hidden;
}

.sub--key-visual .visual--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 860px;
  z-index: -1;
  background-position: top center;
  background-size: cover;
  background-repeat: repeat-x;
}

.sub--key-visual .visual--img.dim::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, right top, from(#00000066), to(#00000000)) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(left, #00000066 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #00000066 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.sub--key-visual .visual--title {
  padding-top: 327px;
  color: #fff;
}

.sub--key-visual .visual--title .font-medium {
  display: block;
  font-size: 22px;
  margin-bottom: 16px;
}

.sub--key-visual .visual--title .font-bold {
  font-size: 48px;
  line-height: 64px;
}

.sub--key-visual .visual--title p {
  font-size: 22px;
  margin-bottom: 16px;
}

.sub--key-visual .visual--title h3 {
  font-size: 48px;
  line-height: 64px;
}

.sub--key-visual .swiper-container {
  height: 860px;
}

.sub--key-visual .swiper-container .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub-prd-list--type1 {
  margin-bottom: 120px;
  overflow: hidden;
}

.sub-prd-list--type1 .prd-list--wrap {
  position: relative;
  color: #1d1d1d;
  overflow: hidden;
}

.sub-prd-list--type1 .prd-list--header {
  margin-bottom: 42px;
}

.sub-prd-list--type1 .prd-list--header small {
  font-size: 20px;
  margin-bottom: 11px;
}

.sub-prd-list--type1 .prd-list--header h3 {
  font-size: 48px;
  line-height: 64px;
}

.sub-prd-list--type1 .prd-list--body .item .left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 820px;
  -ms-flex: 0 0 820px;
  flex: 0 0 820px;
  height: 1070px;
}
.sub-prd-list--type1 .prd-list--body .item .left a {
  width: 100%;
  height: 100%;
}
.sub-prd-list--type1 .prd-list--body .item .left a img {
  width: 100%; height: 100%;
}
.sub-prd-list--type1 .prd-list--body .item .left a .desc {
  left: 60px;
  bottom: 60px;
}

.sub-prd-list--type1 .prd-list--body .item .left a .desc .title {
  font-size: 32px;
}

.sub-prd-list--type1 .prd-list--body .item .left a .desc .amount {
  margin-top: 7px;
  font-size: 36px;
}

.sub-prd-list--type1 .prd-list--body .item .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sub-prd-list--type1 .prd-list--body .item .right .row {
  width: 390px;
  margin: 20px 0 0 20px;
}

.sub-prd-list--type1 .prd-list--body .item .right .row:nth-child(-n + 2) {
  margin-top: 0;
}

.sub-prd-list--type1 .prd-list--body .item a {
  position: relative;
  display: block;
}

.sub-prd-list--type1 .prd-list--body .item a .desc {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  color: #fff;
  line-height: 1.3;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sub-prd-list--type1 .prd-list--body .item a .desc .title,
.sub-prd-list--type1 .prd-list--body .item a .desc .name {
  font-size: 22px;
}

.sub-prd-list--type1 .prd-list--body .item a .desc .amount {
  margin-top: 5px;
  font-size: 26px;
}

.sub-prd-list--type1 .prd-list--body .item a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-prd-list--type1 .prd-list--body .item a:hover::after {
  opacity: 1;
}

.sub-prd-list--type1 .prd-list--body .item a:hover .desc {
  opacity: 1;
}

.sub-prd-list--type1 .swiper-container .swiper-pagination {
  position: absolute;
  top: -40px;
  left: auto;
  right: 0;
  bottom: auto;
  width: auto;
}

.sub-prd-list--type2 {
  margin-bottom: 65px;
}

.sub-prd-list--type2 .prd-list--wrap {
  position: relative;
  color: #1d1d1d;
}

.sub-prd-list--type2 .prd-list--header {
  margin-bottom: 30px;
}

.sub-prd-list--type2 .prd-list--header h3 {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 64px;
}

.sub-prd-list--type2 .prd-list--header h4 {
  font-size: 28px;
  line-height: 35px;
}

.sub-prd-list--type2 .best-item {
  font-size: 0;
}

.sub-prd-list--type2 .best-item .visual {
  display: inline-block;
  vertical-align: top;
  width: 520px;
  margin-right: 40px;
}

.sub-prd-list--type2 .best-item .best-swiper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1080px;
  margin-top: -50px;
  padding-top: 50px;
  overflow: hidden;
}

.sub-prd-list--type2 .best-item .best-swiper .swiper-slide {
  overflow: hidden;
}

.sub-prd-list--type2 .best-item .swiper-pagination {
  top: -40px;
  left: auto;
  right: 0;
  bottom: auto;
}

.ps-prd-list--wrap.ps-event-list > .ps-col {
  margin-top: 70px !important;
}

.ps-prd-list--wrap.ps-event-list > .ps-col:nth-child(-n + 3) {
  margin-top: 20px !important;
}

.ps-best-items {
  font-size: 0;
}

.ps-best-items .ps-prd-item .name {
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ps-best-items .ps-prd-item.one {
  display: inline-block;
  vertical-align: top;
  width: 520px;
}

.ps-best-items .ps-prd-item.one .desc {
  padding-top: 24px;
}

.ps-best-items .ps-prd-item.one .desc .cate {
  margin-bottom: 8px;
  line-height: 22px;
}

.ps-best-items .ps-prd-item.one .desc .name {
  margin-bottom: 18px;
  font-size: 22px;
}

.ps-best-items .ps-prd-item.one .desc .price .base-price {
  font-size: 20px;
  line-height: 25px;
}

.ps-best-items .ps-prd-item.one .desc .price .amount {
  margin: 6px 0 0 0;
  font-size: 24px;
}

.ps-best-items .ps-prd-item .thumbs .ranking {
  position: absolute;
  width: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #000;
}

.ps-best-items .rankings {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 520px);
  padding-left: 40px;
}

.ps-best-items .rankings .ps-prd-item {
  margin-bottom: 0;
}

.ps-best-items .rankings .ps-prd-item + .ps-prd-item {
  margin-top: 16px;
}

.ps-best-items .rankings .ps-prd-item .amount {
  margin: 6px 0 0 0;
}

.ps-best-items .rankings .ps-prd-item .name + .price.sale {
  padding-top: 32px;
}

.sub-daily {
  position: relative;
  margin-bottom: 10px;
}

.sub-daily--wrap {
  position: relative;
  font-size: 0;
}

.sub-daily--wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(-100% + 296px);
  width: 100%;
  height: calc(100% - 102px);
  background: #fff;
  z-index: 2;
}

.sub-daily--header {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  width: 296px;
  background: #fff;
}

.sub-daily--header h3 {
  font-size: 42px;
  line-height: 54px;
}

.sub-daily--header h3 .line {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.sub-daily--header h3 .line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 8px solid #1d1d1d;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sub-daily--header h3 .line .letter {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: #fff;
}

.sub-daily--header h3 .line .letter:first-child {
  padding-right: 16px;
}

.sub-daily--header h3 .line .letter:last-child {
  padding-left: 16px;
  margin-left: 56px;
}

.sub-daily--swipper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1120px;
}

.sub-daily--swipper .swiper-container {
  padding-bottom: 102px;
}

.sub-daily--swipper .swiper-container .swiper-pagination-progressbar {
  width: 1640px;
  margin-left: -296px;
}

.sub-daily--swipper .swiper-slide {
  width: 1080px;
}

.sub-daily--swipper .swiper-slide.swiper-slide-active .thumb::before {
  opacity: 0;
}

.sub-daily--swipper .sub-daily--button-next {
  position: absolute;
  top: 270px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: #222 url("/front/images/renewal/icon_arrow_R_white.svg") center no-repeat;
  z-index: 1;
}

.sub-daily--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 1120px;
  padding-right: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.sub-daily--item .thumb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 460px;
}

.sub-daily--item .thumb::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.37;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-daily--item .cont {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 460px);
  padding-left: 32px;
}

.sub-daily--item .cont .item-detail {
  padding-top: 22px;
}

.sub-daily--item .cont .item-detail dl {
  position: relative;
  padding-top: 40px;
  padding-bottom: 48px;
  color: #1d1d1d;
}

.sub-daily--item .cont .item-detail dl::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 16px solid #1d1d1d;
}

.sub-daily--item .cont .item-detail dl > dt {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.sub-daily--item .cont .item-detail dl > dd {
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.sub-daily--item .cont .item-detail .cate {
  font-size: 16px;
  line-height: 23px;
  color: #ff0052;
}

.sub-daily--item .cont .items {
  margin-top: auto;
}

.sub-daily--item .cont .items .ps-prd-item.vertical {
  margin-bottom: 0;
}

.sub-daily--item .cont .items .ps-prd-item.vertical + .ps-prd-item.vertical {
  margin-top: 16px;
}

.sub-daily--item .cont .items .ps-prd-item.vertical .thumbs {
  width: 140px;
}

.sub-daily--item .cont .items .ps-prd-item.vertical .desc .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sub-daily--item .cont .items .ps-prd-item.vertical .desc .price .amount {
  margin-bottom: 0;
}

.sub-best-review {
  margin-bottom: 120px;
}

.sub-best-review--header {
  margin-bottom: 40px;
}

.sub-best-review--header h3 {
  font-size: 48px;
  line-height: 67px;
}

.sub-best-review--header .desc {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.best-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.best-review--item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.best-review--item + .best-review--item {
  margin-left: 32px;
}

.best-review--item .best-prd {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.best-review--item .best-prd .thumbs {
  position: relative;
}

.best-review--item .best-prd .thumbs > .bdg {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #000;
}

.best-review--item .best-prd .best-info {
  padding-top: 35px;
}

.best-review--item .best-prd .best-info dt {
  font-size: 30px;
  line-height: 38px;
}

.best-review--item .best-prd .best-info dd {
  margin-top: 18px;
  font-size: 18px;
  line-height: 26px;
}

.best-review--item .best-prd .best-link {
  position: absolute;
  left: 0;
  bottom: 0;
  text-decoration: underline;
}

.best-review--item .visual {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  height: 669px;
}

.best-review--item .visual img {
  height: 100%;
}

.sub-sns--header {
  margin-bottom: 40px;
}

.sub-sns--header h3 {
  font-size: 48px;
  line-height: 64px;
}

.sub-sns--header h3:after {
  content: '';
  position: relative;
  top: 5px;
  display: inline-block;
  vertical-align: top;
  width: 41px;
  height: 54px;
  background: url(/front/images/renewal/icon_fire.png);
}

.sub-sns-tab {
  margin-bottom: 17px;
  font-size: 0;
}

.sub-sns-tab a {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 16px 0;
  padding: 15px 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  border: 3px solid #1d1d1d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sub-sns-tab a:hover, .sub-sns-tab a[aria-selected="true"] {
  color: #fff;
  background: #000;
}

.sub-sns--items {
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.sub-sns--items .items {
  position: relative;
  float: left;
  width: 260px;
  height: 260px;
  margin: 16px 0 0 16px;
}

.sub-sns--items .items .name {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: calc(100% - 28px);
  font-size: 20px;
  color: #fff;
}

.sub-sns--items .items.one {
  width: 536px;
  height: 536px;
  margin: 0;
}

.sub-sns--items .items:nth-child(-n + 5) {
  margin-top: 0;
}

/* 뉴스 */
.ps-news-wrap {
  padding-top: 18px;
}

.ps-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ps-news-item + .ps-news-item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.ps-news-item .thumbs {
  width: 820px;
  cursor: pointer;
}

.ps-news-item .desc {
  width: 820px;
  padding-left: 40px;
}

.ps-news-item .desc dl > dt {
  padding-bottom: 15px;
}

.ps-news-item .desc dl > dt > a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-bottom: 5px;
  font-size: 32px;
  line-height: 48px;
}

.ps-news-item .desc dl > dt > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 8px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.ps-news-item .desc dl > dt > a:hover::after {
  border-bottom: 8px solid #1d1d1d;
}

.ps-news-item .desc dl > dd {
  font-size: 18px;
  line-height: 24px;
}

.ps-news-item .desc dl > dd.date {
  margin-top: 40px;
  font-size: 16px;
  color: #999;
}

/* 뉴스 */
/* 룩북 필름 */
.ps-film {
  margin-top: 20px;
}

.ps-film--container {
  position: relative;
  height: 0;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.ps-film--container iframe,
.ps-film--container object,
.ps-film--container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ps-film > dl {
  margin-top: 30px;
}

.ps-film > dl dt {
  font-size: 28px;
  line-height: 38px;
}

.ps-film > dl dd {
  padding-top: 14px;
  font-size: 18px;
  line-height: 24px;
}

/* 룩북 필름 */
/* 스마트핏 */
.ps-smart-fit {
  margin-top: 170px;
}

.ps-smart-fit--guide {
  width: 1640px;
  margin: 0 auto;
  margin-top: 170px;
}

.ps-smart-fit--guide > .title {
  text-align: center;
  font-size: 46px;
  line-height: 58px;
}

.ps-smart-fit--guide > .title:after {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 10px;
  margin-left: 4px;
  border-bottom: 10px solid #ff0052;
}

.ps-smart-fit--guide-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin-top: 100px;
}

.ps-smart-fit--guide-list > li {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 750px;
  margin: 110px 140px 0 0;
  border: 4px solid #1d1d1d;
}

.ps-smart-fit--guide-list > li:nth-child(-n + 2) {
  margin-top: 0;
}

.ps-smart-fit--guide-list > li:nth-child(2n) {
  margin-right: 0;
}

.ps-smart-fit--guide-list > li .top {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

.ps-smart-fit--guide-list > li .top .num {
  width: 74px;
  font-size: 55px;
  line-height: 78px;
  letter-spacing: -1px;
}

.ps-smart-fit--guide-list > li .top .desc {
  padding-top: 22px;
  padding-left: 10px;
  font-weight: 500;
  font-size: 34px;
  line-height: 44px;
}

.ps-smart-fit--guide-list > li .thumbs {
  position: relative;
  height: 690px;
  background: #222 url(/front/images/renewal/smartfit/img_smartfit_guide_frame.png) no-repeat center bottom;
}

.ps-smart-fit--guide-list > li .thumbs img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ps-smart-fit--footer {
  margin-top: 170px;
  background: #000;
}

.ps-smart-fit--footer > .top {
  position: relative;
  background: url(/front/images/renewal/smartfit/bg_smartfit_footer_top.png) no-repeat center;
}

.ps-smart-fit--footer > .top > .inner {
  position: relative;
  width: 1640px;
  height: 480px;
  margin: 0 auto;
}



/*버튼수정 시작 220715*/
.ps-smart-fit--footer > .top > .inner > .title {
  position: relative;
  padding-top: 112px;
  padding-bottom: 26px;
  font-size: 40px;
  color: #fff;
  line-height: 50px;
}

/*
.ps-smart-fit--footer > .top > .inner > .title::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 40px;
  border-bottom: 16px solid #fff;
}
*/
.ps-smart-fit--footer > .top > .inner > p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.ps-smart-fit--footer > .top > .inner > a {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 50px;
  font-size: 42px;
  color: #fff;
}
/*버튼수정 끝 220715*/

.ps-smart-fit--footer > .top > .inner > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  border-bottom: 16px solid #ff0052;
}

.ps-smart-fit--footer > .bottom {
  width: 1640px;
  margin: 0 auto;
  padding: 80px 0;
}

/* 스마트핏 */
/* 스폰서쉽 */
.ps-media-item {
  text-align: center;
}

.ps-media-item + .ps-media-item {
  margin-top: 80px;
}

.ps-media-item .btn-area {
  margin-top: 36px;
}

.ps-media-thumb > a {
  display: block;
}

.ps-media-thumb > a > img {
  width: 100%;
}

.ps-media-body {
  padding-top: 30px;
}

.ps-media-body > .title {
  font-family: Poppins, Pretendard, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.ps-media-body > .desc {
  padding-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

.ps-sponsor-content {
  margin-top: 80px;
  padding: 80px 0 100px 0;
  background: #F5F5F5 url(/front/images/renewal/sponsorship/bg_sponsor_content.png) no-repeat right bottom;
}

.ps-sponsor-content > .inner {
  width: 1640px;
  margin: 0 auto;
}

.ps-sponsor-content > .inner > .title {
  padding-bottom: 40px;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
  color: #222222;
}

.ps-sponsor-media {
  font-size: 0;
}

.ps-sponsor-media--content {
  display: inline-block;
  vertical-align: top;
  width: 800px;
}

.ps-sponsor-media--content + .ps-sponsor-media--content {
  margin-left: 40px;
}

/* 스폰서쉽 */
/* 100% 넓이 영상 구간 */
.media-add {
  position: relative;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.media-add iframe,
.media-add object,
.media-add embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 100% 넓이 영상 구간 */
/* 브랜드스토리 */
.ps-brandstory {
  position: relative;
  overflow: hidden;
}

.ps-brandstory::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  pointer-events: none;
}

.ps-brandstory::after {
  content: '';
  position: absolute;
  top: 573px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  pointer-events: none;
}

.ps-brandstory > .inner {
  position: relative;
  width: 1640px;
  margin: 0 auto;
}

.ps-brandstory > .inner::before {
  content: '';
  position: absolute;
  top: 191px;
  left: -50vw;
  width: 200vw;
  border-bottom: 1px solid #eee;
  pointer-events: none;
}

.ps-brandstory > .inner::after {
  content: '';
  position: absolute;
  top: 382px;
  left: -50vw;
  width: 200vw;
  border-bottom: 1px solid #eee;
  pointer-events: none;
}

.ps-brandstory > .inner .swiper-container {
  padding-right: 200px;
}

.ps-brandstory > .inner .swiper-container .swiper-wrapper {
  padding-bottom: 160px;
}

.ps-brandstory > .inner .swiper-container .swiper-slide {
  position: relative;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(112, 54, 204, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(112, 54, 204, 0) 100%);
  background: linear-gradient(90deg, white 0%, rgba(112, 54, 204, 0) 100%);
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item::after {
  content: attr(data-year);
  position: absolute;
  z-index: 6;
  top: 50px;
  left: -50px;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 20px;
  color: #1d1d1d;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .k-year {
  position: absolute;
  font-family: Poppins, sans-serif;
  font-weight: 900;
  font-size: 340px;
  line-height: 1;
  letter-spacing: -10px;
  color: #e8e8e8;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .k-year.up {
  top: -35px;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .k-year.down {
  bottom: -51px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .k-year.up {
    top: -17px;
  }
  .ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .k-year.down {
    bottom: -67px;
  }
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .y-thumb {
  position: absolute;
  z-index: 2;
  padding-left: 68px;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .y-thumb > .year {
  position: absolute;
  left: 0;
  display: inline-block;
  padding-right: 37px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .y-thumb > .year:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  border-bottom: 4px solid #1d1d1d;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .y-thumb.etc1 {
  padding-left: 0;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .y-thumb.etc2 {
  padding-left: 0;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .bs-story {
  position: absolute;
  z-index: 3;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .bs-story > dt {
  position: relative;
  top: 80px;
  padding-bottom: 34px;
  font-weight: 700;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: -1px;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.ps-brandstory > .inner .swiper-container .swiper-slide .ps-brandstory-item .bs-story > dd {
  position: relative;
  top: 80px;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s;
}

.ps-brandstory > .inner .swiper-container .swiper-slide.swiper-slide-active .ps-brandstory-item::before {
  opacity: 0;
}

.ps-brandstory > .inner .swiper-container .swiper-slide.swiper-slide-active .ps-brandstory-item::after {
  top: -200px;
  opacity: 0;
}

.ps-brandstory > .inner .swiper-container .swiper-slide.swiper-slide-active .ps-brandstory-item .bs-story > dt {
  top: 0;
  opacity: 1;
}

.ps-brandstory > .inner .swiper-container .swiper-slide.swiper-slide-active .ps-brandstory-item .bs-story > dd {
  top: 0;
  opacity: 1;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button {
  position: absolute;
  bottom: 6px;
  z-index: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button.swiper-button-disabled:before {
  opacity: 0.4;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button-prev {
  left: 0;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 16px;
  height: 16px;
  border-top: 5px solid #999;
  border-left: 5px solid #999;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button-prev:not(.swiper-button-disabled):hover:before {
  border-top: 5px solid #1d1d1d;
  border-left: 5px solid #1d1d1d;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button-next {
  right: 0;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button-next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  border-top: 5px solid #999;
  border-left: 5px solid #999;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-brandstory > .inner .swiper-container .ps-bs--button-next:not(.swiper-button-disabled):hover:before {
  border-top: 5px solid #1d1d1d;
  border-left: 5px solid #1d1d1d;
}

.ps-brandstory > .inner .swiper-slide {
  width: 1640px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-index {
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-index .ps-brandstory-item {
  padding-top: 175px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-index .ps-brandstory-item h4 {
  position: relative;
  padding-top: 40px;
  font-size: 74px;
  line-height: 90px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-index .ps-brandstory-item h4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-bottom: 16px solid #1d1d1d;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1949 {
  width: 1582px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1949 .k-year {
  left: 802px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1949 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1949 .y-thumb .year {
  top: 46px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1949 .bs-story {
  top: 59px;
  left: 888px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1950 {
  width: 1410px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1950 .k-year {
  left: 170px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1950 .y-thumb {
  top: 188px;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1950 .y-thumb .year {
  top: 11px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1950 .y-thumb.etc1 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1950 .bs-story {
  top: 305px;
  left: 399px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1961 {
  width: 1329px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1961 .k-year {
  right: 74px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1961 .y-thumb {
  top: 0;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1961 .y-thumb .year {
  top: 18px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1961 .y-thumb.etc1 {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1961 .bs-story {
  top: 140px;
  left: 213px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1962 {
  width: 1600px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1962 .k-year {
  left: 131px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1962 .y-thumb {
  right: 0;
  bottom: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1962 .y-thumb .year {
  bottom: 21px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1962 .y-thumb.etc1 {
  bottom: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1962 .bs-story {
  top: 193px;
  left: 457px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1969 {
  width: 1140px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1969 .k-year {
  left: 342px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1969 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1969 .y-thumb .year {
  top: 32px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1969 .bs-story {
  top: 91px;
  left: 642px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1975 {
  width: 1346px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1975 .k-year {
  left: 162px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1975 .y-thumb {
  right: 0;
  bottom: 108px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1975 .y-thumb .year {
  top: 19px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1975 .y-thumb.etc1 {
  bottom: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1975 .bs-story {
  top: 318px;
  left: 416px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1976 {
  width: 1282px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1976 .k-year {
  left: 293px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1976 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1976 .y-thumb .year {
  top: 19px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1976 .y-thumb.etc1 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1976 .bs-story {
  top: 57px;
  left: 782px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978 {
  width: 1163px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978 .k-year {
  left: 111px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978 .y-thumb {
  top: 0;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978 .y-thumb .year {
  top: 518px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978 .y-thumb.etc1 {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978 .bs-story {
  top: 318px;
  left: 46px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978-2 {
  width: 1380px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978-2::after {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  width: 213px;
  height: 190px;
  background: url(/front/images/renewal/brandstory/hs-arrow-1.png) no-repeat;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978-2 .k-year {
  left: 595px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978-2 .y-thumb {
  top: 0;
  left: 208px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978-2 .y-thumb .year {
  top: 25px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1978-2 .bs-story {
  top: 302px;
  left: 0;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 {
  width: 1477px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 .k-year {
  left: 675px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 .y-thumb {
  top: 0;
  left: 296px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 .y-thumb .year {
  top: 25px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 .y-thumb.etc1 {
  top: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 .y-thumb.etc2 {
  top: 38px;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 .bs-story {
  top: 302px;
  left: 659px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1980 .bs-story dd {
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1981 {
  width: 1314px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1981 .k-year {
  left: 623px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1981 .y-thumb {
  top: 0;
  left: 637px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1981 .y-thumb .year {
  top: 27px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1981 .y-thumb.etc1 {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1981 .y-thumb.etc2 {
  top: auto;
  left: 145px;
  bottom: 32px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1981 .bs-story {
  top: 234px;
  left: 373px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1982 {
  width: 1393px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1982 .k-year {
  left: 616px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1982 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1982 .y-thumb .year {
  top: 61px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1982 .y-thumb.etc1 {
  top: 190px;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1982 .bs-story {
  top: 361px;
  left: 599px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983 {
  width: 1490px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983::after {
  content: '';
  position: absolute;
  top: 192px;
  right: -170px;
  width: 213px;
  height: 190px;
  background: url(/front/images/renewal/brandstory/hs-arrow-1.png) no-repeat;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983 .k-year {
  left: 723px;
  letter-spacing: 0 !important;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983 .y-thumb {
  top: 232px;
  left: 137px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983 .y-thumb .year {
  top: 254px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983 .y-thumb.etc1 {
  z-index: 1;
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983 .y-thumb.etc2 {
  top: 191px;
  left: 1266px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1983 .bs-story {
  top: 5px;
  left: 684px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984 {
  width: 1366px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984 .k-year {
  left: 512px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984 .y-thumb {
  top: 0;
  left: 220px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984 .y-thumb .year {
  top: 61px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984 .y-thumb.etc1 {
  z-index: 1;
  top: 99px;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984 .y-thumb.etc2 {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984 .bs-story {
  top: 317px;
  left: 602px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984-2 {
  width: 1525px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984-2 .k-year {
  left: 730px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984-2 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984-2 .y-thumb .year {
  top: 9px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984-2 .y-thumb.etc1 {
  z-index: 1;
  top: 0;
  left: 947px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1984-2 .bs-story {
  top: 266px;
  left: 589px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1986 {
  width: 1225px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1986 .k-year {
  left: 386px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1986 .y-thumb {
  top: 191px;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1986 .y-thumb .year {
  top: 38px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1986 .bs-story {
  top: 384px;
  left: 725px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1988 {
  width: 1447px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1988 .k-year {
  left: 173px;
  z-index: 1;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1988 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1988 .y-thumb .year {
  top: 1px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1988 .y-thumb.etc1 {
  z-index: 0;
  top: 0;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1988 .bs-story {
  top: 36px;
  left: 641px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1992 {
  width: 1129px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1992 .k-year {
  left: 48px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1992 .y-thumb {
  top: 0;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1992 .y-thumb .year {
  top: 384px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1992 .bs-story {
  top: 383px;
  left: 0;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1993 {
  width: 1455px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1993::after {
  content: '';
  position: absolute;
  top: 197px;
  left: -52px;
  width: 213px;
  height: 190px;
  background: url(/front/images/renewal/brandstory/hs-arrow-1.png) no-repeat;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1993 .k-year {
  left: 372px;
  letter-spacing: 0 !important;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1993 .y-thumb {
  top: 0;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1993 .y-thumb .year {
  top: 246px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1993 .y-thumb.etc1 {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1993 .bs-story {
  top: 36px;
  left: 506px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1994 {
  width: 1227px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1994 .k-year {
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1994 .y-thumb {
  top: 192px;
  left: 605px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1994 .y-thumb .year {
  top: 117px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1994 .y-thumb.etc1 {
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1994 .bs-story {
  top: 383px;
  left: 37px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1998 {
  width: 1360px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1998 .k-year {
  left: 372px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1998 .y-thumb {
  top: 192px;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1998 .y-thumb .year {
  top: 8px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1998 .y-thumb.etc1 {
  top: 0;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-1998 .bs-story {
  top: 52px;
  left: 443px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2009 {
  width: 1446px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2009 .k-year {
  left: 630px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2009 .y-thumb {
  top: 190px;
  left: 134px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2009 .y-thumb .year {
  top: 130px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2009 .y-thumb.etc1 {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2009 .bs-story {
  top: 307px;
  left: 842px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2017 {
  width: 1321px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2017::after {
  content: '';
  position: absolute;
  top: 193px;
  right: -199px;
  width: 421px;
  height: 381px;
  background: url(/front/images/renewal/brandstory/hs-arrow-2.png) no-repeat;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2017 .k-year {
  left: 594px;
  z-index: 1;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2017 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2017 .y-thumb .year {
  top: 14px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2017 .y-thumb.etc1 {
  top: 0;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2017 .bs-story {
  top: 105px;
  left: 665px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2018 {
  width: 1262px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2018 .k-year {
  top: 28px;
  left: 475px;
  line-height: 476px !important;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2018 .y-thumb {
  top: 263px;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2018 .y-thumb .year {
  top: 21px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2018 .y-thumb.etc1 {
  top: 336px;
  left: auto;
  right: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2018 .bs-story {
  top: 22px;
  left: 145px;
  width: 500px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2021 {
  width: 1133px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2021 .k-year {
  left: 107px;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2021 .y-thumb {
  top: 0;
  left: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2021 .y-thumb .year {
  top: 0;
}

.ps-brandstory > .inner .swiper-slide.ps-bs-2021 .bs-story {
  top: 310px;
  left: 633px;
  width: 500px;
}

.ps-brandstory-item {
  position: relative;
  height: 573px;
  font-size: 50px;
}

.ps-brandstory-channel {
  margin-top: 28px;
  font-size: 0;
}

.ps-brandstory-channel > a {
  display: inline-block;
  padding: 12px 34px;
  border: 2px solid #1d1d1d;
}

.ps-brandstory-channel > a > span {
  display: block;
  padding-left: 33px;
  font-weight: 500;
  font-size: 16px;
  background: url(/front/images/renewal/brandstory/icon_youtube.png) no-repeat left center;
}

/* 브랜드스토리 */
/***************         고객센터           *****************/
.prd-list--cobox {
  display: block;
}

.prd-list--cobox > ul {
  display: block;
  font-size: 0;
}

.prd-list--cobox > ul > li {
  display: inline-block;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 25%;
  text-align: center;
}

.prd-list--cobox > ul > li:first-child > a:before {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_id.png) no-repeat center;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 16px;
}

.prd-list--cobox > ul > li:nth-child(2) > a:before {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_profile_edit.png) no-repeat center;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 16px;
}

.prd-list--cobox > ul > li:nth-child(3) > a:before {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_order.png) no-repeat center;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 16px;
}

.prd-list--cobox > ul > li:last-child {
  border-right: 1px solid #eee;
}

.prd-list--cobox > ul > li:last-child > a:before {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_cancellation.png) no-repeat center;
  width: 48px;
  height: 48px;
  vertical-align: middle;
  margin-right: 16px;
}

.prd-list--cobox > ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 18px;
  color: #1d1d1d;
  padding: 30px 0;
}

.prd-faq--sh {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  margin: 36px 0 80px 0;
}

.prd-faq--sh > .faq-input--area {
  display: block;
  padding: 40px 0;
  text-align: center;
  font-size: 0;
}

.prd-faq--sh > .faq-input--area > .tit {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  padding-top: 15px;
  font-size: 22px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  line-height: 30px;
}

.prd-faq--sh > .faq-input--area > .cont {
  display: inline-block;
  vertical-align: top;
  width: 660px;
  text-align: left;
}

.prd-faq--sh > .faq-input--area > .cont .faq-no-sh {
  margin-top: 20px;
  font-size: 0;
}

.prd-faq--sh > .faq-input--area > .cont .faq-no-sh .word {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  font-size: 18px;
  color: #999;
}

.prd-faq--sh > .faq-input--area > .cont .faq-no-sh .ps-btn {
  vertical-align: middle;
}

.prd-faq--sh > .faq-input--area > .faq-no-sh {
  display: block;
  font-size: 18px;
  color: #999;
  font-weight: 400;
  margin-top: 20px;
  line-height: 48px;
}

.ps-cont-head .small-desc.pass:after {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/pass_12_6_right.png) no-repeat center;
  width: 6px;
  height: 12px;
  vertical-align: middle;
  margin-left: 8px;
}

.benefits_info {
  display: block;
  margin-top: 17px;
  margin-bottom: 78px;
}

.benefits_info > ul {
  display: block;
}

.benefits_info > ul > li {
  color: #6c6c6c;
  font-size: 20px;
  margin-top: 10px;
}

.benefits_info > ul > li:first-child {
  margin-top: 0;
}

.benefits_info > ul > li > .title {
  color: #1d1d1d;
  font-weight: 500;
  margin-right: 40px;
  display: inline-block;
}

.benefits_info > ul > li > .noti {
  display: block;
  padding-left: 12px;
  font-size: 16px;
  color: #999;
  margin-top: 10px;
  font-style: normal;
  margin-left: 114px;
  line-height: 24px;
  text-indent: -12px;
}

.benefits_info > ul > li > .noti:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 4px;
  margin-right: 4px;
  border-bottom: 4px solid #ff0052;
}

.benefits_box {
  padding: 35px 50px;
  border: 4px solid #1d1d1d;
  margin-top: 20px;
  font-size: 0;
}

.benefits_box > .left-box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.benefits_box > .left-box > .benefit-tit {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
}

.benefits_box > .left-box > .benefit-down-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #000;
}

.benefits_box > .left-box > .benefit-down-btn:after {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_down.png) no-repeat center;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  margin-left: 10px;
}

.benefits_box > .right-box {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.benefits_box > .right-box > img {
  display: inline-block;
}

.benefit-down-btn + .c-gary {
  margin-top: 53px;
}

.review-list-box {
  display: block;
  font-size: 0;
}

.review-list-box > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.review-list-box > li:first-child {
  margin-left: 0;
}

.review-list-box > li.ty2 {
  margin-left: 40px;
}

.review-list-box > li.ty3 {
  margin-left: 50px;
}

.review-list-box > li.ty4 {
  margin-left: 60px;
}

.review-list-box > li > img {
  display: block;
  margin: 0 auto;
}

.review-list-box > li > .tit {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #1d1d1d;
}

.review-list-box > li > .cont {
  display: block;
  font-size: 22px;
  color: #6c6c6c;
  line-height: 36px;
}

.review-list-box > li > .cont b {
  font-weight: 500;
  color: #1d1d1d;
}

.coupon-list-down {
  display: block;
  margin-top: 40px;
}

.coupon-list-down > li + li {
  margin-top: 40px;
}

.coupon-list-down > li > img {
  display: block;
  margin: 0 auto;
}

.coupon-list-down > li > span {
  display: block;
  margin-top: 17px;
  font-size: 18px;
}

.notice-box {
  display: block;
  background: #f8f8f8;
  padding: 50px 0;
  margin-top: 50px;
}

.notice-box-tit {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: 500;
  margin-left: 155px;
}

.notice-box-tit::before {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_mark.svg) no-repeat center;
  width: 51px;
  height: 51px;
  margin-right: 17px;
  vertical-align: middle;
  position: relative;
  top: -5px;
}

.notice-box-list {
  display: inline-block;
  margin-left: 65px;
  vertical-align: middle;
}

.notice-box-list > li {
  position: relative;
  margin-top: 12px;
  padding-left: 14px;
  font-size: 18px;
  color: #6c6c6c;
  line-height: 26px;
}

.notice-box-list > li::first-child {
  margin-top: 0;
}

.notice-box-list > li::before {
  content: '';
  position: absolute;
  top: 11px;
  left: 0;
  display: inline-block;
  width: 4px;
  border-bottom: 4px solid #6c6c6c;
}

.gray-box {
  display: block;
  padding: 50px 0;
  text-align: center;
  background: #f8f8f8;
  margin-bottom: 57px;
}

.gray-box > .tit {
  font-size: 20px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  display: block;
}

.gray-box > .cont {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #999;
  margin-top: 29px;
  display: block;
}

.head-noti {
  font-size: 14px;
  color: #1d1d1d;
  margin: 38px 0 30px 30px;
  display: block;
  font-weight: 400;
}

.agree-box {
  display: block;
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.agree-box > .agree-text {
  font-size: 20px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  display: inline-block;
  vertical-align: top;
}

.agree-box > .agree-text + .radio-box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  margin-left: 30px;
}

.agree-box + .ps-cont-head {
  margin-top: 77px;
}

.gol {
  display: inline-block;
  padding: 0 8px;
  color: #999;
}

.won {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
  margin-left: 5px;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 500;
}

.self-end.essential:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 4px;
  margin-right: 4px;
  border-bottom: 4px solid #ff0052;
}

.as-info--box {
  display: block;
  border-top: 4px solid #1d1d1d;
  border-bottom: 1px solid #eee;
  margin-bottom: 77px;
}

.as-info--box > .tit {
  font-size: 22px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  background: #f5f5f5;
  padding: 25px 0 25px 30px;
}

.as-info--box > p {
  display: block;
  font-size: 16px;
  color: #1d1d1d;
  margin: 40px 0 19px 30px;
}

.as-info--box > ul {
  display: block;
  margin-left: 34px;
  margin-bottom: 40px;
}

.as-info--box > ul > li {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-indent: -4px;
  padding-left: 4px;
}

.as-info--box > ul > li::before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.as-info--process {
  display: block;
  border-top: 4px solid #1d1d1d;
  border-bottom: 1px solid #eee;
  margin-bottom: 77px;
}

.as-info--process > ul {
  display: block;
  font-size: 0;
  padding: 35px 0;
}

.as-info--process > ul > li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 20%;
  position: relative;
}

.as-info--process > ul > li::after {
  content: '';
  display: block;
  background: url(/front/images/renewal/icon_drop-down.png) no-repeat center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 0;
}

.as-info--process > ul > li:last-child::after {
  content: '';
  display: none;
}

.as-info--process > ul > li > img {
  display: block;
  margin: 0 auto;
}

.as-info--process > ul > li > p {
  display: block;
  padding-top: 16px;
  font-weight: 500;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 21px;
}

.ps-table + .ps-list {
  margin-top: 38px;
}

.notice-box-view {
  display: block;
  border-top: 4px solid #1d1d1d;
  border-bottom: 1px solid #eee;
}

.notice-box-view > .notice-box-view--tit {
  font-size: 22px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  padding: 26px 30px;
  background: #f5f5f5;
}

.notice-box-view > .notice-box-view--tit > small {
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  float: right;
}

.notice-box-view > .notice-box-view--cont {
  min-height: 500px;
  font-size: 16px;
  font-weight: 400;
  padding: 35px 30px;
}

.notice-box-view--paging {
  display: block;
}

.notice-box-view--paging > li {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 23px 30px;
  font-size: 18px;
  font-family: 'Pretendard-Semibold';
}

.notice-box-view--paging > li > .pre {
  margin-right: 55px;
  display: inline-block;
}

.notice-box-view--paging > li > .pre::before {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_arrow-up.png) no-repeat center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 20px;
}

.notice-box-view--paging > li > .next {
  margin-right: 55px;
  display: inline-block;
}

.notice-box-view--paging > li > .next::before {
  content: '';
  display: inline-block;
  background: url(/front/images/renewal/icon_arrow-down.png) no-repeat center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-right: 20px;
}

/*로그인/패스워드 찾기*/
.login-box {
  width: 536px;
  display: block;
  margin: 0 auto;
}

.login-box > h2 {
  text-align: center;
  color: #1d1d1d;
  font-size: 40px;
  font-family: 'Pretendard-Semibold';
  border-bottom: 8px solid #1d1d1d;
  padding-bottom: 30px;
}

.login-box > .login-box--noti {
  font-size: 17px;
}

.login-box > .login-box--noti > small {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 7px;
}

.login-box > .login-box--find--input {
  margin-top: 40px;
}

.login-box > .login-box--find--input .phone-input {
  font-size: 0;
  margin-top: 10px;
}

.login-box > .login-box--find--input  .phone-input > .ps-input {
  display: inline-block;
  width: 172px;
  vertical-align: top;
  margin-left: 10px;
}

.login-box > .login-box--find--input  .phone-input > .ps-input > input {
  /* text-align: center; */
}

.login-box > .login-box--find--input  .mail-input {
  margin-top: 10px;
}

.login-box > .login-box--find--check {
  border: 1px solid #000;
  padding: 25px 0;
  text-align: center;
}

.login-box > .login-box--find--check > p {
  font-size: 24px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
}

.login-box > .login-box--find--check > small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 10px;
}

.login-box > .login-box--find--check + .login-box--noti {
  margin-top: 35px;
}

.login-box > .login-box--find--check + .login-box--noti > small {
  display: block;
  color: #999;
  font-size: 14px;
}

.login-box--pass-check {
  display: block;
  margin-top: 30px;
}

.login-box--pass-check > .radio-box {
  display: block;
}

.login-box--pass-check > p {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
}

.input-area {
  display: block;
  margin-top: 10px;
}

.input-area + p {
  margin: 10px 0 20px;
}

.login-box--noti + .input-area {
  margin-top: 20px;
}

.important-message {
  font-size: 14px;
  color: #ff0052;
}

/*회원가입*/
.sign_up-box {
  width: 536px;
  display: block;
  margin: 0 auto;
}

.sign_up-box > h2 {
  text-align: center;
  color: #1d1d1d;
  font-size: 40px;
  font-family: 'Pretendard-Semibold';
  border-bottom: 8px solid #1d1d1d;
  padding-bottom: 30px;
}

.sign_up-box > .sign_up-box--cont > ul {
  display: block;
  font-size: 0;
}

.sign_up-box > .sign_up-box--cont > ul > li {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.sign_up-box > .sign_up-box--cont > ul > li > img {
  display: block;
  margin: 0 auto;
  width: 48px; height: 48px;
}

.sign_up-box > .sign_up-box--cont > ul > li > p {
  font-size: 16px;
  color: #1d1d1d;
  margin-top: 15px;
  display: block;
  margin-bottom: 5px;
}

.sign_up-box > .sign_up-box--cont > ul > li > small {
  font-size: 14px;
  color: #999;
  text-align: center;
  display: block;
}

.sign_up-box > .sign_up-box--cont > ul > li:last-child > p {
  margin-bottom: 29px;
}

.sign_up-box--noti {
  font-size: 18px;
  color: #1d1d1d;
  margin: 35px 0 50px 0;
  text-align: center;
  line-height: 26px;
  font-weight: 400;
}

.sns_sign_up-list {
  width: 286px;
  margin: 0 auto;
}

.sns_sign_up-list > ul {
  display: block;
  text-align: center;
}

.sns_sign_up-list > ul > li {
  display: inline-block;
}

.sns_sign_up-list > ul > li:first-child {
  float: left;
}

.sns_sign_up-list > ul > li:last-child {
  float: right;
}

.table-radio-check {
  display: block;
  margin-top: 20px;
}

.table-radio-check > .radio-box {
  display: block;
}

.table-radio-check > .radio-box > .ps-chkbox.tooltip-icon:after {
  content: '';
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  background: url("/front/images/renewal/icon_tooltip.png") center no-repeat;
  position: absolute;
  right: -25px;
  top: 0;
}

.table-radio-check > p {
  font-size: 14px;
  color: #999;
  margin-top: 13px;
}

.table-radio-check > p.desc {
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
  color: #1d1d1d;
}

.radio-box {
  display: inline-block;
  vertical-align: middle;
}

.radio-box + a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
}

.radio-box.etc > .ps-chkbox.etc {
  width: 135px;
}

.won + a {
  display: inline-block;
  vertical-align: top;
  margin-left: 19px;
}

.tb-notice {
  font-size: 14px;
  font-weight: 400;
}

.tb-notice p {
  color: #6C6C6C;
}

.tb-notice p.case-2 span {
  color: #D32F2F;
}

.tb-notice p.case-3 span {
  color: #F9A825;
}

.tb-notice p.case-4 span {
  color: #4CAF50;
}

.po-rela {
  position: relative !important;
}

.po-absol {
  position: absolute !important;
}

.inp + .tb-notice {
  margin-top: 5px;
}

.repass > .case-2 {
  color: #6c6c6c !important;
}

.repass > .case-2 > span {
  color: #ff0052 !important;
}

.repass > .case-3 {
  color: #6c6c6c !important;
}

.repass > .case-3 > span {
  color: #f9a825 !important;
}

.repass > .case-4 {
  color: #6c6c6c !important;
}

.repass > .case-4 > span {
  color: #4caf50 !important;
}

.sign_up-box--tb-noti {
  margin-top: 19px;
}

.orange-card-area {
  display: -webkit-box ;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #faf4e4;
  padding: 20px 40px;
}

.orange-card-area > img {
  display: inline-block;
}

.orange-card-area > .text-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #1d1d1d;
}

.orange-card-area > .orange-card--cf {
  display: inline-block;
  color: #ec771c;
  font-size: 14px;
  text-align: right;
}

.orange-card-area > .orange-card--cf:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("/front/images/renewal/icon_arrow-right-orange.png") center no-repeat;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.orange-card-area > .orange-card--cf.on:after {
  content: '';
  display: none;
}

.ps-i-cont > dt > .ps-chkbox {
  float: right;
  position: relative;
  top: 13px;
}

.singn_up--terms-ck {
  display: block;
  margin-top: 80px;
}

.singn_up--terms-ck > h5 {
  font-size: 16px;
  margin-top: 40px;
  font-weight: 600;
}

.singn_up--terms-ck > .ps-chkbox + h5 {
  margin-top: 50px;
}

.singn_up--terms-ck > .terms-if-box {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 15px;
  max-height: 280px;
  min-height: 200px;
  overflow: auto;
}

.singn_up--terms-ck > .terms-if-box + .ps-chkbox {
  margin-top: 19px;
}

/*약관*/
.terms-box {
  display: block;
  margin-top: 77px;
}

.terms-box > h3,
.terms-box > h4 {
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
}

.terms-box > h3 + .txt,
.terms-box > h4 + .txt {
  margin-top: 20px;
}

.terms-box > h4 {
  margin-top: 20px;
}

.terms-box > ul {
  display: block;
  margin-top: 20px;
}

.terms-box > ul > li {
  font-size: 14px;
  color: #6c6c6c;
  line-height: 24px;
  margin-top: 9px;
}

.terms-box > ul > li:first-child {
  margin-top: 0;
}

.terms-box > ul > li > .terms-list--sub {
  margin-left: 20px;
}

.terms-box p.txt {
  color: #6c6c6c;
  font-size: 14px;
  line-height: 24px;
}

.terms-box .ps-list {
  margin-top: 12px;
  padding-left: 10px;
}

.terms-box .ps-list li {
  font-size: 14px;
}

.terms-box .ps-list + h3 {
  margin-top: 80px;
}

.terms-box .table_agr table {
  border: 1px solid #ccc;
}

.terms-box .table_agr thead th {
  padding: 11px 0;
  background: #F8F8F8;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}

.terms-box .table_agr thead th:first-child {
  border-left: none;
}

.terms-box .table_agr tbody td {
  padding: 28px;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.terms-box .table_agr tbody td:first-child {
  border-left: none;
}

.terms-list + h3 {
  margin-top: 76px;
}

/*modal-popup*/
.page-wrapper {
  width: 100%;
  height: 100%;
  background: url(https://goo.gl/OeVhun) center no-repeat;
  background-size: cover;
}

.blur-it {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(34, 34, 34, 0.8);
  visibility: hidden;
  opacity: 0;
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
}

.modal-wrapper.open .modal {
  opacity: 1;
}

.modal {
  position: relative;
  display: inline-block;
  width: 656px;
  max-height: calc(100% - 100px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: auto;
  padding-top: 60px;

}

.modal.middle {
  width: 700px !important;
}

.modal.middle .modal-container > .modal-title {
  min-width: 580px;
}

.modal.middle .modal-container > .modal-content {
  min-width: 580px;
}

.modal.large {
  width: 852px !important;
}

.modal.small {
  width: 420px !important;
}

.modal.small .modal-container {
  padding: 40px 30px 30px;
}

.modal.small2 {
  width: 536 !important;
}

.modal.small2 .modal-container {
  padding: 38px 20px 30px;
}

.modal > .btn-close {
  position: absolute;
  top: 0;
  right: 0;
}

.modal > .inner {
  width: 100%;
  overflow: auto;
  max-height: 770px;
}
.modal > .inner.w770 {
  height: 770px;
}
.modal > .inner.w770 .modal-container {
  height: 100%;
}
.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}

.modal-container {
  width: 100%;
  padding: 60px;
  background: #fff;
  overflow: auto;
  position: relative;
}
.modal-container.min {
  height: 770px;
}
.bor-n {
  border: none !important;
}

.modal-title > h2 {
  font-size: 24px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  border-bottom: 4px solid #1d1d1d;
  padding-bottom: 20px;
  text-align: left;
}

.modal-content > h3 {
  font-size: 18px;
  font-weight: 400;
  color: #1d1d1d;
  margin: 27px 0 14px 0;
}

.modal-content > .ps-input {
  width: 594px;
  display: inline-block;
  vertical-align: top;
}

.modal-content > .ps-list {
  margin-top: 19px;
}

.modal-content > .modal-hidden--box {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 19px 0 30px 0;
}

.modal-content > .modal-hidden--box > .hidden-tit {
  font-size: 16px;
  display: block;
  color: #1d1d1d;
  font-family: 'Pretendard-Semibold';
}

.modal-content > .modal-hidden--box > .hidden-cont {
  display: block;
  margin-top: 12px;
  font-size: 0;
}

.modal-content > .modal-hidden--box > .hidden-cont > div {
  line-height: 18px;
}

.modal-content > .modal-hidden--box > .hidden-cont > div + div {
  margin-top: 4px;
}

.modal-content > .modal-hidden--box > .hidden-cont > div > .tit {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  min-width: 86px;
}

.modal-content > .modal-hidden--box > .hidden-cont > div > .cont {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 400;
  margin-left: 3px;
  display: inline-block;
  vertical-align: top;
}

.modal-content.small-popup p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.modal-content .ps-table.scroll {
  overflow-y: auto;
  padding-bottom: 154px;
  max-height: 450px;
}

.login-input {
  display: block;
}

.login-input > h2 {
  font-size: 40px;
  color: #1d1d1d;
  border-bottom: 8px solid #1d1d1d;
  padding-bottom: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.login-input > .ps-input + .ps-input {
  margin-top: 10px;
}

.login-input > .login-input--ch {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.login-input > .login-input--ch div {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
}

.login-input > .login-input--ch > .login-input--find {
  float: right;
  font-size: 14px;
}

.login-input > .login-input--ch > .login-input--find > a {
  display: inline-block;
  font-size: 14px;
  color: #585858;
  text-decoration: underline;
}

.login-input > .login-input--ch .ps-chkbox > label input[type="checkbox"] + .text {
  font-size: 14px;
}

/*주문결제*/
.pro-order--info {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  width: calc(100% - 150px);
}

.pro-order--info > .pro-name {
  font-weight: 500;
  font-size: 18px;
  color: #1d1d1d;
  cursor: pointer;
}

/* 230911수정*/
.pro-order--info > .pro-info {
  padding-top: 4px;
  font-size: 16px;
  color: #999;
  font-weight: 400;
}
/*230911수정완료*/

/* .pro-order--info > .pro-info > .pro-color {
  margin-right: 5px;
} */

.pro-order--info > .pro-noti {
  font-size: 16px;
  color: #999;
  margin-top: 18px;
}

.product-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
	width: 90px;
}

.product-img + .pro-order--info {
  margin-left: 0;
}

.product-img.w120 {
  width: 120px; height: 120px;
}
.product-img img {
  width: 100%; height: 100%;
}
.order-layout--l {
  display: inline-block;
  vertical-align: top;
  width: 1140px;
}

.order-layout--l > .orange-card-area {
  display: block;
  background: #faf4e4;
  padding: 28px 35px;
  margin-top: 24px;
}

.order-layout--l > .orange-card-area > img {
  display: inline-block;
  vertical-align: middle;
}

.order-layout--l > .orange-card-area > .text-info {
  font-size: 18px;
  color: #1d1d1d;
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

.order-layout--l > .orange-card-area > .orange-card--cf {
  position: relative;
  display: inline-block;
  color: #ec771c;
  font-size: 15px;
  vertical-align: middle;
}

.order-layout--l > .orange-card-area > .orange-card--cf:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url("/front/images/renewal/icon_arrow-right-orange.png") center no-repeat;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.order-layout--l > .orange-card-area > .orange-card--cf.on:after {
  content: '';
  display: none;
}

.order-layout--r {
  position: sticky;
  top: 60px;
  right: 0;
  float: right;
  display: inline-block;
  vertical-align: top;
  width: 420px;
  border: 1px solid #000;
  margin-left: 80px;
  -webkit-transition: 0;
  transition: 0;
  font-size: 16px;
  transition: 0.3s;
}
.up .order-layout--r {
  top: 130px;
}
.order-layout--r.top {
  position: fixed;
  top: 0;
  right: auto;
}

.order-layout--r.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}

.order-layout--r > .order-r-tit {
  padding: 20px 0 20px 30px;
  border-bottom: 1px solid #1d1d1d;
  font-size: 18px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
}

.order-layout--r > .order-r-list {
  padding: 30px;
}

.order-layout--r > .order-r-list > li {
  display: block;
  margin-top: 20px;
  color: #999;
}

.order-layout--r > .order-r-list > li > .order-r-txt {
  display: inline-block;
  vertical-align: top;
}

.order-layout--r > .order-r-list > li > .order-r-won {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.order-layout--r > .order-r-list > li:first-child {
  margin-top: 0px;
  color: #1d1d1d;
}

.order-layout--r > .order-r-list > li:last-child {
  color: #1d1d1d;
}

.order-layout--r > .order-r-total-amount {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 30px;
  padding: 20px 0;
}

.order-layout--r > .order-r-total-amount > .total {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #1d1d1d;
  font-family: 'Pretendard-Semibold';
}

.order-layout--r > .order-r-total-amount > .amount {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #ff0052;
  font-family: 'Pretendard-Semibold';
  float: right;
}

.order-layout--r > .order-noti {
  font-size: 16px;
  color: #1d1d1d;
  line-height: 28px;
  margin-top: 40px;
  padding: 0 30px;
  word-break: break-all;
}

.order-layout--r > .ps-chkbox {
  padding: 0 30px;
  margin-top: 16px;
}

.order-layout--r > .order-r-btn {
  display: block;
  margin: 30px;
}

.order-layout--r > .order-r-btn > a {
  margin-top: 12px;
}

.order-layout--r > .order-r-btn > a:first-child {
  margin-top: 0;
}

.up .order-layout--r.top {
  top: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.order-layout {
  font-size: 0;
}

.order + .ps-cont-head {
  margin-top: 77px;
}

.orange-card-area + .ps-cont-head {
  margin-top: 77px;
}

.ps-table + .ps-cont-head {
  margin-top: 77px;
}

.ps-table + .orange-card-area {
  margin-top: 30px;
}

.ps-table + .ps-i-cont {
  margin-top: 64px;
}

.td-notice {
  text-align: left;
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}

.reT13 {
  position: relative;
  top: 13px;
}

.use-coupons {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #1d1d1d;
  margin-left: 30px;
  position: relative;
  top: 13px;
}

.use-point {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #1d1d1d;
  margin-left: 30px;
}

.use-point + .use-point {
  margin-left: 4px;
}

.ps-input + .ps-btn {
  margin-left: 5px;
}

.dis-in {
  display: inline !important;
}

.dis-in-block {
  display: inline-block !important;
}

.dis-bl {
  display: block !important;
}

.ver-top {
  vertical-align: top !important;
}

.ver-mid {
  vertical-align: middle !important;
}

.ver-bom {
  vertical-align: bottom !important;
}

.tooltip-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  background: url("/front/images/renewal/icon_tooltip.png") center no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 7px;
}

.point-cont {
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 400;
}

.point-cont + .point-cont {
  margin-top: 20px;
}

.point-cont > .tit {
  position: relative;
  display: inline-block;
  width: 164px;
}

.point-cont .won {
  top: auto;
}

.point-bottom {
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 400;
}

.point-bottom > .tit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
  margin-right: 30px;
}

div[class*="orange-info"] > .tit {
  font-size: 16px;
}
.orange-info-01 > .tit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
  margin-right: 105px;
  
}

.orange-info-02 {
  margin-top: 20px;
}

.orange-info-02 > .tit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
  margin-right: 105px;
}

.orange-info-03 {
  margin-top: 20px;
}

.orange-info-03 > .tit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
  margin-right: 56px;
}

.orange-info-04 {
  margin-top: 20px;
}

.orange-info-04 > .tit {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
  margin-right: 71px;
}

.radio-box--tab {
  padding: 32px 40px;
  border: 2px solid #1d1d1d;
}

.resultArea {
  display: block;
  margin-top: 30px;
}

.resultArea > div {
  display: none;
}

.resultArea > div:first-child {
  display: block;
}

.consumer-ck {
  display: block;
  margin-top: 40px;
}

.consumer-ck > a {
  display: inline-block;
  vertical-align: middle;
}

.consumer-ck > .ps-chkbox {
  display: inline-block;
  vertical-align: middle;
}

.open--option-ck {
  width: 344px;
  display: inline-block;
  vertical-align: top;
  margin-left: 320px;
}

.open--option-ck > .btn-option--list > li:nth-child(8) {
  margin-left: 0;
}

.open--option-ck > .btn-option--list > li:nth-child(n + 8) {
  margin-top: 6px;
}

.open--option {
  background: #f8f8f8;
}

.product--amount {
  font-size: 24px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
}

.shipping--fee {
  font-size: 24px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shipping--fee::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("/front/images/renewal/icon_p.png") center no-repeat;
}

.shipping--fee::after {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url("/front/images/renewal/icon_s.png") center no-repeat;
}

.order--amount {
  font-size: 24px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
}

.dis-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.basket--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.basket--bottom > .amount--noti {
  display: inline-block;
  vertical-align: top;
}

.basket--bottom > .ps-item-naver {
  float: right;
}

.basket--bottom + .btn-wrap {
  margin-top: 100px;
  text-align: center;
}

.amount--btn--area {
  display: inline-block;
  vertical-align: top;
}

.amount--btn--area > .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.amount--btn--area > .btn-wrap > .ps-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

.info--amount {
  width: 760px;
  display: inline-block;
}

.info--delivery {
  width: 760px;
  display: inline-block;
}

.order-done-info {
  display: block;
  margin-bottom: 77px;
}

.order-done-info > .done-txt {
  font-size: 30px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
}

.order-done-info > .done-num {
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1d;
  margin-top: 13px;
}

.order-done-info > .done-num > strong {
  margin-left: 14px;
}

.my-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.my-page--left {
  width: 142px;
  display: inline-block;
}

.my-page--left > .my-page--tit {
  font-size: 24px;
  font-family: 'Pretendard-Semibold';
}

.my-page--left > .my-page--tit:after {
  content: '';
  display: block;
  width: 40px;
/* 202409_마이 */ 
  background: #000;
  margin-top: 9px;
}

.my-page--left > dl {
  display: block;
  margin-top: 57px;
}

.my-page--left > dl > dt {
  font-size: 20px;
  font-family: 'Pretendard-Semibold';
  margin-bottom: 24px;
  display: block;
}

.my-page--left > dl > dd {
  font-size: 16px;
  color: #6c6c6c;
  font-weight: 300;
  display: block;
  margin-top: 14px;
}

.my-page--left > dl > dd.on {
  color: #1d1d1d;
  font-family: 'Pretendard-Semibold';
}

.my-page--left > dl > dd:first-child {
  margin-top: 0;
}

.my-page--left > dl > dd + dt {
  margin-top: 38px;
}

.my-page--right {
  width: 1364px;
  display: inline-block;
}

.my-page--box {
  display: block;
  border: 2px solid #1d1d1d;
}

.my-page--box > .my-page--profile {
  position: relative;
  display: block;
  padding: 35px 60px;
}

.my-page--box > .my-page--profile > .profile-icon {
  display: inline-block;
  vertical-align: top;
}

.my-page--box > .my-page--profile > .profile-info {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  margin-left: 20px;
}

.my-page--box > .my-page--profile > .profile-info > a {
  position: absolute;
  top: 50%;
  right: 46px;
  padding-right: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/front/images/renewal/icon_arrow_R_14.svg) no-repeat right center;
}

.my-page--box > ul {
  display: block;
  font-size: 0;
}

.my-page--box > ul > li {
  padding: 30px 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 20%;
}

.my-page--box > ul > li:last-child {
  border-right: 1px solid transparent;
}

.my-page--box > ul > li > a > .tit {
  display: block;
  padding-bottom: 4px;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #1d1d1d;
}

.my-page--box > ul > li > a > .num {
  display: block;
  font-family: 'Pretendard-Semibold';
  font-size: 24px;
  color: #1d1d1d;
  line-height: 33px;
  text-decoration: underline;
}

.my-page--box + .ps-cont-head {
  margin-top: 77px;
}

.my-page .data-none {
  border-bottom: 1px solid #eee;
}

.image-box {
  display: block;
  margin: 30px auto 0 auto;
}
.image-box.center img{
  margin: 0 auto;
}
.w-full + .ps-cont-head {
  margin-top: 97px;
}

.ps-title-type4 + .ps-cont-head {
  margin-top: 31px; /* 202409_마이 */
  align-items:center; /* 202409_마이 */
}

.font-s-gary {
  font-size: 14px;
  color: #999;
}

.textarea--box {
  position: relative;
  display: block;
  margin-top: 12px;
}
.textarea--box  textarea {
  background: transparent
}
.textarea--box .text {
  position: absolute;
  top: 14px; left: 10px;
  color: #999999;
  z-index: -1;
  line-height: 24px;
}
.textarea--box > .ps-textarea {
  display: inline-block;
}

.textarea--box > em {
  font-style: normal;
  font-size: 14px;
  color: #999;
  font-weight: 300;
  margin-left: 10px;
}

.coupon-list-box {
  display: block;
  margin-top: 30px;
}

.coupon-list-box > ul {
  display: block;
  font-size: 0;
}

.coupon-list-box > ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 80px 30px 0 0;
  width: 31.8%;
}

.coupon-list-box > ul > li:first-child {
  margin-top: 0px;
}

.coupon-list-box > ul > li:nth-child(3n) {
  margin-right: 0px;
}

.coupon-list-box > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.coupon-list-box > ul > li > .coupon-list-box--off {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 0;
  background: #f8f8f8;
  width: 100%;
}

.coupon-list-box > ul > li > .coupon-list-box--off > img {
  margin: 0 auto;
  display: block;
}

.coupon-list-box > ul > li > .coupon-list-box--info {
  display: block;
  margin-top: 18px;
}

.coupon-list-box > ul > li > .coupon-list-box--info > .tit {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #1d1d1d;
}

.coupon-list-box > ul > li > .coupon-list-box--info > .d-day {
  display: block;
  width: 46px;
  height: 24px;
  font-size: 14px;
  color: #fff;
  background: #000;
  line-height: 24px;
  text-align: center;
  margin-bottom: 7px;
}

.coupon-list-box > ul > li > .coupon-list-box--info > .info {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #999;
  margin-top: 16px;
}

.coupon-list-box > ul > li > .coupon-list-box--info > .day {
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  color: #999;
  margin-top: 4px;
}

.coupon-list-box .coupon--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 274px;
  height: 144px;
}

.coupon-list-box .coupon--box .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 82.4%;
  height: 100%;
  background: #fff;
  border-radius: 10px 0 0 10px;
}

.coupon-list-box .coupon--box .left .con {
  margin-bottom: 4px;
  text-align: center;
}

.coupon-list-box .coupon--box .left .con em {
  display: block;
  margin-bottom: 5px;
  color: #999999;
  font-size: 14px;
  font-style: normal;
}

.coupon-list-box .coupon--box .left .con .dc {
  color: #1d1d1d;
  font-size: 38px;
  font-weight: 700;
}

.coupon-list-box .coupon--box .left .con span {
  color: #1d1d1d;
  font-size: 38px;
  font-weight: 700;
}

.coupon-list-box .coupon--box .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 18.6%;
  background: #000;
  border-radius: 0 10px 10px 0;
}

.coupon-list-box .coupon--box .right span {
  display: block;
  padding-bottom: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.ps-btn-wrap + .ps-i-cont {
  margin-top: 77px;
}

.ps-btn-wrap + .ps-title-type4 {
  margin-top: 96px;
}

.my-page--point {
  display: block;
  border: 1px solid #000;
  border-top:1px solid #1d1d1d;
  margin: 18px 0 64px;
}/* 202409_마이 */

.my-page--point > ul {
  display: block;
  font-size: 0;
}

.my-page--point > ul > li {
  padding: 30px 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #ccc;
  /* border-top: 1px solid #ccc; *//* 202409_마이 */
  width: 50%;/* 202409_마이 */
}

.my-page--point > ul > li:last-child {
  border-right: 1px solid transparent;
}

.my-page--point > ul > li > .tit {
  display: block;
  padding-bottom: 6px;/* 202409_마이 */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  font-family:'Pretendard-Regular'
}

.my-page--point > ul > li > .num {
  display: block;
  font-family: 'Pretendard-Semibold';
  font-size: 24px;
  line-height: 33px;
  color: #1d1d1d;
  font-family:'Pretendard-Semibold'
}

.my-page--point + .ps-cont-head {
  margin-top: 80px;
}

.question-th {
  padding: 20px 0 20px 30px !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.question-td {
  padding: 40px 0 60px 30px !important;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.member-mail {
  font-size: 16px;
  font-weight: 400;
}

.sns-list--box {
  display: block;
  border: 1px solid #eee;
  margin-top: 30px;
  font-size: 0;
}

.sns-list--box > li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #eee;
  width: 100%;
  padding: 30px;
}

.sns-list--box > li:last-child {
  border-right: none;
}

.sns-list--box > li > img {
  display: inline-block;
  vertical-align: middle;
}

.sns-list--box > li > .no-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 300;
  color: #999;
  margin-left: 20px;
}

.sns-list--box > li > .on-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 300;
  color: #1d1d1d;
  margin-left: 20px;
}

.sns-list--box > li > .on-info > .time-num {
  display: block;
}

.sns-list--box > li > .ps-btn {
  position: relative;
  top: 0px;
  right: 0;
  float: right;
}

.shipping-add {
  background: #f8f8f8;
  padding: 30px !important;
}

.withdrawal-box {
  display: block;
  border-top: 4px solid #1d1d1d;
  text-align: center;
  padding: 37px 0;
  margin-top: 40px;
}

.withdrawal-box > .tit {
  font-size: 24px;
  font-family: 'Pretendard-Semibold';
  line-height: 22px;
  color: #1d1d1d;
  display: block;
}

.withdrawal-box > .txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #1d1d1d;
  display: block;
  margin-top: 24px;
}

.withdrawal-list {
  display: block;
  background: #f8f8f8;
  padding: 30px;
}

.withdrawal-list > .tit {
  font-weight: 500;
  font-size: 16px;
  color: #1d1d1d;
  line-height: 21px;
}

.withdrawal-list > .ps-list {
  margin-top: 10px;
}

.withdrawal-list + .ps-title-type4 {
  margin-top: 77px;
}

.po-point {
  display: inline-block;
  position: relative;
  top: 10px;
}

.spec-out--ck-box > ul {
  display: block;
  font-size: 0;
  margin-top: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.spec-out--ck-box > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 16px;
}

.spec-out--ck-box > ul > li:nth-child(n + 5) {
  margin-top: 20px;
}

.gita {
  margin: 20px 0;
  display: block;
}

.review-top--info {
  font-size: 22px;
}

.review-info {
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 300;
}

.review-info > span {
  margin-top: 9px;
  display: block;
}

.review-info > span > strong {
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
}

.search-box {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 63px;
}

.search-box > .search-box--result {
  font-size: 26px;
  font-family: 'Pretendard-Semibold';
  color: #999;
  margin-bottom: 40px;
  display: block;
}

.search-box > .search-box--result > span {
  color: #1d1d1d;
}

.search-box .search-box-list {
  text-align: left;
  padding: 30px;
  background: #F8F8F8;
}

.ps-app-download {
  /*position: relative;*/
}

.ps-app-download::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 687px;
  background: #FF0052 url(/front/images/renewal/app/app-down-bg.png) no-repeat center top;
  pointer-events: none;
}

.ps-app-download > .inner {
  position: relative;
  z-index: 1;
  width: 1640px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.ps-app-download--cont {
  display: inline-block;
  min-height: 990px;
  margin-left: 110px;
  padding-left: 525px;
  text-align: left;
  background: url(/front/images/renewal/app/app-down-phone-2022.png) no-repeat left 102px;
}

.ps-app-download--cont > .top {
  padding-top: 186px;
  color: #fff;
}

.ps-app-download--cont > .top .top-word {
  display: block;
  padding-top: 86px;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  background: url(/front/images/renewal/app/logo.png) no-repeat left top;
}

.ps-app-download--cont > .top .lines {
  margin-top: 18px;
  font-size: 54px;
  line-height: 67px;
}

.ps-app-download--cont > .top .lines .line1 {
  display: block;
  font-weight: 100;
}

.ps-app-download--cont > .top .lines .line2 {
  display: block;
  font-weight: 700;
}

.ps-app-download--cont > .top .desc {
  margin-top: 33px;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}

.ps-app-download--cont > .top .down-btn {
  margin-top: 46px;
  font-size: 0;
}

.ps-app-download--cont > .top .down-btn > a {
  display: inline-block;
  vertical-align: top;
}

.ps-app-download--cont > .top .down-btn > a + a {
  margin-left: 16px;
}

.ps-app-download--cont > .bottom {
  margin-top: 154px;
}

.ps-app-download--cont > .bottom > dl > dt {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  border-bottom: 4px solid #1d1d1d;
}

.ps-app-download--cont > .bottom > dl > dd {
  margin-top: 30px;
}

.top-search {
  font-size: 0;
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}

.top-search > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 400;
}

.top-search > li:first-child {
  margin-left: 0;
  font-family: 'Pretendard-Semibold';
  font-size: 20px;
}

.ps-search--box {
  margin-bottom: 37px;
}

.ps-search--box .ps-input-wrap {
  border: 1px solid #ccc;
  height: 60px;
  padding: 30px;
}

.ps-search--box .ps-input-wrap input {
  width: 100%;
  font-size: 20px;
  border: 1px solid #fff;
  background: #fff;
  outline: none;
}

.ps-search--box .ps-input-wrap input::-webkit-input-placeholder {
  color: #999999;
}

.ps-search--box .ps-input-wrap input::-moz-placeholder {
  color: #999999;
}

.ps-search--box .ps-input-wrap input:-ms-input-placeholder {
  color: #999999;
}

.ps-search--box .ps-input-wrap input::-ms-input-placeholder {
  color: #999999;
}

.ps-search--box .ps-input-wrap input::placeholder {
  color: #999999;
}

.ps-search--box .ps-input-wrap .search-close--btn {
  display: none;
  content: '';
  width: 16px;
  height: 16px;
  background: url(/front/images/renewal/icon_search_close.svg) no-repeat center;
  outline: none;
}

.ps-search--box .search {
  width: 130px;
  height: 60px;
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  background-color: #1d1d1d;
}

.special {
  display: block;
  margin-top: 40px;
}

.special > ul {
  display: block;
  font-size: 0;
}

.special > ul > li {
  display: inline-block;
  vertical-align: text-top;
  margin-left: 60px;
  width: 30.8%;
  height: auto;
}

.special > ul > li:first-child {
  margin-left: 0;
}

.special > ul > li > a > img {
  display: block;
  margin-bottom: 20px;
}

.special > ul > li > a > .tit {
  font-size: 22px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  display: block;
  margin-bottom: 8px;
}

.special > ul > li > a > .txt {
  font-size: 18px;
  font-weight: 400;
  color: #1d1d1d;
  display: block;
}

.calculate-content > .items {
  padding: 20px 0;
}
.calculate-content > .items > .item {
  margin-bottom: 20px;
}
.calculate-content > .items > div:nth-last-of-type(1) {
  margin-bottom: 0;
}
/* .calculate-content > .items > .item + .item {
  margin-top: 20px;
} */

.calculate-content > .items > .item > .part1 {
  width: 250px;
  padding-right: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.calculate-content > .items > .item > .part2 > * {
  width: 100%;
}

.calculate-content > .items > .item > .part3 {
  width: 110px;
  padding-left: 10px;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

.calculate-content > .rst {
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.calculate-content > .rst > .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.calculate-content > .rst > .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}

.calculate-rst {
  margin-top: 60px;
  padding: 30px;
  border: 2px solid #1d1d1d;
}

.calculate-rst > .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}

.calculate-rst > .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #ff0052;
}

.address-list {
  max-height: 508px;
  overflow: auto;
}

.address-list > .item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.address-list > .item > .part1 {
  width: 200px;
  padding-right: 10px;
}

.address-list > .item > .part2 {
  font-size: 16px;
  line-height: 22px;
}

.address-list > .item > .part3 {
  width: 100px;
}

.address-list > .item > .part3 > .type4 {
  width: 100%;
  min-width: 0 !important;
}

/* 툴팁 */
.tooltip-box {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tooltip-box.etc {
  position: relative;
  top: 2px;
  margin-left: 6px;
}

.tooltip-box:hover {
  z-index: 3;
}

.tooltip-box .ps-btn.tooltip:hover + .tooltip-box-cont {
  opacity: 1;
  visibility: visible;
}

* + .tooltip-box {
  margin-left: 10px;
}

.tooltip-box-cont {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  white-space: nowrap;
  border: 1px solid #000;
  word-wrap: break-word;
  word-break: break-all;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.tooltip-box-cont > div {
  padding: 14px;
}

.tooltip-box-cont > p {
  padding: 14px;
  font-size: 16px;
  line-height: 24px;
}

.tooltip-box-cont > img {
  white-space: nowrap;
  display: block;
  max-width: none;
}

/* 툴팁 */
/* flex cont wrap */
.flex-cont-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-cont-wrap > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-width: 0 !important;
}

.flex-cont-wrap.phone,
.flex.phone {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 395px;
}

.flex-cont-wrap.phone > * + *,
.flex.phone > * + * {
  margin-left: 10px;
}

.flex-cont-wrap.email {
  width: 587px;
}

.flex-cont-wrap.email > *:not(.gol) + *:not(.gol) {
  margin-left: 10px;
}

.flex-cont-wrap.email > .gol {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}

.flex-cont-wrap.email.ty2 {
  width: 746px;
}

.flex-cont-wrap.email.ty2 > .selectric-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 180px;
}

.flex-cont-wrap.email.ty2 > .gol {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 36px;
  text-align: center;
  color: #1d1d1d;
}

.flex-cont-wrap.calendar {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 470px;
}

.flex-cont-wrap.calendar > .m {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  font-size: 16px;
  text-align: center;
}

.flex-cont-wrap.birth {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 380px;
}

.flex-cont-wrap.birth > * + * {
  margin-left: 10px;
}

.flex-cont-wrap.card-num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 430px;
}

.flex-cont-wrap.card-num > * + * {
  margin-left: 10px;
}

.flex-cont-wrap.normal > * + * {
  margin-left: 10px;
}

/* flex cont wrap */
/* address input */
.address-cont .top .ps-input {
  min-width: 0 !important;
  width: 125px !important;
}

.address-cont .top .ps-btn.type4 {
  padding: 0 15px;
  margin-left: 10px;
}

.address-cont .bottom {
  padding-top: 10px;
}

.address-cont .bottom .ps-input {
  width: 395px !important;
}

.address-cont .bottom .ps-input + .ps-input {
  margin-left: 10px;
}

/* address input */
/* 계좌정보 */
.account-info-wrap > .top {
  font-size: 0;
  width: 520px;
}

.account-info-wrap > .top .selectric-ps-select{
  vertical-align: middle;
}

.account-info-wrap > .top .ps-input {
  display: inline-block;
  width: 330px;
  margin-left: 10px;
  vertical-align: middle;
}

.account-info-wrap > .bottom {
  display: flex;
  margin-top: 10px;
  font-size: 0;
  width: 520px;
}

.account-info-wrap > .bottom > * {
  vertical-align: top;
}

.account-info-wrap > .bottom .ps-input {
  display: inline-block;
  width: 100%;
}

.account-info-wrap > .bottom .ps-btn.type4 {
  width: 163px;
  min-width: 0;
  margin-left: 10px;
  padding: 0;
}

/* 계좌정보 */
/* 달력 */
.ui-datepicker.ui-widget.ui-widget-content {
  width: 295px;
  padding: 8px 15px 0 15px;
  border: 1px solid #000;
  border-radius: 0;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header {
  padding: 0;
  border: none;
  border-radius: 0;
  color: #1d1d1d;
  text-align: center;
  background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  line-height: 36px;
  font-family: Pretendard, sans-serif !important;
  font-weight: 700;
  font-size: 18px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title .ui-datepicker-year,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title .ui-datepicker-month {
  padding-right: 3px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title:after {
  content: '월';
  font-weight: 700;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title select {
  margin: 0;
  height: 26px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title .ui-datepicker-year {
  width: auto;
  font-family: Poppins, sans-serif !important;
  font-weight: 700;
  font-size: 18px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-title .ui-datepicker-month {
  width: auto;
  font-family: Poppins, sans-serif !important;
  font-weight: 700;
  font-size: 18px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev {
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next {
  top: 8px;
  right: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev.ui-state-hover {
  left: 0;
  border: none;
  background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next.ui-state-hover {
  right: 0;
  border: none;
  background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev span,
.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next span {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  background-position: 0 0;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-prev span {
  background: url(/front/images/renewal/icon_arrow_L_black.png) no-repeat center center;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-next span {
  background: url(/front/images/renewal/icon_arrow_R_black.png) no-repeat center center;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar thead th {
  font-family: Pretendard, sans-serif !important;
  font-weight: 500;
  font-size: 16px;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar thead th:first-child {
  color: #FF0052;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar thead th:last-child {
  color: #4488d4;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td {
  padding: 0;
  font-family: Poppins, sans-serif !important;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr > td:first-child a {
  color: #FF0052;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar tr > td:last-child a {
  color: #4488d4;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-default {
  padding: 0;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  border: none;
  background: #fff;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-active {
  color: #fff !important;
  background: #000;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-active.ui-state-hover {
  color: #222 !important;
  background: #f5f5f5;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-calendar td .ui-state-hover {
  background: #f5f5f5;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane {
  margin: 0;
  padding: 0 0 16px 0;
  border: none;
  text-align: right;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane .ui-datepicker-close {
  display: none;
}

.ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-buttonpane .ui-datepicker-current {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
  float: none;
  font-family: Pretendard, sans-serif !important;
  font-size: 14px;
  color: #1d1d1d;
  text-decoration: underline;
  opacity: 1;
}

/* 달력 */
/* 이벤트 */
.event-detail .thumbs {
  width: 100%;
  max-width: 100%;
}

/* 주문결제 - 본인인증 안내 팝업 */
.auth_popup .modal-content p {
  line-height: 28px;
}

/* 본인인증 안내 팝업 - end */
.issue-cont--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
  overflow: hidden;
  height: 780px;
}

.issue-cont--top > .issue-cont--top--left {
  display: inline-block;
  vertical-align: top;
  width: 536px; height: 780px;
}
.issue-cont--top > .issue-cont--top--left img,
.issue-cont--top > .issue-cont--top--right > ul > li img {
  width: 100%; height: 100%;;
}
.issue-cont--top > .issue-cont--top--right {
  display: inline-block;
  vertical-align: top;
  height: 780px;
}

.issue-cont--top > .issue-cont--top--right > .badge {
  font-size: 16px;
  color: #ff0052;
  margin-bottom: 20px;
}

.issue-cont--top > .issue-cont--top--right > .tit {
  font-size: 32px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  line-height: 42px;
  margin-bottom: 11px;
}

.issue-cont--top > .issue-cont--top--right > .cont {
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 400;
}

.issue-cont--top > .issue-cont--top--right > .cont::after {
  content: '';
  display: block;
  width: 40px;
  height: 16px;
  background: #000;
  margin: 36px 0 107px 0;
}

.issue-cont--top > .issue-cont--top--right > ul {
  display: block;
  font-size: 0;
}

.issue-cont--top > .issue-cont--top--right > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 341px; height: 486px;
}
.issue-cont--top > .issue-cont--top--right > ul > li a {
  display: block;
}
.issue-cont--top > .issue-cont--top--right > ul > li:last-child {
  margin-right: 0;
}

.issue-details {
  display: block;
  padding-bottom: 34px;
  border-bottom: 3px solid #1d1d1d;
}

.issue-details > .badge {
  font-size: 22px;
  font-weight: 500;
  color: #1d1d1d;
  margin-bottom: 10px;
  line-height: 33px;
}

.issue-details > .day {
  font-size: 16px;
  font-weight: 400;
  color: #999;
  line-height: 21px;
  margin-top: 10px;
}

.issue-details--cont {
  display: block;
  text-align: center;
  padding-bottom: 82px;
  border-bottom: 1px solid #eee;
}

.issue-details--cont > img {
  display: block;
  margin: 0 auto;
}

.issue-details--cont > .point {
  font-size: 16px;
  font-family: 'Pretendard-Semibold';
  margin-top: 39px;
  margin-bottom: 10px;
}

.issue-details--cont > ul {
  display: block;
  margin-bottom: 80px;
}

.issue-details--cont > ul > li {
  font-size: 16px;
  line-height: 26px;
}

.issue-details--select {
  display: block;
  text-align: right;
}

.issue-details--select .issue-details--select_inner {
  padding: 30px 0 40px 0;
}

.category-sticky .category-sticky--inner {
  padding: 30px 0 40px 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0s;
}

.category-sticky .category-sticky--inner.on {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 80px 40px;
  z-index: 10;
  min-width: 1024px;
  max-width: 1920px;
}


.up .category-sticky .category-sticky--inner.on {
  top: 0px;
}

.btn-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.btn-select > ul > .menu a {
  cursor: pointer;
}

.btn-select > ul > .menu > .hide {
  display: none;
  border: 1px solid #000;
  position: absolute;
  width: 340px;
  background: #fff;
  z-index: 100;
}

.menu > .hide > li {
  display: block;
  padding: 13px 18px;
}

.menu > .hide > li > a {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}

.menu > .hide > li > a:hover {
  color: #1d1d1d;
}

.rotate {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.rotate2 {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.best-item {
  position: relative;
  display: block;
  padding-bottom: 58px;
}

.best-item::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  border-bottom: 4px solid #1d1d1d;
}

.best-item.br-bottom-none::after {
  border-bottom: none;
}

.best-item.ps-prd-list--wrap {
  margin-bottom: 34px;
}

/*춘천마라톤*/
.ccmarathon {
  display: block;
  width: 100%
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
/*춘천마라톤 끝*/

.best-badge {
  display: block;
  width: 82px;
  height: 82px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Pretendard-Semibold';
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 0;
}

.best-badge.small {
  display: block;
  width: 82px;
  height: 36px;
  background: transparent;
  color: #1d1d1d;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Pretendard-Semibold';
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0 7px 0;
  border: 3px solid #1d1d1d;
}

.best-badge.md-small {
  display: block;
  width: 82px;
  height: 36px;
  background: #ff0052;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Pretendard-Semibold';
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 0 7px 0;
}

.ps-sub-content--top.giftcard {
  background: #222 url(/front/images/renewal/gift/mobilegiftcard_top_web.png) no-repeat center center;
  height: 540px;
  position: relative;
  height: 540px;
  background: #222 url(/front/images/renewal/gift/mobilegiftcard_top_web.png) no-repeat center center;
}

.ps-sub-content--top.giftcard > .inner > .cont {
  position: relative;
  top: -130px;
}

.ps-sub-content--top.giftcard > .inner > .cont > h4 > small {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  line-height: 33px;
  background: #ff0052;
}

.ps-sub-content--top.giftcard > .inner > .cont > h4 > span {
  font-size: 54px;
  line-height: 64px;
  margin-top: 23px;
}

.ps-sub-content--top.giftcard > .inner > .cont > .desc {
  margin-top: 69px;
  font-size: 24px;
}

.ps-sub-content--top.giftcard > .ps-inner {
  padding-top: 100px;
  color: #fff;
}

.ps-sub-content--top.giftcard > .ps-inner > .cont > h4 > small {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  line-height: 33px;
  background: #ff0052;
}

.ps-sub-content--top.giftcard > .ps-inner > .cont > h4 > span {
  display: block;
  margin-top: 25px;
  font-weight: 500;
  font-size: 54px;
  line-height: 76px;
}

.ps-sub-content--top.giftcard > .ps-inner > .cont > .desc {
  position: relative;
  margin-top: 34px;
  padding-top: 88px;
  font-size: 24px;
}

.ps-sub-content--top.giftcard > .ps-inner > .cont > .desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-bottom: 16px solid #fff;
}

.ps-gift-card {
  display: block;
}

.ps-gift-card > .ps-gift-card--guide {
  display: block;
  background: #f8f8f8;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box {
  display: block;
  padding: 66px 0 50px 0;
  width: 1640px;
  margin: 0 auto;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box .noti {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  font-weight: 400;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .title {
  font-size: 24px;
  color: #1d1d1d;
  text-align: left;
  padding-bottom: 17px;
  border-bottom: 2px solid #1d1d1d;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul {
  display: block;
  font-size: 0;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul > li {
  display: inline-block;
  vertical-align: top;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul > li h5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul > li p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 9px;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul > li p + h5 {
  margin-top: 82px;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul:first-child li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 690px;
  height: 100%;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul:nth-child(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul:nth-child(2) li {
  width: 400px;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul:nth-child(2) li:last-child {
  margin-left: 154px;
}

.ps-gift-card > .ps-gift-card--guide > .ps-gift-card--guide--box > .ps-gift-card--guide--list > ul:nth-child(2)::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ps-gift-card > .ps-gift-card--list {
  display: block;
  width: 1760px;
  margin: 0 auto;
  margin-top: 96px;
}

.ps-gift-card > .ps-gift-card--list .ps-prd-item .thumbs {
  padding: 80px 25px;
}

.gift-bg {
  background: #f4f4f5;
}

.dis-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  padding-right: 0;
}

.ps-item-name .cont .num {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  margin-top: 5px;
}

.giftcard-detail > img {
  display: block;
  margin: 0 auto;
}

.giftcard-detail--list > .item {
  background: #f5f5f5;
}

.mt-57 {
  margin-top: 57px !important;
}

.ps-list > li > img {
  margin-top: 20px;
}

.gift-detail-info {
  display: block;
  text-align: center;
  margin-top: 80px;
}

.gift-detail-info > .top-tit {
  font-size: 16px;
  font-family: 'Pretendard-Semibold';
  color: #ff0052;
}

.gift-detail-info > .tit {
  font-size: 40px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  margin-top: 19px;
}

.gift-detail-info > .cont {
  font-size: 18px;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 28px;
}

.gift-detail-info > img {
  display: block;
  margin: 60px auto 57px auto;
}

.gift-detail-info > ul {
  display: block;
  font-size: 0;
  text-align: left;
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gift-detail-info > ul > li {
  display: inline-block;
  vertical-align: top;
}

.gift-detail-info > ul > li > .badge {
  font-size: 18px;
  color: #fff;
  font-family: 'Pretendard-Semibold';
  padding: 3px 8px 6px 8px;
  background: #000;
  display: inline-block;
  margin-bottom: 16px;
}

.ps-store {
  width: 1640px;
  margin: 0 auto;
}

.store-info--box {
  display: block;
  border-top: 4px solid #1d1d1d;
  border-bottom: 1px solid #eee;
  margin-bottom: 77px;
  background: #f5f5f5;
  padding: 40px 0;
  text-align: center;
}

.store-info--box > .dis-in-block {
  text-align: left;
}

.store-info--box > .dis-in-block > .flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.store-info--box > .dis-in-block > .flex > .tit {
  font-size: 22px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  margin-right: 22px;
}

.store-info--box > .dis-in-block > .flex .ps-input {
  width: 350px;
}

.store-info--box > .dis-in-block > .flex > * + * {
  margin-left: 10px;
}

.store-info--box .selectric-wrapper {
  width: 300px;
  color: #999;
  background: #fff;
}

.store-info--box > ul {
  display: block;
  margin-left: 34px;
  margin-bottom: 40px;
}

.store-info--box > ul > li {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-indent: -4px;
  padding-left: 4px;
}

.store-info--box > ul > li::before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

.ps-tab--wrap.type-store {
  margin-bottom: 60px;
}

.ps-tab--wrap.type-store .ps-tab--item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 18px 10px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border-bottom: none;
  overflow: hidden;
  word-break: break-all;
}

.ps-tab--wrap.type-store .ps-tab--item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  border-bottom: 2px solid #1d1d1d;
}

.ps-tab--wrap.type-store .ps-tab--item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #1d1d1d;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-tab--wrap.type-store .ps-tab--item.active::after {
  opacity: 1;
  border-bottom: none;
}

.ps-tab--wrap.type-store .ps-tab--item + .ps-tab--item {
  margin-left: -1px;
}

.ps-tab--wrap.type-store .ps-tab--item:hover, .ps-tab--wrap.type-store .ps-tab--item.active {
  z-index: 1;
  font-weight: 700;
}

.ps-tab--wrap.type-store .ps-tab--item:hover::after, .ps-tab--wrap.type-store .ps-tab--item.active::before {
  border-bottom: none;
}

.store-map {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.store-map > .store-map--left {
  width: 384px;
  height: 786px;
  overflow-y: scroll;
}

.store-map > .store-map--left > ul {
  display: block;
  height: 100%;
}

.store-map > .store-map--left > ul > li {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid #999;
  margin-top: 36px;
  width: 340px;
  position: relative;
}
.store-map > .store-map--left > ul > li.none,
.store-map > .store-map--left > ul > li.none_lst_item {
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.store-map > .store-map--left > ul > li.none_lst_item .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.store-map > .store-map--left > ul > li::first-child {
  margin-top: 0;
}

.store-map > .store-map--left > ul > li > a {
  display: block;
}

.store-map > .store-map--left > ul > li > a > .tit {
  display: block;
  font-size: 22px;
  font-family: 'Pretendard-Semibold';
  color: #1d1d1d;
  margin-bottom: 11px;
}

.store-map > .store-map--left > ul > li > a > .cont {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #6c6c6c;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.store-map > .store-map--left > ul > li > a > .info {
  display: block;
}

.store-map > .store-map--left > ul > li > a > .info > li {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}

.store-map > .store-map--left > ul > li > a > .info > li + li {
  margin-top: 2px;
}

.store-map > .store-map--left > ul > li > a > .info > li > .tel {
  display: inline-block;
  width: 44px;
  font-weight: 900;
  font-size: 14px;
  color: #1d1d1d;
}

.store-map > .store-map--left > ul > li > a > .info > li > .time {
  display: inline-block;
  width: 44px;
  font-weight: 900;
  font-size: 14px;
  color: #1d1d1d;
}

.store-map ._no-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.store-map ._no-data p {
  font-size: 18px;
}

.badge-ls {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/front/images/renewal/icon_badge_ls.png) no-repeat center/contain;
}

.ls-noti {
  display: block;
  margin-top: 10px;
  padding-left: 24px;
  font-size: 13px;
  color: #1d1d1d;
  line-height: 20px;
  background: url(/front/images/renewal/icon_badge_ls.png) no-repeat left center/contain;
}

.ls-noti > .badge-ls {
  display: inline-block;
  font-size: 14px;
  font-family: 'Pretendard-Semibold';
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #ff0052;
  text-align: center;
  position: relative;
  margin-right: 4px;
}

/*추가 작업*/
.coupon_popup .modal-container {
  height: 777px;
  padding-bottom: 0;
}

.coupon_popup #coupon01, .coupon_popup #coupon02 {
  padding-bottom: 160px;
}

.coupon_popup .item {
  padding-top: 20px;
}

.coupon_popup .ps-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 40px 0 60px;
}

.coupon_popup #coupon02 {
  padding-bottom: 60px;
}

.coupon_popup #coupon02 .selectric-ps-select {
  width: 70px;
}

.coupon_popup #coupon02 .selectric .label {
  padding: 1px 0 1px 16px;
  text-align: left;
}

.coupon_popup #coupon02 .ps-btn {
  color: #000;
}

.ps-btn-wrap.fix {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 40px 0 60px;
}

.ps-inven-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 0;
  border-bottom: 1px solid #eee;
}

.ps-inven-item > .thumb {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 1;
  width: 120px; height: 120px;
}

.ps-inven-item > .detail {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}

.ps-inven-item > .detail .code {
  padding-bottom: 4px;
  font-size: 16px;
  color: #999;
  line-height: 20px;
}

.ps-inven-item > .detail .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.ps-inven-size {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}

.ps-inven-size > .ps-title-type3 {
  padding-bottom: 8px;
}

.ps-address-search {
  margin-top: 20px;
}

.ps-address-search > .top .selectric-wrapper.selectric-h-small {
  width: 100%;
}

.ps-address-search > .cont {
  padding-top: 20px;
}

.ps-address-search > .cont .locate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.ps-address-search > .cont .locate a, .ps-address-search > .cont .locate span {
  font-size: 14px;
}

.ps-address-search > .cont .locate a {
  line-height: 18px;
}

.ps-address-search > .cont .locate a:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
}

.ps-address-search > .cont .locate span.none {
  color: #999999;
}

.ps-address-search > .cont p {
  margin-bottom: 10px;
}

.ps-address-search > .cont p strong {
  color: #ff0052;
  font-weight: 400;
}

.ps-address-search .list li {
  padding: 20px 0;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.ps-address-search .list li .info {
  margin-top: 10px;
}

.ps-address-search .list li .info span {
  display: block;
  color: #999999;
  line-height: 23px;
}

.ps-address-search .list li:first-child {
  border-top: none;
}

.ps-box-radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 8px 8px 0 0;
}

.ps-box-radio > label {
  position: relative;
  display: block;
  cursor: pointer;
}

.ps-box-radio > label > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.ps-box-radio > label > input[type="radio"] + .text {
  position: relative;
  display: inline-block;
  width: 66px;
  font-weight: 500;
  font-size: 16px;
  color: #999;
  line-height: 44px;
  text-align: center;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ps-box-radio > label > input[type="radio"]:checked + .text {
  color: #1d1d1d;
  border: 1px solid #000;
}

.ps-box-radio > label > input[type="radio"]:disabled + .text {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}

.ps-size-select {
  width: calc(100% + 12px);
  font-size: 0;
}

.ps-inven-size-popup .ps-list li {
  font-size: 14px;
}

.ps-inven-size-popup .ps-list li + li {
  margin-top: 8px;
}

.mobile-gift-popup .none {
  text-align: center;
  color: #999999;
  padding: 100px 0;
}

.mobile-gift-popup .modal-content {
  padding-bottom: 210px;
}

.mobile-gift-popup .list li {
  margin-bottom: 17px;
  padding: 30px 20px;
  border: 1px solid #EEEEEE;
}

.mobile-gift-popup .list li .hidden-tit {
  margin-bottom: 12px;
  font-weight: 700;
}

.mobile-gift-popup .list li .hidden-cont {
  font-size: 14px;
  line-height: 26px;
}

.mobile-gift-popup .list li .hidden-cont > div {
  margin-bottom: 4px;
}

.mobile-gift-popup .list li .hidden-cont > div:last-child {
  margin-bottom: 0;
}

.mobile-gift-popup .list li .hidden-cont .tit {
  display: inline-block;
  width: 90px;
  color: #999999;
}

.mobile-gift-popup .list li .input-box {
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-gift-popup .list li .input-box .inp {
  width: 457px;
}

.mobile-gift-popup .list li .input-box a {
  min-width: 100px;
}

.mobile-gift-popup .list li:last-child {
  margin-bottom: 0;
}

.mobile-gift-popup .ps-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-gift-popup .ps-btn-wrap p {
  font-size: 20px;
  font-weight: 700;
}

.mobile-gift-popup .ps-btn-wrap p strong {
  margin-left: 20px;
  font-size: 24px;
  color: #ff0052;
}

.modal-fix {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 60px 60px;
  background: #fff;
}

/*
  Animation On Scroll
  
  data-aos="ps-fade-in"
  data-aos="ps-mask-in"
  data-aos="ps-paint-in"
*/
html.msie [data-aos="ps-swiper-in"].aos-animate .swiper-slide .ps-prd-item {
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

html.msie [data-aos="ps-mask-in"].aos-animate::after {
  display: none !important;
  visibility: hidden !important;
}

html.msie [data-aos="ps-paint-in"].aos-init .img-wrap {
  display: none !important;
  visibility: hidden !important;
}

[data-aos="ps-swiper-in"].aos-init .swiper-slide .ps-prd-item {
  opacity: 0;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
}

[data-aos="ps-swiper-in"].aos-animate:not(.hidden).swiper-related .swiper-slide .ps-prd-item {
  -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

[data-aos="ps-fade-in"].aos-init .ps-col .ps-prd-item,
[data-aos="ps-fade-in"].aos-init .ps-col .ps-post-item {
  opacity: 0;
  -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
          transform: translateY(80px);
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(1) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(1) .ps-post-item {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(2) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(2) .ps-post-item {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(3) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(3) .ps-post-item {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(4) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(4) .ps-post-item {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(5) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(5) .ps-post-item {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(6) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(6) .ps-post-item {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(7) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(7) .ps-post-item {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(8) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(8) .ps-post-item {
  -webkit-transition-delay: 350ms;
          transition-delay: 350ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(9) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(9) .ps-post-item {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(10) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(10) .ps-post-item {
  -webkit-transition-delay: 450ms;
          transition-delay: 450ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(11) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(11) .ps-post-item {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(12) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(12) .ps-post-item {
  -webkit-transition-delay: 550ms;
          transition-delay: 550ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(13) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(13) .ps-post-item {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(14) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(14) .ps-post-item {
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(15) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(15) .ps-post-item {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(16) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(16) .ps-post-item {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(17) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(17) .ps-post-item {
  -webkit-transition-delay: 800ms;
          transition-delay: 800ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(18) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(18) .ps-post-item {
  -webkit-transition-delay: 850ms;
          transition-delay: 850ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(19) .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col:nth-child(19) .ps-post-item {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

[data-aos="ps-fade-in"].aos-animate .ps-col .ps-prd-item,
[data-aos="ps-fade-in"].aos-animate .ps-col .ps-post-item {
  -webkit-transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  transition: all cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.6s;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

[data-aos="ps-mask-in"].aos-init {
  position: relative;
  overflow: hidden;
}

[data-aos="ps-mask-in"].aos-init::after {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 50%;
  left: -3%;
  width: 106%;
  height: 180%;
  right: 0;
  background-color: #fafafa;
  -webkit-transform: skewY(-25deg) translate3d(0, 50%, 0);
          transform: skewY(-25deg) translate3d(0, 50%, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

[data-aos="ps-mask-in"].aos-animate[data-aos-delay="200"]::after {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}

[data-aos="ps-mask-in"].aos-animate[data-aos-delay="400"]::after {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}

[data-aos="ps-mask-in"].aos-animate[data-aos-delay="600"]::after {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

[data-aos="ps-mask-in"].aos-animate::after {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  -webkit-transform: skewY(-20deg) translate3d(0, -50%, 0);
          transform: skewY(-20deg) translate3d(0, -50%, 0);
}

.msie .paint-mask {
  display: none;
}

[data-aos="ps-paint-in"].aos-init {
  position: relative;
  overflow: hidden;
}

[data-aos="ps-paint-in"].aos-init .paint-mask {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-aos="ps-paint-in"].aos-init .paint-mask img {
  width: 100%;
  height: 100%;
}

[data-aos="ps-paint-in"].aos-animate[data-aos-delay="600"] ::after {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}

[data-aos="ps-paint-in"].aos-animate .paint-mask {
  -webkit-mask: url("/front/images/renewal/urban-sprite.png");
  mask: url("/front/images/renewal/urban-sprite.png");
  -webkit-mask-size: 3000% 100%;
  mask-size: 3000% 100%;
  -webkit-animation: paint-play 1.4s steps(29) forwards;
  animation: paint-play 1.4s steps(29) forwards;
}

@-webkit-keyframes paint-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes paint-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

[data-aos="flip-left"].aos-init {
  position: relative;
  overflow: hidden;
}

[data-aos="flip-left"] .items {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos="flip-left"].aos-animate .items {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-left"].aos-animate .items:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(2) {
  -webkit-transition-delay: 30ms;
          transition-delay: 30ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(3) {
  -webkit-transition-delay: 60ms;
          transition-delay: 60ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(4) {
  -webkit-transition-delay: 90ms;
          transition-delay: 90ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(5) {
  -webkit-transition-delay: 120ms;
          transition-delay: 120ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(6) {
  -webkit-transition-delay: 150ms;
          transition-delay: 150ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(7) {
  -webkit-transition-delay: 180ms;
          transition-delay: 180ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(8) {
  -webkit-transition-delay: 210ms;
          transition-delay: 210ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(9) {
  -webkit-transition-delay: 240ms;
          transition-delay: 240ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(10) {
  -webkit-transition-delay: 270ms;
          transition-delay: 270ms;
}

[data-aos="flip-left"].aos-animate .items:nth-child(11) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.mp-pdt-name{
	display: inline-block;
	width: calc(100% - 150px);
  vertical-align: middle;
}

.w-100p{
	width: 100% !important;
}

/* 비밀번호 변경안내  */
.pw-modify-popup .login-input > p {
  line-height: 22px;
}
.pw-modify-popup .login-input .after {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pw-modify-popup .login-input .after span {
  margin: 0 4px;
  color: #585858;
  font-size: 14px;
}
.pw-modify-popup .login-input .after a {
  color: #585858;
  text-decoration: underline;
  font-size: 14px;
}

#pop_cancelconfirm .modal-container {
  padding-bottom: 200px;
}

.healthy {width: 100% !important;}
.no_data{
  padding: 100px 0 !important;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  width: 100% !important;
}
.no_data.line {
  border-bottom: 1px solid #eee;
}

#layer_popup_DeliveryAddress .modal-container {
  padding-bottom: 134px;
}
#layer_popup_DeliveryAddress .modal-content {
  height: calc(100% - 60px);
}
#layer_popup_DeliveryAddress  .address-list {
  height: 100%;
}
#layer_popup_DeliveryAddress .address-list > .item.h100 {
  height: 100%;
}
#layer_popup_DeliveryAddress .address-list > .item p {
  width: 100%;
}

/* 소비자 피해보상보험 가입 */
.order-consumer-text {
  padding: 24px;
  background: #F5F5F5;
}
.order-consumer-text ul {}
.order-consumer-text ul li {
  display: table;
  margin-bottom: 10px;
}
.order-consumer-text ul li:last-child {
  margin-bottom: 0;
}
.order-consumer-text h5 {
  display: table-cell;
  width: 115px;
  font-size: 14px;
  font-weight: 500;
}
.order-consumer-text p {
  display: table-cell;
  font-size: 14px;
}

/* 쇼핑렌즈 */
#mbris_shop_lens_section {
  z-index: 10 !important;
  right: 30px !important;
  bottom: 30px !important;
} 

#naver_id_login img {
  margin: 0 auto;
}

/* 교환반품취소 주문상세조회 */
.cre-tooltip {text-align: left;}
.cre-tooltip p {margin-bottom: 15px;}
.cre-tooltip dl dt {font-size: 14px;}
.cre-tooltip dl dd {margin-top: 5px; font-size: 14px;}

/* 팝업 css 추가*/
.layer_template2 .today,
.layer_template .today {display: flex; justify-content: space-between; align-items: center;}
.layer_template2 .today input,
.layer_template .today input {margin-right: 5px;}


.pre-terms-layer .a_tit {margin: 20px 0; font-size: 20px;}
.pre-terms-layer dl {margin-bottom: 40px;}
.pre-terms-layer dt {margin-bottom: 10px;}
.pre-terms-layer dd {font-size: 14px; line-height: 24px;}

/* 우편번호 찾기 팝업 최상단 */
.address-find-popup.open{z-index: 9999;}

/* MD's Pick + GNB[s] */
.ps-prd-pick{overflow:hidden;margin-top:136px}
.ps-prd-pick h4 strong{font-family:'Poppins';font-size:36px;}
.ps-prd-pick h4 p{font-size:20px;margin-top:8px;}
.ps-prd-pick .ps-pick-list{margin-top:40px;margin-bottom:156px;}
.ps-prd-pick .swiper-slide{width:380px;}
.ps-prd-pick .swiper-pagination-bullet{width:10px;height:10px;border-radius:0%}
.ps-prd-pick .swiper-pagination-bullet-active{background:#000;}
.ps-prd-pick .swiper-container-horizontal > .swiper-pagination-bullets{top:-50px;right:0;bottom:unset !important;left:unset !important;transform:translateX(0) !important}
.ps-prd-pick .ps-prd-item{position:relative;overflow:hidden;}
.ps-prd-pick .ps-prd-item:after{content:'';display:block;position:absolute;width:100%;height:70%;bottom:0;left:0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);}
.ps-prd-pick .ps-prd-item .thumbs *{transition:all 0.3s;}
.ps-prd-pick .ps-prd-item:hover .thumbs img{transform:scale(1.1);}
.ps-prd-pick .ps-prd-item .desc{position:absolute;bottom:0;left:0;padding:20px 30px;z-index:1;width:100%;}
.ps-prd-pick .ps-prd-item .desc .name,
.ps-prd-pick .ps-prd-item .desc .price .amount,
.ps-prd-pick .ps-prd-item .desc .price .sale-per{color:#fff !important;}
.ps-prd-pick .ps-prd-item .desc .name{margin-bottom:20px;}
.ps-prd-pick .ps-prd-item .desc .name .p_n{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.ps-prd-pick .ps-prd-item .desc .price .amount{font-size:26px;margin-top:13px;}
.ps-prd-pick .ps-prd-item .desc .price .sale-per{font-size:26px;position:absolute;right:30px;bottom:32px;font-weight:bold}
.ps-prd-pick .ps-prd-item .desc .badge{margin-bottom:10px}
.ps-prd-pick .ps-prd-item .md-badge{position:absolute;left:0;top:0;}

.font-kor{font-family:'Pretendard' !important}
.ps-inner.default{justify-content: space-between;}
.ps-inner.po-re{position:relative;}
.ps-inner.default dl + dl{margin-left:120px;}
.ps-header--gnb .gnb__dropdown .dropdown--quick-menu.full-nav{position:absolute;right:0;bottom:50px;height:auto;}
.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt:first-child{margin-bottom:10px;}
.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt + .sub-title{margin-top:24px;}
.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt.sub-title a{font-weight:bold;}
.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt.sub-title + .sub-title{margin-top:0}
.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt a.sale:after{content:'';display:inline-block;width:8px;height:8px;background:#ff0052;position:relative;top:-15px;right:-2px}

.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt + dt{margin-top:8px;}
.ps-header--gnb .gnb__dropdown .dropdown--nav .dropdown--sub dt + dt a{line-height:20px;height:inherit !important;font-size:15px !important;border-bottom:none !important;}

.ps-header--gnb .gnb__dropdown .dropdown--quick-menu{width:329px !important}
.ps-header--gnb .gnb__dropdown .quick-menu--banner.shop{width:329px !important;height:190px !important;}
.ps-header--gnb .gnb__dropdown .quick-menu--banner.shop > img{width:100% !important;height:190px !important}
/* MD's Pick + GNB[e] */

/* 2206 장바구니[s] */
.overflow-hidden{overflow:hidden !important;}
.offcanvas{position:fixed;margin-left:0;}
.cart-cnt{text-indent:0;display:flex;align-items:center;justify-content:center;background:#000;width:16px;min-height:16px;padding:2px 4px;color:#fff;font-size:12px;position:absolute;margin-left:4px;left:50%;top:1px;text-align:center;border-radius:100%; display:none}

.ps-cart--popup{position:fixed;width:100%;height:100vh;top:0;left:0;bottom:0;right:0;z-index:1001;display:none;}
.ps-cart--popup .dimmed{width:100%;height:100vh;position:fixed;left:0;top:0;background:transparent;}
.ps-cart--popup.open .ps-cart--content{transform:translateX(0);overflow-y:auto;}
.ps-cart--popup .ps-cart--content{max-width:380px;height:100vh;background:#fff;position:absolute;right:0;top:0;z-index:1003;transition:transform 0.3s ease-in-out;transform:translateX(100%);box-shadow:0px 5px 30px rgb(0 0 0 / 20%)}
.ps-cart--popup .ps-cart--content .ps-cart-tit{font-size: 20px;color:#1d1d1d;line-height:22px;margin-top:64px;padding-left:28px;/* font-weight:bold; */letter-spacing:-0.44px;font-family: 'GeneralSans-semi';}
.ps-cart--popup .ps-cart--content .ps-cart-list{display:flex;flex-wrap:wrap;overflow:hidden;margin-left:-20px;}
.ps-cart--popup .ps-cart--content .ps-cart-list .custom-box{padding-left:20px;width:100%;}
.ps-cart--popup .ps-cart--content dl{display:inline-block;width:100%;padding:34px 45px 34px 130px;position:relative;}
.ps-cart--popup .ps-cart--content dl:first-child{padding-top:27px;}
.ps-cart--popup .ps-cart--content dl + dl{border-top:1px solid #eee;}
.ps-cart--popup .ps-cart--content dl dt{position:absolute;left:32px;}
.ps-cart--popup .ps-cart--content dl dt img{width:80px;height:80px;}
.ps-cart--popup .ps-cart--content dl .name{color:#1d1d1d;font-size:16px;word-break:keep-all;overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.ps-cart--popup .ps-cart--content dl .ps-cart-list-opt{display:flex;margin:3px 0 20px;align-items:center;}
.ps-cart--popup .ps-cart--content dl .ps-cart-list-opt .goods-opt{color:#707072;font-size:14px;}
.ps-cart--popup .ps-cart--content dl .ps-cart-list-opt .goods-quantity{position:relative;padding-left:10px;margin-left:10px;color:#707072;font-size:14px;}
.ps-cart--popup .ps-cart--content dl .ps-cart-list-opt .goods-quantity:before{content:'';display:inline-block;width:1px;height:14px;background:#999;position:absolute;left:0;top:0;}
.ps-cart--popup .ps-cart--content dl .price{font-size:16px;color:#1d1d1d;font-weight:400}
.ps-cart--popup .ps-cart--content dl:first-child .btn-list-delete{top:24px}
.ps-cart--popup .ps-cart--content dl .btn-list-delete{position:absolute;right:20px;top:29px;text-indent:-999em;width:24px;height:24px;display:inline-block;background:url(https://image.prospecs.com/front/images/renewal/icon_close_small_gr.svg) center no-repeat;background-size:18px auto}
.ps-cart--popup .ps-cart--content .btn-cartPop-close{position:absolute;top:14px;right:18px;;display:inline-block;width:32px;height:32px;text-indent:-999em;background:url(https://image.prospecs.com/front/images/cart/btn-cartPop-close.png) center no-repeat;background-size:32px auto}

.ps-cart--popup .ps-cart--content .ps-cart-total{border-top:1px solid #eee;padding:32px 23px 51px 23px;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-price{display:flex;align-items:center;justify-content:space-between;padding:0 9px;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-price .tit{font-size:15px;color:#1d1d1d;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-price .price{color:#1d1d1d;font-size:20px;font-weight:400}
.ps-cart--popup .ps-cart--content .ps-cart-total .ntc-txt{font-size:12px;color:#999;margin-top:18px;padding-left:9px;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-btns{display:flex;margin-top:32px;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-btns a{display:flex;flex:1;align-items:center;justify-content:center;font-size:16px;color:#1d1d1d;height:52px;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-btns a + a{margin-left:10px;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-btns .btn-cart{border:1px solid #1d1d1d;}
.ps-cart--popup .ps-cart--content .ps-cart-total .total-btns .btn-buy{background:#000;color:#fff;}
/* 2206 장바구니[e] */

/* 스폰서쉽 */
.sponsor-inner{padding-top:75px; padding-left: 100px; padding-right: 100px; margin: auto;text-align: center;}
.sponsor-inner .sp-title-box{font-family: 'Pretendard'; font-weight:700; margin-bottom:64px; font-size:80px;}
.sponsor-inner .sp-img-box{font-family: 'Pretendard'; width:100%;display:flex;justify-content:space-between;}
.sponsor-inner .sp-img-box > div{/*width:50%;*/float:left;overflow:hidden;}
.sponsor-inner .sp-img-box > div + div{margin-left:40px;}
.sponsor-inner .sp-img-box img{flex:1}
.sponsor-inner .sp-txt-box{margin: 120px;}
.sponsor-inner .sp-txt-box div + div{margin-top:60px;}
.sponsor-inner .sp-txt-box p{font-family:'Pretendard'; font-weight: 400;font-size:18px;line-height:28px;!important;}
.sub-txt{font-family:'Pretendard'; font-weight: 600;font-size:20px;line-height:28px;!important;}
.sponsor-inner .origin-img{font-family:'Pretendard-Regular'; font-size:13px;color:#999;margin-top:12px; text-align:right;}


/* 고객센터 202210 */
.ps-tab--wrap.type2.other {margin:65px 0;border-bottom: 2px solid #1d1d1d;}
.ps-as--wrap td.pb-etc{padding-bottom:48px !important;}
.ps-as--wrap .btn-black{width:125px;height:44px;background:#000;color:#fff;margin-left:10px}
.ps-as--wrap .btn-white{width:76px;height:44px;border:1px solid #1d1d1d;margin-left:10px;flex:0 0 76px}

.ps-as--wrap .ps-cont-head.etc{border-bottom:none}
.ps-as--wrap .ps-cont-head.essential h4{display:inline-block;}
.ps-as--wrap .ps-cont-head.essential h4:after{content:'';width:4px;height:4px;display:inline-block;background:#ff0052;margin-left:4px;vertical-align:top;}
.ps-as--wrap .as-info--box.etc{background:#f5f5f5;padding:30px;}
.ps-as--wrap .as-info--box.etc ul{margin:0}
.ps-as--wrap .as-info--box.etc li{color:#1d1d1d;font-size:16px;}
.ps-as--wrap .as-info--box.etc li:before{content:'';width:4px;height:4px;background:#000;margin-right:10px;}
.ps-as--wrap .ps-table.type2.etc{border-top:1px solid #eee;}
.ps-as--wrap .ps-table.type2 .ps-input.normal{width:260px;flex:0 0 260px;}
.ps-as--wrap .ps-table.type2 .ps-input.normal input{width:100%;}
.ps-as--wrap .ps-table.type2.as--list tbody tr:last-child{border-bottom:1px solid #222}
.ps-as--wrap .ps-table.type2.as--list thead th{font-size:14px;}
.ps-as--wrap .ps-table.type2.as--list tbody td{font-size:16px;text-align:center;}
.ps-as--wrap .ps-table.type2.as--list tbody td:nth-child(4),
.ps-as--wrap .ps-table.type2.as--list tbody td:nth-child(5){padding-left:20px;padding-right:20px;word-wrap:keep-all;}
.ps-as--wrap .ps-table.type2.as--list tbody td p{color:#999;margin-top:5px}
.ps-as--wrap .flex-cont-wrap.text{display:inline-flex}
.ps-as--wrap .flex-cont-wrap.sms{display:inline-flex}
.ps-as--wrap .flex-cont-wrap.sms > .ps-input{width:125px;margin-left:10px}
.ps-as--wrap .flex-cont-wrap.sms .ps-sms--wrap{display:inline-block;margin-left:40px;}
.ps-as--wrap .flex-cont-wrap.sms .ps-sms--wrap{display:flex;align-items:center;position:relative;}
.ps-as--wrap .flex-cont-wrap.sms .ps-sms--wrap .ps-input{overflow:inherit}
.ps-as--wrap .flex-cont-wrap.sms .ps-sms--wrap .ps-input input::placeholder{color:#999}
.ps-as--wrap .flex-cont-wrap.sms .ps-sms--wrap .sms-info{width:100%;display:flex;position:absolute;left:0;bottom:-25px}
.ps-as--wrap .flex-cont-wrap.sms .ps-sms--wrap .sms-info .sms-count{font-size:14px;color:#ff0052}
.ps-as--wrap .flex-cont-wrap.sms .ps-sms--wrap .sms-info a{margin-left:auto;font-size:14px;color:#1d1d1d;text-decoration:underline;}

/* 결제수단 202211 */
.tabcontent .ps-table.type3 table > tbody > tr > td {padding-top:0;vertical-align:top;}
.select-tab--box{width:100%;height:60px;}
.select-tab--box ul{display:flex;height:100%}
.select-tab--box ul li{flex:1;}
.select-tab--box ul li a{display:flex;height:100%;align-items:center;justify-content:center;border:1px solid #ccc;border-left:none;}
.select-tab--box ul li:first-child a{border-left:1px solid #ccc}
.select-tab--box ul li a span{font-size:14px;color:#1d1d1d;display:inline-block;}
.select-tab--box ul li a span.bg{text-indent:-999em;font-size:0;width:100%;background-position:center;background-repeat:no-repeat;background-size:contain;}
.select-tab--box ul li a span.naver{height:24px;background-image:url(/front/images/order/pay/npay.png);}
.select-tab--box ul li a span.kakao{height:21px;background-image:url(/front/images/order/pay/kakaopay.png);}
.select-tab--box ul li a span.smile{height:21.5px;background-image:url(/front/images/order/pay/smilepay.png);}
.select-tab--box ul li a span.samsung{height:19.5px;background-image:url(/front/images/order/pay/samsung.png);}
.select-tab--box ul li a span.payco{height:13px;background-image:url(/front/images/order/pay/payco.png);}
.select-tab--box ul li a span.toss{height:21px;background-image:url(/front/images/order/pay/toss.png);}

.select-tab--box ul li a.active{background:#000;border-color:#222}
.select-tab--box ul li a.active span{color:#fff;}
.select-tab--box ul li a.active span.naver{height:24px;background-image:url(/front/images/order/pay/npay_w.png);}
.select-tab--box ul li a.active span.kakao{height:21px;background-image:url(/front/images/order/pay/kakaopay_w.png);}
.select-tab--box ul li a.active span.smile{height:21.5px;background-image:url(/front/images/order/pay/smilepay_w.png);}
.select-tab--box ul li a.active span.samsung{height:19.5px;background-image:url(/front/images/order/pay/samsung_w.png);}
.select-tab--box ul li a.active span.payco{height:13px;background-image:url(/front/images/order/pay/payco_w.png);}
.select-tab--box ul li a.active span.toss{height:21px;background-image:url(/front/images/order/pay/toss_w.png);}

/* 코디장착제품 */
.ps-coordination--wrap{margin-top:96px;}
.ps-coordination--wrap h3.ps-title{font-size:24px;color:#1d1d1d;margin-bottom:31px;font-weight:bold}
.ps-coordination--items{width:1364px;overflow:hidden;}
.ps-coordination--items .ps-col{width:300px;margin-right:20px}
.ps-coordination--items .ps-prd-item .desc{padding-top:16px;font-size:18px;color:#1d1d1d;}
.ps-coordination--items .ps-prd-item .desc .name{margin-bottom:4px;}
.ps-coordination--items .ps-prd-item .desc .price .amout span{font-size:18px;color:#1d1d1d;}

/* 기획전 탭 */
.planning-event{width:100%;position:relative;margin-top:-30px;}
.planning-event:before{content:'';display:inline-block;width:100%;height:35px;background:#fff;position:absolute;left:0;top:-35px}
.planning-event .planning-tab{width:100%;height:60px;border-bottom:3px solid #1d1d1d;}
.planning-event .planning-tab ul{display:inline-block;width:100%;overflow-x:auto;}
.planning-event .planning-tab li{width:227px;height:60px;float:left;border:1px solid #999;border-bottom:3px solid #1d1d1d;border-left:none;}
.planning-event .planning-tab li:first-child{border-left:1px solid #999}
.planning-event .planning-tab li.on{border:3px solid #1d1d1d;border-bottom:3px solid #fff;position:relative;z-index:1}
.planning-event .planning-tab li.on a{font-weight:bold}
.planning-event .planning-tab li a{display:inline-block;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#1d1d1d;}



/* 1. 컨테이너 및 배경 가상요소 초기화 */
.sale-tab .planning-event { margin-top: 0 !important; }
.sale-tab .planning-event:before { display: none !important; }

/* 2. planning-tab 높이/테두리 제거 */
.sale-tab .planning-tab { width: 100% !important; height: auto !important; border-bottom: none !important; }

/* 3. ★핵심: ul → flex wrap 컨테이너 */
.sale-tab :is(ul.planning-tab) { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; width: 100% !important; overflow: visible !important; padding: 10px 0 !important; height: auto !important; }

/* 4. li 박스 형태 제거 */
.sale-tab :is(ul.planning-tab) li { flex: 0 0 auto !important; float: none !important; width: auto !important; height: auto !important; border: none !important; margin: 0 !important; }
.sale-tab :is(ul.planning-tab) li:first-child { border-left: none !important; }

/* 5. 둥근 버튼 형태의 a 태그 스타일 */
.sale-tab .planning-tab li a { display: inline-flex !important; align-items: center !important; justify-content: center !important; width: auto !important; height: 40px !important; padding: 0 20px !important; border-radius: 999px !important; border: 1px solid #1d1d1d !important; font-size: 16px !important; background: #fff !important; transition: all 0.2s; }

/* 6. 활성화 상태 (li.on) */
.sale-tab .planning-tab li.on { border: none !important; z-index: auto !important; }
.sale-tab .planning-tab li.on a { background-color: #1d1d1d !important; color: #fff !important; border-color: #1d1d1d !important; font-weight: bold !important; }







/* 최대혜택가 + 무이자혜택 */
.ps-item-price .sub-amount{margin-top:4px;}
.ps-item-price .sub-amount span{font-size:18px;color:#999}
.ps-item-price .sub-amount strong{font-size:18px;color:#1d1d1d;margin-left:9px;}
.ps-list.type4 > li .cont p + p{margin-top:12px}
.ps-item-se .ps-event-notice{margin-top:40px;padding-top:21px;border-top:1px solid #eee}


/* 2023 띠배너 */
.ps-eventBanner-swiper .ps-slide-name{width:100%;overflow:hidden;position:relative;}
.ps-eventBanner-swiper .shopMain{margin:20px 0 120px;}
.ps-eventBanner-swiper .p-detail{margin:20px 0 17px;}
.ps-eventBanner-swiper .swiper-slide img{width:100%;}
.ps-eventBanner-swiper .pagination-top{padding-top:35px}
.ps-eventBanner-swiper .pagination-top .swiper-pagination{position:absolute;top:-35px;left:auto;right:0;bottom:auto}

.ps-eventBanner-swiper2 .ps-slide-name{width:100%;overflow:hidden;position:relative;}
.ps-eventBanner-swiper2 .shopMain{margin:20px 0 120px;}
.ps-eventBanner-swiper2 .p-detail{margin:20px 0 17px;}
.ps-eventBanner-swiper2 .swiper-slide img{width:100%;}
.ps-eventBanner-swiper2 .pagination-top{padding-top:35px}
.ps-eventBanner-swiper2 .pagination-top .swiper-pagination{position:absolute;top:-35px;left:auto;right:0;bottom:auto}


/* 회원가입양식 인증버튼 */
.flex-cont-wrap.phone{width:inherit;}
.flex-cont-wrap.phone .ps-btn-wrap.mobileBtn{flex:0 0 125px;}
.flex-cont-wrap.phone .ps-btn-wrap button{width:100%;height:44px;background:#000;color:#fff;font-size:14px;}

/* 본인인증 */
.verification{width:100%;max-width:inherit;margin:0}
.verification .sign_up-box{width:320px;margin:auto;}
.verification .sign_up-box h3.tit{font-family:'Pretendard-Semibold';font-size:18px;padding-bottom:21px;border-bottom:1px solid #000;margin-bottom:24px;}
.verification .agree-wrp{margin-bottom:42px;}
.verification .agree-wrp .ps-chkbox{display:flex;flex-wrap:wrap;}
.verification .sub-chkedBox .ps-chkbox{margin-top:25px;}
.verification .sub-chkedBox .ps-chkbox + .ps-chkbox{margin-left:0;margin-top:25px}
.verification .sub-chkedBox .ps-chkbox button{margin-left:auto;font-family:'Pretendard-Regular';font-size:12px;color:#999;text-decoration:underline;}
.verification .sub-chkedBox .terms-con{flex:0 0 100%;overflow:auto;height:6.25rem;margin-top:0.625rem;padding:0.625rem;border:1px solid #e3e3e3;display:none;}
.verification .sub-chkedBox .terms-con::-webkit-scrollbar{width:5px;}
.verification .sub-chkedBox .terms-con::-webkit-scrollbar-thumb{background:#999}
.verification .sub-chkedBox .terms-con .agree_in{font-size:13px;color:#666;line-height:20px;font-weight:300;word-break:normal;}
.verification .sub-chkedBox .terms-con .agree_in dl{padding-bottom:15px;}
.verification .sub-chkedBox .terms-con .agree_in dl dt{font-weight:500;padding-bottom:7px;font-size:14px;}
.verification .sub-chkedBox .terms-con .agree_in dl dd{padding-bottom:5px;font-size:13px;word-break:normal}

.verification .main-chkedBox .btn-toggle{width:20px;height:20px;display:flex;align-items:center;justify-content:center;margin-left:auto;}
.verification .main-chkedBox .btn-toggle.on{transform:rotate(180deg);}
.verification .main-chkedBox .btn-toggle span{font-size:0;text-indent:-999em;display:inline-block;position:relative;}
.verification .main-chkedBox .btn-toggle span:before,
.verification .main-chkedBox .btn-toggle span:after{content:'';width:2px;height:9px;display:inline-block;background:#000;position:absolute;}
.verification .main-chkedBox .btn-toggle span:before{top:50%;left:50%;transform:translate(-50%, -50%) rotate(-45deg);margin-left:-2px}
.verification .main-chkedBox .btn-toggle span:after{top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg);margin-left:3px}
.verification .agree-step strong{font-size:14px;display:block;margin-bottom:9px;font-weight:normal;}
.verification .agree-step + .agree-step{margin-top:20px;}
.verification .agree-step .password{display:flex;align-items:center;border:1px solid #ccc;height:48px;padding:16px;} 
.verification .agree-step .password input{font-size:17;height: 46px;color:#000;outline:none;text-align:left;}
.verification .agree-step .password input:first-of-type{width:105px;}
.verification .agree-step .password input:not(:first-of-type){width:35px}
.verification .agree-step .password input::-webkit-input-placeholder{color:#ccc;font-size:14px;letter-spacing:0;}
.verification .agree-step .password span:not(.marking){display:inline-block;margin:0 15px 0 10px;color:#ccc;}
.verification .agree-step .password span.marking{font-size:14px;}
.verification .agree-step .select-mobile{display:flex;margin-bottom:10px}
.verification .agree-step .select-mobile button{flex:1;border:1px solid #ccc;height:48px;color:#999;font-family:'Pretendard-Regular';position:relative;}
.verification .agree-step .select-mobile button.on{color:#000}
.verification .agree-step .select-mobile button.on:after{content:'';width:calc(100% + 2px);height:calc(100% + 2px);border:1px solid #000;position:absolute;left:-1px;top:-1px;}
.verification .agree-step .select-mobile button + button{border-left:none;}

.verification .agree-step .selector{display:none;}
.verification .agree-step .selectric-ps-select{width:100%;margin-top:3px;}
.verification .agree-step .mobile-code{display:flex;margin-top:10px;}
.verification .agree-step .mobile-code input{height:48px;}
.verification .agree-step .mobile-code input::-webkit-input-placeholder{font-family:'Pretendard-Regular';font-size:16px;color:#ccc}
.verification .agree-step .mobile-code button{flex:0 0 105px;width:105px;height:48px;border:1px solid #ccc;color:#000;margin-left:4px;font-size:14px}
.verification .agree-step .mobile-code .btnSmall{flex:0 0 72px;margin-left:4px;}
.verification .agree-step .ps-btn-wrap{width:100%;height:54px;margin-top:30px;}
.verification .agree-step .ps-btn-wrap button{width:100%;font-size:18px;font-family:'Pretendard-Semibold'}
.verification .agree-step .ps-btn-wrap button:disabled{background:#999} /* 인증버튼 비활성 */

.verification .agree-step .imt{font-size:12px;color:#FA0A00;margin-top:6px;}

.agree-popup-wrp{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.6);display:flex;align-items:center;justify-content:center;z-index:9999999}
.agree-popup-wrp .modal-cont{width:380px;height:144px;background:#fff;display:flex;flex-wrap:wrap;}
.agree-popup-wrp .modal-cont .modal-txt{display:flex;align-items:center;justify-content:center;height:100px;width:100%}
.agree-popup-wrp .modal-cont p{font-size:16px;text-align:center;}
.agree-popup-wrp .modal-cont button{width:100%;border-top:1px solid #ccc;height:43px;color:#000;font-size:16px;}

/* 가입된회원 */
.memberShip{margin-top:50px !important;}
.memberShip h3{font-family:'Pretendard-Semibold';font-size:22px;line-height:30px;}
.memberShip .memberInfoBox{padding:32px 20px 31px;border:1px solid #ccc;margin:28px 0 40px;width:100%;text-align:center;}
.memberShip .memberInfoBox p:first-of-type{font-family:'Pretendard-Semibold';}
.memberShip .memberInfoBox p:first-of-type + span{margin-top:12px;}
.memberShip .memberInfoBox span{font-family:'Pretendard-Regular';font-size:12px;color:#999}
.memberShip .memberInfoBox span + p{margin-top:25px;font-size:12px;}
.memberShip .memberInfoBox span:last-of-type{margin-top:7px;font-size:12px;}
.memberShip .findId{text-align:center;}
.memberShip .findId p{font-family:'Pretendard-Semibold';font-size:16px;}
.memberShip .findId .links{display:flex;margin-top:15px;align-items:center;justify-content:center;}
.memberShip .findId .links a{font-family:'Pretendard-Regular';color:#585858;text-decoration:underline;}
.memberShip .findId .links span{margin:0 5px;color:#585858;}
.memberShip .ps-btn-wrap{margin-top:40px;}

.memberShip .ps-btn.type3{width:100%;height:54px;}




