﻿a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

textarea, input {
    background: url('');
    -webkit-border-radius: 1px;
    -webkit-apprearance: none;
}


body {
    font-family: 'Malgun Gothic';
    font-size: 12px;
    color: #565960;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

ul, ol, li, dl {
    list-style: none;
}

dl, dt, dd {
    list-style: none;
}

img, fieldset {
    border: 0;
}

label {
    cursor: pointer;
}

hr {
    dispLay: none;
}

/* --------------- 폼요소 --------------- */
input[type=text] {
    vertical-align: bottom;
    margin: 0;
    padding: 0 0 0 7px;
    width: 90%;
    height: 26px;
    background: #ffffff;
    border: 1px solid #cecece;
    font-family: Malgun Gothic;
    font-size: 12px;
    color: #565960;
    letter-spacing: -0.1em;
    font-weight: 700;
}

input[type=password] {
    vertical-align: bottom;
    margin: 0;
    padding: 0 0 0 7px;
    width: 90%;
    height: 26px;
    background: #ffffff;
    border: 1px solid #cecece;
    font-family: Malgun Gothic;
    font-size: 12px;
    color: #565960;
    letter-spacing: -0.1em;
    font-weight: 700;
    ime-mode: disabled;
}

.wrap {
    margin: 0 auto;
    margin-top: 200px;
    width: 450px;
}

    .wrap .logo {
        margin-bottom: 10px;
    }

    .wrap .contents {
        padding: 15px 20px;
        border: 1px solid #cecece;
        border-top: 1px solid #dedede;
        border-left: 1px solid #dedede;
        background: #f9f9f9;
    }

        .wrap .contents .table {
            margin: 30px auto;
            border-collapse: collapse;
            font-size:13px;
        }

            .wrap .contents .table th {
                height: 32px;
                letter-spacing: -0.04em;
            }

            .wrap .contents .table td {
                height: 32px;
            }

.login {
    width: 70px;
    height: 60px;
    background: #565960;
    border: none;
    font-family: Malgun Gothic;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -0.1em;
    font-weight: 700;
}

.execute {
    margin: 15px auto 0 auto;
    width: 250px;
    height: 30px;
    background: #565960;
    border: none;
    font-family: Malgun Gothic;
    font-size: 12px;
    color: #ffffff;
    line-height: 32px;
    letter-spacing: -0.1em;
    font-weight: 700;
}

.logout {
    margin: 5px auto 25px auto;
    width: 250px;
    height: 30px;
    background: #b2b2b2;
    border: none;
    font-family: Malgun Gothic;
    font-size: 12px;
    color: #ffffff;
    line-height: 32px;
    letter-spacing: -0.1em;
    font-weight: 700;
}

.tip {
    margin: 20px 0;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -0.04em;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}