@charset "utf-8";
/* CSS Document */

	.text1{
			color:#fff56d;
		}
	.text2{
		color: #fe8606;
	}
.PageAct{
        background: #77400f !important;
    }
	@media screen and (max-width: 991px){
		
		#navbarSupportedContent{
			font-family: "Noto Sans TC", sans-serif !important;
			font-weight: bolder !important;
			

		}
          .MobileNotShow{
               display: none;
          }
	}
	@media screen and (min-width: 992px){
          .WebNotShow{
               display: none;
          }
        
		#navbarSupportedContent{
			font-family: "Noto Sans TC", sans-serif !important;
			font-weight: bolder !important;
			

		}
        #navbarSupportedContent ul li{
            width: 32px;
        }    
		.cid-uH5KDDOuMa .nav-dropdown .link{
			font-weight: bolder !important;
		}
		.WebMenu{
			-webkit-writing-mode: vertical-lr !important;
			writing-mode: vertical-lr !important;
			letter-spacing: 5px;
		}
	
		.navbar-center {
		  display: inline-flex;
			justify-content: center !important;
		  float: none;
		  vertical-align: top;
		}
		#navbarSupportedContent ul li{
			padding:00px;
		}
        .cid-uHb7KcfBFq, .cid-uHoURhrkuM,.cid-uHMArCBGFp, .cid-uHpwjDxRCf{
            background-repeat: repeat-x;
            background-size: auto;
        }

	}
	@media screen and (min-width: 1330px){
		.container-fluid{
			padding-left: 100px !important;
			padding-right: 100px !important;
		}
	}
	@media screen and (min-width: 992px) and (max-width:1329){
		.container-fluid{
			padding-left: 40px !important;
			padding-right: 40px !important;
		}
		  .cid-uH5KDDOuMa .nav-item {
    		margin: 4px 16px !important;
		}
	}
	a:hover{
		text-decoration: none;
	}
