/* Component Name */
.lnb_wrapper {
  height: 56px;
}

@media screen and (max-width: 767px) {
  .lnb_wrapper {
    height: 104px;
  }
}

@media screen and (max-width: 767px) {
  .lnb_wrapper.noChild .PD01_lnb.fixed, .lnb_wrapper.noChild,
  .lnb_wrapper.noChild .PD01_lnb {
    height: 56px !important;
  }
  .lnb_wrapper.noChild .PD01_lnb--list__right {
    height: 0;
    padding: 0;
    margin: 0;
  }
  .lnb_wrapper.noChild .PD01_lnb--list__right .PD01_lnb-swiper-container {
    height: 0;
  }
}

.PD01_lnb {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  z-index: 100; /* 221110 z-index 수정 */
}

.PD01_lnb.fixed {
  position: fixed;
  width: 100%;
  z-index: 250;
  top: 0;
}

@-webkit-keyframes fixedAimationStart {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fixedAimationStart {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: none;
            transform: none;
  }
}

.PD01_lnb .PD01_lnb--list {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  padding: 0 32px;
  padding-right: 0;
  opacity: 0;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
}

.PD01_lnb .PD01_lnb--title-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 444px;
  position: absolute;
  left: 32px;
  z-index: 1;
  top: auto;
  font-family: "Samsung One", sans-serif;
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--title-wrap {
    left: 0;
    padding-left: 24px;
  }
}

.PD01_lnb .PD01_lnb--category {
  position: relative;
  max-width: 97px;
  padding-right: 12px;
  font-family: "Samsung One", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #aaa;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--category {
    font-size: 12px;
    max-width: 74px;
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--category {
    font-size: 14px;
    max-width: 54px;
  }
}

.PD01_lnb .PD01_lnb--category a {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}

.PD01_lnb .PD01_lnb--category:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: '/';
  font-size: 16px;
  font-weight: 700;
  color: #aaa;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--category:after {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--category:after {
    font-size: 14px;
  }
}

.PD01_lnb .PD01_lnb--title {
  margin-left: 4px;
  width: 100%;
  max-width: 178px;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: left;
  display: block;
}

.PD01_lnb .PD01_lnb--title-wrap.category-none .PD01_lnb--category {
  display: none;
}

.PD01_lnb .PD01_lnb--title-wrap.category-none .PD01_lnb--title {
  margin-left: 0;
  max-width: 326px;
  height: auto;
  text-align: left;
  left: 32px;
}

@media screen and (min-width: 768px) and (max-width: 1359px) {
  .PD01_lnb .PD01_lnb--title-wrap.category-none .PD01_lnb--title {
    max-width: 190px;
  }
}

.PD01_lnb .PD01_lnb--list__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
  max-width: calc(100% - 468px);
  padding: 0 20px 0 24px;
  width: 100%;
  margin-right: 0;
  padding: 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.PD01_lnb .PD01_lnb--list__right .lnb-hover-border,
.PD01_lnb .PD01_lnb--list__right .lnb-active-border {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container {
  min-width: 0;
  position: relative;
  width: auto;
  overflow: hidden;
  padding: 0 32px;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    text-align: right;
  }
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container::-webkit-scrollbar {
    display: none;
  }
  @supports (overflow-x: overlay) {
    .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container {
      overflow-x: overlay;
    }
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container {
    text-align: left;
  }
}

.PD01_lnb .PD01_lnb--list__right .swiper-button-prev {
  margin-top: 0;
  background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-arrow.svg");
  width: 24px;
  height: 24px;
  background-size: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  z-index: 10;
  opacity: 1;
  color: transparent;
}

.PD01_lnb .PD01_lnb--list__right .swiper-button-next {
  margin-top: 0;
  background-image: url("../../../../../../designs/global/common/resources/img/icon/icon-arrow.svg");
  width: 24px;
  height: 24px;
  background-size: 24px;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  opacity: 1;
  color: transparent;
}

.PD01_lnb .PD01_lnb--list__right .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}

.PD01_lnb .PD01_lnb--list__right .swiper-button-next.swiper-button-disabled {
  display: none !important;
}

.PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container.afterShow:after {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container.afterShow:after {
    display: none;
  }
}

.PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container.beforeShow:before {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container.beforeShow:before {
    display: none;
  }
}

.PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 100px;
  height: 56px;
  z-index: 5;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(43%, #000), color-stop(112%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, #000 43%, rgba(0, 0, 0, 0) 112%);
  background-image: linear-gradient(to right, #000 43%, rgba(0, 0, 0, 0) 112%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container:after {
    width: 32px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #000), color-stop(67%, rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0.62) 67%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0.62) 67%, rgba(0, 0, 0, 0) 100%);
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container:after {
    height: 48px;
  }
}

.PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 56px;
  left: -1px;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(43%, #000), color-stop(112%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, #000 43%, rgba(0, 0, 0, 0) 112%);
  background-image: linear-gradient(to left, #000 43%, rgba(0, 0, 0, 0) 112%);
  z-index: 5;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container:before {
    width: 32px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(10%, #000), color-stop(67%, rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, #000 10%, rgba(0, 0, 0, 0.62) 67%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to left, #000 10%, rgba(0, 0, 0, 0.62) 67%, rgba(0, 0, 0, 0) 100%);
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container:before {
    height: 48px;
  }
}

@media screen and (max-width: 1023px) {
  .PD01_lnb.centerAlign .PD01_lnb--list .PD01_lnb-swiper-container {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb.centerAlign .PD01_lnb--list .PD01_lnb-swiper-container {
    text-align: left;
    padding: 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .PD01_lnb.rightAlign .PD01_lnb--list {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

.PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--list__right {
  max-width: calc(100% - 468px);
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--title-wrap.category-none + .PD01_lnb--list__right {
  max-width: calc(100% - 350px);
  width: auto;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--title-wrap.category-none + .PD01_lnb--list__right {
    max-width: calc(100% - 215px);
  }
}

.PD01_lnb .PD01_lnb-swiper-container .swiper-pagination {
  display: none;
}

.PD01_lnb.ctaUsed .PD01_lnb--list {
  padding-right: 32px;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb.ctaUsed .PD01_lnb--list {
    padding-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb.ctaUsed .PD01_lnb--list {
    padding-right: 24px;
  }
}

.PD01_lnb.ctaUsed.rightAlign .PD01_lnb--list {
  padding-right: 32px;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb.ctaUsed.rightAlign .PD01_lnb--list {
    padding-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb.ctaUsed.rightAlign .PD01_lnb--list {
    padding-right: 24px;
  }
}

.PD01_lnb.ctaUsed.rightAlign .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
  padding-right: 0;
}

.PD01_lnb.ctaUsed.rightAlign .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .PD01_lnb.ctaUsed .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
    padding-right: 24px;
  }
}

.PD01_lnb .PD01_lnb--list__child {
  position: relative;
  height: 100%;
  white-space: nowrap;
  width: auto;
  font-size: 0;
}

.PD01_lnb .PD01_lnb--list__child::-webkit-scrollbar {
  display: none;
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: 56px;
  line-height: 56px;
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item.outLink {
  margin-right: 36px;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item.outLink {
    margin-right: 26px;
  }
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item.outLink::after {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-outlink-white.svg") right calc(50% + 1px)/12px no-repeat;
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item:first-child {
  margin-left: 0;
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item:last-child {
  margin-right: 0;
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item.active > a {
  font-weight: 700 !important;
  color: #fff !important;
  width: 100%;
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item.active > a:after {
  -webkit-transform: translateX(-50%) scaleX(1);
      -ms-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1);
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item.active.inActive > a:after {
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item > a {
  font-family: "Samsung One", sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0;
  font-weight: 400;
  color: #dddddd;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: text 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: text 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: text 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item > a:hover {
  font-weight: 700;
  color: #fff;
}

.PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item > a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.PD01_lnb .PD01_lnb--cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  background-color: transparent;
  color: #ffffff;
  margin-left: 24px;
  height: 32px;
  background-color: #000000;
}

.PD01_lnb .PD01_lnb--cta.disabled, .PD01_lnb .PD01_lnb--cta:disabled,
.PD01_lnb .PD01_lnb--cta [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.PD01_lnb .PD01_lnb--cta.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.PD01_lnb .PD01_lnb--cta.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

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

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

.PD01_lnb .PD01_lnb--cta.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

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

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

.PD01_lnb .PD01_lnb--cta.none-border {
  border: none;
}

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

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

.PD01_lnb .PD01_lnb--cta.dark-bg {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.PD01_lnb .PD01_lnb--cta.dark-bg.icon-left:before, .PD01_lnb .PD01_lnb--cta.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");
}

.PD01_lnb .PD01_lnb--cta.dark-bg:active, .PD01_lnb .PD01_lnb--cta.dark-bg:focus-visible {
  color: #dddddd;
  border-color: #dddddd;
  background-color: rgba(255, 255, 255, 0.1);
}

.PD01_lnb .PD01_lnb--cta.dark-bg:active.icon-left:before, .PD01_lnb .PD01_lnb--cta.dark-bg:active.icon-right:after, .PD01_lnb .PD01_lnb--cta.dark-bg:focus-visible.icon-left:before, .PD01_lnb .PD01_lnb--cta.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD01_lnb .PD01_lnb--cta.dark-bg:hover {
    color: #dddddd;
    border-color: #dddddd;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .PD01_lnb .PD01_lnb--cta.dark-bg:hover.icon-left:before, .PD01_lnb .PD01_lnb--cta.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");
  }
}

.PD01_lnb .PD01_lnb--cta.dark-bg.disabled, .PD01_lnb .PD01_lnb--cta.dark-bg:disabled,
.PD01_lnb .PD01_lnb--cta.dark-bg [aria-disabled='true'] {
  color: #555555;
  border-color: #555555;
  background-color: transparent;
}

.PD01_lnb .PD01_lnb--cta.dark-bg.disabled.icon-left:before, .PD01_lnb .PD01_lnb--cta.dark-bg.disabled.icon-right:after, .PD01_lnb .PD01_lnb--cta.dark-bg:disabled.icon-left:before, .PD01_lnb .PD01_lnb--cta.dark-bg:disabled.icon-right:after,
.PD01_lnb .PD01_lnb--cta.dark-bg [aria-disabled='true'].icon-left:before,
.PD01_lnb .PD01_lnb--cta.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");
}

.PD01_lnb .PD01_lnb--cta.light-bg {
  color: #000000;
  border: 1px solid #000000;
}

.PD01_lnb .PD01_lnb--cta.light-bg.icon-left:before, .PD01_lnb .PD01_lnb--cta.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");
}

.PD01_lnb .PD01_lnb--cta.light-bg:active, .PD01_lnb .PD01_lnb--cta.light-bg:focus-visible {
  color: #555555;
  background-color: rgba(0, 0, 0, 0.03);
  border-color: #555555;
}

.PD01_lnb .PD01_lnb--cta.light-bg:active.icon-left:before, .PD01_lnb .PD01_lnb--cta.light-bg:active.icon-right:after, .PD01_lnb .PD01_lnb--cta.light-bg:focus-visible.icon-left:before, .PD01_lnb .PD01_lnb--cta.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23555555' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M8 12.209L1.942 6.06 2.892 5.124 8 10.309 13.108 5.124 14.058 6.06z' transform='translate(-24.000000, -12.000000) translate(24.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (hover: hover) {
  .PD01_lnb .PD01_lnb--cta.light-bg:hover {
    color: #555555;
    background-color: rgba(0, 0, 0, 0.03);
    border-color: #555555;
  }
  .PD01_lnb .PD01_lnb--cta.light-bg:hover.icon-left:before, .PD01_lnb .PD01_lnb--cta.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");
  }
}

.PD01_lnb .PD01_lnb--cta.light-bg.disabled, .PD01_lnb .PD01_lnb--cta.light-bg:disabled,
.PD01_lnb .PD01_lnb--cta.light-bg [aria-disabled='true'] {
  color: #dddddd;
  background-color: transparent;
  border-color: #dddddd;
}

.PD01_lnb .PD01_lnb--cta.light-bg.disabled.icon-left:before, .PD01_lnb .PD01_lnb--cta.light-bg.disabled.icon-right:after, .PD01_lnb .PD01_lnb--cta.light-bg:disabled.icon-left:before, .PD01_lnb .PD01_lnb--cta.light-bg:disabled.icon-right:after,
.PD01_lnb .PD01_lnb--cta.light-bg [aria-disabled='true'].icon-left:before,
.PD01_lnb .PD01_lnb--cta.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");
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--cta {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.2rem;
    height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--cta {
    height: 32px;
  }
}

.PD01_lnb .PD01_lnb--cta:after {
  display: none;
}

.PD01_lnb .PD01_lnb--cta[target='_blank']:after {
  display: inline-block;
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-bold-action-outlink-white.svg") center center/100% no-repeat;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--cta[target='_blank']:after {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--cta {
    top: -47px;
    position: absolute;
    right: 24px;
  }
}

.PD01_lnb.whiteColor {
  background-color: #ffffff;
  color: #000000 !important;
}

.PD01_lnb.whiteColor * {
  color: #000000 !important;
}

.PD01_lnb.whiteColor .PD01_lnb--cta {
  color: #000000 !important;
  border-color: #000000 !important;
}

.PD01_lnb.whiteColor .PD01_lnb--list__child:before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(43%, #fff), color-stop(112%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff 43%, rgba(255, 255, 255, 0) 112%);
  background-image: linear-gradient(to right, #fff 43%, rgba(255, 255, 255, 0) 112%);
}

.PD01_lnb.whiteColor .PD01_lnb--list__child:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(43%, #fff), color-stop(112%, rgba(255, 255, 255, 0)));
  background-image: -o-linear-gradient(left, #fff 43%, rgba(255, 255, 255, 0) 112%);
  background-image: linear-gradient(to right, #fff 43%, rgba(255, 255, 255, 0) 112%);
}

.PD01_lnb.whiteColor .PD01_lnb--list__child__item > a:active, .PD01_lnb.whiteColor .PD01_lnb--list__child__item > a:focus {
  color: #000 !important;
}

@media screen and (max-width: 1023px) {
  .PD01_lnb {
    padding: 0;
  }
  @-webkit-keyframes fixedAimationStart {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    to {
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes fixedAimationStart {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    to {
      -webkit-transform: none;
              transform: none;
    }
  }
  .PD01_lnb.rightAlign .PD01_lnb--list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--list__right {
    max-width: calc(100% - 286px);
  }
}

@media screen and (max-width: 1023px) and (max-width: 768px) {
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--list__right {
    max-width: calc(100% - 286px);
  }
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
    text-align: left;
  }
}

@media screen and (max-width: 1023px) {
  .PD01_lnb.rightAlign.ctaUsed .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .PD01_lnb.rightAlign.ctaUsed .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
    padding-right: 24px !important;
  }
}

@media screen and (max-width: 1023px) {
  .PD01_lnb.centerAlign.ctaUsed .PD01_lnb--list {
    padding-right: 0;
  }
  .PD01_lnb.centerAlign.ctaUsed .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .PD01_lnb.centerAlign.ctaUsed .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
    padding-right: 24px;
  }
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--list {
    max-width: none;
  }
  .PD01_lnb .PD01_lnb--title-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 262px;
    margin-right: 24px;
  }
  .PD01_lnb .PD01_lnb--title {
    font-size: 1.2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0;
    max-width: 132px;
    margin-right: 24px;
  }
  .PD01_lnb .PD01_lnb--list__right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .PD01_lnb .PD01_lnb--list__child {
    border-top: none;
    padding: 0 0;
    position: static;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    gap: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item {
    margin-right: 32px;
    display: inline-block;
  }
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item:last-child {
    margin-right: 0;
  }
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item > a {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item > a {
    font-size: 1.4rem !important;
  }
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item > a:hover {
    font-weight: normal;
    color: #ddd;
  }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item > a:hover {
    font-weight: normal;
    color: #ddd;
  }
}

@media screen and (max-width: 1023px) {
  .PD01_lnb .swiper-button-prev,
  .PD01_lnb .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body.gnbHideDown .PD01_lnb .PD01_lnb--list {
    border-top: 0;
  }
  body.gnbHideDown .PD01_lnb:not(.fixed) .PD01_lnb--list {
    border-top: 1px solid #333;
  }
  body.gnbShowUp .PD01_lnb .PD01_lnb--list {
    border-top: 1px solid #333;
  }
  body.gnbHideDown .lnb_wrapper .PD01_lnb.fixed {
    top: -1px;
    padding-top: 1px !important;
    height: 105px;
  }
  .PD01_lnb {
    padding: 0;
    height: 104px;
  }
  @-webkit-keyframes fixedAimationStart {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    to {
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes fixedAimationStart {
    from {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
    }
    to {
      -webkit-transform: none;
              transform: none;
    }
  }
  .PD01_lnb.rightAlign .PD01_lnb--list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--title {
    position: relative;
    left: 0;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    max-width: 152px;
    display: block;
    -webkit-box-align: start;
  }
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--list__right {
    max-width: 100% !important;
    margin: 0 auto;
    margin-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100% !important;
  }
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container {
    padding: 0 24px;
  }
  .PD01_lnb.rightAlign .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb--cta {
    right: 24px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin: 0;
  }
  .PD01_lnb .PD01_lnb--title-wrap.category-none {
    max-width: 194px;
  }
  .PD01_lnb .PD01_lnb--title-wrap.category-none .PD01_lnb--title {
    max-width: 194px !important;
    display: block;
    display: -webkit-box;
    max-height: 2.84em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.42em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    left: 0;
  }
  .PD01_lnb .PD01_lnb--list {
    padding: 0 24px;
    border-top: 1px solid #333;
  }
  .PD01_lnb .PD01_lnb--title-wrap {
    max-width: 100%;
    margin-right: 0;
  }
  .PD01_lnb .PD01_lnb--title {
    font-size: 1.4rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    height: auto;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    text-align: left;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    max-width: 152px;
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .PD01_lnb .PD01_lnb--list__child {
    padding: 0 0;
  }
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item {
    margin-right: 24px;
    height: 48px;
    line-height: 48px;
  }
  .PD01_lnb .PD01_lnb--list__child .PD01_lnb--list__child__item:last-child {
    margin-right: 0;
  }
  .PD01_lnb .PD01_lnb--list__right {
    position: absolute;
    left: 0;
    top: 55px;
    background: #000;
    border-top: 1px solid #333;
    width: 100%;
    padding: 0;
  }
}

/* 221116 모바일 LNB Mobile Submenu 인지개선 */
@media screen and (max-width: 767px){
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container::before,
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container::after{
    width: 48px;
  }
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container.beforeShow::before {
    display: block;
  }
  .PD01_lnb .PD01_lnb--list__right .swiper-button-prev,
  .PD01_lnb .PD01_lnb--list__right .swiper-button-next{
    background-image: url(../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-next.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .PD01_lnb .PD01_lnb--list__right .swiper-button-prev{
    left: 12px;
  }
  .PD01_lnb .PD01_lnb--list__right .swiper-button-next,
  .PD01_lnb.ctaUsed.rightAlign .PD01_lnb--list .PD01_lnb--list__right .PD01_lnb-swiper-container .swiper-button-next{
    right: 12px;
  }
  .PD01_lnb .swiper-button-prev,
  .PD01_lnb .swiper-button-next{
    display: block;
  }
  .PD01_lnb .PD01_lnb--list__right .PD01_lnb-swiper-container.afterShow::after {
    display: block;
  }
}