/*@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);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200;400&display=swap');

/* ====================================
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: 90vw; margin-top:0%;  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;}
.fontblue {color: #5ac5ef !important;}
.pinkbg {background: rgba(232, 78, 150, 0.5); padding: 4px 0;}
.number {text-align: left; font-size: 35vw; font-weight: 200;  color:#fff; left: 2vw;  position: absolute; letter-spacing: -0.5rem;}
.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%;}ㅊ
.serif {font-family: 'NotoSerifKR', serif;}
.arrow2 {display: none;}
.arrow {position: absolute; z-index: 9999; right:0; top:12%; width: 16%;}
.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: 100vw;
  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-last {
  background-image: url(../images/27-bg.jpg);
}

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


.swiper-image-four {
   border-top: 4px solid #76bbcc;
}

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

.swiper-image-eight {
    background-position:bottom;
    border-top: 4px solid #5ac5ef;
  background-image: url(../images/08-bg.jpg);
}

.swiper-image-nine {
    background-position:top !important;
    border-top: 4px solid #5ac5ef;
  background-image: url(../images/09-bg.jpg);
}
.swiper-image-twelve {
  border-top: 4px solid #c99ea5;
}
.swiper-image-twenty {
  border-top: 4px solid #005591;
}
.swiper-image-fifteen {
    border-top: 4px solid #76bbcc;
  background-image: url(../images/15-bg.png);
}
.swiper-image-eighteen {
  border-top: 4px solid #61c3d7;
}

.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 #5ac5ef;
    border-right: 2px solid #5ac5ef;
}
.tit01 {
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: -0.05rem;
}
.tit02 {
    font-size: 6vw;
    font-weight: 800;
    color:#6ba5b9;
}

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 {margin: 0;}
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.img51-1 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
p.img51-1 img, p.img51-2 img  {
    width: 100%;
}
p.img51-2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(-20%, 0, 0);
    opacity: 0;
}
.txtbefore{
    position: absolute;
    width: 45vw;
    left:5vw;
    text-align: center;
    top: 35%;
}
.txtbefore span{
    text-align: center;
    border-radius: 5px;
    background: #646464;
    color:#fff;
    font-size: 3vw;
    padding:1% 15%;
}
.txtbefore p{
    margin-top: 5%;
    left: 5%;
    width: 90%;
    position: relative;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transform: translate3d(0, 5%, 0);
    opacity: 0;
}
.txtafter{
    position: absolute;
    width: 45vw;
    right:5vw;
    text-align: center;
    top: 35%;
}
.txtafter span{
    text-align: center;
    border-radius: 5px;
    background: #5ac5ef;
    color:#fff;
    font-size: 3vw;
    padding:1% 15%;
}
.txtafter p{
    margin-top: 5%;
    left: 5%;
    width: 90%;
    position: relative;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(0, 5%, 0);
    opacity: 0;
}
.txtarrow{
    position: absolute;
width: 3.3%;
left: 48.5%;
text-align: center;
top: 37.5%;
z-index: 5;
    
}
.txtarrow p{
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(-10px, 0, 0);
    opacity: 0;
}
.txtbefore p img, .txtafter p img, .txtarrow p img{
    width: 100%;
}
p.arrow8 {
    position: absolute;
    width: 20vw;
    left:55%;
    bottom: 33%;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transform: translate3d(0, 10%, 0);
    opacity: 0;
    }
p.number8 {
    position: absolute;
    width: 20vw;
    right:5%;
    bottom: 45%;
    }
p.arrow8 img, p.number8 img {width: 100%;}

.gra9 { position: absolute; width: 90%; text-align: center; left:5%; bottom:13%;}
.gra9 p {margin: 0 1%;    width: 30%;  text-align: center; display: inline-block;}
.gra9 p img {width: 46%;    padding: 0 2%;}
.gra9 span {text-align: center; padding: 10% 0; display: block; font-size:4vw; color:#626262; font-size: 90%;letter-spacing: -0.05rem;}

.history10-1 {position: absolute; width: 100vw; top: 25%; left:0; z-index: 3; text-align: center;}
.history10-1 img {width: 30%; display: inline-block; margin:0;}
.history10-2 {position: absolute; width: 100vw; top: 58%; left:0; z-index: 3; text-align: center;}
.history10-2 img {width: 30%; display: inline-block; margin:0;}
.line1{background: #5ac5ef; height: 4px; position: absolute; width: 80vw; right:0; top:34%;}
.line2{background: #5ac5ef; height: 4px; position: absolute; width: 80vw; left:0; top:68%;}
.line22{ height: 4px; position: absolute; width: 60%; left:0; }
.historyimg1 {    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    transform: translate3d(10%, 0, 0);    opacity: 0;}
.historyimg2 {    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;    transform: translate3d(10%, 0, 0);    opacity: 0;}
.historyimg3 {    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;    transform: translate3d(10%, 0, 0);    opacity: 0;}
.historyimg4 {    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;    transform: translate3d(10%, 0, 0);    opacity: 0;}
.historyimg5 {    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;    transform: translate3d(10%, 0, 0);    opacity: 0;}
.historyimg6 {    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;    transform: translate3d(10%, 0, 0);    opacity: 0;}

.history22-1 {position: absolute; width: 100vw; top: 25%; left:0; z-index: 3; text-align: center;}
.history22-1 img {width: 80%; display: inline-block; margin:0;}
.history22-2 {position: absolute; width: 100vw; top: 58%; left:0; z-index: 3; text-align: center;}
.history22-2 img {width: 80%; display: inline-block; margin:0;}
.historyimg221 { width: 80%;   transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    transform: translate3d(10%, 0, 0);    opacity: 0;}
.historyimg222 {    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;    transform: translate3d(-10%, 0, 0);    opacity: 0;}

p.img511-1 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 1;}
p.img511-2 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 2; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, -10%, 0);    opacity: 0; mix-blend-mode: multiply;}
p.img511-3 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 3;}
p.img511-1 img, p.img511-2 img, p.img511-3 img   {width: 100%;}
p.txt511-1 {margin: 0;    text-align: center;    bottom: 25%;    width: 90vw;    font-size: 5vw;    font-weight: 500;    letter-spacing: -0.02rem;    color: #c99ea5;    position: absolute;    line-height: 1.5rem;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, 20%, 0);    opacity: 0;}
p.txt511-2 {
    margin: 0;
    text-align: center;
    bottom: 20%;
    width: 90vw;
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: -0.02rem;
    color: #c99ea5;
    position: absolute;
    line-height: 1rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    }
p.txt511-3 {
    margin: 0;
    text-align: center;
    bottom: 10%;
    width: 90vw;
    font-size: 3vw;
    font-weight: 100;
    letter-spacing: -0.03rem;
    color: #646464;
    position: absolute;
    line-height: 1rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(0, 20%, 0);
    opacity: 0;
    }
p.txt511-3  strong {font-weight: 400;}
p.txt12-1 {width: 90vw;    position: relative;    text-align: center;    font-size: 4vw;    margin-top: 2%;    color: #666;    letter-spacing: -0.02rem;}
.gra512-1 {width: 100vw; position: absolute; background-image: url('../images/12-bg1.png'); background-size: cover;  background-position: center center; height: 17%; left:0; top:30%;}
.gra512-2 {width: 100vw; position: absolute; background-image: url('../images/12-bg2.png'); background-size: cover;  background-position: center center; height: 17%; left:0; top:47%;}
.gra512-3 {width: 100vw; position: absolute; background-image: url('../images/12-bg3.png'); background-size: cover;  background-position: center center; height: 17%; left:0; top:64%;}
.gra512-1 ul, .gra512-2 ul, .gra512-3 ul {width: 10%; height: 100%; left:43%;  bottom: 11%; position: relative; display: inline-block;  margin:0; padding:0;}
.gra512-1 ul img, .gra512-2 ul img, .gra512-3 ul img {width: 100%;}
.gra512-1 ul li, .gra512-2 ul li, .gra512-3 ul li   {width:100%; position: absolute; display: inline-block; bottom:0;}
.gra512-1 ul li span {position: absolute; color:#fff; font-size: 3vw; text-align: center; width: 10vw;}
.gra512-2 ul li span {position: absolute; color:#fff; font-size: 3vw; text-align: center; width: 10vw;}
.gra512-3 ul li span {position: absolute; color:#fff; font-size: 3vw; text-align: center; width: 10vw;}
.gra512-11{    height: 0%;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    opacity: 0;    background: #c4c3c4;}
.gra512-12{    height: 0%;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;    opacity: 0;    background: #9c9b9c;}
.gra512-13{    height: 0%;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;    opacity: 0;    background: #c0a4a3;}
.gra512-14{    height: 0%;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.25s;    opacity: 0;    background: #b38588;}
.gra512-15{     width: 33vw;    right: 16vw;  top: 10%;   position: absolute; transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s; transform: translate3d(0, 10%, 0);   opacity: 0;  }
.gra512-16 { width: 50vw;    right: 10vw;    top: 89%;    position: absolute; }
.gra512-15 img, .gra512-16 img{width: 100%;}

p.img513-1 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 1;}
p.img513-2 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 2; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(-10%, 0, 0);    opacity: 0; mix-blend-mode: multiply;}
p.img513-3 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 3;}
p.img513-4 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 4; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;  transform: translate3d(-10%, 0, 0);    opacity: 0; mix-blend-mode: multiply;}
p.img513-5 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 5;}
p.img513-1 img, p.img513-2 img, p.img513-3 img, p.img513-4 img, p.img513-5 img   {width: 100%;}
p.txt513-1 {margin: 0;    text-align: center;    top: 10%;    width: 90vw;    font-size: 5vw;    font-weight: 500;    letter-spacing: -0.02rem;    color: #646464;    position: absolute;    line-height: 1.5rem;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, 20%, 0);    opacity: 0; z-index: 6;}
p.txt513-2 {
    margin: 0;
    text-align: center;
    top: 21%;
    width: 90vw;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: -0.02rem;
    color: #646464;
    position: absolute;
    line-height: 1rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    z-index: 6;
    }
p.txt513-3 {
    margin: 0;
    text-align: center;
    top: 28%;
    width: 90vw;
    font-size: 3vw;
    font-weight: 100;
    letter-spacing: -0.03rem;
    color: #646464;
    position: absolute;
    line-height: 1rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(0, 20%, 0);
    opacity: 0;
    z-index: 6;
    }
p.txt513-3 strong {font-weight: 400;}
.img514-1 {width:76%; position: relative; left:12%; top:3%;}
.img514-1 img {width: 100%;}
.per514-1 {font-size:10vw; position: absolute; width: 50%; text-align: right;left:0; top:35%; text-shadow: 2px 2px #6ec3d5; color:#fff; z-index: 1; font-weight: 600;}
.per514-2 {font-size:10vw; position: absolute; width: 48%; text-align: left;right:0; top:50%; text-shadow: 2px 2px #6ec3d5; color:#fff; z-index: 1; font-weight: 600;}
.per514-3 {font-size:10vw; position: absolute; width: 47%; text-align: right;left:0; top:62%; text-shadow: 2px 2px #6ec3d5; color:#fff; z-index: 1; font-weight: 600;}

.gra15 { position: absolute; width: 90%; text-align: center; left:5%; top:37%;}
.gra15 p {margin: 0 1%;    width: 45%;  text-align: center; display: inline-block;}
.gra15 p img {width: 46%;    padding: 0 2%;}
.gra15 span {text-align: center; padding: 10% 0; display: block; font-size:4vw; color:#626262;}
.per15-1 {width: 62% !important; position: absolute;  top:-22%;}
.per15-2 {width: 62% !important; position: absolute; text-align: right !important; top:-22%; right:0vw;}
.per15-1 img, .per15-2 img {width: 100%;}

.gra16 { position: absolute; width: 100%; background: #d3d2d3; left: 0; margin-top: 15%;}
.gra16 p {text-align: center; position: absolute; margin-top: 30%; z-index: 4; width: 80vw; left:10vw; font-size: 6vw; color:#626262; text-shadow:    2px 2px  #fff;  }
.gra16 img {width: 100%; z-index: 3; position: relative;}

.gra16 ul {width: 50%; height: 100%; right: 0; bottom: 5%; position:absolute; display: inline-block; margin: 0; z-index: 1;}
.gra16 ul li {width:100%;  margin:0; position: absolute; display: block; bottom: 0;}
.gra16 ul li span {position: absolute; color:#fff; font-size: 3vw; text-align: center; width: 10vw;}
.gra516-11{    height: 0%;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    opacity: 0;    background: #76bbcc;}
.gra516-12{    height: 0%;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    opacity: 0;    background: #76bbcc;}


p.img518-1 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 1;}
p.img518-2 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 2;  mix-blend-mode: normal; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(-10%, 0, 0);    opacity: 0;}
p.img518-3 {    width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 3;}
p.img518-1 img, p.img518-2 img, p.img518-3 img  {width: 100%;}
p.txt518-1 {margin: 0;    text-align: left;    top: 20%;  left: 58vw;  width: 50vw;    font-size: 5vw;    font-weight: 500;    letter-spacing: -0.02rem;    color: #61c3d7;    position: absolute;    line-height: 1.5rem;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, 20%, 0);    opacity: 0; z-index: 6;}
p.txt518-2 {
    margin: 0;
    text-align: left;
    bottom: 35%;
    width: 50vw;
    left: 58vw;
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: -0.02rem;
    color: #61c3d7;
    position: absolute;
    line-height: 1rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    z-index: 6;
    }
p.txt518-3 {
    margin: 0;
    text-align: left;
    bottom: 17%;
    left: 58vw;
    width: 50vw;
    font-size: 3vw;
    font-weight: 100;
    letter-spacing: -0.05rem;
    color: #646464;
    position: absolute;
    line-height: 1rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(0, 20%, 0);
    opacity: 0;
    z-index: 6;
    }
p.txt518-3 strong {font-weight: 400;}


p.img523-0 { width: 100%;    position: absolute;    top: 0;    left: 0;    z-index: 1;}
p.img523-1 {    width: 100%;    position: absolute;    bottom: 0;    left: 0;    z-index: 1;}
p.img523-2 {    width: 100%;    position: absolute;    bottom: 0;    left: 0;    z-index: 2;  mix-blend-mode: multiply; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(-10%, 20%, 0);    opacity: 0;}
p.img523-3 {    width: 100%;    position: absolute;    bottom: 0;    left: 0;    z-index: 3;  mix-blend-mode: normal; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;  transform: translate3d(20%, 10%, 0);    opacity: 0;}
p.img523-4 {    width: 100%;    position: absolute;    bottom: 0;    left: 0;    z-index: 4;}
p.img523-0 img, p.img523-1 img, p.img523-2 img, p.img523-3 img, p.img523-4 img   {width: 100%;}
p.txt523-1 {margin: 0;    text-align: left;    top: 18%;  left: 9vw;  width: 90%;    font-size: 5vw;    font-weight: 500;    letter-spacing: -0.02rem;    color: #005591;    position: absolute;    line-height: 1.5rem;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, 20%, 0);    opacity: 0; z-index: 6;}
p.txt523-2 {
    margin: 0;
    text-align: left;
    top: 26%;
    width: 90%;
    left: 9vw;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: -0.02rem;
    color: #005591;
    position: absolute;
    line-height: 1rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    z-index: 6;
    }
p.txt523-3 {
    margin: 0;
    text-align: left;
    top: 33%;
    left: 9vw;
    width: 90%;
    font-size: 3vw;
    font-weight: 100;
    letter-spacing: -0.05rem;
    color: #646464;
    position: absolute;
    line-height: 1rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(0, 20%, 0);
    opacity: 0;
    z-index: 6;
    }
p.txt523-3 strong{ font-weight: 400;}

.graph03{    background: #f6fbfb;    width: 100vw;    top: 33%;    left: 0;    margin: 0 auto;    position: absolute;    height: 38%;    text-align: center; padding-top: 3%;}

h2.graph03 ul{    padding: 0;    margin: 0;    width: 70%; height: 10%;    left:35%;    text-align: left;    display: block;    position: relative;    margin-top: 4%;}
h2.graph03 ul li{    position: relative;    display: inline-block;    text-align: center;    vertical-align: bottom; height:100%;
    -ms-transform-origin: left bottom !important; /* IE 9 */
    -webkit-transform-origin: left bottom !important; /* Chrome, Safari, Opera */
    transform-origin: left bottom !important;
}
h2.graph03 p {    font-size: 4vw;    font-weight: 500;    margin: 0;    color: #ff7e7c;    position: absolute;    left: 35%;    bottom: 1%;}
h2.graph03 ul li span{        color: #66bac6;    position: absolute;    top: -42%;    right: -20px;    line-height: 2.4rem;    font-size: 4vw;    background: #fff;    height: 35px;    width: 35px;    border-radius: 50%;    border: 2px solid #66bac6;}
.graph031{    height: 4%;    width: 0vw;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    opacity: 0;   background: linear-gradient(to right, #8582b7, #66bac6);}
.graph032{    height: 4%;    width: 0vw;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;    opacity: 0;    background:linear-gradient(to right, #8582b7, #66bac6);}
.graph033{    height: 4%;    width: 0vw;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;    opacity: 0;    background: linear-gradient(to right, #8582b7, #66bac6);}
.graph034{    height: 4%;    width: 0vw;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s;    opacity: 0;    background: linear-gradient(to right, #8582b7, #66bac6);}
.graph035{    height: 4%;    width: 0vw;    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;    opacity: 0;    background:linear-gradient(to right, #8582b7, #66bac6);}
.graphtxt3{    width: 25vw;    top: 35%;    left: 0;    margin: 0 auto;    position:absolute;    height: 38%;}
h2.graphtxt3 ul{    width: 100%;  height: 100%;  margin: 0 auto;    padding: 1%;    text-align: right;    margin-left: 5vw; margin-top: 0;}
h2.graphtxt3 ul li:nth-child(-n+4){   
}
h2.graphtxt3 ul li{    display: block;    font-size: 12px;    color: #646464;    position: relative;    font-weight: 400;    width: 100%;    height: 12.3%; margin-top:11%;    line-height: 0.9rem;    vertical-align: top;}

.graph520{    background: #f6fbfb;    width: 100vw;    top: 33%;    left: 0;    margin: 0 auto;    position: absolute;    height: 38%;    text-align: center; padding-top: 3%;}
.graph520 ul{ width: 100%; left:0; position: absolute; margin-top:5%;} 
.graph520 ul li {width: 35%; position: absolute; display: inline-block;}
.graph520 ul li img{ width: 100%; } 
.img520-1 {left:0; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, 10%, 0);    opacity: 0;}
.img520-2 {left:26vw; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;  transform: translate3d(0, 10%, 0);    opacity: 0;}
.img520-3 {right:15vw; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;  transform: translate3d(0, 10%, 0);    opacity: 0;}

.graph521{    background: #f6fbfb;    width: 100vw;    top: 33%;    left: 0;    margin: 0 auto;    position: absolute;    height: 38%;    text-align: center; padding-top: 3%;}
.graph521 p {width: 70%; position: absolute; left:15%; z-index: 1;}
.graph521 p img {width: 100%;}
.graph521 ul{ width: 100%; left:0; position: absolute; margin-top:7%; text-align: center;} 
.graph521 ul li {width: 80vw; left:10vw; position: absolute; display: inline-block; text-align: center;}
.graph521 ul li img{ width: 100%; } 
.img521-1 { transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, 0, 0);    opacity: 0;}
.img521-2 { transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;  transform: translate3d(0, 0, 0);    opacity: 0;}
.img521-3 { transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 3s;  transform: translate3d(0, 0, 0);    opacity: 0;}

.gra524{    background: #e6eaf4;    width: 100vw;    top: 33%;    left: 0;    margin: 0 auto;    position: absolute;    height: 38%;    text-align: center; padding-top: 3%;}
.gra524 ul {width: 18%; height:100%; left: 0vw; bottom: 0; position: relative; display: inline-block; margin: 0; padding: 0; z-index: 1; }
.gra524 ul:nth-child(odd) {margin-right: 2%;}
.gra524 ul li {width:100%; margin:0; position:absolute; display: block; bottom:15%;}
.gra524 ul li span {position: absolute; color:#fff; font-size: 3vw !important; left: 0; text-align: center; width: 100%; margin-top: 10%; font-weight: 400 !important;}
.gra524-1{    height: 0%;  left:5px;  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    opacity: 0;    background: #6f8db8;}
.gra524-2{    height: 0%;  left:-5px;  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;    opacity: 0;    background: #005591;}
.gra524-3{    height: 0%;  left:5px;  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;    opacity: 0;    background: #6f8db8;}
.gra524-4{    height: 0%;  left:-5px;  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;    opacity: 0;    background: #005591;}
.gra524txt { position: absolute; width: 100%; left:0; font-size:4vw; top:66%; font-weight: 400;}
.gra524txt ul {width: 100%; margin: 0; padding: 0; text-align: center;}
.gra524txt ul li { position: relative; display: inline-block; width: 40%; left:0; font-size:90%;}
.img524-1 {width: 27%; left:23vw; top:28%; position: absolute;}
.img524-2 {width: 25%; right:10vw; top: 6%;  position: absolute;}
.img524-1 img, .img524-2 img {width: 100%;}

.txt27-1 {color:#fff; text-align: center; position: absolute; top: 20%; font-size: 8vw; width: 100%; left: 0; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;  transform: translate3d(0, 10%, 0);    opacity: 0;}
.txt27-2 {color:#fff; text-align: center; position: absolute; top: 35%; font-size: 5vw; width: 100%; left: 0; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;  transform: translate3d(0, 10%, 0);    opacity: 0;}
.txt27-3 {color:#fff; text-align: center; position: absolute; top: 45%; font-size: 3.1vw; width: 100%; left: 0; font-weight: 100; line-height: 1rem; transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;  transform: translate3d(0, 10%, 0);    opacity: 0;}
.txt27-3 strong {font-weight: 400;}
.img27 {position: absolute; bottom: 15%; width: 40%; left:30%;}
.img27 img {width:100%;}

.subtit03 {text-align: center; position: relative; color: #5ac5ef; border: 1px solid #5ac5ef; padding: 3px 0px; font-size: 80%; top: 2%; width: 80%; left: 10%;}
.subtit08 {text-align: center; position: relative; color: #fff; border: 1px solid #fff; padding: 3px 0px; font-size: 80%; top: 2%; width: 80%; left: 10%;}
.subtit12 {text-align: center; position: relative; color: #c99ea5; border: 1px solid #c99ea5; padding: 3px 0px; font-size: 80%; top: 2%; width: 80%; left: 10%;}
.subtit14 {text-align: center; position: relative; color: #76bbcc; border: 1px solid #76bbcc; padding: 3px 0px; font-size: 80%; top: 2%; width: 80%; left: 10%;}
.subtit18 {text-align: center; position: relative; color: #61c3d7; border: 1px solid #61c3d7; padding: 3px 0px; font-size: 80%; top: 2%; width: 80%; left: 10%;}
.subtit20 {text-align: center; position: relative; color: #61c3d7; border: 1px solid #61c3d7; padding: 3px 0px; font-size: 80%; top: 2%; width: 90%; left: 5%;}
.subtit24 {text-align: center; position: relative; color: #005591; border: 1px solid #005591; padding: 3px 0px; font-size: 80%; top: 2%; width: 80%; left: 10%;}

p.zoo {
    font-size: 8px;
    width: 90%;
    left:5%;
    margin: 0 auto;
    bottom: 13%;
    position: absolute;
    letter-spacing: -0.02rem;
    font-weight: 200;
    color: #fff;
  }
p.zoo02 {
    font-size: 8px;
    text-align: center;
    width: 94%;
    left:3%;
    margin: 0 auto;
    bottom: 7%;
    position: absolute;
    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: #5ac5ef;
}
p.pleft {
    text-align: left;
    top: 1%;
    left: 2vw;
    position: absolute;
    font-size: 10px;
    font-weight: 200;
    color: #5ac5ef;
}
p.chabg01{
    width: 90vw;
    position: absolute;
    top: 30%;
    z-index: 1;
    background: #bcbcbc;
    height: 9%;
    margin:0;
    opacity: 1;
}
p.chabg02{
    width: 90vw;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #bcbcbc;
    height: 9%;
    margin:0;
    opacity: 1;
}
p.cha02 img{
    width: 100%;
}
p.cha02{
    width: 90vw;
    position: absolute;
    top: 50%;
    z-index: 3;
    opacity: 1;
    margin: 0;
}
p.chabar01 {
    width: 0vw;
    height: 5vw;
    top: 30%;
    height: 9%;
    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;
    height: 5vw;
    top: 50%;
    height: 9%;
    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.txt51-1 {
    margin: 0;
    text-align: left;
    bottom: 35%;
    width: 90vw;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: -0.02rem;
    color: #5ac5ef;
    position: absolute;
    line-height: 1rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    }
p.txt51-2 {
    margin: 0;
    text-align: left;
    bottom: 28%;
    width: 90vw;
    font-size: 4vw;
    font-weight: 300;
    letter-spacing: -0.02rem;
    color: #5ac5ef;
    position: absolute;
    line-height: 1rem;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transform: translate3d(0, 20%, 0);
    opacity: 0;
    }
p.txt51-3 {
    margin: 0;
    text-align: left;
    bottom: 15%;
    width: 100%;
    font-size: 3vw;
    font-weight: 100;
    letter-spacing: -0.03rem;
    color: #646464;
    position: absolute;
    line-height: 1rem;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transform: translate3d(0, 20%, 0);
    opacity: 0;
    }
p.txt51-3 strong{
    font-weight: 400;
}
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: 25%;
    font-size: 4vw;
    font-weight: 500;
    color:#646464;
    text-align: center;
    position: absolute;
    letter-spacing: -0.01rem;
    margin: 0;
    z-index: 4;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0, 10%, 0);
    opacity: 0;
}
.percent01{
    font-size: 12vw;
    font-weight: 800;
    color: #5ac5ef;
}
.percent02{
    font-size: 6vw;
    font-weight: 800;
    color: #5ac5ef;
}
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:-4%;
    z-index: 2;
}
h2 ul li:nth-child(2) span{
    font-size: 4vw;
    font-weight: 500;
    color:#ffbfb7;
    top:-3%;
    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;
  }
}


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

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


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

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

.vermotion{
    animation: vermotion 1s linear infinite;
}

@keyframes vermotion {
  0% {
    transform: translate3d(0, 0%, 0);
     }
  50% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}


.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: 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) 2s;
    opacity: 0;
    }
p.contit0505 {
    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) 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 .img51-2,
.swiper-slide.swiper-slide-active .txt51-1,
.swiper-slide.swiper-slide-active .txt51-2,
.swiper-slide.swiper-slide-active .txt51-3,
.swiper-slide.swiper-slide-active .txtbefore p,
.swiper-slide.swiper-slide-active .txtafter p,
.swiper-slide.swiper-slide-active .txtarrow p,
.swiper-slide.swiper-slide-active .arrow8,
.swiper-slide.swiper-slide-active .historyimg1,
.swiper-slide.swiper-slide-active .historyimg2,
.swiper-slide.swiper-slide-active .historyimg3,
.swiper-slide.swiper-slide-active .historyimg4,
.swiper-slide.swiper-slide-active .historyimg5,
.swiper-slide.swiper-slide-active .historyimg6,
.swiper-slide.swiper-slide-active .historyimg221,
.swiper-slide.swiper-slide-active .historyimg222,
.swiper-slide.swiper-slide-active .img511-2,
.swiper-slide.swiper-slide-active .txt511-1,
.swiper-slide.swiper-slide-active .txt511-2,
.swiper-slide.swiper-slide-active .txt511-3,
.swiper-slide.swiper-slide-active .gra512-15,
.swiper-slide.swiper-slide-active .txt513-1,
.swiper-slide.swiper-slide-active .txt513-2,
.swiper-slide.swiper-slide-active .txt513-3,
.swiper-slide.swiper-slide-active .txt523-1,
.swiper-slide.swiper-slide-active .txt523-2,
.swiper-slide.swiper-slide-active .txt523-3,
.swiper-slide.swiper-slide-active .img513-2,
.swiper-slide.swiper-slide-active .img513-4,
.swiper-slide.swiper-slide-active .txt518-1,
.swiper-slide.swiper-slide-active .txt518-2,
.swiper-slide.swiper-slide-active .txt518-3,
.swiper-slide.swiper-slide-active .img518-2,
.swiper-slide.swiper-slide-active .img520-1,
.swiper-slide.swiper-slide-active .img520-2,
.swiper-slide.swiper-slide-active .img520-3,
.swiper-slide.swiper-slide-active .img521-1,
.swiper-slide.swiper-slide-active .img521-2,
.swiper-slide.swiper-slide-active .img521-3,
.swiper-slide.swiper-slide-active .img523-2,
.swiper-slide.swiper-slide-active .img523-3,
.swiper-slide.swiper-slide-active .txt27-1,
.swiper-slide.swiper-slide-active .txt27-2,
.swiper-slide.swiper-slide-active .txt27-3,
.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 .gra512-11{   opacity: 1;    height: 11%;}
.swiper-slide.swiper-slide-active .gra512-12{   opacity: 1;    height: 18%;}
.swiper-slide.swiper-slide-active .gra512-13{   opacity: 1;    height: 29%;}
.swiper-slide.swiper-slide-active .gra512-14{   opacity: 1;    height: 42%;}
.swiper-slide.swiper-slide-active .gra516-11{   opacity: 1;    height: 62%;}
.swiper-slide.swiper-slide-active .gra516-12{   opacity: 1;    height: 80%;}
.swiper-slide.swiper-slide-active .gra524-1{   opacity: 1;    height: 15%;}
.swiper-slide.swiper-slide-active .gra524-2{   opacity: 1;    height:28%;}
.swiper-slide.swiper-slide-active .gra524-3{   opacity: 1;    height: 15%;}
.swiper-slide.swiper-slide-active .gra524-4{   opacity: 1;    height: 51%;}
.swiper-slide.swiper-slide-active .graph011{
   opacity: 1;
    height: 25.5%;
}
.swiper-slide.swiper-slide-active .graph021{
   opacity: 1;
    height: 23%;
}
.swiper-slide.swiper-slide-active .graph012{
    opacity: 1;
    height: 16.5%;
}
.swiper-slide.swiper-slide-active .graph022{
   opacity: 1;
    height: 14.2%;
}
.swiper-slide.swiper-slide-active .graph013{
    opacity: 1;
    height: 15.1%;
}
.swiper-slide.swiper-slide-active .graph023{
   opacity: 1;
    height: 12.2%;
}
.swiper-slide.swiper-slide-active .graph014{
    opacity: 1;
    height: 7.9%;
}
.swiper-slide.swiper-slide-active .graph024{
   opacity: 1;
    height: 6%;
}
.swiper-slide.swiper-slide-active .graph015{
    opacity: 1;
    height: 7.2%;
}
.swiper-slide.swiper-slide-active .graph025{
   opacity: 1;
    height: 5.2%;
}
.swiper-slide.swiper-slide-active .graph016{
    opacity: 1;
    height: 5.3%;
}
.swiper-slide.swiper-slide-active .graph026{
   opacity: 1;
    height: 3.5%;
}
.swiper-slide.swiper-slide-active .graph017{
    opacity: 1;
    height: 4.5%;
}
.swiper-slide.swiper-slide-active .graph027{
   opacity: 1;
    height: 7.6%;
}
.swiper-slide.swiper-slide-active .graph031{
    opacity: 1;
    width: 48.5vw;
}
.swiper-slide.swiper-slide-active .graph032{
    opacity: 1;
    width: 45.5vw;
}
.swiper-slide.swiper-slide-active .graph033{
    opacity: 1;
    width: 40.5vw;
}
.swiper-slide.swiper-slide-active .graph034{
    opacity: 1;
    width: 39vw;
}
.swiper-slide.swiper-slide-active .graph035{
    opacity: 1;
    width: 39vw;
}
.swiper-slide.swiper-slide-active .graph036{
    opacity: 1;
    width: 10vw;
}
.swiper-slide.swiper-slide-active .graph037{
    opacity: 1;
    width: 8.5vw;
}


.swiper-slide.swiper-slide-active .contit0502{
    opacity: 1;
    bottom: 33.5%;
}
.swiper-slide.swiper-slide-active .contit0503{
    opacity: 1;
    bottom: 27%;
}

.swiper-slide.swiper-slide-active .contit0504{
    opacity: 1;
    bottom: 20.5%;
}
.swiper-slide.swiper-slide-active .contit0505{
    opacity: 1;
    bottom: 17%;
}




@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: 100vw;
  }
  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-image-nine {background-position : center !important;}
}

@media screen and (min-height: 500px) {
    p.ptype06 {margin-top: 5%;}
    p.parrow06 {margin-top: -10px;}
}
@media screen and (min-height: 600px) {
    p.txt511-1 {bottom: 30%;}
    p.txt511-2 {bottom: 25%;}
    p.txt511-3 {bottom: 15%;}
    .per514-1 {top:38%;}
    .per514-2 {top:53%;}
    .per514-3 {top:61%;}
    p.txt518-2 {bottom: 42%;}
    p.txt518-3 {bottom: 27%;}
    h2.graph03 ul:first-child {margin-top: 7%;}
    h2.graphtxt3 ul li:first-child {margin-top: 24%;}
    .graph520 ul {margin-top: 10%;}
    p.ptype06 {margin-top: 15%;}
     p.parrow06 {margin-top: 0px;}
    .img514-1 {top: 10%;}

}
@media screen and (min-height: 650px) {
    h1 span.dobtxt01 {margin-top: 70% !important;}
    p.txt513-1 {top: 7%;}
    p.txt513-2 {top: 18%;}
    p.txt513-3 {top: 25%;}
    .per514-1 {top :36%;}
    .per514-2 {top :49%;}
    .per514-3 {top :59%;}
    p.txt518-2 {bottom: 45%;}
    p.txt518-3 {bottom: 30%;}
    .graph521 ul {margin-top: 10%;}
 }
@media screen and (min-height: 700px) {
    p.txt511-1 {bottom: 40%;}
    p.txt511-2 {bottom: 35%;}
    p.txt511-3 {bottom: 25%;}
    .per514-1 {top :38%;}
    .per514-2 {top :50%;}
    .per514-3 {top :58%;}
    p.txt518-1 {top: 17%;}
    p.txt518-2 {bottom: 50%;}
    p.txt518-3 {bottom: 35%;}
    .graph520 ul {margin-top: 15%;}
    h2.graph03 ul li span {top: -25%;}
    .graph521 ul {margin-top: 15%;}
    .img524-1 {top: 30%;}
    .swiper-image-eight {background-position:bottom !important}
    .gra9 { bottom:15%;}   
    .img514-1 {top: 13%;}
    .gra16 {margin-top: 25%;}
    .line2 {top: 66%;}

}

@media screen and (min-height: 750px) {
    p.txt513-1 {top: 5%;}
    p.txt513-2 {top: 13%;}
    p.txt513-3 {top: 20%;}
    .per514-1 {top :36%;}
    .per514-2 {top :47%;}
    .per514-3 {top :56%;}
    p.txt518-1 {top: 14%;}
    p.txt518-2 {bottom: 50%;}
    p.txt518-3 {bottom: 37%;}
   .gra9 { bottom:10%;}   

}
/* 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: 45vw;
    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: 1% 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:10vw;
  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;}