@charset "UTF-8";


:root{
	--font-family-main: "微軟正黑體";
	--font-family-noto_serif_tc: "Noto Serif TC";
    --font-family-roboto: "Roboto";
	--font-family-bungee_hairline: "Bungee Hairline";
    --textColor: #000;
    --textColor2: #666;
    --textColor3: #333;
    --secColor: #0084ff;
    --borderColor: #d1d1d1;
    --bcColor: #fff;
    --bcColor2: #f5f5f5;
    --bhColor: rgba(0, 0, 0, 0.35);
}
html,
body {
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: left;
    overflow: visible;
    font-size: 15px;
    line-height: 1.6;
    color: var(--textColor);
    background-color: var(--bcColor2);
    font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}


.gdback-statement{
    font-size: 16px;
    color: var(--textColor);
    letter-spacing: 0.1em;
    font-family: var(--font-family-bungee_hairline);
    display: block;
    position: fixed;
    right: 20px;
    bottom: 10px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    opacity: 0.3;
}

.mce-panel{
    border-width: 0px !important;
    resize: none;
}
.mce-container-body .mce-resizehandle{
    display: none;
}
.mce-panel iframe{
    max-height: 430px;
}
div.mce-fullscreen.mce-panel iframe{
    max-height: initial;
}
.displayNone{
    display: none !important;
}
.tadmin-loading{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.tadmin-loading.active{
    display: flex;
}

.error-active::before {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 1px);
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    pointer-events: none;
    border: 1px solid #ff0000;
}
.checked::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    pointer-events: none;
    border: 1px solid var(--secColor);
}
.tadmin-pagesinfo_input-box:not(:last-child){
    margin-bottom: 40px;
}

.tadmin-pagesinfo_input-box{
    position: relative;
}
.tadmin-pagesinfo_input_date-box,
.tadmin-pagesinfo_input_select-box,
.tadmin-pagesinfo_input_text-box{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}
/* 搜尋未搜到 */
.search-404{
    width: 500px;
    max-width: 100%;;
    margin: 0 auto;
    padding: 200px;
}
.search-404 {
    text-align: center;
}
.search-404 p{
    margin-top: 10px;
    font-size: 16px;
}
@media only screen and (max-width: 730px){
    .search-404{
        padding:50px 0;
    }
}
@media only screen and (max-width: 550px){
    .tadmin-pagesinfo_input_date-box,
    .tadmin-pagesinfo_input_select-box,
    .tadmin-pagesinfo_input_text-box{
        flex-direction: column;
    }
}