@import url('https://fonts.googleapis.com/css2?family=Concert+One&family=Marcellus&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Secular+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Noto+Sans+KR:wght@100..900&display=swap');

body{
    margin: 0 auto;

    font-family: 'Noto Sans KR', sans-serif;
}

nav{
    font-size: 12pt;
    font-family: 'PT Sans', Arial, Sans-serif;
    position: relative;
}
nav ul{
    padding: 0;
    margin: 0 auto;
    width: auto;
}
nav a{
    line-height: 50px;
    height: 50px;
}
nav li a{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
nav li:last-child a{
    border-right: 0;
    }

nav a#pull{
    display: none;
}
    html {
    -webkit-touch-callout:none;
    user-select:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    }

    ul{
    /*list-style-type: none;*/
    margin: 0;
    padding: 0;
    background-color: #333;
    text-align: center;
    }
    li{
    /*position: relative;*/
    display: inline-block;
    }
    li a{
    color: #FFFFFF;
    text-align: center;
    padding: 14.5px 16px;
    text-decoration: none;
    }
    li a:hover{
    /*color: #597812;*/
    color: #FFD400;
    font-weight:normal;
    }
    .menu {
        width: 100%;
        height: 120px;
        top: 0;
        text-align: center;
        max-width: 100%;
        background-position: center;
        background-size: cover;
        background-color: #ffffff;color: rgb(0, 0, 0);

        position: fixed;
        z-index: 10;
    }

.menu_box{
    background-color: #333333;color: white;
}


/*top_ title css-----------------*/
#top{
    padding-top: 5px;
    margin-bottom: 20px;
    height: 50px;
    
}
#top > .top_title{
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 300;
    font-size: 40px;

    padding-left: 15px;
}