/* Component Name */
.PD14_resources .PD14_resources-top {
  text-align: center;
  max-width: 1156px;
  margin: 0 auto;
  padding-top: 120px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-top {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-top {
    padding-top: 60px;
  }
}

.PD14_resources .PD14_resources-top .PD14_resources-top_title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 6.4rem;
  line-height: 1.31;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-top .PD14_resources-top_title {
    font-size: 4.8rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-top .PD14_resources-top_title {
    font-size: 3.2rem;
    line-height: 1.34;
  }
}

.PD14_resources .PD14_resources-top .PD14_resources-top_title label {
  font: inherit;
}

.PD14_resources .PD14_resources-top .PD14_resources-top_text {
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
  margin-top: 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-top .PD14_resources-top_text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-top .PD14_resources-top_text {
    font-size: 1.4rem;
  }
}

.PD14_resources .filter-sorting-area {
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #dddddd;
  z-index: 20;
  background-clip: content-box;
}

.PD14_resources .filter-sorting-area .PD14_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.PD14_resources .filter-sorting-area .btn-news-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter {
    font-size: 15px !important;
    pointer-events: auto;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter {
    font-size: 14px !important;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter:before {
  content: '';
  margin-right: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-filter.svg") no-repeat center/100%;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter:before {
    width: 16px;
    height: 16px;
  }
}

.PD14_resources .filter-sorting-area .btn-filter-close:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete.svg") no-repeat center/100%;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset {
  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;
  border: none;
  line-height: 20px;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.disabled, .PD14_resources .filter-sorting-area .btn-news-filter__reset:disabled,
.PD14_resources .filter-sorting-area .btn-news-filter__reset [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-medium {
    padding: 0 12px;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-small {
    padding: 0 12px;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.none-border {
  border: none;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.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;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.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;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-medium, .PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-large {
  border: none !important;
  padding: 0;
  line-height: 20px;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-medium, .PD14_resources .filter-sorting-area .btn-news-filter__reset.btn-large {
    font-size: 1.2rem;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg {
  color: #ffffff;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.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='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:active, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible {
  color: #dddddd;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:active.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:active.icon-right:after, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:active.hover-none:after, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:focus-visible.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:hover {
    color: #dddddd;
  }
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:hover.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.disabled, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:disabled,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.icon-right:after, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.icon-right:after,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg.disabled.hover-none:after, .PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg:disabled.hover-none:after,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.dark-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.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='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg:hover {
    color: #555555;
  }
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg:hover.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.disabled, .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg:disabled,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled='true'] {
  color: #dddddd;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.disabled.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.disabled.icon-right:after, .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg:disabled.icon-left:before, .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg:disabled.icon-right:after,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg.disabled.hover-none:after, .PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg:disabled.hover-none:after,
.PD14_resources .filter-sorting-area .btn-news-filter__reset.light-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset {
    font-size: 14px !important;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset:before {
  content: '';
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  -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;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%23000000' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-news-filter__reset:before {
    width: 16px;
    height: 16px;
  }
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.disabled {
  color: #8f8f8f;
}

.PD14_resources .filter-sorting-area .btn-news-filter__reset.disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M0 0H18V18H0z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3Cpath fill='%238f8f8f' fill-rule='nonzero' d='M10.943 1.757c1.55.416 2.892 1.3 3.872 2.505V2.627h1.5v4.125h-4.126v-1.5h1.497c-.787-.986-1.872-1.708-3.131-2.046C7.354 2.35 4.064 4.248 3.206 7.45c-.857 3.2 1.042 6.49 4.243 7.348 3.169.85 6.425-1.004 7.322-4.147l.026-.095 1.45.388c-1.073 4.001-5.185 6.375-9.186 5.303S.685 11.062 1.757 7.061 6.942.685 10.943 1.757z' transform='translate(-262.000000, -1243.000000) translate(0.000000, 1217.000000) translate(32.000000, 23.000000) translate(230.000000, 0.000000) translate(0.000000, 3.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.PD14_resources .filter-sorting-area .news-filter-result {
  margin-right: 24px;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .news-filter-result {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .news-filter-result {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .news-filter-result {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .news-filter-result {
    font-size: 14px !important;
  }
}

.PD14_resources .filter-sorting-area .filter-detail {
  position: absolute;
  left: 0;
  top: 72px;
  width: 378px;
  z-index: 20;
  background-color: #ffffff;
  padding-top: 60px;
  -webkit-transform: translate(-1000%, 0);
      -ms-transform: translate(-1000%, 0);
          transform: translate(-1000%, 0);
}

.PD14_resources .filter-sorting-area .filter-detail::-webkit-scrollbar-track {
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .filter-detail {
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
    top: 56px;
    height: auto;
    max-height: none;
    padding-top: 0;
  }
}

@media all and (min-width: 1024px) {
  .PD14_resources .filter-sorting-area .filter-detail {
    padding: 0;
  }
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-title {
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  width: calc(100% - 40px);
  line-height: 60px;
  padding-left: 32px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .filter-detail .filter-detail-title {
    font-size: 1.6rem;
  }
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-wrap {
  padding: 0 32px 32px 32px;
  border-top: 1px solid #eeeeee;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .filter-detail .filter-detail-wrap {
    padding-top: 0;
    border-top: 1px solid #eeeeee;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .filter-detail .filter-detail-wrap {
    overflow-y: auto;
  }
  @supports (overflow-y: overlay) {
    .PD14_resources .filter-sorting-area .filter-detail .filter-detail-wrap {
      overflow-y: overlay;
    }
  }
  .PD14_resources .filter-sorting-area .filter-detail .filter-detail-wrap::-webkit-scrollbar {
    width: 3px;
  }
  .PD14_resources .filter-sorting-area .filter-detail .filter-detail-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8f8f8f;
  }
}

.PD14_resources .filter-sorting-area .filter-detail .filter-result-functions-mobile {
  display: none;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group:last-child .filter-detail-group-item:last-child {
  padding-bottom: 0;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 22px 40px 22px 0;
  line-height: 1.43;
  text-align: left;
  position: relative;
  font-weight: 700;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-title:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg") no-repeat center/16px;
  cursor: pointer;
  z-index: -1;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group .filter-detail-group-title.active:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item-wrap .filter-detail-group-title {
  padding-left: 26px;
  padding-right: 68px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group .filter-detail-group-title.active + .filter-detail-group-item-wrap {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item-wrap > ul {
  padding: 0 0 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item-wrap > ul {
    padding-left: 24px;
  }
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-title + ul {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-title.active + ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item-wrap .filter-detail-group-title.active + ul {
  height: auto;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 22px 0;
  line-height: 1.43;
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item {
    padding: 14px 0;
  }
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item .checkbox {
  width: 100%;
}

.PD14_resources .filter-sorting-area .filter-detail .filter-detail-group-item .checkbox label {
  height: auto;
  font-weight: 700;
}

.PD14_resources .filter-sorting-area .PD14_filter.active .filter-detail {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.PD14_resources .filter-sorting-area .filter-result-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .filter-result-functions > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .filter-result-functions .news-filter-result {
    margin-right: 0;
  }
}

@media screen and (max-width: 320px) {
  .PD14_resources .filter-sorting-area .filter-result-functions .news-filter-result {
    max-width: 70px;
  }
}

.PD14_resources .filter-sorting-area .filter-result-functions:before {
  content: '';
  width: 1px;
  height: 18px;
  margin: 0 8px;
  background-color: #dddddd;
  margin: 0 24px;
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .filter-result-functions:before {
    margin: 0 10px;
  }
}

.PD14_resources .filter-sorting-area .btn-filter-close {
  position: absolute;
  top: 20px;
  right: 24px;
}

@media all and (min-width: 1024px) {
  .PD14_resources .filter-sorting-area .btn-filter-close {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .btn-filter-close {
    right: 32px;
    top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn-filter-close {
    right: 24px;
    top: 20px;
  }
}

.PD14_resources .filter-sorting-area .btn--drop-down {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .btn--drop-down {
    padding-left: 0;
  }
}

.PD14_resources .PD14_resources-tab {
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
  max-width: 1504px;
  padding: 0 32px;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-tab {
    margin-bottom: 0;
  }
}

.PD14_resources .PD14_resources-tab:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 60px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgba(255, 255, 255, 0.48)), color-stop(53%, rgba(255, 255, 255, 0.76)), color-stop(36%, #fff));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.48) 71%, rgba(255, 255, 255, 0.76) 53%, #fff 36%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.48) 71%, rgba(255, 255, 255, 0.76) 53%, #fff 36%);
}

.PD14_resources .PD14_resources-tab:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 60px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(71%, rgba(255, 255, 255, 0.48)), color-stop(53%, rgba(255, 255, 255, 0.76)), color-stop(36%, #fff));
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.48) 71%, rgba(255, 255, 255, 0.76) 53%, #fff 36%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.48) 71%, rgba(255, 255, 255, 0.76) 53%, #fff 36%);
}

.PD14_resources .PD14_resources-tab .swiper {
  position: relative;
}

.PD14_resources .PD14_resources-tab .swiper-preves {
  position: relative;
  display: none;
}

.PD14_resources .PD14_resources-tab .swiper-preves .swiper-prev a {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-previous.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -41px;
  left: -2px;
  z-index: 100;
  padding-right: 20px;
  display: inline-block;
}

.PD14_resources .PD14_resources-tab .swiper-preves .swiper-prev .under-bg {
  display: none;
  position: absolute;
  top: -41px;
  left: -2px;
  z-index: 50;
  width: 50px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, white), color-stop(89%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 32%, rgba(255, 255, 255, 0) 89%);
  background: linear-gradient(90deg, white 32%, rgba(255, 255, 255, 0) 89%);
}

.PD14_resources .PD14_resources-tab .swiper-preves .swiper-next a {
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-previous.svg") 0 0 no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -43px;
  right: -2px;
  z-index: 100;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  padding-left: 20px;
  display: inline-block;
}

.PD14_resources .PD14_resources-tab .swiper-preves .swiper-next .under-bg {
  position: absolute;
  top: -43px;
  right: -2px;
  z-index: 50;
  display: inline-block;
  width: 50px;
  height: 60px;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -webkit-gradient(linear, left top, right top, color-stop(32%, white), color-stop(89%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 32%, rgba(255, 255, 255, 0) 89%);
  background: linear-gradient(90deg, white 32%, rgba(255, 255, 255, 0) 89%);
}

.PD14_resources .PD14_resources-tab .swiper-preves .swiper-button-disabled a {
  display: none;
}

.PD14_resources .PD14_resources-tab .swiper-preves.show .swiper-prev .under-bg {
  display: block;
}

.PD14_resources .PD14_resources-tab .swiper-preves.show .swiper-button-disabled .under-bg {
  display: none;
}

.PD14_resources .PD14_resources-tab .swiper-preves.show .swiper-button-disabled a {
  display: none;
}

.PD14_resources .PD14_resources-tab .swiper-preves.show a {
  display: block;
}

.PD14_resources .PD14_resources-tab .swiper-wrapper {
  padding: 19px 0 18px;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1024px) {
  .PD14_resources .PD14_resources-tab .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.PD14_resources .PD14_resources-tab .swiper-slide {
  width: auto;
  position: relative;
  margin-left: 40px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-tab .swiper-slide {
    margin-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-tab .swiper-slide {
    margin-left: 28px;
  }
}

.PD14_resources .PD14_resources-tab .swiper-slide:first-child {
  margin-left: 0;
}

.PD14_resources .PD14_resources-tab .swiper-slide.divider {
  position: relative;
  margin-left: 40px;
  padding-left: 40px;
  top: -1px;
  left: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-tab .swiper-slide.divider {
    margin-left: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-tab .swiper-slide.divider {
    margin-left: 28px;
    padding-left: 28px;
  }
}

.PD14_resources .PD14_resources-tab .swiper-slide.divider:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #dddddd;
  position: absolute;
  top: 0;
  left: 0;
}

.PD14_resources .PD14_resources-tab .PD14_resources-tab-name {
  position: relative;
  color: #757575;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-tab .PD14_resources-tab-name span {
    font-size: 1.4rem !important;
  }
}

.PD14_resources .PD14_resources-tab .PD14_resources-tab-name.active {
  color: #000000;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.PD14_resources .PD14_resources-tab .PD14_resources-tab-name.active span {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}

@media (hover: hover) {
  .PD14_resources .PD14_resources-tab .PD14_resources-tab-name:hover {
    color: #000000;
    -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .PD14_resources .PD14_resources-tab .PD14_resources-tab-name:hover span {
    font-weight: 700;
  }
}

.PD14_resources .PD14_resources-tab .PD14_resources-tab-name span {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.44;
  padding: 0;
  padding-bottom: 2px !important;
  display: inline-block;
}

.PD14_resources .PD14_resources-con {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap {
  position: relative;
  padding: 0 32px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap {
    min-height: 1207px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap.active {
    margin-left: 378px;
    padding-left: 60px;
    padding-right: 60px;
    border-left: 1px solid rgba(221, 221, 221, 0.9);
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list {
  padding-bottom: 0;
  margin-bottom: 0;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item {
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__thum-area {
  margin-right: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  min-height: 170px;
  overflow: hidden;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__thum-area .list__thum {
  display: block;
  position: relative;
  border-radius: 4px;
  min-height: inherit;
  background-color: #f7f7f7;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__thum-area .list__thum img {
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__thum-area .list__thum:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: inherit;
  z-index: 1;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__thum-area .list__thum.item__video::after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-video.svg") center center no-repeat;
  background-size: 100%;
  z-index: 1;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc {
  min-width: 0;
  padding-top: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc {
    height: 159px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc {
    height: auto;
    padding-top: 0;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__top-info {
    margin-bottom: 0;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__bottom-info [class^='btn-search-result-list-item'] {
  margin-left: 20px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__bottom-info [class^='btn-search-result-list-item']:first-of-type {
  margin-left: 0;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .txt-point {
  color: #000;
  font-weight: 700;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow {
  font-size: 1.2rem;
  line-height: 1.33;
  margin-bottom: 8px;
  font-weight: 700;
  color: #666;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow {
    width: 100%;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow br {
  display: none;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow br {
    display: inline;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow a {
  display: block;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow a:first-child::before {
  display: none;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title-dropdown .btn--drop-down,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category-dropdown .btn--drop-down {
  line-height: 1.33;
  font-size: 1.2rem !important;
  padding: 0;
  height: auto;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title-dropdown .btn--drop-down:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category-dropdown .btn--drop-down:after {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-close-resource.svg") no-repeat center;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title-dropdown .combobox,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category-dropdown .combobox {
  right: auto;
  left: -15px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title-dropdown .combobox .combobox-option,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category-dropdown .combobox .combobox-option {
  height: 32px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title-dropdown * {
  text-transform: uppercase;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category-dropdown {
  margin-left: 8px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title {
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 700;
  font-family: "Samsung Sharp Sans", sans-serif;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__part-number,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category {
  font-size: 1.2rem;
  line-height: 20px;
  font-weight: 700;
  margin-left: 8px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__part-number span,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category span {
  font-weight: inherit;
  margin-left: 8px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__part-number::before,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  line-height: 1.43;
  margin: -1px 0 0 0;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.3);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category {
  font-family: "Samsung Sharp Sans", sans-serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category:first-of-type {
  margin-left: 0;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category:first-of-type:before {
  display: none;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category:first-of-type span {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .format-chip {
  display: inline-block;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  padding: 0 7px;
  font-family: "Samsung One", sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  letter-spacing: normal;
  margin-left: 8px;
  text-transform: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 1.2rem;
  line-height: 18px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .format-chip {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .format-chip {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .format-chip {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  display: block;
  display: -webkit-box;
  max-height: 2.84em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.42em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin-top: 8px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__title {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__content {
  font-family: "Samsung One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  color: #333333;
  display: block;
  display: -webkit-box;
  max-height: 3em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__content {
    font-size: 1.2rem;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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;
  border: none;
  line-height: 20px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.disabled, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more:disabled,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-medium {
    padding: 0 12px;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-small {
    padding: 0 12px;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.none-border {
  border: none;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-medium, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-large {
  border: none !important;
  padding: 0;
  line-height: 20px;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-medium, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.btn-large {
    font-size: 1.2rem;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg {
  color: #ffffff;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:active, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:focus-visible {
  color: #dddddd;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:active.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:active.icon-right:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:focus-visible.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:active.hover-none:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:focus-visible.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:hover {
    color: #dddddd;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:hover.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.disabled, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:disabled,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.disabled.icon-right:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:disabled.icon-right:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg.disabled.hover-none:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg:disabled.hover-none:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.dark-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg:hover {
    color: #555555;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg:hover.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.disabled, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg:disabled,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg [aria-disabled='true'] {
  color: #dddddd;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.disabled.icon-right:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg:disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg:disabled.icon-right:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg.disabled.hover-none:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg:disabled.hover-none:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-learn-more.light-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download {
  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;
  border: none;
  line-height: 20px;
  height: 20px !important;
  line-height: 20px !important;
  margin-top: 8px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.disabled, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download:disabled,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-medium {
    padding: 0 12px;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-small {
    padding: 0 12px;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.none-border {
  border: none;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-medium, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-large {
  border: none !important;
  padding: 0;
  line-height: 20px;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-medium, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.btn-large {
    font-size: 1.2rem;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg {
  color: #ffffff;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:active, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:focus-visible {
  color: #dddddd;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:active.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:active.icon-right:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:focus-visible.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:active.hover-none:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:focus-visible.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:hover {
    color: #dddddd;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:hover.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.disabled, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:disabled,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.disabled.icon-right:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:disabled.icon-right:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg.disabled.hover-none:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg:disabled.hover-none:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.dark-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (hover: hover) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg:hover {
    color: #555555;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg:hover.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.disabled, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg:disabled,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg [aria-disabled='true'] {
  color: #dddddd;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.disabled.icon-right:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg:disabled.icon-left:before, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg:disabled.icon-right:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg.disabled.hover-none:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg:disabled.hover-none:after,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download.light-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download {
    height: 16px !important;
    line-height: 16px !important;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download:after {
  -webkit-transform: rotate(-90deg) !important;
      -ms-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download[target='_blank']: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") !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download[target='_blank']:hover:after, .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .btn-search-result-list-item__download[target='_blank']:active: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='%23555' 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") !important;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info {
  min-width: 0;
  margin-top: 8px;
  color: #757575;
  font-family: "Samsung One", sans-serif;
  font-size: 1.4rem;
  line-height: 1.41;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info {
    font-size: 1.2rem;
  }
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__box {
  margin-bottom: 4px;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__version::before,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__writer::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 12px;
  line-height: 1.43;
  background: #dddddd;
  margin: -1px 8px 0;
  vertical-align: middle;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__date,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__version,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__name,
.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__writer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.33;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__author {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .label-btn + .label-btn {
  margin-left: 24px;
}

.PD14_resources .btn-group.btn-center {
  padding-bottom: 0;
  margin-top: 100px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .btn-group.btn-center {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .btn-group.btn-center {
    margin-top: 70px;
  }
}

.PD14_resources .btn-group.btn-center 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;
  border: none;
}

.PD14_resources .btn-group.btn-center button.disabled, .PD14_resources .btn-group.btn-center button:disabled,
.PD14_resources .btn-group.btn-center button [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD14_resources .btn-group.btn-center button.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD14_resources .btn-group.btn-center button.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .btn-group.btn-center button.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .btn-group.btn-center button.btn-medium {
    padding: 0 12px;
  }
}

.PD14_resources .btn-group.btn-center button.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .btn-group.btn-center button.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .btn-group.btn-center button.btn-small {
    padding: 0 12px;
  }
}

.PD14_resources .btn-group.btn-center button.none-border {
  border: none;
}

.PD14_resources .btn-group.btn-center 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;
}

.PD14_resources .btn-group.btn-center 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;
}

.PD14_resources .btn-group.btn-center button.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.PD14_resources .btn-group.btn-center button.dark-bg.icon-left:before, .PD14_resources .btn-group.btn-center 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");
}

.PD14_resources .btn-group.btn-center button.dark-bg:active, .PD14_resources .btn-group.btn-center button.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.PD14_resources .btn-group.btn-center button.dark-bg:active.icon-left:before, .PD14_resources .btn-group.btn-center button.dark-bg:active.icon-right:after, .PD14_resources .btn-group.btn-center button.dark-bg:focus-visible.icon-left:before, .PD14_resources .btn-group.btn-center 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='%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) {
  .PD14_resources .btn-group.btn-center button.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD14_resources .btn-group.btn-center button.dark-bg:hover.icon-left:before, .PD14_resources .btn-group.btn-center 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='%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");
  }
}

.PD14_resources .btn-group.btn-center button.dark-bg.disabled, .PD14_resources .btn-group.btn-center button.dark-bg:disabled,
.PD14_resources .btn-group.btn-center button.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.PD14_resources .btn-group.btn-center button.dark-bg.disabled.icon-left:before, .PD14_resources .btn-group.btn-center button.dark-bg.disabled.icon-right:after, .PD14_resources .btn-group.btn-center button.dark-bg:disabled.icon-left:before, .PD14_resources .btn-group.btn-center button.dark-bg:disabled.icon-right:after,
.PD14_resources .btn-group.btn-center button.dark-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .btn-group.btn-center 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");
}

.PD14_resources .btn-group.btn-center button.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.PD14_resources .btn-group.btn-center button.light-bg.icon-left:before, .PD14_resources .btn-group.btn-center 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");
}

.PD14_resources .btn-group.btn-center button.light-bg:active, .PD14_resources .btn-group.btn-center button.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.PD14_resources .btn-group.btn-center button.light-bg:active.icon-left:before, .PD14_resources .btn-group.btn-center button.light-bg:active.icon-right:after, .PD14_resources .btn-group.btn-center button.light-bg:focus-visible.icon-left:before, .PD14_resources .btn-group.btn-center 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) {
  .PD14_resources .btn-group.btn-center button.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD14_resources .btn-group.btn-center button.light-bg:hover.icon-left:before, .PD14_resources .btn-group.btn-center 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");
  }
}

.PD14_resources .btn-group.btn-center button.light-bg.disabled, .PD14_resources .btn-group.btn-center button.light-bg:disabled,
.PD14_resources .btn-group.btn-center button.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.PD14_resources .btn-group.btn-center button.light-bg.disabled.icon-left:before, .PD14_resources .btn-group.btn-center button.light-bg.disabled.icon-right:after, .PD14_resources .btn-group.btn-center button.light-bg:disabled.icon-left:before, .PD14_resources .btn-group.btn-center button.light-bg:disabled.icon-right:after,
.PD14_resources .btn-group.btn-center button.light-bg [aria-disabled='true'].icon-left:before,
.PD14_resources .btn-group.btn-center 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");
}

.PD14_resources .PD14_resources-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0 0 0;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search {
    margin-bottom: 32px;
    padding-top: 16px;
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-title {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 3.6rem;
  line-height: 1.42;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  max-height: 2.66em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.33em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-title {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-title {
    font-size: 2.4rem;
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-title label {
  cursor: default;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-title > * {
  font-weight: inherit;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-form {
  position: relative;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox-wrap {
  position: relative;
  width: 496px;
  margin: 0 auto;
  font-size: 1.6rem;
  border-radius: 20px;
  background-color: #f8f8f8;
  padding-right: 40px;
  padding-left: 40px;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox-wrap .btn-input-clear {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox-wrap.active .btn-input-clear {
  opacity: 1;
  visibility: visible;
}

.PD14_resources .PD14_resources-search .btn-input-clear {
  width: 18px;
  height: 18px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel.svg") no-repeat center/100%;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox {
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-family: "Samsung One", sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-inputbox {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-inputbox {
    font-size: 1.4rem;
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox::-webkit-input-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox:-moz-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox::-moz-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox:-ms-input-placeholder {
  font-weight: 700;
  color: #a2a2a2;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox:focus:-moz-placeholder {
  color: transparent !important;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox:focus::-moz-placeholder {
  color: transparent !important;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-inputbox:focus:-ms-input-placeholder {
  color: transparent !important;
}

.PD14_resources .PD14_resources-search .btn-newsSubmitSearch {
  position: absolute;
  left: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  border: none;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-search.svg") no-repeat center/100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px 0 0 -8px;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > * {
  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;
  /**/
  line-height: 20px;
  border: none;
  position: relative;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: solid 1px black;
  font-family: "Samsung One", sans-serif;
  font-size: 1rem !important;
  line-height: 1.6;
  font-weight: 700;
  margin: 8px 0 0 8px;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.disabled, .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *:disabled,
.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > * [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    padding: 0 12px;
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
    padding: 0 12px;
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.none-border {
  border: none;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.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;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.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;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.font-small {
  font-size: 1rem;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.selected {
  font-weight: 700;
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg:active, .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg:active, .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg:focus-visible {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
}

@media (hover: hover) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

@media screen and (max-width: 1023px) {
  .PD14_resources .PD14_resources-top {
    max-width: 522px;
  }
  .PD14_resources .PD14_resources-top .PD14_resources-top_text {
    margin-top: 12px;
  }
  .PD14_resources .filter-sorting-area {
    height: 56px;
  }
  .PD14_resources .PD14_resources-tab {
    margin: 24px 0 40px;
    padding: 0 32px;
  }
  .PD14_resources .PD14_resources-con {
    overflow-x: visible;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__thum-area {
    margin-right: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    min-height: 159px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow {
    font-size: 12px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__part-number::before,
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category::before {
    height: 10px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__content {
    font-size: 12px;
    margin-top: 11px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info {
    font-size: 12px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info span::before {
    height: 10px;
    margin: -1px 8px 0;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__date {
    max-width: 36.59491%;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__name,
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__writer {
    max-width: 330px;
    display: inline-block;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .label-btn + .label-btn {
    margin-left: 16px;
  }
  .PD14_resources .btn-group {
    margin-top: 0;
    padding-bottom: 0;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-title {
    margin-bottom: 20px;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-inputbox {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-top {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .PD14_resources .filter-sorting-area {
    height: 56px;
    padding: 0 24px;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    padding: 0;
    max-height: none;
    overflow-y: visible;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-detail-title {
    display: block;
    height: 62px;
    padding: 0 24px;
    line-height: 62px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    font-size: 1.4rem;
    width: 100%;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-detail-wrap {
    padding-left: 24px;
    padding-right: 24px;
    border-top: none;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78px;
            flex: 0 0 78px;
    left: 0;
    width: 100%;
    height: 78px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 24px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.12);
    z-index: 101;
    overflow: hidden;
    position: static;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .btn-news-filter__reset-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 128px;
            flex: 0 1 128px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 37px;
    font-weight: 700;
    color: #000;
    padding: 0 24px;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .btn-news-filter__reset-mobile span {
    font-weight: inherit;
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .btn-news-filter__reset-mobile span:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 128px;
            flex: 0 1 128px;
    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;
    border: none;
    margin-left: 26px;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.disabled, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile:disabled,
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-medium {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.btn-small {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.none-border {
    border: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg {
    background-color: #ffffff;
    color: #000000;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:active.icon-right:after, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:focus-visible.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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 screen and (max-width: 767px) and (hover: hover) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:hover.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled,
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled='true'] {
    color: #8f8f8f;
    background-color: #555555;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg.disabled.icon-right:after, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg:disabled.icon-right:after,
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.dark-bg [aria-disabled='true'].icon-left:before,
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg {
    background-color: #000000;
    color: #ffffff;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:active.icon-right:after, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:focus-visible.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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 screen and (max-width: 767px) and (hover: hover) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:hover.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled,
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled='true'] {
    color: #aaaaaa;
    background-color: #dddddd;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg.disabled.icon-right:after, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-left:before, .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg:disabled.icon-right:after,
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.light-bg [aria-disabled='true'].icon-left:before,
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .news-filter-result-mobile.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");
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .filter-detail-group {
    padding: 0;
    border-bottom: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .filter-detail-group:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions-mobile .filter-detail-group-title > button span {
    display: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-detail-group {
    padding: 0;
    border-bottom: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-detail-group:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-detail-group-title > button span {
    display: none;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-detail-group.active:not(:last-child) .filter-detail-group-item-wrap {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #dddddd;
  }
  .PD14_resources .filter-sorting-area .PD14_filter .filter-result-functions .btn-news-filter__reset {
    display: none;
  }
  .PD14_resources .PD14_resources-tab {
    margin: 0;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap {
    padding: 0 24px;
    padding-bottom: 80px;
    position: static;
    min-height: auto;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item {
    padding: 36px 0;
    padding-top: 87px;
    position: relative;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__thum-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    min-height: 113px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc {
    width: auto;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    display: block;
    margin-top: -6px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 32px;
    top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__part-number,
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category {
    vertical-align: middle;
    margin-right: 8px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__part-number::before,
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__sub-category::before {
    height: 8px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .list__category-title {
    display: inline-block;
    vertical-align: middle;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__eyebrow .format-chip {
    margin: 6px 0 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__title {
    font-size: 1.6rem;
    display: block;
    display: -webkit-box;
    max-height: 4.32em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.44em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__title a {
    display: block;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__content {
    margin-top: 14px;
    display: block;
    display: -webkit-box;
    max-height: 4.5em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info {
    margin-top: 0;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__box {
    margin-bottom: 8px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__date {
    max-width: 35.80563%;
    display: inline-block;
    vertical-align: middle;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__name {
    margin-bottom: 4px;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__name,
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__writer {
    width: 100%;
    max-width: none;
    display: block;
    display: -webkit-box;
    max-height: 2.66em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.33em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
  }
  .PD14_resources .PD14_resources-con .PD14_search-wrap .search-result-list .search-result-list__item .list__desc .list__info .info__writer::before {
    display: none;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-title {
    margin-bottom: 18px;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-form {
    width: 100%;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-inputbox-wrap {
    width: 100%;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-inputbox {
    height: 44px;
    line-height: 44px;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips {
    margin: -16px 0 0 -12px;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > * {
    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;
    /**/
    line-height: 20px;
    border: none;
    position: relative;
    font-weight: 700;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border: solid 1px black;
    font-family: "Samsung One", sans-serif;
    font-size: 1rem !important;
    line-height: 1.6;
    font-weight: 700;
    margin: 16px 0 0 12px;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.disabled, .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *:disabled,
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > * [aria-disabled='true'] {
    cursor: not-allowed;
    pointer-events: none;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
    padding: 0 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.none-border {
    border: none;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.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;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.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;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 24px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    padding: 0 16px;
    border-radius: 32px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1023px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
    padding: 0 16px;
    border-radius: 28px;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.font-small {
    font-size: 1rem;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.selected {
    font-weight: 700;
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg:active, .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg:focus-visible {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
  }
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg:active, .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg:focus-visible {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

@media screen and (max-width: 767px) and (hover: hover) {
  .PD14_resources .PD14_resources-search .PD14_resources-search-recommend-chips > *.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}