body{
    margin: 0px;
}
/* cover */
.cover_img_back{
    width: 1006px;
    height: 250px;
    display: block;
    margin: 0px auto;
    object-fit: cover;
    object-position: 100% 53%;
}
.cover_logo{
    position: fixed;
    width: 10%;
    height: auto;
    top: 10px;
    left: 5px;
    z-index: 200;
}
.cover_navi{
    width: auto;
    height: auto;
    background-color: #ffffffd1;
    border-radius: 25px;
    border: 1px solid white;
    position: fixed;
    top: 17.5px;
    right: 50px;
    display: flex;
    align-items: center;
    z-index: 200;
}
.cover_navi_p{
    margin: 10px 20px;
    font-weight: 700;
    font-size: 17.5px;
}
.cover_a{
    text-decoration: none;
    color: black;
    font-size: 15px;
}
.cover_a:hover{
    color: #abb8c3;
}



/* gallery */
.gallery_title{
    width: 1006px;
    height: auto;
    margin: 24px auto;
    font-size: 30px;
    font-weight: 700;
}
.gallery_body{
    width: 1006px;
    display: grid;
    grid-template-columns: repeat(5,182px);
    justify-self: center;
    gap: 24px;
}
.gallery_img{
    width: 182px;
    height: 182px;
    margin: auto;
    border-radius: 10px;
    object-fit: cover;
    object-position: center center;
}



/* bottom */
.gallery_bottom{
    width: auto;
    height: 40px;
    margin: 30px auto;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.gallery_bottom_div{
    width: 24px;
    height: 24px;
    padding: 8px;
    color: #858585;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}
.gallery_bottom_div:hover{
    transition: 0.4s;
    background-color: rgb(133, 133, 133,0.1);
}
.gallery_bottom_div.gallery_bottom_instant_div{
    background-color: black;
    color:white
}










