@charset "utf-8";

:root {
    --9f: #9f9f9f;
}

footer * {
    /* overflow:hidden !important; */
}

footer {
    color: balck;
    background-color: #F5F5F5;
}

footer .left,
footer .right {
    padding: 60px 0;
    align-items: center;
}

.iconlist {
    position: fixed;
    bottom: 100px;
    right: 3%;
    z-index: 999;

    display: flex;
    flex-direction: column;
    gap: 5px;
}


.iconlist a .youtube {
    width: 70px;
    height: 70px;
}

.iconlist .top {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #333;

    box-shadow: rgba(0, 0, 0, 0.25) 1px 2px 20px;
}

footer .right>img {
    width: 100%;
    height: 100px;
}

footer .left>img {
    padding-bottom: 45px;
}

footer .right {
    display: flex;
}

footer .copyright {
    margin-top: 55px;
    color: #bbbbbb;
}

footer address {
    color: black;
    font-style: normal;
}

footer address span {
    display: inline-block;
    width: 150px;
    color: #9f9f9f;
}

.location_section {
    background-color: white;
    width: 100%;
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 155px; */
    height: 535px;
    border-top: 1px solid #bbbbbb;

}

.location_section .center {
    display: flex;
    height: 100%;
}

#footer .location_section .left {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 50%;
    padding: 0;
}

.location_section .left .time .timebox {
    display: flex;
    gap: 30px;
    margin: 0;
}

.location_section .left .time .timebox span {
    display: inline-block;
    width: 60px;
    text-align: justify;
    text-align-last: justify;

}

.location_section .right {
    position: relative;

    margin-right: calc((100% - 100vw) / 2);
    width: calc(50% + (100vw - 100%) / 2);
    margin-left: 80px;
}

.location_section .right .root_daum_roughmap .cont {
    display: none;
}

.location_section .right .map .wrap_controllers {
    display: none;
}

.location_section .right .map .iconlist {
    position: absolute;
    right: 60px;
    bottom: 150px;
    z-index: 20;
    /* 지도(z-index 0~1)보다 무조건 위에 뜨게 함 */
}



.location_section .left .path .pathbutton {
    display: inline-flex;
    padding: 10px 30px;
    margin-bottom: 45px;
    border: 1px solid black;
    border-radius: 60px;
}

.location_section .left .path .pathbutton:hover {
    background-color: #444444;
    color: white;
}


/*
 .footer_top {
    width: 95px;
    height: 95px;
    position: fixed;
    bottom: 100px;
    right: 100px;
    cursor: pointer;
    z-index: 9999;
}


.footer_top img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin infinite 5s linear;

    -webkit-animation-name: spin;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes spin{
    0%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.footer_top i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
} */






/* 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: #9f9f9f;
    }

    #footer .location_section{
        /*height: 400px;*/
        height: 100%;
    }
    #footer .location_section .center {
        display: flex;
        height: 100%;
        flex-direction: column;
    }


    #footer .location_section {
        height: 400px;
    }

    #footer .location_section .left {
        display: flex;
        height: 100%;

        /*width: 100vw;*/
        width: 100%;

        /*gap: 13px;*/
        justify-content: left;
        padding: 0;

        flex-direction: column;
    }


    #footer .location_section .left .time .timebox {
        display: flex;
        gap: 15px;
        margin: 0;
    }

    #footer .path,
    #footer .time{
        width: 100%;
    }

    #footer .location_section .footer_info{
        margin-bottom: 20px;
        color: #9f9f9f;
    }

    #footer .location_section .footer_way{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_phone{
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #footer .location_section .footer_loc{
        margin-bottom: 30px;
    }

    #footer .location_section .footer_time1{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_time2{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_time3{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_time4{
        color: #9f9f9f;
        margin-top: 0px;
    }

    .location_section .left .path .pathbutton{
        margin-bottom: 20px;
    }








    #footer .location_section{
        height: 100%;
    }

    #footer .location_section .center{
        padding: 30px 0 30px;
    }

    .location_section .right{
        display: none;
    }

    #daumRoughmapContainer1763017202498 {
        width: 414px;
        height: 250px;
        position: relative;
        right: 115px;
    }

    .root_daum_roughmap .map {
        height: 100%;
        position: relative;
        width: 100%;
        left: -170px;
        bottom: 50px;
    }

    .iconlist {
        bottom: 7%;
        right: 5%;
    }

    footer .left,
    footer .right {
        padding: 30px 0;
    }

    .iconlist .top,
    .iconlist a .youtube{
        width: 50px;
        height: 50px;
    }

}



/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

 

    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: #9f9f9f;
    }

    #footer .location_section{
        /*height: 400px;*/
        height: 100%;
    }
    #footer .location_section .center {
        display: flex;
        height: 100%;
        flex-direction: column;
    }


    #footer .location_section {
        height: 400px;
    }

    #footer .location_section .left {
        display: flex;
        height: 100%;

        /*width: 100vw;*/
        width: 100%;

        /*gap: 13px;*/
        justify-content: left;
        padding: 0;

        /*flex-direction: column;*/
    }


    #footer .location_section .left .time .timebox {
        display: flex;
        gap: 15px;
        margin: 0;
    }

    #footer .path,
    #footer .time{
        width: 100%;
    }

    #footer .location_section .footer_info{
        margin-bottom: 20px;
        color: #9f9f9f;
    }

    #footer .location_section .footer_way{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_phone{
        margin-top: 15px;
        margin-bottom: 10px;
    }

    #footer .location_section .footer_loc{
        margin-bottom: 30px;
    }

    #footer .location_section .footer_time1{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_time2{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_time3{
        margin-bottom: 10px;
    }

    #footer .location_section .footer_time4{
        color: #9f9f9f;
        margin-top: 0px;
    }

    .location_section .left .path .pathbutton{
        margin-bottom: 20px;
    }








    #footer .location_section{
        height: 100%;
    }

    #footer .location_section .center{
        padding: 30px 0 30px;
    }

    .location_section .right{
        display: none;
    }

    #daumRoughmapContainer1763017202498 {
        width: 414px;
        height: 250px;
        position: relative;
        right: 115px;
    }

    .root_daum_roughmap .map {
        height: 100%;
        position: relative;
        width: 100%;
        left: -170px;
        bottom: 50px;
    }

    .iconlist {
        bottom: 7%;
        right: 5%;
    }

    footer .left,
    footer .right {
        padding: 30px 0;
    }

    .iconlist .top,
    .iconlist a .youtube{
        width: 50px;
        height: 50px;
    }
}
