body{
    background-color: #fff;
}
.mainWrapper{
    width: 950px;
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.header{
    width: 100%;
    position: relative;
    height: 608px;
}

.header .logo1{
    position: absolute;
    top: 0;
    left: 0;
}
.header .logo2{
    position: absolute;
    top: 0;
    left: 196px;
}

.mainCons{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    min-height: calc(100vh - 638px);
    display: flex;
}

.mainCons .menus{
    padding-top:65px;
    padding-left: 25px;
    width: 320px;
}

.mainCons .menus ul{
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}

.mainCons .menus ul li{
    margin-bottom: 15px;
}

.mainCons .menus ul li a{
    text-decoration: none;
    color: #161616;
}
.mainCons .menus ul li a:hover{
    text-decoration: underline;
}

.mainCons .menus ul li .curlink{
    color: #b40040;
    text-decoration: underline;
}

.mainCons .menus .btnAlert{
	width:165px;
	height:72px;
	background:url(../images/btn_alert.svg) no-repeat;
	background-size: cover;
	color: transparent;
}

.mainCons .menus .btnAlert:hover{
	background-image:url(../images/btn_alert_o.svg);
}

.mainCons .menus .btnAlert.curlink{
	background-image:url(../images/btn_alert_o.svg);
}

.mainCons .cons .conTitle{
    height: 120px;
    padding-right: 30px;
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    color: #b40040;
    justify-content: end;
}

.mainCons .cons{
    width: 630px;
    padding-bottom: 60px;
}

.mainCons .cons a{
    text-decoration: underline;
    color: #b40040;
}

.mainCons .cons h1{
    font-size: 1.2rem;
    color: #0f4275;
}

.mainCons .cons .txt{
    margin-bottom: 50px;
}

.mainCons .cons .txt:last-of-type{
    margin-bottom: 0px;
}

.mainCons .cons .lastupdate{
    font-size: 0.8rem;
    color: #4d4d4d;
}


.footer{
    height: 30px;
    display: flex;
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    align-self: flex-end;
    font-size: 0.8rem;
    align-items: center;
}
.footer .copyright{
    width: 50%;
    padding-left: 40px;
    color: #fff;
}

.footer .prviate{
    width: 50%;
    color: #fff;
}

.footer .prviate ul{
    margin: 0;
    padding: 0;
    display: flex;
}

.footer .prviate ul li{
    margin: 0 0 0 30px;
    padding: 0;
}

.footer .prviate ul li:first-of-type{
    margin: 0 0 0 0px;
    padding: 0;
}

.footer .prviate ul li a{
    color:#fff;
}

@media (min-width: 1px) and (max-width: 767px) {

}