@charset "utf-8";
/**
 * nCrom_layout_A - Base Styles, Dialog, Layout, Live Edit Panel
 * @ncrom-sig 6e43726f6d
 * @refactored 2026-01-02
 *
 * @file layout.css
 * @description 기본 스타일, 메시지, 레이아웃, 라이브 편집 패널
 *
 * @docs 기술문서: X:\web\docs\softbom_dev\nCrom_layout_A_bible\LIVE_EDIT_PANEL.md
 * @docs 히스토리: X:\web\docs\softbom_dev\history_020.md, history_021.md
 */

html, body	{height: 100%; width: 100%;}
body	{margin: 0; padding: 0; -webkit-text-size-adjust: none;}

a	{text-decoration: none; outline: none;}
a:hover	{text-decoration:none;}
a:visited	{text-decoration:none;}
a:active	{text-decoration:none;}

input, button, textarea, table	{outline: none; margin: 0;}
section, aside, nav, header, footer	{display: block;}
figure	{display: inline-block; margin: 0; padding: 0;}
textarea	{resize: vertical;}
button, input[type=button]	{cursor: pointer; margin: 0;-webkit-font-smoothing: subpixel-antialiased !important; border: none;}
button	{padding: 0; background: none;}
h1, h2, h3, h4, h5	{padding: 0; margin: 0; font-weight: normal;}
p	{padding: 0; margin: 0;}
ol, ul	{list-style: none; padding: 0; margin: 0;}
.xe_content ul,
.xe_content ol	{list-style-type: initial; margin-top: 1em; margin-bottom: 1em; margin-left: 0; margin-right: 0; padding-left: 40px;}
.xe_content ol	{list-style-type: decimal;}

/* basic */
.hide	{display: none;}
.round10	{border-radius: 5px;}
.round15	{border-radius: 15px;}
.round20	{border-radius: 20px;}
.pt_star	{font: 15px/15px "verdana";}
.ncrom_anchor	{text-decoration: underline;}
.a_underline:hover	{text-decoration: underline;}
.num_box,
.num_box2	{display: inline-block;}
.ncrom_avatar	{display: inline-block; width: 40px; height: 40px; background: url(../images/profile.png) no-repeat center center; background-size: cover; overflow: hidden; vertical-align: middle;}
.ncrom_avatar.round	{border-radius: 50%;}
.ncrom_avatar.small	{width: 30px; height: 30px;}
.ncrom_avatar.color	{background-color: #edf6f2; background-image: url(../images/profile_color.png);}
.ncrom_avatar.white	{background-image: url(../images/profile_white.png);}
.ncrom_avatar_img	{width: 100%; height: auto;}
.ib	{display: inline-block;}
.ib i	{margin-right: 3px;}
.ib i.only	{margin-right: 0; transition-property: color; transition-duration: 0.3s;}
.ib_color	{color: #FFF;}
.ib.ib_color i.only	{color: #FFF;}
.bt_group .ib:last-of-type	{border-right: none;}
.bt_duo>.ib	{margin: 0 5px;}
.bt_half>.ib	{width: calc(50% - 5px); box-sizing: border-box; text-align: center;}
.bt_half>.ib:first-of-type	{margin-right: 10px;}
.bt_full>.ib	{width: 100%;}
.bt_left .ib	{margin-right: 3px; vertical-align: middle;}
.bt_right .ib	{margin-left: 3px; vertical-align: middle;}
.ii	{display: inline-block; padding: 0 10px; box-sizing: border-box; border-radius: 5px; vertical-align: middle; border: none; transition-property: background-color; transition-duration: 0.3s;}
.ii:focus,
.ii.ii2:focus	{background-color: #fcf8e3;}
.ii:focus::-webkit-input-placeholder	{color: #b4b1a2;}
.ii:focus::-moz-placeholder	{color: #b4b1a2;}
.ii:focus:-ms-input-placeholder	{color: #b4b1a2;}
.ii:focus:-moz-placeholder	{color: #b4b1a2;}
textarea.ii	{height: auto; line-height: 160%; padding: 5px 10px; vertical-align: inherit;}
textarea:focus::-webkit-input-placeholder	{color: #b4b1a2;}
textarea:focus::-moz-placeholder	{color: #b4b1a2;}
textarea:focus:-ms-input-placeholder	{color: #b4b1a2;}
textarea:focus:-moz-placeholder	{color: #b4b1a2;}
.list_link	{display: inline-block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.closed .close,
.opened .open	{display: none;}
.closed .open,
.opened .close	{display: inline-block;}

/* ncrom dialog (message) */
.ncrom_dialog	{position: fixed;}
.ncrom_dialog	{left: -500px; top: 0; width: 0; height: 0; overflow: hidden; z-index: -10;}
.ncrom_dialog.active	{left: 0; width: 100%; height: 100%; z-index: 101;}
.ncrom_dialog>div	{position: relative; margin: 0 auto;}
.ncrom_dialog>div>h3	{text-align: center;}
.ncrom_dialog .bt_area	{text-align: center;}
.ncrom_alert .inner	{text-align: center;}
.ncrom_alert .message_target	{ font-weight: bold;}
.ncrom_dialog.ncrom_alert .bt_area,
.ncrom_dialog.ncrom_warn .bt_area,
.ncrom_dialog.ncrom_dialog2 .bt_area	{background-color: transparent;}

/* ncrom_warn is HTML alias for ncrom_alert */
.ncrom_warn .inner	{text-align: center;}
.ncrom_warn .message_target	{font-weight: bold;}

/* ncrom card (box) */
.ncrom_card	{margin: 0 auto; box-sizing: border-box; text-align: center;}

/* ncrom picker (dropdown) */
.ncrom_picker	{display: inline-block; position: relative;}
.ncrom_picker .bt	{display: inline-block; position: relative; width: 100%; box-sizing: border-box; border-radius: 5px; text-align: left; z-index: 2;}
.ncrom_picker .bt.opened	{border-radius: 5px 5px 0 0;}
.ncrom_picker .fa-angle-down,
.ncrom_picker .fa-angle-up	{position: absolute; right: 10px; top: 50%; margin-top: -6px;}
.ncrom_picker>ul	{display: none; position: absolute; left: 0; top: 100%; width: 100%; padding: 10px; box-sizing: border-box; background-color: #FFF; border-radius:  0 0 10px 10px; box-shadow: 0 10px 15px rgba(0,0,0,0.1); white-space: nowrap; z-index: 20;}
.darkmode .ncrom_picker>ul	{box-shadow: 0 10px 15px rgba(0,0,0,0.4);}
.ncrom_picker li	{margin-bottom: 8px;}
.ncrom_picker li:last-child	{margin-bottom: 0;}
.blur_dummy	{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}

/* color preview */
.preview_dummy	{position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 199;}
.color_preview	{position: fixed; left: -185px; top: 0; width: 185px; height: 100%; transition-property: left; transition-duration: 0.5s; z-index: 200;}
.color_preview.active	{left: 0;}
.color_preview>div	{height: 100%; padding: 15px; box-sizing: border-box;}
.color_preview .bt_openclose	{position: absolute; left: 100%; width: 45px; height: 45px; border-radius: 0 10px 10px 0; font-size: 18px;}
.color_preview .light_mode	{margin-bottom: 25px;}
.color_preview h3	{margin-bottom: 15px; font-weight: bold;}
.color_preview ul	{font-size: 0;}
.color_preview li	{display: inline-block; width: 70px; font-size: 12px; margin-right: 15px; margin-bottom: 15px; text-align: center;}
.color_preview li:nth-child(2n)	{margin-right: 0;}
.color_preview .img_wrap	{display: inline-block; width: 50px; height: 50px; padding: 10px; margin-bottom: 10px; border-radius: 15px; background-color: #EEE;}
.color_preview .dark_mode .img_wrap	{background-color: #222;}
.color_preview img	{border-radius: 5px; width: 100%; height: auto;}
.color_preview .bt_nemo	{display: inline-block; width: 100%; margin-bottom: 15px; padding: 10px 0; text-align: center;}

/* layout */
.ncrom_shell	{position: relative; min-height: 100%;}
.ncrom_backdrop,
.ncrom_dim	{display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); z-index: 100;}
.darkmode .ncrom_backdrop,
.darkmode .ncrom_dim	{background-color: rgba(255,255,255,0.3);}
.ncrom_spinner	{display: none; position: fixed; top: 50%; left: 50%; margin: -25px 0 0 -25px; width: 50px; height: 50px; border-radius: 5px; overflow: hidden; z-index: 200; text-align: center;}
.ncrom_spinner::after	{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #FFF; opacity: 0.5; z-index: -1;}
.ncrom_spinner svg	{margin-top: 10px; margin-left: 3px; fill: #333;}
.darkmode .ncrom_spinner::after	{background-color: #000;}
.darkmode .ncrom_spinner svg	{fill: #FFF;}
.ncrom_checkmark,
.ncrom_complete,
.ncrom_done	{display: none; position: fixed; top: 50%; left: 50%; width: 50px; height: 50px; margin: -25px 0 0 -25px; background-color: rgba(0,0,0,0.5); border-radius: 5px; font-size: 26px; line-height: 53px; text-align: center; color: #FFF; z-index: 200;}

/* xe message */
.xe_message	{position: fixed;  box-shadow: 0 0 10px rgba(0,0,0,0.1); margin: 0 !important; box-sizing: border-box; z-index: 201;}
.darkmode .xe_message	{box-shadow: 0 0 10px rgba(0,0,0,0.4);}

/* top strip (banner) */
.ncrom_strip_top.bg_dark_purple	{background: #4a3f9a;}
.ncrom_strip_top.bg_dark_purplePink	{background: #4a3f9a; background: linear-gradient(90deg, #4a3f9a 0%, #4a3f9a 50%, #f073d4 100%);}

.ncrom_strip_top.bg_dark,
.ncrom_strip_top.bg_dark button	{color: #FFF;}

/* global notice */
.global_notice	{overflow: hidden;}
.global_notice>ul>li	{position: relative;}
.global_notice>ul>li:after	{content: ''; position: absolute; left: 0; top: -1px; width: 100%; height: 1px;}
.global_notice .gn_unit.closed	{display: none;}
.global_notice .gn_icon	{position: absolute; top: 50%; margin-top: -6px; font-size: 12px;}
.global_notice .bt_close	{position: absolute;}
.global_notice .bt_close button	{color: #adada0;}
.global_notice a	{color: inherit;}
.global_notice .gn_custom .gn_icon,
.global_notice .gn_custom .bt_close button	{color: inherit !important;}
.global_notice .closed .bt_close	{display: none;}

.bt_open_gn	{display: none;}

/* auth (login) */
.ncrom_auth2 .ex	{position: relative;}
.ncrom_auth2 .ex a	{float: right; display: inline-block;}

/* sns login */
.sns_login	{position: relative; text-align: center;}
.sns_login.not_only	{padding-top: 25px; margin-top: 0;}
.sns_login.not_only::before	{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px;}
.sns_login.not_only::after	{content: 'OR'; position: absolute; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); top: -5px; padding: 0 10px; background-color: #FFF; font: 10px "Arial";}
.sns_login .sns_warn	{position: relative; padding-left: 30px; margin-top: 25px; text-align: left;}
.sns_login .sns_warn i	{position: absolute; left: 0; top: 5px; font-size: 16px;}
.sns_login .bt_sns	{position: relative; width: calc(20% - 4px); padding: 54px 0 10px; margin-right: 5px; background-position: center 5px; color: #FFF;}
.sns_login .bt_sns::after	{content: ''; position: absolute; left: 0; top: 44px; height: 1px; width: 100%; background-color: #414347; opacity: 0.1;}
.sns_login .bt_sns	{display: inline-block; background-size: 34px 34px; background-repeat: no-repeat; border-radius: 5px;}
.sns_login .bt_sns:last-of-type	{margin-right: 0;}
.sns_login .sns_twitter	{background-color: #65bee3; background-image: url(../images/s_twitter.png);}
.sns_login .sns_facebook	{background-color: #7488c1; background-image: url(../images/s_facebook.png);}
.sns_login .sns_google	{background-color: #e27474; background-image: url(../images/s_google.png);}
.sns_login .sns_naver	{background-color: #85bb54; background-image: url(../images/s_naver.png);}
.sns_login .sns_kakao	{background-color: #f3e545; background-image: url(../images/s_kakao.png); color: #222;}

/* ncrom gauge (pointbar) - .ncrom_progress is HTML alias */
.ncrom_gauge,
.ncrom_progress	{position: relative; height: 16px; border-radius: 8px; overflow: hidden;}
.ncrom_gauge .current,
.ncrom_progress .current	{height: 16px;}
.ncrom_gauge .level,
.ncrom_gauge .point	{position: absolute; left: 0; top: 0; width: 100%; height: 16px; line-height: 16px; padding: 0 10px; box-sizing: border-box; transition-property: opacity; transition-duration: 0.3s; z-index: 1;}
.ncrom_gauge .percent	{float: right;}
.ncrom_gauge:hover .level	{opacity: 0;}
.ncrom_gauge .point	{opacity: 0; text-align: center;}
.ncrom_gauge:hover .point	{opacity: 1;}

/* notify */
.notify_list>ol>li	{position: relative; min-height: 40px; word-break: break-all;}
.notify_list>ol>li:last-child	{border-bottom: none;}
.notify_list .list_link	{z-index: 3;}
.notify_list .ncrom_avatar	{position: absolute;}
.notify_type	{position: absolute; padding: 4px 5px 3px; border-radius: 5px; color: #FFF; font-size: 10px; z-index: 1;}
.notify_list .ago	{margin-top: 5px;}

/* basement (footer) */
.footer_lncrom_icon	{font-size: 0;}
.footer_lncrom_icon li	{display: inline-block; margin-left: 5px;}
.footer_lncrom_icon a	{display: inline-block; width: 40px; height: 40px; line-height: 42px; border-radius: 5px; background-color: rgba(255,255,255,0.1); text-align: center; font-size: 18px;}


/* widget style */
.board_name, .board_name2	{white-space: nowrap;}
.board_name .inner, .board_name2 .inner	{display: inline-block; height: 24px; border-radius: 12px; padding: 0 10px; box-sizing: border-box; text-align: center; transition-property: background-color, color; transition-duration: 0.3s;}

/* table */
.d_table	{display: table; width: 100%; box-sizing: border-box;}
.d_table>li,
.d_table_row	{display: table-row;}
.d_table_cell	{display: table-cell;}

/* ncrom toggle (check) - .ncrom_checkbox is HTML alias */
.ncrom_toggle,
.ncrom_checkbox	{position: relative; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.ncrom_toggle input,
.ncrom_checkbox input	{position: absolute; opacity: 0;}
.ncrom_toggle>span,
.ncrom_checkbox>span	{display: inline-block; width: 20px; height: 20px; margin-right: 5px; border-radius: 5px; background-color: #FFF; text-align: center; -webkit-transition-duration: .3s; -webkit-transition-property: background-color, border-color; vertical-align: middle; margin-bottom: 3px; box-sizing: border-box;}
.ncrom_toggle input + span>i,
.ncrom_checkbox input + span>i	{opacity: 0; transition-duration: 0.3s; transition-property: opacity; font-size: 10px;}
.ncrom_toggle input:checked + span>i,
.ncrom_checkbox input:checked + span>i	{opacity: 1;}

.ncrom_toggle.ncrom_radio>span	{border-radius: 5px; border: none;}
.ncrom_toggle.ncrom_radio input + span>i	{opacity: 1; color: #FFF;}
.ncrom_toggle.ncrom_radio input:checked + span	{border: none;}

/* ncrom carousel (slide) */
.ncrom_carousel	{position: relative;}
.ncrom_carousel .swiper-con	{overflow: hidden;}
.ncrom_carousel .single_image	{width: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.ncrom_carousel .swiper-slide	{background-repeat: no-repeat; background-position: center center; background-size: cover;}
.ncrom_carousel .swiper-pagination	{position: absolute; left: 0; right: 0; width: 100%; text-align: center; z-index: 10;}
.ncrom_carousel .swiper-pagination-bullet	{display: inline-block; margin: 0 2px; background-color: #FFF; opacity: 0.5; cursor: pointer; transition-property: width; transition-duration: 0.3s;}
.ncrom_carousel .swiper-pagination-bullet-active	{opacity: 1;}

.ncrom_carousel .dark_shade	{position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
.ncrom_carousel .dark_shade	{background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%);}
.ncrom_carousel .slide_content	{position: absolute; color: #FFF; text-align: right; z-index: 2;}
.ncrom_carousel .slide_content	{opacity: 0; transition-duration: 0.6s; transition-delay: 0.3s;}
.ncrom_carousel .swiper-slide-active	{z-index: 10;}
.ncrom_carousel .swiper-slide-active .slide_content	{opacity: 1;}

.ncrom_carousel .single_image .slide_content	{opacity: 1;}

.ncrom_carousel .slide_ctg	{letter-spacing: 0.15em;}
.ncrom_carousel .slide_button	{display: inline-block; background-color: rgba(0,0,0,0.7); color: #fff; overflow: hidden;}

/* swiper */
.swiper_ctn,
.swiper_ctn2,
.swiper-con {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide	{
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}


/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* Live Edit Mode */
.ncrom_editable	{position: relative;}
.ncrom_edit_btn	{display: none; position: absolute; z-index: 100; padding: 8px 10px; border: none; border-radius: 5px; background: rgba(242, 183, 32, 0.95); color: #fff; font-size: 12px; cursor: pointer; transition: all 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.15);}
.ncrom_edit_btn:hover	{background: rgba(217, 164, 28, 0.95); transform: scale(1.05);}
.ncrom_edit_btn i	{pointer-events: none;}
body.live-edit-mode .ncrom_edit_btn	{display: block;}
body.live-edit-mode .ncrom_editable:hover	{outline: 2px dashed #f2b720; outline-offset: 2px;}
#ncrom_strip_top .ncrom_edit_btn	{top: 10px; left: 10px;}

/* Edit Panel - Right Slide */
#ncrom_edit_panel	{position: fixed !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: auto !important; width: 470px; max-width: 100vw; height: 100vh !important; background: transparent !important; transform: translateX(100%); transition: transform 0.3s ease; z-index: 9999 !important; overflow: hidden !important;}
#ncrom_edit_panel.active	{transform: translateX(0);}
#ncrom_edit_panel .edit_panel_wrap	{position: relative; width: 100%; height: 100%; background: #fff; box-shadow: -5px 0 30px rgba(0,0,0,0.15); display: flex; flex-direction: column; overflow: hidden; border-radius: 0 !important;}

/* Edit Panel - 헤더 내 네비게이션 */
#ncrom_edit_panel .edit_panel_nav	{display: flex; align-items: center; gap: 3px; margin-left: 8px; flex: 1;}
#ncrom_edit_panel .edit_panel_nav .nav_btn_wrap	{display: flex; gap: 4px; overflow-x: auto; max-width: 240px; scrollbar-width: none; -ms-overflow-style: none;}
#ncrom_edit_panel .edit_panel_nav .nav_btn_wrap::-webkit-scrollbar	{display: none;}
#ncrom_edit_panel .edit_panel_nav .nav_btn	{flex-shrink: 0; width: 26px; height: 26px; border: none; border-radius: 50% !important; background: linear-gradient(145deg, #f5f5f5, #e8e8e8); color: #555; font-size: 12px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; box-shadow: 1px 1px 3px rgba(0,0,0,0.1), -1px -1px 2px rgba(255,255,255,0.8);}
#ncrom_edit_panel .edit_panel_nav .nav_btn:hover	{background: linear-gradient(145deg, #ffe082, #f2b720); color: #333; transform: scale(1.05);}
#ncrom_edit_panel .edit_panel_nav .nav_btn.active	{background: linear-gradient(145deg, #f2b720, #e5a91a); color: #333; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.15);}
#ncrom_edit_panel .edit_panel_nav .nav_arrow	{flex-shrink: 0; width: 22px; height: 22px; border: none; border-radius: 3px !important; background: transparent; color: #888; font-size: 10px; cursor: pointer; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center;}
#ncrom_edit_panel .edit_panel_nav .nav_arrow:hover	{background: #f0f0f0; color: #333;}
#ncrom_edit_panel .edit_panel_nav .nav_arrow.hidden	{display: none !important;}
#ncrom_edit_panel .edit_panel_header	{display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border-bottom: 1px solid #e5e5e5; flex-shrink: 0; gap: 8px;}
#ncrom_edit_panel .edit_panel_title	{font-size: 13px; font-weight: bold; margin: 0; white-space: nowrap; flex-shrink: 0;}
#ncrom_edit_panel .edit_panel_header .bt_close	{font-size: 18px; color: #999;}
#ncrom_edit_panel .edit_panel_header .bt_close:hover	{color: #333;}
#ncrom_edit_panel .edit_panel_body	{flex: 1; overflow-y: auto; padding: 20px;}
#ncrom_edit_panel .edit_panel_body::-webkit-scrollbar	{width: 8px;}
#ncrom_edit_panel .edit_panel_body::-webkit-scrollbar-track	{background: #e5e5e5;}
#ncrom_edit_panel .edit_panel_body::-webkit-scrollbar-thumb	{background: #888; border-radius: 4px;}
#ncrom_edit_panel .edit_panel_body::-webkit-scrollbar-thumb:hover	{background: #666;}
#ncrom_edit_panel .edit_panel_footer	{display: flex; justify-content: center; gap: 10px; padding: 15px 20px; border-top: 1px solid #e5e5e5; flex-shrink: 0;}

/* Body shift when panel is open */
body.ncrom-panel-open	{overflow: hidden; height: 100vh;}
body.ncrom-panel-open > .ncrom_shell	{margin-right: 470px; height: 100vh; overflow-y: auto; transition: margin-right 0.3s ease;}
body:not(.ncrom-panel-open) > .ncrom_shell	{transition: margin-right 0.3s ease;}

/* 패널 숨김 시 우측 보이기 버튼 */
#ncrom_show_panel_btn	{position: fixed; top: 50%; right: 0; transform: translateY(-50%) translateX(100%); width: 32px; height: 60px; border: none; border-radius: 8px 0 0 8px !important; background: linear-gradient(145deg, #f2b720, #e5a91a); color: #333; font-size: 14px; cursor: pointer; box-shadow: -2px 0 8px rgba(0,0,0,0.15); transition: all 0.3s ease; z-index: 9998; display: flex; align-items: center; justify-content: center;}
#ncrom_show_panel_btn:hover	{background: linear-gradient(145deg, #ffe082, #f2b720); width: 36px;}
#ncrom_show_panel_btn.visible	{transform: translateY(-50%) translateX(0);}
#ncrom_edit_panel .edit_form .edit_row	{margin-bottom: 15px;}
#ncrom_edit_panel .edit_form label	{display: block; margin-bottom: 5px; font-size: 14px; font-weight: normal; color: #666;}
#ncrom_edit_panel .edit_form .ii	{width: 100%; box-sizing: border-box; padding: 8px 12px; border: 1px solid #ddd; border-radius: 5px !important; font-size: 14px; line-height: 1.4;}
#ncrom_edit_panel .edit_form select.ii	{height: 40px; padding: 8px 12px;}
#ncrom_edit_panel .edit_form .ii:focus	{border-color: #f2b720; outline: none;}
#ncrom_edit_panel .edit_info	{margin-bottom: 15px; padding: 12px 15px; background: #fff8e6; border: 1px solid #f2b720; border-radius: 5px !important; font-size: 14px; color: #8a6d00;}
#ncrom_edit_panel .edit_info i	{margin-right: 8px; color: #f2b720;}
#ncrom_edit_panel .edit_form .hint	{margin-top: 5px; font-size: 14px; color: #999;}
#ncrom_edit_panel .edit_panel_footer .ib	{display: inline-flex; align-items: center; justify-content: center; padding: 8px 16px; border-radius: 5px !important; font-size: 14px; line-height: 1; height: 36px;}
#ncrom_edit_panel .edit_panel_footer .ib i	{margin-right: 5px;}
#ncrom_edit_panel .edit_panel_footer .ib:disabled	{opacity: 0.6; cursor: not-allowed;}

/* Edit Panel - Loading */
#ncrom_edit_panel .edit_loading	{display: flex; justify-content: center; align-items: center; height: 100px; font-size: 14px; color: #999;}
#ncrom_edit_panel .edit_loading i	{margin-right: 10px; font-size: 18px;}

/* Edit Panel - Accordion */
#ncrom_edit_panel .edit_accordion	{margin-bottom: 15px;}
#ncrom_edit_panel .accordion_section	{margin-bottom: 10px; border: 1px solid #e5e5e5; border-radius: 5px !important; overflow: hidden;}
#ncrom_edit_panel .accordion_header	{display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: #f7f7f7; cursor: pointer; user-select: none; transition: background 0.2s;}
#ncrom_edit_panel .accordion_header:hover	{background: #eee;}
#ncrom_edit_panel .accordion_title	{font-size: 13px; font-weight: bold; color: #333;}
#ncrom_edit_panel .accordion_icon	{font-size: 12px; color: #999; transition: transform 0.2s;}
#ncrom_edit_panel .accordion_section.active .accordion_icon	{transform: rotate(180deg);}
#ncrom_edit_panel .accordion_content	{display: none; padding: 15px; background: #fff;}

/* Edit Panel - Radio Group */
#ncrom_edit_panel .radio_group	{display: flex; flex-wrap: wrap; gap: 8px;}
#ncrom_edit_panel .radio_label	{display: inline-flex; align-items: center; gap: 5px; padding: 6px 12px; border: 1px solid #ddd; border-radius: 5px !important; cursor: pointer; font-size: 13px; transition: all 0.2s;}
#ncrom_edit_panel .radio_label:hover	{border-color: #bbb; background: #f7f7f7;}
#ncrom_edit_panel .radio_label input[type="radio"]	{margin: 0; width: 14px; height: 14px;}
#ncrom_edit_panel .radio_label input[type="radio"]:checked + span	{color: #f2b720; font-weight: bold;}
#ncrom_edit_panel .radio_label:has(input:checked)	{border-color: #f2b720; background: #fff8e6;}

/* Edit Panel - Color Field */
#ncrom_edit_panel .color_field	{display: flex; gap: 8px;}
#ncrom_edit_panel .color_field .color_input	{flex: 1;}
#ncrom_edit_panel .color_field .color_picker	{width: 40px; height: 40px; padding: 2px; border: 1px solid #ddd; border-radius: 5px !important; cursor: pointer;}

/* Edit Panel - Image Field */
#ncrom_edit_panel .image_field	{}
#ncrom_edit_panel .image_preview	{margin-bottom: 8px; max-height: 100px; overflow: hidden; border-radius: 5px !important; background: #f7f7f7;}
#ncrom_edit_panel .image_preview img	{max-width: 100%; max-height: 100px; object-fit: contain;}

/* Edit Panel - Messages */
#ncrom_edit_panel .edit_message	{margin-bottom: 15px; padding: 12px 15px; border-radius: 5px !important; font-size: 14px;}
#ncrom_edit_panel .edit_message i	{margin-right: 8px;}
#ncrom_edit_panel .edit_message_success	{background: #e6f9e6; border: 1px solid #4caf50; color: #2e7d32;}
#ncrom_edit_panel .edit_message_success i	{color: #4caf50;}
#ncrom_edit_panel .edit_message_error	{background: #fde8e8; border: 1px solid #f44336; color: #c62828;}
#ncrom_edit_panel .edit_message_error i	{color: #f44336;}

/* Edit Panel - Dark Mode */
.darkmode #ncrom_edit_panel .edit_panel_wrap	{background: #2d2d2d; color: #e9e9e9; box-shadow: -5px 0 30px rgba(0,0,0,0.4);}
.darkmode #ncrom_edit_panel .edit_panel_header	{border-bottom-color: #444;}
.darkmode #ncrom_edit_panel .edit_panel_title	{color: #e9e9e9;}
.darkmode #ncrom_edit_panel .edit_panel_footer	{border-top-color: #444;}
.darkmode #ncrom_edit_panel .edit_form label	{color: #999;}
.darkmode #ncrom_edit_panel .edit_form .ii	{background: #222; border-color: #444; color: #e9e9e9;}
.darkmode #ncrom_edit_panel .edit_form .ii:focus	{border-color: #f2b720;}
.darkmode #ncrom_edit_panel .edit_form .hint	{color: #777;}
.darkmode #ncrom_edit_panel .edit_info	{background: #3a3520; border-color: #5a4a20; color: #d4b840;}
.darkmode #ncrom_edit_panel .edit_message_success	{background: #1e3a1e; border-color: #4caf50; color: #81c784;}
.darkmode #ncrom_edit_panel .edit_message_error	{background: #3a1e1e; border-color: #f44336; color: #ef9a9a;}
.darkmode #ncrom_edit_panel .edit_loading	{color: #777;}
.darkmode #ncrom_edit_panel .accordion_section	{border-color: #444;}
.darkmode #ncrom_edit_panel .accordion_header	{background: #333;}
.darkmode #ncrom_edit_panel .accordion_header:hover	{background: #3a3a3a;}
.darkmode #ncrom_edit_panel .accordion_title	{color: #e9e9e9;}
.darkmode #ncrom_edit_panel .accordion_content	{background: #2d2d2d;}
.darkmode #ncrom_edit_panel .radio_label	{border-color: #444; background: #333; color: #bbb;}
.darkmode #ncrom_edit_panel .radio_label:hover	{border-color: #555; background: #3a3a3a;}
.darkmode #ncrom_edit_panel .radio_label:has(input:checked)	{border-color: #f2b720; background: #3a3520;}
.darkmode #ncrom_edit_panel .color_field .color_picker	{border-color: #444; background: #333;}
.darkmode #ncrom_edit_panel .image_preview	{background: #333;}

/* Edit Panel - Mobile */
@media screen and (max-width: 480px) {
	#ncrom_edit_panel	{width: 100%;}
	body.ncrom-panel-open > .ncrom_shell	{margin-right: 0; opacity: 0.3; pointer-events: none;}
}

/* Refresh Overlay */
#ncrom_refresh_overlay	{display: none; position: fixed; top: 0; left: 0; right: 470px; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9998; justify-content: center; align-items: center; color: #fff; font-size: 16px; backdrop-filter: blur(2px);}
#ncrom_refresh_overlay	{display: none;}
#ncrom_refresh_overlay.show,
#ncrom_refresh_overlay[style*="block"]	{display: flex !important;}
#ncrom_refresh_overlay i	{margin-right: 10px; font-size: 20px;}
@media screen and (max-width: 480px) {
	#ncrom_refresh_overlay	{right: 0;}
}

