/* @font-face{font-family: Roboto; font-weight:100; src:url(../fonts/Roboto-Thin.ttf);}
@font-face{font-family: Roboto; font-weight:200; src:url(../fonts/Roboto-Light.ttf);}
@font-face{font-family: Roboto; font-weight:300; src:url(../fonts/Roboto-Regular.ttf);}
@font-face{font-family: Roboto; font-weight:400; src:url(../fonts/Roboto-Medium.ttf);}
@font-face{font-family: Roboto; font-weight:500; src:url(../fonts/Roboto-Bold.ttf);}
@font-face{font-family: Roboto; font-weight:600; src:url(../fonts/Roboto-Black.ttf);} */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@900&family=Roboto:ital,wght@0,100;0,400;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;1,900&display=swap');
.svg-inline--fa {
    width: 30px !important;
}

.navi-sub {
    padding: 10px 30px !important;
}

.navi-item:hover {
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

#hamburger2 {
    cursor: pointer;
    font-size: 30px;
}

#close-sidenav2 {
    cursor: pointer;
    font-size: 30px;
    margin-top: 15px;
    float: right;
    position: absolute;
    right: 10px;
}

#sidenav2 {
    height: 100%;
    max-height: 100%;
    width: 250px;
    top: 0;
    left: -300px;
    background: #F8F9FA;
    position: fixed;
    transition: 0.4s;
    overflow: auto;
    border-right: 1px solid gray;
    -webkit-box-shadow: 10px 0px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 0px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 0px 25px 0px rgba(0, 0, 0, 0.75);
}

#sidenav2 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidenav2 header, #sidenav2 a {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 1em;
}

#sidenav2 header {
    background: teal;
}

#sidenav2 a:hover {
    background: gray;
}

body.opa-dark {
    background: rgba(0, 0, 0, .4);
}

#primary {
    padding: 30px !important;
}

h3 {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.svg-inline--fa.fa-w-16 {
    width: 30px;
}

.svg-inline--fa.fa-w-13, .svg-inline--fa.fa-w-20, .svg-inline--fa.fa-w-14, .svg-inline--fa.fa-w-12, .svg-inline--fa.fa-w-11, .svg-inline--fa.fa-w-8 {
    width: 30px;
}

.mobile-table {
    font-size: 10px;
}

.mobile-hide {
    display: none;
}

html #wpadminbar {
    display: none;
}

.cosmosfarm-members-form input[type=submit]{
    background-color:#302821 !important;
}

.table td, .table th {
    padding: 1rem;
    vertical-align: middle;
}

.top-menu:last-child {
    margin-right: 0 !important;
}

.table td {
    vertical-align: middle;
}

.top-menu:hover {
    font-weight: bold;
}

#new-top {
    height: 65px;
    background: white;
    color: black;
	border-bottom: 1px solid lightgray;
}
#new-top .inner{
    display: flex;
    position: relative;
    align-items: center;

}
#new-top-main{
    width:150px;
    cursor: pointer;
}
#new-top-menu{
    font-size:18px;
    margin-left:50px;
}
#new-top-menu span{
    cursor: pointer;
    margin-right:20px;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300 !important;
}
#new-top-menu span:hover{
    font-weight: bold;
}
#top-menu-sep {
    height: 80px;
}

.logo-img {
    width: 150px;
    position: absolute;
    top: 22px;
}

.login-page-link a{
    font-weight: bold;
}
.login-page-link a:hover{
    text-decoration: underline;
}

@media screen and (max-width: 991px) {

    #top-menu-sep{
        height:100px;
    }

    #new-top-sub {
        position: relative;
        text-align: center;
        width: 100%;
    }

    #new-top {
        text-align: center;
        padding: 0;
        height: 80px;
    }

    #new-top-main-m {
        line-height: 22px;
        margin-top: 27px;
    }

    #hamburger2open {
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        font-size: 25px;
    }

    .logo-img {
        position: inherit;
    }
}

@media screen and (min-width: 991px) {
    #new-top-sub {
        position: absolute;
        right: 20px;
        top:50%;
        transform: translateY(-50%);
    }

}
