@charset "utf-8";

/* common */
section{
    width: calc(100% - 20px);
    margin: 0 auto;
    word-break: keep-all;
}
#visual {
    position: relative;
    width: 100%; height: 200px;
    background: url(/img/sub/sub1_visual.png) no-repeat center/cover;
    margin: 0 auto;
}
.visInner h3 span {
    display: inline-block; margin: -6px;
    animation: 0.5s titAni;
    opacity: 0;
    animation-fill-mode: forwards;
}
.visInner h3 span:nth-child(2) {animation-delay: .2s;}
.visInner h3 span:nth-child(4) {animation-delay: .5s;}
.visInner h3 span:nth-child(5) {animation-delay: .2s;}
.visInner h3 span:nth-child(7) {animation-delay: .5s;}
@keyframes titAni {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.visInner .sub {
    position: absolute;
    bottom: 48px; right: 33px;
}
.visInner .sub {
    position: absolute;
    bottom: 48px;
    right: 33px;
}
.visInner .sub li a {
    position: relative;
    display: block;
    margin-top: 21px;
    font-size: 2rem; color: #fff;
    font-weight: 700;
    text-align: right;
    opacity: 0;
    animation: 0.5s subAni 0.4s forwards;
}
.visInner .sub li a.now:before {
    position: absolute;
    content: '';
    top: 50%; right: -20px; transform: translateY(-50%);
    width: 5px; height: 5px;
    border-radius: 3px;
    background: #fff;
}
@keyframes subAni {
    0% {opacity: 0; transform: translateY(8px);}
    100% {opacity: 1; transform: translateY(0);}
}
.tit {margin-bottom: 32px;}
.tit h3 {margin-bottom: 17px; font-size: 3.2rem; font-weight: 400;}
.tit p {font-size: 1.6rem; font-weight: 400; line-height: 25px;}

/** sub1 **/
/* sub1_1 WHY */
.whyInner {padding: 40px 4.533% 0;}
.whyInner > p {
    display: inline-block;
    margin-bottom: 23px;
    font-size: 2.3rem; line-height: 32px;
    font-weight: 300;
}
.whyInner > p i {
	position: relative;
    font-weight: 400;
    font-style: normal;
}
.whyInner > p i:after {
    position: absolute;
    content: '';
    top: 23px; left: -2px;
    width: 115px; height: 8px;
    background: #d65a24;
    z-index: -1;
	opacity: 30%;
}
.whyInner ul li {
    width: 100%; padding: 12px 0;
    margin-top: 8px;
    font-size: 1.6rem; line-height: 25px;
    background: #fff;
    border: 1px solid #dbdbdb;
    text-align: center;
}
.whyInner ul li.add:after {
    display: block;
    content: '* 이미 300명 이상이 계약을 통해 자진출국';
    font-size: 1.2rem; color: #747474;
}
.whyInner ul li.add:last-child:after {
    content: '* 계약 미이행시 환불 보장 등';
}
.whyInner ul li:first-child {margin-top: 0;}
.whyInner .txt {
	display:block;
	font-size: 16px;
	line-height: 30px;
}
.whyInner .icon {
	display:inline-block;
	margin-right: 5px;
	width: 17px; height:17px;
	background: url(../img/sub2_1_title.png) no-repeat center/cover;
	vertical-align: middle;
}

/* sub1_1 vision */
.visInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 55px 0 0;
}
.visInner .tit p {line-height: 19px;}
.visInner .icon {
	display:inline-block;
	margin-right: 5px;
	width: 17px; height:17px;
	background: url(../img/sub2_1_title.png) no-repeat center/cover;
	vertical-align: middle;
}
.visInner .special h4 {margin: 10px 0 0;}
.visInner article h4 {
    margin: 21px 0 0;
    font-size: 1.6rem;
	color: #fff;
	line-height: 25px;
	background: #0e2f73;
    padding: 7px 11px;
}
.visInner article p {
	padding: 5px 11px;
	border: 1px solid #ccc;
	font-size: 1.6rem;
	line-height: 25px;
	white-space: pre-line;
	color: #1b212c;
}
.visInner .reinforce {text-align: center;}

/* sub1_2 조직도 */
.orgInner {padding: 50px 0;}
.orgInner h4 {
    display: inline-block;
    font-size: 2.3rem;
}
.orgInner h4:before {
    display: inline-block;
    content: '';
    width: 7px; height: 30px;
    margin-right: 15px;
    background: #0e2f73;
    vertical-align: -7px;
}
.orgInner .head {margin-top: 36px;}
.orgInner .branch {margin-top: 45px;}
.orgInner .branch i.img {
    height: 871px;
    background-image: url(../img/sub1_2_cont2_m.png);
}


.pray-time .pray {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: calc(100% - 20px);
    margin: 50px auto;
}
.pray-time .pray .img-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pray-time .pray .img-box img{
    width: 100%;
}

.pray-time .pray-info {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

.pray-table {
    font-size: 16px;
}

.pray-table .grid_container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border: 0.5px solid #eee;
    margin: 100px 0 0 0;
}

.pray-table .grid_container > div {
    border: 0.5px solid #eee;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pray-table .title {
    background: #eee;
    font-weight: 700;
}

.pray-table .title.pink {
    background: #e0e0e0;
}

/** sub1_5 오시는길**/
.mapWrap {padding: 40px 4.533%;}
.mapWrap .map_tb table {
	margin : 20px 0;
	width: 100%;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-collapse: separate;
	border-top: 2px solid #0e2f73;
	font-size: 16px;
}
.mapWrap .map_tb table th {
	padding: 7px 12px;
	width: 119px;
	border-bottom: 1px solid #dbdbdb;
	color: #0e2f73;
}
.mapWrap .map_tb table td {
	padding: 7px 12px;
	border-bottom: 1px solid #dbdbdb;
}


/* sub2_1 목적 */
.sub_menu {display: none;}
#product1 {padding-top: 80px;}
#product16 {padding-bottom: 80px;}
.pdtInner {padding: 4.533%; background:#fff;}
.pdtInner .tit .icon {
	display:inline-block;
	margin-right: 5px;
	width: 17px; height:17px;
	background: url(../img/sub2_1_title.png) no-repeat center/cover;
	vertical-align: middle;
}
.pdtInner .tit h3 {font-size:1.6rem; font-weight: 700;}
.pdtInner .tit span.img {
	display:inline-block;
	width:100%; height: 380px;
	background: url(../img/sub2_1_product1.jpg) no-repeat center/cover;
}
#product2>.pdtInner .tit span.img {background: url(../img/sub2_1_product2.jpg) no-repeat center/cover;}
#product3>.pdtInner .tit span.img {background: url(../img/sub2_1_product3.jpg) no-repeat center/cover;}
#product4>.pdtInner .tit span.img {background: url(../img/sub2_1_product4.jpg) no-repeat center/cover;}
#product5>.pdtInner .tit span.img {background: url(../img/sub2_1_product5.jpg) no-repeat center/cover;}
#product6>.pdtInner .tit span.img {background: url(../img/sub2_1_product6.jpg) no-repeat center/cover;}
#product7>.pdtInner .tit span.img {background: url(../img/sub2_1_product7.jpg) no-repeat center/cover;}
#product8>.pdtInner .tit span.img {background: url(../img/sub2_1_product8.jpg) no-repeat center/cover;}
#product9>.pdtInner .tit span.img {background: url(../img/sub2_1_product9.jpg) no-repeat center/cover;}
#product10>.pdtInner .tit span.img {background: url(../img/sub2_1_product10.jpg) no-repeat center/cover;}
#product11>.pdtInner .tit span.img {background: url(../img/sub2_1_product11.jpg) no-repeat center/cover;}
#product12>.pdtInner .tit span.img {background: url(../img/sub2_1_product12.jpg) no-repeat center/cover;}
#product13>.pdtInner .tit span.img {background: url(../img/sub2_1_product13.jpg) no-repeat center/cover;}
#product14>.pdtInner .tit span.img {background: url(../img/sub2_1_product14.jpg) no-repeat center/cover;}
#product15>.pdtInner .tit span.img {background: url(../img/sub2_1_product15.jpg) no-repeat center/cover;}
#product16>.pdtInner .tit span.img {background: url(../img/sub2_1_product16.jpg) no-repeat center/cover;}
.pdtInner table {
    margin : 20px 0;
	width: 100%;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-collapse: separate;
	border-top: 2px solid #0e2f73;
	font-size: 1.6rem;
}
.pdtInner table th {
	padding: 7px 12px;
	width: 90px;
	border-bottom: 1px solid #dbdbdb;
	color: #0e2f73;
}
.pdtInner table td {padding: 7px 12px; border-bottom: 1px solid #dbdbdb;}
/* sub2_2 조명장치 */
.pdtInner .tit span.Img {
	display:inline-block;
	width:100%; height: 380px;
	background: url(../img/sub2_2_product1.jpg) no-repeat center/cover;
}
#product2>.pdtInner .tit span.Img {background: url(../img/sub2_2_product2.jpg) no-repeat center/cover;}
#product3>.pdtInner .tit span.Img {background: url(../img/sub2_2_product3.jpg) no-repeat center/cover;}
#product4>.pdtInner .tit span.Img {background: url(../img/sub2_2_product4.jpg) no-repeat center/cover;}
#product5>.pdtInner .tit span.Img {background: url(../img/sub2_2_product5.jpg) no-repeat center/cover;}
#product6>.pdtInner .tit span.Img {background: url(../img/sub2_2_product6.jpg) no-repeat center/cover;}
#product7>.pdtInner .tit span.Img {background: url(../img/sub2_2_product7.jpg) no-repeat center/cover;}
#product8>.pdtInner .tit span.Img {background: url(../img/sub2_2_product8.jpg) no-repeat center/cover;}
#product9>.pdtInner .tit span.Img {background: url(../img/sub2_2_product9.jpg) no-repeat center/cover;}
#product10>.pdtInner .tit span.Img {background: url(../img/sub2_2_product10.jpg) no-repeat center/cover;}
#product11>.pdtInner .tit span.Img {background: url(../img/sub2_2_product11.jpg) no-repeat center/cover;}
#product12>.pdtInner .tit span.Img {background: url(../img/sub2_2_product12.jpg) no-repeat center/cover;}
#product13>.pdtInner .tit span.Img {background: url(../img/sub2_2_product13.jpg) no-repeat center/cover;}
#product14>.pdtInner .tit span.Img {background: url(../img/sub2_2_product14.jpg) no-repeat center/cover;}
#product15>.pdtInner .tit span.Img {background: url(../img/sub2_2_product15.jpg) no-repeat center/cover;}
#product16>.pdtInner .tit span.Img {background: url(../img/sub2_2_product16.jpg) no-repeat center/cover;}
#product17>.pdtInner .tit span.Img {background: url(../img/sub2_2_product17.jpg) no-repeat center/cover;}
#product18>.pdtInner .tit span.Img {background: url(../img/sub2_2_product18.jpg) no-repeat center/cover;}
/** sub4 **/
/* sub4_1, sub4_2 자료실, 홍보자료 */
.sub4_1 .vis_tab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 46px;
}
.sub4_1 .vis_tab li {width: 50%;}
.sub4_1 .vis_tab li a {
	display: block;
	width: 100%; padding: 17px 0;
	font-size: 16px; color: #333;
	text-align: center;
	border: 1px solid #d7d7d9;
}
.sub4_1 .vis_tab li a.on {
	color: #fff;
	background: #0e2f73;
}
#visual.vis4 {    background: url(../img/sub/sub1_visual.png) no-repeat center / cover;}


.brdInner {
    padding: 60px 0px 80px;
    width: calc(100% - 20px);
    margin: 0 auto;
}
.brdInner h3 {
    display: inline-block;
    margin:0 20px 15px 0;
    font-size: 3.2rem; font-weight: 400;
    vertical-align: middle;
}
.brdInner .qrCode {
    display: inline-block;
    width: 40px; height: 40px;
    background: #fff;
    vertical-align: middle;
    border: 1px solid #dbdbdb;
}
.brdInner .qrCode img {width: 40px; height: 40px;}
.brdInner .search {margin: 24px 0 14px;}
.brdInner .search input {
    width: 86%; height: 34px;
    padding-left: 8px;
    font-size: 1.4rem; color: #747474;
    background: none;
    border: 1px solid #333;
    outline: none;
}
.brdInner .search button {
    width: 13%; height: 34px;
    margin-left: -3px;
    font-size: 1.4rem; color: #fff;
    background: #3d3d3d;
    cursor: pointer;
    text-indent: 0;
    vertical-align: top;
}
.brdInner .scroll-table{
    overflow-x: scroll;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}
.brdInner .scroll-table table {
    width: 100%; 
    border-spacing: 0;
    border-top: 2px solid #0e2f73;
    border-bottom: 1px solid #dbdbdb;
    min-width: 980px;
}
.brdInner table th {
    height: 40px;
    font-size: 1.6rem;
    border-bottom: 1px solid #dbdbdb;
    font-weight: 400;
	color: #0e2f73;
}
/* .brdInner table th:first-child {width: 15.395%;}
.brdInner table th:nth-child(2) {width: 59.824%;}
.brdInner table th:nth-child(3) {width: 24.781%;} */
.brdInner table td {
    height: 50px; padding: 5px 0;
    font-size: 1.5rem;
    text-align: center;
    border-bottom: 1px solid #ababab;
	line-height: 1.5;
    max-width: 1000px;
}
.brdInner table td a {color: #1b212c;}

.c-table .text-cut{
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
}
.brdInner .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
    min-width: 350px;
}
.brdInner .btn_wrap li {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.brdInner .btn_wrap li a{
    font-size: 1.3rem;
    display: block;
    text-decoration: none;
    color: inherit;
}
.brdInner .btn_wrap .num.on{
    color: #fff;
    background: #0e2f73;
}
.brdInner .swipe-guide{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.brdInner .swipe-guide i{
    display: inline-block;
    font-size: 30px;
    color: #444;
    animation-name: guide;
    animation-duration: .8s; /*애니메이션이 걸리는 시간*/
    animation-delay: .5s; /*n초 뒤에 실행*/
    animation-direction: alternate; /*노멀=정방향재생*/ /*리버스=역재생*/ /*얼티메이트=순방향 역방향 재생*/
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
.brdInner .swipe-guide span{
    display: inline-block;
    font-size: 1.4rem;
    color: #999;
}
.brdInner .swipe-guide.page-scroll{
    display: none;
}

@keyframes guide{
    0%{
        transform: translate( 0, 0 );
    }
    100%{
        transform: translate( 10px, 0 );
    }
}

/* sub4_view 게시판 보기 */
.viewInner {padding: 80px 4.533%;}
.viewInner .title {text-align: center;}
.viewInner .title i {
    display: block;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
}

.viewInner .title p

.viewInner .file-area{
    padding: 10px 0;

}
.viewInner .file-area a{
    color: #666;
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    text-decoration: underline;
    background: #eaeaea;
}
.viewInner .title p {
    margin: 12px 0 24px;
    font-size: 1.9rem;
    font-weight: 400;
}
.viewInner .file-area p {
    margin: 20px 0;
}
.viewInner .file-area a:hover{
    text-decoration: none;
}
.viewInner .title {border-bottom: 1px solid rgba(116,116,116,.3);}
.viewInner .cont {padding: 24px 6px;}
.viewInner .cont img {
    width: auto;
    object-fit: cover;
    max-width: 100%;
}
.viewInner .cont p {font-size: 1.6rem; line-height: 28px;}
.viewInner a.main {
    display: block;
    width: 140px; padding: 12px 0;
    margin: 0 auto;
    font-size: 1.6rem; color: #1b212c;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.05);
}
@media screen and (max-width:420px){
    .brdInner .btn_wrap {
        gap: 5px;
        margin-top: 20px;
        padding: 0 10px;
        
    }
    .brdInner .btn_wrap li {
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width:380px){
    .brdInner .swipe-guide.page-scroll{
        display: flex;
    }
    .pray-table {
        font-size: 13px;
    }
    .pray-time .pray-info {
        font-size: 13px;
    }
}
/*** PC ***/
@media screen and (min-width:1084px){
    /* common */
    #visual {
        height: 500px;
        
    }
    .visInner {
        width: 1280px; margin: 0 auto;
        justify-content: start;
    }
    .visInner h3 {
        font-size: 10rem;
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }
    .visInner h3 span {margin: -12px;}
    .visInner .sub {
        float: right;
        margin-top: 77px;
    }

    .visInner .sub li {float: left; margin-left: 41px;}
    .visInner .sub li a {
        margin: 0;
        display: inline-block;
        font-size: 2.4rem; color: #fff;
        transition: 0.5s;
    }
    .visInner .sub li a:hover {color: #bbb;}
    .visInner .sub li a.now:before {
        top: auto; right: auto; transform: translateY(0);
        bottom: -6px; left: 0;
        width: 100%; height: 3px;
        border-radius: 0;
    }
    .tit h3 {margin-bottom: 12px; font-size: 4rem;}
    .tit p {margin-left: 28px; font-size: 1.6rem;}
    
    /** sub1 **/
    /* sub1_1 WHY */
    .whyInner {
        position: relative;
        padding: 100px 0 0; width: 1118px; margin: 0 auto;
	}
    .pointInner{
        position: relative;
        padding: 0 0 0; width: 1200px; margin: 160px auto;
    }
    .whyInner h3 b {color: #fff;}
    .whyInner span.pc {
        position: absolute;
        top: 130px; right: -402px;
        width: 1045px; height: 480px;
        background: url(../img/sub/sub_01.png) no-repeat center/cover;
        z-index: -1;
    }
    .whyInner > p {
        margin: 201px 0 46px 28px;
        font-size: 4rem;
    }
    .whyInner > p i:after {
		position: absolute;
		content: '';
		top: 40px;
		left: 0px;
		width: 190px;
		height: 17px;
		background: #d65a24;
		z-index: -1;
		opacity: 30%;
	}
    .whyInner > p.on:after {transform: scaleX(1);}
	.whyInner .txt {margin-left: 28px;}
    .whyInner ul {margin-left: 28px;}
    .whyInner ul li {
        float: left;
        width: 250px; padding: 45px 0 44px;
        margin: 0 20px 0 0;
        line-height: 24px;
        border: none;
        transition: 0.35s;
        cursor: default;
        opacity: 0;
    }
    .whyInner ul li.on {opacity: 1; transition: 0.3s;}
    .whyInner ul li:hover {
        transform: translate(-2px,-3px);
        box-shadow: 1px 3px 5px 1px rgba(48,48,48,.15);
    }
    .whyInner ul li.add {position: relative;}
    .whyInner ul li.add:after {
        position: absolute;
        bottom: 8px; right: 7px;
        font-size: 1.3rem;
    }
    .whyInner ul li:nth-child(4n) {margin-right: 0;}
    .whyInner ul li:nth-child(n+5) {margin-top: 15px;}
    .whyInner ul li:last-child {padding: 32px 0 33px;}
    

    
    /* 예배시간 */
    .orgInner {padding: 129px 0 142px; width: 1280px; margin: 0 auto;}
    .orgInner h4 {font-size: 2.4rem; height: 40px;}
    .orgInner h4:before {
        width: 8px; height: 34px;
        margin-right: 26px;
        vertical-align: -8px;
    }
    .orgInner .head {margin-top: 54px;}

    .pray-time .pray{
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 50px 0 0 0;
        flex-direction: row;
    }
    .pray-time .pray .img-box{
        width: auto;
        justify-content: start;
    }
    .pray-time .pray-info{
        font-size: 16px;
        display: flex;
        flex-direction: column;
        height: 150px;
        justify-content: space-between;
    }
    .pray-table .grid_container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        border: 0.5px solid #eee;
        margin: 100px 0 0 0;
    }
    .pray-table .grid_container > div{
        border: 0.5px solid #eee;
        box-sizing: border-box;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pray-table .title{
        background: #eee;
        font-weight: 700;
    }
    .pray-table .title.pink{
        background: #e0e0e0;
    }
    .pray-table{
        font-size: 16px;
        /* font-family: ; */
    }
    /* 예배시간 */

	/* sub1_5 오시는길 */
	.mapWrap {width:1280px; padding: 80px 0; margin:0 auto;}
	.mapWrap .tit {margin-bottom: 44px;}
	.mapWrap .intro {margin-bottom: 160px;}
	.mapWrap .map_tb {margin-top: 40px;}
	.mapWrap .map_tb table {
		margin : 20px 0;
		width: 100%;
		border-spacing: 1px;
		text-align: left;
		line-height: 1.5;
		border-collapse: separate;
		border-top: 2px solid #0e2f73;
		font-size: 16px;
	}
	.mapWrap .map_tb table th {
		padding: 7px 12px;
		width: 119px;
		border-bottom: 1px solid #dbdbdb;
		color: #0e2f73;
	}

    /** sub2 **/
    #visual.vis2 {background-image: url(../img/sub2_visual.jpg);}
	#machine, #light {
		margin: 0 auto;
		padding-bottom: 30px;
		width:1280px;
	}
	.visual_tab li {padding: 0; height: auto; font-size: 24px;}
	.visual_tab li a {padding: 17px 170px; background: #d7d7d9;}
	.visual_tab .on a {
		color: #fff;
		padding: 17px 170px;
		background: #0e2f73;
	}
	.visual_tab .stage_light {margin-left: 118px;}

    /** sub4 **/
    /* sub4_1, sub4_2 자료실, 홍보자료 */
	.sub4_1 .vis_tab {
		position: absolute;
		top: 0;	left: 50%; transform: translate(-50%,-50%);
		width: 1280px;
		margin-bottom: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.sub4_1 .vis_tab li {width: auto;}
	.sub4_1 .vis_tab li a {
		display: block;
		width: 280px; padding: 17px 0;
		font-size: 20px; color: #333;
		text-align: center;
		background: #d7d7d9;
		border: 0;
	}
    #visual.vis4 {background-image: url(../img/sub/sub1_visual.png);}
    .brdInner {position: relative; padding: 130px 0 122px; width: 1280px; margin: 0 auto;}
    .brdInner h3 {
        margin: 0 40px 0 0;
        font-size: 4rem; font-weight: 700;
    }
    .brdInner .qrCode {width: 54px; height: 54px;}
    .brdInner .qrCode img {width: 54px; height: 54px;}
    .brdInner .search {
        float: right;
        width: 275px;
        margin: 24px 0;
    }
    .brdInner .search input {
        width: 218px; height: 28px;
        padding-left: 12px;
        font-size: 1.6rem;
    }
    .brdInner .search button {
        width: 57px; height: 28px;
        font-size: 1.6rem;
    }
    .brdInner table {
        width: 100%;
        margin-top: 32px;
        word-break: break-all;
    }
    .brdInner table th:last-child, .brdInner table td:last-child {display: table-cell;}
    .brdInner table th {
        height: 46px;
        font-size: 1.8rem;
		font-weight: 700;
		color:#0e2f73;
    }
    /* .brdInner table th:first-child {width: 119px;}
    .brdInner table th:nth-child(2) {width: 638px;}
    .brdInner table th:nth-child(3) {width: 153px;}
    .brdInner table th:nth-child(4) {width: 370px;} */
    .brdInner table td {
        height: 50px; padding: 7px 0;
        font-size: 1.6rem; color: #666;
        text-align: center;
        border-bottom: 1px solid #ababab;
    }
    .brdInner table tbody tr:hover td {background: #eee;}
	.brdInner table tbody td a {color: #333;}
    .brdInner table tbody tr td {cursor: pointer;}
	.brdInner .btn_wrap li.on a {color: #fff; background: #0e2f73;}

    .brdInner .swipe-guide{
        display: none;
    }

    .brdInner .scroll-table{
        overflow-x: auto;
    }
    
    /* sub4_view 게시판 보기 */
    .viewInner {padding: 130px 0 136px; width: 1118px; margin: 0 auto;}
    .viewInner .navi {
        position: relative;
        float: left;
        width: 218px;
    }
    .viewInner .navi li a {
        display: block;
        font-size: 4rem; color: #333;
        margin-bottom: 56px;
    }
    .viewInner .navi li a.on {font-weight: 700;}
    .viewInner .navi li.code a {
        position: absolute;
        margin: 0;
        bottom: 0; right: 50px;
        width: 150px; height: 150px;
        background: #fff;
        border: 1px solid #dbdbdb;
    }
    .viewInner .navi li.code a img {width: 150px; height: 150px; object-fit: cover;}
    .viewInner span.line {
        position: relative;
        float: left;
        width: 1px; height: 100%;
        background: #333;
    }
    .viewInner span.line:before,.viewInner span.line:after {
        position: absolute;
        content: '';
        width: 1px; height: 30px;
    }
    .viewInner span.line:before {
        top: -30px;
        background: linear-gradient(360deg, rgba(51,51,51,1) 0%, rgba(51,51,51,0) 100%);;
    }
    .viewInner span.line:after {
        bottom: -30px;
        background: linear-gradient(360deg, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%);;
    }
    .viewInner .board {float: right; width: 880px;}
    .viewInner .title {position: relative;}
    .viewInner .title i {font-size: 20px;}
    .viewInner .title p {
        margin: 16px 0 41px;
        font-size: 24px;
    }
    .viewInner .title .file {
        position: absolute;
        bottom: 12px; right: 0;
    }
    .viewInner .title .file span {
        display: inline-block;
        font-size: 1.4rem; color: #747474;
        margin-right: 14px;
        vertical-align: middle;
    }
    .viewInner .title .file a {
        display: inline-block;
        width: 27px; height: 21px;
        background: url(../img/sub4_file.png) no-repeat center/contain;
        vertical-align: middle;
    }
    .viewInner .cont {padding: 24px 6px; min-height: 350px;}
    .viewInner .cont p {font-size: 16px;}
    .viewInner a.main {
        width: 170px; padding: 14px 0;
        font-size: 1.6rem;
        border-radius: 32px;
        box-shadow: none;
        transition: 0.3s;
		border: 1px solid #dbdbdb;
    }
    .viewInner a.main:hover {
        transform: translate(-1px,-2px);
        box-shadow: 1px 2px 2px 2px rgba(0,0,0,.07);
    }
}


/* 교회사진 gallery-list */

/* 말줄임 */
.txtCut {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.brdInner.gallery .search{
    margin: 0;
}

.gallery-list {
    margin-top: 30px;
}

.gallery-list > ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.gallery-list > ul li {
    width: calc((100% - 60px) / 4);
}

.gallery-list > ul li:hover .thum img {
    transform: scale(1.2);
}

.gallery-list > ul li a {
    width: 100%;
    height: 100%;
    color: #333;
}

.gallery-list .thum {
    width: 100%;
    height: 200px;
    border: 1px solid #bbb;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

.gallery-list img {
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}

.gallery-list .txt-box {
    margin: 10px 0 0;
}

.gallery-list .txt-box > .--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    color: #999;
}

.gallery-list .txt-box .tit {
    font-size: 1.8rem;
    margin: 10px 0 0;
}

@media screen and (max-width: 1084px) {
    .gallery-list .thum {
        height: 180px;
    }
}

@media screen and (max-width: 950px) {
    .gallery-list > ul li {
        width: calc((100% - 40px) / 3);
    }
}

@media screen and (max-width: 650px) {
    .gallery-list > ul {
        gap: 30px 20px;
    }

    .gallery-list > ul li {
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 450px) {
    .gallery-list > ul {
        gap: 20px 10px;
    }
    
    .gallery-list > ul li {
        width: calc((100% - 10px) / 2);
    }

    .gallery-list .thum {
        height: 130px;
    }
}

