/*ebook*/
#ebook-container{
    width: 100%;
}

/* news-detail */
.news-detail img{
    max-width: 100%;
    height: auto;
}

/*vdo*/
.vdo{
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.vdo video {
    width: 100%;
    height: auto;
}

/* search */
#search-box input, #search-box button{
    font-size: 20px;
}
#search-box label{
    font-size: 18px;
}

