/* 구글 웹 폰트 */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

body, div, span, ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Nanum Gothic', 'Malgun Gothic', sans-serif;
    color: #999;

    background-color: #eee;
}

a {
    color: #3f3f3f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: none;
}

div, span {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.wrapper {
    width: 100%;
}

.content {
    clear: both;

    margin: auto;
    max-width: 1440px;

    text-align: center;
}

.content iframe {
    width: 100%;
    height: 440px;
}

.main-photo {
    clear: both;
    display: block;
    width: 100%;
    /*height: 0%;*/
}

.bg-novo {
    background-color: #4f4f4f;
    color: #f6f6f6;
}

.bg-white {
    background-color: #fff;
}

.footer {
    color: #ccc;
    line-height: 70px;
}

.footer .content {
    text-align: left;
    padding-left: 50px;
}

.footer span {
    font-size: 1.0em;
}

.hoverable-image {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: middle;
}

.footer .hoverable-image {
    margin-left: 30px;
    line-height: 70px;
}

.footer a {
    color: #ccc;
}

.footer a:hover {
    color: #3f3f3f;
}

.facebook-link {
    background-image: url('../images/icon/facebook_gray.png');
}

.facebook-link:hover {
    background-image: url('../images/icon/facebook.png');
}

/* responsive menu */

.logo-wrapper,
.top-menu {
    display: inline-block;
}

.logo-wrapper {
    float: left;
    padding-top: 22px;
    margin-left: 30px;
}

.logo {
    width: 200px;
    height: 40px;
}

.top-menu {
    line-height: 90px;
    float: right;
}

.top-menu ul li {
    list-style: none;
    display: inline;

    margin-right: 30px;
}

.top-menu ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
}

.top-menu ul li:hover a {
    background-color: #4f4f4f;
    color: #f6f6f6;
}

@media (min-device-width: 1440px) {
    body {
        min-width: 1024px;
    }
}

@media (max-device-width: 600px) {
    .logo {
        width: 165px;
        height: 33px;
        vertical-align: middle;
    }

    .logo-wrapper {
        float: none;
        width: 100%;
        height: 50px;
        padding-top: 4px;
        margin-left: 0px;
        text-align: center;
        background-color: #4f4f4f;
    }

    .logo-wrapper a {
        display: inline-block;
        line-height: 35px;
    }

    .top-menu {
        float: none;
        width: 100%;
        text-align: center;
        line-height: 50px;
    }

    .top-menu ul {
        padding: 0px;
    }

    .top-menu ul li {
        list-style: none;
        display: inline-block;

        margin-right: -4px;

        width: 33.3%;

        text-align: center;

        font-weight: 600;
    }

    .top-menu ul li a {
        font-size: 11px;
    }

    .footer {
        font-size: 0.4em;
        line-height: 23px;
    }

    .footer .content {
        text-align: center;
        padding-left: 0px;
    }

    .footer .hoverable-image {
        margin-left: 10px;
        line-height: 23px;
        width: 13px;
        height: 13px;
        background-size: contain;
    }

    .footer span {
        font-size: 1.1em;
    }

    .facebook-link {
        background-image: url('../images/icon/facebook_gray.png');
    }

    .facebook-link:hover {
        background-image: url('../images/icon/facebook.png');
    }
}

/* home elements*/

.menu-on-main {
    text-align: center;
}

.menu-on-main .item {
    display: inline-block;

    margin-right: -4px;

    padding-top: 50px;
    padding-bottom: 50px;

    width: 33.3%;
    min-width: 125px;

    text-align: center;
    font-size: 1.2em;
    color: #999;
    font-weight: 600;
}

.menu-on-main .item:hover {
    background-color: #eee;
}

.svg-ic_camera_alt_48px {
    margin: auto;
    background-size: 48px;
    width: 48px;
    height: 48px;
}

.copyright {
    margin-right: 5px;

    text-align: right;
    font-size: 9px;
}

.copyright a {
    color: #999;
}

.copyright a:hover {
    color: #000;
}

@media (max-device-width: 600px){
    .menu-on-main .item {
        width: 100%;
    }

    .copyright {
        font-size: 6px;
    }
}

.uk-slidenav-position {
    clear: both;
    width: 100%;
}

.uk-cover-background {
    background-repeat: no-repeat;
    background-size: contain;
}
