@charset "utf-8";
@import url("reset.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 150%;
	font-size: 15px;
	font-family: 'Roboto', sans-serif, "微軟正黑體";
}
body.fancybox{
	background: none;
	padding:25px;
}
p, h1, h2, h3 {
	line-height: 150%;
}
a {
	color: #09C;
}
a:hover {
	color: #F00;
}
input, textarea, select {
	font-family: 'Roboto', sans-serif, "微軟正黑體";
	font-size: 15px;
	padding: 3px;
	color: #222;
	/*避免select長度不一*/
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input:focus {
	outline: none;
}
.red{
	color: #F00;
}
label.error {
	color: #F00;
	margin-left:10px;
	font-style:italic;
}
.align_r {
	text-align: right;
}
.align_c {
	text-align: center;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.divider {
	width: auto;
	height: 10px;
	line-height: 10px;
}
.tip {
	color: #999;
}
.linebreak {
	border-bottom: solid 1px #ccc;
}
ol.number {
	margin-left: 25px;
	list-style: decimal;
	width: 80%;
}
.uppercase {
	text-transform: uppercase;
}
.italic{
	font-style:italic;
}
.LargeFont {
	font-size: 18px;
}
.LargeFont span {
	font-size: 15px;
	margin-left: 74px;
}
.border {
	padding: 5px 10px;
	border: 1px solid #E3BE6F;
	background: #FFFFE8;
}
hr{
	border:dotted 1px #ccc;
}
/*-------------header--------------------*/
#header {
	width: 100%;
	height: 100px;
	position: relative;
	background: #f1f1f1;
}
#header h1 {
	position: absolute;
	width: auto;
	top: 20px;
	left: 30px;
	font-size: 25px;
	line-height: 30px;
	display: block;
	font-weight: normal;color:#888;
}
#header h1 span {
	font-size: 16px; color:#222;
	display: block;
}
#header p {
	position: absolute;
	right: 30px;
	text-align: right;
	top: 10px;
}
#header ul {
	position: absolute;
	right: 30px;
	bottom: 12px;
}
#header ul li {
	float: left;
	margin-left: 10px;
}
#header ul li a {
	display: block;
	padding:2px 10px;
	text-decoration: none;
	color: #FFF;
	background: #333;
	border-radius: 5px;
}
#header ul li a:hover {
	background: #C30D23
}
/*-------------menu--------------------*/
#menuWrapper {
	width: auto;
	padding:0 30px 0 30PX;
	background: #f1f1f1;
	overflow: auto;
}
#menuWrapper ul li {
	display: block;
	float: left;
	margin-right: 5px;
}
#menuWrapper ul li a {
	display: block;
	padding: 8px 8PX;
	text-decoration: none;
	background: #c30d23;
	color: #FFF;
	border-radius: 5px 5px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
#menuWrapper ul li a:hover {
	background: #8d8d8d;
}
#menuWrapper ul li.select a {
	background: #FFF;
	color: #c30d23;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.35);
}
#menuWrapper ul li a span {
	font-size: 13px;
	display: block;
}
/*-------------contact--------------------*/
#content {
	width: auto;
	background: #FFF;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
#content h1 {
	color: #c30d23;
	font-size: 21px;
	font-weight: normal;
	position: relative;
}

#content h1 span {
	font-size: 15px;
	font-weight: normal;
	color: #999;
	padding: 0 3px;
}

#content h2 {
	font-size: 15px;
}

#content h2.h2 {
	font-size: 17px;
	font-weight:bold;
	color:#22849c;
}

#fcontent {
	width: auto;
	background: #FFF;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
}
#fcontent h1 {
	color: #c30d23;
	font-size: 21px;
	font-weight: normal;
	position: relative;
}



#fcontent h2 {
	font-size: 15px;
}

#content h2.h2 {
	font-size: 17px;
	font-weight:bold;
	color:#22849c;
}

.btn {
	width: auto;
	padding: 10px 20px;
	font-size: 15px;
	border: 0;
	background: #c30d23;
	color: #FFF;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
.btn:hover {
	background: #57c1d1;
	color: #FFF;
}
.btn:disabled,
.btn[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}
.btn_small {
	width: auto;
	padding: 5px 10px;
	font-size: 10px;
	border: 0;
	background: #c30d23;
	color: #FFF;
	cursor: pointer;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
.btn_small:hover {
	background: #57c1d1;
	color: #FFF;
}
/*-------------form Table--------------------*/
.light {
	background: #f5f5f5;
}/*table 變色*/
.title {
	font-weight: bold;
	font-size: 14px;
}
.font {
	font-family: Tahoma, Geneva, sans-serif;
}
.formTable {
	border-bottom: #ddd 1px solid;
}
.formTable th {
	border-top: #ddd 1px solid;
	background: #f5f5f5;
	padding: 8px 6px;
}
.formTable td {
	border-top: #ddd 1px solid;
	padding: 8px 6px;
}
.formTable tr.noborder td {
	border: 0;
	background: #FFF;
}
.contentBox {
	width: 100%;
	padding: 3px;
}
.largeText {
	width: 70%;
}
.smallText {
	width: 70px;
}
.VerifyCodeField {
	width: 20px;
}
.midText {
	width: 250px;
}
.checkbox li {
	float: left;
	width: 50%;
	height: 24px;
}
.textStyle {
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}
.textStyle:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
/*-------------display Table--------------------*/
.displayTable {
	
}
.displayTable th {
	border: #bbb 1px solid;
	background: #ddd;
	padding: 3px 5px;
}
.displayTable td {
	border: #bbb 1px solid;
	padding: 3px 5px;
	word-wrap: break-word;
	word-break: break-all;
	background: #FFF;
}
tr.noborder td {
	border: 0;
	background: #FFF;
}
/*-------------show preview--------------------*/
.showPreview {
	border: solid 1px #ccc;
}
.showPreview th {
	border: #bbb 1px solid;
	background: #ddd;
	padding: 10px 10px;
}
.showPreview td {
	padding: 10px 10px;
	word-wrap: break-word;
	word-break: break-all;
	background: #FFF;
}
.showPreview tr.noborder td {
	border: 0;
	background: #FFF;
}
/*---------page--------*/
#page {
	text-align: center;
}
#page span a {
	display: inline-block;
	border: #ccc 1px solid;
	padding: 1px 7px;
	color: #222;
	text-decoration: none;
	background: #f1f1f1;
	margin-left: 5px;
}
#page span.current {
	padding: 1px 5px;
	margin-left: 5px;
}
#page span a:hover {
	background: #666;
	color: #fff;
	border: #666 1px solid;
}
#invitediv {
	overflow: hidden;
}
.invite {
	height: 32px;
}
/*-------------login--------------------*/
#login_header {
	width: 650px;
	margin: 20px auto;
	text-align: center;
	font-size: 27px;
	line-height: 150%
}
#login_header span {
	color: #c30d23;
}
#login {
	padding: 15px;
	background: #fafafa;
	color: #666;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	margin: 0 auto;
	width: 300px;
	font-size: 13px;
}
#login .text {
	height: 40px;
	width: 100%;
	padding: 8px 6px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}
#login .validcode {
	height: 40px;
	width: 30%;
	padding: 8px 6px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}
#login .text:focus, #login .validcode:focus {
	border: 1px solid #A6C1CE;
	background: #F6FBFE;
}
#login .btn {
	width: 100%;
	height: 40px;
}
#submenu ul li a {
	padding: 8px;
	background: #E5E5E5;
	border: 1px solid #ccc;
	display: block;
	text-decoration: none;
	float: left;
	margin-left: 2px;
	color: #000;
}
#submenu ul li a:hover {
	background: #F3F3F3;
	color: #107EB3;
}
.samplebtn a {
	padding: 3px;
	border: solid 1px #9F9F9F;
	text-decoration: none;
	margin-left: 15px;
	color: #9F9F9F;
}
.samplebtn a:hover {
	border: solid 1px #FF6E00;
	color: #FF6E00;
}
.GuidePreview {
	border: #ddd 1px solid;
}
.GuidePreview td {
	padding: 15px;
}
.full {
	width: auto;
	padding: 10px 20px;
	font-size: 15px;
	border: 0;
	background: #CCC;
	color: #000;
	cursor: pointer;
	border-radius: 5px;
	text-decoration: none;
}
.green {
	color: #4EAF00;
}
#qrcode {
	width: 160px;
	height: 160px;
	margin-top: 15px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
ul.directory_bar {
	text-align: center;
}
ul.directory_bar li {
	display: inline-block;
}
ul.directory_bar li a {
	background: #636363;
	padding: 10px 15px;
	text-align: center;
	border-radius: 5px;
	margin-right: 5px;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-bottom: 3px solid #333;
}
ul.directory_bar li span {
	font-size: 19px;
	font-weight: bold;
	display: block;
}
ul.directory_bar li a.red {
	background: #f00;
	border-bottom: 3px solid #A82729;
}
ul.directory_bar li a.green {
	background: #4EAF00;
	border-bottom: 3px solid #397F00;
}
/*-------------Progress bar-------------------*/
#progress_bar{
	padding:30px 0;
	margin-left:30px;
	margin-bottom:10px;
	
}
#progress_bar p{
	font-size:13px;
	font-weight:bold;
}
#progress_bar .container{
	
	
}
#progress_bar ul{
	 border-radius:15px;
	 padding:10px;
	 border:solid 1px #E4E4E4;
	 position:absolute;
}
#progress_bar ul li{
	 position:relative;
	 line-height:150%;
	 float:left;
	 margin-right:35px;
}

#progress_bar ul li a{
	color:#606060;
	text-decoration:none;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: left center;
	text-align:left;
	padding-left: 20px;
	background-image: url(../images/tickgray.svg);
	display:block;
}
#progress_bar ul li a.done{
	background-image: url(../images/tick.svg);
}

#progress_bar ul li a:last-child {
	margin-right:0;
	
}

#progress_bar ul li a:hover {
	color:#666666;
}

/*-------------Marketing Events-------------------*/
.notice{
	background:#fff0bb;
	padding:15px;
	width:auto;
	border-radius:5px;
}





#hidden-categories {
	display: none;
	width: 90%;
	z-index:9999;
}

/*-------------category--------------------*/
#category li {
  float: left;
  margin: 0px 10px 10px 0;
}
#category li a {
  display: inline-block;
  border: 1px solid #C8C8C8;
  background: linear-gradient(#FEFEFE, #EFEFEF);
  padding: 5px 10px;
  font-size: 13px;
  width: auto;
  color: #666;
  text-decoration: none;
  border-radius: 3px;
}
#category li a:hover {
  border: 1px solid #64A9FF;
  background: #64A9FF;
  color: #FFF;
}
#category li.select a {
  border: 1px solid #666;
  background: #666;
  color: #FFF;
}

/*---------ExhibitProfile--------*/
#ExhibitProfile li p {
	padding: 10px 0 10px 35px;
	cursor: pointer;
	border-top: 1px solid #ddd;
	background-image: url(../images/openItem.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left center;
	font-size:17px;
	font-weight:bold;
}
#ExhibitProfile li span {
	padding: 10px 0 10px 35px;
	display: block;
	border-top: 1px solid #ddd;
}
#ExhibitProfile li:last-child p, #ExhibitProfile li:last-child span {
	border-bottom: 1px solid #ddd;
}
#ExhibitProfile li p.itemOpen {
	background-image: url(../images/closeItem.svg);
	border-bottom: 1px solid #ddd;
}
.ProfileItem {
	overflow: auto;
	display: none;
	padding: 20px 0 20px 40px;
}

.ProfileItem li {
	float:left;
	display:block;
	width:45%;
}