/* ==================================== 通用 ====================================*/
html,
body {
    font-size: 10px;
    font-family: roboto, "微軟正黑體";
    letter-spacing: 0.5px;
    background: #f5f5f5;
    color: #333;

}

a {
    color: #333;
    font-size: 1.6rem;
}

a:hover {
    color: #333;
    text-decoration: none;
}

h1 {
    font-size: 4.2rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.6rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

p {
    font-size: 1.6rem;
    line-height: 33px;
    margin: 0;
    padding: 0;
}

a {
    margin: 0;
    padding: 0;
    display: block;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
ol,
li {
    padding: 0;
}

img {
    width: 100%;
}

.container-l {
    width: 1600px;
    max-width: 1600px;
    margin: 0 auto;
}

.container-m {
    width: 1400px;
    max-width: 1400px;
    margin: 0 auto;
}

.container-s {
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.container-xs {
    width: 960px;
    max-width: 960px;
    margin: 0 auto;
}

.badge {
    border-radius: 99px;
    font-size: 1.6rem;
    padding-top: 0.7rem;
}

.badge {
    border-radius: 99px;
    font-size: 1.6rem;
    padding-top: 0.7rem;
}

.badge-primary {
    background: var(--third-color);
}

.dropdown-menu.show {
    top: 35px !important;
    left: auto !important;
    right: 0;
    transform: translate3d(0, 0, 0) !important;
}

.downdheck.show {
    top: 35px !important;
    left: 0 !important;
    padding: 1rem;
}

.dropdown-item {
    padding: 1rem 3.5rem;
    border-bottom: 1px solid #ddd;
}

.dropdown-item:last-child {
    border-bottom: 0;
}

.dropdown-item i {
    padding: 0 1rem;
}

.dropdown-item:focus {
    background: var(--second-color);
    color: #fff;
}

/* 顯示與隱藏 */
.display-1650 {
    display: none;
}

.display-1450 {
    display: none;
}

.display-1400 {
    display: none;
}

.display-1280 {
    display: none;
}

.display-1200 {
    display: none;
}

.display-992 {
    display: none;
}

.display-768 {
    display: none;
}

.display-576 {
    display: none;
}

.display-480 {
    display: none;
}

/* 表單 */
label {
    font-size: 1.6rem;
    font-weight: 400;
}

.form-control {
    font-size: 1.6rem;
    border-radius: 99px;
    height: 4.2rem;
}

.form-check-inline {
    margin-right: 2rem;
}

/* 色彩 */
:root {
    --one-color: #E7930E;
    --two-color: #45B1C6;
    --third-color: #F36B5B;
    --four-color: #B4DFE8;
    --five-color: #666666;
    --six-color: #333333;
    --seven-color: #ffffff;
}

.text-r {
    color: #D22145;
}

/* 按鈕 */
.btn-groups {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
    padding: 0 0 4rem 0;
}

.btn-groups .btn {
    margin: 0 1rem;
}

.btn-group {
    width: 100%;
}

.btn-without-r:first-child {
    border-right: 3px solid #fff !important;
}

.btn-group-3 {
    width: 450px;
    text-align: end;
}

.btn {
    transition: 0.3s ease;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    color: #fff;
    border-radius: 5px;
}

.btn-without-r {
    border-radius: 0px;
}

.btn-s a {
    padding: 0.8rem 2.4rem;
}

.btn-m a {
    width: 145px;
    padding: 1rem 1.5rem;
}

.btn-l a {
    width: 18rem;
    height: 6rem;
}

.btn-one {
    background: var(--one-color) !important;
    border: var(--one-color) !important;
}

.btn-one:hover {
    background: var(--one-color) !important;
    border: var(--one-color) !important;
}

.btn-one:focus {
    box-shadow: none;
}

.btn-two {
    background: var(--two-color) !important;
    border: var(--two-color) !important;
}

.btn-two:hover {
    background: var(--two-color) !important;
    border: var(--two-color) !important;
}

.btn-none {
    background: var(--five-color) !important;
    border: var(--five-color) !important;
}

.btn-none:hover {
    background: var(--five-color) !important;
    border: var(--five-color) !important;
}

.btn-100 {
    width: 100%;
}

.btn-acc {
    padding: 1rem;
    margin-top: 1rem;
    font-size: 2rem;
}

.btn-form {
    display: block;
    width: 100%;
    height: 4.5rem;
}

.btn-form2 {
    position: absolute;
    right: 1.5rem;
    top: 15px;
}

.modal-content .btn {
    padding: 0.5rem 1rem;
}

.modal-content button {
    margin-left: 0.5rem;
}

/* ==================================== login ==================================== */
.login-block {
    position: relative;
    height: 100vh;
    overflow-y: scroll;
}

.account {
    width: 50rem;
    background: #fff;
    box-shadow: #00000010 3px 6px 5px;
    padding: 5rem;
    border-radius: 1rem;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

.account a {
    color: #fff;
}

.a-logo img {
    width: 50%;
    margin-bottom: 3rem;
}

.form-group h3 {
    font-weight: bold;
    font-size: 2rem;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control {
    border-radius: 5px;
    height: 4.5rem;
}

.forgot-password {
    position: absolute;
    top: 0px;
    right: 0;
}

.forgot-password a {
    color: #333;
    font-size: 1.4rem;
}

.verify-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.verify-block input {
    width: calc(100% - 175px);
}

.verify {
    width: 15.5rem;
    height: 4.5rem;
}

.verify img {
    width: 100%;
    height: 4.5rem;
}

.account-ex {
    margin-top: 2rem;
    text-align: center;
    display: block;
}

.account-ex a {
    color: #666;
}

/* ==================================== slide header ==================================== */

.header,
.footer {
    display: none;
}

.header a {
    display: block;
    padding: 0 0 0 1rem;
    margin: 2px;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
}

.mm-menu_iconbar-left .mm-iconbar {
    background: #f8f8f8;
}

.mm-navbar {
    background: #f8f8f8;
}

.mm-navbar>* {
    min-height: auto;
}

.mm-navbar img {
    width: 20rem;
    min-height: auto;
    padding: 2rem;
    border-bottom: 1px solid #ddd;
}

.mm-listitem {
    border-bottom: 1px solid #ddd;
}

.mm-listitem:after {
    display: none;
}

.mm-listitem:hover {
    background: var(--one-color);
    color: #fff;
}

.mm-listitem:hover i {
    color: #fff;
}

.mm-navbar {
    color: #fff;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0px;
    border-left-style: solid;
}

.mm-panels>.mm-panel {
    background: #f8f8f8;
}

.mm-menu {
    --mm-listitem-size: 50px;
    --mm-navbar-size: 50px;
}

.panel {
    margin: 0px;
    padding: 5px;
    background: transparent;
    border: 0;
}

#panel-menu a {
    font-size: 1.6rem;
    font-weight: bold;
}

#panel-menu span {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
}

nav:not(.mm-menu) {
    display: none;
}

li.mm-listitem.active {
    background: var(--one-color);
    color: #fff;
}

.menu-wrapper {
    position: relative;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu {
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.menu .item {
    display: inline-block;
    outline: 1px solid #ddd;
    padding: 0.5rem 1em;
    box-sizing: border-box;
}

.menu .item a{
    color: black;
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
    font-size: 1.6rem;
    padding: 2rem;
}

.mm-navbar__breadcrumbs>* {
    font-size: 1.6rem;
    font-weight: bold;
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
    color: #333;
}

.item.active {
    background: var(--two-color);
}

.item.active a {
    color: #fff;
}

:root {
    --mm-sidebar-expanded-size: 300px;
}

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5em;
    border: 1px solid #ddd;
    height: 5rem;
}

.paddle i {
    font-size: 2rem;
}

.left-paddle {
    left: 0;
}

.right-paddle {
    right: 0;
}

.hidden {
    display: none;
}

.print {
    margin: auto;
    max-width: 500px;
}

.print span {
    display: inline-block;
    width: 100px;
}

.close {
    color: #fff;
    text-shadow: 0;
    opacity: 1;
}

/* ==================================== content ==================================== */
.a-logo {
    text-align: center;
}

.content a {
    color: #fff;
    font-weight: bold;
}

#page {
    background: #fff;
}

.block {
    padding: 1.5rem;
    display: flex;
}

.block a {
    font-size: 2rem;
}

.block p {
    font-size: 2rem;
    font-weight: bold;
}

.block>* {
    margin-right: 1rem;
}

.block.active {
    background: var(--two-color);
    color: #fff;
}

.m-index {
    background-image: url(../images/login-bk-2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
}

.m-index-tip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.m-index-tip-image {
    width: 35rem;
}

.m-index-tip-text {
    margin-top: 3rem;
    padding: 1.5rem 9rem;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 10px;
    background-color: var(--one-color);
    color: #fff;
    border-radius: 1rem
}

.t-select {
    padding: 1.5rem 0 1.5rem 1.5rem;
    background: #fafafa;
    border-bottom: 1px solid var(--fifth-color);
    border-radius: 1rem 1rem 0 0;
    width: 100%;
}

.t-select-top {
    border-radius: 1rem;
    border-bottom: 0;
}

.t-order {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 1.5rem 0 1.5rem 1.5rem;
    background: #fafafa;
    border-bottom: 1px solid var(--fifth-color);
    border-radius: 1rem 1rem 0 0;
    width: 100%;
}


/* fun-block */
.fun-item input {
    width: 145px;
}

.fun-group {
    display: flex;
    align-items: center;
}

.fun-group-100 {
    width: 100%;
    overflow-x: scroll;
    background: #fff;
}

.c-item a {
    color: #fff;
    font-size: 1.6rem;
}

.fun-title {
    width: 15rem !important;
    padding: 1rem 1.5rem 0 1.5rem;
}

.fun-content {
    padding: 0rem 0rem 1rem 1.5rem;
    width: 100%;
}

.fun-content-line {
    display: flex;
    align-items: center;
}

/* content */
.table-pc-100 {
    width: 100%;
    overflow-x: auto;
}

.table {
    border: 1px solid #dfdfdf;
    margin-bottom: 0;
    width: 100%;
}

.table-line {
    border: 1px solid #ddd;
}

.table-100 {
    width: 100%;
    overflow-x: scroll;
}

.table-th,
.table-td {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    background: #fff;
}

.table-th {
    background: var(--two-color);
    color: #fff;
    font-weight: bold;
}

.table-th>div:first-child,
.table-td>div:first-child {
    margin-left: 1.5rem;
}

.table-line .table-th>div:first-child,
.table-line .table-td>div:first-child {
    margin-left: 0rem;
}

.table-td:hover {
    background: #B4DFE8;
}

/* .table-td:last-child {
    border-bottom: 0;
} */

.form-check-input {
    position: relative;
    margin: 0;
}

.t-mn {
    width: 40%;
}

.t-md {
    width: 60%;
}

.t-select {
    width: 6rem;
}

.t-5 {
    width: 5rem;
}

.t-8 {
    width: 8rem;
}

.t-10 {
    width: 10rem;
}

.t-12 {
    width: 12rem;
}

.t-15 {
    width: 15rem;
}

.t-20 {
    width: 20rem;
}

.t-25 {
    width: 25rem;
}

.t-30 {
    width: 30rem;
}

.t-35 {
    width: 35rem;
}

.t-50 {
    width: 50rem;
}

.t-intime,
.t-outtime,
.t-drawtime,
.t-draworder {
    width: 14rem;
}

.t-btn {
    margin-left: auto;
    margin-right: 1.5rem;
}

.t-input-flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.t-input {
    width: 18%;
}

.t-department {
    width: 20rem;
}

.filter {
    position: absolute;
    right: 0;
}

.back {
    padding: 0.5rem 0 0.5rem 1.5rem;
}


.form-info {
    padding: 2rem 1rem;
}

.form-info2 {
    padding: 2rem 1rem 0;
}

/* 開關鈕 */
.remind-block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid #ddd;
    width: 100%;
    text-align: center;
    bottom: 5px;
}

.remind-block a {
    width: auto;
    margin: 0 0 0 1rem;
    padding: 1rem 0;
    display: block !important;
    letter-spacing: 1px;
    color: #666 !important;
}

.remind-block i {
    margin-right: 0.5rem;
}

.switch {
    position: relative;
    width: 75px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
}

.switch.switch-btm {
    float: left;
    padding-left: 50px;
    margin: 0;
}

.switch-checkbox {
    position: absolute;
    display: none;
}

.switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.switch-txt {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.1s ease-in 0s;
}

.switch-txt::before,
.switch-txt::after {
    display: block;
    float: right;
    width: 50%;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
}

#sidebar .side-menu a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    color: var(--one-color);
    padding: 20px 16px;
    transition: all .3s ease;
    border-radius: 10px;
    margin: 4px 0;
    white-space: nowrap;
}

.page-block {
    display: block;
}

.botton-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

.botton-block p {
    color: #333;
}

.botton-block nav {
    display: block;
}

.botton-block {
    display: flex;
    justify-content: space-between;
}

.pagination {
    justify-content: end;
}

.page-link {
    color: #333;
    font-size: 1.4rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--one-color);
    border-color: var(--one-color);
    font-size: 1.4rem;
}

.page-link:hover {
    color: var(--one-color);
}

/*----------------------------------------開關鈕底色(開啟時)----------------------------------------*/
.switch-txt::after {
    content: attr(turnOn);
    padding-left: 0px;
    background: var(--one-color);
    background: var(--one-color);
    border-radius: 5px;
}

/*----------------------------------------開關鈕底色(關閉時)----------------------------------------*/
.switch-txt::before {
    content: attr(turnOff);
    padding-right: 0px;
    background: #ddd;
    color: #ddd;
    text-align: right;
    border-radius: 5px;
}

/*----------------------------------------開關鈕的顏色與大小----------------------------------------*/
.switch-Round-btn {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    margin: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 35px;
    transition: all 0.1s ease-in 0s;
}

.switch-checkbox:checked+.switch-label .switch-txt {
    margin-left: 0;
}

.switch-checkbox:checked+.switch-label .switch-Round-btn {
    right: 0;
}

.person-bolck {
    border: 1px solid #ced4da;
    padding: 2rem;
    border-radius: 5px;
}

.person-photo {
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.faq-block li {
    list-style: none;
    border: 1px solid #ced4da;
    margin-top: 2rem;
    border-radius: 5px;
}

.person-tabs {
    padding: 2rem 0 0 1.5rem;
}

.content .person-tabs a {
    color: #333;
    font-size: 1.6rem;
}

.person-tabs.nav-tabs .nav-link.active {
    color: #333;
    border-bottom: 2px solid var(--one-color);
}

.person-tabs .nav-link {
    display: block;
    padding: 0rem 1.5rem 0.75rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: transparent;
}

.nav-tabs .nav-link.active {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.state-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.person-state-item {
    width: 48.5%;
    background: var(--one-color);
    color: #fff;
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}

.content .level2 a {
    color: #333;
    font-size: 1.4rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.level2 .nav-link {
    display: block;
    padding: 1rem 1.5rem;
    margin: 1rem 0rem 1rem 1.5rem;
}

.level2.nav-tabs .nav-link:hover {
    border: 1px solid #ddd;
}

.level2.nav-tabs .nav-link.active {
    color: #fff;
    background: var(--one-color);
}

.submenu .form-group i {
    position: relative;
    top: auto;
    left: auto;
    font-size: 16px;
    color: #fff;
    padding-right: 1rem;
}

.sub-total {
    background: var(--one-color);
    padding: 2rem;
    color: #fff;
}

.selection-expand .form-check.form-check-inline {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1rem 1.5rem;
    width: 48%;
    margin-bottom: 1.5rem;
}

a.mm-listitem__text i {
    display: block;
    width: 2rem;
    height: 2rem;
    color: #000;
    z-index: 999999999;
    position: relative;
}

.mm-listitem_selected>.mm-listitem__text {
    background: #a4d6df;
}

.mm-listitem_selected>.mm-listitem__text a {
    color: #fff;
}

.mm-listitem.selected {
    background: var(--one-color);
}

.mm-listitem.selected a {
    color: #fff;
}

/* sp-area */
.sp-1 {
    border-radius: 5px;
    height: 4.5rem;
    font-size: 1.6rem;
    background-color: #AAAAAA;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-2 {
    padding: 0.5rem 1rem;
}

.sp-3 {
    min-height: 720px;
}

.sp-4 {
    background: var(--four-color);
    padding: 2rem 2rem 2rem;
    margin-bottom: 3rem;
    border-radius: 5px;
}

.sp-5 {
    background-color: var(--one-color);
    padding: 0.75rem 1.45rem;
    width: 4rem;
    height: 4rem;
    border-radius: 5px;
    margin-right: 0.5rem;
}

.sp-6 {
    display: flex;
    align-items: center;
}

.sp-7 {
    width: 23.5rem;
}

.sp-7 a {
    width: 100%;
}

.sp-8 {
    font-size: 1.4rem;
}

.sp-9{
    display: block;
}

.sp-10{
    display: block;
    margin-top: 1rem;
    background: #000;
}

.sp-10 a{
    display: flex;
    justify-content: baseline;
    align-items: center;background: #000;
    border-radius: 5px;
    padding: 1rem 2rem ;
}

.sp-11{
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    border: #ddd 1px solid;
}

.sp-12{
    margin-top: 1.75rem;
}
.fade:not(.show) {
    display: none;
}

.inline-text {
    padding: 1rem;
    font-size: 2rem;
    line-height: 2rem; 
    text-align: center;
}


/*--------------------------------------------------------------------------------RWD--------------------------------------------------------------------------------*/
@media(max-width:1750px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1750*/
    /* ==================================== 通用 ====================================*/
    .display-1650 {
        display: block;
    }

    .displaynone-1650 {
        display: none;
    }
}

@media(max-width:1450px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1450*/
    /* ==================================== 通用 ====================================*/
    .display-1400 {
        display: block;
    }

    /* ==================================== content ==================================== */
    .table-over-l {
        width: 1250px;
    }
}

@media(max-width:1500px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1500*/
    .table-over-2 {
        width: 1450px;
    }
}

@media(max-width:1400px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1400*/
    /* ==================================== 通用 ====================================*/
    .displaynone-1400 {
        display: none;
    }

    .form-control {
        font-size: 1.4rem;
    }

    .table-over-2 {
        width: 1360px;
    }
}

@media(max-width:1280px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1280*/
    /* ==================================== 通用====================================*/
    .display-1280 {
        display: block;
    }

    .displaynone-1280 {
        display: none;
    }

    /* ==================================== content ==================================== */
    .table-over {
        width: 1250px;
    }

    .form-control {
        font-size: 1.2rem;
    }

    .filter {
        position: absolute;
        right: 1.5rem;
        bottom: 1.5rem;
    }
}

@media(max-width:1200px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------1200*/
    /* ==================================== 通用 ====================================*/
    .display-1200 {
        display: block;
    }

    .displaynone-1200 {
        display: none;
    }

    .panel {
        margin: -6px 0 0 0;
        padding: 20px 15px 15px;
        text-align: center;
        border: solid 1px #dfdfdf;
        border-radius: 10px;
        border-top: 0;
    }
}

@media(max-width:992px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------------992*/
    /* ==================================== 通用 ====================================*/
    .display-992 {
        display: block;
    }

    .displaynone-992 {
        display: none;
    }

    .btn-l a {
        width: 100%;
        line-height: 6rem;
    }

    /* ==================================== slide header ==================================== */
    .header {
        background: #f8f8f8;
        width: 100%;
        height: 70px;
        display: block;
    }

    .header img {
        width: 18rem;
        padding: 1.5rem 0 0 1.5rem;
    }

    .header a {
        font-size: 3rem;
        display: block;
        margin: 2px;
        position: absolute;
        top: 15px;
        right: 15px;
        color: #333;
    }

    .mm-menu_iconbar-left .mm-iconbar {
        display: none;
    }

    .mm-wrapper_sidebar-collapsed .mm-slideout {
        width: 100%;
        transform: initial;
    }

    .mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,
    .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: auto !important;
    }

    .mm-navbar img {
        display: none;
    }

    .mm-wrapper_sidebar-collapsed .mm-slideout {
        -webkit-transform: translate3d(0, 0, 0);
    }

    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate3d(-440px, 0, 0);
        transform: translate3d(-440px, 0, 0);
    }

    .mm-navbars_top .mm-navbar:not(:last-child) {
        display: none;
    }

    .mm-navbar__breadcrumbs:not(:last-child) {
        height: 7rem;
    }

    .mm-btn_close:after,
    .mm-btn_close:before {
        width: 12px;
        height: 12px;
    }

    .mm-btn_close:before {
        right: 8px;
    }

    .mm-navbar_tabs span {
        display: inline-block;
        margin-left: 8px;
    }

    /* ==================================== content ==================================== */
    .m-index-tip {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        padding-top: 20rem;
    }

    .fun-group {
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .fun-content {
        padding: 0 0 1rem 0;
    }

    .fun-title {
        padding: 0;
        font-weight: bold;
    }

    .fun-item {
        width: 100%;
    }

    .fun-item input {
        width: 100%;
    }

    .table-mob-item {
        margin: 1.5rem;
        border: 1px solid #ddd;
        border-radius: 1rem;
    }

    .table-mob-item-content {
        padding: 2rem 1rem;
    }

    .t-100 {
        width: 100%;
    }

    .sp-11{
        height: 100%;
        padding: 1rem;
    }
}

@media(max-width:768px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------768*/
    /* ==================================== 通用 ====================================*/
    a,
    button {
        font-size: 1.4rem;
    }

    .display-768 {
        display: block;
    }

    .displaynone-768 {
        display: none;
    }

    .filter {
        position: absolute;
        right: 1.5rem;
        bottom: 2.5rem;
    }

    /* ==================================== content ==================================== */
    .m-index-tip-image {
        width: 40rem;
    }

    .m-index-tip-text {
        padding: 1.5rem 5rem;
        font-size: 2rem;
    }
}

@media(max-width:576px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------576*/
    /* ==================================== 通用 ====================================*/
    .display-576 {
        display: block;
    }

    .displaynone-576 {
        display: none;
    }

    /* login */
    .account {
        width: 90%;
        padding: 5rem 4rem;
    }

    /* ==================================== slide header ==================================== */
    .mm-menu_offcanvas {
        width: 100%;
        min-width: 240px;
        max-width: 420px;
    }

    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate3d(-420px, 0, 0);
        transform: translate3d(-420px, 0, 0);
    }

    /* ==================================== content ==================================== */
    .content {
        padding-bottom: 6rem;
    }

    .m-index-tip-image {
        width: 28rem;
    }

    .m-index-tip-text {
        padding: 1.5rem 2.5rem;
        font-size: 1.6rem;
        letter-spacing: 7px;
    }

    .t-mn.pl-4 {
        padding: 0 !important;
    }

    /* ==================================== content ==================================== */
    .botton-block {
        flex-direction: column;
        align-items: flex-end;
        padding: 0 2rem 0 0;
    }

    .botton-block nav {
        margin-top: 1rem;
    }

    .sp-4 {
        padding: 1.5rem 1rem 1rem;
    }
}

@media(max-width:480px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------480*/
    /* ==================================== 通用 ====================================*/
    .display-480 {
        display: block;
    }

    .displaynone-480 {
        display: none;
    }

    /* 按鈕 */
    .modal-footer .btn-groups {
        width: 90%;
    }

    .btn-groups {
        flex-direction: column;
        margin: 2rem 0;
        padding: 0 1rem;
        align-items: center;
    }

    .fun-content .btn {
        width: 100%;
    }

    .btn-groups .btn {
        width: 100%;
        margin: 0 1rem 1.5rem;
    }

    .btn-l {
        width: 100%;
    }

    .btn-m a {
        width: 100%;
    }

    .btn-s {
        padding: 0.5rem 0.75rem;
    }

    .btn-acc {
        margin-top: 2rem;
    }

    .t-btn {
        margin-left: auto;
        margin-right: 0.25rem;
    }

    /* ==================================== login ==================================== */
    .a-logo img {
        width: 70%;
        margin-bottom: 0rem;
    }

    .form-group {
        margin-top: 2rem;
    }

    .verify-block input {
        width: calc(100% - 50%);
    }

    .verify {
        width: 45%;
        height: auto;
    }
}

@media(max-width:450px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------450*/
    /* ==================================== slide header ==================================== */
    .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
        -webkit-transform: translate3d(-450px, 0, 0);
        transform: translate3d(-450px, 0, 0);
    }

    .mm-navbar_tabs span {
        display: none;
    }

    /* ====================================login==================================== */
    .account {
        width: 90%;
        padding: 4rem 3rem;
    }
}

@media(max-width:420px) {

    /*-------------------------------------------------------------------------------------------------------------------------------------------------------420*/
    /* ====================================login==================================== */
    .account {
        padding: 3rem 2rem;
    }
}