/* common영역 $ Typography*/
@media (max-width: 1280px){
    html {
        font-size: 16px;
    }
    /* typogrphy */
    h3 {
        font-size: 50px;
    }
    h4{
        font-size: 20px;
    }
    h5{
        font-size: 18px;
    }
}
@media (max-width: 980px){
    html {
        font-size: 14px;
    }
    /* typogrphy */
    h3 {
        font-size: 40px;
    }
    h4{
        font-size: 18px;
    }
    h5{
        font-size: 16px;
    }
    
    .container{
        padding: 0 3%;
    }
    .section{
        padding: 120px 0;
    }
}
@media (max-width: 680px){
    html {
        font-size: 13px;
    }
    /* typogrphy */
    h3 {
        font-size: 30px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 14px;
    }
    
    .container{
        padding: 0 4%;
    }
    .section{
        padding: 80px 0;
    }
}
/* popup zone & Quick 영역 */
@media(max-width: 1350px){
    .quick-menu{
        right: 25px;
    }
}
@media(max-width: 980px){
    /* popup zone */
    .popup-zone .popup-box{
        width: 90%;
    }
    .popup-zone .popup-box .sw-popup .popup-btn-prev,.popup-zone .popup-box .sw-popup .popup-btn-next{
        width: 20px;
        height: 20px;
    }

    .quick-menu{
        right: 3%;
        padding: 20px 8px;
    }
    .quick-menu ul li{
        padding: 0 0 15px;
    }
    .quick-menu ul li.top-btn{
        margin-bottom: 15px;
    }
    .quick-menu ul li a{
        font-size: 11px;
    }
    .quick-menu ul li.top-btn a span{
        width:10px;
        height: 10px;
    }
    .quick-menu ul li.instagram a span{
        width: 18px;
        height: 18px;
    }
    .quick-menu ul li.inquiry a span{
        width: 28px;
        height: 28px;
    }
    .quick-menu ul li.proposal a span{
        width: 30px;
        height: 30px;
    }
    .quick-menu ul li.consultation a span{
        width: 30px;
        height: 30px;
    }
}
@media(max-width: 680px){
    /* popup zone */
    .popup-zone .popup-box .sw-popup .popup-btn-prev,.popup-zone .popup-box .sw-popup .popup-btn-next{
        width: 20px;
        height: 20px;
    }
    .popup-zone .popup-box .sw-popup .popup-btn-prev{
        left: 5px;
    }
    .popup-zone .popup-box .sw-popup .popup-btn-next{
        right: 5px;
    }
    /* popup - pagination */
    .popup-zone .popup-box .sw-popup .sw-control{
        padding: 10px 0;
    }
    .popup-zone .popup-box .sw-popup .sw-control .sw-paging .swiper-pagination-bullet{
        width:8px;
        height: 8x;
        margin: 0 3px;
    }
    .quick-menu{
        right: 0;
        /* top: auto; */
        bottom: 0;
        transform: translateY(0);
        padding: 10px 0;
        border-radius: 0;
        width: 100%;
    }
    .quick-menu ul{
        display: flex;

    }
    .quick-menu ul li{
        flex:1 1 auto;
        padding: 0;
        border: 0;
        border-right: 1px solid rgba(255,255,255,.2);
    }
    .quick-menu ul li.top-btn{
        margin-bottom: 0;
        border-bottom: 0;
    }
    .quick-menu ul li a span{
       width: 24px !important;
       height: 24px !important;
    }
    .quick-menu ul li.top-btn a span{
        background-size: 10px auto;
    }
    .quick-menu ul li.top-btn:hover a span{
        background-size: 10px auto !important;
    }
    .quick-menu ul li.instagram a span{
        background-size: 18px auto;
    }
    .quick-menu ul li.inquiry a span{
        background-size: 20px auto;
    }
    .quick-menu ul li.proposal a span{
        background-size: 24px auto;
    }
    .quick-menu ul li.consultation a span{
       background-size: 22px auto;
    }
}

/* mobile menu 영역 */
@media (max-width: 1280px){}
@media (max-width: 980px){}
@media (max-width: 680px){
    .mb-menu{
        padding: 15px 4%;
        
    }
    .mb-menu .mb-menu-title .mb-logo a{
        width: 150px;
    }
    .mb-menu .mb-main-menu > li .mb-menu-list{
        padding: 12px 0;
        font-size: 18px;
    }
    .mb-menu .mb-main-menu > li .mb-submenu{
        padding-bottom: 15px;
    }
    .mb-menu .mb-main-menu > li .mb-submenu li{
        padding: 6px 0 ;
    }
    .mb-menu .mb-main-menu > li .mb-submenu li a{
        font-size: 14px;
    }
}
/* header 영역 */
@media(max-width: 1280px){
    .header{
        height: 94px;
    }
    .header .logo a img{
        width: 200px;
    }
    .header nav .mainMenu > li{
        padding: 0 10px;
    }
    .header nav .mainMenu > li > a{
        font-size: 18px;
        padding: 36px 12px 37px;
    }
}
@media(max-width: 980px){
    .header{
        height: 73px;
    }
    .header .container{
        height: 100%
    }
    .header .logo a img{
        width: 180px;
    }
    .header nav{
        display: none;
    }
    .header .menuBtn {
        display: block;
    }
}
@media(max-width: 680px){
    .header{
        height: 60px;
    }
    .header .logo a img{
        width: 150px;
    }
}

/* visual 영역 */
@media(max-width: 1280px){
    .visual .sw-visual .swiper-slide .visual-bg-pc h2 img{
        max-width: 60%;
    }
    .visual .sw-visual .swiper-slide .visual-bg-m h2 img{
        max-width: 60%;
    }
    .visual .sw-visual .swiper-pagination-bullets{
        top: 125px;
    }
}
@media(max-width: 980px){
    .visual .sw-visual .swiper-pagination-bullets{
        top: 100px;
    }
    .visual .sw-visual .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 10px 0 0;
    }
}
@media(max-width: 680px){
    .visual{
        height: 800px;
    }
    .visual .sw-visual .swiper-slide .visual-bg-pc{
        display: none;
    }
    .visual .sw-visual .swiper-slide .visual-bg-pc h2 img{
        max-width: 80%;
    }
    .visual .sw-visual .swiper-slide .visual-bg-m{
        display: block;
    }
    .visual .sw-visual .swiper-slide .visual-bg-m h2 img{
        max-width: 80%;
    }
    .visual .sw-visual .swiper-pagination-bullets{
        top: 80px;
    }
}
@media(max-width: 480px){
    .visual{
        height: 600px;
    }
}
/* brand 영역 */
@media(max-width: 1280px){}
@media(max-width: 980px){
    .brand .brand-img{
        max-width: 400px;
    }
    .brand .brand-desc h4{
        padding: 25px 0 10px;;
    }
    .brand .brand-btn{
        padding-top: 40px;
    }
    /* btns */
    .moreBtn{
        width: 160px;
        /* height: 50px; */
        padding: 0 20px;
    }
    .moreBtn span {
        line-height: 50px;
    }
    .moreBtn span svg{
        width:16px;
    }
}
@media(max-width: 680px){
    .brand .brand-img{
        max-width: 300px;
    }
    .brand .brand-desc h4{
        padding: 20px 0 8px;;
    }
    .brand .brand-btn{
        padding-top: 30px;
    }
    /* btns */
    .moreBtn{
        width: 140px;
        /* height: 44px; */
        padding: 0 18px;
    }
    .moreBtn span{
        line-height: 44px;
    }
    .moreBtn span svg{
        width:12px;
    }
}

/* menu 영역 */
@media(max-width: 1400px){
    .menu .menu-tab-contents > div{
        padding: 0 35px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-new-icon img{
        height: 40px;
    }
    /*  swiper-btn */
    .menu .menu-tab-contents > div .btn-prev{
        right: calc(100% - 22px);
    }
    .menu .menu-tab-contents > div .btn-next{
        left: calc(100% - 22px);
    }
}
@media(max-width: 1280px){
    .menu .menu-title .menu-img {
        width: 50px;
        margin: 0 auto 12px;
    }
    /* swiper */
    .menu .menu-tab-contents > div .btn-next{
        width: 20px;
        height: 35px;
    }
}
@media(max-width: 980px){
    .menu .menu-tab-contents > div{
        padding: 0 30px;
    }
    .menu .menu-title .menu-img {
        width: 40px;
        margin: 0 auto 10px;
    }
    .menu .menu-tab-btns{
        margin-top: 12px;
    }
    .menu .menu-tab-btns ul li a{
        width: 75px;
        height: 30px;
        line-height: 30px;
        margin: 2px;
    }
    /* Swiper */
    .menu .menu-tab-contents > div .sw-menu{
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide{
        padding: 40px 10px 20px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a{
        padding: 0 15px;
        box-shadow: 0px 0 10px rgba(0, 0, 0, 0.08);
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-new-icon{
        right: 15px;
        top: 15px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-new-icon img{
        height: 35px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-slide-desc{
        padding: 20px 0 30px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-slide-desc h5{
        margin: 0 0 6px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-slide-desc p{
        font-size: 13px;
    }
    .menu .menu-tab-contents > div .btn-prev{
        width: 16px;
        height: 28px;
    }
    .menu .menu-tab-contents > div .btn-next{
        width: 16px;
        height: 28px;
    }
     /*  swiper-btn */
     .menu .menu-tab-contents > div .btn-prev{
        right: calc(100% - 16px);
    }
    .menu .menu-tab-contents > div .btn-next{
        left: calc(100% - 16px);
    }
}
@media(max-width: 680px){
    .menu .menu-tab-contents > div{
        padding: 0 20px;
    }
    .menu .menu-title .menu-img {
        width: 34px;
        margin: 0 auto 8px;
    }
    .menu .menu-tab-contents > div .sw-menu{
        width: calc(100% + 16px);
        margin: 0 -8px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide{
        padding: 30px 8px 15px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a{
        padding: 0 10px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-new-icon{
        right: 10px;
        top: 10px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-new-icon img{
        height: 30px;
    }
    .menu .menu-tab-contents > div .sw-menu .swiper-slide a .menu-slide-desc{
        padding: 15px 0 20px;
    }
    .menu .menu-tab-contents > div .btn-prev{
        width: 12px;
        height: 21px;
    }
    .menu .menu-tab-contents > div .btn-next{
        width: 12px;
        height: 21px;
    }
     /*  swiper-btn */
     .menu .menu-tab-contents > div .btn-prev{
        right: calc(100% - 12px);
    }
    .menu .menu-tab-contents > div .btn-next{
        left: calc(100% - 12px);
    }
}

/* news 영역 */
@media(max-width: 1400px){
    .news .news-tab-contents > div{
        padding: 0 35px;
    }
    /* swiper nav btn */
    .news .news-tab-contents > div .btn-prev{
        right: calc(100% - 22px);
    }
    .news .news-tab-contents > div .btn-next{
        left: calc(100% - 22px);;
    }
}
@media(max-width: 1280px){
     /* swiper nav btn */
     .news .news-tab-contents > div .btn-prev{
        width: 20px;
        height: 35px;
    }
    .news .news-tab-contents > div .btn-next{
        width: 20px;
        height: 35px;
    }
}
@media(max-width: 980px){
    .news .news-tab-btns{
        margin: 12px 0 0;
    }
    .news .news-tab-btns ul li a{
        width: 75px;
        height: 30px;
        line-height: 30px;
        margin: 2px;
    }
    /* swiper 영역 */
    .news .news-tab-contents > div{
        padding: 0 30px;
    }
    .news .news-tab-contents > div .sw-news{
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .news .news-tab-contents > div .sw-news .swiper-slide{
        padding: 40px 10px;
    }
    .news .news-tab-contents > div .sw-news .swiper-slide a{
        box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    }
    .news .news-tab-contents > div .sw-news .swiper-slide a .news-slide-desc{
        padding: 20px 25px;
    }
    .news .news-tab-contents > div .sw-news .swiper-slide a .news-slide-desc p{
        font-size: 13px;
        margin: 10px 0 0;
    }
     /* swiper nav btn */
     .news .news-tab-contents > div .btn-prev{
        width: 16px;
        height: 28px;
        right: calc(100% - 16px);
    }
    .news .news-tab-contents > div .btn-next{
        width: 16px;
        height: 28px;
        left: calc(100% - 16px);
    }
}

@media(max-width: 680px){
    /* swiper 영역 */
    .news .news-tab-contents > div{
        padding: 0 20px;
    }
    .news .news-tab-contents > div .sw-news{
        width: calc(100% + 16px);
        margin: 0 -8px;
    }
    .news .news-tab-contents > div .sw-news .swiper-slide{
        padding: 30px 8px;
    }
    .news .news-tab-contents > div .sw-news .swiper-slide a .news-slide-desc{
        padding: 20px;
    }
    .news .news-tab-contents > div .sw-news .swiper-slide a .news-slide-desc p{
        font-size: 11px;
    }
    /* swiper nav btn */
    .news .news-tab-contents > div .btn-prev{
        width: 12px;
        height: 21px;
        right: calc(100% - 12px);
    }
    .news .news-tab-contents > div .btn-next{
        width: 12px;
        height: 21px;
        left: calc(100% - 12px);
    }
}

/* banner 영역 */
@media(max-width: 1400px){
    .banner .banner-wrap .banner-red-circle::before{
        display: none;
    }
}
@media(max-width: 1280px){
    .banner{
        height: 580px;
    }
    .banner .banner-wrap .banner-red-circle{
        width: 800px;
        height: 800px;
    }
    .banner .banner-wrap .banner-red-circle .banner-title h3{
        padding: 0 0 20px;
    }
    .banner .banner-wrap .banner-red-circle .banner-title h4{
        padding: 0 0 30px;
    }
}
@media(max-width: 980px){
    .banner{
        height: 480px;
    }
    .banner .banner-wrap .banner-red-circle{
        width: 600px;
        height: 600px;
    }
    .banner .banner-wrap .banner-red-circle .banner-title h3{
        padding: 0 0 15px;
    }
    .banner .banner-wrap .banner-red-circle .banner-title h4{
        padding: 0 0 20px;
    }
}
@media(max-width: 680px){
    .banner{
        height: 420px;
    }
    .banner .banner-wrap .banner-red-circle{
        left: -70px;
        top: -60px;
        transform: translate(0);
        width: 350px;
        height: 350px;
    }
    .banner .banner-wrap .banner-red-circle .banner-title{
        max-width: 80%;
        left:auto;
        right: 0;
        padding: 30px 0 0;
    }
}

/* footer 영역 */
@media(max-width: 1280px){
    .footer .footer-top{
        padding: 22px 0 20px;
    }
    .footer .footer-top ul li a{
        font-size: 14px;
    }
    /* footer bottom */
    .footer .footer-bottom{
        padding: 30px 0 70px;
    }
    .footer .footer-bottom .footer-logo{
        width: 120px;
    }
    .footer .footer-bottom .footer-info{
        width: calc(100% - 120px - 130px);
        padding: 0 0 0 60px;
    }
    .footer .footer-bottom .footer-info ul li{
        font-size: 14px;
    }
    .footer .footer-bottom .footer-info p.copyright{
        font-size: 13px;
    }
    .footer .footer-bottom .sns{
        width: 130px;
        margin-top: 10px;
    }
    .footer .footer-bottom .sns ul li{
        margin-right: 20px;
    }
    .footer .footer-bottom .sns ul li a{
        width: 30px;
        height: 30px;
    }
}
@media(max-width: 980px){
    .footer .footer-top{
        padding: 20px 0 18px;
    }
    .footer .footer-top ul{
        gap: 20px;
    }
    .footer .footer-top ul li a{
        font-size: 13px;
    }
     /* footer bottom */
    .footer .footer-bottom{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 25px 0 40px;
    }
    .footer .footer-bottom .footer-logo{
        width: 80px;
        order: 1;
    }
    .footer .footer-bottom .footer-info{
        width: 100%;
        padding: 20px 0 0;
        order:3;
    }
    .footer .footer-bottom .footer-info ul li{
        font-size: 13px;
        padding: 0 0 10px;
    }
    .footer .footer-bottom .footer-info ul li.contact{
        padding: 0 0 6px 80px;
    }
    .footer .footer-bottom .footer-info ul li strong{
        padding: 0 10px 0 0;
    }
    .footer .footer-bottom .footer-info ul li span {
        padding: 0 10px 0 0;
    }
    .footer .footer-bottom .footer-info ul li span img {
        width: 10px;
    }
    .footer .footer-bottom .footer-info p.copyright{
        font-size: 12px;
        padding: 15px 0 0;
    }
    .footer .footer-bottom .sns{
        width: 105px;
        margin-top: 10px;
        order: 2
    }
    .footer .footer-bottom .sns ul li{
        margin-right: 15px;
    }
    .footer .footer-bottom .sns ul li a{
        width: 25px;
        height: 25px;
    }
}
@media(max-width: 680px){
    .footer .footer-bottom .footer-info{
        padding: 15px 0 0;
    }
     /* footer bottom */
    .footer .footer-bottom{
        padding: 25px 0 80px;
    }
    .footer .footer-bottom .footer-logo{
        width: 60px;
    }
    .footer .footer-bottom .sns{
        width: 80px;
        margin-top: 10px;
    }
    .footer .footer-bottom .sns ul li{
        margin-right: 10px;
    }
    .footer .footer-bottom .sns ul li a{
        width: 20px;
        height: 20px;
    }
}
@media(max-width: 480px){
    .footer .footer-bottom .footer-info ul li strong.isaac{
        display: block;
    }
    .footer .footer-bottom .footer-info ul li strong{
        padding: 0 10px 4px 0;
    }
}
