*{
    padding: 0;
    margin: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

html, body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #f5f6ff;
}

[v-cloak] {
    display: none;
}

.ad_top {
    /* height: 300px; */
    text-align: center;
    margin: 10px auto;
}
.ad_top p {
    
    font-size: 12px;
    text-align: end;
    color: #999999;
    display: block;
}
.ad_top>div {
    text-align: center;
    margin: 0 auto;
}

.ad_top>div>div {
    text-align: center;
    margin: 0 auto;
}


.top-nav {
    height: 80px;
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
}
.top-nav-box {
    margin: 0 auto;
    height: 80px;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.main {
    max-width: 800px;
    margin: 100px auto 20px;
    min-height: 75vh;
}

.art-box {
    text-decoration: none;
    margin: 10px;
    display: flex;
    flex-direction: column;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

.art-img {
    width: 100%;
    max-height: 460px;
}
.art-type {
    
    font-size: 24px;
    color: #666666;
    margin: 20px;
}
.art-title {
    
    font-size: 30px;
    color: #333333;
    margin: 20px;
}

.info-box {
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;
    font-size: 16px;
    
    letter-spacing: 0;
}

.info {
    display: flex;
    align-items: center;
    justify-content: end;
}



.sidebar {
    background-color: #ffffff;
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    max-width: 500px;
    padding: 20px;
    padding-right: 50px;
    overflow: auto;
}

.sidebar-back {
    position: absolute;
    top: 45%;
    right: 5px;
}
.sidebar-item {
    border-top: 1px solid #96b1cf;
    color: #96b1cf;
    font-size: 24px;
    
    height: 80px;
    display: flex;
    align-items: center;
    text-decoration: none;

}
.sidebar-item:last-child{
    border-bottom: 1px solid #96b1cf;
}

.mask {
    position: fixed;
    top:80px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(33, 33, 33, 0.5);
}

.hl-search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px 50px;
	max-width: 780px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #96b1cf;
}
.hl-search-box input {
    border: none;
    outline: medium;
    height: 90px;
    width: 100%;
    
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 1px;
}
.hl-search-box input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
}
.hl-search-box img {
    margin: 10px;
}

.res-item {
    margin: 0 20px 80px;
    text-decoration: none;
    display: block;
}
.res-item:nth-child(n+6) {
    display: none;
}
.res-title{
    
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}
.res-desc {
    
    font-size: 30px;
    color: #333333;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.res-not {
    
    font-size: 36px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
}


.footer {
    height: 120px;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #999999;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    color:#999999;
    
}

.cr-box {
    display: flex;
    align-items: center;   
}
.cr-box span {
    margin: 0 10px;
}

.icon-title {
    width: 222px;
    height: 25px;
}
.icon-button {
    width: 48px;
    height: 48px;
}
.v-logo,.l-logo {
    width: 30px;
    height: 30px;
}
@media screen and (max-width: 767px) {
    .art-img {
        width: 336px;
        height: 224px;
        margin: 0 auto;
    }
}