@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@100;200;300;400;500&family=Noto+Serif:wght@400;700&family=Roboto:wght@100;300;400;500;700&display=swap');

body {
    font-family: 'IBM Plex Sans KR', sans-serif;
    font-size: 17px;
    color: #333;
    word-wrap: break-word;
    word-break: keep-all;
    line-height: 1.6;
}
ol, ul {
    list-style: none;
}
.container-xl {
    min-width: 79%;
}
h5 {
    font-size: 1.4rem;
}
h6 {
    font-size: 1.2rem;
}
p {
    margin-bottom: 0.5rem;
}
a {
    color: #565656;
}
.bd-2 {
    border-top: 2px solid #052f65;
    border-bottom: 2px solid #052f65;
}
.bg-primary {
    background-color: #052f65 !important;
}
.btn-primary {
    background-color: #052f65;
    border-color: #052f65;
    color: #fff;
}
.btn-outline-primary {
    border-color: #052f65;
    color: #052f65;
}
.text-primary {
    color: #115397 !important;
}
.border-primary-2 {
    border: 2px solid #5a78ba;
}
.border-secondary {
    border: 1px solid #ccc !important;
}
.ls-m {
    letter-spacing: -0.015em;
}
.ml-sub {
    margin-left: 33px;
}
.icon-sm {
    font-size: .4rem;
    line-height: 1.5;
    color: #115397;
    padding: 4px 0 4px 16px;
}
.list-icon li {
    list-style: initial;
    margin-bottom: .35rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.75);
}
.jumbotron {
    margin-top: 3.5rem;
    padding: 13rem 0rem;
    background: url('/assets/images/main/main-img-2.jpg') no-repeat center rgba(0, 0, 0, .5);
    background-size: cover;
    color: #fff;
    border-radius: 0px;
    text-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.mainimg {
    padding: 12rem 0rem;
    background: url('/assets/images/main/main-img.jpg') no-repeat center rgba(0, 0, 0, .5);
    background-size: cover;
    color: #fff;
    border-radius: 0px;
    text-shadow: 0 0 7px rgb(0 0 0 / 40%);
    margin-bottom: 2rem;
}
.display-4 {
    font-family: 'Roboto', sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
}
.display-5 {
    font-size: 2rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1rem;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 1.125em;
    color: #fff;
}
.card-header, .card-body {
    padding: 0.5rem !important;
}
.subtop-01 {
    margin-top: 3.5rem;
    padding: 6rem 1rem 4rem 1rem;
    background: url('/assets/images/sub/subtop-img-01-1.jpg') no-repeat center rgba(0, 0, 0, .5);
    background-size: cover;
    color: #fff;
    border-radius: 0px;
    text-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.subtop-02 {
    margin-top: 3.5rem;
    padding: 6rem 1rem 4rem 1rem;
    background: url('/assets/images/sub/subtop-img-02.jpg') no-repeat center rgba(0, 0, 0, .5);
    background-size: cover;
    color: #fff;
    border-radius: 0px;
    text-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.subtop-03 {
    margin-top: 3.5rem;
    padding: 6rem 1rem 4rem 1rem;
    background: url('/assets/images/sub/subtop-img-03.jpg') no-repeat center rgba(0, 0, 0, .5);
    background-size: cover;
    color: #fff;
    border-radius: 0px;
    text-shadow: 0 0 7px rgb(0 0 0 / 40%);
}

/* Notice Rolling Effects */
#rollText1{ position:relative; font-size:1em; list-style:none; margin:0px; padding:0px 0px 0px 0px; }
#rollText1 li{height:23px;}

.footer {
    background-color: #f5f5f5;
}
.text-small {
    font-size: 0.87em;
}
.breadcrumb {
    background-color: #fff;
    font-size: .87em;
    padding: 1.2rem 0rem 0 0rem;
}
.table-status td {
    vertical-align: middle;
}

/* SingIn */
.form-signin {
    width: 100%;
    max-width: 480px;
    padding: 15px;
    margin: auto;
}
.form-signup {
    width: 100%;
    max-width: 920px;
    padding: 15px;
    margin: auto;
}


/* Back to top button */

#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
}
#back-top a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    background: #326cd7;
    border-radius: 50%;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #ddb641;
}
/* arrow icon (span tag) */
#back-top i {
    margin-top: 10px;
    font-size: 28px;
}

@media only screen
    and (min-width : 240px)
    and (max-width : 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    #back-top a {
        width: 40px;
        height: 40px;
    }
    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0rem;
        padding-right: 1rem;
        font-size: .9rem;
    }
    .jumbotron {
        padding: 8rem 1rem;
    }
    .display-4 {
        font-size: 3rem;
    }
    .display-5 {
        font-size: 1.4rem;
    }
    .container-xl {
        min-width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .jumbotron {
        padding: 5.6rem 1rem 4rem 1rem;
    }
    .display-4 {
        font-size: 2rem;
    }
    .display-5 {
        font-size: 1rem;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0rem;
        padding-right: 1rem;
        font-size: 1.1rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.3rem;
    }
    h6 {
        font-size: 1.2rem;
    }
    p {
        font-size: 17px;
    }
    th, tr {
        font-size: 1rem;;
    }
    footer {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .container-xl {
        min-width: 100%;
    }
}