@charset "utf-8";
@import url("common.css");

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');


* {margin: 0; padding: 0;}
* {box-sizing: border-box;}
* ::selection {background: #fff;}
li {list-style: none;}
a {text-decoration: none; color: #333;}
html {scroll-behavior: smooth;}
::-webkit-scrollbar {display: none;}
body {
  overflow-x: hidden;
  /* cursor: none; */
  /* cursor: url('../img/cursorBigBlue.cur'), auto;  */
}

/* .snow {
	position: absolute;
	min-width: 100vw;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.snow .svg {
	position: absolute;
	width: 100%;
	height: 100%;
}
#snow-top-layer {
	will-change: transform;
	transform: translateY(-768px);
	animation: fall 22.5s infinite linear;
}
#snow-bottom-layer {
	will-change: transform;
	transform: translateY(-768px);
	animation: fall 45s infinite linear;
}
@keyframes fall {
		100% {
		transform: translateY(0);
	}	
} */

/* video */
/* video */
/* video */

.main_video { 
  width: 100%;
  height: 100vh;
}
.bgc {
  background-color: #000 !important;
  width: 100%;
  height: 100%;
  opacity: .32;
  z-index: 2;
  position: relative;
}
/* video {
  width: 100%;
  height: 100%;
  display: block;
} */
.color_main {
  background: url(../img/mainmain02.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* header  */
/* header  */
/* header  */

.header nav ul li a {
  display: inline-block;
  letter-spacing: 2px;
  transition: .5s;
  position: relative;
  z-index: 88;
  color: #fff;
}
.trigger {
  width: 90PX;
  height: 30px;
  position: absolute;
  right: 40px;
  top: 21px;
  cursor: pointer;
  z-index: 44;
}
.trigger .menu {width: 100%;}

.left_menubar {
  width: 100%;
  height: 100%;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  background-color: #fff;  
  font-family: 'Montserrat', sans-serif;
  /* transition: .5s linear; */
}
.left_menubar .sub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1300px;
  transform: translate(-50%, -50%);
  /* transition: .5s margin-top ease-in-out; */
}
.left_menubar > .sub > li {
  font-weight: normal;
  font-size: 40px;
  box-sizing: border-box;
}
.left_menubar > .sub > li > a {
  /* display: block;
  transition: .3s;
  color: #333;
  z-index: 999;
  animation: leftbar 0.5s linear; */
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Lato', sans-serif;
  display: block;
  line-height: 1.5em;
  font-weight: 600;
  color: #333;
  font-size: 2em;
  /* transition: .5s letter-spacing, 2s opacity; */
  /* letter-spacing: 0.07em; */
  position: relative;
}

.left_menubar > .sub > li:nth-of-type(2) > a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
}
.left_menubar > .sub > li:nth-of-type(2) > a::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
}
.left_menubar > .sub > li a:hover {
  letter-spacing: 0.13em;
  /* color: #ffb6b6; */
  color: rgba(0, 0, 0, .8);
}
.left_menubar > .sub > li:nth-of-type(2) > a:hover {
  color: #00DC8C;
  -webkit-text-stroke: .5px #ccc;
  letter-spacing: 0.1em;
}
.left_menubar > .sub > li:nth-of-type(2) > a:hover::before {  
  transform: translate(10px, -10px);
  letter-spacing: 0.1em;
  color: #9600FF;
  -webkit-text-stroke: 1px #ccc;
}
.left_menubar > .sub > li:nth-of-type(2) > a:hover::after {
  transform: translate(20px,-20px);
  letter-spacing: 0.1em;
  color: #FFCF00;
  -webkit-text-stroke: 1px #ccc;
}
.left_menubar > .sub > li:nth-of-type(3) a:hover {
  color: purple;
}
.left_menubar > .sub > li:nth-of-type(4) a:hover {
  color: salmon;
}

.left_menubar > .sub > li:nth-of-type(1) > a, .left_menubar > .sub > li:nth-of-type(3) > a, .left_menubar > .sub > li:nth-of-type(4) > a {
  transition: .5s letter-spacing, 2s opacity;
}

.menu_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 70px;
  top: 57px;
  cursor: pointer;
}
.left_menubar .hive {
  position: absolute;
  bottom: 18px;
  right: 47px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.05em;

}
/* main_text  */
/* main_text  */
/* main_text  */

.main_text {
  font-family: 'Quicksand', sans-serif;  
  color: #fff; 
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 34%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.overlay {
  width: 100%;
}
.overlay span { 
  position: relative; 
  opacity: 0; 
  top: 2em; 
  font-size: 25px;
  transition: .5s;
  letter-spacing: 10px;
  animation: textup 1s ease-in-out forwards; 
} 
.overlay span:nth-child(4n) { animation-delay: 1s; } 
.overlay span:nth-child(4n+1) { animation-delay: 1.5s; } 
.overlay span:nth-child(4n+3) { animation-delay: 2s; } 
.overlay span:nth-child(4n+2) { animation-delay: 2.8s; }
.overlay .one {
  font-size: 60px;
  line-height: 2.5em;
  letter-spacing: 0;
}
@keyframes textup { 
  to { 
    opacity: 1; 
    top: 10px; 
  } 
}


/* footer */
/* footer */
/* footer */

.footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
  height: 70px;
}
.footer p {
  font-family: 'Noto Sans KR', sans-serif;
}
.footer span {
  font-family: 'Archivo', sans-serif;
}

/* img */
/* img */
/* img */

.featherlight .featherlight-content {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  border-bottom: 0;
  width: 45%;
  max-height: 96%;
  overflow: hidden;
}
.featherlight .featherlight-content img {
  margin: 10px auto;
  height: 80%;
}
.featherlight .featherlight-image {
  width: auto;
}
.featherlight .featherlight-close-icon {
  font-size: 25px;
  line-height: 50px;
  width: 60px;
}
.featherlight-image, .featherlight-inner {
  height: 100%;
}

footer {z-index: 3;}
footer p {
  font-family: 'Archivo', sans-serif;
  font-size: 18px;  
  font-weight: 500;
  color: #fff;
}
footer ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
footer ul li > .vapp {
  width: 23px;
}
footer ul li > .vapp > img {
  width: 100%;
  margin-top: 7px;
  display: block;
  margin-left: 5px;
}
footer ul li a {
  display: block;
  width: 100%;  
}
footer ul li img {
  width: 100%;
  height: 100%;
}




