._container {
    width: 100%;
    text-align: center;
}


#_pagination {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0em;
    margin-top: 30px;
}

#_pagination li {
    border: 1px solid silver;
    border-right: none;
    display: inline-block;
    padding: 0 5px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

#_pagination li:last-child {
    border-right: 1px solid silver;
    border-radius: 0 5px 5px 0;
}

#_pagination li:first-child {
    border-radius: 5px 0 0 5px;
}

#_pagination li a {
    color: #777;
    text-decoration: none;
}

#_pagination li.active {
    background: #ddd;
}

#_pagination li.active a {
    color: #000;
}

#_pagination li:hover {
    background: #ddd;
    
}

#header{
    top:28px;
}
#header_sub{
    height: 28px;
    background: rgba(0,0,0,0.5); 
    text-align: right;
    font-size: 11px;
    position: fixed;
    width: 100%;
    z-index:801;
}
#header_sub > div {
    padding-top: 7px;
    color: white;
}
#header_sub > div> a {
    color: white;
    margin-top: 5px;
    margin-right: 2px;
    margin-left: 1px;
}
.mobile_member_side{
    display:none;
}
.text-input{
    Width:300px;
    Height:50px;
    Border : solid 1px #dedede;
    Border-radius:5px;  
    margin: auto;
    display: flex;
    margin-top: 10px;
}
.text-input::placeholder{
    color:#dedede;
}
.float_bar{
  position: fixed;
    right: 1%;
    width: 100px;
    height: 100px;
    bottom: 2%;
    z-index: 10;
    }

@media only screen and (max-width: 767px){
  
    #header_sub {
        display:none;
    }
    #header {
        top:0;
    }
    .main-wrap{
        margin-top:100px;
    }
    .mobile_member_side{
        display: block;
        color: white;
        padding: 20px 0px;
        border-bottom: 1px solid #333;
    }
    .mobile_member_side>a{
        color:white;
    }
    .text-input{
        width: 100%;
    }
}
@media only screen and (min-width: 767px){
    ._only_pc {
        margin-top: 28px;
    }
}
