@font-face{ 
    font-family:'NotoSansKR'; 
    src:url('../font/NotoSansKR-Regular.otf') format('woff'),
    url('../font/NotoSansKR-Regular.otf') format('eot');
}
@font-face{ 
    font-family:'NotoSansKR-Thin'; 
    src:url('../font/NotoSansKR-Thin.otf')  format('woff'),
    url('../font/NotoSansKR-Thin.otf')  format('eot');
}
/*
    reset
*/
*{
    margin: 0 auto;
    padding: 0;
    font-family: "NotoSansKR";
    color: #304455;
}
html, body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*
    top 
*/
.top{
    position:relative;
    z-index: 1;
    width: 100%;
    height: 65px;
    line-height: 50px;
    float: left;
    /*border-bottom: 1px solid #002b65;*/
    box-sizing: border-box;
    background-color: #254a72;
    font-size: 20px;
}
.top .logo{
    width: 100%;
    height:100%;
    /*float: left;*/
}
.top > .logo > img{
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
}
.top > .logo > span{
    padding-top: 18px;
    display:inline-block;
    color:#fff;
    padding-top:18px;
    font-size:18px;
    vertical-align: top;
    line-height: 1em;
}
.top > .logo > span > em{
    color:#fff;
    font-size:13px;
    font-style: normal;
    background: #0b2746;
    padding: 5px 22px;
    border-radius: 17px;
    margin-left: 10px;
    display: inline-block;
    letter-spacing: 2px;
}
.top .title{
    width: 50%;
    float: left;
    text-align: center;
}
.top > .title > span{
    display: none;
    color: white;
    margin: 0 auto;
}
.top .go_main{
    width: 25%;
    float: left;
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.top > .go_main > span{
    display:none;
    color: white;
    margin: 0 auto;
}

.menu-btn{
    display: none;
}

.sch-wrap{
    float: right;
}




/*
    side_menu
*/
.side_menu{
    display: block;
    width: 250px;
    height: calc(100% - 65px);
    float: left;
}
#compSideMenu{
    position: relative;
    height: 100%;
    overflow: auto;
    /*padding-left: 30px;*/
    background:#f3f6fa;
    box-sizing: border-box;
    border-right: 1px solid rgba(0,0,0,0.1);
}
#compSideMenu ul > li{
    position:relative;
    height: 30px;
    line-height: 30px;
    padding-left:30px;
    list-style: none;
    font-family: "NotoSansKR-Thin";
    font-size:14px;
    color:#454545;
    text-shadow: 0.5px 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
#compSideMenu ul > li:hover{
    background: #d9e3ef;
}
#compSideMenu ul > li.active{
    background: #d9e3ef;
    color:#6e8eb1;
}
#compSideMenu ul > li:before{position: absolute;top: 16px;left: 19px;
    display: block;width: 3px;height: 3px;background: #718eb9;content: '';}
/*
    content
*/
.content{
    width: calc(100% - 250px);
    width : -webkit-calc(100% - 250px);
    height: calc(100% - 65px);
    float: left;
    box-sizing: border-box;
}
#contentFrame{
    width: 100%;
    height: 100%;
}



/* search */
.sbapi-input-search{position:relative; width:280px; height:30px; background:#1d2f4f; border-radius: 30px; border:none; margin-top: 18px; padding-top: 0 !important; float: right; margin-right: 20px;}
.sbapi-input-search input {width: 200px; height:30px; padding-left:20px; background:none; border:none; line-height:33px; color: white; outline-width: 0; }
.sbapi-input-search button {float:right; margin-top:8px; padding-right:33px; width:16px; height:16px;   background:url(../img/sbapi-input-search-btn.png) no-repeat;; border:none; font-size:0; cursor: pointer;}
.sbapi-input-search input::placeholder{ color: #596883;}
.sbapi-input-search input::-webkit-input-placeholder{ color: #596883;}
.sbapi-input-search input::-ms-input-placeholder{ color: #596883;}

.search-list {
    position: absolute;
    right: 0;
    top: 30px;
    display: none;
    width: 500px;
    max-width: 800px;
    max-height: 350px;
    margin-top: 3px;
    background-color: white;
    overflow: auto;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    font-size: 14px;
    /* box-shadow: 5px 5px 5px #ccc;*/
}
.search-list>div {display:table; width:100%; border-bottom:1px dotted #9eaebf;}

.search-list>div>span {
display: table-cell;
    width: 170px;
    height: 100%;
    padding: 5px 10px;
    background: #fbfbfb;
    box-sizing: border-box;
    /* text-shadow: 0.2px 0; */
    border-right: 1px solid #eee;
    color: #436b96;
    font-size: 13px;
}
.search-list>div>span.focused {
    color: #174ca9;
    text-shadow: 0.5px 0;
    background:#f5f5f5;
}
.search-list>div>ul {
    display: table-cell;
    vertical-align: top;
    width: 300px;
}
.search-list>div>ul>li {
    padding: 2px 0;
    color: #777;
    cursor: pointer;
}
.search-list>div>ul>li:hover {
    background:#f8fbff;
}
.search-list>div>ul>li:hover a {
    color:#3b82d0;
}
.search-list>div>ul>li.focused {
    background:#e9eff6;
}
.search-list>div>ul>li.focused a {
    color:#3b82d0;
}
.search-list>div>ul>li>a{     padding-left: 15px;
    color: #666;
    font-size: 13px; }
.search-list>div>ul>li:hover {color:#43c3f8;}
