@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("animate.css");

body {
    background: #000 url(../../images/bg.jpg) top center no-repeat;
    font-family: Arial, "微軟正黑體";
    color: #967f5c;
    font-size: 12px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100vh;
    margin: 20px 0 0 0;

}

.wrap {
    width: 1100px;
    text-align: center;
}

h1 {
    width: 291px;
    height: 68px;
    display: block;
    margin: 0 auto;
    background: url(../../images/logo.png) 0 0 no-repeat;
    text-indent: -9999px;
    margin-top: 20px;
}

.menu2 {
    width: 100%;
    height: 150px;
    border-bottom: #584c3b 1px solid;
    position: relative;
}



