/* 공통 */
html,
body {
    background-color: #F2F6F9;
    color: #333;
}

input {
    outline: none;
}

.ncp main,
.ncp header {
    margin-left: 240px;
}

.container.full {
    width: 100% !important;
    max-width: none;
    margin: 0;
    padding: 0 30px;
}



/* 관리자 네비게이션 */
.ncp .sidenav.sidenav-fixed {
    width: 240px;
    background-color: #182953;
    color: #fff;
    padding: 0;
    overflow: hidden;
}

.ncp .sidenav.sidenav-fixed li {
    line-height: unset;
}



/* 로고영역 */
.ncp .sidenav.sidenav-fixed li.logo {
    padding: 24px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.ncp .sidenav.sidenav-fixed li.logo > a {
    padding: 0;
}

.ncp .sidenav.sidenav-fixed li.logo > a img {
    width: 100%;
}

.ncp .sidenav.sidenav-fixed li.logo > h2 {
    margin: 0;
    font-size: 21px;
}



/* 대분류 메뉴 */
.ncp .sidenav .collapsible,
.sidenav.sidenav-fixed .collapsible > li a {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    height: inherit;
}

.ncp .sidenav.sidenav-fixed a {
    color: #fff;
    transition: 0.6s;
    padding: 20px;
    display: block;
}



/* 펼쳐진 대분류 메뉴 */
.ncp .sidenav.sidenav-fixed > li > ul > li.active > a {
    background-color: #1784D8;
}



/* 메뉴 내 아이콘 정렬 */
.ncp .sidenav.sidenav-fixed .collapsible > li a > img {
    float: left;
    padding-right: 5px;
}



/* 서브 메뉴 */
.ncp .sidenav.sidenav-fixed li .collapsible-header::after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(../../img/icon/mcp/sidnav/arrow_down.svg);
    display: block;
    float: right;
}

.ncp .sidenav.sidenav-fixed li.active > .collapsible-header::after {
    transform: rotate(180deg);
}


.ncp .sidenav.sidenav-fixed .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body {
    background-color: #000;
}

.ncp .sidenav.sidenav-fixed .collapsible-body li.ncp-sub-nav-item {
    /*background: #333;*/
    background: #000;
}

.ncp .sidenav.sidenav-fixed .collapsible-body li a {
    padding: 16px 20px;
    display: block;
}



/* 메뉴 하단 오픈마켓 링크 */
.ncp .sidenav.sidenav-fixed .btm_link {
    position: absolute;
    bottom: 0;
    width: 240px;
}

.ncp .sidenav.sidenav-fixed .btm_link > a {
    height: 63px;
    font-size: 16px;
    line-height: 24px;
}

.ncp .sidenav.sidenav-fixed .btm_link > a > img {
    float: right;
}



/* 헤더 */
.ncp header nav {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.04);
}

.ncp header nav .nav-wrapper {
    height: 100px;
    line-height: 100px;
}

.ncp header nav .header-state {
    float: right;
}

.ncp header nav .header-state > span {
    font-size: 12px;
    color: #666666;
}

.ncp header nav a.dropdown-trigger {
    color: #333;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-left: 20px;
    font-size: 16px;
}

.ncp header nav a.dropdown-trigger > span {
    font-weight: 600;
    color: #333;
}

.ncp header nav a.dropdown-trigger img {
    display: inline-block;
    float: right;
}

.ncp header nav .header-chat-btn {
    margin-left: 20px;
    padding: 5px 8px;
    font-size: 16px;
    color: #fff;
    background: #1784d8;
    border: none;
    border-radius: 5px;
}

.ncp header nav .header-chat-btn .icon {
    vertical-align: middle;
    line-height: 8px;
}

.ncp header nav .dropdown-content {
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.04);
    height: auto !important;
    top: 75px !important;
}

.ncp header nav .dropdown-content li {
    min-height: unset;
}

.ncp header nav .dropdown-content li > a {
    color: #1784D8;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}



/* 컨텐츠 영역 */
.ncp main {
    padding: 30px 0;
}

.ncp main .container > .row > .col .con-box {
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 4px rgba(0, 0, 0, 0.04);

}



/* 버튼영역 패딩값 */
.btn-area {
    padding: 20px;
}
.btn-area.join-btn {
    padding: 20px 0;
}



/* 게시판 추가 스타일 */
.detail-tbl-wrap.bdr-none {
    border: none !important;
}

.detail-tbl-wrap .detail-tbl-row .back-none {
    padding-left: 0;
    background: #fff;
}

input {
    width: 100%;
    height: 40px;
}

.twoinput {
    display: flex;
}
.twoinput input {
    width: auto;
    flex-grow: 1;
}



/* 테이블 인풋타입 들어갈때 텍스트높이 스타일 */
.con-input-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    line-height: 40px!important;
}

.input-price {
    display: inline-block;
    margin-left: 20px;
}

.input-price input {
    width: auto;
}



/* 판매중지 버튼 */
.search_rst_title {
    height: 30px;
}

.search_rst .search_rst_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

span.strong {
    font-weight: bold;
}



/* 두줄이상 말줄임 */
p.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



/* float일때 높이값 갖기 */
.clear-both::after {
    content: "";
    clear: both;
    display: block;
}



/* row 패딩바텀값 0 */
.row.pb-none {
    padding-bottom: 0;
}



/* 마진값 0 */
.mb-none {
    margin: 0;
}



/* 하단 라인 */
.bb-ok {
    border-bottom: 1px solid #c4c4c4;
}

span.count {
    font-size: 16px;
}



/* 테이블 각 콘텐츠 크기 스타일 */
table thead tr th:last-child,
table tbody tr td:last-child {
    padding-right: 20px;
}

/* table thead tr th,
table tbody tr td {
    text-align: center;
} */

table tbody tr td.title {
    text-align: left;
}

table thead tr th.number {
    width: 15%;
}

table thead tr th.etc {
    width: 23%;
}

table thead tr th.title {
    width: 42%;
}

table thead tr th.category {
    width: 20%;
}

table thead tr th.odcon {
    width: 30%;
}

table thead tr th.odnum {
    width: 30%;
}


/* 두줄이상 텍스트 간격 */
.l-height {
    line-height: 17px!important;
}



/* flex-wrap 스타일 */
.f-wrap {
    flex-wrap: wrap;
}

/* 20221006 퍼블리싱 수정 */
.ncp .sidenav.sidenav-fixed .collapsible-body li a{
    word-break: keep-all;
}

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after{
    background-color: #ccc;
}



/* 20221007 - 에러 페이지 */
.error-page {
    max-width: 640px;
    margin: 0 auto;
    padding: 100px 0;
}

.error-txt {
    margin: 20px 0;
}

.error-txt b {
    color: #d32f2f;
    font-size: 30px;
    font-weight: 500;
}

.error-txt span {
    display: block;
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

/* 20221021 */
.ncp header nav .header-state {
    float: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    line-height: 100%;
    height: 100px;
}
.ncp header nav .header-chat-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ncp header nav .header-chat-btn {
    position: relative;
}
.ncp header nav .header-chat-btn .newBdg {
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 10px;
    height: 16px;
    width: 16px;
    text-align: center;
    background-color: #F24443;
    border-radius: 14px;
    line-height: 16px;
}


/* 게시판 상세글 줄바꿈 */
.txt-break {
    white-space: pre-wrap;
    word-break: break-all;
}


/* 아래쪽 보더 삭제 */
.bd-none {
    border-bottom: 0px;
}

/* 데이피커 표 깨지는 현상 수정 */
.datepicker-table-wrapper table thead tr th:last-child,
.datepicker-table-wrapper table tbody tr td:last-child {
    padding-right: 0px;
}