article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{/*border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;*/}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
*,
*::after,
*::before {
	box-sizing: border-box;
}

/****** mobile ******/
/*body {*/
/*	--color-text: #000;*/
/*	--color-text-alt: #c0c0c0;*/
/*	--color-bg: #fff;*/
/*	--color-link: #c0c0c0;*/
/*	--color-link-hover: #000;*/
/*	--color-link-alt: #0b44fb;*/
/*	--color-link-toc: #878787;*/
/*	font-family: Futura, "futura-pt", Arial, sans-serif;*/
/*	min-height: 100vh;*/
/*	color: #57585c;*/
/*	color: var(--color-text);*/
/*	background-color: #fff;*/
/*	background-color: var(--color-bg);*/
/*	-webkit-font-smoothing: antialiased;*/
/*	-moz-osx-font-smoothing: grayscale;*/
/*	font-size: 0.875rem;*/
/*}*/

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

/*a:hover,*/
/*a:focus {*/
/*	color: var(--color-link-hover);*/
/*}*/

button:focus,
a:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.message {
	background: #000;
	color: #fbaf5d;
	padding: 0.5rem;
	margin: 0;
	text-align: center;
}

.din {
	display: inline-block;
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.codrops-header {
	padding: 2rem;
}

.codrops-header__title {
	font-size: inherit;
	font-weight: normal;
}

.codrops-header__links a {
	text-transform: lowercase;
	display: inline-block;
	margin: 0 0.75rem 0 0;
}

.nav {
	display: none;
}

.arrow-nav button {
	width: 30px;
}

.slide__figure-title {
	font-weight: normal;
	margin: 0.5rem 0 0 0;
	font-size: inherit;
}

/*.slide__figure-title::before {*/
/*	content: '\2015';*/
/*	display: inline-block;*/
/*	margin: 0 0.5rem 0 0;*/
/*}*/

.slide__figure-description {
	margin: 0;
	font-style: italic;
	color: var(--color-text-alt);
}

.slide__figure {
	position: relative;
	display: flex;
	height: 250px;
	width: calc(100vw - 3rem);
	max-width: 500px;
	margin: 0 auto 2rem auto;
	flex-direction: column;
}

.slide__figure-inner {
	position: relative;
	flex: 1;
}

.slide__figure-img {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.slide__number {
	display: none;
}

/********************************/

.slideshow {
	width: 100%;
	height: 600px;
	position: relative;
}
.slideshow__indicator {
	display: none;
	width: 10px;
	background: #334bf7;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 100;
	transform-origin: 0% 50%;
	z-index: 6000;
}
.slideshow__indicator:last-child {
	left: auto;
	right: 0;
	transform-origin: 100% 50%;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	display: grid;
	grid-area: 2 / 1 / 3 / 2;
	padding: 0;
	/*padding: 4vh calc(3vw + 20px);*/
	--gridgap: 0vw;
	--gridwidth: 100%;
	--gridheight: 100%;
	display: grid;
	width: var(--gridwidth);
	height: var(--gridheight);
	grid-template-rows: repeat(600,calc(var(--gridheight) / 600 - var(--gridgap)));
	grid-template-columns: repeat(320,calc(var(--gridwidth) / 320 - var(--gridgap)));
	grid-gap: var(--gridgap);
	align-content: center;
	justify-content: center;
	background-color: #fff;
}
.slideshow__mobile .slide--layout-1 .slide__figure:nth-child(1) {grid-area: 1 / 1 / 610 / 330;}
.slideshow__mobile .slide--layout-1 .slide__figure:nth-child(2) {grid-area: 20 / 20 / 60 / 250;}
.slideshow__mobile .slide--layout-2 .slide__figure:nth-child(1) {grid-area: 1 / 1 / 490 / 330;}
.slideshow__mobile .slide--layout-2 .slide__figure:nth-child(2) {grid-area: 20 / 20 / 50 / 110;}
.slideshow__mobile .slide--layout-3 .slide__figure:nth-child(1) {grid-area: 1 / 1 / 610 / 330;}
.slideshow__mobile .slide--layout-3 .slide__figure:nth-child(2) {grid-area: 20 / 20 / 50 / 110;}
.slideshow__mobile .slide__caption { grid-area: 20 / 20 / 50 / 110; }
/*.slideshow__mobile .slide--layout-4 .slide__figure:first-child {grid-area: 1 / 1 / 150 / 330;}
.slideshow__mobile .slide--layout-4 .slide__figure:nth-child(2) {grid-area: 200 / 50 / 500 / 300;}*/

/*
.slideshow__mobile .slide--layout-3 .slide__figure:first-child {grid-area: 1 / 1 / 21 / 21;}
.slideshow__mobile .slide--layout-4 .slide__figure:first-child {grid-area: 1 / 1 / 7 / 15;}
.slideshow__mobile .slide--layout-4 .slide__figure:nth-child(2) {grid-area: 8 / 1 / 21 / 21;}
.slideshow__mobile .slide--layout-5 .slide__figure {grid-area: 1 / 1 / 21 / 21;}
.slideshow__mobile .slide--layout-6 .slide__figure {grid-area: 1 / 1 / 21 / 21;}
*/


.slide--current {
	pointer-events: auto;
	z-index: 100;
}
.slide__figure {
	width: auto;
	height: auto;
	max-width: none;
	margin: 0;
	will-change: transform;
	perspective: 1000px;
}
.slide__figure-inner {
	overflow: hidden;
	transform: rotate3d(0,1,0,0.1deg);
	will-change: transform;
}
.slide__figure-img {
	z-index: 10;
	opacity: 1;
	will-change: transform;
}
.mobile__img {
	display: block;
}
.tablet__img {
	display: none;
}

.slide__caption {
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0;
	text-align: left;
}
.slide__figure-reveal {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #fff;
	z-index: 20;
	will-change: transform;
}
.js .slide__figure-reveal {
	transform: translate3d(0,0,0);
}
.js .slide--current .slide__figure-reveal {
	transform: translate3d(100%,0,0);
}
.js .slide__figure-title {
	opacity: 0;
}
.js .slide--current .slide__figure-title {
	opacity: 1;
}
.js .slide__figure-description {
	opacity: 0;
}
.js .slide--current .slide__figure-description {
	opacity: 1;
}
.slide__deco {
	position: absolute;
	font-size: 10vw;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	perspective: 1000px;
	will-change: transform;
}
.slide__deco-inner {
	position: relative;
	display: block;
	will-change: transform;
	transform: rotate3d(0,1,0,0.1deg);
}
.slide__deco--2 .slide__deco-inner {
	left: -50%;
}
.slide__deco--3 .slide__deco-inner {
	right: -50%;
}
.slide__deco--1 {
	bottom: 10vh;
	left: -2.65vw;
}
.slide__deco--2 {
	left: 50%;
	top: 7vh;
	font-size: 17vw;
}
.slide__deco--3 {
	right: 0;
	bottom: 10vh;
	font-size: 17vw;
}
.slide__number {
	display: block;
	position: absolute;
	bottom: 1rem;
}
.slide__number--left {
	left: calc(1rem + 10px);
}
.slide__number--right {
	right: calc(1rem + 10px);
}
.revealer {
	position: absolute;
	width: 100%;
	height: 100%;
	pointer-events: none;
	top: 0;
	left: 0;
	display: flex;
	z-index: 5000;
}
.revealer__item {
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.revealer__item--left {
	width: 2px;
	/*border-right: 1px solid #f0f0f0;*/
}
.revealer__item--right {
	width: calc(100% - 2px);
	/*border-right: 1px solid #f0f0f0;*/
}
.revealer__item-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translate3d(100%,0,0);
}
.nav {
	display: block;
	position: absolute;
	top: 1rem;
	left: calc(1rem + 10px);
	z-index: 4000;
}
.nav__button {
	border: 0;
	margin: 0 1rem 0.5rem 0;
	padding: 0;
	line-height: 1;
	background: none;
	color: var(--color-link-alt);
}
.nav__button:focus {
	outline: none;
}
.nav__button:hover {
	color: var(--color-link-hover);
}
.nav__button-text {
	position: relative;
	padding-right: 0.75rem;
	display: block;
}
.nav__button-text::after,
.nav__button-text::before {
	content: '';
	position: absolute;
	height: 1px;
	top: 50%;
	width: 7px;
	right: 0;
	background: currentColor;
}
.nav__button-text::after {
	transition: opacity 0.2s, transform 0.2s;
}
.nav--open .nav__button-text::after {
	transform: rotate(90deg);
	opacity: 0;
}
.nav__button-text::before {
	transform: rotate(90deg);
	transition: transform 0.2s;
}
.nav--open .nav__button-text::before {
	transform: rotate(0deg);
}
.toc__item {
	pointer-events: none;
	opacity: 0;
	display: block;
	margin: 0.35rem 0;
	opacity: 0;
}
.nav--open .toc__item {
	pointer-events: auto;
}
.toc__item-page {
	display: inline-block;
	width: 1.5rem;
	pointer-events: none;
	color: var(--color-text-alt);
}
.toc__item-title {
	pointer-events: none;
	color: var(--color-link-toc);
}
.toc__item:hover .toc__item-title,
.toc__item--current .toc__item-title {
	color: var(--color-link-hover);
}
.arrow-nav {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 4000;
	padding: 1.25rem;
}
.arrow-nav__item {
	pointer-events: auto;
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
	color: var(--color-link-alt);
}
.arrow-nav__item:hover {
	color: var(--color-link-hover);
}
.arrow-nav__item--prev {
	visibility: hidden;
}
.arrow-nav__item--prev .icon {
	transform: rotate(180deg);
}
.icon--nav {
	pointer-events: none;
	transition: transform 0.2s;
}
.arrow-nav__item--next:hover .icon--nav {
	transform: translate3d(-2px,0,0);
}
.arrow-nav__item--prev:hover .icon--nav {
	transform: rotate(180deg) translate3d(-2px,0,0);
}
.nav__chapter {
	font-size: inherit;
	font-weight: normal;
	margin: 0;
	display: inline-block;
	line-height: 1;
}

/****** custom ******/
.layer {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
}
.layer-open .layer__container {
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.layer__backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
pointer-events: none;
}
.layer__container {
position: absolute;
width: 100%;
height: auto;
top: 50%;
left: 50%;
transition: transform 0.4s ease;
transform: translate(-50%, -50%);
pointer-events: none;
margin: 0;
}
.layer__content {
position: relative;
width: 100%;
max-width: 360px;
margin: 0 auto;
background: #fff;
color: #111110;
pointer-events: auto;
}
.layer__close {
position: absolute;
top: 20px;
right: 20px;
z-index: 9999;
}
.layer__close-icon {
display: block;
width: 30px;
height: 30px;
border: 0;
background: url('/ko/assets/images/common/btn_lookbook_close.png') no-repeat center;
background-size: 30px auto;
}

.layer__close-icon.white {
display: block;
width: 30px;
height: 30px;
border: 0;
background: url('/ko/assets/images/common/btn_lookbook_close_white.png') no-repeat center;
background-size: 30px auto;
}

.layer-icon button {
appearance: none;
}
.layer-icon button span {
display: none;
}


.slideshow__mobile {
display: block;
}
.slideshow__desktop {
display: none;
}

.rookbook-title {
position: absolute;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 24px;
font-weight: 800;
line-height: 31px;
letter-spacing: -0.005em;
text-align: center;
color: #fff;
}

.brand-story {
margin-top: 20px;
padding: 0 15px;
position: relative;
display: flex;
flex-flow: column;
align-items: flex-start;
flex-wrap: wrap;
}

.brand-story h3 {
margin-top: 0;
font-size: 16px;
font-weight: 500;
line-height: 16px;
text-align: left;
color: #111110;
}
.brand-story p {
font-style: inherit;
margin: 15px 0 0 0;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0;
text-align: left;
color: #111110;
}

/*.sns_area {
margin: 20px 0 0 20px !important;
}*/
.sns_area a {
display: inline-block;
width: 30px;
height: 30px;
}
.sns_area a span {
	background-size: 100% auto;
}
.sns_area .slide__figure-inner a:nth-of-type(n+2) {
margin-left: 20px;
}
.sns_area.type-2{
margin: 0 !important;
}
.sns_area.type-2 .slide__figure-inner{
display: flex;
flex-flow: column;
align-items: center;
}
.sns_area.type-2 .slide__figure-inner h3 {
flex: 0 0 auto;
font-size: 14px;
font-weight: 500;
line-height: 14px;
letter-spacing: -0.005em;
text-align: left;
color: #111110;
margin: 0;
}
.sns_area.type-2 .slide__figure-inner > div {
margin-top: 50px;
flex: 0 0 auto;
font-size: 14px;
font-weight: 500;
line-height: 14px;
text-align: left;
color: #111110;
display: flex;
flex-flow: column;
}
.sns_area.type-2 .slide__figure-inner .sns_img > a {
	display: inline-flex;
	width: auto;
	align-items: center;
}
.sns_area.type-2 .slide__figure-inner a:nth-of-type(n+2) {
	margin-left: 0;
	margin-top: 30px;
}
.sns_area.type-2 .slide__figure-inner .sns_img > a .slide__figure-img {
display: inline-block;
width: 30px;
height: 30px;
background-size: 30px auto;
}
.sns_area.type-2 .slide__figure-inner .sns_img > a .text {
display: table-cell;
padding-left: 20px;
font-size: 14px;
font-weight: 500;
line-height: 30px;
height: 30px;
text-align: left;
color: #111110;
vertical-align: middle;
}


/****** tablet ******/
@media screen and (min-width: 768px) and (max-width: 1179px){
	.slideshow {
		width: 100%;
		height: 100vh;
		max-height: 930px;
		position: relative;
	}
	.slideshow__indicator {
		display: none;
		width: 10px;
		background: #334bf7;
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 100;
		transform-origin: 0% 50%;
		z-index: 6000;
	}
	.slideshow__indicator:last-child {
		left: auto;
		right: 0;
		transform-origin: 100% 50%;
	}
	.slide {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		display: grid;
		grid-area: 2 / 1 / 3 / 2;
		padding: 0;
		/*padding: 4vh calc(3vw + 20px);*/
		--gridgap: 0vw;
		--gridwidth: 100%;
		--gridheight: 100%;
		display: grid;
		width: var(--gridwidth);
		height: var(--gridheight);
		grid-template-rows: repeat(930,calc(var(--gridheight) / 930 - var(--gridgap)));
		grid-template-columns: repeat(718,calc(var(--gridwidth) / 718 - var(--gridgap)));
		grid-gap: var(--gridgap);
		align-content: center;
		justify-content: center;
		background-color: #fff;
	}
	.slideshow__mobile .slide--layout-1 .slide__figure:nth-child(1) {grid-area: 1 / 1 / 940 / 730;}
	.slideshow__mobile .slide--layout-1 .slide__figure:nth-child(2) {grid-area: 30 / 30 / 70 / 300;}
	.slideshow__mobile .slide--layout-2 .slide__figure:nth-child(1) {grid-area: 1 / 1 / 825 / 730;}
	.slideshow__mobile .slide--layout-2 .slide__figure:nth-child(2) {grid-area: 30 / 30 / 80 / 300;}
	.slideshow__mobile .slide--layout-3 .slide__figure:nth-child(1) {grid-area: 100 / 30 / 840 / 690;}
	.slideshow__mobile .slide--layout-3 .slide__figure:nth-child(2) {grid-area: 30 / 30 / 80 / 300;}

	/* custom */
	.arrow-nav button {
		width: 40px;
	}

	.layer__content {
		position: relative;
		width: 100%;
		max-width: 718px;
		margin: 0 auto;
		background: #fff;
		pointer-events: auto;
	}
	.slideshow__mobile {
		display: block;
	}
	.slideshow__desktop {
		display: none;
	}
	.mobile__img {
		display: none;
	}
	.tablet__img {
		display: block;
	}
	.slide__caption {
		font-size: 24px;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: 0;
		text-align: left;
	}
	.layer__close-icon {
		display: block;
		width: 40px;
		height: 40px;
		border: 0;
		background: url('/ko/assets/images/common/btn_lookbook_close.png') no-repeat center;
		background-size: 40px auto;
	}

	.rookbook-title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 48px;
		font-weight: 700;
		line-height: 62px;
		letter-spacing: -0.005em;
		text-align: center;
		color: #fff;
	}

	.brand-story {
		margin-top: 40px;
		padding: 0 30px;
		position: relative;
		display: flex;
		flex-flow: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.brand-story h3 {
		margin-top: 0;
		flex: 0 0 180px;
		font-size: 24px;
		font-weight: 500;
		line-height: 26px;
		letter-spacing: -0.005em;
		text-align: left;
		color: #111110;
	}
	.brand-story p {
		font-style: inherit;
		margin: 0 0 0 30px;
		flex: 0 0 calc(100% - 210px);
		font-size: 12px;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: -0.005em;
		text-align: left;
		color: #111110;
	}

	/*.sns_area {
		margin: 30px 0 0 30px !important;
	}*/
	.sns_area a {
		display: inline-block;
		width: 30px;
		height: 30px;
	}
	.sns_area a span {
		background-size: 100% auto;
	}
	.sns_area .slide__figure-inner a:nth-of-type(n+2) {
		margin-left: 20px;
	}
	.sns_area.type-2{
		margin: 0 !important;
	}
	.sns_area.type-2 .slide__figure-inner{
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.sns_area.type-2 .slide__figure-inner h3 {
		flex: 0 0 auto;
		font-size: 24px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: -0.005em;
		text-align: left;
		color: #111110;
		margin: 0;
	}
	.sns_area.type-2 .slide__figure-inner > div {
		margin-top: 84px;
		flex: 0 0 auto;
		font-size: 20px;
		font-weight: 500;
		line-height: 20px;
		text-align: left;
		color: #111110;
		flex-flow: column;
		display: flex;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a {
		display: inline-flex;
		width: auto;
		height: 40px;
		align-items: center;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a:nth-of-type(n+2) {
		margin-left: 0;
		margin-top: 40px;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a .slide__figure-img {
		width: 40px;
		height: 40px;
		background-size: 40px auto;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a .text {
		display: table-cell;
		padding-left: 20px;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		height: 30px;
		text-align: left;
		color: #111110;
		vertical-align: middle;
	}
}

/****** desktop ******/
@media screen and (min-width: 1180px) {
	.message {
		display: none;
	}
	.codrops-header {
		padding: 0;
		position: absolute;
		top: 1rem;
		right: calc(1rem + 10px);
		z-index: 4000;
	}
	.codrops-header__title {
		display: inline;
	}
	.codrops-header__links {
		display: inline;
	}
	.codrops-header__links a {
		margin: 0 0 0 0.75rem;
	}
	.slideshow {
		width: 100%;
		height: 950px;
		position: relative;
	}

	.slideshow__indicator {
		display: none;
		width: 10px;
		background: #334bf7;
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		z-index: 100;
		transform-origin: 0% 50%;
		z-index: 6000;
	}
	.slideshow__indicator:last-child {
		left: auto;
		right: 0;
		transform-origin: 100% 50%;
	}
	.slide {
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		display: grid;
		grid-area: 2 / 1 / 3 / 2;
		padding: 0;
		/*padding: 4vh calc(3vw + 20px);*/
		--gridgap: 0vw;
		--gridwidth: 100%;
		--gridheight: 100%;
		display: grid;
		width: var(--gridwidth);
		height: var(--gridheight);
		grid-template-rows: repeat(950,calc(var(--gridheight) / 950 - var(--gridgap)));
		grid-template-columns: repeat(1620,calc(var(--gridwidth) / 1620 - var(--gridgap)));
		grid-gap: var(--gridgap);
		align-content: center;
		justify-content: center;
		background-color: #fff;
		/* 260324추가 */
		width: calc(100% + 2px);
        height: calc(100% + 2px);
        top: -1px;
        left: -1px;
	}
	/* 260324수정 */
	.slideshow__desktop .slide--layout-1 .slide__figure:first-child {grid-area: 1 / 1 / 951 / 820;}
	.slideshow__desktop .slide--layout-1 .slide__figure:nth-child(2) {grid-area: 1 / 820 / 810 / 1640;}
	.slideshow__desktop .slide--layout-1 .slide__figure:nth-child(3) {grid-area: 30 / 30 / 90 / 400; }
	.slideshow__desktop .slide--layout-2 .slide__figure:nth-of-type(1) {grid-area: 100 / 40 / 850 / 780;}
	.slideshow__desktop .slide--layout-2 .slide__figure:nth-of-type(2) {grid-area: 100 / 840 / 630 / 1270;}
	.slideshow__desktop .slide--layout-2 .slide__figure:nth-of-type(3) {grid-area: 480 / 1290 / 850 / 1590; }
	.slideshow__desktop .slide--layout-3 .slide__figure:nth-of-type(1) {grid-area: 100 / 40 / 850 / 790;}
	.slideshow__desktop .slide--layout-3 .slide__figure:nth-of-type(2) {grid-area: 100 / 840 / 850 / 1600;}
	.slideshow__desktop .slide__caption { grid-area: 30 / 30 / 80 / 200; }
	/*.slideshow__desktop .slide--layout-4 .slide__figure:first-child {grid-area: 10 / 9 / 35 / 154;}
	.slideshow__desktop .slide--layout-4 .slide__figure:nth-child(2) {grid-area: 45 / 60 / 90 / 100;}*/
	.slide--current {
		pointer-events: auto;
		z-index: 100;
	}
	.slide__figure {
		width: auto;
		height: auto;
		max-width: none;
		margin: 0;
		will-change: transform;
		perspective: 1000px;
		/* 260324수정 */
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.slide__figure-inner {
		overflow: hidden;
		transform: rotate3d(0,1,0,0.1deg);
		will-change: transform;
	}
	.slide__figure-img {
		z-index: 10;
		opacity: 1;
		will-change: transform;
	}
	.slide__caption {
		font-size: 24px;
		font-weight: 600;
		line-height: 24px;
		letter-spacing: 0;
		text-align: left;
	}
	.slide__figure-reveal {
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		background: #fff;
		z-index: 20;
		will-change: transform;
	}
	.js .slide__figure-reveal {
		transform: translate3d(0,0,0);
	}
	.js .slide--current .slide__figure-reveal {
		transform: translate3d(100%,0,0);
	}
	.js .slide__figure-title {
		opacity: 0;
	}
	.js .slide--current .slide__figure-title {
		opacity: 1;
	}
	.js .slide__figure-description {
		opacity: 0;
	}
	.js .slide--current .slide__figure-description {
		opacity: 1;
	}
	.slide__deco {
		position: absolute;
		font-size: 10vw;
		font-weight: bold;
		line-height: 1;
		overflow: hidden;
		perspective: 1000px;
		will-change: transform;
	}
	.slide__deco-inner {
		position: relative;
		display: block;
		will-change: transform;
		transform: rotate3d(0,1,0,0.1deg);
	}
	.slide__deco--2 .slide__deco-inner {
		left: -50%;
	}
	.slide__deco--3 .slide__deco-inner {
		right: -50%;
	}
	.slide__deco--1 {
		bottom: 10vh;
		left: -2.65vw;
	}
	.slide__deco--2 {
		left: 50%;
		top: 7vh;
		font-size: 17vw;
	}
	.slide__deco--3 {
		right: 0;
		bottom: 10vh;
		font-size: 17vw;
	}
	.slide__number {
		display: block;
		position: absolute;
		bottom: 1rem;
	}
	.slide__number--left {
		left: calc(1rem + 10px);
	}
	.slide__number--right {
		right: calc(1rem + 10px);
	}
	.revealer {
		position: absolute;
		width: 100%;
		height: 100%;
		pointer-events: none;
		top: 0;
		left: 0;
		display: flex;
		z-index: 5000;
	}
	.revealer__item {
		width: 50%;
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.revealer__item--left {
		width: 100%;
	}
	.revealer__item--right {
		width: 100%;
	}
	.revealer__item-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		transform: translate3d(100%,0,0);
	}
	.nav {
		display: block;
		position: absolute;
		top: 1rem;
		left: calc(1rem + 10px);
		z-index: 4000;
	}
	.nav__button {
		border: 0;
		margin: 0 1rem 0.5rem 0;
		padding: 0;
		line-height: 1;
		background: none;
		color: var(--color-link-alt);
	}
	.nav__button:focus {
		outline: none;
	}
	.nav__button:hover {
		color: var(--color-link-hover);
	}
	.nav__button-text {
		position: relative;
		padding-right: 0.75rem;
		display: block;
	}
	.nav__button-text::after,
	.nav__button-text::before {
		content: '';
		position: absolute;
		height: 1px;
		top: 50%;
		width: 7px;
		right: 0;
		background: currentColor;
	}
	.nav__button-text::after {
		transition: opacity 0.2s, transform 0.2s;
	}
	.nav--open .nav__button-text::after {
		transform: rotate(90deg);
		opacity: 0;
	}
	.nav__button-text::before {
		transform: rotate(90deg);
		transition: transform 0.2s;
	}
	.nav--open .nav__button-text::before {
		transform: rotate(0deg);
	}
	.toc__item {
		pointer-events: none;
		opacity: 0;
		display: block;
		margin: 0.35rem 0;
		opacity: 0;
	}
	.nav--open .toc__item {
		pointer-events: auto;
	}
	.toc__item-page {
		display: inline-block;
		width: 1.5rem;
		pointer-events: none;
		color: var(--color-text-alt);
	}
	.toc__item-title {
		pointer-events: none;
		color: var(--color-link-toc);
	}
	.toc__item:hover .toc__item-title,
	.toc__item--current .toc__item-title {
		color: var(--color-link-hover);
	}
	.arrow-nav {
		display: block;
		position: absolute;
		width: 100%;
		height: auto;
		bottom: 0;
		left: 0;
		pointer-events: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 4000;
		padding: 1.25rem;
	}
	.arrow-nav button {
		width: 40px;
	}
	.arrow-nav button img {
		width: 100%;
	}
	.arrow-nav__item {
		pointer-events: auto;
		border: 0;
		padding: 0;
		margin: 0;
		background: none;
		color: var(--color-link-alt);
	}
	.arrow-nav__item:hover {
		color: var(--color-link-hover);
	}
	.arrow-nav__item--prev {
		visibility: hidden;
	}
	.arrow-nav__item--prev .icon {
		transform: rotate(180deg);
	}
	.icon--nav {
		pointer-events: none;
		transition: transform 0.2s;
	}
	.arrow-nav__item--next:hover .icon--nav {
		transform: translate3d(-2px,0,0);
	}
	.arrow-nav__item--prev:hover .icon--nav {
		transform: rotate(180deg) translate3d(-2px,0,0);
	}
	.nav__chapter {
		font-size: inherit;
		font-weight: normal;
		margin: 0;
		display: inline-block;
		line-height: 1;
	}

	/* custom */
	.layer__content {
		position: relative;
		width: 100%;
		max-width: 1620px;
		margin: 0 auto;
		background: #fff;
		pointer-events: auto;
	}
	.slideshow__mobile {
		display: none;
	}
	.slideshow__desktop {
		display: block;
	}
	.layer__close {
		top: 30px;
		right: 30px;
	}
	.layer__close-icon {
		display: block;
		width: 40px;
		height: 40px;
		border: 0;
		background: url('/ko/assets/images/common/btn_lookbook_close.png') no-repeat center;
		background-size: 40px auto;
	}

	.rookbook-title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 48px;
		font-weight: 800;
		line-height: 77px;
		letter-spacing: -0.005em;
		text-align: center;
		color: #fff;
	}

	.brand-story {
		margin-top: 40px;
		padding: 0 30px;
		position: relative;
		display: flex;
		flex-flow: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.brand-story h3 {
		margin-top: 0;
		flex: 0 0 180px;
		font-size: 24px;
		font-weight: 500;
		line-height: 38px;
		letter-spacing: -0.005em;
		text-align: left;
		color: #111110;
	}
	.brand-story p {
		font-style: inherit;
		margin: 0 0 0 30px;
		flex: 0 0 calc(100% - 210px);
		font-size: 12px;
		font-weight: 400;
		line-height: 19px;
		letter-spacing: -0.005em;
		text-align: left;
		color: #111110;
	}

	/*.sns_area {
		margin: 30px 0 0 30px !important;
	}*/
	.sns_area a {
		display: inline-block;
		width: 40px;
		height: 40px;
	}
	.sns_area a span {
		background-size: 100% auto;
	}
	.sns_area .slide__figure-inner a:nth-of-type(n+2) {
		margin-left: 20px;
	}
	.sns_area.type-2{
		margin: 0 !important;
	}
	.sns_area.type-2 .slide__figure-inner{
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	.sns_area.type-2 .slide__figure-inner h3 {
		flex: 0 0 auto;
		font-size: 24px;
		font-weight: 500;
		line-height: 28px;
		letter-spacing: -0.005em;
		text-align: left;
		color: #111110;
		margin: 0;
	}
	.sns_area.type-2 .slide__figure-inner > div {
		margin-top: 84px;
		flex: 0 0 auto;
		font-size: 20px;
		font-weight: 500;
		line-height: 20px;
		text-align: left;
		color: #111110;
		flex-flow: column;
		display: flex;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a {
		display: inline-flex;
		width: auto;
		height: 40px;
		align-items: center;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a:nth-of-type(n+2) {
		margin-left: 0;
		margin-top: 40px;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a .slide__figure-img {
		width: 40px;
		height: 40px;
	}
	.sns_area.type-2 .slide__figure-inner .sns_img > a .text {
		display: table-cell;
		padding-left: 20px;
		font-size: 20px;
		font-weight: 500;
		line-height: 30px;
		height: 30px;
		text-align: left;
		color: #111110;
		vertical-align: middle;
	}

	/* 20260324 css 추가 수정 */ 
	.slide {
		position: absolute;
		top: -1px;
		left: -1px;
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		display: grid;
		grid-template-rows: repeat(950, 1fr);
		grid-template-columns: repeat(1620, 1fr);
		overflow: hidden;
		background: #fff;
	}

	.slide__figure {
		width: 100%;
		height: 100%;
		margin: 0;
		overflow: hidden;
	}

	.slide__figure-inner,
	.slide__figure-img {
		width: 100%;
		height: 100%;
	}

	.slide__figure-img {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.layer__content,
	.slideshow {
		overflow: hidden;
	}
}
