@charset "utf-8";

@import url("mweb_footer.css?1");

/* 구글 노토산스 고딕 */
@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
font-weight:100;
Light
font-weight:300;
Regular
font-weight:400;
Medium
font-weight:500;
Bold
font-weight:700;
Black
font-weight:900; */

/* 나눔고딕 */
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css?1');
/* 
NanumGothic  font-weight
-----------------------

Regular
font-weight:400;
Bold
font-weight:700;
Extra Bold
font-weight:800;
 */


/* 나눔스퀘어네오 */
/* 나눔스퀘어네오 */
@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
    font-weight:100;
    
}
@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
    font-weight:300;
}
@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
    font-weight:400;
}
@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
    font-weight:500;
}
@font-face{
    font-display: swap;
    font-family: NanumSquareNeo;
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
    font-weight:700;
}


/* 나눔스퀘어라운드 */
@import url('https://fastly.jsdelivr.net/gh/innks/NanumSquareRound@master/nanumsquareround.min.css?1');
/* @font-face {
    font-family: 'NanumSquareRound';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
} */





/*Reset CSS 1.1*/
*{-webkit-text-size-adjust:none}
* {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline : 0;
	font-size: 16px; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	font: inherit;
	font-family: 'NanumSquareNeo', 'Noto Sans KR', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	vertical-align: baseline;
	text-decoration:none;
	color:#272727;
}

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;
}
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 !important; }
.mt10 { margin-top:10px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }
.mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.ml10 { margin-left:10px !important; }

.pt5{ padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }

.pb5{ padding-bottom:5px !important; }
.pb8{ padding-bottom:8px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }

.pl5{ padding-left:5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }

.pr5{ padding-right:5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }

.a_C {text-align: center !important; }
.a_L { text-align: left !important;}
.a_R { text-align: right !important;}
.v_m {vertical-align:middle !important;}

.valign_t {
	vertical-align: top !important;
}
.valign_m {
	vertical-align: middle !important;
}
.valign_b {
	vertical-align: bottom !important;
}

.dp_b {
    display: block !important;
}

.fR {
    float: right !important;
}

.img98 { width:98% !important; }
.img95 { width:95% !important; }
.img90 { width:90% !important; }
.img85 { width:85% !important; }
.img80 { width:80% !important; }
.img75 { width:75% !important; }
.img70 { width:70% !important; }
.img60 { width:60% !important; }
.img50 { width:50% !important; }

.red1 { color:#d30011 !important; }

.font_L { font-weight: 300 !important; }
.font_B { font-weight: 700 !important; }
.font_EB { font-weight: 900 !important; }

.font_Noto {
    font-family: 'Noto Sans KR' !important;
}

.NeoLight {
	font-family: 'NanumSquareNeoLight' !important;
}

.Neo {
	 font-family: 'NanumSquareNeo' !important;
}

.NeoBold {
	 font-family: 'NanumSquareNeoBold' !important;
}

.NeoExtraBold {
	font-family: 'NanumSquareNeoExtraBold' !important;
}

.NeoHeavy {
	font-family: 'NanumSquareNeoHeavy' !important;
}


.font_bold {
    font-weight: bold !important;
}
.font_normal {
	font-weight: normal !important;
}
.font_R {
    font-weight: 400 !important;
}
.font_B {
	font-weight: 700 !important;
}
.font_EB {
    font-weight: 800 !important;
}

.font_12 {
    font-size: 12px !important;
}
.font_13 {
    font-size: 13px !important;
}
.font_14 {
    font-size: 14px !important;
}
.font_15 {
    font-size: 15px !important;
}
.font_16 {
    font-size: 16px !important;
}
.font_17 {
    font-size: 17px !important;
}
.font_18 {
    font-size: 18px !important;
}
.font_20 {
    font-size: 20px !important;
}
.font_23 {
    font-size: 23px !important;
}
.font_25 {
    font-size: 25px !important;
}
.font_35 {
    font-size: 35px !important;
}

.red_01 {
    color: #ff0000 !important;
}
.red_02 {
    color: #e00000 !important;
}

.blue_01 {
    color: #0981a9 !important;
}
.blue_02 {
	color: #0064ac !important;
}
.blue_03 {
    color: #215bd5 !important;
}

.black_01 {
	color: #171717 !important;
}

.lh_25 {
    line-height: 25px !important;
}
.lh_30 {
    line-height: 30px !important;
}
.lh_35 {
    line-height: 35px !important;
}

.text_justify {
    text-align: justify !important;
}



/* ==================== 가로 375픽셀 기준으로 비율 잡아서 작업 ==================== */
/* ==================== 컨텐츠 레이아웃 시작 ==================== */
.wrap {
	overflow:hidden;
	width: 100%;
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
	position: relative;
}


/* ========== 메인 컨텐츠 시작 ========== */
#contentsWrap {
	width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	background: #fff;
}

#contentsWrap img {
	display: block; 	
}

#mainTop_img img{
	display: block; 
	width: 100%;
	margin-bottom: 35px;
}

/* 오늘도 좋은 날입니다. */
.daily_words_wrap {
	position: relative;
	width: 100%;
	font-family: 'NanumSquareRound', "굴림", Gulim, sans-serif !important; 
}
.daily_words_text {
	position: absolute;
	top: 25%;
	left: 42.5%;
	margin-top: -40%;
	width: 160px;
	font-family: 'NanumSquareRound', "굴림", Gulim, sans-serif !important; 
	font-weight: 700 !important;  
	font-size: 0.98em !important;  
	letter-spacing: -0.5px;
	line-height: 1.46em !important;  
	color: #6b0082;
	text-align: center;
	word-break: keep-all;
}

@media (min-width: 640px) and (max-width:999px) {
	.daily_words_text {
		position: absolute;
		top: 25%;
		left: 44%;
		margin-top: -38%;
		width: 300px;
		font-family: 'NanumSquareRound', "굴림", Gulim, sans-serif !important; 
		font-weight: 700 !important;  
		font-size: 1.75em !important;  
		letter-spacing: -0.5px;
		line-height: 1.46em !important;  
		color: #6b0082;
		text-align: center;
		word-break: keep-all;
	}
}

@media (min-width: 1000px) and (max-width:1366px) {
	.daily_words_text {
		position: absolute;
		top: 25%;
		left: 45%;
		margin-top: -36%;
		width: 450px;
		font-family: 'NanumSquareRound', "굴림", Gulim, sans-serif !important; 
		font-weight: 700 !important;  
		font-size: 2.2em !important;  
		letter-spacing: -0.5px;
		line-height: 1.46em !important;  
		color: #6b0082;
		text-align: center;
		word-break: keep-all;
	}
}

@media (min-width: 1367px)  {
	.daily_words_text {
		position: absolute;
		top: 25%;
		left: 45%;
		margin-top: -37%;
		width: 800px;
		font-family: 'NanumSquareRound', "굴림", Gulim, sans-serif !important; 
		font-weight: 700 !important;  
		font-size: 4em !important;  
		letter-spacing: -0.5px;
		line-height: 1.5em !important;  
		color: #6b0082;
		text-align: center;
		word-break: keep-all;
	}
}

/*======= 메인 컨텐츠 01 - 설교, 행사소식, 예배시간 안내 영역 =======*/
/* 해상도 300px 이상 640px 미만 */
@media (min-width:300px) and (max-width:639px)  {
	#mainContents01 {
		display: block; 
		width: 100%;
		margin: 0 auto;
		background: #f6f6f6;
		padding: 35px 20px;
	}
}
/* 해상도 640px 이상 */
@media (min-width:640px)  {
	#mainContents01 {
		display: block; 
		width: 100%;
		margin: 0 auto;
		background: #f6f6f6;
		padding: 35px 100px;
	}
}

/*===== 메인 설교 영역 =====*/
#mainSermon_area {
	display: block; 
	width: 100%;
	margin: 0 auto;
}

/*=== 이영훈 목사 주일설교 ===*/
.mainSermon_box01 {
	width: 100%;
	height: 258px;
	background: url(../image/main/bg_sermon_01.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 18px;
	position: relative;
}

.mainSermon_box01_preacher {
	display: block; 
	width: 100%;
	/* height: 47.5px; */	
	background: rgba(0,0,0, 0.25);
	padding: 16px 0;
}

.mainSermon_box01_preacher p {
	text-align: center;
	color: #fff;  
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-weight: 800;
	font-size: 17px;	
}

.mainSermon_box01_desc {	
	width: 246px;
	height: 119px;
	background: url(../image/main/bg_sermon_01_in.png) no-repeat;
	background-size: 246px 119px;	
	margin: 5px auto 12px;
}

.mainSermon_box01_desc_text_wrap {
	width: 246px;
	height: 60px;

	overflow: hidden;
	box-sizing: border-box;

	/* 컨텐츠가 가변이더라도 li 높이 동일하게 구현하기 위해 */
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.mainSermon_box01_desc_text01 {
	width: 190px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 22px;
	margin: 0 auto;
	padding-top: 15px;
    overflow: hidden;
	word-break: keep-all;

	/* 내부의 CSS 세로 정렬 위해 */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.mainSermon_box01_desc_text02 {
	width: 200px;	
	margin: 0 auto;	
}

.mainSermon_box01_desc_text02 p:first-child {
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding-top: 12px;
}

.mainSermon_box01_desc_text02 p:last-child {
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}

.btn_view01_sermon {
	display: block;
	position: absolute;
	bottom: 24px;
	width: 246px;
	height: 47px;
	background: url(../image/main/btn_bg_01.jpg) no-repeat;
	background-size: 246px 47px;	
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	/* margin: 18px auto 0; */
	padding: 14px 0px 15px;
}

/*=== 담당목사 ===*/
.mainSermon_box02 {
	width: 100%;
	height: 258px;
	background: url(../image/main/bg_sermon_02.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-bottom: 35px;
}

.mainSermon_box02_preacher {
	display: block; 
	width: 100%;
	/* height: 47.5px; */	
	background: rgba(0,0,0, 0.25);
	padding: 16px 0;
}

.mainSermon_box02_preacher p {
	text-align: center;
	color: #fff;  
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-weight: 800;
	font-size: 17px;	
}

.mainSermon_box02_desc {	
	width: 246px;
	height: 119px;
	background: url(../image/main/bg_sermon_02_in.png) no-repeat;
	background-size: 246px 119px;	
	margin: 5px auto 12px;
}

.mainSermon_box02_desc_text01_wrap {
	width: 246px;
	height: 60px;

	overflow: hidden;
	box-sizing: border-box;

	/* 컨텐츠가 가변이더라도 li 높이 동일하게 구현하기 위해 */
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.mainSermon_box02_desc_text01 {
	width: 246px;	
	margin: 0 auto;
	padding-top: 22px;
	text-align: center;
	
	/* 내부의 CSS 세로 정렬 위해 */
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.mainSermon_box02_desc_text01_1 {
	display:inline-block;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin-right: 6px;
}

.mainSermon_box02_desc_text01_2 {
	display:inline-block;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

.mainSermon_box02_desc_text02 {
	width: 140px;	
	margin: 0 auto;	
	text-align: center;
	padding-top: 20px;
}

.mainSermon_box02_desc_text02_1  {
	display:inline-block;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

.mainSermon_box02_desc_text02_2  {
	display:inline-block;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 11px;
	font-weight: 400;
	color: #fff;
	text-align: center;	
}

.icon_arrow01 {
	display:inline-block;
	width: 5px;
	height: 7px;
	background: url(../image/common/icon_arrow_01.png) no-repeat center top;
	background-size: 5px 7px;
	margin-left: 10px;
}

.btn_view02_sermon {
	display: block;
	position: absolute;
	bottom: 24px;
	width: 246px;
	height: 47px;
	background: url(../image/main/btn_bg_01.jpg) no-repeat;
	background-size: 246px 47px;	
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	/* margin: 27px auto 0; */
	padding: 14px 0px 15px;
}

/*===== 메인 행사소식 영역 =====*/
#mainNotice {
	display: block; 
	width: 100%;
	margin: 0 auto 20px;
}

.mainNotice_header {
	
}

.mainNotice_header ul {
	/* overflow: hidden; */
	height: 29px;
	padding-top: 2px;
	box-sizing: border-box;
}

.mainNotice_header ul li {
	display: inline-block;
	vertical-align: middle;
}
.mainNotice_header ul li:first-child {
	float: left;
}

.mainNotice_header ul li:first-child span {
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 18px;
	font-weight: 800 !important;
	vertical-align: middle;
}

.mainNotice_header ul li:last-child {
	float: right;
}

@media screen and (max-width: 320px) {
	.btn_view_more {
		clear: both !important;
		display: inline-block;
		border: 0.75px solid #a9a9a9;
		border-radius: 2px;
		box-sizing: border-box !important;
		background: #fff;
		padding: 4px 5px 5px 5px;	
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 11px !important;
		/* line-height: 11px; */
	}
}

@media screen and (min-width: 321px) {
	.btn_view_more {
		clear: both !important;
		display: inline-block;
		border: 0.75px solid #a9a9a9;
		border-radius: 2px;
		box-sizing: border-box !important;
		background: #fff;
		padding: 5px 6px 5px 10px;	
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 11px !important;
		/* line-height: 11px; */
	}
}


.icon_plus01 {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../image/common/icon_plus_01.jpg) no-repeat;
	background-size: 9px 9px;
	margin-left: 6px;	
}

.mainNotice_contents {
	display: block;
	width: 100%;
	margin: 11px auto 0;
	border-top: 0.75px solid #000;
}

.mainNotice_list {
	display: block;
	width: 100%;
	margin: 11px auto 0;
}

.mainNotice_list a {
	display: block;
	width: 100%;
}

.mainNotice_list a span {
	display: inline-block;
}

.list_no {
	display: block;
	padding: 0 0 10px 10px;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 14px !important;
	background: url(../image/main/main_icon_list_01.png) no-repeat;
	background-size: 5px 5px;
	background-position: 0 8px;
}

/* 세로모드인 경우 적용 */
@media (orientation: portrait) {
	.mainNotice_list a span:nth-child(1) {
		width: 78.5%;
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 14px !important;
		padding-left: 10px;
		margin-bottom: 5px;
		background: url(../image/main/main_icon_list_01.png) no-repeat;
		background-size: 5px 5px;
		background-position: 0 center;
		
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mainNotice_list a span:nth-child(2) {
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 12px !important;
		color: #985e00;
		vertical-align: text-top;
		float: right;
	}
}

/* 가로모드인 경우 적용 */
@media (orientation: landscape) {
	.mainNotice_list a span:nth-child(1) {
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 14px !important;
		padding-left: 10px;
		margin-bottom: 5px;
		background: url(../image/main/main_icon_list_01.png) no-repeat;
		background-size: 5px 5px;
		background-position: 0 center;
		
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mainNotice_list a span:nth-child(2) {
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 12px !important;
		color: #985e00;
		vertical-align: text-top;
		float: right;
	}
}


/*===== 메인 주보 보기 영역 =====*/
#mainBulletin {
	display: block; 
	width: 100%;
	margin: 0 auto 20px;
}

.mainBoard_box {
	width: 100%;
}

.mainBoard_box_header ul {
	/* overflow: hidden; */	
	height: 29px;	
	padding-top: 2px;
	box-sizing: border-box;
}

.mainBoard_box_header ul li {
	float: left;
}


.mainBoard_box_header ul li:first-child span {
	display: inline-block;
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 18px;
	font-weight: 800 !important;
	vertical-align: top;
}


.mainBoard_box_header ul li:last-child {
	float: right;
}

.mainBoard_box_contents {
	display: block;
	width: 100%;
	margin: 11px auto 0;
	border-top: 0.75px solid #000;
}

.mainBoard_box_contents_list {
	display: block;
	width: 100%;
	margin: 11px auto 0;
}

.mainBoard_box_contents_list a {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
}

.mainBoard_box_contents_list a span {
	display: inline-block;
}

/* 세로모드인 경우 적용 */
@media (orientation: portrait) {
	.mainBoard_box_contents_list a span:nth-child(1) {	
		width: 78.5%;
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 14px !important;
		text-indent: 10px;
		
		background: url(../image/main/main_icon_list_01.png) no-repeat;
		background-size: 5px 5px;
		background-position: 0 center;
		
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mainBoard_box_contents_list a span:nth-child(2) {
		/* margin-top: -5px; */
		/* width: 19.5%; */
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 12px !important;
		color: #985e00;
		vertical-align: text-top;
		float: right;
	}
}

/* 가로모드인 경우 적용 */
@media (orientation: landscape) {
	.mainBoard_box_contents_list a span:nth-child(1) {	
		/* width: 89%; */
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 14px !important;
		text-indent: 10px;
		
		background: url(../image/main/main_icon_list_01.png) no-repeat;
		background-size: 5px 5px;
		background-position: 0 center;
		
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.mainBoard_box_contents_list a span:nth-child(2) {
		/* margin-top: -5px; */
		/* width: 10%; */
		font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
		font-size: 12px !important;
		color: #985e00;
		vertical-align: text-top;
		float: right;
	}
}

.mainBoard_box_contents_list a img {
	width: 100%;
    object-fit: cover;
}



/*===== 메인 예배시간 안내 영역 =====*/
#mainWorshipGuide {
	display: block; 
	width: 100%;
	margin: 0 auto;
}

.btn_worship_guide {
	display: block; 
	width: 100%;
	height: 64px;
	background: url(../image/main/btn_bg_02.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;	
	box-sizing: border-box;
	position: relative;
}

.btn_worship_guide span {
	display: inline-block; 
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 21px;
	font-weight: 800 !important;
	color: #fff;	
	line-height: 64px;
	letter-spacing: 1.5px !important;
}

.icon_arrow02 {
	width: 35px;
	height: 35px;
	background: url(../image/common/icon_arrow_02.png) no-repeat;
	background-size: 35px 35px;
	position: absolute;
	top: 15px;
	left: 50%;
    margin-left: 29.8%;
}


/*===== 메인 새가족 소개 영역 =====*/
#mainNewFamliy {
	display: block; 
	width: 100%;
	margin: 0 auto;
}

.btn_new_family {
	display: block; 
	width: 100%;
	height: 64px;
	background: url(../image/main/btn_bg_02.jpg) no-repeat;
	background-size: 100% 100%;
	text-align: center;	
	box-sizing: border-box;
	position: relative;
}

.btn_new_family span {
	display: inline-block; 
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 21px;
	font-weight: 800 !important;
	color: #fff;	
	line-height: 64px;
	letter-spacing: 1.5px !important;
}

.icon_arrow02 {
	width: 35px;
	height: 35px;
	background: url(../image/common/icon_arrow_02.png) no-repeat;
	background-size: 35px 35px;
	position: absolute;
	top: 15px;
	left: 50%;
    margin-left: 29.8%;
}


/*======= 메인 컨텐츠 02 - 메뉴들 영역  =======*/
/* 해상도 300px 이상 640px 미만 */
@media (min-width:300px) and (max-width:639px)  {
	#mainContents02 {
		display: block; 
		width: 100%;
		margin: 0 auto;
		background: #fff;
	}
}
/* 해상도 640px 이상 */
@media (min-width:640px)  {
	#mainContents02 {
		display: block; 
		width: 100%;
		margin: 0 auto;
		padding: 0 100px;
		background: #fff;
	}
}



.mainContents02_wrap {
	display: block; 
	width: 100%;
	margin: 0 auto;	
}

.mainMenu_box {
	display: block; 
	width: 100%;
	height: 62px;
	border-bottom: 0.75px solid #232937;
}

.mainMenu_box ul {
	overflow: hidden;
	padding: 12px 0px;		
}

.mainMenu_box ul li {
	float: left;	
	box-sizing: border-box;
}

.mainMenu_box ul li:first-child {
	margin-left: 20px;
	margin-right: 18px;
}

.mainMenu_box ul li:first-child img {
	width: 38px;
	height: 38px;
}

.mainMenu_box ul li:nth-child(2) span {
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 16px;
	font-weight: 800 !important;
	line-height: 37px;
}

.mainMenu_box ul li:last-child {
	float: right;
	margin-top: 11px;
	margin-right: 20px;
}

.mainMenu_box ul li:last-child img {
	display: inline-block;
	width: 8px !important;
	height: 15px !important;
}


/*======= 메인 컨텐츠 03 - 포토갤러리 영역  =======*/
/* 해상도 300px 이상 640px 미만 */
@media (min-width:300px) and (max-width:639px)  {
	#mainContents03 {
		display: block; 
		width: 100%;
		margin: 35px auto 22px;
		background: #fff;	
	}
}
/* 해상도 640px 이상 */
@media (min-width:640px)  {
	#mainContents03 {
		display: block; 
		width: 100%;
		margin: 35px auto 22px;
		padding: 0 100px;
		background: #fff;	
	}
}


.mainContents03_wrap {
	display: block; 
	width: 100%;
	padding: 0px 20px;
}

.mainContents03_wrap ul {
	overflow: hidden;	
	width: 100%
}

.mainContents03_wrap ul li {
	float: left;	
}

/* 포토갤러리 */
.mainPhoto_box {
	width: 100%;
}

.mainPhoto_box_header ul {
	/* overflow: hidden; */
	height: 29px;	
	padding-top: 2px;
	box-sizing: border-box;
}

.mainPhoto_box_header ul li {
	float: left;	
}


.mainPhoto_box_header ul li:first-child span {
	display: inline-block;
	font-family: 'NanumSquareNeo', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 18px;
	font-weight: 800 !important;
	vertical-align: top;
}


.mainPhoto_box_header ul li:last-child {
	float: right;
}

.mainPhoto_box_header .btn_view_more {
	margin-top: -2px;
}

.mainPhoto_box_contents {
	display: block;
	width: 100%;
	margin: 11px auto 30px;
	border-top: 0.75px solid #000;
	text-align: center;
	overflow: hidden;
}

.mainPhoto_box_contents a {
	display: inline-block;
	width: 48%;
	margin-right: 4%;
	float: left;
}

.mainPhoto_box_contents a:last-child {
	margin-right: 0%;
}

/* 세로모드인 경우 적용 */
@media (orientation: portrait) {
	.mainPhoto_box_contents img {
		display: inline-block;
		margin: 15px auto 12px;
		width: 135px !important;
		height: 88px !important;
		background: url(../image/common/noimage_231_151.jpg) no-repeat;
		background-size: 135px 88px;
		background-position: center center;
	}
}

/* 가로모드인 경우 적용 */
@media (orientation: landscape) {
	.mainPhoto_box_contents img {
		display: inline-block;
		margin: 21px auto 15px;
		width: 185px !important;
		height: 121px !important;
		background: url(../image/common/noimage_231_151.jpg) no-repeat;
		background-size: 185px 121px;
		background-position: center center;
	}
}

.mainPhoto_box_contents p {
	display: block;
	width: 100%;
	font-family: 'Noto Sans KR', 'Nanum Gothic', "Malgun Gothic", "맑은 고딕", dotum, "돋움", sans-serif !important;
	font-size: 14px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



/* ==================== 컨텐츠 레이아웃 끝 ==================== */
