	/* 모바일 메인 모달 롤링 */

	.carousel-indicators { bottom: 50px !important; }
	.carousel-indicators .active { width: 22px; }
	.carousel-indicators li { border: 1px solid #136;}
	.carousel-indicators .active { background-color: #111 }

	/* 캡션 */
	.carousel-caption { 
		width:100% !important; right: 0%; left: 0%; padding-top:10px; bottom: 0px; padding-bottom:0; 
		background-color:#111; color:#fff; opacity: 0.8; filter:alpha(opacity=90);
	}

		.carousel-caption ul li:first-child {  width:60%; float:left; overflow:hidden; text-align:center; border-right:1px solid #fff; }
		.carousel-caption ul li:second-child { width:40%; float:right; overflow:hidden; text-align:center; }  
		.carousel-caption ul li.modal_close { cursor:pointer; }


	.modal-content { width:90%; margin:10% auto; }



	.carousel-inner > .item img { width:100%; }
	/* prev, next btn 사이즈 설정 */
	.glyphicon-chevron-left:before { content: "\e079"; font-size:55px !important; color:#111; }
	.glyphicon-chevron-right:before { content: "\e080"; font-size:55px !important; color:#111; }


	.carousel-control .glyphicon-chevron-left, 
	.carousel-control .glyphicon-chevron-right, 
	.carousel-control .icon-next, 
	.carousel-control .icon-prev { margin-top:-30px; }
