.CO38_whats-new .CO38_whats-new_wrap {
  background-color: #f2f2f2;
  padding: 80px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Samsung One", sans-serif;
}

.CO38_whats-new .CO38_whats-new_wrap > * {
  max-width: 1156px;
  width: 100%;
  text-align: left;
}

.CO38_whats-new .CO38_whats-new__headline h2 {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 40px;
}

.CO38_whats-new .CO38_whats-new_tab-nav {
  position: relative;
  margin-bottom: 40px;
}

.CO38_whats-new .CO38_whats-new_tab-nav > button {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #757575;
  margin-bottom: -2px;
  position: relative;
  padding: 0 24px;
}

.CO38_whats-new .CO38_whats-new_tab-nav > button.active {
  color: #000;
  background: #000;
  color: #fff;
  padding: 10px 24px;
  border-radius: 10px;
}

.CO38_whats-new .CO38_whats-new_tab-nav > button::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #ddd;
  position: absolute;
  right: -16px;
  position: absolute;
  margin-top: 3px;
}

.CO38_whats-new .CO38_whats-new_tab-nav > button.lastActiveTab::before {
  display: none;
}

.CO38_whats-new .CO38_whats-new_tab-nav > button.active::after {
  display: inline-block;
  width: 0;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -2px;
  left: 32px;
  animation: tabBtnActive 0.5s ease forwards;

  background: red;
}

.CO38_whats-new .CO38_whats-new_tab-wrap-outer {
  position: relative;
  overflow: hidden;
}
.CO38_whats-new .CO38_whats-new_tab-wrap-outer .CO38_whats-new_tab-arrow_prev {
  display: none;
  clear: both;
  content: "";
  position: absolute;
  left: -80px;
  top: 0;
  width: 80px;
  height: 34px;
  text-align: left;
  background-image: linear-gradient(to right, #f2f2f2 43%, rgba(242, 242, 242, 0) 111%);
  transition: 0.25s ease all;
  z-index: 1;
}
.CO38_whats-new .CO38_whats-new_tab-wrap-outer.addLgrd .CO38_whats-new_tab-arrow_prev {
  left: 0;
}
.CO38_whats-new .CO38_whats-new_tab-wrap-outer .CO38_whats-new_tab-arrow_next {
  display: none !important;
  clear: both;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 34px;
  background-image: linear-gradient(to right, #f2f2f2 43%, rgba(242, 242, 242, 0) 111%);
  transform: rotate(180deg);
  transition: 0.25s ease all;
  z-index: 1;
}
.CO38_whats-new .CO38_whats-new_tab-wrap-outer [class*="CO38_whats-new_tab-arrow"] svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(180deg);
  display: inline-block;
}
.CO38_whats-new .CO38_whats-new_tab-wrap-outer .CO38_whats-new_tab-arrow_next svg {
  top: auto;
  bottom: 0;
}

.CO38_whats-new .CO38_whats-new_tab-wrap-outer.removeRgrd .CO38_whats-new_tab-arrow_next {
  right: -80px;
}

.CO38_whats-new .CO38_whats-new_tab-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  scroll-behavior: smooth;
}

.CO38_whats-new
  .CO38_whats-new_tab-wrap-outer.none-scroll
  .CO38_whats-new_tab-wrap
  .CO38_whats-new_tab-nav
  > button:last-child {
}
.CO38_whats-new
  .CO38_whats-new_tab-wrap-outer.none-scroll
  .CO38_whats-new_tab-wrap
  .CO38_whats-new_tab-nav
  > button:last-child::before {
  display: none;
}

@media screen and (min-width: 1023px) {
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer.none-scroll [class*="CO38_whats-new_tab-arrow"] {
    display: none !important;
  }

  .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item:not(.CO38_whats-new_item-row2) a {
    aspect-ratio: 1.0137 / 1;
  }
}

.CO38_whats-new .CO38_whats-new_tab-wrap.none-smooth {
  scroll-behavior: unset;
}

.CO38_whats-new .CO38_whats-new_tab-wrap::-webkit-scrollbar {
  display: none;
}

.CO38_whats-new .CO38_whats-new_tab-nav {
  display: flex;
  gap: 32px;
}

.CO38_whats-new .CO38_whats-new_tab-nav > button {
  white-space: nowrap;
}
.CO38_whats-new .CO38_whats-new_tab-nav > button:hover:not(.active) {
  color: #000;
  background: #fff;
  border-radius: 10px;
}

@keyframes tabBtnActive {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 32px);
  }
}

@media screen and (max-width: 1023px) {
  @keyframes tabBtnActive {
    0% {
      width: 0;
    }
    100% {
      width: calc(100% - 28px);
    }
  }
}

@media screen and (max-width: 767px) {
  @keyframes tabBtnActive {
    0% {
      width: 0;
    }
    100% {
      width: calc(100% - 24px);
    }
  }
}

.CO38_whats-new .CO38_whats-new_list {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  display: none;
}

.CO38_whats-new .CO38_whats-new_list.active {
  display: grid;
}

.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item {
  background-color: #fff;
  border-radius: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.8s;
  overflow: hidden;
  max-height: 364px;
}

.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item.active {
  transform: translateY(0px);
  opacity: 1;
}

.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item:nth-child(2) {
  transition-delay: 0.1s;
}
.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item:nth-child(3) {
  transition-delay: 0.2s;
}
.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item:nth-child(4) {
  transition-delay: 0.3s;
}
.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item:nth-child(5) {
  transition-delay: 0.4s;
}
.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item:nth-child(6) {
  transition-delay: 0.5s;
}

.CO38_whats-new .CO38_whats-new_list.CO38_layout_typeB.type5ea .CO38_whats-new_item:nth-child(6) {
  display: none;
}
.CO38_whats-new .CO38_whats-new_list.CO38_layout_typeB.type5ea .CO38_whats-new_item:nth-child(7) {
  display: none;
}

.CO38_whats-new .CO38_whats-new_list.CO38_layout_typeC.type5ea .CO38_whats-new_item:nth-child(6) {
  display: none;
}
.CO38_whats-new .CO38_whats-new_list.CO38_layout_typeC.type5ea .CO38_whats-new_item:nth-child(7) {
  display: none;
}

.CO38_whats-new .CO38_whats-new_content {
  max-height: 156px;
  padding: 24px;
}

.CO38_whats-new .CO38_whats-new_item .CO38_whats-new_category {
  font-family: "Samsung One", sans-serif;
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.CO38_whats-new .CO38_whats-new_item .CO38_whats-new_title span {
  font-family: "Samsung One", sans-serif;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.CO38_whats-new .CO38_layout_typeC.type5ea .CO38_whats-new_item .CO38_whats-new_title span {
  font-size: 24px;
  line-height: 32px;
  font-family: "Samsung Sharp Sans", sans-serif;
  -webkit-line-clamp: 2;
}
.CO38_whats-new .CO38_layout_typeC.type5ea .CO38_whats-new_item.CO38_whats-new_item-row2 .CO38_whats-new_title span {
  -webkit-line-clamp: 3;
}

.CO38_whats-new .CO38_layout_typeC.type6ea .CO38_whats-new_item .CO38_whats-new_title span {
  font-size: 24px;
  line-height: 32px;
  font-family: "Samsung Sharp Sans", sans-serif;
  -webkit-line-clamp: 2;
}
.CO38_whats-new .CO38_layout_typeB .CO38_whats-new_item .CO38_whats-new_title span {
  font-size: 24px;
  line-height: 32px;
  font-family: "Samsung Sharp Sans", sans-serif !important;
}

.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item-row2 picture {
  height: 100%;
}

.CO38_whats-new .CO38_whats-new_item-row2 {
  position: relative;
  border-radius: 30px;
  grid-column: 1 / 3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition:
    background-size 0.2s ease,
    transform 0.8s,
    opacity 0.8s;
  -webkit-transition:
    background-size 0.2s ease,
    transform 0.8s,
    opacity 0.8s;
  -moz-transition:
    background-size 0.2s ease,
    transform 0.8s,
    opacity 0.8s;
  -o-transition:
    background-size 0.2s ease,
    transform 0.8s,
    opacity 0.8s;
  -ms-transition:
    background-size 0.2s ease,
    transform 0.8s,
    opacity 0.8s;
  overflow: hidden;
  font-family: "Samsung Sharp Sans", sans-serif;
}
.CO38_whats-new .CO38_whats-new_item-row2 .CO38_whats-new_title span {
  font-family: "Samsung Sharp Sans", sans-serif !important;
}
.CO38_whats-new .CO38_whats-new_item-row2 .CO38_whats-new_category {
  width: 87.976%;
}

.CO38_whats-new .CO38_whats-new_item-fullimg .CO38_whats-new_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 32px;
}
.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item-row2 .CO38_whats-new_content {
  padding-left: 40px;
  padding-right: 40px;
}

.CO38_whats-new .CO38_whats-new_item-fullimg .CO38_whats-new_content .CO38_whats-new_category {
  color: #fff;
}

.CO38_whats-new .CO38_whats-new_item-fullimg .CO38_whats-new_content .CO38_whats-new_title span {
  font-family: "Samsung One", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  width: 100%;
  max-width: 600px;
}

.CO38_whats-new .CO38_whats-new_item.CO38_whats-new_item-row2:hover {
  background-size: 110% 110%;
}

.CO38_whats-new .CO38_whats-new_item picture {
  overflow: hidden;
}
.CO38_whats-new .CO38_whats-new_item.CO38_whats-new_item-fullimg picture {
  width: 100%;
  height: 100%;
}

.CO38_whats-new .CO38_whats-new_item picture img {
  width: 100%;
  height: 100%;
  transition: 0.25s;
  object-fit: cover;
}
.CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item:not(.CO38_whats-new_item-fullimg) picture {
  aspect-ratio: 1.7778 / 1;
}

.CO38_whats-new .CO38_whats-new_item:hover picture img {
  transform: scale(1.1);
}

@media screen and (max-width: 1023px) {
  .CO38_whats-new .CO38_whats-new_wrap {
    padding: 60px 32px;
  }

  .CO38_whats-new .CO38_whats-new__headline h2 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 32px;
  }

  .CO38_whats-new .CO38_whats-new_tab-wrap-outer {
    width: calc(100% + 64px);
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap {
    padding-left: 32px;
  }

  .CO38_whats-new .CO38_whats-new_tab-wrap-outer.none-scroll .CO38_whats-new_tab-wrap {
  }

  .CO38_whats-new .CO38_whats-new_tab-nav {
    margin-bottom: 32px;
    gap: 28px;
    margin-right: 32px;
    width: fit-content;
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button {
    font-size: 15px;
    line-height: 20px;
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button.active {
    padding: 10px 20px;
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button.active::after {
    left: 28px;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer [class*="CO38_whats-new_tab-arrow"] {
    width: 32px;
    transition: none !important;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer .CO38_whats-new_tab-arrow_prev {
    left: 0 !important;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer .CO38_whats-new_tab-arrow_next {
    right: 0 !important;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer [class*="CO38_whats-new_tab-arrow"] svg {
    display: none !important;
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button:last-child {
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button:last-child::before {
    content: "";
    display: block;
    width: 32px;
    height: 2px;
    background: #f2f2f2;
    position: absolute;
    bottom: -2px;
    left: 100%;
    margin-left: -32px;
    z-index: 1;
  }

  .CO38_whats-new .CO38_whats-new_list {
    grid-template-columns: 1fr 1fr;
  }
  .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item {
    max-height: none;
  }

  .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item {
    border-radius: 25px;
  }
  .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item a {
    height: 100%;
    border-radius: 25px;
  }
  .CO38_whats-new .CO38_whats-new_list.CO38_layout_typeB.type5ea .CO38_whats-new_item {
    border-radius: 25px;
  }
  .CO38_whats-new .CO38_whats-new_list.CO38_layout_typeB.type6ea .CO38_whats-new_item {
    border-radius: 25px;
  }
  .CO38_whats-new .CO38_whats-new_list.CO38_layout_typeC.type5ea .CO38_whats-new_item-row2 {
    height: 332px;
    border-radius: 25px;
  }

  .CO38_whats-new .CO38_whats-new_item {
    border-radius: 25px;
  }

  .CO38_whats-new .CO38_whats-new_content {
    height: 140px;
    padding: 20px;
  }

  .CO38_whats-new .CO38_whats-new_item .CO38_whats-new_title span {
    font-size: 15px;
    line-height: 20px;
  }

  .CO38_whats-new .CO38_layout_typeC .CO38_whats-new_item .CO38_whats-new_title span {
    font-size: 20px;
    line-height: 27px;
  }
  .CO38_whats-new .CO38_layout_typeC.type5ea .CO38_whats-new_item .CO38_whats-new_title span,
  .CO38_whats-new .CO38_layout_typeC.type6ea .CO38_whats-new_item .CO38_whats-new_title span {
    font-size: 20px;
    line-height: 27px;
  }

  .CO38_whats-new .CO38_whats-new_item-row2 {
    min-height: 332px;
    background-size: 100%;
  }
  .CO38_whats-new .CO38_whats-new_item-row2 .CO38_whats-new_category {
    width: 100%;
  }

  .CO38_whats-new .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_content {
    height: 136px;
    padding: 20px 20px 46px 20px;
  }

  .CO38_whats-new .CO38_whats-new_item-fullimg .CO38_whats-new_content {
    padding: 32px 32px 40px;
  }

  .CO38_whats-new .CO38_whats-new_item-fullimg .CO38_whats-new_content .CO38_whats-new_title span {
    font-size: 20px;
    line-height: 27px;
    max-width: 634px;
  }

  .CO38_whats-new .CO38_whats-new .CO38_whats-new_list-discover .CO38_whats-new_content .CO38_whats-new_title span {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .CO38_whats-new .CO38_whats-new_wrap {
    padding: 40px 24px;
  }

  .CO38_whats-new .CO38_whats-new__headline h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 24px;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer {
    width: calc(100% + 48px);
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap {
    padding-left: 24px;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer [class*="CO38_whats-new_tab-arrow"] {
    width: 24px;
  }

  .CO38_whats-new .CO38_whats-new_tab-nav {
    margin-bottom: 24px;
    gap: 24px;
    width: fit-content;
    margin-right: 24px;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer.none-scroll .CO38_whats-new_tab-wrap {
  }

  .CO38_whats-new .CO38_whats-new_tab-nav > button {
    font-size: 14px;
    padding-left: 24px;
    padding: 10px 12px;
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button.active {
    padding: 10px 12px;
  }

  .CO38_whats-new .CO38_whats-new_tab-nav > button:last-child {
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button:last-child::before {
    width: 24px;
    margin-left: -24px;
  }
  .CO38_whats-new .CO38_whats-new_tab-nav > button.active::after {
    left: 24px;
  }
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer .CO38_whats-new_tab-arrow_prev,
  .CO38_whats-new .CO38_whats-new_tab-wrap-outer .CO38_whats-new_tab-arrow_next {
    height: 30px;
    display: none !important;
  }

  .CO38_whats-new .CO38_whats-new_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .CO38_whats-new .CO38_whats-new_item {
    background-color: #fff;
    border-radius: 20px;
  }

  .CO38_whats-new .CO38_whats-new_content {
    max-height: unset;
    height: 130px;
    padding: 20px;
  }

  .CO38_whats-new .CO38_whats-new_item .CO38_whats-new_title span {
    font-size: 14px;
    line-height: 20px;
  }
  .CO38_whats-new .CO38_layout_typeC .CO38_whats-new_item .CO38_whats-new_title span {
    font-size: 16px;
    line-height: 22px;
  }
  .CO38_whats-new .CO38_layout_typeC.type5ea .CO38_whats-new_item .CO38_whats-new_title span,
  .CO38_whats-new .CO38_layout_typeC.type6ea .CO38_whats-new_item .CO38_whats-new_title span {
    font-size: 16px;
    line-height: 22px;
  }

  .CO38_whats-new .CO38_whats-new_item-row2 {
    grid-column: 1 / 2;
    min-height: 306px;
  }

  .CO38_whats-new .CO38_whats-new_item-fullimg .CO38_whats-new_content {
    padding: 24px;
  }
  .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item-row2 .CO38_whats-new_content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .CO38_whats-new .CO38_whats-new_item .CO38_whats-new_category {
    font-size: 12px;
    line-height: 16px;
  }
  .CO38_whats-new .CO38_whats-new_item-fullimg .CO38_whats-new_content .CO38_whats-new_title span {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    -webkit-line-clamp: 4;
  }
  .CO38_whats-new .CO38_layout_typeC.type5ea .CO38_whats-new_item.CO38_whats-new_item-row2 .CO38_whats-new_title span {
    -webkit-line-clamp: 4;
  }
  .CO38_whats-new .CO38_layout_typeB .CO38_whats-new_item .CO38_whats-new_content .CO38_whats-new_title span {
    -webkit-line-clamp: 3;
  }
  .CO38_whats-new
    .CO38_layout_typeB
    .CO38_whats-new_item.CO38_whats-new_item-row2
    .CO38_whats-new_content
    .CO38_whats-new_title
    span {
    -webkit-line-clamp: 4;
  }

  .CO38_whats-new .CO38_whats-new .CO38_whats-new_list-discover .CO38_whats-new_content {
    padding-bottom: 28px;
  }

  .CO38_whats-new .CO38_whats-new .CO38_whats-new_list-discover .CO38_whats-new_content .CO38_whats-new_title span {
    height: 66px;
    font-size: 16px;
  }

  .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item {
    border-radius: 20px;
  }
  .CO38_whats-new .CO38_whats-new_list .CO38_whats-new_item a {
    border-radius: 20px;
  }
  .CO38_whats-new .CO38_whats-new_list.CO38_layout_typeB.type5ea .CO38_whats-new_item {
    border-radius: 20px;
  }
  .CO38_whats-new .CO38_whats-new_list.CO38_layout_typeB.type6ea .CO38_whats-new_item {
    border-radius: 20px;
  }
  .CO38_whats-new .CO38_whats-new_list.CO38_layout_typeC.type5ea .CO38_whats-new_item-row2 {
    height: 306px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .CO38_whats-new .ta_only,
  .CO38_whats-new .m_only {
    display: none !important;
  }
  .CO38_whats-new .pc_only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .CO38_whats-new .pc_only,
  .CO38_whats-new .m_only {
    display: none !important;
  }
  .CO38_whats-new .ta_only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .CO38_whats-new .m_only {
    display: block !important;
  }
  .CO38_whats-new .pc_only,
  .CO38_whats-new .ta_only {
    display: none !important;
  }
}
