﻿@keyframes move {
  from {
    transform: translateX(100px) scale(1.2);
    animation-timing-function: cubic-bezier(.2,0,.8,1);
  }
  to { transform: translateX(0px) scale(1); }
}
@-webkit-keyframes updown {
    0% {
        bottom: 0;
    }

    100% {
        bottom: 30px;
    }
}
@font-face {
    font-family: 'pretendard-bold';
    src: url('fonts/pretendard-bold.otf') format('opentype');
}
@font-face {
    font-family: 'pretendard-regular';
    src: url('fonts/pretendard-regular.otf') format('opentype');
}
@font-face {
    font-family: 'nanumsquareneo-brg';
    src: url('fonts/nanumsquareneo-brg.ttf') format('truetype');
}
@font-face {
    font-family: 'nanumsquareneo-cbd';
    src: url('fonts/nanumsquareneo-cbd.ttf') format('truetype');
}
@font-face {
    font-family: 'nanumsquareneo-deb';
    src: url('fonts/nanumsquareneo-deb.ttf') format('truetype');
}

@font-face {
    font-family: 'nanumsquareneo-deb';
    src: url('fonts/nanumsquareneo-deb.ttf') format('truetype');
}

@font-face {
    font-family: 'IropkeBatangM';
    src: url('fonts/IropkeBatangM.ttf') format('truetype');
}


@-webkit-keyframes arrayR {0%,100% {-webkit-transform:translate(15px,-50%);}50% {-webkit-transform:translate(15px,-50%);}}
@keyframes arrayR {0%,100% {transform:translate(0,-50%);}50% {transform:translate(15px,-50%);}}



.pretendardB{font-family: 'pretendard-bold';}
.pretendardR{font-family: 'pretendard-regular';}
.nanumBrg{font-family: 'nanumsquareneo-brg';}
.nanumCbd{font-family: 'nanumsquareneo-cbd';}
.nanumDeb{font-family: 'nanumsquareneo-deb';}
.no-padding {
    padding-right: 0;
    padding-left: 0;
}
.no-margin{margin-right:0; margin-left:0;}
/* common */


:root {
    --width1: 5;
    --width2: 3;
    --width3: 2;
}
.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;}
#mainSlider .swiper-wrapper img {width: 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: 105%;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;}

.view-more2 div {
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;}
.slider .slider-wrapper .slide img {width: 100%;}
.view-more2:hover div: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-more2 div:before { z-index: -1; content: ""; display: block; width: 135%; height: 105%; 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;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {background: none;}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {background: none;}
#main1{padding: 100px 0 100px; }
#main1 .main1T h1{margin:0;font-size: 27px;letter-spacing: 3px;word-spacing: 5px;margin:0 0 25px;}
#main1 .main1T h1 strong{font-size: 34px;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {display:none;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {display:none;}
#main1 .main1M .main1T:hover a{position:relative;
animation-name: updown;animation-duration:1s;animation-duration: leaner;animation-iteration-count:infinite;animation-direction:alternate;animation-fill-mode: forwards;}
#main1 .main1M{position: relative;display: inline-flex;}
#main1 .main1M2{position: relative;display: inline-flex; width: 100%; margin-top: 50px;}
#main1 .main1M .main1L{order:1;position:relative;aspect-ratio: 1411 / 365; width: 100%; background-repeat: no-repeat; background-position: 50% 50%;background-size: cover; }
#main1 .main1M .main1L .main1LM h1{margin: 0 0 30px;line-height: 1.5;font-size: 32px;color: #fff; font-weight: bold;}
#main1 .main1M .main1L .main1LM h2 { width: 65%;color: #fff; line-height: 2; font-size: 30px; white-space: normal; word-wrap: break-word; display: -webkit-box; word-break: keep-all; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical;}
#main1 .main1M .main1L .main1LM h5{margin: 20px 0 20px;line-height: 1.5;font-size: 22px;color: #fff;}
#main1 .main1M .main1L .main1LM h7{font-size: 20px;color: #fff;display: inline-flex;align-content: center;align-items: center;}
#main1 .main1M .main1R{order: 4;width: 42%;display: inline-flex;flex-wrap: wrap; flex-direction: column;  justify-content: space-between;}
#main1 .main1M .main1RB {display: inline-flex; width: 100%; justify-content: space-between; align-items: flex-end;}
#main1 .main1M .main1RB .main1RBOX { height: 87px; width: calc(100% / var(--width2) - 10px); display: inline-flex; position: relative; justify-content: center; align-items: center; gap: 10px; flex-direction: column; text-decoration: none; color: inherit; border: 1px solid #A5A396;}
#main1 .main1M .main1RBOX:before { background-color: #1250A7; transition: 0.8s all ease;}
#main1 .main1M .main1RBOX:hover h1 { color: #fff; transition: 0.3s all ease; font-weight: bold;}

#main1 .main1M .context h1 {font-size: 30px; font-weight: bold; margin: 0px; }
#main1 .main1M .context h2 {line-height: 1.5; font-weight: bold;  font-size: 55px; margin: 0px;  max-height: 100%; width: 100%;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; text-overflow: ellipsis; } 
#main1 .main1M .context h5 { font-size: 20px; margin: 0px; word-break: keep-all; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
#main1 .main1M .context {width: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; height: 100%; display: inline-flex; flex-direction: column;
justify-content: center;padding: 0 50px; grid-gap: 20px; color: #000; align-items: center;}
#main1 .main1M .context .text {text-align: center;}

#main1 .main1M .context a:hover img { -webkit-animation: shake-horizontal 2.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
    animation: shake-horizontal 2.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;}

#main1 .main1M .main1R .main1RM h1 {margin: 0px; font-size: 25px;}
#main1 .main1M .main1B {display: inline-flex; position: relative; justify-content: center; align-items: center; flex-direction: column; text-decoration: none; color: inherit;}
#main1 .main1M .main1R .main1RT{display: inline-flex;justify-content: flex-start;align-items: center;
width: 100%;gap: 20px;position: relative; padding: 5px 0;  border-top: 1px solid #b2b2b2;}
#main1 .main1M .main1R .main1RT:last-child {border-bottom: 1px solid #b2b2b2;}
#main1 .main1M .main1R .main1RT .ContentBox .date {font-size: 14px; color: #959595;}
#main1 .main1M .main1R .main1RT .ContentBox:hover {text-decoration: none;}
#main1 .main1M .main1R .main1RT .ContentBox {display: flex; align-items: flex-end; justify-content: space-between; width: 70%;}
#main1 .main1M2 .main1M2L {order: 1;width: 33%;display: inline-flex;flex-wrap: wrap;align-items: center;align-content: center;}
#main1 .main1M2 .main1M2L .main1M2T {display: inline-flex; justify-content: flex-start; align-items: center; padding: 20px 0; width: 100%; gap: 30px; position: relative;}
#main1 .main1M2 .main1M2R { order: 4; width: 70%;display: inline-flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content:space-between;
 position: absolute; right: 0px;   }
#main1 .main1M2 .main1M2L .main1M2T a { color: #000; font-size: 25px; transition: all .6s;}
#main1 .main1M2 .main1M2L .main1M2T a:hover { color: #fff;}
#main1 .main1M2 .main1M2R a { position:relative;  color: #fff}
#main1 .main1M2 .main1M2R a:nth-child(3) { margin-top: 49px;}
#main1 .main1M2 .main1M2R a:nth-child(4) { margin-top: 49px;}
#main1 .main1M2 .main1M2R span {width: 100%; text-align:center;  position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); font-weight: bold; font-size: 25px;}
#main1_5 {padding: 100px 0; }
#main1_5 #main1_5M .PhotoM { overflow: hidden; }
#main1_5 #main1_5M { position: relative;}
#main1_5 #main1_5M .PhotoP { position: absolute; z-index: 2; top: 50%; text-align: center; left: -6%; border: none; display: block; transform: translate(0,-50%);}
#main1_5 #main1_5M .PhotoN { position: absolute; z-index: 2; top: 50%; text-align: center; right: -6%;border: none; display: block; transform: translate(0,-50%);}
#main1_5 #main1_5M .PhotoM .PhotoIMG { display: block; position: relative; height: 300px; overflow: hidden; background-color: #000; margin: 0 auto; background-size: cover; background-position: 50% 50%; background-origin: border-box; background-repeat: no-repeat;}
#main1_5 #main1_5M .PhotoM .PhotoIMG .PhotoIMT { position: absolute; height: 100%; width: 100%; background: rgba(0,0,0,0.7); z-index: 3; top: 0; left: 0; display: none;}
#main1_5 #main1_5M .PhotoM .PhotoIMG .PhotoIMT h5 { font-size: 22px; color: #fff; margin: 0; position: absolute; top: 60%; text-align: center; left: 0%; width: 100%; border: none; display: block; transform: translate(0,-50%);}
#main1_5 #main1_5M .PhotoM .PhotoIMG .PhotoIMT h1 { font-size: 22px; margin: 0; color: #fff; position: absolute; top: 45%; text-align: center; left: 0%; width: 100%; border: none; display: block; transform: translate(0,-50%);}

#main1_5 .main1_5T {width: 100%; display: inline-flex; justify-content: space-between; margin-bottom: 50px;}
#main1 .main1M .main1R .main1RT .sermonST {
    display: inline-flex;
    flex-direction: column;
    width: 255px;
}
#main1 .main1M .main1R .main1RT .sermonST span{font-size:17px;line-height:1.5;color:#666666;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-break: break-all; width: 100%;text-overflow: ellipsis;}
#main1 .main1M .main1R .main1RT .sermonST .date {font-size: 15px;}
#main1 .main1M .main1R .main1RT .sermonST .more {margin: 0 5px; font-size: 15px;}
#main1 .main1M .main1R .main1RT .sermonSN { width: 30%; height: 90px; position:relative;}
#main1 .main1M .main1R .main1RT .sermonSN .play {position: absolute; width: 16px; height: 16px; bottom: 10px; right: 10px;}
#main1 .main1M .main1R .main1RT .sermonSN img { width: 100%; height: 90px; background-position: 50% 50%; background-size: cover; border: 0px;}
#main1 .main1M .main1R .main1RT .sermonST strong{font-size:24px;color:#000;}
#main1 .main1M .main1R .main1RT .sermonST strong{font-size:24px;color:#000;}
#main1 .main1M .main1RB .main1RBOX h1 {font-size: 15px;  text-align: center; margin: 0px;}
#main1 .main1M .main1R .main1RM { width: 100%; display: inline-flex; justify-content: space-between; padding-bottom: 5px; }
#main1 .main1RB {display: flex; justify-content: space-between; margin-top: 50px; }
#main1 .main1RB .main1RBOX { aspect-ratio: 451 / 249; padding: 30px; background-repeat: no-repeat; width: 31%; display: flex; grid-gap: 30px; flex-direction: column; grid-gap:40px; color: #fff; text-decoration: none; }
#main1 .main1RB .main1RBOX h1 {font-size: 30px; margin:0; position: relative; font-weight: bold;}
#main1 .main1RB .main1RBOX h2 {font-size: 26px; margin: 0px;  width: 100%; overflow: hidden; white-space: nowrap;  word-break: break-all; text-overflow: ellipsis; }
#main1 .main1RB .main1RBOX h3 {font-size: 22px; }




#main1{background-color:#fff;}
#main1 .main1T{text-align:center;}
#main1 .main1T h1{margin: 0;font-size: 46px;padding:80px 0 100px;}
#main1 .main1M{display: inline-flex;flex-direction: row; gap: 40px;width: 100%;overflow:hidden;}
#main1 .main1M .newsM{width:55%;} 
#main1 .main1M .newsM .newsMN{display: inline-flex;width: 100%;align-items: center;justify-content: space-between;padding-bottom: 5px;border-bottom: 3px solid #000;}
#main1 .main1M .newsM .newsMN .newsMR{display: inline-block;}
#main1 .main1M .newsM .newsMN .newsMR h1{margin: 0;font-size: 27px;letter-spacing: 0px;font-weight:bold;}
#main1 .main1M .newsM .newsMN .newsML{display: inline-block;}
#main1 .main1M .newsM .newsMN .newsML a{text-decoration:none;padding: 5px 15px;border-radius:50px;color:#000;text-decoration:none;}
#main1 .main1M .newsM .newsMN .newsML a:hover{color:#fff;}
#main1 .main1M .newsM .newsMN .newsML a:hover:before{background-color:#ED6D00;}
#main1 .main1M .newsM .newsMN .newsML .iSactive{color:#fff;}
#main1 .main1M .newsM .newsMN .newsML .iSactive:before{background-color:#ED6D00;
-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;}
#main1 .main1M .newsM .newsMN .newsML a li{font-size: 20px;}
#main1 .main1M .newsM .documents .tab-content .newsSD{overflow:hidden;}
#main1 .main1M .newsM .documents .tab-content .newsSD .swiper-slide{border-bottom:1px solid #9A9A9A;}
#main1 .main1M .newsM .documents .tab-content .newsT{display: inline-flex;align-items: center;width: 100%;}
#main1 .main1M .newsM .documents .tab-content .newsT .RegT{display: inline-flex;flex-direction: column;justify-content: center;padding: 30px;}
#main1 .main1M .newsM .documents .tab-content .newsT .RegT h1{margin: 0;font-size: 24px;font-weight: bold;color:#1F3984;text-align:center;}
#main1 .main1M .newsM .documents .tab-content .newsT .RegT h5{margin: 0;font-size: 17px;line-height: 1.5;color:#1F3984;}
#main1 .main1M .newsM .documents .tab-content .newsT h2{margin: 0;font-size: 28px;color:#000;}
#main1 .main1M .newsM .documents .tab-content .newsT .newsBT{padding: 22.5px;position: absolute;transform: translate(0,-50%);top: 50%;right: 5%;}
#main1 .main1M .newsM .documents .tab-content .newsT .newsBT .on,
#main1 .main1M .newsM .documents .tab-content .newsT .newsBT .off{position:absolute;top:0;left:0;}
#main1 .main1M .newsM .documents .tab-content .newsT .newsBT .on{position:absolute;top:0;left:0;opacity:0;transition:0.3s all ease;}
#main1 .main1M .newsM .documents .tab-content .newsT .newsBT .off{position:absolute;top:0;left:0;opacity:1;transition:0.3s all ease;}
#main1 .main1M .newsM .documents .tab-content .newsSD .swiper-slide:hover .newsT .newsBT .on{opacity:1;transition:0.3s all ease;}
#main1 .main1M .newsM .documents .tab-content .newsSD .swiper-slide:hover .newsT .newsBT .off{opacity:0;transition:0.3s all ease;}
#main1 .main1M .newsM .documents .tab-content .newsSD .swiper-slide-active .newsT .newsBT .on{opacity:1;transition:0.3s all ease;}
#main1 .main1M .newsM .documents .tab-content .newsSD .swiper-slide-active .newsT .newsBT .off{opacity:0;transition:0.3s all ease;}

#main1 .main1M .allNewsM{width:45%;}
#main1 .main1M .allNewsM .allNewsSD{height:470px;overflow:hidden;}
#main1 .main1M .allNewsM .allNewsSD .swiper-slide{padding:20px;border: 1px solid #D7D7D7;background-color: #FFF;transition:0.3s all ease;text-decoration:none;}
#main1 .main1M .allNewsM .allNewsSD .swiper-slide:hover,
#main1 .main1M .allNewsM .allNewsSD .swiper-slide-active{border: 1px solid #9B9B9B;background-color: #F6F7F9;transition:0.3s all ease;}
#main1 .main1M .allNewsM .allNewsSD .swiper-slide .allnewsT{position:relative;}
#main1 .main1M .allNewsM .allNewsSD .swiper-slide .allnewsT hr{margin: 5px 0 10px;width: 3%;border: 1px solid #ED6D00}
#main1 .main1M .allNewsM .allNewsSD .swiper-slide .allnewsT h1{margin: 0;font-size: 24px;line-height: 1.5;color:#000;}
#main1 .main1M .allNewsM .allNewsSD .swiper-slide .allnewsT h4{margin: 0;font-size: 17px;color:#000;font-weight:bold;letter-spacing:0px;}
#main1 .main1M .allNewsM .allNewsSD .swiper-slide .allnewsT h5{margin: 0;font-size: 17px;position: absolute;bottom: 0;right: 0;color: #737373;}


#main2 { padding-top: 100px;}
#main2 .main2RT { display: flex; flex-direction: column; grid-gap: 50px;}
.main2RT h1 { text-align: center; margin: 0px; font-size: 65px; letter-spacing: 3px;}
.main2RT h3 {text-align: center; margin: 0px; font-size: 21.5px; color: rgba(0, 0, 0, 0.6); display: flex; justify-content: center; align-items: center; grid-gap: 5px;}
.main2RT h3 .bar {width: 1px; height: 20px; margin: 0 5px; background:  rgba(0, 0, 0, 0.6); display: inline-block; }
.main2RT h2 { text-align: center; margin-top: 5px;  font-size: 33.5px; word-break:keep-all; }
.main2RT h2 .green { color: #397b2c; font-size: 51.5px;}
#main2 .main2RB { display: inline-flex; justify-content: space-around; align-items: center; width: 100%; gap: 30px; margin-top: 50px;}
#main2 .main2RBT { text-align: center; width: 15%; display: flex; flex-direction: column; grid-gap: 10px;}
#main2 .main2RBT p {font-size: 30px; color: #000; }
#main2 .main2RBT a {display:flex; flex-direction: column; grid-gap: 15px;  align-items: center;}
#main2 .main2RBT a img {width: 90px; }
#main2 .main2RBT a:hover {text-decoration: none;}
#main2 .main2RBT h5 {margin: 5px 0; color: #9A9997; font-weight: normal; word-break:keep-all;}
#main2 .main2RBT a:hover p  { text-decoration: underline; text-underline-offset: 10px;}


/*#main2 .main2RBT .up {margin: 14px 0;}*/
#main2 .welcomeM { display: inline-flex; justify-content: center; align-items: center; gap: 70px; width: 100%; }
#main2 .welcomeM a { text-align: center; text-decoration: none; color: #000;}
#main2 .welcomeM a .welcomeBT { padding: 70px; position: relative; display: inline-block; background-color: #fff; border-radius: 50%; transition: all .2s;}
#main2 .welcomeM a .welcomeBT .on, #main2 .welcomeM a .welcomeBT .off { padding: 32.5px; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; transform: translate(-50%, -50%);}
#main2 .welcomeM a:hover .welcomeBT:before { background-color: #124FA7;}
#main2 .welcomeM a .welcomeBT .on { opacity: 0; transition: 0.3s all ease;}
#main2 .welcomeM a .welcomeBT .off { opacity: 1; transition: 0.3s all ease;}
#main2 .welcomeM a:hover .off { opacity: 0; transition: 0.3s all ease;}
#main2 .welcomeM a:hover .on { opacity: 1; transition: 0.3s all ease;}
#main2 .welcomeM a h1 { margin: 0; font-size: 20px; line-height: 2.5; font-weight: bold; letter-spacing: 0px; text-align: center;}

#main3 { padding: 90px 0;}
#main3 .container{position:relative;z-index:1;}
#main3 .main3T { color: #000;}
#main3 .main3T h1{margin: 0;font-size: 46px; }
#main3 .main3T h5{margin: 0;font-size: 20px; padding:20px 0 20px; word-break: keep-all;}
#main3 .main3M .newM { display: inline-flex; justify-content: center; grid-gap: 50px; align-items: baseline; width: 100%;}
#main3 .main3M .newM .main3L {justify-content: flex-end; aspect-ratio: 518 / 450; background-repeat: no-repeat; width: 36%; display: flex; grid-gap: 30px; flex-direction: column; grid-gap: 40px; color: #fff; text-decoration: none;}
#main3 .main3M .newM .main3R {justify-content: flex-end; aspect-ratio: 518 / 450; background-repeat: no-repeat; width: 36%; display: flex; grid-gap: 30px; flex-direction: column; grid-gap: 40px; color: #fff; text-decoration: none;}
#main3 .main3M .newM .context {padding: 30px; background:rgba(110, 135, 93, 0.8); text-align: center; }
#main3 .main3M .newM .context h1 {font-size: 30px; font-weight: bold; }
#main3 .main3M .newM .context h4 {line-height: 1.3;}
#main4 {padding: 100px 0;}
#main4 .main4T h1 { text-align: center; margin: 0px; font-size: 65px; font-weight: bold;}
#main4 .main4B { display: inline-flex; justify-content: space-around; align-items: center; width: 100%; gap: 30px; margin-top: 50px;}
#main4 .main4B .main4C .main4RBT { justify-content: flex-end; aspect-ratio: 261 / 261; border-radius: 50%; background-repeat: no-repeat; width: 100%; display: flex; grid-gap: 30px; flex-direction: column; grid-gap: 40px; color: #fff; text-decoration: none;}
#main4 .main4B .main4C {width: 18%; display: flex; flex-direction: column; align-items: center;}
#main4 .main4B .main4C h1 {font-size: 30px; font-weight: bold;}



#main5{padding: 100px 0; background: #F4EFE9; }
#main5 .main5T h1{text-align: center; font-weight: bold; font-size: 65px; margin: 0px; }

#main5 .PhotoM { overflow: hidden; position: relative; margin-top: 15px;}
#main5 .PhotoM .PhotoIMG {/*width: 432px; height: 306px;*/  display: block; position: relative; aspect-ratio: 432/306; overflow: hidden; background-color: #000; margin: 0 auto; background-size: cover; background-position: 50% 50%; background-origin: border-box; background-repeat: no-repeat;}
#main5 .main5B { display: inline-flex; justify-content: space-around; align-items: center; width: 100%; gap: 30px; margin-top: 50px;}
#main5 .main5B .main5C {width: 22%;}
#main5 .PhotoM .PhotoIMG .PhotoIMT { position: absolute; height: 100%; width: 100%; background: rgba(0, 0, 0, 0.7); z-index: 3; top: 0; left: 0; display: none;}
#main5 .PhotoM .PhotoIMG .PhotoIMT h1 { font-size: 20px; margin: 0; color: #fff; position: absolute; top: 50%; text-align: center; left: 0%; width: 100%; border: none; display: block; transform: translate(0, -50%);}
#main5 .PhotoM .PhotoIMG .PhotoIMT h5 { color: #fff; font-size: 20px; margin: 0; color: #fff; position: absolute; top: 70%; text-align: center; left: 0%; width: 100%; border: none; display: block; transform: translate(0, -50%);}
#main5 .main4R .ms2-box a { color: #4e4e4f; text-decoration: none;}
#main5 .main5B .main5C > h1 { text-decoration-thickness: 1px;   margin-bottom: 30px;  text-decoration: underline; text-underline-offset: 10px;  position:relative;  font-size: 30px; font-weight: bold; text-align: center; display: flex; align-items: center; justify-content: center; }




@media (max-width:1699px) 
{
    #main1 .main1M .main1L {padding: 15px;}
    #main2 { padding-top: 50px;}
    #main2 .main2RT {grid-gap: 25px;}
    #main2 .main2RB { margin-top: 25px;}
    #main3 .main3M .newM .context {padding: 15px;}
    .main2RT h1 {font-size: 40px;}
    .main2RT h2 .green {font-size: 30px;}
    .main2RT h2 {font-size: 25px; }
    #main2 .welcomeM {grid-gap: 30px;}
    #main6 .PhotoN {right: -2%;}
    #main6 .PhotoP {left: -2%;}
    #main2 .main2RBT a img {width: 75px;}
    #main2 .main2RBT p {font-size: 20px;}
    #main1 .main1M .context h1 {font-size: 25px;}
    #main1 .main1M .context h2 {font-size: 35px;}
    #main1 .main1M .context .text h4 {font-size: 16px;}
    #main1 .main1RB .main1RBOX {padding: 15px;}
    #main1 .main1RB .main1RBOX h1 {font-size: 25px;}
    #main1 .main1RB .main1RBOX h2 {font-size: 20px;}
    #main3 .main3M .newM .context h1 {font-size: 25px;}
    #main3 .main3M .newM .context h4 {font-size: 16px;}
    #main4 .main4T h1 {font-size: 40px;}
    #main4 .main4B .main4C h1 {font-size: 25px;}
    #main5 .main5T h1 {font-size: 40px;}
    #main5 .main5B .main5C > h1 {font-size: 25px;}
}

@media (max-width:1499px) {
    #main2 .welcomeM a .welcomeBT {padding:50px;}
    #main1 .main1M .main1R .main1RB {
        grid-gap: 15px;
    }
    #main6 .PhotoN {right: 1%;}
    #main6 .PhotoP {left: 1%;}
	#main3 .sermonM .sermonL{background-size: contain;height:395px;}
	#main5 .main5M .main5R{padding:50px;}
}

@media (max-width:1199px) {
    #main2 .main2RT {grid-gap: 15px;}
    #main1 .main1RB {margin-top: 25px;}
    #main4 {padding: 50px 0;}
    #main3 .main3M .newM .main3L {width: 46%;}
    #main3 .main3M .newM .main3R {width: 46%;}
    #main3 .main3M .newM {grid-gap: 25px;}
    #main3 .main3M .newM .context h1 {margin: 0px;}
    #main5 .value {width: 100%;}
    #main1 .main1M .main1L {width: 100%;}
    #main1 {padding: 50px 0;}
    #main6 .galleryb {width: 100%;}
    #main5 .main5M .main5L .main5LB {padding: 15px;}
    #main5 .main5T h1 {font-size: 30px;}
    #main4 .main4T h1 {font-size: 30px;}
    #main4 .main4TB {grid-gap: 20px;}
    #main4 .main4TB .main4B div h5 {font-size: 20px;}
    #main4 .main4TB .main4B div {padding: 15px; background-size: cover;}
    #main3 .main3MF .main3MB {width: 200px; height: 50px; }
    #main3 .main3MF .main3MB h5 {font-size: 17px;}
    #main3 .main3M .newM .arrow {width: 100px;}
    #main2 .welcomeM a h1 {font-size: 18px;}
    #main3 .main3T h1 {font-size: 35px;}
    #main1 .main1M .context h2 {font-size: 25px;}
    #main1 .main1M .main1R .main1RB {grid-gap: 50px;}
    #main1 .main1M .main1R .main1RT .sermonSN{ width: 200px;}
    #main1 .main1M .main1R .main1RT .sermonST {width: 70%;}
    #main1 .main1M .main1R {width: 100%;}
    #main4 .main4TB .main4B {height: 170px;}
    #main2 .welcomeM a {display: inline-flex; position: relative; flex-direction: column; height: auto;}
    #main2 .welcomeM { flex-wrap: wrap; grid-gap: 20px;}
	#main1 .main1T h1 {padding: 45px 0;}
	#main1 .main1M {padding-bottom: 50px;flex-direction: column;}
	#main1 .main1M .newsM{width:100%;}
	#main1 .main1M .allNewsM{width:100%;}
	#main3 .sermonT h1 {padding: 40px 0;}
	#main3 .sermonM{flex-direction: column-reverse;padding-bottom: 30px;}
	#main3 .sermonM .sermonR{width:100%;padding: 30px;}
	#main3 .sermonM .sermonL{width: 100%;position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;}
	#main3 .sermonM .sermonR .sermonRM h1 {padding: 30px 0;}
	#main5 .main5M .main5R{padding:50px;background-repeat: no-repeat;background-position: center;background-size: cover;}
	#main5 .main5M .main5L {background-repeat: no-repeat;background-position: center;background-size: cover;}
	#main4 .storyT h1 {padding: 40px 0;}
	.WechurchM .WechurchBM {padding: 20px 10px;}
	.storyM .GalleryM .GalleryS a .galleryIMG {height: 225px;}
	.WechurchM{gap:25px;}
	.WechurchM .WechurchBM h5 {padding-bottom: 20px;}
	#main5 {padding-bottom: 60px;}
}

@media (max-width:992px) {
    #main1 .main1M .context h1 {font-size: 20px;}
    #main2 .main2RBT a {grid-gap: 5px;}
    #main2 .main2RBT a img {width: 60px;}
    #main5 .main5B {margin-top: 25px;}
    #main5 .main5B .main5C > h1 {margin-top: 0px;}
    #main4 .main4B {margin-top: 25px;}
    #main4 .main4B .main4C h1 {font-size: 20px;}
    #main2 .main2RB {justify-content: space-between; grid-gap: 15px;}
    #main4 li p {width: 65%;}
    #main4 .main4R .ms2-box .column {padding: 55px 15px;}
    #main2 .welcomeM a {display:inline-block;}
    #main7 .main7B {grid-gap: 20px; padding-bottom: 40px; display: grid; justify-content: center; align-items: center; width: 100%; grid-template-columns: repeat(auto-fill, minmax(min(100%, 30%), 1fr));}
    #main6 .PhotoN {right: -2%;}
    #main6 .PhotoP {left: -2%;}
    #main6 .gallery-tab li a div {font-size: 16px;}
    #main5 .main5M .news_img h3 {font-size: 18px;}
    #main5 .main5M .main5L .main5X {grid-gap: 20px;}
    #main5 .main5M .main5MB {width: 20%;}
    #main5 .main5M .news_img {padding: 0 15px;}
    #main4 .main4TB .main4B div h5 {font-size: 18px;}
    #main3 .main3T h1 {font-size: 30px;}
    #main3 {padding: 50px 0;}
    #main2 .welcomeM a .welcomeBT {padding: 45px;}
    #main2 .welcomeM a h1 {font-size: 16px;}
    #main2 .welcomeM {justify-content: center; grid-gap: 10px;}
	#main1 .welcomeT h1{font-size:32px;}
	#main1 .welcomeT h4{font-size:20px;}
	#main1 .welcomeT h5{font-size:24px;}
	#main1 .welcomeM {gap: 20px;}
	#main1 .main1M {padding-bottom: 25px;}
	#main1 .main1T h1{font-size:32px;}
	#main1 .main1M .newsM .newsMN .newsMR h1{font-size:24px;}
	#main1 .main1M .newsM .documents .tab-content .newsT h2{font-size:20px;}
	#main1 .main1M .newsM .documents .tab-content .newsT .RegT{padding: 15px;}
	#main1 .main1M .newsM .documents .tab-content .newsT .RegT h1{font-size:20px;}
	#main1 .main1M .allNewsM .allNewsSD{height: 375px;}
	#main1 .main1M .allNewsM .allNewsSD .swiper-slide .allnewsT h1{font-size:20px;}
	#main3 .sermonT h1 {padding: 20px 0;font-size:32px;}
	#main3 .sermonM .sermonR .sermonRM h1{font-size:32px;}
	#main3 .sermonM .sermonR .sermonRM h3{font-size:24px;}
	#main4 .storyT h1{font-size:32px;}
	#main4 .storyM {flex-direction: column;gap:30px;}
	#main4 .storyM .GalleryM{width:100%;}
	#main4 .WechurchM{width:100%;padding: 30px;}
	#main4 .WechurchM .WechurchT h1{font-size:24px;}
	#main5 {padding: 50px 0;}
	#main5 .main5M .main5R .main5RM h1{font-size:32px;}
	#main5 .main5M .main5R .main5RM .main5RBT{width:35%;}
	#main5 .main5M .main5R .main5RM .main5RBT a{font-size:20px;}
	#main5 .main5M .main5L .main5LM h1{font-size:32px;}
	#main5 .main5M .main5L .main5LM .main5LBT a{font-size:20px;}
}

@media (max-width:767px) {
    .main2RT h2 .green {font-size: 25px; }
    .main2RT h2 {font-size: 20px; }
    #main3 .main3M .newM .context h1 {font-size: 20px; }
    #main1 .main1M .main1L {aspect-ratio: 2/1;}
    #main2 .main2RBT a img { width: 55px;}
    .main2RT h3 .bar {height: 13px; }
    .main2RT h3 {font-size: 17px; }
    .main2RT h2 {margin-top: 10px; margin-bottom: 0px; }
    #main5 .main5B .main5C > h1 {font-size: 20px; }
    #main4 .main4B .main4C h1 {font-size: 17px; }
    #main1 .main1RB .main1RBOX h2 {font-size: 18px; }
    #main1 .main1RB .main1RBOX h3 {font-size: 15px; }
    #main5 .main5B {flex-direction: column; }
    #main5 .main5B .main5C {width: 100%; }
    #main4 .main4B {margin-top: 0px; grid-gap: 5px; }
    #main4 .main4B {flex-wrap: wrap;}
    #main4 .main4B .main4C { width: calc(100% / var(--width2) - 10px);}
    #main3 .main3M .newM .main3L {width: 50%;}
    #main3 .main3M .newM .main3R {width: 50%;}
    #mainSlider {margin-top:0px;}
    .slider .move-btn {background: transparent !important;}
    #main1 .main1M .context {justify-content: space-around;}
    #main2 .main2RBT img {width: 35px;}
    #main2 .main2RBT p {font-size:14px;}
    #main3 {padding: 25px 0;}
    #main3 .main3T h5 {padding: 10px 0 10px;}
    #main3 .main3M .newM .new {margin-top: 15px;}
    #main2 .main2RBT p {margin: 0px;}
    #main2 .main2RBT:first-child p {margin: 0px;}
    #main1 .main1M .context h2 {width: 100%;}
    #main1 .main1M .context {grid-gap: 5px;}
    #main4 .main4R .ms2-box .column {height: auto;}
    #main1 .main1M .main1R .main1RT .sermonST {width: 64%;}
    #main1 .main1M .main1R .main1RT {grid-gap: 10px;}
    #main1 .main1RB .main1RBOX h1 {font-size: 20px;}
    #main4 .PhotoM .PhotoIMG {width: 100%;}
    #main4 .main4R .ms2-box .column .content h2 {font-size: 17px;}
    #main4 .main4R .ms2-box .column .content h1 {font-size: 20px;}
    #main3 .main3M .newM .new h3 {margin-top: 10px; font-size: 20px;}
    #main3 .main3M .newM .new h4 {margin: 5px 0; font-size: 16px;}
    #main1 .main1M {padding-bottom: 0px;}
    #main1 .main1RB .main1RBOX {width: 100%; background-size: cover; grid-gap: 20px; }
    #main1 .main1RB {flex-direction: column; background-size: cover; grid-gap: 25px; margin-top: 25px;}
    #main4 .main4R .col-xs-12 {padding: 0px;}
    #main2 .main2RB {flex-wrap: wrap;margin-top: 15px; }
    #main2 .main2RBT {width: calc(100% / var(--width2) - 10px);}
    .main2RT h1 {font-size: 25px; word-break: keep-all;}
    #main3 .main3M .newM .new {width: 49%;}
    #main3 .main3M .newM {flex-wrap: wrap; grid-gap: 10px; }
    #main4 .main4R {display: flex; flex-direction: column; grid-gap: 25px;}
    #main1 .main1M .context .text {grid-gap: 10px;}
    #main2 .welcomeM a h1 {font-size: 15px;}
    #main2 .welcomeM a .welcomeBT .on, #main2 .welcomeM a .welcomeBT .off {padding: 23px;}
    #main2 .welcomeM a .welcomeBT {padding: 38px;}
    #main6 .PhotoM .PhotoIMG {width: 140px; height: 130px;}
    #main6 .PhotoM .PhotoIMG .PhotoIMT h1 {font-size: 15px;}
    #main5 .main5M .main5L .main5LB .notice_img {height: 70px;}
    #main5 .main5M .main5L .main5LB {height: 230px;}
    #main5 .main5M .main5L .main5LB .text {-webkit-line-clamp: 3;}
    #main5 .main5M {grid-gap: 10px;}
    #main5 .main5M .news_img h3 {font-size: 15px;}
    #main5 .main5M .news_img h2 {font-size: 20px;}
    #swiperSlider63 .swiper-pagination {bottom: 10px !important;}
    .swiper-button-next img {width: 20px;}
    .swiper-button-prev img {width: 20px;}
    #main1 .main1M .main1R .main1RT .sermonST span {font-size: 15px;}
    #main1 .main1M .main1R .main1RM h1 {font-size: 20px;}
    #main3 .main3MF .main3MB h5 {font-size: 15px;}
    #main3 .main3T h1 {font-size: 20px;}
    #main3 .main3T h5 {font-size: 16px;}
    #main3 .main3M .newM .new p {font-size: 14px;}
    #main1 .main1M .main1R .main1RT .sermonSN {width: 34%;}
    #main1 .main1M .main1B {height: 115px;}
    #main1 .main1M .context h5 {font-size: 17px;}
    #main5 .main5T h1 {font-size: 25px;}
    #main6 .gallery-tab li.active a:after {bottom: -2px;}
    #main6 .gallery-tab li {width: 33%; float: left;}
    #main6 .gallery-tab li {border: none;}
    #main6 .gallery-tab {display: inline-block;}
    #main4 .main4T h1 { font-size: 25px;}
    #main4 .main4T {padding-bottom:15px; }
    #main3 .main3MF {margin-top: 20px;}
    #main1 .main1M .main1RB .main1RBOX h1 {font-size: 16px;}
    #main4 .main4TB {grid-template-columns: repeat(auto-fill, minmax(min(100%, 25%), 1fr));}
     #main6 .PhotoP {top: 67%}
    #main6 .PhotoN {top: 67%;}
    #main1 .main1M .context {padding: 0 15px; }
    #main1 .main1M {grid-gap: 15px;}
    #main1 .main1M .main1R .main1RM {margin-top: 10px;}
    #main1 {padding-bottom: 25px; padding-top: 0px; }
    #main2 {padding: 25px 0;}
    #main1 .main1M .main1R .main1RB {grid-gap: 15px; }
    #main6{ margin-top: 20px;}
    #main5 .main5M .news_img {background-size: contain; height: 110px; grid-gap: 5px;}
    #main5 .main5M .news_img img {width: 10px;}
    #main5 .main5M .main5MB {width: 100%;}
    #main3 .main3MF .main3MB {width: 30%;}
    #main3 .main3M .newM .arrow {width: 70px;}
	#main1 .welcomeT img {padding: 20px 0 10px;}
	#main1 .welcomeT h1{font-size:24px;}
	#main1 .welcomeT h4{font-size:15px;padding-bottom: 20px;}
	#main1 .welcomeT h5{font-size:20px;}
	#main1 .welcomeM.visible-xs {gap: 20px;flex-wrap: wrap;padding-bottom: 20px;display: inline-flex!important;}
	#main1 .welcomeM a h1{font-size:15px;}
	#main1 .welcomeM a .welcomeBT {padding: 40px;}
	#main1 .main1T h1{font-size:24px;padding: 20px 0;}
	#main1 .main1M .newsM .newsMN{flex-direction: column;gap: 10px;}
	#main1 .main1M .newsM .newsMN .newsMR h1{font-size:20px;}
	#main1 .main1M .newsM .newsMN .newsML a{padding: 5px 10px;}
	#main1 .main1M .newsM .newsMN .newsML a li{font-size:15px;}
	#main1 .main1M .newsM .documents .tab-content .newsT h2{font-size: 15px;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;width: 45%;word-break: keep-all;}
	#main1 .main1M .newsM .documents .tab-content .newsT .RegT{padding: 10px;}
	#main1 .main1M .newsM .documents .tab-content .newsT .RegT h1{font-size:15px;}
	#main1 .main1M .newsM .documents .tab-content .newsT .newsBT {padding: 15.5px;}
	#main1 .main1M .allNewsM .allNewsSD{height: 315px;}
	#main1 .main1M .allNewsM .allNewsSD .swiper-slide {padding: 15px;}
	#main1 .main1M .allNewsM .allNewsSD .swiper-slide .allnewsT h1{font-size: 15px;word-wrap: break-word;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;width: 65%;overflow: hidden;}
	#main3 .sermonT h1{font-size:24px;}
	#main3 .sermonM .sermonR {padding: 15px;}
	#main3 .sermonM .sermonR .sermonRM h1{font-size:24px;padding: 15px 0;}
	#main3 .sermonM .sermonR .sermonRM h3{font-size:20px;}
	#main3 .sermonM .sermonR .sermonRM .sermonB .sermonBP h2{font-size:17px;}
	#main4{padding: 25px 0;}
	#main4 .storyT h1{font-size:24px;padding: 20px 0;}
	#main4 .storyM {flex-direction: column;gap:10px;}
	#main4 .storyM .GalleryM{width:100%;}
	#main4 .WechurchM{width:100%;padding: 15px;gap: 15px;}
	#main4 .WechurchM .WechurchT h1{font-size:20px;}
	#main4 .WechurchM .WechurchBT a {padding: 15px 10px;}
	#main4 .WechurchM .WechurchBT a h1 {font-size: 17px;}
	#main4 .WechurchM .WechurchBM h5{font-size: 17px;}
	#main5 {padding: 25px 0 ;}
	#main5 .main5M {flex-direction: column;}
	#main5 .main5M .main5R{width:100%;height: inherit;padding: 20px;}
	#main5 .main5M .main5R .main5RM h1{font-size:24px;}
	#main5 .main5M .main5R .main5RM h5{font-size:15px;padding-bottom:20px;}
	#main5 .main5M .main5R .main5RM .main5RBT{width:35%;position: relative;}
	#main5 .main5M .main5R .main5RM .main5RBT a{font-size:15px;}
	#main5 .main5M .main5L{width:100%;height: inherit;}
	#main5 .main5M .main5L .main5LM h1{font-size:24px;}
	#main5 .main5M .main5L .main5LM h5{font-size:15px;padding-bottom: 55%;}
	#main5 .main5M .main5L .main5LM .main5LBT{position:relative;}
	#main5 .main5M .main5L .main5LM .main5LBT a{font-size:15px;}
	#main4 .galleryTP .galleryT h1{font-size:20px;}
	#main4 .galleryTP .galleryT h5{font-size:17px;}
	.storyM .GalleryM .GalleryS a .galleryT h2{font-size:20px;}
	.storyM .GalleryM .GalleryS a .galleryT h5{font-size:17px;}
}

@media (max-width:550px) {
        #main4 .main4B .main4C { width: calc(100% / var(--width3) - 10px);}
    #main3 .main3M .newM {flex-direction: column; }
    #main3 .main3M .newM .main3L {width: 100%;}
    #main3 .main3M .newM .main3R {width: 100%;}
    #main3 .main3M .newM .new {width: 48%;}
    #main1 .main1M .main1R .main1RT .sermonSN img {height: 80px;}
    #main1 .main1M .main1R .main1RT .sermonSN {height: 80px;}
    #main1 .main1M .main1R {grid-gap: 10px;}
    #main1 .main1M .main1L .play  img {width: 15px;}
    #main1 .main1M .main1B {height: 95px;}
    #main1 .main1M .context h5 {font-size: 15px;}
    #main1 .main1M .main1RB .main1RBOX h1 {font-size: 15px;}
    #main2 .welcomeM a .welcomeBT {padding: 35px;}
    #main2 .welcomeM a .welcomeBT .on, #main2 .welcomeM a .welcomeBT .off {padding: 24.5px;}
    #main2 .welcomeM a h1 {font-size: 15px;}
    .swiper-button-next img {width: 10px;}
    .swiper-button-prev img {width: 10px;}
    #main7 .main7B {grid-gap: 10px;}
    #main1 .main1M .main1R .main1RB {grid-gap: 20px; display: grid; justify-content: center; align-items: center; width: 100%; grid-template-columns: repeat(auto-fill, minmax(min(100%, 25%), 1fr));}
    #main1 .main1M .main1RB .main1RBOX {height: 75px; width: 100%; grid-gap: 5px;}
    #main3 .main3MF .main3MB {width:40%;}
    #main4 .main4TB { grid-template-columns: repeat(auto-fill, minmax(min(100%, 41%), 1fr));}
    #main5 .main5M .main5L .main5LB .text {width: 100%;}
    #main5 .main5M .main5L .main5LB .content {width: 100%;}
    #main5 .main5M .main5L .main5LB {width: 100%; background-repeat: no-repeat; background-size: cover; margin-top: 20px; grid-gap: 15px;}
    #main5 .main5M .main5L .main5X {display: inline-block;}
    #main3 .main3M .newM .arrow {width: 50px;}
}