/* 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;
    height: 100vh !important;
    padding-bottom: 100px !important;
    overflow: scroll !important;
}

/* header
------------------------------------- */
.header_md{
    display: none;
}
.header_sx{
    display: block;
}


/* 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;
}


/* page payment 
----------------------------------------------- */
.box_pay{
    width: 100%;
}
.box_pay .box_left{
    width:100%
}
.box_pay .box_right{
    width:100%;
}

/* 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);
}

#navi .navi_left {
    width: calc(100% - 30px);
}

#navi .navi_right {
    width: 100%;
    text-align: left;
}

/* 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%;
}

/* menu
---------------------------------------------------*/
#menu {
    padding-bottom: 0px;
}
#menu_main li {
    width: calc(50% - 10px) !important;
}
#menu_main li a {
    width: 100% !important;
}
#menu_main li.w_110 a {
    width: 100% !important;
}
#menu_main li.w_130 a {
    width: 100% !important;
}

/* row
---------------------------------------------------*/
.col_1,.col_2,.col_3,.col_4,.col_5,.col_6,.col_7,.col_8,.col_9,.col_10,.col_11,.col_12 {
    width: 100% ;
}

.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;
}

.form_SH ul li input[type=text], 
.form_SH ul li input[type=password], 
.form_SH ul li input[type=email], 
.form_SH ul li input[type=file], 
.form_SH ul li select{
    padding: 2px;
    width: 100% !important;
}
.form_SH ul li button{
    padding: 2px;
    width: 99% !important;
}
.col_30{
    width: 100%;
}
.col_70{
    width: 100%;
}