/* Component Name */
.SR01_search-popup {
  -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;
  margin-left: auto;
  margin-right: auto;
}

.SR01_search-popup[aria-hidden='true'] {
  display: none;
}

.SR01_search-popup[aria-hidden='false'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SR01_search-popup .SR01_search-popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 320;
}

.SR01_search-popup .SR01_search-popup-title {
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.31;
  text-align: center;
  color: #ffffff;
  margin-bottom: 28px;
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .SR01_search-popup-title {
    max-width: 512px;
  }
}

.SR01_search-popup .SR01_search-popup-title > * {
  font-weight: inherit;
}

.SR01_search-popup .SR01_search-popup-form {
  position: relative;
  padding-top: 152px;
}

.SR01_search-popup .SR01_search-popup-form .fieldset {
  width: 684px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.SR01_search-popup .SR01_search-popup-inputbox-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  padding-right: 52px;
  padding-left: 60px;
  background-color: #ffffff;
  border-radius: 28px;
}

.SR01_search-popup .SR01_search-popup-inputbox-wrap.active .btn-input-clear {
  opacity: 1;
  visibility: visible;
}

.SR01_search-popup input.SR01_search-popup-inputbox {
  width: 100%;
  height: 56px;
  line-height: 56px;
  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;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup input.SR01_search-popup-inputbox {
    font-size: 1.6rem;
  }
}

.SR01_search-popup input.SR01_search-popup-inputbox::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.SR01_search-popup input.SR01_search-popup-inputbox::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.SR01_search-popup input.SR01_search-popup-inputbox:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.SR01_search-popup input.SR01_search-popup-inputbox:-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.SR01_search-popup input.SR01_search-popup-inputbox:placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.SR01_search-popup input.SR01_search-popup-inputbox:focus {
  border: none;
}

.SR01_search-popup input.SR01_search-popup-inputbox::-webkit-input-placeholder {
  color: #a2a2a2;
  font-weight: bold;
}

.SR01_search-popup input.SR01_search-popup-inputbox::-moz-placeholder {
  color: #a2a2a2;
  font-weight: bold;
}

.SR01_search-popup input.SR01_search-popup-inputbox:-ms-input-placeholder {
  color: #a2a2a2;
  font-weight: bold;
}

.SR01_search-popup input.SR01_search-popup-inputbox::-ms-input-placeholder {
  color: #a2a2a2;
}

.SR01_search-popup input.SR01_search-popup-inputbox::placeholder {
  color: #a2a2a2;
}

.SR01_search-popup .btn-input-clear {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 16px;
  right: 16px;
  -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;
  width: 24px;
  height: 24px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel-40.svg') no-repeat center/100%;
}

.SR01_search-popup .search-extends {
  left: -40px;
  top: 0;
  width: calc(100% + 64px);
  margin-left: 0;
  position: relative;
  color: #000;
}

.SR01_search-popup .search-extends dl {
  padding: 0 32px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends {
    width: calc(100% + 84px);
  }
  .SR01_search-popup .search-extends dl {
    padding: 0 40px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .SR01_search-popup .search-extends dl {
    padding-bottom: 12px;
    margin-top: 8px;
  }
}

.SR01_search-popup .search-extends[aria-hidden='true'] {
  display: none;
}

.SR01_search-popup .search-extends[aria-hidden='false'] {
  display: block;
}

.SR01_search-popup .search-extends.SR01_search-popup-no-suggestions {
  font-family: 'Samsung One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 700;
  padding: 32px 0;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends.SR01_search-popup-no-suggestions {
    font-size: 1.6rem;
    padding: 16px 0;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .SR01_search-popup .search-extends.SR01_search-popup-no-suggestions {
    font-size: 1.4rem;
    padding: 8px 0;
  }
}

.SR01_search-popup .search-extends dt {
  font-family: 'Samsung One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 700;
  padding: 16px 0;
}

.SR01_search-popup .search-extends dd {
  font-family: 'Samsung One', sans-serif;
  line-height: 1.41;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.SR01_search-popup .search-extends dd a {
  padding: 16px 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends dt {
    font-size: 1.4rem;
    line-height: 1.43;
    padding: 4px 0;
  }
  .SR01_search-popup .search-extends dd a {
    font-size: 1.2rem;
    padding: 4px 0;
  }
}

.SR01_search-popup .search-extends > div {
  border-top: 1px solid #ddd;
  text-align: right;
  width: calc(100% + 48px);
  position: relative;
  left: -20px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends > div {
    width: auto;
    left: 0;
  }
}

.SR01_search-popup .search-extends .search-extends-close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  height: 44px;
  padding-right: 16px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends .search-extends-close {
    font-size: 1.2rem;
    height: 40px;
  }
}
.SR01_search-popup .search-extends .search-extends-close:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel-40.svg') no-repeat center/100%;
}

.SR01_search-popup .search-extends .btn-clear-all {
  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;
  margin-bottom: 8px;
  line-height: 20px;
  border: none;
  position: relative;
  position: absolute;
  top: 18px;
  right: -6px;
}

.SR01_search-popup .search-extends .btn-clear-all.disabled,
.SR01_search-popup .search-extends .btn-clear-all:disabled,
.SR01_search-popup .search-extends .btn-clear-all [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.SR01_search-popup .search-extends .btn-clear-all.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.SR01_search-popup .search-extends .btn-clear-all.btn-medium {
  font-size: 12px;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends .btn-clear-all.btn-medium {
    font-size: 12px;
    top: 0;
    right: 18px;
  }
}

.SR01_search-popup .search-extends .btn-clear-all.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends .btn-clear-all.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

.SR01_search-popup .search-extends .btn-clear-all.none-border {
  border: none;
}

.SR01_search-popup .search-extends .btn-clear-all.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;
}

.SR01_search-popup .search-extends .btn-clear-all.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;
}

.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge {
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
  font-size: 1.8rem;
  font-weight: normal;
}

.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg {
  color: #ffffff;
}

.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg:after {
  bottom: -16px !important;
  height: 3px !important;
  background-color: #ffffff;
}

.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg:focus-visible,
.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg.active {
  color: #ffffff;
  font-weight: 700;
}

.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg:focus-visible:after,
.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg.active:after {
  bottom: -16px !important;
  height: 3px !important;
  background-color: #ffffff;
}

@media (hover: hover) {
  .SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg:hover {
    color: #ffffff;
    font-weight: 700;
  }
  .SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.dark-bg:hover:after {
    bottom: -16px !important;
    height: 3px !important;
    background-color: #ffffff;
  }
}

.SR01_search-popup .search-extends .btn-clear-all.btn-xlarge.light-bg:after {
  bottom: -16px;
  height: 3px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends .btn-clear-all.btn-xlarge {
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
  }
}

.SR01_search-popup .search-extends .btn-clear-all.btn-large {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends .btn-clear-all.btn-medium {
  }
}

.SR01_search-popup .search-extends .btn-clear-all.dark-bg {
  color: #ffffff;
}

.SR01_search-popup .search-extends .btn-clear-all.dark-bg:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.SR01_search-popup .search-extends .btn-clear-all.dark-bg:active,
.SR01_search-popup .search-extends .btn-clear-all.dark-bg:focus-visible {
  color: #dddddd;
}

.SR01_search-popup .search-extends .btn-clear-all.dark-bg:active:after,
.SR01_search-popup .search-extends .btn-clear-all.dark-bg:focus-visible:after {
  width: 100%;
  background-color: #dddddd;
}

@media (hover: hover) {
  .SR01_search-popup .search-extends .btn-clear-all.dark-bg:hover {
    color: #dddddd;
  }
  .SR01_search-popup .search-extends .btn-clear-all.dark-bg:hover:after {
    width: 100%;
    background-color: #dddddd;
  }
}

.SR01_search-popup .search-extends .btn-clear-all.dark-bg.disabled,
.SR01_search-popup .search-extends .btn-clear-all.dark-bg:disabled,
.SR01_search-popup .search-extends .btn-clear-all.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.SR01_search-popup .search-extends .btn-clear-all.dark-bg.disabled:after,
.SR01_search-popup .search-extends .btn-clear-all.dark-bg:disabled:after,
.SR01_search-popup .search-extends .btn-clear-all.dark-bg [aria-disabled='true']:after {
  background-color: #555555;
}

.SR01_search-popup .search-extends .btn-clear-all.light-bg {
  color: #000000;
}

.SR01_search-popup .search-extends .btn-clear-all.light-bg:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .search-extends .btn-clear-all.light-bg:after {
    bottom: 0;
  }
}

.SR01_search-popup .search-extends .btn-clear-all.light-bg:active,
.SR01_search-popup .search-extends .btn-clear-all.light-bg:focus-visible {
  color: #555555;
}

.SR01_search-popup .search-extends .btn-clear-all.light-bg:active:after,
.SR01_search-popup .search-extends .btn-clear-all.light-bg:focus-visible:after {
  width: 100%;
  background-color: #555555;
}

@media (hover: hover) {
  .SR01_search-popup .search-extends .btn-clear-all.light-bg:hover {
    color: #555555;
  }
  .SR01_search-popup .search-extends .btn-clear-all.light-bg:hover:after {
    width: 100%;
    background-color: #555555;
  }
}

.SR01_search-popup .search-extends .btn-clear-all.light-bg.disabled,
.SR01_search-popup .search-extends .btn-clear-all.light-bg:disabled,
.SR01_search-popup .search-extends .btn-clear-all.light-bg [aria-disabled='true'] {
  color: #555555;
}

.SR01_search-popup .search-extends .btn-clear-all.light-bg.disabled:after,
.SR01_search-popup .search-extends .btn-clear-all.light-bg:disabled:after,
.SR01_search-popup .search-extends .btn-clear-all.light-bg [aria-disabled='true']:after {
  background-color: #555555;
}

.SR01_search-popup .search-extends .btn-clear-all:after {
  width: 100% !important;
}

.SR01_search-popup .btn-newsSubmitSearch {
  position: absolute;
  left: 24px;
  top: 16px;
  width: 24px;
  height: 24px;
  border: none;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-search-gray.svg') no-repeat center/100%;
  transition: background-image cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.SR01_search-popup .SR01_search-popup-inputbox-wrap:focus-within .btn-newsSubmitSearch {
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-search.svg');
}

.SR01_search-popup .SR01_search-popup-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;
  gap: 12px;
  max-width: 444px;
  width: 100%;
  margin-top: 28px;
}

.SR01_search-popup .SR01_search-popup-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;
  margin: 0;
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.disabled,
.SR01_search-popup .SR01_search-popup-recommend-chips > *:disabled,
.SR01_search-popup .SR01_search-popup-recommend-chips > * [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.none-border {
  border: none;
}

.SR01_search-popup .SR01_search-popup-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;
}

.SR01_search-popup .SR01_search-popup-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;
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.font-small {
  font-size: 1rem;
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.selected {
  font-weight: 700;
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.dark-bg:active,
.SR01_search-popup .SR01_search-popup-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) {
  .SR01_search-popup .SR01_search-popup-recommend-chips > *.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.light-bg {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.light-bg:active,
.SR01_search-popup .SR01_search-popup-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) {
  .SR01_search-popup .SR01_search-popup-recommend-chips > *.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

.SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-large {
  font-size: 14px;
}

.SR01_search-popup .btnSearchPopupClose {
  position: absolute;
  top: -184px;
  right: -118px;
  width: 32px;
  height: 32px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete-white.svg') no-repeat center/100%;
}

@media screen and (max-width: 1023px) {
  .SR01_search-popup .SR01_search-popup-form {
    padding: 0 32px;
    padding-top: 144px;
  }

  .SR01_search-popup .btnSearchPopupClose {
    position: fixed;
    top: 80px;
    right: 44px;
  }

  .SR01_search-popup .SR01_search-popup-title,
  .SR01_search-popup .SR01_search-popup-form .fieldset {
    width: 496px;
  }

  .SR01_search-popup .SR01_search-popup-title {
    font-size: 4.8rem;
    line-height: 1.33;
    margin-bottom: 24px;
  }

  .SR01_search-popup input.SR01_search-popup-inputbox {
    height: 38px;
  }

  .SR01_search-popup .SR01_search-popup-inputbox-wrap {
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 44px;
  }

  .SR01_search-popup .btn-input-clear {
    top: 10px;
    right: 14px;
    width: 16px;
    height: 16px;
  }

  .SR01_search-popup .btn-newsSubmitSearch {
    left: 16px;
    top: 12px;
    width: 16px;
    height: 16px;
  }

  .SR01_search-popup .SR01_search-popup-recommend-chips {
    margin-top: 16px;
  }

  .SR01_search-popup .SR01_search-popup-recommend-chips > *.btn-large {
    font-size: 1rem;
    height: 26px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .SR01_search-popup .SR01_search-popup-form {
    padding: 0 24px;
    width: clamp(312px, 100vw, 512px);
    padding-top: 112px;
    margin-left: auto;
    margin-right: auto;
  }

  .SR01_search-popup .SR01_search-popup-title {
    font-size: 3.2rem;
    line-height: 1.34;
    margin-bottom: 16px;
  }

  .SR01_search-popup .SR01_search-popup-recommend-chips,
  .SR01_search-popup .SR01_search-popup-title,
  .SR01_search-popup .SR01_search-popup-form .fieldset {
    width: auto;
    max-width: none;
  }

  .SR01_search-popup .SR01_search-popup-recommend-chips {
    padding: 0 45px;
  }

  .SR01_search-popup input.SR01_search-popup-inputbox {
    height: 44px;
  }

  .SR01_search-popup .btn-newsSubmitSearch {
    top: 14px;
  }
  .SR01_search-popup .btn-input-clear {
    top: 13px;
  }

  .SR01_search-popup .btnSearchPopupClose {
    top: 48px;
    right: 24px;
    width: 24px;
    height: 24px;
  }
}
