/* Component Name */
.gnb_wrapper {
  position: static;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 260;
}

/* 20230504 https://semicon.atlassian.net/browse/WSC-2586 모바일 gnb 활성화 이슈 수정 */
@media screen and (max-width: 767px) {
  .gnb_wrapper {
    position:relative;
  }
}

body.gnbShowUp .gnb_wrapper {
  top: 0;
  position: sticky !important;
}
/* //20230504 https://semicon.atlassian.net/browse/WSC-2586 모바일 gnb 활성화 이슈 수정 */

/* body.gnbShowUp .lnb_wrapper > * {
  top: 60px;
} */
body.gnbShowUp .lnb_wrapper .CO07_lnb_static {
  top: 60px;
  left:0;
  right:0;
  position: fixed !important;
}

body.gnbHideDown .gnb_wrapper {
  top: 0%;
}

body.gnbHideDown .lnb_wrapper > * {
  top: 0;
}

@media screen and (min-width: 1024px) {
  body.gnbPosition .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center {
    top: auto;
  }
}

.lnb_wrapper > *:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: -1;
  background-color: #000;
}

.CO04_gnb {
  width: 100;
  color: #ffffff;
  position: relative;
  z-index: 200;
}

.CO04_gnb .noPadding {
  padding-top: 0 !important;
}

.CO04_gnb.active {
  background-color: #000000;
  -webkit-transition: background 0.35s;
  -o-transition: background 0.35s;
  transition: background 0.35s;
}

.CO04_gnb.hovered.active:before {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.CO04_gnb.sub {
  background: #000000;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.CO04_gnb.sub .CO04_gnb-wrap .CO04_gnb-category-center:before {
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .CO04_gnb.sub:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #333;
    content: '';
    left: 50%;
    display: block !important;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-width: 100vw;
    z-index: 10;
  }
}

.CO04_gnb.hovered:before {
  background-color: transparent;
}

.CO04_gnb .CO04_gnb-logo {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .CO04_gnb .CO04_gnb-logo {
    position: relative;
    z-index: 20;
  }
}

.CO04_gnb .CO04_gnb-wrap {
  max-width: 1440px;
  height: 60px;
  min-height: 60px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 24px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-logo-title {
  font-size: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 104px;
  height: 100%;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
}

@media screen and (min-width: 768px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility {
    position: relative;
    z-index: 310;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__search-btn {
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__search-btn {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__search-btn {
    width: 20px;
    height: 20px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select .lang-icon {
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select .lang-icon {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select .lang-icon {
    width: 20px;
    height: 20px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select em {
  margin-left: 6px;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select em {
    -webkit-transform: translate(0px, 1px);
    -ms-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
  }
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select em {
    font-size: 10px;
    white-space: nowrap;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select.active + .CO04_gnb-utility-wrapper {
  display: block;
  visibility: visible;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper {
  display: none;
  visibility: hidden;
  position: absolute;
  right: -12px;
  top: 32px;
  width: 212px;
  padding: 20px 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  background-color: #1a1a1c;
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option + .CO04_gnb-utility__microsite-option {
  margin-top:16px;
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option ul {
  display:none;
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option ul li {
  padding-top: 16px;
  padding-left: 8px;
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option ul li a {
  font-size:1.2rem;
  line-height:1.33;
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option .CO04_gnb-utility-microsite-option {
  position:relative;
  display: block;
  color: #8f8f8f;
  font-size:1.4rem;
  line-height: 1.43;
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option .CO04_gnb-utility-microsite-option::before {
  clear:both;
  display:block;
  content:'';
  position:absolute;
  top:50%;
  right:0;
  transform: translateY(-50%) rotate(180deg);
  width:16px;
  height:16px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-close-up-gray.svg") 100% 100%;
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option .CO04_gnb-utility-microsite-option.active::before {
  transform: translateY(-50%) rotate(0deg);
}
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option .CO04_gnb-utility-microsite-option.active + ul {
  /* display:block; */
}
@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper {
    width:184px;
    padding:16px 20px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option .CO04_gnb-utility-microsite-option {
    font-size:1.2rem;
    line-height:1.33;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option + .CO04_gnb-utility__microsite-option {
    margin-top:16px;
  }
}

@media screen and (max-width: 767px) {
}
/* 20230623 [WSC-3113] GNB - PC/TAB Location 팝업 패딩 미적용 이슈 */
@media screen and (min-width: 768px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option {
    left:auto;
    right:0;
    transform: none !important;
  }
}
/* //20230623 [WSC-3113] GNB - PC/TAB Location 팝업 패딩 미적용 이슈 */

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .selected {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang {
  margin-bottom: 0;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a {
  display: block;
  padding: 0;
  /* min-height: 36px; */
  font-size: 1.4rem;
  line-height: 1.43;
  margin-bottom:16px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a {
    font-size: 1.2rem;
    /* min-height: 32px; */
    line-height: 1.33;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a {
    /* font-size: 1.4rem;
    min-height: 36px;
    line-height: 1.43; */
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a:active,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a:focus-visible,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option ul li a:active,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option ul li a:focus-visible {
  text-decoration: underline;
  text-underline-position: under;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option ul li.active a {
  text-decoration: underline;
  text-underline-position: under;
  font-weight: bold;
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a:hover {
    text-decoration: underline;
    text-underline-position: under;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-wrapper .CO04_gnb-utility__microsite-option ul li a:hover {
    text-decoration: underline;
    text-underline-position: under;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a span {
  font-weight: inherit;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang:last-child {
  margin-bottom: 0;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__lang-select {
  margin-left: 24px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__lang-select {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__lang-select {
    margin-left: 24px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__lang-select .CO04_gnb-lang-select {
  width: 20px;
  height: 20px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-search-wh.svg') no-repeat center/100%;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__lang-select .CO04_gnb-lang-option {
  display: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__lang-select.active .CO04_gnb-lang-option {
  display: block;
  visibility: visible;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__menu-btn {
  display: none;
  margin-left: 28px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__menu-btn {
    margin-left: 24px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
  margin: 0 8px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    margin: 0 3.125vw;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category-close {
  visibility: hidden;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category.active .CO04_gnb-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0;
  margin-bottom: 8px;
  line-height: 20px;
  border: none;
  position: relative;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 60px !important;
  margin: 0 12px !important;
  position: relative;
  font-style: normal;
  z-index: 20;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title:disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-medium {
    padding: 0 12px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-small {
    padding: 0 12px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.none-border {
  border: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.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;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.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;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge {
  margin-bottom: 16px;
  height: 24px;
  line-height: 24px;
  font-size: 1.8rem;
  font-weight: normal;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg {
  color: #ffffff;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg:after {
  bottom: -16px !important;
  height: 3px !important;
  background-color: #ffffff;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg:focus-visible,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg.active {
  color: #ffffff;
  font-weight: 700;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg:focus-visible:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg.active:after {
  bottom: -16px !important;
  height: 3px !important;
  background-color: #ffffff;
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg:hover {
    color: #ffffff;
    font-weight: 700;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg:hover:after {
    bottom: -16px !important;
    height: 3px !important;
    background-color: #ffffff;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.light-bg:after {
  bottom: -16px;
  height: 3px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge {
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-large {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  padding: 0;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-medium {
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  padding: 0;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg {
  color: #ffffff;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:active,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:focus-visible {
  color: #dddddd;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:active:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:focus-visible:after {
  width: 100%;
  background-color: #dddddd;
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:hover {
    color: #dddddd;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:hover:after {
    width: 100%;
    background-color: #dddddd;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg.disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg.disabled:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:disabled:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg [aria-disabled='true']:after {
  background-color: #555555;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg {
  color: #000000;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:after {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 0;
  left: 50%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background-color: #000000;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:active,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:focus-visible {
  color: #555555;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:active:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:focus-visible:after {
  width: 100%;
  background-color: #555555;
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:hover {
    color: #555555;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:hover:after {
    width: 100%;
    background-color: #555555;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg.disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg [aria-disabled='true'] {
  color: #555555;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg.disabled:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:disabled:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg [aria-disabled='true']:after {
  background-color: #555555;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title {
    height: 100% !important;
    padding-bottom: 0 !important;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.active {
  color: #fff !important;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.active:after {
  background-color: #fff !important;
  width: 100%;
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title:hover {
    color: #fff !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title:hover:after {
    background-color: #fff !important;
    width: 100%;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title:after {
  bottom: 0 !important;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-wrap {
  display: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 auto;
  padding-left: 12px;
  position: fixed;
  left: 0;
  width: 100%;
  padding-left: 0;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center {
    top: auto;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center:before {
    display: none;
    content: '';
    width: 10000px;
    position: absolute;
    height: calc(100% + 60px);
    left: -20%;
    top: -60px;
    z-index: -1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-image: -o-linear-gradient(318deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.2) 59%);
    background-image: linear-gradient(132deg, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.2) 59%);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='20');
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-20%, 0);
    -ms-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature {
  left: 0;
  padding: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature {
    padding: 0 27px;
    margin: 0;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature .CO04_gnb-category-list {
  max-width: 1214px;
  padding-left: 24px;
  padding-right: 24px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature .CO04_gnb-category-list:after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature .CO04_gnb-category-list .CO04_gnb-category-item {
  position: relative;
  flex-basis: calc(20% - 36px);
  -ms-flex-preferred-size: calc(20% - 36px);
}

@media screen and (max-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature .CO04_gnb-category-list .CO04_gnb-category-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 36px);
    flex: 0 0 calc(25% - 36px);
    -ms-flex-preferred-size: calc(25% - 36px);
    max-width: none;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.centered .CO04_gnb-category-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.centered:after {
  display: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature.centered:after {
  display: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature.centered .CO04_gnb-category-list {
  max-width: 1214px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature.centered .CO04_gnb-category-list:after {
  display: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature.centered .CO04_gnb-category-item {
  flex-basis: calc(20% - 70px);
  -ms-flex-preferred-size: calc(20% - 70px);
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.notFeature.centered .CO04_gnb-category-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 202px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  padding: 50px 7.95vw 40px 90px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-flex-preferred-size: 160px;
}

@media screen and (min-width: 1440px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature {
    padding-right: 112px;
  }
}

@media screen and (max-width: 1366px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature {
    padding-right: 72px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature {
    padding-right: 58px;
    padding-left: 40px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature.left {
  text-align: left;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature.center {
  text-align: center;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature.right {
  text-align: right;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  position: relative;
  max-width: 1078px;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-list {
    padding-top: 50px;
    padding-bottom: 12px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item {
  position: relative;
  padding: 0 0 32px 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 202px;
  flex: 0 0 202px;
  -ms-flex-preferred-size: 202px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item.fake1DepthMenu {
  display: none;
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item.fake1DepthMenu {
    display: block;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature + .CO04_gnb-category-list {
  padding-right: 0;
}

@media screen and (max-width: 1366px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature + .CO04_gnb-category-list {
    padding-right: 0;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature + .CO04_gnb-category-list .CO04_gnb-category-item {
    max-width: none;
  }
}

@media screen and (max-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature + .CO04_gnb-category-list {
    padding-right: 0;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title {
  font-family: 'Samsung One', sans-serif;
  font-size: 1.8rem;
  line-height: 1.41;
  font-weight: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.38;
  font-family: 'Samsung Sharp Sans', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  text-align: left;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title {
    font-size: 1.4rem;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title .CO04_gnb-category__feature-title__icon {
  position: absolute;
  top: -4px;
  left: 0;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title .CO04_gnb-category__feature-title__icon {
    top: -2px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title[role='button'] {
  cursor: default;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title[role='button'] > span,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title[role='button'] > dfn {
  font-weight: inherit;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title[role='button'] > span:after {
  display: none !important;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title[role='button']:after {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__title[role='button']:after {
    display: block !important;
  }
}

.CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span {
  font-weight: inherit;
  max-width: 95%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span br {
    display: none;
  }
}

.CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span:after {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  content: '';
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-next-white.svg');
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span:after {
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span:after {
    display: none;
  }
}

.CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title[target='_blank'] > span:after {
  display: inline-block !important;
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-outlink-white.svg') !important;
  margin-left: 4px !important;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title[target='_blank'] > span:after {
    margin-left: 5px !important;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title[target='_blank'] > span:after {
    margin-left: 8px !important;
    background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-extra-bold-action-outlink.svg') !important;
    background-size: 14px 14px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column {
  padding-top: 8px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column {
    padding-top: 0;
    margin-top: 13px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list {
  margin-bottom: 8px;
  max-width: calc(100% - 20px);
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list:last-child {
    margin-bottom: 20px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list:last-child {
  margin-bottom: 0;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.overview {
  display: none;
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.overview {
    display: block;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu {
  margin-left: -36px;
  margin-top: 32px;
  position: relative;
  padding-left: 36px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu {
    margin-left: -40px;
    max-width:unset; /* 20230712 gnb depth 화살표 이미지 배치 오류 수정 */
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu .CO04_gnb-category-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  font-family: 'Samsung Sharp Sans', sans-serif;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu .CO04_gnb-category-item__title .CO04_gnb-category__feature-title__icon {
  margin-right: 7px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu .CO04_gnb-category-item__title .CO04_gnb-category__feature-title__icon {
    margin-right: 12px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu .CO04_gnb-category-item__title span {
  font-weight: inherit;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu .CO04_gnb-category-item__title span:after {
  display: inline-block;
  margin-top: 5px;
  margin-left: 5px;
  content: '';
  width: 12px;
  height: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-next-white.svg');
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu .CO04_gnb-category-item__title span:after {
    margin-left: 3px;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu {
    display: none;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title {
  font-size: 1.4rem;
  font-family: 'Samsung Sharp Sans', sans-serif;
  margin-bottom: 6px;
  text-align: left;
  text-transform: none;
  font-family: 'Samsung One', sans-serif;
  line-height: 1.43;
  display: block;
  margin-bottom: 0;
  color: #757575;
  -webkit-transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title {
    max-width: 90%;
    display: block;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:active,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:focus-visible {
  color: #ddd;
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:active,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:focus-visible {
    color: #fff;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:active[target='_blank']:after,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:focus-visible[target='_blank']:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23fff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 1;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title[target='_blank']:after {
  content: '';
  width: 10px;
  display: inline-block;
  height: 10px;
  background-size: 10px;
  margin: 0 0 0 5px;
  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='%23fff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title[target='_blank']:after {
    opacity: 0.5;
  }
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:hover {
    color: #ddd;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:hover[target='_blank']:after {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  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='%23ddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  opacity: 1;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-title {
  display: none;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-title {
    display: block;
    font-family: 'Samsung One', sans-serif;
    font-size: 2.2rem;
    line-height: 1.41;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.38;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-title {
    font-size: 1.8rem;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-image {
  margin-bottom: 12px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-image .CO04_gnb-category__feature__image {
  border-radius: 10px;
  overflow: hidden;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-image .CO04_gnb-category__feature__image__picture a {
  display: inline-block;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-summary {
  font-family: 'Samsung One', sans-serif;
  font-size: 1.2rem;
  line-height: 1.33;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.43;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-summary {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-summary {
    font-size: 1rem;
  }
}

@media all and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-summary {
    padding-left: 8px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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;
  border: none;
  line-height: 20px;
  height: 20px !important;
  line-height: 20px !important;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn:disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

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

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

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

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-small {
    padding: 0 12px;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.none-border {
  border: none;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-medium,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-large {
  border: none !important;
  padding: 0;
  line-height: 20px;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-medium,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.btn-large {
    font-size: 1.2rem;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg {
  color: #ffffff;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.icon-left:before,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:active,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:focus-visible {
  color: #dddddd;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:active.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:active.icon-right:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:focus-visible.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:active.hover-none:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:focus-visible.hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:hover {
    color: #dddddd;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:hover.icon-left:before,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg [aria-disabled='true'] {
  color: #555555;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.disabled.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.disabled.icon-right:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:disabled.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:disabled.icon-right:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg [aria-disabled='true'].icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.disabled.hover-none:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:disabled.hover-none:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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='%23000000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.icon-left:before,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.icon-right:after {
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:hover {
    color: #555555;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:hover.icon-left:before,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:hover.hover-none:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:disabled,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg [aria-disabled='true'] {
  color: #dddddd;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.disabled.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.disabled.icon-right:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:disabled.icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:disabled.icon-right:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg [aria-disabled='true'].icon-left:before,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-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='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg.disabled.hover-none:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:disabled.hover-none:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg [aria-disabled='true'].hover-none:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media all and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn {
    padding-left: 8px !important;
  }
}

.CO04_gnb .CO04_gnb-menu-popup {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  justify-items: center;
  height: 100vh;
  overflow-y: hidden;
}

.CO04_gnb .CO04_gnb-menu-popup[aria-hidden='true'] {
  display: none;
}

.CO04_gnb .CO04_gnb-menu-popup[aria-hidden='false'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CO04_gnb .CO04_gnb-menu-wrap {
  max-width: 1440px;
  margin: 60px auto 0;
  width: 100%;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont {
  position: relative;
  padding: 40px 40px 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -ms-flex-preferred-size: calc(50% - 80px);
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont:nth-of-type(odd):before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #333333;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont:nth-of-type(odd):after {
  margin-left: -24px;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont.all-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont.all-column .CO04_gnb-menu-list-item {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  min-width: 213px;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont.two-column .CO04_gnb-menu-list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 100%;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-wrap {
  height: 100%;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title {
  position: relative;
  display: inline-block;
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 34px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title {
    font-size: 2.4rem;
  }
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title.link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title.link:after {
    display: none;
  }
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-list-item {
  padding: 0 20px 30px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  -ms-flex-preferred-size: calc(33.3% - 20px);
  max-width: 220px;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column {
  padding-top: 30px;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column:first-child {
  padding-top: 0;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__title {
  font-family: 'Samsung Sharp Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__title {
    font-size: 1.8rem;
  }
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__list {
  padding-top: 14px;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__item {
  margin-top: 10px;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__item:first-child {
  margin-top: 0;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__item-title {
  font-size: 1.4rem;
  font-family: 'Samsung One', sans-serif;
  font-weight: 700;
  font-weight: 400;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__item-title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__item-title {
    font-size: 1.4rem;
  }
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-close-wrap {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 60px;
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #000;
}

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-close {
  width: 20px;
  height: 20px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete-white.svg') center/100%;
  font-size: 0;
  margin-right: 32px;
}

.CO04_gnb .CO04_gnb-btnMenuPopupClose {
  display: none;
}

.CO04_gnb .onlyMobile[aria-hidden='false'],
.CO04_gnb .onlyPcTablet[aria-hidden='false'] {
  display: block !important;
}

.CO04_gnb .onlyMobile[aria-hidden='true'],
.CO04_gnb .onlyPcTablet[aria-hidden='true'] {
  display: none !important;
}

.CO04_gnb .CO04_gnb-event-text-banner {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  html[lang='ko'] .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title > span,
  html[lang='ko-KR'] .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title > span {
    max-width: 90%;
  }
  html[lang='ja'],
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list {
    max-width: none;
  }
}

html[lang^='ja'] .CO04_gnb *,
html[lang='ja-JP'] .CO04_gnb * {
  word-break: break-word !important;
  font-family: 'Samsung One', 'Samsung Sharp Sans', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', 'YuGothic', 'Yu Gothic', sans-serif;
  font-weight: 500;
}

/* 20220816 [DSO-464] 쿠키 컴포넌트 디자인 수정 */
.CO11_cookie {
  position: relative;
  z-index: 300;
  background: #333;
}

.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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 24px;
  background-color: #333;
  position: relative;
  top: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.CO11_cookie .CO11_cookie-location-select-wrap[aria-hidden='true'] {
  opacity: 0;
  height: 0;
  padding: 0 0;
  visibility: hidden;
  z-index: -1;
  display: none;
}

.CO11_cookie .CO11_cookie-location-select-wrap[aria-hidden='false'] {
  opacity: 1;
  height: auto;
  visibility: visible;
  z-index: 220;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.CO11_cookie .CO11_cookie-location-select-wrap .checkbox {
  margin-left: 62px;
}

.CO11_cookie .CO11_cookie-location-select-wrap .checkbox:hover .loc-check + label::after {
  background: url('../../../../../../../../etc.clientlibs/semiconductor/designs/global/common/resources/img/icon/icon-checkbox-trans.svg') center no-repeat !important;
}

.CO11_cookie .CO11_cookie-location-select-wrap .checkbox .loc-check + label {
  padding-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  line-height: 1;
  font-family: 'Samsung One';
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.CO11_cookie .CO11_cookie-location-select-wrap .checkbox .loc-check + label::after {
  background: url('../../../../../../../../etc.clientlibs/semiconductor/designs/global/common/resources/img/icon/icon-checkbox-trans.svg') center no-repeat !important;
}

.CO11_cookie .CO11_cookie-location-select-wrap .checkbox .loc-check:checked + label::after {
  background: url('../../../../../../../../etc.clientlibs/semiconductor/designs/global/common/resources/img/icon/icon-checkbox-trans.svg') center no-repeat !important;
}

.CO11_cookie .CO11_cookie-location-select-title {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.33;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

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

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap {
    margin-left: 0;
  }
}

.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: 207px;
  min-width: 207px;
  width: 100%;
  border: 1px solid #555;
  z-index: 2;
  color: #fff;
  font-size: 1.4rem !important;
}

.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-small-wh.svg') center center/100% no-repeat;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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 #757575;
  text-align: left;
  z-index: 2;
  padding: 0 16px;
  color: #fff;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-open-down-small-wh.svg') right 16px center/16px no-repeat;
  outline: none;
}

.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 .select-origin option {
  color: #000;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.active {
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-navigation-close-up-wh.svg') right 16px center/16px no-repeat;
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select {
  position: absolute;
  left: 0;
  right: 0;
  top: 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: 256px;
}

.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;
  font-size: 1.4rem !important;
}

.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-close {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0;
  width: 16px;
}

@media screen and (max-width: 1023px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-close {
    margin-left: 16px;
  }
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-close button.btnlocationSelectClose {
  width: 16px;
  height: 16px;
  background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete-white.svg') center center/100% no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-close button.btnlocationSelectClose {
    top: calc(50% + 8px);
  }
}

@media screen and (min-width: 450px) and (max-width: 767px) {
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-close button.btnlocationSelectClose {
    top: 0;
  }
}

@media screen and (max-width: 1023px) {
  html[lang^='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title {
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-logo {
    padding-top: 0 !important;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-logo-title {
    width: 78px;
    height: 12px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 60px;
    width: auto;
    padding: 0 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    background-color: #000;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column {
    margin-right: 20px;
  }
  @supports (margin-right: clamp(20px, 2vw, 40px)) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column {
      margin-right: clamp(20px, 2vw, 40px);
    }
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column:last-of-type {
    margin-right: 0;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category {
    margin-right: 20px;
  }
  @supports (margin-right: clamp(20px, 2vw, 40px)) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category {
      margin-right: clamp(20px, 2vw, 40px);
    }
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category:last-child {
    margin-right: 0;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category .CO04_gnb-category-title {
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-size: 1.2rem;
    line-height:16px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center {
    background-color: #0e0f10;
    padding: 68px 32px 12px;
    border-top: 1px solid #333333;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: -1px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center:after {
    display: block !important;
    content: '';
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
  }
}

@media screen and (max-width: 1023px) and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center:after {
    top: 100%;
    position: absolute;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center:after {
    content: none;
  }
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 0 32px 0;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-left: 158px;
    min-height: 72px;
    margin-bottom: 32px;
    margin-top: -44px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature .CO04_gnb-category__feature-image {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature .CO04_gnb-category__feature-image img {
    width: 126px;
    height: 72px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature .CO04_gnb-category__feature-title {
    margin: 0 0 7px 0;
    font-size: 15px;
    line-height: 1.6;
    display: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature .CO04_gnb-category__feature-summary {
    margin: 0 0 9px 0;
    font-size: 1.2rem;
    line-height: 1.33;
  }
}

@media screen and (max-width: 1023px) and (hover: hover) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature .CO04_gnb-learnmore-btn:hover {
    background: none;
  }
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature .CO04_gnb-learnmore-btn:active,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature .CO04_gnb-learnmore-btn:focus-visible {
    background: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow-y: auto;
    max-height: calc(100vh - 271px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-overflow-style: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list::-webkit-scrollbar {
    display: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item {
    flex-basis: calc(33% - 52px);
    -ms-flex-preferred-size: calc(33% - 52px);
    padding-left: 40px;
    padding-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__title {
    font-size: 1.5rem;
    line-height: 1.27;
    display: block;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__title:after {
    margin-top: 2px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__column-title {
    font-size: 1.4rem;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category-close {
    position: absolute;
    top: 27px;
    right: 27px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 32px;
    height: 32px;
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-cancel-white.svg') no-repeat center/100%;
    opacity: 0.5;
    visibility: visible;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-menu-popup {
    width: 75.26042%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-menu-popup[aria-hidden='true'] {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-menu-popup[aria-hidden='true'] .CO04_gnb-menu-close-wrap {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-menu-popup[aria-hidden='false'] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-menu-popup[aria-hidden='false'] .CO04_gnb-menu-close-wrap {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .CO11_cookie .CO11_cookie-location-select-title {
    font-size: 1rem;
  }
  .CO11_cookie .CO11_cookie-location-select-wrap {
    padding: 10px 32px;
  }
  .CO11_cookie .CO11_cookie-location-select-wrap .checkbox-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .CO11_cookie .CO11_cookie-location-select-wrap .checkbox-wrap .checkbox {
    margin-top: 10px;
    margin-left: 0;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap {
    margin-left: 0;
    margin-right: 32px;
  }
  .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 .custom-select {
    left: auto;
    width: 212px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
    font-size: 1.2rem !important;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn {
    font-size: 1.2rem !important;
  }
}

body.gnbShowUp .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center {
  top: 56px !important;
}

@media screen and (max-width: 1023px) {
  body.gnbShowUp .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center {
    top: 60px !important;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center {
  top: auto;
}

@media screen and (min-width: 768px) {
  html[lang='en'] .CO04_gnb-category-item__title[data-an-la='support|consumer storage support'] {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb {
    height: auto;
  }
  .CO04_gnb .CO04_gnb-category-item__title[data-an-la='overview']:after {
    display: none;
  }
  .CO04_gnb .CO04_gnb-wrap {
    height: 60px;
  }
  .CO04_gnb .CO04_gnb-utility__menu-btn {
    display: block !important;
  }
  .CO04_gnb .CO04_gnb-menu-popup {
    width: 100%;
  }
  .CO04_gnb .CO04_gnb-menu-popup .CO04_gnb-menu-close-wrap {
    right: 24px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .CO04_gnb .CO04_gnb-menu-popup[aria-hidden='false'] .CO04_gnb-menu-close-wrap {
    width: 100%;
  }
  .CO04_gnb .CO04_gnb-menu-wrap {
    width: 100%;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont {
    padding: 0 24px;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__list {
    padding: 0 0 0 26px;
  }
  .CO04_gnb .CO04_gnb-menu-wrap {
    margin-top: 120px;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu {
    border-top: 0;
    display: block;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont {
    padding: 0 32px 0 24px;
    display: block;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont:last-child .CO04_gnb-menu-cont-list {
    border-bottom: 0;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont:nth-of-type(odd):before {
    display: none;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-wrap:last-child {
    border-bottom: 0;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title {
    margin-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.3;
    min-height: 73px;
    padding-right: 31px;
    line-height: 1.33;
    text-align: left;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-close-up-wh.svg') center no-repeat;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title.active:before {
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-title.link:after {
    display: none;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-list {
    padding: 0;
    margin-bottom: 0;
    max-height: 0;
    height: 0;
    overflow: hidden;
    display: block;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-list:after {
    content: '';
    background-color: #333333;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    display: block;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-cont-list.active {
    height: 100%;
    max-height: 1000px;
    padding: 0 0 24px 0;
    -webkit-transition: height 0.5s linear, max-height 0.5s linear;
    -o-transition: height 0.5s linear, max-height 0.5s linear;
    transition: height 0.5s linear, max-height 0.5s linear;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-list-item {
    max-width: 100%;
    padding: 0;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__title {
    min-height: 64px;
    position: relative;
    padding-right: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__title.nochild {
    padding-right: 0;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__title:not(.nochild):before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 2px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-close-up-wh.svg') center no-repeat;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__title.active:before {
    -webkit-transform: translateY(-50%) rotate(0) !important;
    -ms-transform: translateY(-50%) rotate(0) !important;
    transform: translateY(-50%) rotate(0) !important;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__list {
    padding: 0;
    max-height: 0;
    height: 0;
    overflow: hidden;
    padding: 0 0 0 36px;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__list.active {
    height: 100%;
    max-height: 1000px;
    -webkit-transition: height 0.5s linear, max-height 0.5s linear;
    -o-transition: height 0.5s linear, max-height 0.5s linear;
    transition: height 0.5s linear, max-height 0.5s linear;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__item {
    padding: 10px 0 12px;
    margin-top: 0;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-column__item-title {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.33;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-close-wrap {
    height: 60px;
    width: auto;
    left: auto;
    right: 31px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-close {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .CO04_gnb .CO04_gnb-column-category-close {
    display: none;
  }
  @keyframes gnbCloseAnimation {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  .CO04_gnb .CO04_gnb-wrap {
    padding: 0 24px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    position: fixed;
    top: 0;
    right: 0;
    border-top: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 50;
    padding: 80px 24px 40px;
    background-color: #0e0f10;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    will-change: auto;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    visibility: visible;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list.close {
    -webkit-animation: gnbCloseAnimation ease 0.3s;
    animation: gnbCloseAnimation ease 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    will-change: transform;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column {
    display: block;
    margin: 0;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category {
    margin: 0;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category .CO04_gnb-category-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding-right: 30px !important;
    font: 700 2.4rem 'Samsung Sharp Sans';
    min-height: 72px;
    width: 100%;
    line-height: 1.4 !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category .CO04_gnb-category-title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 24px;
    height: 24px;
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-close-up-wh.svg') no-repeat center/100%;
    background-color: transparent !important;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category .CO04_gnb-category-title.noChild:after {
    display: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category.active .CO04_gnb-category-title:after {
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-close-up-wh.svg') no-repeat center/100% !important;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-wrap {
    display: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category.active .CO04_gnb-category-wrap {
    display: block;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-feature {
    display: none !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center {
    position: static;
    background-color: transparent;
    padding: 0;
    display: block;
    border-top: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 0;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list {
    max-height: none;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    border-bottom: 1px solid #333;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item {
    padding: 0;
    position: static !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
    font: 700 1.8rem 'Samsung Sharp Sans';
    min-height: 64px;
    line-height: 1.4 !important;
    width: auto;
    padding-left: 16px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__title:after {
    content: '';
    position: absolute;
    top: 50%;
    left: auto;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-close-up-wh.svg') no-repeat 2px center/100%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__title.active:after {
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-close-up-wh.svg') no-repeat -2px center/100% !important;
    -webkit-transform: translate(0, -50%) rotate(0deg);
    -ms-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__title.noChild:after {
    display: none !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category__feature-title__icon {
    display: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__column {
    padding: 0 0 0 16px;
    display: none;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__column .CO04_gnb-category-item__column-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 41px;
    line-height: 1.33;
    font-size: 1.4rem;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-list .CO04_gnb-category-item .CO04_gnb-category-item__title.active + .CO04_gnb-category-item__column {
    display: block;
    margin-top: 0;
  }
  .CO04_gnb .CO04_gnb-btnMenuPopupClose {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background-color: #0e0f10;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 50;
  }
  .CO04_gnb .CO04_gnb-btnMenuPopupClose > button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    background: url('../../../../../../designs/global/common/resources/img/icon/icon-bold-action-delete-white.svg') no-repeat 30px center/24px;
  }
  .CO04_gnb .CO04_gnb-list.active .CO04_gnb-btnMenuPopupClose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .CO11_cookie.zIndex {
    z-index: 250;
  }
  .CO11_cookie .CO11_cookie-location-select-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 24px;
  }
  .CO11_cookie .CO11_cookie-location-select-title {
    padding-right: 100px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap {
    margin-top: 12px;
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select {
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
    max-width: 100%;
    font-size: 14px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-medium {
    height: 28px;
    line-height: 28px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select {
    left: 0;
    right: auto;
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    min-width: auto;
    font-size: 12px;
    height: 28px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn {
    position: relative;
    width: 89px;
    height: 28px !important;
  }
  .CO11_cookie .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-location-btn-wrap .CO11_cookie-location-close {
    position: absolute;
    top: 18px;
    right: 26px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap div + div {
    margin-left: 8px;
  }
  .CO11_cookie .CO11_cookie-location-select-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 24px;
  }
  .CO11_cookie .CO11_cookie-location-select-title {
    padding-right: 100px;
    font-size: 1rem;
    line-height: 1.6;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap {
    margin-top: 16px;
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select {
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn {
    max-width: 100%;
    font-size: 14px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.btn-medium {
    height: 28px;
    line-height: 28px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select {
    left: 0;
    right: auto;
    width: 100%;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 100%;
    min-width: auto;
    font-size: 12px;
    height: 28px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn {
    position: relative;
    width: 89px;
    height: 28px !important;
  }
  .CO11_cookie .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-location-btn-wrap .CO11_cookie-location-close {
    position: absolute;
    top: 18px;
    right: 26px;
  }
  .CO11_cookie .CO11_cookie-location-btn-wrap div + div {
    margin-left: 8px;
  }
  body.gnbPosition .CO11_cookie {
    z-index: 300;
  }
  body.gnbPosition .CO11_cookie.zIndex {
    z-index: 250;
  }
}

/* 20230623 [WSC-3103] jp gnb 메뉴명 변경에 따른 사이즈 수정 */
/* 20230705 [WSC-3190] GNB - Font size, Margin 수정 */
@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    margin: 0 60px;
    justify-content: space-between !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    margin: 0 40px;
    justify-content: space-between !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column {
    margin-right:0 !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:first-child a,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:first-child a {
    margin-left:0 !important;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:last-child a,
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:last-child a {
    margin-right:0 !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column {
    margin-right:0 !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:first-child a,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:first-child a {
    margin-left:0 !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:last-child a,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column-category:last-child a {
    margin-right:0 !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title {
    margin:0 8px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title {
    margin:0;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column {
    margin-right:0 !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category .CO04_gnb-category-title,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category .CO04_gnb-category-title {
    font-size:1.1rem !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category {
    margin-right:10px !important;
  }
  html[lang='ja'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column:nth-child(2) .CO04_gnb-column-category:last-child ,
  html[lang='ja-JP'] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column:nth-child(2) .CO04_gnb-column-category:last-child {
    margin-right:0 !important;
  }
}
/* //20230623 [WSC-3103] jp gnb 메뉴명 변경에 따른 사이즈 수정 */
/* //20230705 [WSC-3190] GNB - Font size, Margin 수정 */


/* 20231012 [DSW-10523] GNB 활성화 시(only pc) home kv dim 노출 */
@media screen and (min-width: 1024px){
  .new-home.dim-on .sec_kv::after {
    clear:both;
    display:block;
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.6);
  }
}