/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,500i,600,600i,700,700i |Cormorant+SC:400,500,600,700');*/
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/* ====================================
General Styles
==================================== */

body {
  background-color: #fff;
    margin: auto;
}

.page-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  }

/*HEAZ작업*/
.contents {height: 80%; width: 90%;  font-family: 'Spoqa Han Sans Neo', 'sans-serif';}
.per1 {margin-top:1% !important;}
.per2 {margin-top:2% !important;}
.per4 {margin-top:4% !important;}
.per6 {margin-top:6% !important;}
.per8 {margin-top:8% !important;}
.per14 {margin-top:14% !important;}
.per25 {margin-top:25% !important;}
.per30 {margin-top:30% !important;}
.per35 {margin-top:35% !important;}
.per60 {margin-top:60% !important;}
.fontpink {color: #ff7e7c !important;}
.number {text-align: left; font-size: 35vw; font-weight: 200;  color:#fff; left: 2vw;  position: absolute;}
.logofooter {width:34vw; margin: 0 auto; bottom: 10%; left:50%; margin-left:-17vw; margin-bottom:0; position: absolute;}
.logofooter img {width: 100%;}
.btn-index {position: absolute; z-index: 9999; right:2vw; top:5%; width: 13vw; opacity: 1;}
.btn-index img{width:100%;}
.btn-index2 {position: absolute; z-index: 99999; right:2vw; top:5%; width: 13vw; transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;   transform: translate3d(0, 0, 0);  opacity: 0;}
.btn-index2 img{width:100%;}
.arrow2 {display: none;}
.arrow {position: absolute; z-index: 9999; right:0; top:12%; width: 17%;}
.arrow img {width: 100%;}

.arrow {
    animation: arrow 1.5s linear infinite;
}

@keyframes arrow {
  0% {
    opacity: 1;
      transform: translate3d(0, 0%, 0);
     }
  50% {
    opacity: 0.5;
      transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
      transform: translate3d(0, 0%, 0);
  }
}


/* ====================================
Home Slider
==================================== */

#home-slider {
  height: 100%;
  width: 100%;
  position: relative;

}
.swiper-container {
  height: 100%;
  width: 100%;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.19), 0 0px 0px rgba(0, 0, 0, 0.23);
}

.swiper-image-one {
    background: #ff7e7c;
}

.swiper-image-two {
  background-image: url(https://source.unsplash.com/Jy6luiLBsrk/1600x900);
}

.swiper-image-three {
  background-image: url('../images/02-bg.jpg');
}

.swiper-image-four {
  background-image: url(https://source.unsplash.com/pj1jt4vBGZY/1600x900);
}

.swiper-image-five {
  border-top: 4px solid #ff7e7c;
}

.swiper-image-six {
  background-image: url(https://source.unsplash.com/bxCgan0J1Sg/1600x900);
}

.swiper-image {
  width: 100%;
  height: 100%;
}
.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-blend-mode: overlay;
}
.swiper-image-inner.swiper-image-left {
  padding: 0rem;
}
.swiper-image-left {
  filter: sepiaa(0%);
  transition: all 1s linear;
  transition-delay: 1s;
}
.swiper-slide.swiper-slide-active .swiper-image-left {
  filter: sepiaa(0%);
}
.swiper-image-inner.swiper-image-right {
  filter: hue-rotate(-60deg);
  transition: all 1s linear;
  transition-delay: 1s;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;
}
h1 {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  font-weight: 500;
  color: #fff;
  align-self: flex-start;
  margin: 0 auto;
  font-size: 4.5rem;
  line-height: 1;
  transition: all 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.0s;
  transform: translate3d(0, 20%, 0);
  opacity: 0;
}
h1 span.emphasis {
  font-weight: 200;
    line-height: 3.3rem;
  opacity: 0;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.0s;
  transform: translate3d(0, 20%, 0);
  display: inline-block;
}
h1 span.dobtxt01 {
  font-weight: 600;
    font-size: 5vw;
    line-height: 1.5rem;
  opacity: 0;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0, 20%, 0);
  display: inline-block;
}
h1 span.dobtxt02 {
  font-weight: 400;
    font-size: 4vw;
    line-height: 1.3rem;
  opacity: 0;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.0s;
  transform: translate3d(0, 20%, 0);
  display: inline-block;
}
h1 span.dobtxt03 {
  font-weight: 600;
    font-size: 4.5vw;
    line-height: 1.3rem;
  opacity: 0;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(0, 20%, 0);
  display: inline-block;
}
h1 span.spo4 {
  font-weight: 300;
  font-size:10vw;
  line-height: 1.5rem;
  opacity: 0;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
  transform: translate3d(0, 20%, 0);
  display: inline-block;
}
.tit00 {
    width: 60vw;
    color: #646464;
  text-align: center;
    line-height: 1.5rem;
    padding: 0 2vw;
    border-left: 2px solid #ff7e7c;
    border-right: 2px solid #ff7e7c;
}
.tit01 {
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: -0.05rem;
}
.tit02 {
    font-size: 6vw;
    font-weight: 800;
}

h1 + p {
  font-family: 'Spoqa Han Sans Neo', 'sans-serif';
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  line-height: 1;
  margin-bottom: auto;
  align-self: flex-end;
  text-transform: uppercase;
  transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transform: translate3d(0, 0, 0);
  opacity: 0;
  font-weight: 400;
  color: #fff;
  padding-right: 0rem;
}
p.paragraph {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  color: #fff;
  width: 100%;
  max-width: 350px;
  text-align: justify;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(-20%, 0, 0);
}
 p.zoo {
    font-size: 8px;
    width: 90%;
     left:5%;
    margin: 0 auto;
    bottom: 8%;
    position: absolute;
    letter-spacing: -0.02rem;
    font-weight: 200;
    color: #fff;
  }
p.zoo02 {
    font-size: 8px;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    bottom: 35%;
    position: absolute;
     right: 5%;
    letter-spacing: -0.02rem;
    font-weight: 200;
    color: #646464;
  }
p.zoo03 {
    top :28%;
    right: 4vw;
    margin: 0 auto;
    position: absolute;
    z-index: 4;
    width: 30vw;
   }
p.zoo03 img {
    width: 100%;
   }
p.zoo05 {
    font-size: 8px;
    text-align: right;
    top :42%;
    width: 90%;
    margin: 0 auto;
    bottom: 5%;
    position: relative;
     right: 0vw;
    letter-spacing: -0.02rem;
    font-weight: 200;
    color: #646464;
  }

p.logofooter02 {
    width: 40vw;
    margin: 0 auto;
}
p.logofooter02 img {
    width:100%;
}
p.pright {
    text-align: right;
    top: 1%;
    right: 2vw;
    position: absolute;
    font-size: 10px;
    font-weight: 200;
    color: #ff7e7c;
}
p.pleft {
    text-align: left;
    top: 1%;
    left: 2vw;
    position: absolute;
    font-size: 10px;
    font-weight: 200;
    color: #ff7e7c;
}
p.chabg01{
    width: 90vw;
    position: absolute;
    top: 30%;
    z-index: 1;
    background: #bcbcbc;
    height: 11%;
    margin:0;
    opacity: 1;
}
p.chabg02{
    width: 90vw;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #bcbcbc;
    height: 11%;
    margin:0;
    opacity: 1;
}
p.cha01{
    width: 90vw;
    position: absolute;
    top: 30%;
    z-index: 3;
    opacity: 1;
}
p.cha01 img, p.cha02 img{
    width: 100%;
}
p.cha02{
    width: 90vw;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 1;
    margin: 0;
}
p.chabar01 {
    width: 0vw;
    top: 30%;
    height: 11%;
    background: #ff7e7c;
    position: absolute;
    margin: 0;
    line-height: 0.9rem;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 2;
    }
p.chabar02, p.chabar04 {
    width: 0vw;
    top: 50%;
    height: 11%;
    background: #ff7e7c;
    position: absolute;
    margin: 0;
    line-height: 0.9rem;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 2;
    }
p.contit02 {
    margin: 0;
    text-align: center;
    bottom: 25%;
    width: 90vw;
    font-size: 3.5vw;
    font-weight: 300;
    letter-spacing: 0.01rem;
    color: #646464;
    position: absolute;
    line-height: 1rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    }
p.contit03 {
    margin: 0;
    text-align: center;
    bottom: 15%;
    width: 90vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.01rem;
    color: #ff7e7c;
    position: absolute;
    line-height: 1.3rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    }
p.contit04 {
    top: 53%;
    height: 5%;
    width: 0vw;
    position: absolute;
    line-height: 0.9rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transform: translate3d(10%, 0, 0);
    opacity: 0;
    background: #000;
    }
p.contit04 img{
    margin-top: 1%;
    margin-bottom: 1%;
    width: 25vw;
    transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 3.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    
}
p.contit05 {
    top: 53%;
    left: 70vw;
    text-align: left;
    font-size: 2.5vw;
    font-weight: 500;
    letter-spacing: 0.01rem;
    color: #ff7e7c;
    position: absolute;
    line-height: 0.9rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 3.5s;
  transform: translate3d(10%, 0, 0);
    opacity: 0;
    }
p.contit05 img{
    margin-top: 1%;
    margin-bottom: 1%;
    width: 25vw;
    transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 4s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
p.percent00{
    width: 90vw;
    top: 42%;
    font-size: 4vw;
    font-weight: 500;
    color:#646464;
    text-align: center;
    position: absolute;
    margin: 0;
    z-index: 4;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
}
.percent01{
    font-size: 12vw;
    font-weight: 800;
    color: #ff7e7c;
}
p.contit01 > .contit0, p.contit02 > .contit0, p.contit03 > .contit0, p.contit04 > .contit0, p.contit05 > .contit0{
    font-size: 6vw;
    font-weight: 600;
    line-height: 1.5rem;
}

.graph00{
    background: #fff1ef;
    width: 100vw;
    top: 25%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    height: 30%;
}

h2.graph00 ul{
    padding: 0;
    margin: 0;
    width: 11.5%;
    text-align: center;
    display: inline-block;
}
h2.graph00 ul li{
    width: 4vw;
    position: absolute;
    bottom: 0;
    display: inline-block;
    text-align: center;
    vertical-align: bottom;
    -ms-transform-origin: left bottom !important; /* IE 9 */
    -webkit-transform-origin: left bottom !important; /* Chrome, Safari, Opera */
    transform-origin: left bottom !important;
}

h2.graph00 ul li:nth-child(2){
    margin-left: 4.5vw;
    z-index: 1;
}
h2 ul li span{
    font-size: 4.5vw;
    font-weight: 800;
    color :#ff7e7c;
    text-align: center;
    position: relative;
    top:-27px;
    z-index: 2;
}
h2 ul li:nth-child(2) span{
    font-size: 4vw;
    font-weight: 500;
    color:#ffbfb7;
    top:-20px;
    z-index: 1;
}
h2 ul p{
    text-align: center;
    display: inline-block;
    font-size: 1vw;
    font-weight: 300;
    color:#646464;
}
.graph011,.graph012,.graph013,.graph014,.graph015,.graph016,.graph017{
    height: 0%;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    opacity: 0;
    background: #ff7578;
}
.graph021,.graph022,.graph023,.graph024,.graph025,.graph026,.graph027{
    height: 0%;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    opacity: 0;
    background: #ffbfb8;
}

.graph014{
    animation: graph014 2s linear infinite;
}

@keyframes graph014 {
  0% {
    background: #ff7578;
     }
  50% {
    background: #fff;
  }
  100% {
    background: #ff7578;
  }
}
.graph024{
    animation: graph024 2s linear infinite;
}

@keyframes graph024 {
  0% {
    background: #ffbfb8;
     }
  50% {
    background: #fff;
  }
  100% {
    background: #ffbfb8;
  }
}


.opamotion{
    animation: opamotion 2s linear infinite;
}

@keyframes opamotion {
  0% {
    opacity: 1;
     }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.opamotion2{
    animation: opamotion2 2s linear infinite;
}

@keyframes opamotion2 {
  0% {
    opacity: 1;
     }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}


.graphtxt{
    background: #fff1ef;
    width: 100vw;
    top: 55%;
    left: 0;
    margin: 0 auto;
    position:absolute;
    height: 8%;
}
h2.graphtxt ul{
    width: 100vw;
    margin: 0 auto;
    padding: 1%;
    text-align: center;
    margin-left: -1.5vw;
}
h2.graphtxt ul li{
    display: inline-block;
    font-size: 8px;
    color: #646464;
    position: relative;
    font-weight: 400;
    width: 11.5%;
    line-height: 0.8rem;
    vertical-align: top;
}


h2.graphtxt ul li strong{
    font-weight: 400;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transform: translate3d(0, 0, 0);
}
.swiper-slide.swiper-slide-active h2.graphtxt ul li strong{
    font-weight: 800;
    transform: translate3d(0, 0, 0);
}

p.contit0502 {
    margin: 0;
    text-align: center;
    bottom: 15%;
    width: 90vw;
    font-size: 3.5vw;
    font-weight: 300;
    letter-spacing: -0.07rem;
    color: #646464;
    position: absolute;
    line-height: 1.3rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
    }
p.contit0503 {
    margin: 0;
    text-align: center;
    bottom: 15%;
    width: 90vw;
    font-size: 3.5vw;
    font-weight: 300;
    letter-spacing: -0.07rem;
    color: #646464;
    position: absolute;
    line-height: 1.3rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    opacity: 0;
    }
p.contit0504 {
    margin: 0;
    text-align: center;
    bottom: 5%;
    width: 90vw;
    font-size: 3.5vw;
    font-weight: 300;
    letter-spacing: -0.07rem;
    color: #646464;
    position: absolute;
    line-height: 1.3rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    opacity: 0;
    }
p.contit0505 {
    margin: 0;
    text-align: center;
    bottom: 5%;
    width: 90vw;
    font-size: 3.5vw;
    font-weight: 300;
    letter-spacing: -0.07rem;
    color: #646464;
    position: absolute;
    line-height: 1.3rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
    opacity: 0;
    }

p.gra20{
    margin:0;
    width: 90vw;
    position: absolute;
    top: 20%;
    z-index: 10;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transform: translate3d(0, 10%, 0);
    opacity: 0;
}
p.gra20 img, p.gra30 img, p.gra40 img, p.gra50 img{
    width: 100%;
}
p.gra30{
    margin:0;
    width: 90vw;
    position: absolute;
    top: 20%;
    z-index: 9;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translate3d(0, 10%, 0);
    opacity: 0;
}
p.gra40{
    margin:0;
    width: 90vw;
    position: absolute;
    top: 20%;
    z-index: 8;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transform: translate3d(0, 10%, 0);
    opacity: 0;
}
p.gra50{
    margin:0;
    width: 90vw;
    position: absolute;
    top: 20%;
    z-index: 7;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transform: translate3d(0, 10%, 0);
    opacity: 0;
}

p.gra01{
    width: 90vw;
    position: absolute;
    top: 20%;
    z-index: 3;
    opacity: 1;
    margin: 0;
}
p.gra01 img{
    width: 100%;
}

.txt20{
    color:#ef28c1;
    font-weight : 500;
    font-size:4vw;
}
.txt30{
    color:#ff3eb3;
    font-weight : 500;
    font-size:4vw;
}
.txt40{
    color:#ff7175;
    font-weight : 500;
    font-size:4vw;
}
.txt50{
    color:#ffb1a9;
    font-weight : 500;
    font-size:4vw;
}



.swiper-slide.swiper-slide-active .swiper-image-right {
  filter: hue-rotate(90deg);
}

.swiper-slide.swiper-slide-active h1,
.swiper-slide.swiper-slide-active p.paragraph,
.swiper-slide.swiper-slide-active h1 span.emphasis,
.swiper-slide.swiper-slide-active h1 span.dobtxt01,
.swiper-slide.swiper-slide-active h1 span.dobtxt02,
.swiper-slide.swiper-slide-active h1 span.dobtxt03,
.swiper-slide.swiper-slide-active h1 span.spo4,
.swiper-slide.swiper-slide-active h1 + p,
.swiper-slide.swiper-slide-active h1 + p img,
.swiper-slide.swiper-slide-active .contit02,
.swiper-slide.swiper-slide-active .contit03,
.swiper-slide.swiper-slide-active .cha01,
.swiper-slide.swiper-slide-active .cha02,
.swiper-slide.swiper-slide-active .percent00,
.swiper-slide.swiper-slide-active .gra20,
.swiper-slide.swiper-slide-active .gra30,
.swiper-slide.swiper-slide-active .gra40,
.swiper-slide.swiper-slide-active .gra50{
  transform: translate3d(0, 0, 0);
  opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}


.swiper-slide.swiper-slide-active .btn-index {
    opacity:1;
}
.swiper-slide.swiper-slide-active .btn-index2 {
    opacity:1;
}


.swiper-slide.swiper-slide-active .chabar01{
   transform: translate3d(0, 0, 0);
  opacity: 1;
    width: 90vw;
}
.swiper-slide.swiper-slide-active .chabar02{
   transform: translate3d(0, 0, 0);
  opacity: 1;
    width: 28vw;
}
.swiper-slide.swiper-slide-active .chabar04{
   transform: translate3d(0, 0, 0);
  opacity: 1;
    width: 49vw;
}

.swiper-slide.swiper-slide-active .graph011{
   opacity: 1;
    height: 73%;
}
.swiper-slide.swiper-slide-active .graph021{
   opacity: 1;
    height: 65.6%;
}
.swiper-slide.swiper-slide-active .graph012{
    opacity: 1;
    height: 41.3%;
}
.swiper-slide.swiper-slide-active .graph022{
   opacity: 1;
    height: 35.6%;
}
.swiper-slide.swiper-slide-active .graph013{
    opacity: 1;
    height: 37.8%;
}
.swiper-slide.swiper-slide-active .graph023{
   opacity: 1;
    height: 30.5%;
}
.swiper-slide.swiper-slide-active .graph014{
    opacity: 1;
    height: 19.8%;
}
.swiper-slide.swiper-slide-active .graph024{
   opacity: 1;
    height: 15.1%;
}
.swiper-slide.swiper-slide-active .graph015{
    opacity: 1;
    height: 18.2%;
}
.swiper-slide.swiper-slide-active .graph025{
   opacity: 1;
    height: 13.1%;
}
.swiper-slide.swiper-slide-active .graph016{
    opacity: 1;
    height: 13.2%;
}
.swiper-slide.swiper-slide-active .graph026{
   opacity: 1;
    height: 8.7%;
}
.swiper-slide.swiper-slide-active .graph017{
    opacity: 1;
    height: 11.2%;
}
.swiper-slide.swiper-slide-active .graph027{
   opacity: 1;
    height: 19.1%;
}
.swiper-slide.swiper-slide-active .contit0502{
    opacity: 1;
    bottom: 30%;
}
.swiper-slide.swiper-slide-active .contit0503{
    opacity: 1;
    bottom: 22%;
}

.swiper-slide.swiper-slide-active .contit0504{
    opacity: 1;
    bottom: 14%;
}
.swiper-slide.swiper-slide-active .contit0505{
    opacity: 1;
    bottom: 6%;
}




@media screen and (max-width: 1280px) {
  h1 {
    font-size: 3.9rem;
  }
  h1 + p {
    font-size: 3vw;
  }
  p.paragraph {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 960px) {
  h1 {
    font-size: 3.5rem;
  }
  p.paragraph {
    max-width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #home-slider{
    height: 100%;
    width: 100%;
  }
  h1 {
    font-size: 3.2rem;
    align-self: center;
  }
  .swiper-slide.swiper-slide-active h1 span.spo4 {
    font-size:4vw;
    }
  
  p.paragraph {
    max-width: 94%;
  }
}

@media screen and (max-height: 600px) {
    .swiper-slide.swiper-slide-active .contit0502 {bottom: 26%;}
    .swiper-slide.swiper-slide-active .contit0503 {bottom: 18%}
    .swiper-slide.swiper-slide-active .contit0504 {bottom: 11%}
    .swiper-slide.swiper-slide-active .contit0505 {bottom: 4%;}
}
@media screen and (min-height: 650px) {
    h1 span.dobtxt01 {margin-top: 70% !important;}
}
@media screen and (min-height: 700px) {
    p.chabar01, p.chabg01, p.chabar02, p.chabg02, p.chabar04 {height:10%;}
 }
@media screen and (min-height: 750px) {
    p.chabar01, p.chabg01, p.chabar02, p.chabg02, p.chabar04 {height:9%;}
 }


/* Swiper css file. Only thing changed down here is the pagination styling */
/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index:999;
    width: 80vw;
    bottom:2%;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0.5;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #000;
  opacity: 0.2;
    border-radius: 50%;
    margin: 0 1%;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff7e7c;
    border: 1px solid #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 15px;
  bottom: 15px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}



/*스와이프아이콘*/
.wrappermouse {
  height:10%;
  width:10%;
  display:flex;
  align-items:center;
  justify-content:center;
    position: absolute;
    right:10vw;
    bottom:25%;
}

.swipe-icon {
  overflow:visible;
  width:18px;
  height:24px;
}

.swipe-icon .swipe-arrow {
  animation: pulse-arrow 2s ease-out infinite;
}

.swipe-icon {
  animation: hand-move 2s ease-out infinite;
}

@keyframes pulse-arrow {
  0%   {transform: translateX(0); opacity:1;}
  50%  {transform: translateX(0.25em);opacity:1;}
  75% {transform: translateX(0.25em);opacity:0;}
  100% {transform: translateX(0);opacity:0;}
}

@keyframes hand-move {
  0%   {transform: translateX(0);}
  50%  {transform: translateX(0.5em);}
  100% {transform: translateX(0);}
}

/*마우스화살표*/
#mouse-scroll {
  display: block;
     transition-duration: 1s;
}
#mouse-scroll {
  position: absolute;
  margin: auto;
  right: 5%;
  top: 50%;
  z-index: 9999;
}
#mouse-scroll span{
  display: inline-block;
  width: 10px; 
  height: 10px;
  -ms-transform: rotate(320deg);
    -webkit-transform: rotate(320deg);
       transform: rotate(320deg);
       transform: rotate(320deg);
  border-right: 2px solid #fff; 
  border-bottom: 2px solid #fff;
  margin: 0 0 3px -3px;
}
#mouse-scroll .mouse {
    display: none;
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}
#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


/*팝업*/
.layer-popup {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.layer-popup.show {
	display: block;
}

.layer-popup p {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    position: absolute;
    top: 0;
    width:60%;
    height: 100%;
    right: 0;
    background: #fff;
    text-align: left;
    padding: 15px;
    margin: 0;
    font-size: 3.5vw;
    font-weight: 300;
    letter-spacing: -0.01rem;
    color:#ff7e7c;
}

.layer-popup p span{
    font-size: 3.5vw;
    font-weight: 300;
}

.layer-popup p img {
    width: 80%;
}

.layer-popup p .txtbk {
    color:#000;
    font-size: 3.5vw;
}

.layer-popup p a {text-decoration: none; color:#ff7e7c;}
.menuline {width: 100%;    height: 1px;    background: #ccc;    display: block;    position: relative;  margin: 12px 0;  }
.menuspan1 {width: 88%; height: 65px; position: absolute; border-bottom: 1px solid #ccc;}
.menuspan2 {width: 88%; height: 65px; position: absolute; margin-top: 30%; border-bottom: 1px solid #ccc;}
.menuspan3 {width: 88%; height: 65px; position: absolute; margin-top: 60%; border-bottom: 1px solid #ccc;}
.menuspan4 {width: 88%; height: 65px; position: absolute; margin-top: 90%; border-bottom: 1px solid #ccc;}
.menuspan5 {width: 88%; height: 65px; position: absolute; margin-top: 120%; border-bottom: 1px solid #ccc;}
.layer-popup p span.menuspantxt {font-size: 5vw; font-weight: 500;}