@charset "utf-8";

:root {
    --main-color: #59abdb;
    --main-hover-color: #2575a3;
    --selected-color: #dbe7ff;
    --font-color: #141414;
    --white-color: #ffffff;
    --light-sky: #b4ceff;
    --table-grey: #efefef;
    --table-hover-grey: #d1d1d1;
    --table-border: #c9c9c9;
    --light-grey: #e7e7e7;
    --light-purple: #545b79;
    --light-purple-line: 1px solid #545b79;
    --main-logo-area-gradi: linear-gradient(to right, #0032ab, #80cde9);
    --navi-area-bg: #282c49;
    --breadcrumb-area-bg: #1a1d2c;
    --left-aside-area-bg: #1d2236;
    --pink-color: hsl(0, 96%, 81%);
    --input-border-grey: 1px solid var(--light-grey);
    --bg-black-op-5: rgba(0, 0, 0, 0.5);
    --shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    --sub-underline: 2px solid var(--sub-color);
}
@font-face {
    font-family: "NotoBold";
    src: url('../fonts/noto/notokr-bold.eot');
    src: url('../fonts/noto/notokr-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/noto/notokr-bold.woff') format('woff'), url('../fonts/noto/notokr-bold.woff2') format('woff2'), url('../fonts/noto/notokr-bold.ttf') format('truetype');
}
@font-face {
    font-family: "NotoLight";
    src: url('../fonts/noto/notokr-light.eot');
    src: url('../fonts/noto/notokr-light.eot?#iefix') format('embedded-opentype'), url('../fonts/noto/notokr-light.woff') format('woff'), url('../fonts/noto/notokr-light.woff2') format('woff2'), url('../fonts/noto/notokr-light.ttf') format('truetype');
}
@font-face {
    font-family: "NotoMedium";
    src: url('../fonts/noto/notokr-medium.eot');
    src: url('../fonts/noto/notokr-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/noto/notokr-medium.woff') format('woff'), url('../fonts/noto/notokr-medium.woff2') format('woff2'), url('../fonts/noto/notokr-medium.ttf') format('truetype');
}
@font-face {
    font-family: "NotoRegular";
    src: url('../fonts/noto/notokr-regular.eot');
    src: url('../fonts/noto/notokr-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto/notokr-regular.woff') format('woff'), url('../fonts/noto/notokr-regular.woff2') format('woff2'), url('../fonts/noto/notokr-regular.ttf') format('truetype');
}
@font-face {
    font-family: "NotoThin";
    src: url('../fonts/noto/notokr-thin.eot');
    src: url('../fonts/noto/notokr-thin.eot?#iefix') format('embedded-opentype'), url('../fonts/noto/notokr-thin.woff') format('woff'), url('../fonts/noto/notokr-thin.woff2') format('woff2'), url('../fonts/noto/notokr-thin.ttf') format('truetype');
}

html {
    scroll-behavior: smooth;
}
body {
    font-size: 15px;
    color: var(--font-color);
    font-family: 'NotoRegular', sans-serif;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.5px;
    -ms-overflow-style: none;
}
#wrap {
    max-width: 1440px;
    margin: 0 auto;
}
.ft_30 {font-size: 30px !important;}
.ft_29 {font-size: 29px !important;}
.ft_28 {font-size: 28px !important;}
.ft_27 {font-size: 27px !important;}
.ft_26 {font-size: 26px !important;}
.ft_25 {font-size: 25px !important;}
.ft_24 {font-size: 24px !important;}
.ft_23 {font-size: 23px !important;}
.ft_22 {font-size: 22px !important;}
.ft_21 {font-size: 21px !important;}
.ft_20 {font-size: 20px !important;}
.ft_19 {font-size: 19px !important;}
.ft_18 {font-size: 18px !important;}
.ft_17 {font-size: 17px !important;}
.ft_16 {font-size: 16px !important;}
.ft_15 {font-size: 15px !important;}
.ft_14 {font-size: 14px !important;}
.ft_13 {font-size: 13px !important;}
.ft_12 {font-size: 12px !important;}
.ft_11 {font-size: 11px !important;}
.ft_10 {font-size: 10px !important;}
.main_bg {background-color: var(--main-color);}
.main_txt {color: var(--main-color);}
.white_txt {color: var(--white-color);}
.shadow {box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);}
.opa_none {opacity: 0;}
.cursor_p {cursor: pointer;}
.form_control {
    height: calc(1.5em + .75rem);
    padding: .3rem .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color);
    background-color: var(--white-color);
    border: var(--input-border-grey);
    border-radius: 0.2rem;
}
.w_100 {width: 100%;}
.w_50 {width: 50%;}

.btn_modal_mian {
    border-radius: 0.2rem;
    background: var(--main-color);
    border: var(--input-border-main);
}
.modal_button {
    display: flex;
    justify-content: center;
}
.btn_modal_mian:hover {
    background: var(--main-hover-color);
    border: var(--input-border-main-hover);
    transition: all .3s;
}
.sorting_1 {
    cursor: pointer;
}
.sorting_1:hover {
    text-decoration: underline;
    color: var(--main-hover-color);
    border: var(--input-border-main-hover);
    transition: all .3s;
}


/* 로그인 */
.login_bg {
    width: 100%;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    background: url('../images/login_bg_01.jpg') no-repeat;
    background-size: cover;
    background-position: left;
}
.login {
    width: 100%;
    height: 100%;
    position: relative;
}
.login_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: auto;
    margin: 30px;
}
.login_wrap {
    position: fixed;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-width: 400px;
    height: auto;
    color: var(--white-color);
}
.login_slogan {
    font-family: 'NotoThin';
    font-size: 18px;
    margin-bottom: 4px;
}
.login_title {
    font-family: 'NotoMedium';
    font-size: 38px;
    margin-bottom: 40px;
}
.login_form {
    max-width: 260px;
}
.btn_login {
    background-color: var(--main-color);
    color: var(--white-color);
}
.btn_login:hover {
    background: var(--main-hover-color);
    transition: all .3s;
}
.modal_popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    background: var(--bg-black-op-5);
    z-index: 100;
}
.modal_popup_duplicate {
    display: none !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    background: var(--bg-black-op-5);
    z-index: 1000;
}
.modal_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    padding: 20px 16px;
    background: var(--white-color);
}
.modal_folder_tree{
    width: 360px;
}
.modal_lg_wrap {
    width: 500px;
}
.modal_xl_wrap {
    width: 80%;
    height: 70%;
}
.total_table {
    height: 100%;
    max-height: 100% !important;
}
.modal_content {
    text-align: center;
}
.btn_modal_primary {
    color: var(--white-color);
    padding: 4px 16px;
    border-radius: 0.2rem;
    background-color: var(--main-color);
}
.btn_modal_outline_primary {
    color: var(--font-color);
    padding: 4px 16px;
    border-radius: 0.2rem;
    background-color: transparent;
    border: 1px solid var(--left-aside-area-bg);
}
.btn_modal_grey {
    color: var(--font-color);
    padding: 4px 16px;
    border-radius: 0.2rem;
    background-color: var(--light-grey);
}
.btn_floor_total_close {
    background: transparent;
    color: var(--white-color);
    font-size: 20px;
    position: absolute;
    top: -32px;
    right: 0;
}

/* 체크박스 */
.checks {
    position: relative;
}
.checks input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.checks input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 16px;
}
.checks input[type="checkbox"]+label:before {
    /* 가짜 체크박스 */
    content: '\2714';
    color: var(--light-sky);
    display: inline-block;
    font-size: 1.2rem;
    width: 22px;
    height: 22px;
    line-height: 21px;
    margin: 0px 8px 0 0;
    text-align: center;
    vertical-align: middle;
    background: var(--white-color);
    transition: all 0.3s;
}
.checks input[type="checkbox"]:checked+label:before {
    /* 체크박스를 체크했을때 */
    content: '\2714';
    /* 체크표시 유니코드 사용 */
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
    transition: all 0.3s;
}


/* main */
#header {
    width: 100%;
    height: 60px;
    background-color: var(--navi-area-bg);
    display: flex;
    justify-content: space-between;
    color: var(--white-color);
}
.header_wrap {
    display: flex;
}
.logo {
    position: relative;
    width: 280px;
    height: 60px;
    background: var(--main-logo-area-gradi);
}
.logo>a>img {
    position: absolute;
    width: 160px;
    height: auto;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}
.nav_pc>ul {
    display: flex;
    font-size: 18px;
}
.nav_pc>ul>li {
    padding: 0px 26px;
    line-height: 60px;
    text-align: center;
}
.nav_pc>ul .active {
    background: var(--main-color);
    color: var(--font-color);
}
.user_info {
    display: flex;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    margin-right: 16px;
}
.user_info>div {
    margin-right: 16px;
}
.user_id {
    position: relative;
}
.user_info>.user_id::after {
    content: '/';
    position: absolute;
    right: -10px;
}
.badge_area {
    position: relative;
}
.btn_bell {
    line-height: 60px;
}
.badge-counter {
    position: absolute;
    transform: scale(0.7);
    transform-origin: top right;
    right: -2px;
    top: 26%;
    border-radius: 50%;
}
.btn_sign_out,
.btn_burger_menu {
    background: transparent;
    padding: 0;
    color: var(--white-color);
}
.alarm_area {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    width: 290px;
    height: 173px;
    position: absolute;
    top: 50px;
    right: 40px;
    background: var(--white-color);
    padding: 10px;
    border-radius: 0.2rem;
    color: var(--font-color);
    z-index: 20;
}
.alarm_wrap {
    width: 100%;
    height: 100%;
    position: relative;
}
.alarm_toggle {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s;
}
.alarm_close {
    opacity: 0;
    transition: opacity 0.3s;
}
.btn_all_read,
.btn_read {
    font-size: 11px;
    background: transparent;
    padding: 0;
}
.alarm {
    margin-top: 10px;
    font-size: 12px;
}
.no_alarm {
    display: none;
    font-size: 20px;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 30px;
}
.alarm>div {
    border-bottom: 1px solid var(--light-grey);
}
.alarm>div:last-child {
    border-bottom: 0px !important;
}
.alarm_txt {
    display: inline-block;
    max-width: 220px;
}
.alarm_btn {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.alarm_btn>div {
    display: flex;
    justify-content: space-between !important;
}
.mobile_nav {
    margin-right: -200px;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100vh;
    background: var(--left-aside-area-bg);
    padding: 16px;
    z-index: 100;
}
.btn_mobile_nav_close {
    background: transparent;
    padding: 0;
    color: var(--white-color);
    font-size: 20px;
}
.mobile_nav>.user_name {
    border-bottom: 1px solid var(--light-purple);
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.mobile_menu {
    color: rgba(255, 255, 255, 0.3);
    transition: all 0.3s;
}
.mobile_menu>li.active {
    color: var(--white-color);
    transition: all 0.3s;
}
.mobile_menu>li {
    padding: 8px 0;
}
.btn_m_sign_out {
    background: transparent;
    padding: 0;
    color: rgba(255, 255, 255, 0.3);
    position: fixed;
    bottom: 16px;
}


/* left aside */
#left_aside {
    width: 280px;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: 0;
    background: var(--left-aside-area-bg);
    color: var(--white-color);
}
.toggle_btn {
    display: none;
    position: absolute;
    top: 67px;
    width: 35px;
    height: 40px;
    background-color: var(--left-aside-area-bg);
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    box-shadow: 0px 0px 5px #fff;
}
.toggle_btn>.toggle_arrow {
    margin: 0 auto;
    padding: 10px 0;
}
aside.toggle {
    left: -280px !important;
    transition: all 0.5s;
}
.toggle_btn_area {
    border-bottom: 1px solid var(--light-purple);
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn_toggle_aside {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.toggle_arrow {
    width: 20px;
}
.worktree_area {
    padding: 10px 16px;
}
.project_selectbox>select.form_control,
.user_selectbox>select.form_control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.3rem;
    line-height: 1.5;
    color: var(--white-color);
    border: var(--light-purple-line);
    background: var(--left-aside-area-bg);
    background-clip: padding-box;
    border-radius: 0.2rem;
    background-color: var(--left-aside-area-bg);
    background: url('../images/arrow_down.png') calc(100% - 0.5rem) center no-repeat;
    background-size: 18px;
    outline: none;
}
option {
    background-color: var(--left-aside-area-bg);
}
.m_project_selectbox>select.form_control,
.m_user_selectbox>select.form_control {
    color: var(--font-color);
    border: var(--input-border-grey);
    background: url('../images/arrow_down_black.png') calc(100% - 0.4rem) center no-repeat;
    background-size: 12px;
    outline: none;
}
.m_project_selectbox option,
.m_user_selectbox option {
    background-color: var(--white-color);
}



/* folder_tree */
.folder_tree_wrap {
    position: relative;

}
.folder_tree_area {
    display: inline-block;
    width: 100%;
    border: var(--light-purple-line);
    margin-top: 10px;
    padding: 16px;
    height: calc(100vh - 225px);
    border-radius: 0.2rem;
    background: var(--left-aside-area-bg);
    overflow: auto;
}
.folder_tree_area::-webkit-scrollbar {
    width: 6px;
}
.folder_tree_area::-webkit-scrollbar-thumb {
    background-color: #404a72;
    border-radius: 6px;
}
.folder_tree_area::-webkit-scrollbar-track {
    background-color: var(--left-aside-area-bg);
    border-radius: 6px;
}
.folder_tree_area_1 {
    position: absolute;
    top: 0;
    left: 0;
}
.folder_tree {
    color: var(--white-color);
}
.folder_tree ul {
    color: var(--white-color);
    margin-left: 20px;
}
.folder_tree *:before {
    width: 17px;
    height: 17px;
    display: inline-block;
}
.folder_tree label {
    cursor: pointer;
}
.now {
    color: var(--main-color);
}
.folder_tree label:before {
    content: '\f07c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--main-color);
    margin-right: 10px;
}
.user_folder_tree label:before {
    content: '\f07b' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.folder_tree a {
    text-decoration: none;
}
.folder_tree a:before {
    /* 하위 파일이 없을 때 */
    /* content:'\f07b';
    font-family: "Font Awesome 5 Free";
    color: var(--main-color);
    margin-right: 10px; */
}
.folder_tree input[type="checkbox"] {
    display: none;
}
.folder_tree input[type="checkbox"]:checked~ul {
    display: none;
}
.folder_tree input[type="checkbox"]:checked+label:before {
    content: '\f07b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.user_folder_tree input[type="checkbox"]:checked+label:before {
    content: '\f07b' !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
label.dev-project-tree-item{
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.project_tab_area {
    bottom: 16px;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.project_tab_area>.project_tab {
    cursor: pointer;
    width: 35%;
    text-align: center;
    margin-top: 6px;
    font-size: 13px;
}
.project_tab_area>.project_tab::after {
    display: block;
    content: '';
    border-bottom: 3px solid var(--main-color);
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
    padding-bottom: 2px;
}
.project_tab_area>.project_tab.active::after {
    transform: scaleX(1);
}


/* main_contents */
#main_contents {
    margin-left: 280px;
    height: calc(100vh - 60px);
    overflow: hidden;
}
.top_area {
    width: 100%;
    height: 55.5px;
    background: var(--breadcrumb-area-bg);
    padding: 0 40px;
}
.top_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrumb_area {
    width: 100%;
    height: 55.5px;
    color: var(--white-color);
    line-height: 55.5px;
}
.breadcrumb_area>ul>li::after {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--white-color);
    margin: 10px;
}
.breadcrumb_area>ul>li:last-child:after {
    content: '';
}
.buttons_area {
    width: 100%;
    text-align: right;
}
.buttons_area>button,
.buttons_area>div>button {
    background: var(--light-grey);
    color: var(--font-color);
    font-size: 14px;
    border-radius: 0.2rem;
    padding: 3px 8px;
}
.buttons_area>div {
    display: inline-block;
}
.buttons_area>button:disabled,
.buttons_area>div>button:disabled {
    background: var(--light-purple);
    color: var(--table-hover-grey);
}
.dropdown-menu {
    min-width: 110px !important;
    border-radius: 0.2rem;
    padding: 0;
    z-index: 10;
}
.dropdown-item:hover {
    background-color: #e9ecef;
    border-radius: 0.2rem;
}
.dropdown-item:focus {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #007bff !important;
    border-radius: 0.15rem !important;
}
.contents {
    padding: 16px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 60px;
}
.search_area {
    width: 80%;
    display: flex;
}
.project_search {
    width: 25%;
}
.btn_project_clear {
    display: none;
}


/* table */
.table_w {
    max-height: 600px;
    overflow: auto !important;
    width: 100%;
    white-space: nowrap;
    border-bottom: 2px solid var(--font-color);
}
.check_total {
    padding: 10px 16px;
    text-align: center;
    border-top: 2px solid var(--font-color);
}
.table_w table.table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}
.table_w .table_thead {
    background-color: var(--table-grey);
    position: sticky !important;
    top: 0;
    z-index: 10;
}
.table_w table.table tbody tr:nth-child(2n) {
    background-color: var(--table-grey);
}
.table_w .table_thead>tr>th:nth-child(1)::after {
    display: none;
}
.table_w table.table thead th,
.table_w table.table tbody td {
    font-weight: normal;
    text-align: center;
}
.table_w table.table thead th,
.table_w table.table thead td {
    padding: 7px 10px;
    border-bottom: 2px solid var(--font-color);
    border-top: 2px solid var(--font-color);
    border-right: 1px solid var(--table-border);
}
.table_w table.table thead th,
.table_w table.table tbody td {
    vertical-align: middle;
    line-height: 1.1;
}
.table_w table.table thead th.th.thfocus {
    background-color: var(--table-hover-grey) !important;
}
.table_w table.table tbody th,
.table_w table.table tbody td {
    padding: 7px 10px;
    border-right: 1px solid var(--table-border);
}
.table_w table.table thead th:last-child,
.table_w table.table tbody td:last-child {
    border-right: 0;
}
.table_w table.table thead>tr>th.sorting,
.table_w table.table thead>tr>th.sorting_asc {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}
/* jquery 스타일을 커버 못해서 주석처리 함. */
/* .table_w table.table thead > tr > th.sorting:before, .table_w table.table thead > tr > th.sorting:after, .table_w table.table thead > tr > th.sorting_asc:before {
    position: absolute;
    display: block;
    opacity: .125;
    line-height: 9px;
    font-size: .8em;
} */

.table_w table.table thead>tr>th.sorting:before,
.table_w table.table thead>tr>th.sorting_asc:before {
    bottom: 50%;
    content: "▲";
    content: "▲"/"";
}
.table_w table.table thead>tr>th.sorting:after,
.table_w table.table thead>tr>th.sorting_asc:after {
    top: 50%;
    content: "▼";
    content: "▼"/"";
}
.table_w table.table thead>tr>th.sorting_asc:before,
.table_w table.table thead>tr>th.sorting_desc:after,
.table_w table.table thead>tr>td.sorting_asc:before,
.table_w table.table thead>tr>td.sorting_desc:after {
    opacity: 0.8;
}
.table_w table.table thead>tr>th.sorting:before,
.table_w table.table thead>tr>th.sorting:after {
    right: 5px;
}
.table_w table.table thead>tr>th.sorting {
    padding-right: 10px;
}
.table_w .table td,
.table_w .table th {
    border-top: 0;
}
.table_w table.table tbody tr.selected>* {
    background: var(--selected-color) !important;
}
.table_w .tdselected {
    background: var(--selected-color) !important;
}


/* project new */
.project_new_table tr,
.project_new_add_table tr {
    border: 1px solid var(--table-border);
}
.table th {
    align-items: center !important;
}
.th_bg {
    background: var(--table-grey);
}
.project_new_table tr th,
.project_new_add_table tr th {
    width: 15%;
    padding: 12px 10px;
}
.project_new_table tr td {
    vertical-align: middle;
}
.project_new_add_table {
    display: none;
}
.name_td {
    max-width: 614.27px;
}
.ton {
    width: 100%;
}
.ton>div {
    width: 25%;
}
.ton>div>div {
    align-items: center;
}
.ton>div>div>div:first-child {
    width: 40%;
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
}
.ton>div>div>input:last-child {
    width: 50%;
}
.vertical_top {
    vertical-align: top !important;
}
.chk_all_com {
    display: none;
    width: 100%;
}
input[type="checkbox"]:disabled+label {
    color: #bbbbbb !important;
}
input[type="text"]:disabled, input[type="number"]:disabled {
    background-color: var(--light-grey) !important;
}
select:disabled {
    background-color: var(--light-grey) !important;
}
.chk_com_child {
    margin: 5px 0 0 20px;
    font-size: 14px;
}
.chk_authority {
    width: 70px;
    margin-right: 16px;
    text-align: right;
}
.chk_com_child_child {
    margin: 5px 0 0 20px;
}
.form-group {
    margin-bottom: 0;
}
.project_new_textarea {
    width: 100%;
    min-height: 100px;
}
.btn_new_setting {
    background: var(--light-grey) !important;
}
.btn_new_setting.on {
    background: var(--main-color) !important;
    color: var(--white-color);
    transition: all .3s;
    border: 1px solid var(--main-color);
}
.btn_add_info {
    background: var(--main-color);
    border-radius: 0.2rem;
    color: var(--white-color);
    padding: 8px 60px;
}
.count_wrap {
    position: absolute;
    bottom: 16px;
    right: 16px;
    font-size: 14px;
}


/* project_building */
.building_area {
    width: 100%;
    height: calc(100vh - 220px);
    overflow: auto;
    border: var(--input-border-grey);
    border-radius: 0.2rem;
    display: flex;
}
.building,
.building_modal {
    /* height 값이 자동으로... */
    min-height: 780px;
    width: 130px;
    padding: 20px 0;
    display: flex;
    flex-direction: column-reverse;
}
.floor {
    cursor: pointer;
    margin: 0 auto;
    width: 80px;
    height: 30px;
    border-left: 1px solid var(--font-color);
    border-top: 1px solid var(--font-color);
    border-right: 1px solid var(--font-color);
    line-height: 30px;
    text-align: center;
    font-size: 12px;
}
.building .floor.active {
    background: var(--pink-color) !important;
}
.building .floor.done {
    background: var(--table-border);
}
.building .building_title.active {
    background: var(--pink-color);
}
.building div.border_bottom,
.building_modal div.border_bottom {
    border-bottom: 3px solid var(--font-color);
}
.building_title {
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
    width: 80px;
}


/* project_building_new modal */
.modal_building_wrap {
    width: 650px;
}
.building_area_modal {
    height: calc(100vh - 300px);
}
.building_modal {
    /* height 값이 자동으로... */
    min-height: 630px;
}
/* 마우스 오른쪽 클릭 시 */
.contextmenu {
    display: none;
    position: absolute;
    width: 140px;
    margin: 0;
    padding: 0;
    background: var(--white-color);
    border-radius: 0.2rem;
    border: var(--input-border-grey);
    list-style: none;
    overflow: hidden;
    z-index: 999999;
}
.contextmenu li a {
    font-size: 13px;
    display: block;
    padding: 6px 10px;
    color: var(--font-color);
    text-decoration: none;
    transition: ease .2s;
}
.contextmenu li:hover {
    background: var(--light-grey);
}
.floor_set_w {
    width: 245px;
    margin: 0 auto;
}
.floor_set_w>div>div:first-child,
.etc_input>div>div:first-child {
    min-width: 64px;
}
.pit_select {
    width: 130px;
}
.floor_set_input {
    width: 130px;
}
.etc_input {
    display: none;
}


/* project_floor */
.btn_style {
    background: transparent;
    border: var(--input-border-grey);
    border-radius: 0.2rem;
    padding: 2px 16px;
}
.table_floor table {
    min-width: 1500px !important;
}
.btn_view_mode {
    font-size: 20px;
    width: 35px;
    height: 35px;
    background: var(--light-grey);
    border-radius: 0.2rem;
}
.btn_view_mode.active {
    background: var(--main-color);
    color: var(--white-color);
    transition: all 0.3s;
}
.btn_file_down {
    background: transparent;
    color: var(--light-purple);
    font-size: 20px;
}
table .m_project_selectbox>select.form_control {
    background-size: 12px;
    font-size: 14px;
    padding: 0 6px;
}
.sub_table {
    max-height: 192px;
    overflow: auto;
}
.sub_table table.table>thead th {
    padding: 7px 10px;
    border-bottom: 2px solid var(--font-color);
    border-top: 2px solid var(--font-color);
    border-right: 1px solid var(--table-border);
    text-align: center;
}
.sub_table table.table thead th:last-child {
    border-right: 0;
}
.sub_table table.table tbody td {
    padding: 7px 10px;
    border-bottom: 1px solid var(--table-border);
    border-right: 1px solid var(--table-border);
    text-align: center;
}
.sub_table table.table tbody td:last-child {
    border-right: 0;
}
.table_w.sub_table {
    border-bottom: 1px solid var(--table-border);
}
.table_w.sub_table .table {
    margin-bottom: 0;
}
.bottom_table {
    display: flex;
}
.bottom_table>div:nth-child(1) {
    margin-right: 10px;
}
.bottom_table>div:nth-child(2) {
    margin-left: 10px;
}
.log_table {
    visibility: hidden;
}
.log_table.show {
    visibility: visible;
}
.fa-comment{
    margin-right: 6px;
    cursor: pointer;
}
.table_list_align>tr>td:nth-of-type(5){
    text-align:left !important;
}


/* floor_new */
.structure_chk {
    width: 100%;
}
.structure_chk>div {
    width: 32%;
    margin-right: 0;
}
.file_upload_area {
    width: 316px;
    height: 100px;
    margin: 10px;
    margin-left: 110px;
    border: var(--input-border-grey);
    border-radius: 0.2rem;
    padding: 4px 6px;
}
.no_dwg_file {
    margin: 20px 0;
    text-align: center;
}
/*.file_upload_area:hover {
    background-image: url('../images/file_icon.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45px;
    background-color: #969696;
    color: transparent;
    transition: background-color 0.6s, color 0.2s;
}*/


/* floor move */
.floor_move_folder_tree_area {
    height: 60vh;
    overflow-y: auto;
    background: var(--white-color);
    border: var(--input-border-grey);
}
.floor_move_folder_tree_area li {
    color: var(--font-color);
}
button:disabled {
    background-color: var(--light-grey);
    color: var(--table-hover-grey);
}


/* project_total_tab */
.total_folder_tree_area{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    padding: 16px;
    border-radius: 0.2rem;
    height: 60vh;
    overflow-y: auto;
    border: var(--input-border-grey);
}
.total_folder_tree_area input[type="checkbox"]+label:before{
    content:'\f07b';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffde7b;
    padding: 0 4px;
}
.now_setting_area {
    display: flex;
}
.now_setting_area>div::after {
    content: '|';
    margin: 0 12px;
}
.now_setting_area>div:last-child:after {
    content: '';
    margin: 0;
}
.total_tab_area>button.active {
    background: var(--main-color);
    color: var(--white-color);
}
.table_total_date table tbody tr td {
    background: var(--white-color);
    border-bottom: 1px solid var(--table-border);
}
.table_total_date>table>tbody>tr:hover td {
    background: var(--table-grey);
}
.total_bg td {
    background: var(--selected-color) !important;
}
.switch_button_area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.toggleSwitch {
    width: 40px;
    height: 20px;
    display: block;
    position: relative;
    border-radius: 30px;
    background-color: var(--table-hover-grey);
    cursor: pointer;
}
.btn_w_69{
    width: 69px;
}

/* 토글 버튼 */
.toggleSwitch .toggleButton {
    /* 버튼은 토글보다 작아야함  */
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--white-color);
}

/* 체크박스가 체크되면 변경 이벤트 */
#toggle:checked~.toggleSwitch {
    background: var(--main-color);
}
#toggle:checked~.toggleSwitch .toggleButton {
    left: calc(100% - 18px);
    background: #fff;
}
.toggleSwitch,
.toggleButton {
    transition: all 0.2s ease-in;
}
.date_area_show,
.floor_area_show {
    display: none;
}


/* 사용자 */
.folder_buttons_area {
    text-align: center;
}
.folder_buttons_area>button {
    background: var(--light-grey);
    color: var(--font-color);
    font-size: 14px;
    border-radius: 0.2rem;
    padding: 3px 8px;
}
.date_set_area>div {
    display: flex;
    align-items: center;
}
.team_select_area {
    display: none;
}
#helper_id_check,
#helper_folder_name_check {
    display: none;
}


/* 알람 */
.setting_alarm_area {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.setting_alarm_area>div {
    width: 100%;
    height: calc(90vh - 100px);
    overflow-y: auto;
    padding: 16px;
}
.setting_alarm_area>div:first-child {
    border-right: 1px solid var(--table-grey);
}
.btn_alarm_check {
    background: transparent;
    padding: 0;
}
.alarm_inner_w{
    margin: 0 auto;
    width: 100%;
}
.alarm_state{
    width: 50%;
}


/* 404 */
.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: "NotoMedium", sans-serif;
}
.page_404 img {
    width: 100%;
}
.main_h1 {
    font-size: 80px;
}
.four_zero_four_bg {
    margin-top: -20px;
    background: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif) no-repeat;
    height: 400px;
    background-position: center;
}
.four_zero_four_bg h3 {
    font-size: 80px;
}
.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: var(--main-color);
    margin: 20px 0;
    display: inline-block;
    border-radius: 0.2rem;
}
.contant_box_404 {
    margin-top: -50px;
}


/* login */
.modal-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    background: var(--bg-black-op-5);
    z-index: 101;
}


/* table */
#projectList tbody tr td a {
    color: var(--font-color) !important;
}
#projectList tbody tr td a:hover {
    color: #007bff !important;
    text-decoration: underline !important;
    transition: all 0.3s;
}
.table_w table.table thead th.sorting.thfocus {
    background-color: var(--table-hover-grey) !important;
}

/* 체크박스 */
table.dataTable tbody tr.selected>* {
    box-shadow: none;
    color: var(--font-color);
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
    left: 50%;
    width: 13px !important;
    height: 13px !important;
    box-sizing: border-box !important;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    border: 1px solid #888 !important;
    border-radius: 3px !important;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    font-size: 11px !important;
    font-weight: bold !important;
    color: #fff !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
    border: 1px solid #007bff !important;
    background: #007bff !important;
    border-radius: 3px !important;
    text-shadow: none !important;
}
.table_project_align>tr>td:nth-of-type(3){
    text-align:left !important;
}

/* project new */
.dev-btn-puser-child-add.on {
    background: var(--main-color) !important;
    color: var(--white-color);
    transition: all .3s;
    border: 1px solid var(--main-color);
}
#div_partner_area>div {
    margin-top: 4px;
}
.dev-btn-partner-del {
    font-size: 14px;
    padding: 0.25rem 0.5rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}


/* project floor */
.fa-save {
    cursor: pointer;
    color: var(--light-purple);
    font-size: 20px;
}


/* table_modify */
.dataTables_scrollHeadInner {
    width: 100% !important;
    padding-right: 0 !important;
}

/* floorList table_modify */
.dataTables_scrollHead{
    overflow: unset !important;
    position: sticky !important;
    z-index: 10;
    top: 0px;
}
.dataTables_scrollBody{
    overflow: unset !important;
    border-bottom: 0 !important;
}
.dataTables_scrollBody{
    max-height: none !important;
}




/* 미디어쿼리 */
@media (max-width:1440px) {
    .setting_alarm_area {
        display: block;
    }
    .setting_alarm_area>div {
        height: calc(50vh - 100px);
    }
    .setting_alarm_area>div:first-child {
        border-right: 0;
    }
    .setting_alarm_area>div:last-child {
        margin-top: 50px;
    }
}

@media (max-width:1200px) {
    
}

@media (max-width:1024px) {
    .project_search {
        width: 50%;
    }
    .building_area {
        justify-content: left;
    }
}

@media (max-width:991px) {
    #main_contents {
        margin-left: 0 !important;
    }
}

@media (max-width:768px) {
    .contents {
        height: 100vh;
    }
    .check_total {
        text-align: left !important;
    }
    .bottom_table {
        flex-direction: column;
    }
    .bottom_table>div:nth-child(1) {
        margin-right: 0;
    }
    .bottom_table>div:nth-child(2) {
        margin-left: 0;
    }
    .modal_xl_wrap {
        width: 90%;
        height: 80%;
    }
    .modal_project_user_add div div.col-12.col-md-4.text-right {
        text-align: left !important;
    }
    .modal_project_user_add {
        max-height: 90%;
        overflow-y: auto;
    }
}

@media (max-width:620px) {
    .project_search {
        width: 60%;
    }
    .modal_xl_wrap,
    .modal_project_user_add {
        width: 95%;
    }
    .alarm_state {
        max-width: 300px;
    }
}

@media (max-width:500px) {
    .alarm_state {
        max-width: 220px;
    }
}

@media (max-width:425px) {
    .login_wrap {
        text-align: center;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .login_form {
        margin: 0 auto;
    }
    .logo {
        background: var(--navi-area-bg);
    }
    .alarm_area {
        right: 50%;
        transform: translateX(50%);
    }
    .project_search {
        width: 80%;
    }
    .alarm_state {
        max-width: 200px;
    }
    .state_date {
        font-size: 13px;
    }
}

@media (max-width:375px) {
    .login_slogan {
        font-size: 14px;
    }
    .login_title {
        font-size: 30px;
    }
    .modal_wrap {
        max-width: 280px;
    }
    .logo {
        width: 180px;
    }
    .modal_xl_wrap {
        max-width: 95%;
    }
    .modal_project_user_add {
        max-width: none;
    }
    .alarm_state {
        max-width: 50%;
    }
}

@media (max-width:320px) {
    .modal_wrap {
        max-width: 90%;
    }
}

@media (max-width:300px) {
    .alarm_area {
        width: 90%;
    }
    .alarm_txt {
        display: inline-block;
        max-width: 180px;
    }
}

@media (max-width:280px) {}