@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
.abimg-16n6 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 37.5%;
    overflow: hidden;
}

.abimg-16n6 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.abimg-16n9 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.abimg-16n9 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.abimg-16n10 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 62.5%;
    overflow: hidden;
}

.abimg-16n10 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.abimg-16n12 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 75%;
    overflow: hidden;
}

.abimg-16n12 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.abimg-16n16 {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    float: left;
    padding-bottom: 100%;
    overflow: hidden;
}

.abimg-16n16 img {
    position: absolute;
    width: auto;
    display: block;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
}

/*img 圖片固定大小*/
.img-w9 {
    width: 90px;
    height: 90px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.img-w9 img {
    width: 100%;
    height: auto;
    display: block;
}

.img-w10 {
    width: 100px;
    height: 100px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.img-w10 img {
    width: 100%;
    height: auto;
    display: block;
}

.img-w12 {
    width: 120px;
    height: 120px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.img-w12 img {
    width: 100%;
    height: auto;
    display: block;
}

.img-w15 {
    width: 150px;
    height: 150px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.img-w15 img {
    width: 100%;
    height: auto;
    display: block;
}

::-webkit-scrollbar {
    width: 12px;
}

/* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
}

/* the new scrollbar will have a flat appearance with the set background color */
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

/* this will style the thumb, ignoring the track */
::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0.4);
}

/* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.3);
}

/* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */
.z-index--1 {
    z-index: -1;
}

.z-index-0 {
    z-index: 0;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.f-20 {
    font-size: 20px;
}

* {
    /* this targets the default scrollbar (compulsory) */
    /* the new scrollbar will have a flat appearance with the set background color */
    /* this will style the thumb, ignoring the track */
    /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */
}

*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.2);
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

*::-webkit-scrollbar-button {
    background-color: rgba(0, 0, 0, 0.4);
}

*::-webkit-scrollbar-corner {
    background-color: rgba(0, 0, 0, 0.3);
}

*,
body {
    position: relative;
    z-index: 0;
}

body {
    /*ie 卷軸*/
    scrollbar-face-color: rgba(255, 255, 255, 0.2);
}

* a {
    color: #333333;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

* a:hover {
    text-decoration: none;
    color: #4a876d;
    font-weight: bolder;
}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
    outline: 0;
}

ul {
    list-style: none;
}

.mh-500 {
    min-height: 500px;
}

.gw {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .gw {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.text_uppercase {
    text-transform: uppercase;
}

/*資料表顏色*/
.databg_data-color1::before {
    background-color: #ffdb2d;
}

.databg_data-color2::before {
    background-color: #ff4f19;
}

.databg_data-color3::before {
    background-color: #00d8e0;
}

.databg_data-color4::before {
    background-color: #ff9900;
}

.databg_data-color5::before {
    background-color: #b9f7f9;
}

.databg_data-color6::before {
    background-color: #64ba68;
}

.databg_data-color7::before {
    background-color: #9c27b0;
}

.databg_data-color8::before {
    background-color: #3f51b5;
}

.databg_data-color9::before {
    background-color: #009688;
}

.databg_data-color10::before {
    background-color: #795548;
}

/*按鈕*/
.btn_group {
    /*電腦版按鈕簡易變成手風琴下拉式樣式 START*/
    /*電腦版按鈕簡易變成手風琴下拉式樣式 END*/
}

.btn_group .btn {
    background-color: #007bae;
    color: #ffffff;
    font-size: 1rem;
    padding: 0.375rem 1.5rem;
    border-radius: 5px;
}

.btn_group .btn:hover {
    background-color: #005376;
}

.btn_group .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn_group .btn.lighten {
    background-color: #0bb7ff;
}

.btn_group .btn.lighten:hover {
    background-color: #0098d7;
}

.btn_group .btn.lighten.solid {
    background-color: #ffffff;
    border: 1px solid #0bb7ff;
    color: #0bb7ff;
}

.btn_group .btn.lighten.solid:hover {
    background-color: #0bb7ff;
    color: #ffffff;
}

.btn_group .btn.lighten.solid:active {
    background-color: #008dc8;
}

.btn_group .btn.red {
    background-color: #f83c38;
    border: 1px solid #f83c38;
    color: #ffffff;
}

.btn_group .btn.red:hover {
    background-color: #ef0d08;
}

.btn_group .btn.red:active {
    background-color: #c30b07;
}

.btn_group .btn.red.solid {
    background-color: #ffffff;
    border: 1px solid #f83c38;
    color: #f83c38;
}

.btn_group .btn.red.solid:hover {
    background-color: #f83c38;
    color: #ffffff;
}

.btn_group .btn.red.solid:active {
    background-color: #c30b07;
}

.btn_group .btn.green {
    background-color: #64ba68;
    color: #ffffff;
}

.btn_group .btn.green:hover {
    background-color: #479f4b;
}

.btn_group .btn.green:active {
    background-color: #397f3c;
}

.btn_group .btn.green.solid {
    background-color: #ffffff;
    border: 1px solid #64ba68;
    color: #64ba68;
}

.btn_group .btn.green.solid:hover {
    background-color: #64ba68;
    color: #ffffff;
}

.btn_group .btn.green.solid:active {
    background-color: #397f3c;
}

.btn_group .btn.orange {
    background-color: #ff952a;
    color: #ffffff;
}

.btn_group .btn.orange:hover {
    background-color: #f17900;
}

.btn_group .btn.orange:active {
    background-color: #c36200;
}

.btn_group .btn.orange.solid {
    background-color: #ffffff;
    border: 1px solid #ff952a;
    color: #ff952a;
}

.btn_group .btn.orange.solid:hover {
    background-color: #ff952a;
    color: #ffffff;
}

.btn_group .btn.orange.solid:active {
    background-color: #c36200;
}

.btn_group .btn.dark-lighten {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #bbbbbb;
}

.btn_group .btn.dark-lighten:hover {
    background-color: #dddddd;
    color: #ffffff;
}

.btn_group .btn.dark-lighten:active {
    background-color: #9f9f9f;
}

.btn_group .btn.dark-lighten.solid {
    background-color: #bbbbbb;
    border: 1px solid #bbbbbb;
    color: #ffffff;
}

.btn_group .btn.dark-lighten.solid:hover {
    background-color: #9f9f9f;
}

.btn_group .btn.dark-lighten.solid:active {
    background-color: #858585;
}

.btn_group .btn.brown {
    background-color: #a5673f;
    color: #ffffff;
}

.btn_group .btn.brown:hover {
    background-color: #7c4e2f;
}

.btn_group .btn.brown:active {
    background-color: #5b3923;
}

.btn_group .btn.sm {
    padding: 0.25rem 1rem;
}

.btn_group .btn b {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 20px;
    height: 15px;
    line-height: 15px;
    background-color: #dc3545;
    color: #ffffff;
    border-radius: 2px 0 0 2px;
    font-size: 0.85rem;
    font-weight: 400;
}

.btn_group.fun_btn .btn {
    padding: 0.375rem 1rem;
    border-bottom: 2px solid #005376;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.btn_group.fun_btn .btn.sm {
    padding: 0.25rem 1rem;
}

.btn_group.fun_btn .btn i {
    margin-right: 0.625rem;
}

.btn_group.fun_btn .btn:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.btn_group.fun_btn .btn:active,
.btn_group.fun_btn .btn.active {
    background-color: #003348;
    border-bottom: 2px solid #005376;
}

.btn_group.fun_btn .btn.lighten {
    background-color: #29c0ff;
    border-bottom: 2px solid #0098d7;
}

.btn_group.fun_btn .btn.lighten:hover {
    background-color: #0098d7;
}

.btn_group.fun_btn .btn.lighten:active {
    background-color: #005376;
    border-bottom: 2px solid #005376;
}

.btn_group.fun_btn .btn.green {
    background-color: #64ba68;
    color: #ffffff;
    border-bottom: 2px solid #479f4b;
}

.btn_group.fun_btn .btn.green:hover {
    background-color: #479f4b;
}

.btn_group.fun_btn .btn.green:active {
    background-color: #397f3c;
    border-bottom: 2px solid #479f4b;
}

.btn_group.fun_btn .btn.red {
    background-color: #dc3545;
    color: #ffffff;
    border-bottom: 2px solid #921925 !important;
}

.btn_group.fun_btn .btn.red:hover {
    background-color: #921925;
}

.btn_group.fun_btn .btn.red .fa-undo {
    font-size: 0.8rem;
}

.btn_group.fun_btn .btn.orange {
    background-color: #ff952a;
    color: #ffffff;
    border-bottom: 2px solid #f17900;
}

.btn_group.fun_btn .btn.orange:hover {
    background-color: #f17900;
}

.btn_group.fun_btn .btn.orange:active {
    background-color: #c36200;
    border-bottom: 2px solid #f17900;
}

.btn_group.fun_btn .btn.brown {
    background-color: #a5673f;
    color: #ffffff;
    border-bottom: 2px solid #7c4e2f;
}

.btn_group.fun_btn .btn.brown:hover {
    background-color: #7c4e2f;
}

.btn_group.fun_btn .btn.brown:active {
    background-color: #5b3923;
    border-bottom: 2px solid #7c4e2f;
}

.btn_group.fun_btn .btn.not_suong {
    background-color: #dc3545;
    color: #ffffff;
    border-bottom: 0;
    cursor: default;
}

.btn_group.fun_btn .btn.not_suong::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-35deg);
    transform: translate(-50%, -50%) rotate(-35deg);
    border-radius: 5px;
    width: 80%;
    height: 2px;
    background-color: #ffffff;
    content: "";
}

.btn_group.fun_btn .btn.not_suong:hover {
    background-color: #dc3545;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn_group.fun_btn.operating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn_group.fun_btn.operating .btn {
    font-size: 1.375rem;
    height: 40px;
    line-height: 40px;
    width: 60px;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}

.btn_group.fun_btn.operating .btn.readonly {
    cursor: no-drop;
    background-color: #aaaaaa;
    color: #ffffff;
    border-bottom: 2px solid #aaaaaa;
}

.btn_group.fun_btn.operating .btn.w-a {
    width: auto;
}

.btn_group.fun_btn.operating .btn.w-80 {
    width: 80px;
}

.btn_group.fun_btn.operating .btn span {
    display: block;
    font-size: 1rem;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn_group.fun_btn.operating .btn i {
    margin-right: 0;
    width: 100%;
    height: 40px;
    line-height: 38px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn_group.fun_btn.operating .btn.del {
    background-color: #dc3545;
    border-bottom: 2px solid #b9202f;
}

.btn_group.fun_btn.operating .btn.del:hover {
    background-color: #b9202f;
}

.btn_group.fun_btn.operating .btn.del i {
    top: -1px;
}

.btn_group.fun_btn.operating .btn.brown {
    background-color: #a5673f;
    border-bottom: 2px solid #7c4e2f;
}

.btn_group.fun_btn.operating .btn.brown:hover {
    background-color: #7c4e2f;
}

.btn_group.fun_btn.operating .btn.brown i {
    top: -1px;
}

.btn_group.fun_btn.operating .btn:first-child {
    border-radius: 5px 0 0 5px;
}

.btn_group.fun_btn.operating .btn:last-child {
    border-radius: 0 5px 5px 0;
}

.btn_group.fun_btn.operating .btn:first-child:last-child {
    border-radius: 5px 5px 5px 5px;
}

.btn_group.fun_btn.operating .btn.border-all {
    border-radius: 5px;
}

.btn_group.fun_btn.operating .btn:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn_group.fun_btn.operating .btn:hover span {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn_group.fun_btn.operating .btn:hover i {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn_group .more_btn {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.btn_group .more_btn .unmber-box {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    line-height: 23px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.5rem;
    background-color: #f83c38;
    color: #ffffff;
    z-index: 2;
    display: block;
}

.btn_group .more_btn .unmber-box.number-animation {
    -webkit-animation: numberscale 0.25s;
    animation: numberscale 0.25s;
}

@-webkit-keyframes numberscale {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes numberscale {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.btn_group .more_btn .other-function-box {
    width: 200px;
}

.btn_group .more_btn > a > i {
    top: 1px;
}

.btn_group .more_btn.show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

@media screen and (max-width: 360px) {
    .btn_group .more_btn {
        display: none;
        margin-top: 5px;
    }
    .btn_group .more_btn.show {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .btn_group.fun_btn.accordion > .btn {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .btn_group.fun_btn.accordion > .btn:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-bottom: 2px solid #003348;
    }
    .btn_group.fun_btn.accordion > .btn:active {
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        background-color: #003348;
    }
    .btn_group.fun_btn.accordion > .btn.active {
        border-radius: 5px 5px 0 0;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
        background-color: #003348;
    }
    .btn_group.fun_btn.accordion .nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        border-radius: 5px;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem);
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
    .btn_group.fun_btn.accordion .nav .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        border-radius: 0;
        background-color: #ffffff;
        color: #333333;
        border-top: none;
        border-bottom: 1px solid #dddddd !important;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        height: 37px;
        line-height: 37px;
    }
    .btn_group.fun_btn.accordion .nav .btn i {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: auto;
        margin-right: 0.5rem;
        font-size: 1rem;
    }
    .btn_group.fun_btn.accordion .nav .btn span {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .btn_group.fun_btn.accordion .nav .btn:hover {
        background-color: #eeeeee;
    }
    .btn_group.fun_btn.accordion .nav .btn:first-of-type {
        border-radius: 5px 5px 0 0;
    }
    .btn_group.fun_btn.accordion .nav .btn:last-of-type {
        border-radius: 0 0 5px 5px;
    }
    .btn_group.fun_btn.accordion .nav.open {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
}

.tow-box {
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #dddddd;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin: auto;
    display: none;
    cursor: pointer;
}

/*off-on開關*/
.switch {
    width: 60px;
    height: 25px;
    margin: auto;
}

.switch label {
    width: 60px;
    height: 25px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 20px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.switch label::before {
    content: "off";
    color: #aaaaaa;
    position: absolute;
    right: 11px;
    top: 1px;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.switch label::after {
    content: "on";
    color: #ffffff;
    position: absolute;
    left: 11px;
    top: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.switch label span {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.switch input:checked + label {
    background-color: #64ba68;
    border: 1px solid #64ba68;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.switch input:checked + label::before {
    opacity: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.switch input:checked + label::after {
    opacity: 1;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.switch input:checked + label span {
    left: calc(100% - 23px);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

@media screen and (max-width: 1023px) {
    .switch {
        height: 30px;
        width: 65px;
    }
    .switch label {
        height: 30px;
        width: 65px;
    }
    .switch label::before {
        top: 3px;
    }
    .switch label::after {
        top: 2px;
    }
    .switch label span {
        height: 28px;
        width: 28px;
    }
}

/*狀態選擇circle */
.circle-select {
    padding-left: 1rem;
    width: calc(100% - 150px);
}

.circle-select *,
.circle-select *::before,
.circle-select *::after {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.circle-select input {
    display: none;
}

.circle-select input:checked + label {
    color: #007bae;
}

.circle-select input:checked + label::before {
    border: 1px solid #007bae;
}

.circle-select input:checked + label::after {
    opacity: 1;
}

.circle-select label {
    padding-left: 1.5rem;
    color: #aaaaaa;
    margin-bottom: 0;
    margin-right: 1rem;
    cursor: pointer;
}

.circle-select label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaaaaa;
    border-radius: 50%;
}

.circle-select label::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #007bae;
    border-radius: 50%;
    opacity: 0;
}

@media screen and (max-width: 480px) {
    .circle-select {
        width: calc(100% - 130px);
    }
}

/*編輯人群組*/
.release_group p {
    margin-bottom: 0;
    color: #aaaaaa;
    pointer-events: none;
    cursor: default;
}

/*檔案下載上傳*/
.donload_up_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.donload_up_group * {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.donload_up_group label,
.donload_up_group .donload_file {
    width: 120px;
    height: 100px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
    margin: 0 0.5rem 1rem;
}

.donload_up_group label {
    height: 96px;
    background-color: #007bae;
    -webkit-box-shadow: 0 4px #005376;
    box-shadow: 0 4px #005376;
    color: #ffffff;
    cursor: pointer;
}

.donload_up_group label span {
    font-size: 1.25rem;
}

.donload_up_group label span i {
    display: block;
    margin-bottom: 0.5rem;
}

.donload_up_group label input {
    display: none;
}

.donload_up_group label:hover {
    background-color: #005376;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.donload_up_group .donload_file {
    border: 1px solid #dddddd;
    color: #aaaaaa;
    background-color: #ffffff;
    margin: 0 0.4rem 0.75rem;
    overflow: hidden;
}

.donload_up_group .donload_file p {
    padding: 0 0.5rem;
    color: #aaaaaa;
    margin-bottom: 0.375rem;
    line-height: 1.2;
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: absolute;
    top: 0.875rem;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.donload_up_group .donload_file span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0.5rem;
    width: 100%;
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
}

.donload_up_group .donload_file span i {
    margin-right: 0.5rem;
}

.donload_up_group .donload_file button {
    padding: 0.2rem 1rem;
    background-color: #f83c38;
    color: #ffffff;
    border-radius: 10px;
    font-size: 0.875rem;
    position: absolute;
    bottom: 0.5rem;
    opacity: 0;
    visibility: hidden;
}

.donload_up_group .donload_file button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.donload_up_group .donload_file:hover {
    border-color: #007bae;
}

.donload_up_group .donload_file:hover p {
    color: #007bae;
}

.donload_up_group .donload_file:hover span {
    opacity: 0;
    visibility: hidden;
}

.donload_up_group .donload_file:hover button {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 1023px) {
    .donload_up_group label,
    .donload_up_group .donload_file {
        width: calc(20% - 1rem);
    }
    .donload_up_group .donload_file {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .donload_up_group .donload_file p {
        top: 0.625rem;
    }
    .donload_up_group .donload_file span {
        bottom: 0;
        left: 0;
        width: 50%;
        display: inline-block;
        background-color: #dddddd;
        color: #ffffff;
        padding: 0;
        height: 40px;
        line-height: 40px;
        border-radius: 0 0 0 10px;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .donload_up_group .donload_file span i {
        margin-right: 0.25rem;
    }
    .donload_up_group .donload_file button {
        bottom: 0;
        right: 0;
        visibility: visible;
        opacity: 1;
        width: 50%;
        display: inline-block;
        border-radius: 0 0 10px 0;
        padding: 0;
        height: 40px;
        line-height: 40px;
    }
    .donload_up_group .donload_file:hover span {
        opacity: 1;
        visibility: visible;
    }
    .donload_up_group.donload {
        padding: 1rem 0.5rem;
    }
    .donload_up_group.donload .donload_file span {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        background-color: transparent;
        color: #aaaaaa;
    }
}

@media screen and (max-width: 639px) {
    .donload_up_group label,
    .donload_up_group .donload_file {
        width: calc(33.3% - 1rem);
    }
}

@media screen and (max-width: 480px) {
    .donload_up_group label,
    .donload_up_group .donload_file {
        width: calc(50% - 1rem);
    }
}

@media screen and (max-width: 320px) {
    .donload_up_group label,
    .donload_up_group .donload_file {
        width: calc(100% - 1rem);
    }
}

.donload_up_group.donload {
    padding: 1rem 0.5rem;
}

.donload_up_group.donload .donload_file p {
    height: 42px;
}

.donload_up_group.donload .donload_file span i {
    -webkit-transition: none;
    transition: none;
}

.donload_up_group.donload .donload_file:hover {
    border-color: #49a54d;
}

.donload_up_group.donload .donload_file:hover p {
    color: #49a54d;
}

.donload_up_group.donload .donload_file:hover span {
    opacity: 1;
    visibility: visible;
    color: #49a54d;
}

/*儲存後其他功能方塊*/
.other-function-box {
    position: absolute;
    top: 60px;
    right: 0;
    width: 180px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.other-function-box::before {
    position: absolute;
    content: "";
    top: -15px;
    right: 1.125rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #343a40 transparent;
    -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
    z-index: -1;
}

.other-function-box ul {
    width: 100%;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}

.other-function-box ul li {
    text-align: left;
}

.other-function-box ul li:first-of-type {
    padding: 0.5rem 1rem;
    background-color: #343a40;
    color: #ffffff;
}

.other-function-box ul li a {
    padding: 0.5rem 1rem;
    width: 100%;
    display: block;
}

.other-function-box ul li a i {
    margin-right: 0.5rem;
    width: 22px;
}

.other-function-box ul li a:hover {
    background-color: #eeeeee;
    color: #000000;
}

.other-function-box.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.other-function-box.left {
    right: auto;
    left: 0;
}

.other-function-box.left::before {
    right: auto;
    left: 1.125rem;
}

/*內容頁上方功能列*/
.main_header.fixed {
    position: fixed;
    left: 260px;
    top: 80px;
    z-index: 50;
    width: calc(100% - 260px);
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}

@media screen and (max-width: 1023px) {
    .main_header.fixed {
        top: 60px;
        left: 0;
        width: 100%;
    }
}

/*框線*/
.border_t_dark-l {
    border-top: 1px solid #dddddd;
}
/*底線*/
.border_b_dark-l {
    border-bottom: 1px solid #dddddd;
}

/*麵包屑*/
.page_crumbs {
    height: 55px;
    line-height: 55px;
    width: 100%;
    background-color: #8aa89b;
}

.page_crumbs section {
    height: 100%;
}

.page_crumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page_crumbs ul li {
    margin-bottom: 0;
    font-size: 1.125rem;
    color: #ffffff;
}

.page_crumbs ul li a {
    color: #ffffff;
}

.page_crumbs ul li a:hover {
    color: #005376;
}

.page_crumbs ul li i {
    margin-right: 0.5rem;
    font-size: 1rem;
}

.page_crumbs ul li:not(:last-of-type) {
    margin-right: 0.5rem;
}

.page_crumbs.fixed {
    position: fixed;
    left: 260px;
    top: 80px;
    z-index: 99;
    width: calc(100% - 260px);
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 480px) {
    .page_crumbs {
        height: auto;
        line-height: 35px;
    }
    .page_crumbs ul {
        padding: 0.75rem 0;
    }
}

/*區塊內容*/
.info_box {
    padding: 1rem;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.info_box.nopd {
    padding: 0;
}

.info_box.nopd .header {
    padding: 1rem;
}

.info_box.ov-h {
    overflow: hidden;
}

/*小標題*/
.title_header h2 {
    font-size: 1.25rem;
}

.title_header h2 i {
    font-size: 1rem;
    margin-right: 0.5rem;
}

/*表單輸入*/
.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*文字敘述*/
}

.form-group.time-box {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    pointer-events: none;
}

.form-group.time-box * {
    pointer-events: auto;
}

.form-group.time-box .form-control {
    width: calc((100% - 150px) / 2);
    cursor: pointer;
}

.form-group.time-box .form-control:first-of-type {
    border-radius: 0;
}

.form-group.time-box .form-control.datepicker-time {
    margin-left: -1px;
}

.form-group.time-box .form-control.width-100 {
    width: calc(100% - 150px);
}

.form-group .form-title {
    width: 150px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #007bae;
    color: #ffffff;
    margin-bottom: 0;
    border-radius: 5px 0 0 5px;
}

.form-group .form-title.required::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    content: "";
    background-color: #dc3545;
    border-radius: 0;
}

.form-group .form-control {
    width: calc(100% - 150px) !important;
    height: 38px;
    line-height: 37px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
}

.form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #007bae;
}

.form-group .form-control.sel_class:focus {
    border-color: #dddddd;
}

.form-group .switch {
    margin: 0 0 0 1rem;
}

.form-group.sign .form-title {
    border-radius: 5px;
}

.form-group.more-control {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.form-group.more-control > .row {
    width: calc(100% - 150px);
    margin: 0;
}

.form-group.more-control > .row [class*="col"] {
    padding-left: 0;
}

.form-group.more-control > .row [class*="col"]:last-of-type {
    padding-right: 0;
}

.form-group.more-control
    > .row
    [class*="col"]:not(:first-of-type)
    .form-control {
    border-radius: 5px;
}

.form-group.more-control > .row .form-control {
    width: 100% !important;
}

.form-group.more-control > .row .form-control.sel_class.signle.open,
.form-group.more-control > .row .form-control.sel_class.multi.open {
    border-radius: 5px 5px 0 0;
}

.form-group:last-of-type {
    margin-bottom: 0;
}

.form-group.text-relate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form-group.text-relate .form-title {
    border-radius: 5px 5px 0 0;
}

.form-group.text-relate .form-title.required::before {
    border-radius: 0 5px 0 0;
}

.form-group.text-relate .form-remind {
    display: inline-block;
    width: calc(100% - 150px);
    padding-left: 1rem;
    height: 37px;
    line-height: 37px;
    color: #dc3545;
}

.form-group.text-relate .form-control {
    width: 100% !important;
    min-height: 150px;
    resize: none;
    border-radius: 0 5px 5px 5px;
    line-height: 1.5;
}

.form-group.text-relate .form-control.border-r-all {
    border-radius: 5px;
}

.form-group.text-relate .form-control:-moz-read-only {
    background-color: #ffffff;
}

.form-group.text-relate .form-control:read-only {
    background-color: #ffffff;
}

.form-group.text-relate .form-control:-moz-read-only:focus {
    border-color: #dddddd;
}

.form-group.text-relate .form-control:read-only:focus {
    border-color: #dddddd;
}

.form-group .updatebox {
    min-height: 150px;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 0.75rem;
    border-radius: 0 5px 5px 5px;
    border: 1px solid #ced4da;
}

.form-group .updatebox .box {
    background-color: #aaaaaa;
    color: #ffffff;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    margin: 0.2rem;
    padding: 0 0.375rem;
    font-size: 1rem;
}

.form-group.error .form-title {
    background-color: #dc3545 !important;
}

.form-group.error .form-control {
    border-color: #dc3545;
}

@media screen and (max-width: 991px) {
    .form-group.more-control .form-title {
        border-radius: 5px 5px 0 0;
    }
    .form-group.more-control .form-title.required {
        overflow: hidden;
    }
    .form-group.more-control > .row {
        width: 100%;
    }
    .form-group.more-control > .row [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }
    .form-group.more-control > .row [class*="col"] + [class*="col"] {
        margin-top: 1rem;
    }
    .form-group.more-control > .row [class*="col"]:first-of-type .form-control {
        border-radius: 0 5px 5px 5px;
    }
}

@media screen and (max-width: 480px) {
    .form-group.sign.sm-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .form-group.sign.sm-column label {
        margin-bottom: 0.75rem;
    }
    .form-group .form-title {
        width: 130px;
    }
    .form-group .form-control {
        width: calc(100% - 130px);
    }
    .form-group.time-box {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-group.time-box .form-title {
        border-radius: 5px 5px 0 0;
    }
    .form-group.time-box .form-control {
        width: 100%;
    }
    .form-group.time-box .form-control:first-of-type {
        border-radius: 0 5px 0 0;
    }
    .form-group.time-box .form-control:last-of-type {
        border-radius: 0 0 5px 5px;
        margin-top: -1px;
    }
}

/*錯誤訊息提示*/
.error_textblock {
    margin: 0.5rem 0;
    padding: 0.5rem 1rem;
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #dc3545;
    background: #ffe8e6;
}

.error_textblock h5 {
    color: #dc3545;
}

.error_textblock p {
    margin-bottom: 0;
    color: #dc3545;
    font-size: 1.125rem;
}

/*檔案上傳*/
.file_upload * {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.file_upload label {
    display: block;
    height: 37px;
    line-height: 37px;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    padding-left: 170px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.file_upload label p {
    height: 37px;
    line-height: 37px;
}

.file_upload label span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 150px;
    height: 37px;
    line-height: 37px;
    background-color: #007bae;
    color: #ffffff;
    text-align: center;
}

.file_upload label span i {
    margin-right: 0.25rem;
}

.file_upload label:hover {
    border: 1px solid #007bae;
}

.file_upload label:hover span {
    background-color: #005376;
}

.file_upload label.required span::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    content: "";
    background-color: #dc3545;
    border-radius: 0;
}

.file_upload .remind {
    color: #dc3545;
}

.file_upload.error label {
    border-color: #dc3545;
}

.file_upload.error label span {
    background-color: #dc3545;
}

.file_upload.error label:hover {
    border-color: #b9202f;
}

.file_upload.error label:hover span {
    background-color: #b9202f;
}

@media screen and (max-width: 480px) {
    .file_upload label {
        padding-left: 140px;
        height: 40px;
        line-height: 40px;
    }
    .file_upload label span {
        width: 130px;
        height: 38px;
        line-height: 38px;
    }
}

.file_upload.required label span::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 100%;
    content: "";
    background-color: #dc3545;
    border-radius: 0;
}

/*圖片預覽*/
.img_preview {
    height: calc(100% - 40px);
    max-height: 550px;
    min-height: 200px;
    border-radius: 10px;
    background-color: #eeeeee;
    border: 1px dashed #aaaaaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.img_preview p {
    margin-bottom: 0;
    cursor: default;
    font-size: 1.25rem;
}

.img_preview.img {
    background-color: #ffffff;
    border: none;
}

.img_preview.img img {
    max-width: 100%;
    max-height: 100%;
}

.img_preview .btn_group {
    display: none;
}

.img_preview.delete {
    overflow: hidden;
}

.img_preview.delete::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 2;
}

.img_preview.delete .btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: calc(100% - 1.25rem);
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 3;
}

.img_preview.delete .btn_group .btn_img_viewe {
    background-color: #ffffff;
    border: 1px solid #007bae;
    color: #007bae;
}

.img_preview.delete .btn_group .btn_img_viewe:hover {
    background-color: #007bae;
    color: #ffffff;
}

.img_preview.delete .btn_group .btn + .btn {
    margin-top: 0.5rem;
}

.img_preview.delete:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.img_preview.delete:hover .btn_group {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.img_preview.sm {
    max-height: 160px;
    min-height: 160px;
    width: 160px;
    background-color: #eeeeee;
}

.img_preview.sm.img {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    border: 2px solid #dddddd;
    display: inline-block;
    min-height: auto;
    height: 160px;
    line-height: calc(160px - 1.5rem);
    width: auto;
    padding: 0.5rem;
    min-width: 160px;
    text-align: center;
}

.img_preview.sm.delete .btn_group {
    right: 50%;
    white-space: nowrap;
    -webkit-transform: translateY(100%) translateX(50%);
    transform: translateY(100%) translateX(50%);
}

.img_preview.sm.delete:hover .btn_group {
    -webkit-transform: translateY(0) translateX(50%);
    transform: translateY(0) translateX(50%);
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    .img_preview.delete::after {
        visibility: visible;
        opacity: 1;
    }
    .img_preview.delete .btn_group {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        visibility: visible;
        opacity: 1;
    }
    .img_preview.delete.sm .btn_group {
        -webkit-transform: translateY(0) translateX(50%);
        transform: translateY(0) translateX(50%);
        visibility: visible;
        opacity: 1;
    }
}

/*核取方塊*/
.check_style {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.check_style::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    top: -5px;
    right: -3px;
    color: #64ba68;
    font-size: 1.125rem;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.check_style:hover {
    border: 1px solid #64ba68;
    opacity: 0.5;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.check_style:hover:active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.check_style:hover::before {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    .check_style:hover {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 1px solid #dddddd;
        background-color: #ffffff;
    }
    .check_style:hover::before {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

input[name="check"]:checked + label {
    border: 1px solid #64ba68;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

input[name="check"]:checked + label::before {
    opacity: 1;
}

@media screen and (max-width: 1023px) {
    input[name="check"]:checked + label {
        -webkit-transition: all ease 0.45s;
        transition: all ease 0.45s;
    }
    input[name="check"]:checked + label::before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*搜尋按鈕*/
.search_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.search_group * {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.search_group label {
    margin-bottom: 0;
    width: 300px;
    height: 37px;
}

.search_group label input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 0 2.5rem 0 1rem;
}

.search_group label input:focus {
    border: 1px solid #007bae;
}

.search_group label input:focus + button {
    border: 1px solid #007bae;
}

.search_group label button {
    height: 100%;
    width: 50px;
    border: 1px solid #dddddd;
    color: #aaaaaa;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.search_group label button i {
    display: block;
}

.search_group label button:hover {
    background-color: #007bae;
}

.search_group label button:hover i {
    color: #ffffff;
}

.search_group .clear {
    height: 37px;
    width: 37px;
    border: 1px solid #dddddd;
    border-left: 0;
    border-radius: 0 5px 5px 0;
    color: #aaaaaa;
    background-color: #ffffff;
}

.search_group .clear:hover {
    background-color: #dc3545;
    border-color: #dc3545;
}

.search_group .clear:hover i {
    color: #ffffff;
}

.search_group .clear:disabled {
    background-color: #dddddd;
    border-color: #dddddd;
}

.search_group .clear:disabled i {
    color: #aaaaaa;
}

/*列表資料的檔案數量顯示*/
.data_unmber_group span {
    top: -1px;
}

.data_unmber_group p {
    background-color: #000000;
    color: #ffffff;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 0.75rem;
    margin-bottom: 0;
}

/*每頁顯示數量*/
.page_amount.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page_amount .btn-primary:not(:disabled):not(.disabled).active,
.page_amount .btn-primary:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page_amount button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page_amount .dropdown-menu {
    padding: 0;
    min-width: 100%;
}

.page_amount .dropdown-menu a {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

/*進度條_圓形*/
.progress_circle {
    display: block;
}

.progress_circle span {
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    background-color: #aaaaaa;
    cursor: default;
}

.progress_circle.nice span {
    background-color: #64ba68;
}

.progress_circle.complete span {
    background-color: #007bae;
}

.progress_circle.almost span {
    background-color: #f83c38;
}

.page_number {
    display: inline-block;
}

.page_number nav ul .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.page_number nav ul .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.page_number nav ul .page-item .page-link {
    background-color: #ffffff;
    color: #aaaaaa;
    border: 1px solid #dddddd;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 1px #aaaaaa;
    box-shadow: 0 1px #aaaaaa;
}

.page_number nav ul .page-item .page-link:hover {
    background-color: #f17900;
    color: #ffffff;
    border: 1px solid #f17900;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    height: 39px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.page_number nav ul .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page_number nav ul .page-item .page-link span {
    top: 2px;
}

.page_number nav ul .page-item.disabled .page-link {
    background-color: #eeeeee;
}

.page_number nav ul .page-item.active .page-link {
    background-color: #ff952a;
    color: #ffffff;
    border: 1px solid #ff952a;
}

.page_number nav ul .page-item.active .page-link:hover {
    height: 40px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/*footer底部時間*/
footer::before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    content: "";
    z-index: -1;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(transparent),
        to(rgba(0, 0, 0, 0.3))
    );
    background: linear-gradient(
        to right,
        transparent 0%,
        rgba(0, 0, 0, 0.3) 100%
    );
}

footer .footer_group {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer_group .online_user p {
    margin-bottom: 0;
    line-height: 1;
}

footer .footer_group .time_ec p {
    margin-bottom: 0;
    line-height: 1;
}

@media screen and (max-width: 639px) {
    footer::before {
        background: #000000;
        width: 100%;
    }
    footer .footer_group {
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        color: #ffffff;
    }
    footer .footer_group .time_ec p {
        display: block;
    }
}

/*編輯器區塊*/
/*幻燈片按鈕樣式*/
.viewer-container .viewer-title {
    font-size: 1.5rem;
    color: #ffffff;
    margin: 0 5% 10px;
}

.viewer-container .viewer-toolbar > ul > li {
    width: 45px;
    height: 45px;
}

.viewer-container .viewer-toolbar > ul > li::before {
    margin: 13px;
}

.viewer-container .viewer-button {
    width: 100px;
    height: 100px;
}

.viewer-container .viewer-button::before {
    bottom: 25px;
    left: 25px;
}

/*表格style  未有欄位寬 */
.table_st {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_st .tabel_header {
    background-color: #8c8c8c;
    color: #ffffff;
    border: 1px solid #8c8c8c;
    border-radius: 10px 10px 0 0;
}

.table_st .tabel_header th {
    font-weight: 100;
}

.table_st .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st .tabel_header.blue {
    background-color: #007bae;
    border: 1px solid #007bae;
}

.table_st .tabel_header.green {
    background-color: #64ba68;
    border: 1px solid #64ba68;
}

.table_st .tabel_header.red {
    background-color: #dc3545;
    border: 1px solid #dc3545;
}

.table_st .tabel_header.organge {
    background-color: #ff952a;
    border: 1px solid #ff952a;
}

.table_st thead {
    display: none;
}

.table_st thead tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    /*z-index*/
}

.table_st tbody tr:not(:first-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st tbody tr:not(:first-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st tbody tr th,
.table_st tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st tbody tr th.thw-1,
.table_st tbody tr td.thw-1 {
    width: calc(((100% / 16) * 1) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 1) - 1rem);
    flex: 1 1 calc(((100% / 16) * 1) - 1rem);
}

.table_st tbody tr th.thw-2,
.table_st tbody tr td.thw-2 {
    width: calc(((100% / 16) * 2) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 2) - 1rem);
    flex: 1 1 calc(((100% / 16) * 2) - 1rem);
}

.table_st tbody tr th.thw-3,
.table_st tbody tr td.thw-3 {
    width: calc(((100% / 16) * 3) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 3) - 1rem);
    flex: 1 1 calc(((100% / 16) * 3) - 1rem);
}

.table_st tbody tr th.thw-4,
.table_st tbody tr td.thw-4 {
    width: calc(((100% / 16) * 4) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 4) - 1rem);
    flex: 1 1 calc(((100% / 16) * 4) - 1rem);
}

.table_st tbody tr th.thw-5,
.table_st tbody tr td.thw-5 {
    width: calc(((100% / 16) * 5) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 5) - 1rem);
    flex: 1 1 calc(((100% / 16) * 5) - 1rem);
}

.table_st tbody tr th.thw-6,
.table_st tbody tr td.thw-6 {
    width: calc(((100% / 16) * 6) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 6) - 1rem);
    flex: 1 1 calc(((100% / 16) * 6) - 1rem);
}

.table_st tbody tr th.thw-7,
.table_st tbody tr td.thw-7 {
    width: calc(((100% / 16) * 7) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 7) - 1rem);
    flex: 1 1 calc(((100% / 16) * 7) - 1rem);
}

.table_st tbody tr th.thw-8,
.table_st tbody tr td.thw-8 {
    width: calc(((100% / 16) * 8) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 8) - 1rem);
    flex: 1 1 calc(((100% / 16) * 8) - 1rem);
}

.table_st tbody tr th.thw-9,
.table_st tbody tr td.thw-9 {
    width: calc(((100% / 16) * 9) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 9) - 1rem);
    flex: 1 1 calc(((100% / 16) * 9) - 1rem);
}

.table_st tbody tr th.thw-10,
.table_st tbody tr td.thw-10 {
    width: calc(((100% / 16) * 10) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 10) - 1rem);
    flex: 1 1 calc(((100% / 16) * 10) - 1rem);
}

.table_st tbody tr th.thw-11,
.table_st tbody tr td.thw-11 {
    width: calc(((100% / 16) * 11) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 11) - 1rem);
    flex: 1 1 calc(((100% / 16) * 11) - 1rem);
}

.table_st tbody tr th.thw-12,
.table_st tbody tr td.thw-12 {
    width: calc(((100% / 16) * 12) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 12) - 1rem);
    flex: 1 1 calc(((100% / 16) * 12) - 1rem);
}

.table_st tbody tr th.thw-13,
.table_st tbody tr td.thw-13 {
    width: calc(((100% / 16) * 13) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 13) - 1rem);
    flex: 1 1 calc(((100% / 16) * 13) - 1rem);
}

.table_st tbody tr th.thw-14,
.table_st tbody tr td.thw-14 {
    width: calc(((100% / 16) * 14) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 14) - 1rem);
    flex: 1 1 calc(((100% / 16) * 14) - 1rem);
}

.table_st tbody tr th.thw-15,
.table_st tbody tr td.thw-15 {
    width: calc(((100% / 16) * 15) - 1rem);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(((100% / 16) * 15) - 1rem);
    flex: 1 1 calc(((100% / 16) * 15) - 1rem);
}

.table_st tbody tr th.thw-16,
.table_st tbody tr td.thw-16 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.table_st tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st tbody tr th.check_all_mb {
    display: none;
    border-radius: 10px 10px 0 0;
}

.table_st tbody tr td {
    padding: 0.5rem 0.25rem;
}

.table_st tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st tbody tr td .priority {
    display: inline-block;
    padding: 0.125rem 0.25rem;
    border-radius: 5px;
    color: #ffffff;
}

.table_st tbody tr td .priority.lv1 {
    background-color: #dc3545;
}

.table_st tbody tr td .priority.lv2 {
    background-color: #ff952a;
}

.table_st tbody tr td .priority.lv3 {
    background-color: #007bae;
}

.table_st tbody tr td .priority.lv4 {
    background-color: #64ba68;
}

.table_st tbody tr td .table-title {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

.table_st tbody tr.product_theme td span {
    display: block;
    background-color: #aaaaaa;
    color: #ffffff;
    border-radius: 5px;
}

.table_st tbody tr:nth-of-type(1) {
    z-index: 100;
}

.table_st tbody tr:nth-of-type(2) {
    z-index: 99;
}

.table_st tbody tr:nth-of-type(3) {
    z-index: 98;
}

.table_st tbody tr:nth-of-type(4) {
    z-index: 97;
}

.table_st tbody tr:nth-of-type(5) {
    z-index: 96;
}

.table_st tbody tr:nth-of-type(6) {
    z-index: 95;
}

.table_st tbody tr:nth-of-type(7) {
    z-index: 94;
}

.table_st tbody tr:nth-of-type(8) {
    z-index: 93;
}

.table_st tbody tr:nth-of-type(9) {
    z-index: 92;
}

.table_st tbody tr:nth-of-type(10) {
    z-index: 91;
}

.table_st tbody tr:nth-of-type(11) {
    z-index: 90;
}

.table_st tbody tr:nth-of-type(12) {
    z-index: 89;
}

.table_st tbody tr:nth-of-type(13) {
    z-index: 88;
}

.table_st tbody tr:nth-of-type(14) {
    z-index: 87;
}

.table_st tbody tr:nth-of-type(15) {
    z-index: 86;
}

.table_st tbody tr:nth-of-type(16) {
    z-index: 85;
}

.table_st tbody tr:nth-of-type(17) {
    z-index: 84;
}

.table_st tbody tr:nth-of-type(18) {
    z-index: 83;
}

.table_st tbody tr:nth-of-type(19) {
    z-index: 82;
}

.table_st tbody tr:nth-of-type(20) {
    z-index: 81;
}

.table_st tbody tr:nth-of-type(21) {
    z-index: 80;
}

.table_st tbody tr:nth-of-type(22) {
    z-index: 79;
}

.table_st tbody tr:nth-of-type(23) {
    z-index: 78;
}

.table_st tbody tr:nth-of-type(24) {
    z-index: 77;
}

.table_st tbody tr:nth-of-type(25) {
    z-index: 76;
}

.table_st tbody tr:nth-of-type(26) {
    z-index: 75;
}

.table_st tbody tr:nth-of-type(27) {
    z-index: 74;
}

.table_st tbody tr:nth-of-type(28) {
    z-index: 73;
}

.table_st tbody tr:nth-of-type(29) {
    z-index: 72;
}

.table_st tbody tr:nth-of-type(30) {
    z-index: 71;
}

.table_st tbody tr:nth-of-type(31) {
    z-index: 70;
}

.table_st tbody tr:nth-of-type(32) {
    z-index: 69;
}

.table_st tbody tr:nth-of-type(33) {
    z-index: 68;
}

.table_st tbody tr:nth-of-type(34) {
    z-index: 67;
}

.table_st tbody tr:nth-of-type(35) {
    z-index: 66;
}

.table_st tbody tr:nth-of-type(36) {
    z-index: 65;
}

.table_st tbody tr:nth-of-type(37) {
    z-index: 64;
}

.table_st tbody tr:nth-of-type(38) {
    z-index: 63;
}

.table_st tbody tr:nth-of-type(39) {
    z-index: 62;
}

.table_st tbody tr:nth-of-type(40) {
    z-index: 61;
}

.table_st tbody tr:nth-of-type(41) {
    z-index: 60;
}

.table_st tbody tr:nth-of-type(42) {
    z-index: 59;
}

.table_st tbody tr:nth-of-type(43) {
    z-index: 58;
}

.table_st tbody tr:nth-of-type(44) {
    z-index: 57;
}

.table_st tbody tr:nth-of-type(45) {
    z-index: 56;
}

.table_st tbody tr:nth-of-type(46) {
    z-index: 55;
}

.table_st tbody tr:nth-of-type(47) {
    z-index: 54;
}

.table_st tbody tr:nth-of-type(48) {
    z-index: 53;
}

.table_st tbody tr:nth-of-type(49) {
    z-index: 52;
}

.table_st tbody tr:nth-of-type(50) {
    z-index: 51;
}

.table_st tbody tr:nth-of-type(51) {
    z-index: 50;
}

.table_st tbody tr:nth-of-type(52) {
    z-index: 49;
}

.table_st tbody tr:nth-of-type(53) {
    z-index: 48;
}

.table_st tbody tr:nth-of-type(54) {
    z-index: 47;
}

.table_st tbody tr:nth-of-type(55) {
    z-index: 46;
}

.table_st tbody tr:nth-of-type(56) {
    z-index: 45;
}

.table_st tbody tr:nth-of-type(57) {
    z-index: 44;
}

.table_st tbody tr:nth-of-type(58) {
    z-index: 43;
}

.table_st tbody tr:nth-of-type(59) {
    z-index: 42;
}

.table_st tbody tr:nth-of-type(60) {
    z-index: 41;
}

.table_st tbody tr:nth-of-type(61) {
    z-index: 40;
}

.table_st tbody tr:nth-of-type(62) {
    z-index: 39;
}

.table_st tbody tr:nth-of-type(63) {
    z-index: 38;
}

.table_st tbody tr:nth-of-type(64) {
    z-index: 37;
}

.table_st tbody tr:nth-of-type(65) {
    z-index: 36;
}

.table_st tbody tr:nth-of-type(66) {
    z-index: 35;
}

.table_st tbody tr:nth-of-type(67) {
    z-index: 34;
}

.table_st tbody tr:nth-of-type(68) {
    z-index: 33;
}

.table_st tbody tr:nth-of-type(69) {
    z-index: 32;
}

.table_st tbody tr:nth-of-type(70) {
    z-index: 31;
}

.table_st tbody tr:nth-of-type(71) {
    z-index: 30;
}

.table_st tbody tr:nth-of-type(72) {
    z-index: 29;
}

.table_st tbody tr:nth-of-type(73) {
    z-index: 28;
}

.table_st tbody tr:nth-of-type(74) {
    z-index: 27;
}

.table_st tbody tr:nth-of-type(75) {
    z-index: 26;
}

.table_st tbody tr:nth-of-type(76) {
    z-index: 25;
}

.table_st tbody tr:nth-of-type(77) {
    z-index: 24;
}

.table_st tbody tr:nth-of-type(78) {
    z-index: 23;
}

.table_st tbody tr:nth-of-type(79) {
    z-index: 22;
}

.table_st tbody tr:nth-of-type(80) {
    z-index: 21;
}

.table_st tbody tr:nth-of-type(81) {
    z-index: 20;
}

.table_st tbody tr:nth-of-type(82) {
    z-index: 19;
}

.table_st tbody tr:nth-of-type(83) {
    z-index: 18;
}

.table_st tbody tr:nth-of-type(84) {
    z-index: 17;
}

.table_st tbody tr:nth-of-type(85) {
    z-index: 16;
}

.table_st tbody tr:nth-of-type(86) {
    z-index: 15;
}

.table_st tbody tr:nth-of-type(87) {
    z-index: 14;
}

.table_st tbody tr:nth-of-type(88) {
    z-index: 13;
}

.table_st tbody tr:nth-of-type(89) {
    z-index: 12;
}

.table_st tbody tr:nth-of-type(90) {
    z-index: 11;
}

.table_st tbody tr:nth-of-type(91) {
    z-index: 10;
}

.table_st tbody tr:nth-of-type(92) {
    z-index: 9;
}

.table_st tbody tr:nth-of-type(93) {
    z-index: 8;
}

.table_st tbody tr:nth-of-type(94) {
    z-index: 7;
}

.table_st tbody tr:nth-of-type(95) {
    z-index: 6;
}

.table_st tbody tr:nth-of-type(96) {
    z-index: 5;
}

.table_st tbody tr:nth-of-type(97) {
    z-index: 4;
}

.table_st tbody tr:nth-of-type(98) {
    z-index: 3;
}

.table_st tbody tr:nth-of-type(99) {
    z-index: 2;
}

.table_st tbody tr:nth-of-type(100) {
    z-index: 1;
}

.table_st tbody tr:nth-of-type(101) {
    z-index: 0;
}

.table_st tbody tr:last-of-type {
    border-radius: 0 0 10px 10px;
    padding: 0 0.5rem;
}

.table_st tbody tr:last-of-type.uptop {
    z-index: 100;
}

.table_st.tow-move tbody tr:not(:first-of-type) {
    background-color: #e1f6ff;
    cursor: -webkit-grab;
    cursor: grab;
}

.table_st.tow-move tbody tr td .tow-box {
    display: block;
}

.table_st.tow-move tbody tr .btn_group.fun_btn.operating .btn {
    display: none;
}

.table_st.product_progress_ing tbody tr th,
.table_st.product_progress_ing tbody tr td {
    width: 11.111%;
}

.table_st.product_progress_edit tbody tr th,
.table_st.product_progress_edit tbody tr td {
    width: 16.666666%;
}

.table_st.product_progress_ok tbody tr th,
.table_st.product_progress_ok tbody tr td {
    width: 25%;
}

.table_st.row8 tbody tr th,
.table_st.row8 tbody tr td {
    width: 12.5%;
}

.table_st.row7 tbody tr th,
.table_st.row7 tbody tr td {
    width: 14.28571428571429%;
}

.table_st.row6 tbody tr th,
.table_st.row6 tbody tr td {
    width: 16.66666%;
}

.table_st.row5 tbody tr th,
.table_st.row5 tbody tr td {
    width: 20%;
}

.table_st.row4 tbody tr th,
.table_st.row4 tbody tr td {
    width: 25%;
}

.table_st.row3 tbody tr th,
.table_st.row3 tbody tr td {
    width: 33.3333%;
}

.table_st.row2 tbody tr th,
.table_st.row2 tbody tr td {
    width: 50%;
}

.table_st.administrator_group .tabel_header {
    background-color: #007bae;
    border: 1px solid #007bae;
}

.table_st.administrator_group tbody tr th:nth-of-type(1),
.table_st.administrator_group tbody tr td:nth-of-type(1) {
    width: 200px;
}

.table_st.administrator_group tbody tr th:nth-of-type(2),
.table_st.administrator_group tbody tr td:nth-of-type(2) {
    width: calc(100% - 410px);
}

.table_st.administrator_group tbody tr th:nth-of-type(3),
.table_st.administrator_group tbody tr td:nth-of-type(3) {
    width: 210px;
}

.table_st.administrator_group tbody tr td:nth-of-type(2) {
    text-align: left;
}

.table_st.administrator_group tbody tr:last-of-type td:nth-of-type(1),
.table_st.administrator_group tbody tr:last-of-type td:nth-of-type(2),
.table_st.administrator_group tbody tr:last-of-type th:nth-of-type(1),
.table_st.administrator_group tbody tr:last-of-type th:nth-of-type(2) {
    width: auto;
}

.table_st.administrator_group tbody tr:last-of-type td {
    padding: 0.5rem 1rem;
}

@media screen and (max-width: 1023px) {
    .table_st thead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .table_st thead tr {
        width: 100%;
    }
    .table_st thead tr th {
        display: block;
    }
    .table_st tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st tbody .tabel_header {
        display: none;
    }
    .table_st tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st tbody tr:not(:last-of-type) td {
        padding-left: 5.5rem;
    }
    .table_st tbody tr:not(:last-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st tbody tr td .table-title {
        display: block;
    }
    .table_st tbody tr td:not(:last-of-type) {
        border-bottom: 1px solid #eeeeee;
    }
    .table_st tbody tr:not(:first-of-type):hover {
        background-color: #ffffff;
    }
    .table_st tbody tr:last-of-type td {
        width: 100%;
        border-bottom: 0;
    }
    .table_st tbody tr.clear-td::before {
        display: none;
    }
    .table_st tbody tr.clear-td td {
        padding-left: 0;
    }
    .table_st.product_progress_ing tbody tr th,
    .table_st.product_progress_ing tbody tr td,
    .table_st.product_progress_edit tbody tr th,
    .table_st.product_progress_edit tbody tr td,
    .table_st.product_progress_ok tbody tr th,
    .table_st.product_progress_ok tbody tr td,
    .table_st.row5 tbody tr th,
    .table_st.row5 tbody tr td {
        width: 100%;
    }
    .table_st.product_progress_ing tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st.product_progress_edit tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #64ba68;
    }
    .table_st.product_progress_ok tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #ff952a;
    }
    .table_st.row5 tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #dc3545;
    }
}

@media screen and (min-width: 320px) {
    .table_st tbody tr th.thw-xs-1,
    .table_st tbody tr td.thw-xs-1 {
        width: calc(((100% / 16) * 1) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 1) - 1rem);
        flex-basis: calc(((100% / 16) * 1) - 1rem);
    }
    .table_st tbody tr th.thw-xs-2,
    .table_st tbody tr td.thw-xs-2 {
        width: calc(((100% / 16) * 2) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 2) - 1rem);
        flex-basis: calc(((100% / 16) * 2) - 1rem);
    }
    .table_st tbody tr th.thw-xs-3,
    .table_st tbody tr td.thw-xs-3 {
        width: calc(((100% / 16) * 3) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 3) - 1rem);
        flex-basis: calc(((100% / 16) * 3) - 1rem);
    }
    .table_st tbody tr th.thw-xs-4,
    .table_st tbody tr td.thw-xs-4 {
        width: calc(((100% / 16) * 4) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 4) - 1rem);
        flex-basis: calc(((100% / 16) * 4) - 1rem);
    }
    .table_st tbody tr th.thw-xs-5,
    .table_st tbody tr td.thw-xs-5 {
        width: calc(((100% / 16) * 5) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 5) - 1rem);
        flex-basis: calc(((100% / 16) * 5) - 1rem);
    }
    .table_st tbody tr th.thw-xs-6,
    .table_st tbody tr td.thw-xs-6 {
        width: calc(((100% / 16) * 6) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 6) - 1rem);
        flex-basis: calc(((100% / 16) * 6) - 1rem);
    }
    .table_st tbody tr th.thw-xs-7,
    .table_st tbody tr td.thw-xs-7 {
        width: calc(((100% / 16) * 7) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 7) - 1rem);
        flex-basis: calc(((100% / 16) * 7) - 1rem);
    }
    .table_st tbody tr th.thw-xs-8,
    .table_st tbody tr td.thw-xs-8 {
        width: calc(((100% / 16) * 8) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 8) - 1rem);
        flex-basis: calc(((100% / 16) * 8) - 1rem);
    }
    .table_st tbody tr th.thw-xs-9,
    .table_st tbody tr td.thw-xs-9 {
        width: calc(((100% / 16) * 9) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 9) - 1rem);
        flex-basis: calc(((100% / 16) * 9) - 1rem);
    }
    .table_st tbody tr th.thw-xs-10,
    .table_st tbody tr td.thw-xs-10 {
        width: calc(((100% / 16) * 10) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 10) - 1rem);
        flex-basis: calc(((100% / 16) * 10) - 1rem);
    }
    .table_st tbody tr th.thw-xs-11,
    .table_st tbody tr td.thw-xs-11 {
        width: calc(((100% / 16) * 11) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 11) - 1rem);
        flex-basis: calc(((100% / 16) * 11) - 1rem);
    }
    .table_st tbody tr th.thw-xs-12,
    .table_st tbody tr td.thw-xs-12 {
        width: calc(((100% / 16) * 12) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 12) - 1rem);
        flex-basis: calc(((100% / 16) * 12) - 1rem);
    }
    .table_st tbody tr th.thw-xs-13,
    .table_st tbody tr td.thw-xs-13 {
        width: calc(((100% / 16) * 13) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 13) - 1rem);
        flex-basis: calc(((100% / 16) * 13) - 1rem);
    }
    .table_st tbody tr th.thw-xs-14,
    .table_st tbody tr td.thw-xs-14 {
        width: calc(((100% / 16) * 14) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 14) - 1rem);
        flex-basis: calc(((100% / 16) * 14) - 1rem);
    }
    .table_st tbody tr th.thw-xs-15,
    .table_st tbody tr td.thw-xs-15 {
        width: calc(((100% / 16) * 15) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 15) - 1rem);
        flex-basis: calc(((100% / 16) * 15) - 1rem);
    }
    .table_st tbody tr th.thw-xs-16,
    .table_st tbody tr td.thw-xs-16 {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media screen and (min-width: 992px) {
    .table_st tbody tr th.thw-md-1,
    .table_st tbody tr td.thw-md-1 {
        width: calc(((100% / 16) * 1) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 1) - 1rem);
        flex-basis: calc(((100% / 16) * 1) - 1rem);
    }
    .table_st tbody tr th.thw-md-2,
    .table_st tbody tr td.thw-md-2 {
        width: calc(((100% / 16) * 2) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 2) - 1rem);
        flex-basis: calc(((100% / 16) * 2) - 1rem);
    }
    .table_st tbody tr th.thw-md-3,
    .table_st tbody tr td.thw-md-3 {
        width: calc(((100% / 16) * 3) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 3) - 1rem);
        flex-basis: calc(((100% / 16) * 3) - 1rem);
    }
    .table_st tbody tr th.thw-md-4,
    .table_st tbody tr td.thw-md-4 {
        width: calc(((100% / 16) * 4) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 4) - 1rem);
        flex-basis: calc(((100% / 16) * 4) - 1rem);
    }
    .table_st tbody tr th.thw-md-5,
    .table_st tbody tr td.thw-md-5 {
        width: calc(((100% / 16) * 5) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 5) - 1rem);
        flex-basis: calc(((100% / 16) * 5) - 1rem);
    }
    .table_st tbody tr th.thw-md-6,
    .table_st tbody tr td.thw-md-6 {
        width: calc(((100% / 16) * 6) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 6) - 1rem);
        flex-basis: calc(((100% / 16) * 6) - 1rem);
    }
    .table_st tbody tr th.thw-md-7,
    .table_st tbody tr td.thw-md-7 {
        width: calc(((100% / 16) * 7) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 7) - 1rem);
        flex-basis: calc(((100% / 16) * 7) - 1rem);
    }
    .table_st tbody tr th.thw-md-8,
    .table_st tbody tr td.thw-md-8 {
        width: calc(((100% / 16) * 8) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 8) - 1rem);
        flex-basis: calc(((100% / 16) * 8) - 1rem);
    }
    .table_st tbody tr th.thw-md-9,
    .table_st tbody tr td.thw-md-9 {
        width: calc(((100% / 16) * 9) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 9) - 1rem);
        flex-basis: calc(((100% / 16) * 9) - 1rem);
    }
    .table_st tbody tr th.thw-md-10,
    .table_st tbody tr td.thw-md-10 {
        width: calc(((100% / 16) * 10) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 10) - 1rem);
        flex-basis: calc(((100% / 16) * 10) - 1rem);
    }
    .table_st tbody tr th.thw-md-11,
    .table_st tbody tr td.thw-md-11 {
        width: calc(((100% / 16) * 11) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 11) - 1rem);
        flex-basis: calc(((100% / 16) * 11) - 1rem);
    }
    .table_st tbody tr th.thw-md-12,
    .table_st tbody tr td.thw-md-12 {
        width: calc(((100% / 16) * 12) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 12) - 1rem);
        flex-basis: calc(((100% / 16) * 12) - 1rem);
    }
    .table_st tbody tr th.thw-md-13,
    .table_st tbody tr td.thw-md-13 {
        width: calc(((100% / 16) * 13) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 13) - 1rem);
        flex-basis: calc(((100% / 16) * 13) - 1rem);
    }
    .table_st tbody tr th.thw-md-14,
    .table_st tbody tr td.thw-md-14 {
        width: calc(((100% / 16) * 14) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 14) - 1rem);
        flex-basis: calc(((100% / 16) * 14) - 1rem);
    }
    .table_st tbody tr th.thw-md-15,
    .table_st tbody tr td.thw-md-15 {
        width: calc(((100% / 16) * 15) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 15) - 1rem);
        flex-basis: calc(((100% / 16) * 15) - 1rem);
    }
    .table_st tbody tr th.thw-md-16,
    .table_st tbody tr td.thw-md-16 {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media screen and (min-width: 1024px) {
    .table_st tbody tr th.thw-lg-1,
    .table_st tbody tr td.thw-lg-1 {
        width: calc(((100% / 16) * 1) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 1) - 1rem);
        flex-basis: calc(((100% / 16) * 1) - 1rem);
    }
    .table_st tbody tr th.thw-lg-2,
    .table_st tbody tr td.thw-lg-2 {
        width: calc(((100% / 16) * 2) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 2) - 1rem);
        flex-basis: calc(((100% / 16) * 2) - 1rem);
    }
    .table_st tbody tr th.thw-lg-3,
    .table_st tbody tr td.thw-lg-3 {
        width: calc(((100% / 16) * 3) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 3) - 1rem);
        flex-basis: calc(((100% / 16) * 3) - 1rem);
    }
    .table_st tbody tr th.thw-lg-4,
    .table_st tbody tr td.thw-lg-4 {
        width: calc(((100% / 16) * 4) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 4) - 1rem);
        flex-basis: calc(((100% / 16) * 4) - 1rem);
    }
    .table_st tbody tr th.thw-lg-5,
    .table_st tbody tr td.thw-lg-5 {
        width: calc(((100% / 16) * 5) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 5) - 1rem);
        flex-basis: calc(((100% / 16) * 5) - 1rem);
    }
    .table_st tbody tr th.thw-lg-6,
    .table_st tbody tr td.thw-lg-6 {
        width: calc(((100% / 16) * 6) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 6) - 1rem);
        flex-basis: calc(((100% / 16) * 6) - 1rem);
    }
    .table_st tbody tr th.thw-lg-7,
    .table_st tbody tr td.thw-lg-7 {
        width: calc(((100% / 16) * 7) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 7) - 1rem);
        flex-basis: calc(((100% / 16) * 7) - 1rem);
    }
    .table_st tbody tr th.thw-lg-8,
    .table_st tbody tr td.thw-lg-8 {
        width: calc(((100% / 16) * 8) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 8) - 1rem);
        flex-basis: calc(((100% / 16) * 8) - 1rem);
    }
    .table_st tbody tr th.thw-lg-9,
    .table_st tbody tr td.thw-lg-9 {
        width: calc(((100% / 16) * 9) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 9) - 1rem);
        flex-basis: calc(((100% / 16) * 9) - 1rem);
    }
    .table_st tbody tr th.thw-lg-10,
    .table_st tbody tr td.thw-lg-10 {
        width: calc(((100% / 16) * 10) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 10) - 1rem);
        flex-basis: calc(((100% / 16) * 10) - 1rem);
    }
    .table_st tbody tr th.thw-lg-11,
    .table_st tbody tr td.thw-lg-11 {
        width: calc(((100% / 16) * 11) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 11) - 1rem);
        flex-basis: calc(((100% / 16) * 11) - 1rem);
    }
    .table_st tbody tr th.thw-lg-12,
    .table_st tbody tr td.thw-lg-12 {
        width: calc(((100% / 16) * 12) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 12) - 1rem);
        flex-basis: calc(((100% / 16) * 12) - 1rem);
    }
    .table_st tbody tr th.thw-lg-13,
    .table_st tbody tr td.thw-lg-13 {
        width: calc(((100% / 16) * 13) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 13) - 1rem);
        flex-basis: calc(((100% / 16) * 13) - 1rem);
    }
    .table_st tbody tr th.thw-lg-14,
    .table_st tbody tr td.thw-lg-14 {
        width: calc(((100% / 16) * 14) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 14) - 1rem);
        flex-basis: calc(((100% / 16) * 14) - 1rem);
    }
    .table_st tbody tr th.thw-lg-15,
    .table_st tbody tr td.thw-lg-15 {
        width: calc(((100% / 16) * 15) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 15) - 1rem);
        flex-basis: calc(((100% / 16) * 15) - 1rem);
    }
    .table_st tbody tr th.thw-lg-16,
    .table_st tbody tr td.thw-lg-16 {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media screen and (min-width: 1440px) {
    .table_st tbody tr th.thw-xl-1,
    .table_st tbody tr td.thw-xl-1 {
        width: calc(((100% / 16) * 1) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        flex: 1 1 calc(((100% / 16) * 1) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 1) - 1rem);
        flex-basis: calc(((100% / 16) * 1) - 1rem);
    }
    .table_st tbody tr th.thw-xl-2,
    .table_st tbody tr td.thw-xl-2 {
        width: calc(((100% / 16) * 2) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        flex: 1 1 calc(((100% / 16) * 2) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 2) - 1rem);
        flex-basis: calc(((100% / 16) * 2) - 1rem);
    }
    .table_st tbody tr th.thw-xl-3,
    .table_st tbody tr td.thw-xl-3 {
        width: calc(((100% / 16) * 3) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        flex: 1 1 calc(((100% / 16) * 3) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 3) - 1rem);
        flex-basis: calc(((100% / 16) * 3) - 1rem);
    }
    .table_st tbody tr th.thw-xl-4,
    .table_st tbody tr td.thw-xl-4 {
        width: calc(((100% / 16) * 4) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        flex: 1 1 calc(((100% / 16) * 4) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 4) - 1rem);
        flex-basis: calc(((100% / 16) * 4) - 1rem);
    }
    .table_st tbody tr th.thw-xl-5,
    .table_st tbody tr td.thw-xl-5 {
        width: calc(((100% / 16) * 5) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        flex: 1 1 calc(((100% / 16) * 5) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 5) - 1rem);
        flex-basis: calc(((100% / 16) * 5) - 1rem);
    }
    .table_st tbody tr th.thw-xl-6,
    .table_st tbody tr td.thw-xl-6 {
        width: calc(((100% / 16) * 6) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        flex: 1 1 calc(((100% / 16) * 6) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 6) - 1rem);
        flex-basis: calc(((100% / 16) * 6) - 1rem);
    }
    .table_st tbody tr th.thw-xl-7,
    .table_st tbody tr td.thw-xl-7 {
        width: calc(((100% / 16) * 7) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        flex: 1 1 calc(((100% / 16) * 7) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 7) - 1rem);
        flex-basis: calc(((100% / 16) * 7) - 1rem);
    }
    .table_st tbody tr th.thw-xl-8,
    .table_st tbody tr td.thw-xl-8 {
        width: calc(((100% / 16) * 8) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        flex: 1 1 calc(((100% / 16) * 8) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 8) - 1rem);
        flex-basis: calc(((100% / 16) * 8) - 1rem);
    }
    .table_st tbody tr th.thw-xl-9,
    .table_st tbody tr td.thw-xl-9 {
        width: calc(((100% / 16) * 9) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        flex: 1 1 calc(((100% / 16) * 9) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 9) - 1rem);
        flex-basis: calc(((100% / 16) * 9) - 1rem);
    }
    .table_st tbody tr th.thw-xl-10,
    .table_st tbody tr td.thw-xl-10 {
        width: calc(((100% / 16) * 10) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        flex: 1 1 calc(((100% / 16) * 10) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 10) - 1rem);
        flex-basis: calc(((100% / 16) * 10) - 1rem);
    }
    .table_st tbody tr th.thw-xl-11,
    .table_st tbody tr td.thw-xl-11 {
        width: calc(((100% / 16) * 11) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        flex: 1 1 calc(((100% / 16) * 11) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 11) - 1rem);
        flex-basis: calc(((100% / 16) * 11) - 1rem);
    }
    .table_st tbody tr th.thw-xl-12,
    .table_st tbody tr td.thw-xl-12 {
        width: calc(((100% / 16) * 12) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        flex: 1 1 calc(((100% / 16) * 12) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 12) - 1rem);
        flex-basis: calc(((100% / 16) * 12) - 1rem);
    }
    .table_st tbody tr th.thw-xl-13,
    .table_st tbody tr td.thw-xl-13 {
        width: calc(((100% / 16) * 13) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        flex: 1 1 calc(((100% / 16) * 13) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 13) - 1rem);
        flex-basis: calc(((100% / 16) * 13) - 1rem);
    }
    .table_st tbody tr th.thw-xl-14,
    .table_st tbody tr td.thw-xl-14 {
        width: calc(((100% / 16) * 14) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        flex: 1 1 calc(((100% / 16) * 14) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 14) - 1rem);
        flex-basis: calc(((100% / 16) * 14) - 1rem);
    }
    .table_st tbody tr th.thw-xl-15,
    .table_st tbody tr td.thw-xl-15 {
        width: calc(((100% / 16) * 15) - 1rem);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        flex: 1 1 calc(((100% / 16) * 15) - 1rem);
        -ms-flex-preferred-size: calc(((100% / 16) * 15) - 1rem);
        flex-basis: calc(((100% / 16) * 15) - 1rem);
    }
    .table_st tbody tr th.thw-xl-16,
    .table_st tbody tr td.thw-xl-16 {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

/*表格style_1  6欄*/
.table_st_1 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.table_st_1 tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st_1 tbody .tabel_header {
    background-color: #007bae;
    color: #ffffff;
}

.table_st_1 tbody .tabel_header th {
    font-weight: 100;
}

.table_st_1 tbody .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st_1 tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_st_1 tbody tr:not(:first-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st_1 tbody tr:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st_1 tbody tr th,
.table_st_1 tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st_1 tbody tr th:nth-of-type(1),
.table_st_1 tbody tr td:nth-of-type(1) {
    width: 8%;
}

.table_st_1 tbody tr th:nth-of-type(2),
.table_st_1 tbody tr td:nth-of-type(2) {
    width: calc(100% - 43% - 60px);
}

.table_st_1 tbody tr th:nth-of-type(3),
.table_st_1 tbody tr td:nth-of-type(3) {
    width: 60px;
}

.table_st_1 tbody tr th:nth-of-type(4),
.table_st_1 tbody tr td:nth-of-type(4) {
    width: 10%;
}

.table_st_1 tbody tr th:nth-of-type(5),
.table_st_1 tbody tr td:nth-of-type(5) {
    width: 10%;
}

.table_st_1 tbody tr th:nth-of-type(6),
.table_st_1 tbody tr td:nth-of-type(6) {
    width: 15%;
}

.table_st_1 tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st_1 tbody tr td {
    padding: 0.5rem 0;
}

.table_st_1 tbody tr td:nth-of-type(2) {
    text-align: left;
}

.table_st_1 tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st_1 tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_1 tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_1 tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st_1 tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st_1 tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_1 tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_1 tbody tr td .img_box.notimg {
    cursor: default;
}

.table_st_1 tbody tr td .img_box.notimg::before,
.table_st_1 tbody tr td .img_box.notimg::after {
    display: none;
}

.table_st_1.tow-move tbody tr:not(:first-of-type) {
    background-color: #e1f6ff;
    cursor: -webkit-grab;
    cursor: grab;
}

.table_st_1.tow-move tbody tr td .tow-box {
    display: block;
}

.table_st_1.tow-move tbody tr .btn_group.fun_btn.operating .btn {
    display: none;
}

@media screen and (max-width: 1023px) {
    .table_st_1 tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_1 tbody .tabel_header {
        display: none;
    }
    .table_st_1 tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_1 tbody tr th,
    .table_st_1 tbody tr td {
        padding: 0.5rem;
    }
    .table_st_1 tbody tr th:nth-of-type(1),
    .table_st_1 tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .table_st_1 tbody tr th:nth-of-type(2),
    .table_st_1 tbody tr td:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }
    .table_st_1 tbody tr th:nth-of-type(3),
    .table_st_1 tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .table_st_1 tbody tr th:nth-of-type(4),
    .table_st_1 tbody tr td:nth-of-type(4) {
        width: 100%;
    }
    .table_st_1 tbody tr th:nth-of-type(5),
    .table_st_1 tbody tr td:nth-of-type(5) {
        width: 100%;
    }
    .table_st_1 tbody tr th:nth-of-type(6),
    .table_st_1 tbody tr td:nth-of-type(6) {
        width: 100%;
    }
    .table_st_1 tbody tr:not(:first-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st_1 tbody tr:not(:first-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st_1 tbody tr:not(:first-of-type):hover {
        background-color: #ffffff;
    }
    .table_st_1 tbody tr:last-of-type {
        border-bottom: none;
    }
    .table_st_1 tbody tr td {
        padding-left: 5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .table_st_1 tbody tr td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .table_st_1 tbody tr td:nth-of-type(1)::before {
        content: "排序";
    }
    .table_st_1 tbody tr td:nth-of-type(2)::before {
        content: "名稱";
    }
    .table_st_1 tbody tr td:nth-of-type(3)::before {
        content: "圖片";
    }
    .table_st_1 tbody tr td:nth-of-type(4)::before {
        content: "格式";
    }
    .table_st_1 tbody tr td:nth-of-type(5)::before {
        content: "啟用";
    }
    .table_st_1 tbody tr td:nth-of-type(6)::before {
        content: "操作";
    }
}

/*表格style_2  8欄*/
.table_st_2 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_st_2 tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st_2 tbody .tabel_header {
    background-color: #007bae;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.table_st_2 tbody .tabel_header th {
    font-weight: 100;
}

.table_st_2 tbody .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st_2 tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_st_2 tbody tr:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st_2 tbody tr:not(:first-of-type):not(:last-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st_2 tbody tr:last-of-type td {
    padding: 0.5rem 1rem;
}

.table_st_2 tbody tr:last-of-type td:nth-of-type(1),
.table_st_2 tbody tr:last-of-type td:nth-of-type(2),
.table_st_2 tbody tr:last-of-type td:nth-of-type(3),
.table_st_2 tbody tr:last-of-type td:nth-of-type(4),
.table_st_2 tbody tr:last-of-type td:nth-of-type(5),
.table_st_2 tbody tr:last-of-type td:nth-of-type(6),
.table_st_2 tbody tr:last-of-type td:nth-of-type(7),
.table_st_2 tbody tr:last-of-type td:nth-of-type(8) {
    width: auto;
}

.table_st_2 tbody tr th,
.table_st_2 tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st_2 tbody tr th:nth-of-type(1),
.table_st_2 tbody tr td:nth-of-type(1) {
    width: 80px;
}

.table_st_2 tbody tr th:nth-of-type(2),
.table_st_2 tbody tr td:nth-of-type(2) {
    width: 100px;
}

.table_st_2 tbody tr th:nth-of-type(3),
.table_st_2 tbody tr td:nth-of-type(3) {
    width: 10%;
}

.table_st_2 tbody tr th:nth-of-type(4),
.table_st_2 tbody tr td:nth-of-type(4) {
    width: calc(100% - 20% - 540px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table_st_2 tbody tr th:nth-of-type(5),
.table_st_2 tbody tr td:nth-of-type(5) {
    width: 10%;
}

.table_st_2 tbody tr th:nth-of-type(6),
.table_st_2 tbody tr td:nth-of-type(6) {
    width: 80px;
}

.table_st_2 tbody tr th:nth-of-type(7),
.table_st_2 tbody tr td:nth-of-type(7) {
    width: 80px;
}

.table_st_2 tbody tr th:nth-of-type(8),
.table_st_2 tbody tr td:nth-of-type(8) {
    width: 200px;
}

.table_st_2 tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st_2 tbody tr th.check_all_mb {
    display: none;
    border-radius: 10px 10px 0 0;
}

.table_st_2 tbody tr td {
    padding: 0.5rem 0;
}

.table_st_2 tbody tr td:nth-of-type(4) {
    text-align: left;
}

.table_st_2 tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st_2 tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_2 tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_2 tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st_2 tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st_2 tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_2 tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_2.tow-move tbody tr:not(:first-of-type) {
    background-color: #e1f6ff;
    cursor: -webkit-grab;
    cursor: grab;
}

.table_st_2.tow-move tbody tr td .tow-box {
    display: block;
}

.table_st_2.tow-move tbody tr .btn_group.fun_btn.operating .btn {
    display: none;
}

@media screen and (max-width: 1023px) {
    .table_st_2 tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_2 tbody .tabel_header {
        display: none;
    }
    .table_st_2 tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_2 tbody tr th {
        background-color: #007bae;
    }
    .table_st_2 tbody tr th::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "全選";
        color: #ffffff;
        font-weight: lighter;
    }
    .table_st_2 tbody tr th.check_all_mb {
        padding-left: 5.5rem;
        display: block;
    }
    .table_st_2 tbody tr th,
    .table_st_2 tbody tr td {
        padding: 0.5rem;
    }
    .table_st_2 tbody tr th:nth-of-type(1),
    .table_st_2 tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .table_st_2 tbody tr th:nth-of-type(2),
    .table_st_2 tbody tr td:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }
    .table_st_2 tbody tr th:nth-of-type(3),
    .table_st_2 tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .table_st_2 tbody tr th:nth-of-type(4),
    .table_st_2 tbody tr td:nth-of-type(4) {
        width: 100%;
        text-align: center;
        white-space: pre-wrap;
    }
    .table_st_2 tbody tr th:nth-of-type(5),
    .table_st_2 tbody tr td:nth-of-type(5) {
        width: 100%;
    }
    .table_st_2 tbody tr th:nth-of-type(6),
    .table_st_2 tbody tr td:nth-of-type(6) {
        width: 100%;
    }
    .table_st_2 tbody tr th:nth-of-type(7),
    .table_st_2 tbody tr td:nth-of-type(7) {
        width: 100%;
    }
    .table_st_2 tbody tr th:nth-of-type(8),
    .table_st_2 tbody tr td:nth-of-type(8) {
        width: 100%;
    }
    .table_st_2 tbody tr:last-of-type {
        border-bottom: none;
    }
    .table_st_2 tbody tr:last-of-type td {
        padding: 0.5rem 0rem;
    }
    .table_st_2 tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st_2 tbody tr:not(:last-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st_2 tbody tr:not(:last-of-type) td {
        padding-left: 5.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .table_st_2 tbody tr:not(:last-of-type) td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(1)::before {
        content: "選取";
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(2)::before {
        content: "發佈時間";
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(3)::before {
        content: "分類";
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(4)::before {
        content: "標題";
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(5)::before {
        content: "建立人";
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(6)::before {
        content: "置頂";
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(7)::before {
        content: "顯示";
    }
    .table_st_2 tbody tr:not(:last-of-type) td:nth-of-type(8)::before {
        content: "操作";
    }
    .table_st_2 tbody tr:not(:first-of-type):not(:last-of-type):hover {
        background-color: #ffffff;
    }
}

/*表格style_3  7欄 */
.table_st_3 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_st_3 tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st_3 tbody .tabel_header {
    background-color: #007bae;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.table_st_3 tbody .tabel_header th {
    font-weight: 100;
}

.table_st_3 tbody .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st_3 tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_st_3 tbody tr:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st_3 tbody tr:not(:first-of-type):not(:last-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st_3 tbody tr:last-of-type td {
    padding: 0.5rem 1rem;
}

.table_st_3 tbody tr:last-of-type td:nth-of-type(1),
.table_st_3 tbody tr:last-of-type td:nth-of-type(2),
.table_st_3 tbody tr:last-of-type td:nth-of-type(3),
.table_st_3 tbody tr:last-of-type td:nth-of-type(4),
.table_st_3 tbody tr:last-of-type td:nth-of-type(5),
.table_st_3 tbody tr:last-of-type td:nth-of-type(6),
.table_st_3 tbody tr:last-of-type td:nth-of-type(7) {
    width: auto;
}

.table_st_3 tbody tr th,
.table_st_3 tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st_3 tbody tr th:nth-of-type(1),
.table_st_3 tbody tr td:nth-of-type(1) {
    width: 80px;
}

.table_st_3 tbody tr th:nth-of-type(2),
.table_st_3 tbody tr td:nth-of-type(2) {
    width: 170px;
}

.table_st_3 tbody tr th:nth-of-type(3),
.table_st_3 tbody tr td:nth-of-type(3) {
    width: 80px;
}

.table_st_3 tbody tr th:nth-of-type(4),
.table_st_3 tbody tr td:nth-of-type(4) {
    width: 180px;
}

.table_st_3 tbody tr th:nth-of-type(5),
.table_st_3 tbody tr td:nth-of-type(5) {
    width: calc(100% - 800px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table_st_3 tbody tr th:nth-of-type(6),
.table_st_3 tbody tr td:nth-of-type(6) {
    width: 120px;
}

.table_st_3 tbody tr th:nth-of-type(7),
.table_st_3 tbody tr td:nth-of-type(7) {
    width: 150px;
}

.table_st_3 tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st_3 tbody tr th.check_all_mb {
    display: none;
    border-radius: 10px 10px 0 0;
}

.table_st_3 tbody tr td {
    padding: 0.5rem 0;
}

.table_st_3 tbody tr td:nth-of-type(5) {
    text-align: left;
}

.table_st_3 tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st_3 tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_3 tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_3 tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st_3 tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st_3 tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_3 tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_3.tow-move tbody tr:not(:first-of-type) {
    background-color: #e1f6ff;
    cursor: -webkit-grab;
    cursor: grab;
}

.table_st_3.tow-move tbody tr td .tow-box {
    display: block;
}

.table_st_3.tow-move tbody tr .btn_group.fun_btn.operating .btn {
    display: none;
}

@media screen and (max-width: 1439px) {
    .table_st_3 tbody tr th:nth-of-type(2),
    .table_st_3 tbody tr td:nth-of-type(2) {
        width: 100px;
    }
    .table_st_3 tbody tr th:nth-of-type(5),
    .table_st_3 tbody tr td:nth-of-type(5) {
        width: calc(100% - 700px);
    }
    .table_st_3 tbody tr th:nth-of-type(6),
    .table_st_3 tbody tr td:nth-of-type(6) {
        width: 80px;
    }
    .table_st_3 tbody tr th:nth-of-type(7),
    .table_st_3 tbody tr td:nth-of-type(7) {
        width: 150px;
    }
}

@media screen and (max-width: 1023px) {
    .table_st_3 tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_3 tbody .tabel_header {
        display: none;
    }
    .table_st_3 tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_3 tbody tr th {
        background-color: #007bae;
    }
    .table_st_3 tbody tr th::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "全選";
        color: #ffffff;
        font-weight: lighter;
    }
    .table_st_3 tbody tr th.check_all_mb {
        padding-left: 5.5rem;
        display: block;
    }
    .table_st_3 tbody tr th,
    .table_st_3 tbody tr td {
        padding: 0.5rem;
    }
    .table_st_3 tbody tr th:nth-of-type(1),
    .table_st_3 tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .table_st_3 tbody tr th:nth-of-type(2),
    .table_st_3 tbody tr td:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }
    .table_st_3 tbody tr th:nth-of-type(3),
    .table_st_3 tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .table_st_3 tbody tr th:nth-of-type(4),
    .table_st_3 tbody tr td:nth-of-type(4) {
        width: 100%;
    }
    .table_st_3 tbody tr th:nth-of-type(5),
    .table_st_3 tbody tr td:nth-of-type(5) {
        width: 100%;
        text-align: center;
        white-space: pre-wrap;
    }
    .table_st_3 tbody tr th:nth-of-type(6),
    .table_st_3 tbody tr td:nth-of-type(6) {
        width: 100%;
    }
    .table_st_3 tbody tr th:nth-of-type(7),
    .table_st_3 tbody tr td:nth-of-type(7) {
        width: 100%;
    }
    .table_st_3 tbody tr th:nth-of-type(8),
    .table_st_3 tbody tr td:nth-of-type(8) {
        width: 100%;
    }
    .table_st_3 tbody tr:last-of-type {
        border-bottom: none;
    }
    .table_st_3 tbody tr:last-of-type td {
        padding: 0.5rem 0rem;
    }
    .table_st_3 tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st_3 tbody tr:not(:last-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st_3 tbody tr:not(:last-of-type) td {
        padding-left: 5.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .table_st_3 tbody tr:not(:last-of-type) td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .table_st_3 tbody tr:not(:last-of-type) td:nth-of-type(1)::before {
        content: "選取";
    }
    .table_st_3 tbody tr:not(:last-of-type) td:nth-of-type(2)::before {
        content: "留言時間";
    }
    .table_st_3 tbody tr:not(:last-of-type) td:nth-of-type(3)::before {
        content: "姓名";
    }
    .table_st_3 tbody tr:not(:last-of-type) td:nth-of-type(4)::before {
        content: "電子信箱";
    }
    .table_st_3 tbody tr:not(:last-of-type) td:nth-of-type(5)::before {
        content: "標題";
    }
    .table_st_3 tbody tr:not(:last-of-type) td:nth-of-type(6)::before {
        content: "處理進度";
    }
    .table_st_3 tbody tr:not(:last-of-type) td:nth-of-type(7)::before {
        content: "操作";
    }
    .table_st_3 tbody tr:not(:first-of-type):not(:last-of-type):hover {
        background-color: #ffffff;
    }
}

/*表格administrator  7欄 */
.table_st_administrator {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_st_administrator tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st_administrator tbody .tabel_header {
    background-color: #007bae;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.table_st_administrator tbody .tabel_header th {
    font-weight: 100;
}

.table_st_administrator tbody .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st_administrator tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_st_administrator tbody tr:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st_administrator tbody tr:not(:first-of-type):not(:last-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st_administrator tbody tr:last-of-type td {
    padding: 0.5rem 1rem;
}

.table_st_administrator tbody tr:last-of-type td:nth-of-type(1),
.table_st_administrator tbody tr:last-of-type td:nth-of-type(2),
.table_st_administrator tbody tr:last-of-type td:nth-of-type(3),
.table_st_administrator tbody tr:last-of-type td:nth-of-type(4),
.table_st_administrator tbody tr:last-of-type td:nth-of-type(5),
.table_st_administrator tbody tr:last-of-type td:nth-of-type(6),
.table_st_administrator tbody tr:last-of-type td:nth-of-type(7) {
    width: auto;
}

.table_st_administrator tbody tr th,
.table_st_administrator tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st_administrator tbody tr th:nth-of-type(1),
.table_st_administrator tbody tr td:nth-of-type(1) {
    width: 80px;
}

.table_st_administrator tbody tr th:nth-of-type(2),
.table_st_administrator tbody tr td:nth-of-type(2) {
    width: 170px;
}

.table_st_administrator tbody tr th:nth-of-type(3),
.table_st_administrator tbody tr td:nth-of-type(3) {
    width: 150px;
}

.table_st_administrator tbody tr th:nth-of-type(4),
.table_st_administrator tbody tr td:nth-of-type(4) {
    width: calc(100% - 880px);
}

.table_st_administrator tbody tr th:nth-of-type(5),
.table_st_administrator tbody tr td:nth-of-type(5) {
    width: 150px;
}

.table_st_administrator tbody tr th:nth-of-type(6),
.table_st_administrator tbody tr td:nth-of-type(6) {
    width: 120px;
}

.table_st_administrator tbody tr th:nth-of-type(7),
.table_st_administrator tbody tr td:nth-of-type(7) {
    width: 210px;
}

.table_st_administrator tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st_administrator tbody tr th.check_all_mb {
    display: none;
    border-radius: 10px 10px 0 0;
}

.table_st_administrator tbody tr td {
    padding: 0.5rem 0;
}

.table_st_administrator tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st_administrator tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_administrator tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_administrator tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st_administrator tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st_administrator tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_administrator tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_administrator.tow-move tbody tr:not(:first-of-type) {
    background-color: #e1f6ff;
    cursor: -webkit-grab;
    cursor: grab;
}

.table_st_administrator.tow-move tbody tr td .tow-box {
    display: block;
}

.table_st_administrator.tow-move tbody tr .btn_group.fun_btn.operating .btn {
    display: none;
}

.table_st_administrator.row6 tbody tr th:nth-of-type(1),
.table_st_administrator.row6 tbody tr td:nth-of-type(1) {
    width: 80px;
}

.table_st_administrator.row6 tbody tr th:nth-of-type(2),
.table_st_administrator.row6 tbody tr td:nth-of-type(2) {
    width: 150px;
}

.table_st_administrator.row6 tbody tr th:nth-of-type(3),
.table_st_administrator.row6 tbody tr td:nth-of-type(3) {
    width: calc((100% - 560px) / 2);
}

.table_st_administrator.row6 tbody tr th:nth-of-type(4),
.table_st_administrator.row6 tbody tr td:nth-of-type(4) {
    width: calc((100% - 560px) / 2);
}

.table_st_administrator.row6 tbody tr th:nth-of-type(5),
.table_st_administrator.row6 tbody tr td:nth-of-type(5) {
    width: 120px;
}

.table_st_administrator.row6 tbody tr th:nth-of-type(6),
.table_st_administrator.row6 tbody tr td:nth-of-type(6) {
    width: 210px;
}

@media screen and (max-width: 1439px) {
    .table_st_administrator tbody tr th:nth-of-type(1),
    .table_st_administrator tbody tr td:nth-of-type(1) {
        width: 80px;
    }
    .table_st_administrator tbody tr th:nth-of-type(2),
    .table_st_administrator tbody tr td:nth-of-type(2) {
        width: 100px;
    }
    .table_st_administrator tbody tr th:nth-of-type(3),
    .table_st_administrator tbody tr td:nth-of-type(3) {
        width: 150px;
    }
    .table_st_administrator tbody tr th:nth-of-type(4),
    .table_st_administrator tbody tr td:nth-of-type(4) {
        width: calc(100% - 790px);
    }
    .table_st_administrator tbody tr th:nth-of-type(5),
    .table_st_administrator tbody tr td:nth-of-type(5) {
        width: 150px;
    }
    .table_st_administrator tbody tr th:nth-of-type(6),
    .table_st_administrator tbody tr td:nth-of-type(6) {
        width: 100px;
    }
    .table_st_administrator tbody tr th:nth-of-type(7),
    .table_st_administrator tbody tr td:nth-of-type(7) {
        width: 210px;
    }
}

@media screen and (max-width: 1023px) {
    .table_st_administrator tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_administrator tbody .tabel_header {
        display: none;
    }
    .table_st_administrator tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_administrator tbody tr th {
        background-color: #007bae;
    }
    .table_st_administrator tbody tr th::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "全選";
        color: #ffffff;
        font-weight: lighter;
    }
    .table_st_administrator tbody tr th.check_all_mb {
        padding-left: 5.5rem;
        display: block;
    }
    .table_st_administrator tbody tr th,
    .table_st_administrator tbody tr td {
        padding: 0.5rem;
    }
    .table_st_administrator tbody tr th:nth-of-type(1),
    .table_st_administrator tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .table_st_administrator tbody tr th:nth-of-type(2),
    .table_st_administrator tbody tr td:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }
    .table_st_administrator tbody tr th:nth-of-type(3),
    .table_st_administrator tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .table_st_administrator tbody tr th:nth-of-type(4),
    .table_st_administrator tbody tr td:nth-of-type(4) {
        width: 100%;
    }
    .table_st_administrator tbody tr th:nth-of-type(5),
    .table_st_administrator tbody tr td:nth-of-type(5) {
        width: 100%;
        text-align: center;
        white-space: pre-wrap;
    }
    .table_st_administrator tbody tr th:nth-of-type(6),
    .table_st_administrator tbody tr td:nth-of-type(6) {
        width: 100%;
    }
    .table_st_administrator tbody tr th:nth-of-type(7),
    .table_st_administrator tbody tr td:nth-of-type(7) {
        width: 100%;
    }
    .table_st_administrator tbody tr th:nth-of-type(8),
    .table_st_administrator tbody tr td:nth-of-type(8) {
        width: 100%;
    }
    .table_st_administrator tbody tr:last-of-type {
        border-bottom: none;
    }
    .table_st_administrator tbody tr:last-of-type td {
        padding: 0.5rem 0rem;
    }
    .table_st_administrator tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st_administrator tbody tr:not(:last-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st_administrator tbody tr:not(:last-of-type) td {
        padding-left: 5.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .table_st_administrator tbody tr:not(:last-of-type) td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .table_st_administrator
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(1)::before {
        content: "選取";
    }
    .table_st_administrator
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(2)::before {
        content: "新增時間";
    }
    .table_st_administrator
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(3)::before {
        content: "部門";
    }
    .table_st_administrator
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(4)::before {
        content: "帳號";
    }
    .table_st_administrator
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(5)::before {
        content: "姓名";
    }
    .table_st_administrator
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(6)::before {
        content: "啟用";
    }
    .table_st_administrator
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(7)::before {
        content: "操作";
    }
    .table_st_administrator
        tbody
        tr:not(:first-of-type):not(:last-of-type):hover {
        background-color: #ffffff;
    }
}

/*表格administrator_group  3欄 */
.table_st_administrator_group {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_st_administrator_group tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st_administrator_group tbody .tabel_header {
    background-color: #007bae;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.table_st_administrator_group tbody .tabel_header th {
    font-weight: 100;
}

.table_st_administrator_group tbody .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st_administrator_group tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_st_administrator_group tbody tr:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st_administrator_group
    tbody
    tr:not(:first-of-type):not(:last-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st_administrator_group tbody tr:last-of-type td {
    padding: 0.5rem 1rem;
}

.table_st_administrator_group tbody tr:last-of-type td:nth-of-type(1),
.table_st_administrator_group tbody tr:last-of-type td:nth-of-type(2),
.table_st_administrator_group tbody tr:last-of-type td:nth-of-type(3),
.table_st_administrator_group tbody tr:last-of-type td:nth-of-type(4),
.table_st_administrator_group tbody tr:last-of-type td:nth-of-type(5),
.table_st_administrator_group tbody tr:last-of-type td:nth-of-type(6),
.table_st_administrator_group tbody tr:last-of-type td:nth-of-type(7) {
    width: auto;
}

.table_st_administrator_group tbody tr th,
.table_st_administrator_group tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st_administrator_group tbody tr th:nth-of-type(1),
.table_st_administrator_group tbody tr td:nth-of-type(1) {
    width: 200px;
}

.table_st_administrator_group tbody tr th:nth-of-type(2),
.table_st_administrator_group tbody tr td:nth-of-type(2) {
    width: calc(100% - 410px);
}

.table_st_administrator_group tbody tr th:nth-of-type(3),
.table_st_administrator_group tbody tr td:nth-of-type(3) {
    width: 210px;
}

.table_st_administrator_group tbody tr td:nth-of-type(2) {
    text-align: left;
}

.table_st_administrator_group tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st_administrator_group tbody tr th.check_all_mb {
    display: none;
    border-radius: 10px 10px 0 0;
}

.table_st_administrator_group tbody tr td {
    padding: 0.5rem 0;
}

.table_st_administrator_group tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st_administrator_group tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_administrator_group tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_administrator_group tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st_administrator_group tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st_administrator_group tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_administrator_group tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_administrator_group.tow-move tbody tr:not(:first-of-type) {
    background-color: #e1f6ff;
    cursor: -webkit-grab;
    cursor: grab;
}

.table_st_administrator_group.tow-move tbody tr td .tow-box {
    display: block;
}

.table_st_administrator_group.tow-move
    tbody
    tr
    .btn_group.fun_btn.operating
    .btn {
    display: none;
}

@media screen and (max-width: 1023px) {
    .table_st_administrator_group tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_administrator_group tbody .tabel_header {
        display: none;
    }
    .table_st_administrator_group tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_administrator_group tbody tr th {
        background-color: #007bae;
    }
    .table_st_administrator_group tbody tr th.check_all_mb {
        display: block;
        color: #ffffff;
        font-weight: 100;
    }
    .table_st_administrator_group tbody tr th,
    .table_st_administrator_group tbody tr td {
        padding: 0.5rem;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(1),
    .table_st_administrator_group tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(2),
    .table_st_administrator_group tbody tr td:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(3),
    .table_st_administrator_group tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(4),
    .table_st_administrator_group tbody tr td:nth-of-type(4) {
        width: 100%;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(5),
    .table_st_administrator_group tbody tr td:nth-of-type(5) {
        width: 100%;
        text-align: center;
        white-space: pre-wrap;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(6),
    .table_st_administrator_group tbody tr td:nth-of-type(6) {
        width: 100%;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(7),
    .table_st_administrator_group tbody tr td:nth-of-type(7) {
        width: 100%;
    }
    .table_st_administrator_group tbody tr th:nth-of-type(8),
    .table_st_administrator_group tbody tr td:nth-of-type(8) {
        width: 100%;
    }
    .table_st_administrator_group tbody tr:last-of-type {
        border-bottom: none;
    }
    .table_st_administrator_group tbody tr:last-of-type td {
        padding: 0.5rem 0rem;
    }
    .table_st_administrator_group tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st_administrator_group tbody tr:not(:last-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st_administrator_group tbody tr:not(:last-of-type) td {
        padding-left: 5.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .table_st_administrator_group tbody tr:not(:last-of-type) td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .table_st_administrator_group
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(1)::before {
        content: "新增時間";
    }
    .table_st_administrator_group
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(2)::before {
        content: "部門";
    }
    .table_st_administrator_group
        tbody
        tr:not(:last-of-type)
        td:nth-of-type(3)::before {
        content: "操作選項";
    }
    .table_st_administrator_group
        tbody
        tr:not(:first-of-type):not(:last-of-type):hover {
        background-color: #ffffff;
    }
}

/*表格administrator_record  5欄 */
.table_st_record {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_st_record tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st_record tbody .tabel_header {
    background-color: #007bae;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.table_st_record tbody .tabel_header th {
    font-weight: 100;
}

.table_st_record tbody .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st_record tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_st_record tbody tr:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st_record tbody tr:not(:first-of-type):not(:last-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st_record tbody tr:last-of-type td {
    padding: 0.5rem 1rem;
}

.table_st_record tbody tr:last-of-type td:nth-of-type(1),
.table_st_record tbody tr:last-of-type td:nth-of-type(2),
.table_st_record tbody tr:last-of-type td:nth-of-type(3),
.table_st_record tbody tr:last-of-type td:nth-of-type(4),
.table_st_record tbody tr:last-of-type td:nth-of-type(5) {
    width: auto;
}

.table_st_record tbody tr th,
.table_st_record tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st_record tbody tr th:nth-of-type(1),
.table_st_record tbody tr td:nth-of-type(1) {
    width: 200px;
}

.table_st_record tbody tr th:nth-of-type(2),
.table_st_record tbody tr td:nth-of-type(2) {
    width: 150px;
}

.table_st_record tbody tr th:nth-of-type(3),
.table_st_record tbody tr td:nth-of-type(3) {
    width: 150px;
}

.table_st_record tbody tr th:nth-of-type(4),
.table_st_record tbody tr td:nth-of-type(4) {
    width: 200px;
}

.table_st_record tbody tr th:nth-of-type(5),
.table_st_record tbody tr td:nth-of-type(5) {
    width: calc(100% - 700px);
}

.table_st_record tbody tr td:nth-of-type(5) {
    text-align: left;
}

.table_st_record tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st_record tbody tr th.check_all_mb {
    display: none;
    border-radius: 10px 10px 0 0;
}

.table_st_record tbody tr td {
    padding: 1rem 0;
}

.table_st_record tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st_record tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_record tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_record tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st_record tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st_record tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_record tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_record.tow-move tbody tr:not(:first-of-type) {
    background-color: #e1f6ff;
    cursor: -webkit-grab;
    cursor: grab;
}

.table_st_record.tow-move tbody tr td .tow-box {
    display: block;
}

.table_st_record.tow-move tbody tr .btn_group.fun_btn.operating .btn {
    display: none;
}

@media screen and (max-width: 1439px) {
    .table_st_record tbody tr th:nth-of-type(1),
    .table_st_record tbody tr td:nth-of-type(1) {
        width: 100px;
    }
    .table_st_record tbody tr th:nth-of-type(2),
    .table_st_record tbody tr td:nth-of-type(2) {
        width: 150px;
    }
    .table_st_record tbody tr th:nth-of-type(3),
    .table_st_record tbody tr td:nth-of-type(3) {
        width: 100px;
    }
    .table_st_record tbody tr th:nth-of-type(4),
    .table_st_record tbody tr td:nth-of-type(4) {
        width: 200px;
    }
    .table_st_record tbody tr th:nth-of-type(5),
    .table_st_record tbody tr td:nth-of-type(5) {
        width: calc(100% - 550px);
    }
}

@media screen and (max-width: 1023px) {
    .table_st_record tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_record tbody .tabel_header {
        display: none;
    }
    .table_st_record tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_record tbody tr th {
        background-color: #007bae;
    }
    .table_st_record tbody tr th.check_all_mb {
        display: block;
        color: #ffffff;
        font-weight: 100;
    }
    .table_st_record tbody tr th,
    .table_st_record tbody tr td {
        padding: 0.5rem;
    }
    .table_st_record tbody tr th:nth-of-type(1),
    .table_st_record tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .table_st_record tbody tr th:nth-of-type(2),
    .table_st_record tbody tr td:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }
    .table_st_record tbody tr th:nth-of-type(3),
    .table_st_record tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .table_st_record tbody tr th:nth-of-type(4),
    .table_st_record tbody tr td:nth-of-type(4) {
        width: 100%;
    }
    .table_st_record tbody tr th:nth-of-type(5),
    .table_st_record tbody tr td:nth-of-type(5) {
        width: 100%;
        text-align: center;
    }
    .table_st_record tbody tr:last-of-type {
        border-bottom: none;
    }
    .table_st_record tbody tr:last-of-type td {
        padding: 0.5rem 0rem;
    }
    .table_st_record tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st_record tbody tr:not(:last-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st_record tbody tr:not(:last-of-type) td {
        padding-left: 5.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .table_st_record tbody tr:not(:last-of-type) td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .table_st_record tbody tr:not(:last-of-type) td:nth-of-type(1)::before {
        content: "操作時間";
    }
    .table_st_record tbody tr:not(:last-of-type) td:nth-of-type(2)::before {
        content: "功能項目";
    }
    .table_st_record tbody tr:not(:last-of-type) td:nth-of-type(3)::before {
        content: "操作IP";
    }
    .table_st_record tbody tr:not(:last-of-type) td:nth-of-type(4)::before {
        content: "使用者";
    }
    .table_st_record tbody tr:not(:last-of-type) td:nth-of-type(5)::before {
        content: "操作紀錄";
    }
    .table_st_record tbody tr:not(:first-of-type):not(:last-of-type):hover {
        background-color: #ffffff;
    }
}

/*表格 資料恢復*/
.table_st_restore {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
}

.table_st_restore tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.table_st_restore tbody .tabel_header {
    background-color: #007bae;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.table_st_restore tbody .tabel_header th {
    font-weight: 100;
}

.table_st_restore tbody .tabel_header th i {
    padding: 0 0.25rem;
    cursor: pointer;
}

.table_st_restore tbody tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_st_restore tbody tr:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.table_st_restore tbody tr:not(:first-of-type):not(:last-of-type):hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.table_st_restore tbody tr:last-of-type td {
    padding: 0.5rem 1rem;
}

.table_st_restore tbody tr:last-of-type td:nth-of-type(1),
.table_st_restore tbody tr:last-of-type td:nth-of-type(2),
.table_st_restore tbody tr:last-of-type td:nth-of-type(3),
.table_st_restore tbody tr:last-of-type td:nth-of-type(4),
.table_st_restore tbody tr:last-of-type td:nth-of-type(5) {
    width: auto;
}

.table_st_restore tbody tr th,
.table_st_restore tbody tr td {
    display: inline-block;
    text-align: center;
}

.table_st_restore tbody tr th:nth-of-type(1),
.table_st_restore tbody tr td:nth-of-type(1) {
    width: 80px;
}

.table_st_restore tbody tr th:nth-of-type(2),
.table_st_restore tbody tr td:nth-of-type(2) {
    width: 170px;
}

.table_st_restore tbody tr th:nth-of-type(3),
.table_st_restore tbody tr td:nth-of-type(3) {
    width: 120px;
}

.table_st_restore tbody tr th:nth-of-type(4),
.table_st_restore tbody tr td:nth-of-type(4) {
    width: calc(100% - 520px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.table_st_restore tbody tr th:nth-of-type(5),
.table_st_restore tbody tr td:nth-of-type(5) {
    width: 150px;
}

.table_st_restore tbody tr th {
    text-align: center;
    padding: 0.875rem 0;
}

.table_st_restore tbody tr th.check_all_mb {
    display: none;
    border-radius: 10px 10px 0 0;
}

.table_st_restore tbody tr td {
    padding: 0.5rem 0;
}

.table_st_restore tbody tr td:nth-of-type(4) {
    text-align: left;
}

.table_st_restore tbody tr td .img_box {
    height: 60px;
    width: 60px;
    margin: auto;
    cursor: pointer;
}

.table_st_restore tbody tr td .img_box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_restore tbody tr td .img_box::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00e";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 1.5rem;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    pointer-events: none;
}

.table_st_restore tbody tr td .img_box img {
    height: 100%;
    width: auto;
}

.table_st_restore tbody tr td .img_box:hover {
    background-color: #dddddd;
}

.table_st_restore tbody tr td .img_box:hover::before {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.table_st_restore tbody tr td .img_box:hover::after {
    opacity: 1;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

@media screen and (max-width: 1439px) {
    .table_st_restore tbody tr th:nth-of-type(2),
    .table_st_restore tbody tr td:nth-of-type(2) {
        width: 100px;
    }
    .table_st_restore tbody tr th:nth-of-type(4),
    .table_st_restore tbody tr td:nth-of-type(4) {
        width: calc(100% - 450px);
    }
}

@media screen and (max-width: 1023px) {
    .table_st_restore tbody {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_restore tbody .tabel_header {
        display: none;
    }
    .table_st_restore tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .table_st_restore tbody tr th {
        background-color: #007bae;
    }
    .table_st_restore tbody tr th::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: "全選";
        color: #ffffff;
        font-weight: lighter;
    }
    .table_st_restore tbody tr th.check_all_mb {
        padding-left: 5.5rem;
        display: block;
        border-radius: 10px 10px 0 0;
    }
    .table_st_restore tbody tr th,
    .table_st_restore tbody tr td {
        padding: 0.5rem;
    }
    .table_st_restore tbody tr th:nth-of-type(1),
    .table_st_restore tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .table_st_restore tbody tr th:nth-of-type(2),
    .table_st_restore tbody tr td:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }
    .table_st_restore tbody tr th:nth-of-type(3),
    .table_st_restore tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .table_st_restore tbody tr th:nth-of-type(4),
    .table_st_restore tbody tr td:nth-of-type(4) {
        width: 100%;
    }
    .table_st_restore tbody tr th:nth-of-type(4),
    .table_st_restore tbody tr td:nth-of-type(4) {
        width: 100%;
        text-align: center;
        white-space: pre-wrap;
    }
    .table_st_restore tbody tr th:nth-of-type(5),
    .table_st_restore tbody tr td:nth-of-type(5) {
        width: 100%;
    }
    .table_st_restore tbody tr:last-of-type {
        border-bottom: none;
    }
    .table_st_restore tbody tr:last-of-type td {
        padding: 0.5rem 0rem;
    }
    .table_st_restore tbody tr:not(:last-of-type) {
        border-bottom: 2px solid #007bae;
    }
    .table_st_restore tbody tr:not(:last-of-type)::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .table_st_restore tbody tr:not(:last-of-type) td {
        padding-left: 5.5rem;
        border-bottom: 1px solid #eeeeee;
    }
    .table_st_restore tbody tr:not(:last-of-type) td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .table_st_restore tbody tr:not(:last-of-type) td:nth-of-type(1)::before {
        content: "選取";
    }
    .table_st_restore tbody tr:not(:last-of-type) td:nth-of-type(2)::before {
        content: "刪除時間";
    }
    .table_st_restore tbody tr:not(:last-of-type) td:nth-of-type(3)::before {
        content: "刪除人";
    }
    .table_st_restore tbody tr:not(:last-of-type) td:nth-of-type(4)::before {
        content: "內容";
    }
    .table_st_restore tbody tr:not(:last-of-type) td:nth-of-type(5)::before {
        content: "操作選項";
    }
    .table_st_restore tbody tr:not(:first-of-type):not(:last-of-type):hover {
        background-color: #ffffff;
    }
}

/*表格兩欄式*/
.table_st_row2 ul {
    width: 100%;
}

.table_st_row2 ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0.4325rem 1rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table_st_row2 ul li h6 {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
}

.table_st_row2 ul li h6:first-of-type {
    width: calc(100% - 150px);
}

.table_st_row2 ul li h6:nth-of-type(2) {
    width: 150px;
}

.table_st_row2 ul li:first-of-type {
    background-color: #ff952a;
    border-radius: 10px 10px 0 0;
}

.table_st_row2 ul li:not(:first-of-type) {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.table_st_row2 ul li:nth-of-type(2) {
    padding-top: 0.875rem;
}

.table_st_row2 ul li:last-of-type {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 10px 10px;
    padding-bottom: 0.875rem;
}

.table_st_row2 ul li .item {
    float: left;
}

.table_st_row2 ul li .item:nth-of-type(1) {
    width: 40px;
}

.table_st_row2 ul li .item:nth-of-type(2) {
    width: calc(100% - 190px);
}

.table_st_row2 ul li .item:nth-of-type(3) {
    width: 150px;
}

.table_st_row2 ul li .item.subclass {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin-top: 0.5rem;
    display: none;
}

.table_st_row2 ul li .item.subclass .sub-box {
    margin-bottom: 0.5rem;
    float: left;
    width: 100%;
}

.table_st_row2 ul li .item.subclass .sub-box .sub-item {
    float: left;
}

.table_st_row2 ul li .item.subclass .sub-box .sub-item:nth-of-type(1) {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 37px;
}

.table_st_row2 ul li .item.subclass .sub-box .sub-item:nth-of-type(1) i {
    color: #007bae;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.table_st_row2 ul li .item.subclass .sub-box .sub-item:nth-of-type(2) {
    width: calc(100% - 120px);
}

.table_st_row2 ul li .item.subclass .sub-box .sub-item:nth-of-type(3) {
    width: 80px;
}

.table_st_row2 ul li .item.subclass .sub-box .sub-item:nth-of-type(3) .btn {
    border-radius: 5px;
}

.table_st_row2 ul li .btn_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}

.table_st_row2 ul li .btn_list button {
    background-color: transparent;
    border: 0;
}

.table_st_row2 ul li .btn_list button i {
    color: #007bae;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table_st_row2 ul li .btn_list button i::before {
    display: block;
    translate: all ease 0.3s;
}

.table_st_row2 ul li .btn_list button:hover i {
    color: #00a3e6;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table_st_row2 ul li .btn_list.show {
    visibility: visible;
    opacity: 1;
}

.table_st_row2 ul li .form-group {
    margin-bottom: 0;
}

.table_st_row2 ul li .form-group .form-control {
    border-radius: 5px;
    width: 100%;
}

.table_st_row2 ul li.open {
    background-color: #e9f9ff;
    border-bottom: 1px solid #d0f2ff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table_st_row2 ul li.open .btn_list button i {
    color: #dc3545;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table_st_row2 ul li.open .btn_list button i::before {
    content: "\f068";
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.table_st_row2 ul li.open .btn_list button i:hover {
    color: #b9202f;
}

.table_st_row2.tow-move ul li .btn_group {
    display: none;
}

.table_st_row2.tow-move ul li .tow-box {
    display: block;
}

@media screen and (max-width: 480px) {
    .table_st_row2 ul li {
        padding: 0.4325rem;
    }
    .table_st_row2 ul li .item:nth-of-type(1) {
        width: 25px;
    }
    .table_st_row2 ul li .item:nth-of-type(2) {
        width: calc(100% - 155px);
    }
    .table_st_row2 ul li .item:nth-of-type(3) {
        width: 130px;
    }
}

/*表格內尚未上傳圖片*/
.notimg-text {
    padding: 0.5rem;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    border-radius: 5px;
    height: 90px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.notimg-text p {
    margin-bottom: 0;
}

/*選擇多個分類*/
.sel_class {
  min-height: 37px;
  padding: 0;
  cursor: pointer;
}

.sel_class:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #dddddd;
}

.sel_class.form-control.multi {
  height: auto;
}

.sel_class .dropdown {
  padding-right: 2rem;
}

.sel_class .dropdown p {
  padding: 0 0 0 .5rem;
  margin-bottom: 0;
  height: 100%;
  line-height: 37px;
  text-align: center;
}

.sel_class .dropdown > i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  display: block;
  z-index: 2;
  color: #aaaaaa;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  pointer-events: none;
}

.sel_class:hover {
  border-color: #007BAE;
}

.sel_class:hover > i {
  color: #007BAE;
}

.sel_class .sel_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
}

.sel_class .sel_info .box {
  line-height: 1;
  padding-left: .75rem;
}

.sel_class .sel_info > span {
  padding-left: .75rem;
  height: 35px;
}

.sel_class .sel_info .del {
  background-color: #aaaaaa;
  color: #ffffff;
  display: inline-block;
  min-height: 28px;
  line-height: 28px;
  border-radius: 3px;
  margin: 0.2rem;
  padding: 0 .375rem;
  font-size: .875rem;
}

.sel_class .sel_info .del i {
  display: inline-block;
  margin: 0 .5rem;
}

.sel_class .sel_info .del:hover {
  background-color: #333333;
}

.sel_class .sel_info .del:hover i {
  color: #ffffff;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sel_class .sel_info .del:hover i:hover {
  color: #dc3545;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sel_class .nav {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  border: 1px solid #007BAE;
  border-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  border-top: 1px solid #eeeeee;
  display: none;
}

.sel_class .nav > div {
  text-align: left;
  padding: 0 .5rem;
  display: block;
}

.sel_class .nav > div:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}

.sel_class .nav > div:hover {
  color: #333333;
  background-color: #eeeeee;
}

.sel_class .nav > div.active {
  display: none;
}

.sel_class .nav.show {
  border-top: 1px solid #eeeeee;
  height: auto;
  visibility: visible;
  opacity: 1;
}

.sel_class.w-80 {
  width: 80px;
}

.sel_class.open:focus {
  border-color: #007BAE !important;
}

.sel_class.signle .nav .item {
  text-align: center;
}

.sel_class.signle.open {
  border-radius: 0 5px 0 0;
}

.sel_class.signle.open .dropdown > i {
  color: #007BAE;
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sel_class.signle.border-r-all {
  border-radius: 5px;
}

.sel_class.signle.border-r-all.open {
  border-radius: 5px 5px 0 0;
}

.sel_class.multi.open {
  border-radius: 0 5px 0 0;
}

.sel_class.multi.open .dropdown > i {
  pointer-events: auto;
  color: #007BAE;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sel_class.multi .dropdown > i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 0px;
}

.sel_class.multi.border-r-all {
  border-radius: 5px;
}

.sel_class.multi.border-r-all.open {
  border-radius: 5px 5px 0 0;
}

.sel_class.multi_search_box {
  height: auto;
}

.sel_class.multi_search_box.open {
  border-radius: 0 5px 0 0;
}

.sel_class.multi_search_box.open .dropdown > i {
  color: #007BAE;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sel_class.multi_search_box .dropdown {
  min-height: 100%;
}

.sel_class.multi_search_box .dropdown .sel_info .box {
  min-height: 37px;
  width: 100%;
}

.sel_class.multi_search_box .dropdown > i {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  top: 0px;
}

.sel_class.multi_search_box .nav {
  max-height: 300px;
  overflow-y: hidden;
}

.sel_class.multi_search_box .nav .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: .75rem 1rem;
}

.sel_class.multi_search_box .nav .search-box:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}

.sel_class.multi_search_box .nav .search-box input {
  height: 37px;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #bbbbbb;
  padding: 0 50px 0 .5rem;
}

.sel_class.multi_search_box .nav .search-box input:focus {
  border-color: #007BAE;
}

.sel_class.multi_search_box .nav .search-box input:focus + i {
  color: #007BAE;
}

.sel_class.multi_search_box .nav .search-box i {
  position: absolute;
  right: 1rem;
  top: 23px;
  color: #bbbbbb;
  width: 50px;
  text-align: center;
  pointer-events: none;
}

.sel_class.multi_search_box .nav .select-data {
  max-height: 238px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sel_class.multi_search_box .nav .select-data > div {
  padding: 0 1rem;
}

.sel_class.multi_search_box .nav .select-data > div:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee;
}

.sel_class.multi_search_box .nav .select-data .active, .sel_class.multi_search_box .nav .select-data .nosearch {
  display: none;
}

.sel_class.multi_search_box .nav .select-nodata, .sel_class.multi_search_box .nav .select-nomeets {
  padding: .75rem 1rem;
  text-align: center;
}

.sel_class.multi_search_box .nav .select-nodata p, .sel_class.multi_search_box .nav .select-nomeets p {
  margin-bottom: 0;
}

.sel_class.multi_search_box .nav .select-nomeets p {
  word-break: break-word;
}

.sel_class.multi_search_box .nav .select-nomeets p span {
  color: #007BAE;
}

.sel_class.multi_search_box .nav > div {
  cursor: default;
  padding: 0;
}

.sel_class.multi_search_box .nav > div:not(:last-of-type) {
  border: none;
}

.sel_class.multi_search_box .nav > div:hover {
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .sel_class.multi_search_box .nav .select-data > div {
    cursor: pointer;
  }
  .sel_class.multi_search_box .nav .select-data > div:hover {
    background-color: #eeeeee;
  }
}

@media screen and (max-width: 639px) {
  .select_group .form-title {
    border-radius: 5px 5px 0 0;
  }
  .select_group .sel_class {
    width: 100%;
    border-radius: 0 0 5px 5px;
  }
  .select_group .sel_class.open {
    border-radius: 0 5px 0 0;
  }
}

/*簡單結構單選   **未完成***/
.sel_group {
  min-height: 37px;
  padding: 0;
  cursor: pointer;
}

.sel_group .dropdown {
  padding-right: 2rem;
  border-radius: 5px;
  border: 1px solid #dddddd;
}

.sel_group .dropdown p {
  padding: 0 0 0 1rem;
  margin-bottom: 0;
  height: 100%;
  line-height: 37px;
  text-align: left;
  color: #aaaaaa;
}

.sel_group .dropdown > i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  display: block;
  z-index: 2;
  color: #aaaaaa;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  pointer-events: none;
}

.sel_group .dropdown:focus {
  outline: 0;
}

.sel_group .dropdown.open {
  border-radius: 5px 5px 0 0;
  color: #007BAE;
  border-color: #007BAE;
}

.sel_group .dropdown.open > i {
  color: #007BAE;
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.sel_group .sel_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.5rem;
}

.sel_group:hover {
  border-color: #007BAE;
}

.sel_group:hover > i {
  color: #007BAE;
}

@media screen and (max-width: 1023px) {
  .sel_group .sel_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

.sel_group.pc_select .dropdown {
  min-width: 120px;
}

.sel_group.pc_select .nav-tabs {
  padding-right: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: 1px solid #007BAE;
  border-top: 0;
}

.sel_group.pc_select .nav-tabs .nav-link {
  margin-bottom: 0;
  width: 100%;
  border-radius: 0;
  background-color: #ffffff;
  border: 0;
  border-top: 1px solid #007BAE;
}

.sel_group.pc_select .nav-tabs .nav-link.active {
  background-color: #ffffff;
  color: #333333;
  display: none;
}

.sel_group.pc_select .nav-tabs .nav-link:hover {
  background-color: #007BAE;
  color: #ffffff;
}

.sel_group.pc_select .nav-tabs.sel_info {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  height: auto;
}

/*彈跳自訂義修改*/
.modal_edit.modal .modal-dialog {
    max-width: 80%;
}

@media screen and (max-width: 639px) {
    .modal_edit.modal .modal-dialog {
        max-width: 100%;
        min-width: calc(100% + 0.75rem);
        padding: 1rem;
        margin: 0;
    }
}

/*tab-卡片展開切換群組*/
.tab_card_group {
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    overflow: hidden;
}

.tab_card_group > .header h2 {
    font-size: 1.25rem;
    padding: 0.875rem 1rem;
    text-align: center;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.tab_card_group > .body .item > .header {
    cursor: pointer;
    padding: 0.875rem 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.tab_card_group > .body .item > .header h3 {
    font-size: 1.125rem;
    padding-right: 2.5rem;
}

.tab_card_group > .body .item > .header i {
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.tab_card_group > .body .item > .header:hover {
    background-color: #007bae;
    color: #ffffff;
}

.tab_card_group > .body .item > .header.active {
    background-color: #007bae;
    color: #ffffff;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.tab_card_group > .body .item > .header.active:hover {
    background-color: #1795ca;
}

.tab_card_group > .body .item > .header.active i {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1);
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.tab_card_group > .body .item > .body_info {
    display: none;
    background-color: #ffffff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.tab_card_group > .body .item > .body_info.show {
    display: block;
}

.tab_card_group > .bottom {
    background-color: #ffffff;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

/*統計*/
.mgmt_sitemap.survey_analysis {
    height: 100%;
}

.mgmt_sitemap.survey_analysis .assort_tab nav .nav-tabs {
    border-radius: 0;
}

.mgmt_sitemap.survey_analysis .assort_tab nav .nav-tabs .nav-link {
    font-size: 1rem;
    padding: 0.375rem 1.25rem;
}

.mgmt_sitemap.survey_analysis
    .assort_tab
    nav
    .nav-tabs
    .nav-link:first-of-type.active {
    border-radius: 0;
}

.mgmt_sitemap.survey_analysis .assort_tab .tab-content {
    height: calc(100% - 92px);
}

.mgmt_sitemap.survey_analysis .assort_tab .tab-content .assort-pei {
    padding: 1rem;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb {
    display: none;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .header {
    padding: 1rem;
    padding-bottom: 0;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .header .sel_group .dropdown {
    border-radius: 5px 5px 0 0;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body {
    margin-top: -3px;
    padding: 0 1rem 1rem 1rem;
    min-height: 200px;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body.not_header {
    padding-top: 1rem;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body.not_header .box .box_body {
    border-radius: 5px;
}

.mgmt_sitemap.survey_analysis
    .assort_tab_mb
    .body.not_header
    .box
    .box_body
    .mb-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mgmt_sitemap.survey_analysis
    .assort_tab_mb
    .body.not_header
    .box
    .box_body
    .mb-box
    .header_title {
    width: 80px;
    padding: 0 0.5rem;
}

.mgmt_sitemap.survey_analysis
    .assort_tab_mb
    .body.not_header
    .box
    .box_body
    .mb-box
    ul {
    width: calc(100% - 80px);
    border-left: 1px solid #dddddd;
}

.mgmt_sitemap.survey_analysis
    .assort_tab_mb
    .body.not_header
    .box
    .box_body
    .mb-box:not(:first-of-type) {
    border-top: 1px solid #333333;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body .box {
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body .box .box_body {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-radius: 0 0 5px 5px;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body .box .box_body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body .box .box_body ul li {
    width: 50%;
    padding: 0.5rem;
    border-bottom: 1px solid #dddddd;
}

.mgmt_sitemap.survey_analysis
    .assort_tab_mb
    .body
    .box
    .box_body
    ul
    li:nth-last-of-type(1),
.mgmt_sitemap.survey_analysis
    .assort_tab_mb
    .body
    .box
    .box_body
    ul
    li:nth-last-of-type(2) {
    border-bottom: 0;
}

.mgmt_sitemap.survey_analysis .assort_tab_mb .body .box .box_body ul li.title {
    border-right: 1px solid #dddddd;
}

.mgmt_sitemap.survey_analysis .export_bar {
    z-index: 2;
}

.mgmt_sitemap.survey_analysis .export_bar .title_header {
    display: inline-block;
}

.mgmt_sitemap.survey_analysis .export_bar .btn_group {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.mgmt_sitemap.survey_analysis .export_bar .btn_group .sel_class {
    display: inline-block;
    border-radius: 5px;
    height: 38px;
    width: auto;
    min-width: 101px;
    margin-right: 0.5rem;
    border-color: #dddddd;
    color: #bbbbbb;
}

.mgmt_sitemap.survey_analysis .export_bar .btn_group .sel_class.open {
    border-radius: 5px 5px 0 0;
}

.mgmt_sitemap.survey_analysis .export_bar .btn_group .sel_class.open p {
    color: #007bae;
}

.mgmt_sitemap.survey_analysis .export_bar .btn_group .sel_class .nav div {
    padding: 0.5rem;
}

@media screen and (max-width: 1023px) {
    .mgmt_sitemap.survey_analysis .assort_tab .tab-content {
        border-top: 0;
    }
    .mgmt_sitemap.survey_analysis .assort_tab_mb {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .mgmt_sitemap.survey_analysis .export_bar .btn_group {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 0.75rem;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

/*專案管理 頁籤切換*/
.assort_tab.pmtool nav .nav-tabs {
    border-radius: 10px;
}

.assort_tab.pmtool nav .nav-tabs .nav-link.active {
    color: #007bae;
}

.assort_tab.pmtool nav .nav-tabs .nav-link.active::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.assort_tab.pmtool nav .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #007bae;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.assort_tab.pmtool nav .nav-tabs .nav-link:hover::before {
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/*沒資料顯示*/
.nodata {
    font-size: 1.5rem;
    text-align: center;
}

table tbody tr.nodata td {
    width: 100% !important;
    font-size: 1rem;
    text-align: center;
}

table tbody tr.nodata td div {
    display: inline-block;
    padding: 0.25rem 1rem;
    border-radius: 5px;
    background-color: #aaaaaa;
    color: #ffffff;
    word-break: break-all;
}

table tbody tr.nodata td div.red {
    background-color: #dc3545;
}

table tbody tr.nodata td div.blue {
    background-color: #007bae;
}

/*權限設定*/
.permission_group .title_header h2 {
    display: inline-block;
    vertical-align: middle;
}

.permission_group .title_header .switch {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1.5rem;
}

.permission_group .card_box {
    min-height: 112px;
}

.permission_group .card_box:nth-of-type(1) {
    z-index: 19;
}

.permission_group .card_box:nth-of-type(2) {
    z-index: 18;
}

.permission_group .card_box:nth-of-type(3) {
    z-index: 17;
}

.permission_group .card_box:nth-of-type(4) {
    z-index: 16;
}

.permission_group .card_box:nth-of-type(5) {
    z-index: 15;
}

.permission_group .card_box:nth-of-type(6) {
    z-index: 14;
}

.permission_group .card_box:nth-of-type(7) {
    z-index: 13;
}

.permission_group .card_box:nth-of-type(8) {
    z-index: 12;
}

.permission_group .card_box:nth-of-type(9) {
    z-index: 11;
}

.permission_group .card_box:nth-of-type(10) {
    z-index: 10;
}

.permission_group .card_box:nth-of-type(11) {
    z-index: 9;
}

.permission_group .card_box:nth-of-type(12) {
    z-index: 8;
}

.permission_group .card_box:nth-of-type(13) {
    z-index: 7;
}

.permission_group .card_box:nth-of-type(14) {
    z-index: 6;
}

.permission_group .card_box:nth-of-type(15) {
    z-index: 5;
}

.permission_group .card_box:nth-of-type(16) {
    z-index: 4;
}

.permission_group .card_box:nth-of-type(17) {
    z-index: 3;
}

.permission_group .card_box:nth-of-type(18) {
    z-index: 2;
}

.permission_group .card_box:nth-of-type(19) {
    z-index: 1;
}

.permission_group .card_box:nth-of-type(20) {
    z-index: 0;
}

.permission_group .card_box ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
}

.permission_group .card_box ul li h5 i {
    margin-right: 0.875rem;
    width: 20px;
    max-width: 100%;
}

.permission_group .card_box ul li .switch {
    margin: 0;
}

.permission_group .card_box ul li .switch .sm-text {
    position: absolute;
    right: -5px;
    top: -13px;
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 0.875rem;
    color: #ffffff;
    background-color: #64ba68;
    cursor: default;
}

.permission_group .card_box ul li:not(:first-of-type) {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.permission_group .card_box ul li:not(:first-of-type) .sel_class {
    width: calc(100% - 75px);
}

.permission_group .card_box ul li:not(:first-of-type) .btn_group .btn {
    width: 70px;
    padding: 0.375rem;
}

.permission_group
    .card_box
    ul
    li:not(:first-of-type):not(:last-of-type)::before {
    position: absolute;
    height: 1px;
    width: calc(100% - 2.5rem);
    left: 2.5rem;
    bottom: 0;
    background-color: #dddddd;
    content: "";
}

.permission_group .card_box ul li:last-of-type {
    border-bottom: 2px solid #005376;
    border-radius: 0 0 10px 10px;
}

.permission_group .card_box ul li:first-of-type {
    background-color: #007bae;
    border-radius: 10px 10px 0 0;
}

.permission_group .card_box ul li:first-of-type h5 {
    color: #ffffff;
}

.permission_group .card_box ul li:first-of-type .sel_class {
    width: calc(100% - 115px);
}

.permission_group .card_box ul li:first-of-type .btn_group {
    width: 110px;
}

.permission_group .card_box ul li:first-of-type .btn_group .btn {
    padding: 0.375rem;
}

.permission_group .card_box .sel_class .nav div {
    padding: 0.375rem 0.5rem;
}

.permission_group
    .card_box.border-b-all
    ul
    li:not(:first-of-type):not(:last-of-type)::before {
    width: 100%;
    left: 0;
}

/*彈跳訊息顯示*/
.message-modal .modal-content .modal-header .title_header h2 {
    font-size: 1.675rem;
}

.message-modal .modal-content .modal-header .title_header h2 i {
    font-size: 1.5rem;
}

.message-modal .modal-content .modal-body .message-info p {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.message-modal .modal-content .modal-body .message-info p.red {
    color: #dc3545;
}

.message-modal .modal-content .modal-body .message-info p.blue {
    color: #007bae;
}

/*讀取loading*/
.loading {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.loading .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading .loading-text {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}

.loading .laoding-block {
    margin-bottom: 1rem;
}

.loading .laoding-block div {
    margin: auto;
    position: relative;
    width: 2em;
    height: 2em;
    border: 3px solid #6e8b97;
    overflow: hidden;
    -webkit-animation: spin 3s ease infinite;
    animation: spin 3s ease infinite;
}

.loading .laoding-block div::before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 2em;
    height: 2em;
    background-color: #6e8b97;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-animation: fill 3s linear infinite;
    animation: fill 3s linear infinite;
}

@-webkit-keyframes spin {
    50%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    50%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill {
    25%,
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes fill {
    25%,
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/*============================PRODUCT================================*/
.mgmt_sitemap .body .sitemap_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    overflow: hidden;
    height: 274px;
}

.mgmt_sitemap .body .sitemap_info .data_btn {
    width: calc(100% - 300px);
    border-right: 1px solid #dddddd;
    z-index: 1;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.mgmt_sitemap .body .sitemap_info .data_btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    padding: 0.5rem;
}

.mgmt_sitemap .body .sitemap_info .data_btn ul li {
    width: calc(25% - 4rem);
    min-width: 110px;
    margin: 0.5rem;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li:nth-of-type(1)
    .mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li
    a,
.mgmt_sitemap .body .sitemap_info .data_btn ul li label,
.mgmt_sitemap .body .sitemap_info .data_btn ul li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 10px;
    background: #ff952a;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #ff952a),
        to(#ffc890)
    );
    background: linear-gradient(to bottom, #ff952a 50%, #ffc890 100%);
    font-size: 1.125rem;
    text-align: center;
    height: 105px;
    max-height: 100%;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li:nth-of-type(1)
    .mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li
    a
    p,
.mgmt_sitemap .body .sitemap_info .data_btn ul li label p,
.mgmt_sitemap .body .sitemap_info .data_btn ul li > div p {
    margin-bottom: 0.75rem;
    width: 100%;
    font-size: 1.125rem;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li:nth-of-type(1)
    .mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li
    a
    i,
.mgmt_sitemap .body .sitemap_info .data_btn ul li label i,
.mgmt_sitemap .body .sitemap_info .data_btn ul li > div i {
    display: block;
    margin-bottom: 0.875rem;
    font-size: 1.75rem;
    width: 100%;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li:nth-of-type(1)
    .mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    ul
    li
    a
    span,
.mgmt_sitemap .body .sitemap_info .data_btn ul li label span,
.mgmt_sitemap .body .sitemap_info .data_btn ul li > div span {
    display: block;
    line-height: 1;
    width: 100%;
}

.mgmt_sitemap .body .sitemap_info .data_btn ul li > div * {
    cursor: default;
}

.mgmt_sitemap .body .sitemap_info .data_btn ul li label,
.mgmt_sitemap .body .sitemap_info .data_btn ul li a {
    margin-bottom: 0;
    cursor: pointer;
}

.mgmt_sitemap .body .sitemap_info .data_btn ul li label:hover,
.mgmt_sitemap .body .sitemap_info .data_btn ul li a:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mgmt_sitemap .body .sitemap_info .data_btn ul li label.team,
.mgmt_sitemap .body .sitemap_info .data_btn ul li a.team {
    background: #005375;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #005375),
        to(#007bae)
    );
    background: linear-gradient(to bottom, #005375 50%, #007bae 100%);
}

.mgmt_sitemap .body .sitemap_info .data_btn ul li label.file,
.mgmt_sitemap .body .sitemap_info .data_btn ul li a.file {
    background: #49a54d;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #49a54d),
        to(#64ba68)
    );
    background: linear-gradient(to bottom, #49a54d 50%, #64ba68 100%);
}

.mgmt_sitemap .body .sitemap_info .data_btn .team_box {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.mgmt_sitemap .body .sitemap_info .data_btn .team_box table {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.mgmt_sitemap .body .sitemap_info .data_btn .team_box table tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    ::-webkit-scrollbar {
    width: 0px;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody:first-of-type {
    background-color: #005375;
    color: #ffffff;
    height: 50px;
}

.mgmt_sitemap .body .sitemap_info .data_btn .team_box table tbody tr {
    height: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    cursor: default;
    border-bottom: 1px solid #dddddd;
}

.mgmt_sitemap .body .sitemap_info .data_btn .team_box table tbody tr th,
.mgmt_sitemap .body .sitemap_info .data_btn .team_box table tbody tr td {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    th:nth-of-type(1),
.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    td:nth-of-type(1) {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 110px !important;
    flex: 0 0 110px !important;
    -ms-flex-preferred-size: 110px !important;
    flex-basis: 110px !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 110px;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    th:nth-of-type(2),
.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    td:nth-of-type(2) {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 80px !important;
    flex: 0 0 80px !important;
    -ms-flex-preferred-size: 80px !important;
    flex-basis: 80px !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 80px;
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    th:nth-of-type(3),
.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    td:nth-of-type(3) {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(100% - 350px) !important;
    flex: 0 0 calc(100% - 350px) !important;
    -ms-flex-preferred-size: calc(100% - 350px) !important;
    flex-basis: calc(100% - 350px) !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 70px;
    width: calc(100% - 350px);
}

.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    th:nth-of-type(4),
.mgmt_sitemap
    .body
    .sitemap_info
    .data_btn
    .team_box
    table
    tbody
    tr
    td:nth-of-type(4) {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 50px !important;
    flex: 0 0 50px !important;
    -ms-flex-preferred-size: 50px !important;
    flex-basis: 50px !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 50px;
}

.mgmt_sitemap .body .sitemap_info .data_btn .team_box table tbody th {
    font-weight: lighter;
}

.mgmt_sitemap .body .sitemap_info .data_btn .file_box {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.mgmt_sitemap .body .sitemap_info .data_btn .file_box .header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #49a54d;
    color: #ffffff;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.mgmt_sitemap .body .sitemap_info .data_btn .file_box .body {
    height: calc(100% - 50px);
    overflow-x: hidden;
    overflow-y: auto;
}

.mgmt_sitemap .body .sitemap_info .data_pie {
    width: 300px;
    z-index: 2;
}

.mgmt_sitemap .body .sitemap_info .data_pie canvas {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mgmt_sitemap .body .sitemap_info .data_pie span {
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.mgmt_sitemap .body .sitemap_info .team_close {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 50%;
    text-align: center;
    background-color: #005375;
    color: #ffffff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    z-index: 3;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.mgmt_sitemap .body .sitemap_info .team_close i {
    line-height: 40px;
}

.mgmt_sitemap .body .sitemap_info .team_close:hover {
    background-color: #002b3d;
}

.mgmt_sitemap .body .sitemap_info .file_close {
    position: absolute;
    top: 50%;
    left: -20px;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 50%;
    text-align: center;
    background-color: #49a54d;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    z-index: 3;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.mgmt_sitemap .body .sitemap_info .file_close i {
    line-height: 40px;
}

.mgmt_sitemap .body .sitemap_info .file_close:hover {
    background-color: #387e3b;
}

.mgmt_sitemap .body input#team-open:checked ~ * .team_box {
    left: 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all ease-out 0.55s;
    transition: all ease-out 0.55s;
}

.mgmt_sitemap
    .body
    input#team-open:checked
    ~ .sitemap_info
    .data_btn
    > .mCSB_inside
    > .mCSB_container {
    margin-right: 0px;
}

.mgmt_sitemap .body input#team-open:checked ~ * .data_pie .team_close {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
}

.mgmt_sitemap .body input#file-open:checked ~ * .file_box {
    left: 0;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all ease-out 0.55s;
    transition: all ease-out 0.55s;
}

.mgmt_sitemap
    .body
    input#file-open:checked
    ~ .sitemap_info
    .data_btn
    > .mCSB_inside
    > .mCSB_container {
    margin-right: 0px;
}

.mgmt_sitemap .body input#file-open:checked ~ * .data_pie .file_close {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
}

@media screen and (max-width: 1800px) {
    .mgmt_sitemap .body .sitemap_info .data_btn ul li {
        width: calc(33% - 1rem);
    }
}

@media screen and (max-width: 1580px) {
    .mgmt_sitemap .body .sitemap_info .data_btn {
        width: calc(100% - 220px);
    }
    .mgmt_sitemap .body .sitemap_info .data_pie {
        width: 220px;
    }
}

@media screen and (max-width: 1023px) {
    .mgmt_sitemap .body .sitemap_info {
        height: auto;
    }
    .mgmt_sitemap .body .sitemap_info .data_btn {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd;
        overflow-y: hidden;
    }
    .mgmt_sitemap .body .sitemap_info .data_btn ul li {
        width: calc(20% - 1rem);
    }
    .mgmt_sitemap .body .sitemap_info .data_btn .team_box {
        top: auto;
        left: 0;
        bottom: -100%;
        padding-bottom: 40px;
    }
    .mgmt_sitemap .body .sitemap_info .data_btn .file_box {
        top: auto;
        left: 0;
        bottom: -100%;
        padding-bottom: 40px;
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        > .mCustomScrollBox
        > .mCSB_scrollTools {
        display: none !important;
    }
    .mgmt_sitemap .body .sitemap_info .data_pie {
        display: none;
        width: 70%;
        height: 250px;
        margin: auto;
    }
    .mgmt_sitemap .body .sitemap_info .data_pie .team_close,
    .mgmt_sitemap .body .sitemap_info .data_pie .file_close {
        display: none;
    }
    .mgmt_sitemap .body .sitemap_info .team_close {
        bottom: 0;
        top: auto;
        width: 100%;
        left: 0;
        border-radius: 0;
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px);
    }
    .mgmt_sitemap .body .sitemap_info .team_close i::before {
        content: "\f078";
    }
    .mgmt_sitemap .body .sitemap_info .file_close {
        bottom: 0;
        top: auto;
        width: 100%;
        left: 0;
        border-radius: 0;
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px);
    }
    .mgmt_sitemap .body .sitemap_info .file_close i::before {
        content: "\f078";
    }
    .mgmt_sitemap .body input#team-open:checked ~ * .team_box {
        bottom: 0;
    }
    .mgmt_sitemap
        .body
        input#team-open:checked
        ~ .sitemap_info
        .data_btn
        .team_close {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
        -webkit-transition: all ease-out 0.35s;
        transition: all ease-out 0.35s;
    }
    .mgmt_sitemap .body input#file-open:checked ~ * .file_box {
        bottom: 0;
    }
    .mgmt_sitemap
        .body
        input#file-open:checked
        ~ .sitemap_info
        .data_btn
        .file_close {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
        -webkit-transition: all ease-out 0.35s;
        transition: all ease-out 0.35s;
    }
    .mgmt_sitemap .body input#file-open:checked ~ * .data_pie .file_close {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: all ease-out 0.35s;
        transition: all ease-out 0.35s;
    }
}

@media screen and (max-width: 639px) {
    .mgmt_sitemap .body .sitemap_info .data_btn {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }
    .mgmt_sitemap .body .sitemap_info .data_btn ul li {
        width: calc(33% - 1rem);
    }
    .mgmt_sitemap .body .sitemap_info .data_btn .team_box {
        top: auto;
        left: 0;
        bottom: -100%;
        padding-bottom: 40px;
    }
    .mgmt_sitemap .body .sitemap_info .data_btn .file_box {
        top: auto;
        left: 0;
        bottom: -100%;
        padding-bottom: 40px;
    }
    .mgmt_sitemap .body .sitemap_info .data_pie {
        display: none;
        width: 70%;
        height: 250px;
        margin: auto;
    }
    .mgmt_sitemap .body .sitemap_info .data_pie .team_close,
    .mgmt_sitemap .body .sitemap_info .data_pie .file_close {
        display: none;
    }
    .mgmt_sitemap .body .sitemap_info .team_close {
        bottom: 0;
        top: auto;
        width: 100%;
        left: 0;
        border-radius: 0;
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px);
    }
    .mgmt_sitemap .body .sitemap_info .team_close i::before {
        content: "\f078";
    }
    .mgmt_sitemap .body .sitemap_info .file_close {
        bottom: 0;
        top: auto;
        width: 100%;
        left: 0;
        border-radius: 0;
        -webkit-transform: translateX(0) translateY(20px);
        transform: translateX(0) translateY(20px);
    }
    .mgmt_sitemap .body .sitemap_info .file_close i::before {
        content: "\f078";
    }
    .mgmt_sitemap .body input#team-open:checked ~ * .team_box {
        bottom: 0;
    }
    .mgmt_sitemap
        .body
        input#team-open:checked
        ~ .sitemap_info
        .data_btn
        .team_close {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
        -webkit-transition: all ease-out 0.35s;
        transition: all ease-out 0.35s;
    }
    .mgmt_sitemap .body input#file-open:checked ~ * .file_box {
        bottom: 0;
    }
    .mgmt_sitemap
        .body
        input#file-open:checked
        ~ .sitemap_info
        .data_btn
        .file_close {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        -webkit-transition-delay: 0.8s;
        transition-delay: 0.8s;
        -webkit-transition: all ease-out 0.35s;
        transition: all ease-out 0.35s;
    }
    .mgmt_sitemap .body input#file-open:checked ~ * .data_pie .file_close {
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        -webkit-transition: all ease-out 0.35s;
        transition: all ease-out 0.35s;
    }
}

@media screen and (max-width: 480px) {
    .mgmt_sitemap .body .sitemap_info .data_btn ul li {
        width: calc(50% - 1rem);
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:first-of-type
        tr:first-of-type {
        display: none;
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        border-bottom: 2px solid #007bae;
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        th,
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td {
        float: none;
        border-bottom: 1px solid #dddddd;
        padding: 0.5rem 0;
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        th:nth-of-type(1),
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        th:nth-of-type(2),
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        th:nth-of-type(3),
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        th:nth-of-type(4),
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(1),
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(2),
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(3),
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(4) {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        width: 100%;
        padding-left: 5rem;
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        th:nth-of-type(4)
        .progress_circle
        span,
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(4)
        .progress_circle
        span {
        text-align: center;
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td::before {
        position: absolute;
        left: 1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(1)::before {
        content: "姓名";
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(2)::before {
        content: "部門";
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(3)::before {
        content: "職位";
    }
    .mgmt_sitemap
        .body
        .sitemap_info
        .data_btn
        .team_box
        table
        tbody:nth-of-type(2)
        tr
        td:nth-of-type(4)::before {
        content: "進度";
    }
}

/*分配比例*/
.assort_tab {
    height: 100%;
}

.assort_tab nav {
    z-index: 2;
    margin-bottom: -2px;
}

.assort_tab nav .nav-tabs {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: 0;
    background-color: #f1f3f4;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.assort_tab nav .nav-tabs::-webkit-scrollbar {
    width: 0px;
}

.assort_tab nav .nav-tabs .nav-link {
    font-size: 1.25rem;
    padding: 0.875rem 1.25rem;
    background-color: #f1f3f4;
    border-right: 1px solid #f1f3f4;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.assort_tab nav .nav-tabs .nav-link:hover {
    background-color: #dddddd;
    color: #333333;
    border-color: none;
}

.assort_tab nav .nav-tabs .nav-link.active {
    background-color: #ffffff;
}

.assort_tab nav .nav-tabs .nav-link:first-of-type.active {
    border-radius: 10px 0 0 0;
}

.assort_tab .tab-content {
    height: calc(100% - 58px);
    max-height: 100%;
}

.assort_tab .tab-content .tab-pane {
    height: 100%;
    max-height: 100%;
}

.assort_tab .assort-pei {
    height: 100%;
    max-height: 100%;
}

.assort_tab .assort-pei canvas {
    max-height: 100%;
}

.assort_tab .assort-info {
    height: 100%;
    height: 274px;
    overflow: hidden;
    overflow-y: auto;
}

.assort_tab .assort-info ul {
    padding: 1rem;
}

.assort_tab .assort-info ul li {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 0.5rem;
}

.assort_tab .assort-info ul li > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.5rem;
    height: 50px;
}

.assort_tab .assort-info ul li > div p {
    width: calc(100% - 40px);
    margin-bottom: 0;
    font-size: 1.25rem;
    padding-left: 1.75rem;
}

.assort_tab .assort-info ul li > div p::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    content: "";
    background-color: #ffdb2d;
}

.assort_tab .assort-info ul li > div .progress_circle span {
    text-align: center;
}

.assort_tab .assort-info ul li > div.color2 p::before {
    background-color: #ff4f19;
}

.assort_tab .assort-info ul li > div.color3 p::before {
    background-color: #00d8e0;
}

.assort_tab .assort-info ul li > div.color4 p::before {
    background-color: #ff9900;
}

.assort_tab .assort-info ul li > div.color5 p::before {
    background-color: #b9f7f9;
}

.assort_tab .assort-info ul li > div.color6 p::before {
    background-color: #64ba68;
}

.assort_tab .assort-info ul li > div.color7 p::before {
    background-color: #9c27b0;
}

.assort_tab .assort-info ul li > div.color8 p::before {
    background-color: #3f51b5;
}

.assort_tab .assort-info ul li > div.color9 p::before {
    background-color: #009688;
}

.assort_tab .assort-info ul li > div.color10 p::before {
    background-color: #795548;
}

@media screen and (max-width: 1439px) {
    .assort_tab .assort-info {
        height: auto;
    }
}

@media screen and (max-width: 1023px) {
    .assort_tab .assort-pei {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .assort_tab .assort-info ul li > div p {
        font-size: 1.125rem;
    }
}

/*甘特圖、時間表*/
.product_speed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 1rem;
    overflow: hidden;
}

.product_speed::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product_speed .chart_group {
    width: calc(100% - 228px);
    height: 298px;
    padding-right: 1rem;
}

.product_speed .chart_group canvas {
    height: 100% !important;
}

.product_speed .time_data {
    position: absolute;
    right: -220px;
    width: 428px;
    border-radius: 10px 0 0 10px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all ease-in 0.45s;
    transition: all ease-in 0.45s;
    z-index: 3;
}

.product_speed .time_data table {
    width: 100%;
}

.product_speed .time_data table tbody {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.product_speed .time_data table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px solid #dddddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 58px;
}

.product_speed .time_data table tbody tr th,
.product_speed .time_data table tbody tr td {
    height: 58px;
    line-height: 58px;
    float: left;
}

.product_speed .time_data table tbody tr th:nth-of-type(1),
.product_speed .time_data table tbody tr td:nth-of-type(1) {
    width: calc(100% - 220px);
}

.product_speed .time_data table tbody tr th:nth-of-type(2),
.product_speed .time_data table tbody tr th:nth-of-type(3),
.product_speed .time_data table tbody tr td:nth-of-type(2),
.product_speed .time_data table tbody tr td:nth-of-type(3) {
    width: 110px;
}

.product_speed .time_data table tbody tr th {
    font-weight: lighter;
    text-align: center;
}

.product_speed .time_data table tbody tr th i {
    margin-left: 0.5rem;
    color: #aaaaaa;
}

.product_speed .time_data table tbody tr td {
    padding: 0 0.5rem;
}

.product_speed .time_data table tbody tr td:not(:first-of-type) {
    text-align: center;
}

.product_speed .time_data table tbody tr td:first-of-type {
    padding-left: 1rem;
}

.product_speed .time_data table tbody tr td p {
    height: 58px;
    line-height: 58px;
    margin-bottom: 0;
    font-size: 1.125rem;
    padding-left: 1.75rem;
}

.product_speed .time_data table tbody tr td p::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    content: "";
}

.product_speed .time_data table tbody:first-of-type {
    height: 58px;
}

.product_speed .time_data table tbody:first-of-type tr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.product_speed .time_data table tbody:first-of-type tr:first-of-type {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product_speed .time_data table tbody:first-of-type tr:nth-of-type(2) {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.product_speed .time_data table tbody:first-of-type tr:nth-of-type(2) th {
    width: 100%;
    padding-left: 44px;
    text-align: left;
}

.product_speed .time_data table tbody:last-of-type {
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}

.product_speed .time_data table tbody:last-of-type tr:last-of-type {
    border-bottom: 0;
}

.product_speed .time_data .switch {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 50%;
    text-align: center;
    background-color: #005375;
    color: #ffffff;
    cursor: pointer;
    z-index: 3;
    -webkit-transition: all ease-out 0.4s;
    transition: all ease-out 0.4s;
}

.product_speed .time_data .switch i {
    line-height: 40px;
}

.product_speed .time_data .switch:hover {
    background-color: #002b3d;
}

@media screen and (max-width: 1023px) {
    .product_speed {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    }
    .product_speed .chart_group {
        width: 100%;
        display: none;
    }
    .product_speed .chart_group canvas {
        height: auto !important;
    }
    .product_speed .time_data {
        position: relative;
        width: 100%;
        right: auto;
        left: 0;
        border-radius: 10px;
    }
    .product_speed .time_data table tbody:first-of-type tr:nth-of-type(1) {
        opacity: 1;
        visibility: visible;
    }
    .product_speed .time_data table tbody:first-of-type tr:nth-of-type(2) {
        display: none;
    }
    .product_speed .time_data table tbody:last-of-type {
        height: auto;
    }
    .product_speed .switch {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .product_speed .time_data table tbody:first-of-type {
        display: none;
    }
    .product_speed .time_data table tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: auto;
        padding: 0.5rem 0;
        border-bottom: 2px solid #007bae;
    }
    .product_speed .time_data table tbody tr::before {
        position: absolute;
        left: 5rem;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #dddddd;
        content: "";
    }
    .product_speed .time_data table tbody tr td {
        line-height: 1;
        height: auto;
        width: 100% !important;
        padding: 0.5rem 0.5rem 0.5rem 6rem;
    }
    .product_speed .time_data table tbody tr td::before {
        position: absolute;
        left: 0.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .product_speed .time_data table tbody tr td:first-of-type {
        padding-left: 6rem;
    }
    .product_speed .time_data table tbody tr td:first-of-type::before {
        content: "工作內容";
    }
    .product_speed .time_data table tbody tr td:nth-of-type(2)::before {
        content: "開始時間";
    }
    .product_speed .time_data table tbody tr td:nth-of-type(3)::before {
        content: "結束時間";
    }
    .product_speed .time_data table tbody tr td:not(:first-of-type) {
        text-align: left;
    }
    .product_speed .time_data table tbody tr td:not(:last-of-type) {
        border-bottom: 1px solid #eeeeee;
    }
    .product_speed .time_data table tbody tr td p {
        line-height: 1;
        height: auto;
    }
}

#timedata_switch:checked ~ * .product_speed::before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#timedata_switch:checked ~ * .product_speed .time_data {
    right: 0;
    -webkit-transition: all ease-out 0.45s;
    transition: all ease-out 0.45s;
}

#timedata_switch:checked ~ * .product_speed .time_data .switch {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#timedata_switch:checked
    ~ *
    .product_speed
    .time_data
    table
    tbody:first-of-type
    tr:nth-of-type(1) {
    opacity: 1;
    visibility: visible;
}

#timedata_switch:checked
    ~ *
    .product_speed
    .time_data
    table
    tbody:first-of-type
    tr:nth-of-type(2) {
    opacity: 0;
    visibility: hidden;
}

.album-box .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.album-box .row [class*="col"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 1rem;
}

.album-box .album-info-group {
    padding: 0.5rem;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
    border-radius: 10px;
}

.album-box .album-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.album-box .album-info .function-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.75rem;
}

.album-box .album-info .function-box .select_checkbox .check_style {
    width: 27px;
    height: 27px;
}

.album-box .album-info .function-box .select_checkbox .check_style::before {
    top: -3px;
    right: 0px;
    font-size: 1.375rem;
}

.album-box .album-info .function-box .select_checkbox .check_style:hover {
    opacity: 1;
}

.album-box .album-info .function-box .function-btn {
    background-color: #dddddd;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 5;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.album-box .album-info .function-box .function-btn:hover {
    background-color: #64ba68;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.album-box .album-info .function-box .function-btn:hover:active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.album-box .album-info .function-box .function-btn.delete-btn:hover {
    background-color: #dc3545;
}

.album-box .album-info .description-text {
    display: none;
}

.album-box.move-state::after {
    opacity: 1;
}

.album-box.move-state .album-info-group {
    cursor: -webkit-grab;
    cursor: grab;
    border: 1px dashed #aaaaaa;
}

.album-box.move-state .album-info .function-box {
    display: none;
}

.album-box.move-state .img_search {
    display: none;
}

.album-box.move-state .album_preview {
    pointer-events: none;
}

.album-box.move-state .album_preview img {
    cursor: default;
}

.album-box.move-state .album_preview::after {
    opacity: 1;
    visibility: visible;
}

.album-box.move-state .album_preview::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "\F256";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 4rem;
    color: rgba(221, 221, 221, 0.3);
    z-index: 2;
}

.gu-mirror {
    filter: alpha(opacity=80);
    -webkit-transform: skewX(-5deg) skewY(5deg) scale(0.95);
    transform: skewX(-5deg) skewY(5deg) scale(0.95);
}

.gu-mirror .album-info-group {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.gu-mirror .album-info .function-box,
.gu-mirror .album-info .img_search,
.gu-mirror .album-info .description-text {
    display: none;
}

.gu-mirror .album-info .album_preview {
    pointer-events: none;
}

.gu-mirror .album-info .album_preview img {
    cursor: default;
}

/*圖集預覽*/
.album_preview {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.album_preview::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 1;
    pointer-events: none;
}

.album_preview img {
    cursor: -webkit-zoom-in;
}

.album_preview .img_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    z-index: 3;
    pointer-events: none;
}

.album_preview .img_search i {
    font-size: 2rem;
    color: #ffffff;
    font-weight: 600;
}

.album_preview:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.album_preview:hover .img_search {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.album_preview p {
    margin-bottom: 0;
    cursor: default;
    font-size: 1.25rem;
}

@media screen and (max-width: 1023px) {
    .album_preview::after {
        visibility: visible;
        opacity: 1;
    }
    .album_preview .btn_group {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        visibility: visible;
        opacity: 1;
    }
}

/*圖片描述*/
.description-text {
    width: 100%;
    margin-top: 0.75rem;
}

.description-text textarea {
    resize: none;
    height: 68px;
    width: 100%;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.description-text textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #007bae;
}

/*有經驗條 狀態 會員功能*/
header.museum .header-info {
    background-color: #007bae;
}

header.museum .header_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #007bae;
}

header.museum .user_info {
    margin-right: 120px;
}

header.museum .user_info::before {
    position: absolute;
    content: "";
    top: 4rem;
    right: -9rem;
    width: 0;
    height: 0;
    display: inline-block;
    background: transparent;
    border-top: 3rem solid #007bae;
    border-bottom: 0 solid transparent;
    border-left: 3.5rem solid transparent;
    border-right: 21rem solid #007bae;
    -webkit-filter: drop-shadow(0px 3px 1px #005376);
    filter: drop-shadow(0px 3px 1px #005376);
}

header.museum .user_info .top {
    height: 40px;
    line-height: 50px;
}

header.museum .user_info .top h5 {
    display: inline-block;
    font-size: 1.3125rem;
    color: #ffffff;
    vertical-align: middle;
    line-height: 1;
    text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
    cursor: default;
}

header.museum .user_info .top h5 img {
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: text-bottom;
}

header.museum .user_info .top h3 {
    color: #ffffff;
    font-size: 1.3125rem;
    text-align: right;
    margin-top: -0.425rem;
    margin-bottom: 0.25rem;
    text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
    cursor: default;
}

header.museum .user_info .top .exp_group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.museum .user_info .top .exp_group h6 {
    display: inline-block;
    color: #ffffff;
    margin-right: 0.625rem;
    font-size: 1.3125rem;
    text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
    cursor: default;
}

header.museum .user_info .top .exp_group .exp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.museum .user_info .top .exp_group .exp span {
    color: #ffffff;
    text-align: right;
    line-height: 1;
    margin-bottom: 0.3125rem;
    font-size: 0.8125rem;
    text-shadow: 1px 3px rgba(0, 0, 0, 0.3);
    cursor: default;
}

header.museum .user_info .top .exp_group .exp .exp_bar {
    width: 130px;
    height: 6px;
    background: rgba(0, 0, 0, 0.3);
}

header.museum .user_info .top .exp_group .exp .exp_bar::before {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    width: 0%;
    background-color: #ffed00;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_1::before {
    width: 1%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_2::before {
    width: 2%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_3::before {
    width: 3%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_4::before {
    width: 4%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_5::before {
    width: 5%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_6::before {
    width: 6%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_7::before {
    width: 7%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_8::before {
    width: 8%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_9::before {
    width: 9%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_10::before {
    width: 10%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_11::before {
    width: 11%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_12::before {
    width: 12%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_13::before {
    width: 13%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_14::before {
    width: 14%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_15::before {
    width: 15%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_16::before {
    width: 16%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_17::before {
    width: 17%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_18::before {
    width: 18%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_19::before {
    width: 19%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_20::before {
    width: 20%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_21::before {
    width: 21%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_22::before {
    width: 22%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_23::before {
    width: 23%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_24::before {
    width: 24%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_25::before {
    width: 25%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_26::before {
    width: 26%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_27::before {
    width: 27%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_28::before {
    width: 28%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_29::before {
    width: 29%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_30::before {
    width: 30%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_31::before {
    width: 31%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_32::before {
    width: 32%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_33::before {
    width: 33%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_34::before {
    width: 34%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_35::before {
    width: 35%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_36::before {
    width: 36%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_37::before {
    width: 37%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_38::before {
    width: 38%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_39::before {
    width: 39%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_40::before {
    width: 40%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_41::before {
    width: 41%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_42::before {
    width: 42%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_43::before {
    width: 43%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_44::before {
    width: 44%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_45::before {
    width: 45%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_46::before {
    width: 46%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_47::before {
    width: 47%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_48::before {
    width: 48%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_49::before {
    width: 49%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_50::before {
    width: 50%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_51::before {
    width: 51%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_52::before {
    width: 52%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_53::before {
    width: 53%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_54::before {
    width: 54%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_55::before {
    width: 55%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_56::before {
    width: 56%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_57::before {
    width: 57%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_58::before {
    width: 58%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_59::before {
    width: 59%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_60::before {
    width: 60%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_61::before {
    width: 61%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_62::before {
    width: 62%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_63::before {
    width: 63%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_64::before {
    width: 64%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_65::before {
    width: 65%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_66::before {
    width: 66%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_67::before {
    width: 67%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_68::before {
    width: 68%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_69::before {
    width: 69%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_70::before {
    width: 70%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_71::before {
    width: 71%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_72::before {
    width: 72%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_73::before {
    width: 73%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_74::before {
    width: 74%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_75::before {
    width: 75%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_76::before {
    width: 76%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_77::before {
    width: 77%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_78::before {
    width: 78%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_79::before {
    width: 79%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_80::before {
    width: 80%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_81::before {
    width: 81%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_82::before {
    width: 82%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_83::before {
    width: 83%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_84::before {
    width: 84%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_85::before {
    width: 85%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_86::before {
    width: 86%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_87::before {
    width: 87%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_88::before {
    width: 88%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_89::before {
    width: 89%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_90::before {
    width: 90%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_91::before {
    width: 91%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_92::before {
    width: 92%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_93::before {
    width: 93%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_94::before {
    width: 94%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_95::before {
    width: 95%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_96::before {
    width: 96%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_97::before {
    width: 97%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_98::before {
    width: 98%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_99::before {
    width: 99%;
}

header.museum .user_info .top .exp_group .exp .exp_bar.exp_100::before {
    width: 100%;
}

header.museum .user_info .top .exp_group:hover .exp .exp_bar::before {
    background-color: #fffab3;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header.museum .user_img {
    position: absolute;
    right: 0;
    top: 1.875rem;
    width: 110px;
    height: 110px;
}

header.museum .user_img label {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0.25rem;
    border-radius: 50%;
    background-color: #ff84b5;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ff84b5),
        to(#ffdbe9)
    );
    background: linear-gradient(to bottom, #ff84b5 0%, #ffdbe9 100%);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

header.museum .user_img label img {
    border: 1px solid #eeeeee;
    border-radius: 50%;
    width: 100%;
    height: auto;
    display: block;
}

header.museum .user_img.boy label {
    background-color: #007bae;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#007bae),
        to(#aee7ff)
    );
    background: linear-gradient(to bottom, #007bae 0%, #aee7ff 100%);
}

@media screen and (max-width: 1023px) {
    header.museum .user_info {
        margin-right: 0;
        width: 100%;
        padding-bottom: 1rem;
    }
    header.museum .user_info::before {
        display: none;
    }
    header.museum .user_info .top {
        height: auto;
        text-align: right;
    }
    header.museum .user_info .top .exp_group h6 {
        line-height: 1.8;
    }
    header.museum .user_info .top .exp_group .exp {
        width: calc(100% - 80px);
    }
    header.museum .user_info .top .exp_group .exp .exp_bar {
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
    }
    header.museum .header_btn {
        background-color: #000000;
    }
    header.museum .user_img {
        right: 0;
        top: 0;
        width: 59px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 76px;
        border-bottom: 1px solid #333333;
    }
    header.museum .user_img label {
        width: 50px;
        height: 50px;
    }
}

/* 打卡按鈕 */
.punch-block {
    position: fixed;
    cursor: pointer;
    bottom: 3rem;
    right: 1rem;
    z-index: 99;
}

.punch-block .idcard-img {
    width: 38px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.punch-block .idcard-img img {
    width: 100%;
}

.punch-block .idcard-img::before {
    position: absolute;
    right: 45px;
    top: -15px;
    height: 84px;
    width: 38px;
    content: "";
    background-image: url("../images/eip/fireworks.png");
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
}

.punch-block .idcard-img:hover + .remind {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.punch-block .remind {
    position: absolute;
    top: -5rem;
    right: 0;
    width: 300px;
    padding: 0.75rem;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #0098d7;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.punch-block .remind::before {
    position: absolute;
    right: 7px;
    bottom: -15px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0px 10px;
    border-color: #0098d7 transparent transparent transparent;
    z-index: -1;
}

.punch-block .remind::after {
    position: absolute;
    right: 8px;
    bottom: -13px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 9px 0px 9px;
    border-color: #ffffff transparent transparent transparent;
    z-index: -1;
}

.punch-block .remind p {
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 1;
}

.punch-block .remind.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.punch-block .punch-card {
    position: absolute;
    right: 4.5rem;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    pointer-events: none;
}

.punch-block .punch-card .punch-btn {
    width: 200px;
    height: 80px;
    border-style: none;
    background-color: transparent;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
}

.punch-block .punch-card .punch-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    -webkit-clip-path: url(#octagon-clip);
    clip-path: url(#octagon-clip);
    z-index: -1;
}

.punch-block .punch-card .punch-btn::after {
    position: absolute;
    bottom: -3px;
    left: 2px;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-filter: blur(10px) drop-shadow(rgba(0, 0, 0, 0.16));
    filter: blur(10px) drop-shadow(rgba(0, 0, 0, 0.16));
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    -webkit-clip-path: url(#octagon-clip);
    clip-path: url(#octagon-clip);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    z-index: -2;
}

.punch-block .punch-card .punch-btn .innerbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ffbb00;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    -webkit-clip-path: url(#octagon-clip);
    clip-path: url(#octagon-clip);
}

.punch-block .punch-card .punch-btn .innerbox::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
    background: url("../images/eip/btn-bg-yellow.jpg") no-repeat center;
    -webkit-clip-path: url(#octagon-clip);
    clip-path: url(#octagon-clip);
    content: "";
    display: block;
    z-index: -1;
    opacity: 0.3;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.punch-block .punch-card .punch-btn p {
    margin-bottom: 0;
    font-size: 1.75rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    font-family: "Noto Sans TC", sans-serif;
}

.punch-block .punch-card .punch-btn time {
    color: #ffffff;
    margin-top: 0.25rem;
}

.punch-block .punch-card .punch-btn.off-work .innerbox {
    background: #f83c38;
}

.punch-block .punch-card .punch-btn.off-work .innerbox::after {
    background: url("../images/eip/btn-bg-red.jpg") no-repeat center;
}

.punch-block .punch-card .punch-btn.sup-work .innerbox {
    background: #14d6f2;
}

.punch-block .punch-card .punch-btn.sup-work .innerbox::after {
    background: url("../images/eip/btn-bg-blue.jpg") no-repeat center;
}

.punch-block .punch-card .punch-btn.pwd-change .innerbox {
    background: #676767;
}

.punch-block .punch-card .punch-btn.pwd-change .innerbox::after {
    background: url("../images/eip/btn-bg-black.jpg") no-repeat center;
}

.punch-block .punch-card .punch-btn + .punch-btn {
    margin-left: 1rem;
}

.punch-block .punch-card .punch-btn:disabled::before,
.punch-block .punch-card .punch-btn.off-work:disabled::before,
.punch-block .punch-card .punch-btn.sup-work:disabled::before {
    background: #aaaaaa;
}

.punch-block .punch-card .punch-btn:disabled .innerbox,
.punch-block .punch-card .punch-btn.off-work:disabled .innerbox,
.punch-block .punch-card .punch-btn.sup-work:disabled .innerbox {
    background: #aaaaaa;
}

.punch-block .punch-card .punch-btn:disabled .innerbox::after,
.punch-block .punch-card .punch-btn.off-work:disabled .innerbox::after,
.punch-block .punch-card .punch-btn.sup-work:disabled .innerbox::after {
    opacity: 0.1;
}

.punch-block .punch-card .punch-btn:hover .innerbox::after {
    opacity: 0.8;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

@media screen and (max-width: 1023px) {
    .punch-block {
        /*最小 480*/
    }
    .punch-block .remind {
        display: none;
    }
    .punch-block .punch-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        position: fixed;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        right: 0;
        top: 60px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .punch-block .punch-card .punch-btn + .punch-btn {
        margin-left: 0;
        margin-top: 1.5rem;
    }
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
    .punch-block .punch-card .punch-btn {
        width: 400px;
        height: 160px;
    }
}

.punch-ctrl-block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 90;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

#punch-ctrl:checked ~ * label[for="punch-ctrl"] .idcard-img {
    -webkit-box-shadow: 0 0 10px #ffe600;
    box-shadow: 0 0 10px #ffe600;
    -webkit-transition: all ease-in 0.4s;
    transition: all ease-in 0.4s;
    -webkit-animation: fireworks 0.6s linear;
    animation: fireworks 0.6s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#punch-ctrl:checked ~ * label[for="punch-ctrl"] .idcard-img::before {
    -webkit-animation: fireworks 1s linear;
    animation: fireworks 1s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    visibility: visible;
    opacity: 1;
}

#punch-ctrl:checked ~ * label[for="punch-ctrl"] .punch-card {
    pointer-events: auto;
}

#punch-ctrl:checked ~ * label[for="punch-ctrl"] .punch-card .punch-btn {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    visibility: visible;
    opacity: 1;
}

#punch-ctrl:checked
    ~ *
    label[for="punch-ctrl"]
    .punch-card
    .punch-btn:nth-of-type(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#punch-ctrl:checked
    ~ *
    label[for="punch-ctrl"]
    .punch-card
    .punch-btn:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media screen and (max-width: 1023px) {
    #punch-ctrl:checked ~ * label[for="punch-ctrl"] .idcard-img {
        -webkit-animation: none;
        animation: none;
        -webkit-transform: translateX(calc(100% + 28px));
        transform: translateX(calc(100% + 28px));
    }
    #punch-ctrl:checked ~ * label[for="punch-ctrl"] .idcard-img::before {
        display: none;
    }
    #punch-ctrl:checked
        ~ *
        label[for="punch-ctrl"]
        .punch-card
        .punch-btn:nth-of-type(1) {
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    #punch-ctrl:checked
        ~ *
        label[for="punch-ctrl"]
        .punch-card
        .punch-btn:nth-of-type(2) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
    #punch-ctrl:checked
        ~ *
        label[for="punch-ctrl"]
        .punch-card
        .punch-btn:nth-of-type(3) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
}

@media screen and (max-width: 1023px) {
    #punch-ctrl:checked ~ * .punch-ctrl-block {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }
}

#punch-ctrl:checked ~ header > div .mb_menu,
#punch-ctrl:checked ~ header > div .menu_user {
    background-color: #aaaaaa;
    pointer-events: none;
}

.clip-svg {
    width: 0;
    height: 0;
}

@-webkit-keyframes fireworks {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
        opacity: 1;
        visibility: visible;
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

@keyframes fireworks {
    0%,
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
        opacity: 1;
        visibility: visible;
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}

/*頭像設置展開*/
.user_setup {
    position: absolute;
    float: right;
    width: 325px;
    height: auto;
    top: 80px;
    right: 0;
    background-color: #000000;
    z-index: -1;
    padding: 5rem 2rem 1rem 2rem;
    -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.16);
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.user_setup .header-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid rgba(221, 221, 221, 0.16);
    width: 100%;
}

.user_setup .header-function .function-link {
    color: #ffffff;
    width: 50%;
    font-size: 1.125rem;
    line-height: 1;
    padding-bottom: 1rem;
}

.user_setup .header-function .function-link:nth-of-type(even) {
    text-align: right;
}

.user_setup .header-function .function-link:hover {
    color: #007bae;
    font-weight: bold;
}

.user_setup .bottom-function {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

.user_setup .bottom-function .system-link {
    color: #ffffff;
    font-size: 1.375rem;
    line-height: 1;
}

.user_setup .bottom-function .system-link:hover {
    color: #007bae;
    font-weight: bold;
}

.user_setup .bottom-function .system-link + .system-link {
    border-left: 1px solid rgba(221, 221, 221, 0.16);
}

.user_setup .bottom-function.two-block .system-link {
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .user_setup {
        float: none;
        width: calc(100vw - 59px);
        top: 60px;
        right: 59px;
        padding: 1rem;
    }
    .user_setup .header-function {
        background-color: #141414;
        padding: 1rem 1rem 0;
        border: 1px solid rgba(221, 221, 221, 0.16);
        border-radius: 10px;
    }
    .user_setup .bottom-function .system-link {
        font-size: 1.125rem;
    }
}

@media screen and (min-width: 1024px) {
    #user_btn:checked ~ * #setup-info {
        pointer-events: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all ease-out 0.45s;
        transition: all ease-out 0.45s;
    }
}

html {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: #efefef;
}

body::-webkit-scrollbar {
    /*display: none;
    -ms-overflow-style: none;*/
}

.mh-info {
    min-height: calc(100vh - 235px);
    overflow-x: hidden;
    overflow-y: hidden;
}

.mh-info.only-content {
    min-height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: hidden;
}

.mh-info.fixed {
    top: 126px;
}

.container-fluid.content {
    padding-left: 40px;
    padding-right: 40px;
}

@media screen and (max-width: 1023px) {
    .container-fluid.content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

main {
    top: 80px;
    left: 260px;
    width: calc(100% - 260px);
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    z-index: 0;
    background-image: url(../images/dash.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1023px) {
    main {
        top: 60px;
        left: 0;
        width: 100%;
        -webkit-transition: all ease-out 0.28s;
        transition: all ease-out 0.28s;
    }
}

main.example {
    top: 0;
    left: 0;
    width: 100%;
}

.user_record,
.case_table {
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}

.user_record .top,
.case_table .top {
    padding: 1rem;
    border-bottom: 1px solid #dddddd;
}

.user_record .top h5,
.case_table .top h5 {
    color: #007bae;
    font-size: 1.3725rem;
}

.user_record .top p {
    color: #333333;
    margin-bottom: 0;
    font-size: 1.125rem;
}

.user_record .body,
.case_table .body {
    padding: 1rem;
}

.user_record .body table,
.case_table .body table {
    width: 100%;
}

.user_record .body table tbody,
.case_table .body table tbody {
    width: 100%;
}

.user_record .body table tbody tr,
.case_table .body table tbody tr {
    width: 100%;
    color: #333333;
}

.user_record .body table tbody tr:first-of-type i,
.case_table .body table tbody tr:first-of-type i {
    display: inline-block;
    font-size: 1.125rem;
    margin-right: 0.75rem;
}

.user_record .body table tbody tr th,
.case_table .body table tbody tr th {
    font-size: 1.3725rem;
    padding-bottom: 0.25rem;
    font-weight: 400;
}

.user_record .body table tbody tr th:nth-of-type(1),
.user_record .body table tbody tr td:nth-of-type(1) {
    width: 30%;
}

.user_record .body table tbody tr th:nth-of-type(2),
.user_record .body table tbody tr td:nth-of-type(2) {
    width: 35%;
}

.user_record .body table tbody tr th:nth-of-type(3),
.user_record .body table tbody tr td:nth-of-type(3) {
    width: 35%;
}

.case_table .body table tbody tr th:nth-of-type(1),
.case_table .body table tbody tr td:nth-of-type(1) {
    width: 100%;
}

.user_record .body table tbody tr i,
.case_table .body table tbody tr i {
    font-size: 0.875rem;
    margin-right: 1rem;
    width: 20px;
    text-align: center;
    display: none;
}

.user_record .bottom {
    padding: 0.75rem;
}

@media screen and (max-width: 639px) {
    .user_record .top,
    .case_table .top {
        border-bottom: 0;
    }
    .user_record .body,
    .case_table .body {
        padding: 0;
    }
    .user_record .body table tbody tr,
    .case_table .body table tbody tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.5rem 1rem;
        border-bottom: 1px solid #dddddd;
    }
    .user_record .body table tbody tr:first-of-type,
    .case_table .body table tbody tr:first-of-type {
        padding: 0.75rem 0;
        background-color: #e1f6ff;
        background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#ffffff),
            to(#e1f6ff)
        );
        background: linear-gradient(to bottom, #ffffff 0%, #e1f6ff 100%);
        background: -ms-linear-gradient(to bottom, #ffffff 0%, #e1f6ff 100%);
        color: #007bae;
        line-height: 1;
    }
    .user_record .body table tbody tr:first-of-type th,
    .case_table .body table tbody tr:first-of-type th {
        padding-bottom: 0;
        font-size: 1.2rem;
        width: 100%;
        text-align: center;
    }
    .user_record .body table tbody tr:first-of-type th:not(:last-of-type),
    .case_table .body table tbody tr:first-of-type th:not(:last-of-type) {
        display: none;
    }
    .user_record .body table tbody tr td:nth-of-type(1),
    .user_record .body table tbody tr td:nth-of-type(2),
    .user_record .body table tbody tr td:nth-of-type(3) {
        width: 100%;
    }
    .case_table .body table tbody tr td:nth-of-type(1) {
        width: 100%;
    }
    .user_record .body table tbody tr i,
    .case_table .body table tbody tr i {
        display: inline-block;
    }
    .user_record .bottom {
        padding: 0.75rem 1rem;
    }
}

/*時間*/
.time_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    border-radius: 20px;
    background-color: rgba(221, 221, 221, 0.55);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
}

.time_group img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    z-index: 0;
}

.time_group::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transition: all cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    z-index: 1;
}

.time_group h2 {
    font-size: 6.1875rem;
    color: #ffffff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 2;
    cursor: default;
}

.time_group h2 span {
    font-size: 3.125rem;
}

.time_group h3 {
    font-size: 3rem;
    color: #ffffff;
    cursor: default;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 2;
}

.time_group h3 span {
    margin-left: 1rem;
}

.time_group:hover {
    background-color: rgba(221, 221, 221, 0.8);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.time_group:hover::before {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.time_group:hover img {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
    -webkit-transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 1023px) {
    .time_group h2 {
        font-size: 6.1875rem;
    }
    .time_group h3 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 639px) {
    .time_group {
        padding: 3.5rem 0;
    }
    .time_group h2 {
        font-size: 3.1875rem;
    }
    .time_group h2 span {
        font-size: 1.75rem;
    }
    .time_group h3 {
        font-size: 1.875rem;
    }
}

.big_btn_group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.big_btn_group ul li {
    width: 20%;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

.big_btn_group ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.125rem 0;
    background-color: #ffffff;
    color: #007bae;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.big_btn_group ul li a::before {
    content: "";
    z-index: 1;
    position: absolute;
    top: -5rem;
    left: -5rem;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    background-color: #007bae;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
    transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.45s ease-in-out;
    transition: -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
    z-index: -1;
}

.big_btn_group ul li a i {
    font-size: 2.875rem;
    margin-bottom: 0.5rem;
}

.big_btn_group ul li a p {
    margin-bottom: 0;
}

.big_btn_group ul li a:hover {
    color: #ffffff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.big_btn_group ul li a:hover::before {
    -webkit-transform: translate3d(50%, 50%, 0) scale3d(10, 10, 10);
    transform: translate3d(50%, 50%, 0) scale3d(10, 10, 10);
    -webkit-transition: -webkit-transform 0.45s ease-in-out;
    transition: -webkit-transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
}

@media screen and (max-width: 1023px) {
    .big_btn_group ul li {
        width: 25%;
    }
    .big_btn_group ul li a:hover {
        color: #007bae;
    }
    .big_btn_group ul li a:hover::before {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    .big_btn_group ul li {
        width: 50%;
    }
}

/*權限管理 圖標顯示*/
.show-icon {
    padding: 0 1rem;
}

.icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-group .item {
    font-size: 1.25rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    text-align: center;
    color: #aaaaaa;
    margin: 0.5rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    cursor: pointer;
}

.icon-group .item:hover,
.icon-group .item.active {
    background-color: #007bae;
    border: 1px solid #007bae;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.include-icon {
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.icon-list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -0.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "cwTeXYen", "PingFang",
        "Microsoft Jheng Hei", "Segoe UI", Roboto, "Helvetica Neue", Arial,
        "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.icon-list-group .item {
    border: 1px solid #aaaaaa;
    color: #aaaaaa;
    border-radius: 5px;
    padding-left: 1rem;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    margin: 0.5rem;
}

.icon-list-group .item p {
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    cursor: default;
}

.icon-list-group .item p i {
    margin-right: 0.5rem;
}

.icon-list-group .item .delete {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin-left: 1rem;
    border-left: 1px solid #aaaaaa;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.icon-list-group .item .delete:hover {
    background-color: #dc3545;
    border-left: #dc3545;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*music group*/
.sound-group {
    padding-bottom: 1rem;
}

.sound-group .sound-box {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #aa0000;
}

.sound-group .sound-box .btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
}

.sound-group .sound-box .btn_group .btn {
    min-width: 100px;
    font-size: 1.75rem;
    border: 1px solid #aa0000;
    background-color: #aa0000;
    color: #ffffff;
}

.sound-group .sound-box .btn_group .btn:hover {
    background-color: #770000;
}

.sound-group .sound-box .btn_group .btn.music-play {
    border-radius: 10px 0 0 10px;
}

.sound-group .sound-box .btn_group .btn.music-stop {
    border: 1px solid #aa0000;
    background-color: #aa0000;
    border-radius: 0 10px 10px 0;
    cursor: default;
}

.sound-group .sound-box .btn_group .btn.music-stop:disabled {
    border: 1px solid #aaaaaa;
    background-color: #aaaaaa;
}

.sound-group .sound-box .btn_group p {
    color: #aa0000;
    font-weight: bold;
    font-size: 1.725rem;
    margin-bottom: 0;
    text-align: center;
    margin-right: 0.5rem;
}

.sound-group .sound-box .btn_group > i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 1.25rem;
    background-color: #aa0000;
    color: #ffffff;
    margin-right: 0.75rem;
}

.sound-group .sound-box.play {
    border-color: #2196f3;
}

.sound-group .sound-box.play .btn_group p {
    color: #2196f3;
}

.sound-group .sound-box.play .btn_group > i {
    background-color: #2196f3;
}

.sound-group .sound-box.play .btn_group > i::before {
    content: "\f028";
}

.sound-group .sound-box.play .btn_group .music-play {
    background-color: #2196f3;
    border-color: #2196f3;
}

.sound-group .sound-box.play .btn_group .music-play i::before {
    content: "\f04c";
}

@media screen and (max-width: 639px) {
    .sound-group .sound-box {
        width: 100%;
    }
    .sound-group .sound-box .btn_group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .sound-group .sound-box .btn_group p {
        margin-right: 0;
        width: calc(100% - 60px);
    }
    .sound-group .sound-box .btn_group .btn {
        margin: auto;
    }
}

.no-sound {
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    color: #aaaaaa;
    display: inline-block;
}

.export_bar .btn_group .dropdown {
    margin-right: 0.5rem;
}

.export_bar .btn_group .dropdown .btn {
    background-color: #ffffff;
    color: #aaaaaa;
    border-color: #eeeeee;
}

.export_bar .btn_group .dropdown .btn:active {
    background-color: #ffffff;
    color: #aaaaaa;
    border-color: #eeeeee;
}

.export_bar .btn_group .dropdown .btn:hover {
    background-color: #007bae;
    color: #ffffff;
    border-color: #007bae;
}

.export_bar .btn_group .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #007bae;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .export_bar .btn_group .dropdown .btn:hover {
        background-color: #ffffff;
        color: #aaaaaa;
        border-color: #eeeeee;
    }
}

.d-flex .sub-icon {
    width: 36px;
    text-align: center;
}

.bg-portal {
    background-color: #6e8b97 !important;
}

.text-portal {
    color: #6e8b97 !important;
}
