@charset "utf-8";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css?1');

/* 
NanumSquare  font-weight
-----------------------
Light
font-weight:300;
Regular
font-weight:400;
Bold
font-weight:700;
Extra Bold
font-weight:800;
 */

@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css?1');
/* @import url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff'); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* 
Noto Sans KR  font-weight
-----------------------
Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900
 */


/*Reset CSS 1.1*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline : 0;
	font-size: 1em; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	vertical-align: baseline;
	text-decoration:none;
	/* color:#272727; */    /* 담임목사님 설교 영상 플레이어 시간 글자 색까지 영향을 주어 주석 처리 함. 25.01.31. */
}

body, header, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, table, tr, th, td, a, input, span, section, article{
	padding:0; 
	margin:0;
	box-sizing: border-box;
	outline: none;
	text-decoration:none;
	/* color:#272727; */  /* 담임목사님 설교 영상 플레이어 시간 글자 색까지 영향을 주어 주석 처리 함. 25.01.31. */
}
body {
	-webkit-user-select:none;
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

li{list-style:none;}
a{text-decoration:none;}
a[href^="tel"]{ font-style:normal;}
address, caption, em, var{font-style:normal;font-weight:normal;}
input, textarea, select{letter-spacing:normal;}
ol, ul, dl{list-style:none;}
fieldset, img{border:0}
legend, caption{display:none;}
img{border:0;vertical-align:top;}
hr{display:none;}
table{border-collapse:collapse;border-spacing:0;}
br{letter-spacing:normal;}
p{letter-spacing:normal;}
input{vertical-align:middle;}
input[type="text"], input[type="password"]{-webkit-appearance:none;}
input[type="checkbox"]{-webkit-appearance:none;-webkit-border-radius:0;}
input:checked[type="checkbox"]{-webkit-appearance:checkbox;}
input[type="radio"]{border:none;-webkit-appearance:none;}
button,input[type="button"],input[type="submit"],input[type="reset"],input[type="file"]{-webkit-appearance:button;border-radius:0;}
textarea{-webkit-appearance:none;}
select{-webkit-appearance:menulist-text}
button, img, label, input, select {
    vertical-align: middle;
    line-height: normal;
    max-width: 100%;
}


.clearfix:after {
	content: ".";	/* the period is placed on the page as the last thing before the div closes */
	display: block;	/* inline elements don't respond to the clear property */ 
	height: 0;	/* ensure the period is not visible */
	clear: both;	/* make the container clear the period */
	visibility: hidden;		/* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

/* end of "no-extra-markup" clearing method */

/* .clearfix {
	overflow: hidden;
} */

p, ul, li {
	max-height: 9999999px;
}


/* input, button crossbrowersing */
	button,
	html input[type="button"], 
	input[type="reset"],
	input[type="submit"] {
		-webkit-appearance: button; 
		cursor: pointer; 
		*overflow: visible;  
	}
	button[disabled],
	input[disabled] {
		cursor: default;
	}
	input[type="checkbox"],
	input[type="radio"] {
		box-sizing: border-box; 
		*height: 13px; 
		*width: 13px; 
	}
	input[type="search"] {
		-webkit-appearance: textfield; 
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.mt50 { margin-top:50px; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }

.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }

.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }
.mr35 { margin-right:35px; }
.mr40 { margin-right:40px; }


.pt5{ padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt20 { padding-top:20px; }
.pt25 { padding-top:25px; }
.pt30 { padding-top:30px; }
.pt40 { padding-top:40px; }
.pt50 { padding-top:50px; }

.pb5{ padding-bottom:5px; }
.pb8{ padding-bottom:8px; }
.pb10 { padding-bottom:10px; }
.pb15 { padding-bottom:15px; }
.pb20 { padding-bottom:20px; }
.pb25 { padding-bottom:25px; }
.pb30 { padding-bottom:30px; }
.pb40 { padding-bottom:40px; }
.pb50 { padding-bottom:50px; }

.a_c {text-align: center !important;; }
.v_m {vertical-align:middle;}

.img98 { width:98%; }
.img95 { width:95%; }
.img90 { width:90%; }
.img85 { width:85%; }
.img80 { width:80%; }
.img75 { width:75%; }
.img70 { width:70%; }
.img60 { width:60%; }
.img50 { width:50%; }

.red1 { color:#d30011;}

.font_L { font-weight: 300;}
.font_B { font-weight: 700;}
.font_EB { font-weight: 900;}

.font_black_01 {
	color:#000 !important;
}

.font_blue_01 {
	color:#13347f !important;
}


/* ==================== 컨텐츠 레이아웃 ==================== */
#wrap {
	overflow:hidden;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
	position: relative;
}

/* =========== 헤더 ========== */
#header {
	display: block;
	width:100%;	
	z-index: 2;
	background: #f5f7fa;	
}

.header_inner {
	display: block;
	width: 100%;
	height: 42px;
	margin: 0 auto;
	padding: 0 18px;
	position: relative;
}
/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.header_inner {
		display: block;
		width: 60%;
		height: 42px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
}

.logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	width:117px;
	height: 23px;
	background: url(/images/mweb_main_ver202608/logo_yfgc_color.png) no-repeat;
	background-size:117px 23px;
}
/* 해상도 350px 미만 - 스마트폰 */
@media (max-width:349px)  {
	.logo {
		width:93.6px;
		height: 18.4px;
		background: url(/images/mweb_main_ver202608/logo_yfgc_color.png) no-repeat;
		background-size:93.6px 18.4px;
	}
}

.btn_login {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	right: 87px;
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url(/images/mweb_main_ver202608/btn_header_login.png) no-repeat;
	background-size: 25px 25px;
	background-position: center center;
}

.btn_join {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	right: 53px;
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url(/images/mweb_main_ver202608/btn_header_join.png) no-repeat;
	background-size: 25px 25px;
	background-position: center center;
}

.btn_myclass {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	right: 122px;
	font-size: 0;
	width: 25px;
	height: 25px;
	background: url(/images/mweb_main_ver202608/btn_header_myclass.png) no-repeat;
	background-size: 25px 25px;
	background-position: center center;
}

.btn_info_modify {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	right: 87px;
    font-size: 0;
	width: 25px;
	height: 25px;
	background: url(/images/mweb_main_ver202608/btn_header_modify.png) no-repeat;
	background-size: 25px 25px;
	background-position: center center;
}

.btn_logout {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	right: 53px;
    font-size: 0;
	width: 25px;
	height: 25px;
	background: url(/images/mweb_main_ver202608/btn_header_logout.png) no-repeat;
	background-size: 25px 25px;
	background-position: center center;
}

/* 해상도 350px 미만 - 스마트폰 */
@media (max-width:349px)  {
	.btn_login {
		right: 74px;
	}

	.btn_join {
		right: 45px;
	}

	.btn_myclass {
		right: 105px;
	}

	.btn_info_modify {
		right: 74px;
	}

	.btn_logout {
		right: 45px;
	}
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.btn_login {
		right: 67px;
	}

	.btn_join {
		right: 33px;
	}

	.btn_myclass {
		right: 102px;
	}

	.btn_info_modify {
		right: 67px;
	}

	.btn_logout {
		right: 33px;
	}
}


/*===== 전체 검색 기능 추가 25.02.21~ =====*/
/*=== 헤더 돋보기 아이콘 ===*/
.main_header_search_btn {
	position:absolute;
	z-index:5;
	left: 144px;
	top: 50%;
	transform: translateY(-50%);

	width:25px;
	height:25px;
}

/* 해상도 350px 미만 - 스마트폰 */
@media (max-width:349px)  {
	.main_header_search_btn {
		left: 119px;  
	}
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.main_header_search_btn {
		left: 124px;  
	}
}

/*===== 전체 검색 팝업 =====*/
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay {
    /* background-color: rgba(0, 0, 0, 0.6); */
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 104;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target+.search_popup {
	top: 75px;  /* 이동을 멈췄을 때 최종 위치값 */
	/* top: 11.5%; */  /* 이동을 멈췄을 때 최종 위치값 */
	opacity: 1;
	visibility: visible;
}


.search_popup {
	display: inline-block;
	background-color: #fff;
	width: 90%;
	height: 65px;
	left: 50%;
	opacity: 0;
	padding: 25px 25px 10px;
	position: fixed;
	text-align: left;
	top: 15%;  /* 이동을 시작했을 때 처음 위치값 */
	visibility: hidden;
	z-index: 105;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.5);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;

	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;  /* 21.05.23 추가 */
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.search_popup {
		width: 60%;
	}
}


.search_popup .search_area {
	outline: none;
    border: solid 1px rgba(0,140,214,1);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 15px;
    height: 45px;
    right: 15px;
    background-color: #FFF;
}
.search_popup input {
	position: absolute;
    width: 83%;
    padding: 0 10% 0 7%;
    outline: none;
	border: solid 1px rgba(0,140,214,1);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    height: 42px;
    background-color: #fff;
    font-size: 0.85em;
}
.search_popup .main_search_btn {
	width: 25px;
    height: 25px;
    position: absolute;
    z-index: 51;
    right: 35px;
    top: 22px;
}
.close3 {
	background-color: rgba(55,90,180, 1);
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: -5px;
	text-align: center;
	text-decoration: none;
	top: -35px;
	width: 30px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.close3:before {
	display: block;
	color: rgba(55,90,180, 1);
	content: "X"; 
	width: 100%;
	height: 100%;
	background:url(/images/mweb_main_ver202608/btn_close_white_01.png) no-repeat;
	background-size: 12px 12px;
	background-position: center;
	font-size: 0;
	/* text-shadow: 0 -1px rgba(0, 0, 0, 0.9); */
	text-indent: -9999px;
}
.close3:hover {
	background-color: rgba(200, 200, 200, 0.8);
}



/*===== 다국어 링크 버튼 =====*/
.main_header_other_languages_btn {
	position:absolute;
	z-index:5;
	left: 176px;
	top: 50%;
	transform: translateY(-50%);

	width:25px;
	height:25px;
}

/* 해상도 350px 미만 - 스마트폰 */
@media (max-width:349px)  {
	.main_header_other_languages_btn {
		left: 150px; 
	}
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.main_header_other_languages_btn {
		left: 156px; 
	}
}

/*===== 다국어 링크 팝업 =====*/
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay {
    /* background-color: rgba(0, 0, 0, 0.6); */
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 104;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target+.languages_popup {
	top: 220px;  /* 이동을 멈췄을 때 최종 위치값 */
	/* top: 35%; */  /* 이동을 멈췄을 때 최종 위치값 */
	opacity: 1;
	visibility: visible;
}
/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.overlay:target+.languages_popup {
		top:180px;  /* 이동을 멈췄을 때 최종 위치값 */
		/* top: 53%; */  /* 이동을 멈췄을 때 최종 위치값 */
	}
}

.languages_popup {
	display: inline-block;
	/* background-color: #293490; */
	border: 1px solid #1428a0;
    background: #fff;
	width: 70%;
	left: 50%;
	opacity: 0;
	padding: 20px 25px 10px;
	position: fixed;
	text-align: left;
	top: 20%;  /* 이동을 시작했을 때 처음 위치값 */
	visibility: hidden;
	z-index: 105;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}
/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.languages_popup {
		width: 40%;
		padding: 15px 25px 10px;
	}
}

.languages_popup .link_area {
	display: block;
	width: 100%;
}

.languages_popup h2 {
	font-size: 18px;
	font-weight: 800;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	font-size: 16px;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

.languages_popup p {
	display: block;
	width: 100%;
	font-family: 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.languages_popup p {
		font-size: 15px;
		margin-bottom: 4px;
		padding-bottom: 4px;
	}
}

.close_languages {
	background-color: rgba(55, 90, 180, 1);
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
	text-decoration: none;
	
	width: 30px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.close_languages:before {
	display: block;
	color: rgba(55, 90, 180, 1);
	content: "X"; 
	width: 100%;
	height: 100%;
	background:url(/images/mweb_main_ver202608/btn_close_white_01.png) no-repeat;
	background-size: 12px 12px;
	background-position: center;
	font-size: 0;
	/* text-shadow: 0 -1px rgba(0, 0, 0, 0.9); */
	text-indent: -9999px;
}
.close_languages:hover {
	background-color: rgba(200, 200, 200, 0.8);
}


/*===== 햄버거 버튼 사이드바 =====*/
.top_area {
	position: relative;
	width:100%;
	z-index: 100;
	pointer-events: none;
}
.top_layout {
	position:relative;
	height:42px;
}


.btn_menu {
	display:block;
	position:absolute;
	top: 50%;
	right:0;
	width:23px;
	height: 17px;
	cursor:pointer;	
	background: url(/images/mweb_main_ver202608/btn_header_hamburger_menu.png) no-repeat;
	background-size:23px 17px;
	transform: translateY(-50%);
	pointer-events: auto;
}
/* 해상도 350px 미만 - 스마트폰 */
@media (max-width:349px)  {
	.btn_menu {
		width:19px;
		height: 13px;
		background-size:19px 13px;
	}
}


body.on{
	overflow: hidden;
}
body.on .gnb {
	background-color: rgba(0,0,0,0.7);
	z-index: 1000000;

	/* 메뉴가 열리면 다시 클릭 가능 */
	pointer-events: auto;
}


.gnb_area{
	position: fixed;
	top: 0;
	right: 0;            /* right 0에서 시작 */
	/* left: 0; */         /* left 0에서 시작 */
	width: 95%;
	height: 100%;
	overflow:hidden; 
	overflow-y:scroll;
	background-color: #fff;

	/* 🔥 시작 위치 (숨김 상태) */
	transform: translateX(100%);    /* right 0에서 시작될 때 */
	/* transform: translateX(-100%); */   /* left 0에서 시작될 때 */
	transition: transform 0.4s ease;
}
/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.gnb_area{
		width: 80%;
	}
}
.gnb_area .logo {
	display:block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);

	left: 18px;
	width:117px;
	height: 23px;
	background: url(/images/mweb_main_ver202608/logo_yfgc_white.png) no-repeat;
	background-size:117px 23px;
}
/* 🔥 열렸을 때 */
.gnb_area.open{
	transform: translateX(0);
}

.gnb {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 1;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.3s ease;
	z-index: -1;

	/* 메뉴가 닫혀 있을 때는 클릭을 통과시킴 */
	pointer-events: none;
}
.gnb .gnb_area_top{
	position: relative;
	height: 42px;
	background-color: #0b86ce;
}
.gnb .gnb_area_top .go_close{
	position: absolute;
	overflow:hidden;
	right: 0;
	top:0;
	width: 42px; 
	height: 42px;
	text-indent: -9999px;
	background: #1428a0 url(/images/mweb_main_ver202608/btn_close_white_01.png) no-repeat center;
	background-size:21px;
}

.gnb .gnb_area_top *{color: #fff;}


/* sidebar */
.sidebar {
	position: relative;
	width: 100%;
}

.sidebar ul {
	overflow: hidden;
}

.sidebar ul li {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.sidebar a {
	display: block;
	height: 65px;
	line-height: 65px;
	padding-left: 45px;
	color: #000;
	font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

/* 교회 소개 */
.sidebar > ul > li:nth-of-type(1)>a {
	background-image: url(/images/mweb_main_ver202608/icon_slie_menu_01.png);
	background-size: 18px 18px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* 전체 예배 */
.sidebar > ul > li:nth-of-type(2)>a {
	background-image: url(/images/mweb_main_ver202608/icon_slie_menu_02.png);
	background-size: 18px 18px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* 부서 기관 */
.sidebar > ul > li:nth-of-type(3)>a {
	background-image: url(/images/mweb_main_ver202608/icon_slie_menu_03.png);
	background-size: 18px 18px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* 지직할 성전/기도처 */
.sidebar > ul > li:nth-of-type(4)>a {
	background-image: url(/images/mweb_main_ver202608/icon_slie_menu_04.png);
	background-size: 18px 18px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* 섬기는 사람들 */
.sidebar > ul > li:nth-of-type(5)>a {
	background-image: url(/images/mweb_main_ver202608/icon_slie_menu_05.png);
	background-size: 18px 18px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* 나눔커뮤니티 */
.sidebar > ul > li:nth-of-type(6)>a {
	background-image: url(/images/mweb_main_ver202608/icon_slie_menu_06.png);
	background-size: 18px 18px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: #fff;
}

/* 상담/문의 */
.sidebar > ul > li:nth-of-type(7)>a {
	background-image: url(/images/mweb_main_ver202608/icon_slie_menu_07.png);
	background-size: 18px 18px;
	background-position: 18px center;
	background-repeat: no-repeat;
	background-color: #fff;
}



/* ========== 메인 컨텐츠 시작 ========== */
.main_top_wrap {
	display: flex;
	align-items: center;
	width: 100%;	
	background: #fff;
	box-sizing: border-box;
}

.main_top_inner {
	width: 100%;
	padding: 12px 18px;
}

.main_top_inner ul {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* 생방송 + VR */
.main_top_inner .main_top_left {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	width: auto;
	margin: 0;
	overflow: visible;
}

/* 검색 영역 */
.main_top_inner .main_top_right {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	width: auto;
	margin-left: 9px;
}


/*  메인상단 동영상 아카이브 검색, 다국어 선택 영역 - 480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.main_top_inner{
		width: 100%;
		padding: 12px 20%;
	}
}



/*=== 생방송 표기 ===*/
#info_onair {
	display: flex;
	align-items: center;
	margin-right: 6px;
	flex-shrink: 0;
}

.info_onair_on {
	display: flex;
	align-items: center;  /* 세로 중앙 정렬 */
	justify-content: center; /* 가로 중앙 */

	width: 41px;
	height: 41px;  
	border-radius: 80px;
	-webkit-border-radius: 80px;
	border: 1px solid #ec151a;
	box-sizing: border-box;
	background-color: #fff;
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #ec151a;
	text-align: center;
	padding-top: 3px;
}

/*=== 생방송 깜박임 ===*/
.blinking {
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		color: #ec151a;
		border-color: #ec151a;
	}
	100% {
		color: #f5a0a2;
		border-color: #f5a0a2;
	}
}

@-moz-keyframes blink {
	0% {
		color: #ec151a;
		border-color: #ec151a;
	}
	100% {
		color: #f5a0a2;
		border-color: #f5a0a2;
	}
}

@keyframes blink {
	0% {
		color: #ec151a;
		border-color: #ec151a;
	}
	100% {
		color: #f5a0a2;
		border-color: #f5a0a2;
	}
}

/* 생방송 없는 경우 적용 */
.live_onair_off {
	display: flex;
	align-items: center;  /* 세로 중앙 정렬 */
	justify-content: center; /* 가로 중앙 */

	width: 41px;
	height: 41px;  
	border-radius: 80px;
	-webkit-border-radius: 80px;
	border: 1px solid #999898;
	box-sizing: border-box;
	background-color: #fff;
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-weight: 700;
	font-size: 11px;
	color: #999898;
	text-align: center;
}


.btn_go_VR {
	display: block;
	width: 41px;
	height: 41px;
	flex-shrink: 0;
}

.btn_go_VR img {
	display: block;
	width: 41px;
	height: 41px;
}


/* 검색창 */
.archive_search_wrap{
	flex: 1;
	min-width: 0;
}

#frmSrArchive {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
}

/* 검색 영역 박스 - 기본 세로 */
.archive_input_box{
	position: relative;

	display: flex;
	align-items: center;  /* 세로 중앙 정렬 */

	width: 100%;
	height: 41px;

	padding: 0 35px 0 15px;

	background-color: #fff;
	border: 1px solid #12c1fc;
	border-radius: 50px;

	box-sizing: border-box;
}

.archive_input_box input{
	display: block;

	width: 100%;
	height: 100%;

	padding: 0;
	margin: 0;

	border: 0;
	outline: none;

	font-size: 15px;
	/* font-size: 16px; */
	font-weight: 700;
	line-height: 39px;

	color: #000;

	background: transparent;

	box-sizing: border-box;
}

/* 커스텀 placeholder */
.archive_input_placeholder{
	position: absolute;
	left: 12px;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);

	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #000;

	pointer-events: none;
	white-space: nowrap;
}


/* 검색창에 포커스되면 placeholder 숨김 */
.archive_input_box input:focus + .archive_input_placeholder{
	display: none;
}


/* 검색어 입력 후 placeholder 숨김 */
.archive_input_box input:not(:placeholder-shown) + .archive_input_placeholder{
	display: none;
}

/* placeholder */
/* .archive_input_box input::placeholder{
	font-size: 13px;
	font-weight: 700;
	line-height: 39px;
	color: #000;
	opacity: 1;

	position: relative;
	top: -10px;
} */

/* 해상도 350px 이상 370px 미만 - 스마트폰 */
@media (min-width:351px) and (max-width:369px)  {
	.archive_input_placeholder{
		position: absolute;
		left: 10px;
		right: 50px;
		font-size: 11px;
		color: #000;
	}
}

/* 350px 이하 */
@media all and (max-width:350px) {
	.archive_input_placeholder{
		position: absolute;
		left: 10px;
		right: 50px;
		font-size: 10px;
		color: #000;
	}
}

/* 검색 버튼 */
.btn_archive_search{
	position: absolute;
	top: 50%;
	right: 5px;

	transform: translateY(-50%);

	display: flex; 
	align-items: center;   /* 세로 중앙 정렬 */
	justify-content: center;   /* 가로 중앙 정렬 */

	width: 30px;
	height: 30px;

	padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
/* 검색 버튼 이미지 */
.btn_archive_search img {
	display: block;
	width: 100%;
}
/* 해상도 350px 이상 370px 미만 - 스마트폰 */
@media (min-width:351px) and (max-width:369px)  {
	/* 검색 버튼 */
	.btn_archive_search{
		width: 28px;
		height: 28px;
	}
	/* 검색 버튼 이미지 */
	.btn_archive_search img {
		display: block;
		width: 95%;
	}
}


/* 상세검색 버튼 */
.archive_detail_search_wrap{
	width: 96px;
	margin-left: 9px;
	flex-shrink: 0;
	cursor: pointer;
}
.btn_detail_search {
	position: relative;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 41px;

	padding: 0 30px 0 15px;

	background-color: #128bd0;
	border-radius: 50px;

	box-sizing: border-box;
}
.detail_search_text {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}
.detail_search_icon {
	position: absolute;
	top: 50%;
	right: 15px;

	transform: translateY(-50%);

	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	justify-content: center;   /* 가로 중앙 정렬 */

	width: 12px;
	height: 12px;
}
.detail_search_icon img {
	display: block;
	width: 100%;
}
.archive_sub_select_01 {
	width:30%;
	margin-right: 3.8%;
}

.archive_sub_select_02 {
	width:34%;
}
/* 셀렉트 박스 가로 100% */
.select_box_w100per {
	display: inline-block;
} 

.select_box_w100per_st {
	position: relative;
	display: block;
	font-size: 13px;
    color: #171717;
	text-align: left;
	width: 100%;
	padding: 0.8em 0.8em 0.7em 0.7em;
	z-index: 150; 
	border: solid 1px rgba(178,178,178,1);
	box-sizing: border-box;

	background: #fff url(https://layout.fgtv.com/images/common/btn_arrow_down_03.png) no-repeat right 10px center;
	background-size: 12px 7px;

	-webkit-appearance: none;  /* 크롬 화살표 없애기 */
    -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
    appearance: none;  /* 화살표 없애기 */ 
}

.select_box_w100per_st:focus {
	background: #fff url(https://layout.fgtv.com/images/common/btn_arrow_up_03.png) no-repeat right 10px center;
	background-size: 12px 7px;
}


/* 상세검색 레이어 팝업 */
.archive_detail_layer_popup {
    position: absolute;
    top: 50%;  /* 팝업 시작 위치 */
    left: 50%;

    transform: translate(-50%, -50%);

    background-color: #fff;
    width: 90%;
    text-align: left;

    z-index: 10000 !important;

    border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid rgba(0, 140, 214, 1);

    font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;

    box-sizing: border-box;
    padding: 0 30px;

    opacity: 0;
    visibility: hidden;

    /* 아래쪽에서 위쪽으로 부드럽게 */
    transition:
        top 0.7s ease-out,
        opacity 0.5s ease;
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.archive_detail_layer_popup {
		width: 60%;
	}	
}


/* 열렸을 때 */
.archive_detail_layer_popup.on {
	top: 310px;   /* 이동을 멈췄을 때 최종 위치값 */
    /* top: 45%; */   /* 이동을 멈췄을 때 최종 위치값 */
    opacity: 1;
    visibility: visible;
}

.archive_detail_layer_popup_inner {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 50px
}

.layer_popup_close {
	position: absolute;
	top: 10px;
	right: -20px;

	display: flex;
	align-items: center;
	justify-content: center;

	width: 33px;
	height: 33px;

	background: rgba(55, 90, 180, 1);
	border-radius: 50%;
}

.btn_layer_popup_close {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 0;
}

.btn_layer_popup_close img {
	display: block;
	width: 15px;
	height: 15px;
}
.archive_detail_content {

}
.archive_detail_content ul {
	display: flex;
	margin-bottom: 8px;
}
.archive_detail_content ul li {
	align-items: center;   /* 세로 중앙 정렬 */
}
.archive_sub_title {
	width: 25%;
	line-height: 36px;
	font-family: 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 14px;
}
.archive_search_box_area {
	display: block;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 6px;
}
.archive_search_box_01 {	
	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	justify-content: center;   /* 가로 중앙 정렬 */
	width: 75%;
	height: 43px;
	position: relative;
	left: 0px;
}
.archive_search_box_01 input { 
    width: 100%;
    padding: 0.8em 0.8em 0.7em 0.7em;
	box-sizing: border-box;
    outline: none;
    border: solid 1px rgba(178,178,178,1);
    background-color: #fff;
	font-family: 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
    font-size: 14px;
}

.archive_search_box_02 {	
	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	justify-content: center;   /* 가로 중앙 정렬 */
	width: 100%;
	height: 43px;
	position: relative;
	left: 0px;
}
.archive_search_box_02 input { 
    width: 100%;
    padding: 1em 0.8em 1em 3em;
	box-sizing: border-box;
    outline: none;
    border: solid 2px rgba(0, 140, 214, 1);;
    background-color: #fff;
	font-family: 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
    font-size: 14px;
}

.archive_search_box_03 {	
	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	width: 75%;
	height: 43px;
}
.archive_search_box_03 input { 
    width: 45% !important;
    padding: 0.8em 0.8em 0.7em 0.7em;
	box-sizing: border-box;
    outline: none;
    border: solid 1px rgba(178,178,178,1);
    background-color: #fff;
	font-family: 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
    font-size: 14px;
}
.archive_search_box_03 .gap {
    display: inline-block;
    width: 10% !important;
    text-align: center;
}

.archive_border {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid rgba(178,178,178,1);
	height: 1px !important;
}

.archive_search_icon {
	width: 14px;
    height: 14px;
    position: absolute;
    left: 20px;         /* 왼쪽 여백 */
    top: 50%;
    transform: translateY(-50%); /* 수직 중앙 정렬 */
    color: #7eb6e2;     /* 테두리와 동일한 색상으로 통일감 부여 */
    pointer-events: none; /* 아이콘을 클릭해도 입력창이 선택되도록 설정 */
	background: url(/images/mweb_main_ver202608/icon_input_search_01.png) no-repeat 100% 50%;
    background-size: 14px 14px;
}


.archive_search_input_s {
	width: 46% !important;
}

.btn_style_gary_01 {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #b2b2b2;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    box-sizing: border-box;
    outline: none;
	border: 0;
}

.btn_style_blue_01 {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0064ac;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    box-sizing: border-box;
    outline: none;
	border: 0;
}

.btn_style_pink_01 {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0b86ce;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    box-sizing: border-box;
    outline: none;
	border: 0;
}



/* 해상도 350px 미만 - 스마트폰 */
@media (max-width:349px)  {
	/* 작은 화면에서는 검색창 내부 여백도 축소 */
	.archive_input_box {
		padding: 0 31px 0 10px;
	}

	/* 검색 아이콘 */
	.btn_archive_search {
		right: 4px;
		width: 27px;
		height: 27px;
	}

	.btn_archive_search img {
		width: 100%;
		height: auto;
	}

	/* 상세검색 버튼 영역 */
	.archive_detail_search_wrap {
		width: 68px;
		margin-left: 5px;
		flex-shrink: 0;
	}

	/* 상세검색 버튼 */
	.btn_detail_search {
		position: relative;

		display: flex;
		align-items: center;
		justify-content: center;

		width: 100%;
		height: 41px;

		padding: 0;

		background-color: #128bd0;
		border-radius: 50px;

		box-sizing: border-box;
	}

	/* 상세검색 글자 */
	.detail_search_text {
		font-size: 11px;
		font-weight: 600;
		color: #fff;
		white-space: nowrap;
		margin-left: -10px;
	}

	/* + 아이콘 */
	.detail_search_icon {
		position: absolute;
		top: 50%;
		right: 8px;

		transform: translateY(-50%);

		display: flex;
		align-items: center;
		justify-content: center;

		width: 9px;
		height: 9px;
	}

	.detail_search_icon img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.btn_style_gary_01 {
		padding: 15px 24px;
	}

	.btn_style_blue_01 {
		padding: 15px 24px;
	}

	.btn_style_pink_01 {
		padding: 15px 24px;
	}
}

/*===== 롤링 배너 =====*/
.rolling_banner_wrap {
	/* flex: 217 1 0; */
}

.rolling_banner_inner {
	display: block;
	width: 100%;
	margin: 0 auto;
}


/* 480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.rolling_banner_inner {
		display: block;
		width: 60%;
		margin: 0 auto;
	}
}


/* =========================================================
   메인 상단 롤링배너
   Swiper가 슬라이드 폭을 직접 계산하도록 함
========================================================= */

.main-common-swiper {
	width: 100%;
	overflow: hidden;
}

.main-common-swiper .swiper-wrapper {
	/* width: 100% 제거 */
}

.main-common-swiper .swiper-slide {
	/* width: 100% 제거 */
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	flex-shrink: 0;
}




/*===== 교회 소식 =====*/
.church_news_wrap {
	display: block;
	width: 100%;
	/* min-height:  231px; */
	margin: 0 auto;
	background: #fff;
}

.church_news_inner {
	display: block;
	width: 100%;	
	margin: 0 auto;
	padding: 8.8px 0 0;
	position: relative;
}


/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.church_news_inner {
		display: block;
		width: 60%;	
	}
}

.church_news_title {
	display: flex;
	align-items: center;  /* 세로 중앙 정렬 */
	justify-content: center; /* 가로 중앙 */

	padding-bottom: 8.8px;

	border-bottom: 1px solid;
	border-image:linear-gradient(90deg, #70cffe 0%, #204dfd 100%);
	border-image-slice: 1;
}


.church_news_title_text {
	display: inline-block;
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 21px;
	font-weight: 800;
	color: #000; 
	text-align: center;
}

.btn_church_news_more {
	display: inline-block;
	position: absolute;
	right: 20px;
}

.btn_church_news_more img {
	width: 27px;
	height: 27px;
}

.church_news_list {
	display: block;
	padding: 0 18px;
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.church_news_list {
		display: block;
		padding: 0 12px;
	}
}

.church_news_subject {
	display: block;	
	vertical-align: middle;
	line-height: 12px;
	/* line-height: 14px; */
	padding: 10px 0 11px 5px;
	/* padding: 15px 0 16px 5px; */
	border-bottom: 1px solid #c5cae7;
	overflow: hidden;
}

.church_news_subject:last-child {
	border-bottom: 0;
}

.church_news_subject a {
	display: block;
	width: 100%;

	font-family:'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 12px;
	/* font-size: 14px; */
	font-weight: 400;
	color: #000; 	
	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: left;
}

.church_news_date {
	display: inline-block;
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #74757e; 	
	text-align: right;
}




/*=== 서브메뉴 링크 버튼들 ===*/
.submenu_wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: #eceff6;
}

.submenu_inner {
	display: block;
	width: 100%;	
	margin: 0 auto;
	padding: 20px 18px;	
	/* padding: 23.4px 18px; */
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.submenu_inner {
		width: 60%;
		padding: 23.4px 0;
	}
}

/* 담임목사 주일설교, 홈페이지, 절대긍정 TV, 조용기 목사, 교회 방문/투어 */
.submenu_section_01 {
	display: block;
	margin-bottom: 11px;
}
.submenu_section_01 ul {
	display: flex;
	width: 100%;
	margin-bottom: 8px;
}
.submenu_section_01 ul li {
	float: none;
}

.submenu_section_01_left {
	width: 46.6%;
	flex-shrink: 0;
}

.submenu_section_01_left img {
	display: block;
	width: 100%;
	height: auto;
}

.submenu_section_01_right {
	flex: 1;
	width: auto;
	min-width: 0;
	margin-left: 8px;
	display: flex;
	flex-direction: column;
}

.submenu_section_01_right div {
	display: block;
	width: 100%;
	height: auto;
	flex: 1;
	padding: 0 15px;
	margin-bottom: 9px;
}

.submenu_section_01_right div:last-child {
	margin-bottom: 0;
}

.submenu_section_01_right div a {
	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	height: 100%;

	font-size: 14px;
	font-weight: 800;
	color: #fff;
}
/* 해상도 350px 이상 370px 미만 - 스마트폰 */
@media (min-width:351px) and (max-width:369px)  {
	.submenu_section_01_right div a {
		font-size: 13px;
	}
}

.submenu_section_01_right div a span {
	margin-top: -4px;
}

.submenu_section_01_right div:nth-child(1) {
	display: block;

	background-image: url(/images/mweb_main_ver202608/icon_menu_youtube.png);
	background-size: 26px 18px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-color: #434eac;
}
.submenu_section_01_right div:nth-child(2) {
	display: block;

	background-image: url(/images/mweb_main_ver202608/icon_menu_cho.png);
	background-size: 27px 25px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-color: #434eac;
}
.submenu_section_01_right div:nth-child(3) {
	display: block;

	background-image: url(/images/mweb_main_ver202608/icon_menu_QR.png);
	background-size: 28px 28px;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-color: #434eac;
}


.btn_link_homepage {
	display: block;
	width: 46.6%;
	height: 27px;
	box-sizing: border-box;

	text-align: center;

	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 50px;

	background-image: url(/images/mweb_main_ver202608/icon_arrow_01.png);
	background-size: 5px 7px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}
.btn_link_homepage a {
	line-height: 26px;

	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 11px;
	font-weight: 800;
	color: #000; 
}
.btn_link_homepage a span {
	font-weight: 500;
}

/* 해상도 768px ~ 적용 */ 
@media all and (min-width:768px)  {
	.btn_link_homepage {
		height: 35px;t;
	}
	.btn_link_homepage a {
		line-height: 34px;
		font-size: 15px;
	}
}

/* 해상도 350px 미만 - 스마트폰 */
@media (max-width:349px)  {
	.submenu_section_01_right div {
		padding: 0 10px;
	}

	.submenu_section_01_right div a {
		font-size: 11px;
	}

	.submenu_section_01_right div:nth-child(1) {
		background-size: 20.8px 14.4px;
		background-position: right 12px center;
	}

	.submenu_section_01_right div:nth-child(2) {
		background-size: 21.6px 20px;
		background-position: right 12px center;
	}

	.submenu_section_01_right div:nth-child(3) {
		background-size: 22.4px 22.4px;
		background-position: right 12px center;
	}


	.btn_link_homepage a {
		font-size: 8px;
		line-height: 26px;
	}

	.btn_link_homepage {
		background-size: 4px 6px;
		background-position: right 8px center;
	}
}

/* 해상도 768px ~ 적용 */ 
@media all and (min-width:768px)  {
	.submenu_section_01_right div {
		padding: 0 25px;
	}
	.submenu_section_01_right div a {
		font-size: 18px;
	}

	.submenu_section_01_right div:nth-child(1) {
		background-size: 52px 36px;
		background-position: right 25px center;
	}

	.submenu_section_01_right div:nth-child(2) {
		background-size: 54px 50px;
		background-position: right 25px center;
	}

	.submenu_section_01_right div:nth-child(3) {
		background-size: 56px 56px;
		background-position: right 25px center;
	}
}




/* 금주의 주보, 예배 안내, 온라인헌금 안내, 새가족등록 안내, 기관 행사, 오시는 길 */
.link_submenu_section_02 {
	display: block;
}

.link_submenu_line_01_col3 {
	width: 100%;
	display: flex;
	justify-content: center;  /* 가로 중앙 정렬 */
	margin: 0 auto 2% !important;
}

.link_submenu_line_01_col3 a {
	display: inline-block;
	width: 29.6%;
	margin-right: 5.46%;	
	margin-bottom: 12px;
} 

.link_submenu_line_01_col3 a:last-child {
	margin-right: 0;
}

.link_submenu_line_01_col3 a img {
	width: 100%;
}

.link_submenu_line_01_col3:last-child {
	margin: 0 auto !important;
}
.link_submenu_line_01_col3:last-child a {
	margin-bottom:  0 !important;
}





.btn_light_pink_01 {
	position: relative;

	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */

	width: 100%;
	height: 49px;

	padding: 0 120px 0 75px;

	background-color: #ffe8f2;
	border-radius: 15px;

	box-sizing: border-box;
}
.btn_light_pink_01_text {
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 15px;
	font-weight: 800;
	color: #000; 
}

.btn_chapel_icon_01 {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 33px;
}

.btn_chapel_icon_01 img {
	display: block;
	width: 100%;
}

.btn_pink_01 {
	position: relative;

	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	
	width: 100%;
	height: 75px;

	padding: 0 88px 0 45px;

	background-color: #e84aa8;
	border-radius: 20px;

	box-sizing: border-box;
}

.btn_pink_01_text {
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #fff; 
}
.btn_pink_01_text_sub {
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 14px;
	font-weight: 800;
	color: #fff; 
}

.btn_pink_02 {
	position: relative;

	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	
	width: 100%;
	height: 75px;

	padding: 0 88px 0 73px;

	background-color: #e84aa8;
	border-radius: 20px;

	box-sizing: border-box;
}

.btn_pink_02_text {
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #fff; 
}

.btn_pink_03 {
	position: relative;

	display: flex;
	align-items: center;   /* 세로 중앙 정렬 */
	
	width: 100%;
	height: 75px;

	padding: 0 88px 0 77px;

	background-color: #e84aa8;
	border-radius: 20px;

	box-sizing: border-box;
}

.btn_pink_03_text {
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 22px;
	font-weight: 800;
	color: #fff; 
}


@media all and (max-width:430px) {
.btn_pink_01 {
	padding: 0 88px 0 45px;
}
    .btn_pink_01_text,
    .btn_pink_02_text,
    .btn_pink_03_text {
        font-size: 20px;
    }
	.btn_pink_01_text_sub {
		font-size: 13px;
	}
}

@media all and (max-width:375px) {
.btn_pink_01 {
	padding: 0 88px 0 45px;
}
    .btn_pink_01_text,
    .btn_pink_02_text,
    .btn_pink_03_text {
        font-size: 18px;
		margin-top: -4px;
    }
	.btn_pink_01_text_sub {
		font-size: 11px;
		margin-top: -4px;
	}
	.btn_light_pink_01 { 
		padding: 0 100px 0 65px;
	}
}

@media all and (max-width:350px) {
	.btn_pink_01 {
		padding: 0 88px 0 25px;
	}
    .btn_pink_01_text,
    .btn_pink_02_text,
    .btn_pink_03_text {
        font-size: 16px;
		margin-top: -3px;
    }
	.btn_pink_01_text_sub {
		font-size: 11px;
		margin-top: -3px;
	}
	.btn_light_pink_01 { 
		padding: 0 85px 0 55px;
	}
	.btn_light_pink_01_text {
		font-size: 14px;
	}
}



.btn_Lee_YouTube_icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;  /* 세로 중앙 정렬 */
    justify-content: center;  /* 가로 중앙 정렬 */
    width: 46px;
    height: 32px;
}

.btn_Lee_YouTube_icon img {
	display: block;
	width: 100%;
}

.btn_visit_tour_QR_icon {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;  /* 세로 중앙 정렬 */
    justify-content: center;  /* 가로 중앙 정렬 */
    width: 43px;
    height: 43px;
}

.btn_visit_tour_QR_icon img {
	display: block;
	width: 100%;
}

.btn_view_VR_icon {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;  /* 세로 중앙 정렬 */
    justify-content: center;  /* 가로 중앙 정렬 */
    width: 43px;
    height: 43px;
}

.btn_view_VR_icon img {
	display: block;
	width: 100%;
}


.overlay {
    /* background-color: rgba(0, 0, 0, 0.5); */    
    opacity: 0;
    position: fixed;
	left: 0;
    right: 0;
    top: 0;
	bottom: 0;
    visibility: hidden;
    z-index: -10 !important;  /* 갤럭시Z 폴드에서 이게 제일 상단에서 인식되면서 팝업 메뉴들 a태그를 막아버리는 문제 때문에 넣어줌 25.03.02. */

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;

	pointer-events: none; /* overlay는 클릭되지 않도록 설정 */
}
.overlay:target {
    visibility: visible;
    opacity: 1;

	pointer-events: auto; /* 클릭 가능하게 설정 */
}






 


/*===== Portrait(세로) 모드일 때 메인 하단  배너용 서브 메뉴 팝업 =====*/
@media (orientation: portrait) {
	.overlay:target+.visit_popup {
		position: absolute;
		top: 53.5%;   /* 이동을 멈췄을 때 최종 위치값 */
		opacity: 1;
		visibility: visible;
	}

	/* Portrait(세로) 모드일 때 교회 방문/투어 서브메뉴 팝업 */
	.visit_popup {
		display: inline-block;
		background-color: #293490;
        width: 90%;
		left: 50%;
		opacity: 0;
		padding: 20px 25px 10px;
		position: fixed;
		text-align: left;
		top: 80%;  /* 이동을 시작했을 때 처음 위치값 */
		visibility: hidden;
		z-index: 99;

		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;


		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);

		-webkit-transition: opacity .5s, top .5s;
		-moz-transition: opacity .5s, top .5s;
		-ms-transition: opacity .5s, top .5s;
		-o-transition: opacity .5s, top .5s;
		transition: opacity .5s, top .5s;
	}

	.visit_popup .link_area {
		display: block;
		width: 100%;
	}

	.visit_popup h2 {
		color: #fff;
		margin-bottom:10px;
	}
	.visit_popup p {
		display: block;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 10px;
		padding-bottom: 12px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.visit_popup div > a:last-child p {
		border-bottom: none !important;
		padding-bottom: 3px !important;
	}

	.visit_popup .instagram {
		display: inline-block;
		width: 100%;
		height: 100%;
		background-image: url(/images/mweb_main_ver202608/instagram.png);
		background-size: 79px 23px;
		background-repeat: no-repeat;
		background-position: 35px 1px;
	}
}


/*===== Landscape(가로) 모드일 때 메인 하단  배너용 서브 메뉴 팝업 =====*/
@media (orientation: landscape) {
	.overlay:target+.visit_popup {
		position: absolute;
		top: 55%;   /* 이동을 멈췄을 때 최종 위치값 */
		opacity: 1;
		visibility: visible;
		pointer-events: auto; /* 클릭 가능하게 설정 */
	}

	/* Landscape(가로) 모드일 때 교회 방문/투어 서브메뉴 팝업 */
	.visit_popup {
		display: inline-block;
		background-color: #293490;
		width: 57%;
		left: 50%;
		opacity: 0;
		padding: 20px 25px 10px;
		position: fixed;
		text-align: left;
		top: 80%;  /* 이동을 시작했을 때 처음 위치값 */
		visibility: hidden;
		z-index: 99;

		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
		border-radius: 10px;


		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);

		-webkit-transition: opacity .5s, top .5s;
		-moz-transition: opacity .5s, top .5s;
		-ms-transition: opacity .5s, top .5s;
		-o-transition: opacity .5s, top .5s;
		transition: opacity .5s, top .5s;
	}
	
	.visit_popup .link_area {
		display: block;
		width: 100%;
	}

	.visit_popup h2 {
		color: #fff;
		margin-bottom:10px;
	}
	.visit_popup p {
		display: block;
		width: 100%;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 10px;
		padding-bottom: 14px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.visit_popup div > a:last-child p {
		border-bottom: none !important;
		padding-bottom: 3px !important;
	}

	.visit_popup .instagram {
		display: inline-block;
		width: 100%;
		height: 100%;
		background-image: url(/images/mweb_main_ver202608/instagram.png);
		background-size: 79px 23px;
		background-repeat: no-repeat;
		background-position: 35px 1px;
	}
}



/* 서브메뉴 팝업 닫기버튼 */
.close1 {
	background-color: rgba(255, 255, 255, 1);
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-decoration: none;
	top: 10px;
	width: 30px;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.close1:before {
	display: block;
	color: rgba(255, 255, 255, 1);
	content: "X"; 
	width: 100%;
	height: 100%;
	background:url(../images/main_2020/X_icon_black.png) no-repeat;
	background-size: 15px 15px;
	background-position: center;
	font-size: 0;
	/* text-shadow: 0 -1px rgba(0, 0, 0, 0.9); */
	text-indent: -9999px;
}
.close1:hover {
	background-color: rgba(200, 200, 200, 0.8);
}




.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
	display: inline-block;
	background-color: #89bee3;
	width: 30%;
	left: 50%;
	opacity: 0;
	padding: 20px 25px 10px;
	position: fixed;
	text-align: left;
	top: 80%;  /* 이동을 시작했을 때 처음 위치값 */
	visibility: hidden;
	z-index: 99;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;


	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);

	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
}

.close_modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close_modal:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}







/* ========== 푸터 영역 시작 ========== */
footer {
	display: block;
	width: 100%;
	text-align: left;
	background-color: #000;
	
	overflow: hidden;
	font-family:'NanumSquare', '나눔 스퀘어', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	overflow: hidden;
	box-sizing: border-box;
}

.footer_menu_wrap {
	display: block;
	width: 100%;
}
.footer_menu_top {
	width: 100%;
	display: block;
	padding: 18px 0;
	border-bottom: 1px solid #414141;
}

.footer_menu_inner {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 20px 18px 30px;
}

/* 해상도 350px 이상 370px 미만 - 스마트폰 */
@media (min-width:351px) and (max-width:369px)  {
	.footer_menu_inner {
		width: 100%;
		display: block;
		margin: 0 auto;
		padding: 20px 14px 30px;
	}
}

/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	.footer_menu_inner {
		width: 60%;
		padding: 20px 0 30px;
	}
}

.footer_menu_top ul{
	width: 100%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	overflow: hidden;
	box-sizing: border-box;
}
.footer_menu_top ul li{
	flex: 1 1 auto;
    text-align: center;
	color: #fff;
	font-size: 14px;
}

/* 갑자기 두번째 li가 내려 앉아서 추가함 22.10.02. */
.footer_menu_top ul li:nth-child(2){
	margin-top: -3px;
}


.footer_menu_top ul li a{
	color: #fff;
	font-size: 12px;
}
#footer_select_box select {
	width: 9.595em;
    font-size: 13px;
	color: #fff;
    background: url(/images/mweb_main_ver202608/btn_arrow_down.png) no-repeat 91% 50%;
    background-size: 10px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
	box-sizing: border-box;
    outline: none !important;
	font-family: 'NanumSquareRound' !important;
}
#footer_select_box option{
	font-family: 'NanumSquareRound' !important;
}



.footer_address {
	display: block;
	padding-bottom: 8px;
	font-size: 10px;
	color: #989898;
}
.footer_address a {
	text-decoration: none !important;
}

.footer_zip_code {
	display: inline-block;
	margin-top: 5px;
	margin-left: 5px;
	font-size: 10px;
	color: #989898;
}
.icon_address {
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(/images/mweb_main_ver202608/icon_address.png) no-repeat 50% 55%;
	background-size: 8px 10px;
	margin: 0px 5px -1px 0;
}

.footer_tel {
	display: block;
	padding-bottom: 8px;
	font-size: 10px;
	color: #989898;
}
.footer_tel a {
	font-size: 10px;
	color: #989898;
}
.icon_phone {
	display: inline-block;
	width: 8px;
	height: 9px;
	background: url(/images/mweb_main_ver202608/icon_phone.png) no-repeat 0% 55%;
	background-size: 8px 9px;
	margin-right: 5px;
}


.footer_email {
	display: block;
	padding-bottom: 20px;
	font-size: 10px;
	color: #989898;
}
.footer_email a {
	font-size: 10px;
	color: #989898;
}
.icon_email {
	display: inline-block;
	width: 9px;
	height: 6px;
	background: url(/images/mweb_main_ver202608/icon_email.png) no-repeat 0% 50%;
	background-size: 9px 6px;
	margin-right: 5px;
}


.footer_copy {
	display: block;
	font-size: 10px;
	color: #989898;
}
.footer_copy span{
	display: inline-block;
	font-size: 10px;
	color: #989898;
}
.footer_text_bold {
	font-size: 9px !important;
	font-weight: 700 !important;
	color: #fff !important;
}



/* 갑자기 주소 부분에 ios 크롬에서 자동 링크 처리되어 글자색 바뀌고 링크 밑줄 생성되어 강제적으로 처리함 25.01.31. */
/* 디폴트 파일에 메타 태그도 관련 부분 수정함 */
.footer_menu_inner span {
	display: inline-block;
	font-size: 10px;
	color: #989898;
	text-decoration: none !important;
}

.footer_menu_inner span {
	display: inline-block;
	font-size: 11px !important;
	color: #989898;
	text-decoration: none !important;
}

/* ========== 푸터 영역 끝 ========== */



/* ===== 맨위로 가기 버튼 시작 ===== */
.gotop {
	position: fixed;
	right: 10px;
	bottom: 10px; 
	border-radius: 10%;
	-webkit-border-radius: 10%;
	width: 44px;
	height: 44px;
	background-color: #fff;
	transition-duration: 0.15s;
	z-index: 15;   /* 다른 컨텐츠에 가리는 문제로 21.07.29 수정 */
	/* z-index: 1;  */
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4); 
	border: 1px solid #4660f5;
	overflow: hidden; 
	opacity: 0.8;
}
.gotop p {
	color: #4660f5; 
	display: block; 
	width: 100%;
	height: 100%;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	font-weight: bold; 
	background: url(../images/icon_top_arrow.png) no-repeat center 6px;
	background-size: 11px; cursor: pointer
}
.gotop.on {
	opacity: 0.8;
}
/* ========== 맨위로 가기 버튼 끝 ========== */





/*========== 메인 공지 팝업  ==========*/
.overlay {
    /* background-color: rgba(0, 0, 0, 0.6); */
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay:target+.worship_info_popup {
	top: 50%;  /* 이동을 멈췄을 때 최종 위치값 */
	opacity: 1;
	visibility: visible;
}

.overlay:target+.worship_info_popup_scroll {
	top: 50%;  /* 이동을 멈췄을 때 최종 위치값 */
	opacity: 1;
	visibility: visible;
}

.overlay:target+.cho_popup {
	top: 50%;  /* 이동을 멈췄을 때 최종 위치값 */
	opacity: 1;
	visibility: visible;
}

.overlay:target+.cho_popup2 {
	top: 50%;  /* 이동을 멈췄을 때 최종 위치값 */
	opacity: 1;
	visibility: visible;
}

/* 팝업 닫기버튼 */
.close {
	/* background-color: rgba(236, 239, 248, 1);   */
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 10px;
	text-align: center;
	text-decoration: none;
	top: 10px;
}
.close:before {
	display: block;
	/* color: rgba(255, 255, 255, 0.9); */
	content: "X"; 
	width: 100%;
	height: 100%;
	background:url(/images/mweb_main_ver202608/btn_close.png) no-repeat;  
	background-size: 25px 25px;
	background-position: center;
	font-size: 0;
	/* text-shadow: 0 -1px rgba(0, 0, 0, 0.9); */
	text-indent: -9999px;
}
.close:hover {
	background-color: rgba(200, 200, 200, 0.8);
}





/*===== 회원가입 팝업 22.08.23.추가 =====*/
.overlay:target+.join_popup {
	top: 15%;  /* 이동을 멈췄을 때 최종 위치값 */
	opacity: 1;
	visibility: visible;
}

.join_popup {
	display: inline-block;
	background-color: #fff;
	width: 38%;
	/* height: 20px; */
	left: 50%;
	margin-left: -10%;
	opacity: 0;
	padding: 15px 20px 13px;
	position: fixed;
	text-align: left;
	top: 0%;  /* 이동을 시작했을 때 처음 위치값 */
	visibility: hidden;
	z-index: 100;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 0 10px rgba(55,90,180,1);
	-moz-box-shadow: 0 0 10px rgba(55,90,180,1);
	-ms-box-shadow: 0 0 10px rgba(55,90,180,1);
	-o-box-shadow: 0 0 10px rgba(55,90,180,1);
	box-shadow: 0 0 10px rgba(55,90,180,1);

	-webkit-transition: opacity .5s, top .5s;
	-moz-transition: opacity .5s, top .5s;
	-ms-transition: opacity .5s, top .5s;
	-o-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;

	font-family: 'NanumSquare', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;  /* 21.05.23 추가 */
}

.join_popup a {
	margin-right: 10px;
	padding-right: 10px;
	border-right:1px solid rgba(193,193,193,0.5);
}

.join_popup a:last-child {
	margin-right: 0px !important;
	padding-right: 0px !important;
	border-right: 0px !important;
}

.close4 {
	background-color: rgba(55,90,180, 1);
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	text-align: center;
	text-decoration: none;	

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
}
.close4:before {
	display: block;
	color: rgba(55,90,180, 1);
	content: "X"; 
	width: 100%;
	height: 100%;
	background:url(../images/main_2020/X_icon.png) no-repeat;
	background-size: 15px 15px;
	background-position: center;
	font-size: 0;
	/* text-shadow: 0 -1px rgba(0, 0, 0, 0.9); */
	text-indent: -9999px;
}
.close4:hover {
	background-color: rgba(200, 200, 200, 0.8);
}






/*** 국세청 전자기부금영수증 의무발급 제도 안내 팝업 25.12.12 ***/
#yearandtax_notice_pop {
	position: absolute;
	top: 55px;
	/* top: 46%; */
	right: 50%;
	margin-right: -45%;
	background-color: #fff;
	width: 90%;
	/* height: 100%; */
	text-align: left;
	z-index: 10000 !important; 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid rgba(178,178,178,1);
	font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	box-sizing: border-box;
	padding: 0 30px;
	box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.10);
}
/*  480px 이상 (폰 가로 + 태블릿 세로 포함) */
@media all and (min-width:480px) {
	#yearandtax_notice_pop {		
		width: 60%;
		right: 50%;
		margin-right: -30%;
	}
}

#yearandtax_notice_02_pop {
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -120%); */
	top: 20px;
	right: 50%;
	margin-right: -45%;
	background-color: #fff;
	width: 90%;
	/* height: 100%; */
	text-align: left;
	z-index: 10000 !important; 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 1px solid rgba(178,178,178,1);
	font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	box-sizing: border-box;
	padding: 0 30px;
	box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.10);
}

.pop_notice_01_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    z-index: 999999;
}

.pop_notice_01_title {
    display: block;
	width: 100%;
    margin: 60px auto 20px;
    text-align: center;
    font-size: 21px;
    font-weight: 800;
	line-height: 31px;
    z-index: 1;
    color: #000;
	word-break: keep-all;
}

.pop_notice_01_text {
	font-size: 16px;
	line-height: 25px;
}

.font_blue_01 {
    color: #0064ac !important;
}

.font_red_01 {
    color: #c20510 !important;
}

.font_B {
    font-weight: 700 !important;
}

.font_18 {
    font-size: 18px !important;
}

.notice_pop_btn_wrap {
	display: block;
	width: 100%;
	margin: 30px auto;
}

.notice_pop_btn_wrap a {
	width: 47.5%;
}

.notice_pop_btn_wrap a:nth-child(1) {
	margin-right: 3%;
}

.pop_btn_close {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: 800;
	color: #000;
	text-align: center;
	line-height: 49px;
	background-color: #b2b2b2;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}

.pop_btn_link {
	display: inline-block;
	width: 100%;
	height: 50px;
	font-size: 15px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	line-height: 49px;
	background-color: #0064ac;
	border-radius: 50px;
	-webkit-border-radius: 50px;
}




/* 2025  이영훈목사님 성탄 인사말 팝업 */
/* 해상도 639px 이하 */ 
@media all and (max-width:639px) {
	#pop_2025Christmas {
		position: absolute;
		top: 90px;
		right: 50%;
		margin-right: -45%;
		background-color: #fff;
		width: 90%;
		min-height: 270px;
		padding: 10px;
		text-align: left;
		z-index: 50000 !important; 
		border-radius: 10px;
		-webkit-border-radius: 10px;
		/* border: 1px solid rgba(178,178,178,0.5); */
		font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
		box-sizing: border-box;
		box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.15);
		/* overflow: hidden; */
	}

	#pop_2025Christmas video {
		display: block;
		margin-bottom: 10px !important; 
	}

	#pop_2025Christmas p {
		color: #000; 
		font-size: 15px; 
		display: inline-block;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	#pop_2025Christmas p input {
		width: 14px;
		height: 14px;
		/* vertical-align: top; */
		border: 1px solid rgba(0, 0, 0, 0.5);
		margin-right: 8px;
        margin-top: -2px;
	}

	.btn_pop_2025_close {
		display: block;
		position: absolute;
		top: -45px;
		right: 0;
		width: 40px;
		height: 40px;
		z-index: 10001 !important; 
		background: #fff url(https://layout.fgtv.com/images/common/btn_close_01.png) no-repeat;
		background-position: center center;
		background-size: 20px 20px;
		border-radius: 50%;
		/* border: 1px solid rgba(0, 0, 0, 0.15); */
	}

	#btn_xmasvod_play {
		display: inline-block;
		position: absolute;
		bottom: 25px;
		right: 0;
		width: 130px;
		z-index: 10002 !important; 
	}

	#btn_xmasvod_pause {
		display: inline-block;
		position: absolute;
		bottom: 25px;
		right: 0;
		width: 130px;
		z-index: 10002 !important; 
	}

	#btn_xmasvod_play img, #btn_xmasvod_pause img {
		image-rendering: -webkit-optimize-contrast; /* 크롬, 사파리 등 웹킷 기반 브라우저 */
		image-rendering: crisp-edges;               /* 파이어폭스 등 */
	}
}

/* 해상도 640px 이상 */ 
@media all and (min-width:640px) {
	#pop_2025Christmas {
		position: absolute;
		top: 40px;
		right: 50%;
		margin-right: -25%;
		background-color: #fff;
		width: 340px;
		min-height: 270px;
		padding: 10px;
		text-align: left;
		z-index: 50000 !important; 
		border-radius: 10px;
		-webkit-border-radius: 10px;
		/* border: 1px solid rgba(178,178,178,0.5); */
		font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
		box-sizing: border-box;
		box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.15);
		/* overflow: hidden; */
	}

	#pop_2025Christmas video {
		display: block;
		margin-bottom: 10px !important; 
	}

	#pop_2025Christmas p {
		color: #000; 
		font-size: 15px; 
		display: inline-block;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	#pop_2025Christmas p input {
		width: 14px;
		height: 14px;
		/* vertical-align: top; */
		border: 1px solid rgba(0, 0, 0, 0.5);
		margin-right: 8px;
        margin-top: -2px;
	}

	.btn_pop_2025_close {
		display: block;
		position: absolute;
		top: -5px;
        right: -45px;
		width: 40px;
		height: 40px;
		z-index: 10001 !important; 
		background: #fff url(https://layout.fgtv.com/images/common/btn_close_01.png) no-repeat;
		background-position: center center;
		background-size: 20px 20px;
		border-radius: 50%;
		/* border: 1px solid rgba(0, 0, 0, 0.15); */
	}

	#btn_xmasvod_play {
		display: inline-block;
		position: absolute;
		bottom: 25px;
		right: 0;
		width: 130px;
		z-index: 10002 !important; 
	}

	#btn_xmasvod_pause {
		display: inline-block;
		position: absolute;
		bottom: 25px;
		right: 0;
		width: 130px;
		z-index: 10002 !important; 
	}

	#btn_xmasvod_play img, #btn_xmasvod_pause img {
		image-rendering: -webkit-optimize-contrast; /* 크롬, 사파리 등 웹킷 기반 브라우저 */
		image-rendering: crisp-edges;               /* 파이어폭스 등 */
	}
}


/*** 부활절연합예배 ***/

#Easter_notice_pop {
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -120%); */
	top: 100px;
	right: 50%;
	margin-right: -45%;
	background-color: #fff;
	width: 90%;
	/* height: 100%; */
	text-align: left;
	z-index: 10000 !important; 
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid rgba(178,178,178,1);
	font-family: 'NanumSquare', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	box-sizing: border-box;
	padding: 10px 10px 0 10px ;
	box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.10);
}

#Easter_notice_pop p {
	 color: #000; 
	 font-size: 15px; 
	 /* margin-top: 10px; */
	 float: right;
}

#Easter_notice_pop p input {
	width: 14px;
	height: 14px;
	/* vertical-align: top; */
}



#btn_Eastervod_play {
	display: inline-block;
		position: absolute;
		bottom: 25px;
		right: 0;
		width: 130px;
		z-index: 10002 !important; 
}


#btn_Eastervod_pause {
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 130px;
	z-index: 10002 !important; 
}



/* =========================================
   메인 페이지 최초 진입 스크롤 애니메이션
   PC / 태블릿 / 모바일 공통
========================================= */

.page_intro_item {
	opacity: 0;
	transform: translateY(45px);

	/* transition은 기본 상태에 넣어야 합니다. */
	transition:
		opacity 0.7s ease,
		transform 0.7s ease;
}

/* 애니메이션 실행 */
.page_intro_item.page_intro_show {
	opacity: 1;
	transform: translateY(0);
}


/* =========================================
   서브 메뉴 01 순차 등장
========================================= */

/* 왼쪽 설교 이미지 */
.submenu_section_01_left .page_intro_item {
	transition-delay: 0s;
}

/* 담임목사 홈페이지 */
.btn_link_homepage.page_intro_item {
	transition-delay: 0.3s;
}

/* 오른쪽 첫 번째 - 절대긍정 TV */
.submenu_section_01_right .page_intro_item:nth-child(1) {
	transition-delay: 0.5s;
}

/* 오른쪽 두 번째 - 조용기 목사 */
.submenu_section_01_right .page_intro_item:nth-child(2) {
	transition-delay: 0.7s;
}

/* 오른쪽 세 번째 - 교회 방문 / 투어 */
.submenu_section_01_right .page_intro_item:nth-child(3) {
	transition-delay: 1.0s;
}


/* 모션을 원하지 않는 사용자 대응 */
@media (prefers-reduced-motion: reduce) {

	.page_intro_item {
		opacity: 1;
		transform: none;
		transition: none;
	}

}




/* =========================================================
   메인 상단 롤링배너 동영상
   - 동영상이 슬라이드 높이를 결정하지 않도록 처리
   - 기존 이미지 배너와 동일한 영역을 사용
========================================================= */

.main-common-swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.main-common-swiper .swiper-slide video#mainsong {
	display: block;

	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	object-fit: cover;

	margin: 0;
	padding: 0;
	border: 0;
}


	.bgVideo {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		object-fit: cover;
		z-index: 1;
	}

/* 컨트롤 버튼 영역 */
.btn-container {
	position: fixed;
	bottom: 25px;
	left: 25px;
	z-index: 999;
	display: flex;
	gap: 12px;
}

/* 버튼 크기 조정 */
.video-btn {
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.6);
	padding: 12px 24px;       /* 여백 조정 (적당한 볼륨감) */
	font-size: 16px;          /* 글자 크기 16px로 조정 */
	font-weight: bold;
	border-radius: 28px;
	cursor: pointer;
	backdrop-filter: blur(8px);
	transition: all 0.2s ease;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	line-height: 1.4em;
}
