@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,500,600,700');
body {
    position: relative;
    /* min-width: 1180px; */
    min-width: 1580px;
    height: 100%;
    font-family: 'Gothic A1', '돋움', Dotum, 'Nanum Gothic', AppleGothic, sans-serif;
}

a {
    color: inherit;
    text-decoration: inherit;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@-moz-document url-prefix() {
    table td {
        background-clip: padding-box !important;
    }
}

header {
    color: white;
    background: #364251;
    overflow: hidden;
}

header > div:nth-of-type(1) {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 11px;
    text-align: right;
    /* border-bottom: 1px solid rgba(0,0,0,0.1); */
    /* background: white; */
    /* color: #383838; */
    color: white;
}
header > div:nth-of-type(1) ul {
    list-style: none;
    padding-right: 10px;
}
header > div:nth-of-type(1) ul li {
    display: inline-block;
    padding: 5px 5px;
}
header > div:nth-of-type(1) ul li > * {
    vertical-align: middle;
}

header > div:nth-of-type(2) {
}

header > div:nth-of-type(2) > div {
    display: inline-block;
    vertical-align: middle;
}

header > div:nth-of-type(2) > div:nth-of-type(1) {
    width: 175px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding: 10px 0;
}
header > div:nth-of-type(2) > div:nth-of-type(1) > a {
    display: block;
    width: 140px;
    height: 30px;
    background: url('/images/header/logo.png') 50% center / contain no-repeat;
    margin: auto;
}

#top_menu ul {
    list-style: none;
    padding: 0 0 0 15px;
}
#top_menu ul li {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 600;
}
#top_menu ul li a.active {
    color: #0091dc;
}

#main_wrapper {
    position: relative;
    min-height: 100vh;
    white-space: nowrap;
}

aside.left {
    position: absolute;
    top: 50px;
    left: 0;
    /* bottom: -50px; */
    width: calc(175px - 20px);
    /* min-height: calc(100vh - 170px); */
    min-height: 100%;
    padding: 20px 0 100px 20px;
    background: #fafafa;
    border-right: 1px solid #c1c1c3;
    transition: all 0.3s;
}
aside.left > p {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    padding-right: 20px;
}

#btn_toggle_notes {
    position: absolute;
    top: 0; left: 0;
}
#btn_toggle_notes img {
    width: 36px;
}

#commute {
    width: calc(100% - 20px);
}
#commute p {
    font-size: 12px;
    text-align: center;
    margin: 4px 0;
}
#commute a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    text-align: center;
    background: white;
    padding: 10px 0;
    border: 1px solid #c1c1c3;
}

aside.left > ul > li:nth-of-type(1) {
    font-weight: 600;
    color: #525856;
    padding: 20px 0 5px 0;
}

aside.left > ul > li {
    font-size: 13px;
    white-space: nowrap;
    padding: 5px 0 5px 20px;
}

aside.left > ul > li > a.active {
    position: relative;
    color: #0091dc;
    font-weight: 600;
}
aside.left > ul > li > a.active::before {
    position: absolute;
    top: inherit;
    left: -12px;
    display: inline-block;
    content: '-';
}

aside > ul:nth-child(1) > li > a span {
    color: #fc6e0a;
}

#btn_left_menu_toggle {
    display: block;
    position: absolute;
    top: 0; right: -11px;
    margin: 30vh 0;
    z-index: 10;
}

#modal_bussinessTrip input[name="comment"] {
    width: 200px;
    padding: 5px;
}

div[aria-describedby="modal_memo"] {
    min-height: 419px;
}
#modal_memo {
    min-height: 300px !important;
}

#contents {
    position: relative;
    margin-left: 175px; /* 왼쪽 메뉴에 맞춤 */
    transition: all 0.3s
}

#loading {
    display: none;
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 100;
    background: rgba(0,0,0,0.7);
}
#loading table {
    width: 100%;
    height: 100%;
}
#loading table td {
    text-align: center;
    font-size: 36px;
    color: white;
}