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

@media screen and (max-width: 1023px) {
    .gnb_wrapper {
        position: relative
    }
}

body.gnbShowUp .gnb_wrapper {
    top: 0;
    position: sticky !important
}

body.gnbHideDown .gnb_wrapper {
    top: 0%
}

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

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
}

@-webkit-keyframes gnbCloseAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes gnbCloseAnimation {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

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

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
}

.CO04_gnb.hovered:before {
    background-color: rgba(0, 0, 0, 0)
}

.CO04_gnb.active {
    background-color: #000;
    -webkit-transition: background .35s;
    transition: background .35s
}

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

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

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

@media screen and (min-width: 1024px) {
    .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);
        transform: translate(-50%, 0);
        max-width: 100vw;
        z-index: 10
    }
}

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

.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-logo {
    height: 100%
}

@media screen and (min-width: 1024px) {
    .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: 94px;
    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: 1024px) {
    .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: 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: 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);
        transform: translate(0px, 1px)
    }
}

.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, .3);
    box-shadow: 0 2px 6px 0 rgba(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 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
}

@media(hover: hover) {
    .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-wrapper .CO04_gnb-utility__microsite-option ul li.active a {
    text-decoration: underline;
    text-underline-position: under;
    font-weight: bold
}

.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;
    -webkit-transform: translateY(-50%) rotate(180deg);
    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 {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg)
}

@media screen and (min-width: 1024px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-utility-lang-option {
        left: auto;
        right: 0;
        -webkit-transform: none !important;
        transform: none !important
    }
}

.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;
    font-size: 1.4rem;
    line-height: 1.43;
    margin-bottom: 16px
}

.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>a {
    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: 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: 1023px) {
    .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: 1024px) {
    .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: 1023px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

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

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

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category-close {
    position: absolute;
    top: 20px;
    right: 24px;
    -webkit-transform: none;
    transform: none;
    width: 24px;
    height: 24px;
    background: url("../../../../../../designs/global/common/resources/img/icon/icon-delete-bold-white.svg") no-repeat center/100%;
    opacity: 1;
    visibility: visible;
    display: none
}

@media screen and (max-width: 1023px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category-close {
        display: none;
        visibility: hidden
    }
}

@media(pointer: coarse) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-column-category-close {
        display: block
    }
}

.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) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    cursor: default;
    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: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    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[href] {
    cursor: pointer
}

@media screen and (min-width: 1024px)and (max-width: 1200px) {
    html[lang=ja-JP] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title {
        margin: 0 6px !important
    }
}

@media screen and (max-width: 1023px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title {
        margin: 0 24px 0 0 !important
    }
}

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

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

@media screen and (min-width: 1024px)and (max-width: 1200px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-large {
        font-size: 12px !important
    }
}

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

.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 {
        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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .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: #fff
}

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

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

@media(hover: hover) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.btn-xlarge.dark-bg:hover {
        color: #fff;
        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: #fff
    }
}

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

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

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

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

.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%);
    transform: translateX(-50%);
    height: 2px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: width cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: width cubic-bezier(0.4, 0, 0.2, 1) .2s;
    -webkit-transition-delay: .1s;
    transition-delay: .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: #ddd
}

.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: #ddd
}

.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: #555
}

.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: #555
}

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

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.dark-bg:hover:after {
        width: 100%;
        background-color: #ddd
    }
}

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

.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%);
    transform: translateX(-50%);
    height: 2px;
    background-color: #000;
    -webkit-transition: width .3s;
    transition: width .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: #555
}

.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: #555
}

.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: #555
}

.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: #555
}

@media(hover: hover) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:hover {
        color: #555
    }

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-title.light-bg:hover:after {
        width: 100%;
        background-color: #555
    }
}

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

.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;
        background-color: rgba(0, 0, 0, 0)
    }

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center:before {
        display: block;
        content: "";
        width: 10000px;
        position: absolute;
        height: calc(100% + 60px);
        left: -20%;
        top: -60px;
        z-index: -1;
        background: rgba(0, 0, 0, .9) !important;
        backdrop-filter: blur(20px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="20");
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-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: block
}

@media screen and (max-width: 1023px) {
    .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: 1440px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: auto;
    margin-right: auto
}

.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: 1023px) {
    .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: 1204px
}

.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-center.rightFeature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(min-width: 1024px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center.rightFeature .CO04_gnb-category-list {
        padding-left: 24px
    }
}

@media screen and (min-width: 1024px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-center:not(.rightFeature) .left+.CO04_gnb-category-list {
        padding-top: 50px;
        padding-bottom: 12px;
        max-width: 1114px
    }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons-wrap {
    width: 100%;
    background: #333
}

@media screen and (max-width: 1023px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons-wrap {
        margin-left: -24px;
        margin-right: -24px;
        width: calc(100% + 48px)
    }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons {
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (max-width: 1023px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons {
        padding-left: 32px;
        padding-right: 32px
    }
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons button {
    position: relative;
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons button:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50% h);
    height: 2px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: width cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: width cubic-bezier(0.4, 0, 0.2, 1) .2s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons button img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    aspect-ratio: 1/1
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons button[aria-selected=true] {
    color: #fff
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons button[aria-selected=true] .CO04_gnb-category-buttons__icon.off {
    display: none
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons button[aria-selected=false] .CO04_gnb-category-buttons__icon.on {
    display: none
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-buttons button[aria-selected=true]:after {
    width: 100%
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature {
    -webkit-box-flex: 0;
    padding: 50px 0 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media screen and (min-width: 1024px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature {
        padding-right: 24px;
        padding-left: 24px;
        -ms-flex: 0 0 17%;
        -webkit-box-flex: 0;
        flex: 0 0 17%;
        -ms-flex-preferred-size: 17%
    }
}

@media screen and (min-width: 1440px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature {
        padding-right: 0;
        padding-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
        flex: 0 0 278px
    }
}

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

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

@media screen and (max-width: 1200px)and (min-width: 1024px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-feature+.CO04_gnb-category-list .CO04_gnb-category-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

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

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-list[aria-hidden=true] {
    display: none !important
}

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

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item {
    position: relative;
    padding: 0 0 32px 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    -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: 1023px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item.fake1DepthMenu {
        display: block
    }
}

.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: 400;
    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.4rem
    }
}

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

.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: 600
}

.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: 1023px) {
    .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 {
    max-width: 95%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px
}

@media(max-width: 1023px) {
    .CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span {
        font-size: 18px;
        line-height: 25px
    }
}

.CO04_gnb .CO04_gnb-wrap a.CO04_gnb-category-item__title span:after {
    display: inline-block;
    margin-top: 0;
    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 {
        display: none
    }
}

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

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

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

.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 {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {

    html[lang=ja] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list,
    html[lang=ja-JP] .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-list {
        max-width: none
    }
}

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

@media screen and (max-width: 1023px) {
    .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.overview {
    display: none
}

@media screen and (max-width: 1023px) {
    .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 {
        display: none
    }
}

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

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

.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: #ddd;
    -webkit-transition: color cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: color cubic-bezier(0.4, 0, 0.2, 1) .2s
}

@media screen and (max-width: 1023px) {
    .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: 1023px) {

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

@media screen and (max-width: 1023px) {

    .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: .5
}

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

.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) .2s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) .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
}

@media(hover: hover) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category-item__column-title:hover {
        color: #fff;
        text-decoration-line: underline;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        text-decoration-thickness: 1.4px;
        text-underline-offset: 3.5px
    }
}

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

.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: 1023px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-category__feature-summary {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 1023px) {
    .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) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    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: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: none;
    line-height: 20px;
    height: 20px !important;
    line-height: 20px !important
}

@media all and (min-width: 1024px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn {
        padding-left: 8px !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 {
        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 {
        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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .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: rgba(0, 0, 0, 0) !important
}

@media screen and (max-width: 1023px) {

    .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: #fff
}

.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);
    transform: rotate(-90deg)
}

@media screen and (max-width: 1023px) {

    .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);
    transform: rotate(0deg)
}

@media(hover: hover) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:hover {
        color: #ddd
    }

    .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);
        transform: rotate(-90deg)
    }

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg:hover.hover-none:after {
        -webkit-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: #ddd
}

.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 {
    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);
    transform: rotate(-90deg)
}

.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);
    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);
    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: #555
}

.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);
    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);
    transform: rotate(0deg)
}

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

.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);
    transform: rotate(-90deg)
}

@media screen and (max-width: 1023px) {

    .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);
    transform: rotate(0deg)
}

@media(hover: hover) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:hover {
        color: #555
    }

    .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);
        transform: rotate(-90deg)
    }

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.light-bg:hover.hover-none:after {
        -webkit-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: #ddd
}

.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 {
    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);
    transform: rotate(-90deg)
}

.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 {
    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);
    transform: rotate(-90deg)
}

.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);
    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);
    transform: rotate(0deg)
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.icon-right[target=_blank]:after {
    background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-outlink-bold-white.svg");
    background-size: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.icon-right[target=_blank]:hover:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.icon-right[target=_blank]:active:after,
.CO04_gnb .CO04_gnb-wrap .CO04_gnb-learnmore-btn.dark-bg.icon-right[target=_blank]:focus-visible:after {
    background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-outlink-bold-white.svg");
    background-size: 100%;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: .9
}

.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: #333
}

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

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

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

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

.CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-close-wrap {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-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
}

@media screen and (max-width: 1023px) {
    .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
    }
}

@media screen and (max-width: 1023px) {
    .CO04_gnb .CO04_gnb-list.active .CO04_gnb-btnMenuPopupClose {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

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

@media screen and (min-width: 1024px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list {
        margin: 0 24px 0 40px;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column {
        margin-right: 0 !important
    }

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column+.CO04_gnb-column {
        margin-left: 24px
    }
}

@media screen and (min-width: 1024px)and (max-width: 1200px) {
    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-column+.CO04_gnb-column {
        margin-left: 12px
    }
}

@media screen and (min-width: 1024px) {
    .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 {
        margin-right: 0 !important
    }
}

@media screen and (max-width: 1023px) {
    .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;
        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%);
        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);
        transform: translateX(0);
        opacity: 1;
        -webkit-transition: -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .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 .3s;
        animation: gnbCloseAnimation ease .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: rgba(0, 0, 0, 0) !important;
        -webkit-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);
        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: rgba(0, 0, 0, 0);
        padding: 0;
        display: block;
        border-top: none;
        -webkit-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;
        margin-bottom: 20px;
        border-bottom: 1px solid #333;
        padding: 0 0 20px 0;
        margin-top: 0
    }

    .CO04_gnb .CO04_gnb-wrap .CO04_gnb-list .CO04_gnb-category-center .CO04_gnb-category-feature+.CO04_gnb-category-list {
        margin-top: 0
    }

    .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;
        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);
        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);
        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-wrap .CO04_gnb-category-title {
        margin: 0
    }

    .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;
        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%;
        margin-top: 120px
    }

    .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 .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);
        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);
        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: #333;
        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 .5s linear, max-height .5s linear;
        transition: height .5s linear, max-height .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);
        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;
        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 .5s linear, max-height .5s linear;
        transition: height .5s linear, max-height .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: hsla(0, 0%, 100%, .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;
        transform: inherit
    }

    .CO04_gnb .CO04_gnb-menu-wrap .CO04_gnb-menu-close {
        width: 24px;
        height: 24px;
        margin-right: 0
    }
}

@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, .6)
    }
}

.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) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    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: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    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
}

@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.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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

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

.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: #000;
    background-color: #eee
}

.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 {
    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: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")
}

.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: #555
}

.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")
}

@media(hover: hover) {
    .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.dark-bg:hover {
        color: #000;
        background-color: #eee
    }

    .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.light-bg {
    background-color: #000;
    color: #fff
}

.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: #eee;
    background-color: #333
}

.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 {
    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: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")
}

.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: #aaa;
    background-color: #ddd
}

.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(hover: hover) {
    .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select button.select-btn.light-bg:hover {
        color: #eee;
        background-color: #333
    }

    .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::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);
    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) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    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: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    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
}

@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.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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

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

.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: #000;
    background-color: #eee
}

.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 {
    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: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")
}

.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: #555
}

.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")
}

@media(hover: hover) {
    .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.dark-bg:hover {
        color: #000;
        background-color: #eee
    }

    .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.light-bg {
    background-color: #000;
    color: #fff
}

.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: #eee;
    background-color: #333
}

.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 {
    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: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")
}

.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: #aaa;
    background-color: #ddd
}

.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(hover: hover) {
    .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .select-origin.light-bg:hover {
        color: #eee;
        background-color: #333
    }

    .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 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: #fff;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    z-index: 1
}

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-select .custom-select.active {
    height: 176px
}

.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) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s, color cubic-bezier(0.4, 0, 0.2, 1) .2s, border-color cubic-bezier(0.4, 0, 0.2, 1) .2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) .2s;
    border: none;
    vertical-align: middle;
    color: #000;
    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: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    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
}

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

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

.CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .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) .2s;
    transition: background cubic-bezier(0.4, 0, 0.2, 1) .2s
}

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

.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: #000;
    background-color: #eee
}

.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 {
    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: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")
}

.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: #555
}

.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")
}

@media(hover: hover) {
    .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.dark-bg:hover {
        color: #000;
        background-color: #eee
    }

    .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.light-bg {
    background-color: #000;
    color: #fff
}

.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: #eee;
    background-color: #333
}

.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 {
    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: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")
}

.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: #aaa;
    background-color: #ddd
}

.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(hover: hover) {
    .CO11_cookie .CO11_cookie-location-btn-wrap .CO11_cookie-location-continue button.continue-btn.light-bg:hover {
        color: #eee;
        background-color: #333
    }

    .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-close {
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-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%);
    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) {
    .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
    }
}

@media screen and (max-width: 767px) {
    .CO11_cookie.zIndex {
        z-index: 250
    }

    body.gnbPosition .CO11_cookie {
        z-index: 300
    }

    body.gnbPosition .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%);
        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%);
        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
    }
}

/*# sourceMappingURL=CO04_gnb.min.css.map */