@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'GangwonEducationSaeum';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduSaeeum_OTFMediumA.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

/******** subTit CSS *****/
#subTit {
	height: 34rem;
	background-position: center center;
	background-repeat: no-repeat;
}
.subTitBg-01 {
	background-image: url(../../main/images/sub-img_01.jpg);
}
.subTitBg-02 {
	background-image: url(../../main/images/sub-img_02.jpg);
}
.subTitBg-03 {
	background-image: url(../../main/images/sub-img_03.jpg);
}
.subTitBg-04 {
	background-image: url(../../main/images/sub-img_04.jpg);
}
.subTitBg-05 {
	background-image: url(../../main/images/sub-img_05.jpg);
}
.subTitBg-06 {
	background-image: url(../../main/images/sub-img_06.jpg);
}
.subTitBg-07 {
	background-image: url(../../main/images/sub-img_07.jpg);
}
.subTitBg-08 {
	background-image: url(../../main/images/sub-img_08.jpg);
}
.subTitBg-09 {
	background-image: url(../../main/images/sub-img_09.jpg);
}
#subTit .inner2 {
	height: 100%;
}
#subTit h1 {
	font-size: 6rem;
	color: #fff;
}
#subTit .ui.breadcrumb {
	position: absolute;
	bottom: 3rem;
	right: 0;
}
#subTit .ui.breadcrumb .section {
	font-size: 1.5rem;
	color: #fff;
}
#subTit .ui.breadcrumb span {
	margin: 0 0.5rem;
}
#subTit .ui.breadcrumb a:hover {
	text-decoration: underline;
}
/***** subBody *******/
#subBody {
	padding: 10rem 0;
	background: var(--bg);
	overflow: hidden;
}
#subBody.padZero {
	padding: 0 0 8rem 0;
	overflow: visible;
}
#subBody .leftBg {
	position: relative;
	overflow: hidden;
	margin-top: 10rem;
	margin-bottom: -12rem;
	padding: 7rem 0 12rem 0;
}
#subBody .leftBg:before {
	content: "";
	position: absolute;
	display: block;
	background-color: #e7e7e7;
	width: 56.4rem;
	height: 100%;
	left: 0;
	bottom: 0;
}
#subBody .greetings dd {
	width: 49.5rem;
}
#subBody .greetings dd img {
	width: 100%;
}
#subBody .greetings dt {
	width: calc(100% - 60rem);
	padding-top: 3rem;
}
#subBody .greetings dt h5, #subBody .greetings dt p {
	line-height: 170%;
}
#subBody .greetings dt h5 + p, #subBody .greetings dt p + h5 {
	margin-top: 6rem;
}
#subBody .greetings dt p + p {
	margin-top: 4rem;
}
#subBody .greetings dt h5 .ceoSign {
	display: inline-block;
	margin-left: 2rem;
	font-family: 'YiSunShinRegular';
	font-size: 3.6rem;
	font-weight: 500;
}
/****** listWrap CSS ******/
.listWrap .item + .item {
	margin-top: 6rem;
}
.listWrap .item .img {
	width: 50rem;
}
.listWrap .item .cont {
	width: calc(100% - 58rem);
}
.listWrap .item h5 + .dot {
	margin-top: 2rem;
}
.listWrap .item .dot + .ui.button.green {
	margin-top: 3rem;
	font-size: 1.7rem;
	padding: 1.2rem 3rem;
	border-radius: 3rem;
	background-color: #149f5c;
}
.listWrap .item .dot li {
	padding-left: 11.5rem;
	color: #333;
}
.listWrap .item .dot li .tit {
	position: absolute;
	top: 0;
	left: 1.5rem;
	width: 10rem;
	color: #999;
}
/******* STEPS CSS *******/
.ui.ordered.steps {
	width: 100%;
}
.ui.steps .step:first-child {
	border-radius: 0.5rem 0 0 0.5rem;
}
.ui.steps .step:last-child {
	border-radius: 0 0.5rem 0.5rem 0;
}
.ui.ordered.steps .step {
	padding: 2rem;
}
.ui.ordered.steps.four .step {
	width: 25%;
}
.ui.ordered.steps.four .step:before {
	display: none;
}
.ui.ordered.steps.four .active:after, .ui.ordered.steps.four .active {
	background-color: #10A05C;
}
.ui.ordered.steps.four .step>.icon {
	width: 3.6rem;
	height: 3.6rem;
	margin: 0 2rem 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.ui.ordered.steps.four .step .icon.step-01 {
	background-image: url(../../main/images/step-icon_01.png);
}
.ui.ordered.steps.four .step .icon.step-02 {
	background-image: url(../../main/images/step-icon_02.png);
}
.ui.ordered.steps.four .step .icon.step-03 {
	background-image: url(../../main/images/step-icon_03.png);
}
.ui.ordered.steps.four .step .icon.step-04 {
	background-image: url(../../main/images/step-icon_04.png);
}
.ui.ordered.steps.four .step.active .icon.step-01 {
	background-image: url(../../main/images/step-wh-icon_01.png);
}
.ui.ordered.steps.four .step.active .icon.step-02 {
	background-image: url(../../main/images/step-wh-icon_02.png);
}
.ui.ordered.steps.four .step.active .icon.step-03 {
	background-image: url(../../main/images/step-wh-icon_03.png);
}
.ui.ordered.steps.four .step.active .icon.step-04 {
	background-image: url(../../main/images/step-wh-icon_04.png);
}
.ui.ordered.steps.four .step.completed:before,
.ui.steps.four .step.completed>.icon:before {
	display: none;
}
.ui.ordered.steps.four p, .ui.ordered.steps.four h5 {
	color: #787878;
}
.ui.ordered.steps.four .active p, .ui.ordered.steps.four .active h5 {
	color: #fff;
}
/********.boxWrap CSS *******/
.ui.ordered.steps + .boxWrap, .ui.ordered.steps + .borderBox {
	margin-top: 8rem;
}
/*.boxWrap .provision {
	-webkit-appearance: none;
	tap-highlight-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	height: 32rem;
	overflow-y: auto;
	padding: 4rem;
}
.boxWrap table {
	width: 100%;
	border-top: 0.2rem solid rgba(0, 0, 0, 0.5);
}
.boxWrap table thead th {
	color: #333;
	background-color: #e7e7e7;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
	padding: 1.2rem;
	margin: -0.1rem;
	text-align: center;
}
.boxWrap table tbody td {
	color: #787878;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
	padding: 1.2rem;
	margin: -0.1rem;
	text-align: center;
}
.boxWrap table thead th:first-child, .boxWrap table tbody td:first-child {
	border-left: none;
}
.boxWrap table thead th:last-child, .boxWrap table tbody td:last-child {
	border-right: none;
}
.txtRight.bntCancle, .boxWrap table + h6, .boxWrap h5 + p, .boxWrap p + h6, .boxWrap h6 + .number {
	margin-top: 4rem;
}
.txtRight + .boxWrap {
	margin-top: 6rem;
}
.boxWrap + .txtRight {
	margin-top: 3rem;
}
.bntWrap.txtCenter {
	margin-top: 8rem;
}
.boxWrap h6 .wTxt {
	display: inline-block;
	margin: 0 3rem;
}
.boxWrap .psTxt {
	margin-top: 4rem;
}
.boxWrap .psTxt, .boxWrap .number li {
	position: relative;
	word-break: keep-all;
	padding-left: 3rem;
}
.timeWrap label.timeBox, .boxWrap + .txtRight label, .reservationBox .timeSel .option .item label {
	cursor: pointer;
}
.boxWrap .psTxt:before, .boxWrap .number li:before {
	position: absolute;
	display: block;
	width: 2.2rem;
	margin-right: 0.8rem;
	top: 0px;
	left: 0px;
	text-align: right;
}
.boxWrap .psTxt:before {
	content: "※";
}
.boxWrap .number li:nth-child(1):before {
	content: "1.";
}
.boxWrap .number li:nth-child(2):before {
	content: "2.";
}
.boxWrap .number li:nth-child(3):before {
	content: "3.";
}
.boxWrap .number li:nth-child(4):before {
	content: "4.";
}
.boxWrap .number li:nth-child(5):before {
	content: "5.";
}
.boxWrap .number li:nth-child(6):before {
	content: "6.";
}
.boxWrap .number li:nth-child(7):before {
	content: "7.";
}
.boxWrap .number li:nth-child(8):before {
	content: "8.";
}
.boxWrap .number li:nth-child(9):before {
	content: "9.";
}
.boxWrap .number li:nth-child(10):before {
	content: "10.";
}
.boxWrap .number li:nth-child(11):before {
	content: "11.";
}
.boxWrap .number li:nth-child(12):before {
	content: "12.";
}
.boxWrap .number li:nth-child(13):before {
	content: "13.";
}
.boxWrap .number li:nth-child(14):before {
	content: "14.";
}
.boxWrap .number li:nth-child(15):before {
	content: "15.";
}
.bntWrap .ui.button.big {
	font-size: 2rem;
	padding: 1.5rem 3rem;
	border-radius: 0.5rem;
}*/

/******* reservationBox old CSS ******/
/*.reservationBox {
	position: relative;
	margin-top: 8rem;
	padding: 6rem;
	border-radius: 1rem;
	border: 0.3rem solid rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.ui.ordered.steps + #bbsWrap {
	margin-top: 6rem;
}*/
.reservationBox h4, 
.ApplicationForm h4 {
	margin-bottom: 2rem;
	color: #10A05C;
}
.reservationBox .block + .block,
.ApplicationForm #receipt + #bbsInput,
.ApplicationForm .fieldList + h4,
#scheduleTable + h4 {
	margin-top: 6rem;
}
.k-picker.k-dropdownlist {
	height: 4rem;
	width: 24rem;
}
.k-list-md .k-list-item, .k-list-md .k-list-optionlabel, .k-list-md .k-list-custom-value {
	font-size: 1.5rem;
	line-height: 170%;
}
.k-list .k-item, .k-popup .k-list .k-list-item-text, .k-upload .k-upload-files .k-file-name {
	line-height: 170%;
}

.reserved-label {
	display: inline-block;
	color: #c80000;
	font-size: 0.9em;
	margin-left: 0.5rem;
}
#selectionDisplay {
	padding: 2rem;
	border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
#selectionDisplay li {
	font-size: 1.7rem;
	line-height: 140%;
	color: #333;
	margin: 0;
}
#options .optionsList,
.reservation .fieldList li .con .fields {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3rem;
}
.reservation .fieldList li .con .field + .field,
#options .optionsList .k-checkbox-label {
	margin-left: 0 !important;	
}
#options .k-checkbox-label .opt-label {
	margin-left: 0.5rem;
}
#receipt table, #scheduleTable {
	width: 100%;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
}
#receipt table thead th,
#receipt table tbody td,
#receipt table tfoot th,
#scheduleTable th,
#scheduleTable td {
	padding: 1.5rem;
	text-align: left;
	font-size: 1.7rem;
	line-height: 140%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
#receipt table thead th:first-child,
#receipt table tbody td:first-child,
#receipt table tfoot th:first-child,
#scheduleTable th:first-child,
#scheduleTable td:first-child {
	border-left: none;
}
#receipt table tfoot th {
	border-bottom: none;	
}
#receipt table thead th,
#receipt table tfoot th,
#scheduleTable th {
	color: #333;
	background: #f7f7f7;
}
#receipt table tfoot th#totalPrice {
	font-size: 1.8rem;
	color: #c80000;
}
.borderBox {
	padding: 6rem;
	text-align: center;
	background-color: #f7f7f7;
	border: 0.1rem solid rgba(0, 0, 0, 0.15);
}

.current.situation table td:nth-child(1) {
	width: 24rem;
}
.current.situation table.ui.celled.table {
	width: 100%;
	border: 0.1rem solid #ddd;
}
.current.situation td.date-cell {
	font-weight: 700;
	background: #f6f6f6;
}
.current.situation td.slot-cell {
	text-align: center;
	vertical-align: middle;
	padding: 0.5em;
	cursor: pointer;
}
.current.situation .available {
	background-color: #fff;
}
.current.situation td.date-cell.holiday {
	background-color: #fdecea;
	/*color: #c00;*/
}
.current.situation td.slot-cell.holiday {
	background-color: #f0f0f0;
	color: #777;
	cursor: default;
}
.current.situation .status-예약완료 {
	background-color: #ffe6e6;
	cursor: default;
}
.current.situation .status-심사중 {
	background-color: #fff9e6;
	cursor: default;
}
.current.situation .status-입금대기 {
	background-color: #e6f7ff;
	cursor: default;
}
.current.situation td.available:hover {
	background-color: #e6ffe6;
}
.current.situation .status-text {
	font-size: 1.6rem;
	color: #333;
}
#subBody .tabZone a {
	font-size: 1.7rem;
	line-height: 140%;
	transition: font-size .18s ease, color .18s ease, background-color .18s ease !important;
	padding: 2rem;
}
#subBody .tabZone a:hover, #subBody .tabZone a.on {
	font-family: 'Pretendard-Bold';
	font-size: 1.8rem;
	text-decoration: none;
	color: #333;
	background-color: #f7f7f7;
}
.greenBox {
	margin: 6rem auto;
	padding: 4rem;
	background-color: rgb(16, 160, 92, 0.1);
	border: 0.2rem dashed #10A05C;
}
.greenBox h4 {
	margin-bottom: 2rem;
}
.greenBox p {
	color: #333;
}
#bbsList table td label.ui.button {
	width: 9rem;
	font-size: 1.5rem;
	line-height: 140%;
	padding: 1rem;
	margin: 0 auto;
	cursor: inherit;
}
#bbsList table td label.ui.button.yellow {
	cursor: pointer;
}
.ui.modal .k-textbox:focus, .ui.modal .k-textarea.k-focus {
	border: 0.2rem solid #444 !important;
	outline: none;
}
.unit {
	margin: 0 auto;
}
.unit + .unit {
	margin-top: 8rem;
	padding-top: 8rem;
	border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
}
.unit h4 {
	width: 24rem;
}
.unit .unitInfo {
	width: calc(100% - 32rem);
	overflow: hidden;
}
.unit .unitInfo p + h5,
.unit .unitInfo ul + h5,
.unit .unitInfo ol + h5,
.unit .unitInfo .linkUrl + h5,
.unit .unitInfo .bookingProc + h5,
.unitInfo .grid + h5 {
	margin-top: 4rem;
}
table.general + p {
	margin-top: 2rem;
}
.unit .unitInfo h5 {
	margin-bottom: 0.5rem;
}
.linkUrl {
	display: block;
	width: 50%;
	min-width: 42rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.2);
	position: relative;
	background-color: #fff;
	cursor: pointer;
	padding: 3rem 8rem 3rem 3rem;
	border-radius: 0.8rem;
	color: #333;
	margin: 2rem 0 0 0;
}
.linkUrl span {
	display: block;
}
.linkUrl span.tit {
	font-size: 2rem;
	line-height: 160%;
	font-family: 'Pretendard-SemiBold';
}
.linkUrl span.home {
	position: absolute;
	top: 3rem;
	right: 3rem;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background-color: #F1F1F1;
	background-image: url(../../main/images/home.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 2.4rem;
}
.linkUrl:hover, .linkUrl:hover a, .linkUrl:hover.home {
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	-moz-transition: background-color 0.3s ease, color 0.3s ease;
	-o-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.linkUrl:hover {
	background-color: #2e3a59;
	color: #fff;
}
.linkUrl:hover .home {
	background-color: #fff;
}
table.general {
	width: calc(100% + 0.2rem);
	margin: 0;
	padding: 0;
	margin-left: -0.1rem;
	border-top: 0.2rem solid rgba(0, 0, 0, 0.75);
}
table.general thead th {
	color: #333;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.2rem solid rgba(0, 0, 0, 0.75);
}
table.general tbody td {
	color: #666;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
table.general th, table.general td {
	padding: 1rem;
}
.bookingProc {
	background-color: #f7f7f7;
	border-radius: 2rem;
	padding: 3rem calc((100% - 88rem) /2);
}
.bookingProc .oneBlock {
	width: 28rem;
}
.bookingProc .nbsp {
	width: 4rem;
	font-size: 3.6rem;
	font-family: 'Pretendard-SemiBold';
	line-height: 140%;
}
.bookingProc .twoBlock {
	width: 56rem;
}
.bookingProc .item {
	width: 12rem;
	height: 12rem;
	padding: 1rem;
	border-radius: 50%;
	color: #fff;
	font-family: 'Pretendard-SemiBold';
	text-align: center;
	margin: 3rem 1rem;
	background-color: #97989c;
	word-break: keep-all;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bookingProc .item:nth-child(n+5) {
	background-color: #f5b500;
	color: #333;
}

/******* story 51 CSS *******/
:root {
	 --brand: #4db798;      /* 옅은 메인 색상 */
	 --brand-ink: #3a8d72;  /* 조금 더 진한 보조색 */
	 --bg: #f7f8fa;
	 --card: #ffffff;
	 --ink: #1f2937;
	 --muted: #6b7280;
	 --line: #e5e7eb;
	 --radius: 1.6rem;
	 --shadow: 0 0.6rem 2rem rgba(0,0,0,.07);
}
.full-bleed {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
}
/*#subBody .site-header {
	position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    padding-inline: 2rem;
    left: auto; 
    transform: none;
	padding-top: 4rem;
}
#subBody .site-header .wrap {
    padding: 1rem 0;
}
#subBody .site-header.is-stuck {
    box-shadow: 0 0.8rem 2.4rem rgba(0,0,0,.08);
	padding-top: 0rem;
}*/
#subBody .site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;

    backface-visibility: hidden;
    transform: translateZ(0);     /* 합성 레이어 */
    will-change: transform;       /* 힌트 */

    transition: box-shadow .18s ease, border-color .18s ease;
}
#subBody .site-header .wrap {
    padding: 4rem 1.6rem;
}
#subBody .site-header.full-bleed.is-stuck {
    box-shadow: 0 0.8rem 1.8rem rgba(0,0,0,.06);
    border-bottom: 0.1rem solid #eef2f7;
}
#subBody .site-header.full-bleed.is-stuck .wrap {
    padding: 2rem 1.6rem;
}
#subHeader-sentinel {
    height: 0.1rem;
}
#subBody .wrap {
	max-width: 150rem;
	margin: 0 auto;
	padding: 0 0 2rem 0;
}
.titlebar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.2rem;
	justify-content: space-between;
}
.titlebar h1 {
	font-size: clamp(1.8rem, 2.6vw, 2.8rem);
	margin: 0;
}
.breadcrumbs {
	font-size: 1.4rem;
	color: var(--muted);
}
.toolbar {
	display: grid;
	grid-template-columns: 1fr auto auto;
	gap: 1rem;
	padding: 1rem 1.4rem;
}
.toolbar .search {
    position: relative;
    max-width: 72rem;
    display: flex;
    gap: 0.6rem;
	align-items: center;
    flex: 1;
}
.toolbar .search input {
	width: 100%;
	height: 4.8rem;
	border-radius: 1rem;
	border: 0.1rem solid var(--line);
	background: var(--bg);
	color: var(--ink);
	padding: 0 4rem 0 1.4rem;
	outline: none;
	transition: border-color .2s ease;
}
.toolbar .search input:focus {
	border-color: var(--brand);
	box-shadow: 0 0 0 0.3rem rgba(11,110,253,.15);
}
.toolbar .search .icon {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	opacity: .6;
}
.select, .viewtoggle {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	border: 0.1rem solid var(--line);
	background: var(--card);
	color: var(--ink);
	height: 4.8rem;
	padding: 0 1.2rem;
	border-radius: 1rem;
}
.select select {
	border: none;
	background: transparent;
	color: inherit;
	outline: none;
}
.viewtoggle button {
	border: none;
	background: transparent;
	cursor: pointer;
	padding: 0.6rem 0.8rem;
	border-radius: 0.8rem;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
}
.viewtoggle button i.large.icon, .viewtoggle button i.large.icons {
	font-size: 1.4rem;
}
.viewtoggle button i.list {
	font-size: 1.4rem;
	line-height: 1;
	vertical-align: middle;
	padding: 0;
}
.viewtoggle button[aria-pressed="true"] {
	background: var(--bg);
}
.viewtoggle svg {
	width: 1.8rem;
	height: 1.8rem;
}
.toolbar .chip {
	border: 0.1rem solid var(--line);
	border-radius: 99.9rem;
	padding: 1.2rem 1.2rem;
	font-size: 1.4rem;
	color: #374151;
	background: #fff;
	cursor: pointer
}
.toolbar .chip[aria-pressed="true"] {
	border-color: var(--brand);
	color: var(--brand)
}
.grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
	gap: 2rem;
	padding: 1.8rem 1.6rem 4rem;
}
#list.list {
	display: none;
	padding: 1rem 1.6rem 4rem;
}
#list.list table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;/*border-radius: 1.2rem;
    box-shadow: var(--shadow);
    background: var(--card);*/
	background-color: #fff;
	border-radius: 1.2rem;
}
#list.list th, .list td {
	font-size: 1.7rem;
	padding: 1.2rem;
	border-bottom: 0.1rem solid var(--line);
	text-align: center;
}
#list.list tr {
	background: #fff;
}
#list.list td:nth-child(2) {
	text-align: left;
}
.card {
	background: var(--card);
	border: 0.1rem solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: transform .12s ease, box-shadow .12s ease;
	isolation: isolate;
}
.card:hover {
	transform: translateY(-0.2rem);
	box-shadow: 0 1rem 2.6rem rgba(0,0,0,.09);
}
.thumb {
	border-bottom: 0.1rem solid var(--line);
	aspect-ratio: 4/3;
	position: relative;
	display: grid;
	place-items: center;
	background-size: cover;
	background-position: center;
}
.thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.0);
}
.thumb .badge {
	position: absolute;
	left: 1rem;
	top: 1rem;
	background: var(--brand);
	color: #fff;
	font-weight: 700;
	padding: 0.4rem 0.8rem;
	border-radius: 99.9rem;
	font-size: 1.2rem;
	z-index: 2; /* 레이어 위에 표시 */
}
.thumb .docicon {
	width: 5.4rem;
	height: 5.4rem;
	opacity: .75;
}
.body {
	padding: 1.4rem;
	display: grid;
	gap: 1rem;
}
.title {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.35;
	color: #333;
}
.meta {
	font-size: 1.4rem;
	color: var(--muted);
}
.actions {
	display: flex;
	gap: 0.8rem;
	margin-top: 0.2rem;
}
.btn {
	font-size: 1.6rem;
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 1.1rem;
	border-radius: 0.8rem;
	border: 0.1rem solid var(--line);
	background: var(--card);
	cursor: pointer;
	text-decoration: none;
}
.btn.brand {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
}
.btn.active {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(56, 154, 128, .12);
}
.btn.primary {
	background: var(--brand);
	color: #fff;
	border-color: var(--brand);
}
.btn:hover {
	filter: brightness(0.97);
}
.empty {
	text-align: center;
	padding: 4rem;
	color: var(--muted);
}
.viewer {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,.6);
	display: grid;
	place-items: center;
	z-index: 100;
}
.viewer.hidden {
	display: none;
}
.viewer-dialog {
	width: min(120rem, 96vw);
	height: min(90vh, 90rem);
	background: var(--card);
	border-radius: 1.8rem;
	overflow: hidden;
	box-shadow: 0 2rem 6rem rgba(0,0,0,.35);
	display: grid;
	grid-template-rows: auto 1fr;
	border: 0.1rem solid var(--line);
}
.viewer-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.2rem;
	border-bottom: 0.1rem solid var(--line);
	gap: 1rem;
}
.viewer-body {
	flex: 1 1 auto;
	min-height: 0;
}
#pdfFrame {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.vh-left, .vh-right {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}
.vh-title {
	font-weight: 700;
}
.iconbtn {
	border: 0.1rem solid var(--line);
	background: var(--card);
	border-radius: 1rem;
	height: 3.8rem;
	padding: 0 1rem;
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	cursor: pointer;
}
.iconbtn.primary {
	background: var(--brand);
	color: #fff;
	border-color: var(--brand);
}
.iconbtn svg {
	width: 1.8rem;
	height: 1.8rem;
}
.viewer-body {
	position: relative;
}
.viewer-body iframe, .viewer-body embed {
	width: 100%;
	height: 100%;
	border: 0;
}
.sr-only {
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	padding: 0;
	margin: -0.1rem;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
#closeWin {
	font-weight: 700;
}
/******* 전시 CSS ******/
#subBody .tabZone {
	width: calc(100% - 3.2rem);
	margin: 6rem auto;
}
#subBody .tabZone a:hover,
#subBody .tabZone a.active {
	font-family: 'Pretendard-Bold';
	font-size: 1.8rem;
	text-decoration: none;
	color: #fff;
	background-color: #2e3a59;
}
.dispaly .toolbar .select #sort {
	width: 16rem;
}
.grid.three {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr));
	gap: 2rem;
}
.grid.three .card {
	background: var(--card);
	border: 1px solid var(--line);
	border-radius: 1.4rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.grid.three .thumb {
	aspect-ratio: 4/3;
	overflow: hidden;
}
.grid.three .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.grid.three .content {
	padding: 1.6rem;
}
.grid.three .period {
	font-size: 1.7rem;
	margin: 1rem 0 0.3rem 0;
}
.grid.three .place {
	font-size: 1.7rem;
	margin-bottom: 3rem;
}
.grid.three .price {
	font-family: 'Pretendard-SemiBold';
	color: #e55347;
}
#productGrid.grid.three .body {
	padding: 2rem;
}
.grid.three .status {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	padding: 0.4rem 0.6rem;
	border-radius: 99.9rem;
	font-size: 1.4rem;
}
.grid.three .status.current {
	background: rgba(56,189,248,.15);
	color: #0ea5e9;
}
.grid.three .status.upcoming {
	background: rgba(74,222,128,.12);
	color: #10b981;
}
.grid.three .status.past {
	background: rgba(248,113,113,.12);
	color: #ef4444;
}
.grid.three .muted {
	color: var(--muted);
}
.grid.three .ui.button.tiny {
	font-size: 1.4rem;
	padding: 0.6rem 1.5rem;
	border-radius: 0.3rem;
}

/******** Detail Drawer *******/
.drawer {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 50;
}
.drawer.active {
	display: block;
}
.drawer .panel {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: min(120rem, 92vw);
	max-height: 92vh;
	background: var(--card);
	border: 0.1rem solid var(--line);
	border-radius: 1.6rem;
	box-shadow: var(--shadow);
	overflow: hidden;
	animation: fadeUp .25s ease;
}
.drawer .ui.breadcrumb .active.section {
	font-size: 1.4rem;
}
.panel .header {
	padding: 1.5rem 2em;
	border-bottom: 0.1rem solid var(--line);
}
.panel .body {
	padding: 1.6rem;
	overflow: auto;
	max-height: calc(92vh - 5.6rem);
}
.detail-hero {
	display: grid;
 grid-template-columns: 1.1fr .9fr;
	gap: 6rem;
}
.gallery {
	aspect-ratio: 16/10;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--line);
}
.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.chips {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.chip {
	font-size: .78rem;
	border: 1px solid var(--line);
	padding: 2px 8px;
	border-radius: 999px;
	color: var(--muted);
}
/* --- Modal polish overrides --- */
.panel {
	border-radius: 2rem;
}
.panel .header {
	background: linear-gradient(135deg, rgba(56, 154, 128, 0.08), rgba(56, 154, 128, 0.02));
	padding: 1.6rem 3rem;
	border-bottom: 1px solid var(--line);
}
.panel .header .ui.breadcrumb {
	font-weight: 600;
}
.panel .header .ui.breadcrumb a.section {
	color: #2e3a59;
	line-height: 3.9rem;
	font-size: 2rem;
}
.panel .body {
	padding: 3rem;
	overflow: auto;
	max-height: calc(90vh - 6rem);
}
.panel .body .detail-hero h5 {
	margin-top: 2rem;	
}
.gallery {
	border-radius: 1.4rem;
	box-shadow: 0 0.6rem 1.8rem rgba(0,0,0,.12);
}
#detailTitle {
	margin: 0.5rem 0 0 0;
	line-height: 120%;
}
#detailContent p + p,
#detailContent p + h5, 
#detailContent h5 + .dot,
#detailContent h5 + p  {
	margin-top: 3rem;
}
#detailContent h5 + .dot {
	margin-top: 1rem;	
}
.status {
	border: 0.1rem solid var(--line);
	background: rgba(11, 110, 253, 0.06);
	padding: 0.5rem 1.5rem;
	border-radius: 99.9rem;
}
.detail-hero .status {
	display: inline-block;
	margin: 2rem 0 1rem 0;
}
.modal-actions {
	display: flex;
	gap: 1rem;
	align-items: center;
}
.btn-ghost {
	border: 0.1rem solid var(--line);
	background: transparent;
	padding: 0.8rem 1.5rem;
	border-radius: 1rem;
	cursor: pointer;
}
.btn-ghost:hover {
	background: rgba(0, 0, 0, 0.05);
}
.btn-icon {
	border: none;
	background: transparent;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 1rem;
	display: inline-grid;
	place-items: center;
	cursor: pointer;
}
.btn-icon:hover {
	background: rgba(0, 0, 0, 0.06);
}
#list .card .muted,
#list .card template.detail-src { 
	display: none !important;
}
/****** 전시 끝 CSS ******/


/******* 굿즈샵 CSS *******/
.charblock {
	overflow: hidden
}
.charblock.card {
	margin-top: 6rem;
	padding: 4rem;
}
.charblock .hero {
	display: grid;
	grid-template-columns: 42rem 1fr;
	gap: 10rem;
	align-items: center;
}
.charblock .thumb {
	width: 100%;
	padding: 8rem 6rem;
	aspect-ratio: auto;
	background: #f2f2f2;
	border-radius: 1.4rem;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden
}
.charblock .thumb:after {
	display: none;
}
.charblock .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover
}
.charblock h3 {
	margin: 0 0 1rem
}
.tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin: 1rem 0;
}
.tag {
	font-size: 1.3rem;
	color: #fff;
	background: #111827;
	padding: 0.5rem 1.2rem;
	border-radius: 99.9rem
}
.desc {
	color: var(--ink);
	line-height: 1.6
}
.palette {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem
}
.swatch {
	overflow: hidden;
	background: #fff
}
.charblock .chip {
	height: 6.4rem;
	border-radius: 0;
}
.meta {
	padding: 0.8rem;
	font-size: 1.3rem;
	line-height: 1.35;
}
.meta small {
	display: block;
	font-size: 1.2rem;
	color: var(--muted);
}
.chip[data-contrast="low"] {
	outline: none;
	outline-offset: 0.4rem;
}
.charblock.alt .hero {
	grid-template-columns: 1fr 42rem
}
.charblock.alt .hero .thumb {
	order: 2
}
.charblock .tag + .desc {
	margin-top: 1rem;
}
.charblock .desc + h5 {
	margin-top: 6rem;
}
.charblock + hr {
	margin: 6rem auto;
	border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.tabZone + .charblock {
	margin-top: 6rem;
}
.unitInfo .grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.4rem;
	padding: 1rem 0;
}
.unitInfo .grid .card {
	border: 0.1rem solid var(--line);
	background: var(--card);
	border-radius: 1.4rem;
	padding: 1.4rem;
	box-shadow: none;
}
.unitInfo .grid .chip {
	display: inline-block;
	width: 7rem;
	text-align: center;
	padding: 0.3rem 0.8rem;
	border-radius: 99.9rem;
	font-size: 1.3rem;
	background: #111827;
	color: #fff;
	margin-bottom: 0.5rem;
}
.unitInfo .grid .card p {
	margin-top: 1rem;
	font-size: 1.7rem;
}
table.general.txtCenter tbody td {
	font-size: 1.6rem;
	text-align: center;
}
.unitInfo .mediaWall + p.txtCenter {
	margin-top: 1rem;
}
.unitInfo p.txtCenter + .mediaWall {
	margin-top: 4rem;
}
#bbsList .gallery {
	border-radius: 0;
	box-shadow: none;
	border: none;
}
#bbsList .gallery .noncon {
	padding: 4rem 8rem;
	text-align: center;
	font-size: 1.7rem;
	border-top: 0.1rem solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

/******이메일주소수집거부 CSS *******/
.emailBlock {
	max-width: 108rem;
	margin: 0 auto;
}
.emailRefusal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	border-radius: 2rem;
	background-color: #f6f6f6;
	padding: 4rem 8rem;
	margin-bottom: 6rem;
	align-items: center;
}
.emailRefusal h6 {
	display: block;
	width: calc(100% - 24rem);
}
.emailRefusal img {
	display: block;
	width: 18rem;
}
.emailInfo {
	padding: 0 4rem;
}
.emailInfo h5.bigP {
	margin-bottom: 1rem;
}

/******이용약관 CSS *******/
.wrap.law .header {
    background: linear-gradient(135deg, rgba(56, 154, 128, .10), rgba(56, 154, 128, .02));
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 2rem 4rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow);
	text-align: center;
}
.wrap.law .toc h4 {
	margin-bottom: 2rem;	
}
.wrap.law .toc li a:hover {
	text-decoration: underline;
}
.wrap.law .card .table + p,
.wrap.law .card .dot + p {
	margin-top: 2rem;	
}
.wrap.law .badge {
    display: inline-block;
    background: var(--brand);
    color: #fff;
    border-radius: 99.9rem;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    margin-left: 0.8rem;
	vertical-align: middle;
}
.wrap.law .toc {
	background: #fff;
	border: 0.1rem solid var(--line);
	border-radius: var(--radius);
    padding: 3rem 4rem;
	margin: 3rem 0;
	box-shadow: var(--shadow)
}
.toc h5 {
	margin: 0 0 1rem 0
}
.toc ol {
	font-size: 1.6rem;
	margin: 0 0 0 2rem;
	padding: 0
}
.toc a {
	color: var(--brand);
	text-decoration: none
}
.wrap.law .note {
    font-size: 14px;
    color: var(--muted);
}
.wrap.law .card {
	background: #fff;
	border: 0.1rem solid var(--line);
	border-radius: 1.6rem;
	padding: 3rem 4rem;
	margin: 3rem 0;
	box-shadow: var(--shadow)
}
.wrap.law .card h5 {
	margin-bottom: 1rem;	
}
.wrap.law .card h3,
.wrap.law .card h4 {
	margin-bottom: 2rem;	
}
.wrap.law .card p + table {
	margin-top: 1rem;	
}
.wrap.law .card th {
	text-align: center;
	background-color: #f7f7f7;
}
.wrap.law .card  .note {
    background: #f1f5f9;
    border: 0.1rem solid #e2e8f0;
    padding: 1.5rem;
    border-radius: 1rem;
    color: #334155;
    margin-top: 2rem;
	font-size: 1.7rem;
}
.wrap.law .card  .meta {
    color: var(--muted);
    font-size: 1.7rem;
	padding: 1rem 0;
}
.wrap.law .card .icon {
	display: block;
	margin: 0 auto 4rem auto;
}
.wrap.law .card  .icon svg {
	width: 9.4rem;
	height: 9.4rem;
}

/***** 설립목적 ******/
.hero .eyebrow {
    font-size: 1.5rem;
    letter-spacing: .04em;
}
.hero h3 {
	margin: 1rem 0;
}
.hero + .media {
	display: block;
	margin: 2rem 0 6rem 0;
    background: #eef6f3;
    border-radius: 1.6rem;
	overflow: hidden;
}
.cardWrap .card {
	padding: 4rem;
}
.cardWrap .card + .card {
	margin-top: 3rem;	
}
.cardWrap .card  h4 + .item,
.cardWrap .card  .item + .item {
	margin-top: 2rem;	
}
.cardWrap .card .ui.divider {
    margin: 2rem 0;
}
.cardWrap .card.cta {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	gap:1rem;
	flex-direction: row;
}
.cardWrap .card.cta .ui.button {
	border-radius: 0.4rem;
	font-size: 1.6rem;
	padding: 1.5rem 2.5rem;	
}

/* ================= 조직도 Canvas ================= */
.org-wrap {
	position: relative;
	padding: 6rem 4rem;
	border-radius: 1.6rem;
	margin: 2rem auto 6rem auto;

}
.org-grid {
	display: grid;
	grid-template-rows: auto auto auto;
	gap: 3.4rem;
	position: relative;
}
.org-wrap .row {
	display: flex;
	justify-content: center;
	gap: 4rem;
	flex-wrap: nowrap;
}
.org-wrap .node {
	background: var(--card);
	border: 0.1rem solid #e5e7eb;
	border-radius: 1.8rem;
	text-align: center;
	box-shadow: 0 0.6rem 1rem rgba(0,0,0,.05);
	transition: transform .2s, box-shadow .2s, width .2s, padding .2s;
}
/*.node:hover {
	transform: translateY(-0.2rem);
	box-shadow: 0 1.6rem 3.2rem rgba(0,0,0,.08);
}*/

.org-wrap .node {
	width: 22rem;
	padding: 1.5rem;
}
.org-wrap .role {
	font-weight: 700;
	font-size: 1.8rem;
}

/* 레벨별 색감 */
.org-wrap .lvl-1 .node {
	background: linear-gradient(180deg, #3aa287, #2c7d6c);
	color: #fff;
	border: none
}
.org-wrap .lvl-1 .role {
	color: #fff
}
.org-wrap .lvl-2 .node {
	background: #ffffff;
	border: 0.2rem solid #d8efe8
}
.org-wrap .lvl-2 .role {
	color: var(--brand-2)
}
.org-wrap .lvl-3 .node {
	background: #ffffff
}
/* 연결선(SVG, 직각) */
.org-wrap .links {
	position: absolute;
	inset: 0;
	pointer-events: none
}

.org-wrap .links path {
	stroke: #cfd6dd;
	stroke-width: 1;
	fill: none
}

/******** 연락처 ********/
.tdCenter {
	width: 100%;
	overflow: hidden;	
}
.cardWrap h4 + .tdCenter {
	margin-top: 2rem;	
}
.tdCenter table td {
	text-align: center;
}
.tdCenter table td:last-child {
	text-align: left;
}


/******** 관광캐릭터 ********/
.tourCharacterWrap {
	background-color: #fffcf5;
	margin-bottom: 8rem;
	border-radius: 1.6rem;
	overflow: hidden;
}
.tourCharacterWrap .head {
	position: relative;
	background-color: #2c3a57;
	padding: 6rem 4rem 18rem 4rem;
}
.tourCharacterWrap .head .boxBg {
	border-radius: 1.6rem;
	background-color: #fffcf5;
	padding: 3rem 4rem;
}
.tourCharacterWrap .head .boxBg h3 {
	color: #2c3a57;
	font-family: 'Pretendard-Regular';
	font-weight: 400;
	margin-bottom: 1rem;
}
.tourCharacterWrap .head .boxBg h2 {
	color: #2c3a57;
	font-size: 6rem;
}
.tourCharacterWrap .head .character {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	width: 45.5rem;
	height: 31.5rem;
}
.tourCharacterWrap .body {
	padding: 6rem;
}
.tourCharacterWrap .body h4 + h3,
.tourCharacterWrap .body h3 + p,
.tourCharacterWrap .body p + p,
.tourCharacterWrap .body p + h5 {
	margin-top: 3rem;
}
.tourCharacterWrap .body .txtPoint {
	font-family: 'GangwonEducationSaeum';
	font-weight: normal;
}


/******** 상징 ********/
.section-card {
    background: #fff;
    border-radius: var(--radius);
    border: 0.1rem solid #eef2f7;
    box-shadow: var(--shadow);
    padding: 4rem;
}
#story,
#palette {
	margin-top: 4rem;	
}

.section-card .kicker {
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .04em;
}
.section-card h3 {
	margin: 1rem 0;
}
.section-card .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1.8rem;
	padding: 2rem 0;
}
.section-card .col-12 {
    grid-column: span 12;
}
.section-card .col-6 {
    grid-column: span 6;
}

/* 1) LOGO VARIATION */
.section-card .logo-card {
    border: 0.1rem dashed #d1d5db;
    border-radius: 1.4rem;
    padding: 1.8rem;
    background: #fafafa;
}
.section-card .logo-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.2rem;
}
.section-card .tag {
    display: inline-block;
    padding: .6rem 1rem;
    border-radius: 99.9rem;
    font-weight: 700;
    font-size: 1.1rem;
    background: #e2e8f0;
    color: #334155;
}
.section-card .tag.main {
    background: #e5e9f4;
    color: #303c58;
}
.section-card .logo-preview {
    height: 18rem;
    border-radius: 1rem;
    background: repeating-linear-gradient(
        45deg,
        #eef2f7,
        #eef2f7 1rem,
        #f8fafc 1rem,
        #f8fafc 2rem
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-weight: 800;
    text-align: center;
    padding: .8rem;
}
.section-card .logo-preview img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* 2) STORY */
.section-card .f1 { /* 가장 큰 타이포 */
    font-size: 10.8rem;
    line-height: 1.15;
    letter-spacing: -.02em;
    font-weight: 800;
    color: #0f172a;
    margin: 6rem 0;
}
.section-card .f1 .greyTxt {
	display: inline-block;
	font-size: 7.2rem;
	color: #999;
	margin: 0 4rem;
}

/* 3) COLOR PALETTE */
.section-card .swatch {
    border: 0.1rem solid #e5e7eb;
    border-radius: 1.6rem;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}
.section-card .swatch-chip {
    height: 12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-align: center;
	flex-wrap: wrap;
    padding: 3rem 2rem;
}
.section-card h6.txtCenter,
.section-card .on-dark h6,
.section-card .on-light h6 {
	font-family: 'Pretendard-Medium';
	font-weight: 500;
}
.section-card .on-dark h6,
.section-card .on-dark h4 { /* 어두운 배경에서 흰 글자 */
	width: 100%;
    color: #fff;
	text-align: center;
	line-height: 110%;
}
.section-card .on-light h6,
.section-card .on-light h4 { /* 밝은 배경에서 어두운 글자 */
	width: 100%;
	color: #0f172a;
	text-align: center;
	line-height: 110%;
}
.chip-main { /* 어두움 → 흰 글자 */
    background: #2E3A59;
}
.section-card .chip-accent { /* 비교적 진함 → 흰 글자 */
    background: #514263;
}
.section-card .chip-sub { /* 밝음 → 검은 글자 */
    background: #e8dcc8;
}
.section-card .chip-neutral { /* 중간 → 검/흰 중 검 선택 */
    background: #B0B2B5;
}
.section-card .swatch-body {
    padding: 1.4rem 1.4rem 1.6rem;
}

.section-card .swatch-hex {
    font-family: 'Pretendard-Medium';
    opacity: .9;
}
.section-card .bar li {
	font-size: 1.5rem;
    margin-bottom: .4rem;
}
.section-card .bar:before {
	display: none;	
}

/******* 화살표 애니메이션 ********/
.site-header .select {
    position: relative;
    display: inline-block;
}

.site-header .sort-select {
    /* 기본 화살표 숨기기 (브라우저별) */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-size: 1.6rem;
	line-height: 4.4rem;
    min-width: 22rem;
    padding: 0 4rem 0 1.2rem; /* 오른쪽 화살표 공간 확보 */
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}

/* IE용: 배경 이미지 화살표가 보일 수 있어 초기화 */
.site-header .sort-select::-ms-expand { display: none; }

.site-header .select .select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg); /* 기본: 아래쪽(▼) */
    transition: transform .25s ease;          /* 부드러운 회전 */
    pointer-events: none;                     /* 클릭 방해 금지 */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px; height: 16px;
    color: #6b7280;                           /* 필요 시 색상 조정 */
}

/* 오름차순일 때 ▲로 회전 */
.site-header .select .select-arrow.is-up {
    transform: translateY(-50%) rotate(180deg);
}

/* 접근성: 포커스 시 약간의 회전으로 '열림' 느낌 추가(선택사항) */
.site-header .sort-select:focus ~ .select-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.site-header .sort-select:focus ~ .select-arrow.is-up {
    transform: translateY(-50%) rotate(180deg); /* is-up이 우선 */
}


/*******운영안내 CSS *******/
.op-guide.grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 6rem;
	padding: 6rem;
}
.op-guide .col-6 {
	grid-column: span 6;
}
.op-guide .col-12 {
	grid-column: span 12;
}
.info-card {
	padding: 4rem;
	background: var(--bg);
	border-radius: 1.6rem;
	margin-top: 1rem;
	border: 0.1rem solid #eef2f7;
}
.info-card .head {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 1rem;
}
.info-card .icon {
	width: 6.4rem;
	height: 6.4rem;
	flex: 0 0 6.4rem;
	border-radius: 0.8rem;
	display: grid;
	place-items: center;
	background: #ecfdf5;
	color: #0f766e;
	border: 0.1rem solid #eef2f7;
}
.info-card .icon .icon {
	font-size: 3rem;
	margin: 0;
}
.info-card .head p {
	 margin: 0;
	 font-weight: 700;
}
.info-card p {
	margin: .3rem 0 .6rem;
	color: #475569;
}
.info-card .dot li {
    margin-bottom: .2rem;
}
.info-card .dot li::before {
    top: 1rem;
}


/****** 시설안내 ******/
.floor.card, .misc.card {
	padding: 6rem 4rem;
}
.floor.card + .floor.card,
.floor.card + .misc.card,
.misc.card  + .misc.card {
	margin-top: 6rem;	
}
.floor.card .section-head,
.misc.card .section-head {
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    margin-bottom: 2rem;
}
.badge {
    background: var(--brand);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 99.9rem;
    font-size: 1.4rem;
	white-space: nowrap;
}
.floor.card .section-head .sub {
    color: var(--muted);
    font-size: 1.5rem;
}
.floor.card .section-head h4,
.misc.card .section-head h4 {
	line-height: 1.1;
	margin-bottom: 0.5rem;
}
.floor.card .plan {
    background: #fff;
    border: 1px dashed #cfd8e3;
    border-radius: 1.4rem;
    padding: 2rem;
    margin: 1rem 0 2rem 0;
}
.floor.card .plan strong {
	color: #101010;
	font-weight: 700;	
}
.floor.card .note {
    background: #f0fdf4;
    border: 0.1rem solid #dcfce7;
    color: #14532d;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    font-size: 1.5rem;
}
.floor.card .note .item {
	display: inline-block;	
}
.floor.card .note .item + .item {
	margin-left: 2rem;
}
.floor.card .plan h5 {
	margin: 1rem 0 2rem 0;
}
.floor.card h5 {
	margin: 4rem 0 1rem 0;
}
.floor.card  .media {
    aspect-ratio: 16 / 9;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
.table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 1.2rem;
	border: 0.1rem solid #eef2f7;
	background: #fff;
	margin: 1rem 0;
}
.table th, .table td {
	text-align: center;
	padding: 1.2rem 1.4rem;
	border: 0.1rem solid #f1f5f9;
	border-left: none;
}
.table td.txtLeft {
	text-align: left;
}
.table th {
	text-align: center;
	background: #f8fafc;
	color: #334155;
	font-weight: 700;
}
.table tr:last-child td {
	border-bottom: 0;
}
.cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
	gap: 3rem;
}
.cards .card {
	background: #fff;
	border: 0.1rem solid #eef2f7;
	border-radius: 1.4rem;
	box-shadow: none;
	overflow: hidden;
}
.cards .card .media {
	aspect-ratio: 16/9;
	background: #f3f4f6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cards .card .media img {
	max-width: 100%;
	height: auto;
}
.cards .card .body {
	padding: 1.6rem;
}
.cards .card eyebrow {
	font-size: 1.4rem;
	color: var(--muted);
	margin: 0 0 0.5rem 0;
}
.cards .card .desc {
	font-size: 1.6rem;
	margin: 0;
	color: #475569;
}

/*****대관신청 CSS ******/
.section-card.anchor {
	padding: 6rem 4rem;	
}
.section-card.anchor h4 {
	margin-bottom: 1rem;
}
.section-card.anchor + .section-card.anchor {
	margin-top: 6rem;	
}
.section-card.anchor .chip {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1.5rem;
    border-radius: 99.9rem;
    background: #eef7f3;
    color: #0f5132;
    font-size: 1.4rem;
    border: 0.1rem solid #d5efe4;
	margin-right: 1rem;
}
.section-card.anchor .chips .chip {
	margin-right: 0rem;
}
.section-card.anchor .ui.relaxed.list .item {
	padding: 0.5rem 0;
	margin: 0;
}
.section-card.anchor .callout {
    background: #eef7f3;
    border: 0.1rem solid #d5efe4;
    color: #14532d;
    padding: 1rem 2rem;
    border-radius: 1rem;
    font-size: 1.4rem;
}
.section-card.anchor .callout.note {
    padding: 2rem;
    font-size: 1.6rem;
}
.ui.styled.fluid.accordion .title {
    margin: .1rem 0 .5rem;
    line-height: 1.2;
	font-size: 1.8rem;
}
.section-card.anchor b {
	color: #333;	
}
.section-card.anchor .ui.list .list,
.section-card.anchor .ui.list>.item, ol.ui.list,
.section-card.anchor .ul.ui.list {
	padding-left: 2rem;	
	margin-left: 1rem;
}
.section-card.anchor .ui.list .list>.item,
.section-card.anchor .ui.list>.item, ol.ui.list li,
.section-card.anchor .ul.ui.list li {
	position: relative;
	padding: 0.5rem 0;
}
.section-card.anchor .ui.ordered.list .list>.item:before,
.section-card.anchor .ui.ordered.list>.item:before, ol.ui.list li:before {
    margin-left: -2rem;
}
.section-card.anchor .step-card {
    background: #fff;
    padding: 2rem;
    border: 0.1rem dashed #dbe4ef;
    border-radius: 1.4rem;
	margin-top: 1rem;
}
.section-card.anchor .step-card p {
	margin: 1rem 0 2rem 0;	
}
.section-card.anchor .ui.steps .step .title {
    font-family: 'Pretendard-Bold';
    font-size: 1.8rem;
    font-weight: 700;
}
.section-card.anchor .ui.steps .step.active .title {
    color: #389a80;
}
.section-card.anchor .ui.ordered.steps .step:before {
    margin-right: 2rem;
    font-size: 3.2rem;
}
.section-card.anchor .ui.steps .step .description {
    font-size: 1.4rem;
}
.section-card.anchor .ui.list + h5 {
	margin-top: 4rem	
}

/*******대관예약 장소선택 CSS *******/
.reservation .page-head {
	background: #fff;
	border: 0.1rem solid #eef2f7;
	border-radius: var(--radius);
	padding: 4rem;
	box-shadow: var(--shadow);
	margin-bottom: 6rem;
}
.reservation  .kicker {
	font-size:1.4rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #6b7280
}

.reservation  .help {
	color: #64748b;
	font-size: 1.5rem
}
/* block list (one venue = one block) */
.reservation  .stack {
	display: flex;
	flex-direction: column;
	gap: 6rem;
}
.reservation  .venue {
	position: relative;
	display: grid;
	grid-template-columns: 42rem 1fr;
	gap: 4rem;
	width: 100%;
	background: #fff;
	border: 0.1rem solid #e5e7eb;
	border-radius: 1.6rem;
	overflow: hidden;
	box-shadow: var(--shadow);
	transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.reservation  .venue:hover {
	transform: translateY(-0.1rem)
}
.reservation  .venue.is-selected {
	border-color: var(--brand);
	box-shadow: 0 0 0 0.3rem #389a80, var(--shadow);
	outline: 0.2rem solid #389a80 !important;
}
.reservation  .venue input[type="radio"] {
	position: absolute;
	inset: 0;
	opacity: 0;
	cursor: pointer;
}
.reservation  .venue-media {
	position: relative;
	background: #f3f4f6;
	border-right: 0.1rem solid #eef2f7;
}
.reservation  .venue-media::before {
	content: "";
	display: block;
	padding-top: 66.666%;  /* 3:2 ratio */
}
.reservation  .venue-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.reservation  .badge {
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
	background: rgba(0,0,0,.68);
	color: #fff;
	padding: 0.8rem 1.5rem;
	border-radius: 99.9rem;
	font-size: 1.4rem;
}
.reservation  .venue-body {
	padding: 4rem;
}
.reservation  .venue-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.reservation  .venue-head + p {
	margin-top: 3rem;	
}
.reservation  .checkmark {
	flex: 0 0 auto;
	width: 2.8rem;
	height: 2.8rem;
	border-radius: 99.9rem;
	border: 0.2rem solid #cbd5e1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .15s ease;
}
.reservation  .venue.is-selected .checkmark {
	border-color: var(--brand);
	background: var(--brand)
}
.reservation  .venue.is-selected .checkmark i {
	color: #fff !important
}
.reservation  .meta {
	color: #64748b;
	font-size: 1.6rem;
	margin-bottom: 2rem;
	padding: 0;
}
.reservation  .chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 10px 0 8px
}
.reservation  .chip {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #f3f8f6;
	color: #0f5132;
	border: 1px solid #d8eee5;
	font-size:.9rem
}
.reservation  .price {
	margin-top: 1rem;
	font-weight: 700
}
/* footer bar */
.reservation  .footer-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: #ffffffcc;
	backdrop-filter: blur(8px);
	border-top: 0.1rem solid #e5e7eb;
	padding: 2rem;
}
.reservation  .footer-inner {
	max-width: 116rem;
	margin: 0 auto
}
.reservation  .btn-brand {
	background: var(--brand)!important;
	color: #fff!important
}
.reservation  .btn-ghost {
	background: #fff!important;
	color: var(--brand)!important;
	border: 0.1rem solid var(--brand)!important
}
.reservation  .disabled {
	opacity: .5!important;
	pointer-events: none!important
}


.ui.ordered.steps.four h5 {
    font-size: 2.2rem;
	font-family: 'Pretendard-Medium';
	font-weight: 500;
	margin-top: 0.4rem;
}
.reservation  .provision {
	background: #fff;
	border: 0.1rem solid #eef2f7;
	border-radius: var(--radius);
	padding: 6rem 4rem;
	box-shadow: var(--shadow);
	margin-bottom: 2rem;
}
.reservation  .provision h4 {
	margin: 0 0 3rem 0;
}
.reservation  .provision h6 {
	margin: 4rem 0 2rem 0;
}
.reservation  .provision p {
	margin:.35rem 0;
	color: #374151
}
.reservation  .provision .scroll {
	max-height: 26rem;
	overflow: auto;
	border: 1px solid #e5e7eb;
	border-radius: 1.2rem;
	padding: 2rem 4rem;
	background: #fcfdff;
	margin-top: 2rem;
}
.reservation  .provision .scroll h6 {
	margin: 0 0 1rem 0;
}
.reservation  .provision ol.number {
	padding-left: 1.25rem;
	margin:.6rem 0
}
.reservation  .provision ol.number li {
	list-style: decimal;
	margin:.35rem 0
}
.reservation  .provision .psTxt {
	margin-top:.6rem;
	color: #475569
}
.reservation  .txtRight {
	text-align: right;
	margin: 0 0 6rem 0
}
.reservation  .txtCenter {
	text-align: center
}
.reservation  .bntWrap {
	margin-top: 10rem;
}
.reservation  .ui.button.green {
	background: var(--brand)!important;
	color: #fff!important
}
.reservation  .k-radio + label,
.reservation  .k-checkbox + label,
.reservation  .k-timepicker + label,
.reservation  .k-input + label {
    vertical-align: super;
}
.boxWrap .note {
	font-size:1.6rem;
	color: #64748b;
	background: #f2fbf7;
	border: 0.1rem solid #d9efe6;
	padding: 1rem 2rem;
	border-radius: 1.2rem;
	margin: 2rem 0 0 0;
}
.bntWrap .is-disabled {
	opacity: .5;
	pointer-events: none
}
.boxWrap h6 .wTxt {
	display: inline-block;
	margin: 0 3rem;
}
.boxWrap table {
	width: 100%;
	border-collapse: collapse;
}
.boxWrap table th, table td {
	border: 0.1rem solid #e5e7eb;
	padding: 1rem;
	text-align: center
}
.boxWrap table thead th {
	background: #f8fafc;
	font-weight: 700
}

/******대관신청 날짜 시간 선택 CSS *******/
.block{
	background: #fff;
	border-radius: var(--radius);
	border: 0.1rem solid #eef2f7;
	box-shadow: var(--shadow);
	padding: 6rem 4rem;
	margin: 6rem 0 0 0;
}

.grid-table {
	position: relative;
	max-height: 52rem;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 1.6rem;
	border: 0.1rem solid #eef2f7;
	box-shadow: var(--shadow);
}
.grid-table::-webkit-scrollbar { 
	height:1rem;
	width:1rem;
}
.grid-table::-webkit-scrollbar-thumb {
	background: #d1d5db;
	border-radius: 99.9rem;
}
.grid-table table {
	width: max(86rem, 100%);
	border-collapse: separate;
	border-spacing: 0;
}
.grid-table thead th,
.grid-table tbody td {
	border: 0.1rem solid var(--table-border);
	padding: 1rem 2rem;
	background: #fff;
	white-space: nowrap;
	text-align: center;
}

/* 고정 헤더 */
.grid-table thead th {
	position: sticky;
	top: 0;
	z-index: 5;
	background: #fff;
	backdrop-filter: saturate(160%) blur(2px);
}
.grid-table table thead th:first-child,
.grid-table table tbody td:first-child {
	width: 24rem;
}
.grid-table table thead th,
.grid-table table tbody td {
	text-align: left;
	padding: 1.5rem 2rem;
	font-size: 1.6rem;
	line-height: 140%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-left: 0.1rem solid rgba(0, 0, 0, 0.1);
	border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}

.grid-table thead th.date-col {
	left: 0;
	z-index: 6; /* 헤더 일반 셀보다 위 */
}

/* 본문의 첫 열 좌측 고정 */
.grid-table .date-col {
	position: sticky;
	left: 0;
	z-index: 4;
	background: #fff;
	text-align: left;
}
.grid-table .holiday {
	background: #f3f4f6;
}
.grid-table .disabled {
	background: #f3f4f6;
	color: #9ca3af;
	position: relative;
	opacity: 1 !important;
}
.reserved-label {
	position: absolute;
	inset: auto 1rem 1rem auto;
	font-size: 1.1rem;
	background: #fff;
	border: 0.1rem solid #e5e7eb;
	border-radius: 0.6rem;
	padding: 0.3rem 0.6rem;
	color:#666;
}
.k-checkbox-label-text {
	display:inline-block;
	width: 2rem;
	height: 2rem;
}


/* 영수증 */
#receipt table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
#receipt thead th,
#receipt tbody td,
#receipt tfoot th {
	border: 0.1rem solid var(--table-border);
	padding: 1rem;
	background: #fff;
	text-align: center;
}
#receipt thead th:first-child,
#receipt tbody td:first-child,
#receipt tfoot th:first-child { 
	text-align: left;
}
#receipt tfoot th {
	background: #fafafa;
	font-weight:700;
}

/* 버튼 */
.bntWrap {
	display:flex;
	gap: 0.6rem;
	justify-content:center;
}
.ui.button.big {
    font-size: 2rem;
    padding: 1.5rem 3rem;
    border-radius: 0.5rem;
	margin: 0;
}
.ui.button.green {
	background:var(--brand) !important;
	color:#fff !important;
}

.reservation #bbsInput .fieldList:before {
    width: 22rem;
}
.reservation #bbsInput .fieldList li .tit {
    width: 16rem;
}
.reservation #bbsInput .fieldList li .con {
    width: calc(100% - 22rem);
}
/******* 대관현황 ******/
.reservation .legend {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 3rem 0 0 0;
	border-top: 0.1rem dashed var(--border);
	color: #6b7280;
	font-size: 1.4rem;
}
.reservation .legend .chip {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 1.4rem;
}
.reservation .chip .dot {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 99.9rem;
	display: inline-block;
}
.reservation .dot.ok {
	background: #16a34a;
}
.reservation .dot.warn {
	background: #d97706;
}
.reservation .dot.info {
	background: #2563eb;
}
.reservation .dot.danger {
	background: #dc2626;
}
.reservation .dot.holiday {
	background: #9ca3af;
}
.reservation .dot.line {
	background: #16a34a;
	border: 0.2rem dashed #16a34a;
	width: 1.5rem;
	height: 1.5rem;
}
.reservation .table-wrap {
	overflow: auto;
	position: relative;
}
.reservation  table.ui.celled.table {
	margin:0 !important;
	width:100%;
	border-radius: 1.4rem !important;
	table-layout: fixed;
	border: 0.1rem solid rgba(0, 0, 0, 0.075) !important;
}
.reservation .ui.celled.table thead th {
	position: sticky;
	top: 0;
	z-index: 3;
	background:#f3f4f6;
}
.reservation .ui.celled.table td,
.reservation .ui.celled.table th {
	padding: 1rem !important;
	vertical-align: middle;
	border-left: none;
    border-top: none;
}

.reservation .slot-cell {
	text-align: center;
	cursor: default;
	user-select: none;
}
.reservation .slot-cell .status-text {
	display: inline-block;
	width: 6.4rem;
	padding: 0.8rem 1rem;
	border-radius: 0.8rem;
	font-size: 1.4rem;
	line-height: 1;
	white-space: nowrap;
}
.reservation .slot-cell.available {
	cursor: pointer;
}
.reservation .slot-cell.available .status-text {
	color: #065f46;
	background: #d1fae5;
	border: 0.1rem dashed #10b981;
}
.reservation .slot-cell[data-status="예약완료"] .status-text {
	color: #fff;
	background: #dc2626;;
}
.reservation .slot-cell[data-status="심사중"] .status-text {
	color: #fff;
	background: #d97706;
}
.reservation .slot-cell[data-status="결제대기"] .status-text {
	color: #fff;
	background: #2563eb;
}
.reservation .slot-cell.holiday .status-text {
	color: #374151;
	background: #e5e7eb;
}
.reservation .date-cell {
	font-weight: 600;
	color: #111827;
}
.reservation .date-cell .dow {
	color: #6b7280;
	font-weight: 500;
	margin-left: 0.25rem;
}
.reservation .ui.celled.table thead #calendarHeader th:first-child,
.reservation .ui.celled.table td.date-cell {
	width: 22rem;
}
.reservation .ui.celled.table td.date-cell {
	background-color: #fff;
	color: #333;
}
.reservation .ui.celled.table td.date-cell.holiday {
	background: #f3f4f6;
}
.reservation .ui.celled.table td.slot-cell.holiday {
    background: #f3f4f6;
}

/****** map CSS ******/
.stack.mapInfo {
	display: flex;
	flex-direction: column;
	gap: 6rem;
}
.stack.mapInfo .card .card-body {
	padding: 6rem 4rem;
}
.stack.mapInfo #map {
	width: 100%;
	height: 54rem;
}
/*.stack.mapInfo #map img {
	min-width: 130rem;	
}*/
.stack.mapInfo .info-block + .info-block {
	border-top: 1px dashed#e5e7eb;
	margin-top: 14px;
	padding-top: 14px;
}
.stack.mapInfo h4 {
	margin-bottom: 4rem;
}

.stack.mapInfo  .row {
	display: flex;
	align-items: flex-start;
	gap: 6rem;
}
.stack.mapInfo  .row + .row {
	margin-top: 2rem;
}
.stack.mapInfo  .row .label {
	flex: 0 0 6.4rem;
	color: #6b7280;
	font-weight: 600;
}
.stack.mapInfo  .row .value {
	flex: 1 1 auto;
}
.stack.mapInfo  .btns {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1rem;
}
.stack.mapInfo .btn {
	appearance: none;
	border: 0.1rem solid #e5e7eb;
	background: #fff;
	padding: 1rem 1.5rem;
	border-radius: 0.8rem;
	font-size: 1.5rem;
	cursor: pointer;
}
.stack.mapInfo .btn.brand {
	background: #16a34a;
	color: #fff;
	border-color: transparent;
}
.stack.mapInfo .btn.ghost {
	background: #fff;
	color: #1f2937;
}
.stack.mapInfo .list {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(36rem, 1fr));
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}
.stack.mapInfo .list li {
	text-align: center;
	padding: 2rem;
	border: 0.1rem solid#e5e7eb;
	border-radius: 1.2rem;
}
.stack.mapInfo .list li .title {
	font-weight: 700;
	margin-bottom: 4px;
}
.stack.mapInfo .list li .addr {
	color: #6b7280;
	font-size: 1.6rem;
}
.stack.mapInfo  .list .actions {
	margin-top: 1rem;
	display: flex;
	gap: 0.8rem;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	
}
.stack.mapInfo .steps {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 1 0 0;
	padding: 0;
	list-style: none;
}
.stack.mapInfo .step {
	display: grid;
	grid-template-columns: 11rem 1fr;
	gap: 6rem;
}
.stack.mapInfo .step .s-label {
	font-weight: 700;
	color: #6b7280;
}


/************ Intro Unit ************/
.unit.mediawall {
	background: #fff;
	border: 0.1rem solid #e5e7eb;
	border-radius: 1.6rem;
	box-shadow: 0 0.6rem 1.8rem rgba(0,0,0,.06);;
	margin-bottom: 6rem;
	overflow: hidden;
}
.unit.mediawall .media {
	border-radius: 0;
	overflow: hidden;
}
.unit.mediawall h4 {
	margin-bottom: 2rem;
}
.unit.mediawall .unitInfo {
	padding: 6rem 4rem;
}
.unit.mediawall .unitInfo .chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	margin-top: 1rem;
}
.unit.mediawall .unitInfo .chips + h5 {
	margin-top: 4rem;
}
.unit.mediawall .unitInfo .chip {
	display: inline-flex;
	align-items: center;
	background: #eef2f7;
	border: 0.1rem solid #dde3ea;
	color: #4b5563;
	font-size: 1.6rem;
	padding: 0.5rem  1.5rem;
	border-radius: 99.9rem;
}

/************ Table Card ************/
.table-card {
	background: #fff;
	border: 0.1rem solid #e5e7eb;
	border-radius: 1.6rem;
	box-shadow: 0 0.6rem 1.8rem rgba(0,0,0,.06);;
	overflow: hidden;
}
.table-card .table-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6rem 4rem 2rem 4rem;
	background: linear-gradient(#fff, #fff 60%, rgba(255,255,255,.96));
	border-bottom: 0.1rem solid #e5e7eb;
}

.table-card table.schedule {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}
.table-card table.schedule th, 
.table-card table.schedule td {
	padding: 1rem;
	border-right: none;
	border-top:  none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.table-card table.schedule td.tag {
    font-size: 1.6rem;
    color: #666;
	background-color: #fff;
    padding: 1rem;
    border-radius: 0;
}
.table-card table.schedule td.tag.gov {
	background-color: #d6def0;
}
.table-card table.schedule td.tag.art {
	background-color: #e6ebf2;
}
.table-card table.schedule td.tag.citizen {
	background-color: #d8e6e1;
}
.table-card table.schedule td.tag.special {
	background-color: #e8e2d9;
}

.table-card table.schedule thead th {
	background: #fafafa;
	color: #111827;
	border-top: none;
}
.table-card table.schedule th:last-child,
.table-card table.schedule td:last-child {
	border-right: none;
}
.table-card table.schedule tbody tr:nth-child(even) td {
	background: #fcfcfd;
}

.card.citizen .content.text-block {
    padding: 6rem 4rem;
}
.card.citizen .content.text-block h4 {
	margin-bottom: 2rem;	
}
.card.citizen + .card.citizen {
	margin-top: 6rem;	
}
#empty {
	width: 100% !important;
	/*display: block !important;
	text-align: center !important;*/
	font-size: 2rem;
	color: #666;
	padding: 4rem 0;
	margin: 0 auto;
}

.current.situation .table-head {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    margin: 1rem 0 4rem 0;
}
#calendarTable td.slot-cell.disabled {
	color: #9aa3af;
	background: #f9fafb;
	cursor: not-allowed;
}
#monthLabel {
	font-size: 2.2rem;
	min-width: 12rem;
	text-align: center;
}
.titBox {
    text-align: center;
    margin-bottom: 4rem;
}
.titBox h3 {
	margin-bottom: 0.5rem;
}
.loginFrm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.loginFrm .card {
    padding: 4rem;
}
.loginFrm .card .list-wrap {
	margin-top: 2rem;	
}
.loginFrm .card .list-wrap {
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    gap: 0.6rem;
}
.loginFrm .card .list-wrap span {
	display: block;
    overflow: hidden;
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0.4rem;
    vertical-align: sub;
	border: 0.1rem solid #e2e8f0;
	
}
.loginFrm .card .list-wrap .kakao {
    background-image: url("../../main/images/logo_kakao.png");
}

.loginFrm .card .list-wrap .naver {
    background-image: url("../../main/images/logo_naver.png");
}

.loginFrm .card .list-wrap .samsung {
    background-image: url("../../main/images/logo_samsung.png");
}

.loginFrm .card .list-wrap .pass {
    background-image: url("../../main/images/logo_pass.png");
}

.loginFrm .card .list-wrap .payco {
    background-image: url("../../main/images/logo_payco.png");
}

.loginFrm .card .list-wrap .shinhan {
    background-image: url("../../main/images/logo_shinhan.png");
}

.loginFrm .card .list-wrap .kb {
    background-image: url("../../main/images/logo_kb.png");
}
.loginFrm .card .note {
    background: #f1f5f9;
    border: 0.1rem solid #e2e8f0;
    padding: 1.5rem;
    border-radius: 1rem;
    color: #334155;
    margin-top: 3rem;
    font-size: 1.7rem;
	text-align: center;
}
.loginFrm .card .certBox {
    text-align: center;
    padding: 2rem 4rem;
    border: 0.3rem solid #0066b3;
    background-color: #fff;
	margin-top: 2rem;
}
.loginFrm .card .certBox img {
	display: block;
	margin: 3rem auto;	
}


/*********교육프로그램 CSS *********/

.edu.ui.attached.segment {
	background-color: transparent;
	border: none;
	padding: 0;
}
.edu .brand.header {
	color: #164b3f;
}
.edu .muted {
	color: #6b7280;
}
.edu .cardish {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 1.6rem;
	box-shadow: 0 1rem 1.8rem rgba(0,0,0,.06);
	padding: 4rem !important;
}

.edu #step1 .ui.attached.segment {
	background-color: transparent;
	border: 1px solid #e5e7eb;
	padding: 6rem 4rem;
	border-radius: 1.6rem;
	background: #fff;
}
.edu #step1 .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
    gap: 3rem;
	margin: 0 !important;
}
.edu #step1 .cards>.card {
    width: 100%;
	margin: 0;
	padding: 2rem;
	border-radius: 1.2rem;
}

.edu .hidden {
	display: none !important;
}
.edu .divider-lite {
	height: 1px;
	background: #e5e7eb;
	margin: 16px 0;
}

.edu .cardish .note {
	font-size: 1.7rem;
	line-height: 1.4;
	color: #374151;
}
.edu .wizard-nav {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
}
/*.edu .wizard-nav {
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 0.1rem solid #ddd;
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}*/
.edu .wizard-nav .right {
	margin-left: auto;
	display: flex;
	gap: 1rem;
}
#subBody .edu  .tabZone {
    width: 100%;
    margin: 4rem auto;
}

/* 배지 */
.edu .ui.cards .card .badge {
	position: static;
    display: inline-block;
    width: auto;
	max-width: 5rem;
    padding: 0.5rem;
    border-radius: 99.9rem !important;
    font-size: 1.4rem;
    border: 0.1rem solid #e5e7eb;
    color: #0f3a30;
    /*background: #eaf5f1 !important;*/
	margin-bottom: 1rem;
	text-align: center;
}
.edu .ui.cards .card  .tit {
	display: block;
	font-size: 2.4rem;
	line-height: 1.3;
	font-family: "Pretendard-Bold";
	font-weight: 700;
	color: #333;
}
.edu .ui.card .meta .meta,
.edu .ui.cards>.card .meta {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, .4);
	padding: 0;
	margin-bottom: 2rem;
}
.edu .badge.free {
	border: 0.1rem solid #e5e7eb;
	background: #e7fbf3;
	color: #0f3a30;
}
.edu .badge.paid {
	border-color: #ffd8a8;
	background: #fff5e6;
	color: #0f3a30;
}

/* 2단계: 블록(세로) 배치 */
.edu .two-col-step2 {
	display: block;
}
.edu  #alwaysSchedule {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60rem, 1fr));
    gap: 3rem;
}
.edu .cardish h5 {
	font-size: 2.4rem;	
}
.edu .cardish h6 {
	font-size: 2rem;	
}
.edu .cardish .badge + h5 {
	margin-top: 1rem;	
}
.edu .cardish .k-calendar {
	width: 100%;
	max-width: 42rem;
	margin: 1rem auto;	
}
.edu .cardish .k-calendar .k-calendar-view,
.edu .cardish .k-calendar .k-calendar-view .k-calendar-table {
	width: 100%;
	padding: 0;	
}

#slotBox {
	display: block;               /* 가로 그룹 → 블록으로 */
	max-height: 32rem;            /* 필요 시 조절 */
	overflow-y: auto;             /* 세로 스크롤 */
	padding: 0.8rem;
	border: 0.1rem solid #e5e7eb;
	border-radius: 1.2rem;
	background: #fff;
}

.hidden {
	display: none !important;
}
#slotBox:not(.is-ready){
    display: none !important;
}

#slotBox.ui.buttons {
	box-shadow: none;
}
#slotBox.ui.buttons {
	display:flex;
	flex-wrap:wrap;
	gap:8px;
}
#slotBox .ui.button.green {
	background:#21ba45;
	color:#fff;
}
#slotBox.ui.buttons .button {
	display: block !important;
	width: 100%;
	text-align: left;
	justify-content: flex-start;
	margin: 0 0 0.8rem 0 !important;     /* 줄 간격 */
	border-radius: 1rem !important;
	font-size: 1.5rem;
}
#slotBox.ui.buttons .button:last-child {
	margin-bottom: 0 !important;
}
/* 기본( basic ) 버튼을 리스트 스타일로 보정 */
#slotBox .ui.basic.button {
	background: #fff !important;
	border: 0.1rem solid #e5e7eb !important;
	box-shadow: none !important;
}
/* hover / focus */
#slotBox .ui.basic.button:hover, #slotBox .ui.basic.button:focus {
	background: #f9fafb !important;
	border-color: #d1d5db !important;
}
/* 선택 상태(스크립트에서 .green 추가 시) */
#slotBox .ui.basic.button.green {
	background: #e6f7f1 !important;
	border-color: #389a80 !important;
	color: #0f5132 !important;
}
/* 버튼 내부에 보조 텍스트가 있을 때(선택) */
#slotBox .ui.basic.button .sub {
	display: block;
	font-size: 1.4rem;
	color: #6b7280;
	margin-top: 0.2rem;
}

/* 스크롤바(선택) */
#slotBox::-webkit-scrollbar {
	width: 0.8;
}
#slotBox::-webkit-scrollbar-thumb {
	background: #d1d5db;
	border-radius: 0.8rem;
}
#slotBox {
	scrollbar-width: thin;
	scrollbar-color: #d1d5db transparent
}
.edu .cardish #slotHelp,
.edu .cardish #programDetailBox,
.edu .cardish #classHelp {
	background: #f1f5f9;
    border: 0.1rem solid #e2e8f0;
    padding: 1.5rem;
    border-radius: 1rem;
    color: #334155;
    margin-top: 2rem;
    font-size: 1.7rem;
}
.edu #detailRight {
	margin-top: 3rem;
}

.boxWrap table th, table .k-calendar-tbody td {
	border: none;	
}

#programDetailBox div {
	margin: 0.3rem 0;	
}

/* 프로그램 상세: 리치텍스트 */
#programDetailBox .rich-text p {
	margin:.5rem 0;
	line-height: 1.7;
	color: #374151
}
/* 프로그램 상세: 이미지 갤러리 */
#programDetailBox .detail-media {
	margin-top: 12px
}
#programDetailBox .detail-media .hero {
	border-radius: 12px;
	overflow: hidden;
	background: #f3f4f6;
	border: 1px solid #e5e7eb
}
#programDetailBox .detail-media .hero img.hero-img {
	width: 100%;
	height: auto;
	display: block
}
#programDetailBox .detail-media .thumbs {
	display: flex;
	gap: 8px;
	margin-top: 8px;
	overflow-x: auto;
	padding-bottom: 6px
}
#programDetailBox .detail-media .thumbs img {
	width: 96px;
	height: 64px;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	cursor: pointer;
	flex: 0 0 auto
}
#programDetailBox .detail-media .thumbs img.active {
	outline: 2px solid #389a80;
	box-shadow: 0 0 0 3px rgba(56,154,128,.15)
}

/* 원데이 카드 */
.edu .class-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	margin-top: 2rem;
}

.edu .class-card {
	border: 0.1rem solid #e5e7eb;
	border-radius: 1.4rem;
	padding: 2rem;
	background: #fff;
	cursor: pointer;
}
.edu .class-card.active {
	outline: 2px solid #389a80;
	box-shadow: 0 0 0 4px rgba(56,154,128,.12);
}
.edu .class-meta {
	display: block;
	color: #6b7280;
	margin:0.5rem 0;
}
.edu #programDetailBox .muted b {
	color: #334155;
}
.edu #infoForm .ui.selection.dropdown .menu>.item {
	font-size: 1.5rem;
}
.edu #infoForm #cnt {
	font-size: 1.6rem;
    padding: 0.5rem;
    border-radius: .25rem;
	height: 4rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.edu .ui.form .field>label {
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
}
.edu .ui.form .field + .field {
	margin-top: 2rem;
} 
.edu .ui.form .ui.selection.dropdown {
	max-width: 42rem;
	height: 4rem;
	line-height: 3rem;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	min-height: 4rem;
}
.edu .ui.form .ui.action.input {
	width: 100%;
	max-width: 20rem;	
}
.edu .ui.form .participants-grid .field,
.edu #payOptions .ui.form .field {
	margin: 0 !important;
}
.edu .ui.form .ui.checkbox input[type=checkbox],
.edu .ui.form .ui.checkbox input[type=radio] {
    min-height: 2rem;
    line-height: 2.4rem;
    min-width: 2.4rem;
}
.edu .ui.form .ui.checkbox label {
    padding-left: 2.8rem;
	font-size: 1.7rem;
}
.edu .ui.form input:not([type]),
.edu .ui.form input[type=date],
.edu .ui.form input[type=datetime-local],
.edu .ui.form input[type=email],
.edu .ui.form input[type=file],
.edu .ui.form input[type=number],
.edu .ui.form input[type=password],
.edu .ui.form input[type=search],
.edu .ui.form input[type=tel],
.edu .ui.form input[type=text],
.edu .ui.form input[type=time],
.edu .ui.form input[type=url] {
	font-size: 1.6rem;
	height: 4rem;
	border: 0.1rem solid rgba(34, 36, 38, .15);
}
.edu #infoForm .k-input.k-input-solid {
	border: none;
	height: 4rem;
}

/* 프로그램 카드 */
.edu .program-card {
	cursor: pointer;
}
.edu .program-card.active {
	outline: 0.3rem solid #389a80;
	/*box-shadow: 0 0 0 0.5rem rgba(56,154,128,.12);*/
}
/* 참여자 폼 레이아웃 */
.edu .participants-grid {
	display: grid;
	grid-template-columns: 2fr 1fr 2fr;
	gap: 10px;
}
.edu .participant-row {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	padding: 12px;
	margin-bottom: 8px;
	background: #fff;
}
.edu .participant-row h5 {
	margin: 0 0 8px 0;
	font-size: 1rem;
	color: #0f3a30;
}
/* Kendo Calendar 너비 및 아이콘 복구 */
.edu  #chosenDate .k-calendar {
	width: 100%;
}
.edu .k-svg-icon, 
.edu .k-button .k-svg-icon,
.edu .k-calendar .k-svg-icon,
.edu .k-calendar button svg,
.edu .k-animation-container svg,
.edu .k-icon svg {
	width: 1em !important;
	height: 1em !important;
}
/* (옵션) 다른 달 날짜 숨기기 – 레이아웃 유지 */
.edu #chosenDate .k-calendar .k-other-month {
	visibility: hidden;
	pointer-events: none;
}
.edu #chosenDate .k-calendar .k-other-month .k-link {
	visibility: hidden;
}
/* (옵션) 오늘/선택 강조 */
.edu #chosenDate .k-calendar .k-today .k-link {
	box-shadow: inset 0 0 0 2px rgba(56,154,128,.45);
	border-radius: 10px;
}
.edu #chosenDate .k-calendar .k-selected .k-link {
	background: rgba(56,154,128,.12);
	color: #1f2937;
	border-radius: 10px;
}
.k-calendar td.is-closed .k-link { 
	position: relative;
	opacity: .5;
}
.k-calendar td.is-closed .k-link .closed-dot {
    position: absolute;
	right: 0.6rem;
	bottom: 0.4rem;
	font-size: 1.4rem;
}
#modal-info h5 {
	font-size: 2.4rem;	
}
.section-card.anchor h4 .icon {
	margin-right: 1rem;
}

.section-card.anchor .chips + .media.img {
	margin-top: 2rem;	
}
.section-card.anchor .media.img + .content {
	margin-top: 4rem;	
}
.section-card.anchor .content .callout {
	margin: 2rem 0;	
}

.site-header.full-bleed .toolbar .filters {
    display: inline-flex;
    gap: 0.6rem;
}

#bbsWrap #search,
#bbsWrap #search + #bbsList,
#faqList,
#bbsView .bbsCon,
#bbsView .titZone,
#bbsView .bbsBox,
#bbsView .shortList,
#bbsWrap #bbsInput .fieldList {
    padding: 4rem;
	background: #fff;
    border: 0.1rem solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform .12s ease, box-shadow .12s ease;
    isolation: isolate;
}
#bbsWrap #search + #bbsList,
#bbsView .bbsCon,
#bbsView .titZone,
#bbsView .bbsBox,
#bbsView .shortList {
	margin-top: 4rem;	
}
#bbsWrap  #bbsList .boxWrap table th, table td {
    border: none;
}
#faqList .faq-item:last-child .title,
#faqList .faq-item:nth-child(10n) .title,
#bbsView .shortList .flex-first:last-child {
    border-bottom: none;
}
#bbsView .bbsCon.gallery,
#bbsList #gallery-container.gallery {
	overflow: visible;
}
#bbsList .gallery.two .gallery-item:nth-child(n+3),
#bbsList .gallery.three .gallery-item:nth-child(n+4),
#bbsList .gallery.four .gallery-item:nth-child(n+4),
#bbsList .gallery.four .gallery-item:nth-child(n+4),
#bbsList .gallery.five .gallery-item:nth-child(n+4) {
	margin-top: 0rem;
}


@media (max-width: 1599px) {
	#subTit .ui.breadcrumb {
		right: 2rem;
	}
	#subBody .leftBg {
		margin-top: 8rem;
		margin-bottom: -10rem;
		padding: 7rem 0 10rem 0;
	}
	.org-wrap .row {
		gap: 3.6rem
	}
	.org-wrap .node {
		width: 18rem;
	}
	.org-wrap .role {
		font-size: 1.6rem;
	}
	.tourCharacterWrap .head .boxBg h2 {
		font-size: 5.2rem;
	}
	.tourCharacterWrap .body h4 + h3,
	.tourCharacterWrap .body h3 + p,
	.tourCharacterWrap .body p + p,
	.tourCharacterWrap .body p + h5 {
    	margin-top: 2rem;
	}
}
@media (max-width: 1299px) {
	#subTit {
		height: 32rem;
	}
	#subBody {
    	padding: 8rem 0;
	}
	#subBody.padZero {
		padding: 0 0 6rem 0;
	}
	#subBody .leftBg {
		margin-top: 8rem;
		margin-bottom: -8rem;
		padding: 7rem 0 8rem 0;
	}
	.section-card .f1 {
		font-size: 8rem;
		letter-spacing: 0;
		margin: 4rem 0;
	}
	.section-card .f1 .greyTxt {
		font-size: 6rem;
		margin: 0 3rem;
	}
	.charblock .thumb {
		padding: 4rem;
	}
	.charblock .hero {
		gap: 6rem;
	}
	hr {
		margin: 3rem 0;
	}
	.tourCharacterWrap {
		margin-bottom: 6rem;
	}
	
	.ui.ordered.steps + .boxWrap,
	.ui.ordered.steps + .borderBox {
		margin-top: 6rem;
	}
	#bbsList .gallery.two .gallery-item:nth-child(n+3),
	#bbsList .gallery.three .gallery-item:nth-child(n+4),
	#bbsList .gallery.four .gallery-item:nth-child(n+4),
	#bbsList .gallery.four .gallery-item:nth-child(n+4),
	#bbsList .gallery.five .gallery-item:nth-child(n+4) {
        margin-top: 4rem;
    }
}
@media (max-width: 1023px) {
	#subTit h1 {
		font-size: 5.4rem;
	}
	#subTit {
		height: 30rem;
	}
	#subBody {
    	padding: 5rem 0;
	}
	#subBody.padZero {
		padding: 0 0 4rem 0;
	}
	#subBody .leftBg {
		margin-top: 6rem;
		margin-bottom: 0;
		padding: 6rem 2rem;
		background-color: #e7e7e7;
	}
	#subBody .leftBg:before {
		display: none;
	}
	#subBody .greetings dd {
		width: 100%;
		max-width: 49.5rem;
		margin: 0 auto;
	}
	#subBody .greetings dt {
		width: 100%;
		padding-top: 0rem;
		margin-top: 6rem;
	}
	#subBody .greetings dt h5 + p,
	#subBody .greetings dt p + h5 {
		margin-top: 4rem;
	}

	.display .grid {
		g  rid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.block .hero {
		grid-template-columns: 1fr
	}
	.block.alt .hero {
		grid-template-columns: 1fr
	}
	.palette {
		grid-template-columns: repeat(4, 1fr)
	}
	.detail-hero {
		grid-template-columns: 1fr;
	}
	.org-wrap .row {
		gap: 3rem;
	}
	.org-wrap .node {
		width: 13rem;
		padding: 1.2rem;
	}
	.org-wrap .role {
		font-size: 1.5rem;
	}
	table.general th,
	table.general td {
    	padding: 0.6rem;
		font-size: 1.5rem;
	}
	
	.section-card .col-6 {
        grid-column: span 12;
    }
	
	.tourCharacterWrap .head .boxBg h2 {
        font-size: 4.6rem;
    }
	
	.charblock .hero {
    	display: block;
	}
	.charblock .thumb {
    	width: 100%;
		max-width: 42rem;
		margin: 0 auto 4rem auto;
	}
	.charblock .infoCon {
		width: 100%;
	}
	.charblock .desc + h5 {
    	margin-top: 4rem;
	}
	.charblock + hr {
		margin: 4rem auto;
	}
	.btn {
		font-size: 1.5rem;
		gap: 0.4rem;
		padding: 1.1rem 0.8rem;
		border-radius: 0.4rem;
	}
	.op-guide.grid {
		gap: 4rem;
		padding: 4rem;
	}
	.info-card {
		padding: 3rem;
	}
	.op-guide .col-6 {
		grid-column: span 12;
	}
	.floor.card + .floor.card,
	.floor.card + .misc.card,
	.misc.card + .misc.card {
		margin-top: 4rem;
	}
	.floor.card, .misc.card {
    	padding: 4rem 2rem;
		border-radius: 1.2rem;
	}
	.section-card.anchor {
		padding: 4rem 2rem;
	}
	.section-card.anchor + .section-card.anchor {
		margin-top: 4rem;
	}
	.ui.ordered.steps .step {
		padding: 2rem 1rem;
	}
	.section-card.anchor .ui.ordered.steps .step:before {
    	margin-right: 1rem;
    	font-size: 2.4rem;
	}
	.section-card.anchor .ui.steps .step .title {
		font-size: 1.4rem;
	}
	.section-card.anchor .ui.steps .step .description {
		display: none;
	}
	.section-card.anchor .step-card {
		padding: 1rem 1.5rem;
		border-radius: 0.8rem;
	}
	.section-card.anchor .ui.steps:not(.unstackable) {
        flex-direction: row;
    }
	.section-card.anchor .ui.six.steps>.step {
		width: 16.666% !important;
		flex-wrap: nowrap !important;
	}
	.section-card.anchor .ui.ordered.steps .step:before {
		font-size: 2.4rem;
	}
	.section-card.anchor .ui.steps .step:after,
	.section-card.anchor .ui.steps .disabled.step:after,
	.section-card.anchor .ui.steps .active.step:after {
    	display: block !important;
	}
	.section-card.anchor .ui.steps .step:last-child:after,
	.section-card.anchor .ui.steps .disabled.step:last-child:after,
	.section-card.anchor .ui.steps .active.step:last-child:after  {
		display: none !important;
	}
    .section-card.anchor .ui.steps .step {
		padding: 2rem 0;
	}
    .section-card.anchor .ui.steps .step .title {
		font-size: 1.2rem;
	}
	.reservation .page-head {
		padding: 4rem 2rem;
		margin-bottom: 4rem;
	}
	.reservation .stack {
    	gap: 4rem;
	}
	.reservation  .venue {
		grid-template-columns: 1fr
	}
	.reservation  .venue-media {
		border-right: none;
		border-bottom: 1px solid #eef2f7
	}
	.reservation  .venue-media::before {
		padding-top: 56.25%
	}
	.reservation .venue-body {
    	padding: 0 2rem 2rem 2rem;
	}
	.footer-bar .ui.column.grid>[class*="six wide"].column,
	.footer-bar .ui.grid>.column.row>[class*="six wide"].column,
	.footer-bar .ui.grid>.row>[class*="six wide"].column,
	.footer-bar .ui.grid>[class*="six wide"].column {
		width: 100% !important;	
	}
	
	.ui.ordered.steps + .boxWrap,
	.ui.ordered.steps + .borderBox {
		margin-top: 4rem;
	}
	.ui.ordered.steps.four h5 {
		font-size: 1.7rem;
		margin-top: 0.4rem;
	}
	.ui.ordered.steps.four .smTxt {
		font-size: 1.4rem;
	}
	.ui.ordered.steps.four .step>.icon {
		width: 3rem;
		height: 3rem;
		margin: 0 1rem 0 0;
	}
	.reservation .provision {
		padding: 4rem 3rem;
		margin-bottom: 1rem;
	}
	.reservation .provision .scroll {
		border-radius:0.8rem;
		padding: 2rem;
		margin-top: 2rem;
	}
	.reservation .bntWrap {
    	margin-top: 6rem;
	}
	
	.grid-table table {
		width: max(64rem, 100%);
	}
	.grid-table .date-col {
		min-width: 20rem;
	}
	#bookingPage select {
		width: 100%;
	}
	.grid-table thead {
		display: none;
	}
	.grid-table {
		max-height: 52rem;
		overflow: auto;
	}
	.grid-table table,  .grid-table tbody,  .grid-table tr {
		display: block;
		width: 100%;
	}
	.grid-table .date-col {
		position: static;
		left: auto;
		z-index: auto;
		display: block;
		background: #fff;
		border: 0.1rem solid var(--table-border);
		border-radius: 0.8rem 0.8rem 0 0;
		padding: 1rem 2rem;
		font-weight: 700;
	}
	.grid-table .date-col.holiday {
		background-color: #fff5f5;
	}
	.grid-table tbody td:not(.date-col) {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		border: 0.1rem solid var(--table-border);
		border-top: 0;
		padding: 1rem 2rem;
		background: #fff;
	}
	.grid-table tbody td.disabled {
		background: #f3f4f6;
		color: #9ca3af;
	}
	/* 시간 라벨(좌측) - JS의 data-hour-label 사용 */
	.grid-table table thead th:first-child,
	.grid-table table tbody td:first-child {
    	width: 100%;
	}
	.grid-table tbody td:not(.date-col)::before {
		content: attr(data-hour-label);
		font-size: 1.4rem;
		color: var(--text);
	}
	.grid-table .k-checkbox-label-text {
		width: auto;
		height: auto;
	}
	.grid-table .k-checkbox-label {
		margin-left: auto;
	}
	.grid-table .reserved-label {
		position: static;
		margin-left: 0.5rem;
		font-size: 1rem;
		background: #fff;
		border: 0.1rem solid #e5e7eb;
		border-radius: 0.6rem;
		padding: 0.1rem 0.4rem;
		color: #6b7280;
	}
	.grid-table tbody tr {
		margin-bottom: 1rem;
		border-radius: 1rem;
		overflow: hidden;
		box-shadow: var(--shadow);
		border: 0.1rem solid #eef2f7;
		background: #fff;
	}
	
	.block {
		border-radius: 1.2rem;
		padding: 4rem 3rem;
		margin: 4rem 0 0 0;
	}
	.grid-table.block {
		background-color: transparent;
	}
	.reservationBox .block + .block,
	.ApplicationForm #receipt + #bbsInput,
	.ApplicationForm .fieldList + h5, bigP,
	#scheduleTable + h5, bigP {
		margin-top: 4rem;
	}
	#options .optionsList,
	.reservation .fieldList li .con .fields  {
		gap: 1rem;
	}
	
	
	#scheduleTable colgroup { display: none; }

	/* thead 자체도 보여주기: 화면 상단에 컬럼명이 한 번은 보이게 */
	#scheduleTable thead {
		display: none;
	}
	#scheduleTable, 
	#scheduleTable tbody, 
	#scheduleTable tr, 
	#scheduleTable td {
		display: block;
		width: 100%;
	}
	#scheduleTable {
    	border: none;
	}
	#scheduleTable tr {
		margin: 0 0 1rem;
		border: 0.1rem solid var(--border);
		border-radius: 0.8rem;
		overflow: hidden;
	}

	#scheduleTable tr, 
	#scheduleTable td  {
		border: none;
		padding: 0.3rem 0 !important;
		font-size: 1.4rem;
		text-align: left !important;
	}
	#scheduleTable td:first-child {
		border-top: 0;
		padding: 1rem 2rem !important;
		font-weight: 700;
		font-size: 1.5rem;
		color: #333;
		background: #fafafa;
		margin: 1rem 0;
	}
	/* 헤더 라벨을 td 앞에 출력 (접근성 보조) */
	#scheduleTable td::before {
		content: attr(data-label);
		display: block;
		font-size: 1.4rem;
		color:#6b7280;
		margin-bottom: 0.5rem;
		font-weight: 500;
	}
	#scheduleTable td:first-child::before {
		content: "";
		display: none;
	}
	
	.reservation .ui.celled.table thead #calendarHeader th:first-child,
	.reservation .ui.celled.table td.date-cell {
    	width: 100%;
	}
	.reservation .table-wrap {
		overflow: visible;
	}
	.reservation table.ui.celled.table colgroup {
		display: none;
	}
	.reservation table.ui.celled.table thead {
		display: none;
	}
	.reservation table.ui.celled.table,
	.reservation table.ui.celled.table tbody,
	.reservation table.ui.celled.table tr,
	.reservation table.ui.celled.table td {
		display: block;
		width: 100%;
	}
	.reservation table.ui.celled.table {
		margin: 0 !important;
		border-radius: 0rem !important;
		table-layout: fixed;
		border: none !important;
	}
	.reservation table.ui.celled.table tr {
		margin: 1rem 0;
		border: 0.1rem solid #e5e7eb;
		border-radius: 0.8rem;
		overflow: hidden;
		box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,.03);
	}
	.reservation table.ui.celled.table td {
		border: 0 !important;
		border-top: 0.1rem solid #e5e7eb !important;
		padding: 1rem !important;
	}
	.reservation table.ui.celled.table td:first-child {
		border-top: 0 !important;
		background: #fafafa;
	}
	.reservation .ui.celled.table td.slot-cell::before {
		content: attr(data-label);
		display: block;
		font-size: 1.2rem;
		color: #6b7280;
		margin-bottom: 0.5rem;
		text-align: left;
	}
	/* date cell layout */
	.reservation .ui.celled.table td.date-cell {
		display: block;
		gap: 0.5rem;
		font-size: 1.1rem;
	}
	.reservation .ui.celled.table td.date-cell .dow {
		margin-left: auto;
	}
	
	.stack.mapInfo,
	.stack.mapInfo .row {
		gap: 4rem;
	}
	.stack.mapInfo .card .card-body {
    	padding: 4rem 3rem;
	}
	.stack.mapInfo h4 {
    	margin-bottom: 3rem;
	}
	.stack.mapInfo #map {
		height: 42rem;
	}
	.stack.mapInfo #map img {
		min-width: 100rem;	
	}
	.stack.mapInfo .list li {
		text-align: left;
	}
	.stack.mapInfo .list .actions {
		justify-content: flex-start;
		align-items: center;
	}
	.stack.mapInfo .step {
		grid-template-columns: 9rem 1fr;
		gap: 4rem;
	}
	#subBody .tabZone {
		width: 100%;
		margin: 4rem auto;
	}
	#subBody .site-header .wrap {
    	padding: 2rem;
	}
	.unit.mediawall {
		border-radius: 1.2rem;
		margin-bottom: 4rem;
	}
	.unit.mediawall .unitInfo {
		padding: 4rem 3rem;
	}
	
	.table-card .table-head {
		padding: 4rem 3rem 2rem 3rem;
	}
	body p, body li, body dt, body a, body th, body td {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	.card.citizen .content.text-block {
		padding: 4rem 3rem;
	}
	.card.citizen + .card.citizen {
		margin-top: 4rem;	
	}
	
	.edu .class-cards {
		grid-template-columns: 1fr;
	}
	.edu .cardish {
		border-radius: 1.2rem;
		padding: 3rem !important;
	}
	.edu #step1 .ui.attached.segment {
		padding: 4rem 3rem;
		border-radius: 1.2rem;
	}
	.edu .participants-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}
	#modal-info h5 {
		font-size: 2.2rem;	
	}
	#bbsWrap #search,
	#bbsWrap #search + #bbsList,
	#faqList,
	#bbsView .bbsCon,
	#bbsView .titZone,
	#bbsView .bbsBox,
	#bbsView .shortList,
	#bbsWrap #bbsInput .fieldList {
		padding: 3rem;
	}
	#bbsWrap #search + #bbsList,
	#bbsView .bbsCon,
	#bbsView .titZone,
	#bbsView .bbsBox,
	#bbsView .shortList {
		margin-top: 3rem;	
	}
	
	#bbsList .gallery.two .gallery-item:nth-child(n+3),
	#bbsList .gallery.three .gallery-item:nth-child(n+3),
	#bbsList .gallery.four .gallery-item:nth-child(n+3),
	#bbsList .gallery.four .gallery-item:nth-child(n+3),
	#bbsList .gallery.five .gallery-item:nth-child(n+3) {
		margin-top: 3rem;	
	}
}
@media (max-width: 767px) {
	body label, body span {
		font-size: 1.5rem;
	}
	#subTit h1 {
		font-size: 4.8rem;
	}
	#subTit {
		height: 24rem;
	}
	#subBody {
    	padding: 4rem 0;
	}
	#subBody.padZero {
		padding: 0 0 3rem 0;
	}
	#subBody .inner2 h4.txtCenter br {
		display: none;
	}
	#subBody .leftBg {
		margin-top: 5rem;
		padding: 4rem 0;
	}
	#subBody .greetings dt {
		margin-top: 5rem;
	}
	#subBody .greetings dt h5 + p,
	#subBody .greetings dt p + h5 {
		margin-top: 3rem;
	}
	
	.display .grid {
		grid-template-columns: 1fr;
	}
	.toolbar {
		grid-template-columns: 1fr;
		padding: 1rem 0;
	}
	.viewtoggle, .select {
		justify-content: space-between;
	}
	.viewer-dialog {
		width: 100vw;
		height: 100dvh;
		border-radius: 0;
	}
	.viewer-header {
		padding: 0.8rem 1rem;
	}
	.palette {
		grid-template-columns: repeat(3, 1fr)
	}
	.hero + .media {
		margin: 2rem 0 4rem 0;
		border-radius: 0.8em;
	}
	.cardWrap .card + .card {
    	margin-top: 2rem;
	}
	.cardWrap .card.cta .ui.button {
		font-size: 1.4rem;
		padding: 1.2rem 2rem;
	}
	.block .hero {
		gap: 16px;
		padding: 18px
	}
	.org-wrap {
		padding: 3rem 1rem;
		border-radius: 0.8rem;
		margin: 2rem auto 4rem auto;
	}
	.org-wrap .row {
		gap: 1rem;
	}
	
	.org-wrap .node {
		width: 11rem;
		padding: .8rem;
	}
	.org-wrap .row.lvl-3 .node {
		width: 8rem;
		padding: .8rem;
	}
	.org-wrap .role {
		font-size: 1.3rem;
	}
	table.general th,
	table.general td {
    	padding: 0.4rem;
		font-size: 1.3rem;
	}
	.cardWrap .card {
    	padding: 2rem;
	}
	.card {
		--shadow: 0 0.3rem 1rem rgba(0, 0, 0, .07);
	}
	#story, #palette {
    	margin-top: 3rem;
	}
	.section-card {
		padding: 2rem;
	}
	.section-card .f1 {
		font-size: 6rem;
		letter-spacing: 0;
		margin: 4rem 0;
	}
	.section-card .f1 .greyTxt {
		font-size: 4.2rem;
		margin: 0 4rem;
	}
	.section-card,
	.section-card .swatch {
		border-radius: 0.8rem;
	}
	.section-card .bar li {
    	margin-bottom: 0rem;
	}
	.section-card .bar {
		padding-top: 1rem;
	}
	.tourCharacterWrap .head .boxBg h3 {
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}
	.tourCharacterWrap {
		margin-bottom: 4rem;
	}
	.tourCharacterWrap .head .boxBg {
		border-radius: 0.8rem;
		padding: 2rem 2rem 4rem 2rem;
	}
	.tourCharacterWrap .head .character {
		right: 2rem;
		bottom: 2rem;
		width: 32.5rem;
		height: 22.5rem;
	}
	.tourCharacterWrap .head {
		padding: 4rem 2rem 19rem 2rem;
	}
	.tourCharacterWrap .head .boxBg h2 {
        font-size: 3.6rem;
    }
	.tourCharacterWrap .body {
    	padding: 3rem 2rem;
	}
	.tourCharacterWrap .body .bigP {
        font-size: 1.6rem;
    }
	.tourCharacterWrap .body .txtPoint {
		line-height: 120%;
		font-size: 2.7rem;
	}
	.tourCharacterWrap .body h4 + h3,
	.tourCharacterWrap .body h3 + p,
	.tourCharacterWrap .body p + p,
	.tourCharacterWrap .body p + h5 {
        margin-top: 1rem;
    }
	.wrap .grid {
		padding: 1rem 0;
	}
	.charblock .thumb {
        padding: 3rem 6rem;
    }
	.toolbar .search input {
		height: 4rem;
		border-radius: 0.4rem;
	}
	.btn {
		font-size: 1.4rem;
		gap: 0.4rem;
		padding: 0.8rem;
	}
	.select, .viewtoggle {
		gap: 0.4rem;
		height: 4rem;
		padding: 0 1.2rem;
		border-radius: 0.4rem;
	}
	.site-header .sort-select {
		font-size: 1.4rem;
		line-height: 4rem;
	}
	.charblock.card {
		margin-top: 3rem;
		padding: 2rem;
	}
	.op-guide.grid {
		gap: 2rem;
		padding: 2rem;
	}
	.info-card {
		width: 100%;
		padding: 2rem;
	}
	
	.floor.card + .floor.card,
	.floor.card + .misc.card,
	.misc.card + .misc.card {
		margin-top: 3rem;
	}
	.floor.card, .misc.card {
    	padding: 3rem 2rem;
		border-radius: 0.8rem;
	}
	.floor.card .note .item {
		width: 100%;
		display: block;
		margin: 0.2rem 0;
		font-size: 1.4rem;	
	}
	.floor.card .note .item + .item {
    	margin-left: 0rem;
	}
	.table th,
	.table td {
		padding: 1rem 0.5rem;
		word-break: break-all;
	}
	.floor.card h5 {
    	margin: 3rem 0 0.5rem 0;
	}
	.floor.card .plan h5 {
    	margin: 0 0 1rem 0;
	}
	.cards {
		gap: 2rem;
	}
	
	.section-card.anchor {
		padding: 3rem 2rem;
	}
	.section-card.anchor + .section-card.anchor {
		margin-top: 3rem;
	}
	.section-card.anchor .step-card {
		padding: 0.8rem 1.5rem;
		border-radius: 0.4rem;
	}
	.section-card.anchor .ui.steps:not(.unstackable) .step {
        padding: 1rem;
    }
	.section-card.anchor .ui.ordered.steps .step:before {
        margin-right: 0;
        font-size: 2rem;
    }
	.section-card.anchor .ui.list + h5 {
    	margin-top: 3rem;
	}
	.reservation .page-head {
		padding: 3rem 2rem;
		margin-bottom: 3rem;
	}
	.reservation .stack {
    	gap: 3rem;
	}
	
	.ui.ordered.steps.four:not(.unstackable) {
        flex-direction: row;
    }
	.ui.ordered.steps.four .step {
    	width: 25% !important;
	}
	.ui.ordered.steps.four .step:after,
	.ui.ordered.steps.four .disabled.step:after,
	.ui.ordered.steps.four .active.step:after {
    	display: block !important;
		
	}
	.ui.ordered.steps.four .step.active .icon {
		margin: 0 0 0.5rem 0;
	}
	
	.ui.ordered.steps.four .step:last-child:after,
	.ui.ordered.steps.four.disabled.step:last-child:after,
	.ui.ordered.steps.four.active.step:last-child:after  {
		display: none !important;
	}
	
	.ui.ordered.steps + .boxWrap,
	.ui.ordered.steps + .borderBox {
		margin-top: 2rem;
	}
	.ui.ordered.steps.four h5 {
		font-size: 1.4rem;
		margin-top: 0.2rem;
	}
	.ui.ordered.steps.four .smTxt {
		font-size: 1.2rem;
	}
	.ui.ordered.steps.four .step>.icon {
		width: 3rem;
		height: 3rem;
		margin: 0 1rem 0 0;
	}
	.reservation .provision {
		padding: 3rem 2rem;
	}
	.reservation .provision .scroll {
		border-radius:0.8rem;
		padding: 1.5rem;
		margin-top: 1rem;
	}
	.reservation .provision h4 {
		margin: 0 0 2rem 0;
	}
	.reservation .provision h6 {
		margin: 3rem 0 1rem 0;
	}
	.boxWrap table th, table td {
		padding: 0.8rem 0.5rem;
		text-align: center;
	}
	.reservation .txtRight {
		margin: 0 0 4rem 0;
	}
	.reservation .bntWrap {
    	margin-top: 4rem;
	}
	
	.block {
		border-radius: 0.8rem;
		padding: 3rem 2rem;
		margin: 3rem 0 0 0;
	}
	.reservationBox .block + .block,
	.ApplicationForm #receipt + #bbsInput,
	.ApplicationForm .fieldList + h5, bigP,
	#scheduleTable + h5, bigP {
		margin-top: 3rem;
	}
	.k-checkbox,
	.k-radio {
		width: 2.4rem;
		height: 2.4rem;
	}
	.k-checkbox::before {
		width: 2.4rem;
		height: 2.4rem;
		font-size: 2.4rem;
		mask-size: 2rem;
	}
	#receipt table thead th,
	#receipt table tbody td,
	#receipt table tfoot th {
		padding: 1rem 0.5rem;
		font-size: 1.3rem;
		text-align: center !important;
	}
	.ui.button.big {
		font-size: 1.8rem;
		padding: 1.2rem 2.5rem;
		border-radius: 0.4rem;
	}
	.reservation #bbsInput .fieldList li .tit {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.reservation #bbsInput .fieldList li .con {
		width: 100%;
	}
	.reservation table.ui.celled.table tr {
		padding: 0;
    }
	
	.stack.mapInfo,
	.stack.mapInfo .row {
		gap: 3rem;
	}
	.stack.mapInfo .card .card-body {
    	padding: 3rem 2rem;
	}
	.stack.mapInfo h4 {
    	margin-bottom: 3rem;
	}
	.stack.mapInfo .step {
		grid-template-columns: 8rem 1fr;
		gap: 3rem;
	}
	.stack.mapInfo .btn {
		padding: 0.8rem 1.5rem;
		border-radius: 0.4rem;
		font-size: 1.4rem;
	}
	
	.panel .header {
		padding: 1.64rem 2rem;
	}
	.panel .body {
		padding: 2rem;
	}
	.detail-hero {
		gap: 3rem;
	}
	#detailContent p + p,
	#detailContent p + h5,
	#detailContent .dot + p,
	#detailContent h5 + p {
    	margin-top: 2rem;
	}
	#subBody .tabZone {
		margin: 3rem auto;
	}
	#subBody .tabZone a:hover, #subBody .tabZone a.active {
		font-size: 1.6rem;
	}
	#subBody .tabZone a {
		font-size: 1.5rem;
		padding: 1.5rem;
	}
	
	.unit {
		flex-direction: column;
	}
	.table-card table.schedule thead {
		display: none;
	}
	.table-card table.schedule, 
	.table-card table.schedule tbody, 
	.table-card table.schedule tr {
		display: block;
		width: 100%;
	}
	.table-card table.schedule tr {
		border-top: 1px solid #e5e7eb;
		background: #fff;
	}
	.table-card table.schedule tbody tr + tr {
		border-top: none;
		margin-top: 10px;
	}
	/* td를 라인으로 세로 배치 */
	.table-card table.schedule td {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		border-right: none;
		border-top: none;
		padding: 10px 14px;
		white-space: normal;
	}
	/* data-label을 왼쪽 레이블로 출력 */
	.table-card table.schedule td::before {
		content: attr(data-label);
		flex: 0 0 auto;
		min-width: 84px;
		font-weight: 700;
		color: #111827;
	}
	/* 구분/시간은 카드 헤더처럼 상단에 두껍게 */
	.table-card table.schedule td.col-section,  table.schedule td.col-time {
		padding: 12px 14px 6px;
	}
	.table-card table.schedule td.col-section::before {
		content: "구분";
	}
	.table-card table.schedule td.col-time::before {
		content: "시간";
	}
	/* 구분/시간 이후 칸 정렬 */
	.table-card table.schedule td > span {
		display: inline-block;
	}
	
	.unit.mediawall {
		border-radius: 0.8rem;
		margin-bottom: 3rem;
	}
	.unit.mediawall .unitInfo {
		padding: 3rem 2rem;
	}
	
	.table-card .table-head {
		padding: 3rem 2rem 1rem 2rem;
	}
	.unit.mediawall h4,
	.unit.mediawall .unitInfo {
		width: 100%;
	}
	
	.card.citizen .content.text-block {
		padding: 3rem 2rem;
	}
	.card.citizen + .card.citizen {
		margin-top: 3rem;	
	}
	.linkUrl {
		display: block;
		width: 100%;
		min-width: 100%;
		padding: 2rem 8rem 2rem 2rem;
		border-radius: 0.4rem;
		margin: 1rem 0 0 0;
	}
	.linkUrl span.tit {
		font-size: 1.7rem;
		line-height: 150%;
	}
	.linkUrl span.home {
		top: 2rem;
		right: 2rem;
		width: 4rem;
		height: 4rem;
		background-size: 2rem;
	}
	.wrap.law .toc,
	.wrap.law .card {
		border-radius: 0.8rem;
		padding: 2rem ;
		margin: 2rem 0;
	}
	.wrap.law .card .icon {
		margin: 0 auto 2rem auto;
	}
	.wrap.law .card  .icon svg {
		width: 7.4rem;
		height: 7.4rem;
	}
	.edu .cardish {
		border-radius: 0.8rem;
		padding: 3rem 2rem !important;
	}
	.edu #step1 .ui.attached.segment {
		padding: 3rem 2rem;
		border-radius: 0.8rem;
	}
	.edu .ui.cards .card .badge {
		max-width: 4.2rem;
		padding: 0.3rem;
		font-size: 1.3rem;
	}
	.ui * p {
    	font-size: 1.6rem;
    	line-height: 1.4;
	}
	.edu #step1 .cards {
		gap: 2rem;
	}
	.edu .ui.card .meta .meta,
	.edu .ui.cards>.card .meta {
		font-size: 1.4rem;
	}
	.edu .ui.stackable.cards {
		display: flex;
	}
	.edu #step1 .cards>.card {
		padding: 3rem 2rem;
		border-radius: 0.4rem;
	}
	.edu .ui.stackable.cards>.card.program-card {
        margin: 1rem 0;
        padding: 2rem !important;
        width: 100% !important;
    }
	.edu .ui.stackable.cards>.card.program-card + .card.program-card {
		margin-top: 2rem !important;	
	}
	.edu .ui.cards .card .tit {
		font-size: 2rem;
	}
	.edu .cardish h5 {
		font-size: 2rem;
	}
	.edu .cardish .k-calendar {
		max-width: 36rem;
	}
	.edu #alwaysSchedule {
		grid-template-columns: repeat(auto-fit, minmax(36rem, 1fr));
	}
	#modal-info h5 {
		font-size: 2rem;	
	}
	.section-card.anchor .callout {
		border-radius: 0.4rem;
	}
	.section-card.anchor .callout.note {
		padding: 1rem 1.5rem;
		font-size: 1.5rem;
	}
	#bbsWrap #search,
	#bbsWrap #search + #bbsList,
	#faqList,
	#bbsView .bbsCon,
	#bbsView .titZone,
	#bbsView .bbsBox,
	#bbsView .shortList,
	#bbsWrap #bbsInput .fieldList {
		padding: 2rem;
	}
	#bbsList .gallery .gallery-item .con h6 {
		font-size: 1.6rem;
	}
}
@media (prefers-color-scheme: dark) {
	:root {
		 --bg: #0b1220;
		 --card: #0f172a;
		 --ink: #e5e7eb;
		 --muted: #94a3b8;
		 --line: #1f2937;
		 --shadow: 0 0.8rem 2.4rem rgba(0,0,0,.4);
	}
}
@keyframes fadeUp {
	from {
		transform: translate(-50%, -46%);
		opacity: .6;
	}
	to {
		transform: translate(-50%, -50%);
		opacity: 1;
	}
}
