/* 以下通用 */

.idx-story .storyBox {
	display: block;
}

.slide-center-100 {
	justify-content: center;
	-webkit-box-align: center;
    align-items: center;
    /*height: 100px;*/
    display: flex;
}

.bottom-menu {
	z-index: 105;	
}

.page-header {
    background-image: url(../images/banner_s.jpg);
}

@media (max-width: 1279.98px) {
	
	.floatButtons-item.pc-only {
		display: none;
	}
	
	.header .menu {
        height: calc(100% - 100px);
    }
	
	.col-right .button-group {
		height: 100px;		
	}   
}

@media (max-width: 480px) {
	
}

@media (max-width: 768px) {
    /*.header .menu {
        height: calc(100% - 100px);
    }
	
	.col-right .button-group {
		height: 100px;		
	}*/
}

@media (max-width: 360px) {
	.header .col-right .button-group {
		padding: 30px 10px 30px 10px;
	}
}

.newsBox-content-title {
    word-break: break-all;
}

.width-unset {
	width: unset;
}

.hidden {
	display: none;
}

.relative {
	position: relative;
	
}

.pwd-style {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.center {
	text-align: center;	
}

.flex-v-center {
	align-items: center;
}
    

.line-at{
    margin: 30px 0;
}

.line-at button {
	margin-top: 8px;
    background: #06c152;
    color: #FFF;
    width: 140px;
    height: 34px;
    overflow: hidden;
    border: 1px solid #000;
}

.line-at img {
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
    width: 60px;
}

.line-at button:hover img {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.table-style1 {
	word-break: break-all;
    width: 100%;
}

.table-style1 th {
    background-color: #f3f3f3;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.table-style1 th, .table-style1 td {
	text-align: center;
    border: 1px dashed rgba(0, 0, 0, .2);
    padding: 8px 10px;
    color: #050a19;
}

.fc .fc-toolbar-title{
	font-size: 1.5rem;
}
.fc .fc-daygrid-day-number{
	font-size: 14px;
}
/* .fc-h-event{
	background-color: #1eb893;
	border:0;
	text-align:center;
}
.fc-h-event .fc-event-main{

}
.fc-h-event .fc-event-title{
	max-width:40px;
	word-break: break-all;
	white-space: normal;
	letter-spacing: 0.2rem;
} */

.fc .fc-bg-event{
	opacity: 1;
	background: #EBFFEF;
}

.fc .fc-daygrid-day-bg .fc-bg-event{
	display:flex;
	align-items: flex-end;
}
.fc .fc-bg-event .fc-event-title{
	font-style: normal;
	color:#7E7E7E;
	/*max-width:40px;*/
	word-break: break-all;
	white-space: normal;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	margin:0 0 0 0.3rem;
	text-align:center;
}

img {
	vertical-align: text-bottom;
}

.red {
    color: #ca1313 !important;
}

.sn-status {
	width: 25px;	
}

.sn-fail, .sn-success {
    align-items: center;
    display: flex;
}

.sn-fail:before{
	color: #ca1313;
	content: "\f00d";
}

.sn-success:before{
	color: #afcd5f;
	content: "\f00c";
}
   

@media (max-width: 1023.98px) {
    .orderList-item .item::before {
        margin: auto 0;
    }
}

.detail-info .title {
	width: 150px;	
}

.input-checkbox {
	min-width: 20px;
	min-height: 20px;	
}  

.searchWrap .form {
	gap: 1rem;
}

@media (min-width: 641px) {
	.searchWrap {
		align-items: center;	
	}
	
	.searchWrap button {
		margin-bottom: 1rem;
	}
}

.searchWrap .formItem-label {
    text-align: center;
    min-width: 65px;
}

.list-total-title {
	font-size: 1.25rem;
    font-weight: 600;
    margin: 2rem 0rem;
}

.footer .footer-top-logo p {
	line-height: 1.2;
}

.footer .footer-top-logo span {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
}

/* 以下不通用 */

.btn-file{
	border-radius: 12px;
	width: 120px;
	height: 45px;
	background: #3a3a3a;
	line-height: 45px;
	text-align: center;
	color: #fff;
}

.btn-file .file{
	cursor: pointer;
	opacity: 0;
	position: relative;
	top: -56px;
	width: 100%;
	height: 45px;
}

.btn-common{
	border-radius: 40px;
	background-color: #3a3a3a;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: "Anek Tamil", "Noto Sans TC", "Microsoft JhengHei", "蘋果儷中黑", sans-serif, "黑體";
    font-weight: 500;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
}

@media (min-width: 1280px) {
    .header .menu-sec-item {
        margin: 0;
        line-height: 25px;
    }
}

.floatButtons-item {   
	-webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	letter-spacing: 10px;
	line-height: unset;
}

.floatButtons-item img {
	margin-bottom: 12px;
}