section{
    padding-top : 80px;
}

/** 공통 서브메뉴 **/
.sub-menu-wrap > ul{
	display : flex;
	align-items : center;
	justify-content : flex-start;
	gap : 30px;
	font-size : 16px;
	margin-bottom : 100px;
}

.sub-menu-wrap > ul > li.on{
	background-color : #eee;
	padding : 10px 20px;
	border-radius  :20px;
	font-weight : 600;
}


/** 엘림교회 소개 **/
#introduce_church .title-wrap{
    padding : 150px 0;
    text-align:center;
}

#introduce_church h1{
    margin-bottom : 40px;
    font-size : 3em;
}

#introduce_church h1 + p{
	font-size : 1.6em;
}

#introduce_church article p{
	font-size : 16px;
	margin : 1em 0;
}

#introduce_church article .slogan{
	font-size : 20px;
	font-weight : 700;
	border-bottom : 1px solid #ddd;
	padding-bottom : 20px;
}

#introduce_church article .slogan + div{
	margin : 50px auto;
	padding : 10px 100px;
	display : flex;
	align-items : center;
	justify-content : center;
	flex-direction : column;
	text-align : center;
	background-color : rgba(227, 209, 180, 0.3);
	border-radius : 5px;
	width : fit-content;
}

#introduce_church article .slogan + div p:last-child{
	font-size : 24px;
	text-align : center;
	background-color : #fff;
	padding : 10px 20px;
	border-radius : 5px;
}

#introduce_church article .slogan + div span,
#introduce_church article .slogan + div + div span{
	display : block;
	font-weight : 700;
}

#introduce_church article .slogan + div + div{
	text-align : center;
}

#introduce_church article .detail p > span{
	margin-bottom: 6px;
}

#introduce_church article .detail p{
	margin-bottom : 24px;
}

#introduce_church article .detail{
	margin-bottom : 200px;
}


/** 오시는 길 **/
#introduce_location .location_1{
    /* background-image : url("../images/location/1.jpeg"); */
    background-image : url("../images/location/1.png");
    background-position : bottom right;
    background-size : cover;
    height : calc(100vh - 150px);
}

#introduce_location .location_1 .wrap{
    position : relative;
    height: 100%;
}

#introduce_location .location_1 .wrap .contents{
    position : absolute;
    left : 0;
    bottom : 0;
    height : calc(100% - 200px);
    /* background-color : rgba(255,255,255,0.8); */
    padding : 50px;
    color : #fff;
}

#introduce_location .location_1 .wrap .contents .name{
    font-size : 3em;
    font-weight : 700;
}

#introduce_location .location_1 .wrap .contents .address{
    margin : 30px 0;
    font-size : 1.5em;
    line-height : 2em;
}

#introduce_location .location_1 .wrap .contents .address .title{
    font-weight : 700;
}

#introduce_location .location_1 .wrap .contents .address address{
    font-size : 1.6em;
    border-bottom : 1px solid #666;
    padding-bottom : 30px;
}

#introduce_location .location_1 .wrap .contents .worship-wrap{
    padding : 30px 0;
    border : 1px solid #666;
    font-size : 1.2em;
    line-height : 1.8em;
    margin-top : 50px;
    padding : 30px 15px;
    text-align : center;
}

#introduce_location .location_1 .wrap .contents .address + p{
    /* margin-bottom : 30px; */
}

#introduce_location .location_1 .wrap .contents p{
    font-size : 1.2em;
    line-height : 1.5em;
}

#introduce_location .location_1 .wrap .contents .pickup-notice{
    color : #ffdd17;
}

#introduce_location .map-wrap{
    padding : 100px 0;
}

#introduce_location #map{
    height : 500px;
}

#introduce_location .map-wrap .customoverlay{
    position : relative;
    bottom : 85px;
    border-radius : 6px;
    box-shadow: 0px 1px 2px #888;
    background-color : #fff;
}

.customoverlay:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 12px;
    background: url(../images/main/vertex_white.png);
}

#introduce_location .customoverlay a {
    display: block;
    width : auto;
    height :34px;
    text-decoration: none;
    color: #000;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    background: var(--pastor-color) url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;
}

#introduce_location .customoverlay .title {
    display: block;
    text-align: center;
    background: #fff;
    margin-right: 35px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

#introduce_location h2{
    font-size : 2em;
    margin : 100px 0 50px;
    text-align: center;
}

#introduce_location .method-wrap{
    /* background-color : #efefef; */
    /* padding : 50px; */
    display : flex;
    align-items: center;
    justify-content : center;
    flex-direction: column;
    gap : 20px;
}

#introduce_location .method-wrap .method{
    padding : 50px;
    border-radius : 2px;
    max-width : 700px;
    width : 100%;
    /* text-align: center; */
}

#introduce_location .method-wrap .method-1{
    /* background-color : #fff;
    border : 1px solid #000; */
    background-color : rgba(227,209,180,0.3);
}

#introduce_location .method-wrap .method-2{
    background-color : var(--beige-color);
    /* color : #fff; */
    /* background-color : #efefef; */
}

#introduce_location .method-wrap .method .station-name{
    font-size : 2.2em;
    line-height : 1.2em;
    font-size : 900;
    text-align: center;
    border-bottom : 1px solid #666;

}

#introduce_location .method-wrap .method .station-name > span{
    display : block;
    font-size : 0.7em;
}

#introduce_location .method-wrap .method .description{
    margin : 20px 0;
    word-break : keep-all;
    font-size : 1.1em;
    line-height : 1.4em;
}

#introduce_location .parkinglot{
    background-image : url("../images/location/parkinglot.jpg");
    background-size : cover;
    background-position : center right;
    height : 700px;
    margin-top : 100px;
}

#introduce_location .method-wrap .method .walk{
    font-size : 1.6em;
    margin : 30px 0;
    text-align: center;
}

#introduce_location .method-wrap .method .bus{
    font-size : 1.5em;
    margin : 30px 0;
    line-height: 1.5em;
    text-align: center;
}

#introduce_location .method-wrap .method .pickup{
    margin-top : 30px;
    font-size : 1.3em;
    /* background-color : #EE8C9C; */
    /* padding : 10px 20px; */
    /* color : #fff; */
    font-weight : 700;
}

#introduce_location .method-wrap .method .btn-wrap{
    display : grid;
    grid-template-columns: repeat(2, 1fr);
    gap : 10px;
    margin-top : 20px;
}

#introduce_location .method-wrap .method .btn-wrap .btn{
    background-color : #fff;
    border-radius : 2px;
    padding : 10px 20px;
    text-align: center;
}



/** 담임목사 소개 **/
#introduce_senior-pastor .title-wrap{
    padding : 150px 0;
    text-align:center;
}

#introduce_senior-pastor h1{
    margin-bottom : 40px;
    font-size : 3em;
}

#introduce_senior-pastor h1 + p{
	font-size : 1.6em;
}

#introduce_senior-pastor article p{
	font-size : 16px;
	margin : 1em 0;
}

#introduce_senior-pastor .detail-wrap{
	text-align : center;
	margin: 100px 0 200px;
}

#introduce_senior-pastor .detail-wrap > ul > li{
	margin : 30px 0;
	font-size : 16px;
}


/** 교회둘러보기 **/

#introduce_preview .title-wrap{
    padding : 150px 0;
    text-align:center;
}

#introduce_preview h1{
    margin-bottom : 40px;
    font-size : 3em;
}

#introduce_preview h1 + p{
	font-size : 1.6em;
}

#introduce_preview .image-wrap > div{
	margin : 30px 0;	
}


@media screen and (max-width : 1200px){
	.sub-menu-wrap{
		width : 90%;
		margin : auto;
	}

	article.wrap{
		width : 90%;
		margin : auto;
	}
}