  /* 로딩*/
/*#loading {
    height: 100%;
    left: 0px;
    position: fixed;
    _position: absolute;
    top: 0px;
    width: 100%;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.loading {
    background-color: white;
    z-index: 99998;
}

#loading_img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    margin-top: -75px;
    margin-left: -75px;
    z-index: 999999;
}

*/


#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    background: #ededed;
    opacity: 0.7;
    z-index: 999998;
    text-align: center;
}

#loading>#loading_bar {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999;
    /* transform: translate(-50%, -50%); */
}



#divToastPop {
	display:none;
}


.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0;
}
.ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden;
}
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: 6px;
    margin: 5px;
    text-align: center;
    font-weight: 700;
    display: none;
    border-width: 2px !important;
    font-size: 11px;
}
.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 2px;
    border-right-width: 1px;
    border-right-style: solid;
}

.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100
}


/* 데이터 초기 화면 */
.no-data > div {
    height: 410px;
}
.no-data > div > p {
    width: 100%;
    text-align: center;
    line-height: 410px;
    color: var(--gray-90);
}



.overlay2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.input-group-addon{
	display:none;
}


img.ui-datepicker-trigger{
	
	display:none;
}


/* ===== 헤더 언어 선택기 ===== */
.header-lang-selector {
    position: relative;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}

.lang-toggle-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 12px;
    color: #555;
    cursor: pointer;
    white-space: nowrap;
    height: 30px;
}

.lang-toggle-btn:hover {
    background: #f5f5f5;
}

.lang-icon {
    font-size: 14px;
}

.lang-arrow {
    font-size: 10px;
    color: #aaa;
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    list-style: none;
    margin: 0;
    padding: 4px 0;
    min-width: 130px;
    z-index: 9999;
}

.lang-dropdown.open {
    display: block;
}

.lang-dropdown li a {
    display: block;
    padding: 8px 14px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

.lang-dropdown li a:hover {
    background: #f5f5f5;
}

.lang-dropdown li a.lang-active {
    color: var(--toyota-red, #e50000);
    font-weight: 700;
}

/* ===== 언어 select 화살표 오른쪽 정렬 ===== */
.lang-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/icon/arrow/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 18px 18px;
    padding-right: 30px !important;
    text-align: left;
    cursor: pointer;
}

.lang-select:focus {
    background-image: url("../img/icon/arrow/arrow_up.svg");
    outline: none;
}
