/* ============================ footer style start ============================= */
@charset "utf-8";

#footer {
    padding: 30px 0;
    background-color: #223e66;
}
#footer * {
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.footer-info p {
    margin: 30px 0 10px;
    white-space: pre-line;
}
.footer-info img {
    width: 100%;
    max-width: 280px;
    filter: brightness(1);
}

.footer-gnb {
    margin: 20px 0;
}
.footer-gnb > ul {
    display: flex;
    justify-content: center;
}
.footer-gnb > ul > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    text-align: center;
}
.footer-gnb > ul > li a > img {
    width: 20px !important;
    margin-right: 10px;
}
.footer-gnb > ul > li {
    margin: 0 10px;
    padding: 6px 0;
    border: 1px solid #eee;
}

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1025px) {
    #footer {
        padding: 30px 0 120px;
    }
    .footer-info img {
        max-width: 200px;
    }
}

@media screen and (max-width: 769px) {
    .footer-gnb > ul > li a {
        width: 130px;
    }
}
@media screen and (max-width: 480px) {
    .footer-info img {
        max-width: 180px;
    }
    .footer-info p {
        margin: 15px 0;
    }
    footer * {
        font-size: 12px !important;
    }

    .footer-gnb {
        margin: 10px 0;
    }
    .footer-gnb > ul {
        flex-wrap: wrap;
    }
    .footer-gnb > ul > li {
        margin: 5px;
        width: calc(50% - 10px);
    }
    .footer-gnb > ul > li a {
        width: 100%;
    }
}

/* ================================================================= */
/* ========================== quick menu ========================== */
/* ================================================================= */

#quick_menu {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999999;
}
#quick_menu img {
    height: 45px;
}
#quick_menu span {
    display: block;
    width: 100%;
    padding-top: 5px;
    font-family: 'NanumSquare', san-serif;
    font-weight: 700;
    transform: skew(-0.1deg);
}

#quick_menu li:first-child {
    cursor: pointer;
    color: #fff;
    background: #223e66;
    padding: 5px 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    text-align: center;
}
#quick_menu li:first-child a {
    display: inline-block;
    width: 100%;
    color: #fff;
}
#quick_menu li:not(:first-child) a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    width: 100px;
    height: 100px;
    font-weight: 500;
    font-size: 14px;
    border-left: 1px solid #ccc;
}
#quick_menu li:not(:first-child) a:hover {
    transition: all 0.5s;
    background: #dfe4e4;
}
#quick_menu li#top button {
    background: #181717;
}
#quick_menu li#top img {
    height: 30px;
}
#quick_menu li#top span {
    padding-top: 10px;
    color: #fff;
}

#top_btn {
    border: none;
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    padding: 20px 10px;
    cursor: pointer;
    background-color: #ffffffc7;
    border: 1px solid #ccc;
    border-top: 0;
}

@media screen and (max-width: 1024px) {
    #quick_menu {
        padding: 0;
        left: 0px;
        top: auto;
        width: 100%;
        height: auto;
        bottom: 0px;
        display: block;
        position: fixed;
        z-index: 200;
        transform: none;
    }
    #quick_menu ul {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
    }
    #quick_menu ul li {
        width: 33.33%;
        height: 100%;
        text-align: center;
    }
    #quick_menu ul li a {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px;
        border-left: 0 !important;
        border-top: 1px solid #ccc;
    }
    #quick_menu ul li#call {
        display: none;
    }
    #quick_menu ul li:first-child {
        display: none;
    }
    #quick_menu ul li#top {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    #quick_menu li:not(:first-child) a {
        padding: 10px 0;
        font-size: 12px;
        height: 80px;
    }
    #quick_menu img {
        height: 30px;
    }
}
