body {
  background-color:;
  
}

/* 팝업 */

#.popup {
	display: block;
}


/* 전체레이아웃 */
.podonamu_full {
  position: relative;
  
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color:;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*  상단 퀵메뉴 */
.podonamu_quick_top_full {
 
 position: relative;

 width:100%;


 background:url(../img_wide/bg_top.gif) repeat-x;

border-bottom: 0px solid #d1d1d1;
}

.podonamu_quick_top_box {
 position: relative;	
 margin-left: 0px;
 margin: 0 auto;
 width: 1120px;
 height:39px;
 


}

#guick_top {display: block;}

#logo_mobile { display:none;
}

/* 상단 메뉴 */
.podonamu_nav_top_full {
 
 position: relative;

 width:100%;
 background:#ffffff;/*메뉴바 배경색 변경 */
 border-top: 0px solid #ececec;
 border-bottom: 0px solid #d1d1d1;
}

.podonamu_nav_top_box {
 position: relative;
 margin-left: 0px;
 margin: 0 auto;
 width: 1120px;
 height:auto;
 text-align: center;

}

.logo_pc {/*이 엘리먼트에는 절대 위치가 지정돼 있습니다. 부모 엘리먼트를 기준으로 상대 위치가 정해져 있지요. */
  position: absolute;
  top: 10px;
  left: 0;
  width: 260px;
  height: 67px;
}



 /* 메인 배너 */

.podonamu_main_banner_full {
 
 position: relative;

 width:100%;
 background:;
 background-image: url();
 background-repeat:repeat-x;

}

.podonamu_main_banner_box {
	position: relative;
	margin: 0 auto;
	padding:0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

 /* 최신글 탭 시작 */
.podonamu_box1 {

  float: left;
  width: 275px;
  height: 255px;
 background: #eeeeee;

  margin: 0em;
}



.podonamu_tab1 {
  float: left;
  margin-left:5px;
  width: 275px;
  height: 240px;
  border: 1px solid #eeeeee;

  margin-top:14px;
}

.podonamu_tab2 {
  float: left;
   margin-left:5px;
  width: 275px;
  height: 240px;
  border: 1px solid #eeeeee;

  margin-top:14px;
}


.podonamu_tab3 {
  float: left;
  margin-left:5px;
  width: 275px;
  height: 240px;
  border: 1px solid #eeeeee;

  margin-top:14px;
}

 /* 최신글 탭 끝 */



 /* 서브페이지 배너 */

.sub_banner_full {
 
 position: relative;

 width:100%;
 background-image: url();
 background-repeat:repeat-x;

}

.sub_banner_box {
	position: relative;
	margin: 0 auto;
	padding:0px;
	margin-top: 0px;
	width: 1120px;
	height: 100%;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* 서브페이지 왼쪽 메뉴 */
sub_nav_left {

  margin-left: 0px;
  width: 95%;

}

sub_nav_left_204 {

 display:none;;

}

/* 콘텐츠 */


.podonamu_contents_full {
 
 position: relative;

 width:100%;
 background-image: url();
 background-repeat:repeat-x;

}

.podonamu_contents_box {
	position: relative;
	margin: 0 auto;
	padding:0px;
	margin-top: -100px; /* <<수정>>콘텐츠를 배너위로 배치 시킴 */
	width: 1120px;
	height: 100%;
	background:#ffffff;/*배경색 변경 */

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#main1_pc {display: block;}
#main1_mobile { display:none;}

.media1, .media2 {
	width: 275px;
	vertical-align: middle;
	
}

.media3 {
	width: 275px;
	vertical-align: middle;
	
}

.media {
	width: 100%;
	vertical-align: middle;
	
}




/* 링크배너 */

.hero_main_link {
	position: relative;
	margin: 0 auto;
	
	margin-top: 10px;
	width: 1120px;
	height: 100%;
	

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* 하단 */
.podonamu_tail_full {
	float:left;
	display:inline;
	width:100%;
	height:auto;
	margin-top:0px;
	
	padding:0px;  
    background-color: ;
	background:url(../img_wide/bg_tail.gif) repeat-x;
	
}
.podonamu_tail_box {
    position:relative;
	margin:0 auto;
	padding:0 0 30px 0px;
	width:1120px;
}

.podonamu_tail_box a:link, .podonamu_tail_box a:visited {color:#000;text-decoration:none}
.podonamu_tail_box a:hover, .podonamu_tail_box a:focus, .podonamu_tail_box a:active {color:#396cbd;text-decoration:underline}

#tail_sns {

	display: block;
}


/* 850px */

@media screen and (max-width: 1024px) { 

.podonamu_quick_top_full {
 
 background:url() repeat-x;

}


.podonamu_quick_top_box {

 width: 100%;
 height:60px;


}

#guick_top {display: none;}

#logo_mobile {
display: block;

}


/* 상단 메뉴 */
.podonamu_nav_top_full {
 

 background:#1c4c96;/*메뉴바 배경색 변경 */

}



.podonamu_nav_top_box {

 width: 100%;

}

.logo_pc {/*이 엘리먼트에는 절대 위치가 지정돼 있습니다. 부모 엘리먼트를 기준으로 상대 위치가 정해져 있지요. */
 display:none;
}



 /* 메인 배너 */


.podonamu_main_banner_box {

	width: 100%;
	height: auto;
	
}


 /* 최신글 탭 시작 */
.podonamu_box1 {

 width:49%;
  height: 240px;

}



.podonamu_tab1 {
 width:49%;
  margin-left:2%;

}

.podonamu_tab2 {
 width:49%;
   margin-left:0px;

}


.podonamu_tab3 {
width:49%;
  margin-left:2%;
}

 /* 최신글 탭 끝 */




#tail_sns {

	display:none;
}

/* 메뉴 왼쪽 */
sub_nav_left {

  display:none;


}
sub_nav_left_204 {

 display:none;;

}

/* 콘텐츠 */


.podonamu_contents_box {
    width: 100%;
	margin-top:0px; /* <<수정>>콘텐츠를 배너위로 배치 시킴 */
}

.podonamu_tail_box {

	width:98%;
}




}


/* 800px */


@media screen and (max-width: 800px) { 

#logo_mobile {

text-align:center;
}


/* 콘텐츠 */

#main1_pc { display:none;}
#main1_mobile {
   display: block;
   margin-top:5px;
   
   }

.media1,  .media2 {
	width: 49%;
	vertical-align: middle;
	
}
.media3 {
	width: 49%;
	vertical-align: middle;
	
}




/* 링크배너 */

.hero_main_link {
	
	width: 100%;
	
}

/* 링크배너 */

.hero_main_link {
	display: none;
}


}


@media screen and (max-width: 600px) { 

/* 팝업 */

#.popup {
	display: none;
}

#sermon_title {visibility:hidden;} /*대상을 보이지 않게 하지만 자리공간은 남아 있다.  display:none;은 공간도 없어짐*/


/* 콘텐츠 */

.media2 {
	width: 99%;
	text-align: middle;
	
}


 /* 최신글 탭 시작 */
.podonamu_box1 {

	display: none;

}



.podonamu_tab1 {
 width:98%;
   margin-left:1%;

}

.podonamu_tab2 {
 width:98%;
  margin-left:1%;

}


.podonamu_tab3 {
width:98%;
  margin-left:1%;
}

 /* 최신글 탭 끝 */


}

