@charset "utf-8";

/* 여백 초기화 */
body,
div,
ul,
li,
dl,
dd,
dt,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
fieldset,
legend,
p,
select,
table,
th,
td,
tr,
textarea,
button,
form,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

/* a 링크 초기화 */
a {
    text-decoration: none;
}

/* 폰트 초기화 */
body,
input,
textarea,
select,
button,
table {
    font-family: 'Segoe UI',
    "NanumGothic",
    "Nanum Gothic",
    sans-serif,
    "Malgun Gothic",
    "맑은 고딕",
    dotum,
    "돋움";
    color: #222;
}

/* 폰트 스타일 초기화 */
em,
address {
    font-style: normal;
}

/* 블릿기호 초기화 */
ul,
li,
ol {
    list-style: none;
}

/* 제목 태그 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 13px;
    font-weight: normal;
}

/* 테두리 초기화 */
img,
fieldset {
    border: 0 none;
}

/* 버튼 초기화 */
button {
    border: 0;
}

/* flex */
.flex {
    display: flex;
}

.flex_vertical {
    flex-direction: column;
}

.flex_none {
    flex: none;
}

.flex_1 {
    flex: 1;
}

/* clearfix */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: block;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/* IR 효과 */
.ir_pm {
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_so {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
}

/* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */

/* 아이콘 이미지 최적화 작업 */
.icon {
    background-image: url(/img/icon.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    .icon {
        background-image: url(/img/icon@2.png);
        background-size: 500px;
    }
}

/* input style */
input {
    background-image: none;
}

input[type="button"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:checked[type="checkbox"] {
    background-color: #666;
    -webkit-appearance: checkbox;
}

/* 셀렉트 메뉴 로그인 스타일 */
.ui_select1 {
    background: #f8f8f8;
    height: 26px;
    border: 1px solid #d9d9d9;
    padding: 0 5px;
    border-radius: 0;
}

/* 셀렉트 메뉴 메인 스타일 */
.ui_select2 {
    width: 100%;
    box-sizing: border-box;
    background: #2c2f34;
    color: #fff;
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    font-family: inherit;
    font-size: inherit;
    border: 0 none;
    background: #2c2f34 url(/img/down.svg) no-repeat right 10px center;
    background-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 로그인 텍스트 박스 스타일1 */
.ui_input1 {
    border: 1px solid #d9d9d9;
    width: 200px;
    height: 26px;
    font-size: 13px;
    text-indent: 14px;
    background: #f8f8f8;
    vertical-align: middle;
}

/* 로그인 텍스트 박스 스타일1 */
.ui_input2 {
    border: 1px solid #d9d9d9;
    width: 100px;
    height: 26px;
    font-size: 13px;
    text-indent: 14px;
    background: #f8f8f8;
    vertical-align: middle;
}

/* 메인 텍스트 박스 스타일1 */
.ui_input3 {
    background: #2c2f34;
    color: #fff;
    border: 0;
    width: 100%;
    height: 36px;
    padding: 0 10px;
}

.form_inline .form_group {
    display: inline-block;
    vertical-align: middle;
}

/*
input, select, textarea {
    position: relative;
     width: 100%;
    font-size: 1em;
    font-family: 'Noto Sans KR', sans-serif;
    outline: 0;
    color: #000;
    vertical-align: middle;
     border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}*/

.clickable {
    cursor: pointer;
}

.v-messages {
    display: none;
}

/*스크롤 스타일*/
/* width */
::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #AAAAAA;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888888;
}

.v-btn--is-elevated{
    box-shadow: none !important;
}

.permission-table-node {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.permission-table-node-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 197px;
    min-height: 28px;
    padding: 0 4px;
    border-right: 1px solid #ddd;
}
.permission-table-node-name:hover{
    font-weight: bold;
}
.permission-table-node-name .has-permission {
    cursor: default;
    color: #1b62c0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.permission-table-node-name .has-not-permission {
    cursor: default;
    color: #989898;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.permission-description {
    cursor: pointer;
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    font-size: 14px;
    background: #9d9d9d;
    margin-right: 4px;
    color: white;
}
.permission-table-node-name .permission-btn{
    display: flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.permission-table-node-name .permission-btn:hover{
    font-weight: bold;
    border-radius: 20px;
    background: #dddddd;
}
.permission-table-node-child{
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: -1px;
}

.modal-backdrop.in {
    display: none;
}
