@charset "utf-8";
@import "layout-bootstrap.css";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap'); 210428 가끔 너무 느리게 가져와서 웹폰트형식으로 바꿈 */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(/asset/adminsin/fonts/NotoSansKR-Light.woff2) format('woff2'),
    url(/asset/adminsin/fonts/NotoSansKR-Light.woff) format('woff'),
    url(/asset/adminsin/fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(/asset/adminsin/fonts/NotoSansKR-Regular.woff2) format('woff2'),
    url(/asset/adminsin/fonts/NotoSansKR-Regular.woff) format('woff'),
    url(/asset/adminsin/fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(/asset/adminsin/fonts/NotoSansKR-Medium.woff2) format('woff2'),
    url(/asset/adminsin/fonts/NotoSansKR-Medium.woff) format('woff'),
    url(/asset/adminsin/fonts/NotoSansKR-Medium.otf) format('opentype');
}

/*reset*/
* {margin: 0;padding: 0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, button{margin:0;padding:0;font-family: 'Noto Sans KR', sans-serif; }
a {color: inherit; text-decoration: inherit;}
li {list-style: none;}
address, em, i {font-style: normal;}

body {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'Noto Sans KR';
    color: #151515;
    font-size: 12px;
    overflow-y:scroll;
}

/* 파일업로드 */
.file_div {
    position:relative;
    height:30px;
    width:auto;
    overflow: hidden;
    /*float:left;*/
}

.file_hidden {
    position:absolute;
    cursor:pointer;
    left:0px;
    top:0px;
    height:20px;
    width:80px;
    opacity: 0;
}

.file_button {
    font-family:'NG' !important;
}

.file_selected {
    float:left;
    margin-left:10px;
    margin-top:5px

}

.file_list {
    border:solid 1px #E3E3E3;
    padding:5px 8px;
    margin-right:5px;
    margin-bottom:5px;
    margin-top:-2px;
    padding-left:12px;
    color:#666;
}

.file_list > div {
    line-height:1.8em;
}

/* popup */
#RUModal_inout_input{left:50% !important; width: calc(100% - 20px); transform: translateX(-50%); margin-left:0;}
#RUModal_inout_input .modal-body{max-height: 400px;}

/* layout */
.wrap {font-family: 'Noto Sans KR', sans-serif; width: 100%; min-width: 315px; margin: 0 auto;background: #fff; position: relative;}

/* header */
header .bg {width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.6); display: block; position: absolute; top: 0; left: 0;  z-index: 200; display: none;}
header .innerHeader {background: #314256; height: 58px; line-height: 58px; position: relative; z-index: 100;}
header .innerHeader .logo {text-align: center; height: 100%; margin: 0 auto; width: 20%; max-width: 90px}
header .innerHeader .logo a {display: block; width: 100%; height: 100%;}
header .innerHeader .logo a img {height: auto; width: 100%;display: inline-block; margin-top: 10px}

/* gnbMo */
header .innerHeader .gnbMoOpen {position: absolute; left: 0; top: 0;display: block; width: 58px; height: 58px; text-align: center; line-height: 58px; font-size: 15px; background: #314256 url(../images/gnb.png) no-repeat center/48%;}
.gnbMo {height: 100vh; width: 0%; max-width: 295px; background: #314256; position: absolute; left: -1000px; top: 0; z-index: 9999; transition: all 0.3s; z-index: 200; overflow: auto}
.gnbMo.on {left: 0; width: 80%; transition: all 0.5s;}
.gnbMo .top {width: 100%;box-sizing: border-box;border-bottom: 1px solid #425264;overflow: hidden; padding: 30px 15px 22px 15px; box-sizing: border-box; margin: 0 auto}
.gnbMo .top .gnbMoClose {display: block; width: 20px; position: absolute; right: 14px; top: 0;}
.gnbMo .top .gnbMoClose img {width: 100%; margin-top: 15px}
.gnbMo .my { color: #fff;}
.gnbMo .my .img {float: left; /*width: 30%;*/ text-align: center; border-radius: 50%; overflow:hidden; width: 55px; height: 55px; margin-right: 10px;}
.gnbMo .my .img img {width: 100%;}
.gnbMo .my .name {font-size: 16px; /*margin-bottom: 5px;*/ font-weight: 500; overflow: hidden;}
.gnbMo .my .name button.logout{padding: 3px 8px; background: transparent; border: 1px solid #fff; border-radius: 3px; color: #fff; font-size: 12px;}
.gnbMo .my .team {font-size: 12px; overflow: hidden;}
.gnbMo ul li a {display: block; width: 100%; border-bottom: 1px solid #425264 ; box-sizing: border-box; font-size: 15px; line-height:3.2; font-weight: bold;  color: #fff; background: #314256;}
.gnbMo ul li a sup {font-size: 13px; line-height: 0;}
.gnbMo > ul > li > a {display: block; width: 100%; margin: auto; line-height: 3.5; font-size: 16px; color: #fff; position: relative; padding: 0 15px; box-sizing: border-box}
.gnbMo > ul > li > a:after {content: '\f107'; font-family: 'FontAwesome'; position: absolute; right: 15px; top: 14px; font-size: 22px; font-weight: normal; line-height: 1.1;color: #738395 ;}
.gnbMo > ul > li > a.on { color: #fff ;}
.gnbMo > ul > li > a.on:after {display: none}
.gnbMo > ul > li > .inner { width: 100%; margin: auto;padding: 0; background: #314256}
.gnbMo > ul > li > .inner li a {position: relative; border-bottom: none; padding-left: 25px; background: #4b5d72;color: #fff; font-weight: 500}
.gnbMo > ul > li > .inner {/*height: 0; */overflow: hidden; /*transition: all 0.35s;*/}

