﻿:root {
    --s-sm: .8rem;
    --s-rg: 1rem;
    --s-lg: 1.125em;
    --s-xl: 1.25em;
    --brd-5: 5px;
    --brd-10: 10px;
    --brd-15: 15px;
    --brd-20: 20px;
    --brd-25: 25px;
    --brd-30: 30px;
    --brd-50: 50%;
    --border-op01: 1px solid rgba(255,255,255,0.1);
    --border-op02: 2px solid rgba(255,255,255,0.1);
    --borderb-op01: 1px solid rgba(0,0,0,0.1);
    --borderb-op02: 2px solid rgba(0,0,0,0.1);
}

/*보더*/
.Bdr-5 {
    border-radius: var(--brd-5);
}

.Bdr-10 {
    border-radius: var(--brd-10);
}

.Bdr-15 {
    border-radius: var(--brd-15);
}

.Bdr-20 {
    border-radius: var(--brd-20);
}

.Bdr-25 {
    border-radius: var(--brd-25);
}

.Bdr-30 {
    border-radius: var(--brd-30);
}

.Bdr-50 {
    border-radius: var(--brd-50);
}
/*박스투명보더*/
.border-op01 {
    border: var(--border-op01);
}

.border-op02 {
    border: var(--border-op02);
}

.borderb-op01 {
    border: var(--borderb-op01);
}

.borderb-op02 {
    border: var(--borderb-op02);
}
/*투명도*/
.opc-01 {
    opacity: 0.1
}

.opc-02 {
    opacity: 0.2
}

.opc-03 {
    opacity: 0.3
}

.opc-04 {
    opacity: 0.4
}

.opc-05 {
    opacity: 0.5
}

.opc-06 {
    opacity: 0.6
}

.opc-07 {
    opacity: 0.7
}

.opc-08 {
    opacity: 0.8
}

.opc-09 {
    opacity: 0.9
}

/*폰트사이즈,두께*/
.fs-sm {
    font-size: var(--s-sm) !important;
    line-height: 1.4;
}

.fs-rg {
    font-size: var(--s-rg) !important;
}

.fs-lg {
    font-size: var(--s-lg) !important;
}

.fs-xl {
    font-size: var(--s-xl) !important;
}

.flh-fix {
    line-height: 1 !important;
}
/*텍스트오버시쩜쩜쩜*/
.txt-over {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-over-line {
    /*word-break: break-word;*/
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*머드셀 a*/
.underDeco {
    font-weight: 600 !important;
    white-space: nowrap;
    width: auto;
    text-align: left !important;
    cursor: pointer;
    text-decoration: underline;
    text-decoration-color: var(--mud-palette-lines-default);
    text-underline-offset: 5px;
    max-width: 500px;
    padding: 0.5rem;
    transition: all 300ms cubic-bezier(.4,0,.2,1) 0ms;
}

    .underDeco:hover {
        color: var(--mud-palette-primary) !important;
        text-decoration-color: var(--mud-palette-primary) !important;
    }

/*센터*/
.Sample_Center .mud-grid-item .mud-paper, 
.Sample_Center, 
.CenCen {
    display: flex;
    justify-content: center;
    align-items: center
}
/*플립*/
.flipH {
    transform: scaleX(-1)
}
/*백드롭블러*/
.bg_blur {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
/*배경투명*/
.bg-trans {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
}
/*리스트 섬네일 이미지*/
.MyList_ThumbnailImg {
    max-width: 90% !important;
}
/*이미지를 포함한 a*/
a:has(.ThumbnailImg) {
    display: flex;
    align-items: center;
}
/*앱바 메뉴 색*/
.MyAppMenu .mud-button-label {
    color: var(--dark-hl) !important;
}

.MyAppMenu a:hover .mud-button-label, .MyAppMenu button:hover .mud-button-label {
    color: var(--orange) !important;
}

.Common_Title_box {
    display: flex;
    align-items: center;
    color: floralwhite;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 1rem;
    color: #ffffff;
}

/* 테이블 테이블 테이블 테이블 */
* .mud-table-root {
    font-size: 13px;
}

* .mud-table-row .mud-table-cell {
    white-space: nowrap;
    padding: 12px 16px !important;
    padding-inline-start: 16px !important;
    padding-inline-end: 16px !important;
    text-align: center;
    min-width: max-content;
    border-bottom: none;
    line-height:1!important
}

/*테이블 헤더 체크박스*/
.mud-table-head .mud-table-row .mud-table-cell .mud-checkbox-null svg,
.mud-table-head .mud-table-row .mud-table-cell .mud-checkbox-false svg,
.mud-table-head .mud-table-row .mud-table-cell .mud-checkbox-true svg {
  /*  fill: white !important*/
}

.MyCheckBoxTable .mud-table-head .mud-table-row .mud-table-cell:nth-child(1)::before {
    content: "선택";
    font-weight: bold;
    display: block;
    text-align: center;
   /* color: white !important;*/
}
/*머드셀 체크박스 마진*/
    * .mud-table-row .mud-table-cell .mud-checkbox span{
        margin:0px auto;
    }

    /*테이블헤더보더굴림*/
    .mud-table-head .mud-table-row .mud-table-cell:first-child {
        border-top-left-radius: var(--mud-default-borderradius)
    }

.mud-table-head .mud-table-row .mud-table-cell:last-child {
    border-top-right-radius: var(--mud-default-borderradius)
}

/*테이블 헤더*/
* .mud-table-head .mud-table-row {
    /*background-color: rgb(33 38 61) !important;
    color: var(--mud-palette-dark-text) !important;
    background-color: var(--mud-palette-dark) !important;
        box-shadow: 0 1px 3px 0 rgb(0, 0, 0, 0.25)*/
    background-color: #eceff1 !important;
}
    * .mud-table-head .mud-table-row .mud-table-cell {
        /*background-color: var(--mud-palette-dark) !important;
        color: var(--mud-palette-white) !important;*/
        background-color: #eceff1 !important;
        position: sticky;
        z-index: 2;
        top: 0;
        border-bottom: 1px solid rgb(0, 0, 0, 0.075)
    }

/*테이블헤더보더*/
        * .mud-table-head .mud-table-row .mud-table-cell:not(:last-child) {
           /* border-right: 1px solid rgb(255, 255, 255, 0.175);*/
            border-right: 1px solid rgb(0, 0, 0, 0.075)
        }
/*셀정렬 셀옵션*/
.mud-table-head .mud-table-cell .column-header {
    width: max-content;
    margin: auto;
    word-break: keep-all !important;
    /*font-weight: 700;*/
}

.mud-table-head .mud-table-cell:has(.column-header) .sortable-column-header {
    width: fit-content;
}

.mud-table-head .mud-table-cell .sortable-column-header + .column-options {
    min-width: 17px;
    margin-left: 3px;
}

.mud-data-grid .mud-table-cell .column-header .sort-direction-icon {
    opacity: 0.8;
}

    .mud-data-grid .mud-table-cell .column-header .sort-direction-icon.mud-direction-desc,
    .mud-data-grid .mud-table-cell .column-header .sort-direction-icon.mud-direction-asc {
        opacity: 1;
        color: #594ae2;
        background-color: #594ae221;
    }

.mud-table-head .mud-table-cell .sortable-column-header + .column-options .mud-button-root .mud-icon-button-label svg {
    font-size: 11px;
}

.mud-table-head .mud-table-cell .sortable-column-header + .column-options .mud-menu,
.mud-data-grid .mud-table-cell .column-header .mud-sort-index {
    display: none;
    visibility: hidden;
}

/*머드테이블셀 보더*/
.mud-table-body .mud-table-row .mud-table-cell {
    border-bottom: 1px solid #0000001a !important;
}

    .mud-table-body .mud-table-row .mud-table-cell:not(:last-child) {
        border-right-color: #0000001a !important;
    }
/*마이스티키테이블*/
.MyStickyTable,
.MyStickyDiaTable {
    position:relative;
    overflow: hidden !important;
}

    .MyStickyTable .mud-table-container,
    .MyStickyDiaTable .mud-table-container {
        overflow-x: auto !important;
        overflow-y: auto !important;
        position: relative !important;
    }

    .MyStickyTable .mud-table-foot .mud-table-row .mud-table-cell,
    .MyStickyDiaTable .mud-table-foot .mud-table-row .mud-table-cell {
        padding: 13px 16px !important;
    }
/* 마이 사이드 테이블 ★중요★ */
.MySideTable .mud-table-head .mud-table-row .mud-table-cell {
    /*background-color: var(--mud-palette-dark-lighten) !important;*/
    height: auto !important;
    font-size: 0.8rem;
   /* border-radius: 0 !important;*/
    padding12px 5px 13px !important;
    text-align: center !important;
}
.MySideTable .mud-table-head .mud-table-row {
    /*background-color: var(--mud-palette-dark-lighten) !important;*/
}

.MySideTable .mud-table-body .mud-table-row .mud-table-cell {
    /*font-size: 0.8rem;*/
    height: auto !important;
    padding: 5px 3px !important;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
    text-wrap: wrap !important;
}

.MySideTable .mud-table-pagination-toolbar p.mud-typography-body2.mud-table-pagination-caption:last-of-type {
    display: none;
}

/*이력테이블용*/
.MyTdConts {
    text-align: left;
    word-break: keep-all;
}

.MyHistoryBox {
    white-space: pre-wrap !important;
    overflow-wrap: break-word;
    flex-wrap: wrap;
    padding:4px
}

.MyHistoryBox svg,
.MyHistoryTd svg {
    font-size: 1em !important;
    cursor: default !important;
    position: relative;
    top: 2px;
}

.MyHistoryBox b,
.MyHistoryTd b {
    padding: 0 3px;
}

.mud-table-head .mud-table-row .mud-table-cell.MyStickyColumn {
    position: sticky !important;
    z-index: 1000 !important;
}
.mud-table-body .mud-table-row .mud-table-cell.MyStickyColumn {
    position: sticky !important;
    background-color: rgba(248, 244, 255, 1) !important;
    z-index: 999 !important;
}

.MyStickyTable .mud-table-body .mud-table-row:nth-of-type(even) .mud-table-cell {
    background-color: rgba(255, 255, 255, 1) !important;
}
.MyStickyTable .mud-table-body .mud-table-row:nth-of-type(odd) .mud-table-cell {
    background-color: rgba(245, 245, 245, 1) !important;
}
/* Hover 효과 */
.mud-table-body .mud-table-row:hover,
.MyStickyTable .mud-table-body .mud-table-row:nth-of-type(odd):hover .mud-table-cell,
.MyStickyTable .mud-table-body .mud-table-row:nth-of-type(even):hover .mud-table-cell {
    background-color: rgba(248, 244, 255, 1) !important;
}
/* 선택된 행 */
.mud-table-body .selected-row,
.MyStickyTable .mud-table-body .selected-row.mud-table-row:nth-of-type(odd) .mud-table-cell,
.MyStickyTable .mud-table-body .selected-row.mud-table-row:nth-of-type(even) .mud-table-cell {
    background-color: rgba(241, 234, 255, 1) !important
}

/*폼그리드-내부 버튼*/
.MyGridButton {
    height: 37.27px;
    min-width: auto !important;
    margin-top: 4px;
    line-height: 1.2 !important;
   /* padding:8px!important*/
}
/* 마이 셀버튼 */
.MyCellButton {
    height: 30px !important;
    min-width: fit-content;
    border: var(--borderb-op01);
}

    .MyCellButton .mud-button-label {
        white-space: pre-wrap;
    }




.mud-table-cell div .mud-icon-default {
    cursor: pointer;
}

/*.mud-table-cell a:not(.mud-icon-button):hover, 
.mud-table-cell a:not(.mud-icon-button):hover p {
    color: var(--mud-palette-primary) !important;
    text-decoration: underline;
}*/
    .mud-table-cell div .mud-icon-default {
        cursor: pointer;
    }

.mud-table-row .BoardArticleTitleTd {
    width: auto;
}
img.NewIcon {
	display: inline-block;
	width: 15px !important;
	height: 15px !important;
	margin-bottom: 7px;	
}


    .mud-table-cell a:hover img {
        border-color: rgba(135, 72, 255, 0.5) !important;
        box-shadow: 0px 0 3px 0 rgba(135, 72, 255, 0.5) !important
    }

    /* 패딩조절 테이블*/
    .MySmPadTable {
        overflow: hidden
    }
.MySmPadTable .mud-table-cell {
    padding: 8px 10px !important;
    padding-inline-start: 10px !important;
    padding-inline-end: 10px !important;
}
.mud-table-sticky-header.MySmPadTable * .mud-table-root .mud-table-head * .mud-table-cell{
    z-index:50!important;
}
/*인풋 원*/
/*.mud-input.mud-input-outlined.mud-input-adorned-end {
    padding-right: 10px !important;
    padding-inline-end: 10px !important;
    padding-inline-start: unset
}
*/
.mud-popover.mud-popover-open {
    min-width: fit-content !important;
    /*max-width: 200px !important;*/
}

/*별점*/
* .mud-rating-root .mud-rating-item {
   line-height:1!important;
    padding: 0 !important;
    aspect-ratio:1 / 1!important;
}

/*마이박스*/


@media (max-width: 1400px) {
 
}
@media (max-width: 960px) {
    .MyFileButtonPack .mud-input-control.mud-file-upload {
        width: 48% !important;
    }
}
/*마이박스헤더 background-color: #f8f9fa; color: #263243;*/
.MyBoxHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 0.9em;
    /*background-color: #263243;*/
    background-color: var(--mud-palette-dark-lighten);
    color: #ffffff;
    padding: 10px 10px 10px 16px;
    gap: 6px;
}

    .MyBoxHeader .flex-row.gap-3 {
        gap: 6px !important;
    }

    .MyBoxHeader .mud-input-control-input-container .mud-input {
        width: 140px;
    }
    /*마이박스헤더에 작은 버튼들 */
    .MyBoxHeader button {
        min-height: 26px;
        padding: 0px 8px;
        border-radius: 5px !important;
        transition: all 100ms cubic-bezier(.4,0,.2,1) 0ms;
        font-size: 11px !important;
    }

        .MyBoxHeader button.mud-button-filled-default {
            background-color: #f0f0f0 !important;
            /*background-color: var(--mud-palette-action-default-hover) !important;*/
        }

            .MyBoxHeader button.mud-button-filled-default:hover {
                background-color: #e1e1e1 !important;
                /*background-color: var(--mud-palette-action-disabled-background) !important;*/
            }

        .MyBoxHeader button .mud-button-label {
            font-size: 11px !important;
            letter-spacing: -0.25px;
        }

    .MyBoxHeader .mud-button ~ .mud-divider {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }

    .MyBoxHeader .mud-icon-button {
        width: 26px;
        height: 26px;
    }

    .MyBoxHeader .mud-button-icon-start {
        margin-inline-end: 3px !important;
        margin-right: 3px;
    }

    .MyBoxHeader .mud-icon-root.mud-svg-icon {
        font-size: 1.3em;
    }
/*모바일★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
@media (min-width:1280px) {

}

@media (min-width: 960px) and (max-width: 1280px) {
}

@media (min-width: 600px) and (max-width: 960px) {
    /*리스트 섬네일 이미지*/
    .MyList_ThumbnailImg {
        max-width: 90% !important;
    }
}

@media (max-width: 600px) {
    :root {
        --brd-30: 15px;
    }

    /* .mud-xs-table 모바일 CSS 덮어쓰기 */
    .mud-xs-table .mud-table-root .mud-table-head,
    .mud-xs-table .mud-table-root .mud-table-foot {
        display: table-header-group !important;
    }

    .mud-xs-table .mud-table-root .mud-table-row {
        display: table-row;
    }

        .mud-xs-table .mud-table-root .mud-table-row .mud-table-cell {
            display: table-cell;
            text-align: center !important;
        }

    * .mud-table-row .mud-table-cell {
        white-space: nowrap;
        /*text-wrap: nowrap;*/
        padding: 12px 10px !important;
        padding-inline-start: 10px !important;
        padding-inline-end: 10px !important;
        text-align: center;
    }

    .mud-xs-table.mud-table-bordered .mud-table-container .mud-table-root .mud-table-body .mud-table-row .mud-table-cell:not(:last-child) {
        border-right: 1px solid var(--mud-palette-table-lines) !important;
    }

    .mud-xs-table .mud-table-body .mud-table-row:last-of-type .mud-table-cell {
        border-bottom: none !important;
    }

    .mud-xs-table .mud-table-cell:before {
        display: none !important;
        content: "";
        font-weight: unset;
        padding-right: unset;
        padding-inline-end: unset;
        padding-inline-start: unset;
    }

    .mud-xs-table .mud-table-row .BoardArticleTitleTd {
        max-width: 250px !important;
    }
    /*리스트 섬네일 이미지*/
    .MyList_ThumbnailImg {
        max-width: 100% !important;
    }
    /*별점*/
    /* .material-symbols-rounded,
    .material-symbols-sharp {
        font-size: 18px !important
    }*/
    .mud-rating-root .mud-rating-item .material-symbols-rounded,
    .mud-rating-root .mud-rating-item .material-symbols-sharp {
        font-size: 18px !important
    }
}

@media (max-width: 400px) {

    .mud-xs-table .mud-table-row .BoardArticleTitleTd {
        max-width: 150px !important;
    }
}

/*효과●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
