@media screen and (max-width:1024px) {
    .web-header {
     height: 80px;
     width: 100%;
    }

    .web-header > a {
        width: 120px;
        padding: 16px 10px;
    }

    .web-header nav ul {
        font-size: 14px;
    }
    
    nav li {
        padding: 16px 10px;
    }

    nav ul a {
        font-size: 12px;
    }

    nav li:last-child {
        padding: 16px 12px;
    }

    h1 {
        font-size: 40px;
    }

    .main-container {
        padding-top: 100px;
    }

    .main-box {
        padding: 50px;
        gap: 35px;
    }

    .main-box > p {
        font-size: 18px;
    }

    .main-img-wrapper{
        width: 300px;
    }

    .brand-detail-explain {
        margin-left: 30px;
    }

    .brand-detail-explain::before {
        content: '';
        height: 260px;
        width: 2px;
        background-color: var(--accent-color);
        position: absolute;
        top: 0;
        left: -2%;
    }

    h3 {
        font-size: 28px;
    }

    .brand-summary p:first-child {
        font-size: 14px;
    }
    
    .brand-summary p:last-child {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    h5 {
        font-size: 16px;
    }
    
    h2 {
        font-size: 34px;
    }
    
    .sub-title {
        font-size: 14px;
    }

    h4 {
        font-size: 18px;
    }

    
    #showroom {
        overflow: hidden;
    }

    .showroom-address p {
        font-size: 14px;
    }

    #showroom::before {
        width: 400px;
        top: 6%;
        left: -3%;
        transform: rotate(80deg);
    }

    #showroom::after {
        width: 250px;
        bottom: -2%;
        right: -4%;
        transform: rotate(190deg);
    }

    .showroom-bamgasi-inform::after {
        left: calc(44% + 1.5px);
        top: 45%;
    }

    .showroom-garage-inform::after {
        right: 44%;
        top: calc(43% + -1px);
    }

    .with-furniture-icons img {
        width: 35px;
    }
    
    .with-furniture-icons a {
        width: 200px;
        aspect-ratio: 5/4; 
    }
    
    .with-furniture-icons p:last-child {
        font-size: 14px;
    }

    .footer-container {
        justify-content: space-between;
    }

  
}

@media screen and (max-width: 900px) {
    #with-furniture { 
        background-size: 100%;
        background-size: cover;
    }
}


@media screen and (max-width: 850px) {
    .showroom-bamgasi-inform::after,
    .showroom-bamgasi-inform::before,
    .showroom-garage-inform::after,
    .showroom-garage-inform::before {
        display: none;
    }

}


@media screen and (max-width: 768px) {
    header {
        position: relative;
    }

    .web-header {
        display: none;
    }

    .mobile-header {
        width: 100%;
        height: 80px;
        padding: 0 16px;
        box-sizing: border-box;

        display: flex;
        justify-content: space-between;
        align-items: center;

        position: absolute;
        top: 0;
        left: 0;
       
        border-bottom: 0.1px solid rgb(255,255,255,0.5);
    }

    .mobile-header > a {
        width: 120px;
    }

    .mobile-header-icon {
        display: flex;
        flex-direction: column;
    }

    .mobile-header-icon > a {
        display: block;
        width: 24px;
        aspect-ratio: 1;
        padding: 5px;
    }
    
    .about {
        padding: 0 16px;
    }

    footer {
        padding: 0 16px;
    }

    h2 {
        font-size: 30px;
    }

    .main-container {
        flex-direction: column;
        padding-top: 0;
    }

    .main-container-explain {
        gap: 60px;
    }

    .main-box {
        gap: 25px;
    }

    .main-box > p {
        font-size: 16px;
    }

    .main-sub-explain {
        font-size: 16px;
    }

    .main-img-wrapper {
        width: 250px;
        display: none;
    }

    h3 {
        font-size: 24px;
    }

    .aboutus-title-spacing {
        display: none;
    }

    .brand-detail-explain {
        margin-left: 0;
    }

    .brand-explain-content {
        text-align: center;
    }

    .brand-explain {
        padding: 60px 30px;
        width: 100%;
        box-sizing: border-box;
        gap: 60px;
    }

    .brand-detail-explain::before {
        display: none;
    }

    #showroom {
        padding: 60px 16px;
    }
    
    .showroom-bamgasi-inform, 
    .showroom-garage-inform {
        height: 250px;
    }

    #showroom::before {
        width: 300px;
        top: 3%;
        left: 5%;
        z-index: -1;
        transform: rotate(80deg);
    }

    #showroom::after {
        width: 200px;
        bottom: 210px;
        right: 4%;
        z-index: -1;
        transform: rotate(200deg);
    }

    .explain-showroom {
        flex-direction: column;
    }

    .explain-showroom:last-child {
        flex-direction: column-reverse;
    }

    .explain-showroom figure {
        min-width: 300px;
    }

    .showroom-bamgasi-inform,
    .showroom-garage-inform {
       text-align: center;
       align-items: flex-start;
    }

    .bamgasi,
    .more-view {
        text-align: center;
    }
    

    /* header 추가 창 */
    
    .mobile-header-menubar {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 56px;
        padding-top: 90px;
        height: 100vh;
        width: 100%;
        background-color: var(--accent-color);
        position: absolute;
        box-sizing: border-box;

        display: none;
    }

    .mobile-header-menubar li {
        width: 200px;
        height: 50px;
    }
    
    .mobile-header-menubar a {
        display: block;
        width: 100%;
        height: 100%;
        color: var(--text-color);
        font-size: 16px;
    }
    
    .mobile-header-menubar a:hover {
        color: #8a8989;
    }
    
    .mobile-header-menubar .mobile-login {
        width: 200px;
        height: 35px;
    }
    
    .mobile-header-menubar .mobile-login a {
        font-size: 14px;
    }

    .mobile-header-close {
        width: 24px;
        height: 24px;
        background: url(../img/close-btn-white.png);

        position: absolute;
        right: 10%;
        top: 5%;
    }

    .mobile-header-close:hover {
        cursor: pointer;
    }

    hr {
        width: 250px;
        height: 1px;
        border: 0;
        background-color: rgb(130, 127, 127);
        margin-left: 0;
        margin-bottom: 40px;
    }

    .footer-customer-center {
        display: none;
    }
    
  }


  @media screen and (max-width: 480px) {
    .brand-detail-explain {
        text-align: center;
        padding: 0;
        margin: 0;
    }
    
    .spacing {
        display: block;
    }   

    .footer-main {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .footer-id-container,
    .footer-logo {
        width: 100%;
        padding-left: 30px;
        box-sizing: border-box;
    }

    .footer-logo img {
        width: 120px;
    }

    .footer-bottom {
        display: none;
    }
        
    }


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

    #showroom::after {
        width: 150px;
        bottom: 20%;
        right: 3%;
    }


  }


