/*************************************************** Responsive */
@media screen and (max-width: 1800px) {
    .header .header-inner {
        width: 100%;
        padding: 0 15px;
    }

    .header .header-inner .nav {
        flex-basis: 0;
    }

    .menu-var {
        padding: 50px;
    }

   .mobile-hide {
        display: none;
    }

    .main_sec_04 .press.in-view .swiper-slide .thumb img {
        width: 100%;
    }

    #footer .content {
        width: 100%;
        padding: 0 20px;
    }

    #footer .content {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1240px) {
    .header .header-inner .nav {
        display: none;
    }

    .header-right {
        display: none;
    }

    .header .header-inner {
        height: 60px;
    }

    .header-logo img {
        width: 60%;
        height: auto;
    }

    #header, .type02 #header {
        height: 60px;
    }

    .m-header-right-flex {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    
    .nav, .header-langs {
        display: none !important;
    }

    .mobile-gnb-toggle {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1001;
    }

    .mobile-gnb {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: 1000;
        height: calc(var(--vh, 1vh) * 100);
    }



    .mobile-gnb-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        padding: 0 20px;
        width: 100%;
        height: 70px;
        margin-bottom: 70px;
    }

    .mobile-menu {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .mobile-menu>li {
        margin-bottom: 20px;
    }

    .mobile-menu>li a {
        font-size: 2.3rem;
        font-weight: 700;
        text-align: left;
        padding: 0 34px 0 34px;
        width: 100%;
        display: block;
    }

    .m-sub-menu {
        padding: 34px 0;
        display: flex;
        flex-direction: column;
        background-color: #f9f9f9;
        display: none;
    }

    .m-sub-menu > li {
        margin-bottom: 5px;
    }

    .m-sub-menu > li:last-child {
        margin-bottom: 0;
    }

    .dropbtn {
        color: #000;
    }

    .menu-item-with-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .menu-label {
        font-size: 2.3rem;
        font-weight: 700;
        text-align: left;
        padding: 0 34px 0 34px;
    }

    .submenu-toggle {
        position: relative;
        width: 16px;
        height: 16px;
        background: none;
        border: none;
        cursor: pointer;
        padding-left: 56px;
    }

    .submenu-toggle::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border: solid #000;
        border-width: 0 2px 2px 0;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: transform 0.3s ease;
    }

    .submenu-toggle.open::before {
        transform: translate(-50%, -50%) rotate(-135deg);
    }

    .symbol {
        margin-bottom: 10px;
    }

}

@media (min-width:1240px) {
  .mobile-gnb-toggle {
    display: none !important;
  }
}


@media screen and (max-width: 768px) {
    
    .common_btn, .common_btn-02 {
        padding: 12px 28px;
        font-size: 1.4rem;
    }
    
}

@media screen and (max-width: 500px) { 
    #footer .content .logo img {
        width: 80%;
    }

    #footer .content .bottom-box {
        flex-wrap: wrap;
        gap: 50px;
    }

    #topBtn {
        position: fixed;
        bottom: 25px;
        right: 20px;
        display: none;
        background: #2D2C70;
        color: #fff;
        border: none;
        border-radius: 50%;
        font-size: 20px;
        cursor: pointer;
        z-index: 9999;
        width: 40px;
        height: 40px;
    }

    #footer .info .txt {
        font-size: 1.4rem;
    }

    .f-copy {
         font-size: 1.4rem;
    }

}

@media (max-width: 480px) {
  #topBtn {
    right: 10px;
    bottom: 10px;
  }
}



