.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/* 슬라이더 배너 배경 */
.carousel-item {
    height: 750px;
}
/* 슬라이더 텍스트 */
.carousel-caption {
    bottom: 250px;
    text-align: left;
    left: 22%;
}
.carousel-text01 {
    font-family: "Noto Sans CJK KR", '나눔고딕';
    font-size: 60px;
    font-weight: 400;
    text-align: left;
}
.carousel-ex {
    text-align: left;
    font-size: 40px;
    font-weight: 300;
}

/* 슬라이더 배너 컨트롤러 */
.carousel-indicators {
    bottom: 80px;
}
[class*="carousel-control"] {
/*    font-size: 4em;*/
    opacity: 0;
}

.navbar-nav li {
    margin-left: 20px;
}