body * {
  font-weight: inherit;
  font-size: inherit;
}
html {
  font-size: 10px;
}
#content section.overview-header .overview-header__title {
  max-width: 920px;
  margin: 0 auto;
}
#content .overview-header-text__title h2 {
  font-size: 36px;
  line-height: 51px;
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
#content .overview-header-text__title p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 28px;
}
#content .overview-header-text__title p sup {
  vertical-align: middle;
}
#content .overview-header-text__title p + .st-semi-static-text p {
  margin-bottom: 0;
}
#content .feature-standard__sub-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 28px;
}

#content .hero-carousel__text-eybrow {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  max-height: none;
  padding-bottom: 20px;
  font-family: "SamsungSharpSans", sans-serif;
}
#content .hero-carousel__slide-title {
  font-size: 72px;
  line-height: 94px;
  font-weight: 700;
  max-height: none;
  font-family: "SamsungSharpSans", sans-serif;
}
#content .overview-header__title h2 {
  font-size: 36px;
  line-height: 51px;
  font-family: "SamsungSharpSans", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
#content .overview-header__title p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 28px;
}
#content .s-text-box p,
#content .s-text-box p sup,
#content .s-text-box p sub,
#content .s-text-box ul sup,
#content .s-text-box ul sub,
#content .s-text-box ol sup,
#content .s-text-box ol sub {
  font-size: 16px;
  line-height: 23px;
  color: #757575;
}

#content .feature-standard__title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  font-family: "SamsungSharpSans", sans-serif;
}
#content .feature-standard__desc {
  font-size: 16px;
  line-height: 23px;
}
#content .feature-standard__disclaimer {
  font-size: 16px;
  line-height: 23px;
  color: #757575;
}

@media (max-width: 1023px) {
  #content .overview-header-text__title h2 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 32px;
  }
  #content .overview-header-text__title p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  #content .feature-standard__sub-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  #content .hero-carousel__text-eybrow {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 20px;
  }
  #content .hero-carousel__slide-title {
    font-size: 48px;
    line-height: 64px;
    max-height: none;
  }
  #content .overview-header__title h2 {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 32px;
  }
  #content .overview-header__title p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  #content .s-text-box p,
  #content .s-text-box p sup,
  #content .s-text-box p sub,
  #content .s-text-box ul sup,
  #content .s-text-box ul sub,
  #content .s-text-box ol sup,
  #content .s-text-box ol sub {
    font-size: 14px;
    line-height: 23px;
  }

  #content .feature-standard__title {
    font-size: 24px;
    line-height: 30px;
  }
  #content .feature-standard__desc {
    font-size: 14px;
    line-height: 23px;
  }
  #content .feature-standard__disclaimer {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  #content .overview-header-text__title h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 28px;
  }
  #content .overview-header-text__title p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  #content .feature-standard__sub-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  #content .hero-carousel__text-eybrow {
    font-size: 16px;
    line-height: 23px;
    padding-bottom: 12px;
  }
  #content .hero-carousel__slide-title {
    font-size: 24px;
    line-height: 34px;
  }
  #content .overview-header__title h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 28px;
  }
  #content .overview-header__title p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  #content .s-text-box p,
  #content .s-text-box p sup,
  #content .s-text-box p sub,
  #content .s-text-box ul sup,
  #content .s-text-box ul sub,
  #content .s-text-box ol sup,
  #content .s-text-box ol sub {
    font-size: 14px;
    line-height: 20px;
  }

  #content .feature-standard__title {
    font-size: 18px;
    line-height: 24px;
  }
  #content .feature-standard__desc {
    font-size: 14px;
    line-height: 20px;
  }
  #content .feature-standard__disclaimer {
    font-size: 14px;
    line-height: 20px;
  }
}

/* PD06_spec */
/* Component Name */
.PD06_spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
  color: #fff;
  background-color: #1a1a1c;
}

.PD06_spec.whiteColor {
  background-color: #ffffff;
}

.PD06_spec.whiteColor * {
  color: #000000;
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-facebook {
  background-image: url("override/img/icon-share-facebook-white.svg");
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-twitter {
  background-image: url("override/img/icon-share-twitter-white.svg");
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-mail {
  background-image: url("override/img/icon-share-mail-white.svg");
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-link {
  background-image: url("override/img/icon-share-link-white.svg");
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-linkedin {
  background-image: url("override/img/icon-share-linked-in-white.svg");
}

.PD06_spec .PD06_spec__headline {
  padding-top: 100px;
  margin-bottom: 40px;
  max-width: 1024px;
  text-align: center;
  font-family: "Samsung Sharp Sans";
  font-size: 3.6rem;
  line-height: 1.42;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .PD06_spec .PD06_spec__headline {
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec__headline {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec__headline {
    margin-bottom: 20px;
  }
}

.PD06_spec .PD06_spec__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@supports (gap: 0 12px) {
  .PD06_spec .PD06_spec__sns {
    gap: 0 12px;
  }
}

.PD06_spec .PD06_spec__sns dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 12px;
}

.PD06_spec .PD06_spec__sns dd > * {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.PD06_spec .PD06_spec__sns dd > **:last-child {
  margin-right: 0;
}

@supports (gap: 0 12px) {
  .PD06_spec .PD06_spec__sns dd {
    margin: 0;
  }
}

.PD06_spec .PD06_spec__sns__btn-facebook {
  background-image: url("override/img/icon-share-facebook.svg");
}

.PD06_spec .PD06_spec__sns__btn-twitter {
  background-image: url("override/img/icon-share-twitter.svg");
}

.PD06_spec .PD06_spec__sns__btn-mail {
  background-image: url("override/img/icon-share-mail.svg");
}

.PD06_spec .PD06_spec__sns__btn-link {
  background-image: url("override/img/icon-share-link.svg");
}

.PD06_spec .PD06_spec__sns__btn-linkedin {
  background-image: url("override/img/icon-share-linked-in.svg");
}

.PD06_spec.active .PD06_spec__list-item {
  display: block !important;
}

.PD06_spec .PD06_spec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 1156px;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 86px);
  flex: 0 0 calc(25% - 86px);
  -ms-flex-preferred-size: calc(25% - 86px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 48px 43px;
  min-width: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item:not(:nth-child(-n + 8)) {
  display: none;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item:nth-child(4n + 1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 400%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item:nth-child(-n + 4):before {
  display: none;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item > dl {
  line-height: 1.33;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item > dl.PD06_spec__list-icon dt img {
  display: block;
  width: auto;
  margin-bottom: 24px;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt {
  font-family: "Samsung One";
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
  margin-bottom: 4px;
}

@media (max-width: 1023px) {
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt {
    font-size: 1.4rem;
  }
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt span {
  display: block;
  display: -webkit-box;
  max-height: 2.82em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 1.41em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  font-weight: 700;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dd {
  font-size: 12px;
}

.PD06_spec .btn-group {
  margin-top: 0;
}

.PD06_spec .btn-group:empty {
  display: none;
}

.PD06_spec .PD06_spec-more-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
}

.PD06_spec .PD06_spec-more-btn.disabled,
.PD06_spec .PD06_spec-more-btn:disabled,
.PD06_spec .PD06_spec-more-btn [aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD06_spec .PD06_spec-more-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD06_spec .PD06_spec-more-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media (max-width: 1023px) {
  .PD06_spec .PD06_spec-more-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec-more-btn.btn-medium {
    padding: 0 12px;
  }
}

.PD06_spec .PD06_spec-more-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media (max-width: 1023px) {
  .PD06_spec .PD06_spec-more-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec-more-btn.btn-small {
    padding: 0 12px;
  }
}

.PD06_spec .PD06_spec-more-btn.none-border {
  border: none;
}

.PD06_spec .PD06_spec-more-btn.icon-left:before {
  content: "";
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD06_spec .PD06_spec-more-btn.icon-right:after {
  content: "";
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD06_spec .PD06_spec-more-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.PD06_spec .PD06_spec-more-btn.dark-bg.icon-left:before,
.PD06_spec .PD06_spec-more-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD06_spec .PD06_spec-more-btn.dark-bg:active,
.PD06_spec .PD06_spec-more-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.PD06_spec .PD06_spec-more-btn.dark-bg:active.icon-left:before,
.PD06_spec .PD06_spec-more-btn.dark-bg:active.icon-right:after,
.PD06_spec .PD06_spec-more-btn.dark-bg:focus-visible.icon-left:before,
.PD06_spec .PD06_spec-more-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD06_spec .PD06_spec-more-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD06_spec .PD06_spec-more-btn.dark-bg:hover.icon-left:before,
  .PD06_spec .PD06_spec-more-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD06_spec .PD06_spec-more-btn.dark-bg.disabled,
.PD06_spec .PD06_spec-more-btn.dark-bg:disabled,
.PD06_spec .PD06_spec-more-btn.dark-bg [aria-disabled="true"] {
  color: #8f8f8f;
  background-color: #555555;
}

.PD06_spec .PD06_spec-more-btn.dark-bg.disabled.icon-left:before,
.PD06_spec .PD06_spec-more-btn.dark-bg.disabled.icon-right:after,
.PD06_spec .PD06_spec-more-btn.dark-bg:disabled.icon-left:before,
.PD06_spec .PD06_spec-more-btn.dark-bg:disabled.icon-right:after,
.PD06_spec .PD06_spec-more-btn.dark-bg [aria-disabled="true"].icon-left:before,
.PD06_spec .PD06_spec-more-btn.dark-bg [aria-disabled="true"].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD06_spec .PD06_spec-more-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.PD06_spec .PD06_spec-more-btn.light-bg.icon-left:before,
.PD06_spec .PD06_spec-more-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD06_spec .PD06_spec-more-btn.light-bg:active,
.PD06_spec .PD06_spec-more-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.PD06_spec .PD06_spec-more-btn.light-bg:active.icon-left:before,
.PD06_spec .PD06_spec-more-btn.light-bg:active.icon-right:after,
.PD06_spec .PD06_spec-more-btn.light-bg:focus-visible.icon-left:before,
.PD06_spec .PD06_spec-more-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .PD06_spec .PD06_spec-more-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD06_spec .PD06_spec-more-btn.light-bg:hover.icon-left:before,
  .PD06_spec .PD06_spec-more-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.PD06_spec .PD06_spec-more-btn.light-bg.disabled,
.PD06_spec .PD06_spec-more-btn.light-bg:disabled,
.PD06_spec .PD06_spec-more-btn.light-bg [aria-disabled="true"] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.PD06_spec .PD06_spec-more-btn.light-bg.disabled.icon-left:before,
.PD06_spec .PD06_spec-more-btn.light-bg.disabled.icon-right:after,
.PD06_spec .PD06_spec-more-btn.light-bg:disabled.icon-left:before,
.PD06_spec .PD06_spec-more-btn.light-bg:disabled.icon-right:after,
.PD06_spec .PD06_spec-more-btn.light-bg [aria-disabled="true"].icon-left:before,
.PD06_spec .PD06_spec-more-btn.light-bg [aria-disabled="true"].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD06_spec .PD06_spec__disclaimer {
  max-width: 1156px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

.PD06_spec .PD06_spec__disclaimer ul {
  padding: 64px 33px 120px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1023px) {
  .PD06_spec .PD06_spec__disclaimer ul {
    padding: 48px 28px 132px;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec__disclaimer ul {
    padding: 40px 4px 100px;
  }
}

.PD06_spec .PD06_spec__disclaimer ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.43;
  color: #8f8f8f;
}

@media (max-width: 1023px) {
  .PD06_spec .PD06_spec__disclaimer ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec__disclaimer ul li {
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
  .PD06_spec .PD06_spec__list {
    max-width: none;
    padding-bottom: 72px;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__headline {
    padding-top: 60px;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item {
    flex-basis: calc(25% - 40px);
    -ms-flex-preferred-size: calc(25% - 40px);
    padding-left: 28px;
    padding-right: 12px;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .PD06_spec .PD06_spec__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 42px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__headline {
    padding-top: 48px;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item {
    min-height: 0;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    padding: 0;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item::before {
    display: none !important;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl.PD06_spec__list-icon dt {
    padding-top: 40px;
    font-weight: 700;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl.PD06_spec__list-icon dt span {
    font-weight: inherit;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl.PD06_spec__list-icon dt img {
    margin-bottom: 16px;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 375px) {
  .PD06_spec .PD06_spec__list {
    padding-left: 24px;
    max-width: 100%;
  }
}

#content .show-more-spec {
  margin-top: 0;
  padding: 0 32px;
}
#content .show-more-spec * {
  color: #fff;
}
#content .show-more-spec .grid-row {
  max-width: 1156px;
  padding: 0;
}
#content .show-more-spec .col-inner .sec-title {
  display: none;
}
#content .show-more-spec .specs-data li {
  min-height: auto;
  margin-bottom: 20px;
}
#content .show-more-spec .specs-data li h4 span {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 8px;
}
#content .show-more-spec .specs-data li p {
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 12px;
  color: #aaa;
}
#content .show-more-spec .specs-data li p + br {
  display: none;
}
#content .show-more-spec .specs-data li p sup {
  color: #aaa;
  vertical-align: top;
}
#content .show-more-spec .specs-data li p:last-child {
  padding-bottom: 0;
}
#content .show-more-spec .specs-data li p a {
  color: #0381fe !important;
  margin-top: 0;
}
#content .show-more-spec .specs-data li p a:after {
  background-image: url("../../../../../../content/dam/samsung/etc/exynos/icon-bold-navigation-link-blue.svg");
  width: 12px;
  height: 12px;
  content: "";
  margin-top: 3px;
  display: inline-block;
}
#content .show-more-spec .content-hidden .specinfo li {
  font-size: 12px;
  color: #757575;
  line-height: 16px;
  padding-bottom: 2px;
}
#content .show-more-spec .content-hidden .specinfo li sup {
  font-size: 12px;
  color: #757575;
  line-height: 16px;
  padding-bottom: 2px;
  font-style: normal;
}
#content .show-more-spec .content-hidden .specinfo li > i {
  margin-left: -13px;
}
#content .data-row {
  border-color: #222;
}
#content .grid-row .col-inner {
  margin: 0;
}
#content .data-table {
  border-bottom: 0;
  margin-top: 0;
}
#content .show-more-spec div.inarea {
  padding-top: 0;
}

@media (max-width: 1023px) {
  #content .row-fluid .span6 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #content .row-fluid .span18 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #content .row-fluid .span6 h3 span {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  #content .show-more-spec {
    padding: 0 24px;
  }
}

@media (max-width: 480px) {
  #content .specs-data li {
    margin-bottom: 0;
    min-height: 0;
  }
  #content .show-more-spec .specs-data li {
    margin-bottom: 19px;
  }
}

/* value proposition */
.value-proposition {
  max-width: 1156px;
  margin: 0 auto;
  -webkit-box-sizing: revert;
  box-sizing: revert;
  padding: 0 32px 140px;
}

.value-proposition .value-proposition__header {
  padding: 140px 0 60px;
  text-align: center;
}

.value-proposition .value-proposition__header .value-proposition-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.value-proposition .value-proposition__header .value-proposition-text-wrap .value-proposition__text {
  margin-top: 24px;
  font-family: "Samsung Sharp Sans";
  font-weight: bold;
}

.value-proposition .value-proposition__header.left .value-proposition-text-wrap,
.value-proposition .value-proposition__header.right .value-proposition-text-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.value-proposition .value-proposition__header.left .value-proposition-text-wrap .value-proposition__title,
.value-proposition .value-proposition__header.right .value-proposition-text-wrap .value-proposition__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10.2%;
}

.value-proposition .value-proposition__header.left .value-proposition-text-wrap .value-proposition__text,
.value-proposition .value-proposition__header.right .value-proposition-text-wrap .value-proposition__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  padding-left: 10.2%;
}

.value-proposition .value-proposition__header.left .btn-group,
.value-proposition .value-proposition__header.right .btn-group {
  width: 50%;
  padding-left: 10.2%;
  text-align: left;
}

.value-proposition .value-proposition__header.right .value-proposition-text-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.value-proposition .value-proposition__header.right .btn-group {
  margin-left: 50%;
}

.value-proposition .value-proposition__header .value-proposition__eyebrow {
  font-size: 1.2rem;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  color: #666;
  margin-bottom: 14px;
  color: #333333;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__header .value-proposition__eyebrow {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__header .value-proposition__eyebrow {
    font-size: 1.4rem;
  }
}

.value-proposition .value-proposition__header .value-proposition__title {
  font-family: "Samsung Sharp Sans";
  font-size: 48px;
  line-height: 1.33;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: 100%;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__header .value-proposition__title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__header .value-proposition__title {
    font-size: 23px;
  }
}

.value-proposition .value-proposition__header .value-proposition__text {
  font-family: "Samsung One";
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
  width: 100%;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__header .value-proposition__text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__header .value-proposition__text {
    font-size: 18px;
  }
}

.value-proposition .value-proposition__header .btn-group {
  margin-top: 32px;
  padding-bottom: 0;
  text-align: center;
}

.value-proposition .value-proposition__header .btn-group button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
}

.value-proposition .value-proposition__header .btn-group button.disabled,
.value-proposition .value-proposition__header .btn-group button:disabled,
.value-proposition .value-proposition__header .btn-group button [aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
}

.value-proposition .value-proposition__header .btn-group button.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.value-proposition .value-proposition__header .btn-group button.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__header .btn-group button.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__header .btn-group button.btn-medium {
    padding: 0 12px;
  }
}

.value-proposition .value-proposition__header .btn-group button.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__header .btn-group button.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__header .btn-group button.btn-small {
    padding: 0 12px;
  }
}

.value-proposition .value-proposition__header .btn-group button.none-border {
  border: none;
}

.value-proposition .value-proposition__header .btn-group button.icon-left:before {
  content: "";
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.value-proposition .value-proposition__header .btn-group button.icon-right:after {
  content: "";
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.value-proposition .value-proposition__header .btn-group button.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.value-proposition .value-proposition__header .btn-group button.dark-bg.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.value-proposition .value-proposition__header .btn-group button.dark-bg:active,
.value-proposition .value-proposition__header .btn-group button.dark-bg:focus-visible {
  color: #333333;
  background-color: #dddddd;
}

.value-proposition .value-proposition__header .btn-group button.dark-bg:active.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.dark-bg:active.icon-right:after,
.value-proposition .value-proposition__header .btn-group button.dark-bg:focus-visible.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .value-proposition .value-proposition__header .btn-group button.dark-bg:hover {
    color: #333333;
    background-color: #dddddd;
  }
  .value-proposition .value-proposition__header .btn-group button.dark-bg:hover.icon-left:before,
  .value-proposition .value-proposition__header .btn-group button.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.value-proposition .value-proposition__header .btn-group button.dark-bg.disabled,
.value-proposition .value-proposition__header .btn-group button.dark-bg:disabled,
.value-proposition .value-proposition__header .btn-group button.dark-bg [aria-disabled="true"] {
  color: #8f8f8f;
  background-color: #555555;
}

.value-proposition .value-proposition__header .btn-group button.dark-bg.disabled.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.dark-bg.disabled.icon-right:after,
.value-proposition .value-proposition__header .btn-group button.dark-bg:disabled.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.dark-bg:disabled.icon-right:after,
.value-proposition .value-proposition__header .btn-group button.dark-bg [aria-disabled="true"].icon-left:before,
.value-proposition .value-proposition__header .btn-group button.dark-bg [aria-disabled="true"].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.value-proposition .value-proposition__header .btn-group button.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.value-proposition .value-proposition__header .btn-group button.light-bg.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.value-proposition .value-proposition__header .btn-group button.light-bg:active,
.value-proposition .value-proposition__header .btn-group button.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #555555;
}

.value-proposition .value-proposition__header .btn-group button.light-bg:active.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.light-bg:active.icon-right:after,
.value-proposition .value-proposition__header .btn-group button.light-bg:focus-visible.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .value-proposition .value-proposition__header .btn-group button.light-bg:hover {
    color: #eeeeee;
    background-color: #555555;
  }
  .value-proposition .value-proposition__header .btn-group button.light-bg:hover.icon-left:before,
  .value-proposition .value-proposition__header .btn-group button.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.value-proposition .value-proposition__header .btn-group button.light-bg.disabled,
.value-proposition .value-proposition__header .btn-group button.light-bg:disabled,
.value-proposition .value-proposition__header .btn-group button.light-bg [aria-disabled="true"] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.value-proposition .value-proposition__header .btn-group button.light-bg.disabled.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.light-bg.disabled.icon-right:after,
.value-proposition .value-proposition__header .btn-group button.light-bg:disabled.icon-left:before,
.value-proposition .value-proposition__header .btn-group button.light-bg:disabled.icon-right:after,
.value-proposition .value-proposition__header .btn-group button.light-bg [aria-disabled="true"].icon-left:before,
.value-proposition .value-proposition__header .btn-group button.light-bg [aria-disabled="true"].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.value-proposition .value-proposition-cont-wrap {
  position: relative;
}

.value-proposition .value-proposition__thum {
  position: relative;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__thum {
    border-radius: 25px;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__thum {
    border-radius: 20px;
  }
}

.value-proposition .value-proposition__thum img {
  width: 100%;
  height: auto;
}

.value-proposition .value-proposition__thum img.tablet-img {
  display: none;
}

.value-proposition .value-proposition__thum img.mobile-img {
  display: none;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__thum img.pc-img {
    display: none;
  }
  .value-proposition .value-proposition__thum img.tablet-img {
    display: block;
  }
  .value-proposition .value-proposition__thum img.mobile-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__thum img.pc-img {
    display: none;
  }
  .value-proposition .value-proposition__thum img.tablet-img {
    display: none;
  }
  .value-proposition .value-proposition__thum img.mobile-img {
    display: block;
  }
}

.value-proposition .value-proposition__thum .article-header-playbtn {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.value-proposition .value-proposition__thum .article-header-playbtn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../../../../../../content/dam/samsung/semiconductor/products/pcd/memory_pcd_dram/img/icon-play.svg");
  background-size: 100% 100%;
  width: 80px;
  height: 80px;
  z-index: 1;
}

.value-proposition .value-proposition__thum .value-proposition__description {
  position: absolute;
  position: absolute;
  top: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 48px;
  max-width: 940px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.value-proposition .value-proposition__thum .value-proposition__description .value-proposition__description-title {
  font-family: "Samsung One";
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__thum .value-proposition__description .value-proposition__description-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__thum .value-proposition__description .value-proposition__description-title {
    font-size: 1rem;
  }
}

.value-proposition .value-proposition__thum .value-proposition__description .value-proposition__description-text {
  font-family: "Samsung Sharp Sans";
  font-size: 36px;
  font-weight: 700;
  margin-top: 4px;
}

@media (max-width: 1023px) {
  .value-proposition .value-proposition__thum .value-proposition__description .value-proposition__description-text {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .value-proposition .value-proposition__thum .value-proposition__description .value-proposition__description-text {
    font-size: 13px;
  }
}

.value-proposition__popup {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 72px;
}

.value-proposition__popup[aria-hidden="true"] {
  display: none;
}

.value-proposition__popup[aria-hidden="false"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .value-proposition__popup {
    padding: 0;
  }
}

.value-proposition__popup .btnPlayVideoClose {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 36px;
  height: 36px;
  background: url("../../../../../../content/dam/samsung/semiconductor/products/pcd/memory_pcd_dram/img/icon-regular-action-cancel-close.svg") no-repeat center/100%;
}

@media (max-width: 1023px) {
  .value-proposition__popup .btnPlayVideoClose {
    width: 24px;
    height: 24px;
  }
}

.value-proposition__popup .value-proposition__popup-con {
  position: relative;
  width: 100%;
  max-width: 1440px;
}

.value-proposition__popup .value-proposition__popup-con .value-proposition__popup-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.value-proposition__popup .value-proposition__popup-con .value-proposition__popup-video video,
.value-proposition__popup .value-proposition__popup-con .value-proposition__popup-video iframe,
.value-proposition__popup .value-proposition__popup-con .value-proposition__popup-video object,
.value-proposition__popup .value-proposition__popup-con .value-proposition__popup-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .tab-hide-br {
    display: none;
  }
  .value-proposition {
    padding-bottom: 100px;
  }
  .value-proposition .value-proposition__header {
    padding: 100px 32px 60px;
  }
  .value-proposition .value-proposition__header .value-proposition__text {
    margin-top: 20px;
    font-size: 15px;
  }
  .value-proposition .value-proposition__thum {
    margin-bottom: 0;
  }
  .value-proposition .value-proposition__thum .article-header-playbtn:after {
    width: 64px;
    height: 64px;
    background-size: 100%;
  }
}
@media (max-width: 767px) {
  .m-hide-br {
    display: none;
  }
  .value-proposition {
    padding: 0 24px 60px 24px;
  }
  .value-proposition .value-proposition__header {
    padding: 60px 24px 48px;
  }
  .value-proposition .value-proposition__header .value-proposition__eyebrow {
    margin-bottom: 12px;
  }
  .value-proposition .value-proposition__header .value-proposition__title {
    font-size: 24px;
  }
  .value-proposition .value-proposition__header .value-proposition__text {
    font-size: 14px;
  }
  .value-proposition .value-proposition__thum .article-header-playbtn:after {
    width: 60px;
    height: 60px;
    background-size: 100%;
  }
  .value-proposition .value-proposition__thum .value-proposition__description {
    bottom: 24px;
  }
  .value-proposition .value-proposition__thum .value-proposition__description .value-proposition__description-text {
    margin-top: 4px;
    font-size: 18px;
  }
}

/* 버튼스타일 CSS body에 추가 */
/* btn(.btn-learn-more) 수정 */
#content .btn-learn-more::after {
  display: none;
}
#content .btn-learn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  padding: 0 24px;
  border-radius: 20px;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 32px !important;
}

#content .btn-learn-more.disabled,
#content .btn-learn-more:disabled,
#content .btn-learn-more [aria-disabled="true"] {
  cursor: not-allowed;
  pointer-events: none;
}

#content .btn-learn-more.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

#content .btn-learn-more.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media (max-width: 1023px) {
  #content .btn-learn-more.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  #content .btn-learn-more.btn-medium {
    padding: 0 12px;
  }
}

#content .btn-learn-more.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media (max-width: 1023px) {
  #content .btn-learn-more.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  #content .btn-learn-more.btn-small {
    padding: 0 12px;
  }
}

#content .btn-learn-more.none-border {
  border: none;
}

#content .btn-learn-more.icon-left:before {
  content: "";
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

#content .btn-learn-more.icon-right:after {
  content: "";
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

#content .btn-learn-more.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

#content .btn-learn-more.dark-bg.icon-left:before,
#content .btn-learn-more.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#content .btn-learn-more.dark-bg:active,
#content .btn-learn-more.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

#content .btn-learn-more.dark-bg:active.icon-left:before,
#content .btn-learn-more.dark-bg:active.icon-right:after,
#content .btn-learn-more.dark-bg:focus-visible.icon-left:before,
#content .btn-learn-more.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  #content .btn-learn-more.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  #content .btn-learn-more.dark-bg:hover.icon-left:before,
  #content .btn-learn-more.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

#content .btn-learn-more.dark-bg.disabled,
#content .btn-learn-more.dark-bg:disabled,
#content .btn-learn-more.dark-bg [aria-disabled="true"] {
  color: #8f8f8f;
  background-color: #555555;
}

#content .btn-learn-more.dark-bg.disabled.icon-left:before,
#content .btn-learn-more.dark-bg.disabled.icon-right:after,
#content .btn-learn-more.dark-bg:disabled.icon-left:before,
#content .btn-learn-more.dark-bg:disabled.icon-right:after,
#content .btn-learn-more.dark-bg [aria-disabled="true"].icon-left:before,
#content .btn-learn-more.dark-bg [aria-disabled="true"].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#content .btn-learn-more.light-bg {
  background-color: #000000;
  color: #ffffff;
}

#content .btn-learn-more.light-bg.icon-left:before,
#content .btn-learn-more.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#content .btn-learn-more.light-bg:active,
#content .btn-learn-more.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

#content .btn-learn-more.light-bg:active.icon-left:before,
#content .btn-learn-more.light-bg:active.icon-right:after,
#content .btn-learn-more.light-bg:focus-visible.icon-left:before,
#content .btn-learn-more.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  #content .btn-learn-more.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  #content .btn-learn-more.light-bg:hover.icon-left:before,
  #content .btn-learn-more.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

#content .btn-learn-more.light-bg.disabled,
#content .btn-learn-more.light-bg:disabled,
#content .btn-learn-more.light-bg [aria-disabled="true"] {
  color: #aaaaaa;
  background-color: #dddddd;
}

#content .btn-learn-more.light-bg.disabled.icon-left:before,
#content .btn-learn-more.light-bg.disabled.icon-right:after,
#content .btn-learn-more.light-bg:disabled.icon-left:before,
#content .btn-learn-more.light-bg:disabled.icon-right:after,
#content .btn-learn-more.light-bg [aria-disabled="true"].icon-left:before,
#content .btn-learn-more.light-bg [aria-disabled="true"].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
