﻿
body {
    padding-top: 135px;
    background-image: url('/2025/img/frame/bg3.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #FFF100;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}
.col{
    padding-left:0px;
    padding-right:0px;
}

.preart, .nextart
{
    cursor: pointer;
}

.backgroundContainer {
    /*padding-top: 25vh;
    padding-bottom: 25vh;*/
    color: black;
}

h2.pageTitle {
    text-align: start;
    font-size: 45px;
    font-weight: bolder;
    margin-bottom: 4vw;
    padding: 0 5vw;
    color: #000000;
}

.moreBtnCol {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

    .moreBtnCol .decoLine {
        width: 10px;
        border-top: 5px solid #d40019;
    }

.moreArtBtn {
    text-align: center;
    border-radius: 80px;
    height: 50px;
    width: 150px;
    /*border: 5px solid #d40019;*/
    background-color: #FFF100;
}

    .moreArtBtn a, a .moreLinkBx {
        /*color: #007f23;*/
        color: #000000;
        text-decoration: none;
    }

        .moreArtBtn a:hover, a:hover .moreLinkBx {
            /*color: #007f23;*/
            color: #000000;
            text-decoration: none;
        }

a .moreArtBtn {
    text-decoration: none;
}

a:hover .moreArtBtn {
    text-decoration: none;
}

.artDetailNavi {
    position: absolute;
    width: 5vw;
}

#prevArt
{
    top: 30vw;
    left: -2vw;
}

#nextArt
{
    top: 30vw;
    right: -2vw;
}

.searchTitle
{
    font-size: clamp(18px, 1vw, 24px);
    font-weight: bolder;
}

#footer
{
    background-color: #656563;
    color: #ffffff;
}

#footer a
{
    color: #ffffff;
}

    #footer a:link {
        color: #ffffff;
    }

@media (max-width: 1140px) {
    h2.pageTitle {
        font-size: 2.2rem;
    }

}

@media only screen and (max-width: 700px) {
    body {
        padding-top: 100px;
        background-position: 60%;
    }

    h2.pageTitle {
        margin-bottom:40px;
    }
    .moreArtBtn {
        height:auto;
        width:auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    .moreBtnCol {
        margin-top: 40px;
    }
    .artSection {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
