#navbar {
    padding: 0;
}

header {
    width: 100%;
    min-height: 130px;
    transition: top 0.2s ease-in-out;
    top: 0;
    z-index: 1049;
    background-color: #ffffff;
}

.header-user-info {
    background-color: #f9f9f9;
}

.navbar-brand {
    padding-right: 100px;
}

#navbarmain .nav-link {
    color: #363636;
}

header:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.dropdown-toggle::after {
    display: none;
}

.navbar-toggle .icon-bar {
    background: #223a66;
}

header .dropdown .dropdown-menu {
    position: absolute;
    display: block;
    background: #fff;
    top: 130%;
    left: 0;
    opacity: 0;
    padding: 0px;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border: 0px;
    border-top: 5px solid #223a66;
    border-radius: 0px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

header .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 115%;
}

header .dropdown .dropdown-item {
    padding: 13px 20px;
    border-bottom: 1px solid #eee;
    background: transparent;
    font-weight: 400;
    color: #555;
}

header .dropdown .dropdown-item:hover {
    color: #223a66;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-toggle .icon-bar {
    background: #223a66;
}

.header-top-link {
    display: inline-block;
    padding: 10px 15px;
    color: #909090;
    font-size: 0.9rem;
}

.header-top-link li {
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 0 10px;
}

.header-top-link li:last-child {
    border-right: 0px;
    padding-right: 0;
}

#navbarmain .nav-link {
    font-weight: 500;
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 1.1rem;
    transition: all 0.25s ease;
}

.popup-info-container {
    width: 100%;
    padding: 20px 0 5px 0;
    height: 130px;
}

.popup-info-container>.container {
    color: #fff;
}

.carousel-item {
    transition: transform 0.25s ease-in-out;
}

.custom-modal-size {
    max-width: 600px;
}

@media (max-width: 768px) {
    .custom-modal-size {
        max-width: 90%;
        margin: 0 auto;
    }
}

.modal-backdrop {
    opacity: 0 !important;
    background-color: transparent !important;
}

.modal-content {
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.close-custom-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 24px;
    color: #6c757d;
    line-height: 1;
}

.close-custom-btn:hover {
    color: #5a6268;
    border-color: #545b62;
}

.close-custom-btn i {
    font-size: 20px;
}

.popup-carousel-content {
    min-height: 400px;
    max-height: 400px;
    overflow-y: auto;
    padding: 20px 30px !important;
}

.carousel-modal-body {
    max-height: 400px;
    overflow-y: auto;
    padding: 0;
    position: relative;
}

.carousel-custom-prev,
.carousel-custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    background: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-custom-next {
    right: 10px;
}

.carousel-custom-prev i,
.carousel-custom-next i {
    color: #6c757d;
    font-size: 24px;
}

.carousel-custom-prev i:hover,
.carousel-custom-next i:hover {
    color: #5a6268;
}

.carousel-custom-prev i {
    margin-right: 0px;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
}

.visually-hidden {
    display: none;
}

.info-carousel-item {
    max-width: 850px;
    margin: 0 auto;
}

.main-carousel {
    min-height: 460px;
}

.main-carousel-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    min-height: 460px;
}

.main-carousel-caption h1 {
    font-size: 3rem;
    padding-bottom: 10px;
}

.main-carousel-caption p {
    font-size: 1.3rem;
}

.main-carousel .carousel-indicators {
    padding-bottom: 20px;
}

.carousel-indicators>li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #404040;
}

.main-carousel-item:nth-child(1) {
    background-image: url("../images/img_mbg01.jpg");
}

.main-carousel-item:nth-child(2) {
    background-image: url("../images/img_mbg02.jpg");
}

.main-carousel-item:nth-child(3) {
    background-image: url("../images/img_mbg03.jpg?v=220630");
}

.main-board-wrapper {
    background-color: #fafafa;
    width: 100%;
    padding: 70px 0;
}

.main-slide-wrapper {
    background-color: #fafafa;
    width: 100%;
    padding: 50px 0 70px 0;
}

.board-list-container {
    width: 100%;
}

.border-list-top {
    width: 100%;
    height: 55px;
}

.border-list-top>li {
    width: 50%;
    float: left;
}

.border-list-top>li:nth-child(2) {
    text-align: right;
    padding-right: 10px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #1c5fb6;
}

.border-list-top>li>p,
.main-title {
    font-size: 1.4rem;
    color: #161616;
    font-weight: 600;
}

.border-list-top>li>p::first-letter,
.main-title {
    color: #2a4a9d;
}

.border-list-wrapper {
    min-height: 332px;
    -moz-box-shadow: 0px 0px 10px rgb(234, 234, 234);
    -webkit-box-shadow: 0px 0px 10px rgb(234, 234, 234);
    box-shadow: 0px 0px 10px rgb(234, 234, 234);
    border-radius: 8px;
}

.slide-banner-title-bar {
    width: 100%;
    background-image: url("../images/bn_line.png");
    padding: 30px 0;
}

.slide-banner-title-bar p:nth-child(1) {
    font-size: 1.4rem;
}

.slide-banner-wrapper {
    -moz-box-shadow: 0px 0px 10px rgb(234, 234, 234);
    -webkit-box-shadow: 0px 0px 10px rgb(234, 234, 234);
    box-shadow: 0px 0px 10px rgb(234, 234, 234);
    border-radius: 8px;
}

.border-list-wrapper>li {
    padding: 30px 0;
    margin: 0 20px;
    height: 83px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.border-list-wrapper>li:last-child {
    border-bottom: 0;
}

.border-list-item {
    padding: 0 10px;
}

.slide-banner-img {
    border-radius: 8px;
}

.carunion-link {
    background-color: #fff;
}

.btn-carunion-link {
    width: 100%;
    height: 40px;
    background-color: #eaeaea;
    color: #696969;
    border: 0px;
}

.btn-carunion-link:hover {
    background-color: #1c5eb5;
    color: #fff;
}

.rolling-banner-wrapper {
    background-color: #f2f2f4;
    padding: 30px 0;
}

Footer {
    padding: 50px 0;
    background-color: #fff;
    color: #5d5d5d;
    font-size: 0.9rem;
}

.copyright-label>p {
    font-size: 0.9rem;
}

.copyright-label>p:nth-child(2) {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-top: 10px;
}

/* 애니메이션 CSS 모음 시작 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
    opacity: 0;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.custom-table {
    font-size: 0.9rem;
}

.custom-table thead th {
    border-bottom: 1px solid #ededed;
    text-align: center;
    vertical-align: middle;
}

.custom-table tr:first-child th {
    padding: 20px;
    border-top: 1px solid #1c5eb5;
    color: #000;
}

.custom-table td {
    padding: 20px;
}

.custom-table th {
    vertical-align: middle;
}

.custom-table-sticky th:first-child,
.custom-table-sticky td:first-child {
    position: sticky;
    left: 0;
    background-color: #fff;
    min-width: 100px;
}

.is-open-not {
    font-weight: 500;
    color: #1c5eb4;
}

.board-view-title-bar {
    border-top: 2px solid #1b5eb5;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 20px;
}

.board-view-title-bar-noborder-bottom {
    border-top: 2px solid #1b5eb5;
    padding: 30px 0px 10px 0;
}

.board-view-title-bar p {
    font-size: 1.1rem;
    color: #191919;
    font-weight: 500;
    padding-bottom: 10px;
}

.board-view-title-bar li,
.board-view-files li {
    color: #666666;
    float: left;
    padding-right: 30px;
}

.board-view-title-bar li:last-child,
.board-view-files li:last-child {
    padding-right: 0px;
}

.board-view-contents {
    padding: 30px 20px;
    border-bottom: 1px solid #e1e1e1;
    min-height: 200px;
    color: #181818;
}

.board-view-files {
    padding: 30px 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #191919;
}

.board-prev-next {
    padding: 30px 20px;
    color: #666666;
    background-color: #f9f9f9;
}

.board-prev-next li:first-child {
    padding-bottom: 10px;
}

.intro-bg-img {
    height: 350px;
    background-color: #1b5eb5;
    width: 100%;
    clear: both;
    position: relative;
}

.visits-hits-count {
    min-width: 160px;
    margin-top: 10px;
    padding: 7px 10px;
    border: solid 1px #e5e5e5;
    background-color: #f8f8f8;
    font-size: 0.7rem;
    color: #191919;
}

.visits-hits-count>p {
    line-height: 20px;
}

/* router slide effect start */
.pageSlider-enter {
    opacity: 0;
    transform: scale(1.1);
}

.pageSlider-enter-active {
    opacity: 1;
    transform: scale(1);
    transition: opacity 700ms, transform 700ms;
}

.pageSlider-exit {
    opacity: 1;
    transform: scale(1);
}

.pageSlider-exit-active {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 700ms, transform 700ms;
}

.btn-history {
    padding: 20px 100px;
    cursor: pointer;
    background-color: #fafafa;
    color: #1a5db4;
    font-weight: bold;
    transition: all 0.25s ease;
    display: inline-block;
    font-size: 1.1rem;
    margin: 5px;
}

.btn-history.active {
    cursor: pointer;
    color: #fff;
    background-color: #1b5eb5;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/* 애니메이션 CSS 모음 끝 */

.warning-icon {
    font-size: 5rem;
    color: #ff4646;
}

.sub-page-ti {
    font-size: 1.5rem;
    color: #1c5eb5;
}

.ti-line {
    border-top: 2px solid #1c5eb5;
    margin: 0 auto;
    width: 65px;
}

.sub-page-sub-ti {
    color: #191919;
}

.login-input {
    max-width: 500px;
    width: 100%;
    display: inline-block;
    height: 70px;
    border-bottom: solid 1px #d1d1d1;
    border-left: none;
    border-right: none;
    border-top: none;
}

.my-input {
    display: inline-block;
    height: 50px;
    min-width: 50px;
}

.my-input.sm {
    padding: 5px;
}

.my-input.bg-gray {
    background-color: #f4f4f4;
    border: none;
}

.my-input-label {
    color: #191919;
    font-size: 1.1rem;
}

.btn-login {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    height: 70px;
    border: none;
    background-color: #1b5eb5;
    color: #fff;
    font-size: 1.2rem;
}

.login-btn-div {
    max-width: 500px;
    width: 100%;
    height: 70px;
    margin: 0 auto;
}

.search-btn-div {
    max-width: 500px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

.login-link {
    display: inline-block;
    color: #909090;
    font-size: 0.9rem;
}

.login-link li {
    float: left;
    border-right: 1px solid #e0e0e0;
    padding: 0 10px;
}

.login-link li:last-child {
    border-right: 0px;
    padding-right: 0;
}

.btn-custom-search {
    padding: 0.5rem 1.5rem;
    background-color: #1b5eb5;
    color: #fff;
    border-radius: 0;
}

.btn-custom-search:hover {
    background-color: #1b5eb5;
    color: #fff;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.btn-custom-blue {
    border: none;
    padding: 0.7rem 2.5rem;
    background-color: #1b5eb5;
    color: #fff;
    border-radius: 0;
}

.btn-custom-blue:hover {
    background-color: #1b5eb5;
    color: #fff;
}

.green-label {
    color: #1da98f;
    font-weight: 500;
}

.blue-label {
    color: #1b5db3;
    font-weight: 500;
}

.red-label {
    color: #b31b1b;
    font-weight: 500;
}

.btn-custom {
    padding: 5px 15px;
    font-size: 1rem;
    border: none;
    color: #fff;
}

.btn-custom.disabled {
    background-color: #a1a1a1;
    color: rgb(224, 224, 224);
}

.btn-custom.write {
    background-color: #666666;
}

.btn-custom.edit {
    background-color: #1b5eb5;
}

.btn-custom.del {
    background-color: #f5607d;
}

.btn-custom.list {
    background-color: #333333;
}

.ql-toolbar {
    background-color: #fff;
}

.ql-editor {
    min-height: 500px;
    background-color: #fff;
}

.ideology-title {
    background-color: #1b5eb5;
    padding: 20px 50px;
    color: #fff;
}

.ideology-info {
    background-color: #fafafa;
    padding: 20px;
    min-height: 250px;
}

.ideology-info ul {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    color: #191919;
}

.ideology-info ul li:nth-child(1) {
    color: #1c5eb4;
    font-weight: 500;
    font-size: 1.1rem;
}

.ideology-info ul li {
    padding-top: 10px;
}

.direction-title {
    background-color: #fafafa;
    padding: 20px 15px;
    color: #191919;
}

.direction-title ul {
    margin: 0 auto;
    display: inline-block;
}

.direction-title li {
    float: left;
    padding-left: 40px;
}

.direction-title li:nth-child(1):after,
.direction-title li:nth-child(2):after {
    content: " ";
    border-right: 1px solid #d1d1d1;
    padding-right: 40px;
}

.map {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

.my-badge {
    padding: 7px 15px;
    margin-right: 10px;
    color: #fff;
    border-radius: 20px;
}

.my-badge-2 {
    background-color: #3cb44a;
}

.my-badge-7 {
    background-color: #687118;
}

.my-badge-9 {
    background-color: #cfa43b;
}

.direction-metro-info {
    float: left;
    text-align: center;
    color: #191919;
    width: 25%;
}

.direction-metro-info2 {
    float: left;
    line-height: 2.2rem;
}

.edu-info-descr-box {
    width: 80%;
    padding: 20px 30px;
    background-color: #fafafa;
    color: #666666;
    margin: 0 auto;
}

.edu-info-warning {
    color: #f30100;
}

.cert-wrapper {
    width: 90%;
    background-color: #fafafa;
    padding: 20px 0;
    margin: 0 auto;
}

.cert-wrapper>div {
    width: 100%;
    padding: 0 40px;
    font-size: 0.9rem;
    color: #191919;
}

.round-wrapper {
    background-color: #fafafa;
    border-radius: 10px;
}

.round-wrapper>div {
    padding: 30px 20px;
}

.sitemap-wrapper li {
    text-align: center;
    padding: 10px 0;
    background-color: #fafafa;
    color: #191919;
    font-size: 0.9rem;
}

.sitemap-wrapper li:first-child {
    background-color: #1b5eb5;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 1rem;
}

.sitemap-wrapper li:nth-child(2) {
    padding-top: 30px;
}

.sitemap-wrapper li:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 30px;
}

.eduinfo01-mobile {
    display: none;
}

.history-children>td {
    vertical-align: top;
}

.history-children td:nth-child(1) {
    padding: 20px 40px;
    border-top: 1px solid #1b5eb5;
    color: #1b5eb5;
}

.history-children:last-child td:nth-child(1) {
    border-bottom: none;
    border-bottom: 1px solid #1b5eb5;
}

.history-children td:nth-child(2) {
    padding: 20px 20px;
    border-top: 1px solid #d1d1d1;
    color: #191919;
}

.history-children td:nth-child(3) {
    padding: 20px 0;
    border-top: 1px solid #d1d1d1;
    color: #191919;
}

.history-children:last-child td:nth-child(2),
.history-children:last-child td:nth-child(3) {
    border-bottom: 1px solid #d1d1d1;
}

.stats-box {
    border-radius: 20px;
    border: solid 1px #d1d1d1;
    padding: 50px 30px;
    background: linear-gradient(to right, #f1f1f1, #fff);
}

.mob-table {
    display: none;
}

.board-view-contents img {
    max-width: 100%;
}

.ql-editor table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 12px 0 14px;
    color: #222;
    width: auto;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ql-editor table th {
    background-color: #555;
    font-weight: 300;
    color: #fff;
    padding-top: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 14px 5px 12px;
    height: 32px;
}

.ql-editor table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 14px 5px 12px;
    height: 32px;
}

.toastui-editor {
    z-index: 0;
}

.ag-header-cell-text {
    font-size: 0.7rem;
}

.ag-header-cell-label .ag-header-cell-text {
    white-space: pre-wrap !important;
}

/* IE11만 따로 적용 */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}

/* 모바일 */
@media (max-width: 500px) {
    body {
        font-size: 0.9rem;
    }

    .info-carousel-item>h5 {
        font-size: 1.1rem;
    }

    .info-carousel-item>p {
        font-size: 0.9rem;
        line-height: 1.2rem;
        padding-top: 10px;
    }

    .info-carousel-item p button {
        margin-top: 10px;
    }

    .border-list-item>p:nth-child(2) {
        display: none;
    }

    #root>div>div.container.pt-9.pb-9>div:nth-child(1)>div:nth-child(2)>div>ul.border-list-top {
        margin-top: 40px;
    }

    .border-list-wrapper>li {
        padding: 15px 0;
        height: 53px;
    }

    .border-list-wrapper {
        min-height: 212px;
    }

    .slide-banner-title-bar p:nth-child(1) {
        font-size: 1.2rem;
    }

    .navbar-brand {
        margin-right: 0;
        padding-right: 100px;
        max-width: 270px;
    }

    .f-logo {
        max-width: 70%;
        padding-bottom: 20px;
    }

    .my-input {
        height: 40px;
    }

    .content-wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .btn-custom {
        padding: 5px 10px;
        font-size: 0.9rem;
    }

    .intro-bg-img {
        height: 170px;
    }

    .direction-title {
        padding: 20px;
    }

    .direction-title ul {
        width: 100%;
    }

    .direction-title li {
        padding: 10px 0;
        clear: both;
        width: 100%;
        text-align: center;
    }

    .direction-title li:nth-child(1):after,
    .direction-title li:nth-child(2):after {
        content: " ";
        border: none;
        padding: 0;
    }

    .direction-metro-info {
        width: 100%;
        text-align: center;
    }

    .direction-metro-info2 {
        padding-top: 20px;
        font-size: 0.9rem;
        line-height: 2.7rem;
    }

    .edu-info-descr-box {
        width: 100%;
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .edu-info-warning {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .main-carousel-caption h1 {
        font-size: 1.5rem;
        padding-bottom: 10px;
    }

    .main-carousel-caption p {
        font-size: 1rem;
    }

    .main-news {
        padding-top: 50px;
    }

    .main-carousel {
        min-height: 200px;
    }

    .main-carousel-item {
        min-height: 200px;
        background-size: 100% 100%;
    }

    .side-banner-wrapper>li:last-child {
        display: none;
    }

    .eduinfo01-pc {
        display: none;
    }

    .eduinfo01-mobile {
        display: inline-block;
    }

    .edu-info-warning {
        font-size: 0.8rem;
        text-align: left;
        line-height: 1rem;
    }

    .btn-history {
        padding: 20px 30px;
    }

    .history-children td:nth-child(1) {
        padding: 20px 0px;
    }

    .history-children td:nth-child(2) {
        padding: 20px 10px;
    }

    .history-wrapper {
        padding-top: 20px;
    }

    .mob-table {
        display: table;
    }

    .pc-table {
        display: none;
    }

    .btn-custom-margin {
        margin-top: 10px;
    }
}

/* 패드 */
@media (min-width: 501px) and (max-width: 768px) {
    .border-list-item>p:nth-child(2) {
        display: none;
    }

    .border-list-wrapper>li {
        padding: 15px 0;
        height: 53px;
    }

    .border-list-wrapper {
        min-height: 212px;
    }

    .intro-bg-img {
        height: 270px;
    }

    .intro-img {
        width: 80%;
    }

    .main-carousel-caption h1 {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .main-carousel-caption p {
        font-size: 1.1rem;
    }

    .side-banner-wrapper>li:last-child {
        display: none;
    }
}

/* PC */
@media (max-width: 992px) {
    .border-list-item>p:nth-child(2) {
        display: none;
    }

    .border-list-wrapper>li {
        padding: 15px 0;
        height: 53px;
    }

    .border-list-wrapper {
        min-height: 212px;
    }
}

.table thead th,
.table td,
.table th {
    vertical-align: middle;
}

.print-only {
    display: none;
}

@media print {
    .print-only {
        display: block;
    }

    .page-break {
        page-break-before: always;
    }
}