body {
    margin: 0px;
    padding: 0px;
    background-color: #e0e0f0;
    min-width: 760px;
}

.top {
    margin: 20px auto;
    width: 1024x;
    display: flex;
    justify-content: space-between;
}

.top .logo img {
    margin: 10px 40px;
}

.top .nav ul {
    margin: 20px 20px 20px;
    display: flex;
    list-style: none;
    gap: 10px;
}

.top .nav ul li {
    font-family: sans-serif;
    font-weight: bold;
}

.top .nav ul li a {
    text-decoration: none;
    color: #333;
}

.top .toc ul li a:hover {
    color: rgb(66, 148, 208);
}

.header {
    width: 100%;
}

.header .banner {
    text-align: center;
    font-size: 24px;
    font-family: sans-serif;
    font-weight: bold;
    text-shadow: 2px 2px 2px #ccc;
    color: #005493;
    margin-top: 10px;
}

.header .logo {
    text-align: center;
    margin-top: 10px;
}

.header .logo .image {
    height: 120px;
}

.main {
    width: 100%;
}

.main .headline {
    display: flex;
    justify-content: center;
    font-size: 32px;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 40px;
    color: rgb(255, 126, 121);
}

.main .about {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
}

.main .about > div {
    max-width: 720px;
    min-width: 640px;
    padding: 0px 20px 10px;
    border-bottom: 1px solid #999;
}

.main .boxes {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding: 0px 10px;
    gap: 30px;
}

.main .boxes .box {
    width: 260px;
    height: 100px;
    border-radius: 20px;
    text-align: center;
    padding: 20px 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 2px 2px 2px #ccc;
    background-color: rgba(118, 214, 255, 0.50);
}

.main .boxes .box ul {
    text-align: left;
    font-size: 14px;
    text-shadow: none;
}

.main .boxes .box ul li {
    margin-left: -1rem;
    white-space: nowrap;
}

.main .table {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.main .table .passkeys {
    margin-top: 20px;
}

.main .table .passkeys caption {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.main .table .passkeys th {
    background-color: #666;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    padding: 4px;
    letter-spacing: 4px;
}

.main .table .passkeys td {
    background-color: rgb(235, 246, 249);
    font-family: sans-serif;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    width: 120px;
}

.main .table .passkeys td:first-child {
    text-align: left;
    padding-left: 20px;
    font-size: 11px;
    width: 160px;
}

.main .table .function,
.main .table .profile {
    margin-top: 20px;
}

.main .table .function caption,
.main .table .profile caption {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
    color: #333;
}

.main .table .function th,
.main .table .profile th {
    background-color: #666;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    padding: 4px;
    letter-spacing: 4px;
}

.main .table .function td,
.main .table .profile td {
    background-color: rgb(235, 246, 249);
    font-family: sans-serif;
    font-size: 14px;
    padding: 4px;
}

.main .table .function td:first-child {
    width: 240px;    
    padding-left: 20px;
}

.main .table .function td:last-child {
    width: 320px;    
    padding-left: 0px;    
}

.main .table .profile td:first-child {
    width: 420px;
    padding-left: 20px;
}   


.main .table .profile td:last-child {
    width: 140px;    
    text-align: center;
}

.main .table .function td ul {
    margin: 0px;
}

.main .contact {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.main .contact .content {
    padding: 10px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 8px #c8c8c8;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.main .contact .content > div:first-child {
    padding: 10px 20px;
    font-family: sans-serif;
    font-weight: bold;
}

.main .contact .content > div:last-child {
    border-left: 1px solid #ccc;
    padding: 10px 40px;
}

.main .contact .content .company {
    font-family: sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
}

.main .contact .content .company a {
    letter-spacing: 6px;
    padding-left: 12px;
    font-size: 26px;
    color: rgb(1, 25, 147);
    text-decoration: none;
}

.main .contact .content .division {
    font-size: 14px;
    font-family: serif;
}

.main .contact .content .address {
    font-size: 14px;
    font-family: serif;
}

.main .contact .content .email {
    font-size: 16px;
    margin-top: 12px;
    font-family: monospace;
    padding-left: 20px;
}

.main .contact .content .email a {
    text-decoration: none;
    color: #333;
}

.main .contact .content .homepage {
    font-size: 16px;
    margin-top: 12px;
    padding-left: 20px;
    font-family: sans-serif;
}

.main .contact .content .homepage a {
    text-decoration: none;
    color: #333;
}

.main .contact .content a:hover {
    color: rgb(66, 148, 208);
}

.main .contact .content .icon {
    font-size: 20px;
    margin-right: 10px;
}

.main .oid-certication img {
    margin: 10px;
    height: 80px;
    background-color: #fcfcfc;
}

.main .screenshots {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 10px;
}

.main .screenshots figure {
    text-align: center;
    margin: 1rem;
}

.main .screenshots figure figcaption {
    font-family: sans-serif;
    font-size: 13px;
    padding: 4px 0px;
}

.main .screenshots img {
    box-shadow: 4px 6px 6px #ccc;
    width: 280px;
    cursor: pointer;
}

.main .screenshots img:hover {
    transform: scale(1.02);
    transition: 300ms ease-in;
}

.footer {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    font-style: italic;
    gap: 4px;
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.modal .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.modal .wrapper > div {
    border: 1px solid #ccc;
    box-shadow: 8px 8px 8px #999;
    margin: 10px;
}

.modal .wrapper img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}
