@charset "utf-8";

html{
    scroll-behavior: smooth;
}
    
}
#header{
    width: 100%;
    height: 150px;
    text-align: center;
}
#logo{
    width: 100%;
    height: 90px;

    border-bottom: solid 1px;
   
}
h1
{width: 100%;
    height: 100%;
}
#logo a{
    min-width: 960px;
    text-align: center;
    height: 100%; 
    align-content: center;
    display: block;
    text-decoration: none;
    color: black;
    font-size:30px;
    margin: 0 auto; 
}

  


#lnb{
    width: 100%;
    height: 60px;
    border-bottom: solid 1px;
}
#lnb ul{
    width: 960px;
    margin: 0 auto;
}
#lnb li{float: left; 
    text-align: center;
    width: 192px;
    height: 60px;
    text-decoration:none;
    
}
h2{font-size: 50px}

#lnb li a{
    align-content: center;
    display: block;
    height: 100%;
    text-decoration: none;
    color: #000;
    }

#lnb li a:hover{
    color: orange;
}


#footer{
    font-size: 12px;
    align-content: center;
    text-align: center;
    min-width:960px;
    height: 140px;
    border-top: solid 1px;
    line-height: 1.5;
} 
.bottom_logo{
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    
}
small{
    color: #fff;
    font-family: 'HYHeadLine';
}


