html {
    font-size: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Noto Sans KR', sans-serif !important;
}

.navbar-items {
    justify-content: space-evenly;
    list-style: none;
}
.btn-question{
    margin-left:20px;
}

.navbar-collapse {
    width: 100%;
}

.button-search {
    position: relative;
    width: 200px;
    margin: 20px auto;
    /*background-color:#6881ef;*/
    margin-right: 20px;
}

    .button-search form {
        display: flex;
        border: 1px solid #fff;
        border-radius: 20px;
        padding: 0px;
    }

    .button-search .search-input {
        width: 150px;
        padding: 10px 40px 10px 10px;
        border: unset;
        border-radius: 20px;
        height: 35px;
        outline: none;
        color: #fff;
        background-color: #6881ef;
    }

    .button-search button {
        border: none;
    }

.button-search-footer {
    position: relative;
    width: 200px;
    margin: 20px;
    background-color: #fff;
}

    .button-search-footer form {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 20px;
    }

    .button-search-footer .search-input {
        width: 160px;
        padding: 10px 40px 10px 10px;
        border-radius: 20px;
        border: unset;
        height: 35px;
        outline: none;
        color: #000;
        background-color: #fff;
    }

    .button-search-footer button {
        border: none;
        background: #fff;
        border-radius: 20px;
    }

.search-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input-footer {
    width: 100%;
    padding: 10px 40px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    height: 35px;
    outline: none;
    background-color: white;
}

#search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #aaa;
    color: white;
}

.button-logout {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .navbar-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        list-style: none;
        padding: 0px;
    }

    .container {
        display: flex;
        justify-content: center;
    }
    .container-fluid {
        display: flex;
        justify-content: center !important;
        align-items:center;
    }
    .search-form{
        /*width:120px;*/
    }
    .search-input {
        /*width: 90px !important;*/
    }
    .search-button-header{
        width:30px;
    }

    .button-logout {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .btn-question{
        margin-left:0px;
        margin-left:20px;
    }
    .button-search{
        display:flex;
        justify-content:center;
        align-items:center;
        /*margin:0px 0px 20px 0px !important;*/
        width:200px !important;
    }

    .share {
        position: relative;
        left: 0%;
    }

    .download {
        position: relative;
        left: 0%;
    }
}


@media (max-width: 468px) {
    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .navbar-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        list-style: none;
        padding: 0px;
    }

    .container {
        display: flex;
        justify-content: center;
    }

    .container-fluid {
        display: flex;
        justify-content: center !important;
        align-items: center;
    }

    .search-form {
        /*width: 120px;*/
    }

    .search-input {
        /*width: 90px !important;*/
    }

    .search-button-header {
        width: 30px;
    }

    .button-logout {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width:100%;
    }

    .btn-question {
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .button-search {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 0px 20px 0px !important;
        /*width: 100px !important;*/
        width:100% !important;
    }

    .share {
        position: relative;
        left: 0%;
    }

    .download {
        position: relative;
        left: 0%;
    }
}

.flex {
    display: flex !important;
}

.button-logout button {
    border-radius: 20px;
    background-color: #6881EF !important;
    color: #fff !important;
    border-color: #fff !important;
    width: 120px;
}

    .button-logout button select {
        border: none;
        background: #6881EF;
        color: #fff;
    }

.col-xs-12 {
    width: 100%;
}

.col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.pager {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pager ul {
        list-style: none;
        display: flex;
    }

a {
    text-decoration: none;
    color: #000;
}
