body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.page {
    margin-top: 60px;
    padding-top: 10px;
    min-height: 100%;
}

.Txt p {
    font-size: .75rem;
}

.Txt p span {
    display: block;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    font-size: .75rem;
}

.header {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

main {

    min-height: 100%;
}

.form-group .form-control {
    padding: 18px 16px 0;
    margin-bottom: 14px;
}

.form-control:focus {
    box-shadow: none;
}

.form-group label {
    position: absolute;
    color: #888;
    top: 13px;
    left: 18px;
    pointer-events: none;
}

.form-group .form-control:focus ~ label,
.form-group .form-control:valid ~ label  {
    top: 2px;
    font-size: 10px;
}

.btn:hover {
    border-color: transparent;
}


/* member-in */

.member-in .person-info {
    margin-bottom: 40px;
}

.person-info_image {
    font-size: 5rem;
    color: #555;

}

.person-info-name {
    line-height: 1;
    margin: 0;
    padding: 0;
}



.side-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nav-list a {
    display: block;
    line-height: 2;
    color: #000;
}

.side-nav-list a.active {
    color: #0071e3;
}

.cardList {
    list-style: none;
    padding: 0;
}


.cardList .item a {
    padding: 20px;
    border-radius: 10px;
    display: block;
    border: 1px solid hsla(240, 6%, 83%, .63);
    color: #000;
    height: 15vh;
}

.cardList .item a span {
    color: #999;
    font-size: 1rem;
}

.cardList .item a i {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #0071e3;
    font-size: 1.3rem;
}

.fancybox-content {
    padding: 0;
    min-width: 40vw;
}

.fancybox-content form .form-content {
    padding: 80px 60px 0;
    margin-bottom: 30px;
}



.fancybox-content form .form-bottom {
    padding: 0 20px 20px;

}

.fancybox-content .Txt {
    margin-bottom: 50px;
}

.fancybox-content .Txt i {
    font-size: 4rem;
    color: #0071e3;
    line-height: 1;
}

.fancybox-content .Txt span {
    opacity: 0.5;
}


@media(max-width:991px) {
    main {
        margin-top: 60px;
        padding: 15px;
    }
    header{
        position: fixed;
        top: 56px;
        padding-top: 10px;
        left: 0;
        width: 100%;
        z-index: 999;
        background-color: #fff;
    }

    .side-nav .navbar {
        position: fixed;
        z-index: 999;
        top: 94px;
        left: 0;
        width: 100%;
    }

    .Sidep-nav .navbar-toggler{
        padding:0 20px;
    }

    .side-nav-list {
        background-color: #fff;

        padding: 10px 30px;
        border-bottom: 1px solid #e0e0e0;
    }

    .side-nav-list li {
        border-bottom: 1px solid #e0e0e0;

    }

    .side-nav-list li a {
        padding: 20px 0;
    }

    .side-nav-list li:last-child {
        border-bottom: none;
    }

    .side-nav-list:after {
        content: '';
        position: absolute;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        top: 100%;
        width: 100%;
        height: 100vh;

    }

    .cardList .item a{
        height: 20vh;
    }

    .fancybox-content form .form-content{
        padding: 30px 20px 0;
    }

    .fancybox-content{
        width: 100%;
    }

}