@charset "utf-8";
/* CSS Document */
.tss_body{
    background-color: #F5F5F5;
    padding: 40px 0;
}

.zkp_h1{
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 18px;
}
.zkp_h1 a img{
    max-width: 100%;
}
.zkp_searcharea{
    margin-bottom: 24px;
}
.zkp_formbox{
    text-align: center;
    padding: 0 16px;
}
.zkp_search-txtarea{
    position: relative;
}
.zkp_search-txt{
    width: 410px;
    max-width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #DBDBDB;
    color: #727272;
    font-weight: bold;
    padding: 0px 16px;
    text-align: center;
}
.zkp_search-txtarea img{
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}
input.zkp_submit {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
}


.zkp_gallerybox{
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 16px;
}
ul.zkp_gallerylist{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
ul.zkp_gallerylist li{
    background-color: #FFFFFF;
    width: calc((100% - 56px)/ 8);
    max-width: 220px;
}
ul.zkp_gallerylist li a{
    display: block;
    width: 100%;
    height: 100%;
}
ul.zkp_gallerylist li img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}


.zkp_gallerymodal-h3{
    font-weight: bold;
    font-size: 1.25rem;
}
.zkp_gallerymodal-img{
    width: 524px;
}



@media screen and (max-width: 800px) {
    .zkp_body{
        margin-bottom: clamp(120px, 32vw, 184px);
    }

    ul.zkp_gallerylist li{
        width: calc((100% - 24px)/ 4);
    }
}