html {
    font-size: 14px;
    font-weight: 400;
}

.container {
    font-size: 1.2rem;
    font-weight: 400;
}

/* 상단 줄 색 */
#header {
    border-top: 0;
}

.row {
    row-gap: 30px;
}

/* 모바일 헤더 아이콘 */
.mobile_menu i {
    font-size: 1.3rem;
}


/* 전체 */
body, * {
    font-family: 'Noto Sans KR', sans-serif;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free !important;
}

/* carousel */
.carousel-indicators {
    z-index: 2;
}

/* ALTER */

.bootbox-body {
    font-size: 1.2rem;
}

/* 사진 타이틀 부분 */
.header-full-box {
    background-size: cover;
}

.now-page {
    padding: 15px 0;
    border-radius: 30px;

    text-align: right;
}

.now-page span, .now-page i {
    font-size: clamp(12px, 2.5vw, 14px);
}

/* 컨텐츠 */
.content_p, .container p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: inherit;
    font-weight: 400;
    text-align: inherit;
}

span, a, div{
    font-size: inherit;
    font-weight: inherit;
}

a {
    display: inline;
}

.content_p a, .container p a, table a {
    text-decoration: underline;
    text-underline-position : under;
}
a:hover {
    color: var(--main-color1);
}

ul li{
    font-size: inherit;
    font-weight: inherit;
}

strong, b {
    font-size: inherit;
    font-weight: 600;
}


.titleh2 {
    font-size: 2.4rem;
    font-weight: 800;

    padding-bottom: 10px;

    border-bottom: solid 2px lightgrey;

    margin-bottom: 30px;
}

.sub-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--main-grey);

    padding-bottom: 15px;
}

.sub-title i {
    font-size: inherit;
    color: var(--main-color1);
    padding-right: 10px;
}

.container .sub-title:not(:first-of-type) {
    padding-top: 30px;
}

body, html {
    height: 100%;
}

#wrap { /*A*/
    height: auto;
    min-height: 100%;
    position: relative;
}

#footer { /*B*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: center;

    padding-bottom: 30px;
}

.btn-box .btn {
    width: 240px;
}

.btn {
    background-image: none;
    text-shadow: none;
    text-decoration: none!important;

    font-size: 1.2rem;

    padding: 1rem 1.2rem;
}

.btn-default, .btn-primary, .btn-primary:focus, .btn-default:hover {
    background-color: var(--main-color1);
    border: 0;
    color: white;
}

.btn-default:hover, .btn-primary:hover {
    background-color: var(--main-color1);
    color: white;
}

.article-btn-box {
    padding-top: 30px;
    text-align: right;
}

.article-file-box{
    padding: 15px 0 0;
    margin-top: 15px;
    border-top: solid 1px lightgrey;
}

.article-file-title {
    font-weight: 500;
    padding-bottom: 10px;
}

.notice-title i {
    color:#FA847B;
}

/* 버튼 크기 똑같이*/
.btn-box2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;

    padding-bottom: 30px;
}

.btn-box2 .btn {
    flex-basis: 0;
    flex-grow: 1;
}

/* 표 디자인 */
table td, table th {
    font-size: 1.2rem;
    font-weight: 400;
}

.content-table1 {
    border-top: 2px solid var(--main-color1) !important;
    width: 100%;
    border-spacing: 0;
}

.content-table1 td {
    border-bottom: lightgrey 1px solid;
    color: var(--main-grey);
    padding: 15px;
}

.content-table1 tr td:first-of-type {
    font-weight: 500 !important;
    background: #f2f2f6 !important;
    color: var(--main-grey) !important;
}

.content-table2 {
    border-top: 2px solid var(--main-color1) !important;
    width: 100%;
    border-spacing: 0;
}

.content-table2 td {
    border-bottom: lightgrey 1px solid;
    color: var(--main-grey);
    padding: 15px;
}

.content-table2 tr:first-of-type td {
    font-weight: 500 !important;
    background: #f2f2f6 !important;
    color: var(--main-grey) !important;
}

/* ul */
.content-ul, .container ul {
    text-transform: none;

    list-style-position: inside;

    font-size: inherit;
    line-height: 1.9;
    color: #666666;
    font-weight: inherit;

}

.content-ul li {
    list-style: disc inside;
    margin-left: 15px;
    text-indent: -15px;
    line-height: 1.9;

    font-size: inherit;
    font-weight: inherit;

    color: var(--main-grey);
}



/* tab menu */
.container .nav.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    background-color: #E5E5E5;
    color: var(--main-grey);
    padding: 15px;
    text-decoration: none;
}

.container .nav.nav-tabs .nav-link.active {
    background-color: var(--main-color1);
    color: white;
    border-radius: 0;
    border: 0;
}

.container .tab-content {
    padding: 30px 0;
}

.container .tab-content .tab-pane {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #666666;
    font-weight: 400;
    text-align: justify;
}


/* 게시글 */
.article-date{
    text-align: right;
}

@media (max-width: 991px) {
    .side-bar {
        display: none !important;
    }
}