﻿/************************************************************************************/
@media screen and (max-width: 980px) {
}

/************************************************************************************/
@media screen and (max-width: 768px) {
    body {
        max-width: 100%;
    }
    #headbox {
        min-width: 320px;
        width: 100%;
        max-width:100%;
        overflow:hidden;
    }
    #header {
        height: auto;
    }
        #header > div.menu {
            display: block;
            position: absolute;
            top: 20px;
            right: 10px;
            color: #FFFFFF;
            width: 40px;
            height: 40px;
            border-radius:3px;
            text-align:center;
            line-height:40px;
            font-size:20px;
            background: rgba(0,0,0,0.85);
        }
            #header > div.menu.active {
                color: #FF7F00; 
            }
        #header > div.box {
            width: 100%;
            height: 80px;
            padding: 15px 0 0 0;
            box-sizing:border-box;
        }
            #header > div.box > b {
                position: absolute;
                top: 10px;
                left: 10px;
                width: 240px;
                height: 30px;
                line-height: 30px;
                font-size: 22px;
            }
            #header > div.box > span.sobox {
                position: absolute;
                top: 40px;
                left: 5px;
                width: 290px;
                height: 40px;
                overflow: hidden;
            }
                #header > div.box > span.sobox > i {
                    float: left;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    font-size: 14px;
                }
                #header > div.box > span.sobox > u {
                    width: 240px;
                    height: 30px;
                }
                    #header > div.box > span.sobox > u > input {
                        height: 30px;
                        padding: 0 30px 0 10px;
                    }
                    #header > div.box > span.sobox > u > i {
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        font-size: 16px;
                    }
                #header > div.box > a.logo > img {
                    max-height:50px;
                }
            #header > div.box > label {
                display: none;
            }

        #header > div.nav {
            position: fixed;
            top: 80px;
            left: 0;
            width: 100%;
            height: calc(100% - 80px);
            background: rgba(0, 0, 0, 0.95);
            display: block;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            transform: scale(0.9) translateY(100%);
            padding:10px 0;
            box-sizing:border-box;
        }
            #header > div.nav.show {
                transform: scale(1) translateY(0);
                opacity: 1;
                visibility: visible;
            }
            #header > div.nav > div {
                display: block;
                width: 100%;
                height: auto;
            }
                #header > div.nav > div > a {
                    width: 100%;
                    height: 40px;
                    font-size: 14px;
                    line-height: 40px;
                    padding: 0 20px;
                    box-sizing:border-box;
                }
                    #header > div.nav > div > a > i {
                        float: left;
                        width: 15px;
                        height: 40px;
                        line-height: 40px;
                    }
    #navclassify {
        position: relative;
        left: initial;
        transform: translateX(0);
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding:0 10px;
        box-sizing:border-box;
    }
        #navclassify > div.swiper-container {
            width: 100%;
        }

    #footer {
        width: 100%;
    }
        #footer > div.box {
            width: 100%;
            min-height: 100px;
            padding: 20px 0;
        }
            #footer > div.box > a.logo {
                top: 28px;
                left: 10px;
                height: 60px;
            }
                #footer > div.box > a.logo > img {
                    height: 60px;
                }

            #footer > div.box > div.text {
                display: block;
                width: 100%;
                color: #FFFFFF;
                font-size: 14px;
                line-height: 1.8;
                padding:0 0 0 80px;
                box-sizing:border-box;
            }
            #footer > div.box > div.txt {
                display: block;
                width: 100%;
                font-size: 14px;
                line-height: 1.8;
                padding: 10px;
                box-sizing:border-box;
            }
            #footer > div.box > span.link {
                position: relative;
                top: initial;
                right: initial;
                width: 100%;
                display: block;
                padding:0 10px;
                box-sizing:border-box;
            }
                #footer > div.box > span.link > b {
                    height: 30px;
                    line-height: 30px;
                }
                    #footer > div.box > span.link > a > img {
                        height: 40px;
                    }
    #banner {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
        #banner .swiper-wrapper {
            width: 100%;
        }
        #banner > div.swiper-wrapper > div.swiper-slide {
            position: relative;
            width: 100% !important;
        }
            #banner .swiper-slide img {
                width: 100%;
                height: auto;
                display: block;
            }
        #banner div.swiper-pagination > span {
            width: 10px;
            height: 10px;
        }
        #banner > a {
            margin-top: -10px;
            width: 30px;
            height: 30px;
            border-radius: 30px;
            text-align: center;
            line-height: 30px;
            font-size: 20px;
        }
        #banner a.arrow-left {
            left: 10px;
        }
        #banner a.arrow-right {
            right: 10px;
        }
        #banner .slogan span span span,
        #banner .slogan span span span span {
            font-size: clamp(14px, 3.5vw, 36px) !important;
            line-height: 1.5em !important;
        }
            #banner .slogan span span span:first-child {
                font-size: clamp(24px, 5vw, 48px) !important;
                line-height: 1.2em !important;
            }
        #banner .slogan br {
            display: none;
        }
        #banner .slogan span span span {
            display: block;
            margin-bottom: 0.3em;
        }

    /* index */
    #iabout {
        margin: 0 auto;
        width: 100%;
        padding: 30px 10px;
        line-height: 26px;
        border-top:none;
        box-sizing:border-box;
    }
        #iabout > div.about {
            height: auto;
        }
            #iabout > div.about > h2 {
                font-size: 28px;
            }
            #iabout > div.about > label {
                padding: 20px 0;
                font-size: 18px;
                line-height: 1.6;
            }
            #iabout > div.about > span {
                display: none;
            }

        #iabout > div.img {
            width: 100%;
        }
            #iabout > div.img > div.swiper-container {
                width: 100%;
            }
                #iabout > div.img > div.swiper-container > a {
                    margin-top: -15px;
                    width: 30px;
                    height: 30px;
                    border-radius: 30px;
                    line-height: 30px;
                    font-size: 20px;
                }
                    #iabout > div.img > div.swiper-container > a.swiper-button-next {
                        left: 10px;
                    }
                    #iabout > div.img > div.swiper-container > a.swiper-button-prev {
                        left:inherit;
                        right:10px;
                    }
        #iabout > div.txt {
            line-height: 1.6;
        }

    #icategory {
        width: 100%;
        padding: 20px 10px;
        box-sizing:border-box;
        border-bottom: 1px solid #666666;
    }
        #icategory > b.title {
            height: auto;
            font-size: 20px;
            line-height:1.3;
            padding:0 0 10px 0;
        }
        #icategory > a {
            padding: 0 0 30px 0;
        }
            #icategory > a > i {
                width: 100%;
                padding:10px 0;
            }
                #icategory > a > i > img {
                    width:100%;
                    height:auto
                }
            #icategory > a > span {
                width: 100%;
                padding: 10px 0 0 0;
            }
                #icategory > a > span > b {
                    font-size: 22px;
                    padding: 0 0 10px 0;
                }

    #iartbox {
        width: 100%;
        padding: 10px;
        box-sizing:border-box;
    }
        #iartbox > a {
            display: block;
            padding: 20px 0;
            color: #222222;
            border-bottom: dashed 1px #E2E2E2;
        }
            #iartbox > a > b {
                height: auto;
            }
    /* end */

    /* case */
    #icase {
        width: 100%;
        padding: 30px 10px;
        box-sizing:border-box;
    }
        #icase > h3.title {
            font-size: 28px;
            padding: 0;
        }
        #icase > div.swiper-container {
            position: relative;
            padding: 30px 0 50px 0;
        }
            #icase > div.swiper-container div.item {
                position: relative;
                display: block;
            }
                #icase > div.swiper-container div.item > i {
                    width: 100%;
                    height: auto;
                    max-height:260px;
                }
                    #icase > div.swiper-container div.item > i > div.swiper-container {
                        width: 100%;
                        height: auto;
                        max-height: 260px;
                    }
    /* end */

    /* contact us */
    #brandbox {
        clear: both;
        margin: 0 auto;
        width: 100%;
        padding: 0 0 30px 0;
    }
        #brandbox > h3.title {
            padding: 30px 0;
        }
        #brandbox > div.text {
            padding: 30px 0;
            line-height: 1.6;
            font-size: 14px;
        }
        #brandbox > h4.title {
            font-size: 36px;
            padding: 30px 0;
        }
        #brandbox > b.title {
            font-size: 16px;
            padding: 30px 10px;
        }
    /* end */

    /* product */
    #productsbox {
        width: 100%;
        padding:0 10px;
        box-sizing:border-box;
    }
        #productsbox > a {
            margin: 30px 0;
            display: block;
            width: 100%;
        }
            #productsbox > a > i {
                display: block;
                width: 100%;
                height: auto;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 5px;
                box-sizing: border-box;
                -webkit-box-shadow: 0px 5px 15px #E5E5E5;
                -moz-box-shadow: 0px 5px 15px #E5E5E5;
                box-shadow: 0px 5px 15px #E5E5E5;
            }
            #productsbox > a > span {
                position: relative;
                display:block;
                bottom: initial;
                left: initial;
                padding: 10px;
            }
                #productsbox > a > span > i {
                    display: none;
                }
        #productsbox > div.per {
            clear: both;
            padding: 20px 0 0 0;
            height: 100px;
        }

    #productbox {
        width: 100%;
        padding: 20px 10px;
        box-sizing:border-box;
    }
        #productbox > div.name {
            padding: 10px;
        }
        #productbox > div.view {
            width: 100%;
            padding: 40px 10px;
            min-height: auto;
        }
            #productbox > div.view > div.swiper-container {
                position: relative;
                top: initial;
                left: initial;
                width: 100%;
                height: auto;
            }
                #productbox > div.view > div.swiper-container div.swiper-slide {
                    height: auto;
                }
                    #productbox > div.view > div.swiper-container div.swiper-slide > img {
                        max-height: auto;
                    }

        #productbox > div.feedback {
            width: 100%;
            height: auto;
            padding: 10px;
            box-sizing: border-box;
        }
            #productbox > div.feedback > span {
                display: block;
                position: relative;
                top: 0;
                left: 0;
                width: 100%;
                padding: 0;
            }
            #productbox > div.feedback > ul {
                display: block;
                width: 100%;
            }
                #productbox > div.feedback > ul > li {
                    float: initial;
                    width: 100%;
                    padding: 0;
                }

                    #productbox > div.feedback > ul > li > span {
                        display: block;
                        position: relative;
                        padding: 20px 0 0 0;
                    }

                        #productbox > div.feedback > ul > li > span > input, #productbox > div.feedback > ul > li > span > select, #productbox > div.feedback > ul > li > span > textarea {
                            display: block;
                            width: 100%;
                            height: 40px;
                            background: none;
                            border: none;
                            border-bottom: 1px solid #FFFFFF;
                            outline: none;
                            font-size: 16px;
                            color: #FFFFFF;
                        }

                        #productbox > div.feedback > ul > li > span > select {
                            user-select: none;
                            pointer-events: none;
                            height: 41px;
                            border-bottom: 1px solid #FFFFFF;
                        }

                        #productbox > div.feedback > ul > li > span > u {
                            position: absolute;
                            display: none;
                            top: 60px;
                            left: 0;
                            width: 100%;
                            height: 300px;
                            background: #FFFFFF;
                            border: none;
                            font-size: 14px;
                            color: #222222;
                            text-decoration: none;
                            overflow-y: auto;
                            z-index: 99;
                        }

                            #productbox > div.feedback > ul > li > span > u > i {
                                display: block;
                                height: 40px;
                                line-height: 40px;
                                font-style: normal;
                                padding: 0 10px;
                                overflow: hidden;
                            }

                                #productbox > div.feedback > ul > li > span > u > i:hover {
                                    background: #E2E2E2;
                                    cursor: pointer;
                                }

                        #productbox > div.feedback > ul > li > span > input::-webkit-input-placeholder, #productbox > div.feedback > ul > li > span > textarea::-webkit-input-placeholder {
                            color: #FFFFFF !important;
                        }

                        #productbox > div.feedback > ul > li > span > input:-moz-placeholder, #productbox > div.feedback > ul > li > span > textarea:-moz-placeholder {
                            color: #FFFFFF !important;
                        }

                        #productbox > div.feedback > ul > li > span > input::-moz-placeholder, #productbox > div.feedback > ul > li > span > textarea::-moz-placeholder {
                            color: #FFFFFF !important;
                        }

                        #productbox > div.feedback > ul > li > span > input:-ms-input-placeholder, #productbox > div.feedback > ul > li > span > textarea:-ms-input-placeholder {
                            color: #FFFFFF !important;
                        }

                        #productbox > div.feedback > ul > li > span > input:-webkit-autofill, #productbox > div.feedback > ul > li > span > textarea:-webkit-autofill, #productbox > div.feedback > ul > li > span > select:-webkit-autofill {
                            -webkit-text-fill-color: #FFFFFF !important;
                            background-color: transparent;
                            transition: background-color 50000s ease-in-out 0s;
                        }

                        #productbox > div.feedback > ul > li > span.x {
                            position: relative;
                            display: block;
                            height: 135px;
                            box-sizing: border-box;
                            padding: 10px 0 0 0;
                            color: #FFFFFF;
                            overflow: hidden;
                        }

                            #productbox > div.feedback > ul > li > span.x > b {
                                display: none;
                                font-weight: normal;
                                height: 35px;
                            }

                        #productbox > div.feedback > ul > li > span > textarea {
                            border: none;
                            height: 90px;
                            border-bottom: 1px solid #FFFFFF;
                            font-family: Arial;
                            padding: 5px 0;
                        }

                        #productbox > div.feedback > ul > li > span.c {
                            position: relative;
                            display: block;
                            padding: 0 0 0 20px;
                            height: 42px;
                            box-sizing: border-box;
                            color: #FFFFFF;
                        }

                            #productbox > div.feedback > ul > li > span.c > input {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 16px;
                                height: 16px;
                                border: 1px solid #F2F2F2;
                            }

                    #productbox > div.feedback > ul > li > a {
                        display: block;
                        width: 100%;
                        height: 40px;
                        text-align: center;
                        color: #FFFFFF;
                        line-height: 40px;
                        cursor: pointer;
                        background: #F09787;
                        font-size: 16px;
                    }
    /* end */

    /* news */
    #newsbox {
        width: 100%;
        padding:0 10px;
        box-sizing:border-box;
    }
        #newsbox > div.name {
            font-size: 38px;
            padding: 30px 0;
        }
            #newsbox > ul > li.ii {
                display: block;
                grid-template-columns: 1fr;
                gap: 0;
                padding: 10px;
                box-sizing:border-box;
            }
                    #newsbox > ul > li.ii > div.item > h3.title {
                        height: auto;
                        font-size: 18px;
                        padding: 10px 0;
                        line-height: 1.6;
                    }
                    #newsbox > ul > li.ii > div.item > div.txt {
                        line-height: 1.5;
                    }

            #newsbox > ul > li.pic {
                padding: 30px 0;
            }
                #newsbox > ul > li.pic > b {
                    font-size: 22px;
                    height: auto;
                    padding:0 0 20px 0;
                }
                #newsbox > ul > li.pic > div.swiper-container div.swiper-slide > a > img {
                    height:auto;
                    max-height: 266px;
                }
        #newsbox > div.per {
            clear: both;
            padding: 0 0 30px 0;
        }
    /* end */

    /* brochures */
    #casebox {
        width: 100%;
        padding: 30px 10px;
        box-sizing:border-box;
    }
        #casebox > div.name {
            font-size: 38px;
            height: auto;
            line-height: 1.5;
            padding: 20px;
        }
        #casebox > div.text {
            font-size: 14px;
            padding: 10px 0 20px 0;
            line-height: 1.6;
        }
            #casebox > div.list > span {
                position: relative;
                margin-right: 0;
                margin-bottom: 30px;
                display: block;
                width: 100%;
            }
                #casebox > div.list > span > i {
                    width: 100%;
                    height: auto;
                }
                    #casebox > div.list > span > i > div.swiper-container {
                        width: 100%;
                        height: auto;
                    }
                        #casebox > div.list > span > i > div.swiper-container > a {
                            margin-top: -15px;
                            width: 30px;
                            height: 30px;
                            border-radius: 30px;
                            line-height: 30px;
                            font-size: 20px;
                        }
                            #casebox > div.list > span > i > div.swiper-container > a.swiper-button-prev {
                                left: initial;
                                right:10px;
                            }

                    #casebox > div.list > span > i img {
                        display: block;
                        width: 100%;
                        height: 100%;
                        max-height:320px;
                    }
                #casebox > div.list > span > b {
                    font-size: 22px;
                    line-height:1.3;
                }
                #casebox > div.list > span > label {
                    font-size: 14px;
                    line-height: 1.6;
                }

        #casebox > div.per {
            clear: both;
            padding: 30px 0;
        }
    /* end */

    /* brochures */
    #brochuresbox {
        width: 100%;
        padding:0 10px;
        box-sizing:border-box;
    }
        #brochuresbox > div.list {
            position: relative;
            font-size: 0;
            padding: 20px 0 50px 0;
        }
            #brochuresbox > div.list > a.box {
                position: relative;
                margin-right: 0;
                margin-top: 30px;
                display: inline-block;
                width: 100%;
                height: auto;
                min-height: 600px;
                padding: 10px 10px 20px 10px;
                box-sizing: border-box;
            }
                #brochuresbox > div.list > a.box > i {
                    width: 100%;
                    height: auto;
                }
                    #brochuresbox > div.list > a.box > i > div.swiper-container {
                        width: 100%;
                        height: auto;
                    }
                        #brochuresbox > div.list > a.box > i > div.swiper-container > u {
                            margin-top: -15px;
                            width: 30px;
                            height: 30px;
                            border-radius: 30px;
                            line-height: 30px;
                            font-size: 20px;
                        }
                            #brochuresbox > div.list > a.box > i > div.swiper-container > u.swiper-button-prev {
                                left: inherit;
                                right:10px;
                            }
                #brochuresbox > div.list > a.box > b {
                    padding: 20px 0;
                    font-size: 26px;
                }
        #brochuresbox > div.per {
            clear: both;
            padding: 30px 0 50px 0;
        }
    /* end */

    /* contact us */
    #contactbox {
        width: 100%;
        padding: 0 10px 50px 10px;
        box-sizing:border-box;
    }
        #contactbox > h3.title {
            padding: 30px 0 0 0;
        }
        #contactbox > div.text {
            padding: 20px 0;
        }
    #contactbox div:has(img[style*="float: right"]) {
        display: flex;
        flex-direction: column;
    }
    #contactbox img[style*="float: right"] {
        order: 1 !important;
        float: none !important;
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important;
        margin: 20px auto 0 !important;
    }
    #contactbox div:has(img[style*="float: right"]) br,
    #contactbox div:has(img[style*="float: right"]) {
        order: 0;
    }
    /* end */

    /* feedback */
    #feedbackbox {
        width: 100%;
        padding: 30px 10px;
        box-sizing:border-box;
    }
        #feedbackbox > div.box {
            width: 100%;
            padding: 50px 0;
        }
    /* end */

    /* orderform */
    #orderform > div.box {
        top: 5%;
        left: 5%;
        margin-left: 0;
        margin-top: 0;
        width: 90%;
        height: auto;
        padding: 10px;
    }
        #orderform > div.box > i {
            z-index: 999;
        }

    #listbox {
        width:100%;
        padding: 20px 10px;
        box-sizing:border-box;
    }
            #listbox > a > b {
                height: auto;
                line-height: 22px;
            }

    #artbox {
        width: 100%;
        padding: 20px 10px;
        box-sizing:border-box;
    }
        #artbox > h1.title {
            font-size: 20px;
            line-height: 1.2;
        }
        #artbox > div.txt {
            line-height: 1.6;
        }
}
/************************************************************************************/
@media screen and (max-width: 480px) {
    /* disable webkit text size adjust (for iPhone) */
    html {
        -webkit-text-size-adjust: none;
    }
}