@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-family: 'Noto Sans KR';
}
h1, h2, h3, h4, h5, h6, button, input, div, span, label {
    font-family: 'Noto Sans KR';
}

li {
    list-style: none;
}
input {
    border-radius: 0 !important;
}

a, button {
    
}

a.btn-flat, button.btn-flat {
    border-radius: 0 !important;
    padding: 2px 6px !important;
}

.link, .link:hover {
    color: white;
    text-decoration: underline; 
}


/* left banner style */
.left-banner-wrapper {
        
        
}
.left-banner-wrapper li {
    margin-top: 4px;
    display: block;
    width: 300px;
}
.left-banner-wrapper ul, .left-banner-wrapper li {
    padding:0;
}
.left-banner-wrapper ul li a {
    padding:0;
    margin:0;       
    display: inline-block;
    background: black;  
    width: 100%;    
}


.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 4px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);    
    
}

.table-responsive::-webkit-scrollbar-track {      
    background-color: #ffffff; 
}
.table-responsive th, .table-responsive td {
    white-space: nowrap;
}

i.fas, i.fab {
    margin-right:4px !important;
}

span.gold-money {
    color: gold;
    font-weight: bold;
    text-shadow: 1px 1px black;
}


/* left banner styles */
.left-banner-wrapper {      
        
}
.left-banner-wrapper li {
    margin-top: 4px;
    display: block;
    overflow: hidden;   
}
.left-banner-wrapper ul, .left-banner-wrapper li {
    padding:0;
}
.left-banner-wrapper ul li a {
    padding:0;margin:0;     
    display: inline-block;
    background: black;  
    width: 100%;    
}

.left-banner-wrapper img {
    width: 100%;
}




.main-container {
    
}



div.page-title {
    background: #262932;
}


#instant-alert {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    min-height: 160px;
}

/* set standard fonts */
.sm-font {
    font-size: 90%;
}

/* money inptu list */
ul.add-money {
    margin: 0;
    padding: 0;
    display: inline-block;
}
ul.add-money li {
    list-style: none;
    display: inline-block;
}
ul.add-money li span {
    /*width: 64px; */
    margin-bottom: 4px;
    font-size: 90%;
}


input.charge-amount {
    text-align: center;
    display: inline-block;
}

/* bs media break */
@media (max-width: 575.98px) {
    ul.add-money {
        width: 280px;
    }
    
}
@media (min-width: 576px) and (max-width: 767.98px) {
}
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (min-width: 992px) and (max-width: 1199.98px) {
}
@media (min-width: 1200px) {
}




/* bs media break */
@media (min-width: 576px) {
    .main-container {
        min-width: 1200px;
    }
}
@media (min-width: 768px) {
    

}

@media (min-width: 992px) {
    

}
@media (min-width: 1200px) {
    
    
}
/**********************************************/

/* bootstrap custom tab */
ul.page-tab {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px 4px 0 0;
    color: white;
}
ul.page-tab .nav-link{
    color: #ccc;
    border: 0;
}
ul.page-tab .nav-link:hover {
    border: 0;
    color: white;   
}
ul.page-tab .active:hover {
    color: #495057;
}
.nav-tabs {
    border-bottom: 1px solid #6c757d;
}