﻿
/*서브탑*/ 
#subtop{position:relative; margin-top:100px; margin-bottom:50px;}

#subgnb { text-align: left; background:transparent; width:100%;  }
#subgnb > .container { background:#fff; padding:0 15px;  border-radius: 5px; z-index:10; }
#subgnb span, #subgnb a { font-size:18px; color:#777;font-weight:bold; position:relative; text-decoration:none; transform: skew(-0.05deg); }
#subgnb > div > div > div > img { float: left;  padding: 11px 15px 15px 5px; position: relative; top: 2px; max-width: 45px;}
#subgnb a.active { color:#f1592a; font-weight:bold; }
#subgnb .subgnb-home { float:left; margin-top:15px; margin-right:0; }

.sub-top-2{position:relative;}
.sub-top-2 .subtop-bottom{background-color: rgba(255,255,255,1);position: relative;bottom: 0; padding: 2% 0 0%;width: 100%;}
    .sub-top-2 .subtop-bottom .subtop-menu ul {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
.sub-top-2 .subtop-bottom .subtop-menu ul li{display:inline-block;}
.sub-top-2 .subtop-bottom .subtop-menu ul li a{display: inline-block;padding: 52px 13px 25px;font-size: 17px;font-weight:700;text-decoration: none;color: #343434;position: relative;}
.sub-top-2 .subtop-bottom .subtop-menu ul li p{display: inline-block;padding: 52px 0px 25px;font-size: 17px;font-weight:700;text-decoration: none;color: #343434;position: relative;}
.sub-top-2 .subtop-bottom .subtop-menu ul li a .btn-plus{position: absolute;top: 40%;left: 45%;background:#f1592a;width: 6px;height: 6px;border-radius: 50%;
text-align: center;opacity: 0;transition: all .3s linear;}
.sub-top-2 .subtop-bottom .subtop-menu ul li a:hover .btn-plus,
.sub-top-2  .subtop-bottom .subtop-menu ul li.active a .btn-plus,
.sub-top-2  .subtop-bottom .subtop-menu ul li a:focus .btn-plus{opacity:1;}


.subtop-bottom2{background-color: rgba(255,255,255,1);height: 140px;position: relative;bottom: 0; left: 10px;width: 100%;}
.subtop-bottom2 .subtop-menu ul {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
.subtop-bottom2 .subtop-menu ul li{display:inline-block;}
.subtop-bottom2 .subtop-menu ul li a{ display: inline-block; margin: 30px 0; width:420px; padding: 15px 70px; border: solid 1px #dfdfdf;font-size: 17px;font-weight:700;text-decoration: none;color: #343434;position: relative;}
.subtop-bottom2 .subtop-menu ul li p{display: inline-block;padding: 52px 0px 25px;font-size: 17px;font-weight:700;text-decoration: none;color: #343434;position: relative;}
    .subtop-bottom2 .subtop-menu ul li a:hover, .subtop-bottom2 .subtop-menu ul li.active a, .subtop-bottom2 .subtop-menu ul li a:focus {
        border: solid 1px #123369;
        color: #123369;
    } 



.subTitle {
    position: relative;  text-align: center;
}

#sub_title {
    font-size: 40px;
    font-weight: 600;
    border-bottom: 4px solid black;
    display: inline-block;
    padding-bottom: 10px;
}



/**/

.board-title{margin-top: 30px;margin-bottom: 30px; position: relative; display: inline-block; transform: translateX(-50%);left: 50%; text-align: center; padding-bottom: 15px; text-align: center; border-bottom: 3px solid #000; font-size: 40px;}
.img-wrap{word-break:keep-all;text-align: center;}
.page-content{word-break:keep-all!important;}

/*버튼*/
.section6-more-btn {display:inline-block; position:relative; text-align: center; transition:0.3s all;border: 3px solid #000;color:#FC5D33; font-size:18px; text-decoration:none;  background:black;border: 3px solid #000;width: 180px;height: 60px;}
.section6-more-btn:hover{ text-decoration:none;color:#FC5D33; }
.section6-more-btn span{position: absolute;top: 50%;left: 50%;width: 100%;transform: translateX(-50%) translateY(-50%);}

/*탭 페이지 S*/
.sub-section1{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/four/1.2_titleimg.jpg);}
.sub-section2-back{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/outsideview/outsideview.jpg);}
.tab-content-right{transition:0.3s all; position: absolute; top: 0;left: auto; right: 0;height:100%;width:50%;background-size: cover!important; background-position: 50% 50%!important;background-repeat: no-repeat;}

.active-tab{display:block; opacity:1;  transition:150ms all;}
.tab-wrap{position:relative; background-color: #fdb723; width: 260px; padding: 40px 0; text-align: center; position: absolute; top: 140px; left: 50%; z-index: 10; -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);transform: translateX(-50%);}
.tab-top{display: none;padding: 35px 0 0 100px;color: #fdb723; margin: 0 0 30px;}
.tab-header{cursor:pointer;color: #fff;position: relative;-webkit-transition: color .2s ease-in-out;-moz-transition: color .2s ease-in-out;
            -o-transition: color .2s ease-in-out;  transition: color .2s ease-in-out; font-size: 24px; letter-spacing: .72px;}
.tab-header.active-tab, .tab-header:hover{color:#000;}
.tab-header.active-tab:before{content: '';position: absolute; border-bottom: 10px solid transparent; border-top: 10px solid transparent; border-right: 10px solid #fdb723;
    top: 50%; left: -10px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.tab-content-wrap{min-height:700px; background:black; }
.tab-content-wrap:after{content: "";display: table; clear: both;}
.tab-content-left{word-break:keep-all;padding:75px;height:100%; width:50%;float: left;padding-top: 125px; padding-right: 170px; color:white;}

.each-tab {opacity:0; min-height: 700px;float: left;position: relative;top: 0;left: 0; width: 100%; height: 100%;}


.title{/*font-size:30px;*/ font-weight:bold; margin-bottom:30px;}
.sub-title{font-size:23px;margin-bottom:30px;}
.content{font-size:20px;}

/*원서클*/
.section2-2-circle {width: 140px;height: 140px;position: relative;display: inline-block;border: 6px solid #fff;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.section2-2-circle p{font-size: 20px; color:white;position: absolute;left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%);}
.circletime-wrap {width: 900px;}
/*탭 페이지 E*/
/*슬라이드 페이지 S*/
/*
.slide-content-wrap{position:relative; height:987px;}
.slide-content-center{line-height:1.8; position:absolute; left:20%; top:50%;transform:translateX(-20%) translateY(-50%);}
*/
.slide-head-title {
    font-size: 35px;
    margin-bottom: 20px;
}
.slide-body-content{font-size:25px; line-height:1.5;margin-bottom:20px;} 
.slide-footer-add li{font-size:25px; line-height:1.5;}

.awana-wrap{position:absolute;left:0;top:0;height:100%;width:100%;display:table;}
.awana-wrap2{display:table-row;}
.awana-wrap3{display:table-cell;vertical-align:middle;}
.sub-slide-section1-back1{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub//kids/kids_back.jpg);}
.sub-slide-section1-back2{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/awana/awana_back.jpg);}
.sub-slide-section1-back3{  height: 620px; background-size: cover;position:relative; min-height:200px; background:url(/UserData/pcltvhp/Layouts/pcltvhp_Layout/Images/sub/discipleship/discipleship_back.jpg);}

.sub-slide-section2{padding-top: 90px; padding-bottom: 90px;   background-color: #fdb723; text-align:center; font-size:25px; color:white;}
.sub-slide-section2 .inner-content p{margin:0px;}

#custom_carousel .item {color: #000; padding: 0px 0; }
#custom_carousel .controls {overflow-x: auto;overflow-y: hidden;padding: 30px 0px; margin: 0; white-space: normal; text-align: center; position: relative;  background: #000}
#custom_carousel .controls li {display: inline-block;}
#custom_carousel .controls li:before { content: '/'; position: absolute;  left: -4px; top: 15px; color: #fff; font-size: 20px; z-index: 999; }
#custom_carousel .controls li:first-child:before {display: none;}
#custom_carousel .controls li.active a {color: white;font-size: 20px; }
#custom_carousel .controls li a { overflow: hidden;display: block; font-size: 20px; margin-top: 5px; font-weight: bold; color: orange;}
/*슬라이드 페이 E*/
.text-clean li{counter-increment: chapter;    padding-left: 1em;  text-indent: -1.1em;}
.text-clean li:before{content: counter(chapter)". "; }
.center-padding p img{padding:0px 5px!important;}
.slide__content{padding-top:50px;}
.ul-secondary li{line-height:1.5;}
.margin-15px{margin:15px 0px;}




/*전주서문서브*/

.sub13 #component1290 .row{    display: flex;    align-items: center;    flex-wrap: wrap;}







@media (max-width:1900px){
	 
} 
@media(max-width:1520px){
	/*전주서문서브*/ 
	.sub14 div#component1973 {height:100%;}
	.sub14 div#component1973 >div{height:100%;}
	.sub14 div#unit2829{height:100%;}
	
	.sub23 div#component4700 ,.sub23  div#component1610,.sub23  div#component6812{    width: 50%;}
	
	
	
	
}
@media(max-width:1300px){
	/*전주서문서브*/
	
}
@media(max-width:1199px){
    .circletime-wrap {        width: 700px;    }
    /*게시판 subtop 반응형*/
    .board-title-padding {        padding-bottom: 45px!important;    }
	
	/*전주서문서브*/
	.sub24 div#component4700 ,.sub24  div#component1610,.sub24  div#component6812{    width: 50%;}
	

	
}
@media(max-width:991px) {
    /*써클 반응형*/
    .section2-2-circle{width:100px;height:100px;}
    .circletime-wrap{width:100%!IMPORTANT;}
     
			
		 
	/*슬라이드페이지*/
	.awana-wrap{position:relative; padding:15px;}
	
	/*전주서문서브*/
	.sub23 div#component4700 ,.sub23  div#component1610,.sub23  div#component6812{    width: 100%;}
	
	
		
		
    /*탭페이지 S*/
    .open{left:0px!important;} 
    .tab-wrap{width: 320px; height: 100%;top: 0; z-index: 10; text-align: left; padding: 35px 12px 35px 35px;
    -webkit-transform: none;-ms-transform: none; transform: none; -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;transition: all .2s ease-in-out; left: -260px;}
    .tab-content-left{padding-top:250px;padding-right:75px;width:100%; height:50%;}
    .tab-content-right{position:relative;width:100%;padding: 35px 20px 50px 90px;height: 250px;}
    .arrow{width: 20px;height: 20px;background-color: #fff;position: absolute; right: 25px;top: 39px; -webkit-border-radius: 50%;
    -moz-border-radius: 50%;border-radius: 50%;}
    .arrow:before {font-family: FontAwesome,FontAwesome;content: '\f104'; position: absolute; color: #fdb723;line-height: 20px;font-size: 18px;font-weight: 700;left: 6px;}
    .be-arrow:before{font-family: FontAwesome,FontAwesome;content: '\f105'; position: absolute; color: #fdb723;line-height: 20px;font-size: 18px;font-weight: 700;left: 8px;}
    .tab-wrap:before{content: ''; position: absolute;  right: -10px; top: 39px; border-bottom: 10px solid transparent; border-top: 10px solid transparent;
    border-left: 10px solid #fdb723;  opacity: 1; -webkit-transition: opacity .2s ease-in-out; -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;  transition: opacity .2s ease-in-out;}
    .tab-top{display:block;margin-bottom: 40px;padding-right: 50px;line-height: 1;}
    .tab-header{ max-width: 200px;}
    /*탭페이지 E*/
	
	#sub_title {        font-size: 1.5rem;    }
	
	/*전주서문서브*/
	.sub13 div#component5822 {padding: 0!important;}
	.sub14 .row.five-cols.dimode-sort.ui-sortable >div{width: 33.333%;}
	.sub19 div#unit9763 {    width: 25%;}
	.sub19  div#unit4890 {    width: 75%;}
	
	.sub27 div#unit3739 >.title_24 {    text-align: center;}
	.sub28 div#unit7195 >div {		display: flex	;		align-items: center;	}
	
	
	
	div#component6440 {    padding: 0 !important; }  /*교회학교 들에만 쓰인 공통 컴포넌드 */
	div#component2225 {    padding: 0 !important; }  /*교회학교 들에만 쓰인 공통 컴포넌드 */
	
	
	div#component2370 {    flex-direction: column;    display: flex;  padding: 0 !important;}/*교회학교 들에만 쓰인 공통 컴포넌드 */
	div#component2370 >div{   width:100%;}/*교회학교 들에만 쓰인 공통 컴포넌드 */
	div#component7060 {    padding: 0 !important; }  /*교회학교 들에만 쓰인 공통 컴포넌드 */
	div#component7509{    padding: 0 !important; }  /*교회학교 들에만 쓰인 공통 컴포넌드 */
}

@media(max-width:767px){
		#custom_carousel .controls {white-space:normal!important;}
		#custom_carousel .controls li a{font-size:16px; padding:5px 10px;}
		#custom_carousel .controls li.active a{font-size:16px;}
		#custom_carousel .controls li:before{top:9px;font-size:16px;}
		.sub-slide-section2 .inner-content p{font-size:20px;}
    /*써클*/
    .board-title-padding{padding-bottom:10px!important; font-size:16px!important;}
    .section2-2-circle {width:80px; height:80px;}
    .section2-2-circle p{font-size:16px!important; text-align:center!important;}
    .circletime-wrap > div:nth-child(2n){text-align:right;}
    .circletime-wrap > div:nth-child(2n-1){text-align:left;}
     

	/**/
	#subtop {     margin-top: 80px;}

	 
	/*슬라이드탭*/
	.slide-head-title{font-size:30px; margin-bottom:20px;}
	.slide-body-content{font-size:20px; line-height:1.5;margin-bottom:20px;} 
	.slide-footer-add li{font-size:20px; line-height:1.5;}
	
	
	/*전주서문서브*/ 
	.sub14 .row.five-cols.dimode-sort.ui-sortable >div{width: 100%;}
	.sub14 div#component2387{margin-top: 20px!important;}
	.sub14  div#unit2537{height:auto!important;}
	.sub14  div#unit2537 >div{position:initial!important; transform:translate(0,0)!important;} 
	.sub14 div#component3790 {    padding: 15px !important;}
	
	.sub15 .table { 		word-break: break-all;	}
	.sub15 .table td, .sub15 .table  tr{ 		font-size: 1.0rem!important;	}
	.sub16 div#component4807{ 		padding: 0rem!important;	}
	
	.sub24 div#component4700 ,.sub24  div#component1610,.sub24  div#component6812{    width: 100%;}
	.sub25 div#component4814 , .sub25 div#component4226{    width: 33.3333%;}
	
	.sub19 div#component7053 {    margin: 0px 0px !important;}
	.sub19 div#unit9763 {    width: 100%;}
	.sub19  div#unit4890 {    width: 100%;}
	
	div#component9512 {    padding: 30px !important;} /*교회학교 들에만 쓰인 공통 컴포넌드 */
	.sub89 div#unit9217 td {  word-break: break-all;  font-size: 1rem !important;}
	
	div#unit5185 .text {    margin: 0 !important;}/*사역부서 들에만 쓰인 공통 컴포넌드 */
	div#component4122 {    padding: 15px 0 !important;}/*사역부서 들에만 쓰인 공통 컴포넌드 */
	div#component5363{    padding: 0px 15px !important;}
	div#component7384{    padding: 0px !important;}
}


@media(max-width:567px){
	/*전주서문서브*/ 
	.sub25 div#component4814 , .sub25 div#component4226{    width: 50%;}
}