
body{
  margin : 0px;
  background-image: url('../../images/main/backgrdound.png');
}
#backgroundIMG{
  width: 100%;
  height: 100vh;
  position:absolute;
  object-fit: cover;
  z-index: -3;
                }			
        #firstPage{
          position: relative;
          width: 100vw;         
          height: 100vh;
        }
        #mainTitle {
          
          opacity: 0;
          transition: opacity 2s;
          width: 100%;
          position: absolute;
          display: block;
          top: 40%;
          left: 50%;
          transform: translate(-50%, -50%);
          text-align: center;
          z-index: -1;
}
.mainTitleText{
  color: #ffffff;
  font-size: 10vw;
  /* font-family: 'appleM', sans-serif; */
  font-weight: 600;
}
.mainTitleText2{
  color: #ffffff;
  font-size: 7vw;
  /* font-family: 'appleM', sans-serif; */
  font-weight: 600;
}
.mainTitleSubText{
  color: #ffffff;
  font-size: 3.5vw;
  /* font-family: 'appleM', sans-serif; */
}
#mainTitleSub{
  margin-top: 30px;
}
#scrollDown{
position:absolute;
left: 50%;
bottom: 0%;
transform: translate(-50%, 0%);
z-index: -2;
}
#scrollDown img{
  width: 15vh;
  animation: fade 3s infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*  */


.secondPage{
  margin-top: 10vh;
}
.secondPageImageDiv img{
  width: 80%;
  margin-left: 10%;
}
.secondPageImageDiv video{
  width: 80%;
  margin-left: 10%;
}
.secondPageTitle{
  display: block;
}
.secondPageTitleDiv{
  margin-left: 10%;
  /* font-family: 'appleM', sans-serif; */
  font-weight: 600;
  color: #0032a0;
  font-size: 6vw;
  margin-bottom: 2vh;
}
.secondPageTextDiv{
  text-align: end;
  margin-top: 2vh;
}
.secondPageText{
  display: block;
  /* font-family: 'appleL', sans-serif; */
  font-weight: 100;
  font-size: 3vw;
  color: #6e6e6e;
  margin-bottom: 5px;
  margin-right: 10%;
}




.thirdPage{
  margin-top: 10vh;
}
.thirdPageImageDiv video{
  width: 80%;
  margin-left: 10%;
}
.thirdPageTitleDiv{
  margin-right: 10%;
  /* font-family: 'appleM', sans-serif; */
  font-weight: 600;
  color: #0032a0;
  font-size: 6vw;
  margin-bottom: 2vh;
  text-align: end;
}
.thirdPageTitle{
  display: block;
}
.thirdPageTextDiv{
  text-align: start;
  margin-top: 2vh;
}
.thirdPageText{
  display: block;
  /* font-family: 'appleL', sans-serif; */
  font-weight: 100;
  font-size: 3vw;
  color: #6e6e6e;
  margin-bottom: 5px;
  margin-left: 10%;
}
/*  */



#genioMediaDiv{
  margin-top: 150px;
  margin-bottom: 10vh;
  margin-left: 10vw;
  margin-right: 10vw;
  text-align: center;
}
#genioMediaText{
  /* font-family: 'appleM', sans-serif; */
  font-weight: 600;
  color: #0032a0;
  font-size: 6vw;
  margin-bottom:3vh;
}
#youtube1,#youtube2,#youtube3{
  display: block;
  margin-bottom: 5vh;
}


#snsText{
  /* font-family: 'appleM', sans-serif; */
  font-weight: 600;
  color: #0032a0;
  font-size: 6vw;
  margin-bottom:5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#snsDiv{
  width:100%;
  float: left;
  margin-top: 10vh;
  margin-bottom: 200px;
  text-align: center;
}
#youtubeLogo{
  width: 30vw;
}
#instagramLogo{
  width: 30vw;
}
#instagramLogo2{
  margin-right: 2vw;
  width: 5vw;
}
.snsMedia{
  display: flex;
  width:100%;
  justify-content: center;
}

.instagramDiv{
  margin-left: 1vw;
  margin-right: 1vw;
  width:40vw;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  /* background-color : #ffffff; */
  background-color: #254da4;
} 
.instagramDiv img{
  width:40vw;
  height: 40vw;
  object-fit: cover;
}
.instagramImg{
  cursor: pointer;
}
.instagramText{
  display : flex;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  /* font-family: 'appleM', sans-serif; */
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}
.instagramText img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}



.contactUs{
  width: 100%;
  text-align: center;
  float: left;
  align-items: center;
  display: block;
  margin-bottom: 100px;
}
#contactUsTextDiv{
  display: block;
  text-align: center;
}
#contactUsTextDiv2{
  margin-top: 20px;
}
#contactUsText1{
  /* font-family: 'appleM', sans-serif; */
  font-weight: 400;
  color: #0032a0;
  font-size: 6vw;
  margin-bottom:20px;
  margin-top: 100px;
}
#contactUsText2{
  /* font-family: 'appleL', sans-serif; */
  font-weight: 100;
  font-size: 4vw;
  color: #6e6e6e;
  margin-bottom: 5px;
}

#idmail input{
width: 80%;
height: 50px;
border-width: 0;
margin-top: 2vh;
padding: 1%;
background-color: #D9E5FF;
display: block;
margin-left: 10vw;
/* font-family: 'appleM', sans-serif; */
font-weight: 300;
}
#idmail{
  margin-top: 50px;
}
#mail{
  display: block;
}
#contentDiv{
  margin-top: 2vh;
  margin-left: 2vh;
}
#contentDiv textarea{
  width: 82vw;
  height: 20vh;
  border-width: 0;
  background-color: #D9E5FF;
  /* font-family: 'appleL', sans-serif; */
  font-weight: 100;
  font-size: 15px;
  resize: none;
}
#answerDiv{
  display: flex;
  float : right;
  margin-top: 30px;
  margin-right: 18%;
  align-items: center;
}
#answerDiv button{
  width: 20vw;
  margin-left: 3vw;
  height: 50px;
}
#answerDiv input{
  width: 10vw;
  margin-left: 1vw;
  height: 49px;
  border-width: 0;
background-color: #D9E5FF;
}
#answerDiv span{
  /* font-family: 'appleM', sans-serif; */
  font-weight: 600;
  font-size: 2vw;
}

#submit{
  border-radius: 10px;
}
#answer{
  width: 20vw!important;
  text-align: center;
}

        /* 팝업 스타일 */
        .modal-bg {
            display: none;
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.6);
            z-index: 999;
        }

        .modal-wrap {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            
          width: 70vw;
            /* width: 90%; */
            transform: translate(-50%, -50%);
            z-index: 1000;
            cursor: pointer;
        }

        .modal-close {
            display: none;
            position: absolute;
            top: -4%;
            left: 98%;
            transform: translate(-50%, -50%);
            width: 4%;
            z-index: 1001;
        }

        #never_div {
            display: none;
            position: absolute;
            bottom: -10%;
            left: 0%;
            z-index: 1001;
        }

        #never {
            display: none;
            color: white;
            cursor: pointer;
            /* font-family: 'Noto Sans KR', sans-serif; */
        }
        
        #store{
          margin: 0 auto 20px;
          display: none;
          flex-wrap: wrap;
          justify-content: center;
          }
        #storeImg{
          /* height: 65vw; */
          width: 70vw;
          
          }

.storeClose {
  width: 12px;
  height: 12px;
  z-index: 1001;
  }
  
  #closeWrap{
  margin-top: 10px;
  width: 70vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }
  
  #storeNever {
  /* display: none; */
  font-size: 15px;
  color: white;
  cursor: pointer;
  /* font-family: 'Noto Sans KR', sans-serif; */
  }
  
        [data-scroll] {
          opacity: 0;
          will-change: transgorm, scale, opacity;
          transform: translateY(6rem) scale(0.93);
          transition: all 1.5s cubic-bezier(0.165,0.84,0.44,1);
        }
        [data-scroll="in"] {
          opacity: 1;
          transform : translateY(0) scale(1);
        }
        [data-scroll="out"] {
          opacity: 0;
        }
        .instagramDiv {
          transition: all 0.2s linear;
        }
        .instagramDiv:hover{
          transform: scale(1.2);
        }