
footer {
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-wrap {
    width: 1280px;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px 35px;
}
.footer-wrap .footer-logo-area img {
	height: 36px;
}
.footer-wrap .site-map {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    color: #09093c;
}
.footer-wrap .site-map > .sep {
    content:"";
    display: inline-block;
    width: 1px;
    height: 14px;
    position: relative;
    top:1px;
    background-color: #040421;
    opacity: 0.3;
}
.footer-wrap .site-map > div {
    cursor: pointer;
    padding: 0 25px;
}
.footer-wrap .site-map > a {
    font-weight: 900;
    text-decoration: underline;
    color: #09093c;
    margin-right: 25px;
}
.company-info-area {
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.company-info-area .company-info div {
    display: flex;
    align-items: center;
    /*margin-bottom: 10px;*/
    flex-wrap: wrap;
}
.company-info-area .company-info div > span {
    display: flex;
    align-items: center;
    color: #09093c;
    margin-bottom: 5px;
}
.company-info-area .company-info div > span img {
    margin-right: 5px;
}
.company-info-area .company-info div > span::after {
    content:"";
    display: inline-block;
    width: 1px;
    height: 14px;
    position: relative;
    top:1px;
    background-color: #040421;
    opacity: 0.3;
    margin: 0 15px;
}
.company-info-area .company-info div > span:last-child::after {
    display: none;
}
.company-info-area .footer-logo-area {
    padding: 0px 30px 0 10px;
}
.legal-info {
    font-size: 14px;
    color: #09093c;
    opacity: 0.6;
}

.site-map > div {
    position: relative;
}
.site-map .footer-sub {
    position: absolute;
    top: -10px;
    z-index: 999;
    font-size: 14px;
    width: 100%;
    left: 0;
    padding-top: 40px;
    display: none;
}
.site-map .footer-sub .footer-sub-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;

}
.site-map .footer-sub .footer-sub-content a:hover {
    text-decoration: underline;
}

.site-map > div:hover .footer-sub {
    display: block;
}
.site-map > div .footer-sub:hover {
    display: block;
}

.mobile-footer-wrap {
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 15px;
    display: flex;
    display: none;
}

.mobile-footer-menu-area .individual-info {
    font-weight: 900;
    text-decoration: underline;
    display: block;
    padding-right: 10px;
}
.mobile-footer-menu-area > div {
    position: relative;
    text-align: right;
    user-select: none;
}
.mobile-footer-menu-area > div:hover > .footer-sub {
    display: block;
}
.mobile-footer-menu-area > div > .footer-sub:hover {
    display: block;
}

.mobile-footer-menu-area > div > span {
    display: block;
    padding-right: 10px;
    position: relative;
    z-index: 100;
}
.mobile-footer-menu-area .footer-sub {
    position: absolute;
    z-index: 99;
    left: 0;
    padding-left: 100%;
    top: 0;
    display: none;
}
.mobile-footer-menu-area .footer-sub a:hover {
    text-decoration: underline;
}
.mobile-footer-menu-area .footer-sub-content {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    width: 150px;
    text-align: center;
    font-size: 14px;
    padding: 3px 0;
}
.mobile-footer-logo-area {
    padding-right: 10px;
}
footer {
    padding-left: 20px;
    padding-right: 20px;
}
.mobile-footer-wrap {
    width: 100%;
}
.mobile-footer-wrap .sep-line {
    width: 1px;
    height: 220px;
    background-color: #040421;
    opacity: 0.15;
    margin-left: 15px;
    margin-right: 25px;
}
.mobile-footer-wrap .right-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}
.mobile-footer-wrap .right-area .company-info-item {
    display: flex;
    align-items: center;
}
.outer-legal-info {
    display: none;
    font-size: 14px;
    color: #09093c;
    opacity: 0.6;
    margin-left: 25px;
    margin-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1030px) {
    .footer-wrap .site-map > div {
        padding: 0 15px;
        font-size: 14px;
    }
    .footer-wrap .site-map > a {
        margin-right: 15px;
        font-size: 14px;
    }
    .site-map .footer-sub .footer-sub-content {
        font-size: 12px;
        letter-spacing: -1px;
    }
    .company-info-area .company-info div > span {
        font-size: 14px;
    }
    .footer-wrap {
        padding: 15px 20px;
    }
    .company-info-area {
        padding-top: 15px;
    }
}
@media screen and (max-width: 860px) {
    .company-info-area .company-info .legal-info {
        display: none;
    }
    .outer-legal-info {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        color: #09093c;
        opacity: 0.6;
    }
    footer {
        padding-bottom: 0;
    }
    .outer-legal-info {
        display: block;
    }
}
@media screen and (max-width: 790px) {
    .site-map > div {
        display: none;
    }
    .footer-wrap .site-map > .sep {
        display: none;
    }
    .footer-wrap .site-map {
        padding-bottom: 12px;
    }
}
@media screen and (max-width: 607px) {
    .company-info-area .company-info div > span::after {
        display: none;
    }
    .company-info-area {
        flex-direction: column;
    }
    .company-info-area .company-info div {
        gap: 0 10px;
        justify-content: center;
    }
    .company-info-area .footer-logo-area {
        margin-bottom: 10px;
        padding: 0;
    }
}
@media screen and (max-width: 415px) {
}