@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 123px;
    font-size: 16px;
}

html {
    opacity: 0;
}

html.no-js {
    opacity: 1;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    letter-spacing: -0.03em;
    word-break: keep-all;
    line-height: 1.3;
}

a {
    text-decoration-line: none;
    color: #000;
}

a:hover {
    text-decoration-line: none;
}

li,
ul {
    list-style: none;
    margin: 0;
}

:is(ol, ul, li, dl) {
    all: unset;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
    all: unset;
    display: block;
    line-height: 1.3;
}

:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* 불필요 항목 삭제 */
.caret {
    display: none;
}

#list_btn {
    display: none;
}

.board_wrapper {
    margin-top: 0;
}

:root {
    --page-point-color: #0B4D96;
    --page-point-color-hover: #03356c;
    --page-point-color-dark: #002D56;
    --page-point-color-g: #8D7150;
    --icons: "material symbols outlined";
    --font-family-s: "PT Serif", "Pertendard Variable", "notokr", sans-serif;
}

.navbar-inverse+.container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.navbar-inverse+.agreement_container,
.navbar-inverse+.privacy_container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
/* 상단 로그인 */
.top-login{
    background: var(--page-point-color-dark);
    padding: 9px 0;
}
.top-login .container{
    position: relative;
    display: flex;
    justify-content: end;
}
.top-login .container a{
    color: #fff;
    font-size: 13px;
    opacity: 0.9;
    letter-spacing: 0;
}
/* 상단 로고*/
.navbar-brand {
    height: 100%;
    padding: 0;
    margin-left: 0 !important;
}

.navbar-brand>span {
    display: flex;
    gap: 13px;
    align-items: center;
}

.navbar-brand p {
    margin: 0;
    font-size: 21px;
    color: var(--page-point-color-dark);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1;
}

.navbar-brand p>span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1;
}

.navbar-inverse .navbar-brand img {
    height: 58px;
}


/* 상단 메뉴 */
@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-inverse>.container::before,
    .navbar-inverse>.container::after {
        display: none;
    }
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.navbar-header {}

.navbar-inverse .navbar-nav {
    margin-right: -35px;
}

.navbar-inverse .navbar-nav .dropdown {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li {}

.navbar-inverse .navbar-nav .dropdown .dropdown-menu>li>a {
    padding: 11px 20px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.015em;
    border-top: 1px solid #eee;
    font-weight: 500;
    transition: all 0.15s;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    padding: 34px 35px;
    transition: all 0.15s;
}

.navbar-inverse .navbar-nav>li>a i {
    line-height: 0;
}


.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: var(--page-point-color);
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle {
    background: none;
}

.contents_wrap li,
.contents_wrap ol,
.contents_wrap ul {
    list-style: revert;
    padding: revert;
}

/* 슬라이드 이미지*/
#mainCarousel .carousel-inner .item {
    height: 600px;
}

#mainCarousel .carousel-inner {
    position: relative;
}

#mainCarousel .carousel-inner .item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    background: rgb(17 41 66 / 33%);
}

/* 슬라이드 글자*/
.carousel-caption {
    top: 42%;
    padding: 0;
    text-align: left;
    align-items: center;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
    left: 18.7%;
    right: 18.7%;
}

.carousel-caption h1 {
    margin-bottom: 0;
    position: relative;
    color: #fff;
    font-weight: 650;
    font-size: 56px;
    letter-spacing: -0.015em;
}

.carousel-caption h1 span {
    display: block;
    font-size: 44px;
}

.carousel-caption h1~p {
    display: none;
}

.carousel-caption h1>p {
    display: block !important;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 300;
    text-shadow: none;
    color: #f7cf9e;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-family: var(--font-family-s);
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.8);
}

/* 슬라이드 버튼 */
.carousel-control {
    text-shadow: 0 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out 0.15s all;
    background: transparent !important;
    display: none;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators {
    width: fit-content;
    bottom: 33%;
    left: 18.7%;
    right: 18.7%;
    margin: 0;
    padding-inline: 3px;
}

.carousel-indicators li,
.carousel-indicators li.active{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    margin: 0 2px;
    border-radius: 50%;
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .125);
}

.main-link {
    text-shadow: none;
    display: grid;
    grid-template-columns: 0.28fr 1fr;
    justify-content: space-between;
    align-items: center;
}

.main-link h5 {
    font-weight: 400;
    font-size: 21px;
    letter-spacing: 0.4px;
    color: #fff;
    font-family: var(--font-family-s);
}

.main-link .link-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px solid rgb(0 0 0 / 20%);
}

.main-link .link-wrap a {
    display: flex;
    padding: 28px 0;
    padding-right: 10px;
    align-items: center;
    gap: 14px;
    justify-content: center;
    border-right: 1px solid rgb(0 0 0 / 20%);
    transition: all 0.15s;
}

.main-link .link-wrap a:hover {
    background: rgb(0 31 59 / 72%);
}
.main-link .link-wrap span {
    color: #d5b07f;
    font-size: 40px;
    --wght: 200;
}

.main-link .link-wrap p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}
.main-link .link-wrap a:hover{
}
.main-link .link-wrap a:hover span{}
.main-link .link-wrap a:hover p{}
/* 메인 페이지 */
.mainpage {}

.mainpage section {
    padding: 86px 0;
}
.mainpage #main01{
    background: rgb(9 65 117 / 75%);
    margin-top: -96px;
    position: relative;
    padding: 0;
    backdrop-filter: blur(20px);
}
.main-board {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.board-box {}

.board-box h6 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #8D7150;
    margin-bottom: 8px;
    font-family: var(--font-family-s);
}

#notice-m {}

#notice-m .page-header {
    margin: 0 0 25px;
    color: #212121;
    font-weight: 700;
    font-size: 26px;
    padding: 0;
    letter-spacing: 0;
    border: 0;
}

#notice-m .page-header a {
    font-size: 34px;
}

#notice-m .page-header h4 {
    position: unset;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #222;
}

#notice-m .page-header i {
    font-weight: 200;
}

#notice-m .type_list {}

#notice-m .type_list li:first-child {
    border-top: 2px solid #333;
}

#notice-m .type_list li {
    padding: 21px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    border-bottom: 1px solid #ddd;
}

#notice-m .type_list li a {
    font-size: 17px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#notice-m .type_list li a span{
    white-space: normal;
}
#notice-m .type_list li a:hover {
    text-decoration: underline;
}

#notice-m .type_list li>span {
    background: #F0EDE9;
    font-weight: 400;
    color: #8d6e4a;
    font-size: 13px;
    padding: 6px 5px;
    min-width: 58px;
    margin-right: 16px;
    letter-spacing: 0;
    font-weight: 500;
}

#notice-m .type_list .info {}

#notice-m .type_list .info span {
    color: #212121;
    font-size: 15px;
    font-weight: 400;
}

#notice-m .type_list .info .writer,
#notice-m .type_list .info .hits {
    display: none;
}

.calendar_wrapper {
    margin-top: 0;
}

.calendar_box_default {
    padding: 0;
    width: 100%;
    margin: 0;
}
input.form-control.hasDatepicker {
    -webkit-appearance: none;
    padding-right: 10px;
}
.fc-basic-view .fc-body .fc-row {
    height: 70px !important;
    min-height: 70px !important;
}
#cal01 .fc-basic-view .fc-body .fc-row {
    height: 110px !important;
    min-height: 110px !important;
}
#cal01 .fc-button-group{
    display: block;
}
.fc-scroller {
    height: 100% !important;
}

.fc-button-group {
    display: none;
}

#calender-m .page-header {
    display: none;
}

#calender-m .calendar_wrapper .fc-toolbar h2 {
    font-size: 1.2em;
}

#calender-m .fc button {
    height: 2em;
}

#calender-m .fc-basic-view .fc-day-number {
    font-size: 0.9em !important;
}

#calender-m .fc-day-grid-event {
    font-size: 12px;
    padding: 2px 4px;
}

/* 서브 페이지 */
.subpage-header {
    position: relative;
    height: 220px;
}

.subpage-header .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #ddd url("/public/img/sub/subBg02.jpg") no-repeat center / cover;
}

.subpage-header .bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(10 27 45 / 17%);
}

.subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-title h2 {
    line-height: 1;
    margin-top: 0;
    text-align: left;
    font-weight: 600;
    width: 100%;
    font-size: 44px;
    position: relative;
    color: #fff;
    letter-spacing: -0.015em;
}

.title-h3 {
    margin-bottom: 80px;
}

.title-h3 h3 {
    font-weight: 700;
    color: #222;
    font-size: 36px;
    text-align: center;
    letter-spacing: -0.02em;
}

/* [ subpage-navbar ] */
.snb {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e3e3e3;
}

.snb ul {
    position: relative;
    display: flex;
    margin: 0;
    justify-content: start;
    gap: 60px;
    /* padding-top: 8px; */
}

.snb li {
    /* flex: 0 1 25%; */
}

.snb a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 17px;
    height: 64px;
    color: #444;
    font-weight: 400;
    letter-spacing: -0.01em;
    transition: all 0.5s;
}

.snb li.active a, 
.snb li  a:hover {
    color: var(--page-point-color);
    font-weight: 600;
}

.snb li a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    display: block;
    width: 0;
    height: 2px;
    background: transparent;
    transition: all 0.3s ease;
    left: 50%;
    transform: translate(-50%, 0);
}
.snb li.active a::after,
.snb li a:hover::after {
    width: 100%;
    background: var(--page-point-color);
}


.subpage-content {
    padding: 80px 0 100px;
}

.subpage-content .con {}

/* 부트스크럼 */
.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    right: 15px;
    display: flex;
    align-items: center;
    gap: 27px;
    /* bottom: -43px; */
    z-index: 1;
}

.breadcrumb li:first-child {
    opacity: 1;
}

.breadcrumb li {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}

.breadcrumb li.active {
    opacity: 1;
    color: #fff;
    font-weight: 500;
}

.breadcrumb li a {
    display: block;
    width: 16px;
    height: 16px;
    color: #fff;
}

.breadcrumb li a span {
    --fill: 1;
    font-size: 15px;
}

.breadcrumb>li+li:before {
    padding: 0;
    left: -20px;
    position: absolute;
    font-family: var(--icons);
    content: "\e315";
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

/* 공지사항 */
#notice01 .title-h3 {}

.category_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    margin-top: -15px;
    display: none;
}

.category_wrap ul {
    display: flex;
    flex-flow: wrap;
    gap: 6px;
}

.category_wrap ul li {
    text-align: center;
}

.category_wrap ul li+li {
    margin: 0;
}

.category_wrap ul li a {
    padding: 0;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    padding: 13px 8px;
    transition: all 0.15s;
    min-width: 82px;
    background: #f2f2f2;
}

.category_wrap ul li.on {
}

.category_wrap ul li.on a, .category_wrap ul li a:hover {
    background: transparent;
    opacity: 1;
    font-weight: 500;
    background:  var(--page-point-color);
    color: var(--page-point-color);
    color: #fff;
}



#notice01 tr.notice .subject .badge {
    display: none;
}

.category_wrap ul li:hover a {}

/* 인사말 */
.greet-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
}

.greet-wrap .txt-box {
    padding-right: 40px;
}


.greet-wrap .txt-box p {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.65;
}

.greet-wrap .txt-box p.greet {
        font-size: 29px;
        font-weight: 600;
        color: var(--page-point-color);
        margin-bottom: 40px;
        line-height: 1.4;
        letter-spacing: -0.035em;
}

.greet-wrap .txt-box p.greet::before {
    content: '';
    width: 1px;
    height: 100px;
    background: var(--page-point-color);
}

.greet-wrap .txt-box p.name {
    text-align: right;
    border-bottom: 1px solid #b1b1b1;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}

.greet-wrap .img-box {}

.greet-wrap .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #f2f2f2;
}

/* 회칙 */
.rule-wrap {
    padding: 100px 120px;
    background: #f4f4f1;
    position: relative;
}

.rule-wrap::before {
    content: '';
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
    border: 1px solid #ddddd4;
    position: absolute;
}

.rule-wrap h4 {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    /* color: var(--page-point-color); */
    margin-bottom: 70px;
    letter-spacing: -0.035em;
    color: #222;
}

.rule-wrap h4::after {}

.rule-wrap .rule-box {}

.rule-wrap .rule-box+.rule-box {
    margin-top: 65px;
    border-top: 1px solid #d5d5d3;
    padding-top: 65px;
}

.rule-box h5 {
    margin-bottom: 60px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    text-align: center;
}

.rule-box p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #404040;
}

.rule-box [class*=-box] {
    margin-bottom: 25px;
}

.rule-box [class*=-box] p {
    margin-bottom: 8px;
}

.num-box .num-list {
    counter-reset: num 0;
}

.rule-box ul li {
    font-size: 15px;
    color: #606060;
}

.num-box ul li+li {
    margin-top: 5px;
}

.num-box .num-list li {
    position: relative;
    padding-left: 20px;
}

.num-box .num-list li::before {
    position: absolute;
    content: counter(num)".";
    left: 0;
    counter-increment: num 1;
}

.sub-box .under-list li {
    text-decoration: underline;
}

.sub-box .under-list li+li {}

/* 업무 소개 */
.work-wrap {}

.subpage-content .table-responsive {}

.table-type01 {
    width: 100%;
    border-top: 2px solid #222;
    border-right: 2px solid #fff;
}

.table-type01 tr {}

.table-type01 thead tr {
    background: #ffffff;
}

.table-type01 th,
.table-type01 td {
    padding: 16px 15px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-type01 td:last-child {
    /* text-align: left; */
}

.table-type01 th {
    font-weight: 600;
    color: #222;
    letter-spacing: 0;
    background: #f6f6f6;
}

.table-type01 td {}

/* 블로그 A 게시판 */
#bbsArea .table_blog {}

#bbsArea .table_blog dd {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 20px;
}

#bbsArea .table_blog dd::after {
    display: none;
}

#bbsArea .table_blog .left {
    width: 100%;
}

#bbsArea .table_blog .left a {}

#bbsArea .table_blog .left a span {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

#bbsArea .table_blog .right {}

#bbsArea .table_blog .right .title {}

#bbsArea .table_blog .right .title a {
    font-size: 22px;
}

#bbsArea .table_blog .right .info {}

#bbsArea .table_blog .right .info span {}

#bbsArea .table_blog .right .text {}

#bbsArea .table_blog .right .text p {
    font-size: 16px;
}

/* 블로그 B 게시판 */
#bbsArea .table_blog2 {
    margin: 0 !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

#bbsArea .table_blog2::before,
#bbsArea .table_blog2::after {
    display: none;
}

#bbsArea .table_blog2 dd {
    width: 100% !important;
    padding: 0;
}

#bbsArea .table_blog2 dd {}

#bbsArea .table_blog2 .inner {}

#bbsArea .table_blog2 .inner .top {}

#bbsArea .table_blog2 .inner .top a {}

#bbsArea .table_blog2 .inner .top a span {}

#bbsArea .table_blog2 .inner .bottom {}

#bbsArea .table_blog2 .inner .bottom .title {}

#bbsArea .table_blog2 .inner .bottom .title a {}

#bbsArea .table_blog2 .inner .bottom .title a span {}

#bbsArea .table_blog2 .inner .bottom .info {}

#bbsArea .table_blog2 .inner .bottom .info span {}

/* 목록 게시판 */
#bbsArea .table.table_default {
    border-top: 2px solid #222;
}
#bbsArea .table.table_default tr th, 
#bbsArea .table.table_default tr td {
    padding: 17px 20px;
}
#bbsArea .table.table_default thead th {
    font-size: 16px;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #999;
}
#bbsArea .table.table_default tbody td {
    color: #6f6f6f;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
}

#bbsArea .table.table_default tbody td.cate {
    /* font-weight: 500; */
    padding: 0;
    /* color: #896c4b; */
}
#bbsArea .table.table_default tbody td.cate span{
    /* letter-spacing: 0; */
}
#bbsArea .table.table_default tbody .num span.all{
    background: #997a55;
    min-width: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0;
    padding: 3px 2px 2px;
    font-size: 13px;
    font-weight: 500;
}
#bbsArea .table.table_default tbody .num {
    font-weight: normal;
    color: #707070;
    font-size: 14px;
}
#bbsArea .table.table_default tbody td.subject a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.02em;
}
#bbsArea .table.table_default tbody td.subject a .tdText{
    font-size: 85%;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-1px);
}
#bbsArea .table.table_default tbody td.subject a:hover {
    text-decoration: underline;
}

#bbsArea .table.table_default tbody tr.notice {
    background: #fafafa;
}

#bbsArea .board_list_list col.num_col {
    width: 100px;
}

#bbsArea .board_list_list col.subject_col {}

#bbsArea .board_list_list col.cate_col {
    width: 100px;
}

#bbsArea .board_list_list col.writer_col {}

#bbsArea .board_list_list col.regdate_col {}

#bbsArea .board_list_list tbody th {}

#bbsArea .board_list_list tbody td {}

#bbsArea .table.table_default tbody td span.badge {
    display: none;
}

#bbsArea .table.table_default tbody td span.badge a {}

#bbsArea .board_list_list tbody th,
#bbsArea .board_list_list tbody td {
    
}

#bbsArea .search_wrap{
    margin-bottom: 0;
}
#bbsArea .board_data_view {
    border-top: 2px solid #222;
}
#bbsArea .board_data_view .header_wrap {
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 40px 0;
}

#bbsArea .board_data_view .header_wrap .title {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

#bbsArea .board_data_view .header_wrap .info span + span {
    margin-left: 12px;
}

#bbsArea .board_data_view .header_wrap .info {
    margin-top: 18px;
}

#bbsArea .board_data_view .contents_wrap {
    padding: 50px 0;
    font-size: 16px;
}

/* 푸터 */
#site footer {
    margin-top: 0;
    background-color: #2f2f2f;
    color: #aaa;
    position: relative;
}

#site footer .footer-wrap {
    display: grid;
    padding: 40px 0;
    grid-template-columns: 0.4fr 1fr;
    align-items: center;
    position: relative;
}

#site footer .footer-logo {
    display: flex;
    gap: 13px;
    align-items: center;
}

#site footer .footer-logo p {
    margin: 0;
    font-size: 21px;
    color: #ccc;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1;
}

#site footer .footer-logo p span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1;
}

.footer-logo img {
    height: 58px;
    filter: grayscale(1) invert(1);
    opacity: 0.65;
}

.footer-info {
    display: flex;
    flex-flow: wrap;
    position: relative;
    gap: 3px 16px;
}
footer a.sns{
    position: absolute;
    right: 0;
    width: 35px;
    top: 31px;
}
.footer-info li {
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 2px;
    font-weight: 500;
    line-height: 1.5;
}

.footer-info li.copy {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
    opacity: 0.7;
}

.footer-info li.login {
    position: absolute;
    right: 15px;
    bottom: 0;
}

.footer-info li.login a {
    display: block;
    padding: 4px 10px;
    border: 1px solid #333;
    color: #333;
    font-size: 13px;
}

.footer-info li.login a:hover {
    background: #333;
    color: #fff;
}

.footer-info li.clear-fix {
    width: 100%;
}

/* 반응형 */

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }

    #mainCarousel .carousel-caption p {
        font-size: 12px;
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:focus .icon-bar,
    .navbar-inverse .navbar-toggle:hover .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        min-width: 100%;
        left: 50%;
        right: auto;
        background: var(--page-point-color);
        background: #fff;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        display: none;
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .125);
        transform-origin: center top;
        min-width: 150px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
        background: var(--page-point-color);
        color: #fff;
    }

    .navbar-inverse .navbar-nav li.open .dropdown-menu {
        display: flex;
        flex-direction: column;
        animation: menuOpen 0.25s forwards;
    }
}

@keyframes menuOpen {
    0% {
        opacity: 0;
        scale: 1 0;
    }

    100% {
        opacity: 1;
        scale: 1 1;
    }
}
@media (max-width:1199px) {
    .main-board {
        grid-template-columns: 1fr;
        gap: 80px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 17px;
        font-weight: 600;
        padding: 34px 20px;
    }
    .fc-basic-view .fc-body .fc-row {
        height: 100px !important;
        min-height: 100px !important;
    }
}
@media (max-width:991px) {
    .rule-wrap .rule-box+.rule-box {
        margin-top: 30px;
        border-top: 1px solid #d5d5d3;
        padding-top: 30px;
    }
    .rule-box p {
        margin-bottom: 20px;
        font-size: 15px;
    }
    .rule-box h5 {
        margin-bottom: 40px;
        font-size: 22px;
    }
    .rule-wrap h4 {
        font-size: 25px;
        margin-bottom: 35px;
    }
    .rule-wrap {
        padding: 55px 55px;
    }
    .greet-wrap .txt-box{
        padding: 0;
    }
    .navbar-brand p>span,
    #site footer .footer-logo p span{
        font-size: 14px;
        margin-bottom: 4px;
    }
    .navbar-brand p,
    #site footer .footer-logo p {
        font-size: 18px;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 25px 12px;
    }
    .navbar-inverse .navbar-brand img,
    .footer-logo img {
        height: 40px;
    }
    #site footer .footer-wrap {
        padding: 20px 0;
        gap: 20px;
    }
    #site {
        padding-top: 106px;
    }
    .carousel-caption h1 span {
        font-size: 35px;
    }
    .carousel-caption h1 {
        font-size: 45px;
    }
    .carousel-caption h1>p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .main-link h5 {
        font-size: 18px;
    }
    .main-link .link-wrap a {
        padding: 16px 0;
    }
    .main-link .link-wrap p {
        font-size: 14px;
    }
    .main-link .link-wrap span {
        font-size: 30px;
    }
    .mainpage #main01 {
        margin-top: -62px;
    }
    .mainpage section {
        padding: 70px 0;
    }
    #notice-m .page-header h4 {
        font-size: 25px;
    }
    .board-box h6 {
        font-size: 14px;
        margin-bottom: 4px;
    }
    #notice-m .page-header {
        margin: 0 0 15px;
    }
    #notice-m .type_list li {
        padding: 17px 0px;
    }
    #notice-m .type_list li a {
        font-size: 16px;
    }
    #notice-m .type_list .info span {
        font-size: 14px;
    }
    #notice-m .type_list li>span {
        font-size: 12px;
        padding: 6px 5px;
        min-width: 53px;
        margin-right: 15px;
    }
    #bbsArea .board_list_list col.subject_col {
        width: 250px !important;
    }
    .board_wrapper {
        margin-top: 0;
        overflow-x: auto;
    }
    .title-h3 {
        margin-bottom: 30px;
    }
    .greet-wrap {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .greet-wrap .img-box img {
        height: 350px;
    }
    .greet-wrap .txt-box p.greet {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .greet-wrap .txt-box p {
        margin-bottom: 23px;
        font-size: 15px;
    }
}
@media (max-width:767px) {
    .greet-wrap .txt-box p.greet {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .greet-wrap .img-box img {
        height: 280px;
    }
    .navbar-header {
        padding: 11px 0;
    }
    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        padding: 12px 15px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: var(--page-point-color);
    }
    #site footer .footer-wrap {
        padding: 20px 0;
        grid-template-columns: 1fr;
        gap: 20px;
    }

}
@media (max-width:576px) {
    .table-type01 th, .table-type01 td {
        padding: 12px 10px;
        font-size: 14px;
    }
    .rule-wrap {
        padding: 20px 25px;
    }
    .num-box .num-list li {
        padding-left: 15px;
    }
    .rule-box ul li {
        font-size: 12px;
    }
    .rule-box p {
        margin-bottom: 18px;
        font-size: 13px;
    }
    .rule-box h5 {
        margin-bottom: 22px;
        font-size: 17px;
    }
    .rule-wrap h4 {
        font-size: 19px;
        margin-bottom: 22px;
    }
    .rule-wrap {
        padding: 35px 35px;
    }
    .rule-wrap::before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        left: 10px;
        top: 10px;
    }
    .greet-wrap .txt-box p.greet {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #bbsArea .table.table_default tbody td {
        font-size: 13px;
    }
    #bbsArea .table.table_default tbody td.subject a {
        font-size: 14px;
    }
    #bbsArea .table.table_default tbody .num {
        font-weight: normal;
        color: #707070;
        font-size: 13px;
    }
    #bbsArea .table.table_default thead th {
        font-size: 14px;
    }
    #bbsArea .table.table_default tr th, #bbsArea .table.table_default tr td {
        padding: 12px 13px;
    }
    .title-h3 h3 {
        font-size: 28px;
    }
    .snb ul {
        gap: 20px;
    }
    .snb a {
        font-size: 15px;
        height: 50px;
    }
    .breadcrumb>li+li:before {
        left: -15px;
        top: 0px;
        font-size: 13px;
    }
    .breadcrumb {
        gap: 20px;
    }
    .breadcrumb li {
        font-size: 11px;
    }
    .breadcrumb li a span {
        --fill: 1;
        font-size: 13px;
    }
    .subpage-header {
        position: relative;
        height: 155px;
    }
    .subpage-title h2 {
        font-size: 26px;
    }
    .carousel-caption {
        top: 38%;
    }
    .carousel-caption h1 {
        font-size: 28px;
    }
    .carousel-caption h1 span {
        font-size: 25px;
    }
    #mainCarousel .carousel-inner .item {
        height: 430px;
    }
    .mainpage #main01 {
        margin-top: -120px;
    }
    .main-link .link-wrap a {
        padding: 5px 0;
        flex-direction: column;
        gap: 3px;
    }
    .main-link .link-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .main-link .link-wrap p {
        font-size: 13px;
    }
    .main-link {
        grid-template-columns: 100px 1fr;
    }
    .main-link h5 {
        font-size: 15px;
    }
    #notice-m .page-header h4 {
        font-size: 22px;
    }
    #notice-m .type_list li a {
        font-size: 15px;
    }
    #notice-m .type_list .info span {
        font-size: 13px;
    }
    .fc-basic-view .fc-body .fc-row {
        height: unset !important;
        min-height: unset!important;
        aspect-ratio: 7;
    }
    #calender-m .fc-day-grid-event {
        font-size: 10px;
        padding: 2px 4px;
    }
    .fc-toolbar .fc-left{
        display: none !important;
    }
}