@charset "UTF-8";

html, body {
    height: 100%;
    margin: 0;
    font-family: "PingFangTC", "Lucida Grande", "Arial", "Arial Narrow", "微軟正黑體", "蘋果儷中黑", sans-serif "Arial", "Arial Narrow";
    font-weight: 400;
    color: #190134;
}

div, h1, h2, h3, h4, h5, h6, p, form, label, input, textarea, img, ul, li {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    word-wrap: normal;
    word-break: normal;
    border-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

    a:visited {
        color: inherit;
        text-decoration: none;
    }

    a:active {
        color: inherit;
        text-decoration: none;
        outline: none;
    }

    a:hover {
        color: inherit;
        text-decoration: none;
    }

    a:focus {
        color: inherit;
        text-decoration: none;
        outline: none;
    }

button img {
    cursor: pointer !important;
}

button:focus {
    outline: none;
}

.form-select {
    border: 2px solid #71C5CE;
}

/* .form-control {
  height: 38px;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 4px;
  border: 2px solid #71C5CE;
  border-radius: 3px;
  flex: none;
  background: #FFF;
} */
.form-control.search {
    height: 56px;
    background: #fff;
    border-radius: 80px;
    padding: 10px 16px;
    padding-right: 0;
    border: 1px solid #fff;
}

.border-top.footer, .footer {
    position: static !important;
    padding: 15px 0;
    /* background-color: #f2f2f2; */
}

/*------------------------------
header
-------------------------------*/
.header-ns {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fcfcfc;
    justify-content: space-between;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #07405F;
    /*background-image: url(/images/top-bg.png);*/
    background-repeat: no-repeat;
    z-index: 1030;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.6);
}

.navbar > .container-fluid {
    justify-content: flex-end;
}

.navbar-ns {
    padding-top: 0px;
    padding-bottom: 0px;
    /* padding-right: 0; */
    justify-content: flex-end !important;
}

    .navbar-ns .navbar-brand {
        z-index: 100;
        left: 0;
        top: -25px;
        position: absolute;
    }

        .navbar-ns .navbar-brand img {
            width: 395px;
        }

        .navbar-ns .navbar-brand.phone {
            display: none;
        }

        .navbar-ns .navbar-brand.NB {
            display: inline-block;
        }

    .navbar-ns .nav-item {
        margin: 0px 15px;
    }

    .navbar-ns .nav-link {
        padding-top: 13px;
        padding-bottom: 13px;
        padding-right: 9px !important;
        padding-left: 9px !important;
        color: #B3ABBC !important;
        font-size: 15px;
        font-weight: 600;
        box-sizing: border-box;
        transition: 0.3s;
    }

        .navbar-ns .nav-link:hover {
            color: #77CFE7 !important;
        }

        .navbar-ns .nav-link.active {
            color: #77CFE7 !important;
        }
    /* .navbar-ns .navbar-toggler {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
} */
    .navbar-ns .navbar-toggler {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #EB5656 !important;
    background-color: #EB5656 !important;
}

.form-check-input[type=radio]:checked + label:after,
.form-check-input[type=radio].with-gap:checked + label:after,
label.btn input[type=radio]:checked + label:after,
label.btn input[type=radio].with-gap:checked + label:after {
    background-color: #EB5656 !important;
}

.body-ns {
    margin: 0;
    margin-top: 70px;
}

    .body-ns .wihteBK {
        padding: 20px 30px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }

        .body-ns .wihteBK .active-area {
            padding: 20px 30px;
        }

            .body-ns .wihteBK .active-area .form-group label {
                margin: 10px 0;
                font-size: 18px;
                font-weight: 500;
                color: #47C0C6;
            }

            .body-ns .wihteBK .active-area .form-group .text-danger {
                font-size: 14px;
                margin-top: 10px;
            }

            .body-ns .wihteBK .active-area .active-topic {
                display: flex;
                flex-direction: row;
                justify-content: center;
                margin: 30px 0 40px;
            }

                .body-ns .wihteBK .active-area .active-topic.flex-column {
                    flex-direction: column;
                }

                .body-ns .wihteBK .active-area .active-topic label {
                    font-size: 38px;
                    font-weight: 500;
                    color: #402C86;
                    text-align: center;
                }

                    .body-ns .wihteBK .active-area .active-topic label.title {
                        font-size: 30px;
                    }

                    .body-ns .wihteBK .active-area .active-topic label.word {
                        margin-top: 15px;
                        font-size: 18px;
                        height: 24px;
                        color: #6c757d;
                    }

                    .body-ns .wihteBK .active-area .active-topic label img {
                        height: 20px;
                        margin: 5px 15px;
                    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin-left: 395px;
    }
}

@media screen and (max-width: 700px) {
    .navbar-ns .navbar-brand.phone {
        display: inline-block;
        top: -15px;
        left: -40px;
    }

        .navbar-ns .navbar-brand.phone img {
            width: 250px;
        }

    .navbar-ns .navbar-brand.NB {
        display: none;
    }

    .body-ns .wihteBK {
        margin-bottom: 50px;
    }

        .body-ns .wihteBK .active-area {
            padding: 0;
        }

            .body-ns .wihteBK .active-area .active-topic label {
                font-size: 30px;
            }

                .body-ns .wihteBK .active-area .active-topic label img {
                    height: 15px;
                }

            .body-ns .wihteBK .active-area .table.table-striped {
                display: block;
                overflow-x: auto;
                white-space: nowrap;
            }
}

@media screen and (max-width: 576px) {
    .member-list {
        padding: 15px 30px;
    }
}

@media screen and (max-width: 468px) {
    .btn-sign.mail {
        width: 90px;
        background-position: 0px 0%;
        padding-left: 25px;
    }

    .body-ns .wihteBK {
        padding: 20px 10px;
    }

        .body-ns .wihteBK .member-list {
            padding: 15px 10px !important;
        }

            .body-ns .wihteBK .member-list .form-group .custom-control.custom-checkbox {
                display: block;
            }

            .body-ns .wihteBK .member-list .form-group.password {
                flex-direction: column !important;
                justify-content: flex-start !important;
                align-items: flex-start !important;
            }

        .body-ns .wihteBK .active-area .active-topic label {
            font-size: 24px;
        }

            .body-ns .wihteBK .active-area .active-topic label.word {
                font-size: 16px;
            }

        .body-ns .wihteBK .active-area .active-topic img {
            display: none;
        }
}
