@media (max-width: 1620px) { 

    /* =============== intro =============== */
    .flex-control-nav {
        width: 100%;
        bottom: 0;
    }
    .flex-control-nav {
        width: 100%;
    }
    .intro blockquote {
        padding: 40px 30px;
    }
    .intro {
        height: auto;
    }
    .intro h3 {
        margin-top: 10px;
        font-size: 18px;
    } 
    .intro p {
        font-size: 14px !important;
        margin-top: 10px;
    }
 
}

@media (max-width: 1200px) {


}

@media (max-width: 992px) {

    section {
        padding: 45px 0;
    }

    /* =============== SECTION SERVICES =============== */
    #services .item:not(:nth-last-child(-n+2)) {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

}

@media (max-width: 768px) {
    p {
        font-size: 13px !important;
    }

    /* =============== HOVER EFFECT =============== */
    .hoverEffect .item {
        margin-bottom: 15px;
    }

    /* =============== MENU AREA =============== */
    #navbar .navbar-nav > a.link-menu,
    #navbar .navbar-nav > li > a {
        padding: 10px 5px 5px;
    }
    #navbar .navbar-nav > a.link-menu:hover,
    #navbar .navbar-nav > li > a:hover,
    #navbar .navbar-nav > .active > a,
    #navbar .navbar-nav > .active > a:hover {
        border-color: transparent;
    }
    #navbar .menuItem,
    #navbar .navbar-collapse {
        width: 100%;
    }
    #navbar .navbar-collapse {
        background: rgba(56, 56, 56, 0.95);
        border-color: #464646;
        position: absolute;
        z-index: 1;
        left: 0px;
    }
    #navbar .iconsGroup {
        position: absolute;
        right: 5px;
        top: 9px;
        margin: 0;
    }
    #navbar .iconsGroup > li {
        display: inline-block;
    }
    #navbar .iconsGroup li a {
        margin: 0 0 0 15px;
        padding: 15px 0 5px;
    }

    /* =============== ¸ÞÀÎ ½½¶óÀÌµå =============== */
    .main_slide .carousel-caption {
        padding: 0 25px;
    }
    .carousel-caption h2 {
        font-size: 25px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
    .carousel-inner .item {
        height: 100vh;
    }

    /* =============== ¸ð´ÞÃ¢ =============== */
   .modal-content iframe {

        overflow:auto;
        
    }

   .modal-body {}
    
   .modal-dialog {
        position: fixed !important;
        top: 20px;
        width: 93% !important;
        left: 0;

           
        -webkit-overflow-scrolling:touch;
    }

    .servicesModal-content {height:450px;}
    .servicesModal-body {height:440px;}
    .modal-content {position:fixed;  width:100%; } 
    .galleryModal-content {  }

    .customer-content {height:450px;}
    .customer-body {height:440px;}




    /* =============== SERVICES =============== */
    #services .item:not(:nth-last-child(-n+1)) {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .services-box01 .table-responsive th,
    .services-box01 .table-responsive td {
        font-size: 12px;
    }

    .services-box03 .left-box ul li {
        font-size: 13px;
        line-height: 20px;
    }
    .services-box03 .right-box img {
        width: 100%;
    }

    .services_bottomlogo {margin-top:20px;}
    .services_bottomlogo img { float:right; width:60%;}


    /* =============== °í°´¼¾ÅÍ =============== */
    #contact .contact-box {
        padding: 10px 0;
    }
    #contact .contact-box img {
        width: 85px;
    }

    /* =============== footer =============== */
    .footer .footer-col {
        margin-bottom: 50px;
    }
    
    .footer-t {display:block;}

}


@media (max-width: 640px) {

    section {
        padding: 30px 0;
    }
    .sectionHeading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sectionHeading .subHeading {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sectionDesc {
        margin-bottom: 20px;
    }

    


    /* =============== SECTION COUNTING =============== */
    #counting .item {
        padding: 20px 5px;
    }
    #counting .number {
        font-size: 28px;
    }
    #counting .text {
        font-size: 9px;
    }

}