@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");

* {
	--color-bg-overlay: #000;
}

@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('../font/GmarketSansLight.woff');
} 

@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('../font/GmarketSansMedium.woff');
} 

@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('../font/GmarketSansBold.woff');
} 

@font-face {
    font-family: 'PyeongChangPeace';
    font-weight: 300;
    font-style: normal;
    src: url('../font/PyeongChangPeace-Light.woff');
} 

/* 오버레이 */
.page-transition-container{
	display: flex;
	flex-direction: column;
	position: absolute;
	z-index:15;
	height:100%;
	width:100%;
	top:0;
	left:0;
	margin:0;
	pointer-events: none;
}
.page-transition{
	transform: scaleX(0);
	background: #2c2c2c;
	height:50%;
}

/* 초기화 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {font-size:62.5%;width:100%;height:100%;overflow: hidden;font-family:'Pretendard Variable', 'GmarketSans', 'PyeongChangPeace',  dotum, sans-serif;}
body {
	line-height: 1;
	font-family:'Pretendard Variable', 'GmarketSans', 'PyeongChangPeace',  dotum, sans-serif;width:100%;height:100%;overflow: hidden;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select {font-family:'Pretendard Variable', 'GmarketSans', 'PyeongChangPeace',  dotum, sans-serif;}
main {width:100%;height:100%;}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 기본스타일 */
.mainLayout {}
.fullLayout {width:92%;margin:0 auto;}

/* 인트로 */
.content--canvas {width:100%;height:100%;position:absolute;top:0;left:0;}
.content--canvas canvas {z-index: -2;}
.content--canvas .bg {position:absolute;left:0;top:0;z-index: -1;width:100%;height:100%;opacity:0.1;}

.content-all-wrap {width:100%;height:100%;}


.content-wrap {
	pointer-events: none;
}

.content-wrap .content {
	width:100%;height:auto;
	opacity: 0;
}

.slide-only .content-wrap .content {
	opacity:1;
	pointer-events: auto;
}

.content-wrap .content--open {
	opacity: 1;
	pointer-events: auto;
}






.header {display:flex;justify-content: space-between;position:absolute;top:5rem;left:50%;transform:translateX(-50%);z-index: 10;}
.header .logo {height:3.5rem;}
.header .logo img {height:100%;}
.header .banner {opacity:0.9}
.header .banner a {width:100%;height:100%;display:block;}
.header .banner a img {height:7rem;}
.main_content_wrap {width:65.5%;position:absolute;left:50%;top:53%;transform:translate(-50%,-50%);}

.intro-content {color:#fff;text-align:center;padding:15vh 0 20vh 0;border-radius:8rem;border:1px solid rgba(255,255,255,0.2);}
.intro-content h1 {font-family:'GMarketSans';font-size:9.5rem;font-weight:700;letter-spacing: -0.04em;line-height:1.2;}
.intro-content h2 {font-weight:300;font-size:2.6rem;letter-spacing: -0.05em;margin:1vh 0 7vh 0;}
.intro-content>span {display:block;width:18rem;margin:0 auto;cursor:pointer;font-family:'PyeongChangPeace';font-weight:300;font-size:3rem;border:1px solid #fff;padding:1rem 0;border-radius:50rem;}
.intro-content .pointer{text-align: center;position:absolute;left:50%;transform:translateX(-50%);margin-top:2rem;}
.intro-content .pointer span {display:block;font-family:'PyeongChangPeace';font-size:1.7rem;margin-top:0.5rem;}
.intro-content .pointer img {height:6rem;}
.astro {position:absolute;bottom:5rem;right:5rem;opacity:0.5}
.astro img {height:12rem}


.tutorial {width:100%;text-align: center;max-width:115rem;color:#fff;margin:0 auto 0;display:flex;justify-content: space-between;padding:3rem 3rem 2rem 4rem;opacity:0.7;}
.tutorial .tutorial_cont {display:flex;}
.tutorial .tutorial_cont .tt-wrap {width:15rem;}
.tutorial .tutorial_cont .tt-wrap .icon-img-wrap {height:5rem;position:relative;}
.tutorial .tutorial_cont .tt-wrap .icon-img-wrap img {height:2rem;}
.tutorial .tutorial_cont .tt-wrap h5 {font-size:1.2rem;opacity: 0.9;color:#fff;letter-spacing: -0.06em;font-family:'Pretendard Variable';}
.tutorial_title {text-align:left;min-width:12rem;}
.tutorial_title h3 {font-size:2.4rem;letter-spacing: -0.05em;font-family:'GMarketSans';font-weight:300;margin-bottom:2.2rem;}
.tutorial_title h4 {font-size:1.5rem;font-family:'Pretendard Variable';font-weight:300;opacity: 0.6;}

.fade-in-down {
	animation: fade-in-down 2s ease infinite;
  }
  @keyframes fade-in-down {
	0% {
	  transform: translateY(0) translateX(-50%);
	}
	50% {
	  transform: translateY(-30px) translateX(-50%);
	}
	0% {
		transform: translateY(0) translateX(-50%);
	}
  }


  .bounce2 {
	animation: bounce2 4s ease infinite;
  }
  @keyframes bounce2 {
	  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	  40% {transform: translateY(-20px);}
	  60% {transform: translateY(-10px);}
  }


    

  .slide_content_wrap {width:100%;position:absolute;top:48%;transform:translateY(-50%);left:0;}
  

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, [class^=swiper-button-] {
	transition: all 0.3s ease;
  }
  
  *, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
  }
  
  .swiper-container {
	width: 72%;
	transition: opacity 0.6s ease;
  }
  .swiper-container.swiper-container-coverflow {
	padding: 1% 0;
  }
  .swiper-container.loading {
	opacity: 0;
	visibility: hidden;
  }
  
  .swiper-slide {
	cursor:pointer;
	background-position: center;
	background-size: cover;
	aspect-ratio: 5/7;
	height:auto !important;
	max-height:70%;
	box-shadow: rgba(0,0,0, 0.2) 0px 7px 29px 0px;
  }
  .swiper-slide .entity-img {
	display: none;
  }
  .swiper-slide .text-content {
	opacity: 1;
	width:100%;
	height:auto !important;
	color: #fff;
	position:absolute;bottom:0;right:0;text-align:right;
	padding:5rem 2rem;
  }
  .swiper-slide .text-content .title {
	font-weight:700;
	font-size:7rem;
	font-family:'GmarketSans';
	letter-spacing: -0.05em;
	margin-bottom:1.5rem;
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  }
  .swiper-slide .text-content .caption {
	font-size: 1.8rem;
	padding:1rem 3rem;border-radius:50rem;
	color:#333;
	letter-spacing: -0.05em;
	background:#fff;
	font-weight:500;
	cursor:pointer;
  }

  
  .swiper-button-prev,   .swiper-button-next {
	background:transparent !important;
	width:9.5rem !important;height:9.5rem !important;
  }

  .swiper-button-prev {left:6% !important;}
  .swiper-button-prev img,   .swiper-button-next img {height:100%}
  .swiper-button-next {right:6% !important;}

  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 9px;
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 0.4;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	transform: translate(-50%, -50%);
	border: 0px solid #fff;
	border-radius: 50%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	border-width: 1px;
  }

  .slide-text-wrap {color:#fff;position:absolute;text-align:center;width:94%;left:50%;transform:translateX(-50%);top:calc(100% + 2rem)}
  
  .slide-text-wrap h2 {font-size:2.8rem;font-family:'PyeongChangPeace';letter-spacing: -0.04em;opacity: 0.9;word-break: keep-all;line-height:1.4;}
  .slide-text-wrap h3 {font-size:1.6rem;font-weight:300;color:#eee;letter-spacing: -0.02em;margin-top:3rem;opacity: 0.7;word-break: keep-all;line-height:1.4}
  
  
.overlay {
	width:100%;height:100%;position:absolute;left:0;top:0;
	grid-area: 1 / 1 / -1 / -1;
	display: grid;
	z-index: 1000;
	pointer-events: none;
	opacity: 0;
	--columns: 20;
	grid-template-columns: repeat(var(--columns),1fr);
}

.overlay div {
	background: #000;
}


/* {effect3} */
.text5 {
	opacity: 0;
	visibility: hidden;
  }
.text5 span {
display: inline-block;
}

@media screen and (min-width:2200px){
	html {font-size:65%}
	.swiper-container.swiper-container-coverflow {padding:3% 0;}
	.slide-text-wrap {bottom:-5rem}
}

@media screen and (max-width:1700px){
	html {font-size:60%}
}
@media screen and (max-width:1441px){
	.swiper-container {width:86%}
	.swiper-button-next {right:2% !important;}
	.swiper-button-prev {left:2% !important;}
}
@media screen and (max-width:1281px){
	html {font-size:54%}
	.main_content_wrap {width:94%;}
	.swiper-container {width:100%}
	.swiper-button-prev, .swiper-button-next {width:5rem !important;height:5rem !important;}
	.header {top:3rem;}
	.header .banner {margin-top:-1.5rem}
	.tutorial .tutorial_cont .tt-wrap {width:13rem;}
	.tutorial .tutorial_cont .tt-wrap h5 {font-size:1.3rem;}
	.tutorial .tutorial_cont .tt-wrap .icon-img-wrap img {height:2rem;}
	.astro img {height:11rem}
	.header .logo {height:3.2rem;}
	.header .banner a img {height:5.5rem;}
	.slide-text-wrap h3 {margin-top:2rem;}

	.intro-content {padding:13vh 0 18vh 0;}
	
}
@media screen and (max-width:1181px){}
@media screen and (max-width:1025px){
	
}
@media screen and (max-width:961px){
	html {font-size:53%}
	.header .logo {height:3rem;}
	.tutorial {flex-wrap:wrap;}
	.tutorial_title {width:100%;display:flex;justify-content: center;margin-bottom:1rem;}
	.tutorial_title h3 {}
	.tutorial_title h4 {margin-left:1.5rem; margin-top:1rem;}
	.tutorial_cont {justify-content: center;width:100%;}
	.intro-content>span {font-size:2.4rem;padding:1rem 0;}
	.intro-content .pointer img {height:5rem;}
	.astro img {height:10rem;}

	.header .banner a img {height:6rem;}
}
@media screen and (max-width:821px){
	html {font-size:52%}
}
@media screen and (max-width:641px){
	html {font-size:50%}
	.intro-content h1 {font-size:7rem;padding:0 3rem;}
	.header .logo {height:2.5rem;}
	.header .banner a img {height:5rem;}
	.intro-content {border-radius:3rem;}
	.tutorial .tutorial_cont {flex-wrap:wrap;}
	.tutorial .tutorial_cont .tt-wrap {width:33.3333%;padding:1.5rem 0;}
	.tutorial_title {margin-bottom:0;}
	/* .intro-content .pointer {display:none;} */
	.tutorial {margin:3rem auto 0}
	.intro-content h2 {margin:1rem 0 3rem 0;font-size:1.8rem;}
	body {background:hsla(260,40%,5%,1)}
	.intro-content {padding:15vh 0 20vh 0;}
}
@media screen and (max-width:516px){
	html {font-size:48%}
	.slide-text-wrap h3 {margin-top:2rem;}
	.intro-content h2 {font-size:2rem;}
	.intro-content>span {font-size:2rem;width:13rem;}
	.astro img {height:6rem}
	.astro {right:1rem;bottom:2rem;}
	.header .banner a img {height:4rem;}
	.header .banner {margin-top:-1rem}
}
@media screen and (max-width:415px){
	html {font-size:46%}
}
@media screen and (max-width:376px){
	html {font-size:44%}
}
  
