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

body
{
	background-color: #fff;
	font-family: 'Malgun Gothic', '맑은 고딕',AppleGothic,sans-serif;
	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: 60px;
	margin-top: 5px;
	padding: 0 10px;
	background: #fff;

	color: #08418C;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
	border-bottom: 1px solid #1772aa;
}

#header > .slide_menu {
	margin-top: 12px;
	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: 28px;
	font-size: 28px;
	color: #1772aa;
}

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

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

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

#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  > .foot_info div {display: inline-block;}

#foot_page  > .app_info {
	margin: auto;
}

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

/* foot_btn-group */
.foot_btn-group > .foot_btn {
	background-color: #fff;
    display: inline-block;
	float: left;
	height: 21px;
	margin-left: -1px;
    margin-bottom: 0;
    padding: 9px 10px 4px 10px;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 3px;

	font-size: 13px;
	color: #666;
    font-weight: normal;
    text-align: center;
	line-height: 1.5;

    cursor: pointer;

    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -ms-user-select: none;
    user-select: none;
}

.foot_btn-group > .foot_btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.foot_btn-group > .foot_btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.foot_btn-group > .foot_btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.foot_btn-group > a.foot_btn {
	color: #222;
}

.foot_btn-group > a.foot_btn:active {
    color: #333;
}

.foot_btn-group > a.foot_btn:hover {
    color: #222;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.foot_btn-group > a.foot_btn:visited {
    color: #333;
}

.foot_btn-group > a.foot_btn_admin {
    background: #eff0f9;
}