/* BASIC css start */
.main-footer {
    margin-top: 160px;
    border-top: 1px solid #e0e0e0;}


.main-footer a {
    text-decoration: none;
    font-size: unset;
    color: unset;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    font-weight: 400;
}


.main-footer .separator {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 15px 0;
}

/* Footer Top Line */
.footer-top-line {
    max-width: 1416px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.footer-top-line .service-number {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-right: 20px;
}

.footer-top-line .working-hours {
    color: #929292;
    font-size: 14px;
    font-weight: 400;
}


.footer-menu-top{
    margin-left: 30px;}
    
    
.footer-menu-top a {
    margin-left: 30px;
    font-size: 14px;
    font-weight: 400;
}

.footer-menu-top span {
    color: #ccc;
    display:none;
}

.footer-middle {
    position:relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0;
    max-width: 1416px;
    margin: 0 auto;
}

.footer-menu-bottom a {
    margin-right: 20px;
    font-size: 14px;
    font-weight:400;
    color:#000;
}
.footer-menu-bottom .highlight{
    font-weight: bold;
    color: #000; 
}
/* Footer Bottom Section (Company Info) */
.footer-bottom {
    max-width: 1416px;
    margin: 0 auto;
    line-height: 1;
    padding-bottom: 34px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    line-height: 1;
    padding-bottom: 12px;
}

.footer-bottom-line{
    border-top: 1px solid #efefef;
    background: #f7f7f7;}


.footer-bottom .info-line-2 {}

.footer-bottom .info-line-2 .highlight {
    text-decoration: underline;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    vertical-align: top;
    margin-left: 4px;
    display: inline-block;
    margin-top: -1px;
    margin-right: 11px;
}

.footer-bottom .copyright {
    line-height: 1;
    margin-top: -2px;
}


.social-links{display: flex; align-items: center; justify-content: space-between;position: absolute; right: 0; padding-top: 5px;}
.social-links a{margin-left:20px}
.social-links .instagram{}
.social-links .facebook{}
.social-links .kakao{}
.social-links .youtube{}
.social-links .n{}
               
/* BASIC css end */

