@charset "UTF-8";
/* CSS Document */

.table_wrap.now { overflow-x:auto; }
.table_wrap.now .table_list { min-width:1300px; }
.table_over { overflow-x:auto; }
.table_over table { min-width:700px; }

.table_list { width:100%; table-layout:fixed; border-top:2px solid #000; }
.table_list thead { position:sticky; top:-30px; z-index:2; }
.table_list th, .table_list td { font-family:N-SquareNeo; font-weight:600; border-bottom:1px solid var(--borderlight); line-height:1.5em; vertical-align:middle; text-align:center; transition:all 0.3s cubic-bezier(.22, .61,.36, 1); }
.table_list th { padding:16px 0; background:var(--th); color:var(--navy); font-size:1.6rem; font-weight:700;}
.table_list .notice td { background:var(--lp); }
.table_list tr:hover td:not(.table_list.readonly tr td) { background:var(--lp); }
.table_list tr td { line-height:1.5em; font-size:1.5rem; padding:20px 0; font-weight:600; }
.table_list tr.nothing td { line-height:2.4em; }
.table_list tr td a { font-weight:600; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; display:block; max-width:100%; }
.table_list tr td a:hover { color:var(--mainblue); }

.table_list tr.hover td { cursor:pointer; }
.table_list tr.hover:hover td { color:var(--mainblue); }

.faq_list .nodata,
.img_list .nodata { width:100%; padding:3rem 0; font-size:1.4rem; text-align:center; border-bottom:1px solid #ededed; }
.img_list .nodata { border-top:2px solid #000; }

.article_wrap:has(.nodata) .board_bottom.fadeup { animation:none; opacity: 1; }
.article_wrap:has(.nodata) .pagination .prev { display:inline-flex; align-items:center; }
.article_wrap:has(.nodata) .pagination .prev::after { content:'1'; display:inline-block; width:30px; height:30px; line-height:30px; }
.article_wrap:has(.nodata) .pagination .prev,
.article_wrap:has(.nodata) .pagination .next { pointer-events:none; }
.article_wrap:has(.nodata) .pagination .first,
.article_wrap:has(.nodata) .pagination .last { display:none; }

.state { width:75px; display:inline-block; font-family:N-SquareNeo; font-weight:700; font-size:13px; text-align:center; line-height:1em; border-radius:50px; padding:10px 0; }
.state.type1 { background:#2bdb82; } /*green*/
.state.type2 { background:#ddd; } /*gray*/
.state.type3 { background:#c4e4f7; } /*sky*/
.state.type4 { background:#ff7758; } /*red*/
.state.type5 { background:#fff; border:1px solid #000; color:#000; } /*line bk*/
.state.type6 { background:#fff; border:1px solid #2bdb82; color:#000; } /*line green*/
.state button { white-space:nowrap; width:100%; }

/*FAQ*/
.faq_list { border-top:2px solid #000; }
.faq_list .accordion { border-bottom:1px solid #ededed; }
.faq_list ._label { display:flex; justify-content:space-between; align-items:center; padding:4rem 2rem; transition:all 0.3s cubic-bezier(.22, .61,.36, 1); }
.faq_list ._label:hover { background:var(--lp); }
.faq_list .accordion.active ._label { background:none; }
.faq_list ._label p { font-weight:800; font-size:1.8rem; line-height:1.6em; width:calc(100% - 50px); position:relative; padding-left:30px; }
.faq_list ._label p span { position:absolute; font-weight:900; left:0; background:-webkit-linear-gradient(145deg, rgb(0 88 255) 0%, rgb(143 42 255) 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.faq_list ._label::after { font-size:1.6rem; }
.faq_list ._cont { font-size:1.6rem; line-height:2em; margin:0 0 2rem; padding:4rem; background:var(--lp); border-radius:10px;}

table.border tr:hover td { background:none !important; }
table.border td { border-left:1px solid var(--borderlight); padding:15px 15px; }
table.border td:first-child { border-left:none; }
table.border th { border-left:1px solid var(--border); }
table.border th:first-child { border-left:none; }
table.border td.bl { border-left:1px solid var(--borderlight); }
table.border th.bl { border-left:1px solid var(--border); }


.program_list ul { display:flex; flex-direction:column; gap:1rem; }
.program_list ul li { display:flex; align-items:center; gap:3rem; width:100%; padding:5rem; border:1px solid #000; transition:all 0.3s cubic-bezier(.22, .61,.36, 1); }
.program_list ul li:hover { box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }
.program_list ul li.nodata { justify-content:center; border-color:#ededed; font-size:1.4rem; text-align:center; }
.program_list ul li.nodata:hover { box-shadow:none; }
.program_list ul li .text { width:calc(100% - 150px); }
.program_list ul li .detail { display:flex; flex-wrap:wrap; }
.program_list ul li strong { font-size:2.4rem; font-weight:700; line-height:1.3em; display:block; margin-bottom:2.2rem; }
.program_list ul li dl { font-size:1.3rem; display:flex; flex-wrap:wrap; }
.program_list ul li dl dt { margin-right:6px; }
.program_list ul li dl dd { display:flex; align-items:center; }
.program_list ul li dl dd:not(.program_list ul li dl:last-child dd)::after { content:''; width:1px; height:13px; background:#ccc; display:block; margin:0 15px; }
.program_list ul li button { width:130px; padding:0 20px; font-size:1.4rem; }
.program_list ul li button .icon-arrow-r { font-size:1.2rem; }

.table_view { width:100%; table-layout:fixed; border-top:2px solid #000; }
.table_view th, .table_view td { font-family:N-SquareNeo; font-weight:600; border-bottom:1px solid var(--borderlight); vertical-align:middle; transition:all 0.3s cubic-bezier(.22, .61,.36, 1); padding:25px 0; font-size:1.4rem; }
.table_view th { text-align:left;}
.table_view tr td { line-height:1.5em; font-weight:600; }
.table_view.row tr td { text-align:left; }
.table_view td .btn_m { height:40px !important; font-size:13px; }

.modal .table_view th, .modal .table_view td { padding:15px 0; }

.table_view.col colgroup { display:none; }
.table_view.col tr { display:flex; flex-direction:column; }
.table_view.col th { padding-bottom:15px; border-bottom:none; font-size:1.2rem; color:#767676; }
.table_view.col td { padding-top:0; font-size:1.6rem; }

.modal .table_view.col th { padding-bottom:0; }
.modal .table_view.col td { padding-top:0; }

.board_title { display:flex; justify-content:space-between; align-items:baseline; margin-bottom:1em; }
.board_title h4 { margin-bottom:0 !important; }

p.caption { font-size:0.9rem; font-weight:600; }

.row dd p.notice { margin:10px 0 0; }
.table_view.col td p.notice { margin:10px 0 0; }
.member_wrap .member_box p.notice { font-size:12px;font-weight:600; }

p.notice { font-size:1.2rem; font-weight:600; text-align:left; line-height:1.7em; color:#767676; padding-left:22px; position:relative; }
p.notice .icon-notification { font-size:10px; display:inline-flex; justify-content:center; align-items:center; width:18px; height:18px; border-radius:30px; background:#ffd8cc; color:#0f5dff; margin-right:5px; }
p.notice::before { content: "\e91f"; font-family:'icomoon' !important; font-size:10px; display:inline-flex; justify-content:center; align-items:center; width:18px; height:18px; border-radius:30px; background:#c8ddff; color:var(--main); position:absolute; top:0; left:0; }
p.notice:has(.color_red)::before { display:none; }
p.notice.color_red::before { background:#ffe6e0 !important; color:#e93a12 !important; }

p.notice.bg_lr { background:#ffe6e0 !important; color:#e93a12 !important; }
p.notice.bg_lg { background:#c8ebd0 !important; color:#047c1f !important; }

/*검색바*/
.board_top { display:flex; align-items:center; justify-content:space-between; margin-bottom:3rem; }
.board_top .total { font-size:1.6rem; white-space:nowrap; }
.board_top:has(.search_box) { background:#f7f7f7; padding:2rem; border-radius:10px; }
.board_top:has(.search_box) .total { margin-left:2rem; }
.search_box, .search_box form { display:inline-flex; gap:8px; }
.search_box .selectText,
.search_box .inputText,
.search_box .btn_search,
.search_box .btn_detailsearch { height:45px; background-color:#fff; box-shadow:0 15px 20px 0 rgba(0, 0, 0, .11); font-size:1.3rem; border-radius:10px; border:none; transition:border 0.3s; }
.search_box .selectText { min-width:150px; padding-left:15px; }
.search_box .inputText { width:200px; }
.search_box .btn_search { width:45px; font-size:16px; color:#fff; background:-webkit-linear-gradient(145deg, rgb(0 88 255) 0%, rgb(143 42 255) 100%); }
.search_box .inputText:hover,
.search_box .selectText:hover,
.search_box .btn_search:hover { box-shadow:0 15px 24px 0 rgba(0, 0, 0, .15); }

.search_box ul { display:inline-flex; gap:10px; flex-wrap:wrap; align-items:center; }
.search_box ul li label { margin-right:10px; font-weight:700; }
/*.search_box ul li input[type='checkbox'] + label::before { top:3px; }*/
.search_box ul li input[type='checkbox'] + label { font-size: 1em; }

/*pagenation*/
.board_bottom { margin:5rem 0 0; min-height:30px; display:flex; justify-content:space-between; position:relative; }
.content:has(.img_list) .board_bottom { margin:10rem 0 0; }
.content:has(.img_list .nodata) .board_bottom { margin:5rem 0 0; }
.pagination { top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; position:absolute; }
.pagination ul {display:flex; gap:3px; align-items:center; justify-content:center; padding-left:0; }
.pagination li { box-sizing:border-box; position:relative; cursor:pointer; display:inline-block;}
.pagination li a { display:inline-flex; align-items:center; justify-content:center; position:relative; z-index:1; cursor:pointer; line-height:1em; border-radius:8px; min-width:30px; height:30px; color:#333; font-size:1.3rem; transition:background-color 0.2s;}
.pagination li:hover a { background-color:#ededed; }
.pagination li.active a { font-weight:bold; background-color:#ededed; }
.pagination .first, .pagination .last { font-size:1.2rem; }
.pagination .next, .pagination .prev { font-size:1.2rem; }

.img_list { display:flex; gap:80px 60px; flex-wrap:wrap; }
.img_list .box { width:calc(100% / 3 - 120px / 3); font-size:1.6rem; }
.img_list .box .text { margin-top:3rem; }
.img_list .box .text strong { font-size:2rem; font-weight:800; line-height:1.5em; text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:normal; word-wrap:break-word; display:-webkit-box !important; -webkit-line-clamp:2; -webkit-box-orient: vertical; }
.img_list .box .text p { margin:1.5rem 0 2rem; line-height:1.6em; }
.class_info { display:flex; align-items:center; }
.class_info dt { margin-right:5px; }
.class_info dd { margin-right:20px; }

.play_list .thumbnail::before { font-family:'icomoon' !important; content:'\e941'; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; width:90px; height:90px; border-radius:90px; box-shadow:5px 5px 10px 0 rgba(0,0,0,0.4); background: rgb(0,18,170);
background: linear-gradient(145deg, rgba(0,18,170,1) 0%, rgba(177,0,251,1) 100%); display:flex; align-items:center; justify-content:center; color:#fff; font-size:3rem; opacity:0; transition:all 0.3s; }
.play_list a:hover .thumbnail img { filter: blur(10px); }
.play_list a:hover .thumbnail::before { opacity:1; }

/*list*/
.board_list { border-top:2px solid #000; }
.board_list .row { border-bottom:1px solid #ededed; }
.board_list .row a { padding:2.4em 0; display:flex; flex-wrap:wrap; align-items:center; font-size:1.3rem; transition:all 0.3s cubic-bezier(.22, .61,.36, 1); }
.board_list .row a:hover { background:var(--lp); }
.board_list .row a:hover strong { color:var(--main); }
.board_list .row .no { width:120px; text-align:center; }
.board_list .row .text { width:calc(100% - 120px); }
.board_list .row strong { width:100%; font-size:1.8rem; font-weight:800; line-height:1.6em; display:block; margin-bottom:1rem; }
.board_list .row dl { display:flex; flex-wrap:wrap; color:#333; }
.board_list .row dl dt { margin-right:1rem; }
.board_list .row dl dd { display:flex; align-items:center; }
.board_list .row dl dd:not(.board_list .row dl dd:last-child)::after { content:''; width:1px; height:15px; background:#ccc; display:block; margin:0 1.5rem; }
.board_list .row .new { padding:4px 6px; font-weight:600; transform:translateY(-2px); display:inline-block; text-transform:uppercase; line-height:1em; border-radius:50px; font-size:1.2rem; color:#fff !important; background: -webkit-linear-gradient(145deg, rgb(0 88 255) 0%, rgb(143 42 255) 100%); }
.board_list .row .notice { display:none; }
.board_list .row.nodata { padding:3rem 0; font-size:1.4rem; text-align:center; }

/*write*/
.board_write { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; border-top:2px solid #000; font-family:N-SquareNeo; font-weight:600; }
.board_write .row { width:100%; display:flex; position:relative; padding:2rem 0; gap:2em; border-bottom:1px solid #ededed; }
.board_write .row.sortation { display:flex; flex-wrap:wrap; padding:20px 30px 30px; background:#f9f9f9; gap:0; }
.board_write .row.sortation .inputText { border-bottom:1px solid #ccc; }
.board_write .row.sortation strong { font-size:1.2em; font-weight:700; }
.board_write .row.sortation .row:last-child { border-bottom:none; padding-bottom:0; }
.board_write .row dl { display:flex; width:100%; position:relative; }
.board_write .row dt { width:200px; color:var(--navy); font-weight:600; font-size:1.4rem; margin-bottom:7px; }
.board_write .row dl .inputText { width:100%; font-weight:700; }
.board_write .row dl .inputText::placeholder, .board_write .row dl .textArea::placeholder { font-size:1.4rem; color:#ccc; font-weight:600; }
.board_write .row dl .inputText:hover { border-bottom:1px solid #000; }
.board_write .row dl .inputText, 
.board_write .row dl .selectText, 
.board_write .row dl .textArea { font-size:15px; height:42px; font-weight:800; }
.board_write .row dl .selectText { min-width:150px; }
.board_write .row dl dd { width:calc(100% - 200px); font-weight:700; font-size:1.4rem; margin-top:5px; }
.board_write .row dl dd:first-of-type { margin-top:0; }
.board_write .row dl dd .btn_m { height:40px !important; font-size:13px; }
.board_write .row dl dd.bb { border-bottom:1px solid #ccc; padding:10px 0 20px; }
.board_write .row dl dd .checkbox { margin-left:10px; }
.board_write .row dl dd .float { font-size:15px; position:absolute; top:50%; left:10px; transform:translateY(-50%); z-index:2; }
.board_write .row dl dd:has(.float) .inputText { padding-left:70px; }
.board_write .row dl dd .select2_wrap .selectText { width:calc(50% - 30px); }

.board_write.column .row dl { flex-direction:column; }
.board_write.column .row dl dt { width:100%; margin-bottom:0; }
.board_write.column .row dl dd { width:100%; }


.bg_lp .board_write { border-top:none; }
.bg_lp .board_write .row { border-bottom-color:#dee5eb; }
.bg_lp .board_write .row dl .inputText, .bg_lp .board_write .row dl .textArea { background-color:#e9eff5; border:none; box-shadow:none; }
.bg_lp .board_write .row dl .inputText::placeholder, .bg_lp .board_write .row dl .textArea::placeholder { color:#9eabb7; }
.bg_lp .board_write .row dl select { background:url(/images/user/arrow_bottom.svg) calc(100% - 10px) 50% / 10px 10px no-repeat #e9eff5; border:none; box-shadow:none; }
.bg_lp .table_view th, .bg_lp .table_view td { text-align:left; padding:1rem 0; font-size:1.3rem; }

.bg_navy {  background: rgb(0, 18, 170);
    background: linear-gradient(145deg, rgba(0, 18, 170, 1) 0%, rgba(177, 0, 251, 1) 100%); }
.bg_navy .table_view { border-top:none; }
.bg_navy .table_view th { font-size:1.2rem; opacity:0.8; }
.bg_navy .table_view th, .bg_navy .table_view td { text-align:left; padding:1rem 0; background:none; border-bottom:1px solid rgba(255,255,255,0.15); }
.bg_navy .table_view td a { color:#fff; }
.bg_navy .table_view tr:first-child th, .bg_navy .table_view tr:first-child td { padding-top:0; }
.bg_navy .table_view tr:last-child th, .bg_navy .table_view tr:last-child td { border-bottom:0; padding-bottom:0; }

.modal .board_write .row { padding:1rem 0; }
.modal .board_write .row dt { width:130px; font-size:1.2rem; margin-bottom:0; }
.modal .board_write .row dl dd { width:calc(100% - 130px);}
.board_write .row dl .inputText, .board_write .row dl .selectText, .board_write .row dl .textArea { font-size:1.3rem; height:40px;}
.board_write .row dl dd:has(.timepicker) em, .board_write .row dl dd:has(.datepicker) em { font-size:1.3rem; font-weight:400; }


/*view*/
.board_view { width:100%; display:flex; flex-direction:column; font-size:1.6em; }
.board_view .row { border-bottom:1px solid #ededed; padding:4rem 0; }
.board_view .row:has(._file) { border-bottom:none; padding:4em 0 0; }
.board_view ._title { width:100%; color:#000; }
.board_view ._title strong { font-size:2.6rem; line-height:4rem; font-weight:800; margin-bottom:2.5rem; display:block; }
.board_view ._file { width:100%; display:block; padding:3rem; background:var(--lp); }
.board_view .title { font-size:1.6rem; }
.board_view ._content { width:100%; font-size:1.6em; font-weight:800; }
.board_view ._content img { max-width:100%; }
.board_view .row.center { border-bottom:none; padding:2em 0 0; text-align:center; }
.board_view .row.center .wide { padding:0 60px; height:50px; }
.board_view ._title .producer_name { margin:0px 0 10px; }
.board_view ._title .producer_name p { font-size:0.9em; border:1px solid #666; padding:8px 10px; border-radius:50px; display:inline-block; line-height:1em; font-weight:600; box-shadow:2px 2px 6px 0 rgba(0,0,0,0.2); }

.board_view .by { display:flex; align-items:center; flex-wrap: wrap; font-size:1.3rem; font-family:N-SquareNeo; font-weight:600;}
.board_view .by dl { font-weight:600; color:#000; display:flex; align-items:center; }
.board_view .by dl span { color:#333; font-weight:400; margin-right:8px; }
.board_view .by dl::after { content:''; width:1px; height:15px; background:#ddd; margin:0 15px; display:inline-block;}
.board_view .by dl:last-child::after { display:none; }
.board_view .by dl dd { display:flex; align-items:center; }
.board_view .by dl dd b { font-weight:600; }


/*이전글,다음글*/
.other_cont { font-size:1.6rem; }
.other_cont ul { display:flex; flex-direction:column; gap:20px; }
.other_cont li { font-weight:500; width:100%; display:flex; align-items:center; justify-content:space-between; }
.other_cont li span { font-weight:400; font-size:1.4rem; color:var(--gray); }
.other_cont li .text { width:calc(100% - 100px); display:flex; align-items:center; justify-content:space-between; margin:0; }
.other_cont li .text a {  font-weight:600; max-width:calc(100% - 140px); display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.other_cont li .text a:hover { text-decoration:underline; }

/*댓글*/
.reply_wrap { transition:all 0.2s; border-bottom:1px solid #ededed; }
.reply_wrap .title { padding-bottom:15px; display:flex; position:relative; align-items:center; }
.reply_wrap .title strong { font-size:1.2em; font-weight:700; display:inline-block; line-height:1em; }
.reply_wrap .title strong em { font-size:13px; font-weight:400; border:1px solid #ccc; box-shadow:0 0 10px 0 rgba(0,0,0,0.1); border-radius:30px; line-height:1em; padding:5px 10px; margin-left:5px; transform: translateY(-1px); display:inline-block; }
.reply_wrap .title strong em span { margin-right:5px; }

.reply_list {  }
.reply_list ul { display:flex; flex-direction:column; gap:10px; }
.reply_list ul li { background:var(--lp); transition:all 0.2s; border:1px solid #ededed; position:relative; padding:25px 20px 25px; box-sizing:border-box; border-radius:10px; }
.reply_list ul li:hover { border-color:#ccc; box-shadow:rgba(50, 50, 93, 0.1) 0px 25px 50px -10px, rgba(0, 0, 0, 0.1) 0px 15px 30px -15px; }
.reply_list ul li .by { margin-bottom:12px; font-size:1.1em; line-height:1em; display:flex; justify-content: flex-start; align-items:center; flex-wrap:wrap; color:#727272; }
.reply_list ul li .by strong { font-size:15px; font-weight:600; color:#000; display:inline-block; white-space:nowrap; }
.reply_list ul li .by strong::after { width:3px; height:3px; background:#999; content:''; margin:0 7px 3px; display:inline-block; border-radius:10px; }
.reply_list ul li .by em { font-size:14px; margin-right:0; border:none; white-space:nowrap; }
.reply_list ul li .btn_wrap { position:absolute; top:16px; right:20px; display:inline-flex; justify-content:flex-end; gap:2px; }
.reply_list ul li button { border:none; background:none; color:#666; font-size:15px; width:26px; height:26px; padding:0; border-radius:5px; }
.reply_list ul li button:hover { background:#dfe6ed; color:#1c64dd; }
.reply_list ul li.nothing { text-align:center; color:#727272;  }
.reply_list ul li.nothing:hover { box-shadow:none; border-color:#e0e8ef; }

.reply_write { background:#fff; width:100%; border-radius:10px; transition:all 0.2s; border:1px solid #b3b3b3; box-sizing:border-box; margin-top:20px; display:flex; flex-direction:column; }
.reply_write .textArea { width:100%; height:100px; border:none; border-radius:10px 0 0 10px; padding:20px; background:transparent; }
.reply_write .textArea:focus { box-shadow:none; border:none; }
.reply_write .textArea:hover { box-shadow:none; }
.reply_write .textArea[disabled]:hover { border:none; }
.reply_write .bottom { padding:0 10px 10px; text-align:right; }
.reply_write .bottom button { border:none; color:#fff; border-radius:7px;}
.reply_write .bottom button:hover { box-shadow:none; }
.basic_reply_wrap .pagination { margin:25px 0 40px; position:static; display:flex; justify-content:center; transform:none; }

/* 달력 */
.board_calendar { width:100%; border-top:2px solid #666; table-layout:fixed;  }
.board_calendar th {padding:18px 10px;border-bottom: 1px solid #dbdbdb; font-size:1.5rem; vertical-align:middle; text-transform:capitalize;}
.board_calendar th:first-child { border-left:none; }
.board_calendar th.bl { border-left:1px solid #dbdbdb; }
.board_calendar td { position:relative; vertical-align:top; padding:10px 10px; border-bottom:1px solid #e7e7e7; border-right:1px solid #e7e7e7;transition:all 0.2s; }
.board_calendar td:last-child:hover, .board_calendar td:first-child:hover, .board_calendar td.holiday:hover { background:none; cursor:default; }
/*.board_calendar td:hover::before { content:''; width:100%; height:100%; display:block; position:absolute; top:-1px; left:-1px; border:1px solid #d2dee9; transition:all 0.2s; z-index:0; pointer-events:none; }
.board_calendar td:last-child:hover::before, .board_calendar td:first-child:hover::before, .board_calendar td.holiday:hover::before { display:none; }*/
.board_calendar td.today { border:2px solid var(--main); }
.board_calendar td.today::after { content:'today'; font-weight:600; background:var(--main); color:#fff; position:absolute; top:-20px; right:-2px; padding:0px 6px; border-radius:5px 5px 0 0; z-index:1; }
.board_calendar td .date { font-size:1.1rem; width:20px; height:20px; padding:0; border:none; }
.board_calendar td.mon_date, .board_calendar td.mon_date:hover { background:#fbfbfb;}
.board_calendar td.mon_date .date { color:#d1d1d1; }
.board_calendar td:last-child { border-right:none; }
.board_calendar td:last-child .date { color:#000BD8; }
.board_calendar td:first-child .date, .board_calendar td.holiday .date { font-weight:600; color:#e50000; }
.board_calendar td .days { display:flex; justify-content:space-between; align-items:flex-start; margin-bottom:12px; position:relative; z-index:1; pointer-events:none;}
.board_calendar td .days .event { width:calc(100% - 33px); display:flex; flex-wrap:wrap; gap:2px; justify-content:flex-start; }
.board_calendar td.holiday .days .holiday_text { max-width:100%; border-radius:5px; background:#ffe3e3; position:relative; color:#c30d00; display:block; }
.board_calendar td.holiday .days .holiday_text span { padding:7px 6px; font-weight:600; line-height:1em; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.board_calendar td.holiday .days .date { background:none; padding:0; width:auto; pointer-events:none; }
.board_calendar td a { line-height:1em; font-weight:600; display:inline-block; }
.board_calendar td a:hover { color:#999; }
.board_calendar td > .reservation_data { overflow:hidden; min-height:80px;  max-height:95px; pointer-events:none;  }
.board_calendar td > .reservation_data.active { max-height:none;}
.board_calendar td:has(.reservation_data.active) .reservation_data_btn em{ display: none;}
.board_calendar td:has(.reservation_data.active) .reservation_data_btn { position:relative; left:0; width:100%; bottom:0; transition:width 0s, box-shadow 0.3s; }
.board_calendar td:has(.reservation_data.active) ul { margin-bottom:5px;}
.board_calendar td:has(.reservation_data_btn) .reservation_data::after { background:rgb(255,255,255); background:linear-gradient(0deg, rgba(255,255,255,1) 65%, rgba(255,255,255,0) 100%); content:''; display:block; width:100%; height:65px; position:absolute; bottom:-10px; left:0; z-index:0; }
.reservation_data { position:relative; z-index:1;}
.board_calendar td > .reservation_data.active::after { display:none; }
.reservation_data_btn { position:absolute; bottom:10px; left:10px; gap:5px; z-index:1; width:calc(100% - 20px); padding:0px 10px; height:32px; border:1px solid #000; font-size:1.2rem; transition:width 0s box-shadow 0.3s; }
.reservation_data_btn:hover { box-shadow:5px 5px 10px 0 rgba(0,0,0,0.2); }
.reservation_data_btn span { display:inline-flex; align-items:center; justify-content:center; border-radius:100px; background:#fff;}
.reservation_data_btn em { background:rgb(0, 18, 170); background:linear-gradient(145deg, rgba(0, 18, 170, 1) 0%, rgba(177, 0, 251, 1) 100%); color:#fff; padding:0 7px; border-radius:50px; font-size:1.2rem; height:22px; line-height:22px;}
.board_calendar td > .reservation_data > ul { display:flex; gap:5px; flex-direction:column; padding:2px;}
.board_calendar td > .reservation_data > ul > li button { font-size:1.2rem; border:none; padding:7px 10px; border-radius:5px; position:relative; box-shadow:none !important; cursor:pointer; transition:all 0.3s; width:100%; }
.board_calendar td > .reservation_data > ul > li button p { margin:0; width:100%; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align:left; }
.board_calendar td > .reservation_data:has(button) { pointer-events:auto; }
.btn_reservation { position:absolute; top:0; left:0; width:100%; height:100%; display:block; z-index:0; border:none; border-radius:0; }
.btn_reservation:hover { background:var(--lp); }
.board_calendar td:first-child .btn_reservation, .board_calendar td:last-child .btn_reservation, .board_calendar td.holiday .btn_reservation { display:none; }

/*예약현황 calendar*/
.calendar_top { width:100%; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:20px; position:relative;}
.calendar_top > div {display:flex; align-items:center;}
.calendar_top ul {display:flex; flex-wrap:wrap; gap:5px;}
.calendar_top ul li { font-size:1.1rem; font-weight:600; border:none; padding:2px 6px; border-radius:5px; position:relative; }
.calendar_top ul li:hover { background:; }
.calendar_select { position:absolute; top:0; left:50%; transform:translateX(-50%); gap:2rem; }
.calendar_select strong { font-size:2rem; font-weight:900; white-space:nowrap; }
.fac_01 {background:#fdeaf6; color:#f12aa6;}
.fac_02 {background:#e3f2ff; color:#2a9bff;}
.fac_03 {background:#f6f1ff; color:#8850f1;}
.reservation_data .fac_01:hover { background:#fbd1ec;}
.reservation_data .fac_02:hover { background:#bde0ff;}
.reservation_data .fac_03:hover { background:#dfcdff;}

/*.board_calendar td:hover .fac_01 {background:#fbd1ec; color:#f12aa6;}
.board_calendar td:hover .fac_02 {background:#bde0ff; color:#2a9bff;}
.board_calendar td:hover .fac_03 {background:#dfcdff; color:#8850f1;}*/

 /*datepicker*/
/*header*/
.ui-helper-clearfix:before, .ui-helper-clearfix:after { display:none !important; }
.ui-datepicker table { padding:1em !important;margin:0 !important; width:100%; }
.ui-widget.ui-widget-content { padding:0; border:1px solid #999 !important; box-shadow:0 0 15px 0 rgba(0,0,0,0.3); border-radius:15px; width:250px;}
.ui-datepicker .ui-datepicker-header { height:45px; padding:0 8px !important; display:flex; align-items:center; justify-content:space-between; border-radius:15px 15px 0 0; background:#fff; border:none; border-bottom:1px solid #ddd; }
.ui-datepicker .ui-datepicker-title { margin:0 !important; display:flex; gap:3px; font-size:1.2em; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.ui-datepicker .ui-datepicker-title select { font-family:'N-SquareNeo', sans-serif; font-weight:800; transition:all 0.3s; min-width: 70px; font-size:13px; border-radius:5px !important; padding:0 20px 0 6px !important; border:1px solid #ddd; height:30px; margin:1px !important; background:url(/images/user/arrow_bottom.svg) calc(100% - 6px) 50% no-repeat #fff; background-size:8px !important;}
.ui-datepicker .ui-datepicker-title select:hover { border:1px solid #666; }
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { width:80px; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { transition:all 0.3s; position:static !important; border-radius:5px; cursor:pointer; width:30px !important; height:30px !important; display:flex; align-items:center; justify-content:center; background:#fff; border:none; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display:none !important; }
.ui-datepicker .ui-datepicker-prev::before { content:"\e91d";font-family: 'icomoon' !important; }
.ui-datepicker .ui-datepicker-next::before { content:"\e91e";font-family: 'icomoon' !important; }
.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover { font-weight:800 !important; border:none; top:2px; background:#ededed !important; }
.ui-datepicker .ui-datepicker-prev:hover { left:2px; }
.ui-datepicker .ui-datepicker-next:hover { right:2px; }

/*body*/
.ui-datepicker table { font-size:11px !important; padding:5px; font-family:'N-SquareNeo', sans-serif; }
.ui-datepicker td, .ui-datepicker th { padding:5px; text-align:center; position:relative; vertical-align:middle; }
.ui-datepicker th { font-weight:400 !important; font-size:0.9em; padding:5px 0 0 0 !important; }
.ui-state-default { color:#000 !important; font-weight:800 !important; background:#fff !important; border:none !important; margin:0.2em 0; padding:0.2em 0 !important; border-radius:5px !important; display:inline-block !important; text-align:center !important; width:25px; height:25px; line-height:22px; }
.ui-state-default:hover { background:#daecfb !important; }
.ui-datepicker-current-day a { border-radius:5px; border:none !important; background:var(--blue) !important; color:#fff !important; }
.ui-datepicker-current-day:hover a { background:var(--blue) !important; color:#fff !important; }
.ui-state-default.ui-state-active:hover a { background:#144e9b !important; color:#fff !important; }
.ui-state-default.ui-state-highlight { background:#daecfb !important; }
.ui-state-default.ui-state-highlight,
.ui-state-default.ui-state-highlight:hover { color:#1463eb !important; font-weight:800 !important; }
.ui-datepicker-current-day.ui-datepicker-today .ui-state-highlight.ui-state-active { background:#144e9b !important; color:#fff !important; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity:0.5 !important; }
.ui-datepicker tr .ui-datepicker-week-end:first-child a { color:#d70000 !important; }
.ui-datepicker tr .ui-datepicker-week-end:last-child a { color:#0e5cc3 !important; }
/*footer*/
.ui-datepicker .ui-datepicker-buttonpane { border-radius:0 0 15px 15px; height:45px; margin:0; padding:0 8px !important; display:flex; align-items:center; justify-content:space-between; }
.ui-datepicker .ui-datepicker-buttonpane button { border-radius:5px; font-family:'N-SquareNeo', sans-serif; font-size:13px !important; float:none !important; border:1px solid #ddd !important; margin:0 !important; line-height:1em; padding:5px 8px !important; }
.ui-datepicker .ui-datepicker-buttonpane button:hover { border:1px solid #666 !important; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { opacity:1 !important; background:var(--blue) !important; color:#fff !important; border:1px solid var(--blue) !important; }

.ui-timepicker-container { z-index:9999 !important; width:130px !important; border:none !important; background:none !important; }
.ui-timepicker-container .ui-timepicker-viewport { width:100% !important; padding:10px; box-sizing:border-box; }
.ui-timepicker-container .ui-widget.ui-widget-content { padding:0; width:100% !important; border:1px solid #999 !important; box-shadow:none; border-radius:15px; }
.ui-timepicker-standard .ui-menu-item { width:100% !important; text-align:left; }
.ui-timepicker-standard a { padding:1rem; font-size:1.3rem; border:none; }
.ui-timepicker-standard .ui-state-hover { background-color:#daecfb; border:none; font-weight:400; color:#212121; }
