@charset "utf-8";
@import url("https://fastly.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
#site {
    font-family: "Pretendard Variable", "notokr", sans-serif;
    padding-top: 189px;
    font-size: 16px;
}
@media (max-width: 767px) {
    #site {padding-top: 66px;}
}

ol,
ul,
li {
    /* list-style: none; */
    list-style-position: inside;
    margin: 0;
    padding: 0;
    word-break: keep-all;
}
ol:not([id^='news'] .board_area ol,[id^='notice'] .board_area ol, [id^='event'] .board_area ol),
ul:not([id^='news'] .board_area ul, [id^='notice'] .board_area ul, [id^='event'] .board_area ul),
li:not([id^='news'] .board_area li, [id^='notice'] .board_area li, [id^='event'] .board_area li) {
    list-style: none;
    list-style-position: inside;
    /* margin: 0;
    padding: 0; */
}

p,
.table {
    margin: 0;
}
a,
a:hover,
a:focus {
    text-decoration: none;
}

#site > .container:not(.agreement_container, .privacy_container, .mypage_container) {
    width: 100%;
    padding: 0;
}

:root {
    --page-point-color: #911b01;
}

/* ------------ 접근성 ------------ */
.navbar .caret {
    display: none;
}
.clip {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
}

/* ------------ 상단 메뉴 ------------ */
.menu-top .container {
    position: relative;
}
.menu-top .box {
    top: 55px;
    right: 0;
    height: 100%;
    position: absolute;
}
.box.member > a {
    display: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    background: #e6e6e6;
    min-width: 70px;
    min-height: 32px;
    text-align: center;
    padding: 4px 8px;
}
.box.member > a:hover {
    color: var(--page-point-color);
}
.box.member > a + a {
    margin-left: -5px;
}
.box.member > a.home,
html:not(.logined) .box.member > a.login,
html:not(.logined) .box.member > a.join {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
html:not(.logined) .box.member > a.login{
    gap: 2px;
}
.box.member > a.login span{--wght: 200;}
html.logined .box.member > a.mypage,
html.logined .box.member > a.logout {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
html.is_adm .box.member > a.adm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d2d4d6;
}
#gnbauth{
    display: none;
}
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.09);
}
.navbar > .container {
    width: 100%;
    padding: 0;
    text-align: center;
    background: #4d190e;
}
.navbar-inverse .navbar-header {
    padding: 30px 15px;
    background: #fff;
    line-height: 1;
    float: none;
}

.navbar-inverse .navbar-brand {
    float: none;
    display: inline-block;
    margin: 0 auto !important;
    padding: 0 !important;
    height: auto;
    line-height: 1;
}
.navbar-inverse .navbar-brand img {
    height: 65px;
    margin: auto;
    line-height: 1;
}
.navbar-inverse .navbar-right {
    float: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.navbar-inverse .navbar-right li {
    flex: 1;
}
.navbar-inverse .navbar-nav > li > a {
    /* padding: 21px clamp(15px, 2vw, 40px); */
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 21px 0;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    background: transparent;
    font-weight: 500;
    color: #ffb19e;
}
.navbar-inverse .navbar-nav > li > a::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #793a2b;
    border-radius: 5px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translate(0, -50%);
}
.navbar-inverse .navbar-nav > #gnb_74 > a::before,
.navbar-inverse .navbar-nav > li:last-child > a::before {
    content: none;
}
.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #ffb19e;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-header{padding: 0 15px;}
    .navbar-inverse .navbar-brand {
        padding: 5px 15px !important;
        margin: 8px 0;
        float: left;
    }
    .navbar-inverse .navbar-brand img {
        margin-top: 12px;
        height: 35px;
    }
    .navbar-inverse .navbar-nav > li {
        padding: 0;
    }
    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
    }
    .navbar-inverse .navbar-nav > li > a::before {
        content: none;
    }
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:focus {
        font-size: 16px;
        text-align: left;
    }
    .navbar-inverse .navbar-nav > li > a::before {
        content: none;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: rgba(62, 23, 13, 0.9);
        border-radius: 0;
        border-top: 1px solid #e1e1e12b;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: rgba(255, 255, 255, 0.7);}
    .navbar-inverse .navbar-right {display: block;}
    .navbar-inverse .navbar-right > li {border-bottom: 1px solid #e1e1e12b;}
    .navbar-inverse .navbar-right > li:last-child {border: 0;}
    .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);
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav #gnb_59 .dropdown-menu > li > a:hover::before,
    .navbar-inverse .navbar-nav #gnb_59 .dropdown-menu > li > a:focus::before {
        background: var(--page-point-color);
    }

    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 18px 0;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: transparent;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #000;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
        overflow-x: hidden;
    }
    .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;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
    }

    .menu-top .box{
        top: 17px;
        right: 60px;
    }
    .box.member > a{
        min-width: inherit;
        min-height: 22px;
        font-size: 10px;
    }
    html:not(.logined) .box.member > a.login {
        min-width: 80px;
    }
    .main_popup .main_popup_optional label{display: inline-flex;align-items: center;}
    .main_popup .main_popup_optional label > input{margin: 0;}
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 10px;
        background: rgba(62, 23, 13, 0.9);
        -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
        animation-fill-mode: both;
        animation-duration: 0.4s;
        animation-name: fadeIn;
        border-radius: 0;
        overflow: hidden;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 6px 15px;
        text-align: center;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
        transition: all 0.2s;
        letter-spacing: -0.02em;
        border-radius: 0;
        font-weight: 400;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        color: #fff;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    /* Medium·Large devices */
}
@media (min-width: 768px) and (max-width: 991px) {
    /* Medium devices (col-sm-*) */
    .navbar-inverse .navbar-right {
        width: 750px;
        padding: 0 15px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    /* Large devices (col-md-*) */
    .navbar-inverse .navbar-right {
        width: 970px;
        padding: 0 15px;
    }
}
@media (min-width: 1200px) {
    /* Extra large devices (col-lg-*) */
    .navbar-inverse .navbar-right {
        min-width: 1170px;
        padding: 0 15px;
    }
}

/* ------------  슬라이드 ------------  */
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
}
.carousel-control.right .glyphicon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#mainCarousel .carousel-inner .item {
    height: 600px;
    /* height: calc(100vh - 96px); */
}
#mainCarousel .carousel-inner .item::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
}
#mainCarousel .carousel-inner .item:first-child::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
}
.carousel-indicators {
    margin: 0;
    max-width: 100%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 120px;
}
.carousel-indicators li {
    width: 60px;
    height: 5px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 7px 0 0;
    border-radius: 10px;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 60px;
    height: 5px;
    margin: 0 7px 0 0;
    opacity: 1;
}

.carousel-caption {
    color: #fff;
    text-shadow: none;
    text-align: left;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}
.carousel-caption h1 {
    font-size: 50px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.carousel-caption p {
    font-size: 18px;
    font-weight: 200;
    letter-spacing: 0.02em;
}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item:nth-child(1){background-position: 80% 0px;}
    #mainCarousel .carousel-inner .item {
        height: 220px;
        background-position: right;
    }
    #mainCarousel .carousel-inner .item:nth-child(2){background-position: right;}
    .carousel-caption {
        right: 20%;
        left: 20%;
    }
    .carousel-caption h1 {
        font-size: 14px;
    }
    #mainCarousel .carousel-caption p {
        font-size: 11px;
    }
    .carousel-control {
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}

/* ------------ footer ------------ */
#site footer {
    margin-top: 0px;
    background-color: #222;
    color: #ccc;
}
#site footer .footer-info {
    padding: 40px 0;
}
#site footer .footer-info ul {
    position: relative;
    margin: 0;
    padding: 0;
}
#site footer .footer-info ul li:first-child {
    font-weight: 600;
    font-size: 15px;
    color: #ccc;
    margin-bottom: 5px;
}
#site footer .footer-info ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    line-height: 21px;
    color: #a2a2a2;
}
#site footer .footer-info .logo > img {
    padding: 0 20px;
    opacity: 0.5;
    margin-top: 3px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#site footer .footer-info .info {
    flex-direction: column;
    padding: 0 15px;
}
#site footer .footer-info ul .copy {
    font-size: 11px;
    color: #777;
    margin-top: 10px;
}
#site footer .footer-info ul .login-g {
    float: right;
}
#site footer .footer-info ul .login-g a {
    color: #fff;
    opacity: 0.4;
    border: 1px solid #aaa;
    padding: 5px 15px;
    font-weight: 300;
    text-decoration: none;
    font-size: 12px;
    transition: opacity 0.2s ease;
}
#site footer .footer-info ul .login-g:hover a {
    opacity: 0.9;
}
@media (max-width: 767px) {
    #site footer .footer-info ul li,
    #site footer .footer-info ul li:first-child {
        font-size: 13px;
    }
    #site footer .footer-info .logo > img {
        width: 40%;
        margin: 0 auto 20px;
    }
}

/* ------------ sub 헤더 ------------ */
.sub_header {
    height: 240px;
    position: relative;
    color: #fff;
    text-align: center;
    background: #333 url("/public/img/sub/sub_header.jpg") no-repeat bottom center;
    background-size: cover;
}
.sub_header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}
[id^="news0"] .sub_header {
    background-image: url("/public/img/sub/sub_header3.jpg");
}
[id^="news0"] .sub_header::before {
    background: rgba(0, 0, 0, 0.1);
}
[id^="notice0"] .sub_header {
    background-image: url("/public/img/sub/sub_header5.jpg");
}
[id^="notice0"] .sub_header::before {
    background: rgba(0, 0, 0, 0.4);
}
.sub_header h2 {
    font-size: 42px;
    line-height: 1;
    margin-top: 25px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.sub_header .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .sub_header {
        height: 170px;
    }
    .sub_header .container{width: 100%;}
    .sub_header h2 {
        font-size: 30px;
        margin: 0;
        line-height: 1.2;
    }
    .sub_header h3{font-size: 19px;}
}

/* ------------ 서브 메뉴 ------------ */
.sub_menu {
    position: relative;
    z-index: 10;
    /* border-bottom: 1px solid #eee; */
}
.sub_menu ul {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 60px;
    gap: 45px;
}
.sub_menu ul > li {
    text-align: center;
}
.sub_menu ul > li::after {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d4d4d4;
    position: absolute;
    right: -26px;
    top: 50%;
    transform: translateY(-50%);
}
.sub_menu ul > li:last-child::after {
    content: none;
}
.sub_menu ul > li > a {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    letter-spacing: 0;
    text-decoration: none;
    background: #fff;
}
.sub_menu ul > li > a::after {
    content: "";
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 3px;
    position: absolute;
    background: transparent;
    transform: translateX(-50%);
    transition: 0.3s;
}
.sub_menu ul > li.active > a::after,
.sub_menu ul > li:hover > a::after {
    width: 100%;
    background-color: #ffa82d;
}
.sub_menu .nav li.active a, .sub_menu .nav li:hover a, .sub_menu .nav li a:hover, .sub_menu .nav li a:focus {
    background-color: #fff !important;
    color: #333;
    font-weight: 600;
}
@media (max-width: 767px) {
    .sub_menu {display: none;}
    [id^=notice0] .sub_menu{
        display: block;
    }
    [id^=notice0] .sub_menu ul > li{
        width: 100%;
    }
    [id^=notice0] .sub_menu ul > li a{
        padding: 10px 0;
    }
    [id^=notice0] .sub_menu ul{
        margin-top: 0;
    }
    [id^=notice0] .sub_menu ul li:last-child{
        display: none;
    }
    .sub_menu ul > li:nth-child(3)::after{
        display: none;
    }
}
@media (max-width:576px){
    [id^=notice0] .sub_menu ul > li > a{
        font-size: 15px;
    }
    [id^=notice0] .sub_menu ul {
        gap: 15px;
    }
    [id^=notice0] .sub_menu ul > li::after {
        /* width: 2px; */
        /* height: 2px; */
        right: -8px;
    }
}
@media (max-width:425px){
    [id^=notice0] .sub_menu ul > li > a{
        /* font-size: 13px; */
    }
    [id^=notice0] .sub_menu ul {
        gap: 10px;
    }
    [id^=notice0] .sub_menu ul > li::after {
        /* right: -8px; */
    }
}
/* ------------ 공통 ------------  */
.content {
    padding: 80px 0 110px;
}
.content + .content {
    padding-top: 0;
}
.content:last-child {
    padding-bottom: 150px;
}
.content_box {
    padding-bottom: 50px;
}
.content_box:last-child {
    padding-bottom: 0;
}
.content_box > .sub_txt {
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: -0.034em;
    word-break: keep-all;
}
.page_tit {
    position: relative;
    margin: 70px 0 0;
    text-align: center;
}
.page_tit h3 {
    margin: 0 0 0;
    font-size: 40px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.025em;
    text-align: center;
}
.sub_tit {
    position: relative;
}
.sub_tit h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 50px;
    letter-spacing: -0.035em;
}
.sub_tit > .sub_txt {
    font-size: 18px;
    line-height: 1.8;
    word-break: keep-all;
    font-weight: 500;
    letter-spacing: -0.034em;
    padding-bottom: 70px;
}
.sub_tit > .sub_txt.alo {
    padding-bottom: 0;
}
.content_box h5 {
    padding-left: 15px;
    line-height: 1.5em;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    color: var(--page-point-color);
    margin: 0 0 10px;
}
.content_box h5::before {
    content: "";
    top: 7px;
    left: 1px;
    width: 7px;
    height: 18px;
    position: absolute;
    background: #c74629;
}
.content_box h5 span {
    margin-right: 10px;
}
.img_area p {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}
.list-dot > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dot > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 5px;
    position: absolute;
    background: #777;
    border-radius: 50%;
}
.list-dot > li.nun {
    padding-left: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.list-dot > li.nun::before {
    content: none;
}
.list-dash > li {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
}
.list-dash > li::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 5px;
    height: 2px;
    position: absolute;
    background: #777;
    border-radius: 20px;
}
.list-num,
.list-num-basic {
    counter-reset: number 0;
}
.list-num > li,
.list-num-basic > li {
    padding-left: 25px;
    font-size: 16px;
    line-height: 1.6em;
    position: relative;
    list-style: none;
}
.list-num > li::before {
    counter-increment: number 1;
    content: counter(number);
    top: 3px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--page-point-color);
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.list-num-basic > li::before {
    counter-increment: number 1;
    content: counter(number) ".";
    top: 4px;
    left: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #333;
    width: 20px;
    height: 20px;
}
.box-area {
    margin-bottom: 80px;
}
.img_area .business_img_area {
    margin-top: 50px;
}
/* login */
.member_wrapper {
    padding-top: 170px;
    padding-bottom: 260px;
}
/* board, form */
.btn.btn-primary {
    background-color: #333;
    border: 1px solid #333;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #000;
}
input + #list_btn {
    display: none;
}
.board_wrapper, .calendar_wrapper {
    margin-top: 0;
}
.search_wrap {
    margin-bottom: 0;
}

.table.table_default thead th {
    background: #fff;
    font-size: 17px;
}

.table.table_default tr th.num {
    font-weight: 400;
}

.table.table_default tbody .subject {
    font-size: 17px;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
}
.board_wrapper .table.board_write_table tbody tr:last-child{
    position: relative;
}
.checkbox label, .radio label {
    font-size: 16px;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -0.034em;
}
#captcha {
    z-index: 10;
    position: relative;
    width: 150px;
    filter: brightness(0.62) contrast(4.5) opacity(0.7);
    height: 40px;
    margin: 0;
    border-color: transparent;
}
#captcha + br {
    display: none;
}
#captcha + br + input {
    margin-left: -1px;
    margin-top: 0 !important;
}
#captcha + br + input:focus {
    z-index: 15;
}
td:has(#captcha) {
    display: flex !important;
    gap: 0 !important;
    flex-direction: column;
}
#site :is(.table_video, .table_blog2, .table_pd)::before,
#site :is(.table_video, .table_blog2, .table_pd)::after {
    content: none;
}
#site :is(.table_video, .table_blog2, .table_pd) {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(30px, 3vw, 40px) clamp(20px, 3vw, 30px);
    margin: 0;
}
#site :is(.table_video, .table_blog2, .table_pd) > .col-sm-4{
    width: 100%;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
    .content {padding: 60px 0 90px;}
    .page_tit h3 {font-size: 32px;}
    .sub_tit h4{font-size: 22px;}

    .board_wrapper .table colgroup,
    .board_wrapper .table tr .num,
    .board_wrapper .table tr .hits {
        display: none;
    }
    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .board_wrapper .table.board_write_table :where(.input-group, .form-control) {width: 100%;}
    .board_wrapper .table .subject {width: 45%;}
    .board_write_table #captcha {
        margin-bottom: 10px;
        height: inherit;
    }

    .member_wrapper {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .member_wrapper .login_extra ul {
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }

    #site :is(.table_video, .table_blog2, .table_pd) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 576px) {
    #site :is(.table_video, .table_blog2, .table_pd) {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* ------------ main ------------ */
.main_section{padding: 50px 0;}
.main_section+.main_section{padding-top: 0;padding-bottom: 20px;}
.main_section#se01 {
    padding: 0 0 70px;
    margin-top: -83px;
    position: relative;
}
.menu_items{
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}
.menu_item{
    transition: 0.3s;
    width: 160px;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1rem 1.1rem 4rem rgba(0,0,0,0.12);
}
.menu_item p {
    color: #222;
    font-weight: 600;
}

.menu_item:hover p, .menu_item:hover span {
    color: #fff;
}
.menu_item:hover{
    color: #fff;
    background: #ca6f55;
    box-shadow: none;
}
.menu_item span{
    font-size: 51px;
    --wght: 200;
    margin-bottom: 10px;
    color: #913a25;
}
.board_box_blog2 .row {
    padding-top: 5px;
    margin-right: -10px;
    margin-left: -10px;
    /* display: flex; */
}
.board_box_blog2 .row .col-md-4{width: 16.6%;}
.board_box_blog2 .inner {
    border: none;
}
.board_box_blog2 .inner .top a .thumb {
    height: 120px;
}
.board_box_blog2 .inner .bottom {
    padding: 15px 0 0;
}
.board_box_blog2 .inner .bottom .title a {
    font-size: 17px;
    letter-spacing: -0.034em;
    font-weight: 500;
}
.list_board_items .board_box_blog2 .bottom .info span {
    font-size: 14px;
    padding: 0;
}

.list_board_items .board_box_blog2 .bottom .title {
    margin-bottom: 0;
    padding: 0;
}
.list_board_items .board_box_list {
    padding: 0;
}
.list_board_items .board_box_blog2 {padding: 0;margin-bottom: 0 !important;}
div[class^="board_box_"] .page-header h4{
    color: #111;
    font-size: 24px;
    margin-top: 3px;
}
.list_board_items{display: flex;gap: 70px;}
.list_board_items .list_board_item{flex: 1;}
.list_board_items .list_board_item .page-header{
    padding: 0 0 5px;
    border-bottom: 1px solid #222;
    margin: 25px 0 15px;
}
.list_board_item .page-header i::before {
    position: relative;
    display: block;
    content: "\e5d3" !important;
    translate: 2px 0px;
    font-family: "Material Symbols Outlined";
    font-size: 30px;
    font-weight: 300;
    color: inherit;
    color: #333;
}
.list_board_items .list_board_item .type_thumb .inner{margin-top: 0;}
.list_board_items .list_board_item .type_thumb .bottom .info > :where(.writer, .hits),
.list_board_items .list_board_item .type_list .info > :where(.writer, .hits)
{display: none;}
.list_board_items .list_board_item .type_list li > :where(a, span.subject){font-size: 17px;}

#se03 .board_widget04 .page-header{display: none;}
#se03 .board_widget04 .calendar_wrapper{padding: 0;}
#default_calendar_70 .fc-basic-view .fc-body .fc-row {
    height: 100px !important;
}
#default_calendar_70 .fc-day-grid-container {
    height: 100% !important;
}
#default_calendar_70 .fc-button-group {
    display: none;
}
#default_calendar_70 .fc-toolbar .fc-center{
    display: flex;
    width: 100%;
    justify-content: center;
}
#main_wrapper .fc-day-grid-container {
    height: 200px !important;
}
#main_wrapper .fc-toolbar .fc-left {
    display: none !important;
}
#main_wrapper .fc-toolbar.fc-header-toolbar {
    height: 40px;
}
#main_wrapper .fc-day-header span {
    font-size: 0.7em;
}
#main_wrapper .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    font-size: 0.7em;
}
#main_wrapper .fc-event .fc-content {
    font-size: 12px;
}
#main_wrapper .fc-toolbar .fc-center {
    margin-inline: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
#main_wrapper .calendar_wrapper .fc-toolbar h2 {
    white-space: nowrap;
}
#main_wrapper .fc-toolbar .fc-center .fc-button{border: 0;}
#main_wrapper .fc-toolbar .fc-center .fc-button:hover{    background: #fff;}
#se04{padding-bottom: 120px;}
#se05{
    background: #f7f7f7;
    padding: 50px;
}
.move_items{
    display: flex;
    gap: 30px;
}
.move_item{
    flex: 1;
    text-align: center;
    
}
.move_item:hover .img_box{
    border: 1px solid var(--page-point-color);
}
.move_item:hover p{color:var(--page-point-color);}
.move_item .img_box{
    transition: all .3s;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border: 1px solid #e0e0e0;
    height: 80px;
}
.move_item p{
    color: #333;
    font-weight: 500;
}
.img01 img{
    -webkit-filter: grayscale(100%) brightness(0);
    filter: grayscale(100%) brightness(0);
}
.img02 p{
    font-weight: 900;
    text-align: left;
    margin-left: 10px;
    font-family: math;
}
.img03{align-items: center;}
.img03 p{margin-left: 0;margin-right: 10px;font-weight: 900;}

/* ------------  legio01 ------------  */
/* #legio01 .con01 .inner {
    display: flex;
    gap: 100px;
    border: 0;
}
#legio01 .inner {
    border-top: 1px solid #ddd;
    padding-top: 80px;
}
#legio01 .con01 .inner .img_area {
    width: 110%;
}
#legio01 .con05 .sub_tit h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
#legio01 .con05 .inner > .list-num-basic {
    background: #f7f7f7;
    padding: 30px;
}
#legio01 .con05 .inner > .list-num-basic li {
    font-size: 15px;
}

#legio01 .con05 .inner > .list-num-basic li::before {
    top: 2px;
}
#legio01 .con05 .inner > .list-num-basic > li + li {
    margin-top: 10px;
}
#legio01 .list-num-basic .tit {
    font-weight: 600;
}
#legio01 .con05 .img_down img {
    width: 300px;
    padding-top: 50px;
} 240711*/
.txt_link {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 210px;
    background: #fff;
    color: var(--page-point-color);
    font-size: 17px;
    padding: 12px 0;
    justify-content: center;
    margin: 25px auto 0;
    border: 1px solid var(--page-point-color);
    transition: all 0.3s;
    font-weight: 500;
    letter-spacing: -0.034em;
}
.txt_link:hover {
    background: var(--page-point-color);
    color: #fff;
}
#legio01 .ms_tit {
    border: 7px solid #eeeeee;
    text-align: center;
    padding: 40px 40px 31px;
    margin-bottom: 50px;
}
#legio01 .ms_tit .sub_txt{padding-bottom:0;}
#legio01 .ms_tit h4 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #8c1c02;
}
#legio01 .inner > .txt_area{
    font-size: 18px;
    line-height: 1.8;
    word-break: keep-all;
    font-weight: 500;
    letter-spacing: -0.034em;
    padding-bottom: 70px;
}
#legio01 .con01 .inner{padding-top:0; border:0;}
#legio01 .inner {
    border-top: 1px solid #ddd;
    padding-top: 80px;
}
#legio01 .con02 .sub_tit .sub_txt{
    padding-bottom:15px;
}
#legio01  .inner > .list-num-basic {
    background: #f7f7f7;
    padding: 30px;
}
#legio01  .inner > .list-num-basic li {
    font-size: 15px;font-weight: 600;
}
#legio01 .inner > .list-num-basic li::before {
    top: 2px;
}
#legio01 .inner > .list-num-basic > li + li {
    margin-top: 10px;
}

/* ------------  legio02 ------------  */
#legio02 .sub_tit {
    border: 7px solid #eeeeee;
    text-align: center;
    padding: 40px 40px 31px;
    margin-bottom: 50px;
}
#legio02 .sub_tit h4 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #8c1c02;
}
#legio02 .sub_tit .sub_txt {
    padding: 0;
    margin: 0;
    font-size: 17px;
}
#legio02 .con01 ol {
    font-size: 16px;
}
#legio02 .con01 ol li {line-height: 1.7;}
#legio02 .con01 ol li .tit {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 22px;
    letter-spacing: -0.025em;
}
#legio02 .con01 ol li + li {
    margin-top: 30px;
    border-top: 1px dashed #ddd;
    padding-top: 30px;
}
.panel-group{margin:0;}
.panel-default{border:none;box-shadow: none;}
.panel-default>.panel-heading{
    background: transparent;
    border: none;
    padding: 0;
}
.panel-heading .panel-title{border: none;font-size: 26px;font-weight: 700;margin: 0 0 50px;letter-spacing: -0.035em;}
.panel-heading .panel-title a{text-decoration: underline;margin-left: 10px;}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
    background: #f7f7f7;
    padding: 30px;
    border: none;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body p{
        font-size: 17px;
    line-height: 1.55;
    letter-spacing: -0.034em;
    word-break: keep-all;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body p + p{
    margin-top: 25px;
}

/* ------------  legio03 ------------  */
.pray_wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 80px;
    align-items: start;
}
.sub_box {
    /* border: 10px solid #eee; */
    /* padding: 20px 20px 30px; */
    font-size: 17px;
    /* border-radius: 20px; */
}
.sub_box .tit {
    font-weight: 700;
    background: #cd8543;
    text-align: center;
    padding: 15px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
}
.sub_box .img_area {
    margin-bottom: 30px;
}
.sub_box ol {
    text-align: center;
}
.sub_box ol li {
    line-height: 1.4;
    font-size: 17px;
    letter-spacing: -0.034em;
}
.sub_box > div {padding: 30px 50px 50px;box-shadow: 5px -10px 20px -10px rgba(0, 0, 0, 0.3);}
.sub_box ol li + li {
    margin-top: 30px;
}
.sub_box ol li span {
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    color: #a9452e;
}
.pray_box .inner {
    padding-top: 60px;
}
.pray_txt.list-num-basic > li + li {
    margin-top: 10px;
}
.pray_txt.list-num-basic > li {
    font-size: 16px;
    line-height: 1.4;
    padding-left: 25px;
}
.pray_txt.list-num-basic > li::before {
    top: 1px;
    line-height: 2;
    font-weight: 700;
}
.pray_items .tit {
    font-weight: 600;
    margin-bottom: 5px;
}

.pray_item ol li {
    line-height: 1.8;
}
.pray_txt {
    font-size: 16px;
    padding: 0 40px;
    line-height: 1.8;
    border-left: 1px solid #d8cec6;
}
.pray_items {
    margin: 30px 0;
}
.pray_item + .pray_item {
    margin-top: 20px;
}

/* ------------  legio04 ------------  */
.file_item {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 50px;
    background: #f8f8f8;
    align-items: start;
    position: relative;
}
.file_item .img_area {
    border: 1px solid #ddd;
}
.file_item .txt_area {
    padding-top: 40px;
    padding-right: 40px;
}
.file_item .txt_area .tit {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: -0.025em;
}
.file_item .txt_area .name {
    margin-bottom: 15px;
}

.file_item .txt_area .detail {
    line-height: 1.6;
    word-break: keep-all;
}
.file_item .txt_area .txt_link {
    right: 40px;
    position: absolute;
    width: 240px;
    bottom: 40px;
}
.file_item + .file_item {
    margin-top: 60px;
}

/* ------------  legio05 ------------  */
.intro_item .tit {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: -0.034em;
}
.intro_item .detail {
    display: grid;
    grid-template-columns: 1fr 260px;
}
.intro_item .detail .txt_area {
    line-height: 1.7;
    font-size: 16px;
    word-break: keep-all;
    padding-right: 50px;
}
.intro_item .detail .img_area p {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}
.intro_item + .intro_item {
    margin-top: 50px;
    border-top: 1px solid #ddd;
    padding-top: 80px;
}

/* ------------  regia01 ------------  */
.table-style {
    font-size: clamp(15px, 2vw, 16px);
    width: 100%;
    border-top: 2px solid #333;
    background: #fff;
}
.table-style tr {
    border-bottom: 1px solid #ddd;
}
.table-style tr :is(th, td) {
    font-size: clamp(14px, 2vw, 15px);
    padding: 10px 15px;
    color: #555;
    font-weight: 400;
    border-left: 1px solid #ddd;
    white-space: nowrap;
}
.table-style tr th {
    color: #333;
}
.table-style thead tr th {
    background: #f4f4f4;
    font-size: clamp(15px, 2vw, 16px);
    font-weight: 600;
    text-align: center;
}
.table-style tbody tr th {
    background: #fff;
}
.table-style tr :is(th, td):last-child {
    border-right: 1px solid #ddd;
}
.menu_nav {
    margin-bottom: 50px;
}
.menu_nav .nav {
    display: flex;
}
.menu_nav .nav li {
    flex: 1;
    margin: 0;
    text-align: center;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
}
.menu_nav .nav li.active {
    background: #f5f5f5;
}
.menu_nav .nav li.active a {
    color: #fff;
    background: #111;
    border-radius: 0;
}
.menu_nav .nav li a {
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0 15px;
    color: #555;
    letter-spacing: -0.03em;
}
.history + .history {
    margin-top: 80px;
}
.timeline_item {
    font-size: 16px;
}
.timeline_item + .timeline_item {
    margin-top: 40px;
}
.timeline_item .date {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: -0.034em;
}
.timeline_item .date span {
    color: var(--page-point-color);
    margin-right: 15px;
}
.timeline_item .txt_area {
    margin-bottom: 20px;
}
.timeline_item p.tit {
    font-weight: 600;
}
.timeline_item .txt_area p + p {
    margin: 3px 0 0;
}
.timeline_item .txt_area span {
    width: 80px;
    display: inline-block;
    text-align: left;
    margin-right: 10px;
}
.timeline_item .box.member_area span {
    width: 120px;
}
.timeline_item .txt_area.member_area {
    padding: 20px;
    background: #f8f8f8;
    margin-top: 15px;
}
.timeline_item .table_area {
    margin-bottom: 20px;
}
.timeline_item .table_area p.tit {
    font-weight: 600;
    margin-bottom: 10px;
}
.timeline_item .table_area .table-responsive {
    margin: 10px 0;
}
.timeline_item .time_box {
    background: #f2f2f2;
    padding: 30px 30px;
    margin: 10px 0;
    font-size: 15px;
}
.timeline_item .time_box .member_area {
    margin: 20px 0;
}
.timeline_item .time_box .member_area:last-child {
    margin-bottom: 0;
}

.timeline_item .time_box > div + div {
    margin-top: 15px;
}
.list-time span {
    margin-right: 5px;
    font-weight: 600;
}
.list-time li + li {
    margin-top: 20px;
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.list-time li {
    line-height: 1.6;
}
.timeline_item .table_area .table-responsive + .table-responsive {
    padding-top: 20px;
}
.timeline_item .table_area .table-responsive + p {
    padding-top: 15px;
}

.history .sub_tit h4 {
    margin-bottom: 30px;
}

/* ------------  regia02 ------------  */
.member_items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}
.member_item {
    border: 1px solid #eddcdc;
    padding: 40px;
    font-size: 16px;
    border-top: 2px solid #cf8b7c;
}
.member_item:nth-child(2) img,
.member_item:nth-child(3) img,
.member_item:nth-child(4) img,
.member_item:nth-child(6) img{border-radius: 50%;}
.member_item .tit {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}
.member_item .tit span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #b27060;
    margin-top: 2px;
}
.member_item .time {
    /* margin: 10px 0 20px; */
    margin: 10px 0 0px;
}
.member_item .list-sns {
    display: flex;
    align-items: center;
    gap: 5px;
}
.member_item .list-sns li {
    background: #446398;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.member_item .list-sns li a {
    color: #fff;
}
.member_item .list-sns li a i {
    font-size: 14px;
    line-height: 2;
}

.member_item .list-sns li + li {
    background: #a66658;
}

/* ------------  regia03 ------------  */
.map_co{position: relative;}
.map_co ul {
    display: flex;
    justify-content: space-evenly;
}
.map_co ul li {
    width: 14px;
    height: 14px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 5px 5px 3px 1px rgba(50, 50, 50, 0.2);
    cursor: pointer;
    position: absolute;
    border: 5px solid rgba(222, 45, 45, 0.8);
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
.map_co ul li:hover {
    border: 0;
    background: #de2d2d;
}
.map_co ul li.blu{
    border: 5px solid rgb(3 161 221);
}
.map_co ul li.blu:hover{
    background: rgb(3 161 221);
}
.map_co ul li.link_dot{
    border: 5px solid rgb(247 158 168);
}
.map_co ul li.link_dot:hover{
    background: rgb(247 158 168);
}
.tooltip-inner {
    background-color: #333;
    border-radius: 7px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #000;
}
.map_co .popover{
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    max-width: 310px;
}
.map_co .popover-title{
    padding: 10px;
    background: #0000009c;
    border: none;
    color: #fff;
}
.map_co .popover.top>.arrow:after{
    border-top-color: #000000c7;
}
.map_co .popover .popover-content{
    display: none;
}
.map_co ul li.dot01{
    top: 357px;
    left: 389px;
}
.map_co ul li.dot02{
    top: 345px;
    left: 365px;
}
.map_co ul li.dot03{
    top: 283px;
    left: 307px;
}
.map_co ul li.dot04{
    top: 352px;
    left: 350px;
}
.map_co ul li.dot05{
    top: 389px;
    left: 390px;
}
.map_co ul li.dot06{
    top: 381px;
    left: 359px;
}
.map_co ul li.dot07{
    top: 392px;
    left: 207px;
}
.map_co ul li.dot08{
    top: 398px;
    left: 307px;
}
.map_co ul li.dot09{
    top: 444px;
    left: 298px;
}
.map_co ul li.dot10{
    top: 444px;
    left: 410px;
}
.map_co ul li.dot11{
    top: 463px;
    left: 424px;
}
.map_co ul li.dot12{
    top: 453px;
    left: 453px;
}
.map_co ul li.dot13{
    top: 479px;
    left: 438px;
}
.map_co ul li.dot14{
    top: 527px;
    left: 368px;
}
.map_co ul li.dot15{
    top: 492px;
    left: 468px;
}
.map_co ul li.dot16{
    bottom: 389px;
    left: 485px;
}
.map_co ul li.dot17{
    top: 196px;
    left: 567px;
}
.map_co ul li.dot18{
    top: 290px;
    left: 532px;
}
.map_co ul li.dot19{
    top: 334px;
    left: 527px;
}
.map_co ul li.dot20{
    top: 318px;
    left: 599px;
}
.map_co ul li.dot21{
    top: 355px;
    left: 509px;
}
.map_co ul li.dot22{
    top: 364px;
    left: 525px;
}
.map_co ul li.dot23{
    top: 391px;
    left: 502px;
}
.map_co ul li.dot24{
    top: 442px;
    left: 747px;
}
.map_co ul li.dot25{
    top: 393px;
    left: 453px;
}
.map_co ul li.dot26{
    top: 432px;
    left: 497px;
}
.map_co ul li.dot27{
    top: 543px;
    left: 576px;
}
.map_co ul li.dot28{
    top: 620px;
    left: 456px;
}
.map_co ul li.dot29{
    bottom: 226px;
    left: 624px;
}
.map_co ul li.dot30{
    bottom: 241px;
    left: 492px;
}
.map_co ul li.dot31{
    top: 268px;
    right: 361px;
}
.map_co ul li.dot32{
    top: 424px;
    left: 400px;
}

/* ------------  regia04 ------------  */
.map .root_daum_roughmap {width: 100%;}
.map .detail {
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.025em;
}
.map .detail i {
    margin-right: 10px;
    color: #e55f42;
    font-size: 17px;
}

/* ------------  calender01 ------------  */
#calender01 .fc-scroller{height: 100% !important;}
#calender01 .fc-basic-view .fc-body .fc-row{height: 150px !important;}
.fc-day-grid-event .fc-time{display: none;}

/* ------------ popup ------------  */
#mainPopup .main_popup{z-index: 99999;position: fixed;}
#mainPopup .main_popup.main_popup_right.right_drag{right: inherit;}
#mainPopup .main_popup.main_popup_center.center_drag{transform: inherit;}
.main_popup_optional{z-index: 99999999999;position: relative;}

@media (max-width: 1200px) {
    #regia01 .con01 .inner{overflow-x: scroll;}
    .map_co{min-width: 1140px;}
    .map_co img{margin: 0 66px;}
}
@media (max-width: 991px) {
    .file_item{display: block;padding: 30px;}
    .file_item .img_area{border: none;width: 240px;margin: 0 auto;}
    .file_item .img_area img{border: 1px solid #ddd;}
    .file_item .txt_area{padding: 30px 0 0;text-align: center;}
    .file_item .txt_area .txt_link{
        position: relative;
        right: inherit;
        bottom: inherit;
    }
    .file_item .txt_area .tit{font-size: 23px;}
}
@media (max-width: 767px) {
    .pray_wrap{grid-template-columns: 1fr;gap: 0px;}

    #legio02 .con01 ol li .tit{font-size: 20px;}
    .panel-heading .panel-title{font-size: 22px;}

    .intro_item .detail{grid-template-columns: 1fr;gap: 30px;}
    .intro_item .detail .txt_area{padding: 0;}
    .intro_item .tit {font-size: 24px;}

    .menu_nav .nav{    flex-direction: column;}
    .menu_nav .nav li{margin-left: 0;}
    .menu_nav .nav li a {
        font-size: 17px;
        padding: 13px 0 12px;
    }
    .timeline_item .date {font-size: 18px;}
    .timeline_item .date span{margin-right: 10px;}

    .member_items {grid-template-columns: repeat(1, 1fr);gap: 30px;}

    #calender01 .fc-view-container{overflow: scroll;}
    #calender01 .fc-view-container > .fc-view{min-width: 700px;}
    .modal-open .modal{padding-right: 0 !important;}
    .modal .modal-content{
        max-height: 540px;
        overflow-y: scroll;
    }
      .modal-footer{
        position: sticky;
        bottom: 0;
        right: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
  .form-control.hasDatepicker{width: 120px !important;}
      #main_wrapper .fc-day-grid-container {
        height: 100% !important;
    }
  #calendarModal_view #viewdata_title{    white-space: normal;}
    #calendarModal_view.modal.fade .modal-dialog{
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 45%;
        left: 50%;
        margin: 0;
        padding: 10px;
    }
    #default_calendar_70 .fc-basic-view .fc-body .fc-row{
        height: 79px !important;
    }
    #default_calendar_70 .fc-day-grid-event{padding: 2px;}
    #default_calendar_70 .fc-widget-header tr th:first-child,
    #default_calendar_70 .fc-widget-header tr th:last-child,
    #default_calendar_70 .fc-week tr td:first-child,
    #default_calendar_70 .fc-week tr td:last-child,
    #default_calendar_70 .fc-content-skeleton tr td:first-child,
    #default_calendar_70 .fc-content-skeleton tr td:last-child{
        width: 17%;
    }
      #default_calendar_70.fc-ltr .fc-h-event.fc-not-start,
    #default_calendar_70.fc-rtl .fc-h-event.fc-not-end{
        margin-left: 2px;
        border-left-width: initial;
        padding-left: initial;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    #default_calendar_70.fc-ltr .fc-h-event.fc-not-end,
    #default_calendar_70.fc-rtl .fc-h-event.fc-not-start{
        margin-right: 2px;
        border-right-width: initial;
        padding-right: initial;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }
    .board_box_blog2 .row{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin: 0;
        gap: 20px;
    }
    .board_box_blog2 .row::after,
    .board_box_blog2 .row::before{content: none;}
    .board_box_blog2 .row > .col-xs-6{width: 100%;padding: 0;}
    .board_box_blog2 .inner .bottom .title a{font-size: 15px;}
    .list_board_items .board_box_blog2 .bottom .info span{font-size: 12px;}

    #se04 {padding-bottom: 60px;}
    .list_board_items{gap: 0px;flex-direction: column;}
    #se05 {padding: 40px 20px;}
    .move_items{flex-direction: column;}
    .main_section#se01{margin: 0; padding: 30px 0;}
    .menu_items{justify-content: center;}
    .menu_item{font-size: 12px; width: 80px;height: 80px;}
    .menu_item span{font-size: 29px;}

    #mainPopup .main_popup{
        max-width: 300px;
        margin: 0 auto;
    }
    #mainPopup .main_popup img{width: 100%;}
    button.btn-last{
        color: #fff;
        background-color: #fff;
        border: 1px solid #333;
        padding: 9px 12px;
        font-size: 14px;
        opacity: 1;
        line-height: 1.42857143;
        font-weight: 400;
        background: #333;
        margin-left: 8px !important;
    }
    button.btn-last:hover{color: #fff !important;}
    #viewdata_writer{display: none !important;}
    #se03 .btn-main-last{
        opacity: 1;
        position: absolute;
        right: 40px;
        bottom: -45px;
        color: var(--page-point-color);
        border: 2px solid var(--page-point-color);
        background: #fff;
        padding: 5px 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        z-index: 999999;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        transition: all 0.3s;
    }
    #se03 .btn-main-last span{
        font-size: 15px;
    }
    #se03 .btn-main-last:hover{
        background: var(--page-point-color);
        color: #fff;
    }
  
    #news01 .table_blog .left a{width: 100%;}
    #news01 .table_blog .left span.thumb{margin: 0 auto;}
    #news01 .table_blog .right .title a{justify-content: center;}
    #news01 .table_blog .right .info{text-align: center;}
    #news01 .table_blog .right .text p{
        overflow: hidden;
        height: 90px;
        text-overflow: ellipsis;
        /* white-space: nowrap; */
    }
}

/* 캘린더 추가 css(날짜 짤림)*/
#reply_write .btn_wrap{
    position: relative;
}
#reply_write .btn_wrap .pull-left{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
#reply_write .btn_wrap .pull-left input{
    width: 200px !important;
}
#calendarModal_write .hasDatepicker{
    padding: 0;
}
#calendarModal_view #viewdata_description {
    margin-top: 0;
    position: relative;
    min-height: 100px;
    height: auto;
}
#calendarModal_view #viewdata_description .inner {
    line-height: 1.6;
    color: #555;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px 20px 0;
    word-break: keep-all;
    position: absolute;
    z-index: 100;
    width: 100%;
}
#news01 .table_blog dd{
    cursor: pointer;
}
.board_list_write #captchare,
.board_blog2_write #captchare,
.board_blog_write #captchare{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 7px;
    color: #767474;
    background: #ffffff;
    cursor: pointer;
    top: 13px;
    left: 370px;
    aspect-ratio: 1;
    border: 1px solid #ddd;
}
.board_list_view #captchare{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 6px 7px;
    color: #767474;
    background: #ffffff;
    cursor: pointer;
    top: 0px;
    left: 155px;
    aspect-ratio: 1;
    border: 1px solid #ddd;
}
.board_list_write #captchare span,
.board_blog2_write #captchare span,
.board_blog_write #captchare span{
    font-size: 20px;
}
@media (max-width:767px) {
    .board_list_write #captchare,
    .board_blog2_write #captchare,
    .board_blog_write #captchare{
        left: 170px;
        top: 73px;
    }
    .main_popup_optional,
    .main_popup_optional * {
    pointer-events: auto; /* 자식 요소들도 클릭 가능하게 */
    touch-action: manipulation; /* 터치 기본 동작 허용 */
    }
}
@media (max-width:576px) {
    .board_list_write #captchare{left: 240px;}
    .board_blog2_write #captchare{left: 240px;}
    .board_blog_write #captchare{left: 240px;}
    td:has(#captcha){
        flex-direction: column;
    }
    .board_write_table #captcha{
        height: 70px;
        width: 220px;
    }
}