﻿body {
	margin: 0;
	padding: 0;
	background-size: 1025px 1500px;
	text-align: left;
}

body.tc,
body.sc {
	font-family: "微軟正黑體","Microsoft JhengHei","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb",serif;
	font-size: 1.15em;
}

body.en {
	font-family: arial;
	font-size: 1em;
}

body#qa1 {
	/* background-image: url('../img/bg0.jpg');*/
	background-repeat:repeat-x;
	background-color: #e0ff7a;
}
body#qa2 { /* background-image: url('../img/bg2.jpg'); */}
body#qa3 { /* background-image: url('../img/bg3.jpg'); */}

body, p, div {
	text-align: left;
	text-justify: inter-ideograph;
}

.ui.segment {
	font-size: 1em !important;
}

#noscript {
	background-color: #ae0000;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	top: 0;
	padding: 5px 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.question {
	color: #505151 !important;
}

.answer > .item > .pointing.label {
	display: none;
}

.isir {
	min-height: 230px;
	display: none;
}
.isir img {
	padding-bottom: 10px;
}

.wcag {
	margin-top: 20px;
}

#myheader {
	overflow: auto;
}

#nav {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#nav ul {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	margin: 5px 0;
}

#size_switch li  {
	width: 25px;
	height: 25px;
	display: inline-block;
	border: 1px solid #808080;
	border-radius: 13px;
}
#size_switch li:hover {
	background-color: #dbdbdb;
}
#size_switch li a {
	width: 23px;
	height: 23px;
	display: block;
	font-size: 0.1%;
}
#size_switch #normal  { background-image: url('../img/normal.png'); }
#size_switch #large   { background-image: url('../img/large.png'); }
#size_switch #largest { background-image: url('../img/largest.png'); }

#lang_switch li {
	font-weight: bold;
	display: inline-block;
	font-size: 1.15rem !important;
	font-family: sans-serif !important;
}

.nowrap {
	white-space: nowrap;
}
/* fix for Chrome on nowrap problem */
.chrome_fix {
	font-size: 0.1px;	/* make it very small */
	line-height: 0.1px;
	visibility: hidden;	/* make it not visable */
}

.story {
	color:#790000;
}

body.pushable {
    background: #fff !important;
}

input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label,
label:hover {
	color: #3A4DA5 !important;
	cursor: pointer !important;
}

.ui.inverted.menu {
	background-color:#ff7214!important; /* -------------------------------------menu bar background color*/
	border-bottom: 1px solid #333333;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);

}

.ui.inverted.menu .ic-home,
.ui.inverted.menu .ic-home:hover {
	background-color:#ff7214!important; /* -------------------------------------menu bar home background color*/
	padding:5px

}

.ui.inverted.menu .ui.dropdown .menu {
	background-color: #105990!important;

}

.ui.inverted.menu .ui.dropdown .menu .item {
	color: rgba(255,255,255,.9) !important;

}

.ui.inverted.menu .ui.dropdown .menu .item:hover {
	background: rgba(255,255,255,.08) !important;
	color: #fff !important;
}

.ui.icon.buttons .button .icon {
	vertical-align: bottom !important;
}

.pusher {
	margin: 70px 0 50px 0;
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
	max-width: 1024px;
}

.ic-header {
	margin-top: 70px;
	background-image: url('../img/header-bg.png');
	background-repeat: no-repeat;
	max-width: 1024px;
	height: 281px;
	overflow: hidden;
}

.ic-header img {
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
}

.ic-header .ic-title {
	top: -270px;
	left: 55px;
}

.ic-header .ic-earth {
	top: -306px;
	left: 85px;
}

.ic-sidebar {
	padding: 0 12px !important;
}

.ic-content {
	padding: 13px 0;
	text-align: left;
}

.ic-content .ui.cards .card {
	 box-shadow: none;
}

.ic-content .ui.cards .card .image {
	text-align: center;
	padding: 20px 0;
	background-color: #fff;
}

.ic-content .ui.cards .card .content {
	text-align: center;
	font-weight: bold;
}

h2.header {
	text-transform: uppercase !important;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media only screen and (min-width: 901px) {
	.ic-mobileshow {
		display: none !important;
	}
}

@media only screen and (max-width: 900px) {
	.ic-mobilehide,
	.ic-header .ic-title,
	.ic-header .ic-earth {
		display: none !important;
	}
	
	.ic-header {
		margin-top: -20px;
	}
}

/* CSS for main content jump */
#accessible {
	position: absolute;
	z-index: 1000;
	top: -1000px;	
}

#main_content {
	color: #3c5063;	
}

/* CSS for English Menu line break */
@media only screen and (max-width: 1250px) {
	.menu_brk::before {
	    content: ' ';
		display: block;
	}
}

.nowrap {
	white-space: nowrap;
}

/* fix for Chrome on nowrap problem */
.chrome_fix {
	font-size: 0.1px;	/* make it very small */
	line-height: 0.1px;
	visibility: hidden;	/* make it not visable */
}

.youtube {
    width: 100%;
    border: none;
}

.linkbutton {
	margin: 10px!important;
}

#head-banner {
	padding-top: 40px;
}

/* CSS for printing */
@media print {
	#head-menu, #head-banner, .video-responsive iframe {
		display: none;
	}
	.video-responsive {
		background-color: black;
	}
	.column {
		page-break-inside: avoid;
	}
}

.round_corner_area {
    border-radius: 10px;
    border: 2px dotted #000000;
    padding: 10px; 
    width: 100%;
}

.round_badge {
    display: inline-block;
    background-color:#ef5700;
    color:white;
    font-size:1em;
    font-weight: bold;
    border: 0px solid #ddd;
    border-radius: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.noshow {
	display: none;
}

.name {
	min-height: 12rem;
}

@media only screen and (max-width: 900px) {
	.name {
		min-height: 6rem;
	}
}