
header .innerHeader .logo {width: 260px;}
header .innerHeader .logo img {width: 100%;}



/* 750px 이하 - 모바일 디바이스 체크 */  
@media screen and (max-width:750px){
    Header{position: fixed;height: 60px;}
    header .innerHeader {height: 60px;width: 90%;}
    header .innerHeader .logo {width: 170px;}
    .infoBar{position: absolute;}
    .logo {width: 120px;height: auto;}
    .menu-toggle {display: flex;}
    .innerHeader .logo {width: 80%;}
    .innerHeader .menu {position: absolute;top: 72px;right: 20px;background-color: white;flex-direction: column;width: 140px;border-radius: 8px;box-shadow: 0 10px 20px rgba(0,0,0,0.1);opacity: 0;
    pointer-events: none;transform: translateY(-10px);transition: opacity 0.3s ease, transform 0.3s ease;z-index: 99;padding: 16px 0;}

    .innerHeader .menu.show {opacity: 1;pointer-events: auto;height: auto;transform: translateY(0);}
    .innerHeader .menu li {padding: 8px 20px;}
    .innerHeader .menu li a {display: block;width: 100%;}
    /*LiftImg */
    .liftImg .productItem {padding: 20px 0px;}



    /* INFO_BAR */
    .infoBar .inner {justify-content: space-between;padding:0;}
    .infoBar ul li {width: 50%;}
    .infoBar .icon svg{width: 28px;}
    /* Footer */
    footer {flex-direction: column;padding: 40px 24px; gap: 24px;}
    .footer-left {width: 100%;padding: 30px 20px;height: 320px;}
    .footer-brand h3 {font-size: 24px;}
    .footer-brand p {font-size: 16px;margin-bottom: 24px;}
    .footer-link {font-size: 16px;padding-bottom: 6px;}
    .arrow {font-size: 16px;}
    header .innerHeader .menu {gap: 18px;}
    .footer-right {width: 100%;gap: 16px;}
    .footer-right .top {flex-direction: column;gap: 48px;}
    .footer-nav {flex-wrap: wrap;gap: 52px;justify-content: flex-start;}
    .footer-nav a {font-size: 14px;}
    .footer-message p {font-size: 16px;text-align: left;margin-bottom: 16px;}
    footer .bottom {flex-direction: column;align-items: flex-start;gap: 50px;}
    .footer-logo svg {width: 80px;height: auto;}
    .footer-copy {font-size: 12px;color: #aaa;margin-top: 8px;}
    .footer-contact {text-align: left;margin: 16px 0;}
    .footer-contact p {font-size: 14px;}
    .footer-contact .tel {font-size: 20px;}
    .footer-info {font-size: 12px;color: #bbb;}
    .footer-nav a:hover::after {bottom: -4px;}
    footer .inner {width: 100%;padding: 0;}
}


