@media screen and (min-width: 993px) {}

@media screen and (min-width: 1155px) {}

@media screen and (max-width: 1117px) {
    .contents .content .text .title {
        font-size: 28px;
        line-height: normal;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .contents .content .text {
        font-size: 17px;
        line-height: normal;
    }
}

@media screen and (max-width: 992px) {
    header .navbar-toggler {
        display: block;
    }

    header .logo {
        margin-left: 50px;
    }

    #side-menu .mobile-item {
        display: block
    }

    header .search {
        display: none;
    }

    .main-menu {
        display: none;
    }

    header .top {
        padding: 0;
    }

    .video {
        padding: 40px 0;
    }

    .clouds {
        padding: 40px 0 40px 0;
    }

    .about-product {
        margin: 40px 0;
        padding: 20px 0;
    }

    .video .video-item {
        max-width: calc(100% - 30px);
        height: 300px;
    }

    .about-product .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .footer-links,
    footer .container .footer-group,
    footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    footer .container .footer-group .logo {
        margin: 0 0 40px 0;
    }

    footer .footer-links ul {
        margin: 0 0 20px 0;
    }

    footer .footer-links ul:last-child {
        margin: 0 0 0 0;
    }

    footer .footer-group {
        margin-bottom: 30px;
    }

    footer .container {
        padding: 40px 0;
    }

    .instagram-posts {
        padding-bottom: 40px;
    }

    .page-banner {
        height: 240px;
    }

    .page-banner h1 {
        font-size: 38px;
    }

    .products {
        padding: 60px 0 60px 0;
    }

    .product-detail .detail .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .product-detail .detail p {
        font-size: 17px;
        line-height: normal;
    }

    .product-detail {
        padding: 60px 0 60px 0;
    }

    .contents-page,
    .blog-detail-page {
        padding: 60px 0 100px 0;
    }

    .contents-page.contact-page {
        padding: 60px 0 40px 0;
    }

    .contact-form {
        padding: 0 0 40px 0;
    }

    .contents-page .content .text-area .content-title {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 20px;
    }

    .contents-page .content .text-area p {
        font-size: 17px;
    }

    .blog-posts .post {
        flex: 0 0 100%;
        max-width: calc(50% - 20px * 1 / 2);
    }

    .blog-posts .post:nth-child(2n+2) {
        margin-right: 0;
    }

    .sales-points-page .container .point,
    .sales-points-page .container .point:nth-child(5n+5) {
        flex: 0 0 100%;
        max-width: calc(100% / 4 - 10px * 3 / 4);
        margin: 0 10px 20px 0;
        height: 200px;
    }

    .sales-points-page .container .point:nth-child(4n+4) {
        margin: 0 0 20px 0;
    }

    .sales-points-page {
        padding: 40px 0 80px 0;
    }

    .video .video-section-bg {
        height: calc(72% - 120px);
        top: calc((100% - (72% - 120px)) / 2);
    }


    .how-to-use-page .how-to-use {
        flex-wrap: wrap;
    }

    .how-to-use-page .how-to-use .img {
        max-width: 100%;
        /* order: 0 !important; */
    }

    .how-to-use-page .how-to-use .text-area {
        max-width: 100%;
        padding: 0 !important;
        text-align: center;
    }

    .how-to-use-page .how-to-use .text-area .title {
        font-size: 20px;
        text-align: center;
    }

    .how-to-use-page .how-to-use {
        flex: 0 0 100%;
        max-width: calc(50% - 30px * 1 / 2);
        margin: 0 30px 40px 0;
        display: flex;
        align-items: flex-start;
    }

}

@media screen and (max-width: 992px) and (min-width: 769px) {
    .cloud-list {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    
.product-thumbnails {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: 5px;
}
    .product-thumbnails .thumbnail {
        height: 60px !important;
        margin: 0 2px 9px 2px;
    }

    .banner .container {
        flex-wrap: wrap;
    }

    .banner .item {
        max-width: 100%;
        padding-bottom: 5px;
    }

    .banner .item:first-child() {
        padding-bottom: 10px;
    }
    
    .banner .item:last-child {
        padding: 0;
    }

    .descriptions .title {
        margin-bottom: 20px;
    }

    .descriptions .desc-wrapper {
        flex-wrap: wrap;
    }

    .descriptions .desc-wrapper .desc-list {
        max-width: 100%;
        padding: 0 15px;
    }

    .descriptions .desc-wrapper .text {
        border-width: 0 0 1px 0;
        padding: 0 15px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .descriptions .container {
        padding-bottom: 10px;
    }

    .product-detail .img a.btnBuy {
        font-size: 17px;
        width: 170px;
        padding: 8px 0;
    }

    .video .video-section-bg::before {
        width: 200px;
        height: 176px;
    }

    .video .video-section-bg::after {
        width: 200px;
        height: 163px;
    }

    .contents .content {
        flex-wrap: wrap;
    }

    .contents .content>div {
        max-width: 100%;
    }

    .contents.contents-start-right .content .img {
        order: 0;
        max-width: 100%;
    }
    
    .contents .content .text {
        padding: 0 15px;
        font-size: 20px;
        line-height: 34px;
        text-align: center;
    }
    

    .contents.contents-start-right .content .text {
        padding: 0 15px;
    }

    .contents .content .text .title {
        margin: 20px 0 20px 0;
        font-size: 24px;
    }

    .contents.contents-start-right .content a,
    .contents .content a {
        margin-bottom: 30px;
        font-size: 22px;
        padding: 15px 74px 12px 74px;
    }

    .contents.contents-start-right .content .text {
        font-size: 20px;
        line-height: 34px;
    }

    .contents.contents-start-right .content .text p {
        margin-bottom: 15px;
    }

    .clouds .cloud-content {
        max-width: 100%;
    }

    .instagram-posts .instagram-post-list {
        flex-wrap: wrap;
    }

    .instagram-posts .instagram-title {
        margin-bottom: 30px;
    }

    .instagram-posts .instagram-post-list .instagram-post {
        max-width: calc(100% / 2 - 12px * 1 / 2);
        margin: 0 12px 12px 0;
    }

    .instagram-posts .instagram-post-list .instagram-post:nth-child(2n+2) {
        margin-right: 0;
    }

    .products .product {
        max-width: calc(100% / 2);
        /* margin: 0 22px 22px 0; */
    }

    .products .product:nth-child(2n+2) {
        margin-right: 0;
    }

    .product-detail .container {
        flex-wrap: wrap;
    }

    .product-detail .img {
        max-width: 100%;
    }

    .product-detail .detail {
        max-width: 100%;
        padding: 40px 0 0 0;
    }

    .contents-page .faq .text-area .content-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .contents-page .faq .text-area p {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .map iframe {
        height: 300px;
    }

    .how-to-use-wrapper {
        flex-wrap: wrap;
    }

    .how-to-use-wrapper .use-img {
        max-width: 100%;
        text-align: center;
    }

    .how-to-use-wrapper .use-img img {
        width: 100%;
        max-width: 500px;
    }

    .how-to-use-page .how-to-use-steps {
        max-width: 100%;
        padding: 30px 0 0 0;
    }
    
    .how-to-use-wrapper:nth-child(2n+2) .use-img {
        order: 0;
    }
    
    .how-to-use-wrapper:nth-child(2n+2) .how-to-use-steps {
        max-width: 100%;
        padding: 30px 0 0 0;
    }

    footer .logo img,
    header .logo img {
        max-width: 100%;
        width: 175px;
        min-height: 27px;
    }

    header .logo .desktop {
        display: none;
    }

    header .logo .mobile {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .clouds .container {
        flex-wrap: wrap;
    }

    .clouds .cloud-content {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    header .social li {
        margin-left: 6px;
    }

    footer .bottom {
        padding: 15px;
    }

    footer .bottom p {
        line-height: normal;
        font-size: 13px;
    }

    .cloud-list {
        flex-wrap: wrap;
    }

    .sales-points-page .container .point,
    .sales-points-page .container .point:nth-child(5n+5),
    .sales-points-page .container .point:nth-child(4n+4) {
        flex: 0 0 100%;
        max-width: calc(100% / 3 - 10px * 2 / 3);
        margin: 0 10px 20px 0;
        height: 200px;
    }

    .sales-points-page .container .point:nth-child(3n+3) {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    /* .product-detail .img .swiper {
        height: 360px;
    } */

    header .logo {
        margin-left: 10px;
    }

    .about-product {
        overflow: hidden;
    }

    .how-to-use-page .how-to-use {
        flex: 0 0 100%;
        max-width: 100% !important;
        margin: 0 0 40px 0 !important;
    }


    .blog-posts .post {
        flex: 0 0 100%;
        max-width: 100% !important;
        margin-right: 0;
    }
}

@media screen and (max-width: 400px) {
    .products .product {
        max-width: 100%;
        /* margin: 0 0 22px 0 !important; */
    }

    .sales-points-page .container .point,
    .sales-points-page .container .point:nth-child(5n+5),
    .sales-points-page .container .point:nth-child(3n+3),
    .sales-points-page .container .point:nth-child(4n+4) {
        flex: 0 0 100%;
        max-width: calc(100% / 2 - 10px * 1 / 2);
        margin: 0 10px 20px 0;
        height: 200px;
    }

    .sales-points-page .container .point:nth-child(2n+2) {
        margin-right: 0;
    }
}

@media screen and (max-width: 370px) {
    header .logo {
        margin-left: 7px;
    }

    header .social li a {
        font-size: 20px;
    }
}