@charset "UTF-8";

:root {
	/* 메인 컬러 */
	--main-color: #0BAB8B;
	--main-color-hover: #c0e5de8d;
	--menu-tab-hover: #2CC6A7;
	--menu-no-child: #43B8A1;
	--main-btn-color: #119D7D;
	--main-btn-hover: #08976d;
	--focus-outline: #5CCE75;
	--form-label: #828B97;
	--required-label: #43B8A1;
	--label-font-weight: 500;
	/* 관리자 전용 컬러 */
	--admin-color: #e74c3c;
	--admin-color-hover: #c0392b;
	--admin-color-bg: rgba(231, 76, 60, 0.15);
	/* 그리드 스타일 */
	--grid-focus: #2CC6A7;
	--grid-focus-line: #f2a16e;
	--grid-button: #14BB94;
	--grid-border-color: #E7E7E9;
	--tab-border-color: #E7E7E9;
	/* 버튼 스타일 */
	--btn-primary: #0BAB8B;
	--btn-primary-hover: #08976d;
	--btn-shadow: rgba(11, 171, 139, 0.3);
	/* 텍스트 색상 */
	--text-primary: #242A30;
	--text-secondary: #666666;
	--text-muted: #999999;
	/* 닫기 버튼 */
	--close-btn-color: #666666;
	--close-btn-hover: #333333;
	--close-btn-bg-hover: rgba(0, 0, 0, 0.1);
	/* 메뉴 스타일 */
	--menu-text: #4a4a4a;
	--menu-text-hover: #333;
	--menu-bg-hover: rgba(0, 0, 0, 0.04);
	--menu-bg-active: rgba(11, 171, 139, 0.08);
	--menu-border: #E1E8EE;
	--menu-bg: #F2F3F4;
	/* 스크롤바 */
	--scrollbar-thumb: rgba(208, 208, 208, 0.7);
	--scrollbar-thumb-hover: rgba(176, 176, 176, 0.85);
	--scrollbar-track: transparent;
	--scrollbar-width: 3px;
	/* 로딩 이미지 (loader_type1~4.gif 선택 가능) */
	--loading-image: url(/resources/images/loader_type2.gif);
}

html,
body {
    width: 100%;
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
    line-height: 1;
    letter-spacing: -0.025em;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html{overflow:auto;}
iframe:focus{
    outline:none !important;
    -webkit-outline:none !important;
}
iframe:visited{
    outline:none !important;
    -webkit-outline:none !important;
}
img{border:none;vertical-align:top;}
header, footer, nav, p, ul, li, ol, h1, h2, h3, h4, h5, h6, dl, th, td, dt, dd, em, figure, div, span, strong, fieldset, label, a{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:1em;}
a{margin:0;padding:0;font-weight:400;color:#333;text-indent:0;text-decoration:none;}
a{
    -webkit-text-decoration:none;
}
a:focus{
    outline:none !important;
    -webkit-outline:none !important;
}
ul,ol,li{list-style:none;}
fieldset{border:none;}
legend, caption{overflow:hidden;width:0;height:0;margin:0;padding:0;font-size:0;line-height:0;color:transparent;border:0;}
table{width:100%; border-collapse:collapse; font-size:1rem;}
table td,
table th{padding:0;}
button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-weight: 400;
    /*font-family: "Noto Sans KR", sans-serif !important;*/
    text-align: center;
    letter-spacing: 0;
    vertical-align: middle;
    background: none;
    border: none;
    overflow: visible;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button:focus,
button:active{border:0;outline:0;-webkit-appearance:none;}
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=tel],
input[type=search] {
    height: 30px;
    padding: 0 10px;
    color: #333;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input:focus{outline:none !important;}
select:focus{outline:none !important;}
input[type=checkbox]:checked{outline:none !important;}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=number]:disabled,
input[type=email]:disabled,
input[type=date]:disabled,
input[type=tel]:disabled,
input[type=url]:disabled,
input[type=email]:disabled,
input[type=search]:disabled,
textarea:disabled{cursor:not-allowed;color:#ccc;background-color:#f7f8fa;border:1px solid #e2e5ec;}

input[type=text]:read-only,
input[type=password]:read-only,
input[type=number]:read-only,
input[type=email]:read-only,
input[type=date]:read-only,
input[type=tel]:read-only,
input[type=url]:read-only,
input[type=email]:read-only,
input[type=search]:read-only,
textarea:read-only{cursor:not-allowed;color:#000;background-color:#f7f8fa;border:1px solid #e2e5ec;}
.readonly{cursor:not-allowed;color:#000;background-color:#f7f8fa;border:1px solid #e2e5ec;}

input[type=checkbox],
input[type=radio]{margin:0;vertical-align:middle;border:0;background-color:#fff;box-shadow:none;-webkit-appearance:none;cursor:pointer;}
input[type=radio]+label,
input[type=checkbox]+label{display:inline-block;font-size:16px;/*font-family:"Noto Sans KR", sans-serif !important;*/ vertical-align:middle;cursor:pointer;}
input[type=radio]:disabled,
input[type=checkbox]:disabled,
input[type=radio]:disabled+label,
input[type=checkbox]:disabled+label{cursor:default;}
/* input[type=radio]:disabled+label, */
/* input[type=checkbox]:disabled+label{color:#ccc;} */
input[type=radio]{width:16px;height:16px;border:1px solid #ccc;border-radius:50%;background-color:#fff;}
input[type=radio]:checked{border:0;background-image:url('/resources/images/radio_check.png');background-size:100%;}
input[type=radio]:disabled{border:0;background-image:url('/resources/images/radio_disabled.png');background-size:100%;}
input[type=checkbox]{width:16px;height:16px;border:1px solid #ccc;border-radius:1px;background-color:#fff;}
input[type=checkbox]:checked{border:0;background-image:url('/resources/images/checkbox_check.png');background-size:100%;}
input[type=checkbox]:disabled{border:0;background-image:url('/resources/images/checkbox_disabled.png');background-size:100%;}
input[type=file]{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}

input[type=text]:only-child,
input[type=password]:only-child,
input[type=search]:only-child,
input[type=number]:only-child,
input[type=email]:only-child,
input[type=tel]:only-child{width:100%;}

/*textarea {
    width: 100%;
    min-height: 4.167rem;
    margin: 0.208rem 0;
    padding: 0.3rem 0.417rem;
    font-weight: 400;
    font-size: 0.868rem;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #333;
    vertical-align: middle;
    !*border: 1px solid #ccc;*!
    border: 1px solid var(--grid-border-color);
    background-color: #fff;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
hr{background:none;border:none;}
article, aside, footer, header, hgroup, nav, section, figure, div{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
address{font-style:normal;}
sub{font-weight:400;vertical-align:middle;}
strong{font-weight:400;}
img{border:none;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}
input[readonly],input[disabled]{cursor:not-allowed;}
select {
    width: 100%;
    height: 33px;
    padding: 0 10px;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select::-ms-expand{display:none;}
:-ms-input-placeholder{color:#bbb;font-weight:400;font-size:13px;letter-spacing:1px;}
::placeholder{color:#bbb;font-weight:400;font-size:13px;letter-spacing:1px;}

.box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* skip navigation */
.skiplist {position:relative;z-index:99999;margin:0;padding:0;}
.skip {display:block;}
.skip a {padding:0 0.5em;display:inline-block;z-index:1000;text-decoration:none;position:absolute;width:auto;left:-200em;}
.skip a:focus, .skip a:active {position:absolute;left:0;padding:10px;border:solid #333 1px;color:#fff;background-color:#000;}
.skip a:hover {cursor:default;}

/* align */
.clearB {clear:both !important;}
.overH {_zoom:1;overflow:hidden !important;}
.floatL {float:left !important;}
.floatR {float:right !important;}
.textL {text-align:left !important;}
.textC {text-align:center !important;}
.textR {text-align:right !important;}
.valignT {vertical-align:top !important;}
.valignM {vertical-align:middle !important;}
.valignB {vertical-align:bottom !important;}
.positionR {position:relative !important;}
.positionA {position:absolute !important;}


/* dispaly */
.show{display:block !important;visibility:visible !important;}
.hide{display:none !important;visibility:hidden !important;}

/* width height */
.w100p{width:100% !important;}

/* margin padding */
.mgAuto{margin:0 auto !important;}
.mg0{margin:0 !important;}
.mg10{margin:10px !important;}
.mg20{margin:20px !important;}
.mg30{margin:30px !important;}
.mg40{margin:40px !important;}
.mg50{margin:50px !important;}
.mg60{margin:60px !important;}
.mg70{margin:70px !important;}
.mg80{margin:80px !important;}
.mg90{margin:90px !important;}
.mg100{margin:100px !important;}

.mgt0{margin-top:0 !important;}
.mgt10{margin-top:10px !important;}
.mgt20{margin-top:20px !important;}
.mgt30{margin-top:30px !important;}
.mgt40{margin-top:40px !important;}
.mgt50{margin-top:50px !important;}
.mgt60{margin-top:60px !important;}
.mgt70{margin-top:70px !important;}
.mgt80{margin-top:80px !important;}
.mgt90{margin-top:90px !important;}
.mgt100{margin-top:100px !important;}

.mgr0{margin-right:0 !important;}
.mgr10{margin-right:10px !important;}
.mgr20{margin-right:20px !important;}
.mgr30{margin-right:30px !important;}
.mgr40{margin-right:40px !important;}
.mgr50{margin-right:50px !important;}
.mgr60{margin-right:60px !important;}
.mgr70{margin-right:70px !important;}
.mgr80{margin-right:80px !important;}
.mgr90{margin-right:90px !important;}
.mgr100{margin-right:100px !important;}

.mgb0{margin-bottom:0 !important;}
.mgb10{margin-bottom:10px !important;}
.mgb20{margin-bottom:20px !important;}
.mgb30{margin-bottom:30px !important;}
.mgb40{margin-bottom:40px !important;}
.mgb50{margin-bottom:50px !important;}
.mgb60{margin-bottom:60px !important;}
.mgb70{margin-bottom:70px !important;}
.mgb80{margin-bottom:80px !important;}
.mgb90{margin-bottom:90px !important;}
.mgb100{margin-bottom:100px !important;}

.mgl0{margin-left:0 !important;}
.mgl10{margin-left:10px !important;}
.mgl20{margin-left:20px !important;}
.mgl30{margin-left:30px !important;}
.mgl40{margin-left:40px !important;}
.mgl50{margin-left:50px !important;}
.mgl60{margin-left:60px !important;}
.mgl70{margin-left:70px !important;}
.mgl80{margin-left:80px !important;}
.mgl90{margin-left:90px !important;}
.mgl100{margin-left:100px !important;}


.pd0{padding:0 !important;}
.pd10{padding:10px !important;}
.pd20{padding:20px !important;}
.pd30{padding:30px !important;}
.pd40{padding:40px !important;}
.pd50{padding:50px !important;}
.pd60{padding:60px !important;}
.pd70{padding:70px !important;}
.pd80{padding:80px !important;}
.pd90{padding:90px !important;}
.pd100{padding:100px !important;}

.pdt0{padding-top:0 !important;}
.pdt10{padding-top:10px !important;}
.pdt20{padding-top:20px !important;}
.pdt30{padding-top:30px !important;}
.pdt40{padding-top:40px !important;}
.pdt50{padding-top:50px !important;}
.pdt60{padding-top:60px !important;}
.pdt70{padding-top:70px !important;}
.pdt80{padding-top:80px !important;}
.pdt90{padding-top:90px !important;}
.pdt100{padding-top:100px !important;}

.pdr0{padding-right:0 !important;}
.pdr10{padding-right:10px !important;}
.pdr20{padding-right:20px !important;}
.pdr30{padding-right:30px !important;}
.pdr40{padding-right:40px !important;}
.pdr50{padding-right:50px !important;}
.pdr60{padding-right:60px !important;}
.pdr70{padding-right:70px !important;}
.pdr80{padding-right:80px !important;}
.pdr90{padding-right:90px !important;}
.pdr100{padding-right:100px !important;}

.pdb0{padding-bottom:0 !important;}
.pdb10{padding-bottom:10px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb40{padding-bottom:40px !important;}
.pdb50{padding-bottom:50px !important;}
.pdb60{padding-bottom:60px !important;}
.pdb70{padding-bottom:70px !important;}
.pdb80{padding-bottom:80px !important;}
.pdb90{padding-bottom:90px !important;}
.pdb100{padding-bottom:100px !important;}

.pdl0{padding-left:0 !important;}
.pdl10{padding-left:10px !important;}
.pdl20{padding-left:20px !important;}
.pdl30{padding-left:30px !important;}
.pdl40{padding-left:40px !important;}
.pdl50{padding-left:50px !important;}
.pdl60{padding-left:60px !important;}
.pdl70{padding-left:70px !important;}
.pdl80{padding-left:80px !important;}
.pdl90{padding-left:90px !important;}
.pdl100{padding-left:100px !important;}

/* background */
.back_gray{background-color:#eee;}


/*scroll*/
.scroll_x{overflow-x:auto;scroll-behavior: smooth;}
.scroll_y{overflow-y:auto;scroll-behavior: smooth;}


/*wrap*/
.wrap {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}

.iframe_wrap{height: calc(100% - 70px); position: relative;}
iframe{width:100%;height:100%;border:none;}
.wrap_inner{width:100%;height:65px;background-color: #6586a3;}


/* .logo{position:absolute;top:5px;left:10px;display:inline-block;width:35px;height:20px;line-height:20px;text-align:center;display:none;} */
/* .logo .logo_link{font-size:45px;color:#f5f5f5;} */
.account_wing{position:fixed;right:0;top:14.8%;width:70px;height:48px;padding:0 10px;display:inline-block;background-color:rgba(45, 30, 95, 0.8);text-align:center;background-color:#2733C4;}
.setting_btn{display:inline-block;width:30px;height:50px;line-height:50px;text-align:center;font-size:28px;color:#f5f5f5;}

nav {
    background-color: #fff;
    position: relative;
    padding: 0 2%;
    padding-left: 100px;
    padding-right: 172px;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #dbdee3;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
}
/* background-image: linear-gradient(to bottom left,#6851a1, #486db4, #6851a1);  */
/* .logo{position:absolute;top:9px;left:2.1%;display:inline-block;width:70px;height:40px;} */
.logo_link{position:absolute;top:15px;left:2.2%;display:inline-block;width:70px;height:40px;cursor:pointer;/*background-image:url(../../images/big_hit_logo3.png);*/background-repeat:no-repeat;background-position:0 0;background-size:100%;}
/* .logo_link:hover{position:absolute;top:15px;left:2.2%;background-image:url(../../images/big_hit_logo3.png);} */
.logo_link_emax{
    position: absolute;
    top: 50%;
    left: 2.3%;
    display: inline-block;
    width: 100px;
    height: 14px;
    margin-top:-7px;
    cursor: pointer;
    /*background-image: url(../../images/logo.png);*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 64px;
}

.logo_link_emax2{
    position: absolute;
    top: 50%;
    left: 2.3%;
    display: inline-block;
    width: 100px;
    height: 14px;
    margin-top:-7px;
    cursor: pointer;
    background-image: url('../../images/logo_emax.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 64px;
}

/* 메인 Nav 탭 드래그 시 상하 이동 방지 */
nav .tab_wrap.ui-sortable .ui-sortable-helper {
    top: 0 !important;
}

nav .tab_wrap.ui-sortable .ui-sortable-helper,
nav .tab_wrap.ui-sortable .ui-sortable-helper * {
    transition: none !important;
}

nav .tab_wrap.ui-sortable .ui-sortable-placeholder {
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px dashed #dbdee3;
    display: inline-block;
    height: 69px;
}

nav .tab_wrap{
    width:100%;
    height:100%;
    padding: 0 5px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative;
}

/* 메인 Nav 탭 드래그 시 상하 이동 방지 */
nav .tab_wrap.ui-sortable .ui-sortable-helper {
    top: 0 !important;
}

nav .tab_wrap.ui-sortable .ui-sortable-helper,
nav .tab_wrap.ui-sortable .ui-sortable-helper * {
    transition: none !important;
}

nav .tab_wrap.ui-sortable .ui-sortable-placeholder {
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0.03);
    border: 1px dashed #dbdee3;
    display: inline-block;
    height: 69px;
}

/* 메인 Nav 탭 스크롤 페이드 영역 - nav 기준 absolute */
nav > .nav-tab-fade {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    display: none;
    align-items: center;
    z-index: 100;
    cursor: pointer;
}

nav > .nav-tab-fade span {
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: #666;
    border-width: 0 1.5px 1.5px 0;
    transition: border-color 0.2s ease;
}

nav > .nav-tab-fade:hover span {
    border-color: var(--main-color);
}

/* 좌측 페이드 - tab_wrap 시작 위치 */
nav > .nav-tab-fade-left {
    left: 100px;
    justify-content: flex-start;
    padding-left: 8px;
    background: linear-gradient(to right,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,1) 20%,
        rgba(255,255,255,0.85) 40%,
        rgba(255,255,255,0.5) 65%,
        rgba(255,255,255,0.2) 85%,
        rgba(255,255,255,0) 100%);
}

nav > .nav-tab-fade-left span {
    transform: rotate(135deg);
}

/* 우측 페이드 - tab_wrap 끝 위치 */
nav > .nav-tab-fade-right {
    right: 172px;
    justify-content: flex-end;
    padding-right: 8px;
    background: linear-gradient(to left,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,1) 20%,
        rgba(255,255,255,0.85) 40%,
        rgba(255,255,255,0.5) 65%,
        rgba(255,255,255,0.2) 85%,
        rgba(255,255,255,0) 100%);
}

nav > .nav-tab-fade-right span {
    transform: rotate(-45deg);
}

/* 스크롤 가능할 때 표시 */
nav > .nav-tab-fade.visible {
    display: flex;
}
nav .tab {
    display: inline-block;
    width: auto;
    min-width: 100px;
    max-width: 200px;
    height: 69px;
    line-height:69px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

nav .tab .tab_link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color:#fff;
    color: #828B97;
    font-size: 13px;
    font-weight:500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position:relative;
    transition: all 250ms ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* 메인 탭 닫기 버튼 스타일 */
#tabs_aa .tab {
    position: relative;
}

#tabs_aa .tab .tab_link .close-tab-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.15s ease;
    z-index: 100;
}

#tabs_aa .tab .tab_link .close-tab-btn::before {
    content: '×';
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: color 0.15s ease;
}

#tabs_aa .tab:hover .close-tab-btn {
    opacity: 1;
}

#tabs_aa .tab .tab_link .close-tab-btn:hover::before {
    color: #e74c3c;
}

/* 탭이 하나만 남았을 때 닫기 버튼 숨김 */
#tabs_aa .tab:only-child .close-tab-btn {
    display: none !important;
}

/* 내부 패널 탭(tab-nav-wrapper)에서는 닫기 버튼 숨김 */
.tab-nav-wrapper .close-tab-btn {
    display: none !important;
}

nav .ui-tab.ui-tabs-active .tab_link {
    font-weight: 500;
    color: #242A30;
    border-bottom: 4px solid #0BAB8B;
}

nav .tab .tab_link:hover,
nav .ui-tab.ui-tabs-active .tab_link:hover {
    /*background-color: #2cc6a7;*/
    background-color: var(--menu-tab-hover);
    color : #fff;
    font-weight : 500;
    border-bottom : none;
}

/* realgrid skin에서 같은 클래스 사용.. popup_mask */
.popup_mask {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

@keyframes bgin{
    from {
        transform: skew(-45deg) translate(-150%);
    }
    to {
        transform: skew(-45deg) translate(-50%);
    }
}

.wing_menu_wrap {
    position: fixed;
    left: 0;
    top: 139px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px 0;
    z-index: 50;
    border-radius: 0px 3px 3px 0;
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    border:1px solid #dbdbdb;
}

.wing_menu_wrap .wing_menu{margin:0;padding:5px;text-align:center;}
.wing_menu_wrap .wing_menu .wing_menu_link{display:flex;justify-content: center;align-items:center;width:30px;height:30px;border-radius:3px;color:#48465b;}
.wing_menu_wrap .wing_menu .wing_menu_link:hover{background-color:#efefef;border:1px solid #d4d4d4;}
.wing_menu_wrap .wing_menu .wing_menu_link.on{background-color:#efefef;border:1px solid #d4d4d4;}
.wing_menu_wrap .wing_menu .wing_menu_link.menu_popup{color:#0d255d;}
.wing_menu_wrap .wing_menu .wing_menu_link.favorite_popup{color:#ffb400;}
.wing_menu_wrap .wing_menu .wing_menu_link.map_popup{color:#253858;}
.wing_menu_wrap .wing_menu .wing_menu_link.mail_popup{color:#4193ff;}


.wing_menu_link.btn0{ background-image:url(/resources/images/user5.png);background-repeat:no-repeat;background-size:22px;background-position:center center;}
.wing_menu_link.btn1{ background-image:url(/resources/images/list3.png);background-repeat:no-repeat;background-size:22px;background-position:center 60%;}
.wing_menu_link.btn2{ background-image:url(/resources/images/star4.png);background-repeat:no-repeat;background-size:22px;background-position:center center;}
.wing_menu_link.btn3{ background-image:url(/resources/images/mail5.png);background-repeat:no-repeat;background-size:22px;background-position:center 70%;}

/*wing menu> popup*/
.dim{width:100%;height:100%;background-color:rgba(51, 51, 51, 0.5);z-index:110;position:fixed;top:0;left:0;display:none;}

/*menu_popup*/
.arrow{
    position:relative;
}
/* .arrow::after{ */
/* 	content:""; */
/* 	position:absolute; */
/* 	top:12px; */
/* 	right:15px; */
/* 	display:inline-block; */
/* 	width: 1px; */
/*     height: 7px; */
/*     background-color: #222; */
/*     transform: rotate(125deg); */
/* } */
/* .arrow::before{ */
/* 	content:""; */
/* 	position:absolute; */
/* 	top:17px; */
/* 	right:15px; */
/* 	display:inline-block; */
/* 	width: 1px; */
/*     height: 7px; */
/*     background-color: #222; */
/*     transform: rotate(45deg); */
/* } */
.popup_menu {
    z-index: 150;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    width: 800px;
    max-width: 95vw;
    height: 850px;
    max-height: 90vh;
    background-color: #FCFCFC;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    font-size: 0;
    overflow: hidden;
}
.popup_menu {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

/* 팝업 메뉴 헤더 */
.popup_menu > .popup_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    min-height: 50px;
    padding: 0 25px;
    background: #fff;
    border-bottom: 1px solid #E1E8EE;
    border-radius: 8px 8px 0 0;
}

.popup_menu > .popup_menu_header .popup_menu_title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* popup_menu_header는 실제 HTML에 존재하지 않아서 주석처리
.popup_menu > .popup_menu_header .popup_menu_close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.popup_menu > .popup_menu_header .popup_menu_close:hover {
    background: #f0f0f0;
}

.popup_menu > .popup_menu_header .popup_menu_close::before {
    content: '×';
    font-size: 20px;
    color: #666;
    line-height: 1;
}

.popup_menu > .popup_menu_header .popup_menu_close:hover::before {
    color: #333;
}
*/

/* popup_menu_close 스타일은 하단 '통합 닫기 버튼 스타일'에서 정의됨 (line ~1911) */

/* 팝업 메뉴 바디 */
.popup_menu > .popup_menu_body {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.popup_menu .menu_onedepth {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 200px;
    min-width: 200px;
    height: 100%;
    padding: 10px;
    border-right: 1px solid #E1E8EE;
    background-color: #fff;
    /*overflow: hidden;*/
    /*overflow-x: scroll;*/
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border-top-left-radius: 8px;*/
    /*border-bottom-left-radius: 8px;*/
}

.popup_menu .menu_onedepth .onedepth {
    line-height: 38px;
    margin-bottom: 4px;
}

.popup_menu .menu_onedepth .onedepth .onedepth_link {
    display: block;
    height: 38px;
    padding: 0 10px 0 38px;
    text-align:left;
    color: var(--menu-text);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    background-position: 10px center;
    background-size: 18px;
    background-repeat: no-repeat;
}

.onedepth_link.icon1{
    background-image: url(/resources/images/ic_01.png);
}
.onedepth_link.icon2{
    background-image: url(/resources/images/ic_02.png);
}
.onedepth_link.icon3{
    background-image: url(/resources/images/ic_03.png);
}
.onedepth_link.icon4{
    background-image: url(/resources/images/ic_04.png);
}
.onedepth_link.icon5{
    background-image: url(/resources/images/ic_05.png);
}
.onedepth_link.icon6{
    background-image: url(/resources/images/ic_055.png);
}
.onedepth_link.icon7{
    background-image: url(/resources/images/ic_07.png);
}
.onedepth_link.icon8{
    background-image: url(/resources/images/ic_08.png);
}
.onedepth_link.icon9{
    background-image: url(/resources/images/ic_09.png);
}
.onedepth_link.icon10{
    background-image: url(/resources/images/ic_10.png);
}
.onedepth_link.icon11{
    background-image: url(/resources/images/ic_11.png);
}
.onedepth_link.icon12{
    background-image: url(/resources/images/ic_12.png);
}
.onedepth_link.icon13{
    background-image: url(/resources/images/ic_13.png);
}
.onedepth_link.icon14{
    background-image: url(/resources/images/ic_14.png);
}
.onedepth_link.icon15{
    background-image: url(/resources/images/ic_15.png);
}
.onedepth_link.icon16{
    background-image: url(/resources/images/ic_16.png);
}
.onedepth_link.icon17{
    background-image: url(/resources/images/ic_17.png);
}
.onedepth_link.icon18{
    background-image: url(/resources/images/ic_18.png);
}
.onedepth_link.icon19{
    background-image: url(/resources/images/ic_19.png);
}
.onedepth_link.icon20{
    background-image: url(/resources/images/ic_20.png);
}
.onedepth_link.icon21{
    background-image: url(/resources/images/ic_21.png);
}
.onedepth_link.icon22{
    background-image: url(/resources/images/ic_22.png);
}
.onedepth_link.icon23{
    background-image: url(/resources/images/ic_23.png);
}
.onedepth_link.icon24{
    background-image: url(/resources/images/ic_24.png);
}
.onedepth_link.icon25{
    background-image: url(/resources/images/ic_25.png);
}
.onedepth_link.icon26{
    background-image: url(/resources/images/ic_26.png);
}
.onedepth_link.icon27{
    background-image: url(/resources/images/ic_27.png);
}
.onedepth_link.icon28{
    background-image: url(/resources/images/ic_28.png);
}
.onedepth_link.icon29{
    background-image: url(/resources/images/ic_29.png);
}
.onedepth_link.icon30{
    background-image: url(/resources/images/ic_30.png);
}
.onedepth_link.icon31{
    background-image: url(/resources/images/ic_31.png);
}
.onedepth_link.icon32{
    background-image: url(/resources/images/ic_32.png);
}

.popup_menu .menu_onedepth .onedepth .onedepth_link.on {
    background-color: var(--menu-bg-active);
    color: var(--main-color);
    font-weight: 600;
}
.popup_menu .menu_onedepth .onedepth .onedepth_link:hover {
    background-color: var(--menu-bg-hover);
    color: var(--menu-text-hover);
}

.popup_menu .menu_body {
    display: flex;
    flex: 1;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup_menu .menu_body .depth_link {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}
.popup_menu .menu_body .depth_link.active_link {
    color : var(--menu-no-child);
}

.popup_menu .menu_body .menu_twodepth {
    flex: 1;
    height: 100%;
    padding: 10px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    border-right:1px solid #E1E8EE;
    background-color: #F2F3F4;
    box-sizing: border-box;
}
.popup_menu .menu_body .menu_twodepth::after{content:'';display:block;clear:both;}
.popup_menu .menu_body .menu_twodepth .twodepth {
    width:100%;
    height: 38px;
    line-height: 38px;
    display:inline-block;
    float:left;
    margin-bottom:6px;
}
.popup_menu .menu_body .menu_twodepth .twodepth .twodepth_link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    font-size: 14px;
    color: var(--menu-text);
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5px;
    box-sizing: border-box;
}
.popup_menu .menu_body .menu_twodepth .twodepth .twodepth_link.on {
    background: var(--menu-bg-active);
    color: var(--main-color);
    font-weight: 600;
}
.popup_menu .menu_body .menu_twodepth .twodepth .twodepth_link:hover {
    background-color: var(--menu-bg-hover);
    color: var(--menu-text-hover);
}

.popup_menu .menu_body .treedepth_scroll {
    flex: 1;
    height: 100%;
    padding: 10px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    background-color: #F2F3F4;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
}
.popup_menu .menu_body .menu_threedepth {
    display:inline-block;
    width:100%;
}
.popup_menu .menu_body .menu_threedepth::after{content:'';display:block;clear:both;}
.popup_menu .menu_body .menu_threedepth .threedepth {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 6px;
}
.popup_menu .menu_body .menu_threedepth .threedepth .threedepth_link {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: var(--menu-text);
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left:12px;
    cursor: pointer;
    border-radius: 5px;
}

/* href 없는 카테고리만 비활성화 */
.popup_menu .menu_body .menu_threedepth .threedepth .threedepth_link:not([href*="javascript:"]) {
    color: #666;
    font-weight: 600;
    cursor: default;
    pointer-events: none;
}

.popup_menu .menu_body .menu_threedepth .threedepth .threedepth_link.on {
    background: var(--menu-bg-active);
    color: var(--main-color);
    font-weight: 600;
}

/* 카테고리 on 상태 */
.popup_menu .menu_body .menu_threedepth .threedepth .threedepth_link.on:not([href*="javascript:"]) {
    background: transparent;
    color: #333;
    font-weight: 700;
}

.popup_menu .menu_body .menu_threedepth .threedepth .threedepth_link:hover {
    background-color: var(--menu-bg-hover);
    color: var(--menu-text-hover);
}

/* 카테고리는 hover 없음 */
.popup_menu .menu_body .menu_threedepth .threedepth .threedepth_link:not([href*="javascript:"]):hover {
    background-color: transparent;
    color: #666;
}

.popup_menu .menu_body .fourdepth {
    width: 100%;
    height:38px;
    float:left;
    margin-bottom:5px;
}
.popup_menu .menu_body .fourdepth .fourdepth_link {
    display: inline-block;
    width:100%;
    height: 38px;
    line-height:38px;
    font-size: 14px;
    color: var(--menu-text);
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left:25px;
    border-radius: 4px;
}
.popup_menu .menu_body .fourdepth .fourdepth_link.on {
    background: var(--menu-bg-active);
    color: var(--main-color);
    font-weight: 500;
}
.popup_menu .menu_body .fourdepth .fourdepth_link:hover {
    background-color: var(--menu-bg-hover);
    color: var(--menu-text-hover);
}

/* popup_menu 반응형 - 기본 스타일에서 max-width: 95vw, max-height: 90vh로 자동 축소 */

/* 800px 이하: 모바일 반응형 레이아웃 */
@media screen and (max-width: 800px) {
    /* 전체 컨테이너 */
    body {
        font-size: 14px !important;
    }

    /* 메인 컨테이너 패딩 축소 */
    #container,
    .container,
    .contents_wrap {
        padding: 10px !important;
    }

    /* 헤더 영역 - 기본 패딩 유지 */
    .contents_header .content_header_inner {
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    /* 버튼 영역 */
    .contents_btn_wrap,
    .btn_wrap {
        flex-wrap: wrap !important;
        gap: 5px !important;
    }

    /* 테이블 가로 스크롤 */
    .table_wrap,
    table {
        /*overflow-x: auto !important;*/
        /*display: block !important;*/
        /*width: 100% !important;*/
    }

    /* 고정 너비 요소 100%로 (그리드 헤더 내부 제외) */
    .form_object:not(.grid-header .form_object),
    .input_wrap:not(.grid-header .input_wrap),
    input[type="text"]:not(.grid-header input),
    input[type="number"]:not(.grid-header input),
    input[type="date"]:not(.grid-header input),
    select:not(.grid-header select),
    textarea:not(.grid-header textarea) {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 그리드 헤더 내 입력 요소 - 원래 너비 유지 */
    .grid-header input,
    .grid-header select,
    .grid-header textarea {
        width: auto !important;
        max-width: none !important;
    }

    /* 팝업 메뉴 - 모바일 반응형 (균등 3분할) */
    .popup_menu {
        width: 95vw !important;
        max-width: 95vw !important;
        height: calc(100vh - 60px) !important;
        max-height: calc(100vh - 60px) !important;
        /* transform 유지 - 중앙 정렬 */
    }

    .popup_menu > .popup_menu_body {
        display: flex !important;
        flex-direction: row !important;
        flex: 1 !important;
        min-height: 0 !important;
        overflow: hidden !important;
    }

    /* 균등 3분할: 1/3, 1/3, 1/3 */
    .popup_menu .menu_onedepth {
        flex: 1 !important;
        width: 33.33% !important;
        min-width: 0 !important;
        border-right: 1px solid #E9ECEF !important;
        overflow-y: auto !important;
    }

    .popup_menu .menu_body {
        flex: 2 !important;
        width: 66.66% !important;
        min-width: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        overflow: hidden !important;
    }

    .popup_menu .menu_twodepth {
        flex: 1 !important;
        width: 50% !important;
        min-width: 0 !important;
        border-right: 1px solid #E9ECEF !important;
        overflow-y: auto !important;
    }

    .popup_menu .treedepth_scroll {
        flex: 1 !important;
        width: 50% !important;
        min-width: 0 !important;
        overflow-y: auto !important;
    }

    /* 폼 요소 동적 사이즈 */
    .form_object.w283,
    .form_object.w283_f {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    /* 모든 width 클래스 오버라이드 */
    .form_object[class*="w"] {
        width: 100% !important;
        min-width: auto !important;
    }

    /* Flex 레이아웃 모바일 대응 */
    .split-row {
        flex-direction: column !important;
    }

    .flex-30,
    .flex-70 {
        flex: 0 0 auto !important;
        width: 100% !important;
        overflow-x: auto !important;
    }

    /* 그리드 - 모바일 스크롤 지원 */
    div[id$="Grid"] {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /* 아코디언 토글 - 기본 숨김 */
    .content_inner_hidden:not([style*="display"]) {
        display: none !important;
    }

    /* 버튼 클릭 시 표시 - 인라인 스타일 존중 */
    .content_inner_hidden[style*="display: block"],
    .content_inner_hidden[style*="display:block"],
    .content_inner_hidden.show {
        display: block !important;
    }

    .content_inner_hidden[style*="display: grid"],
    .content_inner_hidden[style*="display:grid"] {
        display: grid !important;
    }

    /* 탭 네비게이션 */
    .tab-nav-wrapper {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .tab-nav {
        flex-wrap: nowrap !important;
        min-width: max-content !important;
    }

    /* 페이지네이션 */
    .pagination {
        flex-wrap: wrap !important;
        gap: 5px !important;
    }

    /* 사이드바 숨김 */
    .sidebar,
    .side_menu {
        display: none !important;
    }

    /* 여백 축소 */
    .content_inner_v2,
    .inner_panel {
        padding: 10px !important;
        margin: 0 !important;
    }
}

/* 600px 이하 */
@media screen and (max-width: 600px) {
    .popup_menu {
        width: 98% !important;
        height: calc(100vh - 70px) !important;
    }
}

/*favorite_popup*/
.popup_favorite {
    z-index: 110;
    position: absolute;
    top: 10.3%;
    left: 56px;
    /* 	width: 326px; */
    /* 	height: 425px; */
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(51, 51, 51, .35);
    border: 1px solid #ebedf2;
    border-radius: 5px;
    width:540px;
    height:600px;
}
.popup_favorite .favorite_menu_list .favorite_menu_title {
    display: inline-block;
    width: 100%;
    height: 56px;
    padding: 0 10px;
    padding-left:30px;
    font-size: 13px;
    font-weight: 500;
    color: #222222;
    /*     background-color:#fff; */
    /*     border-bottom:1px solid #ebedf2; */
}
.popup_favorite .favorite_menu_list .favorite_menu_title span {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    border-bottom: 3px solid #2E2E2E;
    font-size: 14px;
    color: #2E2E2E;
    font-wieght: bold;
}

.popup_favorite .favorite_menu_list .pop_close_btn {
    position: absolute;
    top: 24px;
    right: 29px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/ic_close_normal.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
}
.popup_favorite .favorite_menu_list .favorite_menu_inner{
    display:inline-block;
    width:100%;
    height:541px;
    padding:22px 36px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}
.favorite_menu{display:inline-block;width:100%;height:35px;line-height:35px;float:left;position:relative;}
.favorite_menu::after{content:'';display:block;clear:both;}
.favorite_menu::after{
    content:"";
    display:inline-block;
    width:22px;
    height:22px;
    position:absolute;
    top:8px;
    left:12px;
    background-image: url(/resources/images/ic_favorite.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.favorite_menu .favorite_menu_link {
    float: left;
    display: inline-block;
    width: calc(100% - 42px);
    height: 35px;
    line-height: 35px;
    padding-left:42px;
    font-size: 13px;
    color: #444444;
    font-weight: 700;
    letter-spacing : 0;
    text-decoration: none;
    letter-spacing: 0;
    /*     background-color:#fafafa; */
}

.favorite_menu:hover{
    background-color:#DBECF9;
    border-radius:4px;
}
.favorite_menu:hover .link_delete{
    display:inline-block;
    width:16px;
    height:16px;
    background-image: url(/resources/images/ic_tree_delete.png);
    background-repeat: no-repeat;
    background-position: center center;
    position:absolute;
    top:10px;
    right:13px;
}

/* .popup_favorite .favorite_menu_list .favorite_menu:hover{background-color:#f7f8fa;} */

/* .popup_favorite .favorite_menu_list .favorite_menu:hover .favorite_menu_link{background-color:#083d66;color:#fff;font-weight:500;} */
/* .popup_favorite .favorite_menu_list .favorite_menu:hover .link_delete{ */
/*     background-color: #083d66; */
/*     background-image: url(/resources/images/delete4.png); */
/*     background-repeat: no-repeat; */
/*     background-size: 8px; */
/*     background-position: left center; */
/* } */

/*account_popup*/
/* .popup_account{z-index:150;position:absolute;top:10.3%;left:56px;width:380px;height:auto;background-color:#fff;box-shadow:0 3px 3px rgba(51, 51, 51, .35);border:1px solid #ebedf2;border-radius:5px;overflow-y:scroll;scroll-behavior: smooth;}
.popup_account{-ms-overflow-style: none;}
.popup_account::-webkit-scrollbar{display:none;}
.popup_account .account_menu_title{padding:8px 8px;margin-bottom:1px;display:inline-block;width:100%;height:38px;line-height:19px;background-color:#f7f8fa;border:1px solid #ebedf2;font-size:13px;font-weight:500;color:#454545;}
.popup_account .account_menu_title.on{background: linear-gradient(to top, #555, #333);border:none;color:#fff;}
.popup_account .account_menu_txt{width:100%;text-align:left;font-size:12px;color:#595d6e;}

.popup_account .Logout_btn{padding:6px 13px 8px;margin:10px 8px 8px; background-color:#000;color:#fff;font-weight:500;font-size:14px;border-radius:3px;}
.popup_account .Logout_btn:hover{color:#000;background-color:#fff;border:1px solid #000;}
.popup_account .close_btn{cursor:pointer;float:right;padding:6px 13px;display:inline-block !important;height:33px !important;margin:12px;color:#74788d;font-weight:500;font-size:15px;border-radius:3px;}
.popup_account .close_btn:hover{text-decoration:underline;}

.popup_account .user_ino{text-align:left;}
.popup_account .user_ino tbody tr th{padding: 8px;font-size:13px;font-weight:normal;color:#595d6e;}
.popup_account .user_ino tbody tr td{padding: 8px;font-size:13px;font-weight:normal;color:#595d6e;}
.popup_account .user_ino tbody tr td select{height: 27px;border:1px solid #e2e5ec;outline:none;font-size:13px;font-weight:normal;color:#595d6e;background-image: url(/resources/images/svg/select_off.svg);background-repeat: no-repeat;background-position: 97% center;background-size: 9px;}

.popup_account .recent_menu{position:relative;display: inline-block;width:100%;height:35px;line-height:35px;font-size:12px;color:#595d6e;padding-left:15px;letter-spacing: 0;}
.popup_account .recent_menu:before{content:'';position:absolute;top:50%;left:5px;margin-top:-2px;width:4px;height:4px;background-color:#ccc;border-radius:50%;}
.popup_account .recent_menu a{color: #595d6e;}
.popup_account .recent_menu:hover{background-color:#f7f8fa;}
.popup_account .recent_menu:hover a{color:#2733C4;} */
.popup_account {
    z-index: 110;
    position : absolute;
    top : 10.3%;
    left : 56px;
    width: 326px;
    height: 850px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    /*     background-color:#fafafa; */
    /*     box-shadow:0 3px 3px rgba(51, 51, 51, .35); */
    overflow:hidden;

    width:540px;
    height:600px;
    top:180px;
    left:66px;
    border-radius:8px;
    background-color:#fff;
}
.tab_link_wrap{
    position:relative;
    width:100%;
    height:51px;
    padding:0 11px;
    /*     border-bottom:1px solid #d5d5d5; */
    background-color:#fff;
}
.tab_link_wrap::after{content:"";display:block;clear:both;}
.tab_link_wrap .tab_link{
    float:left;
    display:inline-block;
    height:100%;
    line-height:51px;
    margin:0 15px;
}
.tab_link_wrap .tab_link a{display:inline-block;width:100%;height:100%;font-size:14px;color:#555555;font-weight:500;}
.tab_link_wrap .tab_link a.on{border-bottom:2px solid #143053;color:#222222;font-weight:500;}
.tab_panel0{position:relative;height:calc(100% - 60px);}
.tab_panel0 table{width:100%;margin:9px 0 0 0;}
.tab_panel0 table tbody tr th{text-align:left;padding-left:30px;padding-top:9px;padding-bottom:9px;font-size:13px;color:#222222;}
.tab_panel0 table tbody tr td{padding-right:14px;padding-left:17px;padding-top:9px;padding-bottom:9px;font-size:13px;color:#444444;}
.tab_panel0 table tbody tr td.account_lang_select select {
    width: 199px;
    height: 27px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
    background-image: url(/resources/images/select_off_v2.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 5px;
}
.tab_panel0 table tbody tr td.account_lang_select select:focus{
    background-image: url(/resources/images/select_on_v2.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 5px;
}
.tab_panel0 .logout_btn{position:absolute;bottom:13px;right:12px;width:74px;height:34px;background-color:#fff;border:1px solid #d5d5d5;text-align:center;line-height:34px;}
.tab_panel1 .logout_btn{position:absolute;bottom:13px;right:12px;width:74px;height:34px;background-color:#fff;border:1px solid #d5d5d5;text-align:center;line-height:34px;}

.tab_panel1 {
    width: 464px;
    height: 473px;
    margin-top: 32px;
    margin-left: 38px;
    padding: 14px;
    display: none;
    overflow-y:scroll;
    background-color: #F5F9FC;
    border-radius: 4px;
}
.tab_panel1 .tab_panel1_inner{
    display: inline-block;
    width: 100%;
    position:relative;
}
.tab_panel1_inner li{
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding:0 10px;
    cursor: pointer;
}
.tab_panel1_inner li:hover{
    background-color: #DBECF9;
    border-radius: 4px;
}
.tab_panel1_inner li.on{
    background-color: #DBECF9;
    border-radius: 4px;
}
.tab_panel1_inner li a{
    font-size: 13px;
    font-weight: bold;
    color: #444;
}
.tab_panel1_inner li span{
    float: right;
    font-size: 13px;
    font-weight: lighter;
    color: #888;
}

/* 메뉴 우클릭 시 나오는 메뉴 (rg-popup-menu와 통일) */
.custom-menu {
    position: fixed !important;
    background-color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12) !important;
    border-radius: 6px !important;
    border: 1px solid var(--menu-border, #E1E8EE) !important;
    padding: 6px 0 !important;
    margin: 0 !important;
    z-index: 9999 !important;
    min-width: 140px;
    height: auto !important;
    overflow: visible !important;
}
.custom-menu::before,
.custom-menu::after {
    display: none !important;
    content: none !important;
}
.custom-menu .custom-menu-txt {
    display: block !important;
    float: none !important;
    width: calc(100% - 12px) !important;
    height: 28px !important;
    line-height: 30px !important;
    color: var(--menu-text, #4a4a4a) !important;
    font-size: 12.5px !important;
    font-weight: 400 !important;
    text-align: left !important;
    padding: 0 12px !important;
    margin: 0 6px !important;
    border-radius: 4px !important;
    transition: background-color 0.15s ease, color 0.15s ease;
    box-sizing: border-box !important;
    position: relative;
    background: transparent;
}
.custom-menu .custom-menu-txt:hover {
    background-color: rgba(11, 171, 139, 0.1) !important;
    color: var(--main-color, #0BAB8B) !important;
}

.account_menu_search {
    width: 100%;
    height: 48px;
    margin-top: 32px;
    margin-bottom: 12px;
    position: relative;
}
.account_menu_search input{
    width: 464px !important;
    height: 48px !important;
    margin-left:0 !important;
    margin-right:0 !important;
    border: 1px solid #E2E5EC !important;
    border-radius: 4px;
    margin-left: 38px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.account_menu_search input::placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 18.82px;
    color: #999;
}
.account_menu_search button.menu_search_icon{
    display: inline-block;
    width: 17.66px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 57.34px;
    background-image:url('/resources/images/menu_search_icon.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.searched_menu_list{
    display: inline-block;
    width:464px;
    height: 413px;
    margin:0 38px;
    overflow-y:scroll;
    background-color:#F5F9FC;
}
.search_menu_inner{
    display:inline-block;
    width:100%;
    padding:15px 16px;
}

.searched_menu_list li{
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height:42px;
    padding:0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.searched_menu_list li:hover{
    background-color: #DBECF9;
    border-radius: 4px;
}
.searched_menu_list li.on{
    background-color: #DBECF9;
    border-radius: 4px;
}
.searched_menu_list li a{
    display: inline-block;
    width:100%;
    height:100%;
    font-size: 13px;
    font-weight:500;
    color:#444;
}
.searched_menu_list li a.on{
    color: #409EFF;
}




/*2022-07-07 플랫폼 신규 디자인 적용*/
/* 상단 버튼 공통 스타일: 34x34px, top: 19px, border-radius: 8px */
.menu_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 16px;
    top: 19px;
    background: #F6F6F6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.menu_btn i,
.home_btn i,
.favorite_btn i,
.info_btn i {
    font-size: 16px;
    color: #666;
    line-height: 1;
    transition: color 0.2s ease;
}
.menu_btn:hover {
    background: var(--main-color);
}
.menu_btn:hover i {
    color: #fff;
}

.home_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 34px;
    height: 34px;
    left: 62px;
    top: 19px;
    border-radius: 8px;
    background-color: #F6F6F6;
    cursor: pointer;
    transition: all 0.2s ease;
}
.home_btn:hover {
    background-color: var(--main-color);
}
.home_btn:hover i {
    color: #fff;
}

/* 공통 스타일: 두 버튼 모두 적용 */
.i18n_sync_btn, .cache_clear_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 34px;
    height: 34px;
    top: 19px;
    background: var(--admin-color-bg);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10; /* 팝업보다 뒤로 가도록 설정 */
    border: 1px solid rgba(0,0,0,0.05); /* 미세한 테두리로 구분감 부여 */
}

/* 다국어 버튼 위치 */
.i18n_sync_btn {
    right: 166px;
}

/* 캐시 초기화 버튼 위치 (기존 버튼의 왼쪽 옆에 배치) */
.cache_clear_btn {
    right: 126px; /* 166 - (34 + 6px 여백) = 약 126px */
}
.i18n_sync_btn i {
    font-size: 16px;
    color: var(--admin-color);
    line-height: 1;
    transition: color 0.2s ease;
}
.i18n_sync_btn:hover {
    background: var(--admin-color-bg);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.i18n_sync_btn:hover i {
    color: #fff;
}

.favorite_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 125px;
    top: 19px;
    background: #F6F6F6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.favorite_btn:hover {
    background-color: var(--main-color);
}
.favorite_btn:hover i {
    color: #FFD700;
}
.info_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 34px;
    height: 34px;
    right: 84px;
    top: 19px;
    background: #F6F6F6;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.info_btn:hover {
    background-color: var(--main-color);
}
.info_btn:hover i {
    color: #fff;
}
.user_info_btn{
    display:inline-block;
    width:40px;
    height:40px;
    position:absolute;
    top:13px;
    right:20px;
}
.user_info_btn img,
.account_top .account_img img {
    width:100%;
    height:100%;
    border-radius:50%;
    object-fit: cover;
    background: #F0F2F5;
    border: 1px solid #ddd;
}

.right_menu{
    z-index: 110;
    display:inline-block;
    width:482px;
    height:100vh;
    background-color:#fff;
    position:absolute;
    top:0;
    right:0;
}
.menu_tab_wrap{
    display:inline-block;
    width:100%;
    height:70px;
    border-bottom:1px solid #EFEFEF ;
    padding:0 32px;
    position:relative;
}
.menu_tab_wrap .tab{
    display:inline-block;
    height:70px;
    line-height:70px;
    float:left;
    margin-right:40px;
}
.menu_tab_wrap .tab .tab_link{
    display:inline-block;
    height:70px;
    line-height:70px;
    font-size:14px;
    color:#828B97;
    font-weight:500;
}
.menu_tab_wrap .tab .tab_link.on{
    border-bottom:4px solid var(--main-color);
    color:#333333;
}
/* 통합 닫기 버튼 스타일 - popup_menu_close, right_menu_close, ea-side-close 공통 */
.popup_menu .menu_body .popup_menu_close,
.right_menu_close,
.ea-side-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 6px !important;
    border: none !important;
    background-image: none !important;
    background-color: transparent !important;
    background-position: 0 0 !important;
    background-size: 0 !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    padding: 0 !important;
    position: absolute;
    top: 10px;
    right: 15px;
}

.popup_menu .menu_body .popup_menu_close:hover,
.right_menu_close:hover,
.ea-side-close:hover {
    background: #f0f0f0 !important;
}

/* 통합 닫기 버튼 ::before - 모든 버튼에 CSS로 × 추가 */
.popup_menu .menu_body .popup_menu_close::before,
.right_menu_close::before,
.ea-side-close::before {
    content: '×';
    font-size: 20px;
    color: #666;
    line-height: 1;
    transform: translateY(1px);
}

.popup_menu .menu_body .popup_menu_close:hover::before,
.right_menu_close:hover::before,
.ea-side-close:hover::before {
    color: #333;
}

/* right_menu_close 개별 위치 조정 */
.right_menu_close {
    top: 20px !important;
}
.account_top{
    display:inline-block;
    width:100%;
    height:200px;
    padding-left:52px;
    padding-top:41px;
}
.account_top .account_img{
    position:relative;
    display:inline-block;
    width:116px;
    height:116px;
    float:left;
}
.account_top .account_user_btn{
    display:inline-block;
    width:33px;
    height:33px;
    position:absolute;
    bottom:0;
    right:0;
    border: 1px solid var(--grid-border-color);
    border-radius:50%;
    background-color:#fff;
    padding:0 !important;
}
.account_top .account_user_btn .camera_img{
    display: inline-block;
    width: 20px;
    height: 19px;
    background-image: url(/resources/images/account_user_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.account_top .account_user_btn .settings_img{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.account_top .account_user_btn .settings_img::before{
    content: '\f013';
    font-family: 'FontAwesome';
    transition: color 0.2s ease;
}

.account_top .account_user_btn:hover .settings_img::before{
    color: var(--main-color);
}

.user_info{
    display:inline-block;
    width:233px;
    float:left;
    margin-left:52px;
}
.user_info .user_name{
    display:inline-block;
    width:100%;
    height:36px;
    line-height:36px;
    font-size:24px;
    font-weight:500;
    color:#333;
    margin-bottom:11px;
}
.user_info .user_company{
    display:inline-block;
    width:100%;
    height:14px;
    font-size:14px;
    color:#666;
    margin-bottom:12px;
}
.user_info .user_team{
    display:inline-block;
    width:100%;
    height:14px;
    font-size:14px;
    color:#666;
    margin-bottom:12px;
}
.account_middle{
    display:inline-block;
    width:100%;
    height:110px;
    margin-top:22px;
    margin-bottom:37px;
    padding:0 52px;
    text-align:center;
}
.account_middle select {
    width:378px;
    height:50px;
    border: 1px solid var(--grid-border-color);
    border-radius:4px;
    background-image: url(/resources/images/select_down.png);
    background-repeat: no-repeat;
    background-position: 350px 23px;
    background-size: 8px;
    font-size: 15px;
    font-weight:300;
    color:#666;
    /*padding-left:23px;*/
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 35px 0 23px;
    cursor: pointer;
}
.account_middle select option{
    font-size:15px;
    font-weight:300;
    color:#666;
}
.account_bottom{
    display:inline-block;
    width:100%;
    height:125px;
    border-bottom:1px solid #EFEFEF;
    padding-left:52px;
}
.account_bottom .account_info{
    display:inline-block;
    width:100%;
    margin-bottom:20px;
}
.account_bottom .account_info .account_info_title{
    display:inline-block;
    width:118px;
    float:left;
    font-size:14px;
    font-weight:500;
    color:#666;
}
.account_bottom .account_info .account_info_txt{
    display:inline-block;
    width:260px;
    float:left;
    font-size:14px;
    font-weight:500;
    color:#333;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.account_logout{
    display:inline-block;
    width:100%;
    margin-top:25px;
    padding-left:52px;
}
.account_logout .logout_btn{
    width:118px;
    height:34px;
    line-height:34px;
    text-align:center;
    /*background-color:#0BAB8B;*/
    background-color: var(--main-color);
    font-size:13px;
    font-weight:500;
    color:#fff;
}


.lately_list_wrap{
    display:inline-block;
    width:100%;
    height:calc(100% - 5px);
    padding:20px 36px;
    overflow:scroll;
    -ms-overflow-style: none;
    box-sizing:border-box;
}
.lately_list_wrap::-webkit-scrollbar{
    display: none;
}
.lately_list_wrap .lately_menu{
    display:inline-block;
    width:100%;
    height:20px;
    margin-bottom:19px;
}
.lately_menu .lately_menu_link{
    display:inline-block;
    width:100%;
    height:20px;
    position:relative;
}
.lately_menu .lately_menu_link .lately_btn{
    display:inline-block;
    width:20px;
    height:20px;
    background-image: url(/resources/images/star_v2.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 20px;
    position:absolute;
    top:0;
    left:0;
}
.lately_menu .lately_menu_link .lately_btn.null{
    background-image: url(/resources/images/star_null.png);
}
.lately_menu .lately_menu_link .lately_page{
    display:inline-block;
    width:244px;
    height:20px;
    line-height:20px;
    font-size:15px;
    font-weight:500;
    color:#333;
    position:absolute;
    top:0;
    left:28px;
    overflow:hidden;
}
.lately_menu .lately_menu_link .lately_date{
    display:inline-block;
    width:130px;
    height:20px;
    line-height:20px;
    font-size:14px;
    font-weight:300;
    color:#aaa;
    position:absolute;
    top:0;
    right:0;
}

.panel2_inner{
    display:inline-block;
    width:100%;
    height:100%;
    padding:0;
}
.panel2_inner .menu_search_top{
    display:flex;
    align-items:center;
    gap:16px;
    width:100%;
    height:97px;
    padding:0 36px;
    border-bottom:1px solid #F1F1F1;
}
.panel2_inner .menu_search_top .menu_search_inp{
    flex:1;
    height:50px;
    border: 1px solid var(--grid-border-color);
    border-radius:4px;
    padding:0 16px;
    font-size:15px;
    color:#333;
    background-image: url(/resources/images/menu_search_btn.png);
    background-repeat: no-repeat;
    background-position:calc(100% - 16px) center;
    background-size: 16px;
}
.panel2_inner .menu_search_top .menu_search_total{
    flex-shrink:0;
    white-space:nowrap;
    font-size:13px;
    font-weight:500;
    color:#666;
}
.panel2_inner .menu_search_top .menu_search_total span {
    font-size:15px;
    font-weight:500;
    color: var(--required-label);
}
.panel2_inner .menu_search_list{
    display:inline-block;
    width:100%;
    height:calc(100% - 105px);
    padding:27px 36px;
    overflow:scroll;
    -ms-overflow-style: none;
    box-sizing:border-box;
}
.panel2_inner .menu_search_list::-webkit-scrollbar{
    display: none;
}
.panel2_inner .menu_search_list .menu_search{
    display:inline-block;
    width:100%;
    height:20px;
    margin-bottom:27px;
}
.menu_search_list .menu_search .menu_search_link{
    display:inline-block;
    width:100%;
    height:20px;
    position:relative;
}
.menu_search_list .menu_search .menu_search_link .menu_search_btn{
    display:inline-block;
    width:20px;
    height:20px;
    background-image: url(/resources/images/star_v2.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 20px;
    position:absolute;
    top:0;
    left:0;
}
.menu_search_list .menu_search .menu_search_link .menu_search_btn.null{
    background-image: url(/resources/images/star_null.png);
}
.menu_search_list .menu_search .menu_search_link .menu_search_page{
    display:inline-block;
    width:370px;
    height:20px;
    line-height:20px;
    font-size:15px;
    font-weight:500;
    color:#333;
    position:absolute;
    top:0;
    left:32px;
    overflow:hidden;
}
.menu_search_list .menu_search .menu_search_link .menu_search_page .search_txt{
    /*color:#43B8A1;*/
    color: var(--required-label);
}

.favorite_page_wrap{
    z-index: 110;
    display:inline-block;
    width:240px;
    min-height:300px;
    max-height:700px;
    background-color:#fff;
    border:1px solid #E7E7E7;
    position:absolute;
    top:61px;
    right:125px;
    border-radius:6px;
}
.favorite_page_wrap .favorite_page_list{
    display:inline-block;
    width:100%;
    min-height:212px;
    max-height:612px;
    overflow:scroll;
    -ms-overflow-style: none;
}
.favorite_page_wrap .favorite_page_list .favorite_page{
    display:inline-block;
    width:100%;
    height:20px;
    padding:15px;
}
.favorite_page_list .favorite_page .favorite_page_link{
    display:inline-block;
    width:100%;
    height:20px;
    position:relative;
}
.favorite_page .favorite_page_link .favorite_page_btn{
    display:inline-block;
    width:20px;
    height:20px;
    background-image: url(/resources/images/star_v2.png);
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 20px;
    position:absolute;
    top:0;
    left:0;
}
.favorite_page .favorite_page_link .favorite_page_btn.null{
    background-image: url(/resources/images/star_null.png);
}
.favorite_page .favorite_page_link .favorite_page_txt{
    display:inline-block;
    width:168px;
    height:20px;
    line-height:20px;
    font-size:14px;
    font-weight:500;
    color:#333;
    position:absolute;
    top:0;
    left:28px;
    overflow:hidden;
}
.favorite_page_wrap .favorite_page_info{
    display:inline-block;
    width:208px;
    height:50px;
    background-color:#ECF9F0;
    border-radius:16px;
    padding:8px 16px;
    font-size:11px;
    font-weight:400;
    line-height:17px;
    color:#0BAB8B;
    margin:15px;
}

/*가이드 팝업*/
.guide_pop{
    display:inline-block;
    width:1130px;
    height:960px;
    background-color:#fff;
    position:absolute;
    top:0;
    right:0;
    z-index:110;
}
.guide_pop .guide_pop_top{
    display:inline-block;
    width:100%;
    height:70px;
    padding:23px 32px;
    border-bottom:1px solid #EFEFEF;
}
.guide_pop .guide_pop_top .guide_pop_title{
    display:inline-block;
    font-size:15px;
    font-weight:500;
    color:#333333;
}
.guide_pop .guide_pop_top .guide_pop_close{
    display:inline-block;
    width:24px;
    height:24px;
    float:right;
    background-image: url(/resources/images/line_pop_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px;
}
.guide_pop .guide_content{
    display:inline-block;
    width:100%;
    height:890px;
    overflow:scroll;
}
.guide_pop .guide_content .guide_content_inner{
    display:inline-block;
    width:100%;
    height:200%;
    padding:56px 32px;
}
.guide_content_inner .guide_list{
    display:inline-block;
    width:100%;
    margin-bottom:73px;
}
.guide_list .guide_icon{
    display:inline-block;
    width:50px;
    height:50px;
    background-color:#F2F2F2;
    border-radius:50%;
    background-image: url(/resources/images/guide_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    float:left;
}
.guide_list .guide{
    display:inline-block;
    width:calc(100% - 70px);
    float:left;
    margin-left:20px;
}
.guide_list .guide .guide_title{
    display:inline-block;
    font-size:16px;
    font-weight:500;
    color:#444444;
    padding-right:20px;
}
.guide_list .guide .guide_date{
    display:inline-block;
    font-size:14px;
    font-weight:500;
    color:#828B97;
}
.guide_list .guide .guide_txt{
    display:inline-block;
    width:100%;
    padding-top:20px;
}
.guide .guide_txt .guide_txt0{
    display:inline-block;
    width:100%;
    font-size:12px;
    font-weight:500;
    color:#444444;
    padding-bottom:10px;
}
.guide .guide_txt .guide_txt1{
    display:inline-block;
    width:100%;
    font-size:12px;
    font-weight:500;
    color:#444444;
    padding-bottom:10px;
}


/* 비밀번호 팝업 */
.pw_modal_wrap {
    display: none;
    width: 430px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border: 1px solid #E7E7E9;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    z-index: 110;
}
.pw_modal_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 5px 15px 24px;
    font-size: 15px;
    font-weight: var(--label-font-weight);
    color: #333;
}
.pw_modal_header > .modal_close_btn{
    width: 24px;
    height: 24px;
    background-image: url(/resources/images/line_pop_close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pw_modal_body {
    padding: 30px 50px 50px;
}
.pw_modal_body label {
    font-size: 13px;
    font-weight: var(--label-font-weight);
    color: var(--form-label);
}
.pw_modal_body input {
    height: 36px;
    border: none;
    outline: none;
    border: 1px solid var(--grid-border-color);
    font-size: 13px;
    text-align: left;
    border-radius: 4px;
    color: #666;
    margin: 7px 0 0;
}
.pw_modal_footer {
    display: flex;
    justify-content: flex-end;
    padding: 15px 5px 15px 24px;
    border-top: 1px solid #EFEFEF;
}
.pw_modal_footer button {
    height: 34px;
    padding: 0 17px;
    font-size : 13px;
    font-weight: var(--label-font-weight);
    border-radius: 4px;
}

/* 결재함 스크롤바 - 메뉴처럼 얇고 세련되게 */
.sign_box {
    overflow-y: auto;
    overflow-x: hidden;
}

/* 스크롤바 - 전역 스타일 사용 */
.right_menu .ui-tabs-panel {
    height: calc(100vh - 75px);
    overflow: scroll;
}
.panel2,
.card_body,
.panel_body {
    overflow-y: auto;
    overflow-x: hidden;
}

/* Chrome/Safari 전역 스크롤바 (2px) */
*::-webkit-scrollbar {
    width: var(--scrollbar-width, 2px);
    height: var(--scrollbar-width, 2px);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb, rgba(208, 208, 208, 0.7));
    border-radius: 4px;
}
*::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover, rgba(176, 176, 176, 0.85));
}
*::-webkit-scrollbar-track {
    background-color: var(--scrollbar-track, transparent);
}

/* Firefox 전용 스크롤바 */
@supports (-moz-appearance: none) {
    * {
        scrollbar-width: thin;
        scrollbar-color: rgba(208, 208, 208, 0.7) transparent;
    }
}

/* popup_menu 스크롤바 (4px - 메뉴 전용) */
.popup_menu .menu_onedepth::-webkit-scrollbar,
.popup_menu .menu_body .menu_twodepth::-webkit-scrollbar,
.popup_menu .menu_body .treedepth_scroll::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
}
.popup_menu .menu_onedepth::-webkit-scrollbar-thumb,
.popup_menu .menu_body .menu_twodepth::-webkit-scrollbar-thumb,
.popup_menu .menu_body .treedepth_scroll::-webkit-scrollbar-thumb {
    background-color: rgba(208, 208, 208, 0.7) !important;
    border-radius: 4px !important;
}
.popup_menu .menu_onedepth::-webkit-scrollbar-thumb:hover,
.popup_menu .menu_body .menu_twodepth::-webkit-scrollbar-thumb:hover,
.popup_menu .menu_body .treedepth_scroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(176, 176, 176, 0.85) !important;
}
.popup_menu .menu_onedepth::-webkit-scrollbar-track,
.popup_menu .menu_body .menu_twodepth::-webkit-scrollbar-track,
.popup_menu .menu_body .treedepth_scroll::-webkit-scrollbar-track {
    background-color: transparent !important;
}

/* ============================================================================
   Grid Header + Grid 한 몸 스타일
   ============================================================================ */
/* grid-header 바로 다음 그리드만 - 상단 보더 및 radius 제거 */
.grid-header + div[id$="Grid"] .rg-root,
.grid-header + div[id$="Grid"] .rg-grid {
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

/* ============================================================================
   Modal Header Button Wrap (팝업 상단 버튼)
   ============================================================================ */
#modalBtnWrap {
    float: right;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

#modalBtnWrap button {
    min-width: 60px;
    height: 30px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

#modalBtnWrap button.white {
    background: #fff;
    border: 1px solid #ddd;
    color: #666;
}

#modalBtnWrap button.white:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

#modalBtnWrap button.green {
    background: var(--btn-primary, #0BAB8B);
    border: 1px solid var(--btn-primary, #0BAB8B);
    color: #fff;
}

#modalBtnWrap button.green:hover {
    background: var(--btn-primary-hover, #08976d);
    border-color: var(--btn-primary-hover, #08976d);
}

/* 버튼 비활성화 스타일 */
button:disabled,
button[disabled],
.btn:disabled,
.btn[disabled] {
    opacity: 0.5;
    cursor: not-allowed !important;
}

/* ========================================
   FullCalendar 반응형 공통 스타일
   ======================================== */

/* 테이블 레이아웃 반응형 */
.fc-theme-standard .fc-scrollgrid {
    width: 100%;
    table-layout: fixed;
}

.fc-scrollgrid-sync-table {
    width: 100% !important;
    table-layout: fixed;
}

.fc-col-header {
    width: 100%;
}

.fc-col-header-cell {
    width: 14.28%;
}

/* FullCalendar 스크롤바 스타일 */
.fc-scroller {
    overflow: visible !important;
}

.fc-scroller-liquid-absolute {
    overflow: hidden auto !important;
}

.fc-scroller::-webkit-scrollbar {
    display: none;
}

/* 반응형 - 작은 화면에서 날짜 셀 조정 */
@media screen and (max-width: 550px) {
    .fc-daygrid-day.fc-day {
        height: auto;
        min-height: 60px;
    }
}

@media screen and (max-width: 480px) {
    .fc .fc-daygrid-day-number {
        font-size: 10px;
    }
    .fc .fc-col-header-cell-cushion {
        font-size: 11px;
    }
}

/* 팝업 개발자 아이콘 여백 */
.ui-dialog-titlebar #btn_comm_popup_setup_modal {
    margin-left: 8px;
}

/* 팝업 버튼 보더 */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .modal_footer_btn0 {
    border: 1px solid var(--main-color, #0BAB8B);
}
/* 조회조건 1줄 강제 정렬용 공통 클래스 */
.grid-row-single {
    display: grid !important;
    /* 12컬럼 레이아웃: 요소 간 간격 8px */
    grid-template-columns: repeat(12, 1fr) !important;
    gap: 8px !important;
    align-items: end !important; /* 라벨과 인풋 하단 정렬 */
    width: 100% !important;
}

/* 내부 요소들의 기본 너비 해제 및 꽉 채우기 */
.grid-row-single .form_object input:not([type="checkbox"]) {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

/* 비율 조절용 보조 클래스 (필요한 만큼 선언) */
.grid-row-single .col-1 { grid-column: span 1 !important; }
.grid-row-single .col-2 { grid-column: span 2 !important; }
.grid-row-single .col-3 { grid-column: span 3 !important; }
.grid-row-single .col-4 { grid-column: span 4 !important; }

.grid-row-single .datepicker {
    display: flex !important;
    gap: 4px; /* 사이 간격 추가 */
}
.grid-row-single .datepicker input.fw50 {
    width: calc(50% - 2px) !important; /* 50% 대신 calc 적용 */
    flex: none; /* 강제 확장 차단 */
}

/* 체크박스 부모 div 정렬 보정 */
.grid-row-single .form_object:has(.form_check0) {
    display: block !important;     /* grid의 align-items: end 영향 차단 */
    position: relative !important;  /* absolute 기준점 */
    min-height: 50px !important;    /* 기존 높이 복구 */
}