@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; */
}
.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;
  overflow: hidden;
  /* min-height: 60vw; */
  /* overflow: hidden;
  width: 100%;
  height: 100vh; */
}
.main_desc {
  color: white;
  font-size: 34px;
}
.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 white;
  border-radius: 25px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  width: 250px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 16px;
}
.main_btn img {
  width: 30px;
  height: 30px;
}
.swiper-wrapper{
  transform: scale(1.1);
  height: 100vh;
}
/* .slide_img {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  transform: scale(1.1);
}
.slide_img1 {
  background: url(../img/background_img.png) no-repeat center / cover;
}
.slide_img2 {
  background: url(../img/background_img2.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);
}

/* 백그라운드 영역 */
/* .image_section {
  width: 100%;
  height: 100vh;
  /* display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: url(../img/background_img.png);
  background-position: 50%,50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.img_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
} */

.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: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 20px 0px;
  background-color: #525252;
}
.footer_outer_frame {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer_text {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
}
.footer_number {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.copyright_text {
  padding-top: 20px
  ;
}
.footer_desc {
  /* color: #707070; */
  color: #fff;
  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: 0px 3px 6px #000;
}
.main_desc p span {
  color: #fff;
}
.main_desc div {
  text-shadow: 0px 3px 6px #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 : 900px) {
  .footer_outer_frame {
    flex-direction: column;
    align-items: center;
  }
  .footer_desc {
    text-align: center;
  }
  .footer_right {
    align-items: center;
  }
  .footer {
    position: relative;
    gap: 5px;
    bottom: 0px;
    padding: 10px 0px;
  }
}
@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:750px) {
  .footer {
      position: relative;
      gap: 5px;
      bottom: 0px;
      padding: 10px 0px;
  }
}

