@font-face {
    font-family: 'smile';
    src: url('../font/smile.ttf');
}

body {
    font-family: 'smile';
}

.table{
    width: 100%;
}
.table tbody td {
    text-align: center;
    vertical-align: inherit;
}

.header {
    width: 100%;
    height: 300px;
    background-color: #000;
    text-align: center;
}

.header .headerLender{
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    align-items: center;
    display: flex;
    justify-content: center;
}

.header .headerLender span{
    color: #fff;
    font-size: 2em ;
    font-family: 'smile';
    /*line-height: 300px;*/
}

.header img {
    width: 500px;
    height: 100%;
}

.active {
    background-color: #ffffff;
}

#navigationBar {
    padding : 0;
    overflow: hidden;
    max-height: 50px;
}
#navbarNav{
    background-color: #000;
    width: 100%;
    height: 50px;
}

#navbarNav > ul{
    /*float:left;*/
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 50px;
    display: contents;
    /*flex-wrap: wrap;
    overflow-x: scroll;*/
}

#navbarNav > ul > li{
    width: 180px;
    text-align:center;
    float: left;
    /*padding : 10px;*/
    height: 49px;
    color : white;
    cursor : pointer;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navbarNav > ul > li > select{
    width: 80%;
    height: 36px;
    font-size : 14px;
}

select.menu{
    width: 60%;
}

#navbarNav > ul > li.active > a{
    color : #000;
    height: 100%;
}

#navbarNav > ul > li > a:hover{
    color : #000;
    background-color: #ffffff;
    height: 100%;
}

.body {
    width: 100%;
}

.place{
    width: 80%;
}

#content{
    margin-top: 50px;
}

.tableData {
    margin-top: 50px;
}

.bottom{
    margin-top: 50px;
    background: #000;
        height: 30%;
    text-align: center;
}

.bottom span{
    line-height: 150px;
    color: #fff;
}

body::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

body::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #217af4; /* 스크롤바의 색상 */

    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1);  /*스크롤바 뒷 배경 색상*/
}

.tableData table{
    vertical-align: middle;
}

.swiperDragIcon{
    position: fixed;
    top: 150px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.6);
    width: 250px;
    height: 200px; z-index: 9999; border : 3px solid #000;
    border-radius: 30px;
    text-align: center;
    padding: 32px 0;
}

.hover{
    display : block;
}

.noHover{
    display: none;
}

img{
    max-width : 100%;
    margin: 0;
    padding: 0;
}

div.paging{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

select.pageSize{
    width: 100px;
    float: right;
}
.table thead th{
    vertical-align: middle;
}

#unit {
    width: 150px;
    float: right;
}

#searchArea {
    width: 150px;
    float: left;
}