@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
}
a {
  display: block;
  color: inherit;
}
img {
  max-width: 100%;
}
body {
  /* height: 100vh; */
  /* min-height: 60vw; */
}
.wrap {
  width: 100%;
  /* height: 100vh; */
  /* background: url(/img/bg\(1\).png) no-repeat center / cover; */
  
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.swiper-wrapper {
  width: 100%;
  /* height: 100vh; */
  /* overflow: hidden; */
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: #00000050; */
  z-index: 20;
}
.inner_wrap {
  width: 70%;
  margin: auto;
  height: 80vh;
  position: absolute;
  top: 10%;
  z-index: 10;
  left: 10%;
  /* display: none; */
  /* overflow: hidden; */
  /* padding: 100px 100px; */
}
.swipe_wrap {
  font-size: 0;
  height: 100vh;
  min-height: 60vw;
  overflow: hidden;
  /* overflow: hidden;
  width: 100%;
  height: 100vh; */
}
.main_desc {
  color: white;
  font-size: 40px;
}
.main_logo {
  margin-bottom: 10vh;
}
.main_desc_title {
  margin-bottom: 5vh;
}
.swiper-slide {
  height: 100vh ;
  /* background: #000; */
}
.main_btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 50px;
}
.main_btn {
  border: 1px solid #fff;
  border-radius: 25px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  width: 250px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
  background-color: #FC4747;
}
.main_btn img {
  width: 30px;
  height: 30px;
}
.slide_img {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transform: scale(1.1);
}
.slide_img1 {
  background: url(/img/bg\(1\).png) no-repeat center / cover;
}
.slide_img2 {
  background: url(/img/bg\(2\).png) no-repeat center / cover;
}
.slide_img3 {
  background: url(/img/bg\(3\).png) no-repeat center / cover;
}
.slide_img4 {
  background: url(/img/bg\(4\).png) no-repeat center / cover;
}
.slide_img5 {
  background: url(/img/bg\(5\).png) no-repeat center / cover;
}
.scale{
  transition: all 7s ;
  transform: scale(1);
  -webkit-transform: scale(1);
}

/* 백그라운드 영역 */
.video_section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.video_section video {
  height: 120%;
}

.no_wrap {
  white-space: nowrap;
}
.footer {
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 10px;
}
.footer_desc {
  color: #707070;
  font-size: 12px;
}
.footer_logo {
  max-width : 80%
}
.flex_box {
  /* display: flex; */
  align-items: center;
}
.font-c-change {
  display: inline-block;
  /* background: #FABD00; */
  background: linear-gradient(90deg, rgba(250,189,0,1) 0%, rgba(255,255,255,1) 70%);
  color: transparent;
  background-size: 500%;
  -webkit-background-clip: text;
  animation: color 5s forwards;
  background-position: 10%;
  /* width: 0; */
}
.font-c-p {
  transition: all 3s;
}
.pink_on {
  color: #FF91FB;
}
.main_desc1 {
  display: block;
}
.main_desc2,
.main_desc3,
.main_desc4,
.main_desc5 {
  display: none;
}
.main_desc_title2 {
  display: flex;
  align-items: center;
}
.main_desc p {
  text-shadow: -1px 0px #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  color: #000;
}
.main_desc p span {
  color: #000;
}
.main_desc div {
      text-shadow: -1px 0px #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
      color: #000;
}
@keyframes color {
  0% {
    background-position: 100%;
  }
  100%{
    background-position: 0%;
    /* font-weight: bold; */
  }
}

@media screen and (max-height:650px) {
  .footer {
    /* position: relative; */
    position: fixed;
    bottom: 0;
    padding: 10px;
    /* background: #ddd; */
  }
}
@media screen and (max-width : 1000px) {
  html {
    min-height: 60vw;
  }
}
@media screen and (max-width :850px) {
  .main_desc {
    font-size: 28px;
  }
  .main_btn_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .main_btn {
    width: 200px;
    gap: 10px;
    font-size: 12px;
    padding: 5px 0px;
  }
}
@media screen and (max-width: 590px) {
  .main_desc {
    font-size: 23px;
  }
  .main_logo {
    margin-bottom: 6vh;
  }
  .main_desc_title  {
    margin-bottom: 4vh;
  }
  .footer {
    flex-direction: column;
  }
  .flex_box {
    flex-direction: column;
  }
  .main_desc_title2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width : 430px ) {
  .main_desc {
    font-size: 22px;
  }
}
@media screen and (max-height:720px) {
  .footer {
      position: relative;
      background: #2e2e29;
      gap: 5px;
      bottom: 0px;
      padding: 10px 0px;
  }
}
