/********** sub **********/
/********** section layout **********/
.section_wrap {
    padding: 220px 0 120px;
}
.section_wrap .inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}

.section_wrap .heading_wrap {
    position: relative;
}
.section_wrap .heading_wrap .inner {
    max-width: 1600px;
    padding: 90px 20px 120px;
    border-top: 1px solid #bbd9eb;
    display: flex;
    flex-direction: column;
}
.section_wrap .heading_wrap .tit {
    font-size: 64px;
    font-weight: 800;
    padding-bottom: 48px;
    text-align: center;
}
.section_wrap .heading_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 296px;
    height: 366px;
    background: url(../images/sub_headImg.svg) no-repeat left center;
    background-size: contain;
    z-index: -1;
}
.section_wrap .heading_wrap.bg1::after {
    content: "";
    position: absolute;
    width: 460px;
    height: 310px;
    top: 53px;
    right: 0;
    background: url(../images/sub_headImg1.svg) no-repeat right center;
    background-size: contain;
    z-index: -1;
}
.section_wrap .heading_wrap.bg2::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 344px;
    top: 20px;
    right: 0;
    background: url(../images/sub_headImg2.svg) no-repeat right center;
    background-size: contain;
    z-index: -1;
}
.section_wrap .heading_wrap.bg3::after {
    content: "";
    position: absolute;
    width: 286px;
    height: 270px;
    top: 60px;
    right: 0;
    background: url(../images/sub_headImg3.svg) no-repeat right center;
    background-size: contain;
    z-index: -1;
}
.section_wrap .heading_wrap.bg4::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 315px;
    top: 20px;
    right: 0;
    background: url(../images/sub_headImg4.svg) no-repeat right center;
    background-size: contain;
    z-index: -1;
}

.section_wrap .location_area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 17px 24px;
    border: 1px solid #ddd;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
}
.section_wrap .location_area .home_btn {
    display: flex;
    align-items: center;
    position: relative;
    gap: 13px;
}
.section_wrap .location_area .home_btn::after,
.section_wrap .location_area .gnb_item::after {
    width: 1px;
    height: 12px;
    background-color: #bbb;
    content: "";
    display: inline-block;
}
.section_wrap .location_area .gnb_wrap {
    display: flex;
    align-items: center;
}
.section_wrap .location_area .gnb_item {
    position: relative;
    display: flex;
    align-items: center;
}
.section_wrap .location_area .gnb_wrap:last-child .gnb_item:after {
    display: none;
}
.section_wrap .location_area .gnb_item > a {
    color: #333;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 16px;
    min-width: 160px;
}
.section_wrap .location_area .gnb_wrap:last-child .gnb_item > a {
    padding-right: 0;
}
.section_wrap .location_area .gnb_item .more_btn {
    width: 8px;
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_wrap .location_area .gnb_item .more_btn img {
    width: 100%;
}

.section_wrap .location_area .gnb_2dep {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #edf4fc;
    margin-top: 18px;
    padding: 16px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease, visibility 0s linear 0.3s;
}
.section_wrap .location_area .gnb_2dep.open {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.2s ease, visibility 0s;
}
.section_wrap .location_area .gnb_2dep .item_02 > a {
    font-size: 15px;
    color: #555;
    transition: all 0.3s;
}
.section_wrap .location_area .gnb_2dep .item_02 + .item_02 {
    margin-top: 16px;
}
.section_wrap .location_area .gnb_2dep .item_02 > a:hover {
    color: #000;
    font-weight: 600;
}

.gray_bg {
    background-color: #f8f8f8;
}
.gray_bg .section_container {
    max-width: 1600px;
}
.section_container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.section_container .data_none {
    min-height: 500px;
}
.section_container .sub_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 28px;
}
.section_container .sub_title .table_search {
    display: flex;
    align-items: center;
    gap: 8px;
}
.table_search .search_wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table_search .search_wrap .search_btn {
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.table_search .search_wrap .search_input_wrap {
    position: relative;
    width: 400px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.table_search .search_wrap .search_input_wrap input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0 70px 0 20px;
    font-size: 16px;
}
.table_search .search_wrap .search_input_wrap .fa-circle-xmark {
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.table_search .search_wrap .search_input_wrap.has-value input {
    padding-right: 68px;
}
.header .search_wrap .search_input_wrap input::placeholder {
    color: #777;
}
.section_container .sub_title .table_count {
    color: #555;
}
.section_container .sub_title .table_count b {
    font-weight: 700;
    color: #000;
}
.table_search .select_wrap select {
    height: 48px;
}

@media screen and (max-width: 1600px) {
    .section_wrap {
        padding: 150px 0 80px;
    }
    .section_wrap .heading_wrap::before {
        width: 156px;
        height: 266px;
    }
    .section_wrap .heading_wrap.bg1::after {
        width: 300px;
        height: 220px;
    }
    .section_wrap .heading_wrap.bg2::after {
        width: 290px;
        height: 250px;
    }
    .section_wrap .heading_wrap.bg3::after {
        width: 212px;
        height: 220px;
    }
    .section_wrap .heading_wrap.bg4::after {
        width: 230px;
        height: 220px;
    }
    .section_wrap .heading_wrap .inner {
        padding: 60px 20px 80px;
    }
    .section_wrap .heading_wrap .tit {
        font-size: 46px;
    }
    .section_wrap .location_area {
        padding: 12px 18px;
    }
    .section_wrap .location_area .home_btn {
        gap: 8px;
    }
    .section_wrap .location_area .home_btn img {
        width: 16px;
    }
    .section_wrap .location_area .gnb_item > a {
        padding: 0 8px;
        min-width: 140px;
    }
    .section_wrap .location_area .gnb_2dep {
        margin-top: 13px;
    }
    .section_wrap .location_area .gnb_2dep .item_02 + .item_02 {
        margin-top: 10px;
    }
    .section_wrap .location_area .gnb_item > a {
        font-size: 14px;
        gap: 4px;
    }
    .section_wrap .location_area .gnb_2dep .item_02 > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .section_wrap {
        padding: 65px 0 40px;
        min-height: 750px;
    }
    .section_wrap .heading_wrap::before {
        top: 32px;
        width: 92px;
        height: 142px;
    }
    .section_wrap .heading_wrap.bg1::after {
        width: 170px;
        height: 120px;
    }
    .section_wrap .heading_wrap.bg2::after {
        width: 123px;
        height: 111px;
        top: 35px;
    }
    .section_wrap .heading_wrap.bg3::after {
        width: 77px;
        height: 77px;
    }
    .section_wrap .heading_wrap.bg4::after {
        width: 88px;
        height: 98px;
        top: 47px;
    }
    .section_wrap .heading_wrap .inner {
        flex-direction: column-reverse;
        padding: 20px;
        border-top: none;
    }
    .section_wrap .heading_wrap .tit {
        font-size: 32px;
        padding: 40px 0;
    }
    .section_wrap .location_area {
        margin: 0;
        border: none;
        border-radius: 0;
        padding: 0;
    }
    .section_wrap .location_area .gnb_item > a {
        min-width: 120px;
    }

    .section_container .sub_title {
        margin-bottom: 24px;
    }
    .table_search .search_wrap .search_input_wrap {
        height: 40px;
        width: 100%;
    }
    .table_search .search_wrap .search_input_wrap input {
        padding: 0 60px 0 12px;
        font-size: 14px;
    }
    .table_search .search_wrap .search_input_wrap .fa-circle-xmark {
        right: 37px;
    }
    .table_search .search_wrap .search_btn {
        right: 12px;
    }
    .table_search .select_wrap select {
        height: 40px;
    }
}

/* greeting */
.greeting {
    display: flex;
    gap: 64px;
    align-items: center;
    justify-content: center;
    max-width: 1166px;
    margin: 88px auto;
    position: relative;
}
.greeting .img_wrap {
    width: 568px;
    height: 460px;
    border-radius: 20px;
    flex-shrink: 0;
    overflow: hidden;
    background: url(../images/greeting.png) no-repeat center center;
    background-size: cover;
}
.greeting .txt_wrap h3 {
    font-size: 58px;
    font-weight: 200;
}
.greeting .txt_wrap h3 b {
    font-weight: 700;
    display: block;
}
.greeting .txt_wrap p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    max-width: 467px;
    line-height: 1.5;
}
.greeting .txt_wrap p::before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #71a0e8;
    border-radius: 100px;
    margin: 40px 0 16px;
}
.greeting .txt_wrap p + p {
    margin-top: 20px;
}
.greeting .txt_wrap p:last-child::before {
    display: none;
}

@media screen and (max-width: 1600px) {
    .greeting {
        margin: 50px auto;
    }
}

@media screen and (max-width: 1280px) {
    .greeting {
        margin: 24px auto;
        flex-direction: column;
    }
    .greeting .img_wrap {
        height: 347px;
        background-position: left top;
    }
    .greeting .txt_wrap h3 {
        position: static;
        font-size: 40px;
    }
    .greeting .txt_wrap p {
        font-size: 15px;
    }
    .greeting .txt_wrap p::before {
        width: 20px;
        margin: 24px 0 16px;
    }
}

@media screen and (max-width: 768px) {
    .greeting {
        margin: 0;
        gap: 24px;
    }
    .greeting .img_wrap {
        width: 260px;
    }
    .greeting .txt_wrap h3 {
        font-size: 22px;
    }
}

/* facility */
.facility {
    padding: 100px 0;
    margin-bottom: -120px;
}
.facility h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}
.facility .img_wrap {
    max-width: 900px;
    height: 600px;
    width: 100%;
    background: url(../images/facility.png) no-repeat center center;
    background-size: contain;
}
.facility .floor_wrap {
    margin-top: 80px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
}
.facility .floor_wrap .txt_wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding-top: 10px;
}
.facility .floor_wrap .txt {
    width: 470px;
    height: 88px;
    background-color: #e2eeff;
    border-radius: 14px;
    padding: 34px 18px;
    position: relative;
}
.facility .floor_wrap .txt p {
    font-size: 17px;
    font-weight: 500;
}
.facility .floor_wrap .txt::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 44px;
    width: 226px;
    height: 86px;
    background: url(../images/facility1.png) top right no-repeat;
    background-size: contain;
}
.facility .floor_wrap .txt span {
    position: absolute;
    top: -24px;
    left: -4px;
    width: 48px;
    height: 48px;
    background-color: #558cd6;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
}
.facility .floor_wrap .txt span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 21px;
    height: 21px;
    background-color: #558cd6;
    z-index: -1;
}
.facility .floor_wrap .txt span b {
    font-size: 24px;
    font-weight: 600;
}
.facility .floor_wrap .txt:nth-child(2) {
    background-color: #daf2e4;
}
.facility .floor_wrap .txt:nth-child(2) span {
    background-color: #3dc26a;
}
.facility .floor_wrap .txt:nth-child(2) span::after {
    background-color: #3dc26a;
}
.facility .floor_wrap .txt:nth-child(3) {
    background-color: #fee9e4;
}
.facility .floor_wrap .txt:nth-child(3) span {
    background-color: #f55e5e;
}
.facility .floor_wrap .txt:nth-child(3) span::after {
    background-color: #f55e5e;
}
.facility .floor_wrap .txt:nth-child(4) {
    background-color: #fbf4c9;
}
.facility .floor_wrap .txt:nth-child(4) span {
    background-color: #f7cc1e;
}
.facility .floor_wrap .txt:nth-child(4) span::after {
    background-color: #f7cc1e;
}
.facility .floor_wrap .txt:nth-child(2)::before {
    top: 50%;
    transform: translateY(-50%);
    width: 252px;
    height: 36px;
    background: url(../images/facility2.png) center right no-repeat;
    background-size: contain;
}
.facility .floor_wrap .txt:nth-child(3)::before {
    top: auto;
    bottom: 44px;
    width: 278px;
    height: 97px;
    background: url(../images/facility3.png) bottom right no-repeat;
    background-size: contain;
}
.facility .floor_wrap .txt:nth-child(4)::before {
    top: auto;
    bottom: 44px;
    width: 304px;
    height: 166px;
    background: url(../images/facility4.png) bottom right no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1440px) {
    .gray_bg {
        background-color: #fff;
    }
    .facility {
        padding: 0;
        margin: 0 auto;
        max-width: 600px;
    }
    .facility .mobile_hide {
        display: none !important;
    }
    .facility .mobile_only {
        display: block !important;
        text-align: center;
    }
    .facility h3 {
        font-size: 22px;
        text-align: left;
    }
    .facility .img_wrap {
        height: 400px;
    }
    .facility .floor_wrap {
        justify-content: flex-start;
        margin-top: 20px;
    }
    .facility .floor_wrap .txt_wrap {
        flex-direction: column-reverse;
        width: 100%;
        gap: 8px;
    }
    .facility .floor_wrap .txt_wrap .txt {
        width: 100%;
        height: auto;
        padding: 20px;
        border-radius: 10px;
    }
    .facility .floor_wrap .txt p {
        font-size: 14px;
        color: #333;
    }
    .facility .floor_wrap .txt_wrap .txt span {
        position: static;
        background-color: transparent;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        width: auto;
        height: auto;
        display: block;
        margin-bottom: 8px;
    }
    .facility .floor_wrap .txt_wrap .txt span b {
        font-size: 18px;
    }
    .facility .floor_wrap .txt_wrap .txt::before,
    .facility .floor_wrap .txt_wrap .txt span::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .facility .img_wrap {
        height: 250px;
    }
}
/* map */
.map_wrap {
    margin: 40px 0 55px;
    border-radius: 20px;
    border: none;
}
.map_wrap .map_landing {
    width: 100%;
    aspect-ratio: 1200 / 580;
}
.root_daum_roughmap .wrap_map {
    height: 100% !important;
}
.map_wrap .cont {
    display: none;
}
.map_wrap .roughmap_maker_label {
    border: none;
}
.map_wrap .roughmap_maker_label .roughmap_lebel_text {
    background-color: #71a0e8;
    color: #fff;
    width: 210px;
    height: 52px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.5px;
}
.map_wrap .roughmap_maker_label:after {
    background-image: none;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #71a0e8;
    margin: 0;
}

.map_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 20px 0 70px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
}
.map_list .item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 40px;
    border-right: 1px solid #ccc;
}
.map_list .item:last-child {
    padding-right: 0;
    border-right: none;
}
.map_list .item .ic {
    width: 24px;
    height: 24px;
    background: url(../images/ic_map.svg) center center no-repeat;
    background-size: contain;
}
.map_list .item:nth-child(2) .ic {
    background: url(../images/ic_tel.svg) center center no-repeat;
    background-size: contain;
}
.map_list .item:nth-child(3) .ic {
    background: url(../images/ic_fax.svg) center center no-repeat;
    background-size: contain;
}
.map_list .item .txt {
    display: flex;
    align-items: center;
    gap: 12px;
}
.map_list .item .txt span {
    font-size: 20px;
    font-weight: 700;
}
.map_list .item .txt p {
    font-size: 20px;
    font-weight: 500;
    color: #333;
}

.map_info_wrap {
    display: flex;
    gap: 32px;
}
.map_info {
    max-width: 505px;
    width: 100%;
}
.map_info:last-child {
    max-width: 660px;
}
.map_info .tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.map_info .info {
    background-color: #edf4fc;
    border-radius: 20px;
    padding: 40px;
}
.map_info .txt_wrap + .txt_wrap {
    margin-top: 32px;
}
.map_info:last-child .txt_wrap + .txt_wrap {
    margin-top: 20px;
}
.map_info .txt_wrap .txt {
    display: flex;
    align-items: center;
}
.map_info .txt_wrap .txt span {
    font-size: 18px;
    font-weight: 600;
    width: 160px;
    color: #333;
}
.map_info .txt_wrap .txt p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.map_info .txt_wrap .desc {
    font-size: 14px;
    color: #555;
    margin-top: 32px;
}
.map_info:last-child .txt_wrap .txt span {
    width: 100px;
}
.map_link {
    background-color: #fff;
    border-radius: 100px;
    width: 140px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #71a0e8;
    margin-left: 36px;
    border: 2px solid transparent;
    transition: all 0.3s;
}
.map_link i {
    color: #71a0e8;
    margin-top: 1px;
}
.map_link:hover {
    border-color: #71a0e8;
}

@media (max-width: 1600px) {
    .map_info .tit {
        font-size: 21px;
    }
    .map_list,
    .map_info .info {
        padding: 20px;
    }
    .map_list .item .ic {
        width: 20px;
        height: 20px;
    }
    .map_info .txt_wrap .txt span,
    .map_list .item .txt span {
        font-size: 16px;
    }
    .map_list .item .txt p,
    .map_info .txt_wrap .txt p {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .map_info .tit {
        font-size: 18px;
    }
    .map_list {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin: 16px 0 32px;
    }
    .map_list .item .ic {
        display: none;
    }
    .map_list .item .txt {
        display: flex;
        gap: 8px;
    }
    .map_wrap {
        margin: 20px 0 32px;
    }
    .map_info_wrap {
        flex-direction: column;
        gap: 32px;
    }
    .map_info {
        max-width: none !important;
    }
    .map_info .txt_wrap .txt {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .map_info .txt_wrap + .txt_wrap {
        margin-top: 24px;
    }
    .map_link {
        width: 120px;
        height: 36px;
        font-size: 14px;
        margin-left: 0;
    }
    .map_wrap .roughmap_maker_label .roughmap_lebel_text {
        width: 160px;
        height: 34px;
        font-size: 14px;
    }
    .map_list .item {
        padding-right: 0;
        border-right: none;
    }
    .map_info .txt_wrap .desc {
        margin-top: 20px;
    }
}

/* sub_calendar */
.sub_calendar {
    display: flex;
    gap: 100px;
}
.sub_calendar .calendar-container {
    width: 100%;
}
.sub_calendar .schedule_list {
    width: 300px;
    flex-shrink: 0;
}
.sub_calendar .schedule_list {
    background-color: #e8f0f9;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub_calendar .schedule_list .data_none {
    font-size: 16px;
    color: #777;
    min-height: 150px;
}

/* FullCalendar 커스터마이징 */
.sub_calendar .fc-hide-week {
    display: none !important;
}
.sub_calendar .fc,
.sub_calendar .fc-theme-standard .fc-scrollgrid,
.sub_calendar .fc-theme-standard td,
.sub_calendar .fc-theme-standard th {
    border: none;
}
.sub_calendar .fc th {
    background-color: transparent;
    padding: 0;
    text-align: center;
}
.sub_calendar .fc-col-header,
.sub_calendar .fc-daygrid-body,
.sub_calendar .fc .fc-scrollgrid-section-body table {
    width: 100% !important;
}
.sub_calendar .fc .fc-daygrid-day-top {
    flex-direction: row;
    justify-content: center;
}
.sub_calendar .fc .fc-col-header-cell-cushion {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    opacity: 50%;
    padding-bottom: 20px;
}
.sub_calendar .fc .fc-daygrid-day-number {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub_calendar .fc .fc-daygrid-day.fc-day-today {
    background: transparent;
}
.sub_calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    background: #ff6b9d;
    color: white;
    border-radius: 50%;
}

.sub_calendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: auto;
    margin: 9px 0 0;
    gap: 0;
}
.sub_calendar .fc .fc-daygrid-day-bottom {
    display: none;
}
.sub_calendar .fc-daygrid-event,
.sub_calendar .legend_dot {
    border-radius: 50%;
    border: none;
    padding: 0;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
}
.sub_calendar .fc-event-title {
    display: none;
}
.sub_calendar .fc-daygrid-day-events {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}
.sub_calendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 4em;
}
.sub_calendar .fc .fc-toolbar-title {
    font-weight: 700;
}
#sub_calendar .fc-today-button {
    background-color: #ff6b9d;
    border-color: #ff6b9d;
    text-transform: uppercase;
}
#sub_calendar .fc-button {
    height: auto;
}

@media (max-width: 1280px) {
    .sub_calendar {
        flex-direction: column;
        max-width: 800px;
        margin: 0 auto;
        gap: 30px;
    }
    .sub_calendar .schedule_list {
        width: 100%;
        min-height: 200px;
    }
    .sub_calendar .fc .fc-toolbar-title,
    .sub_calendar .fc .fc-col-header-cell-cushion {
        font-size: 24px;
    }
    .sub_calendar .fc .fc-daygrid-day-number,
    .sub_calendar .fc .fc-col-header-cell-cushion {
        font-size: 20px;
    }
    .sub_calendar .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 2em;
    }
    #sub_calendar .fc-view-harness {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .sub_calendar .fc .fc-toolbar-title {
        font-size: 20px;
    }
    .sub_calendar .fc .fc-daygrid-day-number {
        font-size: 16px;
    }
    #sub_calendar .fc-toolbar.fc-header-toolbar {
        flex-direction: column !important;
        gap: 10px;
    }
}

/* sub_tab */
.section_wrap .sub_tab_wrap {
    margin-bottom: 56px;
}
.section_wrap .sub_tab_wrap ul {
    display: flex;
    overflow-x: auto;
}
.section_wrap .sub_tab_wrap ul li {
    flex: 0 0 auto;
}
.section_wrap .sub_tab_wrap ul a {
    font-size: 18px;
    padding: 8px 24px;
    color: #555;
    display: block;
    position: relative;
    transition: all 0.3s;
    border-radius: 100px;
}
.section_wrap .sub_tab_wrap ul a.active,
.section_wrap .sub_tab_wrap ul a:hover {
    background-color: #71a0e8;
    font-weight: 700;
    color: #fff;
}
.tab_con {
    display: none;
}
.tab_con.active {
    display: block;
}

@media screen and (max-width: 1600px) {
    .section_wrap .sub_tab_wrap {
        margin-bottom: 32px;
    }
    .section_wrap .sub_tab_wrap ul a {
        font-size: 15px;
        padding: 8px 16px;
    }
}

/* table */
.list_table {
    table-layout: fixed;
}
.list_table th {
    background: #f4f4f4;
    color: #555;
    font-weight: 700;
    font-size: 17px;
    padding: 18px 12px;
    text-align: center;
}
.list_table th:first-child {
    border-radius: 10px 0 0 10px;
}
.list_table th:last-child {
    border-radius: 0 10px 10px 0;
}

.list_table tbody tr {
    border-bottom: 1px solid #ddd;
}
.list_table td {
    padding: 28px 12px;
    font-size: 16px;
    color: #777;
    text-align: center;
    font-weight: 500;
}
.list_table td.title {
    text-align: left;
}
.list_table td.tag {
    color: #000;
}
.list_table .pin {
    padding: 5px 16px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #333;
    color: #000;
}
.list_table td a {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 8px;
}
.list_table td a:hover {
    text-decoration: underline;
}
.list_table td.data_none {
    min-height: 80px;
}

@media screen and (max-width: 1280px) {
    .list_table thead,
    .list_table colgroup,
    .list_table .num {
        display: none;
    }
    .list_table tr:first-child {
        border-top: 1px solid #000;
    }
    .list_table tr {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: 50px 0 20px;
        position: relative;
    }
    .list_table tr td {
        height: auto;
        font-size: 13px;
    }
    .list_table .title {
        position: absolute;
        top: 20px;
        width: 100%;
    }
    .list_table .user,
    .list_table .tag,
    .list_table .date {
        padding-right: 8px;
        margin-right: 8px;
        position: relative;
    }
    .list_table .user::after,
    .list_table .tag::after,
    .list_table .date::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 12px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #ccc;
    }
    .list_table td {
        padding: 0;
    }
    .list_table tr:has(.data_none) {
        padding: 0;
    }
    .list_table td.data_none {
        min-height: 80px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
    }
    .list_table td a {
        padding: 0;
        font-size: 16px;
    }
}

/********** pagination **********/
.pagination {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.pagination button {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: #777;
    font-weight: 400;
}
.pagination button i {
    color: #555;
}
.pagination button.active,
.pagination button:hover {
    color: #060606;
    font-weight: 600;
}
.pagination button:disabled i {
    color: #999;
    cursor: inherit;
}

@media screen and (max-width: 1280px) {
    .pagination {
        margin-top: 40px;
        gap: 0;
    }
    .pagination button {
        width: 36px;
        height: 36px;
    }
}

/* board_view */
.section_wrap:has(.board_view) {
    position: relative;
}
.section_wrap:has(.board_view)::after {
    content: "";
    max-width: 1600px;
    width: 100%;
    height: 1px;
    background-color: #bbd9eb;
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
}
.board_view .tit_area {
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
}
.board_view .tit_area .tit {
    font-size: 40px;
    font-weight: 700;
    margin: 94px 0 20px;
}
.board_view .tit_area .txt_wrap {
    display: flex;
}
.board_view .tit_area .txt_wrap span {
    font-weight: 400;
    color: #333;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.board_view .tit_area .txt_wrap span::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #ccc;
}
.board_view .tit_area .txt_wrap span:last-child:after {
    display: none;
}

.board_view .con_area {
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 48px;
}
.board_view .con_area .txt_area pre {
    font-size: 18px;
    line-height: 18px;
    color: #333;
}
.board_view .con_area .file_area {
    margin-top: 64px;
    border-radius: 10px;
    background-color: #f7f7f7;
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 24px;
}
.board_view .con_area .file_area .tit {
    font-size: 18px;
    font-weight: 600;
    display: block;
    flex: 0 0 auto;
}
.board_view .con_area .file_area .file_list {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}
.board_view .con_area .file_area .file {
    position: relative;
    max-width: 100%;
}
.board_view .con_area .file_area .file + .file {
    margin-top: 16px;
}
.board_view .con_area .file_area .file a {
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%;
    max-width: 100%;
}
.board_view .con_area .file_area .file a img {
    width: 16px;
    margin-right: 4px;
    flex-shrink: 0;
}
.board_view .con_area .file_area .file p {
    font-size: 16px;
    font-weight: 700;
    color: #71a0e8;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_view figure,
.board_view figure img,
.board_view img {
    max-width: 100%;
    width: 100%;
}

.board_nav {
    margin-top: 64px;
    border-top: 1px solid #000;
}
.board_nav .nav {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
}
.board_nav .nav button {
    background-color: transparent;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.board_nav .nav button i {
    font-size: 16px;
    width: 16px;
}
.board_nav .nav button:disabled,
.board_nav .nav button:disabled i {
    color: #777;
}
.board_nav .nav p.txt {
    color: #777;
}
.board_nav .nav a.txt {
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.board_nav .nav a.txt:hover {
    text-decoration: underline;
}
.board_nav .nav.next {
    border-top: 1px solid #ddd;
}
.btn_group {
    display: flex;
    align-items: center;
}
.btn_group.center {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    .section_wrap:has(.board_view)::after {
        top: 150px;
    }
    .board_view .tit_area .tit {
        font-size: 32px;
        margin: 32px 0 20px;
    }
    .board_view .con_area .txt_area pre {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    .section_wrap:has(.board_view)::after {
        display: none;
    }
    .board_view .tit_area .tit {
        font-size: 20px;
    }
    .board_view .tit_area .txt_wrap span {
        font-size: 13px;
        padding-right: 8px;
        margin-right: 8px;
    }
    .board_view .con_area {
        padding: 32px 0;
        margin-bottom: 40px;
    }
    .board_view .con_area .txt_area pre {
        font-size: 15px;
    }
    .board_view .con_area .file_area {
        margin-top: 32px;
        flex-direction: column;
        gap: 12px;
        padding: 20px;
    }
    .board_view .con_area .file_area .tit {
        font-size: 15px;
    }
    .board_view .con_area .file_area .file p {
        font-size: 13px;
    }
    .board_view .con_area .file_area .file + .file {
        margin-top: 12px;
    }
    .board_view .con_area .file_area .file a img {
        display: none;
    }
    .board_nav {
        margin-top: 56px;
    }
    .board_nav .nav {
        padding: 16px 0;
        gap: 16px;
    }
    .board_nav .nav a,
    .board_nav .nav p.txt,
    .board_nav .nav button {
        font-size: 14px;
    }
    .board_nav .nav button i {
        font-size: 12px;
        width: 12px;
    }
}
