/*ckheadstyle-2025-bs5.css--v2025-07-05*/
@charset "utf-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css');
html{scroll-behavior:smooth;}



/*置底版尾宣告*/
.ckbuarlad_footer {
	width: 100%;
	padding: 10px 0px 60px 0px;
	margin: 0px;
	background: #eee;
	color: #555;
	text-align: center;
	font-size: 0.9rem;
}
.ckbuarlad_footer a,.ckbuarlad_footer a:hover{text-decoration: none;}
.ckbuarlad_footer .weblink{
	padding:10px 0px;
	border-bottom:1px solid #ddd;
}
.ckbuarlad_footer .weblink a{
	display: block;
	font-size:0.9rem;
	color:#333;
	padding:5px 0px;
}
#ckcopyright_info{
	padding-top:10px;	
}
/*回到頂點*/
#gogobacktop {
	position: fixed;
	z-index: 199;
	bottom: 60px;
	right: 0px;
	display: none;
	width:40px;
	height:40px;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	padding:5px;
	border-radius: 5px 0px 0px 5px;
	cursor: pointer;
	transition: opacity 0.3s;
}

#gogobacktop:hover {
	background: rgba(0, 0, 0, 1);
	transition: all 0.3s;
}

@media (max-width: 767.98px) {


}
@media (max-width:992px) { 
    .ckbuarlad_footer {
        font-size: 0.85rem;
    }

    .ckbuarlad_footer .weblink a {
        font-size: 0.85rem;
    }
}