@charset "utf-8";

/* platform-N1 */
.platform-N1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  background: linear-gradient(180deg, rgba(var(--black-rgb), 0.5), rgba(var(--black-rgb), 0));
}

.platform-N1 .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 6rem;
  box-sizing: border-box;
}

.platform-N1.top-menu-active .header-container {
  padding-top: 6.7rem;
}

.platform-N1 .header-top {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  left: 0;
}

.platform-N1 .user-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem;
  margin: 0 auto;
}

.platform-N1 .user-menu li {
  position: relative;
}

.platform-N1 .user-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: #e5e5e5;
}

.platform-N1 .user-menu li a {
  padding: 2rem 1.2rem;
  text-align: center;
  white-space: nowrap;
}

.platform-N1 .user-menu li:last-child a {
  padding: 2rem 0 2rem 1.2rem;
}

.platform-N1 .header-left {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.platform-N1 .header-title {
  margin-bottom: 0;
}

.platform-N1 .header-title a {
  height: 3.3rem;
}

.platform-N1 .header-title img {
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}

.platform-N1 .header-gnblist {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.platform-N1 .header-gnbitem {
  position: relative;
}

.platform-N1 .header-gnblink {
  height: 100%;
  padding: 2.8rem 3rem;
  text-align: center;
  white-space: nowrap;
  color: var(--white);
}

.platform-N1 .header-gnblink span {
  position: relative;
}

.platform-N1 .header-gnblink span::after {
  content: "";
  height: 0.2rem;
  width: 100%;
  transition: 0.3s;
  transform: scaleX(0);
}

.platform-N1 .header-sublist {
  min-height: 0;
  position: absolute;
  left: -1rem;
  top: 100%;
  transition: opacity 0.3s;
  padding: 1rem;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  border-radius: 0.4rem;
  background: var(--white);
  box-shadow: 1px 1px 3rem 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3rem);
}

.platform-N1 .header-gnbitem:hover .header-sublist {
  min-height: auto;
  opacity: 1;
  overflow: hidden;
  pointer-events: auto;
}

.platform-N1 .header-gnbitem:hover .header-gnblink span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  background: var(--white);
  transform: scaleX(1);
}

.platform-N1 .header-subitem {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

.platform-N1 .header-sublink {
  width: 100%;
  padding: 1rem 1.4rem;
  transition: color 0.2s, background 0.2s;
  will-change: color, background;
  border-radius: 0.4rem;
}

.platform-N1 .header-sublink:hover {
  background: #f8f9fb;
  color: var(--black);
}

.platform-N1 .header-right {
  display: flex;
  align-items: center;
}

.platform-N1 .header-right .header-gnb {
  margin-right: 1.8rem;
}

.platform-N1 .header-utils>ul {
  display: flex;
  align-items: center;
}

.platform-N1 .header-utils>ul>li {
  margin-left: 1.2rem;
}

.platform-N1 .header-utils>ul>li>img {
  width: auto;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.platform-N1 .header-right button {
  max-width: 3.2rem;
  background: none;
  border: none;
}

.platform-N1 .header-right button img {
  width: auto;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.platform-N1 .header-utils .member a {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 0;
  display: block;
}

.platform-N1 .header-utils .member img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.platform-N1 .header-utils .btn-allmenu {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.platform-N1 .header-utils .btn-allmenu:hover .ico-hamburger:nth-child(2) {
  width: 2.4rem;
}

.platform-N1 .header-utils .btn-allmenu .ico-hamburger,
.platform-N1 .btn-momenu .ico-hamburger {
  width: 2.4rem;
  height: 0.2rem;
  background: var(--white);
  border-radius: 1rem;
  transition: width 0.3s, transform 0.3s, opacity 0.3s;
  will-change: width, transform, opacity;
}

.platform-N1 .header-utils .btn-allmenu .ico-hamburger:nth-child(even),
.platform-N1 .btn-momenu .ico-hamburger:nth-child(2) {
  width: 1.4rem;
}

.platform-N1 .btn-momenu {
  display: none;
}

.platform-N1 .btn-moclose {
  display: none;
}

.platform-N1 .header-fullmenu {
  position: fixed;
  z-index: 99999;
  padding: 0 2.4rem;
  background: var(--black);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.platform-N1 .header-fullmenu.fullmenu-right {
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
}

.platform-N1 .header-fullmenu.fullmenu-left {
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
}

.platform-N1 .header-fullmenu.fullmenu-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.platform-N1 .header-fullmenu.fullmenu-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}

.platform-N1 .header-fullmenu.fullmenu-active {
  width: 100%;
  height: 100vh;
  opacity: 1;
  visibility: visible;
}

.platform-N1 .fullmenu-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
}

.platform-N1 .fullmenu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10rem;
}

.platform-N1 .fullmenu-title {
  margin-bottom: 0;
}

.platform-N1 .fullmenu-title a {
  width: 13.6rem;
  height: 4.3rem;
}

.platform-N1 .fullmenu-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platform-N1 .fullmenu-gnblist {
  display: flex;
  justify-content: center;
}

.platform-N1 .fullmenu-gnbitem {
  width: 20%;
}

.platform-N1 .fullmenu-gnbitem+.fullmenu-gnbitem {
  margin-left: 4rem;
}

.platform-N1 .fullmenu-gnblink {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.platform-N1 .fullmenu-gnblink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background: var(--white);
  transition: 0.2s;
}

.platform-N1 .fullmenu-gnblink.on::after {
  width: 18rem;
}

.platform-N1 .fullmenu-sublist {
  padding-top: 4rem;
}

.platform-N1 .fullmenu-subitem+.fullmenu-subitem {
  padding-top: 0.8rem;
}

.platform-N1 .fullmenu-sublink {
  color: #a2a2a2;
  position: relative;
  padding-bottom: 5px;
  transition: 0.3s;
}

.platform-N1 .fullmenu-sublink::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  transition: width 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.platform-N1 .fullmenu-sublink:hover {
  color: var(--white);
}

.platform-N1 .fullmenu-sublink:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.platform-N1 .fullmenu-close {
  position: fixed;
  right: 8rem;
  top: 2.4rem;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0.5rem;
  background: transparent;
  border: none;
}

.platform-N1 .fullmenu-close img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .platform-N1 .user-menu {
    padding: 0 4rem;
  }
}

@media (max-width: 992px) {
  .platform-N1 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .platform-N1.top-menu-active .header-container {
    padding-top: 0;
  }

  .platform-N1 .header-gnb {
    width: 100%;
    height: 0;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
    padding: 0 2.4rem;
    transition: height 0.3s;
    z-index: 9;
  }

  .platform-N1.block-active {
    background: var(--black);
  }

  .platform-N1.block-active .header-gnb {
    height: calc(100vh - 6rem);
    padding-bottom: 19rem;
    overflow-y: auto;
    background: #111111;
  }

  .platform-N1 .header-container {
    min-height: 6rem;
  }

  .platform-N1 .header-top {
    border: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s, visibilty 0.3s 0.1s;
    will-change: opacity, visibility;
    z-index: 10;
  }

  .platform-N1.block-active .header-top {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .platform-N1 .user-menu {
    padding: 0 2.2rem;
    justify-content: flex-start;
  }

  .platform-N1 .user-menu li a,
  .platform-N1 .user-menu li:last-child a {
    padding: 2.4rem 1.2rem;
  }

  .platform-N1 .user-menu li:first-child a {
    padding-left: 0;
  }

  .platform-N1 .header-title a {
    width: 8.2rem;
    height: 2.6rem;
  }

  .platform-N1 .header-center {
    width: 100%;
    height: 0;
    top: 100%;
    left: 0;
    transform: none;
  }

  .platform-N1 .header-gnblist {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s 0.1s;
  }

  .platform-N1 .header-gnblink {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 1.8rem 0;
    text-align: left;
    transition: border 0.3s;
    will-change: border;
    border-bottom: 1px solid rgba(var(--white-rgb), 0.2);
  }

  .platform-N1.top-menu-active .header-gnbitem:first-child .header-gnblink {
    padding-top: 6.8rem;
  }

  .platform-N1 .header-gnbitem:hover .header-gnblink span {
    border: none;
  }

  .platform-N1 .header-gnbitem:hover .header-gnblink span::after {
    content: none;
  }

  .platform-N1 .header-sublist {
    display: none;
    position: relative;
    left: 0;
    opacity: 1;
    padding: 1.8rem 0 2rem 0;
    box-shadow: none;
    background: none;
  }

  .platform-N1 .header-gnbitem.item-active .header-gnblink {
    border-bottom: 1px solid var(--white);
  }

  .platform-N1 .header-subitem {
    width: 100%;
  }

  .platform-N1 .header-subitem+.header-subitem {
    padding-top: 0.8rem;
  }

  .platform-N1 .header-sublink {
    padding: 0;
    color: rgba(var(--white-rgb), 0.5);
  }

  .platform-N1 .header-sublink:active {
    color: var(--white);
  }

  .platform-N1 .header-sublink:hover {
    background: none;
    color: var(--white);
  }

  .platform-N1 .header-right button,
  .platform-N1 .header-utils .member a {
    width: 2.8rem;
    height: 2.8rem;
  }

  .platform-N1 .header-utils>ul>li {
    margin-left: 0.6rem;
  }

  .platform-N1 .header-utils .allmenu {
    display: none;
  }

  .platform-N1 .btn-momenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    margin-left: 0.6rem;
  }

  .platform-N1 .btn-momenu .ico-hamburger {
    width: 2rem;
  }

  .platform-N1 .btn-momenu .ico-hamburger:nth-child(2) {
    width: 1.2rem;
  }

  .platform-N1.block-active .header-center {
    pointer-events: auto;
  }

  .platform-N1.block-active .header-title {
    height: 6rem;
    display: flex;
    align-items: center;
  }

  .platform-N1.block-active .header-gnblist {
    opacity: 1;
    visibility: visible;
  }

  .platform-N1 .header-gnbitem:has(.header-subitem) .header-gnblink::after {
    content: "";
    display: flex;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../icons/ico_downarrow_white.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transition: transform 0.3s;
    will-change: transform;
  }

  .platform-N1.block-active .header-gnblink {
    align-items: center;
    justify-content: space-between;
  }

  .platform-N1.block-active .header-gnbitem.item-active .header-gnblink::after {
    content: "";
    transform: rotate(180deg);
  }

  .platform-N1.block-active .btn-momenu .ico-hamburger:nth-child(1) {
    transform: translateY(0.8rem) rotate(45deg);
  }

  .platform-N1.block-active .btn-momenu .ico-hamburger:nth-child(3) {
    transform: translateY(-0.8rem) rotate(-45deg);
  }

  .platform-N1.block-active .btn-momenu .ico-hamburger:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .platform-N1 .header-fullmenu {
    display: none;
  }
}
/* platform-N3 */
.platform-N3 {
  position: relative;
  padding-top: calc(8rem + 6rem);
  padding-bottom: 5rem;
  background: var(--black);
  overflow: hidden;
}

.platform-N3 .contents-inner {
  position: relative;
  width: 100%;
}

.platform-N3 .contents-swiper {
  position: relative;
  padding: 0 3.4rem;
  overflow: hidden;
}

.platform-N3 .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.platform-N3 .swiper-slide {
  width: 100%;
  height: 45rem;
  border-radius: 2rem;
  overflow: hidden;
}

.platform-N3 .imageset {
  width: 100%;
  height: 100%;
}

.platform-N3 .textset {
  position: absolute;
  bottom: 6rem;
  left: 0;
  padding: 0 6rem;
}

.platform-N3 .textset .textset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.platform-N3 .textset .btnset {
  min-width: 14rem;
  margin-top: 3.2rem;
}

.platform-N3 .swiper-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2.4rem;
}

.platform-N3 .swiper-btn {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_next_arrow_white.svg) no-repeat center/contain;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.platform-N3 .swiper-btn:hover {
  opacity: 1;
}

.platform-N3 .swiper-prev-btn {
  transform: rotate(180deg);
}

.platform-N3 .swiper-pagination {
  display: flex;
  align-items: center;
  width: auto;
  position: static;
  opacity: 1;
}

.platform-N3 .swiper-pagination-bullet {
  opacity: 0.5;
  background: var(--white);
}

.platform-N3 .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .platform-N3 {
    padding-top: calc(6rem + 3rem);
    padding-bottom: 3rem;
  }

  .platform-N3 .textset {
    bottom: 2rem;
    padding: 0 2.4rem;
  }

  .platform-N3 .textset .btnset {
    min-width: auto;
    margin-top: 1.5rem;
  }

  .platform-N3 .swiper-control {
    gap: 0.8rem;
    margin-top: 2rem;
  }

  .platform-N3 .contents-swiper {
    padding: 0 2.4rem;
  }

  .platform-N3 .swiper-slide {
    height: 35rem;
  }

  .platform-N3 .swiper-pagination {
    max-width: 16rem;
  }

  .platform-N3 .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
  }
}

@media (max-width: 768px) {
  .platform-N3 .contents-swiper {
    padding: 0 1.2rem;
  }
}
/* platform-N4 */
.platform-N4 {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background: var(--black);
}

.platform-N4 .contents-inner {
  width: 100%;
}

.platform-N4 .contents-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.4rem;
}

.platform-N4 .contents-tit {
  max-width: calc(100% - 5.6rem);
  color: var(--white);
}

.platform-N4 .swiper-control {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.platform-N4 .swiper-btn {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../icons/ico_next_arrow_white.svg) no-repeat center/contain;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.platform-N4 .swiper-btn:hover {
  opacity: 1;
}

.platform-N4 .swiper-prev-btn {
  transform: rotate(180deg);
}

.platform-N4 .cardset:hover .contents-play-btn {
  opacity: 1;
}

.platform-N4 .cardset .cardset-top {
  position: relative;
}

.platform-N4 .cardset .cardset-figure {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 18rem;
}

.platform-N4 .cardset .contents-play-btn {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-color: rgba(var(--white-rgb), 0.4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.8rem;
  opacity: 0;
  box-shadow: 0 3px 1rem rgba(var(--black-rgb), 0.3);
  transition: 0.3s;
}

.platform-N4 .cardset .contents-play-btn.play {
  background-image: url(../icons/ico_play_white.svg);
}

.platform-N4 .cardset .contents-play-btn.pause {
  background-image: url(../icons/ico_pause_white.svg);
}

.platform-N4 .cardset .cardset-body {
  padding-top: 1.8rem;
  padding-bottom: 0;
}

.platform-N4 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.platform-N4 .cardset .cardset-tit+.cardset-desc {
  margin-top: 0.4rem;
}

.platform-N4 .cardset .cardset-desc {
  margin: 0;
  color: #606162;
}

@media (max-width: 992px) {
  .platform-N4 {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .platform-N4 .contents-top {
    margin-bottom: 2rem;
  }

  .platform-N4 .cardset .cardset-figure {
    height: 15.4rem;
    border-radius: 1.2rem;
  }

  .platform-N4 .cardset .contents-play-btn {
    opacity: 1;
  }

  .platform-N4 .cardset .cardset-body {
    padding-top: 1rem;
  }

  .platform-N4 .cardset .cardset-tit+.cardset-desc {
    margin-top: 0.2rem;
  }
}
/* platform-N5 */
.platform-N5 {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background: var(--black);
}

.platform-N5 .contents-inner {
  display: flex;
  gap: 4rem;
  width: 100%;
}

.platform-N5 .temu-btn {
  padding: 0;
  border: none;
  background-color: transparent;
}

.platform-N5 .tit-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.4rem;
}

.platform-N5 .contents-tit {
  max-width: calc(100% - 6.8rem);
  color: var(--white);
}

.platform-N5 .contents-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  transition: 0.3s;
}

.platform-N5 .contents-link span {
  color: #999;
  transition: 0.3s;
}

.platform-N5 .contents-link .link-icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../icons/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(0.5);
  -webkit-filter: invert(0.5);
  transition: 0.3s;
}

.platform-N5 .contents-link:hover span {
  color: var(--white);
}

.platform-N5 .contents-link:hover .link-icon {
  filter: none;
  -webkit-filter: none;
}

.platform-N5 .contents-left {
  position: relative;
  width: calc(50% + 23rem);
  z-index: 5;
}

.platform-N5 .album-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.platform-N5 .album-group+.album-group {
  margin-top: 2.4rem;
}

.platform-N5 .album-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(100% - 20rem);
  margin-left: 2rem;
}

.platform-N5 .album-thumb-btn {
  flex-shrink: 0;
  position: relative;
  width: 6rem;
  height: 6rem;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}

.platform-N5 .album-thumb-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
}

.platform-N5 .album-thumb-btn:hover::after {
  background-color: rgba(var(--black-rgb), 0.5);
  opacity: 1;
  z-index: 1;
  visibility: visible;
}

.platform-N5 .album-thumb-btn.play::after {
  background-image: url(../icons/ico_play_white.svg);
}

.platform-N5 .album-thumb-btn.pause::after {
  background-image: url(../icons/ico_pause_white.svg);
}

.platform-N5 .album-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.platform-N5 .album-tit {
  min-width: 18rem;
  width: 100%;
  max-width: 100%;
  padding-right: 2rem;
  color: var(--white);
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.platform-N5 .album-artist {
  display: flex;
  align-items: center;
  gap: 0.4rem 2rem;
}

.platform-N5 .album-artist p,
.platform-N5 .album-artist a {
  width: 100%;
  color: #b2b2b2;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.platform-N5 .album-artist .name {
  width: 12rem;
}

.platform-N5 .album-artist .time {
  width: 8.8rem;
}

.platform-N5 .album-utils {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.platform-N5 .album-utils .temu-btn {
  width: 3.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}

.platform-N5 .album-utils .temu-btn.ico-momenu {
  background-image: url(../icons/ico_popmenu_white.svg);
  filter: invert(0.5);
  -webkit-filter: invert(0.5);
}

.platform-N5 .album-utils .temu-btn.ico-momenu.active,
.platform-N5 .album-utils .temu-btn.ico-momenu:hover {
  filter: none;
  -webkit-filter: none;
}

.platform-N5 .album-utils .temu-btn.ico-momenu+.momenu-wrap {
  height: 14.4rem;
}

.platform-N5 .album-utils .temu-btn.ico-plus+.momenu-wrap {
  height: 9.6rem;
}

.platform-N5 .utils-group {
  display: flex;
  align-items: center;
  position: relative;
}

.platform-N5 .album-utils .temu-btn.ico-plus {
  background-image: url(../icons/ico_plus_white.svg);
  filter: invert(0.5);
  -webkit-filter: invert(0.5);
  transition: 0.3s;
}

.platform-N5 .album-utils .temu-btn.ico-plus.active,
.platform-N5 .album-utils .temu-btn.ico-plus:hover {
  filter: none;
  -webkit-filter: none;
}

.platform-N5 .momenu-wrap {
  position: absolute;
  top: calc(100% + 0.8rem);
  right: 0;
  width: 24rem;
  height: auto;
  z-index: 20;
  background-color: #282828;
  border-radius: 1rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
}

.platform-N5 .momenu-wrap.ps-top {
  top: auto;
  bottom: calc(100% + 0.8rem);
}

.platform-N5 .momenu-wrap.active {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.platform-N5 .momenu-wrap .momenu-list {
  max-height: 100%;
  overflow-y: auto;
}

.platform-N5 .momenu-wrap .momenu-list::-webkit-scrollbar {
  width: 6px;
}

.platform-N5 .momenu-wrap .momenu-list::-webkit-scrollbar-track {
  background-color: #ddd;
}

.platform-N5 .momenu-wrap .momenu-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.platform-N5 .momenu-wrap .momenu-item {
  background-color: transparent;
  transition: 0.3s;
}

.platform-N5 .momenu-wrap .momenu-item:hover {
  background-color: #363636;
}

.platform-N5 .momenu-wrap .momenu-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 2rem;
}

.platform-N5 .momenu-wrap .momenu-link span {
  color: var(--white);
}

.platform-N5 .momenu-wrap .momenu-link::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.platform-N5 .momenu-wrap .momenu-link.ico-playlist::before {
  background-image: url(../icons/ico_playlist_lightgray.svg);
}

.platform-N5 .momenu-wrap .momenu-link.ico-pluslist::before {
  background-image: url(../icons/ico_plusplaylist_lightgray.svg);
}

.platform-N5 .momenu-wrap .momenu-link.ico-podcast::before {
  background-image: url(../icons/ico_podcast_lightgray.svg);
}

.platform-N5 .momenu-wrap .momenu-link.ico-artist::before {
  background-image: url(../icons/ico_artist_lightgray.svg);
}

.platform-N5 .momenu-wrap .momenu-link.ico-album::before {
  background-image: url(../icons/ico_album_lightgray.svg);
}

.platform-N5 .momenu-wrap .momenu-link.ico-archive::before {
  background-image: url(../icons/ico_archive_lightgray.svg);
}

.platform-N5 .momenu-wrap .momenu-link.ico-share::before {
  background-image: url(../icons/ico_share_lightgray.svg);
}

.platform-N5 .album-like {
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(../icons/ico_heart_gray.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s;
}

.platform-N5 .album-like.active {
  background-image: url(../icons/ico_heart_fill.svg);
}

.platform-N5 .contents-right {
  width: calc(50% - 23rem);
}

.platform-N5 .cardset-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.platform-N5 .cardset {
  position: relative;
  width: 100%;
}

.platform-N5 .cardset:hover .contents-play-btn {
  opacity: 1;
}

.platform-N5 .cardset .cardset-top {
  position: relative;
}

.platform-N5 .cardset .cardset-top .badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  padding: 0.4rem 1.2rem;
  background-color: rgba(var(--white-rgb), 0.1);
  backdrop-filter: blur(3rem) brightness(1.2);
  -webkit-backdrop-filter: blur(3rem) brightness(1.2);
}

.platform-N5 .cardset .cardset-top .badge::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../icons/ico_star_white.svg) no-repeat center/contain;
}

.platform-N5 .cardset .cardset-figure {
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  overflow: hidden;
}

.platform-N5 .cardset .cardset-body {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.6rem;
}

.platform-N5 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--white);
}

.platform-N5 .cardset .cardset-tit+.cardset-desc {
  margin-top: 0.4rem;
}

.platform-N5 .cardset .cardset-desc {
  -webkit-line-clamp: 2;
  margin-top: 0.4rem;
  color: rgba(var(--white-rgb), 0.5);
  margin: 0;
}

@media screen and (max-width: 992px) {
  .platform-N5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .platform-N5 .contents-inner {
    flex-wrap: wrap;
    gap: 6rem;
  }

  .platform-N5 .contents-container {
    width: 100%;
    max-width: 100%;
  }

  .platform-N5 .tit-group {
    margin-bottom: 2rem;
  }

  .platform-N5 .contents-left {
    width: 100%;
  }

  .platform-N5 .contents-left .album-info {
    flex-wrap: wrap;
    max-width: calc(100% - 7.6rem);
    overflow: hidden;
  }

  .platform-N5 .contents-left .album-text {
    width: 100%;
    margin-left: 1.2rem;
    overflow: hidden;
  }

  .platform-N5 .contents-left .album-thumb-btn {
    width: 4.8rem;
    height: 4.8rem;
  }

  .platform-N5 .contents-left .album-name {
    color: #b2b2b2;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .platform-N5 .album-group+.album-group {
    margin-top: 1.6rem;
  }

  .platform-N5 .album-tit {
    max-width: 100%;
    padding-right: 0;
  }

  .platform-N5 .contents-right {
    width: 100%;
  }

  .platform-N5 .album-utils {
    flex-direction: row-reverse;
    gap: 1.2rem;
  }

  .platform-N5 .album-utils .album-plus {
    display: none;
  }

  .platform-N5 .album-artist .time {
    display: none;
  }

  .platform-N5 .album-artist .name {
    width: 100%;
  }

  .platform-N5 .cardset {
    width: 100%;
  }

  .platform-N5 .cardset .cardset-top .badge {
    gap: 0;
    padding: 0.1rem 1rem;
  }

  .platform-N5 .cardset .cardset-figure {
    height: 18rem;
  }

  .platform-N5 .cardset .cardset-top .badge::after {
    width: 1.6rem;
    height: 1.6rem;
  }

  .platform-N5 .cardset .contents-play-btn {
    opacity: 1;
  }

  .platform-N5 .cardset .cardset-body {
    padding-top: 1.2rem;
  }
}
/* newsletter-N6 */
.newsletter-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #000000;
}

.newsletter-N6 .contents-inner {
  width: 100%;
}

.newsletter-N6 .contents-inner h2 {
  color: var(--white);
  text-align: center;
}

.newsletter-N6 .cardset-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 1.6rem;
  margin: 6rem 0 8rem;
}

.newsletter-N6 .cardset .cardset-figure {
  height: auto;
  aspect-ratio: 416/320;
}

.newsletter-N6 .cardset .cardset-img {
  border-radius: 1.2rem;
}

.newsletter-N6 .cardset .cardset-body {
  padding: 1.2rem 0 0 0.8rem;
}

.newsletter-N6 .cardset .cardset-tit {
  color: var(--white);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 1.6rem;
  min-height: 6.4rem;
  font-weight: var(--fw-bold);
}

.newsletter-N6 .cardset .cardset-txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: var(--text-color2);
}

.newsletter-N6 .btn-wrap {
  text-align: center;
}

@media (max-width: 992px) {
  .newsletter-N6 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .newsletter-N6 .cardset-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 0.8rem;
    margin: 3rem 0;
  }

  .newsletter-N6 .cardset .cardset-figure {
    aspect-ratio: 328/254;
  }

  .newsletter-N6 .cardset .cardset-img {
    border-radius: 0.8rem;
  }

  .newsletter-N6 .cardset .cardset-body {
    padding-left: 0.4rem;
  }

  .newsletter-N6 .cardset .cardset-tit {
    margin-bottom: 1.2rem;
    min-height: 0;
  }
}

@media (max-width: 768px) {
  .newsletter-N6 .cardset-wrap {
    grid-template-columns: 1fr;
  }
}
/* newsletter-N8 */
.newsletter-N8 {
  overflow: hidden;
  position: relative;
  background: #000000;
}

.newsletter-N8 .contents-container {
  max-width: 100%;
}

.newsletter-N8 .contents-container:not(.fullscreen) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80rem;
}

.newsletter-N8 .contents-inner {
  position: relative;
  width: 100%;
}

.newsletter-N8 .container-lg .textset {
  max-width: 144rem;
}

.newsletter-N8 .container-md .textset {
  max-width: 128rem;
}

.newsletter-N8 .container-sm .textset {
  max-width: 108rem;
}

.newsletter-N8 .textset {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.newsletter-N8 .textset .imageset,
.newsletter-N8 .textset .textset-tit,
.newsletter-N8 .textset .btnset {
  pointer-events: auto;
}

.newsletter-N8 .textset .imageset {
  margin: 0 auto;
  width: 24rem;
  height: auto;
}

.newsletter-N8 .textset .textset-tit {
  margin: 4rem 0 6rem;
  color: var(--white);
}

.newsletter-N8 .textset .btnset {
  margin: 0;
}

.newsletter-N8 .thumb-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55.4rem;
  height: 61.7rem;
}

.newsletter-N8 .left-thumb {
  left: 0;
}

.newsletter-N8 .right-thumb {
  right: 0;
}

.newsletter-N8 .thumb-area .imageset {
  position: absolute;
  width: 48rem;
  height: 36rem;
  z-index: 0;
}

.newsletter-N8 .thumb-area .imageset-img {
  border-radius: 1.2rem;
}

.newsletter-N8 .gallery-item-1 {
  left: 0;
  top: 0;
  transform: rotate(-12deg) scale(0.88);
}

.newsletter-N8 .gallery-item-2 {
  bottom: 0;
  right: 0;
  transform: rotate(8deg) scale(0.91);
  z-index: 1;
}

.newsletter-N8 .gallery-item-3 {
  right: 0;
  top: 0;
  transform: rotate(12deg) scale(0.88);
}

.newsletter-N8 .gallery-item-4 {
  bottom: 0;
  left: 0;
  transform: rotate(-8deg) scale(0.91);
  z-index: 1;
}

.newsletter-N8 .modalset.main-modal .modalset-content {
  padding-top: 0;
  border-radius: 0;
}

.newsletter-N8 .modalset.main-modal .modalset-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  height: 6.8rem;
}

.newsletter-N8 .modalset.main-modal .modalset-header::before,
.newsletter-N8 .modalset.main-modal .modalset-footer::before {
  content: none;
}

.newsletter-N8 .modalset.main-modal .modalset-header .modalset-close {
  position: static;
}

.newsletter-N8 .modalset.main-modal .modalset-body {
  margin-top: 2.4rem;
  max-height: 60rem;
}

.newsletter-N8 .modalset.main-modal .modalset-thumb {
  width: 100%;
  height: 24rem;
}

.newsletter-N8 .modalset.main-modal .modalset-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.2rem;
}

.newsletter-N8 .modalset.main-modal .modalset-textarea {
  margin-top: 1.6rem;
}

.newsletter-N8 .modalset.main-modal .modalset-textarea strong {
  display: block;
  font-weight: var(--fw-bold);
}

.newsletter-N8 .form-group {
  margin-top: 3.2rem;
}

.newsletter-N8 .form-group .form-tit {
  margin-bottom: 0.8rem;
  font-weight: var(--fw-medium);
}

.newsletter-N8 .form-group .form-tit+.checkset-wrap,
.newsletter-N8 .form-group .form-tit+.radioset-wrap {
  gap: 1.2rem 4rem;
  margin-top: 1.6rem;
  flex-wrap: wrap;
}

.newsletter-N8 .checkset.checkset-fill .checkset-input:checked+.checkset-label::before {
  background: var(--black);
  border-color: var(--black);
}

.newsletter-N8 .radioset.radioset-line-round .radioset-input:checked+.radioset-label::before {
  border-color: var(--black);
}

.newsletter-N8 .radioset.radioset-line-round .radioset-input:checked+.radioset-label::after {
  background: var(--black);
}

.newsletter-N8 .form-group .form-tit span {
  color: #c90000;
}

.newsletter-N8 .form-box+.form-box {
  margin-top: 1.6rem;
}

.newsletter-N8 .inputset+.inputset {
  margin-top: 4rem;
}

.newsletter-N8 .inputset .inputset-tit {
  margin-bottom: 0.8rem;
}

.newsletter-N8 .inputset .inputset-label {
  width: 100%;
}

.newsletter-N8 .inputset .inputset-textarea {
  height: 14rem;
  resize: none;
}

.newsletter-N8 .checkset .checkset-input {
  display: block;
}

.newsletter-N8 .checkset .checkset-label {
  padding-left: 3.2rem;
}

.newsletter-N8 .checkset .checkset-label::before {
  width: 2.4rem;
  height: 2.4rem;
}

.newsletter-N8 .checkset .checkset-label::after {
  font-size: 2.4rem;
}

.newsletter-N8 .contents-agree {
  display: flex;
  align-items: center;
}

.newsletter-N8 .contents-agree .btnset {
  transform: translateX(-1.2rem);
}

.newsletter-N8 .form-btn {
  margin-top: 2.4rem;
}

.newsletter-N8 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid #e5e5e5;
}

.newsletter-N8 .info-title h3 {
  font-size: var(--fs-h4);
}

.newsletter-N8 .modal-close {
  cursor: pointer;
}

.newsletter-N8 .info-area {
  overflow-y: auto;
}

.newsletter-N8 .info-group+.info-group {
  margin-top: 2.4rem;
}

.newsletter-N8 .info-group strong {
  display: block;
  padding-bottom: 1.2rem;
  font-size: var(--fs-h5);
}

.newsletter-N8 .info-desc {
  overflow-y: auto;
  padding: 1.6rem;
  max-height: 20.7rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
}

.newsletter-N8 .info-desc::-webkit-scrollbar {
  width: 6px;
}

.newsletter-N8 .info-desc::-webkit-scrollbar-track {
  background-color: #ddd;
}

.newsletter-N8 .info-desc::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

.newsletter-N8 .info-desc p {
  font-size: var(--fs-p1);
}

.newsletter-N8 .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.newsletter-N8 .info-desc .mtb {
  margin: 2.4rem 0;
}

.newsletter-N8 .info-desc em {
  display: flex;
  align-items: center;
  position: relative;
  margin: 2.4rem 0 1rem;
  font-style: normal;
  font-weight: 600;
}

.newsletter-N8 .info-list em::before {
  content: "";
  margin-right: 0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
}

.newsletter-N8 .info-list p {
  padding-left: 1.2rem;
}

.newsletter-N8 .modal-confirm .modal-area {
  position: relative;
  padding: 3.2rem;
  max-width: 36rem;
  background: var(--text-color1);
  border-radius: 0.8rem;
}

.newsletter-N8 .modal-confirm .modal-icon {
  position: absolute;
  top: 1.4rem;
  right: 1.6rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 0;
  background: transparent;
}

.newsletter-N8 .modal-confirm .modal-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newsletter-N8 .modal-confirm .modal-figure {
  margin: 0 auto;
  width: 5.6rem;
  height: 5.6rem;
}

.newsletter-N8 .modal-confirm .modal-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.newsletter-N8 .modal-confirm .modal-body {
  font-size: var(--fs-p1);
  text-align: center;
  color: var(--white);
}

.newsletter-N8 .modal-confirm .modal-textarea {
  margin: 1.6rem 0;
}

.newsletter-N8 .modal-confirm .modal-footer {
  text-align: center;
}

.newsletter-N8 .modal-confirm .modal-footer .btnset {
  min-width: 9.4rem;
  height: 4rem;
  border-radius: 0.4rem;
}

.newsletter-N8 .modal-confirm .modal-footer .btnset.btnset-line-light {
  border-color: var(--white);
  color: var(--white);
}

.newsletter-N8 .modalset .modalset-close::before {
  color: var(--text-color1);
}

@media (max-width: 992px) {
  .newsletter-N8 {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .newsletter-N8 .contents-container:not(.fullscreen) {
    height: auto;
  }

  .newsletter-N8 .contents-container.fullscreen {
    height: auto;
    min-height: auto;
  }

  .newsletter-N8 .contents-inner {
    display: flex;
    flex-direction: column;
  }

  .newsletter-N8 .textset {
    order: 1;
  }

  .newsletter-N8 .textset .imageset {
    width: 17.4rem;
  }

  .newsletter-N8 .textset .textset-tit {
    margin: 2rem 0 3.2rem;
  }

  .newsletter-N8 .thumb-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: static;
    transform: none;
    margin: 0 auto;
    width: 100%;
    max-width: 36rem;
    height: auto;
  }

  .newsletter-N8 .thumb-area .imageset {
    position: relative;
    width: 20rem;
    height: 15rem;
  }

  .newsletter-N8 .thumb-area .imageset-img {
    border-radius: 0.8rem;
  }

  .newsletter-N8 .gallery-item-1 {
    left: auto;
    transform: rotate(-12deg) scale(0.88) translateX(25%);
  }

  .newsletter-N8 .gallery-item-2 {
    right: auto;
    margin-top: -7.5rem;
    transform: rotate(8deg) scale(0.91) translateX(-25%);
  }

  .newsletter-N8 .gallery-item-3 {
    left: auto;
    margin-top: -6rem;
    transform: rotate(12deg) scale(0.88) translateX(25%);
  }

  .newsletter-N8 .gallery-item-4 {
    right: auto;
    margin-top: -7.5rem;
    transform: rotate(-8deg) scale(0.91) translateX(-25%);
  }

  .newsletter-N8 .left-thumb {
    order: 2;
    margin-top: 7rem;
  }

  .newsletter-N8 .right-thumb {
    order: 3;
  }

  .newsletter-N8 .modalset.main-modal .modalset-content {
    padding: 0 1.6rem 1.6rem;
  }

  .newsletter-N8 .modalset.main-modal .modalset-header {
    height: 4.8rem;
  }

  .newsletter-N8 .modalset.main-modal .modalset-close::before {
    font-size: 1.6rem;
  }

  .newsletter-N8 .modalset.main-modal .modalset-body {
    margin-top: 1.6rem;
    max-height: 46rem;
  }

  .newsletter-N8 .modalset.main-modal .modalset-thumb {
    height: 18rem;
  }

  .newsletter-N8 .form-group {
    margin-top: 2.4rem;
  }

  .newsletter-N8 .form-group .form-tit+.checkset-wrap,
  .newsletter-N8 .form-group .form-tit+.radioset-wrap {
    gap: 0.8rem 2.4rem;
  }

  .newsletter-N8 .checkset .checkset-label {
    padding-left: 2.6rem;
    max-width: 100%;
  }

  .newsletter-N8 .checkset .checkset-label::before {
    width: 1.8rem;
    height: 1.8rem;
  }

  .newsletter-N8 .checkset .checkset-label::after {
    font-size: 1.8rem;
  }

  .newsletter-N8 .contents-agree .btnset {
    transform: translateX(-0.8rem);
  }

  .newsletter-N8 .form-wrap {
    display: block;
    margin-top: 0.4rem;
  }

  .newsletter-N8 .form-btn {
    margin-top: 1.4rem;
  }

  .newsletter-N8 .form-btn .btnset {
    width: 100%;
  }

  .newsletter-N8 .modal-confirm .modal-figure {
    width: 4.8rem;
    height: 4.8rem;
  }

  .newsletter-N8 .modal-confirm .modal-textarea {
    margin: 0.8rem 0;
  }
}
/* newsletter-N2 */
.newsletter-N2 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 2.8rem;
  background: var(--black);
}

.newsletter-N2 .footer-top {
  margin-bottom: 4rem;
}

.newsletter-N2 .footer-logo {
  text-align: center;
}

.newsletter-N2 .footer-logo img {
  height: 5.6rem;
  object-fit: contain;
}

.newsletter-N2 .footer-snslist {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.4rem;
}

.newsletter-N2 .footer-snsitem+.footer-snsitem {
  margin-left: 0.8rem;
}

.newsletter-N2 .footer-snslink {
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.6rem;
}

.newsletter-N2 .footer-snslink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter-N2 .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.4rem;
  border-top: 1px solid #2b2a2a;
}

.newsletter-N2 .footer-menulist {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-p2);
}

.newsletter-N2 .footer-menulink a {
  padding: 0 1.2rem;
  color: var(--white);
}

.newsletter-N2 .footer-menulink {
  position: relative;
}

.newsletter-N2 .footer-menulink+.footer-menulink::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.4rem;
  background: rgba(var(--white-rgb), 0.1);
}

.newsletter-N2 .footer-txt {
  display: flex;
  justify-content: center;
}

.newsletter-N2 .footer-txt+.footer-txt {
  margin-top: 0.3rem;
}

.newsletter-N2 .footer-txt p,
.newsletter-N2 .footer-txt span {
  margin-bottom: 0;
  color: var(--text-color3);
}

.newsletter-N2 .footer-txt p+p {
  margin-left: 0.8rem;
}

.newsletter-N2 .footer-txt p span+span {
  margin-left: 0.8rem;
}

.newsletter-N2 .footer-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: opacity 0.3s, visibility 0.3s;
  will-change: opacity;
  overflow-y: auto;
  background: rgba(var(--black-rgb), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  opacity: 0;
  visibility: hidden;
}

.newsletter-N2 .footer-modal.block-active {
  opacity: 1;
  visibility: visible;
}

.newsletter-N2 .modal-area {
  width: 100%;
  max-width: 92rem;
  background: var(--white);
  border-radius: 0.6rem;
}

.newsletter-N2 .info-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  border-bottom: 1px solid var(--line-color1);
}

.newsletter-N2 .modal-close {
  cursor: pointer;
}

.newsletter-N2 .info-area {
  overflow-y: auto;
}

.newsletter-N2 .modal-email .info-area {
  max-height: 17rem;
}

.newsletter-N2 .modal-privacy .info-area {
  max-height: 70.3rem;
}

.newsletter-N2 .info-group+.info-group {
  margin-top: 2.4rem;
}

.newsletter-N2 .info-group strong {
  padding-bottom: 1.2rem;
  display: block;
}

.newsletter-N2 .info-desc {
  max-height: 20.7rem;
  padding: 1.6rem;
  background: #f8f8fa;
  border-radius: 1.6rem;
  overflow-y: auto;
  scrollbar-width: none;
}

.newsletter-N2 .info-desc p.fw-medium {
  font-weight: var(--fw-medium);
}

.newsletter-N2 .info-desc .mtb {
  margin: 2.4rem 0;
}

.newsletter-N2 .info-desc em {
  font-style: normal;
  font-weight: 600;
  margin: 2.4rem 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
}

.newsletter-N2 .info-list em::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: var(--black);
  border-radius: 50%;
  margin-right: 0.8rem;
}

.newsletter-N2 .info-list p {
  padding-left: 1.2rem;
}

@media (max-width: 992px) {
  .newsletter-N2 {
    padding-top: 4rem;
    padding-bottom: 1.6rem;
  }

  .newsletter-N2 .footer-menulink a {
    padding: 0 0.8rem;
  }

  .newsletter-N2 .footer-snslist {
    margin: 1.2rem 0 2.4rem;
  }

  .newsletter-N2 .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding-top: 1.6rem;
    text-align: center;
  }

  .newsletter-N2 .footer-txt {
    flex-direction: column;
  }

  .newsletter-N2 .footer-txt p+p {
    margin-left: 0;
  }

  .newsletter-N2 .footer-txt+.footer-txt {
    margin-top: 0.6rem;
  }
}

@media (max-width: 576px) {
  .newsletter-N2 .footer-menulist {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}