@charset "utf-8"; 

/* 게시판 쓰기 */
#autosave_wrapper { position:relative; font-size:14px; } 
#autosave_pop { display:none; z-index:10; position:absolute !important; top:34px; right:0; width:350px; height:auto !important; height:180px; max-height:180px; border:1px solid #565656; background:#fff; 
-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2); 
-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2); 
box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2); } 
#autosave_pop:before { content: ""; position: absolute; top: -8px; right: 45px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #000 transparent; } 
#autosave_pop:after { content: ""; position: absolute; top: -7px; right: 45px; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #fff transparent; } 
html.no-overflowscrolling #autosave_pop { height:auto; max-height:10000px !important } /* overflow 미지원 기기 대응 */
#autosave_pop strong { position:absolute; font-size:0; line-height:0; overflow:hidden } 
#autosave_pop div { text-align:center; margin:0 !important; } 
#autosave_pop button { margin:0; padding:0; border:0; } 
#autosave_pop ul { margin:0px; padding:15px; border-top:1px solid #e9e9e9; list-style:none; overflow-y:scroll; height:130px; border-bottom:1px solid #e8e8e8 } 
#autosave_pop li { padding:8px 5px; border-bottom:1px solid #fff; zoom:1 } 
#autosave_pop li:after { display:block; visibility:hidden; clear:both; content:"" } 
#autosave_pop a { display:block; float:left } 
#autosave_pop span { display:block; float:right; color:#999 } 
.autosave_close { cursor:pointer; width:100%; height:30px; background:none; color:#888; font-weight:bold; font-size:0.92em } 
.autosave_close:hover { background:#f3f3f3; color:#3597d9 } 
.autosave_content { display:none } 
.autosave_del { background:url(./img/close_btn.png) no-repeat 50% 50%; text-indent:-999px; overflow:hidden; height:20px; width:20px; } 

.cke_sc { display:none; } 

/* 기타 */
#bo_v_img { width:100%; overflow:hidden; zoom:1 } 
#bo_v_img:after { display:block; visibility:hidden; clear:both; content:"" } 
#bo_v_img img { margin-bottom:20px; max-width:100%; height:auto } 
#bo_v_con img { display: block; margin-bottom: 1rem; } 

/* 커스텀 */
.anchor { position: relative } 
.anchor a { position: absolute; top: -60px } 
.pagination { margin-bottom: 0.75rem; } 

.custom-checkbox { display: inline; } 
.custom-file-label:lang(ko)::after { content: "찾아보기"; } 

.list-icon { width: 20px; height: 20px; vertical-align: text-bottom; } 
.view-icon { width: 48px; height: 48px; } 
.comm-icon { width: 48px; height: 48px; } 
.bo_w_flie .lb_icon { display: flex !important; gap: 5px; } 
.btn-group button.btn-primary { background: url(../../../img/common/ico-arr-left-01.svg)no-repeat center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #000; transition: 0.5s; } 
.btn-group button.btn-primary:hover { background: url(../../../img/common/ico-arr-left-01-point.svg)no-repeat center; border: 1px solid var(--point); } 
.btn-group button.btn-primary.fc-next-button { transform: rotate(180deg); } 
.btn-group button.btn-primary span { opacity: 0; } 

/* #bo_schedule { display: none; } */
#bo_schedule .mb-2{position: relative;}
.cate-list { display: flex; gap: 40px; justify-content: end; margin-bottom: 40px; flex-wrap: wrap; } 
#bo_schedule .cate-list{position: absolute;top: 22px;right: 0;margin: 0;}
.cate-list li { display: flex; align-items: center; gap: 5px; } 
.cate-list li::before { content: ''; width: 8px; height: 8px; border-radius: 50%; } 
.cate-list li.meeting::before { background: #CF202F; } 
.cate-list li.exhibit::before { background: #EA7620; } 
.cate-list li.event::before { background:#20CFC0; } 
.cate-list li.watch::before { background: #0477BF; } 
.cate-list li.function::before { background: #FFD700; } 
.cate-list li.other::before { background: #FFD700; } 
.cate-list li.performance::before { background: #4CAF50; } 
#bo_schedule table { width: 100% !important; } 
.fc-theme-standard .fc-dayGridMonth-view td { border: 2px solid #000; box-sizing: border-box; } 
.fc-theme-standard .fc-dayGridMonth-view th { border: 0; padding: 10px 0; font-size: 22px; font-weight: bold; } 
.fc-theme-standard .fc-dayGridMonth-view .fc-scrollgrid { border: 0; } 
.fc-theme-standard .fc-dayGridMonth-view .fc-scrollgrid > tbody { border: 2px solid #000; } 
/* .fc-theme-standard .fc-dayGridMonth-view .fc-scrollgrid > thead { border-top: 2px solid #000; } */
.fc-dayGridMonth-view .fc .fc-scrollgrid { border-collapse: collapse; } 
.fc-theme-standard .fc-dayGridMonth-view td .fc-daygrid-day-number { font-size: 16px; font-weight: bold; padding: 20px 20px 0 20px; } 
.fc-theme-standard .fc-dayGridMonth-view th.fc-day-sun,.fc-theme-standard .fc-dayGridMonth-view td.fc-day-sun .fc-daygrid-day-number { color: #850008; } 
.fc-theme-standard .fc-dayGridMonth-view th.fc-day-sat,.fc-theme-standard .fc-dayGridMonth-view td.fc-day-sat .fc-daygrid-day-number { color: #0066B3; } 
.fc-dayGridMonth-view .fc .fc-daygrid-day-top { justify-content: start; } 
.fc-dayGridMonth-view .custom-event { margin: 0  20px!important; background: none !important; border: 0 !important; padding: 10px 0px !important;box-sizing: border-box;} 
.fc-dayGridMonth-view .custom-event::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; display: block; } 
.fc-dayGridMonth-view .custom-event.meeting::before { background: #CF202F; } 
.fc-dayGridMonth-view .custom-event.exhibit::before { background: #EA7620; } 
.fc-dayGridMonth-view .custom-event.event::before { background:#20CFC0; } 
.fc-dayGridMonth-view .custom-event.watch::before { background: #0477BF; } 
.fc-dayGridMonth-view .custom-event.function::before { background: #FFD700; } 
.fc-dayGridMonth-view .custom-event.other::before { background: #FFD700; } 
.fc-dayGridMonth-view .custom-event.performance::before { background: #4CAF50; } 
.fc-dayGridMonth-view .custom-event .fc-event-main { color: #333 !important; font-size: 16px; display: flex; align-items: center; gap: 5px; } 
.fc-dayGridMonth-view .custom-event .fc-event-main::before { content: ''; width: 8px; height: 8px; border-radius: 50%; } 
.fc-dayGridMonth-view .custom-event.meeting .fc-event-main::before { background: #CF202F; } 
.fc-dayGridMonth-view .custom-event.exhibit .fc-event-main::before { background: #EA7620; } 
.fc-dayGridMonth-view .custom-event.event .fc-event-main::before { background:#20CFC0; } 
.fc-dayGridMonth-view .custom-event.watch .fc-event-main::before { background: #0477BF; } 
.fc-dayGridMonth-view .custom-event.other .fc-event-main::before { background: #FFD700; } 
.fc-dayGridMonth-view .custom-event.function .fc-event-main::before { background: #FFD700; } 
.fc-dayGridMonth-view .custom-event.performance .fc-event-main::before { background: #4CAF50; } 
/* .fc .fc-daygrid-day.fc-day-today { } */
.fc-theme-standard .fc-list-day-cushion {  font-weight: bold; } 



#bo_schedule .fc-day-header { 
padding: 20px; 
font-weight: bold; 
font-size: 22px; 
color: #000; 
 } 

.fc-sun span,
.fc-sun a.fc-day-number { 
color: #850008; 
 } 
.link-w { margin: 80px 0; display: flex; justify-content: end; } 
.link-w .btn-group { width: fit-content; } 
.link-w .btn-group .btn-primary { width: 135px; height: 40px; line-height: 20px; } 
.schedul-btn-box { display: flex; border-radius: 50px; border: 1px solid #ccc; width: fit-content; } 
.schedul-btn-box button { width: 135px; height: 40px; display: flex; justify-content: center; align-items: center; gap: 10px; border-radius: 50px; } 
.schedul-btn-box button.on { background: #000; color: #fff; } 
.schedul-btn-box button path,.schedul-btn-box button rect { fill: #000000; } 
.schedul-btn-box button.on path,.schedul-btn-box button.on rect { fill: #fff; } 
.popup-info-area { position: absolute; top: 20%; left: 20%; z-index: 41; display: none; } 
.popup-info-area .popup-info-wrap { box-shadow: 5px 5px 10px #00000056; } 
.popup-info-area .oh-wrap { padding: 40px; background: #fff; border: 2px solid #000; } 
.popup-info-area .popup-box { display: flex; gap: 35px; } 
.popup-info-area .link-change { position: absolute; top: 0; left: 0; background: #00000069; color: #fff; padding: 10px; } 
.popup-info-area .img-box { width: 300px; display: flex;align-items: center;justify-content: center;} 
.popup-info-area .img-box a{display: block;width: 100%;}
.popup-info-area .img-box img{ box-shadow: 5px 5px 10px #00000057;} 
.popup-info-area .text-box { width: 340px; } 
.popup-info-area strong { display: block; font-size: 18px; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #ccc; color: #000; line-height: 1.4; } 
.popup-info-area strong span {display: block;}
.popup-info-area strong span.eng_tit {color:#666;}
.popup-info-area i { display: block; padding: 5px 10px; border-radius: 30px; width: fit-content; color: #fff; margin-bottom: 20px; font-size: 12px; } 
.popup-info-area i.meeting { background: #CF202F; } 
.popup-info-area i.exhibit { background: #EA7620; } 
.popup-info-area i.event { background:#20CFC0; } 
.popup-info-area i.watch { background: #0477BF; } 
/* .popup-info-area i.function { background: #FFD700; }  */
.popup-info-area i.other { background: #FFD700; } 
.popup-info-area i.performance { background: #4CAF50; } 
.popup-info-area dl { display: flex; flex-wrap: wrap; gap: 20px; width: 100%; font-size: 14px; } 
.popup-info-area dl dt { width: 80px; border-right: 1px solid #ccc; font-weight: bold; } 
.popup-info-area dl dd { width: calc(100% - 100px); color: #666; } 
.popup-info-area .btn-close { position: absolute; top: 40px; right: 40px; width: 24px; height: 24px; } 
.popup-info-area .btn-close::before,.popup-info-area .btn-close::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(45deg); display: block; width: 24px; height: 2px; background: #000; } 
.popup-info-area .btn-close::after { transform: translate(-50%, -50%) rotate(-45deg); } 
#container_wr { position: relative; } 
.top-area { margin: 40px 0 70px; gap: 10px; } 
.color-red{color:#d4000e}

#gall_ul { border-top: 2px solid #000; border-left: 2px solid #000; } 
/* #gall_ul .gall_li { aspect-ratio: auto 1 / 1; position: relative; } */
#gall_ul .gall_li { position: relative; border-right: 2px solid #000; border-bottom: 2px solid #000; aspect-ratio: auto 1 / 1; } 
/* #gall_ul .gall_li+li { border-left: 2px solid #000; } */
#gall_ul .gall_li .gall_box,#gall_ul .gall_li .gall_box .gall_con,#gall_ul .gall_li .gall_box .gall_text_href { height: 100%; } 
#gall_ul .gall_li a { padding: 40px 20px; height: 100%; } 
#gall_ul .bo_tit { justify-content: space-between; height: 100%; } 
#gall_ul .gall_li strong { font-size: clamp(18px, calc( 22 / var(--inner) * 100vw ), 22px); font-weight: bold; margin-top: 15px; } 
#gall_ul .gall_li span { display: flex; gap: 8px; align-items: center; } 
#gall_ul .gall_li span::before { content: ''; width: 8px; height: 8px; border-radius: 50%; } 
#gall_ul .gall_li span.meeting::before { background: #CF202F; } 
#gall_ul .gall_li span.exhibit::before { background: #EA7620; } 
#gall_ul .gall_li span.event::before { background: #20CFC0; } 
#gall_ul .gall_li span.watch::before { background: #0477BF; } 
/* #gall_ul .gall_li span.function::before { background: #FFD700; }  */
#gall_ul .gall_li span.other::before { background: #FFD700; } 
#gall_ul .gall_li span.performance::before { background: #4CAF50; } 
.gall_box .gall_chk { position: absolute; top: 0; left: 0; } 
#bo_gall { display: none; } 

.fc-theme-standard .fc-list { border: 0; } 
.fc .fc-listWeek-view { border-top: 2px solid #000; border-bottom: 2px solid #000; } 
.fc-theme-standard td, .fc-theme-standard th { border: 0; } 
.fc .fc-list-table td { padding: 0 14px; } 
.fc .fc-daygrid-day-top { justify-content: start; } 
.fc .fc-dayGridMonth-view { border-top: 2px solid #000; } 
/* .fc-day,.fc .fc-daygrid-day-frame { height: auto; min-height: fit-content; } */
/* .fc-daygrid-day-frame::after,.fc-daygrid-day-frame::before { display: none; } 
.fc-daygrid-day-events::after,.fc-daygrid-day-events::before { display: none; } */


.bo_area { position: relative; } 
/* .bo_area .col { position: absolute; top: 0; display: block; width: 2px; height: 100%; background: #000; } 
.bo_area .row { position: absolute; left: 0; display: block; width: 100%; height: 2px; background: #000; } 
.bo_area .col.col01 { left: calc(25% - 1px); } 
.bo_area .col.col02 { left: calc(50% - 2px); } 
.bo_area .col.col03 { left: calc(75% - 3px); } */
.fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child > div { display: flex; gap: 10px; align-items: center; } 
.fc .fc-toolbar-title { font-size: 46px; font-weight: 900; margin-right: 10px; color: #000; line-height: 1; } 
.fc .fc-button .fc-icon { display: none; } 
.fc .fc-button { background: url(../../../img/common/ico-arr-left-01.svg)no-repeat center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #000; transition: 0.5s; } 
.fc .fc-button.fc-next-button { transform: rotate(180deg); } 
.fc .fc-button:hover { background: url(../../../img/common/ico-arr-left-01-point.svg)no-repeat center; border: 1px solid var(--point); } 


#bo_gall .gall_box { margin: 0 !important; } 
.sub-eventschedule { padding-bottom: 80px; } 
.fc-h-event .fc-event-main-frame{width: calc(100% - 13px);}
.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
#bo_gall .gall_text_href{margin: 0 !important;}



@media (max-width: 1600px) {
    .fc-dayGridMonth-view .custom-event{margin: 0 10px !important;}
 }
@media (max-width: 1200px) { 
 #gall_ul .gall_li a { padding: 20px; } 
 .fc-theme-standard .fc-dayGridMonth-view td .fc-daygrid-day-number { padding: 10px 10px 0 10px; } 
 } 
@media (max-width: 1100px) { 
 #bo_gall .gall_li { width: calc(100% / 3); } 
 .bo_area .col.col01 { left: calc(33.333% - 1px); } 
.bo_area .col.col02 { left: calc(66.6666% - 2px); } 
.bo_area .col.col03 { display: none;; } 
 } 
@media (max-width: 900px) { 
 .popup-info-area { position: fixed; top: 0 !important; left: 0 !important; right: auto !important; width: 100%; height: 100vh; z-index: 1001; } 
 .popup-info-area .bg { background: #00000049; width: 100%; height: 100%; } 
 .popup-info-area .popup-info-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
 .popup-info-area .img-box { width: 200px; } 
 .popup-info-area .text-box { width: 220px; } 
 .popup-info-area dl { gap: 10px; } 
 .popup-info-area dl dt { width: 50px; } 
 #bo_schedule .cate-list{position: relative;top: 0;margin-bottom: 20px;}
 } 
@media (max-width: 768px) { 
 #bo_gall .gall_li { width: calc(100% / 2); } 
 #bo_schedule > .inner { width: 100% !important; } 
 .fc .fc-toolbar.fc-header-toolbar { margin-bottom: 20px !important; } 
 .cate-list { gap: 15px; } 
 .fc .fc-view-harness { height: 70vh !important; border: 2px solid #000;}
 .fc-theme-standard .fc-list{height: 100%;overflow: auto;}
 .fc-theme-standard .fc-list::-webkit-scrollbar { width: 3px; } 
 .fc-theme-standard .fc-list::-webkit-scrollbar-thumb { background: #850008; } 
 .fc .fc-list-table td { padding: 5px 14px; } 
 .fc .fc-scroller{height: 100%;}
 .fc-list-table tbody tr:last-child td:last-child{padding-bottom: 15px;}
 } 
@media (max-width: 600px) { 
 .popup-info-area .oh-wrap { padding: 40px 20px 20px; width: 90vw; overflow: hidden; } 
 .popup-info-area .popup-box { flex-direction: column; gap: 20px; overflow: auto; height: 70vh; } 
 .popup-info-area .popup-box::-webkit-scrollbar { width: 3px; } 
 .popup-info-area .popup-box::-webkit-scrollbar-thumb { background: #850008; } 
 .popup-info-area .img-box,.popup-info-area .text-box { width: 100%; } 
 .popup-info-area strong { padding-bottom: 10px; margin-bottom: 10px; } 
 .popup-info-area i { margin-bottom: 10px; } 
 .popup-info-area .btn-close { top: 10px; right: 20px; } 

 } 
@media (max-width: 575px) { 
 #captcha_audio { display:none !important; } 
 .xs-100 { width: 100%; } 
 .xs-full { width: 100vw; position: relative; /* margin-top: -36px; */margin-left: -50vw; left: 50%; } 
 .xs-full td { padding: 8px 18px; } 
 .list-icon { width: 18px; height: 18px; vertical-align: text-top; } 
 .comm-icon { width: 24px; height: 24px; } 
 } 
 @media (max-width: 500px) { 
    .cate-list{gap: 10px;}
 .top-area { margin: 20px 0 40px; } 
#bo_gall .gall_li { width: 100%; }
 }

/* 게시판 — 게시물 없을 때 빈 영역 (li/td 양식 공용) */
.empty_list {display:flex;align-items:center;justify-content:center;height:300px;width:100%;padding:0;text-align:center;color:#888;list-style:none}
td.empty_table {height:300px;text-align:center;vertical-align:middle;color:#888}