﻿@-webkit-keyframes array1 {0%,100% {-webkit-transform:translateX(0);}50% {-webkit-transform:translateX(10px);}}
@keyframes array1 {0%,100% {transform:translateX(0);}50% {transform:translateX(10px);}}
@-webkit-keyframes array2 {0%,100% {-webkit-transform:translateX(0);}50% {-webkit-transform:translateX(-10px);}}
@keyframes array2 {0%,100% {transform:translateX(0);}50% {transform:translateX(-10px);}}
@-webkit-keyframes spinspin {0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform:rotate(180deg);}}
@keyframes spinspin {0% {transform: rotate(0deg);}100% {transform:rotate(180deg);}}

/* common */

.nav-tabs {
    border-bottom: none;
}

.plus {
    position: absolute;
    top: 0;
    right: 0;
}

    .plus:hover {
        opacity: 0.8;
        transition: 0.3s all ease;
    }

.box {
    display: inline-block;
    position: relative;
    opacity: 0;
    top: 50px;
}
:root{--width:50%;}
#main-slider{margin-top:130px;}
/*sermon*/
#sermon{}
#sermon .container .row{margin:0;}
#sermon .sermon-top{height:450px;margin:50px 0;}
#sermon .sermon-top .sermonL{float:left; height:100%;}
#sermon .sermon-top .sermonL .sermonBG{height: 100%;background-size: cover;background-position: 50% 50%;background-origin: border-box;background-repeat: no-repeat;}
#sermon .sermon-top .sermonL .sermonBTN1{position: absolute;bottom: 0;right: 0;}
#sermon .sermon-top .sermonL .sermonFILTER{height: 100%;position: absolute;left: 0;
bottom: 0;width: 100%;background-color: rgba(0,0,0,.4);opacity:0;}
#sermon .sermon-top .sermonL:hover .sermonFILTER,
#sermon .sermon-top .sermonL:focus .sermonFILTER{opacity:1;transition: 0.5s all ease; -webkit-transition: 0.5s all ease;}
#sermon .sermon-top .sermonR{height:100%; position:relative;float:right;}
#sermon .sermon-top .sermonR .sermonM{height:100%;padding:60px 80px ;border: 1px solid #F4F4F4; border-left: none;}
#sermon .sermon-top .sermonR .sermonM a{text-decoration:none; color:#000;}
#sermon .sermon-top .sermonR .sermonM .sermonDATA{font-size: 26px;font-weight: bold;letter-spacing: 2px;
word-spacing: 1px;margin: 0;line-height: 2;}
#sermon .sermon-top .sermonR .sermonM .sermonTITLE{font-size: 48px;font-weight: bold;letter-spacing: 2px;
word-spacing: 1px;margin: 0;line-height: 1.6; -ms-word-break: keep-all;
word-break: keep-all;}
#sermon .sermon-top .sermonR .sermonM .sermonBP{font-size: 20px;font-weight: bold;letter-spacing: 2px;
word-spacing: 1px;margin: 0;line-height: 2;}
#sermon .sermon-top .sermonR .sermonLIVEHF{position: absolute;height: 120px;bottom: 0;width: 100%;right: 0;padding: 0 60px; text-decoration:none;background-color: #F4F4F4;}
#sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE{display: flex;flex-direction: row;justify-content: space-between;align-items: center;height: 100%;}
#sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeR p{margin:0; color:#000;font-size: 20px;}
#sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeL{color: #FF6B30; font-size: 28px;}

#sub-sermon{padding: 80px 0 60px;}
#sub-sermon .container .row{margin:0;}
#sub-sermon .sub-sermon .sub-sermonT > h1{text-align: center;margin: 0 0 60px;font-size: 48px;font-weight: bold;}
#sub-sermon .sub-sermonHF{margin-bottom:60px;}
#sub-sermon .sub-sermonHF ul{border:none!important;display: flex;flex-direction: row;justify-content: center;align-items: flex-end;}
#sub-sermon .sub-sermonHF ul li{float: left; font-size: 20px; width: 20%;margin: 0 10px;}
#sub-sermon .sub-sermonHF ul li a{border: 1px solid #000;display: inline-block;width: 100%;float: left;padding: 15px 20px;font-weight:bold; text-decoration:none; color:#000;}
#sub-sermon .sub-sermonHF ul li a > span:nth-child(1){float:left;letter-spacing:1px;}
#sub-sermon .sub-sermonHF ul li a > span:nth-child(2){float:right;}
#sub-sermon .sub-sermonHF ul li.active a{color: #fff;background-color: #1B4B7F;}
#sub-sermon .sub-sermonHF ul li a:hover,
#sub-sermon .sub-sermonHF ul li a:focus{color:#fff;}
#sub-sermon .sub-sermonHF ul li a:hover span:nth-child(2),
#sub-sermon .sub-sermonHF ul li a:focus span:nth-child(2){animation: spinspin 1s ease-out;
    -webkit-animation: spinspin 1s ease-out;}
#sub-sermon .sub-sermonHF ul li a:before{background-color:#1B4B7F;}
#sub-sermon .documents .tab-content .tab-pane{position:relative;}
#sub-sermon .documents .tab-content .sub-sermonM{overflow:hidden;}
#sub-sermon .documents .tab-content .sub-sermonM .contentSlide a{text-decoration:none;}
#sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonIMGSC{overflow:hidden;}
#sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonIMG{height: 190px;background-size: 100%;background-repeat: no-repeat;background-position: center;}
#sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonSUB{padding:20px 0;display:inline-block;float:left;width:100%;}
#sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonSUB h5{margin: 0;font-size: 20px;line-height: 2;text-overflow: ellipsis;width:100%;
white-space: nowrap;overflow: hidden;float: left;color:#6F6F6F;}
#sub-sermon .documents .tab-content .sub-sermonM .contentSlide a:hover .sermonIMG,
#sub-sermon .documents .tab-content .sub-sermonM .contentSlide a:focus .sermonIMG{transition: all 1s;
-webkit-transform: scale(1.1) rotate(0.01deg);transform: scale(1.1) rotate(0.01deg);}
#sub-sermon .documents .tab-content .sub-sermonL{position: absolute;left: -10%;top: 40%;padding: 30px;
display: inline-block;float: left;text-decoration: none;list-style: none;outline: none;background-color: rgba(255,255,255,.5);
border: 3px solid #000;border-radius: 35px;z-index: 2;}
#sub-sermon .documents .tab-content .sub-sermonL img{position: absolute;
top: 50%;text-align: center;transform: translate(0,-50%);left: 25%;display: inline-block;}
#sub-sermon .documents .tab-content .sub-sermonL:hover,
#sub-sermon .documents .tab-content .sub-sermonL:focus{animation: array2 1s ease-in-out infinite;
-webkit-animation: array2 1s ease-in-out infinite;transition: all 1s;}
#sub-sermon .documents .tab-content .sub-sermonR{position: absolute;right: -10%;top: 40%;padding: 30px;
display: inline-block;float: left;text-decoration: none;list-style: none;outline: none;background-color: rgba(255,255,255,.5);
border: 3px solid #000;border-radius: 35px;z-index: 2;}
#sub-sermon .documents .tab-content .sub-sermonR img{position: absolute;
top: 50%;text-align: center;transform: translate(0,-50%);left: 25%;display: inline-block;}
#sub-sermon .documents .tab-content .sub-sermonR:hover,
#sub-sermon .documents .tab-content .sub-sermonR:focus{animation: array1 1s ease-in-out infinite;
-webkit-animation: array1 1s ease-in-out infinite;transition: all 1s;}

#news{margin-bottom:105px;}
#news .newsT h1{text-align: center;margin: 0 0 60px;font-size: 48px;font-weight: bold;}
#news .newsTOP{margin-bottom: 50px;display: inline-block;float: left;width: 100%;overflow: hidden;}
#news .newsTOP .row{margin:0;}
#news .newsTOP .row .photoM{display: inline-flex;width: 100%;gap: 30px;}
#news .newsTOP .row .photoM a{width:50%;text-decoration:none;height: 415px;}
#news .newsTOP .row .photoM a .photoL,
#news .newsTOP .row .photoM a .photoR{ height:100%; background-size: cover;background-position: 50% 50%;background-origin: border-box;background-repeat: no-repeat;width:100%;}
#news .newsTOP .row .photoM a .photoT{background-color:rgba(0,0,0,0);transition: 0.3s all ease;opacity:0;width:100%;height:100%;position:absolute;}
#news .newsTOP .row .photoM a:hover .photoT{background-color:rgba(0,0,0,.5);transition: 0.3s all ease;opacity:1;}
#news .newsTOP .row .photoM a div h1{font-size: 27px;color: #fff;position: absolute;top: 45%;word-break:keep-all;
margin: 0;text-align: center;width: 90%;transform: translate(0,-50%);text-overflow: ellipsis;
overflow: hidden;float: left;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#news .newsTOP .row .photoM a div h5{font-size: 24px;color: #fff;position: absolute;top: 60%;word-break:keep-all;
margin: 0;text-align: center;width: 90%;transform: translate(0,-50%);text-overflow: ellipsis;
overflow: hidden;float: left;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
#news .newsTOP .row .photoM a{background-color:rgba(255,255,255,0)}
#news .newsTOP .row .photoM a:hover{background-color:rgba(255,255,255,.5);transition: 0.3s all ease;}
#news .newsTOP .row .photoM a div h1,
#news .newsTOP .row .photoM a div h5{opacity:0;}
#news .newsTOP .row .photoM a:hover div h1,
#news .newsTOP .row .photoM a:hover div h5{opacity:1;transition: 0.3s all ease;}
#news .newsTOP .newsTL{padding-right:30px!important;}
#news .newsTOP .newsTL .newsSD{position:relative;}
#news .newsTOP .newsTL .newsSD .newsSDM{position:relative;}
#news .newsTOP .newsTL .newsSD .newsSDM .slick-list .slick-slide > div{display:inline-block;float:left; height:415px; overflow:hidden; width:100%;}
#news .newsTOP .newsTL .newsSD .newsSDM .slick-list .slick-slide .newsBG{height:415px;float:left; width:100%;background-size: cover;
background-position: 50% 50%;background-origin: border-box;background-repeat: no-repeat;}
#news .newsTOP .newsTL .newsSD .newsBTN{position: absolute;right: 0;bottom: 0;}
#news .newsTOP .newsTL .newsSD .newsBTN .newsL,
#news .newsTOP .newsTL .newsSD .newsBTN .newsR{right: 0%;bottom: 0;background-color:rgba(255,255,255,.5);
position: relative;float: left;transition: .5s}
#news .newsTOP .newsTL .newsSD .newsBTN .newsL:hover,
#news .newsTOP .newsTL .newsSD .newsBTN .newsL:focus,
#news .newsTOP .newsTL .newsSD .newsBTN .newsR:hover,
#news .newsTOP .newsTL .newsSD .newsBTN .newsR:focus{background-color:rgba(255,255,255,1);}
#news .newsTOP .newsTL .newsSD .newsBTN .newsL #newsLHR{margin: 25px 0;padding: 0px 30px;position: relative;
float: left;border-right: 0.5px solid #000;height: 17px;width: 100%;}
#news .newsTOP .newsTL .newsSD .newsBTN .newsR #newsRHR{margin: 25px 0;padding: 0px 30px;position: relative;
float: left;border-left: 0.5px solid #000;height: 17px;width: 100%;}
#news .newsTOP .newsTL .newsSD .newsBTN .newsL img{position: absolute;top: 50%;left: 25%;text-align: center;
border: none;display: block;transform: translate(0,-50%);}
#news .newsTOP .newsTL .newsSD .newsBTN .newsR img{position: absolute;top: 50%;left: 25%;text-align: center;
border: none;display: block;transform: translate(0,-50%);}
#news .newsTOP .newsTR{padding-left:30px!important;}
#news .newsTOP .newsTR .newsNOTICE{padding:45px;height:415px;border: 1px solid #eee;}
#news .newsTOP .newsTR .newsNOTICE .noticeT h1{font-size: 24px;font-weight: bold;padding: 0 0 15px;margin: 0;border-bottom: 1px solid #000;display: inline-block;}
#news .newsTOP .newsTR .newsNOTICE .noticeM ul{margin: 20px 0;}
#news .newsTOP .newsTR .newsNOTICE .noticeM ul a{text-decoration: none; color: #8B8484;}
#news .newsTOP .newsTR .newsNOTICE .noticeM ul a li{line-height: 2;font-size: 20px;letter-spacing: 0.5px;}
#news .newsTOP .newsTR .newsNOTICE .noticeM ul a:focus li,
#news .newsTOP .newsTR .newsNOTICE .noticeM ul a:hover li{font-weight:bold; color:#000; transition: 0.3s all ease; -webkit-transition: 0.3s all ease;}
#news .newsTOP .newsTR .newsNOTICE .noticeM ul a li span{font-weight:bold;}
#news .newsTOP .newsTR .newsNOTICE .noticeBTN{font-size: 17px;color: #8B8484;position: absolute;right: 10%;
bottom: 10%;text-decoration: none;}
#news .newsTOP .newsTR .newsNOTICE .noticeBTN .caret{border-top: 6px dashed;border-right: 6px solid transparent;border-left: 6px solid transparent;
position: relative;margin: 0;height: 8px;width: 8px;transform: rotate( 270deg);transition: all 0.6s;margin-top: -3px;margin-left: 10px;}
#news .newsBOTTOM{ width:100%; display:inline-block;}
#news .newsBOTTOM .row{height:100%;}
#news .newsBOTTOM .row .newsBOTTOMM{display: grid;grid-template-columns: repeat(auto-fill,minmax(min(100%,var(--width)),1fr));}
#news .newsBOTTOM .row .newsCHURCH{padding:15px;width:100%;}
#news .newsBOTTOM .row .newsCHURCH .newsCHBG{background-repeat: no-repeat; background-position: center;background-size:cover; height:120px;border: 1px solid #eee;
    border-bottom: none;}
#news .newsBOTTOM .row .newsCHURCH:nth-child(1) .newsCHBG{background-image: url('../images/6.banner01.jpg');}
#news .newsBOTTOM .row .newsCHURCH:nth-child(2) .newsCHBG{background-image: url('../images/6.banner02.jpg');}
#news .newsBOTTOM .row .newsCHURCH:nth-child(3) .newsCHBG{background-image: url('../images/6.banner03.jpg');}
#news .newsBOTTOM .row .newsCHURCH:nth-child(4) .newsCHBG{background-image: url('../images/6.banner04.jpg');}
#news .newsBOTTOM .row .newsCHURCH .newsM{width: 100%;padding: 20px 25px;display: inline-block;border: 1px solid #eee;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody{display:inline-block; width:100%;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr{display:inline-table;width:100%;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td{padding: 4px 10px; font-size: 15px; font-weight:bold; color:#000; word-spacing:2px;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td a{text-decoration:none;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td h1{font-size: 17px; margin: 0;font-weight:bold;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td span{color:#7FC247}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td .circle{padding: 10px;background-color: #eee;border-radius: 50%;
position: relative;float: right;margin-left: 5px;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td .circle .caret{color: #000;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;
margin: 0;height: 8px;width: 8px;transform: rotate( 270deg);transition: all 0.6s;margin-top: -5px;margin-left: 3px;position: absolute;
top: 50%;left: 25%;text-align: center;display: block;}
#news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td:last-child{float:right;}

#community{position:relative;}
#community::after{content: "";background-color: #F9F9F9;background-position: bottom;background-size: 100%;position: absolute;
top: 50%;right: 0;text-align: center;width: 65%;height: 80%;border: none;display: block;transform: translate(0,-50%);z-index: -1;}
#community .container .row{margin:0;}
#community .communityTL .communityT{width: 100%;display: inline-flex;justify-content: space-between;padding: 10px 0;}
#community .communityTL .communityT p{margin:0;font-size:20px; color:#000; line-height:1.5; font-weight:bold;}

#community .communityTL #communitySD{position: relative;}
#community .communityTL #communitySD .slick-slide{}
#community .communityTL #communitySD .communityHF{position:relative;height:615px;}
#community .communityTL #communitySD .communityHFM{position:relative;}
#community .communityTL #communitySD .communityHF .communityBG{height: 615px;position: relative;background-size: cover;
background-position: 50% 50%;background-origin: border-box;background-repeat: no-repeat;overflow: hidden;}
#community .communityTL #communitySD .communityHFM .communityBTNM{width: 100%;display: inline-flex;justify-content: center;text-align:center;text-decoration:none;outline: none;}
#community .communityTL #communitySD .communityHFM .communityBTNM .communityBTN{font-size: 20px;position: relative;color: #fff;width:100%; padding: 15px 0;background-color:rgba(91,107,186,1);border:0px solid #000;margin:0px;}
#community .communityTL #communitySD .slick-dots{display: block;position: absolute;top: 10%;left: 10%;}
#community .communityTL #communitySD .slick-dots li{position: relative;display: inline-block;width: 20px;height: 20px;
margin: 0;padding: 0;cursor: pointer;}
#community .communityTL #communitySD .slick-dots li button{font-size: 0;line-height: 0;display: block;
width: 20px;height: 20px;padding: 5px;cursor: pointer;color: transparent;border: 0;outline: 0;background: 0 0;}
#community .communityTL #communitySD .slick-dots li button:before{font-size: 30px;line-height: 20px;position: absolute;
top: 0;left: 0;width: 20px;height: 20px;content: '•';text-align: center;opacity: .25;color: #fff;}
#community .communityTL #communitySD .slick-dots .slick-active button:before{opacity: .75;color: #fff;}
#community .communityTL #communitySD .communityHF .communityBG p{position: absolute;top: 18%;left: 10%;
font-size: 17px;letter-spacing: 1px;color: #fff;}
#community .communityTR .newF{padding: 50px 0;width: 100%;height: 615px;margin: 0;
display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
#community .communityTR .newFM{padding: 90px 0 0 90px;width: 100%;display: inline-flex;flex-wrap: wrap;justify-content: center;}
#community .communityTR .newFM .newFT{width: 100%; display: inline-block;margin-bottom:55px;}
#community .communityTR .newFM .newFT h1{width: 30%;margin: 0;display: inline-block;float: left;
font-size: 44px;font-weight: bold;letter-spacing: 2px;margin-right: 10px;}
#community .communityTR .newFM .newFT span{width: 68%;display: inline-block;float: right;font-size: 17px;letter-spacing: 0.5px; color:#000;}
#community .communityTR .newFM .newFUL{width: 100%;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-bottom:55px;}
#community .communityTR .newFM .newFUL li{float:left; text-align:center;}
#community .communityTR .newFM .newFUL li img{margin-bottom:30px;}
#community .communityTR .newFM .newFUL li p{letter-spacing: 0.5px;font-size:17px; margin:0;color:#000;font-weight:bold;}
#community .communityTR .newFM .newFUL .new-arrow img{margin:0;}
#community .communityTR .newFM .newFBTN{text-align: center;display: grid;width: 100%;float: left;justify-content: center;align-items: center;gap: 5px;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;}
#community .communityTR .newFM .newFBTNs{font-size:16px ; -ms-word-break: keep-all;
word-break: keep-all;}
#community .communityTR .newFM .newFBTN a{padding: 10px 10px 20px;text-decoration: none;position:relative;grid-column: auto / span 2;
color: #000;background-color: #fff;border: 1px solid #fff;letter-spacing: 1px; height:100% ;}
#community .communityTR .newFM .newFBTN a h1{font-size:24px;margin:0;line-height:1.5;text-align: center;width: 100%;border: none;display: block;word-break: keep-all; margin-top: 10px; }
#community .communityTR .newFM .newFBTN a:hover,
#community .communityTR .newFM .newFBTN a:focus{color:#fff;border-color:#1B4B7F}
#community .communityTR .newFM .newFBTN a:before{background-color:#1B4B7F;}


#utility{float:left;width:100%;margin-top:65px;}
#utility .row{margin:0!important;}
#utility .utilityM{display: grid;grid-template-columns: repeat(3, 1fr);width: 100%;}
#utility .utilityM .information{float: left;}
#utility .utilityM .information .informationBTN{display: inline-block;float: right;padding: 20px;font-size: 17px;text-decoration: none;}
#utility .utilityM .information .informationBTN:hover p,
#utility .utilityM .information .informationBTN:focus p{color:#fff; font-weight:bold;}
#utility .utilityM .information .informationBTN:before{background-color:#FF710F;}
#utility .utilityM .information .informationBTN p{margin:0; color:#000;letter-spacing:1px;word-break:keep-all;}
#utility .utilityM .smsBtn{text-align: center;display: flex;justify-content: center;}
#utility .utilityM .smsBtn a{padding: 30px;display: inline-block;position: relative;float: left;text-decoration:none;}
#utility .utilityM .smsBtn a img{position: absolute;top: 50%;text-align: center;transform: translate(0,-50%);left: 25%;display: inline-block;}





.view-more {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: middle;
    background: transparent;
    overflow: hidden;
    -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    font-weight: 100;
}

.view-more:hover:before {
-webkit-transform: translateX(0) skewX(-17.62deg);-ms-transform: translateX(0) skewX(-17.62deg);
transform: translateX(0) skewX(-17.62deg);-webkit-transform-origin: left top;
-ms-transform-origin: left top;transform-origin: left top;}

.view-more:before {
z-index: -1;content: "";display: block;width: 135%;height: 100%;position: absolute;left: 0;top: 0;
-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;-webkit-transform: translateX(-101%) skewX(-17.62deg);
-ms-transform: translateX(-101%) skewX(-17.62deg);transform: translateX(-101%) skewX(-17.62deg);-webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1),  -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
-webkit-backface-visibility: hidden;backface-visibility: hidden;}
@media (min-width:1500px) and (max-width:1599px) {
    #sub-sermon .documents .tab-content .sub-sermonL{left: 0%;}
    #sub-sermon .documents .tab-content .sub-sermonR{right: 0%;}
    #community::after{width:70%;}
}
@media (min-width:1200px) and (max-width:1499px) {
    #sermon .sermon-top .sermonR .sermonM{padding:25px;}
    #sermon .sermon-top .sermonR .sermonLIVEHF{padding: 0 20px;}
    #sub-sermon .sub-sermonHF ul li{width:25%;}
    #sub-sermon .documents .tab-content .sub-sermonL{left: 0%;}
    #sub-sermon .documents .tab-content .sub-sermonR{right: 0%;}
    #news .newsTOP .newsTR .newsNOTICE{padding:30px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM{padding: 20px 5px;}
    #news .newsBOTTOM .row .newsCHURCH .newsCHBG{height:100px;}
    #community::after{width:70%;}
    #community .communityTR .newFM{padding: 0 0 0 35px;}
}

@media (min-width:993px) and (max-width:1199px) {
    #sermon .sermon-top .sermonR .sermonM{padding:25px;}
    #sermon .sermon-top .sermonR .sermonLIVEHF{padding: 0 25px;}
    #sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeR p{font-size:17px;}
    #sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeL{font-size:20px;}
    #sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeL img{max-width: 100px;}
    #sub-sermon{padding: 40px 0 30px;}
    #sub-sermon .sub-sermonHF ul li{width:30%;}
    #sub-sermon .documents .tab-content .sub-sermonL{left: 0%;}
    #sub-sermon .documents .tab-content .sub-sermonR{right: 0%;}
    #sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonIMG{height:125px;}
    #news{margin-bottom: 60px;}
    #news .newsT h1{margin: 0 0 40px;font-size: 40px;}
    #news .newsTOP .newsTL .newsSD .newsSDM .slick-list .slick-slide > div,
    #news .newsTOP .newsTL .newsSD .newsSDM .slick-list .slick-slide .newsBG{height:335px;}
    #news .newsTOP .newsTR .newsNOTICE{padding:20px;height:335px;}
    #news .newsBOTTOM .row .newsCHURCH .newsCHBG{height:80px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM{padding:5px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td{padding:4px;font-size: 13px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td h1{font-size:15px;}
    #community .communityTR .newFM{padding: 0 0 0 20px;}
    #sub-sermon .sub-sermon .sub-sermonT > h1,
    #news .newsT h1,
    #community .communityTR .newFM .newFT h1{font-size:35px;}
    #community .communityTL #communitySD .slick-slide,
    #community .communityTL #communitySD .communityHF .communityBG,
    #community .communityTR .newF{height:555px;}
    #community::after{width:70%;}
    #utility{margin-top: 45px;}
	#community .communityTR .newFM .newFBTN a h1{font-size:17px;}
    #community .communityTR .newFM .newFBTNs{font-size:15px;}
}

@media (min-width:768px) and (max-width:992px) {
    #sermon .sermon-top .sermonR{height:375px;}
    #sermon .sermon-top .sermonR .sermonM{padding:40px;}
    #sermon .sermon-top .sermonR .sermonM .sermonTITLE{font-size:40px;line-height: 1.5;}
    #sermon .sermon-top .sermonR .sermonLIVEHF{padding: 0 40px;}
    #sub-sermon{padding: 40px 0 30px;}
    #sub-sermon .sub-sermon .sub-sermonT > h1{margin: 0 0 30px;}
    #sub-sermon .sub-sermonHF ul li{font-size:17px;width:33%;}
    #sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonIMG{height:130px;}
    #sub-sermon .sub-sermon .sub-sermonT > h1{font-size:30px;}
    #sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonSUB h5{font-size:17px;}
    #sub-sermon .documents .tab-content .sub-sermonL{left: 0%;}
    #sub-sermon .documents .tab-content .sub-sermonR{right: 0%;}
    #sub-sermon .sub-sermon .sub-sermonT > h1,
    #news .newsT h1,
    #community .communityTR .newFM .newFT h1{font-size:35px;}
    #community::after{width: 100%;height: 35%;top: 80%;}
    #community .communityTL #communitySD .communityHF .communityBG{height:800px;}
    #community .communityTR .newFM{padding:0;}
    #community .communityTR .newFM .newFT span{word-break:keep-all;}
    #news{margin-bottom: 30px;}
    #news .newsT h1{margin: 0 0 30px;}
    #news .newsTOP .newsTL{padding-right:0!important;}
    #news .newsTOP .newsTR{padding-left:0!important;}
    #news .newsTOP .newsTR .newsNOTICE{height:395px;}
    #news .newsBOTTOM .row .newsBOTTOMM{display:inline-block;}
    #news .newsBOTTOM .row .newsCHURCH{height:230px;width:inherit;}
    #news .newsBOTTOM .row .newsCHURCH .newsCHBG{width: 100%; float: left;height:80px;}
    #news .newsBOTTOM .row .newsCHURCH:nth-child(2){height: 200px;width:100%;}
    #news .newsBOTTOM .row .newsCHURCH:nth-child(3),
    #news .newsBOTTOM .row .newsCHURCH:nth-child(4){height: 160px;width:50%;}
    #news .newsBOTTOM .row .newsCHURCH:nth-child(3) .newsCHBG,
    #news .newsBOTTOM .row .newsCHURCH:nth-child(4) .newsCHBG{height:60px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM{width:100%; padding: 20px 5px;}
	#community .communityTR .newFM .newFBTN a h1{font-size:20px;}

}

@media (max-width:767px) {
    #sermon .sermon-top{margin: 20px 0;height: 205px;}
    #sermon .sermon-top .sermonR{height:150px;}
    #sermon .sermon-top .sermonR .sermonM{padding:5px 20px;}
    #sermon .sermon-top .sermonR .sermonM .sermonTITLE{font-size:20px;line-height:1.5;}
    #sermon .sermon-top .sermonR .sermonM .sermonDATA{font-size:15px;}
    #sermon .sermon-top .sermonR .sermonM .sermonBP{font-size:17px;}
    #sermon .sermon-top .sermonR .sermonLIVEHF{padding: 0 20px;height: initial;}
    #sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE{display:inline-block;}
    #sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeR p{font-size:15px;}
    #sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeL{font-size: 20px;padding: 10px 0;display: flex;flex-direction: row;justify-content: center;align-items: center;}
    #sermon .sermon-top .sermonR .sermonLIVEHF .sermonLIVE .timeL img{max-width:70px;}
	#sermon .sermon-top .sermonL{height:inherit;padding:37.25% 0%!important;position:relative;}
	#sermon .sermon-top .sermonL a{position: absolute;width: 100%;height: 100%;top: 0;right: 0;}
    #sermon .sermon-top .sermonL .sermonBG{background-size:100%;background-position: top;}
    #sermon .sermon-top .sermonL .sermonBTN1{max-width:80px;}
    #sub-sermon{padding: 20px 0 5px;}
    #sub-sermon .sub-sermon .sub-sermonT > h1{margin: 0 0 15px;}
    #sub-sermon .sub-sermonHF ul{display:inline-block;width:100%;}
    #sub-sermon .sub-sermonHF ul li{font-size:15px;width:50%;float:left;margin:0;}
    #sub-sermon .sub-sermonHF ul li a{padding:10px;}
    #sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonIMG{height:190px;}
    #sub-sermon .sub-sermon .sub-sermonT > h1{font-size:30px;}
    #sub-sermon .documents .tab-content .sub-sermonM .contentSlide a .sermonSUB h5{font-size:17px;}
    #sub-sermon .documents .tab-content .sub-sermonL{left: 0%;}
    #sub-sermon .documents .tab-content .sub-sermonR{right: 0%;}
    #sub-sermon .sub-sermonHF{margin-bottom: 20px;}
    #sub-sermon .sub-sermon .sub-sermonT > h1,
    #news .newsT h1,
    #community .communityTR .newFM .newFT h1{font-size:20px;}
    #community{background-color: #F9F9F9;}
    #community .communityTL .communityT p{font-size:17px;}
    #community .communityTL #communitySD .slick-slide,
    #community .communityTL #communitySD .communityHFM .communityBTNM .communityBTN{font-size:17px;}
    #community .communityTL #communitySD .slick-slide{height:inherit;}
    #community .communityTL #communitySD .communityHF .communityBG{background-size:100%;height:460px;}
    #community .communityTL #communitySD .slick-dots{top:5%;padding: 10px 0;}
    #community .communityTR .newF{height:inherit;padding: 20px 0;}
    #community .communityTR .newFM{padding:0;}
    #community .communityTR .newFM .newFT{margin-bottom: 20px;}
    #community .communityTR .newFM .newFT h1{margin: 10px;width:35%;}
    #community .communityTR .newFM .newFT span{word-break:keep-all;width:100%;}
    #community .communityTR .newFM .newFUL{display:inline-block!important; margin-bottom:20px;}
    #community .communityTR .newFM .newFUL li{width:50%;float:left;}
    #community .communityTR .newFM .newFUL li.new-arrow{display:none;}
    #community .communityTR .newFM .newFUL li p{font-size:14px;}
    #community .communityTR .newFM .newFUL li img{margin:15px 0;}
    #community .communityTR .newFM .newFBTN{width:95%;}
    #community .communityTR .newFM .newFBTN a{padding:15px 10px;grid-column: auto / span 3;}
    #community .communityTR .newFM .newFBTN a h1{font-size:17px;}
    #news{margin-bottom: 30px;}
    #news .newsT h1{margin: 0 0 15px;}
    #news .newsTOP .newsTL{padding-right:0!important;}
    #news .newsTOP .newsTL .newsSD .newsSDM .slick-list .slick-slide > div{height:190px;}
    #news .newsTOP .newsTL .newsSD .newsSDM .slick-list .slick-slide .newsBG{height:190px; background-size:100%;}
    #news .newsTOP .newsTL .newsSD .newsBTN .newsR #newsRHR,
    #news .newsTOP .newsTL .newsSD .newsBTN .newsL #newsLHR{margin: 15px 0; padding: 0px 20px;}
    #news .newsTOP .newsTL .newsSD .newsBTN .newsL img{left: 15%;}
    #news .newsTOP .newsTL .newsSD .newsBTN .newsR img{right:15%;}
    #news .newsTOP .newsTR{padding-left:0!important;}
    #news .newsTOP .newsTR .newsNOTICE{height:295px; padding:20px;}
    #news .newsTOP .newsTR .newsNOTICE .noticeT h1{font-size:20px;padding: 0 0 5px;}
    #news .newsTOP .newsTR .newsNOTICE .noticeM ul a li{font-size:15px;}
    #news .newsBOTTOM .row .newsCHURCH .newsCHBG{height:60px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM{padding:5px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td{padding:2px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td h1{font-size:15px;}
    #news .newsBOTTOM .row .newsBOTTOMM{display:inline-block;}
    #news .newsBOTTOM .row .newsCHURCH:nth-child(3),
    #news .newsBOTTOM .row .newsCHURCH:nth-child(4){width:50%;}
    #news .newsBOTTOM .row .newsCHURCH:nth-child(3) .newsCHBG,
    #news .newsBOTTOM .row .newsCHURCH:nth-child(4) .newsCHBG{height: 50px;background-position: right;}
    #news .newsTOP .row .photoM{flex-direction: column;gap: 20px;}
    #news .newsTOP .row .photoM a{width:100%;height: 195px;}
    #news .newsTOP .row .photoM a div h1{font-size:20px;top: 40%;}
    #news .newsTOP .row .photoM a div h5{font-size:17px;top: 65%;}
	#main-slider{margin-top:80px;}
	#community .communityTR .newFM .newFBTN a{grid-column: auto / span 4;}
    #news .newsTOP {margin-bottom: 20px;}

}

/*
@media (max-width:660px) {
	#sermon .sermon-top {height: 465px;}
	#news .newsTOP .row .photoM a {height: 460px;}
	#news .newsBOTTOM .row .newsCHURCH .newsCHBG {height: 110px;}
}
*/

@media (max-width:360px) {
	#sub-sermon .sub-sermonHF{margin-bottom:0;}
	#sermon .sermon-top .sermonR .sermonM .sermonTITLE{font-size:17px;line-height:1.5;}
    #sermon .sermon-top .sermonR .sermonM .sermonDATA{font-size:13px;}
    #sermon .sermon-top .sermonR .sermonM .sermonBP{font-size:15px;}
    #news {margin-bottom: 0px;}
    #news .newsTOP {margin-bottom: 10px;}
    #news .newsBOTTOM .row .newsCHURCH:nth-child(3), 
    #news .newsBOTTOM .row .newsCHURCH:nth-child(4){width:100%;}
    #news .newsBOTTOM .row .newsCHURCH .newsCHBG {height: 45px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td{font-size:11px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td h1 {font-size: 12px;}
    #community .communityTL #communitySD .communityHF .communityBG {height: 330px;}
    #community .communityTR .newFM .newFT h1{width:85%;}
}

@media (max-width:300px) {
    #sub-sermon .sub-sermonHF{margin-bottom:0;}
    #news {margin-bottom: 0px;}
    #news .newsTOP {margin-bottom: 10px;}
    #news .newsBOTTOM .row .newsCHURCH:nth-child(3), 
    #news .newsBOTTOM .row .newsCHURCH:nth-child(4){width:100%;}
    #news .newsBOTTOM .row .newsCHURCH .newsCHBG {height: 45px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td{font-size:11px;}
    #news .newsBOTTOM .row .newsCHURCH .newsM tbody tr td h1 {font-size: 12px;}
    #community .communityTL #communitySD .communityHF .communityBG {height: 330px;}
    #community .communityTR .newFM .newFT h1{width:85%;}
}
