/* 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: 152px;
  color: #fff;
  background-color: #1a1b1c;
}

.PD06_spec.whiteColor {
  background-color: #ffffff;
}

.PD06_spec.whiteColor * {
  color: #000000;
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-facebook {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-facebook-white.svg');
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-twitter {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-twitter-white.svg');
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-mail {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-mail-white.svg');
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-link {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-link-white.svg');
}

.PD06_spec.whiteColor .PD06_spec__sns__btn-linkedin {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/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', sans-serif;
  font-size: 3.6rem;
  line-height: 1.42;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .PD06_spec .PD06_spec__headline {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .PD06_spec .PD06_spec__headline {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .PD06_spec .PD06_spec__headline {
    margin-bottom: 20px;
  }
}

.PD06_spec .PD06_spec__sns__btn-facebook {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-facebook.svg');
}

.PD06_spec .PD06_spec__sns__btn-twitter {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-twitter.svg');
}

.PD06_spec .PD06_spec__sns__btn-mail {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-mail.svg');
}

.PD06_spec .PD06_spec__sns__btn-link {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-link.svg');
}

.PD06_spec .PD06_spec__sns__btn-linkedin {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-share-linked-in.svg');
}

.PD06_spec.active .PD06_spec__list-item {
  display: block !important;
}

.PD06_spec .PD06_spec__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  overflow: hidden;
  max-width: 1156px;
  width: 100%;
  padding: 0 32px;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item {
  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.item12-more .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', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
  margin-bottom: 4px;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt span {
  display: block;
}

.PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dd {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dd {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dd {
    font-size: 1.4rem;
    line-height: 1.43;
  }
}

.PD06_spec .btn-group {
  margin-top: 0;
  display: none;
}

.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;
  border: none;
}

.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 screen and (max-width: 1023px) {
  .PD06_spec .PD06_spec-more-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (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 screen and (max-width: 1023px) {
  .PD06_spec .PD06_spec-more-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (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 screen and (max-width: 1023px) {
  .PD06_spec .PD06_spec__disclaimer ul {
    padding: 48px 28px 132px;
  }
}

@media screen and (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 screen and (max-width: 1023px) {
  .PD06_spec .PD06_spec__disclaimer ul li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .PD06_spec .PD06_spec__disclaimer ul li {
    font-size: 12px;
  }
}

@media screen and (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 {
    padding-left: 28px;
    padding-right: 12px;
  }
  .PD06_spec .PD06_spec__list .PD06_spec__list-item > dl dt {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .PD06_spec .PD06_spec__list {
    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 {
    grid-template-columns: repeat(2, 1fr);
  }

  .PD06_spec .PD06_spec__list .PD06_spec__list-item {
    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;
  }
  .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;
  }
}

@media screen and (max-width: 375px) {
  .PD06_spec .PD06_spec__list {
    padding-left: 15%;
    max-width: 100%;
  }
}
