/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  min-height: 500px; /*2017-12-18 KJH*/
  /*min-width: 1903px;*/ /*2017-12-18 KJH*/
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  min-height: 500px; /*2017-12-18 KJH*/
  /*min-width: 1903px;*/ /*2017-12-18 KJH*/
  background-color: #777;
  cursor: pointer;
}
 #myCarousel .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 500px; /*2017-12-18 KJH*/
  /*min-width: 1903px;*/ /*2017-12-18 KJH*/
}
/*
 #myCarousel .carousel-indicators .active {
   width:43px;
   height:16px;
   margin:2px;
   background-color:#165aad;
   border: 0px solid #fff;
 }

 #myCarousel .carousel-indicators li {
   display: inline-block;
   width:16px;
   height:16px;
   margin: 2px;
   text-indent:-999px;
   cursor:pointer;
   background-color:#000 \9;
   background-color:#c1c1c1;
   border: 0px solid #fff;
   border-radius:10px;
 }
 */
/*
 #myCarousel .carousel-indicators {
  margin-left: -48.1%;
  top: 17%; /*2017-12-18 KJH
}*/
/*2019-05-16 수정*/
 #myCarousel .carousel-indicators .active {
   width:300px;
   height:40px;
   margin:2px;
   background-color:#FFF;
   border: 0px solid #fff;
 }
/*2019-05-16 수정*/
 #myCarousel .carousel-indicators li {
   display: inline-block;
   width:300px;
   height:40px;
   margin: 2px;
   text-indent:-999px;
   cursor:pointer;
   border: 1px solid #fff;
   border-radius:0px;
 }
/*2019-05-16 수정*/
 #myCarousel .carousel-indicators li > a {
   position:relative;
   display:block;
   color:#fff;
   font-size:18px;
   line-height:40px;
   text-align:center;
   margin-left:218%;
 }
/*2019-05-16 수정*/
 #myCarousel .carousel-indicators .active a {
   position:relative;
   display:block;
   color:#343434;
   font-size:18px;
   line-height:40px;
   text-align:center;
   margin-left:218%;
 }
/*2019-05-16 수정*/
 #myCarousel .carousel-indicators {
  margin-left: -30%;
  top: 6%; /*2017-12-18 KJH*/
}

@media screen and (min-width:768px) {
 .carousel-indicators {
  bottom: 380px;
  }
}


/* Featurettes
------------------------- */

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}





/* CUSTOMIZE THE CAROUSEL-SMALL
-------------------------------------------------- */
.carousel-sm {
  width: 275px;
  height: 220px;
  margin-bottom: 0px;
}
.carousel-sm .item {
  height: 220px;
  background-color: #e2e2e2;
}
 #Carouselsm .carousel-inner {
  position: relative;
  width: 275px;
  height: 220px;
  overflow: hidden;
}
 #Carouselsm .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
  height: 220px;
}
 #Carouselsm .carousel-indicators {
  position: absolute;
  left:160px;
  z-index:15;
  width: 120px;
  padding-left:0px;
  text-align: center;
  list-style: none;
  bottom:0px;
}
 #Carouselsm .carousel-indicators .active {
   width:12px;
   height:12px;
   margin:2px;
   background-color:#868686;
   border: 0px solid #fff;
 }

 #Carouselsm .carousel-indicators li {
   display: inline-block;
   width:12px;
   height:12px;
   margin: 2px;
   text-indent:-999px;
   cursor:pointer;
   background-color:#000 \9;
   background-color:#fff;
   border: 0px solid #fff;
   border-radius:10px;
 }
