.w-1200px-container{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
img{
    max-width: 100%;
    display: block;
}
img.page-pic{
    width: 100%;
}
.banner{
    margin-bottom: 28px;
}
.list{
    margin-right: auto;
    margin-left: auto;
    max-width: 1152px;
    margin-bottom: 28px;
}
footer{
    margin-top: auto;
}
html{
    height: 100%;
}
body{
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer {
    background-color: #303030;
    width: 100%;
    padding: 16px 0;
}

footer ul {
    display: flex;
    justify-content: center;
}

footer ul li {
    border-right: 2px solid #edf1f4;
    padding: 0 8px;
}

footer ul li p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
    color: #edf1f4;
}

footer ul li:last-of-type {
    border-right: none;
}
footer {
    padding: 24px 0;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
}
footer ul li {
    padding: 0 48px;
}
footer .code{
    text-align: center;
    font-size: 12px;
    color: #edf1f4;
    margin-top: 8px;
    display: block;
}
footer .code:hover{
    text-decoration: underline;
}
footer ul li p {
    font-size: 14px;
}
header{
    padding: 16px 0 20px;
}
header .w-1200px-container{
    display: flex;
    align-items: center;
}
header .w-1200px-container ul{
    display: flex;
    margin-left: auto;
}
header .w-1200px-container ul li {
    margin-right: 52px;
    width: 100px;
}
header .w-1200px-container ul li a{
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #363636;
    font-weight: 700;
}
header h2{
    font-size: 30px;
    color: cornflowerblue;
    font-weight: bold;
    margin: 0;
    line-height: 1;
}
body, body *:not(html):not(style):not(br):not(tr):not(code) {
    font-family: system-ui;
    box-sizing: border-box;
}
body *{
    box-sizing: border-box;
}
body {
    font-family: system-ui;
    height: 100%;
    hyphens: auto;
    line-height: 1.4;
    margin: 0;
    -moz-hyphens: auto;
    -ms-word-break: break-all;
    width: 100% !important;
    -webkit-hyphens: auto;
    -webkit-text-size-adjust: none;
    word-break: break-all;
    word-break: break-word;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
}
ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}
.black-box{
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.4);
}
.black-box .window{
    max-width: 830px;
    max-height: 468px;
    padding: 100px 192px;
    background-color: #e2f1fd;
    border: solid 4px #ffffff;
}
.black-box .window img{
    width: 81px;
    height: 64px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
}
.black-box .window p{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: 1px;
    color: #0c7bb5;
    text-align: center;
    white-space: nowrap;
}
.black-box .window a{
    display: block;
    width: 240px;
    line-height: 54px;
    background-color: #e78d05;
    border-radius: 999px;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}
