@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, 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");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center
}

.shinee {
	line-height: 1.6
}

.shinee .break-mobile {
	display: inline
}

.shinee .section {
	padding: 140px 20px
}

.shinee .section--lightgray {
	background-color: #f9f9f9
}

.shinee .wraping {
	max-width: 1380px;
	margin: 0 auto
}

.shinee .title {
	font-size: 32px;
	letter-spacing: -0.64px;
	text-align: center;
	font-weight: 700;
	line-height: 1.2
}

.shinee .title:not(:last-child) {
	margin-bottom: 16px
}

.shinee .title--secondary {
	font-size: 24px;
	letter-spacing: -0.48px
}

.shinee .desc {
	font-size: 18px;
	letter-spacing: -0.36px;
	text-align: center
}

.shinee .desc--secondary {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: -0.32px
}

.shinee .highlight {
	color: #57c8c2
}

.shinee .img--rounded img {
	border-radius: 20px
}

.shinee .img img {
	width: 100%
}

.shinee .kv {
	position: relative;
	padding-top: 45.8%
}

.shinee .kv:not(:first-child) {
	margin-top: 60px
}

.shinee .kv:not(:last-child) {
	margin-bottom: 60px
}

.shinee .kv__box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.shinee .kv__bg {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-radius: 20px;
	height: 100%
}

.shinee .kv__bg--mobile {
	display: none
}

.shinee .collabo .title {
	line-height: 1.2
}

.shinee .collabo .title:first-child {
	font-size: 20px;
	letter-spacing: -0.4px
}

.shinee .collabo .kv:not(:last-child) {
	margin-bottom: 140px
}

.shinee .character {
	padding: 0 96px;
	display: flex;
	justify-content: space-between
}

.shinee .character:not(:first-child) {
	margin-top: 60px
}

.shinee .character__item {
	width: 180px;
	text-align: center
}

.shinee .character__item:nth-child(1) .character__character {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character01.svg")
}

.shinee .character__item:nth-child(1) .character__name {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character_name01.svg")
}

.shinee .character__item:nth-child(2) .character__character {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character02.svg")
}

.shinee .character__item:nth-child(2) .character__name {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character_name02.svg")
}

.shinee .character__item:nth-child(3) .character__character {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character03.svg")
}

.shinee .character__item:nth-child(3) .character__name {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character_name03.svg")
}

.shinee .character__item:nth-child(4) .character__character {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character04.svg")
}

.shinee .character__item:nth-child(4) .character__name {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/character_name04.svg")
}

.shinee .character__name {
	width: 96px;
	height: 60px;
	margin: 0 auto;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0
}

.shinee .character__character {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	aspect-ratio: 1
}

.shinee .grid-item:not(:first-child) {
	margin-top: 60px
}

.shinee .grid-item__grid {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 40px;
	grid-auto-flow: dense
}

.shinee .grid-item__grid .figure {
	aspect-ratio: 1/.7448
}

.shinee .grid-item__grid .figure:nth-child(4n-1) {
	grid-column: 2/3
}

.shinee .grid-item__grid .figure .img {
	height: 100%;
	margin-bottom: 0
}

.shinee .grid-item__grid .figure .img img {
	height: 100%
}

.shinee .grid-item__grid .figure .video {
	height: 100%
}

.shinee .grid-item__grid .figure .video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px
}

.shinee .grid-item__grid .group {
	padding: 0 80px
}

.shinee .grid-item__grid .group:nth-child(2n) .title,
.shinee .grid-item__grid .group:nth-child(2n) .desc {
	text-align: left
}

.shinee .grid-item__grid .group:nth-child(4n) .title,
.shinee .grid-item__grid .group:nth-child(4n) .desc {
	text-align: right
}

.shinee .grid-item__grid .group .title:not(:last-child) {
	margin-bottom: 8px
}

.shinee .goods__list {
	display: flex;
	-moz-column-gap: 20px;
	column-gap: 20px
}

.shinee .goods__item {
	flex: 1
}

.shinee .goods__item .goods__inner {
	-webkit-clip-path: inset(0 round 20px);
	clip-path: inset(0 round 20px);
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%
}

.shinee .goods__item .goods__bottom {
	padding: 40px 0;
	background-color: rgba(255, 255, 255, .4);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px)
}

.shinee .goods__item .goods__bottom .title {
	line-height: 1.2
}

.shinee .goods__item .goods__bottom .title:not(:last-child) {
	margin-bottom: 8px
}

.shinee .goods__item:nth-child(1) .goods__inner {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/bg_goods01.jpg")
}

.shinee .goods__item:nth-child(2) .goods__inner {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/bg_goods02.jpg")
}

.shinee .goods__item:nth-child(3) .goods__inner {
	background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/bg_goods03.jpg")
}

.shinee .collabo-swiper:not(:first-child) {
	margin-top: 60px
}

.shinee .collabo-swiper .swiper-bottom {
	position: absolute
}

.shinee .product:not(:first-child) {
	margin-top: 60px
}

.shinee .product__row {
	display: flex;
	justify-content: center;
	-moz-column-gap: 16px;
	column-gap: 16px
}

.shinee .product__item {
	flex: 1;
	max-width: 428px;
	border-radius: 20px;
	padding: 24px 24px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1)
}

.shinee .product__name {
	font-size: 24px;
	letter-spacing: -0.48px;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
	height: 76px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.shinee .product__sn {
	color: #717171;
	font-weight: 500;
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: -0.28px;
	text-align: center;
	margin-top: 4px
}

.shinee .product__button {
	display: flex;
	margin-top: 24px;
	justify-content: center
}

.shinee .product__button a {
	padding: 14px 24px;
	color: #fff;
	line-height: 1.4;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.64px;
	background-color: #000;
	border-radius: 100vw
}

@media screen and (max-width: 1024px) {
	.shinee .break-mobile {
		display: block
	}

	.shinee .section {
		padding-top: 52px;
		padding-bottom: 52px
	}

	.shinee .title {
		font-size: 20px;
		letter-spacing: 0;
		line-height: 1.4
	}

	.shinee .title:not(:last-child) {
		margin-bottom: 8px
	}

	.shinee .title--secondary {
		font-size: 16px;
		letter-spacing: -0.32px
	}

	.shinee .title br {
		display: none
	}

	.shinee .desc {
		font-size: 14px;
		letter-spacing: -0.28px
	}

	.shinee .desc:not(:last-child) {
		margin-bottom: 8px
	}

	.shinee .desc br {
		display: none
	}

	.shinee .img--rounded img {
		border-radius: 18px
	}

	.shinee .kv {
		padding-top: 100%
	}

	.shinee .kv:not(:first-child) {
		margin-top: 24px
	}

	.shinee .kv:not(:last-child) {
		margin-bottom: 24px
	}

	.shinee .kv__bg--desktop {
		display: none
	}

	.shinee .kv__bg--mobile {
		display: block
	}

	.shinee .collabo .title:first-child {
		font-size: 16px;
		letter-spacing: -0.32px
	}

	.shinee .collabo .title:nth-child(2) {
		font-size: 22px;
		line-height: 1.4;
		letter-spacing: 0
	}

	.shinee .collabo .title:nth-of-type(3) {
		font-size: 16px;
		letter-spacing: -0.32px
	}

	.shinee .collabo .title:nth-of-type(3):not(:last-child) {
		margin-bottom: 16px
	}

	.shinee .collabo .kv {
		margin-left: -20px;
		margin-right: -20px
	}

	.shinee .collabo .kv:not(:last-child) {
		margin-bottom: 52px
	}

	.shinee .collabo .kv__bg {
		border-radius: 0;
		background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/m_bg_kv01.jpg")
	}

	.shinee .character {
		padding: 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 16px 48px
	}

	.shinee .character__item {
		display: flex;
		flex-direction: column;
		width: 100px
	}

	.shinee .character__item:nth-child(odd) {
		margin-left: auto
	}

	.shinee .character__name {
		width: 53.333px;
		height: 33.333px
	}

	.shinee .grid-item:not(:first-child) {
		margin-top: 24px
	}

	.shinee .grid-item__grid {
		display: block
	}

	.shinee .grid-item__grid .figure:not(:first-child) {
		margin-top: 40px
	}

	.shinee .grid-item__grid .figure .video video {
		border-radius: 18px
	}

	.shinee .grid-item__grid .group {
		padding: 16px 0 0
	}

	.shinee .grid-item__grid .group:nth-child(2n) .title,
	.shinee .grid-item__grid .group:nth-child(2n) .desc {
		text-align: center
	}

	.shinee .grid-item__grid .group:nth-child(4n) .title,
	.shinee .grid-item__grid .group:nth-child(4n) .desc {
		text-align: center
	}

	.shinee .grid-item__grid .group .title {
		line-height: 1.3;
		letter-spacing: 0
	}

	.shinee .grid-item__grid .group .desc {
		line-height: 1.4
	}

	.shinee .goods__list {
		display: block
	}

	.shinee .goods__item:not(:first-child) {
		margin-top: 12px
	}

	.shinee .goods__item .goods__inner {
		display: flex;
		-webkit-clip-path: inset(0 round 18px);
		clip-path: inset(0 round 18px)
	}

	.shinee .goods__item .goods__inner .img {
		width: 140px
	}

	.shinee .goods__item .goods__bottom {
		display: flex;
		flex-direction: column;
		justify-content: center;
		flex: 1;
		padding: 0 16px
	}

	.shinee .collabo-swiper:not(:first-child) {
		margin-top: 24px
	}

	.shinee .collabo-swiper .swiper-bottom {
		position: static;
		margin-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		-moz-column-gap: 16px;
		column-gap: 16px
	}

	.shinee .collabo-swiper .swiper-pagination {
		display: flex;
		-moz-column-gap: 8px;
		column-gap: 8px
	}

	.shinee .collabo-swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background-color: #8f8f8f;
		border-radius: 50%
	}

	.shinee .collabo-swiper .swiper-pagination-bullet-active {
		width: 20px;
		border-radius: 6px;
		background-color: #000;
	}

	.shinee .collabo-swiper .swiper-control {
		width: 16px;
		height: 16px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%
	}

	.shinee .collabo-swiper .swiper-control.stop {
		background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/btn_swiper_stop.svg")
	}

	.shinee .collabo-swiper .swiper-control.play {
		background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/btn_swiper_play.svg")
	}

	.shinee .collabo-swiper .swiper-button-prev,
	.shinee .collabo-swiper .swiper-button-next {
		width: 28px;
		height: 28px;
		position: absolute;
		top: 50%;
		z-index: 1;
		margin-top: -14px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
	}

	.shinee .collabo-swiper .swiper-button-prev {
		left: 20px;
		background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/btn_swiper_prev.svg")
	}

	.shinee .collabo-swiper .swiper-button-next {
		right: 20px;
		background-image: url("/kr/story/trend/lg-whisen-view-x-shinee/btn_swiper_next.svg")
	}

	.shinee .collabo-swiper .swiper-button-disabled {
		opacity: .5
	}

	.shinee .product:not(:first-child) {
		margin-top: 24px
	}

	.shinee .product__item {
		flex: none;
		width: 100%;
		padding: 24px 20px 32px;
		border-radius: 18px
	}

	.shinee .product__name {
		font-size: 16px;
		letter-spacing: -0.32px;
		height: 51px;
		margin-top: 8px
	}

	.shinee .product__sn {
		font-size: 12px;
		letter-spacing: -0.24px
	}

	.shinee .product__button a {
		font-size: 13px;
		line-height: 1.6;
		letter-spacing: -0.26px;
		padding: 8px 24px
	}
}