.movienaviheader{
    background-image:url("../img/background.png");
    background-size: 275px 100px;
}

.movienavidescription{
    margin-top: 30px;
    margin-bottom: 10px;
}

.movienavisearch{
    padding-top: 25px;
    width: 600px;
}

.searchmenu{
    width: 100%;
    display: flex;
}

.searchmenuway{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: solid 1px #fa4141;
}

.selected{
    background-color:#fa4141;
    color: #ffffff;
}

.keywordsearch{
    width: 100%;
    padding: 10px;
    border: solid 1px #fa4141;
    background-color: #ffffff;
}

.keywordsearchform{
    width: 100%;
    display: flex;
    align-items: center;
}

#serchtext{
    width: calc(100% - 85px);
    max-width: 60%;
    margin-right: 5px;
    padding: 5px;
    outline:0;
    border: none;
	border-bottom: 2px solid #a0a0a0;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    transition: 0.3s;
}

#serchtext:focus {
	border-color: #fa4141;
}

.editor{
    display: flex;
    align-items: center;
    padding: 5px;
    border: none;
    box-shadow: none;
    background-color: #fa4141;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
}

.editor img{
    width:15px;
    height:15px;
}

.tagsearch{
    display: none;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    border: solid 1px #fa4141;
}

.taglist{
    display: flex;
    flex-wrap: wrap;
}

.movienavifooter{
    margin-top: 10px;
    margin-bottom: 20px;
}

.paging{
    display: flex;
    align-items: center;
}

.paging a{
    margin: 0 5px;
    text-decoration: none;

}

.paging a p{
    font-size: 10px;
    border: solid 1px #111111;
    height: 18px;
    padding: 0 5px;
    display: flex;
    align-items: center;
}

.pagenow{
    font-weight: bold;
}

.aboutnavifooter{
    width: 100%;
    display: flex;
    justify-content: center;
}

.aboutdetailbuttun{
    margin-top: 15px;
    margin-bottom: 15px;
}

.aboutdetailbuttun a{
    text-decoration: none;
}

.aboutdetailbuttuncontent{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 285px;
    background:  #111111;
}

.aboutdetailbuttuncontent img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.aboutdetailbuttuncontent p{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
@media screen and (max-width: 1024px) {
    .movienavisearch{
        max-width: 600px;
        min-width: 360px;
        width: 80%;
    }    
}

@media screen and (max-width: 370px) {
    .movienavisearch{
        min-width: 280px;
        width: 280px;
    } 
}