.section {
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.video-loop {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.main-wanna-be .section-copy {
	position: absolute;
	width: 100%;
	max-width: 800px;
	padding: 0 50px;
	top: 140px;
	left: 260px;
	z-index: 99;
	-webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-wanna-be .section-copy h1 {
	margin-bottom: 30px; color:#000000;font-family: 'Iropke Batang' !important;
}
.main-wanna-be .section-copy p {
	color: #999793;
	font-size: 15px;
	line-height: 1.65;
}


.main-intro .section-copy {
	position: absolute;
	width: 100%;
	max-width: 800px;
	padding: 0 50px;
	top: 140px;
	left: 260px;
	z-index: 99;
	-webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.main-intro .section-copy h1 {
	margin-bottom: 30px; font-family: 'Iropke Batang' !important;
}
.main-intro .section-copy p {

	font-size: 15px;
	line-height: 1.65;
}



.section-mask {
	background-color: rgba(0,0,0,0.15);
	position: absolute;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.section-mask .section-copy {
	top: auto;
	bottom: 70px;
	left: 0;
}


.section-mask .section-copy > * {
	color: #fff;
}




.section-mask-event {
	background-color: rgba(0,0,0,0.15);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}


.section-mask-event .section-copy-event {
	position:absolute;
	left:200px;
	top:135px;
}

.section-mask-event .section-copy-event h1 {
	margin-bottom:15px;   font-size:40px; font-family:'Iropke Batang';	color:#000
}


.section-mask-event .section-copy-event p {
 font-size:20px;  	color:#aeaeae
}


.section-mask-event .section-copy-event > * {
 
}
.section-mask-event .event-body {

	position:absolute;
	min-width:1080px;
	left:40%;
	bottom:66px;
	width:100%; display:block;
	height:640px;

}

.section-mask-event .event-body .barit-nav-arrow  {
	position:absolute; 
	top:-50px;
	right:20px;
}


* {outline:none !important;}
.section-mask-event .slider-status  { margin-left:-10px;}
.section-mask-event .event-body .slide-back { right:30px;}
.section-mask-event .event-body .slide-forward { right:10px;}


.event-be-slider-nav {color:#fff; font-weight:bold; text-shadow:none; margin-bottom:30px; max-width:1080px}
.event-be-slider-nav .current-num2  {font-size:20px;margin-top:-10px}
.event-be-slider-nav .total-num2  {padding-top:15px; position:relative; bottom:-5px;}
.slider2 .slick-slide {opacity:1;  transform: translateX(-0%);}
.slider2 .slick-slide:hover {opacity:1 !important;  transform: translateX(-0%);}
.slider2 .slick-current {opacity:1 !important;  transform: translateX(0%);}
	
	/**
 *  Progress Bar
 */
.progress {
  display: block;
  width: 100%;
  max-width:1060px;
  margin-left:-10px;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color:rgba(255,255,255,0.6);
  background-image: linear-gradient(to right, #e7da56 , #e7da56);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}




.content {
  margin: auto;
  padding: 20px;
  width: 600px;
}
.slider2 {
  margin: 30px  0px;
  width:100%; display:block;
  max-width:1080px;
  position:relative;
}

.image {
  padding: 10px;
}

.slider2 img {
  display: block;
  width: 100%;
}

.gallery-content > img {display:none;} 
.gallery-item {width:100%; height:570px; padding:0 10px !important;}
.gallery-list .gallery-item .thumbnail-holder {width:100%; height:auto; min-height:570px; display:inline-block;  overflow:visible !important;}






@media (max-width:600px) {

		
.section-mask-event .section-copy-event {
	position:absolute;
	left:20px;
	top:70px;
	max-width:80vw;
}
.section-mask-event .section-copy-event > * {
	color: #fff;
}
.section-mask-event .event-body {

	position:absolute;
	
	left:10%;
	top:30vh;
	width:100%; display:block;
	height:80vh;

}

.section-mask-event .event-body .barit-nav-arrow  {
	position:absolute; 
	top:-50px;
	right:20px;
}





.content {
  margin: auto;
  padding: 20px;
  width: 100%;
}

.slider2 {
  margin: 30px  0px;
  width:100%; display:block;
  max-width:80vw;
  position:relative;
}

.progress {
  display: block;
  width: 100%;
  max-width:80vw;
  margin-left:-5px;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color:rgba(255,255,255,0.6);
  background-image: linear-gradient(to right, #e7da56 , #e7da56);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}


.gallery-content > img {display:none;} 
.gallery-item {width:100%; height:40vh; padding:10px !important; margin-left:-10px;}
.gallery-list .gallery-item .thumbnail-holder {width:100%; height:auto; min-height:40vh; display:inline-block;  overflow:visible !important;}


.section-mask-event .slider-status  { margin-left:-10px;}
.section-mask-event .event-body .slide-back { right:20px;}
.section-mask-event .event-body .slide-forward { right:0px;}


.event-be-slider-nav {color:#fff; font-weight:bold; margin-left:5px; text-shadow:none; margin-bottom:10px; max-width:1080px}
.event-be-slider-nav .current-num2  {font-size:16px;margin-top:-10px}
.event-be-slider-nav .total-num2  {padding-top:15px; position:relative; bottom:-5px; font-size:12px;}
.slider2 .slick-slide {opacity:1;  transform: translateX(-0%);}
.slider2 .slick-slide:hover {opacity:1 !important;  transform: translateX(0%);}
.slider2 .slick-current {opacity:1 !important;  transform: translateX(0);}
	

}



.main-nav {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 99;
}
.main-nav .nav-item {
	color: rgba(0,0,0,0.25);
	cursor: pointer;
	font-size: 11px;
	padding: 8px 35px 8px 8px;
	position: relative;
}
.main-nav .nav-item:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #4e4d4d;
	right: 0;
	top: 50%;
	transition: width .2s ease-out;
}
.main-nav .nav-item:hover {
	color: rgba(0,0,0,0.5);
}
.main-nav .nav-item.is-active {
	color: #4e4d4d;
}
.main-nav .nav-item.is-active:after {
	width: 20px;
}

.toned-white .main-nav .nav-item {
	color: rgba(255,255,255,0.3);
}
.toned-white .main-nav .nav-item:after {
	background-color: #fff;
}
.toned-white .main-nav .nav-item:hover {
	color: rgba(255,255,255,0.6);
}
.toned-white .main-nav .nav-item.is-active {
	color: #fff;
}

@media (max-width: 600px) {
	.main-nav .nav-item {
		color: rgba(255,255,255,0.3);
	}
	.main-nav .nav-item:after {
		background-color: #fff;
	}
	.main-nav .nav-item:hover {
		color: rgba(255,255,255,0.6);
	}
	.main-nav .nav-item.is-active {
		color: #fff;
	}
}

.wanna-be-slider,
.wanna-be-slider .slick-list,
.wanna-be-slider .slick-track,
.wanna-be-slider .item {
	height: inherit;
}
.wanna-be-slider .item {
	background-color: #f3f4f6;
	position: relative;
	outline: none;
	width: 100%;
}
.wanna-be-slider .item a {
	outline: none;
}
.wanna-be-slider .item .slide-image {
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 100vh;
	height: 0;
	padding-top: 90.9vh;
	position: absolute;
	bottom: 0;
	right: -5%; /*-12 -> -5*/
	z-index: 20;
}
.wanna-be-slider .item .slide-content {
	border-left: 1px solid #b1afab;
	position: absolute;
	bottom: 0;
	left: 480px;
	padding: 30px 0 100px 70px;
	z-index: 21;
}
.wanna-be-slider .item .slide-content h1 {
	margin-bottom: 30px; font-family: 'Iropke Batang' !important;  
}
.wanna-be-slider .item .slide-content p {
	font-size: 20px;
	margin-bottom: 10px;
}
.wanna-be-slider .item .slide-content a {
	color: #999;
}
.wanna-be-slider .energy .slide-content h1 {
	color: #5ec4b3;	 
}
.wanna-be-slider .shine .slide-content h1 {
	color: #b4a38f;
}
.wanna-be-slider .essential .slide-content h1 {
	color: #8fb4ab;
}
.wanna-be-slider .health .slide-content h1 {
	color: #9485ab;
}
.wanna-be-slider .celeb .slide-content h1 {
	color: #567ca7;
}
.wanna-be-slider .mens-skin .slide-content h1 {
	color: #959499;
}
.wanna-be-slider .slick-arrow {
	display: none !important;
}
.wanna-be-slider-nav {
	position: absolute;
	bottom: 85px;
	left: 265px;
	z-index: 22;
	-webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.wanna-be-slider-nav .slider-status {
	font-family: 'Noto Serif KR', serif;
	font-size: 26px;
	color: #999793;
	letter-spacing: 2px;
	margin-left: 42px;
	margin-bottom: 20px;
}
.wanna-be-slider-nav .slider-status .total-num {
	display: inline-block;
	opacity: 0.35;
}
.wanna-be-slider-nav .slider-pedal span {
	color: #b1afab;
	cursor: pointer;
	display: inline-block;
	font-size: 50px;
	padding: 15px;
	margin-left: 30px;
}

.main-ogana-lab .round-button {
	border-color: #fff;
	color: #fff;
	width: 160px;
	position: absolute;
	bottom: 75px;
	right: 50px;
	z-index: 30;
}

@media (max-width: 1100px) {
	.wanna-be-slider-nav {
		left: 10px;
	}
	.wanna-be-slider .item .slide-image {
		width: 130%;
		padding-top: 100%;
		right: -30% /*-35->30*/;
	}
	.wanna-be-slider .item .slide-content {
		left: 210px;
	}
}

@media (max-width: 900px) {
	.section-copy {
		left: 0;
	}
	.main-ogana-lab .section-copy {
		bottom: 120px !important;
	}
	.main-ogana-lab .round-button {
		bottom: 35px;
		right: auto;
		left: 50px;
	}
}

@media (max-width: 600px) {
	.main-nav .nav-item {
		padding-right: 15px;
	}
	.main-nav .nav-item.is-active:after {
		width: 10px;
	}
	.section-copy {
		padding: 0 30px;
	}
	.section-copy h1 {
		margin-bottom: 20px;
	}
	.section-copy p {
		font-size: 13px;
	}
	.section-mask .section-copy {
		bottom: 50px;
	}
	.main-wanna-be .section-copy {
		display: none;
	}
	.wanna-be-slider .item .slide-image {
		background-size: cover;
		background-position: 20% bottom;
		height: auto;
		padding-top: 0;
		top: 70px;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.wanna-be-slider .item .slide-content {
		border-left: none;
		top: 50px;
		bottom: auto;
		left: 0;
		padding-left: 30px;
	}
	.wanna-be-slider .item .slide-content h1 {
		margin-bottom: 20px;
	}
	.wanna-be-slider-nav {
		left: 0;
		bottom: 20px;
	}
	.wanna-be-slider-nav .slider-status {
		font-size: 22px;
		margin-left: 30px;
		margin-bottom: 5px;
	}
	.wanna-be-slider-nav .slider-pedal span {
		margin-left: 18px;
	}
	.main-ogana-lab .section-copy {
		bottom: 110px !important;
	}
	.main-ogana-lab .round-button {
		left: 30px;
		width: 140px;
		height: 44px;
		line-height: 44px;
	}
}