.church_tab { margin-bottom: 30px; }
div.churchViewTop .ciBot ul li span > span.home_blank { 
	color: #a0a0a0; 
	font-size: 13px; 
	/* padding: 0px; */
	overflow: auto;
} 


/* 본당 목록 */
.church_table
{ 
    position:relative;
    width:100%;
	border-top: 2px solid #535353;
	border-bottom: 2px solid #535353;
}
.church_table caption
{
    display:none;
}
.church_table tr th
{
	position:relative;
	width: 90px;
    font-size:15px;
	line-height: 20px;
	background:#f3f3f3;
	border-bottom:1px dashed #b3b3b3;
    font-weight:bold;
    padding:20px 0;
	vertical-align: top;
}

.church_table tbody tr td
{    
	/* width: calc(100% - 90px); */
	font-size:15px;
    line-height: 20px;
    border-bottom:1px dashed #b3b3b3;  
    padding: 19px 0 15px 20px;
    vertical-align:top;
}

.church_table tbody tr td > h4 { display: none; }

.church_table tbody tr td > ul.churchList {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.church_table tbody tr td > ul.churchList li {
	position: relative;
	display: inline-block;
	float: left;
	width: 16.666666%;
	text-align: left;
	margin: 5px 0;
	padding: 0px;
	color: #565656;	
	letter-spacing: -1px;
}

.church_table tr:last-child th,
.church_table tr:last-child td
{
    border-bottom: 0px;
}

div.parishList {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 0px;
}

div.parishList h3 {
    position: relative;
    font-size: 18px;
    color: #000000;
    padding-left: 27px;
    margin-bottom: 10px;
	line-height: 25px;
}

div.parishList h3:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 5px;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #575757;
    border-radius: 100%; 
}

div.parishBox {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 25px;
	margin-bottom: 40px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.05);
	overflow: hidden;
}

div.parishBox > ul {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.parishBox > ul > li {
	position: relative;
	display: inline-block;
	float: left;
	width: 12.5%;
	text-align: left;
	margin: 7px 0;
	padding: 0px;
	color: #565656;	
	letter-spacing: -1px;
	/* border-bottom:1px dashed #dfdfdf; */
	line-height: 20px;
}

.church_search {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	border: 1px solid #d8d7d7;
	border-top: 2px solid #3e7699;
	box-shadow: 0px 4px 0px rgba(0,0,0,0.04);
	margin-bottom: 33px;
	overflow: hidden;
}

.church_search .cs_left {
	position: relative;
	display: inline-block;
	float: left;
	line-height: 48px;
	border-right: 1px solid #d8d7d7;
	font-size: 15px;
	width: 40%;
	text-align: center;
}
.church_search input,
.church_search select, 
.church_search textarea, 
.church_search button {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.00em;
    color: #444;
}

.church_search .cs_left > label {
	margin: 0 7px;
	line-height: 20px;	
}

.church_search .cs_left > label > input {
	-webkit-appearance:none;
	width:15px;
	height:15px;
	border:1px solid #8a8a8a;
	border-radius:50%;
	outline:none;
	background:#FFF;
	vertical-align: -2px;
}

.church_search .cs_left > label > input[type='radio']:before {
	content:'';
	display:block;
	width: 9px;
	height: 9px;
	margin: 2px auto;  
	border-radius:50%;  
}

.church_search .cs_left > label > input[type='radio']:checked {
	border:1px solid #177bb4;
}

.church_search .cs_left > label > input[type='radio']:checked:before {
	background:#177bb4;
}

.church_search .cs_left > label > span {
	vertical-align: 0px;
}

.church_search .cs_right {
	position: relative;
	display: inline-block; 
	float: left;
	width: 100%;
	padding: 3px;
}

.church_search .cs_right > input {
	border: 0px;
    height: 42px;
    padding: 0.5em;
	padding-left: 10px;
    width: 70%;    
}

.church_search .cs_right > input::-webkit-input-placeholder { /* í¬ë¡¬ 4â€“56 */
    color: #9d9d9d;
}

.church_search .cs_right > input::-moz-placeholder { /* íŒŒì´ì–´í­ìŠ¤ 4â€“18 */
   color: #9d9d9d;
   opacity:  1;
}

.church_search .cs_right > input::-moz-placeholder { /* íŒŒì´ì–´í­ìŠ¤ 19â€“50 */
   color: #9d9d9d;
   opacity:  1;
}

.church_search .cs_right > input::-ms-input-placeholder { /* ì¸í„°ë„· ìµìŠ¤í”Œë¡œëŸ¬ 10+ */
   color:  #9d9d9d;
}

.church_search .cs_right > input::placeholder { /* íŒŒì´ì–´í­ìŠ¤ 51+, í¬ë¡¬ 57+ */
   color: #9d9d9d;
   opacity:  1;
}

.church_search .cs_right > button {
	line-height: 42px;
	background: #3e7699;
	color: #FFF;
	border-radius: 3px;
	border: 0px;
	font-size: 15px;
	padding: 0 25px;
	float: right;
	cursor: pointer;
}

/* 본당 상세페이지 */
div.churchViewTop {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	background: #e4f2fb;
	border-radius: 5px;
	overflow: hidden;
}

div.churchViewTop .ciTop {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 20px 20px 17px;
	background: url(/assets/cas02/image/church/church_view_bg.png);
	color: #FFF;
	overflow: hidden;
}

div.churchViewTop .ciTop ul.citName {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
}

div.churchViewTop .ciTop ul.citName li {
	font-size: 23px;
	overflow: hidden;
	line-height: 30px;
}

div.churchViewTop .ciTop ul.citName li.areaTitle {
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 27px;
	margin-bottom: 6px;
}

div.churchViewTop .ciTop ul.citName li.areaTitle span {
	border: 1px solid #FFF;
	border-radius: 5px;
	padding: 2px 7px;	
}

div.churchViewTop .ciTop ul.citInfo {
	position: relative;
	display: inline-block;
	float: right;
	margin: 40px 0 0;
	padding: 0px;
}

div.churchViewTop .ciTop ul.citInfo li {
	position: relative;
	display: inline-block;
	float: left;
	margin: 0 0 0 25px;
	padding: 0px;
	line-height: 23px;
	font-size: 15px;
	vertical-align: middle;
}

div.churchViewTop .ciTop ul.citInfo li span {
	display: inline-block;
	float: left;
	width: 23px;
	height: 23px;
	line-height: 23px;
	background: #FFF;
	margin: 0 5px 0 0;
	border-radius: 50%;	
}

div.churchViewTop .ciTop ul.citInfo li p {
	display: inline-block;
	line-height: 23px;
}

div.churchViewTop .ciTop ul.citInfo li span img { width: 100%; }

div.churchViewTop .ciTop ul.citInfo li a.c_jubo_go {
	position: relative;
	display: block;
	padding: 0px 10px;
	border: 1px solid #FFF;
	border-radius: 30px;
	font-size: 14px;
}

div.churchViewTop .ciTop ul.citInfo li a.c_jubo_go i {
	margin-left: 5px;
}


div.churchViewTop .ciMid {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 20px;
	overflow: hidden;
}

div.churchViewTop .ciMid div.cimInfo {
	position: relative;
	display: inline-block;
	float: left;
	width: 512px;
	margin: 0px;
	padding: 0px;
}

div.churchViewTop .ciMid div.cimInfo ul.cimiList {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 0px;
	border: 1px dashed #FFF;
	border-bottom: 0px;
	overflow: hidden;
}

div.churchViewTop .ciMid div.cimInfo ul.cimiList li {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	font-size: 15px;
	letter-spacing: -1px;
	overflow: hidden;
	border-bottom: 1px dashed #FFF;
	line-height: 34px;
}

div.churchViewTop .ciMid div.cimInfo ul.cimiList li span:first-child {
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	background: rgba(255,255,255,0.3);
	border-right: 1px dashed #FFF;
	color: #125277;	
	text-align: left;	
	padding: 0 10px;
	font-weight: bold;
	
}

div.churchViewTop .ciMid div.cimInfo ul.cimiList li span:last-child {
	position: relative;
	display: inline-block;
	float: left;
	width: 80%;
	padding: 0 20px;
}

div.churchViewTop .ciMid div.cimiPhoto {
	position: relative;
	display: inline-block;
	float: right;
	width: 307px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.churchViewTop .ciMid div.cimiPhoto ul li {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.churchViewTop .ciMid div.cimiPhoto ul li a {
	display:block;
	height:203px;
}

div.churchViewTop .ciMid div.cimiPhoto ul li img {
	width: 100%;
}

div.churchViewTop .ciMid div.cimiPhoto div.navi {
	position: relative;
	display: block;
	width: 100%;
	margin: 10px 0 0;
	padding: 0px;
	text-align: center;
}

div.churchViewTop .ciMid div.cimiPhoto div.navi span {
	position: relative;
	display: inline-block;
	width: 11px;
	height: 11px;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
	cursor: pointer;
	margin: 0 3px;
	opacity:1;
}

div.churchViewTop .ciMid div.cimiPhoto div.navi span.swiper-pagination-bullet-active {
	background: #ff5cb0;
}

div.churchViewTop .ciBot {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	margin: 5px 20px 17px;
	padding: 0px;
}

div.churchViewTop .ciBot ul {
	position: relative;
	display: flex;
	flex-flow:column wrap;
	clear: both;
	width: calc(100% - 40px);
	background: #FFF;
	border-radius: 5px;
	overflow: hidden;
}

div.churchViewTop .ciBot ul li {
	position: relative;
	display: flex;
	justify-content:center;
	/* float: left; */
	width: 100%;
	margin: 0px;
	padding: 0;
	font-size: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
div.churchViewTop .ciBot ul li:last-child
{
	border-bottom:0;
}

div.churchViewTop .ciBot ul li i {
	width: 45px;
	flex-basis:45px;
	flex-shrink:0;
}

div.churchViewTop .ciBot ul li:first-child i { background: #fec00f; }
div.churchViewTop .ciBot ul li:last-child i { background: #00b8e7; }

div.churchViewTop .ciBot ul li i img { width: 74%; margin: 13%; }

div.churchViewTop .ciBot ul li span {
	color: #595959;
	line-height: 1.6;
	position: relative;
	display: block;
	word-break:break-word;
}
div.churchViewTop .ciBot ul li > span
{
	flex-grow:1;
	padding:10px 13px;
}

div.churchBox {
	position: relative;
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 0px;
}

div.churchBox h3 {
    position: relative;
    font-size: 18px;
    color: #000000;
    padding-left: 23px;
    margin-bottom: 20px;
}

div.churchBox h3:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #5b5b5b;
    border-radius: 100%;
    background: #fff;
}

table.mass_table {
	position: relative;
	display: block;
	/* width: 100%; */
	margin: 0px;
	padding: 0px;
	border: 1px solid #a4a4a4;
	border-radius: 5px;
}

table.mass_table th,
table.mass_table td {
	border-right: 1px solid rgba(0,0,0,0.2);	
	vertical-align: top;
	font-size: 15px;
	line-height: 25px;
}

table.mass_table th {
	background: #9ebfd4;
	color: #FFF;
	font-weight: normal;
	padding: 7px;
}

table.mass_table th:first-child {
	background: #3b80ac;
}

table.mass_table td {
	padding: 15px;
	text-align: center;
}

table.mass_table th:last-child,
table.mass_table td:last-child {
	border-right: 0px;
}
table.basic.priest .name{
	margin-bottom: 10px;
}
table.basic.priest .add{

}
table.basic.priest .add img,
table.basic.priest .num img{
    width: 18px;
	transform: translateY(-1px);
}

























div.area_wrap {
    padding: 15px 0px 40px;
    border-bottom: 2px solid #535353;
    overflow: hidden;
}

div.area_wrap .mapBox {
	height: 450px !important;
	border: 1px solid #dfdfdf;
}



@media screen and (max-width: 1024px) {
	div.churchViewTop .ciMid div.cimInfo {
		width: calc(100% - 320px);
	}

	div.churchViewTop .ciMid div.cimInfo ul.cimiList li span:first-child {
		width: 30%;
		padding: 0 10px;
	}
	
	div.churchViewTop .ciMid div.cimInfo ul.cimiList li span:last-child {
		width: 70%;
		padding: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	.church_table tr th {		
		width: 70px;
	}

	.church_table tr td {		
		/* width: calc(100% - 70px); */
	}

	.church_table tbody tr td > ul.churchList li {
		width: 20%;
		margin: 4px 0;		
	}

	.church_total p.bbsTotal {
		line-height: 20px;
		margin-top: 0px;
	}

	.church_total {
		margin-bottom: 0px !important;
	}

	div.parishList h3 {
		font-size: 16px;
		padding-left: 24px;
		margin-bottom: 7px;
		line-height: 23px;
	}
	
	div.parishList h3:before {
		top: 7px;
		left: 5px;
		width: 11px;
		height: 11px;
	}

	div.parishBox {
		padding: 6px 15px;
		margin-bottom: 20px;
	}

	div.parishBox > ul > li {
		width: 16.66666%;
		margin: 5px 0;
	}

	div.churchViewTop .ciTop {
		padding: 15px 15px 10px;
	}

	div.churchViewTop .ciTop ul.citInfo {
		float: left;
		width: 100%;
		margin: 15px 0 0 -23px;
	}

	div.churchViewTop .ciMid div.cimInfo ul.cimiList li {
		font-size: 14px;
	}

	div.churchViewTop .ciBot ul li {
		width: 100%;
		border-bottom: 1px solid #e4f2fb;
		font-size: 14px;
	}

	div.churchViewTop .ciBot ul li:last-child {
		border-bottom: 0px;
	}

	div.churchViewTop .ciBot ul li i {
		flex-basis:41px;
	}



}


@media screen and (max-width: 710px) {
	div.churchViewTop .ciMid div.cimInfo {
		width: 100%;
		overflow: hidden;
	}

	div.churchViewTop .ciMid div.cimiPhoto {
		display: block;
		float: none;
		margin: 15px auto 0;
	}


}



@media screen and (max-width: 600px) {

	.church_tab { margin-bottom: 15px; }

	.church_table tbody tr th {
		display: none;
	}

	.church_table tbody tr td {
		width: 100%;
		font-size: 14px;
		padding: 0px 0 15px;
	}
	
	.church_table tbody tr td > h4 { 
		position: relative;
		display: block;
		width: 100%;
		font-size: 15px;
		line-height: 25px;
		background: #f3f3f3;
		font-weight: bold;
		padding: 5px 0;
		text-align: center;
		margin-bottom: 10px;
	} 

	.church_table tbody tr td > ul.churchList {
		width: 95%;
		margin: 0px auto 15px;
		overflow: hidden;
	}

	.church_table tbody tr td > ul.churchList li {
		width: 25%;
	}

	div.parishBox > ul > li {
		width: 20%;
		font-size: 14px;
	}

	ul.bbsCategory {
		margin: 0px 0px 15px;
	}

	div.parishList {
		margin: 5px 0 0;
	}

	div.parishList h3 {
		font-size: 15px;
		line-height: 20px;
	}

	div.parishList h3:before {
		top: 5px;
	}

	div.churchViewTop .ciMid {
		padding: 10px;
	}

	div.churchViewTop .ciTop ul.citInfo li {
		margin: 0 0 6px 25px;
		width: 100%;
	}

	div.churchViewTop .ciTop ul.citInfo li a.c_jubo_go {
		position: relative;
		display: block;
		padding: 3px 10px;
		text-align: center;
		margin-top: 5px;
	}
	
	div.churchViewTop .ciTop ul.citInfo li a.c_jubo_go i {
		margin-left: 5px;
	}

	div.churchViewTop .ciBot {
		margin: 5px 10px 10px;
		padding: 0px;
	}

	div.churchViewTop .ciBot ul {
		width: calc(100% - 20px);
	}


	div.churchViewTop .ciBot ul li span {
		font-size: 13px;
	}

	div.churchViewTop .ciBot ul li i {
		flex-basis:36px;
	}

	div.churchBox h3 {
		font-size: 16px;
		padding-left: 18px;
		margin-bottom: 12px;
	}

	div.churchBox h3:before {
		top: 3px;
		width: 10px;
		height: 10px;
	}

	div.area_wrap .mapBox {
		height: 350px !important;
	}

	div.churchViewTop .ciTop ul.citName li.areaTitle {
		display: block;
		float: left;
		margin-bottom: 0px;
		margin-left: 0px;
	}

	div.churchViewTop .ciTop ul.citName li {
		font-size: 18px;
		display: block;
		float: left;
		margin-left: 7px;
		line-height: 29px;
	}

	div.churchViewTop .ciMid div.cimInfo ul.cimiList li span:last-child {
		padding: 0 7px;
	}

	div.churchViewTop .ciMid div.cimInfo ul.cimiList li {
		font-size: 13px;
	}

	div.churchViewTop .ciTop {
		padding: 10px 10px 5px;
	}

	div.churchViewTop .ciTop ul.citInfo {
		margin-top: 10px;
	}

}


@media screen and (max-width: 425px) {
	
	.church_table tbody tr td > h4 {
		font-size: 14px;
		line-height: 20px;
		padding: 4px 0;
	}

	.church_table tbody tr td {
		width: 100%;
		padding: 0px 0 15px;
	}

	div.parishBox > ul > li {
		width: 25%;
	}

	table.mass_table th, 
	table.mass_table td {
		font-size: 14px;
	}

	table.mass_table th {
		padding: 3px;
	}

	table.mass_table td {
		padding: 8px;
	}

}

@media screen and (max-width: 375px) {
	.church_table tbody tr td > ul.churchList li {
		width: 25%;
	}

	div.parishBox > ul > li {
		width: 33.33333%;
		font-size: 13px;
	}

}


@media screen and (max-width: 320px) {
	.church_table tbody tr td > ul.churchList li {
		width: 33.333333%;
	}


	div.churchViewTop .ciMid div.cimInfo ul.cimiList li span:first-child {
		width: 30%;
		padding: 0 5px;
	}

	div.churchViewTop .ciMid div.cimInfo ul.cimiList li span:last-child {
		width: 70%;
	}

}











/* 춘천본당 */
.district .tab_wrap{
	margin-top: 60px;
	padding-right: 0;
}
.district .map_wrap{
	display: flex;
	margin-top: 50px;
}
.district .map_wrap img{
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
	.district .map_wrap{
		height: auto !important;
		aspect-ratio: 16 / 12;
		margin-top: 30px;
	}
}
.page_wrap.district table.basic tbody tr .bold_text{
	text-align: left !important;
}
.page_wrap.district.gongso table.basic tbody tr .bold_text{
	text-align: center !important;
}

@media screen and (max-width: 767px) {
	table.basic .mobile{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		gap: 5px 25px;
		margin-top: 8px;
	}
	table.basic .mobile li{
		display: flex;
		align-items: flex-start;
		gap: 10px;
		font-size: 15px;
	}
	table.basic .mobile li:last-of-type{
		align-items: center;
	}
	table.basic .mobile li .title{
		color: #A2A2A6;
		line-height: 16px;
		min-width: 48px;
	}
	table.basic .mobile li:last-of-type .move_btn_wrap {
		padding-top: 5px;
		padding-bottom: 7px;
		margin-top: 5px;
		margin-bottom: 3px;
	}
	.sub_text .representative{
		display: flex;
		flex-direction: column;
	}
	.sub_text .representative dl{
		display: flex;
		gap: 3px;
		height: 16px;
	}
	.sub_text .representative dl dt{
		line-height: 16px;
	}
	.sub_text .representative dl dd{
		line-height: 16px;
		display: inline-block;
	}
	.district .tab_wrap{
		margin-top: 30px;
		padding-right: 0;
	}
	
}












.district .part{
	margin-top: 50px;
}
.district .part .basic{}
.district .part .basic th{

}
.district .part .basic tbody th{
	text-align: left;
	padding: 9px 10px 16px;
}
.district .part .basic td{
	text-align: left;
}
.district .part .basic td .representative{
	
}
.district .part .basic td .representative dl{
	display: flex;
	align-items: center;
}
.district .part .basic td .representative dl dt{
	position: relative;
	padding-right: 5px;
}
.district .part .basic td .representative dl dt::after{
	content: ":";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
}
.district .part .basic td .representative dl dd{
	padding-left: 4px;
}
.district .part .basic .move {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	transform: translateY(-1px);
}
.district .part .basic .move img{
	width: 100%;
	height: 100%;
}
.district .part .basic .move_btn_wrap{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px 8px;
    text-align: center;
    background: #ffffff;
    font-size: 15px;
    color: rgb(87, 87, 87);
    border-radius: 8px;
    border: 1px solid #d3d2d2;
	pointer-events: none;
}
.district .part .basic .move_btn_wrap.active{
	border: 1px solid #D66F50;
	color: #D66F50;
	pointer-events: initial;
}
@media screen and (max-width: 767px) {
	.district .part{
		margin-top: 30px;
	}
	.district .part .basic tbody th{
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.representative dl dt::after{
		content: ":";
		display: inline-flex !important;
		margin-left: 2px;
	}
}



























.gongso .label_marker{
	transform: translateY(11px);
}
.gongso_view .label_marker{
	transform: translateY(-12px);
}
.label_marker{
	font-size: 14px;
    font-weight: 600;
    display: flex;
    background-color: #fff;
    box-shadow: 2px 3px 6px #0000000D;
    padding: 3px 10px 5px;
    border-radius: 5px;
    transform: translateY(20px);
}
.label_marker::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 0.5px);
    height: calc(100% - -0.2px);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: inherit;
}
@media screen and ( max-width: 767px ) {
	.label_marker{
		padding: 3px 10px 4px;
	}
	.gongso .label_marker{
		transform: translateY(9px);
	}
}














/* view */
.church_view{
	/* padding-top: 60px; */
}
.church_view .part{
    display: flex;
    flex-wrap: wrap;
}

.church_view .part:not(:last-child){
    padding-bottom: 60px;
}

.church_view #map{
    width: 100%;
    height: 320px;
}

.church_view .info_position{
    padding-bottom: 0px;
}

.church_view .map_ad_info{
    position: relative;
    display: block;
    text-align: center;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 21px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
}

.church_view .map_ad_info:after{
    content: '';
    position: absolute;
    left: calc(50% - 5.6px);
    width: 8px;
    height: 8px;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    background-color: #fff;
    bottom: -5.6px;
    transform: rotate(45deg);
}
.church_view .part .church_img{
	
}
.church_view .part .church_img .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.church_view .part > div:first-of-type{
    width: 49%;
    padding-right: 30px;
}
.church_view .part .text_wrap.tiem{

}
.church_view .part .text_wrap.tiem table.basic tbody tr{
	border-bottom: 1px dashed #E5E5E5;
}
.church_view .part .text_wrap.tiem table.basic tbody tr:last-of-type{
	border-bottom: 0;
}
.church_view .part .text_wrap.tiem .no_data_message{
	padding: 95px 15px;
}
.church_view .part .text_wrap.tiem .no_data_message p{
	font-size: 16px;
}

.church_view .part > div:last-of-type{
    width: 51%;
    padding-left: 30px;
}

.church_view .part .visual_con .church_img{
	position: relative;
    padding-bottom: 40px;
    /* height: 100%; */
    overflow: hidden;
}
.church_view .part .visual_con .church_img .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
}


.church_view .part .visual_con .church_img .img_wrap{
    max-height: 492px;
    height: 34.2vw;
    background-color: #F6F4F1;
}

.church_view .part .visual_con .church_img .img_wrap.no_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.church_view .part .visual_con .church_img .button_wrap{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 142px;
    left: calc(50% - 71px);
    bottom: 0;
}
.church_view .part .church_list caption{
	display: none;
}

.visual_con .church_img .swiper-button-next,
.visual_con .church_img .swiper-button-prev,
.visual_con .church_img .swiper-pagination{
    position: relative;
    margin-top: 0;
    top: auto;
    width: 30px;
    height: 21px;
}

.visual_con .church_img .swiper-pagination{
    width: auto;
}

.visual_con .church_img .swiper-button-prev{
    background-image: url('/assets/ccd01/image/icon_arrow_left_more_black.svg');
	background-size: 20px;
	transform: translateY(1px);
}
.visual_con .church_img .swiper-button-next{
    background-image: url('/assets/ccd01/image/icon_arrow_right_more_black.svg');
	background-size: 20px;
	transform: translateY(1px);
}
.visual_con .church_img .swiper-pagination-progressbar{
    background-color: #fff;
}
.visual_con .church_img .swiper-pagination-fraction{
    bottom: 0;
	font-family: Arial, sans-serif !important;
}

.visual_con .church_img .swiper-pagination span{
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.3px;
    color: #1E1E1E;
	font-family: "Noto Serif KR EN NUM", "Pretendard";
}
.visual_con .church_img .swiper-pagination span.swiper-pagination-current{
    color: #FE493C;
	color: #D66F50;
	font-weight: 700;
}

.church_view .part .text_wrap > h5{
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -2.4px;
    color: #231915;
}

.church_view .part .visual_con > h6,
.church_view .part .text_wrap > h6{
    padding-bottom: 22px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -2.4px;
    color: #231915;
	display: flex;
	justify-content: space-between;
}

.church_view .part .visual_con > h6 span,
.church_view .part .text_wrap > h6 span{
    border: 1px solid #D66F50;
    border-radius: 800px;
    letter-spacing: -1.3px;
    color: #D66F50;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 11px 6px;
    background-color: #fff;
}

.part table.church_list th,
.part table.church_list td,
.part table.church_list td *{
    padding: 5px 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.9px;
    color: #1E1F25;
}
.part table.church_list td > div{
    padding-top: 0px;
    padding-bottom: 0px;
}

.part table.church_list th{
    width: 95px;
    color: #94999E;
    vertical-align: top;
}

/* 이력보기 */
/* .part table.church_list td .border{
    display: inline-block;
    margin-left: 12px;
    padding: 2.5px 10px;
    min-width: 79px;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.75px;
    color: #CE9D41;
    border: 1px solid #CE9D41;
    border-radius: 13.5px;
} */

.part table.basic.time tr th,
.part table.basic.time tr td{
    padding: 16px 21px;
	font-size: 16px;
	border-top: 0;
}

.part table.basic.time tr th{
    text-align: center;
    font-weight: 600;
    width: 90px;
    color: #000000;
}

.part table.basic.time tr td{
    color: #999;
	text-align: left;
}

.part table.basic.time tr.sunday th{
    color: #ce382d;
}

.part table.basic.time tr.sunday td{
    letter-spacing: 0;
    color: #1E1E1E;
}

.church_view .part .text_wrap ul.address{
    display: flex;
    padding-top: 40px;
}

.church_view .part .text_wrap ul.address li{
    width: 48%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.08px;
    color: #888;
}

.church_view .part .text_wrap ul.address li strong{
    display: block;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: -1.05px;
    color: #1E1E1E;
}

.church_view .part .text_wrap ul.address li:first-child{
    padding-right: 20px;
    width: 52%;
}

.church_view .common_btns_center{
	display: flex;
	justify-content: center;
	border-top: 1px solid #e5e5e5;
}
.church_view .common_btns_center a{
    margin-top: 30px;
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    margin-left: 5px;
    padding: 0 20px 2px;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
    color: rgb(87, 87, 87);
    border-radius: 8px;
    border: 1px solid #d3d2d2;
}
.church_view .common_btns_center a:hover{
	border: 1px solid #D66F50;
	color: #D66F50;
}
/* 조건부 버튼 추가(dropdown, 흑산 성단, 사적지) */
.church_view .part .text_wrap .dropdown
{
	position: relative;
    z-index: 2;
}
.church_view .part .text_wrap .dropdown > .btn
{
	width: 100%;
}
.church_view .part .text_wrap .dropdown > .btn.dropdown-toggle
{
	padding-right: calc(28px - 11px);
}
.church_view .part .text_wrap .dropdown > .btn::after
{
	content: '';
    position: absolute;
    top: 20px;
    right:28px;
    width: 11px;
    height: 7px;
    background: url('/assets/gjc01/images/common/header_top_arrow.svg') no-repeat center center;
    background-size: 11px;
    transition: all .3s;
}
.church_view .part .text_wrap .dropdown > .btn.active::after
{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.church_view .part .text_wrap .dropdown-menu
{
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
}
.church_view .part .text_wrap .dropdown-menu .btn::before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.church_view .part .text_wrap .btns .btn
{
	position: relative;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-size: 18px;
	letter-spacing: -0.9px;
	color: #fff;
}
.church_view .part .text_wrap .btns .btn .icon
{
	/* icon 위치 조절 */
	font-size: 0;
}
.church_view .part .text_wrap .btns .btn .txt
{
	line-height: 1;
}
.church_view .part .text_wrap .btns .btn-vr
{
	background-color: #FE493C;
}
.church_view .part .text_wrap .btns .btn-video
{
	background-color: #30353B;
}
.church_view .part .text_wrap .btns
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
    padding-top: 40px;
	@media screen and (max-width:410px) {
        flex-direction: column;
        padding-top: 15px;
	}
}
.church_view .part .text_wrap .btns > *
{
	flex: 1;
	@media screen and (max-width:410px) {
		flex: unset;
		width: 100%;
	}
}
/* view end */

@media screen and ( max-width: 1279px ) {
    .church_view .part > div:first-of-type{
        width: 48%;
        padding-right: 2vw;
    }
    .church_view .part > div:last-of-type{
        width: 52%;
        padding-left: 2vw;
    }

    .church_view .part .text_wrap > h5{
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 17px;
    }

    .part table.church_list th,
    .part table.church_list td,
    .part table.church_list td *,
    .church_view .part .text_wrap ul.address li{
        font-size: 16px;
        line-height: 22px;
    }

    .part table.church_list th{
        width: 97px;
    }

    /* 이력보기 */
    /* .part table.church_list td .border{
        font-size: 13px;
        line-height: 18px;
        border-radius: 12.5px;
    } */

    .church_view .part .text_wrap ul.address{
        padding-top: 27px;
    }

    .church_view .part .text_wrap ul.address li strong{
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and ( max-width: 1023px ) {
    .church_view .part .visual_con > h6,
    .church_view .part .text_wrap > h6{
        padding-bottom: 18px;
        font-size: 21px;
        line-height: 33px;
    }

    .church_view .part .visual_con > h6 span,
    .church_view .part .text_wrap > h6 span{
        display: block;
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
    }

    .part table.basic.time tr th{
        width: 94px;
    }

    table.basic tbody th,
    table.basic tbody td{
        font-size: 17px;   
    }

    .part table.basic.time tr th,
    .part table.basic.time tr td{
        padding: 11px 15px;
    }
    .part table.basic.time tr td{
        padding-left: 0;
    }

}

@media screen and ( max-width: 767px ) {

    .section_content table.abc td ul li{
        width: 25%;
    }
    .section_content table.abc td ul li a{
        font-size: 15px;
    }

    .church_view .part .text_wrap > h5{
        font-size: 23px;
        line-height: 29px;
        padding-bottom: 14px;
		letter-spacing: -1.5px;
    }

    .part table.church_list th,
    .part table.church_list td,
    .part table.church_list td *,
    .church_view .part .text_wrap ul.address li{
        font-size: 15px;
    }

    .church_view .part > div:first-of-type{
        padding-right: 7.5px;
    }
    .church_view .part > div:last-of-type{
        padding-left: 7.5px;
		padding-top: 30px;
    }
	.church_view .part:not(:last-child){
		padding-bottom: 30px;
	}

    /* 이력보기 */
    /* .part table.church_list td .border{
        display: block;
        margin-top: 6px;
        margin-left: 0;
        max-width: 50px;
    } */

    .church_view .part .visual_con > h6,
    .church_view .part .text_wrap > h6{
        font-size: 20px;
		letter-spacing: -1.5px;
    }
    
    table.basic tbody th,
    table.basic tbody td{
        font-size: 15px;
    }

    .church_view .common_btns_center{
        margin-top: 0;
    }

    .church_view .map_ad_info{
        padding: 4px 10px;
        font-size: 14px;
        line-height: 19px;
    }
	.church_view .part .text_wrap.tiem .no_data_message{
		padding: 60px 15px;
	}
	.church_view .common_btns_center a{
		margin-left: 0;
	}
    
}

@media screen and ( max-width: 615px ) {

    .section_content table.abc td ul li{
        width: 50%;
        min-width: 93px;
    }


    .church_view .part > div:first-of-type,
    .church_view .part > div:last-of-type{
        width: 100%;
        padding: 0;
    }

    .church_view .part > div:last-of-type{
        padding-top: 30px;
    }

    .church_view .part .visual_con .church_img{
        padding-bottom: 40px;
    }

    .church_view .part .visual_con .church_img .img_wrap{
        height: 57vw;
    }

    .church_view .part .visual_con .church_img .no_img img{
        object-fit: contain;
        max-height: 100%;
    }

    .church_view .part .text_wrap ul.address{
        flex-wrap: wrap;
    }

    .church_view .part .text_wrap ul.address li,
    .church_view .part .text_wrap ul.address li:first-child{
        width: 100%;
        padding-right: 0;
    }

    .church_view .part .text_wrap ul.address li + li{
        padding-top: 15px;
    }
    
    
    .part table.basic.time tr th{
        width: 63px;
    }
}