/* main menu 
------------------------------------- */
#menu_main_icon {
    display: block;
}
#menu_main.responsive ul {
    padding: 5px;
    box-sizing: border-box;
}
#menu_main.responsive li {
    margin: 5px;
}

.topnav ul{
    display: none;
}

.topnav.responsive {
    position: relative;
}
.topnav.responsive ul {
    float: none;
    display: block;
    /* background: #66CC33; */
}

/* content
------------------------------------- */
#panels {
    position: relative;
    top: 80px;
    height: auto;
    width: 100%;
}

#content {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    /* top: 0px; */
}

#content_full {
    top: 80px;
    overflow: auto;
}

#content_box {
    height : auto;
    overflow: auto;
}

#navi .navi_left {
    width: calc(100% - 40px);
}

#navi .navi_right {
    width: 100%;
    text-align: left;
}

#menu {
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 0px;
    margin-bottom: 5px;
}

#menu_main li {
    width: calc(33.333333% - 10px);
}
#menu_main li a {
    width: 100%;
}
#menu_main li.w_110 a {
    width: 100% !important;
}
#menu_main li.w_130 a {
    width: 100% !important;
}

/* page payment 
----------------------------------------------- */
.box_pay{
    width: 100%;
}
.box_pay .box_left{
    width:100%
}
.box_pay .box_right{
    width:100%;
}
.box_pay #tabs{
    min-width: 700px;
}
.box_pay .box_left .box_top{
    height: auto;
}

/* page call 
----------------------------------------------- */
#box_call #tabs{
    min-width: 1275px;
}


/* page  
----------------------------------------------- */
.box_as .box_left{
    width:100%;
}
.box_as .box_right{
    width:100%;
}

.box_pay_as .box_pay_left{
    width:100%;
}
.box_pay_as .box_pay_right{
    width:100%;
}


/*
---------------------------------------------------*/
.tb_footer .tb_paging_sm {
    width: calc(100vw - 45px);
}


/* login
---------------------------------------------------*/ 
#login_row{
    position:absolute;
    width: 100%;
    top:0;
    left:0;
    margin-left:auto;
    margin-top:10%;
}

#login_main{
    position: relative;
    float: left;
    width: 100%;
}

#login_mobile{
    width: 100%;
}

/* header
------------------------------------- */
.header_md{
    display: none;
}
.header_sx{
    display: block;
}


/* row
---------------------------------------------------*/

.col_sx_1 {
    width: 8.333333%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_2 {
    width: 16.666667%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_3 {
    width: 25%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_4 {
    width: 33.333333%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_5 {
    width: 41.666667%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_6 {
    width: 50%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_7 {
    width: 58.333333%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_8 {
    width: 66.666667%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_9 {
    width: 75%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_10 {
    width: 83.333333%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_11 {
    width: 91.666667%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}
.col_sx_12 {
    width: 100%;
    position: relative;
    float: left;
    height: auto;
    padding: 3px;
    overflow: auto;
    box-sizing: border-box;
}