.apgw:hover 
{
    transform: scale(0.98);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    filter: brightness(1.1);
    cursor: pointer;
}

/* light */
#light_bx {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    overflow: auto;
    display: none;
}

    #light_bx > .infobx_1 {
        position: relative;
        width: 500px;
        display: block;
        margin: 18% auto;
        display: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
        filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
        font-size: 1.3rem;
        line-height: 2rem;
        color: #ffeed0;
        font-weight: 300;
    }

.bx_a1 {
    padding-bottom: 3.5%;
    background-image: url(../images/popbg_01.png);
    background-position: 50% 0%;
    background-size: 100% auto;
    top: 1px;
}

.bx_a2 {
    width: 100%;
    min-height: 100px;
    background-image: url(../images/popbg_02.png);
    background-position: 50% 100%;
    background-size: 100% auto;
    top: -1px;
}

.bx_a3 {
    padding-bottom: 4.2%;
    background: url(../images/popbg_03.png) no-repeat;
    background-position: 50% 100%;
    background-size: 100% auto;
    display: block;
    top: -1px;
}

.bx_a_clos {
    position: absolute;
    width: 38px;
    padding-bottom: 38px;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(../images/popclo.png);
    background-position: 100% 0%;
    background-size: 100% auto;
    top: 22px;
    right: 3%;
    z-index: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.gwtl {
    width: 50%;
    margin: 2% auto;
    text-align: center;
    font-size: 2vw;
    font-weight: 600;
}

.gwtx {
    width: 70%;
    text-align: center;
    margin: 1em auto;
}

.apgw {
    width: 150px;
    color: #f6e5c4;
    text-align: center;
    line-height: 2em;
    padding-bottom: 10px;
    margin: 6% auto 0 31.5%;
    border-radius: 5px;
}



@media only screen and (max-width: 430px) {
  

    #light_bx > .infobx_1 {
        position: relative;
        width: 96vw;
        display: block;
        margin: 0 auto;
        display: none;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
        filter: drop-shadow(0px 25px 25px rgba(0, 0, 0, 0.65));
        font-size: 1.3rem;
        line-height: 2rem;
        color: #ffeccc;
        font-weight: 300;
    }

    .gwtl {
        font-size: 7vw;
    }
        .apgw {
        width: 150px;
        color: #f6e5c4;
        text-align: center;
        line-height: 2em;
        padding-bottom: 10px;
        margin: 6% auto 0 29%;
        border-radius: 5px;
    }

        .apgw img {
            width: 80%;
        }

}
