@charset "UTF-8";

body{
	font-family: "微軟正黑體";
}

/* 登入頁面 */
#welcome_page_body{
	background:url(../imgs/welcome_background.jpg);
	margin:0;
	padding: 0;
	background-size:100% 100%;
}

#head{
	width:100%;
	background:black;
}

#wrap{
	width:1000px;
}

#backstage_login_form_wrap{
	width:350px;
	background:rgba(255,0,0,0);
	margin:0 auto;
	padding:25vh 0 0 0;
	display:table;
	color: #FFF;
}

.backstage_login_form_row{
	width:100%;
	display:inline-block;
	clear:both;
	position:relative;
	text-align:center;
	margin:10px 0;
}

.backstage_login_form_row_text_input{
	width:240px;
	padding:10px;
	background:none;
	border:1.5px solid gray;
	font-size:20px;
	line-height:28px;
	color:#FFF;
}


.welcome_page_login_button{
	border:1px solid #000;
	width:220px;
	font-size:22px;
	line-height:28px;
	padding:10px;
	cursor:pointer;
	transition:all 0.5s ease-in-out;
	background:#FFF;
	color:orange;
}

.welcome_page_login_button:hover{
	background:#FB9532;
	border:1px solid #FB9532;
	color:#FFF;
}


/* 後臺選單 */
.nav-small-cap{
	background: #fb9678;
	color: #fff;
}

.nav-small-cap{
	font-size: 1.3em;
}

#side-menu li a{
	color: #000;
	font-size: 1.1em;
}

/* bootstrap 4 table 框線顏色 */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid gray; 
}

/* bootstrap 4 分頁置中 */
.pagination {
}

/* 分頁 */
.pagenate{
	width: 100%;
   justify-content: center;
	padding: 2.5em 0 0 0;
	clear: both;
	text-align: center;
	background: none;
	box-shadow: none;
	margin: 0;
}

.pagenate a{
	padding: 0.3em 0.7em;
	color: #aaa;
	font-size: 18px;
	margin: 0 0.1em;
	border: 1px solid #aaa;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
    text-decoration: none;
}

.pagenate a.active{
	padding: 0.3em 0.7em;
	background: #5867dd;
	color: #FFF;
	font-size: 18px;
	margin: 0.1em;
	border: 1px solid #5867dd;
	border-radius: 5px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
}

.pagenate a:hover, .pagenate a.active:hover{
	color: #fff;
	background: #5867dd;
	border-color: #5867dd;
}

/* bootstrap 4 按鈕尺寸 */
.btn{
	font-size:1.2em;
}

.custom-file-input ~ .custom-file-label::after {
    content: "選擇檔案";
}

/* bootstrap 4 input 框色 */
.input-group input[type=text],.input-group textarea, .form-group select{
	border: 1px solid #ccc;
}

/* 鎖定裝置最小大小 */
@media screen and (max-width: 1025px){
	#mobile_disable_mask{
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background: black;
		color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 99999999999999999999;
		font-size: 2em;
	}
}

@media screen and (min-width: 1026px){
	#mobile_disable_mask{
		display: none;
	}
}

#watting_disable_mask{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	color: black;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99999999999999999999;
	font-size: 2em;
}

@media (min-width: 1025px){
	.m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--tabs.m-menu__item--active>.m-menu__link .m-menu__link-text {
		/*color: #382244;*/
	}
}

#popupbox{
    width: 95%;
	max-width: 800px;
    display: none;
    background: #fff;
}

.popupbox_title{
	display: inline-block;
	width: 100%;
	margin: 10px;
	font-size: 22px;
	font-weight: 600;
    text-align: center;
	letter-spacing: 2px;
}

#popupbox_button_wrap{
    text-align: center;
    margin-bottom: 20px;
}

.popup_cancel i{
    font-size: 2em;
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: all 1s ease-in-out;
}

.popup_cancel i:hover{
    opacity: 0.7;
}

@media(max-width: 1025px){
    .m-brand__logo-desktop{
        min-width: 15em;
        font-size: 18px;
    }
}

.m-header-menu .m-menu__nav>.m-menu__item.m-menu__item--tabs>.m-menu__link{
	padding: 0 5px;
}

.pc_item{
	display: inline-block;
}

@media(max-width: 1024px){
	.pc_item{
		display: none!important;
	}
}

.mobile_item{
	display: none!important;
}

@media(max-width: 1024px){
	.mobile_item{
		display: inline-block!important;
	}
}
.navi2_list{
							border-bottom: 1px solid #666;
							padding-bottom: 10px;
							margin-bottom: 10px;
						}

						.navi2_list:last-child{
							border: none;
							padding-bottom: 0;
							margin-bottom: 0;
						}