﻿html, body
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}

body
{
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	min-height: 100%;
	position: relative;
	-webkit-text-size-adjust: none;
}
body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 6px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: none;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,.content,.footer{
	text-align: center;
}

#header {
	width: 100%;
	height: 84px;
	margin-top: 5px;
	padding: 0 10px;
	background-color: #123167;
	background-color: #00a651;

	color: #08418C;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;

	border-bottom: 3px solid #CEDBEA;
}

#header > .slide_menu {
    margin-top: 36px;
	float:left;
}

#header > .slide_menu  > a
{
	-background: 6px 6px no-repeat transparent;
	-background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );

	display: block;
	width: 38px;
	height: 38px;
	font-size: 28px;
	color: #f5f5f5;
}

#header > .logo {
	width: 100%;
	text-align: center;
	margin-right: 25px;
}

#header > .worship {
	position: absolute;
	right: 10px;
	top: 36px;
}

#foot_page {
	padding: 20px 5px 2px 5px;
	text-align: center;
	background: #fff;
}

#foot_page  > .menu_box {
	background: #fff;
}

#foot_page  > .menu_box  > .menu_b{
	display: -webkit-inline-box;
}

#foot_menu {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#foot_menu ul{
	list-style: none;
}

#foot_menu > li{
	width: 25%;
	display: block;
	position: relative;
	padding-top: 43px;
	float: left;
}

#foot_menu > li.list{/*종속선택자 : 선택자에 종속된 선택자*/
	width:60px;
	padding-top: 30px;
}

#foot_menu > li > .a_box {
	display: block;
	position: absolute;
	top: 0;
	width: 99.5%;
	height: 18px;
	padding: 2px 0 2px;
	font-size: 10px;
	font-size: 12px;
	color: #333;
	text-align: center;
	line-height: 18px;
	letter-spacing: -0.08em;
	text-decoration: none;
	border: 1px solid #666;
	background-color: #F1F1F1;
}


#foot_page  > .tel_link {
	color: #000;
	font-size: 12px;
	line-height: 36px;
}

#foot_page  > .foot_info {
	font-size: 12px;
	color: #000;
	line-height: 16px;
	margin-bottom: 15px;
}

#foot_page  > .app_info {
	margin: auto;
}

#foot_page  > .app_info > a {
	font-size: 12px;
	color: #000;
	vertical-align: top;
}