/* 성지 > 순교사적지 */
#martyr_list_wrap
{
	/* padding-top: 60px; */
}
#martyr_list_wrap > ul
{
	display:flex;
	flex-flow:row wrap;
	margin-top: 40px;
}
#martyr_list_wrap > ul > li
{
    position: relative;
    width: calc(33.333334% - 20px);
    margin: 0 30px 30px 0;
    transition: all .3s;
}
#martyr_list_wrap > ul > li:nth-child(3n)
{
	margin-right:0;
}
#martyr_list_wrap > ul > li > a
{
	display:flex;
    flex-direction: column;
    flex-wrap: wrap;
	height:100%;
	border:1px solid rgba(112, 112, 112, 0.15);
	border-radius: 10px;
	overflow: hidden;
}
#martyr_list_wrap > ul > li > a .image_wrap
{
	overflow:hidden;
	background:#F6F4F1;
	height: 187px;
}
#martyr_list_wrap > ul > li > a .image_wrap img{
	width: 100%;
	height: 100%;
}
#martyr_list_wrap > ul > li > a .text_wrap
{
	flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 20px 20px;
    justify-content: space-between;

}
#martyr_list_wrap > ul > li > a .text_wrap > *
{
	width:100%;
}
#martyr_list_wrap > ul > li > a .text_wrap > .area > ul {
	margin-top: 15px;
}
#martyr_list_wrap > ul > li > a .text_wrap h4
{
    padding: 25px 0 20px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -1.3px;
}
#martyr_list_wrap > ul > li > a .text_wrap h3{
    text-align: left;
	font-weight: 700;
    font-size: 17px;
    color: #231915;
	margin-top: 15px;
}
#martyr_list_wrap > ul > li > a .text_wrap ul li
{
	position:relative;
	display:flex;
    align-items: flex-start;
}
#martyr_list_wrap > ul > li > a .text_wrap ul li + li
{
	margin-top:8px;
}
#martyr_list_wrap > ul > li > a .text_wrap ul li span
{
	font-size:16px;
	color:#30353B;
	letter-spacing:-0.8px;
	line-height:1.4;
    text-align: left;
    word-break: keep-all;
	margin-left: 10px;
}
#martyr_list_wrap > ul > li > a .text_wrap .detail
{
	display:flex;
	align-self:flex-end;
	justify-content:center;
	align-items:center;
	margin-top:36px;
	background:#807A7D;
	font-size:16px;
	font-weight:300;
	color:#fff;
	letter-spacing:-0.8px;
	transition:all .3s;
	border-radius: 5px;
	padding: 13px 0 16px;
}
#martyr_list_wrap > ul > li:hover > a
{
	border:1px solid #D66F50;
}
#martyr_list_wrap > ul > li:hover a .text_wrap .detail
{
	background:#D66F50;
}

/* media */
@media screen and (max-width:1400px)
{
	#martyr_list_wrap
	{
		margin-top:0;
	}
	#martyr_list_wrap > ul > li
	{
		width:calc(33.333334% - 27px);
		margin:0 40px 40px 0;
	}
	#martyr_list_wrap > ul > li > a .image_wrap
	{
		height:240px;
	}
	#martyr_list_wrap > ul > li > a .text_wrap
	{
		height:calc(100% - 240px);
	}

}

@media screen and (max-width:1279px)
{
	#martyr_list_wrap > ul > li
	{
		width:calc(33.333334% - 20px);
		margin:0 30px 30px 0;
	}
	#martyr_list_wrap > ul > li > a .image_wrap
	{
		height:200px;
	}
	#martyr_list_wrap > ul > li > a .text_wrap
	{
		height:calc(100% - 200px);
	}
	#martyr_list_wrap > ul > li > a .text_wrap h4
	{
		font-size:20px;
		padding:22px 0 18px
	}
	#martyr_list_wrap > ul > li > a .text_wrap ul li
	{
		align-items:flex-start;
	}
	#martyr_list_wrap > ul > li > a .text_wrap ul li span
	{
		font-size:15px;
		line-height:1.4;
		padding-top:2px;
	}
	#martyr_list_wrap > ul > li > a .text_wrap .detail
	{
		height:40px;
		margin-top:30px;
		font-size:15px;
	}
}

@media screen and (max-width:1023px)
{
	#martyr_list_wrap > ul > li
	{
		width:calc(50% - 13px);
		margin:0 25px 25px 0 !important;;
	}
	#martyr_list_wrap > ul > li:nth-child(even)
	{
		margin-right:0 !important;
	}
	#martyr_list_wrap > ul > li > a .text_wrap ul li + li
	{
		margin-top:6px;
	}
}

@media screen and (max-width:767px)
{
	#martyr_list_wrap > ul > li
	{
		width:100%;
		margin:0 0 15px 0 !important;;
	}
	#martyr_list_wrap > ul > li > a .text_wrap
	{
		padding:0 15px 15px;
	}
	#martyr_list_wrap > ul > li > a .text_wrap h4
	{
		font-size:18px;
		padding:20px 0 16px
	}
	#martyr_list_wrap > ul > li > a .text_wrap .detail
	{
		margin-top:20px;
		font-size:15px;
	}
	#martyr_list_wrap > ul > li > a .text_wrap ul li img
	{
		width:20px
	}
	#martyr_list_wrap > ul > li > a .text_wrap ul li span
	{
		font-size:14px;
		padding-top:0;
		margin-left:5px;
	}
	#martyr_list_wrap > ul > li > a .text_wrap h3{
		margin-top: 0;
	}
}

















/* 성지 > 순교사적지 > 나주순교자기념성당 */
.section_content.max_100
{
	max-width:100%;
	padding-right:0;
}
#martyr_wrap .top{
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
}
#martyr_wrap .image_wrap
{
	height:100%;
	overflow:hidden;
}
#martyr_wrap .right_wrap
{
	position:absolute;
	bottom:0px;
	right:0;
}
#martyr_wrap .right_wrap .box
{
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    background: #ffffffb5 0% 0% no-repeat padding-box;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 40px;
}
#martyr_wrap .right_wrap .box h4
{
    color: #1E1E1E;
    letter-spacing: -2.5px;
    word-break: keep-all;
    font-size: 30px;
    font-weight: 600;
}
#martyr_wrap .right_wrap .box .info_list_wrap{
	position:relative;
	border-left:1px solid rgba(0,0,0,0.1);
	margin-top: 25px;
	padding-left: 25px;
}
#martyr_wrap .right_wrap .box .info_list_wrap:before
{
	content:'';
	position:absolute;
	top:0;
	left:-1px;
	width:1px;
	height:45px;
	background:#D66F50;
}
#martyr_wrap .right_wrap .box .info_list
{
	position:relative;
}
#martyr_wrap .right_wrap .box .info_list li{
	display: flex;
	font-size: 15px;
	line-height: 1.4;
}
#martyr_wrap .right_wrap .box .info_list li .tit{
	width: 70px;
}
#martyr_wrap .right_wrap .box .info_list li .con{
	width: calc(100% - 70px);
}
#martyr_wrap .right_wrap .box .info_list li + li
{
	margin-top:3px;
}
#martyr_wrap .right_wrap .box .dropdown
{
	position: relative;
}
#martyr_wrap .right_wrap .box .dropdown > .btn
{
	width: 100%;
}
#martyr_wrap .right_wrap .box .dropdown > .btn.dropdown-toggle
{
	padding-right: calc(28px - 11px);
}
#martyr_wrap .right_wrap .box .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;
}
#martyr_wrap .right_wrap .box .dropdown > .btn.active::after
{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
#martyr_wrap .right_wrap .box .dropdown-menu
{
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
}
#martyr_wrap .right_wrap .box .dropdown-menu .btn::before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
#martyr_wrap .right_wrap .box .btn
{
	position: relative;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 18px;
	letter-spacing: -0.9px;
	color: #fff;
}
#martyr_wrap .right_wrap .box .btn .icon
{
	/* icon 위치 조절 */
	font-size: 0;
}
#martyr_wrap .right_wrap .box .btn .txt
{
	line-height: 1;
}
#martyr_wrap .right_wrap .box .btn-vr
{
	background-color: #FE493C;
}
#martyr_wrap .right_wrap .box .btn-video
{
	background-color: #30353B;
}
#martyr_wrap .right_wrap .box .btns
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	@media screen and (max-width:410px) {
		flex-direction: column;
	}
}
#martyr_wrap .right_wrap .box .btns > *
{
	flex: 1;
	@media screen and (max-width:410px) {
		flex: unset;
		width: 100%;
	}
}
#martyr_wrap .homepage_fixed_btn
{
	position:fixed;
	bottom:0;
	right:0;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	width:270px;
	height:80px;
	background:#313959;
	font-size:20px;
	letter-spacing:-1.4px;
	color:#fff;
	padding:0 30px;
	z-index:20;
}
#martyr_wrap .homepage_fixed_btn:after
{
	content:'';
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:72px;
	width:43px;
	height:10px;
	background:url(/assets/gjc01/images/pages/holyland/martyrs/ma_top_arrow.svg) no-repeat center center;
	background-size:43px;
}
#martyr_wrap .max{
	margin-top: 60px;
}
#martyr_wrap .list
{
	display:flex;
	flex-direction: column;
}
#martyr_wrap .list + .list
{
	margin-top:100px;
}
#martyr_wrap .list > *
{
	position:relative;
}
#martyr_wrap .list .left img
{
	position:relative;
	z-index:1;
}
#martyr_wrap .list .bg_type_01:before
{
	/* display:none; */
	content:'';
	position:absolute;
	top:370px;
	left:-50px;
	width:321px;
	height:468px;
	background:#9A9285;
	z-index:0;
}
#martyr_wrap .list .bg_type_02:before
{
	/* display:none; */
	content:'';
	position:absolute;
	bottom:0;
	left:0px;
	width:589px;
	height:229px;
	background:#9A9285;
	z-index:0;
}
#martyr_wrap .list > .right
{
	padding-left:81px;
}
#martyr_wrap .list p
{
	font-size:16px;
	color:#666666;
	letter-spacing:-0.9px;
	line-height:1.7
}
#martyr_wrap .list p:first-of-type{
	margin-top: 0;
}
#martyr_wrap .list p .wrap
{
	display:block;
	margin-top:50px;
	font-size:16px;
	color:#666666;
	letter-spacing:-0.8px;
}
#martyr_wrap .list p .wrap .title
{
	display:block;
	font-size:18px;
	font-weight:500;
	color:#1E1E1E;
	letter-spacing:-0.9px;
	margin-bottom:5px;
}

#martyr_wrap .slide_wrap
{
	position: relative;
	width: 100%;
	margin-top: 60px;
}
#martyr_wrap .slide_wrap img{
    width: 100%;
    height: 100%;
}
#martyr_wrap .slide_wrap h5
{
	font-size:26px;
	font-weight:500;
	color:#000000;
	letter-spacing:-1.82px;
	margin-bottom:20px;
}
#martyr_wrap .slide_wrap .swiper-slide
{
	overflow:hidden;
}
#martyr_wrap .slide_wrap .mar_prev,
#martyr_wrap .slide_wrap .mar_next
{
	width: 60px;
	height: 60px;
	background-size: 43px !important;
	border-radius: 100%;
	position: absolute; 
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 40px;
	right: auto;
}
#martyr_wrap .slide_wrap .mar_next{
	left: auto;
	right: 40px;
}
#martyr_wrap .slide_wrap .mar_prev::before,
#martyr_wrap .slide_wrap .mar_next::before{
	content: ''; /* 가상 요소에 내용 없음 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
	border-radius: 100%;
	z-index: -1; /* 가상 요소가 배경으로 보이도록 설정 */
}

#martyr_wrap .slide_wrap .mar_prev img
{
	width: 30px;
}
#martyr_wrap .slide_wrap .mar_next img
{
	transform: rotate(180deg);
	width: 30px;
}
#martyr_wrap #church_view{

}
#martyr_wrap #church_view .part > div:last-of-type
{
	padding-left:0;
}
#martyr_wrap #church_view .visual_con #map
{
	width:100% !important;
	height:427px !important
}
#church_view .part .visual_con > h6{
	padding-bottom: 22px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1.82px;
    line-height: 38px;	
}



#martyr_wrap .bk{
	display: flex;
	justify-content: center;
	margin-top: 60px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}
#martyr_wrap .list_bk_btn
{
    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;
}
#martyr_wrap .list_bk_btn:hover{
	background: #ffffff;
    color: #D66F50;
    border: 1px solid #D66F50;
}
/* media */
@media screen and (max-width:1499px)
{
	#martyr_wrap .list .bg_type_01:before,
	#martyr_wrap .list .bg_type_02:before
	{
		display:none;
	}
}
@media screen and (max-width:1400px)
{
	#martyr_wrap .list img
	{
		width:500px;
	}
	#martyr_wrap .list .bg_type_01:before
	{
		top:300px;
		height:350px;
	}
	#martyr_wrap .list .bg_type_02:before
	{
		bottom:120px;
		left:0px;
		width:389px;
		height:169px;
	}
	#martyr_wrap .list > .right
	{
		padding-left:50px;
	}
}
@media screen and (max-width:1279px)
{
	#martyr_wrap .max
	{
		margin-top:100px;
	}
	#martyr_wrap .top
	{
		height:680px;
	}
	#martyr_wrap .list
	{
		padding:0 40px;
	}
	#martyr_wrap .list img
	{
		width:440px;
	}
	#martyr_wrap .list p
	{
		margin-top:40px;
		font-size:16px;
	}

	#martyr_wrap .slide_wrap
	{
		margin-top:90px;
	}
	#martyr_wrap .slide_wrap h5
	{
		font-size:23px;
	}
	#martyr_wrap .slide_wrap .swiper-slide{

	}
	#martyr_wrap .slide_wrap .mar_prev
	{
		left:40px;
	}
	#martyr_wrap .slide_wrap .mar_next
	{
		right:40px;
	}

	#martyr_wrap #church_view
	{
		margin-top:100px;
	}

	#martyr_wrap .list_bk_btn
	{

	}

}

@media screen and (max-width:1023px)
{
	#martyr_wrap .max
	{
		margin-top:60px;
	}
	#martyr_wrap .top
	{
		height:600px;
	}
	#martyr_wrap .list
	{
		flex-flow:column wrap;
		padding:0;
	}
	#martyr_wrap .list.order .left
	{
		order:2;
	}
	#martyr_wrap .list img
	{
		width:auto;
		max-width:100%;
		margin:0 auto;
		display:block;
	}
	#martyr_wrap .list .bg_type_01:before
	{
		top:inherit;
		bottom:0;
		left:20px;
	}
	#martyr_wrap .list > .right
	{
		padding:0;
	}
	#martyr_wrap .list + .list
	{
		margin-top:70px;
	}
	#martyr_wrap .list p
	{
		margin-top:30px;
	}
	#martyr_wrap .list p .wrap
	{
		margin-top:20px;
	}
	#martyr_wrap .homepage_fixed_btn
	{
		width:240px;
		height:70px;
		font-size:18px
	}

	#martyr_wrap .slide_wrap
	{
		margin-top:60px
	}
	#martyr_wrap .slide_wrap .swiper-slide
	{

	}
	#martyr_wrap .slide_wrap .mar_prev,
	#martyr_wrap .slide_wrap .mar_next
	{
		width:35px;
		height:70px;
		background-size:35px !important;
	}
	#martyr_wrap .slide_wrap .mar_prev
	{
		left:20px;
	}
	#martyr_wrap .slide_wrap .mar_next
	{
		right:20px;
	}

	#martyr_wrap #church_view
	{
		margin-top:60px;
	}

	#martyr_wrap .list_bk_btn
	{

	}

}

@media screen and (max-width:767px)
{
	#martyr_wrap .top
	{
		height:auto;
	}
	#martyr_wrap .image_wrap
	{
		height:300px;
	}

	#martyr_wrap .max
	{
		margin-top:30px;
	}
	#martyr_wrap .list .bg_type_01:before
	{
		width:calc(100% - 110px);
		height:200px;
	}
	#martyr_wrap .list p
	{
		font-size:15px;
		line-height:1.6;
	}
	#martyr_wrap .list + .list
	{
		margin-top:50px;
	}
	#martyr_wrap .list p .wrap
	{
		font-size:15px;
	}
	#martyr_wrap .list p .wrap .title
	{
		font-size:17px
	}


	#martyr_wrap .right_wrap
	{
		position:static;
	}
	#martyr_wrap .right_wrap .box
	{
		width:100%;
		height:auto;
		padding:30px 20px;
		flex-flow:column;
		justify-content:flex-start;
		padding-left: 0;
		padding-bottom: 0;
	}
	#martyr_wrap .right_wrap .box .info_list_wrap{
		border-left: 0;
	}
	#martyr_wrap .right_wrap .box .info_list_wrap:before{
		display: none;
	}
	#martyr_wrap .right_wrap .box .info_list_wrap::after{
		display: none;
	}
	#martyr_wrap .right_wrap .box h4
	{
		font-size:24px;
	}
	#martyr_wrap .right_wrap .box .info_list
	{
		padding:0px 0 0px 20px;
		padding-left: 0;
		margin:20px 0;
		margin-bottom: 0;
	}
	#martyr_wrap .right_wrap .box .info_list li
	{
		font-size:15px;
	}
	#martyr_wrap .right_wrap .box .info_list li + li
	{
		margin-top:10px;
	}
	#martyr_wrap .homepage_fixed_btn
	{
		bottom:0;
		right:0;
		height:60px;
		font-size:16px;
		padding:0 20px;
	}
	#martyr_wrap .homepage_fixed_btn:after
	{
		right:20px;
	}

	#martyr_wrap .slide_wrap
	{
		margin-top:30px;
	}
	#martyr_wrap .slide_wrap h5
	{
		font-size:20px;
		margin-bottom:15px;
	}
	#martyr_wrap .slide_wrap .swiper-slide{

	}
	#martyr_wrap .slide_wrap .mar_prev, #martyr_wrap .slide_wrap .mar_next
	{
		width:30px;
		height:30px;
		background-size:30px !important;
	}
	#martyr_wrap .slide_wrap .mar_prev img,
	#martyr_wrap .slide_wrap .mar_next img{
		width: 17px;
	}
	#martyr_wrap .slide_wrap .mar_prev
	{
		left:10px;
	}
	#martyr_wrap .slide_wrap .mar_next
	{
		right:10px;
	}

	#martyr_wrap #church_view
	{
		margin-top:30px;
	}
	#martyr_wrap #church_view .visual_con #map
	{
		height:320px !important;
	}
	#church_view .part > div:last-of-type
	{
		padding-top: 0;
	}

	#martyr_wrap .list_bk_btn
	{
	
	}
	#martyr_wrap .right_wrap .box .info_list_wrap{
		padding: 0;
		margin: 0;
	}
	#church_view .part .visual_con > h6{
		font-size: 20px;
		font-weight: 600;
	}
	#martyr_wrap .bk{
		margin-top: 30px;
	}
}






