/* Component Name */
.gnb_wrapper {
  height: 60px;
  position: relative;
  z-index: 260;
}

body.gnbShowUp .gnb_wrapper > * {
  position: fixed;
  top: 0;
  width: 100%;
}

body.gnbShowUp .lnb_wrapper > * {
  top: 60px;
}

body.gnbHideDown .gnb_wrapper > * {
  position: relative;
}

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

.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: 100;
  }
}

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

.CO04_gnb .CO04_gnb-logo {
  padding-top: 22px;
}

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

.CO04_gnb .CO04_gnb-wrap {
  max-width: 1440px;
  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 32px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-logo-title {
  font-size: 0;
  display: block;
  width: 104px;
  height: 16px;
}

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

@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;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select {
  position: relative;
}

.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;
  }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-select.active + .CO04_gnb-utility-lang-option {
  display: block;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 147px;
  padding: 12px 7px;
  border-radius: 3px;
  -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;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option {
    width: 126px;
    padding: 12px 8px;
  }
}

@media screen and (max-width: 767px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option {
    width: 147px;
    padding: 12px 8px;
  }
}

.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;
  text-align: center;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option .option-btn__lang > a {
  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;
  padding: 0;
  min-height: 36px;
  font-size: 1.4rem;
  line-height: 1.43;
}

@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 {
  text-decoration: underline;
  text-underline-position: under;
}

@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-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-right: 28px;
  position: relative;
}

.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;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility__menu-btn {
  display: none;
  margin-left: 28px;
  width: 20px;
  height: 20px;
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
  opacity: 1 !important;
  margin: 0 48px 0 47px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  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;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-top: 21px;
  }
}

.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;
  line-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: auto !important;
    line-height: 1 !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;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title:after {
    bottom: -22px !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: absolute;
  left: 0;
  width: 100%;
  padding-left: 0;
  z-index: 10;
  background: #000;
}

@media screen and (min-width: 1024px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center {
    top: 60px;
  }
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center:before {
    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: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -ms-flex-preferred-size: 1214px;
      flex-basis: 1214px;
  padding: 0;
  max-width: 1214px;
  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: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 {
  -ms-flex-preferred-size: 1214px;
      flex-basis: 1214px;
  max-width: 1214px;
}

.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 {
  -ms-flex-preferred-size: 1214px;
      flex-basis: 1214px;
  max-width: 1214px;
}

.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: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: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
}

@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 {
  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;
  }
}

.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: 10px;
  position: relative;
  padding-left: 36px;
}

@media screen and (max-width: 1023px) {
  .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list.fake1DepthMenu {
    margin-top: 20px;
    margin-left: -40px;
  }
}

.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;
  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-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-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;
}

@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%;
  }
}

@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 32px;
    -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: 15px;
  }
  @supports (margin-right: clamp(15px, 2vw, 40px)) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column {
      margin-right: clamp(15px, 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: 15px;
  }
  @supports (margin-right: clamp(15px, 2vw, 40px)) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category {
      margin-right: clamp(15px, 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;
  }
  .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;
    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;
  }
  .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;
  }
}

@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-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;
  }
}