@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 400;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-regular.woff2")
		format("woff2");
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 100;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-100.woff2")
		format("woff2");
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 200;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-200.woff2")
		format("woff2");
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 300;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-300.woff2")
		format("woff2");
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 500;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-500.woff2")
		format("woff2");
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 600;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-600.woff2")
		format("woff2");
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 700;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-700.woff2")
		format("woff2");
}
@font-face {
	font-family: "Nanum Gothic";
	font-style: normal;
	font-weight: 800;
	src: /* IE6-IE8 */ url("../../reference/light-blue/css/font/NotoSansKr/noto-sans-kr-v36-korean_latin-800.woff2")
		format("woff2");
}
html,
body {
	font-family: "Nanum Gothic" !important;
	font-size: 10pt;
	font-weight: 400;
}
body {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwJSIgY3k9IjAiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMTAyLCAxMDUsIDEwNCwgMC45MCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiYSg5MywgMTEyLCAxMTksIDAuODkpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDE2MCwgMTc0LCAxNTAsIDAuOTApIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4="),
		url("../../reference/light-blue/img/bgnoise_lg_dark.png");
	background-color: rgba(102, 105, 104, 0.9);
	background: radial-gradient(
			farthest-side ellipse at 10% 0,
			rgba(40, 40, 40, 0.9),
			rgba(90, 100, 130, 0.89),
			rgba(60, 60, 60, 0.9)
		),
		url("../../reference/light-blue/img/bgnoise_lg_dark.png");
	background: -webkit-radial-gradient(
			10% 0,
			farthest-side ellipse,
			rgba(40, 40, 40, 0.9),
			rgba(90, 100, 130, 0.89),
			rgba(60, 60, 60, 0.9)
		),
		url("../../reference/light-blue/img/bgnoise_lg_dark.png");
	background: -moz-radial-gradient(
			10% 0,
			farthest-side ellipse,
			rgba(40, 40, 40, 0.9),
			rgba(90, 100, 130, 0.89),
			rgba(60, 60, 60, 0.9)
		),
		url("../../reference/light-blue/img/bgnoise_lg_dark.png");
	padding-bottom: 10px;
	background-attachment: fixed;
}

/* 스크롤 테마 */
body::-webkit-scrollbar {
	width: 8px; /* 스크롤바의 너비 */
	height: 8px;
}

body::-webkit-scrollbar-thumb {
	height: 30%; /* 스크롤바의 길이 */
	background: #313131; /* 스크롤바의 색상 */

	border-radius: 10px;
}

body::-webkit-scrollbar-track {
	background-color: #4b4b4b; /*스크롤바 뒷 배경 색상*/
}

p {
	margin: 0;
	/* text-align: center; 공통으로 텍스트가 가운데로 정렬되는것은 제어하기가 어려워서 주석처리 */
}

/* Font */
.jstree-default-context {
	font-family: "Nanum Gothic" !important;
	font-size: 12px;
	color: #f8f8f8;
}
.font10 {
	font-family: "Nanum Gothic" !important;
	font-size: 10px;
	color: #f8f8f8;
}
.font11 {
	font-family: "Nanum Gothic" !important;
	font-size: 11px;
	color: #f8f8f8;
}
.font12 {
	font-family: "Nanum Gothic" !important;
	font-size: 12px;
	color: #f8f8f8;
}
.font13 {
	font-family: "Nanum Gothic" !important;
	font-size: 13px;
	color: #f8f8f8;
}
.font14 {
	font-family: "Nanum Gothic" !important;
	font-size: 14px;
	color: #f8f8f8;
}
.font15 {
	font-family: "Nanum Gothic" !important;
	font-size: 15px;
	color: #f8f8f8;
}
.font16 {
	font-family: "Nanum Gothic" !important;
	font-size: 16px;
	color: #f8f8f8;
}
.font17 {
	font-family: "Nanum Gothic" !important;
	font-size: 17px;
	color: #f8f8f8;
}
.font18 {
	font-family: "Nanum Gothic" !important;
	font-size: 18px;
	color: #f8f8f8;
}

.row {
	clear: both;
}

#topicon {
	width: 36px;
	height: 35px;
	position: fixed;
	right: 1%;
	bottom: 15px;
	z-index: 200;
	transition: 0.3s;
	cursor: pointer;
	opacity: 0;
	border-radius: 50%;
	overflow: hidden;
	padding-left: -1px;
	animation: doongdoong 1.3s linear infinite;
}

@keyframes doongdoong {
	0% {
		bottom: 15px;
	}
	50% {
		bottom: 10px;
	}
	100% {
		bottom: 15px;
	}
}

.widgetheader {
	border-radius: 3px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 5px 5px 1px 5px;
	color: #f8f8f8;
	margin-bottom: 5px;
	position: relative;
}

.breadcrumb {
	padding: 0px;
	margin: 6px 0px 0px 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 3px;
}

.content .content-footer {
	position: initial;
	bottom: 0px;
	color: #d2d2d2;
}

/* 그라디언트 보더 */
.gradient_left_border {
	border-left: 1px dashed transparent;
	border-image: linear-gradient(0turn, rgb(0 0 0 / 0%), #979797, rgb(0 0 0 / 0%));
	border-image-slice: 1;
}

.gradient_right_border {
	border-right: 1px dashed transparent;
	border-image: linear-gradient(0turn, rgb(0 0 0 / 0%), #979797, rgb(0 0 0 / 0%));
	border-image-slice: 1;
}
.gradient_bottom_border {
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(0.25turn, rgb(0 0 0 / 0%), #979797, rgb(0 0 0 / 0%));
	border-image-slice: 1;
}
.gradient_middle_border {
	border-bottom: 1px solid transparent;
	border-image: linear-gradient(0.25turn, rgb(0 0 0 / 0%), #666666, rgb(0 0 0 / 0%));
	border-image-slice: 1;
}

blockquote {
	padding: 9px 0px 9px 18px !important;
	margin: 9px 0px 9px 0px !important;
	font-size: 16.25px;
	border-left: 5px solid rgba(51, 51, 51, 0.425);
}

.widget-controls {
	position: absolute;
	z-index: 1;
	top: 3px !important;
	right: 0;
	font-size: 12px;
	word-spacing: 1px;
}

.alert-created {
	width: max-content;
	background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
	padding: 1px;
	animation: border-dance 7s infinite linear;
	border-radius: 10px;
}

@media (min-width: 1200px) {
	.content {
		position: relative;
		padding: 30px 2.5641%;
		-webkit-transition: margin-top 0.35s ease, opacity 0.2s;
		-o-transition: margin-top 0.35s ease, opacity 0.2s;
		transition: margin-top 0.35s ease, opacity 0.2s;
		max-width: none;
		width: auto;
		opacity: 1;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.content {
		position: relative;
		padding: 30px 2.5641%;
		-webkit-transition: margin-top 0.35s ease, opacity 0.2s;
		-o-transition: margin-top 0.35s ease, opacity 0.2s;
		transition: margin-top 0.35s ease, opacity 0.2s;
		max-width: none;
		width: auto;
		opacity: 1;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content {
		position: relative;
		padding: 30px 2.5641%;
		-webkit-transition: margin-top 0.35s ease, opacity 0.2s;
		-o-transition: margin-top 0.35s ease, opacity 0.2s;
		transition: margin-top 0.35s ease, opacity 0.2s;
		max-width: none;
		width: auto;
		opacity: 1;
	}
}
@media (max-width: 767px) {
	.content {
		position: relative;
		padding: 35px 2.5641%;
		-webkit-transition: margin-top 0.35s ease, opacity 0.2s;
		-o-transition: margin-top 0.35s ease, opacity 0.2s;
		transition: margin-top 0.35s ease, opacity 0.2s;
		max-width: none;
		width: auto;
		opacity: 1;
	}
}

/*****************/
/** jNotify CSS **/
/*****************/
#jNotify {
	position: absolute !important;
	-webkit-transition: background-color 0.4s !important;
	-o-transition: background-color 0.4s !important;
	transition: background-color 0.4s !important;
	border-radius: 5px !important;
	border-color: transparent !important;
	background-color: rgba(52, 52, 52, 0.425) !important;
	margin-bottom: 1em !important;
	color: #f8f8f8 !important;
	font-weight: 500 !important;

	background: #d8e6fc url("../info.png") no-repeat 15px center;
	padding: 10px;
	padding-left: 50px;
	margin: 15px;
	z-index: 99999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#jNotify a {
	color: #35517c !important;
	text-decoration: none;
}

/******************/
/** jSuccess CSS **/
/******************/
#jSuccess {
	position: absolute !important;
	-webkit-transition: background-color 0.4s !important;
	-o-transition: background-color 0.4s !important;
	transition: background-color 0.4s !important;
	border-radius: 5px !important;
	border-color: transparent !important;
	background-color: rgba(52, 52, 52, 0.425) !important;
	margin-bottom: 1em !important;
	color: #f8f8f8 !important;
	font-weight: 500 !important;

	background: #e6efc2 url("../success.png") no-repeat 15px center;
	padding: 10px;
	padding-left: 50px;
	margin: 15px;
	z-index: 99999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#jSuccess a {
	color: #264409 !important;
	text-decoration: none;
}

/****************/
/** jError CSS **/
/****************/
#jError {
	position: absolute !important;
	-webkit-transition: background-color 0.4s !important;
	-o-transition: background-color 0.4s !important;
	transition: background-color 0.4s !important;
	border-radius: 5px !important;
	border-color: transparent !important;
	background-color: rgba(52, 52, 52, 0.425) !important;
	margin-bottom: 1em !important;
	color: #f8f8f8 !important;
	font-weight: 500 !important;

	background: #fbe3e4 url("../error.png") no-repeat 15px center;
	padding: 10px;
	padding-left: 50px;
	margin: 15px;
	z-index: 99999;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#jError a {
	color: #8a1f11 !important;
	text-decoration: none;
}

/** OVERLAY **/
#jOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
}

.mailbox-content .form-email-compose .control-group {
	margin-bottom: 10px;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
	background: rgba(51, 51, 51, 0.4);
	border-color: transparent;
	color: #fff;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.fileinput-button {
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 4px;
	color: #fff;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	padding: 2px 10px;
	font-size: 11.05px;
	line-height: 1.9;
	border-radius: 0;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 300;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 4px 12px;
	font-size: 13px;
	line-height: 20px;
	border-radius: 1px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transform: translate(-300px, 0) scale(4);
	font-size: 23px;
	direction: ltr;
	cursor: pointer;
}
.fileupload-loading {
	position: absolute;
	left: 50%;
	width: 128px;
	height: 128px;
	display: none;
}
.dropzone {
	border: 1px dashed #eee;
	margin-top: 10px;
	font-size: 13px;
	color: #eee;
	line-height: 100px;
	vertical-align: middle;
}

.tooltip-inner {
	max-width: 100% !important;
}

.flex {
	display: flex;
}
.flex-space-between {
	justify-content: space-between;
}

.widget-controls > a:hover {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #e5603b;
}

.modal-content {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	overflow-x: hidden;
}

/* 헤더 사람아이콘 */
.account-picture img {
	width: 40px;
	margin-right: 5px;
}

.img-circle {
	border-radius: 50%;
}

/* 커밍순 coming soon */
/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
	position: relative;
	width: 100%;
	height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
	position: absolute;
	text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #f8f8f8;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 300% !important;
	margin-top: 0.4em;
	font-weight: normal;
}

/* help panel */
/* CSS 변수 정의 */
:root {
	--box-base-color: 51, 51, 51;
	--box-opacity-light: 0.4;
	--box-opacity-medium: 0.425;
	--box-opacity-heavy: 0.5;
	--common-box-bg-light: rgba(var(--box-base-color), var(--box-opacity-light));
	--common-box-bg-medium: rgba(var(--box-base-color), var(--box-opacity-medium));
	--common-box-border: rgba(var(--box-base-color), var(--box-opacity-medium));
	--bg-content: var(--common-box-bg-medium);
	--bg-input: var(--common-box-bg-light);
	--bg-notification: rgba(52, 52, 52, 0.425);
	--bg-widget-header: rgba(55, 55, 55, 0.9);
	--bg-gradient-start: rgba(40, 40, 40, 0.9);
	--bg-gradient-middle: rgba(90, 100, 130, 0.89);
	--bg-gradient-end: rgba(60, 60, 60, 0.9);
	--scrollbar-width: 12px;
	--scrollbar-track-bg: #414141;
	--scrollbar-thumb-bg: #784a3d;
	--scrollbar-border-radius: 0px;

	--text-primary: #f8f8f8;
	--text-secondary: #d1d5db;
	--text-muted: #9ca3af;
	--primary: #a4c6ff;
	--primary-button: #3b82f6;
	--primary-button-hover: #2563eb;
	--border-simple: rgba(68, 68, 68, 0.4);
	--border-light: rgba(51, 51, 51, 0.3);
	--section-header-font: 14px;
	--section-content-font: 13px;
	--button-font: 13px;
	--small-font: 12px;
	--medium-font: 13px;
	--spacing-small: 8px;
	--spacing-medium: 12px;
	--spacing-large: 16px;
	--radius-small: 4px;
	--radius-medium: 6px;
	--radius-large: 8px;
	--hover-bg: var(--common-box-bg-light);
	--noise-texture: none;
	--scroll-policy: auto;
	--panel-position: fixed;
	--panel-min-height: 100vh;
	--content-basic-bg: rgba(0, 0, 0, 0.05);
	--content-basic-border: rgba(255, 255, 255, 0.1);
	--content-wide-bg: transparent;
}

/* 공통 컨테이너 스타일 */
.common-box-light {
	background: var(--common-box-bg-light);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-medium);
	transition: all 0.3s ease;
	width: 100%;
	/* 부모 컨테이너에 맞춰 확장 */
	box-sizing: border-box;
	/* 패딩/보더 포함한 크기 계산 */
}

.common-box-medium {
	background: var(--common-box-bg-medium);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-medium);
	transition: all 0.3s ease;
	width: 100%;
	/* 부모 컨테이너에 맞춰 확장 */
	box-sizing: border-box;
	/* 패딩/보더 포함한 크기 계산 */
}

/* 패널 배경용 공통 컨테이너 - 전체 영역 커버 */
.common-box-panel-bg {
	background: var(--common-box-bg-medium);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-large);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s ease;
	z-index: -1;
	/* 배경 레이어 */
}

/* 메인 패널 스타일 */
.help-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 520px;
	height: 100%;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	padding: 10px;
	box-sizing: border-box;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjEwJSIgY3k9IjAiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYmEoMTAyLCAxMDUsIDEwNCwgMC45MCkiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiYSg5MywgMTEyLCAxMTksIDAuODkpIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2JhKDE2MCwgMTc0LCAxNTAsIDAuOTApIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4="),
		url("../../reference/light-blue/img/bgnoise_lg_dark.png");
	background-color: rgba(102, 105, 104, 0.9);
	padding-bottom: 10px;
	background: linear-gradient(
		-45deg,
		rgb(59 59 59 / 100%),
		rgb(74 78 91 / 100%),
		rgb(83 83 83 / 100%),
		rgb(40, 40, 40, 100%)
	);
	overflow-y: auto;
	z-index: 2000;
}

.help-panel.is-hidden {
	transform: translateX(100%);
}

.help-panel-body {
	flex-grow: 1;
	overflow-y: visible;
	padding: var(--spacing-large);
	display: flex;
	flex-direction: column;
	gap: var(--spacing-medium);
	position: relative;
	min-height: calc(100vh - 120px);
	padding-bottom: 80px; /* 푸터 공간 확보 */
}

.help-panel-body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	border-radius: var(--radius-large);
	margin: var(--spacing-small);
	z-index: -1;
}

/* 패널 헤더 스타일 */
.help-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 var(--spacing-medium) 0;
	border-bottom: 1px solid var(--border-light);
	margin-bottom: var(--spacing-large);
}

.brand-chip {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	font-size: 16px;
	color: var(--text-primary);
}

.brand-dot {
	width: 8px;
	height: 8px;
	background: var(--primary);
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(164, 198, 255, 0.6);
}

/* 콘텐츠 영역 - 공통 템플릿 (기본/가로 모드 공통 사용) */
.content-area {
	background: var(--content-basic-bg);
	border-top: 1px solid var(--content-basic-border);
	padding: var(--spacing-large);
	margin-top: calc(var(--spacing-large) * -1.5);
}

/* 스크롤 뷰 콘텐츠 스타일 */
.scroll-view-content {
	overflow-y: auto;
	max-height: calc(100vh - 280px);
	padding: 0 var(--spacing-medium);
	flex-grow: 1;
}

.scroll-view-content::-webkit-scrollbar {
	width: 8px;
}

.scroll-view-content::-webkit-scrollbar-thumb {
	background: var(--scrollbar-thumb-bg);
	border-radius: var(--scrollbar-border-radius);
}

.scroll-view-content::-webkit-scrollbar-track {
	background: var(--scrollbar-track-bg);
	border-radius: var(--scrollbar-border-radius);
}

/* 스크롤 섹션 공통 스타일 */
.scroll-section {
	margin-bottom: var(--spacing-large);
	padding: var(--spacing-medium) 0;
	width: 100%;
}

/* 헤더 섹션 스타일 */
.header-section {
	text-align: center;
	background: var(--bg-content);
	border: 1px solid var(--border-simple);
	border-radius: var(--radius-large);
	padding: var(--spacing-large);
}

.header-description {
	color: var(--text-secondary);
	font-size: var(--section-content-font);
	line-height: 1.6;
	margin-bottom: var(--spacing-large);
}

/* 도식 섹션 스타일 */
.diagram-section {
	/* 배경 제거 - 깔끔한 디자인 */
}

.diagram-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: var(--spacing-medium);
	padding: var(--spacing-large) 0;
}

.diagram-stage {
	background: var(--common-box-bg-medium);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-medium);
	padding: var(--spacing-large);
	text-align: center;
	width: 100%;
	max-width: 300px;
	transition: all 0.2s ease;
}

.diagram-stage:hover {
	background: var(--hover-bg);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.diagram-stage h4 {
	color: var(--primary);
	font-size: var(--section-header-font);
	font-weight: 600;
	margin: 0 0 var(--spacing-small) 0;
}

.diagram-stage p {
	color: var(--text-secondary);
	font-size: var(--small-font);
	line-height: 1.4;
	margin: 0;
}

.diagram-arrow {
	color: var(--primary);
	font-size: 24px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	animation: pulse 2s infinite;
	transform: rotate(90deg);
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.6;
	}
}

/* 타임라인 형태 프로세스 스타일 */
.unified-diagram-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: var(--spacing-medium) var(--spacing-large);
	margin: 0 auto;
}

.timeline-container {
	position: relative;
	width: 100%;
	max-width: 420px;
	padding: var(--spacing-medium) var(--spacing-large);
	margin: 0 auto;
}

.timeline-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: calc(var(--spacing-large) * 1.5);
	position: relative;
	padding: 0 var(--spacing-small);
}

.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-icon {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--primary-button);
	flex-shrink: 0;
	position: relative;
	z-index: 2;
	margin-top: 6px;
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
}

.timeline-content {
	margin-left: 16px;
	flex-grow: 1;
	min-width: 0;
}

.timeline-title {
	color: var(--primary);
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
}

.timeline-description {
	color: var(--text-secondary);
	font-size: var(--small-font);
	line-height: 1.4;
	margin: 0;
}

.timeline-description strong {
	color: var(--text-primary);
	font-weight: 600;
}

/* 타임라인 연결선 */
.timeline-item::before {
	content: "";
	position: absolute;
	left: 13px;
	top: 18px;
	width: 2px;
	height: calc(var(--spacing-large) * 1.5);
	border-left: 2px dashed var(--primary);
	opacity: 0.4;
	z-index: 1;
}

/* 설명 섹션 스타일 */
.descriptions-section {
	/* 배경 제거 - 깔끔한 디자인 */
	max-width: 420px;
	margin: 0 auto;
	padding: 0 var(--spacing-large);
}

.utilization-title {
	color: var(--text-primary);
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 var(--spacing-large) 0;
	padding: 0 0 var(--spacing-small) 0;
	border-bottom: 2px solid var(--primary);
	display: inline-block;
	position: relative;
	width: auto;
}

.description-block {
	padding: var(--spacing-medium) 0;
	margin-bottom: var(--spacing-large);
	border-bottom: 1px solid var(--border-light);
	transition: all 0.2s ease;
	width: 100%;
}

.description-block:hover {
	padding-left: var(--spacing-small);
}

.description-block:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.description-header {
	display: flex;
	align-items: center;
	gap: var(--spacing-medium);
	margin-bottom: var(--spacing-medium);
}

.description-number {
	background: var(--primary-button);
	color: white;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--small-font);
	font-weight: 600;
	flex-shrink: 0;
	box-shadow: 0 2px 6px rgba(59, 130, 246, 0.4);
}

.description-header h4 {
	color: var(--primary);
	font-size: var(--section-header-font);
	font-weight: 600;
	margin: 0;
}

.description-content {
	color: var(--text-secondary);
	font-size: var(--section-content-font);
	line-height: 1.6;
	margin: 0;
	padding-left: calc(24px + var(--spacing-medium));
}

/* 반응형 도식 */
@media (max-width: 768px) {
	.diagram-stage {
		max-width: 100%;
	}

	.diagram-arrow {
		font-size: 20px;
	}

	.unified-segment-box {
		max-width: 100%;
	}

	.unified-segment-item {
		padding: 10px 12px;
	}

	.description-content {
		padding-left: 0;
		margin-top: var(--spacing-small);
	}
}

/* 아코디언 섹션 스타일 */
.section {
	background: var(--bg-content);
	border: 1px solid var(--border-simple);
	border-radius: var(--radius-large);
	margin-bottom: var(--spacing-medium);
	overflow: hidden;
	transition: all 0.3s ease;
}

.section h3 {
	background: var(--bg-widget-header);
	padding: var(--spacing-medium) var(--spacing-large);
	margin: 0;
	font-size: var(--section-header-font);
	font-weight: 600;
	color: var(--text-primary);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--border-simple);
	transition: all 0.2s ease;
}

.section h3:hover {
	background: var(--hover-bg);
}

.section h3::after {
	content: "▼";
	font-size: var(--small-font);
	color: var(--text-muted);
	transition: transform 0.3s ease;
}

.section.active h3 {
	color: #a4c6ff;
}

.section.active h3::after {
	transform: rotate(180deg);
}

.section-content {
	padding: var(--spacing-large);
	display: none;
	font-size: var(--section-content-font);
}

.section.active .section-content {
	display: block;
}

.section-content p {
	margin-bottom: var(--spacing-medium);
	color: var(--text-secondary);
	line-height: 1.5;
}

.section-content ul {
	list-style: none;
	padding: 0;
}

.section-content li {
	padding: 6px 0;
	color: var(--text-secondary);
	position: relative;
	padding-left: var(--spacing-large);
}

.section-content li::before {
	content: "•";
	color: var(--primary);
	position: absolute;
	left: 0;
}

.tip {
	background: var(--bg-notification);
	border: 1px solid var(--primary);
	border-radius: var(--radius-medium);
	padding: var(--spacing-medium);
	margin-top: var(--spacing-medium);
	font-size: var(--medium-font);
}

.tip-label {
	color: var(--primary);
	font-weight: 600;
}

/* 패널 푸터 스타일 */
.panel-footer {
	padding: var(--spacing-large);
	border-top: 1px solid var(--border-light);
	background: var(--bg-widget-header);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.panel-footer p {
	text-align: center;
	color: var(--text-muted);
	font-size: var(--small-font);
	margin: 10px 0 0 0;
}

/* 언어 선택기 스타일 */
.language-selector select {
	color: var(--text-primary);
	background: var(--bg-widget-header);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-small);
	font-size: var(--medium-font);
	padding: var(--spacing-small) var(--spacing-medium);
	cursor: pointer;
	outline: none;
	min-width: 90px;
	text-align: center;
	appearance: none;
}

.language-selector select:hover,
.language-selector select:focus {
	background-color: var(--common-box-bg-medium);
}

.language-selector select option {
	background-color: var(--bg-widget-header);
	color: var(--text-primary);
	padding: var(--spacing-small) var(--spacing-medium);
	border: none;
}

.language-selector select option:checked,
.language-selector select option:hover {
	background-color: var(--primary-button);
	color: white;
}

/* 가로모드 레이아웃 스타일 */
.wide-image-area,
.wide-cards-area {
	background: var(--common-box-bg-light);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-large);
	padding: var(--spacing-medium);
}

.wide-image-area {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.wide-main-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: var(--radius-medium);
}

.wide-text-card {
	background: var(--common-box-bg-medium);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-medium);
	padding: var(--spacing-medium);
	margin-bottom: var(--spacing-medium);
	transition: all 0.2s ease;
	position: relative;
}

.wide-text-card:hover {
	background: var(--hover-bg);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.wide-text-card .ui-element {
	background: rgba(164, 198, 255, 0.2);
	color: var(--primary);
	padding: 2px 6px;
	border-radius: 3px;
	font-weight: 500;
}
/* 가로 모
드 레이아웃 */
.wide-layout {
	display: flex;
	gap: var(--spacing-large);
	height: 70vh;
	min-height: 500px;
}

.wide-image-area {
	flex: 2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wide-main-image {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: var(--radius-medium);
}

.wide-cards-area {
	flex: 1;
}

.wide-cards-container {
	height: 100%;
	overflow-y: auto;
	padding-right: var(--spacing-small);
}

.wide-text-card {
	background: var(--common-box-bg-medium);
	border: 1px solid var(--common-box-border);
	border-radius: var(--radius-medium);
	padding: var(--spacing-medium);
	margin-bottom: var(--spacing-medium);
	transition: all 0.2s ease;
	position: relative;
}

.wide-text-card:hover {
	background: var(--hover-bg);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.wide-text-card .card-header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 var(--spacing-small) 0;
}

.wide-text-card .card-number {
	background: #3b82f6;
	color: white;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 600;
	box-shadow: 0 2px 6px rgba(59, 130, 246, 0.4);
	border: none;
	flex-shrink: 0;
}

.wide-text-card h4 {
	color: var(--primary);
	font-size: var(--section-header-font);
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.wide-text-card .card-content {
	color: var(--text-secondary);
	font-size: var(--section-content-font);
	line-height: 1.5;
}

.wide-text-card .card-description {
	margin-bottom: var(--spacing-small);
	color: var(--text-secondary);
}

.wide-text-card .card-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.wide-text-card .card-items li {
	padding: 4px 0;
	color: var(--text-secondary);
	position: relative;
	padding-left: var(--spacing-medium);
}

.wide-text-card .card-items li::before {
	content: "•";
	color: var(--primary);
	position: absolute;
	left: 0;
	font-weight: bold;
}

.wide-text-card .card-note {
	margin-top: var(--spacing-small);
	font-style: italic;
	color: var(--text-muted);
	font-size: 12px;
}

.wide-cards-container::-webkit-scrollbar {
	width: 8px;
}

.wide-cards-container::-webkit-scrollbar-thumb {
	background: var(--scrollbar-thumb-bg);
	border-radius: var(--scrollbar-border-radius);
}

.wide-cards-container::-webkit-scrollbar-track {
	background: var(--scrollbar-track-bg);
	border-radius: var(--scrollbar-border-radius);
}

/* 슬라이드 도트 */
.slide-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	z-index: 10;
}

.slide-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4b5563;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
	padding: 0;
}

.slide-dot.active {
	background: #3b82f6;
	width: 24px;
	border-radius: 4px;
}

.slide-dot:hover {
	background: #6b7280;
}

/* 페이지 위치 표시 */
.page-location-section {
	margin: 0 0 8px 0;
	padding: 8px 0 4px 0;
}

.page-location {
	text-align: left;
}

.location-text {
	color: #9ca3af;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
}

/* 비디오 모달 */
.video-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	animation: fadeIn 0.3s ease;
}

.video-modal.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-modal-content {
	position: relative;
	width: 90%;
	max-width: 1200px;
	max-height: 90vh;
}

.video-modal-content video {
	width: 100%;
	height: auto;
	max-height: 85vh;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.video-modal-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: transparent;
	border: none;
	color: white;
	font-size: 40px;
	font-weight: 300;
	cursor: pointer;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	transition: transform 0.2s ease;
}

.video-modal-close:hover {
	transform: scale(1.2);
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.video-btn {
	display: inline-block;
	padding: var(--spacing-small) var(--spacing-large);
	background: var(--primary-button);
	color: white;
	text-decoration: none;
	border-radius: var(--radius-medium);
	font-size: var(--button-font);
	transition: all 0.2s ease;
	border: none;
	cursor: pointer;
	margin-top: 12px;
}

.video-btn:hover {
	background: var(--primary-button-hover);
}

.video-btn::before {
	content: "▶ ";
	margin-right: 6px;
}

/* Quickstart 패널 조정 */
.help-panel.quickstart-panel .help-panel-body {
	padding-top: 20px !important;
}

.help-panel.quickstart-panel .help-header {
	padding: 4px 0 8px 0 !important;
	margin-bottom: 0 !important;
	border-bottom: 1px solid var(--border-light) !important;
}

.help-panel.quickstart-panel .page-location-section {
	margin: -8px 0 8px 0 !important;
	padding: 8px 0 4px 0 !important;
}

.help-panel.quickstart-panel .language-selector {
	margin-left: auto !important;
	margin-right: 12px !important;
}

/* 가이드 모드 (가로 모드) 스타일 */
.help-panel.guide-mode {
	width: 95vw !important;
	max-width: 1400px !important;
}

/* 반응형 */
@media (max-width: 1200px) {
	.help-panel.guide-mode {
		width: 95vw !important;
	}
}

@media (max-width: 900px) {
	.wide-layout {
		flex-direction: column;
		height: auto;
	}

	.wide-image-area {
		flex: none;
		height: 300px;
	}

	.wide-cards-area {
		flex: none;
		height: 400px;
	}
}

@media (max-width: 768px) {
	.help-panel.guide-mode {
		width: 98vw !important;
	}
}
