html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

/* »ç¿ëÀÚ Á¤ÀÇ ½ºÅ¸ÀÏ */

/* 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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Sticky footer styles
-------------------------------------------------- */



@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    /*    .BtnContainer {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }*/

    .ColumnContainer {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

a {
    text-decoration: none;
}

.PageTitleHeader {

}

.logo-img {
    max-width: 300px;
}

.TitleLogo {
    max-height: 50px;
}

.TitleLogo-q {
    max-height: 41px;
}

.required {
    font-weight: 500;
}

    .required:after {
        content: " *";
        color: red;
    }

.PageTitleHeader1 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.PageTitleHeader2 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.PageTitleHeader3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.PageTitleHeader4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#loginForm {
    width: 360px;
    margin: 4% auto;
}

/*.BtnContainer {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}*/

.ColumnContainer {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.Btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.BtnLg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.BtnBlock {
    display: block;
    width: 100%;
}

.btn-primaryContainer {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

.RegTitle {
    margin-top: 25px;
    margin-bottom: 10px;
    scroll-margin-bottom: 20px;
}

.EssentialContainer, .OptionalContainer, .AgreeContainer {
    padding: 20px;
    border-radius: 0.5rem;
}

.EssentialContainer {
    border: 1px solid #ef898996;
}

.OptionalContainer {
    border: 1px solid #8d89ef96;
}

.AgreeContainer {
    border: 1px solid #319272;
}