@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/cwtexhei.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	font-family: 'Roboto', 'Noto Sans TC', 'cwTeXHei', sans-serif;
    margin: 0;
	background-color: #f5f5f5;
	font-weight: 200;
}

.Menu {
	overflow: hidden;
	white-space:nowrap;
}

.Menu a{
	display: inline-block;
	text-decoration: none;
    font-size: 18px;
	padding:0 7px;
    color: #212121;
	-webkit-transition: .2s; /* Safari */
	transition: .2s;
}

.Menu a:hover{
	color: #f1a710;
}

.Mainbutton{
	color: #212121;
	text-decoration: none;
	-webkit-transition: .5s; /* Safari */
    transition: .5s;
}

.Mainbutton:hover{
	color: #f1a710;
}

.overlay {
	font-family: 'Roboto', 'cwTeXHei', sans-serif;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 5vh;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 4px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1a710;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

header.polaroid {
  padding: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.main-footer {
  	background-color: #fbc02d;
  	color: #f5f5f5;
	font-size: 16px;
  	padding: 5px;
	text-align: left;
	vertical-align:middle;
}

.main-footer a {
	color: #f5f5f5;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .2s; /* Safari */
	transition: .2s;
}

.main-footer a:hover {
	color: #424242;
}

.main-footer img {
	width: 100%;
	height: auto;
	max-width: 235px;
	min-width: 64px;
}

.boxType1 {
	text-align: center;
	font-size: 1.5em;
	white-space:nowrap;
}

.boxType1 h1 {
	color: #ffd54f;
	font-size: 10vw;
}

.boxType2 {
	background-color: #fff;
	padding: 24px;
	font-size: 16px;
	max-width: 980px;
	width: 90%;
	margin: auto;
}

.boxType2 p {
	font-size: 20px;
}

.boxType3 {
	background-color: #fff;
	padding: 24px;
	font-size: 16px;
	max-width: 880px;
	width: 90%;
	margin: auto;
}

.card {
    border: 1px solid #BDBDBD;
    border-radius: 5px;
}

.card-mainTitle{
	font-size: 32px;
	color: #fafafa;
	text-align: left;
}

.card-mainTitle .button {
	font-size: 20px;
	color: white;
	text-decoration: none;
    transition: .3s;
}

.card-mainTitle .button:hover {
	color: #F1A710;
}

.card-header {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background-color: #EEE;
}

.card-body {
	padding: .75rem 1.25rem;
	font-size: 16px;
	height: 120px;
}

a.button-1 {
	background-color: #f1a710;
    border: none;
    color: #fafafa;
    padding: 6px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

a.button-1:hover {
	background-color: #03A9F4;
	color: #fafafa;
}

a.button-2 {
	color: #212121;
    text-decoration: none;
    transition: .3s;
}

a.button-2:hover {
	color: #AAA;
}

.button-3 {
	background: #FF8F00;
    background: -webkit-linear-gradient(#FFCA28, #FF8F00);
    background: -o-linear-gradient(#FFCA28, #FF8F00);
    background: linear-gradient(#FFCA28, #FF8F00);
    border: 1px solid #FFB300;
    color: #fff;
    font-size: 14px;
    width: 20em;
}

.button-3:hover {
	background: #FF6F00;
}

.input-button {
	background: #FF8F00;
	background: -webkit-linear-gradient(#FFCA28, #FF8F00);
	background: -o-linear-gradient(#FFCA28, #FF8F00);
	background: linear-gradient(#FFCA28, #FF8F00);
	border-radius: 4px;
	border: 1px solid #FFB300;
	color: #fff;
	font-size: 18px;
	width: 100px;
}

.input-button:hover {
	background: #FF6F00;
}

.line-vertical {
	content: "";
    position: absolute;
    top: 3%;
    right: 0;
    width: 1px;
    height: 97%;
    background: #E5E5E5;
}

.line-horizontal {
	content: "";
    right: 0;
    width: 97%;
    height: 1px;
    background: #E5E5E5;
	margin-bottom: 15px;
	margin-top: 15px;
}

.limit-Text01 {
	display: block;
	max-width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.limit-Text02 {
	display: block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
}

.alert.success {background-color: #4CAF50;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.categorybtn {
	border: 1px solid black;
    border-radius: 16px;
    text-align: center;
    height: 55px;
	width: 100%;
    display: inline-block;
    padding: 8px;
    color: #212121;
    text-decoration: none;
    vertical-align: middle;
    transition: .3s;
}

.categorybtn:hover {
	border: 1px solid #03A9F4;
	color: #03A9F4;
	text-decoration:none;
}

.white_table {
  	border-collapse: collapse;
  	width: 100%;
  	border: 1px solid #ddd;
  	font-size: 18px;
}

.white_table th, .white_table td {
  	text-align: left;
  	padding: 12px;
}

.white_table tr {
  	border-bottom: 1px solid #ddd;
}

.white_table tr.header, .white_table tr:hover {
  	background-color: #f1f1f1;
}

.white_table a {
	color: #212121;
	text-decoration: none;
	transition: .3s;
}

.white_table a:hover {
	color: #f1a710;
	text-decoration: none;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 155px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-category {
    text-align: left;
    padding: 6px 16px;
    background: #eee;
}

.dropdown-content a:hover {
    background-color: #EEE;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content-lang {
    display: none;
    position: fixed;
    background-color: #f9f9f9;
    min-width: 155px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-lang a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content-lang a:hover {
    background-color: #EEE;
}

.dropdown-lang:hover .dropdown-content-lang {
    display: block;
}

.lang-select a {
	border: 1px solid black;
    border-radius: 16px;
    text-align: center;
    height: 55px;
    width: 100%;
    display: inline-block;
    padding: 8px;
    color: #212121;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.3em;
    transition: .3s;
}

.lang-select a:hover {
	border: 1px solid #03A9F4;
	color: #03A9F4;
    text-decoration: none;
}

.Menu-mobile {
	background-color: #484848;
	position:  fixed;
	height: 300%;
	width: 80%;
	left: -80%;
	color: #fff;
}
	
.Menu-mobile ul {
	list-style: none;
	padding: 0px;
	font-size: 24px;
	background-color: #484848;
    transition: .3s;
}
	
.Menu-mobile li {
	margin: 0; 
	width: 100%; 
	padding: 8px 5%; 
	float: none; border-top: 1px solid #575757; 
	border-bottom: 1px solid #575757; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
	
.Menu-mobile a {
	padding: 4px;	
	color: #f5f5f5;
	text-decoration: none;
	display: block;
	transition: 0.3s;
}

.Menu-mobile a:hover, .overlay a:focus {		
	color: #f1a710;	
}

.Menu-mobile .category {
	padding: 8px 16px;
    text-decoration: underline;
    background: #616161;
}

.subMenu {
	left: 0%;
	top: 0px;
	z-index: -100;
	position: absolute;
	width: 100%;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}

.fontsize-24 {
	font-size: 24px;
}

.fontsize-24::before {
	font-size: 24px;
}

@media screen and (max-height: 450px) {
  	.overlay {overflow-y: auto;}
  	.overlay a {font-size: 20px}
  	.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  	}
}
@media only screen and (max-width: 576px) {
	.boxType1 h1 {
		font-size: 40px;
	}
	
	.boxType1 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.main-footer {text-align: center;}
}

@media only screen and (min-width: 1200px) {
	.boxType1 h1 {
		font-size: 102px;
	}
}