.row {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 0.75rem;
}

.index-seminar .preacher-inf {
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    text-align: center;
}
.index-seminar .preacher-inf:hover {
    background-color:var(--bs-black-trans-3);
}
.index-seminar .preacher-inf.active {
    background-color:var(--bs-black-trans-3);
}
.index-seminar .preacher-inf .pic {
    border-radius: 40px;
    overflow: hidden;
    margin: auto auto;
    width: 80px;
    height: 80px;
    transition: .2s;
}
.index-seminar .preacher-inf .pic:hover,
.index-seminar .preacher-inf:hover .pic {
    border-color: var(--bs-warning);
}
.index-seminar .preacher-inf .pic img {
    width: 100%;
}
.index-seminar .preacher-inf .h7 {
    font-size: 14px;
    font-weight: 500;
    color:var(--bs-gray-600);
    text-align: center;
    width: 100%;
    height: 35px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 130%;
    transition: .2s;
}
.index-seminar .preacher-inf.active .pic {
    border-radius: 40px;
    width: 110px;
    height: 110px;
    transition: .2s;
}
.index-seminar .preacher-inf.active .h7 {
    color: var(--bs-primary);
    transition: .2s;
}

/*검색박스*/
.searcharea .search-box {
    display: flex;
    align-items: center;
    border: 2px solid var(--bs-primary) !important;
    padding: 2px;
    background-color: #fff !important;
    overflow: hidden;
    width: 100%;
    border-radius: 50px;
}
.searcharea .search-box input[type="text"] {
    border: none;
    padding: 7px 15px;
    margin-right: 5px;
    min-width: 100px;
    flex-grow: 1;
    font-size: 1rem;
    font-weight: 600;
    color:#000;
    outline:0;
}
.searcharea .search-box button {
    background: none;
    border: none;
    cursor: pointer;
    padding-right: 15px;
}
.searcharea .search-box i {
    color: var(--bs-primary);
}

.searcharea .search-box {
    font-size: 1rem;
    font-weight: 600;
    color:#000;
}

/*집회스케쥴*/
#listSche .sche:hover {
    background-color:rgba(0,0,0,.05);
    cursor:pointer;
}
#listSche .sche ul {
    margin-top: 5px;
}
.catmonth {
    margin:0 !important;
}
.catmonth .col-xs-1 {
    padding:0 !important;
    margin:0 !important;
}
.catmonth .mon {
    font-weight: 600;
    cursor:pointer;
    overflow:hidden;
    border-radius: 30px;
    padding:10px 0;
    color:#555;
}
.catmonth .mon.active {
    background-color: var(--bs-info);
    color:#fff;
}
.catmonth .mon:hover {
    background-color:rgba(0,0,0,.05);
    color:#555;
}
#listSche.schedule .btn {
    margin-bottom: 5px;
}

.catweek {
    margin:0 !important;
}
.catweek .week {
    font-weight: 600;
    cursor:pointer;
    overflow:hidden;
    border-radius: 2px;
    padding:10px 0;
    color:#555;
}
.catmonth .col-xs-2 {
    padding:0 !important;
}
.catweek .week.active {
    background-color: var(--bs-info);
    color:#fff;
}
.catweek .week:hover {
    background-color:rgba(0,0,0,.05);
    color:#555;
}

.schedule section {
    margin-bottom: 10px !important;
}
.schedule .h4, .schedule h4 {
    font-size: 18px;
    color:var(--bs-gray-600);
}
.schedule .modal .row > * {
    padding-bottom: 10px !important;
}
.schedule .text-theme-colored {
    color: var(--bs-primary);
}
.schedule .line-bottom {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.schedule .line-bottom:after {
    bottom: -1px;
    content: "";
    height: 0.5px;
    left: 0;
    position: absolute;
    width: 50px;
}
.schedule .text-gray {
    color: var(--bs-gray-600) !important;
}
.schedule .prev_sche {
    display:none;
}
.schedule .alert-gray {
    background-color: var(--bs-gray-100);
    font-size: 14px;
}
.schedule .btn-lg, .btn-group-lg > .btn {
    font-size: 15px;
}
.schedule h2 {
    margin-bottom: 0px !important;
}
.schedule .catmonth {
    margin-bottom: 30px !important;
}

.schedule .btn-sm {
    font-weight: 400;
}

.view .content-header {
    border-bottom: 0.1px solid var(--bs-black-trans-20)
}
.view header#page-header {
    background-color: var(--bs-black-trans-3)
}

/*설교목록*/
.liContents > div:nth-child(odd) {
    background-color: var(--bs-white);
}
.liContents > div:nth-child(even) {
    background-color: var(--bs-gray-100);
}
.liContents .h7 {
    font-size: 0.75rem;
}
.liContents_group > div:nth-child(odd) {
    background-color: var(--bs-white);
}
.liContents_group > div:nth-child(even) {
    background-color: var(--bs-gray-100);
}
.liContents_group > div:last-child {
    margin-bottom: 80px
}

.line-dashed {
    border-bottom: 0.5px dashed var(--bs-gray-500);
    margin-bottom: 10px;
    position: relative;
}
.line-bottom-nopoint {
    border-bottom: 0.5px solid var(--bs-gray-500);
    margin-bottom: 10px;
    position: relative;
}
.line-top {
    border-top: 0.5px solid var(--bs-gray-500);
    margin-top: 10px;
    position: relative;
}
.line-bottom {
    border-bottom: 0.5px solid var(--bs-gray-500);
    margin-bottom: 10px;
    position: relative;
}
.line-bottom:after {
    background: var(--bs-info);
    bottom: -0.5px;
    content: "";
    height: 0.5px;
    left: 0;
    position: absolute;
    width: 64px;
    z-index:1
}

h7.tags .btn {
    padding-left:0;
    padding-right:0;
}
h7.tags .btn:hover {
    text-decoration: underline;
    color:var(--bs-black);
}

.post .info i {
    color: #000;
    margin-left: 10px;
}
.post .info i:first-child {
    margin-left: 0px;
}

.backgo a:hover i {
    color: var(--bs-danger);
}

#comment .message-container {
    display: flex;
    align-items: flex-start;
    width: 100%
}

#comment .message-content {
    background-color: var(--bs-gray-100);
    border-radius: 8px;
    margin-left: 10px;
    padding: 15px;
    flex: 1;
}
#comment .message-content.input {
    border:1px solid var(--bs-primary);
}
#comment .message-content .header .h7
{
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #999;
}
#comment .message-content p,
#comment .message-content div
{
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 180%;
    margin-bottom: 0 !important;
    color: #000;
}
#comment .message-content div.h7 {
    font-size: 0.9rem !important;
}

#comment .header {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

#comment .pImg {
    width: 50px;
    height: 50px;
    border-radius: 40px;
    border: 0.1px solid var(--bs-gray-300);
    overflow: hidden;

}
#comment .pImg img {
    width: 100%;
}
#comment p.h6 {
    font-size: 0.9rem;
}

.w-100 img {
    width: 100%;
}

.leftMenu div a.active {
    color: var(--bs-primary);
}

.writer .pImg {
    width: 60px;
    height: 60px;
    border-radius: 40px;
    border: 0.1px solid var(--bs-gray-300);
    overflow: hidden;

}
.writer .pImg img {
    width: 100%;
}

.eventBox {
    padding: 5px;
    border-right: 0.1px solid var(--bs-gray-500);
    border-bottom: 0.1px solid var(--bs-gray-500);
    border-left: 0.1px solid var(--bs-gray-500);
    border-radius: 0px 0px 5px 5px;
}
.eventBox10 {
    margin: 0 10px;
}
.eventBox20 {
    margin: 0 20px;
}

/*게시판  상단 위측 검색버튼 위치 조정*/
#btnSearch {
    margin-top: -2px;
}

#viewSche .fieldname {
    font-size: 0.85rem !important;
    font-weight: 500;
    color: var(--bs-gray-500);
}
