@charset "UTF-8";
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.font-samsung-sharp, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > .strong, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong, .prod-option-wrap .prod-sub-option-price dl dd strong, .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list li a, .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle span {
  font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
}

br.pc-only, br.fd-only, br.mo-only {
  display: none;
}
br.pc-only {
  display: block;
}
@media screen and (max-width: 801px) {
  br.pc-only, br.fd-only, br.mo-only {
    display: none;
  }
  br.fd-only {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  br.pc-only, br.fd-only, br.mo-only {
    display: none;
  }
  br.mo-only {
    display: block;
  }
}

.revamp-dropdown .dropdown-menu[hidden] {
  display: none;
}

.revamp-accordion .accordion-content[aria-hidden=true] {
  display: none !important;
}
.revamp-accordion .accordion-content[aria-hidden=false] {
  display: block !important;
}

p.revamp-disclaimer {
  all: unset;
  display: block;
  font-size: 12px;
  line-height: 16px;
}
p.revamp-disclaimer[data-use-icon] {
  padding-left: 11px;
  position: relative;
}
p.revamp-disclaimer[data-use-icon]::before {
  position: absolute;
  left: 0;
  top: -2px;
}
p.revamp-disclaimer[data-use-icon=star]::before {
  content: "※";
}
p.revamp-disclaimer[data-use-icon=dot]::before {
  left: 2px;
  content: "·";
}
p.revamp-disclaimer[data-use-icon=asterisk]::before {
  left: 1px;
  content: "*";
}

ul.revamp-disclaimer,
ol.revamp-disclaimer {
  all: unset;
}
ul.revamp-disclaimer li,
ol.revamp-disclaimer li {
  font-size: 12px;
  line-height: 16px;
}
ul.revamp-disclaimer[data-use-icon] li,
ol.revamp-disclaimer[data-use-icon] li {
  padding-left: 10px;
  position: relative;
}
ul.revamp-disclaimer[data-use-icon] li::before,
ol.revamp-disclaimer[data-use-icon] li::before {
  position: absolute;
  left: 0;
}
ul.revamp-disclaimer[data-use-icon=star] li::before,
ol.revamp-disclaimer[data-use-icon=star] li::before {
  content: "※";
}
ul.revamp-disclaimer[data-use-icon=dot] li::before,
ol.revamp-disclaimer[data-use-icon=dot] li::before {
  content: "·";
  left: 2px;
}
ul.revamp-disclaimer[data-use-icon=asterisk] li::before,
ol.revamp-disclaimer[data-use-icon=asterisk] li::before {
  content: "*";
  left: 1px;
}

.revamp-btn-checkbox[data-btn-type=circle]::before {
  box-sizing: border-box;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/sec/static/_images/common/icon-down-white.svg) no-repeat center #d9d9d9;
}
.revamp-btn-checkbox[data-btn-type=circle][aria-checked=true]::before {
  background-color: var(--main-color);
}

.revamp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
}
.revamp-modal.open {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.revamp-modal .revamp-modal-content {
  position: relative;
  background-color: #fff;
}
.revamp-modal .revamp-modal-content .revamp-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(/sec/static/_images/revamp/ico_close.svg) no-repeat center;
  background-size: 24px;
}
.revamp-modal[data-modal-theme=light] .revamp-modal-content {
  background-color: white;
  color: black;
}
.revamp-modal[data-modal-theme=dark] *:focus {
  outline-color: white !important;
}
.revamp-modal[data-modal-theme=dark] .revamp-modal-content {
  background-color: #313131;
  color: white;
}

#revamp-gallery-modal {
  padding: 20px;
  padding: 20px;
}
#revamp-gallery-modal .revamp-modal-content {
  display: flex;
  -moz-column-gap: 52px;
       column-gap: 52px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs {
  flex-shrink: 0;
  overflow-y: auto;
  width: 196px;
  padding-bottom: 48px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list a,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list a,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list a,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a {
  overflow: hidden;
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline-offset: -3px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list a img,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list a img,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list a img,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list a.selected,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list a.selected,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list a.selected,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a.selected {
  border: 1px solid black;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list a[aria-hidden=true],
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list a[aria-hidden=true],
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list a[aria-hidden=true],
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a[aria-hidden=true] {
  display: none;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list a:hover,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list a:hover,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list a:hover,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a:hover {
  border-color: #000;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list a,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list a {
  padding: 8px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .more,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .more {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  outline-offset: -2px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .more[aria-expanded=true] i,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .more[aria-expanded=true] i {
  transform: rotate(180deg);
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap.expanded .image-thumb-list ~ .more .ico, #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap.expanded .image-thumb-list ~ .more .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap.expanded .image-thumb-list ~ .more .price-collapse-trigger {
  transform: rotate(180deg);
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap {
  row-gap: 16px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap h4 {
  font-size: 14px;
  line-height: 19px;
  color: #757575;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a {
  position: relative;
  height: 48px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(/sec/static/_images/revamp/ico_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .modal-gallery-desktop-thumbs {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .modal-gallery-mobile-thumbs {
  display: none;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display {
  display: block;
  position: relative;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display .modal-gallery-item {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display .modal-gallery-item .video-wrapper {
  width: 100%;
  height: 100%;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display .modal-gallery-item .video-wrapper video,
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display .modal-gallery-item .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display .modal-zoom-message {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(49, 49, 49, 0.8);
  padding: 24px;
  z-index: 2;
  border-radius: 6px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls {
  margin-top: 16px;
  height: 24px;
  display: none;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls.show {
  display: flex;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button {
  height: 24px;
  width: 24px;
  background-color: #ccc;
  border-radius: 50%;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button.btn-zoom-in {
  background: url(/sec/static/_images/revamp/ico_plus_circle.svg) no-repeat center;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button.btn-zoom-out {
  background: url(/sec/static/_images/revamp/ico_minus_circle.svg) no-repeat center;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button.btn-move-top {
  background: url(/sec/static/_images/revamp/ico_arrow_up_solid.svg) no-repeat center;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button.btn-move-bottom {
  background: url(/sec/static/_images/revamp/ico_arrow_down_solid.svg) no-repeat center;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button.btn-move-left {
  background: url(/sec/static/_images/revamp/ico_arrow_left_solid.svg) no-repeat center;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button.btn-move-right {
  background: url(/sec/static/_images/revamp/ico_arrow_right_solid.svg) no-repeat center;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls button:disabled {
  opacity: 0.3;
  cursor: auto;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls .zoom-control {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls .move-control {
  display: none;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls .move-control::before {
  content: " ";
  width: 1px;
  height: 16px;
  background-color: #ddd;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls .move-control.show {
  display: flex;
}
#revamp-gallery-modal .revamp-gallery-scroll {
  height: 100%;
  max-height: 820px;
}
#revamp-gallery-modal .revamp-modal-content {
  overflow-y: auto;
  padding: 48px;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  max-height: 820px;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display {
  width: 1080px;
  height: 684px;
}
@media screen and (max-width: 1439px) {
  #revamp-gallery-modal .revamp-gallery-scroll {
    max-width: 801px;
    width: 100%;
    height: 100%;
    max-height: 1100px;
    flex-direction: column-reverse;
    row-gap: 40px;
    overflow-y: auto;
  }
  #revamp-gallery-modal .revamp-modal-content {
    max-width: 801px;
    width: 100%;
    height: auto;
    max-height: none;
    flex-direction: column-reverse;
    row-gap: 40px;
    padding: 64px 24px 24px;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs {
    padding-bottom: 0;
    width: 100%;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list,
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list,
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list,
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list {
    gap: 8px;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .image-thumb-list a,
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .image-thumb-wrap .video-thumb-list a,
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .image-thumb-list a,
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a {
    width: 68px;
    height: 68px;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs .video-thumb-wrap .video-thumb-list a {
    width: 68px;
    height: 40px;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-content {
    flex: 1;
    width: 100%;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 800px) {
  #revamp-gallery-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 110px;
    background-color: transparent;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  #revamp-gallery-modal .revamp-modal-content {
    width: 100%;
    height: 100%;
    padding: 52px 0 52px 0;
    row-gap: unset;
  }
  #revamp-gallery-modal .revamp-modal-content .revamp-modal-close {
    top: 14px;
    right: 14px;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-content {
    width: 100%;
    height: 100%;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display {
    width: 100%;
    height: 100%;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display .swiper-slide .video-wrapper video,
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-display .swiper-slide .video-wrapper iframe {
    width: 100%;
    height: 100%;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-content .modal-gallery-controls {
    display: none;
  }
  #revamp-gallery-modal .revamp-modal-content .modal-gallery-thumbs {
    display: none;
  }
}
/* 툴팁 컨테이너 */
.revamp-tooltip {
  flex: none;
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  text-align: left !important;
}
.revamp-tooltip:has(.tooltip-trigger.size-pc-20) {
  width: 20px;
  height: 20px;
}
.revamp-tooltip:has(.tooltip-trigger.size-pc-16) {
  width: 16px;
  height: 16px;
}
.revamp-tooltip:has(.tooltip-trigger.size-pc-14) {
  width: 14px;
  height: 14px;
}
.revamp-tooltip:has(.tooltip-trigger.size-pc-12) {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 800px) {
  .revamp-tooltip:has(.tooltip-trigger.size-mo-20) {
    width: 20px;
    height: 20px;
  }
  .revamp-tooltip:has(.tooltip-trigger.size-mo-16) {
    width: 16px;
    height: 16px;
  }
  .revamp-tooltip:has(.tooltip-trigger.size-mo-12) {
    width: 12px;
    height: 12px;
  }
}
.revamp-tooltip[data-trigger-icon=arrow-down-circle] .tooltip-trigger {
  background-image: url(/sec/static/_images/revamp/ico_arrow_down_circle.svg);
  transform: rotate(180deg);
}
.revamp-tooltip:has(.tooltip-content[aria-hidden=false])[data-trigger-icon=arrow-down-circle] .tooltip-trigger {
  background-image: url(/sec/static/_images/revamp/ico_arrow_up_circle_fill.svg);
  transform: rotate(0deg);
}
.revamp-tooltip[data-trigger-icon=arrow-up-circle] .tooltip-trigger {
  background-image: url(/sec/static/_images/revamp/ico_arrow_down_circle.svg);
}
.revamp-tooltip:has(.tooltip-content[aria-hidden=false])[data-trigger-icon=arrow-up-circle] .tooltip-trigger {
  background-image: url(/sec/static/_images/revamp/ico_arrow_up_circle_fill.svg);
  transform: rotate(180deg);
}
.revamp-tooltip .tooltip-trigger {
  background: url(/sec/static/_images/revamp/ico_info_gray.svg) no-repeat center;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.revamp-tooltip .tooltip-trigger.size-pc-20 {
  width: 20px;
  height: 20px;
  background-size: 20px;
}
.revamp-tooltip .tooltip-trigger.size-pc-16 {
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.revamp-tooltip .tooltip-trigger.size-pc-14 {
  width: 14px;
  height: 14px;
  background-size: 14px;
}
.revamp-tooltip .tooltip-trigger.size-pc-12 {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
@media screen and (max-width: 800px) {
  .revamp-tooltip .tooltip-trigger.size-mo-20 {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .revamp-tooltip .tooltip-trigger.size-mo-16 {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .revamp-tooltip .tooltip-trigger.size-mo-12 {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
}
.revamp-tooltip .tooltip-trigger.black {
  background-image: url(/sec/static/_images/revamp/ico_info.svg);
}
.revamp-tooltip .tooltip-trigger.ico-arrow-down-circle {
  background-image: url(/sec/static/_images/revamp/ico_arrow_down_circle.svg);
  transform: rotate(180deg);
}
.revamp-tooltip .tooltip-header {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.revamp-tooltip .tooltip-header .tooltip-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.revamp-tooltip .tooltip-header .tooltip-close-button {
  flex: none;
  transform: translateY(2px);
  width: 12px;
  height: 12px;
  background: url(/sec/static/_images/revamp/ico_close.svg) no-repeat center;
  background-size: 12px;
}
.revamp-tooltip .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 100;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #eee;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  max-width: 312px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.revamp-tooltip .tooltip-content[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}
.revamp-tooltip .tooltip-content .tooltip-body {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.revamp-tooltip .tooltip-content .tooltip-body strong,
.revamp-tooltip .tooltip-content .tooltip-body p {
  font-size: 12px;
  line-height: 16px;
}
.revamp-tooltip .tooltip-content .tooltip-body strong > span,
.revamp-tooltip .tooltip-content .tooltip-body strong .monthlyCardBenefitCardNm,
.revamp-tooltip .tooltip-content .tooltip-body strong .monthlyCardBenefitDuration,
.revamp-tooltip .tooltip-content .tooltip-body p > span,
.revamp-tooltip .tooltip-content .tooltip-body p .monthlyCardBenefitCardNm,
.revamp-tooltip .tooltip-content .tooltip-body p .monthlyCardBenefitDuration {
  font-size: 12px;
}
.revamp-tooltip .tooltip-content .tooltip-body .tooltip-price-group {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.revamp-tooltip .tooltip-content .tooltip-body dl.tooltip-price {
  display: flex;
  justify-content: space-between;
}
.revamp-tooltip .tooltip-content .tooltip-body dl.tooltip-price dt,
.revamp-tooltip .tooltip-content .tooltip-body dl.tooltip-price dd {
  font-size: 12px;
  line-height: 16px;
}
.revamp-tooltip .tooltip-content .tooltip-body dl.tooltip-price.total dt,
.revamp-tooltip .tooltip-content .tooltip-body dl.tooltip-price.total dd {
  font-size: 14px;
  line-height: 16px;
}
.revamp-tooltip .tooltip-content .tooltip-body dl.tooltip-price.total dt > strong,
.revamp-tooltip .tooltip-content .tooltip-body dl.tooltip-price.total dd > strong {
  font-size: 14px;
  line-height: 16px;
}
.revamp-tooltip .tooltip-content .tooltip-body hr {
  margin-top: 0;
  margin-bottom: 0;
}
.revamp-tooltip .tooltip-content .tooltip-body .tooltip-tit {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}
.revamp-tooltip .tooltip-content .tooltip-body p.tooltip-note {
  --note-icon: "*";
  --note-color: #757575;
  padding-left: 11px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: var(--note-color);
}
.revamp-tooltip .tooltip-content .tooltip-body p.tooltip-note::before {
  content: var(--note-icon);
  position: absolute;
  left: 0;
}
.revamp-tooltip .tooltip-content .tooltip-body ul.tooltip-info {
  --info-icon: "*";
  --info-color: #000;
}
.revamp-tooltip .tooltip-content .tooltip-body ul.tooltip-info li {
  padding-left: 11px;
  position: relative;
  font-size: 12px;
  line-height: 16px;
}
.revamp-tooltip .tooltip-content .tooltip-body ul.tooltip-info li::before {
  content: var(--info-icon);
  position: absolute;
  left: 0;
}
.revamp-tooltip .tooltip-content .tooltip-body ul.tooltip-info li * {
  font-size: 12px;
  line-height: 16px;
}
.revamp-tooltip.top .tooltip-content {
  bottom: calc(100% + 8px);
}
.revamp-tooltip.bottom .tooltip-content {
  top: calc(100% + 8px);
}
.revamp-tooltip.left .tooltip-content {
  right: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
}
.revamp-tooltip.right .tooltip-content {
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  text-align: left !important;
}
.revamp-tooltip.start .tooltip-content {
  left: 0;
  right: auto;
}
.revamp-tooltip.end .tooltip-content {
  right: 0;
  left: auto;
}
.revamp-tooltip.center .tooltip-content {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.revamp-pd-container,
.revamp-pd-section {
  --main-color: #2189ff;
  --gray-75-color: #757575;
  --gray-dd-color: #ddd;
  --highlight-color: #00838f;
  --error-color: #d62e2e;
}
.revamp-pd-container.border-top,
.revamp-pd-section.border-top {
  border-top: 1px solid #ddd;
}
.revamp-pd-container.border-bottom,
.revamp-pd-section.border-bottom {
  border-bottom: 1px solid #ddd;
}
.revamp-pd-container.bg-gray,
.revamp-pd-section.bg-gray {
  background-color: #f7f7f7;
}
.revamp-pd-container.bg-white,
.revamp-pd-section.bg-white {
  background-color: #fff;
}
.revamp-pd-container.sticky-top,
.revamp-pd-section.sticky-top {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 11;
}
.revamp-pd-container.fixed-bottom,
.revamp-pd-section.fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
.revamp-pd-container.overflow-hidden,
.revamp-pd-section.overflow-hidden {
  overflow: hidden;
}
.revamp-pd-container.position-relative,
.revamp-pd-section.position-relative {
  position: relative;
}
.revamp-pd-container .pd-section-inner,
.revamp-pd-section .pd-section-inner {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 60px 0;
}
.revamp-pd-container .pd-section-inner.border-bottom,
.revamp-pd-section .pd-section-inner.border-bottom {
  border-bottom: 1px solid #ddd;
}
.revamp-pd-container .pd-section-inner.py-0,
.revamp-pd-section .pd-section-inner.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.revamp-pd-container .pd-section-inner.px-0,
.revamp-pd-section .pd-section-inner.px-0 {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .pd-section-inner,
  .revamp-pd-section .pd-section-inner {
    padding: 40px 24px 24px;
  }
}
.revamp-pd-container .pd-section-header,
.revamp-pd-section .pd-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revamp-pd-container .pd-section-title,
.revamp-pd-section .pd-section-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .pd-section-title,
  .revamp-pd-section .pd-section-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.revamp-pd-container .text-blue,
.revamp-pd-section .text-blue {
  color: var(--main-color);
}
.revamp-pd-container .text-green,
.revamp-pd-section .text-green {
  color: var(--highlight-color);
}
.revamp-pd-container .text-red,
.revamp-pd-section .text-red {
  color: var(--error-color);
}
.revamp-pd-container .font-bold,
.revamp-pd-section .font-bold {
  font-weight: 700;
}
.revamp-pd-container .font-bolder,
.revamp-pd-section .font-bolder {
  font-weight: 800;
}
.revamp-pd-container .font-extrabold,
.revamp-pd-section .font-extrabold {
  font-weight: 900;
}
.revamp-pd-container .ico, .revamp-pd-container .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .revamp-pd-container .price-collapse-trigger,
.revamp-pd-section .ico,
.revamp-pd-section .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger,
.pd-price-summary .price-summary-container .price-summary-wrap > dl .revamp-pd-section .price-collapse-trigger {
  display: inline-block;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.revamp-pd-container .ico-pc-12,
.revamp-pd-section .ico-pc-12 {
  width: 12px;
  height: 12px;
}
.revamp-pd-container .ico-pc-14,
.revamp-pd-section .ico-pc-14 {
  width: 14px;
  height: 14px;
}
.revamp-pd-container .ico-pc-16,
.revamp-pd-section .ico-pc-16 {
  width: 16px;
  height: 16px;
}
.revamp-pd-container .ico-pc-18,
.revamp-pd-section .ico-pc-18 {
  width: 18px;
  height: 18x;
}
.revamp-pd-container .ico-pc-20, .revamp-pd-container .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .revamp-pd-container .price-collapse-trigger,
.revamp-pd-section .ico-pc-20,
.revamp-pd-section .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger,
.pd-price-summary .price-summary-container .price-summary-wrap > dl .revamp-pd-section .price-collapse-trigger {
  width: 20px;
  height: 20px;
}
.revamp-pd-container .ico-pc-24,
.revamp-pd-section .ico-pc-24 {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 800px) {
  .revamp-pd-container .ico-mo-12,
  .revamp-pd-section .ico-mo-12 {
    width: 12px;
    height: 12px;
  }
  .revamp-pd-container .ico-mo-14,
  .revamp-pd-section .ico-mo-14 {
    width: 14px;
    height: 14px;
  }
  .revamp-pd-container .ico-mo-16,
  .revamp-pd-section .ico-mo-16 {
    width: 16px;
    height: 16px;
  }
  .revamp-pd-container .ico-mo-18,
  .revamp-pd-section .ico-mo-18 {
    width: 18px;
    height: 18x;
  }
  .revamp-pd-container .ico-mo-20,
  .revamp-pd-section .ico-mo-20 {
    width: 20px;
    height: 20px;
  }
  .revamp-pd-container .ico-mo-24,
  .revamp-pd-section .ico-mo-24 {
    width: 24px;
    height: 24px;
  }
}
.revamp-pd-container .ico-info,
.revamp-pd-section .ico-info {
  background: url(/sec/static/_images/revamp/ico_info.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .ico-info-gray,
.revamp-pd-section .ico-info-gray {
  background: url(/sec/static/_images/revamp/ico_info_gray.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .ico-minus,
.revamp-pd-section .ico-minus {
  background: url(/sec/static/_images/revamp/ico_minus.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .ico-plus,
.revamp-pd-section .ico-plus {
  background: url(/sec/static/_images/revamp/ico_plus.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .ico-arrow-down, .revamp-pd-container .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .revamp-pd-container .price-collapse-trigger,
.revamp-pd-section .ico-arrow-down,
.revamp-pd-section .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger,
.pd-price-summary .price-summary-container .price-summary-wrap > dl .revamp-pd-section .price-collapse-trigger {
  background: url(/sec/static/_images/revamp/ico_arrow_down.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .ico-arrow-down2,
.revamp-pd-section .ico-arrow-down2 {
  background: url(/sec/static/_images/revamp/ico_arrow_down2.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .ico-download-black,
.revamp-pd-section .ico-download-black {
  background: url(/sec/static/_images/revamp/ico_download_black.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .ico-gift,
.revamp-pd-section .ico-gift {
  background: url(/sec/static/_images/revamp/ico_gift.svg) no-repeat center;
  background-size: 100% 100%;
}
.revamp-pd-container .btn,
.revamp-pd-section .btn {
  all: unset;
  box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 9999px;
  cursor: pointer;
}
.revamp-pd-container .btn.blue,
.revamp-pd-section .btn.blue {
  border: 0;
  background-color: var(--main-color);
  color: white;
}
.revamp-pd-container .btn.blue.outline,
.revamp-pd-section .btn.blue.outline {
  border: 1px solid var(--main-color);
  background-color: transparent;
  color: var(--main-color);
}
.revamp-pd-container .btn.black,
.revamp-pd-section .btn.black {
  border: 0;
  background-color: black;
  color: white;
}
.revamp-pd-container .btn.black.outline,
.revamp-pd-section .btn.black.outline {
  border: 1px solid black;
  background-color: transparent;
  color: black;
}
.revamp-pd-container .btn.shadow,
.revamp-pd-section .btn.shadow {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.72);
}
.revamp-pd-container .btn.icon-only,
.revamp-pd-section .btn.icon-only {
  flex: none;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  max-width: 40px;
}
.revamp-pd-container .review-content .review-content-head .btn-type1,
.revamp-pd-section .review-content .review-content-head .btn-type1 {
  border: 1px solid #212425;
  text-align: center;
}
.revamp-pd-container .option-btn-group,
.revamp-pd-section .option-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.revamp-pd-container .option-btn-group li,
.revamp-pd-section .option-btn-group li {
  box-sizing: border-box;
  flex: 1;
  align-self: stretch;
}
.revamp-pd-container .option-btn-group li.accordion-content,
.revamp-pd-section .option-btn-group li.accordion-content {
  order: 999 !important;
  flex: none !important;
  max-width: 100% !important;
  width: 100% !important;
}
.revamp-pd-container .option-btn-group li.accordion-content .ai-subscribe-banner,
.revamp-pd-section .option-btn-group li.accordion-content .ai-subscribe-banner {
  display: block;
  margin-bottom: 8px;
}
.revamp-pd-container .option-btn-group li.accordion-content .ai-subscribe-banner img,
.revamp-pd-section .option-btn-group li.accordion-content .ai-subscribe-banner img {
  width: 100%;
  display: block;
}
.revamp-pd-container .option-btn-group li button:disabled,
.revamp-pd-section .option-btn-group li button:disabled {
  opacity: 0.4;
}
.revamp-pd-container .option-btn-group[data-pc-columns="1"] li,
.revamp-pd-section .option-btn-group[data-pc-columns="1"] li {
  flex: 1 1 100%;
  max-width: 100%;
}
.revamp-pd-container .option-btn-group[data-pc-columns="2"] li,
.revamp-pd-section .option-btn-group[data-pc-columns="2"] li {
  flex: 1 1 calc((100% - 8px) / 2);
  max-width: calc((100% - 8px) / 2);
}
.revamp-pd-container .option-btn-group[data-pc-columns="3"] li,
.revamp-pd-section .option-btn-group[data-pc-columns="3"] li {
  flex: 1 1 calc((100% - 16px) / 3);
  max-width: calc((100% - 16px) / 3);
}
.revamp-pd-container .option-btn-group[data-pc-columns="4"] li,
.revamp-pd-section .option-btn-group[data-pc-columns="4"] li {
  flex: 1 1 calc((100% - 24px) / 4);
  max-width: calc((100% - 24px) / 4);
}
.revamp-pd-container .option-btn-group[data-pc-columns="5"] li,
.revamp-pd-section .option-btn-group[data-pc-columns="5"] li {
  flex: 1 1 calc((100% - 32px) / 5);
  max-width: calc((100% - 32px) / 5);
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .option-btn-group li,
  .revamp-pd-section .option-btn-group li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .revamp-pd-container .option-btn-group li button,
  .revamp-pd-section .option-btn-group li button {
    padding: 24px 16px;
  }
  .revamp-pd-container .option-btn-group li button .option-title,
  .revamp-pd-section .option-btn-group li button .option-title {
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group li button .option-title small,
  .revamp-pd-section .option-btn-group li button .option-title small {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group li button .option-desc,
  .revamp-pd-section .option-btn-group li button .option-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group li button .option-desc *,
  .revamp-pd-section .option-btn-group li button .option-desc * {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-fd-columns="1"] li,
  .revamp-pd-section .option-btn-group[data-fd-columns="1"] li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .revamp-pd-container .option-btn-group[data-fd-columns="2"] li,
  .revamp-pd-section .option-btn-group[data-fd-columns="2"] li {
    flex: 1 1 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
  }
  .revamp-pd-container .option-btn-group[data-fd-columns="3"] li,
  .revamp-pd-section .option-btn-group[data-fd-columns="3"] li {
    flex: 1 1 calc((100% - 16px) / 3);
    max-width: calc((100% - 16px) / 3);
  }
  .revamp-pd-container .option-btn-group[data-fd-columns="4"] li,
  .revamp-pd-section .option-btn-group[data-fd-columns="4"] li {
    flex: 1 1 calc((100% - 24px) / 4);
    max-width: calc((100% - 24px) / 4);
  }
  .revamp-pd-container .option-btn-group[data-fd-columns="5"] li,
  .revamp-pd-section .option-btn-group[data-fd-columns="5"] li {
    flex: 1 1 calc((100% - 32px) / 5);
    max-width: calc((100% - 32px) / 5);
  }
}
@media screen and (max-width: 800px) {
  .revamp-pd-container .option-btn-group li,
  .revamp-pd-section .option-btn-group li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .revamp-pd-container .option-btn-group li button,
  .revamp-pd-section .option-btn-group li button {
    padding: 24px 16px;
  }
  .revamp-pd-container .option-btn-group li button .option-title,
  .revamp-pd-section .option-btn-group li button .option-title {
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group li button .option-desc,
  .revamp-pd-section .option-btn-group li button .option-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group li button .option-desc b,
  .revamp-pd-section .option-btn-group li button .option-desc b {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group li.accordion-content,
  .revamp-pd-section .option-btn-group li.accordion-content {
    order: inherit !important;
    flex: inherit !important;
    max-width: inherit !important;
    width: inherit !important;
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="1"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="1"] li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="2"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="2"] li {
    flex: 1 1 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="3"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="3"] li {
    flex: 1 1 calc((100% - 16px) / 3);
    max-width: calc((100% - 16px) / 3);
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="4"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="4"] li {
    flex: 1 1 calc((100% - 24px) / 4);
    max-width: calc((100% - 24px) / 4);
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="5"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="5"] li {
    flex: 1 1 calc((100% - 32px) / 5);
    max-width: calc((100% - 32px) / 5);
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .option-btn-group li,
  .revamp-pd-section .option-btn-group li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .revamp-pd-container .option-btn-group li button,
  .revamp-pd-section .option-btn-group li button {
    padding: 24px 16px;
  }
  .revamp-pd-container .option-btn-group li button .option-title,
  .revamp-pd-section .option-btn-group li button .option-title {
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group li button .option-desc,
  .revamp-pd-section .option-btn-group li button .option-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group li button .option-desc b,
  .revamp-pd-section .option-btn-group li button .option-desc b {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group li.accordion-content,
  .revamp-pd-section .option-btn-group li.accordion-content {
    order: inherit !important;
    flex: inherit !important;
    max-width: inherit !important;
    width: inherit !important;
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="1"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="1"] li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="2"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="2"] li {
    flex: 1 1 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="3"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="3"] li {
    flex: 1 1 calc((100% - 16px) / 3);
    max-width: calc((100% - 16px) / 3);
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="4"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="4"] li {
    flex: 1 1 calc((100% - 24px) / 4);
    max-width: calc((100% - 24px) / 4);
  }
  .revamp-pd-container .option-btn-group[data-mo-columns="5"] li,
  .revamp-pd-section .option-btn-group[data-mo-columns="5"] li {
    flex: 1 1 calc((100% - 32px) / 5);
    max-width: calc((100% - 32px) / 5);
  }
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-dd-color);
  border-radius: 8px;
  text-align: left;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button[aria-checked=true]::after, .revamp-pd-container .option-btn-group[data-btn-type=price] li button[aria-selected=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button[aria-checked=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button[aria-selected=true]::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid var(--main-color);
  border-radius: 8px;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .text-blue,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .text-blue {
  color: var(--main-color) !important;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-title,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-title {
  min-height: 42px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-title small,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-title small {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-price,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-price {
  all: unset;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc {
  all: unset;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 2px;
  font-size: 14px;
  line-height: 19px;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc strong,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc strong {
  all: unset;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc.small,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc.small {
  all: unset;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 2px;
  font-size: 12px;
  line-height: 16px;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc.small b,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc.small b {
  all: unset;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc.small strong,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc.small strong {
  all: unset;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-care,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-care {
  all: unset;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 2px;
  font-size: 12px;
  line-height: 16px;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-care b,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-care b {
  all: unset;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-care strong,
.revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-care strong {
  all: unset;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button {
    padding: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-title,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-title {
    min-height: 42px;
    font-size: 16px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-title small,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-title small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-price,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-price {
    margin-top: 12px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc strong,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc strong {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc.small,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc.small {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc.small strong,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc.small strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-care,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-care {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-care strong,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-care strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button {
    padding: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-title,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-title {
    min-height: auto;
    font-size: 16px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-title small,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-title small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-price,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-price {
    margin-top: 12px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc strong,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc strong {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc.small,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc.small {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-desc.small strong,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-desc.small strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-care,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-care {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=price] li button .option-care strong,
  .revamp-pd-section .option-btn-group[data-btn-type=price] li button .option-care strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
}
.revamp-pd-container .option-btn-group[data-btn-type=default] li > button,
.revamp-pd-section .option-btn-group[data-btn-type=default] li > button {
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-dd-color);
  border-radius: 8px;
  text-align: left;
  justify-content: center;
}
.revamp-pd-container .option-btn-group[data-btn-type=default] li > button.no-ellesis .option-desc,
.revamp-pd-section .option-btn-group[data-btn-type=default] li > button.no-ellesis .option-desc {
  max-height: inherit;
  -webkit-line-clamp: inherit;
}
.revamp-pd-container .option-btn-group[data-btn-type=default] li > button[aria-checked=true]::after, .revamp-pd-container .option-btn-group[data-btn-type=default] li > button[aria-selected=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=default] li > button[aria-checked=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=default] li > button[aria-selected=true]::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid var(--main-color);
  border-radius: 8px;
}
.revamp-pd-container .option-btn-group[data-btn-type=default] li > button .option-title,
.revamp-pd-section .option-btn-group[data-btn-type=default] li > button .option-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 44px;
  white-space: wrap;
}
.revamp-pd-container .option-btn-group[data-btn-type=default] li > button .option-desc,
.revamp-pd-section .option-btn-group[data-btn-type=default] li > button .option-desc {
  font-size: 14px;
  line-height: 19px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  max-height: 38px;
  white-space: wrap;
}
.revamp-pd-container .option-btn-group[data-btn-type=default][data-btn-align=center] li button,
.revamp-pd-section .option-btn-group[data-btn-type=default][data-btn-align=center] li button {
  align-items: center;
  text-align: center;
}
.revamp-pd-container .option-btn-group[data-btn-type=default][data-btn-hori=true] > li > button,
.revamp-pd-section .option-btn-group[data-btn-type=default][data-btn-hori=true] > li > button {
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=default] li button {
    padding: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button .option-title,
  .revamp-pd-section .option-btn-group[data-btn-type=default] li button .option-title {
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 38px;
    white-space: wrap;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button .option-desc,
  .revamp-pd-section .option-btn-group[data-btn-type=default] li button .option-desc {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 32px;
    white-space: wrap;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=default] li button {
    padding: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button .option-title,
  .revamp-pd-section .option-btn-group[data-btn-type=default] li button .option-title {
    font-size: 14px;
    line-height: 19px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 38px;
    white-space: wrap;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button .option-desc,
  .revamp-pd-section .option-btn-group[data-btn-type=default] li button .option-desc {
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    max-height: 32px;
    white-space: wrap;
  }
}
.revamp-pd-container .option-btn-group[data-btn-type=simple] li button,
.revamp-pd-section .option-btn-group[data-btn-type=simple] li button {
  padding: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-dd-color);
  border-radius: 8px;
  text-align: center;
  height: 70px;
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=simple] li button[aria-checked=true]::after, .revamp-pd-container .option-btn-group[data-btn-type=simple] li button[aria-selected=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=simple] li button[aria-checked=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=simple] li button[aria-selected=true]::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid var(--main-color);
  border-radius: 8px;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .option-btn-group[data-btn-type=simple] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=simple] li button {
    height: 51px;
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=simple] li button .option-name,
  .revamp-pd-section .option-btn-group[data-btn-type=simple] li button .option-name {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .option-btn-group[data-btn-type=simple] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=simple] li button {
    height: 51px;
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=simple] li button .option-name,
  .revamp-pd-section .option-btn-group[data-btn-type=simple] li button .option-name {
    font-size: 14px;
    line-height: 19px;
  }
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini],
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] {
  align-items: flex-start;
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button,
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button {
  align-self: flex-start;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gray-dd-color);
  border-radius: 8px;
  text-align: center;
  padding: 15px 16px;
  background-color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button[aria-checked=true]::after, .revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button[aria-selected=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button[aria-checked=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button[aria-selected=true]::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid var(--main-color);
  border-radius: 8px;
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button .tag,
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
  border: 1px solid var(--main-color);
  border-radius: 999px;
  font-size: 12px;
  line-height: 16px;
  color: var(--main-color);
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button:has(.tag),
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button:has(.tag) {
  flex-direction: row;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button:disabled,
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button:disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li .best,
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li .best {
  margin-top: 7px;
  font-size: 12px;
  line-height: 16px;
  color: var(--main-color);
}
.revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li .best *,
.revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li .best * {
  font-size: 12px;
  line-height: 16px;
  color: var(--main-color);
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button .option-name,
  .revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button .option-name {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=simple-mini] li button .option-name,
  .revamp-pd-section .option-btn-group[data-btn-type=simple-mini] li button .option-name {
    font-size: 14px;
    line-height: 19px;
  }
}
.revamp-pd-container .option-btn-group[data-btn-type=image],
.revamp-pd-section .option-btn-group[data-btn-type=image] {
  align-items: flex-start;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li,
.revamp-pd-section .option-btn-group[data-btn-type=image] li {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li button,
.revamp-pd-section .option-btn-group[data-btn-type=image] li button {
  align-self: flex-start;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--gray-dd-color);
  border-radius: 8px;
  text-align: center;
  padding: 15px 16px;
  background-color: #fff;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li button[aria-checked=true] ~ .option-name, .revamp-pd-container .option-btn-group[data-btn-type=image] li button[aria-selected=true] ~ .option-name,
.revamp-pd-section .option-btn-group[data-btn-type=image] li button[aria-checked=true] ~ .option-name,
.revamp-pd-section .option-btn-group[data-btn-type=image] li button[aria-selected=true] ~ .option-name {
  font-weight: 700;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li button[aria-checked=true]::after, .revamp-pd-container .option-btn-group[data-btn-type=image] li button[aria-selected=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=image] li button[aria-checked=true]::after,
.revamp-pd-section .option-btn-group[data-btn-type=image] li button[aria-selected=true]::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid var(--main-color);
  border-radius: 8px;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li button img,
.revamp-pd-section .option-btn-group[data-btn-type=image] li button img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li button:disabled ~ .option-name,
.revamp-pd-section .option-btn-group[data-btn-type=image] li button:disabled ~ .option-name {
  color: #aaaaaa;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li .option-name,
.revamp-pd-section .option-btn-group[data-btn-type=image] li .option-name {
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.revamp-pd-container .option-btn-group[data-btn-type=image] li .option-note,
.revamp-pd-section .option-btn-group[data-btn-type=image] li .option-note {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .option-btn-group[data-btn-type=image] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=image] li button {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=image] li button img,
  .revamp-pd-section .option-btn-group[data-btn-type=image] li button img {
    width: 40px;
    height: 40px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=image] li .option-name,
  .revamp-pd-section .option-btn-group[data-btn-type=image] li .option-name {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=image] li .option-note,
  .revamp-pd-section .option-btn-group[data-btn-type=image] li .option-note {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .option-btn-group[data-btn-type=image] li button,
  .revamp-pd-section .option-btn-group[data-btn-type=image] li button {
    padding: 15px 16px;
    font-size: 14px;
    line-height: 19px;
  }
}
.revamp-pd-container .prod-option-recommendation,
.revamp-pd-section .prod-option-recommendation {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
}
.revamp-pd-container .prod-option-recommendation .swiper-container,
.revamp-pd-section .prod-option-recommendation .swiper-container {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .revamp-pd-container .prod-option-recommendation .swiper-container,
  .revamp-pd-section .prod-option-recommendation .swiper-container {
    width: 1390px;
  }
}
@media screen and (max-width: 1439px) {
  .revamp-pd-container .prod-option-recommendation .swiper-container,
  .revamp-pd-section .prod-option-recommendation .swiper-container {
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 48px + 1px);
  }
}
.revamp-pd-container .prod-option-recommendation .swiper-slide,
.revamp-pd-section .prod-option-recommendation .swiper-slide {
  border: 1px solid #dddddd;
  width: 342px;
  min-height: 168px;
  border-radius: 8px;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .prod-option-recommendation .swiper-slide,
  .revamp-pd-section .prod-option-recommendation .swiper-slide {
    width: 246px;
    min-height: 120px;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .prod-option-recommendation .swiper-slide,
  .revamp-pd-section .prod-option-recommendation .swiper-slide {
    width: 272px;
    min-height: 120px;
  }
}
@media screen and (max-width: 320px) {
  .revamp-pd-container .prod-option-recommendation .swiper-slide,
  .revamp-pd-section .prod-option-recommendation .swiper-slide {
    width: 240px;
    min-height: 120px;
  }
}
.revamp-pd-container .prod-option-recommendation .swiper-pagination,
.revamp-pd-section .prod-option-recommendation .swiper-pagination {
  margin-top: 16px;
  position: relative;
  bottom: auto;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.revamp-pd-container .prod-option-recommendation .swiper-pagination-bullet,
.revamp-pd-section .prod-option-recommendation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
}
.revamp-pd-container .prod-option-recommendation .swiper-pagination-bullet.swiper-pagination-bullet-active,
.revamp-pd-section .prod-option-recommendation .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}
.revamp-pd-container .prod-option-recommendation .swiper-button-prev,
.revamp-pd-section .prod-option-recommendation .swiper-button-prev {
  font-size: 0;
  left: -56px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ddd;
  background: url(/sec/static/_images/revamp/ico_arrow_next_circle.svg);
  transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 1600px) {
  .revamp-pd-container .prod-option-recommendation .swiper-button-prev,
  .revamp-pd-section .prod-option-recommendation .swiper-button-prev {
    display: none;
  }
}
.revamp-pd-container .prod-option-recommendation .swiper-button-next,
.revamp-pd-section .prod-option-recommendation .swiper-button-next {
  font-size: 0;
  right: -56px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #282121;
  background: url(/sec/static/_images/revamp/ico_arrow_next_circle.svg);
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .revamp-pd-container .prod-option-recommendation .swiper-button-next,
  .revamp-pd-section .prod-option-recommendation .swiper-button-next {
    display: none;
  }
}
.revamp-pd-container .prod-option-recommendation .recommend-item,
.revamp-pd-section .prod-option-recommendation .recommend-item {
  position: relative;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 24px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: stretch;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure {
  flex: none;
  width: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img {
  display: block;
  width: 80px;
  height: 61px;
  -o-object-fit: contain;
     object-fit: contain;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure a,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure a {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  cursor: pointer;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name {
  --line-clamp-count: 2;
  flex: none;
  width: 152px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  height: calc(20px * var(--line-clamp-count));
  white-space: wrap;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dt,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd .discount-rate,
.revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd .discount-rate {
  color: var(--main-color);
  font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .cta,
.revamp-pd-section .prod-option-recommendation .recommend-item .cta {
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  -moz-column-gap: 2px;
       column-gap: 2px;
  z-index: 1;
  height: 24px;
  font-size: 14px;
  line-height: 19px;
  color: #555;
}
.revamp-pd-container .prod-option-recommendation .recommend-item .cta[disabled],
.revamp-pd-section .prod-option-recommendation .recommend-item .cta[disabled] {
  color: rgba(0, 0, 0, 0.4);
}
.revamp-pd-container .prod-option-recommendation .recommend-item:has(.cta[aria-checked=true])::before, .revamp-pd-container .prod-option-recommendation .recommend-item:has(.cta[aria-selected=true])::before,
.revamp-pd-section .prod-option-recommendation .recommend-item:has(.cta[aria-checked=true])::before,
.revamp-pd-section .prod-option-recommendation .recommend-item:has(.cta[aria-selected=true])::before {
  z-index: 0;
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid var(--main-color);
  border-radius: 8px;
}
.revamp-pd-container .prod-option-recommendation .recommend-item:has(.cta[disabled]) .recom-prod-content .recom-prod-figure a,
.revamp-pd-section .prod-option-recommendation .recommend-item:has(.cta[disabled]) .recom-prod-content .recom-prod-figure a {
  opacity: 0.4;
}
.revamp-pd-container .prod-option-recommendation .recommend-item:has(.cta[disabled]) .recom-prod-content .recom-prod-info,
.revamp-pd-section .prod-option-recommendation .recommend-item:has(.cta[disabled]) .recom-prod-content .recom-prod-info {
  opacity: 0.4;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content {
    padding: 20px 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: flex-start;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure {
    row-gap: 13px;
    width: 64px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img {
    width: 64px;
    height: 49px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure a,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure a {
    font-size: 12px;
    line-height: 14px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info {
    row-gap: 9px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name {
    width: 101px;
    font-size: 12px;
    line-height: 16px;
    height: calc(16px * var(--line-clamp-count));
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dt,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dt {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd .discount-rate,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd .discount-rate {
    color: var(--main-color);
    font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd small,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .cta,
  .revamp-pd-section .prod-option-recommendation .recommend-item .cta {
    top: 12px;
    right: 12px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content {
    padding: 20px 16px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure {
    row-gap: 6px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img {
    width: 74px;
    height: 56px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure a,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure a {
    font-size: 12px;
    line-height: 14px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info {
    row-gap: 9px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name {
    font-size: 12px;
    line-height: 16px;
    width: 117px;
    height: calc(16px * var(--line-clamp-count));
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dt,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dt {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd .discount-rate,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd .discount-rate {
    color: var(--main-color);
    font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd small,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .cta,
  .revamp-pd-section .prod-option-recommendation .recommend-item .cta {
    top: 12px;
    right: 12px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 320px) {
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure {
    row-gap: 13px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-figure img {
    width: 64px;
    height: 49px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name,
  .revamp-pd-section .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-name {
    width: 96px;
  }
}
.revamp-pd-container .prod-option-buynow,
.revamp-pd-section .prod-option-buynow {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  position: relative;
}
.revamp-pd-container .prod-option-buynow .swiper-container,
.revamp-pd-section .prod-option-buynow .swiper-container {
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .revamp-pd-container .prod-option-buynow .swiper-container,
  .revamp-pd-section .prod-option-buynow .swiper-container {
    width: 1392px;
  }
}
@media screen and (max-width: 1439px) {
  .revamp-pd-container .prod-option-buynow .swiper-container,
  .revamp-pd-section .prod-option-buynow .swiper-container {
    margin-left: 0;
    margin-right: 0;
    width: calc(100vw - 48px + 1px);
  }
}
.revamp-pd-container .prod-option-buynow .swiper-slide,
.revamp-pd-section .prod-option-buynow .swiper-slide {
  border: 1px solid #dddddd;
  width: 459px;
  min-height: 178px;
  border-radius: 8px;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .prod-option-buynow .swiper-slide,
  .revamp-pd-section .prod-option-buynow .swiper-slide {
    width: 372px;
    max-width: 100%;
    min-height: 120px;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container .prod-option-buynow .swiper-slide,
  .revamp-pd-section .prod-option-buynow .swiper-slide {
    width: 100%;
    min-height: 120px;
  }
}
.revamp-pd-container .prod-option-buynow .swiper-pagination,
.revamp-pd-section .prod-option-buynow .swiper-pagination {
  margin-top: 16px;
  position: relative;
  bottom: auto;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.revamp-pd-container .prod-option-buynow .swiper-pagination-bullet,
.revamp-pd-section .prod-option-buynow .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
}
.revamp-pd-container .prod-option-buynow .swiper-pagination-bullet.swiper-pagination-bullet-active,
.revamp-pd-section .prod-option-buynow .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: black;
}
.revamp-pd-container .prod-option-buynow .swiper-button-prev,
.revamp-pd-section .prod-option-buynow .swiper-button-prev {
  font-size: 0;
  left: -56px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ddd;
  background: url(/sec/static/_images/revamp/ico_arrow_next_circle.svg);
  transform: rotate(180deg) translateY(50%);
}
@media screen and (max-width: 1600px) {
  .revamp-pd-container .prod-option-buynow .swiper-button-prev,
  .revamp-pd-section .prod-option-buynow .swiper-button-prev {
    display: none;
  }
}
.revamp-pd-container .prod-option-buynow .swiper-button-next,
.revamp-pd-section .prod-option-buynow .swiper-button-next {
  font-size: 0;
  right: -56px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #282121;
  background: url(/sec/static/_images/revamp/ico_arrow_next_circle.svg);
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .revamp-pd-container .prod-option-buynow .swiper-button-next,
  .revamp-pd-section .prod-option-buynow .swiper-button-next {
    display: none;
  }
}
.revamp-pd-container .prod-option-buynow .buynow-item,
.revamp-pd-section .prod-option-buynow .buynow-item {
  position: relative;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content {
  padding: 24px;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: stretch;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure {
  flex: none;
  width: 132px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure img,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure img {
  display: block;
  width: 132px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure .more,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure .more {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
  cursor: pointer;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-name,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-name {
  --line-clamp-count: 2;
  flex: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  height: calc(24px * var(--line-clamp-count));
  white-space: wrap;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-sku,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-sku {
  font-size: 12px;
  line-height: 16px;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dt,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dt {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
}
.revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd .discount-rate,
.revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd .discount-rate {
  color: var(--main-color);
  font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
}
@media screen and (max-width: 801px) {
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content {
    padding: 20px 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: flex-start;
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure {
    row-gap: 13px;
    width: 114px;
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure img,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure img {
    width: 114px;
    height: 78px;
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure .more,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-figure .more {
    font-size: 12px;
    line-height: 14px;
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-name,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-name {
    font-size: 12px;
    line-height: 16px;
    height: calc(16px * var(--line-clamp-count));
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-sku,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-sku {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dt,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dt {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
  }
  .revamp-pd-container .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd small,
  .revamp-pd-section .prod-option-buynow .buynow-item .buynow-prod-content .buynow-prod-info .buynow-prod-price dd small {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
  }
}
.revamp-pd-container .cta-like,
.revamp-pd-section .cta-like {
  width: 24px;
  height: 24px;
  background: url(/sec/static/_images/revamp/ico_heart_empty.svg) no-repeat center;
}
.revamp-pd-container .cta-like[aria-checked=false],
.revamp-pd-section .cta-like[aria-checked=false] {
  background: url(/sec/static/_images/revamp/ico_heart_empty.svg) no-repeat center;
}
.revamp-pd-container .cta-like[aria-checked=true],
.revamp-pd-section .cta-like[aria-checked=true] {
  background: url(/sec/static/_images/revamp/ico_heart_fill.svg) no-repeat center;
}

.pd-h-rule-wrap {
  margin-top: 24px;
  padding: 16px 24px;
}
@media screen and (max-width: 1440px) {
  .pd-h-rule-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .pd-h-rule-wrap {
    display: none;
  }
}

.revamp-pd-h-rule {
  all: unset;
  display: block;
  border-top: 1px solid #ddd;
  width: 100%;
}

.revamp-badge-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
}

.revamp-badge {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.revamp-badge .badge-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.revamp-badge.blue {
  color: #006bea;
}
.revamp-badge.red {
  color: #c74700;
}
.revamp-badge.green {
  color: #007d89;
}
.revamp-badge.gray {
  color: #717171;
}
.revamp-badge::after {
  display: block;
  content: "";
  height: 10px;
  border-right: 1px solid #bbb;
}
.revamp-badge:last-child::after {
  display: none;
}
@media screen and (max-width: 801px) {
  .revamp-badge {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
  .revamp-badge .badge-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
}
@media screen and (max-width: 360px) {
  .revamp-badge {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
  .revamp-badge .badge-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
}

.revamp-pd-price-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 16px 24px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.revamp-pd-price-bar .prod-info {
  all: unset;
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.revamp-pd-price-bar .prod-info .prod-badge {
  margin-bottom: 4px;
}
.revamp-pd-price-bar .prod-info .prod-name {
  --line-clamp-count: 3;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  max-height: calc(32px * var(--line-clamp-count));
  font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
}
.revamp-pd-price-bar .prod-info .package-prod-container {
  position: relative;
}
.revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  text-align: left;
}
.revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle span {
  --line-clamp-count: 3;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  max-height: calc(32px * var(--line-clamp-count));
}
.revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle .ico, .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle .price-collapse-trigger {
  flex: none;
}
.revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list {
  z-index: 11;
  position: absolute;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 8px 24px;
  border-radius: 8px;
  max-width: 504px;
  width: 504px;
}
.revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list li {
  padding-top: 16px;
  padding-bottom: 16px;
}
.revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list li a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  --line-clamp-count: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  max-height: calc(24px * var(--line-clamp-count));
}
.revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.revamp-pd-price-bar .prod-info .prod-key-options {
  margin-bottom: 4px;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .rating-stars {
  margin-top: 1px;
  position: relative;
  width: 78px;
  height: 14px;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .rating-stars span {
  position: relative;
  flex: 1;
  background-image: url(/sec/static/_images/revamp/ico_star_empty.svg);
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .rating-stars span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .rating-stars span.full::before {
  background-image: url(/sec/static/_images/revamp/ico_star_fill.svg);
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .rating-stars span.half::before {
  clip-path: xywh(0 0 50% 100%);
  background-image: url(/sec/static/_images/revamp/ico_star_fill.svg);
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .rating-stars span.fill::before {
  clip-path: xywh(0 0 var(--amount) 100%);
  background-image: url(/sec/static/_images/revamp/ico_star_fill.svg);
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .rating-point {
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 19px;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .review-count {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .rating .review-count u {
  font-size: 14px;
  line-height: 19px;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .sku .sku-code {
  color: var(--gray-75-color);
  font-size: 14px;
  line-height: 19px;
}
.revamp-pd-price-bar .prod-info .sku-rating-wrap .seller p {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}
.revamp-pd-price-bar .price-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  flex: none;
  width: -moz-max-content;
  width: max-content;
}
.revamp-pd-price-bar .price-wrap .price-details {
  display: table;
}
.revamp-pd-price-bar .price-wrap .price-details:has([data-use-for=mx]) {
  min-width: auto;
}
.revamp-pd-price-bar .price-wrap .price-details .spacer {
  height: 7px;
}
.revamp-pd-price-bar .price-wrap .price-details > dl {
  display: table-row;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 28px;
}
.revamp-pd-price-bar .price-wrap .price-details > dl > dt {
  display: table-cell;
  text-align: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.revamp-pd-price-bar .price-wrap .price-details > dl > dt > strong, .revamp-pd-price-bar .price-wrap .price-details > dl > dt > .strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.revamp-pd-price-bar .price-wrap .price-details > dl > dt > span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
.revamp-pd-price-bar .price-wrap .price-details > dl > dd {
  display: table-cell;
  text-align: right;
  padding-left: 30px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
}
.revamp-pd-price-bar .price-wrap .price-details > dl > dd > strong, .revamp-pd-price-bar .price-wrap .price-details > dl > dd > .strong {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.revamp-pd-price-bar .price-wrap .price-details > dl > dd.price-txt {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.revamp-pd-price-bar .price-wrap .price-details > dl[data-use-for=mx] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.revamp-pd-price-bar .price-wrap .price-details > dl[data-use-for=mx] > dt > strong, .revamp-pd-price-bar .price-wrap .price-details > dl[data-use-for=mx] > dt > .strong {
  font-size: 14px;
  line-height: 19px;
}
.revamp-pd-price-bar .price-wrap .price-details > dl[data-use-for=mx] > dd > strong, .revamp-pd-price-bar .price-wrap .price-details > dl[data-use-for=mx] > dd > .strong {
  font-size: 22px;
  line-height: 29px;
}
.revamp-pd-price-bar .price-wrap .price-details > dl[data-use-for=mx] > dd > .small, .revamp-pd-price-bar .price-wrap .price-details > dl[data-use-for=mx] > dd > small {
  font-size: 18px;
  line-height: 23px;
}
.revamp-pd-price-bar .price-wrap .btn-buy {
  width: 118px;
  white-space: nowrap;
}
@media screen and (max-width: 801px) {
  .revamp-pd-price-bar {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .revamp-pd-price-bar .prod-info .prod-name {
    font-size: 20px;
    line-height: 27px;
  }
  .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle span {
    font-size: 20px;
    line-height: 27px;
  }
  .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list {
    padding: 4px 20px;
    max-width: 100%;
  }
  .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list li a {
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-price-bar .prod-info .sku-rating-wrap .sku .sku-code {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-price-bar .price-wrap .price-details {
    min-width: 260px;
  }
  .revamp-pd-price-bar .price-wrap .price-details .spacer {
    height: 6px;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl {
    min-height: 21px;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl dt {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl dt > strong, .revamp-pd-price-bar .price-wrap .price-details dl dt > .strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl dd {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl dd > strong, .revamp-pd-price-bar .price-wrap .price-details dl dd > .strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl dd.price-txt {
    font-size: 16px;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl[data-use-for=mx] {
    -moz-column-gap: 3px;
         column-gap: 3px;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl[data-use-for=mx] dt > strong, .revamp-pd-price-bar .price-wrap .price-details dl[data-use-for=mx] dt > .strong {
    font-size: 14px;
    line-height: 18px;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl[data-use-for=mx] dd > strong, .revamp-pd-price-bar .price-wrap .price-details dl[data-use-for=mx] dd > .strong {
    font-size: 18px;
    line-height: 23px;
  }
  .revamp-pd-price-bar .price-wrap .price-details dl[data-use-for=mx] dd > .small, .revamp-pd-price-bar .price-wrap .price-details dl[data-use-for=mx] dd > small {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 800px) {
  .revamp-pd-price-bar {
    /*display: none;*/
  }
  .revamp-pd-price-bar .prod-info .sku-rating-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 8px;
  }
  .revamp-pd-price-bar .prod-info .sku-rating-wrap .rating {
    align-items: flex-start;
  }
  .revamp-pd-price-bar .price-wrap {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-price-bar .prod-info .prod-name {
    font-size: 20px;
    line-height: 27px;
  }
  .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-toggle span {
    font-size: 20px;
    line-height: 27px;
  }
  .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list {
    padding: 4px 20px;
  }
  .revamp-pd-price-bar .prod-info .package-prod-container .dropdown-list li a {
    font-size: 14px;
    line-height: 19px;
  }
  .revamp-pd-price-bar .prod-info .prod-key-options .badge-text {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-price-bar .prod-info .sku-rating-wrap .sku .sku-code {
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 1279px) {
  .revamp-pd-price-bar {
    padding: 16px;
  }
}
.top-line .revamp-pd-nav-bar-container {
  border-top: 1px solid #ddd;
}

.revamp-pd-nav-bar-container {
  width: 100%;
  position: relative;
}
.revamp-pd-nav-bar-container .swiper-container {
  overflow: visible !important;
}
.revamp-pd-nav-bar-container .revamp-pd-nav-bar-prev,
.revamp-pd-nav-bar-container .revamp-pd-nav-bar-next {
  display: none;
}
@media screen and (max-width: 800px) {
  .revamp-pd-nav-bar-container {
    position: relative;
    overflow: hidden;
  }
  .revamp-pd-nav-bar-container .revamp-pd-nav-bar-prev,
  .revamp-pd-nav-bar-container .revamp-pd-nav-bar-next {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: url(/sec/static/_images/revamp/ico_arrow2_right_circle.svg);
    background-size: 24px;
    background-color: #fff;
    z-index: 11;
  }
  .revamp-pd-nav-bar-container .revamp-pd-nav-bar-prev[aria-disabled=true],
  .revamp-pd-nav-bar-container .revamp-pd-nav-bar-next[aria-disabled=true] {
    opacity: 0.4;
  }
  .revamp-pd-nav-bar-container .revamp-pd-nav-bar-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
  .revamp-pd-nav-bar-container .revamp-pd-nav-bar-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.revamp-pd-nav-bar {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box !important;
}
.revamp-pd-nav-bar li {
  width: auto;
}
.revamp-pd-nav-bar li a {
  position: relative;
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.revamp-pd-nav-bar li a.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: black;
}
@media screen and (max-width: 801px) {
  .revamp-pd-nav-bar li a {
    font-size: 14px;
    line-height: 19px;
  }
}

@media (max-width: 1279px) {
  .revamp-pd-nav-bar {
    padding: 0 16px;
  }
}
.revamp-pd-offer-banner ul {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 104px;
       column-gap: 104px;
}
.revamp-pd-offer-banner li > a, .revamp-pd-offer-banner li > span, .revamp-pd-offer-banner li > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
}
.revamp-pd-offer-banner li > a img, .revamp-pd-offer-banner li > span img, .revamp-pd-offer-banner li > div img {
  flex: none;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 801px) {
  .revamp-pd-offer-banner {
    overflow-x: auto;
    width: 100%;
  }
  .revamp-pd-offer-banner ul {
    margin: 0 auto;
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: -moz-max-content;
    width: max-content;
  }
  .revamp-pd-offer-banner li > a, .revamp-pd-offer-banner li > span, .revamp-pd-offer-banner li > div {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-offer-banner {
    overflow-x: auto;
    width: 100%;
  }
  .revamp-pd-offer-banner ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: -moz-max-content;
    width: max-content;
  }
  .revamp-pd-offer-banner li > a, .revamp-pd-offer-banner li > span, .revamp-pd-offer-banner li > div {
    font-size: 12px;
    line-height: 16px;
  }
}

.pd-prod-addon {
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 8px;
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
}
.pd-prod-addon .revamp-badge-group {
  padding-top: 2px;
  padding-bottom: 2px;
}
.pd-prod-addon .cta-like {
  margin-left: auto;
  flex: none;
}
@media screen and (max-width: 801px) {
  .pd-prod-addon {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .pd-prod-addon .cta-like {
    right: 24px;
  }
}
@media screen and (max-width: 360px) {
  .pd-prod-addon .cta-like {
    right: 24px;
  }
}

.pd-prod-info {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 24px;
  padding-left: 24px;
}
@media screen and (max-width: 1920px) {
  .pd-prod-info {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 801px) {
  .pd-prod-info {
    max-width: none !important;
    -moz-column-gap: 0;
         column-gap: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .pd-prod-info {
    display: block;
    max-width: none;
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.pd-prod-gallery-wrapper .pd-prod-gallery-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
  position: sticky;
  top: 0;
}
.pd-prod-gallery-wrapper .pd-prod-gallery-content:has(#revamp-gallery-modal.open) {
  z-index: 21;
}
.pd-prod-gallery-wrapper .main-gallery-display {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: center;
}
.pd-prod-gallery-wrapper .main-gallery-display .main-gallery-list {
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
}
.pd-prod-gallery-wrapper .main-gallery-display .main-gallery-list:has(:focus) {
  outline: 2px dotted black;
  outline-offset: -2px;
}
.pd-prod-gallery-wrapper .main-gallery-display .main-gallery-list .main-gallery-item {
  background-color: #fff;
}
.pd-prod-gallery-wrapper .main-gallery-display .main-gallery-list .main-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 801px) {
  .pd-prod-gallery-wrapper .main-gallery-list {
    width: 380px;
    height: 254px;
  }
}
@media screen and (max-width: 800px) {
  .pd-prod-gallery-wrapper {
    padding-top: 0;
    width: 100%;
  }
  .pd-prod-gallery-wrapper .pd-prod-gallery-content {
    position: inherit;
  }
  .pd-prod-gallery-wrapper .main-gallery-list {
    width: 100%;
    height: auto;
  }
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  padding: 8px;
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.selected {
  border-color: #000;
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.more.selected {
  border-color: #dddddd;
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video {
  position: relative;
  padding: 0;
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(/sec/static/_images/revamp/ico_play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: rgba(0, 0, 0, 0.4);
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video span {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a:hover {
  border-color: #000;
}
@media screen and (max-width: 1441px) {
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a {
    width: 98px;
    height: 98px;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.more {
    font-size: 10px;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video::before {
    background-size: 20px;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video span {
    font-size: 10px;
    top: 60px;
  }
}
@media screen and (max-width: 1440px) {
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list {
    gap: 0.7491vw;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a {
    width: 7.2409vw;
    height: 7.2409vw;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.more {
    font-size: 1.2484vw;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video::before {
    background-size: 2.4969vw;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video span {
    top: 4.5vw;
    font-size: 1.2484vw;
  }
}
@media screen and (max-width: 801px) {
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list {
    gap: 6px;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a {
    width: 58px;
    height: 58px;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.more {
    font-size: 10px;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video::before {
    background-size: 18px;
  }
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs .image-thumb-list a.video span {
    top: 36px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 800px) {
  .pd-prod-gallery-wrapper .main-gallery-desktop-thumbs {
    display: none;
  }
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs {
  display: none;
  width: 100%;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .image-thumb-progressbar {
  position: relative;
  height: 2px;
  width: 100%;
  border-radius: 9999px;
  background-color: #eee;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .image-thumb-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000;
  border-radius: 9999px;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap {
  padding-top: 16px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap h4 {
  font-size: 14px;
  line-height: 19px;
  color: #757575;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .swiper-container {
  width: 100%;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-list a {
  overflow: hidden;
  position: relative;
  width: 80px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-list a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/sec/static/_images/revamp/ico_play.svg) no-repeat center;
  background-color: rgba(0, 0, 0, 0.4);
  background-size: 18px;
}
@media screen and (max-width: 800px) {
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs {
    display: block;
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap {
    position: relative;
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-prev,
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    width: 32px;
    height: 48px;
    background: #fff;
    z-index: 1;
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-prev[aria-disabled=true],
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-next[aria-disabled=true] {
    display: none;
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-prev {
    left: -24px;
    justify-content: flex-end;
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-prev i {
    transform: rotate(90deg);
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-prev::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(100% - 1px);
    width: 24px;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-next {
    right: -24px;
    justify-content: flex-start;
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-next i {
    transform: rotate(-90deg);
  }
  .pd-prod-gallery-wrapper .main-gallery-mobile-thumbs .video-thumb-wrap .video-thumb-next::before {
    position: absolute;
    content: "";
    top: 0;
    right: calc(100% - 1px);
    width: 24px;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
  }
}

.pd-prod-options {
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.pd-prod-options .prod-option-wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.pd-prod-options .prod-option-wrap:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 801px) {
  .pd-prod-options {
    flex: none;
    padding: 24px;
  }
}
@media screen and (max-width: 360px) {
  .pd-prod-options {
    width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    row-gap: 0;
  }
}

.delivery-date {
  margin-top: -17px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  font-size: 14px;
  line-height: 19px;
}
.delivery-date .ico-delivery {
  background-image: url(/sec/static/_images/revamp/ico_delivery.svg);
}
@media screen and (max-width: 801px) {
  .delivery-date {
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .delivery-date span {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .delivery-date {
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

.prod-option-wrap {
  margin: 0 auto;
  max-width: 1440px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.prod-option-wrap .btn-ruler {
  position: relative !important;
  left: initial !important;
  top: initial !important;
}
.prod-option-wrap.hori {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.prod-option-wrap.hori .revamp-disclaimer-wrap,
.prod-option-wrap.hori .revamp-disclaimer {
  flex: 1 1 100%;
}
.prod-option-wrap.hori:has(.revamp-disclaimer-wrap), .prod-option-wrap.hori:has(.revamp-disclaimer) {
  row-gap: 12px;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap.hori:has(.revamp-disclaimer-wrap), .prod-option-wrap.hori:has(.revamp-disclaimer) {
    row-gap: 8px;
  }
}
@media screen and (max-width: 800px) {
  .prod-option-wrap .revamp-tooltip {
    transform: initial !important;
  }
  .prod-option-wrap .revamp-tooltip .tooltip-content {
    position: fixed;
    left: 24px;
    right: 24px;
    top: auto;
    bottom: auto;
    max-width: none !important;
    width: auto !important;
  }
}
.prod-option-wrap .prod-option-head {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.prod-option-wrap .prod-option-head.hori {
  flex-direction: row;
  align-items: center;
}
.prod-option-wrap .prod-option-head.hori .more {
  margin-left: auto;
}
.prod-option-wrap .prod-option-head.verti {
  flex-direction: column;
}
.prod-option-wrap .prod-option-head .more {
  flex: none;
  margin-top: 7px;
  align-self: flex-start;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.prod-option-wrap .prod-option-head .bar {
  width: 2px;
  height: 20px;
  background: #000;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-option-head .more {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .prod-option-head .more {
    font-size: 12px;
    line-height: 16px;
  }
}
.prod-option-wrap .prod-option-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.prod-option-wrap .prod-option-title-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-option-title-wrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
  }
  .prod-option-wrap .prod-option-title-wrap .bar {
    display: none;
  }
}
.prod-option-wrap .prod-option-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  word-break: break-all;
}
.prod-option-wrap .prod-option-title:has(.revamp-tooltip) {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-option-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .prod-option-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.prod-option-wrap .prod-option-subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-option-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .prod-option-subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}
.prod-option-wrap:has(.option-text-banner) {
  padding-bottom: 0;
}
.prod-option-wrap .option-text-banner {
  background-color: #f7f7f7;
  padding: 20px;
  font-size: 16px;
  line-height: 21px;
  border-radius: 8px;
  text-align: left;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .option-text-banner {
    font-size: 14px;
    line-height: 19px;
  }
}
.prod-option-wrap .selected-option-color {
  --line-clamp-count: 2;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  max-height: calc(32px * var(--line-clamp-count));
}
@media (max-width: 1100px) and (min-width: 801px) {
  .prod-option-wrap .selected-option-color {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .selected-option-color {
    font-size: 12px;
    line-height: 16px;
  }
}
.prod-option-wrap .option-color-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.prod-option-wrap .option-color-list li label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
}
.prod-option-wrap .option-color-list li label span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prod-option-wrap .option-color-list li label:has(:focus-within) {
  outline: 2px dotted black;
  outline-offset: 2px;
}
.prod-option-wrap .option-color-list li label:has(:checked) {
  border: 2px solid var(--main-color);
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .option-color-list li label {
    width: 32px;
    height: 32px;
  }
  .prod-option-wrap .option-color-list li label span {
    width: 24px;
    height: 24px;
  }
}
.prod-option-wrap .option-color-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.prod-option-wrap .option-color-chips li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.prod-option-wrap .option-color-chips li button::before {
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: var(--chip-color);
  background-image: var(--chip-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.prod-option-wrap .option-color-chips li button[aria-checked=true], .prod-option-wrap .option-color-chips li button[aria-selected=true] {
  border: 2px solid var(--main-color);
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .option-color-chips li button {
    width: 32px;
    height: 32px;
  }
  .prod-option-wrap .option-color-chips li button::before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .option-color-chips li button {
    width: 32px;
    height: 32px;
  }
  .prod-option-wrap .option-color-chips li button::before {
    width: 24px;
    height: 24px;
  }
}
.prod-option-wrap .installation-guide {
  overflow: hidden;
  border: 1px solid var(--gray-dd-color) !important;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
}
.prod-option-wrap .installation-guide .guide-image {
  flex: none;
  width: 134px;
  height: 100%;
}
.prod-option-wrap .installation-guide .guide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prod-option-wrap .installation-guide .guide-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
  padding: 30px;
}
.prod-option-wrap .installation-guide .guide-note p {
  font-size: 16px;
  line-height: 19px;
}
.prod-option-wrap .installation-guide .guide-note a {
  text-decoration: underline;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-underline-offset: 6px;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .installation-guide .guide-image {
    width: 95px;
    height: -webkit-fill-available;
  }
  .prod-option-wrap .installation-guide .guide-note {
    font-size: 12px;
    line-height: 16px;
    padding: 12px;
    row-gap: 12px;
  }
  .prod-option-wrap .installation-guide .guide-note p {
    font-size: 12px;
    line-height: 16px;
  }
  .prod-option-wrap .installation-guide .guide-note a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .installation-guide {
    display: flex !important;
  }
  .prod-option-wrap .installation-guide .guide-image {
    width: 92px;
  }
}
@media screen and (max-width: 321px) {
  .prod-option-wrap .installation-guide .guide-image {
    width: 84px;
  }
}
.prod-option-wrap .prod-option-body:has(.quantity-counter) {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-option-body:has(.quantity-counter) {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .prod-option-body:has(.quantity-counter) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.prod-option-wrap .quantity-counter {
  height: 40px;
  width: 152px;
  border-radius: 9999px;
  display: flex;
}
.prod-option-wrap .quantity-counter button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 42px;
  height: 100%;
  border: 1px solid var(--gray-dd-color);
}
.prod-option-wrap .quantity-counter button .ico, .prod-option-wrap .quantity-counter button .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .prod-option-wrap .quantity-counter button .price-collapse-trigger {
  background-size: 12px;
}
.prod-option-wrap .quantity-counter button.btn-decrease {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.prod-option-wrap .quantity-counter button.btn-increase {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.prod-option-wrap .quantity-counter button:disabled .ico, .prod-option-wrap .quantity-counter button:disabled .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .prod-option-wrap .quantity-counter button:disabled .price-collapse-trigger {
  opacity: 0.5;
}
.prod-option-wrap .quantity-counter .quantity-input {
  margin-left: -1px;
  margin-right: -1px;
  flex: 1;
  width: 42px;
  border: 1px solid var(--gray-dd-color);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.prod-option-wrap .quantity-counter .quantity-input::-webkit-inner-spin-button, .prod-option-wrap .quantity-counter .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .quantity-counter {
    width: 122px;
    height: 32px;
  }
  .prod-option-wrap .quantity-counter button {
    width: 34px;
  }
  .prod-option-wrap .quantity-counter .quantity-input {
    width: 34px;
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .quantity-counter {
    width: 122px;
    height: 32px;
  }
  .prod-option-wrap .quantity-counter button {
    width: 34px;
  }
  .prod-option-wrap .quantity-counter .quantity-input {
    width: 34px;
    font-size: 14px;
    line-height: 19px;
  }
}
.prod-option-wrap .prod-sub-option-container {
  background-color: #f4f6fd;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.prod-option-wrap .prod-sub-option-container.bg-gray {
  background-color: #f7f7f7;
}
.prod-option-wrap .prod-sub-option-container.bg-lightblue {
  background-color: #f4f6fd;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-sub-option-container {
    padding: 16px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .prod-sub-option-container {
    padding: 16px;
    row-gap: 16px;
  }
}
.prod-option-wrap .prod-sub-option-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-sub-option-heading {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .prod-sub-option-heading {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
}
.prod-option-wrap .prod-sub-option-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.prod-option-wrap .prod-sub-option-wrap.add-care {
  row-gap: 24px;
}
.prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 4px;
}
.prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .prod-sub-option-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-price {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .bar {
  width: 1px;
  height: 20px;
  background: #000;
}
.prod-option-wrap .prod-sub-option-wrap .prod-sub-option-head {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.prod-option-wrap .prod-sub-option-wrap .prod-sub-option-head.hori {
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.prod-option-wrap .prod-sub-option-wrap .prod-sub-option-head.verti {
  flex-direction: column;
}
.prod-option-wrap .prod-sub-option-wrap .prod-sub-option-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}
.prod-option-wrap .prod-sub-option-wrap .option-btn-group button {
  text-align: center;
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .prod-sub-option-wrap {
    row-gap: 8px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care {
    row-gap: 16px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .prod-sub-option-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-price {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-desc {
    font-size: 16px;
    line-height: 19px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .bar {
    height: 14px;
  }
  .prod-option-wrap .prod-sub-option-wrap .prod-sub-option-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .prod-sub-option-wrap {
    row-gap: 8px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care {
    row-gap: 16px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .prod-sub-option-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-price {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-desc {
    font-size: 16px;
    line-height: 19px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .bar {
    height: 14px;
  }
  .prod-option-wrap .prod-sub-option-wrap .prod-sub-option-title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
  }
}
.prod-option-wrap .prod-sub-option-price {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.prod-option-wrap .prod-sub-option-price dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}
.prod-option-wrap .prod-sub-option-price dl dt {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.prod-option-wrap .prod-sub-option-price dl dd {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--main-color);
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}
.prod-option-wrap .prod-sub-option-price dl dd strong {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
}
.prod-option-wrap .prod-sub-option-price p {
  font-size: 16px;
  line-height: 19px;
}
@media screen and (max-width: 800px) {
  .prod-option-wrap .prod-sub-option-price {
    row-gap: 5px;
  }
  .prod-option-wrap .prod-sub-option-price dl dt {
    font-size: 14px;
    line-height: 18px;
  }
  .prod-option-wrap .prod-sub-option-price dl dd {
    font-size: 14px;
    line-height: 18px;
  }
  .prod-option-wrap .prod-sub-option-price dl dd strong {
    font-size: 16px;
    line-height: 18px;
  }
  .prod-option-wrap .prod-sub-option-price p {
    font-size: 14px;
    line-height: 18px;
  }
}
.prod-option-wrap .option-dropdown-container {
  align-self: flex-start;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 660px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 19px;
}
.prod-option-wrap .option-dropdown-container:has(.dropdown-list[hidden]) .dropdown-toggle .ico, .prod-option-wrap .option-dropdown-container:has(.dropdown-list[hidden]) .dropdown-toggle .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .prod-option-wrap .option-dropdown-container:has(.dropdown-list[hidden]) .dropdown-toggle .price-collapse-trigger {
  transform: rotate(0deg);
}
.prod-option-wrap .option-dropdown-container .dropdown-toggle {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prod-option-wrap .option-dropdown-container .dropdown-toggle p {
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prod-option-wrap .option-dropdown-container .dropdown-toggle .ico, .prod-option-wrap .option-dropdown-container .dropdown-toggle .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .prod-option-wrap .option-dropdown-container .dropdown-toggle .price-collapse-trigger {
  flex: none;
  transform: rotate(180deg);
}
.prod-option-wrap .option-dropdown-container .dropdown-list {
  border-top: 1px solid #ddd;
  width: 100%;
}
.prod-option-wrap .option-dropdown-container .dropdown-list li {
  width: 100%;
}
.prod-option-wrap .option-dropdown-container .dropdown-list li a {
  padding: 14px 24px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 360px) {
  .prod-option-wrap .option-dropdown-container {
    width: 100%;
  }
  .prod-option-wrap .option-dropdown-container .dropdown-toggle {
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .prod-option-wrap .option-dropdown-container .dropdown-toggle * {
    font-size: 14px;
    line-height: 18px;
  }
  .prod-option-wrap .option-dropdown-container .dropdown-toggle::after {
    right: 16px;
  }
  .prod-option-wrap .option-dropdown-container .dropdown-list li a {
    padding: 14px 16px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 801px) {
  .prod-option-wrap .mobile-carrier button img {
    height: 30px;
  }
}

.pd-price-summary {
  background-color: #f7f7f7;
}
@media screen and (max-width: 801px) {
  .pd-price-summary {
    width: auto;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary {
    flex-direction: column;
    width: auto;
    padding: 32px 24px;
    row-gap: 24px;
  }
}
.pd-price-summary .prod-image-wrap {
  align-self: flex-start;
}
.pd-price-summary .prod-image-wrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 800px) {
  .pd-price-summary .prod-image-wrap {
    position: relative;
    top: auto;
    width: auto;
  }
}
.pd-price-summary .price-summary-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container {
    flex: none;
    width: 337px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container {
    width: auto;
    row-gap: 12px;
  }
}
.pd-price-summary .price-summary-container .prod-title-area {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  flex: 1;
}
.pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", "SamsungOneKorean", "Dotum", "Apple SD Gothic Neo", arial;
}
.pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-sku {
  font-size: 14px;
  line-height: 19px;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .prod-title-area {
    row-gap: 16px;
  }
  .pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-title {
    font-size: 16px;
    line-height: 22px;
  }
  .pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-sku {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .prod-title-area {
    row-gap: 16px;
  }
  .pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-title {
    font-size: 16px;
    line-height: 22px;
  }
  .pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-sku {
    font-size: 12px;
    line-height: 16px;
  }
}
.pd-price-summary .price-summary-container .price-summary-wrap {
  display: flex;
  flex-direction: column;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl + dl {
  margin-top: 4px;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl > dt {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl > dt > span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl > dt > strong, .pd-price-summary .price-summary-container .price-summary-wrap > dl > dt > .strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl > dd {
  font-size: 16px;
  line-height: 21px;
  margin-right: 28px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl > dd:has(.price-collapse-trigger) {
  margin-right: 0;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl .price-collapse-trigger[aria-expanded=true] {
  transform: rotate(180deg);
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 16px;
  line-height: 21px;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > b, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > span {
  font-size: 16px;
  line-height: 21px;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > .small, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > small {
  color: #707070;
  font-size: 16px;
  line-height: 21px;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > .strong, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong {
  font-size: 16px;
  line-height: 29px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > .strong.super, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong.super {
  font-size: 28px;
  line-height: 33px;
  font-weight: 700;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-summary-wrap > dl > dt {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl > dt > span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl > dt > strong, .pd-price-summary .price-summary-container .price-summary-wrap > dl > dt > .strong {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl > dd {
    font-size: 14px;
    line-height: 18px;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > .small, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > small {
    font-size: 14px;
    line-height: 18px;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > .strong, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > .strong.super, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong.super {
    font-size: 26px;
    line-height: 28px;
    font-weight: 700;
  }
}
@media screen and (max-width: 800px) {
  .pd-price-summary .price-summary-container .price-summary-wrap .revamp-tooltip {
    transform: initial !important;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap .revamp-tooltip .tooltip-content {
    position: fixed;
    left: 24px;
    right: 24px;
    max-width: none !important;
    width: auto !important;
    transform: initial !important;
  }
}
.pd-price-summary .price-summary-container .price-details-container {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.pd-price-summary .price-summary-container .price-details-container[aria-hidden=true] {
  display: none;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-container {
    row-gap: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-container {
    row-gap: 12px;
  }
}
.pd-price-summary .price-summary-container .price-details-container > hr {
  margin-top: 0;
  margin-bottom: 0;
}
.pd-price-summary .price-summary-container .price-details-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.pd-price-summary .price-summary-container .price-details-wrap[aria-hidden=true] {
  display: none;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap {
    padding: 24px 16px;
  }
}
.pd-price-summary .price-summary-container .price-details-wrap hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #ebebeb;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt:has(.btn-download-coupon) {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .discount-rate {
  color: var(--main-color);
  font-weight: 600;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon {
  position: relative;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  border-radius: 4px;
  width: 76px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding-right: 21px;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon::after {
  position: absolute;
  top: -1px;
  right: -1px;
  content: " ";
  width: 22px;
  height: 21px;
  background-color: var(--main-color);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: url(/sec/static/_images/revamp/ico_download_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon:disabled {
  border-color: #ddd;
  color: #aaa;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon:disabled::after {
  background-color: #ddd;
  background-image: url(/sec/static/_images/revamp/ico_download_gray.svg);
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon.dl-complete {
  padding: 0 6px;
  width: auto;
  cursor: default;
  border-color: #ddd;
  color: #aaa;
}
.pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon.dl-complete::after {
  display: none;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt,
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dd {
    font-size: 14px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .discount-rate {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon {
    width: 63px;
    height: 17px;
    font-size: 10px;
    line-height: 13px;
    padding-right: 17px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon span {
    font-size: 10px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon::after {
    width: 18px;
    height: 17px;
    background-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt,
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dd {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .discount-rate {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon {
    width: 63px;
    height: 17px;
    font-size: 10px;
    line-height: 13px;
    padding-right: 17px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .summary-price-list dl dt .btn-download-coupon::after {
    width: 18px;
    height: 17px;
    background-size: 12px;
  }
}
.pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner {
  background-color: #f7f7f7;
  display: flex;
  -moz-column-gap: 6px;
       column-gap: 6px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 8px;
}
.pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner .ico-ticket {
  background: url(/sec/static/_images/revamp/ico_ticket.svg) no-repeat;
}
.pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner p b {
  color: var(--highlight-color);
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner .ico-ticket {
    width: 16px;
    height: 16px;
    background-size: 100%;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner p {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner p b {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner .ico-ticket {
    width: 16px;
    height: 16px;
    background-size: 100%;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner p {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .app-coupon-banner p b {
    font-size: 12px;
    line-height: 16px;
  }
}
.pd-price-summary .price-summary-container .price-details-wrap .app-downlaod-area {
  display: none;
  -moz-column-gap: 2px;
       column-gap: 2px;
  justify-content: flex-end;
  align-items: center;
}
.pd-price-summary .price-summary-container .price-details-wrap .app-downlaod-area a {
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pd-price-summary .price-summary-container .price-details-wrap .app-downlaod-area button {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap .app-downlaod-area {
    display: flex;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap .app-downlaod-area {
    display: flex;
  }
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-head {
  display: flex;
  justify-content: space-between;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-head .card-banefit-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-head .card-banefit-cta {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-body {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-body .dropdown-toggle {
  text-align: left;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container {
  position: relative;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container:has(.dropdown-list[hidden]) .dropdown-toggle .ico, .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container:has(.dropdown-list[hidden]) .dropdown-toggle .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-details-wrap .card-banefit .revamp-dropdown-container:has(.dropdown-list[hidden]) .dropdown-toggle .price-collapse-trigger {
  transform: rotate(0deg);
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle span {
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle .ico, .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle .price-collapse-trigger {
  flex: none;
  transform: rotate(180deg);
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle[disabled] {
  opacity: 0.5;
  cursor: default;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list {
  border-top: 1px solid #ddd;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list li a {
  display: block;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 18px;
  /*
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  */
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list li[aria-checked=true] a, .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list li[aria-selected=true] a {
  font-weight: 700;
  background-color: #f9f9f9;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list li a {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list li a {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info {
  padding: 16px 24px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .ico-card {
  background: url(/sec/static/_images/revamp/ico_card.svg) no-repeat center;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4px;
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info {
    padding: 12px 16px 10px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content a {
    font-size: 12px;
    line-height: 20px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle a {
    font-size: 12px;
    line-height: 20px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list {
    border-top: 1px solid #ddd;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list li a {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info {
    padding: 12px 16px 10px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content a {
    font-size: 12px;
    line-height: 20px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-toggle * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list {
    border-top: 1px solid #ddd;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .revamp-dropdown-container .dropdown-list li a {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 16px;
  }
}
.pd-price-summary .price-summary-container .price-details-wrap .banefit-item-box .applicable-banefit-item {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
}
.pd-price-summary .price-summary-container .price-details-wrap .banefit-item-box .applicable-banefit-item:first-child {
  padding-top: 0;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 100%;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item.checked::before {
  background-color: var(--main-color);
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item::before {
  box-sizing: border-box;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(/sec/static/_images/common/icon-down-white.svg) no-repeat center #d9d9d9;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info {
  flex: 1;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: space-between;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .banefit-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2px;
  text-align: left;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .banefit-price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2px;
  text-align: right;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-name * {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-condition {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .calculated-price {
  margin-inline-start: auto;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  white-space: nowrap;
}
.pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .discount-amount {
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .price-details-wrap span.applicable-banefit-item {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.pd-price-summary .price-summary-container .price-details-wrap span.applicable-banefit-item + hr,
.pd-price-summary .price-summary-container .price-details-wrap span.applicable-banefit-item + hr#careNtcStartLine,
.pd-price-summary .price-summary-container .price-details-wrap hr#careNtcStartLine + hr#careNtcStartLine {
  display: none !important;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-name {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-name * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-condition {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .calculated-price {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-name {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-name * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-condition {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .benefit-condition * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .calculated-price {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .calculated-price * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .discount-amount {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .applicable-banefit-item .applicable-banefit-info .discount-amount * {
    font-size: 12px;
    line-height: 16px;
  }
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  cursor: pointer;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary:focus {
  outline: 2px dotted black;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary dl {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary .ico, .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-details-wrap .membership-points > summary .price-collapse-trigger {
  transform: rotate(0deg);
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points[open] > summary .ico, .pd-price-summary .price-summary-container .price-details-wrap .membership-points[open] > summary .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-details-wrap .membership-points[open] > summary .price-collapse-trigger {
  transform: rotate(180deg);
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content p {
  font-size: 14px;
  line-height: 20px;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content p.benefit-info {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl dt::after {
  content: " :";
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl dd {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-membership,
.pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-account {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 16px;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary {
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary .ico, .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-details-wrap .membership-points > summary .price-collapse-trigger {
    background-size: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary dl * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content {
    row-gap: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content p {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content p.benefit-info {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl dt::after {
    content: " :";
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl dd {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content a {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-membership {
    row-gap: 12px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-membership a {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-account {
    row-gap: 16px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary {
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary .ico, .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-details-wrap .membership-points > summary .price-collapse-trigger {
    background-size: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary dl * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content {
    row-gap: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content p {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content p.benefit-info {
    display: flex;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl dt::after {
    content: " :";
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content dl dd {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content a {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-membership {
    row-gap: 12px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-membership a {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content .my-account {
    row-gap: 16px;
  }
}
.pd-price-summary .price-summary-container .purchase-precautions {
  position: relative;
}
.pd-price-summary .price-summary-container .purchase-precautions > summary {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  border-bottom: 1px solid black;
  cursor: pointer;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.pd-price-summary .price-summary-container .purchase-precautions > summary .ico, .pd-price-summary .price-summary-container .purchase-precautions > summary .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .purchase-precautions > summary .price-collapse-trigger {
  transform: rotate(0deg);
}
.pd-price-summary .price-summary-container .purchase-precautions > summary:focus {
  outline: 2px dotted black;
}
.pd-price-summary .price-summary-container .purchase-precautions[open] > summary .ico, .pd-price-summary .price-summary-container .purchase-precautions[open] > summary .price-summary-wrap > dl .price-collapse-trigger, .pd-price-summary .price-summary-container .price-summary-wrap > dl .purchase-precautions[open] > summary .price-collapse-trigger {
  transform: rotate(180deg);
}
.pd-price-summary .price-summary-container .purchase-precautions ul {
  margin-top: 15px;
  display: flex;
  row-gap: 2px;
  flex-direction: column;
}
.pd-price-summary .price-summary-container .purchase-precautions ul li {
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #535353;
}
.pd-price-summary .price-summary-container .purchase-precautions ul li::before {
  content: "※";
  flex: none;
  width: 11px;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .purchase-precautions > summary {
    font-size: 12px;
    line-height: 21px;
  }
  .pd-price-summary .price-summary-container .purchase-precautions ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .purchase-precautions[open] + hr {
    margin-top: 28px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .purchase-precautions > summary {
    font-size: 12px;
    line-height: 21px;
  }
  .pd-price-summary .price-summary-container .purchase-precautions ul li {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .purchase-precautions[open] + hr {
    margin-top: 28px;
    margin-bottom: 8px;
  }
}
.pd-price-summary .price-summary-container > hr {
  margin-top: 0;
  margin-bottom: 0;
}
.pd-price-summary .price-summary-container .other-shipments > ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.pd-price-summary .price-summary-container .other-shipments > ul > li {
  padding-left: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
  min-height: 24px;
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .other-shipments > ul > li > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .other-shipments > ul > li > div * {
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .other-shipments > ul > li > button {
  margin-left: auto;
  color: var(--main-color);
  text-decoration: underline;
  font-size: 14px;
  line-height: 18px;
}
.pd-price-summary .price-summary-container .other-shipments > ul > li.today {
  background: url(//images.samsung.com/kdp/static/pd/common/pd_icon_today.svg) no-repeat;
  background-size: 24px;
}
.pd-price-summary .price-summary-container .other-shipments > ul > li.pickup {
  background: url(/sec/static/_images/revamp/ico_shopping_bag.svg) no-repeat;
  background-size: 24px;
}
.pd-price-summary .price-summary-container .other-shipments > ul > li.quick {
  background: url(/sec/static/_images/revamp/Ico_truck.svg) no-repeat;
  background-size: 24px;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .other-shipments > ul > li {
    padding-left: 20px;
    min-height: 16px;
    background-size: 16px !important;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > button {
    margin-left: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > div {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > div > strong {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 800px) {
  .pd-price-summary .price-summary-container .other-shipments > ul > li {
    padding-left: 20px;
    min-height: 16px;
    background-size: 16px !important;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > button {
    margin-left: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li.pickup {
    background-size: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li.quick {
    background-size: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > div {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > div > strong {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > div .revamp-tooltip .tooltip-content {
    position: fixed;
    left: 24px;
    right: 24px;
    bottom: auto !important;
    max-width: none !important;
    width: auto !important;
    transform: none !important;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .other-shipments > ul > li {
    padding-left: 20px;
    min-height: 16px;
    background-size: 16px !important;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li * {
    font-size: 12px;
    line-height: 16px;
  }
  .pd-price-summary .price-summary-container .other-shipments > ul > li > button {
    margin-left: 0;
  }
}
.pd-price-summary .price-summary-container .cta-area {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.pd-price-summary .price-summary-container .cta-area .btn {
  flex: 1;
}
@media screen and (max-width: 801px) {
  .pd-price-summary .price-summary-container .cta-area {
    margin-top: 12px;
  }
}
@media screen and (max-width: 360px) {
  .pd-price-summary .price-summary-container .cta-area {
    margin-top: 12px;
  }
}
.pd-price-summary .price-summary-container .product-status p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: var(--main-color);
  text-align: center;
}

.revamp-pd-highlights ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}
.revamp-pd-highlights li {
  flex: 1;
}
.revamp-pd-highlights[data-pc-columns="1"] li {
  flex: 1 1 calc((100% - 0px) / 1);
  max-width: calc((100% - 0px) / 1);
}
.revamp-pd-highlights[data-pc-columns="2"] li {
  flex: 1 1 calc((100% - 24px) / 2);
  max-width: calc((100% - 24px) / 2);
}
.revamp-pd-highlights[data-pc-columns="3"] li {
  flex: 1 1 calc((100% - 48px) / 3);
  max-width: calc((100% - 48px) / 3);
}
.revamp-pd-highlights[data-pc-columns="4"] li {
  flex: 1 1 calc((100% - 72px) / 4);
  max-width: calc((100% - 72px) / 4);
}
.revamp-pd-highlights .highlight-item {
  background-color: #f7f7f7;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  color: #000;
  text-decoration: none;
}
.revamp-pd-highlights .highlight-item:focus {
  outline: 2px dotted black;
}
.revamp-pd-highlights .highlight-item .highlight-icon {
  display: block;
  width: 64px;
  height: 64px;
}
.revamp-pd-highlights .highlight-item .highlight-inner {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.revamp-pd-highlights .highlight-item .highlight-inner h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.revamp-pd-highlights .highlight-item .highlight-inner p {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 360px) {
  .revamp-pd-highlights {
    margin-left: -24px;
    margin-right: -24px;
  }
  .revamp-pd-highlights ul {
    padding-left: 24px;
    padding-right: 24px;
    gap: 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .revamp-pd-highlights li {
    flex: 1 1 280px !important;
    max-width: 280px !important;
  }
  .revamp-pd-highlights .highlight-item {
    width: 280px;
  }
  .revamp-pd-highlights .highlight-item .highlight-inner h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .revamp-pd-highlights .highlight-item .highlight-inner p {
    font-size: 14px;
    line-height: 19px;
  }
}

.revamp-pd-features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.revamp-pd-features li {
  flex: 1 1 calc((100% - 24px) / 2);
  max-width: calc((100% - 24px) / 2);
}
.revamp-pd-features .feature-item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  outline-offset: -2px;
}
.revamp-pd-features .feature-item img {
  width: 684px;
  height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.revamp-pd-features .feature-item h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.revamp-pd-features .feature-item .feature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}
.revamp-pd-features .feature-item .feature-desc {
  font-size: 14px;
  line-height: 19px;
}
.revamp-pd-features .feature-item .more {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}
@media screen and (max-width: 360px) {
  .revamp-pd-features ul {
    flex-direction: column;
    row-gap: 32px;
  }
  .revamp-pd-features li {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .revamp-pd-features .feature-item {
    row-gap: 16px;
  }
  .revamp-pd-features .feature-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 312/186;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .revamp-pd-features .feature-item h4 {
    font-size: 16px;
    line-height: 22px;
  }
  .revamp-pd-features .feature-item .feature-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.revamp-pd-benefits {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.revamp-pd-benefits .benefit-item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: flex-start;
  width: 330px;
  min-height: 324px;
  border: 1px solid #ddd;
  padding: 32px;
  border-radius: 8px;
  outline-offset: -3px;
}
.revamp-pd-benefits .benefit-item img {
  flex: none;
  width: 64px;
  height: 64px;
}
.revamp-pd-benefits .benefit-item .benefit-content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.revamp-pd-benefits .benefit-item .benefit-content .benefit-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}
.revamp-pd-benefits .benefit-item .benefit-content .benefit-desc {
  font-size: 16px;
  line-height: 22px;
}
.revamp-pd-benefits .benefit-item .more {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.revamp-pd-benefits .benefit-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.revamp-pd-benefits .benefit-controls .swiper-pagination-progressbar {
  position: relative;
  width: 562px;
  height: 2px;
  border-radius: 9999px;
}
.revamp-pd-benefits .benefit-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000;
  border-radius: 9999px;
}
.revamp-pd-benefits .benefit-controls .swiper-navigation {
  flex: none;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100px;
}
.revamp-pd-benefits .benefit-controls .swiper-navigation button {
  all: unset;
  width: 40px;
  height: 40px;
  background-color: #eee;
  cursor: pointer;
  background: url(/sec/static/_images/revamp/ico_arrow2_right_circle.svg) no-repeat center;
  outline-offset: -2px;
  border-radius: 50%;
}
.revamp-pd-benefits .benefit-controls .swiper-navigation button.swiper-button-prev {
  transform: rotate(180deg);
}
.revamp-pd-benefits .benefit-controls .swiper-navigation button[aria-disabled=true] {
  opacity: 0.4;
  cursor: auto;
}
.revamp-pd-benefits .swiper-notification {
  display: none;
}
@media screen and (max-width: 360px) {
  .revamp-pd-benefits {
    overflow: visible;
  }
  .revamp-pd-benefits .swiper-slide {
    max-width: 280px;
    aspect-ratio: 1/1;
  }
  .revamp-pd-benefits .benefit-item {
    width: 100%;
    min-height: 100%;
    border-radius: 20px;
  }
  .revamp-pd-benefits .benefit-item img {
    width: 48px;
    height: 48px;
  }
  .revamp-pd-benefits .benefit-item .benefit-content .benefit-title {
    font-size: 18px;
    line-height: 24px;
  }
  .revamp-pd-benefits .benefit-item .benefit-content .benefit-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .revamp-pd-benefits .benefit-controls {
    display: none;
  }
}

.revamp-pd-section:has(.revamp-pd-benefits) {
  overflow: hidden;
}

.revamp-pd-exhibitions {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.revamp-pd-exhibitions .exhibition-item {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  align-items: flex-start;
  width: 312px;
  border-radius: 8px;
  outline-offset: -2px;
}
.revamp-pd-exhibitions .exhibition-item img {
  flex: none;
  width: 312px;
  height: 312px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.revamp-pd-exhibitions .exhibition-item .exhibition-content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.revamp-pd-exhibitions .exhibition-item .exhibition-content .exhibition-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  min-height: 60px;
}
.revamp-pd-exhibitions .exhibition-item .exhibition-content .exhibition-desc {
  font-size: 16px;
  line-height: 22px;
}
.revamp-pd-exhibitions .exhibition-item .exhibition-content .period {
  font-size: 14px;
  line-height: 18px;
}
.revamp-pd-exhibitions .exhibition-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.revamp-pd-exhibitions .exhibition-controls .swiper-pagination-progressbar {
  position: relative;
  width: 562px;
  height: 2px;
  border-radius: 9999px;
}
.revamp-pd-exhibitions .exhibition-controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #000;
  border-radius: 9999px;
}
.revamp-pd-exhibitions .exhibition-controls .swiper-navigation {
  flex: none;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100px;
}
.revamp-pd-exhibitions .exhibition-controls .swiper-navigation button {
  all: unset;
  width: 40px;
  height: 40px;
  background-color: #eee;
  cursor: pointer;
  background: url(/sec/static/_images/revamp/ico_arrow2_right_circle.svg) no-repeat center;
  outline-offset: -2px;
  border-radius: 50%;
}
.revamp-pd-exhibitions .exhibition-controls .swiper-navigation button.swiper-button-prev {
  transform: rotate(180deg);
}
.revamp-pd-exhibitions .exhibition-controls .swiper-navigation button[aria-disabled=true] {
  opacity: 0.4;
  cursor: auto;
}
.revamp-pd-exhibitions .swiper-notification {
  display: none;
}
@media screen and (max-width: 360px) {
  .revamp-pd-exhibitions .swiper-slide {
    max-width: 280px;
  }
  .revamp-pd-exhibitions .exhibition-item {
    width: 100%;
  }
  .revamp-pd-exhibitions .exhibition-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .revamp-pd-exhibitions .exhibition-item .exhibition-content .exhibition-title {
    font-size: 18px;
    line-height: 24px;
    min-height: 48px;
  }
  .revamp-pd-exhibitions .exhibition-item .exhibition-content .exhibition-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .revamp-pd-exhibitions .exhibition-item .exhibition-content .period,
  .revamp-pd-exhibitions .exhibition-item .exhibition-content .period * {
    font-size: 12px;
    line-height: 16px;
  }
  .revamp-pd-exhibitions .exhibition-controls {
    display: none;
  }
}

.revamp-feature-modal {
  align-items: flex-end;
}
.revamp-feature-modal .revamp-modal-content {
  max-width: 1440px;
  max-height: 100%;
  overflow-y: auto;
}
.revamp-feature-modal .ft-container {
  padding: 24px;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.revamp-feature-modal .ft-container .ft-row {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.revamp-feature-modal .ft-container .ft-row .fc-col {
  flex: 1;
}
.revamp-feature-modal .ft-container .ft-image {
  border-radius: 8px;
}
.revamp-feature-modal .ft-container .ft-title {
  all: unset;
  display: block;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.revamp-feature-modal .ft-container .ft-subtitle {
  all: unset;
  --line-clamp-count: 2;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  max-height: calc(30px * var(--line-clamp-count));
}
.revamp-feature-modal .ft-container .ft-desc {
  all: unset;
  --line-clamp-count: 3;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp-count);
  text-overflow: ellipsis;
  max-height: calc(30px * var(--line-clamp-count));
}
.revamp-feature-modal .ft-container .ft-desc * {
  all: inherit;
}
.revamp-feature-modal .ft-container .ft-more {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.revamp-feature-modal .ft-container .ft-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 24px;
  height: 100%;
}
.revamp-feature-modal .ft-container .ft-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8px;
}

.bottom-price-bar-container {
  background-color: #fff;
  display: none;
  bottom: env(safe-area-inset-bottom);
}
.bottom-price-bar-container .pd-section-inner {
  padding: 16px 24px;
}
@media screen and (max-width: 801px) {
  .bottom-price-bar-container {
    display: block;
  }
}

@media screen and (max-width: 801px) {
  .bottom-price-bar {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
}
.bottom-price-bar .price-summary-wrap .price-summary {
  display: flex;
  flex-direction: column;
}
.bottom-price-bar .price-summary-wrap .price-summary .spacer {
  height: 3px;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dt {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 3px;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dt > span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dt > span.txt-small {
  font-size: 14px;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dt > .strong, .bottom-price-bar .price-summary-wrap .price-summary > dl > dt > strong {
  all: unset;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dt > .strong.txt-small, .bottom-price-bar .price-summary-wrap .price-summary > dl > dt > strong.txt-small {
  font-size: 14px;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dt .revamp-tooltip {
  transform: translate(2px, 2px);
  display: inline-flex;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dd {
  flex: none;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  align-self: flex-start;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dd > span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dd > .strong, .bottom-price-bar .price-summary-wrap .price-summary > dl > dd > strong {
  all: unset;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dd:last-child {
  margin-left: auto;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl > dd.price-txt {
  font-size: 18px;
  font-weight: 700;
  -moz-column-gap: 0;
       column-gap: 0;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl[data-use-for=mx] > dt > .strong, .bottom-price-bar .price-summary-wrap .price-summary > dl[data-use-for=mx] > dt > strong {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}
.bottom-price-bar .price-summary-wrap .price-summary > dl[data-use-for=mx] > dd > small, .bottom-price-bar .price-summary-wrap .price-summary > dl[data-use-for=mx] > dd > .small {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (max-width: 801px) {
  .bottom-price-bar .price-summary-wrap .price-summary .revamp-tooltip {
    transform: initial !important;
  }
  .bottom-price-bar .price-summary-wrap .price-summary .revamp-tooltip .tooltip-content {
    position: fixed;
    left: 24px;
    right: 24px;
    max-width: none !important;
    width: auto !important;
  }
}

.revamp-pd-container {
  width: 100%;
  display: grid;
  padding-top: 24px;
  grid-template-columns: 1fr 1164px 24px 648px 1fr;
  grid-template-rows: repeat(5, auto);
}
.revamp-pd-container > .pd-prod-gallery-wrapper {
  width: 100%;
  grid-column-start: 2;
  grid-row-start: 2;
}
.revamp-pd-container > .pd-prod-gallery-wrapper .pd-prod-gallery-sticky {
  position: sticky;
  top: 0;
}
.revamp-pd-container > .pd-prod-gallery-wrapper .pd-prod-gallery-sticky:has(#revamp-gallery-modal.open) {
  z-index: 21;
}
.revamp-pd-container > .pd-prod-gallery-wrapper .main-gallery-display {
  width: 736px;
  height: 564px;
}
.revamp-pd-container > .pd-prod-gallery-wrapper .main-gallery-display .main-gallery-list {
  width: 736px;
  height: 564px;
}
.revamp-pd-container > .pd-prod-addon {
  grid-column-start: 4;
  grid-row-start: 1;
}
.revamp-pd-container > .pd-prod-options {
  grid-column-start: 4;
  grid-row-start: 2;
}
.revamp-pd-container > .pd-h-rule-wrap {
  grid-column: 2/span 3;
  grid-row-start: 3;
}
.revamp-pd-container > .purchase-options {
  grid-column: 2/span 3;
  grid-row-start: 4;
}
.revamp-pd-container > .pd-price-summary {
  grid-column: 1/span 5;
  grid-row-start: 5;
  display: flex;
  justify-content: center;
  -moz-column-gap: 48px;
       column-gap: 48px;
  padding-top: 68px;
  padding-bottom: 68px;
  margin-top: 24px;
  margin-bottom: 40px;
}
.revamp-pd-container > .pd-price-summary .prod-image-wrap {
  width: 864px;
}
.revamp-pd-container > .pd-price-summary .price-summary-container {
  width: 440px;
}
@media screen and (max-width: 1920px) {
  .revamp-pd-container {
    grid-template-columns: 1fr minmax(auto, 1164px) 24px 648px 1fr;
  }
}
@media screen and (max-width: 1440px) {
  .revamp-pd-container {
    grid-template-columns: 24px 1fr 36px 1fr 24px;
  }
  .revamp-pd-container > .pd-prod-gallery-wrapper .main-gallery-display {
    width: calc((100vw - 24px - 36px - 24px) / 2);
    height: auto;
  }
  .revamp-pd-container > .pd-prod-gallery-wrapper .main-gallery-display .main-gallery-list {
    width: calc((100vw - 24px - 36px - 24px) / 2);
    height: auto;
  }
  .revamp-pd-container > .pd-h-rule-wrap .revamp-pd-h-rule {
    width: 100%;
  }
  .revamp-pd-container > .purchase-options .prod-option-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .revamp-pd-container > .pd-price-summary {
    -moz-column-gap: 36px;
         column-gap: 36px;
    padding: 32px 24px;
  }
  .revamp-pd-container > .pd-price-summary .prod-image-wrap {
    width: calc(100vw - 36px - 440px);
  }
  .revamp-pd-container > .pd-price-summary .price-summary-container {
    width: 440px;
  }
}
@media screen and (max-width: 801px) {
  .revamp-pd-container {
    grid-template-columns: 24px 380px 36px 337px 24px;
  }
  .revamp-pd-container > .pd-price-summary .prod-image-wrap {
    width: 380px;
  }
  .revamp-pd-container > .pd-price-summary .price-summary-container {
    width: 337px;
  }
}
@media screen and (max-width: 800px) {
  .revamp-pd-container {
    display: flex;
    flex-direction: column;
  }
  .revamp-pd-container > .pd-prod-gallery-wrapper {
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .pd-prod-gallery-wrapper .pd-prod-gallery-sticky {
    position: initial;
    top: auto;
  }
  .revamp-pd-container > .pd-prod-gallery-wrapper .main-gallery-display {
    width: 100%;
    height: auto;
  }
  .revamp-pd-container > .pd-prod-gallery-wrapper .main-gallery-display .main-gallery-list {
    width: 100%;
    height: auto;
  }
  .revamp-pd-container > .pd-prod-addon {
    width: 100%;
    order: -1;
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .pd-prod-options {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .purchase-options .prod-option-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .pd-price-summary {
    padding: 32px 24px;
    flex-direction: column;
  }
  .revamp-pd-container > .pd-price-summary .prod-image-wrap {
    width: 100%;
  }
  .revamp-pd-container > .pd-price-summary .price-summary-container {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .revamp-pd-container {
    padding-top: 16px;
  }
  .revamp-pd-container > .pd-prod-gallery-wrapper {
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .pd-prod-addon {
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .pd-prod-options {
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .purchase-options .prod-option-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
  .revamp-pd-container > .pd-price-summary {
    padding: 32px 24px;
  }
}

.revamp-pd-breadcrumb-container {
  border-top: 1px solid #ddd;
}
.revamp-pd-breadcrumb-container .revamp-pd-breadcrumb {
  overflow-y: auto;
  margin: 0 auto;
  max-width: 1440px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.revamp-pd-breadcrumb-container .revamp-pd-breadcrumb li {
  padding-right: 20px;
  background: url(/sec/static/_images/revamp/ico_arrow_right.svg) no-repeat 100% 50%;
  background-size: 16px;
}
.revamp-pd-breadcrumb-container .revamp-pd-breadcrumb li a,
.revamp-pd-breadcrumb-container .revamp-pd-breadcrumb li span {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.revamp-pd-breadcrumb-container .revamp-pd-breadcrumb li:last-child {
  padding-right: 0;
  background: none;
}
.revamp-pd-breadcrumb-container .revamp-pd-breadcrumb li:last-child a,
.revamp-pd-breadcrumb-container .revamp-pd-breadcrumb li:last-child span {
  color: #757575;
}

[data-pagename=b2c] #container:has(#revamp-gallery-modal.open) {
  z-index: 112;
}

[data-pagename=b2c]:has(#revamp-gallery-modal.open) #spr-live-chat-app {
  position: relative;
  z-index: -1;
}

.prod-option-wrap .prod-option-body .msg-box > span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000;
}

.prod-option-wrap .prod-sub-option-price p.sub-opt-price-desc {
  font-size: 0;
}
.prod-option-wrap .prod-sub-option-price p.sub-opt-price-desc > span {
  font-size: 16px;
}

.itm-component .feature-wrap .feature-bar {
  height: 80px;
  background-color: #3B3E3F;
}

/* 20251029 폴드뷰 구간 변곡점 추가 */
@media (min-width: 801px) and (max-width: 1100px) {
  .pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-title {
    font-size: 20px;
    line-height: 24px;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong.super {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong.super {
    font-weight: 700;
  }
  .revamp-pd-price-bar .price-wrap .price-details > dl > dt > strong,
  .revamp-pd-price-bar .price-wrap .price-details > dl > dt > .strong {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .revamp-pd-price-bar .price-wrap .price-details > dl > dd > strong,
  .revamp-pd-price-bar .price-wrap .price-details > dl > dd > .strong {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
  }
  .revamp-pd-price-bar .price-wrap .price-details > dl > dd.price-txt {
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
  }
  .revamp-pd-price-bar .price-wrap .price-details > dl > dt > span {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .revamp-pd-price-bar .price-wrap .price-details > dl > dd {
    display: table-cell;
    text-align: right;
    padding-left: 30px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
  }
  .revamp-pd-container .option-btn-group[data-fd-columns="2"] li {
    flex: 1 1 calc((100% - 8px) / 2);
    max-width: calc((100% - 8px) / 2);
  }
  .revamp-pd-container > .pd-prod-addon,
  .revamp-pd-container > .pd-prod-options {
    padding-left: 0;
    padding-right: 0;
  }
  .revamp-pd-section .text-green {
    font-size: 14px;
  }
  .revamp-pd-price-bar .price-wrap .price-details > dl > dd {
    padding-left: 15px;
  }
  .prod-option-wrap .prod-option-title {
    font-size: 22px;
  }
  .delivery-date {
    margin-top: -16px;
  }
  .prod-option-wrap .option-text-banner {
    text-align: left;
    font-size: 14px;
    letter-spacing: -1px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default][data-btn-align=center] li button {
    padding: 11px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=image] li button {
    padding: 8px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=image] li button img {
    height: auto;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=image] li .option-note {
    font-size: 14px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=simple] li button {
    padding: 8px;
    height: 50px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default] li > button {
    padding: 15px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default][data-btn-hori=true] > li > button {
    flex-direction: column;
    align-items: inherit;
  }
  .prod-option-wrap .installation-guide .guide-note p {
    font-size: 12px;
    line-height: 18px;
  }
  .prod-option-wrap .installation-guide .guide-note {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    padding: 12px;
    justify-content: center;
  }
  .prod-option-wrap .installation-guide .guide-image {
    flex: none;
    width: 95px;
    height: 95px;
  }
  .prod-option-wrap .installation-guide .guide-note a {
    text-decoration: underline;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    text-underline-offset: 6px;
  }
  .prod-option-wrap .prod-option-body:has(.quantity-counter) {
    width: auto;
    padding: 0;
  }
  .prod-option-wrap .prod-option-subtitle {
    font-size: 22px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd small,
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd .discount-rate {
    font-size: 20px;
  }
  .revamp-pd-container .prod-option-recommendation .recommend-item .recom-prod-content .recom-prod-info .recom-prod-price dd small {
    margin-left: -3px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary dt, .pd-price-summary .price-summary-container .price-details-wrap .membership-points > summary dd {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-pc-columns="4"] li,
  .revamp-pd-section .option-btn-group[data-pc-columns="4"] li {
    flex: 1 1 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
  .revamp-pd-container .option-btn-group[data-pc-columns="4"] li,
  .revamp-pd-section .option-btn-group[data-pc-columns="4"] li {
    flex: 1 1 calc((100% - 24px) / 3);
    max-width: calc((100% - 24px) / 3);
  }
}
.revamp-pd-container .option-btn-group.img-col-chip[data-pc-columns="4"] li,
.revamp-pd-section .option-btn-group.img-col-chip[data-pc-columns="4"] li {
  flex: 1 1 calc((100% - 24px) / 4);
  max-width: calc((100% - 24px) / 4);
}

@media screen and (max-width: 800px) {
  .revamp-pd-container > .pd-price-summary .prod-image-wrap {
    display: none;
  }
  .prod-option-wrap .prod-sub-option-price p.sub-opt-price-desc > span {
    font-size: 14px;
    line-height: 18px;
  }
  .revamp-pd-container .pd-section-inner,
  .revamp-pd-section .pd-section-inner {
    padding: 40px 0 24px;
  }
  .bottom-price-bar-container .pd-section-inner {
    padding: 16px 24px;
  }
  .revamp-pd-price-bar {
    padding: 8px 24px;
  }
  .revamp-pd-nav-bar {
    padding: 0 24px;
  }
  .delivery-date {
    margin-top: -8px;
    margin-bottom: 24px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button, .revamp-pd-section .option-btn-group[data-btn-type=default] li button {
    padding: 15px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=image] li .option-note.text-red {
    font-size: 12px;
    font-weight: 700;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default][data-btn-hori=true] > li > button {
    flex-direction: column;
    align-items: start;
  }
  .prod-option-wrap .prod-option-body:has(.quantity-counter) {
    width: auto;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .prod-sub-option-title {
    display: block;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .bar {
    display: none;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-price {
    display: inline;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head .add-care-desc {
    display: inline;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
  }
  .prod-option-wrap .prod-sub-option-container {
    row-gap: 24px;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care .prod-sub-option-head {
    display: block;
  }
  .prod-option-wrap .prod-sub-option-wrap.add-care {
    row-gap: 8px;
  }
  .prod-option-wrap .prod-sub-option-price {
    row-gap: 5px;
    margin-bottom: 12px;
  }
  .revamp-pd-container .option-btn-group[data-btn-type=default] li button {
    min-height: 71px;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong.super {
    font-size: 22px;
  }
  .pd-price-summary .price-summary-container .price-summary-wrap > dl .price-display > strong {
    font-size: 16px;
    line-height: 20px;
  }
  .pd-price-summary .price-summary-container .prod-title-area .prod-title-wrap .prod-title {
    font-size: 20px;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info .card-banefit-content {
    row-gap: 0;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .card-banefit .card-banefit-info {
    align-items: center;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content p > b > br {
    display: none;
  }
  .pd-price-summary .price-summary-container .price-details-wrap .membership-points .membership-points-content * {
    font-size: 12px !important;
    font-weight: 400;
  }
  .bottom-price-bar .price-summary-wrap .price-summary > dl > dd.price-txt {
    gap: 3px;
  }
  .bottom-price-bar .price-summary-wrap .price-summary > dl:has(.strong.txt-small) .price-txt,
  .bottom-price-bar .price-summary-wrap .price-summary > dl:has(.strong.txt-small) .price-txt span {
    font-size: 14px;
  }
  .revamp-pd-section.sticky-top {
    top: var(--scrollspy-sticky-top);
  }
}/*# sourceMappingURL=revamp_pd.css.map */