@charset "utf-8";

footer * {
    /* overflow:hidden !important; */
}

footer {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(82, 82, 82, 1);
    padding: 30px 0;

}

#footer .letter .text{
    line-height: 30px;
    margin-bottom: 2.5%;
}

#footer .copyright{
   color:rgba(207, 207, 207, 1)
}


/* mobile */
@media screen and (max-width: 767px) {
    footer {}

    #footer {
        position: relative;
    }

    footer .right {
        display: none;
    }

    footer .center {
        flex-direction: column;
    }

    footer .top_wrap.pc-none {
        position: absolute;
        top: 10%;
        right: 5%;
        /* transform: translate(-50%, -50%); */
    }

    footer .top {
        width: 40px;
        height: 40px;
    }

    footer .copyright.pc-none {
        margin-top: 20px;
    }

    footer address span {
        display: inline-block;
        width: 80px;
        color: #d0d0d0;
    }

    .location_section {
        height: 400px;
    }

    .location_section .center {
        display: flex;
        height: 100%;
        flex-direction: column;
    }


    .location_section {
        height: 400px;
    }

    .location_section .left {
        display: flex;
        height: 100%;
        width: 100vw;
        gap: 13px;
        justify-content: left;
        padding: 0;
    }


    .location_section .left .time .timebox {
        display: flex;
        gap: 15px;
        margin: 0;
    }

    #daumRoughmapContainer1763017202498 {
        width: 414px;
        height: 250px;
        position: relative;
        right: 115px;
    }

    .root_daum_roughmap .map {
        height: 100%;
        position: relative;
        width: 100%;
        left: -170px;
        bottom: 50px;
    }

}



/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {}