/* 이미지 롤링 소스 -----------------------*/
.image-slider-background{
    background-color:#ededed;
    min-height:100px;
}

.carousel {	
	margin: 0 auto;
	padding: 0 68px;
}
.carousel .carousel-item {
	text-align: center;
	overflow: hidden;
	/* height: 160px; */
}
.carousel .carousel-item .img-box {
	/* background: #fff; */
	padding: 9px;
	/* box-shadow: 0 6px 20px -6px rgba(0,0,0,0.4); */
}
.carousel .carousel-item img {
	margin: 0 auto;
}
.carousel-control-prev, .carousel-control-next {
	width: 68px;
	background: none;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 28px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -15px;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel-indicators {
	bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border: none;
	border-radius: 50%;
	margin: 1px 4px;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
}
.carousel-indicators li.active {
	background: #555;
}

.middle-title{
    /* padding-top:30px; */
    padding-bottom:20px;
    border-bottom:1px solid #fff;
    font-weight: 900;
}

.middle-title2{
    padding-top:30px;
    padding-bottom:20px;
    font-weight: 900;
}

.small-title{
    font-size:19px;
    font-weight: 700;
}

/* 스탬프 소개 */
.nd_stamp {
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid #ccc;
}

.nd_stamp ul {
    overflow: hidden;
}

.nd_stamp li.first {
    border-left: 0;
}
.nd_stamp li {
    float: left;
    text-align: center;
    width: 19.9%;
    padding: 10px 0;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

#infolist td,
#infolist th
{
  border: 1px solid #555;
}

#myCarousel_mobile{
    display: none;
}

/** 반응형 처리 *********************/

@media (max-width: 1200px){
    .nd_stamp li.first {
        width: 19.8%;
    }
    .nd_stamp li.first {
        border-left: 0;
    }
}

@media (max-width: 480px) {
    .nd_stamp li {
        width: 50% !important;
        padding: 15px 0;
    }

    #myCarousel{
        display: none;
    }

    #myCarousel_mobile{
        display: block;
    }

    .passport-image {
        text-align:center;
    }

    .passport-image img{
        width:70%;
    }

    .letter-section{
        margin-top:30px;
    }
}
@media (max-width: 640px){
    .nd_stamp li {
        width: 33.3% !important;
        border: 0;
    }
}