@charset "UTF-8";

.header{
    position: fixed;
    height: 70px;
    background-color: #724934;
    top: 0;
    left: 0;
    z-index: 8000;
}

.header a{
   color: white;
   text-decoration:none;
}

.dropdown-menu{
    width: 100%;
    position: fixed;
    top: 68px;
    overflow: hidden;
    height: 52px;
    padding: 16px 0;
    border-top: 0px;
}

.dropdown-menu a{
    color: black;
    padding: 1% 0 0 0;
    text-decoration:none;
    font-size: 1em;
}

.dropdown-menu a:hover{
    color: #724934;
}

.login{
    padding: 1% 0 0 0;
}

.txt_w{
    color: white;
    padding: 1% 0 0 0;
    font-size: 1.15em;
}

.scc{
    width: 0;
    height: 0;
    margin-left: 20px;
    margin-top: 2px;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    display: none;
}

.index_banner{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 820px;
    background-image: url(../img/index_banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.txt_cer{
    font-size: 1.2em;
    padding-top: 10px;
}

.txt_ce{
    font-size: 1em;
    padding-top: 10px;
}

.v{
    margin: 0 0 0 30px;
}

.footer{
    height: 136px;
    background-color: #724934;
    padding: 2%;
}