﻿@charset "utf-8";
.Wraper-GS{
    height: 100vh;
    display: flex;
    flex-direction: column;
}
.Wraper-GS > div:first-child{
    background-color: #f4fdff;
    display: flex;
    align-items: center;
    padding: 8px;
    background-image: url(../images/header_bg.svg);
    background-size: auto 70px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.Wraper-GS > div:first-child > h1{
    color: #0d5d80;
    font-size: 1.8rem;
    font-weight: 600;
}
.Wraper-GS > div:first-child > span > img{
    width: 180px;
    height: auto;
}
.Wraper-GS > div:last-child{
    height: calc(100vh - 70px);
}