@charset "utf-8";

*{padding: 0; margin: 0; font-size: 25px;}
li{list-style: none;}
a{text-decoration: none;}
#logo{font-family: 'Song Myung', serif;}
body{font-family: 'Noto Sans KR', sans-serif;}

@media (min-width:461px){
    #mobile-head{display: none;}
    .mobile-text{display: none;}
    .hamberger{display: none;}
    #nav2{display: none;}
    #header{width: 100%; height: 10%; 
        display: flex;  flex-direction: column; justify-content: space-between;  align-items: center;}
    #logo{width:480px; height: 90px; margin: 10px 0 30px; text-align: center; }
    #logo img{width: 80%; height: 160%;}
    #header p{font-size: 28px; display: inline-block; font-weight: bolder; margin-left: 880px;}

    nav{width:1400px; height: 50px; margin-top: 30px; text-align: center; background-color: lightblue;}
    .mainmenu{position: relative; width: 810px; margin: 0 auto;}
    .mainmenu li{float: left; width:200px; border-right: 1px solid #666; height: 50px; line-height: 50px; background-color: lightblue; text-align: center;}
    .mainmenu li:last-child{border-right: 0;}
    .mainmenu li a{color:#000; display: block;}
    .mainmenu li:hover{background-color: #fff; }
    .mainmenu li:hover>a{color:black}

    .submenu{width:200px; display: none; z-index: 10; position: absolute;}
    .submenu li{width:200px;background-color: lightblue;}
    .submenu li a{color:#fff; display: block;}
    .submenu li:hover{background-color: #fff;}
    .submenu li:hover a{color:black}

    #gotop{width: 100%; height: 30px; text-align: center;}
    .top{background-color: #fff;  width: 150px; height: 30px; border: #fff; font-size: 15px; line-height: 30px; text-align: center; cursor: pointer;}

    footer{margin-top: 30px; width: 100%; height: 200px; background-color: rgb(226, 236, 250); }
    #footer-wrap{width: 1200px; height: 200px; margin: 0 auto; display: flex; justify-content: center; align-items: center;}
    .foot-logo{width: 70px; height: 70px; margin-right: 50px;}
    .foot-logo img{width: 70px; height: 70px;}
    .foot-text p{font-size: 13px; text-align: center;}
    .foot-text .foot-title{font-size: 17px; font-weight: bolder;}
};

