@import url('https://fonts.googleapis.com/css?family=Orbitron');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR|Song+Myung');

/* nanum-gothic-regular - latin */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('nanum-gothic-v13-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('NanumGothic'),
         url('nanum-gothic-v13-latin-regular.woff') format('woff'); 
}

*, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: 'Nanum Gothic';
}

.uk-table {
    border-color: black !important;
	color: black !important;
    font-weight: bold;
}

.uk-table-small td{
    padding:0px 5px;
	border-color: black !important;
}

.uk-table-divider>:first-child>tr:not(:first-child), .uk-table-divider>:not(:first-child)>tr, .uk-table-divider>tr:not(:first-child) {
    border-top: 1px solid #8080804a;
}

th{
	color:black !important;
	font-weight:bold !important;
}

hr{
    margin-top:30px !important;
    margin-bottom: 30px !important;
}


.item-title{
    font-family: 'Song Myung', 'Nanum Gothic' !important;
}

.item-content{
    font-family: 'Nanum Gothic' !important;
}

.category-badge-item{
    cursor: default !important;
}

.section-content{
    padding-top:30px;
    padding-bottom: 30px;
}

.uk-section-large{
    margin-bottom: 30px;
}

.line-spacer{
    height:30px;
}

.slick-slide{
    cursor: pointer;
}

.material-icons{
    vertical-align: middle;
}

.cursor-pointer:hover{
    cursor: pointer;
}

.cursor-not:hover{
    cursor: not-allowed !important;
}

::-webkit-scrollbar-track
{
	border: 1px solid black;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;	
}

.nodeco{
    color:white;
    text-decoration: none;
	font-size: 20px;
}

.nodeco:hover{
    color:grey;
    text-decoration: none;
}

ul{
    list-style:none;
}

#navul{
    float:right;
}

#navul li{
    float:left;
    margin-right:10px;
}

#navul li a{
    color:white;
    font-size:12px;
}

img { border: 0; }

#navul li a:hover{
    color:grey;
    text-decoration: none;
}

.btn-yeyak {
    background-color: #90ee9045;
    color: #333;
    border: 1px solid #000000;
}


.uk-button {
    line-height: 28px;
}

.uk-input, .uk-select, .uk-textarea {
    border: 2px solid #000000;
}

.uk-input:disabled, .uk-select:disabled, .uk-textarea:disabled {
    border-color: #000000;
}

.uk-table td {
    padding: 1px 10px;
    vertical-align: middle;
}

select, input{
    background-color: rgb(248, 248, 248);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(1, 1, 1);
    border-image: initial;
}

*, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: 'Nanum Gothic';
    font-size: 14px;
}