@charset "utf-8";
/* CSS Document */
html,body{
	font-size: 16px;
	font-weight: 400;
	font-family: 'Noto Sans TC', sans-serif;
}
.bdbg {
	background-color: #ddd;
}
.fs-at{
	font-family: 'Anton', sans-serif;
}
#wrapper {
	max-width: 1600px;
	margin: 0 auto;
}
.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}
.my-6 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.fz08 {
	font-size: 0.8rem;
}
.fz09 {
	font-size: 0.9rem;
}
.fz12 {
	font-size: 1.2rem;
}
.fz14 {
	font-size: 1.4rem;
}
.fz16 {
	font-size: 1.6rem;
}
.fz18 {
	font-size: 1.8rem;
}
.fz20 {
	font-size: 2rem;
}
.fzv8{
	font-size: 8vw;
}
.fzv6{
	font-size: 6vw;
}
.fzv4{
	font-size: 4vw;
}
.fzv3{
	font-size: 3vw;
}
.fzv2{
	font-size: 2vw;
}
.gray-500 {
	color: #4b4c47;
}
.bg-gray {
	background-color: #e2e3d7;
}
.lh-04{
	line-height: 0.4rem;
}
.lh-06{
	line-height: 0.6rem;
}
.lh-08{
	line-height: 0.8rem;
}
.ls05 {
	letter-spacing:5px;
}
.fw500{
	font-weight: 500;
}
.fw700{
	font-weight: 700;
}
.fw300{
	font-weight: 300;
}
.r90 {
	position: relative;
	z-index: 88;
	height: 90px;
	width: 90px;
	text-align: center;
	align-self: center;
	line-height: 90px;
	font-size: 40px;
}
.sh01 {
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	0px 8px 13px rgba(0,0,0,0.1),
	0px 18px 23px rgba(0,0,0,0.1);
}
.sh01b {
	box-shadow:3px 3px 12px #cccccc;
}
.glowing {
	text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}
.mt-n9 {
	margin-top: -65px;
}
.mt-n8 {
	margin-top: -80px;
}
.mt-n4 {
	margin-top: -40px;
}
.mt-n3 {
	margin-top: -22px;
}
.mt-n250 {
	margin-top: -250px;
}
.mt-n11 {
	margin-top: -120px
}
.sss {
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
	0px 8px 13px rgba(0,0,0,0.1),
	0px 18px 23px rgba(0,0,0,0.1);
}
.bgmk1{
	background-color: rgba(0,0,0,0.5);
}
footer {
	font-size: 1.2rem;
}
.bgi01 {
	background-image:url("../images/ibg07.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.bgka1{
	background-color:rgba(0,0,0,0.75);
}
.ivideo {
	position: fixed; right:0; bottom:0;
	min-width:100%; min-height:100%; width: 100%;height:
		auto;z-index:-100; background-size: cover;
}
#hrline {
	margin-top: -95px;
	position: relative;
	z-index: 98;
}
.logoshow {
	display: inline-block;
	width: 97px;height: 75px;
	background-color: #ffffff;
	-webkit-mask: url(../images/jclogo.png) no-repeat;
	mask: url(../images/jclogo.png) no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}
.showtitle {
	font-size: 55px;
	font-weight: bolder;
	text-align: center;
}
.note {
	font-size: 18px;
	text-align: center;
}
.circle_in{
	position: relative;
	z-index: 99;
	width: 200px;
	height: 200px;
	border-radius:999em;
	background-image:url("../images/cy.jpg");
	background-position: center;
	background-size: cover;
}
#carouselExampleCaptions {
	clip-path: polygon(0% 0%, 100% 0, 100% 85%, 50% 100%, 0 85%, 0% 0%);
}
.carousel .carousel-item {
	height: 700px;
}
.carousel-caption {
	bottom: 12rem;
}
.carousel-indicators {
	bottom: 6rem;
}
.carousel .carousel-item img {
	min-height: 300px;
	max-height: 700px;
	object-fit: cover;
}
#gotop {
	position:fixed;
	z-index:90;
	right:22px;
	bottom:84px;
	display:none;
	width:52px;
	height:52px;
	color:#fff;
	background:#596f75;
	line-height:52px;
	border-radius:50%;
	transition:all 0.5s;
	text-align: center;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	font-size: 40px;
}
.fgrid {
	height: 19vw;
}
#gotop :hover{
	background:#596f75;
}
.square{
	height: 100%;
}
h2.bigshow {
	text-align: left;
	font-size: 3rem;
}
p.bigshow {
	font-size: 1.2rem;
	text-align: left;
}
footer p{
	margin-bottom: 0px;
}

a.nav-link {
	font-size: 15px;
}
#likebox-wrapper * {
	width: 100% !important;
	text-align:center;
}