/** 신부님 홈페이지 전용 */
.carousel-inner img {
    width: 100%; /* Set width to 100% */
    min-height: 200px;
}

/* 커러셀 세로폭 고정 */
#carousel-home-top {
    height: 530px;
}

#carousel-home-top .carousel-inner, #carousel-home-top .carousel, #carousel-home-top .item, #carousel-home-top .fill {
    height: 100%;
    width: 100%;
}

#carousel-home-top > .carousel-inner {
    background: #181818;
}

.container-extent {
    max-width: 1000px;
}

/*father page top, bottom*/
.page-top {
    margin-top: 20px;
}

.page-title {
    padding-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

.text-xm {
    font-size: 12px;
    color: #b2b2b2;
}

.page-white {
    margin-top: 30px;
}

.page-bottom {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
}

.border-top {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
}

/** 모바일 홈 TOP */
#home-top-m {
    width: 100%;
    display: inline-block;
}

#home-top-m > img {
    width: 100%;
}

#home-top-m > .caption {
    position: absolute;
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
}

#home-top-m > .caption > h1 {
    font-size: 20px;
    line-height: 1.2;
}

#home-top-m > .caption > h3 {
    font-size: 18px;
}

/** 홈 TOP dual */
#home-top-dual {
    width: 100%;
    height: 330px;
    display: inline-block;
}

#home-top-dual > .left-image {
    float: left;
    width: 50%;
    height: 100%;
    background: url('../img/main-intro2.jpg');
    background-size: auto 330px;
    filter: brightness(70%);
}

#home-top-dual > .right-image {
    float: left;
    width: 50%;
    height: 100%;
    background: url('../img/main-intro.jpg');
    background-size: auto 330px;
}

#home-top-dual > .caption {
    position: absolute;
    margin-left: 25px;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    text-shadow: #000 2px 2px 2px;
}

#home-top-dual > .caption > h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-top: 15px;
}

#page-home > div {
    margin-bottom: 25px;
}
