/* Component Name */
.CO11_cookie {
  -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;
}

.CO11_cookie[aria-hidden='true'] {
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.CO11_cookie[aria-hidden='true'] .CO11_cookie-wrapper {
  height: 0;
  overflow: hidden;
}

.CO11_cookie[aria-hidden='true'] .CO11_cookie-form {
  display: none;
}

.CO11_cookie[aria-hidden='false'] {
  height: auto;
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

.CO11_cookie[aria-hidden='false'] .CO11_cookie-wrapper {
  height: auto;
  overflow: visible;
}

.CO11_cookie[aria-hidden='false'] .CO11_cookie-form {
  display: block;
  padding: 32px 24px;
}

.CO11_cookie .CO11_cookie-form {
  display: none;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.22);
}

.CO11_cookie .CO11_cookie-wrapper,
.CO11_cookie .CO11_cookie-policy-wrapper,
.CO11_cookie .CO11_cookie-setting-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: fixed;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: calc(1392px + 48px);
  width: 100%;
  z-index: 220;
}

.CO11_cookie .CO11_cookie-wrapper[aria-hidden='true'],
.CO11_cookie .CO11_cookie-policy-wrapper[aria-hidden='true'],
.CO11_cookie .CO11_cookie-setting-wrapper[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.CO11_cookie .CO11_cookie-wrapper[aria-hidden='false'],
.CO11_cookie .CO11_cookie-policy-wrapper[aria-hidden='false'],
.CO11_cookie .CO11_cookie-setting-wrapper[aria-hidden='false'] {
  opacity: 1;
  visibility: visible;
  z-index: 220;
}

.CO11_cookie .CO11_cookie-wrapper *,
.CO11_cookie .CO11_cookie-policy-wrapper *,
.CO11_cookie .CO11_cookie-setting-wrapper * {
  text-transform: none;
}

.CO11_cookie .CO11_cookie-setting-wrapper {
  max-width: 100%;
}

.CO11_cookie .CO11_cookie-setting-wrapper[aria-hidden='true'] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: -1;
}

.CO11_cookie .CO11_cookie-setting-wrapper[aria-hidden='false'] {
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 221;
}

.CO11_cookie .CO11_cookie-form {
  position: relative;
  width: calc(100% - 48px);
  padding: 0 0;
  margin-bottom: 24px;
  background-color: #ffffff;
  border-radius: 20px;
  display: none;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-title {
  font-family: 'Samsung One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-title {
    font-size: 1.4rem;
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap[aria-hidden='true'] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap[aria-hidden='false'] {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-text {
  margin-top: 16px;
  width: calc(100% - 192px);
  padding-right: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Samsung One', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: black;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-text {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-text {
    font-size: 1.2rem;
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-text a {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  padding: 0 0;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-text .device-break {
  display: block;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn.visible-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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;
  border: 1px solid #000;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.disabled,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button:disabled,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-medium {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-small {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.none-border {
  border: none;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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");
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:active,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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");
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg.disabled,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:disabled,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.dark-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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");
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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");
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:active,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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");
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg.disabled,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:disabled,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.light-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn 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");
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button + button {
  margin-left: 8px;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn a.btnSettingPopupOpen {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 16px;
  font-family: 'samsungOne';
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42;
  border-bottom: 2px solid #000;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-location-select-wrap[aria-hidden='true'] {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-location-select-wrap[aria-hidden='false'] {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.CO11_cookie .CO11_cookie-form.cookie-close-center .CO11_cookie-location-select-wrap {
  padding-right: 40px;
}

.CO11_cookie .CO11_cookie-form.cookie-close-center .btnSearchPopupClose {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap[aria-hidden='true'] + .CO11_cookie-location-select-wrap {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap[aria-hidden='true'] + .CO11_cookie-location-select-wrap {
    padding-right: 0;
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap[aria-hidden='true'] + .CO11_cookie-location-select-wrap + .btnCookiePopupClose {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap[aria-hidden='true'] + .CO11_cookie-location-select-wrap + .btnCookiePopupClose {
    top: 24px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap[aria-hidden='false'] + .CO11_cookie-location-select-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 24px auto;
  background: #dddddd;
}

.CO11_cookie .CO11_cookie-location-select-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.CO11_cookie .CO11_cookie-location-select-title {
  line-height: 1.43;
  font-size: 16px;
  font-weight: 700;
  color: black;
}

.CO11_cookie .CO11_cookie-location-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CO11_cookie .CO11_cookie-location-btn-wrap > div + div {
  margin-left: 8px;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select {
  position: relative;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 1;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
  position: relative;
  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;
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 338px;
  min-width: 338px;
  width: 100%;
  border: 1px solid #ddd;
  z-index: 2;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-small {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.none-border {
  border: none;
}

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

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.dark-bg:active,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

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

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.dark-bg.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.dark-bg:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.light-bg:active,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

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

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.light-bg.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.light-bg:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

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

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
    font-size: 1.4rem;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn::after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg') center center/100% no-repeat;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .input-field .label {
  display: none;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin {
  position: relative;
  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;
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 338px;
  min-width: 338px;
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  z-index: 2;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg') right 24px center/16px no-repeat;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.btn-medium {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.btn-small {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.none-border {
  border: none;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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");
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:active,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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");
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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");
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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");
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:active,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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");
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.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");
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 8px);
  width: 100%;
  padding: 0;
  height: 0;
  border-radius: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 1;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select.active {
  height: 223px;
  padding: 4px 5px 4px 0;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select ul {
  padding: 8px 5px 8px 24px;
  height: 100%;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select ul::-webkit-scrollbar-track {
  border-radius: 10px;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select ul::-webkit-scrollbar {
  width: 3px;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select ul li {
  padding: 10px 0;
  font-family: 'Samsung One', sans-serif;
  font-size: 14px;
  line-height: 1.42;
  cursor: pointer;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select ul li.active {
  font-weight: bold;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-done.svg') right 17px center no-repeat;
  background-size: 16px;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  border: 1px solid #000;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.btn-small {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.none-border {
  border: none;
}

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

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.dark-bg:active,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

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

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.dark-bg.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.dark-bg:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.light-bg:active,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

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

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.light-bg.disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.light-bg:disabled,
.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

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

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn {
    font-size: 1.4rem;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn::after {
  content: '';
  margin-left: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-forward.svg') center center/100% no-repeat;
}

.CO11_cookie .CO11_cookie-policy-wrapper,
.CO11_cookie .CO11_cookie-setting-wrapper {
  left: 0;
  top: 0;
  bottom: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 500;
}

.CO11_cookie .CO11_cookie-policy,
.CO11_cookie .CO11_cookie-setting {
  position: fixed;
  top: calc(50% + 60px);
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 24px 32px 0;
  padding-right: 5px;
  max-width: 684px;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 190px);
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.CO11_cookie .CO11_cookie-policy-title,
.CO11_cookie .CO11_cookie-setting-title {
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 2.4rem;
  line-height: 1.41;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding-right: 32px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy-title,
  .CO11_cookie .CO11_cookie-setting-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy-title,
  .CO11_cookie .CO11_cookie-setting-title {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

.CO11_cookie .CO11_cookie-policy-content,
.CO11_cookie .CO11_cookie-setting-content {
  padding-right: calc(32px - 5px);
  padding-bottom: 24px;
  margin-top: 24px;
  height: calc(100% - 57px);
  overflow-y: auto;
  font-family: 'Samsung One', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy-content,
  .CO11_cookie .CO11_cookie-setting-content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy-content,
  .CO11_cookie .CO11_cookie-setting-content {
    font-size: 1.2rem;
  }
}

.CO11_cookie .CO11_cookie-policy-content p + p,
.CO11_cookie .CO11_cookie-setting-content p + p {
  margin-top: 24px;
}

.CO11_cookie .CO11_cookie-policy-content h3 + p,
.CO11_cookie .CO11_cookie-setting-content h3 + p {
  margin-top: 8px;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle {
  margin-top: 24px;
  font-family: 'Samsung One', sans-serif;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 700;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle-wrap,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle-wrap,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle-wrap + p,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap + p,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle-wrap + p,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap + p {
  margin-top: 5px;
  font-family: 'Samsung One', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle-wrap .switch,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap .switch,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle-wrap .switch,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap .switch {
  padding: 0;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle-wrap .switch input,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap .switch input,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle-wrap .switch input,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap .switch input {
  top: 0;
  left: 0;
  width: 34px;
  height: 21px;
  border: 0;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle-wrap .switch input + .switch-control,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap .switch input + .switch-control,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle-wrap .switch input + .switch-control,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap .switch input + .switch-control {
  width: 34px;
  height: 21px;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle-wrap .switch input + .switch-control::after,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap .switch input + .switch-control::after,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle-wrap .switch input + .switch-control::after,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap .switch input + .switch-control::after {
  left: 0;
  width: 17px;
  height: 17px;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-policy-subtitle-wrap .switch input:checked + .switch-control::after,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap .switch input:checked + .switch-control::after,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-policy-subtitle-wrap .switch input:checked + .switch-control::after,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap .switch input:checked + .switch-control::after {
  left: 13px;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle {
  margin-top: 0;
}

.CO11_cookie .CO11_cookie-policy-content .button-toggle,
.CO11_cookie .CO11_cookie-setting-content .button-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0 8px;
  width: 72px;
  line-height: 1.33;
  font-family: 'Samsung One', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.CO11_cookie .CO11_cookie-policy-content .button-toggle::after,
.CO11_cookie .CO11_cookie-setting-content .button-toggle::after {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 4px;
  margin-bottom: 2px;
  width: 12px;
  height: 12px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down.svg') center center/100% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.CO11_cookie .CO11_cookie-policy-content .button-toggle.active::after,
.CO11_cookie .CO11_cookie-setting-content .button-toggle.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table {
  display: none;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 20px;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table {
  width: 100%;
  border-collapse: collapse;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table th,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table td,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table th,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table td {
  text-align: left;
  font-family: 'Samsung One', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #555555;
  line-height: 1.33;
  color: #000000;
  vertical-align: top;
  padding: 8.5px 0;
  word-break: keep-all;
  text-transform: none;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table th,
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table td,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table th,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table td {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table th,
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table td,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table th,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table td {
    font-size: 1.2rem;
  }
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table thead tr th,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table thead tr th {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 12px;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1),
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1),
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1),
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1) {
  width: 180px;
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td {
  width: calc(100% - 180px);
}

.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) th,
.CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) td,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) th,
.CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) td {
  padding-top: 20px;
}

@supports (overflow-y: overlay) {
  .CO11_cookie .CO11_cookie-policy-content,
  .CO11_cookie .CO11_cookie-setting-content {
    overflow-y: overlay;
  }
}

.CO11_cookie .CO11_cookie-policy-content::-webkit-scrollbar-track,
.CO11_cookie .CO11_cookie-setting-content::-webkit-scrollbar-track {
  border-radius: 10px;
}

.CO11_cookie .CO11_cookie-policy-content::-webkit-scrollbar,
.CO11_cookie .CO11_cookie-setting-content::-webkit-scrollbar {
  width: 3px;
}

.CO11_cookie .CO11_cookie-policy-content::-webkit-scrollbar-thumb,
.CO11_cookie .CO11_cookie-setting-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #8f8f8f;
}

.CO11_cookie .CO11_cookie-policy-btn-wrap,
.CO11_cookie .CO11_cookie-setting-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  width: calc(50% - 12px);
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.disabled,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn:disabled,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn [aria-disabled='true'],
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.disabled,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn:disabled,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.btn-large,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.btn-medium,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.btn-medium,
  .CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.btn-medium,
  .CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.btn-small,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.btn-small,
  .CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.btn-small,
  .CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.btn-small {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.none-border,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.none-border {
  border: none;
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.icon-left:before,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.icon-right:after,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.dark-bg,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

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

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.dark-bg:active,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.dark-bg:focus-visible,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.dark-bg:active,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

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

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

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.dark-bg.disabled,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.dark-bg:disabled,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.dark-bg [aria-disabled='true'],
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.dark-bg.disabled,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.dark-bg:disabled,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

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

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.light-bg,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

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

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.light-bg:active,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.light-bg:focus-visible,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.light-bg:active,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

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

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

.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.light-bg.disabled,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.light-bg:disabled,
.CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn.light-bg [aria-disabled='true'],
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.light-bg.disabled,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.light-bg:disabled,
.CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

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

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn,
  .CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy-btn-wrap button.basic-btn,
  .CO11_cookie .CO11_cookie-setting-btn-wrap button.basic-btn {
    font-size: 1.4rem;
  }
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap {
  margin-top: 40px;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1),
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1) {
  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;
  background-color: transparent;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).disabled,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1):disabled,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1) [aria-disabled='true'],
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).disabled,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1):disabled,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1) [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-large,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-medium,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-medium,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-medium,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-medium {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-small,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-small,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-small,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).btn-small {
    padding: 0 12px;
  }
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).none-border,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).none-border {
  border: none;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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");
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:active,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:focus-visible,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:active,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:focus-visible {
  color: #dddddd;
  border-color: #dddddd;
  background-color: rgba(255, 255, 255, 0.1);
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:focus-visible.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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");
}

@media (hover: hover) {
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:hover,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:hover {
    color: #dddddd;
    border-color: #dddddd;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:hover.icon-right:after,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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");
  }
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.disabled,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:disabled,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg [aria-disabled='true'],
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.disabled,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:disabled,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg [aria-disabled='true'] {
  color: #555555;
  border-color: #555555;
  background-color: transparent;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg [aria-disabled='true'].icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).dark-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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");
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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");
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:active,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:focus-visible,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:active,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:focus-visible {
  color: #555555;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #555555;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:focus-visible.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:active.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:active.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:focus-visible.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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='%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");
}

@media (hover: hover) {
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:hover,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:hover {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
  }
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:hover.icon-right:after,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:hover.icon-left:before,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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");
  }
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.disabled,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:disabled,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg [aria-disabled='true'],
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.disabled,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:disabled,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg [aria-disabled='true'] {
  color: #dddddd;
  background-color: transparent;
  border-color: #dddddd;
}

.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg [aria-disabled='true'].icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.disabled.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg.disabled.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:disabled.icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg:disabled.icon-right:after,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).light-bg [aria-disabled='true'].icon-left:before,
.CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button:nth-of-type(1).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");
}

.CO11_cookie .CO11_cookie-setting {
  padding-bottom: 32px;
}

.CO11_cookie .btnCookiePopupClose,
.CO11_cookie .btnPolicyPopupClose,
.CO11_cookie .btnSettingPopupClose {
  position: absolute;
  top: 24px;
  right: 32px;
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete.svg') no-repeat center/100%;
}

.CO11_cookie .btnPolicyPopupClose,
.CO11_cookie .btnSettingPopupClose {
  top: 29px;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-form {
    width: calc(100% - 40px);
    margin-bottom: 20px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-text .device-break {
    display: none;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select:after {
    left: auto;
    right: 0;
    min-width: 212px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
    min-width: revert;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select {
    left: auto;
    width: 212px;
  }
}

@media screen and (max-width: 767px) {
  .CO11_cookie {
    height: 100%;
  }
  .CO11_cookie .CO11_cookie-form {
    width: calc(100% - 48px);
    padding: 24px;
    margin-bottom: 24px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-text {
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 24px;
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn a.btnSettingPopupOpen {
    margin: 0 50% 24px 0;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn.eu-case.visible-flex button.btn-medium {
    width: calc(50% - 6px);
    font-size: 12px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button.btn-medium {
    width: 100%;
    font-size: 12px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-info-wrap .CO11_cookie-info-btn button + button {
    margin-left: 8px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-select-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-select-title {
    font-size: 14px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16px;
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap .CO11_cookie-location-select {
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
    display: none;
    max-width: 100%;
    font-size: 14px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select {
    display: none;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    min-width: auto;
    font-size: 14px;
    height: 40px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue {
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn {
    position: relative;
    padding-right: 44px;
    width: 100%;
    font-size: 14px;
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn::after {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .CO11_cookie .CO11_cookie-form .CO11_cookie-location-btn-wrap div + div {
    margin-left: 0;
    margin-top: 8px;
  }
  .CO11_cookie .CO11_cookie-form.cookie-close-center .CO11_cookie-location-select-wrap {
    padding-right: 0;
  }
  .CO11_cookie .CO11_cookie-form.cookie-close-center .btnCookiePopupClose {
    top: 24px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .CO11_cookie .CO11_cookie-form .btnCookiePopupClose {
    right: 24px;
  }
  .CO11_cookie .CO11_cookie-policy,
  .CO11_cookie .CO11_cookie-setting {
    top: 204px;
    bottom: 40px;
    padding: 24px 5px 0 24px;
    width: calc(100% - 48px);
    min-height: unset;
    max-height: calc(100% - 244px);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .CO11_cookie .CO11_cookie-policy-title,
  .CO11_cookie .CO11_cookie-setting-title {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .CO11_cookie .CO11_cookie-policy-content,
  .CO11_cookie .CO11_cookie-setting-content {
    padding-right: calc(24px - 5px);
    height: calc(100% - 24px - 32px);
    overflow-y: auto;
  }
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle {
    width: calc(100% - 60px);
  }
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-subtitle-wrap,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-subtitle-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table {
    padding: 20px 16px;
  }
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1),
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1),
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1),
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1) {
    width: 80px;
  }
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table thead tr th:nth-of-type(1) ~ th,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr th:nth-of-type(1) ~ td {
    width: calc(100% - 80px);
  }
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) th,
  .CO11_cookie .CO11_cookie-policy-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) td,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) th,
  .CO11_cookie .CO11_cookie-setting-content .CO11_cookie-setting-table table tbody tr:nth-of-type(1) td {
    padding-top: 16px;
  }
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap {
    margin-top: 32px;
  }
  .CO11_cookie .CO11_cookie-policy .CO11_cookie-setting-btn-wrap button.basic-btn,
  .CO11_cookie .CO11_cookie-setting .CO11_cookie-setting-btn-wrap button.basic-btn {
    width: calc(50% - 6px);
  }
  .CO11_cookie .btnPolicyPopupClose,
  .CO11_cookie .btnSettingPopupClose {
    top: 27px;
    width: 20px;
    height: 20px;
  }
}
