
.bg {
  background: url('/src/img/index/main.png');
  background-size:  cover;
}


.vomabout1, .vomabout2 {
  padding-bottom: 50px;
  line-height: 35px;
}

.vomabout1 div {
  vertical-align: baseline;
}

.vomabout1 > .text {
  width: 65%;
  display: inline-block;
}

.vomabout1 > .img {
  width: 34%;
  display: inline-block;
  vertical-align: sub;
  text-align: right;
}

.vomabout1 > .img > img{
  width: 70%;
}


.vomabout2 > .img {
  width: 40%;
  display: inline-block;
  vertical-align: sub;
}

.vomabout2 > .text {
  width: 59%;
  display: inline-block;
  text-align: right;
}

.vomabout2 > .img > img{
  width: 100%;
}

.bannerText {
  top: 38%;
  left: 42%;
  text-align: left;
}

.item {
flex-basis: 50%;
text-align: center;
position: relative;
height: 294px;
overflow: hidden;
color:white;
}


.itm1 {
  background-color: rgb(255, 222, 0);
  color:black;
}

.itm2 {
background-image: url('/src/img/index/a.jpg');
background-size: cover;
}

.itm3 {
    background-image: url('/src/img/index/aa.jpg');
    background-size: cover;
}

.itm4 {
    background: #f595d2;
  }

.itm5 {
    background: #6c64a1;
}

.itm6 {
    background-image: url('/src/img/index/aaa.jpg');
    background-size: cover;
}

.itm7 {
    background-image: url('/src/img/index/aaaaa.jpg');
    background-size: cover;
}

.itm8 {
    background: #209cb6;
}

.itm9 {
    background: #71cc9a;
}

.itm10 {
    background-image: url('/src/img/index/aaaa.jpg');
    background-size: cover;
}

.mobile {
  display: none;
}




.inner_text {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* 효과 */

.snow {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url('/src/img/index/snow1.png'),url('/src/img/index/snow2.png');
    animation: snow 20s linear infinite;
  }
  
  
.glass {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url('/src/img/index/glass1.png'),url('/src/img/index/glass2.png');
    animation: glass 30s linear infinite;
}

.sparkle {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-image: url('/src/img/index/sparkle1.png'),url('/src/img/index/sparkle2.png');
    animation: sparkle 60s linear infinite;
}


/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/ 
@media all and (max-width:767px) {


  .item {
    flex-basis: 100%;
  }

  .mobile {
  display: inline;
}

.pc {
  display: none;
}


.vomabout1 > .text, .vomabout2 > .text {
  width: 100%;
}

.vomabout1 > .img, .vomabout2 > .img    {
  width: 100%;
  text-align: center;
}

.vomabout2 {
  display: flex;
  flex-wrap: wrap-reverse;
}

.vomabout2 > .text {
  text-align: center;
}


}