﻿@charset "utf-8";
/* Reset */
html, body {
    min-height: 100%;
}

body {
    margin: 0;
}

.wrapper {
    padding: 0;
}

.showSoon {
    visibility: hidden;
}

/* Skin to content */
.skip {
    margin: 0;
}

    .skip > a {
        display: block;
        text-align: center;
        line-height: 28px;
        height: 1px;
        overflow: hidden;
    }

        .skip > a:focus {
            height: auto;
        }

/* All menu */
.allMenu {
    position: absolute;
    width: 100%;
    z-index: 9;
    top:0;
    left:0;
}

    .allMenu > .allMenuWrapper {
        border-top: 3px solid #234789;
        background: #234789;
        height: 0;
        margin: 0 auto;
        overflow: hidden;
        width: 100%;
    }

        .allMenu > .allMenuWrapper > .allMenuInnerWrapper {
            margin: 0 auto;
            padding-top: 42px;
            width: 680px;
        }

    .allMenu > .allMenuButton {
        position: relative;
        text-align: center;
        top: -3px;
    }

        .allMenu > .allMenuButton > a {
            cursor: pointer;
            display: inline-block;
        }

    .allMenu .gnbTop a {
        color: #fff;
        text-decoration: none;
    }

    .allMenu .gnbTop > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .allMenu .gnbTop > ul ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .allMenu .gnbTop > ul > li {
            float: left;
        }

            .allMenu .gnbTop > ul > li > a {
                display: block;
                font-size: 17px;
                font-weight: bold;
                padding-bottom: 12px;
            }

            .allMenu .gnbTop > ul > li > ul > li {
                display: block;
                padding: 5px 0;
                width: 110px;
            }

                .allMenu .gnbTop > ul > li > ul > li > a {
                    font-size: 13px;
                }

                    .allMenu .gnbTop > ul > li > ul > li > a:hover {
                        text-decoration: underline;
                    }

                .allMenu .gnbTop > ul > li > ul > li.active > a {
                    font-weight: bold;
                }


/* Layout */
.wrapper {
    position: relative;
}

.wrapper,
.footer > p {
    width: 990px;
    margin: 0 auto;
}

    .footer > p > img {
        float: left;
        margin-left: -80px;
    }

    .footer > p > #to_top {
        float: right;
    }

.header {
    position: relative;
    z-index: 2;
    zoom: 1;
    margin: 38px 0 17px 0;
}

    .header > .side {
        position: absolute;
        z-index: 5;
        right: 0;
        bottom: 40px;
        zoom: 1;
    }

.visual {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 0 0 20px 0;
}

.body-area {
    position: relative;
}

    .header:after,
    .body:after {
        content: "";
        display: block;
        clear: both;
    }

.page-content .content {
    padding: 0 0 40px 0;
    zoom: 1;
}

    .content > *:first-child {
        margin-top: 0;
    }

    .content img {
        max-width: 100%;
        height: auto;
    }

/* Header */
.header > h1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    margin: 19px 0;
}

    .header > h1 > a,
    .header > h1 img {
        display: block;
    }

    .header > h1 > a {
        font-size: 32px;
        text-decoration: none;
        color: #333;
    }

/* Footer */
.footer {
    background: url(../Images/church/bg1.jpg);
    border-top: 1px solid #f4f4f4;
    color: #666;
    display: inline-block;
    padding: 45px 0 45px 0;
    position: relative;
    width: 100%;
}

    .footer p {
        font-size: 12px;
    }

    .footer a {
        text-decoration: none;
        color: #666;
    }

        .footer a:hover,
        .footer a:focus {
            text-decoration: underline;
        }

/* Login */
.account {
    margin-right: 15px !important;
}

/* Search */
.header .search {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0;
}

    .header .search > input {
        font-size: 12px;
        vertical-align: top;
        border-radius: 2px;
    }

        .header .search > input[type="text"] {
            background: #e5e6e8;
            border: 1px solid #dedede;
            height: 21px;
            line-height: 21px;
            padding: 0 4px;
            margin: 0 -6px 0 0;
            width: 126px;
        }

        .header .search > input[type="submit"] {
            background: #484d51;
            border: 1px solid #272b30;
            color: #fff;
            height: 23px;
            line-height: 23px;
            padding: 0 15px;
            margin: 0;
            cursor: pointer;
            box-shadow: 0 1px 0 #6d7174 inset;
        }


.hasChildPlus {
    float: right;
    font-size: 20px;
}
