@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "SUIT","Noto Sans KR", sans-serif;
  color: #333;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 400;
  background: #fff;
  margin: 0 auto;
  min-width: 1280px;
  background: #000;
  font-size: 10px;
}

html {
  font-size: 10px;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "SUIT","Noto Sans KR", sans-serif;
  color: #333;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.oh {
  overflow: hidden;
}

.vc {
  /* flex 세로가운데 정렬 코드 */
  clear: both;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.f_score {
  font-family: 'S-CoreDream', sans-serif;
}

.fc_blue {
  color: #2da1cf;
}

/* scss 변수 */
.scm {
  /*screen_middle*/
  width: 1240px;
  margin: 0 auto;
}

.wscm {
  /*screen_middle*/
  width: 1440px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 16px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 60px 0 0 3vw;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_inner .logo {
  margin-right: 20px;
}

.header_inner .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_inner .gnb > li {
  margin: 0 20px;
  position: relative;
}

.header_inner .gnb > li:hover .gnb_sub {
  display: block;
}

.header_inner .gnb > li > a {
  display: block;
  text-align: center;
  padding: 8px 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
}

.header_inner .gnb_sub {
  display: none;
  position: absolute;
  top: 100%;
  left: calc(50% - 60px);
  width: 120px;
  background: rgba(255, 255, 255, 0.09);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 4px;
}

.header_inner .gnb_sub li {
  display: block;
  text-align: center;
  margin: 4px 0 10px;
}

.header_inner .gnb_sub a {
  display: inline-block;
  padding: 4px 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.header_inner .gnb_sub a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header_inner .gnb_sub a::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #1e7cc5;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.bluetxt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  letter-spacing: 0;
  font-family: 'S-CoreDream', sans-serif;
  color: #2da1cf;
}

.main_txtgrp {
  width: 1240px;
  margin: 0 auto;
  color: #fff;
}

.main_txtgrp h3 {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.main_txtgrp p {
  font-size: 22px;
  color: #d9d9d9;
  line-height: 1.6;
  margin-top: 84px;
  letter-spacing: 0;
}

.main_txtgrp p b {
  font-weight: 600;
}

.main_txtgrp a {
  display: block;
  font-size: 22px;
  color: #d9d9d9;
  margin-top: 94px;
}

.main_banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main_banner .inner {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 10vw;
  background: url("../img/main_bg.png") no-repeat left center;
}

.main_banner .main_txt .swiper-wrapper {
  height: 100px;
}

.main_banner .main_txt_grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_banner .main_txt_wh {
  font-size: 83px;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
}

.main_banner .main_txt_ani {
  position: relative;
  font-size: 83px;
  font-weight: 700;
  color: #000;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  background-size: 101% 100%;
  background-position: left 0px bottom -40px;
  background-repeat: repeat-x;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 90 240 300' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='800' style='stroke: none; fill: rgb(255,255,255);' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none;'%3E%3C/path%3E%3C/svg%3E");
}

.main_banner .swiper-slide-active.main_txt_ani {
  -webkit-animation: wave 3s linear forwards;
          animation: wave 3s linear forwards;
}

.main_banner .main_video {
  position: absolute;
  top: 0px;
  left: 30%;
  z-index: 7;
}

.main_banner .main_video video {
  max-height: 100vh;
}

.main_banner .main_video::after {
  content: '';
  width: 100%;
  height: 100%;
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, black 50%);
  position: absolute;
  top: 0;
  left: 0;
}

.main_weare {
  width: 100%;
  overflow: hidden;
  padding-bottom: 800px;
  position: relative;
}

.main_weare .main_txtgrp {
  position: relative;
  z-index: 10;
}

.main_weare .img_bounce {
  position: absolute;
  left: calc(50% + 180px);
  bottom: 620px;
  z-index: 7;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

.main_weare .img_tilt {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 6;
  width: 100%;
}

.main_weare .img_tilt img {
  width: 120%;
  margin-left: -10%;
}

.ring {
  position: absolute;
  top: 0;
  z-index: 0;
  -webkit-animation: rotate 25s linear infinite;
          animation: rotate 25s linear infinite;
}

.ring img {
  width: 100%;
}

.main_service {
  width: 100%;
  position: relative;
  padding-bottom: 300px;
  background: url("../img/main_service_bg.jpg") no-repeat right -100px bottom;
  background-size: 40vw;
}

.main_service .main_txtgrp {
  position: relative;
  z-index: 4;
}

.main_service_video {
  position: absolute;
  right: -15vw;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
}

.main_service_video::after {
  content: '';
  width: 100%;
  height: 100%;
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.main_service_video video {
  width: 50vw;
}

.main_how {
  width: 100%;
  position: relative;
  padding-bottom: 300px;
  background: url("../img/main_how_bg.jpg") no-repeat left -100px bottom;
  background-size: 40vw;
}

.main_how .main_txtgrp {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main_how_video {
  width: 1300px;
  height: 100vh;
  position: absolute;
  left: -15vw;
  top: 300px;
  z-index: 3;
  overflow: hidden;
}

.main_how_video::after {
  content: '';
  width: 100%;
  height: 100%;
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, black 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.main_how_video video {
  width: 60vw;
}

.scroll-bound {
  height: 3000px;
}

.scroll-bound .content {
  height: 100vh;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.main_conf {
  width: 100%;
  margin-top: 200px;
}

.main_conf .scm {
  position: relative;
}

.main_conf .flex-sb {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 84px;
}

.main_conf .flex-sb p {
  margin-top: 0;
}

.main_vision {
  margin-top: 270px;
  position: relative;
  z-index: 1;
}

.main_vision .main_txtgrp {
  width: 50%;
}

.main_vision .main_txtgrp h3 {
  font-size: 68px;
}

.main_wave {
  overflow: hidden;
  margin-top: 270px;
}

.main_wave_ttl {
  text-align: center;
  font-size: 84px;
  font-weight: 700;
  color: #fff;
}

.main_wave_ttl h4 {
  margin-bottom: 95px;
}

.main_service_min {
  margin-top: 250px;
}

.main_service_min .main_txtgrp h3 {
  font-size: 45px;
}

.main_service_min_slide {
  width: 690px;
  height: 378px;
  position: relative;
}

.main_service_min_slide .swiper {
  height: 100%;
}

.main_service_min .swiper-button-prev {
  left: -40px;
}

.main_service_min .swiper-button-next {
  right: -40px;
}

.contact {
  margin-top: 300px;
}

.contact .main_txtgrp {
  text-align: center;
}

.contact form {
  width: 800px;
  margin: 150px auto 0;
  color: #fff;
}

.contact form .li_ipt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact form .li_ipt p {
  border-bottom: 1px solid #595959;
  width: 48%;
}

.contact form .li_txt {
  padding-top: 20px;
}

.contact form .li_txt p {
  margin-bottom: 20px;
}

.contact form .frm_label {
  display: inline-block;
  width: 76px;
  font-size: 16px;
}

.contact form input[type="text"], .contact form select {
  border: none;
  background: transparent;
  height: 46px;
  color: #fff;
  font-size: 16px;
}

.contact form textarea {
  width: 100%;
  height: 100px;
  background: transparent;
  border: 1px solid #595959;
  padding: 8px;
  font-family: 'SUIT', 'Noto Sans KR', sans-serif;
  color: #fff;
}

.contact form option {
  background: #000;
  color: #fff;
  font-family: 'SUIT', 'Noto Sans KR', sans-serif;
}

.contact form .check {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

.contact form .check input[type="checkbox"] {
  display: none;
}

.contact form .check input[type="checkbox"] + label {
  padding: 2px 0 2px 28px;
  background: url("../img/icon_check_off.png") no-repeat left center;
}

.contact form .check input[type="checkbox"]:checked + label {
  background: url("../img/icon_check_on.png") no-repeat left center;
}

.contact form .check a {
  margin-left: 8px;
}

.contact form .check a img {
  position: relative;
  top: 3px;
}

.contact form .check button {
  width: 240px;
  height: 60px;
  background: #1e7cc5;
  color: #Fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 40px;
  font-family: 'SUIT', 'Noto Sans KR', sans-serif;
}

.privacy {
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  display: none;
}

.privacy pre {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  word-break: normal;
  white-space: break-spaces;
  font-size: 12px;
  color: #bfbfbf;
  background: rgba(255, 255, 255, 0.09);
  padding: 30px;
  line-height: 1.3;
}

.footer {
  margin-top: 200px;
  padding-bottom: 100px;
}

.footer .ft_logo {
  margin-bottom: 50px;
}

.footer ul li {
  margin-bottom: 20px;
}

.footer ul em {
  font-size: 16px;
  color: #bfbfbf;
  display: inline-block;
  width: 130px;
}

.footer ul span {
  font-size: 16px;
  color: #fff;
}

.footer .copyright {
  color: #fff;
  text-align: right;
  margin-top: 30px;
  font-size: 16px;
}

/*****************************************************************/
/* sub */
.img1920 {
  width: 1200px;
  margin: 0 auto;
}

.img1920 img {
  margin-left: -360px;
}

.sub_visual {
  width: 100%;
  height: 760px;
  position: relative;
  overflow: hidden;
}

.sub_visual.service {
  height: 960px;
}

.sub_visual_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(500px) scale(1.1) rotate(0.001deg);
          transform: perspective(500px) scale(1.1) rotate(0.001deg);
  -webkit-animation: bgMotion 5s ease-in-out .5s forwards;
          animation: bgMotion 5s ease-in-out .5s forwards;
}

.sub_visual_bg.story {
  background: url("../img/bg_story.jpg") 50% 50%/cover no-repeat;
}

.sub_visual_bg.service1 {
  background: url("../img/service1_bg.png") 50% 50%/cover no-repeat;
}

.sub_visual_bg.service2 {
  background: url("../img/service2_bg.png") 50% 50%/cover no-repeat;
}

.sub_visual_bg.service3 {
  background: url("../img/service3_bg.png") 50% 50%/cover no-repeat;
}

.sub_visual_bg.service4 {
  background: url("../img/service4_bg.png") 50% 50%/cover no-repeat;
}

.sub_visual_bg.service5 {
  background: url("../img/service5_bg.png") 50% 50%/cover no-repeat;
}

.sub_visual_bg.service6 {
  background: url("../img/service6_bg.png") 50% 50%/cover no-repeat;
}

.sub_visual_bg.service7 {
  background: url("../img/service7_bg.png") 50% 50%/cover no-repeat;
}

.sub_visual_ttl {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  padding-top: 100px;
}

.sub_visual_ttl .t1 {
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.sub_visual_ttl .t2 {
  font-size: 76px;
  font-weight: 900;
  color: #000;
  -webkit-text-stroke: 1px #fff;
}

.sub_visual_ttl p {
  font-size: 22px;
  color: #d9d9d9;
  margin-top: 70px;
  margin-bottom: 60px;
  line-height: 1.4;
}

.sub_visual_ttl .t3 {
  font-size: 26px;
  font-weight: 500;
}

.sub_visual_txtgrp {
  position: relative;
  z-index: 9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 230px;
  color: #fff;
}

.sub_visual_txtgrp h2 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 40px;
}

.sub_visual_txtgrp .lnb {
  font-size: 20px;
  font-weight: 300;
  color: #bfbfbf;
  margin-bottom: 90px;
}

.sub_visual_txtgrp .lnb .fc_blue {
  font-weight: 500;
}

.sub_visual_txtgrp h3 {
  font-size: 50px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 32px;
}

.sub_visual_txtgrp h5 {
  font-size: 30px;
  line-height: 1.4;
}

.sub_visual_txtgrp .plus {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub_visual_txtgrp .plus .plus_mark {
  margin: 0 40px;
}

.sub_visual_txtgrp .plus small {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

.sub_visual_txtgrp .plus p {
  font-family: "S-CoreDream","SUIT", sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.sub_visual_txtgrp .plus p em {
  color: #2da1cf;
}

.service1-4 {
  background: #efefef;
}

.service1-4 .relative {
  position: relative;
}

.service1-4 .txt1 {
  font-size: 33px;
  font-weight: 600;
  color: #000;
}

.service1-4 .txt2 {
  font-size: 24px;
  color: #1e7cc5;
  margin-top: 6px;
  margin-bottom: 20px;
  font-weight: 500;
}

.service1-4 .txt3 {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 500;
}

.service1-4 .po1 {
  position: absolute;
  left: calc(50% + 410px);
  top: 150px;
}

.service1-4 .po2 {
  text-align: right;
  position: absolute;
  left: calc(50% - 660px);
  top: 400px;
}

.service1-4 .po3 {
  position: absolute;
  left: calc(50% + 375px);
  top: 465px;
}

.service1-5 {
  padding: 200px 0 0 0;
  background: url("../img/service1-12.jpg") no-repeat top;
  background-size: cover;
}

.service1-5 .hv_blue {
  width: 860px;
  margin: 80px auto 0;
  color: #fff;
  font-size: 26px;
  text-align: center;
}

.service1-5 .hv_blue b {
  font-weight: 700;
}

.service1-5 .hv_blue li {
  height: 120px;
  margin-bottom: 18px;
  background: url("../img/service1-13.png") no-repeat center bottom;
}

.service1-5 .hv_blue li div {
  height: 70px;
  line-height: 68px;
  border: 1px solid #fff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.service1-5 .hv_blue li div:hover {
  background: #1e7cc5;
}

.service2-1 {
  height: 1100px;
  background: url("../img/service2-1.jpg") no-repeat center top;
  padding-top: 200px;
}

.service3-1 {
  height: 1038px;
  background: url("../img/service3-1.jpg") no-repeat center top;
  position: relative;
}

.service3-1 .tilt_box {
  position: absolute;
  top: 400px;
  left: calc(50% - 582px);
}

.service4-4 {
  position: relative;
}

.service4-4 .po {
  position: absolute;
  top: 378px;
  left: calc(50% + 100px);
}

.sub_item {
  color: #fff;
  height: 600px;
}

.sub_item.leftbg .scm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sub_item.leftbg .scm {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sub_item .scm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.sub_item small {
  display: block;
  color: #2da1cf;
  font-size: 18px;
  font-weight: 600;
  font-family: 'S-CoreDream','SUIT','Noto Sans KR', sans-serif;
  margin-bottom: 30px;
}

.sub_item h6 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 40px;
}

.sub_item h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sub_item p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
}

.service5-1 {
  padding: 200px 0;
  background: url("../img/service5-1.png") no-repeat center;
}

.service6-1 {
  height: 1000px;
  background: url("../img/service6-1.jpg") no-repeat center bottom -200px;
  padding-top: 200px;
}

.contact_page {
  width: 100%;
  min-height: 100vh;
  padding-top: 200px;
  background: url("../img/contact_bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 0;
}

.contact_page .sub_visual_txtgrp {
  padding-top: 0;
}

.contact_page form {
  width: 900px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

#loading.loading {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 99999;
  text-align: center;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
}

#loading.loading.enable {
  visibility: visible;
  opacity: 1;
}

#loading.loading.disable {
  -webkit-animation: loading-fadeout 0.5s ease-out forwards;
          animation: loading-fadeout 0.5s ease-out forwards;
}

#loading .loading-inner {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -80px;
  z-index: 10;
}

/*****************************************************************/
/* keyframes */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.bounce2 {
  -webkit-animation-name: bounce2;
  animation-name: bounce2;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes wave {
  0% {
    background-position: left 0px bottom -80px;
  }
  100% {
    background-position: left 1500px bottom 4px;
  }
}

@keyframes wave {
  0% {
    background-position: left 0px bottom -80px;
  }
  100% {
    background-position: left 1500px bottom 4px;
  }
}

@-webkit-keyframes mainTxt {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes mainTxt {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@-webkit-keyframes bounce2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@keyframes bounce2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
}

@-webkit-keyframes bgMotion {
  0% {
    transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -webkit-transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -moz-transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -ms-transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -o-transform: perspective(500px) scale(1.1) rotate(0.001deg);
  }
  100% {
    transform: perspective(500px) scale(1) rotate(0.001deg);
    -webkit-transform: perspective(500px) scale(1) rotate(0.001deg);
    -moz-transform: perspective(500px) scale(1) rotate(0.001deg);
    -ms-transform: perspective(500px) scale(1) rotate(0.001deg);
    -o-transform: perspective(500px) scale(1) rotate(0.001deg);
  }
}

@keyframes bgMotion {
  0% {
    transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -webkit-transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -moz-transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -ms-transform: perspective(500px) scale(1.1) rotate(0.001deg);
    -o-transform: perspective(500px) scale(1.1) rotate(0.001deg);
  }
  100% {
    transform: perspective(500px) scale(1) rotate(0.001deg);
    -webkit-transform: perspective(500px) scale(1) rotate(0.001deg);
    -moz-transform: perspective(500px) scale(1) rotate(0.001deg);
    -ms-transform: perspective(500px) scale(1) rotate(0.001deg);
    -o-transform: perspective(500px) scale(1) rotate(0.001deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loading-fadeout {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/*# sourceMappingURL=style.css.map */