@keyframes aaa {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes bbb {
    from {
        top: -10px
    }

    to {
        top: -2px;
    }
}

a {
    color: black;
    text-decoration: none;
    transition: transform all .3s linear;
}

a:hover {
    color: black;
    text-decoration: none;
}

 

#main {
    width: 100%;
    height: 100%;
    /*background-color: red;*/
}

#section {
    /*font-family: 'Noto Sans KR', sans-serif;*/
    font-family: NanumSquare, sans-serif;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.mainContainer {
    width: 100%;
    margin: 0 auto;
    padding: 3% 0;
    box-sizing: border-box;
    background-color: white;
}


/*½½¶óÀÌ´õ*/
#main .dimode-slider .slider-dots {
    bottom: 50px;
}
    #main .dimode-slider .slider-dots .each-dot {
        margin: 0 5px;
        height: 16px;
        width: 16px;
    }
    #main .dimode-slider .slider-dots .each-dot.active {
        width: 42px;
        border-radius: 10px;
        background: black;
        border: 1px solid black;
    }
    
 
#main .dimode-slider .slider-wrapper .slick-list .slick-track .slide > div > h1 {
    font-size: 4.2vw;
    padding-top: 7%;
    letter-spacing: 3px;
    font-weight: bold;
    text-align: left;
    font-family: ui-sans-serif;
}
#main .dimode-slider .slider-wrapper .slick-list .slick-track .slide {
    width:100%!important;
}

.move-btn {
    background: none !important;
    top: 44%!important;
}
.next-btn {
    right: 5% !important;
    display: none;
}
.prev-btn {
    left: 5% !important;
    display: none;
}



/*¸Ç Ã³À½ Èò ºÎºÐ*/
.sermon {
    padding: 0%;
    background-color: #C9C1AE;
}


.sermon-bottom {
    /*background: url(../../../Layouts/busanjin_Layout/Images/3_bg.jpg) no-repeat;*/
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
}

.today_sermon {
    padding: 100px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 80vw;
    margin: auto;
}

.sb-1 {
    text-align: left;
    color: white;
    line-height: 3;
    aspect-ratio: 748 / 456;
}
.sb-1 .sermon-content {display:flex; flex-direction: column; justify-content:space-between; height: 100%;}
.sb-1 .sermon-content p {text-shadow: none; font-size: 60px; color: #BF9000; font-weight: bold; line-height: 1; margin: 0px;}
.sb-1 .sermon-content .top {display:flex; flex-direction: column; justify-content:space-between; height: 100%; }
.sb-1 .sermon-content .top .background {background: #D1D0BD; padding: 20px 10px;}
.sb-1 .sermon-content .top .background h1 {text-align: center;}
.sb-1 .sermon-content h1 a{font-size: 55px; color: #6C563E; font-weight: bold; margin-bottom: 2%;}

.sb-1 .sermon-content h4 {font-size:16px; color: #000; text-shadow: none; word-break: keep-all; margin: 0px;}
.sb-1 a{
    color:#fff;
    text-decoration: none;
}
.sb-2 .notice-box1 {display: none;  position: absolute; z-index: 1000; background: #C9C1AE; width: 70%; left: 50%; top: 50%; transform: translate(-50%, 30%);}

.sb-2 h4 {
    font-size: 20px;
}
.sb-2 h2 {
    font-size: 40px;  color: #000; white-space: normal; word-wrap: break-word; display: -webkit-box; word-break: keep-all; -webkit-line-clamp: 1; overflow: hidden; -webkit-box-orient: vertical;}
.sb-2 p {
    font-size: 18px;
}
.sb-2 h2, .sb-1 h4, .sb-1 p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    text-overflow: ellipsis;
}

.sb-2 {
    position: relative;
    padding: 0 !important;
}
.sb-2 > a {
    display: block;
}
.sb-2 .sermon-thumbnail {
    transition: all 0.3s ease-out;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    object-fit: cover;
    max-width: unset;
}
.sb-2 .sermon-youtube {
    transition: all 0.3s ease-out;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,0%);
}
.sb-2 .sermon-thumbnail:hover {
    width: 105%;
    height: 23.625vw;
    /*transform:scale(1.05);*/
    /*z-index:2;*/
}


.sb-3 {
    /*display: flex;
    align-items: center;
    justify-content: flex-end; 
    padding:0%;
	padding-right:3%;*/
    position:absolute;
    top:0;
    right:0;
}
.sb-3 >a  { 
    display:inline-block;
    position: relative;
    transition: all 0.3s ease-out;
}


.sb-3 >a >p { 
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size:22px;
    line-height: 1.2;
    font-weight:bold;
}

.sb-3 >a:nth-of-type(2) >p { 
    color:white;
     
} 
.sb-3 >a:hover { 
     transform:scale(1.05);
     z-index:2;
     
}

.sermon-icon {
    padding: 0% 7%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-weight:bold;
    font-size: 18px;
}
.sermon-icon >div {
    padding: 3%;
    text-align: center;
       
}

.sermon-icon h4{
    text-align: center;
    font-weight:bold;
}
.sermon-icon > div > a{
    position:relative;
    transition: all 0.3s ease-out;
}
.sermon-icon > div > a:hover, .si-1>div>a:hover, .si-1_1>div>a:hover, .si-2>div>a:hover, .si-3>div>a:hover{
    transform:translateY(-10px);
}
.sermon-icon > div > a > p {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin:0;
}
.si-1  {
    width:15%;
}

.si-1_1, .si-2, .si-3, .si-4 {
    width: 15%;
}
.si-1 > h4, .si-1_1 > h4, .si-2 > h4, .si-3 > h4, .si-4 > h4 {
        padding-bottom: 10%;
    }


.si-1 > div, .si-1_1 > div, .si-2 > div, .si-3 > div, .si-4 > div {
    padding: 4% 5%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
    .si-1 > div > a, .si-1_1 > div > a, .si-2 > div > a, .si-3 > div > a , .si-4 > div > a {
        padding: 14% 14%;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease-out;
        border: 2px solid #000;
        border-radius: 50%;
    }
    .si-1_1 > a, .si-2 > a, .si-3 > a, .si-4 > a {
        padding: 8% 10%;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-evenly;
        transition: all 0.3s ease-out;
        border: 2px solid #000;
        border-radius: 50%;
    }

.si-1 > div > a > p, .si-1_1 > div > a > p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            margin: 0;
        }



/*°¶·¯¸®*/
.gallery {
    height: 550px;
    padding: 0;
}
.gallery .gallery-container {
    width: 85%;
}
.gallery .gallery-container .galleryb .gallery-content {
    position:relative;
    transition:0.4s;

}
.gallery .gallery-container .galleryb .gallery-content img {
    width:100%;
    height:230px;
    /*box-shadow: 0px 0px 10px #444;*/
    box-shadow: 0px 0px 15px #646464;
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery .gallery-container .galleryb .gallery-content .gallery-text { position:absolute; top: 50%; left:  50%; visibility: hidden; transform: translate(-50%, -50%); width:70%;}
.gallery .gallery-container .galleryb .gallery-content.black .gallery-text > h3 { color: #000;}
.gallery .gallery-container .galleryb .gallery-content .gallery-text > h3 { color:#fff; font-size: 18px; margin: 0; text-align: center; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.gallery .gallery-container .galleryb .gallery-content:hover { top:-15px; }
.gallery .gallery-container .galleryb .gallery-content:hover img { filter: brightness(0.5); top:-15px; }
.gallery .gallery-container .galleryb .gallery-content:hover .gallery-text {
    visibility: visible;
}

/*°°ÀÌ ºÎºÐ*/
.together {
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    color: white;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}
.together hr{
    width:15%;
    z-index:3;
    position: relative;
}
.together h3 {
    font-size: 36px;
    font-weight:bold; 
    z-index:3;
    position: relative;
}
.together p {
    font-size: 23px; 
    z-index:3;
    position: relative;
}

.to5 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_5.png) no-repeat;
    background-position: center !important;
}
.to2 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_2.png) no-repeat;
    background-position: center !important;
}
.to3 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_3.png) no-repeat;
    background-position: center !important;
}
.to4 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_4.png) no-repeat;
    background-position: center !important;
}

.blackBox2 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_2.png) no-repeat;
    background-position: center !important;
    filter: brightness(0.7);
}
.blackBox3 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_3.png) no-repeat;
    background-position: center !important;
    filter: brightness(0.7);
}
.blackBox4 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_4.png) no-repeat;
    background-position: center !important;
    filter: brightness(0.7);
}
.blackBox5 {
    background: url(../../../Layouts/busanjin_Layout/Images/3.box_bg_5.png) no-repeat;
    background-position: center !important;
    filter: brightness(0.7);
}

.blackBox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25vw;
    height: 25vw;
    height: 100%;
    visibility: hidden;
    z-index: 1;
    background-position: center !important;
    background-size: cover !important;
}
.together > a {
    padding: 8.8% 3%;
    width: 100%;
    height: auto;
    color: white;
    transition: transform all .7s linear;
    text-decoration: none;
    overflow: hidden;
    background-position: center !important;
    background-size:cover !important;
}

.together > a:hover .blackBox {
   visibility:visible;
}


/*°¶·¯¸® ºÎºÐ*/
.gallery {
    background: #FAF7EE;
    width: 100%;
    height: auto;
    /*padding: 3.2% 0% 3% 5%;*/
    /*padding:3% 0;*/
    padding: 3% 0 5%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
}

.gallery-container > p a {
    font-size: 24px;
    color: #BD9C79;
    font-weight: bold;
}
.sb-1 h2 {font-weight: bold;}
.gallery-container > h1 a {
    font-size: 63px;
    color: #6C563E;
    font-weight: bold;
    margin-bottom: 2%;
}

.gallery-container > div {
    padding: 3% 0 0%;
    position: relative;
    display: block;
}

.gallery-container >div >h3{
    font-size:22px;
    font-weight:bold;

}
.gallery-container >div>div{
    font-size:18px;
    color:#585858;
    line-height: 1.7;
}
.gallery-container >div>a{
    margin-top: 3%;
    display: block;
    width: max-content;
}

.gallery-container >div>a >img:nth-of-type(2){ 
    display: none;
    position:absolute;
    bottom:0;
    left:0;
}
.gallery-container >div>a:hover >img:nth-of-type(2){ 
    display: initial; 
}




.main2Content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align:center;
}






@media(max-width:1500px) {
    .today_sermon {padding: 50px 0;}
    .sb-1 .sermon-content .top .background h1 {margin: 0px;}
    .sb-2 h2 {
        font-size: 30px;
    }
    .sb-2 h4 {font-size: 18px;}
    .sb-2 .notice-box1 {width: 80%; transform: translate(-50%, -20%);}
    .gallery-container > h1 a {font-size: 45px;}
    .sb-1 h2 {font-size: 30px;}
}

@media(max-width:1499px) and (min-width:1200px) {

    .sb-1 .sermon-content {height: 100%;}
    .sb-1 .sermon-content p {font-size: 45px;}
    .sb-1 .sermon-content h1 a {font-size: 35px;}
    .gallery-container > h1 a {font-size: 30px;}
     .gallery .gallery-container .galleryb .gallery-content .gallery-text{ left: 31%;}
    .sermon-icon >div {padding: 10px;}
    .container{width:1170px;}

    .gallery-container > p {
        font-size: 21px;
    }
    .gallery-container > h1 {
        font-size: 51px;
    }
    .gallery .gallery-container .galleryb .gallery-content img {
        height: 13vw;
    }
}

@media(max-width:1199px) and (min-width:992px) {
    .sb-2 h2 {font-size: 23px;}

    .sb-1 .sermon-content p {font-size: 25px;}
    .sb-1 .sermon-content h1 a {font-size: 30px;}
    .sb-1 .sermon-content h4 {font-size: 18px;}
    .gallery-container > h1 a {font-size: 25px;}
    .gallery .gallery-container .galleryb .gallery-content .gallery-text { left: 31%;}
    .sermon-icon >div { padding: 10px;}
    .sb-2 .sermon-youtube { width: 40px; left: 0px;}
    .gallery .gallery-container .galleryb .gallery-content img {
        height: 13vw;
    }


    .sb-1 .sermon-content {
        bottom: 10%;
    }
    .sb-1 h2 {
        font-size: 28px;
    }
    .sb-1 h4 {
        font-size: 17px;
    }
    .sb-1 p {
        font-size: 15px;
    }
    .sb-3 a img {
        width: 125px;
    }

    .together h3 {
        font-size: 30px;
    }
    .together p {
        font-size: 19px;
    }

    .gallery-container > p {
        font-size: 18px;
    }
    .gallery-container > h1 {
        font-size: 41px;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .today_sermon {padding: 25px 0;}
    .sb-2 h2 {font-size: 23px;}
    .sb-1 .sermon-content p {font-size: 20px;}
    .sb-1 .sermon-content h1 a {font-size: 30px;}
    .sb-1 .sermon-content h4 {font-size: 18px;}
    .si-1 > h4, .si-1_1 > h4, .si-2 > h4, .si-3 > h4, .si-4 > h4 {font-size: 14px;}
    .gallery .gallery-container .galleryb .gallery-content .gallery-text { left: 31%;}
    .sb-2 .sermon-youtube { width: 40px; left: 0px;}
    .sermon-icon >div { padding: 10px;}
    .gallery .gallery-container .galleryb .gallery-content {
        margin-bottom: 20px;
    }


    .sb-1 .sermon-content {
        bottom: 10%;
    }
    .sb-1 h2 {
        font-size: 26px;
    }
    .sb-1 h4 {
        font-size: 15px;
    }
    .sb-1 p {
        font-size: 14px;
    }
    .sb-2 .sermon-thumbnail {
        height:22vw;
    }
    .sb-3 a img {
        width: 125px;
    }

    .together h3 {
        font-size: 27px;
    }
    .together p {
        font-size: 17px;
    }

    .gallery-container > p {
        font-size: 18px;
    }
    .gallery-container > h1 {
        font-size: 41px;
        margin-top: 0;
    }
}

@media(max-width:767px) {
    .sb-2 h4 {font-size: 16px;}
    .today_sermon {padding: 25px 0;}
    .sb-1 { aspect-ratio: inherit;}
    .sb-2 .sermon-youtube {bottom: -10%; left: 95%;}
    .sb-2 h4 {margin: 5px 0;}
    .sb-2 .notice-box1 {transform: translate(-50%, -25%); background: rgba(201, 193, 174, .4); color: #fff;}
    .sb-2 h2 { font-size: 22px; color: #fff;}
    .sb-1 .sermon-content .top {grid-gap: 15px;}
    .sb-1 .sermon-content .top .background {padding: 10px 5px;}
    .sb-2 .sermon-youtube {width: 40px;}
    .sb-1 .sermon-content p {font-size: 23px;}
    .sb-1 .sermon-content h1 a {font-size: 25px;}
    .sb-1 .sermon-content h4 {font-size: 16px;}
    .si-1 > h4, .si-1_1 > h4, .si-2 > h4, .si-3 > h4, .si-4 > h4 {padding-bottom: 0px; font-size: 15px;}
    .gallery-container > h1 a {font-size: 30px;}
    #main { margin-top: 70px;}
    .gallery .gallery-container .galleryb .gallery-content .gallery-text { left: 31%;}
    .sb-1 { padding: 0px;}
    .si-1_1 > a img, .si-2 > a img , .si-3 > a img , .si-4 > a img { width: 70%;}
    .si-1_1 > a, .si-2 > a, .si-3 > a, .si-4 > a { margin-bottom: 0px; display: inline-block;}
    .sermon-icon { padding: 0 10px;}
    .si-1_1 > h4, .si-2 > h4, .si-3 > h4, .si-4 > h4 { padding-bottom: 0px; font-size: 15px;}
    .si-1 { width: 20%;}
    .si-1_1, .si-2, .si-3, .si-4 { width: 20%;}
 
    .sermon-icon >div { padding: 5px;}
    #main .dimode-slider .slider-dots { bottom: 10px !important; }
    #main .dimode-slider .slider-dots .each-dot { height: 10px; width: 10px; }
    #main .dimode-slider .slider-dots .each-dot.active { width: 22px; }
    .today_sermon { width: 90vw; /*height: 340px;*/ height:auto; flex-direction: column; }
    .sermon { padding: 10px 0;}

    .sb-1 h2 { font-size: 26px; }
    .sb-1 h4 { font-size: 15px;}
    .sb-1 p { font-size: 14px; }
    .sb-2 { margin-bottom: 10px;}
    .sb-2 .sermon-thumbnail { position: relative; top: unset; left: unset; transform: unset; }
    .sb-2 .sermon-thumbnail { height: 50vw;}
    .sb-2 .sermon-thumbnail:hover { height: 50vw; width: 100%;}
    .sb-3 { top: 50%; transform: translateY(-50%); }
    .sb-3 > a { display: inline-block; float: unset;}
    .sb-3 a img { width: 76px;}
    .together { display:block;         flex-direction: column; }
    .together h3 { font-size: 27px; }
    .together p { font-size: 17px; }
    .together > a { padding: 5% 3%; width:50%; }
    .blackBox { width:50vw; }
    .gallery { padding: 5% 0 5%; }
    .gallery .gallery-container {width: 95%; }
    .gallery-container > p { font-size: 17px; }
    .gallery-container > h1 { font-size: 36px; margin-top: 0; }
    .gallery .gallery-container .galleryb .gallery-content { margin-bottom: 20px; }
    .gallery .gallery-container .galleryb .gallery-content img { height: 25vw; }
}

@media(max-width:500px) {
       .sermon-icon { display: grid; width: 100%; grid-template-columns: 1fr 1fr;  }
    .sermon-icon > div > a > p { font-size: 15px;}
    .si-1_1 > a img, .si-2 > a img, .si-3 > a img, .si-4 > a img { width: 60%;}
    .si-1 > div > a > p, .si-1_1 > div > a > p { font-size: 15px;}
    .sb-3 { top: 22%;}
    .sermon-icon > div .gallery .gallery-container .galleryb .gallery-content .gallery-text { left: 40%; }
    .sermon-icon >div {padding: 0px; width: 100%;}
    .sb-1 h2 { font-size: 21px; }
    .sb-1 h4 { font-size: 15px; }
    .sb-1 p { font-size: 12px; }
    .together { flex-wrap: wrap;}
    .gallery .gallery-container { width:100%;}
    .si-1 > div > a, .si-1_1 > div > a, .si-2 > div > a, .si-3 > div > a, .si-4 > div > a {padding: 14% 8%;}
    .si-1 > div > a img, .si-1_1 > div > a img, .si-2 > div > a img, .si-3 > div > a img, .si-4 > div > a img {width: 60%;} 

}



@media(max-width:400px) {
    .gallery .gallery-container .galleryb .gallery-content { padding: 0 8px;}
    .gallery .gallery-container .galleryb .gallery-content .gallery-text { width: 100%;
        left: 41%;
    }

}


@media(max-width:340px) {


}