@charset "utf-8";

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
  }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0;
  }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
  }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-control {
    z-index: 2;
  }
  html,
  body,
  .carousel,
  .carousel-inner,
  .carousel-inner .item {
    height: 100%;
  }
  .item:nth-child(1) {
    /* background: #74c390; */
    background: #74c390 url(../img/ill1.png);
    /* 이미지 바꾸기! 샘이 해주신거임! */
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%;
  }
  .item:nth-child(2) {
   /*  background: #51bce8; */
   background: #51bce8 url(../img/ill2.png);
   background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%;
  }
  .item:nth-child(3) {
    background: #739cff url(../img/ill3.png);
   background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%;
  }








/*   @media screen and (min-width:1024px) and (max-width:1279px){}
  @media all and (min-width:768px) and (max-width:1023px){}
  @media all and (min-width:480px) and (max-width:767px){}
  @media all and (max-width:479px){} */
  