@charset "utf-8";
/* CSS Document */

html {
    background: transparent;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}


/* Layout */
.login-page {
    background: transparent;
    padding-top: 0;
    overflow: hidden;
    overflow-y: auto;
}

.login-wrap .login-cont {
    width: 100%;
    padding-top: 70px;
}

    .login-wrap .login-cont h1 {
        display: flex;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 40px;
        align-items: center;
    }

        .login-wrap .login-cont h1 img {
            max-width: 110px;
        }

        .login-wrap .login-cont h1 > span {
            position: relative;
            font-size: 18px;
            padding-left: 10px;
            margin-left: 10px;
        }

            .login-wrap .login-cont h1 > span:after {
                content: '';
                position: absolute;
                top: 4px;
                left: 0;
                display: block;
                width: 1px;
                height: 13px;
                background: #ccc;
            }

    .login-wrap .login-cont section h2 {
        font-size: 24px;
        font-weight: 700;
        color: #182F5D;
        margin-bottom: 20px;
    }

    .login-wrap .login-cont section p.no-board {
        text-align: center;
        padding-top: 100px;
        background: no-repeat url(/images/login-icon03.png) top center;
        background-size: 70px;
    }

@media (min-width: 992px) {
    .login-page {
        display: flex;
        flex-direction: column;
    }

        .login-page:after {
            content: '';
            display: block;
            width: 50%;
            height: 100%;
            background: url('/images/login-bg.jpg') no-repeat;
            background-size: cover;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
        }

    .login-wrap {
        flex: 1;
        display: flex;
        align-items: center;
    }

        .login-wrap .login-cont h1 {
            width: 100%;
            padding-bottom: 0;
            border-bottom: 0;
            margin-bottom: 20px;
            text-align: left;
        }

        .login-wrap .login-cont {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            padding-top: 0;
        }

            .login-wrap .login-cont > section {
                width: 50%;
                padding-top: 0;
                padding-bottom: 0;
                margin-bottom: 0;
            }

            .login-wrap .login-cont section p.no-board {
                padding-top: 130px;
                background-size: 100px;
            }
}

/* sec-1 */
.sec-1 {
    margin-bottom: 60px;
}

    .sec-1 .inner {
    }

    .sec-1 .form-box {
    }

        .sec-1 .form-box h2 > span {
            font-size: 16px;
            color: #435386;
            margin-left: 10px;
        }

        .sec-1 .form-box .form-control {
            margin-bottom: 10px;
            font-size: 16px;
            min-height: 48px;
            border-radius: 4px;
        }

        .sec-1 .form-box .login-btn {
            width: 100%;
            background: #031B40;
            color: #fff;
            margin-bottom: 10px;
            font-size: 16px;
            border-radius: 4px;
            padding: 11px 10px;
            transition: 0.3s;
        }

            .sec-1 .form-box .login-btn:hover, .sec-1 .form-box .login-btn:focus {
                background: #2c333f;
            }

        .sec-1 .form-box .system-item {
            border-radius: 4px;
            background: #314374;
            text-align: center;
            padding: 12px 0;
            margin-bottom: 10px;
        }

            .sec-1 .form-box .system-item button {
                position: relative;
                color: #fff;
                text-decoration: none;
                border: none;
                background: transparent;
                padding: 0 20px;
                font-size: 16px;
                transition: 0.3s;
            }

                .sec-1 .form-box .system-item button:hover, .sec-1 .form-box .system-item button:focus {
                    text-decoration: underline;
                }

                .sec-1 .form-box .system-item button:after {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 6px;
                    display: inline-block;
                    width: 1px;
                    height: 13px;
                    background: #fff;
                }

                .sec-1 .form-box .system-item button:first-child:after {
                    display: none;
                }

        .sec-1 .form-box .form-check {
            margin-bottom: 10px;
        }

        .sec-1 .form-box p {
            font-size: 14px;
            word-break: keep-all;
        }

    .sec-1 .link-box {
        background: #314374;
        border-radius: 0 0 4px 4px;
    }

        .sec-1 .link-box ul {
            display: flex;
        }

            .sec-1 .link-box ul > li {
                width: 33.3333%;
                border-left: 1px solid #8F9CD4;
            }

                .sec-1 .link-box ul > li:first-child {
                    border-left: none;
                }

                .sec-1 .link-box ul > li a {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    padding: 25px 0;
                    height: 100%;
                    text-align: center;
                    word-break: keep-all;
                    justify-content: center;
                    transition: 0.3s;
                }

                    .sec-1 .link-box ul > li a:hover {
                        background: #293b6d;
                    }

                .sec-1 .link-box ul > li img {
                    transition: .4s;
                }

                .sec-1 .link-box ul > li a:hover img, .sec-1 .link-box ul > li a:focus img {
                    transform: scale(1.1);
                }

                .sec-1 .link-box ul > li span {
                    color: #fff;
                    margin-top: 15px;
                }

                .sec-1 .link-box ul > li a:hover span, .sec-1 .link-box ul > li a:focus span {
                    text-decoration: underline;
                }

@media (min-width: 992px) {
    .sec-1 {
        order: 2;
        padding-left: 40px;
    }

        .sec-1 .form-box {
            padding: 60px;
            background: rgb(255 255 255 / 70%);
            backdrop-filter: brightness(1.2);
            border-radius: 4px 4px 0 0;
        }
}

@media (min-width: 1200px) {
    .sec-1 .inner {
        display: flex;
        flex-direction: column;
    }

    .sec-1 .form-box {
        border-radius: 4px 0 0 4px;
    }

    .sec-1 .link-box {
        border-radius: 0 4px 4px 0;
        background: rgb(49 67 116 / 80%);
        backdrop-filter: brightness(0.5);
    }

        .sec-1 .link-box ul {
            height: 100%;
        }

            .sec-1 .link-box ul > li {
                width: 100%;
                flex: 1;
                border-top: 1px solid #8F9CD4;
            }

                .sec-1 .link-box ul > li:first-child {
                    border-top: none;
                }
}

@media (min-width: 1400px) {
    .login-wrap .sec-1 {
        padding-left: 60px;
    }

    .sec-1 .form-box {
    }

    .sec-1 .link-box {
        width: 100%;
    }
}


/* sec-2 */
.login-wrap .sec-2 {
    position: relative;
    padding: 50px 0;
}

    .login-wrap .sec-2:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        z-index: -1;
        transform: translateX(-50%);
        display: block;
        width: 100vw;
        background: #031b40;
    }

    .login-wrap .sec-2 .inner {
        background: #fff;
        padding: 20px;
        border: 1px solid #DEE1E8;
        border-radius: 4px;
        height: 100%;
    }

    .login-wrap .sec-2 ul > li {
        border-bottom: 1px dashed #ddd;
    }

        .login-wrap .sec-2 ul > li:last-child {
            border-bottom: none;
        }

        .login-wrap .sec-2 ul > li a {
            position: relative;
            display: flex;
            padding: 0 10px 25px;
            margin: 15px 0;
            transition: 0.3s;
            align-items: center;
        }

        .login-wrap .sec-2 ul > li:first-child a {
            margin-top: 0;
        }

        .login-wrap .sec-2 ul > li:last-child a {
            margin-bottom: 0;
        }

        .login-wrap .sec-2 ul > li .notice {
            display: inline-block;
            text-wrap: nowrap;
            background: #314374;
            border-radius: 3px;
            color: #fff;
            padding: 1px 4px;
            font-size: 14px;
            margin-right: 6px;
        }

        .login-wrap .sec-2 ul > li .title {
            display: inline-block;
            max-width: calc(100% - 30px);
            margin-right: 7px;
            margin-bottom: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            font-size: 17px;
            color: #000;
            transition: 0.3s;
        }

        .login-wrap .sec-2 ul > li a:hover .title, .login-wrap .sec-2 ul > li a:focus .title {
            text-decoration: underline;
        }

        .login-wrap .sec-2 ul > li .new {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-family: var(--font-type-01);
            background-color: #314374;
            color: #fff;
            font-size: 13px;
            width: 25px;
            height: 25px;
            border-radius: 25px;
        }

        .login-wrap .sec-2 ul > li .date {
            position: absolute;
            bottom: 0;
            left: 10px;
            font-size: 16px;
            color: #888;
            transition: 0.3s;
        }

        .login-wrap .sec-2 ul > li a:hover .date, .login-wrap .sec-2 ul > li a:focus .date {
            color: #656565;
        }

@media (min-width: 992px) {
    .login-wrap .sec-2 {
        order: 1;
        padding-right: 40px;
    }

        .login-wrap .sec-2:after {
            display: none;
        }
}

@media (min-width: 1200px) {
    .login-wrap .sec-2 .inner {
        padding: 40px;
    }

    .login-wrap .sec-2 ul > li a {
        padding-bottom: 0;
    }

    .login-wrap .sec-2 ul > li .title {
        max-width: calc(100% - 180px);
    }

    .login-wrap .sec-2 ul > li .date {
        left: inherit;
        right: 10px;
        top: 0;
    }
}

@media (min-width: 1400px) {
    .login-wrap .sec-2 {
        padding-right: 60px;
    }
}


/* footer */
.login-page footer {
    background: #DEE1E8;
    padding: 30px 0;
}

footer .footer-menu {
    margin-bottom: 20px;
}

    footer .footer-menu ul {
    }

        footer .footer-menu ul > li {
            position: relative;
            display: inline-block;
        }

            footer .footer-menu ul > li:after {
                content: '';
                position: absolute;
                left: 0;
                top: 7px;
                width: 1px;
                height: 11px;
                display: block;
                background: #b3b3b3;
            }

            footer .footer-menu ul > li:first-child:after {
                display: none;
            }

            footer .footer-menu ul > li > a {
                color: #2C2D2E;
                font-size: 16px;
                padding: 0 10px;
            }

            footer .footer-menu ul > li:first-child > a {
                padding-left: 0;
                color: #702431;
                font-weight: 600;
            }

            footer .footer-menu ul > li > a:hover, footer .footer-menu ul > li > a:focus {
                text-decoration: underline;
            }

address {
    margin-bottom: 5px;
}

    address > span {
        font-size: 16px;
        margin-right: 10px;
    }

        address > span:after {
        }

        address > span:first-child:after {
        }

.family-site {
}

    .family-site button {
        width: 100%;
        background: #fff;
        border-radius: 0;
        text-align: left;
        padding: 10px 15px;
        margin-bottom: 20px;
    }

        .family-site button:hover, .family-site button:focus {
            background: #fff;
            color: #314374;
        }

        .family-site button:after {
            position: absolute;
            right: 15px;
            top: 19px;
        }

.copyright {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .login-page footer .container {
        position: relative;
    }

    footer .footer-menu {
        max-width: calc(100% - 200px);
    }

    .family-site {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 180px;
    }

        .family-site button {
            margin-bottom: 0
        }
}
