*{
    /* cursor: none; */
}
button, a{
    /* cursor: none; */
    text-decoration: none;
}
#wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto 0 auto;
    /* cursor: none; */
}
html{
    margin: 0 auto 0 auto;
    overflow-x: hidden;
    /* cursor: none; */
}

#banner #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#tab #container{
    margin: 0 auto 0 auto;
    padding: 0rem 0 0rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_up #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
.Corporationdown .container{
    margin: 0 auto 0 auto;
    padding: 10rem 0 10rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%;
    z-index: 50;
}
#line_b #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_c #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_d #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}
#line_e #container{
    margin: 0 auto 0 auto;
    padding: 2rem 0 2rem 0;
    width: 80%;
    max-width: 80%;
    height: 100%
}

.graytxt{
    color: #565656;
    font-family: Inter;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1px;
    /* text-align: center; */
    margin-bottom: .1rem;
}
.blacktxt{
    color: #111;
    font-family: Inter;
    font-size: 2.5rem;
    font-style: normal;
    font-weight:550;
    line-height: normal;
    letter-spacing: -2px;
    /* text-align: center; */
    margin-bottom: .6rem;
    /* color: #2a80b9;
    font-size: 3rem; */
}



/*-----------------------------------------banner------------------------------------------*/

#banner {
    width: 100%;
    /* height: calc(100vh - 900px) !important; */
    height: 400px;
    padding: 80px auto 2rem auto;
    background: url(../img/referencebanner.png)no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    margin: 0;
    position: relative;
}

#banner .baimg {
    width: 100%;
    height: 400px;
    margin: 0 auto;
/*    background-attachment: fixed;*/
    z-index: 1;
}

#banner .baimg img {
    margin: 0 auto;
    padding: 0;
}

#banner .baimg span {
    /*    width: 300px;*/
    height: 100px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    position: absolute;
    left: 47vw;
    top: 200px;
    z-index: 2;
}

#banner .babg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    filter: brightness(50%);
    position: absolute;
    top: 0;
    left: 0;
    padding: 2rem 0 2rem 0;
    margin: 0;
    z-index: 1;
}

/*-----------------------------------------tab------------------------------------------*/

#tab{
    width: 100%;
    min-width: 100%;
    height: 80%;
/*    background-color: #fff;*/
    padding: 2rem auto 2rem auto;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 6rem;
}
ul.tabs{
    width: 100%;
	margin: 0 auto;
	list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content:start;
}
ul.tabs li{
    width: 160px;
    height: 80px;
	background: none;
	color: #222;
	display: inline-block;
	cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.1rem;
    line-height: 4;
    transition: all .1s ease;
}

/*
@keyframes tab{
    0% {left: 0px; top: 0px;}
    100% {left: 100px; top:100px;}
}
*/

ul.tabs li.current{
	color: #333;
    background-color: #fff;
    border-bottom: 4px solid transparent;
    /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
    border-color:rgba(28,32,52,1);
    border-image-slice: 1;
/*
    animation-duration: .3s;
    animation-name: tab;
*/
}

.tab-content{
    width: 100%;
    height: auto;
	display: none;
	background: #fff;
/*	padding: 15px;*/
}

.tab-content.current{
	display: inherit;
}
   /*-----------------------------------------line_up------------------------------------------*/
    
   #line_up{
    clear: both;
    width: 100%;
    min-width: 100%;
    height: 80%;
    padding: 2rem auto 2rem auto;
}

/*
#income .machinebox .con2, #income .machinebox .con3{
    height: 1450px;
}
*/

#line_up .machinebox .con4{
    /* height: 400px; */
}

#line_up h5{
    width: 300px;
    text-align: left;
/*    margin: 0 auto;*/
    font-weight: 400;
}

#line_up h3{
    width: 300px;
    text-align: left;
/*    margin: 0 auto;*/
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 65px;
    float: left;
}

#line_up .linetxt{
    text-align: center;
    margin-bottom: 150px;
    font-size: 18px;
    float: left;
    margin-right: 770px;
}
.line_a_txtbox{
    margin-bottom: 5rem;
}




#line_up .I_want_to_eat_dumplings #tab-select{
    margin-top: 10px;
    padding: 5px 120px;
    border: 1px solid #ccc;
    background: #eee;
    /* border-radius: 20px; */
    font-size: 16px;
    color: #333;
}

#line_up .tab-button-outer2 #tab-button2{
    width: 799px;
    display: flex;
    flex-flow: row;
    margin-top: 1px;
    justify-content: space-between;
}

#line_up .tab-button-outer2 #tab-button2 li a{
    display: block;
    font-size: 15px;
    border: 1px solid #ccc;
    /* border-radius: 30px; */
    padding: 3px 15px;
    color: #333;
}



#line_up .tab-button-outer2 #tab-button2 li a:hover{
    background: #000;
    color: #fff;
}
#line_up .tab-button-outer2 #tab-button2 li .bgmove{
    background: #000;
    color: #fff;
}
#line_up .machinebox{
            width: 100%;
            margin: 0 auto;
            overflow: hidden;
        }

        #line_up .prod_list{
            width: 100%;
        }

        #line_up #tab01 h2, #line_up #tab02 h2, #line_up #tab03 h2, #line_up #tab04 h2,
        #line_up #tab05 h2, #line_up #tab06 h2, #line_up #tab07 h2, #line_up #tab08 h2,
        #line_up #tab09 h2, #line_up #tab10 h2{
    margin-bottom: .5rem;

}
#line_up .txtvalflex{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content:space-between ;
}

#line_up .tab-contents2 h2{
    font-size: 18px;
    font-weight: 500;
    color:#1c2034;
}

#line_up .tab-contents2 h2 span{
    font-size: 18px;
    font-weight: 300;
    color: #333;
}


#line_up .tab-contents3 table tr th, #line_up .tab-contents2 table tr th{
    background: #1c2034;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: .5rem;
}

#line_up .tab-contents3 table tr td, #line_up .tab-contents2 table tr td{
    text-align: center;
    border-bottom: 1px solid #cecece;
    padding: .5rem;
    color: #555;
}

#line_up .tab-contents3 table:last-child, #line_up .tab-contents2 table:last-child{
    /* margin-bottom: 200px; */
}

#line_up .tab-contents3 table tr td button, #line_up .tab-contents2 table tr td button {
    width: 100px;
    height: 40px;
    background: #f3f4f5;
/*    background: black;*/
    color: #555;
    border: none;
    /* border-radius: 4px; */
    font-size: 16px;
    transition: all 0.5s ease;
    padding: 2px;
    position: relative;
    display: inline-block;
/*    left: 36px;*/
/*    top:-30px;*/
}

#line_up .tab-contents3 table tr td button:hover, #line_up .tab-contents2 table tr td button:hover {
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease;
    color: #1c2034;
}

#line_up .tab-contents3 table tr td button span, #line_up .tab-contents2 table tr td button span{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /* line-height: 2.5; */
}

#line_up .tab-contents3 table tr td button span:hover, .tab-contents2 table tr td button span:hover{
    color: #1c2034;
    border: 1px solid #1c2034;
    box-sizing: border-box;
    /* line-height: 2.3; */
}

#line_up table tr td button a{
    color: #555;
}


#line_up table tr td button a img{
    /* display:inline; */
    width: 18px;
    height: 18px;
}




/* 페이징 */
#paging08 .wrap_paging, #paging09 .wrap_paging{
    width: 2.8rem;
    border-radius: 5px;
    /* overflow: hidden; */
    margin: 0 auto;
}

#paging01 .wrap_paging, #paging03 .wrap_paging, #paging04 .wrap_paging,
#paging05 .wrap_paging, #paging06 .wrap_paging, #paging07 .wrap_paging,
#paging10 .wrap_paging{
    width: 5.6rem;
    border-radius: 5px;
    /* overflow: hidden; */
    margin: 0 auto;
}
#paging02 .wrap_paging{
    width: 8.4rem;
    border-radius: 5px;
    /* overflow: hidden; */
    margin: 0 auto;
}
.wrap_paging .paging{
    display: flex; 
    flex-flow: nowrap; 
    width: 100%; 
    justify-content: space-between;
    margin: 6rem 10px 8rem 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

 .wrap_paging img{width: 2rem; margin-top: 2rem;}
 .wrap_con .con {display:none;}
 .wrap_con .con.on {display:block;}


/* 페이징 */
.paging a {
    padding: .4rem 1rem;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    display:none; 
    color: #1c2034;
    font-size: 1.2rem;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    
}
.paging a:last-child{
    width: 100%;
    height: 100%;
    border-right: 0px;
    border: 0px;
}
.paging a.view {display:block; box-sizing: border-box;}
.paging a.on {
    width: 100%;
    height: 100%;
    color:white;
   font-weight:bold;
   background-color: #1c2034;
   box-sizing: border-box;
}
    

    /*--------------------------------------------------------------------------------------------------*/
    
    



    @media ( max-width:1023px ) {

/*-----------------------------------------banner------------------------------------------*/

        #banner {
            width: 100%;
            /* height: calc(100vh - 900px) !important; */
            height: 400px;
            padding: 80px auto 2rem auto;
            background: url(../img/referencebanner.png)no-repeat;
            overflow: hidden;
            background-size: cover;
            background-position: center center;
            margin: 0;
            position: relative;
        }

        #banner .baimg {
            width: 100%;
            height: 400px;
            margin: 0 auto;
        /*    background-attachment: fixed;*/
            z-index: 1;
        }

        #banner .baimg img {
            margin: 0 auto;
            padding: 0;
        }

        #banner .baimg span {
            /*    width: 300px;*/
            height: 100px;
            color: #fff;
            font-size: 2.4rem;
            font-weight: 500;
            position: absolute;
            left: 43vw;
            top: 200px;
            z-index: 2;
        }

        #banner .babg {
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.6);
            filter: brightness(50%);
            position: absolute;
            top: 0;
            left: 0;
            padding: 2rem 0 2rem 0;
            margin: 0;
            z-index: 1;
        }

        /*-----------------------------------------tab------------------------------------------*/

        #tab{
            width: 100%;
            min-width: 100%;
            height: 80%;
        /*    background-color: #fff;*/
            padding: 2rem auto 2rem auto;
            border-bottom: 1px solid #dcdcdc;
            margin-bottom: 6rem;
        }
        ul.tabs{
            width: 100%;
            margin: 0 auto;
            list-style: none;
            display: flex;
            flex-flow: row wrap;
            justify-content:start;
        }
        ul.tabs li{
            width: 150px;
            height: 80px;
            background: none;
            color: #222;
            display: inline-block;
            cursor: pointer;
            text-align: center;
            box-sizing: border-box;
            font-size: 1.1rem;
            line-height: 4;
            transition: all .1s ease;
        }

        /*
        @keyframes tab{
            0% {left: 0px; top: 0px;}
            100% {left: 100px; top:100px;}
        }
        */

        ul.tabs li.current{
            color: #333;
            background-color: #fff;
            border-bottom: 4px solid transparent;
            /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
            border-color:rgba(28,32,52,1);
            border-image-slice: 1;
        /*
            animation-duration: .3s;
            animation-name: tab;
        */
        }

        .tab-content{
            width: 100%;
            height: auto;
            display: none;
            background: #fff;
        /*	padding: 15px;*/
        }

        .tab-content.current{
            display: inherit;
        }
        /*-----------------------------------------line_up------------------------------------------*/
            
        #line_up{
            clear: both;
            width: 100%;
            min-width: 100%;
            height: 80%;
            padding: 2rem auto 2rem auto;
        }

        #line_up .machinebox .con4{
            /* height: 400px; */
        }

        #line_up h5{
            width: 300px;
            text-align: left;
        /*    margin: 0 auto;*/
            font-weight: 400;
        }

        #line_up h3{
            width: 300px;
            text-align: left;
        /*    margin: 0 auto;*/
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 65px;
            float: left;
        }

        #line_up .linetxt{
            text-align: center;
            margin-bottom: 150px;
            font-size: 18px;
            float: left;
            margin-right: 770px;
        }
        .line_a_txtbox{
            margin-bottom: 5rem;
        }


        #line_up .I_want_to_eat_dumplings #tab-select{
            margin-top: 10px;
            padding: 5px 120px;
            border: 1px solid #ccc;
            background: #eee;
            /* border-radius: 20px; */
            font-size: 16px;
            color: #333;
             width: 300px;
        }

        /* #line_up .I_want_to_eat_dumplings #tab-select option{
            width: 100px;
        } */

        #line_up .tab-button-outer2 #tab-button2{
            width: 799px;
            display: flex;
            flex-flow: row;
            margin-top: 1px;
            justify-content: space-between;
        }

        #line_up .tab-button-outer2 #tab-button2 li a{
            display: block;
            font-size: 15px;
            border: 1px solid #ccc;
            /* border-radius: 30px; */
            padding: 3px 15px;
            color: #333;
        }



        #line_up .tab-button-outer2 #tab-button2 li a:hover{
            background: #000;
            color: #fff;
        }
        #line_up .tab-button-outer2 #tab-button2 li .bgmove{
            background: #000;
            color: #fff;
        }
        #line_up .machinebox{
                    width: 100%;
                    margin: 0 auto;
                    overflow: hidden;
                }

                #line_up .prod_list{
                    width: 100%;
                }

                #line_up #tab01 h2, #line_up #tab02 h2, #line_up #tab03 h2, #line_up #tab04 h2,
                #line_up #tab05 h2, #line_up #tab06 h2, #line_up #tab07 h2, #line_up #tab08 h2,
                #line_up #tab09 h2, #line_up #tab10 h2{
            margin-bottom: .5rem;

        }
        #line_up .txtvalflex{
            width: 100%;
            display: flex;
            flex-flow: row;
            justify-content:space-between ;
        }

        #line_up .tab-contents2 h2{
            font-size: 18px;
            font-weight: 500;
            color:#1c2034;
        }

        #line_up .tab-contents2 h2 span{
            font-size: 18px;
            font-weight: 300;
            color: #333;
        }


        #line_up .tab-contents3 table tr th, #line_up .tab-contents2 table tr th{
            background: #1c2034;
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            padding: .5rem;
        }

        #line_up .tab-contents3 table tr td, #line_up .tab-contents2 table tr td{
            text-align: center;
            border-bottom: 1px solid #cecece;
            padding: .5rem;
            color: #555;
        }

        #line_up .tab-contents3 table:last-child, #line_up .tab-contents2 table:last-child{
            /* margin-bottom: 200px; */
        }

        #line_up .tab-contents3 table tr td button, #line_up .tab-contents2 table tr td button {
            width: 100px;
            height: 40px;
            background: #f3f4f5;
        /*    background: black;*/
            color: #555;
            border: none;
            /* border-radius: 4px; */
            font-size: 16px;
            transition: all 0.5s ease;
            padding: 2px;
            position: relative;
            display: inline-block;
        /*    left: 36px;*/
        /*    top:-30px;*/
        }

        #line_up .tab-contents3 table tr td button:hover, #line_up .tab-contents2 table tr td button:hover {
            cursor: pointer;
            background: transparent;
            box-shadow: none;
            transition: all 0.3s ease;
            color: #1c2034;
        }

        #line_up .tab-contents3 table tr td button span, #line_up .tab-contents2 table tr td button span{
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            /* line-height: 2.5; */
        }

        #line_up .tab-contents3 table tr td button span:hover, .tab-contents2 table tr td button span:hover{
            color: #1c2034;
            border: 1px solid #1c2034;
            box-sizing: border-box;
            /* line-height: 2.3; */
        }

        #line_up table tr td button a{
            color: #555;
        }


        #line_up table tr td button a img{
            /* display:inline; */
            width: 18px;
            height: 18px;
        }

    }


@media ( max-width:768px ) {

    /*-----------------------------------------banner------------------------------------------*/

    #line_up .txtvalflex .line_a_txtbox{
        margin-bottom: 4.5rem;
    }

    #banner {
        width: 100%;
        /* height: calc(100vh - 900px) !important; */
        height: 400px;
        padding: 80px auto 2rem auto;
        background: url(../img/referencebanner.jpg)no-repeat;
        overflow: hidden;
        background-size: cover;
        background-position: center center;
        margin: 0;
        position: relative;
    }

    #banner .baimg {
        width: 100%;
        height: 400px;
        margin: 0 auto;
    /*    background-attachment: fixed;*/
        z-index: 1;
    }

    #banner .baimg img {
        margin: 0 auto;
        padding: 0;
    }

    #banner .baimg span {
        /*    width: 300px;*/
        height: 100px;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        position: absolute;
        left: 39vw;
        top: 200px;
        z-index: 2;
    }

    #banner .babg {
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.6);
        filter: brightness(50%);
        position: absolute;
        top: 0;
        left: 0;
        padding: 2rem 0 2rem 0;
        margin: 0;
        z-index: 1;
    }

    /*-----------------------------------------tab------------------------------------------*/

    #tab{
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 6rem;
    }
    ul.tabs{
        width: 100%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content:start;
    }
    ul.tabs li{
        width: 150px;
        height: 80px;
        background: none;
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 1.1rem;
        line-height: 4;
        transition: all .1s ease;
    }

    /*
    @keyframes tab{
        0% {left: 0px; top: 0px;}
        100% {left: 100px; top:100px;}
    }
    */

    ul.tabs li.current{
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
        border-color:rgba(28,32,52,1);
        border-image-slice: 1;
    /*
        animation-duration: .3s;
        animation-name: tab;
    */
    }

    .tab-content{
        width: 100%;
        height: auto;
        display: none;
        background: #fff;
    /*	padding: 15px;*/
    }

    .tab-content.current{
        display: inherit;
    }
    /*-----------------------------------------line_up------------------------------------------*/
        
    #line_up{
        clear: both;
        width: 100%;
        min-width: 100%;
        height: 80%;
        padding: 2rem auto 2rem auto;
    }

    #line_up .machinebox .con4{
        /* height: 400px; */
    }

    #line_up h5{
        width: 300px;
        text-align: left;
    /*    margin: 0 auto;*/
        font-weight: 400;
    }

    #line_up h3{
        width: 300px;
        text-align: left;
    /*    margin: 0 auto;*/
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 65px;
        float: left;
    }

    #line_up .linetxt{
        text-align: center;
        margin-bottom: 150px;
        font-size: 18px;
        float: left;
        margin-right: 770px;
    }
    .line_a_txtbox{
        margin-bottom: 5rem;
    }


    #line_up .I_want_to_eat_dumplings #tab-select{
        margin-top: 10px;
        margin-bottom: 40px;
        padding: 5px 120px;
        border: 1px solid #ccc;
        background: #eee;
        /* border-radius: 20px; */
        font-size: 14px;
        color: #333;
         width: 100%;
         /* height: 30px; */
         line-height: 0;
    }

    /* #line_up .I_want_to_eat_dumplings #tab-select option{
        width: 100px;
    } */

    #line_up .tab-button-outer2 #tab-button2{
        width: 799px;
        display: flex;
        flex-flow: row;
        margin-top: 1px;
        justify-content: space-between;
    }

    #line_up .tab-button-outer2 #tab-button2 li a{
        display: block;
        font-size: 15px;
        border: 1px solid #ccc;
        /* border-radius: 30px; */
        padding: 3px 15px;
        color: #333;
    }



    #line_up .tab-button-outer2 #tab-button2 li a:hover{
        background: #000;
        color: #fff;
    }
    #line_up .tab-button-outer2 #tab-button2 li .bgmove{
        background: #000;
        color: #fff;
    }
    #line_up .machinebox{
                width: 100%;
                margin: 0 auto;
                overflow: hidden;
            }

            #line_up .prod_list{
                width: 100%;
            }

            #line_up #tab01 h2, #line_up #tab02 h2, #line_up #tab03 h2, #line_up #tab04 h2,
            #line_up #tab05 h2, #line_up #tab06 h2, #line_up #tab07 h2, #line_up #tab08 h2,
            #line_up #tab09 h2, #line_up #tab10 h2{
        margin-bottom: .5rem;

    }
    #line_up .txtvalflex{
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content:none;
    }

    #line_up .tab-contents2 h2{
        font-size: 16px;
        font-weight: 500;
        color:#1c2034;
    }

    #line_up .tab-contents2 h2 span{
        font-size: 16px;
        font-weight: 300;
        color: #333;
    }


    #line_up .tab-contents3 table tr th, #line_up .tab-contents2 table tr th{
        background: #1c2034;
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        padding: .5rem;
    }

    #line_up .tab-contents3 table tr td, #line_up .tab-contents2 table tr td{
        text-align: center;
        border-bottom: 1px solid #cecece;
        padding: .5rem;
        color: #555;
        font-size: 13px;
    }

    #line_up .tab-contents3 table:last-child, #line_up .tab-contents2 table:last-child{
        /* margin-bottom: 200px; */
    }

    #line_up .tab-contents3 table tr td button, #line_up .tab-contents2 table tr td button {
        width: 50px;
        height: 40px;
        background: #f3f4f5;
    /*    background: black;*/
        color: #555;
        border: none;
        /* border-radius: 4px; */
        font-size: 12px;
        transition: all 0.5s ease;
        padding: 2px;
        position: relative;
        display: inline-block;
    /*    left: 36px;*/
    /*    top:-30px;*/
    }

    #line_up .tab-contents3 table tr td button:hover, #line_up .tab-contents2 table tr td button:hover {
        cursor: pointer;
        background: transparent;
        box-shadow: none;
        transition: all 0.3s ease;
        color: #1c2034;
    }

    #line_up .tab-contents3 table tr td button span, #line_up .tab-contents2 table tr td button span{
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        /* line-height: 2.5; */
    }

    #line_up .tab-contents3 table tr td button span:hover, .tab-contents2 table tr td button span:hover{
        color: #1c2034;
        border: 1px solid #1c2034;
        box-sizing: border-box;
        /* line-height: 2.3; */
    }

    #line_up table tr td button a{
        color: #555;
        /* display: none; */
        /* font-weight: bold; */
    }

    #line_up table tr td button a img{
        /* display:inline; */
        width: 20px;
        height: 20px;
    }

}


@media ( max-width:480px ) {
    #tab{
        width: 100%;
        min-width: 100%;
        height: 80%;
    /*    background-color: #fff;*/
        padding: 2rem auto 2rem auto;
        border-bottom: 1px solid #dcdcdc;
        margin-bottom: 6rem;
    }
    ul.tabs{
        width: 100%;
        margin: 0 auto;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content:start;
    }
    ul.tabs li{
        width: 120px;
        height: 50px;
        background: none;
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
        font-size: 1rem;
        line-height: 3;
        transition: all .1s ease;
    }
    
    /*
    @keyframes tab{
        0% {left: 0px; top: 0px;}
        100% {left: 100px; top:100px;}
    }
    */
    
    ul.tabs li.current{
        color: #333;
        background-color: #fff;
        border-bottom: 4px solid transparent;
        /* border-image: linear-gradient(to right, #24C6DC, #514A9D); */
        border-color:rgba(28,32,52,1);
        border-image-slice: 1;
    /*
        animation-duration: .3s;
        animation-name: tab;
    */
    }
    
    .tab-content{
        width: 100%;
        height: auto;
        display: none;
        background: #fff;
    /*	padding: 15px;*/
    }
    
    .tab-content.current{
        display: inherit;
    }

    #banner .baimg span {
        /*    width: 300px;*/
        height: 100px;
        color: #fff;
        font-size: 2.4rem;
        font-weight: 500;
        position: absolute;
        left: 38%;
        top: 200px;
        z-index: 2;
    }
    #line_up #tab-select {
        padding: 0;
    }
    #line_up .I_want_to_eat_dumplings{
        padding: 0;
    }
    #line_up #tab-select option{
        padding: 0;
    }
}


@media ( max-width:380px ) {

    #line_up .tab-contents3 table tr td button, #line_up .tab-contents2 table tr td button{
        width: 30px;
        height: 30px;
    }

    #line_up button a{
        /* display: none; */
        /* font-weight: bold; */
    }

    #line_up table tr td button a img{
        /* display:inline; */
        width: 16px;
        height: 16px;
    }
}